diff --git a/CHANGELOG.md b/CHANGELOG.md index acca7e301b..aae20f55f4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,29 @@ ## Compatibility Notes +- + +## New Functionality + +- + +## Improvements + +- + +## Fixed Issues + +- + + +# 1.49.0 + +Release Date: TBD
+API Docs: https://sap.github.io/cloud-sdk/api/1.49.0
+Blog: TBD
+ +## Compatibility Notes + - [core] Stop using client credentials to fetch public keys for token verification. - [core] Replace own implementation for requesting user tokens and client credential tokens from the XSUAA service with the `@sap/xssec` library. diff --git a/DOCUMENTATION.md b/DOCUMENTATION.md index 57123eec13..defa3d4a0f 100644 --- a/DOCUMENTATION.md +++ b/DOCUMENTATION.md @@ -1,4 +1,4 @@ -## Version: 1.48.1 +## Version: 1.49.0 The SAP Cloud SDK for JavaScript and TypeScript consists of multiple libraries to enable you to write side-by-side extensions on SAP Cloud Platform. diff --git a/docs/api/1.49.0/assets/highlight.css b/docs/api/1.49.0/assets/highlight.css new file mode 100644 index 0000000000..220110b9a5 --- /dev/null +++ b/docs/api/1.49.0/assets/highlight.css @@ -0,0 +1,92 @@ +:root { + --light-hl-0: #001080; + --dark-hl-0: #9CDCFE; + --light-hl-1: #000000; + --dark-hl-1: #D4D4D4; + --light-hl-2: #AF00DB; + --dark-hl-2: #C586C0; + --light-hl-3: #A31515; + --dark-hl-3: #CE9178; + --light-hl-4: #008000; + --dark-hl-4: #6A9955; + --light-hl-5: #0000FF; + --dark-hl-5: #569CD6; + --light-hl-6: #0070C1; + --dark-hl-6: #4FC1FF; + --light-hl-7: #795E26; + --dark-hl-7: #DCDCAA; + --light-hl-8: #267F99; + --dark-hl-8: #4EC9B0; + --light-hl-9: #0451A5; + --dark-hl-9: #9CDCFE; + --light-code-background: #FFFFFF; + --dark-code-background: #1E1E1E; +} + +@media (prefers-color-scheme: light) { :root { + --hl-0: var(--light-hl-0); + --hl-1: var(--light-hl-1); + --hl-2: var(--light-hl-2); + --hl-3: var(--light-hl-3); + --hl-4: var(--light-hl-4); + --hl-5: var(--light-hl-5); + --hl-6: var(--light-hl-6); + --hl-7: var(--light-hl-7); + --hl-8: var(--light-hl-8); + --hl-9: var(--light-hl-9); + --code-background: var(--light-code-background); +} } + +@media (prefers-color-scheme: dark) { :root { + --hl-0: var(--dark-hl-0); + --hl-1: var(--dark-hl-1); + --hl-2: var(--dark-hl-2); + --hl-3: var(--dark-hl-3); + --hl-4: var(--dark-hl-4); + --hl-5: var(--dark-hl-5); + --hl-6: var(--dark-hl-6); + --hl-7: var(--dark-hl-7); + --hl-8: var(--dark-hl-8); + --hl-9: var(--dark-hl-9); + --code-background: var(--dark-code-background); +} } + +body.light { + --hl-0: var(--light-hl-0); + --hl-1: var(--light-hl-1); + --hl-2: var(--light-hl-2); + --hl-3: var(--light-hl-3); + --hl-4: var(--light-hl-4); + --hl-5: var(--light-hl-5); + --hl-6: var(--light-hl-6); + --hl-7: var(--light-hl-7); + --hl-8: var(--light-hl-8); + --hl-9: var(--light-hl-9); + --code-background: var(--light-code-background); +} + +body.dark { + --hl-0: var(--dark-hl-0); + --hl-1: var(--dark-hl-1); + --hl-2: var(--dark-hl-2); + --hl-3: var(--dark-hl-3); + --hl-4: var(--dark-hl-4); + --hl-5: var(--dark-hl-5); + --hl-6: var(--dark-hl-6); + --hl-7: var(--dark-hl-7); + --hl-8: var(--dark-hl-8); + --hl-9: var(--dark-hl-9); + --code-background: var(--dark-code-background); +} + +.hl-0 { color: var(--hl-0); } +.hl-1 { color: var(--hl-1); } +.hl-2 { color: var(--hl-2); } +.hl-3 { color: var(--hl-3); } +.hl-4 { color: var(--hl-4); } +.hl-5 { color: var(--hl-5); } +.hl-6 { color: var(--hl-6); } +.hl-7 { color: var(--hl-7); } +.hl-8 { color: var(--hl-8); } +.hl-9 { color: var(--hl-9); } +pre, code { background: var(--code-background); } diff --git a/docs/api/1.49.0/assets/icons.css b/docs/api/1.49.0/assets/icons.css new file mode 100644 index 0000000000..776a3562d6 --- /dev/null +++ b/docs/api/1.49.0/assets/icons.css @@ -0,0 +1,1043 @@ +.tsd-kind-icon { + display: block; + position: relative; + padding-left: 20px; + text-indent: -20px; +} +.tsd-kind-icon:before { + content: ""; + display: inline-block; + vertical-align: middle; + width: 17px; + height: 17px; + margin: 0 3px 2px 0; + background-image: url(./icons.png); +} +@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) { + .tsd-kind-icon:before { + background-image: url(./icons@2x.png); + background-size: 238px 204px; + } +} + +.tsd-signature.tsd-kind-icon:before { + background-position: 0 -153px; +} + +.tsd-kind-object-literal > .tsd-kind-icon:before { + background-position: 0px -17px; +} +.tsd-kind-object-literal.tsd-is-protected > .tsd-kind-icon:before { + background-position: -17px -17px; +} +.tsd-kind-object-literal.tsd-is-private > .tsd-kind-icon:before { + background-position: -34px -17px; +} + +.tsd-kind-class > .tsd-kind-icon:before { + background-position: 0px -34px; +} +.tsd-kind-class.tsd-is-protected > .tsd-kind-icon:before { + background-position: -17px -34px; +} +.tsd-kind-class.tsd-is-private > .tsd-kind-icon:before { + background-position: -34px -34px; +} + +.tsd-kind-class.tsd-has-type-parameter > .tsd-kind-icon:before { + background-position: 0px -51px; +} +.tsd-kind-class.tsd-has-type-parameter.tsd-is-protected + > .tsd-kind-icon:before { + background-position: -17px -51px; +} +.tsd-kind-class.tsd-has-type-parameter.tsd-is-private > .tsd-kind-icon:before { + background-position: -34px -51px; +} + +.tsd-kind-interface > .tsd-kind-icon:before { + background-position: 0px -68px; +} +.tsd-kind-interface.tsd-is-protected > .tsd-kind-icon:before { + background-position: -17px -68px; +} +.tsd-kind-interface.tsd-is-private > .tsd-kind-icon:before { + background-position: -34px -68px; +} + +.tsd-kind-interface.tsd-has-type-parameter > .tsd-kind-icon:before { + background-position: 0px -85px; +} +.tsd-kind-interface.tsd-has-type-parameter.tsd-is-protected + > .tsd-kind-icon:before { + background-position: -17px -85px; +} +.tsd-kind-interface.tsd-has-type-parameter.tsd-is-private + > .tsd-kind-icon:before { + background-position: -34px -85px; +} + +.tsd-kind-namespace > .tsd-kind-icon:before { + background-position: 0px -102px; +} +.tsd-kind-namespace.tsd-is-protected > .tsd-kind-icon:before { + background-position: -17px -102px; +} +.tsd-kind-namespace.tsd-is-private > .tsd-kind-icon:before { + background-position: -34px -102px; +} + +.tsd-kind-module > .tsd-kind-icon:before { + background-position: 0px -102px; +} +.tsd-kind-module.tsd-is-protected > .tsd-kind-icon:before { + background-position: -17px -102px; +} +.tsd-kind-module.tsd-is-private > .tsd-kind-icon:before { + background-position: -34px -102px; +} + +.tsd-kind-enum > .tsd-kind-icon:before { + background-position: 0px -119px; +} +.tsd-kind-enum.tsd-is-protected > .tsd-kind-icon:before { + background-position: -17px -119px; +} +.tsd-kind-enum.tsd-is-private > .tsd-kind-icon:before { + background-position: -34px -119px; +} + +.tsd-kind-enum-member > .tsd-kind-icon:before { + background-position: 0px -136px; +} +.tsd-kind-enum-member.tsd-is-protected > .tsd-kind-icon:before { + background-position: -17px -136px; +} +.tsd-kind-enum-member.tsd-is-private > .tsd-kind-icon:before { + background-position: -34px -136px; +} + +.tsd-kind-signature > .tsd-kind-icon:before { + background-position: 0px -153px; +} +.tsd-kind-signature.tsd-is-protected > .tsd-kind-icon:before { + background-position: -17px -153px; +} +.tsd-kind-signature.tsd-is-private > .tsd-kind-icon:before { + background-position: -34px -153px; +} + +.tsd-kind-type-alias > .tsd-kind-icon:before { + background-position: 0px -170px; +} +.tsd-kind-type-alias.tsd-is-protected > .tsd-kind-icon:before { + background-position: -17px -170px; +} +.tsd-kind-type-alias.tsd-is-private > .tsd-kind-icon:before { + background-position: -34px -170px; +} + +.tsd-kind-type-alias.tsd-has-type-parameter > .tsd-kind-icon:before { + background-position: 0px -187px; +} +.tsd-kind-type-alias.tsd-has-type-parameter.tsd-is-protected + > .tsd-kind-icon:before { + background-position: -17px -187px; +} +.tsd-kind-type-alias.tsd-has-type-parameter.tsd-is-private + > .tsd-kind-icon:before { + background-position: -34px -187px; +} + +.tsd-kind-variable > .tsd-kind-icon:before { + background-position: -136px -0px; +} +.tsd-kind-variable.tsd-is-protected > .tsd-kind-icon:before { + background-position: -153px -0px; +} +.tsd-kind-variable.tsd-is-private > .tsd-kind-icon:before { + background-position: -119px -0px; +} +.tsd-kind-variable.tsd-parent-kind-class > .tsd-kind-icon:before { + background-position: -51px -0px; +} +.tsd-kind-variable.tsd-parent-kind-class.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -68px -0px; +} +.tsd-kind-variable.tsd-parent-kind-class.tsd-is-protected + > .tsd-kind-icon:before { + background-position: -85px -0px; +} +.tsd-kind-variable.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -102px -0px; +} +.tsd-kind-variable.tsd-parent-kind-class.tsd-is-private + > .tsd-kind-icon:before { + background-position: -119px -0px; +} +.tsd-kind-variable.tsd-parent-kind-enum > .tsd-kind-icon:before { + background-position: -170px -0px; +} +.tsd-kind-variable.tsd-parent-kind-enum.tsd-is-protected + > .tsd-kind-icon:before { + background-position: -187px -0px; +} +.tsd-kind-variable.tsd-parent-kind-enum.tsd-is-private > .tsd-kind-icon:before { + background-position: -119px -0px; +} +.tsd-kind-variable.tsd-parent-kind-interface > .tsd-kind-icon:before { + background-position: -204px -0px; +} +.tsd-kind-variable.tsd-parent-kind-interface.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -221px -0px; +} + +.tsd-kind-property > .tsd-kind-icon:before { + background-position: -136px -0px; +} +.tsd-kind-property.tsd-is-protected > .tsd-kind-icon:before { + background-position: -153px -0px; +} +.tsd-kind-property.tsd-is-private > .tsd-kind-icon:before { + background-position: -119px -0px; +} +.tsd-kind-property.tsd-parent-kind-class > .tsd-kind-icon:before { + background-position: -51px -0px; +} +.tsd-kind-property.tsd-parent-kind-class.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -68px -0px; +} +.tsd-kind-property.tsd-parent-kind-class.tsd-is-protected + > .tsd-kind-icon:before { + background-position: -85px -0px; +} +.tsd-kind-property.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -102px -0px; +} +.tsd-kind-property.tsd-parent-kind-class.tsd-is-private + > .tsd-kind-icon:before { + background-position: -119px -0px; +} +.tsd-kind-property.tsd-parent-kind-enum > .tsd-kind-icon:before { + background-position: -170px -0px; +} +.tsd-kind-property.tsd-parent-kind-enum.tsd-is-protected + > .tsd-kind-icon:before { + background-position: -187px -0px; +} +.tsd-kind-property.tsd-parent-kind-enum.tsd-is-private > .tsd-kind-icon:before { + background-position: -119px -0px; +} +.tsd-kind-property.tsd-parent-kind-interface > .tsd-kind-icon:before { + background-position: -204px -0px; +} +.tsd-kind-property.tsd-parent-kind-interface.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -221px -0px; +} + +.tsd-kind-get-signature > .tsd-kind-icon:before { + background-position: -136px -17px; +} +.tsd-kind-get-signature.tsd-is-protected > .tsd-kind-icon:before { + background-position: -153px -17px; +} +.tsd-kind-get-signature.tsd-is-private > .tsd-kind-icon:before { + background-position: -119px -17px; +} +.tsd-kind-get-signature.tsd-parent-kind-class > .tsd-kind-icon:before { + background-position: -51px -17px; +} +.tsd-kind-get-signature.tsd-parent-kind-class.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -68px -17px; +} +.tsd-kind-get-signature.tsd-parent-kind-class.tsd-is-protected + > .tsd-kind-icon:before { + background-position: -85px -17px; +} +.tsd-kind-get-signature.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -102px -17px; +} +.tsd-kind-get-signature.tsd-parent-kind-class.tsd-is-private + > .tsd-kind-icon:before { + background-position: -119px -17px; +} +.tsd-kind-get-signature.tsd-parent-kind-enum > .tsd-kind-icon:before { + background-position: -170px -17px; +} +.tsd-kind-get-signature.tsd-parent-kind-enum.tsd-is-protected + > .tsd-kind-icon:before { + background-position: -187px -17px; +} +.tsd-kind-get-signature.tsd-parent-kind-enum.tsd-is-private + > .tsd-kind-icon:before { + background-position: -119px -17px; +} +.tsd-kind-get-signature.tsd-parent-kind-interface > .tsd-kind-icon:before { + background-position: -204px -17px; +} +.tsd-kind-get-signature.tsd-parent-kind-interface.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -221px -17px; +} + +.tsd-kind-set-signature > .tsd-kind-icon:before { + background-position: -136px -34px; +} +.tsd-kind-set-signature.tsd-is-protected > .tsd-kind-icon:before { + background-position: -153px -34px; +} +.tsd-kind-set-signature.tsd-is-private > .tsd-kind-icon:before { + background-position: -119px -34px; +} +.tsd-kind-set-signature.tsd-parent-kind-class > .tsd-kind-icon:before { + background-position: -51px -34px; +} +.tsd-kind-set-signature.tsd-parent-kind-class.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -68px -34px; +} +.tsd-kind-set-signature.tsd-parent-kind-class.tsd-is-protected + > .tsd-kind-icon:before { + background-position: -85px -34px; +} +.tsd-kind-set-signature.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -102px -34px; +} +.tsd-kind-set-signature.tsd-parent-kind-class.tsd-is-private + > .tsd-kind-icon:before { + background-position: -119px -34px; +} +.tsd-kind-set-signature.tsd-parent-kind-enum > .tsd-kind-icon:before { + background-position: -170px -34px; +} +.tsd-kind-set-signature.tsd-parent-kind-enum.tsd-is-protected + > .tsd-kind-icon:before { + background-position: -187px -34px; +} +.tsd-kind-set-signature.tsd-parent-kind-enum.tsd-is-private + > .tsd-kind-icon:before { + background-position: -119px -34px; +} +.tsd-kind-set-signature.tsd-parent-kind-interface > .tsd-kind-icon:before { + background-position: -204px -34px; +} +.tsd-kind-set-signature.tsd-parent-kind-interface.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -221px -34px; +} + +.tsd-kind-accessor > .tsd-kind-icon:before { + background-position: -136px -51px; +} +.tsd-kind-accessor.tsd-is-protected > .tsd-kind-icon:before { + background-position: -153px -51px; +} +.tsd-kind-accessor.tsd-is-private > .tsd-kind-icon:before { + background-position: -119px -51px; +} +.tsd-kind-accessor.tsd-parent-kind-class > .tsd-kind-icon:before { + background-position: -51px -51px; +} +.tsd-kind-accessor.tsd-parent-kind-class.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -68px -51px; +} +.tsd-kind-accessor.tsd-parent-kind-class.tsd-is-protected + > .tsd-kind-icon:before { + background-position: -85px -51px; +} +.tsd-kind-accessor.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -102px -51px; +} +.tsd-kind-accessor.tsd-parent-kind-class.tsd-is-private + > .tsd-kind-icon:before { + background-position: -119px -51px; +} +.tsd-kind-accessor.tsd-parent-kind-enum > .tsd-kind-icon:before { + background-position: -170px -51px; +} +.tsd-kind-accessor.tsd-parent-kind-enum.tsd-is-protected + > .tsd-kind-icon:before { + background-position: -187px -51px; +} +.tsd-kind-accessor.tsd-parent-kind-enum.tsd-is-private > .tsd-kind-icon:before { + background-position: -119px -51px; +} +.tsd-kind-accessor.tsd-parent-kind-interface > .tsd-kind-icon:before { + background-position: -204px -51px; +} +.tsd-kind-accessor.tsd-parent-kind-interface.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -221px -51px; +} + +.tsd-kind-function > .tsd-kind-icon:before { + background-position: -136px -68px; +} +.tsd-kind-function.tsd-is-protected > .tsd-kind-icon:before { + background-position: -153px -68px; +} +.tsd-kind-function.tsd-is-private > .tsd-kind-icon:before { + background-position: -119px -68px; +} +.tsd-kind-function.tsd-parent-kind-class > .tsd-kind-icon:before { + background-position: -51px -68px; +} +.tsd-kind-function.tsd-parent-kind-class.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -68px -68px; +} +.tsd-kind-function.tsd-parent-kind-class.tsd-is-protected + > .tsd-kind-icon:before { + background-position: -85px -68px; +} +.tsd-kind-function.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -102px -68px; +} +.tsd-kind-function.tsd-parent-kind-class.tsd-is-private + > .tsd-kind-icon:before { + background-position: -119px -68px; +} +.tsd-kind-function.tsd-parent-kind-enum > .tsd-kind-icon:before { + background-position: -170px -68px; +} +.tsd-kind-function.tsd-parent-kind-enum.tsd-is-protected + > .tsd-kind-icon:before { + background-position: -187px -68px; +} +.tsd-kind-function.tsd-parent-kind-enum.tsd-is-private > .tsd-kind-icon:before { + background-position: -119px -68px; +} +.tsd-kind-function.tsd-parent-kind-interface > .tsd-kind-icon:before { + background-position: -204px -68px; +} +.tsd-kind-function.tsd-parent-kind-interface.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -221px -68px; +} + +.tsd-kind-method > .tsd-kind-icon:before { + background-position: -136px -68px; +} +.tsd-kind-method.tsd-is-protected > .tsd-kind-icon:before { + background-position: -153px -68px; +} +.tsd-kind-method.tsd-is-private > .tsd-kind-icon:before { + background-position: -119px -68px; +} +.tsd-kind-method.tsd-parent-kind-class > .tsd-kind-icon:before { + background-position: -51px -68px; +} +.tsd-kind-method.tsd-parent-kind-class.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -68px -68px; +} +.tsd-kind-method.tsd-parent-kind-class.tsd-is-protected + > .tsd-kind-icon:before { + background-position: -85px -68px; +} +.tsd-kind-method.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -102px -68px; +} +.tsd-kind-method.tsd-parent-kind-class.tsd-is-private > .tsd-kind-icon:before { + background-position: -119px -68px; +} +.tsd-kind-method.tsd-parent-kind-enum > .tsd-kind-icon:before { + background-position: -170px -68px; +} +.tsd-kind-method.tsd-parent-kind-enum.tsd-is-protected > .tsd-kind-icon:before { + background-position: -187px -68px; +} +.tsd-kind-method.tsd-parent-kind-enum.tsd-is-private > .tsd-kind-icon:before { + background-position: -119px -68px; +} +.tsd-kind-method.tsd-parent-kind-interface > .tsd-kind-icon:before { + background-position: -204px -68px; +} +.tsd-kind-method.tsd-parent-kind-interface.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -221px -68px; +} + +.tsd-kind-call-signature > .tsd-kind-icon:before { + background-position: -136px -68px; +} +.tsd-kind-call-signature.tsd-is-protected > .tsd-kind-icon:before { + background-position: -153px -68px; +} +.tsd-kind-call-signature.tsd-is-private > .tsd-kind-icon:before { + background-position: -119px -68px; +} +.tsd-kind-call-signature.tsd-parent-kind-class > .tsd-kind-icon:before { + background-position: -51px -68px; +} +.tsd-kind-call-signature.tsd-parent-kind-class.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -68px -68px; +} +.tsd-kind-call-signature.tsd-parent-kind-class.tsd-is-protected + > .tsd-kind-icon:before { + background-position: -85px -68px; +} +.tsd-kind-call-signature.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -102px -68px; +} +.tsd-kind-call-signature.tsd-parent-kind-class.tsd-is-private + > .tsd-kind-icon:before { + background-position: -119px -68px; +} +.tsd-kind-call-signature.tsd-parent-kind-enum > .tsd-kind-icon:before { + background-position: -170px -68px; +} +.tsd-kind-call-signature.tsd-parent-kind-enum.tsd-is-protected + > .tsd-kind-icon:before { + background-position: -187px -68px; +} +.tsd-kind-call-signature.tsd-parent-kind-enum.tsd-is-private + > .tsd-kind-icon:before { + background-position: -119px -68px; +} +.tsd-kind-call-signature.tsd-parent-kind-interface > .tsd-kind-icon:before { + background-position: -204px -68px; +} +.tsd-kind-call-signature.tsd-parent-kind-interface.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -221px -68px; +} + +.tsd-kind-function.tsd-has-type-parameter > .tsd-kind-icon:before { + background-position: -136px -85px; +} +.tsd-kind-function.tsd-has-type-parameter.tsd-is-protected + > .tsd-kind-icon:before { + background-position: -153px -85px; +} +.tsd-kind-function.tsd-has-type-parameter.tsd-is-private + > .tsd-kind-icon:before { + background-position: -119px -85px; +} +.tsd-kind-function.tsd-has-type-parameter.tsd-parent-kind-class + > .tsd-kind-icon:before { + background-position: -51px -85px; +} +.tsd-kind-function.tsd-has-type-parameter.tsd-parent-kind-class.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -68px -85px; +} +.tsd-kind-function.tsd-has-type-parameter.tsd-parent-kind-class.tsd-is-protected + > .tsd-kind-icon:before { + background-position: -85px -85px; +} +.tsd-kind-function.tsd-has-type-parameter.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -102px -85px; +} +.tsd-kind-function.tsd-has-type-parameter.tsd-parent-kind-class.tsd-is-private + > .tsd-kind-icon:before { + background-position: -119px -85px; +} +.tsd-kind-function.tsd-has-type-parameter.tsd-parent-kind-enum + > .tsd-kind-icon:before { + background-position: -170px -85px; +} +.tsd-kind-function.tsd-has-type-parameter.tsd-parent-kind-enum.tsd-is-protected + > .tsd-kind-icon:before { + background-position: -187px -85px; +} +.tsd-kind-function.tsd-has-type-parameter.tsd-parent-kind-enum.tsd-is-private + > .tsd-kind-icon:before { + background-position: -119px -85px; +} +.tsd-kind-function.tsd-has-type-parameter.tsd-parent-kind-interface + > .tsd-kind-icon:before { + background-position: -204px -85px; +} +.tsd-kind-function.tsd-has-type-parameter.tsd-parent-kind-interface.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -221px -85px; +} + +.tsd-kind-method.tsd-has-type-parameter > .tsd-kind-icon:before { + background-position: -136px -85px; +} +.tsd-kind-method.tsd-has-type-parameter.tsd-is-protected + > .tsd-kind-icon:before { + background-position: -153px -85px; +} +.tsd-kind-method.tsd-has-type-parameter.tsd-is-private > .tsd-kind-icon:before { + background-position: -119px -85px; +} +.tsd-kind-method.tsd-has-type-parameter.tsd-parent-kind-class + > .tsd-kind-icon:before { + background-position: -51px -85px; +} +.tsd-kind-method.tsd-has-type-parameter.tsd-parent-kind-class.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -68px -85px; +} +.tsd-kind-method.tsd-has-type-parameter.tsd-parent-kind-class.tsd-is-protected + > .tsd-kind-icon:before { + background-position: -85px -85px; +} +.tsd-kind-method.tsd-has-type-parameter.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -102px -85px; +} +.tsd-kind-method.tsd-has-type-parameter.tsd-parent-kind-class.tsd-is-private + > .tsd-kind-icon:before { + background-position: -119px -85px; +} +.tsd-kind-method.tsd-has-type-parameter.tsd-parent-kind-enum + > .tsd-kind-icon:before { + background-position: -170px -85px; +} +.tsd-kind-method.tsd-has-type-parameter.tsd-parent-kind-enum.tsd-is-protected + > .tsd-kind-icon:before { + background-position: -187px -85px; +} +.tsd-kind-method.tsd-has-type-parameter.tsd-parent-kind-enum.tsd-is-private + > .tsd-kind-icon:before { + background-position: -119px -85px; +} +.tsd-kind-method.tsd-has-type-parameter.tsd-parent-kind-interface + > .tsd-kind-icon:before { + background-position: -204px -85px; +} +.tsd-kind-method.tsd-has-type-parameter.tsd-parent-kind-interface.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -221px -85px; +} + +.tsd-kind-constructor > .tsd-kind-icon:before { + background-position: -136px -102px; +} +.tsd-kind-constructor.tsd-is-protected > .tsd-kind-icon:before { + background-position: -153px -102px; +} +.tsd-kind-constructor.tsd-is-private > .tsd-kind-icon:before { + background-position: -119px -102px; +} +.tsd-kind-constructor.tsd-parent-kind-class > .tsd-kind-icon:before { + background-position: -51px -102px; +} +.tsd-kind-constructor.tsd-parent-kind-class.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -68px -102px; +} +.tsd-kind-constructor.tsd-parent-kind-class.tsd-is-protected + > .tsd-kind-icon:before { + background-position: -85px -102px; +} +.tsd-kind-constructor.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -102px -102px; +} +.tsd-kind-constructor.tsd-parent-kind-class.tsd-is-private + > .tsd-kind-icon:before { + background-position: -119px -102px; +} +.tsd-kind-constructor.tsd-parent-kind-enum > .tsd-kind-icon:before { + background-position: -170px -102px; +} +.tsd-kind-constructor.tsd-parent-kind-enum.tsd-is-protected + > .tsd-kind-icon:before { + background-position: -187px -102px; +} +.tsd-kind-constructor.tsd-parent-kind-enum.tsd-is-private + > .tsd-kind-icon:before { + background-position: -119px -102px; +} +.tsd-kind-constructor.tsd-parent-kind-interface > .tsd-kind-icon:before { + background-position: -204px -102px; +} +.tsd-kind-constructor.tsd-parent-kind-interface.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -221px -102px; +} + +.tsd-kind-constructor-signature > .tsd-kind-icon:before { + background-position: -136px -102px; +} +.tsd-kind-constructor-signature.tsd-is-protected > .tsd-kind-icon:before { + background-position: -153px -102px; +} +.tsd-kind-constructor-signature.tsd-is-private > .tsd-kind-icon:before { + background-position: -119px -102px; +} +.tsd-kind-constructor-signature.tsd-parent-kind-class > .tsd-kind-icon:before { + background-position: -51px -102px; +} +.tsd-kind-constructor-signature.tsd-parent-kind-class.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -68px -102px; +} +.tsd-kind-constructor-signature.tsd-parent-kind-class.tsd-is-protected + > .tsd-kind-icon:before { + background-position: -85px -102px; +} +.tsd-kind-constructor-signature.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -102px -102px; +} +.tsd-kind-constructor-signature.tsd-parent-kind-class.tsd-is-private + > .tsd-kind-icon:before { + background-position: -119px -102px; +} +.tsd-kind-constructor-signature.tsd-parent-kind-enum > .tsd-kind-icon:before { + background-position: -170px -102px; +} +.tsd-kind-constructor-signature.tsd-parent-kind-enum.tsd-is-protected + > .tsd-kind-icon:before { + background-position: -187px -102px; +} +.tsd-kind-constructor-signature.tsd-parent-kind-enum.tsd-is-private + > .tsd-kind-icon:before { + background-position: -119px -102px; +} +.tsd-kind-constructor-signature.tsd-parent-kind-interface + > .tsd-kind-icon:before { + background-position: -204px -102px; +} +.tsd-kind-constructor-signature.tsd-parent-kind-interface.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -221px -102px; +} + +.tsd-kind-index-signature > .tsd-kind-icon:before { + background-position: -136px -119px; +} +.tsd-kind-index-signature.tsd-is-protected > .tsd-kind-icon:before { + background-position: -153px -119px; +} +.tsd-kind-index-signature.tsd-is-private > .tsd-kind-icon:before { + background-position: -119px -119px; +} +.tsd-kind-index-signature.tsd-parent-kind-class > .tsd-kind-icon:before { + background-position: -51px -119px; +} +.tsd-kind-index-signature.tsd-parent-kind-class.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -68px -119px; +} +.tsd-kind-index-signature.tsd-parent-kind-class.tsd-is-protected + > .tsd-kind-icon:before { + background-position: -85px -119px; +} +.tsd-kind-index-signature.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -102px -119px; +} +.tsd-kind-index-signature.tsd-parent-kind-class.tsd-is-private + > .tsd-kind-icon:before { + background-position: -119px -119px; +} +.tsd-kind-index-signature.tsd-parent-kind-enum > .tsd-kind-icon:before { + background-position: -170px -119px; +} +.tsd-kind-index-signature.tsd-parent-kind-enum.tsd-is-protected + > .tsd-kind-icon:before { + background-position: -187px -119px; +} +.tsd-kind-index-signature.tsd-parent-kind-enum.tsd-is-private + > .tsd-kind-icon:before { + background-position: -119px -119px; +} +.tsd-kind-index-signature.tsd-parent-kind-interface > .tsd-kind-icon:before { + background-position: -204px -119px; +} +.tsd-kind-index-signature.tsd-parent-kind-interface.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -221px -119px; +} + +.tsd-kind-event > .tsd-kind-icon:before { + background-position: -136px -136px; +} +.tsd-kind-event.tsd-is-protected > .tsd-kind-icon:before { + background-position: -153px -136px; +} +.tsd-kind-event.tsd-is-private > .tsd-kind-icon:before { + background-position: -119px -136px; +} +.tsd-kind-event.tsd-parent-kind-class > .tsd-kind-icon:before { + background-position: -51px -136px; +} +.tsd-kind-event.tsd-parent-kind-class.tsd-is-inherited > .tsd-kind-icon:before { + background-position: -68px -136px; +} +.tsd-kind-event.tsd-parent-kind-class.tsd-is-protected > .tsd-kind-icon:before { + background-position: -85px -136px; +} +.tsd-kind-event.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -102px -136px; +} +.tsd-kind-event.tsd-parent-kind-class.tsd-is-private > .tsd-kind-icon:before { + background-position: -119px -136px; +} +.tsd-kind-event.tsd-parent-kind-enum > .tsd-kind-icon:before { + background-position: -170px -136px; +} +.tsd-kind-event.tsd-parent-kind-enum.tsd-is-protected > .tsd-kind-icon:before { + background-position: -187px -136px; +} +.tsd-kind-event.tsd-parent-kind-enum.tsd-is-private > .tsd-kind-icon:before { + background-position: -119px -136px; +} +.tsd-kind-event.tsd-parent-kind-interface > .tsd-kind-icon:before { + background-position: -204px -136px; +} +.tsd-kind-event.tsd-parent-kind-interface.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -221px -136px; +} + +.tsd-is-static > .tsd-kind-icon:before { + background-position: -136px -153px; +} +.tsd-is-static.tsd-is-protected > .tsd-kind-icon:before { + background-position: -153px -153px; +} +.tsd-is-static.tsd-is-private > .tsd-kind-icon:before { + background-position: -119px -153px; +} +.tsd-is-static.tsd-parent-kind-class > .tsd-kind-icon:before { + background-position: -51px -153px; +} +.tsd-is-static.tsd-parent-kind-class.tsd-is-inherited > .tsd-kind-icon:before { + background-position: -68px -153px; +} +.tsd-is-static.tsd-parent-kind-class.tsd-is-protected > .tsd-kind-icon:before { + background-position: -85px -153px; +} +.tsd-is-static.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -102px -153px; +} +.tsd-is-static.tsd-parent-kind-class.tsd-is-private > .tsd-kind-icon:before { + background-position: -119px -153px; +} +.tsd-is-static.tsd-parent-kind-enum > .tsd-kind-icon:before { + background-position: -170px -153px; +} +.tsd-is-static.tsd-parent-kind-enum.tsd-is-protected > .tsd-kind-icon:before { + background-position: -187px -153px; +} +.tsd-is-static.tsd-parent-kind-enum.tsd-is-private > .tsd-kind-icon:before { + background-position: -119px -153px; +} +.tsd-is-static.tsd-parent-kind-interface > .tsd-kind-icon:before { + background-position: -204px -153px; +} +.tsd-is-static.tsd-parent-kind-interface.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -221px -153px; +} + +.tsd-is-static.tsd-kind-function > .tsd-kind-icon:before { + background-position: -136px -170px; +} +.tsd-is-static.tsd-kind-function.tsd-is-protected > .tsd-kind-icon:before { + background-position: -153px -170px; +} +.tsd-is-static.tsd-kind-function.tsd-is-private > .tsd-kind-icon:before { + background-position: -119px -170px; +} +.tsd-is-static.tsd-kind-function.tsd-parent-kind-class > .tsd-kind-icon:before { + background-position: -51px -170px; +} +.tsd-is-static.tsd-kind-function.tsd-parent-kind-class.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -68px -170px; +} +.tsd-is-static.tsd-kind-function.tsd-parent-kind-class.tsd-is-protected + > .tsd-kind-icon:before { + background-position: -85px -170px; +} +.tsd-is-static.tsd-kind-function.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -102px -170px; +} +.tsd-is-static.tsd-kind-function.tsd-parent-kind-class.tsd-is-private + > .tsd-kind-icon:before { + background-position: -119px -170px; +} +.tsd-is-static.tsd-kind-function.tsd-parent-kind-enum > .tsd-kind-icon:before { + background-position: -170px -170px; +} +.tsd-is-static.tsd-kind-function.tsd-parent-kind-enum.tsd-is-protected + > .tsd-kind-icon:before { + background-position: -187px -170px; +} +.tsd-is-static.tsd-kind-function.tsd-parent-kind-enum.tsd-is-private + > .tsd-kind-icon:before { + background-position: -119px -170px; +} +.tsd-is-static.tsd-kind-function.tsd-parent-kind-interface + > .tsd-kind-icon:before { + background-position: -204px -170px; +} +.tsd-is-static.tsd-kind-function.tsd-parent-kind-interface.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -221px -170px; +} + +.tsd-is-static.tsd-kind-method > .tsd-kind-icon:before { + background-position: -136px -170px; +} +.tsd-is-static.tsd-kind-method.tsd-is-protected > .tsd-kind-icon:before { + background-position: -153px -170px; +} +.tsd-is-static.tsd-kind-method.tsd-is-private > .tsd-kind-icon:before { + background-position: -119px -170px; +} +.tsd-is-static.tsd-kind-method.tsd-parent-kind-class > .tsd-kind-icon:before { + background-position: -51px -170px; +} +.tsd-is-static.tsd-kind-method.tsd-parent-kind-class.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -68px -170px; +} +.tsd-is-static.tsd-kind-method.tsd-parent-kind-class.tsd-is-protected + > .tsd-kind-icon:before { + background-position: -85px -170px; +} +.tsd-is-static.tsd-kind-method.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -102px -170px; +} +.tsd-is-static.tsd-kind-method.tsd-parent-kind-class.tsd-is-private + > .tsd-kind-icon:before { + background-position: -119px -170px; +} +.tsd-is-static.tsd-kind-method.tsd-parent-kind-enum > .tsd-kind-icon:before { + background-position: -170px -170px; +} +.tsd-is-static.tsd-kind-method.tsd-parent-kind-enum.tsd-is-protected + > .tsd-kind-icon:before { + background-position: -187px -170px; +} +.tsd-is-static.tsd-kind-method.tsd-parent-kind-enum.tsd-is-private + > .tsd-kind-icon:before { + background-position: -119px -170px; +} +.tsd-is-static.tsd-kind-method.tsd-parent-kind-interface + > .tsd-kind-icon:before { + background-position: -204px -170px; +} +.tsd-is-static.tsd-kind-method.tsd-parent-kind-interface.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -221px -170px; +} + +.tsd-is-static.tsd-kind-call-signature > .tsd-kind-icon:before { + background-position: -136px -170px; +} +.tsd-is-static.tsd-kind-call-signature.tsd-is-protected + > .tsd-kind-icon:before { + background-position: -153px -170px; +} +.tsd-is-static.tsd-kind-call-signature.tsd-is-private > .tsd-kind-icon:before { + background-position: -119px -170px; +} +.tsd-is-static.tsd-kind-call-signature.tsd-parent-kind-class + > .tsd-kind-icon:before { + background-position: -51px -170px; +} +.tsd-is-static.tsd-kind-call-signature.tsd-parent-kind-class.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -68px -170px; +} +.tsd-is-static.tsd-kind-call-signature.tsd-parent-kind-class.tsd-is-protected + > .tsd-kind-icon:before { + background-position: -85px -170px; +} +.tsd-is-static.tsd-kind-call-signature.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -102px -170px; +} +.tsd-is-static.tsd-kind-call-signature.tsd-parent-kind-class.tsd-is-private + > .tsd-kind-icon:before { + background-position: -119px -170px; +} +.tsd-is-static.tsd-kind-call-signature.tsd-parent-kind-enum + > .tsd-kind-icon:before { + background-position: -170px -170px; +} +.tsd-is-static.tsd-kind-call-signature.tsd-parent-kind-enum.tsd-is-protected + > .tsd-kind-icon:before { + background-position: -187px -170px; +} +.tsd-is-static.tsd-kind-call-signature.tsd-parent-kind-enum.tsd-is-private + > .tsd-kind-icon:before { + background-position: -119px -170px; +} +.tsd-is-static.tsd-kind-call-signature.tsd-parent-kind-interface + > .tsd-kind-icon:before { + background-position: -204px -170px; +} +.tsd-is-static.tsd-kind-call-signature.tsd-parent-kind-interface.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -221px -170px; +} + +.tsd-is-static.tsd-kind-event > .tsd-kind-icon:before { + background-position: -136px -187px; +} +.tsd-is-static.tsd-kind-event.tsd-is-protected > .tsd-kind-icon:before { + background-position: -153px -187px; +} +.tsd-is-static.tsd-kind-event.tsd-is-private > .tsd-kind-icon:before { + background-position: -119px -187px; +} +.tsd-is-static.tsd-kind-event.tsd-parent-kind-class > .tsd-kind-icon:before { + background-position: -51px -187px; +} +.tsd-is-static.tsd-kind-event.tsd-parent-kind-class.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -68px -187px; +} +.tsd-is-static.tsd-kind-event.tsd-parent-kind-class.tsd-is-protected + > .tsd-kind-icon:before { + background-position: -85px -187px; +} +.tsd-is-static.tsd-kind-event.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -102px -187px; +} +.tsd-is-static.tsd-kind-event.tsd-parent-kind-class.tsd-is-private + > .tsd-kind-icon:before { + background-position: -119px -187px; +} +.tsd-is-static.tsd-kind-event.tsd-parent-kind-enum > .tsd-kind-icon:before { + background-position: -170px -187px; +} +.tsd-is-static.tsd-kind-event.tsd-parent-kind-enum.tsd-is-protected + > .tsd-kind-icon:before { + background-position: -187px -187px; +} +.tsd-is-static.tsd-kind-event.tsd-parent-kind-enum.tsd-is-private + > .tsd-kind-icon:before { + background-position: -119px -187px; +} +.tsd-is-static.tsd-kind-event.tsd-parent-kind-interface + > .tsd-kind-icon:before { + background-position: -204px -187px; +} +.tsd-is-static.tsd-kind-event.tsd-parent-kind-interface.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -221px -187px; +} diff --git a/docs/api/1.49.0/assets/icons.png b/docs/api/1.49.0/assets/icons.png new file mode 100644 index 0000000000..3836d5fe46 Binary files /dev/null and b/docs/api/1.49.0/assets/icons.png differ diff --git a/docs/api/1.49.0/assets/icons@2x.png b/docs/api/1.49.0/assets/icons@2x.png new file mode 100644 index 0000000000..5a209e2f6d Binary files /dev/null and b/docs/api/1.49.0/assets/icons@2x.png differ diff --git a/docs/api/1.49.0/assets/main.js b/docs/api/1.49.0/assets/main.js new file mode 100644 index 0000000000..21898f46c6 --- /dev/null +++ b/docs/api/1.49.0/assets/main.js @@ -0,0 +1,52 @@ +(()=>{var Ce=Object.create;var J=Object.defineProperty;var Pe=Object.getOwnPropertyDescriptor;var Oe=Object.getOwnPropertyNames;var Re=Object.getPrototypeOf,_e=Object.prototype.hasOwnProperty;var Me=t=>J(t,"__esModule",{value:!0});var $e=typeof require!="undefined"?require:t=>{throw new Error('Dynamic require of "'+t+'" is not supported')};var Fe=(t,e)=>()=>(e||t((e={exports:{}}).exports,e),e.exports);var De=(t,e,r)=>{if(e&&typeof e=="object"||typeof e=="function")for(let n of Oe(e))!_e.call(t,n)&&n!=="default"&&J(t,n,{get:()=>e[n],enumerable:!(r=Pe(e,n))||r.enumerable});return t},Ae=t=>De(Me(J(t!=null?Ce(Re(t)):{},"default",t&&t.__esModule&&"default"in t?{get:()=>t.default,enumerable:!0}:{value:t,enumerable:!0})),t);var de=Fe((ue,he)=>{(function(){var t=function(e){var r=new t.Builder;return r.pipeline.add(t.trimmer,t.stopWordFilter,t.stemmer),r.searchPipeline.add(t.stemmer),e.call(r,r),r.build()};t.version="2.3.9";t.utils={},t.utils.warn=function(e){return function(r){e.console&&console.warn&&console.warn(r)}}(this),t.utils.asString=function(e){return e==null?"":e.toString()},t.utils.clone=function(e){if(e==null)return e;for(var r=Object.create(null),n=Object.keys(e),i=0;i0){var h=t.utils.clone(r)||{};h.position=[a,l],h.index=s.length,s.push(new t.Token(n.slice(a,o),h))}a=o+1}}return s},t.tokenizer.separator=/[\s\-]+/;t.Pipeline=function(){this._stack=[]},t.Pipeline.registeredFunctions=Object.create(null),t.Pipeline.registerFunction=function(e,r){r in this.registeredFunctions&&t.utils.warn("Overwriting existing registered function: "+r),e.label=r,t.Pipeline.registeredFunctions[e.label]=e},t.Pipeline.warnIfFunctionNotRegistered=function(e){var r=e.label&&e.label in this.registeredFunctions;r||t.utils.warn(`Function is not registered with pipeline. This may cause problems when serialising the index. +`,e)},t.Pipeline.load=function(e){var r=new t.Pipeline;return e.forEach(function(n){var i=t.Pipeline.registeredFunctions[n];if(i)r.add(i);else throw new Error("Cannot load unregistered function: "+n)}),r},t.Pipeline.prototype.add=function(){var e=Array.prototype.slice.call(arguments);e.forEach(function(r){t.Pipeline.warnIfFunctionNotRegistered(r),this._stack.push(r)},this)},t.Pipeline.prototype.after=function(e,r){t.Pipeline.warnIfFunctionNotRegistered(r);var n=this._stack.indexOf(e);if(n==-1)throw new Error("Cannot find existingFn");n=n+1,this._stack.splice(n,0,r)},t.Pipeline.prototype.before=function(e,r){t.Pipeline.warnIfFunctionNotRegistered(r);var n=this._stack.indexOf(e);if(n==-1)throw new Error("Cannot find existingFn");this._stack.splice(n,0,r)},t.Pipeline.prototype.remove=function(e){var r=this._stack.indexOf(e);r!=-1&&this._stack.splice(r,1)},t.Pipeline.prototype.run=function(e){for(var r=this._stack.length,n=0;n1&&(oe&&(n=s),o!=e);)i=n-r,s=r+Math.floor(i/2),o=this.elements[s*2];if(o==e||o>e)return s*2;if(oc?h+=2:a==c&&(r+=n[l+1]*i[h+1],l+=2,h+=2);return r},t.Vector.prototype.similarity=function(e){return this.dot(e)/this.magnitude()||0},t.Vector.prototype.toArray=function(){for(var e=new Array(this.elements.length/2),r=1,n=0;r0){var o=s.str.charAt(0),a;o in s.node.edges?a=s.node.edges[o]:(a=new t.TokenSet,s.node.edges[o]=a),s.str.length==1&&(a.final=!0),i.push({node:a,editsRemaining:s.editsRemaining,str:s.str.slice(1)})}if(s.editsRemaining!=0){if("*"in s.node.edges)var c=s.node.edges["*"];else{var c=new t.TokenSet;s.node.edges["*"]=c}if(s.str.length==0&&(c.final=!0),i.push({node:c,editsRemaining:s.editsRemaining-1,str:s.str}),s.str.length>1&&i.push({node:s.node,editsRemaining:s.editsRemaining-1,str:s.str.slice(1)}),s.str.length==1&&(s.node.final=!0),s.str.length>=1){if("*"in s.node.edges)var l=s.node.edges["*"];else{var l=new t.TokenSet;s.node.edges["*"]=l}s.str.length==1&&(l.final=!0),i.push({node:l,editsRemaining:s.editsRemaining-1,str:s.str.slice(1)})}if(s.str.length>1){var h=s.str.charAt(0),f=s.str.charAt(1),v;f in s.node.edges?v=s.node.edges[f]:(v=new t.TokenSet,s.node.edges[f]=v),s.str.length==1&&(v.final=!0),i.push({node:v,editsRemaining:s.editsRemaining-1,str:h+s.str.slice(2)})}}}return n},t.TokenSet.fromString=function(e){for(var r=new t.TokenSet,n=r,i=0,s=e.length;i=e;r--){var n=this.uncheckedNodes[r],i=n.child.toString();i in this.minimizedNodes?n.parent.edges[n.char]=this.minimizedNodes[i]:(n.child._str=i,this.minimizedNodes[i]=n.child),this.uncheckedNodes.pop()}};t.Index=function(e){this.invertedIndex=e.invertedIndex,this.fieldVectors=e.fieldVectors,this.tokenSet=e.tokenSet,this.fields=e.fields,this.pipeline=e.pipeline},t.Index.prototype.search=function(e){return this.query(function(r){var n=new t.QueryParser(e,r);n.parse()})},t.Index.prototype.query=function(e){for(var r=new t.Query(this.fields),n=Object.create(null),i=Object.create(null),s=Object.create(null),o=Object.create(null),a=Object.create(null),c=0;c1?this._b=1:this._b=e},t.Builder.prototype.k1=function(e){this._k1=e},t.Builder.prototype.add=function(e,r){var n=e[this._ref],i=Object.keys(this._fields);this._documents[n]=r||{},this.documentCount+=1;for(var s=0;s=this.length)return t.QueryLexer.EOS;var e=this.str.charAt(this.pos);return this.pos+=1,e},t.QueryLexer.prototype.width=function(){return this.pos-this.start},t.QueryLexer.prototype.ignore=function(){this.start==this.pos&&(this.pos+=1),this.start=this.pos},t.QueryLexer.prototype.backup=function(){this.pos-=1},t.QueryLexer.prototype.acceptDigitRun=function(){var e,r;do e=this.next(),r=e.charCodeAt(0);while(r>47&&r<58);e!=t.QueryLexer.EOS&&this.backup()},t.QueryLexer.prototype.more=function(){return this.pos1&&(e.backup(),e.emit(t.QueryLexer.TERM)),e.ignore(),e.more())return t.QueryLexer.lexText},t.QueryLexer.lexEditDistance=function(e){return e.ignore(),e.acceptDigitRun(),e.emit(t.QueryLexer.EDIT_DISTANCE),t.QueryLexer.lexText},t.QueryLexer.lexBoost=function(e){return e.ignore(),e.acceptDigitRun(),e.emit(t.QueryLexer.BOOST),t.QueryLexer.lexText},t.QueryLexer.lexEOS=function(e){e.width()>0&&e.emit(t.QueryLexer.TERM)},t.QueryLexer.termSeparator=t.tokenizer.separator,t.QueryLexer.lexText=function(e){for(;;){var r=e.next();if(r==t.QueryLexer.EOS)return t.QueryLexer.lexEOS;if(r.charCodeAt(0)==92){e.escapeCharacter();continue}if(r==":")return t.QueryLexer.lexField;if(r=="~")return e.backup(),e.width()>0&&e.emit(t.QueryLexer.TERM),t.QueryLexer.lexEditDistance;if(r=="^")return e.backup(),e.width()>0&&e.emit(t.QueryLexer.TERM),t.QueryLexer.lexBoost;if(r=="+"&&e.width()===1||r=="-"&&e.width()===1)return e.emit(t.QueryLexer.PRESENCE),t.QueryLexer.lexText;if(r.match(t.QueryLexer.termSeparator))return t.QueryLexer.lexTerm}},t.QueryParser=function(e,r){this.lexer=new t.QueryLexer(e),this.query=r,this.currentClause={},this.lexemeIdx=0},t.QueryParser.prototype.parse=function(){this.lexer.run(),this.lexemes=this.lexer.lexemes;for(var e=t.QueryParser.parseClause;e;)e=e(this);return this.query},t.QueryParser.prototype.peekLexeme=function(){return this.lexemes[this.lexemeIdx]},t.QueryParser.prototype.consumeLexeme=function(){var e=this.peekLexeme();return this.lexemeIdx+=1,e},t.QueryParser.prototype.nextClause=function(){var e=this.currentClause;this.query.clause(e),this.currentClause={}},t.QueryParser.parseClause=function(e){var r=e.peekLexeme();if(r!=null)switch(r.type){case t.QueryLexer.PRESENCE:return t.QueryParser.parsePresence;case t.QueryLexer.FIELD:return t.QueryParser.parseField;case t.QueryLexer.TERM:return t.QueryParser.parseTerm;default:var n="expected either a field or a term, found "+r.type;throw r.str.length>=1&&(n+=" with value '"+r.str+"'"),new t.QueryParseError(n,r.start,r.end)}},t.QueryParser.parsePresence=function(e){var r=e.consumeLexeme();if(r!=null){switch(r.str){case"-":e.currentClause.presence=t.Query.presence.PROHIBITED;break;case"+":e.currentClause.presence=t.Query.presence.REQUIRED;break;default:var n="unrecognised presence operator'"+r.str+"'";throw new t.QueryParseError(n,r.start,r.end)}var i=e.peekLexeme();if(i==null){var n="expecting term or field, found nothing";throw new t.QueryParseError(n,r.start,r.end)}switch(i.type){case t.QueryLexer.FIELD:return t.QueryParser.parseField;case t.QueryLexer.TERM:return t.QueryParser.parseTerm;default:var n="expecting term or field, found '"+i.type+"'";throw new t.QueryParseError(n,i.start,i.end)}}},t.QueryParser.parseField=function(e){var r=e.consumeLexeme();if(r!=null){if(e.query.allFields.indexOf(r.str)==-1){var n=e.query.allFields.map(function(o){return"'"+o+"'"}).join(", "),i="unrecognised field '"+r.str+"', possible fields: "+n;throw new t.QueryParseError(i,r.start,r.end)}e.currentClause.fields=[r.str];var s=e.peekLexeme();if(s==null){var i="expecting term, found nothing";throw new t.QueryParseError(i,r.start,r.end)}switch(s.type){case t.QueryLexer.TERM:return t.QueryParser.parseTerm;default:var i="expecting term, found '"+s.type+"'";throw new t.QueryParseError(i,s.start,s.end)}}},t.QueryParser.parseTerm=function(e){var r=e.consumeLexeme();if(r!=null){e.currentClause.term=r.str.toLowerCase(),r.str.indexOf("*")!=-1&&(e.currentClause.usePipeline=!1);var n=e.peekLexeme();if(n==null){e.nextClause();return}switch(n.type){case t.QueryLexer.TERM:return e.nextClause(),t.QueryParser.parseTerm;case t.QueryLexer.FIELD:return e.nextClause(),t.QueryParser.parseField;case t.QueryLexer.EDIT_DISTANCE:return t.QueryParser.parseEditDistance;case t.QueryLexer.BOOST:return t.QueryParser.parseBoost;case t.QueryLexer.PRESENCE:return e.nextClause(),t.QueryParser.parsePresence;default:var i="Unexpected lexeme type '"+n.type+"'";throw new t.QueryParseError(i,n.start,n.end)}}},t.QueryParser.parseEditDistance=function(e){var r=e.consumeLexeme();if(r!=null){var n=parseInt(r.str,10);if(isNaN(n)){var i="edit distance must be numeric";throw new t.QueryParseError(i,r.start,r.end)}e.currentClause.editDistance=n;var s=e.peekLexeme();if(s==null){e.nextClause();return}switch(s.type){case t.QueryLexer.TERM:return e.nextClause(),t.QueryParser.parseTerm;case t.QueryLexer.FIELD:return e.nextClause(),t.QueryParser.parseField;case t.QueryLexer.EDIT_DISTANCE:return t.QueryParser.parseEditDistance;case t.QueryLexer.BOOST:return t.QueryParser.parseBoost;case t.QueryLexer.PRESENCE:return e.nextClause(),t.QueryParser.parsePresence;default:var i="Unexpected lexeme type '"+s.type+"'";throw new t.QueryParseError(i,s.start,s.end)}}},t.QueryParser.parseBoost=function(e){var r=e.consumeLexeme();if(r!=null){var n=parseInt(r.str,10);if(isNaN(n)){var i="boost must be numeric";throw new t.QueryParseError(i,r.start,r.end)}e.currentClause.boost=n;var s=e.peekLexeme();if(s==null){e.nextClause();return}switch(s.type){case t.QueryLexer.TERM:return e.nextClause(),t.QueryParser.parseTerm;case t.QueryLexer.FIELD:return e.nextClause(),t.QueryParser.parseField;case t.QueryLexer.EDIT_DISTANCE:return t.QueryParser.parseEditDistance;case t.QueryLexer.BOOST:return t.QueryParser.parseBoost;case t.QueryLexer.PRESENCE:return e.nextClause(),t.QueryParser.parsePresence;default:var i="Unexpected lexeme type '"+s.type+"'";throw new t.QueryParseError(i,s.start,s.end)}}},function(e,r){typeof define=="function"&&define.amd?define(r):typeof ue=="object"?he.exports=r():e.lunr=r()}(this,function(){return t})})()});var le=[];function N(t,e){le.push({selector:e,constructor:t})}var X=class{constructor(){this.createComponents(document.body)}createComponents(e){le.forEach(r=>{e.querySelectorAll(r.selector).forEach(n=>{n.dataset.hasInstance||(new r.constructor({el:n}),n.dataset.hasInstance=String(!0))})})}};var Q=class{constructor(e){this.el=e.el}};var Z=class{constructor(){this.listeners={}}addEventListener(e,r){e in this.listeners||(this.listeners[e]=[]),this.listeners[e].push(r)}removeEventListener(e,r){if(!(e in this.listeners))return;let n=this.listeners[e];for(let i=0,s=n.length;i{let r=Date.now();return(...n)=>{r+e-Date.now()<0&&(t(...n),r=Date.now())}};var ee=class extends Z{constructor(){super();this.scrollTop=0;this.lastY=0;this.width=0;this.height=0;this.showToolbar=!0;this.toolbar=document.querySelector(".tsd-page-toolbar"),this.secondaryNav=document.querySelector(".tsd-navigation.secondary"),window.addEventListener("scroll",K(()=>this.onScroll(),10)),window.addEventListener("resize",K(()=>this.onResize(),10)),this.onResize(),this.onScroll()}triggerResize(){let e=new CustomEvent("resize",{detail:{width:this.width,height:this.height}});this.dispatchEvent(e)}onResize(){this.width=window.innerWidth||0,this.height=window.innerHeight||0;let e=new CustomEvent("resize",{detail:{width:this.width,height:this.height}});this.dispatchEvent(e)}onScroll(){this.scrollTop=window.scrollY||0;let e=new CustomEvent("scroll",{detail:{scrollTop:this.scrollTop}});this.dispatchEvent(e),this.hideShowToolbar()}hideShowToolbar(){let e=this.showToolbar;this.showToolbar=this.lastY>=this.scrollTop||this.scrollTop<=0,e!==this.showToolbar&&(this.toolbar.classList.toggle("tsd-page-toolbar--hide"),this.secondaryNav.classList.toggle("tsd-navigation--toolbar-hide")),this.lastY=this.scrollTop}},I=ee;I.instance=new ee;var te=class extends Q{constructor(e){super(e);this.anchors=[];this.index=-1;I.instance.addEventListener("resize",()=>this.onResize()),I.instance.addEventListener("scroll",r=>this.onScroll(r)),this.createAnchors()}createAnchors(){let e=window.location.href;e.indexOf("#")!=-1&&(e=e.substr(0,e.indexOf("#"))),this.el.querySelectorAll("a").forEach(r=>{let n=r.href;if(n.indexOf("#")==-1||n.substr(0,e.length)!=e)return;let i=n.substr(n.indexOf("#")+1),s=document.querySelector("a.tsd-anchor[name="+i+"]"),o=r.parentNode;!s||!o||this.anchors.push({link:o,anchor:s,position:0})}),this.onResize()}onResize(){let e;for(let n=0,i=this.anchors.length;nn.position-i.position);let r=new CustomEvent("scroll",{detail:{scrollTop:I.instance.scrollTop}});this.onScroll(r)}onScroll(e){let r=e.detail.scrollTop+5,n=this.anchors,i=n.length-1,s=this.index;for(;s>-1&&n[s].position>r;)s-=1;for(;s-1&&this.anchors[this.index].link.classList.remove("focus"),this.index=s,this.index>-1&&this.anchors[this.index].link.classList.add("focus"))}};var ce=(t,e=100)=>{let r;return(...n)=>{clearTimeout(r),r=setTimeout(()=>t(n),e)}};var pe=Ae(de());function fe(){let t=document.getElementById("tsd-search");if(!t)return;let e=document.getElementById("search-script");t.classList.add("loading"),e&&(e.addEventListener("error",()=>{t.classList.remove("loading"),t.classList.add("failure")}),e.addEventListener("load",()=>{t.classList.remove("loading"),t.classList.add("ready")}),window.searchData&&t.classList.remove("loading"));let r=document.querySelector("#tsd-search input"),n=document.querySelector("#tsd-search .results");if(!r||!n)throw new Error("The input field or the result list wrapper was not found");let i=!1;n.addEventListener("mousedown",()=>i=!0),n.addEventListener("mouseup",()=>{i=!1,t.classList.remove("has-focus")}),r.addEventListener("focus",()=>t.classList.add("has-focus")),r.addEventListener("blur",()=>{i||(i=!1,t.classList.remove("has-focus"))});let s={base:t.dataset.base+"/"};Ve(t,n,r,s)}function Ve(t,e,r,n){r.addEventListener("input",ce(()=>{ze(t,e,r,n)},200));let i=!1;r.addEventListener("keydown",s=>{i=!0,s.key=="Enter"?Ne(e,r):s.key=="Escape"?r.blur():s.key=="ArrowUp"?me(e,-1):s.key==="ArrowDown"?me(e,1):i=!1}),r.addEventListener("keypress",s=>{i&&s.preventDefault()}),document.body.addEventListener("keydown",s=>{s.altKey||s.ctrlKey||s.metaKey||!r.matches(":focus")&&s.key==="/"&&(r.focus(),s.preventDefault())})}function He(t,e){t.index||window.searchData&&(e.classList.remove("loading"),e.classList.add("ready"),t.data=window.searchData,t.index=pe.Index.load(window.searchData.index))}function ze(t,e,r,n){if(He(n,t),!n.index||!n.data)return;e.textContent="";let i=r.value.trim(),s=n.index.search(`*${i}*`);for(let o=0,a=Math.min(10,s.length);o${ve(c.parent,i)}.${l}`);let h=document.createElement("li");h.classList.value=c.classes;let f=document.createElement("a");f.href=n.base+c.url,f.classList.add("tsd-kind-icon"),f.innerHTML=l,h.append(f),e.appendChild(h)}}function me(t,e){let r=t.querySelector(".current");if(!r)r=t.querySelector(e==1?"li:first-child":"li:last-child"),r&&r.classList.add("current");else{let n=r;if(e===1)do n=n.nextElementSibling;while(n instanceof HTMLElement&&n.offsetParent==null);else do n=n.previousElementSibling;while(n instanceof HTMLElement&&n.offsetParent==null);n&&(r.classList.remove("current"),n.classList.add("current"))}}function Ne(t,e){let r=t.querySelector(".current");if(r||(r=t.querySelector("li:first-child")),r){let n=r.querySelector("a");n&&(window.location.href=n.href),e.blur()}}function ve(t,e){if(e==="")return t;let r=t.toLocaleLowerCase(),n=e.toLocaleLowerCase(),i=[],s=0,o=r.indexOf(n);for(;o!=-1;)i.push(re(t.substring(s,o)),`${re(t.substring(o,o+n.length))}`),s=o+n.length,o=r.indexOf(n,s);return i.push(re(t.substring(s))),i.join("")}var je={"&":"&","<":"<",">":">","'":"'",'"':"""};function re(t){return t.replace(/[&<>"'"]/g,e=>je[e])}var ge=class{constructor(e,r){this.signature=e,this.description=r}addClass(e){return this.signature.classList.add(e),this.description.classList.add(e),this}removeClass(e){return this.signature.classList.remove(e),this.description.classList.remove(e),this}},ne=class extends Q{constructor(e){super(e);this.groups=[];this.index=-1;this.createGroups(),this.container&&(this.el.classList.add("active"),Array.from(this.el.children).forEach(r=>{r.addEventListener("touchstart",n=>this.onClick(n)),r.addEventListener("click",n=>this.onClick(n))}),this.container.classList.add("active"),this.setIndex(0))}setIndex(e){if(e<0&&(e=0),e>this.groups.length-1&&(e=this.groups.length-1),this.index==e)return;let r=this.groups[e];if(this.index>-1){let n=this.groups[this.index];n.removeClass("current").addClass("fade-out"),r.addClass("current"),r.addClass("fade-in"),I.instance.triggerResize(),setTimeout(()=>{n.removeClass("fade-out"),r.removeClass("fade-in")},300)}else r.addClass("current"),I.instance.triggerResize();this.index=e}createGroups(){let e=this.el.children;if(e.length<2)return;this.container=this.el.nextElementSibling;let r=this.container.children;this.groups=[];for(let n=0;n{r.signature===e.currentTarget&&this.setIndex(n)})}};var C="mousedown",ye="mousemove",_="mouseup",G={x:0,y:0},xe=!1,ie=!1,Be=!1,A=!1,Le=/Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent);document.documentElement.classList.add(Le?"is-mobile":"not-mobile");Le&&"ontouchstart"in document.documentElement&&(Be=!0,C="touchstart",ye="touchmove",_="touchend");document.addEventListener(C,t=>{ie=!0,A=!1;let e=C=="touchstart"?t.targetTouches[0]:t;G.y=e.pageY||0,G.x=e.pageX||0});document.addEventListener(ye,t=>{if(!!ie&&!A){let e=C=="touchstart"?t.targetTouches[0]:t,r=G.x-(e.pageX||0),n=G.y-(e.pageY||0);A=Math.sqrt(r*r+n*n)>10}});document.addEventListener(_,()=>{ie=!1});document.addEventListener("click",t=>{xe&&(t.preventDefault(),t.stopImmediatePropagation(),xe=!1)});var se=class extends Q{constructor(e){super(e);this.className=this.el.dataset.toggle||"",this.el.addEventListener(_,r=>this.onPointerUp(r)),this.el.addEventListener("click",r=>r.preventDefault()),document.addEventListener(C,r=>this.onDocumentPointerDown(r)),document.addEventListener(_,r=>this.onDocumentPointerUp(r))}setActive(e){if(this.active==e)return;this.active=e,document.documentElement.classList.toggle("has-"+this.className,e),this.el.classList.toggle("active",e);let r=(this.active?"to-has-":"from-has-")+this.className;document.documentElement.classList.add(r),setTimeout(()=>document.documentElement.classList.remove(r),500)}onPointerUp(e){A||(this.setActive(!0),e.preventDefault())}onDocumentPointerDown(e){if(this.active){if(e.target.closest(".col-menu, .tsd-filter-group"))return;this.setActive(!1)}}onDocumentPointerUp(e){if(!A&&this.active&&e.target.closest(".col-menu")){let r=e.target.closest("a");if(r){let n=window.location.href;n.indexOf("#")!=-1&&(n=n.substr(0,n.indexOf("#"))),r.href.substr(0,n.length)==n&&setTimeout(()=>this.setActive(!1),250)}}}};var oe=class{constructor(e,r){this.key=e,this.value=r,this.defaultValue=r,this.initialize(),window.localStorage[this.key]&&this.setValue(this.fromLocalStorage(window.localStorage[this.key]))}initialize(){}setValue(e){if(this.value==e)return;let r=this.value;this.value=e,window.localStorage[this.key]=this.toLocalStorage(e),this.handleValueChange(r,e)}},ae=class extends oe{initialize(){let e=document.querySelector("#tsd-filter-"+this.key);!e||(this.checkbox=e,this.checkbox.addEventListener("change",()=>{this.setValue(this.checkbox.checked)}))}handleValueChange(e,r){!this.checkbox||(this.checkbox.checked=this.value,document.documentElement.classList.toggle("toggle-"+this.key,this.value!=this.defaultValue))}fromLocalStorage(e){return e=="true"}toLocalStorage(e){return e?"true":"false"}},Ee=class extends oe{initialize(){document.documentElement.classList.add("toggle-"+this.key+this.value);let e=document.querySelector("#tsd-filter-"+this.key);if(!e)return;this.select=e;let r=()=>{this.select.classList.add("active")},n=()=>{this.select.classList.remove("active")};this.select.addEventListener(C,r),this.select.addEventListener("mouseover",r),this.select.addEventListener("mouseleave",n),this.select.querySelectorAll("li").forEach(i=>{i.addEventListener(_,s=>{e.classList.remove("active"),this.setValue(s.target.dataset.value||"")})}),document.addEventListener(C,i=>{this.select.contains(i.target)||this.select.classList.remove("active")})}handleValueChange(e,r){this.select.querySelectorAll("li.selected").forEach(s=>{s.classList.remove("selected")});let n=this.select.querySelector('li[data-value="'+r+'"]'),i=this.select.querySelector(".tsd-select-label");n&&i&&(n.classList.add("selected"),i.textContent=n.textContent),document.documentElement.classList.remove("toggle-"+e),document.documentElement.classList.add("toggle-"+r)}fromLocalStorage(e){return e}toLocalStorage(e){return e}},Y=class extends Q{constructor(e){super(e);this.optionVisibility=new Ee("visibility","private"),this.optionInherited=new ae("inherited",!0),this.optionExternals=new ae("externals",!0)}static isSupported(){try{return typeof window.localStorage!="undefined"}catch(e){return!1}}};function be(t){let e=localStorage.getItem("tsd-theme")||"os";t.value=e,we(e),t.addEventListener("change",()=>{localStorage.setItem("tsd-theme",t.value),we(t.value)})}function we(t){switch(t){case"os":document.body.classList.remove("light","dark");break;case"light":document.body.classList.remove("dark"),document.body.classList.add("light");break;case"dark":document.body.classList.remove("light"),document.body.classList.add("dark");break}}fe();N(te,".menu-highlight");N(ne,".tsd-signatures");N(se,"a[data-toggle]");Y.isSupported()?N(Y,"#tsd-filter"):document.documentElement.classList.add("no-filter");var Te=document.getElementById("theme");Te&&be(Te);var qe=new X;Object.defineProperty(window,"app",{value:qe});})(); +/*! + * lunr.Builder + * Copyright (C) 2020 Oliver Nightingale + */ +/*! + * lunr.Index + * Copyright (C) 2020 Oliver Nightingale + */ +/*! + * lunr.Pipeline + * Copyright (C) 2020 Oliver Nightingale + */ +/*! + * lunr.Set + * Copyright (C) 2020 Oliver Nightingale + */ +/*! + * lunr.TokenSet + * Copyright (C) 2020 Oliver Nightingale + */ +/*! + * lunr.Vector + * Copyright (C) 2020 Oliver Nightingale + */ +/*! + * lunr.stemmer + * Copyright (C) 2020 Oliver Nightingale + * Includes code from - http://tartarus.org/~martin/PorterStemmer/js.txt + */ +/*! + * lunr.stopWordFilter + * Copyright (C) 2020 Oliver Nightingale + */ +/*! + * lunr.tokenizer + * Copyright (C) 2020 Oliver Nightingale + */ +/*! + * lunr.trimmer + * Copyright (C) 2020 Oliver Nightingale + */ +/*! + * lunr.utils + * Copyright (C) 2020 Oliver Nightingale + */ +/** + * lunr - http://lunrjs.com - A bit like Solr, but much smaller and not as bright - 2.3.9 + * Copyright (C) 2020 Oliver Nightingale + * @license MIT + */ diff --git a/docs/api/1.49.0/assets/search.js b/docs/api/1.49.0/assets/search.js new file mode 100644 index 0000000000..922127bd48 --- /dev/null +++ b/docs/api/1.49.0/assets/search.js @@ -0,0 +1 @@ +window.searchData = {"kinds":{"2":"Module","4":"Namespace","8":"Enumeration","16":"Enumeration member","32":"Variable","64":"Function","128":"Class","256":"Interface","512":"Constructor","1024":"Property","2048":"Method","65536":"Type literal","262144":"Accessor","4194304":"Type alias","16777216":"Reference"},"rows":[{"id":0,"kind":2,"name":"@sap-cloud-sdk/util","url":"modules/sap_cloud_sdk_util","classes":"tsd-kind-module"},{"id":1,"kind":2,"name":"@sap-cloud-sdk/analytics","url":"modules/sap_cloud_sdk_analytics","classes":"tsd-kind-module"},{"id":2,"kind":2,"name":"@sap-cloud-sdk/core","url":"modules/sap_cloud_sdk_core","classes":"tsd-kind-module"},{"id":3,"kind":2,"name":"@sap-cloud-sdk/generator","url":"modules/sap_cloud_sdk_generator","classes":"tsd-kind-module"},{"id":4,"kind":2,"name":"@sap-cloud-sdk/openapi-generator","url":"modules/sap_cloud_sdk_openapi_generator","classes":"tsd-kind-module"},{"id":5,"kind":2,"name":"@sap-cloud-sdk/test-util","url":"modules/sap_cloud_sdk_test_util","classes":"tsd-kind-module"},{"id":6,"kind":64,"name":"flat","url":"modules/sap_cloud_sdk_util#flat","classes":"tsd-kind-function tsd-parent-kind-module tsd-has-type-parameter","parent":"@sap-cloud-sdk/util"},{"id":7,"kind":64,"name":"unique","url":"modules/sap_cloud_sdk_util#unique","classes":"tsd-kind-function tsd-parent-kind-module tsd-has-type-parameter","parent":"@sap-cloud-sdk/util"},{"id":8,"kind":64,"name":"last","url":"modules/sap_cloud_sdk_util#last","classes":"tsd-kind-function tsd-parent-kind-module tsd-has-type-parameter","parent":"@sap-cloud-sdk/util"},{"id":9,"kind":64,"name":"first","url":"modules/sap_cloud_sdk_util#first","classes":"tsd-kind-function tsd-parent-kind-module tsd-has-type-parameter","parent":"@sap-cloud-sdk/util"},{"id":10,"kind":64,"name":"splitInChunks","url":"modules/sap_cloud_sdk_util#splitInChunks","classes":"tsd-kind-function tsd-parent-kind-module tsd-has-type-parameter","parent":"@sap-cloud-sdk/util"},{"id":11,"kind":64,"name":"variadicArgumentToArray","url":"modules/sap_cloud_sdk_util#variadicArgumentToArray","classes":"tsd-kind-function tsd-parent-kind-module tsd-has-type-parameter","parent":"@sap-cloud-sdk/util"},{"id":12,"kind":64,"name":"zip","url":"modules/sap_cloud_sdk_util#zip","classes":"tsd-kind-function tsd-parent-kind-module tsd-has-type-parameter","parent":"@sap-cloud-sdk/util"},{"id":13,"kind":64,"name":"partition","url":"modules/sap_cloud_sdk_util#partition","classes":"tsd-kind-function tsd-parent-kind-module tsd-has-type-parameter","parent":"@sap-cloud-sdk/util"},{"id":14,"kind":64,"name":"filterDuplicates","url":"modules/sap_cloud_sdk_util#filterDuplicates","classes":"tsd-kind-function tsd-parent-kind-module tsd-has-type-parameter","parent":"@sap-cloud-sdk/util"},{"id":15,"kind":64,"name":"filterDuplicatesRight","url":"modules/sap_cloud_sdk_util#filterDuplicatesRight","classes":"tsd-kind-function tsd-parent-kind-module tsd-has-type-parameter","parent":"@sap-cloud-sdk/util"},{"id":16,"kind":64,"name":"flatten","url":"modules/sap_cloud_sdk_util#flatten","classes":"tsd-kind-function tsd-parent-kind-module","parent":"@sap-cloud-sdk/util"},{"id":17,"kind":64,"name":"codeBlock","url":"modules/sap_cloud_sdk_util#codeBlock","classes":"tsd-kind-function tsd-parent-kind-module","parent":"@sap-cloud-sdk/util"},{"id":18,"kind":64,"name":"documentationBlock","url":"modules/sap_cloud_sdk_util#documentationBlock","classes":"tsd-kind-function tsd-parent-kind-module","parent":"@sap-cloud-sdk/util"},{"id":19,"kind":32,"name":"VALUE_IS_UNDEFINED","url":"modules/sap_cloud_sdk_util#VALUE_IS_UNDEFINED","classes":"tsd-kind-variable tsd-parent-kind-module","parent":"@sap-cloud-sdk/util"},{"id":20,"kind":64,"name":"equalObjects","url":"modules/sap_cloud_sdk_util#equalObjects","classes":"tsd-kind-function tsd-parent-kind-module","parent":"@sap-cloud-sdk/util"},{"id":21,"kind":64,"name":"equal","url":"modules/sap_cloud_sdk_util#equal","classes":"tsd-kind-function tsd-parent-kind-module tsd-has-type-parameter","parent":"@sap-cloud-sdk/util"},{"id":22,"kind":64,"name":"equalArrays","url":"modules/sap_cloud_sdk_util#equalArrays","classes":"tsd-kind-function tsd-parent-kind-module tsd-has-type-parameter","parent":"@sap-cloud-sdk/util"},{"id":23,"kind":64,"name":"errorWithCause","url":"modules/sap_cloud_sdk_util#errorWithCause","classes":"tsd-kind-function tsd-parent-kind-module","parent":"@sap-cloud-sdk/util"},{"id":24,"kind":64,"name":"isErrorWithCause","url":"modules/sap_cloud_sdk_util#isErrorWithCause","classes":"tsd-kind-function tsd-parent-kind-module","parent":"@sap-cloud-sdk/util"},{"id":25,"kind":128,"name":"ErrorWithCause","url":"classes/sap_cloud_sdk_util.ErrorWithCause","classes":"tsd-kind-class tsd-parent-kind-module","parent":"@sap-cloud-sdk/util"},{"id":26,"kind":65536,"name":"__type","url":"classes/sap_cloud_sdk_util.ErrorWithCause#__type","classes":"tsd-kind-type-literal tsd-parent-kind-class","parent":"@sap-cloud-sdk/util.ErrorWithCause"},{"id":27,"kind":512,"name":"constructor","url":"classes/sap_cloud_sdk_util.ErrorWithCause#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"@sap-cloud-sdk/util.ErrorWithCause"},{"id":28,"kind":1024,"name":"cause","url":"classes/sap_cloud_sdk_util.ErrorWithCause#cause","classes":"tsd-kind-property tsd-parent-kind-class","parent":"@sap-cloud-sdk/util.ErrorWithCause"},{"id":29,"kind":262144,"name":"rootCause","url":"classes/sap_cloud_sdk_util.ErrorWithCause#rootCause","classes":"tsd-kind-get-signature tsd-parent-kind-class","parent":"@sap-cloud-sdk/util.ErrorWithCause"},{"id":30,"kind":64,"name":"findProjectRoot","url":"modules/sap_cloud_sdk_util#findProjectRoot","classes":"tsd-kind-function tsd-parent-kind-module","parent":"@sap-cloud-sdk/util"},{"id":31,"kind":64,"name":"readJSON","url":"modules/sap_cloud_sdk_util#readJSON","classes":"tsd-kind-function tsd-parent-kind-module","parent":"@sap-cloud-sdk/util"},{"id":32,"kind":64,"name":"muteLoggers","url":"modules/sap_cloud_sdk_util#muteLoggers","classes":"tsd-kind-function tsd-parent-kind-module","parent":"@sap-cloud-sdk/util"},{"id":33,"kind":64,"name":"unmuteLoggers","url":"modules/sap_cloud_sdk_util#unmuteLoggers","classes":"tsd-kind-function tsd-parent-kind-module","parent":"@sap-cloud-sdk/util"},{"id":34,"kind":64,"name":"disableExceptionLogger","url":"modules/sap_cloud_sdk_util#disableExceptionLogger","classes":"tsd-kind-function tsd-parent-kind-module","parent":"@sap-cloud-sdk/util"},{"id":35,"kind":64,"name":"enableExceptionLogger","url":"modules/sap_cloud_sdk_util#enableExceptionLogger","classes":"tsd-kind-function tsd-parent-kind-module","parent":"@sap-cloud-sdk/util"},{"id":36,"kind":64,"name":"createLogger","url":"modules/sap_cloud_sdk_util#createLogger","classes":"tsd-kind-function tsd-parent-kind-module","parent":"@sap-cloud-sdk/util"},{"id":37,"kind":64,"name":"getLogger","url":"modules/sap_cloud_sdk_util#getLogger","classes":"tsd-kind-function tsd-parent-kind-module","parent":"@sap-cloud-sdk/util"},{"id":38,"kind":64,"name":"setLogLevel","url":"modules/sap_cloud_sdk_util#setLogLevel","classes":"tsd-kind-function tsd-parent-kind-module","parent":"@sap-cloud-sdk/util"},{"id":39,"kind":64,"name":"setGlobalLogLevel","url":"modules/sap_cloud_sdk_util#setGlobalLogLevel","classes":"tsd-kind-function tsd-parent-kind-module","parent":"@sap-cloud-sdk/util"},{"id":40,"kind":64,"name":"getGlobalLogLevel","url":"modules/sap_cloud_sdk_util#getGlobalLogLevel","classes":"tsd-kind-function tsd-parent-kind-module","parent":"@sap-cloud-sdk/util"},{"id":41,"kind":32,"name":"cloudSdkExceptionLogger","url":"modules/sap_cloud_sdk_util#cloudSdkExceptionLogger","classes":"tsd-kind-variable tsd-parent-kind-module","parent":"@sap-cloud-sdk/util"},{"id":42,"kind":4194304,"name":"LogLevel","url":"modules/sap_cloud_sdk_util#LogLevel","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"@sap-cloud-sdk/util"},{"id":43,"kind":256,"name":"LoggerOptions","url":"interfaces/sap_cloud_sdk_util.LoggerOptions","classes":"tsd-kind-interface tsd-parent-kind-module","parent":"@sap-cloud-sdk/util"},{"id":44,"kind":1024,"name":"level","url":"interfaces/sap_cloud_sdk_util.LoggerOptions#level","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"@sap-cloud-sdk/util.LoggerOptions"},{"id":45,"kind":1024,"name":"logger","url":"interfaces/sap_cloud_sdk_util.LoggerOptions#logger","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"@sap-cloud-sdk/util.LoggerOptions"},{"id":46,"kind":256,"name":"MessageContextObj","url":"interfaces/sap_cloud_sdk_util.MessageContextObj","classes":"tsd-kind-interface tsd-parent-kind-module","parent":"@sap-cloud-sdk/util"},{"id":47,"kind":1024,"name":"messageContext","url":"interfaces/sap_cloud_sdk_util.MessageContextObj#messageContext","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"@sap-cloud-sdk/util.MessageContextObj"},{"id":48,"kind":32,"name":"kibana","url":"modules/sap_cloud_sdk_util#kibana","classes":"tsd-kind-variable tsd-parent-kind-module","parent":"@sap-cloud-sdk/util"},{"id":49,"kind":32,"name":"local","url":"modules/sap_cloud_sdk_util#local","classes":"tsd-kind-variable tsd-parent-kind-module","parent":"@sap-cloud-sdk/util"},{"id":50,"kind":64,"name":"isNullish","url":"modules/sap_cloud_sdk_util#isNullish","classes":"tsd-kind-function tsd-parent-kind-module","parent":"@sap-cloud-sdk/util"},{"id":51,"kind":64,"name":"propertyExists","url":"modules/sap_cloud_sdk_util#propertyExists","classes":"tsd-kind-function tsd-parent-kind-module","parent":"@sap-cloud-sdk/util"},{"id":52,"kind":64,"name":"toSanitizedObject","url":"modules/sap_cloud_sdk_util#toSanitizedObject","classes":"tsd-kind-function tsd-parent-kind-module","parent":"@sap-cloud-sdk/util"},{"id":53,"kind":64,"name":"pickIgnoreCase","url":"modules/sap_cloud_sdk_util#pickIgnoreCase","classes":"tsd-kind-function tsd-parent-kind-module tsd-has-type-parameter","parent":"@sap-cloud-sdk/util"},{"id":54,"kind":64,"name":"pickValueIgnoreCase","url":"modules/sap_cloud_sdk_util#pickValueIgnoreCase","classes":"tsd-kind-function tsd-parent-kind-module tsd-has-type-parameter","parent":"@sap-cloud-sdk/util"},{"id":55,"kind":64,"name":"pickNonNullish","url":"modules/sap_cloud_sdk_util#pickNonNullish","classes":"tsd-kind-function tsd-parent-kind-module tsd-has-type-parameter","parent":"@sap-cloud-sdk/util"},{"id":56,"kind":64,"name":"mergeLeftIgnoreCase","url":"modules/sap_cloud_sdk_util#mergeLeftIgnoreCase","classes":"tsd-kind-function tsd-parent-kind-module tsd-has-type-parameter","parent":"@sap-cloud-sdk/util"},{"id":57,"kind":64,"name":"mergeIgnoreCase","url":"modules/sap_cloud_sdk_util#mergeIgnoreCase","classes":"tsd-kind-function tsd-parent-kind-module tsd-has-type-parameter","parent":"@sap-cloud-sdk/util"},{"id":58,"kind":64,"name":"assocSome","url":"modules/sap_cloud_sdk_util#assocSome","classes":"tsd-kind-function tsd-parent-kind-module tsd-has-type-parameter","parent":"@sap-cloud-sdk/util"},{"id":59,"kind":64,"name":"mergeSome","url":"modules/sap_cloud_sdk_util#mergeSome","classes":"tsd-kind-function tsd-parent-kind-module","parent":"@sap-cloud-sdk/util"},{"id":60,"kind":64,"name":"renameKeys","url":"modules/sap_cloud_sdk_util#renameKeys","classes":"tsd-kind-function tsd-parent-kind-module","parent":"@sap-cloud-sdk/util"},{"id":61,"kind":64,"name":"pick","url":"modules/sap_cloud_sdk_util#pick","classes":"tsd-kind-function tsd-parent-kind-module tsd-has-type-parameter","parent":"@sap-cloud-sdk/util"},{"id":62,"kind":64,"name":"exclude","url":"modules/sap_cloud_sdk_util#exclude","classes":"tsd-kind-function tsd-parent-kind-module tsd-has-type-parameter","parent":"@sap-cloud-sdk/util"},{"id":63,"kind":64,"name":"assoc","url":"modules/sap_cloud_sdk_util#assoc","classes":"tsd-kind-function tsd-parent-kind-module tsd-has-type-parameter","parent":"@sap-cloud-sdk/util"},{"id":64,"kind":64,"name":"asyncPipe","url":"modules/sap_cloud_sdk_util#asyncPipe","classes":"tsd-kind-function tsd-parent-kind-module","parent":"@sap-cloud-sdk/util"},{"id":65,"kind":64,"name":"identity","url":"modules/sap_cloud_sdk_util#identity","classes":"tsd-kind-function tsd-parent-kind-module tsd-has-type-parameter","parent":"@sap-cloud-sdk/util"},{"id":66,"kind":64,"name":"finishAll","url":"modules/sap_cloud_sdk_util#finishAll","classes":"tsd-kind-function tsd-parent-kind-module","parent":"@sap-cloud-sdk/util"},{"id":67,"kind":64,"name":"encodeBase64","url":"modules/sap_cloud_sdk_util#encodeBase64","classes":"tsd-kind-function tsd-parent-kind-module","parent":"@sap-cloud-sdk/util"},{"id":68,"kind":64,"name":"trimLeft","url":"modules/sap_cloud_sdk_util#trimLeft","classes":"tsd-kind-function tsd-parent-kind-module","parent":"@sap-cloud-sdk/util"},{"id":69,"kind":64,"name":"trimRight","url":"modules/sap_cloud_sdk_util#trimRight","classes":"tsd-kind-function tsd-parent-kind-module","parent":"@sap-cloud-sdk/util"},{"id":70,"kind":64,"name":"trim","url":"modules/sap_cloud_sdk_util#trim","classes":"tsd-kind-function tsd-parent-kind-module","parent":"@sap-cloud-sdk/util"},{"id":71,"kind":64,"name":"removeFileExtension","url":"modules/sap_cloud_sdk_util#removeFileExtension","classes":"tsd-kind-function tsd-parent-kind-module","parent":"@sap-cloud-sdk/util"},{"id":72,"kind":64,"name":"upperCaseSnakeCase","url":"modules/sap_cloud_sdk_util#upperCaseSnakeCase","classes":"tsd-kind-function tsd-parent-kind-module","parent":"@sap-cloud-sdk/util"},{"id":73,"kind":64,"name":"camelCase","url":"modules/sap_cloud_sdk_util#camelCase","classes":"tsd-kind-function tsd-parent-kind-module","parent":"@sap-cloud-sdk/util"},{"id":74,"kind":64,"name":"titleFormat","url":"modules/sap_cloud_sdk_util#titleFormat","classes":"tsd-kind-function tsd-parent-kind-module","parent":"@sap-cloud-sdk/util"},{"id":75,"kind":64,"name":"pascalCase","url":"modules/sap_cloud_sdk_util#pascalCase","classes":"tsd-kind-function tsd-parent-kind-module","parent":"@sap-cloud-sdk/util"},{"id":76,"kind":64,"name":"kebabCase","url":"modules/sap_cloud_sdk_util#kebabCase","classes":"tsd-kind-function tsd-parent-kind-module","parent":"@sap-cloud-sdk/util"},{"id":77,"kind":64,"name":"formatJson","url":"modules/sap_cloud_sdk_util#formatJson","classes":"tsd-kind-function tsd-parent-kind-module","parent":"@sap-cloud-sdk/util"},{"id":78,"kind":32,"name":"unixEOL","url":"modules/sap_cloud_sdk_util#unixEOL","classes":"tsd-kind-variable tsd-parent-kind-module","parent":"@sap-cloud-sdk/util"},{"id":79,"kind":32,"name":"webEOL","url":"modules/sap_cloud_sdk_util#webEOL","classes":"tsd-kind-variable tsd-parent-kind-module","parent":"@sap-cloud-sdk/util"},{"id":80,"kind":64,"name":"caps","url":"modules/sap_cloud_sdk_util#caps","classes":"tsd-kind-function tsd-parent-kind-module","parent":"@sap-cloud-sdk/util"},{"id":81,"kind":4194304,"name":"MapType","url":"modules/sap_cloud_sdk_util#MapType","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-has-type-parameter","parent":"@sap-cloud-sdk/util"},{"id":82,"kind":4194304,"name":"ODataVersion","url":"modules/sap_cloud_sdk_util#ODataVersion","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"@sap-cloud-sdk/util"},{"id":83,"kind":128,"name":"UniqueNameGenerator","url":"classes/sap_cloud_sdk_util.UniqueNameGenerator","classes":"tsd-kind-class tsd-parent-kind-module","parent":"@sap-cloud-sdk/util"},{"id":84,"kind":512,"name":"constructor","url":"classes/sap_cloud_sdk_util.UniqueNameGenerator#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"@sap-cloud-sdk/util.UniqueNameGenerator"},{"id":85,"kind":2048,"name":"addToUsedNames","url":"classes/sap_cloud_sdk_util.UniqueNameGenerator#addToUsedNames","classes":"tsd-kind-method tsd-parent-kind-class","parent":"@sap-cloud-sdk/util.UniqueNameGenerator"},{"id":86,"kind":2048,"name":"generateUniqueName","url":"classes/sap_cloud_sdk_util.UniqueNameGenerator#generateUniqueName","classes":"tsd-kind-method tsd-parent-kind-class","parent":"@sap-cloud-sdk/util.UniqueNameGenerator"},{"id":87,"kind":2048,"name":"generateAndSaveUniqueName","url":"classes/sap_cloud_sdk_util.UniqueNameGenerator#generateAndSaveUniqueName","classes":"tsd-kind-method tsd-parent-kind-class","parent":"@sap-cloud-sdk/util.UniqueNameGenerator"},{"id":88,"kind":2048,"name":"generateUniqueNamesWithSuffixes","url":"classes/sap_cloud_sdk_util.UniqueNameGenerator#generateUniqueNamesWithSuffixes","classes":"tsd-kind-method tsd-parent-kind-class","parent":"@sap-cloud-sdk/util.UniqueNameGenerator"},{"id":89,"kind":2048,"name":"generateAndSaveUniqueNamesWithSuffixes","url":"classes/sap_cloud_sdk_util.UniqueNameGenerator#generateAndSaveUniqueNamesWithSuffixes","classes":"tsd-kind-method tsd-parent-kind-class","parent":"@sap-cloud-sdk/util.UniqueNameGenerator"},{"id":90,"kind":64,"name":"checkUrlExists","url":"modules/sap_cloud_sdk_util#checkUrlExists","classes":"tsd-kind-function tsd-parent-kind-module","parent":"@sap-cloud-sdk/util"},{"id":91,"kind":64,"name":"getProjectIdentifier","url":"modules/sap_cloud_sdk_analytics#getProjectIdentifier","classes":"tsd-kind-function tsd-parent-kind-module","parent":"@sap-cloud-sdk/analytics"},{"id":92,"kind":64,"name":"entityDeserializer","url":"modules/sap_cloud_sdk_core#entityDeserializer","classes":"tsd-kind-function tsd-parent-kind-module","parent":"@sap-cloud-sdk/core"},{"id":93,"kind":64,"name":"filterFunction","url":"modules/sap_cloud_sdk_core#filterFunction","classes":"tsd-kind-function tsd-parent-kind-module tsd-has-type-parameter","parent":"@sap-cloud-sdk/core"},{"id":94,"kind":128,"name":"CreateRequestBuilder","url":"classes/sap_cloud_sdk_core.CreateRequestBuilder","classes":"tsd-kind-class tsd-parent-kind-module tsd-has-type-parameter","parent":"@sap-cloud-sdk/core"},{"id":95,"kind":512,"name":"constructor","url":"classes/sap_cloud_sdk_core.CreateRequestBuilder#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-has-type-parameter tsd-is-overwrite","parent":"@sap-cloud-sdk/core.CreateRequestBuilder"},{"id":96,"kind":1024,"name":"_entityConstructor","url":"classes/sap_cloud_sdk_core.CreateRequestBuilder#_entityConstructor","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-overwrite","parent":"@sap-cloud-sdk/core.CreateRequestBuilder"},{"id":97,"kind":1024,"name":"_entity","url":"classes/sap_cloud_sdk_core.CreateRequestBuilder#_entity","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-overwrite","parent":"@sap-cloud-sdk/core.CreateRequestBuilder"},{"id":98,"kind":1024,"name":"odataUri","url":"classes/sap_cloud_sdk_core.CreateRequestBuilder#odataUri","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.CreateRequestBuilder"},{"id":99,"kind":1024,"name":"serializer","url":"classes/sap_cloud_sdk_core.CreateRequestBuilder#serializer","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.CreateRequestBuilder"},{"id":100,"kind":1024,"name":"deserializer","url":"classes/sap_cloud_sdk_core.CreateRequestBuilder#deserializer","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.CreateRequestBuilder"},{"id":101,"kind":1024,"name":"responseDataAccessor","url":"classes/sap_cloud_sdk_core.CreateRequestBuilder#responseDataAccessor","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.CreateRequestBuilder"},{"id":102,"kind":262144,"name":"entity","url":"classes/sap_cloud_sdk_core.CreateRequestBuilder#entity","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.CreateRequestBuilder"},{"id":103,"kind":2048,"name":"prepare","url":"classes/sap_cloud_sdk_core.CreateRequestBuilder#prepare","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.CreateRequestBuilder"},{"id":104,"kind":2048,"name":"asChildOf","url":"classes/sap_cloud_sdk_core.CreateRequestBuilder#asChildOf","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited","parent":"@sap-cloud-sdk/core.CreateRequestBuilder"},{"id":105,"kind":2048,"name":"execute","url":"classes/sap_cloud_sdk_core.CreateRequestBuilder#execute","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.CreateRequestBuilder"},{"id":106,"kind":2048,"name":"executeRaw","url":"classes/sap_cloud_sdk_core.CreateRequestBuilder#executeRaw","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.CreateRequestBuilder"},{"id":107,"kind":1024,"name":"requestConfig","url":"classes/sap_cloud_sdk_core.CreateRequestBuilder#requestConfig","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.CreateRequestBuilder"},{"id":108,"kind":2048,"name":"url","url":"classes/sap_cloud_sdk_core.CreateRequestBuilder#url","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.CreateRequestBuilder"},{"id":109,"kind":2048,"name":"relativeUrl","url":"classes/sap_cloud_sdk_core.CreateRequestBuilder#relativeUrl","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.CreateRequestBuilder"},{"id":110,"kind":2048,"name":"withCustomHeaders","url":"classes/sap_cloud_sdk_core.CreateRequestBuilder#withCustomHeaders","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.CreateRequestBuilder"},{"id":111,"kind":2048,"name":"addCustomHeaders","url":"classes/sap_cloud_sdk_core.CreateRequestBuilder#addCustomHeaders","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.CreateRequestBuilder"},{"id":112,"kind":2048,"name":"withCustomQueryParameters","url":"classes/sap_cloud_sdk_core.CreateRequestBuilder#withCustomQueryParameters","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.CreateRequestBuilder"},{"id":113,"kind":2048,"name":"addCustomQueryParameters","url":"classes/sap_cloud_sdk_core.CreateRequestBuilder#addCustomQueryParameters","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.CreateRequestBuilder"},{"id":114,"kind":2048,"name":"withCustomServicePath","url":"classes/sap_cloud_sdk_core.CreateRequestBuilder#withCustomServicePath","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.CreateRequestBuilder"},{"id":115,"kind":2048,"name":"setCustomServicePath","url":"classes/sap_cloud_sdk_core.CreateRequestBuilder#setCustomServicePath","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.CreateRequestBuilder"},{"id":116,"kind":2048,"name":"addCustomRequestConfiguration","url":"classes/sap_cloud_sdk_core.CreateRequestBuilder#addCustomRequestConfiguration","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.CreateRequestBuilder"},{"id":117,"kind":2048,"name":"appendPath","url":"classes/sap_cloud_sdk_core.CreateRequestBuilder#appendPath","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.CreateRequestBuilder"},{"id":118,"kind":2048,"name":"skipCsrfTokenFetching","url":"classes/sap_cloud_sdk_core.CreateRequestBuilder#skipCsrfTokenFetching","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.CreateRequestBuilder"},{"id":119,"kind":2048,"name":"build","url":"classes/sap_cloud_sdk_core.CreateRequestBuilder#build","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.CreateRequestBuilder"},{"id":120,"kind":128,"name":"CustomField","url":"classes/sap_cloud_sdk_core.CustomField","classes":"tsd-kind-class tsd-parent-kind-module tsd-has-type-parameter","parent":"@sap-cloud-sdk/core"},{"id":121,"kind":512,"name":"constructor","url":"classes/sap_cloud_sdk_core.CustomField#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited","parent":"@sap-cloud-sdk/core.CustomField"},{"id":122,"kind":2048,"name":"edmDateTime","url":"classes/sap_cloud_sdk_core.CustomField#edmDateTime","classes":"tsd-kind-method tsd-parent-kind-class","parent":"@sap-cloud-sdk/core.CustomField"},{"id":123,"kind":2048,"name":"edmTime","url":"classes/sap_cloud_sdk_core.CustomField#edmTime","classes":"tsd-kind-method tsd-parent-kind-class","parent":"@sap-cloud-sdk/core.CustomField"},{"id":124,"kind":1024,"name":"fieldBuilder","url":"classes/sap_cloud_sdk_core.CustomField#fieldBuilder","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"@sap-cloud-sdk/core.CustomField"},{"id":125,"kind":2048,"name":"edmString","url":"classes/sap_cloud_sdk_core.CustomField#edmString","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.CustomField"},{"id":126,"kind":2048,"name":"edmBoolean","url":"classes/sap_cloud_sdk_core.CustomField#edmBoolean","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.CustomField"},{"id":127,"kind":2048,"name":"edmGuid","url":"classes/sap_cloud_sdk_core.CustomField#edmGuid","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.CustomField"},{"id":128,"kind":2048,"name":"edmDecimal","url":"classes/sap_cloud_sdk_core.CustomField#edmDecimal","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.CustomField"},{"id":129,"kind":2048,"name":"edmInt16","url":"classes/sap_cloud_sdk_core.CustomField#edmInt16","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.CustomField"},{"id":130,"kind":2048,"name":"edmInt32","url":"classes/sap_cloud_sdk_core.CustomField#edmInt32","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.CustomField"},{"id":131,"kind":2048,"name":"edmInt64","url":"classes/sap_cloud_sdk_core.CustomField#edmInt64","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.CustomField"},{"id":132,"kind":2048,"name":"edmSingle","url":"classes/sap_cloud_sdk_core.CustomField#edmSingle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.CustomField"},{"id":133,"kind":2048,"name":"edmDouble","url":"classes/sap_cloud_sdk_core.CustomField#edmDouble","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.CustomField"},{"id":134,"kind":2048,"name":"edmByte","url":"classes/sap_cloud_sdk_core.CustomField#edmByte","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.CustomField"},{"id":135,"kind":2048,"name":"edmSByte","url":"classes/sap_cloud_sdk_core.CustomField#edmSByte","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.CustomField"},{"id":136,"kind":2048,"name":"edmDateTimeOffset","url":"classes/sap_cloud_sdk_core.CustomField#edmDateTimeOffset","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.CustomField"},{"id":137,"kind":2048,"name":"edmBinary","url":"classes/sap_cloud_sdk_core.CustomField#edmBinary","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.CustomField"},{"id":138,"kind":1024,"name":"_fieldName","url":"classes/sap_cloud_sdk_core.CustomField#_fieldName","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.CustomField"},{"id":139,"kind":1024,"name":"_entityConstructor","url":"classes/sap_cloud_sdk_core.CustomField#_entityConstructor","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.CustomField"},{"id":140,"kind":1024,"name":"_entity","url":"classes/sap_cloud_sdk_core.CustomField#_entity","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.CustomField"},{"id":141,"kind":1024,"name":"_fieldOptions","url":"classes/sap_cloud_sdk_core.CustomField#_fieldOptions","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.CustomField"},{"id":142,"kind":2048,"name":"fieldPath","url":"classes/sap_cloud_sdk_core.CustomField#fieldPath","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.CustomField"},{"id":143,"kind":128,"name":"DeleteRequestBuilder","url":"classes/sap_cloud_sdk_core.DeleteRequestBuilder","classes":"tsd-kind-class tsd-parent-kind-module tsd-has-type-parameter","parent":"@sap-cloud-sdk/core"},{"id":144,"kind":512,"name":"constructor","url":"classes/sap_cloud_sdk_core.DeleteRequestBuilder#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-has-type-parameter tsd-is-overwrite","parent":"@sap-cloud-sdk/core.DeleteRequestBuilder"},{"id":145,"kind":2048,"name":"setVersionIdentifier","url":"classes/sap_cloud_sdk_core.DeleteRequestBuilder#setVersionIdentifier","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"@sap-cloud-sdk/core.DeleteRequestBuilder"},{"id":146,"kind":1024,"name":"_entityConstructor","url":"classes/sap_cloud_sdk_core.DeleteRequestBuilder#_entityConstructor","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.DeleteRequestBuilder"},{"id":147,"kind":1024,"name":"_entity","url":"classes/sap_cloud_sdk_core.DeleteRequestBuilder#_entity","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.DeleteRequestBuilder"},{"id":148,"kind":2048,"name":"ignoreVersionIdentifier","url":"classes/sap_cloud_sdk_core.DeleteRequestBuilder#ignoreVersionIdentifier","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.DeleteRequestBuilder"},{"id":149,"kind":2048,"name":"execute","url":"classes/sap_cloud_sdk_core.DeleteRequestBuilder#execute","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.DeleteRequestBuilder"},{"id":150,"kind":2048,"name":"executeRaw","url":"classes/sap_cloud_sdk_core.DeleteRequestBuilder#executeRaw","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.DeleteRequestBuilder"},{"id":151,"kind":1024,"name":"requestConfig","url":"classes/sap_cloud_sdk_core.DeleteRequestBuilder#requestConfig","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.DeleteRequestBuilder"},{"id":152,"kind":2048,"name":"url","url":"classes/sap_cloud_sdk_core.DeleteRequestBuilder#url","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.DeleteRequestBuilder"},{"id":153,"kind":2048,"name":"relativeUrl","url":"classes/sap_cloud_sdk_core.DeleteRequestBuilder#relativeUrl","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.DeleteRequestBuilder"},{"id":154,"kind":2048,"name":"withCustomHeaders","url":"classes/sap_cloud_sdk_core.DeleteRequestBuilder#withCustomHeaders","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.DeleteRequestBuilder"},{"id":155,"kind":2048,"name":"addCustomHeaders","url":"classes/sap_cloud_sdk_core.DeleteRequestBuilder#addCustomHeaders","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.DeleteRequestBuilder"},{"id":156,"kind":2048,"name":"withCustomQueryParameters","url":"classes/sap_cloud_sdk_core.DeleteRequestBuilder#withCustomQueryParameters","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.DeleteRequestBuilder"},{"id":157,"kind":2048,"name":"addCustomQueryParameters","url":"classes/sap_cloud_sdk_core.DeleteRequestBuilder#addCustomQueryParameters","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.DeleteRequestBuilder"},{"id":158,"kind":2048,"name":"withCustomServicePath","url":"classes/sap_cloud_sdk_core.DeleteRequestBuilder#withCustomServicePath","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.DeleteRequestBuilder"},{"id":159,"kind":2048,"name":"setCustomServicePath","url":"classes/sap_cloud_sdk_core.DeleteRequestBuilder#setCustomServicePath","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.DeleteRequestBuilder"},{"id":160,"kind":2048,"name":"addCustomRequestConfiguration","url":"classes/sap_cloud_sdk_core.DeleteRequestBuilder#addCustomRequestConfiguration","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.DeleteRequestBuilder"},{"id":161,"kind":2048,"name":"appendPath","url":"classes/sap_cloud_sdk_core.DeleteRequestBuilder#appendPath","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.DeleteRequestBuilder"},{"id":162,"kind":2048,"name":"skipCsrfTokenFetching","url":"classes/sap_cloud_sdk_core.DeleteRequestBuilder#skipCsrfTokenFetching","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.DeleteRequestBuilder"},{"id":163,"kind":2048,"name":"build","url":"classes/sap_cloud_sdk_core.DeleteRequestBuilder#build","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.DeleteRequestBuilder"},{"id":164,"kind":64,"name":"deserializeEntity","url":"modules/sap_cloud_sdk_core#deserializeEntity","classes":"tsd-kind-function tsd-parent-kind-module","parent":"@sap-cloud-sdk/core"},{"id":165,"kind":64,"name":"deserializeComplexType","url":"modules/sap_cloud_sdk_core#deserializeComplexType","classes":"tsd-kind-function tsd-parent-kind-module","parent":"@sap-cloud-sdk/core"},{"id":166,"kind":128,"name":"Entity","url":"classes/sap_cloud_sdk_core.Entity","classes":"tsd-kind-class tsd-parent-kind-module","parent":"@sap-cloud-sdk/core"},{"id":167,"kind":2048,"name":"customFieldSelector","url":"classes/sap_cloud_sdk_core.Entity#customFieldSelector","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-protected tsd-is-static","parent":"@sap-cloud-sdk/core.Entity"},{"id":168,"kind":1024,"name":"_serviceName","url":"classes/sap_cloud_sdk_core.Entity#_serviceName","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-static","parent":"@sap-cloud-sdk/core.Entity"},{"id":169,"kind":1024,"name":"_entityName","url":"classes/sap_cloud_sdk_core.Entity#_entityName","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-static","parent":"@sap-cloud-sdk/core.Entity"},{"id":170,"kind":1024,"name":"_defaultServicePath","url":"classes/sap_cloud_sdk_core.Entity#_defaultServicePath","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-static","parent":"@sap-cloud-sdk/core.Entity"},{"id":171,"kind":2048,"name":"entityBuilder","url":"classes/sap_cloud_sdk_core.Entity#entityBuilder","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited tsd-is-protected tsd-is-static","parent":"@sap-cloud-sdk/core.Entity"},{"id":172,"kind":512,"name":"constructor","url":"classes/sap_cloud_sdk_core.Entity#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.Entity"},{"id":173,"kind":1024,"name":"_oDataVersion","url":"classes/sap_cloud_sdk_core.Entity#_oDataVersion","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-overwrite","parent":"@sap-cloud-sdk/core.Entity"},{"id":174,"kind":1024,"name":"remoteState","url":"classes/sap_cloud_sdk_core.Entity#remoteState","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"@sap-cloud-sdk/core.Entity"},{"id":175,"kind":65536,"name":"__type","url":"classes/sap_cloud_sdk_core.Entity#__type","classes":"tsd-kind-type-literal tsd-parent-kind-class","parent":"@sap-cloud-sdk/core.Entity"},{"id":176,"kind":1024,"name":"_versionIdentifier","url":"classes/sap_cloud_sdk_core.Entity#_versionIdentifier","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"@sap-cloud-sdk/core.Entity"},{"id":177,"kind":1024,"name":"_customFields","url":"classes/sap_cloud_sdk_core.Entity#_customFields","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"@sap-cloud-sdk/core.Entity"},{"id":178,"kind":262144,"name":"versionIdentifier","url":"classes/sap_cloud_sdk_core.Entity#versionIdentifier","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.Entity"},{"id":179,"kind":2048,"name":"getCustomFields","url":"classes/sap_cloud_sdk_core.Entity#getCustomFields","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.Entity"},{"id":180,"kind":2048,"name":"getCustomField","url":"classes/sap_cloud_sdk_core.Entity#getCustomField","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.Entity"},{"id":181,"kind":2048,"name":"setCustomField","url":"classes/sap_cloud_sdk_core.Entity#setCustomField","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.Entity"},{"id":182,"kind":2048,"name":"hasCustomField","url":"classes/sap_cloud_sdk_core.Entity#hasCustomField","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.Entity"},{"id":183,"kind":2048,"name":"setCustomFields","url":"classes/sap_cloud_sdk_core.Entity#setCustomFields","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.Entity"},{"id":184,"kind":2048,"name":"initializeCustomFields","url":"classes/sap_cloud_sdk_core.Entity#initializeCustomFields","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.Entity"},{"id":185,"kind":2048,"name":"setVersionIdentifier","url":"classes/sap_cloud_sdk_core.Entity#setVersionIdentifier","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.Entity"},{"id":186,"kind":2048,"name":"setOrInitializeRemoteState","url":"classes/sap_cloud_sdk_core.Entity#setOrInitializeRemoteState","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.Entity"},{"id":187,"kind":2048,"name":"getUpdatedCustomFields","url":"classes/sap_cloud_sdk_core.Entity#getUpdatedCustomFields","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.Entity"},{"id":188,"kind":2048,"name":"getUpdatedProperties","url":"classes/sap_cloud_sdk_core.Entity#getUpdatedProperties","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.Entity"},{"id":189,"kind":2048,"name":"getUpdatedPropertyNames","url":"classes/sap_cloud_sdk_core.Entity#getUpdatedPropertyNames","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.Entity"},{"id":190,"kind":2048,"name":"getCurrentMapKeys","url":"classes/sap_cloud_sdk_core.Entity#getCurrentMapKeys","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"@sap-cloud-sdk/core.Entity"},{"id":191,"kind":2048,"name":"isVisitedEntity","url":"classes/sap_cloud_sdk_core.Entity#isVisitedEntity","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited tsd-is-protected","parent":"@sap-cloud-sdk/core.Entity"},{"id":192,"kind":2048,"name":"getCurrentStateForKey","url":"classes/sap_cloud_sdk_core.Entity#getCurrentStateForKey","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"@sap-cloud-sdk/core.Entity"},{"id":193,"kind":2048,"name":"isConflictingCustomField","url":"classes/sap_cloud_sdk_core.Entity#isConflictingCustomField","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"@sap-cloud-sdk/core.Entity"},{"id":194,"kind":2048,"name":"asObject","url":"classes/sap_cloud_sdk_core.Entity#asObject","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"@sap-cloud-sdk/core.Entity"},{"id":195,"kind":4194304,"name":"EdmType","url":"modules/sap_cloud_sdk_core#EdmType","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"@sap-cloud-sdk/core"},{"id":196,"kind":4194304,"name":"EdmToPrimitive","url":"modules/sap_cloud_sdk_core#EdmToPrimitive","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-has-type-parameter","parent":"@sap-cloud-sdk/core"},{"id":197,"kind":32,"name":"entitySerializer","url":"modules/sap_cloud_sdk_core#entitySerializer","classes":"tsd-kind-variable tsd-parent-kind-module","parent":"@sap-cloud-sdk/core"},{"id":198,"kind":64,"name":"extractODataEtag","url":"modules/sap_cloud_sdk_core#extractODataEtag","classes":"tsd-kind-function tsd-parent-kind-module","parent":"@sap-cloud-sdk/core"},{"id":199,"kind":32,"name":"filterFunctions","url":"modules/sap_cloud_sdk_core#filterFunctions","classes":"tsd-kind-variable tsd-parent-kind-module","parent":"@sap-cloud-sdk/core"},{"id":200,"kind":65536,"name":"__type","url":"modules/sap_cloud_sdk_core#filterFunctions.__type-8","classes":"tsd-kind-type-literal tsd-parent-kind-variable","parent":"@sap-cloud-sdk/core.filterFunctions"},{"id":201,"kind":1024,"name":"substringOf","url":"modules/sap_cloud_sdk_core#filterFunctions.__type-8.substringOf","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"@sap-cloud-sdk/core.filterFunctions.__type"},{"id":202,"kind":1024,"name":"replace","url":"modules/sap_cloud_sdk_core#filterFunctions.__type-8.replace","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"@sap-cloud-sdk/core.filterFunctions.__type"},{"id":203,"kind":1024,"name":"endsWith","url":"modules/sap_cloud_sdk_core#filterFunctions.__type-8.endsWith","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"@sap-cloud-sdk/core.filterFunctions.__type"},{"id":204,"kind":1024,"name":"startsWith","url":"modules/sap_cloud_sdk_core#filterFunctions.__type-8.startsWith","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"@sap-cloud-sdk/core.filterFunctions.__type"},{"id":205,"kind":1024,"name":"length","url":"modules/sap_cloud_sdk_core#filterFunctions.__type-8.length","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"@sap-cloud-sdk/core.filterFunctions.__type"},{"id":206,"kind":1024,"name":"indexOf","url":"modules/sap_cloud_sdk_core#filterFunctions.__type-8.indexOf","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"@sap-cloud-sdk/core.filterFunctions.__type"},{"id":207,"kind":1024,"name":"substring","url":"modules/sap_cloud_sdk_core#filterFunctions.__type-8.substring","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"@sap-cloud-sdk/core.filterFunctions.__type"},{"id":208,"kind":1024,"name":"toLower","url":"modules/sap_cloud_sdk_core#filterFunctions.__type-8.toLower","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"@sap-cloud-sdk/core.filterFunctions.__type"},{"id":209,"kind":1024,"name":"toUpper","url":"modules/sap_cloud_sdk_core#filterFunctions.__type-8.toUpper","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"@sap-cloud-sdk/core.filterFunctions.__type"},{"id":210,"kind":1024,"name":"trim","url":"modules/sap_cloud_sdk_core#filterFunctions.__type-8.trim","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"@sap-cloud-sdk/core.filterFunctions.__type"},{"id":211,"kind":1024,"name":"concat","url":"modules/sap_cloud_sdk_core#filterFunctions.__type-8.concat","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"@sap-cloud-sdk/core.filterFunctions.__type"},{"id":212,"kind":1024,"name":"round","url":"modules/sap_cloud_sdk_core#filterFunctions.__type-8.round","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"@sap-cloud-sdk/core.filterFunctions.__type"},{"id":213,"kind":1024,"name":"floor","url":"modules/sap_cloud_sdk_core#filterFunctions.__type-8.floor","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"@sap-cloud-sdk/core.filterFunctions.__type"},{"id":214,"kind":1024,"name":"ceiling","url":"modules/sap_cloud_sdk_core#filterFunctions.__type-8.ceiling","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"@sap-cloud-sdk/core.filterFunctions.__type"},{"id":215,"kind":1024,"name":"day","url":"modules/sap_cloud_sdk_core#filterFunctions.__type-8.day","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"@sap-cloud-sdk/core.filterFunctions.__type"},{"id":216,"kind":1024,"name":"hour","url":"modules/sap_cloud_sdk_core#filterFunctions.__type-8.hour","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"@sap-cloud-sdk/core.filterFunctions.__type"},{"id":217,"kind":1024,"name":"minute","url":"modules/sap_cloud_sdk_core#filterFunctions.__type-8.minute","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"@sap-cloud-sdk/core.filterFunctions.__type"},{"id":218,"kind":1024,"name":"month","url":"modules/sap_cloud_sdk_core#filterFunctions.__type-8.month","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"@sap-cloud-sdk/core.filterFunctions.__type"},{"id":219,"kind":1024,"name":"second","url":"modules/sap_cloud_sdk_core#filterFunctions.__type-8.second","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"@sap-cloud-sdk/core.filterFunctions.__type"},{"id":220,"kind":1024,"name":"year","url":"modules/sap_cloud_sdk_core#filterFunctions.__type-8.year","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"@sap-cloud-sdk/core.filterFunctions.__type"},{"id":221,"kind":1024,"name":"isOf","url":"modules/sap_cloud_sdk_core#filterFunctions.__type-8.isOf","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"@sap-cloud-sdk/core.filterFunctions.__type"},{"id":222,"kind":128,"name":"FunctionImportRequestBuilder","url":"classes/sap_cloud_sdk_core.FunctionImportRequestBuilder","classes":"tsd-kind-class tsd-parent-kind-module tsd-has-type-parameter","parent":"@sap-cloud-sdk/core"},{"id":223,"kind":512,"name":"constructor","url":"classes/sap_cloud_sdk_core.FunctionImportRequestBuilder#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-has-type-parameter tsd-is-overwrite","parent":"@sap-cloud-sdk/core.FunctionImportRequestBuilder"},{"id":224,"kind":1024,"name":"responseTransformer","url":"classes/sap_cloud_sdk_core.FunctionImportRequestBuilder#responseTransformer","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-overwrite","parent":"@sap-cloud-sdk/core.FunctionImportRequestBuilder"},{"id":225,"kind":65536,"name":"__type","url":"classes/sap_cloud_sdk_core.FunctionImportRequestBuilder#__type","classes":"tsd-kind-type-literal tsd-parent-kind-class","parent":"@sap-cloud-sdk/core.FunctionImportRequestBuilder"},{"id":226,"kind":2048,"name":"execute","url":"classes/sap_cloud_sdk_core.FunctionImportRequestBuilder#execute","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.FunctionImportRequestBuilder"},{"id":227,"kind":2048,"name":"executeRaw","url":"classes/sap_cloud_sdk_core.FunctionImportRequestBuilder#executeRaw","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.FunctionImportRequestBuilder"},{"id":228,"kind":1024,"name":"requestConfig","url":"classes/sap_cloud_sdk_core.FunctionImportRequestBuilder#requestConfig","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.FunctionImportRequestBuilder"},{"id":229,"kind":2048,"name":"url","url":"classes/sap_cloud_sdk_core.FunctionImportRequestBuilder#url","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.FunctionImportRequestBuilder"},{"id":230,"kind":2048,"name":"relativeUrl","url":"classes/sap_cloud_sdk_core.FunctionImportRequestBuilder#relativeUrl","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.FunctionImportRequestBuilder"},{"id":231,"kind":2048,"name":"withCustomHeaders","url":"classes/sap_cloud_sdk_core.FunctionImportRequestBuilder#withCustomHeaders","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.FunctionImportRequestBuilder"},{"id":232,"kind":2048,"name":"addCustomHeaders","url":"classes/sap_cloud_sdk_core.FunctionImportRequestBuilder#addCustomHeaders","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.FunctionImportRequestBuilder"},{"id":233,"kind":2048,"name":"withCustomQueryParameters","url":"classes/sap_cloud_sdk_core.FunctionImportRequestBuilder#withCustomQueryParameters","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.FunctionImportRequestBuilder"},{"id":234,"kind":2048,"name":"addCustomQueryParameters","url":"classes/sap_cloud_sdk_core.FunctionImportRequestBuilder#addCustomQueryParameters","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.FunctionImportRequestBuilder"},{"id":235,"kind":2048,"name":"withCustomServicePath","url":"classes/sap_cloud_sdk_core.FunctionImportRequestBuilder#withCustomServicePath","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.FunctionImportRequestBuilder"},{"id":236,"kind":2048,"name":"setCustomServicePath","url":"classes/sap_cloud_sdk_core.FunctionImportRequestBuilder#setCustomServicePath","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.FunctionImportRequestBuilder"},{"id":237,"kind":2048,"name":"addCustomRequestConfiguration","url":"classes/sap_cloud_sdk_core.FunctionImportRequestBuilder#addCustomRequestConfiguration","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.FunctionImportRequestBuilder"},{"id":238,"kind":2048,"name":"appendPath","url":"classes/sap_cloud_sdk_core.FunctionImportRequestBuilder#appendPath","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.FunctionImportRequestBuilder"},{"id":239,"kind":2048,"name":"skipCsrfTokenFetching","url":"classes/sap_cloud_sdk_core.FunctionImportRequestBuilder#skipCsrfTokenFetching","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.FunctionImportRequestBuilder"},{"id":240,"kind":2048,"name":"build","url":"classes/sap_cloud_sdk_core.FunctionImportRequestBuilder#build","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.FunctionImportRequestBuilder"},{"id":241,"kind":128,"name":"GetAllRequestBuilder","url":"classes/sap_cloud_sdk_core.GetAllRequestBuilder","classes":"tsd-kind-class tsd-parent-kind-module tsd-has-type-parameter","parent":"@sap-cloud-sdk/core"},{"id":242,"kind":512,"name":"constructor","url":"classes/sap_cloud_sdk_core.GetAllRequestBuilder#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-has-type-parameter tsd-is-overwrite","parent":"@sap-cloud-sdk/core.GetAllRequestBuilder"},{"id":243,"kind":2048,"name":"filter","url":"classes/sap_cloud_sdk_core.GetAllRequestBuilder#filter","classes":"tsd-kind-method tsd-parent-kind-class","parent":"@sap-cloud-sdk/core.GetAllRequestBuilder"},{"id":244,"kind":1024,"name":"entityDeserializer","url":"classes/sap_cloud_sdk_core.GetAllRequestBuilder#entityDeserializer","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.GetAllRequestBuilder"},{"id":245,"kind":1024,"name":"dataAccessor","url":"classes/sap_cloud_sdk_core.GetAllRequestBuilder#dataAccessor","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.GetAllRequestBuilder"},{"id":246,"kind":2048,"name":"select","url":"classes/sap_cloud_sdk_core.GetAllRequestBuilder#select","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.GetAllRequestBuilder"},{"id":247,"kind":2048,"name":"orderBy","url":"classes/sap_cloud_sdk_core.GetAllRequestBuilder#orderBy","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.GetAllRequestBuilder"},{"id":248,"kind":2048,"name":"top","url":"classes/sap_cloud_sdk_core.GetAllRequestBuilder#top","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.GetAllRequestBuilder"},{"id":249,"kind":2048,"name":"skip","url":"classes/sap_cloud_sdk_core.GetAllRequestBuilder#skip","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.GetAllRequestBuilder"},{"id":250,"kind":2048,"name":"count","url":"classes/sap_cloud_sdk_core.GetAllRequestBuilder#count","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.GetAllRequestBuilder"},{"id":251,"kind":2048,"name":"execute","url":"classes/sap_cloud_sdk_core.GetAllRequestBuilder#execute","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.GetAllRequestBuilder"},{"id":252,"kind":1024,"name":"_entityConstructor","url":"classes/sap_cloud_sdk_core.GetAllRequestBuilder#_entityConstructor","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.GetAllRequestBuilder"},{"id":253,"kind":1024,"name":"_entity","url":"classes/sap_cloud_sdk_core.GetAllRequestBuilder#_entity","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.GetAllRequestBuilder"},{"id":254,"kind":2048,"name":"executeRaw","url":"classes/sap_cloud_sdk_core.GetAllRequestBuilder#executeRaw","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.GetAllRequestBuilder"},{"id":255,"kind":1024,"name":"requestConfig","url":"classes/sap_cloud_sdk_core.GetAllRequestBuilder#requestConfig","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.GetAllRequestBuilder"},{"id":256,"kind":2048,"name":"url","url":"classes/sap_cloud_sdk_core.GetAllRequestBuilder#url","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.GetAllRequestBuilder"},{"id":257,"kind":2048,"name":"relativeUrl","url":"classes/sap_cloud_sdk_core.GetAllRequestBuilder#relativeUrl","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.GetAllRequestBuilder"},{"id":258,"kind":2048,"name":"withCustomHeaders","url":"classes/sap_cloud_sdk_core.GetAllRequestBuilder#withCustomHeaders","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.GetAllRequestBuilder"},{"id":259,"kind":2048,"name":"addCustomHeaders","url":"classes/sap_cloud_sdk_core.GetAllRequestBuilder#addCustomHeaders","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.GetAllRequestBuilder"},{"id":260,"kind":2048,"name":"withCustomQueryParameters","url":"classes/sap_cloud_sdk_core.GetAllRequestBuilder#withCustomQueryParameters","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.GetAllRequestBuilder"},{"id":261,"kind":2048,"name":"addCustomQueryParameters","url":"classes/sap_cloud_sdk_core.GetAllRequestBuilder#addCustomQueryParameters","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.GetAllRequestBuilder"},{"id":262,"kind":2048,"name":"withCustomServicePath","url":"classes/sap_cloud_sdk_core.GetAllRequestBuilder#withCustomServicePath","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.GetAllRequestBuilder"},{"id":263,"kind":2048,"name":"setCustomServicePath","url":"classes/sap_cloud_sdk_core.GetAllRequestBuilder#setCustomServicePath","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.GetAllRequestBuilder"},{"id":264,"kind":2048,"name":"addCustomRequestConfiguration","url":"classes/sap_cloud_sdk_core.GetAllRequestBuilder#addCustomRequestConfiguration","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.GetAllRequestBuilder"},{"id":265,"kind":2048,"name":"appendPath","url":"classes/sap_cloud_sdk_core.GetAllRequestBuilder#appendPath","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.GetAllRequestBuilder"},{"id":266,"kind":2048,"name":"skipCsrfTokenFetching","url":"classes/sap_cloud_sdk_core.GetAllRequestBuilder#skipCsrfTokenFetching","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.GetAllRequestBuilder"},{"id":267,"kind":2048,"name":"build","url":"classes/sap_cloud_sdk_core.GetAllRequestBuilder#build","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.GetAllRequestBuilder"},{"id":268,"kind":128,"name":"GetByKeyRequestBuilder","url":"classes/sap_cloud_sdk_core.GetByKeyRequestBuilder","classes":"tsd-kind-class tsd-parent-kind-module tsd-has-type-parameter","parent":"@sap-cloud-sdk/core"},{"id":269,"kind":512,"name":"constructor","url":"classes/sap_cloud_sdk_core.GetByKeyRequestBuilder#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-has-type-parameter tsd-is-overwrite","parent":"@sap-cloud-sdk/core.GetByKeyRequestBuilder"},{"id":270,"kind":1024,"name":"_entityConstructor","url":"classes/sap_cloud_sdk_core.GetByKeyRequestBuilder#_entityConstructor","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-overwrite","parent":"@sap-cloud-sdk/core.GetByKeyRequestBuilder"},{"id":271,"kind":1024,"name":"_entity","url":"classes/sap_cloud_sdk_core.GetByKeyRequestBuilder#_entity","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-overwrite","parent":"@sap-cloud-sdk/core.GetByKeyRequestBuilder"},{"id":272,"kind":1024,"name":"entityDeserializer","url":"classes/sap_cloud_sdk_core.GetByKeyRequestBuilder#entityDeserializer","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.GetByKeyRequestBuilder"},{"id":273,"kind":1024,"name":"dataAccessor","url":"classes/sap_cloud_sdk_core.GetByKeyRequestBuilder#dataAccessor","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.GetByKeyRequestBuilder"},{"id":274,"kind":2048,"name":"select","url":"classes/sap_cloud_sdk_core.GetByKeyRequestBuilder#select","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.GetByKeyRequestBuilder"},{"id":275,"kind":2048,"name":"execute","url":"classes/sap_cloud_sdk_core.GetByKeyRequestBuilder#execute","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.GetByKeyRequestBuilder"},{"id":276,"kind":2048,"name":"executeRaw","url":"classes/sap_cloud_sdk_core.GetByKeyRequestBuilder#executeRaw","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.GetByKeyRequestBuilder"},{"id":277,"kind":1024,"name":"requestConfig","url":"classes/sap_cloud_sdk_core.GetByKeyRequestBuilder#requestConfig","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.GetByKeyRequestBuilder"},{"id":278,"kind":2048,"name":"url","url":"classes/sap_cloud_sdk_core.GetByKeyRequestBuilder#url","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.GetByKeyRequestBuilder"},{"id":279,"kind":2048,"name":"relativeUrl","url":"classes/sap_cloud_sdk_core.GetByKeyRequestBuilder#relativeUrl","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.GetByKeyRequestBuilder"},{"id":280,"kind":2048,"name":"withCustomHeaders","url":"classes/sap_cloud_sdk_core.GetByKeyRequestBuilder#withCustomHeaders","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.GetByKeyRequestBuilder"},{"id":281,"kind":2048,"name":"addCustomHeaders","url":"classes/sap_cloud_sdk_core.GetByKeyRequestBuilder#addCustomHeaders","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.GetByKeyRequestBuilder"},{"id":282,"kind":2048,"name":"withCustomQueryParameters","url":"classes/sap_cloud_sdk_core.GetByKeyRequestBuilder#withCustomQueryParameters","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.GetByKeyRequestBuilder"},{"id":283,"kind":2048,"name":"addCustomQueryParameters","url":"classes/sap_cloud_sdk_core.GetByKeyRequestBuilder#addCustomQueryParameters","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.GetByKeyRequestBuilder"},{"id":284,"kind":2048,"name":"withCustomServicePath","url":"classes/sap_cloud_sdk_core.GetByKeyRequestBuilder#withCustomServicePath","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.GetByKeyRequestBuilder"},{"id":285,"kind":2048,"name":"setCustomServicePath","url":"classes/sap_cloud_sdk_core.GetByKeyRequestBuilder#setCustomServicePath","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.GetByKeyRequestBuilder"},{"id":286,"kind":2048,"name":"addCustomRequestConfiguration","url":"classes/sap_cloud_sdk_core.GetByKeyRequestBuilder#addCustomRequestConfiguration","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.GetByKeyRequestBuilder"},{"id":287,"kind":2048,"name":"appendPath","url":"classes/sap_cloud_sdk_core.GetByKeyRequestBuilder#appendPath","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.GetByKeyRequestBuilder"},{"id":288,"kind":2048,"name":"skipCsrfTokenFetching","url":"classes/sap_cloud_sdk_core.GetByKeyRequestBuilder#skipCsrfTokenFetching","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.GetByKeyRequestBuilder"},{"id":289,"kind":2048,"name":"build","url":"classes/sap_cloud_sdk_core.GetByKeyRequestBuilder#build","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.GetByKeyRequestBuilder"},{"id":290,"kind":64,"name":"getExpand","url":"modules/sap_cloud_sdk_core#getExpand","classes":"tsd-kind-function tsd-parent-kind-module tsd-has-type-parameter","parent":"@sap-cloud-sdk/core"},{"id":291,"kind":64,"name":"getSelect","url":"modules/sap_cloud_sdk_core#getSelect","classes":"tsd-kind-function tsd-parent-kind-module tsd-has-type-parameter","parent":"@sap-cloud-sdk/core"},{"id":292,"kind":128,"name":"ODataBatchChangeSet","url":"classes/sap_cloud_sdk_core.ODataBatchChangeSet","classes":"tsd-kind-class tsd-parent-kind-module tsd-has-type-parameter","parent":"@sap-cloud-sdk/core"},{"id":293,"kind":512,"name":"constructor","url":"classes/sap_cloud_sdk_core.ODataBatchChangeSet#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-has-type-parameter","parent":"@sap-cloud-sdk/core.ODataBatchChangeSet"},{"id":294,"kind":1024,"name":"requests","url":"classes/sap_cloud_sdk_core.ODataBatchChangeSet#requests","classes":"tsd-kind-property tsd-parent-kind-class","parent":"@sap-cloud-sdk/core.ODataBatchChangeSet"},{"id":295,"kind":1024,"name":"boundary","url":"classes/sap_cloud_sdk_core.ODataBatchChangeSet#boundary","classes":"tsd-kind-property tsd-parent-kind-class","parent":"@sap-cloud-sdk/core.ODataBatchChangeSet"},{"id":296,"kind":262144,"name":"changeSetId","url":"classes/sap_cloud_sdk_core.ODataBatchChangeSet#changeSetId","classes":"tsd-kind-get-signature tsd-parent-kind-class","parent":"@sap-cloud-sdk/core.ODataBatchChangeSet"},{"id":297,"kind":128,"name":"ODataBatchRequestBuilder","url":"classes/sap_cloud_sdk_core.ODataBatchRequestBuilder","classes":"tsd-kind-class tsd-parent-kind-module","parent":"@sap-cloud-sdk/core"},{"id":298,"kind":512,"name":"constructor","url":"classes/sap_cloud_sdk_core.ODataBatchRequestBuilder#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ODataBatchRequestBuilder"},{"id":299,"kind":2048,"name":"execute","url":"classes/sap_cloud_sdk_core.ODataBatchRequestBuilder#execute","classes":"tsd-kind-method tsd-parent-kind-class","parent":"@sap-cloud-sdk/core.ODataBatchRequestBuilder"},{"id":300,"kind":1024,"name":"defaultServicePath","url":"classes/sap_cloud_sdk_core.ODataBatchRequestBuilder#defaultServicePath","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ODataBatchRequestBuilder"},{"id":301,"kind":1024,"name":"requests","url":"classes/sap_cloud_sdk_core.ODataBatchRequestBuilder#requests","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ODataBatchRequestBuilder"},{"id":302,"kind":1024,"name":"entityToConstructorMap","url":"classes/sap_cloud_sdk_core.ODataBatchRequestBuilder#entityToConstructorMap","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ODataBatchRequestBuilder"},{"id":303,"kind":2048,"name":"withSubRequestPathType","url":"classes/sap_cloud_sdk_core.ODataBatchRequestBuilder#withSubRequestPathType","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ODataBatchRequestBuilder"},{"id":304,"kind":2048,"name":"build","url":"classes/sap_cloud_sdk_core.ODataBatchRequestBuilder#build","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ODataBatchRequestBuilder"},{"id":305,"kind":2048,"name":"executeRaw","url":"classes/sap_cloud_sdk_core.ODataBatchRequestBuilder#executeRaw","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ODataBatchRequestBuilder"},{"id":306,"kind":1024,"name":"requestConfig","url":"classes/sap_cloud_sdk_core.ODataBatchRequestBuilder#requestConfig","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ODataBatchRequestBuilder"},{"id":307,"kind":2048,"name":"url","url":"classes/sap_cloud_sdk_core.ODataBatchRequestBuilder#url","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ODataBatchRequestBuilder"},{"id":308,"kind":2048,"name":"relativeUrl","url":"classes/sap_cloud_sdk_core.ODataBatchRequestBuilder#relativeUrl","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ODataBatchRequestBuilder"},{"id":309,"kind":2048,"name":"withCustomHeaders","url":"classes/sap_cloud_sdk_core.ODataBatchRequestBuilder#withCustomHeaders","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ODataBatchRequestBuilder"},{"id":310,"kind":2048,"name":"addCustomHeaders","url":"classes/sap_cloud_sdk_core.ODataBatchRequestBuilder#addCustomHeaders","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ODataBatchRequestBuilder"},{"id":311,"kind":2048,"name":"withCustomQueryParameters","url":"classes/sap_cloud_sdk_core.ODataBatchRequestBuilder#withCustomQueryParameters","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ODataBatchRequestBuilder"},{"id":312,"kind":2048,"name":"addCustomQueryParameters","url":"classes/sap_cloud_sdk_core.ODataBatchRequestBuilder#addCustomQueryParameters","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ODataBatchRequestBuilder"},{"id":313,"kind":2048,"name":"withCustomServicePath","url":"classes/sap_cloud_sdk_core.ODataBatchRequestBuilder#withCustomServicePath","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ODataBatchRequestBuilder"},{"id":314,"kind":2048,"name":"setCustomServicePath","url":"classes/sap_cloud_sdk_core.ODataBatchRequestBuilder#setCustomServicePath","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ODataBatchRequestBuilder"},{"id":315,"kind":2048,"name":"addCustomRequestConfiguration","url":"classes/sap_cloud_sdk_core.ODataBatchRequestBuilder#addCustomRequestConfiguration","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ODataBatchRequestBuilder"},{"id":316,"kind":2048,"name":"appendPath","url":"classes/sap_cloud_sdk_core.ODataBatchRequestBuilder#appendPath","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ODataBatchRequestBuilder"},{"id":317,"kind":2048,"name":"skipCsrfTokenFetching","url":"classes/sap_cloud_sdk_core.ODataBatchRequestBuilder#skipCsrfTokenFetching","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ODataBatchRequestBuilder"},{"id":318,"kind":128,"name":"ODataFunctionImportRequestConfig","url":"classes/sap_cloud_sdk_core.ODataFunctionImportRequestConfig","classes":"tsd-kind-class tsd-parent-kind-module tsd-has-type-parameter","parent":"@sap-cloud-sdk/core"},{"id":319,"kind":512,"name":"constructor","url":"classes/sap_cloud_sdk_core.ODataFunctionImportRequestConfig#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-has-type-parameter tsd-is-overwrite","parent":"@sap-cloud-sdk/core.ODataFunctionImportRequestConfig"},{"id":320,"kind":2048,"name":"resourcePath","url":"classes/sap_cloud_sdk_core.ODataFunctionImportRequestConfig#resourcePath","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"@sap-cloud-sdk/core.ODataFunctionImportRequestConfig"},{"id":321,"kind":2048,"name":"queryParameters","url":"classes/sap_cloud_sdk_core.ODataFunctionImportRequestConfig#queryParameters","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"@sap-cloud-sdk/core.ODataFunctionImportRequestConfig"},{"id":322,"kind":1024,"name":"functionImportName","url":"classes/sap_cloud_sdk_core.ODataFunctionImportRequestConfig#functionImportName","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ODataFunctionImportRequestConfig"},{"id":323,"kind":1024,"name":"parameters","url":"classes/sap_cloud_sdk_core.ODataFunctionImportRequestConfig#parameters","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ODataFunctionImportRequestConfig"},{"id":324,"kind":1024,"name":"oDataUri","url":"classes/sap_cloud_sdk_core.ODataFunctionImportRequestConfig#oDataUri","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"@sap-cloud-sdk/core.ODataFunctionImportRequestConfig"},{"id":325,"kind":1024,"name":"method","url":"classes/sap_cloud_sdk_core.ODataFunctionImportRequestConfig#method","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ODataFunctionImportRequestConfig"},{"id":326,"kind":1024,"name":"defaultServicePath","url":"classes/sap_cloud_sdk_core.ODataFunctionImportRequestConfig#defaultServicePath","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ODataFunctionImportRequestConfig"},{"id":327,"kind":1024,"name":"payload","url":"classes/sap_cloud_sdk_core.ODataFunctionImportRequestConfig#payload","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ODataFunctionImportRequestConfig"},{"id":328,"kind":1024,"name":"customServicePath","url":"classes/sap_cloud_sdk_core.ODataFunctionImportRequestConfig#customServicePath","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ODataFunctionImportRequestConfig"},{"id":329,"kind":1024,"name":"defaultHeaders","url":"classes/sap_cloud_sdk_core.ODataFunctionImportRequestConfig#defaultHeaders","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ODataFunctionImportRequestConfig"},{"id":330,"kind":262144,"name":"contentType","url":"classes/sap_cloud_sdk_core.ODataFunctionImportRequestConfig#contentType","classes":"tsd-kind-get-signature tsd-parent-kind-class","parent":"@sap-cloud-sdk/core.ODataFunctionImportRequestConfig"},{"id":331,"kind":262144,"name":"customHeaders","url":"classes/sap_cloud_sdk_core.ODataFunctionImportRequestConfig#customHeaders","classes":"tsd-kind-accessor tsd-parent-kind-class","parent":"@sap-cloud-sdk/core.ODataFunctionImportRequestConfig"},{"id":332,"kind":262144,"name":"customQueryParameters","url":"classes/sap_cloud_sdk_core.ODataFunctionImportRequestConfig#customQueryParameters","classes":"tsd-kind-accessor tsd-parent-kind-class","parent":"@sap-cloud-sdk/core.ODataFunctionImportRequestConfig"},{"id":333,"kind":262144,"name":"customRequestConfiguration","url":"classes/sap_cloud_sdk_core.ODataFunctionImportRequestConfig#customRequestConfiguration","classes":"tsd-kind-accessor tsd-parent-kind-class","parent":"@sap-cloud-sdk/core.ODataFunctionImportRequestConfig"},{"id":334,"kind":262144,"name":"appendedPaths","url":"classes/sap_cloud_sdk_core.ODataFunctionImportRequestConfig#appendedPaths","classes":"tsd-kind-get-signature tsd-parent-kind-class","parent":"@sap-cloud-sdk/core.ODataFunctionImportRequestConfig"},{"id":335,"kind":262144,"name":"fetchCsrfToken","url":"classes/sap_cloud_sdk_core.ODataFunctionImportRequestConfig#fetchCsrfToken","classes":"tsd-kind-accessor tsd-parent-kind-class","parent":"@sap-cloud-sdk/core.ODataFunctionImportRequestConfig"},{"id":336,"kind":2048,"name":"addCustomHeaders","url":"classes/sap_cloud_sdk_core.ODataFunctionImportRequestConfig#addCustomHeaders","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ODataFunctionImportRequestConfig"},{"id":337,"kind":2048,"name":"addCustomQueryParameters","url":"classes/sap_cloud_sdk_core.ODataFunctionImportRequestConfig#addCustomQueryParameters","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ODataFunctionImportRequestConfig"},{"id":338,"kind":2048,"name":"addCustomRequestConfiguration","url":"classes/sap_cloud_sdk_core.ODataFunctionImportRequestConfig#addCustomRequestConfiguration","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ODataFunctionImportRequestConfig"},{"id":339,"kind":2048,"name":"appendPath","url":"classes/sap_cloud_sdk_core.ODataFunctionImportRequestConfig#appendPath","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ODataFunctionImportRequestConfig"},{"id":340,"kind":2048,"name":"prependDollarToQueryParameters","url":"classes/sap_cloud_sdk_core.ODataFunctionImportRequestConfig#prependDollarToQueryParameters","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"@sap-cloud-sdk/core.ODataFunctionImportRequestConfig"},{"id":341,"kind":32,"name":"oDataUri","url":"modules/sap_cloud_sdk_core#oDataUri","classes":"tsd-kind-variable tsd-parent-kind-module","parent":"@sap-cloud-sdk/core"},{"id":342,"kind":64,"name":"serializeComplexType","url":"modules/sap_cloud_sdk_core#serializeComplexType","classes":"tsd-kind-function tsd-parent-kind-module","parent":"@sap-cloud-sdk/core"},{"id":343,"kind":64,"name":"serializeEntity","url":"modules/sap_cloud_sdk_core#serializeEntity","classes":"tsd-kind-function tsd-parent-kind-module","parent":"@sap-cloud-sdk/core"},{"id":344,"kind":64,"name":"serializeEntityNonCustomFields","url":"modules/sap_cloud_sdk_core#serializeEntityNonCustomFields","classes":"tsd-kind-function tsd-parent-kind-module","parent":"@sap-cloud-sdk/core"},{"id":345,"kind":64,"name":"toBatchChangeSet","url":"modules/sap_cloud_sdk_core#toBatchChangeSet","classes":"tsd-kind-function tsd-parent-kind-module tsd-has-type-parameter","parent":"@sap-cloud-sdk/core"},{"id":346,"kind":64,"name":"toBatchRetrieveBody","url":"modules/sap_cloud_sdk_core#toBatchRetrieveBody","classes":"tsd-kind-function tsd-parent-kind-module","parent":"@sap-cloud-sdk/core"},{"id":347,"kind":128,"name":"UpdateRequestBuilder","url":"classes/sap_cloud_sdk_core.UpdateRequestBuilder","classes":"tsd-kind-class tsd-parent-kind-module tsd-has-type-parameter","parent":"@sap-cloud-sdk/core"},{"id":348,"kind":512,"name":"constructor","url":"classes/sap_cloud_sdk_core.UpdateRequestBuilder#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-has-type-parameter tsd-is-overwrite","parent":"@sap-cloud-sdk/core.UpdateRequestBuilder"},{"id":349,"kind":1024,"name":"_entityConstructor","url":"classes/sap_cloud_sdk_core.UpdateRequestBuilder#_entityConstructor","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-overwrite","parent":"@sap-cloud-sdk/core.UpdateRequestBuilder"},{"id":350,"kind":1024,"name":"_entity","url":"classes/sap_cloud_sdk_core.UpdateRequestBuilder#_entity","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-overwrite","parent":"@sap-cloud-sdk/core.UpdateRequestBuilder"},{"id":351,"kind":2048,"name":"execute","url":"classes/sap_cloud_sdk_core.UpdateRequestBuilder#execute","classes":"tsd-kind-method tsd-parent-kind-class","parent":"@sap-cloud-sdk/core.UpdateRequestBuilder"},{"id":352,"kind":2048,"name":"executeRaw","url":"classes/sap_cloud_sdk_core.UpdateRequestBuilder#executeRaw","classes":"tsd-kind-method tsd-parent-kind-class","parent":"@sap-cloud-sdk/core.UpdateRequestBuilder"},{"id":353,"kind":1024,"name":"oDataUri","url":"classes/sap_cloud_sdk_core.UpdateRequestBuilder#oDataUri","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.UpdateRequestBuilder"},{"id":354,"kind":1024,"name":"entitySerializer","url":"classes/sap_cloud_sdk_core.UpdateRequestBuilder#entitySerializer","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.UpdateRequestBuilder"},{"id":355,"kind":1024,"name":"extractODataEtag","url":"classes/sap_cloud_sdk_core.UpdateRequestBuilder#extractODataEtag","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.UpdateRequestBuilder"},{"id":356,"kind":65536,"name":"__type","url":"classes/sap_cloud_sdk_core.UpdateRequestBuilder#__type","classes":"tsd-kind-type-literal tsd-parent-kind-class","parent":"@sap-cloud-sdk/core.UpdateRequestBuilder"},{"id":357,"kind":1024,"name":"payloadManipulator","url":"classes/sap_cloud_sdk_core.UpdateRequestBuilder#payloadManipulator","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.UpdateRequestBuilder"},{"id":358,"kind":65536,"name":"__type","url":"classes/sap_cloud_sdk_core.UpdateRequestBuilder#__type-1","classes":"tsd-kind-type-literal tsd-parent-kind-class","parent":"@sap-cloud-sdk/core.UpdateRequestBuilder"},{"id":359,"kind":262144,"name":"entity","url":"classes/sap_cloud_sdk_core.UpdateRequestBuilder#entity","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.UpdateRequestBuilder"},{"id":360,"kind":2048,"name":"prepare","url":"classes/sap_cloud_sdk_core.UpdateRequestBuilder#prepare","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.UpdateRequestBuilder"},{"id":361,"kind":2048,"name":"replaceWholeEntityWithPut","url":"classes/sap_cloud_sdk_core.UpdateRequestBuilder#replaceWholeEntityWithPut","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.UpdateRequestBuilder"},{"id":362,"kind":2048,"name":"requiredFields","url":"classes/sap_cloud_sdk_core.UpdateRequestBuilder#requiredFields","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.UpdateRequestBuilder"},{"id":363,"kind":2048,"name":"setRequiredFields","url":"classes/sap_cloud_sdk_core.UpdateRequestBuilder#setRequiredFields","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.UpdateRequestBuilder"},{"id":364,"kind":2048,"name":"ignoredFields","url":"classes/sap_cloud_sdk_core.UpdateRequestBuilder#ignoredFields","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.UpdateRequestBuilder"},{"id":365,"kind":2048,"name":"setIgnoredFields","url":"classes/sap_cloud_sdk_core.UpdateRequestBuilder#setIgnoredFields","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.UpdateRequestBuilder"},{"id":366,"kind":2048,"name":"ignoreVersionIdentifier","url":"classes/sap_cloud_sdk_core.UpdateRequestBuilder#ignoreVersionIdentifier","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.UpdateRequestBuilder"},{"id":367,"kind":2048,"name":"withCustomVersionIdentifier","url":"classes/sap_cloud_sdk_core.UpdateRequestBuilder#withCustomVersionIdentifier","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.UpdateRequestBuilder"},{"id":368,"kind":2048,"name":"setVersionIdentifier","url":"classes/sap_cloud_sdk_core.UpdateRequestBuilder#setVersionIdentifier","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.UpdateRequestBuilder"},{"id":369,"kind":2048,"name":"executeRequest","url":"classes/sap_cloud_sdk_core.UpdateRequestBuilder#executeRequest","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"@sap-cloud-sdk/core.UpdateRequestBuilder"},{"id":370,"kind":2048,"name":"executeRequestRaw","url":"classes/sap_cloud_sdk_core.UpdateRequestBuilder#executeRequestRaw","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"@sap-cloud-sdk/core.UpdateRequestBuilder"},{"id":371,"kind":2048,"name":"getPayload","url":"classes/sap_cloud_sdk_core.UpdateRequestBuilder#getPayload","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"@sap-cloud-sdk/core.UpdateRequestBuilder"},{"id":372,"kind":2048,"name":"isEmptyObject","url":"classes/sap_cloud_sdk_core.UpdateRequestBuilder#isEmptyObject","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"@sap-cloud-sdk/core.UpdateRequestBuilder"},{"id":373,"kind":1024,"name":"requestConfig","url":"classes/sap_cloud_sdk_core.UpdateRequestBuilder#requestConfig","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.UpdateRequestBuilder"},{"id":374,"kind":2048,"name":"url","url":"classes/sap_cloud_sdk_core.UpdateRequestBuilder#url","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.UpdateRequestBuilder"},{"id":375,"kind":2048,"name":"relativeUrl","url":"classes/sap_cloud_sdk_core.UpdateRequestBuilder#relativeUrl","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.UpdateRequestBuilder"},{"id":376,"kind":2048,"name":"withCustomHeaders","url":"classes/sap_cloud_sdk_core.UpdateRequestBuilder#withCustomHeaders","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.UpdateRequestBuilder"},{"id":377,"kind":2048,"name":"addCustomHeaders","url":"classes/sap_cloud_sdk_core.UpdateRequestBuilder#addCustomHeaders","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.UpdateRequestBuilder"},{"id":378,"kind":2048,"name":"withCustomQueryParameters","url":"classes/sap_cloud_sdk_core.UpdateRequestBuilder#withCustomQueryParameters","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.UpdateRequestBuilder"},{"id":379,"kind":2048,"name":"addCustomQueryParameters","url":"classes/sap_cloud_sdk_core.UpdateRequestBuilder#addCustomQueryParameters","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.UpdateRequestBuilder"},{"id":380,"kind":2048,"name":"withCustomServicePath","url":"classes/sap_cloud_sdk_core.UpdateRequestBuilder#withCustomServicePath","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.UpdateRequestBuilder"},{"id":381,"kind":2048,"name":"setCustomServicePath","url":"classes/sap_cloud_sdk_core.UpdateRequestBuilder#setCustomServicePath","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.UpdateRequestBuilder"},{"id":382,"kind":2048,"name":"addCustomRequestConfiguration","url":"classes/sap_cloud_sdk_core.UpdateRequestBuilder#addCustomRequestConfiguration","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.UpdateRequestBuilder"},{"id":383,"kind":2048,"name":"appendPath","url":"classes/sap_cloud_sdk_core.UpdateRequestBuilder#appendPath","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.UpdateRequestBuilder"},{"id":384,"kind":2048,"name":"skipCsrfTokenFetching","url":"classes/sap_cloud_sdk_core.UpdateRequestBuilder#skipCsrfTokenFetching","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.UpdateRequestBuilder"},{"id":385,"kind":2048,"name":"build","url":"classes/sap_cloud_sdk_core.UpdateRequestBuilder#build","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.UpdateRequestBuilder"},{"id":386,"kind":32,"name":"mappingTenantFields","url":"modules/sap_cloud_sdk_core#mappingTenantFields","classes":"tsd-kind-variable tsd-parent-kind-module","parent":"@sap-cloud-sdk/core"},{"id":387,"kind":256,"name":"Tenant","url":"interfaces/sap_cloud_sdk_core.Tenant","classes":"tsd-kind-interface tsd-parent-kind-module","parent":"@sap-cloud-sdk/core"},{"id":388,"kind":1024,"name":"id","url":"interfaces/sap_cloud_sdk_core.Tenant#id","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"@sap-cloud-sdk/core.Tenant"},{"id":389,"kind":1024,"name":"name","url":"interfaces/sap_cloud_sdk_core.Tenant#name","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"@sap-cloud-sdk/core.Tenant"},{"id":390,"kind":64,"name":"tenantFromJwt","url":"modules/sap_cloud_sdk_core#tenantFromJwt","classes":"tsd-kind-function tsd-parent-kind-module","parent":"@sap-cloud-sdk/core"},{"id":391,"kind":256,"name":"RegisteredJWTClaimsTenant","url":"interfaces/sap_cloud_sdk_core.RegisteredJWTClaimsTenant","classes":"tsd-kind-interface tsd-parent-kind-module","parent":"@sap-cloud-sdk/core"},{"id":392,"kind":1024,"name":"zid","url":"interfaces/sap_cloud_sdk_core.RegisteredJWTClaimsTenant#zid","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"@sap-cloud-sdk/core.RegisteredJWTClaimsTenant"},{"id":393,"kind":1024,"name":"zdn","url":"interfaces/sap_cloud_sdk_core.RegisteredJWTClaimsTenant#zdn","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"@sap-cloud-sdk/core.RegisteredJWTClaimsTenant"},{"id":394,"kind":64,"name":"isIdenticalTenant","url":"modules/sap_cloud_sdk_core#isIdenticalTenant","classes":"tsd-kind-function tsd-parent-kind-module","parent":"@sap-cloud-sdk/core"},{"id":395,"kind":256,"name":"User","url":"interfaces/sap_cloud_sdk_core.User","classes":"tsd-kind-interface tsd-parent-kind-module","parent":"@sap-cloud-sdk/core"},{"id":396,"kind":2048,"name":"hasScope","url":"interfaces/sap_cloud_sdk_core.User#hasScope","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"@sap-cloud-sdk/core.User"},{"id":397,"kind":1024,"name":"id","url":"interfaces/sap_cloud_sdk_core.User#id","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"@sap-cloud-sdk/core.User"},{"id":398,"kind":1024,"name":"userName","url":"interfaces/sap_cloud_sdk_core.User#userName","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"@sap-cloud-sdk/core.User"},{"id":399,"kind":1024,"name":"givenName","url":"interfaces/sap_cloud_sdk_core.User#givenName","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"@sap-cloud-sdk/core.User"},{"id":400,"kind":1024,"name":"familyName","url":"interfaces/sap_cloud_sdk_core.User#familyName","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"@sap-cloud-sdk/core.User"},{"id":401,"kind":1024,"name":"email","url":"interfaces/sap_cloud_sdk_core.User#email","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"@sap-cloud-sdk/core.User"},{"id":402,"kind":1024,"name":"scopes","url":"interfaces/sap_cloud_sdk_core.User#scopes","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"@sap-cloud-sdk/core.User"},{"id":403,"kind":1024,"name":"customAttributes","url":"interfaces/sap_cloud_sdk_core.User#customAttributes","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"@sap-cloud-sdk/core.User"},{"id":404,"kind":256,"name":"RegisteredJWTClaimsUser","url":"interfaces/sap_cloud_sdk_core.RegisteredJWTClaimsUser","classes":"tsd-kind-interface tsd-parent-kind-module","parent":"@sap-cloud-sdk/core"},{"id":405,"kind":1024,"name":"user_id","url":"interfaces/sap_cloud_sdk_core.RegisteredJWTClaimsUser#user_id","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"@sap-cloud-sdk/core.RegisteredJWTClaimsUser"},{"id":406,"kind":1024,"name":"user_name","url":"interfaces/sap_cloud_sdk_core.RegisteredJWTClaimsUser#user_name","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"@sap-cloud-sdk/core.RegisteredJWTClaimsUser"},{"id":407,"kind":1024,"name":"given_name","url":"interfaces/sap_cloud_sdk_core.RegisteredJWTClaimsUser#given_name","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"@sap-cloud-sdk/core.RegisteredJWTClaimsUser"},{"id":408,"kind":1024,"name":"family_name","url":"interfaces/sap_cloud_sdk_core.RegisteredJWTClaimsUser#family_name","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"@sap-cloud-sdk/core.RegisteredJWTClaimsUser"},{"id":409,"kind":1024,"name":"email","url":"interfaces/sap_cloud_sdk_core.RegisteredJWTClaimsUser#email","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"@sap-cloud-sdk/core.RegisteredJWTClaimsUser"},{"id":410,"kind":1024,"name":"scope","url":"interfaces/sap_cloud_sdk_core.RegisteredJWTClaimsUser#scope","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"@sap-cloud-sdk/core.RegisteredJWTClaimsUser"},{"id":411,"kind":1024,"name":"xs.user.attributes","url":"interfaces/sap_cloud_sdk_core.RegisteredJWTClaimsUser#xs_user_attributes","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"@sap-cloud-sdk/core.RegisteredJWTClaimsUser"},{"id":412,"kind":256,"name":"Scope","url":"interfaces/sap_cloud_sdk_core.Scope","classes":"tsd-kind-interface tsd-parent-kind-module","parent":"@sap-cloud-sdk/core"},{"id":413,"kind":1024,"name":"name","url":"interfaces/sap_cloud_sdk_core.Scope#name","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"@sap-cloud-sdk/core.Scope"},{"id":414,"kind":32,"name":"mappingUserFields","url":"modules/sap_cloud_sdk_core#mappingUserFields","classes":"tsd-kind-variable tsd-parent-kind-module","parent":"@sap-cloud-sdk/core"},{"id":415,"kind":64,"name":"userFromJwt","url":"modules/sap_cloud_sdk_core#userFromJwt","classes":"tsd-kind-function tsd-parent-kind-module","parent":"@sap-cloud-sdk/core"},{"id":416,"kind":64,"name":"customAttributes","url":"modules/sap_cloud_sdk_core#customAttributes","classes":"tsd-kind-function tsd-parent-kind-module","parent":"@sap-cloud-sdk/core"},{"id":417,"kind":64,"name":"decodeJwt","url":"modules/sap_cloud_sdk_core#decodeJwt","classes":"tsd-kind-function tsd-parent-kind-module","parent":"@sap-cloud-sdk/core"},{"id":418,"kind":64,"name":"decodeJwtComplete","url":"modules/sap_cloud_sdk_core#decodeJwtComplete","classes":"tsd-kind-function tsd-parent-kind-module","parent":"@sap-cloud-sdk/core"},{"id":419,"kind":64,"name":"retrieveJwt","url":"modules/sap_cloud_sdk_core#retrieveJwt","classes":"tsd-kind-function tsd-parent-kind-module","parent":"@sap-cloud-sdk/core"},{"id":420,"kind":64,"name":"verifyJwt","url":"modules/sap_cloud_sdk_core#verifyJwt","classes":"tsd-kind-function tsd-parent-kind-module","parent":"@sap-cloud-sdk/core"},{"id":421,"kind":64,"name":"verifyJwtWithKey","url":"modules/sap_cloud_sdk_core#verifyJwtWithKey","classes":"tsd-kind-function tsd-parent-kind-module","parent":"@sap-cloud-sdk/core"},{"id":422,"kind":64,"name":"issuerUrl","url":"modules/sap_cloud_sdk_core#issuerUrl","classes":"tsd-kind-function tsd-parent-kind-module","parent":"@sap-cloud-sdk/core"},{"id":423,"kind":64,"name":"audiences","url":"modules/sap_cloud_sdk_core#audiences","classes":"tsd-kind-function tsd-parent-kind-module","parent":"@sap-cloud-sdk/core"},{"id":424,"kind":64,"name":"wrapJwtInHeader","url":"modules/sap_cloud_sdk_core#wrapJwtInHeader","classes":"tsd-kind-function tsd-parent-kind-module","parent":"@sap-cloud-sdk/core"},{"id":425,"kind":64,"name":"readPropertyWithWarn","url":"modules/sap_cloud_sdk_core#readPropertyWithWarn","classes":"tsd-kind-function tsd-parent-kind-module","parent":"@sap-cloud-sdk/core"},{"id":426,"kind":64,"name":"checkMandatoryValue","url":"modules/sap_cloud_sdk_core#checkMandatoryValue","classes":"tsd-kind-function tsd-parent-kind-module tsd-has-type-parameter","parent":"@sap-cloud-sdk/core"},{"id":427,"kind":64,"name":"isUserToken","url":"modules/sap_cloud_sdk_core#isUserToken","classes":"tsd-kind-function tsd-parent-kind-module","parent":"@sap-cloud-sdk/core"},{"id":428,"kind":256,"name":"VerifyJwtOptions","url":"interfaces/sap_cloud_sdk_core.VerifyJwtOptions","classes":"tsd-kind-interface tsd-parent-kind-module","parent":"@sap-cloud-sdk/core"},{"id":429,"kind":1024,"name":"cacheVerificationKeys","url":"interfaces/sap_cloud_sdk_core.VerifyJwtOptions#cacheVerificationKeys","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"@sap-cloud-sdk/core.VerifyJwtOptions"},{"id":430,"kind":32,"name":"verificationKeyCache","url":"modules/sap_cloud_sdk_core#verificationKeyCache","classes":"tsd-kind-variable tsd-parent-kind-module","parent":"@sap-cloud-sdk/core"},{"id":431,"kind":4194304,"name":"RegisteredJWTClaims","url":"modules/sap_cloud_sdk_core#RegisteredJWTClaims","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"@sap-cloud-sdk/core"},{"id":432,"kind":256,"name":"RegisteredJWTClaimsBasic","url":"interfaces/sap_cloud_sdk_core.RegisteredJWTClaimsBasic","classes":"tsd-kind-interface tsd-parent-kind-module","parent":"@sap-cloud-sdk/core"},{"id":433,"kind":1024,"name":"iss","url":"interfaces/sap_cloud_sdk_core.RegisteredJWTClaimsBasic#iss","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"@sap-cloud-sdk/core.RegisteredJWTClaimsBasic"},{"id":434,"kind":1024,"name":"exp","url":"interfaces/sap_cloud_sdk_core.RegisteredJWTClaimsBasic#exp","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"@sap-cloud-sdk/core.RegisteredJWTClaimsBasic"},{"id":435,"kind":1024,"name":"sub","url":"interfaces/sap_cloud_sdk_core.RegisteredJWTClaimsBasic#sub","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"@sap-cloud-sdk/core.RegisteredJWTClaimsBasic"},{"id":436,"kind":1024,"name":"aud","url":"interfaces/sap_cloud_sdk_core.RegisteredJWTClaimsBasic#aud","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"@sap-cloud-sdk/core.RegisteredJWTClaimsBasic"},{"id":437,"kind":1024,"name":"nbf","url":"interfaces/sap_cloud_sdk_core.RegisteredJWTClaimsBasic#nbf","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"@sap-cloud-sdk/core.RegisteredJWTClaimsBasic"},{"id":438,"kind":1024,"name":"iat","url":"interfaces/sap_cloud_sdk_core.RegisteredJWTClaimsBasic#iat","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"@sap-cloud-sdk/core.RegisteredJWTClaimsBasic"},{"id":439,"kind":1024,"name":"jti","url":"interfaces/sap_cloud_sdk_core.RegisteredJWTClaimsBasic#jti","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"@sap-cloud-sdk/core.RegisteredJWTClaimsBasic"},{"id":440,"kind":256,"name":"JWTHeader","url":"interfaces/sap_cloud_sdk_core.JWTHeader","classes":"tsd-kind-interface tsd-parent-kind-module","parent":"@sap-cloud-sdk/core"},{"id":441,"kind":1024,"name":"alg","url":"interfaces/sap_cloud_sdk_core.JWTHeader#alg","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"@sap-cloud-sdk/core.JWTHeader"},{"id":442,"kind":1024,"name":"typ","url":"interfaces/sap_cloud_sdk_core.JWTHeader#typ","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"@sap-cloud-sdk/core.JWTHeader"},{"id":443,"kind":1024,"name":"jku","url":"interfaces/sap_cloud_sdk_core.JWTHeader#jku","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"@sap-cloud-sdk/core.JWTHeader"},{"id":444,"kind":256,"name":"DecodedJWT","url":"interfaces/sap_cloud_sdk_core.DecodedJWT","classes":"tsd-kind-interface tsd-parent-kind-module","parent":"@sap-cloud-sdk/core"},{"id":445,"kind":1024,"name":"iss","url":"interfaces/sap_cloud_sdk_core.DecodedJWT#iss","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"@sap-cloud-sdk/core.DecodedJWT"},{"id":446,"kind":1024,"name":"exp","url":"interfaces/sap_cloud_sdk_core.DecodedJWT#exp","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"@sap-cloud-sdk/core.DecodedJWT"},{"id":447,"kind":1024,"name":"sub","url":"interfaces/sap_cloud_sdk_core.DecodedJWT#sub","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"@sap-cloud-sdk/core.DecodedJWT"},{"id":448,"kind":1024,"name":"aud","url":"interfaces/sap_cloud_sdk_core.DecodedJWT#aud","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"@sap-cloud-sdk/core.DecodedJWT"},{"id":449,"kind":1024,"name":"nbf","url":"interfaces/sap_cloud_sdk_core.DecodedJWT#nbf","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"@sap-cloud-sdk/core.DecodedJWT"},{"id":450,"kind":1024,"name":"iat","url":"interfaces/sap_cloud_sdk_core.DecodedJWT#iat","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"@sap-cloud-sdk/core.DecodedJWT"},{"id":451,"kind":1024,"name":"jti","url":"interfaces/sap_cloud_sdk_core.DecodedJWT#jti","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"@sap-cloud-sdk/core.DecodedJWT"},{"id":452,"kind":1024,"name":"user_id","url":"interfaces/sap_cloud_sdk_core.DecodedJWT#user_id","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"@sap-cloud-sdk/core.DecodedJWT"},{"id":453,"kind":1024,"name":"user_name","url":"interfaces/sap_cloud_sdk_core.DecodedJWT#user_name","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"@sap-cloud-sdk/core.DecodedJWT"},{"id":454,"kind":1024,"name":"given_name","url":"interfaces/sap_cloud_sdk_core.DecodedJWT#given_name","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"@sap-cloud-sdk/core.DecodedJWT"},{"id":455,"kind":1024,"name":"family_name","url":"interfaces/sap_cloud_sdk_core.DecodedJWT#family_name","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"@sap-cloud-sdk/core.DecodedJWT"},{"id":456,"kind":1024,"name":"email","url":"interfaces/sap_cloud_sdk_core.DecodedJWT#email","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"@sap-cloud-sdk/core.DecodedJWT"},{"id":457,"kind":1024,"name":"scope","url":"interfaces/sap_cloud_sdk_core.DecodedJWT#scope","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"@sap-cloud-sdk/core.DecodedJWT"},{"id":458,"kind":1024,"name":"xs.user.attributes","url":"interfaces/sap_cloud_sdk_core.DecodedJWT#xs_user_attributes","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"@sap-cloud-sdk/core.DecodedJWT"},{"id":459,"kind":1024,"name":"zid","url":"interfaces/sap_cloud_sdk_core.DecodedJWT#zid","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"@sap-cloud-sdk/core.DecodedJWT"},{"id":460,"kind":1024,"name":"zdn","url":"interfaces/sap_cloud_sdk_core.DecodedJWT#zdn","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"@sap-cloud-sdk/core.DecodedJWT"},{"id":461,"kind":256,"name":"JWTPayload","url":"interfaces/sap_cloud_sdk_core.JWTPayload","classes":"tsd-kind-interface tsd-parent-kind-module","parent":"@sap-cloud-sdk/core"},{"id":462,"kind":1024,"name":"iss","url":"interfaces/sap_cloud_sdk_core.JWTPayload#iss","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"@sap-cloud-sdk/core.JWTPayload"},{"id":463,"kind":1024,"name":"exp","url":"interfaces/sap_cloud_sdk_core.JWTPayload#exp","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"@sap-cloud-sdk/core.JWTPayload"},{"id":464,"kind":1024,"name":"sub","url":"interfaces/sap_cloud_sdk_core.JWTPayload#sub","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"@sap-cloud-sdk/core.JWTPayload"},{"id":465,"kind":1024,"name":"aud","url":"interfaces/sap_cloud_sdk_core.JWTPayload#aud","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"@sap-cloud-sdk/core.JWTPayload"},{"id":466,"kind":1024,"name":"nbf","url":"interfaces/sap_cloud_sdk_core.JWTPayload#nbf","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"@sap-cloud-sdk/core.JWTPayload"},{"id":467,"kind":1024,"name":"iat","url":"interfaces/sap_cloud_sdk_core.JWTPayload#iat","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"@sap-cloud-sdk/core.JWTPayload"},{"id":468,"kind":1024,"name":"jti","url":"interfaces/sap_cloud_sdk_core.JWTPayload#jti","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"@sap-cloud-sdk/core.JWTPayload"},{"id":469,"kind":1024,"name":"user_id","url":"interfaces/sap_cloud_sdk_core.JWTPayload#user_id","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"@sap-cloud-sdk/core.JWTPayload"},{"id":470,"kind":1024,"name":"user_name","url":"interfaces/sap_cloud_sdk_core.JWTPayload#user_name","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"@sap-cloud-sdk/core.JWTPayload"},{"id":471,"kind":1024,"name":"given_name","url":"interfaces/sap_cloud_sdk_core.JWTPayload#given_name","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"@sap-cloud-sdk/core.JWTPayload"},{"id":472,"kind":1024,"name":"family_name","url":"interfaces/sap_cloud_sdk_core.JWTPayload#family_name","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"@sap-cloud-sdk/core.JWTPayload"},{"id":473,"kind":1024,"name":"email","url":"interfaces/sap_cloud_sdk_core.JWTPayload#email","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"@sap-cloud-sdk/core.JWTPayload"},{"id":474,"kind":1024,"name":"scope","url":"interfaces/sap_cloud_sdk_core.JWTPayload#scope","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"@sap-cloud-sdk/core.JWTPayload"},{"id":475,"kind":1024,"name":"xs.user.attributes","url":"interfaces/sap_cloud_sdk_core.JWTPayload#xs_user_attributes","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"@sap-cloud-sdk/core.JWTPayload"},{"id":476,"kind":1024,"name":"zid","url":"interfaces/sap_cloud_sdk_core.JWTPayload#zid","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"@sap-cloud-sdk/core.JWTPayload"},{"id":477,"kind":1024,"name":"zdn","url":"interfaces/sap_cloud_sdk_core.JWTPayload#zdn","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"@sap-cloud-sdk/core.JWTPayload"},{"id":478,"kind":256,"name":"CompleteDecodedJWT","url":"interfaces/sap_cloud_sdk_core.CompleteDecodedJWT","classes":"tsd-kind-interface tsd-parent-kind-module","parent":"@sap-cloud-sdk/core"},{"id":479,"kind":1024,"name":"header","url":"interfaces/sap_cloud_sdk_core.CompleteDecodedJWT#header","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"@sap-cloud-sdk/core.CompleteDecodedJWT"},{"id":480,"kind":1024,"name":"payload","url":"interfaces/sap_cloud_sdk_core.CompleteDecodedJWT#payload","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"@sap-cloud-sdk/core.CompleteDecodedJWT"},{"id":481,"kind":1024,"name":"signature","url":"interfaces/sap_cloud_sdk_core.CompleteDecodedJWT#signature","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"@sap-cloud-sdk/core.CompleteDecodedJWT"},{"id":482,"kind":1024,"name":"iss","url":"interfaces/sap_cloud_sdk_core.CompleteDecodedJWT#iss","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"@sap-cloud-sdk/core.CompleteDecodedJWT"},{"id":483,"kind":1024,"name":"exp","url":"interfaces/sap_cloud_sdk_core.CompleteDecodedJWT#exp","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"@sap-cloud-sdk/core.CompleteDecodedJWT"},{"id":484,"kind":1024,"name":"sub","url":"interfaces/sap_cloud_sdk_core.CompleteDecodedJWT#sub","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"@sap-cloud-sdk/core.CompleteDecodedJWT"},{"id":485,"kind":1024,"name":"aud","url":"interfaces/sap_cloud_sdk_core.CompleteDecodedJWT#aud","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"@sap-cloud-sdk/core.CompleteDecodedJWT"},{"id":486,"kind":1024,"name":"nbf","url":"interfaces/sap_cloud_sdk_core.CompleteDecodedJWT#nbf","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"@sap-cloud-sdk/core.CompleteDecodedJWT"},{"id":487,"kind":1024,"name":"iat","url":"interfaces/sap_cloud_sdk_core.CompleteDecodedJWT#iat","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"@sap-cloud-sdk/core.CompleteDecodedJWT"},{"id":488,"kind":1024,"name":"jti","url":"interfaces/sap_cloud_sdk_core.CompleteDecodedJWT#jti","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"@sap-cloud-sdk/core.CompleteDecodedJWT"},{"id":489,"kind":1024,"name":"user_id","url":"interfaces/sap_cloud_sdk_core.CompleteDecodedJWT#user_id","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"@sap-cloud-sdk/core.CompleteDecodedJWT"},{"id":490,"kind":1024,"name":"user_name","url":"interfaces/sap_cloud_sdk_core.CompleteDecodedJWT#user_name","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"@sap-cloud-sdk/core.CompleteDecodedJWT"},{"id":491,"kind":1024,"name":"given_name","url":"interfaces/sap_cloud_sdk_core.CompleteDecodedJWT#given_name","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"@sap-cloud-sdk/core.CompleteDecodedJWT"},{"id":492,"kind":1024,"name":"family_name","url":"interfaces/sap_cloud_sdk_core.CompleteDecodedJWT#family_name","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"@sap-cloud-sdk/core.CompleteDecodedJWT"},{"id":493,"kind":1024,"name":"email","url":"interfaces/sap_cloud_sdk_core.CompleteDecodedJWT#email","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"@sap-cloud-sdk/core.CompleteDecodedJWT"},{"id":494,"kind":1024,"name":"scope","url":"interfaces/sap_cloud_sdk_core.CompleteDecodedJWT#scope","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"@sap-cloud-sdk/core.CompleteDecodedJWT"},{"id":495,"kind":1024,"name":"xs.user.attributes","url":"interfaces/sap_cloud_sdk_core.CompleteDecodedJWT#xs_user_attributes","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"@sap-cloud-sdk/core.CompleteDecodedJWT"},{"id":496,"kind":1024,"name":"zid","url":"interfaces/sap_cloud_sdk_core.CompleteDecodedJWT#zid","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"@sap-cloud-sdk/core.CompleteDecodedJWT"},{"id":497,"kind":1024,"name":"zdn","url":"interfaces/sap_cloud_sdk_core.CompleteDecodedJWT#zdn","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"@sap-cloud-sdk/core.CompleteDecodedJWT"},{"id":498,"kind":4194304,"name":"JwtKeyMapping","url":"modules/sap_cloud_sdk_core#JwtKeyMapping","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-has-type-parameter","parent":"@sap-cloud-sdk/core"},{"id":499,"kind":256,"name":"JwtPair","url":"interfaces/sap_cloud_sdk_core.JwtPair","classes":"tsd-kind-interface tsd-parent-kind-module","parent":"@sap-cloud-sdk/core"},{"id":500,"kind":1024,"name":"decoded","url":"interfaces/sap_cloud_sdk_core.JwtPair#decoded","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"@sap-cloud-sdk/core.JwtPair"},{"id":501,"kind":1024,"name":"encoded","url":"interfaces/sap_cloud_sdk_core.JwtPair#encoded","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"@sap-cloud-sdk/core.JwtPair"},{"id":502,"kind":8,"name":"IsolationStrategy","url":"enums/sap_cloud_sdk_core.IsolationStrategy","classes":"tsd-kind-enum tsd-parent-kind-module","parent":"@sap-cloud-sdk/core"},{"id":503,"kind":16,"name":"Tenant","url":"enums/sap_cloud_sdk_core.IsolationStrategy#Tenant","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"@sap-cloud-sdk/core.IsolationStrategy"},{"id":504,"kind":16,"name":"User","url":"enums/sap_cloud_sdk_core.IsolationStrategy#User","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"@sap-cloud-sdk/core.IsolationStrategy"},{"id":505,"kind":16,"name":"Tenant_User","url":"enums/sap_cloud_sdk_core.IsolationStrategy#Tenant_User","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"@sap-cloud-sdk/core.IsolationStrategy"},{"id":506,"kind":16,"name":"No_Isolation","url":"enums/sap_cloud_sdk_core.IsolationStrategy#No_Isolation","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"@sap-cloud-sdk/core.IsolationStrategy"},{"id":507,"kind":256,"name":"CachingOptions","url":"interfaces/sap_cloud_sdk_core.CachingOptions","classes":"tsd-kind-interface tsd-parent-kind-module","parent":"@sap-cloud-sdk/core"},{"id":508,"kind":1024,"name":"useCache","url":"interfaces/sap_cloud_sdk_core.CachingOptions#useCache","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"@sap-cloud-sdk/core.CachingOptions"},{"id":509,"kind":1024,"name":"isolationStrategy","url":"interfaces/sap_cloud_sdk_core.CachingOptions#isolationStrategy","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"@sap-cloud-sdk/core.CachingOptions"},{"id":510,"kind":128,"name":"Cache","url":"classes/sap_cloud_sdk_core.Cache","classes":"tsd-kind-class tsd-parent-kind-module tsd-has-type-parameter","parent":"@sap-cloud-sdk/core"},{"id":511,"kind":512,"name":"constructor","url":"classes/sap_cloud_sdk_core.Cache#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-has-type-parameter","parent":"@sap-cloud-sdk/core.Cache"},{"id":512,"kind":2048,"name":"clear","url":"classes/sap_cloud_sdk_core.Cache#clear","classes":"tsd-kind-method tsd-parent-kind-class","parent":"@sap-cloud-sdk/core.Cache"},{"id":513,"kind":2048,"name":"hasKey","url":"classes/sap_cloud_sdk_core.Cache#hasKey","classes":"tsd-kind-method tsd-parent-kind-class","parent":"@sap-cloud-sdk/core.Cache"},{"id":514,"kind":2048,"name":"get","url":"classes/sap_cloud_sdk_core.Cache#get","classes":"tsd-kind-method tsd-parent-kind-class","parent":"@sap-cloud-sdk/core.Cache"},{"id":515,"kind":2048,"name":"set","url":"classes/sap_cloud_sdk_core.Cache#set","classes":"tsd-kind-method tsd-parent-kind-class","parent":"@sap-cloud-sdk/core.Cache"},{"id":516,"kind":64,"name":"getOAuth2ClientCredentialsToken","url":"modules/sap_cloud_sdk_core#getOAuth2ClientCredentialsToken","classes":"tsd-kind-function tsd-parent-kind-module","parent":"@sap-cloud-sdk/core"},{"id":517,"kind":64,"name":"clientCredentialsGrant","url":"modules/sap_cloud_sdk_core#clientCredentialsGrant","classes":"tsd-kind-function tsd-parent-kind-module","parent":"@sap-cloud-sdk/core"},{"id":518,"kind":64,"name":"userTokenGrant","url":"modules/sap_cloud_sdk_core#userTokenGrant","classes":"tsd-kind-function tsd-parent-kind-module","parent":"@sap-cloud-sdk/core"},{"id":519,"kind":64,"name":"refreshTokenGrant","url":"modules/sap_cloud_sdk_core#refreshTokenGrant","classes":"tsd-kind-function tsd-parent-kind-module","parent":"@sap-cloud-sdk/core"},{"id":520,"kind":64,"name":"jwtBearerTokenGrant","url":"modules/sap_cloud_sdk_core#jwtBearerTokenGrant","classes":"tsd-kind-function tsd-parent-kind-module","parent":"@sap-cloud-sdk/core"},{"id":521,"kind":64,"name":"headerForClientCredentials","url":"modules/sap_cloud_sdk_core#headerForClientCredentials","classes":"tsd-kind-function tsd-parent-kind-module","parent":"@sap-cloud-sdk/core"},{"id":522,"kind":64,"name":"getGrantTokenCacheKey","url":"modules/sap_cloud_sdk_core#getGrantTokenCacheKey","classes":"tsd-kind-function tsd-parent-kind-module","parent":"@sap-cloud-sdk/core"},{"id":523,"kind":32,"name":"clientCredentialsTokenCache","url":"modules/sap_cloud_sdk_core#clientCredentialsTokenCache","classes":"tsd-kind-variable tsd-parent-kind-module","parent":"@sap-cloud-sdk/core"},{"id":524,"kind":65536,"name":"__type","url":"modules/sap_cloud_sdk_core#clientCredentialsTokenCache.__type-5","classes":"tsd-kind-type-literal tsd-parent-kind-variable","parent":"@sap-cloud-sdk/core.clientCredentialsTokenCache"},{"id":525,"kind":2048,"name":"getGrantTokenFromCache","url":"modules/sap_cloud_sdk_core#clientCredentialsTokenCache.__type-5.getGrantTokenFromCache","classes":"tsd-kind-method tsd-parent-kind-type-literal","parent":"@sap-cloud-sdk/core.clientCredentialsTokenCache.__type"},{"id":526,"kind":2048,"name":"cacheRetrievedToken","url":"modules/sap_cloud_sdk_core#clientCredentialsTokenCache.__type-5.cacheRetrievedToken","classes":"tsd-kind-method tsd-parent-kind-type-literal","parent":"@sap-cloud-sdk/core.clientCredentialsTokenCache.__type"},{"id":527,"kind":2048,"name":"clear","url":"modules/sap_cloud_sdk_core#clientCredentialsTokenCache.__type-5.clear","classes":"tsd-kind-method tsd-parent-kind-type-literal","parent":"@sap-cloud-sdk/core.clientCredentialsTokenCache.__type"},{"id":528,"kind":2048,"name":"getCacheInstance","url":"modules/sap_cloud_sdk_core#clientCredentialsTokenCache.__type-5.getCacheInstance","classes":"tsd-kind-method tsd-parent-kind-type-literal","parent":"@sap-cloud-sdk/core.clientCredentialsTokenCache.__type"},{"id":529,"kind":64,"name":"addProxyConfiguration","url":"modules/sap_cloud_sdk_core#addProxyConfiguration","classes":"tsd-kind-function tsd-parent-kind-module","parent":"@sap-cloud-sdk/core"},{"id":530,"kind":64,"name":"addProxyConfigurationOnPrem","url":"modules/sap_cloud_sdk_core#addProxyConfigurationOnPrem","classes":"tsd-kind-function tsd-parent-kind-module","parent":"@sap-cloud-sdk/core"},{"id":531,"kind":64,"name":"proxyHostAndPort","url":"modules/sap_cloud_sdk_core#proxyHostAndPort","classes":"tsd-kind-function tsd-parent-kind-module","parent":"@sap-cloud-sdk/core"},{"id":532,"kind":256,"name":"ProxyConfiguration","url":"interfaces/sap_cloud_sdk_core.ProxyConfiguration","classes":"tsd-kind-interface tsd-parent-kind-module","parent":"@sap-cloud-sdk/core"},{"id":533,"kind":1024,"name":"host","url":"interfaces/sap_cloud_sdk_core.ProxyConfiguration#host","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"@sap-cloud-sdk/core.ProxyConfiguration"},{"id":534,"kind":1024,"name":"port","url":"interfaces/sap_cloud_sdk_core.ProxyConfiguration#port","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"@sap-cloud-sdk/core.ProxyConfiguration"},{"id":535,"kind":1024,"name":"protocol","url":"interfaces/sap_cloud_sdk_core.ProxyConfiguration#protocol","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"@sap-cloud-sdk/core.ProxyConfiguration"},{"id":536,"kind":1024,"name":"headers","url":"interfaces/sap_cloud_sdk_core.ProxyConfiguration#headers","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"@sap-cloud-sdk/core.ProxyConfiguration"},{"id":537,"kind":256,"name":"ProxyConfigurationHeaders","url":"interfaces/sap_cloud_sdk_core.ProxyConfigurationHeaders","classes":"tsd-kind-interface tsd-parent-kind-module","parent":"@sap-cloud-sdk/core"},{"id":538,"kind":1024,"name":"Proxy-Authorization","url":"interfaces/sap_cloud_sdk_core.ProxyConfigurationHeaders#Proxy_Authorization","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"@sap-cloud-sdk/core.ProxyConfigurationHeaders"},{"id":539,"kind":1024,"name":"SAP-Connectivity-Authentication","url":"interfaces/sap_cloud_sdk_core.ProxyConfigurationHeaders#SAP_Connectivity_Authentication","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"@sap-cloud-sdk/core.ProxyConfigurationHeaders"},{"id":540,"kind":256,"name":"DestinationAccessorOptions","url":"interfaces/sap_cloud_sdk_core.DestinationAccessorOptions","classes":"tsd-kind-interface tsd-parent-kind-module","parent":"@sap-cloud-sdk/core"},{"id":541,"kind":1024,"name":"selectionStrategy","url":"interfaces/sap_cloud_sdk_core.DestinationAccessorOptions#selectionStrategy","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"@sap-cloud-sdk/core.DestinationAccessorOptions"},{"id":542,"kind":1024,"name":"userJwt","url":"interfaces/sap_cloud_sdk_core.DestinationAccessorOptions#userJwt","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"@sap-cloud-sdk/core.DestinationAccessorOptions"},{"id":543,"kind":1024,"name":"iss","url":"interfaces/sap_cloud_sdk_core.DestinationAccessorOptions#iss","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"@sap-cloud-sdk/core.DestinationAccessorOptions"},{"id":544,"kind":32,"name":"destinationCache","url":"modules/sap_cloud_sdk_core#destinationCache","classes":"tsd-kind-variable tsd-parent-kind-module","parent":"@sap-cloud-sdk/core"},{"id":545,"kind":65536,"name":"__type","url":"modules/sap_cloud_sdk_core#destinationCache.__type-6","classes":"tsd-kind-type-literal tsd-parent-kind-variable","parent":"@sap-cloud-sdk/core.destinationCache"},{"id":546,"kind":2048,"name":"retrieveDestinationFromCache","url":"modules/sap_cloud_sdk_core#destinationCache.__type-6.retrieveDestinationFromCache","classes":"tsd-kind-method tsd-parent-kind-type-literal","parent":"@sap-cloud-sdk/core.destinationCache.__type"},{"id":547,"kind":2048,"name":"cacheRetrievedDestination","url":"modules/sap_cloud_sdk_core#destinationCache.__type-6.cacheRetrievedDestination","classes":"tsd-kind-method tsd-parent-kind-type-literal","parent":"@sap-cloud-sdk/core.destinationCache.__type"},{"id":548,"kind":2048,"name":"cacheRetrievedDestinations","url":"modules/sap_cloud_sdk_core#destinationCache.__type-6.cacheRetrievedDestinations","classes":"tsd-kind-method tsd-parent-kind-type-literal","parent":"@sap-cloud-sdk/core.destinationCache.__type"},{"id":549,"kind":2048,"name":"clear","url":"modules/sap_cloud_sdk_core#destinationCache.__type-6.clear-1","classes":"tsd-kind-method tsd-parent-kind-type-literal","parent":"@sap-cloud-sdk/core.destinationCache.__type"},{"id":550,"kind":2048,"name":"getCacheInstance","url":"modules/sap_cloud_sdk_core#destinationCache.__type-6.getCacheInstance-1","classes":"tsd-kind-method tsd-parent-kind-type-literal","parent":"@sap-cloud-sdk/core.destinationCache.__type"},{"id":551,"kind":64,"name":"alwaysProvider","url":"modules/sap_cloud_sdk_core#alwaysProvider-1","classes":"tsd-kind-function tsd-parent-kind-module","parent":"@sap-cloud-sdk/core"},{"id":552,"kind":64,"name":"alwaysSubscriber","url":"modules/sap_cloud_sdk_core#alwaysSubscriber-1","classes":"tsd-kind-function tsd-parent-kind-module","parent":"@sap-cloud-sdk/core"},{"id":553,"kind":64,"name":"subscriberFirst","url":"modules/sap_cloud_sdk_core#subscriberFirst-1","classes":"tsd-kind-function tsd-parent-kind-module","parent":"@sap-cloud-sdk/core"},{"id":554,"kind":4194304,"name":"DestinationSelectionStrategy","url":"modules/sap_cloud_sdk_core#DestinationSelectionStrategy","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"@sap-cloud-sdk/core"},{"id":555,"kind":65536,"name":"__type","url":"modules/sap_cloud_sdk_core#DestinationSelectionStrategy.__type","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"@sap-cloud-sdk/core.DestinationSelectionStrategy"},{"id":556,"kind":32,"name":"DestinationSelectionStrategies","url":"modules/sap_cloud_sdk_core#DestinationSelectionStrategies","classes":"tsd-kind-variable tsd-parent-kind-module","parent":"@sap-cloud-sdk/core"},{"id":557,"kind":65536,"name":"__type","url":"modules/sap_cloud_sdk_core#DestinationSelectionStrategies.__type-2","classes":"tsd-kind-type-literal tsd-parent-kind-variable","parent":"@sap-cloud-sdk/core.DestinationSelectionStrategies"},{"id":558,"kind":1024,"name":"alwaysProvider","url":"modules/sap_cloud_sdk_core#DestinationSelectionStrategies.__type-2.alwaysProvider","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"@sap-cloud-sdk/core.DestinationSelectionStrategies.__type"},{"id":559,"kind":1024,"name":"alwaysSubscriber","url":"modules/sap_cloud_sdk_core#DestinationSelectionStrategies.__type-2.alwaysSubscriber","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"@sap-cloud-sdk/core.DestinationSelectionStrategies.__type"},{"id":560,"kind":1024,"name":"subscriberFirst","url":"modules/sap_cloud_sdk_core#DestinationSelectionStrategies.__type-2.subscriberFirst","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"@sap-cloud-sdk/core.DestinationSelectionStrategies.__type"},{"id":561,"kind":64,"name":"fetchInstanceDestinations","url":"modules/sap_cloud_sdk_core#fetchInstanceDestinations","classes":"tsd-kind-function tsd-parent-kind-module","parent":"@sap-cloud-sdk/core"},{"id":562,"kind":64,"name":"fetchSubaccountDestinations","url":"modules/sap_cloud_sdk_core#fetchSubaccountDestinations","classes":"tsd-kind-function tsd-parent-kind-module","parent":"@sap-cloud-sdk/core"},{"id":563,"kind":64,"name":"fetchDestination","url":"modules/sap_cloud_sdk_core#fetchDestination","classes":"tsd-kind-function tsd-parent-kind-module","parent":"@sap-cloud-sdk/core"},{"id":564,"kind":256,"name":"AuthAndExchangeTokens","url":"interfaces/sap_cloud_sdk_core.AuthAndExchangeTokens","classes":"tsd-kind-interface tsd-parent-kind-module","parent":"@sap-cloud-sdk/core"},{"id":565,"kind":1024,"name":"authHeaderJwt","url":"interfaces/sap_cloud_sdk_core.AuthAndExchangeTokens#authHeaderJwt","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"@sap-cloud-sdk/core.AuthAndExchangeTokens"},{"id":566,"kind":1024,"name":"exchangeHeaderJwt","url":"interfaces/sap_cloud_sdk_core.AuthAndExchangeTokens#exchangeHeaderJwt","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"@sap-cloud-sdk/core.AuthAndExchangeTokens"},{"id":567,"kind":64,"name":"isDestinationNameAndJwt","url":"modules/sap_cloud_sdk_core#isDestinationNameAndJwt","classes":"tsd-kind-function tsd-parent-kind-module","parent":"@sap-cloud-sdk/core"},{"id":568,"kind":64,"name":"isDestination","url":"modules/sap_cloud_sdk_core#isDestination","classes":"tsd-kind-function tsd-parent-kind-module","parent":"@sap-cloud-sdk/core"},{"id":569,"kind":256,"name":"Destination","url":"interfaces/sap_cloud_sdk_core.Destination","classes":"tsd-kind-interface tsd-parent-kind-module","parent":"@sap-cloud-sdk/core"},{"id":570,"kind":1024,"name":"name","url":"interfaces/sap_cloud_sdk_core.Destination#name","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"@sap-cloud-sdk/core.Destination"},{"id":571,"kind":1024,"name":"url","url":"interfaces/sap_cloud_sdk_core.Destination#url","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"@sap-cloud-sdk/core.Destination"},{"id":572,"kind":1024,"name":"authentication","url":"interfaces/sap_cloud_sdk_core.Destination#authentication","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"@sap-cloud-sdk/core.Destination"},{"id":573,"kind":1024,"name":"proxyType","url":"interfaces/sap_cloud_sdk_core.Destination#proxyType","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"@sap-cloud-sdk/core.Destination"},{"id":574,"kind":1024,"name":"origin","url":"interfaces/sap_cloud_sdk_core.Destination#origin","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"@sap-cloud-sdk/core.Destination"},{"id":575,"kind":1024,"name":"sapClient","url":"interfaces/sap_cloud_sdk_core.Destination#sapClient","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"@sap-cloud-sdk/core.Destination"},{"id":576,"kind":1024,"name":"username","url":"interfaces/sap_cloud_sdk_core.Destination#username","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"@sap-cloud-sdk/core.Destination"},{"id":577,"kind":1024,"name":"password","url":"interfaces/sap_cloud_sdk_core.Destination#password","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"@sap-cloud-sdk/core.Destination"},{"id":578,"kind":1024,"name":"authTokens","url":"interfaces/sap_cloud_sdk_core.Destination#authTokens","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"@sap-cloud-sdk/core.Destination"},{"id":579,"kind":1024,"name":"isTrustingAllCertificates","url":"interfaces/sap_cloud_sdk_core.Destination#isTrustingAllCertificates","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"@sap-cloud-sdk/core.Destination"},{"id":580,"kind":1024,"name":"proxyConfiguration","url":"interfaces/sap_cloud_sdk_core.Destination#proxyConfiguration","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"@sap-cloud-sdk/core.Destination"},{"id":581,"kind":1024,"name":"clientId","url":"interfaces/sap_cloud_sdk_core.Destination#clientId","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"@sap-cloud-sdk/core.Destination"},{"id":582,"kind":1024,"name":"clientSecret","url":"interfaces/sap_cloud_sdk_core.Destination#clientSecret","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"@sap-cloud-sdk/core.Destination"},{"id":583,"kind":1024,"name":"tokenServiceUrl","url":"interfaces/sap_cloud_sdk_core.Destination#tokenServiceUrl","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"@sap-cloud-sdk/core.Destination"},{"id":584,"kind":1024,"name":"tokenServiceUser","url":"interfaces/sap_cloud_sdk_core.Destination#tokenServiceUser","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"@sap-cloud-sdk/core.Destination"},{"id":585,"kind":1024,"name":"tokenServicePassword","url":"interfaces/sap_cloud_sdk_core.Destination#tokenServicePassword","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"@sap-cloud-sdk/core.Destination"},{"id":586,"kind":1024,"name":"type","url":"interfaces/sap_cloud_sdk_core.Destination#type","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"@sap-cloud-sdk/core.Destination"},{"id":587,"kind":1024,"name":"originalProperties","url":"interfaces/sap_cloud_sdk_core.Destination#originalProperties","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"@sap-cloud-sdk/core.Destination"},{"id":588,"kind":65536,"name":"__type","url":"interfaces/sap_cloud_sdk_core.Destination#__type","classes":"tsd-kind-type-literal tsd-parent-kind-interface","parent":"@sap-cloud-sdk/core.Destination"},{"id":589,"kind":1024,"name":"isTestDestination","url":"interfaces/sap_cloud_sdk_core.Destination#isTestDestination","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"@sap-cloud-sdk/core.Destination"},{"id":590,"kind":1024,"name":"cloudConnectorLocationId","url":"interfaces/sap_cloud_sdk_core.Destination#cloudConnectorLocationId","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"@sap-cloud-sdk/core.Destination"},{"id":591,"kind":1024,"name":"certificates","url":"interfaces/sap_cloud_sdk_core.Destination#certificates","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"@sap-cloud-sdk/core.Destination"},{"id":592,"kind":1024,"name":"keyStoreName","url":"interfaces/sap_cloud_sdk_core.Destination#keyStoreName","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"@sap-cloud-sdk/core.Destination"},{"id":593,"kind":1024,"name":"keyStorePassword","url":"interfaces/sap_cloud_sdk_core.Destination#keyStorePassword","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"@sap-cloud-sdk/core.Destination"},{"id":594,"kind":1024,"name":"systemUser","url":"interfaces/sap_cloud_sdk_core.Destination#systemUser","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"@sap-cloud-sdk/core.Destination"},{"id":595,"kind":1024,"name":"headers","url":"interfaces/sap_cloud_sdk_core.Destination#headers","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"@sap-cloud-sdk/core.Destination"},{"id":596,"kind":1024,"name":"queryParameters","url":"interfaces/sap_cloud_sdk_core.Destination#queryParameters","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"@sap-cloud-sdk/core.Destination"},{"id":597,"kind":256,"name":"DestinationAuthToken","url":"interfaces/sap_cloud_sdk_core.DestinationAuthToken","classes":"tsd-kind-interface tsd-parent-kind-module","parent":"@sap-cloud-sdk/core"},{"id":598,"kind":1024,"name":"type","url":"interfaces/sap_cloud_sdk_core.DestinationAuthToken#type","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"@sap-cloud-sdk/core.DestinationAuthToken"},{"id":599,"kind":1024,"name":"value","url":"interfaces/sap_cloud_sdk_core.DestinationAuthToken#value-1","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"@sap-cloud-sdk/core.DestinationAuthToken"},{"id":600,"kind":1024,"name":"expiresIn","url":"interfaces/sap_cloud_sdk_core.DestinationAuthToken#expiresIn","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"@sap-cloud-sdk/core.DestinationAuthToken"},{"id":601,"kind":1024,"name":"error","url":"interfaces/sap_cloud_sdk_core.DestinationAuthToken#error","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"@sap-cloud-sdk/core.DestinationAuthToken"},{"id":602,"kind":1024,"name":"http_header","url":"interfaces/sap_cloud_sdk_core.DestinationAuthToken#http_header","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"@sap-cloud-sdk/core.DestinationAuthToken"},{"id":603,"kind":65536,"name":"__type","url":"interfaces/sap_cloud_sdk_core.DestinationAuthToken#__type","classes":"tsd-kind-type-literal tsd-parent-kind-interface","parent":"@sap-cloud-sdk/core.DestinationAuthToken"},{"id":604,"kind":1024,"name":"key","url":"interfaces/sap_cloud_sdk_core.DestinationAuthToken#__type.key","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"@sap-cloud-sdk/core.DestinationAuthToken.__type"},{"id":605,"kind":1024,"name":"value","url":"interfaces/sap_cloud_sdk_core.DestinationAuthToken#__type.value","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"@sap-cloud-sdk/core.DestinationAuthToken.__type"},{"id":606,"kind":4194304,"name":"DestinationProxyType","url":"modules/sap_cloud_sdk_core#DestinationProxyType","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"@sap-cloud-sdk/core"},{"id":607,"kind":256,"name":"DestinationCertificate","url":"interfaces/sap_cloud_sdk_core.DestinationCertificate","classes":"tsd-kind-interface tsd-parent-kind-module","parent":"@sap-cloud-sdk/core"},{"id":608,"kind":1024,"name":"name","url":"interfaces/sap_cloud_sdk_core.DestinationCertificate#name","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"@sap-cloud-sdk/core.DestinationCertificate"},{"id":609,"kind":1024,"name":"content","url":"interfaces/sap_cloud_sdk_core.DestinationCertificate#content","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"@sap-cloud-sdk/core.DestinationCertificate"},{"id":610,"kind":1024,"name":"type","url":"interfaces/sap_cloud_sdk_core.DestinationCertificate#type","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"@sap-cloud-sdk/core.DestinationCertificate"},{"id":611,"kind":8,"name":"DestinationOrigin","url":"enums/sap_cloud_sdk_core.DestinationOrigin","classes":"tsd-kind-enum tsd-parent-kind-module","parent":"@sap-cloud-sdk/core"},{"id":612,"kind":16,"name":"Subscriber","url":"enums/sap_cloud_sdk_core.DestinationOrigin#Subscriber","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"@sap-cloud-sdk/core.DestinationOrigin"},{"id":613,"kind":16,"name":"Provider","url":"enums/sap_cloud_sdk_core.DestinationOrigin#Provider","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"@sap-cloud-sdk/core.DestinationOrigin"},{"id":614,"kind":256,"name":"DestinationNameAndJwt","url":"interfaces/sap_cloud_sdk_core.DestinationNameAndJwt","classes":"tsd-kind-interface tsd-parent-kind-module","parent":"@sap-cloud-sdk/core"},{"id":615,"kind":1024,"name":"destinationName","url":"interfaces/sap_cloud_sdk_core.DestinationNameAndJwt#destinationName","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"@sap-cloud-sdk/core.DestinationNameAndJwt"},{"id":616,"kind":1024,"name":"jwt","url":"interfaces/sap_cloud_sdk_core.DestinationNameAndJwt#jwt","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"@sap-cloud-sdk/core.DestinationNameAndJwt"},{"id":617,"kind":256,"name":"DestinationCachingOptions","url":"interfaces/sap_cloud_sdk_core.DestinationCachingOptions","classes":"tsd-kind-interface tsd-parent-kind-module","parent":"@sap-cloud-sdk/core"},{"id":618,"kind":1024,"name":"useCache","url":"interfaces/sap_cloud_sdk_core.DestinationCachingOptions#useCache","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"@sap-cloud-sdk/core.DestinationCachingOptions"},{"id":619,"kind":1024,"name":"isolationStrategy","url":"interfaces/sap_cloud_sdk_core.DestinationCachingOptions#isolationStrategy","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"@sap-cloud-sdk/core.DestinationCachingOptions"},{"id":620,"kind":4194304,"name":"DestinationRetrievalOptions","url":"modules/sap_cloud_sdk_core#DestinationRetrievalOptions","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"@sap-cloud-sdk/core"},{"id":621,"kind":4194304,"name":"AuthenticationType","url":"modules/sap_cloud_sdk_core#AuthenticationType","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"@sap-cloud-sdk/core"},{"id":622,"kind":8,"name":"DestinationType","url":"enums/sap_cloud_sdk_core.DestinationType","classes":"tsd-kind-enum tsd-parent-kind-module","parent":"@sap-cloud-sdk/core"},{"id":623,"kind":16,"name":"Instance","url":"enums/sap_cloud_sdk_core.DestinationType#Instance","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"@sap-cloud-sdk/core.DestinationType"},{"id":624,"kind":16,"name":"Subaccount","url":"enums/sap_cloud_sdk_core.DestinationType#Subaccount","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"@sap-cloud-sdk/core.DestinationType"},{"id":625,"kind":32,"name":"destinationServiceCache","url":"modules/sap_cloud_sdk_core#destinationServiceCache","classes":"tsd-kind-variable tsd-parent-kind-module","parent":"@sap-cloud-sdk/core"},{"id":626,"kind":65536,"name":"__type","url":"modules/sap_cloud_sdk_core#destinationServiceCache.__type-7","classes":"tsd-kind-type-literal tsd-parent-kind-variable","parent":"@sap-cloud-sdk/core.destinationServiceCache"},{"id":627,"kind":2048,"name":"retrieveDestinationsFromCache","url":"modules/sap_cloud_sdk_core#destinationServiceCache.__type-7.retrieveDestinationsFromCache","classes":"tsd-kind-method tsd-parent-kind-type-literal","parent":"@sap-cloud-sdk/core.destinationServiceCache.__type"},{"id":628,"kind":2048,"name":"cacheRetrievedDestinations","url":"modules/sap_cloud_sdk_core#destinationServiceCache.__type-7.cacheRetrievedDestinations-1","classes":"tsd-kind-method tsd-parent-kind-type-literal","parent":"@sap-cloud-sdk/core.destinationServiceCache.__type"},{"id":629,"kind":2048,"name":"clear","url":"modules/sap_cloud_sdk_core#destinationServiceCache.__type-7.clear-2","classes":"tsd-kind-method tsd-parent-kind-type-literal","parent":"@sap-cloud-sdk/core.destinationServiceCache.__type"},{"id":630,"kind":2048,"name":"getCacheInstance","url":"modules/sap_cloud_sdk_core#destinationServiceCache.__type-7.getCacheInstance-2","classes":"tsd-kind-method tsd-parent-kind-type-literal","parent":"@sap-cloud-sdk/core.destinationServiceCache.__type"},{"id":631,"kind":64,"name":"getDestinationsFromEnv","url":"modules/sap_cloud_sdk_core#getDestinationsFromEnv","classes":"tsd-kind-function tsd-parent-kind-module","parent":"@sap-cloud-sdk/core"},{"id":632,"kind":64,"name":"getDestinations","url":"modules/sap_cloud_sdk_core#getDestinations","classes":"tsd-kind-function tsd-parent-kind-module","parent":"@sap-cloud-sdk/core"},{"id":633,"kind":64,"name":"getDestinationFromEnvByName","url":"modules/sap_cloud_sdk_core#getDestinationFromEnvByName","classes":"tsd-kind-function tsd-parent-kind-module","parent":"@sap-cloud-sdk/core"},{"id":634,"kind":64,"name":"getDestinationByName","url":"modules/sap_cloud_sdk_core#getDestinationByName","classes":"tsd-kind-function tsd-parent-kind-module","parent":"@sap-cloud-sdk/core"},{"id":635,"kind":64,"name":"sanitizeDestination","url":"modules/sap_cloud_sdk_core#sanitizeDestination","classes":"tsd-kind-function tsd-parent-kind-module","parent":"@sap-cloud-sdk/core"},{"id":636,"kind":64,"name":"parseDestination","url":"modules/sap_cloud_sdk_core#parseDestination","classes":"tsd-kind-function tsd-parent-kind-module","parent":"@sap-cloud-sdk/core"},{"id":637,"kind":64,"name":"noDestinationErrorMessage","url":"modules/sap_cloud_sdk_core#noDestinationErrorMessage","classes":"tsd-kind-function tsd-parent-kind-module","parent":"@sap-cloud-sdk/core"},{"id":638,"kind":256,"name":"DestinationJson","url":"interfaces/sap_cloud_sdk_core.DestinationJson","classes":"tsd-kind-interface tsd-parent-kind-module","parent":"@sap-cloud-sdk/core"},{"id":639,"kind":1024,"name":"destinationConfiguration","url":"interfaces/sap_cloud_sdk_core.DestinationJson#destinationConfiguration","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"@sap-cloud-sdk/core.DestinationJson"},{"id":640,"kind":1024,"name":"authTokens","url":"interfaces/sap_cloud_sdk_core.DestinationJson#authTokens","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"@sap-cloud-sdk/core.DestinationJson"},{"id":641,"kind":1024,"name":"certificates","url":"interfaces/sap_cloud_sdk_core.DestinationJson#certificates","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"@sap-cloud-sdk/core.DestinationJson"},{"id":642,"kind":256,"name":"DestinationConfiguration","url":"interfaces/sap_cloud_sdk_core.DestinationConfiguration","classes":"tsd-kind-interface tsd-parent-kind-module","parent":"@sap-cloud-sdk/core"},{"id":643,"kind":1024,"name":"URL","url":"interfaces/sap_cloud_sdk_core.DestinationConfiguration#URL","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"@sap-cloud-sdk/core.DestinationConfiguration"},{"id":644,"kind":1024,"name":"Name","url":"interfaces/sap_cloud_sdk_core.DestinationConfiguration#Name","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"@sap-cloud-sdk/core.DestinationConfiguration"},{"id":645,"kind":1024,"name":"ProxyType","url":"interfaces/sap_cloud_sdk_core.DestinationConfiguration#ProxyType","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"@sap-cloud-sdk/core.DestinationConfiguration"},{"id":646,"kind":1024,"name":"sap-client","url":"interfaces/sap_cloud_sdk_core.DestinationConfiguration#sap_client","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"@sap-cloud-sdk/core.DestinationConfiguration"},{"id":647,"kind":1024,"name":"User","url":"interfaces/sap_cloud_sdk_core.DestinationConfiguration#User","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"@sap-cloud-sdk/core.DestinationConfiguration"},{"id":648,"kind":1024,"name":"Password","url":"interfaces/sap_cloud_sdk_core.DestinationConfiguration#Password","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"@sap-cloud-sdk/core.DestinationConfiguration"},{"id":649,"kind":1024,"name":"Authentication","url":"interfaces/sap_cloud_sdk_core.DestinationConfiguration#Authentication","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"@sap-cloud-sdk/core.DestinationConfiguration"},{"id":650,"kind":1024,"name":"TrustAll","url":"interfaces/sap_cloud_sdk_core.DestinationConfiguration#TrustAll","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"@sap-cloud-sdk/core.DestinationConfiguration"},{"id":651,"kind":1024,"name":"tokenServiceURL","url":"interfaces/sap_cloud_sdk_core.DestinationConfiguration#tokenServiceURL","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"@sap-cloud-sdk/core.DestinationConfiguration"},{"id":652,"kind":1024,"name":"tokenServiceUsername","url":"interfaces/sap_cloud_sdk_core.DestinationConfiguration#tokenServiceUsername","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"@sap-cloud-sdk/core.DestinationConfiguration"},{"id":653,"kind":1024,"name":"tokenServicePass","url":"interfaces/sap_cloud_sdk_core.DestinationConfiguration#tokenServicePass","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"@sap-cloud-sdk/core.DestinationConfiguration"},{"id":654,"kind":1024,"name":"clientId","url":"interfaces/sap_cloud_sdk_core.DestinationConfiguration#clientId","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"@sap-cloud-sdk/core.DestinationConfiguration"},{"id":655,"kind":1024,"name":"clientSecret","url":"interfaces/sap_cloud_sdk_core.DestinationConfiguration#clientSecret","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"@sap-cloud-sdk/core.DestinationConfiguration"},{"id":656,"kind":1024,"name":"SystemUser","url":"interfaces/sap_cloud_sdk_core.DestinationConfiguration#SystemUser","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"@sap-cloud-sdk/core.DestinationConfiguration"},{"id":657,"kind":1024,"name":"Type","url":"interfaces/sap_cloud_sdk_core.DestinationConfiguration#Type","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"@sap-cloud-sdk/core.DestinationConfiguration"},{"id":658,"kind":64,"name":"useOrFetchDestination","url":"modules/sap_cloud_sdk_core#useOrFetchDestination","classes":"tsd-kind-function tsd-parent-kind-module","parent":"@sap-cloud-sdk/core"},{"id":659,"kind":64,"name":"getDestinationOptions","url":"modules/sap_cloud_sdk_core#getDestinationOptions","classes":"tsd-kind-function tsd-parent-kind-module","parent":"@sap-cloud-sdk/core"},{"id":660,"kind":64,"name":"getDestination","url":"modules/sap_cloud_sdk_core#getDestination","classes":"tsd-kind-function tsd-parent-kind-module","parent":"@sap-cloud-sdk/core"},{"id":661,"kind":4194304,"name":"DestinationOptions","url":"modules/sap_cloud_sdk_core#DestinationOptions","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"@sap-cloud-sdk/core"},{"id":662,"kind":64,"name":"destinationForServiceBinding","url":"modules/sap_cloud_sdk_core#destinationForServiceBinding","classes":"tsd-kind-function tsd-parent-kind-module","parent":"@sap-cloud-sdk/core"},{"id":663,"kind":64,"name":"searchServiceBindingForDestination","url":"modules/sap_cloud_sdk_core#searchServiceBindingForDestination","classes":"tsd-kind-function tsd-parent-kind-module","parent":"@sap-cloud-sdk/core"},{"id":664,"kind":256,"name":"DestinationForServiceBindingsOptions","url":"interfaces/sap_cloud_sdk_core.DestinationForServiceBindingsOptions","classes":"tsd-kind-interface tsd-parent-kind-module","parent":"@sap-cloud-sdk/core"},{"id":665,"kind":2048,"name":"transformationFn","url":"interfaces/sap_cloud_sdk_core.DestinationForServiceBindingsOptions#transformationFn","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"@sap-cloud-sdk/core.DestinationForServiceBindingsOptions"},{"id":666,"kind":256,"name":"ServiceBinding","url":"interfaces/sap_cloud_sdk_core.ServiceBinding","classes":"tsd-kind-interface tsd-parent-kind-module","parent":"@sap-cloud-sdk/core"},{"id":667,"kind":1024,"name":"name","url":"interfaces/sap_cloud_sdk_core.ServiceBinding#name","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"@sap-cloud-sdk/core.ServiceBinding"},{"id":668,"kind":1024,"name":"type","url":"interfaces/sap_cloud_sdk_core.ServiceBinding#type","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"@sap-cloud-sdk/core.ServiceBinding"},{"id":669,"kind":64,"name":"getDestinationFromDestinationService","url":"modules/sap_cloud_sdk_core#getDestinationFromDestinationService","classes":"tsd-kind-function tsd-parent-kind-module","parent":"@sap-cloud-sdk/core"},{"id":670,"kind":64,"name":"getDestinationBasicCredentials","url":"modules/sap_cloud_sdk_core#getDestinationBasicCredentials-1","classes":"tsd-kind-function tsd-parent-kind-module","parent":"@sap-cloud-sdk/core"},{"id":671,"kind":64,"name":"getDestinationServiceCredentials","url":"modules/sap_cloud_sdk_core#getDestinationServiceCredentials-1","classes":"tsd-kind-function tsd-parent-kind-module","parent":"@sap-cloud-sdk/core"},{"id":672,"kind":64,"name":"getDestinationServiceCredentialsList","url":"modules/sap_cloud_sdk_core#getDestinationServiceCredentialsList-1","classes":"tsd-kind-function tsd-parent-kind-module","parent":"@sap-cloud-sdk/core"},{"id":673,"kind":64,"name":"getServiceCredentialsList","url":"modules/sap_cloud_sdk_core#getServiceCredentialsList-1","classes":"tsd-kind-function tsd-parent-kind-module","parent":"@sap-cloud-sdk/core"},{"id":674,"kind":64,"name":"getServiceList","url":"modules/sap_cloud_sdk_core#getServiceList-1","classes":"tsd-kind-function tsd-parent-kind-module","parent":"@sap-cloud-sdk/core"},{"id":675,"kind":64,"name":"getService","url":"modules/sap_cloud_sdk_core#getService","classes":"tsd-kind-function tsd-parent-kind-module","parent":"@sap-cloud-sdk/core"},{"id":676,"kind":64,"name":"getDestinationService","url":"modules/sap_cloud_sdk_core#getDestinationService","classes":"tsd-kind-function tsd-parent-kind-module","parent":"@sap-cloud-sdk/core"},{"id":677,"kind":64,"name":"getVcapService","url":"modules/sap_cloud_sdk_core#getVcapService-1","classes":"tsd-kind-function tsd-parent-kind-module","parent":"@sap-cloud-sdk/core"},{"id":678,"kind":64,"name":"getEnvironmentVariable","url":"modules/sap_cloud_sdk_core#getEnvironmentVariable-1","classes":"tsd-kind-function tsd-parent-kind-module","parent":"@sap-cloud-sdk/core"},{"id":679,"kind":64,"name":"getDestinationServiceUri","url":"modules/sap_cloud_sdk_core#getDestinationServiceUri-1","classes":"tsd-kind-function tsd-parent-kind-module","parent":"@sap-cloud-sdk/core"},{"id":680,"kind":64,"name":"getXsuaaServiceCredentials","url":"modules/sap_cloud_sdk_core#getXsuaaServiceCredentials-1","classes":"tsd-kind-function tsd-parent-kind-module","parent":"@sap-cloud-sdk/core"},{"id":681,"kind":64,"name":"resolveService","url":"modules/sap_cloud_sdk_core#resolveService","classes":"tsd-kind-function tsd-parent-kind-module","parent":"@sap-cloud-sdk/core"},{"id":682,"kind":64,"name":"extractClientCredentials","url":"modules/sap_cloud_sdk_core#extractClientCredentials","classes":"tsd-kind-function tsd-parent-kind-module","parent":"@sap-cloud-sdk/core"},{"id":683,"kind":32,"name":"EnvironmentAccessor","url":"modules/sap_cloud_sdk_core#EnvironmentAccessor","classes":"tsd-kind-variable tsd-parent-kind-module","parent":"@sap-cloud-sdk/core"},{"id":684,"kind":65536,"name":"__type","url":"modules/sap_cloud_sdk_core#EnvironmentAccessor.__type-3","classes":"tsd-kind-type-literal tsd-parent-kind-variable","parent":"@sap-cloud-sdk/core.EnvironmentAccessor"},{"id":685,"kind":1024,"name":"getDestinationBasicCredentials","url":"modules/sap_cloud_sdk_core#EnvironmentAccessor.__type-3.getDestinationBasicCredentials","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"@sap-cloud-sdk/core.EnvironmentAccessor.__type"},{"id":686,"kind":1024,"name":"getDestinationServiceCredentials","url":"modules/sap_cloud_sdk_core#EnvironmentAccessor.__type-3.getDestinationServiceCredentials","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"@sap-cloud-sdk/core.EnvironmentAccessor.__type"},{"id":687,"kind":1024,"name":"getDestinationServiceCredentialsList","url":"modules/sap_cloud_sdk_core#EnvironmentAccessor.__type-3.getDestinationServiceCredentialsList","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"@sap-cloud-sdk/core.EnvironmentAccessor.__type"},{"id":688,"kind":1024,"name":"getServiceCredentialsList","url":"modules/sap_cloud_sdk_core#EnvironmentAccessor.__type-3.getServiceCredentialsList","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"@sap-cloud-sdk/core.EnvironmentAccessor.__type"},{"id":689,"kind":1024,"name":"getServiceList","url":"modules/sap_cloud_sdk_core#EnvironmentAccessor.__type-3.getServiceList","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"@sap-cloud-sdk/core.EnvironmentAccessor.__type"},{"id":690,"kind":1024,"name":"getVcapService","url":"modules/sap_cloud_sdk_core#EnvironmentAccessor.__type-3.getVcapService","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"@sap-cloud-sdk/core.EnvironmentAccessor.__type"},{"id":691,"kind":1024,"name":"getEnvironmentVariable","url":"modules/sap_cloud_sdk_core#EnvironmentAccessor.__type-3.getEnvironmentVariable","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"@sap-cloud-sdk/core.EnvironmentAccessor.__type"},{"id":692,"kind":1024,"name":"getDestinationServiceUri","url":"modules/sap_cloud_sdk_core#EnvironmentAccessor.__type-3.getDestinationServiceUri","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"@sap-cloud-sdk/core.EnvironmentAccessor.__type"},{"id":693,"kind":1024,"name":"getXsuaaServiceCredentials","url":"modules/sap_cloud_sdk_core#EnvironmentAccessor.__type-3.getXsuaaServiceCredentials","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"@sap-cloud-sdk/core.EnvironmentAccessor.__type"},{"id":694,"kind":256,"name":"Service","url":"interfaces/sap_cloud_sdk_core.Service","classes":"tsd-kind-interface tsd-parent-kind-module","parent":"@sap-cloud-sdk/core"},{"id":695,"kind":1024,"name":"name","url":"interfaces/sap_cloud_sdk_core.Service#name","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"@sap-cloud-sdk/core.Service"},{"id":696,"kind":1024,"name":"label","url":"interfaces/sap_cloud_sdk_core.Service#label","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"@sap-cloud-sdk/core.Service"},{"id":697,"kind":1024,"name":"tags","url":"interfaces/sap_cloud_sdk_core.Service#tags","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"@sap-cloud-sdk/core.Service"},{"id":698,"kind":1024,"name":"credentials","url":"interfaces/sap_cloud_sdk_core.Service#credentials","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"@sap-cloud-sdk/core.Service"},{"id":699,"kind":4194304,"name":"ServiceCredentials","url":"modules/sap_cloud_sdk_core#ServiceCredentials","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"@sap-cloud-sdk/core"},{"id":700,"kind":4194304,"name":"DestinationServiceCredentials","url":"modules/sap_cloud_sdk_core#DestinationServiceCredentials","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"@sap-cloud-sdk/core"},{"id":701,"kind":4194304,"name":"XsuaaServiceCredentials","url":"modules/sap_cloud_sdk_core#XsuaaServiceCredentials","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"@sap-cloud-sdk/core"},{"id":702,"kind":256,"name":"ResilienceOptions","url":"interfaces/sap_cloud_sdk_core.ResilienceOptions","classes":"tsd-kind-interface tsd-parent-kind-module","parent":"@sap-cloud-sdk/core"},{"id":703,"kind":1024,"name":"enableCircuitBreaker","url":"interfaces/sap_cloud_sdk_core.ResilienceOptions#enableCircuitBreaker","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"@sap-cloud-sdk/core.ResilienceOptions"},{"id":704,"kind":32,"name":"circuitBreakerDefaultOptions","url":"modules/sap_cloud_sdk_core#circuitBreakerDefaultOptions","classes":"tsd-kind-variable tsd-parent-kind-module","parent":"@sap-cloud-sdk/core"},{"id":705,"kind":65536,"name":"__type","url":"modules/sap_cloud_sdk_core#circuitBreakerDefaultOptions.__type-4","classes":"tsd-kind-type-literal tsd-parent-kind-variable","parent":"@sap-cloud-sdk/core.circuitBreakerDefaultOptions"},{"id":706,"kind":1024,"name":"timeout","url":"modules/sap_cloud_sdk_core#circuitBreakerDefaultOptions.__type-4.timeout","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"@sap-cloud-sdk/core.circuitBreakerDefaultOptions.__type"},{"id":707,"kind":1024,"name":"errorThresholdPercentage","url":"modules/sap_cloud_sdk_core#circuitBreakerDefaultOptions.__type-4.errorThresholdPercentage","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"@sap-cloud-sdk/core.circuitBreakerDefaultOptions.__type"},{"id":708,"kind":1024,"name":"volumeThreshold","url":"modules/sap_cloud_sdk_core#circuitBreakerDefaultOptions.__type-4.volumeThreshold","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"@sap-cloud-sdk/core.circuitBreakerDefaultOptions.__type"},{"id":709,"kind":1024,"name":"resetTimeout","url":"modules/sap_cloud_sdk_core#circuitBreakerDefaultOptions.__type-4.resetTimeout","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"@sap-cloud-sdk/core.circuitBreakerDefaultOptions.__type"},{"id":710,"kind":64,"name":"serviceToken","url":"modules/sap_cloud_sdk_core#serviceToken","classes":"tsd-kind-function tsd-parent-kind-module","parent":"@sap-cloud-sdk/core"},{"id":711,"kind":64,"name":"userApprovedServiceToken","url":"modules/sap_cloud_sdk_core#userApprovedServiceToken","classes":"tsd-kind-function tsd-parent-kind-module","parent":"@sap-cloud-sdk/core"},{"id":712,"kind":64,"name":"jwtBearerToken","url":"modules/sap_cloud_sdk_core#jwtBearerToken","classes":"tsd-kind-function tsd-parent-kind-module","parent":"@sap-cloud-sdk/core"},{"id":713,"kind":64,"name":"fetchVerificationKeys","url":"modules/sap_cloud_sdk_core#fetchVerificationKeys","classes":"tsd-kind-function tsd-parent-kind-module","parent":"@sap-cloud-sdk/core"},{"id":714,"kind":256,"name":"ClientCredentials","url":"interfaces/sap_cloud_sdk_core.ClientCredentials","classes":"tsd-kind-interface tsd-parent-kind-module","parent":"@sap-cloud-sdk/core"},{"id":715,"kind":1024,"name":"username","url":"interfaces/sap_cloud_sdk_core.ClientCredentials#username","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"@sap-cloud-sdk/core.ClientCredentials"},{"id":716,"kind":1024,"name":"password","url":"interfaces/sap_cloud_sdk_core.ClientCredentials#password","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"@sap-cloud-sdk/core.ClientCredentials"},{"id":717,"kind":256,"name":"TokenKey","url":"interfaces/sap_cloud_sdk_core.TokenKey","classes":"tsd-kind-interface tsd-parent-kind-module","parent":"@sap-cloud-sdk/core"},{"id":718,"kind":1024,"name":"keyType","url":"interfaces/sap_cloud_sdk_core.TokenKey#keyType","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"@sap-cloud-sdk/core.TokenKey"},{"id":719,"kind":1024,"name":"algorithm","url":"interfaces/sap_cloud_sdk_core.TokenKey#algorithm","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"@sap-cloud-sdk/core.TokenKey"},{"id":720,"kind":1024,"name":"keyId","url":"interfaces/sap_cloud_sdk_core.TokenKey#keyId","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"@sap-cloud-sdk/core.TokenKey"},{"id":721,"kind":1024,"name":"value","url":"interfaces/sap_cloud_sdk_core.TokenKey#value","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"@sap-cloud-sdk/core.TokenKey"},{"id":722,"kind":1024,"name":"use","url":"interfaces/sap_cloud_sdk_core.TokenKey#use","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"@sap-cloud-sdk/core.TokenKey"},{"id":723,"kind":1024,"name":"publicKeyModulus","url":"interfaces/sap_cloud_sdk_core.TokenKey#publicKeyModulus","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"@sap-cloud-sdk/core.TokenKey"},{"id":724,"kind":1024,"name":"publicKeyExponent","url":"interfaces/sap_cloud_sdk_core.TokenKey#publicKeyExponent","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"@sap-cloud-sdk/core.TokenKey"},{"id":725,"kind":8,"name":"Protocol","url":"enums/sap_cloud_sdk_core.Protocol-1","classes":"tsd-kind-enum tsd-parent-kind-module","parent":"@sap-cloud-sdk/core"},{"id":726,"kind":16,"name":"HTTP","url":"enums/sap_cloud_sdk_core.Protocol-1#HTTP","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"@sap-cloud-sdk/core.Protocol"},{"id":727,"kind":16,"name":"HTTPS","url":"enums/sap_cloud_sdk_core.Protocol-1#HTTPS","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"@sap-cloud-sdk/core.Protocol"},{"id":728,"kind":4,"name":"Protocol","url":"modules/sap_cloud_sdk_core.Protocol","classes":"tsd-kind-namespace tsd-parent-kind-module","parent":"@sap-cloud-sdk/core"},{"id":729,"kind":64,"name":"of","url":"modules/sap_cloud_sdk_core.Protocol#of","classes":"tsd-kind-function tsd-parent-kind-namespace","parent":"@sap-cloud-sdk/core.Protocol"},{"id":730,"kind":64,"name":"addAuthorizationHeader","url":"modules/sap_cloud_sdk_core#addAuthorizationHeader","classes":"tsd-kind-function tsd-parent-kind-module tsd-has-type-parameter","parent":"@sap-cloud-sdk/core"},{"id":731,"kind":64,"name":"getAuthHeaders","url":"modules/sap_cloud_sdk_core#getAuthHeaders","classes":"tsd-kind-function tsd-parent-kind-module","parent":"@sap-cloud-sdk/core"},{"id":732,"kind":64,"name":"buildAndAddAuthorizationHeader","url":"modules/sap_cloud_sdk_core#buildAndAddAuthorizationHeader","classes":"tsd-kind-function tsd-parent-kind-module","parent":"@sap-cloud-sdk/core"},{"id":733,"kind":64,"name":"basicHeader","url":"modules/sap_cloud_sdk_core#basicHeader","classes":"tsd-kind-function tsd-parent-kind-module","parent":"@sap-cloud-sdk/core"},{"id":734,"kind":64,"name":"buildAuthorizationHeaders","url":"modules/sap_cloud_sdk_core#buildAuthorizationHeaders","classes":"tsd-kind-function tsd-parent-kind-module","parent":"@sap-cloud-sdk/core"},{"id":735,"kind":64,"name":"getProtocolOrDefault","url":"modules/sap_cloud_sdk_core#getProtocolOrDefault","classes":"tsd-kind-function tsd-parent-kind-module","parent":"@sap-cloud-sdk/core"},{"id":736,"kind":64,"name":"buildHeadersForDestination","url":"modules/sap_cloud_sdk_core#buildHeadersForDestination","classes":"tsd-kind-function tsd-parent-kind-module","parent":"@sap-cloud-sdk/core"},{"id":737,"kind":64,"name":"toSanitizedHeaderObject","url":"modules/sap_cloud_sdk_core#toSanitizedHeaderObject","classes":"tsd-kind-function tsd-parent-kind-module","parent":"@sap-cloud-sdk/core"},{"id":738,"kind":64,"name":"getHeader","url":"modules/sap_cloud_sdk_core#getHeader","classes":"tsd-kind-function tsd-parent-kind-module","parent":"@sap-cloud-sdk/core"},{"id":739,"kind":64,"name":"getHeaders","url":"modules/sap_cloud_sdk_core#getHeaders","classes":"tsd-kind-function tsd-parent-kind-module","parent":"@sap-cloud-sdk/core"},{"id":740,"kind":64,"name":"getHeaderValue","url":"modules/sap_cloud_sdk_core#getHeaderValue","classes":"tsd-kind-function tsd-parent-kind-module","parent":"@sap-cloud-sdk/core"},{"id":741,"kind":64,"name":"filterNullishValues","url":"modules/sap_cloud_sdk_core#filterNullishValues","classes":"tsd-kind-function tsd-parent-kind-module","parent":"@sap-cloud-sdk/core"},{"id":742,"kind":64,"name":"replaceDuplicateKeys","url":"modules/sap_cloud_sdk_core#replaceDuplicateKeys","classes":"tsd-kind-function tsd-parent-kind-module","parent":"@sap-cloud-sdk/core"},{"id":743,"kind":64,"name":"mergeHeaders","url":"modules/sap_cloud_sdk_core#mergeHeaders","classes":"tsd-kind-function tsd-parent-kind-module","parent":"@sap-cloud-sdk/core"},{"id":744,"kind":64,"name":"buildCsrfHeaders","url":"modules/sap_cloud_sdk_core#buildCsrfHeaders","classes":"tsd-kind-function tsd-parent-kind-module tsd-has-type-parameter","parent":"@sap-cloud-sdk/core"},{"id":745,"kind":64,"name":"buildHttpRequest","url":"modules/sap_cloud_sdk_core#buildHttpRequest","classes":"tsd-kind-function tsd-parent-kind-module","parent":"@sap-cloud-sdk/core"},{"id":746,"kind":64,"name":"addDestinationToRequestConfig","url":"modules/sap_cloud_sdk_core#addDestinationToRequestConfig","classes":"tsd-kind-function tsd-parent-kind-module tsd-has-type-parameter","parent":"@sap-cloud-sdk/core"},{"id":747,"kind":64,"name":"execute","url":"modules/sap_cloud_sdk_core#execute","classes":"tsd-kind-function tsd-parent-kind-module tsd-has-type-parameter","parent":"@sap-cloud-sdk/core"},{"id":748,"kind":64,"name":"buildAxiosRequestConfig","url":"modules/sap_cloud_sdk_core#buildAxiosRequestConfig","classes":"tsd-kind-function tsd-parent-kind-module tsd-has-type-parameter","parent":"@sap-cloud-sdk/core"},{"id":749,"kind":64,"name":"executeHttpRequest","url":"modules/sap_cloud_sdk_core#executeHttpRequest","classes":"tsd-kind-function tsd-parent-kind-module tsd-has-type-parameter","parent":"@sap-cloud-sdk/core"},{"id":750,"kind":64,"name":"getAxiosConfigWithDefaults","url":"modules/sap_cloud_sdk_core#getAxiosConfigWithDefaults","classes":"tsd-kind-function tsd-parent-kind-module","parent":"@sap-cloud-sdk/core"},{"id":751,"kind":64,"name":"getAxiosConfigWithDefaultsWithoutMethod","url":"modules/sap_cloud_sdk_core#getAxiosConfigWithDefaultsWithoutMethod","classes":"tsd-kind-function tsd-parent-kind-module","parent":"@sap-cloud-sdk/core"},{"id":752,"kind":64,"name":"shouldHandleCsrfToken","url":"modules/sap_cloud_sdk_core#shouldHandleCsrfToken","classes":"tsd-kind-function tsd-parent-kind-module","parent":"@sap-cloud-sdk/core"},{"id":753,"kind":256,"name":"DestinationHttpRequestConfig","url":"interfaces/sap_cloud_sdk_core.DestinationHttpRequestConfig","classes":"tsd-kind-interface tsd-parent-kind-module","parent":"@sap-cloud-sdk/core"},{"id":754,"kind":1024,"name":"baseURL","url":"interfaces/sap_cloud_sdk_core.DestinationHttpRequestConfig#baseURL","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"@sap-cloud-sdk/core.DestinationHttpRequestConfig"},{"id":755,"kind":1024,"name":"headers","url":"interfaces/sap_cloud_sdk_core.DestinationHttpRequestConfig#headers","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"@sap-cloud-sdk/core.DestinationHttpRequestConfig"},{"id":756,"kind":1024,"name":"params","url":"interfaces/sap_cloud_sdk_core.DestinationHttpRequestConfig#params","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"@sap-cloud-sdk/core.DestinationHttpRequestConfig"},{"id":757,"kind":1024,"name":"httpAgent","url":"interfaces/sap_cloud_sdk_core.DestinationHttpRequestConfig#httpAgent","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"@sap-cloud-sdk/core.DestinationHttpRequestConfig"},{"id":758,"kind":1024,"name":"httpsAgent","url":"interfaces/sap_cloud_sdk_core.DestinationHttpRequestConfig#httpsAgent","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"@sap-cloud-sdk/core.DestinationHttpRequestConfig"},{"id":759,"kind":4194304,"name":"Method","url":"modules/sap_cloud_sdk_core#Method","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"@sap-cloud-sdk/core"},{"id":760,"kind":8,"name":"HttpMethod","url":"enums/sap_cloud_sdk_core.HttpMethod","classes":"tsd-kind-enum tsd-parent-kind-module","parent":"@sap-cloud-sdk/core"},{"id":761,"kind":16,"name":"GET","url":"enums/sap_cloud_sdk_core.HttpMethod#GET","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"@sap-cloud-sdk/core.HttpMethod"},{"id":762,"kind":16,"name":"DELETE","url":"enums/sap_cloud_sdk_core.HttpMethod#DELETE","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"@sap-cloud-sdk/core.HttpMethod"},{"id":763,"kind":16,"name":"HEAD","url":"enums/sap_cloud_sdk_core.HttpMethod#HEAD","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"@sap-cloud-sdk/core.HttpMethod"},{"id":764,"kind":16,"name":"OPTIONS","url":"enums/sap_cloud_sdk_core.HttpMethod#OPTIONS","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"@sap-cloud-sdk/core.HttpMethod"},{"id":765,"kind":16,"name":"POST","url":"enums/sap_cloud_sdk_core.HttpMethod#POST","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"@sap-cloud-sdk/core.HttpMethod"},{"id":766,"kind":16,"name":"PUT","url":"enums/sap_cloud_sdk_core.HttpMethod#PUT","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"@sap-cloud-sdk/core.HttpMethod"},{"id":767,"kind":16,"name":"PATCH","url":"enums/sap_cloud_sdk_core.HttpMethod#PATCH","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"@sap-cloud-sdk/core.HttpMethod"},{"id":768,"kind":256,"name":"HttpRequestConfig","url":"interfaces/sap_cloud_sdk_core.HttpRequestConfig","classes":"tsd-kind-interface tsd-parent-kind-module","parent":"@sap-cloud-sdk/core"},{"id":769,"kind":1024,"name":"url","url":"interfaces/sap_cloud_sdk_core.HttpRequestConfig#url","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"@sap-cloud-sdk/core.HttpRequestConfig"},{"id":770,"kind":1024,"name":"method","url":"interfaces/sap_cloud_sdk_core.HttpRequestConfig#method","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"@sap-cloud-sdk/core.HttpRequestConfig"},{"id":771,"kind":1024,"name":"data","url":"interfaces/sap_cloud_sdk_core.HttpRequestConfig#data","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"@sap-cloud-sdk/core.HttpRequestConfig"},{"id":772,"kind":1024,"name":"params","url":"interfaces/sap_cloud_sdk_core.HttpRequestConfig#params","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"@sap-cloud-sdk/core.HttpRequestConfig"},{"id":773,"kind":1024,"name":"timeout","url":"interfaces/sap_cloud_sdk_core.HttpRequestConfig#timeout","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"@sap-cloud-sdk/core.HttpRequestConfig"},{"id":774,"kind":1024,"name":"maxContentLength","url":"interfaces/sap_cloud_sdk_core.HttpRequestConfig#maxContentLength","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"@sap-cloud-sdk/core.HttpRequestConfig"},{"id":775,"kind":1024,"name":"headers","url":"interfaces/sap_cloud_sdk_core.HttpRequestConfig#headers","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"@sap-cloud-sdk/core.HttpRequestConfig"},{"id":776,"kind":1024,"name":"proxy","url":"interfaces/sap_cloud_sdk_core.HttpRequestConfig#proxy","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"@sap-cloud-sdk/core.HttpRequestConfig"},{"id":777,"kind":1024,"name":"httpAgent","url":"interfaces/sap_cloud_sdk_core.HttpRequestConfig#httpAgent","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"@sap-cloud-sdk/core.HttpRequestConfig"},{"id":778,"kind":1024,"name":"httpsAgent","url":"interfaces/sap_cloud_sdk_core.HttpRequestConfig#httpsAgent","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"@sap-cloud-sdk/core.HttpRequestConfig"},{"id":779,"kind":4194304,"name":"HttpRequest","url":"modules/sap_cloud_sdk_core#HttpRequest","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"@sap-cloud-sdk/core"},{"id":780,"kind":4194304,"name":"ExecuteHttpRequestFn","url":"modules/sap_cloud_sdk_core#ExecuteHttpRequestFn","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-has-type-parameter","parent":"@sap-cloud-sdk/core"},{"id":781,"kind":65536,"name":"__type","url":"modules/sap_cloud_sdk_core#ExecuteHttpRequestFn.__type-1","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"@sap-cloud-sdk/core.ExecuteHttpRequestFn"},{"id":782,"kind":256,"name":"HttpResponse","url":"interfaces/sap_cloud_sdk_core.HttpResponse","classes":"tsd-kind-interface tsd-parent-kind-module","parent":"@sap-cloud-sdk/core"},{"id":783,"kind":1024,"name":"data","url":"interfaces/sap_cloud_sdk_core.HttpResponse#data","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"@sap-cloud-sdk/core.HttpResponse"},{"id":784,"kind":1024,"name":"status","url":"interfaces/sap_cloud_sdk_core.HttpResponse#status","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"@sap-cloud-sdk/core.HttpResponse"},{"id":785,"kind":1024,"name":"headers","url":"interfaces/sap_cloud_sdk_core.HttpResponse#headers","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"@sap-cloud-sdk/core.HttpResponse"},{"id":786,"kind":1024,"name":"request","url":"interfaces/sap_cloud_sdk_core.HttpResponse#request","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"@sap-cloud-sdk/core.HttpResponse"},{"id":787,"kind":256,"name":"HttpReponse","url":"interfaces/sap_cloud_sdk_core.HttpReponse","classes":"tsd-kind-interface tsd-parent-kind-module","parent":"@sap-cloud-sdk/core"},{"id":788,"kind":1024,"name":"data","url":"interfaces/sap_cloud_sdk_core.HttpReponse#data","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"@sap-cloud-sdk/core.HttpReponse"},{"id":789,"kind":1024,"name":"status","url":"interfaces/sap_cloud_sdk_core.HttpReponse#status","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"@sap-cloud-sdk/core.HttpReponse"},{"id":790,"kind":1024,"name":"headers","url":"interfaces/sap_cloud_sdk_core.HttpReponse#headers","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"@sap-cloud-sdk/core.HttpReponse"},{"id":791,"kind":1024,"name":"request","url":"interfaces/sap_cloud_sdk_core.HttpReponse#request","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"@sap-cloud-sdk/core.HttpReponse"},{"id":792,"kind":256,"name":"HttpRequestOptions","url":"interfaces/sap_cloud_sdk_core.HttpRequestOptions","classes":"tsd-kind-interface tsd-parent-kind-module","parent":"@sap-cloud-sdk/core"},{"id":793,"kind":1024,"name":"fetchCsrfToken","url":"interfaces/sap_cloud_sdk_core.HttpRequestOptions#fetchCsrfToken","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"@sap-cloud-sdk/core.HttpRequestOptions"},{"id":794,"kind":64,"name":"filterCustomRequestConfig","url":"modules/sap_cloud_sdk_core#filterCustomRequestConfig","classes":"tsd-kind-function tsd-parent-kind-module","parent":"@sap-cloud-sdk/core"},{"id":795,"kind":32,"name":"defaultDisallowedKeys","url":"modules/sap_cloud_sdk_core#defaultDisallowedKeys","classes":"tsd-kind-variable tsd-parent-kind-module","parent":"@sap-cloud-sdk/core"},{"id":796,"kind":64,"name":"proxyStrategy","url":"modules/sap_cloud_sdk_core#proxyStrategy","classes":"tsd-kind-function tsd-parent-kind-module","parent":"@sap-cloud-sdk/core"},{"id":797,"kind":64,"name":"parseProxyEnv","url":"modules/sap_cloud_sdk_core#parseProxyEnv","classes":"tsd-kind-function tsd-parent-kind-module","parent":"@sap-cloud-sdk/core"},{"id":798,"kind":64,"name":"addProxyConfigurationInternet","url":"modules/sap_cloud_sdk_core#addProxyConfigurationInternet","classes":"tsd-kind-function tsd-parent-kind-module","parent":"@sap-cloud-sdk/core"},{"id":799,"kind":64,"name":"proxyAgent","url":"modules/sap_cloud_sdk_core#proxyAgent","classes":"tsd-kind-function tsd-parent-kind-module","parent":"@sap-cloud-sdk/core"},{"id":800,"kind":8,"name":"ProxyStrategy","url":"enums/sap_cloud_sdk_core.ProxyStrategy","classes":"tsd-kind-enum tsd-parent-kind-module","parent":"@sap-cloud-sdk/core"},{"id":801,"kind":16,"name":"NO_PROXY","url":"enums/sap_cloud_sdk_core.ProxyStrategy#NO_PROXY","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"@sap-cloud-sdk/core.ProxyStrategy"},{"id":802,"kind":16,"name":"ON_PREMISE_PROXY","url":"enums/sap_cloud_sdk_core.ProxyStrategy#ON_PREMISE_PROXY","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"@sap-cloud-sdk/core.ProxyStrategy"},{"id":803,"kind":16,"name":"INTERNET_PROXY","url":"enums/sap_cloud_sdk_core.ProxyStrategy#INTERNET_PROXY","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"@sap-cloud-sdk/core.ProxyStrategy"},{"id":804,"kind":64,"name":"getAgentConfig","url":"modules/sap_cloud_sdk_core#getAgentConfig","classes":"tsd-kind-function tsd-parent-kind-module","parent":"@sap-cloud-sdk/core"},{"id":805,"kind":64,"name":"getUrlProtocol","url":"modules/sap_cloud_sdk_core#getUrlProtocol","classes":"tsd-kind-function tsd-parent-kind-module","parent":"@sap-cloud-sdk/core"},{"id":806,"kind":64,"name":"urlAndAgent","url":"modules/sap_cloud_sdk_core#urlAndAgent","classes":"tsd-kind-function tsd-parent-kind-module","parent":"@sap-cloud-sdk/core"},{"id":807,"kind":256,"name":"HttpAgentConfig","url":"interfaces/sap_cloud_sdk_core.HttpAgentConfig","classes":"tsd-kind-interface tsd-parent-kind-module","parent":"@sap-cloud-sdk/core"},{"id":808,"kind":1024,"name":"httpAgent","url":"interfaces/sap_cloud_sdk_core.HttpAgentConfig#httpAgent","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"@sap-cloud-sdk/core.HttpAgentConfig"},{"id":809,"kind":256,"name":"HttpsAgentConfig","url":"interfaces/sap_cloud_sdk_core.HttpsAgentConfig","classes":"tsd-kind-interface tsd-parent-kind-module","parent":"@sap-cloud-sdk/core"},{"id":810,"kind":1024,"name":"httpsAgent","url":"interfaces/sap_cloud_sdk_core.HttpsAgentConfig#httpsAgent","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"@sap-cloud-sdk/core.HttpsAgentConfig"},{"id":811,"kind":256,"name":"ResponseDataAccessor","url":"interfaces/sap_cloud_sdk_core.ResponseDataAccessor","classes":"tsd-kind-interface tsd-parent-kind-module","parent":"@sap-cloud-sdk/core"},{"id":812,"kind":2048,"name":"getCollectionResult","url":"interfaces/sap_cloud_sdk_core.ResponseDataAccessor#getCollectionResult","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"@sap-cloud-sdk/core.ResponseDataAccessor"},{"id":813,"kind":2048,"name":"isCollectionResult","url":"interfaces/sap_cloud_sdk_core.ResponseDataAccessor#isCollectionResult","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"@sap-cloud-sdk/core.ResponseDataAccessor"},{"id":814,"kind":2048,"name":"getSingleResult","url":"interfaces/sap_cloud_sdk_core.ResponseDataAccessor#getSingleResult","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"@sap-cloud-sdk/core.ResponseDataAccessor"},{"id":815,"kind":2048,"name":"getLinkedCollectionResult","url":"interfaces/sap_cloud_sdk_core.ResponseDataAccessor#getLinkedCollectionResult","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"@sap-cloud-sdk/core.ResponseDataAccessor"},{"id":816,"kind":4194304,"name":"BatchResponse","url":"modules/sap_cloud_sdk_core#BatchResponse","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"@sap-cloud-sdk/core"},{"id":817,"kind":256,"name":"WriteResponses","url":"interfaces/sap_cloud_sdk_core.WriteResponses","classes":"tsd-kind-interface tsd-parent-kind-module","parent":"@sap-cloud-sdk/core"},{"id":818,"kind":1024,"name":"responses","url":"interfaces/sap_cloud_sdk_core.WriteResponses#responses","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"@sap-cloud-sdk/core.WriteResponses"},{"id":819,"kind":2048,"name":"isSuccess","url":"interfaces/sap_cloud_sdk_core.WriteResponses#isSuccess","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"@sap-cloud-sdk/core.WriteResponses"},{"id":820,"kind":256,"name":"ErrorResponse","url":"interfaces/sap_cloud_sdk_core.ErrorResponse","classes":"tsd-kind-interface tsd-parent-kind-module","parent":"@sap-cloud-sdk/core"},{"id":821,"kind":1024,"name":"httpCode","url":"interfaces/sap_cloud_sdk_core.ErrorResponse#httpCode","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"@sap-cloud-sdk/core.ErrorResponse"},{"id":822,"kind":1024,"name":"body","url":"interfaces/sap_cloud_sdk_core.ErrorResponse#body","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"@sap-cloud-sdk/core.ErrorResponse"},{"id":823,"kind":2048,"name":"isSuccess","url":"interfaces/sap_cloud_sdk_core.ErrorResponse#isSuccess","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"@sap-cloud-sdk/core.ErrorResponse"},{"id":824,"kind":256,"name":"ReadResponse","url":"interfaces/sap_cloud_sdk_core.ReadResponse","classes":"tsd-kind-interface tsd-parent-kind-module","parent":"@sap-cloud-sdk/core"},{"id":825,"kind":1024,"name":"httpCode","url":"interfaces/sap_cloud_sdk_core.ReadResponse#httpCode","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"@sap-cloud-sdk/core.ReadResponse"},{"id":826,"kind":1024,"name":"body","url":"interfaces/sap_cloud_sdk_core.ReadResponse#body","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"@sap-cloud-sdk/core.ReadResponse"},{"id":827,"kind":1024,"name":"type","url":"interfaces/sap_cloud_sdk_core.ReadResponse#type","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"@sap-cloud-sdk/core.ReadResponse"},{"id":828,"kind":2048,"name":"as","url":"interfaces/sap_cloud_sdk_core.ReadResponse#as","classes":"tsd-kind-method tsd-parent-kind-interface tsd-has-type-parameter","parent":"@sap-cloud-sdk/core.ReadResponse"},{"id":829,"kind":2048,"name":"isSuccess","url":"interfaces/sap_cloud_sdk_core.ReadResponse#isSuccess","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"@sap-cloud-sdk/core.ReadResponse"},{"id":830,"kind":256,"name":"WriteResponse","url":"interfaces/sap_cloud_sdk_core.WriteResponse","classes":"tsd-kind-interface tsd-parent-kind-module","parent":"@sap-cloud-sdk/core"},{"id":831,"kind":1024,"name":"httpCode","url":"interfaces/sap_cloud_sdk_core.WriteResponse#httpCode","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"@sap-cloud-sdk/core.WriteResponse"},{"id":832,"kind":1024,"name":"body","url":"interfaces/sap_cloud_sdk_core.WriteResponse#body","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"@sap-cloud-sdk/core.WriteResponse"},{"id":833,"kind":1024,"name":"type","url":"interfaces/sap_cloud_sdk_core.WriteResponse#type","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"@sap-cloud-sdk/core.WriteResponse"},{"id":834,"kind":2048,"name":"as","url":"interfaces/sap_cloud_sdk_core.WriteResponse#as","classes":"tsd-kind-method tsd-parent-kind-interface tsd-has-type-parameter","parent":"@sap-cloud-sdk/core.WriteResponse"},{"id":835,"kind":64,"name":"isEdmType","url":"modules/sap_cloud_sdk_core#isEdmType","classes":"tsd-kind-function tsd-parent-kind-module","parent":"@sap-cloud-sdk/core"},{"id":836,"kind":64,"name":"isOrderableEdmType","url":"modules/sap_cloud_sdk_core#isOrderableEdmType","classes":"tsd-kind-function tsd-parent-kind-module","parent":"@sap-cloud-sdk/core"},{"id":837,"kind":4194304,"name":"EdmTypeCommon","url":"modules/sap_cloud_sdk_core#EdmTypeCommon","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"@sap-cloud-sdk/core"},{"id":838,"kind":4194304,"name":"EdmTypeSameConverters","url":"modules/sap_cloud_sdk_core#EdmTypeSameConverters","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"@sap-cloud-sdk/core"},{"id":839,"kind":4194304,"name":"EdmTypeDifferentConverters","url":"modules/sap_cloud_sdk_core#EdmTypeDifferentConverters","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"@sap-cloud-sdk/core"},{"id":840,"kind":4194304,"name":"ExclusiveEdmTypeV2","url":"modules/sap_cloud_sdk_core#ExclusiveEdmTypeV2","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"@sap-cloud-sdk/core"},{"id":841,"kind":4194304,"name":"ExclusiveEdmTypeV4","url":"modules/sap_cloud_sdk_core#ExclusiveEdmTypeV4","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"@sap-cloud-sdk/core"},{"id":842,"kind":4194304,"name":"EdmTypeShared","url":"modules/sap_cloud_sdk_core#EdmTypeShared","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-has-type-parameter","parent":"@sap-cloud-sdk/core"},{"id":843,"kind":4194304,"name":"EdmTypeSameConvertersUri","url":"modules/sap_cloud_sdk_core#EdmTypeSameConvertersUri","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"@sap-cloud-sdk/core"},{"id":844,"kind":4194304,"name":"OrderableEdmType","url":"modules/sap_cloud_sdk_core#OrderableEdmType","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"@sap-cloud-sdk/core"},{"id":845,"kind":4194304,"name":"ODataVersionOf","url":"modules/sap_cloud_sdk_core#ODataVersionOf","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-has-type-parameter","parent":"@sap-cloud-sdk/core"},{"id":846,"kind":4194304,"name":"EntityBuilderType","url":"modules/sap_cloud_sdk_core#EntityBuilderType","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-has-type-parameter","parent":"@sap-cloud-sdk/core"},{"id":847,"kind":128,"name":"EntityBase","url":"classes/sap_cloud_sdk_core.EntityBase","classes":"tsd-kind-class tsd-parent-kind-module","parent":"@sap-cloud-sdk/core"},{"id":848,"kind":1024,"name":"_serviceName","url":"classes/sap_cloud_sdk_core.EntityBase#_serviceName","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-static","parent":"@sap-cloud-sdk/core.EntityBase"},{"id":849,"kind":1024,"name":"_entityName","url":"classes/sap_cloud_sdk_core.EntityBase#_entityName","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-static","parent":"@sap-cloud-sdk/core.EntityBase"},{"id":850,"kind":1024,"name":"_defaultServicePath","url":"classes/sap_cloud_sdk_core.EntityBase#_defaultServicePath","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-static","parent":"@sap-cloud-sdk/core.EntityBase"},{"id":851,"kind":2048,"name":"entityBuilder","url":"classes/sap_cloud_sdk_core.EntityBase#entityBuilder","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-protected tsd-is-static","parent":"@sap-cloud-sdk/core.EntityBase"},{"id":852,"kind":512,"name":"constructor","url":"classes/sap_cloud_sdk_core.EntityBase#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"@sap-cloud-sdk/core.EntityBase"},{"id":853,"kind":1024,"name":"remoteState","url":"classes/sap_cloud_sdk_core.EntityBase#remoteState","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-protected","parent":"@sap-cloud-sdk/core.EntityBase"},{"id":854,"kind":65536,"name":"__type","url":"classes/sap_cloud_sdk_core.EntityBase#__type","classes":"tsd-kind-type-literal tsd-parent-kind-class","parent":"@sap-cloud-sdk/core.EntityBase"},{"id":855,"kind":1024,"name":"_versionIdentifier","url":"classes/sap_cloud_sdk_core.EntityBase#_versionIdentifier","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-protected","parent":"@sap-cloud-sdk/core.EntityBase"},{"id":856,"kind":1024,"name":"_customFields","url":"classes/sap_cloud_sdk_core.EntityBase#_customFields","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-protected","parent":"@sap-cloud-sdk/core.EntityBase"},{"id":857,"kind":1024,"name":"_oDataVersion","url":"classes/sap_cloud_sdk_core.EntityBase#_oDataVersion","classes":"tsd-kind-property tsd-parent-kind-class","parent":"@sap-cloud-sdk/core.EntityBase"},{"id":858,"kind":262144,"name":"versionIdentifier","url":"classes/sap_cloud_sdk_core.EntityBase#versionIdentifier","classes":"tsd-kind-get-signature tsd-parent-kind-class","parent":"@sap-cloud-sdk/core.EntityBase"},{"id":859,"kind":2048,"name":"getCustomFields","url":"classes/sap_cloud_sdk_core.EntityBase#getCustomFields","classes":"tsd-kind-method tsd-parent-kind-class","parent":"@sap-cloud-sdk/core.EntityBase"},{"id":860,"kind":2048,"name":"getCustomField","url":"classes/sap_cloud_sdk_core.EntityBase#getCustomField","classes":"tsd-kind-method tsd-parent-kind-class","parent":"@sap-cloud-sdk/core.EntityBase"},{"id":861,"kind":2048,"name":"setCustomField","url":"classes/sap_cloud_sdk_core.EntityBase#setCustomField","classes":"tsd-kind-method tsd-parent-kind-class","parent":"@sap-cloud-sdk/core.EntityBase"},{"id":862,"kind":2048,"name":"hasCustomField","url":"classes/sap_cloud_sdk_core.EntityBase#hasCustomField","classes":"tsd-kind-method tsd-parent-kind-class","parent":"@sap-cloud-sdk/core.EntityBase"},{"id":863,"kind":2048,"name":"setCustomFields","url":"classes/sap_cloud_sdk_core.EntityBase#setCustomFields","classes":"tsd-kind-method tsd-parent-kind-class","parent":"@sap-cloud-sdk/core.EntityBase"},{"id":864,"kind":2048,"name":"initializeCustomFields","url":"classes/sap_cloud_sdk_core.EntityBase#initializeCustomFields","classes":"tsd-kind-method tsd-parent-kind-class","parent":"@sap-cloud-sdk/core.EntityBase"},{"id":865,"kind":2048,"name":"setVersionIdentifier","url":"classes/sap_cloud_sdk_core.EntityBase#setVersionIdentifier","classes":"tsd-kind-method tsd-parent-kind-class","parent":"@sap-cloud-sdk/core.EntityBase"},{"id":866,"kind":2048,"name":"setOrInitializeRemoteState","url":"classes/sap_cloud_sdk_core.EntityBase#setOrInitializeRemoteState","classes":"tsd-kind-method tsd-parent-kind-class","parent":"@sap-cloud-sdk/core.EntityBase"},{"id":867,"kind":2048,"name":"getUpdatedCustomFields","url":"classes/sap_cloud_sdk_core.EntityBase#getUpdatedCustomFields","classes":"tsd-kind-method tsd-parent-kind-class","parent":"@sap-cloud-sdk/core.EntityBase"},{"id":868,"kind":2048,"name":"getUpdatedProperties","url":"classes/sap_cloud_sdk_core.EntityBase#getUpdatedProperties","classes":"tsd-kind-method tsd-parent-kind-class","parent":"@sap-cloud-sdk/core.EntityBase"},{"id":869,"kind":2048,"name":"getUpdatedPropertyNames","url":"classes/sap_cloud_sdk_core.EntityBase#getUpdatedPropertyNames","classes":"tsd-kind-method tsd-parent-kind-class","parent":"@sap-cloud-sdk/core.EntityBase"},{"id":870,"kind":2048,"name":"getCurrentMapKeys","url":"classes/sap_cloud_sdk_core.EntityBase#getCurrentMapKeys","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-protected","parent":"@sap-cloud-sdk/core.EntityBase"},{"id":871,"kind":2048,"name":"isVisitedEntity","url":"classes/sap_cloud_sdk_core.EntityBase#isVisitedEntity","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-protected","parent":"@sap-cloud-sdk/core.EntityBase"},{"id":872,"kind":2048,"name":"getCurrentStateForKey","url":"classes/sap_cloud_sdk_core.EntityBase#getCurrentStateForKey","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-protected","parent":"@sap-cloud-sdk/core.EntityBase"},{"id":873,"kind":2048,"name":"isConflictingCustomField","url":"classes/sap_cloud_sdk_core.EntityBase#isConflictingCustomField","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-protected","parent":"@sap-cloud-sdk/core.EntityBase"},{"id":874,"kind":2048,"name":"asObject","url":"classes/sap_cloud_sdk_core.EntityBase#asObject","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-protected","parent":"@sap-cloud-sdk/core.EntityBase"},{"id":875,"kind":64,"name":"isBooleanFilterFunction","url":"modules/sap_cloud_sdk_core#isBooleanFilterFunction","classes":"tsd-kind-function tsd-parent-kind-module tsd-has-type-parameter","parent":"@sap-cloud-sdk/core"},{"id":876,"kind":128,"name":"BooleanFilterFunction","url":"classes/sap_cloud_sdk_core.BooleanFilterFunction","classes":"tsd-kind-class tsd-parent-kind-module tsd-has-type-parameter","parent":"@sap-cloud-sdk/core"},{"id":877,"kind":512,"name":"constructor","url":"classes/sap_cloud_sdk_core.BooleanFilterFunction#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-has-type-parameter tsd-is-overwrite","parent":"@sap-cloud-sdk/core.BooleanFilterFunction"},{"id":878,"kind":1024,"name":"functionName","url":"classes/sap_cloud_sdk_core.BooleanFilterFunction#functionName","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.BooleanFilterFunction"},{"id":879,"kind":1024,"name":"parameters","url":"classes/sap_cloud_sdk_core.BooleanFilterFunction#parameters","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.BooleanFilterFunction"},{"id":880,"kind":1024,"name":"edmType","url":"classes/sap_cloud_sdk_core.BooleanFilterFunction#edmType","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.BooleanFilterFunction"},{"id":881,"kind":2048,"name":"toString","url":"classes/sap_cloud_sdk_core.BooleanFilterFunction#toString","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.BooleanFilterFunction"},{"id":882,"kind":2048,"name":"equals","url":"classes/sap_cloud_sdk_core.BooleanFilterFunction#equals","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.BooleanFilterFunction"},{"id":883,"kind":2048,"name":"notEquals","url":"classes/sap_cloud_sdk_core.BooleanFilterFunction#notEquals","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.BooleanFilterFunction"},{"id":884,"kind":64,"name":"isFilter","url":"modules/sap_cloud_sdk_core#isFilter","classes":"tsd-kind-function tsd-parent-kind-module tsd-has-type-parameter","parent":"@sap-cloud-sdk/core"},{"id":885,"kind":4194304,"name":"FilterOperator","url":"modules/sap_cloud_sdk_core#FilterOperator","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"@sap-cloud-sdk/core"},{"id":886,"kind":4194304,"name":"FilterOperatorByType","url":"modules/sap_cloud_sdk_core#FilterOperatorByType","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-has-type-parameter","parent":"@sap-cloud-sdk/core"},{"id":887,"kind":128,"name":"Filter","url":"classes/sap_cloud_sdk_core.Filter","classes":"tsd-kind-class tsd-parent-kind-module tsd-has-type-parameter","parent":"@sap-cloud-sdk/core"},{"id":888,"kind":512,"name":"constructor","url":"classes/sap_cloud_sdk_core.Filter#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-has-type-parameter","parent":"@sap-cloud-sdk/core.Filter"},{"id":889,"kind":1024,"name":"field","url":"classes/sap_cloud_sdk_core.Filter#field","classes":"tsd-kind-property tsd-parent-kind-class","parent":"@sap-cloud-sdk/core.Filter"},{"id":890,"kind":1024,"name":"operator","url":"classes/sap_cloud_sdk_core.Filter#operator","classes":"tsd-kind-property tsd-parent-kind-class","parent":"@sap-cloud-sdk/core.Filter"},{"id":891,"kind":1024,"name":"value","url":"classes/sap_cloud_sdk_core.Filter#value","classes":"tsd-kind-property tsd-parent-kind-class","parent":"@sap-cloud-sdk/core.Filter"},{"id":892,"kind":1024,"name":"edmType","url":"classes/sap_cloud_sdk_core.Filter#edmType","classes":"tsd-kind-property tsd-parent-kind-class","parent":"@sap-cloud-sdk/core.Filter"},{"id":893,"kind":1024,"name":"_entityConstructor","url":"classes/sap_cloud_sdk_core.Filter#_entityConstructor","classes":"tsd-kind-property tsd-parent-kind-class","parent":"@sap-cloud-sdk/core.Filter"},{"id":894,"kind":1024,"name":"_entity","url":"classes/sap_cloud_sdk_core.Filter#_entity","classes":"tsd-kind-property tsd-parent-kind-class","parent":"@sap-cloud-sdk/core.Filter"},{"id":895,"kind":1024,"name":"_fieldName","url":"classes/sap_cloud_sdk_core.Filter#_fieldName","classes":"tsd-kind-property tsd-parent-kind-class","parent":"@sap-cloud-sdk/core.Filter"},{"id":896,"kind":32,"name":"numberReturnTypeMapping","url":"modules/sap_cloud_sdk_core#numberReturnTypeMapping","classes":"tsd-kind-variable tsd-parent-kind-module","parent":"@sap-cloud-sdk/core"},{"id":897,"kind":4194304,"name":"FilterFunctionReturnType","url":"modules/sap_cloud_sdk_core#FilterFunctionReturnType","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"@sap-cloud-sdk/core"},{"id":898,"kind":64,"name":"endsWith","url":"modules/sap_cloud_sdk_core#endsWith-2","classes":"tsd-kind-function tsd-parent-kind-module tsd-has-type-parameter","parent":"@sap-cloud-sdk/core"},{"id":899,"kind":64,"name":"startsWith","url":"modules/sap_cloud_sdk_core#startsWith-2","classes":"tsd-kind-function tsd-parent-kind-module tsd-has-type-parameter","parent":"@sap-cloud-sdk/core"},{"id":900,"kind":64,"name":"length","url":"modules/sap_cloud_sdk_core#length-2","classes":"tsd-kind-function tsd-parent-kind-module tsd-has-type-parameter","parent":"@sap-cloud-sdk/core"},{"id":901,"kind":64,"name":"indexOf","url":"modules/sap_cloud_sdk_core#indexOf-2","classes":"tsd-kind-function tsd-parent-kind-module tsd-has-type-parameter","parent":"@sap-cloud-sdk/core"},{"id":902,"kind":64,"name":"substring","url":"modules/sap_cloud_sdk_core#substring-2","classes":"tsd-kind-function tsd-parent-kind-module tsd-has-type-parameter","parent":"@sap-cloud-sdk/core"},{"id":903,"kind":64,"name":"toLower","url":"modules/sap_cloud_sdk_core#toLower-2","classes":"tsd-kind-function tsd-parent-kind-module tsd-has-type-parameter","parent":"@sap-cloud-sdk/core"},{"id":904,"kind":64,"name":"toUpper","url":"modules/sap_cloud_sdk_core#toUpper-2","classes":"tsd-kind-function tsd-parent-kind-module tsd-has-type-parameter","parent":"@sap-cloud-sdk/core"},{"id":905,"kind":64,"name":"trim","url":"modules/sap_cloud_sdk_core#trim-2","classes":"tsd-kind-function tsd-parent-kind-module tsd-has-type-parameter","parent":"@sap-cloud-sdk/core"},{"id":906,"kind":64,"name":"concat","url":"modules/sap_cloud_sdk_core#concat-2","classes":"tsd-kind-function tsd-parent-kind-module tsd-has-type-parameter","parent":"@sap-cloud-sdk/core"},{"id":907,"kind":64,"name":"round","url":"modules/sap_cloud_sdk_core#round-2","classes":"tsd-kind-function tsd-parent-kind-module tsd-has-type-parameter","parent":"@sap-cloud-sdk/core"},{"id":908,"kind":64,"name":"floor","url":"modules/sap_cloud_sdk_core#floor-2","classes":"tsd-kind-function tsd-parent-kind-module tsd-has-type-parameter","parent":"@sap-cloud-sdk/core"},{"id":909,"kind":64,"name":"ceiling","url":"modules/sap_cloud_sdk_core#ceiling-2","classes":"tsd-kind-function tsd-parent-kind-module tsd-has-type-parameter","parent":"@sap-cloud-sdk/core"},{"id":910,"kind":64,"name":"day","url":"modules/sap_cloud_sdk_core#day-2","classes":"tsd-kind-function tsd-parent-kind-module tsd-has-type-parameter","parent":"@sap-cloud-sdk/core"},{"id":911,"kind":64,"name":"hour","url":"modules/sap_cloud_sdk_core#hour-2","classes":"tsd-kind-function tsd-parent-kind-module tsd-has-type-parameter","parent":"@sap-cloud-sdk/core"},{"id":912,"kind":64,"name":"minute","url":"modules/sap_cloud_sdk_core#minute-2","classes":"tsd-kind-function tsd-parent-kind-module tsd-has-type-parameter","parent":"@sap-cloud-sdk/core"},{"id":913,"kind":64,"name":"month","url":"modules/sap_cloud_sdk_core#month-2","classes":"tsd-kind-function tsd-parent-kind-module tsd-has-type-parameter","parent":"@sap-cloud-sdk/core"},{"id":914,"kind":64,"name":"second","url":"modules/sap_cloud_sdk_core#second-2","classes":"tsd-kind-function tsd-parent-kind-module tsd-has-type-parameter","parent":"@sap-cloud-sdk/core"},{"id":915,"kind":64,"name":"year","url":"modules/sap_cloud_sdk_core#year-2","classes":"tsd-kind-function tsd-parent-kind-module tsd-has-type-parameter","parent":"@sap-cloud-sdk/core"},{"id":916,"kind":64,"name":"isOf","url":"modules/sap_cloud_sdk_core#isOf-2","classes":"tsd-kind-function tsd-parent-kind-module tsd-has-type-parameter","parent":"@sap-cloud-sdk/core"},{"id":917,"kind":128,"name":"FilterFunction","url":"classes/sap_cloud_sdk_core.FilterFunction","classes":"tsd-kind-class tsd-parent-kind-module tsd-has-type-parameter","parent":"@sap-cloud-sdk/core"},{"id":918,"kind":512,"name":"constructor","url":"classes/sap_cloud_sdk_core.FilterFunction#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-has-type-parameter","parent":"@sap-cloud-sdk/core.FilterFunction"},{"id":919,"kind":1024,"name":"functionName","url":"classes/sap_cloud_sdk_core.FilterFunction#functionName","classes":"tsd-kind-property tsd-parent-kind-class","parent":"@sap-cloud-sdk/core.FilterFunction"},{"id":920,"kind":1024,"name":"parameters","url":"classes/sap_cloud_sdk_core.FilterFunction#parameters","classes":"tsd-kind-property tsd-parent-kind-class","parent":"@sap-cloud-sdk/core.FilterFunction"},{"id":921,"kind":1024,"name":"edmType","url":"classes/sap_cloud_sdk_core.FilterFunction#edmType","classes":"tsd-kind-property tsd-parent-kind-class","parent":"@sap-cloud-sdk/core.FilterFunction"},{"id":922,"kind":2048,"name":"toString","url":"classes/sap_cloud_sdk_core.FilterFunction#toString","classes":"tsd-kind-method tsd-parent-kind-class","parent":"@sap-cloud-sdk/core.FilterFunction"},{"id":923,"kind":2048,"name":"equals","url":"classes/sap_cloud_sdk_core.FilterFunction#equals","classes":"tsd-kind-method tsd-parent-kind-class","parent":"@sap-cloud-sdk/core.FilterFunction"},{"id":924,"kind":2048,"name":"notEquals","url":"classes/sap_cloud_sdk_core.FilterFunction#notEquals","classes":"tsd-kind-method tsd-parent-kind-class","parent":"@sap-cloud-sdk/core.FilterFunction"},{"id":925,"kind":4194304,"name":"FilterFunctionPrimitiveParameterType","url":"modules/sap_cloud_sdk_core#FilterFunctionPrimitiveParameterType","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"@sap-cloud-sdk/core"},{"id":926,"kind":4194304,"name":"FilterFunctionParameterType","url":"modules/sap_cloud_sdk_core#FilterFunctionParameterType","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-has-type-parameter","parent":"@sap-cloud-sdk/core"},{"id":927,"kind":64,"name":"isFilterLink","url":"modules/sap_cloud_sdk_core#isFilterLink","classes":"tsd-kind-function tsd-parent-kind-module tsd-has-type-parameter","parent":"@sap-cloud-sdk/core"},{"id":928,"kind":128,"name":"FilterLink","url":"classes/sap_cloud_sdk_core.FilterLink","classes":"tsd-kind-class tsd-parent-kind-module tsd-has-type-parameter","parent":"@sap-cloud-sdk/core"},{"id":929,"kind":512,"name":"constructor","url":"classes/sap_cloud_sdk_core.FilterLink#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-has-type-parameter","parent":"@sap-cloud-sdk/core.FilterLink"},{"id":930,"kind":1024,"name":"link","url":"classes/sap_cloud_sdk_core.FilterLink#link","classes":"tsd-kind-property tsd-parent-kind-class","parent":"@sap-cloud-sdk/core.FilterLink"},{"id":931,"kind":1024,"name":"filters","url":"classes/sap_cloud_sdk_core.FilterLink#filters","classes":"tsd-kind-property tsd-parent-kind-class","parent":"@sap-cloud-sdk/core.FilterLink"},{"id":932,"kind":1024,"name":"_entityConstructor","url":"classes/sap_cloud_sdk_core.FilterLink#_entityConstructor","classes":"tsd-kind-property tsd-parent-kind-class","parent":"@sap-cloud-sdk/core.FilterLink"},{"id":933,"kind":1024,"name":"_entity","url":"classes/sap_cloud_sdk_core.FilterLink#_entity","classes":"tsd-kind-property tsd-parent-kind-class","parent":"@sap-cloud-sdk/core.FilterLink"},{"id":934,"kind":1024,"name":"_linkedEntityType","url":"classes/sap_cloud_sdk_core.FilterLink#_linkedEntityType","classes":"tsd-kind-property tsd-parent-kind-class","parent":"@sap-cloud-sdk/core.FilterLink"},{"id":935,"kind":64,"name":"isFilterList","url":"modules/sap_cloud_sdk_core#isFilterList","classes":"tsd-kind-function tsd-parent-kind-module tsd-has-type-parameter","parent":"@sap-cloud-sdk/core"},{"id":936,"kind":128,"name":"FilterList","url":"classes/sap_cloud_sdk_core.FilterList","classes":"tsd-kind-class tsd-parent-kind-module tsd-has-type-parameter","parent":"@sap-cloud-sdk/core"},{"id":937,"kind":512,"name":"constructor","url":"classes/sap_cloud_sdk_core.FilterList#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-has-type-parameter","parent":"@sap-cloud-sdk/core.FilterList"},{"id":938,"kind":1024,"name":"andFilters","url":"classes/sap_cloud_sdk_core.FilterList#andFilters","classes":"tsd-kind-property tsd-parent-kind-class","parent":"@sap-cloud-sdk/core.FilterList"},{"id":939,"kind":1024,"name":"orFilters","url":"classes/sap_cloud_sdk_core.FilterList#orFilters","classes":"tsd-kind-property tsd-parent-kind-class","parent":"@sap-cloud-sdk/core.FilterList"},{"id":940,"kind":1024,"name":"_entityConstructor","url":"classes/sap_cloud_sdk_core.FilterList#_entityConstructor","classes":"tsd-kind-property tsd-parent-kind-class","parent":"@sap-cloud-sdk/core.FilterList"},{"id":941,"kind":1024,"name":"_entity","url":"classes/sap_cloud_sdk_core.FilterList#_entity","classes":"tsd-kind-property tsd-parent-kind-class","parent":"@sap-cloud-sdk/core.FilterList"},{"id":942,"kind":2048,"name":"flatten","url":"classes/sap_cloud_sdk_core.FilterList#flatten","classes":"tsd-kind-method tsd-parent-kind-class","parent":"@sap-cloud-sdk/core.FilterList"},{"id":943,"kind":64,"name":"and","url":"modules/sap_cloud_sdk_core#and","classes":"tsd-kind-function tsd-parent-kind-module tsd-has-type-parameter","parent":"@sap-cloud-sdk/core"},{"id":944,"kind":64,"name":"or","url":"modules/sap_cloud_sdk_core#or","classes":"tsd-kind-function tsd-parent-kind-module tsd-has-type-parameter","parent":"@sap-cloud-sdk/core"},{"id":945,"kind":64,"name":"toFilterableList","url":"modules/sap_cloud_sdk_core#toFilterableList","classes":"tsd-kind-function tsd-parent-kind-module tsd-has-type-parameter","parent":"@sap-cloud-sdk/core"},{"id":946,"kind":64,"name":"not","url":"modules/sap_cloud_sdk_core#not","classes":"tsd-kind-function tsd-parent-kind-module tsd-has-type-parameter","parent":"@sap-cloud-sdk/core"},{"id":947,"kind":4194304,"name":"Filterable","url":"modules/sap_cloud_sdk_core#Filterable","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-has-type-parameter","parent":"@sap-cloud-sdk/core"},{"id":948,"kind":128,"name":"NumberFilterFunction","url":"classes/sap_cloud_sdk_core.NumberFilterFunction","classes":"tsd-kind-class tsd-parent-kind-module tsd-has-type-parameter","parent":"@sap-cloud-sdk/core"},{"id":949,"kind":512,"name":"constructor","url":"classes/sap_cloud_sdk_core.NumberFilterFunction#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-has-type-parameter tsd-is-overwrite","parent":"@sap-cloud-sdk/core.NumberFilterFunction"},{"id":950,"kind":2048,"name":"greaterThan","url":"classes/sap_cloud_sdk_core.NumberFilterFunction#greaterThan","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.NumberFilterFunction"},{"id":951,"kind":2048,"name":"greaterOrEqual","url":"classes/sap_cloud_sdk_core.NumberFilterFunction#greaterOrEqual","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.NumberFilterFunction"},{"id":952,"kind":2048,"name":"lessThan","url":"classes/sap_cloud_sdk_core.NumberFilterFunction#lessThan","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.NumberFilterFunction"},{"id":953,"kind":2048,"name":"lessOrEqual","url":"classes/sap_cloud_sdk_core.NumberFilterFunction#lessOrEqual","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.NumberFilterFunction"},{"id":954,"kind":1024,"name":"functionName","url":"classes/sap_cloud_sdk_core.NumberFilterFunction#functionName","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.NumberFilterFunction"},{"id":955,"kind":1024,"name":"parameters","url":"classes/sap_cloud_sdk_core.NumberFilterFunction#parameters","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.NumberFilterFunction"},{"id":956,"kind":1024,"name":"edmType","url":"classes/sap_cloud_sdk_core.NumberFilterFunction#edmType","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.NumberFilterFunction"},{"id":957,"kind":2048,"name":"toString","url":"classes/sap_cloud_sdk_core.NumberFilterFunction#toString","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.NumberFilterFunction"},{"id":958,"kind":2048,"name":"equals","url":"classes/sap_cloud_sdk_core.NumberFilterFunction#equals","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.NumberFilterFunction"},{"id":959,"kind":2048,"name":"notEquals","url":"classes/sap_cloud_sdk_core.NumberFilterFunction#notEquals","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.NumberFilterFunction"},{"id":960,"kind":128,"name":"StringFilterFunction","url":"classes/sap_cloud_sdk_core.StringFilterFunction","classes":"tsd-kind-class tsd-parent-kind-module tsd-has-type-parameter","parent":"@sap-cloud-sdk/core"},{"id":961,"kind":512,"name":"constructor","url":"classes/sap_cloud_sdk_core.StringFilterFunction#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-has-type-parameter tsd-is-overwrite","parent":"@sap-cloud-sdk/core.StringFilterFunction"},{"id":962,"kind":1024,"name":"functionName","url":"classes/sap_cloud_sdk_core.StringFilterFunction#functionName","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.StringFilterFunction"},{"id":963,"kind":1024,"name":"parameters","url":"classes/sap_cloud_sdk_core.StringFilterFunction#parameters","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.StringFilterFunction"},{"id":964,"kind":1024,"name":"edmType","url":"classes/sap_cloud_sdk_core.StringFilterFunction#edmType","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.StringFilterFunction"},{"id":965,"kind":2048,"name":"toString","url":"classes/sap_cloud_sdk_core.StringFilterFunction#toString","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.StringFilterFunction"},{"id":966,"kind":2048,"name":"equals","url":"classes/sap_cloud_sdk_core.StringFilterFunction#equals","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.StringFilterFunction"},{"id":967,"kind":2048,"name":"notEquals","url":"classes/sap_cloud_sdk_core.StringFilterFunction#notEquals","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.StringFilterFunction"},{"id":968,"kind":64,"name":"isFilterLambdaExpression","url":"modules/sap_cloud_sdk_core#isFilterLambdaExpression","classes":"tsd-kind-function tsd-parent-kind-module tsd-has-type-parameter","parent":"@sap-cloud-sdk/core"},{"id":969,"kind":4194304,"name":"FilterLambdaOperator","url":"modules/sap_cloud_sdk_core#FilterLambdaOperator","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"@sap-cloud-sdk/core"},{"id":970,"kind":128,"name":"FilterLambdaExpression","url":"classes/sap_cloud_sdk_core.FilterLambdaExpression","classes":"tsd-kind-class tsd-parent-kind-module tsd-has-type-parameter","parent":"@sap-cloud-sdk/core"},{"id":971,"kind":512,"name":"constructor","url":"classes/sap_cloud_sdk_core.FilterLambdaExpression#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-has-type-parameter","parent":"@sap-cloud-sdk/core.FilterLambdaExpression"},{"id":972,"kind":1024,"name":"filters","url":"classes/sap_cloud_sdk_core.FilterLambdaExpression#filters","classes":"tsd-kind-property tsd-parent-kind-class","parent":"@sap-cloud-sdk/core.FilterLambdaExpression"},{"id":973,"kind":1024,"name":"lambdaOperator","url":"classes/sap_cloud_sdk_core.FilterLambdaExpression#lambdaOperator","classes":"tsd-kind-property tsd-parent-kind-class","parent":"@sap-cloud-sdk/core.FilterLambdaExpression"},{"id":974,"kind":128,"name":"OrderableFilterFunction","url":"classes/sap_cloud_sdk_core.OrderableFilterFunction","classes":"tsd-kind-class tsd-parent-kind-module tsd-has-type-parameter","parent":"@sap-cloud-sdk/core"},{"id":975,"kind":512,"name":"constructor","url":"classes/sap_cloud_sdk_core.OrderableFilterFunction#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-has-type-parameter tsd-is-overwrite","parent":"@sap-cloud-sdk/core.OrderableFilterFunction"},{"id":976,"kind":2048,"name":"greaterThan","url":"classes/sap_cloud_sdk_core.OrderableFilterFunction#greaterThan","classes":"tsd-kind-method tsd-parent-kind-class","parent":"@sap-cloud-sdk/core.OrderableFilterFunction"},{"id":977,"kind":2048,"name":"greaterOrEqual","url":"classes/sap_cloud_sdk_core.OrderableFilterFunction#greaterOrEqual","classes":"tsd-kind-method tsd-parent-kind-class","parent":"@sap-cloud-sdk/core.OrderableFilterFunction"},{"id":978,"kind":2048,"name":"lessThan","url":"classes/sap_cloud_sdk_core.OrderableFilterFunction#lessThan","classes":"tsd-kind-method tsd-parent-kind-class","parent":"@sap-cloud-sdk/core.OrderableFilterFunction"},{"id":979,"kind":2048,"name":"lessOrEqual","url":"classes/sap_cloud_sdk_core.OrderableFilterFunction#lessOrEqual","classes":"tsd-kind-method tsd-parent-kind-class","parent":"@sap-cloud-sdk/core.OrderableFilterFunction"},{"id":980,"kind":1024,"name":"functionName","url":"classes/sap_cloud_sdk_core.OrderableFilterFunction#functionName","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.OrderableFilterFunction"},{"id":981,"kind":1024,"name":"parameters","url":"classes/sap_cloud_sdk_core.OrderableFilterFunction#parameters","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.OrderableFilterFunction"},{"id":982,"kind":1024,"name":"edmType","url":"classes/sap_cloud_sdk_core.OrderableFilterFunction#edmType","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.OrderableFilterFunction"},{"id":983,"kind":2048,"name":"toString","url":"classes/sap_cloud_sdk_core.OrderableFilterFunction#toString","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.OrderableFilterFunction"},{"id":984,"kind":2048,"name":"equals","url":"classes/sap_cloud_sdk_core.OrderableFilterFunction#equals","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.OrderableFilterFunction"},{"id":985,"kind":2048,"name":"notEquals","url":"classes/sap_cloud_sdk_core.OrderableFilterFunction#notEquals","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.OrderableFilterFunction"},{"id":986,"kind":64,"name":"isUnaryFilter","url":"modules/sap_cloud_sdk_core#isUnaryFilter","classes":"tsd-kind-function tsd-parent-kind-module tsd-has-type-parameter","parent":"@sap-cloud-sdk/core"},{"id":987,"kind":128,"name":"UnaryFilter","url":"classes/sap_cloud_sdk_core.UnaryFilter","classes":"tsd-kind-class tsd-parent-kind-module tsd-has-type-parameter","parent":"@sap-cloud-sdk/core"},{"id":988,"kind":512,"name":"constructor","url":"classes/sap_cloud_sdk_core.UnaryFilter#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-has-type-parameter","parent":"@sap-cloud-sdk/core.UnaryFilter"},{"id":989,"kind":1024,"name":"singleOperand","url":"classes/sap_cloud_sdk_core.UnaryFilter#singleOperand","classes":"tsd-kind-property tsd-parent-kind-class","parent":"@sap-cloud-sdk/core.UnaryFilter"},{"id":990,"kind":1024,"name":"operator","url":"classes/sap_cloud_sdk_core.UnaryFilter#operator","classes":"tsd-kind-property tsd-parent-kind-class","parent":"@sap-cloud-sdk/core.UnaryFilter"},{"id":991,"kind":32,"name":"part_content_type_line","url":"modules/sap_cloud_sdk_core#part_content_type_line","classes":"tsd-kind-variable tsd-parent-kind-module","parent":"@sap-cloud-sdk/core"},{"id":992,"kind":32,"name":"content_transfer_encoding_line","url":"modules/sap_cloud_sdk_core#content_transfer_encoding_line","classes":"tsd-kind-variable tsd-parent-kind-module","parent":"@sap-cloud-sdk/core"},{"id":993,"kind":32,"name":"http_version","url":"modules/sap_cloud_sdk_core#http_version","classes":"tsd-kind-variable tsd-parent-kind-module","parent":"@sap-cloud-sdk/core"},{"id":994,"kind":128,"name":"Order","url":"classes/sap_cloud_sdk_core.Order","classes":"tsd-kind-class tsd-parent-kind-module tsd-has-type-parameter","parent":"@sap-cloud-sdk/core"},{"id":995,"kind":512,"name":"constructor","url":"classes/sap_cloud_sdk_core.Order#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-has-type-parameter","parent":"@sap-cloud-sdk/core.Order"},{"id":996,"kind":1024,"name":"_fieldName","url":"classes/sap_cloud_sdk_core.Order#_fieldName","classes":"tsd-kind-property tsd-parent-kind-class","parent":"@sap-cloud-sdk/core.Order"},{"id":997,"kind":1024,"name":"orderType","url":"classes/sap_cloud_sdk_core.Order#orderType","classes":"tsd-kind-property tsd-parent-kind-class","parent":"@sap-cloud-sdk/core.Order"},{"id":998,"kind":1024,"name":"_entityConstructor","url":"classes/sap_cloud_sdk_core.Order#_entityConstructor","classes":"tsd-kind-property tsd-parent-kind-class","parent":"@sap-cloud-sdk/core.Order"},{"id":999,"kind":1024,"name":"_entity","url":"classes/sap_cloud_sdk_core.Order#_entity","classes":"tsd-kind-property tsd-parent-kind-class","parent":"@sap-cloud-sdk/core.Order"},{"id":1000,"kind":128,"name":"OrderLink","url":"classes/sap_cloud_sdk_core.OrderLink","classes":"tsd-kind-class tsd-parent-kind-module tsd-has-type-parameter","parent":"@sap-cloud-sdk/core"},{"id":1001,"kind":512,"name":"constructor","url":"classes/sap_cloud_sdk_core.OrderLink#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-has-type-parameter","parent":"@sap-cloud-sdk/core.OrderLink"},{"id":1002,"kind":1024,"name":"link","url":"classes/sap_cloud_sdk_core.OrderLink#link","classes":"tsd-kind-property tsd-parent-kind-class","parent":"@sap-cloud-sdk/core.OrderLink"},{"id":1003,"kind":1024,"name":"orderBy","url":"classes/sap_cloud_sdk_core.OrderLink#orderBy","classes":"tsd-kind-property tsd-parent-kind-class","parent":"@sap-cloud-sdk/core.OrderLink"},{"id":1004,"kind":1024,"name":"entityType","url":"classes/sap_cloud_sdk_core.OrderLink#entityType","classes":"tsd-kind-property tsd-parent-kind-class","parent":"@sap-cloud-sdk/core.OrderLink"},{"id":1005,"kind":1024,"name":"linkedEntityType","url":"classes/sap_cloud_sdk_core.OrderLink#linkedEntityType","classes":"tsd-kind-property tsd-parent-kind-class","parent":"@sap-cloud-sdk/core.OrderLink"},{"id":1006,"kind":64,"name":"asc","url":"modules/sap_cloud_sdk_core#asc","classes":"tsd-kind-function tsd-parent-kind-module tsd-has-type-parameter","parent":"@sap-cloud-sdk/core"},{"id":1007,"kind":64,"name":"desc","url":"modules/sap_cloud_sdk_core#desc","classes":"tsd-kind-function tsd-parent-kind-module tsd-has-type-parameter","parent":"@sap-cloud-sdk/core"},{"id":1008,"kind":4194304,"name":"Orderable","url":"modules/sap_cloud_sdk_core#Orderable","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-has-type-parameter","parent":"@sap-cloud-sdk/core"},{"id":1009,"kind":4194304,"name":"OrderableInput","url":"modules/sap_cloud_sdk_core#OrderableInput","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-has-type-parameter","parent":"@sap-cloud-sdk/core"},{"id":1010,"kind":128,"name":"FunctionImportParameter","url":"classes/sap_cloud_sdk_core.FunctionImportParameter","classes":"tsd-kind-class tsd-parent-kind-module tsd-has-type-parameter","parent":"@sap-cloud-sdk/core"},{"id":1011,"kind":512,"name":"constructor","url":"classes/sap_cloud_sdk_core.FunctionImportParameter#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-has-type-parameter","parent":"@sap-cloud-sdk/core.FunctionImportParameter"},{"id":1012,"kind":1024,"name":"originalName","url":"classes/sap_cloud_sdk_core.FunctionImportParameter#originalName","classes":"tsd-kind-property tsd-parent-kind-class","parent":"@sap-cloud-sdk/core.FunctionImportParameter"},{"id":1013,"kind":1024,"name":"edmType","url":"classes/sap_cloud_sdk_core.FunctionImportParameter#edmType","classes":"tsd-kind-property tsd-parent-kind-class","parent":"@sap-cloud-sdk/core.FunctionImportParameter"},{"id":1014,"kind":1024,"name":"value","url":"classes/sap_cloud_sdk_core.FunctionImportParameter#value","classes":"tsd-kind-property tsd-parent-kind-class","parent":"@sap-cloud-sdk/core.FunctionImportParameter"},{"id":1015,"kind":4194304,"name":"FunctionImportParameters","url":"modules/sap_cloud_sdk_core#FunctionImportParameters","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-has-type-parameter","parent":"@sap-cloud-sdk/core"},{"id":1016,"kind":128,"name":"ODataRequest","url":"classes/sap_cloud_sdk_core.ODataRequest","classes":"tsd-kind-class tsd-parent-kind-module tsd-has-type-parameter","parent":"@sap-cloud-sdk/core"},{"id":1017,"kind":512,"name":"constructor","url":"classes/sap_cloud_sdk_core.ODataRequest#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-has-type-parameter","parent":"@sap-cloud-sdk/core.ODataRequest"},{"id":1018,"kind":1024,"name":"config","url":"classes/sap_cloud_sdk_core.ODataRequest#config","classes":"tsd-kind-property tsd-parent-kind-class","parent":"@sap-cloud-sdk/core.ODataRequest"},{"id":1019,"kind":262144,"name":"destination","url":"classes/sap_cloud_sdk_core.ODataRequest#destination","classes":"tsd-kind-accessor tsd-parent-kind-class","parent":"@sap-cloud-sdk/core.ODataRequest"},{"id":1020,"kind":2048,"name":"url","url":"classes/sap_cloud_sdk_core.ODataRequest#url","classes":"tsd-kind-method tsd-parent-kind-class","parent":"@sap-cloud-sdk/core.ODataRequest"},{"id":1021,"kind":2048,"name":"relativeUrl","url":"classes/sap_cloud_sdk_core.ODataRequest#relativeUrl","classes":"tsd-kind-method tsd-parent-kind-class","parent":"@sap-cloud-sdk/core.ODataRequest"},{"id":1022,"kind":2048,"name":"needsAuthentication","url":"classes/sap_cloud_sdk_core.ODataRequest#needsAuthentication","classes":"tsd-kind-method tsd-parent-kind-class","parent":"@sap-cloud-sdk/core.ODataRequest"},{"id":1023,"kind":2048,"name":"serviceUrl","url":"classes/sap_cloud_sdk_core.ODataRequest#serviceUrl","classes":"tsd-kind-method tsd-parent-kind-class","parent":"@sap-cloud-sdk/core.ODataRequest"},{"id":1024,"kind":2048,"name":"relativeServiceUrl","url":"classes/sap_cloud_sdk_core.ODataRequest#relativeServiceUrl","classes":"tsd-kind-method tsd-parent-kind-class","parent":"@sap-cloud-sdk/core.ODataRequest"},{"id":1025,"kind":2048,"name":"resourceUrl","url":"classes/sap_cloud_sdk_core.ODataRequest#resourceUrl","classes":"tsd-kind-method tsd-parent-kind-class","parent":"@sap-cloud-sdk/core.ODataRequest"},{"id":1026,"kind":2048,"name":"relativeResourceUrl","url":"classes/sap_cloud_sdk_core.ODataRequest#relativeResourceUrl","classes":"tsd-kind-method tsd-parent-kind-class","parent":"@sap-cloud-sdk/core.ODataRequest"},{"id":1027,"kind":2048,"name":"query","url":"classes/sap_cloud_sdk_core.ODataRequest#query","classes":"tsd-kind-method tsd-parent-kind-class","parent":"@sap-cloud-sdk/core.ODataRequest"},{"id":1028,"kind":2048,"name":"headers","url":"classes/sap_cloud_sdk_core.ODataRequest#headers","classes":"tsd-kind-method tsd-parent-kind-class","parent":"@sap-cloud-sdk/core.ODataRequest"},{"id":1029,"kind":2048,"name":"customHeaders","url":"classes/sap_cloud_sdk_core.ODataRequest#customHeaders","classes":"tsd-kind-method tsd-parent-kind-class","parent":"@sap-cloud-sdk/core.ODataRequest"},{"id":1030,"kind":2048,"name":"defaultHeaders","url":"classes/sap_cloud_sdk_core.ODataRequest#defaultHeaders","classes":"tsd-kind-method tsd-parent-kind-class","parent":"@sap-cloud-sdk/core.ODataRequest"},{"id":1031,"kind":2048,"name":"eTagHeaders","url":"classes/sap_cloud_sdk_core.ODataRequest#eTagHeaders","classes":"tsd-kind-method tsd-parent-kind-class","parent":"@sap-cloud-sdk/core.ODataRequest"},{"id":1032,"kind":2048,"name":"execute","url":"classes/sap_cloud_sdk_core.ODataRequest#execute","classes":"tsd-kind-method tsd-parent-kind-class","parent":"@sap-cloud-sdk/core.ODataRequest"},{"id":1033,"kind":4194304,"name":"RequestMethodType","url":"modules/sap_cloud_sdk_core#RequestMethodType","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"@sap-cloud-sdk/core"},{"id":1034,"kind":64,"name":"isWithETag","url":"modules/sap_cloud_sdk_core#isWithETag","classes":"tsd-kind-function tsd-parent-kind-module","parent":"@sap-cloud-sdk/core"},{"id":1035,"kind":128,"name":"ODataUpdateRequestConfig","url":"classes/sap_cloud_sdk_core.ODataUpdateRequestConfig","classes":"tsd-kind-class tsd-parent-kind-module tsd-has-type-parameter","parent":"@sap-cloud-sdk/core"},{"id":1036,"kind":512,"name":"constructor","url":"classes/sap_cloud_sdk_core.ODataUpdateRequestConfig#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-has-type-parameter tsd-is-overwrite","parent":"@sap-cloud-sdk/core.ODataUpdateRequestConfig"},{"id":1037,"kind":1024,"name":"_entityConstructor","url":"classes/sap_cloud_sdk_core.ODataUpdateRequestConfig#_entityConstructor","classes":"tsd-kind-property tsd-parent-kind-class","parent":"@sap-cloud-sdk/core.ODataUpdateRequestConfig"},{"id":1038,"kind":1024,"name":"keys","url":"classes/sap_cloud_sdk_core.ODataUpdateRequestConfig#keys","classes":"tsd-kind-property tsd-parent-kind-class","parent":"@sap-cloud-sdk/core.ODataUpdateRequestConfig"},{"id":1039,"kind":1024,"name":"eTag","url":"classes/sap_cloud_sdk_core.ODataUpdateRequestConfig#eTag","classes":"tsd-kind-property tsd-parent-kind-class","parent":"@sap-cloud-sdk/core.ODataUpdateRequestConfig"},{"id":1040,"kind":1024,"name":"versionIdentifierIgnored","url":"classes/sap_cloud_sdk_core.ODataUpdateRequestConfig#versionIdentifierIgnored","classes":"tsd-kind-property tsd-parent-kind-class","parent":"@sap-cloud-sdk/core.ODataUpdateRequestConfig"},{"id":1041,"kind":2048,"name":"resourcePath","url":"classes/sap_cloud_sdk_core.ODataUpdateRequestConfig#resourcePath","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"@sap-cloud-sdk/core.ODataUpdateRequestConfig"},{"id":1042,"kind":2048,"name":"queryParameters","url":"classes/sap_cloud_sdk_core.ODataUpdateRequestConfig#queryParameters","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"@sap-cloud-sdk/core.ODataUpdateRequestConfig"},{"id":1043,"kind":2048,"name":"updateWithPut","url":"classes/sap_cloud_sdk_core.ODataUpdateRequestConfig#updateWithPut","classes":"tsd-kind-method tsd-parent-kind-class","parent":"@sap-cloud-sdk/core.ODataUpdateRequestConfig"},{"id":1044,"kind":1024,"name":"method","url":"classes/sap_cloud_sdk_core.ODataUpdateRequestConfig#method","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ODataUpdateRequestConfig"},{"id":1045,"kind":1024,"name":"defaultServicePath","url":"classes/sap_cloud_sdk_core.ODataUpdateRequestConfig#defaultServicePath","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ODataUpdateRequestConfig"},{"id":1046,"kind":1024,"name":"payload","url":"classes/sap_cloud_sdk_core.ODataUpdateRequestConfig#payload","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ODataUpdateRequestConfig"},{"id":1047,"kind":1024,"name":"customServicePath","url":"classes/sap_cloud_sdk_core.ODataUpdateRequestConfig#customServicePath","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ODataUpdateRequestConfig"},{"id":1048,"kind":1024,"name":"defaultHeaders","url":"classes/sap_cloud_sdk_core.ODataUpdateRequestConfig#defaultHeaders","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ODataUpdateRequestConfig"},{"id":1049,"kind":262144,"name":"contentType","url":"classes/sap_cloud_sdk_core.ODataUpdateRequestConfig#contentType","classes":"tsd-kind-get-signature tsd-parent-kind-class","parent":"@sap-cloud-sdk/core.ODataUpdateRequestConfig"},{"id":1050,"kind":262144,"name":"customHeaders","url":"classes/sap_cloud_sdk_core.ODataUpdateRequestConfig#customHeaders","classes":"tsd-kind-accessor tsd-parent-kind-class","parent":"@sap-cloud-sdk/core.ODataUpdateRequestConfig"},{"id":1051,"kind":262144,"name":"customQueryParameters","url":"classes/sap_cloud_sdk_core.ODataUpdateRequestConfig#customQueryParameters","classes":"tsd-kind-accessor tsd-parent-kind-class","parent":"@sap-cloud-sdk/core.ODataUpdateRequestConfig"},{"id":1052,"kind":262144,"name":"customRequestConfiguration","url":"classes/sap_cloud_sdk_core.ODataUpdateRequestConfig#customRequestConfiguration","classes":"tsd-kind-accessor tsd-parent-kind-class","parent":"@sap-cloud-sdk/core.ODataUpdateRequestConfig"},{"id":1053,"kind":262144,"name":"appendedPaths","url":"classes/sap_cloud_sdk_core.ODataUpdateRequestConfig#appendedPaths","classes":"tsd-kind-get-signature tsd-parent-kind-class","parent":"@sap-cloud-sdk/core.ODataUpdateRequestConfig"},{"id":1054,"kind":262144,"name":"fetchCsrfToken","url":"classes/sap_cloud_sdk_core.ODataUpdateRequestConfig#fetchCsrfToken","classes":"tsd-kind-accessor tsd-parent-kind-class","parent":"@sap-cloud-sdk/core.ODataUpdateRequestConfig"},{"id":1055,"kind":2048,"name":"addCustomHeaders","url":"classes/sap_cloud_sdk_core.ODataUpdateRequestConfig#addCustomHeaders","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ODataUpdateRequestConfig"},{"id":1056,"kind":2048,"name":"addCustomQueryParameters","url":"classes/sap_cloud_sdk_core.ODataUpdateRequestConfig#addCustomQueryParameters","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ODataUpdateRequestConfig"},{"id":1057,"kind":2048,"name":"addCustomRequestConfiguration","url":"classes/sap_cloud_sdk_core.ODataUpdateRequestConfig#addCustomRequestConfiguration","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ODataUpdateRequestConfig"},{"id":1058,"kind":2048,"name":"appendPath","url":"classes/sap_cloud_sdk_core.ODataUpdateRequestConfig#appendPath","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ODataUpdateRequestConfig"},{"id":1059,"kind":2048,"name":"prependDollarToQueryParameters","url":"classes/sap_cloud_sdk_core.ODataUpdateRequestConfig#prependDollarToQueryParameters","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"@sap-cloud-sdk/core.ODataUpdateRequestConfig"},{"id":1060,"kind":128,"name":"ODataGetAllRequestConfig","url":"classes/sap_cloud_sdk_core.ODataGetAllRequestConfig","classes":"tsd-kind-class tsd-parent-kind-module tsd-has-type-parameter","parent":"@sap-cloud-sdk/core"},{"id":1061,"kind":512,"name":"constructor","url":"classes/sap_cloud_sdk_core.ODataGetAllRequestConfig#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-has-type-parameter tsd-is-overwrite","parent":"@sap-cloud-sdk/core.ODataGetAllRequestConfig"},{"id":1062,"kind":1024,"name":"entityConstructor","url":"classes/sap_cloud_sdk_core.ODataGetAllRequestConfig#entityConstructor","classes":"tsd-kind-property tsd-parent-kind-class","parent":"@sap-cloud-sdk/core.ODataGetAllRequestConfig"},{"id":1063,"kind":1024,"name":"top","url":"classes/sap_cloud_sdk_core.ODataGetAllRequestConfig#top","classes":"tsd-kind-property tsd-parent-kind-class","parent":"@sap-cloud-sdk/core.ODataGetAllRequestConfig"},{"id":1064,"kind":1024,"name":"skip","url":"classes/sap_cloud_sdk_core.ODataGetAllRequestConfig#skip","classes":"tsd-kind-property tsd-parent-kind-class","parent":"@sap-cloud-sdk/core.ODataGetAllRequestConfig"},{"id":1065,"kind":1024,"name":"filter","url":"classes/sap_cloud_sdk_core.ODataGetAllRequestConfig#filter","classes":"tsd-kind-property tsd-parent-kind-class","parent":"@sap-cloud-sdk/core.ODataGetAllRequestConfig"},{"id":1066,"kind":1024,"name":"orderBy","url":"classes/sap_cloud_sdk_core.ODataGetAllRequestConfig#orderBy","classes":"tsd-kind-property tsd-parent-kind-class","parent":"@sap-cloud-sdk/core.ODataGetAllRequestConfig"},{"id":1067,"kind":1024,"name":"selects","url":"classes/sap_cloud_sdk_core.ODataGetAllRequestConfig#selects","classes":"tsd-kind-property tsd-parent-kind-class","parent":"@sap-cloud-sdk/core.ODataGetAllRequestConfig"},{"id":1068,"kind":1024,"name":"expands","url":"classes/sap_cloud_sdk_core.ODataGetAllRequestConfig#expands","classes":"tsd-kind-property tsd-parent-kind-class","parent":"@sap-cloud-sdk/core.ODataGetAllRequestConfig"},{"id":1069,"kind":2048,"name":"resourcePath","url":"classes/sap_cloud_sdk_core.ODataGetAllRequestConfig#resourcePath","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"@sap-cloud-sdk/core.ODataGetAllRequestConfig"},{"id":1070,"kind":2048,"name":"queryParameters","url":"classes/sap_cloud_sdk_core.ODataGetAllRequestConfig#queryParameters","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"@sap-cloud-sdk/core.ODataGetAllRequestConfig"},{"id":1071,"kind":1024,"name":"method","url":"classes/sap_cloud_sdk_core.ODataGetAllRequestConfig#method","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ODataGetAllRequestConfig"},{"id":1072,"kind":1024,"name":"defaultServicePath","url":"classes/sap_cloud_sdk_core.ODataGetAllRequestConfig#defaultServicePath","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ODataGetAllRequestConfig"},{"id":1073,"kind":1024,"name":"payload","url":"classes/sap_cloud_sdk_core.ODataGetAllRequestConfig#payload","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ODataGetAllRequestConfig"},{"id":1074,"kind":1024,"name":"customServicePath","url":"classes/sap_cloud_sdk_core.ODataGetAllRequestConfig#customServicePath","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ODataGetAllRequestConfig"},{"id":1075,"kind":1024,"name":"defaultHeaders","url":"classes/sap_cloud_sdk_core.ODataGetAllRequestConfig#defaultHeaders","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ODataGetAllRequestConfig"},{"id":1076,"kind":262144,"name":"contentType","url":"classes/sap_cloud_sdk_core.ODataGetAllRequestConfig#contentType","classes":"tsd-kind-get-signature tsd-parent-kind-class","parent":"@sap-cloud-sdk/core.ODataGetAllRequestConfig"},{"id":1077,"kind":262144,"name":"customHeaders","url":"classes/sap_cloud_sdk_core.ODataGetAllRequestConfig#customHeaders","classes":"tsd-kind-accessor tsd-parent-kind-class","parent":"@sap-cloud-sdk/core.ODataGetAllRequestConfig"},{"id":1078,"kind":262144,"name":"customQueryParameters","url":"classes/sap_cloud_sdk_core.ODataGetAllRequestConfig#customQueryParameters","classes":"tsd-kind-accessor tsd-parent-kind-class","parent":"@sap-cloud-sdk/core.ODataGetAllRequestConfig"},{"id":1079,"kind":262144,"name":"customRequestConfiguration","url":"classes/sap_cloud_sdk_core.ODataGetAllRequestConfig#customRequestConfiguration","classes":"tsd-kind-accessor tsd-parent-kind-class","parent":"@sap-cloud-sdk/core.ODataGetAllRequestConfig"},{"id":1080,"kind":262144,"name":"appendedPaths","url":"classes/sap_cloud_sdk_core.ODataGetAllRequestConfig#appendedPaths","classes":"tsd-kind-get-signature tsd-parent-kind-class","parent":"@sap-cloud-sdk/core.ODataGetAllRequestConfig"},{"id":1081,"kind":262144,"name":"fetchCsrfToken","url":"classes/sap_cloud_sdk_core.ODataGetAllRequestConfig#fetchCsrfToken","classes":"tsd-kind-accessor tsd-parent-kind-class","parent":"@sap-cloud-sdk/core.ODataGetAllRequestConfig"},{"id":1082,"kind":2048,"name":"addCustomHeaders","url":"classes/sap_cloud_sdk_core.ODataGetAllRequestConfig#addCustomHeaders","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ODataGetAllRequestConfig"},{"id":1083,"kind":2048,"name":"addCustomQueryParameters","url":"classes/sap_cloud_sdk_core.ODataGetAllRequestConfig#addCustomQueryParameters","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ODataGetAllRequestConfig"},{"id":1084,"kind":2048,"name":"addCustomRequestConfiguration","url":"classes/sap_cloud_sdk_core.ODataGetAllRequestConfig#addCustomRequestConfiguration","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ODataGetAllRequestConfig"},{"id":1085,"kind":2048,"name":"appendPath","url":"classes/sap_cloud_sdk_core.ODataGetAllRequestConfig#appendPath","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ODataGetAllRequestConfig"},{"id":1086,"kind":2048,"name":"prependDollarToQueryParameters","url":"classes/sap_cloud_sdk_core.ODataGetAllRequestConfig#prependDollarToQueryParameters","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"@sap-cloud-sdk/core.ODataGetAllRequestConfig"},{"id":1087,"kind":128,"name":"ODataGetByKeyRequestConfig","url":"classes/sap_cloud_sdk_core.ODataGetByKeyRequestConfig","classes":"tsd-kind-class tsd-parent-kind-module tsd-has-type-parameter","parent":"@sap-cloud-sdk/core"},{"id":1088,"kind":512,"name":"constructor","url":"classes/sap_cloud_sdk_core.ODataGetByKeyRequestConfig#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-has-type-parameter tsd-is-overwrite","parent":"@sap-cloud-sdk/core.ODataGetByKeyRequestConfig"},{"id":1089,"kind":1024,"name":"entityConstructor","url":"classes/sap_cloud_sdk_core.ODataGetByKeyRequestConfig#entityConstructor","classes":"tsd-kind-property tsd-parent-kind-class","parent":"@sap-cloud-sdk/core.ODataGetByKeyRequestConfig"},{"id":1090,"kind":1024,"name":"keys","url":"classes/sap_cloud_sdk_core.ODataGetByKeyRequestConfig#keys","classes":"tsd-kind-property tsd-parent-kind-class","parent":"@sap-cloud-sdk/core.ODataGetByKeyRequestConfig"},{"id":1091,"kind":1024,"name":"selects","url":"classes/sap_cloud_sdk_core.ODataGetByKeyRequestConfig#selects","classes":"tsd-kind-property tsd-parent-kind-class","parent":"@sap-cloud-sdk/core.ODataGetByKeyRequestConfig"},{"id":1092,"kind":1024,"name":"expands","url":"classes/sap_cloud_sdk_core.ODataGetByKeyRequestConfig#expands","classes":"tsd-kind-property tsd-parent-kind-class","parent":"@sap-cloud-sdk/core.ODataGetByKeyRequestConfig"},{"id":1093,"kind":2048,"name":"resourcePath","url":"classes/sap_cloud_sdk_core.ODataGetByKeyRequestConfig#resourcePath","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"@sap-cloud-sdk/core.ODataGetByKeyRequestConfig"},{"id":1094,"kind":2048,"name":"queryParameters","url":"classes/sap_cloud_sdk_core.ODataGetByKeyRequestConfig#queryParameters","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"@sap-cloud-sdk/core.ODataGetByKeyRequestConfig"},{"id":1095,"kind":1024,"name":"method","url":"classes/sap_cloud_sdk_core.ODataGetByKeyRequestConfig#method","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ODataGetByKeyRequestConfig"},{"id":1096,"kind":1024,"name":"defaultServicePath","url":"classes/sap_cloud_sdk_core.ODataGetByKeyRequestConfig#defaultServicePath","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ODataGetByKeyRequestConfig"},{"id":1097,"kind":1024,"name":"payload","url":"classes/sap_cloud_sdk_core.ODataGetByKeyRequestConfig#payload","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ODataGetByKeyRequestConfig"},{"id":1098,"kind":1024,"name":"customServicePath","url":"classes/sap_cloud_sdk_core.ODataGetByKeyRequestConfig#customServicePath","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ODataGetByKeyRequestConfig"},{"id":1099,"kind":1024,"name":"defaultHeaders","url":"classes/sap_cloud_sdk_core.ODataGetByKeyRequestConfig#defaultHeaders","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ODataGetByKeyRequestConfig"},{"id":1100,"kind":262144,"name":"contentType","url":"classes/sap_cloud_sdk_core.ODataGetByKeyRequestConfig#contentType","classes":"tsd-kind-get-signature tsd-parent-kind-class","parent":"@sap-cloud-sdk/core.ODataGetByKeyRequestConfig"},{"id":1101,"kind":262144,"name":"customHeaders","url":"classes/sap_cloud_sdk_core.ODataGetByKeyRequestConfig#customHeaders","classes":"tsd-kind-accessor tsd-parent-kind-class","parent":"@sap-cloud-sdk/core.ODataGetByKeyRequestConfig"},{"id":1102,"kind":262144,"name":"customQueryParameters","url":"classes/sap_cloud_sdk_core.ODataGetByKeyRequestConfig#customQueryParameters","classes":"tsd-kind-accessor tsd-parent-kind-class","parent":"@sap-cloud-sdk/core.ODataGetByKeyRequestConfig"},{"id":1103,"kind":262144,"name":"customRequestConfiguration","url":"classes/sap_cloud_sdk_core.ODataGetByKeyRequestConfig#customRequestConfiguration","classes":"tsd-kind-accessor tsd-parent-kind-class","parent":"@sap-cloud-sdk/core.ODataGetByKeyRequestConfig"},{"id":1104,"kind":262144,"name":"appendedPaths","url":"classes/sap_cloud_sdk_core.ODataGetByKeyRequestConfig#appendedPaths","classes":"tsd-kind-get-signature tsd-parent-kind-class","parent":"@sap-cloud-sdk/core.ODataGetByKeyRequestConfig"},{"id":1105,"kind":262144,"name":"fetchCsrfToken","url":"classes/sap_cloud_sdk_core.ODataGetByKeyRequestConfig#fetchCsrfToken","classes":"tsd-kind-accessor tsd-parent-kind-class","parent":"@sap-cloud-sdk/core.ODataGetByKeyRequestConfig"},{"id":1106,"kind":2048,"name":"addCustomHeaders","url":"classes/sap_cloud_sdk_core.ODataGetByKeyRequestConfig#addCustomHeaders","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ODataGetByKeyRequestConfig"},{"id":1107,"kind":2048,"name":"addCustomQueryParameters","url":"classes/sap_cloud_sdk_core.ODataGetByKeyRequestConfig#addCustomQueryParameters","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ODataGetByKeyRequestConfig"},{"id":1108,"kind":2048,"name":"addCustomRequestConfiguration","url":"classes/sap_cloud_sdk_core.ODataGetByKeyRequestConfig#addCustomRequestConfiguration","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ODataGetByKeyRequestConfig"},{"id":1109,"kind":2048,"name":"appendPath","url":"classes/sap_cloud_sdk_core.ODataGetByKeyRequestConfig#appendPath","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ODataGetByKeyRequestConfig"},{"id":1110,"kind":2048,"name":"prependDollarToQueryParameters","url":"classes/sap_cloud_sdk_core.ODataGetByKeyRequestConfig#prependDollarToQueryParameters","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"@sap-cloud-sdk/core.ODataGetByKeyRequestConfig"},{"id":1111,"kind":128,"name":"ODataDeleteRequestConfig","url":"classes/sap_cloud_sdk_core.ODataDeleteRequestConfig","classes":"tsd-kind-class tsd-parent-kind-module tsd-has-type-parameter","parent":"@sap-cloud-sdk/core"},{"id":1112,"kind":512,"name":"constructor","url":"classes/sap_cloud_sdk_core.ODataDeleteRequestConfig#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-has-type-parameter tsd-is-overwrite","parent":"@sap-cloud-sdk/core.ODataDeleteRequestConfig"},{"id":1113,"kind":1024,"name":"entityConstructor","url":"classes/sap_cloud_sdk_core.ODataDeleteRequestConfig#entityConstructor","classes":"tsd-kind-property tsd-parent-kind-class","parent":"@sap-cloud-sdk/core.ODataDeleteRequestConfig"},{"id":1114,"kind":1024,"name":"keys","url":"classes/sap_cloud_sdk_core.ODataDeleteRequestConfig#keys","classes":"tsd-kind-property tsd-parent-kind-class","parent":"@sap-cloud-sdk/core.ODataDeleteRequestConfig"},{"id":1115,"kind":1024,"name":"eTag","url":"classes/sap_cloud_sdk_core.ODataDeleteRequestConfig#eTag","classes":"tsd-kind-property tsd-parent-kind-class","parent":"@sap-cloud-sdk/core.ODataDeleteRequestConfig"},{"id":1116,"kind":1024,"name":"versionIdentifierIgnored","url":"classes/sap_cloud_sdk_core.ODataDeleteRequestConfig#versionIdentifierIgnored","classes":"tsd-kind-property tsd-parent-kind-class","parent":"@sap-cloud-sdk/core.ODataDeleteRequestConfig"},{"id":1117,"kind":2048,"name":"resourcePath","url":"classes/sap_cloud_sdk_core.ODataDeleteRequestConfig#resourcePath","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"@sap-cloud-sdk/core.ODataDeleteRequestConfig"},{"id":1118,"kind":2048,"name":"queryParameters","url":"classes/sap_cloud_sdk_core.ODataDeleteRequestConfig#queryParameters","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"@sap-cloud-sdk/core.ODataDeleteRequestConfig"},{"id":1119,"kind":1024,"name":"method","url":"classes/sap_cloud_sdk_core.ODataDeleteRequestConfig#method","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ODataDeleteRequestConfig"},{"id":1120,"kind":1024,"name":"defaultServicePath","url":"classes/sap_cloud_sdk_core.ODataDeleteRequestConfig#defaultServicePath","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ODataDeleteRequestConfig"},{"id":1121,"kind":1024,"name":"payload","url":"classes/sap_cloud_sdk_core.ODataDeleteRequestConfig#payload","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ODataDeleteRequestConfig"},{"id":1122,"kind":1024,"name":"customServicePath","url":"classes/sap_cloud_sdk_core.ODataDeleteRequestConfig#customServicePath","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ODataDeleteRequestConfig"},{"id":1123,"kind":1024,"name":"defaultHeaders","url":"classes/sap_cloud_sdk_core.ODataDeleteRequestConfig#defaultHeaders","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ODataDeleteRequestConfig"},{"id":1124,"kind":262144,"name":"contentType","url":"classes/sap_cloud_sdk_core.ODataDeleteRequestConfig#contentType","classes":"tsd-kind-get-signature tsd-parent-kind-class","parent":"@sap-cloud-sdk/core.ODataDeleteRequestConfig"},{"id":1125,"kind":262144,"name":"customHeaders","url":"classes/sap_cloud_sdk_core.ODataDeleteRequestConfig#customHeaders","classes":"tsd-kind-accessor tsd-parent-kind-class","parent":"@sap-cloud-sdk/core.ODataDeleteRequestConfig"},{"id":1126,"kind":262144,"name":"customQueryParameters","url":"classes/sap_cloud_sdk_core.ODataDeleteRequestConfig#customQueryParameters","classes":"tsd-kind-accessor tsd-parent-kind-class","parent":"@sap-cloud-sdk/core.ODataDeleteRequestConfig"},{"id":1127,"kind":262144,"name":"customRequestConfiguration","url":"classes/sap_cloud_sdk_core.ODataDeleteRequestConfig#customRequestConfiguration","classes":"tsd-kind-accessor tsd-parent-kind-class","parent":"@sap-cloud-sdk/core.ODataDeleteRequestConfig"},{"id":1128,"kind":262144,"name":"appendedPaths","url":"classes/sap_cloud_sdk_core.ODataDeleteRequestConfig#appendedPaths","classes":"tsd-kind-get-signature tsd-parent-kind-class","parent":"@sap-cloud-sdk/core.ODataDeleteRequestConfig"},{"id":1129,"kind":262144,"name":"fetchCsrfToken","url":"classes/sap_cloud_sdk_core.ODataDeleteRequestConfig#fetchCsrfToken","classes":"tsd-kind-accessor tsd-parent-kind-class","parent":"@sap-cloud-sdk/core.ODataDeleteRequestConfig"},{"id":1130,"kind":2048,"name":"addCustomHeaders","url":"classes/sap_cloud_sdk_core.ODataDeleteRequestConfig#addCustomHeaders","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ODataDeleteRequestConfig"},{"id":1131,"kind":2048,"name":"addCustomQueryParameters","url":"classes/sap_cloud_sdk_core.ODataDeleteRequestConfig#addCustomQueryParameters","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ODataDeleteRequestConfig"},{"id":1132,"kind":2048,"name":"addCustomRequestConfiguration","url":"classes/sap_cloud_sdk_core.ODataDeleteRequestConfig#addCustomRequestConfiguration","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ODataDeleteRequestConfig"},{"id":1133,"kind":2048,"name":"appendPath","url":"classes/sap_cloud_sdk_core.ODataDeleteRequestConfig#appendPath","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ODataDeleteRequestConfig"},{"id":1134,"kind":2048,"name":"prependDollarToQueryParameters","url":"classes/sap_cloud_sdk_core.ODataDeleteRequestConfig#prependDollarToQueryParameters","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"@sap-cloud-sdk/core.ODataDeleteRequestConfig"},{"id":1135,"kind":128,"name":"ODataCreateRequestConfig","url":"classes/sap_cloud_sdk_core.ODataCreateRequestConfig","classes":"tsd-kind-class tsd-parent-kind-module tsd-has-type-parameter","parent":"@sap-cloud-sdk/core"},{"id":1136,"kind":512,"name":"constructor","url":"classes/sap_cloud_sdk_core.ODataCreateRequestConfig#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-has-type-parameter tsd-is-overwrite","parent":"@sap-cloud-sdk/core.ODataCreateRequestConfig"},{"id":1137,"kind":1024,"name":"_entityConstructor","url":"classes/sap_cloud_sdk_core.ODataCreateRequestConfig#_entityConstructor","classes":"tsd-kind-property tsd-parent-kind-class","parent":"@sap-cloud-sdk/core.ODataCreateRequestConfig"},{"id":1138,"kind":1024,"name":"parentKeys","url":"classes/sap_cloud_sdk_core.ODataCreateRequestConfig#parentKeys","classes":"tsd-kind-property tsd-parent-kind-class","parent":"@sap-cloud-sdk/core.ODataCreateRequestConfig"},{"id":1139,"kind":1024,"name":"childField","url":"classes/sap_cloud_sdk_core.ODataCreateRequestConfig#childField","classes":"tsd-kind-property tsd-parent-kind-class","parent":"@sap-cloud-sdk/core.ODataCreateRequestConfig"},{"id":1140,"kind":2048,"name":"resourcePath","url":"classes/sap_cloud_sdk_core.ODataCreateRequestConfig#resourcePath","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"@sap-cloud-sdk/core.ODataCreateRequestConfig"},{"id":1141,"kind":2048,"name":"queryParameters","url":"classes/sap_cloud_sdk_core.ODataCreateRequestConfig#queryParameters","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"@sap-cloud-sdk/core.ODataCreateRequestConfig"},{"id":1142,"kind":2048,"name":"resourcePathAsChild","url":"classes/sap_cloud_sdk_core.ODataCreateRequestConfig#resourcePathAsChild","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-protected","parent":"@sap-cloud-sdk/core.ODataCreateRequestConfig"},{"id":1143,"kind":1024,"name":"method","url":"classes/sap_cloud_sdk_core.ODataCreateRequestConfig#method","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ODataCreateRequestConfig"},{"id":1144,"kind":1024,"name":"defaultServicePath","url":"classes/sap_cloud_sdk_core.ODataCreateRequestConfig#defaultServicePath","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ODataCreateRequestConfig"},{"id":1145,"kind":1024,"name":"payload","url":"classes/sap_cloud_sdk_core.ODataCreateRequestConfig#payload","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ODataCreateRequestConfig"},{"id":1146,"kind":1024,"name":"customServicePath","url":"classes/sap_cloud_sdk_core.ODataCreateRequestConfig#customServicePath","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ODataCreateRequestConfig"},{"id":1147,"kind":1024,"name":"defaultHeaders","url":"classes/sap_cloud_sdk_core.ODataCreateRequestConfig#defaultHeaders","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ODataCreateRequestConfig"},{"id":1148,"kind":262144,"name":"contentType","url":"classes/sap_cloud_sdk_core.ODataCreateRequestConfig#contentType","classes":"tsd-kind-get-signature tsd-parent-kind-class","parent":"@sap-cloud-sdk/core.ODataCreateRequestConfig"},{"id":1149,"kind":262144,"name":"customHeaders","url":"classes/sap_cloud_sdk_core.ODataCreateRequestConfig#customHeaders","classes":"tsd-kind-accessor tsd-parent-kind-class","parent":"@sap-cloud-sdk/core.ODataCreateRequestConfig"},{"id":1150,"kind":262144,"name":"customQueryParameters","url":"classes/sap_cloud_sdk_core.ODataCreateRequestConfig#customQueryParameters","classes":"tsd-kind-accessor tsd-parent-kind-class","parent":"@sap-cloud-sdk/core.ODataCreateRequestConfig"},{"id":1151,"kind":262144,"name":"customRequestConfiguration","url":"classes/sap_cloud_sdk_core.ODataCreateRequestConfig#customRequestConfiguration","classes":"tsd-kind-accessor tsd-parent-kind-class","parent":"@sap-cloud-sdk/core.ODataCreateRequestConfig"},{"id":1152,"kind":262144,"name":"appendedPaths","url":"classes/sap_cloud_sdk_core.ODataCreateRequestConfig#appendedPaths","classes":"tsd-kind-get-signature tsd-parent-kind-class","parent":"@sap-cloud-sdk/core.ODataCreateRequestConfig"},{"id":1153,"kind":262144,"name":"fetchCsrfToken","url":"classes/sap_cloud_sdk_core.ODataCreateRequestConfig#fetchCsrfToken","classes":"tsd-kind-accessor tsd-parent-kind-class","parent":"@sap-cloud-sdk/core.ODataCreateRequestConfig"},{"id":1154,"kind":2048,"name":"addCustomHeaders","url":"classes/sap_cloud_sdk_core.ODataCreateRequestConfig#addCustomHeaders","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ODataCreateRequestConfig"},{"id":1155,"kind":2048,"name":"addCustomQueryParameters","url":"classes/sap_cloud_sdk_core.ODataCreateRequestConfig#addCustomQueryParameters","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ODataCreateRequestConfig"},{"id":1156,"kind":2048,"name":"addCustomRequestConfiguration","url":"classes/sap_cloud_sdk_core.ODataCreateRequestConfig#addCustomRequestConfiguration","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ODataCreateRequestConfig"},{"id":1157,"kind":2048,"name":"appendPath","url":"classes/sap_cloud_sdk_core.ODataCreateRequestConfig#appendPath","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ODataCreateRequestConfig"},{"id":1158,"kind":2048,"name":"prependDollarToQueryParameters","url":"classes/sap_cloud_sdk_core.ODataCreateRequestConfig#prependDollarToQueryParameters","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"@sap-cloud-sdk/core.ODataCreateRequestConfig"},{"id":1159,"kind":128,"name":"ODataBatchRequestConfig","url":"classes/sap_cloud_sdk_core.ODataBatchRequestConfig","classes":"tsd-kind-class tsd-parent-kind-module","parent":"@sap-cloud-sdk/core"},{"id":1160,"kind":1024,"name":"content_type_prefix","url":"classes/sap_cloud_sdk_core.ODataBatchRequestConfig#content_type_prefix","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-static","parent":"@sap-cloud-sdk/core.ODataBatchRequestConfig"},{"id":1161,"kind":512,"name":"constructor","url":"classes/sap_cloud_sdk_core.ODataBatchRequestConfig#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"@sap-cloud-sdk/core.ODataBatchRequestConfig"},{"id":1162,"kind":1024,"name":"defaultServicePath","url":"classes/sap_cloud_sdk_core.ODataBatchRequestConfig#defaultServicePath","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-overwrite","parent":"@sap-cloud-sdk/core.ODataBatchRequestConfig"},{"id":1163,"kind":1024,"name":"boundary","url":"classes/sap_cloud_sdk_core.ODataBatchRequestConfig#boundary","classes":"tsd-kind-property tsd-parent-kind-class","parent":"@sap-cloud-sdk/core.ODataBatchRequestConfig"},{"id":1164,"kind":1024,"name":"subRequestPathType","url":"classes/sap_cloud_sdk_core.ODataBatchRequestConfig#subRequestPathType","classes":"tsd-kind-property tsd-parent-kind-class","parent":"@sap-cloud-sdk/core.ODataBatchRequestConfig"},{"id":1165,"kind":262144,"name":"batchId","url":"classes/sap_cloud_sdk_core.ODataBatchRequestConfig#batchId","classes":"tsd-kind-get-signature tsd-parent-kind-class","parent":"@sap-cloud-sdk/core.ODataBatchRequestConfig"},{"id":1166,"kind":2048,"name":"withSubRequestPathType","url":"classes/sap_cloud_sdk_core.ODataBatchRequestConfig#withSubRequestPathType","classes":"tsd-kind-method tsd-parent-kind-class","parent":"@sap-cloud-sdk/core.ODataBatchRequestConfig"},{"id":1167,"kind":2048,"name":"resourcePath","url":"classes/sap_cloud_sdk_core.ODataBatchRequestConfig#resourcePath","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"@sap-cloud-sdk/core.ODataBatchRequestConfig"},{"id":1168,"kind":2048,"name":"queryParameters","url":"classes/sap_cloud_sdk_core.ODataBatchRequestConfig#queryParameters","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"@sap-cloud-sdk/core.ODataBatchRequestConfig"},{"id":1169,"kind":1024,"name":"method","url":"classes/sap_cloud_sdk_core.ODataBatchRequestConfig#method","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ODataBatchRequestConfig"},{"id":1170,"kind":1024,"name":"payload","url":"classes/sap_cloud_sdk_core.ODataBatchRequestConfig#payload","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ODataBatchRequestConfig"},{"id":1171,"kind":1024,"name":"customServicePath","url":"classes/sap_cloud_sdk_core.ODataBatchRequestConfig#customServicePath","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ODataBatchRequestConfig"},{"id":1172,"kind":1024,"name":"defaultHeaders","url":"classes/sap_cloud_sdk_core.ODataBatchRequestConfig#defaultHeaders","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ODataBatchRequestConfig"},{"id":1173,"kind":262144,"name":"contentType","url":"classes/sap_cloud_sdk_core.ODataBatchRequestConfig#contentType","classes":"tsd-kind-get-signature tsd-parent-kind-class","parent":"@sap-cloud-sdk/core.ODataBatchRequestConfig"},{"id":1174,"kind":262144,"name":"customHeaders","url":"classes/sap_cloud_sdk_core.ODataBatchRequestConfig#customHeaders","classes":"tsd-kind-accessor tsd-parent-kind-class","parent":"@sap-cloud-sdk/core.ODataBatchRequestConfig"},{"id":1175,"kind":262144,"name":"customQueryParameters","url":"classes/sap_cloud_sdk_core.ODataBatchRequestConfig#customQueryParameters","classes":"tsd-kind-accessor tsd-parent-kind-class","parent":"@sap-cloud-sdk/core.ODataBatchRequestConfig"},{"id":1176,"kind":262144,"name":"customRequestConfiguration","url":"classes/sap_cloud_sdk_core.ODataBatchRequestConfig#customRequestConfiguration","classes":"tsd-kind-accessor tsd-parent-kind-class","parent":"@sap-cloud-sdk/core.ODataBatchRequestConfig"},{"id":1177,"kind":262144,"name":"appendedPaths","url":"classes/sap_cloud_sdk_core.ODataBatchRequestConfig#appendedPaths","classes":"tsd-kind-get-signature tsd-parent-kind-class","parent":"@sap-cloud-sdk/core.ODataBatchRequestConfig"},{"id":1178,"kind":262144,"name":"fetchCsrfToken","url":"classes/sap_cloud_sdk_core.ODataBatchRequestConfig#fetchCsrfToken","classes":"tsd-kind-accessor tsd-parent-kind-class","parent":"@sap-cloud-sdk/core.ODataBatchRequestConfig"},{"id":1179,"kind":2048,"name":"addCustomHeaders","url":"classes/sap_cloud_sdk_core.ODataBatchRequestConfig#addCustomHeaders","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ODataBatchRequestConfig"},{"id":1180,"kind":2048,"name":"addCustomQueryParameters","url":"classes/sap_cloud_sdk_core.ODataBatchRequestConfig#addCustomQueryParameters","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ODataBatchRequestConfig"},{"id":1181,"kind":2048,"name":"addCustomRequestConfiguration","url":"classes/sap_cloud_sdk_core.ODataBatchRequestConfig#addCustomRequestConfiguration","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ODataBatchRequestConfig"},{"id":1182,"kind":2048,"name":"appendPath","url":"classes/sap_cloud_sdk_core.ODataBatchRequestConfig#appendPath","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ODataBatchRequestConfig"},{"id":1183,"kind":2048,"name":"prependDollarToQueryParameters","url":"classes/sap_cloud_sdk_core.ODataBatchRequestConfig#prependDollarToQueryParameters","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"@sap-cloud-sdk/core.ODataBatchRequestConfig"},{"id":1184,"kind":128,"name":"MethodRequestBuilder","url":"classes/sap_cloud_sdk_core.MethodRequestBuilder","classes":"tsd-kind-class tsd-parent-kind-module tsd-has-type-parameter","parent":"@sap-cloud-sdk/core"},{"id":1185,"kind":512,"name":"constructor","url":"classes/sap_cloud_sdk_core.MethodRequestBuilder#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-has-type-parameter","parent":"@sap-cloud-sdk/core.MethodRequestBuilder"},{"id":1186,"kind":1024,"name":"requestConfig","url":"classes/sap_cloud_sdk_core.MethodRequestBuilder#requestConfig","classes":"tsd-kind-property tsd-parent-kind-class","parent":"@sap-cloud-sdk/core.MethodRequestBuilder"},{"id":1187,"kind":2048,"name":"url","url":"classes/sap_cloud_sdk_core.MethodRequestBuilder#url","classes":"tsd-kind-method tsd-parent-kind-class","parent":"@sap-cloud-sdk/core.MethodRequestBuilder"},{"id":1188,"kind":2048,"name":"relativeUrl","url":"classes/sap_cloud_sdk_core.MethodRequestBuilder#relativeUrl","classes":"tsd-kind-method tsd-parent-kind-class","parent":"@sap-cloud-sdk/core.MethodRequestBuilder"},{"id":1189,"kind":2048,"name":"withCustomHeaders","url":"classes/sap_cloud_sdk_core.MethodRequestBuilder#withCustomHeaders","classes":"tsd-kind-method tsd-parent-kind-class","parent":"@sap-cloud-sdk/core.MethodRequestBuilder"},{"id":1190,"kind":2048,"name":"addCustomHeaders","url":"classes/sap_cloud_sdk_core.MethodRequestBuilder#addCustomHeaders","classes":"tsd-kind-method tsd-parent-kind-class","parent":"@sap-cloud-sdk/core.MethodRequestBuilder"},{"id":1191,"kind":2048,"name":"withCustomQueryParameters","url":"classes/sap_cloud_sdk_core.MethodRequestBuilder#withCustomQueryParameters","classes":"tsd-kind-method tsd-parent-kind-class","parent":"@sap-cloud-sdk/core.MethodRequestBuilder"},{"id":1192,"kind":2048,"name":"addCustomQueryParameters","url":"classes/sap_cloud_sdk_core.MethodRequestBuilder#addCustomQueryParameters","classes":"tsd-kind-method tsd-parent-kind-class","parent":"@sap-cloud-sdk/core.MethodRequestBuilder"},{"id":1193,"kind":2048,"name":"withCustomServicePath","url":"classes/sap_cloud_sdk_core.MethodRequestBuilder#withCustomServicePath","classes":"tsd-kind-method tsd-parent-kind-class","parent":"@sap-cloud-sdk/core.MethodRequestBuilder"},{"id":1194,"kind":2048,"name":"setCustomServicePath","url":"classes/sap_cloud_sdk_core.MethodRequestBuilder#setCustomServicePath","classes":"tsd-kind-method tsd-parent-kind-class","parent":"@sap-cloud-sdk/core.MethodRequestBuilder"},{"id":1195,"kind":2048,"name":"addCustomRequestConfiguration","url":"classes/sap_cloud_sdk_core.MethodRequestBuilder#addCustomRequestConfiguration","classes":"tsd-kind-method tsd-parent-kind-class","parent":"@sap-cloud-sdk/core.MethodRequestBuilder"},{"id":1196,"kind":2048,"name":"appendPath","url":"classes/sap_cloud_sdk_core.MethodRequestBuilder#appendPath","classes":"tsd-kind-method tsd-parent-kind-class","parent":"@sap-cloud-sdk/core.MethodRequestBuilder"},{"id":1197,"kind":2048,"name":"skipCsrfTokenFetching","url":"classes/sap_cloud_sdk_core.MethodRequestBuilder#skipCsrfTokenFetching","classes":"tsd-kind-method tsd-parent-kind-class","parent":"@sap-cloud-sdk/core.MethodRequestBuilder"},{"id":1198,"kind":2048,"name":"build","url":"classes/sap_cloud_sdk_core.MethodRequestBuilder#build","classes":"tsd-kind-method tsd-parent-kind-class","parent":"@sap-cloud-sdk/core.MethodRequestBuilder"},{"id":1199,"kind":16777216,"name":"MethodRequestBuilderBase","url":"modules/sap_cloud_sdk_core#MethodRequestBuilderBase","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"@sap-cloud-sdk/core"},{"id":1200,"kind":128,"name":"GetAllRequestBuilderBase","url":"classes/sap_cloud_sdk_core.GetAllRequestBuilderBase","classes":"tsd-kind-class tsd-parent-kind-module tsd-has-type-parameter","parent":"@sap-cloud-sdk/core"},{"id":1201,"kind":512,"name":"constructor","url":"classes/sap_cloud_sdk_core.GetAllRequestBuilderBase#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-has-type-parameter tsd-is-overwrite","parent":"@sap-cloud-sdk/core.GetAllRequestBuilderBase"},{"id":1202,"kind":1024,"name":"entityDeserializer","url":"classes/sap_cloud_sdk_core.GetAllRequestBuilderBase#entityDeserializer","classes":"tsd-kind-property tsd-parent-kind-class","parent":"@sap-cloud-sdk/core.GetAllRequestBuilderBase"},{"id":1203,"kind":1024,"name":"dataAccessor","url":"classes/sap_cloud_sdk_core.GetAllRequestBuilderBase#dataAccessor","classes":"tsd-kind-property tsd-parent-kind-class","parent":"@sap-cloud-sdk/core.GetAllRequestBuilderBase"},{"id":1204,"kind":2048,"name":"select","url":"classes/sap_cloud_sdk_core.GetAllRequestBuilderBase#select","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"@sap-cloud-sdk/core.GetAllRequestBuilderBase"},{"id":1205,"kind":2048,"name":"orderBy","url":"classes/sap_cloud_sdk_core.GetAllRequestBuilderBase#orderBy","classes":"tsd-kind-method tsd-parent-kind-class","parent":"@sap-cloud-sdk/core.GetAllRequestBuilderBase"},{"id":1206,"kind":2048,"name":"top","url":"classes/sap_cloud_sdk_core.GetAllRequestBuilderBase#top","classes":"tsd-kind-method tsd-parent-kind-class","parent":"@sap-cloud-sdk/core.GetAllRequestBuilderBase"},{"id":1207,"kind":2048,"name":"skip","url":"classes/sap_cloud_sdk_core.GetAllRequestBuilderBase#skip","classes":"tsd-kind-method tsd-parent-kind-class","parent":"@sap-cloud-sdk/core.GetAllRequestBuilderBase"},{"id":1208,"kind":2048,"name":"count","url":"classes/sap_cloud_sdk_core.GetAllRequestBuilderBase#count","classes":"tsd-kind-method tsd-parent-kind-class","parent":"@sap-cloud-sdk/core.GetAllRequestBuilderBase"},{"id":1209,"kind":2048,"name":"execute","url":"classes/sap_cloud_sdk_core.GetAllRequestBuilderBase#execute","classes":"tsd-kind-method tsd-parent-kind-class","parent":"@sap-cloud-sdk/core.GetAllRequestBuilderBase"},{"id":1210,"kind":1024,"name":"_entityConstructor","url":"classes/sap_cloud_sdk_core.GetAllRequestBuilderBase#_entityConstructor","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.GetAllRequestBuilderBase"},{"id":1211,"kind":1024,"name":"_entity","url":"classes/sap_cloud_sdk_core.GetAllRequestBuilderBase#_entity","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.GetAllRequestBuilderBase"},{"id":1212,"kind":2048,"name":"executeRaw","url":"classes/sap_cloud_sdk_core.GetAllRequestBuilderBase#executeRaw","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.GetAllRequestBuilderBase"},{"id":1213,"kind":1024,"name":"requestConfig","url":"classes/sap_cloud_sdk_core.GetAllRequestBuilderBase#requestConfig","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.GetAllRequestBuilderBase"},{"id":1214,"kind":2048,"name":"url","url":"classes/sap_cloud_sdk_core.GetAllRequestBuilderBase#url","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.GetAllRequestBuilderBase"},{"id":1215,"kind":2048,"name":"relativeUrl","url":"classes/sap_cloud_sdk_core.GetAllRequestBuilderBase#relativeUrl","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.GetAllRequestBuilderBase"},{"id":1216,"kind":2048,"name":"withCustomHeaders","url":"classes/sap_cloud_sdk_core.GetAllRequestBuilderBase#withCustomHeaders","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.GetAllRequestBuilderBase"},{"id":1217,"kind":2048,"name":"addCustomHeaders","url":"classes/sap_cloud_sdk_core.GetAllRequestBuilderBase#addCustomHeaders","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.GetAllRequestBuilderBase"},{"id":1218,"kind":2048,"name":"withCustomQueryParameters","url":"classes/sap_cloud_sdk_core.GetAllRequestBuilderBase#withCustomQueryParameters","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.GetAllRequestBuilderBase"},{"id":1219,"kind":2048,"name":"addCustomQueryParameters","url":"classes/sap_cloud_sdk_core.GetAllRequestBuilderBase#addCustomQueryParameters","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.GetAllRequestBuilderBase"},{"id":1220,"kind":2048,"name":"withCustomServicePath","url":"classes/sap_cloud_sdk_core.GetAllRequestBuilderBase#withCustomServicePath","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.GetAllRequestBuilderBase"},{"id":1221,"kind":2048,"name":"setCustomServicePath","url":"classes/sap_cloud_sdk_core.GetAllRequestBuilderBase#setCustomServicePath","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.GetAllRequestBuilderBase"},{"id":1222,"kind":2048,"name":"addCustomRequestConfiguration","url":"classes/sap_cloud_sdk_core.GetAllRequestBuilderBase#addCustomRequestConfiguration","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.GetAllRequestBuilderBase"},{"id":1223,"kind":2048,"name":"appendPath","url":"classes/sap_cloud_sdk_core.GetAllRequestBuilderBase#appendPath","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.GetAllRequestBuilderBase"},{"id":1224,"kind":2048,"name":"skipCsrfTokenFetching","url":"classes/sap_cloud_sdk_core.GetAllRequestBuilderBase#skipCsrfTokenFetching","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.GetAllRequestBuilderBase"},{"id":1225,"kind":2048,"name":"build","url":"classes/sap_cloud_sdk_core.GetAllRequestBuilderBase#build","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.GetAllRequestBuilderBase"},{"id":1226,"kind":128,"name":"BatchChangeSet","url":"classes/sap_cloud_sdk_core.BatchChangeSet","classes":"tsd-kind-class tsd-parent-kind-module tsd-has-type-parameter","parent":"@sap-cloud-sdk/core"},{"id":1227,"kind":512,"name":"constructor","url":"classes/sap_cloud_sdk_core.BatchChangeSet#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-has-type-parameter","parent":"@sap-cloud-sdk/core.BatchChangeSet"},{"id":1228,"kind":1024,"name":"requests","url":"classes/sap_cloud_sdk_core.BatchChangeSet#requests","classes":"tsd-kind-property tsd-parent-kind-class","parent":"@sap-cloud-sdk/core.BatchChangeSet"},{"id":1229,"kind":1024,"name":"boundary","url":"classes/sap_cloud_sdk_core.BatchChangeSet#boundary","classes":"tsd-kind-property tsd-parent-kind-class","parent":"@sap-cloud-sdk/core.BatchChangeSet"},{"id":1230,"kind":128,"name":"BatchRequestBuilder","url":"classes/sap_cloud_sdk_core.BatchRequestBuilder","classes":"tsd-kind-class tsd-parent-kind-module","parent":"@sap-cloud-sdk/core"},{"id":1231,"kind":512,"name":"constructor","url":"classes/sap_cloud_sdk_core.BatchRequestBuilder#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"@sap-cloud-sdk/core.BatchRequestBuilder"},{"id":1232,"kind":1024,"name":"defaultServicePath","url":"classes/sap_cloud_sdk_core.BatchRequestBuilder#defaultServicePath","classes":"tsd-kind-property tsd-parent-kind-class","parent":"@sap-cloud-sdk/core.BatchRequestBuilder"},{"id":1233,"kind":1024,"name":"requests","url":"classes/sap_cloud_sdk_core.BatchRequestBuilder#requests","classes":"tsd-kind-property tsd-parent-kind-class","parent":"@sap-cloud-sdk/core.BatchRequestBuilder"},{"id":1234,"kind":1024,"name":"entityToConstructorMap","url":"classes/sap_cloud_sdk_core.BatchRequestBuilder#entityToConstructorMap","classes":"tsd-kind-property tsd-parent-kind-class","parent":"@sap-cloud-sdk/core.BatchRequestBuilder"},{"id":1235,"kind":2048,"name":"withSubRequestPathType","url":"classes/sap_cloud_sdk_core.BatchRequestBuilder#withSubRequestPathType","classes":"tsd-kind-method tsd-parent-kind-class","parent":"@sap-cloud-sdk/core.BatchRequestBuilder"},{"id":1236,"kind":2048,"name":"build","url":"classes/sap_cloud_sdk_core.BatchRequestBuilder#build","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"@sap-cloud-sdk/core.BatchRequestBuilder"},{"id":1237,"kind":2048,"name":"executeRaw","url":"classes/sap_cloud_sdk_core.BatchRequestBuilder#executeRaw","classes":"tsd-kind-method tsd-parent-kind-class","parent":"@sap-cloud-sdk/core.BatchRequestBuilder"},{"id":1238,"kind":1024,"name":"requestConfig","url":"classes/sap_cloud_sdk_core.BatchRequestBuilder#requestConfig","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.BatchRequestBuilder"},{"id":1239,"kind":2048,"name":"url","url":"classes/sap_cloud_sdk_core.BatchRequestBuilder#url","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.BatchRequestBuilder"},{"id":1240,"kind":2048,"name":"relativeUrl","url":"classes/sap_cloud_sdk_core.BatchRequestBuilder#relativeUrl","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.BatchRequestBuilder"},{"id":1241,"kind":2048,"name":"withCustomHeaders","url":"classes/sap_cloud_sdk_core.BatchRequestBuilder#withCustomHeaders","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.BatchRequestBuilder"},{"id":1242,"kind":2048,"name":"addCustomHeaders","url":"classes/sap_cloud_sdk_core.BatchRequestBuilder#addCustomHeaders","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.BatchRequestBuilder"},{"id":1243,"kind":2048,"name":"withCustomQueryParameters","url":"classes/sap_cloud_sdk_core.BatchRequestBuilder#withCustomQueryParameters","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.BatchRequestBuilder"},{"id":1244,"kind":2048,"name":"addCustomQueryParameters","url":"classes/sap_cloud_sdk_core.BatchRequestBuilder#addCustomQueryParameters","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.BatchRequestBuilder"},{"id":1245,"kind":2048,"name":"withCustomServicePath","url":"classes/sap_cloud_sdk_core.BatchRequestBuilder#withCustomServicePath","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.BatchRequestBuilder"},{"id":1246,"kind":2048,"name":"setCustomServicePath","url":"classes/sap_cloud_sdk_core.BatchRequestBuilder#setCustomServicePath","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.BatchRequestBuilder"},{"id":1247,"kind":2048,"name":"addCustomRequestConfiguration","url":"classes/sap_cloud_sdk_core.BatchRequestBuilder#addCustomRequestConfiguration","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.BatchRequestBuilder"},{"id":1248,"kind":2048,"name":"appendPath","url":"classes/sap_cloud_sdk_core.BatchRequestBuilder#appendPath","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.BatchRequestBuilder"},{"id":1249,"kind":2048,"name":"skipCsrfTokenFetching","url":"classes/sap_cloud_sdk_core.BatchRequestBuilder#skipCsrfTokenFetching","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.BatchRequestBuilder"},{"id":1250,"kind":64,"name":"serializeChangeSet","url":"modules/sap_cloud_sdk_core#serializeChangeSet","classes":"tsd-kind-function tsd-parent-kind-module","parent":"@sap-cloud-sdk/core"},{"id":1251,"kind":64,"name":"serializeRequest","url":"modules/sap_cloud_sdk_core#serializeRequest","classes":"tsd-kind-function tsd-parent-kind-module","parent":"@sap-cloud-sdk/core"},{"id":1252,"kind":64,"name":"serializeBatchRequest","url":"modules/sap_cloud_sdk_core#serializeBatchRequest","classes":"tsd-kind-function tsd-parent-kind-module","parent":"@sap-cloud-sdk/core"},{"id":1253,"kind":64,"name":"getLine","url":"modules/sap_cloud_sdk_core#getLine","classes":"tsd-kind-function tsd-parent-kind-module","parent":"@sap-cloud-sdk/core"},{"id":1254,"kind":64,"name":"detectNewLineSymbol","url":"modules/sap_cloud_sdk_core#detectNewLineSymbol","classes":"tsd-kind-function tsd-parent-kind-module","parent":"@sap-cloud-sdk/core"},{"id":1255,"kind":64,"name":"getResponseBody","url":"modules/sap_cloud_sdk_core#getResponseBody","classes":"tsd-kind-function tsd-parent-kind-module","parent":"@sap-cloud-sdk/core"},{"id":1256,"kind":64,"name":"splitBatchResponse","url":"modules/sap_cloud_sdk_core#splitBatchResponse","classes":"tsd-kind-function tsd-parent-kind-module","parent":"@sap-cloud-sdk/core"},{"id":1257,"kind":64,"name":"splitChangeSetResponse","url":"modules/sap_cloud_sdk_core#splitChangeSetResponse","classes":"tsd-kind-function tsd-parent-kind-module","parent":"@sap-cloud-sdk/core"},{"id":1258,"kind":64,"name":"splitResponse","url":"modules/sap_cloud_sdk_core#splitResponse","classes":"tsd-kind-function tsd-parent-kind-module","parent":"@sap-cloud-sdk/core"},{"id":1259,"kind":64,"name":"parseHttpCode","url":"modules/sap_cloud_sdk_core#parseHttpCode","classes":"tsd-kind-function tsd-parent-kind-module","parent":"@sap-cloud-sdk/core"},{"id":1260,"kind":64,"name":"parseResponseData","url":"modules/sap_cloud_sdk_core#parseResponseData","classes":"tsd-kind-function tsd-parent-kind-module","parent":"@sap-cloud-sdk/core"},{"id":1261,"kind":64,"name":"parseBatchResponse","url":"modules/sap_cloud_sdk_core#parseBatchResponse","classes":"tsd-kind-function tsd-parent-kind-module","parent":"@sap-cloud-sdk/core"},{"id":1262,"kind":64,"name":"isHttpSuccessCode","url":"modules/sap_cloud_sdk_core#isHttpSuccessCode","classes":"tsd-kind-function tsd-parent-kind-module","parent":"@sap-cloud-sdk/core"},{"id":1263,"kind":256,"name":"ResponseData","url":"interfaces/sap_cloud_sdk_core.ResponseData","classes":"tsd-kind-interface tsd-parent-kind-module","parent":"@sap-cloud-sdk/core"},{"id":1264,"kind":1024,"name":"body","url":"interfaces/sap_cloud_sdk_core.ResponseData#body","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"@sap-cloud-sdk/core.ResponseData"},{"id":1265,"kind":1024,"name":"httpCode","url":"interfaces/sap_cloud_sdk_core.ResponseData#httpCode","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"@sap-cloud-sdk/core.ResponseData"},{"id":1266,"kind":64,"name":"deserializeBatchResponse","url":"modules/sap_cloud_sdk_core#deserializeBatchResponse","classes":"tsd-kind-function tsd-parent-kind-module","parent":"@sap-cloud-sdk/core"},{"id":1267,"kind":64,"name":"parseEntityNameFromMetadataUri","url":"modules/sap_cloud_sdk_core#parseEntityNameFromMetadataUri","classes":"tsd-kind-function tsd-parent-kind-module","parent":"@sap-cloud-sdk/core"},{"id":1268,"kind":128,"name":"BatchResponseDeserializer","url":"classes/sap_cloud_sdk_core.BatchResponseDeserializer","classes":"tsd-kind-class tsd-parent-kind-module","parent":"@sap-cloud-sdk/core"},{"id":1269,"kind":512,"name":"constructor","url":"classes/sap_cloud_sdk_core.BatchResponseDeserializer#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"@sap-cloud-sdk/core.BatchResponseDeserializer"},{"id":1270,"kind":2048,"name":"deserializeBatchResponse","url":"classes/sap_cloud_sdk_core.BatchResponseDeserializer#deserializeBatchResponse","classes":"tsd-kind-method tsd-parent-kind-class","parent":"@sap-cloud-sdk/core.BatchResponseDeserializer"},{"id":1271,"kind":128,"name":"CountRequestBuilder","url":"classes/sap_cloud_sdk_core.CountRequestBuilder","classes":"tsd-kind-class tsd-parent-kind-module tsd-has-type-parameter","parent":"@sap-cloud-sdk/core"},{"id":1272,"kind":512,"name":"constructor","url":"classes/sap_cloud_sdk_core.CountRequestBuilder#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-has-type-parameter tsd-is-overwrite","parent":"@sap-cloud-sdk/core.CountRequestBuilder"},{"id":1273,"kind":1024,"name":"getAllRequest","url":"classes/sap_cloud_sdk_core.CountRequestBuilder#getAllRequest","classes":"tsd-kind-property tsd-parent-kind-class","parent":"@sap-cloud-sdk/core.CountRequestBuilder"},{"id":1274,"kind":2048,"name":"execute","url":"classes/sap_cloud_sdk_core.CountRequestBuilder#execute","classes":"tsd-kind-method tsd-parent-kind-class","parent":"@sap-cloud-sdk/core.CountRequestBuilder"},{"id":1275,"kind":2048,"name":"executeRaw","url":"classes/sap_cloud_sdk_core.CountRequestBuilder#executeRaw","classes":"tsd-kind-method tsd-parent-kind-class","parent":"@sap-cloud-sdk/core.CountRequestBuilder"},{"id":1276,"kind":1024,"name":"requestConfig","url":"classes/sap_cloud_sdk_core.CountRequestBuilder#requestConfig","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.CountRequestBuilder"},{"id":1277,"kind":2048,"name":"url","url":"classes/sap_cloud_sdk_core.CountRequestBuilder#url","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.CountRequestBuilder"},{"id":1278,"kind":2048,"name":"relativeUrl","url":"classes/sap_cloud_sdk_core.CountRequestBuilder#relativeUrl","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.CountRequestBuilder"},{"id":1279,"kind":2048,"name":"withCustomHeaders","url":"classes/sap_cloud_sdk_core.CountRequestBuilder#withCustomHeaders","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.CountRequestBuilder"},{"id":1280,"kind":2048,"name":"addCustomHeaders","url":"classes/sap_cloud_sdk_core.CountRequestBuilder#addCustomHeaders","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.CountRequestBuilder"},{"id":1281,"kind":2048,"name":"withCustomQueryParameters","url":"classes/sap_cloud_sdk_core.CountRequestBuilder#withCustomQueryParameters","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.CountRequestBuilder"},{"id":1282,"kind":2048,"name":"addCustomQueryParameters","url":"classes/sap_cloud_sdk_core.CountRequestBuilder#addCustomQueryParameters","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.CountRequestBuilder"},{"id":1283,"kind":2048,"name":"withCustomServicePath","url":"classes/sap_cloud_sdk_core.CountRequestBuilder#withCustomServicePath","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.CountRequestBuilder"},{"id":1284,"kind":2048,"name":"setCustomServicePath","url":"classes/sap_cloud_sdk_core.CountRequestBuilder#setCustomServicePath","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.CountRequestBuilder"},{"id":1285,"kind":2048,"name":"addCustomRequestConfiguration","url":"classes/sap_cloud_sdk_core.CountRequestBuilder#addCustomRequestConfiguration","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.CountRequestBuilder"},{"id":1286,"kind":2048,"name":"appendPath","url":"classes/sap_cloud_sdk_core.CountRequestBuilder#appendPath","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.CountRequestBuilder"},{"id":1287,"kind":2048,"name":"skipCsrfTokenFetching","url":"classes/sap_cloud_sdk_core.CountRequestBuilder#skipCsrfTokenFetching","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.CountRequestBuilder"},{"id":1288,"kind":2048,"name":"build","url":"classes/sap_cloud_sdk_core.CountRequestBuilder#build","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.CountRequestBuilder"},{"id":1289,"kind":128,"name":"ActionFunctionImportRequestBuilder","url":"classes/sap_cloud_sdk_core.ActionFunctionImportRequestBuilder","classes":"tsd-kind-class tsd-parent-kind-module tsd-has-type-parameter","parent":"@sap-cloud-sdk/core"},{"id":1290,"kind":512,"name":"constructor","url":"classes/sap_cloud_sdk_core.ActionFunctionImportRequestBuilder#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-has-type-parameter tsd-is-overwrite tsd-is-protected","parent":"@sap-cloud-sdk/core.ActionFunctionImportRequestBuilder"},{"id":1291,"kind":1024,"name":"responseTransformer","url":"classes/sap_cloud_sdk_core.ActionFunctionImportRequestBuilder#responseTransformer","classes":"tsd-kind-property tsd-parent-kind-class","parent":"@sap-cloud-sdk/core.ActionFunctionImportRequestBuilder"},{"id":1292,"kind":65536,"name":"__type","url":"classes/sap_cloud_sdk_core.ActionFunctionImportRequestBuilder#__type","classes":"tsd-kind-type-literal tsd-parent-kind-class","parent":"@sap-cloud-sdk/core.ActionFunctionImportRequestBuilder"},{"id":1293,"kind":2048,"name":"execute","url":"classes/sap_cloud_sdk_core.ActionFunctionImportRequestBuilder#execute","classes":"tsd-kind-method tsd-parent-kind-class","parent":"@sap-cloud-sdk/core.ActionFunctionImportRequestBuilder"},{"id":1294,"kind":2048,"name":"executeRaw","url":"classes/sap_cloud_sdk_core.ActionFunctionImportRequestBuilder#executeRaw","classes":"tsd-kind-method tsd-parent-kind-class","parent":"@sap-cloud-sdk/core.ActionFunctionImportRequestBuilder"},{"id":1295,"kind":1024,"name":"requestConfig","url":"classes/sap_cloud_sdk_core.ActionFunctionImportRequestBuilder#requestConfig","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ActionFunctionImportRequestBuilder"},{"id":1296,"kind":2048,"name":"url","url":"classes/sap_cloud_sdk_core.ActionFunctionImportRequestBuilder#url","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ActionFunctionImportRequestBuilder"},{"id":1297,"kind":2048,"name":"relativeUrl","url":"classes/sap_cloud_sdk_core.ActionFunctionImportRequestBuilder#relativeUrl","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ActionFunctionImportRequestBuilder"},{"id":1298,"kind":2048,"name":"withCustomHeaders","url":"classes/sap_cloud_sdk_core.ActionFunctionImportRequestBuilder#withCustomHeaders","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ActionFunctionImportRequestBuilder"},{"id":1299,"kind":2048,"name":"addCustomHeaders","url":"classes/sap_cloud_sdk_core.ActionFunctionImportRequestBuilder#addCustomHeaders","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ActionFunctionImportRequestBuilder"},{"id":1300,"kind":2048,"name":"withCustomQueryParameters","url":"classes/sap_cloud_sdk_core.ActionFunctionImportRequestBuilder#withCustomQueryParameters","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ActionFunctionImportRequestBuilder"},{"id":1301,"kind":2048,"name":"addCustomQueryParameters","url":"classes/sap_cloud_sdk_core.ActionFunctionImportRequestBuilder#addCustomQueryParameters","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ActionFunctionImportRequestBuilder"},{"id":1302,"kind":2048,"name":"withCustomServicePath","url":"classes/sap_cloud_sdk_core.ActionFunctionImportRequestBuilder#withCustomServicePath","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ActionFunctionImportRequestBuilder"},{"id":1303,"kind":2048,"name":"setCustomServicePath","url":"classes/sap_cloud_sdk_core.ActionFunctionImportRequestBuilder#setCustomServicePath","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ActionFunctionImportRequestBuilder"},{"id":1304,"kind":2048,"name":"addCustomRequestConfiguration","url":"classes/sap_cloud_sdk_core.ActionFunctionImportRequestBuilder#addCustomRequestConfiguration","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ActionFunctionImportRequestBuilder"},{"id":1305,"kind":2048,"name":"appendPath","url":"classes/sap_cloud_sdk_core.ActionFunctionImportRequestBuilder#appendPath","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ActionFunctionImportRequestBuilder"},{"id":1306,"kind":2048,"name":"skipCsrfTokenFetching","url":"classes/sap_cloud_sdk_core.ActionFunctionImportRequestBuilder#skipCsrfTokenFetching","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ActionFunctionImportRequestBuilder"},{"id":1307,"kind":2048,"name":"build","url":"classes/sap_cloud_sdk_core.ActionFunctionImportRequestBuilder#build","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ActionFunctionImportRequestBuilder"},{"id":1308,"kind":16777216,"name":"ActionFunctionImportRequestBuilderBase","url":"modules/sap_cloud_sdk_core#ActionFunctionImportRequestBuilderBase","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"@sap-cloud-sdk/core"},{"id":1309,"kind":128,"name":"CreateRequestBuilderBase","url":"classes/sap_cloud_sdk_core.CreateRequestBuilderBase","classes":"tsd-kind-class tsd-parent-kind-module tsd-has-type-parameter","parent":"@sap-cloud-sdk/core"},{"id":1310,"kind":512,"name":"constructor","url":"classes/sap_cloud_sdk_core.CreateRequestBuilderBase#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-has-type-parameter tsd-is-overwrite","parent":"@sap-cloud-sdk/core.CreateRequestBuilderBase"},{"id":1311,"kind":1024,"name":"_entityConstructor","url":"classes/sap_cloud_sdk_core.CreateRequestBuilderBase#_entityConstructor","classes":"tsd-kind-property tsd-parent-kind-class","parent":"@sap-cloud-sdk/core.CreateRequestBuilderBase"},{"id":1312,"kind":1024,"name":"_entity","url":"classes/sap_cloud_sdk_core.CreateRequestBuilderBase#_entity","classes":"tsd-kind-property tsd-parent-kind-class","parent":"@sap-cloud-sdk/core.CreateRequestBuilderBase"},{"id":1313,"kind":1024,"name":"odataUri","url":"classes/sap_cloud_sdk_core.CreateRequestBuilderBase#odataUri","classes":"tsd-kind-property tsd-parent-kind-class","parent":"@sap-cloud-sdk/core.CreateRequestBuilderBase"},{"id":1314,"kind":1024,"name":"serializer","url":"classes/sap_cloud_sdk_core.CreateRequestBuilderBase#serializer","classes":"tsd-kind-property tsd-parent-kind-class","parent":"@sap-cloud-sdk/core.CreateRequestBuilderBase"},{"id":1315,"kind":1024,"name":"deserializer","url":"classes/sap_cloud_sdk_core.CreateRequestBuilderBase#deserializer","classes":"tsd-kind-property tsd-parent-kind-class","parent":"@sap-cloud-sdk/core.CreateRequestBuilderBase"},{"id":1316,"kind":1024,"name":"responseDataAccessor","url":"classes/sap_cloud_sdk_core.CreateRequestBuilderBase#responseDataAccessor","classes":"tsd-kind-property tsd-parent-kind-class","parent":"@sap-cloud-sdk/core.CreateRequestBuilderBase"},{"id":1317,"kind":262144,"name":"entity","url":"classes/sap_cloud_sdk_core.CreateRequestBuilderBase#entity","classes":"tsd-kind-get-signature tsd-parent-kind-class","parent":"@sap-cloud-sdk/core.CreateRequestBuilderBase"},{"id":1318,"kind":2048,"name":"prepare","url":"classes/sap_cloud_sdk_core.CreateRequestBuilderBase#prepare","classes":"tsd-kind-method tsd-parent-kind-class","parent":"@sap-cloud-sdk/core.CreateRequestBuilderBase"},{"id":1319,"kind":2048,"name":"asChildOf","url":"classes/sap_cloud_sdk_core.CreateRequestBuilderBase#asChildOf","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"@sap-cloud-sdk/core.CreateRequestBuilderBase"},{"id":1320,"kind":2048,"name":"execute","url":"classes/sap_cloud_sdk_core.CreateRequestBuilderBase#execute","classes":"tsd-kind-method tsd-parent-kind-class","parent":"@sap-cloud-sdk/core.CreateRequestBuilderBase"},{"id":1321,"kind":2048,"name":"executeRaw","url":"classes/sap_cloud_sdk_core.CreateRequestBuilderBase#executeRaw","classes":"tsd-kind-method tsd-parent-kind-class","parent":"@sap-cloud-sdk/core.CreateRequestBuilderBase"},{"id":1322,"kind":1024,"name":"requestConfig","url":"classes/sap_cloud_sdk_core.CreateRequestBuilderBase#requestConfig","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.CreateRequestBuilderBase"},{"id":1323,"kind":2048,"name":"url","url":"classes/sap_cloud_sdk_core.CreateRequestBuilderBase#url","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.CreateRequestBuilderBase"},{"id":1324,"kind":2048,"name":"relativeUrl","url":"classes/sap_cloud_sdk_core.CreateRequestBuilderBase#relativeUrl","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.CreateRequestBuilderBase"},{"id":1325,"kind":2048,"name":"withCustomHeaders","url":"classes/sap_cloud_sdk_core.CreateRequestBuilderBase#withCustomHeaders","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.CreateRequestBuilderBase"},{"id":1326,"kind":2048,"name":"addCustomHeaders","url":"classes/sap_cloud_sdk_core.CreateRequestBuilderBase#addCustomHeaders","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.CreateRequestBuilderBase"},{"id":1327,"kind":2048,"name":"withCustomQueryParameters","url":"classes/sap_cloud_sdk_core.CreateRequestBuilderBase#withCustomQueryParameters","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.CreateRequestBuilderBase"},{"id":1328,"kind":2048,"name":"addCustomQueryParameters","url":"classes/sap_cloud_sdk_core.CreateRequestBuilderBase#addCustomQueryParameters","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.CreateRequestBuilderBase"},{"id":1329,"kind":2048,"name":"withCustomServicePath","url":"classes/sap_cloud_sdk_core.CreateRequestBuilderBase#withCustomServicePath","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.CreateRequestBuilderBase"},{"id":1330,"kind":2048,"name":"setCustomServicePath","url":"classes/sap_cloud_sdk_core.CreateRequestBuilderBase#setCustomServicePath","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.CreateRequestBuilderBase"},{"id":1331,"kind":2048,"name":"addCustomRequestConfiguration","url":"classes/sap_cloud_sdk_core.CreateRequestBuilderBase#addCustomRequestConfiguration","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.CreateRequestBuilderBase"},{"id":1332,"kind":2048,"name":"appendPath","url":"classes/sap_cloud_sdk_core.CreateRequestBuilderBase#appendPath","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.CreateRequestBuilderBase"},{"id":1333,"kind":2048,"name":"skipCsrfTokenFetching","url":"classes/sap_cloud_sdk_core.CreateRequestBuilderBase#skipCsrfTokenFetching","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.CreateRequestBuilderBase"},{"id":1334,"kind":2048,"name":"build","url":"classes/sap_cloud_sdk_core.CreateRequestBuilderBase#build","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.CreateRequestBuilderBase"},{"id":1335,"kind":128,"name":"DeleteRequestBuilderBase","url":"classes/sap_cloud_sdk_core.DeleteRequestBuilderBase","classes":"tsd-kind-class tsd-parent-kind-module tsd-has-type-parameter","parent":"@sap-cloud-sdk/core"},{"id":1336,"kind":512,"name":"constructor","url":"classes/sap_cloud_sdk_core.DeleteRequestBuilderBase#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-has-type-parameter tsd-is-overwrite","parent":"@sap-cloud-sdk/core.DeleteRequestBuilderBase"},{"id":1337,"kind":1024,"name":"_entityConstructor","url":"classes/sap_cloud_sdk_core.DeleteRequestBuilderBase#_entityConstructor","classes":"tsd-kind-property tsd-parent-kind-class","parent":"@sap-cloud-sdk/core.DeleteRequestBuilderBase"},{"id":1338,"kind":1024,"name":"_entity","url":"classes/sap_cloud_sdk_core.DeleteRequestBuilderBase#_entity","classes":"tsd-kind-property tsd-parent-kind-class","parent":"@sap-cloud-sdk/core.DeleteRequestBuilderBase"},{"id":1339,"kind":2048,"name":"ignoreVersionIdentifier","url":"classes/sap_cloud_sdk_core.DeleteRequestBuilderBase#ignoreVersionIdentifier","classes":"tsd-kind-method tsd-parent-kind-class","parent":"@sap-cloud-sdk/core.DeleteRequestBuilderBase"},{"id":1340,"kind":2048,"name":"execute","url":"classes/sap_cloud_sdk_core.DeleteRequestBuilderBase#execute","classes":"tsd-kind-method tsd-parent-kind-class","parent":"@sap-cloud-sdk/core.DeleteRequestBuilderBase"},{"id":1341,"kind":2048,"name":"executeRaw","url":"classes/sap_cloud_sdk_core.DeleteRequestBuilderBase#executeRaw","classes":"tsd-kind-method tsd-parent-kind-class","parent":"@sap-cloud-sdk/core.DeleteRequestBuilderBase"},{"id":1342,"kind":2048,"name":"setVersionIdentifier","url":"classes/sap_cloud_sdk_core.DeleteRequestBuilderBase#setVersionIdentifier","classes":"tsd-kind-method tsd-parent-kind-class","parent":"@sap-cloud-sdk/core.DeleteRequestBuilderBase"},{"id":1343,"kind":1024,"name":"requestConfig","url":"classes/sap_cloud_sdk_core.DeleteRequestBuilderBase#requestConfig","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.DeleteRequestBuilderBase"},{"id":1344,"kind":2048,"name":"url","url":"classes/sap_cloud_sdk_core.DeleteRequestBuilderBase#url","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.DeleteRequestBuilderBase"},{"id":1345,"kind":2048,"name":"relativeUrl","url":"classes/sap_cloud_sdk_core.DeleteRequestBuilderBase#relativeUrl","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.DeleteRequestBuilderBase"},{"id":1346,"kind":2048,"name":"withCustomHeaders","url":"classes/sap_cloud_sdk_core.DeleteRequestBuilderBase#withCustomHeaders","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.DeleteRequestBuilderBase"},{"id":1347,"kind":2048,"name":"addCustomHeaders","url":"classes/sap_cloud_sdk_core.DeleteRequestBuilderBase#addCustomHeaders","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.DeleteRequestBuilderBase"},{"id":1348,"kind":2048,"name":"withCustomQueryParameters","url":"classes/sap_cloud_sdk_core.DeleteRequestBuilderBase#withCustomQueryParameters","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.DeleteRequestBuilderBase"},{"id":1349,"kind":2048,"name":"addCustomQueryParameters","url":"classes/sap_cloud_sdk_core.DeleteRequestBuilderBase#addCustomQueryParameters","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.DeleteRequestBuilderBase"},{"id":1350,"kind":2048,"name":"withCustomServicePath","url":"classes/sap_cloud_sdk_core.DeleteRequestBuilderBase#withCustomServicePath","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.DeleteRequestBuilderBase"},{"id":1351,"kind":2048,"name":"setCustomServicePath","url":"classes/sap_cloud_sdk_core.DeleteRequestBuilderBase#setCustomServicePath","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.DeleteRequestBuilderBase"},{"id":1352,"kind":2048,"name":"addCustomRequestConfiguration","url":"classes/sap_cloud_sdk_core.DeleteRequestBuilderBase#addCustomRequestConfiguration","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.DeleteRequestBuilderBase"},{"id":1353,"kind":2048,"name":"appendPath","url":"classes/sap_cloud_sdk_core.DeleteRequestBuilderBase#appendPath","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.DeleteRequestBuilderBase"},{"id":1354,"kind":2048,"name":"skipCsrfTokenFetching","url":"classes/sap_cloud_sdk_core.DeleteRequestBuilderBase#skipCsrfTokenFetching","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.DeleteRequestBuilderBase"},{"id":1355,"kind":2048,"name":"build","url":"classes/sap_cloud_sdk_core.DeleteRequestBuilderBase#build","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.DeleteRequestBuilderBase"},{"id":1356,"kind":128,"name":"GetByKeyRequestBuilderBase","url":"classes/sap_cloud_sdk_core.GetByKeyRequestBuilderBase","classes":"tsd-kind-class tsd-parent-kind-module tsd-has-type-parameter","parent":"@sap-cloud-sdk/core"},{"id":1357,"kind":512,"name":"constructor","url":"classes/sap_cloud_sdk_core.GetByKeyRequestBuilderBase#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-has-type-parameter tsd-is-overwrite","parent":"@sap-cloud-sdk/core.GetByKeyRequestBuilderBase"},{"id":1358,"kind":1024,"name":"entityDeserializer","url":"classes/sap_cloud_sdk_core.GetByKeyRequestBuilderBase#entityDeserializer","classes":"tsd-kind-property tsd-parent-kind-class","parent":"@sap-cloud-sdk/core.GetByKeyRequestBuilderBase"},{"id":1359,"kind":1024,"name":"dataAccessor","url":"classes/sap_cloud_sdk_core.GetByKeyRequestBuilderBase#dataAccessor","classes":"tsd-kind-property tsd-parent-kind-class","parent":"@sap-cloud-sdk/core.GetByKeyRequestBuilderBase"},{"id":1360,"kind":2048,"name":"select","url":"classes/sap_cloud_sdk_core.GetByKeyRequestBuilderBase#select","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"@sap-cloud-sdk/core.GetByKeyRequestBuilderBase"},{"id":1361,"kind":2048,"name":"execute","url":"classes/sap_cloud_sdk_core.GetByKeyRequestBuilderBase#execute","classes":"tsd-kind-method tsd-parent-kind-class","parent":"@sap-cloud-sdk/core.GetByKeyRequestBuilderBase"},{"id":1362,"kind":1024,"name":"_entityConstructor","url":"classes/sap_cloud_sdk_core.GetByKeyRequestBuilderBase#_entityConstructor","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.GetByKeyRequestBuilderBase"},{"id":1363,"kind":1024,"name":"_entity","url":"classes/sap_cloud_sdk_core.GetByKeyRequestBuilderBase#_entity","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.GetByKeyRequestBuilderBase"},{"id":1364,"kind":2048,"name":"executeRaw","url":"classes/sap_cloud_sdk_core.GetByKeyRequestBuilderBase#executeRaw","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.GetByKeyRequestBuilderBase"},{"id":1365,"kind":1024,"name":"requestConfig","url":"classes/sap_cloud_sdk_core.GetByKeyRequestBuilderBase#requestConfig","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.GetByKeyRequestBuilderBase"},{"id":1366,"kind":2048,"name":"url","url":"classes/sap_cloud_sdk_core.GetByKeyRequestBuilderBase#url","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.GetByKeyRequestBuilderBase"},{"id":1367,"kind":2048,"name":"relativeUrl","url":"classes/sap_cloud_sdk_core.GetByKeyRequestBuilderBase#relativeUrl","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.GetByKeyRequestBuilderBase"},{"id":1368,"kind":2048,"name":"withCustomHeaders","url":"classes/sap_cloud_sdk_core.GetByKeyRequestBuilderBase#withCustomHeaders","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.GetByKeyRequestBuilderBase"},{"id":1369,"kind":2048,"name":"addCustomHeaders","url":"classes/sap_cloud_sdk_core.GetByKeyRequestBuilderBase#addCustomHeaders","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.GetByKeyRequestBuilderBase"},{"id":1370,"kind":2048,"name":"withCustomQueryParameters","url":"classes/sap_cloud_sdk_core.GetByKeyRequestBuilderBase#withCustomQueryParameters","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.GetByKeyRequestBuilderBase"},{"id":1371,"kind":2048,"name":"addCustomQueryParameters","url":"classes/sap_cloud_sdk_core.GetByKeyRequestBuilderBase#addCustomQueryParameters","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.GetByKeyRequestBuilderBase"},{"id":1372,"kind":2048,"name":"withCustomServicePath","url":"classes/sap_cloud_sdk_core.GetByKeyRequestBuilderBase#withCustomServicePath","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.GetByKeyRequestBuilderBase"},{"id":1373,"kind":2048,"name":"setCustomServicePath","url":"classes/sap_cloud_sdk_core.GetByKeyRequestBuilderBase#setCustomServicePath","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.GetByKeyRequestBuilderBase"},{"id":1374,"kind":2048,"name":"addCustomRequestConfiguration","url":"classes/sap_cloud_sdk_core.GetByKeyRequestBuilderBase#addCustomRequestConfiguration","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.GetByKeyRequestBuilderBase"},{"id":1375,"kind":2048,"name":"appendPath","url":"classes/sap_cloud_sdk_core.GetByKeyRequestBuilderBase#appendPath","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.GetByKeyRequestBuilderBase"},{"id":1376,"kind":2048,"name":"skipCsrfTokenFetching","url":"classes/sap_cloud_sdk_core.GetByKeyRequestBuilderBase#skipCsrfTokenFetching","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.GetByKeyRequestBuilderBase"},{"id":1377,"kind":2048,"name":"build","url":"classes/sap_cloud_sdk_core.GetByKeyRequestBuilderBase#build","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.GetByKeyRequestBuilderBase"},{"id":1378,"kind":128,"name":"UpdateRequestBuilderBase","url":"classes/sap_cloud_sdk_core.UpdateRequestBuilderBase","classes":"tsd-kind-class tsd-parent-kind-module tsd-has-type-parameter","parent":"@sap-cloud-sdk/core"},{"id":1379,"kind":512,"name":"constructor","url":"classes/sap_cloud_sdk_core.UpdateRequestBuilderBase#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-has-type-parameter tsd-is-overwrite","parent":"@sap-cloud-sdk/core.UpdateRequestBuilderBase"},{"id":1380,"kind":1024,"name":"_entityConstructor","url":"classes/sap_cloud_sdk_core.UpdateRequestBuilderBase#_entityConstructor","classes":"tsd-kind-property tsd-parent-kind-class","parent":"@sap-cloud-sdk/core.UpdateRequestBuilderBase"},{"id":1381,"kind":1024,"name":"_entity","url":"classes/sap_cloud_sdk_core.UpdateRequestBuilderBase#_entity","classes":"tsd-kind-property tsd-parent-kind-class","parent":"@sap-cloud-sdk/core.UpdateRequestBuilderBase"},{"id":1382,"kind":1024,"name":"oDataUri","url":"classes/sap_cloud_sdk_core.UpdateRequestBuilderBase#oDataUri","classes":"tsd-kind-property tsd-parent-kind-class","parent":"@sap-cloud-sdk/core.UpdateRequestBuilderBase"},{"id":1383,"kind":1024,"name":"entitySerializer","url":"classes/sap_cloud_sdk_core.UpdateRequestBuilderBase#entitySerializer","classes":"tsd-kind-property tsd-parent-kind-class","parent":"@sap-cloud-sdk/core.UpdateRequestBuilderBase"},{"id":1384,"kind":1024,"name":"extractODataEtag","url":"classes/sap_cloud_sdk_core.UpdateRequestBuilderBase#extractODataEtag","classes":"tsd-kind-property tsd-parent-kind-class","parent":"@sap-cloud-sdk/core.UpdateRequestBuilderBase"},{"id":1385,"kind":65536,"name":"__type","url":"classes/sap_cloud_sdk_core.UpdateRequestBuilderBase#__type","classes":"tsd-kind-type-literal tsd-parent-kind-class","parent":"@sap-cloud-sdk/core.UpdateRequestBuilderBase"},{"id":1386,"kind":1024,"name":"payloadManipulator","url":"classes/sap_cloud_sdk_core.UpdateRequestBuilderBase#payloadManipulator","classes":"tsd-kind-property tsd-parent-kind-class","parent":"@sap-cloud-sdk/core.UpdateRequestBuilderBase"},{"id":1387,"kind":65536,"name":"__type","url":"classes/sap_cloud_sdk_core.UpdateRequestBuilderBase#__type-1","classes":"tsd-kind-type-literal tsd-parent-kind-class","parent":"@sap-cloud-sdk/core.UpdateRequestBuilderBase"},{"id":1388,"kind":262144,"name":"entity","url":"classes/sap_cloud_sdk_core.UpdateRequestBuilderBase#entity","classes":"tsd-kind-get-signature tsd-parent-kind-class","parent":"@sap-cloud-sdk/core.UpdateRequestBuilderBase"},{"id":1389,"kind":2048,"name":"prepare","url":"classes/sap_cloud_sdk_core.UpdateRequestBuilderBase#prepare","classes":"tsd-kind-method tsd-parent-kind-class","parent":"@sap-cloud-sdk/core.UpdateRequestBuilderBase"},{"id":1390,"kind":2048,"name":"replaceWholeEntityWithPut","url":"classes/sap_cloud_sdk_core.UpdateRequestBuilderBase#replaceWholeEntityWithPut","classes":"tsd-kind-method tsd-parent-kind-class","parent":"@sap-cloud-sdk/core.UpdateRequestBuilderBase"},{"id":1391,"kind":2048,"name":"requiredFields","url":"classes/sap_cloud_sdk_core.UpdateRequestBuilderBase#requiredFields","classes":"tsd-kind-method tsd-parent-kind-class","parent":"@sap-cloud-sdk/core.UpdateRequestBuilderBase"},{"id":1392,"kind":2048,"name":"setRequiredFields","url":"classes/sap_cloud_sdk_core.UpdateRequestBuilderBase#setRequiredFields","classes":"tsd-kind-method tsd-parent-kind-class","parent":"@sap-cloud-sdk/core.UpdateRequestBuilderBase"},{"id":1393,"kind":2048,"name":"ignoredFields","url":"classes/sap_cloud_sdk_core.UpdateRequestBuilderBase#ignoredFields","classes":"tsd-kind-method tsd-parent-kind-class","parent":"@sap-cloud-sdk/core.UpdateRequestBuilderBase"},{"id":1394,"kind":2048,"name":"setIgnoredFields","url":"classes/sap_cloud_sdk_core.UpdateRequestBuilderBase#setIgnoredFields","classes":"tsd-kind-method tsd-parent-kind-class","parent":"@sap-cloud-sdk/core.UpdateRequestBuilderBase"},{"id":1395,"kind":2048,"name":"ignoreVersionIdentifier","url":"classes/sap_cloud_sdk_core.UpdateRequestBuilderBase#ignoreVersionIdentifier","classes":"tsd-kind-method tsd-parent-kind-class","parent":"@sap-cloud-sdk/core.UpdateRequestBuilderBase"},{"id":1396,"kind":2048,"name":"withCustomVersionIdentifier","url":"classes/sap_cloud_sdk_core.UpdateRequestBuilderBase#withCustomVersionIdentifier","classes":"tsd-kind-method tsd-parent-kind-class","parent":"@sap-cloud-sdk/core.UpdateRequestBuilderBase"},{"id":1397,"kind":2048,"name":"setVersionIdentifier","url":"classes/sap_cloud_sdk_core.UpdateRequestBuilderBase#setVersionIdentifier","classes":"tsd-kind-method tsd-parent-kind-class","parent":"@sap-cloud-sdk/core.UpdateRequestBuilderBase"},{"id":1398,"kind":2048,"name":"executeRequest","url":"classes/sap_cloud_sdk_core.UpdateRequestBuilderBase#executeRequest","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-protected","parent":"@sap-cloud-sdk/core.UpdateRequestBuilderBase"},{"id":1399,"kind":2048,"name":"executeRequestRaw","url":"classes/sap_cloud_sdk_core.UpdateRequestBuilderBase#executeRequestRaw","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-protected","parent":"@sap-cloud-sdk/core.UpdateRequestBuilderBase"},{"id":1400,"kind":2048,"name":"getPayload","url":"classes/sap_cloud_sdk_core.UpdateRequestBuilderBase#getPayload","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-protected","parent":"@sap-cloud-sdk/core.UpdateRequestBuilderBase"},{"id":1401,"kind":2048,"name":"isEmptyObject","url":"classes/sap_cloud_sdk_core.UpdateRequestBuilderBase#isEmptyObject","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-protected","parent":"@sap-cloud-sdk/core.UpdateRequestBuilderBase"},{"id":1402,"kind":1024,"name":"requestConfig","url":"classes/sap_cloud_sdk_core.UpdateRequestBuilderBase#requestConfig","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.UpdateRequestBuilderBase"},{"id":1403,"kind":2048,"name":"url","url":"classes/sap_cloud_sdk_core.UpdateRequestBuilderBase#url","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.UpdateRequestBuilderBase"},{"id":1404,"kind":2048,"name":"relativeUrl","url":"classes/sap_cloud_sdk_core.UpdateRequestBuilderBase#relativeUrl","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.UpdateRequestBuilderBase"},{"id":1405,"kind":2048,"name":"withCustomHeaders","url":"classes/sap_cloud_sdk_core.UpdateRequestBuilderBase#withCustomHeaders","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.UpdateRequestBuilderBase"},{"id":1406,"kind":2048,"name":"addCustomHeaders","url":"classes/sap_cloud_sdk_core.UpdateRequestBuilderBase#addCustomHeaders","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.UpdateRequestBuilderBase"},{"id":1407,"kind":2048,"name":"withCustomQueryParameters","url":"classes/sap_cloud_sdk_core.UpdateRequestBuilderBase#withCustomQueryParameters","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.UpdateRequestBuilderBase"},{"id":1408,"kind":2048,"name":"addCustomQueryParameters","url":"classes/sap_cloud_sdk_core.UpdateRequestBuilderBase#addCustomQueryParameters","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.UpdateRequestBuilderBase"},{"id":1409,"kind":2048,"name":"withCustomServicePath","url":"classes/sap_cloud_sdk_core.UpdateRequestBuilderBase#withCustomServicePath","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.UpdateRequestBuilderBase"},{"id":1410,"kind":2048,"name":"setCustomServicePath","url":"classes/sap_cloud_sdk_core.UpdateRequestBuilderBase#setCustomServicePath","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.UpdateRequestBuilderBase"},{"id":1411,"kind":2048,"name":"addCustomRequestConfiguration","url":"classes/sap_cloud_sdk_core.UpdateRequestBuilderBase#addCustomRequestConfiguration","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.UpdateRequestBuilderBase"},{"id":1412,"kind":2048,"name":"appendPath","url":"classes/sap_cloud_sdk_core.UpdateRequestBuilderBase#appendPath","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.UpdateRequestBuilderBase"},{"id":1413,"kind":2048,"name":"skipCsrfTokenFetching","url":"classes/sap_cloud_sdk_core.UpdateRequestBuilderBase#skipCsrfTokenFetching","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.UpdateRequestBuilderBase"},{"id":1414,"kind":2048,"name":"build","url":"classes/sap_cloud_sdk_core.UpdateRequestBuilderBase#build","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.UpdateRequestBuilderBase"},{"id":1415,"kind":128,"name":"AllFields","url":"classes/sap_cloud_sdk_core.AllFields","classes":"tsd-kind-class tsd-parent-kind-module tsd-has-type-parameter","parent":"@sap-cloud-sdk/core"},{"id":1416,"kind":512,"name":"constructor","url":"classes/sap_cloud_sdk_core.AllFields#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-has-type-parameter","parent":"@sap-cloud-sdk/core.AllFields"},{"id":1417,"kind":1024,"name":"_fieldName","url":"classes/sap_cloud_sdk_core.AllFields#_fieldName","classes":"tsd-kind-property tsd-parent-kind-class","parent":"@sap-cloud-sdk/core.AllFields"},{"id":1418,"kind":1024,"name":"_entityConstructor","url":"classes/sap_cloud_sdk_core.AllFields#_entityConstructor","classes":"tsd-kind-property tsd-parent-kind-class","parent":"@sap-cloud-sdk/core.AllFields"},{"id":1419,"kind":1024,"name":"selectable","url":"classes/sap_cloud_sdk_core.AllFields#selectable","classes":"tsd-kind-property tsd-parent-kind-class","parent":"@sap-cloud-sdk/core.AllFields"},{"id":1420,"kind":128,"name":"CollectionField","url":"classes/sap_cloud_sdk_core.CollectionField","classes":"tsd-kind-class tsd-parent-kind-module tsd-has-type-parameter","parent":"@sap-cloud-sdk/core"},{"id":1421,"kind":512,"name":"constructor","url":"classes/sap_cloud_sdk_core.CollectionField#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-has-type-parameter tsd-is-overwrite","parent":"@sap-cloud-sdk/core.CollectionField"},{"id":1422,"kind":1024,"name":"_fieldOf","url":"classes/sap_cloud_sdk_core.CollectionField#_fieldOf","classes":"tsd-kind-property tsd-parent-kind-class","parent":"@sap-cloud-sdk/core.CollectionField"},{"id":1423,"kind":1024,"name":"_fieldType","url":"classes/sap_cloud_sdk_core.CollectionField#_fieldType","classes":"tsd-kind-property tsd-parent-kind-class","parent":"@sap-cloud-sdk/core.CollectionField"},{"id":1424,"kind":2048,"name":"fieldPath","url":"classes/sap_cloud_sdk_core.CollectionField#fieldPath","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"@sap-cloud-sdk/core.CollectionField"},{"id":1425,"kind":1024,"name":"_fieldName","url":"classes/sap_cloud_sdk_core.CollectionField#_fieldName","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.CollectionField"},{"id":1426,"kind":1024,"name":"_entityConstructor","url":"classes/sap_cloud_sdk_core.CollectionField#_entityConstructor","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.CollectionField"},{"id":1427,"kind":1024,"name":"_entity","url":"classes/sap_cloud_sdk_core.CollectionField#_entity","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.CollectionField"},{"id":1428,"kind":1024,"name":"_fieldOptions","url":"classes/sap_cloud_sdk_core.CollectionField#_fieldOptions","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.CollectionField"},{"id":1429,"kind":4194304,"name":"CollectionFieldType","url":"modules/sap_cloud_sdk_core#CollectionFieldType","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-has-type-parameter","parent":"@sap-cloud-sdk/core"},{"id":1430,"kind":64,"name":"isComplexTypeNameSpace","url":"modules/sap_cloud_sdk_core#isComplexTypeNameSpace","classes":"tsd-kind-function tsd-parent-kind-module","parent":"@sap-cloud-sdk/core"},{"id":1431,"kind":256,"name":"ComplexTypeNamespace","url":"interfaces/sap_cloud_sdk_core.ComplexTypeNamespace","classes":"tsd-kind-interface tsd-parent-kind-module tsd-has-type-parameter","parent":"@sap-cloud-sdk/core"},{"id":1432,"kind":1024,"name":"_propertyMetadata","url":"interfaces/sap_cloud_sdk_core.ComplexTypeNamespace#_propertyMetadata","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"@sap-cloud-sdk/core.ComplexTypeNamespace"},{"id":1433,"kind":256,"name":"PropertyMetadata","url":"interfaces/sap_cloud_sdk_core.PropertyMetadata","classes":"tsd-kind-interface tsd-parent-kind-module tsd-has-type-parameter","parent":"@sap-cloud-sdk/core"},{"id":1434,"kind":1024,"name":"name","url":"interfaces/sap_cloud_sdk_core.PropertyMetadata#name","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"@sap-cloud-sdk/core.PropertyMetadata"},{"id":1435,"kind":1024,"name":"originalName","url":"interfaces/sap_cloud_sdk_core.PropertyMetadata#originalName","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"@sap-cloud-sdk/core.PropertyMetadata"},{"id":1436,"kind":1024,"name":"type","url":"interfaces/sap_cloud_sdk_core.PropertyMetadata#type","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"@sap-cloud-sdk/core.PropertyMetadata"},{"id":1437,"kind":1024,"name":"isCollection","url":"interfaces/sap_cloud_sdk_core.PropertyMetadata#isCollection","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"@sap-cloud-sdk/core.PropertyMetadata"},{"id":1438,"kind":64,"name":"getEntityConstructor","url":"modules/sap_cloud_sdk_core#getEntityConstructor","classes":"tsd-kind-function tsd-parent-kind-module tsd-has-type-parameter","parent":"@sap-cloud-sdk/core"},{"id":1439,"kind":64,"name":"getEdmType","url":"modules/sap_cloud_sdk_core#getEdmType","classes":"tsd-kind-function tsd-parent-kind-module tsd-has-type-parameter","parent":"@sap-cloud-sdk/core"},{"id":1440,"kind":128,"name":"ComplexTypeField","url":"classes/sap_cloud_sdk_core.ComplexTypeField","classes":"tsd-kind-class tsd-parent-kind-module tsd-has-type-parameter","parent":"@sap-cloud-sdk/core"},{"id":1441,"kind":512,"name":"constructor","url":"classes/sap_cloud_sdk_core.ComplexTypeField#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-has-type-parameter tsd-is-overwrite","parent":"@sap-cloud-sdk/core.ComplexTypeField"},{"id":1442,"kind":1024,"name":"fieldOf","url":"classes/sap_cloud_sdk_core.ComplexTypeField#fieldOf","classes":"tsd-kind-property tsd-parent-kind-class","parent":"@sap-cloud-sdk/core.ComplexTypeField"},{"id":1443,"kind":1024,"name":"_complexType","url":"classes/sap_cloud_sdk_core.ComplexTypeField#_complexType","classes":"tsd-kind-property tsd-parent-kind-class","parent":"@sap-cloud-sdk/core.ComplexTypeField"},{"id":1444,"kind":2048,"name":"fieldPath","url":"classes/sap_cloud_sdk_core.ComplexTypeField#fieldPath","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"@sap-cloud-sdk/core.ComplexTypeField"},{"id":1445,"kind":1024,"name":"_fieldName","url":"classes/sap_cloud_sdk_core.ComplexTypeField#_fieldName","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ComplexTypeField"},{"id":1446,"kind":1024,"name":"_entityConstructor","url":"classes/sap_cloud_sdk_core.ComplexTypeField#_entityConstructor","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ComplexTypeField"},{"id":1447,"kind":1024,"name":"_entity","url":"classes/sap_cloud_sdk_core.ComplexTypeField#_entity","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ComplexTypeField"},{"id":1448,"kind":1024,"name":"_fieldOptions","url":"classes/sap_cloud_sdk_core.ComplexTypeField#_fieldOptions","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ComplexTypeField"},{"id":1449,"kind":4194304,"name":"ConstructorOrField","url":"modules/sap_cloud_sdk_core#ConstructorOrField","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-has-type-parameter","parent":"@sap-cloud-sdk/core"},{"id":1450,"kind":64,"name":"createComplexType","url":"modules/sap_cloud_sdk_core#createComplexType","classes":"tsd-kind-function tsd-parent-kind-module tsd-has-type-parameter","parent":"@sap-cloud-sdk/core"},{"id":1451,"kind":4194304,"name":"FieldTypeByEdmType","url":"modules/sap_cloud_sdk_core#FieldTypeByEdmType","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-has-type-parameter","parent":"@sap-cloud-sdk/core"},{"id":1452,"kind":4194304,"name":"EdmTypeForEdmOrFieldType","url":"modules/sap_cloud_sdk_core#EdmTypeForEdmOrFieldType","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-has-type-parameter","parent":"@sap-cloud-sdk/core"},{"id":1453,"kind":128,"name":"EdmTypeField","url":"classes/sap_cloud_sdk_core.EdmTypeField","classes":"tsd-kind-class tsd-parent-kind-module tsd-has-type-parameter","parent":"@sap-cloud-sdk/core"},{"id":1454,"kind":512,"name":"constructor","url":"classes/sap_cloud_sdk_core.EdmTypeField#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-has-type-parameter tsd-is-overwrite","parent":"@sap-cloud-sdk/core.EdmTypeField"},{"id":1455,"kind":1024,"name":"_fieldOf","url":"classes/sap_cloud_sdk_core.EdmTypeField#_fieldOf","classes":"tsd-kind-property tsd-parent-kind-class","parent":"@sap-cloud-sdk/core.EdmTypeField"},{"id":1456,"kind":1024,"name":"edmType","url":"classes/sap_cloud_sdk_core.EdmTypeField#edmType","classes":"tsd-kind-property tsd-parent-kind-class","parent":"@sap-cloud-sdk/core.EdmTypeField"},{"id":1457,"kind":2048,"name":"equals","url":"classes/sap_cloud_sdk_core.EdmTypeField#equals","classes":"tsd-kind-method tsd-parent-kind-class","parent":"@sap-cloud-sdk/core.EdmTypeField"},{"id":1458,"kind":2048,"name":"notEquals","url":"classes/sap_cloud_sdk_core.EdmTypeField#notEquals","classes":"tsd-kind-method tsd-parent-kind-class","parent":"@sap-cloud-sdk/core.EdmTypeField"},{"id":1459,"kind":2048,"name":"fieldPath","url":"classes/sap_cloud_sdk_core.EdmTypeField#fieldPath","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"@sap-cloud-sdk/core.EdmTypeField"},{"id":1460,"kind":1024,"name":"_fieldName","url":"classes/sap_cloud_sdk_core.EdmTypeField#_fieldName","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.EdmTypeField"},{"id":1461,"kind":1024,"name":"_entityConstructor","url":"classes/sap_cloud_sdk_core.EdmTypeField#_entityConstructor","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.EdmTypeField"},{"id":1462,"kind":1024,"name":"_entity","url":"classes/sap_cloud_sdk_core.EdmTypeField#_entity","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.EdmTypeField"},{"id":1463,"kind":1024,"name":"_fieldOptions","url":"classes/sap_cloud_sdk_core.EdmTypeField#_fieldOptions","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.EdmTypeField"},{"id":1464,"kind":128,"name":"EnumField","url":"classes/sap_cloud_sdk_core.EnumField","classes":"tsd-kind-class tsd-parent-kind-module tsd-has-type-parameter","parent":"@sap-cloud-sdk/core"},{"id":1465,"kind":512,"name":"constructor","url":"classes/sap_cloud_sdk_core.EnumField#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-has-type-parameter tsd-is-overwrite","parent":"@sap-cloud-sdk/core.EnumField"},{"id":1466,"kind":1024,"name":"_fieldOf","url":"classes/sap_cloud_sdk_core.EnumField#_fieldOf","classes":"tsd-kind-property tsd-parent-kind-class","parent":"@sap-cloud-sdk/core.EnumField"},{"id":1467,"kind":1024,"name":"enumType","url":"classes/sap_cloud_sdk_core.EnumField#enumType","classes":"tsd-kind-property tsd-parent-kind-class","parent":"@sap-cloud-sdk/core.EnumField"},{"id":1468,"kind":1024,"name":"edmType","url":"classes/sap_cloud_sdk_core.EnumField#edmType","classes":"tsd-kind-property tsd-parent-kind-class","parent":"@sap-cloud-sdk/core.EnumField"},{"id":1469,"kind":2048,"name":"fieldPath","url":"classes/sap_cloud_sdk_core.EnumField#fieldPath","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"@sap-cloud-sdk/core.EnumField"},{"id":1470,"kind":2048,"name":"equals","url":"classes/sap_cloud_sdk_core.EnumField#equals","classes":"tsd-kind-method tsd-parent-kind-class","parent":"@sap-cloud-sdk/core.EnumField"},{"id":1471,"kind":2048,"name":"notEquals","url":"classes/sap_cloud_sdk_core.EnumField#notEquals","classes":"tsd-kind-method tsd-parent-kind-class","parent":"@sap-cloud-sdk/core.EnumField"},{"id":1472,"kind":1024,"name":"_fieldName","url":"classes/sap_cloud_sdk_core.EnumField#_fieldName","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.EnumField"},{"id":1473,"kind":1024,"name":"_entityConstructor","url":"classes/sap_cloud_sdk_core.EnumField#_entityConstructor","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.EnumField"},{"id":1474,"kind":1024,"name":"_entity","url":"classes/sap_cloud_sdk_core.EnumField#_entity","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.EnumField"},{"id":1475,"kind":1024,"name":"_fieldOptions","url":"classes/sap_cloud_sdk_core.EnumField#_fieldOptions","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.EnumField"},{"id":1476,"kind":4194304,"name":"EnumType","url":"modules/sap_cloud_sdk_core#EnumType","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-has-type-parameter","parent":"@sap-cloud-sdk/core"},{"id":1477,"kind":64,"name":"getFieldOptions","url":"modules/sap_cloud_sdk_core#getFieldOptions","classes":"tsd-kind-function tsd-parent-kind-module tsd-has-type-parameter","parent":"@sap-cloud-sdk/core"},{"id":1478,"kind":4194304,"name":"FieldType","url":"modules/sap_cloud_sdk_core#FieldType","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"@sap-cloud-sdk/core"},{"id":1479,"kind":4194304,"name":"DeepFieldType","url":"modules/sap_cloud_sdk_core#DeepFieldType","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"@sap-cloud-sdk/core"},{"id":1480,"kind":256,"name":"FieldOptions","url":"interfaces/sap_cloud_sdk_core.FieldOptions","classes":"tsd-kind-interface tsd-parent-kind-module tsd-has-type-parameter","parent":"@sap-cloud-sdk/core"},{"id":1481,"kind":1024,"name":"isNullable","url":"interfaces/sap_cloud_sdk_core.FieldOptions#isNullable","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"@sap-cloud-sdk/core.FieldOptions"},{"id":1482,"kind":1024,"name":"isSelectable","url":"interfaces/sap_cloud_sdk_core.FieldOptions#isSelectable","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"@sap-cloud-sdk/core.FieldOptions"},{"id":1483,"kind":128,"name":"Field","url":"classes/sap_cloud_sdk_core.Field","classes":"tsd-kind-class tsd-parent-kind-module tsd-has-type-parameter","parent":"@sap-cloud-sdk/core"},{"id":1484,"kind":512,"name":"constructor","url":"classes/sap_cloud_sdk_core.Field#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-has-type-parameter","parent":"@sap-cloud-sdk/core.Field"},{"id":1485,"kind":1024,"name":"_fieldName","url":"classes/sap_cloud_sdk_core.Field#_fieldName","classes":"tsd-kind-property tsd-parent-kind-class","parent":"@sap-cloud-sdk/core.Field"},{"id":1486,"kind":1024,"name":"_entityConstructor","url":"classes/sap_cloud_sdk_core.Field#_entityConstructor","classes":"tsd-kind-property tsd-parent-kind-class","parent":"@sap-cloud-sdk/core.Field"},{"id":1487,"kind":1024,"name":"_entity","url":"classes/sap_cloud_sdk_core.Field#_entity","classes":"tsd-kind-property tsd-parent-kind-class","parent":"@sap-cloud-sdk/core.Field"},{"id":1488,"kind":1024,"name":"_fieldOptions","url":"classes/sap_cloud_sdk_core.Field#_fieldOptions","classes":"tsd-kind-property tsd-parent-kind-class","parent":"@sap-cloud-sdk/core.Field"},{"id":1489,"kind":2048,"name":"fieldPath","url":"classes/sap_cloud_sdk_core.Field#fieldPath","classes":"tsd-kind-method tsd-parent-kind-class","parent":"@sap-cloud-sdk/core.Field"},{"id":1490,"kind":4194304,"name":"IsSelectableField","url":"modules/sap_cloud_sdk_core#IsSelectableField","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-has-type-parameter","parent":"@sap-cloud-sdk/core"},{"id":1491,"kind":4194304,"name":"IsOrderableField","url":"modules/sap_cloud_sdk_core#IsOrderableField","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-has-type-parameter","parent":"@sap-cloud-sdk/core"},{"id":1492,"kind":128,"name":"FieldBuilder","url":"classes/sap_cloud_sdk_core.FieldBuilder","classes":"tsd-kind-class tsd-parent-kind-module tsd-has-type-parameter","parent":"@sap-cloud-sdk/core"},{"id":1493,"kind":512,"name":"constructor","url":"classes/sap_cloud_sdk_core.FieldBuilder#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-has-type-parameter","parent":"@sap-cloud-sdk/core.FieldBuilder"},{"id":1494,"kind":1024,"name":"fieldOf","url":"classes/sap_cloud_sdk_core.FieldBuilder#fieldOf","classes":"tsd-kind-property tsd-parent-kind-class","parent":"@sap-cloud-sdk/core.FieldBuilder"},{"id":1495,"kind":2048,"name":"buildEdmTypeField","url":"classes/sap_cloud_sdk_core.FieldBuilder#buildEdmTypeField","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"@sap-cloud-sdk/core.FieldBuilder"},{"id":1496,"kind":2048,"name":"buildComplexTypeField","url":"classes/sap_cloud_sdk_core.FieldBuilder#buildComplexTypeField","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"@sap-cloud-sdk/core.FieldBuilder"},{"id":1497,"kind":2048,"name":"buildCollectionField","url":"classes/sap_cloud_sdk_core.FieldBuilder#buildCollectionField","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"@sap-cloud-sdk/core.FieldBuilder"},{"id":1498,"kind":2048,"name":"buildEnumField","url":"classes/sap_cloud_sdk_core.FieldBuilder#buildEnumField","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"@sap-cloud-sdk/core.FieldBuilder"},{"id":1499,"kind":128,"name":"BigNumberField","url":"classes/sap_cloud_sdk_core.BigNumberField","classes":"tsd-kind-class tsd-parent-kind-module tsd-has-type-parameter","parent":"@sap-cloud-sdk/core"},{"id":1500,"kind":512,"name":"constructor","url":"classes/sap_cloud_sdk_core.BigNumberField#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited","parent":"@sap-cloud-sdk/core.BigNumberField"},{"id":1501,"kind":2048,"name":"greaterThan","url":"classes/sap_cloud_sdk_core.BigNumberField#greaterThan","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.BigNumberField"},{"id":1502,"kind":2048,"name":"greaterOrEqual","url":"classes/sap_cloud_sdk_core.BigNumberField#greaterOrEqual","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.BigNumberField"},{"id":1503,"kind":2048,"name":"lessThan","url":"classes/sap_cloud_sdk_core.BigNumberField#lessThan","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.BigNumberField"},{"id":1504,"kind":2048,"name":"lessOrEqual","url":"classes/sap_cloud_sdk_core.BigNumberField#lessOrEqual","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.BigNumberField"},{"id":1505,"kind":1024,"name":"_fieldOf","url":"classes/sap_cloud_sdk_core.BigNumberField#_fieldOf","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.BigNumberField"},{"id":1506,"kind":1024,"name":"edmType","url":"classes/sap_cloud_sdk_core.BigNumberField#edmType","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.BigNumberField"},{"id":1507,"kind":2048,"name":"equals","url":"classes/sap_cloud_sdk_core.BigNumberField#equals","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.BigNumberField"},{"id":1508,"kind":2048,"name":"notEquals","url":"classes/sap_cloud_sdk_core.BigNumberField#notEquals","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.BigNumberField"},{"id":1509,"kind":2048,"name":"fieldPath","url":"classes/sap_cloud_sdk_core.BigNumberField#fieldPath","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.BigNumberField"},{"id":1510,"kind":1024,"name":"_fieldName","url":"classes/sap_cloud_sdk_core.BigNumberField#_fieldName","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.BigNumberField"},{"id":1511,"kind":1024,"name":"_entityConstructor","url":"classes/sap_cloud_sdk_core.BigNumberField#_entityConstructor","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.BigNumberField"},{"id":1512,"kind":1024,"name":"_entity","url":"classes/sap_cloud_sdk_core.BigNumberField#_entity","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.BigNumberField"},{"id":1513,"kind":1024,"name":"_fieldOptions","url":"classes/sap_cloud_sdk_core.BigNumberField#_fieldOptions","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.BigNumberField"},{"id":1514,"kind":128,"name":"ComplexTypeBigNumberPropertyField","url":"classes/sap_cloud_sdk_core.ComplexTypeBigNumberPropertyField","classes":"tsd-kind-class tsd-parent-kind-module tsd-has-type-parameter","parent":"@sap-cloud-sdk/core"},{"id":1515,"kind":512,"name":"constructor","url":"classes/sap_cloud_sdk_core.ComplexTypeBigNumberPropertyField#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-has-type-parameter tsd-is-overwrite","parent":"@sap-cloud-sdk/core.ComplexTypeBigNumberPropertyField"},{"id":1516,"kind":1024,"name":"fieldOf","url":"classes/sap_cloud_sdk_core.ComplexTypeBigNumberPropertyField#fieldOf","classes":"tsd-kind-property tsd-parent-kind-class","parent":"@sap-cloud-sdk/core.ComplexTypeBigNumberPropertyField"},{"id":1517,"kind":2048,"name":"fieldPath","url":"classes/sap_cloud_sdk_core.ComplexTypeBigNumberPropertyField#fieldPath","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"@sap-cloud-sdk/core.ComplexTypeBigNumberPropertyField"},{"id":1518,"kind":2048,"name":"greaterThan","url":"classes/sap_cloud_sdk_core.ComplexTypeBigNumberPropertyField#greaterThan","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ComplexTypeBigNumberPropertyField"},{"id":1519,"kind":2048,"name":"greaterOrEqual","url":"classes/sap_cloud_sdk_core.ComplexTypeBigNumberPropertyField#greaterOrEqual","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ComplexTypeBigNumberPropertyField"},{"id":1520,"kind":2048,"name":"lessThan","url":"classes/sap_cloud_sdk_core.ComplexTypeBigNumberPropertyField#lessThan","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ComplexTypeBigNumberPropertyField"},{"id":1521,"kind":2048,"name":"lessOrEqual","url":"classes/sap_cloud_sdk_core.ComplexTypeBigNumberPropertyField#lessOrEqual","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ComplexTypeBigNumberPropertyField"},{"id":1522,"kind":1024,"name":"_fieldOf","url":"classes/sap_cloud_sdk_core.ComplexTypeBigNumberPropertyField#_fieldOf","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ComplexTypeBigNumberPropertyField"},{"id":1523,"kind":1024,"name":"edmType","url":"classes/sap_cloud_sdk_core.ComplexTypeBigNumberPropertyField#edmType","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ComplexTypeBigNumberPropertyField"},{"id":1524,"kind":2048,"name":"equals","url":"classes/sap_cloud_sdk_core.ComplexTypeBigNumberPropertyField#equals","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ComplexTypeBigNumberPropertyField"},{"id":1525,"kind":2048,"name":"notEquals","url":"classes/sap_cloud_sdk_core.ComplexTypeBigNumberPropertyField#notEquals","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ComplexTypeBigNumberPropertyField"},{"id":1526,"kind":1024,"name":"_fieldName","url":"classes/sap_cloud_sdk_core.ComplexTypeBigNumberPropertyField#_fieldName","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ComplexTypeBigNumberPropertyField"},{"id":1527,"kind":1024,"name":"_entityConstructor","url":"classes/sap_cloud_sdk_core.ComplexTypeBigNumberPropertyField#_entityConstructor","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ComplexTypeBigNumberPropertyField"},{"id":1528,"kind":1024,"name":"_entity","url":"classes/sap_cloud_sdk_core.ComplexTypeBigNumberPropertyField#_entity","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ComplexTypeBigNumberPropertyField"},{"id":1529,"kind":1024,"name":"_fieldOptions","url":"classes/sap_cloud_sdk_core.ComplexTypeBigNumberPropertyField#_fieldOptions","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ComplexTypeBigNumberPropertyField"},{"id":1530,"kind":128,"name":"BinaryFieldBase","url":"classes/sap_cloud_sdk_core.BinaryFieldBase","classes":"tsd-kind-class tsd-parent-kind-module tsd-has-type-parameter","parent":"@sap-cloud-sdk/core"},{"id":1531,"kind":512,"name":"constructor","url":"classes/sap_cloud_sdk_core.BinaryFieldBase#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited","parent":"@sap-cloud-sdk/core.BinaryFieldBase"},{"id":1532,"kind":1024,"name":"_fieldOf","url":"classes/sap_cloud_sdk_core.BinaryFieldBase#_fieldOf","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.BinaryFieldBase"},{"id":1533,"kind":1024,"name":"edmType","url":"classes/sap_cloud_sdk_core.BinaryFieldBase#edmType","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.BinaryFieldBase"},{"id":1534,"kind":2048,"name":"equals","url":"classes/sap_cloud_sdk_core.BinaryFieldBase#equals","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.BinaryFieldBase"},{"id":1535,"kind":2048,"name":"notEquals","url":"classes/sap_cloud_sdk_core.BinaryFieldBase#notEquals","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.BinaryFieldBase"},{"id":1536,"kind":2048,"name":"fieldPath","url":"classes/sap_cloud_sdk_core.BinaryFieldBase#fieldPath","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.BinaryFieldBase"},{"id":1537,"kind":1024,"name":"_fieldName","url":"classes/sap_cloud_sdk_core.BinaryFieldBase#_fieldName","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.BinaryFieldBase"},{"id":1538,"kind":1024,"name":"_entityConstructor","url":"classes/sap_cloud_sdk_core.BinaryFieldBase#_entityConstructor","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.BinaryFieldBase"},{"id":1539,"kind":1024,"name":"_entity","url":"classes/sap_cloud_sdk_core.BinaryFieldBase#_entity","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.BinaryFieldBase"},{"id":1540,"kind":1024,"name":"_fieldOptions","url":"classes/sap_cloud_sdk_core.BinaryFieldBase#_fieldOptions","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.BinaryFieldBase"},{"id":1541,"kind":128,"name":"BinaryField","url":"classes/sap_cloud_sdk_core.BinaryField","classes":"tsd-kind-class tsd-parent-kind-module tsd-has-type-parameter","parent":"@sap-cloud-sdk/core"},{"id":1542,"kind":512,"name":"constructor","url":"classes/sap_cloud_sdk_core.BinaryField#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited","parent":"@sap-cloud-sdk/core.BinaryField"},{"id":1543,"kind":1024,"name":"_fieldOf","url":"classes/sap_cloud_sdk_core.BinaryField#_fieldOf","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.BinaryField"},{"id":1544,"kind":1024,"name":"edmType","url":"classes/sap_cloud_sdk_core.BinaryField#edmType","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.BinaryField"},{"id":1545,"kind":2048,"name":"equals","url":"classes/sap_cloud_sdk_core.BinaryField#equals","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.BinaryField"},{"id":1546,"kind":2048,"name":"notEquals","url":"classes/sap_cloud_sdk_core.BinaryField#notEquals","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.BinaryField"},{"id":1547,"kind":2048,"name":"fieldPath","url":"classes/sap_cloud_sdk_core.BinaryField#fieldPath","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.BinaryField"},{"id":1548,"kind":1024,"name":"_fieldName","url":"classes/sap_cloud_sdk_core.BinaryField#_fieldName","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.BinaryField"},{"id":1549,"kind":1024,"name":"_entityConstructor","url":"classes/sap_cloud_sdk_core.BinaryField#_entityConstructor","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.BinaryField"},{"id":1550,"kind":1024,"name":"_entity","url":"classes/sap_cloud_sdk_core.BinaryField#_entity","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.BinaryField"},{"id":1551,"kind":1024,"name":"_fieldOptions","url":"classes/sap_cloud_sdk_core.BinaryField#_fieldOptions","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.BinaryField"},{"id":1552,"kind":128,"name":"ComplexTypeBinaryPropertyField","url":"classes/sap_cloud_sdk_core.ComplexTypeBinaryPropertyField","classes":"tsd-kind-class tsd-parent-kind-module tsd-has-type-parameter","parent":"@sap-cloud-sdk/core"},{"id":1553,"kind":512,"name":"constructor","url":"classes/sap_cloud_sdk_core.ComplexTypeBinaryPropertyField#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-has-type-parameter tsd-is-overwrite","parent":"@sap-cloud-sdk/core.ComplexTypeBinaryPropertyField"},{"id":1554,"kind":1024,"name":"fieldOf","url":"classes/sap_cloud_sdk_core.ComplexTypeBinaryPropertyField#fieldOf","classes":"tsd-kind-property tsd-parent-kind-class","parent":"@sap-cloud-sdk/core.ComplexTypeBinaryPropertyField"},{"id":1555,"kind":2048,"name":"fieldPath","url":"classes/sap_cloud_sdk_core.ComplexTypeBinaryPropertyField#fieldPath","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"@sap-cloud-sdk/core.ComplexTypeBinaryPropertyField"},{"id":1556,"kind":1024,"name":"_fieldOf","url":"classes/sap_cloud_sdk_core.ComplexTypeBinaryPropertyField#_fieldOf","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ComplexTypeBinaryPropertyField"},{"id":1557,"kind":1024,"name":"edmType","url":"classes/sap_cloud_sdk_core.ComplexTypeBinaryPropertyField#edmType","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ComplexTypeBinaryPropertyField"},{"id":1558,"kind":2048,"name":"equals","url":"classes/sap_cloud_sdk_core.ComplexTypeBinaryPropertyField#equals","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ComplexTypeBinaryPropertyField"},{"id":1559,"kind":2048,"name":"notEquals","url":"classes/sap_cloud_sdk_core.ComplexTypeBinaryPropertyField#notEquals","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ComplexTypeBinaryPropertyField"},{"id":1560,"kind":1024,"name":"_fieldName","url":"classes/sap_cloud_sdk_core.ComplexTypeBinaryPropertyField#_fieldName","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ComplexTypeBinaryPropertyField"},{"id":1561,"kind":1024,"name":"_entityConstructor","url":"classes/sap_cloud_sdk_core.ComplexTypeBinaryPropertyField#_entityConstructor","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ComplexTypeBinaryPropertyField"},{"id":1562,"kind":1024,"name":"_entity","url":"classes/sap_cloud_sdk_core.ComplexTypeBinaryPropertyField#_entity","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ComplexTypeBinaryPropertyField"},{"id":1563,"kind":1024,"name":"_fieldOptions","url":"classes/sap_cloud_sdk_core.ComplexTypeBinaryPropertyField#_fieldOptions","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ComplexTypeBinaryPropertyField"},{"id":1564,"kind":128,"name":"BooleanFieldBase","url":"classes/sap_cloud_sdk_core.BooleanFieldBase","classes":"tsd-kind-class tsd-parent-kind-module tsd-has-type-parameter","parent":"@sap-cloud-sdk/core"},{"id":1565,"kind":512,"name":"constructor","url":"classes/sap_cloud_sdk_core.BooleanFieldBase#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited","parent":"@sap-cloud-sdk/core.BooleanFieldBase"},{"id":1566,"kind":1024,"name":"_fieldOf","url":"classes/sap_cloud_sdk_core.BooleanFieldBase#_fieldOf","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.BooleanFieldBase"},{"id":1567,"kind":1024,"name":"edmType","url":"classes/sap_cloud_sdk_core.BooleanFieldBase#edmType","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.BooleanFieldBase"},{"id":1568,"kind":2048,"name":"equals","url":"classes/sap_cloud_sdk_core.BooleanFieldBase#equals","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.BooleanFieldBase"},{"id":1569,"kind":2048,"name":"notEquals","url":"classes/sap_cloud_sdk_core.BooleanFieldBase#notEquals","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.BooleanFieldBase"},{"id":1570,"kind":2048,"name":"fieldPath","url":"classes/sap_cloud_sdk_core.BooleanFieldBase#fieldPath","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.BooleanFieldBase"},{"id":1571,"kind":1024,"name":"_fieldName","url":"classes/sap_cloud_sdk_core.BooleanFieldBase#_fieldName","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.BooleanFieldBase"},{"id":1572,"kind":1024,"name":"_entityConstructor","url":"classes/sap_cloud_sdk_core.BooleanFieldBase#_entityConstructor","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.BooleanFieldBase"},{"id":1573,"kind":1024,"name":"_entity","url":"classes/sap_cloud_sdk_core.BooleanFieldBase#_entity","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.BooleanFieldBase"},{"id":1574,"kind":1024,"name":"_fieldOptions","url":"classes/sap_cloud_sdk_core.BooleanFieldBase#_fieldOptions","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.BooleanFieldBase"},{"id":1575,"kind":128,"name":"BooleanField","url":"classes/sap_cloud_sdk_core.BooleanField","classes":"tsd-kind-class tsd-parent-kind-module tsd-has-type-parameter","parent":"@sap-cloud-sdk/core"},{"id":1576,"kind":512,"name":"constructor","url":"classes/sap_cloud_sdk_core.BooleanField#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited","parent":"@sap-cloud-sdk/core.BooleanField"},{"id":1577,"kind":1024,"name":"_fieldOf","url":"classes/sap_cloud_sdk_core.BooleanField#_fieldOf","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.BooleanField"},{"id":1578,"kind":1024,"name":"edmType","url":"classes/sap_cloud_sdk_core.BooleanField#edmType","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.BooleanField"},{"id":1579,"kind":2048,"name":"equals","url":"classes/sap_cloud_sdk_core.BooleanField#equals","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.BooleanField"},{"id":1580,"kind":2048,"name":"notEquals","url":"classes/sap_cloud_sdk_core.BooleanField#notEquals","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.BooleanField"},{"id":1581,"kind":2048,"name":"fieldPath","url":"classes/sap_cloud_sdk_core.BooleanField#fieldPath","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.BooleanField"},{"id":1582,"kind":1024,"name":"_fieldName","url":"classes/sap_cloud_sdk_core.BooleanField#_fieldName","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.BooleanField"},{"id":1583,"kind":1024,"name":"_entityConstructor","url":"classes/sap_cloud_sdk_core.BooleanField#_entityConstructor","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.BooleanField"},{"id":1584,"kind":1024,"name":"_entity","url":"classes/sap_cloud_sdk_core.BooleanField#_entity","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.BooleanField"},{"id":1585,"kind":1024,"name":"_fieldOptions","url":"classes/sap_cloud_sdk_core.BooleanField#_fieldOptions","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.BooleanField"},{"id":1586,"kind":128,"name":"ComplexTypeBooleanPropertyField","url":"classes/sap_cloud_sdk_core.ComplexTypeBooleanPropertyField","classes":"tsd-kind-class tsd-parent-kind-module tsd-has-type-parameter","parent":"@sap-cloud-sdk/core"},{"id":1587,"kind":512,"name":"constructor","url":"classes/sap_cloud_sdk_core.ComplexTypeBooleanPropertyField#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-has-type-parameter tsd-is-overwrite","parent":"@sap-cloud-sdk/core.ComplexTypeBooleanPropertyField"},{"id":1588,"kind":1024,"name":"fieldOf","url":"classes/sap_cloud_sdk_core.ComplexTypeBooleanPropertyField#fieldOf","classes":"tsd-kind-property tsd-parent-kind-class","parent":"@sap-cloud-sdk/core.ComplexTypeBooleanPropertyField"},{"id":1589,"kind":2048,"name":"fieldPath","url":"classes/sap_cloud_sdk_core.ComplexTypeBooleanPropertyField#fieldPath","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"@sap-cloud-sdk/core.ComplexTypeBooleanPropertyField"},{"id":1590,"kind":1024,"name":"_fieldOf","url":"classes/sap_cloud_sdk_core.ComplexTypeBooleanPropertyField#_fieldOf","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ComplexTypeBooleanPropertyField"},{"id":1591,"kind":1024,"name":"edmType","url":"classes/sap_cloud_sdk_core.ComplexTypeBooleanPropertyField#edmType","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ComplexTypeBooleanPropertyField"},{"id":1592,"kind":2048,"name":"equals","url":"classes/sap_cloud_sdk_core.ComplexTypeBooleanPropertyField#equals","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ComplexTypeBooleanPropertyField"},{"id":1593,"kind":2048,"name":"notEquals","url":"classes/sap_cloud_sdk_core.ComplexTypeBooleanPropertyField#notEquals","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ComplexTypeBooleanPropertyField"},{"id":1594,"kind":1024,"name":"_fieldName","url":"classes/sap_cloud_sdk_core.ComplexTypeBooleanPropertyField#_fieldName","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ComplexTypeBooleanPropertyField"},{"id":1595,"kind":1024,"name":"_entityConstructor","url":"classes/sap_cloud_sdk_core.ComplexTypeBooleanPropertyField#_entityConstructor","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ComplexTypeBooleanPropertyField"},{"id":1596,"kind":1024,"name":"_entity","url":"classes/sap_cloud_sdk_core.ComplexTypeBooleanPropertyField#_entity","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ComplexTypeBooleanPropertyField"},{"id":1597,"kind":1024,"name":"_fieldOptions","url":"classes/sap_cloud_sdk_core.ComplexTypeBooleanPropertyField#_fieldOptions","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ComplexTypeBooleanPropertyField"},{"id":1598,"kind":128,"name":"DateFieldBase","url":"classes/sap_cloud_sdk_core.DateFieldBase","classes":"tsd-kind-class tsd-parent-kind-module tsd-has-type-parameter","parent":"@sap-cloud-sdk/core"},{"id":1599,"kind":512,"name":"constructor","url":"classes/sap_cloud_sdk_core.DateFieldBase#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited","parent":"@sap-cloud-sdk/core.DateFieldBase"},{"id":1600,"kind":2048,"name":"greaterThan","url":"classes/sap_cloud_sdk_core.DateFieldBase#greaterThan","classes":"tsd-kind-method tsd-parent-kind-class","parent":"@sap-cloud-sdk/core.DateFieldBase"},{"id":1601,"kind":2048,"name":"greaterOrEqual","url":"classes/sap_cloud_sdk_core.DateFieldBase#greaterOrEqual","classes":"tsd-kind-method tsd-parent-kind-class","parent":"@sap-cloud-sdk/core.DateFieldBase"},{"id":1602,"kind":2048,"name":"lessThan","url":"classes/sap_cloud_sdk_core.DateFieldBase#lessThan","classes":"tsd-kind-method tsd-parent-kind-class","parent":"@sap-cloud-sdk/core.DateFieldBase"},{"id":1603,"kind":2048,"name":"lessOrEqual","url":"classes/sap_cloud_sdk_core.DateFieldBase#lessOrEqual","classes":"tsd-kind-method tsd-parent-kind-class","parent":"@sap-cloud-sdk/core.DateFieldBase"},{"id":1604,"kind":1024,"name":"_fieldOf","url":"classes/sap_cloud_sdk_core.DateFieldBase#_fieldOf","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.DateFieldBase"},{"id":1605,"kind":1024,"name":"edmType","url":"classes/sap_cloud_sdk_core.DateFieldBase#edmType","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.DateFieldBase"},{"id":1606,"kind":2048,"name":"equals","url":"classes/sap_cloud_sdk_core.DateFieldBase#equals","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.DateFieldBase"},{"id":1607,"kind":2048,"name":"notEquals","url":"classes/sap_cloud_sdk_core.DateFieldBase#notEquals","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.DateFieldBase"},{"id":1608,"kind":2048,"name":"fieldPath","url":"classes/sap_cloud_sdk_core.DateFieldBase#fieldPath","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.DateFieldBase"},{"id":1609,"kind":1024,"name":"_fieldName","url":"classes/sap_cloud_sdk_core.DateFieldBase#_fieldName","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.DateFieldBase"},{"id":1610,"kind":1024,"name":"_entityConstructor","url":"classes/sap_cloud_sdk_core.DateFieldBase#_entityConstructor","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.DateFieldBase"},{"id":1611,"kind":1024,"name":"_entity","url":"classes/sap_cloud_sdk_core.DateFieldBase#_entity","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.DateFieldBase"},{"id":1612,"kind":1024,"name":"_fieldOptions","url":"classes/sap_cloud_sdk_core.DateFieldBase#_fieldOptions","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.DateFieldBase"},{"id":1613,"kind":128,"name":"DateField","url":"classes/sap_cloud_sdk_core.DateField","classes":"tsd-kind-class tsd-parent-kind-module tsd-has-type-parameter","parent":"@sap-cloud-sdk/core"},{"id":1614,"kind":512,"name":"constructor","url":"classes/sap_cloud_sdk_core.DateField#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited","parent":"@sap-cloud-sdk/core.DateField"},{"id":1615,"kind":2048,"name":"greaterThan","url":"classes/sap_cloud_sdk_core.DateField#greaterThan","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.DateField"},{"id":1616,"kind":2048,"name":"greaterOrEqual","url":"classes/sap_cloud_sdk_core.DateField#greaterOrEqual","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.DateField"},{"id":1617,"kind":2048,"name":"lessThan","url":"classes/sap_cloud_sdk_core.DateField#lessThan","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.DateField"},{"id":1618,"kind":2048,"name":"lessOrEqual","url":"classes/sap_cloud_sdk_core.DateField#lessOrEqual","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.DateField"},{"id":1619,"kind":1024,"name":"_fieldOf","url":"classes/sap_cloud_sdk_core.DateField#_fieldOf","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.DateField"},{"id":1620,"kind":1024,"name":"edmType","url":"classes/sap_cloud_sdk_core.DateField#edmType","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.DateField"},{"id":1621,"kind":2048,"name":"equals","url":"classes/sap_cloud_sdk_core.DateField#equals","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.DateField"},{"id":1622,"kind":2048,"name":"notEquals","url":"classes/sap_cloud_sdk_core.DateField#notEquals","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.DateField"},{"id":1623,"kind":2048,"name":"fieldPath","url":"classes/sap_cloud_sdk_core.DateField#fieldPath","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.DateField"},{"id":1624,"kind":1024,"name":"_fieldName","url":"classes/sap_cloud_sdk_core.DateField#_fieldName","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.DateField"},{"id":1625,"kind":1024,"name":"_entityConstructor","url":"classes/sap_cloud_sdk_core.DateField#_entityConstructor","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.DateField"},{"id":1626,"kind":1024,"name":"_entity","url":"classes/sap_cloud_sdk_core.DateField#_entity","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.DateField"},{"id":1627,"kind":1024,"name":"_fieldOptions","url":"classes/sap_cloud_sdk_core.DateField#_fieldOptions","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.DateField"},{"id":1628,"kind":128,"name":"ComplexTypeDatePropertyField","url":"classes/sap_cloud_sdk_core.ComplexTypeDatePropertyField","classes":"tsd-kind-class tsd-parent-kind-module tsd-has-type-parameter","parent":"@sap-cloud-sdk/core"},{"id":1629,"kind":512,"name":"constructor","url":"classes/sap_cloud_sdk_core.ComplexTypeDatePropertyField#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-has-type-parameter tsd-is-overwrite","parent":"@sap-cloud-sdk/core.ComplexTypeDatePropertyField"},{"id":1630,"kind":1024,"name":"fieldOf","url":"classes/sap_cloud_sdk_core.ComplexTypeDatePropertyField#fieldOf","classes":"tsd-kind-property tsd-parent-kind-class","parent":"@sap-cloud-sdk/core.ComplexTypeDatePropertyField"},{"id":1631,"kind":2048,"name":"fieldPath","url":"classes/sap_cloud_sdk_core.ComplexTypeDatePropertyField#fieldPath","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"@sap-cloud-sdk/core.ComplexTypeDatePropertyField"},{"id":1632,"kind":2048,"name":"greaterThan","url":"classes/sap_cloud_sdk_core.ComplexTypeDatePropertyField#greaterThan","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ComplexTypeDatePropertyField"},{"id":1633,"kind":2048,"name":"greaterOrEqual","url":"classes/sap_cloud_sdk_core.ComplexTypeDatePropertyField#greaterOrEqual","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ComplexTypeDatePropertyField"},{"id":1634,"kind":2048,"name":"lessThan","url":"classes/sap_cloud_sdk_core.ComplexTypeDatePropertyField#lessThan","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ComplexTypeDatePropertyField"},{"id":1635,"kind":2048,"name":"lessOrEqual","url":"classes/sap_cloud_sdk_core.ComplexTypeDatePropertyField#lessOrEqual","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ComplexTypeDatePropertyField"},{"id":1636,"kind":1024,"name":"_fieldOf","url":"classes/sap_cloud_sdk_core.ComplexTypeDatePropertyField#_fieldOf","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ComplexTypeDatePropertyField"},{"id":1637,"kind":1024,"name":"edmType","url":"classes/sap_cloud_sdk_core.ComplexTypeDatePropertyField#edmType","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ComplexTypeDatePropertyField"},{"id":1638,"kind":2048,"name":"equals","url":"classes/sap_cloud_sdk_core.ComplexTypeDatePropertyField#equals","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ComplexTypeDatePropertyField"},{"id":1639,"kind":2048,"name":"notEquals","url":"classes/sap_cloud_sdk_core.ComplexTypeDatePropertyField#notEquals","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ComplexTypeDatePropertyField"},{"id":1640,"kind":1024,"name":"_fieldName","url":"classes/sap_cloud_sdk_core.ComplexTypeDatePropertyField#_fieldName","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ComplexTypeDatePropertyField"},{"id":1641,"kind":1024,"name":"_entityConstructor","url":"classes/sap_cloud_sdk_core.ComplexTypeDatePropertyField#_entityConstructor","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ComplexTypeDatePropertyField"},{"id":1642,"kind":1024,"name":"_entity","url":"classes/sap_cloud_sdk_core.ComplexTypeDatePropertyField#_entity","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ComplexTypeDatePropertyField"},{"id":1643,"kind":1024,"name":"_fieldOptions","url":"classes/sap_cloud_sdk_core.ComplexTypeDatePropertyField#_fieldOptions","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ComplexTypeDatePropertyField"},{"id":1644,"kind":128,"name":"DurtionFieldBase","url":"classes/sap_cloud_sdk_core.DurtionFieldBase","classes":"tsd-kind-class tsd-parent-kind-module tsd-has-type-parameter","parent":"@sap-cloud-sdk/core"},{"id":1645,"kind":512,"name":"constructor","url":"classes/sap_cloud_sdk_core.DurtionFieldBase#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited","parent":"@sap-cloud-sdk/core.DurtionFieldBase"},{"id":1646,"kind":2048,"name":"greaterThan","url":"classes/sap_cloud_sdk_core.DurtionFieldBase#greaterThan","classes":"tsd-kind-method tsd-parent-kind-class","parent":"@sap-cloud-sdk/core.DurtionFieldBase"},{"id":1647,"kind":2048,"name":"greaterOrEqual","url":"classes/sap_cloud_sdk_core.DurtionFieldBase#greaterOrEqual","classes":"tsd-kind-method tsd-parent-kind-class","parent":"@sap-cloud-sdk/core.DurtionFieldBase"},{"id":1648,"kind":2048,"name":"lessThan","url":"classes/sap_cloud_sdk_core.DurtionFieldBase#lessThan","classes":"tsd-kind-method tsd-parent-kind-class","parent":"@sap-cloud-sdk/core.DurtionFieldBase"},{"id":1649,"kind":2048,"name":"lessOrEqual","url":"classes/sap_cloud_sdk_core.DurtionFieldBase#lessOrEqual","classes":"tsd-kind-method tsd-parent-kind-class","parent":"@sap-cloud-sdk/core.DurtionFieldBase"},{"id":1650,"kind":1024,"name":"_fieldOf","url":"classes/sap_cloud_sdk_core.DurtionFieldBase#_fieldOf","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.DurtionFieldBase"},{"id":1651,"kind":1024,"name":"edmType","url":"classes/sap_cloud_sdk_core.DurtionFieldBase#edmType","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.DurtionFieldBase"},{"id":1652,"kind":2048,"name":"equals","url":"classes/sap_cloud_sdk_core.DurtionFieldBase#equals","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.DurtionFieldBase"},{"id":1653,"kind":2048,"name":"notEquals","url":"classes/sap_cloud_sdk_core.DurtionFieldBase#notEquals","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.DurtionFieldBase"},{"id":1654,"kind":2048,"name":"fieldPath","url":"classes/sap_cloud_sdk_core.DurtionFieldBase#fieldPath","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.DurtionFieldBase"},{"id":1655,"kind":1024,"name":"_fieldName","url":"classes/sap_cloud_sdk_core.DurtionFieldBase#_fieldName","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.DurtionFieldBase"},{"id":1656,"kind":1024,"name":"_entityConstructor","url":"classes/sap_cloud_sdk_core.DurtionFieldBase#_entityConstructor","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.DurtionFieldBase"},{"id":1657,"kind":1024,"name":"_entity","url":"classes/sap_cloud_sdk_core.DurtionFieldBase#_entity","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.DurtionFieldBase"},{"id":1658,"kind":1024,"name":"_fieldOptions","url":"classes/sap_cloud_sdk_core.DurtionFieldBase#_fieldOptions","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.DurtionFieldBase"},{"id":1659,"kind":128,"name":"DurationField","url":"classes/sap_cloud_sdk_core.DurationField","classes":"tsd-kind-class tsd-parent-kind-module tsd-has-type-parameter","parent":"@sap-cloud-sdk/core"},{"id":1660,"kind":512,"name":"constructor","url":"classes/sap_cloud_sdk_core.DurationField#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited","parent":"@sap-cloud-sdk/core.DurationField"},{"id":1661,"kind":2048,"name":"greaterThan","url":"classes/sap_cloud_sdk_core.DurationField#greaterThan","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.DurationField"},{"id":1662,"kind":2048,"name":"greaterOrEqual","url":"classes/sap_cloud_sdk_core.DurationField#greaterOrEqual","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.DurationField"},{"id":1663,"kind":2048,"name":"lessThan","url":"classes/sap_cloud_sdk_core.DurationField#lessThan","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.DurationField"},{"id":1664,"kind":2048,"name":"lessOrEqual","url":"classes/sap_cloud_sdk_core.DurationField#lessOrEqual","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.DurationField"},{"id":1665,"kind":1024,"name":"_fieldOf","url":"classes/sap_cloud_sdk_core.DurationField#_fieldOf","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.DurationField"},{"id":1666,"kind":1024,"name":"edmType","url":"classes/sap_cloud_sdk_core.DurationField#edmType","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.DurationField"},{"id":1667,"kind":2048,"name":"equals","url":"classes/sap_cloud_sdk_core.DurationField#equals","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.DurationField"},{"id":1668,"kind":2048,"name":"notEquals","url":"classes/sap_cloud_sdk_core.DurationField#notEquals","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.DurationField"},{"id":1669,"kind":2048,"name":"fieldPath","url":"classes/sap_cloud_sdk_core.DurationField#fieldPath","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.DurationField"},{"id":1670,"kind":1024,"name":"_fieldName","url":"classes/sap_cloud_sdk_core.DurationField#_fieldName","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.DurationField"},{"id":1671,"kind":1024,"name":"_entityConstructor","url":"classes/sap_cloud_sdk_core.DurationField#_entityConstructor","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.DurationField"},{"id":1672,"kind":1024,"name":"_entity","url":"classes/sap_cloud_sdk_core.DurationField#_entity","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.DurationField"},{"id":1673,"kind":1024,"name":"_fieldOptions","url":"classes/sap_cloud_sdk_core.DurationField#_fieldOptions","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.DurationField"},{"id":1674,"kind":128,"name":"ComplexTypeDurationPropertyField","url":"classes/sap_cloud_sdk_core.ComplexTypeDurationPropertyField","classes":"tsd-kind-class tsd-parent-kind-module tsd-has-type-parameter","parent":"@sap-cloud-sdk/core"},{"id":1675,"kind":512,"name":"constructor","url":"classes/sap_cloud_sdk_core.ComplexTypeDurationPropertyField#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-has-type-parameter tsd-is-overwrite","parent":"@sap-cloud-sdk/core.ComplexTypeDurationPropertyField"},{"id":1676,"kind":1024,"name":"fieldOf","url":"classes/sap_cloud_sdk_core.ComplexTypeDurationPropertyField#fieldOf","classes":"tsd-kind-property tsd-parent-kind-class","parent":"@sap-cloud-sdk/core.ComplexTypeDurationPropertyField"},{"id":1677,"kind":2048,"name":"fieldPath","url":"classes/sap_cloud_sdk_core.ComplexTypeDurationPropertyField#fieldPath","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"@sap-cloud-sdk/core.ComplexTypeDurationPropertyField"},{"id":1678,"kind":2048,"name":"greaterThan","url":"classes/sap_cloud_sdk_core.ComplexTypeDurationPropertyField#greaterThan","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ComplexTypeDurationPropertyField"},{"id":1679,"kind":2048,"name":"greaterOrEqual","url":"classes/sap_cloud_sdk_core.ComplexTypeDurationPropertyField#greaterOrEqual","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ComplexTypeDurationPropertyField"},{"id":1680,"kind":2048,"name":"lessThan","url":"classes/sap_cloud_sdk_core.ComplexTypeDurationPropertyField#lessThan","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ComplexTypeDurationPropertyField"},{"id":1681,"kind":2048,"name":"lessOrEqual","url":"classes/sap_cloud_sdk_core.ComplexTypeDurationPropertyField#lessOrEqual","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ComplexTypeDurationPropertyField"},{"id":1682,"kind":1024,"name":"_fieldOf","url":"classes/sap_cloud_sdk_core.ComplexTypeDurationPropertyField#_fieldOf","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ComplexTypeDurationPropertyField"},{"id":1683,"kind":1024,"name":"edmType","url":"classes/sap_cloud_sdk_core.ComplexTypeDurationPropertyField#edmType","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ComplexTypeDurationPropertyField"},{"id":1684,"kind":2048,"name":"equals","url":"classes/sap_cloud_sdk_core.ComplexTypeDurationPropertyField#equals","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ComplexTypeDurationPropertyField"},{"id":1685,"kind":2048,"name":"notEquals","url":"classes/sap_cloud_sdk_core.ComplexTypeDurationPropertyField#notEquals","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ComplexTypeDurationPropertyField"},{"id":1686,"kind":1024,"name":"_fieldName","url":"classes/sap_cloud_sdk_core.ComplexTypeDurationPropertyField#_fieldName","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ComplexTypeDurationPropertyField"},{"id":1687,"kind":1024,"name":"_entityConstructor","url":"classes/sap_cloud_sdk_core.ComplexTypeDurationPropertyField#_entityConstructor","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ComplexTypeDurationPropertyField"},{"id":1688,"kind":1024,"name":"_entity","url":"classes/sap_cloud_sdk_core.ComplexTypeDurationPropertyField#_entity","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ComplexTypeDurationPropertyField"},{"id":1689,"kind":1024,"name":"_fieldOptions","url":"classes/sap_cloud_sdk_core.ComplexTypeDurationPropertyField#_fieldOptions","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ComplexTypeDurationPropertyField"},{"id":1690,"kind":128,"name":"NumberFieldBase","url":"classes/sap_cloud_sdk_core.NumberFieldBase","classes":"tsd-kind-class tsd-parent-kind-module tsd-has-type-parameter","parent":"@sap-cloud-sdk/core"},{"id":1691,"kind":512,"name":"constructor","url":"classes/sap_cloud_sdk_core.NumberFieldBase#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited","parent":"@sap-cloud-sdk/core.NumberFieldBase"},{"id":1692,"kind":2048,"name":"greaterThan","url":"classes/sap_cloud_sdk_core.NumberFieldBase#greaterThan","classes":"tsd-kind-method tsd-parent-kind-class","parent":"@sap-cloud-sdk/core.NumberFieldBase"},{"id":1693,"kind":2048,"name":"greaterOrEqual","url":"classes/sap_cloud_sdk_core.NumberFieldBase#greaterOrEqual","classes":"tsd-kind-method tsd-parent-kind-class","parent":"@sap-cloud-sdk/core.NumberFieldBase"},{"id":1694,"kind":2048,"name":"lessThan","url":"classes/sap_cloud_sdk_core.NumberFieldBase#lessThan","classes":"tsd-kind-method tsd-parent-kind-class","parent":"@sap-cloud-sdk/core.NumberFieldBase"},{"id":1695,"kind":2048,"name":"lessOrEqual","url":"classes/sap_cloud_sdk_core.NumberFieldBase#lessOrEqual","classes":"tsd-kind-method tsd-parent-kind-class","parent":"@sap-cloud-sdk/core.NumberFieldBase"},{"id":1696,"kind":1024,"name":"_fieldOf","url":"classes/sap_cloud_sdk_core.NumberFieldBase#_fieldOf","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.NumberFieldBase"},{"id":1697,"kind":1024,"name":"edmType","url":"classes/sap_cloud_sdk_core.NumberFieldBase#edmType","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.NumberFieldBase"},{"id":1698,"kind":2048,"name":"equals","url":"classes/sap_cloud_sdk_core.NumberFieldBase#equals","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.NumberFieldBase"},{"id":1699,"kind":2048,"name":"notEquals","url":"classes/sap_cloud_sdk_core.NumberFieldBase#notEquals","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.NumberFieldBase"},{"id":1700,"kind":2048,"name":"fieldPath","url":"classes/sap_cloud_sdk_core.NumberFieldBase#fieldPath","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.NumberFieldBase"},{"id":1701,"kind":1024,"name":"_fieldName","url":"classes/sap_cloud_sdk_core.NumberFieldBase#_fieldName","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.NumberFieldBase"},{"id":1702,"kind":1024,"name":"_entityConstructor","url":"classes/sap_cloud_sdk_core.NumberFieldBase#_entityConstructor","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.NumberFieldBase"},{"id":1703,"kind":1024,"name":"_entity","url":"classes/sap_cloud_sdk_core.NumberFieldBase#_entity","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.NumberFieldBase"},{"id":1704,"kind":1024,"name":"_fieldOptions","url":"classes/sap_cloud_sdk_core.NumberFieldBase#_fieldOptions","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.NumberFieldBase"},{"id":1705,"kind":128,"name":"NumberField","url":"classes/sap_cloud_sdk_core.NumberField","classes":"tsd-kind-class tsd-parent-kind-module tsd-has-type-parameter","parent":"@sap-cloud-sdk/core"},{"id":1706,"kind":512,"name":"constructor","url":"classes/sap_cloud_sdk_core.NumberField#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited","parent":"@sap-cloud-sdk/core.NumberField"},{"id":1707,"kind":2048,"name":"greaterThan","url":"classes/sap_cloud_sdk_core.NumberField#greaterThan","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.NumberField"},{"id":1708,"kind":2048,"name":"greaterOrEqual","url":"classes/sap_cloud_sdk_core.NumberField#greaterOrEqual","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.NumberField"},{"id":1709,"kind":2048,"name":"lessThan","url":"classes/sap_cloud_sdk_core.NumberField#lessThan","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.NumberField"},{"id":1710,"kind":2048,"name":"lessOrEqual","url":"classes/sap_cloud_sdk_core.NumberField#lessOrEqual","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.NumberField"},{"id":1711,"kind":1024,"name":"_fieldOf","url":"classes/sap_cloud_sdk_core.NumberField#_fieldOf","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.NumberField"},{"id":1712,"kind":1024,"name":"edmType","url":"classes/sap_cloud_sdk_core.NumberField#edmType","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.NumberField"},{"id":1713,"kind":2048,"name":"equals","url":"classes/sap_cloud_sdk_core.NumberField#equals","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.NumberField"},{"id":1714,"kind":2048,"name":"notEquals","url":"classes/sap_cloud_sdk_core.NumberField#notEquals","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.NumberField"},{"id":1715,"kind":2048,"name":"fieldPath","url":"classes/sap_cloud_sdk_core.NumberField#fieldPath","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.NumberField"},{"id":1716,"kind":1024,"name":"_fieldName","url":"classes/sap_cloud_sdk_core.NumberField#_fieldName","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.NumberField"},{"id":1717,"kind":1024,"name":"_entityConstructor","url":"classes/sap_cloud_sdk_core.NumberField#_entityConstructor","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.NumberField"},{"id":1718,"kind":1024,"name":"_entity","url":"classes/sap_cloud_sdk_core.NumberField#_entity","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.NumberField"},{"id":1719,"kind":1024,"name":"_fieldOptions","url":"classes/sap_cloud_sdk_core.NumberField#_fieldOptions","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.NumberField"},{"id":1720,"kind":128,"name":"ComplexTypeNumberPropertyField","url":"classes/sap_cloud_sdk_core.ComplexTypeNumberPropertyField","classes":"tsd-kind-class tsd-parent-kind-module tsd-has-type-parameter","parent":"@sap-cloud-sdk/core"},{"id":1721,"kind":512,"name":"constructor","url":"classes/sap_cloud_sdk_core.ComplexTypeNumberPropertyField#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-has-type-parameter tsd-is-overwrite","parent":"@sap-cloud-sdk/core.ComplexTypeNumberPropertyField"},{"id":1722,"kind":1024,"name":"fieldOf","url":"classes/sap_cloud_sdk_core.ComplexTypeNumberPropertyField#fieldOf","classes":"tsd-kind-property tsd-parent-kind-class","parent":"@sap-cloud-sdk/core.ComplexTypeNumberPropertyField"},{"id":1723,"kind":2048,"name":"fieldPath","url":"classes/sap_cloud_sdk_core.ComplexTypeNumberPropertyField#fieldPath","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"@sap-cloud-sdk/core.ComplexTypeNumberPropertyField"},{"id":1724,"kind":2048,"name":"greaterThan","url":"classes/sap_cloud_sdk_core.ComplexTypeNumberPropertyField#greaterThan","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ComplexTypeNumberPropertyField"},{"id":1725,"kind":2048,"name":"greaterOrEqual","url":"classes/sap_cloud_sdk_core.ComplexTypeNumberPropertyField#greaterOrEqual","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ComplexTypeNumberPropertyField"},{"id":1726,"kind":2048,"name":"lessThan","url":"classes/sap_cloud_sdk_core.ComplexTypeNumberPropertyField#lessThan","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ComplexTypeNumberPropertyField"},{"id":1727,"kind":2048,"name":"lessOrEqual","url":"classes/sap_cloud_sdk_core.ComplexTypeNumberPropertyField#lessOrEqual","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ComplexTypeNumberPropertyField"},{"id":1728,"kind":1024,"name":"_fieldOf","url":"classes/sap_cloud_sdk_core.ComplexTypeNumberPropertyField#_fieldOf","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ComplexTypeNumberPropertyField"},{"id":1729,"kind":1024,"name":"edmType","url":"classes/sap_cloud_sdk_core.ComplexTypeNumberPropertyField#edmType","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ComplexTypeNumberPropertyField"},{"id":1730,"kind":2048,"name":"equals","url":"classes/sap_cloud_sdk_core.ComplexTypeNumberPropertyField#equals","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ComplexTypeNumberPropertyField"},{"id":1731,"kind":2048,"name":"notEquals","url":"classes/sap_cloud_sdk_core.ComplexTypeNumberPropertyField#notEquals","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ComplexTypeNumberPropertyField"},{"id":1732,"kind":1024,"name":"_fieldName","url":"classes/sap_cloud_sdk_core.ComplexTypeNumberPropertyField#_fieldName","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ComplexTypeNumberPropertyField"},{"id":1733,"kind":1024,"name":"_entityConstructor","url":"classes/sap_cloud_sdk_core.ComplexTypeNumberPropertyField#_entityConstructor","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ComplexTypeNumberPropertyField"},{"id":1734,"kind":1024,"name":"_entity","url":"classes/sap_cloud_sdk_core.ComplexTypeNumberPropertyField#_entity","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ComplexTypeNumberPropertyField"},{"id":1735,"kind":1024,"name":"_fieldOptions","url":"classes/sap_cloud_sdk_core.ComplexTypeNumberPropertyField#_fieldOptions","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ComplexTypeNumberPropertyField"},{"id":1736,"kind":256,"name":"SelectableEdmTypeField","url":"interfaces/sap_cloud_sdk_core.SelectableEdmTypeField","classes":"tsd-kind-interface tsd-parent-kind-module","parent":"@sap-cloud-sdk/core"},{"id":1737,"kind":1024,"name":"selectable","url":"interfaces/sap_cloud_sdk_core.SelectableEdmTypeField#selectable","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"@sap-cloud-sdk/core.SelectableEdmTypeField"},{"id":1738,"kind":128,"name":"StringField","url":"classes/sap_cloud_sdk_core.StringField","classes":"tsd-kind-class tsd-parent-kind-module tsd-has-type-parameter","parent":"@sap-cloud-sdk/core"},{"id":1739,"kind":512,"name":"constructor","url":"classes/sap_cloud_sdk_core.StringField#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited","parent":"@sap-cloud-sdk/core.StringField"},{"id":1740,"kind":1024,"name":"_fieldOf","url":"classes/sap_cloud_sdk_core.StringField#_fieldOf","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.StringField"},{"id":1741,"kind":1024,"name":"edmType","url":"classes/sap_cloud_sdk_core.StringField#edmType","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.StringField"},{"id":1742,"kind":2048,"name":"equals","url":"classes/sap_cloud_sdk_core.StringField#equals","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.StringField"},{"id":1743,"kind":2048,"name":"notEquals","url":"classes/sap_cloud_sdk_core.StringField#notEquals","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.StringField"},{"id":1744,"kind":2048,"name":"fieldPath","url":"classes/sap_cloud_sdk_core.StringField#fieldPath","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.StringField"},{"id":1745,"kind":1024,"name":"_fieldName","url":"classes/sap_cloud_sdk_core.StringField#_fieldName","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.StringField"},{"id":1746,"kind":1024,"name":"_entityConstructor","url":"classes/sap_cloud_sdk_core.StringField#_entityConstructor","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.StringField"},{"id":1747,"kind":1024,"name":"_entity","url":"classes/sap_cloud_sdk_core.StringField#_entity","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.StringField"},{"id":1748,"kind":1024,"name":"_fieldOptions","url":"classes/sap_cloud_sdk_core.StringField#_fieldOptions","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.StringField"},{"id":1749,"kind":128,"name":"ComplexTypeStringPropertyField","url":"classes/sap_cloud_sdk_core.ComplexTypeStringPropertyField","classes":"tsd-kind-class tsd-parent-kind-module tsd-has-type-parameter","parent":"@sap-cloud-sdk/core"},{"id":1750,"kind":512,"name":"constructor","url":"classes/sap_cloud_sdk_core.ComplexTypeStringPropertyField#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-has-type-parameter tsd-is-overwrite","parent":"@sap-cloud-sdk/core.ComplexTypeStringPropertyField"},{"id":1751,"kind":1024,"name":"fieldOf","url":"classes/sap_cloud_sdk_core.ComplexTypeStringPropertyField#fieldOf","classes":"tsd-kind-property tsd-parent-kind-class","parent":"@sap-cloud-sdk/core.ComplexTypeStringPropertyField"},{"id":1752,"kind":2048,"name":"fieldPath","url":"classes/sap_cloud_sdk_core.ComplexTypeStringPropertyField#fieldPath","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"@sap-cloud-sdk/core.ComplexTypeStringPropertyField"},{"id":1753,"kind":1024,"name":"_fieldOf","url":"classes/sap_cloud_sdk_core.ComplexTypeStringPropertyField#_fieldOf","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ComplexTypeStringPropertyField"},{"id":1754,"kind":1024,"name":"edmType","url":"classes/sap_cloud_sdk_core.ComplexTypeStringPropertyField#edmType","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ComplexTypeStringPropertyField"},{"id":1755,"kind":2048,"name":"equals","url":"classes/sap_cloud_sdk_core.ComplexTypeStringPropertyField#equals","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ComplexTypeStringPropertyField"},{"id":1756,"kind":2048,"name":"notEquals","url":"classes/sap_cloud_sdk_core.ComplexTypeStringPropertyField#notEquals","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ComplexTypeStringPropertyField"},{"id":1757,"kind":1024,"name":"_fieldName","url":"classes/sap_cloud_sdk_core.ComplexTypeStringPropertyField#_fieldName","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ComplexTypeStringPropertyField"},{"id":1758,"kind":1024,"name":"_entityConstructor","url":"classes/sap_cloud_sdk_core.ComplexTypeStringPropertyField#_entityConstructor","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ComplexTypeStringPropertyField"},{"id":1759,"kind":1024,"name":"_entity","url":"classes/sap_cloud_sdk_core.ComplexTypeStringPropertyField#_entity","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ComplexTypeStringPropertyField"},{"id":1760,"kind":1024,"name":"_fieldOptions","url":"classes/sap_cloud_sdk_core.ComplexTypeStringPropertyField#_fieldOptions","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ComplexTypeStringPropertyField"},{"id":1761,"kind":128,"name":"TimeFieldBase","url":"classes/sap_cloud_sdk_core.TimeFieldBase","classes":"tsd-kind-class tsd-parent-kind-module tsd-has-type-parameter","parent":"@sap-cloud-sdk/core"},{"id":1762,"kind":512,"name":"constructor","url":"classes/sap_cloud_sdk_core.TimeFieldBase#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited","parent":"@sap-cloud-sdk/core.TimeFieldBase"},{"id":1763,"kind":2048,"name":"greaterThan","url":"classes/sap_cloud_sdk_core.TimeFieldBase#greaterThan","classes":"tsd-kind-method tsd-parent-kind-class","parent":"@sap-cloud-sdk/core.TimeFieldBase"},{"id":1764,"kind":2048,"name":"greaterOrEqual","url":"classes/sap_cloud_sdk_core.TimeFieldBase#greaterOrEqual","classes":"tsd-kind-method tsd-parent-kind-class","parent":"@sap-cloud-sdk/core.TimeFieldBase"},{"id":1765,"kind":2048,"name":"lessThan","url":"classes/sap_cloud_sdk_core.TimeFieldBase#lessThan","classes":"tsd-kind-method tsd-parent-kind-class","parent":"@sap-cloud-sdk/core.TimeFieldBase"},{"id":1766,"kind":2048,"name":"lessOrEqual","url":"classes/sap_cloud_sdk_core.TimeFieldBase#lessOrEqual","classes":"tsd-kind-method tsd-parent-kind-class","parent":"@sap-cloud-sdk/core.TimeFieldBase"},{"id":1767,"kind":1024,"name":"_fieldOf","url":"classes/sap_cloud_sdk_core.TimeFieldBase#_fieldOf","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.TimeFieldBase"},{"id":1768,"kind":1024,"name":"edmType","url":"classes/sap_cloud_sdk_core.TimeFieldBase#edmType","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.TimeFieldBase"},{"id":1769,"kind":2048,"name":"equals","url":"classes/sap_cloud_sdk_core.TimeFieldBase#equals","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.TimeFieldBase"},{"id":1770,"kind":2048,"name":"notEquals","url":"classes/sap_cloud_sdk_core.TimeFieldBase#notEquals","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.TimeFieldBase"},{"id":1771,"kind":2048,"name":"fieldPath","url":"classes/sap_cloud_sdk_core.TimeFieldBase#fieldPath","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.TimeFieldBase"},{"id":1772,"kind":1024,"name":"_fieldName","url":"classes/sap_cloud_sdk_core.TimeFieldBase#_fieldName","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.TimeFieldBase"},{"id":1773,"kind":1024,"name":"_entityConstructor","url":"classes/sap_cloud_sdk_core.TimeFieldBase#_entityConstructor","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.TimeFieldBase"},{"id":1774,"kind":1024,"name":"_entity","url":"classes/sap_cloud_sdk_core.TimeFieldBase#_entity","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.TimeFieldBase"},{"id":1775,"kind":1024,"name":"_fieldOptions","url":"classes/sap_cloud_sdk_core.TimeFieldBase#_fieldOptions","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.TimeFieldBase"},{"id":1776,"kind":128,"name":"TimeField","url":"classes/sap_cloud_sdk_core.TimeField","classes":"tsd-kind-class tsd-parent-kind-module tsd-has-type-parameter","parent":"@sap-cloud-sdk/core"},{"id":1777,"kind":512,"name":"constructor","url":"classes/sap_cloud_sdk_core.TimeField#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited","parent":"@sap-cloud-sdk/core.TimeField"},{"id":1778,"kind":2048,"name":"greaterThan","url":"classes/sap_cloud_sdk_core.TimeField#greaterThan","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.TimeField"},{"id":1779,"kind":2048,"name":"greaterOrEqual","url":"classes/sap_cloud_sdk_core.TimeField#greaterOrEqual","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.TimeField"},{"id":1780,"kind":2048,"name":"lessThan","url":"classes/sap_cloud_sdk_core.TimeField#lessThan","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.TimeField"},{"id":1781,"kind":2048,"name":"lessOrEqual","url":"classes/sap_cloud_sdk_core.TimeField#lessOrEqual","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.TimeField"},{"id":1782,"kind":1024,"name":"_fieldOf","url":"classes/sap_cloud_sdk_core.TimeField#_fieldOf","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.TimeField"},{"id":1783,"kind":1024,"name":"edmType","url":"classes/sap_cloud_sdk_core.TimeField#edmType","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.TimeField"},{"id":1784,"kind":2048,"name":"equals","url":"classes/sap_cloud_sdk_core.TimeField#equals","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.TimeField"},{"id":1785,"kind":2048,"name":"notEquals","url":"classes/sap_cloud_sdk_core.TimeField#notEquals","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.TimeField"},{"id":1786,"kind":2048,"name":"fieldPath","url":"classes/sap_cloud_sdk_core.TimeField#fieldPath","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.TimeField"},{"id":1787,"kind":1024,"name":"_fieldName","url":"classes/sap_cloud_sdk_core.TimeField#_fieldName","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.TimeField"},{"id":1788,"kind":1024,"name":"_entityConstructor","url":"classes/sap_cloud_sdk_core.TimeField#_entityConstructor","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.TimeField"},{"id":1789,"kind":1024,"name":"_entity","url":"classes/sap_cloud_sdk_core.TimeField#_entity","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.TimeField"},{"id":1790,"kind":1024,"name":"_fieldOptions","url":"classes/sap_cloud_sdk_core.TimeField#_fieldOptions","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.TimeField"},{"id":1791,"kind":128,"name":"ComplexTypeTimePropertyField","url":"classes/sap_cloud_sdk_core.ComplexTypeTimePropertyField","classes":"tsd-kind-class tsd-parent-kind-module tsd-has-type-parameter","parent":"@sap-cloud-sdk/core"},{"id":1792,"kind":512,"name":"constructor","url":"classes/sap_cloud_sdk_core.ComplexTypeTimePropertyField#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-has-type-parameter tsd-is-overwrite","parent":"@sap-cloud-sdk/core.ComplexTypeTimePropertyField"},{"id":1793,"kind":1024,"name":"fieldOf","url":"classes/sap_cloud_sdk_core.ComplexTypeTimePropertyField#fieldOf","classes":"tsd-kind-property tsd-parent-kind-class","parent":"@sap-cloud-sdk/core.ComplexTypeTimePropertyField"},{"id":1794,"kind":2048,"name":"fieldPath","url":"classes/sap_cloud_sdk_core.ComplexTypeTimePropertyField#fieldPath","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"@sap-cloud-sdk/core.ComplexTypeTimePropertyField"},{"id":1795,"kind":2048,"name":"greaterThan","url":"classes/sap_cloud_sdk_core.ComplexTypeTimePropertyField#greaterThan","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ComplexTypeTimePropertyField"},{"id":1796,"kind":2048,"name":"greaterOrEqual","url":"classes/sap_cloud_sdk_core.ComplexTypeTimePropertyField#greaterOrEqual","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ComplexTypeTimePropertyField"},{"id":1797,"kind":2048,"name":"lessThan","url":"classes/sap_cloud_sdk_core.ComplexTypeTimePropertyField#lessThan","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ComplexTypeTimePropertyField"},{"id":1798,"kind":2048,"name":"lessOrEqual","url":"classes/sap_cloud_sdk_core.ComplexTypeTimePropertyField#lessOrEqual","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ComplexTypeTimePropertyField"},{"id":1799,"kind":1024,"name":"_fieldOf","url":"classes/sap_cloud_sdk_core.ComplexTypeTimePropertyField#_fieldOf","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ComplexTypeTimePropertyField"},{"id":1800,"kind":1024,"name":"edmType","url":"classes/sap_cloud_sdk_core.ComplexTypeTimePropertyField#edmType","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ComplexTypeTimePropertyField"},{"id":1801,"kind":2048,"name":"equals","url":"classes/sap_cloud_sdk_core.ComplexTypeTimePropertyField#equals","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ComplexTypeTimePropertyField"},{"id":1802,"kind":2048,"name":"notEquals","url":"classes/sap_cloud_sdk_core.ComplexTypeTimePropertyField#notEquals","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ComplexTypeTimePropertyField"},{"id":1803,"kind":1024,"name":"_fieldName","url":"classes/sap_cloud_sdk_core.ComplexTypeTimePropertyField#_fieldName","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ComplexTypeTimePropertyField"},{"id":1804,"kind":1024,"name":"_entityConstructor","url":"classes/sap_cloud_sdk_core.ComplexTypeTimePropertyField#_entityConstructor","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ComplexTypeTimePropertyField"},{"id":1805,"kind":1024,"name":"_entity","url":"classes/sap_cloud_sdk_core.ComplexTypeTimePropertyField#_entity","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ComplexTypeTimePropertyField"},{"id":1806,"kind":1024,"name":"_fieldOptions","url":"classes/sap_cloud_sdk_core.ComplexTypeTimePropertyField#_fieldOptions","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ComplexTypeTimePropertyField"},{"id":1807,"kind":128,"name":"AnyField","url":"classes/sap_cloud_sdk_core.AnyField","classes":"tsd-kind-class tsd-parent-kind-module tsd-has-type-parameter","parent":"@sap-cloud-sdk/core"},{"id":1808,"kind":512,"name":"constructor","url":"classes/sap_cloud_sdk_core.AnyField#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited","parent":"@sap-cloud-sdk/core.AnyField"},{"id":1809,"kind":1024,"name":"_fieldOf","url":"classes/sap_cloud_sdk_core.AnyField#_fieldOf","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.AnyField"},{"id":1810,"kind":1024,"name":"edmType","url":"classes/sap_cloud_sdk_core.AnyField#edmType","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.AnyField"},{"id":1811,"kind":2048,"name":"equals","url":"classes/sap_cloud_sdk_core.AnyField#equals","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.AnyField"},{"id":1812,"kind":2048,"name":"notEquals","url":"classes/sap_cloud_sdk_core.AnyField#notEquals","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.AnyField"},{"id":1813,"kind":2048,"name":"fieldPath","url":"classes/sap_cloud_sdk_core.AnyField#fieldPath","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.AnyField"},{"id":1814,"kind":1024,"name":"_fieldName","url":"classes/sap_cloud_sdk_core.AnyField#_fieldName","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.AnyField"},{"id":1815,"kind":1024,"name":"_entityConstructor","url":"classes/sap_cloud_sdk_core.AnyField#_entityConstructor","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.AnyField"},{"id":1816,"kind":1024,"name":"_entity","url":"classes/sap_cloud_sdk_core.AnyField#_entity","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.AnyField"},{"id":1817,"kind":1024,"name":"_fieldOptions","url":"classes/sap_cloud_sdk_core.AnyField#_fieldOptions","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.AnyField"},{"id":1818,"kind":128,"name":"ComplexTypeAnyPropertyField","url":"classes/sap_cloud_sdk_core.ComplexTypeAnyPropertyField","classes":"tsd-kind-class tsd-parent-kind-module tsd-has-type-parameter","parent":"@sap-cloud-sdk/core"},{"id":1819,"kind":512,"name":"constructor","url":"classes/sap_cloud_sdk_core.ComplexTypeAnyPropertyField#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-has-type-parameter tsd-is-overwrite","parent":"@sap-cloud-sdk/core.ComplexTypeAnyPropertyField"},{"id":1820,"kind":1024,"name":"fieldOf","url":"classes/sap_cloud_sdk_core.ComplexTypeAnyPropertyField#fieldOf","classes":"tsd-kind-property tsd-parent-kind-class","parent":"@sap-cloud-sdk/core.ComplexTypeAnyPropertyField"},{"id":1821,"kind":2048,"name":"fieldPath","url":"classes/sap_cloud_sdk_core.ComplexTypeAnyPropertyField#fieldPath","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"@sap-cloud-sdk/core.ComplexTypeAnyPropertyField"},{"id":1822,"kind":1024,"name":"_fieldOf","url":"classes/sap_cloud_sdk_core.ComplexTypeAnyPropertyField#_fieldOf","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ComplexTypeAnyPropertyField"},{"id":1823,"kind":1024,"name":"edmType","url":"classes/sap_cloud_sdk_core.ComplexTypeAnyPropertyField#edmType","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ComplexTypeAnyPropertyField"},{"id":1824,"kind":2048,"name":"equals","url":"classes/sap_cloud_sdk_core.ComplexTypeAnyPropertyField#equals","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ComplexTypeAnyPropertyField"},{"id":1825,"kind":2048,"name":"notEquals","url":"classes/sap_cloud_sdk_core.ComplexTypeAnyPropertyField#notEquals","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ComplexTypeAnyPropertyField"},{"id":1826,"kind":1024,"name":"_fieldName","url":"classes/sap_cloud_sdk_core.ComplexTypeAnyPropertyField#_fieldName","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ComplexTypeAnyPropertyField"},{"id":1827,"kind":1024,"name":"_entityConstructor","url":"classes/sap_cloud_sdk_core.ComplexTypeAnyPropertyField#_entityConstructor","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ComplexTypeAnyPropertyField"},{"id":1828,"kind":1024,"name":"_entity","url":"classes/sap_cloud_sdk_core.ComplexTypeAnyPropertyField#_entity","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ComplexTypeAnyPropertyField"},{"id":1829,"kind":1024,"name":"_fieldOptions","url":"classes/sap_cloud_sdk_core.ComplexTypeAnyPropertyField#_fieldOptions","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ComplexTypeAnyPropertyField"},{"id":1830,"kind":128,"name":"ComplexTypeEnumPropertyField","url":"classes/sap_cloud_sdk_core.ComplexTypeEnumPropertyField","classes":"tsd-kind-class tsd-parent-kind-module tsd-has-type-parameter","parent":"@sap-cloud-sdk/core"},{"id":1831,"kind":512,"name":"constructor","url":"classes/sap_cloud_sdk_core.ComplexTypeEnumPropertyField#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-has-type-parameter tsd-is-overwrite","parent":"@sap-cloud-sdk/core.ComplexTypeEnumPropertyField"},{"id":1832,"kind":1024,"name":"fieldOf","url":"classes/sap_cloud_sdk_core.ComplexTypeEnumPropertyField#fieldOf","classes":"tsd-kind-property tsd-parent-kind-class","parent":"@sap-cloud-sdk/core.ComplexTypeEnumPropertyField"},{"id":1833,"kind":2048,"name":"fieldPath","url":"classes/sap_cloud_sdk_core.ComplexTypeEnumPropertyField#fieldPath","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"@sap-cloud-sdk/core.ComplexTypeEnumPropertyField"},{"id":1834,"kind":1024,"name":"_fieldOf","url":"classes/sap_cloud_sdk_core.ComplexTypeEnumPropertyField#_fieldOf","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ComplexTypeEnumPropertyField"},{"id":1835,"kind":1024,"name":"edmType","url":"classes/sap_cloud_sdk_core.ComplexTypeEnumPropertyField#edmType","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ComplexTypeEnumPropertyField"},{"id":1836,"kind":2048,"name":"equals","url":"classes/sap_cloud_sdk_core.ComplexTypeEnumPropertyField#equals","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ComplexTypeEnumPropertyField"},{"id":1837,"kind":2048,"name":"notEquals","url":"classes/sap_cloud_sdk_core.ComplexTypeEnumPropertyField#notEquals","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ComplexTypeEnumPropertyField"},{"id":1838,"kind":1024,"name":"_fieldName","url":"classes/sap_cloud_sdk_core.ComplexTypeEnumPropertyField#_fieldName","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ComplexTypeEnumPropertyField"},{"id":1839,"kind":1024,"name":"_entityConstructor","url":"classes/sap_cloud_sdk_core.ComplexTypeEnumPropertyField#_entityConstructor","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ComplexTypeEnumPropertyField"},{"id":1840,"kind":1024,"name":"_entity","url":"classes/sap_cloud_sdk_core.ComplexTypeEnumPropertyField#_entity","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ComplexTypeEnumPropertyField"},{"id":1841,"kind":1024,"name":"_fieldOptions","url":"classes/sap_cloud_sdk_core.ComplexTypeEnumPropertyField#_fieldOptions","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ComplexTypeEnumPropertyField"},{"id":1842,"kind":128,"name":"Link","url":"classes/sap_cloud_sdk_core.Link","classes":"tsd-kind-class tsd-parent-kind-module tsd-has-type-parameter","parent":"@sap-cloud-sdk/core"},{"id":1843,"kind":2048,"name":"clone","url":"classes/sap_cloud_sdk_core.Link#clone-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-static","parent":"@sap-cloud-sdk/core.Link"},{"id":1844,"kind":512,"name":"constructor","url":"classes/sap_cloud_sdk_core.Link#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-has-type-parameter","parent":"@sap-cloud-sdk/core.Link"},{"id":1845,"kind":1024,"name":"_fieldName","url":"classes/sap_cloud_sdk_core.Link#_fieldName","classes":"tsd-kind-property tsd-parent-kind-class","parent":"@sap-cloud-sdk/core.Link"},{"id":1846,"kind":1024,"name":"_entityConstructor","url":"classes/sap_cloud_sdk_core.Link#_entityConstructor","classes":"tsd-kind-property tsd-parent-kind-class","parent":"@sap-cloud-sdk/core.Link"},{"id":1847,"kind":1024,"name":"_linkedEntity","url":"classes/sap_cloud_sdk_core.Link#_linkedEntity","classes":"tsd-kind-property tsd-parent-kind-class","parent":"@sap-cloud-sdk/core.Link"},{"id":1848,"kind":1024,"name":"_entity","url":"classes/sap_cloud_sdk_core.Link#_entity","classes":"tsd-kind-property tsd-parent-kind-class","parent":"@sap-cloud-sdk/core.Link"},{"id":1849,"kind":262144,"name":"selects","url":"classes/sap_cloud_sdk_core.Link#selects","classes":"tsd-kind-get-signature tsd-parent-kind-class","parent":"@sap-cloud-sdk/core.Link"},{"id":1850,"kind":1024,"name":"_selects","url":"classes/sap_cloud_sdk_core.Link#_selects","classes":"tsd-kind-property tsd-parent-kind-class","parent":"@sap-cloud-sdk/core.Link"},{"id":1851,"kind":1024,"name":"_expand","url":"classes/sap_cloud_sdk_core.Link#_expand","classes":"tsd-kind-property tsd-parent-kind-class","parent":"@sap-cloud-sdk/core.Link"},{"id":1852,"kind":2048,"name":"select","url":"classes/sap_cloud_sdk_core.Link#select","classes":"tsd-kind-method tsd-parent-kind-class","parent":"@sap-cloud-sdk/core.Link"},{"id":1853,"kind":2048,"name":"expand","url":"classes/sap_cloud_sdk_core.Link#expand","classes":"tsd-kind-method tsd-parent-kind-class","parent":"@sap-cloud-sdk/core.Link"},{"id":1854,"kind":2048,"name":"clone","url":"classes/sap_cloud_sdk_core.Link#clone","classes":"tsd-kind-method tsd-parent-kind-class","parent":"@sap-cloud-sdk/core.Link"},{"id":1855,"kind":128,"name":"OneToOneLink","url":"classes/sap_cloud_sdk_core.OneToOneLink","classes":"tsd-kind-class tsd-parent-kind-module tsd-has-type-parameter","parent":"@sap-cloud-sdk/core"},{"id":1856,"kind":2048,"name":"clone","url":"classes/sap_cloud_sdk_core.OneToOneLink#clone-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-overwrite tsd-is-static","parent":"@sap-cloud-sdk/core.OneToOneLink"},{"id":1857,"kind":512,"name":"constructor","url":"classes/sap_cloud_sdk_core.OneToOneLink#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited","parent":"@sap-cloud-sdk/core.OneToOneLink"},{"id":1858,"kind":1024,"name":"orderBys","url":"classes/sap_cloud_sdk_core.OneToOneLink#orderBys","classes":"tsd-kind-property tsd-parent-kind-class","parent":"@sap-cloud-sdk/core.OneToOneLink"},{"id":1859,"kind":1024,"name":"filters","url":"classes/sap_cloud_sdk_core.OneToOneLink#filters","classes":"tsd-kind-property tsd-parent-kind-class","parent":"@sap-cloud-sdk/core.OneToOneLink"},{"id":1860,"kind":2048,"name":"clone","url":"classes/sap_cloud_sdk_core.OneToOneLink#clone","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"@sap-cloud-sdk/core.OneToOneLink"},{"id":1861,"kind":2048,"name":"orderBy","url":"classes/sap_cloud_sdk_core.OneToOneLink#orderBy","classes":"tsd-kind-method tsd-parent-kind-class","parent":"@sap-cloud-sdk/core.OneToOneLink"},{"id":1862,"kind":2048,"name":"filter","url":"classes/sap_cloud_sdk_core.OneToOneLink#filter","classes":"tsd-kind-method tsd-parent-kind-class","parent":"@sap-cloud-sdk/core.OneToOneLink"},{"id":1863,"kind":1024,"name":"_fieldName","url":"classes/sap_cloud_sdk_core.OneToOneLink#_fieldName","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.OneToOneLink"},{"id":1864,"kind":1024,"name":"_entityConstructor","url":"classes/sap_cloud_sdk_core.OneToOneLink#_entityConstructor","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.OneToOneLink"},{"id":1865,"kind":1024,"name":"_linkedEntity","url":"classes/sap_cloud_sdk_core.OneToOneLink#_linkedEntity","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.OneToOneLink"},{"id":1866,"kind":1024,"name":"_entity","url":"classes/sap_cloud_sdk_core.OneToOneLink#_entity","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.OneToOneLink"},{"id":1867,"kind":262144,"name":"selects","url":"classes/sap_cloud_sdk_core.OneToOneLink#selects","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.OneToOneLink"},{"id":1868,"kind":1024,"name":"_selects","url":"classes/sap_cloud_sdk_core.OneToOneLink#_selects","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.OneToOneLink"},{"id":1869,"kind":1024,"name":"_expand","url":"classes/sap_cloud_sdk_core.OneToOneLink#_expand","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.OneToOneLink"},{"id":1870,"kind":2048,"name":"select","url":"classes/sap_cloud_sdk_core.OneToOneLink#select","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.OneToOneLink"},{"id":1871,"kind":2048,"name":"expand","url":"classes/sap_cloud_sdk_core.OneToOneLink#expand","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.OneToOneLink"},{"id":1872,"kind":128,"name":"OneToManyLink","url":"classes/sap_cloud_sdk_core.OneToManyLink","classes":"tsd-kind-class tsd-parent-kind-module tsd-has-type-parameter","parent":"@sap-cloud-sdk/core"},{"id":1873,"kind":2048,"name":"clone","url":"classes/sap_cloud_sdk_core.OneToManyLink#clone-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited tsd-is-static","parent":"@sap-cloud-sdk/core.OneToManyLink"},{"id":1874,"kind":512,"name":"constructor","url":"classes/sap_cloud_sdk_core.OneToManyLink#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited","parent":"@sap-cloud-sdk/core.OneToManyLink"},{"id":1875,"kind":1024,"name":"_filters","url":"classes/sap_cloud_sdk_core.OneToManyLink#_filters","classes":"tsd-kind-property tsd-parent-kind-class","parent":"@sap-cloud-sdk/core.OneToManyLink"},{"id":1876,"kind":1024,"name":"_orderBy","url":"classes/sap_cloud_sdk_core.OneToManyLink#_orderBy","classes":"tsd-kind-property tsd-parent-kind-class","parent":"@sap-cloud-sdk/core.OneToManyLink"},{"id":1877,"kind":1024,"name":"_top","url":"classes/sap_cloud_sdk_core.OneToManyLink#_top","classes":"tsd-kind-property tsd-parent-kind-class","parent":"@sap-cloud-sdk/core.OneToManyLink"},{"id":1878,"kind":1024,"name":"_skip","url":"classes/sap_cloud_sdk_core.OneToManyLink#_skip","classes":"tsd-kind-property tsd-parent-kind-class","parent":"@sap-cloud-sdk/core.OneToManyLink"},{"id":1879,"kind":2048,"name":"clone","url":"classes/sap_cloud_sdk_core.OneToManyLink#clone","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"@sap-cloud-sdk/core.OneToManyLink"},{"id":1880,"kind":2048,"name":"filter","url":"classes/sap_cloud_sdk_core.OneToManyLink#filter","classes":"tsd-kind-method tsd-parent-kind-class","parent":"@sap-cloud-sdk/core.OneToManyLink"},{"id":1881,"kind":2048,"name":"orderBy","url":"classes/sap_cloud_sdk_core.OneToManyLink#orderBy","classes":"tsd-kind-method tsd-parent-kind-class","parent":"@sap-cloud-sdk/core.OneToManyLink"},{"id":1882,"kind":2048,"name":"top","url":"classes/sap_cloud_sdk_core.OneToManyLink#top","classes":"tsd-kind-method tsd-parent-kind-class","parent":"@sap-cloud-sdk/core.OneToManyLink"},{"id":1883,"kind":2048,"name":"skip","url":"classes/sap_cloud_sdk_core.OneToManyLink#skip","classes":"tsd-kind-method tsd-parent-kind-class","parent":"@sap-cloud-sdk/core.OneToManyLink"},{"id":1884,"kind":1024,"name":"_fieldName","url":"classes/sap_cloud_sdk_core.OneToManyLink#_fieldName","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.OneToManyLink"},{"id":1885,"kind":1024,"name":"_entityConstructor","url":"classes/sap_cloud_sdk_core.OneToManyLink#_entityConstructor","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.OneToManyLink"},{"id":1886,"kind":1024,"name":"_linkedEntity","url":"classes/sap_cloud_sdk_core.OneToManyLink#_linkedEntity","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.OneToManyLink"},{"id":1887,"kind":1024,"name":"_entity","url":"classes/sap_cloud_sdk_core.OneToManyLink#_entity","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.OneToManyLink"},{"id":1888,"kind":262144,"name":"selects","url":"classes/sap_cloud_sdk_core.OneToManyLink#selects","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.OneToManyLink"},{"id":1889,"kind":1024,"name":"_selects","url":"classes/sap_cloud_sdk_core.OneToManyLink#_selects","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.OneToManyLink"},{"id":1890,"kind":1024,"name":"_expand","url":"classes/sap_cloud_sdk_core.OneToManyLink#_expand","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.OneToManyLink"},{"id":1891,"kind":2048,"name":"select","url":"classes/sap_cloud_sdk_core.OneToManyLink#select","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.OneToManyLink"},{"id":1892,"kind":2048,"name":"expand","url":"classes/sap_cloud_sdk_core.OneToManyLink#expand","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.OneToManyLink"},{"id":1893,"kind":128,"name":"OrderableEdmTypeField","url":"classes/sap_cloud_sdk_core.OrderableEdmTypeField","classes":"tsd-kind-class tsd-parent-kind-module tsd-has-type-parameter","parent":"@sap-cloud-sdk/core"},{"id":1894,"kind":512,"name":"constructor","url":"classes/sap_cloud_sdk_core.OrderableEdmTypeField#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited","parent":"@sap-cloud-sdk/core.OrderableEdmTypeField"},{"id":1895,"kind":2048,"name":"greaterThan","url":"classes/sap_cloud_sdk_core.OrderableEdmTypeField#greaterThan","classes":"tsd-kind-method tsd-parent-kind-class","parent":"@sap-cloud-sdk/core.OrderableEdmTypeField"},{"id":1896,"kind":2048,"name":"greaterOrEqual","url":"classes/sap_cloud_sdk_core.OrderableEdmTypeField#greaterOrEqual","classes":"tsd-kind-method tsd-parent-kind-class","parent":"@sap-cloud-sdk/core.OrderableEdmTypeField"},{"id":1897,"kind":2048,"name":"lessThan","url":"classes/sap_cloud_sdk_core.OrderableEdmTypeField#lessThan","classes":"tsd-kind-method tsd-parent-kind-class","parent":"@sap-cloud-sdk/core.OrderableEdmTypeField"},{"id":1898,"kind":2048,"name":"lessOrEqual","url":"classes/sap_cloud_sdk_core.OrderableEdmTypeField#lessOrEqual","classes":"tsd-kind-method tsd-parent-kind-class","parent":"@sap-cloud-sdk/core.OrderableEdmTypeField"},{"id":1899,"kind":1024,"name":"_fieldOf","url":"classes/sap_cloud_sdk_core.OrderableEdmTypeField#_fieldOf","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.OrderableEdmTypeField"},{"id":1900,"kind":1024,"name":"edmType","url":"classes/sap_cloud_sdk_core.OrderableEdmTypeField#edmType","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.OrderableEdmTypeField"},{"id":1901,"kind":2048,"name":"equals","url":"classes/sap_cloud_sdk_core.OrderableEdmTypeField#equals","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.OrderableEdmTypeField"},{"id":1902,"kind":2048,"name":"notEquals","url":"classes/sap_cloud_sdk_core.OrderableEdmTypeField#notEquals","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.OrderableEdmTypeField"},{"id":1903,"kind":2048,"name":"fieldPath","url":"classes/sap_cloud_sdk_core.OrderableEdmTypeField#fieldPath","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.OrderableEdmTypeField"},{"id":1904,"kind":1024,"name":"_fieldName","url":"classes/sap_cloud_sdk_core.OrderableEdmTypeField#_fieldName","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.OrderableEdmTypeField"},{"id":1905,"kind":1024,"name":"_entityConstructor","url":"classes/sap_cloud_sdk_core.OrderableEdmTypeField#_entityConstructor","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.OrderableEdmTypeField"},{"id":1906,"kind":1024,"name":"_entity","url":"classes/sap_cloud_sdk_core.OrderableEdmTypeField#_entity","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.OrderableEdmTypeField"},{"id":1907,"kind":1024,"name":"_fieldOptions","url":"classes/sap_cloud_sdk_core.OrderableEdmTypeField#_fieldOptions","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.OrderableEdmTypeField"},{"id":1908,"kind":4194304,"name":"Selectable","url":"modules/sap_cloud_sdk_core#Selectable","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-has-type-parameter","parent":"@sap-cloud-sdk/core"},{"id":1909,"kind":64,"name":"timeToSeconds","url":"modules/sap_cloud_sdk_core#timeToSeconds","classes":"tsd-kind-function tsd-parent-kind-module","parent":"@sap-cloud-sdk/core"},{"id":1910,"kind":64,"name":"secondsToTime","url":"modules/sap_cloud_sdk_core#secondsToTime","classes":"tsd-kind-function tsd-parent-kind-module","parent":"@sap-cloud-sdk/core"},{"id":1911,"kind":256,"name":"Time","url":"interfaces/sap_cloud_sdk_core.Time","classes":"tsd-kind-interface tsd-parent-kind-module","parent":"@sap-cloud-sdk/core"},{"id":1912,"kind":1024,"name":"hours","url":"interfaces/sap_cloud_sdk_core.Time#hours","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"@sap-cloud-sdk/core.Time"},{"id":1913,"kind":1024,"name":"minutes","url":"interfaces/sap_cloud_sdk_core.Time#minutes","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"@sap-cloud-sdk/core.Time"},{"id":1914,"kind":1024,"name":"seconds","url":"interfaces/sap_cloud_sdk_core.Time#seconds","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"@sap-cloud-sdk/core.Time"},{"id":1915,"kind":256,"name":"UriConverter","url":"interfaces/sap_cloud_sdk_core.UriConverter","classes":"tsd-kind-interface tsd-parent-kind-module","parent":"@sap-cloud-sdk/core"},{"id":1916,"kind":2048,"name":"convertToUriFormat","url":"interfaces/sap_cloud_sdk_core.UriConverter#convertToUriFormat","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"@sap-cloud-sdk/core.UriConverter"},{"id":1917,"kind":64,"name":"createGetFilter","url":"modules/sap_cloud_sdk_core#createGetFilter","classes":"tsd-kind-function tsd-parent-kind-module","parent":"@sap-cloud-sdk/core"},{"id":1918,"kind":256,"name":"GetFilter","url":"interfaces/sap_cloud_sdk_core.GetFilter","classes":"tsd-kind-interface tsd-parent-kind-module tsd-has-type-parameter","parent":"@sap-cloud-sdk/core"},{"id":1919,"kind":1024,"name":"getFilter","url":"interfaces/sap_cloud_sdk_core.GetFilter#getFilter","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"@sap-cloud-sdk/core.GetFilter"},{"id":1920,"kind":64,"name":"getEntityKeys","url":"modules/sap_cloud_sdk_core#getEntityKeys","classes":"tsd-kind-function tsd-parent-kind-module tsd-has-type-parameter","parent":"@sap-cloud-sdk/core"},{"id":1921,"kind":64,"name":"getOrderBy","url":"modules/sap_cloud_sdk_core#getOrderBy","classes":"tsd-kind-function tsd-parent-kind-module tsd-has-type-parameter","parent":"@sap-cloud-sdk/core"},{"id":1922,"kind":64,"name":"createGetResourcePathForKeys","url":"modules/sap_cloud_sdk_core#createGetResourcePathForKeys","classes":"tsd-kind-function tsd-parent-kind-module","parent":"@sap-cloud-sdk/core"},{"id":1923,"kind":64,"name":"prependDollar","url":"modules/sap_cloud_sdk_core#prependDollar","classes":"tsd-kind-function tsd-parent-kind-module","parent":"@sap-cloud-sdk/core"},{"id":1924,"kind":256,"name":"ODataUri","url":"interfaces/sap_cloud_sdk_core.ODataUri","classes":"tsd-kind-interface tsd-parent-kind-module","parent":"@sap-cloud-sdk/core"},{"id":1925,"kind":2048,"name":"getExpand","url":"interfaces/sap_cloud_sdk_core.ODataUri#getExpand","classes":"tsd-kind-method tsd-parent-kind-interface tsd-has-type-parameter","parent":"@sap-cloud-sdk/core.ODataUri"},{"id":1926,"kind":2048,"name":"getFilter","url":"interfaces/sap_cloud_sdk_core.ODataUri#getFilter","classes":"tsd-kind-method tsd-parent-kind-interface tsd-has-type-parameter","parent":"@sap-cloud-sdk/core.ODataUri"},{"id":1927,"kind":2048,"name":"getEntityKeys","url":"interfaces/sap_cloud_sdk_core.ODataUri#getEntityKeys","classes":"tsd-kind-method tsd-parent-kind-interface tsd-has-type-parameter","parent":"@sap-cloud-sdk/core.ODataUri"},{"id":1928,"kind":2048,"name":"getOrderBy","url":"interfaces/sap_cloud_sdk_core.ODataUri#getOrderBy","classes":"tsd-kind-method tsd-parent-kind-interface tsd-has-type-parameter","parent":"@sap-cloud-sdk/core.ODataUri"},{"id":1929,"kind":2048,"name":"getResourcePathForKeys","url":"interfaces/sap_cloud_sdk_core.ODataUri#getResourcePathForKeys","classes":"tsd-kind-method tsd-parent-kind-interface tsd-has-type-parameter","parent":"@sap-cloud-sdk/core.ODataUri"},{"id":1930,"kind":2048,"name":"getSelect","url":"interfaces/sap_cloud_sdk_core.ODataUri#getSelect","classes":"tsd-kind-method tsd-parent-kind-interface tsd-has-type-parameter","parent":"@sap-cloud-sdk/core.ODataUri"},{"id":1931,"kind":2048,"name":"convertToUriFormat","url":"interfaces/sap_cloud_sdk_core.ODataUri#convertToUriFormat","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"@sap-cloud-sdk/core.ODataUri"},{"id":1932,"kind":4194304,"name":"Expandable","url":"modules/sap_cloud_sdk_core#Expandable","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-has-type-parameter","parent":"@sap-cloud-sdk/core"},{"id":1933,"kind":64,"name":"extractEtagFromHeader","url":"modules/sap_cloud_sdk_core#extractEtagFromHeader","classes":"tsd-kind-function tsd-parent-kind-module","parent":"@sap-cloud-sdk/core"},{"id":1934,"kind":64,"name":"extractCustomFields","url":"modules/sap_cloud_sdk_core#extractCustomFields","classes":"tsd-kind-function tsd-parent-kind-module tsd-has-type-parameter","parent":"@sap-cloud-sdk/core"},{"id":1935,"kind":256,"name":"EntityDeserializer","url":"interfaces/sap_cloud_sdk_core.EntityDeserializer","classes":"tsd-kind-interface tsd-parent-kind-module tsd-has-type-parameter","parent":"@sap-cloud-sdk/core"},{"id":1936,"kind":2048,"name":"deserializeEntity","url":"interfaces/sap_cloud_sdk_core.EntityDeserializer#deserializeEntity","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"@sap-cloud-sdk/core.EntityDeserializer"},{"id":1937,"kind":2048,"name":"deserializeComplexType","url":"interfaces/sap_cloud_sdk_core.EntityDeserializer#deserializeComplexType","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"@sap-cloud-sdk/core.EntityDeserializer"},{"id":1938,"kind":256,"name":"EntitySerializer","url":"interfaces/sap_cloud_sdk_core.EntitySerializer","classes":"tsd-kind-interface tsd-parent-kind-module tsd-has-type-parameter","parent":"@sap-cloud-sdk/core"},{"id":1939,"kind":2048,"name":"serializeEntity","url":"interfaces/sap_cloud_sdk_core.EntitySerializer#serializeEntity","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"@sap-cloud-sdk/core.EntitySerializer"},{"id":1940,"kind":2048,"name":"serializeComplexType","url":"interfaces/sap_cloud_sdk_core.EntitySerializer#serializeComplexType","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"@sap-cloud-sdk/core.EntitySerializer"},{"id":1941,"kind":2048,"name":"serializeEntityNonCustomFields","url":"interfaces/sap_cloud_sdk_core.EntitySerializer#serializeEntityNonCustomFields","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"@sap-cloud-sdk/core.EntitySerializer"},{"id":1942,"kind":64,"name":"toGuid","url":"modules/sap_cloud_sdk_core#toGuid","classes":"tsd-kind-function tsd-parent-kind-module","parent":"@sap-cloud-sdk/core"},{"id":1943,"kind":32,"name":"deserializersCommon","url":"modules/sap_cloud_sdk_core#deserializersCommon","classes":"tsd-kind-variable tsd-parent-kind-module","parent":"@sap-cloud-sdk/core"},{"id":1944,"kind":32,"name":"serializersCommon","url":"modules/sap_cloud_sdk_core#serializersCommon","classes":"tsd-kind-variable tsd-parent-kind-module","parent":"@sap-cloud-sdk/core"},{"id":1945,"kind":32,"name":"serializersCommom","url":"modules/sap_cloud_sdk_core#serializersCommom","classes":"tsd-kind-variable tsd-parent-kind-module","parent":"@sap-cloud-sdk/core"},{"id":1946,"kind":64,"name":"toStaticPropertyFormat","url":"modules/sap_cloud_sdk_core#toStaticPropertyFormat","classes":"tsd-kind-function tsd-parent-kind-module","parent":"@sap-cloud-sdk/core"},{"id":1947,"kind":64,"name":"toPropertyFormat","url":"modules/sap_cloud_sdk_core#toPropertyFormat","classes":"tsd-kind-function tsd-parent-kind-module","parent":"@sap-cloud-sdk/core"},{"id":1948,"kind":64,"name":"toPascalCase","url":"modules/sap_cloud_sdk_core#toPascalCase","classes":"tsd-kind-function tsd-parent-kind-module","parent":"@sap-cloud-sdk/core"},{"id":1949,"kind":64,"name":"toTitleFormat","url":"modules/sap_cloud_sdk_core#toTitleFormat","classes":"tsd-kind-function tsd-parent-kind-module","parent":"@sap-cloud-sdk/core"},{"id":1950,"kind":64,"name":"toTypeNameFormat","url":"modules/sap_cloud_sdk_core#toTypeNameFormat","classes":"tsd-kind-function tsd-parent-kind-module","parent":"@sap-cloud-sdk/core"},{"id":1951,"kind":64,"name":"isNavigationProperty","url":"modules/sap_cloud_sdk_core#isNavigationProperty","classes":"tsd-kind-function tsd-parent-kind-module","parent":"@sap-cloud-sdk/core"},{"id":1952,"kind":64,"name":"nonEnumerable","url":"modules/sap_cloud_sdk_core#nonEnumerable","classes":"tsd-kind-function tsd-parent-kind-module","parent":"@sap-cloud-sdk/core"},{"id":1953,"kind":64,"name":"throwErrorWhenReturnTypeIsUnionType","url":"modules/sap_cloud_sdk_core#throwErrorWhenReturnTypeIsUnionType","classes":"tsd-kind-function tsd-parent-kind-module","parent":"@sap-cloud-sdk/core"},{"id":1954,"kind":64,"name":"substringOf","url":"modules/sap_cloud_sdk_core#substringOf-1","classes":"tsd-kind-function tsd-parent-kind-module tsd-has-type-parameter","parent":"@sap-cloud-sdk/core"},{"id":1955,"kind":16777216,"name":"EdmTypeV2","url":"modules/sap_cloud_sdk_core#EdmTypeV2","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"@sap-cloud-sdk/core"},{"id":1956,"kind":16777216,"name":"EntityV2","url":"modules/sap_cloud_sdk_core#EntityV2","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"@sap-cloud-sdk/core"},{"id":1957,"kind":16777216,"name":"deserializeEntityV2","url":"modules/sap_cloud_sdk_core#deserializeEntityV2","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"@sap-cloud-sdk/core"},{"id":1958,"kind":16777216,"name":"deserializeComplexTypeV2","url":"modules/sap_cloud_sdk_core#deserializeComplexTypeV2","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"@sap-cloud-sdk/core"},{"id":1959,"kind":32,"name":"entityDeserializerV2","url":"modules/sap_cloud_sdk_core#entityDeserializerV2","classes":"tsd-kind-variable tsd-parent-kind-module","parent":"@sap-cloud-sdk/core"},{"id":1960,"kind":16777216,"name":"entitySerializerV2","url":"modules/sap_cloud_sdk_core#entitySerializerV2","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"@sap-cloud-sdk/core"},{"id":1961,"kind":16777216,"name":"serializeEntityV2","url":"modules/sap_cloud_sdk_core#serializeEntityV2","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"@sap-cloud-sdk/core"},{"id":1962,"kind":16777216,"name":"serializeComplexTypeV2","url":"modules/sap_cloud_sdk_core#serializeComplexTypeV2","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"@sap-cloud-sdk/core"},{"id":1963,"kind":16777216,"name":"serializeEntityNonCustomFieldsV2","url":"modules/sap_cloud_sdk_core#serializeEntityNonCustomFieldsV2","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"@sap-cloud-sdk/core"},{"id":1964,"kind":16777216,"name":"ODataBatchChangeSetV2","url":"modules/sap_cloud_sdk_core#ODataBatchChangeSetV2","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"@sap-cloud-sdk/core"},{"id":1965,"kind":16777216,"name":"ODataBatchRequestBuilderV2","url":"modules/sap_cloud_sdk_core#ODataBatchRequestBuilderV2","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"@sap-cloud-sdk/core"},{"id":1966,"kind":16777216,"name":"toBatchChangeSetV2","url":"modules/sap_cloud_sdk_core#toBatchChangeSetV2","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"@sap-cloud-sdk/core"},{"id":1967,"kind":16777216,"name":"toBatchRetrieveBodyV2","url":"modules/sap_cloud_sdk_core#toBatchRetrieveBodyV2","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"@sap-cloud-sdk/core"},{"id":1968,"kind":16777216,"name":"EdmToPrimitiveV2","url":"modules/sap_cloud_sdk_core#EdmToPrimitiveV2","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"@sap-cloud-sdk/core"},{"id":1969,"kind":16777216,"name":"ODataFunctionImportRequestConfigV2","url":"modules/sap_cloud_sdk_core#ODataFunctionImportRequestConfigV2","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"@sap-cloud-sdk/core"},{"id":1970,"kind":16777216,"name":"CreateRequestBuilderV2","url":"modules/sap_cloud_sdk_core#CreateRequestBuilderV2","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"@sap-cloud-sdk/core"},{"id":1971,"kind":16777216,"name":"DeleteRequestBuilderV2","url":"modules/sap_cloud_sdk_core#DeleteRequestBuilderV2","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"@sap-cloud-sdk/core"},{"id":1972,"kind":16777216,"name":"FunctionImportRequestBuilderV2","url":"modules/sap_cloud_sdk_core#FunctionImportRequestBuilderV2","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"@sap-cloud-sdk/core"},{"id":1973,"kind":16777216,"name":"GetAllRequestBuilderV2","url":"modules/sap_cloud_sdk_core#GetAllRequestBuilderV2","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"@sap-cloud-sdk/core"},{"id":1974,"kind":16777216,"name":"GetByKeyRequestBuilderV2","url":"modules/sap_cloud_sdk_core#GetByKeyRequestBuilderV2","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"@sap-cloud-sdk/core"},{"id":1975,"kind":16777216,"name":"UpdateRequestBuilderV2","url":"modules/sap_cloud_sdk_core#UpdateRequestBuilderV2","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"@sap-cloud-sdk/core"},{"id":1976,"kind":16777216,"name":"CustomFieldV2","url":"modules/sap_cloud_sdk_core#CustomFieldV2","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"@sap-cloud-sdk/core"},{"id":1977,"kind":16777216,"name":"getExpandV2","url":"modules/sap_cloud_sdk_core#getExpandV2","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"@sap-cloud-sdk/core"},{"id":1978,"kind":64,"name":"getQueryParametersForFilter","url":"modules/sap_cloud_sdk_core#getQueryParametersForFilter","classes":"tsd-kind-function tsd-parent-kind-module tsd-has-type-parameter","parent":"@sap-cloud-sdk/core"},{"id":1979,"kind":64,"name":"getQueryParametersForOrderBy","url":"modules/sap_cloud_sdk_core#getQueryParametersForOrderBy","classes":"tsd-kind-function tsd-parent-kind-module tsd-has-type-parameter","parent":"@sap-cloud-sdk/core"},{"id":1980,"kind":64,"name":"getResourcePathForKeys","url":"modules/sap_cloud_sdk_core#getResourcePathForKeys","classes":"tsd-kind-function tsd-parent-kind-module tsd-has-type-parameter","parent":"@sap-cloud-sdk/core"},{"id":1981,"kind":16777216,"name":"getSelectV2","url":"modules/sap_cloud_sdk_core#getSelectV2","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"@sap-cloud-sdk/core"},{"id":1982,"kind":64,"name":"getQueryParametersForSelection","url":"modules/sap_cloud_sdk_core#getQueryParametersForSelection","classes":"tsd-kind-function tsd-parent-kind-module tsd-has-type-parameter","parent":"@sap-cloud-sdk/core"},{"id":1983,"kind":16777216,"name":"oDataUriV2","url":"modules/sap_cloud_sdk_core#oDataUriV2","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"@sap-cloud-sdk/core"},{"id":1984,"kind":128,"name":"ODataBatchConfig","url":"classes/sap_cloud_sdk_core.ODataBatchConfig","classes":"tsd-kind-class tsd-parent-kind-module","parent":"@sap-cloud-sdk/core"},{"id":1985,"kind":1024,"name":"content_type_prefix","url":"classes/sap_cloud_sdk_core.ODataBatchConfig#content_type_prefix","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-static","parent":"@sap-cloud-sdk/core.ODataBatchConfig"},{"id":1986,"kind":512,"name":"constructor","url":"classes/sap_cloud_sdk_core.ODataBatchConfig#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"@sap-cloud-sdk/core.ODataBatchConfig"},{"id":1987,"kind":1024,"name":"defaultServicePath","url":"classes/sap_cloud_sdk_core.ODataBatchConfig#defaultServicePath","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ODataBatchConfig"},{"id":1988,"kind":1024,"name":"boundary","url":"classes/sap_cloud_sdk_core.ODataBatchConfig#boundary","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ODataBatchConfig"},{"id":1989,"kind":1024,"name":"subRequestPathType","url":"classes/sap_cloud_sdk_core.ODataBatchConfig#subRequestPathType","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ODataBatchConfig"},{"id":1990,"kind":262144,"name":"batchId","url":"classes/sap_cloud_sdk_core.ODataBatchConfig#batchId","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ODataBatchConfig"},{"id":1991,"kind":2048,"name":"withSubRequestPathType","url":"classes/sap_cloud_sdk_core.ODataBatchConfig#withSubRequestPathType","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ODataBatchConfig"},{"id":1992,"kind":2048,"name":"resourcePath","url":"classes/sap_cloud_sdk_core.ODataBatchConfig#resourcePath","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ODataBatchConfig"},{"id":1993,"kind":2048,"name":"queryParameters","url":"classes/sap_cloud_sdk_core.ODataBatchConfig#queryParameters","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ODataBatchConfig"},{"id":1994,"kind":1024,"name":"method","url":"classes/sap_cloud_sdk_core.ODataBatchConfig#method","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ODataBatchConfig"},{"id":1995,"kind":1024,"name":"payload","url":"classes/sap_cloud_sdk_core.ODataBatchConfig#payload","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ODataBatchConfig"},{"id":1996,"kind":1024,"name":"customServicePath","url":"classes/sap_cloud_sdk_core.ODataBatchConfig#customServicePath","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ODataBatchConfig"},{"id":1997,"kind":1024,"name":"defaultHeaders","url":"classes/sap_cloud_sdk_core.ODataBatchConfig#defaultHeaders","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ODataBatchConfig"},{"id":1998,"kind":262144,"name":"contentType","url":"classes/sap_cloud_sdk_core.ODataBatchConfig#contentType","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ODataBatchConfig"},{"id":1999,"kind":262144,"name":"customHeaders","url":"classes/sap_cloud_sdk_core.ODataBatchConfig#customHeaders","classes":"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ODataBatchConfig"},{"id":2000,"kind":262144,"name":"customQueryParameters","url":"classes/sap_cloud_sdk_core.ODataBatchConfig#customQueryParameters","classes":"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ODataBatchConfig"},{"id":2001,"kind":262144,"name":"customRequestConfiguration","url":"classes/sap_cloud_sdk_core.ODataBatchConfig#customRequestConfiguration","classes":"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ODataBatchConfig"},{"id":2002,"kind":262144,"name":"appendedPaths","url":"classes/sap_cloud_sdk_core.ODataBatchConfig#appendedPaths","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ODataBatchConfig"},{"id":2003,"kind":262144,"name":"fetchCsrfToken","url":"classes/sap_cloud_sdk_core.ODataBatchConfig#fetchCsrfToken","classes":"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ODataBatchConfig"},{"id":2004,"kind":2048,"name":"addCustomHeaders","url":"classes/sap_cloud_sdk_core.ODataBatchConfig#addCustomHeaders","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ODataBatchConfig"},{"id":2005,"kind":2048,"name":"addCustomQueryParameters","url":"classes/sap_cloud_sdk_core.ODataBatchConfig#addCustomQueryParameters","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ODataBatchConfig"},{"id":2006,"kind":2048,"name":"addCustomRequestConfiguration","url":"classes/sap_cloud_sdk_core.ODataBatchConfig#addCustomRequestConfiguration","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ODataBatchConfig"},{"id":2007,"kind":2048,"name":"appendPath","url":"classes/sap_cloud_sdk_core.ODataBatchConfig#appendPath","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ODataBatchConfig"},{"id":2008,"kind":2048,"name":"prependDollarToQueryParameters","url":"classes/sap_cloud_sdk_core.ODataBatchConfig#prependDollarToQueryParameters","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"@sap-cloud-sdk/core.ODataBatchConfig"},{"id":2009,"kind":128,"name":"ODataCreateRequestConfigLegacy","url":"classes/sap_cloud_sdk_core.ODataCreateRequestConfigLegacy","classes":"tsd-kind-class tsd-parent-kind-module tsd-has-type-parameter","parent":"@sap-cloud-sdk/core"},{"id":2010,"kind":512,"name":"constructor","url":"classes/sap_cloud_sdk_core.ODataCreateRequestConfigLegacy#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-has-type-parameter tsd-is-overwrite","parent":"@sap-cloud-sdk/core.ODataCreateRequestConfigLegacy"},{"id":2011,"kind":1024,"name":"_entityConstructor","url":"classes/sap_cloud_sdk_core.ODataCreateRequestConfigLegacy#_entityConstructor","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ODataCreateRequestConfigLegacy"},{"id":2012,"kind":1024,"name":"parentKeys","url":"classes/sap_cloud_sdk_core.ODataCreateRequestConfigLegacy#parentKeys","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ODataCreateRequestConfigLegacy"},{"id":2013,"kind":1024,"name":"childField","url":"classes/sap_cloud_sdk_core.ODataCreateRequestConfigLegacy#childField","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ODataCreateRequestConfigLegacy"},{"id":2014,"kind":2048,"name":"resourcePath","url":"classes/sap_cloud_sdk_core.ODataCreateRequestConfigLegacy#resourcePath","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ODataCreateRequestConfigLegacy"},{"id":2015,"kind":2048,"name":"queryParameters","url":"classes/sap_cloud_sdk_core.ODataCreateRequestConfigLegacy#queryParameters","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ODataCreateRequestConfigLegacy"},{"id":2016,"kind":2048,"name":"resourcePathAsChild","url":"classes/sap_cloud_sdk_core.ODataCreateRequestConfigLegacy#resourcePathAsChild","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"@sap-cloud-sdk/core.ODataCreateRequestConfigLegacy"},{"id":2017,"kind":1024,"name":"method","url":"classes/sap_cloud_sdk_core.ODataCreateRequestConfigLegacy#method","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ODataCreateRequestConfigLegacy"},{"id":2018,"kind":1024,"name":"defaultServicePath","url":"classes/sap_cloud_sdk_core.ODataCreateRequestConfigLegacy#defaultServicePath","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ODataCreateRequestConfigLegacy"},{"id":2019,"kind":1024,"name":"payload","url":"classes/sap_cloud_sdk_core.ODataCreateRequestConfigLegacy#payload","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ODataCreateRequestConfigLegacy"},{"id":2020,"kind":1024,"name":"customServicePath","url":"classes/sap_cloud_sdk_core.ODataCreateRequestConfigLegacy#customServicePath","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ODataCreateRequestConfigLegacy"},{"id":2021,"kind":1024,"name":"defaultHeaders","url":"classes/sap_cloud_sdk_core.ODataCreateRequestConfigLegacy#defaultHeaders","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ODataCreateRequestConfigLegacy"},{"id":2022,"kind":262144,"name":"contentType","url":"classes/sap_cloud_sdk_core.ODataCreateRequestConfigLegacy#contentType","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ODataCreateRequestConfigLegacy"},{"id":2023,"kind":262144,"name":"customHeaders","url":"classes/sap_cloud_sdk_core.ODataCreateRequestConfigLegacy#customHeaders","classes":"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ODataCreateRequestConfigLegacy"},{"id":2024,"kind":262144,"name":"customQueryParameters","url":"classes/sap_cloud_sdk_core.ODataCreateRequestConfigLegacy#customQueryParameters","classes":"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ODataCreateRequestConfigLegacy"},{"id":2025,"kind":262144,"name":"customRequestConfiguration","url":"classes/sap_cloud_sdk_core.ODataCreateRequestConfigLegacy#customRequestConfiguration","classes":"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ODataCreateRequestConfigLegacy"},{"id":2026,"kind":262144,"name":"appendedPaths","url":"classes/sap_cloud_sdk_core.ODataCreateRequestConfigLegacy#appendedPaths","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ODataCreateRequestConfigLegacy"},{"id":2027,"kind":262144,"name":"fetchCsrfToken","url":"classes/sap_cloud_sdk_core.ODataCreateRequestConfigLegacy#fetchCsrfToken","classes":"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ODataCreateRequestConfigLegacy"},{"id":2028,"kind":2048,"name":"addCustomHeaders","url":"classes/sap_cloud_sdk_core.ODataCreateRequestConfigLegacy#addCustomHeaders","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ODataCreateRequestConfigLegacy"},{"id":2029,"kind":2048,"name":"addCustomQueryParameters","url":"classes/sap_cloud_sdk_core.ODataCreateRequestConfigLegacy#addCustomQueryParameters","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ODataCreateRequestConfigLegacy"},{"id":2030,"kind":2048,"name":"addCustomRequestConfiguration","url":"classes/sap_cloud_sdk_core.ODataCreateRequestConfigLegacy#addCustomRequestConfiguration","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ODataCreateRequestConfigLegacy"},{"id":2031,"kind":2048,"name":"appendPath","url":"classes/sap_cloud_sdk_core.ODataCreateRequestConfigLegacy#appendPath","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ODataCreateRequestConfigLegacy"},{"id":2032,"kind":2048,"name":"prependDollarToQueryParameters","url":"classes/sap_cloud_sdk_core.ODataCreateRequestConfigLegacy#prependDollarToQueryParameters","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"@sap-cloud-sdk/core.ODataCreateRequestConfigLegacy"},{"id":2033,"kind":128,"name":"ODataDeleteRequestConfigLegacy","url":"classes/sap_cloud_sdk_core.ODataDeleteRequestConfigLegacy","classes":"tsd-kind-class tsd-parent-kind-module tsd-has-type-parameter","parent":"@sap-cloud-sdk/core"},{"id":2034,"kind":512,"name":"constructor","url":"classes/sap_cloud_sdk_core.ODataDeleteRequestConfigLegacy#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-has-type-parameter tsd-is-overwrite","parent":"@sap-cloud-sdk/core.ODataDeleteRequestConfigLegacy"},{"id":2035,"kind":1024,"name":"entityConstructor","url":"classes/sap_cloud_sdk_core.ODataDeleteRequestConfigLegacy#entityConstructor","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ODataDeleteRequestConfigLegacy"},{"id":2036,"kind":1024,"name":"keys","url":"classes/sap_cloud_sdk_core.ODataDeleteRequestConfigLegacy#keys","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ODataDeleteRequestConfigLegacy"},{"id":2037,"kind":1024,"name":"eTag","url":"classes/sap_cloud_sdk_core.ODataDeleteRequestConfigLegacy#eTag","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ODataDeleteRequestConfigLegacy"},{"id":2038,"kind":1024,"name":"versionIdentifierIgnored","url":"classes/sap_cloud_sdk_core.ODataDeleteRequestConfigLegacy#versionIdentifierIgnored","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ODataDeleteRequestConfigLegacy"},{"id":2039,"kind":2048,"name":"resourcePath","url":"classes/sap_cloud_sdk_core.ODataDeleteRequestConfigLegacy#resourcePath","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ODataDeleteRequestConfigLegacy"},{"id":2040,"kind":2048,"name":"queryParameters","url":"classes/sap_cloud_sdk_core.ODataDeleteRequestConfigLegacy#queryParameters","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ODataDeleteRequestConfigLegacy"},{"id":2041,"kind":1024,"name":"method","url":"classes/sap_cloud_sdk_core.ODataDeleteRequestConfigLegacy#method","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ODataDeleteRequestConfigLegacy"},{"id":2042,"kind":1024,"name":"defaultServicePath","url":"classes/sap_cloud_sdk_core.ODataDeleteRequestConfigLegacy#defaultServicePath","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ODataDeleteRequestConfigLegacy"},{"id":2043,"kind":1024,"name":"payload","url":"classes/sap_cloud_sdk_core.ODataDeleteRequestConfigLegacy#payload","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ODataDeleteRequestConfigLegacy"},{"id":2044,"kind":1024,"name":"customServicePath","url":"classes/sap_cloud_sdk_core.ODataDeleteRequestConfigLegacy#customServicePath","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ODataDeleteRequestConfigLegacy"},{"id":2045,"kind":1024,"name":"defaultHeaders","url":"classes/sap_cloud_sdk_core.ODataDeleteRequestConfigLegacy#defaultHeaders","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ODataDeleteRequestConfigLegacy"},{"id":2046,"kind":262144,"name":"contentType","url":"classes/sap_cloud_sdk_core.ODataDeleteRequestConfigLegacy#contentType","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ODataDeleteRequestConfigLegacy"},{"id":2047,"kind":262144,"name":"customHeaders","url":"classes/sap_cloud_sdk_core.ODataDeleteRequestConfigLegacy#customHeaders","classes":"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ODataDeleteRequestConfigLegacy"},{"id":2048,"kind":262144,"name":"customQueryParameters","url":"classes/sap_cloud_sdk_core.ODataDeleteRequestConfigLegacy#customQueryParameters","classes":"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ODataDeleteRequestConfigLegacy"},{"id":2049,"kind":262144,"name":"customRequestConfiguration","url":"classes/sap_cloud_sdk_core.ODataDeleteRequestConfigLegacy#customRequestConfiguration","classes":"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ODataDeleteRequestConfigLegacy"},{"id":2050,"kind":262144,"name":"appendedPaths","url":"classes/sap_cloud_sdk_core.ODataDeleteRequestConfigLegacy#appendedPaths","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ODataDeleteRequestConfigLegacy"},{"id":2051,"kind":262144,"name":"fetchCsrfToken","url":"classes/sap_cloud_sdk_core.ODataDeleteRequestConfigLegacy#fetchCsrfToken","classes":"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ODataDeleteRequestConfigLegacy"},{"id":2052,"kind":2048,"name":"addCustomHeaders","url":"classes/sap_cloud_sdk_core.ODataDeleteRequestConfigLegacy#addCustomHeaders","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ODataDeleteRequestConfigLegacy"},{"id":2053,"kind":2048,"name":"addCustomQueryParameters","url":"classes/sap_cloud_sdk_core.ODataDeleteRequestConfigLegacy#addCustomQueryParameters","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ODataDeleteRequestConfigLegacy"},{"id":2054,"kind":2048,"name":"addCustomRequestConfiguration","url":"classes/sap_cloud_sdk_core.ODataDeleteRequestConfigLegacy#addCustomRequestConfiguration","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ODataDeleteRequestConfigLegacy"},{"id":2055,"kind":2048,"name":"appendPath","url":"classes/sap_cloud_sdk_core.ODataDeleteRequestConfigLegacy#appendPath","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ODataDeleteRequestConfigLegacy"},{"id":2056,"kind":2048,"name":"prependDollarToQueryParameters","url":"classes/sap_cloud_sdk_core.ODataDeleteRequestConfigLegacy#prependDollarToQueryParameters","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"@sap-cloud-sdk/core.ODataDeleteRequestConfigLegacy"},{"id":2057,"kind":128,"name":"ODataFunctionImportRequestConfigLegacy","url":"classes/sap_cloud_sdk_core.ODataFunctionImportRequestConfigLegacy","classes":"tsd-kind-class tsd-parent-kind-module tsd-has-type-parameter","parent":"@sap-cloud-sdk/core"},{"id":2058,"kind":512,"name":"constructor","url":"classes/sap_cloud_sdk_core.ODataFunctionImportRequestConfigLegacy#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-has-type-parameter tsd-is-overwrite","parent":"@sap-cloud-sdk/core.ODataFunctionImportRequestConfigLegacy"},{"id":2059,"kind":2048,"name":"resourcePath","url":"classes/sap_cloud_sdk_core.ODataFunctionImportRequestConfigLegacy#resourcePath","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ODataFunctionImportRequestConfigLegacy"},{"id":2060,"kind":2048,"name":"queryParameters","url":"classes/sap_cloud_sdk_core.ODataFunctionImportRequestConfigLegacy#queryParameters","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ODataFunctionImportRequestConfigLegacy"},{"id":2061,"kind":1024,"name":"functionImportName","url":"classes/sap_cloud_sdk_core.ODataFunctionImportRequestConfigLegacy#functionImportName","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ODataFunctionImportRequestConfigLegacy"},{"id":2062,"kind":1024,"name":"parameters","url":"classes/sap_cloud_sdk_core.ODataFunctionImportRequestConfigLegacy#parameters","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ODataFunctionImportRequestConfigLegacy"},{"id":2063,"kind":1024,"name":"oDataUri","url":"classes/sap_cloud_sdk_core.ODataFunctionImportRequestConfigLegacy#oDataUri","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"@sap-cloud-sdk/core.ODataFunctionImportRequestConfigLegacy"},{"id":2064,"kind":1024,"name":"method","url":"classes/sap_cloud_sdk_core.ODataFunctionImportRequestConfigLegacy#method","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ODataFunctionImportRequestConfigLegacy"},{"id":2065,"kind":1024,"name":"defaultServicePath","url":"classes/sap_cloud_sdk_core.ODataFunctionImportRequestConfigLegacy#defaultServicePath","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ODataFunctionImportRequestConfigLegacy"},{"id":2066,"kind":1024,"name":"payload","url":"classes/sap_cloud_sdk_core.ODataFunctionImportRequestConfigLegacy#payload","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ODataFunctionImportRequestConfigLegacy"},{"id":2067,"kind":1024,"name":"customServicePath","url":"classes/sap_cloud_sdk_core.ODataFunctionImportRequestConfigLegacy#customServicePath","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ODataFunctionImportRequestConfigLegacy"},{"id":2068,"kind":1024,"name":"defaultHeaders","url":"classes/sap_cloud_sdk_core.ODataFunctionImportRequestConfigLegacy#defaultHeaders","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ODataFunctionImportRequestConfigLegacy"},{"id":2069,"kind":262144,"name":"contentType","url":"classes/sap_cloud_sdk_core.ODataFunctionImportRequestConfigLegacy#contentType","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ODataFunctionImportRequestConfigLegacy"},{"id":2070,"kind":262144,"name":"customHeaders","url":"classes/sap_cloud_sdk_core.ODataFunctionImportRequestConfigLegacy#customHeaders","classes":"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ODataFunctionImportRequestConfigLegacy"},{"id":2071,"kind":262144,"name":"customQueryParameters","url":"classes/sap_cloud_sdk_core.ODataFunctionImportRequestConfigLegacy#customQueryParameters","classes":"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ODataFunctionImportRequestConfigLegacy"},{"id":2072,"kind":262144,"name":"customRequestConfiguration","url":"classes/sap_cloud_sdk_core.ODataFunctionImportRequestConfigLegacy#customRequestConfiguration","classes":"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ODataFunctionImportRequestConfigLegacy"},{"id":2073,"kind":262144,"name":"appendedPaths","url":"classes/sap_cloud_sdk_core.ODataFunctionImportRequestConfigLegacy#appendedPaths","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ODataFunctionImportRequestConfigLegacy"},{"id":2074,"kind":262144,"name":"fetchCsrfToken","url":"classes/sap_cloud_sdk_core.ODataFunctionImportRequestConfigLegacy#fetchCsrfToken","classes":"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ODataFunctionImportRequestConfigLegacy"},{"id":2075,"kind":2048,"name":"addCustomHeaders","url":"classes/sap_cloud_sdk_core.ODataFunctionImportRequestConfigLegacy#addCustomHeaders","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ODataFunctionImportRequestConfigLegacy"},{"id":2076,"kind":2048,"name":"addCustomQueryParameters","url":"classes/sap_cloud_sdk_core.ODataFunctionImportRequestConfigLegacy#addCustomQueryParameters","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ODataFunctionImportRequestConfigLegacy"},{"id":2077,"kind":2048,"name":"addCustomRequestConfiguration","url":"classes/sap_cloud_sdk_core.ODataFunctionImportRequestConfigLegacy#addCustomRequestConfiguration","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ODataFunctionImportRequestConfigLegacy"},{"id":2078,"kind":2048,"name":"appendPath","url":"classes/sap_cloud_sdk_core.ODataFunctionImportRequestConfigLegacy#appendPath","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ODataFunctionImportRequestConfigLegacy"},{"id":2079,"kind":2048,"name":"prependDollarToQueryParameters","url":"classes/sap_cloud_sdk_core.ODataFunctionImportRequestConfigLegacy#prependDollarToQueryParameters","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"@sap-cloud-sdk/core.ODataFunctionImportRequestConfigLegacy"},{"id":2080,"kind":128,"name":"ODataGetAllRequestConfigLegacy","url":"classes/sap_cloud_sdk_core.ODataGetAllRequestConfigLegacy","classes":"tsd-kind-class tsd-parent-kind-module tsd-has-type-parameter","parent":"@sap-cloud-sdk/core"},{"id":2081,"kind":512,"name":"constructor","url":"classes/sap_cloud_sdk_core.ODataGetAllRequestConfigLegacy#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-has-type-parameter tsd-is-overwrite","parent":"@sap-cloud-sdk/core.ODataGetAllRequestConfigLegacy"},{"id":2082,"kind":1024,"name":"entityConstructor","url":"classes/sap_cloud_sdk_core.ODataGetAllRequestConfigLegacy#entityConstructor","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ODataGetAllRequestConfigLegacy"},{"id":2083,"kind":1024,"name":"top","url":"classes/sap_cloud_sdk_core.ODataGetAllRequestConfigLegacy#top","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ODataGetAllRequestConfigLegacy"},{"id":2084,"kind":1024,"name":"skip","url":"classes/sap_cloud_sdk_core.ODataGetAllRequestConfigLegacy#skip","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ODataGetAllRequestConfigLegacy"},{"id":2085,"kind":1024,"name":"filter","url":"classes/sap_cloud_sdk_core.ODataGetAllRequestConfigLegacy#filter","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ODataGetAllRequestConfigLegacy"},{"id":2086,"kind":1024,"name":"orderBy","url":"classes/sap_cloud_sdk_core.ODataGetAllRequestConfigLegacy#orderBy","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ODataGetAllRequestConfigLegacy"},{"id":2087,"kind":1024,"name":"selects","url":"classes/sap_cloud_sdk_core.ODataGetAllRequestConfigLegacy#selects","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ODataGetAllRequestConfigLegacy"},{"id":2088,"kind":1024,"name":"expands","url":"classes/sap_cloud_sdk_core.ODataGetAllRequestConfigLegacy#expands","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ODataGetAllRequestConfigLegacy"},{"id":2089,"kind":2048,"name":"resourcePath","url":"classes/sap_cloud_sdk_core.ODataGetAllRequestConfigLegacy#resourcePath","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ODataGetAllRequestConfigLegacy"},{"id":2090,"kind":2048,"name":"queryParameters","url":"classes/sap_cloud_sdk_core.ODataGetAllRequestConfigLegacy#queryParameters","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ODataGetAllRequestConfigLegacy"},{"id":2091,"kind":1024,"name":"method","url":"classes/sap_cloud_sdk_core.ODataGetAllRequestConfigLegacy#method","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ODataGetAllRequestConfigLegacy"},{"id":2092,"kind":1024,"name":"defaultServicePath","url":"classes/sap_cloud_sdk_core.ODataGetAllRequestConfigLegacy#defaultServicePath","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ODataGetAllRequestConfigLegacy"},{"id":2093,"kind":1024,"name":"payload","url":"classes/sap_cloud_sdk_core.ODataGetAllRequestConfigLegacy#payload","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ODataGetAllRequestConfigLegacy"},{"id":2094,"kind":1024,"name":"customServicePath","url":"classes/sap_cloud_sdk_core.ODataGetAllRequestConfigLegacy#customServicePath","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ODataGetAllRequestConfigLegacy"},{"id":2095,"kind":1024,"name":"defaultHeaders","url":"classes/sap_cloud_sdk_core.ODataGetAllRequestConfigLegacy#defaultHeaders","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ODataGetAllRequestConfigLegacy"},{"id":2096,"kind":262144,"name":"contentType","url":"classes/sap_cloud_sdk_core.ODataGetAllRequestConfigLegacy#contentType","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ODataGetAllRequestConfigLegacy"},{"id":2097,"kind":262144,"name":"customHeaders","url":"classes/sap_cloud_sdk_core.ODataGetAllRequestConfigLegacy#customHeaders","classes":"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ODataGetAllRequestConfigLegacy"},{"id":2098,"kind":262144,"name":"customQueryParameters","url":"classes/sap_cloud_sdk_core.ODataGetAllRequestConfigLegacy#customQueryParameters","classes":"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ODataGetAllRequestConfigLegacy"},{"id":2099,"kind":262144,"name":"customRequestConfiguration","url":"classes/sap_cloud_sdk_core.ODataGetAllRequestConfigLegacy#customRequestConfiguration","classes":"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ODataGetAllRequestConfigLegacy"},{"id":2100,"kind":262144,"name":"appendedPaths","url":"classes/sap_cloud_sdk_core.ODataGetAllRequestConfigLegacy#appendedPaths","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ODataGetAllRequestConfigLegacy"},{"id":2101,"kind":262144,"name":"fetchCsrfToken","url":"classes/sap_cloud_sdk_core.ODataGetAllRequestConfigLegacy#fetchCsrfToken","classes":"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ODataGetAllRequestConfigLegacy"},{"id":2102,"kind":2048,"name":"addCustomHeaders","url":"classes/sap_cloud_sdk_core.ODataGetAllRequestConfigLegacy#addCustomHeaders","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ODataGetAllRequestConfigLegacy"},{"id":2103,"kind":2048,"name":"addCustomQueryParameters","url":"classes/sap_cloud_sdk_core.ODataGetAllRequestConfigLegacy#addCustomQueryParameters","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ODataGetAllRequestConfigLegacy"},{"id":2104,"kind":2048,"name":"addCustomRequestConfiguration","url":"classes/sap_cloud_sdk_core.ODataGetAllRequestConfigLegacy#addCustomRequestConfiguration","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ODataGetAllRequestConfigLegacy"},{"id":2105,"kind":2048,"name":"appendPath","url":"classes/sap_cloud_sdk_core.ODataGetAllRequestConfigLegacy#appendPath","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ODataGetAllRequestConfigLegacy"},{"id":2106,"kind":2048,"name":"prependDollarToQueryParameters","url":"classes/sap_cloud_sdk_core.ODataGetAllRequestConfigLegacy#prependDollarToQueryParameters","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"@sap-cloud-sdk/core.ODataGetAllRequestConfigLegacy"},{"id":2107,"kind":128,"name":"ODataGetByKeyRequestConfigLegacy","url":"classes/sap_cloud_sdk_core.ODataGetByKeyRequestConfigLegacy","classes":"tsd-kind-class tsd-parent-kind-module tsd-has-type-parameter","parent":"@sap-cloud-sdk/core"},{"id":2108,"kind":512,"name":"constructor","url":"classes/sap_cloud_sdk_core.ODataGetByKeyRequestConfigLegacy#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-has-type-parameter tsd-is-overwrite","parent":"@sap-cloud-sdk/core.ODataGetByKeyRequestConfigLegacy"},{"id":2109,"kind":1024,"name":"entityConstructor","url":"classes/sap_cloud_sdk_core.ODataGetByKeyRequestConfigLegacy#entityConstructor","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ODataGetByKeyRequestConfigLegacy"},{"id":2110,"kind":1024,"name":"keys","url":"classes/sap_cloud_sdk_core.ODataGetByKeyRequestConfigLegacy#keys","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ODataGetByKeyRequestConfigLegacy"},{"id":2111,"kind":1024,"name":"selects","url":"classes/sap_cloud_sdk_core.ODataGetByKeyRequestConfigLegacy#selects","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ODataGetByKeyRequestConfigLegacy"},{"id":2112,"kind":1024,"name":"expands","url":"classes/sap_cloud_sdk_core.ODataGetByKeyRequestConfigLegacy#expands","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ODataGetByKeyRequestConfigLegacy"},{"id":2113,"kind":2048,"name":"resourcePath","url":"classes/sap_cloud_sdk_core.ODataGetByKeyRequestConfigLegacy#resourcePath","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ODataGetByKeyRequestConfigLegacy"},{"id":2114,"kind":2048,"name":"queryParameters","url":"classes/sap_cloud_sdk_core.ODataGetByKeyRequestConfigLegacy#queryParameters","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ODataGetByKeyRequestConfigLegacy"},{"id":2115,"kind":1024,"name":"method","url":"classes/sap_cloud_sdk_core.ODataGetByKeyRequestConfigLegacy#method","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ODataGetByKeyRequestConfigLegacy"},{"id":2116,"kind":1024,"name":"defaultServicePath","url":"classes/sap_cloud_sdk_core.ODataGetByKeyRequestConfigLegacy#defaultServicePath","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ODataGetByKeyRequestConfigLegacy"},{"id":2117,"kind":1024,"name":"payload","url":"classes/sap_cloud_sdk_core.ODataGetByKeyRequestConfigLegacy#payload","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ODataGetByKeyRequestConfigLegacy"},{"id":2118,"kind":1024,"name":"customServicePath","url":"classes/sap_cloud_sdk_core.ODataGetByKeyRequestConfigLegacy#customServicePath","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ODataGetByKeyRequestConfigLegacy"},{"id":2119,"kind":1024,"name":"defaultHeaders","url":"classes/sap_cloud_sdk_core.ODataGetByKeyRequestConfigLegacy#defaultHeaders","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ODataGetByKeyRequestConfigLegacy"},{"id":2120,"kind":262144,"name":"contentType","url":"classes/sap_cloud_sdk_core.ODataGetByKeyRequestConfigLegacy#contentType","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ODataGetByKeyRequestConfigLegacy"},{"id":2121,"kind":262144,"name":"customHeaders","url":"classes/sap_cloud_sdk_core.ODataGetByKeyRequestConfigLegacy#customHeaders","classes":"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ODataGetByKeyRequestConfigLegacy"},{"id":2122,"kind":262144,"name":"customQueryParameters","url":"classes/sap_cloud_sdk_core.ODataGetByKeyRequestConfigLegacy#customQueryParameters","classes":"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ODataGetByKeyRequestConfigLegacy"},{"id":2123,"kind":262144,"name":"customRequestConfiguration","url":"classes/sap_cloud_sdk_core.ODataGetByKeyRequestConfigLegacy#customRequestConfiguration","classes":"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ODataGetByKeyRequestConfigLegacy"},{"id":2124,"kind":262144,"name":"appendedPaths","url":"classes/sap_cloud_sdk_core.ODataGetByKeyRequestConfigLegacy#appendedPaths","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ODataGetByKeyRequestConfigLegacy"},{"id":2125,"kind":262144,"name":"fetchCsrfToken","url":"classes/sap_cloud_sdk_core.ODataGetByKeyRequestConfigLegacy#fetchCsrfToken","classes":"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ODataGetByKeyRequestConfigLegacy"},{"id":2126,"kind":2048,"name":"addCustomHeaders","url":"classes/sap_cloud_sdk_core.ODataGetByKeyRequestConfigLegacy#addCustomHeaders","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ODataGetByKeyRequestConfigLegacy"},{"id":2127,"kind":2048,"name":"addCustomQueryParameters","url":"classes/sap_cloud_sdk_core.ODataGetByKeyRequestConfigLegacy#addCustomQueryParameters","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ODataGetByKeyRequestConfigLegacy"},{"id":2128,"kind":2048,"name":"addCustomRequestConfiguration","url":"classes/sap_cloud_sdk_core.ODataGetByKeyRequestConfigLegacy#addCustomRequestConfiguration","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ODataGetByKeyRequestConfigLegacy"},{"id":2129,"kind":2048,"name":"appendPath","url":"classes/sap_cloud_sdk_core.ODataGetByKeyRequestConfigLegacy#appendPath","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ODataGetByKeyRequestConfigLegacy"},{"id":2130,"kind":2048,"name":"prependDollarToQueryParameters","url":"classes/sap_cloud_sdk_core.ODataGetByKeyRequestConfigLegacy#prependDollarToQueryParameters","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"@sap-cloud-sdk/core.ODataGetByKeyRequestConfigLegacy"},{"id":2131,"kind":128,"name":"ODataUpdateRequestConfigLegacy","url":"classes/sap_cloud_sdk_core.ODataUpdateRequestConfigLegacy","classes":"tsd-kind-class tsd-parent-kind-module tsd-has-type-parameter","parent":"@sap-cloud-sdk/core"},{"id":2132,"kind":512,"name":"constructor","url":"classes/sap_cloud_sdk_core.ODataUpdateRequestConfigLegacy#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-has-type-parameter tsd-is-overwrite","parent":"@sap-cloud-sdk/core.ODataUpdateRequestConfigLegacy"},{"id":2133,"kind":1024,"name":"_entityConstructor","url":"classes/sap_cloud_sdk_core.ODataUpdateRequestConfigLegacy#_entityConstructor","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ODataUpdateRequestConfigLegacy"},{"id":2134,"kind":1024,"name":"keys","url":"classes/sap_cloud_sdk_core.ODataUpdateRequestConfigLegacy#keys","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ODataUpdateRequestConfigLegacy"},{"id":2135,"kind":1024,"name":"eTag","url":"classes/sap_cloud_sdk_core.ODataUpdateRequestConfigLegacy#eTag","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ODataUpdateRequestConfigLegacy"},{"id":2136,"kind":1024,"name":"versionIdentifierIgnored","url":"classes/sap_cloud_sdk_core.ODataUpdateRequestConfigLegacy#versionIdentifierIgnored","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ODataUpdateRequestConfigLegacy"},{"id":2137,"kind":2048,"name":"resourcePath","url":"classes/sap_cloud_sdk_core.ODataUpdateRequestConfigLegacy#resourcePath","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ODataUpdateRequestConfigLegacy"},{"id":2138,"kind":2048,"name":"queryParameters","url":"classes/sap_cloud_sdk_core.ODataUpdateRequestConfigLegacy#queryParameters","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ODataUpdateRequestConfigLegacy"},{"id":2139,"kind":2048,"name":"updateWithPut","url":"classes/sap_cloud_sdk_core.ODataUpdateRequestConfigLegacy#updateWithPut","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ODataUpdateRequestConfigLegacy"},{"id":2140,"kind":1024,"name":"method","url":"classes/sap_cloud_sdk_core.ODataUpdateRequestConfigLegacy#method","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ODataUpdateRequestConfigLegacy"},{"id":2141,"kind":1024,"name":"defaultServicePath","url":"classes/sap_cloud_sdk_core.ODataUpdateRequestConfigLegacy#defaultServicePath","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ODataUpdateRequestConfigLegacy"},{"id":2142,"kind":1024,"name":"payload","url":"classes/sap_cloud_sdk_core.ODataUpdateRequestConfigLegacy#payload","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ODataUpdateRequestConfigLegacy"},{"id":2143,"kind":1024,"name":"customServicePath","url":"classes/sap_cloud_sdk_core.ODataUpdateRequestConfigLegacy#customServicePath","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ODataUpdateRequestConfigLegacy"},{"id":2144,"kind":1024,"name":"defaultHeaders","url":"classes/sap_cloud_sdk_core.ODataUpdateRequestConfigLegacy#defaultHeaders","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ODataUpdateRequestConfigLegacy"},{"id":2145,"kind":262144,"name":"contentType","url":"classes/sap_cloud_sdk_core.ODataUpdateRequestConfigLegacy#contentType","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ODataUpdateRequestConfigLegacy"},{"id":2146,"kind":262144,"name":"customHeaders","url":"classes/sap_cloud_sdk_core.ODataUpdateRequestConfigLegacy#customHeaders","classes":"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ODataUpdateRequestConfigLegacy"},{"id":2147,"kind":262144,"name":"customQueryParameters","url":"classes/sap_cloud_sdk_core.ODataUpdateRequestConfigLegacy#customQueryParameters","classes":"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ODataUpdateRequestConfigLegacy"},{"id":2148,"kind":262144,"name":"customRequestConfiguration","url":"classes/sap_cloud_sdk_core.ODataUpdateRequestConfigLegacy#customRequestConfiguration","classes":"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ODataUpdateRequestConfigLegacy"},{"id":2149,"kind":262144,"name":"appendedPaths","url":"classes/sap_cloud_sdk_core.ODataUpdateRequestConfigLegacy#appendedPaths","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ODataUpdateRequestConfigLegacy"},{"id":2150,"kind":262144,"name":"fetchCsrfToken","url":"classes/sap_cloud_sdk_core.ODataUpdateRequestConfigLegacy#fetchCsrfToken","classes":"tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ODataUpdateRequestConfigLegacy"},{"id":2151,"kind":2048,"name":"addCustomHeaders","url":"classes/sap_cloud_sdk_core.ODataUpdateRequestConfigLegacy#addCustomHeaders","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ODataUpdateRequestConfigLegacy"},{"id":2152,"kind":2048,"name":"addCustomQueryParameters","url":"classes/sap_cloud_sdk_core.ODataUpdateRequestConfigLegacy#addCustomQueryParameters","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ODataUpdateRequestConfigLegacy"},{"id":2153,"kind":2048,"name":"addCustomRequestConfiguration","url":"classes/sap_cloud_sdk_core.ODataUpdateRequestConfigLegacy#addCustomRequestConfiguration","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ODataUpdateRequestConfigLegacy"},{"id":2154,"kind":2048,"name":"appendPath","url":"classes/sap_cloud_sdk_core.ODataUpdateRequestConfigLegacy#appendPath","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ODataUpdateRequestConfigLegacy"},{"id":2155,"kind":2048,"name":"prependDollarToQueryParameters","url":"classes/sap_cloud_sdk_core.ODataUpdateRequestConfigLegacy#prependDollarToQueryParameters","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"@sap-cloud-sdk/core.ODataUpdateRequestConfigLegacy"},{"id":2156,"kind":16777216,"name":"extractODataEtagV2","url":"modules/sap_cloud_sdk_core#extractODataEtagV2","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"@sap-cloud-sdk/core"},{"id":2157,"kind":128,"name":"ODataBatchChangeSetV4","url":"classes/sap_cloud_sdk_core.ODataBatchChangeSetV4","classes":"tsd-kind-class tsd-parent-kind-module tsd-has-type-parameter","parent":"@sap-cloud-sdk/core"},{"id":2158,"kind":512,"name":"constructor","url":"classes/sap_cloud_sdk_core.ODataBatchChangeSetV4#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-has-type-parameter","parent":"@sap-cloud-sdk/core.ODataBatchChangeSetV4"},{"id":2159,"kind":1024,"name":"requests","url":"classes/sap_cloud_sdk_core.ODataBatchChangeSetV4#requests","classes":"tsd-kind-property tsd-parent-kind-class","parent":"@sap-cloud-sdk/core.ODataBatchChangeSetV4"},{"id":2160,"kind":1024,"name":"boundary","url":"classes/sap_cloud_sdk_core.ODataBatchChangeSetV4#boundary","classes":"tsd-kind-property tsd-parent-kind-class","parent":"@sap-cloud-sdk/core.ODataBatchChangeSetV4"},{"id":2161,"kind":262144,"name":"changeSetId","url":"classes/sap_cloud_sdk_core.ODataBatchChangeSetV4#changeSetId","classes":"tsd-kind-get-signature tsd-parent-kind-class","parent":"@sap-cloud-sdk/core.ODataBatchChangeSetV4"},{"id":2162,"kind":128,"name":"ODataBatchRequestBuilderV4","url":"classes/sap_cloud_sdk_core.ODataBatchRequestBuilderV4","classes":"tsd-kind-class tsd-parent-kind-module","parent":"@sap-cloud-sdk/core"},{"id":2163,"kind":512,"name":"constructor","url":"classes/sap_cloud_sdk_core.ODataBatchRequestBuilderV4#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ODataBatchRequestBuilderV4"},{"id":2164,"kind":2048,"name":"execute","url":"classes/sap_cloud_sdk_core.ODataBatchRequestBuilderV4#execute","classes":"tsd-kind-method tsd-parent-kind-class","parent":"@sap-cloud-sdk/core.ODataBatchRequestBuilderV4"},{"id":2165,"kind":1024,"name":"defaultServicePath","url":"classes/sap_cloud_sdk_core.ODataBatchRequestBuilderV4#defaultServicePath","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ODataBatchRequestBuilderV4"},{"id":2166,"kind":1024,"name":"requests","url":"classes/sap_cloud_sdk_core.ODataBatchRequestBuilderV4#requests","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ODataBatchRequestBuilderV4"},{"id":2167,"kind":1024,"name":"entityToConstructorMap","url":"classes/sap_cloud_sdk_core.ODataBatchRequestBuilderV4#entityToConstructorMap","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ODataBatchRequestBuilderV4"},{"id":2168,"kind":2048,"name":"withSubRequestPathType","url":"classes/sap_cloud_sdk_core.ODataBatchRequestBuilderV4#withSubRequestPathType","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ODataBatchRequestBuilderV4"},{"id":2169,"kind":2048,"name":"build","url":"classes/sap_cloud_sdk_core.ODataBatchRequestBuilderV4#build","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ODataBatchRequestBuilderV4"},{"id":2170,"kind":2048,"name":"executeRaw","url":"classes/sap_cloud_sdk_core.ODataBatchRequestBuilderV4#executeRaw","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ODataBatchRequestBuilderV4"},{"id":2171,"kind":1024,"name":"requestConfig","url":"classes/sap_cloud_sdk_core.ODataBatchRequestBuilderV4#requestConfig","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ODataBatchRequestBuilderV4"},{"id":2172,"kind":2048,"name":"url","url":"classes/sap_cloud_sdk_core.ODataBatchRequestBuilderV4#url","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ODataBatchRequestBuilderV4"},{"id":2173,"kind":2048,"name":"relativeUrl","url":"classes/sap_cloud_sdk_core.ODataBatchRequestBuilderV4#relativeUrl","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ODataBatchRequestBuilderV4"},{"id":2174,"kind":2048,"name":"withCustomHeaders","url":"classes/sap_cloud_sdk_core.ODataBatchRequestBuilderV4#withCustomHeaders","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ODataBatchRequestBuilderV4"},{"id":2175,"kind":2048,"name":"addCustomHeaders","url":"classes/sap_cloud_sdk_core.ODataBatchRequestBuilderV4#addCustomHeaders","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ODataBatchRequestBuilderV4"},{"id":2176,"kind":2048,"name":"withCustomQueryParameters","url":"classes/sap_cloud_sdk_core.ODataBatchRequestBuilderV4#withCustomQueryParameters","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ODataBatchRequestBuilderV4"},{"id":2177,"kind":2048,"name":"addCustomQueryParameters","url":"classes/sap_cloud_sdk_core.ODataBatchRequestBuilderV4#addCustomQueryParameters","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ODataBatchRequestBuilderV4"},{"id":2178,"kind":2048,"name":"withCustomServicePath","url":"classes/sap_cloud_sdk_core.ODataBatchRequestBuilderV4#withCustomServicePath","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ODataBatchRequestBuilderV4"},{"id":2179,"kind":2048,"name":"setCustomServicePath","url":"classes/sap_cloud_sdk_core.ODataBatchRequestBuilderV4#setCustomServicePath","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ODataBatchRequestBuilderV4"},{"id":2180,"kind":2048,"name":"addCustomRequestConfiguration","url":"classes/sap_cloud_sdk_core.ODataBatchRequestBuilderV4#addCustomRequestConfiguration","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ODataBatchRequestBuilderV4"},{"id":2181,"kind":2048,"name":"appendPath","url":"classes/sap_cloud_sdk_core.ODataBatchRequestBuilderV4#appendPath","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ODataBatchRequestBuilderV4"},{"id":2182,"kind":2048,"name":"skipCsrfTokenFetching","url":"classes/sap_cloud_sdk_core.ODataBatchRequestBuilderV4#skipCsrfTokenFetching","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ODataBatchRequestBuilderV4"},{"id":2183,"kind":64,"name":"toBatchRetrieveBodyV4","url":"modules/sap_cloud_sdk_core#toBatchRetrieveBodyV4","classes":"tsd-kind-function tsd-parent-kind-module","parent":"@sap-cloud-sdk/core"},{"id":2184,"kind":64,"name":"toBatchChangeSetV4","url":"modules/sap_cloud_sdk_core#toBatchChangeSetV4","classes":"tsd-kind-function tsd-parent-kind-module tsd-has-type-parameter","parent":"@sap-cloud-sdk/core"},{"id":2185,"kind":4194304,"name":"EdmTypeV4","url":"modules/sap_cloud_sdk_core#EdmTypeV4","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"@sap-cloud-sdk/core"},{"id":2186,"kind":128,"name":"EntityV4","url":"classes/sap_cloud_sdk_core.EntityV4","classes":"tsd-kind-class tsd-parent-kind-module","parent":"@sap-cloud-sdk/core"},{"id":2187,"kind":2048,"name":"customFieldSelector","url":"classes/sap_cloud_sdk_core.EntityV4#customFieldSelector","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-protected tsd-is-static","parent":"@sap-cloud-sdk/core.EntityV4"},{"id":2188,"kind":1024,"name":"_serviceName","url":"classes/sap_cloud_sdk_core.EntityV4#_serviceName","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-static","parent":"@sap-cloud-sdk/core.EntityV4"},{"id":2189,"kind":1024,"name":"_entityName","url":"classes/sap_cloud_sdk_core.EntityV4#_entityName","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-static","parent":"@sap-cloud-sdk/core.EntityV4"},{"id":2190,"kind":1024,"name":"_defaultServicePath","url":"classes/sap_cloud_sdk_core.EntityV4#_defaultServicePath","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-static","parent":"@sap-cloud-sdk/core.EntityV4"},{"id":2191,"kind":2048,"name":"entityBuilder","url":"classes/sap_cloud_sdk_core.EntityV4#entityBuilder","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited tsd-is-protected tsd-is-static","parent":"@sap-cloud-sdk/core.EntityV4"},{"id":2192,"kind":512,"name":"constructor","url":"classes/sap_cloud_sdk_core.EntityV4#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.EntityV4"},{"id":2193,"kind":1024,"name":"_oDataVersion","url":"classes/sap_cloud_sdk_core.EntityV4#_oDataVersion","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-overwrite","parent":"@sap-cloud-sdk/core.EntityV4"},{"id":2194,"kind":1024,"name":"remoteState","url":"classes/sap_cloud_sdk_core.EntityV4#remoteState","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"@sap-cloud-sdk/core.EntityV4"},{"id":2195,"kind":65536,"name":"__type","url":"classes/sap_cloud_sdk_core.EntityV4#__type","classes":"tsd-kind-type-literal tsd-parent-kind-class","parent":"@sap-cloud-sdk/core.EntityV4"},{"id":2196,"kind":1024,"name":"_versionIdentifier","url":"classes/sap_cloud_sdk_core.EntityV4#_versionIdentifier","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"@sap-cloud-sdk/core.EntityV4"},{"id":2197,"kind":1024,"name":"_customFields","url":"classes/sap_cloud_sdk_core.EntityV4#_customFields","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"@sap-cloud-sdk/core.EntityV4"},{"id":2198,"kind":262144,"name":"versionIdentifier","url":"classes/sap_cloud_sdk_core.EntityV4#versionIdentifier","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.EntityV4"},{"id":2199,"kind":2048,"name":"getCustomFields","url":"classes/sap_cloud_sdk_core.EntityV4#getCustomFields","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.EntityV4"},{"id":2200,"kind":2048,"name":"getCustomField","url":"classes/sap_cloud_sdk_core.EntityV4#getCustomField","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.EntityV4"},{"id":2201,"kind":2048,"name":"setCustomField","url":"classes/sap_cloud_sdk_core.EntityV4#setCustomField","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.EntityV4"},{"id":2202,"kind":2048,"name":"hasCustomField","url":"classes/sap_cloud_sdk_core.EntityV4#hasCustomField","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.EntityV4"},{"id":2203,"kind":2048,"name":"setCustomFields","url":"classes/sap_cloud_sdk_core.EntityV4#setCustomFields","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.EntityV4"},{"id":2204,"kind":2048,"name":"initializeCustomFields","url":"classes/sap_cloud_sdk_core.EntityV4#initializeCustomFields","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.EntityV4"},{"id":2205,"kind":2048,"name":"setVersionIdentifier","url":"classes/sap_cloud_sdk_core.EntityV4#setVersionIdentifier","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.EntityV4"},{"id":2206,"kind":2048,"name":"setOrInitializeRemoteState","url":"classes/sap_cloud_sdk_core.EntityV4#setOrInitializeRemoteState","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.EntityV4"},{"id":2207,"kind":2048,"name":"getUpdatedCustomFields","url":"classes/sap_cloud_sdk_core.EntityV4#getUpdatedCustomFields","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.EntityV4"},{"id":2208,"kind":2048,"name":"getUpdatedProperties","url":"classes/sap_cloud_sdk_core.EntityV4#getUpdatedProperties","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.EntityV4"},{"id":2209,"kind":2048,"name":"getUpdatedPropertyNames","url":"classes/sap_cloud_sdk_core.EntityV4#getUpdatedPropertyNames","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.EntityV4"},{"id":2210,"kind":2048,"name":"getCurrentMapKeys","url":"classes/sap_cloud_sdk_core.EntityV4#getCurrentMapKeys","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"@sap-cloud-sdk/core.EntityV4"},{"id":2211,"kind":2048,"name":"isVisitedEntity","url":"classes/sap_cloud_sdk_core.EntityV4#isVisitedEntity","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited tsd-is-protected","parent":"@sap-cloud-sdk/core.EntityV4"},{"id":2212,"kind":2048,"name":"getCurrentStateForKey","url":"classes/sap_cloud_sdk_core.EntityV4#getCurrentStateForKey","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"@sap-cloud-sdk/core.EntityV4"},{"id":2213,"kind":2048,"name":"isConflictingCustomField","url":"classes/sap_cloud_sdk_core.EntityV4#isConflictingCustomField","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"@sap-cloud-sdk/core.EntityV4"},{"id":2214,"kind":2048,"name":"asObject","url":"classes/sap_cloud_sdk_core.EntityV4#asObject","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"@sap-cloud-sdk/core.EntityV4"},{"id":2215,"kind":32,"name":"entityDeserializerV4","url":"modules/sap_cloud_sdk_core#entityDeserializerV4","classes":"tsd-kind-variable tsd-parent-kind-module","parent":"@sap-cloud-sdk/core"},{"id":2216,"kind":64,"name":"deserializeEntityV4","url":"modules/sap_cloud_sdk_core#deserializeEntityV4","classes":"tsd-kind-function tsd-parent-kind-module","parent":"@sap-cloud-sdk/core"},{"id":2217,"kind":64,"name":"deserializeComplexTypeV4","url":"modules/sap_cloud_sdk_core#deserializeComplexTypeV4","classes":"tsd-kind-function tsd-parent-kind-module","parent":"@sap-cloud-sdk/core"},{"id":2218,"kind":32,"name":"entitySerializerV4","url":"modules/sap_cloud_sdk_core#entitySerializerV4","classes":"tsd-kind-variable tsd-parent-kind-module","parent":"@sap-cloud-sdk/core"},{"id":2219,"kind":64,"name":"serializeComplexTypeV4","url":"modules/sap_cloud_sdk_core#serializeComplexTypeV4","classes":"tsd-kind-function tsd-parent-kind-module","parent":"@sap-cloud-sdk/core"},{"id":2220,"kind":64,"name":"serializeEntityNonCustomFieldsV4","url":"modules/sap_cloud_sdk_core#serializeEntityNonCustomFieldsV4","classes":"tsd-kind-function tsd-parent-kind-module","parent":"@sap-cloud-sdk/core"},{"id":2221,"kind":4194304,"name":"EdmToPrimitiveV4","url":"modules/sap_cloud_sdk_core#EdmToPrimitiveV4","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-has-type-parameter","parent":"@sap-cloud-sdk/core"},{"id":2222,"kind":16777216,"name":"ActionImportParameter","url":"modules/sap_cloud_sdk_core#ActionImportParameter","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"@sap-cloud-sdk/core"},{"id":2223,"kind":16777216,"name":"ActionImportParameters","url":"modules/sap_cloud_sdk_core#ActionImportParameters","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"@sap-cloud-sdk/core"},{"id":2224,"kind":128,"name":"ODataActionImportRequestConfig","url":"classes/sap_cloud_sdk_core.ODataActionImportRequestConfig","classes":"tsd-kind-class tsd-parent-kind-module tsd-has-type-parameter","parent":"@sap-cloud-sdk/core"},{"id":2225,"kind":512,"name":"constructor","url":"classes/sap_cloud_sdk_core.ODataActionImportRequestConfig#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-has-type-parameter tsd-is-overwrite","parent":"@sap-cloud-sdk/core.ODataActionImportRequestConfig"},{"id":2226,"kind":1024,"name":"actionImportName","url":"classes/sap_cloud_sdk_core.ODataActionImportRequestConfig#actionImportName","classes":"tsd-kind-property tsd-parent-kind-class","parent":"@sap-cloud-sdk/core.ODataActionImportRequestConfig"},{"id":2227,"kind":2048,"name":"resourcePath","url":"classes/sap_cloud_sdk_core.ODataActionImportRequestConfig#resourcePath","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"@sap-cloud-sdk/core.ODataActionImportRequestConfig"},{"id":2228,"kind":2048,"name":"queryParameters","url":"classes/sap_cloud_sdk_core.ODataActionImportRequestConfig#queryParameters","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"@sap-cloud-sdk/core.ODataActionImportRequestConfig"},{"id":2229,"kind":1024,"name":"method","url":"classes/sap_cloud_sdk_core.ODataActionImportRequestConfig#method","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ODataActionImportRequestConfig"},{"id":2230,"kind":1024,"name":"defaultServicePath","url":"classes/sap_cloud_sdk_core.ODataActionImportRequestConfig#defaultServicePath","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ODataActionImportRequestConfig"},{"id":2231,"kind":1024,"name":"payload","url":"classes/sap_cloud_sdk_core.ODataActionImportRequestConfig#payload","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ODataActionImportRequestConfig"},{"id":2232,"kind":1024,"name":"customServicePath","url":"classes/sap_cloud_sdk_core.ODataActionImportRequestConfig#customServicePath","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ODataActionImportRequestConfig"},{"id":2233,"kind":1024,"name":"defaultHeaders","url":"classes/sap_cloud_sdk_core.ODataActionImportRequestConfig#defaultHeaders","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ODataActionImportRequestConfig"},{"id":2234,"kind":262144,"name":"contentType","url":"classes/sap_cloud_sdk_core.ODataActionImportRequestConfig#contentType","classes":"tsd-kind-get-signature tsd-parent-kind-class","parent":"@sap-cloud-sdk/core.ODataActionImportRequestConfig"},{"id":2235,"kind":262144,"name":"customHeaders","url":"classes/sap_cloud_sdk_core.ODataActionImportRequestConfig#customHeaders","classes":"tsd-kind-accessor tsd-parent-kind-class","parent":"@sap-cloud-sdk/core.ODataActionImportRequestConfig"},{"id":2236,"kind":262144,"name":"customQueryParameters","url":"classes/sap_cloud_sdk_core.ODataActionImportRequestConfig#customQueryParameters","classes":"tsd-kind-accessor tsd-parent-kind-class","parent":"@sap-cloud-sdk/core.ODataActionImportRequestConfig"},{"id":2237,"kind":262144,"name":"customRequestConfiguration","url":"classes/sap_cloud_sdk_core.ODataActionImportRequestConfig#customRequestConfiguration","classes":"tsd-kind-accessor tsd-parent-kind-class","parent":"@sap-cloud-sdk/core.ODataActionImportRequestConfig"},{"id":2238,"kind":262144,"name":"appendedPaths","url":"classes/sap_cloud_sdk_core.ODataActionImportRequestConfig#appendedPaths","classes":"tsd-kind-get-signature tsd-parent-kind-class","parent":"@sap-cloud-sdk/core.ODataActionImportRequestConfig"},{"id":2239,"kind":262144,"name":"fetchCsrfToken","url":"classes/sap_cloud_sdk_core.ODataActionImportRequestConfig#fetchCsrfToken","classes":"tsd-kind-accessor tsd-parent-kind-class","parent":"@sap-cloud-sdk/core.ODataActionImportRequestConfig"},{"id":2240,"kind":2048,"name":"addCustomHeaders","url":"classes/sap_cloud_sdk_core.ODataActionImportRequestConfig#addCustomHeaders","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ODataActionImportRequestConfig"},{"id":2241,"kind":2048,"name":"addCustomQueryParameters","url":"classes/sap_cloud_sdk_core.ODataActionImportRequestConfig#addCustomQueryParameters","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ODataActionImportRequestConfig"},{"id":2242,"kind":2048,"name":"addCustomRequestConfiguration","url":"classes/sap_cloud_sdk_core.ODataActionImportRequestConfig#addCustomRequestConfiguration","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ODataActionImportRequestConfig"},{"id":2243,"kind":2048,"name":"appendPath","url":"classes/sap_cloud_sdk_core.ODataActionImportRequestConfig#appendPath","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ODataActionImportRequestConfig"},{"id":2244,"kind":2048,"name":"prependDollarToQueryParameters","url":"classes/sap_cloud_sdk_core.ODataActionImportRequestConfig#prependDollarToQueryParameters","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"@sap-cloud-sdk/core.ODataActionImportRequestConfig"},{"id":2245,"kind":128,"name":"ODataFunctionImportRequestConfigV4","url":"classes/sap_cloud_sdk_core.ODataFunctionImportRequestConfigV4","classes":"tsd-kind-class tsd-parent-kind-module tsd-has-type-parameter","parent":"@sap-cloud-sdk/core"},{"id":2246,"kind":512,"name":"constructor","url":"classes/sap_cloud_sdk_core.ODataFunctionImportRequestConfigV4#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-has-type-parameter tsd-is-overwrite","parent":"@sap-cloud-sdk/core.ODataFunctionImportRequestConfigV4"},{"id":2247,"kind":2048,"name":"resourcePath","url":"classes/sap_cloud_sdk_core.ODataFunctionImportRequestConfigV4#resourcePath","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"@sap-cloud-sdk/core.ODataFunctionImportRequestConfigV4"},{"id":2248,"kind":2048,"name":"queryParameters","url":"classes/sap_cloud_sdk_core.ODataFunctionImportRequestConfigV4#queryParameters","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"@sap-cloud-sdk/core.ODataFunctionImportRequestConfigV4"},{"id":2249,"kind":1024,"name":"functionImportName","url":"classes/sap_cloud_sdk_core.ODataFunctionImportRequestConfigV4#functionImportName","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ODataFunctionImportRequestConfigV4"},{"id":2250,"kind":1024,"name":"parameters","url":"classes/sap_cloud_sdk_core.ODataFunctionImportRequestConfigV4#parameters","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ODataFunctionImportRequestConfigV4"},{"id":2251,"kind":1024,"name":"oDataUri","url":"classes/sap_cloud_sdk_core.ODataFunctionImportRequestConfigV4#oDataUri","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"@sap-cloud-sdk/core.ODataFunctionImportRequestConfigV4"},{"id":2252,"kind":1024,"name":"method","url":"classes/sap_cloud_sdk_core.ODataFunctionImportRequestConfigV4#method","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ODataFunctionImportRequestConfigV4"},{"id":2253,"kind":1024,"name":"defaultServicePath","url":"classes/sap_cloud_sdk_core.ODataFunctionImportRequestConfigV4#defaultServicePath","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ODataFunctionImportRequestConfigV4"},{"id":2254,"kind":1024,"name":"payload","url":"classes/sap_cloud_sdk_core.ODataFunctionImportRequestConfigV4#payload","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ODataFunctionImportRequestConfigV4"},{"id":2255,"kind":1024,"name":"customServicePath","url":"classes/sap_cloud_sdk_core.ODataFunctionImportRequestConfigV4#customServicePath","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ODataFunctionImportRequestConfigV4"},{"id":2256,"kind":1024,"name":"defaultHeaders","url":"classes/sap_cloud_sdk_core.ODataFunctionImportRequestConfigV4#defaultHeaders","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ODataFunctionImportRequestConfigV4"},{"id":2257,"kind":262144,"name":"contentType","url":"classes/sap_cloud_sdk_core.ODataFunctionImportRequestConfigV4#contentType","classes":"tsd-kind-get-signature tsd-parent-kind-class","parent":"@sap-cloud-sdk/core.ODataFunctionImportRequestConfigV4"},{"id":2258,"kind":262144,"name":"customHeaders","url":"classes/sap_cloud_sdk_core.ODataFunctionImportRequestConfigV4#customHeaders","classes":"tsd-kind-accessor tsd-parent-kind-class","parent":"@sap-cloud-sdk/core.ODataFunctionImportRequestConfigV4"},{"id":2259,"kind":262144,"name":"customQueryParameters","url":"classes/sap_cloud_sdk_core.ODataFunctionImportRequestConfigV4#customQueryParameters","classes":"tsd-kind-accessor tsd-parent-kind-class","parent":"@sap-cloud-sdk/core.ODataFunctionImportRequestConfigV4"},{"id":2260,"kind":262144,"name":"customRequestConfiguration","url":"classes/sap_cloud_sdk_core.ODataFunctionImportRequestConfigV4#customRequestConfiguration","classes":"tsd-kind-accessor tsd-parent-kind-class","parent":"@sap-cloud-sdk/core.ODataFunctionImportRequestConfigV4"},{"id":2261,"kind":262144,"name":"appendedPaths","url":"classes/sap_cloud_sdk_core.ODataFunctionImportRequestConfigV4#appendedPaths","classes":"tsd-kind-get-signature tsd-parent-kind-class","parent":"@sap-cloud-sdk/core.ODataFunctionImportRequestConfigV4"},{"id":2262,"kind":262144,"name":"fetchCsrfToken","url":"classes/sap_cloud_sdk_core.ODataFunctionImportRequestConfigV4#fetchCsrfToken","classes":"tsd-kind-accessor tsd-parent-kind-class","parent":"@sap-cloud-sdk/core.ODataFunctionImportRequestConfigV4"},{"id":2263,"kind":2048,"name":"addCustomHeaders","url":"classes/sap_cloud_sdk_core.ODataFunctionImportRequestConfigV4#addCustomHeaders","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ODataFunctionImportRequestConfigV4"},{"id":2264,"kind":2048,"name":"addCustomQueryParameters","url":"classes/sap_cloud_sdk_core.ODataFunctionImportRequestConfigV4#addCustomQueryParameters","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ODataFunctionImportRequestConfigV4"},{"id":2265,"kind":2048,"name":"addCustomRequestConfiguration","url":"classes/sap_cloud_sdk_core.ODataFunctionImportRequestConfigV4#addCustomRequestConfiguration","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ODataFunctionImportRequestConfigV4"},{"id":2266,"kind":2048,"name":"appendPath","url":"classes/sap_cloud_sdk_core.ODataFunctionImportRequestConfigV4#appendPath","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ODataFunctionImportRequestConfigV4"},{"id":2267,"kind":2048,"name":"prependDollarToQueryParameters","url":"classes/sap_cloud_sdk_core.ODataFunctionImportRequestConfigV4#prependDollarToQueryParameters","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"@sap-cloud-sdk/core.ODataFunctionImportRequestConfigV4"},{"id":2268,"kind":128,"name":"CreateRequestBuilderV4","url":"classes/sap_cloud_sdk_core.CreateRequestBuilderV4","classes":"tsd-kind-class tsd-parent-kind-module tsd-has-type-parameter","parent":"@sap-cloud-sdk/core"},{"id":2269,"kind":512,"name":"constructor","url":"classes/sap_cloud_sdk_core.CreateRequestBuilderV4#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-has-type-parameter tsd-is-overwrite","parent":"@sap-cloud-sdk/core.CreateRequestBuilderV4"},{"id":2270,"kind":1024,"name":"_entityConstructor","url":"classes/sap_cloud_sdk_core.CreateRequestBuilderV4#_entityConstructor","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-overwrite","parent":"@sap-cloud-sdk/core.CreateRequestBuilderV4"},{"id":2271,"kind":1024,"name":"_entity","url":"classes/sap_cloud_sdk_core.CreateRequestBuilderV4#_entity","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-overwrite","parent":"@sap-cloud-sdk/core.CreateRequestBuilderV4"},{"id":2272,"kind":1024,"name":"odataUri","url":"classes/sap_cloud_sdk_core.CreateRequestBuilderV4#odataUri","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.CreateRequestBuilderV4"},{"id":2273,"kind":1024,"name":"serializer","url":"classes/sap_cloud_sdk_core.CreateRequestBuilderV4#serializer","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.CreateRequestBuilderV4"},{"id":2274,"kind":1024,"name":"deserializer","url":"classes/sap_cloud_sdk_core.CreateRequestBuilderV4#deserializer","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.CreateRequestBuilderV4"},{"id":2275,"kind":1024,"name":"responseDataAccessor","url":"classes/sap_cloud_sdk_core.CreateRequestBuilderV4#responseDataAccessor","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.CreateRequestBuilderV4"},{"id":2276,"kind":262144,"name":"entity","url":"classes/sap_cloud_sdk_core.CreateRequestBuilderV4#entity","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.CreateRequestBuilderV4"},{"id":2277,"kind":2048,"name":"prepare","url":"classes/sap_cloud_sdk_core.CreateRequestBuilderV4#prepare","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.CreateRequestBuilderV4"},{"id":2278,"kind":2048,"name":"asChildOf","url":"classes/sap_cloud_sdk_core.CreateRequestBuilderV4#asChildOf","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited","parent":"@sap-cloud-sdk/core.CreateRequestBuilderV4"},{"id":2279,"kind":2048,"name":"execute","url":"classes/sap_cloud_sdk_core.CreateRequestBuilderV4#execute","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.CreateRequestBuilderV4"},{"id":2280,"kind":2048,"name":"executeRaw","url":"classes/sap_cloud_sdk_core.CreateRequestBuilderV4#executeRaw","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.CreateRequestBuilderV4"},{"id":2281,"kind":1024,"name":"requestConfig","url":"classes/sap_cloud_sdk_core.CreateRequestBuilderV4#requestConfig","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.CreateRequestBuilderV4"},{"id":2282,"kind":2048,"name":"url","url":"classes/sap_cloud_sdk_core.CreateRequestBuilderV4#url","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.CreateRequestBuilderV4"},{"id":2283,"kind":2048,"name":"relativeUrl","url":"classes/sap_cloud_sdk_core.CreateRequestBuilderV4#relativeUrl","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.CreateRequestBuilderV4"},{"id":2284,"kind":2048,"name":"withCustomHeaders","url":"classes/sap_cloud_sdk_core.CreateRequestBuilderV4#withCustomHeaders","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.CreateRequestBuilderV4"},{"id":2285,"kind":2048,"name":"addCustomHeaders","url":"classes/sap_cloud_sdk_core.CreateRequestBuilderV4#addCustomHeaders","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.CreateRequestBuilderV4"},{"id":2286,"kind":2048,"name":"withCustomQueryParameters","url":"classes/sap_cloud_sdk_core.CreateRequestBuilderV4#withCustomQueryParameters","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.CreateRequestBuilderV4"},{"id":2287,"kind":2048,"name":"addCustomQueryParameters","url":"classes/sap_cloud_sdk_core.CreateRequestBuilderV4#addCustomQueryParameters","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.CreateRequestBuilderV4"},{"id":2288,"kind":2048,"name":"withCustomServicePath","url":"classes/sap_cloud_sdk_core.CreateRequestBuilderV4#withCustomServicePath","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.CreateRequestBuilderV4"},{"id":2289,"kind":2048,"name":"setCustomServicePath","url":"classes/sap_cloud_sdk_core.CreateRequestBuilderV4#setCustomServicePath","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.CreateRequestBuilderV4"},{"id":2290,"kind":2048,"name":"addCustomRequestConfiguration","url":"classes/sap_cloud_sdk_core.CreateRequestBuilderV4#addCustomRequestConfiguration","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.CreateRequestBuilderV4"},{"id":2291,"kind":2048,"name":"appendPath","url":"classes/sap_cloud_sdk_core.CreateRequestBuilderV4#appendPath","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.CreateRequestBuilderV4"},{"id":2292,"kind":2048,"name":"skipCsrfTokenFetching","url":"classes/sap_cloud_sdk_core.CreateRequestBuilderV4#skipCsrfTokenFetching","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.CreateRequestBuilderV4"},{"id":2293,"kind":2048,"name":"build","url":"classes/sap_cloud_sdk_core.CreateRequestBuilderV4#build","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.CreateRequestBuilderV4"},{"id":2294,"kind":128,"name":"DeleteRequestBuilderV4","url":"classes/sap_cloud_sdk_core.DeleteRequestBuilderV4","classes":"tsd-kind-class tsd-parent-kind-module tsd-has-type-parameter","parent":"@sap-cloud-sdk/core"},{"id":2295,"kind":512,"name":"constructor","url":"classes/sap_cloud_sdk_core.DeleteRequestBuilderV4#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-has-type-parameter tsd-is-overwrite","parent":"@sap-cloud-sdk/core.DeleteRequestBuilderV4"},{"id":2296,"kind":1024,"name":"_entityConstructor","url":"classes/sap_cloud_sdk_core.DeleteRequestBuilderV4#_entityConstructor","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-overwrite","parent":"@sap-cloud-sdk/core.DeleteRequestBuilderV4"},{"id":2297,"kind":1024,"name":"_entity","url":"classes/sap_cloud_sdk_core.DeleteRequestBuilderV4#_entity","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-overwrite","parent":"@sap-cloud-sdk/core.DeleteRequestBuilderV4"},{"id":2298,"kind":2048,"name":"setVersionIdentifier","url":"classes/sap_cloud_sdk_core.DeleteRequestBuilderV4#setVersionIdentifier","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"@sap-cloud-sdk/core.DeleteRequestBuilderV4"},{"id":2299,"kind":2048,"name":"ignoreVersionIdentifier","url":"classes/sap_cloud_sdk_core.DeleteRequestBuilderV4#ignoreVersionIdentifier","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.DeleteRequestBuilderV4"},{"id":2300,"kind":2048,"name":"execute","url":"classes/sap_cloud_sdk_core.DeleteRequestBuilderV4#execute","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.DeleteRequestBuilderV4"},{"id":2301,"kind":2048,"name":"executeRaw","url":"classes/sap_cloud_sdk_core.DeleteRequestBuilderV4#executeRaw","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.DeleteRequestBuilderV4"},{"id":2302,"kind":1024,"name":"requestConfig","url":"classes/sap_cloud_sdk_core.DeleteRequestBuilderV4#requestConfig","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.DeleteRequestBuilderV4"},{"id":2303,"kind":2048,"name":"url","url":"classes/sap_cloud_sdk_core.DeleteRequestBuilderV4#url","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.DeleteRequestBuilderV4"},{"id":2304,"kind":2048,"name":"relativeUrl","url":"classes/sap_cloud_sdk_core.DeleteRequestBuilderV4#relativeUrl","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.DeleteRequestBuilderV4"},{"id":2305,"kind":2048,"name":"withCustomHeaders","url":"classes/sap_cloud_sdk_core.DeleteRequestBuilderV4#withCustomHeaders","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.DeleteRequestBuilderV4"},{"id":2306,"kind":2048,"name":"addCustomHeaders","url":"classes/sap_cloud_sdk_core.DeleteRequestBuilderV4#addCustomHeaders","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.DeleteRequestBuilderV4"},{"id":2307,"kind":2048,"name":"withCustomQueryParameters","url":"classes/sap_cloud_sdk_core.DeleteRequestBuilderV4#withCustomQueryParameters","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.DeleteRequestBuilderV4"},{"id":2308,"kind":2048,"name":"addCustomQueryParameters","url":"classes/sap_cloud_sdk_core.DeleteRequestBuilderV4#addCustomQueryParameters","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.DeleteRequestBuilderV4"},{"id":2309,"kind":2048,"name":"withCustomServicePath","url":"classes/sap_cloud_sdk_core.DeleteRequestBuilderV4#withCustomServicePath","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.DeleteRequestBuilderV4"},{"id":2310,"kind":2048,"name":"setCustomServicePath","url":"classes/sap_cloud_sdk_core.DeleteRequestBuilderV4#setCustomServicePath","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.DeleteRequestBuilderV4"},{"id":2311,"kind":2048,"name":"addCustomRequestConfiguration","url":"classes/sap_cloud_sdk_core.DeleteRequestBuilderV4#addCustomRequestConfiguration","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.DeleteRequestBuilderV4"},{"id":2312,"kind":2048,"name":"appendPath","url":"classes/sap_cloud_sdk_core.DeleteRequestBuilderV4#appendPath","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.DeleteRequestBuilderV4"},{"id":2313,"kind":2048,"name":"skipCsrfTokenFetching","url":"classes/sap_cloud_sdk_core.DeleteRequestBuilderV4#skipCsrfTokenFetching","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.DeleteRequestBuilderV4"},{"id":2314,"kind":2048,"name":"build","url":"classes/sap_cloud_sdk_core.DeleteRequestBuilderV4#build","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.DeleteRequestBuilderV4"},{"id":2315,"kind":128,"name":"FunctionImportRequestBuilderV4","url":"classes/sap_cloud_sdk_core.FunctionImportRequestBuilderV4","classes":"tsd-kind-class tsd-parent-kind-module tsd-has-type-parameter","parent":"@sap-cloud-sdk/core"},{"id":2316,"kind":512,"name":"constructor","url":"classes/sap_cloud_sdk_core.FunctionImportRequestBuilderV4#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-has-type-parameter tsd-is-overwrite","parent":"@sap-cloud-sdk/core.FunctionImportRequestBuilderV4"},{"id":2317,"kind":1024,"name":"responseTransformer","url":"classes/sap_cloud_sdk_core.FunctionImportRequestBuilderV4#responseTransformer","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-overwrite","parent":"@sap-cloud-sdk/core.FunctionImportRequestBuilderV4"},{"id":2318,"kind":65536,"name":"__type","url":"classes/sap_cloud_sdk_core.FunctionImportRequestBuilderV4#__type","classes":"tsd-kind-type-literal tsd-parent-kind-class","parent":"@sap-cloud-sdk/core.FunctionImportRequestBuilderV4"},{"id":2319,"kind":2048,"name":"execute","url":"classes/sap_cloud_sdk_core.FunctionImportRequestBuilderV4#execute","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.FunctionImportRequestBuilderV4"},{"id":2320,"kind":2048,"name":"executeRaw","url":"classes/sap_cloud_sdk_core.FunctionImportRequestBuilderV4#executeRaw","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.FunctionImportRequestBuilderV4"},{"id":2321,"kind":1024,"name":"requestConfig","url":"classes/sap_cloud_sdk_core.FunctionImportRequestBuilderV4#requestConfig","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.FunctionImportRequestBuilderV4"},{"id":2322,"kind":2048,"name":"url","url":"classes/sap_cloud_sdk_core.FunctionImportRequestBuilderV4#url","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.FunctionImportRequestBuilderV4"},{"id":2323,"kind":2048,"name":"relativeUrl","url":"classes/sap_cloud_sdk_core.FunctionImportRequestBuilderV4#relativeUrl","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.FunctionImportRequestBuilderV4"},{"id":2324,"kind":2048,"name":"withCustomHeaders","url":"classes/sap_cloud_sdk_core.FunctionImportRequestBuilderV4#withCustomHeaders","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.FunctionImportRequestBuilderV4"},{"id":2325,"kind":2048,"name":"addCustomHeaders","url":"classes/sap_cloud_sdk_core.FunctionImportRequestBuilderV4#addCustomHeaders","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.FunctionImportRequestBuilderV4"},{"id":2326,"kind":2048,"name":"withCustomQueryParameters","url":"classes/sap_cloud_sdk_core.FunctionImportRequestBuilderV4#withCustomQueryParameters","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.FunctionImportRequestBuilderV4"},{"id":2327,"kind":2048,"name":"addCustomQueryParameters","url":"classes/sap_cloud_sdk_core.FunctionImportRequestBuilderV4#addCustomQueryParameters","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.FunctionImportRequestBuilderV4"},{"id":2328,"kind":2048,"name":"withCustomServicePath","url":"classes/sap_cloud_sdk_core.FunctionImportRequestBuilderV4#withCustomServicePath","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.FunctionImportRequestBuilderV4"},{"id":2329,"kind":2048,"name":"setCustomServicePath","url":"classes/sap_cloud_sdk_core.FunctionImportRequestBuilderV4#setCustomServicePath","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.FunctionImportRequestBuilderV4"},{"id":2330,"kind":2048,"name":"addCustomRequestConfiguration","url":"classes/sap_cloud_sdk_core.FunctionImportRequestBuilderV4#addCustomRequestConfiguration","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.FunctionImportRequestBuilderV4"},{"id":2331,"kind":2048,"name":"appendPath","url":"classes/sap_cloud_sdk_core.FunctionImportRequestBuilderV4#appendPath","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.FunctionImportRequestBuilderV4"},{"id":2332,"kind":2048,"name":"skipCsrfTokenFetching","url":"classes/sap_cloud_sdk_core.FunctionImportRequestBuilderV4#skipCsrfTokenFetching","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.FunctionImportRequestBuilderV4"},{"id":2333,"kind":2048,"name":"build","url":"classes/sap_cloud_sdk_core.FunctionImportRequestBuilderV4#build","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.FunctionImportRequestBuilderV4"},{"id":2334,"kind":128,"name":"ActionImportRequestBuilder","url":"classes/sap_cloud_sdk_core.ActionImportRequestBuilder","classes":"tsd-kind-class tsd-parent-kind-module tsd-has-type-parameter","parent":"@sap-cloud-sdk/core"},{"id":2335,"kind":512,"name":"constructor","url":"classes/sap_cloud_sdk_core.ActionImportRequestBuilder#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-has-type-parameter tsd-is-overwrite","parent":"@sap-cloud-sdk/core.ActionImportRequestBuilder"},{"id":2336,"kind":1024,"name":"responseTransformer","url":"classes/sap_cloud_sdk_core.ActionImportRequestBuilder#responseTransformer","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-overwrite","parent":"@sap-cloud-sdk/core.ActionImportRequestBuilder"},{"id":2337,"kind":65536,"name":"__type","url":"classes/sap_cloud_sdk_core.ActionImportRequestBuilder#__type","classes":"tsd-kind-type-literal tsd-parent-kind-class","parent":"@sap-cloud-sdk/core.ActionImportRequestBuilder"},{"id":2338,"kind":2048,"name":"execute","url":"classes/sap_cloud_sdk_core.ActionImportRequestBuilder#execute","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ActionImportRequestBuilder"},{"id":2339,"kind":2048,"name":"executeRaw","url":"classes/sap_cloud_sdk_core.ActionImportRequestBuilder#executeRaw","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ActionImportRequestBuilder"},{"id":2340,"kind":1024,"name":"requestConfig","url":"classes/sap_cloud_sdk_core.ActionImportRequestBuilder#requestConfig","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ActionImportRequestBuilder"},{"id":2341,"kind":2048,"name":"url","url":"classes/sap_cloud_sdk_core.ActionImportRequestBuilder#url","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ActionImportRequestBuilder"},{"id":2342,"kind":2048,"name":"relativeUrl","url":"classes/sap_cloud_sdk_core.ActionImportRequestBuilder#relativeUrl","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ActionImportRequestBuilder"},{"id":2343,"kind":2048,"name":"withCustomHeaders","url":"classes/sap_cloud_sdk_core.ActionImportRequestBuilder#withCustomHeaders","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ActionImportRequestBuilder"},{"id":2344,"kind":2048,"name":"addCustomHeaders","url":"classes/sap_cloud_sdk_core.ActionImportRequestBuilder#addCustomHeaders","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ActionImportRequestBuilder"},{"id":2345,"kind":2048,"name":"withCustomQueryParameters","url":"classes/sap_cloud_sdk_core.ActionImportRequestBuilder#withCustomQueryParameters","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ActionImportRequestBuilder"},{"id":2346,"kind":2048,"name":"addCustomQueryParameters","url":"classes/sap_cloud_sdk_core.ActionImportRequestBuilder#addCustomQueryParameters","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ActionImportRequestBuilder"},{"id":2347,"kind":2048,"name":"withCustomServicePath","url":"classes/sap_cloud_sdk_core.ActionImportRequestBuilder#withCustomServicePath","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ActionImportRequestBuilder"},{"id":2348,"kind":2048,"name":"setCustomServicePath","url":"classes/sap_cloud_sdk_core.ActionImportRequestBuilder#setCustomServicePath","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ActionImportRequestBuilder"},{"id":2349,"kind":2048,"name":"addCustomRequestConfiguration","url":"classes/sap_cloud_sdk_core.ActionImportRequestBuilder#addCustomRequestConfiguration","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ActionImportRequestBuilder"},{"id":2350,"kind":2048,"name":"appendPath","url":"classes/sap_cloud_sdk_core.ActionImportRequestBuilder#appendPath","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ActionImportRequestBuilder"},{"id":2351,"kind":2048,"name":"skipCsrfTokenFetching","url":"classes/sap_cloud_sdk_core.ActionImportRequestBuilder#skipCsrfTokenFetching","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ActionImportRequestBuilder"},{"id":2352,"kind":2048,"name":"build","url":"classes/sap_cloud_sdk_core.ActionImportRequestBuilder#build","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.ActionImportRequestBuilder"},{"id":2353,"kind":128,"name":"GetAllRequestBuilderV4","url":"classes/sap_cloud_sdk_core.GetAllRequestBuilderV4","classes":"tsd-kind-class tsd-parent-kind-module tsd-has-type-parameter","parent":"@sap-cloud-sdk/core"},{"id":2354,"kind":512,"name":"constructor","url":"classes/sap_cloud_sdk_core.GetAllRequestBuilderV4#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-has-type-parameter tsd-is-overwrite","parent":"@sap-cloud-sdk/core.GetAllRequestBuilderV4"},{"id":2355,"kind":1024,"name":"_entity","url":"classes/sap_cloud_sdk_core.GetAllRequestBuilderV4#_entity","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-overwrite","parent":"@sap-cloud-sdk/core.GetAllRequestBuilderV4"},{"id":2356,"kind":2048,"name":"expand","url":"classes/sap_cloud_sdk_core.GetAllRequestBuilderV4#expand","classes":"tsd-kind-method tsd-parent-kind-class","parent":"@sap-cloud-sdk/core.GetAllRequestBuilderV4"},{"id":2357,"kind":2048,"name":"filter","url":"classes/sap_cloud_sdk_core.GetAllRequestBuilderV4#filter","classes":"tsd-kind-method tsd-parent-kind-class","parent":"@sap-cloud-sdk/core.GetAllRequestBuilderV4"},{"id":2358,"kind":1024,"name":"entityDeserializer","url":"classes/sap_cloud_sdk_core.GetAllRequestBuilderV4#entityDeserializer","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.GetAllRequestBuilderV4"},{"id":2359,"kind":1024,"name":"dataAccessor","url":"classes/sap_cloud_sdk_core.GetAllRequestBuilderV4#dataAccessor","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.GetAllRequestBuilderV4"},{"id":2360,"kind":2048,"name":"select","url":"classes/sap_cloud_sdk_core.GetAllRequestBuilderV4#select","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.GetAllRequestBuilderV4"},{"id":2361,"kind":2048,"name":"orderBy","url":"classes/sap_cloud_sdk_core.GetAllRequestBuilderV4#orderBy","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.GetAllRequestBuilderV4"},{"id":2362,"kind":2048,"name":"top","url":"classes/sap_cloud_sdk_core.GetAllRequestBuilderV4#top","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.GetAllRequestBuilderV4"},{"id":2363,"kind":2048,"name":"skip","url":"classes/sap_cloud_sdk_core.GetAllRequestBuilderV4#skip","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.GetAllRequestBuilderV4"},{"id":2364,"kind":2048,"name":"count","url":"classes/sap_cloud_sdk_core.GetAllRequestBuilderV4#count","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.GetAllRequestBuilderV4"},{"id":2365,"kind":2048,"name":"execute","url":"classes/sap_cloud_sdk_core.GetAllRequestBuilderV4#execute","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.GetAllRequestBuilderV4"},{"id":2366,"kind":1024,"name":"_entityConstructor","url":"classes/sap_cloud_sdk_core.GetAllRequestBuilderV4#_entityConstructor","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.GetAllRequestBuilderV4"},{"id":2367,"kind":2048,"name":"executeRaw","url":"classes/sap_cloud_sdk_core.GetAllRequestBuilderV4#executeRaw","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.GetAllRequestBuilderV4"},{"id":2368,"kind":1024,"name":"requestConfig","url":"classes/sap_cloud_sdk_core.GetAllRequestBuilderV4#requestConfig","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.GetAllRequestBuilderV4"},{"id":2369,"kind":2048,"name":"url","url":"classes/sap_cloud_sdk_core.GetAllRequestBuilderV4#url","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.GetAllRequestBuilderV4"},{"id":2370,"kind":2048,"name":"relativeUrl","url":"classes/sap_cloud_sdk_core.GetAllRequestBuilderV4#relativeUrl","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.GetAllRequestBuilderV4"},{"id":2371,"kind":2048,"name":"withCustomHeaders","url":"classes/sap_cloud_sdk_core.GetAllRequestBuilderV4#withCustomHeaders","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.GetAllRequestBuilderV4"},{"id":2372,"kind":2048,"name":"addCustomHeaders","url":"classes/sap_cloud_sdk_core.GetAllRequestBuilderV4#addCustomHeaders","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.GetAllRequestBuilderV4"},{"id":2373,"kind":2048,"name":"withCustomQueryParameters","url":"classes/sap_cloud_sdk_core.GetAllRequestBuilderV4#withCustomQueryParameters","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.GetAllRequestBuilderV4"},{"id":2374,"kind":2048,"name":"addCustomQueryParameters","url":"classes/sap_cloud_sdk_core.GetAllRequestBuilderV4#addCustomQueryParameters","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.GetAllRequestBuilderV4"},{"id":2375,"kind":2048,"name":"withCustomServicePath","url":"classes/sap_cloud_sdk_core.GetAllRequestBuilderV4#withCustomServicePath","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.GetAllRequestBuilderV4"},{"id":2376,"kind":2048,"name":"setCustomServicePath","url":"classes/sap_cloud_sdk_core.GetAllRequestBuilderV4#setCustomServicePath","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.GetAllRequestBuilderV4"},{"id":2377,"kind":2048,"name":"addCustomRequestConfiguration","url":"classes/sap_cloud_sdk_core.GetAllRequestBuilderV4#addCustomRequestConfiguration","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.GetAllRequestBuilderV4"},{"id":2378,"kind":2048,"name":"appendPath","url":"classes/sap_cloud_sdk_core.GetAllRequestBuilderV4#appendPath","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.GetAllRequestBuilderV4"},{"id":2379,"kind":2048,"name":"skipCsrfTokenFetching","url":"classes/sap_cloud_sdk_core.GetAllRequestBuilderV4#skipCsrfTokenFetching","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.GetAllRequestBuilderV4"},{"id":2380,"kind":2048,"name":"build","url":"classes/sap_cloud_sdk_core.GetAllRequestBuilderV4#build","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.GetAllRequestBuilderV4"},{"id":2381,"kind":128,"name":"GetByKeyRequestBuilderV4","url":"classes/sap_cloud_sdk_core.GetByKeyRequestBuilderV4","classes":"tsd-kind-class tsd-parent-kind-module tsd-has-type-parameter","parent":"@sap-cloud-sdk/core"},{"id":2382,"kind":512,"name":"constructor","url":"classes/sap_cloud_sdk_core.GetByKeyRequestBuilderV4#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-has-type-parameter tsd-is-overwrite","parent":"@sap-cloud-sdk/core.GetByKeyRequestBuilderV4"},{"id":2383,"kind":1024,"name":"_entityConstructor","url":"classes/sap_cloud_sdk_core.GetByKeyRequestBuilderV4#_entityConstructor","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-overwrite","parent":"@sap-cloud-sdk/core.GetByKeyRequestBuilderV4"},{"id":2384,"kind":1024,"name":"_entity","url":"classes/sap_cloud_sdk_core.GetByKeyRequestBuilderV4#_entity","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-overwrite","parent":"@sap-cloud-sdk/core.GetByKeyRequestBuilderV4"},{"id":2385,"kind":2048,"name":"expand","url":"classes/sap_cloud_sdk_core.GetByKeyRequestBuilderV4#expand","classes":"tsd-kind-method tsd-parent-kind-class","parent":"@sap-cloud-sdk/core.GetByKeyRequestBuilderV4"},{"id":2386,"kind":1024,"name":"entityDeserializer","url":"classes/sap_cloud_sdk_core.GetByKeyRequestBuilderV4#entityDeserializer","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.GetByKeyRequestBuilderV4"},{"id":2387,"kind":1024,"name":"dataAccessor","url":"classes/sap_cloud_sdk_core.GetByKeyRequestBuilderV4#dataAccessor","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.GetByKeyRequestBuilderV4"},{"id":2388,"kind":2048,"name":"select","url":"classes/sap_cloud_sdk_core.GetByKeyRequestBuilderV4#select","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.GetByKeyRequestBuilderV4"},{"id":2389,"kind":2048,"name":"execute","url":"classes/sap_cloud_sdk_core.GetByKeyRequestBuilderV4#execute","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.GetByKeyRequestBuilderV4"},{"id":2390,"kind":2048,"name":"executeRaw","url":"classes/sap_cloud_sdk_core.GetByKeyRequestBuilderV4#executeRaw","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.GetByKeyRequestBuilderV4"},{"id":2391,"kind":1024,"name":"requestConfig","url":"classes/sap_cloud_sdk_core.GetByKeyRequestBuilderV4#requestConfig","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.GetByKeyRequestBuilderV4"},{"id":2392,"kind":2048,"name":"url","url":"classes/sap_cloud_sdk_core.GetByKeyRequestBuilderV4#url","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.GetByKeyRequestBuilderV4"},{"id":2393,"kind":2048,"name":"relativeUrl","url":"classes/sap_cloud_sdk_core.GetByKeyRequestBuilderV4#relativeUrl","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.GetByKeyRequestBuilderV4"},{"id":2394,"kind":2048,"name":"withCustomHeaders","url":"classes/sap_cloud_sdk_core.GetByKeyRequestBuilderV4#withCustomHeaders","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.GetByKeyRequestBuilderV4"},{"id":2395,"kind":2048,"name":"addCustomHeaders","url":"classes/sap_cloud_sdk_core.GetByKeyRequestBuilderV4#addCustomHeaders","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.GetByKeyRequestBuilderV4"},{"id":2396,"kind":2048,"name":"withCustomQueryParameters","url":"classes/sap_cloud_sdk_core.GetByKeyRequestBuilderV4#withCustomQueryParameters","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.GetByKeyRequestBuilderV4"},{"id":2397,"kind":2048,"name":"addCustomQueryParameters","url":"classes/sap_cloud_sdk_core.GetByKeyRequestBuilderV4#addCustomQueryParameters","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.GetByKeyRequestBuilderV4"},{"id":2398,"kind":2048,"name":"withCustomServicePath","url":"classes/sap_cloud_sdk_core.GetByKeyRequestBuilderV4#withCustomServicePath","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.GetByKeyRequestBuilderV4"},{"id":2399,"kind":2048,"name":"setCustomServicePath","url":"classes/sap_cloud_sdk_core.GetByKeyRequestBuilderV4#setCustomServicePath","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.GetByKeyRequestBuilderV4"},{"id":2400,"kind":2048,"name":"addCustomRequestConfiguration","url":"classes/sap_cloud_sdk_core.GetByKeyRequestBuilderV4#addCustomRequestConfiguration","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.GetByKeyRequestBuilderV4"},{"id":2401,"kind":2048,"name":"appendPath","url":"classes/sap_cloud_sdk_core.GetByKeyRequestBuilderV4#appendPath","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.GetByKeyRequestBuilderV4"},{"id":2402,"kind":2048,"name":"skipCsrfTokenFetching","url":"classes/sap_cloud_sdk_core.GetByKeyRequestBuilderV4#skipCsrfTokenFetching","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.GetByKeyRequestBuilderV4"},{"id":2403,"kind":2048,"name":"build","url":"classes/sap_cloud_sdk_core.GetByKeyRequestBuilderV4#build","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.GetByKeyRequestBuilderV4"},{"id":2404,"kind":128,"name":"UpdateRequestBuilderV4","url":"classes/sap_cloud_sdk_core.UpdateRequestBuilderV4","classes":"tsd-kind-class tsd-parent-kind-module tsd-has-type-parameter","parent":"@sap-cloud-sdk/core"},{"id":2405,"kind":512,"name":"constructor","url":"classes/sap_cloud_sdk_core.UpdateRequestBuilderV4#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-has-type-parameter tsd-is-overwrite","parent":"@sap-cloud-sdk/core.UpdateRequestBuilderV4"},{"id":2406,"kind":1024,"name":"_entityConstructor","url":"classes/sap_cloud_sdk_core.UpdateRequestBuilderV4#_entityConstructor","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-overwrite","parent":"@sap-cloud-sdk/core.UpdateRequestBuilderV4"},{"id":2407,"kind":1024,"name":"_entity","url":"classes/sap_cloud_sdk_core.UpdateRequestBuilderV4#_entity","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-overwrite","parent":"@sap-cloud-sdk/core.UpdateRequestBuilderV4"},{"id":2408,"kind":2048,"name":"execute","url":"classes/sap_cloud_sdk_core.UpdateRequestBuilderV4#execute","classes":"tsd-kind-method tsd-parent-kind-class","parent":"@sap-cloud-sdk/core.UpdateRequestBuilderV4"},{"id":2409,"kind":2048,"name":"executeRaw","url":"classes/sap_cloud_sdk_core.UpdateRequestBuilderV4#executeRaw","classes":"tsd-kind-method tsd-parent-kind-class","parent":"@sap-cloud-sdk/core.UpdateRequestBuilderV4"},{"id":2410,"kind":1024,"name":"oDataUri","url":"classes/sap_cloud_sdk_core.UpdateRequestBuilderV4#oDataUri","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.UpdateRequestBuilderV4"},{"id":2411,"kind":1024,"name":"entitySerializer","url":"classes/sap_cloud_sdk_core.UpdateRequestBuilderV4#entitySerializer","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.UpdateRequestBuilderV4"},{"id":2412,"kind":1024,"name":"extractODataEtag","url":"classes/sap_cloud_sdk_core.UpdateRequestBuilderV4#extractODataEtag","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.UpdateRequestBuilderV4"},{"id":2413,"kind":65536,"name":"__type","url":"classes/sap_cloud_sdk_core.UpdateRequestBuilderV4#__type","classes":"tsd-kind-type-literal tsd-parent-kind-class","parent":"@sap-cloud-sdk/core.UpdateRequestBuilderV4"},{"id":2414,"kind":1024,"name":"payloadManipulator","url":"classes/sap_cloud_sdk_core.UpdateRequestBuilderV4#payloadManipulator","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.UpdateRequestBuilderV4"},{"id":2415,"kind":65536,"name":"__type","url":"classes/sap_cloud_sdk_core.UpdateRequestBuilderV4#__type-1","classes":"tsd-kind-type-literal tsd-parent-kind-class","parent":"@sap-cloud-sdk/core.UpdateRequestBuilderV4"},{"id":2416,"kind":262144,"name":"entity","url":"classes/sap_cloud_sdk_core.UpdateRequestBuilderV4#entity","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.UpdateRequestBuilderV4"},{"id":2417,"kind":2048,"name":"prepare","url":"classes/sap_cloud_sdk_core.UpdateRequestBuilderV4#prepare","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.UpdateRequestBuilderV4"},{"id":2418,"kind":2048,"name":"replaceWholeEntityWithPut","url":"classes/sap_cloud_sdk_core.UpdateRequestBuilderV4#replaceWholeEntityWithPut","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.UpdateRequestBuilderV4"},{"id":2419,"kind":2048,"name":"requiredFields","url":"classes/sap_cloud_sdk_core.UpdateRequestBuilderV4#requiredFields","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.UpdateRequestBuilderV4"},{"id":2420,"kind":2048,"name":"setRequiredFields","url":"classes/sap_cloud_sdk_core.UpdateRequestBuilderV4#setRequiredFields","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.UpdateRequestBuilderV4"},{"id":2421,"kind":2048,"name":"ignoredFields","url":"classes/sap_cloud_sdk_core.UpdateRequestBuilderV4#ignoredFields","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.UpdateRequestBuilderV4"},{"id":2422,"kind":2048,"name":"setIgnoredFields","url":"classes/sap_cloud_sdk_core.UpdateRequestBuilderV4#setIgnoredFields","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.UpdateRequestBuilderV4"},{"id":2423,"kind":2048,"name":"ignoreVersionIdentifier","url":"classes/sap_cloud_sdk_core.UpdateRequestBuilderV4#ignoreVersionIdentifier","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.UpdateRequestBuilderV4"},{"id":2424,"kind":2048,"name":"withCustomVersionIdentifier","url":"classes/sap_cloud_sdk_core.UpdateRequestBuilderV4#withCustomVersionIdentifier","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.UpdateRequestBuilderV4"},{"id":2425,"kind":2048,"name":"setVersionIdentifier","url":"classes/sap_cloud_sdk_core.UpdateRequestBuilderV4#setVersionIdentifier","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.UpdateRequestBuilderV4"},{"id":2426,"kind":2048,"name":"executeRequest","url":"classes/sap_cloud_sdk_core.UpdateRequestBuilderV4#executeRequest","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"@sap-cloud-sdk/core.UpdateRequestBuilderV4"},{"id":2427,"kind":2048,"name":"executeRequestRaw","url":"classes/sap_cloud_sdk_core.UpdateRequestBuilderV4#executeRequestRaw","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"@sap-cloud-sdk/core.UpdateRequestBuilderV4"},{"id":2428,"kind":2048,"name":"getPayload","url":"classes/sap_cloud_sdk_core.UpdateRequestBuilderV4#getPayload","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"@sap-cloud-sdk/core.UpdateRequestBuilderV4"},{"id":2429,"kind":2048,"name":"isEmptyObject","url":"classes/sap_cloud_sdk_core.UpdateRequestBuilderV4#isEmptyObject","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"@sap-cloud-sdk/core.UpdateRequestBuilderV4"},{"id":2430,"kind":1024,"name":"requestConfig","url":"classes/sap_cloud_sdk_core.UpdateRequestBuilderV4#requestConfig","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.UpdateRequestBuilderV4"},{"id":2431,"kind":2048,"name":"url","url":"classes/sap_cloud_sdk_core.UpdateRequestBuilderV4#url","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.UpdateRequestBuilderV4"},{"id":2432,"kind":2048,"name":"relativeUrl","url":"classes/sap_cloud_sdk_core.UpdateRequestBuilderV4#relativeUrl","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.UpdateRequestBuilderV4"},{"id":2433,"kind":2048,"name":"withCustomHeaders","url":"classes/sap_cloud_sdk_core.UpdateRequestBuilderV4#withCustomHeaders","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.UpdateRequestBuilderV4"},{"id":2434,"kind":2048,"name":"addCustomHeaders","url":"classes/sap_cloud_sdk_core.UpdateRequestBuilderV4#addCustomHeaders","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.UpdateRequestBuilderV4"},{"id":2435,"kind":2048,"name":"withCustomQueryParameters","url":"classes/sap_cloud_sdk_core.UpdateRequestBuilderV4#withCustomQueryParameters","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.UpdateRequestBuilderV4"},{"id":2436,"kind":2048,"name":"addCustomQueryParameters","url":"classes/sap_cloud_sdk_core.UpdateRequestBuilderV4#addCustomQueryParameters","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.UpdateRequestBuilderV4"},{"id":2437,"kind":2048,"name":"withCustomServicePath","url":"classes/sap_cloud_sdk_core.UpdateRequestBuilderV4#withCustomServicePath","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.UpdateRequestBuilderV4"},{"id":2438,"kind":2048,"name":"setCustomServicePath","url":"classes/sap_cloud_sdk_core.UpdateRequestBuilderV4#setCustomServicePath","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.UpdateRequestBuilderV4"},{"id":2439,"kind":2048,"name":"addCustomRequestConfiguration","url":"classes/sap_cloud_sdk_core.UpdateRequestBuilderV4#addCustomRequestConfiguration","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.UpdateRequestBuilderV4"},{"id":2440,"kind":2048,"name":"appendPath","url":"classes/sap_cloud_sdk_core.UpdateRequestBuilderV4#appendPath","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.UpdateRequestBuilderV4"},{"id":2441,"kind":2048,"name":"skipCsrfTokenFetching","url":"classes/sap_cloud_sdk_core.UpdateRequestBuilderV4#skipCsrfTokenFetching","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.UpdateRequestBuilderV4"},{"id":2442,"kind":2048,"name":"build","url":"classes/sap_cloud_sdk_core.UpdateRequestBuilderV4#build","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.UpdateRequestBuilderV4"},{"id":2443,"kind":64,"name":"getCollectionResult","url":"modules/sap_cloud_sdk_core#getCollectionResult","classes":"tsd-kind-function tsd-parent-kind-module","parent":"@sap-cloud-sdk/core"},{"id":2444,"kind":64,"name":"isCollectionResult","url":"modules/sap_cloud_sdk_core#isCollectionResult","classes":"tsd-kind-function tsd-parent-kind-module","parent":"@sap-cloud-sdk/core"},{"id":2445,"kind":64,"name":"getLinkedCollectionResult","url":"modules/sap_cloud_sdk_core#getLinkedCollectionResult","classes":"tsd-kind-function tsd-parent-kind-module","parent":"@sap-cloud-sdk/core"},{"id":2446,"kind":64,"name":"getSingleResult","url":"modules/sap_cloud_sdk_core#getSingleResult","classes":"tsd-kind-function tsd-parent-kind-module","parent":"@sap-cloud-sdk/core"},{"id":2447,"kind":32,"name":"responseDataAccessor","url":"modules/sap_cloud_sdk_core#responseDataAccessor","classes":"tsd-kind-variable tsd-parent-kind-module","parent":"@sap-cloud-sdk/core"},{"id":2448,"kind":16777216,"name":"responseDataAccessorV4","url":"modules/sap_cloud_sdk_core#responseDataAccessorV4","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"@sap-cloud-sdk/core"},{"id":2449,"kind":128,"name":"CustomFieldV4","url":"classes/sap_cloud_sdk_core.CustomFieldV4","classes":"tsd-kind-class tsd-parent-kind-module tsd-has-type-parameter","parent":"@sap-cloud-sdk/core"},{"id":2450,"kind":512,"name":"constructor","url":"classes/sap_cloud_sdk_core.CustomFieldV4#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited","parent":"@sap-cloud-sdk/core.CustomFieldV4"},{"id":2451,"kind":2048,"name":"edmDate","url":"classes/sap_cloud_sdk_core.CustomFieldV4#edmDate","classes":"tsd-kind-method tsd-parent-kind-class","parent":"@sap-cloud-sdk/core.CustomFieldV4"},{"id":2452,"kind":2048,"name":"edmDuration","url":"classes/sap_cloud_sdk_core.CustomFieldV4#edmDuration","classes":"tsd-kind-method tsd-parent-kind-class","parent":"@sap-cloud-sdk/core.CustomFieldV4"},{"id":2453,"kind":2048,"name":"edmTimeOfDay","url":"classes/sap_cloud_sdk_core.CustomFieldV4#edmTimeOfDay","classes":"tsd-kind-method tsd-parent-kind-class","parent":"@sap-cloud-sdk/core.CustomFieldV4"},{"id":2454,"kind":1024,"name":"fieldBuilder","url":"classes/sap_cloud_sdk_core.CustomFieldV4#fieldBuilder","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"@sap-cloud-sdk/core.CustomFieldV4"},{"id":2455,"kind":2048,"name":"edmString","url":"classes/sap_cloud_sdk_core.CustomFieldV4#edmString","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.CustomFieldV4"},{"id":2456,"kind":2048,"name":"edmBoolean","url":"classes/sap_cloud_sdk_core.CustomFieldV4#edmBoolean","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.CustomFieldV4"},{"id":2457,"kind":2048,"name":"edmGuid","url":"classes/sap_cloud_sdk_core.CustomFieldV4#edmGuid","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.CustomFieldV4"},{"id":2458,"kind":2048,"name":"edmDecimal","url":"classes/sap_cloud_sdk_core.CustomFieldV4#edmDecimal","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.CustomFieldV4"},{"id":2459,"kind":2048,"name":"edmInt16","url":"classes/sap_cloud_sdk_core.CustomFieldV4#edmInt16","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.CustomFieldV4"},{"id":2460,"kind":2048,"name":"edmInt32","url":"classes/sap_cloud_sdk_core.CustomFieldV4#edmInt32","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.CustomFieldV4"},{"id":2461,"kind":2048,"name":"edmInt64","url":"classes/sap_cloud_sdk_core.CustomFieldV4#edmInt64","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.CustomFieldV4"},{"id":2462,"kind":2048,"name":"edmSingle","url":"classes/sap_cloud_sdk_core.CustomFieldV4#edmSingle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.CustomFieldV4"},{"id":2463,"kind":2048,"name":"edmDouble","url":"classes/sap_cloud_sdk_core.CustomFieldV4#edmDouble","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.CustomFieldV4"},{"id":2464,"kind":2048,"name":"edmByte","url":"classes/sap_cloud_sdk_core.CustomFieldV4#edmByte","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.CustomFieldV4"},{"id":2465,"kind":2048,"name":"edmSByte","url":"classes/sap_cloud_sdk_core.CustomFieldV4#edmSByte","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.CustomFieldV4"},{"id":2466,"kind":2048,"name":"edmDateTimeOffset","url":"classes/sap_cloud_sdk_core.CustomFieldV4#edmDateTimeOffset","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.CustomFieldV4"},{"id":2467,"kind":2048,"name":"edmBinary","url":"classes/sap_cloud_sdk_core.CustomFieldV4#edmBinary","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.CustomFieldV4"},{"id":2468,"kind":1024,"name":"_fieldName","url":"classes/sap_cloud_sdk_core.CustomFieldV4#_fieldName","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.CustomFieldV4"},{"id":2469,"kind":1024,"name":"_entityConstructor","url":"classes/sap_cloud_sdk_core.CustomFieldV4#_entityConstructor","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.CustomFieldV4"},{"id":2470,"kind":1024,"name":"_entity","url":"classes/sap_cloud_sdk_core.CustomFieldV4#_entity","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.CustomFieldV4"},{"id":2471,"kind":1024,"name":"_fieldOptions","url":"classes/sap_cloud_sdk_core.CustomFieldV4#_fieldOptions","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.CustomFieldV4"},{"id":2472,"kind":2048,"name":"fieldPath","url":"classes/sap_cloud_sdk_core.CustomFieldV4#fieldPath","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@sap-cloud-sdk/core.CustomFieldV4"},{"id":2473,"kind":64,"name":"getExpandV4","url":"modules/sap_cloud_sdk_core#getExpandV4","classes":"tsd-kind-function tsd-parent-kind-module tsd-has-type-parameter","parent":"@sap-cloud-sdk/core"},{"id":2474,"kind":64,"name":"getSelectV4","url":"modules/sap_cloud_sdk_core#getSelectV4","classes":"tsd-kind-function tsd-parent-kind-module tsd-has-type-parameter","parent":"@sap-cloud-sdk/core"},{"id":2475,"kind":32,"name":"oDataUriV4","url":"modules/sap_cloud_sdk_core#oDataUriV4","classes":"tsd-kind-variable tsd-parent-kind-module","parent":"@sap-cloud-sdk/core"},{"id":2476,"kind":64,"name":"extractODataEtagV4","url":"modules/sap_cloud_sdk_core#extractODataEtagV4","classes":"tsd-kind-function tsd-parent-kind-module","parent":"@sap-cloud-sdk/core"},{"id":2477,"kind":64,"name":"any","url":"modules/sap_cloud_sdk_core#any","classes":"tsd-kind-function tsd-parent-kind-module tsd-has-type-parameter","parent":"@sap-cloud-sdk/core"},{"id":2478,"kind":64,"name":"all","url":"modules/sap_cloud_sdk_core#all","classes":"tsd-kind-function tsd-parent-kind-module tsd-has-type-parameter","parent":"@sap-cloud-sdk/core"},{"id":2479,"kind":64,"name":"contains","url":"modules/sap_cloud_sdk_core#contains-1","classes":"tsd-kind-function tsd-parent-kind-module tsd-has-type-parameter","parent":"@sap-cloud-sdk/core"},{"id":2480,"kind":64,"name":"matchesPattern","url":"modules/sap_cloud_sdk_core#matchesPattern-1","classes":"tsd-kind-function tsd-parent-kind-module tsd-has-type-parameter","parent":"@sap-cloud-sdk/core"},{"id":2481,"kind":64,"name":"fractionalSeconds","url":"modules/sap_cloud_sdk_core#fractionalSeconds-1","classes":"tsd-kind-function tsd-parent-kind-module tsd-has-type-parameter","parent":"@sap-cloud-sdk/core"},{"id":2482,"kind":64,"name":"totalOffsetMinutes","url":"modules/sap_cloud_sdk_core#totalOffsetMinutes-1","classes":"tsd-kind-function tsd-parent-kind-module tsd-has-type-parameter","parent":"@sap-cloud-sdk/core"},{"id":2483,"kind":64,"name":"maxDateTime","url":"modules/sap_cloud_sdk_core#maxDateTime-1","classes":"tsd-kind-function tsd-parent-kind-module tsd-has-type-parameter","parent":"@sap-cloud-sdk/core"},{"id":2484,"kind":64,"name":"minDateTime","url":"modules/sap_cloud_sdk_core#minDateTime-1","classes":"tsd-kind-function tsd-parent-kind-module tsd-has-type-parameter","parent":"@sap-cloud-sdk/core"},{"id":2485,"kind":64,"name":"now","url":"modules/sap_cloud_sdk_core#now-1","classes":"tsd-kind-function tsd-parent-kind-module tsd-has-type-parameter","parent":"@sap-cloud-sdk/core"},{"id":2486,"kind":64,"name":"hasSubset","url":"modules/sap_cloud_sdk_core#hasSubset-1","classes":"tsd-kind-function tsd-parent-kind-module tsd-has-type-parameter","parent":"@sap-cloud-sdk/core"},{"id":2487,"kind":64,"name":"hasSubsequence","url":"modules/sap_cloud_sdk_core#hasSubsequence-1","classes":"tsd-kind-function tsd-parent-kind-module tsd-has-type-parameter","parent":"@sap-cloud-sdk/core"},{"id":2488,"kind":32,"name":"filterFunctionsV4","url":"modules/sap_cloud_sdk_core#filterFunctionsV4","classes":"tsd-kind-variable tsd-parent-kind-module","parent":"@sap-cloud-sdk/core"},{"id":2489,"kind":65536,"name":"__type","url":"modules/sap_cloud_sdk_core#filterFunctionsV4.__type-9","classes":"tsd-kind-type-literal tsd-parent-kind-variable","parent":"@sap-cloud-sdk/core.filterFunctionsV4"},{"id":2490,"kind":1024,"name":"contains","url":"modules/sap_cloud_sdk_core#filterFunctionsV4.__type-9.contains","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"@sap-cloud-sdk/core.filterFunctionsV4.__type"},{"id":2491,"kind":1024,"name":"matchesPattern","url":"modules/sap_cloud_sdk_core#filterFunctionsV4.__type-9.matchesPattern","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"@sap-cloud-sdk/core.filterFunctionsV4.__type"},{"id":2492,"kind":1024,"name":"fractionalSeconds","url":"modules/sap_cloud_sdk_core#filterFunctionsV4.__type-9.fractionalSeconds","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"@sap-cloud-sdk/core.filterFunctionsV4.__type"},{"id":2493,"kind":1024,"name":"totalOffsetMinutes","url":"modules/sap_cloud_sdk_core#filterFunctionsV4.__type-9.totalOffsetMinutes","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"@sap-cloud-sdk/core.filterFunctionsV4.__type"},{"id":2494,"kind":1024,"name":"maxDateTime","url":"modules/sap_cloud_sdk_core#filterFunctionsV4.__type-9.maxDateTime","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"@sap-cloud-sdk/core.filterFunctionsV4.__type"},{"id":2495,"kind":1024,"name":"minDateTime","url":"modules/sap_cloud_sdk_core#filterFunctionsV4.__type-9.minDateTime","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"@sap-cloud-sdk/core.filterFunctionsV4.__type"},{"id":2496,"kind":1024,"name":"now","url":"modules/sap_cloud_sdk_core#filterFunctionsV4.__type-9.now","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"@sap-cloud-sdk/core.filterFunctionsV4.__type"},{"id":2497,"kind":1024,"name":"hasSubset","url":"modules/sap_cloud_sdk_core#filterFunctionsV4.__type-9.hasSubset","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"@sap-cloud-sdk/core.filterFunctionsV4.__type"},{"id":2498,"kind":1024,"name":"hasSubsequence","url":"modules/sap_cloud_sdk_core#filterFunctionsV4.__type-9.hasSubsequence","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"@sap-cloud-sdk/core.filterFunctionsV4.__type"},{"id":2499,"kind":1024,"name":"endsWith","url":"modules/sap_cloud_sdk_core#filterFunctionsV4.__type-9.endsWith-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"@sap-cloud-sdk/core.filterFunctionsV4.__type"},{"id":2500,"kind":1024,"name":"startsWith","url":"modules/sap_cloud_sdk_core#filterFunctionsV4.__type-9.startsWith-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"@sap-cloud-sdk/core.filterFunctionsV4.__type"},{"id":2501,"kind":1024,"name":"length","url":"modules/sap_cloud_sdk_core#filterFunctionsV4.__type-9.length-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"@sap-cloud-sdk/core.filterFunctionsV4.__type"},{"id":2502,"kind":1024,"name":"indexOf","url":"modules/sap_cloud_sdk_core#filterFunctionsV4.__type-9.indexOf-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"@sap-cloud-sdk/core.filterFunctionsV4.__type"},{"id":2503,"kind":1024,"name":"substring","url":"modules/sap_cloud_sdk_core#filterFunctionsV4.__type-9.substring-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"@sap-cloud-sdk/core.filterFunctionsV4.__type"},{"id":2504,"kind":1024,"name":"toLower","url":"modules/sap_cloud_sdk_core#filterFunctionsV4.__type-9.toLower-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"@sap-cloud-sdk/core.filterFunctionsV4.__type"},{"id":2505,"kind":1024,"name":"toUpper","url":"modules/sap_cloud_sdk_core#filterFunctionsV4.__type-9.toUpper-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"@sap-cloud-sdk/core.filterFunctionsV4.__type"},{"id":2506,"kind":1024,"name":"trim","url":"modules/sap_cloud_sdk_core#filterFunctionsV4.__type-9.trim-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"@sap-cloud-sdk/core.filterFunctionsV4.__type"},{"id":2507,"kind":1024,"name":"concat","url":"modules/sap_cloud_sdk_core#filterFunctionsV4.__type-9.concat-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"@sap-cloud-sdk/core.filterFunctionsV4.__type"},{"id":2508,"kind":1024,"name":"round","url":"modules/sap_cloud_sdk_core#filterFunctionsV4.__type-9.round-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"@sap-cloud-sdk/core.filterFunctionsV4.__type"},{"id":2509,"kind":1024,"name":"floor","url":"modules/sap_cloud_sdk_core#filterFunctionsV4.__type-9.floor-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"@sap-cloud-sdk/core.filterFunctionsV4.__type"},{"id":2510,"kind":1024,"name":"ceiling","url":"modules/sap_cloud_sdk_core#filterFunctionsV4.__type-9.ceiling-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"@sap-cloud-sdk/core.filterFunctionsV4.__type"},{"id":2511,"kind":1024,"name":"day","url":"modules/sap_cloud_sdk_core#filterFunctionsV4.__type-9.day-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"@sap-cloud-sdk/core.filterFunctionsV4.__type"},{"id":2512,"kind":1024,"name":"hour","url":"modules/sap_cloud_sdk_core#filterFunctionsV4.__type-9.hour-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"@sap-cloud-sdk/core.filterFunctionsV4.__type"},{"id":2513,"kind":1024,"name":"minute","url":"modules/sap_cloud_sdk_core#filterFunctionsV4.__type-9.minute-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"@sap-cloud-sdk/core.filterFunctionsV4.__type"},{"id":2514,"kind":1024,"name":"month","url":"modules/sap_cloud_sdk_core#filterFunctionsV4.__type-9.month-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"@sap-cloud-sdk/core.filterFunctionsV4.__type"},{"id":2515,"kind":1024,"name":"second","url":"modules/sap_cloud_sdk_core#filterFunctionsV4.__type-9.second-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"@sap-cloud-sdk/core.filterFunctionsV4.__type"},{"id":2516,"kind":1024,"name":"year","url":"modules/sap_cloud_sdk_core#filterFunctionsV4.__type-9.year-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"@sap-cloud-sdk/core.filterFunctionsV4.__type"},{"id":2517,"kind":1024,"name":"isOf","url":"modules/sap_cloud_sdk_core#filterFunctionsV4.__type-9.isOf-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"@sap-cloud-sdk/core.filterFunctionsV4.__type"},{"id":2518,"kind":64,"name":"filterFunctionV4","url":"modules/sap_cloud_sdk_core#filterFunctionV4","classes":"tsd-kind-function tsd-parent-kind-module tsd-has-type-parameter","parent":"@sap-cloud-sdk/core"},{"id":2519,"kind":4194304,"name":"FilterFunctionReturnTypeV4","url":"modules/sap_cloud_sdk_core#FilterFunctionReturnTypeV4","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"@sap-cloud-sdk/core"},{"id":2520,"kind":128,"name":"OpenApiRequestBuilder","url":"classes/sap_cloud_sdk_core.OpenApiRequestBuilder","classes":"tsd-kind-class tsd-parent-kind-module tsd-has-type-parameter","parent":"@sap-cloud-sdk/core"},{"id":2521,"kind":512,"name":"constructor","url":"classes/sap_cloud_sdk_core.OpenApiRequestBuilder#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-has-type-parameter","parent":"@sap-cloud-sdk/core.OpenApiRequestBuilder"},{"id":2522,"kind":1024,"name":"method","url":"classes/sap_cloud_sdk_core.OpenApiRequestBuilder#method","classes":"tsd-kind-property tsd-parent-kind-class","parent":"@sap-cloud-sdk/core.OpenApiRequestBuilder"},{"id":2523,"kind":2048,"name":"addCustomHeaders","url":"classes/sap_cloud_sdk_core.OpenApiRequestBuilder#addCustomHeaders","classes":"tsd-kind-method tsd-parent-kind-class","parent":"@sap-cloud-sdk/core.OpenApiRequestBuilder"},{"id":2524,"kind":2048,"name":"addCustomRequestConfiguration","url":"classes/sap_cloud_sdk_core.OpenApiRequestBuilder#addCustomRequestConfiguration","classes":"tsd-kind-method tsd-parent-kind-class","parent":"@sap-cloud-sdk/core.OpenApiRequestBuilder"},{"id":2525,"kind":2048,"name":"skipCsrfTokenFetching","url":"classes/sap_cloud_sdk_core.OpenApiRequestBuilder#skipCsrfTokenFetching","classes":"tsd-kind-method tsd-parent-kind-class","parent":"@sap-cloud-sdk/core.OpenApiRequestBuilder"},{"id":2526,"kind":2048,"name":"executeRaw","url":"classes/sap_cloud_sdk_core.OpenApiRequestBuilder#executeRaw","classes":"tsd-kind-method tsd-parent-kind-class","parent":"@sap-cloud-sdk/core.OpenApiRequestBuilder"},{"id":2527,"kind":2048,"name":"execute","url":"classes/sap_cloud_sdk_core.OpenApiRequestBuilder#execute","classes":"tsd-kind-method tsd-parent-kind-class","parent":"@sap-cloud-sdk/core.OpenApiRequestBuilder"},{"id":2528,"kind":64,"name":"generate","url":"modules/sap_cloud_sdk_generator#generate","classes":"tsd-kind-function tsd-parent-kind-module","parent":"@sap-cloud-sdk/generator"},{"id":2529,"kind":64,"name":"transpileDirectories","url":"modules/sap_cloud_sdk_generator#transpileDirectories","classes":"tsd-kind-function tsd-parent-kind-module","parent":"@sap-cloud-sdk/generator"},{"id":2530,"kind":64,"name":"generateProject","url":"modules/sap_cloud_sdk_generator#generateProject","classes":"tsd-kind-function tsd-parent-kind-module","parent":"@sap-cloud-sdk/generator"},{"id":2531,"kind":64,"name":"generateSourcesForService","url":"modules/sap_cloud_sdk_generator#generateSourcesForService","classes":"tsd-kind-function tsd-parent-kind-module","parent":"@sap-cloud-sdk/generator"},{"id":2532,"kind":32,"name":"defaultValueProcessesJsGeneration","url":"modules/sap_cloud_sdk_generator#defaultValueProcessesJsGeneration","classes":"tsd-kind-variable tsd-parent-kind-module","parent":"@sap-cloud-sdk/generator"},{"id":2533,"kind":64,"name":"generate","url":"modules/sap_cloud_sdk_openapi_generator#generate","classes":"tsd-kind-function tsd-parent-kind-module","parent":"@sap-cloud-sdk/openapi-generator"},{"id":2534,"kind":256,"name":"GeneratorOptions","url":"interfaces/sap_cloud_sdk_openapi_generator.GeneratorOptions","classes":"tsd-kind-interface tsd-parent-kind-module","parent":"@sap-cloud-sdk/openapi-generator"},{"id":2535,"kind":1024,"name":"input","url":"interfaces/sap_cloud_sdk_openapi_generator.GeneratorOptions#input","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"@sap-cloud-sdk/openapi-generator.GeneratorOptions"},{"id":2536,"kind":1024,"name":"outputDir","url":"interfaces/sap_cloud_sdk_openapi_generator.GeneratorOptions#outputDir","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"@sap-cloud-sdk/openapi-generator.GeneratorOptions"},{"id":2537,"kind":1024,"name":"transpile","url":"interfaces/sap_cloud_sdk_openapi_generator.GeneratorOptions#transpile","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"@sap-cloud-sdk/openapi-generator.GeneratorOptions"},{"id":2538,"kind":1024,"name":"include","url":"interfaces/sap_cloud_sdk_openapi_generator.GeneratorOptions#include","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"@sap-cloud-sdk/openapi-generator.GeneratorOptions"},{"id":2539,"kind":1024,"name":"clearOutputDir","url":"interfaces/sap_cloud_sdk_openapi_generator.GeneratorOptions#clearOutputDir","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"@sap-cloud-sdk/openapi-generator.GeneratorOptions"},{"id":2540,"kind":1024,"name":"skipValidation","url":"interfaces/sap_cloud_sdk_openapi_generator.GeneratorOptions#skipValidation","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"@sap-cloud-sdk/openapi-generator.GeneratorOptions"},{"id":2541,"kind":1024,"name":"tsConfig","url":"interfaces/sap_cloud_sdk_openapi_generator.GeneratorOptions#tsConfig","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"@sap-cloud-sdk/openapi-generator.GeneratorOptions"},{"id":2542,"kind":1024,"name":"packageJson","url":"interfaces/sap_cloud_sdk_openapi_generator.GeneratorOptions#packageJson","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"@sap-cloud-sdk/openapi-generator.GeneratorOptions"},{"id":2543,"kind":1024,"name":"optionsPerService","url":"interfaces/sap_cloud_sdk_openapi_generator.GeneratorOptions#optionsPerService","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"@sap-cloud-sdk/openapi-generator.GeneratorOptions"},{"id":2544,"kind":1024,"name":"packageVersion","url":"interfaces/sap_cloud_sdk_openapi_generator.GeneratorOptions#packageVersion","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"@sap-cloud-sdk/openapi-generator.GeneratorOptions"},{"id":2545,"kind":1024,"name":"readme","url":"interfaces/sap_cloud_sdk_openapi_generator.GeneratorOptions#readme","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"@sap-cloud-sdk/openapi-generator.GeneratorOptions"},{"id":2546,"kind":1024,"name":"metadata","url":"interfaces/sap_cloud_sdk_openapi_generator.GeneratorOptions#metadata","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"@sap-cloud-sdk/openapi-generator.GeneratorOptions"},{"id":2547,"kind":1024,"name":"verbose","url":"interfaces/sap_cloud_sdk_openapi_generator.GeneratorOptions#verbose","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"@sap-cloud-sdk/openapi-generator.GeneratorOptions"},{"id":2548,"kind":1024,"name":"overwrite","url":"interfaces/sap_cloud_sdk_openapi_generator.GeneratorOptions#overwrite","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"@sap-cloud-sdk/openapi-generator.GeneratorOptions"},{"id":2549,"kind":1024,"name":"config","url":"interfaces/sap_cloud_sdk_openapi_generator.GeneratorOptions#config","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"@sap-cloud-sdk/openapi-generator.GeneratorOptions"},{"id":2550,"kind":64,"name":"getTestDestinationByAlias","url":"modules/sap_cloud_sdk_test_util#getTestDestinationByAlias","classes":"tsd-kind-function tsd-parent-kind-module","parent":"@sap-cloud-sdk/test-util"},{"id":2551,"kind":64,"name":"getTestDestinations","url":"modules/sap_cloud_sdk_test_util#getTestDestinations","classes":"tsd-kind-function tsd-parent-kind-module","parent":"@sap-cloud-sdk/test-util"},{"id":2552,"kind":256,"name":"GetTestDestinationOptions","url":"interfaces/sap_cloud_sdk_test_util.GetTestDestinationOptions","classes":"tsd-kind-interface tsd-parent-kind-module","parent":"@sap-cloud-sdk/test-util"},{"id":2553,"kind":1024,"name":"systemsFilePath","url":"interfaces/sap_cloud_sdk_test_util.GetTestDestinationOptions#systemsFilePath","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"@sap-cloud-sdk/test-util.GetTestDestinationOptions"},{"id":2554,"kind":1024,"name":"credentialsFilePath","url":"interfaces/sap_cloud_sdk_test_util.GetTestDestinationOptions#credentialsFilePath","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"@sap-cloud-sdk/test-util.GetTestDestinationOptions"},{"id":2555,"kind":64,"name":"mockTestDestination","url":"modules/sap_cloud_sdk_test_util#mockTestDestination","classes":"tsd-kind-function tsd-parent-kind-module","parent":"@sap-cloud-sdk/test-util"},{"id":2556,"kind":64,"name":"setTestDestination","url":"modules/sap_cloud_sdk_test_util#setTestDestination","classes":"tsd-kind-function tsd-parent-kind-module","parent":"@sap-cloud-sdk/test-util"},{"id":2557,"kind":64,"name":"unmockTestDestination","url":"modules/sap_cloud_sdk_test_util#unmockTestDestination","classes":"tsd-kind-function tsd-parent-kind-module","parent":"@sap-cloud-sdk/test-util"},{"id":2558,"kind":64,"name":"mockAllTestDestinations","url":"modules/sap_cloud_sdk_test_util#mockAllTestDestinations","classes":"tsd-kind-function tsd-parent-kind-module","parent":"@sap-cloud-sdk/test-util"},{"id":2559,"kind":64,"name":"unmockAllTestDestinations","url":"modules/sap_cloud_sdk_test_util#unmockAllTestDestinations","classes":"tsd-kind-function tsd-parent-kind-module","parent":"@sap-cloud-sdk/test-util"}],"index":{"version":"2.3.9","fields":["name","parent"],"fieldVectors":[["name/0",[0,0.003,1,0.001,2,19.622]],["parent/0",[]],["name/1",[0,0.003,1,0.001,3,38.306]],["parent/1",[]],["name/2",[0,0.003,1,0.001,4,9.281]],["parent/2",[]],["name/3",[0,0.003,1,0.001,5,33.026]],["parent/3",[]],["name/4",[0,0.003,1,0.001,6,22.251,7,29.765]],["parent/4",[]],["name/5",[0,0.003,1,0.001,8,24.396,9,25.258]],["parent/5",[]],["name/6",[10,74.64]],["parent/6",[0,0.001,1,0,2,3.553]],["name/7",[11,74.64]],["parent/7",[0,0.001,1,0,2,3.553]],["name/8",[12,74.64]],["parent/8",[0,0.001,1,0,2,3.553]],["name/9",[13,74.64]],["parent/9",[0,0.001,1,0,2,3.553]],["name/10",[14,74.64]],["parent/10",[0,0.001,1,0,2,3.553]],["name/11",[15,74.64]],["parent/11",[0,0.001,1,0,2,3.553]],["name/12",[16,74.64]],["parent/12",[0,0.001,1,0,2,3.553]],["name/13",[17,74.64]],["parent/13",[0,0.001,1,0,2,3.553]],["name/14",[18,74.64]],["parent/14",[0,0.001,1,0,2,3.553]],["name/15",[19,74.64]],["parent/15",[0,0.001,1,0,2,3.553]],["name/16",[20,69.517]],["parent/16",[0,0.001,1,0,2,3.553]],["name/17",[21,74.64]],["parent/17",[0,0.001,1,0,2,3.553]],["name/18",[22,74.64]],["parent/18",[0,0.001,1,0,2,3.553]],["name/19",[23,74.64]],["parent/19",[0,0.001,1,0,2,3.553]],["name/20",[24,74.64]],["parent/20",[0,0.001,1,0,2,3.553]],["name/21",[25,74.64]],["parent/21",[0,0.001,1,0,2,3.553]],["name/22",[26,74.64]],["parent/22",[0,0.001,1,0,2,3.553]],["name/23",[27,69.517]],["parent/23",[0,0.001,1,0,2,3.553]],["name/24",[28,74.64]],["parent/24",[0,0.001,1,0,2,3.553]],["name/25",[27,69.517]],["parent/25",[0,0.001,1,0,2,3.553]],["name/26",[29,45.841]],["parent/26",[0,0.001,1,0,30,6.347]],["name/27",[31,32.178]],["parent/27",[0,0.001,1,0,30,6.347]],["name/28",[32,74.64]],["parent/28",[0,0.001,1,0,30,6.347]],["name/29",[33,74.64]],["parent/29",[0,0.001,1,0,30,6.347]],["name/30",[34,74.64]],["parent/30",[0,0.001,1,0,2,3.553]],["name/31",[35,74.64]],["parent/31",[0,0.001,1,0,2,3.553]],["name/32",[36,74.64]],["parent/32",[0,0.001,1,0,2,3.553]],["name/33",[37,74.64]],["parent/33",[0,0.001,1,0,2,3.553]],["name/34",[38,74.64]],["parent/34",[0,0.001,1,0,2,3.553]],["name/35",[39,74.64]],["parent/35",[0,0.001,1,0,2,3.553]],["name/36",[40,74.64]],["parent/36",[0,0.001,1,0,2,3.553]],["name/37",[41,74.64]],["parent/37",[0,0.001,1,0,2,3.553]],["name/38",[42,74.64]],["parent/38",[0,0.001,1,0,2,3.553]],["name/39",[43,74.64]],["parent/39",[0,0.001,1,0,2,3.553]],["name/40",[44,74.64]],["parent/40",[0,0.001,1,0,2,3.553]],["name/41",[45,74.64]],["parent/41",[0,0.001,1,0,2,3.553]],["name/42",[46,74.64]],["parent/42",[0,0.001,1,0,2,3.553]],["name/43",[47,74.64]],["parent/43",[0,0.001,1,0,2,3.553]],["name/44",[48,74.64]],["parent/44",[0,0.001,1,0,49,6.935]],["name/45",[50,74.64]],["parent/45",[0,0.001,1,0,49,6.935]],["name/46",[51,74.64]],["parent/46",[0,0.001,1,0,2,3.553]],["name/47",[52,74.64]],["parent/47",[0,0.001,1,0,53,7.446]],["name/48",[54,74.64]],["parent/48",[0,0.001,1,0,2,3.553]],["name/49",[55,74.64]],["parent/49",[0,0.001,1,0,2,3.553]],["name/50",[56,74.64]],["parent/50",[0,0.001,1,0,2,3.553]],["name/51",[57,74.64]],["parent/51",[0,0.001,1,0,2,3.553]],["name/52",[58,74.64]],["parent/52",[0,0.001,1,0,2,3.553]],["name/53",[59,74.64]],["parent/53",[0,0.001,1,0,2,3.553]],["name/54",[60,74.64]],["parent/54",[0,0.001,1,0,2,3.553]],["name/55",[61,74.64]],["parent/55",[0,0.001,1,0,2,3.553]],["name/56",[62,74.64]],["parent/56",[0,0.001,1,0,2,3.553]],["name/57",[63,74.64]],["parent/57",[0,0.001,1,0,2,3.553]],["name/58",[64,74.64]],["parent/58",[0,0.001,1,0,2,3.553]],["name/59",[65,74.64]],["parent/59",[0,0.001,1,0,2,3.553]],["name/60",[66,74.64]],["parent/60",[0,0.001,1,0,2,3.553]],["name/61",[67,74.64]],["parent/61",[0,0.001,1,0,2,3.553]],["name/62",[68,74.64]],["parent/62",[0,0.001,1,0,2,3.553]],["name/63",[69,74.64]],["parent/63",[0,0.001,1,0,2,3.553]],["name/64",[70,74.64]],["parent/64",[0,0.001,1,0,2,3.553]],["name/65",[71,74.64]],["parent/65",[0,0.001,1,0,2,3.553]],["name/66",[72,74.64]],["parent/66",[0,0.001,1,0,2,3.553]],["name/67",[73,74.64]],["parent/67",[0,0.001,1,0,2,3.553]],["name/68",[74,74.64]],["parent/68",[0,0.001,1,0,2,3.553]],["name/69",[75,74.64]],["parent/69",[0,0.001,1,0,2,3.553]],["name/70",[76,63.622]],["parent/70",[0,0.001,1,0,2,3.553]],["name/71",[77,74.64]],["parent/71",[0,0.001,1,0,2,3.553]],["name/72",[78,74.64]],["parent/72",[0,0.001,1,0,2,3.553]],["name/73",[79,74.64]],["parent/73",[0,0.001,1,0,2,3.553]],["name/74",[80,74.64]],["parent/74",[0,0.001,1,0,2,3.553]],["name/75",[81,74.64]],["parent/75",[0,0.001,1,0,2,3.553]],["name/76",[82,74.64]],["parent/76",[0,0.001,1,0,2,3.553]],["name/77",[83,74.64]],["parent/77",[0,0.001,1,0,2,3.553]],["name/78",[84,74.64]],["parent/78",[0,0.001,1,0,2,3.553]],["name/79",[85,74.64]],["parent/79",[0,0.001,1,0,2,3.553]],["name/80",[86,74.64]],["parent/80",[0,0.001,1,0,2,3.553]],["name/81",[87,74.64]],["parent/81",[0,0.001,1,0,2,3.553]],["name/82",[88,74.64]],["parent/82",[0,0.001,1,0,2,3.553]],["name/83",[89,74.64]],["parent/83",[0,0.001,1,0,2,3.553]],["name/84",[31,32.178]],["parent/84",[0,0.001,1,0,90,5.979]],["name/85",[91,74.64]],["parent/85",[0,0.001,1,0,90,5.979]],["name/86",[92,74.64]],["parent/86",[0,0.001,1,0,90,5.979]],["name/87",[93,74.64]],["parent/87",[0,0.001,1,0,90,5.979]],["name/88",[94,74.64]],["parent/88",[0,0.001,1,0,90,5.979]],["name/89",[95,74.64]],["parent/89",[0,0.001,1,0,90,5.979]],["name/90",[96,74.64]],["parent/90",[0,0.001,1,0,2,3.553]],["name/91",[97,74.64]],["parent/91",[0,0.001,1,0,3,6.935]],["name/92",[98,57.244]],["parent/92",[0,0.001,1,0,4,1.68]],["name/93",[99,69.517]],["parent/93",[0,0.001,1,0,4,1.68]],["name/94",[100,74.64]],["parent/94",[0,0.001,1,0,4,1.68]],["name/95",[31,32.178]],["parent/95",[0,0.001,1,0,101,4.612]],["name/96",[102,37.562]],["parent/96",[0,0.001,1,0,101,4.612]],["name/97",[103,38.427]],["parent/97",[0,0.001,1,0,101,4.612]],["name/98",[104,54.213]],["parent/98",[0,0.001,1,0,101,4.612]],["name/99",[105,66.143]],["parent/99",[0,0.001,1,0,101,4.612]],["name/100",[106,66.143]],["parent/100",[0,0.001,1,0,101,4.612]],["name/101",[107,61.61]],["parent/101",[0,0.001,1,0,101,4.612]],["name/102",[108,58.5]],["parent/102",[0,0.001,1,0,101,4.612]],["name/103",[109,59.935]],["parent/103",[0,0.001,1,0,101,4.612]],["name/104",[110,66.143]],["parent/104",[0,0.001,1,0,101,4.612]],["name/105",[111,46.628]],["parent/105",[0,0.001,1,0,101,4.612]],["name/106",[112,47.046]],["parent/106",[0,0.001,1,0,101,4.612]],["name/107",[113,46.628]],["parent/107",[0,0.001,1,0,101,4.612]],["name/108",[114,45.111]],["parent/108",[0,0.001,1,0,101,4.612]],["name/109",[115,46.227]],["parent/109",[0,0.001,1,0,101,4.612]],["name/110",[116,46.628]],["parent/110",[0,0.001,1,0,101,4.612]],["name/111",[117,41.343]],["parent/111",[0,0.001,1,0,101,4.612]],["name/112",[118,46.628]],["parent/112",[0,0.001,1,0,101,4.612]],["name/113",[119,41.587]],["parent/113",[0,0.001,1,0,101,4.612]],["name/114",[120,46.628]],["parent/114",[0,0.001,1,0,101,4.612]],["name/115",[121,46.628]],["parent/115",[0,0.001,1,0,101,4.612]],["name/116",[122,41.343]],["parent/116",[0,0.001,1,0,101,4.612]],["name/117",[123,41.587]],["parent/117",[0,0.001,1,0,101,4.612]],["name/118",[124,46.227]],["parent/118",[0,0.001,1,0,101,4.612]],["name/119",[125,46.628]],["parent/119",[0,0.001,1,0,101,4.612]],["name/120",[126,74.64]],["parent/120",[0,0.001,1,0,4,1.68]],["name/121",[31,32.178]],["parent/121",[0,0.001,1,0,127,4.737]],["name/122",[128,74.64]],["parent/122",[0,0.001,1,0,127,4.737]],["name/123",[129,74.64]],["parent/123",[0,0.001,1,0,127,4.737]],["name/124",[130,66.143]],["parent/124",[0,0.001,1,0,127,4.737]],["name/125",[131,69.517]],["parent/125",[0,0.001,1,0,127,4.737]],["name/126",[132,69.517]],["parent/126",[0,0.001,1,0,127,4.737]],["name/127",[133,69.517]],["parent/127",[0,0.001,1,0,127,4.737]],["name/128",[134,69.517]],["parent/128",[0,0.001,1,0,127,4.737]],["name/129",[135,69.517]],["parent/129",[0,0.001,1,0,127,4.737]],["name/130",[136,69.517]],["parent/130",[0,0.001,1,0,127,4.737]],["name/131",[137,69.517]],["parent/131",[0,0.001,1,0,127,4.737]],["name/132",[138,69.517]],["parent/132",[0,0.001,1,0,127,4.737]],["name/133",[139,69.517]],["parent/133",[0,0.001,1,0,127,4.737]],["name/134",[140,69.517]],["parent/134",[0,0.001,1,0,127,4.737]],["name/135",[141,69.517]],["parent/135",[0,0.001,1,0,127,4.737]],["name/136",[142,69.517]],["parent/136",[0,0.001,1,0,127,4.737]],["name/137",[143,69.517]],["parent/137",[0,0.001,1,0,127,4.737]],["name/138",[144,41.838]],["parent/138",[0,0.001,1,0,127,4.737]],["name/139",[102,37.562]],["parent/139",[0,0.001,1,0,127,4.737]],["name/140",[103,38.427]],["parent/140",[0,0.001,1,0,127,4.737]],["name/141",[145,43.49]],["parent/141",[0,0.001,1,0,127,4.737]],["name/142",[146,43.49]],["parent/142",[0,0.001,1,0,127,4.737]],["name/143",[147,74.64]],["parent/143",[0,0.001,1,0,4,1.68]],["name/144",[31,32.178]],["parent/144",[0,0.001,1,0,148,4.83]],["name/145",[149,56.129]],["parent/145",[0,0.001,1,0,148,4.83]],["name/146",[102,37.562]],["parent/146",[0,0.001,1,0,148,4.83]],["name/147",[103,38.427]],["parent/147",[0,0.001,1,0,148,4.83]],["name/148",[150,59.935]],["parent/148",[0,0.001,1,0,148,4.83]],["name/149",[111,46.628]],["parent/149",[0,0.001,1,0,148,4.83]],["name/150",[112,47.046]],["parent/150",[0,0.001,1,0,148,4.83]],["name/151",[113,46.628]],["parent/151",[0,0.001,1,0,148,4.83]],["name/152",[114,45.111]],["parent/152",[0,0.001,1,0,148,4.83]],["name/153",[115,46.227]],["parent/153",[0,0.001,1,0,148,4.83]],["name/154",[116,46.628]],["parent/154",[0,0.001,1,0,148,4.83]],["name/155",[117,41.343]],["parent/155",[0,0.001,1,0,148,4.83]],["name/156",[118,46.628]],["parent/156",[0,0.001,1,0,148,4.83]],["name/157",[119,41.587]],["parent/157",[0,0.001,1,0,148,4.83]],["name/158",[120,46.628]],["parent/158",[0,0.001,1,0,148,4.83]],["name/159",[121,46.628]],["parent/159",[0,0.001,1,0,148,4.83]],["name/160",[122,41.343]],["parent/160",[0,0.001,1,0,148,4.83]],["name/161",[123,41.587]],["parent/161",[0,0.001,1,0,148,4.83]],["name/162",[124,46.227]],["parent/162",[0,0.001,1,0,148,4.83]],["name/163",[125,46.628]],["parent/163",[0,0.001,1,0,148,4.83]],["name/164",[151,69.517]],["parent/164",[0,0.001,1,0,4,1.68]],["name/165",[152,69.517]],["parent/165",[0,0.001,1,0,4,1.68]],["name/166",[108,58.5]],["parent/166",[0,0.001,1,0,4,1.68]],["name/167",[153,69.517]],["parent/167",[0,0.001,1,0,154,4.5]],["name/168",[155,66.143]],["parent/168",[0,0.001,1,0,154,4.5]],["name/169",[156,66.143]],["parent/169",[0,0.001,1,0,154,4.5]],["name/170",[157,66.143]],["parent/170",[0,0.001,1,0,154,4.5]],["name/171",[158,66.143]],["parent/171",[0,0.001,1,0,154,4.5]],["name/172",[31,32.178]],["parent/172",[0,0.001,1,0,154,4.5]],["name/173",[159,66.143]],["parent/173",[0,0.001,1,0,154,4.5]],["name/174",[160,66.143]],["parent/174",[0,0.001,1,0,154,4.5]],["name/175",[29,45.841]],["parent/175",[0,0.001,1,0,154,4.5]],["name/176",[161,66.143]],["parent/176",[0,0.001,1,0,154,4.5]],["name/177",[162,66.143]],["parent/177",[0,0.001,1,0,154,4.5]],["name/178",[163,66.143]],["parent/178",[0,0.001,1,0,154,4.5]],["name/179",[164,66.143]],["parent/179",[0,0.001,1,0,154,4.5]],["name/180",[165,66.143]],["parent/180",[0,0.001,1,0,154,4.5]],["name/181",[166,66.143]],["parent/181",[0,0.001,1,0,154,4.5]],["name/182",[167,66.143]],["parent/182",[0,0.001,1,0,154,4.5]],["name/183",[168,66.143]],["parent/183",[0,0.001,1,0,154,4.5]],["name/184",[169,66.143]],["parent/184",[0,0.001,1,0,154,4.5]],["name/185",[149,56.129]],["parent/185",[0,0.001,1,0,154,4.5]],["name/186",[170,66.143]],["parent/186",[0,0.001,1,0,154,4.5]],["name/187",[171,66.143]],["parent/187",[0,0.001,1,0,154,4.5]],["name/188",[172,66.143]],["parent/188",[0,0.001,1,0,154,4.5]],["name/189",[173,66.143]],["parent/189",[0,0.001,1,0,154,4.5]],["name/190",[174,66.143]],["parent/190",[0,0.001,1,0,154,4.5]],["name/191",[175,66.143]],["parent/191",[0,0.001,1,0,154,4.5]],["name/192",[176,66.143]],["parent/192",[0,0.001,1,0,154,4.5]],["name/193",[177,66.143]],["parent/193",[0,0.001,1,0,154,4.5]],["name/194",[178,66.143]],["parent/194",[0,0.001,1,0,154,4.5]],["name/195",[179,42.63]],["parent/195",[0,0.001,1,0,4,1.68]],["name/196",[180,74.64]],["parent/196",[0,0.001,1,0,4,1.68]],["name/197",[181,61.61]],["parent/197",[0,0.001,1,0,4,1.68]],["name/198",[182,63.622]],["parent/198",[0,0.001,1,0,4,1.68]],["name/199",[183,74.64]],["parent/199",[0,0.001,1,0,4,1.68]],["name/200",[29,45.841]],["parent/200",[0,0.001,1,0,184,7.446]],["name/201",[185,69.517]],["parent/201",[0,0.001,1,0,186,4.782]],["name/202",[187,74.64]],["parent/202",[0,0.001,1,0,186,4.782]],["name/203",[188,66.143]],["parent/203",[0,0.001,1,0,186,4.782]],["name/204",[189,66.143]],["parent/204",[0,0.001,1,0,186,4.782]],["name/205",[190,66.143]],["parent/205",[0,0.001,1,0,186,4.782]],["name/206",[191,66.143]],["parent/206",[0,0.001,1,0,186,4.782]],["name/207",[192,66.143]],["parent/207",[0,0.001,1,0,186,4.782]],["name/208",[193,66.143]],["parent/208",[0,0.001,1,0,186,4.782]],["name/209",[194,66.143]],["parent/209",[0,0.001,1,0,186,4.782]],["name/210",[76,63.622]],["parent/210",[0,0.001,1,0,186,4.782]],["name/211",[195,66.143]],["parent/211",[0,0.001,1,0,186,4.782]],["name/212",[196,66.143]],["parent/212",[0,0.001,1,0,186,4.782]],["name/213",[197,66.143]],["parent/213",[0,0.001,1,0,186,4.782]],["name/214",[198,66.143]],["parent/214",[0,0.001,1,0,186,4.782]],["name/215",[199,66.143]],["parent/215",[0,0.001,1,0,186,4.782]],["name/216",[200,66.143]],["parent/216",[0,0.001,1,0,186,4.782]],["name/217",[201,66.143]],["parent/217",[0,0.001,1,0,186,4.782]],["name/218",[202,66.143]],["parent/218",[0,0.001,1,0,186,4.782]],["name/219",[203,66.143]],["parent/219",[0,0.001,1,0,186,4.782]],["name/220",[204,66.143]],["parent/220",[0,0.001,1,0,186,4.782]],["name/221",[205,66.143]],["parent/221",[0,0.001,1,0,186,4.782]],["name/222",[206,74.64]],["parent/222",[0,0.001,1,0,4,1.68]],["name/223",[31,32.178]],["parent/223",[0,0.001,1,0,207,4.933]],["name/224",[208,63.622]],["parent/224",[0,0.001,1,0,207,4.933]],["name/225",[29,45.841]],["parent/225",[0,0.001,1,0,207,4.933]],["name/226",[111,46.628]],["parent/226",[0,0.001,1,0,207,4.933]],["name/227",[112,47.046]],["parent/227",[0,0.001,1,0,207,4.933]],["name/228",[113,46.628]],["parent/228",[0,0.001,1,0,207,4.933]],["name/229",[114,45.111]],["parent/229",[0,0.001,1,0,207,4.933]],["name/230",[115,46.227]],["parent/230",[0,0.001,1,0,207,4.933]],["name/231",[116,46.628]],["parent/231",[0,0.001,1,0,207,4.933]],["name/232",[117,41.343]],["parent/232",[0,0.001,1,0,207,4.933]],["name/233",[118,46.628]],["parent/233",[0,0.001,1,0,207,4.933]],["name/234",[119,41.587]],["parent/234",[0,0.001,1,0,207,4.933]],["name/235",[120,46.628]],["parent/235",[0,0.001,1,0,207,4.933]],["name/236",[121,46.628]],["parent/236",[0,0.001,1,0,207,4.933]],["name/237",[122,41.343]],["parent/237",[0,0.001,1,0,207,4.933]],["name/238",[123,41.587]],["parent/238",[0,0.001,1,0,207,4.933]],["name/239",[124,46.227]],["parent/239",[0,0.001,1,0,207,4.933]],["name/240",[125,46.628]],["parent/240",[0,0.001,1,0,207,4.933]],["name/241",[209,74.64]],["parent/241",[0,0.001,1,0,4,1.68]],["name/242",[31,32.178]],["parent/242",[0,0.001,1,0,210,4.573]],["name/243",[211,58.5]],["parent/243",[0,0.001,1,0,210,4.573]],["name/244",[98,57.244]],["parent/244",[0,0.001,1,0,210,4.573]],["name/245",[212,59.935]],["parent/245",[0,0.001,1,0,210,4.573]],["name/246",[213,56.129]],["parent/246",[0,0.001,1,0,210,4.573]],["name/247",[214,57.244]],["parent/247",[0,0.001,1,0,210,4.573]],["name/248",[215,59.935]],["parent/248",[0,0.001,1,0,210,4.573]],["name/249",[216,59.935]],["parent/249",[0,0.001,1,0,210,4.573]],["name/250",[217,66.143]],["parent/250",[0,0.001,1,0,210,4.573]],["name/251",[111,46.628]],["parent/251",[0,0.001,1,0,210,4.573]],["name/252",[102,37.562]],["parent/252",[0,0.001,1,0,210,4.573]],["name/253",[103,38.427]],["parent/253",[0,0.001,1,0,210,4.573]],["name/254",[112,47.046]],["parent/254",[0,0.001,1,0,210,4.573]],["name/255",[113,46.628]],["parent/255",[0,0.001,1,0,210,4.573]],["name/256",[114,45.111]],["parent/256",[0,0.001,1,0,210,4.573]],["name/257",[115,46.227]],["parent/257",[0,0.001,1,0,210,4.573]],["name/258",[116,46.628]],["parent/258",[0,0.001,1,0,210,4.573]],["name/259",[117,41.343]],["parent/259",[0,0.001,1,0,210,4.573]],["name/260",[118,46.628]],["parent/260",[0,0.001,1,0,210,4.573]],["name/261",[119,41.587]],["parent/261",[0,0.001,1,0,210,4.573]],["name/262",[120,46.628]],["parent/262",[0,0.001,1,0,210,4.573]],["name/263",[121,46.628]],["parent/263",[0,0.001,1,0,210,4.573]],["name/264",[122,41.343]],["parent/264",[0,0.001,1,0,210,4.573]],["name/265",[123,41.587]],["parent/265",[0,0.001,1,0,210,4.573]],["name/266",[124,46.227]],["parent/266",[0,0.001,1,0,210,4.573]],["name/267",[125,46.628]],["parent/267",[0,0.001,1,0,210,4.573]],["name/268",[218,74.64]],["parent/268",[0,0.001,1,0,4,1.68]],["name/269",[31,32.178]],["parent/269",[0,0.001,1,0,219,4.782]],["name/270",[102,37.562]],["parent/270",[0,0.001,1,0,219,4.782]],["name/271",[103,38.427]],["parent/271",[0,0.001,1,0,219,4.782]],["name/272",[98,57.244]],["parent/272",[0,0.001,1,0,219,4.782]],["name/273",[212,59.935]],["parent/273",[0,0.001,1,0,219,4.782]],["name/274",[213,56.129]],["parent/274",[0,0.001,1,0,219,4.782]],["name/275",[111,46.628]],["parent/275",[0,0.001,1,0,219,4.782]],["name/276",[112,47.046]],["parent/276",[0,0.001,1,0,219,4.782]],["name/277",[113,46.628]],["parent/277",[0,0.001,1,0,219,4.782]],["name/278",[114,45.111]],["parent/278",[0,0.001,1,0,219,4.782]],["name/279",[115,46.227]],["parent/279",[0,0.001,1,0,219,4.782]],["name/280",[116,46.628]],["parent/280",[0,0.001,1,0,219,4.782]],["name/281",[117,41.343]],["parent/281",[0,0.001,1,0,219,4.782]],["name/282",[118,46.628]],["parent/282",[0,0.001,1,0,219,4.782]],["name/283",[119,41.587]],["parent/283",[0,0.001,1,0,219,4.782]],["name/284",[120,46.628]],["parent/284",[0,0.001,1,0,219,4.782]],["name/285",[121,46.628]],["parent/285",[0,0.001,1,0,219,4.782]],["name/286",[122,41.343]],["parent/286",[0,0.001,1,0,219,4.782]],["name/287",[123,41.587]],["parent/287",[0,0.001,1,0,219,4.782]],["name/288",[124,46.227]],["parent/288",[0,0.001,1,0,219,4.782]],["name/289",[125,46.628]],["parent/289",[0,0.001,1,0,219,4.782]],["name/290",[220,69.517]],["parent/290",[0,0.001,1,0,4,1.68]],["name/291",[221,69.517]],["parent/291",[0,0.001,1,0,4,1.68]],["name/292",[222,74.64]],["parent/292",[0,0.001,1,0,4,1.68]],["name/293",[31,32.178]],["parent/293",[0,0.001,1,0,223,6.347]],["name/294",[224,59.935]],["parent/294",[0,0.001,1,0,223,6.347]],["name/295",[225,61.61]],["parent/295",[0,0.001,1,0,223,6.347]],["name/296",[226,69.517]],["parent/296",[0,0.001,1,0,223,6.347]],["name/297",[227,74.64]],["parent/297",[0,0.001,1,0,4,1.68]],["name/298",[31,32.178]],["parent/298",[0,0.001,1,0,228,4.83]],["name/299",[111,46.628]],["parent/299",[0,0.001,1,0,228,4.83]],["name/300",[229,48.917]],["parent/300",[0,0.001,1,0,228,4.83]],["name/301",[224,59.935]],["parent/301",[0,0.001,1,0,228,4.83]],["name/302",[230,66.143]],["parent/302",[0,0.001,1,0,228,4.83]],["name/303",[231,61.61]],["parent/303",[0,0.001,1,0,228,4.83]],["name/304",[125,46.628]],["parent/304",[0,0.001,1,0,228,4.83]],["name/305",[112,47.046]],["parent/305",[0,0.001,1,0,228,4.83]],["name/306",[113,46.628]],["parent/306",[0,0.001,1,0,228,4.83]],["name/307",[114,45.111]],["parent/307",[0,0.001,1,0,228,4.83]],["name/308",[115,46.227]],["parent/308",[0,0.001,1,0,228,4.83]],["name/309",[116,46.628]],["parent/309",[0,0.001,1,0,228,4.83]],["name/310",[117,41.343]],["parent/310",[0,0.001,1,0,228,4.83]],["name/311",[118,46.628]],["parent/311",[0,0.001,1,0,228,4.83]],["name/312",[119,41.587]],["parent/312",[0,0.001,1,0,228,4.83]],["name/313",[120,46.628]],["parent/313",[0,0.001,1,0,228,4.83]],["name/314",[121,46.628]],["parent/314",[0,0.001,1,0,228,4.83]],["name/315",[122,41.343]],["parent/315",[0,0.001,1,0,228,4.83]],["name/316",[123,41.587]],["parent/316",[0,0.001,1,0,228,4.83]],["name/317",[124,46.227]],["parent/317",[0,0.001,1,0,228,4.83]],["name/318",[232,74.64]],["parent/318",[0,0.001,1,0,4,1.68]],["name/319",[31,32.178]],["parent/319",[0,0.001,1,0,233,4.737]],["name/320",[234,50.592]],["parent/320",[0,0.001,1,0,233,4.737]],["name/321",[235,50.002]],["parent/321",[0,0.001,1,0,233,4.737]],["name/322",[236,66.143]],["parent/322",[0,0.001,1,0,233,4.737]],["name/323",[237,57.244]],["parent/323",[0,0.001,1,0,233,4.737]],["name/324",[104,54.213]],["parent/324",[0,0.001,1,0,233,4.737]],["name/325",[238,48.917]],["parent/325",[0,0.001,1,0,233,4.737]],["name/326",[229,48.917]],["parent/326",[0,0.001,1,0,233,4.737]],["name/327",[239,50.002]],["parent/327",[0,0.001,1,0,233,4.737]],["name/328",[240,50.592]],["parent/328",[0,0.001,1,0,233,4.737]],["name/329",[241,50.002]],["parent/329",[0,0.001,1,0,233,4.737]],["name/330",[242,50.592]],["parent/330",[0,0.001,1,0,233,4.737]],["name/331",[243,50.002]],["parent/331",[0,0.001,1,0,233,4.737]],["name/332",[244,50.592]],["parent/332",[0,0.001,1,0,233,4.737]],["name/333",[245,50.592]],["parent/333",[0,0.001,1,0,233,4.737]],["name/334",[246,50.592]],["parent/334",[0,0.001,1,0,233,4.737]],["name/335",[247,50.002]],["parent/335",[0,0.001,1,0,233,4.737]],["name/336",[117,41.343]],["parent/336",[0,0.001,1,0,233,4.737]],["name/337",[119,41.587]],["parent/337",[0,0.001,1,0,233,4.737]],["name/338",[122,41.343]],["parent/338",[0,0.001,1,0,233,4.737]],["name/339",[123,41.587]],["parent/339",[0,0.001,1,0,233,4.737]],["name/340",[248,50.592]],["parent/340",[0,0.001,1,0,233,4.737]],["name/341",[104,54.213]],["parent/341",[0,0.001,1,0,4,1.68]],["name/342",[249,69.517]],["parent/342",[0,0.001,1,0,4,1.68]],["name/343",[250,69.517]],["parent/343",[0,0.001,1,0,4,1.68]],["name/344",[251,69.517]],["parent/344",[0,0.001,1,0,4,1.68]],["name/345",[252,74.64]],["parent/345",[0,0.001,1,0,4,1.68]],["name/346",[253,74.64]],["parent/346",[0,0.001,1,0,4,1.68]],["name/347",[254,74.64]],["parent/347",[0,0.001,1,0,4,1.68]],["name/348",[31,32.178]],["parent/348",[0,0.001,1,0,255,4.2]],["name/349",[102,37.562]],["parent/349",[0,0.001,1,0,255,4.2]],["name/350",[103,38.427]],["parent/350",[0,0.001,1,0,255,4.2]],["name/351",[111,46.628]],["parent/351",[0,0.001,1,0,255,4.2]],["name/352",[112,47.046]],["parent/352",[0,0.001,1,0,255,4.2]],["name/353",[104,54.213]],["parent/353",[0,0.001,1,0,255,4.2]],["name/354",[181,61.61]],["parent/354",[0,0.001,1,0,255,4.2]],["name/355",[182,63.622]],["parent/355",[0,0.001,1,0,255,4.2]],["name/356",[29,45.841]],["parent/356",[0,0.001,1,0,255,4.2]],["name/357",[256,66.143]],["parent/357",[0,0.001,1,0,255,4.2]],["name/358",[29,45.841]],["parent/358",[0,0.001,1,0,255,4.2]],["name/359",[108,58.5]],["parent/359",[0,0.001,1,0,255,4.2]],["name/360",[109,59.935]],["parent/360",[0,0.001,1,0,255,4.2]],["name/361",[257,66.143]],["parent/361",[0,0.001,1,0,255,4.2]],["name/362",[258,66.143]],["parent/362",[0,0.001,1,0,255,4.2]],["name/363",[259,66.143]],["parent/363",[0,0.001,1,0,255,4.2]],["name/364",[260,66.143]],["parent/364",[0,0.001,1,0,255,4.2]],["name/365",[261,66.143]],["parent/365",[0,0.001,1,0,255,4.2]],["name/366",[150,59.935]],["parent/366",[0,0.001,1,0,255,4.2]],["name/367",[262,66.143]],["parent/367",[0,0.001,1,0,255,4.2]],["name/368",[149,56.129]],["parent/368",[0,0.001,1,0,255,4.2]],["name/369",[263,66.143]],["parent/369",[0,0.001,1,0,255,4.2]],["name/370",[264,66.143]],["parent/370",[0,0.001,1,0,255,4.2]],["name/371",[265,66.143]],["parent/371",[0,0.001,1,0,255,4.2]],["name/372",[266,66.143]],["parent/372",[0,0.001,1,0,255,4.2]],["name/373",[113,46.628]],["parent/373",[0,0.001,1,0,255,4.2]],["name/374",[114,45.111]],["parent/374",[0,0.001,1,0,255,4.2]],["name/375",[115,46.227]],["parent/375",[0,0.001,1,0,255,4.2]],["name/376",[116,46.628]],["parent/376",[0,0.001,1,0,255,4.2]],["name/377",[117,41.343]],["parent/377",[0,0.001,1,0,255,4.2]],["name/378",[118,46.628]],["parent/378",[0,0.001,1,0,255,4.2]],["name/379",[119,41.587]],["parent/379",[0,0.001,1,0,255,4.2]],["name/380",[120,46.628]],["parent/380",[0,0.001,1,0,255,4.2]],["name/381",[121,46.628]],["parent/381",[0,0.001,1,0,255,4.2]],["name/382",[122,41.343]],["parent/382",[0,0.001,1,0,255,4.2]],["name/383",[123,41.587]],["parent/383",[0,0.001,1,0,255,4.2]],["name/384",[124,46.227]],["parent/384",[0,0.001,1,0,255,4.2]],["name/385",[125,46.628]],["parent/385",[0,0.001,1,0,255,4.2]],["name/386",[267,74.64]],["parent/386",[0,0.001,1,0,4,1.68]],["name/387",[268,69.517]],["parent/387",[0,0.001,1,0,4,1.68]],["name/388",[269,69.517]],["parent/388",[0,0.001,1,0,270,6.935]],["name/389",[271,57.244]],["parent/389",[0,0.001,1,0,270,6.935]],["name/390",[272,74.64]],["parent/390",[0,0.001,1,0,4,1.68]],["name/391",[273,74.64]],["parent/391",[0,0.001,1,0,4,1.68]],["name/392",[274,63.622]],["parent/392",[0,0.001,1,0,275,6.935]],["name/393",[276,63.622]],["parent/393",[0,0.001,1,0,275,6.935]],["name/394",[277,74.64]],["parent/394",[0,0.001,1,0,4,1.68]],["name/395",[278,66.143]],["parent/395",[0,0.001,1,0,4,1.68]],["name/396",[279,74.64]],["parent/396",[0,0.001,1,0,280,5.711]],["name/397",[269,69.517]],["parent/397",[0,0.001,1,0,280,5.711]],["name/398",[281,66.143]],["parent/398",[0,0.001,1,0,280,5.711]],["name/399",[282,74.64]],["parent/399",[0,0.001,1,0,280,5.711]],["name/400",[283,74.64]],["parent/400",[0,0.001,1,0,280,5.711]],["name/401",[284,61.61]],["parent/401",[0,0.001,1,0,280,5.711]],["name/402",[285,74.64]],["parent/402",[0,0.001,1,0,280,5.711]],["name/403",[286,69.517]],["parent/403",[0,0.001,1,0,280,5.711]],["name/404",[287,74.64]],["parent/404",[0,0.001,1,0,4,1.68]],["name/405",[288,63.622]],["parent/405",[0,0.001,1,0,289,5.836]],["name/406",[290,63.622]],["parent/406",[0,0.001,1,0,289,5.836]],["name/407",[291,63.622]],["parent/407",[0,0.001,1,0,289,5.836]],["name/408",[292,63.622]],["parent/408",[0,0.001,1,0,289,5.836]],["name/409",[284,61.61]],["parent/409",[0,0.001,1,0,289,5.836]],["name/410",[293,61.61]],["parent/410",[0,0.001,1,0,289,5.836]],["name/411",[294,63.622]],["parent/411",[0,0.001,1,0,289,5.836]],["name/412",[293,61.61]],["parent/412",[0,0.001,1,0,4,1.68]],["name/413",[271,57.244]],["parent/413",[0,0.001,1,0,295,7.446]],["name/414",[296,74.64]],["parent/414",[0,0.001,1,0,4,1.68]],["name/415",[297,74.64]],["parent/415",[0,0.001,1,0,4,1.68]],["name/416",[286,69.517]],["parent/416",[0,0.001,1,0,4,1.68]],["name/417",[298,74.64]],["parent/417",[0,0.001,1,0,4,1.68]],["name/418",[299,74.64]],["parent/418",[0,0.001,1,0,4,1.68]],["name/419",[300,74.64]],["parent/419",[0,0.001,1,0,4,1.68]],["name/420",[301,74.64]],["parent/420",[0,0.001,1,0,4,1.68]],["name/421",[302,74.64]],["parent/421",[0,0.001,1,0,4,1.68]],["name/422",[303,74.64]],["parent/422",[0,0.001,1,0,4,1.68]],["name/423",[304,74.64]],["parent/423",[0,0.001,1,0,4,1.68]],["name/424",[305,74.64]],["parent/424",[0,0.001,1,0,4,1.68]],["name/425",[306,74.64]],["parent/425",[0,0.001,1,0,4,1.68]],["name/426",[307,74.64]],["parent/426",[0,0.001,1,0,4,1.68]],["name/427",[308,74.64]],["parent/427",[0,0.001,1,0,4,1.68]],["name/428",[309,74.64]],["parent/428",[0,0.001,1,0,4,1.68]],["name/429",[310,74.64]],["parent/429",[0,0.001,1,0,311,7.446]],["name/430",[312,74.64]],["parent/430",[0,0.001,1,0,4,1.68]],["name/431",[313,74.64]],["parent/431",[0,0.001,1,0,4,1.68]],["name/432",[314,74.64]],["parent/432",[0,0.001,1,0,4,1.68]],["name/433",[315,61.61]],["parent/433",[0,0.001,1,0,316,5.836]],["name/434",[317,63.622]],["parent/434",[0,0.001,1,0,316,5.836]],["name/435",[318,63.622]],["parent/435",[0,0.001,1,0,316,5.836]],["name/436",[319,63.622]],["parent/436",[0,0.001,1,0,316,5.836]],["name/437",[320,63.622]],["parent/437",[0,0.001,1,0,316,5.836]],["name/438",[321,63.622]],["parent/438",[0,0.001,1,0,316,5.836]],["name/439",[322,63.622]],["parent/439",[0,0.001,1,0,316,5.836]],["name/440",[323,74.64]],["parent/440",[0,0.001,1,0,4,1.68]],["name/441",[324,74.64]],["parent/441",[0,0.001,1,0,325,6.599]],["name/442",[326,74.64]],["parent/442",[0,0.001,1,0,325,6.599]],["name/443",[327,74.64]],["parent/443",[0,0.001,1,0,325,6.599]],["name/444",[328,74.64]],["parent/444",[0,0.001,1,0,4,1.68]],["name/445",[315,61.61]],["parent/445",[0,0.001,1,0,329,5.047]],["name/446",[317,63.622]],["parent/446",[0,0.001,1,0,329,5.047]],["name/447",[318,63.622]],["parent/447",[0,0.001,1,0,329,5.047]],["name/448",[319,63.622]],["parent/448",[0,0.001,1,0,329,5.047]],["name/449",[320,63.622]],["parent/449",[0,0.001,1,0,329,5.047]],["name/450",[321,63.622]],["parent/450",[0,0.001,1,0,329,5.047]],["name/451",[322,63.622]],["parent/451",[0,0.001,1,0,329,5.047]],["name/452",[288,63.622]],["parent/452",[0,0.001,1,0,329,5.047]],["name/453",[290,63.622]],["parent/453",[0,0.001,1,0,329,5.047]],["name/454",[291,63.622]],["parent/454",[0,0.001,1,0,329,5.047]],["name/455",[292,63.622]],["parent/455",[0,0.001,1,0,329,5.047]],["name/456",[284,61.61]],["parent/456",[0,0.001,1,0,329,5.047]],["name/457",[293,61.61]],["parent/457",[0,0.001,1,0,329,5.047]],["name/458",[294,63.622]],["parent/458",[0,0.001,1,0,329,5.047]],["name/459",[274,63.622]],["parent/459",[0,0.001,1,0,329,5.047]],["name/460",[276,63.622]],["parent/460",[0,0.001,1,0,329,5.047]],["name/461",[330,74.64]],["parent/461",[0,0.001,1,0,4,1.68]],["name/462",[315,61.61]],["parent/462",[0,0.001,1,0,331,5.047]],["name/463",[317,63.622]],["parent/463",[0,0.001,1,0,331,5.047]],["name/464",[318,63.622]],["parent/464",[0,0.001,1,0,331,5.047]],["name/465",[319,63.622]],["parent/465",[0,0.001,1,0,331,5.047]],["name/466",[320,63.622]],["parent/466",[0,0.001,1,0,331,5.047]],["name/467",[321,63.622]],["parent/467",[0,0.001,1,0,331,5.047]],["name/468",[322,63.622]],["parent/468",[0,0.001,1,0,331,5.047]],["name/469",[288,63.622]],["parent/469",[0,0.001,1,0,331,5.047]],["name/470",[290,63.622]],["parent/470",[0,0.001,1,0,331,5.047]],["name/471",[291,63.622]],["parent/471",[0,0.001,1,0,331,5.047]],["name/472",[292,63.622]],["parent/472",[0,0.001,1,0,331,5.047]],["name/473",[284,61.61]],["parent/473",[0,0.001,1,0,331,5.047]],["name/474",[293,61.61]],["parent/474",[0,0.001,1,0,331,5.047]],["name/475",[294,63.622]],["parent/475",[0,0.001,1,0,331,5.047]],["name/476",[274,63.622]],["parent/476",[0,0.001,1,0,331,5.047]],["name/477",[276,63.622]],["parent/477",[0,0.001,1,0,331,5.047]],["name/478",[332,74.64]],["parent/478",[0,0.001,1,0,4,1.68]],["name/479",[333,74.64]],["parent/479",[0,0.001,1,0,334,4.88]],["name/480",[239,50.002]],["parent/480",[0,0.001,1,0,334,4.88]],["name/481",[335,74.64]],["parent/481",[0,0.001,1,0,334,4.88]],["name/482",[315,61.61]],["parent/482",[0,0.001,1,0,334,4.88]],["name/483",[317,63.622]],["parent/483",[0,0.001,1,0,334,4.88]],["name/484",[318,63.622]],["parent/484",[0,0.001,1,0,334,4.88]],["name/485",[319,63.622]],["parent/485",[0,0.001,1,0,334,4.88]],["name/486",[320,63.622]],["parent/486",[0,0.001,1,0,334,4.88]],["name/487",[321,63.622]],["parent/487",[0,0.001,1,0,334,4.88]],["name/488",[322,63.622]],["parent/488",[0,0.001,1,0,334,4.88]],["name/489",[288,63.622]],["parent/489",[0,0.001,1,0,334,4.88]],["name/490",[290,63.622]],["parent/490",[0,0.001,1,0,334,4.88]],["name/491",[291,63.622]],["parent/491",[0,0.001,1,0,334,4.88]],["name/492",[292,63.622]],["parent/492",[0,0.001,1,0,334,4.88]],["name/493",[284,61.61]],["parent/493",[0,0.001,1,0,334,4.88]],["name/494",[293,61.61]],["parent/494",[0,0.001,1,0,334,4.88]],["name/495",[294,63.622]],["parent/495",[0,0.001,1,0,334,4.88]],["name/496",[274,63.622]],["parent/496",[0,0.001,1,0,334,4.88]],["name/497",[276,63.622]],["parent/497",[0,0.001,1,0,334,4.88]],["name/498",[336,74.64]],["parent/498",[0,0.001,1,0,4,1.68]],["name/499",[337,74.64]],["parent/499",[0,0.001,1,0,4,1.68]],["name/500",[338,74.64]],["parent/500",[0,0.001,1,0,339,6.935]],["name/501",[340,74.64]],["parent/501",[0,0.001,1,0,339,6.935]],["name/502",[341,66.143]],["parent/502",[0,0.001,1,0,4,1.68]],["name/503",[268,69.517]],["parent/503",[0,0.001,1,0,342,6.347]],["name/504",[278,66.143]],["parent/504",[0,0.001,1,0,342,6.347]],["name/505",[343,74.64]],["parent/505",[0,0.001,1,0,342,6.347]],["name/506",[344,74.64]],["parent/506",[0,0.001,1,0,342,6.347]],["name/507",[345,74.64]],["parent/507",[0,0.001,1,0,4,1.68]],["name/508",[346,69.517]],["parent/508",[0,0.001,1,0,347,6.935]],["name/509",[341,66.143]],["parent/509",[0,0.001,1,0,347,6.935]],["name/510",[348,74.64]],["parent/510",[0,0.001,1,0,4,1.68]],["name/511",[31,32.178]],["parent/511",[0,0.001,1,0,349,6.146]],["name/512",[350,63.622]],["parent/512",[0,0.001,1,0,349,6.146]],["name/513",[351,74.64]],["parent/513",[0,0.001,1,0,349,6.146]],["name/514",[352,69.517]],["parent/514",[0,0.001,1,0,349,6.146]],["name/515",[353,74.64]],["parent/515",[0,0.001,1,0,349,6.146]],["name/516",[354,74.64]],["parent/516",[0,0.001,1,0,4,1.68]],["name/517",[355,74.64]],["parent/517",[0,0.001,1,0,4,1.68]],["name/518",[356,74.64]],["parent/518",[0,0.001,1,0,4,1.68]],["name/519",[357,74.64]],["parent/519",[0,0.001,1,0,4,1.68]],["name/520",[358,74.64]],["parent/520",[0,0.001,1,0,4,1.68]],["name/521",[359,74.64]],["parent/521",[0,0.001,1,0,4,1.68]],["name/522",[360,74.64]],["parent/522",[0,0.001,1,0,4,1.68]],["name/523",[361,74.64]],["parent/523",[0,0.001,1,0,4,1.68]],["name/524",[29,45.841]],["parent/524",[0,0.001,1,0,362,7.446]],["name/525",[363,74.64]],["parent/525",[0,0.001,1,0,364,6.347]],["name/526",[365,74.64]],["parent/526",[0,0.001,1,0,364,6.347]],["name/527",[350,63.622]],["parent/527",[0,0.001,1,0,364,6.347]],["name/528",[366,66.143]],["parent/528",[0,0.001,1,0,364,6.347]],["name/529",[367,74.64]],["parent/529",[0,0.001,1,0,4,1.68]],["name/530",[368,74.64]],["parent/530",[0,0.001,1,0,4,1.68]],["name/531",[369,74.64]],["parent/531",[0,0.001,1,0,4,1.68]],["name/532",[370,69.517]],["parent/532",[0,0.001,1,0,4,1.68]],["name/533",[371,74.64]],["parent/533",[0,0.001,1,0,372,6.347]],["name/534",[373,74.64]],["parent/534",[0,0.001,1,0,372,6.347]],["name/535",[374,66.143]],["parent/535",[0,0.001,1,0,372,6.347]],["name/536",[375,58.5]],["parent/536",[0,0.001,1,0,372,6.347]],["name/537",[376,74.64]],["parent/537",[0,0.001,1,0,4,1.68]],["name/538",[377,49.394,378,53.034]],["parent/538",[0,0.001,1,0,379,6.935]],["name/539",[0,0.003,380,41.129,381,36.446]],["parent/539",[0,0.001,1,0,379,6.935]],["name/540",[382,74.64]],["parent/540",[0,0.001,1,0,4,1.68]],["name/541",[383,74.64]],["parent/541",[0,0.001,1,0,384,6.599]],["name/542",[385,74.64]],["parent/542",[0,0.001,1,0,384,6.599]],["name/543",[315,61.61]],["parent/543",[0,0.001,1,0,384,6.599]],["name/544",[386,74.64]],["parent/544",[0,0.001,1,0,4,1.68]],["name/545",[29,45.841]],["parent/545",[0,0.001,1,0,387,7.446]],["name/546",[388,74.64]],["parent/546",[0,0.001,1,0,389,6.146]],["name/547",[390,74.64]],["parent/547",[0,0.001,1,0,389,6.146]],["name/548",[391,69.517]],["parent/548",[0,0.001,1,0,389,6.146]],["name/549",[350,63.622]],["parent/549",[0,0.001,1,0,389,6.146]],["name/550",[366,66.143]],["parent/550",[0,0.001,1,0,389,6.146]],["name/551",[392,69.517]],["parent/551",[0,0.001,1,0,4,1.68]],["name/552",[393,69.517]],["parent/552",[0,0.001,1,0,4,1.68]],["name/553",[394,69.517]],["parent/553",[0,0.001,1,0,4,1.68]],["name/554",[395,74.64]],["parent/554",[0,0.001,1,0,4,1.68]],["name/555",[29,45.841]],["parent/555",[0,0.001,1,0,396,7.446]],["name/556",[397,74.64]],["parent/556",[0,0.001,1,0,4,1.68]],["name/557",[29,45.841]],["parent/557",[0,0.001,1,0,398,7.446]],["name/558",[392,69.517]],["parent/558",[0,0.001,1,0,399,6.599]],["name/559",[393,69.517]],["parent/559",[0,0.001,1,0,399,6.599]],["name/560",[394,69.517]],["parent/560",[0,0.001,1,0,399,6.599]],["name/561",[400,74.64]],["parent/561",[0,0.001,1,0,4,1.68]],["name/562",[401,74.64]],["parent/562",[0,0.001,1,0,4,1.68]],["name/563",[402,74.64]],["parent/563",[0,0.001,1,0,4,1.68]],["name/564",[403,74.64]],["parent/564",[0,0.001,1,0,4,1.68]],["name/565",[404,74.64]],["parent/565",[0,0.001,1,0,405,6.935]],["name/566",[406,74.64]],["parent/566",[0,0.001,1,0,405,6.935]],["name/567",[407,74.64]],["parent/567",[0,0.001,1,0,4,1.68]],["name/568",[408,74.64]],["parent/568",[0,0.001,1,0,4,1.68]],["name/569",[409,69.517]],["parent/569",[0,0.001,1,0,4,1.68]],["name/570",[271,57.244]],["parent/570",[0,0.001,1,0,410,4.536]],["name/571",[114,45.111]],["parent/571",[0,0.001,1,0,410,4.536]],["name/572",[381,66.143]],["parent/572",[0,0.001,1,0,410,4.536]],["name/573",[411,69.517]],["parent/573",[0,0.001,1,0,410,4.536]],["name/574",[412,74.64]],["parent/574",[0,0.001,1,0,410,4.536]],["name/575",[413,74.64]],["parent/575",[0,0.001,1,0,410,4.536]],["name/576",[281,66.143]],["parent/576",[0,0.001,1,0,410,4.536]],["name/577",[414,66.143]],["parent/577",[0,0.001,1,0,410,4.536]],["name/578",[415,69.517]],["parent/578",[0,0.001,1,0,410,4.536]],["name/579",[416,74.64]],["parent/579",[0,0.001,1,0,410,4.536]],["name/580",[370,69.517]],["parent/580",[0,0.001,1,0,410,4.536]],["name/581",[417,69.517]],["parent/581",[0,0.001,1,0,410,4.536]],["name/582",[418,69.517]],["parent/582",[0,0.001,1,0,410,4.536]],["name/583",[419,69.517]],["parent/583",[0,0.001,1,0,410,4.536]],["name/584",[420,74.64]],["parent/584",[0,0.001,1,0,410,4.536]],["name/585",[421,74.64]],["parent/585",[0,0.001,1,0,410,4.536]],["name/586",[422,57.244]],["parent/586",[0,0.001,1,0,410,4.536]],["name/587",[423,74.64]],["parent/587",[0,0.001,1,0,410,4.536]],["name/588",[29,45.841]],["parent/588",[0,0.001,1,0,410,4.536]],["name/589",[424,74.64]],["parent/589",[0,0.001,1,0,410,4.536]],["name/590",[425,74.64]],["parent/590",[0,0.001,1,0,410,4.536]],["name/591",[426,69.517]],["parent/591",[0,0.001,1,0,410,4.536]],["name/592",[427,74.64]],["parent/592",[0,0.001,1,0,410,4.536]],["name/593",[428,74.64]],["parent/593",[0,0.001,1,0,410,4.536]],["name/594",[429,69.517]],["parent/594",[0,0.001,1,0,410,4.536]],["name/595",[375,58.5]],["parent/595",[0,0.001,1,0,410,4.536]],["name/596",[235,50.002]],["parent/596",[0,0.001,1,0,410,4.536]],["name/597",[430,74.64]],["parent/597",[0,0.001,1,0,4,1.68]],["name/598",[422,57.244]],["parent/598",[0,0.001,1,0,431,5.979]],["name/599",[432,61.61]],["parent/599",[0,0.001,1,0,431,5.979]],["name/600",[433,74.64]],["parent/600",[0,0.001,1,0,431,5.979]],["name/601",[434,74.64]],["parent/601",[0,0.001,1,0,431,5.979]],["name/602",[435,74.64]],["parent/602",[0,0.001,1,0,431,5.979]],["name/603",[29,45.841]],["parent/603",[0,0.001,1,0,431,5.979]],["name/604",[436,74.64]],["parent/604",[0,0.001,1,0,437,6.935]],["name/605",[432,61.61]],["parent/605",[0,0.001,1,0,437,6.935]],["name/606",[438,74.64]],["parent/606",[0,0.001,1,0,4,1.68]],["name/607",[439,74.64]],["parent/607",[0,0.001,1,0,4,1.68]],["name/608",[271,57.244]],["parent/608",[0,0.001,1,0,440,6.599]],["name/609",[441,74.64]],["parent/609",[0,0.001,1,0,440,6.599]],["name/610",[422,57.244]],["parent/610",[0,0.001,1,0,440,6.599]],["name/611",[442,74.64]],["parent/611",[0,0.001,1,0,4,1.68]],["name/612",[443,74.64]],["parent/612",[0,0.001,1,0,444,6.935]],["name/613",[445,74.64]],["parent/613",[0,0.001,1,0,444,6.935]],["name/614",[446,74.64]],["parent/614",[0,0.001,1,0,4,1.68]],["name/615",[447,74.64]],["parent/615",[0,0.001,1,0,448,6.935]],["name/616",[449,74.64]],["parent/616",[0,0.001,1,0,448,6.935]],["name/617",[450,74.64]],["parent/617",[0,0.001,1,0,4,1.68]],["name/618",[346,69.517]],["parent/618",[0,0.001,1,0,451,6.935]],["name/619",[341,66.143]],["parent/619",[0,0.001,1,0,451,6.935]],["name/620",[452,74.64]],["parent/620",[0,0.001,1,0,4,1.68]],["name/621",[453,74.64]],["parent/621",[0,0.001,1,0,4,1.68]],["name/622",[454,74.64]],["parent/622",[0,0.001,1,0,4,1.68]],["name/623",[455,74.64]],["parent/623",[0,0.001,1,0,456,6.935]],["name/624",[457,74.64]],["parent/624",[0,0.001,1,0,456,6.935]],["name/625",[458,74.64]],["parent/625",[0,0.001,1,0,4,1.68]],["name/626",[29,45.841]],["parent/626",[0,0.001,1,0,459,7.446]],["name/627",[460,74.64]],["parent/627",[0,0.001,1,0,461,6.347]],["name/628",[391,69.517]],["parent/628",[0,0.001,1,0,461,6.347]],["name/629",[350,63.622]],["parent/629",[0,0.001,1,0,461,6.347]],["name/630",[366,66.143]],["parent/630",[0,0.001,1,0,461,6.347]],["name/631",[462,74.64]],["parent/631",[0,0.001,1,0,4,1.68]],["name/632",[463,74.64]],["parent/632",[0,0.001,1,0,4,1.68]],["name/633",[464,74.64]],["parent/633",[0,0.001,1,0,4,1.68]],["name/634",[465,74.64]],["parent/634",[0,0.001,1,0,4,1.68]],["name/635",[466,74.64]],["parent/635",[0,0.001,1,0,4,1.68]],["name/636",[467,74.64]],["parent/636",[0,0.001,1,0,4,1.68]],["name/637",[468,74.64]],["parent/637",[0,0.001,1,0,4,1.68]],["name/638",[469,74.64]],["parent/638",[0,0.001,1,0,4,1.68]],["name/639",[470,69.517]],["parent/639",[0,0.001,1,0,471,6.599]],["name/640",[415,69.517]],["parent/640",[0,0.001,1,0,471,6.599]],["name/641",[426,69.517]],["parent/641",[0,0.001,1,0,471,6.599]],["name/642",[470,69.517]],["parent/642",[0,0.001,1,0,4,1.68]],["name/643",[114,45.111]],["parent/643",[0,0.001,1,0,472,5.11]],["name/644",[271,57.244]],["parent/644",[0,0.001,1,0,472,5.11]],["name/645",[411,69.517]],["parent/645",[0,0.001,1,0,472,5.11]],["name/646",[0,0.004,473,53.034]],["parent/646",[0,0.001,1,0,472,5.11]],["name/647",[278,66.143]],["parent/647",[0,0.001,1,0,472,5.11]],["name/648",[414,66.143]],["parent/648",[0,0.001,1,0,472,5.11]],["name/649",[381,66.143]],["parent/649",[0,0.001,1,0,472,5.11]],["name/650",[474,74.64]],["parent/650",[0,0.001,1,0,472,5.11]],["name/651",[419,69.517]],["parent/651",[0,0.001,1,0,472,5.11]],["name/652",[475,74.64]],["parent/652",[0,0.001,1,0,472,5.11]],["name/653",[476,74.64]],["parent/653",[0,0.001,1,0,472,5.11]],["name/654",[417,69.517]],["parent/654",[0,0.001,1,0,472,5.11]],["name/655",[418,69.517]],["parent/655",[0,0.001,1,0,472,5.11]],["name/656",[429,69.517]],["parent/656",[0,0.001,1,0,472,5.11]],["name/657",[422,57.244]],["parent/657",[0,0.001,1,0,472,5.11]],["name/658",[477,74.64]],["parent/658",[0,0.001,1,0,4,1.68]],["name/659",[478,74.64]],["parent/659",[0,0.001,1,0,4,1.68]],["name/660",[479,74.64]],["parent/660",[0,0.001,1,0,4,1.68]],["name/661",[480,74.64]],["parent/661",[0,0.001,1,0,4,1.68]],["name/662",[481,74.64]],["parent/662",[0,0.001,1,0,4,1.68]],["name/663",[482,74.64]],["parent/663",[0,0.001,1,0,4,1.68]],["name/664",[483,74.64]],["parent/664",[0,0.001,1,0,4,1.68]],["name/665",[484,74.64]],["parent/665",[0,0.001,1,0,485,7.446]],["name/666",[486,74.64]],["parent/666",[0,0.001,1,0,4,1.68]],["name/667",[271,57.244]],["parent/667",[0,0.001,1,0,487,6.935]],["name/668",[422,57.244]],["parent/668",[0,0.001,1,0,487,6.935]],["name/669",[488,74.64]],["parent/669",[0,0.001,1,0,4,1.68]],["name/670",[489,69.517]],["parent/670",[0,0.001,1,0,4,1.68]],["name/671",[490,69.517]],["parent/671",[0,0.001,1,0,4,1.68]],["name/672",[491,69.517]],["parent/672",[0,0.001,1,0,4,1.68]],["name/673",[492,69.517]],["parent/673",[0,0.001,1,0,4,1.68]],["name/674",[493,69.517]],["parent/674",[0,0.001,1,0,4,1.68]],["name/675",[494,74.64]],["parent/675",[0,0.001,1,0,4,1.68]],["name/676",[495,74.64]],["parent/676",[0,0.001,1,0,4,1.68]],["name/677",[496,69.517]],["parent/677",[0,0.001,1,0,4,1.68]],["name/678",[497,69.517]],["parent/678",[0,0.001,1,0,4,1.68]],["name/679",[498,69.517]],["parent/679",[0,0.001,1,0,4,1.68]],["name/680",[499,69.517]],["parent/680",[0,0.001,1,0,4,1.68]],["name/681",[500,74.64]],["parent/681",[0,0.001,1,0,4,1.68]],["name/682",[501,74.64]],["parent/682",[0,0.001,1,0,4,1.68]],["name/683",[502,74.64]],["parent/683",[0,0.001,1,0,4,1.68]],["name/684",[29,45.841]],["parent/684",[0,0.001,1,0,503,7.446]],["name/685",[489,69.517]],["parent/685",[0,0.001,1,0,504,5.6]],["name/686",[490,69.517]],["parent/686",[0,0.001,1,0,504,5.6]],["name/687",[491,69.517]],["parent/687",[0,0.001,1,0,504,5.6]],["name/688",[492,69.517]],["parent/688",[0,0.001,1,0,504,5.6]],["name/689",[493,69.517]],["parent/689",[0,0.001,1,0,504,5.6]],["name/690",[496,69.517]],["parent/690",[0,0.001,1,0,504,5.6]],["name/691",[497,69.517]],["parent/691",[0,0.001,1,0,504,5.6]],["name/692",[498,69.517]],["parent/692",[0,0.001,1,0,504,5.6]],["name/693",[499,69.517]],["parent/693",[0,0.001,1,0,504,5.6]],["name/694",[505,74.64]],["parent/694",[0,0.001,1,0,4,1.68]],["name/695",[271,57.244]],["parent/695",[0,0.001,1,0,506,6.347]],["name/696",[507,74.64]],["parent/696",[0,0.001,1,0,506,6.347]],["name/697",[508,74.64]],["parent/697",[0,0.001,1,0,506,6.347]],["name/698",[509,74.64]],["parent/698",[0,0.001,1,0,506,6.347]],["name/699",[510,74.64]],["parent/699",[0,0.001,1,0,4,1.68]],["name/700",[511,74.64]],["parent/700",[0,0.001,1,0,4,1.68]],["name/701",[512,74.64]],["parent/701",[0,0.001,1,0,4,1.68]],["name/702",[513,74.64]],["parent/702",[0,0.001,1,0,4,1.68]],["name/703",[514,74.64]],["parent/703",[0,0.001,1,0,515,7.446]],["name/704",[516,74.64]],["parent/704",[0,0.001,1,0,4,1.68]],["name/705",[29,45.841]],["parent/705",[0,0.001,1,0,517,7.446]],["name/706",[518,69.517]],["parent/706",[0,0.001,1,0,519,6.347]],["name/707",[520,74.64]],["parent/707",[0,0.001,1,0,519,6.347]],["name/708",[521,74.64]],["parent/708",[0,0.001,1,0,519,6.347]],["name/709",[522,74.64]],["parent/709",[0,0.001,1,0,519,6.347]],["name/710",[523,74.64]],["parent/710",[0,0.001,1,0,4,1.68]],["name/711",[524,74.64]],["parent/711",[0,0.001,1,0,4,1.68]],["name/712",[525,74.64]],["parent/712",[0,0.001,1,0,4,1.68]],["name/713",[526,74.64]],["parent/713",[0,0.001,1,0,4,1.68]],["name/714",[527,74.64]],["parent/714",[0,0.001,1,0,4,1.68]],["name/715",[281,66.143]],["parent/715",[0,0.001,1,0,528,6.935]],["name/716",[414,66.143]],["parent/716",[0,0.001,1,0,528,6.935]],["name/717",[529,74.64]],["parent/717",[0,0.001,1,0,4,1.68]],["name/718",[530,74.64]],["parent/718",[0,0.001,1,0,531,5.836]],["name/719",[532,74.64]],["parent/719",[0,0.001,1,0,531,5.836]],["name/720",[533,74.64]],["parent/720",[0,0.001,1,0,531,5.836]],["name/721",[432,61.61]],["parent/721",[0,0.001,1,0,531,5.836]],["name/722",[534,74.64]],["parent/722",[0,0.001,1,0,531,5.836]],["name/723",[535,74.64]],["parent/723",[0,0.001,1,0,531,5.836]],["name/724",[536,74.64]],["parent/724",[0,0.001,1,0,531,5.836]],["name/725",[374,66.143]],["parent/725",[0,0.001,1,0,4,1.68]],["name/726",[537,74.64]],["parent/726",[0,0.001,1,0,538,6.599]],["name/727",[539,74.64]],["parent/727",[0,0.001,1,0,538,6.599]],["name/728",[374,66.143]],["parent/728",[0,0.001,1,0,4,1.68]],["name/729",[540,74.64]],["parent/729",[0,0.001,1,0,538,6.599]],["name/730",[541,74.64]],["parent/730",[0,0.001,1,0,4,1.68]],["name/731",[542,74.64]],["parent/731",[0,0.001,1,0,4,1.68]],["name/732",[543,74.64]],["parent/732",[0,0.001,1,0,4,1.68]],["name/733",[544,74.64]],["parent/733",[0,0.001,1,0,4,1.68]],["name/734",[545,74.64]],["parent/734",[0,0.001,1,0,4,1.68]],["name/735",[546,74.64]],["parent/735",[0,0.001,1,0,4,1.68]],["name/736",[547,74.64]],["parent/736",[0,0.001,1,0,4,1.68]],["name/737",[548,74.64]],["parent/737",[0,0.001,1,0,4,1.68]],["name/738",[549,74.64]],["parent/738",[0,0.001,1,0,4,1.68]],["name/739",[550,74.64]],["parent/739",[0,0.001,1,0,4,1.68]],["name/740",[551,74.64]],["parent/740",[0,0.001,1,0,4,1.68]],["name/741",[552,74.64]],["parent/741",[0,0.001,1,0,4,1.68]],["name/742",[553,74.64]],["parent/742",[0,0.001,1,0,4,1.68]],["name/743",[554,74.64]],["parent/743",[0,0.001,1,0,4,1.68]],["name/744",[555,74.64]],["parent/744",[0,0.001,1,0,4,1.68]],["name/745",[556,74.64]],["parent/745",[0,0.001,1,0,4,1.68]],["name/746",[557,74.64]],["parent/746",[0,0.001,1,0,4,1.68]],["name/747",[111,46.628]],["parent/747",[0,0.001,1,0,4,1.68]],["name/748",[558,74.64]],["parent/748",[0,0.001,1,0,4,1.68]],["name/749",[559,74.64]],["parent/749",[0,0.001,1,0,4,1.68]],["name/750",[560,74.64]],["parent/750",[0,0.001,1,0,4,1.68]],["name/751",[561,74.64]],["parent/751",[0,0.001,1,0,4,1.68]],["name/752",[562,74.64]],["parent/752",[0,0.001,1,0,4,1.68]],["name/753",[563,74.64]],["parent/753",[0,0.001,1,0,4,1.68]],["name/754",[564,74.64]],["parent/754",[0,0.001,1,0,565,6.146]],["name/755",[375,58.5]],["parent/755",[0,0.001,1,0,565,6.146]],["name/756",[566,69.517]],["parent/756",[0,0.001,1,0,565,6.146]],["name/757",[567,66.143]],["parent/757",[0,0.001,1,0,565,6.146]],["name/758",[568,66.143]],["parent/758",[0,0.001,1,0,565,6.146]],["name/759",[238,48.917]],["parent/759",[0,0.001,1,0,4,1.68]],["name/760",[569,74.64]],["parent/760",[0,0.001,1,0,4,1.68]],["name/761",[352,69.517]],["parent/761",[0,0.001,1,0,570,5.836]],["name/762",[571,74.64]],["parent/762",[0,0.001,1,0,570,5.836]],["name/763",[572,74.64]],["parent/763",[0,0.001,1,0,570,5.836]],["name/764",[573,74.64]],["parent/764",[0,0.001,1,0,570,5.836]],["name/765",[574,74.64]],["parent/765",[0,0.001,1,0,570,5.836]],["name/766",[575,74.64]],["parent/766",[0,0.001,1,0,570,5.836]],["name/767",[576,74.64]],["parent/767",[0,0.001,1,0,570,5.836]],["name/768",[577,74.64]],["parent/768",[0,0.001,1,0,4,1.68]],["name/769",[114,45.111]],["parent/769",[0,0.001,1,0,578,5.499]],["name/770",[238,48.917]],["parent/770",[0,0.001,1,0,578,5.499]],["name/771",[579,66.143]],["parent/771",[0,0.001,1,0,578,5.499]],["name/772",[566,69.517]],["parent/772",[0,0.001,1,0,578,5.499]],["name/773",[518,69.517]],["parent/773",[0,0.001,1,0,578,5.499]],["name/774",[580,74.64]],["parent/774",[0,0.001,1,0,578,5.499]],["name/775",[375,58.5]],["parent/775",[0,0.001,1,0,578,5.499]],["name/776",[377,69.517]],["parent/776",[0,0.001,1,0,578,5.499]],["name/777",[567,66.143]],["parent/777",[0,0.001,1,0,578,5.499]],["name/778",[568,66.143]],["parent/778",[0,0.001,1,0,578,5.499]],["name/779",[581,74.64]],["parent/779",[0,0.001,1,0,4,1.68]],["name/780",[582,74.64]],["parent/780",[0,0.001,1,0,4,1.68]],["name/781",[29,45.841]],["parent/781",[0,0.001,1,0,583,7.446]],["name/782",[584,74.64]],["parent/782",[0,0.001,1,0,4,1.68]],["name/783",[579,66.143]],["parent/783",[0,0.001,1,0,585,6.347]],["name/784",[586,69.517]],["parent/784",[0,0.001,1,0,585,6.347]],["name/785",[375,58.5]],["parent/785",[0,0.001,1,0,585,6.347]],["name/786",[587,69.517]],["parent/786",[0,0.001,1,0,585,6.347]],["name/787",[588,74.64]],["parent/787",[0,0.001,1,0,4,1.68]],["name/788",[579,66.143]],["parent/788",[0,0.001,1,0,589,6.347]],["name/789",[586,69.517]],["parent/789",[0,0.001,1,0,589,6.347]],["name/790",[375,58.5]],["parent/790",[0,0.001,1,0,589,6.347]],["name/791",[587,69.517]],["parent/791",[0,0.001,1,0,589,6.347]],["name/792",[590,74.64]],["parent/792",[0,0.001,1,0,4,1.68]],["name/793",[247,50.002]],["parent/793",[0,0.001,1,0,591,7.446]],["name/794",[592,74.64]],["parent/794",[0,0.001,1,0,4,1.68]],["name/795",[593,74.64]],["parent/795",[0,0.001,1,0,4,1.68]],["name/796",[594,69.517]],["parent/796",[0,0.001,1,0,4,1.68]],["name/797",[595,74.64]],["parent/797",[0,0.001,1,0,4,1.68]],["name/798",[596,74.64]],["parent/798",[0,0.001,1,0,4,1.68]],["name/799",[597,74.64]],["parent/799",[0,0.001,1,0,4,1.68]],["name/800",[594,69.517]],["parent/800",[0,0.001,1,0,4,1.68]],["name/801",[598,74.64]],["parent/801",[0,0.001,1,0,599,6.599]],["name/802",[600,74.64]],["parent/802",[0,0.001,1,0,599,6.599]],["name/803",[601,74.64]],["parent/803",[0,0.001,1,0,599,6.599]],["name/804",[602,74.64]],["parent/804",[0,0.001,1,0,4,1.68]],["name/805",[603,74.64]],["parent/805",[0,0.001,1,0,4,1.68]],["name/806",[604,74.64]],["parent/806",[0,0.001,1,0,4,1.68]],["name/807",[605,74.64]],["parent/807",[0,0.001,1,0,4,1.68]],["name/808",[567,66.143]],["parent/808",[0,0.001,1,0,606,7.446]],["name/809",[607,74.64]],["parent/809",[0,0.001,1,0,4,1.68]],["name/810",[568,66.143]],["parent/810",[0,0.001,1,0,608,7.446]],["name/811",[107,61.61]],["parent/811",[0,0.001,1,0,4,1.68]],["name/812",[609,69.517]],["parent/812",[0,0.001,1,0,610,6.347]],["name/813",[611,69.517]],["parent/813",[0,0.001,1,0,610,6.347]],["name/814",[612,69.517]],["parent/814",[0,0.001,1,0,610,6.347]],["name/815",[613,69.517]],["parent/815",[0,0.001,1,0,610,6.347]],["name/816",[614,74.64]],["parent/816",[0,0.001,1,0,4,1.68]],["name/817",[615,74.64]],["parent/817",[0,0.001,1,0,4,1.68]],["name/818",[616,74.64]],["parent/818",[0,0.001,1,0,617,6.935]],["name/819",[618,66.143]],["parent/819",[0,0.001,1,0,617,6.935]],["name/820",[619,74.64]],["parent/820",[0,0.001,1,0,4,1.68]],["name/821",[620,63.622]],["parent/821",[0,0.001,1,0,621,6.599]],["name/822",[622,63.622]],["parent/822",[0,0.001,1,0,621,6.599]],["name/823",[618,66.143]],["parent/823",[0,0.001,1,0,621,6.599]],["name/824",[623,74.64]],["parent/824",[0,0.001,1,0,4,1.68]],["name/825",[620,63.622]],["parent/825",[0,0.001,1,0,624,6.146]],["name/826",[622,63.622]],["parent/826",[0,0.001,1,0,624,6.146]],["name/827",[422,57.244]],["parent/827",[0,0.001,1,0,624,6.146]],["name/828",[625,69.517]],["parent/828",[0,0.001,1,0,624,6.146]],["name/829",[618,66.143]],["parent/829",[0,0.001,1,0,624,6.146]],["name/830",[626,74.64]],["parent/830",[0,0.001,1,0,4,1.68]],["name/831",[620,63.622]],["parent/831",[0,0.001,1,0,627,6.347]],["name/832",[622,63.622]],["parent/832",[0,0.001,1,0,627,6.347]],["name/833",[422,57.244]],["parent/833",[0,0.001,1,0,627,6.347]],["name/834",[625,69.517]],["parent/834",[0,0.001,1,0,627,6.347]],["name/835",[628,74.64]],["parent/835",[0,0.001,1,0,4,1.68]],["name/836",[629,74.64]],["parent/836",[0,0.001,1,0,4,1.68]],["name/837",[630,74.64]],["parent/837",[0,0.001,1,0,4,1.68]],["name/838",[631,74.64]],["parent/838",[0,0.001,1,0,4,1.68]],["name/839",[632,74.64]],["parent/839",[0,0.001,1,0,4,1.68]],["name/840",[633,74.64]],["parent/840",[0,0.001,1,0,4,1.68]],["name/841",[634,74.64]],["parent/841",[0,0.001,1,0,4,1.68]],["name/842",[635,74.64]],["parent/842",[0,0.001,1,0,4,1.68]],["name/843",[636,74.64]],["parent/843",[0,0.001,1,0,4,1.68]],["name/844",[637,74.64]],["parent/844",[0,0.001,1,0,4,1.68]],["name/845",[638,74.64]],["parent/845",[0,0.001,1,0,4,1.68]],["name/846",[639,74.64]],["parent/846",[0,0.001,1,0,4,1.68]],["name/847",[640,74.64]],["parent/847",[0,0.001,1,0,4,1.68]],["name/848",[155,66.143]],["parent/848",[0,0.001,1,0,641,4.536]],["name/849",[156,66.143]],["parent/849",[0,0.001,1,0,641,4.536]],["name/850",[157,66.143]],["parent/850",[0,0.001,1,0,641,4.536]],["name/851",[158,66.143]],["parent/851",[0,0.001,1,0,641,4.536]],["name/852",[31,32.178]],["parent/852",[0,0.001,1,0,641,4.536]],["name/853",[160,66.143]],["parent/853",[0,0.001,1,0,641,4.536]],["name/854",[29,45.841]],["parent/854",[0,0.001,1,0,641,4.536]],["name/855",[161,66.143]],["parent/855",[0,0.001,1,0,641,4.536]],["name/856",[162,66.143]],["parent/856",[0,0.001,1,0,641,4.536]],["name/857",[159,66.143]],["parent/857",[0,0.001,1,0,641,4.536]],["name/858",[163,66.143]],["parent/858",[0,0.001,1,0,641,4.536]],["name/859",[164,66.143]],["parent/859",[0,0.001,1,0,641,4.536]],["name/860",[165,66.143]],["parent/860",[0,0.001,1,0,641,4.536]],["name/861",[166,66.143]],["parent/861",[0,0.001,1,0,641,4.536]],["name/862",[167,66.143]],["parent/862",[0,0.001,1,0,641,4.536]],["name/863",[168,66.143]],["parent/863",[0,0.001,1,0,641,4.536]],["name/864",[169,66.143]],["parent/864",[0,0.001,1,0,641,4.536]],["name/865",[149,56.129]],["parent/865",[0,0.001,1,0,641,4.536]],["name/866",[170,66.143]],["parent/866",[0,0.001,1,0,641,4.536]],["name/867",[171,66.143]],["parent/867",[0,0.001,1,0,641,4.536]],["name/868",[172,66.143]],["parent/868",[0,0.001,1,0,641,4.536]],["name/869",[173,66.143]],["parent/869",[0,0.001,1,0,641,4.536]],["name/870",[174,66.143]],["parent/870",[0,0.001,1,0,641,4.536]],["name/871",[175,66.143]],["parent/871",[0,0.001,1,0,641,4.536]],["name/872",[176,66.143]],["parent/872",[0,0.001,1,0,641,4.536]],["name/873",[177,66.143]],["parent/873",[0,0.001,1,0,641,4.536]],["name/874",[178,66.143]],["parent/874",[0,0.001,1,0,641,4.536]],["name/875",[642,74.64]],["parent/875",[0,0.001,1,0,4,1.68]],["name/876",[643,74.64]],["parent/876",[0,0.001,1,0,4,1.68]],["name/877",[31,32.178]],["parent/877",[0,0.001,1,0,644,5.836]],["name/878",[645,61.61]],["parent/878",[0,0.001,1,0,644,5.836]],["name/879",[237,57.244]],["parent/879",[0,0.001,1,0,644,5.836]],["name/880",[179,42.63]],["parent/880",[0,0.001,1,0,644,5.836]],["name/881",[646,61.61]],["parent/881",[0,0.001,1,0,644,5.836]],["name/882",[647,43.49]],["parent/882",[0,0.001,1,0,644,5.836]],["name/883",[648,43.49]],["parent/883",[0,0.001,1,0,644,5.836]],["name/884",[649,74.64]],["parent/884",[0,0.001,1,0,4,1.68]],["name/885",[650,74.64]],["parent/885",[0,0.001,1,0,4,1.68]],["name/886",[651,74.64]],["parent/886",[0,0.001,1,0,4,1.68]],["name/887",[211,58.5]],["parent/887",[0,0.001,1,0,4,1.68]],["name/888",[31,32.178]],["parent/888",[0,0.001,1,0,652,5.711]],["name/889",[653,69.517]],["parent/889",[0,0.001,1,0,652,5.711]],["name/890",[654,69.517]],["parent/890",[0,0.001,1,0,652,5.711]],["name/891",[432,61.61]],["parent/891",[0,0.001,1,0,652,5.711]],["name/892",[179,42.63]],["parent/892",[0,0.001,1,0,652,5.711]],["name/893",[102,37.562]],["parent/893",[0,0.001,1,0,652,5.711]],["name/894",[103,38.427]],["parent/894",[0,0.001,1,0,652,5.711]],["name/895",[144,41.838]],["parent/895",[0,0.001,1,0,652,5.711]],["name/896",[655,74.64]],["parent/896",[0,0.001,1,0,4,1.68]],["name/897",[656,74.64]],["parent/897",[0,0.001,1,0,4,1.68]],["name/898",[188,66.143]],["parent/898",[0,0.001,1,0,4,1.68]],["name/899",[189,66.143]],["parent/899",[0,0.001,1,0,4,1.68]],["name/900",[190,66.143]],["parent/900",[0,0.001,1,0,4,1.68]],["name/901",[191,66.143]],["parent/901",[0,0.001,1,0,4,1.68]],["name/902",[192,66.143]],["parent/902",[0,0.001,1,0,4,1.68]],["name/903",[193,66.143]],["parent/903",[0,0.001,1,0,4,1.68]],["name/904",[194,66.143]],["parent/904",[0,0.001,1,0,4,1.68]],["name/905",[76,63.622]],["parent/905",[0,0.001,1,0,4,1.68]],["name/906",[195,66.143]],["parent/906",[0,0.001,1,0,4,1.68]],["name/907",[196,66.143]],["parent/907",[0,0.001,1,0,4,1.68]],["name/908",[197,66.143]],["parent/908",[0,0.001,1,0,4,1.68]],["name/909",[198,66.143]],["parent/909",[0,0.001,1,0,4,1.68]],["name/910",[199,66.143]],["parent/910",[0,0.001,1,0,4,1.68]],["name/911",[200,66.143]],["parent/911",[0,0.001,1,0,4,1.68]],["name/912",[201,66.143]],["parent/912",[0,0.001,1,0,4,1.68]],["name/913",[202,66.143]],["parent/913",[0,0.001,1,0,4,1.68]],["name/914",[203,66.143]],["parent/914",[0,0.001,1,0,4,1.68]],["name/915",[204,66.143]],["parent/915",[0,0.001,1,0,4,1.68]],["name/916",[205,66.143]],["parent/916",[0,0.001,1,0,4,1.68]],["name/917",[99,69.517]],["parent/917",[0,0.001,1,0,4,1.68]],["name/918",[31,32.178]],["parent/918",[0,0.001,1,0,657,5.836]],["name/919",[645,61.61]],["parent/919",[0,0.001,1,0,657,5.836]],["name/920",[237,57.244]],["parent/920",[0,0.001,1,0,657,5.836]],["name/921",[179,42.63]],["parent/921",[0,0.001,1,0,657,5.836]],["name/922",[646,61.61]],["parent/922",[0,0.001,1,0,657,5.836]],["name/923",[647,43.49]],["parent/923",[0,0.001,1,0,657,5.836]],["name/924",[648,43.49]],["parent/924",[0,0.001,1,0,657,5.836]],["name/925",[658,74.64]],["parent/925",[0,0.001,1,0,4,1.68]],["name/926",[659,74.64]],["parent/926",[0,0.001,1,0,4,1.68]],["name/927",[660,74.64]],["parent/927",[0,0.001,1,0,4,1.68]],["name/928",[661,74.64]],["parent/928",[0,0.001,1,0,4,1.68]],["name/929",[31,32.178]],["parent/929",[0,0.001,1,0,662,5.979]],["name/930",[663,66.143]],["parent/930",[0,0.001,1,0,662,5.979]],["name/931",[664,66.143]],["parent/931",[0,0.001,1,0,662,5.979]],["name/932",[102,37.562]],["parent/932",[0,0.001,1,0,662,5.979]],["name/933",[103,38.427]],["parent/933",[0,0.001,1,0,662,5.979]],["name/934",[665,74.64]],["parent/934",[0,0.001,1,0,662,5.979]],["name/935",[666,74.64]],["parent/935",[0,0.001,1,0,4,1.68]],["name/936",[667,74.64]],["parent/936",[0,0.001,1,0,4,1.68]],["name/937",[31,32.178]],["parent/937",[0,0.001,1,0,668,5.979]],["name/938",[669,74.64]],["parent/938",[0,0.001,1,0,668,5.979]],["name/939",[670,74.64]],["parent/939",[0,0.001,1,0,668,5.979]],["name/940",[102,37.562]],["parent/940",[0,0.001,1,0,668,5.979]],["name/941",[103,38.427]],["parent/941",[0,0.001,1,0,668,5.979]],["name/942",[20,69.517]],["parent/942",[0,0.001,1,0,668,5.979]],["name/943",[671,74.64]],["parent/943",[0,0.001,1,0,4,1.68]],["name/944",[672,74.64]],["parent/944",[0,0.001,1,0,4,1.68]],["name/945",[673,74.64]],["parent/945",[0,0.001,1,0,4,1.68]],["name/946",[674,74.64]],["parent/946",[0,0.001,1,0,4,1.68]],["name/947",[675,74.64]],["parent/947",[0,0.001,1,0,4,1.68]],["name/948",[676,74.64]],["parent/948",[0,0.001,1,0,4,1.68]],["name/949",[31,32.178]],["parent/949",[0,0.001,1,0,677,5.408]],["name/950",[678,50.002]],["parent/950",[0,0.001,1,0,677,5.408]],["name/951",[679,50.002]],["parent/951",[0,0.001,1,0,677,5.408]],["name/952",[680,50.002]],["parent/952",[0,0.001,1,0,677,5.408]],["name/953",[681,50.002]],["parent/953",[0,0.001,1,0,677,5.408]],["name/954",[645,61.61]],["parent/954",[0,0.001,1,0,677,5.408]],["name/955",[237,57.244]],["parent/955",[0,0.001,1,0,677,5.408]],["name/956",[179,42.63]],["parent/956",[0,0.001,1,0,677,5.408]],["name/957",[646,61.61]],["parent/957",[0,0.001,1,0,677,5.408]],["name/958",[647,43.49]],["parent/958",[0,0.001,1,0,677,5.408]],["name/959",[648,43.49]],["parent/959",[0,0.001,1,0,677,5.408]],["name/960",[682,74.64]],["parent/960",[0,0.001,1,0,4,1.68]],["name/961",[31,32.178]],["parent/961",[0,0.001,1,0,683,5.836]],["name/962",[645,61.61]],["parent/962",[0,0.001,1,0,683,5.836]],["name/963",[237,57.244]],["parent/963",[0,0.001,1,0,683,5.836]],["name/964",[179,42.63]],["parent/964",[0,0.001,1,0,683,5.836]],["name/965",[646,61.61]],["parent/965",[0,0.001,1,0,683,5.836]],["name/966",[647,43.49]],["parent/966",[0,0.001,1,0,683,5.836]],["name/967",[648,43.49]],["parent/967",[0,0.001,1,0,683,5.836]],["name/968",[684,74.64]],["parent/968",[0,0.001,1,0,4,1.68]],["name/969",[685,74.64]],["parent/969",[0,0.001,1,0,4,1.68]],["name/970",[686,74.64]],["parent/970",[0,0.001,1,0,4,1.68]],["name/971",[31,32.178]],["parent/971",[0,0.001,1,0,687,6.599]],["name/972",[664,66.143]],["parent/972",[0,0.001,1,0,687,6.599]],["name/973",[688,74.64]],["parent/973",[0,0.001,1,0,687,6.599]],["name/974",[689,74.64]],["parent/974",[0,0.001,1,0,4,1.68]],["name/975",[31,32.178]],["parent/975",[0,0.001,1,0,690,5.408]],["name/976",[678,50.002]],["parent/976",[0,0.001,1,0,690,5.408]],["name/977",[679,50.002]],["parent/977",[0,0.001,1,0,690,5.408]],["name/978",[680,50.002]],["parent/978",[0,0.001,1,0,690,5.408]],["name/979",[681,50.002]],["parent/979",[0,0.001,1,0,690,5.408]],["name/980",[645,61.61]],["parent/980",[0,0.001,1,0,690,5.408]],["name/981",[237,57.244]],["parent/981",[0,0.001,1,0,690,5.408]],["name/982",[179,42.63]],["parent/982",[0,0.001,1,0,690,5.408]],["name/983",[646,61.61]],["parent/983",[0,0.001,1,0,690,5.408]],["name/984",[647,43.49]],["parent/984",[0,0.001,1,0,690,5.408]],["name/985",[648,43.49]],["parent/985",[0,0.001,1,0,690,5.408]],["name/986",[691,74.64]],["parent/986",[0,0.001,1,0,4,1.68]],["name/987",[692,74.64]],["parent/987",[0,0.001,1,0,4,1.68]],["name/988",[31,32.178]],["parent/988",[0,0.001,1,0,693,6.599]],["name/989",[694,74.64]],["parent/989",[0,0.001,1,0,693,6.599]],["name/990",[654,69.517]],["parent/990",[0,0.001,1,0,693,6.599]],["name/991",[695,74.64]],["parent/991",[0,0.001,1,0,4,1.68]],["name/992",[696,74.64]],["parent/992",[0,0.001,1,0,4,1.68]],["name/993",[697,74.64]],["parent/993",[0,0.001,1,0,4,1.68]],["name/994",[698,74.64]],["parent/994",[0,0.001,1,0,4,1.68]],["name/995",[31,32.178]],["parent/995",[0,0.001,1,0,699,6.146]],["name/996",[144,41.838]],["parent/996",[0,0.001,1,0,699,6.146]],["name/997",[700,74.64]],["parent/997",[0,0.001,1,0,699,6.146]],["name/998",[102,37.562]],["parent/998",[0,0.001,1,0,699,6.146]],["name/999",[103,38.427]],["parent/999",[0,0.001,1,0,699,6.146]],["name/1000",[701,74.64]],["parent/1000",[0,0.001,1,0,4,1.68]],["name/1001",[31,32.178]],["parent/1001",[0,0.001,1,0,702,6.146]],["name/1002",[663,66.143]],["parent/1002",[0,0.001,1,0,702,6.146]],["name/1003",[214,57.244]],["parent/1003",[0,0.001,1,0,702,6.146]],["name/1004",[703,74.64]],["parent/1004",[0,0.001,1,0,702,6.146]],["name/1005",[704,74.64]],["parent/1005",[0,0.001,1,0,702,6.146]],["name/1006",[705,74.64]],["parent/1006",[0,0.001,1,0,4,1.68]],["name/1007",[706,74.64]],["parent/1007",[0,0.001,1,0,4,1.68]],["name/1008",[707,74.64]],["parent/1008",[0,0.001,1,0,4,1.68]],["name/1009",[708,74.64]],["parent/1009",[0,0.001,1,0,4,1.68]],["name/1010",[709,74.64]],["parent/1010",[0,0.001,1,0,4,1.68]],["name/1011",[31,32.178]],["parent/1011",[0,0.001,1,0,710,6.347]],["name/1012",[711,69.517]],["parent/1012",[0,0.001,1,0,710,6.347]],["name/1013",[179,42.63]],["parent/1013",[0,0.001,1,0,710,6.347]],["name/1014",[432,61.61]],["parent/1014",[0,0.001,1,0,710,6.347]],["name/1015",[712,74.64]],["parent/1015",[0,0.001,1,0,4,1.68]],["name/1016",[713,74.64]],["parent/1016",[0,0.001,1,0,4,1.68]],["name/1017",[31,32.178]],["parent/1017",[0,0.001,1,0,714,5.047]],["name/1018",[715,69.517]],["parent/1018",[0,0.001,1,0,714,5.047]],["name/1019",[409,69.517]],["parent/1019",[0,0.001,1,0,714,5.047]],["name/1020",[114,45.111]],["parent/1020",[0,0.001,1,0,714,5.047]],["name/1021",[115,46.227]],["parent/1021",[0,0.001,1,0,714,5.047]],["name/1022",[716,74.64]],["parent/1022",[0,0.001,1,0,714,5.047]],["name/1023",[717,74.64]],["parent/1023",[0,0.001,1,0,714,5.047]],["name/1024",[718,74.64]],["parent/1024",[0,0.001,1,0,714,5.047]],["name/1025",[719,74.64]],["parent/1025",[0,0.001,1,0,714,5.047]],["name/1026",[720,74.64]],["parent/1026",[0,0.001,1,0,714,5.047]],["name/1027",[721,74.64]],["parent/1027",[0,0.001,1,0,714,5.047]],["name/1028",[375,58.5]],["parent/1028",[0,0.001,1,0,714,5.047]],["name/1029",[243,50.002]],["parent/1029",[0,0.001,1,0,714,5.047]],["name/1030",[241,50.002]],["parent/1030",[0,0.001,1,0,714,5.047]],["name/1031",[722,74.64]],["parent/1031",[0,0.001,1,0,714,5.047]],["name/1032",[111,46.628]],["parent/1032",[0,0.001,1,0,714,5.047]],["name/1033",[723,74.64]],["parent/1033",[0,0.001,1,0,4,1.68]],["name/1034",[724,74.64]],["parent/1034",[0,0.001,1,0,4,1.68]],["name/1035",[725,74.64]],["parent/1035",[0,0.001,1,0,4,1.68]],["name/1036",[31,32.178]],["parent/1036",[0,0.001,1,0,726,4.652]],["name/1037",[102,37.562]],["parent/1037",[0,0.001,1,0,726,4.652]],["name/1038",[727,59.935]],["parent/1038",[0,0.001,1,0,726,4.652]],["name/1039",[728,63.622]],["parent/1039",[0,0.001,1,0,726,4.652]],["name/1040",[729,63.622]],["parent/1040",[0,0.001,1,0,726,4.652]],["name/1041",[234,50.592]],["parent/1041",[0,0.001,1,0,726,4.652]],["name/1042",[235,50.002]],["parent/1042",[0,0.001,1,0,726,4.652]],["name/1043",[730,69.517]],["parent/1043",[0,0.001,1,0,726,4.652]],["name/1044",[238,48.917]],["parent/1044",[0,0.001,1,0,726,4.652]],["name/1045",[229,48.917]],["parent/1045",[0,0.001,1,0,726,4.652]],["name/1046",[239,50.002]],["parent/1046",[0,0.001,1,0,726,4.652]],["name/1047",[240,50.592]],["parent/1047",[0,0.001,1,0,726,4.652]],["name/1048",[241,50.002]],["parent/1048",[0,0.001,1,0,726,4.652]],["name/1049",[242,50.592]],["parent/1049",[0,0.001,1,0,726,4.652]],["name/1050",[243,50.002]],["parent/1050",[0,0.001,1,0,726,4.652]],["name/1051",[244,50.592]],["parent/1051",[0,0.001,1,0,726,4.652]],["name/1052",[245,50.592]],["parent/1052",[0,0.001,1,0,726,4.652]],["name/1053",[246,50.592]],["parent/1053",[0,0.001,1,0,726,4.652]],["name/1054",[247,50.002]],["parent/1054",[0,0.001,1,0,726,4.652]],["name/1055",[117,41.343]],["parent/1055",[0,0.001,1,0,726,4.652]],["name/1056",[119,41.587]],["parent/1056",[0,0.001,1,0,726,4.652]],["name/1057",[122,41.343]],["parent/1057",[0,0.001,1,0,726,4.652]],["name/1058",[123,41.587]],["parent/1058",[0,0.001,1,0,726,4.652]],["name/1059",[248,50.592]],["parent/1059",[0,0.001,1,0,726,4.652]],["name/1060",[731,74.64]],["parent/1060",[0,0.001,1,0,4,1.68]],["name/1061",[31,32.178]],["parent/1061",[0,0.001,1,0,732,4.573]],["name/1062",[733,59.935]],["parent/1062",[0,0.001,1,0,732,4.573]],["name/1063",[215,59.935]],["parent/1063",[0,0.001,1,0,732,4.573]],["name/1064",[216,59.935]],["parent/1064",[0,0.001,1,0,732,4.573]],["name/1065",[211,58.5]],["parent/1065",[0,0.001,1,0,732,4.573]],["name/1066",[214,57.244]],["parent/1066",[0,0.001,1,0,732,4.573]],["name/1067",[734,58.5]],["parent/1067",[0,0.001,1,0,732,4.573]],["name/1068",[735,63.622]],["parent/1068",[0,0.001,1,0,732,4.573]],["name/1069",[234,50.592]],["parent/1069",[0,0.001,1,0,732,4.573]],["name/1070",[235,50.002]],["parent/1070",[0,0.001,1,0,732,4.573]],["name/1071",[238,48.917]],["parent/1071",[0,0.001,1,0,732,4.573]],["name/1072",[229,48.917]],["parent/1072",[0,0.001,1,0,732,4.573]],["name/1073",[239,50.002]],["parent/1073",[0,0.001,1,0,732,4.573]],["name/1074",[240,50.592]],["parent/1074",[0,0.001,1,0,732,4.573]],["name/1075",[241,50.002]],["parent/1075",[0,0.001,1,0,732,4.573]],["name/1076",[242,50.592]],["parent/1076",[0,0.001,1,0,732,4.573]],["name/1077",[243,50.002]],["parent/1077",[0,0.001,1,0,732,4.573]],["name/1078",[244,50.592]],["parent/1078",[0,0.001,1,0,732,4.573]],["name/1079",[245,50.592]],["parent/1079",[0,0.001,1,0,732,4.573]],["name/1080",[246,50.592]],["parent/1080",[0,0.001,1,0,732,4.573]],["name/1081",[247,50.002]],["parent/1081",[0,0.001,1,0,732,4.573]],["name/1082",[117,41.343]],["parent/1082",[0,0.001,1,0,732,4.573]],["name/1083",[119,41.587]],["parent/1083",[0,0.001,1,0,732,4.573]],["name/1084",[122,41.343]],["parent/1084",[0,0.001,1,0,732,4.573]],["name/1085",[123,41.587]],["parent/1085",[0,0.001,1,0,732,4.573]],["name/1086",[248,50.592]],["parent/1086",[0,0.001,1,0,732,4.573]],["name/1087",[736,74.64]],["parent/1087",[0,0.001,1,0,4,1.68]],["name/1088",[31,32.178]],["parent/1088",[0,0.001,1,0,737,4.693]],["name/1089",[733,59.935]],["parent/1089",[0,0.001,1,0,737,4.693]],["name/1090",[727,59.935]],["parent/1090",[0,0.001,1,0,737,4.693]],["name/1091",[734,58.5]],["parent/1091",[0,0.001,1,0,737,4.693]],["name/1092",[735,63.622]],["parent/1092",[0,0.001,1,0,737,4.693]],["name/1093",[234,50.592]],["parent/1093",[0,0.001,1,0,737,4.693]],["name/1094",[235,50.002]],["parent/1094",[0,0.001,1,0,737,4.693]],["name/1095",[238,48.917]],["parent/1095",[0,0.001,1,0,737,4.693]],["name/1096",[229,48.917]],["parent/1096",[0,0.001,1,0,737,4.693]],["name/1097",[239,50.002]],["parent/1097",[0,0.001,1,0,737,4.693]],["name/1098",[240,50.592]],["parent/1098",[0,0.001,1,0,737,4.693]],["name/1099",[241,50.002]],["parent/1099",[0,0.001,1,0,737,4.693]],["name/1100",[242,50.592]],["parent/1100",[0,0.001,1,0,737,4.693]],["name/1101",[243,50.002]],["parent/1101",[0,0.001,1,0,737,4.693]],["name/1102",[244,50.592]],["parent/1102",[0,0.001,1,0,737,4.693]],["name/1103",[245,50.592]],["parent/1103",[0,0.001,1,0,737,4.693]],["name/1104",[246,50.592]],["parent/1104",[0,0.001,1,0,737,4.693]],["name/1105",[247,50.002]],["parent/1105",[0,0.001,1,0,737,4.693]],["name/1106",[117,41.343]],["parent/1106",[0,0.001,1,0,737,4.693]],["name/1107",[119,41.587]],["parent/1107",[0,0.001,1,0,737,4.693]],["name/1108",[122,41.343]],["parent/1108",[0,0.001,1,0,737,4.693]],["name/1109",[123,41.587]],["parent/1109",[0,0.001,1,0,737,4.693]],["name/1110",[248,50.592]],["parent/1110",[0,0.001,1,0,737,4.693]],["name/1111",[738,74.64]],["parent/1111",[0,0.001,1,0,4,1.68]],["name/1112",[31,32.178]],["parent/1112",[0,0.001,1,0,739,4.693]],["name/1113",[733,59.935]],["parent/1113",[0,0.001,1,0,739,4.693]],["name/1114",[727,59.935]],["parent/1114",[0,0.001,1,0,739,4.693]],["name/1115",[728,63.622]],["parent/1115",[0,0.001,1,0,739,4.693]],["name/1116",[729,63.622]],["parent/1116",[0,0.001,1,0,739,4.693]],["name/1117",[234,50.592]],["parent/1117",[0,0.001,1,0,739,4.693]],["name/1118",[235,50.002]],["parent/1118",[0,0.001,1,0,739,4.693]],["name/1119",[238,48.917]],["parent/1119",[0,0.001,1,0,739,4.693]],["name/1120",[229,48.917]],["parent/1120",[0,0.001,1,0,739,4.693]],["name/1121",[239,50.002]],["parent/1121",[0,0.001,1,0,739,4.693]],["name/1122",[240,50.592]],["parent/1122",[0,0.001,1,0,739,4.693]],["name/1123",[241,50.002]],["parent/1123",[0,0.001,1,0,739,4.693]],["name/1124",[242,50.592]],["parent/1124",[0,0.001,1,0,739,4.693]],["name/1125",[243,50.002]],["parent/1125",[0,0.001,1,0,739,4.693]],["name/1126",[244,50.592]],["parent/1126",[0,0.001,1,0,739,4.693]],["name/1127",[245,50.592]],["parent/1127",[0,0.001,1,0,739,4.693]],["name/1128",[246,50.592]],["parent/1128",[0,0.001,1,0,739,4.693]],["name/1129",[247,50.002]],["parent/1129",[0,0.001,1,0,739,4.693]],["name/1130",[117,41.343]],["parent/1130",[0,0.001,1,0,739,4.693]],["name/1131",[119,41.587]],["parent/1131",[0,0.001,1,0,739,4.693]],["name/1132",[122,41.343]],["parent/1132",[0,0.001,1,0,739,4.693]],["name/1133",[123,41.587]],["parent/1133",[0,0.001,1,0,739,4.693]],["name/1134",[248,50.592]],["parent/1134",[0,0.001,1,0,739,4.693]],["name/1135",[740,74.64]],["parent/1135",[0,0.001,1,0,4,1.68]],["name/1136",[31,32.178]],["parent/1136",[0,0.001,1,0,741,4.693]],["name/1137",[102,37.562]],["parent/1137",[0,0.001,1,0,741,4.693]],["name/1138",[742,69.517]],["parent/1138",[0,0.001,1,0,741,4.693]],["name/1139",[743,69.517]],["parent/1139",[0,0.001,1,0,741,4.693]],["name/1140",[234,50.592]],["parent/1140",[0,0.001,1,0,741,4.693]],["name/1141",[235,50.002]],["parent/1141",[0,0.001,1,0,741,4.693]],["name/1142",[744,69.517]],["parent/1142",[0,0.001,1,0,741,4.693]],["name/1143",[238,48.917]],["parent/1143",[0,0.001,1,0,741,4.693]],["name/1144",[229,48.917]],["parent/1144",[0,0.001,1,0,741,4.693]],["name/1145",[239,50.002]],["parent/1145",[0,0.001,1,0,741,4.693]],["name/1146",[240,50.592]],["parent/1146",[0,0.001,1,0,741,4.693]],["name/1147",[241,50.002]],["parent/1147",[0,0.001,1,0,741,4.693]],["name/1148",[242,50.592]],["parent/1148",[0,0.001,1,0,741,4.693]],["name/1149",[243,50.002]],["parent/1149",[0,0.001,1,0,741,4.693]],["name/1150",[244,50.592]],["parent/1150",[0,0.001,1,0,741,4.693]],["name/1151",[245,50.592]],["parent/1151",[0,0.001,1,0,741,4.693]],["name/1152",[246,50.592]],["parent/1152",[0,0.001,1,0,741,4.693]],["name/1153",[247,50.002]],["parent/1153",[0,0.001,1,0,741,4.693]],["name/1154",[117,41.343]],["parent/1154",[0,0.001,1,0,741,4.693]],["name/1155",[119,41.587]],["parent/1155",[0,0.001,1,0,741,4.693]],["name/1156",[122,41.343]],["parent/1156",[0,0.001,1,0,741,4.693]],["name/1157",[123,41.587]],["parent/1157",[0,0.001,1,0,741,4.693]],["name/1158",[248,50.592]],["parent/1158",[0,0.001,1,0,741,4.693]],["name/1159",[745,74.64]],["parent/1159",[0,0.001,1,0,4,1.68]],["name/1160",[746,69.517]],["parent/1160",[0,0.001,1,0,747,4.652]],["name/1161",[31,32.178]],["parent/1161",[0,0.001,1,0,747,4.652]],["name/1162",[229,48.917]],["parent/1162",[0,0.001,1,0,747,4.652]],["name/1163",[225,61.61]],["parent/1163",[0,0.001,1,0,747,4.652]],["name/1164",[748,69.517]],["parent/1164",[0,0.001,1,0,747,4.652]],["name/1165",[749,69.517]],["parent/1165",[0,0.001,1,0,747,4.652]],["name/1166",[231,61.61]],["parent/1166",[0,0.001,1,0,747,4.652]],["name/1167",[234,50.592]],["parent/1167",[0,0.001,1,0,747,4.652]],["name/1168",[235,50.002]],["parent/1168",[0,0.001,1,0,747,4.652]],["name/1169",[238,48.917]],["parent/1169",[0,0.001,1,0,747,4.652]],["name/1170",[239,50.002]],["parent/1170",[0,0.001,1,0,747,4.652]],["name/1171",[240,50.592]],["parent/1171",[0,0.001,1,0,747,4.652]],["name/1172",[241,50.002]],["parent/1172",[0,0.001,1,0,747,4.652]],["name/1173",[242,50.592]],["parent/1173",[0,0.001,1,0,747,4.652]],["name/1174",[243,50.002]],["parent/1174",[0,0.001,1,0,747,4.652]],["name/1175",[244,50.592]],["parent/1175",[0,0.001,1,0,747,4.652]],["name/1176",[245,50.592]],["parent/1176",[0,0.001,1,0,747,4.652]],["name/1177",[246,50.592]],["parent/1177",[0,0.001,1,0,747,4.652]],["name/1178",[247,50.002]],["parent/1178",[0,0.001,1,0,747,4.652]],["name/1179",[117,41.343]],["parent/1179",[0,0.001,1,0,747,4.652]],["name/1180",[119,41.587]],["parent/1180",[0,0.001,1,0,747,4.652]],["name/1181",[122,41.343]],["parent/1181",[0,0.001,1,0,747,4.652]],["name/1182",[123,41.587]],["parent/1182",[0,0.001,1,0,747,4.652]],["name/1183",[248,50.592]],["parent/1183",[0,0.001,1,0,747,4.652]],["name/1184",[750,74.64]],["parent/1184",[0,0.001,1,0,4,1.68]],["name/1185",[31,32.178]],["parent/1185",[0,0.001,1,0,751,5.176]],["name/1186",[113,46.628]],["parent/1186",[0,0.001,1,0,751,5.176]],["name/1187",[114,45.111]],["parent/1187",[0,0.001,1,0,751,5.176]],["name/1188",[115,46.227]],["parent/1188",[0,0.001,1,0,751,5.176]],["name/1189",[116,46.628]],["parent/1189",[0,0.001,1,0,751,5.176]],["name/1190",[117,41.343]],["parent/1190",[0,0.001,1,0,751,5.176]],["name/1191",[118,46.628]],["parent/1191",[0,0.001,1,0,751,5.176]],["name/1192",[119,41.587]],["parent/1192",[0,0.001,1,0,751,5.176]],["name/1193",[120,46.628]],["parent/1193",[0,0.001,1,0,751,5.176]],["name/1194",[121,46.628]],["parent/1194",[0,0.001,1,0,751,5.176]],["name/1195",[122,41.343]],["parent/1195",[0,0.001,1,0,751,5.176]],["name/1196",[123,41.587]],["parent/1196",[0,0.001,1,0,751,5.176]],["name/1197",[124,46.227]],["parent/1197",[0,0.001,1,0,751,5.176]],["name/1198",[125,46.628]],["parent/1198",[0,0.001,1,0,751,5.176]],["name/1199",[752,74.64]],["parent/1199",[0,0.001,1,0,4,1.68]],["name/1200",[753,74.64]],["parent/1200",[0,0.001,1,0,4,1.68]],["name/1201",[31,32.178]],["parent/1201",[0,0.001,1,0,754,4.612]],["name/1202",[98,57.244]],["parent/1202",[0,0.001,1,0,754,4.612]],["name/1203",[212,59.935]],["parent/1203",[0,0.001,1,0,754,4.612]],["name/1204",[213,56.129]],["parent/1204",[0,0.001,1,0,754,4.612]],["name/1205",[214,57.244]],["parent/1205",[0,0.001,1,0,754,4.612]],["name/1206",[215,59.935]],["parent/1206",[0,0.001,1,0,754,4.612]],["name/1207",[216,59.935]],["parent/1207",[0,0.001,1,0,754,4.612]],["name/1208",[217,66.143]],["parent/1208",[0,0.001,1,0,754,4.612]],["name/1209",[111,46.628]],["parent/1209",[0,0.001,1,0,754,4.612]],["name/1210",[102,37.562]],["parent/1210",[0,0.001,1,0,754,4.612]],["name/1211",[103,38.427]],["parent/1211",[0,0.001,1,0,754,4.612]],["name/1212",[112,47.046]],["parent/1212",[0,0.001,1,0,754,4.612]],["name/1213",[113,46.628]],["parent/1213",[0,0.001,1,0,754,4.612]],["name/1214",[114,45.111]],["parent/1214",[0,0.001,1,0,754,4.612]],["name/1215",[115,46.227]],["parent/1215",[0,0.001,1,0,754,4.612]],["name/1216",[116,46.628]],["parent/1216",[0,0.001,1,0,754,4.612]],["name/1217",[117,41.343]],["parent/1217",[0,0.001,1,0,754,4.612]],["name/1218",[118,46.628]],["parent/1218",[0,0.001,1,0,754,4.612]],["name/1219",[119,41.587]],["parent/1219",[0,0.001,1,0,754,4.612]],["name/1220",[120,46.628]],["parent/1220",[0,0.001,1,0,754,4.612]],["name/1221",[121,46.628]],["parent/1221",[0,0.001,1,0,754,4.612]],["name/1222",[122,41.343]],["parent/1222",[0,0.001,1,0,754,4.612]],["name/1223",[123,41.587]],["parent/1223",[0,0.001,1,0,754,4.612]],["name/1224",[124,46.227]],["parent/1224",[0,0.001,1,0,754,4.612]],["name/1225",[125,46.628]],["parent/1225",[0,0.001,1,0,754,4.612]],["name/1226",[755,74.64]],["parent/1226",[0,0.001,1,0,4,1.68]],["name/1227",[31,32.178]],["parent/1227",[0,0.001,1,0,756,6.599]],["name/1228",[224,59.935]],["parent/1228",[0,0.001,1,0,756,6.599]],["name/1229",[225,61.61]],["parent/1229",[0,0.001,1,0,756,6.599]],["name/1230",[757,74.64]],["parent/1230",[0,0.001,1,0,4,1.68]],["name/1231",[31,32.178]],["parent/1231",[0,0.001,1,0,758,4.88]],["name/1232",[229,48.917]],["parent/1232",[0,0.001,1,0,758,4.88]],["name/1233",[224,59.935]],["parent/1233",[0,0.001,1,0,758,4.88]],["name/1234",[230,66.143]],["parent/1234",[0,0.001,1,0,758,4.88]],["name/1235",[231,61.61]],["parent/1235",[0,0.001,1,0,758,4.88]],["name/1236",[125,46.628]],["parent/1236",[0,0.001,1,0,758,4.88]],["name/1237",[112,47.046]],["parent/1237",[0,0.001,1,0,758,4.88]],["name/1238",[113,46.628]],["parent/1238",[0,0.001,1,0,758,4.88]],["name/1239",[114,45.111]],["parent/1239",[0,0.001,1,0,758,4.88]],["name/1240",[115,46.227]],["parent/1240",[0,0.001,1,0,758,4.88]],["name/1241",[116,46.628]],["parent/1241",[0,0.001,1,0,758,4.88]],["name/1242",[117,41.343]],["parent/1242",[0,0.001,1,0,758,4.88]],["name/1243",[118,46.628]],["parent/1243",[0,0.001,1,0,758,4.88]],["name/1244",[119,41.587]],["parent/1244",[0,0.001,1,0,758,4.88]],["name/1245",[120,46.628]],["parent/1245",[0,0.001,1,0,758,4.88]],["name/1246",[121,46.628]],["parent/1246",[0,0.001,1,0,758,4.88]],["name/1247",[122,41.343]],["parent/1247",[0,0.001,1,0,758,4.88]],["name/1248",[123,41.587]],["parent/1248",[0,0.001,1,0,758,4.88]],["name/1249",[124,46.227]],["parent/1249",[0,0.001,1,0,758,4.88]],["name/1250",[759,74.64]],["parent/1250",[0,0.001,1,0,4,1.68]],["name/1251",[760,74.64]],["parent/1251",[0,0.001,1,0,4,1.68]],["name/1252",[761,74.64]],["parent/1252",[0,0.001,1,0,4,1.68]],["name/1253",[762,74.64]],["parent/1253",[0,0.001,1,0,4,1.68]],["name/1254",[763,74.64]],["parent/1254",[0,0.001,1,0,4,1.68]],["name/1255",[764,74.64]],["parent/1255",[0,0.001,1,0,4,1.68]],["name/1256",[765,74.64]],["parent/1256",[0,0.001,1,0,4,1.68]],["name/1257",[766,74.64]],["parent/1257",[0,0.001,1,0,4,1.68]],["name/1258",[767,74.64]],["parent/1258",[0,0.001,1,0,4,1.68]],["name/1259",[768,74.64]],["parent/1259",[0,0.001,1,0,4,1.68]],["name/1260",[769,74.64]],["parent/1260",[0,0.001,1,0,4,1.68]],["name/1261",[770,74.64]],["parent/1261",[0,0.001,1,0,4,1.68]],["name/1262",[771,74.64]],["parent/1262",[0,0.001,1,0,4,1.68]],["name/1263",[772,74.64]],["parent/1263",[0,0.001,1,0,4,1.68]],["name/1264",[622,63.622]],["parent/1264",[0,0.001,1,0,773,6.935]],["name/1265",[620,63.622]],["parent/1265",[0,0.001,1,0,773,6.935]],["name/1266",[774,69.517]],["parent/1266",[0,0.001,1,0,4,1.68]],["name/1267",[775,74.64]],["parent/1267",[0,0.001,1,0,4,1.68]],["name/1268",[776,74.64]],["parent/1268",[0,0.001,1,0,4,1.68]],["name/1269",[31,32.178]],["parent/1269",[0,0.001,1,0,777,6.935]],["name/1270",[774,69.517]],["parent/1270",[0,0.001,1,0,777,6.935]],["name/1271",[778,74.64]],["parent/1271",[0,0.001,1,0,4,1.68]],["name/1272",[31,32.178]],["parent/1272",[0,0.001,1,0,779,4.988]],["name/1273",[780,74.64]],["parent/1273",[0,0.001,1,0,779,4.988]],["name/1274",[111,46.628]],["parent/1274",[0,0.001,1,0,779,4.988]],["name/1275",[112,47.046]],["parent/1275",[0,0.001,1,0,779,4.988]],["name/1276",[113,46.628]],["parent/1276",[0,0.001,1,0,779,4.988]],["name/1277",[114,45.111]],["parent/1277",[0,0.001,1,0,779,4.988]],["name/1278",[115,46.227]],["parent/1278",[0,0.001,1,0,779,4.988]],["name/1279",[116,46.628]],["parent/1279",[0,0.001,1,0,779,4.988]],["name/1280",[117,41.343]],["parent/1280",[0,0.001,1,0,779,4.988]],["name/1281",[118,46.628]],["parent/1281",[0,0.001,1,0,779,4.988]],["name/1282",[119,41.587]],["parent/1282",[0,0.001,1,0,779,4.988]],["name/1283",[120,46.628]],["parent/1283",[0,0.001,1,0,779,4.988]],["name/1284",[121,46.628]],["parent/1284",[0,0.001,1,0,779,4.988]],["name/1285",[122,41.343]],["parent/1285",[0,0.001,1,0,779,4.988]],["name/1286",[123,41.587]],["parent/1286",[0,0.001,1,0,779,4.988]],["name/1287",[124,46.227]],["parent/1287",[0,0.001,1,0,779,4.988]],["name/1288",[125,46.628]],["parent/1288",[0,0.001,1,0,779,4.988]],["name/1289",[781,74.64]],["parent/1289",[0,0.001,1,0,4,1.68]],["name/1290",[31,32.178]],["parent/1290",[0,0.001,1,0,782,4.933]],["name/1291",[208,63.622]],["parent/1291",[0,0.001,1,0,782,4.933]],["name/1292",[29,45.841]],["parent/1292",[0,0.001,1,0,782,4.933]],["name/1293",[111,46.628]],["parent/1293",[0,0.001,1,0,782,4.933]],["name/1294",[112,47.046]],["parent/1294",[0,0.001,1,0,782,4.933]],["name/1295",[113,46.628]],["parent/1295",[0,0.001,1,0,782,4.933]],["name/1296",[114,45.111]],["parent/1296",[0,0.001,1,0,782,4.933]],["name/1297",[115,46.227]],["parent/1297",[0,0.001,1,0,782,4.933]],["name/1298",[116,46.628]],["parent/1298",[0,0.001,1,0,782,4.933]],["name/1299",[117,41.343]],["parent/1299",[0,0.001,1,0,782,4.933]],["name/1300",[118,46.628]],["parent/1300",[0,0.001,1,0,782,4.933]],["name/1301",[119,41.587]],["parent/1301",[0,0.001,1,0,782,4.933]],["name/1302",[120,46.628]],["parent/1302",[0,0.001,1,0,782,4.933]],["name/1303",[121,46.628]],["parent/1303",[0,0.001,1,0,782,4.933]],["name/1304",[122,41.343]],["parent/1304",[0,0.001,1,0,782,4.933]],["name/1305",[123,41.587]],["parent/1305",[0,0.001,1,0,782,4.933]],["name/1306",[124,46.227]],["parent/1306",[0,0.001,1,0,782,4.933]],["name/1307",[125,46.628]],["parent/1307",[0,0.001,1,0,782,4.933]],["name/1308",[783,74.64]],["parent/1308",[0,0.001,1,0,4,1.68]],["name/1309",[784,74.64]],["parent/1309",[0,0.001,1,0,4,1.68]],["name/1310",[31,32.178]],["parent/1310",[0,0.001,1,0,785,4.612]],["name/1311",[102,37.562]],["parent/1311",[0,0.001,1,0,785,4.612]],["name/1312",[103,38.427]],["parent/1312",[0,0.001,1,0,785,4.612]],["name/1313",[104,54.213]],["parent/1313",[0,0.001,1,0,785,4.612]],["name/1314",[105,66.143]],["parent/1314",[0,0.001,1,0,785,4.612]],["name/1315",[106,66.143]],["parent/1315",[0,0.001,1,0,785,4.612]],["name/1316",[107,61.61]],["parent/1316",[0,0.001,1,0,785,4.612]],["name/1317",[108,58.5]],["parent/1317",[0,0.001,1,0,785,4.612]],["name/1318",[109,59.935]],["parent/1318",[0,0.001,1,0,785,4.612]],["name/1319",[110,66.143]],["parent/1319",[0,0.001,1,0,785,4.612]],["name/1320",[111,46.628]],["parent/1320",[0,0.001,1,0,785,4.612]],["name/1321",[112,47.046]],["parent/1321",[0,0.001,1,0,785,4.612]],["name/1322",[113,46.628]],["parent/1322",[0,0.001,1,0,785,4.612]],["name/1323",[114,45.111]],["parent/1323",[0,0.001,1,0,785,4.612]],["name/1324",[115,46.227]],["parent/1324",[0,0.001,1,0,785,4.612]],["name/1325",[116,46.628]],["parent/1325",[0,0.001,1,0,785,4.612]],["name/1326",[117,41.343]],["parent/1326",[0,0.001,1,0,785,4.612]],["name/1327",[118,46.628]],["parent/1327",[0,0.001,1,0,785,4.612]],["name/1328",[119,41.587]],["parent/1328",[0,0.001,1,0,785,4.612]],["name/1329",[120,46.628]],["parent/1329",[0,0.001,1,0,785,4.612]],["name/1330",[121,46.628]],["parent/1330",[0,0.001,1,0,785,4.612]],["name/1331",[122,41.343]],["parent/1331",[0,0.001,1,0,785,4.612]],["name/1332",[123,41.587]],["parent/1332",[0,0.001,1,0,785,4.612]],["name/1333",[124,46.227]],["parent/1333",[0,0.001,1,0,785,4.612]],["name/1334",[125,46.628]],["parent/1334",[0,0.001,1,0,785,4.612]],["name/1335",[786,74.64]],["parent/1335",[0,0.001,1,0,4,1.68]],["name/1336",[31,32.178]],["parent/1336",[0,0.001,1,0,787,4.83]],["name/1337",[102,37.562]],["parent/1337",[0,0.001,1,0,787,4.83]],["name/1338",[103,38.427]],["parent/1338",[0,0.001,1,0,787,4.83]],["name/1339",[150,59.935]],["parent/1339",[0,0.001,1,0,787,4.83]],["name/1340",[111,46.628]],["parent/1340",[0,0.001,1,0,787,4.83]],["name/1341",[112,47.046]],["parent/1341",[0,0.001,1,0,787,4.83]],["name/1342",[149,56.129]],["parent/1342",[0,0.001,1,0,787,4.83]],["name/1343",[113,46.628]],["parent/1343",[0,0.001,1,0,787,4.83]],["name/1344",[114,45.111]],["parent/1344",[0,0.001,1,0,787,4.83]],["name/1345",[115,46.227]],["parent/1345",[0,0.001,1,0,787,4.83]],["name/1346",[116,46.628]],["parent/1346",[0,0.001,1,0,787,4.83]],["name/1347",[117,41.343]],["parent/1347",[0,0.001,1,0,787,4.83]],["name/1348",[118,46.628]],["parent/1348",[0,0.001,1,0,787,4.83]],["name/1349",[119,41.587]],["parent/1349",[0,0.001,1,0,787,4.83]],["name/1350",[120,46.628]],["parent/1350",[0,0.001,1,0,787,4.83]],["name/1351",[121,46.628]],["parent/1351",[0,0.001,1,0,787,4.83]],["name/1352",[122,41.343]],["parent/1352",[0,0.001,1,0,787,4.83]],["name/1353",[123,41.587]],["parent/1353",[0,0.001,1,0,787,4.83]],["name/1354",[124,46.227]],["parent/1354",[0,0.001,1,0,787,4.83]],["name/1355",[125,46.628]],["parent/1355",[0,0.001,1,0,787,4.83]],["name/1356",[788,74.64]],["parent/1356",[0,0.001,1,0,4,1.68]],["name/1357",[31,32.178]],["parent/1357",[0,0.001,1,0,789,4.782]],["name/1358",[98,57.244]],["parent/1358",[0,0.001,1,0,789,4.782]],["name/1359",[212,59.935]],["parent/1359",[0,0.001,1,0,789,4.782]],["name/1360",[213,56.129]],["parent/1360",[0,0.001,1,0,789,4.782]],["name/1361",[111,46.628]],["parent/1361",[0,0.001,1,0,789,4.782]],["name/1362",[102,37.562]],["parent/1362",[0,0.001,1,0,789,4.782]],["name/1363",[103,38.427]],["parent/1363",[0,0.001,1,0,789,4.782]],["name/1364",[112,47.046]],["parent/1364",[0,0.001,1,0,789,4.782]],["name/1365",[113,46.628]],["parent/1365",[0,0.001,1,0,789,4.782]],["name/1366",[114,45.111]],["parent/1366",[0,0.001,1,0,789,4.782]],["name/1367",[115,46.227]],["parent/1367",[0,0.001,1,0,789,4.782]],["name/1368",[116,46.628]],["parent/1368",[0,0.001,1,0,789,4.782]],["name/1369",[117,41.343]],["parent/1369",[0,0.001,1,0,789,4.782]],["name/1370",[118,46.628]],["parent/1370",[0,0.001,1,0,789,4.782]],["name/1371",[119,41.587]],["parent/1371",[0,0.001,1,0,789,4.782]],["name/1372",[120,46.628]],["parent/1372",[0,0.001,1,0,789,4.782]],["name/1373",[121,46.628]],["parent/1373",[0,0.001,1,0,789,4.782]],["name/1374",[122,41.343]],["parent/1374",[0,0.001,1,0,789,4.782]],["name/1375",[123,41.587]],["parent/1375",[0,0.001,1,0,789,4.782]],["name/1376",[124,46.227]],["parent/1376",[0,0.001,1,0,789,4.782]],["name/1377",[125,46.628]],["parent/1377",[0,0.001,1,0,789,4.782]],["name/1378",[790,74.64]],["parent/1378",[0,0.001,1,0,4,1.68]],["name/1379",[31,32.178]],["parent/1379",[0,0.001,1,0,791,4.253]],["name/1380",[102,37.562]],["parent/1380",[0,0.001,1,0,791,4.253]],["name/1381",[103,38.427]],["parent/1381",[0,0.001,1,0,791,4.253]],["name/1382",[104,54.213]],["parent/1382",[0,0.001,1,0,791,4.253]],["name/1383",[181,61.61]],["parent/1383",[0,0.001,1,0,791,4.253]],["name/1384",[182,63.622]],["parent/1384",[0,0.001,1,0,791,4.253]],["name/1385",[29,45.841]],["parent/1385",[0,0.001,1,0,791,4.253]],["name/1386",[256,66.143]],["parent/1386",[0,0.001,1,0,791,4.253]],["name/1387",[29,45.841]],["parent/1387",[0,0.001,1,0,791,4.253]],["name/1388",[108,58.5]],["parent/1388",[0,0.001,1,0,791,4.253]],["name/1389",[109,59.935]],["parent/1389",[0,0.001,1,0,791,4.253]],["name/1390",[257,66.143]],["parent/1390",[0,0.001,1,0,791,4.253]],["name/1391",[258,66.143]],["parent/1391",[0,0.001,1,0,791,4.253]],["name/1392",[259,66.143]],["parent/1392",[0,0.001,1,0,791,4.253]],["name/1393",[260,66.143]],["parent/1393",[0,0.001,1,0,791,4.253]],["name/1394",[261,66.143]],["parent/1394",[0,0.001,1,0,791,4.253]],["name/1395",[150,59.935]],["parent/1395",[0,0.001,1,0,791,4.253]],["name/1396",[262,66.143]],["parent/1396",[0,0.001,1,0,791,4.253]],["name/1397",[149,56.129]],["parent/1397",[0,0.001,1,0,791,4.253]],["name/1398",[263,66.143]],["parent/1398",[0,0.001,1,0,791,4.253]],["name/1399",[264,66.143]],["parent/1399",[0,0.001,1,0,791,4.253]],["name/1400",[265,66.143]],["parent/1400",[0,0.001,1,0,791,4.253]],["name/1401",[266,66.143]],["parent/1401",[0,0.001,1,0,791,4.253]],["name/1402",[113,46.628]],["parent/1402",[0,0.001,1,0,791,4.253]],["name/1403",[114,45.111]],["parent/1403",[0,0.001,1,0,791,4.253]],["name/1404",[115,46.227]],["parent/1404",[0,0.001,1,0,791,4.253]],["name/1405",[116,46.628]],["parent/1405",[0,0.001,1,0,791,4.253]],["name/1406",[117,41.343]],["parent/1406",[0,0.001,1,0,791,4.253]],["name/1407",[118,46.628]],["parent/1407",[0,0.001,1,0,791,4.253]],["name/1408",[119,41.587]],["parent/1408",[0,0.001,1,0,791,4.253]],["name/1409",[120,46.628]],["parent/1409",[0,0.001,1,0,791,4.253]],["name/1410",[121,46.628]],["parent/1410",[0,0.001,1,0,791,4.253]],["name/1411",[122,41.343]],["parent/1411",[0,0.001,1,0,791,4.253]],["name/1412",[123,41.587]],["parent/1412",[0,0.001,1,0,791,4.253]],["name/1413",[124,46.227]],["parent/1413",[0,0.001,1,0,791,4.253]],["name/1414",[125,46.628]],["parent/1414",[0,0.001,1,0,791,4.253]],["name/1415",[792,74.64]],["parent/1415",[0,0.001,1,0,4,1.68]],["name/1416",[31,32.178]],["parent/1416",[0,0.001,1,0,793,6.347]],["name/1417",[144,41.838]],["parent/1417",[0,0.001,1,0,793,6.347]],["name/1418",[102,37.562]],["parent/1418",[0,0.001,1,0,793,6.347]],["name/1419",[794,66.143]],["parent/1419",[0,0.001,1,0,793,6.347]],["name/1420",[795,74.64]],["parent/1420",[0,0.001,1,0,4,1.68]],["name/1421",[31,32.178]],["parent/1421",[0,0.001,1,0,796,5.711]],["name/1422",[797,44.765]],["parent/1422",[0,0.001,1,0,796,5.711]],["name/1423",[798,74.64]],["parent/1423",[0,0.001,1,0,796,5.711]],["name/1424",[146,43.49]],["parent/1424",[0,0.001,1,0,796,5.711]],["name/1425",[144,41.838]],["parent/1425",[0,0.001,1,0,796,5.711]],["name/1426",[102,37.562]],["parent/1426",[0,0.001,1,0,796,5.711]],["name/1427",[103,38.427]],["parent/1427",[0,0.001,1,0,796,5.711]],["name/1428",[145,43.49]],["parent/1428",[0,0.001,1,0,796,5.711]],["name/1429",[799,74.64]],["parent/1429",[0,0.001,1,0,4,1.68]],["name/1430",[800,74.64]],["parent/1430",[0,0.001,1,0,4,1.68]],["name/1431",[801,74.64]],["parent/1431",[0,0.001,1,0,4,1.68]],["name/1432",[802,74.64]],["parent/1432",[0,0.001,1,0,803,7.446]],["name/1433",[804,74.64]],["parent/1433",[0,0.001,1,0,4,1.68]],["name/1434",[271,57.244]],["parent/1434",[0,0.001,1,0,805,6.347]],["name/1435",[711,69.517]],["parent/1435",[0,0.001,1,0,805,6.347]],["name/1436",[422,57.244]],["parent/1436",[0,0.001,1,0,805,6.347]],["name/1437",[806,74.64]],["parent/1437",[0,0.001,1,0,805,6.347]],["name/1438",[807,74.64]],["parent/1438",[0,0.001,1,0,4,1.68]],["name/1439",[808,74.64]],["parent/1439",[0,0.001,1,0,4,1.68]],["name/1440",[809,74.64]],["parent/1440",[0,0.001,1,0,4,1.68]],["name/1441",[31,32.178]],["parent/1441",[0,0.001,1,0,810,5.711]],["name/1442",[811,53.377]],["parent/1442",[0,0.001,1,0,810,5.711]],["name/1443",[812,74.64]],["parent/1443",[0,0.001,1,0,810,5.711]],["name/1444",[146,43.49]],["parent/1444",[0,0.001,1,0,810,5.711]],["name/1445",[144,41.838]],["parent/1445",[0,0.001,1,0,810,5.711]],["name/1446",[102,37.562]],["parent/1446",[0,0.001,1,0,810,5.711]],["name/1447",[103,38.427]],["parent/1447",[0,0.001,1,0,810,5.711]],["name/1448",[145,43.49]],["parent/1448",[0,0.001,1,0,810,5.711]],["name/1449",[813,74.64]],["parent/1449",[0,0.001,1,0,4,1.68]],["name/1450",[814,74.64]],["parent/1450",[0,0.001,1,0,4,1.68]],["name/1451",[815,74.64]],["parent/1451",[0,0.001,1,0,4,1.68]],["name/1452",[816,74.64]],["parent/1452",[0,0.001,1,0,4,1.68]],["name/1453",[817,74.64]],["parent/1453",[0,0.001,1,0,4,1.68]],["name/1454",[31,32.178]],["parent/1454",[0,0.001,1,0,818,5.499]],["name/1455",[797,44.765]],["parent/1455",[0,0.001,1,0,818,5.499]],["name/1456",[179,42.63]],["parent/1456",[0,0.001,1,0,818,5.499]],["name/1457",[647,43.49]],["parent/1457",[0,0.001,1,0,818,5.499]],["name/1458",[648,43.49]],["parent/1458",[0,0.001,1,0,818,5.499]],["name/1459",[146,43.49]],["parent/1459",[0,0.001,1,0,818,5.499]],["name/1460",[144,41.838]],["parent/1460",[0,0.001,1,0,818,5.499]],["name/1461",[102,37.562]],["parent/1461",[0,0.001,1,0,818,5.499]],["name/1462",[103,38.427]],["parent/1462",[0,0.001,1,0,818,5.499]],["name/1463",[145,43.49]],["parent/1463",[0,0.001,1,0,818,5.499]],["name/1464",[819,74.64]],["parent/1464",[0,0.001,1,0,4,1.68]],["name/1465",[31,32.178]],["parent/1465",[0,0.001,1,0,820,5.408]],["name/1466",[797,44.765]],["parent/1466",[0,0.001,1,0,820,5.408]],["name/1467",[821,69.517]],["parent/1467",[0,0.001,1,0,820,5.408]],["name/1468",[179,42.63]],["parent/1468",[0,0.001,1,0,820,5.408]],["name/1469",[146,43.49]],["parent/1469",[0,0.001,1,0,820,5.408]],["name/1470",[647,43.49]],["parent/1470",[0,0.001,1,0,820,5.408]],["name/1471",[648,43.49]],["parent/1471",[0,0.001,1,0,820,5.408]],["name/1472",[144,41.838]],["parent/1472",[0,0.001,1,0,820,5.408]],["name/1473",[102,37.562]],["parent/1473",[0,0.001,1,0,820,5.408]],["name/1474",[103,38.427]],["parent/1474",[0,0.001,1,0,820,5.408]],["name/1475",[145,43.49]],["parent/1475",[0,0.001,1,0,820,5.408]],["name/1476",[821,69.517]],["parent/1476",[0,0.001,1,0,4,1.68]],["name/1477",[822,74.64]],["parent/1477",[0,0.001,1,0,4,1.68]],["name/1478",[823,74.64]],["parent/1478",[0,0.001,1,0,4,1.68]],["name/1479",[824,74.64]],["parent/1479",[0,0.001,1,0,4,1.68]],["name/1480",[825,74.64]],["parent/1480",[0,0.001,1,0,4,1.68]],["name/1481",[826,74.64]],["parent/1481",[0,0.001,1,0,827,6.935]],["name/1482",[828,74.64]],["parent/1482",[0,0.001,1,0,827,6.935]],["name/1483",[653,69.517]],["parent/1483",[0,0.001,1,0,4,1.68]],["name/1484",[31,32.178]],["parent/1484",[0,0.001,1,0,829,5.979]],["name/1485",[144,41.838]],["parent/1485",[0,0.001,1,0,829,5.979]],["name/1486",[102,37.562]],["parent/1486",[0,0.001,1,0,829,5.979]],["name/1487",[103,38.427]],["parent/1487",[0,0.001,1,0,829,5.979]],["name/1488",[145,43.49]],["parent/1488",[0,0.001,1,0,829,5.979]],["name/1489",[146,43.49]],["parent/1489",[0,0.001,1,0,829,5.979]],["name/1490",[830,74.64]],["parent/1490",[0,0.001,1,0,4,1.68]],["name/1491",[831,74.64]],["parent/1491",[0,0.001,1,0,4,1.68]],["name/1492",[130,66.143]],["parent/1492",[0,0.001,1,0,4,1.68]],["name/1493",[31,32.178]],["parent/1493",[0,0.001,1,0,832,5.979]],["name/1494",[811,53.377]],["parent/1494",[0,0.001,1,0,832,5.979]],["name/1495",[833,74.64]],["parent/1495",[0,0.001,1,0,832,5.979]],["name/1496",[834,74.64]],["parent/1496",[0,0.001,1,0,832,5.979]],["name/1497",[835,74.64]],["parent/1497",[0,0.001,1,0,832,5.979]],["name/1498",[836,74.64]],["parent/1498",[0,0.001,1,0,832,5.979]],["name/1499",[837,74.64]],["parent/1499",[0,0.001,1,0,4,1.68]],["name/1500",[31,32.178]],["parent/1500",[0,0.001,1,0,838,5.176]],["name/1501",[678,50.002]],["parent/1501",[0,0.001,1,0,838,5.176]],["name/1502",[679,50.002]],["parent/1502",[0,0.001,1,0,838,5.176]],["name/1503",[680,50.002]],["parent/1503",[0,0.001,1,0,838,5.176]],["name/1504",[681,50.002]],["parent/1504",[0,0.001,1,0,838,5.176]],["name/1505",[797,44.765]],["parent/1505",[0,0.001,1,0,838,5.176]],["name/1506",[179,42.63]],["parent/1506",[0,0.001,1,0,838,5.176]],["name/1507",[647,43.49]],["parent/1507",[0,0.001,1,0,838,5.176]],["name/1508",[648,43.49]],["parent/1508",[0,0.001,1,0,838,5.176]],["name/1509",[146,43.49]],["parent/1509",[0,0.001,1,0,838,5.176]],["name/1510",[144,41.838]],["parent/1510",[0,0.001,1,0,838,5.176]],["name/1511",[102,37.562]],["parent/1511",[0,0.001,1,0,838,5.176]],["name/1512",[103,38.427]],["parent/1512",[0,0.001,1,0,838,5.176]],["name/1513",[145,43.49]],["parent/1513",[0,0.001,1,0,838,5.176]],["name/1514",[839,74.64]],["parent/1514",[0,0.001,1,0,4,1.68]],["name/1515",[31,32.178]],["parent/1515",[0,0.001,1,0,840,5.11]],["name/1516",[811,53.377]],["parent/1516",[0,0.001,1,0,840,5.11]],["name/1517",[146,43.49]],["parent/1517",[0,0.001,1,0,840,5.11]],["name/1518",[678,50.002]],["parent/1518",[0,0.001,1,0,840,5.11]],["name/1519",[679,50.002]],["parent/1519",[0,0.001,1,0,840,5.11]],["name/1520",[680,50.002]],["parent/1520",[0,0.001,1,0,840,5.11]],["name/1521",[681,50.002]],["parent/1521",[0,0.001,1,0,840,5.11]],["name/1522",[797,44.765]],["parent/1522",[0,0.001,1,0,840,5.11]],["name/1523",[179,42.63]],["parent/1523",[0,0.001,1,0,840,5.11]],["name/1524",[647,43.49]],["parent/1524",[0,0.001,1,0,840,5.11]],["name/1525",[648,43.49]],["parent/1525",[0,0.001,1,0,840,5.11]],["name/1526",[144,41.838]],["parent/1526",[0,0.001,1,0,840,5.11]],["name/1527",[102,37.562]],["parent/1527",[0,0.001,1,0,840,5.11]],["name/1528",[103,38.427]],["parent/1528",[0,0.001,1,0,840,5.11]],["name/1529",[145,43.49]],["parent/1529",[0,0.001,1,0,840,5.11]],["name/1530",[841,74.64]],["parent/1530",[0,0.001,1,0,4,1.68]],["name/1531",[31,32.178]],["parent/1531",[0,0.001,1,0,842,5.499]],["name/1532",[797,44.765]],["parent/1532",[0,0.001,1,0,842,5.499]],["name/1533",[179,42.63]],["parent/1533",[0,0.001,1,0,842,5.499]],["name/1534",[647,43.49]],["parent/1534",[0,0.001,1,0,842,5.499]],["name/1535",[648,43.49]],["parent/1535",[0,0.001,1,0,842,5.499]],["name/1536",[146,43.49]],["parent/1536",[0,0.001,1,0,842,5.499]],["name/1537",[144,41.838]],["parent/1537",[0,0.001,1,0,842,5.499]],["name/1538",[102,37.562]],["parent/1538",[0,0.001,1,0,842,5.499]],["name/1539",[103,38.427]],["parent/1539",[0,0.001,1,0,842,5.499]],["name/1540",[145,43.49]],["parent/1540",[0,0.001,1,0,842,5.499]],["name/1541",[843,74.64]],["parent/1541",[0,0.001,1,0,4,1.68]],["name/1542",[31,32.178]],["parent/1542",[0,0.001,1,0,844,5.499]],["name/1543",[797,44.765]],["parent/1543",[0,0.001,1,0,844,5.499]],["name/1544",[179,42.63]],["parent/1544",[0,0.001,1,0,844,5.499]],["name/1545",[647,43.49]],["parent/1545",[0,0.001,1,0,844,5.499]],["name/1546",[648,43.49]],["parent/1546",[0,0.001,1,0,844,5.499]],["name/1547",[146,43.49]],["parent/1547",[0,0.001,1,0,844,5.499]],["name/1548",[144,41.838]],["parent/1548",[0,0.001,1,0,844,5.499]],["name/1549",[102,37.562]],["parent/1549",[0,0.001,1,0,844,5.499]],["name/1550",[103,38.427]],["parent/1550",[0,0.001,1,0,844,5.499]],["name/1551",[145,43.49]],["parent/1551",[0,0.001,1,0,844,5.499]],["name/1552",[845,74.64]],["parent/1552",[0,0.001,1,0,4,1.68]],["name/1553",[31,32.178]],["parent/1553",[0,0.001,1,0,846,5.408]],["name/1554",[811,53.377]],["parent/1554",[0,0.001,1,0,846,5.408]],["name/1555",[146,43.49]],["parent/1555",[0,0.001,1,0,846,5.408]],["name/1556",[797,44.765]],["parent/1556",[0,0.001,1,0,846,5.408]],["name/1557",[179,42.63]],["parent/1557",[0,0.001,1,0,846,5.408]],["name/1558",[647,43.49]],["parent/1558",[0,0.001,1,0,846,5.408]],["name/1559",[648,43.49]],["parent/1559",[0,0.001,1,0,846,5.408]],["name/1560",[144,41.838]],["parent/1560",[0,0.001,1,0,846,5.408]],["name/1561",[102,37.562]],["parent/1561",[0,0.001,1,0,846,5.408]],["name/1562",[103,38.427]],["parent/1562",[0,0.001,1,0,846,5.408]],["name/1563",[145,43.49]],["parent/1563",[0,0.001,1,0,846,5.408]],["name/1564",[847,74.64]],["parent/1564",[0,0.001,1,0,4,1.68]],["name/1565",[31,32.178]],["parent/1565",[0,0.001,1,0,848,5.499]],["name/1566",[797,44.765]],["parent/1566",[0,0.001,1,0,848,5.499]],["name/1567",[179,42.63]],["parent/1567",[0,0.001,1,0,848,5.499]],["name/1568",[647,43.49]],["parent/1568",[0,0.001,1,0,848,5.499]],["name/1569",[648,43.49]],["parent/1569",[0,0.001,1,0,848,5.499]],["name/1570",[146,43.49]],["parent/1570",[0,0.001,1,0,848,5.499]],["name/1571",[144,41.838]],["parent/1571",[0,0.001,1,0,848,5.499]],["name/1572",[102,37.562]],["parent/1572",[0,0.001,1,0,848,5.499]],["name/1573",[103,38.427]],["parent/1573",[0,0.001,1,0,848,5.499]],["name/1574",[145,43.49]],["parent/1574",[0,0.001,1,0,848,5.499]],["name/1575",[849,74.64]],["parent/1575",[0,0.001,1,0,4,1.68]],["name/1576",[31,32.178]],["parent/1576",[0,0.001,1,0,850,5.499]],["name/1577",[797,44.765]],["parent/1577",[0,0.001,1,0,850,5.499]],["name/1578",[179,42.63]],["parent/1578",[0,0.001,1,0,850,5.499]],["name/1579",[647,43.49]],["parent/1579",[0,0.001,1,0,850,5.499]],["name/1580",[648,43.49]],["parent/1580",[0,0.001,1,0,850,5.499]],["name/1581",[146,43.49]],["parent/1581",[0,0.001,1,0,850,5.499]],["name/1582",[144,41.838]],["parent/1582",[0,0.001,1,0,850,5.499]],["name/1583",[102,37.562]],["parent/1583",[0,0.001,1,0,850,5.499]],["name/1584",[103,38.427]],["parent/1584",[0,0.001,1,0,850,5.499]],["name/1585",[145,43.49]],["parent/1585",[0,0.001,1,0,850,5.499]],["name/1586",[851,74.64]],["parent/1586",[0,0.001,1,0,4,1.68]],["name/1587",[31,32.178]],["parent/1587",[0,0.001,1,0,852,5.408]],["name/1588",[811,53.377]],["parent/1588",[0,0.001,1,0,852,5.408]],["name/1589",[146,43.49]],["parent/1589",[0,0.001,1,0,852,5.408]],["name/1590",[797,44.765]],["parent/1590",[0,0.001,1,0,852,5.408]],["name/1591",[179,42.63]],["parent/1591",[0,0.001,1,0,852,5.408]],["name/1592",[647,43.49]],["parent/1592",[0,0.001,1,0,852,5.408]],["name/1593",[648,43.49]],["parent/1593",[0,0.001,1,0,852,5.408]],["name/1594",[144,41.838]],["parent/1594",[0,0.001,1,0,852,5.408]],["name/1595",[102,37.562]],["parent/1595",[0,0.001,1,0,852,5.408]],["name/1596",[103,38.427]],["parent/1596",[0,0.001,1,0,852,5.408]],["name/1597",[145,43.49]],["parent/1597",[0,0.001,1,0,852,5.408]],["name/1598",[853,74.64]],["parent/1598",[0,0.001,1,0,4,1.68]],["name/1599",[31,32.178]],["parent/1599",[0,0.001,1,0,854,5.176]],["name/1600",[678,50.002]],["parent/1600",[0,0.001,1,0,854,5.176]],["name/1601",[679,50.002]],["parent/1601",[0,0.001,1,0,854,5.176]],["name/1602",[680,50.002]],["parent/1602",[0,0.001,1,0,854,5.176]],["name/1603",[681,50.002]],["parent/1603",[0,0.001,1,0,854,5.176]],["name/1604",[797,44.765]],["parent/1604",[0,0.001,1,0,854,5.176]],["name/1605",[179,42.63]],["parent/1605",[0,0.001,1,0,854,5.176]],["name/1606",[647,43.49]],["parent/1606",[0,0.001,1,0,854,5.176]],["name/1607",[648,43.49]],["parent/1607",[0,0.001,1,0,854,5.176]],["name/1608",[146,43.49]],["parent/1608",[0,0.001,1,0,854,5.176]],["name/1609",[144,41.838]],["parent/1609",[0,0.001,1,0,854,5.176]],["name/1610",[102,37.562]],["parent/1610",[0,0.001,1,0,854,5.176]],["name/1611",[103,38.427]],["parent/1611",[0,0.001,1,0,854,5.176]],["name/1612",[145,43.49]],["parent/1612",[0,0.001,1,0,854,5.176]],["name/1613",[855,74.64]],["parent/1613",[0,0.001,1,0,4,1.68]],["name/1614",[31,32.178]],["parent/1614",[0,0.001,1,0,856,5.176]],["name/1615",[678,50.002]],["parent/1615",[0,0.001,1,0,856,5.176]],["name/1616",[679,50.002]],["parent/1616",[0,0.001,1,0,856,5.176]],["name/1617",[680,50.002]],["parent/1617",[0,0.001,1,0,856,5.176]],["name/1618",[681,50.002]],["parent/1618",[0,0.001,1,0,856,5.176]],["name/1619",[797,44.765]],["parent/1619",[0,0.001,1,0,856,5.176]],["name/1620",[179,42.63]],["parent/1620",[0,0.001,1,0,856,5.176]],["name/1621",[647,43.49]],["parent/1621",[0,0.001,1,0,856,5.176]],["name/1622",[648,43.49]],["parent/1622",[0,0.001,1,0,856,5.176]],["name/1623",[146,43.49]],["parent/1623",[0,0.001,1,0,856,5.176]],["name/1624",[144,41.838]],["parent/1624",[0,0.001,1,0,856,5.176]],["name/1625",[102,37.562]],["parent/1625",[0,0.001,1,0,856,5.176]],["name/1626",[103,38.427]],["parent/1626",[0,0.001,1,0,856,5.176]],["name/1627",[145,43.49]],["parent/1627",[0,0.001,1,0,856,5.176]],["name/1628",[857,74.64]],["parent/1628",[0,0.001,1,0,4,1.68]],["name/1629",[31,32.178]],["parent/1629",[0,0.001,1,0,858,5.11]],["name/1630",[811,53.377]],["parent/1630",[0,0.001,1,0,858,5.11]],["name/1631",[146,43.49]],["parent/1631",[0,0.001,1,0,858,5.11]],["name/1632",[678,50.002]],["parent/1632",[0,0.001,1,0,858,5.11]],["name/1633",[679,50.002]],["parent/1633",[0,0.001,1,0,858,5.11]],["name/1634",[680,50.002]],["parent/1634",[0,0.001,1,0,858,5.11]],["name/1635",[681,50.002]],["parent/1635",[0,0.001,1,0,858,5.11]],["name/1636",[797,44.765]],["parent/1636",[0,0.001,1,0,858,5.11]],["name/1637",[179,42.63]],["parent/1637",[0,0.001,1,0,858,5.11]],["name/1638",[647,43.49]],["parent/1638",[0,0.001,1,0,858,5.11]],["name/1639",[648,43.49]],["parent/1639",[0,0.001,1,0,858,5.11]],["name/1640",[144,41.838]],["parent/1640",[0,0.001,1,0,858,5.11]],["name/1641",[102,37.562]],["parent/1641",[0,0.001,1,0,858,5.11]],["name/1642",[103,38.427]],["parent/1642",[0,0.001,1,0,858,5.11]],["name/1643",[145,43.49]],["parent/1643",[0,0.001,1,0,858,5.11]],["name/1644",[859,74.64]],["parent/1644",[0,0.001,1,0,4,1.68]],["name/1645",[31,32.178]],["parent/1645",[0,0.001,1,0,860,5.176]],["name/1646",[678,50.002]],["parent/1646",[0,0.001,1,0,860,5.176]],["name/1647",[679,50.002]],["parent/1647",[0,0.001,1,0,860,5.176]],["name/1648",[680,50.002]],["parent/1648",[0,0.001,1,0,860,5.176]],["name/1649",[681,50.002]],["parent/1649",[0,0.001,1,0,860,5.176]],["name/1650",[797,44.765]],["parent/1650",[0,0.001,1,0,860,5.176]],["name/1651",[179,42.63]],["parent/1651",[0,0.001,1,0,860,5.176]],["name/1652",[647,43.49]],["parent/1652",[0,0.001,1,0,860,5.176]],["name/1653",[648,43.49]],["parent/1653",[0,0.001,1,0,860,5.176]],["name/1654",[146,43.49]],["parent/1654",[0,0.001,1,0,860,5.176]],["name/1655",[144,41.838]],["parent/1655",[0,0.001,1,0,860,5.176]],["name/1656",[102,37.562]],["parent/1656",[0,0.001,1,0,860,5.176]],["name/1657",[103,38.427]],["parent/1657",[0,0.001,1,0,860,5.176]],["name/1658",[145,43.49]],["parent/1658",[0,0.001,1,0,860,5.176]],["name/1659",[861,74.64]],["parent/1659",[0,0.001,1,0,4,1.68]],["name/1660",[31,32.178]],["parent/1660",[0,0.001,1,0,862,5.176]],["name/1661",[678,50.002]],["parent/1661",[0,0.001,1,0,862,5.176]],["name/1662",[679,50.002]],["parent/1662",[0,0.001,1,0,862,5.176]],["name/1663",[680,50.002]],["parent/1663",[0,0.001,1,0,862,5.176]],["name/1664",[681,50.002]],["parent/1664",[0,0.001,1,0,862,5.176]],["name/1665",[797,44.765]],["parent/1665",[0,0.001,1,0,862,5.176]],["name/1666",[179,42.63]],["parent/1666",[0,0.001,1,0,862,5.176]],["name/1667",[647,43.49]],["parent/1667",[0,0.001,1,0,862,5.176]],["name/1668",[648,43.49]],["parent/1668",[0,0.001,1,0,862,5.176]],["name/1669",[146,43.49]],["parent/1669",[0,0.001,1,0,862,5.176]],["name/1670",[144,41.838]],["parent/1670",[0,0.001,1,0,862,5.176]],["name/1671",[102,37.562]],["parent/1671",[0,0.001,1,0,862,5.176]],["name/1672",[103,38.427]],["parent/1672",[0,0.001,1,0,862,5.176]],["name/1673",[145,43.49]],["parent/1673",[0,0.001,1,0,862,5.176]],["name/1674",[863,74.64]],["parent/1674",[0,0.001,1,0,4,1.68]],["name/1675",[31,32.178]],["parent/1675",[0,0.001,1,0,864,5.11]],["name/1676",[811,53.377]],["parent/1676",[0,0.001,1,0,864,5.11]],["name/1677",[146,43.49]],["parent/1677",[0,0.001,1,0,864,5.11]],["name/1678",[678,50.002]],["parent/1678",[0,0.001,1,0,864,5.11]],["name/1679",[679,50.002]],["parent/1679",[0,0.001,1,0,864,5.11]],["name/1680",[680,50.002]],["parent/1680",[0,0.001,1,0,864,5.11]],["name/1681",[681,50.002]],["parent/1681",[0,0.001,1,0,864,5.11]],["name/1682",[797,44.765]],["parent/1682",[0,0.001,1,0,864,5.11]],["name/1683",[179,42.63]],["parent/1683",[0,0.001,1,0,864,5.11]],["name/1684",[647,43.49]],["parent/1684",[0,0.001,1,0,864,5.11]],["name/1685",[648,43.49]],["parent/1685",[0,0.001,1,0,864,5.11]],["name/1686",[144,41.838]],["parent/1686",[0,0.001,1,0,864,5.11]],["name/1687",[102,37.562]],["parent/1687",[0,0.001,1,0,864,5.11]],["name/1688",[103,38.427]],["parent/1688",[0,0.001,1,0,864,5.11]],["name/1689",[145,43.49]],["parent/1689",[0,0.001,1,0,864,5.11]],["name/1690",[865,74.64]],["parent/1690",[0,0.001,1,0,4,1.68]],["name/1691",[31,32.178]],["parent/1691",[0,0.001,1,0,866,5.176]],["name/1692",[678,50.002]],["parent/1692",[0,0.001,1,0,866,5.176]],["name/1693",[679,50.002]],["parent/1693",[0,0.001,1,0,866,5.176]],["name/1694",[680,50.002]],["parent/1694",[0,0.001,1,0,866,5.176]],["name/1695",[681,50.002]],["parent/1695",[0,0.001,1,0,866,5.176]],["name/1696",[797,44.765]],["parent/1696",[0,0.001,1,0,866,5.176]],["name/1697",[179,42.63]],["parent/1697",[0,0.001,1,0,866,5.176]],["name/1698",[647,43.49]],["parent/1698",[0,0.001,1,0,866,5.176]],["name/1699",[648,43.49]],["parent/1699",[0,0.001,1,0,866,5.176]],["name/1700",[146,43.49]],["parent/1700",[0,0.001,1,0,866,5.176]],["name/1701",[144,41.838]],["parent/1701",[0,0.001,1,0,866,5.176]],["name/1702",[102,37.562]],["parent/1702",[0,0.001,1,0,866,5.176]],["name/1703",[103,38.427]],["parent/1703",[0,0.001,1,0,866,5.176]],["name/1704",[145,43.49]],["parent/1704",[0,0.001,1,0,866,5.176]],["name/1705",[867,74.64]],["parent/1705",[0,0.001,1,0,4,1.68]],["name/1706",[31,32.178]],["parent/1706",[0,0.001,1,0,868,5.176]],["name/1707",[678,50.002]],["parent/1707",[0,0.001,1,0,868,5.176]],["name/1708",[679,50.002]],["parent/1708",[0,0.001,1,0,868,5.176]],["name/1709",[680,50.002]],["parent/1709",[0,0.001,1,0,868,5.176]],["name/1710",[681,50.002]],["parent/1710",[0,0.001,1,0,868,5.176]],["name/1711",[797,44.765]],["parent/1711",[0,0.001,1,0,868,5.176]],["name/1712",[179,42.63]],["parent/1712",[0,0.001,1,0,868,5.176]],["name/1713",[647,43.49]],["parent/1713",[0,0.001,1,0,868,5.176]],["name/1714",[648,43.49]],["parent/1714",[0,0.001,1,0,868,5.176]],["name/1715",[146,43.49]],["parent/1715",[0,0.001,1,0,868,5.176]],["name/1716",[144,41.838]],["parent/1716",[0,0.001,1,0,868,5.176]],["name/1717",[102,37.562]],["parent/1717",[0,0.001,1,0,868,5.176]],["name/1718",[103,38.427]],["parent/1718",[0,0.001,1,0,868,5.176]],["name/1719",[145,43.49]],["parent/1719",[0,0.001,1,0,868,5.176]],["name/1720",[869,74.64]],["parent/1720",[0,0.001,1,0,4,1.68]],["name/1721",[31,32.178]],["parent/1721",[0,0.001,1,0,870,5.11]],["name/1722",[811,53.377]],["parent/1722",[0,0.001,1,0,870,5.11]],["name/1723",[146,43.49]],["parent/1723",[0,0.001,1,0,870,5.11]],["name/1724",[678,50.002]],["parent/1724",[0,0.001,1,0,870,5.11]],["name/1725",[679,50.002]],["parent/1725",[0,0.001,1,0,870,5.11]],["name/1726",[680,50.002]],["parent/1726",[0,0.001,1,0,870,5.11]],["name/1727",[681,50.002]],["parent/1727",[0,0.001,1,0,870,5.11]],["name/1728",[797,44.765]],["parent/1728",[0,0.001,1,0,870,5.11]],["name/1729",[179,42.63]],["parent/1729",[0,0.001,1,0,870,5.11]],["name/1730",[647,43.49]],["parent/1730",[0,0.001,1,0,870,5.11]],["name/1731",[648,43.49]],["parent/1731",[0,0.001,1,0,870,5.11]],["name/1732",[144,41.838]],["parent/1732",[0,0.001,1,0,870,5.11]],["name/1733",[102,37.562]],["parent/1733",[0,0.001,1,0,870,5.11]],["name/1734",[103,38.427]],["parent/1734",[0,0.001,1,0,870,5.11]],["name/1735",[145,43.49]],["parent/1735",[0,0.001,1,0,870,5.11]],["name/1736",[871,74.64]],["parent/1736",[0,0.001,1,0,4,1.68]],["name/1737",[794,66.143]],["parent/1737",[0,0.001,1,0,872,7.446]],["name/1738",[873,74.64]],["parent/1738",[0,0.001,1,0,4,1.68]],["name/1739",[31,32.178]],["parent/1739",[0,0.001,1,0,874,5.499]],["name/1740",[797,44.765]],["parent/1740",[0,0.001,1,0,874,5.499]],["name/1741",[179,42.63]],["parent/1741",[0,0.001,1,0,874,5.499]],["name/1742",[647,43.49]],["parent/1742",[0,0.001,1,0,874,5.499]],["name/1743",[648,43.49]],["parent/1743",[0,0.001,1,0,874,5.499]],["name/1744",[146,43.49]],["parent/1744",[0,0.001,1,0,874,5.499]],["name/1745",[144,41.838]],["parent/1745",[0,0.001,1,0,874,5.499]],["name/1746",[102,37.562]],["parent/1746",[0,0.001,1,0,874,5.499]],["name/1747",[103,38.427]],["parent/1747",[0,0.001,1,0,874,5.499]],["name/1748",[145,43.49]],["parent/1748",[0,0.001,1,0,874,5.499]],["name/1749",[875,74.64]],["parent/1749",[0,0.001,1,0,4,1.68]],["name/1750",[31,32.178]],["parent/1750",[0,0.001,1,0,876,5.408]],["name/1751",[811,53.377]],["parent/1751",[0,0.001,1,0,876,5.408]],["name/1752",[146,43.49]],["parent/1752",[0,0.001,1,0,876,5.408]],["name/1753",[797,44.765]],["parent/1753",[0,0.001,1,0,876,5.408]],["name/1754",[179,42.63]],["parent/1754",[0,0.001,1,0,876,5.408]],["name/1755",[647,43.49]],["parent/1755",[0,0.001,1,0,876,5.408]],["name/1756",[648,43.49]],["parent/1756",[0,0.001,1,0,876,5.408]],["name/1757",[144,41.838]],["parent/1757",[0,0.001,1,0,876,5.408]],["name/1758",[102,37.562]],["parent/1758",[0,0.001,1,0,876,5.408]],["name/1759",[103,38.427]],["parent/1759",[0,0.001,1,0,876,5.408]],["name/1760",[145,43.49]],["parent/1760",[0,0.001,1,0,876,5.408]],["name/1761",[877,74.64]],["parent/1761",[0,0.001,1,0,4,1.68]],["name/1762",[31,32.178]],["parent/1762",[0,0.001,1,0,878,5.176]],["name/1763",[678,50.002]],["parent/1763",[0,0.001,1,0,878,5.176]],["name/1764",[679,50.002]],["parent/1764",[0,0.001,1,0,878,5.176]],["name/1765",[680,50.002]],["parent/1765",[0,0.001,1,0,878,5.176]],["name/1766",[681,50.002]],["parent/1766",[0,0.001,1,0,878,5.176]],["name/1767",[797,44.765]],["parent/1767",[0,0.001,1,0,878,5.176]],["name/1768",[179,42.63]],["parent/1768",[0,0.001,1,0,878,5.176]],["name/1769",[647,43.49]],["parent/1769",[0,0.001,1,0,878,5.176]],["name/1770",[648,43.49]],["parent/1770",[0,0.001,1,0,878,5.176]],["name/1771",[146,43.49]],["parent/1771",[0,0.001,1,0,878,5.176]],["name/1772",[144,41.838]],["parent/1772",[0,0.001,1,0,878,5.176]],["name/1773",[102,37.562]],["parent/1773",[0,0.001,1,0,878,5.176]],["name/1774",[103,38.427]],["parent/1774",[0,0.001,1,0,878,5.176]],["name/1775",[145,43.49]],["parent/1775",[0,0.001,1,0,878,5.176]],["name/1776",[879,74.64]],["parent/1776",[0,0.001,1,0,4,1.68]],["name/1777",[31,32.178]],["parent/1777",[0,0.001,1,0,880,5.176]],["name/1778",[678,50.002]],["parent/1778",[0,0.001,1,0,880,5.176]],["name/1779",[679,50.002]],["parent/1779",[0,0.001,1,0,880,5.176]],["name/1780",[680,50.002]],["parent/1780",[0,0.001,1,0,880,5.176]],["name/1781",[681,50.002]],["parent/1781",[0,0.001,1,0,880,5.176]],["name/1782",[797,44.765]],["parent/1782",[0,0.001,1,0,880,5.176]],["name/1783",[179,42.63]],["parent/1783",[0,0.001,1,0,880,5.176]],["name/1784",[647,43.49]],["parent/1784",[0,0.001,1,0,880,5.176]],["name/1785",[648,43.49]],["parent/1785",[0,0.001,1,0,880,5.176]],["name/1786",[146,43.49]],["parent/1786",[0,0.001,1,0,880,5.176]],["name/1787",[144,41.838]],["parent/1787",[0,0.001,1,0,880,5.176]],["name/1788",[102,37.562]],["parent/1788",[0,0.001,1,0,880,5.176]],["name/1789",[103,38.427]],["parent/1789",[0,0.001,1,0,880,5.176]],["name/1790",[145,43.49]],["parent/1790",[0,0.001,1,0,880,5.176]],["name/1791",[881,74.64]],["parent/1791",[0,0.001,1,0,4,1.68]],["name/1792",[31,32.178]],["parent/1792",[0,0.001,1,0,882,5.11]],["name/1793",[811,53.377]],["parent/1793",[0,0.001,1,0,882,5.11]],["name/1794",[146,43.49]],["parent/1794",[0,0.001,1,0,882,5.11]],["name/1795",[678,50.002]],["parent/1795",[0,0.001,1,0,882,5.11]],["name/1796",[679,50.002]],["parent/1796",[0,0.001,1,0,882,5.11]],["name/1797",[680,50.002]],["parent/1797",[0,0.001,1,0,882,5.11]],["name/1798",[681,50.002]],["parent/1798",[0,0.001,1,0,882,5.11]],["name/1799",[797,44.765]],["parent/1799",[0,0.001,1,0,882,5.11]],["name/1800",[179,42.63]],["parent/1800",[0,0.001,1,0,882,5.11]],["name/1801",[647,43.49]],["parent/1801",[0,0.001,1,0,882,5.11]],["name/1802",[648,43.49]],["parent/1802",[0,0.001,1,0,882,5.11]],["name/1803",[144,41.838]],["parent/1803",[0,0.001,1,0,882,5.11]],["name/1804",[102,37.562]],["parent/1804",[0,0.001,1,0,882,5.11]],["name/1805",[103,38.427]],["parent/1805",[0,0.001,1,0,882,5.11]],["name/1806",[145,43.49]],["parent/1806",[0,0.001,1,0,882,5.11]],["name/1807",[883,74.64]],["parent/1807",[0,0.001,1,0,4,1.68]],["name/1808",[31,32.178]],["parent/1808",[0,0.001,1,0,884,5.499]],["name/1809",[797,44.765]],["parent/1809",[0,0.001,1,0,884,5.499]],["name/1810",[179,42.63]],["parent/1810",[0,0.001,1,0,884,5.499]],["name/1811",[647,43.49]],["parent/1811",[0,0.001,1,0,884,5.499]],["name/1812",[648,43.49]],["parent/1812",[0,0.001,1,0,884,5.499]],["name/1813",[146,43.49]],["parent/1813",[0,0.001,1,0,884,5.499]],["name/1814",[144,41.838]],["parent/1814",[0,0.001,1,0,884,5.499]],["name/1815",[102,37.562]],["parent/1815",[0,0.001,1,0,884,5.499]],["name/1816",[103,38.427]],["parent/1816",[0,0.001,1,0,884,5.499]],["name/1817",[145,43.49]],["parent/1817",[0,0.001,1,0,884,5.499]],["name/1818",[885,74.64]],["parent/1818",[0,0.001,1,0,4,1.68]],["name/1819",[31,32.178]],["parent/1819",[0,0.001,1,0,886,5.408]],["name/1820",[811,53.377]],["parent/1820",[0,0.001,1,0,886,5.408]],["name/1821",[146,43.49]],["parent/1821",[0,0.001,1,0,886,5.408]],["name/1822",[797,44.765]],["parent/1822",[0,0.001,1,0,886,5.408]],["name/1823",[179,42.63]],["parent/1823",[0,0.001,1,0,886,5.408]],["name/1824",[647,43.49]],["parent/1824",[0,0.001,1,0,886,5.408]],["name/1825",[648,43.49]],["parent/1825",[0,0.001,1,0,886,5.408]],["name/1826",[144,41.838]],["parent/1826",[0,0.001,1,0,886,5.408]],["name/1827",[102,37.562]],["parent/1827",[0,0.001,1,0,886,5.408]],["name/1828",[103,38.427]],["parent/1828",[0,0.001,1,0,886,5.408]],["name/1829",[145,43.49]],["parent/1829",[0,0.001,1,0,886,5.408]],["name/1830",[887,74.64]],["parent/1830",[0,0.001,1,0,4,1.68]],["name/1831",[31,32.178]],["parent/1831",[0,0.001,1,0,888,5.408]],["name/1832",[811,53.377]],["parent/1832",[0,0.001,1,0,888,5.408]],["name/1833",[146,43.49]],["parent/1833",[0,0.001,1,0,888,5.408]],["name/1834",[797,44.765]],["parent/1834",[0,0.001,1,0,888,5.408]],["name/1835",[179,42.63]],["parent/1835",[0,0.001,1,0,888,5.408]],["name/1836",[647,43.49]],["parent/1836",[0,0.001,1,0,888,5.408]],["name/1837",[648,43.49]],["parent/1837",[0,0.001,1,0,888,5.408]],["name/1838",[144,41.838]],["parent/1838",[0,0.001,1,0,888,5.408]],["name/1839",[102,37.562]],["parent/1839",[0,0.001,1,0,888,5.408]],["name/1840",[103,38.427]],["parent/1840",[0,0.001,1,0,888,5.408]],["name/1841",[145,43.49]],["parent/1841",[0,0.001,1,0,888,5.408]],["name/1842",[663,66.143]],["parent/1842",[0,0.001,1,0,4,1.68]],["name/1843",[889,59.935]],["parent/1843",[0,0.001,1,0,890,5.325]],["name/1844",[31,32.178]],["parent/1844",[0,0.001,1,0,890,5.325]],["name/1845",[144,41.838]],["parent/1845",[0,0.001,1,0,890,5.325]],["name/1846",[102,37.562]],["parent/1846",[0,0.001,1,0,890,5.325]],["name/1847",[891,66.143]],["parent/1847",[0,0.001,1,0,890,5.325]],["name/1848",[103,38.427]],["parent/1848",[0,0.001,1,0,890,5.325]],["name/1849",[734,58.5]],["parent/1849",[0,0.001,1,0,890,5.325]],["name/1850",[892,66.143]],["parent/1850",[0,0.001,1,0,890,5.325]],["name/1851",[893,66.143]],["parent/1851",[0,0.001,1,0,890,5.325]],["name/1852",[213,56.129]],["parent/1852",[0,0.001,1,0,890,5.325]],["name/1853",[894,61.61]],["parent/1853",[0,0.001,1,0,890,5.325]],["name/1854",[889,59.935]],["parent/1854",[0,0.001,1,0,890,5.325]],["name/1855",[895,74.64]],["parent/1855",[0,0.001,1,0,4,1.68]],["name/1856",[889,59.935]],["parent/1856",[0,0.001,1,0,896,5.047]],["name/1857",[31,32.178]],["parent/1857",[0,0.001,1,0,896,5.047]],["name/1858",[897,74.64]],["parent/1858",[0,0.001,1,0,896,5.047]],["name/1859",[664,66.143]],["parent/1859",[0,0.001,1,0,896,5.047]],["name/1860",[889,59.935]],["parent/1860",[0,0.001,1,0,896,5.047]],["name/1861",[214,57.244]],["parent/1861",[0,0.001,1,0,896,5.047]],["name/1862",[211,58.5]],["parent/1862",[0,0.001,1,0,896,5.047]],["name/1863",[144,41.838]],["parent/1863",[0,0.001,1,0,896,5.047]],["name/1864",[102,37.562]],["parent/1864",[0,0.001,1,0,896,5.047]],["name/1865",[891,66.143]],["parent/1865",[0,0.001,1,0,896,5.047]],["name/1866",[103,38.427]],["parent/1866",[0,0.001,1,0,896,5.047]],["name/1867",[734,58.5]],["parent/1867",[0,0.001,1,0,896,5.047]],["name/1868",[892,66.143]],["parent/1868",[0,0.001,1,0,896,5.047]],["name/1869",[893,66.143]],["parent/1869",[0,0.001,1,0,896,5.047]],["name/1870",[213,56.129]],["parent/1870",[0,0.001,1,0,896,5.047]],["name/1871",[894,61.61]],["parent/1871",[0,0.001,1,0,896,5.047]],["name/1872",[898,74.64]],["parent/1872",[0,0.001,1,0,4,1.68]],["name/1873",[889,59.935]],["parent/1873",[0,0.001,1,0,899,4.83]],["name/1874",[31,32.178]],["parent/1874",[0,0.001,1,0,899,4.83]],["name/1875",[900,74.64]],["parent/1875",[0,0.001,1,0,899,4.83]],["name/1876",[901,74.64]],["parent/1876",[0,0.001,1,0,899,4.83]],["name/1877",[902,74.64]],["parent/1877",[0,0.001,1,0,899,4.83]],["name/1878",[903,74.64]],["parent/1878",[0,0.001,1,0,899,4.83]],["name/1879",[889,59.935]],["parent/1879",[0,0.001,1,0,899,4.83]],["name/1880",[211,58.5]],["parent/1880",[0,0.001,1,0,899,4.83]],["name/1881",[214,57.244]],["parent/1881",[0,0.001,1,0,899,4.83]],["name/1882",[215,59.935]],["parent/1882",[0,0.001,1,0,899,4.83]],["name/1883",[216,59.935]],["parent/1883",[0,0.001,1,0,899,4.83]],["name/1884",[144,41.838]],["parent/1884",[0,0.001,1,0,899,4.83]],["name/1885",[102,37.562]],["parent/1885",[0,0.001,1,0,899,4.83]],["name/1886",[891,66.143]],["parent/1886",[0,0.001,1,0,899,4.83]],["name/1887",[103,38.427]],["parent/1887",[0,0.001,1,0,899,4.83]],["name/1888",[734,58.5]],["parent/1888",[0,0.001,1,0,899,4.83]],["name/1889",[892,66.143]],["parent/1889",[0,0.001,1,0,899,4.83]],["name/1890",[893,66.143]],["parent/1890",[0,0.001,1,0,899,4.83]],["name/1891",[213,56.129]],["parent/1891",[0,0.001,1,0,899,4.83]],["name/1892",[894,61.61]],["parent/1892",[0,0.001,1,0,899,4.83]],["name/1893",[904,74.64]],["parent/1893",[0,0.001,1,0,4,1.68]],["name/1894",[31,32.178]],["parent/1894",[0,0.001,1,0,905,5.176]],["name/1895",[678,50.002]],["parent/1895",[0,0.001,1,0,905,5.176]],["name/1896",[679,50.002]],["parent/1896",[0,0.001,1,0,905,5.176]],["name/1897",[680,50.002]],["parent/1897",[0,0.001,1,0,905,5.176]],["name/1898",[681,50.002]],["parent/1898",[0,0.001,1,0,905,5.176]],["name/1899",[797,44.765]],["parent/1899",[0,0.001,1,0,905,5.176]],["name/1900",[179,42.63]],["parent/1900",[0,0.001,1,0,905,5.176]],["name/1901",[647,43.49]],["parent/1901",[0,0.001,1,0,905,5.176]],["name/1902",[648,43.49]],["parent/1902",[0,0.001,1,0,905,5.176]],["name/1903",[146,43.49]],["parent/1903",[0,0.001,1,0,905,5.176]],["name/1904",[144,41.838]],["parent/1904",[0,0.001,1,0,905,5.176]],["name/1905",[102,37.562]],["parent/1905",[0,0.001,1,0,905,5.176]],["name/1906",[103,38.427]],["parent/1906",[0,0.001,1,0,905,5.176]],["name/1907",[145,43.49]],["parent/1907",[0,0.001,1,0,905,5.176]],["name/1908",[794,66.143]],["parent/1908",[0,0.001,1,0,4,1.68]],["name/1909",[906,74.64]],["parent/1909",[0,0.001,1,0,4,1.68]],["name/1910",[907,74.64]],["parent/1910",[0,0.001,1,0,4,1.68]],["name/1911",[908,74.64]],["parent/1911",[0,0.001,1,0,4,1.68]],["name/1912",[909,74.64]],["parent/1912",[0,0.001,1,0,910,6.599]],["name/1913",[911,74.64]],["parent/1913",[0,0.001,1,0,910,6.599]],["name/1914",[912,74.64]],["parent/1914",[0,0.001,1,0,910,6.599]],["name/1915",[913,74.64]],["parent/1915",[0,0.001,1,0,4,1.68]],["name/1916",[914,69.517]],["parent/1916",[0,0.001,1,0,915,7.446]],["name/1917",[916,74.64]],["parent/1917",[0,0.001,1,0,4,1.68]],["name/1918",[917,66.143]],["parent/1918",[0,0.001,1,0,4,1.68]],["name/1919",[917,66.143]],["parent/1919",[0,0.001,1,0,918,7.446]],["name/1920",[919,69.517]],["parent/1920",[0,0.001,1,0,4,1.68]],["name/1921",[920,69.517]],["parent/1921",[0,0.001,1,0,4,1.68]],["name/1922",[921,74.64]],["parent/1922",[0,0.001,1,0,4,1.68]],["name/1923",[922,74.64]],["parent/1923",[0,0.001,1,0,4,1.68]],["name/1924",[104,54.213]],["parent/1924",[0,0.001,1,0,4,1.68]],["name/1925",[220,69.517]],["parent/1925",[0,0.001,1,0,923,5.836]],["name/1926",[917,66.143]],["parent/1926",[0,0.001,1,0,923,5.836]],["name/1927",[919,69.517]],["parent/1927",[0,0.001,1,0,923,5.836]],["name/1928",[920,69.517]],["parent/1928",[0,0.001,1,0,923,5.836]],["name/1929",[924,69.517]],["parent/1929",[0,0.001,1,0,923,5.836]],["name/1930",[221,69.517]],["parent/1930",[0,0.001,1,0,923,5.836]],["name/1931",[914,69.517]],["parent/1931",[0,0.001,1,0,923,5.836]],["name/1932",[925,74.64]],["parent/1932",[0,0.001,1,0,4,1.68]],["name/1933",[926,74.64]],["parent/1933",[0,0.001,1,0,4,1.68]],["name/1934",[927,74.64]],["parent/1934",[0,0.001,1,0,4,1.68]],["name/1935",[98,57.244]],["parent/1935",[0,0.001,1,0,4,1.68]],["name/1936",[151,69.517]],["parent/1936",[0,0.001,1,0,928,6.935]],["name/1937",[152,69.517]],["parent/1937",[0,0.001,1,0,928,6.935]],["name/1938",[181,61.61]],["parent/1938",[0,0.001,1,0,4,1.68]],["name/1939",[250,69.517]],["parent/1939",[0,0.001,1,0,929,6.599]],["name/1940",[249,69.517]],["parent/1940",[0,0.001,1,0,929,6.599]],["name/1941",[251,69.517]],["parent/1941",[0,0.001,1,0,929,6.599]],["name/1942",[930,74.64]],["parent/1942",[0,0.001,1,0,4,1.68]],["name/1943",[931,74.64]],["parent/1943",[0,0.001,1,0,4,1.68]],["name/1944",[932,74.64]],["parent/1944",[0,0.001,1,0,4,1.68]],["name/1945",[933,74.64]],["parent/1945",[0,0.001,1,0,4,1.68]],["name/1946",[934,74.64]],["parent/1946",[0,0.001,1,0,4,1.68]],["name/1947",[935,74.64]],["parent/1947",[0,0.001,1,0,4,1.68]],["name/1948",[936,74.64]],["parent/1948",[0,0.001,1,0,4,1.68]],["name/1949",[937,74.64]],["parent/1949",[0,0.001,1,0,4,1.68]],["name/1950",[938,74.64]],["parent/1950",[0,0.001,1,0,4,1.68]],["name/1951",[939,74.64]],["parent/1951",[0,0.001,1,0,4,1.68]],["name/1952",[940,74.64]],["parent/1952",[0,0.001,1,0,4,1.68]],["name/1953",[941,74.64]],["parent/1953",[0,0.001,1,0,4,1.68]],["name/1954",[185,69.517]],["parent/1954",[0,0.001,1,0,4,1.68]],["name/1955",[942,74.64]],["parent/1955",[0,0.001,1,0,4,1.68]],["name/1956",[943,74.64]],["parent/1956",[0,0.001,1,0,4,1.68]],["name/1957",[944,74.64]],["parent/1957",[0,0.001,1,0,4,1.68]],["name/1958",[945,74.64]],["parent/1958",[0,0.001,1,0,4,1.68]],["name/1959",[946,74.64]],["parent/1959",[0,0.001,1,0,4,1.68]],["name/1960",[947,74.64]],["parent/1960",[0,0.001,1,0,4,1.68]],["name/1961",[948,74.64]],["parent/1961",[0,0.001,1,0,4,1.68]],["name/1962",[949,74.64]],["parent/1962",[0,0.001,1,0,4,1.68]],["name/1963",[950,74.64]],["parent/1963",[0,0.001,1,0,4,1.68]],["name/1964",[951,74.64]],["parent/1964",[0,0.001,1,0,4,1.68]],["name/1965",[952,74.64]],["parent/1965",[0,0.001,1,0,4,1.68]],["name/1966",[953,74.64]],["parent/1966",[0,0.001,1,0,4,1.68]],["name/1967",[954,74.64]],["parent/1967",[0,0.001,1,0,4,1.68]],["name/1968",[955,74.64]],["parent/1968",[0,0.001,1,0,4,1.68]],["name/1969",[956,74.64]],["parent/1969",[0,0.001,1,0,4,1.68]],["name/1970",[957,74.64]],["parent/1970",[0,0.001,1,0,4,1.68]],["name/1971",[958,74.64]],["parent/1971",[0,0.001,1,0,4,1.68]],["name/1972",[959,74.64]],["parent/1972",[0,0.001,1,0,4,1.68]],["name/1973",[960,74.64]],["parent/1973",[0,0.001,1,0,4,1.68]],["name/1974",[961,74.64]],["parent/1974",[0,0.001,1,0,4,1.68]],["name/1975",[962,74.64]],["parent/1975",[0,0.001,1,0,4,1.68]],["name/1976",[963,74.64]],["parent/1976",[0,0.001,1,0,4,1.68]],["name/1977",[964,74.64]],["parent/1977",[0,0.001,1,0,4,1.68]],["name/1978",[965,74.64]],["parent/1978",[0,0.001,1,0,4,1.68]],["name/1979",[966,74.64]],["parent/1979",[0,0.001,1,0,4,1.68]],["name/1980",[924,69.517]],["parent/1980",[0,0.001,1,0,4,1.68]],["name/1981",[967,74.64]],["parent/1981",[0,0.001,1,0,4,1.68]],["name/1982",[968,74.64]],["parent/1982",[0,0.001,1,0,4,1.68]],["name/1983",[969,74.64]],["parent/1983",[0,0.001,1,0,4,1.68]],["name/1984",[970,74.64]],["parent/1984",[0,0.001,1,0,4,1.68]],["name/1985",[746,69.517]],["parent/1985",[0,0.001,1,0,971,4.652]],["name/1986",[31,32.178]],["parent/1986",[0,0.001,1,0,971,4.652]],["name/1987",[229,48.917]],["parent/1987",[0,0.001,1,0,971,4.652]],["name/1988",[225,61.61]],["parent/1988",[0,0.001,1,0,971,4.652]],["name/1989",[748,69.517]],["parent/1989",[0,0.001,1,0,971,4.652]],["name/1990",[749,69.517]],["parent/1990",[0,0.001,1,0,971,4.652]],["name/1991",[231,61.61]],["parent/1991",[0,0.001,1,0,971,4.652]],["name/1992",[234,50.592]],["parent/1992",[0,0.001,1,0,971,4.652]],["name/1993",[235,50.002]],["parent/1993",[0,0.001,1,0,971,4.652]],["name/1994",[238,48.917]],["parent/1994",[0,0.001,1,0,971,4.652]],["name/1995",[239,50.002]],["parent/1995",[0,0.001,1,0,971,4.652]],["name/1996",[240,50.592]],["parent/1996",[0,0.001,1,0,971,4.652]],["name/1997",[241,50.002]],["parent/1997",[0,0.001,1,0,971,4.652]],["name/1998",[242,50.592]],["parent/1998",[0,0.001,1,0,971,4.652]],["name/1999",[243,50.002]],["parent/1999",[0,0.001,1,0,971,4.652]],["name/2000",[244,50.592]],["parent/2000",[0,0.001,1,0,971,4.652]],["name/2001",[245,50.592]],["parent/2001",[0,0.001,1,0,971,4.652]],["name/2002",[246,50.592]],["parent/2002",[0,0.001,1,0,971,4.652]],["name/2003",[247,50.002]],["parent/2003",[0,0.001,1,0,971,4.652]],["name/2004",[117,41.343]],["parent/2004",[0,0.001,1,0,971,4.652]],["name/2005",[119,41.587]],["parent/2005",[0,0.001,1,0,971,4.652]],["name/2006",[122,41.343]],["parent/2006",[0,0.001,1,0,971,4.652]],["name/2007",[123,41.587]],["parent/2007",[0,0.001,1,0,971,4.652]],["name/2008",[248,50.592]],["parent/2008",[0,0.001,1,0,971,4.652]],["name/2009",[972,74.64]],["parent/2009",[0,0.001,1,0,4,1.68]],["name/2010",[31,32.178]],["parent/2010",[0,0.001,1,0,973,4.693]],["name/2011",[102,37.562]],["parent/2011",[0,0.001,1,0,973,4.693]],["name/2012",[742,69.517]],["parent/2012",[0,0.001,1,0,973,4.693]],["name/2013",[743,69.517]],["parent/2013",[0,0.001,1,0,973,4.693]],["name/2014",[234,50.592]],["parent/2014",[0,0.001,1,0,973,4.693]],["name/2015",[235,50.002]],["parent/2015",[0,0.001,1,0,973,4.693]],["name/2016",[744,69.517]],["parent/2016",[0,0.001,1,0,973,4.693]],["name/2017",[238,48.917]],["parent/2017",[0,0.001,1,0,973,4.693]],["name/2018",[229,48.917]],["parent/2018",[0,0.001,1,0,973,4.693]],["name/2019",[239,50.002]],["parent/2019",[0,0.001,1,0,973,4.693]],["name/2020",[240,50.592]],["parent/2020",[0,0.001,1,0,973,4.693]],["name/2021",[241,50.002]],["parent/2021",[0,0.001,1,0,973,4.693]],["name/2022",[242,50.592]],["parent/2022",[0,0.001,1,0,973,4.693]],["name/2023",[243,50.002]],["parent/2023",[0,0.001,1,0,973,4.693]],["name/2024",[244,50.592]],["parent/2024",[0,0.001,1,0,973,4.693]],["name/2025",[245,50.592]],["parent/2025",[0,0.001,1,0,973,4.693]],["name/2026",[246,50.592]],["parent/2026",[0,0.001,1,0,973,4.693]],["name/2027",[247,50.002]],["parent/2027",[0,0.001,1,0,973,4.693]],["name/2028",[117,41.343]],["parent/2028",[0,0.001,1,0,973,4.693]],["name/2029",[119,41.587]],["parent/2029",[0,0.001,1,0,973,4.693]],["name/2030",[122,41.343]],["parent/2030",[0,0.001,1,0,973,4.693]],["name/2031",[123,41.587]],["parent/2031",[0,0.001,1,0,973,4.693]],["name/2032",[248,50.592]],["parent/2032",[0,0.001,1,0,973,4.693]],["name/2033",[974,74.64]],["parent/2033",[0,0.001,1,0,4,1.68]],["name/2034",[31,32.178]],["parent/2034",[0,0.001,1,0,975,4.693]],["name/2035",[733,59.935]],["parent/2035",[0,0.001,1,0,975,4.693]],["name/2036",[727,59.935]],["parent/2036",[0,0.001,1,0,975,4.693]],["name/2037",[728,63.622]],["parent/2037",[0,0.001,1,0,975,4.693]],["name/2038",[729,63.622]],["parent/2038",[0,0.001,1,0,975,4.693]],["name/2039",[234,50.592]],["parent/2039",[0,0.001,1,0,975,4.693]],["name/2040",[235,50.002]],["parent/2040",[0,0.001,1,0,975,4.693]],["name/2041",[238,48.917]],["parent/2041",[0,0.001,1,0,975,4.693]],["name/2042",[229,48.917]],["parent/2042",[0,0.001,1,0,975,4.693]],["name/2043",[239,50.002]],["parent/2043",[0,0.001,1,0,975,4.693]],["name/2044",[240,50.592]],["parent/2044",[0,0.001,1,0,975,4.693]],["name/2045",[241,50.002]],["parent/2045",[0,0.001,1,0,975,4.693]],["name/2046",[242,50.592]],["parent/2046",[0,0.001,1,0,975,4.693]],["name/2047",[243,50.002]],["parent/2047",[0,0.001,1,0,975,4.693]],["name/2048",[244,50.592]],["parent/2048",[0,0.001,1,0,975,4.693]],["name/2049",[245,50.592]],["parent/2049",[0,0.001,1,0,975,4.693]],["name/2050",[246,50.592]],["parent/2050",[0,0.001,1,0,975,4.693]],["name/2051",[247,50.002]],["parent/2051",[0,0.001,1,0,975,4.693]],["name/2052",[117,41.343]],["parent/2052",[0,0.001,1,0,975,4.693]],["name/2053",[119,41.587]],["parent/2053",[0,0.001,1,0,975,4.693]],["name/2054",[122,41.343]],["parent/2054",[0,0.001,1,0,975,4.693]],["name/2055",[123,41.587]],["parent/2055",[0,0.001,1,0,975,4.693]],["name/2056",[248,50.592]],["parent/2056",[0,0.001,1,0,975,4.693]],["name/2057",[976,74.64]],["parent/2057",[0,0.001,1,0,4,1.68]],["name/2058",[31,32.178]],["parent/2058",[0,0.001,1,0,977,4.737]],["name/2059",[234,50.592]],["parent/2059",[0,0.001,1,0,977,4.737]],["name/2060",[235,50.002]],["parent/2060",[0,0.001,1,0,977,4.737]],["name/2061",[236,66.143]],["parent/2061",[0,0.001,1,0,977,4.737]],["name/2062",[237,57.244]],["parent/2062",[0,0.001,1,0,977,4.737]],["name/2063",[104,54.213]],["parent/2063",[0,0.001,1,0,977,4.737]],["name/2064",[238,48.917]],["parent/2064",[0,0.001,1,0,977,4.737]],["name/2065",[229,48.917]],["parent/2065",[0,0.001,1,0,977,4.737]],["name/2066",[239,50.002]],["parent/2066",[0,0.001,1,0,977,4.737]],["name/2067",[240,50.592]],["parent/2067",[0,0.001,1,0,977,4.737]],["name/2068",[241,50.002]],["parent/2068",[0,0.001,1,0,977,4.737]],["name/2069",[242,50.592]],["parent/2069",[0,0.001,1,0,977,4.737]],["name/2070",[243,50.002]],["parent/2070",[0,0.001,1,0,977,4.737]],["name/2071",[244,50.592]],["parent/2071",[0,0.001,1,0,977,4.737]],["name/2072",[245,50.592]],["parent/2072",[0,0.001,1,0,977,4.737]],["name/2073",[246,50.592]],["parent/2073",[0,0.001,1,0,977,4.737]],["name/2074",[247,50.002]],["parent/2074",[0,0.001,1,0,977,4.737]],["name/2075",[117,41.343]],["parent/2075",[0,0.001,1,0,977,4.737]],["name/2076",[119,41.587]],["parent/2076",[0,0.001,1,0,977,4.737]],["name/2077",[122,41.343]],["parent/2077",[0,0.001,1,0,977,4.737]],["name/2078",[123,41.587]],["parent/2078",[0,0.001,1,0,977,4.737]],["name/2079",[248,50.592]],["parent/2079",[0,0.001,1,0,977,4.737]],["name/2080",[978,74.64]],["parent/2080",[0,0.001,1,0,4,1.68]],["name/2081",[31,32.178]],["parent/2081",[0,0.001,1,0,979,4.573]],["name/2082",[733,59.935]],["parent/2082",[0,0.001,1,0,979,4.573]],["name/2083",[215,59.935]],["parent/2083",[0,0.001,1,0,979,4.573]],["name/2084",[216,59.935]],["parent/2084",[0,0.001,1,0,979,4.573]],["name/2085",[211,58.5]],["parent/2085",[0,0.001,1,0,979,4.573]],["name/2086",[214,57.244]],["parent/2086",[0,0.001,1,0,979,4.573]],["name/2087",[734,58.5]],["parent/2087",[0,0.001,1,0,979,4.573]],["name/2088",[735,63.622]],["parent/2088",[0,0.001,1,0,979,4.573]],["name/2089",[234,50.592]],["parent/2089",[0,0.001,1,0,979,4.573]],["name/2090",[235,50.002]],["parent/2090",[0,0.001,1,0,979,4.573]],["name/2091",[238,48.917]],["parent/2091",[0,0.001,1,0,979,4.573]],["name/2092",[229,48.917]],["parent/2092",[0,0.001,1,0,979,4.573]],["name/2093",[239,50.002]],["parent/2093",[0,0.001,1,0,979,4.573]],["name/2094",[240,50.592]],["parent/2094",[0,0.001,1,0,979,4.573]],["name/2095",[241,50.002]],["parent/2095",[0,0.001,1,0,979,4.573]],["name/2096",[242,50.592]],["parent/2096",[0,0.001,1,0,979,4.573]],["name/2097",[243,50.002]],["parent/2097",[0,0.001,1,0,979,4.573]],["name/2098",[244,50.592]],["parent/2098",[0,0.001,1,0,979,4.573]],["name/2099",[245,50.592]],["parent/2099",[0,0.001,1,0,979,4.573]],["name/2100",[246,50.592]],["parent/2100",[0,0.001,1,0,979,4.573]],["name/2101",[247,50.002]],["parent/2101",[0,0.001,1,0,979,4.573]],["name/2102",[117,41.343]],["parent/2102",[0,0.001,1,0,979,4.573]],["name/2103",[119,41.587]],["parent/2103",[0,0.001,1,0,979,4.573]],["name/2104",[122,41.343]],["parent/2104",[0,0.001,1,0,979,4.573]],["name/2105",[123,41.587]],["parent/2105",[0,0.001,1,0,979,4.573]],["name/2106",[248,50.592]],["parent/2106",[0,0.001,1,0,979,4.573]],["name/2107",[980,74.64]],["parent/2107",[0,0.001,1,0,4,1.68]],["name/2108",[31,32.178]],["parent/2108",[0,0.001,1,0,981,4.693]],["name/2109",[733,59.935]],["parent/2109",[0,0.001,1,0,981,4.693]],["name/2110",[727,59.935]],["parent/2110",[0,0.001,1,0,981,4.693]],["name/2111",[734,58.5]],["parent/2111",[0,0.001,1,0,981,4.693]],["name/2112",[735,63.622]],["parent/2112",[0,0.001,1,0,981,4.693]],["name/2113",[234,50.592]],["parent/2113",[0,0.001,1,0,981,4.693]],["name/2114",[235,50.002]],["parent/2114",[0,0.001,1,0,981,4.693]],["name/2115",[238,48.917]],["parent/2115",[0,0.001,1,0,981,4.693]],["name/2116",[229,48.917]],["parent/2116",[0,0.001,1,0,981,4.693]],["name/2117",[239,50.002]],["parent/2117",[0,0.001,1,0,981,4.693]],["name/2118",[240,50.592]],["parent/2118",[0,0.001,1,0,981,4.693]],["name/2119",[241,50.002]],["parent/2119",[0,0.001,1,0,981,4.693]],["name/2120",[242,50.592]],["parent/2120",[0,0.001,1,0,981,4.693]],["name/2121",[243,50.002]],["parent/2121",[0,0.001,1,0,981,4.693]],["name/2122",[244,50.592]],["parent/2122",[0,0.001,1,0,981,4.693]],["name/2123",[245,50.592]],["parent/2123",[0,0.001,1,0,981,4.693]],["name/2124",[246,50.592]],["parent/2124",[0,0.001,1,0,981,4.693]],["name/2125",[247,50.002]],["parent/2125",[0,0.001,1,0,981,4.693]],["name/2126",[117,41.343]],["parent/2126",[0,0.001,1,0,981,4.693]],["name/2127",[119,41.587]],["parent/2127",[0,0.001,1,0,981,4.693]],["name/2128",[122,41.343]],["parent/2128",[0,0.001,1,0,981,4.693]],["name/2129",[123,41.587]],["parent/2129",[0,0.001,1,0,981,4.693]],["name/2130",[248,50.592]],["parent/2130",[0,0.001,1,0,981,4.693]],["name/2131",[982,74.64]],["parent/2131",[0,0.001,1,0,4,1.68]],["name/2132",[31,32.178]],["parent/2132",[0,0.001,1,0,983,4.652]],["name/2133",[102,37.562]],["parent/2133",[0,0.001,1,0,983,4.652]],["name/2134",[727,59.935]],["parent/2134",[0,0.001,1,0,983,4.652]],["name/2135",[728,63.622]],["parent/2135",[0,0.001,1,0,983,4.652]],["name/2136",[729,63.622]],["parent/2136",[0,0.001,1,0,983,4.652]],["name/2137",[234,50.592]],["parent/2137",[0,0.001,1,0,983,4.652]],["name/2138",[235,50.002]],["parent/2138",[0,0.001,1,0,983,4.652]],["name/2139",[730,69.517]],["parent/2139",[0,0.001,1,0,983,4.652]],["name/2140",[238,48.917]],["parent/2140",[0,0.001,1,0,983,4.652]],["name/2141",[229,48.917]],["parent/2141",[0,0.001,1,0,983,4.652]],["name/2142",[239,50.002]],["parent/2142",[0,0.001,1,0,983,4.652]],["name/2143",[240,50.592]],["parent/2143",[0,0.001,1,0,983,4.652]],["name/2144",[241,50.002]],["parent/2144",[0,0.001,1,0,983,4.652]],["name/2145",[242,50.592]],["parent/2145",[0,0.001,1,0,983,4.652]],["name/2146",[243,50.002]],["parent/2146",[0,0.001,1,0,983,4.652]],["name/2147",[244,50.592]],["parent/2147",[0,0.001,1,0,983,4.652]],["name/2148",[245,50.592]],["parent/2148",[0,0.001,1,0,983,4.652]],["name/2149",[246,50.592]],["parent/2149",[0,0.001,1,0,983,4.652]],["name/2150",[247,50.002]],["parent/2150",[0,0.001,1,0,983,4.652]],["name/2151",[117,41.343]],["parent/2151",[0,0.001,1,0,983,4.652]],["name/2152",[119,41.587]],["parent/2152",[0,0.001,1,0,983,4.652]],["name/2153",[122,41.343]],["parent/2153",[0,0.001,1,0,983,4.652]],["name/2154",[123,41.587]],["parent/2154",[0,0.001,1,0,983,4.652]],["name/2155",[248,50.592]],["parent/2155",[0,0.001,1,0,983,4.652]],["name/2156",[984,74.64]],["parent/2156",[0,0.001,1,0,4,1.68]],["name/2157",[985,74.64]],["parent/2157",[0,0.001,1,0,4,1.68]],["name/2158",[31,32.178]],["parent/2158",[0,0.001,1,0,986,6.347]],["name/2159",[224,59.935]],["parent/2159",[0,0.001,1,0,986,6.347]],["name/2160",[225,61.61]],["parent/2160",[0,0.001,1,0,986,6.347]],["name/2161",[226,69.517]],["parent/2161",[0,0.001,1,0,986,6.347]],["name/2162",[987,74.64]],["parent/2162",[0,0.001,1,0,4,1.68]],["name/2163",[31,32.178]],["parent/2163",[0,0.001,1,0,988,4.83]],["name/2164",[111,46.628]],["parent/2164",[0,0.001,1,0,988,4.83]],["name/2165",[229,48.917]],["parent/2165",[0,0.001,1,0,988,4.83]],["name/2166",[224,59.935]],["parent/2166",[0,0.001,1,0,988,4.83]],["name/2167",[230,66.143]],["parent/2167",[0,0.001,1,0,988,4.83]],["name/2168",[231,61.61]],["parent/2168",[0,0.001,1,0,988,4.83]],["name/2169",[125,46.628]],["parent/2169",[0,0.001,1,0,988,4.83]],["name/2170",[112,47.046]],["parent/2170",[0,0.001,1,0,988,4.83]],["name/2171",[113,46.628]],["parent/2171",[0,0.001,1,0,988,4.83]],["name/2172",[114,45.111]],["parent/2172",[0,0.001,1,0,988,4.83]],["name/2173",[115,46.227]],["parent/2173",[0,0.001,1,0,988,4.83]],["name/2174",[116,46.628]],["parent/2174",[0,0.001,1,0,988,4.83]],["name/2175",[117,41.343]],["parent/2175",[0,0.001,1,0,988,4.83]],["name/2176",[118,46.628]],["parent/2176",[0,0.001,1,0,988,4.83]],["name/2177",[119,41.587]],["parent/2177",[0,0.001,1,0,988,4.83]],["name/2178",[120,46.628]],["parent/2178",[0,0.001,1,0,988,4.83]],["name/2179",[121,46.628]],["parent/2179",[0,0.001,1,0,988,4.83]],["name/2180",[122,41.343]],["parent/2180",[0,0.001,1,0,988,4.83]],["name/2181",[123,41.587]],["parent/2181",[0,0.001,1,0,988,4.83]],["name/2182",[124,46.227]],["parent/2182",[0,0.001,1,0,988,4.83]],["name/2183",[989,74.64]],["parent/2183",[0,0.001,1,0,4,1.68]],["name/2184",[990,74.64]],["parent/2184",[0,0.001,1,0,4,1.68]],["name/2185",[991,74.64]],["parent/2185",[0,0.001,1,0,4,1.68]],["name/2186",[992,74.64]],["parent/2186",[0,0.001,1,0,4,1.68]],["name/2187",[153,69.517]],["parent/2187",[0,0.001,1,0,993,4.5]],["name/2188",[155,66.143]],["parent/2188",[0,0.001,1,0,993,4.5]],["name/2189",[156,66.143]],["parent/2189",[0,0.001,1,0,993,4.5]],["name/2190",[157,66.143]],["parent/2190",[0,0.001,1,0,993,4.5]],["name/2191",[158,66.143]],["parent/2191",[0,0.001,1,0,993,4.5]],["name/2192",[31,32.178]],["parent/2192",[0,0.001,1,0,993,4.5]],["name/2193",[159,66.143]],["parent/2193",[0,0.001,1,0,993,4.5]],["name/2194",[160,66.143]],["parent/2194",[0,0.001,1,0,993,4.5]],["name/2195",[29,45.841]],["parent/2195",[0,0.001,1,0,993,4.5]],["name/2196",[161,66.143]],["parent/2196",[0,0.001,1,0,993,4.5]],["name/2197",[162,66.143]],["parent/2197",[0,0.001,1,0,993,4.5]],["name/2198",[163,66.143]],["parent/2198",[0,0.001,1,0,993,4.5]],["name/2199",[164,66.143]],["parent/2199",[0,0.001,1,0,993,4.5]],["name/2200",[165,66.143]],["parent/2200",[0,0.001,1,0,993,4.5]],["name/2201",[166,66.143]],["parent/2201",[0,0.001,1,0,993,4.5]],["name/2202",[167,66.143]],["parent/2202",[0,0.001,1,0,993,4.5]],["name/2203",[168,66.143]],["parent/2203",[0,0.001,1,0,993,4.5]],["name/2204",[169,66.143]],["parent/2204",[0,0.001,1,0,993,4.5]],["name/2205",[149,56.129]],["parent/2205",[0,0.001,1,0,993,4.5]],["name/2206",[170,66.143]],["parent/2206",[0,0.001,1,0,993,4.5]],["name/2207",[171,66.143]],["parent/2207",[0,0.001,1,0,993,4.5]],["name/2208",[172,66.143]],["parent/2208",[0,0.001,1,0,993,4.5]],["name/2209",[173,66.143]],["parent/2209",[0,0.001,1,0,993,4.5]],["name/2210",[174,66.143]],["parent/2210",[0,0.001,1,0,993,4.5]],["name/2211",[175,66.143]],["parent/2211",[0,0.001,1,0,993,4.5]],["name/2212",[176,66.143]],["parent/2212",[0,0.001,1,0,993,4.5]],["name/2213",[177,66.143]],["parent/2213",[0,0.001,1,0,993,4.5]],["name/2214",[178,66.143]],["parent/2214",[0,0.001,1,0,993,4.5]],["name/2215",[994,74.64]],["parent/2215",[0,0.001,1,0,4,1.68]],["name/2216",[995,74.64]],["parent/2216",[0,0.001,1,0,4,1.68]],["name/2217",[996,74.64]],["parent/2217",[0,0.001,1,0,4,1.68]],["name/2218",[997,74.64]],["parent/2218",[0,0.001,1,0,4,1.68]],["name/2219",[998,74.64]],["parent/2219",[0,0.001,1,0,4,1.68]],["name/2220",[999,74.64]],["parent/2220",[0,0.001,1,0,4,1.68]],["name/2221",[1000,74.64]],["parent/2221",[0,0.001,1,0,4,1.68]],["name/2222",[1001,74.64]],["parent/2222",[0,0.001,1,0,4,1.68]],["name/2223",[1002,74.64]],["parent/2223",[0,0.001,1,0,4,1.68]],["name/2224",[1003,74.64]],["parent/2224",[0,0.001,1,0,4,1.68]],["name/2225",[31,32.178]],["parent/2225",[0,0.001,1,0,1004,4.83]],["name/2226",[1005,74.64]],["parent/2226",[0,0.001,1,0,1004,4.83]],["name/2227",[234,50.592]],["parent/2227",[0,0.001,1,0,1004,4.83]],["name/2228",[235,50.002]],["parent/2228",[0,0.001,1,0,1004,4.83]],["name/2229",[238,48.917]],["parent/2229",[0,0.001,1,0,1004,4.83]],["name/2230",[229,48.917]],["parent/2230",[0,0.001,1,0,1004,4.83]],["name/2231",[239,50.002]],["parent/2231",[0,0.001,1,0,1004,4.83]],["name/2232",[240,50.592]],["parent/2232",[0,0.001,1,0,1004,4.83]],["name/2233",[241,50.002]],["parent/2233",[0,0.001,1,0,1004,4.83]],["name/2234",[242,50.592]],["parent/2234",[0,0.001,1,0,1004,4.83]],["name/2235",[243,50.002]],["parent/2235",[0,0.001,1,0,1004,4.83]],["name/2236",[244,50.592]],["parent/2236",[0,0.001,1,0,1004,4.83]],["name/2237",[245,50.592]],["parent/2237",[0,0.001,1,0,1004,4.83]],["name/2238",[246,50.592]],["parent/2238",[0,0.001,1,0,1004,4.83]],["name/2239",[247,50.002]],["parent/2239",[0,0.001,1,0,1004,4.83]],["name/2240",[117,41.343]],["parent/2240",[0,0.001,1,0,1004,4.83]],["name/2241",[119,41.587]],["parent/2241",[0,0.001,1,0,1004,4.83]],["name/2242",[122,41.343]],["parent/2242",[0,0.001,1,0,1004,4.83]],["name/2243",[123,41.587]],["parent/2243",[0,0.001,1,0,1004,4.83]],["name/2244",[248,50.592]],["parent/2244",[0,0.001,1,0,1004,4.83]],["name/2245",[1006,74.64]],["parent/2245",[0,0.001,1,0,4,1.68]],["name/2246",[31,32.178]],["parent/2246",[0,0.001,1,0,1007,4.737]],["name/2247",[234,50.592]],["parent/2247",[0,0.001,1,0,1007,4.737]],["name/2248",[235,50.002]],["parent/2248",[0,0.001,1,0,1007,4.737]],["name/2249",[236,66.143]],["parent/2249",[0,0.001,1,0,1007,4.737]],["name/2250",[237,57.244]],["parent/2250",[0,0.001,1,0,1007,4.737]],["name/2251",[104,54.213]],["parent/2251",[0,0.001,1,0,1007,4.737]],["name/2252",[238,48.917]],["parent/2252",[0,0.001,1,0,1007,4.737]],["name/2253",[229,48.917]],["parent/2253",[0,0.001,1,0,1007,4.737]],["name/2254",[239,50.002]],["parent/2254",[0,0.001,1,0,1007,4.737]],["name/2255",[240,50.592]],["parent/2255",[0,0.001,1,0,1007,4.737]],["name/2256",[241,50.002]],["parent/2256",[0,0.001,1,0,1007,4.737]],["name/2257",[242,50.592]],["parent/2257",[0,0.001,1,0,1007,4.737]],["name/2258",[243,50.002]],["parent/2258",[0,0.001,1,0,1007,4.737]],["name/2259",[244,50.592]],["parent/2259",[0,0.001,1,0,1007,4.737]],["name/2260",[245,50.592]],["parent/2260",[0,0.001,1,0,1007,4.737]],["name/2261",[246,50.592]],["parent/2261",[0,0.001,1,0,1007,4.737]],["name/2262",[247,50.002]],["parent/2262",[0,0.001,1,0,1007,4.737]],["name/2263",[117,41.343]],["parent/2263",[0,0.001,1,0,1007,4.737]],["name/2264",[119,41.587]],["parent/2264",[0,0.001,1,0,1007,4.737]],["name/2265",[122,41.343]],["parent/2265",[0,0.001,1,0,1007,4.737]],["name/2266",[123,41.587]],["parent/2266",[0,0.001,1,0,1007,4.737]],["name/2267",[248,50.592]],["parent/2267",[0,0.001,1,0,1007,4.737]],["name/2268",[1008,74.64]],["parent/2268",[0,0.001,1,0,4,1.68]],["name/2269",[31,32.178]],["parent/2269",[0,0.001,1,0,1009,4.612]],["name/2270",[102,37.562]],["parent/2270",[0,0.001,1,0,1009,4.612]],["name/2271",[103,38.427]],["parent/2271",[0,0.001,1,0,1009,4.612]],["name/2272",[104,54.213]],["parent/2272",[0,0.001,1,0,1009,4.612]],["name/2273",[105,66.143]],["parent/2273",[0,0.001,1,0,1009,4.612]],["name/2274",[106,66.143]],["parent/2274",[0,0.001,1,0,1009,4.612]],["name/2275",[107,61.61]],["parent/2275",[0,0.001,1,0,1009,4.612]],["name/2276",[108,58.5]],["parent/2276",[0,0.001,1,0,1009,4.612]],["name/2277",[109,59.935]],["parent/2277",[0,0.001,1,0,1009,4.612]],["name/2278",[110,66.143]],["parent/2278",[0,0.001,1,0,1009,4.612]],["name/2279",[111,46.628]],["parent/2279",[0,0.001,1,0,1009,4.612]],["name/2280",[112,47.046]],["parent/2280",[0,0.001,1,0,1009,4.612]],["name/2281",[113,46.628]],["parent/2281",[0,0.001,1,0,1009,4.612]],["name/2282",[114,45.111]],["parent/2282",[0,0.001,1,0,1009,4.612]],["name/2283",[115,46.227]],["parent/2283",[0,0.001,1,0,1009,4.612]],["name/2284",[116,46.628]],["parent/2284",[0,0.001,1,0,1009,4.612]],["name/2285",[117,41.343]],["parent/2285",[0,0.001,1,0,1009,4.612]],["name/2286",[118,46.628]],["parent/2286",[0,0.001,1,0,1009,4.612]],["name/2287",[119,41.587]],["parent/2287",[0,0.001,1,0,1009,4.612]],["name/2288",[120,46.628]],["parent/2288",[0,0.001,1,0,1009,4.612]],["name/2289",[121,46.628]],["parent/2289",[0,0.001,1,0,1009,4.612]],["name/2290",[122,41.343]],["parent/2290",[0,0.001,1,0,1009,4.612]],["name/2291",[123,41.587]],["parent/2291",[0,0.001,1,0,1009,4.612]],["name/2292",[124,46.227]],["parent/2292",[0,0.001,1,0,1009,4.612]],["name/2293",[125,46.628]],["parent/2293",[0,0.001,1,0,1009,4.612]],["name/2294",[1010,74.64]],["parent/2294",[0,0.001,1,0,4,1.68]],["name/2295",[31,32.178]],["parent/2295",[0,0.001,1,0,1011,4.83]],["name/2296",[102,37.562]],["parent/2296",[0,0.001,1,0,1011,4.83]],["name/2297",[103,38.427]],["parent/2297",[0,0.001,1,0,1011,4.83]],["name/2298",[149,56.129]],["parent/2298",[0,0.001,1,0,1011,4.83]],["name/2299",[150,59.935]],["parent/2299",[0,0.001,1,0,1011,4.83]],["name/2300",[111,46.628]],["parent/2300",[0,0.001,1,0,1011,4.83]],["name/2301",[112,47.046]],["parent/2301",[0,0.001,1,0,1011,4.83]],["name/2302",[113,46.628]],["parent/2302",[0,0.001,1,0,1011,4.83]],["name/2303",[114,45.111]],["parent/2303",[0,0.001,1,0,1011,4.83]],["name/2304",[115,46.227]],["parent/2304",[0,0.001,1,0,1011,4.83]],["name/2305",[116,46.628]],["parent/2305",[0,0.001,1,0,1011,4.83]],["name/2306",[117,41.343]],["parent/2306",[0,0.001,1,0,1011,4.83]],["name/2307",[118,46.628]],["parent/2307",[0,0.001,1,0,1011,4.83]],["name/2308",[119,41.587]],["parent/2308",[0,0.001,1,0,1011,4.83]],["name/2309",[120,46.628]],["parent/2309",[0,0.001,1,0,1011,4.83]],["name/2310",[121,46.628]],["parent/2310",[0,0.001,1,0,1011,4.83]],["name/2311",[122,41.343]],["parent/2311",[0,0.001,1,0,1011,4.83]],["name/2312",[123,41.587]],["parent/2312",[0,0.001,1,0,1011,4.83]],["name/2313",[124,46.227]],["parent/2313",[0,0.001,1,0,1011,4.83]],["name/2314",[125,46.628]],["parent/2314",[0,0.001,1,0,1011,4.83]],["name/2315",[1012,74.64]],["parent/2315",[0,0.001,1,0,4,1.68]],["name/2316",[31,32.178]],["parent/2316",[0,0.001,1,0,1013,4.933]],["name/2317",[208,63.622]],["parent/2317",[0,0.001,1,0,1013,4.933]],["name/2318",[29,45.841]],["parent/2318",[0,0.001,1,0,1013,4.933]],["name/2319",[111,46.628]],["parent/2319",[0,0.001,1,0,1013,4.933]],["name/2320",[112,47.046]],["parent/2320",[0,0.001,1,0,1013,4.933]],["name/2321",[113,46.628]],["parent/2321",[0,0.001,1,0,1013,4.933]],["name/2322",[114,45.111]],["parent/2322",[0,0.001,1,0,1013,4.933]],["name/2323",[115,46.227]],["parent/2323",[0,0.001,1,0,1013,4.933]],["name/2324",[116,46.628]],["parent/2324",[0,0.001,1,0,1013,4.933]],["name/2325",[117,41.343]],["parent/2325",[0,0.001,1,0,1013,4.933]],["name/2326",[118,46.628]],["parent/2326",[0,0.001,1,0,1013,4.933]],["name/2327",[119,41.587]],["parent/2327",[0,0.001,1,0,1013,4.933]],["name/2328",[120,46.628]],["parent/2328",[0,0.001,1,0,1013,4.933]],["name/2329",[121,46.628]],["parent/2329",[0,0.001,1,0,1013,4.933]],["name/2330",[122,41.343]],["parent/2330",[0,0.001,1,0,1013,4.933]],["name/2331",[123,41.587]],["parent/2331",[0,0.001,1,0,1013,4.933]],["name/2332",[124,46.227]],["parent/2332",[0,0.001,1,0,1013,4.933]],["name/2333",[125,46.628]],["parent/2333",[0,0.001,1,0,1013,4.933]],["name/2334",[1014,74.64]],["parent/2334",[0,0.001,1,0,4,1.68]],["name/2335",[31,32.178]],["parent/2335",[0,0.001,1,0,1015,4.933]],["name/2336",[208,63.622]],["parent/2336",[0,0.001,1,0,1015,4.933]],["name/2337",[29,45.841]],["parent/2337",[0,0.001,1,0,1015,4.933]],["name/2338",[111,46.628]],["parent/2338",[0,0.001,1,0,1015,4.933]],["name/2339",[112,47.046]],["parent/2339",[0,0.001,1,0,1015,4.933]],["name/2340",[113,46.628]],["parent/2340",[0,0.001,1,0,1015,4.933]],["name/2341",[114,45.111]],["parent/2341",[0,0.001,1,0,1015,4.933]],["name/2342",[115,46.227]],["parent/2342",[0,0.001,1,0,1015,4.933]],["name/2343",[116,46.628]],["parent/2343",[0,0.001,1,0,1015,4.933]],["name/2344",[117,41.343]],["parent/2344",[0,0.001,1,0,1015,4.933]],["name/2345",[118,46.628]],["parent/2345",[0,0.001,1,0,1015,4.933]],["name/2346",[119,41.587]],["parent/2346",[0,0.001,1,0,1015,4.933]],["name/2347",[120,46.628]],["parent/2347",[0,0.001,1,0,1015,4.933]],["name/2348",[121,46.628]],["parent/2348",[0,0.001,1,0,1015,4.933]],["name/2349",[122,41.343]],["parent/2349",[0,0.001,1,0,1015,4.933]],["name/2350",[123,41.587]],["parent/2350",[0,0.001,1,0,1015,4.933]],["name/2351",[124,46.227]],["parent/2351",[0,0.001,1,0,1015,4.933]],["name/2352",[125,46.628]],["parent/2352",[0,0.001,1,0,1015,4.933]],["name/2353",[1016,74.64]],["parent/2353",[0,0.001,1,0,4,1.68]],["name/2354",[31,32.178]],["parent/2354",[0,0.001,1,0,1017,4.536]],["name/2355",[103,38.427]],["parent/2355",[0,0.001,1,0,1017,4.536]],["name/2356",[894,61.61]],["parent/2356",[0,0.001,1,0,1017,4.536]],["name/2357",[211,58.5]],["parent/2357",[0,0.001,1,0,1017,4.536]],["name/2358",[98,57.244]],["parent/2358",[0,0.001,1,0,1017,4.536]],["name/2359",[212,59.935]],["parent/2359",[0,0.001,1,0,1017,4.536]],["name/2360",[213,56.129]],["parent/2360",[0,0.001,1,0,1017,4.536]],["name/2361",[214,57.244]],["parent/2361",[0,0.001,1,0,1017,4.536]],["name/2362",[215,59.935]],["parent/2362",[0,0.001,1,0,1017,4.536]],["name/2363",[216,59.935]],["parent/2363",[0,0.001,1,0,1017,4.536]],["name/2364",[217,66.143]],["parent/2364",[0,0.001,1,0,1017,4.536]],["name/2365",[111,46.628]],["parent/2365",[0,0.001,1,0,1017,4.536]],["name/2366",[102,37.562]],["parent/2366",[0,0.001,1,0,1017,4.536]],["name/2367",[112,47.046]],["parent/2367",[0,0.001,1,0,1017,4.536]],["name/2368",[113,46.628]],["parent/2368",[0,0.001,1,0,1017,4.536]],["name/2369",[114,45.111]],["parent/2369",[0,0.001,1,0,1017,4.536]],["name/2370",[115,46.227]],["parent/2370",[0,0.001,1,0,1017,4.536]],["name/2371",[116,46.628]],["parent/2371",[0,0.001,1,0,1017,4.536]],["name/2372",[117,41.343]],["parent/2372",[0,0.001,1,0,1017,4.536]],["name/2373",[118,46.628]],["parent/2373",[0,0.001,1,0,1017,4.536]],["name/2374",[119,41.587]],["parent/2374",[0,0.001,1,0,1017,4.536]],["name/2375",[120,46.628]],["parent/2375",[0,0.001,1,0,1017,4.536]],["name/2376",[121,46.628]],["parent/2376",[0,0.001,1,0,1017,4.536]],["name/2377",[122,41.343]],["parent/2377",[0,0.001,1,0,1017,4.536]],["name/2378",[123,41.587]],["parent/2378",[0,0.001,1,0,1017,4.536]],["name/2379",[124,46.227]],["parent/2379",[0,0.001,1,0,1017,4.536]],["name/2380",[125,46.628]],["parent/2380",[0,0.001,1,0,1017,4.536]],["name/2381",[1018,74.64]],["parent/2381",[0,0.001,1,0,4,1.68]],["name/2382",[31,32.178]],["parent/2382",[0,0.001,1,0,1019,4.737]],["name/2383",[102,37.562]],["parent/2383",[0,0.001,1,0,1019,4.737]],["name/2384",[103,38.427]],["parent/2384",[0,0.001,1,0,1019,4.737]],["name/2385",[894,61.61]],["parent/2385",[0,0.001,1,0,1019,4.737]],["name/2386",[98,57.244]],["parent/2386",[0,0.001,1,0,1019,4.737]],["name/2387",[212,59.935]],["parent/2387",[0,0.001,1,0,1019,4.737]],["name/2388",[213,56.129]],["parent/2388",[0,0.001,1,0,1019,4.737]],["name/2389",[111,46.628]],["parent/2389",[0,0.001,1,0,1019,4.737]],["name/2390",[112,47.046]],["parent/2390",[0,0.001,1,0,1019,4.737]],["name/2391",[113,46.628]],["parent/2391",[0,0.001,1,0,1019,4.737]],["name/2392",[114,45.111]],["parent/2392",[0,0.001,1,0,1019,4.737]],["name/2393",[115,46.227]],["parent/2393",[0,0.001,1,0,1019,4.737]],["name/2394",[116,46.628]],["parent/2394",[0,0.001,1,0,1019,4.737]],["name/2395",[117,41.343]],["parent/2395",[0,0.001,1,0,1019,4.737]],["name/2396",[118,46.628]],["parent/2396",[0,0.001,1,0,1019,4.737]],["name/2397",[119,41.587]],["parent/2397",[0,0.001,1,0,1019,4.737]],["name/2398",[120,46.628]],["parent/2398",[0,0.001,1,0,1019,4.737]],["name/2399",[121,46.628]],["parent/2399",[0,0.001,1,0,1019,4.737]],["name/2400",[122,41.343]],["parent/2400",[0,0.001,1,0,1019,4.737]],["name/2401",[123,41.587]],["parent/2401",[0,0.001,1,0,1019,4.737]],["name/2402",[124,46.227]],["parent/2402",[0,0.001,1,0,1019,4.737]],["name/2403",[125,46.628]],["parent/2403",[0,0.001,1,0,1019,4.737]],["name/2404",[1020,74.64]],["parent/2404",[0,0.001,1,0,4,1.68]],["name/2405",[31,32.178]],["parent/2405",[0,0.001,1,0,1021,4.2]],["name/2406",[102,37.562]],["parent/2406",[0,0.001,1,0,1021,4.2]],["name/2407",[103,38.427]],["parent/2407",[0,0.001,1,0,1021,4.2]],["name/2408",[111,46.628]],["parent/2408",[0,0.001,1,0,1021,4.2]],["name/2409",[112,47.046]],["parent/2409",[0,0.001,1,0,1021,4.2]],["name/2410",[104,54.213]],["parent/2410",[0,0.001,1,0,1021,4.2]],["name/2411",[181,61.61]],["parent/2411",[0,0.001,1,0,1021,4.2]],["name/2412",[182,63.622]],["parent/2412",[0,0.001,1,0,1021,4.2]],["name/2413",[29,45.841]],["parent/2413",[0,0.001,1,0,1021,4.2]],["name/2414",[256,66.143]],["parent/2414",[0,0.001,1,0,1021,4.2]],["name/2415",[29,45.841]],["parent/2415",[0,0.001,1,0,1021,4.2]],["name/2416",[108,58.5]],["parent/2416",[0,0.001,1,0,1021,4.2]],["name/2417",[109,59.935]],["parent/2417",[0,0.001,1,0,1021,4.2]],["name/2418",[257,66.143]],["parent/2418",[0,0.001,1,0,1021,4.2]],["name/2419",[258,66.143]],["parent/2419",[0,0.001,1,0,1021,4.2]],["name/2420",[259,66.143]],["parent/2420",[0,0.001,1,0,1021,4.2]],["name/2421",[260,66.143]],["parent/2421",[0,0.001,1,0,1021,4.2]],["name/2422",[261,66.143]],["parent/2422",[0,0.001,1,0,1021,4.2]],["name/2423",[150,59.935]],["parent/2423",[0,0.001,1,0,1021,4.2]],["name/2424",[262,66.143]],["parent/2424",[0,0.001,1,0,1021,4.2]],["name/2425",[149,56.129]],["parent/2425",[0,0.001,1,0,1021,4.2]],["name/2426",[263,66.143]],["parent/2426",[0,0.001,1,0,1021,4.2]],["name/2427",[264,66.143]],["parent/2427",[0,0.001,1,0,1021,4.2]],["name/2428",[265,66.143]],["parent/2428",[0,0.001,1,0,1021,4.2]],["name/2429",[266,66.143]],["parent/2429",[0,0.001,1,0,1021,4.2]],["name/2430",[113,46.628]],["parent/2430",[0,0.001,1,0,1021,4.2]],["name/2431",[114,45.111]],["parent/2431",[0,0.001,1,0,1021,4.2]],["name/2432",[115,46.227]],["parent/2432",[0,0.001,1,0,1021,4.2]],["name/2433",[116,46.628]],["parent/2433",[0,0.001,1,0,1021,4.2]],["name/2434",[117,41.343]],["parent/2434",[0,0.001,1,0,1021,4.2]],["name/2435",[118,46.628]],["parent/2435",[0,0.001,1,0,1021,4.2]],["name/2436",[119,41.587]],["parent/2436",[0,0.001,1,0,1021,4.2]],["name/2437",[120,46.628]],["parent/2437",[0,0.001,1,0,1021,4.2]],["name/2438",[121,46.628]],["parent/2438",[0,0.001,1,0,1021,4.2]],["name/2439",[122,41.343]],["parent/2439",[0,0.001,1,0,1021,4.2]],["name/2440",[123,41.587]],["parent/2440",[0,0.001,1,0,1021,4.2]],["name/2441",[124,46.227]],["parent/2441",[0,0.001,1,0,1021,4.2]],["name/2442",[125,46.628]],["parent/2442",[0,0.001,1,0,1021,4.2]],["name/2443",[609,69.517]],["parent/2443",[0,0.001,1,0,4,1.68]],["name/2444",[611,69.517]],["parent/2444",[0,0.001,1,0,4,1.68]],["name/2445",[613,69.517]],["parent/2445",[0,0.001,1,0,4,1.68]],["name/2446",[612,69.517]],["parent/2446",[0,0.001,1,0,4,1.68]],["name/2447",[107,61.61]],["parent/2447",[0,0.001,1,0,4,1.68]],["name/2448",[1022,74.64]],["parent/2448",[0,0.001,1,0,4,1.68]],["name/2449",[1023,74.64]],["parent/2449",[0,0.001,1,0,4,1.68]],["name/2450",[31,32.178]],["parent/2450",[0,0.001,1,0,1024,4.693]],["name/2451",[1025,74.64]],["parent/2451",[0,0.001,1,0,1024,4.693]],["name/2452",[1026,74.64]],["parent/2452",[0,0.001,1,0,1024,4.693]],["name/2453",[1027,74.64]],["parent/2453",[0,0.001,1,0,1024,4.693]],["name/2454",[130,66.143]],["parent/2454",[0,0.001,1,0,1024,4.693]],["name/2455",[131,69.517]],["parent/2455",[0,0.001,1,0,1024,4.693]],["name/2456",[132,69.517]],["parent/2456",[0,0.001,1,0,1024,4.693]],["name/2457",[133,69.517]],["parent/2457",[0,0.001,1,0,1024,4.693]],["name/2458",[134,69.517]],["parent/2458",[0,0.001,1,0,1024,4.693]],["name/2459",[135,69.517]],["parent/2459",[0,0.001,1,0,1024,4.693]],["name/2460",[136,69.517]],["parent/2460",[0,0.001,1,0,1024,4.693]],["name/2461",[137,69.517]],["parent/2461",[0,0.001,1,0,1024,4.693]],["name/2462",[138,69.517]],["parent/2462",[0,0.001,1,0,1024,4.693]],["name/2463",[139,69.517]],["parent/2463",[0,0.001,1,0,1024,4.693]],["name/2464",[140,69.517]],["parent/2464",[0,0.001,1,0,1024,4.693]],["name/2465",[141,69.517]],["parent/2465",[0,0.001,1,0,1024,4.693]],["name/2466",[142,69.517]],["parent/2466",[0,0.001,1,0,1024,4.693]],["name/2467",[143,69.517]],["parent/2467",[0,0.001,1,0,1024,4.693]],["name/2468",[144,41.838]],["parent/2468",[0,0.001,1,0,1024,4.693]],["name/2469",[102,37.562]],["parent/2469",[0,0.001,1,0,1024,4.693]],["name/2470",[103,38.427]],["parent/2470",[0,0.001,1,0,1024,4.693]],["name/2471",[145,43.49]],["parent/2471",[0,0.001,1,0,1024,4.693]],["name/2472",[146,43.49]],["parent/2472",[0,0.001,1,0,1024,4.693]],["name/2473",[1028,74.64]],["parent/2473",[0,0.001,1,0,4,1.68]],["name/2474",[1029,74.64]],["parent/2474",[0,0.001,1,0,4,1.68]],["name/2475",[1030,74.64]],["parent/2475",[0,0.001,1,0,4,1.68]],["name/2476",[1031,74.64]],["parent/2476",[0,0.001,1,0,4,1.68]],["name/2477",[1032,74.64]],["parent/2477",[0,0.001,1,0,4,1.68]],["name/2478",[1033,74.64]],["parent/2478",[0,0.001,1,0,4,1.68]],["name/2479",[1034,69.517]],["parent/2479",[0,0.001,1,0,4,1.68]],["name/2480",[1035,69.517]],["parent/2480",[0,0.001,1,0,4,1.68]],["name/2481",[1036,69.517]],["parent/2481",[0,0.001,1,0,4,1.68]],["name/2482",[1037,69.517]],["parent/2482",[0,0.001,1,0,4,1.68]],["name/2483",[1038,69.517]],["parent/2483",[0,0.001,1,0,4,1.68]],["name/2484",[1039,69.517]],["parent/2484",[0,0.001,1,0,4,1.68]],["name/2485",[1040,69.517]],["parent/2485",[0,0.001,1,0,4,1.68]],["name/2486",[1041,69.517]],["parent/2486",[0,0.001,1,0,4,1.68]],["name/2487",[1042,69.517]],["parent/2487",[0,0.001,1,0,4,1.68]],["name/2488",[1043,74.64]],["parent/2488",[0,0.001,1,0,4,1.68]],["name/2489",[29,45.841]],["parent/2489",[0,0.001,1,0,1044,7.446]],["name/2490",[1034,69.517]],["parent/2490",[0,0.001,1,0,1045,4.5]],["name/2491",[1035,69.517]],["parent/2491",[0,0.001,1,0,1045,4.5]],["name/2492",[1036,69.517]],["parent/2492",[0,0.001,1,0,1045,4.5]],["name/2493",[1037,69.517]],["parent/2493",[0,0.001,1,0,1045,4.5]],["name/2494",[1038,69.517]],["parent/2494",[0,0.001,1,0,1045,4.5]],["name/2495",[1039,69.517]],["parent/2495",[0,0.001,1,0,1045,4.5]],["name/2496",[1040,69.517]],["parent/2496",[0,0.001,1,0,1045,4.5]],["name/2497",[1041,69.517]],["parent/2497",[0,0.001,1,0,1045,4.5]],["name/2498",[1042,69.517]],["parent/2498",[0,0.001,1,0,1045,4.5]],["name/2499",[188,66.143]],["parent/2499",[0,0.001,1,0,1045,4.5]],["name/2500",[189,66.143]],["parent/2500",[0,0.001,1,0,1045,4.5]],["name/2501",[190,66.143]],["parent/2501",[0,0.001,1,0,1045,4.5]],["name/2502",[191,66.143]],["parent/2502",[0,0.001,1,0,1045,4.5]],["name/2503",[192,66.143]],["parent/2503",[0,0.001,1,0,1045,4.5]],["name/2504",[193,66.143]],["parent/2504",[0,0.001,1,0,1045,4.5]],["name/2505",[194,66.143]],["parent/2505",[0,0.001,1,0,1045,4.5]],["name/2506",[76,63.622]],["parent/2506",[0,0.001,1,0,1045,4.5]],["name/2507",[195,66.143]],["parent/2507",[0,0.001,1,0,1045,4.5]],["name/2508",[196,66.143]],["parent/2508",[0,0.001,1,0,1045,4.5]],["name/2509",[197,66.143]],["parent/2509",[0,0.001,1,0,1045,4.5]],["name/2510",[198,66.143]],["parent/2510",[0,0.001,1,0,1045,4.5]],["name/2511",[199,66.143]],["parent/2511",[0,0.001,1,0,1045,4.5]],["name/2512",[200,66.143]],["parent/2512",[0,0.001,1,0,1045,4.5]],["name/2513",[201,66.143]],["parent/2513",[0,0.001,1,0,1045,4.5]],["name/2514",[202,66.143]],["parent/2514",[0,0.001,1,0,1045,4.5]],["name/2515",[203,66.143]],["parent/2515",[0,0.001,1,0,1045,4.5]],["name/2516",[204,66.143]],["parent/2516",[0,0.001,1,0,1045,4.5]],["name/2517",[205,66.143]],["parent/2517",[0,0.001,1,0,1045,4.5]],["name/2518",[1046,74.64]],["parent/2518",[0,0.001,1,0,4,1.68]],["name/2519",[1047,74.64]],["parent/2519",[0,0.001,1,0,4,1.68]],["name/2520",[1048,74.64]],["parent/2520",[0,0.001,1,0,4,1.68]],["name/2521",[31,32.178]],["parent/2521",[0,0.001,1,0,1049,5.836]],["name/2522",[238,48.917]],["parent/2522",[0,0.001,1,0,1049,5.836]],["name/2523",[117,41.343]],["parent/2523",[0,0.001,1,0,1049,5.836]],["name/2524",[122,41.343]],["parent/2524",[0,0.001,1,0,1049,5.836]],["name/2525",[124,46.227]],["parent/2525",[0,0.001,1,0,1049,5.836]],["name/2526",[112,47.046]],["parent/2526",[0,0.001,1,0,1049,5.836]],["name/2527",[111,46.628]],["parent/2527",[0,0.001,1,0,1049,5.836]],["name/2528",[1050,69.517]],["parent/2528",[0,0.001,1,0,5,5.979]],["name/2529",[1051,74.64]],["parent/2529",[0,0.001,1,0,5,5.979]],["name/2530",[1052,74.64]],["parent/2530",[0,0.001,1,0,5,5.979]],["name/2531",[1053,74.64]],["parent/2531",[0,0.001,1,0,5,5.979]],["name/2532",[1054,74.64]],["parent/2532",[0,0.001,1,0,5,5.979]],["name/2533",[1050,69.517]],["parent/2533",[0,0.001,1,0,6,4.341,7,5.807]],["name/2534",[1055,74.64]],["parent/2534",[0,0.001,1,0,6,4.341,7,5.807]],["name/2535",[1056,74.64]],["parent/2535",[0,0.001,1,0,6,4.341,1057,4.497]],["name/2536",[1058,74.64]],["parent/2536",[0,0.001,1,0,6,4.341,1057,4.497]],["name/2537",[1059,74.64]],["parent/2537",[0,0.001,1,0,6,4.341,1057,4.497]],["name/2538",[1060,74.64]],["parent/2538",[0,0.001,1,0,6,4.341,1057,4.497]],["name/2539",[1061,74.64]],["parent/2539",[0,0.001,1,0,6,4.341,1057,4.497]],["name/2540",[1062,74.64]],["parent/2540",[0,0.001,1,0,6,4.341,1057,4.497]],["name/2541",[1063,74.64]],["parent/2541",[0,0.001,1,0,6,4.341,1057,4.497]],["name/2542",[1064,74.64]],["parent/2542",[0,0.001,1,0,6,4.341,1057,4.497]],["name/2543",[1065,74.64]],["parent/2543",[0,0.001,1,0,6,4.341,1057,4.497]],["name/2544",[1066,74.64]],["parent/2544",[0,0.001,1,0,6,4.341,1057,4.497]],["name/2545",[1067,74.64]],["parent/2545",[0,0.001,1,0,6,4.341,1057,4.497]],["name/2546",[1068,74.64]],["parent/2546",[0,0.001,1,0,6,4.341,1057,4.497]],["name/2547",[1069,74.64]],["parent/2547",[0,0.001,1,0,6,4.341,1057,4.497]],["name/2548",[1070,74.64]],["parent/2548",[0,0.001,1,0,6,4.341,1057,4.497]],["name/2549",[715,69.517]],["parent/2549",[0,0.001,1,0,6,4.341,1057,4.497]],["name/2550",[1071,74.64]],["parent/2550",[0,0.001,1,0,8,4.76,9,4.928]],["name/2551",[1072,74.64]],["parent/2551",[0,0.001,1,0,8,4.76,9,4.928]],["name/2552",[1073,74.64]],["parent/2552",[0,0.001,1,0,8,4.76,9,4.928]],["name/2553",[1074,74.64]],["parent/2553",[0,0.001,1,0,8,4.76,1075,6.103]],["name/2554",[1076,74.64]],["parent/2554",[0,0.001,1,0,8,4.76,1075,6.103]],["name/2555",[1077,74.64]],["parent/2555",[0,0.001,1,0,8,4.76,9,4.928]],["name/2556",[1078,74.64]],["parent/2556",[0,0.001,1,0,8,4.76,9,4.928]],["name/2557",[1079,74.64]],["parent/2557",[0,0.001,1,0,8,4.76,9,4.928]],["name/2558",[1080,74.64]],["parent/2558",[0,0.001,1,0,8,4.76,9,4.928]],["name/2559",[1081,74.64]],["parent/2559",[0,0.001,1,0,8,4.76,9,4.928]]],"invertedIndex":[["__type",{"_index":29,"name":{"26":{},"175":{},"200":{},"225":{},"356":{},"358":{},"524":{},"545":{},"555":{},"557":{},"588":{},"603":{},"626":{},"684":{},"705":{},"781":{},"854":{},"1292":{},"1385":{},"1387":{},"2195":{},"2318":{},"2337":{},"2413":{},"2415":{},"2489":{}},"parent":{}}],["_complextype",{"_index":812,"name":{"1443":{}},"parent":{}}],["_customfields",{"_index":162,"name":{"177":{},"856":{},"2197":{}},"parent":{}}],["_defaultservicepath",{"_index":157,"name":{"170":{},"850":{},"2190":{}},"parent":{}}],["_entity",{"_index":103,"name":{"97":{},"140":{},"147":{},"253":{},"271":{},"350":{},"894":{},"933":{},"941":{},"999":{},"1211":{},"1312":{},"1338":{},"1363":{},"1381":{},"1427":{},"1447":{},"1462":{},"1474":{},"1487":{},"1512":{},"1528":{},"1539":{},"1550":{},"1562":{},"1573":{},"1584":{},"1596":{},"1611":{},"1626":{},"1642":{},"1657":{},"1672":{},"1688":{},"1703":{},"1718":{},"1734":{},"1747":{},"1759":{},"1774":{},"1789":{},"1805":{},"1816":{},"1828":{},"1840":{},"1848":{},"1866":{},"1887":{},"1906":{},"2271":{},"2297":{},"2355":{},"2384":{},"2407":{},"2470":{}},"parent":{}}],["_entityconstructor",{"_index":102,"name":{"96":{},"139":{},"146":{},"252":{},"270":{},"349":{},"893":{},"932":{},"940":{},"998":{},"1037":{},"1137":{},"1210":{},"1311":{},"1337":{},"1362":{},"1380":{},"1418":{},"1426":{},"1446":{},"1461":{},"1473":{},"1486":{},"1511":{},"1527":{},"1538":{},"1549":{},"1561":{},"1572":{},"1583":{},"1595":{},"1610":{},"1625":{},"1641":{},"1656":{},"1671":{},"1687":{},"1702":{},"1717":{},"1733":{},"1746":{},"1758":{},"1773":{},"1788":{},"1804":{},"1815":{},"1827":{},"1839":{},"1846":{},"1864":{},"1885":{},"1905":{},"2011":{},"2133":{},"2270":{},"2296":{},"2366":{},"2383":{},"2406":{},"2469":{}},"parent":{}}],["_entityname",{"_index":156,"name":{"169":{},"849":{},"2189":{}},"parent":{}}],["_expand",{"_index":893,"name":{"1851":{},"1869":{},"1890":{}},"parent":{}}],["_fieldname",{"_index":144,"name":{"138":{},"895":{},"996":{},"1417":{},"1425":{},"1445":{},"1460":{},"1472":{},"1485":{},"1510":{},"1526":{},"1537":{},"1548":{},"1560":{},"1571":{},"1582":{},"1594":{},"1609":{},"1624":{},"1640":{},"1655":{},"1670":{},"1686":{},"1701":{},"1716":{},"1732":{},"1745":{},"1757":{},"1772":{},"1787":{},"1803":{},"1814":{},"1826":{},"1838":{},"1845":{},"1863":{},"1884":{},"1904":{},"2468":{}},"parent":{}}],["_fieldof",{"_index":797,"name":{"1422":{},"1455":{},"1466":{},"1505":{},"1522":{},"1532":{},"1543":{},"1556":{},"1566":{},"1577":{},"1590":{},"1604":{},"1619":{},"1636":{},"1650":{},"1665":{},"1682":{},"1696":{},"1711":{},"1728":{},"1740":{},"1753":{},"1767":{},"1782":{},"1799":{},"1809":{},"1822":{},"1834":{},"1899":{}},"parent":{}}],["_fieldoptions",{"_index":145,"name":{"141":{},"1428":{},"1448":{},"1463":{},"1475":{},"1488":{},"1513":{},"1529":{},"1540":{},"1551":{},"1563":{},"1574":{},"1585":{},"1597":{},"1612":{},"1627":{},"1643":{},"1658":{},"1673":{},"1689":{},"1704":{},"1719":{},"1735":{},"1748":{},"1760":{},"1775":{},"1790":{},"1806":{},"1817":{},"1829":{},"1841":{},"1907":{},"2471":{}},"parent":{}}],["_fieldtype",{"_index":798,"name":{"1423":{}},"parent":{}}],["_filters",{"_index":900,"name":{"1875":{}},"parent":{}}],["_linkedentity",{"_index":891,"name":{"1847":{},"1865":{},"1886":{}},"parent":{}}],["_linkedentitytype",{"_index":665,"name":{"934":{}},"parent":{}}],["_odataversion",{"_index":159,"name":{"173":{},"857":{},"2193":{}},"parent":{}}],["_orderby",{"_index":901,"name":{"1876":{}},"parent":{}}],["_propertymetadata",{"_index":802,"name":{"1432":{}},"parent":{}}],["_selects",{"_index":892,"name":{"1850":{},"1868":{},"1889":{}},"parent":{}}],["_servicename",{"_index":155,"name":{"168":{},"848":{},"2188":{}},"parent":{}}],["_skip",{"_index":903,"name":{"1878":{}},"parent":{}}],["_top",{"_index":902,"name":{"1877":{}},"parent":{}}],["_versionidentifier",{"_index":161,"name":{"176":{},"855":{},"2196":{}},"parent":{}}],["actionfunctionimportrequestbuilder",{"_index":781,"name":{"1289":{}},"parent":{}}],["actionfunctionimportrequestbuilderbase",{"_index":783,"name":{"1308":{}},"parent":{}}],["actionimportname",{"_index":1005,"name":{"2226":{}},"parent":{}}],["actionimportparameter",{"_index":1001,"name":{"2222":{}},"parent":{}}],["actionimportparameters",{"_index":1002,"name":{"2223":{}},"parent":{}}],["actionimportrequestbuilder",{"_index":1014,"name":{"2334":{}},"parent":{}}],["addauthorizationheader",{"_index":541,"name":{"730":{}},"parent":{}}],["addcustomheaders",{"_index":117,"name":{"111":{},"155":{},"232":{},"259":{},"281":{},"310":{},"336":{},"377":{},"1055":{},"1082":{},"1106":{},"1130":{},"1154":{},"1179":{},"1190":{},"1217":{},"1242":{},"1280":{},"1299":{},"1326":{},"1347":{},"1369":{},"1406":{},"2004":{},"2028":{},"2052":{},"2075":{},"2102":{},"2126":{},"2151":{},"2175":{},"2240":{},"2263":{},"2285":{},"2306":{},"2325":{},"2344":{},"2372":{},"2395":{},"2434":{},"2523":{}},"parent":{}}],["addcustomqueryparameters",{"_index":119,"name":{"113":{},"157":{},"234":{},"261":{},"283":{},"312":{},"337":{},"379":{},"1056":{},"1083":{},"1107":{},"1131":{},"1155":{},"1180":{},"1192":{},"1219":{},"1244":{},"1282":{},"1301":{},"1328":{},"1349":{},"1371":{},"1408":{},"2005":{},"2029":{},"2053":{},"2076":{},"2103":{},"2127":{},"2152":{},"2177":{},"2241":{},"2264":{},"2287":{},"2308":{},"2327":{},"2346":{},"2374":{},"2397":{},"2436":{}},"parent":{}}],["addcustomrequestconfiguration",{"_index":122,"name":{"116":{},"160":{},"237":{},"264":{},"286":{},"315":{},"338":{},"382":{},"1057":{},"1084":{},"1108":{},"1132":{},"1156":{},"1181":{},"1195":{},"1222":{},"1247":{},"1285":{},"1304":{},"1331":{},"1352":{},"1374":{},"1411":{},"2006":{},"2030":{},"2054":{},"2077":{},"2104":{},"2128":{},"2153":{},"2180":{},"2242":{},"2265":{},"2290":{},"2311":{},"2330":{},"2349":{},"2377":{},"2400":{},"2439":{},"2524":{}},"parent":{}}],["adddestinationtorequestconfig",{"_index":557,"name":{"746":{}},"parent":{}}],["addproxyconfiguration",{"_index":367,"name":{"529":{}},"parent":{}}],["addproxyconfigurationinternet",{"_index":596,"name":{"798":{}},"parent":{}}],["addproxyconfigurationonprem",{"_index":368,"name":{"530":{}},"parent":{}}],["addtousednames",{"_index":91,"name":{"85":{}},"parent":{}}],["alg",{"_index":324,"name":{"441":{}},"parent":{}}],["algorithm",{"_index":532,"name":{"719":{}},"parent":{}}],["all",{"_index":1033,"name":{"2478":{}},"parent":{}}],["allfields",{"_index":792,"name":{"1415":{}},"parent":{}}],["alwaysprovider",{"_index":392,"name":{"551":{},"558":{}},"parent":{}}],["alwayssubscriber",{"_index":393,"name":{"552":{},"559":{}},"parent":{}}],["and",{"_index":671,"name":{"943":{}},"parent":{}}],["andfilters",{"_index":669,"name":{"938":{}},"parent":{}}],["any",{"_index":1032,"name":{"2477":{}},"parent":{}}],["anyfield",{"_index":883,"name":{"1807":{}},"parent":{}}],["appendedpaths",{"_index":246,"name":{"334":{},"1053":{},"1080":{},"1104":{},"1128":{},"1152":{},"1177":{},"2002":{},"2026":{},"2050":{},"2073":{},"2100":{},"2124":{},"2149":{},"2238":{},"2261":{}},"parent":{}}],["appendpath",{"_index":123,"name":{"117":{},"161":{},"238":{},"265":{},"287":{},"316":{},"339":{},"383":{},"1058":{},"1085":{},"1109":{},"1133":{},"1157":{},"1182":{},"1196":{},"1223":{},"1248":{},"1286":{},"1305":{},"1332":{},"1353":{},"1375":{},"1412":{},"2007":{},"2031":{},"2055":{},"2078":{},"2105":{},"2129":{},"2154":{},"2181":{},"2243":{},"2266":{},"2291":{},"2312":{},"2331":{},"2350":{},"2378":{},"2401":{},"2440":{}},"parent":{}}],["as",{"_index":625,"name":{"828":{},"834":{}},"parent":{}}],["asc",{"_index":705,"name":{"1006":{}},"parent":{}}],["aschildof",{"_index":110,"name":{"104":{},"1319":{},"2278":{}},"parent":{}}],["asobject",{"_index":178,"name":{"194":{},"874":{},"2214":{}},"parent":{}}],["assoc",{"_index":69,"name":{"63":{}},"parent":{}}],["assocsome",{"_index":64,"name":{"58":{}},"parent":{}}],["asyncpipe",{"_index":70,"name":{"64":{}},"parent":{}}],["aud",{"_index":319,"name":{"436":{},"448":{},"465":{},"485":{}},"parent":{}}],["audiences",{"_index":304,"name":{"423":{}},"parent":{}}],["authandexchangetokens",{"_index":403,"name":{"564":{}},"parent":{}}],["authentication",{"_index":381,"name":{"539":{},"572":{},"649":{}},"parent":{}}],["authenticationtype",{"_index":453,"name":{"621":{}},"parent":{}}],["authheaderjwt",{"_index":404,"name":{"565":{}},"parent":{}}],["authorization",{"_index":378,"name":{"538":{}},"parent":{}}],["authtokens",{"_index":415,"name":{"578":{},"640":{}},"parent":{}}],["baseurl",{"_index":564,"name":{"754":{}},"parent":{}}],["basicheader",{"_index":544,"name":{"733":{}},"parent":{}}],["batchchangeset",{"_index":755,"name":{"1226":{}},"parent":{}}],["batchid",{"_index":749,"name":{"1165":{},"1990":{}},"parent":{}}],["batchrequestbuilder",{"_index":757,"name":{"1230":{}},"parent":{}}],["batchresponse",{"_index":614,"name":{"816":{}},"parent":{}}],["batchresponsedeserializer",{"_index":776,"name":{"1268":{}},"parent":{}}],["bignumberfield",{"_index":837,"name":{"1499":{}},"parent":{}}],["binaryfield",{"_index":843,"name":{"1541":{}},"parent":{}}],["binaryfieldbase",{"_index":841,"name":{"1530":{}},"parent":{}}],["body",{"_index":622,"name":{"822":{},"826":{},"832":{},"1264":{}},"parent":{}}],["booleanfield",{"_index":849,"name":{"1575":{}},"parent":{}}],["booleanfieldbase",{"_index":847,"name":{"1564":{}},"parent":{}}],["booleanfilterfunction",{"_index":643,"name":{"876":{}},"parent":{}}],["boundary",{"_index":225,"name":{"295":{},"1163":{},"1229":{},"1988":{},"2160":{}},"parent":{}}],["build",{"_index":125,"name":{"119":{},"163":{},"240":{},"267":{},"289":{},"304":{},"385":{},"1198":{},"1225":{},"1236":{},"1288":{},"1307":{},"1334":{},"1355":{},"1377":{},"1414":{},"2169":{},"2293":{},"2314":{},"2333":{},"2352":{},"2380":{},"2403":{},"2442":{}},"parent":{}}],["buildandaddauthorizationheader",{"_index":543,"name":{"732":{}},"parent":{}}],["buildauthorizationheaders",{"_index":545,"name":{"734":{}},"parent":{}}],["buildaxiosrequestconfig",{"_index":558,"name":{"748":{}},"parent":{}}],["buildcollectionfield",{"_index":835,"name":{"1497":{}},"parent":{}}],["buildcomplextypefield",{"_index":834,"name":{"1496":{}},"parent":{}}],["buildcsrfheaders",{"_index":555,"name":{"744":{}},"parent":{}}],["buildedmtypefield",{"_index":833,"name":{"1495":{}},"parent":{}}],["buildenumfield",{"_index":836,"name":{"1498":{}},"parent":{}}],["buildheadersfordestination",{"_index":547,"name":{"736":{}},"parent":{}}],["buildhttprequest",{"_index":556,"name":{"745":{}},"parent":{}}],["cache",{"_index":348,"name":{"510":{}},"parent":{}}],["cacheretrieveddestination",{"_index":390,"name":{"547":{}},"parent":{}}],["cacheretrieveddestinations",{"_index":391,"name":{"548":{},"628":{}},"parent":{}}],["cacheretrievedtoken",{"_index":365,"name":{"526":{}},"parent":{}}],["cacheverificationkeys",{"_index":310,"name":{"429":{}},"parent":{}}],["cachingoptions",{"_index":345,"name":{"507":{}},"parent":{}}],["camelcase",{"_index":79,"name":{"73":{}},"parent":{}}],["caps",{"_index":86,"name":{"80":{}},"parent":{}}],["cause",{"_index":32,"name":{"28":{}},"parent":{}}],["ceiling",{"_index":198,"name":{"214":{},"909":{},"2510":{}},"parent":{}}],["certificates",{"_index":426,"name":{"591":{},"641":{}},"parent":{}}],["changesetid",{"_index":226,"name":{"296":{},"2161":{}},"parent":{}}],["checkmandatoryvalue",{"_index":307,"name":{"426":{}},"parent":{}}],["checkurlexists",{"_index":96,"name":{"90":{}},"parent":{}}],["childfield",{"_index":743,"name":{"1139":{},"2013":{}},"parent":{}}],["circuitbreakerdefaultoptions",{"_index":516,"name":{"704":{}},"parent":{}}],["clear",{"_index":350,"name":{"512":{},"527":{},"549":{},"629":{}},"parent":{}}],["clearoutputdir",{"_index":1061,"name":{"2539":{}},"parent":{}}],["client",{"_index":473,"name":{"646":{}},"parent":{}}],["clientcredentials",{"_index":527,"name":{"714":{}},"parent":{}}],["clientcredentialsgrant",{"_index":355,"name":{"517":{}},"parent":{}}],["clientcredentialstokencache",{"_index":361,"name":{"523":{}},"parent":{}}],["clientid",{"_index":417,"name":{"581":{},"654":{}},"parent":{}}],["clientsecret",{"_index":418,"name":{"582":{},"655":{}},"parent":{}}],["clone",{"_index":889,"name":{"1843":{},"1854":{},"1856":{},"1860":{},"1873":{},"1879":{}},"parent":{}}],["cloud",{"_index":1,"name":{"0":{},"1":{},"2":{},"3":{},"4":{},"5":{}},"parent":{"6":{},"7":{},"8":{},"9":{},"10":{},"11":{},"12":{},"13":{},"14":{},"15":{},"16":{},"17":{},"18":{},"19":{},"20":{},"21":{},"22":{},"23":{},"24":{},"25":{},"26":{},"27":{},"28":{},"29":{},"30":{},"31":{},"32":{},"33":{},"34":{},"35":{},"36":{},"37":{},"38":{},"39":{},"40":{},"41":{},"42":{},"43":{},"44":{},"45":{},"46":{},"47":{},"48":{},"49":{},"50":{},"51":{},"52":{},"53":{},"54":{},"55":{},"56":{},"57":{},"58":{},"59":{},"60":{},"61":{},"62":{},"63":{},"64":{},"65":{},"66":{},"67":{},"68":{},"69":{},"70":{},"71":{},"72":{},"73":{},"74":{},"75":{},"76":{},"77":{},"78":{},"79":{},"80":{},"81":{},"82":{},"83":{},"84":{},"85":{},"86":{},"87":{},"88":{},"89":{},"90":{},"91":{},"92":{},"93":{},"94":{},"95":{},"96":{},"97":{},"98":{},"99":{},"100":{},"101":{},"102":{},"103":{},"104":{},"105":{},"106":{},"107":{},"108":{},"109":{},"110":{},"111":{},"112":{},"113":{},"114":{},"115":{},"116":{},"117":{},"118":{},"119":{},"120":{},"121":{},"122":{},"123":{},"124":{},"125":{},"126":{},"127":{},"128":{},"129":{},"130":{},"131":{},"132":{},"133":{},"134":{},"135":{},"136":{},"137":{},"138":{},"139":{},"140":{},"141":{},"142":{},"143":{},"144":{},"145":{},"146":{},"147":{},"148":{},"149":{},"150":{},"151":{},"152":{},"153":{},"154":{},"155":{},"156":{},"157":{},"158":{},"159":{},"160":{},"161":{},"162":{},"163":{},"164":{},"165":{},"166":{},"167":{},"168":{},"169":{},"170":{},"171":{},"172":{},"173":{},"174":{},"175":{},"176":{},"177":{},"178":{},"179":{},"180":{},"181":{},"182":{},"183":{},"184":{},"185":{},"186":{},"187":{},"188":{},"189":{},"190":{},"191":{},"192":{},"193":{},"194":{},"195":{},"196":{},"197":{},"198":{},"199":{},"200":{},"201":{},"202":{},"203":{},"204":{},"205":{},"206":{},"207":{},"208":{},"209":{},"210":{},"211":{},"212":{},"213":{},"214":{},"215":{},"216":{},"217":{},"218":{},"219":{},"220":{},"221":{},"222":{},"223":{},"224":{},"225":{},"226":{},"227":{},"228":{},"229":{},"230":{},"231":{},"232":{},"233":{},"234":{},"235":{},"236":{},"237":{},"238":{},"239":{},"240":{},"241":{},"242":{},"243":{},"244":{},"245":{},"246":{},"247":{},"248":{},"249":{},"250":{},"251":{},"252":{},"253":{},"254":{},"255":{},"256":{},"257":{},"258":{},"259":{},"260":{},"261":{},"262":{},"263":{},"264":{},"265":{},"266":{},"267":{},"268":{},"269":{},"270":{},"271":{},"272":{},"273":{},"274":{},"275":{},"276":{},"277":{},"278":{},"279":{},"280":{},"281":{},"282":{},"283":{},"284":{},"285":{},"286":{},"287":{},"288":{},"289":{},"290":{},"291":{},"292":{},"293":{},"294":{},"295":{},"296":{},"297":{},"298":{},"299":{},"300":{},"301":{},"302":{},"303":{},"304":{},"305":{},"306":{},"307":{},"308":{},"309":{},"310":{},"311":{},"312":{},"313":{},"314":{},"315":{},"316":{},"317":{},"318":{},"319":{},"320":{},"321":{},"322":{},"323":{},"324":{},"325":{},"326":{},"327":{},"328":{},"329":{},"330":{},"331":{},"332":{},"333":{},"334":{},"335":{},"336":{},"337":{},"338":{},"339":{},"340":{},"341":{},"342":{},"343":{},"344":{},"345":{},"346":{},"347":{},"348":{},"349":{},"350":{},"351":{},"352":{},"353":{},"354":{},"355":{},"356":{},"357":{},"358":{},"359":{},"360":{},"361":{},"362":{},"363":{},"364":{},"365":{},"366":{},"367":{},"368":{},"369":{},"370":{},"371":{},"372":{},"373":{},"374":{},"375":{},"376":{},"377":{},"378":{},"379":{},"380":{},"381":{},"382":{},"383":{},"384":{},"385":{},"386":{},"387":{},"388":{},"389":{},"390":{},"391":{},"392":{},"393":{},"394":{},"395":{},"396":{},"397":{},"398":{},"399":{},"400":{},"401":{},"402":{},"403":{},"404":{},"405":{},"406":{},"407":{},"408":{},"409":{},"410":{},"411":{},"412":{},"413":{},"414":{},"415":{},"416":{},"417":{},"418":{},"419":{},"420":{},"421":{},"422":{},"423":{},"424":{},"425":{},"426":{},"427":{},"428":{},"429":{},"430":{},"431":{},"432":{},"433":{},"434":{},"435":{},"436":{},"437":{},"438":{},"439":{},"440":{},"441":{},"442":{},"443":{},"444":{},"445":{},"446":{},"447":{},"448":{},"449":{},"450":{},"451":{},"452":{},"453":{},"454":{},"455":{},"456":{},"457":{},"458":{},"459":{},"460":{},"461":{},"462":{},"463":{},"464":{},"465":{},"466":{},"467":{},"468":{},"469":{},"470":{},"471":{},"472":{},"473":{},"474":{},"475":{},"476":{},"477":{},"478":{},"479":{},"480":{},"481":{},"482":{},"483":{},"484":{},"485":{},"486":{},"487":{},"488":{},"489":{},"490":{},"491":{},"492":{},"493":{},"494":{},"495":{},"496":{},"497":{},"498":{},"499":{},"500":{},"501":{},"502":{},"503":{},"504":{},"505":{},"506":{},"507":{},"508":{},"509":{},"510":{},"511":{},"512":{},"513":{},"514":{},"515":{},"516":{},"517":{},"518":{},"519":{},"520":{},"521":{},"522":{},"523":{},"524":{},"525":{},"526":{},"527":{},"528":{},"529":{},"530":{},"531":{},"532":{},"533":{},"534":{},"535":{},"536":{},"537":{},"538":{},"539":{},"540":{},"541":{},"542":{},"543":{},"544":{},"545":{},"546":{},"547":{},"548":{},"549":{},"550":{},"551":{},"552":{},"553":{},"554":{},"555":{},"556":{},"557":{},"558":{},"559":{},"560":{},"561":{},"562":{},"563":{},"564":{},"565":{},"566":{},"567":{},"568":{},"569":{},"570":{},"571":{},"572":{},"573":{},"574":{},"575":{},"576":{},"577":{},"578":{},"579":{},"580":{},"581":{},"582":{},"583":{},"584":{},"585":{},"586":{},"587":{},"588":{},"589":{},"590":{},"591":{},"592":{},"593":{},"594":{},"595":{},"596":{},"597":{},"598":{},"599":{},"600":{},"601":{},"602":{},"603":{},"604":{},"605":{},"606":{},"607":{},"608":{},"609":{},"610":{},"611":{},"612":{},"613":{},"614":{},"615":{},"616":{},"617":{},"618":{},"619":{},"620":{},"621":{},"622":{},"623":{},"624":{},"625":{},"626":{},"627":{},"628":{},"629":{},"630":{},"631":{},"632":{},"633":{},"634":{},"635":{},"636":{},"637":{},"638":{},"639":{},"640":{},"641":{},"642":{},"643":{},"644":{},"645":{},"646":{},"647":{},"648":{},"649":{},"650":{},"651":{},"652":{},"653":{},"654":{},"655":{},"656":{},"657":{},"658":{},"659":{},"660":{},"661":{},"662":{},"663":{},"664":{},"665":{},"666":{},"667":{},"668":{},"669":{},"670":{},"671":{},"672":{},"673":{},"674":{},"675":{},"676":{},"677":{},"678":{},"679":{},"680":{},"681":{},"682":{},"683":{},"684":{},"685":{},"686":{},"687":{},"688":{},"689":{},"690":{},"691":{},"692":{},"693":{},"694":{},"695":{},"696":{},"697":{},"698":{},"699":{},"700":{},"701":{},"702":{},"703":{},"704":{},"705":{},"706":{},"707":{},"708":{},"709":{},"710":{},"711":{},"712":{},"713":{},"714":{},"715":{},"716":{},"717":{},"718":{},"719":{},"720":{},"721":{},"722":{},"723":{},"724":{},"725":{},"726":{},"727":{},"728":{},"729":{},"730":{},"731":{},"732":{},"733":{},"734":{},"735":{},"736":{},"737":{},"738":{},"739":{},"740":{},"741":{},"742":{},"743":{},"744":{},"745":{},"746":{},"747":{},"748":{},"749":{},"750":{},"751":{},"752":{},"753":{},"754":{},"755":{},"756":{},"757":{},"758":{},"759":{},"760":{},"761":{},"762":{},"763":{},"764":{},"765":{},"766":{},"767":{},"768":{},"769":{},"770":{},"771":{},"772":{},"773":{},"774":{},"775":{},"776":{},"777":{},"778":{},"779":{},"780":{},"781":{},"782":{},"783":{},"784":{},"785":{},"786":{},"787":{},"788":{},"789":{},"790":{},"791":{},"792":{},"793":{},"794":{},"795":{},"796":{},"797":{},"798":{},"799":{},"800":{},"801":{},"802":{},"803":{},"804":{},"805":{},"806":{},"807":{},"808":{},"809":{},"810":{},"811":{},"812":{},"813":{},"814":{},"815":{},"816":{},"817":{},"818":{},"819":{},"820":{},"821":{},"822":{},"823":{},"824":{},"825":{},"826":{},"827":{},"828":{},"829":{},"830":{},"831":{},"832":{},"833":{},"834":{},"835":{},"836":{},"837":{},"838":{},"839":{},"840":{},"841":{},"842":{},"843":{},"844":{},"845":{},"846":{},"847":{},"848":{},"849":{},"850":{},"851":{},"852":{},"853":{},"854":{},"855":{},"856":{},"857":{},"858":{},"859":{},"860":{},"861":{},"862":{},"863":{},"864":{},"865":{},"866":{},"867":{},"868":{},"869":{},"870":{},"871":{},"872":{},"873":{},"874":{},"875":{},"876":{},"877":{},"878":{},"879":{},"880":{},"881":{},"882":{},"883":{},"884":{},"885":{},"886":{},"887":{},"888":{},"889":{},"890":{},"891":{},"892":{},"893":{},"894":{},"895":{},"896":{},"897":{},"898":{},"899":{},"900":{},"901":{},"902":{},"903":{},"904":{},"905":{},"906":{},"907":{},"908":{},"909":{},"910":{},"911":{},"912":{},"913":{},"914":{},"915":{},"916":{},"917":{},"918":{},"919":{},"920":{},"921":{},"922":{},"923":{},"924":{},"925":{},"926":{},"927":{},"928":{},"929":{},"930":{},"931":{},"932":{},"933":{},"934":{},"935":{},"936":{},"937":{},"938":{},"939":{},"940":{},"941":{},"942":{},"943":{},"944":{},"945":{},"946":{},"947":{},"948":{},"949":{},"950":{},"951":{},"952":{},"953":{},"954":{},"955":{},"956":{},"957":{},"958":{},"959":{},"960":{},"961":{},"962":{},"963":{},"964":{},"965":{},"966":{},"967":{},"968":{},"969":{},"970":{},"971":{},"972":{},"973":{},"974":{},"975":{},"976":{},"977":{},"978":{},"979":{},"980":{},"981":{},"982":{},"983":{},"984":{},"985":{},"986":{},"987":{},"988":{},"989":{},"990":{},"991":{},"992":{},"993":{},"994":{},"995":{},"996":{},"997":{},"998":{},"999":{},"1000":{},"1001":{},"1002":{},"1003":{},"1004":{},"1005":{},"1006":{},"1007":{},"1008":{},"1009":{},"1010":{},"1011":{},"1012":{},"1013":{},"1014":{},"1015":{},"1016":{},"1017":{},"1018":{},"1019":{},"1020":{},"1021":{},"1022":{},"1023":{},"1024":{},"1025":{},"1026":{},"1027":{},"1028":{},"1029":{},"1030":{},"1031":{},"1032":{},"1033":{},"1034":{},"1035":{},"1036":{},"1037":{},"1038":{},"1039":{},"1040":{},"1041":{},"1042":{},"1043":{},"1044":{},"1045":{},"1046":{},"1047":{},"1048":{},"1049":{},"1050":{},"1051":{},"1052":{},"1053":{},"1054":{},"1055":{},"1056":{},"1057":{},"1058":{},"1059":{},"1060":{},"1061":{},"1062":{},"1063":{},"1064":{},"1065":{},"1066":{},"1067":{},"1068":{},"1069":{},"1070":{},"1071":{},"1072":{},"1073":{},"1074":{},"1075":{},"1076":{},"1077":{},"1078":{},"1079":{},"1080":{},"1081":{},"1082":{},"1083":{},"1084":{},"1085":{},"1086":{},"1087":{},"1088":{},"1089":{},"1090":{},"1091":{},"1092":{},"1093":{},"1094":{},"1095":{},"1096":{},"1097":{},"1098":{},"1099":{},"1100":{},"1101":{},"1102":{},"1103":{},"1104":{},"1105":{},"1106":{},"1107":{},"1108":{},"1109":{},"1110":{},"1111":{},"1112":{},"1113":{},"1114":{},"1115":{},"1116":{},"1117":{},"1118":{},"1119":{},"1120":{},"1121":{},"1122":{},"1123":{},"1124":{},"1125":{},"1126":{},"1127":{},"1128":{},"1129":{},"1130":{},"1131":{},"1132":{},"1133":{},"1134":{},"1135":{},"1136":{},"1137":{},"1138":{},"1139":{},"1140":{},"1141":{},"1142":{},"1143":{},"1144":{},"1145":{},"1146":{},"1147":{},"1148":{},"1149":{},"1150":{},"1151":{},"1152":{},"1153":{},"1154":{},"1155":{},"1156":{},"1157":{},"1158":{},"1159":{},"1160":{},"1161":{},"1162":{},"1163":{},"1164":{},"1165":{},"1166":{},"1167":{},"1168":{},"1169":{},"1170":{},"1171":{},"1172":{},"1173":{},"1174":{},"1175":{},"1176":{},"1177":{},"1178":{},"1179":{},"1180":{},"1181":{},"1182":{},"1183":{},"1184":{},"1185":{},"1186":{},"1187":{},"1188":{},"1189":{},"1190":{},"1191":{},"1192":{},"1193":{},"1194":{},"1195":{},"1196":{},"1197":{},"1198":{},"1199":{},"1200":{},"1201":{},"1202":{},"1203":{},"1204":{},"1205":{},"1206":{},"1207":{},"1208":{},"1209":{},"1210":{},"1211":{},"1212":{},"1213":{},"1214":{},"1215":{},"1216":{},"1217":{},"1218":{},"1219":{},"1220":{},"1221":{},"1222":{},"1223":{},"1224":{},"1225":{},"1226":{},"1227":{},"1228":{},"1229":{},"1230":{},"1231":{},"1232":{},"1233":{},"1234":{},"1235":{},"1236":{},"1237":{},"1238":{},"1239":{},"1240":{},"1241":{},"1242":{},"1243":{},"1244":{},"1245":{},"1246":{},"1247":{},"1248":{},"1249":{},"1250":{},"1251":{},"1252":{},"1253":{},"1254":{},"1255":{},"1256":{},"1257":{},"1258":{},"1259":{},"1260":{},"1261":{},"1262":{},"1263":{},"1264":{},"1265":{},"1266":{},"1267":{},"1268":{},"1269":{},"1270":{},"1271":{},"1272":{},"1273":{},"1274":{},"1275":{},"1276":{},"1277":{},"1278":{},"1279":{},"1280":{},"1281":{},"1282":{},"1283":{},"1284":{},"1285":{},"1286":{},"1287":{},"1288":{},"1289":{},"1290":{},"1291":{},"1292":{},"1293":{},"1294":{},"1295":{},"1296":{},"1297":{},"1298":{},"1299":{},"1300":{},"1301":{},"1302":{},"1303":{},"1304":{},"1305":{},"1306":{},"1307":{},"1308":{},"1309":{},"1310":{},"1311":{},"1312":{},"1313":{},"1314":{},"1315":{},"1316":{},"1317":{},"1318":{},"1319":{},"1320":{},"1321":{},"1322":{},"1323":{},"1324":{},"1325":{},"1326":{},"1327":{},"1328":{},"1329":{},"1330":{},"1331":{},"1332":{},"1333":{},"1334":{},"1335":{},"1336":{},"1337":{},"1338":{},"1339":{},"1340":{},"1341":{},"1342":{},"1343":{},"1344":{},"1345":{},"1346":{},"1347":{},"1348":{},"1349":{},"1350":{},"1351":{},"1352":{},"1353":{},"1354":{},"1355":{},"1356":{},"1357":{},"1358":{},"1359":{},"1360":{},"1361":{},"1362":{},"1363":{},"1364":{},"1365":{},"1366":{},"1367":{},"1368":{},"1369":{},"1370":{},"1371":{},"1372":{},"1373":{},"1374":{},"1375":{},"1376":{},"1377":{},"1378":{},"1379":{},"1380":{},"1381":{},"1382":{},"1383":{},"1384":{},"1385":{},"1386":{},"1387":{},"1388":{},"1389":{},"1390":{},"1391":{},"1392":{},"1393":{},"1394":{},"1395":{},"1396":{},"1397":{},"1398":{},"1399":{},"1400":{},"1401":{},"1402":{},"1403":{},"1404":{},"1405":{},"1406":{},"1407":{},"1408":{},"1409":{},"1410":{},"1411":{},"1412":{},"1413":{},"1414":{},"1415":{},"1416":{},"1417":{},"1418":{},"1419":{},"1420":{},"1421":{},"1422":{},"1423":{},"1424":{},"1425":{},"1426":{},"1427":{},"1428":{},"1429":{},"1430":{},"1431":{},"1432":{},"1433":{},"1434":{},"1435":{},"1436":{},"1437":{},"1438":{},"1439":{},"1440":{},"1441":{},"1442":{},"1443":{},"1444":{},"1445":{},"1446":{},"1447":{},"1448":{},"1449":{},"1450":{},"1451":{},"1452":{},"1453":{},"1454":{},"1455":{},"1456":{},"1457":{},"1458":{},"1459":{},"1460":{},"1461":{},"1462":{},"1463":{},"1464":{},"1465":{},"1466":{},"1467":{},"1468":{},"1469":{},"1470":{},"1471":{},"1472":{},"1473":{},"1474":{},"1475":{},"1476":{},"1477":{},"1478":{},"1479":{},"1480":{},"1481":{},"1482":{},"1483":{},"1484":{},"1485":{},"1486":{},"1487":{},"1488":{},"1489":{},"1490":{},"1491":{},"1492":{},"1493":{},"1494":{},"1495":{},"1496":{},"1497":{},"1498":{},"1499":{},"1500":{},"1501":{},"1502":{},"1503":{},"1504":{},"1505":{},"1506":{},"1507":{},"1508":{},"1509":{},"1510":{},"1511":{},"1512":{},"1513":{},"1514":{},"1515":{},"1516":{},"1517":{},"1518":{},"1519":{},"1520":{},"1521":{},"1522":{},"1523":{},"1524":{},"1525":{},"1526":{},"1527":{},"1528":{},"1529":{},"1530":{},"1531":{},"1532":{},"1533":{},"1534":{},"1535":{},"1536":{},"1537":{},"1538":{},"1539":{},"1540":{},"1541":{},"1542":{},"1543":{},"1544":{},"1545":{},"1546":{},"1547":{},"1548":{},"1549":{},"1550":{},"1551":{},"1552":{},"1553":{},"1554":{},"1555":{},"1556":{},"1557":{},"1558":{},"1559":{},"1560":{},"1561":{},"1562":{},"1563":{},"1564":{},"1565":{},"1566":{},"1567":{},"1568":{},"1569":{},"1570":{},"1571":{},"1572":{},"1573":{},"1574":{},"1575":{},"1576":{},"1577":{},"1578":{},"1579":{},"1580":{},"1581":{},"1582":{},"1583":{},"1584":{},"1585":{},"1586":{},"1587":{},"1588":{},"1589":{},"1590":{},"1591":{},"1592":{},"1593":{},"1594":{},"1595":{},"1596":{},"1597":{},"1598":{},"1599":{},"1600":{},"1601":{},"1602":{},"1603":{},"1604":{},"1605":{},"1606":{},"1607":{},"1608":{},"1609":{},"1610":{},"1611":{},"1612":{},"1613":{},"1614":{},"1615":{},"1616":{},"1617":{},"1618":{},"1619":{},"1620":{},"1621":{},"1622":{},"1623":{},"1624":{},"1625":{},"1626":{},"1627":{},"1628":{},"1629":{},"1630":{},"1631":{},"1632":{},"1633":{},"1634":{},"1635":{},"1636":{},"1637":{},"1638":{},"1639":{},"1640":{},"1641":{},"1642":{},"1643":{},"1644":{},"1645":{},"1646":{},"1647":{},"1648":{},"1649":{},"1650":{},"1651":{},"1652":{},"1653":{},"1654":{},"1655":{},"1656":{},"1657":{},"1658":{},"1659":{},"1660":{},"1661":{},"1662":{},"1663":{},"1664":{},"1665":{},"1666":{},"1667":{},"1668":{},"1669":{},"1670":{},"1671":{},"1672":{},"1673":{},"1674":{},"1675":{},"1676":{},"1677":{},"1678":{},"1679":{},"1680":{},"1681":{},"1682":{},"1683":{},"1684":{},"1685":{},"1686":{},"1687":{},"1688":{},"1689":{},"1690":{},"1691":{},"1692":{},"1693":{},"1694":{},"1695":{},"1696":{},"1697":{},"1698":{},"1699":{},"1700":{},"1701":{},"1702":{},"1703":{},"1704":{},"1705":{},"1706":{},"1707":{},"1708":{},"1709":{},"1710":{},"1711":{},"1712":{},"1713":{},"1714":{},"1715":{},"1716":{},"1717":{},"1718":{},"1719":{},"1720":{},"1721":{},"1722":{},"1723":{},"1724":{},"1725":{},"1726":{},"1727":{},"1728":{},"1729":{},"1730":{},"1731":{},"1732":{},"1733":{},"1734":{},"1735":{},"1736":{},"1737":{},"1738":{},"1739":{},"1740":{},"1741":{},"1742":{},"1743":{},"1744":{},"1745":{},"1746":{},"1747":{},"1748":{},"1749":{},"1750":{},"1751":{},"1752":{},"1753":{},"1754":{},"1755":{},"1756":{},"1757":{},"1758":{},"1759":{},"1760":{},"1761":{},"1762":{},"1763":{},"1764":{},"1765":{},"1766":{},"1767":{},"1768":{},"1769":{},"1770":{},"1771":{},"1772":{},"1773":{},"1774":{},"1775":{},"1776":{},"1777":{},"1778":{},"1779":{},"1780":{},"1781":{},"1782":{},"1783":{},"1784":{},"1785":{},"1786":{},"1787":{},"1788":{},"1789":{},"1790":{},"1791":{},"1792":{},"1793":{},"1794":{},"1795":{},"1796":{},"1797":{},"1798":{},"1799":{},"1800":{},"1801":{},"1802":{},"1803":{},"1804":{},"1805":{},"1806":{},"1807":{},"1808":{},"1809":{},"1810":{},"1811":{},"1812":{},"1813":{},"1814":{},"1815":{},"1816":{},"1817":{},"1818":{},"1819":{},"1820":{},"1821":{},"1822":{},"1823":{},"1824":{},"1825":{},"1826":{},"1827":{},"1828":{},"1829":{},"1830":{},"1831":{},"1832":{},"1833":{},"1834":{},"1835":{},"1836":{},"1837":{},"1838":{},"1839":{},"1840":{},"1841":{},"1842":{},"1843":{},"1844":{},"1845":{},"1846":{},"1847":{},"1848":{},"1849":{},"1850":{},"1851":{},"1852":{},"1853":{},"1854":{},"1855":{},"1856":{},"1857":{},"1858":{},"1859":{},"1860":{},"1861":{},"1862":{},"1863":{},"1864":{},"1865":{},"1866":{},"1867":{},"1868":{},"1869":{},"1870":{},"1871":{},"1872":{},"1873":{},"1874":{},"1875":{},"1876":{},"1877":{},"1878":{},"1879":{},"1880":{},"1881":{},"1882":{},"1883":{},"1884":{},"1885":{},"1886":{},"1887":{},"1888":{},"1889":{},"1890":{},"1891":{},"1892":{},"1893":{},"1894":{},"1895":{},"1896":{},"1897":{},"1898":{},"1899":{},"1900":{},"1901":{},"1902":{},"1903":{},"1904":{},"1905":{},"1906":{},"1907":{},"1908":{},"1909":{},"1910":{},"1911":{},"1912":{},"1913":{},"1914":{},"1915":{},"1916":{},"1917":{},"1918":{},"1919":{},"1920":{},"1921":{},"1922":{},"1923":{},"1924":{},"1925":{},"1926":{},"1927":{},"1928":{},"1929":{},"1930":{},"1931":{},"1932":{},"1933":{},"1934":{},"1935":{},"1936":{},"1937":{},"1938":{},"1939":{},"1940":{},"1941":{},"1942":{},"1943":{},"1944":{},"1945":{},"1946":{},"1947":{},"1948":{},"1949":{},"1950":{},"1951":{},"1952":{},"1953":{},"1954":{},"1955":{},"1956":{},"1957":{},"1958":{},"1959":{},"1960":{},"1961":{},"1962":{},"1963":{},"1964":{},"1965":{},"1966":{},"1967":{},"1968":{},"1969":{},"1970":{},"1971":{},"1972":{},"1973":{},"1974":{},"1975":{},"1976":{},"1977":{},"1978":{},"1979":{},"1980":{},"1981":{},"1982":{},"1983":{},"1984":{},"1985":{},"1986":{},"1987":{},"1988":{},"1989":{},"1990":{},"1991":{},"1992":{},"1993":{},"1994":{},"1995":{},"1996":{},"1997":{},"1998":{},"1999":{},"2000":{},"2001":{},"2002":{},"2003":{},"2004":{},"2005":{},"2006":{},"2007":{},"2008":{},"2009":{},"2010":{},"2011":{},"2012":{},"2013":{},"2014":{},"2015":{},"2016":{},"2017":{},"2018":{},"2019":{},"2020":{},"2021":{},"2022":{},"2023":{},"2024":{},"2025":{},"2026":{},"2027":{},"2028":{},"2029":{},"2030":{},"2031":{},"2032":{},"2033":{},"2034":{},"2035":{},"2036":{},"2037":{},"2038":{},"2039":{},"2040":{},"2041":{},"2042":{},"2043":{},"2044":{},"2045":{},"2046":{},"2047":{},"2048":{},"2049":{},"2050":{},"2051":{},"2052":{},"2053":{},"2054":{},"2055":{},"2056":{},"2057":{},"2058":{},"2059":{},"2060":{},"2061":{},"2062":{},"2063":{},"2064":{},"2065":{},"2066":{},"2067":{},"2068":{},"2069":{},"2070":{},"2071":{},"2072":{},"2073":{},"2074":{},"2075":{},"2076":{},"2077":{},"2078":{},"2079":{},"2080":{},"2081":{},"2082":{},"2083":{},"2084":{},"2085":{},"2086":{},"2087":{},"2088":{},"2089":{},"2090":{},"2091":{},"2092":{},"2093":{},"2094":{},"2095":{},"2096":{},"2097":{},"2098":{},"2099":{},"2100":{},"2101":{},"2102":{},"2103":{},"2104":{},"2105":{},"2106":{},"2107":{},"2108":{},"2109":{},"2110":{},"2111":{},"2112":{},"2113":{},"2114":{},"2115":{},"2116":{},"2117":{},"2118":{},"2119":{},"2120":{},"2121":{},"2122":{},"2123":{},"2124":{},"2125":{},"2126":{},"2127":{},"2128":{},"2129":{},"2130":{},"2131":{},"2132":{},"2133":{},"2134":{},"2135":{},"2136":{},"2137":{},"2138":{},"2139":{},"2140":{},"2141":{},"2142":{},"2143":{},"2144":{},"2145":{},"2146":{},"2147":{},"2148":{},"2149":{},"2150":{},"2151":{},"2152":{},"2153":{},"2154":{},"2155":{},"2156":{},"2157":{},"2158":{},"2159":{},"2160":{},"2161":{},"2162":{},"2163":{},"2164":{},"2165":{},"2166":{},"2167":{},"2168":{},"2169":{},"2170":{},"2171":{},"2172":{},"2173":{},"2174":{},"2175":{},"2176":{},"2177":{},"2178":{},"2179":{},"2180":{},"2181":{},"2182":{},"2183":{},"2184":{},"2185":{},"2186":{},"2187":{},"2188":{},"2189":{},"2190":{},"2191":{},"2192":{},"2193":{},"2194":{},"2195":{},"2196":{},"2197":{},"2198":{},"2199":{},"2200":{},"2201":{},"2202":{},"2203":{},"2204":{},"2205":{},"2206":{},"2207":{},"2208":{},"2209":{},"2210":{},"2211":{},"2212":{},"2213":{},"2214":{},"2215":{},"2216":{},"2217":{},"2218":{},"2219":{},"2220":{},"2221":{},"2222":{},"2223":{},"2224":{},"2225":{},"2226":{},"2227":{},"2228":{},"2229":{},"2230":{},"2231":{},"2232":{},"2233":{},"2234":{},"2235":{},"2236":{},"2237":{},"2238":{},"2239":{},"2240":{},"2241":{},"2242":{},"2243":{},"2244":{},"2245":{},"2246":{},"2247":{},"2248":{},"2249":{},"2250":{},"2251":{},"2252":{},"2253":{},"2254":{},"2255":{},"2256":{},"2257":{},"2258":{},"2259":{},"2260":{},"2261":{},"2262":{},"2263":{},"2264":{},"2265":{},"2266":{},"2267":{},"2268":{},"2269":{},"2270":{},"2271":{},"2272":{},"2273":{},"2274":{},"2275":{},"2276":{},"2277":{},"2278":{},"2279":{},"2280":{},"2281":{},"2282":{},"2283":{},"2284":{},"2285":{},"2286":{},"2287":{},"2288":{},"2289":{},"2290":{},"2291":{},"2292":{},"2293":{},"2294":{},"2295":{},"2296":{},"2297":{},"2298":{},"2299":{},"2300":{},"2301":{},"2302":{},"2303":{},"2304":{},"2305":{},"2306":{},"2307":{},"2308":{},"2309":{},"2310":{},"2311":{},"2312":{},"2313":{},"2314":{},"2315":{},"2316":{},"2317":{},"2318":{},"2319":{},"2320":{},"2321":{},"2322":{},"2323":{},"2324":{},"2325":{},"2326":{},"2327":{},"2328":{},"2329":{},"2330":{},"2331":{},"2332":{},"2333":{},"2334":{},"2335":{},"2336":{},"2337":{},"2338":{},"2339":{},"2340":{},"2341":{},"2342":{},"2343":{},"2344":{},"2345":{},"2346":{},"2347":{},"2348":{},"2349":{},"2350":{},"2351":{},"2352":{},"2353":{},"2354":{},"2355":{},"2356":{},"2357":{},"2358":{},"2359":{},"2360":{},"2361":{},"2362":{},"2363":{},"2364":{},"2365":{},"2366":{},"2367":{},"2368":{},"2369":{},"2370":{},"2371":{},"2372":{},"2373":{},"2374":{},"2375":{},"2376":{},"2377":{},"2378":{},"2379":{},"2380":{},"2381":{},"2382":{},"2383":{},"2384":{},"2385":{},"2386":{},"2387":{},"2388":{},"2389":{},"2390":{},"2391":{},"2392":{},"2393":{},"2394":{},"2395":{},"2396":{},"2397":{},"2398":{},"2399":{},"2400":{},"2401":{},"2402":{},"2403":{},"2404":{},"2405":{},"2406":{},"2407":{},"2408":{},"2409":{},"2410":{},"2411":{},"2412":{},"2413":{},"2414":{},"2415":{},"2416":{},"2417":{},"2418":{},"2419":{},"2420":{},"2421":{},"2422":{},"2423":{},"2424":{},"2425":{},"2426":{},"2427":{},"2428":{},"2429":{},"2430":{},"2431":{},"2432":{},"2433":{},"2434":{},"2435":{},"2436":{},"2437":{},"2438":{},"2439":{},"2440":{},"2441":{},"2442":{},"2443":{},"2444":{},"2445":{},"2446":{},"2447":{},"2448":{},"2449":{},"2450":{},"2451":{},"2452":{},"2453":{},"2454":{},"2455":{},"2456":{},"2457":{},"2458":{},"2459":{},"2460":{},"2461":{},"2462":{},"2463":{},"2464":{},"2465":{},"2466":{},"2467":{},"2468":{},"2469":{},"2470":{},"2471":{},"2472":{},"2473":{},"2474":{},"2475":{},"2476":{},"2477":{},"2478":{},"2479":{},"2480":{},"2481":{},"2482":{},"2483":{},"2484":{},"2485":{},"2486":{},"2487":{},"2488":{},"2489":{},"2490":{},"2491":{},"2492":{},"2493":{},"2494":{},"2495":{},"2496":{},"2497":{},"2498":{},"2499":{},"2500":{},"2501":{},"2502":{},"2503":{},"2504":{},"2505":{},"2506":{},"2507":{},"2508":{},"2509":{},"2510":{},"2511":{},"2512":{},"2513":{},"2514":{},"2515":{},"2516":{},"2517":{},"2518":{},"2519":{},"2520":{},"2521":{},"2522":{},"2523":{},"2524":{},"2525":{},"2526":{},"2527":{},"2528":{},"2529":{},"2530":{},"2531":{},"2532":{},"2533":{},"2534":{},"2535":{},"2536":{},"2537":{},"2538":{},"2539":{},"2540":{},"2541":{},"2542":{},"2543":{},"2544":{},"2545":{},"2546":{},"2547":{},"2548":{},"2549":{},"2550":{},"2551":{},"2552":{},"2553":{},"2554":{},"2555":{},"2556":{},"2557":{},"2558":{},"2559":{}}}],["cloudconnectorlocationid",{"_index":425,"name":{"590":{}},"parent":{}}],["cloudsdkexceptionlogger",{"_index":45,"name":{"41":{}},"parent":{}}],["codeblock",{"_index":21,"name":{"17":{}},"parent":{}}],["collectionfield",{"_index":795,"name":{"1420":{}},"parent":{}}],["collectionfieldtype",{"_index":799,"name":{"1429":{}},"parent":{}}],["completedecodedjwt",{"_index":332,"name":{"478":{}},"parent":{}}],["complextypeanypropertyfield",{"_index":885,"name":{"1818":{}},"parent":{}}],["complextypebignumberpropertyfield",{"_index":839,"name":{"1514":{}},"parent":{}}],["complextypebinarypropertyfield",{"_index":845,"name":{"1552":{}},"parent":{}}],["complextypebooleanpropertyfield",{"_index":851,"name":{"1586":{}},"parent":{}}],["complextypedatepropertyfield",{"_index":857,"name":{"1628":{}},"parent":{}}],["complextypedurationpropertyfield",{"_index":863,"name":{"1674":{}},"parent":{}}],["complextypeenumpropertyfield",{"_index":887,"name":{"1830":{}},"parent":{}}],["complextypefield",{"_index":809,"name":{"1440":{}},"parent":{}}],["complextypenamespace",{"_index":801,"name":{"1431":{}},"parent":{}}],["complextypenumberpropertyfield",{"_index":869,"name":{"1720":{}},"parent":{}}],["complextypestringpropertyfield",{"_index":875,"name":{"1749":{}},"parent":{}}],["complextypetimepropertyfield",{"_index":881,"name":{"1791":{}},"parent":{}}],["concat",{"_index":195,"name":{"211":{},"906":{},"2507":{}},"parent":{}}],["config",{"_index":715,"name":{"1018":{},"2549":{}},"parent":{}}],["connectivity",{"_index":380,"name":{"539":{}},"parent":{}}],["constructor",{"_index":31,"name":{"27":{},"84":{},"95":{},"121":{},"144":{},"172":{},"223":{},"242":{},"269":{},"293":{},"298":{},"319":{},"348":{},"511":{},"852":{},"877":{},"888":{},"918":{},"929":{},"937":{},"949":{},"961":{},"971":{},"975":{},"988":{},"995":{},"1001":{},"1011":{},"1017":{},"1036":{},"1061":{},"1088":{},"1112":{},"1136":{},"1161":{},"1185":{},"1201":{},"1227":{},"1231":{},"1269":{},"1272":{},"1290":{},"1310":{},"1336":{},"1357":{},"1379":{},"1416":{},"1421":{},"1441":{},"1454":{},"1465":{},"1484":{},"1493":{},"1500":{},"1515":{},"1531":{},"1542":{},"1553":{},"1565":{},"1576":{},"1587":{},"1599":{},"1614":{},"1629":{},"1645":{},"1660":{},"1675":{},"1691":{},"1706":{},"1721":{},"1739":{},"1750":{},"1762":{},"1777":{},"1792":{},"1808":{},"1819":{},"1831":{},"1844":{},"1857":{},"1874":{},"1894":{},"1986":{},"2010":{},"2034":{},"2058":{},"2081":{},"2108":{},"2132":{},"2158":{},"2163":{},"2192":{},"2225":{},"2246":{},"2269":{},"2295":{},"2316":{},"2335":{},"2354":{},"2382":{},"2405":{},"2450":{},"2521":{}},"parent":{}}],["constructororfield",{"_index":813,"name":{"1449":{}},"parent":{}}],["contains",{"_index":1034,"name":{"2479":{},"2490":{}},"parent":{}}],["content",{"_index":441,"name":{"609":{}},"parent":{}}],["content_transfer_encoding_line",{"_index":696,"name":{"992":{}},"parent":{}}],["content_type_prefix",{"_index":746,"name":{"1160":{},"1985":{}},"parent":{}}],["contenttype",{"_index":242,"name":{"330":{},"1049":{},"1076":{},"1100":{},"1124":{},"1148":{},"1173":{},"1998":{},"2022":{},"2046":{},"2069":{},"2096":{},"2120":{},"2145":{},"2234":{},"2257":{}},"parent":{}}],["converttouriformat",{"_index":914,"name":{"1916":{},"1931":{}},"parent":{}}],["count",{"_index":217,"name":{"250":{},"1208":{},"2364":{}},"parent":{}}],["countrequestbuilder",{"_index":778,"name":{"1271":{}},"parent":{}}],["createcomplextype",{"_index":814,"name":{"1450":{}},"parent":{}}],["creategetfilter",{"_index":916,"name":{"1917":{}},"parent":{}}],["creategetresourcepathforkeys",{"_index":921,"name":{"1922":{}},"parent":{}}],["createlogger",{"_index":40,"name":{"36":{}},"parent":{}}],["createrequestbuilder",{"_index":100,"name":{"94":{}},"parent":{}}],["createrequestbuilderbase",{"_index":784,"name":{"1309":{}},"parent":{}}],["createrequestbuilderv2",{"_index":957,"name":{"1970":{}},"parent":{}}],["createrequestbuilderv4",{"_index":1008,"name":{"2268":{}},"parent":{}}],["credentials",{"_index":509,"name":{"698":{}},"parent":{}}],["credentialsfilepath",{"_index":1076,"name":{"2554":{}},"parent":{}}],["customattributes",{"_index":286,"name":{"403":{},"416":{}},"parent":{}}],["customfield",{"_index":126,"name":{"120":{}},"parent":{}}],["customfieldselector",{"_index":153,"name":{"167":{},"2187":{}},"parent":{}}],["customfieldv2",{"_index":963,"name":{"1976":{}},"parent":{}}],["customfieldv4",{"_index":1023,"name":{"2449":{}},"parent":{}}],["customheaders",{"_index":243,"name":{"331":{},"1029":{},"1050":{},"1077":{},"1101":{},"1125":{},"1149":{},"1174":{},"1999":{},"2023":{},"2047":{},"2070":{},"2097":{},"2121":{},"2146":{},"2235":{},"2258":{}},"parent":{}}],["customqueryparameters",{"_index":244,"name":{"332":{},"1051":{},"1078":{},"1102":{},"1126":{},"1150":{},"1175":{},"2000":{},"2024":{},"2048":{},"2071":{},"2098":{},"2122":{},"2147":{},"2236":{},"2259":{}},"parent":{}}],["customrequestconfiguration",{"_index":245,"name":{"333":{},"1052":{},"1079":{},"1103":{},"1127":{},"1151":{},"1176":{},"2001":{},"2025":{},"2049":{},"2072":{},"2099":{},"2123":{},"2148":{},"2237":{},"2260":{}},"parent":{}}],["customservicepath",{"_index":240,"name":{"328":{},"1047":{},"1074":{},"1098":{},"1122":{},"1146":{},"1171":{},"1996":{},"2020":{},"2044":{},"2067":{},"2094":{},"2118":{},"2143":{},"2232":{},"2255":{}},"parent":{}}],["data",{"_index":579,"name":{"771":{},"783":{},"788":{}},"parent":{}}],["dataaccessor",{"_index":212,"name":{"245":{},"273":{},"1203":{},"1359":{},"2359":{},"2387":{}},"parent":{}}],["datefield",{"_index":855,"name":{"1613":{}},"parent":{}}],["datefieldbase",{"_index":853,"name":{"1598":{}},"parent":{}}],["day",{"_index":199,"name":{"215":{},"910":{},"2511":{}},"parent":{}}],["decoded",{"_index":338,"name":{"500":{}},"parent":{}}],["decodedjwt",{"_index":328,"name":{"444":{}},"parent":{}}],["decodejwt",{"_index":298,"name":{"417":{}},"parent":{}}],["decodejwtcomplete",{"_index":299,"name":{"418":{}},"parent":{}}],["deepfieldtype",{"_index":824,"name":{"1479":{}},"parent":{}}],["defaultdisallowedkeys",{"_index":593,"name":{"795":{}},"parent":{}}],["defaultheaders",{"_index":241,"name":{"329":{},"1030":{},"1048":{},"1075":{},"1099":{},"1123":{},"1147":{},"1172":{},"1997":{},"2021":{},"2045":{},"2068":{},"2095":{},"2119":{},"2144":{},"2233":{},"2256":{}},"parent":{}}],["defaultservicepath",{"_index":229,"name":{"300":{},"326":{},"1045":{},"1072":{},"1096":{},"1120":{},"1144":{},"1162":{},"1232":{},"1987":{},"2018":{},"2042":{},"2065":{},"2092":{},"2116":{},"2141":{},"2165":{},"2230":{},"2253":{}},"parent":{}}],["defaultvalueprocessesjsgeneration",{"_index":1054,"name":{"2532":{}},"parent":{}}],["delete",{"_index":571,"name":{"762":{}},"parent":{}}],["deleterequestbuilder",{"_index":147,"name":{"143":{}},"parent":{}}],["deleterequestbuilderbase",{"_index":786,"name":{"1335":{}},"parent":{}}],["deleterequestbuilderv2",{"_index":958,"name":{"1971":{}},"parent":{}}],["deleterequestbuilderv4",{"_index":1010,"name":{"2294":{}},"parent":{}}],["desc",{"_index":706,"name":{"1007":{}},"parent":{}}],["deserializebatchresponse",{"_index":774,"name":{"1266":{},"1270":{}},"parent":{}}],["deserializecomplextype",{"_index":152,"name":{"165":{},"1937":{}},"parent":{}}],["deserializecomplextypev2",{"_index":945,"name":{"1958":{}},"parent":{}}],["deserializecomplextypev4",{"_index":996,"name":{"2217":{}},"parent":{}}],["deserializeentity",{"_index":151,"name":{"164":{},"1936":{}},"parent":{}}],["deserializeentityv2",{"_index":944,"name":{"1957":{}},"parent":{}}],["deserializeentityv4",{"_index":995,"name":{"2216":{}},"parent":{}}],["deserializer",{"_index":106,"name":{"100":{},"1315":{},"2274":{}},"parent":{}}],["deserializerscommon",{"_index":931,"name":{"1943":{}},"parent":{}}],["destination",{"_index":409,"name":{"569":{},"1019":{}},"parent":{}}],["destinationaccessoroptions",{"_index":382,"name":{"540":{}},"parent":{}}],["destinationauthtoken",{"_index":430,"name":{"597":{}},"parent":{}}],["destinationcache",{"_index":386,"name":{"544":{}},"parent":{}}],["destinationcachingoptions",{"_index":450,"name":{"617":{}},"parent":{}}],["destinationcertificate",{"_index":439,"name":{"607":{}},"parent":{}}],["destinationconfiguration",{"_index":470,"name":{"639":{},"642":{}},"parent":{}}],["destinationforservicebinding",{"_index":481,"name":{"662":{}},"parent":{}}],["destinationforservicebindingsoptions",{"_index":483,"name":{"664":{}},"parent":{}}],["destinationhttprequestconfig",{"_index":563,"name":{"753":{}},"parent":{}}],["destinationjson",{"_index":469,"name":{"638":{}},"parent":{}}],["destinationname",{"_index":447,"name":{"615":{}},"parent":{}}],["destinationnameandjwt",{"_index":446,"name":{"614":{}},"parent":{}}],["destinationoptions",{"_index":480,"name":{"661":{}},"parent":{}}],["destinationorigin",{"_index":442,"name":{"611":{}},"parent":{}}],["destinationproxytype",{"_index":438,"name":{"606":{}},"parent":{}}],["destinationretrievaloptions",{"_index":452,"name":{"620":{}},"parent":{}}],["destinationselectionstrategies",{"_index":397,"name":{"556":{}},"parent":{}}],["destinationselectionstrategy",{"_index":395,"name":{"554":{}},"parent":{}}],["destinationservicecache",{"_index":458,"name":{"625":{}},"parent":{}}],["destinationservicecredentials",{"_index":511,"name":{"700":{}},"parent":{}}],["destinationtype",{"_index":454,"name":{"622":{}},"parent":{}}],["detectnewlinesymbol",{"_index":763,"name":{"1254":{}},"parent":{}}],["disableexceptionlogger",{"_index":38,"name":{"34":{}},"parent":{}}],["documentationblock",{"_index":22,"name":{"18":{}},"parent":{}}],["durationfield",{"_index":861,"name":{"1659":{}},"parent":{}}],["durtionfieldbase",{"_index":859,"name":{"1644":{}},"parent":{}}],["edmbinary",{"_index":143,"name":{"137":{},"2467":{}},"parent":{}}],["edmboolean",{"_index":132,"name":{"126":{},"2456":{}},"parent":{}}],["edmbyte",{"_index":140,"name":{"134":{},"2464":{}},"parent":{}}],["edmdate",{"_index":1025,"name":{"2451":{}},"parent":{}}],["edmdatetime",{"_index":128,"name":{"122":{}},"parent":{}}],["edmdatetimeoffset",{"_index":142,"name":{"136":{},"2466":{}},"parent":{}}],["edmdecimal",{"_index":134,"name":{"128":{},"2458":{}},"parent":{}}],["edmdouble",{"_index":139,"name":{"133":{},"2463":{}},"parent":{}}],["edmduration",{"_index":1026,"name":{"2452":{}},"parent":{}}],["edmguid",{"_index":133,"name":{"127":{},"2457":{}},"parent":{}}],["edmint16",{"_index":135,"name":{"129":{},"2459":{}},"parent":{}}],["edmint32",{"_index":136,"name":{"130":{},"2460":{}},"parent":{}}],["edmint64",{"_index":137,"name":{"131":{},"2461":{}},"parent":{}}],["edmsbyte",{"_index":141,"name":{"135":{},"2465":{}},"parent":{}}],["edmsingle",{"_index":138,"name":{"132":{},"2462":{}},"parent":{}}],["edmstring",{"_index":131,"name":{"125":{},"2455":{}},"parent":{}}],["edmtime",{"_index":129,"name":{"123":{}},"parent":{}}],["edmtimeofday",{"_index":1027,"name":{"2453":{}},"parent":{}}],["edmtoprimitive",{"_index":180,"name":{"196":{}},"parent":{}}],["edmtoprimitivev2",{"_index":955,"name":{"1968":{}},"parent":{}}],["edmtoprimitivev4",{"_index":1000,"name":{"2221":{}},"parent":{}}],["edmtype",{"_index":179,"name":{"195":{},"880":{},"892":{},"921":{},"956":{},"964":{},"982":{},"1013":{},"1456":{},"1468":{},"1506":{},"1523":{},"1533":{},"1544":{},"1557":{},"1567":{},"1578":{},"1591":{},"1605":{},"1620":{},"1637":{},"1651":{},"1666":{},"1683":{},"1697":{},"1712":{},"1729":{},"1741":{},"1754":{},"1768":{},"1783":{},"1800":{},"1810":{},"1823":{},"1835":{},"1900":{}},"parent":{}}],["edmtypecommon",{"_index":630,"name":{"837":{}},"parent":{}}],["edmtypedifferentconverters",{"_index":632,"name":{"839":{}},"parent":{}}],["edmtypefield",{"_index":817,"name":{"1453":{}},"parent":{}}],["edmtypeforedmorfieldtype",{"_index":816,"name":{"1452":{}},"parent":{}}],["edmtypesameconverters",{"_index":631,"name":{"838":{}},"parent":{}}],["edmtypesameconvertersuri",{"_index":636,"name":{"843":{}},"parent":{}}],["edmtypeshared",{"_index":635,"name":{"842":{}},"parent":{}}],["edmtypev2",{"_index":942,"name":{"1955":{}},"parent":{}}],["edmtypev4",{"_index":991,"name":{"2185":{}},"parent":{}}],["email",{"_index":284,"name":{"401":{},"409":{},"456":{},"473":{},"493":{}},"parent":{}}],["enablecircuitbreaker",{"_index":514,"name":{"703":{}},"parent":{}}],["enableexceptionlogger",{"_index":39,"name":{"35":{}},"parent":{}}],["encodebase64",{"_index":73,"name":{"67":{}},"parent":{}}],["encoded",{"_index":340,"name":{"501":{}},"parent":{}}],["endswith",{"_index":188,"name":{"203":{},"898":{},"2499":{}},"parent":{}}],["entity",{"_index":108,"name":{"102":{},"166":{},"359":{},"1317":{},"1388":{},"2276":{},"2416":{}},"parent":{}}],["entitybase",{"_index":640,"name":{"847":{}},"parent":{}}],["entitybuilder",{"_index":158,"name":{"171":{},"851":{},"2191":{}},"parent":{}}],["entitybuildertype",{"_index":639,"name":{"846":{}},"parent":{}}],["entityconstructor",{"_index":733,"name":{"1062":{},"1089":{},"1113":{},"2035":{},"2082":{},"2109":{}},"parent":{}}],["entitydeserializer",{"_index":98,"name":{"92":{},"244":{},"272":{},"1202":{},"1358":{},"1935":{},"2358":{},"2386":{}},"parent":{}}],["entitydeserializerv2",{"_index":946,"name":{"1959":{}},"parent":{}}],["entitydeserializerv4",{"_index":994,"name":{"2215":{}},"parent":{}}],["entityserializer",{"_index":181,"name":{"197":{},"354":{},"1383":{},"1938":{},"2411":{}},"parent":{}}],["entityserializerv2",{"_index":947,"name":{"1960":{}},"parent":{}}],["entityserializerv4",{"_index":997,"name":{"2218":{}},"parent":{}}],["entitytoconstructormap",{"_index":230,"name":{"302":{},"1234":{},"2167":{}},"parent":{}}],["entitytype",{"_index":703,"name":{"1004":{}},"parent":{}}],["entityv2",{"_index":943,"name":{"1956":{}},"parent":{}}],["entityv4",{"_index":992,"name":{"2186":{}},"parent":{}}],["enumfield",{"_index":819,"name":{"1464":{}},"parent":{}}],["enumtype",{"_index":821,"name":{"1467":{},"1476":{}},"parent":{}}],["environmentaccessor",{"_index":502,"name":{"683":{}},"parent":{}}],["equal",{"_index":25,"name":{"21":{}},"parent":{}}],["equalarrays",{"_index":26,"name":{"22":{}},"parent":{}}],["equalobjects",{"_index":24,"name":{"20":{}},"parent":{}}],["equals",{"_index":647,"name":{"882":{},"923":{},"958":{},"966":{},"984":{},"1457":{},"1470":{},"1507":{},"1524":{},"1534":{},"1545":{},"1558":{},"1568":{},"1579":{},"1592":{},"1606":{},"1621":{},"1638":{},"1652":{},"1667":{},"1684":{},"1698":{},"1713":{},"1730":{},"1742":{},"1755":{},"1769":{},"1784":{},"1801":{},"1811":{},"1824":{},"1836":{},"1901":{}},"parent":{}}],["error",{"_index":434,"name":{"601":{}},"parent":{}}],["errorresponse",{"_index":619,"name":{"820":{}},"parent":{}}],["errorthresholdpercentage",{"_index":520,"name":{"707":{}},"parent":{}}],["errorwithcause",{"_index":27,"name":{"23":{},"25":{}},"parent":{}}],["etag",{"_index":728,"name":{"1039":{},"1115":{},"2037":{},"2135":{}},"parent":{}}],["etagheaders",{"_index":722,"name":{"1031":{}},"parent":{}}],["exchangeheaderjwt",{"_index":406,"name":{"566":{}},"parent":{}}],["exclude",{"_index":68,"name":{"62":{}},"parent":{}}],["exclusiveedmtypev2",{"_index":633,"name":{"840":{}},"parent":{}}],["exclusiveedmtypev4",{"_index":634,"name":{"841":{}},"parent":{}}],["execute",{"_index":111,"name":{"105":{},"149":{},"226":{},"251":{},"275":{},"299":{},"351":{},"747":{},"1032":{},"1209":{},"1274":{},"1293":{},"1320":{},"1340":{},"1361":{},"2164":{},"2279":{},"2300":{},"2319":{},"2338":{},"2365":{},"2389":{},"2408":{},"2527":{}},"parent":{}}],["executehttprequest",{"_index":559,"name":{"749":{}},"parent":{}}],["executehttprequestfn",{"_index":582,"name":{"780":{}},"parent":{}}],["executeraw",{"_index":112,"name":{"106":{},"150":{},"227":{},"254":{},"276":{},"305":{},"352":{},"1212":{},"1237":{},"1275":{},"1294":{},"1321":{},"1341":{},"1364":{},"2170":{},"2280":{},"2301":{},"2320":{},"2339":{},"2367":{},"2390":{},"2409":{},"2526":{}},"parent":{}}],["executerequest",{"_index":263,"name":{"369":{},"1398":{},"2426":{}},"parent":{}}],["executerequestraw",{"_index":264,"name":{"370":{},"1399":{},"2427":{}},"parent":{}}],["exp",{"_index":317,"name":{"434":{},"446":{},"463":{},"483":{}},"parent":{}}],["expand",{"_index":894,"name":{"1853":{},"1871":{},"1892":{},"2356":{},"2385":{}},"parent":{}}],["expandable",{"_index":925,"name":{"1932":{}},"parent":{}}],["expands",{"_index":735,"name":{"1068":{},"1092":{},"2088":{},"2112":{}},"parent":{}}],["expiresin",{"_index":433,"name":{"600":{}},"parent":{}}],["extractclientcredentials",{"_index":501,"name":{"682":{}},"parent":{}}],["extractcustomfields",{"_index":927,"name":{"1934":{}},"parent":{}}],["extractetagfromheader",{"_index":926,"name":{"1933":{}},"parent":{}}],["extractodataetag",{"_index":182,"name":{"198":{},"355":{},"1384":{},"2412":{}},"parent":{}}],["extractodataetagv2",{"_index":984,"name":{"2156":{}},"parent":{}}],["extractodataetagv4",{"_index":1031,"name":{"2476":{}},"parent":{}}],["family_name",{"_index":292,"name":{"408":{},"455":{},"472":{},"492":{}},"parent":{}}],["familyname",{"_index":283,"name":{"400":{}},"parent":{}}],["fetchcsrftoken",{"_index":247,"name":{"335":{},"793":{},"1054":{},"1081":{},"1105":{},"1129":{},"1153":{},"1178":{},"2003":{},"2027":{},"2051":{},"2074":{},"2101":{},"2125":{},"2150":{},"2239":{},"2262":{}},"parent":{}}],["fetchdestination",{"_index":402,"name":{"563":{}},"parent":{}}],["fetchinstancedestinations",{"_index":400,"name":{"561":{}},"parent":{}}],["fetchsubaccountdestinations",{"_index":401,"name":{"562":{}},"parent":{}}],["fetchverificationkeys",{"_index":526,"name":{"713":{}},"parent":{}}],["field",{"_index":653,"name":{"889":{},"1483":{}},"parent":{}}],["fieldbuilder",{"_index":130,"name":{"124":{},"1492":{},"2454":{}},"parent":{}}],["fieldof",{"_index":811,"name":{"1442":{},"1494":{},"1516":{},"1554":{},"1588":{},"1630":{},"1676":{},"1722":{},"1751":{},"1793":{},"1820":{},"1832":{}},"parent":{}}],["fieldoptions",{"_index":825,"name":{"1480":{}},"parent":{}}],["fieldpath",{"_index":146,"name":{"142":{},"1424":{},"1444":{},"1459":{},"1469":{},"1489":{},"1509":{},"1517":{},"1536":{},"1547":{},"1555":{},"1570":{},"1581":{},"1589":{},"1608":{},"1623":{},"1631":{},"1654":{},"1669":{},"1677":{},"1700":{},"1715":{},"1723":{},"1744":{},"1752":{},"1771":{},"1786":{},"1794":{},"1813":{},"1821":{},"1833":{},"1903":{},"2472":{}},"parent":{}}],["fieldtype",{"_index":823,"name":{"1478":{}},"parent":{}}],["fieldtypebyedmtype",{"_index":815,"name":{"1451":{}},"parent":{}}],["filter",{"_index":211,"name":{"243":{},"887":{},"1065":{},"1862":{},"1880":{},"2085":{},"2357":{}},"parent":{}}],["filterable",{"_index":675,"name":{"947":{}},"parent":{}}],["filtercustomrequestconfig",{"_index":592,"name":{"794":{}},"parent":{}}],["filterduplicates",{"_index":18,"name":{"14":{}},"parent":{}}],["filterduplicatesright",{"_index":19,"name":{"15":{}},"parent":{}}],["filterfunction",{"_index":99,"name":{"93":{},"917":{}},"parent":{}}],["filterfunctionparametertype",{"_index":659,"name":{"926":{}},"parent":{}}],["filterfunctionprimitiveparametertype",{"_index":658,"name":{"925":{}},"parent":{}}],["filterfunctionreturntype",{"_index":656,"name":{"897":{}},"parent":{}}],["filterfunctionreturntypev4",{"_index":1047,"name":{"2519":{}},"parent":{}}],["filterfunctions",{"_index":183,"name":{"199":{}},"parent":{}}],["filterfunctionsv4",{"_index":1043,"name":{"2488":{}},"parent":{}}],["filterfunctionv4",{"_index":1046,"name":{"2518":{}},"parent":{}}],["filterlambdaexpression",{"_index":686,"name":{"970":{}},"parent":{}}],["filterlambdaoperator",{"_index":685,"name":{"969":{}},"parent":{}}],["filterlink",{"_index":661,"name":{"928":{}},"parent":{}}],["filterlist",{"_index":667,"name":{"936":{}},"parent":{}}],["filternullishvalues",{"_index":552,"name":{"741":{}},"parent":{}}],["filteroperator",{"_index":650,"name":{"885":{}},"parent":{}}],["filteroperatorbytype",{"_index":651,"name":{"886":{}},"parent":{}}],["filters",{"_index":664,"name":{"931":{},"972":{},"1859":{}},"parent":{}}],["findprojectroot",{"_index":34,"name":{"30":{}},"parent":{}}],["finishall",{"_index":72,"name":{"66":{}},"parent":{}}],["first",{"_index":13,"name":{"9":{}},"parent":{}}],["flat",{"_index":10,"name":{"6":{}},"parent":{}}],["flatten",{"_index":20,"name":{"16":{},"942":{}},"parent":{}}],["floor",{"_index":197,"name":{"213":{},"908":{},"2509":{}},"parent":{}}],["formatjson",{"_index":83,"name":{"77":{}},"parent":{}}],["fractionalseconds",{"_index":1036,"name":{"2481":{},"2492":{}},"parent":{}}],["functionimportname",{"_index":236,"name":{"322":{},"2061":{},"2249":{}},"parent":{}}],["functionimportparameter",{"_index":709,"name":{"1010":{}},"parent":{}}],["functionimportparameters",{"_index":712,"name":{"1015":{}},"parent":{}}],["functionimportrequestbuilder",{"_index":206,"name":{"222":{}},"parent":{}}],["functionimportrequestbuilderv2",{"_index":959,"name":{"1972":{}},"parent":{}}],["functionimportrequestbuilderv4",{"_index":1012,"name":{"2315":{}},"parent":{}}],["functionname",{"_index":645,"name":{"878":{},"919":{},"954":{},"962":{},"980":{}},"parent":{}}],["generate",{"_index":1050,"name":{"2528":{},"2533":{}},"parent":{}}],["generateandsaveuniquename",{"_index":93,"name":{"87":{}},"parent":{}}],["generateandsaveuniquenameswithsuffixes",{"_index":95,"name":{"89":{}},"parent":{}}],["generateproject",{"_index":1052,"name":{"2530":{}},"parent":{}}],["generatesourcesforservice",{"_index":1053,"name":{"2531":{}},"parent":{}}],["generateuniquename",{"_index":92,"name":{"86":{}},"parent":{}}],["generateuniquenameswithsuffixes",{"_index":94,"name":{"88":{}},"parent":{}}],["generator",{"_index":7,"name":{"4":{}},"parent":{"2533":{},"2534":{}}}],["generator.generatoroptions",{"_index":1057,"name":{},"parent":{"2535":{},"2536":{},"2537":{},"2538":{},"2539":{},"2540":{},"2541":{},"2542":{},"2543":{},"2544":{},"2545":{},"2546":{},"2547":{},"2548":{},"2549":{}}}],["generatoroptions",{"_index":1055,"name":{"2534":{}},"parent":{}}],["get",{"_index":352,"name":{"514":{},"761":{}},"parent":{}}],["getagentconfig",{"_index":602,"name":{"804":{}},"parent":{}}],["getallrequest",{"_index":780,"name":{"1273":{}},"parent":{}}],["getallrequestbuilder",{"_index":209,"name":{"241":{}},"parent":{}}],["getallrequestbuilderbase",{"_index":753,"name":{"1200":{}},"parent":{}}],["getallrequestbuilderv2",{"_index":960,"name":{"1973":{}},"parent":{}}],["getallrequestbuilderv4",{"_index":1016,"name":{"2353":{}},"parent":{}}],["getauthheaders",{"_index":542,"name":{"731":{}},"parent":{}}],["getaxiosconfigwithdefaults",{"_index":560,"name":{"750":{}},"parent":{}}],["getaxiosconfigwithdefaultswithoutmethod",{"_index":561,"name":{"751":{}},"parent":{}}],["getbykeyrequestbuilder",{"_index":218,"name":{"268":{}},"parent":{}}],["getbykeyrequestbuilderbase",{"_index":788,"name":{"1356":{}},"parent":{}}],["getbykeyrequestbuilderv2",{"_index":961,"name":{"1974":{}},"parent":{}}],["getbykeyrequestbuilderv4",{"_index":1018,"name":{"2381":{}},"parent":{}}],["getcacheinstance",{"_index":366,"name":{"528":{},"550":{},"630":{}},"parent":{}}],["getcollectionresult",{"_index":609,"name":{"812":{},"2443":{}},"parent":{}}],["getcurrentmapkeys",{"_index":174,"name":{"190":{},"870":{},"2210":{}},"parent":{}}],["getcurrentstateforkey",{"_index":176,"name":{"192":{},"872":{},"2212":{}},"parent":{}}],["getcustomfield",{"_index":165,"name":{"180":{},"860":{},"2200":{}},"parent":{}}],["getcustomfields",{"_index":164,"name":{"179":{},"859":{},"2199":{}},"parent":{}}],["getdestination",{"_index":479,"name":{"660":{}},"parent":{}}],["getdestinationbasiccredentials",{"_index":489,"name":{"670":{},"685":{}},"parent":{}}],["getdestinationbyname",{"_index":465,"name":{"634":{}},"parent":{}}],["getdestinationfromdestinationservice",{"_index":488,"name":{"669":{}},"parent":{}}],["getdestinationfromenvbyname",{"_index":464,"name":{"633":{}},"parent":{}}],["getdestinationoptions",{"_index":478,"name":{"659":{}},"parent":{}}],["getdestinations",{"_index":463,"name":{"632":{}},"parent":{}}],["getdestinationservice",{"_index":495,"name":{"676":{}},"parent":{}}],["getdestinationservicecredentials",{"_index":490,"name":{"671":{},"686":{}},"parent":{}}],["getdestinationservicecredentialslist",{"_index":491,"name":{"672":{},"687":{}},"parent":{}}],["getdestinationserviceuri",{"_index":498,"name":{"679":{},"692":{}},"parent":{}}],["getdestinationsfromenv",{"_index":462,"name":{"631":{}},"parent":{}}],["getedmtype",{"_index":808,"name":{"1439":{}},"parent":{}}],["getentityconstructor",{"_index":807,"name":{"1438":{}},"parent":{}}],["getentitykeys",{"_index":919,"name":{"1920":{},"1927":{}},"parent":{}}],["getenvironmentvariable",{"_index":497,"name":{"678":{},"691":{}},"parent":{}}],["getexpand",{"_index":220,"name":{"290":{},"1925":{}},"parent":{}}],["getexpandv2",{"_index":964,"name":{"1977":{}},"parent":{}}],["getexpandv4",{"_index":1028,"name":{"2473":{}},"parent":{}}],["getfieldoptions",{"_index":822,"name":{"1477":{}},"parent":{}}],["getfilter",{"_index":917,"name":{"1918":{},"1919":{},"1926":{}},"parent":{}}],["getgloballoglevel",{"_index":44,"name":{"40":{}},"parent":{}}],["getgranttokencachekey",{"_index":360,"name":{"522":{}},"parent":{}}],["getgranttokenfromcache",{"_index":363,"name":{"525":{}},"parent":{}}],["getheader",{"_index":549,"name":{"738":{}},"parent":{}}],["getheaders",{"_index":550,"name":{"739":{}},"parent":{}}],["getheadervalue",{"_index":551,"name":{"740":{}},"parent":{}}],["getline",{"_index":762,"name":{"1253":{}},"parent":{}}],["getlinkedcollectionresult",{"_index":613,"name":{"815":{},"2445":{}},"parent":{}}],["getlogger",{"_index":41,"name":{"37":{}},"parent":{}}],["getoauth2clientcredentialstoken",{"_index":354,"name":{"516":{}},"parent":{}}],["getorderby",{"_index":920,"name":{"1921":{},"1928":{}},"parent":{}}],["getpayload",{"_index":265,"name":{"371":{},"1400":{},"2428":{}},"parent":{}}],["getprojectidentifier",{"_index":97,"name":{"91":{}},"parent":{}}],["getprotocolordefault",{"_index":546,"name":{"735":{}},"parent":{}}],["getqueryparametersforfilter",{"_index":965,"name":{"1978":{}},"parent":{}}],["getqueryparametersfororderby",{"_index":966,"name":{"1979":{}},"parent":{}}],["getqueryparametersforselection",{"_index":968,"name":{"1982":{}},"parent":{}}],["getresourcepathforkeys",{"_index":924,"name":{"1929":{},"1980":{}},"parent":{}}],["getresponsebody",{"_index":764,"name":{"1255":{}},"parent":{}}],["getselect",{"_index":221,"name":{"291":{},"1930":{}},"parent":{}}],["getselectv2",{"_index":967,"name":{"1981":{}},"parent":{}}],["getselectv4",{"_index":1029,"name":{"2474":{}},"parent":{}}],["getservice",{"_index":494,"name":{"675":{}},"parent":{}}],["getservicecredentialslist",{"_index":492,"name":{"673":{},"688":{}},"parent":{}}],["getservicelist",{"_index":493,"name":{"674":{},"689":{}},"parent":{}}],["getsingleresult",{"_index":612,"name":{"814":{},"2446":{}},"parent":{}}],["gettestdestinationbyalias",{"_index":1071,"name":{"2550":{}},"parent":{}}],["gettestdestinationoptions",{"_index":1073,"name":{"2552":{}},"parent":{}}],["gettestdestinations",{"_index":1072,"name":{"2551":{}},"parent":{}}],["getupdatedcustomfields",{"_index":171,"name":{"187":{},"867":{},"2207":{}},"parent":{}}],["getupdatedproperties",{"_index":172,"name":{"188":{},"868":{},"2208":{}},"parent":{}}],["getupdatedpropertynames",{"_index":173,"name":{"189":{},"869":{},"2209":{}},"parent":{}}],["geturlprotocol",{"_index":603,"name":{"805":{}},"parent":{}}],["getvcapservice",{"_index":496,"name":{"677":{},"690":{}},"parent":{}}],["getxsuaaservicecredentials",{"_index":499,"name":{"680":{},"693":{}},"parent":{}}],["given_name",{"_index":291,"name":{"407":{},"454":{},"471":{},"491":{}},"parent":{}}],["givenname",{"_index":282,"name":{"399":{}},"parent":{}}],["greaterorequal",{"_index":679,"name":{"951":{},"977":{},"1502":{},"1519":{},"1601":{},"1616":{},"1633":{},"1647":{},"1662":{},"1679":{},"1693":{},"1708":{},"1725":{},"1764":{},"1779":{},"1796":{},"1896":{}},"parent":{}}],["greaterthan",{"_index":678,"name":{"950":{},"976":{},"1501":{},"1518":{},"1600":{},"1615":{},"1632":{},"1646":{},"1661":{},"1678":{},"1692":{},"1707":{},"1724":{},"1763":{},"1778":{},"1795":{},"1895":{}},"parent":{}}],["hascustomfield",{"_index":167,"name":{"182":{},"862":{},"2202":{}},"parent":{}}],["haskey",{"_index":351,"name":{"513":{}},"parent":{}}],["hasscope",{"_index":279,"name":{"396":{}},"parent":{}}],["hassubsequence",{"_index":1042,"name":{"2487":{},"2498":{}},"parent":{}}],["hassubset",{"_index":1041,"name":{"2486":{},"2497":{}},"parent":{}}],["head",{"_index":572,"name":{"763":{}},"parent":{}}],["header",{"_index":333,"name":{"479":{}},"parent":{}}],["headerforclientcredentials",{"_index":359,"name":{"521":{}},"parent":{}}],["headers",{"_index":375,"name":{"536":{},"595":{},"755":{},"775":{},"785":{},"790":{},"1028":{}},"parent":{}}],["host",{"_index":371,"name":{"533":{}},"parent":{}}],["hour",{"_index":200,"name":{"216":{},"911":{},"2512":{}},"parent":{}}],["hours",{"_index":909,"name":{"1912":{}},"parent":{}}],["http",{"_index":537,"name":{"726":{}},"parent":{}}],["http_header",{"_index":435,"name":{"602":{}},"parent":{}}],["http_version",{"_index":697,"name":{"993":{}},"parent":{}}],["httpagent",{"_index":567,"name":{"757":{},"777":{},"808":{}},"parent":{}}],["httpagentconfig",{"_index":605,"name":{"807":{}},"parent":{}}],["httpcode",{"_index":620,"name":{"821":{},"825":{},"831":{},"1265":{}},"parent":{}}],["httpmethod",{"_index":569,"name":{"760":{}},"parent":{}}],["httpreponse",{"_index":588,"name":{"787":{}},"parent":{}}],["httprequest",{"_index":581,"name":{"779":{}},"parent":{}}],["httprequestconfig",{"_index":577,"name":{"768":{}},"parent":{}}],["httprequestoptions",{"_index":590,"name":{"792":{}},"parent":{}}],["httpresponse",{"_index":584,"name":{"782":{}},"parent":{}}],["https",{"_index":539,"name":{"727":{}},"parent":{}}],["httpsagent",{"_index":568,"name":{"758":{},"778":{},"810":{}},"parent":{}}],["httpsagentconfig",{"_index":607,"name":{"809":{}},"parent":{}}],["iat",{"_index":321,"name":{"438":{},"450":{},"467":{},"487":{}},"parent":{}}],["id",{"_index":269,"name":{"388":{},"397":{}},"parent":{}}],["identity",{"_index":71,"name":{"65":{}},"parent":{}}],["ignoredfields",{"_index":260,"name":{"364":{},"1393":{},"2421":{}},"parent":{}}],["ignoreversionidentifier",{"_index":150,"name":{"148":{},"366":{},"1339":{},"1395":{},"2299":{},"2423":{}},"parent":{}}],["include",{"_index":1060,"name":{"2538":{}},"parent":{}}],["indexof",{"_index":191,"name":{"206":{},"901":{},"2502":{}},"parent":{}}],["initializecustomfields",{"_index":169,"name":{"184":{},"864":{},"2204":{}},"parent":{}}],["input",{"_index":1056,"name":{"2535":{}},"parent":{}}],["instance",{"_index":455,"name":{"623":{}},"parent":{}}],["internet_proxy",{"_index":601,"name":{"803":{}},"parent":{}}],["isbooleanfilterfunction",{"_index":642,"name":{"875":{}},"parent":{}}],["iscollection",{"_index":806,"name":{"1437":{}},"parent":{}}],["iscollectionresult",{"_index":611,"name":{"813":{},"2444":{}},"parent":{}}],["iscomplextypenamespace",{"_index":800,"name":{"1430":{}},"parent":{}}],["isconflictingcustomfield",{"_index":177,"name":{"193":{},"873":{},"2213":{}},"parent":{}}],["isdestination",{"_index":408,"name":{"568":{}},"parent":{}}],["isdestinationnameandjwt",{"_index":407,"name":{"567":{}},"parent":{}}],["isedmtype",{"_index":628,"name":{"835":{}},"parent":{}}],["isemptyobject",{"_index":266,"name":{"372":{},"1401":{},"2429":{}},"parent":{}}],["iserrorwithcause",{"_index":28,"name":{"24":{}},"parent":{}}],["isfilter",{"_index":649,"name":{"884":{}},"parent":{}}],["isfilterlambdaexpression",{"_index":684,"name":{"968":{}},"parent":{}}],["isfilterlink",{"_index":660,"name":{"927":{}},"parent":{}}],["isfilterlist",{"_index":666,"name":{"935":{}},"parent":{}}],["ishttpsuccesscode",{"_index":771,"name":{"1262":{}},"parent":{}}],["isidenticaltenant",{"_index":277,"name":{"394":{}},"parent":{}}],["isnavigationproperty",{"_index":939,"name":{"1951":{}},"parent":{}}],["isnullable",{"_index":826,"name":{"1481":{}},"parent":{}}],["isnullish",{"_index":56,"name":{"50":{}},"parent":{}}],["isof",{"_index":205,"name":{"221":{},"916":{},"2517":{}},"parent":{}}],["isolationstrategy",{"_index":341,"name":{"502":{},"509":{},"619":{}},"parent":{}}],["isorderableedmtype",{"_index":629,"name":{"836":{}},"parent":{}}],["isorderablefield",{"_index":831,"name":{"1491":{}},"parent":{}}],["iss",{"_index":315,"name":{"433":{},"445":{},"462":{},"482":{},"543":{}},"parent":{}}],["isselectable",{"_index":828,"name":{"1482":{}},"parent":{}}],["isselectablefield",{"_index":830,"name":{"1490":{}},"parent":{}}],["issuccess",{"_index":618,"name":{"819":{},"823":{},"829":{}},"parent":{}}],["issuerurl",{"_index":303,"name":{"422":{}},"parent":{}}],["istestdestination",{"_index":424,"name":{"589":{}},"parent":{}}],["istrustingallcertificates",{"_index":416,"name":{"579":{}},"parent":{}}],["isunaryfilter",{"_index":691,"name":{"986":{}},"parent":{}}],["isusertoken",{"_index":308,"name":{"427":{}},"parent":{}}],["isvisitedentity",{"_index":175,"name":{"191":{},"871":{},"2211":{}},"parent":{}}],["iswithetag",{"_index":724,"name":{"1034":{}},"parent":{}}],["jku",{"_index":327,"name":{"443":{}},"parent":{}}],["jti",{"_index":322,"name":{"439":{},"451":{},"468":{},"488":{}},"parent":{}}],["jwt",{"_index":449,"name":{"616":{}},"parent":{}}],["jwtbearertoken",{"_index":525,"name":{"712":{}},"parent":{}}],["jwtbearertokengrant",{"_index":358,"name":{"520":{}},"parent":{}}],["jwtheader",{"_index":323,"name":{"440":{}},"parent":{}}],["jwtkeymapping",{"_index":336,"name":{"498":{}},"parent":{}}],["jwtpair",{"_index":337,"name":{"499":{}},"parent":{}}],["jwtpayload",{"_index":330,"name":{"461":{}},"parent":{}}],["kebabcase",{"_index":82,"name":{"76":{}},"parent":{}}],["key",{"_index":436,"name":{"604":{}},"parent":{}}],["keyid",{"_index":533,"name":{"720":{}},"parent":{}}],["keys",{"_index":727,"name":{"1038":{},"1090":{},"1114":{},"2036":{},"2110":{},"2134":{}},"parent":{}}],["keystorename",{"_index":427,"name":{"592":{}},"parent":{}}],["keystorepassword",{"_index":428,"name":{"593":{}},"parent":{}}],["keytype",{"_index":530,"name":{"718":{}},"parent":{}}],["kibana",{"_index":54,"name":{"48":{}},"parent":{}}],["label",{"_index":507,"name":{"696":{}},"parent":{}}],["lambdaoperator",{"_index":688,"name":{"973":{}},"parent":{}}],["last",{"_index":12,"name":{"8":{}},"parent":{}}],["length",{"_index":190,"name":{"205":{},"900":{},"2501":{}},"parent":{}}],["lessorequal",{"_index":681,"name":{"953":{},"979":{},"1504":{},"1521":{},"1603":{},"1618":{},"1635":{},"1649":{},"1664":{},"1681":{},"1695":{},"1710":{},"1727":{},"1766":{},"1781":{},"1798":{},"1898":{}},"parent":{}}],["lessthan",{"_index":680,"name":{"952":{},"978":{},"1503":{},"1520":{},"1602":{},"1617":{},"1634":{},"1648":{},"1663":{},"1680":{},"1694":{},"1709":{},"1726":{},"1765":{},"1780":{},"1797":{},"1897":{}},"parent":{}}],["level",{"_index":48,"name":{"44":{}},"parent":{}}],["link",{"_index":663,"name":{"930":{},"1002":{},"1842":{}},"parent":{}}],["linkedentitytype",{"_index":704,"name":{"1005":{}},"parent":{}}],["local",{"_index":55,"name":{"49":{}},"parent":{}}],["logger",{"_index":50,"name":{"45":{}},"parent":{}}],["loggeroptions",{"_index":47,"name":{"43":{}},"parent":{}}],["loglevel",{"_index":46,"name":{"42":{}},"parent":{}}],["mappingtenantfields",{"_index":267,"name":{"386":{}},"parent":{}}],["mappinguserfields",{"_index":296,"name":{"414":{}},"parent":{}}],["maptype",{"_index":87,"name":{"81":{}},"parent":{}}],["matchespattern",{"_index":1035,"name":{"2480":{},"2491":{}},"parent":{}}],["maxcontentlength",{"_index":580,"name":{"774":{}},"parent":{}}],["maxdatetime",{"_index":1038,"name":{"2483":{},"2494":{}},"parent":{}}],["mergeheaders",{"_index":554,"name":{"743":{}},"parent":{}}],["mergeignorecase",{"_index":63,"name":{"57":{}},"parent":{}}],["mergeleftignorecase",{"_index":62,"name":{"56":{}},"parent":{}}],["mergesome",{"_index":65,"name":{"59":{}},"parent":{}}],["messagecontext",{"_index":52,"name":{"47":{}},"parent":{}}],["messagecontextobj",{"_index":51,"name":{"46":{}},"parent":{}}],["metadata",{"_index":1068,"name":{"2546":{}},"parent":{}}],["method",{"_index":238,"name":{"325":{},"759":{},"770":{},"1044":{},"1071":{},"1095":{},"1119":{},"1143":{},"1169":{},"1994":{},"2017":{},"2041":{},"2064":{},"2091":{},"2115":{},"2140":{},"2229":{},"2252":{},"2522":{}},"parent":{}}],["methodrequestbuilder",{"_index":750,"name":{"1184":{}},"parent":{}}],["methodrequestbuilderbase",{"_index":752,"name":{"1199":{}},"parent":{}}],["mindatetime",{"_index":1039,"name":{"2484":{},"2495":{}},"parent":{}}],["minute",{"_index":201,"name":{"217":{},"912":{},"2513":{}},"parent":{}}],["minutes",{"_index":911,"name":{"1913":{}},"parent":{}}],["mockalltestdestinations",{"_index":1080,"name":{"2558":{}},"parent":{}}],["mocktestdestination",{"_index":1077,"name":{"2555":{}},"parent":{}}],["month",{"_index":202,"name":{"218":{},"913":{},"2514":{}},"parent":{}}],["muteloggers",{"_index":36,"name":{"32":{}},"parent":{}}],["name",{"_index":271,"name":{"389":{},"413":{},"570":{},"608":{},"644":{},"667":{},"695":{},"1434":{}},"parent":{}}],["nbf",{"_index":320,"name":{"437":{},"449":{},"466":{},"486":{}},"parent":{}}],["needsauthentication",{"_index":716,"name":{"1022":{}},"parent":{}}],["no_isolation",{"_index":344,"name":{"506":{}},"parent":{}}],["no_proxy",{"_index":598,"name":{"801":{}},"parent":{}}],["nodestinationerrormessage",{"_index":468,"name":{"637":{}},"parent":{}}],["nonenumerable",{"_index":940,"name":{"1952":{}},"parent":{}}],["not",{"_index":674,"name":{"946":{}},"parent":{}}],["notequals",{"_index":648,"name":{"883":{},"924":{},"959":{},"967":{},"985":{},"1458":{},"1471":{},"1508":{},"1525":{},"1535":{},"1546":{},"1559":{},"1569":{},"1580":{},"1593":{},"1607":{},"1622":{},"1639":{},"1653":{},"1668":{},"1685":{},"1699":{},"1714":{},"1731":{},"1743":{},"1756":{},"1770":{},"1785":{},"1802":{},"1812":{},"1825":{},"1837":{},"1902":{}},"parent":{}}],["now",{"_index":1040,"name":{"2485":{},"2496":{}},"parent":{}}],["numberfield",{"_index":867,"name":{"1705":{}},"parent":{}}],["numberfieldbase",{"_index":865,"name":{"1690":{}},"parent":{}}],["numberfilterfunction",{"_index":676,"name":{"948":{}},"parent":{}}],["numberreturntypemapping",{"_index":655,"name":{"896":{}},"parent":{}}],["odataactionimportrequestconfig",{"_index":1003,"name":{"2224":{}},"parent":{}}],["odatabatchchangeset",{"_index":222,"name":{"292":{}},"parent":{}}],["odatabatchchangesetv2",{"_index":951,"name":{"1964":{}},"parent":{}}],["odatabatchchangesetv4",{"_index":985,"name":{"2157":{}},"parent":{}}],["odatabatchconfig",{"_index":970,"name":{"1984":{}},"parent":{}}],["odatabatchrequestbuilder",{"_index":227,"name":{"297":{}},"parent":{}}],["odatabatchrequestbuilderv2",{"_index":952,"name":{"1965":{}},"parent":{}}],["odatabatchrequestbuilderv4",{"_index":987,"name":{"2162":{}},"parent":{}}],["odatabatchrequestconfig",{"_index":745,"name":{"1159":{}},"parent":{}}],["odatacreaterequestconfig",{"_index":740,"name":{"1135":{}},"parent":{}}],["odatacreaterequestconfiglegacy",{"_index":972,"name":{"2009":{}},"parent":{}}],["odatadeleterequestconfig",{"_index":738,"name":{"1111":{}},"parent":{}}],["odatadeleterequestconfiglegacy",{"_index":974,"name":{"2033":{}},"parent":{}}],["odatafunctionimportrequestconfig",{"_index":232,"name":{"318":{}},"parent":{}}],["odatafunctionimportrequestconfiglegacy",{"_index":976,"name":{"2057":{}},"parent":{}}],["odatafunctionimportrequestconfigv2",{"_index":956,"name":{"1969":{}},"parent":{}}],["odatafunctionimportrequestconfigv4",{"_index":1006,"name":{"2245":{}},"parent":{}}],["odatagetallrequestconfig",{"_index":731,"name":{"1060":{}},"parent":{}}],["odatagetallrequestconfiglegacy",{"_index":978,"name":{"2080":{}},"parent":{}}],["odatagetbykeyrequestconfig",{"_index":736,"name":{"1087":{}},"parent":{}}],["odatagetbykeyrequestconfiglegacy",{"_index":980,"name":{"2107":{}},"parent":{}}],["odatarequest",{"_index":713,"name":{"1016":{}},"parent":{}}],["odataupdaterequestconfig",{"_index":725,"name":{"1035":{}},"parent":{}}],["odataupdaterequestconfiglegacy",{"_index":982,"name":{"2131":{}},"parent":{}}],["odatauri",{"_index":104,"name":{"98":{},"324":{},"341":{},"353":{},"1313":{},"1382":{},"1924":{},"2063":{},"2251":{},"2272":{},"2410":{}},"parent":{}}],["odatauriv2",{"_index":969,"name":{"1983":{}},"parent":{}}],["odatauriv4",{"_index":1030,"name":{"2475":{}},"parent":{}}],["odataversion",{"_index":88,"name":{"82":{}},"parent":{}}],["odataversionof",{"_index":638,"name":{"845":{}},"parent":{}}],["of",{"_index":540,"name":{"729":{}},"parent":{}}],["on_premise_proxy",{"_index":600,"name":{"802":{}},"parent":{}}],["onetomanylink",{"_index":898,"name":{"1872":{}},"parent":{}}],["onetoonelink",{"_index":895,"name":{"1855":{}},"parent":{}}],["openapirequestbuilder",{"_index":1048,"name":{"2520":{}},"parent":{}}],["operator",{"_index":654,"name":{"890":{},"990":{}},"parent":{}}],["options",{"_index":573,"name":{"764":{}},"parent":{}}],["optionsperservice",{"_index":1065,"name":{"2543":{}},"parent":{}}],["or",{"_index":672,"name":{"944":{}},"parent":{}}],["order",{"_index":698,"name":{"994":{}},"parent":{}}],["orderable",{"_index":707,"name":{"1008":{}},"parent":{}}],["orderableedmtype",{"_index":637,"name":{"844":{}},"parent":{}}],["orderableedmtypefield",{"_index":904,"name":{"1893":{}},"parent":{}}],["orderablefilterfunction",{"_index":689,"name":{"974":{}},"parent":{}}],["orderableinput",{"_index":708,"name":{"1009":{}},"parent":{}}],["orderby",{"_index":214,"name":{"247":{},"1003":{},"1066":{},"1205":{},"1861":{},"1881":{},"2086":{},"2361":{}},"parent":{}}],["orderbys",{"_index":897,"name":{"1858":{}},"parent":{}}],["orderlink",{"_index":701,"name":{"1000":{}},"parent":{}}],["ordertype",{"_index":700,"name":{"997":{}},"parent":{}}],["orfilters",{"_index":670,"name":{"939":{}},"parent":{}}],["origin",{"_index":412,"name":{"574":{}},"parent":{}}],["originalname",{"_index":711,"name":{"1012":{},"1435":{}},"parent":{}}],["originalproperties",{"_index":423,"name":{"587":{}},"parent":{}}],["outputdir",{"_index":1058,"name":{"2536":{}},"parent":{}}],["overwrite",{"_index":1070,"name":{"2548":{}},"parent":{}}],["packagejson",{"_index":1064,"name":{"2542":{}},"parent":{}}],["packageversion",{"_index":1066,"name":{"2544":{}},"parent":{}}],["parameters",{"_index":237,"name":{"323":{},"879":{},"920":{},"955":{},"963":{},"981":{},"2062":{},"2250":{}},"parent":{}}],["params",{"_index":566,"name":{"756":{},"772":{}},"parent":{}}],["parentkeys",{"_index":742,"name":{"1138":{},"2012":{}},"parent":{}}],["parsebatchresponse",{"_index":770,"name":{"1261":{}},"parent":{}}],["parsedestination",{"_index":467,"name":{"636":{}},"parent":{}}],["parseentitynamefrommetadatauri",{"_index":775,"name":{"1267":{}},"parent":{}}],["parsehttpcode",{"_index":768,"name":{"1259":{}},"parent":{}}],["parseproxyenv",{"_index":595,"name":{"797":{}},"parent":{}}],["parseresponsedata",{"_index":769,"name":{"1260":{}},"parent":{}}],["part_content_type_line",{"_index":695,"name":{"991":{}},"parent":{}}],["partition",{"_index":17,"name":{"13":{}},"parent":{}}],["pascalcase",{"_index":81,"name":{"75":{}},"parent":{}}],["password",{"_index":414,"name":{"577":{},"648":{},"716":{}},"parent":{}}],["patch",{"_index":576,"name":{"767":{}},"parent":{}}],["payload",{"_index":239,"name":{"327":{},"480":{},"1046":{},"1073":{},"1097":{},"1121":{},"1145":{},"1170":{},"1995":{},"2019":{},"2043":{},"2066":{},"2093":{},"2117":{},"2142":{},"2231":{},"2254":{}},"parent":{}}],["payloadmanipulator",{"_index":256,"name":{"357":{},"1386":{},"2414":{}},"parent":{}}],["pick",{"_index":67,"name":{"61":{}},"parent":{}}],["pickignorecase",{"_index":59,"name":{"53":{}},"parent":{}}],["picknonnullish",{"_index":61,"name":{"55":{}},"parent":{}}],["pickvalueignorecase",{"_index":60,"name":{"54":{}},"parent":{}}],["port",{"_index":373,"name":{"534":{}},"parent":{}}],["post",{"_index":574,"name":{"765":{}},"parent":{}}],["prepare",{"_index":109,"name":{"103":{},"360":{},"1318":{},"1389":{},"2277":{},"2417":{}},"parent":{}}],["prependdollar",{"_index":922,"name":{"1923":{}},"parent":{}}],["prependdollartoqueryparameters",{"_index":248,"name":{"340":{},"1059":{},"1086":{},"1110":{},"1134":{},"1158":{},"1183":{},"2008":{},"2032":{},"2056":{},"2079":{},"2106":{},"2130":{},"2155":{},"2244":{},"2267":{}},"parent":{}}],["propertyexists",{"_index":57,"name":{"51":{}},"parent":{}}],["propertymetadata",{"_index":804,"name":{"1433":{}},"parent":{}}],["protocol",{"_index":374,"name":{"535":{},"725":{},"728":{}},"parent":{}}],["provider",{"_index":445,"name":{"613":{}},"parent":{}}],["proxy",{"_index":377,"name":{"538":{},"776":{}},"parent":{}}],["proxyagent",{"_index":597,"name":{"799":{}},"parent":{}}],["proxyconfiguration",{"_index":370,"name":{"532":{},"580":{}},"parent":{}}],["proxyconfigurationheaders",{"_index":376,"name":{"537":{}},"parent":{}}],["proxyhostandport",{"_index":369,"name":{"531":{}},"parent":{}}],["proxystrategy",{"_index":594,"name":{"796":{},"800":{}},"parent":{}}],["proxytype",{"_index":411,"name":{"573":{},"645":{}},"parent":{}}],["publickeyexponent",{"_index":536,"name":{"724":{}},"parent":{}}],["publickeymodulus",{"_index":535,"name":{"723":{}},"parent":{}}],["put",{"_index":575,"name":{"766":{}},"parent":{}}],["query",{"_index":721,"name":{"1027":{}},"parent":{}}],["queryparameters",{"_index":235,"name":{"321":{},"596":{},"1042":{},"1070":{},"1094":{},"1118":{},"1141":{},"1168":{},"1993":{},"2015":{},"2040":{},"2060":{},"2090":{},"2114":{},"2138":{},"2228":{},"2248":{}},"parent":{}}],["readjson",{"_index":35,"name":{"31":{}},"parent":{}}],["readme",{"_index":1067,"name":{"2545":{}},"parent":{}}],["readpropertywithwarn",{"_index":306,"name":{"425":{}},"parent":{}}],["readresponse",{"_index":623,"name":{"824":{}},"parent":{}}],["refreshtokengrant",{"_index":357,"name":{"519":{}},"parent":{}}],["registeredjwtclaims",{"_index":313,"name":{"431":{}},"parent":{}}],["registeredjwtclaimsbasic",{"_index":314,"name":{"432":{}},"parent":{}}],["registeredjwtclaimstenant",{"_index":273,"name":{"391":{}},"parent":{}}],["registeredjwtclaimsuser",{"_index":287,"name":{"404":{}},"parent":{}}],["relativeresourceurl",{"_index":720,"name":{"1026":{}},"parent":{}}],["relativeserviceurl",{"_index":718,"name":{"1024":{}},"parent":{}}],["relativeurl",{"_index":115,"name":{"109":{},"153":{},"230":{},"257":{},"279":{},"308":{},"375":{},"1021":{},"1188":{},"1215":{},"1240":{},"1278":{},"1297":{},"1324":{},"1345":{},"1367":{},"1404":{},"2173":{},"2283":{},"2304":{},"2323":{},"2342":{},"2370":{},"2393":{},"2432":{}},"parent":{}}],["remotestate",{"_index":160,"name":{"174":{},"853":{},"2194":{}},"parent":{}}],["removefileextension",{"_index":77,"name":{"71":{}},"parent":{}}],["renamekeys",{"_index":66,"name":{"60":{}},"parent":{}}],["replace",{"_index":187,"name":{"202":{}},"parent":{}}],["replaceduplicatekeys",{"_index":553,"name":{"742":{}},"parent":{}}],["replacewholeentitywithput",{"_index":257,"name":{"361":{},"1390":{},"2418":{}},"parent":{}}],["request",{"_index":587,"name":{"786":{},"791":{}},"parent":{}}],["requestconfig",{"_index":113,"name":{"107":{},"151":{},"228":{},"255":{},"277":{},"306":{},"373":{},"1186":{},"1213":{},"1238":{},"1276":{},"1295":{},"1322":{},"1343":{},"1365":{},"1402":{},"2171":{},"2281":{},"2302":{},"2321":{},"2340":{},"2368":{},"2391":{},"2430":{}},"parent":{}}],["requestmethodtype",{"_index":723,"name":{"1033":{}},"parent":{}}],["requests",{"_index":224,"name":{"294":{},"301":{},"1228":{},"1233":{},"2159":{},"2166":{}},"parent":{}}],["requiredfields",{"_index":258,"name":{"362":{},"1391":{},"2419":{}},"parent":{}}],["resettimeout",{"_index":522,"name":{"709":{}},"parent":{}}],["resilienceoptions",{"_index":513,"name":{"702":{}},"parent":{}}],["resolveservice",{"_index":500,"name":{"681":{}},"parent":{}}],["resourcepath",{"_index":234,"name":{"320":{},"1041":{},"1069":{},"1093":{},"1117":{},"1140":{},"1167":{},"1992":{},"2014":{},"2039":{},"2059":{},"2089":{},"2113":{},"2137":{},"2227":{},"2247":{}},"parent":{}}],["resourcepathaschild",{"_index":744,"name":{"1142":{},"2016":{}},"parent":{}}],["resourceurl",{"_index":719,"name":{"1025":{}},"parent":{}}],["responsedata",{"_index":772,"name":{"1263":{}},"parent":{}}],["responsedataaccessor",{"_index":107,"name":{"101":{},"811":{},"1316":{},"2275":{},"2447":{}},"parent":{}}],["responsedataaccessorv4",{"_index":1022,"name":{"2448":{}},"parent":{}}],["responses",{"_index":616,"name":{"818":{}},"parent":{}}],["responsetransformer",{"_index":208,"name":{"224":{},"1291":{},"2317":{},"2336":{}},"parent":{}}],["retrievedestinationfromcache",{"_index":388,"name":{"546":{}},"parent":{}}],["retrievedestinationsfromcache",{"_index":460,"name":{"627":{}},"parent":{}}],["retrievejwt",{"_index":300,"name":{"419":{}},"parent":{}}],["rootcause",{"_index":33,"name":{"29":{}},"parent":{}}],["round",{"_index":196,"name":{"212":{},"907":{},"2508":{}},"parent":{}}],["sanitizedestination",{"_index":466,"name":{"635":{}},"parent":{}}],["sap",{"_index":0,"name":{"0":{},"1":{},"2":{},"3":{},"4":{},"5":{},"539":{},"646":{}},"parent":{"6":{},"7":{},"8":{},"9":{},"10":{},"11":{},"12":{},"13":{},"14":{},"15":{},"16":{},"17":{},"18":{},"19":{},"20":{},"21":{},"22":{},"23":{},"24":{},"25":{},"26":{},"27":{},"28":{},"29":{},"30":{},"31":{},"32":{},"33":{},"34":{},"35":{},"36":{},"37":{},"38":{},"39":{},"40":{},"41":{},"42":{},"43":{},"44":{},"45":{},"46":{},"47":{},"48":{},"49":{},"50":{},"51":{},"52":{},"53":{},"54":{},"55":{},"56":{},"57":{},"58":{},"59":{},"60":{},"61":{},"62":{},"63":{},"64":{},"65":{},"66":{},"67":{},"68":{},"69":{},"70":{},"71":{},"72":{},"73":{},"74":{},"75":{},"76":{},"77":{},"78":{},"79":{},"80":{},"81":{},"82":{},"83":{},"84":{},"85":{},"86":{},"87":{},"88":{},"89":{},"90":{},"91":{},"92":{},"93":{},"94":{},"95":{},"96":{},"97":{},"98":{},"99":{},"100":{},"101":{},"102":{},"103":{},"104":{},"105":{},"106":{},"107":{},"108":{},"109":{},"110":{},"111":{},"112":{},"113":{},"114":{},"115":{},"116":{},"117":{},"118":{},"119":{},"120":{},"121":{},"122":{},"123":{},"124":{},"125":{},"126":{},"127":{},"128":{},"129":{},"130":{},"131":{},"132":{},"133":{},"134":{},"135":{},"136":{},"137":{},"138":{},"139":{},"140":{},"141":{},"142":{},"143":{},"144":{},"145":{},"146":{},"147":{},"148":{},"149":{},"150":{},"151":{},"152":{},"153":{},"154":{},"155":{},"156":{},"157":{},"158":{},"159":{},"160":{},"161":{},"162":{},"163":{},"164":{},"165":{},"166":{},"167":{},"168":{},"169":{},"170":{},"171":{},"172":{},"173":{},"174":{},"175":{},"176":{},"177":{},"178":{},"179":{},"180":{},"181":{},"182":{},"183":{},"184":{},"185":{},"186":{},"187":{},"188":{},"189":{},"190":{},"191":{},"192":{},"193":{},"194":{},"195":{},"196":{},"197":{},"198":{},"199":{},"200":{},"201":{},"202":{},"203":{},"204":{},"205":{},"206":{},"207":{},"208":{},"209":{},"210":{},"211":{},"212":{},"213":{},"214":{},"215":{},"216":{},"217":{},"218":{},"219":{},"220":{},"221":{},"222":{},"223":{},"224":{},"225":{},"226":{},"227":{},"228":{},"229":{},"230":{},"231":{},"232":{},"233":{},"234":{},"235":{},"236":{},"237":{},"238":{},"239":{},"240":{},"241":{},"242":{},"243":{},"244":{},"245":{},"246":{},"247":{},"248":{},"249":{},"250":{},"251":{},"252":{},"253":{},"254":{},"255":{},"256":{},"257":{},"258":{},"259":{},"260":{},"261":{},"262":{},"263":{},"264":{},"265":{},"266":{},"267":{},"268":{},"269":{},"270":{},"271":{},"272":{},"273":{},"274":{},"275":{},"276":{},"277":{},"278":{},"279":{},"280":{},"281":{},"282":{},"283":{},"284":{},"285":{},"286":{},"287":{},"288":{},"289":{},"290":{},"291":{},"292":{},"293":{},"294":{},"295":{},"296":{},"297":{},"298":{},"299":{},"300":{},"301":{},"302":{},"303":{},"304":{},"305":{},"306":{},"307":{},"308":{},"309":{},"310":{},"311":{},"312":{},"313":{},"314":{},"315":{},"316":{},"317":{},"318":{},"319":{},"320":{},"321":{},"322":{},"323":{},"324":{},"325":{},"326":{},"327":{},"328":{},"329":{},"330":{},"331":{},"332":{},"333":{},"334":{},"335":{},"336":{},"337":{},"338":{},"339":{},"340":{},"341":{},"342":{},"343":{},"344":{},"345":{},"346":{},"347":{},"348":{},"349":{},"350":{},"351":{},"352":{},"353":{},"354":{},"355":{},"356":{},"357":{},"358":{},"359":{},"360":{},"361":{},"362":{},"363":{},"364":{},"365":{},"366":{},"367":{},"368":{},"369":{},"370":{},"371":{},"372":{},"373":{},"374":{},"375":{},"376":{},"377":{},"378":{},"379":{},"380":{},"381":{},"382":{},"383":{},"384":{},"385":{},"386":{},"387":{},"388":{},"389":{},"390":{},"391":{},"392":{},"393":{},"394":{},"395":{},"396":{},"397":{},"398":{},"399":{},"400":{},"401":{},"402":{},"403":{},"404":{},"405":{},"406":{},"407":{},"408":{},"409":{},"410":{},"411":{},"412":{},"413":{},"414":{},"415":{},"416":{},"417":{},"418":{},"419":{},"420":{},"421":{},"422":{},"423":{},"424":{},"425":{},"426":{},"427":{},"428":{},"429":{},"430":{},"431":{},"432":{},"433":{},"434":{},"435":{},"436":{},"437":{},"438":{},"439":{},"440":{},"441":{},"442":{},"443":{},"444":{},"445":{},"446":{},"447":{},"448":{},"449":{},"450":{},"451":{},"452":{},"453":{},"454":{},"455":{},"456":{},"457":{},"458":{},"459":{},"460":{},"461":{},"462":{},"463":{},"464":{},"465":{},"466":{},"467":{},"468":{},"469":{},"470":{},"471":{},"472":{},"473":{},"474":{},"475":{},"476":{},"477":{},"478":{},"479":{},"480":{},"481":{},"482":{},"483":{},"484":{},"485":{},"486":{},"487":{},"488":{},"489":{},"490":{},"491":{},"492":{},"493":{},"494":{},"495":{},"496":{},"497":{},"498":{},"499":{},"500":{},"501":{},"502":{},"503":{},"504":{},"505":{},"506":{},"507":{},"508":{},"509":{},"510":{},"511":{},"512":{},"513":{},"514":{},"515":{},"516":{},"517":{},"518":{},"519":{},"520":{},"521":{},"522":{},"523":{},"524":{},"525":{},"526":{},"527":{},"528":{},"529":{},"530":{},"531":{},"532":{},"533":{},"534":{},"535":{},"536":{},"537":{},"538":{},"539":{},"540":{},"541":{},"542":{},"543":{},"544":{},"545":{},"546":{},"547":{},"548":{},"549":{},"550":{},"551":{},"552":{},"553":{},"554":{},"555":{},"556":{},"557":{},"558":{},"559":{},"560":{},"561":{},"562":{},"563":{},"564":{},"565":{},"566":{},"567":{},"568":{},"569":{},"570":{},"571":{},"572":{},"573":{},"574":{},"575":{},"576":{},"577":{},"578":{},"579":{},"580":{},"581":{},"582":{},"583":{},"584":{},"585":{},"586":{},"587":{},"588":{},"589":{},"590":{},"591":{},"592":{},"593":{},"594":{},"595":{},"596":{},"597":{},"598":{},"599":{},"600":{},"601":{},"602":{},"603":{},"604":{},"605":{},"606":{},"607":{},"608":{},"609":{},"610":{},"611":{},"612":{},"613":{},"614":{},"615":{},"616":{},"617":{},"618":{},"619":{},"620":{},"621":{},"622":{},"623":{},"624":{},"625":{},"626":{},"627":{},"628":{},"629":{},"630":{},"631":{},"632":{},"633":{},"634":{},"635":{},"636":{},"637":{},"638":{},"639":{},"640":{},"641":{},"642":{},"643":{},"644":{},"645":{},"646":{},"647":{},"648":{},"649":{},"650":{},"651":{},"652":{},"653":{},"654":{},"655":{},"656":{},"657":{},"658":{},"659":{},"660":{},"661":{},"662":{},"663":{},"664":{},"665":{},"666":{},"667":{},"668":{},"669":{},"670":{},"671":{},"672":{},"673":{},"674":{},"675":{},"676":{},"677":{},"678":{},"679":{},"680":{},"681":{},"682":{},"683":{},"684":{},"685":{},"686":{},"687":{},"688":{},"689":{},"690":{},"691":{},"692":{},"693":{},"694":{},"695":{},"696":{},"697":{},"698":{},"699":{},"700":{},"701":{},"702":{},"703":{},"704":{},"705":{},"706":{},"707":{},"708":{},"709":{},"710":{},"711":{},"712":{},"713":{},"714":{},"715":{},"716":{},"717":{},"718":{},"719":{},"720":{},"721":{},"722":{},"723":{},"724":{},"725":{},"726":{},"727":{},"728":{},"729":{},"730":{},"731":{},"732":{},"733":{},"734":{},"735":{},"736":{},"737":{},"738":{},"739":{},"740":{},"741":{},"742":{},"743":{},"744":{},"745":{},"746":{},"747":{},"748":{},"749":{},"750":{},"751":{},"752":{},"753":{},"754":{},"755":{},"756":{},"757":{},"758":{},"759":{},"760":{},"761":{},"762":{},"763":{},"764":{},"765":{},"766":{},"767":{},"768":{},"769":{},"770":{},"771":{},"772":{},"773":{},"774":{},"775":{},"776":{},"777":{},"778":{},"779":{},"780":{},"781":{},"782":{},"783":{},"784":{},"785":{},"786":{},"787":{},"788":{},"789":{},"790":{},"791":{},"792":{},"793":{},"794":{},"795":{},"796":{},"797":{},"798":{},"799":{},"800":{},"801":{},"802":{},"803":{},"804":{},"805":{},"806":{},"807":{},"808":{},"809":{},"810":{},"811":{},"812":{},"813":{},"814":{},"815":{},"816":{},"817":{},"818":{},"819":{},"820":{},"821":{},"822":{},"823":{},"824":{},"825":{},"826":{},"827":{},"828":{},"829":{},"830":{},"831":{},"832":{},"833":{},"834":{},"835":{},"836":{},"837":{},"838":{},"839":{},"840":{},"841":{},"842":{},"843":{},"844":{},"845":{},"846":{},"847":{},"848":{},"849":{},"850":{},"851":{},"852":{},"853":{},"854":{},"855":{},"856":{},"857":{},"858":{},"859":{},"860":{},"861":{},"862":{},"863":{},"864":{},"865":{},"866":{},"867":{},"868":{},"869":{},"870":{},"871":{},"872":{},"873":{},"874":{},"875":{},"876":{},"877":{},"878":{},"879":{},"880":{},"881":{},"882":{},"883":{},"884":{},"885":{},"886":{},"887":{},"888":{},"889":{},"890":{},"891":{},"892":{},"893":{},"894":{},"895":{},"896":{},"897":{},"898":{},"899":{},"900":{},"901":{},"902":{},"903":{},"904":{},"905":{},"906":{},"907":{},"908":{},"909":{},"910":{},"911":{},"912":{},"913":{},"914":{},"915":{},"916":{},"917":{},"918":{},"919":{},"920":{},"921":{},"922":{},"923":{},"924":{},"925":{},"926":{},"927":{},"928":{},"929":{},"930":{},"931":{},"932":{},"933":{},"934":{},"935":{},"936":{},"937":{},"938":{},"939":{},"940":{},"941":{},"942":{},"943":{},"944":{},"945":{},"946":{},"947":{},"948":{},"949":{},"950":{},"951":{},"952":{},"953":{},"954":{},"955":{},"956":{},"957":{},"958":{},"959":{},"960":{},"961":{},"962":{},"963":{},"964":{},"965":{},"966":{},"967":{},"968":{},"969":{},"970":{},"971":{},"972":{},"973":{},"974":{},"975":{},"976":{},"977":{},"978":{},"979":{},"980":{},"981":{},"982":{},"983":{},"984":{},"985":{},"986":{},"987":{},"988":{},"989":{},"990":{},"991":{},"992":{},"993":{},"994":{},"995":{},"996":{},"997":{},"998":{},"999":{},"1000":{},"1001":{},"1002":{},"1003":{},"1004":{},"1005":{},"1006":{},"1007":{},"1008":{},"1009":{},"1010":{},"1011":{},"1012":{},"1013":{},"1014":{},"1015":{},"1016":{},"1017":{},"1018":{},"1019":{},"1020":{},"1021":{},"1022":{},"1023":{},"1024":{},"1025":{},"1026":{},"1027":{},"1028":{},"1029":{},"1030":{},"1031":{},"1032":{},"1033":{},"1034":{},"1035":{},"1036":{},"1037":{},"1038":{},"1039":{},"1040":{},"1041":{},"1042":{},"1043":{},"1044":{},"1045":{},"1046":{},"1047":{},"1048":{},"1049":{},"1050":{},"1051":{},"1052":{},"1053":{},"1054":{},"1055":{},"1056":{},"1057":{},"1058":{},"1059":{},"1060":{},"1061":{},"1062":{},"1063":{},"1064":{},"1065":{},"1066":{},"1067":{},"1068":{},"1069":{},"1070":{},"1071":{},"1072":{},"1073":{},"1074":{},"1075":{},"1076":{},"1077":{},"1078":{},"1079":{},"1080":{},"1081":{},"1082":{},"1083":{},"1084":{},"1085":{},"1086":{},"1087":{},"1088":{},"1089":{},"1090":{},"1091":{},"1092":{},"1093":{},"1094":{},"1095":{},"1096":{},"1097":{},"1098":{},"1099":{},"1100":{},"1101":{},"1102":{},"1103":{},"1104":{},"1105":{},"1106":{},"1107":{},"1108":{},"1109":{},"1110":{},"1111":{},"1112":{},"1113":{},"1114":{},"1115":{},"1116":{},"1117":{},"1118":{},"1119":{},"1120":{},"1121":{},"1122":{},"1123":{},"1124":{},"1125":{},"1126":{},"1127":{},"1128":{},"1129":{},"1130":{},"1131":{},"1132":{},"1133":{},"1134":{},"1135":{},"1136":{},"1137":{},"1138":{},"1139":{},"1140":{},"1141":{},"1142":{},"1143":{},"1144":{},"1145":{},"1146":{},"1147":{},"1148":{},"1149":{},"1150":{},"1151":{},"1152":{},"1153":{},"1154":{},"1155":{},"1156":{},"1157":{},"1158":{},"1159":{},"1160":{},"1161":{},"1162":{},"1163":{},"1164":{},"1165":{},"1166":{},"1167":{},"1168":{},"1169":{},"1170":{},"1171":{},"1172":{},"1173":{},"1174":{},"1175":{},"1176":{},"1177":{},"1178":{},"1179":{},"1180":{},"1181":{},"1182":{},"1183":{},"1184":{},"1185":{},"1186":{},"1187":{},"1188":{},"1189":{},"1190":{},"1191":{},"1192":{},"1193":{},"1194":{},"1195":{},"1196":{},"1197":{},"1198":{},"1199":{},"1200":{},"1201":{},"1202":{},"1203":{},"1204":{},"1205":{},"1206":{},"1207":{},"1208":{},"1209":{},"1210":{},"1211":{},"1212":{},"1213":{},"1214":{},"1215":{},"1216":{},"1217":{},"1218":{},"1219":{},"1220":{},"1221":{},"1222":{},"1223":{},"1224":{},"1225":{},"1226":{},"1227":{},"1228":{},"1229":{},"1230":{},"1231":{},"1232":{},"1233":{},"1234":{},"1235":{},"1236":{},"1237":{},"1238":{},"1239":{},"1240":{},"1241":{},"1242":{},"1243":{},"1244":{},"1245":{},"1246":{},"1247":{},"1248":{},"1249":{},"1250":{},"1251":{},"1252":{},"1253":{},"1254":{},"1255":{},"1256":{},"1257":{},"1258":{},"1259":{},"1260":{},"1261":{},"1262":{},"1263":{},"1264":{},"1265":{},"1266":{},"1267":{},"1268":{},"1269":{},"1270":{},"1271":{},"1272":{},"1273":{},"1274":{},"1275":{},"1276":{},"1277":{},"1278":{},"1279":{},"1280":{},"1281":{},"1282":{},"1283":{},"1284":{},"1285":{},"1286":{},"1287":{},"1288":{},"1289":{},"1290":{},"1291":{},"1292":{},"1293":{},"1294":{},"1295":{},"1296":{},"1297":{},"1298":{},"1299":{},"1300":{},"1301":{},"1302":{},"1303":{},"1304":{},"1305":{},"1306":{},"1307":{},"1308":{},"1309":{},"1310":{},"1311":{},"1312":{},"1313":{},"1314":{},"1315":{},"1316":{},"1317":{},"1318":{},"1319":{},"1320":{},"1321":{},"1322":{},"1323":{},"1324":{},"1325":{},"1326":{},"1327":{},"1328":{},"1329":{},"1330":{},"1331":{},"1332":{},"1333":{},"1334":{},"1335":{},"1336":{},"1337":{},"1338":{},"1339":{},"1340":{},"1341":{},"1342":{},"1343":{},"1344":{},"1345":{},"1346":{},"1347":{},"1348":{},"1349":{},"1350":{},"1351":{},"1352":{},"1353":{},"1354":{},"1355":{},"1356":{},"1357":{},"1358":{},"1359":{},"1360":{},"1361":{},"1362":{},"1363":{},"1364":{},"1365":{},"1366":{},"1367":{},"1368":{},"1369":{},"1370":{},"1371":{},"1372":{},"1373":{},"1374":{},"1375":{},"1376":{},"1377":{},"1378":{},"1379":{},"1380":{},"1381":{},"1382":{},"1383":{},"1384":{},"1385":{},"1386":{},"1387":{},"1388":{},"1389":{},"1390":{},"1391":{},"1392":{},"1393":{},"1394":{},"1395":{},"1396":{},"1397":{},"1398":{},"1399":{},"1400":{},"1401":{},"1402":{},"1403":{},"1404":{},"1405":{},"1406":{},"1407":{},"1408":{},"1409":{},"1410":{},"1411":{},"1412":{},"1413":{},"1414":{},"1415":{},"1416":{},"1417":{},"1418":{},"1419":{},"1420":{},"1421":{},"1422":{},"1423":{},"1424":{},"1425":{},"1426":{},"1427":{},"1428":{},"1429":{},"1430":{},"1431":{},"1432":{},"1433":{},"1434":{},"1435":{},"1436":{},"1437":{},"1438":{},"1439":{},"1440":{},"1441":{},"1442":{},"1443":{},"1444":{},"1445":{},"1446":{},"1447":{},"1448":{},"1449":{},"1450":{},"1451":{},"1452":{},"1453":{},"1454":{},"1455":{},"1456":{},"1457":{},"1458":{},"1459":{},"1460":{},"1461":{},"1462":{},"1463":{},"1464":{},"1465":{},"1466":{},"1467":{},"1468":{},"1469":{},"1470":{},"1471":{},"1472":{},"1473":{},"1474":{},"1475":{},"1476":{},"1477":{},"1478":{},"1479":{},"1480":{},"1481":{},"1482":{},"1483":{},"1484":{},"1485":{},"1486":{},"1487":{},"1488":{},"1489":{},"1490":{},"1491":{},"1492":{},"1493":{},"1494":{},"1495":{},"1496":{},"1497":{},"1498":{},"1499":{},"1500":{},"1501":{},"1502":{},"1503":{},"1504":{},"1505":{},"1506":{},"1507":{},"1508":{},"1509":{},"1510":{},"1511":{},"1512":{},"1513":{},"1514":{},"1515":{},"1516":{},"1517":{},"1518":{},"1519":{},"1520":{},"1521":{},"1522":{},"1523":{},"1524":{},"1525":{},"1526":{},"1527":{},"1528":{},"1529":{},"1530":{},"1531":{},"1532":{},"1533":{},"1534":{},"1535":{},"1536":{},"1537":{},"1538":{},"1539":{},"1540":{},"1541":{},"1542":{},"1543":{},"1544":{},"1545":{},"1546":{},"1547":{},"1548":{},"1549":{},"1550":{},"1551":{},"1552":{},"1553":{},"1554":{},"1555":{},"1556":{},"1557":{},"1558":{},"1559":{},"1560":{},"1561":{},"1562":{},"1563":{},"1564":{},"1565":{},"1566":{},"1567":{},"1568":{},"1569":{},"1570":{},"1571":{},"1572":{},"1573":{},"1574":{},"1575":{},"1576":{},"1577":{},"1578":{},"1579":{},"1580":{},"1581":{},"1582":{},"1583":{},"1584":{},"1585":{},"1586":{},"1587":{},"1588":{},"1589":{},"1590":{},"1591":{},"1592":{},"1593":{},"1594":{},"1595":{},"1596":{},"1597":{},"1598":{},"1599":{},"1600":{},"1601":{},"1602":{},"1603":{},"1604":{},"1605":{},"1606":{},"1607":{},"1608":{},"1609":{},"1610":{},"1611":{},"1612":{},"1613":{},"1614":{},"1615":{},"1616":{},"1617":{},"1618":{},"1619":{},"1620":{},"1621":{},"1622":{},"1623":{},"1624":{},"1625":{},"1626":{},"1627":{},"1628":{},"1629":{},"1630":{},"1631":{},"1632":{},"1633":{},"1634":{},"1635":{},"1636":{},"1637":{},"1638":{},"1639":{},"1640":{},"1641":{},"1642":{},"1643":{},"1644":{},"1645":{},"1646":{},"1647":{},"1648":{},"1649":{},"1650":{},"1651":{},"1652":{},"1653":{},"1654":{},"1655":{},"1656":{},"1657":{},"1658":{},"1659":{},"1660":{},"1661":{},"1662":{},"1663":{},"1664":{},"1665":{},"1666":{},"1667":{},"1668":{},"1669":{},"1670":{},"1671":{},"1672":{},"1673":{},"1674":{},"1675":{},"1676":{},"1677":{},"1678":{},"1679":{},"1680":{},"1681":{},"1682":{},"1683":{},"1684":{},"1685":{},"1686":{},"1687":{},"1688":{},"1689":{},"1690":{},"1691":{},"1692":{},"1693":{},"1694":{},"1695":{},"1696":{},"1697":{},"1698":{},"1699":{},"1700":{},"1701":{},"1702":{},"1703":{},"1704":{},"1705":{},"1706":{},"1707":{},"1708":{},"1709":{},"1710":{},"1711":{},"1712":{},"1713":{},"1714":{},"1715":{},"1716":{},"1717":{},"1718":{},"1719":{},"1720":{},"1721":{},"1722":{},"1723":{},"1724":{},"1725":{},"1726":{},"1727":{},"1728":{},"1729":{},"1730":{},"1731":{},"1732":{},"1733":{},"1734":{},"1735":{},"1736":{},"1737":{},"1738":{},"1739":{},"1740":{},"1741":{},"1742":{},"1743":{},"1744":{},"1745":{},"1746":{},"1747":{},"1748":{},"1749":{},"1750":{},"1751":{},"1752":{},"1753":{},"1754":{},"1755":{},"1756":{},"1757":{},"1758":{},"1759":{},"1760":{},"1761":{},"1762":{},"1763":{},"1764":{},"1765":{},"1766":{},"1767":{},"1768":{},"1769":{},"1770":{},"1771":{},"1772":{},"1773":{},"1774":{},"1775":{},"1776":{},"1777":{},"1778":{},"1779":{},"1780":{},"1781":{},"1782":{},"1783":{},"1784":{},"1785":{},"1786":{},"1787":{},"1788":{},"1789":{},"1790":{},"1791":{},"1792":{},"1793":{},"1794":{},"1795":{},"1796":{},"1797":{},"1798":{},"1799":{},"1800":{},"1801":{},"1802":{},"1803":{},"1804":{},"1805":{},"1806":{},"1807":{},"1808":{},"1809":{},"1810":{},"1811":{},"1812":{},"1813":{},"1814":{},"1815":{},"1816":{},"1817":{},"1818":{},"1819":{},"1820":{},"1821":{},"1822":{},"1823":{},"1824":{},"1825":{},"1826":{},"1827":{},"1828":{},"1829":{},"1830":{},"1831":{},"1832":{},"1833":{},"1834":{},"1835":{},"1836":{},"1837":{},"1838":{},"1839":{},"1840":{},"1841":{},"1842":{},"1843":{},"1844":{},"1845":{},"1846":{},"1847":{},"1848":{},"1849":{},"1850":{},"1851":{},"1852":{},"1853":{},"1854":{},"1855":{},"1856":{},"1857":{},"1858":{},"1859":{},"1860":{},"1861":{},"1862":{},"1863":{},"1864":{},"1865":{},"1866":{},"1867":{},"1868":{},"1869":{},"1870":{},"1871":{},"1872":{},"1873":{},"1874":{},"1875":{},"1876":{},"1877":{},"1878":{},"1879":{},"1880":{},"1881":{},"1882":{},"1883":{},"1884":{},"1885":{},"1886":{},"1887":{},"1888":{},"1889":{},"1890":{},"1891":{},"1892":{},"1893":{},"1894":{},"1895":{},"1896":{},"1897":{},"1898":{},"1899":{},"1900":{},"1901":{},"1902":{},"1903":{},"1904":{},"1905":{},"1906":{},"1907":{},"1908":{},"1909":{},"1910":{},"1911":{},"1912":{},"1913":{},"1914":{},"1915":{},"1916":{},"1917":{},"1918":{},"1919":{},"1920":{},"1921":{},"1922":{},"1923":{},"1924":{},"1925":{},"1926":{},"1927":{},"1928":{},"1929":{},"1930":{},"1931":{},"1932":{},"1933":{},"1934":{},"1935":{},"1936":{},"1937":{},"1938":{},"1939":{},"1940":{},"1941":{},"1942":{},"1943":{},"1944":{},"1945":{},"1946":{},"1947":{},"1948":{},"1949":{},"1950":{},"1951":{},"1952":{},"1953":{},"1954":{},"1955":{},"1956":{},"1957":{},"1958":{},"1959":{},"1960":{},"1961":{},"1962":{},"1963":{},"1964":{},"1965":{},"1966":{},"1967":{},"1968":{},"1969":{},"1970":{},"1971":{},"1972":{},"1973":{},"1974":{},"1975":{},"1976":{},"1977":{},"1978":{},"1979":{},"1980":{},"1981":{},"1982":{},"1983":{},"1984":{},"1985":{},"1986":{},"1987":{},"1988":{},"1989":{},"1990":{},"1991":{},"1992":{},"1993":{},"1994":{},"1995":{},"1996":{},"1997":{},"1998":{},"1999":{},"2000":{},"2001":{},"2002":{},"2003":{},"2004":{},"2005":{},"2006":{},"2007":{},"2008":{},"2009":{},"2010":{},"2011":{},"2012":{},"2013":{},"2014":{},"2015":{},"2016":{},"2017":{},"2018":{},"2019":{},"2020":{},"2021":{},"2022":{},"2023":{},"2024":{},"2025":{},"2026":{},"2027":{},"2028":{},"2029":{},"2030":{},"2031":{},"2032":{},"2033":{},"2034":{},"2035":{},"2036":{},"2037":{},"2038":{},"2039":{},"2040":{},"2041":{},"2042":{},"2043":{},"2044":{},"2045":{},"2046":{},"2047":{},"2048":{},"2049":{},"2050":{},"2051":{},"2052":{},"2053":{},"2054":{},"2055":{},"2056":{},"2057":{},"2058":{},"2059":{},"2060":{},"2061":{},"2062":{},"2063":{},"2064":{},"2065":{},"2066":{},"2067":{},"2068":{},"2069":{},"2070":{},"2071":{},"2072":{},"2073":{},"2074":{},"2075":{},"2076":{},"2077":{},"2078":{},"2079":{},"2080":{},"2081":{},"2082":{},"2083":{},"2084":{},"2085":{},"2086":{},"2087":{},"2088":{},"2089":{},"2090":{},"2091":{},"2092":{},"2093":{},"2094":{},"2095":{},"2096":{},"2097":{},"2098":{},"2099":{},"2100":{},"2101":{},"2102":{},"2103":{},"2104":{},"2105":{},"2106":{},"2107":{},"2108":{},"2109":{},"2110":{},"2111":{},"2112":{},"2113":{},"2114":{},"2115":{},"2116":{},"2117":{},"2118":{},"2119":{},"2120":{},"2121":{},"2122":{},"2123":{},"2124":{},"2125":{},"2126":{},"2127":{},"2128":{},"2129":{},"2130":{},"2131":{},"2132":{},"2133":{},"2134":{},"2135":{},"2136":{},"2137":{},"2138":{},"2139":{},"2140":{},"2141":{},"2142":{},"2143":{},"2144":{},"2145":{},"2146":{},"2147":{},"2148":{},"2149":{},"2150":{},"2151":{},"2152":{},"2153":{},"2154":{},"2155":{},"2156":{},"2157":{},"2158":{},"2159":{},"2160":{},"2161":{},"2162":{},"2163":{},"2164":{},"2165":{},"2166":{},"2167":{},"2168":{},"2169":{},"2170":{},"2171":{},"2172":{},"2173":{},"2174":{},"2175":{},"2176":{},"2177":{},"2178":{},"2179":{},"2180":{},"2181":{},"2182":{},"2183":{},"2184":{},"2185":{},"2186":{},"2187":{},"2188":{},"2189":{},"2190":{},"2191":{},"2192":{},"2193":{},"2194":{},"2195":{},"2196":{},"2197":{},"2198":{},"2199":{},"2200":{},"2201":{},"2202":{},"2203":{},"2204":{},"2205":{},"2206":{},"2207":{},"2208":{},"2209":{},"2210":{},"2211":{},"2212":{},"2213":{},"2214":{},"2215":{},"2216":{},"2217":{},"2218":{},"2219":{},"2220":{},"2221":{},"2222":{},"2223":{},"2224":{},"2225":{},"2226":{},"2227":{},"2228":{},"2229":{},"2230":{},"2231":{},"2232":{},"2233":{},"2234":{},"2235":{},"2236":{},"2237":{},"2238":{},"2239":{},"2240":{},"2241":{},"2242":{},"2243":{},"2244":{},"2245":{},"2246":{},"2247":{},"2248":{},"2249":{},"2250":{},"2251":{},"2252":{},"2253":{},"2254":{},"2255":{},"2256":{},"2257":{},"2258":{},"2259":{},"2260":{},"2261":{},"2262":{},"2263":{},"2264":{},"2265":{},"2266":{},"2267":{},"2268":{},"2269":{},"2270":{},"2271":{},"2272":{},"2273":{},"2274":{},"2275":{},"2276":{},"2277":{},"2278":{},"2279":{},"2280":{},"2281":{},"2282":{},"2283":{},"2284":{},"2285":{},"2286":{},"2287":{},"2288":{},"2289":{},"2290":{},"2291":{},"2292":{},"2293":{},"2294":{},"2295":{},"2296":{},"2297":{},"2298":{},"2299":{},"2300":{},"2301":{},"2302":{},"2303":{},"2304":{},"2305":{},"2306":{},"2307":{},"2308":{},"2309":{},"2310":{},"2311":{},"2312":{},"2313":{},"2314":{},"2315":{},"2316":{},"2317":{},"2318":{},"2319":{},"2320":{},"2321":{},"2322":{},"2323":{},"2324":{},"2325":{},"2326":{},"2327":{},"2328":{},"2329":{},"2330":{},"2331":{},"2332":{},"2333":{},"2334":{},"2335":{},"2336":{},"2337":{},"2338":{},"2339":{},"2340":{},"2341":{},"2342":{},"2343":{},"2344":{},"2345":{},"2346":{},"2347":{},"2348":{},"2349":{},"2350":{},"2351":{},"2352":{},"2353":{},"2354":{},"2355":{},"2356":{},"2357":{},"2358":{},"2359":{},"2360":{},"2361":{},"2362":{},"2363":{},"2364":{},"2365":{},"2366":{},"2367":{},"2368":{},"2369":{},"2370":{},"2371":{},"2372":{},"2373":{},"2374":{},"2375":{},"2376":{},"2377":{},"2378":{},"2379":{},"2380":{},"2381":{},"2382":{},"2383":{},"2384":{},"2385":{},"2386":{},"2387":{},"2388":{},"2389":{},"2390":{},"2391":{},"2392":{},"2393":{},"2394":{},"2395":{},"2396":{},"2397":{},"2398":{},"2399":{},"2400":{},"2401":{},"2402":{},"2403":{},"2404":{},"2405":{},"2406":{},"2407":{},"2408":{},"2409":{},"2410":{},"2411":{},"2412":{},"2413":{},"2414":{},"2415":{},"2416":{},"2417":{},"2418":{},"2419":{},"2420":{},"2421":{},"2422":{},"2423":{},"2424":{},"2425":{},"2426":{},"2427":{},"2428":{},"2429":{},"2430":{},"2431":{},"2432":{},"2433":{},"2434":{},"2435":{},"2436":{},"2437":{},"2438":{},"2439":{},"2440":{},"2441":{},"2442":{},"2443":{},"2444":{},"2445":{},"2446":{},"2447":{},"2448":{},"2449":{},"2450":{},"2451":{},"2452":{},"2453":{},"2454":{},"2455":{},"2456":{},"2457":{},"2458":{},"2459":{},"2460":{},"2461":{},"2462":{},"2463":{},"2464":{},"2465":{},"2466":{},"2467":{},"2468":{},"2469":{},"2470":{},"2471":{},"2472":{},"2473":{},"2474":{},"2475":{},"2476":{},"2477":{},"2478":{},"2479":{},"2480":{},"2481":{},"2482":{},"2483":{},"2484":{},"2485":{},"2486":{},"2487":{},"2488":{},"2489":{},"2490":{},"2491":{},"2492":{},"2493":{},"2494":{},"2495":{},"2496":{},"2497":{},"2498":{},"2499":{},"2500":{},"2501":{},"2502":{},"2503":{},"2504":{},"2505":{},"2506":{},"2507":{},"2508":{},"2509":{},"2510":{},"2511":{},"2512":{},"2513":{},"2514":{},"2515":{},"2516":{},"2517":{},"2518":{},"2519":{},"2520":{},"2521":{},"2522":{},"2523":{},"2524":{},"2525":{},"2526":{},"2527":{},"2528":{},"2529":{},"2530":{},"2531":{},"2532":{},"2533":{},"2534":{},"2535":{},"2536":{},"2537":{},"2538":{},"2539":{},"2540":{},"2541":{},"2542":{},"2543":{},"2544":{},"2545":{},"2546":{},"2547":{},"2548":{},"2549":{},"2550":{},"2551":{},"2552":{},"2553":{},"2554":{},"2555":{},"2556":{},"2557":{},"2558":{},"2559":{}}}],["sapclient",{"_index":413,"name":{"575":{}},"parent":{}}],["scope",{"_index":293,"name":{"410":{},"412":{},"457":{},"474":{},"494":{}},"parent":{}}],["scopes",{"_index":285,"name":{"402":{}},"parent":{}}],["sdk/analytics",{"_index":3,"name":{"1":{}},"parent":{"91":{}}}],["sdk/core",{"_index":4,"name":{"2":{}},"parent":{"92":{},"93":{},"94":{},"120":{},"143":{},"164":{},"165":{},"166":{},"195":{},"196":{},"197":{},"198":{},"199":{},"222":{},"241":{},"268":{},"290":{},"291":{},"292":{},"297":{},"318":{},"341":{},"342":{},"343":{},"344":{},"345":{},"346":{},"347":{},"386":{},"387":{},"390":{},"391":{},"394":{},"395":{},"404":{},"412":{},"414":{},"415":{},"416":{},"417":{},"418":{},"419":{},"420":{},"421":{},"422":{},"423":{},"424":{},"425":{},"426":{},"427":{},"428":{},"430":{},"431":{},"432":{},"440":{},"444":{},"461":{},"478":{},"498":{},"499":{},"502":{},"507":{},"510":{},"516":{},"517":{},"518":{},"519":{},"520":{},"521":{},"522":{},"523":{},"529":{},"530":{},"531":{},"532":{},"537":{},"540":{},"544":{},"551":{},"552":{},"553":{},"554":{},"556":{},"561":{},"562":{},"563":{},"564":{},"567":{},"568":{},"569":{},"597":{},"606":{},"607":{},"611":{},"614":{},"617":{},"620":{},"621":{},"622":{},"625":{},"631":{},"632":{},"633":{},"634":{},"635":{},"636":{},"637":{},"638":{},"642":{},"658":{},"659":{},"660":{},"661":{},"662":{},"663":{},"664":{},"666":{},"669":{},"670":{},"671":{},"672":{},"673":{},"674":{},"675":{},"676":{},"677":{},"678":{},"679":{},"680":{},"681":{},"682":{},"683":{},"694":{},"699":{},"700":{},"701":{},"702":{},"704":{},"710":{},"711":{},"712":{},"713":{},"714":{},"717":{},"725":{},"728":{},"730":{},"731":{},"732":{},"733":{},"734":{},"735":{},"736":{},"737":{},"738":{},"739":{},"740":{},"741":{},"742":{},"743":{},"744":{},"745":{},"746":{},"747":{},"748":{},"749":{},"750":{},"751":{},"752":{},"753":{},"759":{},"760":{},"768":{},"779":{},"780":{},"782":{},"787":{},"792":{},"794":{},"795":{},"796":{},"797":{},"798":{},"799":{},"800":{},"804":{},"805":{},"806":{},"807":{},"809":{},"811":{},"816":{},"817":{},"820":{},"824":{},"830":{},"835":{},"836":{},"837":{},"838":{},"839":{},"840":{},"841":{},"842":{},"843":{},"844":{},"845":{},"846":{},"847":{},"875":{},"876":{},"884":{},"885":{},"886":{},"887":{},"896":{},"897":{},"898":{},"899":{},"900":{},"901":{},"902":{},"903":{},"904":{},"905":{},"906":{},"907":{},"908":{},"909":{},"910":{},"911":{},"912":{},"913":{},"914":{},"915":{},"916":{},"917":{},"925":{},"926":{},"927":{},"928":{},"935":{},"936":{},"943":{},"944":{},"945":{},"946":{},"947":{},"948":{},"960":{},"968":{},"969":{},"970":{},"974":{},"986":{},"987":{},"991":{},"992":{},"993":{},"994":{},"1000":{},"1006":{},"1007":{},"1008":{},"1009":{},"1010":{},"1015":{},"1016":{},"1033":{},"1034":{},"1035":{},"1060":{},"1087":{},"1111":{},"1135":{},"1159":{},"1184":{},"1199":{},"1200":{},"1226":{},"1230":{},"1250":{},"1251":{},"1252":{},"1253":{},"1254":{},"1255":{},"1256":{},"1257":{},"1258":{},"1259":{},"1260":{},"1261":{},"1262":{},"1263":{},"1266":{},"1267":{},"1268":{},"1271":{},"1289":{},"1308":{},"1309":{},"1335":{},"1356":{},"1378":{},"1415":{},"1420":{},"1429":{},"1430":{},"1431":{},"1433":{},"1438":{},"1439":{},"1440":{},"1449":{},"1450":{},"1451":{},"1452":{},"1453":{},"1464":{},"1476":{},"1477":{},"1478":{},"1479":{},"1480":{},"1483":{},"1490":{},"1491":{},"1492":{},"1499":{},"1514":{},"1530":{},"1541":{},"1552":{},"1564":{},"1575":{},"1586":{},"1598":{},"1613":{},"1628":{},"1644":{},"1659":{},"1674":{},"1690":{},"1705":{},"1720":{},"1736":{},"1738":{},"1749":{},"1761":{},"1776":{},"1791":{},"1807":{},"1818":{},"1830":{},"1842":{},"1855":{},"1872":{},"1893":{},"1908":{},"1909":{},"1910":{},"1911":{},"1915":{},"1917":{},"1918":{},"1920":{},"1921":{},"1922":{},"1923":{},"1924":{},"1932":{},"1933":{},"1934":{},"1935":{},"1938":{},"1942":{},"1943":{},"1944":{},"1945":{},"1946":{},"1947":{},"1948":{},"1949":{},"1950":{},"1951":{},"1952":{},"1953":{},"1954":{},"1955":{},"1956":{},"1957":{},"1958":{},"1959":{},"1960":{},"1961":{},"1962":{},"1963":{},"1964":{},"1965":{},"1966":{},"1967":{},"1968":{},"1969":{},"1970":{},"1971":{},"1972":{},"1973":{},"1974":{},"1975":{},"1976":{},"1977":{},"1978":{},"1979":{},"1980":{},"1981":{},"1982":{},"1983":{},"1984":{},"2009":{},"2033":{},"2057":{},"2080":{},"2107":{},"2131":{},"2156":{},"2157":{},"2162":{},"2183":{},"2184":{},"2185":{},"2186":{},"2215":{},"2216":{},"2217":{},"2218":{},"2219":{},"2220":{},"2221":{},"2222":{},"2223":{},"2224":{},"2245":{},"2268":{},"2294":{},"2315":{},"2334":{},"2353":{},"2381":{},"2404":{},"2443":{},"2444":{},"2445":{},"2446":{},"2447":{},"2448":{},"2449":{},"2473":{},"2474":{},"2475":{},"2476":{},"2477":{},"2478":{},"2479":{},"2480":{},"2481":{},"2482":{},"2483":{},"2484":{},"2485":{},"2486":{},"2487":{},"2488":{},"2518":{},"2519":{},"2520":{}}}],["sdk/core.actionfunctionimportrequestbuilder",{"_index":782,"name":{},"parent":{"1290":{},"1291":{},"1292":{},"1293":{},"1294":{},"1295":{},"1296":{},"1297":{},"1298":{},"1299":{},"1300":{},"1301":{},"1302":{},"1303":{},"1304":{},"1305":{},"1306":{},"1307":{}}}],["sdk/core.actionimportrequestbuilder",{"_index":1015,"name":{},"parent":{"2335":{},"2336":{},"2337":{},"2338":{},"2339":{},"2340":{},"2341":{},"2342":{},"2343":{},"2344":{},"2345":{},"2346":{},"2347":{},"2348":{},"2349":{},"2350":{},"2351":{},"2352":{}}}],["sdk/core.allfields",{"_index":793,"name":{},"parent":{"1416":{},"1417":{},"1418":{},"1419":{}}}],["sdk/core.anyfield",{"_index":884,"name":{},"parent":{"1808":{},"1809":{},"1810":{},"1811":{},"1812":{},"1813":{},"1814":{},"1815":{},"1816":{},"1817":{}}}],["sdk/core.authandexchangetokens",{"_index":405,"name":{},"parent":{"565":{},"566":{}}}],["sdk/core.batchchangeset",{"_index":756,"name":{},"parent":{"1227":{},"1228":{},"1229":{}}}],["sdk/core.batchrequestbuilder",{"_index":758,"name":{},"parent":{"1231":{},"1232":{},"1233":{},"1234":{},"1235":{},"1236":{},"1237":{},"1238":{},"1239":{},"1240":{},"1241":{},"1242":{},"1243":{},"1244":{},"1245":{},"1246":{},"1247":{},"1248":{},"1249":{}}}],["sdk/core.batchresponsedeserializer",{"_index":777,"name":{},"parent":{"1269":{},"1270":{}}}],["sdk/core.bignumberfield",{"_index":838,"name":{},"parent":{"1500":{},"1501":{},"1502":{},"1503":{},"1504":{},"1505":{},"1506":{},"1507":{},"1508":{},"1509":{},"1510":{},"1511":{},"1512":{},"1513":{}}}],["sdk/core.binaryfield",{"_index":844,"name":{},"parent":{"1542":{},"1543":{},"1544":{},"1545":{},"1546":{},"1547":{},"1548":{},"1549":{},"1550":{},"1551":{}}}],["sdk/core.binaryfieldbase",{"_index":842,"name":{},"parent":{"1531":{},"1532":{},"1533":{},"1534":{},"1535":{},"1536":{},"1537":{},"1538":{},"1539":{},"1540":{}}}],["sdk/core.booleanfield",{"_index":850,"name":{},"parent":{"1576":{},"1577":{},"1578":{},"1579":{},"1580":{},"1581":{},"1582":{},"1583":{},"1584":{},"1585":{}}}],["sdk/core.booleanfieldbase",{"_index":848,"name":{},"parent":{"1565":{},"1566":{},"1567":{},"1568":{},"1569":{},"1570":{},"1571":{},"1572":{},"1573":{},"1574":{}}}],["sdk/core.booleanfilterfunction",{"_index":644,"name":{},"parent":{"877":{},"878":{},"879":{},"880":{},"881":{},"882":{},"883":{}}}],["sdk/core.cache",{"_index":349,"name":{},"parent":{"511":{},"512":{},"513":{},"514":{},"515":{}}}],["sdk/core.cachingoptions",{"_index":347,"name":{},"parent":{"508":{},"509":{}}}],["sdk/core.circuitbreakerdefaultoptions",{"_index":517,"name":{},"parent":{"705":{}}}],["sdk/core.circuitbreakerdefaultoptions.__type",{"_index":519,"name":{},"parent":{"706":{},"707":{},"708":{},"709":{}}}],["sdk/core.clientcredentials",{"_index":528,"name":{},"parent":{"715":{},"716":{}}}],["sdk/core.clientcredentialstokencache",{"_index":362,"name":{},"parent":{"524":{}}}],["sdk/core.clientcredentialstokencache.__type",{"_index":364,"name":{},"parent":{"525":{},"526":{},"527":{},"528":{}}}],["sdk/core.collectionfield",{"_index":796,"name":{},"parent":{"1421":{},"1422":{},"1423":{},"1424":{},"1425":{},"1426":{},"1427":{},"1428":{}}}],["sdk/core.completedecodedjwt",{"_index":334,"name":{},"parent":{"479":{},"480":{},"481":{},"482":{},"483":{},"484":{},"485":{},"486":{},"487":{},"488":{},"489":{},"490":{},"491":{},"492":{},"493":{},"494":{},"495":{},"496":{},"497":{}}}],["sdk/core.complextypeanypropertyfield",{"_index":886,"name":{},"parent":{"1819":{},"1820":{},"1821":{},"1822":{},"1823":{},"1824":{},"1825":{},"1826":{},"1827":{},"1828":{},"1829":{}}}],["sdk/core.complextypebignumberpropertyfield",{"_index":840,"name":{},"parent":{"1515":{},"1516":{},"1517":{},"1518":{},"1519":{},"1520":{},"1521":{},"1522":{},"1523":{},"1524":{},"1525":{},"1526":{},"1527":{},"1528":{},"1529":{}}}],["sdk/core.complextypebinarypropertyfield",{"_index":846,"name":{},"parent":{"1553":{},"1554":{},"1555":{},"1556":{},"1557":{},"1558":{},"1559":{},"1560":{},"1561":{},"1562":{},"1563":{}}}],["sdk/core.complextypebooleanpropertyfield",{"_index":852,"name":{},"parent":{"1587":{},"1588":{},"1589":{},"1590":{},"1591":{},"1592":{},"1593":{},"1594":{},"1595":{},"1596":{},"1597":{}}}],["sdk/core.complextypedatepropertyfield",{"_index":858,"name":{},"parent":{"1629":{},"1630":{},"1631":{},"1632":{},"1633":{},"1634":{},"1635":{},"1636":{},"1637":{},"1638":{},"1639":{},"1640":{},"1641":{},"1642":{},"1643":{}}}],["sdk/core.complextypedurationpropertyfield",{"_index":864,"name":{},"parent":{"1675":{},"1676":{},"1677":{},"1678":{},"1679":{},"1680":{},"1681":{},"1682":{},"1683":{},"1684":{},"1685":{},"1686":{},"1687":{},"1688":{},"1689":{}}}],["sdk/core.complextypeenumpropertyfield",{"_index":888,"name":{},"parent":{"1831":{},"1832":{},"1833":{},"1834":{},"1835":{},"1836":{},"1837":{},"1838":{},"1839":{},"1840":{},"1841":{}}}],["sdk/core.complextypefield",{"_index":810,"name":{},"parent":{"1441":{},"1442":{},"1443":{},"1444":{},"1445":{},"1446":{},"1447":{},"1448":{}}}],["sdk/core.complextypenamespace",{"_index":803,"name":{},"parent":{"1432":{}}}],["sdk/core.complextypenumberpropertyfield",{"_index":870,"name":{},"parent":{"1721":{},"1722":{},"1723":{},"1724":{},"1725":{},"1726":{},"1727":{},"1728":{},"1729":{},"1730":{},"1731":{},"1732":{},"1733":{},"1734":{},"1735":{}}}],["sdk/core.complextypestringpropertyfield",{"_index":876,"name":{},"parent":{"1750":{},"1751":{},"1752":{},"1753":{},"1754":{},"1755":{},"1756":{},"1757":{},"1758":{},"1759":{},"1760":{}}}],["sdk/core.complextypetimepropertyfield",{"_index":882,"name":{},"parent":{"1792":{},"1793":{},"1794":{},"1795":{},"1796":{},"1797":{},"1798":{},"1799":{},"1800":{},"1801":{},"1802":{},"1803":{},"1804":{},"1805":{},"1806":{}}}],["sdk/core.countrequestbuilder",{"_index":779,"name":{},"parent":{"1272":{},"1273":{},"1274":{},"1275":{},"1276":{},"1277":{},"1278":{},"1279":{},"1280":{},"1281":{},"1282":{},"1283":{},"1284":{},"1285":{},"1286":{},"1287":{},"1288":{}}}],["sdk/core.createrequestbuilder",{"_index":101,"name":{},"parent":{"95":{},"96":{},"97":{},"98":{},"99":{},"100":{},"101":{},"102":{},"103":{},"104":{},"105":{},"106":{},"107":{},"108":{},"109":{},"110":{},"111":{},"112":{},"113":{},"114":{},"115":{},"116":{},"117":{},"118":{},"119":{}}}],["sdk/core.createrequestbuilderbase",{"_index":785,"name":{},"parent":{"1310":{},"1311":{},"1312":{},"1313":{},"1314":{},"1315":{},"1316":{},"1317":{},"1318":{},"1319":{},"1320":{},"1321":{},"1322":{},"1323":{},"1324":{},"1325":{},"1326":{},"1327":{},"1328":{},"1329":{},"1330":{},"1331":{},"1332":{},"1333":{},"1334":{}}}],["sdk/core.createrequestbuilderv4",{"_index":1009,"name":{},"parent":{"2269":{},"2270":{},"2271":{},"2272":{},"2273":{},"2274":{},"2275":{},"2276":{},"2277":{},"2278":{},"2279":{},"2280":{},"2281":{},"2282":{},"2283":{},"2284":{},"2285":{},"2286":{},"2287":{},"2288":{},"2289":{},"2290":{},"2291":{},"2292":{},"2293":{}}}],["sdk/core.customfield",{"_index":127,"name":{},"parent":{"121":{},"122":{},"123":{},"124":{},"125":{},"126":{},"127":{},"128":{},"129":{},"130":{},"131":{},"132":{},"133":{},"134":{},"135":{},"136":{},"137":{},"138":{},"139":{},"140":{},"141":{},"142":{}}}],["sdk/core.customfieldv4",{"_index":1024,"name":{},"parent":{"2450":{},"2451":{},"2452":{},"2453":{},"2454":{},"2455":{},"2456":{},"2457":{},"2458":{},"2459":{},"2460":{},"2461":{},"2462":{},"2463":{},"2464":{},"2465":{},"2466":{},"2467":{},"2468":{},"2469":{},"2470":{},"2471":{},"2472":{}}}],["sdk/core.datefield",{"_index":856,"name":{},"parent":{"1614":{},"1615":{},"1616":{},"1617":{},"1618":{},"1619":{},"1620":{},"1621":{},"1622":{},"1623":{},"1624":{},"1625":{},"1626":{},"1627":{}}}],["sdk/core.datefieldbase",{"_index":854,"name":{},"parent":{"1599":{},"1600":{},"1601":{},"1602":{},"1603":{},"1604":{},"1605":{},"1606":{},"1607":{},"1608":{},"1609":{},"1610":{},"1611":{},"1612":{}}}],["sdk/core.decodedjwt",{"_index":329,"name":{},"parent":{"445":{},"446":{},"447":{},"448":{},"449":{},"450":{},"451":{},"452":{},"453":{},"454":{},"455":{},"456":{},"457":{},"458":{},"459":{},"460":{}}}],["sdk/core.deleterequestbuilder",{"_index":148,"name":{},"parent":{"144":{},"145":{},"146":{},"147":{},"148":{},"149":{},"150":{},"151":{},"152":{},"153":{},"154":{},"155":{},"156":{},"157":{},"158":{},"159":{},"160":{},"161":{},"162":{},"163":{}}}],["sdk/core.deleterequestbuilderbase",{"_index":787,"name":{},"parent":{"1336":{},"1337":{},"1338":{},"1339":{},"1340":{},"1341":{},"1342":{},"1343":{},"1344":{},"1345":{},"1346":{},"1347":{},"1348":{},"1349":{},"1350":{},"1351":{},"1352":{},"1353":{},"1354":{},"1355":{}}}],["sdk/core.deleterequestbuilderv4",{"_index":1011,"name":{},"parent":{"2295":{},"2296":{},"2297":{},"2298":{},"2299":{},"2300":{},"2301":{},"2302":{},"2303":{},"2304":{},"2305":{},"2306":{},"2307":{},"2308":{},"2309":{},"2310":{},"2311":{},"2312":{},"2313":{},"2314":{}}}],["sdk/core.destination",{"_index":410,"name":{},"parent":{"570":{},"571":{},"572":{},"573":{},"574":{},"575":{},"576":{},"577":{},"578":{},"579":{},"580":{},"581":{},"582":{},"583":{},"584":{},"585":{},"586":{},"587":{},"588":{},"589":{},"590":{},"591":{},"592":{},"593":{},"594":{},"595":{},"596":{}}}],["sdk/core.destinationaccessoroptions",{"_index":384,"name":{},"parent":{"541":{},"542":{},"543":{}}}],["sdk/core.destinationauthtoken",{"_index":431,"name":{},"parent":{"598":{},"599":{},"600":{},"601":{},"602":{},"603":{}}}],["sdk/core.destinationauthtoken.__type",{"_index":437,"name":{},"parent":{"604":{},"605":{}}}],["sdk/core.destinationcache",{"_index":387,"name":{},"parent":{"545":{}}}],["sdk/core.destinationcache.__type",{"_index":389,"name":{},"parent":{"546":{},"547":{},"548":{},"549":{},"550":{}}}],["sdk/core.destinationcachingoptions",{"_index":451,"name":{},"parent":{"618":{},"619":{}}}],["sdk/core.destinationcertificate",{"_index":440,"name":{},"parent":{"608":{},"609":{},"610":{}}}],["sdk/core.destinationconfiguration",{"_index":472,"name":{},"parent":{"643":{},"644":{},"645":{},"646":{},"647":{},"648":{},"649":{},"650":{},"651":{},"652":{},"653":{},"654":{},"655":{},"656":{},"657":{}}}],["sdk/core.destinationforservicebindingsoptions",{"_index":485,"name":{},"parent":{"665":{}}}],["sdk/core.destinationhttprequestconfig",{"_index":565,"name":{},"parent":{"754":{},"755":{},"756":{},"757":{},"758":{}}}],["sdk/core.destinationjson",{"_index":471,"name":{},"parent":{"639":{},"640":{},"641":{}}}],["sdk/core.destinationnameandjwt",{"_index":448,"name":{},"parent":{"615":{},"616":{}}}],["sdk/core.destinationorigin",{"_index":444,"name":{},"parent":{"612":{},"613":{}}}],["sdk/core.destinationselectionstrategies",{"_index":398,"name":{},"parent":{"557":{}}}],["sdk/core.destinationselectionstrategies.__type",{"_index":399,"name":{},"parent":{"558":{},"559":{},"560":{}}}],["sdk/core.destinationselectionstrategy",{"_index":396,"name":{},"parent":{"555":{}}}],["sdk/core.destinationservicecache",{"_index":459,"name":{},"parent":{"626":{}}}],["sdk/core.destinationservicecache.__type",{"_index":461,"name":{},"parent":{"627":{},"628":{},"629":{},"630":{}}}],["sdk/core.destinationtype",{"_index":456,"name":{},"parent":{"623":{},"624":{}}}],["sdk/core.durationfield",{"_index":862,"name":{},"parent":{"1660":{},"1661":{},"1662":{},"1663":{},"1664":{},"1665":{},"1666":{},"1667":{},"1668":{},"1669":{},"1670":{},"1671":{},"1672":{},"1673":{}}}],["sdk/core.durtionfieldbase",{"_index":860,"name":{},"parent":{"1645":{},"1646":{},"1647":{},"1648":{},"1649":{},"1650":{},"1651":{},"1652":{},"1653":{},"1654":{},"1655":{},"1656":{},"1657":{},"1658":{}}}],["sdk/core.edmtypefield",{"_index":818,"name":{},"parent":{"1454":{},"1455":{},"1456":{},"1457":{},"1458":{},"1459":{},"1460":{},"1461":{},"1462":{},"1463":{}}}],["sdk/core.entity",{"_index":154,"name":{},"parent":{"167":{},"168":{},"169":{},"170":{},"171":{},"172":{},"173":{},"174":{},"175":{},"176":{},"177":{},"178":{},"179":{},"180":{},"181":{},"182":{},"183":{},"184":{},"185":{},"186":{},"187":{},"188":{},"189":{},"190":{},"191":{},"192":{},"193":{},"194":{}}}],["sdk/core.entitybase",{"_index":641,"name":{},"parent":{"848":{},"849":{},"850":{},"851":{},"852":{},"853":{},"854":{},"855":{},"856":{},"857":{},"858":{},"859":{},"860":{},"861":{},"862":{},"863":{},"864":{},"865":{},"866":{},"867":{},"868":{},"869":{},"870":{},"871":{},"872":{},"873":{},"874":{}}}],["sdk/core.entitydeserializer",{"_index":928,"name":{},"parent":{"1936":{},"1937":{}}}],["sdk/core.entityserializer",{"_index":929,"name":{},"parent":{"1939":{},"1940":{},"1941":{}}}],["sdk/core.entityv4",{"_index":993,"name":{},"parent":{"2187":{},"2188":{},"2189":{},"2190":{},"2191":{},"2192":{},"2193":{},"2194":{},"2195":{},"2196":{},"2197":{},"2198":{},"2199":{},"2200":{},"2201":{},"2202":{},"2203":{},"2204":{},"2205":{},"2206":{},"2207":{},"2208":{},"2209":{},"2210":{},"2211":{},"2212":{},"2213":{},"2214":{}}}],["sdk/core.enumfield",{"_index":820,"name":{},"parent":{"1465":{},"1466":{},"1467":{},"1468":{},"1469":{},"1470":{},"1471":{},"1472":{},"1473":{},"1474":{},"1475":{}}}],["sdk/core.environmentaccessor",{"_index":503,"name":{},"parent":{"684":{}}}],["sdk/core.environmentaccessor.__type",{"_index":504,"name":{},"parent":{"685":{},"686":{},"687":{},"688":{},"689":{},"690":{},"691":{},"692":{},"693":{}}}],["sdk/core.errorresponse",{"_index":621,"name":{},"parent":{"821":{},"822":{},"823":{}}}],["sdk/core.executehttprequestfn",{"_index":583,"name":{},"parent":{"781":{}}}],["sdk/core.field",{"_index":829,"name":{},"parent":{"1484":{},"1485":{},"1486":{},"1487":{},"1488":{},"1489":{}}}],["sdk/core.fieldbuilder",{"_index":832,"name":{},"parent":{"1493":{},"1494":{},"1495":{},"1496":{},"1497":{},"1498":{}}}],["sdk/core.fieldoptions",{"_index":827,"name":{},"parent":{"1481":{},"1482":{}}}],["sdk/core.filter",{"_index":652,"name":{},"parent":{"888":{},"889":{},"890":{},"891":{},"892":{},"893":{},"894":{},"895":{}}}],["sdk/core.filterfunction",{"_index":657,"name":{},"parent":{"918":{},"919":{},"920":{},"921":{},"922":{},"923":{},"924":{}}}],["sdk/core.filterfunctions",{"_index":184,"name":{},"parent":{"200":{}}}],["sdk/core.filterfunctions.__type",{"_index":186,"name":{},"parent":{"201":{},"202":{},"203":{},"204":{},"205":{},"206":{},"207":{},"208":{},"209":{},"210":{},"211":{},"212":{},"213":{},"214":{},"215":{},"216":{},"217":{},"218":{},"219":{},"220":{},"221":{}}}],["sdk/core.filterfunctionsv4",{"_index":1044,"name":{},"parent":{"2489":{}}}],["sdk/core.filterfunctionsv4.__type",{"_index":1045,"name":{},"parent":{"2490":{},"2491":{},"2492":{},"2493":{},"2494":{},"2495":{},"2496":{},"2497":{},"2498":{},"2499":{},"2500":{},"2501":{},"2502":{},"2503":{},"2504":{},"2505":{},"2506":{},"2507":{},"2508":{},"2509":{},"2510":{},"2511":{},"2512":{},"2513":{},"2514":{},"2515":{},"2516":{},"2517":{}}}],["sdk/core.filterlambdaexpression",{"_index":687,"name":{},"parent":{"971":{},"972":{},"973":{}}}],["sdk/core.filterlink",{"_index":662,"name":{},"parent":{"929":{},"930":{},"931":{},"932":{},"933":{},"934":{}}}],["sdk/core.filterlist",{"_index":668,"name":{},"parent":{"937":{},"938":{},"939":{},"940":{},"941":{},"942":{}}}],["sdk/core.functionimportparameter",{"_index":710,"name":{},"parent":{"1011":{},"1012":{},"1013":{},"1014":{}}}],["sdk/core.functionimportrequestbuilder",{"_index":207,"name":{},"parent":{"223":{},"224":{},"225":{},"226":{},"227":{},"228":{},"229":{},"230":{},"231":{},"232":{},"233":{},"234":{},"235":{},"236":{},"237":{},"238":{},"239":{},"240":{}}}],["sdk/core.functionimportrequestbuilderv4",{"_index":1013,"name":{},"parent":{"2316":{},"2317":{},"2318":{},"2319":{},"2320":{},"2321":{},"2322":{},"2323":{},"2324":{},"2325":{},"2326":{},"2327":{},"2328":{},"2329":{},"2330":{},"2331":{},"2332":{},"2333":{}}}],["sdk/core.getallrequestbuilder",{"_index":210,"name":{},"parent":{"242":{},"243":{},"244":{},"245":{},"246":{},"247":{},"248":{},"249":{},"250":{},"251":{},"252":{},"253":{},"254":{},"255":{},"256":{},"257":{},"258":{},"259":{},"260":{},"261":{},"262":{},"263":{},"264":{},"265":{},"266":{},"267":{}}}],["sdk/core.getallrequestbuilderbase",{"_index":754,"name":{},"parent":{"1201":{},"1202":{},"1203":{},"1204":{},"1205":{},"1206":{},"1207":{},"1208":{},"1209":{},"1210":{},"1211":{},"1212":{},"1213":{},"1214":{},"1215":{},"1216":{},"1217":{},"1218":{},"1219":{},"1220":{},"1221":{},"1222":{},"1223":{},"1224":{},"1225":{}}}],["sdk/core.getallrequestbuilderv4",{"_index":1017,"name":{},"parent":{"2354":{},"2355":{},"2356":{},"2357":{},"2358":{},"2359":{},"2360":{},"2361":{},"2362":{},"2363":{},"2364":{},"2365":{},"2366":{},"2367":{},"2368":{},"2369":{},"2370":{},"2371":{},"2372":{},"2373":{},"2374":{},"2375":{},"2376":{},"2377":{},"2378":{},"2379":{},"2380":{}}}],["sdk/core.getbykeyrequestbuilder",{"_index":219,"name":{},"parent":{"269":{},"270":{},"271":{},"272":{},"273":{},"274":{},"275":{},"276":{},"277":{},"278":{},"279":{},"280":{},"281":{},"282":{},"283":{},"284":{},"285":{},"286":{},"287":{},"288":{},"289":{}}}],["sdk/core.getbykeyrequestbuilderbase",{"_index":789,"name":{},"parent":{"1357":{},"1358":{},"1359":{},"1360":{},"1361":{},"1362":{},"1363":{},"1364":{},"1365":{},"1366":{},"1367":{},"1368":{},"1369":{},"1370":{},"1371":{},"1372":{},"1373":{},"1374":{},"1375":{},"1376":{},"1377":{}}}],["sdk/core.getbykeyrequestbuilderv4",{"_index":1019,"name":{},"parent":{"2382":{},"2383":{},"2384":{},"2385":{},"2386":{},"2387":{},"2388":{},"2389":{},"2390":{},"2391":{},"2392":{},"2393":{},"2394":{},"2395":{},"2396":{},"2397":{},"2398":{},"2399":{},"2400":{},"2401":{},"2402":{},"2403":{}}}],["sdk/core.getfilter",{"_index":918,"name":{},"parent":{"1919":{}}}],["sdk/core.httpagentconfig",{"_index":606,"name":{},"parent":{"808":{}}}],["sdk/core.httpmethod",{"_index":570,"name":{},"parent":{"761":{},"762":{},"763":{},"764":{},"765":{},"766":{},"767":{}}}],["sdk/core.httpreponse",{"_index":589,"name":{},"parent":{"788":{},"789":{},"790":{},"791":{}}}],["sdk/core.httprequestconfig",{"_index":578,"name":{},"parent":{"769":{},"770":{},"771":{},"772":{},"773":{},"774":{},"775":{},"776":{},"777":{},"778":{}}}],["sdk/core.httprequestoptions",{"_index":591,"name":{},"parent":{"793":{}}}],["sdk/core.httpresponse",{"_index":585,"name":{},"parent":{"783":{},"784":{},"785":{},"786":{}}}],["sdk/core.httpsagentconfig",{"_index":608,"name":{},"parent":{"810":{}}}],["sdk/core.isolationstrategy",{"_index":342,"name":{},"parent":{"503":{},"504":{},"505":{},"506":{}}}],["sdk/core.jwtheader",{"_index":325,"name":{},"parent":{"441":{},"442":{},"443":{}}}],["sdk/core.jwtpair",{"_index":339,"name":{},"parent":{"500":{},"501":{}}}],["sdk/core.jwtpayload",{"_index":331,"name":{},"parent":{"462":{},"463":{},"464":{},"465":{},"466":{},"467":{},"468":{},"469":{},"470":{},"471":{},"472":{},"473":{},"474":{},"475":{},"476":{},"477":{}}}],["sdk/core.link",{"_index":890,"name":{},"parent":{"1843":{},"1844":{},"1845":{},"1846":{},"1847":{},"1848":{},"1849":{},"1850":{},"1851":{},"1852":{},"1853":{},"1854":{}}}],["sdk/core.methodrequestbuilder",{"_index":751,"name":{},"parent":{"1185":{},"1186":{},"1187":{},"1188":{},"1189":{},"1190":{},"1191":{},"1192":{},"1193":{},"1194":{},"1195":{},"1196":{},"1197":{},"1198":{}}}],["sdk/core.numberfield",{"_index":868,"name":{},"parent":{"1706":{},"1707":{},"1708":{},"1709":{},"1710":{},"1711":{},"1712":{},"1713":{},"1714":{},"1715":{},"1716":{},"1717":{},"1718":{},"1719":{}}}],["sdk/core.numberfieldbase",{"_index":866,"name":{},"parent":{"1691":{},"1692":{},"1693":{},"1694":{},"1695":{},"1696":{},"1697":{},"1698":{},"1699":{},"1700":{},"1701":{},"1702":{},"1703":{},"1704":{}}}],["sdk/core.numberfilterfunction",{"_index":677,"name":{},"parent":{"949":{},"950":{},"951":{},"952":{},"953":{},"954":{},"955":{},"956":{},"957":{},"958":{},"959":{}}}],["sdk/core.odataactionimportrequestconfig",{"_index":1004,"name":{},"parent":{"2225":{},"2226":{},"2227":{},"2228":{},"2229":{},"2230":{},"2231":{},"2232":{},"2233":{},"2234":{},"2235":{},"2236":{},"2237":{},"2238":{},"2239":{},"2240":{},"2241":{},"2242":{},"2243":{},"2244":{}}}],["sdk/core.odatabatchchangeset",{"_index":223,"name":{},"parent":{"293":{},"294":{},"295":{},"296":{}}}],["sdk/core.odatabatchchangesetv4",{"_index":986,"name":{},"parent":{"2158":{},"2159":{},"2160":{},"2161":{}}}],["sdk/core.odatabatchconfig",{"_index":971,"name":{},"parent":{"1985":{},"1986":{},"1987":{},"1988":{},"1989":{},"1990":{},"1991":{},"1992":{},"1993":{},"1994":{},"1995":{},"1996":{},"1997":{},"1998":{},"1999":{},"2000":{},"2001":{},"2002":{},"2003":{},"2004":{},"2005":{},"2006":{},"2007":{},"2008":{}}}],["sdk/core.odatabatchrequestbuilder",{"_index":228,"name":{},"parent":{"298":{},"299":{},"300":{},"301":{},"302":{},"303":{},"304":{},"305":{},"306":{},"307":{},"308":{},"309":{},"310":{},"311":{},"312":{},"313":{},"314":{},"315":{},"316":{},"317":{}}}],["sdk/core.odatabatchrequestbuilderv4",{"_index":988,"name":{},"parent":{"2163":{},"2164":{},"2165":{},"2166":{},"2167":{},"2168":{},"2169":{},"2170":{},"2171":{},"2172":{},"2173":{},"2174":{},"2175":{},"2176":{},"2177":{},"2178":{},"2179":{},"2180":{},"2181":{},"2182":{}}}],["sdk/core.odatabatchrequestconfig",{"_index":747,"name":{},"parent":{"1160":{},"1161":{},"1162":{},"1163":{},"1164":{},"1165":{},"1166":{},"1167":{},"1168":{},"1169":{},"1170":{},"1171":{},"1172":{},"1173":{},"1174":{},"1175":{},"1176":{},"1177":{},"1178":{},"1179":{},"1180":{},"1181":{},"1182":{},"1183":{}}}],["sdk/core.odatacreaterequestconfig",{"_index":741,"name":{},"parent":{"1136":{},"1137":{},"1138":{},"1139":{},"1140":{},"1141":{},"1142":{},"1143":{},"1144":{},"1145":{},"1146":{},"1147":{},"1148":{},"1149":{},"1150":{},"1151":{},"1152":{},"1153":{},"1154":{},"1155":{},"1156":{},"1157":{},"1158":{}}}],["sdk/core.odatacreaterequestconfiglegacy",{"_index":973,"name":{},"parent":{"2010":{},"2011":{},"2012":{},"2013":{},"2014":{},"2015":{},"2016":{},"2017":{},"2018":{},"2019":{},"2020":{},"2021":{},"2022":{},"2023":{},"2024":{},"2025":{},"2026":{},"2027":{},"2028":{},"2029":{},"2030":{},"2031":{},"2032":{}}}],["sdk/core.odatadeleterequestconfig",{"_index":739,"name":{},"parent":{"1112":{},"1113":{},"1114":{},"1115":{},"1116":{},"1117":{},"1118":{},"1119":{},"1120":{},"1121":{},"1122":{},"1123":{},"1124":{},"1125":{},"1126":{},"1127":{},"1128":{},"1129":{},"1130":{},"1131":{},"1132":{},"1133":{},"1134":{}}}],["sdk/core.odatadeleterequestconfiglegacy",{"_index":975,"name":{},"parent":{"2034":{},"2035":{},"2036":{},"2037":{},"2038":{},"2039":{},"2040":{},"2041":{},"2042":{},"2043":{},"2044":{},"2045":{},"2046":{},"2047":{},"2048":{},"2049":{},"2050":{},"2051":{},"2052":{},"2053":{},"2054":{},"2055":{},"2056":{}}}],["sdk/core.odatafunctionimportrequestconfig",{"_index":233,"name":{},"parent":{"319":{},"320":{},"321":{},"322":{},"323":{},"324":{},"325":{},"326":{},"327":{},"328":{},"329":{},"330":{},"331":{},"332":{},"333":{},"334":{},"335":{},"336":{},"337":{},"338":{},"339":{},"340":{}}}],["sdk/core.odatafunctionimportrequestconfiglegacy",{"_index":977,"name":{},"parent":{"2058":{},"2059":{},"2060":{},"2061":{},"2062":{},"2063":{},"2064":{},"2065":{},"2066":{},"2067":{},"2068":{},"2069":{},"2070":{},"2071":{},"2072":{},"2073":{},"2074":{},"2075":{},"2076":{},"2077":{},"2078":{},"2079":{}}}],["sdk/core.odatafunctionimportrequestconfigv4",{"_index":1007,"name":{},"parent":{"2246":{},"2247":{},"2248":{},"2249":{},"2250":{},"2251":{},"2252":{},"2253":{},"2254":{},"2255":{},"2256":{},"2257":{},"2258":{},"2259":{},"2260":{},"2261":{},"2262":{},"2263":{},"2264":{},"2265":{},"2266":{},"2267":{}}}],["sdk/core.odatagetallrequestconfig",{"_index":732,"name":{},"parent":{"1061":{},"1062":{},"1063":{},"1064":{},"1065":{},"1066":{},"1067":{},"1068":{},"1069":{},"1070":{},"1071":{},"1072":{},"1073":{},"1074":{},"1075":{},"1076":{},"1077":{},"1078":{},"1079":{},"1080":{},"1081":{},"1082":{},"1083":{},"1084":{},"1085":{},"1086":{}}}],["sdk/core.odatagetallrequestconfiglegacy",{"_index":979,"name":{},"parent":{"2081":{},"2082":{},"2083":{},"2084":{},"2085":{},"2086":{},"2087":{},"2088":{},"2089":{},"2090":{},"2091":{},"2092":{},"2093":{},"2094":{},"2095":{},"2096":{},"2097":{},"2098":{},"2099":{},"2100":{},"2101":{},"2102":{},"2103":{},"2104":{},"2105":{},"2106":{}}}],["sdk/core.odatagetbykeyrequestconfig",{"_index":737,"name":{},"parent":{"1088":{},"1089":{},"1090":{},"1091":{},"1092":{},"1093":{},"1094":{},"1095":{},"1096":{},"1097":{},"1098":{},"1099":{},"1100":{},"1101":{},"1102":{},"1103":{},"1104":{},"1105":{},"1106":{},"1107":{},"1108":{},"1109":{},"1110":{}}}],["sdk/core.odatagetbykeyrequestconfiglegacy",{"_index":981,"name":{},"parent":{"2108":{},"2109":{},"2110":{},"2111":{},"2112":{},"2113":{},"2114":{},"2115":{},"2116":{},"2117":{},"2118":{},"2119":{},"2120":{},"2121":{},"2122":{},"2123":{},"2124":{},"2125":{},"2126":{},"2127":{},"2128":{},"2129":{},"2130":{}}}],["sdk/core.odatarequest",{"_index":714,"name":{},"parent":{"1017":{},"1018":{},"1019":{},"1020":{},"1021":{},"1022":{},"1023":{},"1024":{},"1025":{},"1026":{},"1027":{},"1028":{},"1029":{},"1030":{},"1031":{},"1032":{}}}],["sdk/core.odataupdaterequestconfig",{"_index":726,"name":{},"parent":{"1036":{},"1037":{},"1038":{},"1039":{},"1040":{},"1041":{},"1042":{},"1043":{},"1044":{},"1045":{},"1046":{},"1047":{},"1048":{},"1049":{},"1050":{},"1051":{},"1052":{},"1053":{},"1054":{},"1055":{},"1056":{},"1057":{},"1058":{},"1059":{}}}],["sdk/core.odataupdaterequestconfiglegacy",{"_index":983,"name":{},"parent":{"2132":{},"2133":{},"2134":{},"2135":{},"2136":{},"2137":{},"2138":{},"2139":{},"2140":{},"2141":{},"2142":{},"2143":{},"2144":{},"2145":{},"2146":{},"2147":{},"2148":{},"2149":{},"2150":{},"2151":{},"2152":{},"2153":{},"2154":{},"2155":{}}}],["sdk/core.odatauri",{"_index":923,"name":{},"parent":{"1925":{},"1926":{},"1927":{},"1928":{},"1929":{},"1930":{},"1931":{}}}],["sdk/core.onetomanylink",{"_index":899,"name":{},"parent":{"1873":{},"1874":{},"1875":{},"1876":{},"1877":{},"1878":{},"1879":{},"1880":{},"1881":{},"1882":{},"1883":{},"1884":{},"1885":{},"1886":{},"1887":{},"1888":{},"1889":{},"1890":{},"1891":{},"1892":{}}}],["sdk/core.onetoonelink",{"_index":896,"name":{},"parent":{"1856":{},"1857":{},"1858":{},"1859":{},"1860":{},"1861":{},"1862":{},"1863":{},"1864":{},"1865":{},"1866":{},"1867":{},"1868":{},"1869":{},"1870":{},"1871":{}}}],["sdk/core.openapirequestbuilder",{"_index":1049,"name":{},"parent":{"2521":{},"2522":{},"2523":{},"2524":{},"2525":{},"2526":{},"2527":{}}}],["sdk/core.order",{"_index":699,"name":{},"parent":{"995":{},"996":{},"997":{},"998":{},"999":{}}}],["sdk/core.orderableedmtypefield",{"_index":905,"name":{},"parent":{"1894":{},"1895":{},"1896":{},"1897":{},"1898":{},"1899":{},"1900":{},"1901":{},"1902":{},"1903":{},"1904":{},"1905":{},"1906":{},"1907":{}}}],["sdk/core.orderablefilterfunction",{"_index":690,"name":{},"parent":{"975":{},"976":{},"977":{},"978":{},"979":{},"980":{},"981":{},"982":{},"983":{},"984":{},"985":{}}}],["sdk/core.orderlink",{"_index":702,"name":{},"parent":{"1001":{},"1002":{},"1003":{},"1004":{},"1005":{}}}],["sdk/core.propertymetadata",{"_index":805,"name":{},"parent":{"1434":{},"1435":{},"1436":{},"1437":{}}}],["sdk/core.protocol",{"_index":538,"name":{},"parent":{"726":{},"727":{},"729":{}}}],["sdk/core.proxyconfiguration",{"_index":372,"name":{},"parent":{"533":{},"534":{},"535":{},"536":{}}}],["sdk/core.proxyconfigurationheaders",{"_index":379,"name":{},"parent":{"538":{},"539":{}}}],["sdk/core.proxystrategy",{"_index":599,"name":{},"parent":{"801":{},"802":{},"803":{}}}],["sdk/core.readresponse",{"_index":624,"name":{},"parent":{"825":{},"826":{},"827":{},"828":{},"829":{}}}],["sdk/core.registeredjwtclaimsbasic",{"_index":316,"name":{},"parent":{"433":{},"434":{},"435":{},"436":{},"437":{},"438":{},"439":{}}}],["sdk/core.registeredjwtclaimstenant",{"_index":275,"name":{},"parent":{"392":{},"393":{}}}],["sdk/core.registeredjwtclaimsuser",{"_index":289,"name":{},"parent":{"405":{},"406":{},"407":{},"408":{},"409":{},"410":{},"411":{}}}],["sdk/core.resilienceoptions",{"_index":515,"name":{},"parent":{"703":{}}}],["sdk/core.responsedata",{"_index":773,"name":{},"parent":{"1264":{},"1265":{}}}],["sdk/core.responsedataaccessor",{"_index":610,"name":{},"parent":{"812":{},"813":{},"814":{},"815":{}}}],["sdk/core.scope",{"_index":295,"name":{},"parent":{"413":{}}}],["sdk/core.selectableedmtypefield",{"_index":872,"name":{},"parent":{"1737":{}}}],["sdk/core.service",{"_index":506,"name":{},"parent":{"695":{},"696":{},"697":{},"698":{}}}],["sdk/core.servicebinding",{"_index":487,"name":{},"parent":{"667":{},"668":{}}}],["sdk/core.stringfield",{"_index":874,"name":{},"parent":{"1739":{},"1740":{},"1741":{},"1742":{},"1743":{},"1744":{},"1745":{},"1746":{},"1747":{},"1748":{}}}],["sdk/core.stringfilterfunction",{"_index":683,"name":{},"parent":{"961":{},"962":{},"963":{},"964":{},"965":{},"966":{},"967":{}}}],["sdk/core.tenant",{"_index":270,"name":{},"parent":{"388":{},"389":{}}}],["sdk/core.time",{"_index":910,"name":{},"parent":{"1912":{},"1913":{},"1914":{}}}],["sdk/core.timefield",{"_index":880,"name":{},"parent":{"1777":{},"1778":{},"1779":{},"1780":{},"1781":{},"1782":{},"1783":{},"1784":{},"1785":{},"1786":{},"1787":{},"1788":{},"1789":{},"1790":{}}}],["sdk/core.timefieldbase",{"_index":878,"name":{},"parent":{"1762":{},"1763":{},"1764":{},"1765":{},"1766":{},"1767":{},"1768":{},"1769":{},"1770":{},"1771":{},"1772":{},"1773":{},"1774":{},"1775":{}}}],["sdk/core.tokenkey",{"_index":531,"name":{},"parent":{"718":{},"719":{},"720":{},"721":{},"722":{},"723":{},"724":{}}}],["sdk/core.unaryfilter",{"_index":693,"name":{},"parent":{"988":{},"989":{},"990":{}}}],["sdk/core.updaterequestbuilder",{"_index":255,"name":{},"parent":{"348":{},"349":{},"350":{},"351":{},"352":{},"353":{},"354":{},"355":{},"356":{},"357":{},"358":{},"359":{},"360":{},"361":{},"362":{},"363":{},"364":{},"365":{},"366":{},"367":{},"368":{},"369":{},"370":{},"371":{},"372":{},"373":{},"374":{},"375":{},"376":{},"377":{},"378":{},"379":{},"380":{},"381":{},"382":{},"383":{},"384":{},"385":{}}}],["sdk/core.updaterequestbuilderbase",{"_index":791,"name":{},"parent":{"1379":{},"1380":{},"1381":{},"1382":{},"1383":{},"1384":{},"1385":{},"1386":{},"1387":{},"1388":{},"1389":{},"1390":{},"1391":{},"1392":{},"1393":{},"1394":{},"1395":{},"1396":{},"1397":{},"1398":{},"1399":{},"1400":{},"1401":{},"1402":{},"1403":{},"1404":{},"1405":{},"1406":{},"1407":{},"1408":{},"1409":{},"1410":{},"1411":{},"1412":{},"1413":{},"1414":{}}}],["sdk/core.updaterequestbuilderv4",{"_index":1021,"name":{},"parent":{"2405":{},"2406":{},"2407":{},"2408":{},"2409":{},"2410":{},"2411":{},"2412":{},"2413":{},"2414":{},"2415":{},"2416":{},"2417":{},"2418":{},"2419":{},"2420":{},"2421":{},"2422":{},"2423":{},"2424":{},"2425":{},"2426":{},"2427":{},"2428":{},"2429":{},"2430":{},"2431":{},"2432":{},"2433":{},"2434":{},"2435":{},"2436":{},"2437":{},"2438":{},"2439":{},"2440":{},"2441":{},"2442":{}}}],["sdk/core.uriconverter",{"_index":915,"name":{},"parent":{"1916":{}}}],["sdk/core.user",{"_index":280,"name":{},"parent":{"396":{},"397":{},"398":{},"399":{},"400":{},"401":{},"402":{},"403":{}}}],["sdk/core.verifyjwtoptions",{"_index":311,"name":{},"parent":{"429":{}}}],["sdk/core.writeresponse",{"_index":627,"name":{},"parent":{"831":{},"832":{},"833":{},"834":{}}}],["sdk/core.writeresponses",{"_index":617,"name":{},"parent":{"818":{},"819":{}}}],["sdk/generator",{"_index":5,"name":{"3":{}},"parent":{"2528":{},"2529":{},"2530":{},"2531":{},"2532":{}}}],["sdk/openapi",{"_index":6,"name":{"4":{}},"parent":{"2533":{},"2534":{},"2535":{},"2536":{},"2537":{},"2538":{},"2539":{},"2540":{},"2541":{},"2542":{},"2543":{},"2544":{},"2545":{},"2546":{},"2547":{},"2548":{},"2549":{}}}],["sdk/test",{"_index":8,"name":{"5":{}},"parent":{"2550":{},"2551":{},"2552":{},"2553":{},"2554":{},"2555":{},"2556":{},"2557":{},"2558":{},"2559":{}}}],["sdk/util",{"_index":2,"name":{"0":{}},"parent":{"6":{},"7":{},"8":{},"9":{},"10":{},"11":{},"12":{},"13":{},"14":{},"15":{},"16":{},"17":{},"18":{},"19":{},"20":{},"21":{},"22":{},"23":{},"24":{},"25":{},"30":{},"31":{},"32":{},"33":{},"34":{},"35":{},"36":{},"37":{},"38":{},"39":{},"40":{},"41":{},"42":{},"43":{},"46":{},"48":{},"49":{},"50":{},"51":{},"52":{},"53":{},"54":{},"55":{},"56":{},"57":{},"58":{},"59":{},"60":{},"61":{},"62":{},"63":{},"64":{},"65":{},"66":{},"67":{},"68":{},"69":{},"70":{},"71":{},"72":{},"73":{},"74":{},"75":{},"76":{},"77":{},"78":{},"79":{},"80":{},"81":{},"82":{},"83":{},"90":{}}}],["sdk/util.errorwithcause",{"_index":30,"name":{},"parent":{"26":{},"27":{},"28":{},"29":{}}}],["sdk/util.loggeroptions",{"_index":49,"name":{},"parent":{"44":{},"45":{}}}],["sdk/util.messagecontextobj",{"_index":53,"name":{},"parent":{"47":{}}}],["sdk/util.uniquenamegenerator",{"_index":90,"name":{},"parent":{"84":{},"85":{},"86":{},"87":{},"88":{},"89":{}}}],["searchservicebindingfordestination",{"_index":482,"name":{"663":{}},"parent":{}}],["second",{"_index":203,"name":{"219":{},"914":{},"2515":{}},"parent":{}}],["seconds",{"_index":912,"name":{"1914":{}},"parent":{}}],["secondstotime",{"_index":907,"name":{"1910":{}},"parent":{}}],["select",{"_index":213,"name":{"246":{},"274":{},"1204":{},"1360":{},"1852":{},"1870":{},"1891":{},"2360":{},"2388":{}},"parent":{}}],["selectable",{"_index":794,"name":{"1419":{},"1737":{},"1908":{}},"parent":{}}],["selectableedmtypefield",{"_index":871,"name":{"1736":{}},"parent":{}}],["selectionstrategy",{"_index":383,"name":{"541":{}},"parent":{}}],["selects",{"_index":734,"name":{"1067":{},"1091":{},"1849":{},"1867":{},"1888":{},"2087":{},"2111":{}},"parent":{}}],["serializebatchrequest",{"_index":761,"name":{"1252":{}},"parent":{}}],["serializechangeset",{"_index":759,"name":{"1250":{}},"parent":{}}],["serializecomplextype",{"_index":249,"name":{"342":{},"1940":{}},"parent":{}}],["serializecomplextypev2",{"_index":949,"name":{"1962":{}},"parent":{}}],["serializecomplextypev4",{"_index":998,"name":{"2219":{}},"parent":{}}],["serializeentity",{"_index":250,"name":{"343":{},"1939":{}},"parent":{}}],["serializeentitynoncustomfields",{"_index":251,"name":{"344":{},"1941":{}},"parent":{}}],["serializeentitynoncustomfieldsv2",{"_index":950,"name":{"1963":{}},"parent":{}}],["serializeentitynoncustomfieldsv4",{"_index":999,"name":{"2220":{}},"parent":{}}],["serializeentityv2",{"_index":948,"name":{"1961":{}},"parent":{}}],["serializer",{"_index":105,"name":{"99":{},"1314":{},"2273":{}},"parent":{}}],["serializerequest",{"_index":760,"name":{"1251":{}},"parent":{}}],["serializerscommom",{"_index":933,"name":{"1945":{}},"parent":{}}],["serializerscommon",{"_index":932,"name":{"1944":{}},"parent":{}}],["service",{"_index":505,"name":{"694":{}},"parent":{}}],["servicebinding",{"_index":486,"name":{"666":{}},"parent":{}}],["servicecredentials",{"_index":510,"name":{"699":{}},"parent":{}}],["servicetoken",{"_index":523,"name":{"710":{}},"parent":{}}],["serviceurl",{"_index":717,"name":{"1023":{}},"parent":{}}],["set",{"_index":353,"name":{"515":{}},"parent":{}}],["setcustomfield",{"_index":166,"name":{"181":{},"861":{},"2201":{}},"parent":{}}],["setcustomfields",{"_index":168,"name":{"183":{},"863":{},"2203":{}},"parent":{}}],["setcustomservicepath",{"_index":121,"name":{"115":{},"159":{},"236":{},"263":{},"285":{},"314":{},"381":{},"1194":{},"1221":{},"1246":{},"1284":{},"1303":{},"1330":{},"1351":{},"1373":{},"1410":{},"2179":{},"2289":{},"2310":{},"2329":{},"2348":{},"2376":{},"2399":{},"2438":{}},"parent":{}}],["setgloballoglevel",{"_index":43,"name":{"39":{}},"parent":{}}],["setignoredfields",{"_index":261,"name":{"365":{},"1394":{},"2422":{}},"parent":{}}],["setloglevel",{"_index":42,"name":{"38":{}},"parent":{}}],["setorinitializeremotestate",{"_index":170,"name":{"186":{},"866":{},"2206":{}},"parent":{}}],["setrequiredfields",{"_index":259,"name":{"363":{},"1392":{},"2420":{}},"parent":{}}],["settestdestination",{"_index":1078,"name":{"2556":{}},"parent":{}}],["setversionidentifier",{"_index":149,"name":{"145":{},"185":{},"368":{},"865":{},"1342":{},"1397":{},"2205":{},"2298":{},"2425":{}},"parent":{}}],["shouldhandlecsrftoken",{"_index":562,"name":{"752":{}},"parent":{}}],["signature",{"_index":335,"name":{"481":{}},"parent":{}}],["singleoperand",{"_index":694,"name":{"989":{}},"parent":{}}],["skip",{"_index":216,"name":{"249":{},"1064":{},"1207":{},"1883":{},"2084":{},"2363":{}},"parent":{}}],["skipcsrftokenfetching",{"_index":124,"name":{"118":{},"162":{},"239":{},"266":{},"288":{},"317":{},"384":{},"1197":{},"1224":{},"1249":{},"1287":{},"1306":{},"1333":{},"1354":{},"1376":{},"1413":{},"2182":{},"2292":{},"2313":{},"2332":{},"2351":{},"2379":{},"2402":{},"2441":{},"2525":{}},"parent":{}}],["skipvalidation",{"_index":1062,"name":{"2540":{}},"parent":{}}],["splitbatchresponse",{"_index":765,"name":{"1256":{}},"parent":{}}],["splitchangesetresponse",{"_index":766,"name":{"1257":{}},"parent":{}}],["splitinchunks",{"_index":14,"name":{"10":{}},"parent":{}}],["splitresponse",{"_index":767,"name":{"1258":{}},"parent":{}}],["startswith",{"_index":189,"name":{"204":{},"899":{},"2500":{}},"parent":{}}],["status",{"_index":586,"name":{"784":{},"789":{}},"parent":{}}],["stringfield",{"_index":873,"name":{"1738":{}},"parent":{}}],["stringfilterfunction",{"_index":682,"name":{"960":{}},"parent":{}}],["sub",{"_index":318,"name":{"435":{},"447":{},"464":{},"484":{}},"parent":{}}],["subaccount",{"_index":457,"name":{"624":{}},"parent":{}}],["subrequestpathtype",{"_index":748,"name":{"1164":{},"1989":{}},"parent":{}}],["subscriber",{"_index":443,"name":{"612":{}},"parent":{}}],["subscriberfirst",{"_index":394,"name":{"553":{},"560":{}},"parent":{}}],["substring",{"_index":192,"name":{"207":{},"902":{},"2503":{}},"parent":{}}],["substringof",{"_index":185,"name":{"201":{},"1954":{}},"parent":{}}],["systemsfilepath",{"_index":1074,"name":{"2553":{}},"parent":{}}],["systemuser",{"_index":429,"name":{"594":{},"656":{}},"parent":{}}],["tags",{"_index":508,"name":{"697":{}},"parent":{}}],["tenant",{"_index":268,"name":{"387":{},"503":{}},"parent":{}}],["tenant_user",{"_index":343,"name":{"505":{}},"parent":{}}],["tenantfromjwt",{"_index":272,"name":{"390":{}},"parent":{}}],["throwerrorwhenreturntypeisuniontype",{"_index":941,"name":{"1953":{}},"parent":{}}],["time",{"_index":908,"name":{"1911":{}},"parent":{}}],["timefield",{"_index":879,"name":{"1776":{}},"parent":{}}],["timefieldbase",{"_index":877,"name":{"1761":{}},"parent":{}}],["timeout",{"_index":518,"name":{"706":{},"773":{}},"parent":{}}],["timetoseconds",{"_index":906,"name":{"1909":{}},"parent":{}}],["titleformat",{"_index":80,"name":{"74":{}},"parent":{}}],["tobatchchangeset",{"_index":252,"name":{"345":{}},"parent":{}}],["tobatchchangesetv2",{"_index":953,"name":{"1966":{}},"parent":{}}],["tobatchchangesetv4",{"_index":990,"name":{"2184":{}},"parent":{}}],["tobatchretrievebody",{"_index":253,"name":{"346":{}},"parent":{}}],["tobatchretrievebodyv2",{"_index":954,"name":{"1967":{}},"parent":{}}],["tobatchretrievebodyv4",{"_index":989,"name":{"2183":{}},"parent":{}}],["tofilterablelist",{"_index":673,"name":{"945":{}},"parent":{}}],["toguid",{"_index":930,"name":{"1942":{}},"parent":{}}],["tokenkey",{"_index":529,"name":{"717":{}},"parent":{}}],["tokenservicepass",{"_index":476,"name":{"653":{}},"parent":{}}],["tokenservicepassword",{"_index":421,"name":{"585":{}},"parent":{}}],["tokenserviceurl",{"_index":419,"name":{"583":{},"651":{}},"parent":{}}],["tokenserviceuser",{"_index":420,"name":{"584":{}},"parent":{}}],["tokenserviceusername",{"_index":475,"name":{"652":{}},"parent":{}}],["tolower",{"_index":193,"name":{"208":{},"903":{},"2504":{}},"parent":{}}],["top",{"_index":215,"name":{"248":{},"1063":{},"1206":{},"1882":{},"2083":{},"2362":{}},"parent":{}}],["topascalcase",{"_index":936,"name":{"1948":{}},"parent":{}}],["topropertyformat",{"_index":935,"name":{"1947":{}},"parent":{}}],["tosanitizedheaderobject",{"_index":548,"name":{"737":{}},"parent":{}}],["tosanitizedobject",{"_index":58,"name":{"52":{}},"parent":{}}],["tostaticpropertyformat",{"_index":934,"name":{"1946":{}},"parent":{}}],["tostring",{"_index":646,"name":{"881":{},"922":{},"957":{},"965":{},"983":{}},"parent":{}}],["totaloffsetminutes",{"_index":1037,"name":{"2482":{},"2493":{}},"parent":{}}],["totitleformat",{"_index":937,"name":{"1949":{}},"parent":{}}],["totypenameformat",{"_index":938,"name":{"1950":{}},"parent":{}}],["toupper",{"_index":194,"name":{"209":{},"904":{},"2505":{}},"parent":{}}],["transformationfn",{"_index":484,"name":{"665":{}},"parent":{}}],["transpile",{"_index":1059,"name":{"2537":{}},"parent":{}}],["transpiledirectories",{"_index":1051,"name":{"2529":{}},"parent":{}}],["trim",{"_index":76,"name":{"70":{},"210":{},"905":{},"2506":{}},"parent":{}}],["trimleft",{"_index":74,"name":{"68":{}},"parent":{}}],["trimright",{"_index":75,"name":{"69":{}},"parent":{}}],["trustall",{"_index":474,"name":{"650":{}},"parent":{}}],["tsconfig",{"_index":1063,"name":{"2541":{}},"parent":{}}],["typ",{"_index":326,"name":{"442":{}},"parent":{}}],["type",{"_index":422,"name":{"586":{},"598":{},"610":{},"657":{},"668":{},"827":{},"833":{},"1436":{}},"parent":{}}],["unaryfilter",{"_index":692,"name":{"987":{}},"parent":{}}],["unique",{"_index":11,"name":{"7":{}},"parent":{}}],["uniquenamegenerator",{"_index":89,"name":{"83":{}},"parent":{}}],["unixeol",{"_index":84,"name":{"78":{}},"parent":{}}],["unmockalltestdestinations",{"_index":1081,"name":{"2559":{}},"parent":{}}],["unmocktestdestination",{"_index":1079,"name":{"2557":{}},"parent":{}}],["unmuteloggers",{"_index":37,"name":{"33":{}},"parent":{}}],["updaterequestbuilder",{"_index":254,"name":{"347":{}},"parent":{}}],["updaterequestbuilderbase",{"_index":790,"name":{"1378":{}},"parent":{}}],["updaterequestbuilderv2",{"_index":962,"name":{"1975":{}},"parent":{}}],["updaterequestbuilderv4",{"_index":1020,"name":{"2404":{}},"parent":{}}],["updatewithput",{"_index":730,"name":{"1043":{},"2139":{}},"parent":{}}],["uppercasesnakecase",{"_index":78,"name":{"72":{}},"parent":{}}],["uriconverter",{"_index":913,"name":{"1915":{}},"parent":{}}],["url",{"_index":114,"name":{"108":{},"152":{},"229":{},"256":{},"278":{},"307":{},"374":{},"571":{},"643":{},"769":{},"1020":{},"1187":{},"1214":{},"1239":{},"1277":{},"1296":{},"1323":{},"1344":{},"1366":{},"1403":{},"2172":{},"2282":{},"2303":{},"2322":{},"2341":{},"2369":{},"2392":{},"2431":{}},"parent":{}}],["urlandagent",{"_index":604,"name":{"806":{}},"parent":{}}],["use",{"_index":534,"name":{"722":{}},"parent":{}}],["usecache",{"_index":346,"name":{"508":{},"618":{}},"parent":{}}],["useorfetchdestination",{"_index":477,"name":{"658":{}},"parent":{}}],["user",{"_index":278,"name":{"395":{},"504":{},"647":{}},"parent":{}}],["user_id",{"_index":288,"name":{"405":{},"452":{},"469":{},"489":{}},"parent":{}}],["user_name",{"_index":290,"name":{"406":{},"453":{},"470":{},"490":{}},"parent":{}}],["userapprovedservicetoken",{"_index":524,"name":{"711":{}},"parent":{}}],["userfromjwt",{"_index":297,"name":{"415":{}},"parent":{}}],["userjwt",{"_index":385,"name":{"542":{}},"parent":{}}],["username",{"_index":281,"name":{"398":{},"576":{},"715":{}},"parent":{}}],["usertokengrant",{"_index":356,"name":{"518":{}},"parent":{}}],["util",{"_index":9,"name":{"5":{}},"parent":{"2550":{},"2551":{},"2552":{},"2555":{},"2556":{},"2557":{},"2558":{},"2559":{}}}],["util.gettestdestinationoptions",{"_index":1075,"name":{},"parent":{"2553":{},"2554":{}}}],["value",{"_index":432,"name":{"599":{},"605":{},"721":{},"891":{},"1014":{}},"parent":{}}],["value_is_undefined",{"_index":23,"name":{"19":{}},"parent":{}}],["variadicargumenttoarray",{"_index":15,"name":{"11":{}},"parent":{}}],["verbose",{"_index":1069,"name":{"2547":{}},"parent":{}}],["verificationkeycache",{"_index":312,"name":{"430":{}},"parent":{}}],["verifyjwt",{"_index":301,"name":{"420":{}},"parent":{}}],["verifyjwtoptions",{"_index":309,"name":{"428":{}},"parent":{}}],["verifyjwtwithkey",{"_index":302,"name":{"421":{}},"parent":{}}],["versionidentifier",{"_index":163,"name":{"178":{},"858":{},"2198":{}},"parent":{}}],["versionidentifierignored",{"_index":729,"name":{"1040":{},"1116":{},"2038":{},"2136":{}},"parent":{}}],["volumethreshold",{"_index":521,"name":{"708":{}},"parent":{}}],["webeol",{"_index":85,"name":{"79":{}},"parent":{}}],["withcustomheaders",{"_index":116,"name":{"110":{},"154":{},"231":{},"258":{},"280":{},"309":{},"376":{},"1189":{},"1216":{},"1241":{},"1279":{},"1298":{},"1325":{},"1346":{},"1368":{},"1405":{},"2174":{},"2284":{},"2305":{},"2324":{},"2343":{},"2371":{},"2394":{},"2433":{}},"parent":{}}],["withcustomqueryparameters",{"_index":118,"name":{"112":{},"156":{},"233":{},"260":{},"282":{},"311":{},"378":{},"1191":{},"1218":{},"1243":{},"1281":{},"1300":{},"1327":{},"1348":{},"1370":{},"1407":{},"2176":{},"2286":{},"2307":{},"2326":{},"2345":{},"2373":{},"2396":{},"2435":{}},"parent":{}}],["withcustomservicepath",{"_index":120,"name":{"114":{},"158":{},"235":{},"262":{},"284":{},"313":{},"380":{},"1193":{},"1220":{},"1245":{},"1283":{},"1302":{},"1329":{},"1350":{},"1372":{},"1409":{},"2178":{},"2288":{},"2309":{},"2328":{},"2347":{},"2375":{},"2398":{},"2437":{}},"parent":{}}],["withcustomversionidentifier",{"_index":262,"name":{"367":{},"1396":{},"2424":{}},"parent":{}}],["withsubrequestpathtype",{"_index":231,"name":{"303":{},"1166":{},"1235":{},"1991":{},"2168":{}},"parent":{}}],["wrapjwtinheader",{"_index":305,"name":{"424":{}},"parent":{}}],["writeresponse",{"_index":626,"name":{"830":{}},"parent":{}}],["writeresponses",{"_index":615,"name":{"817":{}},"parent":{}}],["xs.user.attributes",{"_index":294,"name":{"411":{},"458":{},"475":{},"495":{}},"parent":{}}],["xsuaaservicecredentials",{"_index":512,"name":{"701":{}},"parent":{}}],["year",{"_index":204,"name":{"220":{},"915":{},"2516":{}},"parent":{}}],["zdn",{"_index":276,"name":{"393":{},"460":{},"477":{},"497":{}},"parent":{}}],["zid",{"_index":274,"name":{"392":{},"459":{},"476":{},"496":{}},"parent":{}}],["zip",{"_index":16,"name":{"12":{}},"parent":{}}]],"pipeline":[]}} \ No newline at end of file diff --git a/docs/api/1.49.0/assets/style.css b/docs/api/1.49.0/assets/style.css new file mode 100644 index 0000000000..2e409a9719 --- /dev/null +++ b/docs/api/1.49.0/assets/style.css @@ -0,0 +1,1341 @@ +@import url("./icons.css"); + +:root { + /* Light */ + --light-color-background: #fcfcfc; + --light-color-secondary-background: #fff; + --light-color-text: #222; + --light-color-text-aside: #707070; + --light-color-link: #4da6ff; + --light-color-menu-divider: #eee; + --light-color-menu-divider-focus: #000; + --light-color-menu-label: #707070; + --light-color-panel: var(--light-color-secondary-background); + --light-color-panel-divider: #eee; + --light-color-comment-tag: #707070; + --light-color-comment-tag-text: #fff; + --light-color-ts: #9600ff; + --light-color-ts-interface: #647f1b; + --light-color-ts-enum: #937210; + --light-color-ts-class: #0672de; + --light-color-ts-private: #707070; + --light-color-toolbar: #fff; + --light-color-toolbar-text: #333; + --light-icon-filter: invert(0); + --light-external-icon: url("data:image/svg+xml;utf8,"); + + /* Dark */ + --dark-color-background: #36393f; + --dark-color-secondary-background: #2f3136; + --dark-color-text: #ffffff; + --dark-color-text-aside: #e6e4e4; + --dark-color-link: #00aff4; + --dark-color-menu-divider: #eee; + --dark-color-menu-divider-focus: #000; + --dark-color-menu-label: #707070; + --dark-color-panel: var(--dark-color-secondary-background); + --dark-color-panel-divider: #818181; + --dark-color-comment-tag: #dcddde; + --dark-color-comment-tag-text: #2f3136; + --dark-color-ts: #c97dff; + --dark-color-ts-interface: #9cbe3c; + --dark-color-ts-enum: #d6ab29; + --dark-color-ts-class: #3695f3; + --dark-color-ts-private: #e2e2e2; + --dark-color-toolbar: #34373c; + --dark-color-toolbar-text: #ffffff; + --dark-icon-filter: invert(1); + --dark-external-icon: url("data:image/svg+xml;utf8,"); +} + +@media (prefers-color-scheme: light) { + :root { + --color-background: var(--light-color-background); + --color-secondary-background: var(--light-color-secondary-background); + --color-text: var(--light-color-text); + --color-text-aside: var(--light-color-text-aside); + --color-link: var(--light-color-link); + --color-menu-divider: var(--light-color-menu-divider); + --color-menu-divider-focus: var(--light-color-menu-divider-focus); + --color-menu-label: var(--light-color-menu-label); + --color-panel: var(--light-color-panel); + --color-panel-divider: var(--light-color-panel-divider); + --color-comment-tag: var(--light-color-comment-tag); + --color-comment-tag-text: var(--light-color-comment-tag-text); + --color-ts: var(--light-color-ts); + --color-ts-interface: var(--light-color-ts-interface); + --color-ts-enum: var(--light-color-ts-enum); + --color-ts-class: var(--light-color-ts-class); + --color-ts-private: var(--light-color-ts-private); + --color-toolbar: var(--light-color-toolbar); + --color-toolbar-text: var(--light-color-toolbar-text); + --icon-filter: var(--light-icon-filter); + --external-icon: var(--light-external-icon); + } +} + +@media (prefers-color-scheme: dark) { + :root { + --color-background: var(--dark-color-background); + --color-secondary-background: var(--dark-color-secondary-background); + --color-text: var(--dark-color-text); + --color-text-aside: var(--dark-color-text-aside); + --color-link: var(--dark-color-link); + --color-menu-divider: var(--dark-color-menu-divider); + --color-menu-divider-focus: var(--dark-color-menu-divider-focus); + --color-menu-label: var(--dark-color-menu-label); + --color-panel: var(--dark-color-panel); + --color-panel-divider: var(--dark-color-panel-divider); + --color-comment-tag: var(--dark-color-comment-tag); + --color-comment-tag-text: var(--dark-color-comment-tag-text); + --color-ts: var(--dark-color-ts); + --color-ts-interface: var(--dark-color-ts-interface); + --color-ts-enum: var(--dark-color-ts-enum); + --color-ts-class: var(--dark-color-ts-class); + --color-ts-private: var(--dark-color-ts-private); + --color-toolbar: var(--dark-color-toolbar); + --color-toolbar-text: var(--dark-color-toolbar-text); + --icon-filter: var(--dark-icon-filter); + --external-icon: var(--dark-external-icon); + } +} + +body { + margin: 0; +} + +body.light { + --color-background: var(--light-color-background); + --color-secondary-background: var(--light-color-secondary-background); + --color-text: var(--light-color-text); + --color-text-aside: var(--light-color-text-aside); + --color-link: var(--light-color-link); + --color-menu-divider: var(--light-color-menu-divider); + --color-menu-divider-focus: var(--light-color-menu-divider-focus); + --color-menu-label: var(--light-color-menu-label); + --color-panel: var(--light-color-panel); + --color-panel-divider: var(--light-color-panel-divider); + --color-comment-tag: var(--light-color-comment-tag); + --color-comment-tag-text: var(--light-color-comment-tag-text); + --color-ts: var(--light-color-ts); + --color-ts-interface: var(--light-color-ts-interface); + --color-ts-enum: var(--light-color-ts-enum); + --color-ts-class: var(--light-color-ts-class); + --color-ts-private: var(--light-color-ts-private); + --color-toolbar: var(--light-color-toolbar); + --color-toolbar-text: var(--light-color-toolbar-text); + --icon-filter: var(--light-icon-filter); + --external-icon: var(--light-external-icon); +} + +body.dark { + --color-background: var(--dark-color-background); + --color-secondary-background: var(--dark-color-secondary-background); + --color-text: var(--dark-color-text); + --color-text-aside: var(--dark-color-text-aside); + --color-link: var(--dark-color-link); + --color-menu-divider: var(--dark-color-menu-divider); + --color-menu-divider-focus: var(--dark-color-menu-divider-focus); + --color-menu-label: var(--dark-color-menu-label); + --color-panel: var(--dark-color-panel); + --color-panel-divider: var(--dark-color-panel-divider); + --color-comment-tag: var(--dark-color-comment-tag); + --color-comment-tag-text: var(--dark-color-comment-tag-text); + --color-ts: var(--dark-color-ts); + --color-ts-interface: var(--dark-color-ts-interface); + --color-ts-enum: var(--dark-color-ts-enum); + --color-ts-class: var(--dark-color-ts-class); + --color-ts-private: var(--dark-color-ts-private); + --color-toolbar: var(--dark-color-toolbar); + --color-toolbar-text: var(--dark-color-toolbar-text); + --icon-filter: var(--dark-icon-filter); + --external-icon: var(--dark-external-icon); +} + +h1 { + font-size: 2em; + margin: 0.67em 0; +} + +h2 { + font-size: 1.5em; + margin: 0.83em 0; +} + +h3 { + font-size: 1.17em; + margin: 1em 0; +} + +h4, +.tsd-index-panel h3 { + font-size: 1em; + margin: 1.33em 0; +} + +h5 { + font-size: 0.83em; + margin: 1.67em 0; +} + +h6 { + font-size: 0.67em; + margin: 2.33em 0; +} + +pre { + white-space: pre; + white-space: pre-wrap; + word-wrap: break-word; +} + +dl, +menu, +ol, +ul { + margin: 1em 0; +} + +dd { + margin: 0 0 0 40px; +} + +.container { + max-width: 1200px; + margin: 0 auto; + padding: 0 40px; +} +@media (max-width: 640px) { + .container { + padding: 0 20px; + } +} + +.container-main { + padding-bottom: 200px; +} + +.row { + display: flex; + position: relative; + margin: 0 -10px; +} +.row:after { + visibility: hidden; + display: block; + content: ""; + clear: both; + height: 0; +} + +.col-4, +.col-8 { + box-sizing: border-box; + float: left; + padding: 0 10px; +} + +.col-4 { + width: 33.3333333333%; +} +.col-8 { + width: 66.6666666667%; +} + +ul.tsd-descriptions > li > :first-child, +.tsd-panel > :first-child, +.col-8 > :first-child, +.col-4 > :first-child, +ul.tsd-descriptions > li > :first-child > :first-child, +.tsd-panel > :first-child > :first-child, +.col-8 > :first-child > :first-child, +.col-4 > :first-child > :first-child, +ul.tsd-descriptions > li > :first-child > :first-child > :first-child, +.tsd-panel > :first-child > :first-child > :first-child, +.col-8 > :first-child > :first-child > :first-child, +.col-4 > :first-child > :first-child > :first-child { + margin-top: 0; +} +ul.tsd-descriptions > li > :last-child, +.tsd-panel > :last-child, +.col-8 > :last-child, +.col-4 > :last-child, +ul.tsd-descriptions > li > :last-child > :last-child, +.tsd-panel > :last-child > :last-child, +.col-8 > :last-child > :last-child, +.col-4 > :last-child > :last-child, +ul.tsd-descriptions > li > :last-child > :last-child > :last-child, +.tsd-panel > :last-child > :last-child > :last-child, +.col-8 > :last-child > :last-child > :last-child, +.col-4 > :last-child > :last-child > :last-child { + margin-bottom: 0; +} + +@keyframes fade-in { + from { + opacity: 0; + } + to { + opacity: 1; + } +} +@keyframes fade-out { + from { + opacity: 1; + visibility: visible; + } + to { + opacity: 0; + } +} +@keyframes fade-in-delayed { + 0% { + opacity: 0; + } + 33% { + opacity: 0; + } + 100% { + opacity: 1; + } +} +@keyframes fade-out-delayed { + 0% { + opacity: 1; + visibility: visible; + } + 66% { + opacity: 0; + } + 100% { + opacity: 0; + } +} +@keyframes shift-to-left { + from { + transform: translate(0, 0); + } + to { + transform: translate(-25%, 0); + } +} +@keyframes unshift-to-left { + from { + transform: translate(-25%, 0); + } + to { + transform: translate(0, 0); + } +} +@keyframes pop-in-from-right { + from { + transform: translate(100%, 0); + } + to { + transform: translate(0, 0); + } +} +@keyframes pop-out-to-right { + from { + transform: translate(0, 0); + visibility: visible; + } + to { + transform: translate(100%, 0); + } +} +body { + background: var(--color-background); + font-family: "Segoe UI", sans-serif; + font-size: 16px; + color: var(--color-text); +} + +a { + color: var(--color-link); + text-decoration: none; +} +a:hover { + text-decoration: underline; +} +a.external[target="_blank"] { + background-image: var(--external-icon); + background-position: top 3px right; + background-repeat: no-repeat; + padding-right: 13px; +} + +code, +pre { + font-family: Menlo, Monaco, Consolas, "Courier New", monospace; + padding: 0.2em; + margin: 0; + font-size: 14px; +} + +pre { + padding: 10px; +} +pre code { + padding: 0; + font-size: 100%; +} + +blockquote { + margin: 1em 0; + padding-left: 1em; + border-left: 4px solid gray; +} + +.tsd-typography { + line-height: 1.333em; +} +.tsd-typography ul { + list-style: square; + padding: 0 0 0 20px; + margin: 0; +} +.tsd-typography h4, +.tsd-typography .tsd-index-panel h3, +.tsd-index-panel .tsd-typography h3, +.tsd-typography h5, +.tsd-typography h6 { + font-size: 1em; + margin: 0; +} +.tsd-typography h5, +.tsd-typography h6 { + font-weight: normal; +} +.tsd-typography p, +.tsd-typography ul, +.tsd-typography ol { + margin: 1em 0; +} + +@media (min-width: 901px) and (max-width: 1024px) { + html.default .col-content { + width: 72%; + } + html.default .col-menu { + width: 28%; + } + html.default .tsd-navigation { + padding-left: 10px; + } +} +@media (max-width: 900px) { + html.default .col-content { + float: none; + width: 100%; + } + html.default .col-menu { + position: fixed !important; + overflow: auto; + -webkit-overflow-scrolling: touch; + z-index: 1024; + top: 0 !important; + bottom: 0 !important; + left: auto !important; + right: 0 !important; + width: 100%; + padding: 20px 20px 0 0; + max-width: 450px; + visibility: hidden; + background-color: var(--color-panel); + transform: translate(100%, 0); + } + html.default .col-menu > *:last-child { + padding-bottom: 20px; + } + html.default .overlay { + content: ""; + display: block; + position: fixed; + z-index: 1023; + top: 0; + left: 0; + right: 0; + bottom: 0; + background-color: rgba(0, 0, 0, 0.75); + visibility: hidden; + } +} + +.tsd-page-title { + padding: 70px 0 20px 0; + margin: 0 0 40px 0; + background: var(--color-panel); + box-shadow: 0 0 5px rgba(0, 0, 0, 0.35); +} +.tsd-page-title h1 { + margin: 0; +} + +.tsd-breadcrumb { + margin: 0; + padding: 0; + color: var(--color-text-aside); +} +.tsd-breadcrumb a { + color: var(--color-text-aside); + text-decoration: none; +} +.tsd-breadcrumb a:hover { + text-decoration: underline; +} +.tsd-breadcrumb li { + display: inline; +} +.tsd-breadcrumb li:after { + content: " / "; +} + +dl.tsd-comment-tags { + overflow: hidden; +} +dl.tsd-comment-tags dt { + float: left; + padding: 1px 5px; + margin: 0 10px 0 0; + border-radius: 4px; + border: 1px solid var(--color-comment-tag); + color: var(--color-comment-tag); + font-size: 0.8em; + font-weight: normal; +} +dl.tsd-comment-tags dd { + margin: 0 0 10px 0; +} +dl.tsd-comment-tags dd:before, +dl.tsd-comment-tags dd:after { + display: table; + content: " "; +} +dl.tsd-comment-tags dd pre, +dl.tsd-comment-tags dd:after { + clear: both; +} +dl.tsd-comment-tags p { + margin: 0; +} + +.tsd-panel.tsd-comment .lead { + font-size: 1.1em; + line-height: 1.333em; + margin-bottom: 2em; +} +.tsd-panel.tsd-comment .lead:last-child { + margin-bottom: 0; +} + +.toggle-protected .tsd-is-private { + display: none; +} + +.toggle-public .tsd-is-private, +.toggle-public .tsd-is-protected, +.toggle-public .tsd-is-private-protected { + display: none; +} + +.toggle-inherited .tsd-is-inherited { + display: none; +} + +.toggle-externals .tsd-is-external { + display: none; +} + +#tsd-filter { + position: relative; + display: inline-block; + height: 40px; + vertical-align: bottom; +} +.no-filter #tsd-filter { + display: none; +} +#tsd-filter .tsd-filter-group { + display: inline-block; + height: 40px; + vertical-align: bottom; + white-space: nowrap; +} +#tsd-filter input { + display: none; +} +@media (max-width: 900px) { + #tsd-filter .tsd-filter-group { + display: block; + position: absolute; + top: 40px; + right: 20px; + height: auto; + background-color: var(--color-panel); + visibility: hidden; + transform: translate(50%, 0); + box-shadow: 0 0 4px rgba(0, 0, 0, 0.25); + } + .has-options #tsd-filter .tsd-filter-group { + visibility: visible; + } + .to-has-options #tsd-filter .tsd-filter-group { + animation: fade-in 0.2s; + } + .from-has-options #tsd-filter .tsd-filter-group { + animation: fade-out 0.2s; + } + #tsd-filter label, + #tsd-filter .tsd-select { + display: block; + padding-right: 20px; + } +} + +footer { + border-top: 1px solid var(--color-panel-divider); + background-color: var(--color-panel); +} +footer.with-border-bottom { + border-bottom: 1px solid var(--color-panel-divider); +} +footer .tsd-legend-group { + font-size: 0; +} +footer .tsd-legend { + display: inline-block; + width: 25%; + padding: 0; + font-size: 16px; + list-style: none; + line-height: 1.333em; + vertical-align: top; +} +@media (max-width: 900px) { + footer .tsd-legend { + width: 50%; + } +} + +.tsd-hierarchy { + list-style: square; + padding: 0 0 0 20px; + margin: 0; +} +.tsd-hierarchy .target { + font-weight: bold; +} + +.tsd-index-panel .tsd-index-content { + margin-bottom: -30px !important; +} +.tsd-index-panel .tsd-index-section { + margin-bottom: 30px !important; +} +.tsd-index-panel h3 { + margin: 0 -20px 10px -20px; + padding: 0 20px 10px 20px; + border-bottom: 1px solid var(--color-panel-divider); +} +.tsd-index-panel ul.tsd-index-list { + -webkit-column-count: 3; + -moz-column-count: 3; + -ms-column-count: 3; + -o-column-count: 3; + column-count: 3; + -webkit-column-gap: 20px; + -moz-column-gap: 20px; + -ms-column-gap: 20px; + -o-column-gap: 20px; + column-gap: 20px; + padding: 0; + list-style: none; + line-height: 1.333em; +} +@media (max-width: 900px) { + .tsd-index-panel ul.tsd-index-list { + -webkit-column-count: 1; + -moz-column-count: 1; + -ms-column-count: 1; + -o-column-count: 1; + column-count: 1; + } +} +@media (min-width: 901px) and (max-width: 1024px) { + .tsd-index-panel ul.tsd-index-list { + -webkit-column-count: 2; + -moz-column-count: 2; + -ms-column-count: 2; + -o-column-count: 2; + column-count: 2; + } +} +.tsd-index-panel ul.tsd-index-list li { + -webkit-page-break-inside: avoid; + -moz-page-break-inside: avoid; + -ms-page-break-inside: avoid; + -o-page-break-inside: avoid; + page-break-inside: avoid; +} +.tsd-index-panel a, +.tsd-index-panel .tsd-parent-kind-module a { + color: var(--color-ts); +} +.tsd-index-panel .tsd-parent-kind-interface a { + color: var(--color-ts-interface); +} +.tsd-index-panel .tsd-parent-kind-enum a { + color: var(--color-ts-enum); +} +.tsd-index-panel .tsd-parent-kind-class a { + color: var(--color-ts-class); +} +.tsd-index-panel .tsd-kind-module a { + color: var(--color-ts); +} +.tsd-index-panel .tsd-kind-interface a { + color: var(--color-ts-interface); +} +.tsd-index-panel .tsd-kind-enum a { + color: var(--color-ts-enum); +} +.tsd-index-panel .tsd-kind-class a { + color: var(--color-ts-class); +} +.tsd-index-panel .tsd-is-private a { + color: var(--color-ts-private); +} + +.tsd-flag { + display: inline-block; + padding: 1px 5px; + border-radius: 4px; + color: var(--color-comment-tag-text); + background-color: var(--color-comment-tag); + text-indent: 0; + font-size: 14px; + font-weight: normal; +} + +.tsd-anchor { + position: absolute; + top: -100px; +} + +.tsd-member { + position: relative; +} +.tsd-member .tsd-anchor + h3 { + margin-top: 0; + margin-bottom: 0; + border-bottom: none; +} +.tsd-member [data-tsd-kind] { + color: var(--color-ts); +} +.tsd-member [data-tsd-kind="Interface"] { + color: var(--color-ts-interface); +} +.tsd-member [data-tsd-kind="Enum"] { + color: var(--color-ts-enum); +} +.tsd-member [data-tsd-kind="Class"] { + color: var(--color-ts-class); +} +.tsd-member [data-tsd-kind="Private"] { + color: var(--color-ts-private); +} + +.tsd-navigation { + margin: 0 0 0 40px; +} +.tsd-navigation a { + display: block; + padding-top: 2px; + padding-bottom: 2px; + border-left: 2px solid transparent; + color: var(--color-text); + text-decoration: none; + transition: border-left-color 0.1s; +} +.tsd-navigation a:hover { + text-decoration: underline; +} +.tsd-navigation ul { + margin: 0; + padding: 0; + list-style: none; +} +.tsd-navigation li { + padding: 0; +} + +.tsd-navigation.primary { + padding-bottom: 40px; +} +.tsd-navigation.primary a { + display: block; + padding-top: 6px; + padding-bottom: 6px; +} +.tsd-navigation.primary ul li a { + padding-left: 5px; +} +.tsd-navigation.primary ul li li a { + padding-left: 25px; +} +.tsd-navigation.primary ul li li li a { + padding-left: 45px; +} +.tsd-navigation.primary ul li li li li a { + padding-left: 65px; +} +.tsd-navigation.primary ul li li li li li a { + padding-left: 85px; +} +.tsd-navigation.primary ul li li li li li li a { + padding-left: 105px; +} +.tsd-navigation.primary > ul { + border-bottom: 1px solid var(--color-panel-divider); +} +.tsd-navigation.primary li { + border-top: 1px solid var(--color-panel-divider); +} +.tsd-navigation.primary li.current > a { + font-weight: bold; +} +.tsd-navigation.primary li.label span { + display: block; + padding: 20px 0 6px 5px; + color: var(--color-menu-label); +} +.tsd-navigation.primary li.globals + li > span, +.tsd-navigation.primary li.globals + li > a { + padding-top: 20px; +} + +.tsd-navigation.secondary { + max-height: calc(100vh - 1rem - 40px); + overflow: auto; + position: -webkit-sticky; + position: sticky; + top: calc(0.5rem + 40px); + transition: 0.3s; +} +.tsd-navigation.secondary.tsd-navigation--toolbar-hide { + max-height: calc(100vh - 1rem); + top: 0.5rem; +} +.tsd-navigation.secondary ul { + transition: opacity 0.2s; +} +.tsd-navigation.secondary ul li a { + padding-left: 25px; +} +.tsd-navigation.secondary ul li li a { + padding-left: 45px; +} +.tsd-navigation.secondary ul li li li a { + padding-left: 65px; +} +.tsd-navigation.secondary ul li li li li a { + padding-left: 85px; +} +.tsd-navigation.secondary ul li li li li li a { + padding-left: 105px; +} +.tsd-navigation.secondary ul li li li li li li a { + padding-left: 125px; +} +.tsd-navigation.secondary ul.current a { + border-left-color: var(--color-panel-divider); +} +.tsd-navigation.secondary li.focus > a, +.tsd-navigation.secondary ul.current li.focus > a { + border-left-color: var(--color-menu-divider-focus); +} +.tsd-navigation.secondary li.current { + margin-top: 20px; + margin-bottom: 20px; + border-left-color: var(--color-panel-divider); +} +.tsd-navigation.secondary li.current > a { + font-weight: bold; +} + +@media (min-width: 901px) { + .menu-sticky-wrap { + position: static; + } +} + +.tsd-panel { + margin: 20px 0; + padding: 20px; + background-color: var(--color-panel); + box-shadow: 0 0 4px rgba(0, 0, 0, 0.25); +} +.tsd-panel:empty { + display: none; +} +.tsd-panel > h1, +.tsd-panel > h2, +.tsd-panel > h3 { + margin: 1.5em -20px 10px -20px; + padding: 0 20px 10px 20px; + border-bottom: 1px solid var(--color-panel-divider); +} +.tsd-panel > h1.tsd-before-signature, +.tsd-panel > h2.tsd-before-signature, +.tsd-panel > h3.tsd-before-signature { + margin-bottom: 0; + border-bottom: 0; +} +.tsd-panel table { + display: block; + width: 100%; + overflow: auto; + margin-top: 10px; + word-break: normal; + word-break: keep-all; + border-collapse: collapse; +} +.tsd-panel table th { + font-weight: bold; +} +.tsd-panel table th, +.tsd-panel table td { + padding: 6px 13px; + border: 1px solid var(--color-panel-divider); +} +.tsd-panel table tr { + background: var(--color-background); +} +.tsd-panel table tr:nth-child(even) { + background: var(--color-secondary-background); +} + +.tsd-panel-group { + margin: 60px 0; +} +.tsd-panel-group > h1, +.tsd-panel-group > h2, +.tsd-panel-group > h3 { + padding-left: 20px; + padding-right: 20px; +} + +#tsd-search { + transition: background-color 0.2s; +} +#tsd-search .title { + position: relative; + z-index: 2; +} +#tsd-search .field { + position: absolute; + left: 0; + top: 0; + right: 40px; + height: 40px; +} +#tsd-search .field input { + box-sizing: border-box; + position: relative; + top: -50px; + z-index: 1; + width: 100%; + padding: 0 10px; + opacity: 0; + outline: 0; + border: 0; + background: transparent; + color: var(--color-text); +} +#tsd-search .field label { + position: absolute; + overflow: hidden; + right: -40px; +} +#tsd-search .field input, +#tsd-search .title { + transition: opacity 0.2s; +} +#tsd-search .results { + position: absolute; + visibility: hidden; + top: 40px; + width: 100%; + margin: 0; + padding: 0; + list-style: none; + box-shadow: 0 0 4px rgba(0, 0, 0, 0.25); +} +#tsd-search .results li { + padding: 0 10px; + background-color: var(--color-background); +} +#tsd-search .results li:nth-child(even) { + background-color: var(--color-panel); +} +#tsd-search .results li.state { + display: none; +} +#tsd-search .results li.current, +#tsd-search .results li:hover { + background-color: var(--color-panel-divider); +} +#tsd-search .results a { + display: block; +} +#tsd-search .results a:before { + top: 10px; +} +#tsd-search .results span.parent { + color: var(--color-text-aside); + font-weight: normal; +} +#tsd-search.has-focus { + background-color: var(--color-panel-divider); +} +#tsd-search.has-focus .field input { + top: 0; + opacity: 1; +} +#tsd-search.has-focus .title { + z-index: 0; + opacity: 0; +} +#tsd-search.has-focus .results { + visibility: visible; +} +#tsd-search.loading .results li.state.loading { + display: block; +} +#tsd-search.failure .results li.state.failure { + display: block; +} + +.tsd-signature { + margin: 0 0 1em 0; + padding: 10px; + border: 1px solid var(--color-panel-divider); + font-family: Menlo, Monaco, Consolas, "Courier New", monospace; + font-size: 14px; + overflow-x: auto; +} +.tsd-signature.tsd-kind-icon { + padding-left: 30px; +} +.tsd-signature.tsd-kind-icon:before { + top: 10px; + left: 10px; +} +.tsd-panel > .tsd-signature { + margin-left: -20px; + margin-right: -20px; + border-width: 1px 0; +} +.tsd-panel > .tsd-signature.tsd-kind-icon { + padding-left: 40px; +} +.tsd-panel > .tsd-signature.tsd-kind-icon:before { + left: 20px; +} + +.tsd-signature-symbol { + color: var(--color-text-aside); + font-weight: normal; +} + +.tsd-signature-type { + font-style: italic; + font-weight: normal; +} + +.tsd-signatures { + padding: 0; + margin: 0 0 1em 0; + border: 1px solid var(--color-panel-divider); +} +.tsd-signatures .tsd-signature { + margin: 0; + border-width: 1px 0 0 0; + transition: background-color 0.1s; +} +.tsd-signatures .tsd-signature:first-child { + border-top-width: 0; +} +.tsd-signatures .tsd-signature.current { + background-color: var(--color-panel-divider); +} +.tsd-signatures.active > .tsd-signature { + cursor: pointer; +} +.tsd-panel > .tsd-signatures { + margin-left: -20px; + margin-right: -20px; + border-width: 1px 0; +} +.tsd-panel > .tsd-signatures .tsd-signature.tsd-kind-icon { + padding-left: 40px; +} +.tsd-panel > .tsd-signatures .tsd-signature.tsd-kind-icon:before { + left: 20px; +} +.tsd-panel > a.anchor + .tsd-signatures { + border-top-width: 0; + margin-top: -20px; +} + +ul.tsd-descriptions { + position: relative; + overflow: hidden; + padding: 0; + list-style: none; +} +ul.tsd-descriptions.active > .tsd-description { + display: none; +} +ul.tsd-descriptions.active > .tsd-description.current { + display: block; +} +ul.tsd-descriptions.active > .tsd-description.fade-in { + animation: fade-in-delayed 0.3s; +} +ul.tsd-descriptions.active > .tsd-description.fade-out { + animation: fade-out-delayed 0.3s; + position: absolute; + display: block; + top: 0; + left: 0; + right: 0; + opacity: 0; + visibility: hidden; +} +ul.tsd-descriptions h4, +ul.tsd-descriptions .tsd-index-panel h3, +.tsd-index-panel ul.tsd-descriptions h3 { + font-size: 16px; + margin: 1em 0 0.5em 0; +} + +ul.tsd-parameters, +ul.tsd-type-parameters { + list-style: square; + margin: 0; + padding-left: 20px; +} +ul.tsd-parameters > li.tsd-parameter-signature, +ul.tsd-type-parameters > li.tsd-parameter-signature { + list-style: none; + margin-left: -20px; +} +ul.tsd-parameters h5, +ul.tsd-type-parameters h5 { + font-size: 16px; + margin: 1em 0 0.5em 0; +} +ul.tsd-parameters .tsd-comment, +ul.tsd-type-parameters .tsd-comment { + margin-top: -0.5em; +} + +.tsd-sources { + font-size: 14px; + color: var(--color-text-aside); + margin: 0 0 1em 0; +} +.tsd-sources a { + color: var(--color-text-aside); + text-decoration: underline; +} +.tsd-sources ul, +.tsd-sources p { + margin: 0 !important; +} +.tsd-sources ul { + list-style: none; + padding: 0; +} + +.tsd-page-toolbar { + position: fixed; + z-index: 1; + top: 0; + left: 0; + width: 100%; + height: 40px; + color: var(--color-toolbar-text); + background: var(--color-toolbar); + border-bottom: 1px solid var(--color-panel-divider); + transition: transform 0.3s linear; +} +.tsd-page-toolbar a { + color: var(--color-toolbar-text); + text-decoration: none; +} +.tsd-page-toolbar a.title { + font-weight: bold; +} +.tsd-page-toolbar a.title:hover { + text-decoration: underline; +} +.tsd-page-toolbar .table-wrap { + display: table; + width: 100%; + height: 40px; +} +.tsd-page-toolbar .table-cell { + display: table-cell; + position: relative; + white-space: nowrap; + line-height: 40px; +} +.tsd-page-toolbar .table-cell:first-child { + width: 100%; +} + +.tsd-page-toolbar--hide { + transform: translateY(-100%); +} + +.tsd-select .tsd-select-list li:before, +.tsd-select .tsd-select-label:before, +.tsd-widget:before { + content: ""; + display: inline-block; + width: 40px; + height: 40px; + margin: 0 -8px 0 0; + background-image: url(./widgets.png); + background-repeat: no-repeat; + text-indent: -1024px; + vertical-align: bottom; + filter: var(--icon-filter); +} +@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) { + .tsd-select .tsd-select-list li:before, + .tsd-select .tsd-select-label:before, + .tsd-widget:before { + background-image: url(./widgets@2x.png); + background-size: 320px 40px; + } +} + +.tsd-widget { + display: inline-block; + overflow: hidden; + opacity: 0.8; + height: 40px; + transition: opacity 0.1s, background-color 0.2s; + vertical-align: bottom; + cursor: pointer; +} +.tsd-widget:hover { + opacity: 0.9; +} +.tsd-widget.active { + opacity: 1; + background-color: var(--color-panel-divider); +} +.tsd-widget.no-caption { + width: 40px; +} +.tsd-widget.no-caption:before { + margin: 0; +} +.tsd-widget.search:before { + background-position: 0 0; +} +.tsd-widget.menu:before { + background-position: -40px 0; +} +.tsd-widget.options:before { + background-position: -80px 0; +} +.tsd-widget.options, +.tsd-widget.menu { + display: none; +} +@media (max-width: 900px) { + .tsd-widget.options, + .tsd-widget.menu { + display: inline-block; + } +} +input[type="checkbox"] + .tsd-widget:before { + background-position: -120px 0; +} +input[type="checkbox"]:checked + .tsd-widget:before { + background-position: -160px 0; +} + +.tsd-select { + position: relative; + display: inline-block; + height: 40px; + transition: opacity 0.1s, background-color 0.2s; + vertical-align: bottom; + cursor: pointer; +} +.tsd-select .tsd-select-label { + opacity: 0.6; + transition: opacity 0.2s; +} +.tsd-select .tsd-select-label:before { + background-position: -240px 0; +} +.tsd-select.active .tsd-select-label { + opacity: 0.8; +} +.tsd-select.active .tsd-select-list { + visibility: visible; + opacity: 1; + transition-delay: 0s; +} +.tsd-select .tsd-select-list { + position: absolute; + visibility: hidden; + top: 40px; + left: 0; + margin: 0; + padding: 0; + opacity: 0; + list-style: none; + box-shadow: 0 0 4px rgba(0, 0, 0, 0.25); + transition: visibility 0s 0.2s, opacity 0.2s; +} +.tsd-select .tsd-select-list li { + padding: 0 20px 0 0; + background-color: var(--color-background); +} +.tsd-select .tsd-select-list li:before { + background-position: 40px 0; +} +.tsd-select .tsd-select-list li:nth-child(even) { + background-color: var(--color-panel); +} +.tsd-select .tsd-select-list li:hover { + background-color: var(--color-panel-divider); +} +.tsd-select .tsd-select-list li.selected:before { + background-position: -200px 0; +} +@media (max-width: 900px) { + .tsd-select .tsd-select-list { + top: 0; + left: auto; + right: 100%; + margin-right: -5px; + } + .tsd-select .tsd-select-label:before { + background-position: -280px 0; + } +} + +img { + max-width: 100%; +} diff --git a/docs/api/1.49.0/assets/widgets.png b/docs/api/1.49.0/assets/widgets.png new file mode 100644 index 0000000000..c7380532ac Binary files /dev/null and b/docs/api/1.49.0/assets/widgets.png differ diff --git a/docs/api/1.49.0/assets/widgets@2x.png b/docs/api/1.49.0/assets/widgets@2x.png new file mode 100644 index 0000000000..4bbbd57272 Binary files /dev/null and b/docs/api/1.49.0/assets/widgets@2x.png differ diff --git a/docs/api/1.49.0/classes/sap_cloud_sdk_core.ActionFunctionImportRequestBuilder.html b/docs/api/1.49.0/classes/sap_cloud_sdk_core.ActionFunctionImportRequestBuilder.html new file mode 100644 index 0000000000..c97dfec862 --- /dev/null +++ b/docs/api/1.49.0/classes/sap_cloud_sdk_core.ActionFunctionImportRequestBuilder.html @@ -0,0 +1,73 @@ + +ActionFunctionImportRequestBuilder | SAP Cloud SDK for JavaScript / TypeScript - v1.49.0
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

Create OData request to execute a action or function import.

+

Type parameters

  • ParametersT

    +

    Type of the function import parameters

    +
  • ReturnT

    +

    Type of the function import return value

    +

Hierarchy

Index

Constructors

Protected constructor

  • +

    Base class for function and actions imports

    +

    Type parameters

    • ParametersT

    • ReturnT

    Parameters

    • responseTransformer: (data: any) => ReturnT
      +

      Transformation function for the response.

      +
        • (data: any): ReturnT
        • Parameters

          • data: any

          Returns ReturnT

    • requestConfig: ODataFunctionImportRequestConfig<ParametersT> | ODataActionImportRequestConfig<ParametersT>
      +

      Request config for a action or function import.

      +

    Returns ActionFunctionImportRequestBuilder<ParametersT, ReturnT>

Properties

requestConfig

requestConfig: ODataFunctionImportRequestConfig<ParametersT> | ODataActionImportRequestConfig<ParametersT>

Readonly responseTransformer

responseTransformer: (data: any) => ReturnT

Type declaration

    • (data: any): ReturnT
    • Parameters

      • data: any

      Returns ReturnT

Methods

addCustomHeaders

  • +

    Add custom headers to the request. Existing headers will be overwritten.

    +

    Parameters

    • headers: Record<string, string>

      Key-value pairs denoting additional custom headers.

      +

    Returns ActionFunctionImportRequestBuilder<ParametersT, ReturnT>

    The request builder itself, to facilitate method chaining.

    +

addCustomQueryParameters

  • +

    Add custom query parameters to the request. If a query parameter with the given name already exists it is overwritten.

    +

    Parameters

    • queryParameters: Record<string, string>

      Key-value pairs denoting additional custom query parameters to be set in the request.

      +

    Returns ActionFunctionImportRequestBuilder<ParametersT, ReturnT>

    The request builder itself, to facilitate method chaining

    +

addCustomRequestConfiguration

  • +

    Add a custom request configuration to the request. Typically, this is used when specifying a response type for downloading files. +If the custom request configuration contains disallowed keys, those will be ignored.

    +

    Parameters

    • requestConfiguration: Record<string, string>

      Key-value pairs denoting additional custom request configuration options to be set in the request.

      +

    Returns ActionFunctionImportRequestBuilder<ParametersT, ReturnT>

    The request builder itself, to facilitate method chaining.

    +

appendPath

  • +

    Append the given path to the URL. +This can be used for querying navigation properties of an entity. +To execute a request with an appended path use executeRaw to avoid errors during deserialization. When using this, the execute method is omitted from the return type.

    +

    Parameters

    • Rest ...path: string[]

      Path to be appended.

      +

    Returns Omit<ActionFunctionImportRequestBuilder<ParametersT, ReturnT>, "execute">

    The request builder itself without "execute" function, to facilitate method chaining.

    +

build

execute

  • +

    Execute request

    +

    Parameters

    Returns Promise<ReturnT>

    A promise resolving to the requested return type

    +

executeRaw

relativeUrl

  • relativeUrl(): string
  • +

    Create the relative URL based on configuration of the given builder.

    +

    Returns string

    The relative URL for the request

    +

setCustomServicePath

  • +

    Replace the default service path with the given custom path. +In case of the SAP S/4HANA APIs the servicePath defaults to /sap/opu/odata/sap/<SERVICE_NAME> and can be overwritten here.

    +

    Parameters

    • servicePath: string

      Path to override the default with

      +

    Returns ActionFunctionImportRequestBuilder<ParametersT, ReturnT>

    The request builder itself, to facilitate method chaining

    +

skipCsrfTokenFetching

  • +

    Skip fetching csrf token for this request, which is typically useful when the csrf token is not required.

    +

    Returns ActionFunctionImportRequestBuilder<ParametersT, ReturnT>

    The request builder itself, to facilitate method chaining.

    +

url

  • +

    Create the URL based on configuration of the given builder.

    +

    Parameters

    Returns Promise<string>

    Promise resolving to the URL for the request

    +

withCustomHeaders

  • deprecated

    Since version 1.34.0 Use addCustomHeaders instead. +Add custom headers to the request.

    +

    Parameters

    • headers: Record<string, string>

      Key-value pairs denoting additional custom headers.

      +

    Returns ActionFunctionImportRequestBuilder<ParametersT, ReturnT>

    The request builder itself, to facilitate method chaining.

    +

withCustomQueryParameters

  • deprecated

    Since version 1.34.0 Use addCustomQueryParameters instead. +Add custom query parameters to the request.

    +

    Parameters

    • queryParameters: Record<string, string>

      Key-value pairs denoting additional custom query parameters to be set in the request.

      +

    Returns ActionFunctionImportRequestBuilder<ParametersT, ReturnT>

    The request builder itself, to facilitate method chaining.

    +

withCustomServicePath

  • deprecated

    Since version 1.34.0 Use setCustomServicePath instead. +Replace the default service path with the given custom path. +In case of the SAP S/4HANA APIs the servicePath defaults to /sap/opu/odata/sap/<SERVICE_NAME> and can be overwritten here.

    +

    Parameters

    • servicePath: string

      Path to override the default with.

      +

    Returns ActionFunctionImportRequestBuilder<ParametersT, ReturnT>

    The request builder itself, to facilitate method chaining.

    +

    Copyright Ⓒ 2021 SAP SE or an SAP affiliate company. All rights reserved.

    +

Legend

  • Namespace
  • Variable
  • Function
  • Function with type parameter
  • Type alias
  • Type alias with type parameter
  • Class
  • Class with type parameter
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Inherited property
  • Inherited method
  • Enumeration

Settings

Theme

\ No newline at end of file diff --git a/docs/api/1.49.0/classes/sap_cloud_sdk_core.ActionImportRequestBuilder.html b/docs/api/1.49.0/classes/sap_cloud_sdk_core.ActionImportRequestBuilder.html new file mode 100644 index 0000000000..15a0677818 --- /dev/null +++ b/docs/api/1.49.0/classes/sap_cloud_sdk_core.ActionImportRequestBuilder.html @@ -0,0 +1,77 @@ + +ActionImportRequestBuilder | SAP Cloud SDK for JavaScript / TypeScript - v1.49.0
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

Create an OData request to execute an action import.

+

Type parameters

  • ParametersT

    +

    Type of the action import parameters

    +
  • ReturnT

    +

    Type of the action import return value

    +

Hierarchy

Index

Constructors

constructor

  • new ActionImportRequestBuilder<ParametersT, ReturnT>(defaultServicePath: string, actionImportName: string, responseTransformer: (data: any) => ReturnT, parameters: FunctionImportParameters<ParametersT>): ActionImportRequestBuilder<ParametersT, ReturnT>
  • +

    Creates an instance of ActionImportRequestBuilder.

    +

    Type parameters

    • ParametersT

    • ReturnT

    Parameters

    • defaultServicePath: string
      +

      Default path for the service the action belongs to

      +
    • actionImportName: string
      +

      The name of the action import.

      +
    • responseTransformer: (data: any) => ReturnT
      +

      Transformation function for the response

      +
        • (data: any): ReturnT
        • Parameters

          • data: any

          Returns ReturnT

    • parameters: FunctionImportParameters<ParametersT>
      +

      Parameters to be set in the action

      +

    Returns ActionImportRequestBuilder<ParametersT, ReturnT>

Properties

requestConfig

requestConfig: ODataFunctionImportRequestConfig<ParametersT> | ODataActionImportRequestConfig<ParametersT>

Readonly responseTransformer

responseTransformer: (data: any) => ReturnT

Type declaration

    • (data: any): ReturnT
    • Parameters

      • data: any

      Returns ReturnT

Methods

addCustomHeaders

  • +

    Add custom headers to the request. Existing headers will be overwritten.

    +

    Parameters

    • headers: Record<string, string>

      Key-value pairs denoting additional custom headers.

      +

    Returns ActionImportRequestBuilder<ParametersT, ReturnT>

    The request builder itself, to facilitate method chaining.

    +

addCustomQueryParameters

  • +

    Add custom query parameters to the request. If a query parameter with the given name already exists it is overwritten.

    +

    Parameters

    • queryParameters: Record<string, string>

      Key-value pairs denoting additional custom query parameters to be set in the request.

      +

    Returns ActionImportRequestBuilder<ParametersT, ReturnT>

    The request builder itself, to facilitate method chaining

    +

addCustomRequestConfiguration

  • +

    Add a custom request configuration to the request. Typically, this is used when specifying a response type for downloading files. +If the custom request configuration contains disallowed keys, those will be ignored.

    +

    Parameters

    • requestConfiguration: Record<string, string>

      Key-value pairs denoting additional custom request configuration options to be set in the request.

      +

    Returns ActionImportRequestBuilder<ParametersT, ReturnT>

    The request builder itself, to facilitate method chaining.

    +

appendPath

  • +

    Append the given path to the URL. +This can be used for querying navigation properties of an entity. +To execute a request with an appended path use executeRaw to avoid errors during deserialization. When using this, the execute method is omitted from the return type.

    +

    Parameters

    • Rest ...path: string[]

      Path to be appended.

      +

    Returns Omit<ActionImportRequestBuilder<ParametersT, ReturnT>, "execute">

    The request builder itself without "execute" function, to facilitate method chaining.

    +

build

execute

executeRaw

relativeUrl

  • relativeUrl(): string
  • +

    Create the relative URL based on configuration of the given builder.

    +

    Returns string

    The relative URL for the request

    +

setCustomServicePath

  • +

    Replace the default service path with the given custom path. +In case of the SAP S/4HANA APIs the servicePath defaults to /sap/opu/odata/sap/<SERVICE_NAME> and can be overwritten here.

    +

    Parameters

    • servicePath: string

      Path to override the default with

      +

    Returns ActionImportRequestBuilder<ParametersT, ReturnT>

    The request builder itself, to facilitate method chaining

    +

skipCsrfTokenFetching

url

withCustomHeaders

withCustomQueryParameters

withCustomServicePath

  • deprecated

    Since version 1.34.0 Use setCustomServicePath instead. +Replace the default service path with the given custom path. +In case of the SAP S/4HANA APIs the servicePath defaults to /sap/opu/odata/sap/<SERVICE_NAME> and can be overwritten here.

    +

    Parameters

    • servicePath: string

      Path to override the default with.

      +

    Returns ActionImportRequestBuilder<ParametersT, ReturnT>

    The request builder itself, to facilitate method chaining.

    +

    Copyright Ⓒ 2021 SAP SE or an SAP affiliate company. All rights reserved.

    +

Legend

  • Namespace
  • Variable
  • Function
  • Function with type parameter
  • Type alias
  • Type alias with type parameter
  • Class
  • Class with type parameter
  • Property
  • Interface
  • Interface with type parameter
  • Inherited property
  • Inherited method
  • Enumeration

Settings

Theme

\ No newline at end of file diff --git a/docs/api/1.49.0/classes/sap_cloud_sdk_core.AllFields.html b/docs/api/1.49.0/classes/sap_cloud_sdk_core.AllFields.html new file mode 100644 index 0000000000..5b73be83bc --- /dev/null +++ b/docs/api/1.49.0/classes/sap_cloud_sdk_core.AllFields.html @@ -0,0 +1,3 @@ +

Copyright Ⓒ 2021 SAP SE or an SAP affiliate company. All rights reserved.

+ +AllFields | SAP Cloud SDK for JavaScript / TypeScript - v1.49.0
Options
All
  • Public
  • Public/Protected
  • All
Menu

Type parameters

Hierarchy

  • AllFields

Index

Constructors

constructor

  • new AllFields<EntityT>(_fieldName: string, _entityConstructor: Constructable<EntityT, unknown>): AllFields<EntityT>
  • Type parameters

    Parameters

    • _fieldName: string
    • _entityConstructor: Constructable<EntityT, unknown>

    Returns AllFields<EntityT>

Properties

_entityConstructor

_entityConstructor: Constructable<EntityT, unknown>

_fieldName

_fieldName: string

Readonly selectable

selectable: true

Legend

  • Namespace
  • Variable
  • Function
  • Function with type parameter
  • Type alias
  • Type alias with type parameter
  • Class
  • Class with type parameter
  • Property
  • Interface
  • Interface with type parameter
  • Enumeration

Settings

Theme

\ No newline at end of file diff --git a/docs/api/1.49.0/classes/sap_cloud_sdk_core.AnyField.html b/docs/api/1.49.0/classes/sap_cloud_sdk_core.AnyField.html new file mode 100644 index 0000000000..ccb066e6a4 --- /dev/null +++ b/docs/api/1.49.0/classes/sap_cloud_sdk_core.AnyField.html @@ -0,0 +1,24 @@ + +AnyField | SAP Cloud SDK for JavaScript / TypeScript - v1.49.0
Options
All
  • Public
  • Public/Protected
  • All
Menu
deprecated

Since v1.47.0. Use EdmTypeField instead. +Represents a selectable property with with an unknown or currently unsupported EDM type like Edm.Geography.

+

Type parameters

  • EntityT: EntityBase

    +

    Type of the entity the field belongs to

    +

Hierarchy

  • AnyFieldBase<EntityT, true>
    • AnyField

Index

Constructors

constructor

  • +

    Creates an instance of EdmTypeField.

    +

    Type parameters

    Parameters

    • fieldName: string

      Actual name of the field used in the OData request.

      +
    • _fieldOf: ConstructorOrField<EntityT, any>

      Constructor type of the entity the field belongs to.

      +
    • edmType: any

      Type of the field according to the metadata description.

      +
    • Optional fieldOptions: FieldOptions<false, true>

      Optional settings for this field.

      +

    Returns AnyField<EntityT>

Properties

Readonly _entity

_entity: EntityT

Readonly _entityConstructor

_entityConstructor: Constructable<EntityT, unknown>

Readonly _fieldName

_fieldName: string

Readonly _fieldOf

_fieldOf: ConstructorOrField<EntityT, any>

Readonly _fieldOptions

_fieldOptions: Required<FieldOptions<false, true>>

Readonly edmType

edmType: any

Methods

equals

  • equals(value: any): Filter<EntityT, any>
  • +

    Creates an instance of Filter for this field and the given value using the operator 'eq', i.e. ==.

    +

    Parameters

    • value: any

      Value to be used in the filter

      +

    Returns Filter<EntityT, any>

    The resulting filter

    +

fieldPath

  • fieldPath(): string
  • +

    Path to the field to be used in filter and order by queries.

    +

    Returns string

    Path to the field to be used in filter and order by queries.

    +

notEquals

  • notEquals(value: any): Filter<EntityT, any>
  • +

    Creates an instance of Filter for this field and the given value using the operator 'ne', i.e. !=.

    +

    Parameters

    • value: any

      Value to be used in the filter

      +

    Returns Filter<EntityT, any>

    The resulting filter

    +

    Copyright Ⓒ 2021 SAP SE or an SAP affiliate company. All rights reserved.

    +

Legend

  • Namespace
  • Variable
  • Function
  • Function with type parameter
  • Type alias
  • Type alias with type parameter
  • Interface
  • Interface with type parameter
  • Class
  • Class with type parameter
  • Inherited property
  • Inherited method
  • Enumeration

Settings

Theme

\ No newline at end of file diff --git a/docs/api/1.49.0/classes/sap_cloud_sdk_core.BatchChangeSet.html b/docs/api/1.49.0/classes/sap_cloud_sdk_core.BatchChangeSet.html new file mode 100644 index 0000000000..a86cfc4995 --- /dev/null +++ b/docs/api/1.49.0/classes/sap_cloud_sdk_core.BatchChangeSet.html @@ -0,0 +1,11 @@ + +BatchChangeSet | SAP Cloud SDK for JavaScript / TypeScript - v1.49.0
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

Representation of a batch change set, which holds a collection of write operations.

+

Type parameters

Hierarchy

  • BatchChangeSet

Implemented by

Index

Constructors

Properties

Constructors

constructor

  • new BatchChangeSet<RequestT>(requests: RequestT[], boundary?: string): BatchChangeSet<RequestT>
  • +

    Create an instance of BatchChangeSet.

    +

    Type parameters

    Parameters

    • requests: RequestT[]
      +

      Requests to combine to one change set.

      +
    • Optional boundary: string
      +

      Request boundary for separation of sub requests. Defaults to an auto generated value.

      +

      Copyright Ⓒ 2021 SAP SE or an SAP affiliate company. All rights reserved.

      +

    Returns BatchChangeSet<RequestT>

Properties

Readonly boundary

boundary: string

Readonly requests

requests: RequestT[]

Legend

  • Namespace
  • Variable
  • Function
  • Function with type parameter
  • Type alias
  • Type alias with type parameter
  • Class
  • Class with type parameter
  • Property
  • Interface
  • Interface with type parameter
  • Enumeration

Settings

Theme

\ No newline at end of file diff --git a/docs/api/1.49.0/classes/sap_cloud_sdk_core.BatchRequestBuilder.html b/docs/api/1.49.0/classes/sap_cloud_sdk_core.BatchRequestBuilder.html new file mode 100644 index 0000000000..10e2d6dea7 --- /dev/null +++ b/docs/api/1.49.0/classes/sap_cloud_sdk_core.BatchRequestBuilder.html @@ -0,0 +1,67 @@ + +BatchRequestBuilder | SAP Cloud SDK for JavaScript / TypeScript - v1.49.0
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

Create a batch request to invoke multiple requests as a batch. The batch request builder accepts retrieve requests, i. e. getAll and getByKey requests and change sets, which in turn can contain create, update or delete requests. +The retrieve and change sets will be executed in order, while the order within a change set can vary.

+

Hierarchy

Index

Constructors

constructor

  • +

    Creates an instance of ODataBatchRequestBuilder.

    +

    Parameters

    • defaultServicePath: string
      +

      Service path

      +
    • requests: (BatchChangeSet<any> | MethodRequestBuilder<any>)[]
      +

      An array of retrieve requests or change sets

      +
    • entityToConstructorMap: Record<string, Constructable<EntityBase, unknown>>
      +

      A map that holds the entity type to constructor mapping

      +

    Returns BatchRequestBuilder

Properties

Readonly defaultServicePath

defaultServicePath: string

Readonly entityToConstructorMap

entityToConstructorMap: Record<string, Constructable<EntityBase, unknown>>

requestConfig

Readonly requests

requests: (BatchChangeSet<any> | MethodRequestBuilder<any>)[]

Methods

addCustomHeaders

  • +

    Add custom headers to the request. Existing headers will be overwritten.

    +

    Parameters

    • headers: Record<string, string>

      Key-value pairs denoting additional custom headers.

      +

    Returns BatchRequestBuilder

    The request builder itself, to facilitate method chaining.

    +

addCustomQueryParameters

  • +

    Add custom query parameters to the request. If a query parameter with the given name already exists it is overwritten.

    +

    Parameters

    • queryParameters: Record<string, string>

      Key-value pairs denoting additional custom query parameters to be set in the request.

      +

    Returns BatchRequestBuilder

    The request builder itself, to facilitate method chaining

    +

addCustomRequestConfiguration

  • addCustomRequestConfiguration(requestConfiguration: Record<string, string>): BatchRequestBuilder
  • +

    Add a custom request configuration to the request. Typically, this is used when specifying a response type for downloading files. +If the custom request configuration contains disallowed keys, those will be ignored.

    +

    Parameters

    • requestConfiguration: Record<string, string>

      Key-value pairs denoting additional custom request configuration options to be set in the request.

      +

    Returns BatchRequestBuilder

    The request builder itself, to facilitate method chaining.

    +

appendPath

  • +

    Append the given path to the URL. +This can be used for querying navigation properties of an entity. +To execute a request with an appended path use executeRaw to avoid errors during deserialization. When using this, the execute method is omitted from the return type.

    +

    Parameters

    • Rest ...path: string[]

      Path to be appended.

      +

    Returns Omit<BatchRequestBuilder, "execute">

    The request builder itself without "execute" function, to facilitate method chaining.

    +

build

executeRaw

relativeUrl

  • relativeUrl(): string
  • +

    Create the relative URL based on configuration of the given builder.

    +

    Returns string

    The relative URL for the request

    +

setCustomServicePath

  • +

    Replace the default service path with the given custom path. +In case of the SAP S/4HANA APIs the servicePath defaults to /sap/opu/odata/sap/<SERVICE_NAME> and can be overwritten here.

    +

    Parameters

    • servicePath: string

      Path to override the default with

      +

    Returns BatchRequestBuilder

    The request builder itself, to facilitate method chaining

    +

skipCsrfTokenFetching

  • +

    Skip fetching csrf token for this request, which is typically useful when the csrf token is not required.

    +

    Returns BatchRequestBuilder

    The request builder itself, to facilitate method chaining.

    +

url

  • +

    Create the URL based on configuration of the given builder.

    +

    Parameters

    Returns Promise<string>

    Promise resolving to the URL for the request

    +

withCustomHeaders

  • deprecated

    Since version 1.34.0 Use addCustomHeaders instead. +Add custom headers to the request.

    +

    Parameters

    • headers: Record<string, string>

      Key-value pairs denoting additional custom headers.

      +

    Returns BatchRequestBuilder

    The request builder itself, to facilitate method chaining.

    +

withCustomQueryParameters

  • deprecated

    Since version 1.34.0 Use addCustomQueryParameters instead. +Add custom query parameters to the request.

    +

    Parameters

    • queryParameters: Record<string, string>

      Key-value pairs denoting additional custom query parameters to be set in the request.

      +

    Returns BatchRequestBuilder

    The request builder itself, to facilitate method chaining.

    +

withCustomServicePath

  • deprecated

    Since version 1.34.0 Use setCustomServicePath instead. +Replace the default service path with the given custom path. +In case of the SAP S/4HANA APIs the servicePath defaults to /sap/opu/odata/sap/<SERVICE_NAME> and can be overwritten here.

    +

    Parameters

    • servicePath: string

      Path to override the default with.

      +

    Returns BatchRequestBuilder

    The request builder itself, to facilitate method chaining.

    +

    Copyright Ⓒ 2021 SAP SE or an SAP affiliate company. All rights reserved.

    +

withSubRequestPathType

  • Parameters

    • subRequestPathType: BatchSubRequestPathType

    Returns BatchRequestBuilder

Legend

  • Namespace
  • Variable
  • Function
  • Function with type parameter
  • Type alias
  • Type alias with type parameter
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Inherited property
  • Inherited method
  • Enumeration

Settings

Theme

\ No newline at end of file diff --git a/docs/api/1.49.0/classes/sap_cloud_sdk_core.BatchResponseDeserializer.html b/docs/api/1.49.0/classes/sap_cloud_sdk_core.BatchResponseDeserializer.html new file mode 100644 index 0000000000..17e30e126c --- /dev/null +++ b/docs/api/1.49.0/classes/sap_cloud_sdk_core.BatchResponseDeserializer.html @@ -0,0 +1,17 @@ + +BatchResponseDeserializer | SAP Cloud SDK for JavaScript / TypeScript - v1.49.0
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

Represents the state needed to deserialize a parsed batch response using OData version specific deserialization data access.

+

Hierarchy

  • BatchResponseDeserializer

Index

Constructors

constructor

  • +

    Creates an instance of BatchResponseTransformer.

    +

    Parameters

    • entityToConstructorMap: Record<string, Constructable<EntityBase, unknown>>
      +

      A map that holds the entity type to constructor mapping.

      +
    • responseDataAccessor: ResponseDataAccessor
      +

      Response data access module.

      +
    • deserializer: EntityDeserializer<any>
      +

      Entity deserializer.

      +

    Returns BatchResponseDeserializer

Methods

deserializeBatchResponse

  • +

    Deserialize the parsed batch response.

    +

    Parameters

    Returns (ReadResponse | WriteResponses | ErrorResponse)[]

    An array of parsed sub responses of the batch response.

    +

    Copyright Ⓒ 2021 SAP SE or an SAP affiliate company. All rights reserved.

    +

Legend

  • Namespace
  • Variable
  • Function
  • Function with type parameter
  • Type alias
  • Type alias with type parameter
  • Class
  • Class with type parameter
  • Constructor
  • Method
  • Interface
  • Interface with type parameter
  • Enumeration

Settings

Theme

\ No newline at end of file diff --git a/docs/api/1.49.0/classes/sap_cloud_sdk_core.BigNumberField.html b/docs/api/1.49.0/classes/sap_cloud_sdk_core.BigNumberField.html new file mode 100644 index 0000000000..1ef659caad --- /dev/null +++ b/docs/api/1.49.0/classes/sap_cloud_sdk_core.BigNumberField.html @@ -0,0 +1,40 @@ + +BigNumberField | SAP Cloud SDK for JavaScript / TypeScript - v1.49.0
Options
All
  • Public
  • Public/Protected
  • All
Menu
deprecated

Since v1.47.0. Use OrderableEdmTypeField instead. +Represents a selectable property with a big number value.

+

Type parameters

  • EntityT: EntityBase

    +

    Type of the entity the field belongs to

    +

Hierarchy

  • BigNumberFieldBase<EntityT, true>
    • BigNumberField

Index

Constructors

constructor

  • +

    Creates an instance of EdmTypeField.

    +

    Type parameters

    Parameters

    Returns BigNumberField<EntityT>

Properties

Readonly _entity

_entity: EntityT

Readonly _entityConstructor

_entityConstructor: Constructable<EntityT, unknown>

Readonly _fieldName

_fieldName: string

Readonly _fieldOf

_fieldOf: ConstructorOrField<EntityT, any>

Readonly _fieldOptions

_fieldOptions: Required<FieldOptions<false, true>>

Readonly edmType

Methods

equals

  • equals(value: BigNumber): Filter<EntityT, BigNumber>
  • +

    Creates an instance of Filter for this field and the given value using the operator 'eq', i.e. ==.

    +

    Parameters

    • value: BigNumber

      Value to be used in the filter

      +

    Returns Filter<EntityT, BigNumber>

    The resulting filter

    +

fieldPath

  • fieldPath(): string
  • +

    Path to the field to be used in filter and order by queries.

    +

    Returns string

    Path to the field to be used in filter and order by queries.

    +

greaterOrEqual

  • greaterOrEqual(value: BigNumber): Filter<EntityT, BigNumber>
  • +

    Creates an instance of Filter for this field and the given value using the operator 'ge', i.e. >=.

    +

    Parameters

    • value: BigNumber

      Value to be used in the filter

      +

    Returns Filter<EntityT, BigNumber>

    The resulting filter

    +

greaterThan

  • greaterThan(value: BigNumber): Filter<EntityT, BigNumber>
  • +

    Creates an instance of Filter for this field and the given value using the operator 'gt', i.e. >.

    +

    Parameters

    • value: BigNumber

      Value to be used in the filter

      +

    Returns Filter<EntityT, BigNumber>

    The resulting filter

    +

lessOrEqual

  • lessOrEqual(value: BigNumber): Filter<EntityT, BigNumber>
  • +

    Creates an instance of Filter for this field and the given value using the operator 'le', i.e. <=.

    +

    Parameters

    • value: BigNumber

      Value to be used in the filter

      +

    Returns Filter<EntityT, BigNumber>

    The resulting filter

    +

lessThan

  • lessThan(value: BigNumber): Filter<EntityT, BigNumber>
  • +

    Creates an instance of Filter for this field and the given value using the operator 'lt', i.e. <.

    +

    Parameters

    • value: BigNumber

      Value to be used in the filter

      +

    Returns Filter<EntityT, BigNumber>

    The resulting filter

    +

notEquals

  • notEquals(value: BigNumber): Filter<EntityT, BigNumber>
  • +

    Creates an instance of Filter for this field and the given value using the operator 'ne', i.e. !=.

    +

    Parameters

    • value: BigNumber

      Value to be used in the filter

      +

    Returns Filter<EntityT, BigNumber>

    The resulting filter

    +

    Copyright Ⓒ 2021 SAP SE or an SAP affiliate company. All rights reserved.

    +

Legend

  • Namespace
  • Variable
  • Function
  • Function with type parameter
  • Type alias
  • Type alias with type parameter
  • Interface
  • Interface with type parameter
  • Class
  • Class with type parameter
  • Inherited property
  • Inherited method
  • Enumeration

Settings

Theme

\ No newline at end of file diff --git a/docs/api/1.49.0/classes/sap_cloud_sdk_core.BinaryField.html b/docs/api/1.49.0/classes/sap_cloud_sdk_core.BinaryField.html new file mode 100644 index 0000000000..a8bfe2b2da --- /dev/null +++ b/docs/api/1.49.0/classes/sap_cloud_sdk_core.BinaryField.html @@ -0,0 +1,24 @@ + +BinaryField | SAP Cloud SDK for JavaScript / TypeScript - v1.49.0
Options
All
  • Public
  • Public/Protected
  • All
Menu
deprecated

Since v1.47.0. Use EdmTypeField instead. +Represents a selectable property with a binary value.

+

Type parameters

  • EntityT: EntityBase

    +

    Type of the entity the field belongs to

    +

Hierarchy

Index

Constructors

constructor

Properties

Readonly _entity

_entity: EntityT

Readonly _entityConstructor

_entityConstructor: Constructable<EntityT, unknown>

Readonly _fieldName

_fieldName: string

Readonly _fieldOf

_fieldOf: ConstructorOrField<EntityT, any>

Readonly _fieldOptions

_fieldOptions: Required<FieldOptions<false, true>>

Readonly edmType

Methods

equals

  • equals(value: string): Filter<EntityT, string>
  • +

    Creates an instance of Filter for this field and the given value using the operator 'eq', i.e. ==.

    +

    Parameters

    • value: string

      Value to be used in the filter

      +

    Returns Filter<EntityT, string>

    The resulting filter

    +

fieldPath

  • fieldPath(): string
  • +

    Path to the field to be used in filter and order by queries.

    +

    Returns string

    Path to the field to be used in filter and order by queries.

    +

notEquals

  • notEquals(value: string): Filter<EntityT, string>
  • +

    Creates an instance of Filter for this field and the given value using the operator 'ne', i.e. !=.

    +

    Parameters

    • value: string

      Value to be used in the filter

      +

    Returns Filter<EntityT, string>

    The resulting filter

    +

    Copyright Ⓒ 2021 SAP SE or an SAP affiliate company. All rights reserved.

    +

Legend

  • Namespace
  • Variable
  • Function
  • Function with type parameter
  • Type alias
  • Type alias with type parameter
  • Interface
  • Interface with type parameter
  • Class
  • Class with type parameter
  • Inherited property
  • Inherited method
  • Enumeration

Settings

Theme

\ No newline at end of file diff --git a/docs/api/1.49.0/classes/sap_cloud_sdk_core.BinaryFieldBase.html b/docs/api/1.49.0/classes/sap_cloud_sdk_core.BinaryFieldBase.html new file mode 100644 index 0000000000..f17a5225a5 --- /dev/null +++ b/docs/api/1.49.0/classes/sap_cloud_sdk_core.BinaryFieldBase.html @@ -0,0 +1,24 @@ + +BinaryFieldBase | SAP Cloud SDK for JavaScript / TypeScript - v1.49.0
Options
All
  • Public
  • Public/Protected
  • All
Menu
deprecated

Since v1.47.0. Use EdmTypeField instead. +Represents a property with a binary value.

+

Type parameters

  • EntityT: EntityBase

    +

    Type of the entity the field belongs to

    +
  • SelectableT: boolean = false

Hierarchy

Index

Constructors

constructor

  • +

    Creates an instance of EdmTypeField.

    +

    Type parameters

    • EntityT: EntityBase<EntityT>

    • SelectableT: boolean = false

    Parameters

    Returns BinaryFieldBase<EntityT, SelectableT>

Properties

Readonly _entity

_entity: EntityT

Readonly _entityConstructor

_entityConstructor: Constructable<EntityT, unknown>

Readonly _fieldName

_fieldName: string

Readonly _fieldOf

_fieldOf: ConstructorOrField<EntityT, any>

Readonly _fieldOptions

_fieldOptions: Required<FieldOptions<false, SelectableT>>

Readonly edmType

Methods

equals

  • equals(value: string): Filter<EntityT, string>
  • +

    Creates an instance of Filter for this field and the given value using the operator 'eq', i.e. ==.

    +

    Parameters

    • value: string

      Value to be used in the filter

      +

    Returns Filter<EntityT, string>

    The resulting filter

    +

fieldPath

  • fieldPath(): string
  • +

    Path to the field to be used in filter and order by queries.

    +

    Returns string

    Path to the field to be used in filter and order by queries.

    +

notEquals

  • notEquals(value: string): Filter<EntityT, string>
  • +

    Creates an instance of Filter for this field and the given value using the operator 'ne', i.e. !=.

    +

    Parameters

    • value: string

      Value to be used in the filter

      +

    Returns Filter<EntityT, string>

    The resulting filter

    +

    Copyright Ⓒ 2021 SAP SE or an SAP affiliate company. All rights reserved.

    +

Legend

  • Namespace
  • Variable
  • Function
  • Function with type parameter
  • Type alias
  • Type alias with type parameter
  • Interface
  • Interface with type parameter
  • Class
  • Class with type parameter
  • Inherited property
  • Inherited method
  • Enumeration

Settings

Theme

\ No newline at end of file diff --git a/docs/api/1.49.0/classes/sap_cloud_sdk_core.BooleanField.html b/docs/api/1.49.0/classes/sap_cloud_sdk_core.BooleanField.html new file mode 100644 index 0000000000..fc47728f87 --- /dev/null +++ b/docs/api/1.49.0/classes/sap_cloud_sdk_core.BooleanField.html @@ -0,0 +1,24 @@ + +BooleanField | SAP Cloud SDK for JavaScript / TypeScript - v1.49.0
Options
All
  • Public
  • Public/Protected
  • All
Menu
deprecated

Since v1.47.0. Use EdmTypeField instead. +Represents a selectable property with a boolean value.

+

Type parameters

  • EntityT: EntityBase

    +

    Type of the entity the field belongs to

    +

Hierarchy

Index

Constructors

constructor

Properties

Readonly _entity

_entity: EntityT

Readonly _entityConstructor

_entityConstructor: Constructable<EntityT, unknown>

Readonly _fieldName

_fieldName: string

Readonly _fieldOf

_fieldOf: ConstructorOrField<EntityT, any>

Readonly _fieldOptions

_fieldOptions: Required<FieldOptions<false, true>>

Readonly edmType

Methods

equals

  • equals(value: boolean): Filter<EntityT, boolean>
  • +

    Creates an instance of Filter for this field and the given value using the operator 'eq', i.e. ==.

    +

    Parameters

    • value: boolean

      Value to be used in the filter

      +

    Returns Filter<EntityT, boolean>

    The resulting filter

    +

fieldPath

  • fieldPath(): string
  • +

    Path to the field to be used in filter and order by queries.

    +

    Returns string

    Path to the field to be used in filter and order by queries.

    +

notEquals

  • notEquals(value: boolean): Filter<EntityT, boolean>
  • +

    Creates an instance of Filter for this field and the given value using the operator 'ne', i.e. !=.

    +

    Parameters

    • value: boolean

      Value to be used in the filter

      +

    Returns Filter<EntityT, boolean>

    The resulting filter

    +

    Copyright Ⓒ 2021 SAP SE or an SAP affiliate company. All rights reserved.

    +

Legend

  • Namespace
  • Variable
  • Function
  • Function with type parameter
  • Type alias
  • Type alias with type parameter
  • Interface
  • Interface with type parameter
  • Class
  • Class with type parameter
  • Inherited property
  • Inherited method
  • Enumeration

Settings

Theme

\ No newline at end of file diff --git a/docs/api/1.49.0/classes/sap_cloud_sdk_core.BooleanFieldBase.html b/docs/api/1.49.0/classes/sap_cloud_sdk_core.BooleanFieldBase.html new file mode 100644 index 0000000000..ba7241f10f --- /dev/null +++ b/docs/api/1.49.0/classes/sap_cloud_sdk_core.BooleanFieldBase.html @@ -0,0 +1,24 @@ + +BooleanFieldBase | SAP Cloud SDK for JavaScript / TypeScript - v1.49.0
Options
All
  • Public
  • Public/Protected
  • All
Menu
deprecated

Since v1.47.0. Use EdmTypeField instead. +Represents a property with a boolean value.

+

Type parameters

  • EntityT: EntityBase

    +

    Type of the entity the field belongs to

    +
  • SelectableT: boolean = false

Hierarchy

Index

Constructors

constructor

  • +

    Creates an instance of EdmTypeField.

    +

    Type parameters

    • EntityT: EntityBase<EntityT>

    • SelectableT: boolean = false

    Parameters

    Returns BooleanFieldBase<EntityT, SelectableT>

Properties

Readonly _entity

_entity: EntityT

Readonly _entityConstructor

_entityConstructor: Constructable<EntityT, unknown>

Readonly _fieldName

_fieldName: string

Readonly _fieldOf

_fieldOf: ConstructorOrField<EntityT, any>

Readonly _fieldOptions

_fieldOptions: Required<FieldOptions<false, SelectableT>>

Readonly edmType

Methods

equals

  • equals(value: boolean): Filter<EntityT, boolean>
  • +

    Creates an instance of Filter for this field and the given value using the operator 'eq', i.e. ==.

    +

    Parameters

    • value: boolean

      Value to be used in the filter

      +

    Returns Filter<EntityT, boolean>

    The resulting filter

    +

fieldPath

  • fieldPath(): string
  • +

    Path to the field to be used in filter and order by queries.

    +

    Returns string

    Path to the field to be used in filter and order by queries.

    +

notEquals

  • notEquals(value: boolean): Filter<EntityT, boolean>
  • +

    Creates an instance of Filter for this field and the given value using the operator 'ne', i.e. !=.

    +

    Parameters

    • value: boolean

      Value to be used in the filter

      +

    Returns Filter<EntityT, boolean>

    The resulting filter

    +

    Copyright Ⓒ 2021 SAP SE or an SAP affiliate company. All rights reserved.

    +

Legend

  • Namespace
  • Variable
  • Function
  • Function with type parameter
  • Type alias
  • Type alias with type parameter
  • Interface
  • Interface with type parameter
  • Class
  • Class with type parameter
  • Inherited property
  • Inherited method
  • Enumeration

Settings

Theme

\ No newline at end of file diff --git a/docs/api/1.49.0/classes/sap_cloud_sdk_core.BooleanFilterFunction.html b/docs/api/1.49.0/classes/sap_cloud_sdk_core.BooleanFilterFunction.html new file mode 100644 index 0000000000..1d29b8e9d9 --- /dev/null +++ b/docs/api/1.49.0/classes/sap_cloud_sdk_core.BooleanFilterFunction.html @@ -0,0 +1,23 @@ + +BooleanFilterFunction | SAP Cloud SDK for JavaScript / TypeScript - v1.49.0
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

Representation of a filter function, that returns a value of type boolean.

+

Type parameters

Hierarchy

Index

Constructors

constructor

  • +

    Creates an instance of BooleanFilterFunction.

    +

    Type parameters

    Parameters

    • functionName: string
      +

      Name of the function that returns a boolean value

      +
    • parameters: FilterFunctionParameterType<EntityT>[]
      +

      Representation of the parameters passed to the filter function

      +

    Returns BooleanFilterFunction<EntityT>

Properties

Readonly edmType

edmType: EdmTypeShared<ODataVersionOf<EntityT>>

Readonly functionName

functionName: string

Readonly parameters

parameters: FilterFunctionParameterType<EntityT>[]

Methods

equals

  • equals(value: boolean): Filter<EntityT, boolean>
  • +

    Creates an instance of Filter for this filter function and the given value using the operator 'eq', i.e. ==.

    +

    Parameters

    • value: boolean

      Value to be used in the filter

      +

    Returns Filter<EntityT, boolean>

    The resulting filter

    +

notEquals

  • notEquals(value: boolean): Filter<EntityT, boolean>
  • +

    Creates an instance of Filter for this filter function and the given value using the operator 'ne', i.e. !=.

    +

    Parameters

    • value: boolean

      Value to be used in the filter

      +

    Returns Filter<EntityT, boolean>

    The resulting filter

    +

toString

  • toString(parentFieldNames?: string[]): string
  • deprecated

    Since v1.21.0. There will be no replacement. Let us know if you were using this functionality. +Serializes the filter function into a string

    +

    Parameters

    • Optional parentFieldNames: string[]

      Names of parents in case the function is part of a filter on a navigation property

      +

    Returns string

    The filter function as string

    +

    Copyright Ⓒ 2021 SAP SE or an SAP affiliate company. All rights reserved.

    +

Legend

  • Namespace
  • Variable
  • Function
  • Function with type parameter
  • Type alias
  • Type alias with type parameter
  • Interface
  • Interface with type parameter
  • Class
  • Class with type parameter
  • Inherited property
  • Inherited method
  • Enumeration

Settings

Theme

\ No newline at end of file diff --git a/docs/api/1.49.0/classes/sap_cloud_sdk_core.Cache.html b/docs/api/1.49.0/classes/sap_cloud_sdk_core.Cache.html new file mode 100644 index 0000000000..7f9d826494 --- /dev/null +++ b/docs/api/1.49.0/classes/sap_cloud_sdk_core.Cache.html @@ -0,0 +1,22 @@ + +Cache | SAP Cloud SDK for JavaScript / TypeScript - v1.49.0
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

Representation of a cache to transiently store objects locally for faster access.

+

Type parameters

  • T

    +

    Type of the cache entries.

    +

Hierarchy

  • Cache

Implements

  • CacheInterface<T>

Index

Constructors

Methods

Constructors

constructor

  • new Cache<T>(validityTime?: MomentInputObject): Cache<T>
  • Type parameters

    • T

    Parameters

    • Optional validityTime: MomentInputObject

    Returns Cache<T>

Methods

clear

  • clear(): void
  • +

    Clear all cached items.

    +

    Returns void

get

  • get(key: string): undefined | T
  • +

    Getter of cached entries.

    +

    Parameters

    • key: string

      The key of the entry to retrieve.

      +

    Returns undefined | T

    The corresponding entry to the provided key if it is still valid, returns undefined otherwise.

    +

hasKey

  • hasKey(key: string): boolean
  • +

    Specifies whether an entry with a given key is defined in cache.

    +

    Parameters

    • key: string

      The entry's key

      +

    Returns boolean

    boolean A boolean value that indicates whether the entry exists in cache

    +

set

  • set(key: string, entry: T, expirationTime?: number): void
  • +

    Setter of entries in cache.

    +

    Parameters

    • key: string

      The entry's key

      +
    • entry: T

      The entry to cache

      +
    • Optional expirationTime: number

      The time expressed in UTC in which the given entry expires

      +

      Copyright Ⓒ 2021 SAP SE or an SAP affiliate company. All rights reserved.

      +

    Returns void

Legend

  • Namespace
  • Variable
  • Function
  • Function with type parameter
  • Type alias
  • Type alias with type parameter
  • Class
  • Class with type parameter
  • Method
  • Interface
  • Interface with type parameter
  • Enumeration

Settings

Theme

\ No newline at end of file diff --git a/docs/api/1.49.0/classes/sap_cloud_sdk_core.CollectionField.html b/docs/api/1.49.0/classes/sap_cloud_sdk_core.CollectionField.html new file mode 100644 index 0000000000..1ee8bccfe7 --- /dev/null +++ b/docs/api/1.49.0/classes/sap_cloud_sdk_core.CollectionField.html @@ -0,0 +1,26 @@ + +CollectionField | SAP Cloud SDK for JavaScript / TypeScript - v1.49.0
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class CollectionField<EntityT, CollectionFieldT, NullableT, SelectableT>

+

Represents a field of an entity or a complex type, that can have a collection as value.

+

Type parameters

  • EntityT: EntityBase

    +

    Type of the entity the field belongs to.

    +
  • CollectionFieldT: EdmTypeShared<"any"> | Record<string, any> = any

    +

    Type of of elements of the collection. This can either be an EDM type or complex type.

    +
  • NullableT: boolean = false

    +

    Boolean type that represents whether the field is nullable.

    +
  • SelectableT: boolean = false

    +

    Boolean type that represents whether the field is selectable.

    +

Hierarchy

  • Field<EntityT, NullableT, SelectableT>
    • CollectionField

Index

Constructors

constructor

  • +

    Creates an instance of CollectionField.

    +

    Type parameters

    Parameters

    • fieldName: string
      +

      Actual name of the field used in the OData request.

      +
    • _fieldOf: ConstructorOrField<EntityT, any>
      +

      The constructor of the entity or the complex type field this field belongs to.

      +
    • _fieldType: CollectionFieldType<CollectionFieldT>
      +

      Edm type of the field according to the metadata description.

      +
    • Optional fieldOptions: FieldOptions<NullableT, SelectableT>
      +

      Optional settings for this field.

      +

    Returns CollectionField<EntityT, CollectionFieldT, NullableT, SelectableT>

Properties

Readonly _entity

_entity: EntityT

Readonly _entityConstructor

_entityConstructor: Constructable<EntityT, unknown>

Readonly _fieldName

_fieldName: string

Readonly _fieldOf

_fieldOf: ConstructorOrField<EntityT, any>

Readonly _fieldOptions

_fieldOptions: Required<FieldOptions<NullableT, SelectableT>>

Readonly _fieldType

_fieldType: CollectionFieldType<CollectionFieldT>

Methods

fieldPath

  • fieldPath(): string
  • +

    Gets the path to the complex type property represented by this.

    +

    Returns string

    The path to the complex type property.

    +

    Copyright Ⓒ 2021 SAP SE or an SAP affiliate company. All rights reserved.

    +

Legend

  • Namespace
  • Variable
  • Function
  • Function with type parameter
  • Type alias
  • Type alias with type parameter
  • Class
  • Class with type parameter
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Enumeration
  • Inherited property

Settings

Theme

\ No newline at end of file diff --git a/docs/api/1.49.0/classes/sap_cloud_sdk_core.ComplexTypeAnyPropertyField.html b/docs/api/1.49.0/classes/sap_cloud_sdk_core.ComplexTypeAnyPropertyField.html new file mode 100644 index 0000000000..7b2168dda4 --- /dev/null +++ b/docs/api/1.49.0/classes/sap_cloud_sdk_core.ComplexTypeAnyPropertyField.html @@ -0,0 +1,28 @@ + +ComplexTypeAnyPropertyField | SAP Cloud SDK for JavaScript / TypeScript - v1.49.0
Options
All
  • Public
  • Public/Protected
  • All
Menu
deprecated

Since v1.47.0. Use EdmTypeField instead. +Represents a complex type property with with an unknown or currently unsupported EDM type like Edm.Geography.

+

Type parameters

  • EntityT: EntityBase

    +

    Type of the entity the field belongs to

    +
  • ComplexT = any

Hierarchy

  • AnyFieldBase<EntityT>
    • ComplexTypeAnyPropertyField

Index

Constructors

constructor

  • +

    Creates an instance of ComplexTypeAnyPropertyField.

    +

    Type parameters

    Parameters

    • fieldName: string
      +

      Actual name of the field used in the OData request

      +
    • fieldOf: ConstructorOrField<EntityT, ComplexT>
      +

      The constructor of the entity or the complex type this field belongs to

      +
    • edmType: EdmTypeShared<ODataVersionOf<EntityT>>
      +

      Type of the field according to the metadata description

      +

    Returns ComplexTypeAnyPropertyField<EntityT, ComplexT>

Properties

Readonly _entity

_entity: EntityT

Readonly _entityConstructor

_entityConstructor: Constructable<EntityT, unknown>

Readonly _fieldName

_fieldName: string

Readonly _fieldOf

_fieldOf: ConstructorOrField<EntityT, any>

Readonly _fieldOptions

_fieldOptions: Required<FieldOptions<false, false>>

Readonly edmType

edmType: any

Readonly fieldOf

fieldOf: ConstructorOrField<EntityT, ComplexT>
+

The constructor of the entity or the complex type this field belongs to

+

Methods

equals

  • equals(value: any): Filter<EntityT, any>
  • +

    Creates an instance of Filter for this field and the given value using the operator 'eq', i.e. ==.

    +

    Parameters

    • value: any

      Value to be used in the filter

      +

    Returns Filter<EntityT, any>

    The resulting filter

    +

fieldPath

  • fieldPath(): string
  • +

    Path to the field to be used in filter and order by queries. Combines the parent complex type name with the field name.

    +

    Returns string

    Path to the field to be used in filter and order by queries.

    +

notEquals

  • notEquals(value: any): Filter<EntityT, any>
  • +

    Creates an instance of Filter for this field and the given value using the operator 'ne', i.e. !=.

    +

    Parameters

    • value: any

      Value to be used in the filter

      +

    Returns Filter<EntityT, any>

    The resulting filter

    +

    Copyright Ⓒ 2021 SAP SE or an SAP affiliate company. All rights reserved.

    +

Legend

  • Namespace
  • Variable
  • Function
  • Function with type parameter
  • Type alias
  • Type alias with type parameter
  • Class
  • Class with type parameter
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Inherited property
  • Inherited method
  • Enumeration

Settings

Theme

\ No newline at end of file diff --git a/docs/api/1.49.0/classes/sap_cloud_sdk_core.ComplexTypeBigNumberPropertyField.html b/docs/api/1.49.0/classes/sap_cloud_sdk_core.ComplexTypeBigNumberPropertyField.html new file mode 100644 index 0000000000..2760f75a80 --- /dev/null +++ b/docs/api/1.49.0/classes/sap_cloud_sdk_core.ComplexTypeBigNumberPropertyField.html @@ -0,0 +1,54 @@ + +ComplexTypeBigNumberPropertyField | SAP Cloud SDK for JavaScript / TypeScript - v1.49.0
Options
All
  • Public
  • Public/Protected
  • All
Menu
deprecated

Since v1.47.0. Use OrderableEdmTypeField instead. +Represents a complex type property with a big number value.

+

Type parameters

  • EntityT: EntityBase

    +

    Type of the entity the field belongs to

    +
  • ComplexT = any

Hierarchy

  • BigNumberFieldBase<EntityT>
    • ComplexTypeBigNumberPropertyField

Index

Constructors

constructor

  • +

    Creates an instance of ComplexTypeBigNumberPropertyField.

    +

    Type parameters

    Parameters

    • fieldName: string
      +

      Actual name of the field used in the OData request

      +
    • fieldOf: ConstructorOrField<EntityT, ComplexT>
      +

      The constructor of the entity or the complex type this field belongs to

      +
    • edmType: EdmTypeShared<ODataVersionOf<EntityT>>
      +

      Type of the field according to the metadata description

      +

    Returns ComplexTypeBigNumberPropertyField<EntityT, ComplexT>

  • +

    Creates an instance of ComplexTypeBigNumberPropertyField.

    +
    deprecated

    Since v1.19.0.

    +

    Creates an instance of ComplexTypeBigNumberPropertyField.

    +

    Type parameters

    Parameters

    • fieldName: string
      +

      Actual name of the field used in the OData request

      +
    • entityConstructor: Constructable<EntityT, unknown>

      Constructor type of the entity the field belongs to

      +
    • parentTypeName: string

      Name of the parent complex type

      +
    • edmType: EdmTypeShared<ODataVersionOf<EntityT>>
      +

      Type of the field according to the metadata description

      +

    Returns ComplexTypeBigNumberPropertyField<EntityT, ComplexT>

Properties

Readonly _entity

_entity: EntityT

Readonly _entityConstructor

_entityConstructor: Constructable<EntityT, unknown>

Readonly _fieldName

_fieldName: string

Readonly _fieldOf

_fieldOf: ConstructorOrField<EntityT, any>

Readonly _fieldOptions

_fieldOptions: Required<FieldOptions<false, false>>

Readonly edmType

Readonly fieldOf

fieldOf: ConstructorOrField<EntityT, ComplexT>
+

The constructor of the entity or the complex type this field belongs to

+

Methods

equals

  • equals(value: BigNumber): Filter<EntityT, BigNumber>
  • +

    Creates an instance of Filter for this field and the given value using the operator 'eq', i.e. ==.

    +

    Parameters

    • value: BigNumber

      Value to be used in the filter

      +

    Returns Filter<EntityT, BigNumber>

    The resulting filter

    +

fieldPath

  • fieldPath(): string
  • +

    Path to the field to be used in filter and order by queries. Combines the parent complex type name with the field name.

    +

    Returns string

    Path to the field to be used in filter and order by queries.

    +

greaterOrEqual

  • greaterOrEqual(value: BigNumber): Filter<EntityT, BigNumber>
  • +

    Creates an instance of Filter for this field and the given value using the operator 'ge', i.e. >=.

    +

    Parameters

    • value: BigNumber

      Value to be used in the filter

      +

    Returns Filter<EntityT, BigNumber>

    The resulting filter

    +

greaterThan

  • greaterThan(value: BigNumber): Filter<EntityT, BigNumber>
  • +

    Creates an instance of Filter for this field and the given value using the operator 'gt', i.e. >.

    +

    Parameters

    • value: BigNumber

      Value to be used in the filter

      +

    Returns Filter<EntityT, BigNumber>

    The resulting filter

    +

lessOrEqual

  • lessOrEqual(value: BigNumber): Filter<EntityT, BigNumber>
  • +

    Creates an instance of Filter for this field and the given value using the operator 'le', i.e. <=.

    +

    Parameters

    • value: BigNumber

      Value to be used in the filter

      +

    Returns Filter<EntityT, BigNumber>

    The resulting filter

    +

lessThan

  • lessThan(value: BigNumber): Filter<EntityT, BigNumber>
  • +

    Creates an instance of Filter for this field and the given value using the operator 'lt', i.e. <.

    +

    Parameters

    • value: BigNumber

      Value to be used in the filter

      +

    Returns Filter<EntityT, BigNumber>

    The resulting filter

    +

notEquals

  • notEquals(value: BigNumber): Filter<EntityT, BigNumber>
  • +

    Creates an instance of Filter for this field and the given value using the operator 'ne', i.e. !=.

    +

    Parameters

    • value: BigNumber

      Value to be used in the filter

      +

    Returns Filter<EntityT, BigNumber>

    The resulting filter

    +

    Copyright Ⓒ 2021 SAP SE or an SAP affiliate company. All rights reserved.

    +

Legend

  • Namespace
  • Variable
  • Function
  • Function with type parameter
  • Type alias
  • Type alias with type parameter
  • Class
  • Class with type parameter
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Inherited property
  • Inherited method
  • Enumeration

Settings

Theme

\ No newline at end of file diff --git a/docs/api/1.49.0/classes/sap_cloud_sdk_core.ComplexTypeBinaryPropertyField.html b/docs/api/1.49.0/classes/sap_cloud_sdk_core.ComplexTypeBinaryPropertyField.html new file mode 100644 index 0000000000..952a744798 --- /dev/null +++ b/docs/api/1.49.0/classes/sap_cloud_sdk_core.ComplexTypeBinaryPropertyField.html @@ -0,0 +1,38 @@ + +ComplexTypeBinaryPropertyField | SAP Cloud SDK for JavaScript / TypeScript - v1.49.0
Options
All
  • Public
  • Public/Protected
  • All
Menu
deprecated

Since v1.47.0. Use EdmTypeField instead. +Represents a complex type property with a binary value.

+

Type parameters

  • EntityT: EntityBase

    +

    Type of the entity the field belongs to

    +
  • ComplexT = any

Hierarchy

Index

Constructors

constructor

  • +

    Creates an instance of ComplexTypeBinaryPropertyField.

    +

    Type parameters

    Parameters

    • fieldName: string
      +

      Actual name of the field used in the OData request

      +
    • fieldOf: ConstructorOrField<EntityT, ComplexT>
      +

      The constructor of the entity or the complex type this field belongs to

      +
    • edmType: EdmTypeShared<ODataVersionOf<EntityT>>
      +

      Type of the field according to the metadata description

      +

    Returns ComplexTypeBinaryPropertyField<EntityT, ComplexT>

  • +

    Creates an instance of ComplexTypeBinaryPropertyField.

    +
    deprecated

    Since v1.19.0.

    +

    Creates an instance of ComplexTypeBinaryPropertyField.

    +

    Type parameters

    Parameters

    • fieldName: string
      +

      Actual name of the field used in the OData request

      +
    • entityConstructor: Constructable<EntityT, unknown>

      Constructor type of the entity the field belongs to

      +
    • parentTypeName: string

      Name of the parent complex type

      +
    • edmType: EdmTypeShared<ODataVersionOf<EntityT>>
      +

      Type of the field according to the metadata description

      +

    Returns ComplexTypeBinaryPropertyField<EntityT, ComplexT>

Properties

Readonly _entity

_entity: EntityT

Readonly _entityConstructor

_entityConstructor: Constructable<EntityT, unknown>

Readonly _fieldName

_fieldName: string

Readonly _fieldOf

_fieldOf: ConstructorOrField<EntityT, any>

Readonly _fieldOptions

_fieldOptions: Required<FieldOptions<false, false>>

Readonly edmType

Readonly fieldOf

fieldOf: ConstructorOrField<EntityT, ComplexT>
+

The constructor of the entity or the complex type this field belongs to

+

Methods

equals

  • equals(value: string): Filter<EntityT, string>
  • +

    Creates an instance of Filter for this field and the given value using the operator 'eq', i.e. ==.

    +

    Parameters

    • value: string

      Value to be used in the filter

      +

    Returns Filter<EntityT, string>

    The resulting filter

    +

fieldPath

  • fieldPath(): string
  • +

    Path to the field to be used in filter and order by queries. Combines the parent complex type name with the field name.

    +

    Returns string

    Path to the field to be used in filter and order by queries.

    +

notEquals

  • notEquals(value: string): Filter<EntityT, string>
  • +

    Creates an instance of Filter for this field and the given value using the operator 'ne', i.e. !=.

    +

    Parameters

    • value: string

      Value to be used in the filter

      +

    Returns Filter<EntityT, string>

    The resulting filter

    +

    Copyright Ⓒ 2021 SAP SE or an SAP affiliate company. All rights reserved.

    +

Legend

  • Namespace
  • Variable
  • Function
  • Function with type parameter
  • Type alias
  • Type alias with type parameter
  • Class
  • Class with type parameter
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Inherited property
  • Inherited method
  • Enumeration

Settings

Theme

\ No newline at end of file diff --git a/docs/api/1.49.0/classes/sap_cloud_sdk_core.ComplexTypeBooleanPropertyField.html b/docs/api/1.49.0/classes/sap_cloud_sdk_core.ComplexTypeBooleanPropertyField.html new file mode 100644 index 0000000000..11b37af9f7 --- /dev/null +++ b/docs/api/1.49.0/classes/sap_cloud_sdk_core.ComplexTypeBooleanPropertyField.html @@ -0,0 +1,38 @@ + +ComplexTypeBooleanPropertyField | SAP Cloud SDK for JavaScript / TypeScript - v1.49.0
Options
All
  • Public
  • Public/Protected
  • All
Menu
deprecated

Since v1.47.0. Use EdmTypeField instead. +Represents a complex type property with a boolean value.

+

Type parameters

  • EntityT: EntityBase

    +

    Type of the entity the field belongs to

    +
  • ComplexT = any

Hierarchy

Index

Constructors

constructor

  • +

    Creates an instance of ComplexTypeBooleanPropertyField.

    +

    Type parameters

    Parameters

    • fieldName: string
      +

      Actual name of the field used in the OData request

      +
    • fieldOf: ConstructorOrField<EntityT, ComplexT>
      +

      The constructor of the entity or the complex type this field belongs to

      +
    • edmType: EdmTypeShared<ODataVersionOf<EntityT>>
      +

      Type of the field according to the metadata description

      +

    Returns ComplexTypeBooleanPropertyField<EntityT, ComplexT>

  • +

    Creates an instance of ComplexTypeBooleanPropertyField.

    +
    deprecated

    Since v1.19.0.

    +

    Creates an instance of ComplexTypeBooleanPropertyField.

    +

    Type parameters

    Parameters

    • fieldName: string
      +

      Actual name of the field used in the OData request

      +
    • entityConstructor: Constructable<EntityT, unknown>

      Constructor type of the entity the field belongs to

      +
    • parentTypeName: string

      Name of the parent complex type

      +
    • edmType: EdmTypeShared<ODataVersionOf<EntityT>>
      +

      Type of the field according to the metadata description

      +

    Returns ComplexTypeBooleanPropertyField<EntityT, ComplexT>

Properties

Readonly _entity

_entity: EntityT

Readonly _entityConstructor

_entityConstructor: Constructable<EntityT, unknown>

Readonly _fieldName

_fieldName: string

Readonly _fieldOf

_fieldOf: ConstructorOrField<EntityT, any>

Readonly _fieldOptions

_fieldOptions: Required<FieldOptions<false, false>>

Readonly edmType

Readonly fieldOf

fieldOf: ConstructorOrField<EntityT, ComplexT>
+

The constructor of the entity or the complex type this field belongs to

+

Methods

equals

  • equals(value: boolean): Filter<EntityT, boolean>
  • +

    Creates an instance of Filter for this field and the given value using the operator 'eq', i.e. ==.

    +

    Parameters

    • value: boolean

      Value to be used in the filter

      +

    Returns Filter<EntityT, boolean>

    The resulting filter

    +

fieldPath

  • fieldPath(): string
  • +

    Path to the field to be used in filter and order by queries. Combines the parent complex type name with the field name.

    +

    Returns string

    Path to the field to be used in filter and order by queries.

    +

notEquals

  • notEquals(value: boolean): Filter<EntityT, boolean>
  • +

    Creates an instance of Filter for this field and the given value using the operator 'ne', i.e. !=.

    +

    Parameters

    • value: boolean

      Value to be used in the filter

      +

    Returns Filter<EntityT, boolean>

    The resulting filter

    +

    Copyright Ⓒ 2021 SAP SE or an SAP affiliate company. All rights reserved.

    +

Legend

  • Namespace
  • Variable
  • Function
  • Function with type parameter
  • Type alias
  • Type alias with type parameter
  • Class
  • Class with type parameter
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Inherited property
  • Inherited method
  • Enumeration

Settings

Theme

\ No newline at end of file diff --git a/docs/api/1.49.0/classes/sap_cloud_sdk_core.ComplexTypeDatePropertyField.html b/docs/api/1.49.0/classes/sap_cloud_sdk_core.ComplexTypeDatePropertyField.html new file mode 100644 index 0000000000..e030cbb246 --- /dev/null +++ b/docs/api/1.49.0/classes/sap_cloud_sdk_core.ComplexTypeDatePropertyField.html @@ -0,0 +1,54 @@ + +ComplexTypeDatePropertyField | SAP Cloud SDK for JavaScript / TypeScript - v1.49.0
Options
All
  • Public
  • Public/Protected
  • All
Menu
deprecated

Since v1.47.0. Use OrderableEdmTypeField instead. +Represents a complex type property with a date value.

+

Type parameters

  • EntityT: EntityBase

    +

    Type of the entity the field belongs to

    +
  • ComplexT = any

Hierarchy

Index

Constructors

constructor

  • +

    Creates an instance of ComplexTypeDatePropertyField.

    +

    Type parameters

    Parameters

    • fieldName: string
      +

      Actual name of the field used in the OData request

      +
    • fieldOf: ConstructorOrField<EntityT, ComplexT>
      +

      The constructor of the entity or the complex type this field belongs to

      +
    • edmType: EdmTypeShared<ODataVersionOf<EntityT>>
      +

      Type of the field according to the metadata description

      +

    Returns ComplexTypeDatePropertyField<EntityT, ComplexT>

  • +

    Creates an instance of ComplexTypeDatePropertyField.

    +
    deprecated

    Since v1.19.0.

    +

    Creates an instance of ComplexTypeDatePropertyField.

    +

    Type parameters

    Parameters

    • fieldName: string
      +

      Actual name of the field used in the OData request

      +
    • entityConstructor: Constructable<EntityT, unknown>

      Constructor type of the entity the field belongs to

      +
    • parentTypeName: string

      Name of the parent complex type

      +
    • edmType: EdmTypeShared<ODataVersionOf<EntityT>>
      +

      Type of the field according to the metadata description

      +

    Returns ComplexTypeDatePropertyField<EntityT, ComplexT>

Properties

Readonly _entity

_entity: EntityT

Readonly _entityConstructor

_entityConstructor: Constructable<EntityT, unknown>

Readonly _fieldName

_fieldName: string

Readonly _fieldOf

_fieldOf: ConstructorOrField<EntityT, any>

Readonly _fieldOptions

_fieldOptions: Required<FieldOptions<false, false>>

Readonly edmType

Readonly fieldOf

fieldOf: ConstructorOrField<EntityT, ComplexT>
+

The constructor of the entity or the complex type this field belongs to

+

Methods

equals

  • equals(value: Moment): Filter<EntityT, Moment>
  • +

    Creates an instance of Filter for this field and the given value using the operator 'eq', i.e. ==.

    +

    Parameters

    • value: Moment

      Value to be used in the filter

      +

    Returns Filter<EntityT, Moment>

    The resulting filter

    +

fieldPath

  • fieldPath(): string
  • +

    Path to the field to be used in filter and order by queries. Combines the parent complex type name with the field name.

    +

    Returns string

    Path to the field to be used in filter and order by queries.

    +

greaterOrEqual

  • greaterOrEqual(value: Moment): Filter<EntityT, Moment>
  • +

    Creates an instance of Filter for this field and the given value using the operator 'ge', i.e. >=.

    +

    Parameters

    • value: Moment

      Value to be used in the filter

      +

    Returns Filter<EntityT, Moment>

    The resulting filter

    +

greaterThan

  • greaterThan(value: Moment): Filter<EntityT, Moment>
  • +

    Creates an instance of Filter for this field and the given value using the operator 'gt', i.e. >.

    +

    Parameters

    • value: Moment

      Value to be used in the filter

      +

    Returns Filter<EntityT, Moment>

    The resulting filter

    +

lessOrEqual

  • lessOrEqual(value: Moment): Filter<EntityT, Moment>
  • +

    Creates an instance of Filter for this field and the given value using the operator 'le', i.e. <=.

    +

    Parameters

    • value: Moment

      Value to be used in the filter

      +

    Returns Filter<EntityT, Moment>

    The resulting filter

    +

lessThan

  • lessThan(value: Moment): Filter<EntityT, Moment>
  • +

    Creates an instance of Filter for this field and the given value using the operator 'lt', i.e. <.

    +

    Parameters

    • value: Moment

      Value to be used in the filter

      +

    Returns Filter<EntityT, Moment>

    The resulting filter

    +

notEquals

  • notEquals(value: Moment): Filter<EntityT, Moment>
  • +

    Creates an instance of Filter for this field and the given value using the operator 'ne', i.e. !=.

    +

    Parameters

    • value: Moment

      Value to be used in the filter

      +

    Returns Filter<EntityT, Moment>

    The resulting filter

    +

    Copyright Ⓒ 2021 SAP SE or an SAP affiliate company. All rights reserved.

    +

Legend

  • Namespace
  • Variable
  • Function
  • Function with type parameter
  • Type alias
  • Type alias with type parameter
  • Class
  • Class with type parameter
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Inherited property
  • Inherited method
  • Enumeration

Settings

Theme

\ No newline at end of file diff --git a/docs/api/1.49.0/classes/sap_cloud_sdk_core.ComplexTypeDurationPropertyField.html b/docs/api/1.49.0/classes/sap_cloud_sdk_core.ComplexTypeDurationPropertyField.html new file mode 100644 index 0000000000..1e451e7448 --- /dev/null +++ b/docs/api/1.49.0/classes/sap_cloud_sdk_core.ComplexTypeDurationPropertyField.html @@ -0,0 +1,54 @@ + +ComplexTypeDurationPropertyField | SAP Cloud SDK for JavaScript / TypeScript - v1.49.0
Options
All
  • Public
  • Public/Protected
  • All
Menu
deprecated

Since v1.47.0. Use OrderableEdmTypeField instead. +Represents a complex type property with a duration value.

+

Type parameters

  • EntityT: EntityBase

    +

    Type of the entity the field belongs to

    +
  • ComplexT = any

Hierarchy

Index

Constructors

constructor

  • +

    Creates an instance of ComplexTypeDurationPropertyField.

    +

    Type parameters

    Parameters

    • fieldName: string
      +

      Actual name of the field used in the OData request

      +
    • fieldOf: ConstructorOrField<EntityT, ComplexT>
      +

      The constructor of the entity or the complex type this field belongs to

      +
    • edmType: EdmTypeShared<ODataVersionOf<EntityT>>
      +

      Type of the field according to the metadata description

      +

    Returns ComplexTypeDurationPropertyField<EntityT, ComplexT>

  • +

    Creates an instance of ComplexTypeDurationPropertyField.

    +
    deprecated

    Since v1.19.0.

    +

    Creates an instance of ComplexTypeDurationPropertyField.

    +

    Type parameters

    Parameters

    • fieldName: string
      +

      Actual name of the field used in the OData request

      +
    • entityConstructor: Constructable<EntityT, unknown>

      Constructor type of the entity the field belongs to

      +
    • parentTypeName: string

      Name of the parent complex type

      +
    • edmType: EdmTypeShared<ODataVersionOf<EntityT>>
      +

      Type of the field according to the metadata description

      +

    Returns ComplexTypeDurationPropertyField<EntityT, ComplexT>

Properties

Readonly _entity

_entity: EntityT

Readonly _entityConstructor

_entityConstructor: Constructable<EntityT, unknown>

Readonly _fieldName

_fieldName: string

Readonly _fieldOf

_fieldOf: ConstructorOrField<EntityT, any>

Readonly _fieldOptions

_fieldOptions: Required<FieldOptions<false, false>>

Readonly edmType

Readonly fieldOf

fieldOf: ConstructorOrField<EntityT, ComplexT>
+

The constructor of the entity or the complex type this field belongs to

+

Methods

equals

  • equals(value: Duration): Filter<EntityT, Duration>
  • +

    Creates an instance of Filter for this field and the given value using the operator 'eq', i.e. ==.

    +

    Parameters

    • value: Duration

      Value to be used in the filter

      +

    Returns Filter<EntityT, Duration>

    The resulting filter

    +

fieldPath

  • fieldPath(): string
  • +

    Path to the field to be used in filter and order by queries. Combines the parent complex type name with the field name.

    +

    Returns string

    Path to the field to be used in filter and order by queries.

    +

greaterOrEqual

  • greaterOrEqual(value: Duration): Filter<EntityT, Duration>
  • +

    Creates an instance of Filter for this field and the given value using the operator 'ge', i.e. >=.

    +

    Parameters

    • value: Duration

      Value to be used in the filter

      +

    Returns Filter<EntityT, Duration>

    The resulting filter

    +

greaterThan

  • greaterThan(value: Duration): Filter<EntityT, Duration>
  • +

    Creates an instance of Filter for this field and the given value using the operator 'gt', i.e. >.

    +

    Parameters

    • value: Duration

      Value to be used in the filter

      +

    Returns Filter<EntityT, Duration>

    The resulting filter

    +

lessOrEqual

  • lessOrEqual(value: Duration): Filter<EntityT, Duration>
  • +

    Creates an instance of Filter for this field and the given value using the operator 'le', i.e. <=.

    +

    Parameters

    • value: Duration

      Value to be used in the filter

      +

    Returns Filter<EntityT, Duration>

    The resulting filter

    +

lessThan

  • lessThan(value: Duration): Filter<EntityT, Duration>
  • +

    Creates an instance of Filter for this field and the given value using the operator 'lt', i.e. <.

    +

    Parameters

    • value: Duration

      Value to be used in the filter

      +

    Returns Filter<EntityT, Duration>

    The resulting filter

    +

notEquals

  • notEquals(value: Duration): Filter<EntityT, Duration>
  • +

    Creates an instance of Filter for this field and the given value using the operator 'ne', i.e. !=.

    +

    Parameters

    • value: Duration

      Value to be used in the filter

      +

    Returns Filter<EntityT, Duration>

    The resulting filter

    +

    Copyright Ⓒ 2021 SAP SE or an SAP affiliate company. All rights reserved.

    +

Legend

  • Namespace
  • Variable
  • Function
  • Function with type parameter
  • Type alias
  • Type alias with type parameter
  • Class
  • Class with type parameter
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Inherited property
  • Inherited method
  • Enumeration

Settings

Theme

\ No newline at end of file diff --git a/docs/api/1.49.0/classes/sap_cloud_sdk_core.ComplexTypeEnumPropertyField.html b/docs/api/1.49.0/classes/sap_cloud_sdk_core.ComplexTypeEnumPropertyField.html new file mode 100644 index 0000000000..011f32c79d --- /dev/null +++ b/docs/api/1.49.0/classes/sap_cloud_sdk_core.ComplexTypeEnumPropertyField.html @@ -0,0 +1,26 @@ + +ComplexTypeEnumPropertyField | SAP Cloud SDK for JavaScript / TypeScript - v1.49.0
Options
All
  • Public
  • Public/Protected
  • All
Menu
deprecated

Since v1.48.0. Use EnumField instead. +Represents a complex type property with a enum value.

+

Type parameters

  • EntityT: EntityBase

    +

    Type of the entity the field belongs to

    +
  • ComplexT = any

Hierarchy

  • EnumFieldBase<EntityT>
    • ComplexTypeEnumPropertyField

Index

Constructors

constructor

  • +

    Creates an instance of ComplexTypeEnumPropertyField.

    +

    Type parameters

    Parameters

    • fieldName: string
      +

      Actual name of the field used in the OData request

      +
    • fieldOf: ConstructorOrField<EntityT, ComplexT>
      +

      The constructor of the entity or the complex type this field belongs to

      +

    Returns ComplexTypeEnumPropertyField<EntityT, ComplexT>

Properties

Readonly _entity

_entity: EntityT

Readonly _entityConstructor

_entityConstructor: Constructable<EntityT, unknown>

Readonly _fieldName

_fieldName: string

Readonly _fieldOf

_fieldOf: ConstructorOrField<EntityT, any>

Readonly _fieldOptions

_fieldOptions: Required<FieldOptions<false, false>>

Readonly edmType

Readonly fieldOf

fieldOf: ConstructorOrField<EntityT, ComplexT>
+

The constructor of the entity or the complex type this field belongs to

+

Methods

equals

  • equals(value: string): Filter<EntityT, string>
  • +

    Creates an instance of Filter for this field and the given value using the operator 'eq', i.e. ==.

    +

    Parameters

    • value: string

      Value to be used in the filter

      +

    Returns Filter<EntityT, string>

    The resulting filter

    +

fieldPath

  • fieldPath(): string
  • +

    Path to the field to be used in filter and order by queries. Combines the parent complex type name with the field name.

    +

    Returns string

    Path to the field to be used in filter and order by queries.

    +

notEquals

  • notEquals(value: string): Filter<EntityT, string>
  • +

    Creates an instance of Filter for this field and the given value using the operator 'ne', i.e. !=.

    +

    Parameters

    • value: string

      Value to be used in the filter

      +

    Returns Filter<EntityT, string>

    The resulting filter

    +

    Copyright Ⓒ 2021 SAP SE or an SAP affiliate company. All rights reserved.

    +

Legend

  • Namespace
  • Variable
  • Function
  • Function with type parameter
  • Type alias
  • Type alias with type parameter
  • Class
  • Class with type parameter
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Inherited property
  • Inherited method
  • Enumeration

Settings

Theme

\ No newline at end of file diff --git a/docs/api/1.49.0/classes/sap_cloud_sdk_core.ComplexTypeField.html b/docs/api/1.49.0/classes/sap_cloud_sdk_core.ComplexTypeField.html new file mode 100644 index 0000000000..998aac0626 --- /dev/null +++ b/docs/api/1.49.0/classes/sap_cloud_sdk_core.ComplexTypeField.html @@ -0,0 +1,45 @@ + +ComplexTypeField | SAP Cloud SDK for JavaScript / TypeScript - v1.49.0
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class ComplexTypeField<EntityT, ComplexT, NullableT, SelectableT>

+

Represents a complex type property of an entity or a complex type.

+

ComplexTypeFields are used as static properties of entities and are generated from the metadata, i.e. for each property of +an OData entity, that has a complex type, there exists one static instance of ComplexTypeField (or rather one of its subclasses) in the corresponding generated class file. +ComplexTypeFields are used to represent the domain of complex or custom structures that can be used in select, filter and order by functions. +For example, when constructing a query on the TimeSheetEntry entity, an instance of ComplexTypeField<TimeSheetEntry> +can be supplied as argument to the select function, e.g. TimeSheetEntry.TIME_SHEET_DATA_FIELDS. +Moreover, classes implementing this abstract class will provide property fields, that can be used for filtering and ordering.

+

See also: Selectable

+

Type parameters

  • EntityT: EntityBase

    +

    Type of the entity the field belongs to.

    +
  • ComplexT = any

    +

    Type of complex type represented by this field.

    +
  • NullableT: boolean = false

    +

    Boolean type that represents whether the field is nullable.

    +
  • SelectableT: boolean = false

    +

    Boolean type that represents whether the field is selectable.

    +

Hierarchy

  • Field<EntityT, NullableT, SelectableT>
    • ComplexTypeField

Index

Constructors

constructor

  • new ComplexTypeField<EntityT, ComplexT, NullableT, SelectableT>(fieldName: string, entityConstructor: Constructable<EntityT, unknown>, complexTypeName: string): ComplexTypeField<EntityT, ComplexT, NullableT, SelectableT>
  • new ComplexTypeField<EntityT, ComplexT, NullableT, SelectableT>(fieldName: string, fieldOf: ConstructorOrField<EntityT, ComplexT>): ComplexTypeField<EntityT, ComplexT, NullableT, SelectableT>
  • new ComplexTypeField<EntityT, ComplexT, NullableT, SelectableT>(fieldName: string, fieldOf: ConstructorOrField<EntityT, ComplexT>, complexType: ComplexTypeNamespace<ComplexT>, fieldOptions?: FieldOptions<NullableT, SelectableT>): ComplexTypeField<EntityT, ComplexT, NullableT, SelectableT>
  • deprecated

    Since v1.19.0.

    +

    Creates an instance of ComplexTypeField.

    +

    Type parameters

    • EntityT: EntityBase<EntityT>

    • ComplexT = any

    • NullableT: boolean = false

    • SelectableT: boolean = false

    Parameters

    • fieldName: string
      +

      Actual name of the field as used in the OData request.

      +
    • entityConstructor: Constructable<EntityT, unknown>
      +

      Constructor type of the entity the field belongs to.

      +
    • complexTypeName: string
      +

      Name of the type of the field according to the metadata description.

      +

    Returns ComplexTypeField<EntityT, ComplexT, NullableT, SelectableT>

  • deprecated

    Since v1.27.0. Use other constructors instead. +Creates an instance of ComplexTypeField.

    +

    Type parameters

    • EntityT: EntityBase<EntityT>

    • ComplexT = any

    • NullableT: boolean = false

    • SelectableT: boolean = false

    Parameters

    • fieldName: string
      +

      Actual name of the field as used in the OData request.

      +
    • fieldOf: ConstructorOrField<EntityT, ComplexT>

      Either the parent entity constructor of the parent complex type this field belongs to.

      +

    Returns ComplexTypeField<EntityT, ComplexT, NullableT, SelectableT>

  • +

    Creates an instance of ComplexTypeField.

    +

    Type parameters

    • EntityT: EntityBase<EntityT>

    • ComplexT = any

    • NullableT: boolean = false

    • SelectableT: boolean = false

    Parameters

    • fieldName: string
      +

      Actual name of the field as used in the OData request.

      +
    • fieldOf: ConstructorOrField<EntityT, ComplexT>

      Either the parent entity constructor of the parent complex type this field belongs to.

      +
    • complexType: ComplexTypeNamespace<ComplexT>

      The complex type of the complex type property represented by this.

      +
    • Optional fieldOptions: FieldOptions<NullableT, SelectableT>

      Optional settings for this field.

      +

    Returns ComplexTypeField<EntityT, ComplexT, NullableT, SelectableT>

Properties

Readonly _complexType

_complexType: ComplexTypeNamespace<ComplexT>
+

The complex type of the complex type property represented by this.

+

Readonly _entity

_entity: EntityT

Readonly _entityConstructor

_entityConstructor: Constructable<EntityT, unknown>

Readonly _fieldName

_fieldName: string

Readonly _fieldOptions

_fieldOptions: Required<FieldOptions<NullableT, SelectableT>>

Readonly fieldOf

fieldOf: ConstructorOrField<EntityT, ComplexT>

Methods

fieldPath

  • fieldPath(): string
  • +

    Gets the path to the complex type property represented by this.

    +

    Returns string

    The path to the complex type property.

    +

    Copyright Ⓒ 2021 SAP SE or an SAP affiliate company. All rights reserved.

    +

Legend

  • Namespace
  • Variable
  • Function
  • Function with type parameter
  • Type alias
  • Type alias with type parameter
  • Class
  • Class with type parameter
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Enumeration
  • Inherited property

Settings

Theme

\ No newline at end of file diff --git a/docs/api/1.49.0/classes/sap_cloud_sdk_core.ComplexTypeNumberPropertyField.html b/docs/api/1.49.0/classes/sap_cloud_sdk_core.ComplexTypeNumberPropertyField.html new file mode 100644 index 0000000000..7e853c680b --- /dev/null +++ b/docs/api/1.49.0/classes/sap_cloud_sdk_core.ComplexTypeNumberPropertyField.html @@ -0,0 +1,54 @@ + +ComplexTypeNumberPropertyField | SAP Cloud SDK for JavaScript / TypeScript - v1.49.0
Options
All
  • Public
  • Public/Protected
  • All
Menu
deprecated

Since v1.47.0. Use OrderableEdmTypeField instead. +Represents a complex type property with a number value.

+

Type parameters

  • EntityT: EntityBase

    +

    Type of the entity the field belongs to

    +
  • ComplexT = any

Hierarchy

Index

Constructors

constructor

  • +

    Creates an instance of ComplexTypeNumberPropertyField.

    +

    Type parameters

    Parameters

    • fieldName: string
      +

      Actual name of the field used in the OData request

      +
    • fieldOf: ConstructorOrField<EntityT, ComplexT>
      +

      The constructor of the entity or the complex type this field belongs to

      +
    • edmType: EdmTypeShared<ODataVersionOf<EntityT>>
      +

      Type of the field according to the metadata description

      +

    Returns ComplexTypeNumberPropertyField<EntityT, ComplexT>

  • +

    Creates an instance of ComplexTypeNumberPropertyField.

    +
    deprecated

    Since v1.19.0.

    +

    Creates an instance of ComplexTypeNumberPropertyField.

    +

    Type parameters

    Parameters

    • fieldName: string
      +

      Actual name of the field used in the OData request

      +
    • entityConstructor: Constructable<EntityT, unknown>

      Constructor type of the entity the field belongs to

      +
    • parentTypeName: string

      Name of the parent complex type

      +
    • edmType: EdmTypeShared<ODataVersionOf<EntityT>>
      +

      Type of the field according to the metadata description

      +

    Returns ComplexTypeNumberPropertyField<EntityT, ComplexT>

Properties

Readonly _entity

_entity: EntityT

Readonly _entityConstructor

_entityConstructor: Constructable<EntityT, unknown>

Readonly _fieldName

_fieldName: string

Readonly _fieldOf

_fieldOf: ConstructorOrField<EntityT, any>

Readonly _fieldOptions

_fieldOptions: Required<FieldOptions<false, false>>

Readonly edmType

Readonly fieldOf

fieldOf: ConstructorOrField<EntityT, ComplexT>
+

The constructor of the entity or the complex type this field belongs to

+

Methods

equals

  • equals(value: number): Filter<EntityT, number>
  • +

    Creates an instance of Filter for this field and the given value using the operator 'eq', i.e. ==.

    +

    Parameters

    • value: number

      Value to be used in the filter

      +

    Returns Filter<EntityT, number>

    The resulting filter

    +

fieldPath

  • fieldPath(): string
  • +

    Path to the field to be used in filter and order by queries. Combines the parent complex type name with the field name.

    +

    Returns string

    Path to the field to be used in filter and order by queries.

    +

greaterOrEqual

  • greaterOrEqual(value: number): Filter<EntityT, number>
  • +

    Creates an instance of Filter for this field and the given value using the operator 'ge', i.e. >=.

    +

    Parameters

    • value: number

      Value to be used in the filter

      +

    Returns Filter<EntityT, number>

    The resulting filter

    +

greaterThan

  • greaterThan(value: number): Filter<EntityT, number>
  • +

    Creates an instance of Filter for this field and the given value using the operator 'gt', i.e. >.

    +

    Parameters

    • value: number

      Value to be used in the filter

      +

    Returns Filter<EntityT, number>

    The resulting filter

    +

lessOrEqual

  • lessOrEqual(value: number): Filter<EntityT, number>
  • +

    Creates an instance of Filter for this field and the given value using the operator 'le', i.e. <=.

    +

    Parameters

    • value: number

      Value to be used in the filter

      +

    Returns Filter<EntityT, number>

    The resulting filter

    +

lessThan

  • lessThan(value: number): Filter<EntityT, number>
  • +

    Creates an instance of Filter for this field and the given value using the operator 'lt', i.e. <.

    +

    Parameters

    • value: number

      Value to be used in the filter

      +

    Returns Filter<EntityT, number>

    The resulting filter

    +

notEquals

  • notEquals(value: number): Filter<EntityT, number>
  • +

    Creates an instance of Filter for this field and the given value using the operator 'ne', i.e. !=.

    +

    Parameters

    • value: number

      Value to be used in the filter

      +

    Returns Filter<EntityT, number>

    The resulting filter

    +

    Copyright Ⓒ 2021 SAP SE or an SAP affiliate company. All rights reserved.

    +

Legend

  • Namespace
  • Variable
  • Function
  • Function with type parameter
  • Type alias
  • Type alias with type parameter
  • Class
  • Class with type parameter
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Inherited property
  • Inherited method
  • Enumeration

Settings

Theme

\ No newline at end of file diff --git a/docs/api/1.49.0/classes/sap_cloud_sdk_core.ComplexTypeStringPropertyField.html b/docs/api/1.49.0/classes/sap_cloud_sdk_core.ComplexTypeStringPropertyField.html new file mode 100644 index 0000000000..7146b9ff6f --- /dev/null +++ b/docs/api/1.49.0/classes/sap_cloud_sdk_core.ComplexTypeStringPropertyField.html @@ -0,0 +1,38 @@ + +ComplexTypeStringPropertyField | SAP Cloud SDK for JavaScript / TypeScript - v1.49.0
Options
All
  • Public
  • Public/Protected
  • All
Menu
deprecated

Since v1.47.0. Use EdmTypeField instead. +Represents a complex type property with a string value.

+

Type parameters

  • EntityT: EntityBase

    +

    Type of the entity the field belongs to

    +
  • ComplexT = any

Hierarchy

  • StringFieldBase<EntityT>
    • ComplexTypeStringPropertyField

Index

Constructors

constructor

  • +

    Creates an instance of ComplexTypeStringPropertyField.

    +

    Type parameters

    Parameters

    • fieldName: string
      +

      Actual name of the field used in the OData request

      +
    • fieldOf: ConstructorOrField<EntityT, ComplexT>
      +

      The constructor of the entity or the complex type this field belongs to

      +
    • edmType: EdmTypeShared<ODataVersionOf<EntityT>>
      +

      Type of the field according to the metadata description

      +

    Returns ComplexTypeStringPropertyField<EntityT, ComplexT>

  • +

    Creates an instance of ComplexTypeStringPropertyField.

    +
    deprecated

    Since v1.19.0.

    +

    Creates an instance of ComplexTypeStringPropertyField.

    +

    Type parameters

    Parameters

    • fieldName: string
      +

      Actual name of the field used in the OData request

      +
    • entityConstructor: Constructable<EntityT, unknown>

      Constructor type of the entity the field belongs to

      +
    • parentTypeName: string

      Name of the parent complex type

      +
    • edmType: EdmTypeShared<ODataVersionOf<EntityT>>
      +

      Type of the field according to the metadata description

      +

    Returns ComplexTypeStringPropertyField<EntityT, ComplexT>

Properties

Readonly _entity

_entity: EntityT

Readonly _entityConstructor

_entityConstructor: Constructable<EntityT, unknown>

Readonly _fieldName

_fieldName: string

Readonly _fieldOf

_fieldOf: ConstructorOrField<EntityT, any>

Readonly _fieldOptions

_fieldOptions: Required<FieldOptions<false, false>>

Readonly edmType

Readonly fieldOf

fieldOf: ConstructorOrField<EntityT, ComplexT>
+

The constructor of the entity or the complex type this field belongs to

+

Methods

equals

  • equals(value: string): Filter<EntityT, string>
  • +

    Creates an instance of Filter for this field and the given value using the operator 'eq', i.e. ==.

    +

    Parameters

    • value: string

      Value to be used in the filter

      +

    Returns Filter<EntityT, string>

    The resulting filter

    +

fieldPath

  • fieldPath(): string
  • +

    Path to the field to be used in filter and order by queries. Combines the parent complex type name with the field name.

    +

    Returns string

    Path to the field to be used in filter and order by queries.

    +

notEquals

  • notEquals(value: string): Filter<EntityT, string>
  • +

    Creates an instance of Filter for this field and the given value using the operator 'ne', i.e. !=.

    +

    Parameters

    • value: string

      Value to be used in the filter

      +

    Returns Filter<EntityT, string>

    The resulting filter

    +

    Copyright Ⓒ 2021 SAP SE or an SAP affiliate company. All rights reserved.

    +

Legend

  • Namespace
  • Variable
  • Function
  • Function with type parameter
  • Type alias
  • Type alias with type parameter
  • Class
  • Class with type parameter
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Inherited property
  • Inherited method
  • Enumeration

Settings

Theme

\ No newline at end of file diff --git a/docs/api/1.49.0/classes/sap_cloud_sdk_core.ComplexTypeTimePropertyField.html b/docs/api/1.49.0/classes/sap_cloud_sdk_core.ComplexTypeTimePropertyField.html new file mode 100644 index 0000000000..050316158b --- /dev/null +++ b/docs/api/1.49.0/classes/sap_cloud_sdk_core.ComplexTypeTimePropertyField.html @@ -0,0 +1,54 @@ + +ComplexTypeTimePropertyField | SAP Cloud SDK for JavaScript / TypeScript - v1.49.0
Options
All
  • Public
  • Public/Protected
  • All
Menu
deprecated

Since v1.47.0. Use OrderableEdmTypeField instead. +Represents a complex type property with a time value.

+

Type parameters

  • EntityT: EntityBase

    +

    Type of the entity the field belongs to

    +
  • ComplexT = any

Hierarchy

Index

Constructors

constructor

  • +

    Creates an instance of ComplexTypeTimePropertyField.

    +

    Type parameters

    Parameters

    • fieldName: string
      +

      Actual name of the field used in the OData request

      +
    • fieldOf: ConstructorOrField<EntityT, ComplexT>
      +

      The constructor of the entity or the complex type this field belongs to

      +
    • edmType: EdmTypeShared<ODataVersionOf<EntityT>>
      +

      Type of the field according to the metadata description

      +

    Returns ComplexTypeTimePropertyField<EntityT, ComplexT>

  • +

    Creates an instance of ComplexTypeTimePropertyField.

    +
    deprecated

    Since v1.19.0.

    +

    Creates an instance of ComplexTypeTimePropertyField.

    +

    Type parameters

    Parameters

    • fieldName: string
      +

      Actual name of the field used in the OData request

      +
    • entityConstructor: Constructable<EntityT, unknown>

      Constructor type of the entity the field belongs to

      +
    • parentTypeName: string

      Name of the parent complex type

      +
    • edmType: EdmTypeShared<ODataVersionOf<EntityT>>
      +

      Type of the field according to the metadata description

      +

    Returns ComplexTypeTimePropertyField<EntityT, ComplexT>

Properties

Readonly _entity

_entity: EntityT

Readonly _entityConstructor

_entityConstructor: Constructable<EntityT, unknown>

Readonly _fieldName

_fieldName: string

Readonly _fieldOf

_fieldOf: ConstructorOrField<EntityT, any>

Readonly _fieldOptions

_fieldOptions: Required<FieldOptions<false, false>>

Readonly edmType

Readonly fieldOf

fieldOf: ConstructorOrField<EntityT, ComplexT>
+

The constructor of the entity or the complex type this field belongs to

+

Methods

equals

  • +

    Creates an instance of Filter for this field and the given value using the operator 'eq', i.e. ==.

    +

    Parameters

    • value: Time

      Value to be used in the filter

      +

    Returns Filter<EntityT, Time>

    The resulting filter

    +

fieldPath

  • fieldPath(): string
  • +

    Path to the field to be used in filter and order by queries. Combines the parent complex type name with the field name.

    +

    Returns string

    Path to the field to be used in filter and order by queries.

    +

greaterOrEqual

  • +

    Creates an instance of Filter for this field and the given value using the operator 'ge', i.e. >=.

    +

    Parameters

    • value: Time

      Value to be used in the filter

      +

    Returns Filter<EntityT, Time>

    The resulting filter

    +

greaterThan

  • +

    Creates an instance of Filter for this field and the given value using the operator 'gt', i.e. >.

    +

    Parameters

    • value: Time

      Value to be used in the filter

      +

    Returns Filter<EntityT, Time>

    The resulting filter

    +

lessOrEqual

  • +

    Creates an instance of Filter for this field and the given value using the operator 'le', i.e. <=.

    +

    Parameters

    • value: Time

      Value to be used in the filter

      +

    Returns Filter<EntityT, Time>

    The resulting filter

    +

lessThan

  • +

    Creates an instance of Filter for this field and the given value using the operator 'lt', i.e. <.

    +

    Parameters

    • value: Time

      Value to be used in the filter

      +

    Returns Filter<EntityT, Time>

    The resulting filter

    +

notEquals

  • +

    Creates an instance of Filter for this field and the given value using the operator 'ne', i.e. !=.

    +

    Parameters

    • value: Time

      Value to be used in the filter

      +

    Returns Filter<EntityT, Time>

    The resulting filter

    +

    Copyright Ⓒ 2021 SAP SE or an SAP affiliate company. All rights reserved.

    +

Legend

  • Namespace
  • Variable
  • Function
  • Function with type parameter
  • Type alias
  • Type alias with type parameter
  • Class
  • Class with type parameter
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Inherited property
  • Inherited method
  • Enumeration

Settings

Theme

\ No newline at end of file diff --git a/docs/api/1.49.0/classes/sap_cloud_sdk_core.CountRequestBuilder.html b/docs/api/1.49.0/classes/sap_cloud_sdk_core.CountRequestBuilder.html new file mode 100644 index 0000000000..b4d477ae63 --- /dev/null +++ b/docs/api/1.49.0/classes/sap_cloud_sdk_core.CountRequestBuilder.html @@ -0,0 +1,69 @@ + +CountRequestBuilder | SAP Cloud SDK for JavaScript / TypeScript - v1.49.0
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

Create an OData request to count entities based on the configuration of the request. +A CountRequestBuilder allows only for execution of the request. +If you want to apply query parameters like filter, skip or top do it on the GetAllRequestBuilder the count is created from.

+

Type parameters

  • EntityT: EntityBase

    +

    Type of the entity to be requested

    +

Hierarchy

Index

Constructors

constructor

Properties

Readonly getAllRequest

getAllRequest: GetAllRequestBuilderBase<EntityT>

requestConfig

requestConfig: ODataCountRequestConfig<EntityT>

Methods

addCustomHeaders

  • +

    Add custom headers to the request. Existing headers will be overwritten.

    +

    Parameters

    • headers: Record<string, string>

      Key-value pairs denoting additional custom headers.

      +

    Returns CountRequestBuilder<EntityT>

    The request builder itself, to facilitate method chaining.

    +

addCustomQueryParameters

  • addCustomQueryParameters(queryParameters: Record<string, string>): CountRequestBuilder<EntityT>
  • +

    Add custom query parameters to the request. If a query parameter with the given name already exists it is overwritten.

    +

    Parameters

    • queryParameters: Record<string, string>

      Key-value pairs denoting additional custom query parameters to be set in the request.

      +

    Returns CountRequestBuilder<EntityT>

    The request builder itself, to facilitate method chaining

    +

addCustomRequestConfiguration

  • addCustomRequestConfiguration(requestConfiguration: Record<string, string>): CountRequestBuilder<EntityT>
  • +

    Add a custom request configuration to the request. Typically, this is used when specifying a response type for downloading files. +If the custom request configuration contains disallowed keys, those will be ignored.

    +

    Parameters

    • requestConfiguration: Record<string, string>

      Key-value pairs denoting additional custom request configuration options to be set in the request.

      +

    Returns CountRequestBuilder<EntityT>

    The request builder itself, to facilitate method chaining.

    +

appendPath

  • +

    Append the given path to the URL. +This can be used for querying navigation properties of an entity. +To execute a request with an appended path use executeRaw to avoid errors during deserialization. When using this, the execute method is omitted from the return type.

    +

    Parameters

    • Rest ...path: string[]

      Path to be appended.

      +

    Returns Omit<CountRequestBuilder<EntityT>, "execute">

    The request builder itself without "execute" function, to facilitate method chaining.

    +

build

execute

  • +

    Execute request.

    +

    Parameters

    Returns Promise<number>

    A promise resolving to the number of entities

    +

executeRaw

relativeUrl

  • relativeUrl(): string
  • +

    Create the relative URL based on configuration of the given builder.

    +

    Returns string

    The relative URL for the request

    +

setCustomServicePath

  • +

    Replace the default service path with the given custom path. +In case of the SAP S/4HANA APIs the servicePath defaults to /sap/opu/odata/sap/<SERVICE_NAME> and can be overwritten here.

    +

    Parameters

    • servicePath: string

      Path to override the default with

      +

    Returns CountRequestBuilder<EntityT>

    The request builder itself, to facilitate method chaining

    +

skipCsrfTokenFetching

  • +

    Skip fetching csrf token for this request, which is typically useful when the csrf token is not required.

    +

    Returns CountRequestBuilder<EntityT>

    The request builder itself, to facilitate method chaining.

    +

url

  • +

    Create the URL based on configuration of the given builder.

    +

    Parameters

    Returns Promise<string>

    Promise resolving to the URL for the request

    +

withCustomHeaders

  • deprecated

    Since version 1.34.0 Use addCustomHeaders instead. +Add custom headers to the request.

    +

    Parameters

    • headers: Record<string, string>

      Key-value pairs denoting additional custom headers.

      +

    Returns CountRequestBuilder<EntityT>

    The request builder itself, to facilitate method chaining.

    +

withCustomQueryParameters

  • withCustomQueryParameters(queryParameters: Record<string, string>): CountRequestBuilder<EntityT>
  • deprecated

    Since version 1.34.0 Use addCustomQueryParameters instead. +Add custom query parameters to the request.

    +

    Parameters

    • queryParameters: Record<string, string>

      Key-value pairs denoting additional custom query parameters to be set in the request.

      +

    Returns CountRequestBuilder<EntityT>

    The request builder itself, to facilitate method chaining.

    +

withCustomServicePath

  • deprecated

    Since version 1.34.0 Use setCustomServicePath instead. +Replace the default service path with the given custom path. +In case of the SAP S/4HANA APIs the servicePath defaults to /sap/opu/odata/sap/<SERVICE_NAME> and can be overwritten here.

    +

    Parameters

    • servicePath: string

      Path to override the default with.

      +

    Returns CountRequestBuilder<EntityT>

    The request builder itself, to facilitate method chaining.

    +

    Copyright Ⓒ 2021 SAP SE or an SAP affiliate company. All rights reserved.

    +

Legend

  • Namespace
  • Variable
  • Function
  • Function with type parameter
  • Type alias
  • Type alias with type parameter
  • Class
  • Class with type parameter
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Inherited property
  • Inherited method
  • Enumeration

Settings

Theme

\ No newline at end of file diff --git a/docs/api/1.49.0/classes/sap_cloud_sdk_core.CreateRequestBuilder.html b/docs/api/1.49.0/classes/sap_cloud_sdk_core.CreateRequestBuilder.html new file mode 100644 index 0000000000..560dd34011 --- /dev/null +++ b/docs/api/1.49.0/classes/sap_cloud_sdk_core.CreateRequestBuilder.html @@ -0,0 +1,78 @@ + +CreateRequestBuilder | SAP Cloud SDK for JavaScript / TypeScript - v1.49.0
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

Create OData request to create an entity.

+

Type parameters

  • EntityT: Entity

    +

    Type of the entity to be created

    +

Hierarchy

Implements

  • EntityIdentifiable<EntityT>

Index

Constructors

constructor

  • new CreateRequestBuilder<EntityT>(_entityConstructor: Constructable<EntityT, unknown>, _entity: EntityT): CreateRequestBuilder<EntityT>
  • +

    Creates an instance of CreateRequestBuilder.

    +

    Type parameters

    Parameters

    • _entityConstructor: Constructable<EntityT, unknown>
      +

      Constructor type of the entity to be created

      +
    • _entity: EntityT
      +

      Entity to be created

      +

    Returns CreateRequestBuilder<EntityT>

Properties

Readonly _entity

_entity: EntityT

Readonly _entityConstructor

_entityConstructor: Constructable<EntityT, unknown>

Readonly deserializer

deserializer: EntityDeserializer<any>

Readonly odataUri

odataUri: ODataUri

requestConfig

requestConfig: ODataCreateRequestConfig<EntityT>

Readonly responseDataAccessor

responseDataAccessor: ResponseDataAccessor

Readonly serializer

serializer: EntitySerializer<any, any>

Accessors

entity

  • get entity(): EntityT
  • Returns EntityT

Methods

addCustomHeaders

  • +

    Add custom headers to the request. Existing headers will be overwritten.

    +

    Parameters

    • headers: Record<string, string>

      Key-value pairs denoting additional custom headers.

      +

    Returns CreateRequestBuilder<EntityT>

    The request builder itself, to facilitate method chaining.

    +

addCustomQueryParameters

  • +

    Add custom query parameters to the request. If a query parameter with the given name already exists it is overwritten.

    +

    Parameters

    • queryParameters: Record<string, string>

      Key-value pairs denoting additional custom query parameters to be set in the request.

      +

    Returns CreateRequestBuilder<EntityT>

    The request builder itself, to facilitate method chaining

    +

addCustomRequestConfiguration

  • addCustomRequestConfiguration(requestConfiguration: Record<string, string>): CreateRequestBuilder<EntityT>
  • +

    Add a custom request configuration to the request. Typically, this is used when specifying a response type for downloading files. +If the custom request configuration contains disallowed keys, those will be ignored.

    +

    Parameters

    • requestConfiguration: Record<string, string>

      Key-value pairs denoting additional custom request configuration options to be set in the request.

      +

    Returns CreateRequestBuilder<EntityT>

    The request builder itself, to facilitate method chaining.

    +

appendPath

  • +

    Append the given path to the URL. +This can be used for querying navigation properties of an entity. +To execute a request with an appended path use executeRaw to avoid errors during deserialization. When using this, the execute method is omitted from the return type.

    +

    Parameters

    • Rest ...path: string[]

      Path to be appended.

      +

    Returns Omit<CreateRequestBuilder<EntityT>, "execute">

    The request builder itself without "execute" function, to facilitate method chaining.

    +

asChildOf

  • asChildOf<ParentEntityT>(parentEntity: ParentEntityT, linkField: Link<ParentEntityT, EntityT>): CreateRequestBuilder<EntityT>
  • +

    Specifies the parent of the entity to create.

    +

    Type parameters

    Parameters

    • parentEntity: ParentEntityT

      Parent of the entity to create

      +
    • linkField: Link<ParentEntityT, EntityT>

      Static representation of the navigation property that navigates from the parent entity to the child entity

      +

    Returns CreateRequestBuilder<EntityT>

    The entity itself, to facilitate method chaining

    +

build

execute

  • +

    Execute query.

    +

    Parameters

    Returns Promise<EntityT>

    A promise resolving to the created entity

    +

executeRaw

prepare

  • deprecated

    Since v1.29.0. This method should never be called, it has severe side effects. * Builds the payload of the query.

    +

    Returns CreateRequestBuilder<EntityT>

    the builder itself

    +

relativeUrl

  • relativeUrl(): string
  • +

    Create the relative URL based on configuration of the given builder.

    +

    Returns string

    The relative URL for the request

    +

setCustomServicePath

  • +

    Replace the default service path with the given custom path. +In case of the SAP S/4HANA APIs the servicePath defaults to /sap/opu/odata/sap/<SERVICE_NAME> and can be overwritten here.

    +

    Parameters

    • servicePath: string

      Path to override the default with

      +

    Returns CreateRequestBuilder<EntityT>

    The request builder itself, to facilitate method chaining

    +

skipCsrfTokenFetching

  • +

    Skip fetching csrf token for this request, which is typically useful when the csrf token is not required.

    +

    Returns CreateRequestBuilder<EntityT>

    The request builder itself, to facilitate method chaining.

    +

url

  • +

    Create the URL based on configuration of the given builder.

    +

    Parameters

    Returns Promise<string>

    Promise resolving to the URL for the request

    +

withCustomHeaders

  • deprecated

    Since version 1.34.0 Use addCustomHeaders instead. +Add custom headers to the request.

    +

    Parameters

    • headers: Record<string, string>

      Key-value pairs denoting additional custom headers.

      +

    Returns CreateRequestBuilder<EntityT>

    The request builder itself, to facilitate method chaining.

    +

withCustomQueryParameters

  • deprecated

    Since version 1.34.0 Use addCustomQueryParameters instead. +Add custom query parameters to the request.

    +

    Parameters

    • queryParameters: Record<string, string>

      Key-value pairs denoting additional custom query parameters to be set in the request.

      +

    Returns CreateRequestBuilder<EntityT>

    The request builder itself, to facilitate method chaining.

    +

withCustomServicePath

  • deprecated

    Since version 1.34.0 Use setCustomServicePath instead. +Replace the default service path with the given custom path. +In case of the SAP S/4HANA APIs the servicePath defaults to /sap/opu/odata/sap/<SERVICE_NAME> and can be overwritten here.

    +

    Parameters

    • servicePath: string

      Path to override the default with.

      +

    Returns CreateRequestBuilder<EntityT>

    The request builder itself, to facilitate method chaining.

    +

    Copyright Ⓒ 2021 SAP SE or an SAP affiliate company. All rights reserved.

    +

Legend

  • Namespace
  • Variable
  • Function
  • Function with type parameter
  • Type alias
  • Type alias with type parameter
  • Class
  • Class with type parameter
  • Property
  • Interface
  • Interface with type parameter
  • Inherited property
  • Inherited method
  • Enumeration

Settings

Theme

\ No newline at end of file diff --git a/docs/api/1.49.0/classes/sap_cloud_sdk_core.CreateRequestBuilderBase.html b/docs/api/1.49.0/classes/sap_cloud_sdk_core.CreateRequestBuilderBase.html new file mode 100644 index 0000000000..0e235e90d7 --- /dev/null +++ b/docs/api/1.49.0/classes/sap_cloud_sdk_core.CreateRequestBuilderBase.html @@ -0,0 +1,78 @@ + +CreateRequestBuilderBase | SAP Cloud SDK for JavaScript / TypeScript - v1.49.0
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

Abstract create request class holding the parts shared in OData v2 and v4.

+

Type parameters

  • EntityT: EntityBase

    +

    Type of the entity to be created

    +

Hierarchy

Implements

  • EntityIdentifiable<EntityT>

Index

Constructors

constructor

Properties

Readonly _entity

_entity: EntityT

Readonly _entityConstructor

_entityConstructor: Constructable<EntityT, unknown>

Readonly deserializer

deserializer: EntityDeserializer<any>

Readonly odataUri

odataUri: ODataUri

requestConfig

requestConfig: ODataCreateRequestConfig<EntityT>

Readonly responseDataAccessor

responseDataAccessor: ResponseDataAccessor

Readonly serializer

serializer: EntitySerializer<any, any>

Accessors

entity

  • get entity(): EntityT
  • Returns EntityT

Methods

addCustomHeaders

  • +

    Add custom headers to the request. Existing headers will be overwritten.

    +

    Parameters

    • headers: Record<string, string>

      Key-value pairs denoting additional custom headers.

      +

    Returns CreateRequestBuilderBase<EntityT>

    The request builder itself, to facilitate method chaining.

    +

addCustomQueryParameters

  • +

    Add custom query parameters to the request. If a query parameter with the given name already exists it is overwritten.

    +

    Parameters

    • queryParameters: Record<string, string>

      Key-value pairs denoting additional custom query parameters to be set in the request.

      +

    Returns CreateRequestBuilderBase<EntityT>

    The request builder itself, to facilitate method chaining

    +

addCustomRequestConfiguration

  • +

    Add a custom request configuration to the request. Typically, this is used when specifying a response type for downloading files. +If the custom request configuration contains disallowed keys, those will be ignored.

    +

    Parameters

    • requestConfiguration: Record<string, string>

      Key-value pairs denoting additional custom request configuration options to be set in the request.

      +

    Returns CreateRequestBuilderBase<EntityT>

    The request builder itself, to facilitate method chaining.

    +

appendPath

  • +

    Append the given path to the URL. +This can be used for querying navigation properties of an entity. +To execute a request with an appended path use executeRaw to avoid errors during deserialization. When using this, the execute method is omitted from the return type.

    +

    Parameters

    • Rest ...path: string[]

      Path to be appended.

      +

    Returns Omit<CreateRequestBuilderBase<EntityT>, "execute">

    The request builder itself without "execute" function, to facilitate method chaining.

    +

asChildOf

  • +

    Specifies the parent of the entity to create.

    +

    Type parameters

    Parameters

    • parentEntity: ParentEntityT

      Parent of the entity to create

      +
    • linkField: Link<ParentEntityT, EntityT>

      Static representation of the navigation property that navigates from the parent entity to the child entity

      +

    Returns CreateRequestBuilderBase<EntityT>

    The entity itself, to facilitate method chaining

    +

build

execute

  • +

    Execute query.

    +

    Parameters

    Returns Promise<EntityT>

    A promise resolving to the created entity

    +

executeRaw

prepare

  • deprecated

    Since v1.29.0. This method should never be called, it has severe side effects. * Builds the payload of the query.

    +

    Returns CreateRequestBuilderBase<EntityT>

    the builder itself

    +

relativeUrl

  • relativeUrl(): string
  • +

    Create the relative URL based on configuration of the given builder.

    +

    Returns string

    The relative URL for the request

    +

setCustomServicePath

  • +

    Replace the default service path with the given custom path. +In case of the SAP S/4HANA APIs the servicePath defaults to /sap/opu/odata/sap/<SERVICE_NAME> and can be overwritten here.

    +

    Parameters

    • servicePath: string

      Path to override the default with

      +

    Returns CreateRequestBuilderBase<EntityT>

    The request builder itself, to facilitate method chaining

    +

skipCsrfTokenFetching

  • +

    Skip fetching csrf token for this request, which is typically useful when the csrf token is not required.

    +

    Returns CreateRequestBuilderBase<EntityT>

    The request builder itself, to facilitate method chaining.

    +

url

  • +

    Create the URL based on configuration of the given builder.

    +

    Parameters

    Returns Promise<string>

    Promise resolving to the URL for the request

    +

withCustomHeaders

  • deprecated

    Since version 1.34.0 Use addCustomHeaders instead. +Add custom headers to the request.

    +

    Parameters

    • headers: Record<string, string>

      Key-value pairs denoting additional custom headers.

      +

    Returns CreateRequestBuilderBase<EntityT>

    The request builder itself, to facilitate method chaining.

    +

withCustomQueryParameters

  • deprecated

    Since version 1.34.0 Use addCustomQueryParameters instead. +Add custom query parameters to the request.

    +

    Parameters

    • queryParameters: Record<string, string>

      Key-value pairs denoting additional custom query parameters to be set in the request.

      +

    Returns CreateRequestBuilderBase<EntityT>

    The request builder itself, to facilitate method chaining.

    +

withCustomServicePath

  • deprecated

    Since version 1.34.0 Use setCustomServicePath instead. +Replace the default service path with the given custom path. +In case of the SAP S/4HANA APIs the servicePath defaults to /sap/opu/odata/sap/<SERVICE_NAME> and can be overwritten here.

    +

    Parameters

    • servicePath: string

      Path to override the default with.

      +

    Returns CreateRequestBuilderBase<EntityT>

    The request builder itself, to facilitate method chaining.

    +

    Copyright Ⓒ 2021 SAP SE or an SAP affiliate company. All rights reserved.

    +

Legend

  • Namespace
  • Variable
  • Function
  • Function with type parameter
  • Type alias
  • Type alias with type parameter
  • Class
  • Class with type parameter
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Inherited property
  • Inherited method
  • Enumeration

Settings

Theme

\ No newline at end of file diff --git a/docs/api/1.49.0/classes/sap_cloud_sdk_core.CreateRequestBuilderV4.html b/docs/api/1.49.0/classes/sap_cloud_sdk_core.CreateRequestBuilderV4.html new file mode 100644 index 0000000000..da2743df88 --- /dev/null +++ b/docs/api/1.49.0/classes/sap_cloud_sdk_core.CreateRequestBuilderV4.html @@ -0,0 +1,78 @@ + +CreateRequestBuilderV4 | SAP Cloud SDK for JavaScript / TypeScript - v1.49.0
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

Create OData request to create an entity.

+

Type parameters

  • EntityT: EntityV4

    +

    Type of the entity to be created

    +

Hierarchy

Implements

  • EntityIdentifiable<EntityT>

Index

Constructors

constructor

  • new CreateRequestBuilderV4<EntityT>(_entityConstructor: Constructable<EntityT, unknown>, _entity: EntityT): CreateRequestBuilderV4<EntityT>
  • +

    Creates an instance of CreateRequestBuilder.

    +

    Type parameters

    Parameters

    • _entityConstructor: Constructable<EntityT, unknown>
      +

      Constructor type of the entity to be created

      +
    • _entity: EntityT
      +

      Entity to be created

      +

    Returns CreateRequestBuilderV4<EntityT>

Properties

Readonly _entity

_entity: EntityT

Readonly _entityConstructor

_entityConstructor: Constructable<EntityT, unknown>

Readonly deserializer

deserializer: EntityDeserializer<any>

Readonly odataUri

odataUri: ODataUri

requestConfig

requestConfig: ODataCreateRequestConfig<EntityT>

Readonly responseDataAccessor

responseDataAccessor: ResponseDataAccessor

Readonly serializer

serializer: EntitySerializer<any, any>

Accessors

entity

  • get entity(): EntityT
  • Returns EntityT

Methods

addCustomHeaders

  • +

    Add custom headers to the request. Existing headers will be overwritten.

    +

    Parameters

    • headers: Record<string, string>

      Key-value pairs denoting additional custom headers.

      +

    Returns CreateRequestBuilderV4<EntityT>

    The request builder itself, to facilitate method chaining.

    +

addCustomQueryParameters

  • +

    Add custom query parameters to the request. If a query parameter with the given name already exists it is overwritten.

    +

    Parameters

    • queryParameters: Record<string, string>

      Key-value pairs denoting additional custom query parameters to be set in the request.

      +

    Returns CreateRequestBuilderV4<EntityT>

    The request builder itself, to facilitate method chaining

    +

addCustomRequestConfiguration

  • +

    Add a custom request configuration to the request. Typically, this is used when specifying a response type for downloading files. +If the custom request configuration contains disallowed keys, those will be ignored.

    +

    Parameters

    • requestConfiguration: Record<string, string>

      Key-value pairs denoting additional custom request configuration options to be set in the request.

      +

    Returns CreateRequestBuilderV4<EntityT>

    The request builder itself, to facilitate method chaining.

    +

appendPath

  • +

    Append the given path to the URL. +This can be used for querying navigation properties of an entity. +To execute a request with an appended path use executeRaw to avoid errors during deserialization. When using this, the execute method is omitted from the return type.

    +

    Parameters

    • Rest ...path: string[]

      Path to be appended.

      +

    Returns Omit<CreateRequestBuilderV4<EntityT>, "execute">

    The request builder itself without "execute" function, to facilitate method chaining.

    +

asChildOf

  • +

    Specifies the parent of the entity to create.

    +

    Type parameters

    Parameters

    • parentEntity: ParentEntityT

      Parent of the entity to create

      +
    • linkField: Link<ParentEntityT, EntityT>

      Static representation of the navigation property that navigates from the parent entity to the child entity

      +

    Returns CreateRequestBuilderV4<EntityT>

    The entity itself, to facilitate method chaining

    +

build

execute

  • +

    Execute query.

    +

    Parameters

    Returns Promise<EntityT>

    A promise resolving to the created entity

    +

executeRaw

prepare

  • deprecated

    Since v1.29.0. This method should never be called, it has severe side effects. * Builds the payload of the query.

    +

    Returns CreateRequestBuilderV4<EntityT>

    the builder itself

    +

relativeUrl

  • relativeUrl(): string
  • +

    Create the relative URL based on configuration of the given builder.

    +

    Returns string

    The relative URL for the request

    +

setCustomServicePath

  • +

    Replace the default service path with the given custom path. +In case of the SAP S/4HANA APIs the servicePath defaults to /sap/opu/odata/sap/<SERVICE_NAME> and can be overwritten here.

    +

    Parameters

    • servicePath: string

      Path to override the default with

      +

    Returns CreateRequestBuilderV4<EntityT>

    The request builder itself, to facilitate method chaining

    +

skipCsrfTokenFetching

  • +

    Skip fetching csrf token for this request, which is typically useful when the csrf token is not required.

    +

    Returns CreateRequestBuilderV4<EntityT>

    The request builder itself, to facilitate method chaining.

    +

url

  • +

    Create the URL based on configuration of the given builder.

    +

    Parameters

    Returns Promise<string>

    Promise resolving to the URL for the request

    +

withCustomHeaders

  • deprecated

    Since version 1.34.0 Use addCustomHeaders instead. +Add custom headers to the request.

    +

    Parameters

    • headers: Record<string, string>

      Key-value pairs denoting additional custom headers.

      +

    Returns CreateRequestBuilderV4<EntityT>

    The request builder itself, to facilitate method chaining.

    +

withCustomQueryParameters

  • deprecated

    Since version 1.34.0 Use addCustomQueryParameters instead. +Add custom query parameters to the request.

    +

    Parameters

    • queryParameters: Record<string, string>

      Key-value pairs denoting additional custom query parameters to be set in the request.

      +

    Returns CreateRequestBuilderV4<EntityT>

    The request builder itself, to facilitate method chaining.

    +

withCustomServicePath

  • deprecated

    Since version 1.34.0 Use setCustomServicePath instead. +Replace the default service path with the given custom path. +In case of the SAP S/4HANA APIs the servicePath defaults to /sap/opu/odata/sap/<SERVICE_NAME> and can be overwritten here.

    +

    Parameters

    • servicePath: string

      Path to override the default with.

      +

    Returns CreateRequestBuilderV4<EntityT>

    The request builder itself, to facilitate method chaining.

    +

    Copyright Ⓒ 2021 SAP SE or an SAP affiliate company. All rights reserved.

    +

Legend

  • Namespace
  • Variable
  • Function
  • Function with type parameter
  • Type alias
  • Type alias with type parameter
  • Class
  • Class with type parameter
  • Property
  • Interface
  • Interface with type parameter
  • Inherited property
  • Inherited method
  • Enumeration

Settings

Theme

\ No newline at end of file diff --git a/docs/api/1.49.0/classes/sap_cloud_sdk_core.CustomField.html b/docs/api/1.49.0/classes/sap_cloud_sdk_core.CustomField.html new file mode 100644 index 0000000000..6e05a1341e --- /dev/null +++ b/docs/api/1.49.0/classes/sap_cloud_sdk_core.CustomField.html @@ -0,0 +1,6 @@ + +CustomField | SAP Cloud SDK for JavaScript / TypeScript - v1.49.0
Options
All
  • Public
  • Public/Protected
  • All
Menu

Type parameters

  • EntityT: Entity

  • NullableT: boolean = false

Hierarchy

  • CustomFieldBase<EntityT, NullableT>
    • CustomField

Index

Constructors

constructor

  • new CustomField<EntityT, NullableT>(fieldName: string, entityConstructor: Constructable<EntityT, unknown>, isNullable?: NullableT): CustomField<EntityT, NullableT>
  • Type parameters

    • EntityT: Entity<EntityT>

    • NullableT: boolean = false

    Parameters

    • fieldName: string
    • entityConstructor: Constructable<EntityT, unknown>
    • Optional isNullable: NullableT

    Returns CustomField<EntityT, NullableT>

Properties

Readonly _entity

_entity: EntityT

Readonly _entityConstructor

_entityConstructor: Constructable<EntityT, unknown>

Readonly _fieldName

_fieldName: string

Readonly _fieldOptions

_fieldOptions: Required<FieldOptions<NullableT, false>>

Protected fieldBuilder

fieldBuilder: FieldBuilder<Constructable<EntityT, unknown>>

Methods

edmBinary

  • edmBinary(): EdmTypeField<EntityT, "Edm.Binary", NullableT, true>
  • Returns EdmTypeField<EntityT, "Edm.Binary", NullableT, true>

edmBoolean

  • edmBoolean(): EdmTypeField<EntityT, "Edm.Boolean", NullableT, true>
  • Returns EdmTypeField<EntityT, "Edm.Boolean", NullableT, true>

edmByte

  • Returns OrderableEdmTypeField<EntityT, "Edm.Byte", NullableT, true>

edmDateTime

  • Returns OrderableEdmTypeField<EntityT, "Edm.DateTime", NullableT, true>

edmDateTimeOffset

  • Returns OrderableEdmTypeField<EntityT, "Edm.DateTimeOffset", NullableT, true>

edmDecimal

  • edmDecimal(): EdmTypeField<EntityT, "Edm.Decimal", NullableT, true>
  • Returns EdmTypeField<EntityT, "Edm.Decimal", NullableT, true>

edmDouble

  • Returns OrderableEdmTypeField<EntityT, "Edm.Double", NullableT, true>

edmGuid

  • edmGuid(): EdmTypeField<EntityT, "Edm.Guid", NullableT, true>
  • Returns EdmTypeField<EntityT, "Edm.Guid", NullableT, true>

edmInt16

  • Returns OrderableEdmTypeField<EntityT, "Edm.Int16", NullableT, true>

edmInt32

  • Returns OrderableEdmTypeField<EntityT, "Edm.Int32", NullableT, true>

edmInt64

  • Returns OrderableEdmTypeField<EntityT, "Edm.Int64", NullableT, true>

edmSByte

  • Returns OrderableEdmTypeField<EntityT, "Edm.SByte", NullableT, true>

edmSingle

  • Returns OrderableEdmTypeField<EntityT, "Edm.Single", NullableT, true>

edmString

  • edmString(): EdmTypeField<EntityT, "Edm.String", NullableT, true>
  • Returns EdmTypeField<EntityT, "Edm.String", NullableT, true>

edmTime

  • Returns OrderableEdmTypeField<EntityT, "Edm.Time", NullableT, true>

fieldPath

  • fieldPath(): string
  • +

    Path to the field to be used in filter and order by queries.

    +

    Returns string

    Path to the field to be used in filter and order by queries.

    +

    Copyright Ⓒ 2021 SAP SE or an SAP affiliate company. All rights reserved.

    +

Legend

  • Namespace
  • Variable
  • Function
  • Function with type parameter
  • Type alias
  • Type alias with type parameter
  • Class
  • Class with type parameter
  • Method
  • Interface
  • Interface with type parameter
  • Inherited property
  • Inherited method
  • Enumeration

Settings

Theme

\ No newline at end of file diff --git a/docs/api/1.49.0/classes/sap_cloud_sdk_core.CustomFieldV4.html b/docs/api/1.49.0/classes/sap_cloud_sdk_core.CustomFieldV4.html new file mode 100644 index 0000000000..332eedbb7d --- /dev/null +++ b/docs/api/1.49.0/classes/sap_cloud_sdk_core.CustomFieldV4.html @@ -0,0 +1,6 @@ + +CustomFieldV4 | SAP Cloud SDK for JavaScript / TypeScript - v1.49.0
Options
All
  • Public
  • Public/Protected
  • All
Menu

Type parameters

  • EntityT: EntityV4

  • NullableT: boolean = false

Hierarchy

  • CustomFieldBase<EntityT, NullableT>
    • CustomFieldV4

Index

Constructors

constructor

  • new CustomFieldV4<EntityT, NullableT>(fieldName: string, entityConstructor: Constructable<EntityT, unknown>, isNullable?: NullableT): CustomFieldV4<EntityT, NullableT>
  • Type parameters

    • EntityT: EntityV4<EntityT>

    • NullableT: boolean = false

    Parameters

    • fieldName: string
    • entityConstructor: Constructable<EntityT, unknown>
    • Optional isNullable: NullableT

    Returns CustomFieldV4<EntityT, NullableT>

Properties

Readonly _entity

_entity: EntityT

Readonly _entityConstructor

_entityConstructor: Constructable<EntityT, unknown>

Readonly _fieldName

_fieldName: string

Readonly _fieldOptions

_fieldOptions: Required<FieldOptions<NullableT, false>>

Protected fieldBuilder

fieldBuilder: FieldBuilder<Constructable<EntityT, unknown>>

Methods

edmBinary

  • edmBinary(): EdmTypeField<EntityT, "Edm.Binary", NullableT, true>
  • Returns EdmTypeField<EntityT, "Edm.Binary", NullableT, true>

edmBoolean

  • edmBoolean(): EdmTypeField<EntityT, "Edm.Boolean", NullableT, true>
  • Returns EdmTypeField<EntityT, "Edm.Boolean", NullableT, true>

edmByte

  • Returns OrderableEdmTypeField<EntityT, "Edm.Byte", NullableT, true>

edmDate

  • Returns OrderableEdmTypeField<EntityT, "Edm.Date", NullableT, true>

edmDateTimeOffset

  • Returns OrderableEdmTypeField<EntityT, "Edm.DateTimeOffset", NullableT, true>

edmDecimal

  • edmDecimal(): EdmTypeField<EntityT, "Edm.Decimal", NullableT, true>
  • Returns EdmTypeField<EntityT, "Edm.Decimal", NullableT, true>

edmDouble

  • Returns OrderableEdmTypeField<EntityT, "Edm.Double", NullableT, true>

edmDuration

  • Returns OrderableEdmTypeField<EntityT, "Edm.Duration", NullableT, true>

edmGuid

  • edmGuid(): EdmTypeField<EntityT, "Edm.Guid", NullableT, true>
  • Returns EdmTypeField<EntityT, "Edm.Guid", NullableT, true>

edmInt16

  • Returns OrderableEdmTypeField<EntityT, "Edm.Int16", NullableT, true>

edmInt32

  • Returns OrderableEdmTypeField<EntityT, "Edm.Int32", NullableT, true>

edmInt64

  • Returns OrderableEdmTypeField<EntityT, "Edm.Int64", NullableT, true>

edmSByte

  • Returns OrderableEdmTypeField<EntityT, "Edm.SByte", NullableT, true>

edmSingle

  • Returns OrderableEdmTypeField<EntityT, "Edm.Single", NullableT, true>

edmString

  • edmString(): EdmTypeField<EntityT, "Edm.String", NullableT, true>
  • Returns EdmTypeField<EntityT, "Edm.String", NullableT, true>

edmTimeOfDay

  • Returns OrderableEdmTypeField<EntityT, "Edm.TimeOfDay", NullableT, true>

fieldPath

  • fieldPath(): string
  • +

    Path to the field to be used in filter and order by queries.

    +

    Returns string

    Path to the field to be used in filter and order by queries.

    +

    Copyright Ⓒ 2021 SAP SE or an SAP affiliate company. All rights reserved.

    +

Legend

  • Namespace
  • Variable
  • Function
  • Function with type parameter
  • Type alias
  • Type alias with type parameter
  • Class
  • Class with type parameter
  • Method
  • Interface
  • Interface with type parameter
  • Inherited property
  • Inherited method
  • Enumeration

Settings

Theme

\ No newline at end of file diff --git a/docs/api/1.49.0/classes/sap_cloud_sdk_core.DateField.html b/docs/api/1.49.0/classes/sap_cloud_sdk_core.DateField.html new file mode 100644 index 0000000000..f64fe0a144 --- /dev/null +++ b/docs/api/1.49.0/classes/sap_cloud_sdk_core.DateField.html @@ -0,0 +1,40 @@ + +DateField | SAP Cloud SDK for JavaScript / TypeScript - v1.49.0
Options
All
  • Public
  • Public/Protected
  • All
Menu
deprecated

Since v1.47.0. Use OrderableEdmTypeField instead. +Represents a selectable property with a date value.

+

Type parameters

  • EntityT: EntityBase

    +

    Type of the entity the field belongs to

    +

Hierarchy

Index

Constructors

constructor

Properties

Readonly _entity

_entity: EntityT

Readonly _entityConstructor

_entityConstructor: Constructable<EntityT, unknown>

Readonly _fieldName

_fieldName: string

Readonly _fieldOf

_fieldOf: ConstructorOrField<EntityT, any>

Readonly _fieldOptions

_fieldOptions: Required<FieldOptions<false, true>>

Readonly edmType

Methods

equals

  • equals(value: Moment): Filter<EntityT, Moment>
  • +

    Creates an instance of Filter for this field and the given value using the operator 'eq', i.e. ==.

    +

    Parameters

    • value: Moment

      Value to be used in the filter

      +

    Returns Filter<EntityT, Moment>

    The resulting filter

    +

fieldPath

  • fieldPath(): string
  • +

    Path to the field to be used in filter and order by queries.

    +

    Returns string

    Path to the field to be used in filter and order by queries.

    +

greaterOrEqual

  • greaterOrEqual(value: Moment): Filter<EntityT, Moment>
  • +

    Creates an instance of Filter for this field and the given value using the operator 'ge', i.e. >=.

    +

    Parameters

    • value: Moment

      Value to be used in the filter

      +

    Returns Filter<EntityT, Moment>

    The resulting filter

    +

greaterThan

  • greaterThan(value: Moment): Filter<EntityT, Moment>
  • +

    Creates an instance of Filter for this field and the given value using the operator 'gt', i.e. >.

    +

    Parameters

    • value: Moment

      Value to be used in the filter

      +

    Returns Filter<EntityT, Moment>

    The resulting filter

    +

lessOrEqual

  • lessOrEqual(value: Moment): Filter<EntityT, Moment>
  • +

    Creates an instance of Filter for this field and the given value using the operator 'le', i.e. <=.

    +

    Parameters

    • value: Moment

      Value to be used in the filter

      +

    Returns Filter<EntityT, Moment>

    The resulting filter

    +

lessThan

  • lessThan(value: Moment): Filter<EntityT, Moment>
  • +

    Creates an instance of Filter for this field and the given value using the operator 'lt', i.e. <.

    +

    Parameters

    • value: Moment

      Value to be used in the filter

      +

    Returns Filter<EntityT, Moment>

    The resulting filter

    +

notEquals

  • notEquals(value: Moment): Filter<EntityT, Moment>
  • +

    Creates an instance of Filter for this field and the given value using the operator 'ne', i.e. !=.

    +

    Parameters

    • value: Moment

      Value to be used in the filter

      +

    Returns Filter<EntityT, Moment>

    The resulting filter

    +

    Copyright Ⓒ 2021 SAP SE or an SAP affiliate company. All rights reserved.

    +

Legend

  • Namespace
  • Variable
  • Function
  • Function with type parameter
  • Type alias
  • Type alias with type parameter
  • Interface
  • Interface with type parameter
  • Class
  • Class with type parameter
  • Inherited property
  • Inherited method
  • Enumeration

Settings

Theme

\ No newline at end of file diff --git a/docs/api/1.49.0/classes/sap_cloud_sdk_core.DateFieldBase.html b/docs/api/1.49.0/classes/sap_cloud_sdk_core.DateFieldBase.html new file mode 100644 index 0000000000..16c89f1e05 --- /dev/null +++ b/docs/api/1.49.0/classes/sap_cloud_sdk_core.DateFieldBase.html @@ -0,0 +1,40 @@ + +DateFieldBase | SAP Cloud SDK for JavaScript / TypeScript - v1.49.0
Options
All
  • Public
  • Public/Protected
  • All
Menu
deprecated

Since v1.47.0. Use OrderableEdmTypeField instead. +Represents a property with a date value.

+

Type parameters

  • EntityT: EntityBase

    +

    Type of the entity the field belongs to

    +
  • SelectableT: boolean = false

Hierarchy

Index

Constructors

constructor

  • +

    Creates an instance of EdmTypeField.

    +

    Type parameters

    • EntityT: EntityBase<EntityT>

    • SelectableT: boolean = false

    Parameters

    Returns DateFieldBase<EntityT, SelectableT>

Properties

Readonly _entity

_entity: EntityT

Readonly _entityConstructor

_entityConstructor: Constructable<EntityT, unknown>

Readonly _fieldName

_fieldName: string

Readonly _fieldOf

_fieldOf: ConstructorOrField<EntityT, any>

Readonly _fieldOptions

_fieldOptions: Required<FieldOptions<false, SelectableT>>

Readonly edmType

Methods

equals

  • equals(value: Moment): Filter<EntityT, Moment>
  • +

    Creates an instance of Filter for this field and the given value using the operator 'eq', i.e. ==.

    +

    Parameters

    • value: Moment

      Value to be used in the filter

      +

    Returns Filter<EntityT, Moment>

    The resulting filter

    +

fieldPath

  • fieldPath(): string
  • +

    Path to the field to be used in filter and order by queries.

    +

    Returns string

    Path to the field to be used in filter and order by queries.

    +

greaterOrEqual

  • greaterOrEqual(value: Moment): Filter<EntityT, Moment>
  • +

    Creates an instance of Filter for this field and the given value using the operator 'ge', i.e. >=.

    +

    Parameters

    • value: Moment

      Value to be used in the filter

      +

    Returns Filter<EntityT, Moment>

    The resulting filter

    +

greaterThan

  • greaterThan(value: Moment): Filter<EntityT, Moment>
  • +

    Creates an instance of Filter for this field and the given value using the operator 'gt', i.e. >.

    +

    Parameters

    • value: Moment

      Value to be used in the filter

      +

    Returns Filter<EntityT, Moment>

    The resulting filter

    +

lessOrEqual

  • lessOrEqual(value: Moment): Filter<EntityT, Moment>
  • +

    Creates an instance of Filter for this field and the given value using the operator 'le', i.e. <=.

    +

    Parameters

    • value: Moment

      Value to be used in the filter

      +

    Returns Filter<EntityT, Moment>

    The resulting filter

    +

lessThan

  • lessThan(value: Moment): Filter<EntityT, Moment>
  • +

    Creates an instance of Filter for this field and the given value using the operator 'lt', i.e. <.

    +

    Parameters

    • value: Moment

      Value to be used in the filter

      +

    Returns Filter<EntityT, Moment>

    The resulting filter

    +

notEquals

  • notEquals(value: Moment): Filter<EntityT, Moment>
  • +

    Creates an instance of Filter for this field and the given value using the operator 'ne', i.e. !=.

    +

    Parameters

    • value: Moment

      Value to be used in the filter

      +

    Returns Filter<EntityT, Moment>

    The resulting filter

    +

    Copyright Ⓒ 2021 SAP SE or an SAP affiliate company. All rights reserved.

    +

Legend

  • Namespace
  • Variable
  • Function
  • Function with type parameter
  • Type alias
  • Type alias with type parameter
  • Class
  • Class with type parameter
  • Method
  • Interface
  • Interface with type parameter
  • Inherited property
  • Inherited method
  • Enumeration

Settings

Theme

\ No newline at end of file diff --git a/docs/api/1.49.0/classes/sap_cloud_sdk_core.DeleteRequestBuilder.html b/docs/api/1.49.0/classes/sap_cloud_sdk_core.DeleteRequestBuilder.html new file mode 100644 index 0000000000..e58b64a506 --- /dev/null +++ b/docs/api/1.49.0/classes/sap_cloud_sdk_core.DeleteRequestBuilder.html @@ -0,0 +1,78 @@ + +DeleteRequestBuilder | SAP Cloud SDK for JavaScript / TypeScript - v1.49.0
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

Create OData query to delete an entity.

+

Type parameters

  • EntityT: Entity

    +

    Type of the entity to be deleted

    +

Hierarchy

Index

Constructors

constructor

  • +

    Creates an instance of DeleteRequestBuilder. If the entity is passed, version identifier will also be added.

    +

    Type parameters

    Parameters

    • entityConstructor: Constructable<EntityT, unknown>
      +

      Constructor type of the entity to be deleted

      +
    • keysOrEntity: Entity | Record<string, FieldType>
      +

      Entity or Key-value pairs of key properties for the given entity

      +

    Returns DeleteRequestBuilder<EntityT>

Properties

Readonly _entity

_entity: EntityT

Readonly _entityConstructor

_entityConstructor: Constructable<EntityT, unknown>

requestConfig

requestConfig: ODataDeleteRequestConfig<EntityT>

Methods

addCustomHeaders

  • +

    Add custom headers to the request. Existing headers will be overwritten.

    +

    Parameters

    • headers: Record<string, string>

      Key-value pairs denoting additional custom headers.

      +

    Returns DeleteRequestBuilder<EntityT>

    The request builder itself, to facilitate method chaining.

    +

addCustomQueryParameters

  • +

    Add custom query parameters to the request. If a query parameter with the given name already exists it is overwritten.

    +

    Parameters

    • queryParameters: Record<string, string>

      Key-value pairs denoting additional custom query parameters to be set in the request.

      +

    Returns DeleteRequestBuilder<EntityT>

    The request builder itself, to facilitate method chaining

    +

addCustomRequestConfiguration

  • addCustomRequestConfiguration(requestConfiguration: Record<string, string>): DeleteRequestBuilder<EntityT>
  • +

    Add a custom request configuration to the request. Typically, this is used when specifying a response type for downloading files. +If the custom request configuration contains disallowed keys, those will be ignored.

    +

    Parameters

    • requestConfiguration: Record<string, string>

      Key-value pairs denoting additional custom request configuration options to be set in the request.

      +

    Returns DeleteRequestBuilder<EntityT>

    The request builder itself, to facilitate method chaining.

    +

appendPath

  • +

    Append the given path to the URL. +This can be used for querying navigation properties of an entity. +To execute a request with an appended path use executeRaw to avoid errors during deserialization. When using this, the execute method is omitted from the return type.

    +

    Parameters

    • Rest ...path: string[]

      Path to be appended.

      +

    Returns Omit<DeleteRequestBuilder<EntityT>, "execute">

    The request builder itself without "execute" function, to facilitate method chaining.

    +

build

execute

  • +

    Execute query.

    +

    Parameters

    Returns Promise<void>

    A promise resolving once the entity was deleted

    +

executeRaw

ignoreVersionIdentifier

  • +

    Instructs the request to force an overwrite of the entity by sending an 'If-Match: *' header instead of sending the ETag version identifier.

    +

    Returns DeleteRequestBuilder<EntityT>

    this The request itself to ease chaining while executing the request

    +

relativeUrl

  • relativeUrl(): string
  • +

    Create the relative URL based on configuration of the given builder.

    +

    Returns string

    The relative URL for the request

    +

setCustomServicePath

  • +

    Replace the default service path with the given custom path. +In case of the SAP S/4HANA APIs the servicePath defaults to /sap/opu/odata/sap/<SERVICE_NAME> and can be overwritten here.

    +

    Parameters

    • servicePath: string

      Path to override the default with

      +

    Returns DeleteRequestBuilder<EntityT>

    The request builder itself, to facilitate method chaining

    +

setVersionIdentifier

  • +

    Add an eTag version identifier in the delete request header.

    +

    Parameters

    • eTag: string

      The version identifier of the entity

      +

    Returns DeleteRequestBuilder<EntityT>

    The builder itself, to facilitate method chaining

    +

skipCsrfTokenFetching

  • +

    Skip fetching csrf token for this request, which is typically useful when the csrf token is not required.

    +

    Returns DeleteRequestBuilder<EntityT>

    The request builder itself, to facilitate method chaining.

    +

url

  • +

    Create the URL based on configuration of the given builder.

    +

    Parameters

    Returns Promise<string>

    Promise resolving to the URL for the request

    +

withCustomHeaders

  • deprecated

    Since version 1.34.0 Use addCustomHeaders instead. +Add custom headers to the request.

    +

    Parameters

    • headers: Record<string, string>

      Key-value pairs denoting additional custom headers.

      +

    Returns DeleteRequestBuilder<EntityT>

    The request builder itself, to facilitate method chaining.

    +

withCustomQueryParameters

  • deprecated

    Since version 1.34.0 Use addCustomQueryParameters instead. +Add custom query parameters to the request.

    +

    Parameters

    • queryParameters: Record<string, string>

      Key-value pairs denoting additional custom query parameters to be set in the request.

      +

    Returns DeleteRequestBuilder<EntityT>

    The request builder itself, to facilitate method chaining.

    +

withCustomServicePath

  • deprecated

    Since version 1.34.0 Use setCustomServicePath instead. +Replace the default service path with the given custom path. +In case of the SAP S/4HANA APIs the servicePath defaults to /sap/opu/odata/sap/<SERVICE_NAME> and can be overwritten here.

    +

    Parameters

    • servicePath: string

      Path to override the default with.

      +

    Returns DeleteRequestBuilder<EntityT>

    The request builder itself, to facilitate method chaining.

    +

    Copyright Ⓒ 2021 SAP SE or an SAP affiliate company. All rights reserved.

    +

Legend

  • Namespace
  • Variable
  • Function
  • Function with type parameter
  • Type alias
  • Type alias with type parameter
  • Class
  • Class with type parameter
  • Method
  • Interface
  • Interface with type parameter
  • Inherited property
  • Inherited method
  • Enumeration

Settings

Theme

\ No newline at end of file diff --git a/docs/api/1.49.0/classes/sap_cloud_sdk_core.DeleteRequestBuilderBase.html b/docs/api/1.49.0/classes/sap_cloud_sdk_core.DeleteRequestBuilderBase.html new file mode 100644 index 0000000000..f7fe19a5ee --- /dev/null +++ b/docs/api/1.49.0/classes/sap_cloud_sdk_core.DeleteRequestBuilderBase.html @@ -0,0 +1,76 @@ + +DeleteRequestBuilderBase | SAP Cloud SDK for JavaScript / TypeScript - v1.49.0
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

Abstract class to delete an entity holding the shared parts between OData v2 and v4

+

Type parameters

  • EntityT: EntityBase

    +

    Type of the entity to be deleted

    +

Hierarchy

Implements

  • EntityIdentifiable<EntityT>

Index

Constructors

constructor

  • +

    Creates an instance of DeleteRequestBuilder. If the entity is passed, version identifier will also be added.

    +

    Type parameters

    Parameters

    • entityConstructor: Constructable<EntityT, unknown>
      +

      Constructor type of the entity to be deleted

      +
    • oDataUri: ODataUri
      +

      ODataUri conversion interface at runtime either v2 or v4

      +
    • keysOrEntity: EntityBase | Record<string, FieldType>
      +

      Entity or Key-value pairs of key properties for the given entity

      +

    Returns DeleteRequestBuilderBase<EntityT>

Properties

Readonly _entity

_entity: EntityT

Readonly _entityConstructor

_entityConstructor: Constructable<EntityT, unknown>

requestConfig

requestConfig: ODataDeleteRequestConfig<EntityT>

Methods

addCustomHeaders

  • +

    Add custom headers to the request. Existing headers will be overwritten.

    +

    Parameters

    • headers: Record<string, string>

      Key-value pairs denoting additional custom headers.

      +

    Returns DeleteRequestBuilderBase<EntityT>

    The request builder itself, to facilitate method chaining.

    +

addCustomQueryParameters

  • +

    Add custom query parameters to the request. If a query parameter with the given name already exists it is overwritten.

    +

    Parameters

    • queryParameters: Record<string, string>

      Key-value pairs denoting additional custom query parameters to be set in the request.

      +

    Returns DeleteRequestBuilderBase<EntityT>

    The request builder itself, to facilitate method chaining

    +

addCustomRequestConfiguration

  • +

    Add a custom request configuration to the request. Typically, this is used when specifying a response type for downloading files. +If the custom request configuration contains disallowed keys, those will be ignored.

    +

    Parameters

    • requestConfiguration: Record<string, string>

      Key-value pairs denoting additional custom request configuration options to be set in the request.

      +

    Returns DeleteRequestBuilderBase<EntityT>

    The request builder itself, to facilitate method chaining.

    +

appendPath

  • +

    Append the given path to the URL. +This can be used for querying navigation properties of an entity. +To execute a request with an appended path use executeRaw to avoid errors during deserialization. When using this, the execute method is omitted from the return type.

    +

    Parameters

    • Rest ...path: string[]

      Path to be appended.

      +

    Returns Omit<DeleteRequestBuilderBase<EntityT>, "execute">

    The request builder itself without "execute" function, to facilitate method chaining.

    +

build

execute

  • +

    Execute query.

    +

    Parameters

    Returns Promise<void>

    A promise resolving once the entity was deleted

    +

executeRaw

ignoreVersionIdentifier

  • +

    Instructs the request to force an overwrite of the entity by sending an 'If-Match: *' header instead of sending the ETag version identifier.

    +

    Returns DeleteRequestBuilderBase<EntityT>

    this The request itself to ease chaining while executing the request

    +

relativeUrl

  • relativeUrl(): string
  • +

    Create the relative URL based on configuration of the given builder.

    +

    Returns string

    The relative URL for the request

    +

setCustomServicePath

  • +

    Replace the default service path with the given custom path. +In case of the SAP S/4HANA APIs the servicePath defaults to /sap/opu/odata/sap/<SERVICE_NAME> and can be overwritten here.

    +

    Parameters

    • servicePath: string

      Path to override the default with

      +

    Returns DeleteRequestBuilderBase<EntityT>

    The request builder itself, to facilitate method chaining

    +

Abstract setVersionIdentifier

  • Parameters

    • eTag: string

    Returns DeleteRequestBuilderBase<EntityT>

skipCsrfTokenFetching

  • +

    Skip fetching csrf token for this request, which is typically useful when the csrf token is not required.

    +

    Returns DeleteRequestBuilderBase<EntityT>

    The request builder itself, to facilitate method chaining.

    +

url

  • +

    Create the URL based on configuration of the given builder.

    +

    Parameters

    Returns Promise<string>

    Promise resolving to the URL for the request

    +

withCustomHeaders

  • deprecated

    Since version 1.34.0 Use addCustomHeaders instead. +Add custom headers to the request.

    +

    Parameters

    • headers: Record<string, string>

      Key-value pairs denoting additional custom headers.

      +

    Returns DeleteRequestBuilderBase<EntityT>

    The request builder itself, to facilitate method chaining.

    +

withCustomQueryParameters

  • deprecated

    Since version 1.34.0 Use addCustomQueryParameters instead. +Add custom query parameters to the request.

    +

    Parameters

    • queryParameters: Record<string, string>

      Key-value pairs denoting additional custom query parameters to be set in the request.

      +

    Returns DeleteRequestBuilderBase<EntityT>

    The request builder itself, to facilitate method chaining.

    +

withCustomServicePath

  • deprecated

    Since version 1.34.0 Use setCustomServicePath instead. +Replace the default service path with the given custom path. +In case of the SAP S/4HANA APIs the servicePath defaults to /sap/opu/odata/sap/<SERVICE_NAME> and can be overwritten here.

    +

    Parameters

    • servicePath: string

      Path to override the default with.

      +

    Returns DeleteRequestBuilderBase<EntityT>

    The request builder itself, to facilitate method chaining.

    +

    Copyright Ⓒ 2021 SAP SE or an SAP affiliate company. All rights reserved.

    +

Legend

  • Namespace
  • Variable
  • Function
  • Function with type parameter
  • Type alias
  • Type alias with type parameter
  • Class
  • Class with type parameter
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Inherited property
  • Inherited method
  • Enumeration

Settings

Theme

\ No newline at end of file diff --git a/docs/api/1.49.0/classes/sap_cloud_sdk_core.DeleteRequestBuilderV4.html b/docs/api/1.49.0/classes/sap_cloud_sdk_core.DeleteRequestBuilderV4.html new file mode 100644 index 0000000000..219cca2439 --- /dev/null +++ b/docs/api/1.49.0/classes/sap_cloud_sdk_core.DeleteRequestBuilderV4.html @@ -0,0 +1,78 @@ + +DeleteRequestBuilderV4 | SAP Cloud SDK for JavaScript / TypeScript - v1.49.0
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

Create OData query to delete an entity.

+

Type parameters

  • EntityT: EntityV4

    +

    Type of the entity to be deleted

    +

Hierarchy

Implements

  • EntityIdentifiable<EntityT>

Index

Constructors

constructor

  • +

    Creates an instance of DeleteRequestBuilder. If the entity is passed, version identifier will also be added.

    +

    Type parameters

    Parameters

    • entityConstructor: Constructable<EntityT, unknown>
      +

      Constructor type of the entity to be deleted

      +
    • keysOrEntity: Record<string, FieldType> | EntityV4
      +

      Entity or Key-value pairs of key properties for the given entity

      +

    Returns DeleteRequestBuilderV4<EntityT>

Properties

Readonly _entity

_entity: EntityT

Readonly _entityConstructor

_entityConstructor: Constructable<EntityT, unknown>

requestConfig

requestConfig: ODataDeleteRequestConfig<EntityT>

Methods

addCustomHeaders

  • +

    Add custom headers to the request. Existing headers will be overwritten.

    +

    Parameters

    • headers: Record<string, string>

      Key-value pairs denoting additional custom headers.

      +

    Returns DeleteRequestBuilderV4<EntityT>

    The request builder itself, to facilitate method chaining.

    +

addCustomQueryParameters

  • +

    Add custom query parameters to the request. If a query parameter with the given name already exists it is overwritten.

    +

    Parameters

    • queryParameters: Record<string, string>

      Key-value pairs denoting additional custom query parameters to be set in the request.

      +

    Returns DeleteRequestBuilderV4<EntityT>

    The request builder itself, to facilitate method chaining

    +

addCustomRequestConfiguration

  • +

    Add a custom request configuration to the request. Typically, this is used when specifying a response type for downloading files. +If the custom request configuration contains disallowed keys, those will be ignored.

    +

    Parameters

    • requestConfiguration: Record<string, string>

      Key-value pairs denoting additional custom request configuration options to be set in the request.

      +

    Returns DeleteRequestBuilderV4<EntityT>

    The request builder itself, to facilitate method chaining.

    +

appendPath

  • +

    Append the given path to the URL. +This can be used for querying navigation properties of an entity. +To execute a request with an appended path use executeRaw to avoid errors during deserialization. When using this, the execute method is omitted from the return type.

    +

    Parameters

    • Rest ...path: string[]

      Path to be appended.

      +

    Returns Omit<DeleteRequestBuilderV4<EntityT>, "execute">

    The request builder itself without "execute" function, to facilitate method chaining.

    +

build

execute

  • +

    Execute query.

    +

    Parameters

    Returns Promise<void>

    A promise resolving once the entity was deleted

    +

executeRaw

ignoreVersionIdentifier

  • +

    Instructs the request to force an overwrite of the entity by sending an 'If-Match: *' header instead of sending the ETag version identifier.

    +

    Returns DeleteRequestBuilderV4<EntityT>

    this The request itself to ease chaining while executing the request

    +

relativeUrl

  • relativeUrl(): string
  • +

    Create the relative URL based on configuration of the given builder.

    +

    Returns string

    The relative URL for the request

    +

setCustomServicePath

  • +

    Replace the default service path with the given custom path. +In case of the SAP S/4HANA APIs the servicePath defaults to /sap/opu/odata/sap/<SERVICE_NAME> and can be overwritten here.

    +

    Parameters

    • servicePath: string

      Path to override the default with

      +

    Returns DeleteRequestBuilderV4<EntityT>

    The request builder itself, to facilitate method chaining

    +

setVersionIdentifier

  • +

    Add ETag version identifier in the delete request header.

    +

    Parameters

    • etag: string

      The version identifier of the entity.

      +

    Returns DeleteRequestBuilderV4<EntityT>

    The builder itself, to facilitate method chaining.

    +

skipCsrfTokenFetching

  • +

    Skip fetching csrf token for this request, which is typically useful when the csrf token is not required.

    +

    Returns DeleteRequestBuilderV4<EntityT>

    The request builder itself, to facilitate method chaining.

    +

url

  • +

    Create the URL based on configuration of the given builder.

    +

    Parameters

    Returns Promise<string>

    Promise resolving to the URL for the request

    +

withCustomHeaders

  • deprecated

    Since version 1.34.0 Use addCustomHeaders instead. +Add custom headers to the request.

    +

    Parameters

    • headers: Record<string, string>

      Key-value pairs denoting additional custom headers.

      +

    Returns DeleteRequestBuilderV4<EntityT>

    The request builder itself, to facilitate method chaining.

    +

withCustomQueryParameters

  • deprecated

    Since version 1.34.0 Use addCustomQueryParameters instead. +Add custom query parameters to the request.

    +

    Parameters

    • queryParameters: Record<string, string>

      Key-value pairs denoting additional custom query parameters to be set in the request.

      +

    Returns DeleteRequestBuilderV4<EntityT>

    The request builder itself, to facilitate method chaining.

    +

withCustomServicePath

  • deprecated

    Since version 1.34.0 Use setCustomServicePath instead. +Replace the default service path with the given custom path. +In case of the SAP S/4HANA APIs the servicePath defaults to /sap/opu/odata/sap/<SERVICE_NAME> and can be overwritten here.

    +

    Parameters

    • servicePath: string

      Path to override the default with.

      +

    Returns DeleteRequestBuilderV4<EntityT>

    The request builder itself, to facilitate method chaining.

    +

    Copyright Ⓒ 2021 SAP SE or an SAP affiliate company. All rights reserved.

    +

Legend

  • Namespace
  • Variable
  • Function
  • Function with type parameter
  • Type alias
  • Type alias with type parameter
  • Class
  • Class with type parameter
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Inherited property
  • Inherited method
  • Enumeration

Settings

Theme

\ No newline at end of file diff --git a/docs/api/1.49.0/classes/sap_cloud_sdk_core.DurationField.html b/docs/api/1.49.0/classes/sap_cloud_sdk_core.DurationField.html new file mode 100644 index 0000000000..70d693b5be --- /dev/null +++ b/docs/api/1.49.0/classes/sap_cloud_sdk_core.DurationField.html @@ -0,0 +1,40 @@ + +DurationField | SAP Cloud SDK for JavaScript / TypeScript - v1.49.0
Options
All
  • Public
  • Public/Protected
  • All
Menu
deprecated

Since v1.47.0. Use OrderableEdmTypeField instead. +Represents a selectable property with a duration value.

+

Type parameters

  • EntityT: EntityBase

    +

    Type of the entity the field belongs to

    +

Hierarchy

Index

Constructors

constructor

Properties

Readonly _entity

_entity: EntityT

Readonly _entityConstructor

_entityConstructor: Constructable<EntityT, unknown>

Readonly _fieldName

_fieldName: string

Readonly _fieldOf

_fieldOf: ConstructorOrField<EntityT, any>

Readonly _fieldOptions

_fieldOptions: Required<FieldOptions<false, true>>

Readonly edmType

Methods

equals

  • equals(value: Duration): Filter<EntityT, Duration>
  • +

    Creates an instance of Filter for this field and the given value using the operator 'eq', i.e. ==.

    +

    Parameters

    • value: Duration

      Value to be used in the filter

      +

    Returns Filter<EntityT, Duration>

    The resulting filter

    +

fieldPath

  • fieldPath(): string
  • +

    Path to the field to be used in filter and order by queries.

    +

    Returns string

    Path to the field to be used in filter and order by queries.

    +

greaterOrEqual

  • greaterOrEqual(value: Duration): Filter<EntityT, Duration>
  • +

    Creates an instance of Filter for this field and the given value using the operator 'ge', i.e. >=.

    +

    Parameters

    • value: Duration

      Value to be used in the filter

      +

    Returns Filter<EntityT, Duration>

    The resulting filter

    +

greaterThan

  • greaterThan(value: Duration): Filter<EntityT, Duration>
  • +

    Creates an instance of Filter for this field and the given value using the operator 'gt', i.e. >.

    +

    Parameters

    • value: Duration

      Value to be used in the filter

      +

    Returns Filter<EntityT, Duration>

    The resulting filter

    +

lessOrEqual

  • lessOrEqual(value: Duration): Filter<EntityT, Duration>
  • +

    Creates an instance of Filter for this field and the given value using the operator 'le', i.e. <=.

    +

    Parameters

    • value: Duration

      Value to be used in the filter

      +

    Returns Filter<EntityT, Duration>

    The resulting filter

    +

lessThan

  • lessThan(value: Duration): Filter<EntityT, Duration>
  • +

    Creates an instance of Filter for this field and the given value using the operator 'lt', i.e. <.

    +

    Parameters

    • value: Duration

      Value to be used in the filter

      +

    Returns Filter<EntityT, Duration>

    The resulting filter

    +

notEquals

  • notEquals(value: Duration): Filter<EntityT, Duration>
  • +

    Creates an instance of Filter for this field and the given value using the operator 'ne', i.e. !=.

    +

    Parameters

    • value: Duration

      Value to be used in the filter

      +

    Returns Filter<EntityT, Duration>

    The resulting filter

    +

    Copyright Ⓒ 2021 SAP SE or an SAP affiliate company. All rights reserved.

    +

Legend

  • Namespace
  • Variable
  • Function
  • Function with type parameter
  • Type alias
  • Type alias with type parameter
  • Interface
  • Interface with type parameter
  • Class
  • Class with type parameter
  • Inherited property
  • Inherited method
  • Enumeration

Settings

Theme

\ No newline at end of file diff --git a/docs/api/1.49.0/classes/sap_cloud_sdk_core.DurtionFieldBase.html b/docs/api/1.49.0/classes/sap_cloud_sdk_core.DurtionFieldBase.html new file mode 100644 index 0000000000..17cab0808c --- /dev/null +++ b/docs/api/1.49.0/classes/sap_cloud_sdk_core.DurtionFieldBase.html @@ -0,0 +1,40 @@ + +DurtionFieldBase | SAP Cloud SDK for JavaScript / TypeScript - v1.49.0
Options
All
  • Public
  • Public/Protected
  • All
Menu
deprecated

Since v1.47.0. Use OrderableEdmTypeField instead. +Represents a property with a duration value.

+

Type parameters

  • EntityT: EntityBase

    +

    Type of the entity the field belongs to

    +
  • SelectableT: boolean = false

Hierarchy

Index

Constructors

constructor

  • +

    Creates an instance of EdmTypeField.

    +

    Type parameters

    • EntityT: EntityBase<EntityT>

    • SelectableT: boolean = false

    Parameters

    Returns DurtionFieldBase<EntityT, SelectableT>

Properties

Readonly _entity

_entity: EntityT

Readonly _entityConstructor

_entityConstructor: Constructable<EntityT, unknown>

Readonly _fieldName

_fieldName: string

Readonly _fieldOf

_fieldOf: ConstructorOrField<EntityT, any>

Readonly _fieldOptions

_fieldOptions: Required<FieldOptions<false, SelectableT>>

Readonly edmType

Methods

equals

  • equals(value: Duration): Filter<EntityT, Duration>
  • +

    Creates an instance of Filter for this field and the given value using the operator 'eq', i.e. ==.

    +

    Parameters

    • value: Duration

      Value to be used in the filter

      +

    Returns Filter<EntityT, Duration>

    The resulting filter

    +

fieldPath

  • fieldPath(): string
  • +

    Path to the field to be used in filter and order by queries.

    +

    Returns string

    Path to the field to be used in filter and order by queries.

    +

greaterOrEqual

  • greaterOrEqual(value: Duration): Filter<EntityT, Duration>
  • +

    Creates an instance of Filter for this field and the given value using the operator 'ge', i.e. >=.

    +

    Parameters

    • value: Duration

      Value to be used in the filter

      +

    Returns Filter<EntityT, Duration>

    The resulting filter

    +

greaterThan

  • greaterThan(value: Duration): Filter<EntityT, Duration>
  • +

    Creates an instance of Filter for this field and the given value using the operator 'gt', i.e. >.

    +

    Parameters

    • value: Duration

      Value to be used in the filter

      +

    Returns Filter<EntityT, Duration>

    The resulting filter

    +

lessOrEqual

  • lessOrEqual(value: Duration): Filter<EntityT, Duration>
  • +

    Creates an instance of Filter for this field and the given value using the operator 'le', i.e. <=.

    +

    Parameters

    • value: Duration

      Value to be used in the filter

      +

    Returns Filter<EntityT, Duration>

    The resulting filter

    +

lessThan

  • lessThan(value: Duration): Filter<EntityT, Duration>
  • +

    Creates an instance of Filter for this field and the given value using the operator 'lt', i.e. <.

    +

    Parameters

    • value: Duration

      Value to be used in the filter

      +

    Returns Filter<EntityT, Duration>

    The resulting filter

    +

notEquals

  • notEquals(value: Duration): Filter<EntityT, Duration>
  • +

    Creates an instance of Filter for this field and the given value using the operator 'ne', i.e. !=.

    +

    Parameters

    • value: Duration

      Value to be used in the filter

      +

    Returns Filter<EntityT, Duration>

    The resulting filter

    +

    Copyright Ⓒ 2021 SAP SE or an SAP affiliate company. All rights reserved.

    +

Legend

  • Namespace
  • Variable
  • Function
  • Function with type parameter
  • Type alias
  • Type alias with type parameter
  • Class
  • Class with type parameter
  • Method
  • Interface
  • Interface with type parameter
  • Inherited property
  • Inherited method
  • Enumeration

Settings

Theme

\ No newline at end of file diff --git a/docs/api/1.49.0/classes/sap_cloud_sdk_core.EdmTypeField.html b/docs/api/1.49.0/classes/sap_cloud_sdk_core.EdmTypeField.html new file mode 100644 index 0000000000..1d86c04d4f --- /dev/null +++ b/docs/api/1.49.0/classes/sap_cloud_sdk_core.EdmTypeField.html @@ -0,0 +1,40 @@ + +EdmTypeField | SAP Cloud SDK for JavaScript / TypeScript - v1.49.0
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class EdmTypeField<EntityT, EdmOrFieldT, NullableT, SelectableT>

+

Represents a property of an OData entity with an EDM type.

+

EdmTypeFields are used as static properties of entities or EDM typed fields of complex type fields. They are generated from the OData metadata, i.e. for each property of +an OData entity, that has an EDM type, there is one static instance of EdmTypeField (or rather one of its subclasses) in the corresponding generated class file. +EdmTypeFields are used to represent the domain of more or less primitive values that can be used in select, filter and order by functions. +For example, when constructing a query on the BusinessPartner entity, an instance of EdmTypeField<BusinessPartner, string> +can be supplied as argument to the select function, e.g. BusinessPartner.FIRST_NAME.

+

See also: Selectable

+

Type parameters

  • EntityT: EntityBase

    +

    Type of the entity the field belongs to

    +
  • EdmOrFieldT: EdmTypeShared<"any"> | FieldType

    +

    EDM type of the field. Deprecated: Field type of the field.

    +
  • NullableT: boolean = false

    +

    Boolean type that represents whether the field is nullable.

    +
  • SelectableT: boolean = false

    +

    Boolean type that represents whether the field is selectable.

    +

Hierarchy

Index

Constructors

constructor

  • +

    Creates an instance of EdmTypeField.

    +

    Type parameters

    • EntityT: EntityBase<EntityT>

    • EdmOrFieldT: undefined | null | string | number | boolean | Moment | Time | Duration | BigNumber

    • NullableT: boolean = false

    • SelectableT: boolean = false

    Parameters

    • fieldName: string
      +

      Actual name of the field used in the OData request.

      +
    • _fieldOf: ConstructorOrField<EntityT, any>
      +

      Constructor type of the entity the field belongs to.

      +
    • edmType: EdmTypeForEdmOrFieldType<EdmOrFieldT>
      +

      Type of the field according to the metadata description.

      +
    • Optional fieldOptions: FieldOptions<NullableT, SelectableT>
      +

      Optional settings for this field.

      +

    Returns EdmTypeField<EntityT, EdmOrFieldT, NullableT, SelectableT>

Properties

Readonly _entity

_entity: EntityT

Readonly _entityConstructor

_entityConstructor: Constructable<EntityT, unknown>

Readonly _fieldName

_fieldName: string

Readonly _fieldOf

_fieldOf: ConstructorOrField<EntityT, any>

Readonly _fieldOptions

_fieldOptions: Required<FieldOptions<NullableT, SelectableT>>

Readonly edmType

edmType: EdmTypeForEdmOrFieldType<EdmOrFieldT>

Methods

equals

  • +

    Creates an instance of Filter for this field and the given value using the operator 'eq', i.e. ==.

    +

    Parameters

    Returns Filter<EntityT, NullableFieldType<EdmOrFieldT extends EdmTypeCommon | ExclusiveEdmTypeV2 | ExclusiveEdmTypeV4 ? NonNullableFieldTypeByEdmType<EdmOrFieldT> : EdmOrFieldT, NullableT>>

    The resulting filter

    +

fieldPath

  • fieldPath(): string
  • +

    Path to the field to be used in filter and order by queries.

    +

    Returns string

    Path to the field to be used in filter and order by queries.

    +

notEquals

  • +

    Creates an instance of Filter for this field and the given value using the operator 'ne', i.e. !=.

    +

    Parameters

    Returns Filter<EntityT, NullableFieldType<EdmOrFieldT extends EdmTypeCommon | ExclusiveEdmTypeV2 | ExclusiveEdmTypeV4 ? NonNullableFieldTypeByEdmType<EdmOrFieldT> : EdmOrFieldT, NullableT>>

    The resulting filter

    +

    Copyright Ⓒ 2021 SAP SE or an SAP affiliate company. All rights reserved.

    +

Legend

  • Namespace
  • Variable
  • Function
  • Function with type parameter
  • Type alias
  • Type alias with type parameter
  • Class
  • Class with type parameter
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Enumeration
  • Inherited property

Settings

Theme

\ No newline at end of file diff --git a/docs/api/1.49.0/classes/sap_cloud_sdk_core.Entity.html b/docs/api/1.49.0/classes/sap_cloud_sdk_core.Entity.html new file mode 100644 index 0000000000..2a7850f9a5 --- /dev/null +++ b/docs/api/1.49.0/classes/sap_cloud_sdk_core.Entity.html @@ -0,0 +1,80 @@ + +Entity | SAP Cloud SDK for JavaScript / TypeScript - v1.49.0
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

Super class for all representations of OData v2 entity types.

+

Hierarchy

Index

Constructors

constructor

Properties

Protected _customFields

_customFields: Record<string, any>
+

A mapper representing custom fields in an entity. +Custom fields are represented by their field names and the corresponding values. +A custom field can be added or updated using setCustomField method.

+

Readonly _oDataVersion

_oDataVersion: "v2"

Protected _versionIdentifier

_versionIdentifier: string
+

The current ETag version of the entity in the remote system. +The ETag identified the version of the in the remote system. It will be automatically set in the "if-match" header of update requests and can be set as a custom header for delete requests. +When no ETag is provided by the remote system the value of this variable defaults to "*".

+

Protected remoteState

remoteState: {}
+

The remote state of the entity. +Remote state refers to the last known state of the entity on the remote system from which it has been retrieved or to which it has been posted. +It is stored as map, where the keys are stored in the format of the original OData properties.

+

Type declaration

  • [keys: string]: any

Static _defaultServicePath

_defaultServicePath: string

Static _entityName

_entityName: string

Static _serviceName

_serviceName: string

Accessors

versionIdentifier

  • get versionIdentifier(): string
  • +

    ETag version identifier accessor.

    +

    Returns string

    The ETag version identifier of the retrieved entity, returns undefined if not retrieved.

    +

Methods

Protected asObject

  • asObject(visitedEntities?: EntityBase[]): Record<string, any>
  • +

    Creates an object containing all defined properties, navigation properties and custom fields in the entity.

    +

    Parameters

    • Optional visitedEntities: EntityBase[]

      List of entities to check in case of circular dependencies.

      +

    Returns Record<string, any>

    Entity as an object with all defined entity fields

    +

Protected getCurrentMapKeys

  • getCurrentMapKeys(visitedEntities?: EntityBase[]): any
  • deprecated

    Since v1.34.1. Use asObject instead. +Returns a map of all defined fields in entity to their current values.

    +

    Parameters

    • Optional visitedEntities: EntityBase[]

      List of entities to check in case of circular dependencies.

      +

    Returns any

    Entity with all defined entity fields

    +

Protected getCurrentStateForKey

  • getCurrentStateForKey(key: string, visitedEntities?: EntityBase[]): any

getCustomField

  • getCustomField(fieldName: string): any
  • +

    Custom field value getter.

    +

    Parameters

    • fieldName: string

      The name of the custom field

      +

    Returns any

    The value of the corresponding custom field

    +

getCustomFields

  • getCustomFields(): Record<string, any>
  • +

    Returns a map that contains all entity custom fields.

    +

    Returns Record<string, any>

    A map of all defined custom fields in the entity

    +

getUpdatedCustomFields

  • getUpdatedCustomFields(): Record<string, any>
  • +

    Returns all updated custom field properties compared to the last known remote state.

    +

    Returns Record<string, any>

    An object containing all updated custom properties, with their new values.

    +

getUpdatedProperties

  • getUpdatedProperties(): Record<string, any>
  • +

    Returns all changed properties compared to the last known remote state. +The returned properties do not include custom fields. +Use getUpdatedCustomFields, if you need custom fields.

    +

    Returns Record<string, any>

    Entity with all properties that changed

    +

getUpdatedPropertyNames

  • getUpdatedPropertyNames(): string[]
  • +

    Returns all changed property names compared to the last known remote state. +The returned properties names do not include custom fields. +Use getUpdatedCustomFields, if you need custom fields.

    +

    Returns string[]

    Entity with all properties that changed

    +

hasCustomField

  • hasCustomField(fieldName: string): boolean
  • +

    Validates whether a custom field exists in the entity.

    +

    Parameters

    • fieldName: string

      The name of the custom field to update

      +

    Returns boolean

    A boolean value, that indicates whether a custom field is defined in entity

    +

initializeCustomFields

  • initializeCustomFields(customFields: Record<string, any>): Entity
  • deprecated

    Since v1.34.1. Use setCustomFields instead. +Sets all retrieved custom fields in entity.

    +

    Parameters

    • customFields: Record<string, any>

      Extracted custom fields from a retrieved entity.

      +

    Returns Entity

    The entity itself, to facilitate method chaining.

    +

Protected isConflictingCustomField

  • isConflictingCustomField(customFieldName: string): boolean
  • +

    Validates whether a field name does not conflict with an original field name and thus can be defined as custom fields.

    +

    Parameters

    • customFieldName: string

      Field name to check

      +

    Returns boolean

    Boolean value that describes whether a field name can be defined as custom field

    +

Protected isVisitedEntity

  • isVisitedEntity<EntityT>(entity: EntityT, visitedEntities?: EntityBase[]): boolean

setCustomField

  • setCustomField(fieldName: string, value: any): Entity
  • +

    Sets a new custom field in the entity or updates it. +Throws an error, if the provided custom field name is already defined by an original field in entity.

    +

    Parameters

    • fieldName: string

      The name of the custom field to update

      +
    • value: any

      The value of the field

      +

    Returns Entity

    The entity itself, to facilitate method chaining

    +

setCustomFields

  • setCustomFields(customFields: Record<string, any>): Entity
  • +

    Sets custom fields on an entity.

    +

    Parameters

    • customFields: Record<string, any>

      Custom fields to set on the entity.

      +

    Returns Entity

    The entity itself, to facilitate method chaining

    +

setOrInitializeRemoteState

  • setOrInitializeRemoteState(state?: Record<string, any>): Entity
  • deprecated

    Since 1.12.0. Will be hidden in version 2.0. +Initializes or sets the remoteState of the entity. +This function is called on all read, create and update requests. +This function should be called after initializeCustomFields, if custom fields are defined.

    +

    Parameters

    • Optional state: Record<string, any>

      State to be set as remote state.

      +

    Returns Entity

    The entity itself, to facilitate method chaining

    +

setVersionIdentifier

  • setVersionIdentifier(etag: undefined | string): Entity
  • +

    Set the ETag version identifier of the retrieved entity.

    +

    Parameters

    • etag: undefined | string

      The returned ETag version of the entity.

      +

    Returns Entity

    The entity itself, to facilitate method chaining.

    +

    Copyright Ⓒ 2021 SAP SE or an SAP affiliate company. All rights reserved.

    +

Static Protected customFieldSelector

  • customFieldSelector<EntityT, NullableT>(fieldName: string, entityConstructor: Constructable<EntityT, unknown>, isNullable?: NullableT): CustomField<EntityT, NullableT>
  • Type parameters

    • EntityT: Entity<EntityT>

    • NullableT: boolean = false

    Parameters

    • fieldName: string
    • entityConstructor: Constructable<EntityT, unknown>
    • Optional isNullable: NullableT

    Returns CustomField<EntityT, NullableT>

Static Protected entityBuilder

  • entityBuilder<EntityT, EntityTypeT>(entityConstructor: Constructable<EntityT, EntityTypeT>): EntityBuilderType<EntityT, EntityTypeT>
  • Type parameters

    Parameters

    • entityConstructor: Constructable<EntityT, EntityTypeT>

    Returns EntityBuilderType<EntityT, EntityTypeT>

Legend

  • Namespace
  • Variable
  • Function
  • Function with type parameter
  • Type alias
  • Type alias with type parameter
  • Class
  • Class with type parameter
  • Property
  • Interface
  • Interface with type parameter
  • Inherited constructor
  • Inherited method
  • Enumeration

Settings

Theme

\ No newline at end of file diff --git a/docs/api/1.49.0/classes/sap_cloud_sdk_core.EntityBase.html b/docs/api/1.49.0/classes/sap_cloud_sdk_core.EntityBase.html new file mode 100644 index 0000000000..835a3d217b --- /dev/null +++ b/docs/api/1.49.0/classes/sap_cloud_sdk_core.EntityBase.html @@ -0,0 +1,80 @@ + +EntityBase | SAP Cloud SDK for JavaScript / TypeScript - v1.49.0
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

Super class for all representations of OData entity types.

+

Hierarchy

Index

Constructors

constructor

  • Returns EntityBase

Properties

Protected _customFields

_customFields: Record<string, any>
+

A mapper representing custom fields in an entity. +Custom fields are represented by their field names and the corresponding values. +A custom field can be added or updated using setCustomField method.

+

Readonly Abstract _oDataVersion

_oDataVersion: any

Protected _versionIdentifier

_versionIdentifier: string
+

The current ETag version of the entity in the remote system. +The ETag identified the version of the in the remote system. It will be automatically set in the "if-match" header of update requests and can be set as a custom header for delete requests. +When no ETag is provided by the remote system the value of this variable defaults to "*".

+

Protected remoteState

remoteState: {}
+

The remote state of the entity. +Remote state refers to the last known state of the entity on the remote system from which it has been retrieved or to which it has been posted. +It is stored as map, where the keys are stored in the format of the original OData properties.

+

Type declaration

  • [keys: string]: any

Static _defaultServicePath

_defaultServicePath: string

Static _entityName

_entityName: string

Static _serviceName

_serviceName: string

Accessors

versionIdentifier

  • get versionIdentifier(): string
  • +

    ETag version identifier accessor.

    +

    Returns string

    The ETag version identifier of the retrieved entity, returns undefined if not retrieved.

    +

Methods

Protected asObject

  • asObject(visitedEntities?: EntityBase[]): Record<string, any>
  • +

    Creates an object containing all defined properties, navigation properties and custom fields in the entity.

    +

    Parameters

    • Optional visitedEntities: EntityBase[]

      List of entities to check in case of circular dependencies.

      +

    Returns Record<string, any>

    Entity as an object with all defined entity fields

    +

Protected getCurrentMapKeys

  • getCurrentMapKeys(visitedEntities?: EntityBase[]): any
  • deprecated

    Since v1.34.1. Use asObject instead. +Returns a map of all defined fields in entity to their current values.

    +

    Parameters

    • Optional visitedEntities: EntityBase[]

      List of entities to check in case of circular dependencies.

      +

    Returns any

    Entity with all defined entity fields

    +

Protected getCurrentStateForKey

  • getCurrentStateForKey(key: string, visitedEntities?: EntityBase[]): any
  • Parameters

    Returns any

getCustomField

  • getCustomField(fieldName: string): any
  • +

    Custom field value getter.

    +

    Parameters

    • fieldName: string

      The name of the custom field

      +

    Returns any

    The value of the corresponding custom field

    +

getCustomFields

  • getCustomFields(): Record<string, any>
  • +

    Returns a map that contains all entity custom fields.

    +

    Returns Record<string, any>

    A map of all defined custom fields in the entity

    +

getUpdatedCustomFields

  • getUpdatedCustomFields(): Record<string, any>
  • +

    Returns all updated custom field properties compared to the last known remote state.

    +

    Returns Record<string, any>

    An object containing all updated custom properties, with their new values.

    +

getUpdatedProperties

  • getUpdatedProperties(): Record<string, any>
  • +

    Returns all changed properties compared to the last known remote state. +The returned properties do not include custom fields. +Use getUpdatedCustomFields, if you need custom fields.

    +

    Returns Record<string, any>

    Entity with all properties that changed

    +

getUpdatedPropertyNames

  • getUpdatedPropertyNames(): string[]
  • +

    Returns all changed property names compared to the last known remote state. +The returned properties names do not include custom fields. +Use getUpdatedCustomFields, if you need custom fields.

    +

    Returns string[]

    Entity with all properties that changed

    +

hasCustomField

  • hasCustomField(fieldName: string): boolean
  • +

    Validates whether a custom field exists in the entity.

    +

    Parameters

    • fieldName: string

      The name of the custom field to update

      +

    Returns boolean

    A boolean value, that indicates whether a custom field is defined in entity

    +

initializeCustomFields

  • initializeCustomFields(customFields: Record<string, any>): EntityBase
  • deprecated

    Since v1.34.1. Use setCustomFields instead. +Sets all retrieved custom fields in entity.

    +

    Parameters

    • customFields: Record<string, any>

      Extracted custom fields from a retrieved entity.

      +

    Returns EntityBase

    The entity itself, to facilitate method chaining.

    +

Protected isConflictingCustomField

  • isConflictingCustomField(customFieldName: string): boolean
  • +

    Validates whether a field name does not conflict with an original field name and thus can be defined as custom fields.

    +

    Parameters

    • customFieldName: string

      Field name to check

      +

    Returns boolean

    Boolean value that describes whether a field name can be defined as custom field

    +

Protected isVisitedEntity

  • isVisitedEntity<EntityT>(entity: EntityT, visitedEntities?: EntityBase[]): boolean
  • Type parameters

    Parameters

    • entity: EntityT
    • Optional visitedEntities: EntityBase[]

    Returns boolean

setCustomField

  • setCustomField(fieldName: string, value: any): EntityBase
  • +

    Sets a new custom field in the entity or updates it. +Throws an error, if the provided custom field name is already defined by an original field in entity.

    +

    Parameters

    • fieldName: string

      The name of the custom field to update

      +
    • value: any

      The value of the field

      +

    Returns EntityBase

    The entity itself, to facilitate method chaining

    +

setCustomFields

  • setCustomFields(customFields: Record<string, any>): EntityBase
  • +

    Sets custom fields on an entity.

    +

    Parameters

    • customFields: Record<string, any>

      Custom fields to set on the entity.

      +

    Returns EntityBase

    The entity itself, to facilitate method chaining

    +

setOrInitializeRemoteState

  • setOrInitializeRemoteState(state?: Record<string, any>): EntityBase
  • deprecated

    Since 1.12.0. Will be hidden in version 2.0. +Initializes or sets the remoteState of the entity. +This function is called on all read, create and update requests. +This function should be called after initializeCustomFields, if custom fields are defined.

    +

    Parameters

    • Optional state: Record<string, any>

      State to be set as remote state.

      +

    Returns EntityBase

    The entity itself, to facilitate method chaining

    +

setVersionIdentifier

  • setVersionIdentifier(etag: undefined | string): EntityBase
  • +

    Set the ETag version identifier of the retrieved entity.

    +

    Parameters

    • etag: undefined | string

      The returned ETag version of the entity.

      +

    Returns EntityBase

    The entity itself, to facilitate method chaining.

    +

    Copyright Ⓒ 2021 SAP SE or an SAP affiliate company. All rights reserved.

    +

Static Protected entityBuilder

  • entityBuilder<EntityT, EntityTypeT>(entityConstructor: Constructable<EntityT, EntityTypeT>): EntityBuilderType<EntityT, EntityTypeT>
  • Type parameters

    Parameters

    • entityConstructor: Constructable<EntityT, EntityTypeT>

    Returns EntityBuilderType<EntityT, EntityTypeT>

Legend

  • Namespace
  • Variable
  • Function
  • Function with type parameter
  • Type alias
  • Type alias with type parameter
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Protected property
  • Protected method
  • Enumeration
  • Static property

Settings

Theme

\ No newline at end of file diff --git a/docs/api/1.49.0/classes/sap_cloud_sdk_core.EntityV4.html b/docs/api/1.49.0/classes/sap_cloud_sdk_core.EntityV4.html new file mode 100644 index 0000000000..0a861c9ad2 --- /dev/null +++ b/docs/api/1.49.0/classes/sap_cloud_sdk_core.EntityV4.html @@ -0,0 +1,80 @@ + +EntityV4 | SAP Cloud SDK for JavaScript / TypeScript - v1.49.0
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

Super class for all representations of OData v4 entity types.

+

Hierarchy

Index

Constructors

constructor

Properties

Protected _customFields

_customFields: Record<string, any>
+

A mapper representing custom fields in an entity. +Custom fields are represented by their field names and the corresponding values. +A custom field can be added or updated using setCustomField method.

+

Readonly _oDataVersion

_oDataVersion: "v4"

Protected _versionIdentifier

_versionIdentifier: string
+

The current ETag version of the entity in the remote system. +The ETag identified the version of the in the remote system. It will be automatically set in the "if-match" header of update requests and can be set as a custom header for delete requests. +When no ETag is provided by the remote system the value of this variable defaults to "*".

+

Protected remoteState

remoteState: {}
+

The remote state of the entity. +Remote state refers to the last known state of the entity on the remote system from which it has been retrieved or to which it has been posted. +It is stored as map, where the keys are stored in the format of the original OData properties.

+

Type declaration

  • [keys: string]: any

Static _defaultServicePath

_defaultServicePath: string

Static _entityName

_entityName: string

Static _serviceName

_serviceName: string

Accessors

versionIdentifier

  • get versionIdentifier(): string
  • +

    ETag version identifier accessor.

    +

    Returns string

    The ETag version identifier of the retrieved entity, returns undefined if not retrieved.

    +

Methods

Protected asObject

  • asObject(visitedEntities?: EntityBase[]): Record<string, any>
  • +

    Creates an object containing all defined properties, navigation properties and custom fields in the entity.

    +

    Parameters

    • Optional visitedEntities: EntityBase[]

      List of entities to check in case of circular dependencies.

      +

    Returns Record<string, any>

    Entity as an object with all defined entity fields

    +

Protected getCurrentMapKeys

  • getCurrentMapKeys(visitedEntities?: EntityBase[]): any
  • deprecated

    Since v1.34.1. Use asObject instead. +Returns a map of all defined fields in entity to their current values.

    +

    Parameters

    • Optional visitedEntities: EntityBase[]

      List of entities to check in case of circular dependencies.

      +

    Returns any

    Entity with all defined entity fields

    +

Protected getCurrentStateForKey

  • getCurrentStateForKey(key: string, visitedEntities?: EntityBase[]): any

getCustomField

  • getCustomField(fieldName: string): any
  • +

    Custom field value getter.

    +

    Parameters

    • fieldName: string

      The name of the custom field

      +

    Returns any

    The value of the corresponding custom field

    +

getCustomFields

  • getCustomFields(): Record<string, any>
  • +

    Returns a map that contains all entity custom fields.

    +

    Returns Record<string, any>

    A map of all defined custom fields in the entity

    +

getUpdatedCustomFields

  • getUpdatedCustomFields(): Record<string, any>
  • +

    Returns all updated custom field properties compared to the last known remote state.

    +

    Returns Record<string, any>

    An object containing all updated custom properties, with their new values.

    +

getUpdatedProperties

  • getUpdatedProperties(): Record<string, any>
  • +

    Returns all changed properties compared to the last known remote state. +The returned properties do not include custom fields. +Use getUpdatedCustomFields, if you need custom fields.

    +

    Returns Record<string, any>

    Entity with all properties that changed

    +

getUpdatedPropertyNames

  • getUpdatedPropertyNames(): string[]
  • +

    Returns all changed property names compared to the last known remote state. +The returned properties names do not include custom fields. +Use getUpdatedCustomFields, if you need custom fields.

    +

    Returns string[]

    Entity with all properties that changed

    +

hasCustomField

  • hasCustomField(fieldName: string): boolean
  • +

    Validates whether a custom field exists in the entity.

    +

    Parameters

    • fieldName: string

      The name of the custom field to update

      +

    Returns boolean

    A boolean value, that indicates whether a custom field is defined in entity

    +

initializeCustomFields

  • initializeCustomFields(customFields: Record<string, any>): EntityV4
  • deprecated

    Since v1.34.1. Use setCustomFields instead. +Sets all retrieved custom fields in entity.

    +

    Parameters

    • customFields: Record<string, any>

      Extracted custom fields from a retrieved entity.

      +

    Returns EntityV4

    The entity itself, to facilitate method chaining.

    +

Protected isConflictingCustomField

  • isConflictingCustomField(customFieldName: string): boolean
  • +

    Validates whether a field name does not conflict with an original field name and thus can be defined as custom fields.

    +

    Parameters

    • customFieldName: string

      Field name to check

      +

    Returns boolean

    Boolean value that describes whether a field name can be defined as custom field

    +

Protected isVisitedEntity

  • isVisitedEntity<EntityT>(entity: EntityT, visitedEntities?: EntityBase[]): boolean

setCustomField

  • setCustomField(fieldName: string, value: any): EntityV4
  • +

    Sets a new custom field in the entity or updates it. +Throws an error, if the provided custom field name is already defined by an original field in entity.

    +

    Parameters

    • fieldName: string

      The name of the custom field to update

      +
    • value: any

      The value of the field

      +

    Returns EntityV4

    The entity itself, to facilitate method chaining

    +

setCustomFields

  • setCustomFields(customFields: Record<string, any>): EntityV4
  • +

    Sets custom fields on an entity.

    +

    Parameters

    • customFields: Record<string, any>

      Custom fields to set on the entity.

      +

    Returns EntityV4

    The entity itself, to facilitate method chaining

    +

setOrInitializeRemoteState

  • setOrInitializeRemoteState(state?: Record<string, any>): EntityV4
  • deprecated

    Since 1.12.0. Will be hidden in version 2.0. +Initializes or sets the remoteState of the entity. +This function is called on all read, create and update requests. +This function should be called after initializeCustomFields, if custom fields are defined.

    +

    Parameters

    • Optional state: Record<string, any>

      State to be set as remote state.

      +

    Returns EntityV4

    The entity itself, to facilitate method chaining

    +

setVersionIdentifier

  • setVersionIdentifier(etag: undefined | string): EntityV4
  • +

    Set the ETag version identifier of the retrieved entity.

    +

    Parameters

    • etag: undefined | string

      The returned ETag version of the entity.

      +

    Returns EntityV4

    The entity itself, to facilitate method chaining.

    +

    Copyright Ⓒ 2021 SAP SE or an SAP affiliate company. All rights reserved.

    +

Static Protected customFieldSelector

  • customFieldSelector<EntityT, NullableT>(fieldName: string, entityConstructor: Constructable<EntityT, unknown>, isNullable?: NullableT): CustomFieldV4<EntityT, NullableT>
  • Type parameters

    • EntityT: EntityV4<EntityT>

    • NullableT: boolean = false

    Parameters

    • fieldName: string
    • entityConstructor: Constructable<EntityT, unknown>
    • Optional isNullable: NullableT

    Returns CustomFieldV4<EntityT, NullableT>

Static Protected entityBuilder

  • entityBuilder<EntityT, EntityTypeT>(entityConstructor: Constructable<EntityT, EntityTypeT>): EntityBuilderType<EntityT, EntityTypeT>
  • Type parameters

    Parameters

    • entityConstructor: Constructable<EntityT, EntityTypeT>

    Returns EntityBuilderType<EntityT, EntityTypeT>

Legend

  • Namespace
  • Variable
  • Function
  • Function with type parameter
  • Type alias
  • Type alias with type parameter
  • Class
  • Class with type parameter
  • Property
  • Interface
  • Interface with type parameter
  • Inherited constructor
  • Inherited method
  • Enumeration

Settings

Theme

\ No newline at end of file diff --git a/docs/api/1.49.0/classes/sap_cloud_sdk_core.EnumField.html b/docs/api/1.49.0/classes/sap_cloud_sdk_core.EnumField.html new file mode 100644 index 0000000000..a794976b98 --- /dev/null +++ b/docs/api/1.49.0/classes/sap_cloud_sdk_core.EnumField.html @@ -0,0 +1,35 @@ + +EnumField | SAP Cloud SDK for JavaScript / TypeScript - v1.49.0
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class EnumField<EntityT, EnumT, NullableT, SelectableT>

+

Represents a property with an enum value.

+

Type parameters

  • EntityT: EntityBase

    +

    Type of the entity the field belongs to.

    +
  • EnumT: string = string

    +

    Enum type that contains all valid enum entries for this field.

    +
  • NullableT: boolean = false

    +

    Boolean type that represents whether the field is nullable.

    +
  • SelectableT: boolean = false

    +

    Boolean type that represents whether the field is selectable.

    +

Hierarchy

  • Field<EntityT, NullableT, SelectableT>
    • EnumField

Index

Constructors

constructor

  • new EnumField<EntityT, EnumT, NullableT, SelectableT>(fieldName: string, _fieldOf: ConstructorOrField<EntityT, any>, enumType?: Record<string, EnumT>, fieldOptions?: FieldOptions<NullableT, SelectableT>): EnumField<EntityT, EnumT, NullableT, SelectableT>
  • +

    Creates an instance of EnumField.

    +

    Type parameters

    • EntityT: EntityBase<EntityT>

    • EnumT: string = string

    • NullableT: boolean = false

    • SelectableT: boolean = false

    Parameters

    • fieldName: string
      +

      Actual name of the field used in the OData request.

      +
    • _fieldOf: ConstructorOrField<EntityT, any>
      +

      The constructor of the entity or the complex type field this field belongs to.

      +
    • Optional enumType: Record<string, EnumT>
      +

      Enum type of the field according to the metadata description.

      +
    • Optional fieldOptions: FieldOptions<NullableT, SelectableT>
      +

      Optional settings for this field.

      +

    Returns EnumField<EntityT, EnumT, NullableT, SelectableT>

Properties

Readonly _entity

_entity: EntityT

Readonly _entityConstructor

_entityConstructor: Constructable<EntityT, unknown>

Readonly _fieldName

_fieldName: string

Readonly _fieldOf

_fieldOf: ConstructorOrField<EntityT, any>

Readonly _fieldOptions

_fieldOptions: Required<FieldOptions<NullableT, SelectableT>>

Readonly edmType

deprecated

Since v1.48.0. This property is not used anymore.

+

Optional Readonly enumType

enumType?: Record<string, EnumT>

Methods

equals

  • equals(value: `${EnumT}`): Filter<EntityT, string>
  • +

    Creates an instance of Filter for this field and the given value using the operator 'eq', i.e. ==.

    +

    Parameters

    • value: `${EnumT}`

      Value to be used in the filter

      +

    Returns Filter<EntityT, string>

    The resulting filter

    +

fieldPath

  • fieldPath(): string
  • +

    Gets the path to the complex type property represented by this.

    +

    Returns string

    The path to the complex type property.

    +

notEquals

  • notEquals(value: `${EnumT}`): Filter<EntityT, string>
  • +

    Creates an instance of Filter for this field and the given value using the operator 'ne', i.e. !=.

    +

    Parameters

    • value: `${EnumT}`

      Value to be used in the filter

      +

    Returns Filter<EntityT, string>

    The resulting filter

    +

    Copyright Ⓒ 2021 SAP SE or an SAP affiliate company. All rights reserved.

    +

Legend

  • Namespace
  • Variable
  • Function
  • Function with type parameter
  • Type alias
  • Type alias with type parameter
  • Class
  • Class with type parameter
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Enumeration
  • Inherited property

Settings

Theme

\ No newline at end of file diff --git a/docs/api/1.49.0/classes/sap_cloud_sdk_core.Field.html b/docs/api/1.49.0/classes/sap_cloud_sdk_core.Field.html new file mode 100644 index 0000000000..3fc5525f45 --- /dev/null +++ b/docs/api/1.49.0/classes/sap_cloud_sdk_core.Field.html @@ -0,0 +1,26 @@ + +Field | SAP Cloud SDK for JavaScript / TypeScript - v1.49.0
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

Abstract representation a property of an OData entity.

+

Fields are used as static properties of entities or properties of ComplexTypeFields and are generated from the metadata, i.e. for each property of +an OData entity, there exists one static instance of Field (or rather one of its subclasses) in the corresponding generated class file. +Fields are used to represent the domain of values that can be used in select, filter and order by functions.

+

See also: Selectable, EdmTypeField, ComplexTypeField

+

Type parameters

  • EntityT: EntityBase

    +

    Type of the entity the field belongs to.

    +
  • NullableT: boolean = false

    +

    Boolean type that represents whether the field is nullable.

    +
  • SelectableT: boolean = false

    +

    Boolean type that represents whether the field is selectable.

    +

Hierarchy

Implements

  • EntityIdentifiable<EntityT>

Index

Constructors

constructor

  • new Field<EntityT, NullableT, SelectableT>(_fieldName: string, _entityConstructor: Constructable<EntityT, unknown>, fieldOptions?: FieldOptions<NullableT, SelectableT>): Field<EntityT, NullableT, SelectableT>
  • +

    Creates an instance of Field.

    +

    Type parameters

    • EntityT: EntityBase<EntityT>

    • NullableT: boolean = false

    • SelectableT: boolean = false

    Parameters

    • _fieldName: string
      +

      Actual name of the field used in the OData request

      +
    • _entityConstructor: Constructable<EntityT, unknown>
      +

      Constructor type of the entity the field belongs to

      +
    • Optional fieldOptions: FieldOptions<NullableT, SelectableT>
      +

      Optional settings for this field.

      +

    Returns Field<EntityT, NullableT, SelectableT>

Properties

Readonly _entity

_entity: EntityT

Readonly _entityConstructor

_entityConstructor: Constructable<EntityT, unknown>

Readonly _fieldName

_fieldName: string

Readonly _fieldOptions

_fieldOptions: Required<FieldOptions<NullableT, SelectableT>>

Methods

fieldPath

  • fieldPath(): string
  • +

    Path to the field to be used in filter and order by queries.

    +

    Returns string

    Path to the field to be used in filter and order by queries.

    +

    Copyright Ⓒ 2021 SAP SE or an SAP affiliate company. All rights reserved.

    +

Legend

  • Namespace
  • Variable
  • Function
  • Function with type parameter
  • Type alias
  • Type alias with type parameter
  • Class
  • Class with type parameter
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Enumeration

Settings

Theme

\ No newline at end of file diff --git a/docs/api/1.49.0/classes/sap_cloud_sdk_core.FieldBuilder.html b/docs/api/1.49.0/classes/sap_cloud_sdk_core.FieldBuilder.html new file mode 100644 index 0000000000..ea1dd36783 --- /dev/null +++ b/docs/api/1.49.0/classes/sap_cloud_sdk_core.FieldBuilder.html @@ -0,0 +1,32 @@ + +FieldBuilder | SAP Cloud SDK for JavaScript / TypeScript - v1.49.0
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

Field builder to orchestrate the creation of the different kinds of fields.

+

Type parameters

  • FieldOfT: ConstructorOrField<any>

    +

    Type of the entity or complex type field this field belongs to.

    +

Hierarchy

  • FieldBuilder

Index

Constructors

constructor

  • new FieldBuilder<FieldOfT>(fieldOf: FieldOfT): FieldBuilder<FieldOfT>
  • +

    Creates an instance of FieldBuilder.

    +

    Type parameters

    Parameters

    • fieldOf: FieldOfT
      +

      Entity or complex type field, for which the field builder shall create fields.

      +

    Returns FieldBuilder<FieldOfT>

Properties

fieldOf

fieldOf: FieldOfT

Methods

buildCollectionField

  • buildCollectionField<CollectionFieldT, NullableT>(fieldName: string, collectionFieldType: CollectionFieldType<CollectionFieldT>, isNullable: NullableT): CollectionField<EntityTypeFromFieldOf<FieldOfT>, CollectionFieldT, NullableT, IsSelectableField<FieldOfT>>
  • +

    Build a field for a property with a collection type. +The type of the field can either be an EDM type or a complex type. +Fields of entities are selectable; fields of complex types are not selectable.

    +

    Type parameters

    Parameters

    • fieldName: string

      Name of the field.

      +
    • collectionFieldType: CollectionFieldType<CollectionFieldT>

      Type of the collection. Can either be an EDM type or complex type (not complex type field).

      +
    • isNullable: NullableT

      Whether the field is nullable.

      +

    Returns CollectionField<EntityTypeFromFieldOf<FieldOfT>, CollectionFieldT, NullableT, IsSelectableField<FieldOfT>>

    A collection field with the given collection type.

    +

buildComplexTypeField

  • buildComplexTypeField<ComplexTypeFieldT, ComplexT, NullableT>(fieldName: string, complexTypeFieldCtor: ComplexTypeFieldConstructor<ComplexTypeFieldT, EntityTypeFromFieldOf<FieldOfT>, ComplexT, NullableT, IsSelectableField<FieldOfT>>, isNullable: NullableT): ComplexTypeFieldT
  • +

    Build a field for a property with a complex type. +Fields of entities are selectable; fields of complex types are not selectable.

    +

    Type parameters

    Parameters

    • fieldName: string

      Name of the field.

      +
    • complexTypeFieldCtor: ComplexTypeFieldConstructor<ComplexTypeFieldT, EntityTypeFromFieldOf<FieldOfT>, ComplexT, NullableT, IsSelectableField<FieldOfT>>

      Constructor of the complex type field.

      +
    • isNullable: NullableT

      Whether the field is nullable.

      +

    Returns ComplexTypeFieldT

    A complex type field of the given type.

    +

buildEdmTypeField

  • buildEdmTypeField<EdmT, NullableT>(fieldName: string, edmType: EdmT, isNullable: NullableT): OrderableEdmTypeField<EntityTypeFromFieldOf<FieldOfT>, EdmT, NullableT, IsSelectableField<FieldOfT>>
  • buildEdmTypeField<EdmT, NullableT>(fieldName: string, edmType: EdmT, isNullable: NullableT): EdmTypeField<EntityTypeFromFieldOf<FieldOfT>, EdmT, NullableT, IsSelectableField<FieldOfT>>
  • Type parameters

    Parameters

    • fieldName: string
    • edmType: EdmT
    • isNullable: NullableT

    Returns OrderableEdmTypeField<EntityTypeFromFieldOf<FieldOfT>, EdmT, NullableT, IsSelectableField<FieldOfT>>

  • Type parameters

    • EdmT: "Edm.String" | "Edm.Boolean" | "Edm.Guid" | "Edm.Binary" | "Edm.Any" | "Edm.Enum"

    • NullableT: boolean

    Parameters

    • fieldName: string
    • edmType: EdmT
    • isNullable: NullableT

    Returns EdmTypeField<EntityTypeFromFieldOf<FieldOfT>, EdmT, NullableT, IsSelectableField<FieldOfT>>

buildEnumField

  • buildEnumField<EnumT, NullableT>(fieldName: string, enumType: Record<string, EnumT>, isNullable: NullableT): EnumField<EntityTypeFromFieldOf<FieldOfT>, EnumT, NullableT, IsSelectableField<FieldOfT>>
  • +

    Build a field for a property with a enum type.

    +

    Type parameters

    • EnumT: string

    • NullableT: boolean

    Parameters

    • fieldName: string

      Name of the field.

      +
    • enumType: Record<string, EnumT>

      Enum type of this field.

      +
    • isNullable: NullableT

      Whether the field is nullable.

      +

    Returns EnumField<EntityTypeFromFieldOf<FieldOfT>, EnumT, NullableT, IsSelectableField<FieldOfT>>

    A collection field with the given collection type.

    +

    Copyright Ⓒ 2021 SAP SE or an SAP affiliate company. All rights reserved.

    +

Legend

  • Namespace
  • Variable
  • Function
  • Function with type parameter
  • Type alias
  • Type alias with type parameter
  • Class
  • Class with type parameter
  • Property
  • Interface
  • Interface with type parameter
  • Enumeration

Settings

Theme

\ No newline at end of file diff --git a/docs/api/1.49.0/classes/sap_cloud_sdk_core.Filter.html b/docs/api/1.49.0/classes/sap_cloud_sdk_core.Filter.html new file mode 100644 index 0000000000..9a1b112ea1 --- /dev/null +++ b/docs/api/1.49.0/classes/sap_cloud_sdk_core.Filter.html @@ -0,0 +1,27 @@ + +Filter | SAP Cloud SDK for JavaScript / TypeScript - v1.49.0
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

Represents a filter expression to narrow the data on a GetAllRequestBuilder request for multiple entities that match the specified criteria. +A filter refers to the field of an entity and restricts the request based on an operator and a value. Entity.FIELD_NAME.operator(value)

+

Example: Product.NAME.equals('cloud-sdk') creates a filter for the entity Product that matches in case the field NAME equals 'cloud-sdk'.

+

See also: Filterable

+

Type parameters

Hierarchy

  • Filter

Implements

  • EntityIdentifiable<EntityT>

Index

Constructors

constructor

  • +

    Creates an instance of Filter.

    +

    Type parameters

    Parameters

    • field: string | FilterFunction<EntityT, FieldT>
      +

      Name of the field of the entity to be filtered on or a filter function

      +
    • operator: FilterOperator
      +

      Function to be used for matching

      +
    • value: FieldT
      +

      Value to be used by the operator

      +
    • Optional edmType: EdmTypeShared<ODataVersionOf<EntityT>>
      +

      EDM type of the field to filter on, needed for custom fields

      +

    Returns Filter<EntityT, FieldT>

Properties

Readonly _entity

_entity: EntityT
+

Entity type of the entity tp be filtered.

+

Readonly _entityConstructor

_entityConstructor: Constructable<EntityT, unknown>
+

Constructor type of the entity to be filtered.

+

_fieldName

_fieldName: string | FilterFunction<EntityT, FieldT>
deprecated

Since v1.16.0. Use field instead.

+

Copyright Ⓒ 2021 SAP SE or an SAP affiliate company. All rights reserved.

+

Optional edmType

edmType?: EdmTypeShared<ODataVersionOf<EntityT>>

field

field: string | FilterFunction<EntityT, FieldT>

operator

operator: FilterOperator

value

value: FieldT

Legend

  • Namespace
  • Variable
  • Function
  • Function with type parameter
  • Type alias
  • Type alias with type parameter
  • Class
  • Class with type parameter
  • Property
  • Interface
  • Interface with type parameter
  • Enumeration

Settings

Theme

\ No newline at end of file diff --git a/docs/api/1.49.0/classes/sap_cloud_sdk_core.FilterFunction.html b/docs/api/1.49.0/classes/sap_cloud_sdk_core.FilterFunction.html new file mode 100644 index 0000000000..fc2cf3c0e4 --- /dev/null +++ b/docs/api/1.49.0/classes/sap_cloud_sdk_core.FilterFunction.html @@ -0,0 +1,26 @@ + +FilterFunction | SAP Cloud SDK for JavaScript / TypeScript - v1.49.0
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

Data structure to represent OData filter functions. +Use the factory function filterFunction to create instances of FilterFunction.

+

Type parameters

Hierarchy

Index

Constructors

constructor

  • +

    Creates an instance of FilterFunction.

    +

    Type parameters

    Parameters

    Returns FilterFunction<EntityT, ReturnT>

Properties

Readonly edmType

edmType: EdmTypeShared<ODataVersionOf<EntityT>>

Readonly functionName

functionName: string

Readonly parameters

parameters: FilterFunctionParameterType<EntityT>[]

Methods

equals

  • equals(value: ReturnT): Filter<EntityT, ReturnT>
  • +

    Creates an instance of Filter for this filter function and the given value using the operator 'eq', i.e. ==.

    +

    Parameters

    • value: ReturnT

      Value to be used in the filter

      +

    Returns Filter<EntityT, ReturnT>

    The resulting filter

    +

notEquals

  • notEquals(value: ReturnT): Filter<EntityT, ReturnT>
  • +

    Creates an instance of Filter for this filter function and the given value using the operator 'ne', i.e. !=.

    +

    Parameters

    • value: ReturnT

      Value to be used in the filter

      +

    Returns Filter<EntityT, ReturnT>

    The resulting filter

    +

toString

  • toString(parentFieldNames?: string[]): string
  • deprecated

    Since v1.21.0. There will be no replacement. Let us know if you were using this functionality. +Serializes the filter function into a string

    +

    Parameters

    • Optional parentFieldNames: string[]

      Names of parents in case the function is part of a filter on a navigation property

      +

    Returns string

    The filter function as string

    +

    Copyright Ⓒ 2021 SAP SE or an SAP affiliate company. All rights reserved.

    +

Legend

  • Namespace
  • Variable
  • Function
  • Function with type parameter
  • Type alias
  • Type alias with type parameter
  • Class
  • Class with type parameter
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Enumeration

Settings

Theme

\ No newline at end of file diff --git a/docs/api/1.49.0/classes/sap_cloud_sdk_core.FilterLambdaExpression.html b/docs/api/1.49.0/classes/sap_cloud_sdk_core.FilterLambdaExpression.html new file mode 100644 index 0000000000..41d7eb13a1 --- /dev/null +++ b/docs/api/1.49.0/classes/sap_cloud_sdk_core.FilterLambdaExpression.html @@ -0,0 +1,5 @@ + +FilterLambdaExpression | SAP Cloud SDK for JavaScript / TypeScript - v1.49.0
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

hidden

+

Copyright Ⓒ 2021 SAP SE or an SAP affiliate company. All rights reserved.

+

Type parameters

Hierarchy

  • FilterLambdaExpression

Index

Constructors

Properties

Constructors

constructor

Properties

filters

filters: FilterList<EntityT>

lambdaOperator

lambdaOperator: FilterLambdaOperator

Legend

  • Namespace
  • Variable
  • Function
  • Function with type parameter
  • Type alias
  • Type alias with type parameter
  • Class
  • Class with type parameter
  • Property
  • Interface
  • Interface with type parameter
  • Enumeration

Settings

Theme

\ No newline at end of file diff --git a/docs/api/1.49.0/classes/sap_cloud_sdk_core.FilterLink.html b/docs/api/1.49.0/classes/sap_cloud_sdk_core.FilterLink.html new file mode 100644 index 0000000000..645baf2750 --- /dev/null +++ b/docs/api/1.49.0/classes/sap_cloud_sdk_core.FilterLink.html @@ -0,0 +1,26 @@ + +FilterLink | SAP Cloud SDK for JavaScript / TypeScript - v1.49.0
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

Data structure to represent filter on properties of a navigation property (link). +In OData v2 filtering for navigation properties is ONLY supported for properties with a one-to-one cardinality (OneToOneLink).

+

Example: +In the following filter statement Entity.requestBuilder().filter(Entity.to_NavProperty.filter(LinkedEntity.property.equals(value))), +Entity.to_NavProperty.filter(LinkedEntity.property.equals(value)) is a FilterLink.

+

In OData v4 filtering is also possible on one-to-many links. See OneToManyLink.

+

Type parameters

  • EntityT: EntityBase

    +

    Type of the entity to be filtered.

    +
  • LinkedEntityT: EntityBase = any

    +

    Type of the linked entity which is used in the filter.

    +

Hierarchy

  • FilterLink

Implements

  • EntityIdentifiable<EntityT>

Index

Constructors

constructor

  • new FilterLink<EntityT, LinkedEntityT>(link: Link<EntityT, LinkedEntityT>, filters: Filterable<LinkedEntityT, any>[]): FilterLink<EntityT, LinkedEntityT>
  • +

    Creates an instance of FilterLink.

    +

    Type parameters

    Parameters

    • link: Link<EntityT, LinkedEntityT>
      +

      Linked entity to be used in the filter.

      +
    • filters: Filterable<LinkedEntityT, any>[]
      +

      List of filterables for the linked entity.

      +

    Returns FilterLink<EntityT, LinkedEntityT>

Properties

Readonly _entity

_entity: EntityT
+

Entity type of the entity tp be filtered.

+

Readonly _entityConstructor

_entityConstructor: Constructable<EntityT, unknown>
+

Constructor type of the entity to be filtered.

+

Readonly _linkedEntityType

_linkedEntityType: LinkedEntityT
+

Linked entity to be filtered by.

+

Copyright Ⓒ 2021 SAP SE or an SAP affiliate company. All rights reserved.

+

filters

filters: Filterable<LinkedEntityT, any>[]

link

link: Link<EntityT, LinkedEntityT>

Legend

  • Namespace
  • Variable
  • Function
  • Function with type parameter
  • Type alias
  • Type alias with type parameter
  • Class
  • Class with type parameter
  • Property
  • Interface
  • Interface with type parameter
  • Enumeration

Settings

Theme

\ No newline at end of file diff --git a/docs/api/1.49.0/classes/sap_cloud_sdk_core.FilterList.html b/docs/api/1.49.0/classes/sap_cloud_sdk_core.FilterList.html new file mode 100644 index 0000000000..917370a148 --- /dev/null +++ b/docs/api/1.49.0/classes/sap_cloud_sdk_core.FilterList.html @@ -0,0 +1,22 @@ + +FilterList | SAP Cloud SDK for JavaScript / TypeScript - v1.49.0
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

Data structure to combine Filterables conjunctively and / or disjunctively. A FilterList matches when all filterables within the andFilters match and when at least one filterable within the orFilters matches. Should not be used directly.

+

Type parameters

Hierarchy

  • FilterList

Implements

  • EntityIdentifiable<EntityT>

Index

Constructors

constructor

  • +

    Creates an instance of FilterList.

    +

    Type parameters

    Parameters

    • Optional andFilters: Filterable<EntityT, any>[]
      +

      Filters to be combined by logical conjunction (and)

      +
    • Optional orFilters: Filterable<EntityT, any>[]
      +

      Filters to be combined by logical disjunction (or)

      +

    Returns FilterList<EntityT>

Properties

Readonly _entity

_entity: EntityT
+

Entity type of the entity tp be filtered.

+

Readonly _entityConstructor

_entityConstructor: Constructable<EntityT, unknown>
+

Constructor type of the entity to be filtered.

+

andFilters

andFilters: Filterable<EntityT, any>[]

orFilters

orFilters: Filterable<EntityT, any>[]

Methods

flatten

  • deprecated

    Since v1.28.1. This function should not be used, since some OData Services might not support the flattened filter expression. +Flattens andFilters and orFilters as far as possible while staying logically equivalent.

    +

    Returns FilterList<EntityT>

    Flattened filter list.

    +

    Copyright Ⓒ 2021 SAP SE or an SAP affiliate company. All rights reserved.

    +

Legend

  • Namespace
  • Variable
  • Function
  • Function with type parameter
  • Type alias
  • Type alias with type parameter
  • Class
  • Class with type parameter
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Enumeration

Settings

Theme

\ No newline at end of file diff --git a/docs/api/1.49.0/classes/sap_cloud_sdk_core.FunctionImportParameter.html b/docs/api/1.49.0/classes/sap_cloud_sdk_core.FunctionImportParameter.html new file mode 100644 index 0000000000..efa7682ea4 --- /dev/null +++ b/docs/api/1.49.0/classes/sap_cloud_sdk_core.FunctionImportParameter.html @@ -0,0 +1,15 @@ + +FunctionImportParameter | SAP Cloud SDK for JavaScript / TypeScript - v1.49.0
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

Internal representation of function import parameters. It adds metadata to the value.

+

Type parameters

  • ValueT

    +

    Type of the value

    +

Hierarchy

  • FunctionImportParameter

Index

Constructors

constructor

  • +

    Creates an instance of FunctionImportParameter.

    +

    Type parameters

    • ValueT

    Parameters

    • originalName: string
      +

      The original name of the parameter in the OData service.

      +
    • edmType: EdmTypeCommon | ExclusiveEdmTypeV2 | ExclusiveEdmTypeV4
      +

      Original EDM type.

      +
    • value: ValueT
      +

      Value to be used as parameter.

      +

      Copyright Ⓒ 2021 SAP SE or an SAP affiliate company. All rights reserved.

      +

    Returns FunctionImportParameter<ValueT>

Properties

edmType

originalName

originalName: string

value

value: ValueT

Legend

  • Namespace
  • Variable
  • Function
  • Function with type parameter
  • Type alias
  • Type alias with type parameter
  • Class
  • Class with type parameter
  • Property
  • Interface
  • Interface with type parameter
  • Enumeration

Settings

Theme

\ No newline at end of file diff --git a/docs/api/1.49.0/classes/sap_cloud_sdk_core.FunctionImportRequestBuilder.html b/docs/api/1.49.0/classes/sap_cloud_sdk_core.FunctionImportRequestBuilder.html new file mode 100644 index 0000000000..ee57ac5159 --- /dev/null +++ b/docs/api/1.49.0/classes/sap_cloud_sdk_core.FunctionImportRequestBuilder.html @@ -0,0 +1,79 @@ + +FunctionImportRequestBuilder | SAP Cloud SDK for JavaScript / TypeScript - v1.49.0
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

Create OData request to execute a function import.

+

Type parameters

  • ParametersT

    +

    Type of the function import parameters

    +
  • ReturnT

    +

    Type of the function import return value

    +

Hierarchy

Index

Constructors

constructor

  • +

    Creates an instance of FunctionImportRequestBuilder.

    +

    Type parameters

    • ParametersT

    • ReturnT

    Parameters

    • method: RequestMethodType
      +

      HTTP method to be used for the request

      +
    • defaultServicePath: string
      +

      Default path for the service the function belongs to

      +
    • functionImportName: string
      +

      The name of the function import.

      +
    • responseTransformer: (data: any) => ReturnT
      +

      Transformation function for the response

      +
        • (data: any): ReturnT
        • Parameters

          • data: any

          Returns ReturnT

    • parameters: FunctionImportParameters<ParametersT>
      +

      Parameters to be set in the function

      +

    Returns FunctionImportRequestBuilder<ParametersT, ReturnT>

Properties

requestConfig

requestConfig: ODataFunctionImportRequestConfig<ParametersT> | ODataActionImportRequestConfig<ParametersT>

Readonly responseTransformer

responseTransformer: (data: any) => ReturnT

Type declaration

    • (data: any): ReturnT
    • Parameters

      • data: any

      Returns ReturnT

Methods

addCustomHeaders

  • +

    Add custom headers to the request. Existing headers will be overwritten.

    +

    Parameters

    • headers: Record<string, string>

      Key-value pairs denoting additional custom headers.

      +

    Returns FunctionImportRequestBuilder<ParametersT, ReturnT>

    The request builder itself, to facilitate method chaining.

    +

addCustomQueryParameters

  • +

    Add custom query parameters to the request. If a query parameter with the given name already exists it is overwritten.

    +

    Parameters

    • queryParameters: Record<string, string>

      Key-value pairs denoting additional custom query parameters to be set in the request.

      +

    Returns FunctionImportRequestBuilder<ParametersT, ReturnT>

    The request builder itself, to facilitate method chaining

    +

addCustomRequestConfiguration

  • +

    Add a custom request configuration to the request. Typically, this is used when specifying a response type for downloading files. +If the custom request configuration contains disallowed keys, those will be ignored.

    +

    Parameters

    • requestConfiguration: Record<string, string>

      Key-value pairs denoting additional custom request configuration options to be set in the request.

      +

    Returns FunctionImportRequestBuilder<ParametersT, ReturnT>

    The request builder itself, to facilitate method chaining.

    +

appendPath

  • +

    Append the given path to the URL. +This can be used for querying navigation properties of an entity. +To execute a request with an appended path use executeRaw to avoid errors during deserialization. When using this, the execute method is omitted from the return type.

    +

    Parameters

    • Rest ...path: string[]

      Path to be appended.

      +

    Returns Omit<FunctionImportRequestBuilder<ParametersT, ReturnT>, "execute">

    The request builder itself without "execute" function, to facilitate method chaining.

    +

build

execute

executeRaw

relativeUrl

  • relativeUrl(): string
  • +

    Create the relative URL based on configuration of the given builder.

    +

    Returns string

    The relative URL for the request

    +

setCustomServicePath

  • +

    Replace the default service path with the given custom path. +In case of the SAP S/4HANA APIs the servicePath defaults to /sap/opu/odata/sap/<SERVICE_NAME> and can be overwritten here.

    +

    Parameters

    • servicePath: string

      Path to override the default with

      +

    Returns FunctionImportRequestBuilder<ParametersT, ReturnT>

    The request builder itself, to facilitate method chaining

    +

skipCsrfTokenFetching

url

withCustomHeaders

withCustomQueryParameters

withCustomServicePath

  • deprecated

    Since version 1.34.0 Use setCustomServicePath instead. +Replace the default service path with the given custom path. +In case of the SAP S/4HANA APIs the servicePath defaults to /sap/opu/odata/sap/<SERVICE_NAME> and can be overwritten here.

    +

    Parameters

    • servicePath: string

      Path to override the default with.

      +

    Returns FunctionImportRequestBuilder<ParametersT, ReturnT>

    The request builder itself, to facilitate method chaining.

    +

    Copyright Ⓒ 2021 SAP SE or an SAP affiliate company. All rights reserved.

    +

Legend

  • Namespace
  • Variable
  • Function
  • Function with type parameter
  • Type alias
  • Type alias with type parameter
  • Class
  • Class with type parameter
  • Property
  • Interface
  • Interface with type parameter
  • Inherited property
  • Inherited method
  • Enumeration

Settings

Theme

\ No newline at end of file diff --git a/docs/api/1.49.0/classes/sap_cloud_sdk_core.FunctionImportRequestBuilderV4.html b/docs/api/1.49.0/classes/sap_cloud_sdk_core.FunctionImportRequestBuilderV4.html new file mode 100644 index 0000000000..6cf9cdc8f6 --- /dev/null +++ b/docs/api/1.49.0/classes/sap_cloud_sdk_core.FunctionImportRequestBuilderV4.html @@ -0,0 +1,77 @@ + +FunctionImportRequestBuilderV4 | SAP Cloud SDK for JavaScript / TypeScript - v1.49.0
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

Create OData request to execute a function import.

+

Type parameters

  • ParametersT

    +

    Type of the function import parameters

    +
  • ReturnT

    +

    Type of the function import return value

    +

Hierarchy

Index

Constructors

constructor

  • +

    Creates an instance of FunctionImportRequestBuilder.

    +

    Type parameters

    • ParametersT

    • ReturnT

    Parameters

    • defaultServicePath: string
      +

      Default path for the service the function belongs to

      +
    • functionImportName: string
      +

      The name of the function import.

      +
    • responseTransformer: (data: any) => ReturnT
      +

      Transformation function for the response

      +
        • (data: any): ReturnT
        • Parameters

          • data: any

          Returns ReturnT

    • parameters: FunctionImportParameters<ParametersT>
      +

      Parameters to be set in the function

      +

    Returns FunctionImportRequestBuilderV4<ParametersT, ReturnT>

Properties

requestConfig

requestConfig: ODataFunctionImportRequestConfig<ParametersT> | ODataActionImportRequestConfig<ParametersT>

Readonly responseTransformer

responseTransformer: (data: any) => ReturnT

Type declaration

    • (data: any): ReturnT
    • Parameters

      • data: any

      Returns ReturnT

Methods

addCustomHeaders

  • +

    Add custom headers to the request. Existing headers will be overwritten.

    +

    Parameters

    • headers: Record<string, string>

      Key-value pairs denoting additional custom headers.

      +

    Returns FunctionImportRequestBuilderV4<ParametersT, ReturnT>

    The request builder itself, to facilitate method chaining.

    +

addCustomQueryParameters

  • +

    Add custom query parameters to the request. If a query parameter with the given name already exists it is overwritten.

    +

    Parameters

    • queryParameters: Record<string, string>

      Key-value pairs denoting additional custom query parameters to be set in the request.

      +

    Returns FunctionImportRequestBuilderV4<ParametersT, ReturnT>

    The request builder itself, to facilitate method chaining

    +

addCustomRequestConfiguration

  • +

    Add a custom request configuration to the request. Typically, this is used when specifying a response type for downloading files. +If the custom request configuration contains disallowed keys, those will be ignored.

    +

    Parameters

    • requestConfiguration: Record<string, string>

      Key-value pairs denoting additional custom request configuration options to be set in the request.

      +

    Returns FunctionImportRequestBuilderV4<ParametersT, ReturnT>

    The request builder itself, to facilitate method chaining.

    +

appendPath

  • +

    Append the given path to the URL. +This can be used for querying navigation properties of an entity. +To execute a request with an appended path use executeRaw to avoid errors during deserialization. When using this, the execute method is omitted from the return type.

    +

    Parameters

    • Rest ...path: string[]

      Path to be appended.

      +

    Returns Omit<FunctionImportRequestBuilderV4<ParametersT, ReturnT>, "execute">

    The request builder itself without "execute" function, to facilitate method chaining.

    +

build

execute

executeRaw

relativeUrl

  • relativeUrl(): string
  • +

    Create the relative URL based on configuration of the given builder.

    +

    Returns string

    The relative URL for the request

    +

setCustomServicePath

  • +

    Replace the default service path with the given custom path. +In case of the SAP S/4HANA APIs the servicePath defaults to /sap/opu/odata/sap/<SERVICE_NAME> and can be overwritten here.

    +

    Parameters

    • servicePath: string

      Path to override the default with

      +

    Returns FunctionImportRequestBuilderV4<ParametersT, ReturnT>

    The request builder itself, to facilitate method chaining

    +

skipCsrfTokenFetching

url

withCustomHeaders

withCustomQueryParameters

withCustomServicePath

  • deprecated

    Since version 1.34.0 Use setCustomServicePath instead. +Replace the default service path with the given custom path. +In case of the SAP S/4HANA APIs the servicePath defaults to /sap/opu/odata/sap/<SERVICE_NAME> and can be overwritten here.

    +

    Parameters

    • servicePath: string

      Path to override the default with.

      +

    Returns FunctionImportRequestBuilderV4<ParametersT, ReturnT>

    The request builder itself, to facilitate method chaining.

    +

    Copyright Ⓒ 2021 SAP SE or an SAP affiliate company. All rights reserved.

    +

Legend

  • Namespace
  • Variable
  • Function
  • Function with type parameter
  • Type alias
  • Type alias with type parameter
  • Class
  • Class with type parameter
  • Property
  • Interface
  • Interface with type parameter
  • Inherited property
  • Inherited method
  • Enumeration

Settings

Theme

\ No newline at end of file diff --git a/docs/api/1.49.0/classes/sap_cloud_sdk_core.GetAllRequestBuilder.html b/docs/api/1.49.0/classes/sap_cloud_sdk_core.GetAllRequestBuilder.html new file mode 100644 index 0000000000..9fe3e11b23 --- /dev/null +++ b/docs/api/1.49.0/classes/sap_cloud_sdk_core.GetAllRequestBuilder.html @@ -0,0 +1,88 @@ + +GetAllRequestBuilder | SAP Cloud SDK for JavaScript / TypeScript - v1.49.0
Options
All
  • Public
  • Public/Protected
  • All
Menu

Type parameters

Hierarchy

Implements

  • EntityIdentifiable<EntityT>

Index

Constructors

constructor

  • new GetAllRequestBuilder<EntityT>(entityConstructor: Constructable<EntityT, unknown>): GetAllRequestBuilder<EntityT>
  • +

    Creates an instance of GetAllRequestBuilder.

    +

    Type parameters

    Parameters

    • entityConstructor: Constructable<EntityT, unknown>
      +

      Constructor of the entity to create the request for

      +

    Returns GetAllRequestBuilder<EntityT>

Properties

Readonly _entity

_entity: EntityT

Readonly _entityConstructor

_entityConstructor: Constructable<EntityT, unknown>

Readonly dataAccessor

dataAccessor: ResponseDataAccessor

Readonly entityDeserializer

entityDeserializer: EntityDeserializer<any>

requestConfig

requestConfig: ODataGetAllRequestConfig<EntityT>

Methods

addCustomHeaders

  • +

    Add custom headers to the request. Existing headers will be overwritten.

    +

    Parameters

    • headers: Record<string, string>

      Key-value pairs denoting additional custom headers.

      +

    Returns GetAllRequestBuilder<EntityT>

    The request builder itself, to facilitate method chaining.

    +

addCustomQueryParameters

  • +

    Add custom query parameters to the request. If a query parameter with the given name already exists it is overwritten.

    +

    Parameters

    • queryParameters: Record<string, string>

      Key-value pairs denoting additional custom query parameters to be set in the request.

      +

    Returns GetAllRequestBuilder<EntityT>

    The request builder itself, to facilitate method chaining

    +

addCustomRequestConfiguration

  • addCustomRequestConfiguration(requestConfiguration: Record<string, string>): GetAllRequestBuilder<EntityT>
  • +

    Add a custom request configuration to the request. Typically, this is used when specifying a response type for downloading files. +If the custom request configuration contains disallowed keys, those will be ignored.

    +

    Parameters

    • requestConfiguration: Record<string, string>

      Key-value pairs denoting additional custom request configuration options to be set in the request.

      +

    Returns GetAllRequestBuilder<EntityT>

    The request builder itself, to facilitate method chaining.

    +

appendPath

  • +

    Append the given path to the URL. +This can be used for querying navigation properties of an entity. +To execute a request with an appended path use executeRaw to avoid errors during deserialization. When using this, the execute method is omitted from the return type.

    +

    Parameters

    • Rest ...path: string[]

      Path to be appended.

      +

    Returns Omit<GetAllRequestBuilder<EntityT>, "execute">

    The request builder itself without "execute" function, to facilitate method chaining.

    +

build

count

  • +

    Count the number of entities.

    +

    Returns CountRequestBuilder<EntityT>

    A count request builder for execution

    +

execute

  • +

    Execute request.

    +

    Parameters

    Returns Promise<EntityT[]>

    A promise resolving to the requested entities

    +

executeRaw

filter

  • +

    Add filter statements to the request.

    +

    Parameters

    • expressions: Filterable<EntityT, any>[]

      Filter expressions to restrict the response

      +

    Returns GetAllRequestBuilder<EntityT>

    The request builder itself, to facilitate method chaining

    +
  • Parameters

    Returns GetAllRequestBuilder<EntityT>

orderBy

relativeUrl

  • relativeUrl(): string
  • +

    Create the relative URL based on configuration of the given builder.

    +

    Returns string

    The relative URL for the request

    +

select

  • +

    Restrict the response to the given selection of properties in the request.

    +

    Parameters

    • Rest ...selects: Selectable<EntityT>[]

      Fields to select in the request

      +

    Returns GetAllRequestBuilder<EntityT>

    The request builder itself, to facilitate method chaining

    +
  • Parameters

    Returns GetAllRequestBuilder<EntityT>

setCustomServicePath

  • +

    Replace the default service path with the given custom path. +In case of the SAP S/4HANA APIs the servicePath defaults to /sap/opu/odata/sap/<SERVICE_NAME> and can be overwritten here.

    +

    Parameters

    • servicePath: string

      Path to override the default with

      +

    Returns GetAllRequestBuilder<EntityT>

    The request builder itself, to facilitate method chaining

    +

skip

  • +

    Skip number of entities.

    +

    Parameters

    • skip: number

      Number of matching entities to skip. Useful for paging

      +

    Returns GetAllRequestBuilder<EntityT>

    The request builder itself, to facilitate method chaining

    +

skipCsrfTokenFetching

  • +

    Skip fetching csrf token for this request, which is typically useful when the csrf token is not required.

    +

    Returns GetAllRequestBuilder<EntityT>

    The request builder itself, to facilitate method chaining.

    +

top

  • +

    Limit number of returned entities.

    +

    Parameters

    • top: number

      Maximum number of entities to return in the response. Can be less, if less entities match the request

      +

    Returns GetAllRequestBuilder<EntityT>

    The request builder itself, to facilitate method chaining

    +

url

  • +

    Create the URL based on configuration of the given builder.

    +

    Parameters

    Returns Promise<string>

    Promise resolving to the URL for the request

    +

withCustomHeaders

  • deprecated

    Since version 1.34.0 Use addCustomHeaders instead. +Add custom headers to the request.

    +

    Parameters

    • headers: Record<string, string>

      Key-value pairs denoting additional custom headers.

      +

    Returns GetAllRequestBuilder<EntityT>

    The request builder itself, to facilitate method chaining.

    +

withCustomQueryParameters

  • deprecated

    Since version 1.34.0 Use addCustomQueryParameters instead. +Add custom query parameters to the request.

    +

    Parameters

    • queryParameters: Record<string, string>

      Key-value pairs denoting additional custom query parameters to be set in the request.

      +

    Returns GetAllRequestBuilder<EntityT>

    The request builder itself, to facilitate method chaining.

    +

withCustomServicePath

  • deprecated

    Since version 1.34.0 Use setCustomServicePath instead. +Replace the default service path with the given custom path. +In case of the SAP S/4HANA APIs the servicePath defaults to /sap/opu/odata/sap/<SERVICE_NAME> and can be overwritten here.

    +

    Parameters

    • servicePath: string

      Path to override the default with.

      +

    Returns GetAllRequestBuilder<EntityT>

    The request builder itself, to facilitate method chaining.

    +

    Copyright Ⓒ 2021 SAP SE or an SAP affiliate company. All rights reserved.

    +

Legend

  • Namespace
  • Variable
  • Function
  • Function with type parameter
  • Type alias
  • Type alias with type parameter
  • Class
  • Class with type parameter
  • Method
  • Interface
  • Interface with type parameter
  • Inherited property
  • Inherited method
  • Enumeration

Settings

Theme

\ No newline at end of file diff --git a/docs/api/1.49.0/classes/sap_cloud_sdk_core.GetAllRequestBuilderBase.html b/docs/api/1.49.0/classes/sap_cloud_sdk_core.GetAllRequestBuilderBase.html new file mode 100644 index 0000000000..811983e9f3 --- /dev/null +++ b/docs/api/1.49.0/classes/sap_cloud_sdk_core.GetAllRequestBuilderBase.html @@ -0,0 +1,90 @@ + +GetAllRequestBuilderBase | SAP Cloud SDK for JavaScript / TypeScript - v1.49.0
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

Base class for the get all request builders GetAllRequestBuilderV2 and GetAllRequestBuilderV4

+

Type parameters

  • EntityT: EntityBase

    +

    Type of the entity to be requested

    +

Hierarchy

Index

Constructors

constructor

  • +

    Creates an instance of GetAllRequestBuilder.

    +

    Type parameters

    Parameters

    Returns GetAllRequestBuilderBase<EntityT>

Properties

Readonly _entity

_entity: EntityT

Readonly _entityConstructor

_entityConstructor: Constructable<EntityT, unknown>

Readonly dataAccessor

dataAccessor: ResponseDataAccessor

Readonly entityDeserializer

entityDeserializer: EntityDeserializer<any>

requestConfig

requestConfig: ODataGetAllRequestConfig<EntityT>

Methods

addCustomHeaders

  • +

    Add custom headers to the request. Existing headers will be overwritten.

    +

    Parameters

    • headers: Record<string, string>

      Key-value pairs denoting additional custom headers.

      +

    Returns GetAllRequestBuilderBase<EntityT>

    The request builder itself, to facilitate method chaining.

    +

addCustomQueryParameters

  • +

    Add custom query parameters to the request. If a query parameter with the given name already exists it is overwritten.

    +

    Parameters

    • queryParameters: Record<string, string>

      Key-value pairs denoting additional custom query parameters to be set in the request.

      +

    Returns GetAllRequestBuilderBase<EntityT>

    The request builder itself, to facilitate method chaining

    +

addCustomRequestConfiguration

  • +

    Add a custom request configuration to the request. Typically, this is used when specifying a response type for downloading files. +If the custom request configuration contains disallowed keys, those will be ignored.

    +

    Parameters

    • requestConfiguration: Record<string, string>

      Key-value pairs denoting additional custom request configuration options to be set in the request.

      +

    Returns GetAllRequestBuilderBase<EntityT>

    The request builder itself, to facilitate method chaining.

    +

appendPath

  • +

    Append the given path to the URL. +This can be used for querying navigation properties of an entity. +To execute a request with an appended path use executeRaw to avoid errors during deserialization. When using this, the execute method is omitted from the return type.

    +

    Parameters

    • Rest ...path: string[]

      Path to be appended.

      +

    Returns Omit<GetAllRequestBuilderBase<EntityT>, "execute">

    The request builder itself without "execute" function, to facilitate method chaining.

    +

build

count

  • +

    Count the number of entities.

    +

    Returns CountRequestBuilder<EntityT>

    A count request builder for execution

    +

execute

  • +

    Execute request.

    +

    Parameters

    Returns Promise<EntityT[]>

    A promise resolving to the requested entities

    +

executeRaw

  • +

    Execute request and return an HttpResponse.

    +

    Parameters

    Returns Promise<HttpResponse>

    A promise resolving to an HttpResponse.

    +

orderBy

  • +

    Add order-by statements to the request.

    +

    Parameters

    • orderBy: Orderable<EntityT>[]

      OrderBy statements to order the response by

      +

    Returns GetAllRequestBuilderBase<EntityT>

    The request builder itself, to facilitate method chaining

    +
  • Parameters

    Returns GetAllRequestBuilderBase<EntityT>

relativeUrl

  • relativeUrl(): string
  • +

    Create the relative URL based on configuration of the given builder.

    +

    Returns string

    The relative URL for the request

    +

select

  • +

    Restrict the response to the given selection of properties in the request.

    +

    Parameters

    • Rest ...selects: Selectable<EntityT>[]

      Fields to select in the request

      +

    Returns GetAllRequestBuilderBase<EntityT>

    The request builder itself, to facilitate method chaining

    +
  • Parameters

    Returns GetAllRequestBuilderBase<EntityT>

setCustomServicePath

  • +

    Replace the default service path with the given custom path. +In case of the SAP S/4HANA APIs the servicePath defaults to /sap/opu/odata/sap/<SERVICE_NAME> and can be overwritten here.

    +

    Parameters

    • servicePath: string

      Path to override the default with

      +

    Returns GetAllRequestBuilderBase<EntityT>

    The request builder itself, to facilitate method chaining

    +

skip

  • +

    Skip number of entities.

    +

    Parameters

    • skip: number

      Number of matching entities to skip. Useful for paging

      +

    Returns GetAllRequestBuilderBase<EntityT>

    The request builder itself, to facilitate method chaining

    +

skipCsrfTokenFetching

  • +

    Skip fetching csrf token for this request, which is typically useful when the csrf token is not required.

    +

    Returns GetAllRequestBuilderBase<EntityT>

    The request builder itself, to facilitate method chaining.

    +

top

  • +

    Limit number of returned entities.

    +

    Parameters

    • top: number

      Maximum number of entities to return in the response. Can be less, if less entities match the request

      +

    Returns GetAllRequestBuilderBase<EntityT>

    The request builder itself, to facilitate method chaining

    +

url

  • +

    Create the URL based on configuration of the given builder.

    +

    Parameters

    Returns Promise<string>

    Promise resolving to the URL for the request

    +

withCustomHeaders

  • deprecated

    Since version 1.34.0 Use addCustomHeaders instead. +Add custom headers to the request.

    +

    Parameters

    • headers: Record<string, string>

      Key-value pairs denoting additional custom headers.

      +

    Returns GetAllRequestBuilderBase<EntityT>

    The request builder itself, to facilitate method chaining.

    +

withCustomQueryParameters

  • deprecated

    Since version 1.34.0 Use addCustomQueryParameters instead. +Add custom query parameters to the request.

    +

    Parameters

    • queryParameters: Record<string, string>

      Key-value pairs denoting additional custom query parameters to be set in the request.

      +

    Returns GetAllRequestBuilderBase<EntityT>

    The request builder itself, to facilitate method chaining.

    +

withCustomServicePath

  • deprecated

    Since version 1.34.0 Use setCustomServicePath instead. +Replace the default service path with the given custom path. +In case of the SAP S/4HANA APIs the servicePath defaults to /sap/opu/odata/sap/<SERVICE_NAME> and can be overwritten here.

    +

    Parameters

    • servicePath: string

      Path to override the default with.

      +

    Returns GetAllRequestBuilderBase<EntityT>

    The request builder itself, to facilitate method chaining.

    +

    Copyright Ⓒ 2021 SAP SE or an SAP affiliate company. All rights reserved.

    +

Legend

  • Namespace
  • Variable
  • Function
  • Function with type parameter
  • Type alias
  • Type alias with type parameter
  • Class
  • Class with type parameter
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Inherited property
  • Inherited method
  • Enumeration

Settings

Theme

\ No newline at end of file diff --git a/docs/api/1.49.0/classes/sap_cloud_sdk_core.GetAllRequestBuilderV4.html b/docs/api/1.49.0/classes/sap_cloud_sdk_core.GetAllRequestBuilderV4.html new file mode 100644 index 0000000000..7fceaa0cc7 --- /dev/null +++ b/docs/api/1.49.0/classes/sap_cloud_sdk_core.GetAllRequestBuilderV4.html @@ -0,0 +1,88 @@ + +GetAllRequestBuilderV4 | SAP Cloud SDK for JavaScript / TypeScript - v1.49.0
Options
All
  • Public
  • Public/Protected
  • All
Menu

Type parameters

Hierarchy

Implements

  • EntityIdentifiable<EntityT>

Index

Constructors

constructor

  • new GetAllRequestBuilderV4<EntityT>(entityConstructor: Constructable<EntityT, unknown>): GetAllRequestBuilderV4<EntityT>
  • +

    Creates an instance of GetAllRequestBuilder.

    +

    Type parameters

    Parameters

    • entityConstructor: Constructable<EntityT, unknown>
      +

      Constructor of the entity to create the request for

      +

    Returns GetAllRequestBuilderV4<EntityT>

Properties

Readonly _entity

_entity: EntityT

Readonly _entityConstructor

_entityConstructor: Constructable<EntityT, unknown>

Readonly dataAccessor

dataAccessor: ResponseDataAccessor

Readonly entityDeserializer

entityDeserializer: EntityDeserializer<any>

requestConfig

requestConfig: ODataGetAllRequestConfig<EntityT>

Methods

addCustomHeaders

  • +

    Add custom headers to the request. Existing headers will be overwritten.

    +

    Parameters

    • headers: Record<string, string>

      Key-value pairs denoting additional custom headers.

      +

    Returns GetAllRequestBuilderV4<EntityT>

    The request builder itself, to facilitate method chaining.

    +

addCustomQueryParameters

  • +

    Add custom query parameters to the request. If a query parameter with the given name already exists it is overwritten.

    +

    Parameters

    • queryParameters: Record<string, string>

      Key-value pairs denoting additional custom query parameters to be set in the request.

      +

    Returns GetAllRequestBuilderV4<EntityT>

    The request builder itself, to facilitate method chaining

    +

addCustomRequestConfiguration

  • +

    Add a custom request configuration to the request. Typically, this is used when specifying a response type for downloading files. +If the custom request configuration contains disallowed keys, those will be ignored.

    +

    Parameters

    • requestConfiguration: Record<string, string>

      Key-value pairs denoting additional custom request configuration options to be set in the request.

      +

    Returns GetAllRequestBuilderV4<EntityT>

    The request builder itself, to facilitate method chaining.

    +

appendPath

  • +

    Append the given path to the URL. +This can be used for querying navigation properties of an entity. +To execute a request with an appended path use executeRaw to avoid errors during deserialization. When using this, the execute method is omitted from the return type.

    +

    Parameters

    • Rest ...path: string[]

      Path to be appended.

      +

    Returns Omit<GetAllRequestBuilderV4<EntityT>, "execute">

    The request builder itself without "execute" function, to facilitate method chaining.

    +

build

count

  • +

    Count the number of entities.

    +

    Returns CountRequestBuilder<EntityT>

    A count request builder for execution

    +

execute

  • +

    Execute request.

    +

    Parameters

    Returns Promise<EntityT[]>

    A promise resolving to the requested entities

    +

executeRaw

expand

  • Parameters

    Returns GetAllRequestBuilderV4<EntityT>

  • Parameters

    Returns GetAllRequestBuilderV4<EntityT>

filter

  • +

    Add filter statements to the request.

    +

    Parameters

    • Rest ...expressions: Filterable<EntityT, any>[]

      Filter expressions to restrict the response

      +

    Returns GetAllRequestBuilderV4<EntityT>

    The request builder itself, to facilitate method chaining

    +

orderBy

relativeUrl

  • relativeUrl(): string
  • +

    Create the relative URL based on configuration of the given builder.

    +

    Returns string

    The relative URL for the request

    +

select

setCustomServicePath

  • +

    Replace the default service path with the given custom path. +In case of the SAP S/4HANA APIs the servicePath defaults to /sap/opu/odata/sap/<SERVICE_NAME> and can be overwritten here.

    +

    Parameters

    • servicePath: string

      Path to override the default with

      +

    Returns GetAllRequestBuilderV4<EntityT>

    The request builder itself, to facilitate method chaining

    +

skip

  • +

    Skip number of entities.

    +

    Parameters

    • skip: number

      Number of matching entities to skip. Useful for paging

      +

    Returns GetAllRequestBuilderV4<EntityT>

    The request builder itself, to facilitate method chaining

    +

skipCsrfTokenFetching

  • +

    Skip fetching csrf token for this request, which is typically useful when the csrf token is not required.

    +

    Returns GetAllRequestBuilderV4<EntityT>

    The request builder itself, to facilitate method chaining.

    +

top

  • +

    Limit number of returned entities.

    +

    Parameters

    • top: number

      Maximum number of entities to return in the response. Can be less, if less entities match the request

      +

    Returns GetAllRequestBuilderV4<EntityT>

    The request builder itself, to facilitate method chaining

    +

url

  • +

    Create the URL based on configuration of the given builder.

    +

    Parameters

    Returns Promise<string>

    Promise resolving to the URL for the request

    +

withCustomHeaders

  • deprecated

    Since version 1.34.0 Use addCustomHeaders instead. +Add custom headers to the request.

    +

    Parameters

    • headers: Record<string, string>

      Key-value pairs denoting additional custom headers.

      +

    Returns GetAllRequestBuilderV4<EntityT>

    The request builder itself, to facilitate method chaining.

    +

withCustomQueryParameters

  • deprecated

    Since version 1.34.0 Use addCustomQueryParameters instead. +Add custom query parameters to the request.

    +

    Parameters

    • queryParameters: Record<string, string>

      Key-value pairs denoting additional custom query parameters to be set in the request.

      +

    Returns GetAllRequestBuilderV4<EntityT>

    The request builder itself, to facilitate method chaining.

    +

withCustomServicePath

  • deprecated

    Since version 1.34.0 Use setCustomServicePath instead. +Replace the default service path with the given custom path. +In case of the SAP S/4HANA APIs the servicePath defaults to /sap/opu/odata/sap/<SERVICE_NAME> and can be overwritten here.

    +

    Parameters

    • servicePath: string

      Path to override the default with.

      +

    Returns GetAllRequestBuilderV4<EntityT>

    The request builder itself, to facilitate method chaining.

    +

    Copyright Ⓒ 2021 SAP SE or an SAP affiliate company. All rights reserved.

    +

Legend

  • Namespace
  • Variable
  • Function
  • Function with type parameter
  • Type alias
  • Type alias with type parameter
  • Class
  • Class with type parameter
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Inherited property
  • Inherited method
  • Enumeration

Settings

Theme

\ No newline at end of file diff --git a/docs/api/1.49.0/classes/sap_cloud_sdk_core.GetByKeyRequestBuilder.html b/docs/api/1.49.0/classes/sap_cloud_sdk_core.GetByKeyRequestBuilder.html new file mode 100644 index 0000000000..66116c10c9 --- /dev/null +++ b/docs/api/1.49.0/classes/sap_cloud_sdk_core.GetByKeyRequestBuilder.html @@ -0,0 +1,77 @@ + +GetByKeyRequestBuilder | SAP Cloud SDK for JavaScript / TypeScript - v1.49.0
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

Create an OData request to get a single entity based on its key properties. +The properties available in the response can be restricted by creating a selection, where no selection is equal to selecting all fields. +Note that navigational properties are automatically expanded if they included in a select.

+

Type parameters

  • EntityT: Entity

    +

    Type of the entity to be requested

    +

Hierarchy

Implements

  • EntityIdentifiable<EntityT>

Index

Constructors

constructor

  • +

    Creates an instance of GetByKeyRequestBuilder.

    +

    Type parameters

    Parameters

    • _entityConstructor: Constructable<EntityT, unknown>
      +

      Constructor of the entity to create the request for

      +
    • keys: Record<string, FieldType>
      +

      Key-value pairs where the key is the name of a key property of the given entity and the value is the respective value

      +

    Returns GetByKeyRequestBuilder<EntityT>

Properties

Readonly _entity

_entity: EntityT

Readonly _entityConstructor

_entityConstructor: Constructable<EntityT, unknown>

Readonly dataAccessor

dataAccessor: ResponseDataAccessor

Readonly entityDeserializer

entityDeserializer: EntityDeserializer<any>

requestConfig

requestConfig: ODataGetByKeyRequestConfig<EntityT>

Methods

addCustomHeaders

  • +

    Add custom headers to the request. Existing headers will be overwritten.

    +

    Parameters

    • headers: Record<string, string>

      Key-value pairs denoting additional custom headers.

      +

    Returns GetByKeyRequestBuilder<EntityT>

    The request builder itself, to facilitate method chaining.

    +

addCustomQueryParameters

  • +

    Add custom query parameters to the request. If a query parameter with the given name already exists it is overwritten.

    +

    Parameters

    • queryParameters: Record<string, string>

      Key-value pairs denoting additional custom query parameters to be set in the request.

      +

    Returns GetByKeyRequestBuilder<EntityT>

    The request builder itself, to facilitate method chaining

    +

addCustomRequestConfiguration

  • +

    Add a custom request configuration to the request. Typically, this is used when specifying a response type for downloading files. +If the custom request configuration contains disallowed keys, those will be ignored.

    +

    Parameters

    • requestConfiguration: Record<string, string>

      Key-value pairs denoting additional custom request configuration options to be set in the request.

      +

    Returns GetByKeyRequestBuilder<EntityT>

    The request builder itself, to facilitate method chaining.

    +

appendPath

  • +

    Append the given path to the URL. +This can be used for querying navigation properties of an entity. +To execute a request with an appended path use executeRaw to avoid errors during deserialization. When using this, the execute method is omitted from the return type.

    +

    Parameters

    • Rest ...path: string[]

      Path to be appended.

      +

    Returns Omit<GetByKeyRequestBuilder<EntityT>, "execute">

    The request builder itself without "execute" function, to facilitate method chaining.

    +

build

execute

  • +

    Execute request.

    +

    Parameters

    Returns Promise<EntityT>

    A promise resolving to the requested entity

    +

executeRaw

relativeUrl

  • relativeUrl(): string
  • +

    Create the relative URL based on configuration of the given builder.

    +

    Returns string

    The relative URL for the request

    +

select

setCustomServicePath

  • +

    Replace the default service path with the given custom path. +In case of the SAP S/4HANA APIs the servicePath defaults to /sap/opu/odata/sap/<SERVICE_NAME> and can be overwritten here.

    +

    Parameters

    • servicePath: string

      Path to override the default with

      +

    Returns GetByKeyRequestBuilder<EntityT>

    The request builder itself, to facilitate method chaining

    +

skipCsrfTokenFetching

  • +

    Skip fetching csrf token for this request, which is typically useful when the csrf token is not required.

    +

    Returns GetByKeyRequestBuilder<EntityT>

    The request builder itself, to facilitate method chaining.

    +

url

  • +

    Create the URL based on configuration of the given builder.

    +

    Parameters

    Returns Promise<string>

    Promise resolving to the URL for the request

    +

withCustomHeaders

  • deprecated

    Since version 1.34.0 Use addCustomHeaders instead. +Add custom headers to the request.

    +

    Parameters

    • headers: Record<string, string>

      Key-value pairs denoting additional custom headers.

      +

    Returns GetByKeyRequestBuilder<EntityT>

    The request builder itself, to facilitate method chaining.

    +

withCustomQueryParameters

  • deprecated

    Since version 1.34.0 Use addCustomQueryParameters instead. +Add custom query parameters to the request.

    +

    Parameters

    • queryParameters: Record<string, string>

      Key-value pairs denoting additional custom query parameters to be set in the request.

      +

    Returns GetByKeyRequestBuilder<EntityT>

    The request builder itself, to facilitate method chaining.

    +

withCustomServicePath

  • deprecated

    Since version 1.34.0 Use setCustomServicePath instead. +Replace the default service path with the given custom path. +In case of the SAP S/4HANA APIs the servicePath defaults to /sap/opu/odata/sap/<SERVICE_NAME> and can be overwritten here.

    +

    Parameters

    • servicePath: string

      Path to override the default with.

      +

    Returns GetByKeyRequestBuilder<EntityT>

    The request builder itself, to facilitate method chaining.

    +

    Copyright Ⓒ 2021 SAP SE or an SAP affiliate company. All rights reserved.

    +

Legend

  • Namespace
  • Variable
  • Function
  • Function with type parameter
  • Type alias
  • Type alias with type parameter
  • Class
  • Class with type parameter
  • Property
  • Interface
  • Interface with type parameter
  • Inherited property
  • Inherited method
  • Enumeration

Settings

Theme

\ No newline at end of file diff --git a/docs/api/1.49.0/classes/sap_cloud_sdk_core.GetByKeyRequestBuilderBase.html b/docs/api/1.49.0/classes/sap_cloud_sdk_core.GetByKeyRequestBuilderBase.html new file mode 100644 index 0000000000..b14212e716 --- /dev/null +++ b/docs/api/1.49.0/classes/sap_cloud_sdk_core.GetByKeyRequestBuilderBase.html @@ -0,0 +1,79 @@ + +GetByKeyRequestBuilderBase | SAP Cloud SDK for JavaScript / TypeScript - v1.49.0
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

Abstract class to create a get by key request containing the shared functionality for OData v2 and v4.

+

Type parameters

  • EntityT: EntityBase

    +

    Type of the entity to be requested

    +

Hierarchy

Index

Constructors

constructor

  • +

    Creates an instance of GetByKeyRequestBuilder.

    +

    Type parameters

    Parameters

    • entityConstructor: Constructable<EntityT, unknown>
      +

      Constructor of the entity to create the request for

      +
    • keys: Record<string, FieldType>
      +

      Key-value pairs where the key is the name of a key property of the given entity and the value is the respective value

      +
    • oDataUri: ODataUri
      +

      Uri conversion methods

      +
    • entityDeserializer: EntityDeserializer<any>
      +

      Entity deserializer

      +
    • dataAccessor: ResponseDataAccessor

    Returns GetByKeyRequestBuilderBase<EntityT>

Properties

Readonly _entity

_entity: EntityT

Readonly _entityConstructor

_entityConstructor: Constructable<EntityT, unknown>

Readonly dataAccessor

dataAccessor: ResponseDataAccessor

Readonly entityDeserializer

entityDeserializer: EntityDeserializer<any>

requestConfig

requestConfig: ODataGetByKeyRequestConfig<EntityT>

Methods

addCustomHeaders

  • +

    Add custom headers to the request. Existing headers will be overwritten.

    +

    Parameters

    • headers: Record<string, string>

      Key-value pairs denoting additional custom headers.

      +

    Returns GetByKeyRequestBuilderBase<EntityT>

    The request builder itself, to facilitate method chaining.

    +

addCustomQueryParameters

  • +

    Add custom query parameters to the request. If a query parameter with the given name already exists it is overwritten.

    +

    Parameters

    • queryParameters: Record<string, string>

      Key-value pairs denoting additional custom query parameters to be set in the request.

      +

    Returns GetByKeyRequestBuilderBase<EntityT>

    The request builder itself, to facilitate method chaining

    +

addCustomRequestConfiguration

  • +

    Add a custom request configuration to the request. Typically, this is used when specifying a response type for downloading files. +If the custom request configuration contains disallowed keys, those will be ignored.

    +

    Parameters

    • requestConfiguration: Record<string, string>

      Key-value pairs denoting additional custom request configuration options to be set in the request.

      +

    Returns GetByKeyRequestBuilderBase<EntityT>

    The request builder itself, to facilitate method chaining.

    +

appendPath

  • +

    Append the given path to the URL. +This can be used for querying navigation properties of an entity. +To execute a request with an appended path use executeRaw to avoid errors during deserialization. When using this, the execute method is omitted from the return type.

    +

    Parameters

    • Rest ...path: string[]

      Path to be appended.

      +

    Returns Omit<GetByKeyRequestBuilderBase<EntityT>, "execute">

    The request builder itself without "execute" function, to facilitate method chaining.

    +

build

execute

  • +

    Execute request.

    +

    Parameters

    Returns Promise<EntityT>

    A promise resolving to the requested entity

    +

executeRaw

  • +

    Execute request and return an HttpResponse.

    +

    Parameters

    Returns Promise<HttpResponse>

    A promise resolving to an HttpResponse.

    +

relativeUrl

  • relativeUrl(): string
  • +

    Create the relative URL based on configuration of the given builder.

    +

    Returns string

    The relative URL for the request

    +

select

  • +

    Restrict the response to the given selection of properties in the request.

    +

    Parameters

    • Rest ...selects: Selectable<EntityT>[]

      Fields to select in the request

      +

    Returns GetByKeyRequestBuilderBase<EntityT>

    The request builder itself, to facilitate method chaining

    +
  • Parameters

    Returns GetByKeyRequestBuilderBase<EntityT>

setCustomServicePath

  • +

    Replace the default service path with the given custom path. +In case of the SAP S/4HANA APIs the servicePath defaults to /sap/opu/odata/sap/<SERVICE_NAME> and can be overwritten here.

    +

    Parameters

    • servicePath: string

      Path to override the default with

      +

    Returns GetByKeyRequestBuilderBase<EntityT>

    The request builder itself, to facilitate method chaining

    +

skipCsrfTokenFetching

  • +

    Skip fetching csrf token for this request, which is typically useful when the csrf token is not required.

    +

    Returns GetByKeyRequestBuilderBase<EntityT>

    The request builder itself, to facilitate method chaining.

    +

url

  • +

    Create the URL based on configuration of the given builder.

    +

    Parameters

    Returns Promise<string>

    Promise resolving to the URL for the request

    +

withCustomHeaders

  • deprecated

    Since version 1.34.0 Use addCustomHeaders instead. +Add custom headers to the request.

    +

    Parameters

    • headers: Record<string, string>

      Key-value pairs denoting additional custom headers.

      +

    Returns GetByKeyRequestBuilderBase<EntityT>

    The request builder itself, to facilitate method chaining.

    +

withCustomQueryParameters

  • deprecated

    Since version 1.34.0 Use addCustomQueryParameters instead. +Add custom query parameters to the request.

    +

    Parameters

    • queryParameters: Record<string, string>

      Key-value pairs denoting additional custom query parameters to be set in the request.

      +

    Returns GetByKeyRequestBuilderBase<EntityT>

    The request builder itself, to facilitate method chaining.

    +

withCustomServicePath

  • deprecated

    Since version 1.34.0 Use setCustomServicePath instead. +Replace the default service path with the given custom path. +In case of the SAP S/4HANA APIs the servicePath defaults to /sap/opu/odata/sap/<SERVICE_NAME> and can be overwritten here.

    +

    Parameters

    • servicePath: string

      Path to override the default with.

      +

    Returns GetByKeyRequestBuilderBase<EntityT>

    The request builder itself, to facilitate method chaining.

    +

    Copyright Ⓒ 2021 SAP SE or an SAP affiliate company. All rights reserved.

    +

Legend

  • Namespace
  • Variable
  • Function
  • Function with type parameter
  • Type alias
  • Type alias with type parameter
  • Class
  • Class with type parameter
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Inherited property
  • Inherited method
  • Enumeration

Settings

Theme

\ No newline at end of file diff --git a/docs/api/1.49.0/classes/sap_cloud_sdk_core.GetByKeyRequestBuilderV4.html b/docs/api/1.49.0/classes/sap_cloud_sdk_core.GetByKeyRequestBuilderV4.html new file mode 100644 index 0000000000..4600671f2d --- /dev/null +++ b/docs/api/1.49.0/classes/sap_cloud_sdk_core.GetByKeyRequestBuilderV4.html @@ -0,0 +1,78 @@ + +GetByKeyRequestBuilderV4 | SAP Cloud SDK for JavaScript / TypeScript - v1.49.0
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

Create an OData request to get a single entity based on its key properties. +The properties available in the response can be restricted by creating a selection, where no selection is equal to selecting all fields of the entity. +Navigational properties need to expanded explicitly by GetAllRequestBuilderV4.expand. +where no selection is equal to selecting all fields.

+

Type parameters

  • EntityT: EntityV4

    +

    Type of the entity to be requested

    +

Hierarchy

Implements

  • EntityIdentifiable<EntityT>

Index

Constructors

constructor

  • +

    Creates an instance of GetByKeyRequestBuilder.

    +

    Type parameters

    Parameters

    • _entityConstructor: Constructable<EntityT, unknown>
      +

      Constructor of the entity to create the request for

      +
    • keys: Record<string, FieldType>
      +

      Key-value pairs where the key is the name of a key property of the given entity and the value is the respective value

      +

    Returns GetByKeyRequestBuilderV4<EntityT>

Properties

Readonly _entity

_entity: EntityT

Readonly _entityConstructor

_entityConstructor: Constructable<EntityT, unknown>

Readonly dataAccessor

dataAccessor: ResponseDataAccessor

Readonly entityDeserializer

entityDeserializer: EntityDeserializer<any>

requestConfig

requestConfig: ODataGetByKeyRequestConfig<EntityT>

Methods

addCustomHeaders

  • +

    Add custom headers to the request. Existing headers will be overwritten.

    +

    Parameters

    • headers: Record<string, string>

      Key-value pairs denoting additional custom headers.

      +

    Returns GetByKeyRequestBuilderV4<EntityT>

    The request builder itself, to facilitate method chaining.

    +

addCustomQueryParameters

  • +

    Add custom query parameters to the request. If a query parameter with the given name already exists it is overwritten.

    +

    Parameters

    • queryParameters: Record<string, string>

      Key-value pairs denoting additional custom query parameters to be set in the request.

      +

    Returns GetByKeyRequestBuilderV4<EntityT>

    The request builder itself, to facilitate method chaining

    +

addCustomRequestConfiguration

  • +

    Add a custom request configuration to the request. Typically, this is used when specifying a response type for downloading files. +If the custom request configuration contains disallowed keys, those will be ignored.

    +

    Parameters

    • requestConfiguration: Record<string, string>

      Key-value pairs denoting additional custom request configuration options to be set in the request.

      +

    Returns GetByKeyRequestBuilderV4<EntityT>

    The request builder itself, to facilitate method chaining.

    +

appendPath

  • +

    Append the given path to the URL. +This can be used for querying navigation properties of an entity. +To execute a request with an appended path use executeRaw to avoid errors during deserialization. When using this, the execute method is omitted from the return type.

    +

    Parameters

    • Rest ...path: string[]

      Path to be appended.

      +

    Returns Omit<GetByKeyRequestBuilderV4<EntityT>, "execute">

    The request builder itself without "execute" function, to facilitate method chaining.

    +

build

execute

  • +

    Execute request.

    +

    Parameters

    Returns Promise<EntityT>

    A promise resolving to the requested entity

    +

executeRaw

expand

  • Parameters

    Returns GetByKeyRequestBuilderV4<EntityT>

  • Parameters

    Returns GetByKeyRequestBuilderV4<EntityT>

relativeUrl

  • relativeUrl(): string
  • +

    Create the relative URL based on configuration of the given builder.

    +

    Returns string

    The relative URL for the request

    +

select

setCustomServicePath

  • +

    Replace the default service path with the given custom path. +In case of the SAP S/4HANA APIs the servicePath defaults to /sap/opu/odata/sap/<SERVICE_NAME> and can be overwritten here.

    +

    Parameters

    • servicePath: string

      Path to override the default with

      +

    Returns GetByKeyRequestBuilderV4<EntityT>

    The request builder itself, to facilitate method chaining

    +

skipCsrfTokenFetching

  • +

    Skip fetching csrf token for this request, which is typically useful when the csrf token is not required.

    +

    Returns GetByKeyRequestBuilderV4<EntityT>

    The request builder itself, to facilitate method chaining.

    +

url

  • +

    Create the URL based on configuration of the given builder.

    +

    Parameters

    Returns Promise<string>

    Promise resolving to the URL for the request

    +

withCustomHeaders

  • deprecated

    Since version 1.34.0 Use addCustomHeaders instead. +Add custom headers to the request.

    +

    Parameters

    • headers: Record<string, string>

      Key-value pairs denoting additional custom headers.

      +

    Returns GetByKeyRequestBuilderV4<EntityT>

    The request builder itself, to facilitate method chaining.

    +

withCustomQueryParameters

  • deprecated

    Since version 1.34.0 Use addCustomQueryParameters instead. +Add custom query parameters to the request.

    +

    Parameters

    • queryParameters: Record<string, string>

      Key-value pairs denoting additional custom query parameters to be set in the request.

      +

    Returns GetByKeyRequestBuilderV4<EntityT>

    The request builder itself, to facilitate method chaining.

    +

withCustomServicePath

  • deprecated

    Since version 1.34.0 Use setCustomServicePath instead. +Replace the default service path with the given custom path. +In case of the SAP S/4HANA APIs the servicePath defaults to /sap/opu/odata/sap/<SERVICE_NAME> and can be overwritten here.

    +

    Parameters

    • servicePath: string

      Path to override the default with.

      +

    Returns GetByKeyRequestBuilderV4<EntityT>

    The request builder itself, to facilitate method chaining.

    +

    Copyright Ⓒ 2021 SAP SE or an SAP affiliate company. All rights reserved.

    +

Legend

  • Namespace
  • Variable
  • Function
  • Function with type parameter
  • Type alias
  • Type alias with type parameter
  • Class
  • Class with type parameter
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Inherited property
  • Inherited method
  • Enumeration

Settings

Theme

\ No newline at end of file diff --git a/docs/api/1.49.0/classes/sap_cloud_sdk_core.Link.html b/docs/api/1.49.0/classes/sap_cloud_sdk_core.Link.html new file mode 100644 index 0000000000..f978122f86 --- /dev/null +++ b/docs/api/1.49.0/classes/sap_cloud_sdk_core.Link.html @@ -0,0 +1,46 @@ + +Link | SAP Cloud SDK for JavaScript / TypeScript - v1.49.0
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

Represents a navigation property of an OData entity.

+

OData is a relational data model, i.e. entities can be related to one another. +For example, BusinessPartner is in a 1:n relation with BusinessPartnerAddress and in a 1:1 relation with Customer. +Like normal properties, navigation properties can be used for selecting (expanding) and filtering. +For example, when constructing a query on the BusinessPartner entity, an instance of Link<BusinessPartner, Customer> +can be passed as argument to the select function, e.g. BusinessPartner.TO_CUSTOMER.

+

NOTE: Due to historical development the Link and its extensions are used in the following way: +OData v2 entity: 1:N is a Link, 1:0..1 is a OneToOneLink +OData v4 entity: 1:N is a OneToManyLink, 1:0..1 is a OneToOneLink

+

See also: Selectable

+

Type parameters

  • EntityT: EntityBase

    +

    Type of the entity to be linked from

    +
  • LinkedEntityT: EntityBase = any

    +

    Type of the entity to be linked to

    +

Hierarchy

Implements

  • EntityIdentifiable<EntityT>

Index

Constructors

constructor

  • new Link<EntityT, LinkedEntityT>(_fieldName: string, _entityConstructor: Constructable<EntityT, unknown>, _linkedEntity: Constructable<LinkedEntityT, unknown>): Link<EntityT, LinkedEntityT>
  • +

    Creates an instance of Link.

    +

    Type parameters

    Parameters

    • _fieldName: string
      +

      Name of the linking field to be used in the OData request.

      +
    • _entityConstructor: Constructable<EntityT, unknown>
      +

      Constructor type of the entity the field belongs to

      +
    • _linkedEntity: Constructable<LinkedEntityT, unknown>
      +

      Constructor type of the linked entity

      +

    Returns Link<EntityT, LinkedEntityT>

Properties

Readonly _entity

_entity: EntityT

Readonly _entityConstructor

_entityConstructor: Constructable<EntityT, unknown>

_expand

_expand: Expandable<LinkedEntityT>[]

Readonly _fieldName

_fieldName: string

Readonly _linkedEntity

_linkedEntity: Constructable<LinkedEntityT, unknown>

_selects

_selects: Selectable<LinkedEntityT>[]
+

List of selectables on the linked entity.

+

Accessors

selects

  • deprecated

    Since v1.21.0. Use _selects directly. +List of selectables on the linked entity.

    +

    Returns Selectable<LinkedEntityT>[]

Methods

clone

  • clone(): Link<EntityT, LinkedEntityT>
  • +

    Create a new link based on a given link.

    +
    typeparam EntityT

    Type of the entity to be linked from

    +
    typeparam LinkedEntityT

    Type of the entity to be linked to

    +

    Returns Link<EntityT, LinkedEntityT>

    Newly created link

    +

expand

  • expand(...expands: Expandable<LinkedEntityT>[]): Link<EntityT, LinkedEntityT>
  • Parameters

    Returns Link<EntityT, LinkedEntityT>

select

  • select(...selects: Selectable<LinkedEntityT>[]): Link<EntityT, LinkedEntityT>
  • +

    Creates a selection on a linked entity. Has the same behavior as GetAllRequestBuilderV2.select and GetByKeyRequestBuilderV4.select but for linked entities.

    +

    See also, Selectable

    +

    Parameters

    • Rest ...selects: Selectable<LinkedEntityT>[]

      Selection of fields or links on a linked entity

      +

    Returns Link<EntityT, LinkedEntityT>

    The link itself, to facilitate method chaining

    +

Static clone

  • clone<EntityT1, LinkedEntityT1>(link: Link<EntityT1, LinkedEntityT1>): Link<EntityT1, LinkedEntityT1>
  • deprecated

    Since v1.21.0. Use clone instead. +Create a new link based on a given link.

    +
    typeparam EntityT

    Type of the entity to be linked from

    +
    typeparam LinkedEntityT

    Type of the entity to be linked to

    +

    Type parameters

    Parameters

    • link: Link<EntityT1, LinkedEntityT1>

      Link to be cloned

      +

    Returns Link<EntityT1, LinkedEntityT1>

    Newly created link

    +

    Copyright Ⓒ 2021 SAP SE or an SAP affiliate company. All rights reserved.

    +

Legend

  • Namespace
  • Variable
  • Function
  • Function with type parameter
  • Type alias
  • Type alias with type parameter
  • Class
  • Class with type parameter
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Enumeration

Settings

Theme

\ No newline at end of file diff --git a/docs/api/1.49.0/classes/sap_cloud_sdk_core.MethodRequestBuilder.html b/docs/api/1.49.0/classes/sap_cloud_sdk_core.MethodRequestBuilder.html new file mode 100644 index 0000000000..922d010da3 --- /dev/null +++ b/docs/api/1.49.0/classes/sap_cloud_sdk_core.MethodRequestBuilder.html @@ -0,0 +1,58 @@ + +MethodRequestBuilder | SAP Cloud SDK for JavaScript / TypeScript - v1.49.0
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

Base class for all request builders.

+
typeparam EntityT

Type of the entity to create a request for.

+

Type parameters

  • RequestConfigT: ODataRequestConfig = any

Hierarchy

Index

Constructors

constructor

  • new MethodRequestBuilder<RequestConfigT>(requestConfig: RequestConfigT): MethodRequestBuilder<RequestConfigT>
  • +

    Creates an instance of MethodRequestBuilder.

    +

    Type parameters

    • RequestConfigT: ODataRequestConfig<RequestConfigT> = any

    Parameters

    • requestConfig: RequestConfigT
      +

      Request configuration to initialize with.

      +

    Returns MethodRequestBuilder<RequestConfigT>

Properties

requestConfig

requestConfig: RequestConfigT

Methods

addCustomHeaders

  • +

    Add custom headers to the request. Existing headers will be overwritten.

    +

    Parameters

    • headers: Record<string, string>

      Key-value pairs denoting additional custom headers.

      +

    Returns MethodRequestBuilder<RequestConfigT>

    The request builder itself, to facilitate method chaining.

    +

addCustomQueryParameters

  • addCustomQueryParameters(queryParameters: Record<string, string>): MethodRequestBuilder<RequestConfigT>
  • +

    Add custom query parameters to the request. If a query parameter with the given name already exists it is overwritten.

    +

    Parameters

    • queryParameters: Record<string, string>

      Key-value pairs denoting additional custom query parameters to be set in the request.

      +

    Returns MethodRequestBuilder<RequestConfigT>

    The request builder itself, to facilitate method chaining

    +

addCustomRequestConfiguration

  • addCustomRequestConfiguration(requestConfiguration: Record<string, string>): MethodRequestBuilder<RequestConfigT>
  • +

    Add a custom request configuration to the request. Typically, this is used when specifying a response type for downloading files. +If the custom request configuration contains disallowed keys, those will be ignored.

    +

    Parameters

    • requestConfiguration: Record<string, string>

      Key-value pairs denoting additional custom request configuration options to be set in the request.

      +

    Returns MethodRequestBuilder<RequestConfigT>

    The request builder itself, to facilitate method chaining.

    +

appendPath

  • +

    Append the given path to the URL. +This can be used for querying navigation properties of an entity. +To execute a request with an appended path use executeRaw to avoid errors during deserialization. When using this, the execute method is omitted from the return type.

    +

    Parameters

    • Rest ...path: string[]

      Path to be appended.

      +

    Returns Omit<MethodRequestBuilder<RequestConfigT>, "execute">

    The request builder itself without "execute" function, to facilitate method chaining.

    +

build

relativeUrl

  • relativeUrl(): string
  • +

    Create the relative URL based on configuration of the given builder.

    +

    Returns string

    The relative URL for the request

    +

setCustomServicePath

  • +

    Replace the default service path with the given custom path. +In case of the SAP S/4HANA APIs the servicePath defaults to /sap/opu/odata/sap/<SERVICE_NAME> and can be overwritten here.

    +

    Parameters

    • servicePath: string

      Path to override the default with

      +

    Returns MethodRequestBuilder<RequestConfigT>

    The request builder itself, to facilitate method chaining

    +

skipCsrfTokenFetching

  • +

    Skip fetching csrf token for this request, which is typically useful when the csrf token is not required.

    +

    Returns MethodRequestBuilder<RequestConfigT>

    The request builder itself, to facilitate method chaining.

    +

url

  • +

    Create the URL based on configuration of the given builder.

    +

    Parameters

    Returns Promise<string>

    Promise resolving to the URL for the request

    +

withCustomHeaders

  • deprecated

    Since version 1.34.0 Use addCustomHeaders instead. +Add custom headers to the request.

    +

    Parameters

    • headers: Record<string, string>

      Key-value pairs denoting additional custom headers.

      +

    Returns MethodRequestBuilder<RequestConfigT>

    The request builder itself, to facilitate method chaining.

    +

withCustomQueryParameters

  • withCustomQueryParameters(queryParameters: Record<string, string>): MethodRequestBuilder<RequestConfigT>
  • deprecated

    Since version 1.34.0 Use addCustomQueryParameters instead. +Add custom query parameters to the request.

    +

    Parameters

    • queryParameters: Record<string, string>

      Key-value pairs denoting additional custom query parameters to be set in the request.

      +

    Returns MethodRequestBuilder<RequestConfigT>

    The request builder itself, to facilitate method chaining.

    +

withCustomServicePath

  • deprecated

    Since version 1.34.0 Use setCustomServicePath instead. +Replace the default service path with the given custom path. +In case of the SAP S/4HANA APIs the servicePath defaults to /sap/opu/odata/sap/<SERVICE_NAME> and can be overwritten here.

    +

    Parameters

    • servicePath: string

      Path to override the default with.

      +

    Returns MethodRequestBuilder<RequestConfigT>

    The request builder itself, to facilitate method chaining.

    +

    Copyright Ⓒ 2021 SAP SE or an SAP affiliate company. All rights reserved.

    +

Legend

  • Namespace
  • Variable
  • Function
  • Function with type parameter
  • Type alias
  • Type alias with type parameter
  • Class
  • Class with type parameter
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Enumeration

Settings

Theme

\ No newline at end of file diff --git a/docs/api/1.49.0/classes/sap_cloud_sdk_core.NumberField.html b/docs/api/1.49.0/classes/sap_cloud_sdk_core.NumberField.html new file mode 100644 index 0000000000..2131dc1ee8 --- /dev/null +++ b/docs/api/1.49.0/classes/sap_cloud_sdk_core.NumberField.html @@ -0,0 +1,40 @@ + +NumberField | SAP Cloud SDK for JavaScript / TypeScript - v1.49.0
Options
All
  • Public
  • Public/Protected
  • All
Menu
deprecated

Since v1.47.0. Use OrderableEdmTypeField instead. +Represents a selectable property with a number value.

+

Type parameters

  • EntityT: EntityBase

    +

    Type of the entity the field belongs to

    +

Hierarchy

Index

Constructors

constructor

Properties

Readonly _entity

_entity: EntityT

Readonly _entityConstructor

_entityConstructor: Constructable<EntityT, unknown>

Readonly _fieldName

_fieldName: string

Readonly _fieldOf

_fieldOf: ConstructorOrField<EntityT, any>

Readonly _fieldOptions

_fieldOptions: Required<FieldOptions<false, true>>

Readonly edmType

Methods

equals

  • equals(value: number): Filter<EntityT, number>
  • +

    Creates an instance of Filter for this field and the given value using the operator 'eq', i.e. ==.

    +

    Parameters

    • value: number

      Value to be used in the filter

      +

    Returns Filter<EntityT, number>

    The resulting filter

    +

fieldPath

  • fieldPath(): string
  • +

    Path to the field to be used in filter and order by queries.

    +

    Returns string

    Path to the field to be used in filter and order by queries.

    +

greaterOrEqual

  • greaterOrEqual(value: number): Filter<EntityT, number>
  • +

    Creates an instance of Filter for this field and the given value using the operator 'ge', i.e. >=.

    +

    Parameters

    • value: number

      Value to be used in the filter

      +

    Returns Filter<EntityT, number>

    The resulting filter

    +

greaterThan

  • greaterThan(value: number): Filter<EntityT, number>
  • +

    Creates an instance of Filter for this field and the given value using the operator 'gt', i.e. >.

    +

    Parameters

    • value: number

      Value to be used in the filter

      +

    Returns Filter<EntityT, number>

    The resulting filter

    +

lessOrEqual

  • lessOrEqual(value: number): Filter<EntityT, number>
  • +

    Creates an instance of Filter for this field and the given value using the operator 'le', i.e. <=.

    +

    Parameters

    • value: number

      Value to be used in the filter

      +

    Returns Filter<EntityT, number>

    The resulting filter

    +

lessThan

  • lessThan(value: number): Filter<EntityT, number>
  • +

    Creates an instance of Filter for this field and the given value using the operator 'lt', i.e. <.

    +

    Parameters

    • value: number

      Value to be used in the filter

      +

    Returns Filter<EntityT, number>

    The resulting filter

    +

notEquals

  • notEquals(value: number): Filter<EntityT, number>
  • +

    Creates an instance of Filter for this field and the given value using the operator 'ne', i.e. !=.

    +

    Parameters

    • value: number

      Value to be used in the filter

      +

    Returns Filter<EntityT, number>

    The resulting filter

    +

    Copyright Ⓒ 2021 SAP SE or an SAP affiliate company. All rights reserved.

    +

Legend

  • Namespace
  • Variable
  • Function
  • Function with type parameter
  • Type alias
  • Type alias with type parameter
  • Interface
  • Interface with type parameter
  • Class
  • Class with type parameter
  • Inherited property
  • Inherited method
  • Enumeration

Settings

Theme

\ No newline at end of file diff --git a/docs/api/1.49.0/classes/sap_cloud_sdk_core.NumberFieldBase.html b/docs/api/1.49.0/classes/sap_cloud_sdk_core.NumberFieldBase.html new file mode 100644 index 0000000000..6b99b6f193 --- /dev/null +++ b/docs/api/1.49.0/classes/sap_cloud_sdk_core.NumberFieldBase.html @@ -0,0 +1,40 @@ + +NumberFieldBase | SAP Cloud SDK for JavaScript / TypeScript - v1.49.0
Options
All
  • Public
  • Public/Protected
  • All
Menu
deprecated

Since v1.47.0. Use OrderableEdmTypeField instead. +Represents a property with a number value.

+

Type parameters

  • EntityT: EntityBase

    +

    Type of the entity the field belongs to

    +
  • SelectableT: boolean = false

Hierarchy

Index

Constructors

constructor

  • +

    Creates an instance of EdmTypeField.

    +

    Type parameters

    • EntityT: EntityBase<EntityT>

    • SelectableT: boolean = false

    Parameters

    Returns NumberFieldBase<EntityT, SelectableT>

Properties

Readonly _entity

_entity: EntityT

Readonly _entityConstructor

_entityConstructor: Constructable<EntityT, unknown>

Readonly _fieldName

_fieldName: string

Readonly _fieldOf

_fieldOf: ConstructorOrField<EntityT, any>

Readonly _fieldOptions

_fieldOptions: Required<FieldOptions<false, SelectableT>>

Readonly edmType

Methods

equals

  • equals(value: number): Filter<EntityT, number>
  • +

    Creates an instance of Filter for this field and the given value using the operator 'eq', i.e. ==.

    +

    Parameters

    • value: number

      Value to be used in the filter

      +

    Returns Filter<EntityT, number>

    The resulting filter

    +

fieldPath

  • fieldPath(): string
  • +

    Path to the field to be used in filter and order by queries.

    +

    Returns string

    Path to the field to be used in filter and order by queries.

    +

greaterOrEqual

  • greaterOrEqual(value: number): Filter<EntityT, number>
  • +

    Creates an instance of Filter for this field and the given value using the operator 'ge', i.e. >=.

    +

    Parameters

    • value: number

      Value to be used in the filter

      +

    Returns Filter<EntityT, number>

    The resulting filter

    +

greaterThan

  • greaterThan(value: number): Filter<EntityT, number>
  • +

    Creates an instance of Filter for this field and the given value using the operator 'gt', i.e. >.

    +

    Parameters

    • value: number

      Value to be used in the filter

      +

    Returns Filter<EntityT, number>

    The resulting filter

    +

lessOrEqual

  • lessOrEqual(value: number): Filter<EntityT, number>
  • +

    Creates an instance of Filter for this field and the given value using the operator 'le', i.e. <=.

    +

    Parameters

    • value: number

      Value to be used in the filter

      +

    Returns Filter<EntityT, number>

    The resulting filter

    +

lessThan

  • lessThan(value: number): Filter<EntityT, number>
  • +

    Creates an instance of Filter for this field and the given value using the operator 'lt', i.e. <.

    +

    Parameters

    • value: number

      Value to be used in the filter

      +

    Returns Filter<EntityT, number>

    The resulting filter

    +

notEquals

  • notEquals(value: number): Filter<EntityT, number>
  • +

    Creates an instance of Filter for this field and the given value using the operator 'ne', i.e. !=.

    +

    Parameters

    • value: number

      Value to be used in the filter

      +

    Returns Filter<EntityT, number>

    The resulting filter

    +

    Copyright Ⓒ 2021 SAP SE or an SAP affiliate company. All rights reserved.

    +

Legend

  • Namespace
  • Variable
  • Function
  • Function with type parameter
  • Type alias
  • Type alias with type parameter
  • Class
  • Class with type parameter
  • Method
  • Interface
  • Interface with type parameter
  • Inherited property
  • Inherited method
  • Enumeration

Settings

Theme

\ No newline at end of file diff --git a/docs/api/1.49.0/classes/sap_cloud_sdk_core.NumberFilterFunction.html b/docs/api/1.49.0/classes/sap_cloud_sdk_core.NumberFilterFunction.html new file mode 100644 index 0000000000..3f67d65e14 --- /dev/null +++ b/docs/api/1.49.0/classes/sap_cloud_sdk_core.NumberFilterFunction.html @@ -0,0 +1,41 @@ + +NumberFilterFunction | SAP Cloud SDK for JavaScript / TypeScript - v1.49.0
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

Representation of a filter function, that returns a value of type number. This supports int, double and decimal values.

+

Type parameters

Hierarchy

Index

Constructors

constructor

  • +

    Creates an instance of NumberFilterFunction.

    +

    Type parameters

    Parameters

    • functionName: string
      +

      Name of the function that returns a numeric value

      +
    • parameters: FilterFunctionParameterType<EntityT>[]
      +

      Representation of the parameters passed to the filter function

      +
    • edmType: "Edm.Decimal" | "Edm.Int32" | "Edm.Double"
      +

      Type of the returned numeric value. This influences the formatting of the returned value.

      +

    Returns NumberFilterFunction<EntityT>

Properties

Readonly edmType

edmType: EdmTypeShared<ODataVersionOf<EntityT>>

Readonly functionName

functionName: string

Readonly parameters

parameters: FilterFunctionParameterType<EntityT>[]

Methods

equals

  • equals(value: number): Filter<EntityT, number>
  • +

    Creates an instance of Filter for this filter function and the given value using the operator 'eq', i.e. ==.

    +

    Parameters

    • value: number

      Value to be used in the filter

      +

    Returns Filter<EntityT, number>

    The resulting filter

    +

greaterOrEqual

  • greaterOrEqual(value: number): Filter<EntityT, number>
  • +

    Creates an instance of Filter for this filter function and the given value using the operator 'ge', i.e. >=.

    +

    Parameters

    • value: number

      Value to be used in the filter

      +

    Returns Filter<EntityT, number>

    The resulting filter

    +

greaterThan

  • greaterThan(value: number): Filter<EntityT, number>
  • +

    Creates an instance of Filter for this filter function and the given value using the operator 'gt', i.e. >.

    +

    Parameters

    • value: number

      Value to be used in the filter

      +

    Returns Filter<EntityT, number>

    The resulting filter

    +

lessOrEqual

  • lessOrEqual(value: number): Filter<EntityT, number>
  • +

    Creates an instance of Filter for this filter function and the given value using the operator 'le', i.e. <=.

    +

    Parameters

    • value: number

      Value to be used in the filter

      +

    Returns Filter<EntityT, number>

    The resulting filter

    +

lessThan

  • lessThan(value: number): Filter<EntityT, number>
  • +

    Creates an instance of Filter for this filter function and the given value using the operator 'lt', i.e. <.

    +

    Parameters

    • value: number

      Value to be used in the filter

      +

    Returns Filter<EntityT, number>

    The resulting filter

    +

notEquals

  • notEquals(value: number): Filter<EntityT, number>
  • +

    Creates an instance of Filter for this filter function and the given value using the operator 'ne', i.e. !=.

    +

    Parameters

    • value: number

      Value to be used in the filter

      +

    Returns Filter<EntityT, number>

    The resulting filter

    +

toString

  • toString(parentFieldNames?: string[]): string
  • deprecated

    Since v1.21.0. There will be no replacement. Let us know if you were using this functionality. +Serializes the filter function into a string

    +

    Parameters

    • Optional parentFieldNames: string[]

      Names of parents in case the function is part of a filter on a navigation property

      +

    Returns string

    The filter function as string

    +

    Copyright Ⓒ 2021 SAP SE or an SAP affiliate company. All rights reserved.

    +

Legend

  • Namespace
  • Variable
  • Function
  • Function with type parameter
  • Type alias
  • Type alias with type parameter
  • Interface
  • Interface with type parameter
  • Class
  • Class with type parameter
  • Inherited property
  • Inherited method
  • Enumeration

Settings

Theme

\ No newline at end of file diff --git a/docs/api/1.49.0/classes/sap_cloud_sdk_core.ODataActionImportRequestConfig.html b/docs/api/1.49.0/classes/sap_cloud_sdk_core.ODataActionImportRequestConfig.html new file mode 100644 index 0000000000..88231d8b50 --- /dev/null +++ b/docs/api/1.49.0/classes/sap_cloud_sdk_core.ODataActionImportRequestConfig.html @@ -0,0 +1,21 @@ + +ODataActionImportRequestConfig | SAP Cloud SDK for JavaScript / TypeScript - v1.49.0
Options
All
  • Public
  • Public/Protected
  • All
Menu

Type parameters

  • ParametersT

Hierarchy

  • ODataRequestConfig
    • ODataActionImportRequestConfig

Index

Constructors

constructor

  • +

    Creates an instance of ODataActionImportRequestConfig.

    +

    Type parameters

    • ParametersT

    Parameters

    • defaultServicePath: string
      +

      Default path of the service

      +
    • actionImportName: string
      +

      The name of the action import.

      +
    • parameters: FunctionImportParameters<ParametersT>
      +

      Parameters of the action imports

      +

    Returns ODataActionImportRequestConfig<ParametersT>

Properties

Readonly actionImportName

actionImportName: string

customServicePath

customServicePath: string

Readonly defaultHeaders

defaultHeaders: Record<string, any>

Readonly defaultServicePath

defaultServicePath: string

method

payload

payload: string | Record<string, any>

Accessors

appendedPaths

  • get appendedPaths(): string[]
  • Returns string[]

contentType

  • get contentType(): any
  • deprecated

    Since v1.30.0. Use defaultHeaders instead.

    +

    Returns any

customHeaders

  • get customHeaders(): Record<string, string>
  • set customHeaders(headers: Record<string, string>): void
  • Returns Record<string, string>

  • Parameters

    • headers: Record<string, string>

    Returns void

customQueryParameters

  • get customQueryParameters(): Record<string, string>
  • set customQueryParameters(queryParameters: Record<string, string>): void
  • Returns Record<string, string>

  • Parameters

    • queryParameters: Record<string, string>

    Returns void

customRequestConfiguration

  • get customRequestConfiguration(): Record<string, string>
  • set customRequestConfiguration(requestConfiguration: Record<string, string>): void
  • Returns Record<string, string>

  • Parameters

    • requestConfiguration: Record<string, string>

    Returns void

fetchCsrfToken

  • get fetchCsrfToken(): boolean
  • set fetchCsrfToken(fetchCsrfToken: boolean): void
  • Returns boolean

  • Parameters

    • fetchCsrfToken: boolean

    Returns void

Methods

addCustomHeaders

  • addCustomHeaders(headers: Record<string, string>): void
  • +

    Add custom headers to the request. This is useful in case you want to provide your own authorization headers for example.

    +

    Parameters

    • headers: Record<string, string>

      Key-value pairs where the key is the name of a header property and the value is the respective value

      +

    Returns void

addCustomQueryParameters

  • addCustomQueryParameters(queryParameters: Record<string, string>): void
  • +

    Add custom query parameters to the request. This is useful in case your OData service allows non-standard query parameters.

    +

    Parameters

    • queryParameters: Record<string, string>

      Key-value pairs where the key is the name of a query parameter and the value is the respective value

      +

    Returns void

addCustomRequestConfiguration

  • addCustomRequestConfiguration(requestConfiguration: Record<string, string>): void
  • +

    Add custom request configuration to the request.

    +

    Parameters

    • requestConfiguration: Record<string, string>

      Key-value pairs where the key is the name of a request configuration and the value is the respective value

      +

      Copyright Ⓒ 2021 SAP SE or an SAP affiliate company. All rights reserved.

      +

    Returns void

appendPath

  • appendPath(...path: string[]): void
  • Parameters

    • Rest ...path: string[]

    Returns void

Protected prependDollarToQueryParameters

  • prependDollarToQueryParameters(params: Record<string, any>): Record<string, any>
  • Parameters

    • params: Record<string, any>

    Returns Record<string, any>

queryParameters

  • queryParameters(): Record<string, any>
  • Returns Record<string, any>

resourcePath

  • resourcePath(): string
  • Returns string

Legend

  • Namespace
  • Variable
  • Function
  • Function with type parameter
  • Type alias
  • Type alias with type parameter
  • Class
  • Class with type parameter
  • Property
  • Method
  • Accessor
  • Interface
  • Interface with type parameter
  • Inherited property
  • Inherited method
  • Enumeration

Settings

Theme

\ No newline at end of file diff --git a/docs/api/1.49.0/classes/sap_cloud_sdk_core.ODataBatchChangeSet.html b/docs/api/1.49.0/classes/sap_cloud_sdk_core.ODataBatchChangeSet.html new file mode 100644 index 0000000000..e277f88fc0 --- /dev/null +++ b/docs/api/1.49.0/classes/sap_cloud_sdk_core.ODataBatchChangeSet.html @@ -0,0 +1,12 @@ + +ODataBatchChangeSet | SAP Cloud SDK for JavaScript / TypeScript - v1.49.0
Options
All
  • Public
  • Public/Protected
  • All
Menu
deprecated

Since v1.30.0. Use BatchChangeSet directly +Representation of a batch change set, which holds a collection of write operations.

+

Type parameters

Hierarchy

  • ODataBatchChangeSet

Implements

Index

Constructors

Properties

Accessors

Constructors

constructor

  • new ODataBatchChangeSet<RequestT>(requests: RequestT[], boundary?: string): ODataBatchChangeSet<RequestT>

Properties

Readonly boundary

boundary: string

Readonly requests

requests: RequestT[]

Accessors

changeSetId

  • get changeSetId(): string
  • deprecated

    Since v1.30.0. Use boundary instead.

    +

    Copyright Ⓒ 2021 SAP SE or an SAP affiliate company. All rights reserved.

    +

    Returns string

Legend

  • Namespace
  • Variable
  • Function
  • Function with type parameter
  • Type alias
  • Type alias with type parameter
  • Class
  • Class with type parameter
  • Property
  • Interface
  • Interface with type parameter
  • Enumeration

Settings

Theme

\ No newline at end of file diff --git a/docs/api/1.49.0/classes/sap_cloud_sdk_core.ODataBatchChangeSetV4.html b/docs/api/1.49.0/classes/sap_cloud_sdk_core.ODataBatchChangeSetV4.html new file mode 100644 index 0000000000..2a07ffb46b --- /dev/null +++ b/docs/api/1.49.0/classes/sap_cloud_sdk_core.ODataBatchChangeSetV4.html @@ -0,0 +1,12 @@ + +ODataBatchChangeSetV4 | SAP Cloud SDK for JavaScript / TypeScript - v1.49.0
Options
All
  • Public
  • Public/Protected
  • All
Menu
deprecated

Since v1.30.0. Use BatchChangeSet directly +Representation of a batch change set, which holds a collection of write operations.

+

Type parameters

Hierarchy

  • ODataBatchChangeSetV4

Implements

Index

Constructors

Properties

Accessors

Constructors

constructor

  • new ODataBatchChangeSetV4<RequestT>(requests: RequestT[], boundary?: string): ODataBatchChangeSetV4<RequestT>

Properties

Readonly boundary

boundary: string

Readonly requests

requests: RequestT[]

Accessors

changeSetId

  • get changeSetId(): string
  • deprecated

    Since v1.30.0. Use boundary instead.

    +

    Copyright Ⓒ 2021 SAP SE or an SAP affiliate company. All rights reserved.

    +

    Returns string

Legend

  • Namespace
  • Variable
  • Function
  • Function with type parameter
  • Type alias
  • Type alias with type parameter
  • Class
  • Class with type parameter
  • Property
  • Interface
  • Interface with type parameter
  • Enumeration

Settings

Theme

\ No newline at end of file diff --git a/docs/api/1.49.0/classes/sap_cloud_sdk_core.ODataBatchConfig.html b/docs/api/1.49.0/classes/sap_cloud_sdk_core.ODataBatchConfig.html new file mode 100644 index 0000000000..0109efd044 --- /dev/null +++ b/docs/api/1.49.0/classes/sap_cloud_sdk_core.ODataBatchConfig.html @@ -0,0 +1,21 @@ + +ODataBatchConfig | SAP Cloud SDK for JavaScript / TypeScript - v1.49.0
Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Index

Constructors

constructor

  • new ODataBatchConfig(defaultServicePath: string, batchId: string): ODataBatchConfig
  • deprecated

    Since v1.21.0. Use superclass instead. +Creates an instance of ODataBatchConfig.

    +

    Parameters

    • defaultServicePath: string
      +

      The default OData service path

      +
    • batchId: string
      +

      The batch id for building the header and the payload.

      +

    Returns ODataBatchConfig

Properties

Readonly boundary

boundary: string

customServicePath

customServicePath: string

Readonly defaultHeaders

defaultHeaders: Record<string, any>

Readonly defaultServicePath

defaultServicePath: string

method

payload

payload: string | Record<string, any>

subRequestPathType

subRequestPathType: BatchSubRequestPathType

Static Readonly content_type_prefix

content_type_prefix: "multipart/mixed; boundary=batch_" = "multipart/mixed; boundary=batch_"
deprecated

Since v1.30.0.

+

Accessors

appendedPaths

  • get appendedPaths(): string[]
  • Returns string[]

batchId

  • get batchId(): string
  • deprecated

    Since v1.30.0. Use boundary instead.

    +

    Returns string

contentType

  • get contentType(): any
  • deprecated

    Since v1.30.0. Use defaultHeaders instead.

    +

    Returns any

customHeaders

  • get customHeaders(): Record<string, string>
  • set customHeaders(headers: Record<string, string>): void
  • Returns Record<string, string>

  • Parameters

    • headers: Record<string, string>

    Returns void

customQueryParameters

  • get customQueryParameters(): Record<string, string>
  • set customQueryParameters(queryParameters: Record<string, string>): void
  • Returns Record<string, string>

  • Parameters

    • queryParameters: Record<string, string>

    Returns void

customRequestConfiguration

  • get customRequestConfiguration(): Record<string, string>
  • set customRequestConfiguration(requestConfiguration: Record<string, string>): void
  • Returns Record<string, string>

  • Parameters

    • requestConfiguration: Record<string, string>

    Returns void

fetchCsrfToken

  • get fetchCsrfToken(): boolean
  • set fetchCsrfToken(fetchCsrfToken: boolean): void
  • Returns boolean

  • Parameters

    • fetchCsrfToken: boolean

    Returns void

Methods

addCustomHeaders

  • addCustomHeaders(headers: Record<string, string>): void
  • +

    Add custom headers to the request. This is useful in case you want to provide your own authorization headers for example.

    +

    Parameters

    • headers: Record<string, string>

      Key-value pairs where the key is the name of a header property and the value is the respective value

      +

    Returns void

addCustomQueryParameters

  • addCustomQueryParameters(queryParameters: Record<string, string>): void
  • +

    Add custom query parameters to the request. This is useful in case your OData service allows non-standard query parameters.

    +

    Parameters

    • queryParameters: Record<string, string>

      Key-value pairs where the key is the name of a query parameter and the value is the respective value

      +

    Returns void

addCustomRequestConfiguration

  • addCustomRequestConfiguration(requestConfiguration: Record<string, string>): void
  • +

    Add custom request configuration to the request.

    +

    Parameters

    • requestConfiguration: Record<string, string>

      Key-value pairs where the key is the name of a request configuration and the value is the respective value

      +

      Copyright Ⓒ 2021 SAP SE or an SAP affiliate company. All rights reserved.

      +

    Returns void

appendPath

  • appendPath(...path: string[]): void
  • Parameters

    • Rest ...path: string[]

    Returns void

Protected prependDollarToQueryParameters

  • prependDollarToQueryParameters(params: Record<string, any>): Record<string, any>

queryParameters

  • queryParameters(): Record<string, any>

resourcePath

  • resourcePath(): string

withSubRequestPathType

  • withSubRequestPathType(subRequestPathType: BatchSubRequestPathType): void

Legend

  • Namespace
  • Variable
  • Function
  • Function with type parameter
  • Type alias
  • Type alias with type parameter
  • Class
  • Class with type parameter
  • Constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Interface
  • Interface with type parameter
  • Enumeration

Settings

Theme

\ No newline at end of file diff --git a/docs/api/1.49.0/classes/sap_cloud_sdk_core.ODataBatchRequestBuilder.html b/docs/api/1.49.0/classes/sap_cloud_sdk_core.ODataBatchRequestBuilder.html new file mode 100644 index 0000000000..c3a182b103 --- /dev/null +++ b/docs/api/1.49.0/classes/sap_cloud_sdk_core.ODataBatchRequestBuilder.html @@ -0,0 +1,69 @@ + +ODataBatchRequestBuilder | SAP Cloud SDK for JavaScript / TypeScript - v1.49.0
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

Create a batch request to invoke multiple requests as a batch. The batch request builder accepts retrieve requests, i. e. getAll and getByKey requests and change sets, which in turn can contain create, update or delete requests. +The retrieve and change sets will be executed in order, while the order within a change set can vary.

+

Hierarchy

Index

Constructors

constructor

  • +

    Creates an instance of ODataBatchRequestBuilder.

    +

    Parameters

    • defaultServicePath: string

      Service path

      +
    • requests: (BatchChangeSet<any> | MethodRequestBuilder<any>)[]

      An array of retrieve requests or change sets

      +
    • entityToConstructorMap: Record<string, Constructable<EntityBase, unknown>>

      A map that holds the entity type to constructor mapping

      +

    Returns ODataBatchRequestBuilder

Properties

Readonly defaultServicePath

defaultServicePath: string

Readonly entityToConstructorMap

entityToConstructorMap: Record<string, Constructable<EntityBase, unknown>>

requestConfig

Readonly requests

requests: (BatchChangeSet<any> | MethodRequestBuilder<any>)[]

Methods

addCustomHeaders

  • +

    Add custom headers to the request. Existing headers will be overwritten.

    +

    Parameters

    • headers: Record<string, string>

      Key-value pairs denoting additional custom headers.

      +

    Returns ODataBatchRequestBuilder

    The request builder itself, to facilitate method chaining.

    +

addCustomQueryParameters

  • +

    Add custom query parameters to the request. If a query parameter with the given name already exists it is overwritten.

    +

    Parameters

    • queryParameters: Record<string, string>

      Key-value pairs denoting additional custom query parameters to be set in the request.

      +

    Returns ODataBatchRequestBuilder

    The request builder itself, to facilitate method chaining

    +

addCustomRequestConfiguration

  • +

    Add a custom request configuration to the request. Typically, this is used when specifying a response type for downloading files. +If the custom request configuration contains disallowed keys, those will be ignored.

    +

    Parameters

    • requestConfiguration: Record<string, string>

      Key-value pairs denoting additional custom request configuration options to be set in the request.

      +

    Returns ODataBatchRequestBuilder

    The request builder itself, to facilitate method chaining.

    +

appendPath

  • +

    Append the given path to the URL. +This can be used for querying navigation properties of an entity. +To execute a request with an appended path use executeRaw to avoid errors during deserialization. When using this, the execute method is omitted from the return type.

    +

    Parameters

    • Rest ...path: string[]

      Path to be appended.

      +

    Returns Omit<ODataBatchRequestBuilder, "execute">

    The request builder itself without "execute" function, to facilitate method chaining.

    +

build

execute

  • +

    Execute the given request and return the according promise. Please notice: The sub-requests may fail even the main request is successful.

    +

    Parameters

    Returns Promise<BatchResponse[]>

    Promise resolving to the requested data.

    +

executeRaw

relativeUrl

  • relativeUrl(): string
  • +

    Create the relative URL based on configuration of the given builder.

    +

    Returns string

    The relative URL for the request

    +

setCustomServicePath

  • +

    Replace the default service path with the given custom path. +In case of the SAP S/4HANA APIs the servicePath defaults to /sap/opu/odata/sap/<SERVICE_NAME> and can be overwritten here.

    +

    Parameters

    • servicePath: string

      Path to override the default with

      +

    Returns ODataBatchRequestBuilder

    The request builder itself, to facilitate method chaining

    +

skipCsrfTokenFetching

  • +

    Skip fetching csrf token for this request, which is typically useful when the csrf token is not required.

    +

    Returns ODataBatchRequestBuilder

    The request builder itself, to facilitate method chaining.

    +

url

  • +

    Create the URL based on configuration of the given builder.

    +

    Parameters

    Returns Promise<string>

    Promise resolving to the URL for the request

    +

withCustomHeaders

  • deprecated

    Since version 1.34.0 Use addCustomHeaders instead. +Add custom headers to the request.

    +

    Parameters

    • headers: Record<string, string>

      Key-value pairs denoting additional custom headers.

      +

    Returns ODataBatchRequestBuilder

    The request builder itself, to facilitate method chaining.

    +

withCustomQueryParameters

  • deprecated

    Since version 1.34.0 Use addCustomQueryParameters instead. +Add custom query parameters to the request.

    +

    Parameters

    • queryParameters: Record<string, string>

      Key-value pairs denoting additional custom query parameters to be set in the request.

      +

    Returns ODataBatchRequestBuilder

    The request builder itself, to facilitate method chaining.

    +

withCustomServicePath

  • deprecated

    Since version 1.34.0 Use setCustomServicePath instead. +Replace the default service path with the given custom path. +In case of the SAP S/4HANA APIs the servicePath defaults to /sap/opu/odata/sap/<SERVICE_NAME> and can be overwritten here.

    +

    Parameters

    • servicePath: string

      Path to override the default with.

      +

    Returns ODataBatchRequestBuilder

    The request builder itself, to facilitate method chaining.

    +

    Copyright Ⓒ 2021 SAP SE or an SAP affiliate company. All rights reserved.

    +

withSubRequestPathType

Legend

  • Namespace
  • Variable
  • Function
  • Function with type parameter
  • Type alias
  • Type alias with type parameter
  • Class
  • Class with type parameter
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Interface
  • Interface with type parameter
  • Enumeration

Settings

Theme

\ No newline at end of file diff --git a/docs/api/1.49.0/classes/sap_cloud_sdk_core.ODataBatchRequestBuilderV4.html b/docs/api/1.49.0/classes/sap_cloud_sdk_core.ODataBatchRequestBuilderV4.html new file mode 100644 index 0000000000..029ab65ec1 --- /dev/null +++ b/docs/api/1.49.0/classes/sap_cloud_sdk_core.ODataBatchRequestBuilderV4.html @@ -0,0 +1,69 @@ + +ODataBatchRequestBuilderV4 | SAP Cloud SDK for JavaScript / TypeScript - v1.49.0
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

Create a batch request to invoke multiple requests as a batch. The batch request builder accepts retrieve requests, i. e. getAll and getByKey requests and change sets, which in turn can contain create, update or delete requests. +The retrieve and change sets will be executed in order, while the order within a change set can vary.

+

Hierarchy

Index

Constructors

constructor

  • +

    Creates an instance of ODataBatchRequestBuilder.

    +

    Parameters

    • defaultServicePath: string

      Service path

      +
    • requests: (BatchChangeSet<any> | MethodRequestBuilder<any>)[]

      An array of retrieve requests or change sets

      +
    • entityToConstructorMap: Record<string, Constructable<EntityBase, unknown>>

      A map that holds the entity type to constructor mapping

      +

    Returns ODataBatchRequestBuilderV4

Properties

Readonly defaultServicePath

defaultServicePath: string

Readonly entityToConstructorMap

entityToConstructorMap: Record<string, Constructable<EntityBase, unknown>>

requestConfig

Readonly requests

requests: (BatchChangeSet<any> | MethodRequestBuilder<any>)[]

Methods

addCustomHeaders

  • +

    Add custom headers to the request. Existing headers will be overwritten.

    +

    Parameters

    • headers: Record<string, string>

      Key-value pairs denoting additional custom headers.

      +

    Returns ODataBatchRequestBuilderV4

    The request builder itself, to facilitate method chaining.

    +

addCustomQueryParameters

  • +

    Add custom query parameters to the request. If a query parameter with the given name already exists it is overwritten.

    +

    Parameters

    • queryParameters: Record<string, string>

      Key-value pairs denoting additional custom query parameters to be set in the request.

      +

    Returns ODataBatchRequestBuilderV4

    The request builder itself, to facilitate method chaining

    +

addCustomRequestConfiguration

  • +

    Add a custom request configuration to the request. Typically, this is used when specifying a response type for downloading files. +If the custom request configuration contains disallowed keys, those will be ignored.

    +

    Parameters

    • requestConfiguration: Record<string, string>

      Key-value pairs denoting additional custom request configuration options to be set in the request.

      +

    Returns ODataBatchRequestBuilderV4

    The request builder itself, to facilitate method chaining.

    +

appendPath

  • +

    Append the given path to the URL. +This can be used for querying navigation properties of an entity. +To execute a request with an appended path use executeRaw to avoid errors during deserialization. When using this, the execute method is omitted from the return type.

    +

    Parameters

    • Rest ...path: string[]

      Path to be appended.

      +

    Returns Omit<ODataBatchRequestBuilderV4, "execute">

    The request builder itself without "execute" function, to facilitate method chaining.

    +

build

execute

  • +

    Execute the given request and return the according promise. Please notice: The sub-requests may fail even the main request is successful.

    +

    Parameters

    Returns Promise<BatchResponse[]>

    Promise resolving to the requested data.

    +

executeRaw

relativeUrl

  • relativeUrl(): string
  • +

    Create the relative URL based on configuration of the given builder.

    +

    Returns string

    The relative URL for the request

    +

setCustomServicePath

  • +

    Replace the default service path with the given custom path. +In case of the SAP S/4HANA APIs the servicePath defaults to /sap/opu/odata/sap/<SERVICE_NAME> and can be overwritten here.

    +

    Parameters

    • servicePath: string

      Path to override the default with

      +

    Returns ODataBatchRequestBuilderV4

    The request builder itself, to facilitate method chaining

    +

skipCsrfTokenFetching

  • +

    Skip fetching csrf token for this request, which is typically useful when the csrf token is not required.

    +

    Returns ODataBatchRequestBuilderV4

    The request builder itself, to facilitate method chaining.

    +

url

  • +

    Create the URL based on configuration of the given builder.

    +

    Parameters

    Returns Promise<string>

    Promise resolving to the URL for the request

    +

withCustomHeaders

  • deprecated

    Since version 1.34.0 Use addCustomHeaders instead. +Add custom headers to the request.

    +

    Parameters

    • headers: Record<string, string>

      Key-value pairs denoting additional custom headers.

      +

    Returns ODataBatchRequestBuilderV4

    The request builder itself, to facilitate method chaining.

    +

withCustomQueryParameters

  • deprecated

    Since version 1.34.0 Use addCustomQueryParameters instead. +Add custom query parameters to the request.

    +

    Parameters

    • queryParameters: Record<string, string>

      Key-value pairs denoting additional custom query parameters to be set in the request.

      +

    Returns ODataBatchRequestBuilderV4

    The request builder itself, to facilitate method chaining.

    +

withCustomServicePath

  • deprecated

    Since version 1.34.0 Use setCustomServicePath instead. +Replace the default service path with the given custom path. +In case of the SAP S/4HANA APIs the servicePath defaults to /sap/opu/odata/sap/<SERVICE_NAME> and can be overwritten here.

    +

    Parameters

    • servicePath: string

      Path to override the default with.

      +

    Returns ODataBatchRequestBuilderV4

    The request builder itself, to facilitate method chaining.

    +

    Copyright Ⓒ 2021 SAP SE or an SAP affiliate company. All rights reserved.

    +

withSubRequestPathType

Legend

  • Namespace
  • Variable
  • Function
  • Function with type parameter
  • Type alias
  • Type alias with type parameter
  • Class
  • Class with type parameter
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Interface
  • Interface with type parameter
  • Enumeration

Settings

Theme

\ No newline at end of file diff --git a/docs/api/1.49.0/classes/sap_cloud_sdk_core.ODataBatchRequestConfig.html b/docs/api/1.49.0/classes/sap_cloud_sdk_core.ODataBatchRequestConfig.html new file mode 100644 index 0000000000..d90fe92cbc --- /dev/null +++ b/docs/api/1.49.0/classes/sap_cloud_sdk_core.ODataBatchRequestConfig.html @@ -0,0 +1,21 @@ + +ODataBatchRequestConfig | SAP Cloud SDK for JavaScript / TypeScript - v1.49.0
Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Index

Constructors

constructor

  • +

    Creates an instance of ODataBatchRequestConfig.

    +

    Parameters

    • defaultServicePath: string
      +

      The default OData service path

      +
    • Optional boundary: string
      +

      Request boundary for separation of subrequests. Defaults to an autogenerated value.

      +

    Returns ODataBatchRequestConfig

Properties

Readonly boundary

boundary: string

customServicePath

customServicePath: string

Readonly defaultHeaders

defaultHeaders: Record<string, any>

Readonly defaultServicePath

defaultServicePath: string

method

payload

payload: string | Record<string, any>

subRequestPathType

subRequestPathType: BatchSubRequestPathType

Static Readonly content_type_prefix

content_type_prefix: "multipart/mixed; boundary=batch_" = "multipart/mixed; boundary=batch_"
deprecated

Since v1.30.0.

+

Accessors

appendedPaths

  • get appendedPaths(): string[]
  • Returns string[]

batchId

  • get batchId(): string
  • deprecated

    Since v1.30.0. Use boundary instead.

    +

    Returns string

contentType

  • get contentType(): any
  • deprecated

    Since v1.30.0. Use defaultHeaders instead.

    +

    Returns any

customHeaders

  • get customHeaders(): Record<string, string>
  • set customHeaders(headers: Record<string, string>): void
  • Returns Record<string, string>

  • Parameters

    • headers: Record<string, string>

    Returns void

customQueryParameters

  • get customQueryParameters(): Record<string, string>
  • set customQueryParameters(queryParameters: Record<string, string>): void
  • Returns Record<string, string>

  • Parameters

    • queryParameters: Record<string, string>

    Returns void

customRequestConfiguration

  • get customRequestConfiguration(): Record<string, string>
  • set customRequestConfiguration(requestConfiguration: Record<string, string>): void
  • Returns Record<string, string>

  • Parameters

    • requestConfiguration: Record<string, string>

    Returns void

fetchCsrfToken

  • get fetchCsrfToken(): boolean
  • set fetchCsrfToken(fetchCsrfToken: boolean): void
  • Returns boolean

  • Parameters

    • fetchCsrfToken: boolean

    Returns void

Methods

addCustomHeaders

  • addCustomHeaders(headers: Record<string, string>): void
  • +

    Add custom headers to the request. This is useful in case you want to provide your own authorization headers for example.

    +

    Parameters

    • headers: Record<string, string>

      Key-value pairs where the key is the name of a header property and the value is the respective value

      +

    Returns void

addCustomQueryParameters

  • addCustomQueryParameters(queryParameters: Record<string, string>): void
  • +

    Add custom query parameters to the request. This is useful in case your OData service allows non-standard query parameters.

    +

    Parameters

    • queryParameters: Record<string, string>

      Key-value pairs where the key is the name of a query parameter and the value is the respective value

      +

    Returns void

addCustomRequestConfiguration

  • addCustomRequestConfiguration(requestConfiguration: Record<string, string>): void
  • +

    Add custom request configuration to the request.

    +

    Parameters

    • requestConfiguration: Record<string, string>

      Key-value pairs where the key is the name of a request configuration and the value is the respective value

      +

      Copyright Ⓒ 2021 SAP SE or an SAP affiliate company. All rights reserved.

      +

    Returns void

appendPath

  • appendPath(...path: string[]): void
  • Parameters

    • Rest ...path: string[]

    Returns void

Protected prependDollarToQueryParameters

  • prependDollarToQueryParameters(params: Record<string, any>): Record<string, any>
  • Parameters

    • params: Record<string, any>

    Returns Record<string, any>

queryParameters

  • queryParameters(): Record<string, any>
  • Returns Record<string, any>

resourcePath

  • resourcePath(): string
  • Returns string

withSubRequestPathType

  • withSubRequestPathType(subRequestPathType: BatchSubRequestPathType): void
  • Parameters

    • subRequestPathType: BatchSubRequestPathType

    Returns void

Legend

  • Namespace
  • Variable
  • Function
  • Function with type parameter
  • Type alias
  • Type alias with type parameter
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Interface
  • Interface with type parameter
  • Inherited property
  • Inherited method
  • Enumeration
  • Static property

Settings

Theme

\ No newline at end of file diff --git a/docs/api/1.49.0/classes/sap_cloud_sdk_core.ODataCreateRequestConfig.html b/docs/api/1.49.0/classes/sap_cloud_sdk_core.ODataCreateRequestConfig.html new file mode 100644 index 0000000000..d8cbb35674 --- /dev/null +++ b/docs/api/1.49.0/classes/sap_cloud_sdk_core.ODataCreateRequestConfig.html @@ -0,0 +1,25 @@ + +ODataCreateRequestConfig | SAP Cloud SDK for JavaScript / TypeScript - v1.49.0
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

OData create request configuration for an entity type.

+

Type parameters

  • EntityT: EntityBase

    +

    Type of the entity to setup a request for

    +

Hierarchy

Index

Constructors

constructor

  • +

    Creates an instance of ODataRequest.

    +

    Type parameters

    Parameters

    • _entityConstructor: Constructable<EntityT, unknown>
      +

      Constructor type of the entity to create a configuration for

      +
    • oDataUri: ODataUri

    Returns ODataCreateRequestConfig<EntityT>

Properties

Readonly _entityConstructor

_entityConstructor: Constructable<EntityT, unknown>

childField

childField: Link<EntityBase, EntityT>
+

Field that links the parent entity class to the child entity class.

+

customServicePath

customServicePath: string

Readonly defaultHeaders

defaultHeaders: Record<string, any>

Readonly defaultServicePath

defaultServicePath: string

method

parentKeys

parentKeys: Record<string, any>
+

Keys of the parent of the entity to create. Defined only when attempting to create child entities.

+

payload

payload: string | Record<string, any>

Accessors

appendedPaths

  • get appendedPaths(): string[]
  • Returns string[]

contentType

  • get contentType(): any
  • deprecated

    Since v1.30.0. Use defaultHeaders instead.

    +

    Returns any

customHeaders

  • get customHeaders(): Record<string, string>
  • set customHeaders(headers: Record<string, string>): void
  • Returns Record<string, string>

  • Parameters

    • headers: Record<string, string>

    Returns void

customQueryParameters

  • get customQueryParameters(): Record<string, string>
  • set customQueryParameters(queryParameters: Record<string, string>): void
  • Returns Record<string, string>

  • Parameters

    • queryParameters: Record<string, string>

    Returns void

customRequestConfiguration

  • get customRequestConfiguration(): Record<string, string>
  • set customRequestConfiguration(requestConfiguration: Record<string, string>): void
  • Returns Record<string, string>

  • Parameters

    • requestConfiguration: Record<string, string>

    Returns void

fetchCsrfToken

  • get fetchCsrfToken(): boolean
  • set fetchCsrfToken(fetchCsrfToken: boolean): void
  • Returns boolean

  • Parameters

    • fetchCsrfToken: boolean

    Returns void

Methods

addCustomHeaders

  • addCustomHeaders(headers: Record<string, string>): void
  • +

    Add custom headers to the request. This is useful in case you want to provide your own authorization headers for example.

    +

    Parameters

    • headers: Record<string, string>

      Key-value pairs where the key is the name of a header property and the value is the respective value

      +

    Returns void

addCustomQueryParameters

  • addCustomQueryParameters(queryParameters: Record<string, string>): void
  • +

    Add custom query parameters to the request. This is useful in case your OData service allows non-standard query parameters.

    +

    Parameters

    • queryParameters: Record<string, string>

      Key-value pairs where the key is the name of a query parameter and the value is the respective value

      +

    Returns void

addCustomRequestConfiguration

  • addCustomRequestConfiguration(requestConfiguration: Record<string, string>): void
  • +

    Add custom request configuration to the request.

    +

    Parameters

    • requestConfiguration: Record<string, string>

      Key-value pairs where the key is the name of a request configuration and the value is the respective value

      +

      Copyright Ⓒ 2021 SAP SE or an SAP affiliate company. All rights reserved.

      +

    Returns void

appendPath

  • appendPath(...path: string[]): void
  • Parameters

    • Rest ...path: string[]

    Returns void

Protected prependDollarToQueryParameters

  • prependDollarToQueryParameters(params: Record<string, any>): Record<string, any>
  • Parameters

    • params: Record<string, any>

    Returns Record<string, any>

queryParameters

  • queryParameters(): Record<string, any>
  • Returns Record<string, any>

resourcePath

  • resourcePath(): string
  • Returns string

Protected resourcePathAsChild

  • resourcePathAsChild(): string
  • Returns string

Legend

  • Namespace
  • Variable
  • Function
  • Function with type parameter
  • Type alias
  • Type alias with type parameter
  • Class
  • Class with type parameter
  • Property
  • Method
  • Accessor
  • Interface
  • Interface with type parameter
  • Inherited property
  • Inherited method
  • Enumeration
  • Protected method

Settings

Theme

\ No newline at end of file diff --git a/docs/api/1.49.0/classes/sap_cloud_sdk_core.ODataCreateRequestConfigLegacy.html b/docs/api/1.49.0/classes/sap_cloud_sdk_core.ODataCreateRequestConfigLegacy.html new file mode 100644 index 0000000000..9935ed03ce --- /dev/null +++ b/docs/api/1.49.0/classes/sap_cloud_sdk_core.ODataCreateRequestConfigLegacy.html @@ -0,0 +1,25 @@ + +ODataCreateRequestConfigLegacy | SAP Cloud SDK for JavaScript / TypeScript - v1.49.0
Options
All
  • Public
  • Public/Protected
  • All
Menu
deprecated

Since v1.21.0. Use superclass instead. +OData create request configuration for an entity type.

+

Type parameters

  • EntityT: EntityBase

    +

    Type of the entity to setup a request for

    +

Hierarchy

Index

Constructors

constructor

  • +

    Creates an instance of ODataRequest.

    +

    Type parameters

    Parameters

    • _entityConstructor: Constructable<EntityT, unknown>
      +

      Constructor type of the entity to create a configuration for

      +

    Returns ODataCreateRequestConfigLegacy<EntityT>

Properties

Readonly _entityConstructor

_entityConstructor: Constructable<EntityT, unknown>

childField

childField: Link<EntityBase, EntityT>
+

Field that links the parent entity class to the child entity class.

+

customServicePath

customServicePath: string

Readonly defaultHeaders

defaultHeaders: Record<string, any>

Readonly defaultServicePath

defaultServicePath: string

method

parentKeys

parentKeys: Record<string, any>
+

Keys of the parent of the entity to create. Defined only when attempting to create child entities.

+

payload

payload: string | Record<string, any>

Accessors

appendedPaths

  • get appendedPaths(): string[]
  • Returns string[]

contentType

  • get contentType(): any
  • deprecated

    Since v1.30.0. Use defaultHeaders instead.

    +

    Returns any

customHeaders

  • get customHeaders(): Record<string, string>
  • set customHeaders(headers: Record<string, string>): void
  • Returns Record<string, string>

  • Parameters

    • headers: Record<string, string>

    Returns void

customQueryParameters

  • get customQueryParameters(): Record<string, string>
  • set customQueryParameters(queryParameters: Record<string, string>): void
  • Returns Record<string, string>

  • Parameters

    • queryParameters: Record<string, string>

    Returns void

customRequestConfiguration

  • get customRequestConfiguration(): Record<string, string>
  • set customRequestConfiguration(requestConfiguration: Record<string, string>): void
  • Returns Record<string, string>

  • Parameters

    • requestConfiguration: Record<string, string>

    Returns void

fetchCsrfToken

  • get fetchCsrfToken(): boolean
  • set fetchCsrfToken(fetchCsrfToken: boolean): void
  • Returns boolean

  • Parameters

    • fetchCsrfToken: boolean

    Returns void

Methods

addCustomHeaders

  • addCustomHeaders(headers: Record<string, string>): void
  • +

    Add custom headers to the request. This is useful in case you want to provide your own authorization headers for example.

    +

    Parameters

    • headers: Record<string, string>

      Key-value pairs where the key is the name of a header property and the value is the respective value

      +

    Returns void

addCustomQueryParameters

  • addCustomQueryParameters(queryParameters: Record<string, string>): void
  • +

    Add custom query parameters to the request. This is useful in case your OData service allows non-standard query parameters.

    +

    Parameters

    • queryParameters: Record<string, string>

      Key-value pairs where the key is the name of a query parameter and the value is the respective value

      +

    Returns void

addCustomRequestConfiguration

  • addCustomRequestConfiguration(requestConfiguration: Record<string, string>): void
  • +

    Add custom request configuration to the request.

    +

    Parameters

    • requestConfiguration: Record<string, string>

      Key-value pairs where the key is the name of a request configuration and the value is the respective value

      +

      Copyright Ⓒ 2021 SAP SE or an SAP affiliate company. All rights reserved.

      +

    Returns void

appendPath

  • appendPath(...path: string[]): void
  • Parameters

    • Rest ...path: string[]

    Returns void

Protected prependDollarToQueryParameters

  • prependDollarToQueryParameters(params: Record<string, any>): Record<string, any>

queryParameters

  • queryParameters(): Record<string, any>

resourcePath

  • resourcePath(): string

Protected resourcePathAsChild

  • resourcePathAsChild(): string

Legend

  • Namespace
  • Variable
  • Function
  • Function with type parameter
  • Type alias
  • Type alias with type parameter
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Interface
  • Interface with type parameter
  • Class
  • Class with type parameter
  • Enumeration

Settings

Theme

\ No newline at end of file diff --git a/docs/api/1.49.0/classes/sap_cloud_sdk_core.ODataDeleteRequestConfig.html b/docs/api/1.49.0/classes/sap_cloud_sdk_core.ODataDeleteRequestConfig.html new file mode 100644 index 0000000000..17120385c5 --- /dev/null +++ b/docs/api/1.49.0/classes/sap_cloud_sdk_core.ODataDeleteRequestConfig.html @@ -0,0 +1,21 @@ + +ODataDeleteRequestConfig | SAP Cloud SDK for JavaScript / TypeScript - v1.49.0
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

OData delete request configuration for an entity type.

+

Type parameters

  • EntityT: EntityBase

    +

    Type of the entity to setup a request for

    +

Hierarchy

Implements

  • WithKeys
  • WithETag

Index

Constructors

constructor

  • +

    Creates an instance of ODataDeleteRequestConfig.

    +

    Type parameters

    Parameters

    • entityConstructor: Constructable<EntityT, unknown>
      +

      Constructor type of the entity to create a configuration for

      +
    • oDataUri: ODataUri

    Returns ODataDeleteRequestConfig<EntityT>

Properties

customServicePath

customServicePath: string

Readonly defaultHeaders

defaultHeaders: Record<string, any>

Readonly defaultServicePath

defaultServicePath: string

eTag

eTag: string

Readonly entityConstructor

entityConstructor: Constructable<EntityT, unknown>

keys

keys: Record<string, FieldType>

method

payload

payload: string | Record<string, any>

versionIdentifierIgnored

versionIdentifierIgnored: boolean

Accessors

appendedPaths

  • get appendedPaths(): string[]
  • Returns string[]

contentType

  • get contentType(): any
  • deprecated

    Since v1.30.0. Use defaultHeaders instead.

    +

    Returns any

customHeaders

  • get customHeaders(): Record<string, string>
  • set customHeaders(headers: Record<string, string>): void
  • Returns Record<string, string>

  • Parameters

    • headers: Record<string, string>

    Returns void

customQueryParameters

  • get customQueryParameters(): Record<string, string>
  • set customQueryParameters(queryParameters: Record<string, string>): void
  • Returns Record<string, string>

  • Parameters

    • queryParameters: Record<string, string>

    Returns void

customRequestConfiguration

  • get customRequestConfiguration(): Record<string, string>
  • set customRequestConfiguration(requestConfiguration: Record<string, string>): void
  • Returns Record<string, string>

  • Parameters

    • requestConfiguration: Record<string, string>

    Returns void

fetchCsrfToken

  • get fetchCsrfToken(): boolean
  • set fetchCsrfToken(fetchCsrfToken: boolean): void
  • Returns boolean

  • Parameters

    • fetchCsrfToken: boolean

    Returns void

Methods

addCustomHeaders

  • addCustomHeaders(headers: Record<string, string>): void
  • +

    Add custom headers to the request. This is useful in case you want to provide your own authorization headers for example.

    +

    Parameters

    • headers: Record<string, string>

      Key-value pairs where the key is the name of a header property and the value is the respective value

      +

    Returns void

addCustomQueryParameters

  • addCustomQueryParameters(queryParameters: Record<string, string>): void
  • +

    Add custom query parameters to the request. This is useful in case your OData service allows non-standard query parameters.

    +

    Parameters

    • queryParameters: Record<string, string>

      Key-value pairs where the key is the name of a query parameter and the value is the respective value

      +

    Returns void

addCustomRequestConfiguration

  • addCustomRequestConfiguration(requestConfiguration: Record<string, string>): void
  • +

    Add custom request configuration to the request.

    +

    Parameters

    • requestConfiguration: Record<string, string>

      Key-value pairs where the key is the name of a request configuration and the value is the respective value

      +

      Copyright Ⓒ 2021 SAP SE or an SAP affiliate company. All rights reserved.

      +

    Returns void

appendPath

  • appendPath(...path: string[]): void
  • Parameters

    • Rest ...path: string[]

    Returns void

Protected prependDollarToQueryParameters

  • prependDollarToQueryParameters(params: Record<string, any>): Record<string, any>
  • Parameters

    • params: Record<string, any>

    Returns Record<string, any>

queryParameters

  • queryParameters(): Record<string, any>
  • Returns Record<string, any>

resourcePath

  • resourcePath(): string
  • Returns string

Legend

  • Namespace
  • Variable
  • Function
  • Function with type parameter
  • Type alias
  • Type alias with type parameter
  • Class
  • Class with type parameter
  • Property
  • Method
  • Accessor
  • Interface
  • Interface with type parameter
  • Inherited property
  • Inherited method
  • Enumeration

Settings

Theme

\ No newline at end of file diff --git a/docs/api/1.49.0/classes/sap_cloud_sdk_core.ODataDeleteRequestConfigLegacy.html b/docs/api/1.49.0/classes/sap_cloud_sdk_core.ODataDeleteRequestConfigLegacy.html new file mode 100644 index 0000000000..f6c1a4eae7 --- /dev/null +++ b/docs/api/1.49.0/classes/sap_cloud_sdk_core.ODataDeleteRequestConfigLegacy.html @@ -0,0 +1,21 @@ + +ODataDeleteRequestConfigLegacy | SAP Cloud SDK for JavaScript / TypeScript - v1.49.0
Options
All
  • Public
  • Public/Protected
  • All
Menu
deprecated

Since v1.21.0. Use superclass instead. +OData delete request configuration for an entity type.

+

Type parameters

  • EntityT: EntityBase

    +

    Type of the entity to setup a request for

    +

Hierarchy

Index

Constructors

constructor

  • +

    Creates an instance of ODataRequest.

    +

    Type parameters

    Parameters

    • _entityConstructor: Constructable<EntityT, unknown>
      +

      Constructor type of the entity to create a configuration for

      +

    Returns ODataDeleteRequestConfigLegacy<EntityT>

Properties

customServicePath

customServicePath: string

Readonly defaultHeaders

defaultHeaders: Record<string, any>

Readonly defaultServicePath

defaultServicePath: string

eTag

eTag: string

Readonly entityConstructor

entityConstructor: Constructable<EntityT, unknown>

keys

keys: Record<string, FieldType>

method

payload

payload: string | Record<string, any>

versionIdentifierIgnored

versionIdentifierIgnored: boolean

Accessors

appendedPaths

  • get appendedPaths(): string[]
  • Returns string[]

contentType

  • get contentType(): any
  • deprecated

    Since v1.30.0. Use defaultHeaders instead.

    +

    Returns any

customHeaders

  • get customHeaders(): Record<string, string>
  • set customHeaders(headers: Record<string, string>): void
  • Returns Record<string, string>

  • Parameters

    • headers: Record<string, string>

    Returns void

customQueryParameters

  • get customQueryParameters(): Record<string, string>
  • set customQueryParameters(queryParameters: Record<string, string>): void
  • Returns Record<string, string>

  • Parameters

    • queryParameters: Record<string, string>

    Returns void

customRequestConfiguration

  • get customRequestConfiguration(): Record<string, string>
  • set customRequestConfiguration(requestConfiguration: Record<string, string>): void
  • Returns Record<string, string>

  • Parameters

    • requestConfiguration: Record<string, string>

    Returns void

fetchCsrfToken

  • get fetchCsrfToken(): boolean
  • set fetchCsrfToken(fetchCsrfToken: boolean): void
  • Returns boolean

  • Parameters

    • fetchCsrfToken: boolean

    Returns void

Methods

addCustomHeaders

  • addCustomHeaders(headers: Record<string, string>): void
  • +

    Add custom headers to the request. This is useful in case you want to provide your own authorization headers for example.

    +

    Parameters

    • headers: Record<string, string>

      Key-value pairs where the key is the name of a header property and the value is the respective value

      +

    Returns void

addCustomQueryParameters

  • addCustomQueryParameters(queryParameters: Record<string, string>): void
  • +

    Add custom query parameters to the request. This is useful in case your OData service allows non-standard query parameters.

    +

    Parameters

    • queryParameters: Record<string, string>

      Key-value pairs where the key is the name of a query parameter and the value is the respective value

      +

    Returns void

addCustomRequestConfiguration

  • addCustomRequestConfiguration(requestConfiguration: Record<string, string>): void
  • +

    Add custom request configuration to the request.

    +

    Parameters

    • requestConfiguration: Record<string, string>

      Key-value pairs where the key is the name of a request configuration and the value is the respective value

      +

      Copyright Ⓒ 2021 SAP SE or an SAP affiliate company. All rights reserved.

      +

    Returns void

appendPath

  • appendPath(...path: string[]): void
  • Parameters

    • Rest ...path: string[]

    Returns void

Protected prependDollarToQueryParameters

  • prependDollarToQueryParameters(params: Record<string, any>): Record<string, any>

queryParameters

  • queryParameters(): Record<string, any>

resourcePath

  • resourcePath(): string

Legend

  • Namespace
  • Variable
  • Function
  • Function with type parameter
  • Type alias
  • Type alias with type parameter
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Interface
  • Interface with type parameter
  • Class
  • Class with type parameter
  • Enumeration

Settings

Theme

\ No newline at end of file diff --git a/docs/api/1.49.0/classes/sap_cloud_sdk_core.ODataFunctionImportRequestConfig.html b/docs/api/1.49.0/classes/sap_cloud_sdk_core.ODataFunctionImportRequestConfig.html new file mode 100644 index 0000000000..23a0f7da4c --- /dev/null +++ b/docs/api/1.49.0/classes/sap_cloud_sdk_core.ODataFunctionImportRequestConfig.html @@ -0,0 +1,25 @@ + +ODataFunctionImportRequestConfig | SAP Cloud SDK for JavaScript / TypeScript - v1.49.0
Options
All
  • Public
  • Public/Protected
  • All
Menu

Type parameters

  • ParametersT

Hierarchy

Index

Constructors

constructor

  • +

    Creates an instance of ODataFunctionImportRequestConfig.

    +

    Type parameters

    • ParametersT

    Parameters

    • method: RequestMethodType
      +

      HTTP method for the request

      +
    • defaultServicePath: string
      +

      Default path of the service

      +
    • functionImportName: string
      +

      The name of the function import.

      +
    • parameters: FunctionImportParameters<ParametersT>
      +

      Object containing the parameters with a value and additional meta information

      +
    • oDataUri: ODataUri
      +

      ODataUri conversion interface at runtime either v2 or v4

      +

    Returns ODataFunctionImportRequestConfig<ParametersT>

Properties

customServicePath

customServicePath: string

Readonly defaultHeaders

defaultHeaders: Record<string, any>

Readonly defaultServicePath

defaultServicePath: string

Readonly functionImportName

functionImportName: string

method

Protected oDataUri

oDataUri: ODataUri

parameters

parameters: FunctionImportParameters<ParametersT>

payload

payload: string | Record<string, any>

Accessors

appendedPaths

  • get appendedPaths(): string[]
  • Returns string[]

contentType

  • get contentType(): any
  • deprecated

    Since v1.30.0. Use defaultHeaders instead.

    +

    Returns any

customHeaders

  • get customHeaders(): Record<string, string>
  • set customHeaders(headers: Record<string, string>): void
  • Returns Record<string, string>

  • Parameters

    • headers: Record<string, string>

    Returns void

customQueryParameters

  • get customQueryParameters(): Record<string, string>
  • set customQueryParameters(queryParameters: Record<string, string>): void
  • Returns Record<string, string>

  • Parameters

    • queryParameters: Record<string, string>

    Returns void

customRequestConfiguration

  • get customRequestConfiguration(): Record<string, string>
  • set customRequestConfiguration(requestConfiguration: Record<string, string>): void
  • Returns Record<string, string>

  • Parameters

    • requestConfiguration: Record<string, string>

    Returns void

fetchCsrfToken

  • get fetchCsrfToken(): boolean
  • set fetchCsrfToken(fetchCsrfToken: boolean): void
  • Returns boolean

  • Parameters

    • fetchCsrfToken: boolean

    Returns void

Methods

addCustomHeaders

  • addCustomHeaders(headers: Record<string, string>): void
  • +

    Add custom headers to the request. This is useful in case you want to provide your own authorization headers for example.

    +

    Parameters

    • headers: Record<string, string>

      Key-value pairs where the key is the name of a header property and the value is the respective value

      +

    Returns void

addCustomQueryParameters

  • addCustomQueryParameters(queryParameters: Record<string, string>): void
  • +

    Add custom query parameters to the request. This is useful in case your OData service allows non-standard query parameters.

    +

    Parameters

    • queryParameters: Record<string, string>

      Key-value pairs where the key is the name of a query parameter and the value is the respective value

      +

    Returns void

addCustomRequestConfiguration

  • addCustomRequestConfiguration(requestConfiguration: Record<string, string>): void
  • +

    Add custom request configuration to the request.

    +

    Parameters

    • requestConfiguration: Record<string, string>

      Key-value pairs where the key is the name of a request configuration and the value is the respective value

      +

      Copyright Ⓒ 2021 SAP SE or an SAP affiliate company. All rights reserved.

      +

    Returns void

appendPath

  • appendPath(...path: string[]): void
  • Parameters

    • Rest ...path: string[]

    Returns void

Protected prependDollarToQueryParameters

  • prependDollarToQueryParameters(params: Record<string, any>): Record<string, any>
  • Parameters

    • params: Record<string, any>

    Returns Record<string, any>

queryParameters

  • queryParameters(): Record<string, any>
  • Returns Record<string, any>

resourcePath

  • resourcePath(): string
  • Returns string

Legend

  • Namespace
  • Variable
  • Function
  • Function with type parameter
  • Type alias
  • Type alias with type parameter
  • Class
  • Class with type parameter
  • Method
  • Accessor
  • Interface
  • Interface with type parameter
  • Inherited property
  • Inherited method
  • Enumeration

Settings

Theme

\ No newline at end of file diff --git a/docs/api/1.49.0/classes/sap_cloud_sdk_core.ODataFunctionImportRequestConfigLegacy.html b/docs/api/1.49.0/classes/sap_cloud_sdk_core.ODataFunctionImportRequestConfigLegacy.html new file mode 100644 index 0000000000..e719fdd398 --- /dev/null +++ b/docs/api/1.49.0/classes/sap_cloud_sdk_core.ODataFunctionImportRequestConfigLegacy.html @@ -0,0 +1,27 @@ + +ODataFunctionImportRequestConfigLegacy | SAP Cloud SDK for JavaScript / TypeScript - v1.49.0
Options
All
  • Public
  • Public/Protected
  • All
Menu
deprecated

Since v1.21.0. Use superclass instead. +OData function import request configuration for a set of parameters.

+

Type parameters

  • ParametersT

    +

    Type of the original parameters object

    +

Hierarchy

Index

Constructors

constructor

  • +

    Creates an instance of ODataFunctionImportRequestConfig.

    +

    Type parameters

    • ParametersT

    Parameters

    • method: RequestMethodType
      +

      HTTP method for the request

      +
    • defaultServicePath: string
      +

      Default path of the service

      +
    • functionImportName: string
      +

      The name of the function import.

      +
    • parameters: FunctionImportParameters<ParametersT>
      +

      Object containing the parameters with a value and additional meta information

      +

    Returns ODataFunctionImportRequestConfigLegacy<ParametersT>

Properties

customServicePath

customServicePath: string

Readonly defaultHeaders

defaultHeaders: Record<string, any>

Readonly defaultServicePath

defaultServicePath: string

Readonly functionImportName

functionImportName: string

method

Protected oDataUri

oDataUri: ODataUri

parameters

parameters: FunctionImportParameters<ParametersT>

payload

payload: string | Record<string, any>

Accessors

appendedPaths

  • get appendedPaths(): string[]
  • Returns string[]

contentType

  • get contentType(): any
  • deprecated

    Since v1.30.0. Use defaultHeaders instead.

    +

    Returns any

customHeaders

  • get customHeaders(): Record<string, string>
  • set customHeaders(headers: Record<string, string>): void
  • Returns Record<string, string>

  • Parameters

    • headers: Record<string, string>

    Returns void

customQueryParameters

  • get customQueryParameters(): Record<string, string>
  • set customQueryParameters(queryParameters: Record<string, string>): void
  • Returns Record<string, string>

  • Parameters

    • queryParameters: Record<string, string>

    Returns void

customRequestConfiguration

  • get customRequestConfiguration(): Record<string, string>
  • set customRequestConfiguration(requestConfiguration: Record<string, string>): void
  • Returns Record<string, string>

  • Parameters

    • requestConfiguration: Record<string, string>

    Returns void

fetchCsrfToken

  • get fetchCsrfToken(): boolean
  • set fetchCsrfToken(fetchCsrfToken: boolean): void
  • Returns boolean

  • Parameters

    • fetchCsrfToken: boolean

    Returns void

Methods

addCustomHeaders

  • addCustomHeaders(headers: Record<string, string>): void
  • +

    Add custom headers to the request. This is useful in case you want to provide your own authorization headers for example.

    +

    Parameters

    • headers: Record<string, string>

      Key-value pairs where the key is the name of a header property and the value is the respective value

      +

    Returns void

addCustomQueryParameters

  • addCustomQueryParameters(queryParameters: Record<string, string>): void
  • +

    Add custom query parameters to the request. This is useful in case your OData service allows non-standard query parameters.

    +

    Parameters

    • queryParameters: Record<string, string>

      Key-value pairs where the key is the name of a query parameter and the value is the respective value

      +

    Returns void

addCustomRequestConfiguration

  • addCustomRequestConfiguration(requestConfiguration: Record<string, string>): void
  • +

    Add custom request configuration to the request.

    +

    Parameters

    • requestConfiguration: Record<string, string>

      Key-value pairs where the key is the name of a request configuration and the value is the respective value

      +

      Copyright Ⓒ 2021 SAP SE or an SAP affiliate company. All rights reserved.

      +

    Returns void

appendPath

  • appendPath(...path: string[]): void

Protected prependDollarToQueryParameters

  • prependDollarToQueryParameters(params: Record<string, any>): Record<string, any>

queryParameters

  • queryParameters(): Record<string, any>

resourcePath

  • resourcePath(): string

Legend

  • Namespace
  • Variable
  • Function
  • Function with type parameter
  • Type alias
  • Type alias with type parameter
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Interface
  • Interface with type parameter
  • Class
  • Class with type parameter
  • Enumeration

Settings

Theme

\ No newline at end of file diff --git a/docs/api/1.49.0/classes/sap_cloud_sdk_core.ODataFunctionImportRequestConfigV4.html b/docs/api/1.49.0/classes/sap_cloud_sdk_core.ODataFunctionImportRequestConfigV4.html new file mode 100644 index 0000000000..f94590610e --- /dev/null +++ b/docs/api/1.49.0/classes/sap_cloud_sdk_core.ODataFunctionImportRequestConfigV4.html @@ -0,0 +1,25 @@ + +ODataFunctionImportRequestConfigV4 | SAP Cloud SDK for JavaScript / TypeScript - v1.49.0
Options
All
  • Public
  • Public/Protected
  • All
Menu

Type parameters

  • ParametersT

Hierarchy

  • ODataFunctionImportRequestConfigBase<ParametersT>
    • ODataFunctionImportRequestConfigV4

Index

Constructors

constructor

  • +

    Creates an instance of ODataFunctionImportRequestConfig.

    +

    Type parameters

    • ParametersT

    Parameters

    • method: RequestMethodType
      +

      HTTP method for the request

      +
    • defaultServicePath: string
      +

      Default path of the service

      +
    • functionImportName: string
      +

      The name of the function import.

      +
    • parameters: FunctionImportParameters<ParametersT>
      +

      Object containing the parameters with a value and additional meta information

      +
    • oDataUri: ODataUri
      +

      ODataUri conversion interface at runtime either v2 or v4

      +

    Returns ODataFunctionImportRequestConfigV4<ParametersT>

Properties

customServicePath

customServicePath: string

Readonly defaultHeaders

defaultHeaders: Record<string, any>

Readonly defaultServicePath

defaultServicePath: string

Readonly functionImportName

functionImportName: string

method

Protected oDataUri

oDataUri: ODataUri

parameters

parameters: FunctionImportParameters<ParametersT>

payload

payload: string | Record<string, any>

Accessors

appendedPaths

  • get appendedPaths(): string[]
  • Returns string[]

contentType

  • get contentType(): any
  • deprecated

    Since v1.30.0. Use defaultHeaders instead.

    +

    Returns any

customHeaders

  • get customHeaders(): Record<string, string>
  • set customHeaders(headers: Record<string, string>): void
  • Returns Record<string, string>

  • Parameters

    • headers: Record<string, string>

    Returns void

customQueryParameters

  • get customQueryParameters(): Record<string, string>
  • set customQueryParameters(queryParameters: Record<string, string>): void
  • Returns Record<string, string>

  • Parameters

    • queryParameters: Record<string, string>

    Returns void

customRequestConfiguration

  • get customRequestConfiguration(): Record<string, string>
  • set customRequestConfiguration(requestConfiguration: Record<string, string>): void
  • Returns Record<string, string>

  • Parameters

    • requestConfiguration: Record<string, string>

    Returns void

fetchCsrfToken

  • get fetchCsrfToken(): boolean
  • set fetchCsrfToken(fetchCsrfToken: boolean): void
  • Returns boolean

  • Parameters

    • fetchCsrfToken: boolean

    Returns void

Methods

addCustomHeaders

  • addCustomHeaders(headers: Record<string, string>): void
  • +

    Add custom headers to the request. This is useful in case you want to provide your own authorization headers for example.

    +

    Parameters

    • headers: Record<string, string>

      Key-value pairs where the key is the name of a header property and the value is the respective value

      +

    Returns void

addCustomQueryParameters

  • addCustomQueryParameters(queryParameters: Record<string, string>): void
  • +

    Add custom query parameters to the request. This is useful in case your OData service allows non-standard query parameters.

    +

    Parameters

    • queryParameters: Record<string, string>

      Key-value pairs where the key is the name of a query parameter and the value is the respective value

      +

    Returns void

addCustomRequestConfiguration

  • addCustomRequestConfiguration(requestConfiguration: Record<string, string>): void
  • +

    Add custom request configuration to the request.

    +

    Parameters

    • requestConfiguration: Record<string, string>

      Key-value pairs where the key is the name of a request configuration and the value is the respective value

      +

      Copyright Ⓒ 2021 SAP SE or an SAP affiliate company. All rights reserved.

      +

    Returns void

appendPath

  • appendPath(...path: string[]): void
  • Parameters

    • Rest ...path: string[]

    Returns void

Protected prependDollarToQueryParameters

  • prependDollarToQueryParameters(params: Record<string, any>): Record<string, any>
  • Parameters

    • params: Record<string, any>

    Returns Record<string, any>

queryParameters

  • queryParameters(): Record<string, any>
  • Returns Record<string, any>

resourcePath

  • resourcePath(): string
  • Returns string

Legend

  • Namespace
  • Variable
  • Function
  • Function with type parameter
  • Type alias
  • Type alias with type parameter
  • Class
  • Class with type parameter
  • Method
  • Accessor
  • Interface
  • Interface with type parameter
  • Inherited property
  • Inherited method
  • Enumeration

Settings

Theme

\ No newline at end of file diff --git a/docs/api/1.49.0/classes/sap_cloud_sdk_core.ODataGetAllRequestConfig.html b/docs/api/1.49.0/classes/sap_cloud_sdk_core.ODataGetAllRequestConfig.html new file mode 100644 index 0000000000..79d91fb5b1 --- /dev/null +++ b/docs/api/1.49.0/classes/sap_cloud_sdk_core.ODataGetAllRequestConfig.html @@ -0,0 +1,21 @@ + +ODataGetAllRequestConfig | SAP Cloud SDK for JavaScript / TypeScript - v1.49.0
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

OData getAll request configuration for an entity type.

+

Type parameters

  • EntityT: EntityBase

    +

    Type of the entity to setup a request for

    +

Hierarchy

Implements

  • WithGetAllRestrictions<EntityT>

Index

Constructors

constructor

  • +

    Creates an instance of ODataGetAllRequestConfig.

    +

    Type parameters

    Parameters

    • entityConstructor: Constructable<EntityT, unknown>
      +

      Constructor type of the entity to create a configuration for

      +
    • oDataUri: ODataUri

    Returns ODataGetAllRequestConfig<EntityT>

Properties

customServicePath

customServicePath: string

Readonly defaultHeaders

defaultHeaders: Record<string, any>

Readonly defaultServicePath

defaultServicePath: string

Readonly entityConstructor

entityConstructor: Constructable<EntityT, unknown>

expands

expands: Expandable<EntityT>[]

filter

filter: Filterable<EntityT, any>

method

orderBy

orderBy: Orderable<EntityT>[]

payload

payload: string | Record<string, any>

selects

selects: Selectable<EntityT>[]

skip

skip: number

top

top: number

Accessors

appendedPaths

  • get appendedPaths(): string[]
  • Returns string[]

contentType

  • get contentType(): any
  • deprecated

    Since v1.30.0. Use defaultHeaders instead.

    +

    Returns any

customHeaders

  • get customHeaders(): Record<string, string>
  • set customHeaders(headers: Record<string, string>): void
  • Returns Record<string, string>

  • Parameters

    • headers: Record<string, string>

    Returns void

customQueryParameters

  • get customQueryParameters(): Record<string, string>
  • set customQueryParameters(queryParameters: Record<string, string>): void
  • Returns Record<string, string>

  • Parameters

    • queryParameters: Record<string, string>

    Returns void

customRequestConfiguration

  • get customRequestConfiguration(): Record<string, string>
  • set customRequestConfiguration(requestConfiguration: Record<string, string>): void
  • Returns Record<string, string>

  • Parameters

    • requestConfiguration: Record<string, string>

    Returns void

fetchCsrfToken

  • get fetchCsrfToken(): boolean
  • set fetchCsrfToken(fetchCsrfToken: boolean): void
  • Returns boolean

  • Parameters

    • fetchCsrfToken: boolean

    Returns void

Methods

addCustomHeaders

  • addCustomHeaders(headers: Record<string, string>): void
  • +

    Add custom headers to the request. This is useful in case you want to provide your own authorization headers for example.

    +

    Parameters

    • headers: Record<string, string>

      Key-value pairs where the key is the name of a header property and the value is the respective value

      +

    Returns void

addCustomQueryParameters

  • addCustomQueryParameters(queryParameters: Record<string, string>): void
  • +

    Add custom query parameters to the request. This is useful in case your OData service allows non-standard query parameters.

    +

    Parameters

    • queryParameters: Record<string, string>

      Key-value pairs where the key is the name of a query parameter and the value is the respective value

      +

    Returns void

addCustomRequestConfiguration

  • addCustomRequestConfiguration(requestConfiguration: Record<string, string>): void
  • +

    Add custom request configuration to the request.

    +

    Parameters

    • requestConfiguration: Record<string, string>

      Key-value pairs where the key is the name of a request configuration and the value is the respective value

      +

      Copyright Ⓒ 2021 SAP SE or an SAP affiliate company. All rights reserved.

      +

    Returns void

appendPath

  • appendPath(...path: string[]): void
  • Parameters

    • Rest ...path: string[]

    Returns void

Protected prependDollarToQueryParameters

  • prependDollarToQueryParameters(params: Record<string, any>): Record<string, any>
  • Parameters

    • params: Record<string, any>

    Returns Record<string, any>

queryParameters

  • queryParameters(): Record<string, any>
  • Returns Record<string, any>

resourcePath

  • resourcePath(): string
  • Returns string

Legend

  • Namespace
  • Variable
  • Function
  • Function with type parameter
  • Type alias
  • Type alias with type parameter
  • Class
  • Class with type parameter
  • Property
  • Method
  • Accessor
  • Interface
  • Interface with type parameter
  • Inherited property
  • Inherited method
  • Enumeration

Settings

Theme

\ No newline at end of file diff --git a/docs/api/1.49.0/classes/sap_cloud_sdk_core.ODataGetAllRequestConfigLegacy.html b/docs/api/1.49.0/classes/sap_cloud_sdk_core.ODataGetAllRequestConfigLegacy.html new file mode 100644 index 0000000000..98ed8246d4 --- /dev/null +++ b/docs/api/1.49.0/classes/sap_cloud_sdk_core.ODataGetAllRequestConfigLegacy.html @@ -0,0 +1,21 @@ + +ODataGetAllRequestConfigLegacy | SAP Cloud SDK for JavaScript / TypeScript - v1.49.0
Options
All
  • Public
  • Public/Protected
  • All
Menu
deprecated

Since v1.21.0. Use superclass instead. +OData delete request configuration for an entity type.

+

Type parameters

  • EntityT: EntityBase

    +

    Type of the entity to setup a request for

    +

Hierarchy

Index

Constructors

constructor

  • +

    Creates an instance of ODataGetAllRequestConfig.

    +

    Type parameters

    Parameters

    • _entityConstructor: Constructable<EntityT, unknown>
      +

      Constructor type of the entity to create a configuration for

      +

    Returns ODataGetAllRequestConfigLegacy<EntityT>

Properties

customServicePath

customServicePath: string

Readonly defaultHeaders

defaultHeaders: Record<string, any>

Readonly defaultServicePath

defaultServicePath: string

Readonly entityConstructor

entityConstructor: Constructable<EntityT, unknown>

expands

expands: Expandable<EntityT>[]

filter

filter: Filterable<EntityT, any>

method

orderBy

orderBy: Orderable<EntityT>[]

payload

payload: string | Record<string, any>

selects

selects: Selectable<EntityT>[]

skip

skip: number

top

top: number

Accessors

appendedPaths

  • get appendedPaths(): string[]
  • Returns string[]

contentType

  • get contentType(): any
  • deprecated

    Since v1.30.0. Use defaultHeaders instead.

    +

    Returns any

customHeaders

  • get customHeaders(): Record<string, string>
  • set customHeaders(headers: Record<string, string>): void
  • Returns Record<string, string>

  • Parameters

    • headers: Record<string, string>

    Returns void

customQueryParameters

  • get customQueryParameters(): Record<string, string>
  • set customQueryParameters(queryParameters: Record<string, string>): void
  • Returns Record<string, string>

  • Parameters

    • queryParameters: Record<string, string>

    Returns void

customRequestConfiguration

  • get customRequestConfiguration(): Record<string, string>
  • set customRequestConfiguration(requestConfiguration: Record<string, string>): void
  • Returns Record<string, string>

  • Parameters

    • requestConfiguration: Record<string, string>

    Returns void

fetchCsrfToken

  • get fetchCsrfToken(): boolean
  • set fetchCsrfToken(fetchCsrfToken: boolean): void
  • Returns boolean

  • Parameters

    • fetchCsrfToken: boolean

    Returns void

Methods

addCustomHeaders

  • addCustomHeaders(headers: Record<string, string>): void
  • +

    Add custom headers to the request. This is useful in case you want to provide your own authorization headers for example.

    +

    Parameters

    • headers: Record<string, string>

      Key-value pairs where the key is the name of a header property and the value is the respective value

      +

    Returns void

addCustomQueryParameters

  • addCustomQueryParameters(queryParameters: Record<string, string>): void
  • +

    Add custom query parameters to the request. This is useful in case your OData service allows non-standard query parameters.

    +

    Parameters

    • queryParameters: Record<string, string>

      Key-value pairs where the key is the name of a query parameter and the value is the respective value

      +

    Returns void

addCustomRequestConfiguration

  • addCustomRequestConfiguration(requestConfiguration: Record<string, string>): void
  • +

    Add custom request configuration to the request.

    +

    Parameters

    • requestConfiguration: Record<string, string>

      Key-value pairs where the key is the name of a request configuration and the value is the respective value

      +

      Copyright Ⓒ 2021 SAP SE or an SAP affiliate company. All rights reserved.

      +

    Returns void

appendPath

  • appendPath(...path: string[]): void
  • Parameters

    • Rest ...path: string[]

    Returns void

Protected prependDollarToQueryParameters

  • prependDollarToQueryParameters(params: Record<string, any>): Record<string, any>

queryParameters

  • queryParameters(): Record<string, any>

resourcePath

  • resourcePath(): string

Legend

  • Namespace
  • Variable
  • Function
  • Function with type parameter
  • Type alias
  • Type alias with type parameter
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Interface
  • Interface with type parameter
  • Class
  • Class with type parameter
  • Enumeration

Settings

Theme

\ No newline at end of file diff --git a/docs/api/1.49.0/classes/sap_cloud_sdk_core.ODataGetByKeyRequestConfig.html b/docs/api/1.49.0/classes/sap_cloud_sdk_core.ODataGetByKeyRequestConfig.html new file mode 100644 index 0000000000..1e5673df8e --- /dev/null +++ b/docs/api/1.49.0/classes/sap_cloud_sdk_core.ODataGetByKeyRequestConfig.html @@ -0,0 +1,21 @@ + +ODataGetByKeyRequestConfig | SAP Cloud SDK for JavaScript / TypeScript - v1.49.0
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

OData getByKey request configuration for an entity type.

+

Type parameters

  • EntityT: EntityBase

    +

    Type of the entity to setup a request for

    +

Hierarchy

Implements

  • WithKeys
  • WithSelection<EntityT>

Index

Constructors

constructor

  • +

    Creates an instance of ODataGetByKeyRequestConfig.

    +

    Type parameters

    Parameters

    • entityConstructor: Constructable<EntityT, unknown>
      +

      Constructor type of the entity to create a configuration for

      +
    • oDataUri: ODataUri

    Returns ODataGetByKeyRequestConfig<EntityT>

Properties

customServicePath

customServicePath: string

Readonly defaultHeaders

defaultHeaders: Record<string, any>

Readonly defaultServicePath

defaultServicePath: string

Readonly entityConstructor

entityConstructor: Constructable<EntityT, unknown>

expands

expands: Expandable<EntityT>[]

keys

keys: Record<string, FieldType>

method

payload

payload: string | Record<string, any>

selects

selects: Selectable<EntityT>[]

Accessors

appendedPaths

  • get appendedPaths(): string[]
  • Returns string[]

contentType

  • get contentType(): any
  • deprecated

    Since v1.30.0. Use defaultHeaders instead.

    +

    Returns any

customHeaders

  • get customHeaders(): Record<string, string>
  • set customHeaders(headers: Record<string, string>): void
  • Returns Record<string, string>

  • Parameters

    • headers: Record<string, string>

    Returns void

customQueryParameters

  • get customQueryParameters(): Record<string, string>
  • set customQueryParameters(queryParameters: Record<string, string>): void
  • Returns Record<string, string>

  • Parameters

    • queryParameters: Record<string, string>

    Returns void

customRequestConfiguration

  • get customRequestConfiguration(): Record<string, string>
  • set customRequestConfiguration(requestConfiguration: Record<string, string>): void
  • Returns Record<string, string>

  • Parameters

    • requestConfiguration: Record<string, string>

    Returns void

fetchCsrfToken

  • get fetchCsrfToken(): boolean
  • set fetchCsrfToken(fetchCsrfToken: boolean): void
  • Returns boolean

  • Parameters

    • fetchCsrfToken: boolean

    Returns void

Methods

addCustomHeaders

  • addCustomHeaders(headers: Record<string, string>): void
  • +

    Add custom headers to the request. This is useful in case you want to provide your own authorization headers for example.

    +

    Parameters

    • headers: Record<string, string>

      Key-value pairs where the key is the name of a header property and the value is the respective value

      +

    Returns void

addCustomQueryParameters

  • addCustomQueryParameters(queryParameters: Record<string, string>): void
  • +

    Add custom query parameters to the request. This is useful in case your OData service allows non-standard query parameters.

    +

    Parameters

    • queryParameters: Record<string, string>

      Key-value pairs where the key is the name of a query parameter and the value is the respective value

      +

    Returns void

addCustomRequestConfiguration

  • addCustomRequestConfiguration(requestConfiguration: Record<string, string>): void
  • +

    Add custom request configuration to the request.

    +

    Parameters

    • requestConfiguration: Record<string, string>

      Key-value pairs where the key is the name of a request configuration and the value is the respective value

      +

      Copyright Ⓒ 2021 SAP SE or an SAP affiliate company. All rights reserved.

      +

    Returns void

appendPath

  • appendPath(...path: string[]): void
  • Parameters

    • Rest ...path: string[]

    Returns void

Protected prependDollarToQueryParameters

  • prependDollarToQueryParameters(params: Record<string, any>): Record<string, any>
  • Parameters

    • params: Record<string, any>

    Returns Record<string, any>

queryParameters

  • queryParameters(): Record<string, any>
  • Returns Record<string, any>

resourcePath

  • resourcePath(): string
  • Returns string

Legend

  • Namespace
  • Variable
  • Function
  • Function with type parameter
  • Type alias
  • Type alias with type parameter
  • Class
  • Class with type parameter
  • Property
  • Method
  • Accessor
  • Interface
  • Interface with type parameter
  • Inherited property
  • Inherited method
  • Enumeration

Settings

Theme

\ No newline at end of file diff --git a/docs/api/1.49.0/classes/sap_cloud_sdk_core.ODataGetByKeyRequestConfigLegacy.html b/docs/api/1.49.0/classes/sap_cloud_sdk_core.ODataGetByKeyRequestConfigLegacy.html new file mode 100644 index 0000000000..fe989d3eae --- /dev/null +++ b/docs/api/1.49.0/classes/sap_cloud_sdk_core.ODataGetByKeyRequestConfigLegacy.html @@ -0,0 +1,21 @@ + +ODataGetByKeyRequestConfigLegacy | SAP Cloud SDK for JavaScript / TypeScript - v1.49.0
Options
All
  • Public
  • Public/Protected
  • All
Menu
deprecated

Since v1.21.0. Use superclass instead. +OData delete request configuration for an entity type.

+

Type parameters

  • EntityT: EntityBase

    +

    Type of the entity to setup a request for

    +

Hierarchy

Index

Constructors

constructor

  • +

    Creates an instance of ODataGetByKeyRequestConfig.

    +

    Type parameters

    Parameters

    • _entityConstructor: Constructable<EntityT, unknown>
      +

      Constructor type of the entity to create a configuration for

      +

    Returns ODataGetByKeyRequestConfigLegacy<EntityT>

Properties

customServicePath

customServicePath: string

Readonly defaultHeaders

defaultHeaders: Record<string, any>

Readonly defaultServicePath

defaultServicePath: string

Readonly entityConstructor

entityConstructor: Constructable<EntityT, unknown>

expands

expands: Expandable<EntityT>[]

keys

keys: Record<string, FieldType>

method

payload

payload: string | Record<string, any>

selects

selects: Selectable<EntityT>[]

Accessors

appendedPaths

  • get appendedPaths(): string[]
  • Returns string[]

contentType

  • get contentType(): any
  • deprecated

    Since v1.30.0. Use defaultHeaders instead.

    +

    Returns any

customHeaders

  • get customHeaders(): Record<string, string>
  • set customHeaders(headers: Record<string, string>): void
  • Returns Record<string, string>

  • Parameters

    • headers: Record<string, string>

    Returns void

customQueryParameters

  • get customQueryParameters(): Record<string, string>
  • set customQueryParameters(queryParameters: Record<string, string>): void
  • Returns Record<string, string>

  • Parameters

    • queryParameters: Record<string, string>

    Returns void

customRequestConfiguration

  • get customRequestConfiguration(): Record<string, string>
  • set customRequestConfiguration(requestConfiguration: Record<string, string>): void
  • Returns Record<string, string>

  • Parameters

    • requestConfiguration: Record<string, string>

    Returns void

fetchCsrfToken

  • get fetchCsrfToken(): boolean
  • set fetchCsrfToken(fetchCsrfToken: boolean): void
  • Returns boolean

  • Parameters

    • fetchCsrfToken: boolean

    Returns void

Methods

addCustomHeaders

  • addCustomHeaders(headers: Record<string, string>): void
  • +

    Add custom headers to the request. This is useful in case you want to provide your own authorization headers for example.

    +

    Parameters

    • headers: Record<string, string>

      Key-value pairs where the key is the name of a header property and the value is the respective value

      +

    Returns void

addCustomQueryParameters

  • addCustomQueryParameters(queryParameters: Record<string, string>): void
  • +

    Add custom query parameters to the request. This is useful in case your OData service allows non-standard query parameters.

    +

    Parameters

    • queryParameters: Record<string, string>

      Key-value pairs where the key is the name of a query parameter and the value is the respective value

      +

    Returns void

addCustomRequestConfiguration

  • addCustomRequestConfiguration(requestConfiguration: Record<string, string>): void
  • +

    Add custom request configuration to the request.

    +

    Parameters

    • requestConfiguration: Record<string, string>

      Key-value pairs where the key is the name of a request configuration and the value is the respective value

      +

      Copyright Ⓒ 2021 SAP SE or an SAP affiliate company. All rights reserved.

      +

    Returns void

appendPath

  • appendPath(...path: string[]): void

Protected prependDollarToQueryParameters

  • prependDollarToQueryParameters(params: Record<string, any>): Record<string, any>

queryParameters

  • queryParameters(): Record<string, any>

resourcePath

  • resourcePath(): string

Legend

  • Namespace
  • Variable
  • Function
  • Function with type parameter
  • Type alias
  • Type alias with type parameter
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Interface
  • Interface with type parameter
  • Class
  • Class with type parameter
  • Enumeration

Settings

Theme

\ No newline at end of file diff --git a/docs/api/1.49.0/classes/sap_cloud_sdk_core.ODataRequest.html b/docs/api/1.49.0/classes/sap_cloud_sdk_core.ODataRequest.html new file mode 100644 index 0000000000..e8ac8d782d --- /dev/null +++ b/docs/api/1.49.0/classes/sap_cloud_sdk_core.ODataRequest.html @@ -0,0 +1,54 @@ + +ODataRequest | SAP Cloud SDK for JavaScript / TypeScript - v1.49.0
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

OData request configuration for an entity type.

+
typeparam EntityT

Type of the entity to setup a request for

+

Type parameters

  • RequestConfigT: ODataRequestConfig

Hierarchy

  • ODataRequest

Index

Constructors

constructor

  • +

    Creates an instance of ODataRequest.

    +

    Type parameters

    • RequestConfigT: ODataRequestConfig<RequestConfigT>

    Parameters

    • config: RequestConfigT
      +

      Configuration of the request.

      +
    • Optional _destination: Destination
      +

      Destination to setup the request against.

      +

    Returns ODataRequest<RequestConfigT>

Properties

config

config: RequestConfigT

Accessors

destination

  • Returns undefined | Destination

  • Parameters

    Returns void

Methods

customHeaders

  • customHeaders(): Record<string, any>
  • +

    Get all custom headers.

    +

    Returns Record<string, any>

    Key-value pairs where the key is the name of a header property and the value is the respective value

    +

defaultHeaders

  • defaultHeaders(): Record<string, any>
  • +

    Get all default headers. If custom headers are set, those take precedence.

    +

    Returns Record<string, any>

    Key-value pairs where the key is the name of a header property and the value is the respective value

    +

eTagHeaders

  • eTagHeaders(): Record<string, any>
  • +

    Get the eTag related headers, e. g. if-match.

    +

    Returns Record<string, any>

    Key-value pairs where the key is the name of a header property and the value is the respective value

    +

execute

  • +

    Execute the given request and return the according promise.

    +

    Returns Promise<HttpResponse>

    Promise resolving to the requested data

    +

headers

  • headers(): Promise<Record<string, any>>
  • +

    Create object containing all headers, including custom headers for the given request.

    +

    Returns Promise<Record<string, any>>

    Key-value pairs where the key is the name of a header property and the value is the respective value

    +

needsAuthentication

  • needsAuthentication(): boolean
  • +

    Specifies whether the destination needs a specific authentication or not.

    +

    Returns boolean

    A boolean value that specifies whether the destination needs authentication or not

    +

query

  • query(): string
  • +

    Get query parameters as string. Leads with ? if there are parameters to return.

    +

    Returns string

    Query parameter string

    +

relativeResourceUrl

  • relativeResourceUrl(includeServicePath?: boolean): string
  • +

    Returns the relative URL to a specific OData resource.

    +

    Parameters

    • Optional includeServicePath: boolean

      Whether or not to include the service path in the URL.

      +

    Returns string

    The relative URL of the resource.

    +

relativeServiceUrl

  • relativeServiceUrl(): string
  • +

    Returns the service URL relative to the url of the destination for a given OData request.

    +

    Returns string

    The relative URL of the service the given entity belongs to.

    +

relativeUrl

  • relativeUrl(includeServicePath?: boolean, includeQueryParameters?: boolean): string
  • +

    Constructs a URL relative to the destination.

    +

    Parameters

    • Optional includeServicePath: boolean

      Whether or not to include the service path in the URL.

      +
    • Optional includeQueryParameters: boolean

      Whether or not to include the query parameters in the URL.

      +

    Returns string

    The relative URL for the request.

    +

resourceUrl

  • resourceUrl(): string
  • +

    Returns the URL to a specific OData .resource, i.e. the entity collection.

    +

    Returns string

    The URL of the resource

    +

serviceUrl

  • serviceUrl(): string
  • +

    Returns the service URL for a given OData request.

    +

    Returns string

    The URL of the service the given entity belongs to

    +

url

  • url(): string
  • +

    Constructs an absolute URL for the given request.

    +

    Returns string

    The absolute URL for the request.

    +

    Copyright Ⓒ 2021 SAP SE or an SAP affiliate company. All rights reserved.

    +

Legend

  • Namespace
  • Variable
  • Function
  • Function with type parameter
  • Type alias
  • Type alias with type parameter
  • Class
  • Class with type parameter
  • Property
  • Method
  • Accessor
  • Interface
  • Interface with type parameter
  • Enumeration

Settings

Theme

\ No newline at end of file diff --git a/docs/api/1.49.0/classes/sap_cloud_sdk_core.ODataUpdateRequestConfig.html b/docs/api/1.49.0/classes/sap_cloud_sdk_core.ODataUpdateRequestConfig.html new file mode 100644 index 0000000000..47e4faa5cf --- /dev/null +++ b/docs/api/1.49.0/classes/sap_cloud_sdk_core.ODataUpdateRequestConfig.html @@ -0,0 +1,21 @@ + +ODataUpdateRequestConfig | SAP Cloud SDK for JavaScript / TypeScript - v1.49.0
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

OData update request configuration for an entity type.

+

Type parameters

  • EntityT: EntityBase

    +

    Type of the entity to setup a request for

    +

Hierarchy

Implements

  • WithKeys
  • WithETag

Index

Constructors

constructor

  • +

    Creates an instance of ODataUpdateRequestConfig.

    +

    Type parameters

    Parameters

    • _entityConstructor: Constructable<EntityT, unknown>
      +

      Constructor type of the entity to create a configuration for

      +
    • oDataUri: ODataUri

    Returns ODataUpdateRequestConfig<EntityT>

Properties

Readonly _entityConstructor

_entityConstructor: Constructable<EntityT, unknown>

customServicePath

customServicePath: string

Readonly defaultHeaders

defaultHeaders: Record<string, any>

Readonly defaultServicePath

defaultServicePath: string

eTag

eTag: string

keys

keys: Record<string, FieldType>

method

payload

payload: string | Record<string, any>

versionIdentifierIgnored

versionIdentifierIgnored: boolean

Accessors

appendedPaths

  • get appendedPaths(): string[]
  • Returns string[]

contentType

  • get contentType(): any
  • deprecated

    Since v1.30.0. Use defaultHeaders instead.

    +

    Returns any

customHeaders

  • get customHeaders(): Record<string, string>
  • set customHeaders(headers: Record<string, string>): void
  • Returns Record<string, string>

  • Parameters

    • headers: Record<string, string>

    Returns void

customQueryParameters

  • get customQueryParameters(): Record<string, string>
  • set customQueryParameters(queryParameters: Record<string, string>): void
  • Returns Record<string, string>

  • Parameters

    • queryParameters: Record<string, string>

    Returns void

customRequestConfiguration

  • get customRequestConfiguration(): Record<string, string>
  • set customRequestConfiguration(requestConfiguration: Record<string, string>): void
  • Returns Record<string, string>

  • Parameters

    • requestConfiguration: Record<string, string>

    Returns void

fetchCsrfToken

  • get fetchCsrfToken(): boolean
  • set fetchCsrfToken(fetchCsrfToken: boolean): void
  • Returns boolean

  • Parameters

    • fetchCsrfToken: boolean

    Returns void

Methods

addCustomHeaders

  • addCustomHeaders(headers: Record<string, string>): void
  • +

    Add custom headers to the request. This is useful in case you want to provide your own authorization headers for example.

    +

    Parameters

    • headers: Record<string, string>

      Key-value pairs where the key is the name of a header property and the value is the respective value

      +

    Returns void

addCustomQueryParameters

  • addCustomQueryParameters(queryParameters: Record<string, string>): void
  • +

    Add custom query parameters to the request. This is useful in case your OData service allows non-standard query parameters.

    +

    Parameters

    • queryParameters: Record<string, string>

      Key-value pairs where the key is the name of a query parameter and the value is the respective value

      +

    Returns void

addCustomRequestConfiguration

  • addCustomRequestConfiguration(requestConfiguration: Record<string, string>): void
  • +

    Add custom request configuration to the request.

    +

    Parameters

    • requestConfiguration: Record<string, string>

      Key-value pairs where the key is the name of a request configuration and the value is the respective value

      +

      Copyright Ⓒ 2021 SAP SE or an SAP affiliate company. All rights reserved.

      +

    Returns void

appendPath

  • appendPath(...path: string[]): void
  • Parameters

    • Rest ...path: string[]

    Returns void

Protected prependDollarToQueryParameters

  • prependDollarToQueryParameters(params: Record<string, any>): Record<string, any>
  • Parameters

    • params: Record<string, any>

    Returns Record<string, any>

queryParameters

  • queryParameters(): Record<string, any>
  • Returns Record<string, any>

resourcePath

  • resourcePath(): string
  • Returns string

updateWithPut

  • updateWithPut(): void
  • Returns void

Legend

  • Namespace
  • Variable
  • Function
  • Function with type parameter
  • Type alias
  • Type alias with type parameter
  • Class
  • Class with type parameter
  • Property
  • Method
  • Accessor
  • Interface
  • Interface with type parameter
  • Inherited property
  • Inherited method
  • Enumeration

Settings

Theme

\ No newline at end of file diff --git a/docs/api/1.49.0/classes/sap_cloud_sdk_core.ODataUpdateRequestConfigLegacy.html b/docs/api/1.49.0/classes/sap_cloud_sdk_core.ODataUpdateRequestConfigLegacy.html new file mode 100644 index 0000000000..7ec5b8c7af --- /dev/null +++ b/docs/api/1.49.0/classes/sap_cloud_sdk_core.ODataUpdateRequestConfigLegacy.html @@ -0,0 +1,21 @@ + +ODataUpdateRequestConfigLegacy | SAP Cloud SDK for JavaScript / TypeScript - v1.49.0
Options
All
  • Public
  • Public/Protected
  • All
Menu
deprecated

Since v1.21.0. Use superclass instead. +OData delete request configuration for an entity type.

+

Type parameters

  • EntityT: EntityBase

    +

    Type of the entity to setup a request for

    +

Hierarchy

Index

Constructors

constructor

  • +

    Creates an instance of ODataUpdateRequestConfig.

    +

    Type parameters

    Parameters

    • _entityConstructor: Constructable<EntityT, unknown>
      +

      Constructor type of the entity to create a configuration for

      +

    Returns ODataUpdateRequestConfigLegacy<EntityT>

Properties

Readonly _entityConstructor

_entityConstructor: Constructable<EntityT, unknown>

customServicePath

customServicePath: string

Readonly defaultHeaders

defaultHeaders: Record<string, any>

Readonly defaultServicePath

defaultServicePath: string

eTag

eTag: string

keys

keys: Record<string, FieldType>

method

payload

payload: string | Record<string, any>

versionIdentifierIgnored

versionIdentifierIgnored: boolean

Accessors

appendedPaths

  • get appendedPaths(): string[]
  • Returns string[]

contentType

  • get contentType(): any
  • deprecated

    Since v1.30.0. Use defaultHeaders instead.

    +

    Returns any

customHeaders

  • get customHeaders(): Record<string, string>
  • set customHeaders(headers: Record<string, string>): void
  • Returns Record<string, string>

  • Parameters

    • headers: Record<string, string>

    Returns void

customQueryParameters

  • get customQueryParameters(): Record<string, string>
  • set customQueryParameters(queryParameters: Record<string, string>): void
  • Returns Record<string, string>

  • Parameters

    • queryParameters: Record<string, string>

    Returns void

customRequestConfiguration

  • get customRequestConfiguration(): Record<string, string>
  • set customRequestConfiguration(requestConfiguration: Record<string, string>): void
  • Returns Record<string, string>

  • Parameters

    • requestConfiguration: Record<string, string>

    Returns void

fetchCsrfToken

  • get fetchCsrfToken(): boolean
  • set fetchCsrfToken(fetchCsrfToken: boolean): void
  • Returns boolean

  • Parameters

    • fetchCsrfToken: boolean

    Returns void

Methods

addCustomHeaders

  • addCustomHeaders(headers: Record<string, string>): void
  • +

    Add custom headers to the request. This is useful in case you want to provide your own authorization headers for example.

    +

    Parameters

    • headers: Record<string, string>

      Key-value pairs where the key is the name of a header property and the value is the respective value

      +

    Returns void

addCustomQueryParameters

  • addCustomQueryParameters(queryParameters: Record<string, string>): void
  • +

    Add custom query parameters to the request. This is useful in case your OData service allows non-standard query parameters.

    +

    Parameters

    • queryParameters: Record<string, string>

      Key-value pairs where the key is the name of a query parameter and the value is the respective value

      +

    Returns void

addCustomRequestConfiguration

  • addCustomRequestConfiguration(requestConfiguration: Record<string, string>): void
  • +

    Add custom request configuration to the request.

    +

    Parameters

    • requestConfiguration: Record<string, string>

      Key-value pairs where the key is the name of a request configuration and the value is the respective value

      +

      Copyright Ⓒ 2021 SAP SE or an SAP affiliate company. All rights reserved.

      +

    Returns void

appendPath

  • appendPath(...path: string[]): void
  • Parameters

    • Rest ...path: string[]

    Returns void

Protected prependDollarToQueryParameters

  • prependDollarToQueryParameters(params: Record<string, any>): Record<string, any>

queryParameters

  • queryParameters(): Record<string, any>

resourcePath

  • resourcePath(): string

updateWithPut

  • updateWithPut(): void

Legend

  • Namespace
  • Variable
  • Function
  • Function with type parameter
  • Type alias
  • Type alias with type parameter
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Interface
  • Interface with type parameter
  • Class
  • Class with type parameter
  • Enumeration

Settings

Theme

\ No newline at end of file diff --git a/docs/api/1.49.0/classes/sap_cloud_sdk_core.OneToManyLink.html b/docs/api/1.49.0/classes/sap_cloud_sdk_core.OneToManyLink.html new file mode 100644 index 0000000000..d60f6b6f0e --- /dev/null +++ b/docs/api/1.49.0/classes/sap_cloud_sdk_core.OneToManyLink.html @@ -0,0 +1,47 @@ + +OneToManyLink | SAP Cloud SDK for JavaScript / TypeScript - v1.49.0
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

Represents a one to many relation for OData v4 entities. +For OData v2 entities the Link is used to represent one to many relation. +See Link for more information.

+

Type parameters

Hierarchy

  • Link<EntityT, LinkedEntityT>
    • OneToManyLink

Index

Constructors

constructor

  • new OneToManyLink<EntityT, LinkedEntityT>(_fieldName: string, _entityConstructor: Constructable<EntityT, unknown>, _linkedEntity: Constructable<LinkedEntityT, unknown>): OneToManyLink<EntityT, LinkedEntityT>
  • +

    Creates an instance of Link.

    +

    Type parameters

    Parameters

    • _fieldName: string

      Name of the linking field to be used in the OData request.

      +
    • _entityConstructor: Constructable<EntityT, unknown>

      Constructor type of the entity the field belongs to

      +
    • _linkedEntity: Constructable<LinkedEntityT, unknown>

      Constructor type of the linked entity

      +

    Returns OneToManyLink<EntityT, LinkedEntityT>

Properties

Readonly _entity

_entity: EntityT

Readonly _entityConstructor

_entityConstructor: Constructable<EntityT, unknown>

_expand

_expand: Expandable<LinkedEntityT>[]

Readonly _fieldName

_fieldName: string

_filters

_filters: FilterLink<EntityT, LinkedEntityT>

Readonly _linkedEntity

_linkedEntity: Constructable<LinkedEntityT, unknown>

_orderBy

_orderBy: Orderable<LinkedEntityT>[]

_selects

_selects: Selectable<LinkedEntityT>[]
+

List of selectables on the linked entity.

+

_skip

_skip: number

_top

_top: number

Accessors

selects

  • deprecated

    Since v1.21.0. Use _selects directly. +List of selectables on the linked entity.

    +

    Returns Selectable<LinkedEntityT>[]

Methods

clone

  • +

    Create a new link based on a given link.

    +

    Returns OneToManyLink<EntityT, LinkedEntityT>

    Newly created link

    +

expand

  • Parameters

    Returns OneToManyLink<EntityT, LinkedEntityT>

filter

  • +

    Create filter statements to be applied to the OData request based on the linked entity values.

    +

    Parameters

    • Rest ...expressions: Filterable<LinkedEntityT, any>[]

    Returns OneToManyLink<EntityT, LinkedEntityT>

    Newly created FilterLink.

    +

orderBy

  • +

    Add order-by statements to the request.

    +
      +
    • @param orderBy - OrderBy statements to order the response by.
    • +
    +

    Parameters

    Returns OneToManyLink<EntityT, LinkedEntityT>

    The request builder itself, to facilitate method chaining.

    +

select

skip

  • +

    Skip number of entities.

    +

    Parameters

    • skip: number

      Number of matching entities to skip. Useful for paging.

      +

    Returns OneToManyLink<EntityT, LinkedEntityT>

    The request builder itself, to facilitate method chaining.

    +

top

  • +

    Number of returned entities.

    +

    Parameters

    • top: number

      Maximum number of entities to return in the response. Can be less, if less entities match the request.

      +

    Returns OneToManyLink<EntityT, LinkedEntityT>

    The request builder itself, to facilitate method chaining.

    +

Static clone

  • clone<EntityT1, LinkedEntityT1>(link: Link<EntityT1, LinkedEntityT1>): Link<EntityT1, LinkedEntityT1>
  • deprecated

    Since v1.21.0. Use clone instead. +Create a new link based on a given link.

    +
    typeparam EntityT

    Type of the entity to be linked from

    +
    typeparam LinkedEntityT

    Type of the entity to be linked to

    +

    Type parameters

    Parameters

    • link: Link<EntityT1, LinkedEntityT1>

      Link to be cloned

      +

    Returns Link<EntityT1, LinkedEntityT1>

    Newly created link

    +

    Copyright Ⓒ 2021 SAP SE or an SAP affiliate company. All rights reserved.

    +

Legend

  • Namespace
  • Variable
  • Function
  • Function with type parameter
  • Type alias
  • Type alias with type parameter
  • Class
  • Class with type parameter
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Inherited property
  • Inherited method
  • Enumeration

Settings

Theme

\ No newline at end of file diff --git a/docs/api/1.49.0/classes/sap_cloud_sdk_core.OneToOneLink.html b/docs/api/1.49.0/classes/sap_cloud_sdk_core.OneToOneLink.html new file mode 100644 index 0000000000..a93f7594f8 --- /dev/null +++ b/docs/api/1.49.0/classes/sap_cloud_sdk_core.OneToOneLink.html @@ -0,0 +1,47 @@ + +OneToOneLink | SAP Cloud SDK for JavaScript / TypeScript - v1.49.0
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

Represents a link from one entity to one other linked entity (as opposed to a list of linked entities). In OData v2 a OneToOneLink can be used to filter and order a selection on an entity based on filters and orders on a linked entity.

+

Type parameters

  • EntityT: EntityBase

    +

    Type of the entity to be linked from

    +
  • LinkedEntityT: EntityBase

    +

    Type of the entity to be linked to

    +

Hierarchy

  • Link<EntityT, LinkedEntityT>
    • OneToOneLink

Index

Constructors

constructor

  • new OneToOneLink<EntityT, LinkedEntityT>(_fieldName: string, _entityConstructor: Constructable<EntityT, unknown>, _linkedEntity: Constructable<LinkedEntityT, unknown>): OneToOneLink<EntityT, LinkedEntityT>
  • +

    Creates an instance of Link.

    +

    Type parameters

    Parameters

    • _fieldName: string

      Name of the linking field to be used in the OData request.

      +
    • _entityConstructor: Constructable<EntityT, unknown>

      Constructor type of the entity the field belongs to

      +
    • _linkedEntity: Constructable<LinkedEntityT, unknown>

      Constructor type of the linked entity

      +

    Returns OneToOneLink<EntityT, LinkedEntityT>

Properties

Readonly _entity

_entity: EntityT

Readonly _entityConstructor

_entityConstructor: Constructable<EntityT, unknown>

_expand

_expand: Expandable<LinkedEntityT>[]

Readonly _fieldName

_fieldName: string

Readonly _linkedEntity

_linkedEntity: Constructable<LinkedEntityT, unknown>

_selects

_selects: Selectable<LinkedEntityT>[]
+

List of selectables on the linked entity.

+

filters

filters: Filterable<LinkedEntityT, any>
+

Filterables to apply to the given entity based on the linked entity.

+

orderBys

orderBys: Order<LinkedEntityT>[]
+

List of criteria of the linked entity to order the given entity by with descending priority.

+

Accessors

selects

  • deprecated

    Since v1.21.0. Use _selects directly. +List of selectables on the linked entity.

    +

    Returns Selectable<LinkedEntityT>[]

Methods

clone

  • +

    Create a new link based on a given link.

    +

    Returns OneToOneLink<EntityT, LinkedEntityT>

    Newly created link

    +

expand

  • Parameters

    Returns OneToOneLink<EntityT, LinkedEntityT>

filter

  • +

    Create filter statements to be applied to the OData request based on the linked entity values.

    +

    Parameters

    • Rest ...filters: Filterable<LinkedEntityT, any>[]

      Filters based on the linked entity.

      +

    Returns FilterLink<EntityT, LinkedEntityT>

    Newly created FilterLink.

    +

orderBy

  • +

    Create order statements for the OData request based on the linked entity. The given statements have descending priority.

    +

    Example:

    +
    Entity.requestBuilder()
    .getAll()
    .orderBy(Entity.TO_LINKED_ENTITY.orderBy(asc(LinkedEntity.PROPERTY1), desc(LinkedEntity.PROPERTY2))); +
    +

    Parameters

    • Rest ...orderBy: Orderable<LinkedEntityT>[]

      Criteria to order by

      +

    Returns OrderLink<EntityT, LinkedEntityT>

    Newly created order link

    +

select

Static clone

  • deprecated

    Since v1.21.0. Use clone instead. +Create a new one to one link based on a given link.

    +
    typeparam EntityT

    Type of the entity to be linked from

    +
    typeparam LinkedEntityT

    Type of the entity to be linked to

    +

    Type parameters

    Parameters

    • link: OneToOneLink<EntityT1, LinkedEntityT1>

      Link to be cloned

      +

    Returns OneToOneLink<EntityT1, LinkedEntityT1>

    Newly created link

    +

    Copyright Ⓒ 2021 SAP SE or an SAP affiliate company. All rights reserved.

    +

Legend

  • Namespace
  • Variable
  • Function
  • Function with type parameter
  • Type alias
  • Type alias with type parameter
  • Class
  • Class with type parameter
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Inherited property
  • Inherited method
  • Enumeration

Settings

Theme

\ No newline at end of file diff --git a/docs/api/1.49.0/classes/sap_cloud_sdk_core.OpenApiRequestBuilder.html b/docs/api/1.49.0/classes/sap_cloud_sdk_core.OpenApiRequestBuilder.html new file mode 100644 index 0000000000..6258fd6a75 --- /dev/null +++ b/docs/api/1.49.0/classes/sap_cloud_sdk_core.OpenApiRequestBuilder.html @@ -0,0 +1,38 @@ + +OpenApiRequestBuilder | SAP Cloud SDK for JavaScript / TypeScript - v1.49.0
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

Request builder for OpenAPI requests.

+

Type parameters

  • ResponseT = any

    +

    Type of the response for the request.

    +

Hierarchy

  • OpenApiRequestBuilder

Index

Constructors

constructor

  • new OpenApiRequestBuilder<ResponseT>(method: Method, pathPattern: string, parameters?: OpenApiRequestParameters): OpenApiRequestBuilder<ResponseT>
  • +

    Create an instance of OpenApiRequestBuilder.

    +

    Type parameters

    • ResponseT = any

    Parameters

    • method: Method
      +

      HTTP method of the request to be built.

      +
    • pathPattern: string
      +

      Path for the request containing path parameter references as in the OpenAPI specification.

      +
    • Optional parameters: OpenApiRequestParameters
      +

      Query parameters and or body to pass to the request.

      +

    Returns OpenApiRequestBuilder<ResponseT>

Properties

method

method: Method

Methods

addCustomHeaders

  • +

    Add custom headers to the request. If a header field with the given name already exists it is overwritten.

    +

    Parameters

    • headers: Record<string, string>

      Key-value pairs denoting additional custom headers.

      +

    Returns OpenApiRequestBuilder<ResponseT>

    The request builder itself, to facilitate method chaining.

    +

addCustomRequestConfiguration

  • addCustomRequestConfiguration(requestConfiguration: Record<string, string>): OpenApiRequestBuilder<ResponseT>
  • +

    Add custom request configuration to the request. Typically, this is used when specifying response type for downloading files. +If the custom request configuration contains keys in this list defaultDisallowedKeys, they will be removed.

    +

    Parameters

    • requestConfiguration: Record<string, string>

      Key-value pairs denoting additional custom request configuration options to be set in the request.

      +

    Returns OpenApiRequestBuilder<ResponseT>

    The request builder itself, to facilitate method chaining.

    +

execute

  • +

    Execute request and get the response data. Use this to conveniently access the data of a service without technical information about the response.

    +

    Parameters

    Returns Promise<ResponseT>

    A promise resolving to the requested return type.

    +

executeRaw

  • +

    Execute request and get a raw HttpResponse, including all information about the HTTP response. +This especially comes in handy, when you need to access the headers or status code of the response.

    +

    Parameters

    Returns Promise<HttpResponse>

    A promise resolving to an HttpResponse.

    +

skipCsrfTokenFetching

  • +

    Skip fetching csrf token for this request, which is typically useful when the csrf token is not required.

    +

    Returns OpenApiRequestBuilder<ResponseT>

    The request builder itself, to facilitate method chaining.

    +

    Copyright Ⓒ 2021 SAP SE or an SAP affiliate company. All rights reserved.

    +

Legend

  • Namespace
  • Variable
  • Function
  • Function with type parameter
  • Type alias
  • Type alias with type parameter
  • Class
  • Class with type parameter
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Enumeration

Settings

Theme

\ No newline at end of file diff --git a/docs/api/1.49.0/classes/sap_cloud_sdk_core.Order.html b/docs/api/1.49.0/classes/sap_cloud_sdk_core.Order.html new file mode 100644 index 0000000000..713c3e7312 --- /dev/null +++ b/docs/api/1.49.0/classes/sap_cloud_sdk_core.Order.html @@ -0,0 +1,15 @@ + +Order | SAP Cloud SDK for JavaScript / TypeScript - v1.49.0
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

OData queries take this to determine the order of results.

+

Type parameters

Hierarchy

  • Order

Implements

  • EntityIdentifiable<EntityT>

Index

Constructors

constructor

  • new Order<EntityT>(_fieldName: string, orderType?: OrderType): Order<EntityT>
  • +

    Creates an instance of Order.

    +

    Type parameters

    Parameters

    • _fieldName: string
      +

      Field to order by

      +
    • Optional orderType: OrderType
      +

      Type of ordering, can be 'asc' for ascending or 'desc' for descending

      +

      Copyright Ⓒ 2021 SAP SE or an SAP affiliate company. All rights reserved.

      +

    Returns Order<EntityT>

Properties

Readonly _entity

_entity: EntityT

Readonly _entityConstructor

_entityConstructor: Constructable<EntityT, unknown>

_fieldName

_fieldName: string

orderType

orderType: OrderType

Legend

  • Namespace
  • Variable
  • Function
  • Function with type parameter
  • Type alias
  • Type alias with type parameter
  • Class
  • Class with type parameter
  • Property
  • Interface
  • Interface with type parameter
  • Enumeration

Settings

Theme

\ No newline at end of file diff --git a/docs/api/1.49.0/classes/sap_cloud_sdk_core.OrderLink.html b/docs/api/1.49.0/classes/sap_cloud_sdk_core.OrderLink.html new file mode 100644 index 0000000000..9e94c70906 --- /dev/null +++ b/docs/api/1.49.0/classes/sap_cloud_sdk_core.OrderLink.html @@ -0,0 +1,15 @@ + +OrderLink | SAP Cloud SDK for JavaScript / TypeScript - v1.49.0
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

Link to represent an order by on a linked entity.

+

Type parameters

  • EntityT: EntityBase

    +

    Type of the entity to link from

    +
  • LinkedEntityT: EntityBase

    +

    Type of the entity to link to

    +

Hierarchy

  • OrderLink

Index

Constructors

constructor

  • new OrderLink<EntityT, LinkedEntityT>(link: Link<EntityT, LinkedEntityT>, orderBy: Orderable<LinkedEntityT>[]): OrderLink<EntityT, LinkedEntityT>
  • +

    Creates an instance of OrderLink.

    +

    Type parameters

    Parameters

    • link: Link<EntityT, LinkedEntityT>
      +

      Link to the entity to order by

      +
    • orderBy: Orderable<LinkedEntityT>[]
      +

      A list of orderables based on the linked entity

      +

      Copyright Ⓒ 2021 SAP SE or an SAP affiliate company. All rights reserved.

      +

    Returns OrderLink<EntityT, LinkedEntityT>

Properties

Readonly entityType

entityType: EntityT

link

link: Link<EntityT, LinkedEntityT>

Readonly linkedEntityType

linkedEntityType: LinkedEntityT

orderBy

orderBy: Orderable<LinkedEntityT>[]

Legend

  • Namespace
  • Variable
  • Function
  • Function with type parameter
  • Type alias
  • Type alias with type parameter
  • Class
  • Class with type parameter
  • Property
  • Interface
  • Interface with type parameter
  • Enumeration

Settings

Theme

\ No newline at end of file diff --git a/docs/api/1.49.0/classes/sap_cloud_sdk_core.OrderableEdmTypeField.html b/docs/api/1.49.0/classes/sap_cloud_sdk_core.OrderableEdmTypeField.html new file mode 100644 index 0000000000..973c39fc94 --- /dev/null +++ b/docs/api/1.49.0/classes/sap_cloud_sdk_core.OrderableEdmTypeField.html @@ -0,0 +1,46 @@ + +OrderableEdmTypeField | SAP Cloud SDK for JavaScript / TypeScript - v1.49.0
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class OrderableEdmTypeField<EntityT, EdmT, NullableT, SelectableT>

+

EdmTypeField, that represents a property with an EDM type, that can be compared with greaterThan, greaterOrEqual, lessThan and lessOrEqual.

+

Type parameters

  • EntityT: EntityBase

    +

    Type of the entity the field belongs to

    +
  • EdmT: EdmTypeShared<"any">

    +

    EDM type of the field.

    +
  • NullableT: boolean = false

    +

    Boolean type that represents whether the field is nullable.

    +
  • SelectableT: boolean = false

    +

    Boolean type that represents whether the field is selectable.

    +

Hierarchy

  • EdmTypeField<EntityT, EdmT, NullableT, SelectableT>
    • OrderableEdmTypeField

Index

Constructors

constructor

Properties

Readonly _entity

_entity: EntityT

Readonly _entityConstructor

_entityConstructor: Constructable<EntityT, unknown>

Readonly _fieldName

_fieldName: string

Readonly _fieldOf

_fieldOf: ConstructorOrField<EntityT, any>

Readonly _fieldOptions

_fieldOptions: Required<FieldOptions<NullableT, SelectableT>>

Readonly edmType

Methods

equals

fieldPath

  • fieldPath(): string
  • +

    Path to the field to be used in filter and order by queries.

    +

    Returns string

    Path to the field to be used in filter and order by queries.

    +

greaterOrEqual

  • +

    Creates an instance of Filter for this field and the given value using the operator 'ge', i.e. >=.

    +

    Parameters

    Returns Filter<EntityT, NullableFieldType<EdmT extends EdmTypeCommon | ExclusiveEdmTypeV2 | ExclusiveEdmTypeV4 ? NonNullableFieldTypeByEdmType<EdmT> : EdmT, NullableT>>

    The resulting filter

    +

greaterThan

  • +

    Creates an instance of Filter for this field and the given value using the operator 'gt', i.e. >.

    +

    Parameters

    Returns Filter<EntityT, NullableFieldType<EdmT extends EdmTypeCommon | ExclusiveEdmTypeV2 | ExclusiveEdmTypeV4 ? NonNullableFieldTypeByEdmType<EdmT> : EdmT, NullableT>>

    The resulting filter

    +

lessOrEqual

  • +

    Creates an instance of Filter for this field and the given value using the operator 'le', i.e. <=.

    +

    Parameters

    Returns Filter<EntityT, NullableFieldType<EdmT extends EdmTypeCommon | ExclusiveEdmTypeV2 | ExclusiveEdmTypeV4 ? NonNullableFieldTypeByEdmType<EdmT> : EdmT, NullableT>>

    The resulting filter

    +

lessThan

  • +

    Creates an instance of Filter for this field and the given value using the operator 'lt', i.e. <.

    +

    Parameters

    Returns Filter<EntityT, NullableFieldType<EdmT extends EdmTypeCommon | ExclusiveEdmTypeV2 | ExclusiveEdmTypeV4 ? NonNullableFieldTypeByEdmType<EdmT> : EdmT, NullableT>>

    The resulting filter

    +

notEquals

  • +

    Creates an instance of Filter for this field and the given value using the operator 'ne', i.e. !=.

    +

    Parameters

    Returns Filter<EntityT, NullableFieldType<EdmT extends EdmTypeCommon | ExclusiveEdmTypeV2 | ExclusiveEdmTypeV4 ? NonNullableFieldTypeByEdmType<EdmT> : EdmT, NullableT>>

    The resulting filter

    +

    Copyright Ⓒ 2021 SAP SE or an SAP affiliate company. All rights reserved.

    +

Legend

  • Namespace
  • Variable
  • Function
  • Function with type parameter
  • Type alias
  • Type alias with type parameter
  • Class
  • Class with type parameter
  • Method
  • Interface
  • Interface with type parameter
  • Inherited property
  • Inherited method
  • Enumeration

Settings

Theme

\ No newline at end of file diff --git a/docs/api/1.49.0/classes/sap_cloud_sdk_core.OrderableFilterFunction.html b/docs/api/1.49.0/classes/sap_cloud_sdk_core.OrderableFilterFunction.html new file mode 100644 index 0000000000..47c362f594 --- /dev/null +++ b/docs/api/1.49.0/classes/sap_cloud_sdk_core.OrderableFilterFunction.html @@ -0,0 +1,41 @@ + +OrderableFilterFunction | SAP Cloud SDK for JavaScript / TypeScript - v1.49.0
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

Representation of a filter function, that returns a value of an orderable type. This supports int, double and decimal values.

+

Type parameters

Hierarchy

Index

Constructors

constructor

  • +

    Creates an instance of OrderableFilterFunction.

    +

    Type parameters

    Parameters

    • functionName: string
      +

      Name of the function that returns a numeric value

      +
    • parameters: FilterFunctionParameterType<EntityT>[]
      +

      Representation of the parameters passed to the filter function

      +
    • edmType: EdmTypeShared<ODataVersionOf<EntityT>>
      +

      Type of the returned numeric value. This influences the formatting of the returned value.

      +

    Returns OrderableFilterFunction<EntityT, ReturnT>

Properties

Readonly edmType

edmType: EdmTypeShared<ODataVersionOf<EntityT>>

Readonly functionName

functionName: string

Readonly parameters

parameters: FilterFunctionParameterType<EntityT>[]

Methods

equals

  • equals(value: ReturnT): Filter<EntityT, ReturnT>
  • +

    Creates an instance of Filter for this filter function and the given value using the operator 'eq', i.e. ==.

    +

    Parameters

    • value: ReturnT

      Value to be used in the filter

      +

    Returns Filter<EntityT, ReturnT>

    The resulting filter

    +

greaterOrEqual

  • greaterOrEqual(value: ReturnT): Filter<EntityT, ReturnT>
  • +

    Creates an instance of Filter for this filter function and the given value using the operator 'ge', i.e. >=.

    +

    Parameters

    • value: ReturnT

      Value to be used in the filter

      +

    Returns Filter<EntityT, ReturnT>

    The resulting filter

    +

greaterThan

  • greaterThan(value: ReturnT): Filter<EntityT, ReturnT>
  • +

    Creates an instance of Filter for this filter function and the given value using the operator 'gt', i.e. >.

    +

    Parameters

    • value: ReturnT

      Value to be used in the filter

      +

    Returns Filter<EntityT, ReturnT>

    The resulting filter

    +

lessOrEqual

  • lessOrEqual(value: ReturnT): Filter<EntityT, ReturnT>
  • +

    Creates an instance of Filter for this filter function and the given value using the operator 'le', i.e. <=.

    +

    Parameters

    • value: ReturnT

      Value to be used in the filter

      +

    Returns Filter<EntityT, ReturnT>

    The resulting filter

    +

lessThan

  • lessThan(value: ReturnT): Filter<EntityT, ReturnT>
  • +

    Creates an instance of Filter for this filter function and the given value using the operator 'lt', i.e. <.

    +

    Parameters

    • value: ReturnT

      Value to be used in the filter

      +

    Returns Filter<EntityT, ReturnT>

    The resulting filter

    +

notEquals

  • notEquals(value: ReturnT): Filter<EntityT, ReturnT>
  • +

    Creates an instance of Filter for this filter function and the given value using the operator 'ne', i.e. !=.

    +

    Parameters

    • value: ReturnT

      Value to be used in the filter

      +

    Returns Filter<EntityT, ReturnT>

    The resulting filter

    +

toString

  • toString(parentFieldNames?: string[]): string
  • deprecated

    Since v1.21.0. There will be no replacement. Let us know if you were using this functionality. +Serializes the filter function into a string

    +

    Parameters

    • Optional parentFieldNames: string[]

      Names of parents in case the function is part of a filter on a navigation property

      +

    Returns string

    The filter function as string

    +

    Copyright Ⓒ 2021 SAP SE or an SAP affiliate company. All rights reserved.

    +

Legend

  • Namespace
  • Variable
  • Function
  • Function with type parameter
  • Type alias
  • Type alias with type parameter
  • Class
  • Class with type parameter
  • Method
  • Interface
  • Interface with type parameter
  • Inherited property
  • Inherited method
  • Enumeration

Settings

Theme

\ No newline at end of file diff --git a/docs/api/1.49.0/classes/sap_cloud_sdk_core.StringField.html b/docs/api/1.49.0/classes/sap_cloud_sdk_core.StringField.html new file mode 100644 index 0000000000..5400c89f8e --- /dev/null +++ b/docs/api/1.49.0/classes/sap_cloud_sdk_core.StringField.html @@ -0,0 +1,24 @@ + +StringField | SAP Cloud SDK for JavaScript / TypeScript - v1.49.0
Options
All
  • Public
  • Public/Protected
  • All
Menu
deprecated

Since v1.47.0. Use EdmTypeField instead. +Represents a selectable property with a string value.

+

Type parameters

  • EntityT: EntityBase

    +

    Type of the entity the field belongs to

    +

Hierarchy

  • StringFieldBase<EntityT, true>
    • StringField

Index

Constructors

constructor

  • +

    Creates an instance of EdmTypeField.

    +

    Type parameters

    Parameters

    Returns StringField<EntityT>

Properties

Readonly _entity

_entity: EntityT

Readonly _entityConstructor

_entityConstructor: Constructable<EntityT, unknown>

Readonly _fieldName

_fieldName: string

Readonly _fieldOf

_fieldOf: ConstructorOrField<EntityT, any>

Readonly _fieldOptions

_fieldOptions: Required<FieldOptions<false, true>>

Readonly edmType

Methods

equals

  • equals(value: string): Filter<EntityT, string>
  • +

    Creates an instance of Filter for this field and the given value using the operator 'eq', i.e. ==.

    +

    Parameters

    • value: string

      Value to be used in the filter

      +

    Returns Filter<EntityT, string>

    The resulting filter

    +

fieldPath

  • fieldPath(): string
  • +

    Path to the field to be used in filter and order by queries.

    +

    Returns string

    Path to the field to be used in filter and order by queries.

    +

notEquals

  • notEquals(value: string): Filter<EntityT, string>
  • +

    Creates an instance of Filter for this field and the given value using the operator 'ne', i.e. !=.

    +

    Parameters

    • value: string

      Value to be used in the filter

      +

    Returns Filter<EntityT, string>

    The resulting filter

    +

    Copyright Ⓒ 2021 SAP SE or an SAP affiliate company. All rights reserved.

    +

Legend

  • Namespace
  • Variable
  • Function
  • Function with type parameter
  • Type alias
  • Type alias with type parameter
  • Interface
  • Interface with type parameter
  • Class
  • Class with type parameter
  • Inherited property
  • Inherited method
  • Enumeration

Settings

Theme

\ No newline at end of file diff --git a/docs/api/1.49.0/classes/sap_cloud_sdk_core.StringFilterFunction.html b/docs/api/1.49.0/classes/sap_cloud_sdk_core.StringFilterFunction.html new file mode 100644 index 0000000000..ff62dced99 --- /dev/null +++ b/docs/api/1.49.0/classes/sap_cloud_sdk_core.StringFilterFunction.html @@ -0,0 +1,23 @@ + +StringFilterFunction | SAP Cloud SDK for JavaScript / TypeScript - v1.49.0
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

Representation of a filter function, that returns a value of type string.

+

Type parameters

Hierarchy

Index

Constructors

constructor

  • +

    Creates an instance of StringFilterFunction.

    +

    Type parameters

    Parameters

    • functionName: string
      +

      Name of the function that returns a string value

      +
    • parameters: FilterFunctionParameterType<EntityT>[]
      +

      Representation of the parameters passed to the filter function

      +

    Returns StringFilterFunction<EntityT>

Properties

Readonly edmType

edmType: EdmTypeShared<ODataVersionOf<EntityT>>

Readonly functionName

functionName: string

Readonly parameters

parameters: FilterFunctionParameterType<EntityT>[]

Methods

equals

  • equals(value: string): Filter<EntityT, string>
  • +

    Creates an instance of Filter for this filter function and the given value using the operator 'eq', i.e. ==.

    +

    Parameters

    • value: string

      Value to be used in the filter

      +

    Returns Filter<EntityT, string>

    The resulting filter

    +

notEquals

  • notEquals(value: string): Filter<EntityT, string>
  • +

    Creates an instance of Filter for this filter function and the given value using the operator 'ne', i.e. !=.

    +

    Parameters

    • value: string

      Value to be used in the filter

      +

    Returns Filter<EntityT, string>

    The resulting filter

    +

toString

  • toString(parentFieldNames?: string[]): string
  • deprecated

    Since v1.21.0. There will be no replacement. Let us know if you were using this functionality. +Serializes the filter function into a string

    +

    Parameters

    • Optional parentFieldNames: string[]

      Names of parents in case the function is part of a filter on a navigation property

      +

    Returns string

    The filter function as string

    +

    Copyright Ⓒ 2021 SAP SE or an SAP affiliate company. All rights reserved.

    +

Legend

  • Namespace
  • Variable
  • Function
  • Function with type parameter
  • Type alias
  • Type alias with type parameter
  • Interface
  • Interface with type parameter
  • Class
  • Class with type parameter
  • Inherited property
  • Inherited method
  • Enumeration

Settings

Theme

\ No newline at end of file diff --git a/docs/api/1.49.0/classes/sap_cloud_sdk_core.TimeField.html b/docs/api/1.49.0/classes/sap_cloud_sdk_core.TimeField.html new file mode 100644 index 0000000000..76d4863217 --- /dev/null +++ b/docs/api/1.49.0/classes/sap_cloud_sdk_core.TimeField.html @@ -0,0 +1,40 @@ + +TimeField | SAP Cloud SDK for JavaScript / TypeScript - v1.49.0
Options
All
  • Public
  • Public/Protected
  • All
Menu
deprecated

Since v1.47.0. Use OrderableEdmTypeField instead. +Represents a selectable property with a time value.

+

Type parameters

  • EntityT: EntityBase

    +

    Type of the entity the field belongs to

    +

Hierarchy

Index

Constructors

constructor

Properties

Readonly _entity

_entity: EntityT

Readonly _entityConstructor

_entityConstructor: Constructable<EntityT, unknown>

Readonly _fieldName

_fieldName: string

Readonly _fieldOf

_fieldOf: ConstructorOrField<EntityT, any>

Readonly _fieldOptions

_fieldOptions: Required<FieldOptions<false, true>>

Readonly edmType

Methods

equals

  • +

    Creates an instance of Filter for this field and the given value using the operator 'eq', i.e. ==.

    +

    Parameters

    • value: Time

      Value to be used in the filter

      +

    Returns Filter<EntityT, Time>

    The resulting filter

    +

fieldPath

  • fieldPath(): string
  • +

    Path to the field to be used in filter and order by queries.

    +

    Returns string

    Path to the field to be used in filter and order by queries.

    +

greaterOrEqual

  • +

    Creates an instance of Filter for this field and the given value using the operator 'ge', i.e. >=.

    +

    Parameters

    • value: Time

      Value to be used in the filter

      +

    Returns Filter<EntityT, Time>

    The resulting filter

    +

greaterThan

  • +

    Creates an instance of Filter for this field and the given value using the operator 'gt', i.e. >.

    +

    Parameters

    • value: Time

      Value to be used in the filter

      +

    Returns Filter<EntityT, Time>

    The resulting filter

    +

lessOrEqual

  • +

    Creates an instance of Filter for this field and the given value using the operator 'le', i.e. <=.

    +

    Parameters

    • value: Time

      Value to be used in the filter

      +

    Returns Filter<EntityT, Time>

    The resulting filter

    +

lessThan

  • +

    Creates an instance of Filter for this field and the given value using the operator 'lt', i.e. <.

    +

    Parameters

    • value: Time

      Value to be used in the filter

      +

    Returns Filter<EntityT, Time>

    The resulting filter

    +

notEquals

  • +

    Creates an instance of Filter for this field and the given value using the operator 'ne', i.e. !=.

    +

    Parameters

    • value: Time

      Value to be used in the filter

      +

    Returns Filter<EntityT, Time>

    The resulting filter

    +

    Copyright Ⓒ 2021 SAP SE or an SAP affiliate company. All rights reserved.

    +

Legend

  • Namespace
  • Variable
  • Function
  • Function with type parameter
  • Type alias
  • Type alias with type parameter
  • Interface
  • Interface with type parameter
  • Class
  • Class with type parameter
  • Inherited property
  • Inherited method
  • Enumeration

Settings

Theme

\ No newline at end of file diff --git a/docs/api/1.49.0/classes/sap_cloud_sdk_core.TimeFieldBase.html b/docs/api/1.49.0/classes/sap_cloud_sdk_core.TimeFieldBase.html new file mode 100644 index 0000000000..7ff93d1443 --- /dev/null +++ b/docs/api/1.49.0/classes/sap_cloud_sdk_core.TimeFieldBase.html @@ -0,0 +1,40 @@ + +TimeFieldBase | SAP Cloud SDK for JavaScript / TypeScript - v1.49.0
Options
All
  • Public
  • Public/Protected
  • All
Menu
deprecated

Since v1.47.0. Use OrderableEdmTypeField instead. +Represents a property with a time value.

+

Type parameters

  • EntityT: EntityBase

    +

    Type of the entity the field belongs to

    +
  • SelectableT: boolean = false

Hierarchy

Index

Constructors

constructor

  • +

    Creates an instance of EdmTypeField.

    +

    Type parameters

    • EntityT: EntityBase<EntityT>

    • SelectableT: boolean = false

    Parameters

    Returns TimeFieldBase<EntityT, SelectableT>

Properties

Readonly _entity

_entity: EntityT

Readonly _entityConstructor

_entityConstructor: Constructable<EntityT, unknown>

Readonly _fieldName

_fieldName: string

Readonly _fieldOf

_fieldOf: ConstructorOrField<EntityT, any>

Readonly _fieldOptions

_fieldOptions: Required<FieldOptions<false, SelectableT>>

Readonly edmType

Methods

equals

  • +

    Creates an instance of Filter for this field and the given value using the operator 'eq', i.e. ==.

    +

    Parameters

    • value: Time

      Value to be used in the filter

      +

    Returns Filter<EntityT, Time>

    The resulting filter

    +

fieldPath

  • fieldPath(): string
  • +

    Path to the field to be used in filter and order by queries.

    +

    Returns string

    Path to the field to be used in filter and order by queries.

    +

greaterOrEqual

  • +

    Creates an instance of Filter for this field and the given value using the operator 'ge', i.e. >=.

    +

    Parameters

    • value: Time

      Value to be used in the filter

      +

    Returns Filter<EntityT, Time>

    The resulting filter

    +

greaterThan

  • +

    Creates an instance of Filter for this field and the given value using the operator 'gt', i.e. >.

    +

    Parameters

    • value: Time

      Value to be used in the filter

      +

    Returns Filter<EntityT, Time>

    The resulting filter

    +

lessOrEqual

  • +

    Creates an instance of Filter for this field and the given value using the operator 'le', i.e. <=.

    +

    Parameters

    • value: Time

      Value to be used in the filter

      +

    Returns Filter<EntityT, Time>

    The resulting filter

    +

lessThan

  • +

    Creates an instance of Filter for this field and the given value using the operator 'lt', i.e. <.

    +

    Parameters

    • value: Time

      Value to be used in the filter

      +

    Returns Filter<EntityT, Time>

    The resulting filter

    +

notEquals

  • +

    Creates an instance of Filter for this field and the given value using the operator 'ne', i.e. !=.

    +

    Parameters

    • value: Time

      Value to be used in the filter

      +

    Returns Filter<EntityT, Time>

    The resulting filter

    +

    Copyright Ⓒ 2021 SAP SE or an SAP affiliate company. All rights reserved.

    +

Legend

  • Namespace
  • Variable
  • Function
  • Function with type parameter
  • Type alias
  • Type alias with type parameter
  • Class
  • Class with type parameter
  • Method
  • Interface
  • Interface with type parameter
  • Inherited property
  • Inherited method
  • Enumeration

Settings

Theme

\ No newline at end of file diff --git a/docs/api/1.49.0/classes/sap_cloud_sdk_core.UnaryFilter.html b/docs/api/1.49.0/classes/sap_cloud_sdk_core.UnaryFilter.html new file mode 100644 index 0000000000..dc099806d4 --- /dev/null +++ b/docs/api/1.49.0/classes/sap_cloud_sdk_core.UnaryFilter.html @@ -0,0 +1,3 @@ +

Copyright Ⓒ 2021 SAP SE or an SAP affiliate company. All rights reserved.

+ +UnaryFilter | SAP Cloud SDK for JavaScript / TypeScript - v1.49.0
Options
All
  • Public
  • Public/Protected
  • All
Menu

Type parameters

Hierarchy

  • UnaryFilter

Index

Constructors

Properties

Constructors

constructor

  • Type parameters

    Parameters

    • singleOperand: Filterable<EntityT, any>
    • operator: "not"

    Returns UnaryFilter<EntityT>

Properties

operator

operator: "not"

singleOperand

singleOperand: Filterable<EntityT, any>

Legend

  • Namespace
  • Variable
  • Function
  • Function with type parameter
  • Type alias
  • Type alias with type parameter
  • Class
  • Class with type parameter
  • Property
  • Interface
  • Interface with type parameter
  • Enumeration

Settings

Theme

\ No newline at end of file diff --git a/docs/api/1.49.0/classes/sap_cloud_sdk_core.UpdateRequestBuilder.html b/docs/api/1.49.0/classes/sap_cloud_sdk_core.UpdateRequestBuilder.html new file mode 100644 index 0000000000..c997425c49 --- /dev/null +++ b/docs/api/1.49.0/classes/sap_cloud_sdk_core.UpdateRequestBuilder.html @@ -0,0 +1,108 @@ + +UpdateRequestBuilder | SAP Cloud SDK for JavaScript / TypeScript - v1.49.0
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

Create OData query to update an entity.

+

Type parameters

  • EntityT: Entity

    +

    Type of the entity to be updated

    +

Hierarchy

Implements

  • EntityIdentifiable<EntityT>

Index

Constructors

constructor

  • new UpdateRequestBuilder<EntityT>(_entityConstructor: Constructable<EntityT, unknown>, _entity: EntityT): UpdateRequestBuilder<EntityT>
  • +

    Creates an instance of UpdateRequestBuilder.

    +

    Type parameters

    Parameters

    • _entityConstructor: Constructable<EntityT, unknown>
      +

      Constructor type of the entity to be updated

      +
    • _entity: EntityT
      +

      Entity to be updated

      +

    Returns UpdateRequestBuilder<EntityT>

Properties

Readonly _entity

_entity: EntityT

Readonly _entityConstructor

_entityConstructor: Constructable<EntityT, unknown>

Readonly entitySerializer

entitySerializer: EntitySerializer<any, any>

Readonly extractODataEtag

extractODataEtag: (json: Record<string, any>) => undefined | string

Type declaration

    • (json: Record<string, any>): undefined | string
    • Parameters

      • json: Record<string, any>

      Returns undefined | string

Readonly oDataUri

oDataUri: ODataUri

Readonly payloadManipulator

payloadManipulator: (body: Record<string, any>) => Record<string, any>

Type declaration

    • (body: Record<string, any>): Record<string, any>
    • Parameters

      • body: Record<string, any>

      Returns Record<string, any>

requestConfig

requestConfig: ODataUpdateRequestConfig<EntityT>

Accessors

entity

  • get entity(): EntityT
  • Returns EntityT

Methods

addCustomHeaders

  • +

    Add custom headers to the request. Existing headers will be overwritten.

    +

    Parameters

    • headers: Record<string, string>

      Key-value pairs denoting additional custom headers.

      +

    Returns UpdateRequestBuilder<EntityT>

    The request builder itself, to facilitate method chaining.

    +

addCustomQueryParameters

  • +

    Add custom query parameters to the request. If a query parameter with the given name already exists it is overwritten.

    +

    Parameters

    • queryParameters: Record<string, string>

      Key-value pairs denoting additional custom query parameters to be set in the request.

      +

    Returns UpdateRequestBuilder<EntityT>

    The request builder itself, to facilitate method chaining

    +

addCustomRequestConfiguration

  • addCustomRequestConfiguration(requestConfiguration: Record<string, string>): UpdateRequestBuilder<EntityT>
  • +

    Add a custom request configuration to the request. Typically, this is used when specifying a response type for downloading files. +If the custom request configuration contains disallowed keys, those will be ignored.

    +

    Parameters

    • requestConfiguration: Record<string, string>

      Key-value pairs denoting additional custom request configuration options to be set in the request.

      +

    Returns UpdateRequestBuilder<EntityT>

    The request builder itself, to facilitate method chaining.

    +

appendPath

  • +

    Append the given path to the URL. +This can be used for querying navigation properties of an entity. +To execute a request with an appended path use executeRaw to avoid errors during deserialization. When using this, the execute method is omitted from the return type.

    +

    Parameters

    • Rest ...path: string[]

      Path to be appended.

      +

    Returns Omit<UpdateRequestBuilder<EntityT>, "execute">

    The request builder itself without "execute" function, to facilitate method chaining.

    +

build

execute

  • +

    Executes the query.

    +

    Parameters

    Returns Promise<EntityT>

    A promise resolving to the entity once it was updated

    +

executeRaw

  • +

    Execute request and return an HttpResponse. The request is only executed if some properties of the entity are modified.

    +

    Parameters

    Returns Promise<undefined | HttpResponse>

    A promise resolving to an HttpResponse when the request is executed or undefined otherwise.

    +

Protected executeRequest

Protected executeRequestRaw

Protected getPayload

  • getPayload(): Record<string, any>
  • Returns Record<string, any>

ignoreVersionIdentifier

  • +

    Instructs the request to force an overwrite of the entity by sending an 'If-Match: *' header instead of sending the ETag version identifier.

    +

    Returns UpdateRequestBuilder<EntityT>

    The request itself to ease chaining while executing the request.

    +

ignoredFields

Protected isEmptyObject

  • isEmptyObject(obj: any): boolean

prepare

  • deprecated

    Since v1.29.0. This method should never be called, it has severe side effects. +Builds the payload and the entity keys of the query.

    +

    Returns UpdateRequestBuilder<EntityT>

    the builder itself

    +

relativeUrl

  • relativeUrl(): string
  • +

    Create the relative URL based on configuration of the given builder.

    +

    Returns string

    The relative URL for the request

    +

replaceWholeEntityWithPut

  • +

    Explicitly configure 'PUT' as the method of the update request. By default, only the properties that have changed compared to the last known remote state are sent using 'PATCH', while with 'PUT', the whole entity is sent.

    +

    Returns UpdateRequestBuilder<EntityT>

    The entity itself, to facilitate method chaining.

    +

requiredFields

setCustomServicePath

  • +

    Replace the default service path with the given custom path. +In case of the SAP S/4HANA APIs the servicePath defaults to /sap/opu/odata/sap/<SERVICE_NAME> and can be overwritten here.

    +

    Parameters

    • servicePath: string

      Path to override the default with

      +

    Returns UpdateRequestBuilder<EntityT>

    The request builder itself, to facilitate method chaining

    +

setIgnoredFields

setRequiredFields

setVersionIdentifier

  • +

    Sets ETag version identifier of the entity to update.

    +

    Parameters

    • etag: string

      Custom ETag version identifier to be sent in the header of the request.

      +

    Returns UpdateRequestBuilder<EntityT>

    The request itself to ease chaining while executing the request.

    +

skipCsrfTokenFetching

  • +

    Skip fetching csrf token for this request, which is typically useful when the csrf token is not required.

    +

    Returns UpdateRequestBuilder<EntityT>

    The request builder itself, to facilitate method chaining.

    +

url

  • +

    Create the URL based on configuration of the given builder.

    +

    Parameters

    Returns Promise<string>

    Promise resolving to the URL for the request

    +

withCustomHeaders

  • deprecated

    Since version 1.34.0 Use addCustomHeaders instead. +Add custom headers to the request.

    +

    Parameters

    • headers: Record<string, string>

      Key-value pairs denoting additional custom headers.

      +

    Returns UpdateRequestBuilder<EntityT>

    The request builder itself, to facilitate method chaining.

    +

withCustomQueryParameters

  • deprecated

    Since version 1.34.0 Use addCustomQueryParameters instead. +Add custom query parameters to the request.

    +

    Parameters

    • queryParameters: Record<string, string>

      Key-value pairs denoting additional custom query parameters to be set in the request.

      +

    Returns UpdateRequestBuilder<EntityT>

    The request builder itself, to facilitate method chaining.

    +

withCustomServicePath

  • deprecated

    Since version 1.34.0 Use setCustomServicePath instead. +Replace the default service path with the given custom path. +In case of the SAP S/4HANA APIs the servicePath defaults to /sap/opu/odata/sap/<SERVICE_NAME> and can be overwritten here.

    +

    Parameters

    • servicePath: string

      Path to override the default with.

      +

    Returns UpdateRequestBuilder<EntityT>

    The request builder itself, to facilitate method chaining.

    +

withCustomVersionIdentifier

  • deprecated

    Since version 1.34.0 Use setVersionIdentifier instead. +Specifies a custom ETag version identifier of the entity to update.

    +

    Parameters

    • etag: string

      Custom ETag version identifier to be sent in the header of the request.

      +

    Returns UpdateRequestBuilder<EntityT>

    The request itself to ease chaining while executing the request.

    +

    Copyright Ⓒ 2021 SAP SE or an SAP affiliate company. All rights reserved.

    +

Legend

  • Namespace
  • Variable
  • Function
  • Function with type parameter
  • Type alias
  • Type alias with type parameter
  • Class
  • Class with type parameter
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Inherited property
  • Inherited method
  • Enumeration

Settings

Theme

\ No newline at end of file diff --git a/docs/api/1.49.0/classes/sap_cloud_sdk_core.UpdateRequestBuilderBase.html b/docs/api/1.49.0/classes/sap_cloud_sdk_core.UpdateRequestBuilderBase.html new file mode 100644 index 0000000000..9f75783e38 --- /dev/null +++ b/docs/api/1.49.0/classes/sap_cloud_sdk_core.UpdateRequestBuilderBase.html @@ -0,0 +1,106 @@ + +UpdateRequestBuilderBase | SAP Cloud SDK for JavaScript / TypeScript - v1.49.0
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

Abstract class to create OData query to update an entity containing methods shared for OData v2 and v4.

+

Type parameters

  • EntityT: EntityBase

    +

    Type of the entity to be updated

    +

Hierarchy

Implements

  • EntityIdentifiable<EntityT>

Index

Constructors

constructor

  • new UpdateRequestBuilderBase<EntityT>(_entityConstructor: Constructable<EntityT, unknown>, _entity: EntityT, oDataUri: ODataUri, entitySerializer: EntitySerializer<any, any>, extractODataEtag: (json: Record<string, any>) => undefined | string, payloadManipulator: (body: Record<string, any>) => Record<string, any>): UpdateRequestBuilderBase<EntityT>
  • +

    Creates an instance of UpdateRequestBuilder.

    +

    Type parameters

    Parameters

    • _entityConstructor: Constructable<EntityT, unknown>
      +

      Constructor type of the entity to be updated

      +
    • _entity: EntityT
      +

      Entity to be updated

      +
    • oDataUri: ODataUri
      +

      Collection of URI conversion methods

      +
    • entitySerializer: EntitySerializer<any, any>
      +

      Entity serializer

      +
    • extractODataEtag: (json: Record<string, any>) => undefined | string
      +

      Extractor for ETag from payload

      +
        • (json: Record<string, any>): undefined | string
        • Parameters

          • json: Record<string, any>

          Returns undefined | string

    • payloadManipulator: (body: Record<string, any>) => Record<string, any>
      +

      Manipulator for the payload.

      +
        • (body: Record<string, any>): Record<string, any>
        • Parameters

          • body: Record<string, any>

          Returns Record<string, any>

    Returns UpdateRequestBuilderBase<EntityT>

Properties

Readonly _entity

_entity: EntityT

Readonly _entityConstructor

_entityConstructor: Constructable<EntityT, unknown>

Readonly entitySerializer

entitySerializer: EntitySerializer<any, any>

Readonly extractODataEtag

extractODataEtag: (json: Record<string, any>) => undefined | string

Type declaration

    • (json: Record<string, any>): undefined | string
    • Parameters

      • json: Record<string, any>

      Returns undefined | string

Readonly oDataUri

oDataUri: ODataUri

Readonly payloadManipulator

payloadManipulator: (body: Record<string, any>) => Record<string, any>

Type declaration

    • (body: Record<string, any>): Record<string, any>
    • Parameters

      • body: Record<string, any>

      Returns Record<string, any>

requestConfig

requestConfig: ODataUpdateRequestConfig<EntityT>

Accessors

entity

  • get entity(): EntityT
  • Returns EntityT

Methods

addCustomHeaders

  • +

    Add custom headers to the request. Existing headers will be overwritten.

    +

    Parameters

    • headers: Record<string, string>

      Key-value pairs denoting additional custom headers.

      +

    Returns UpdateRequestBuilderBase<EntityT>

    The request builder itself, to facilitate method chaining.

    +

addCustomQueryParameters

  • +

    Add custom query parameters to the request. If a query parameter with the given name already exists it is overwritten.

    +

    Parameters

    • queryParameters: Record<string, string>

      Key-value pairs denoting additional custom query parameters to be set in the request.

      +

    Returns UpdateRequestBuilderBase<EntityT>

    The request builder itself, to facilitate method chaining

    +

addCustomRequestConfiguration

  • +

    Add a custom request configuration to the request. Typically, this is used when specifying a response type for downloading files. +If the custom request configuration contains disallowed keys, those will be ignored.

    +

    Parameters

    • requestConfiguration: Record<string, string>

      Key-value pairs denoting additional custom request configuration options to be set in the request.

      +

    Returns UpdateRequestBuilderBase<EntityT>

    The request builder itself, to facilitate method chaining.

    +

appendPath

  • +

    Append the given path to the URL. +This can be used for querying navigation properties of an entity. +To execute a request with an appended path use executeRaw to avoid errors during deserialization. When using this, the execute method is omitted from the return type.

    +

    Parameters

    • Rest ...path: string[]

      Path to be appended.

      +

    Returns Omit<UpdateRequestBuilderBase<EntityT>, "execute">

    The request builder itself without "execute" function, to facilitate method chaining.

    +

build

Protected executeRequest

  • +

    Executes the query.

    +

    Parameters

    Returns Promise<EntityT>

    A promise resolving to the entity once it was updated.

    +

Protected executeRequestRaw

Protected getPayload

  • getPayload(): Record<string, any>
  • Returns Record<string, any>

ignoreVersionIdentifier

  • +

    Instructs the request to force an overwrite of the entity by sending an 'If-Match: *' header instead of sending the ETag version identifier.

    +

    Returns UpdateRequestBuilderBase<EntityT>

    The request itself to ease chaining while executing the request.

    +

ignoredFields

  • deprecated

    Since version 1.34.0 Use setIgnoredFields instead. +Specifies entity fields to ignore by the update request.

    +

    Parameters

    • Rest ...fields: Selectable<EntityT>[]

      Enumeration of the fields to be ignored.

      +

    Returns UpdateRequestBuilderBase<EntityT>

    The entity itself, to facilitate method chaining.

    +
  • Parameters

    Returns UpdateRequestBuilderBase<EntityT>

Protected isEmptyObject

  • isEmptyObject(obj: any): boolean
  • Parameters

    • obj: any

    Returns boolean

prepare

  • deprecated

    Since v1.29.0. This method should never be called, it has severe side effects. +Builds the payload and the entity keys of the query.

    +

    Returns UpdateRequestBuilderBase<EntityT>

    the builder itself

    +

relativeUrl

  • relativeUrl(): string
  • +

    Create the relative URL based on configuration of the given builder.

    +

    Returns string

    The relative URL for the request

    +

replaceWholeEntityWithPut

  • +

    Explicitly configure 'PUT' as the method of the update request. By default, only the properties that have changed compared to the last known remote state are sent using 'PATCH', while with 'PUT', the whole entity is sent.

    +

    Returns UpdateRequestBuilderBase<EntityT>

    The entity itself, to facilitate method chaining.

    +

requiredFields

  • deprecated

    Since version 1.34.0 Use setRequiredFields instead. +Specifies required entity keys for the update request.

    +

    Parameters

    • Rest ...fields: Selectable<EntityT>[]

      Enumeration of the fields to be required.

      +

    Returns UpdateRequestBuilderBase<EntityT>

    The entity itself, to facilitate method chaining.

    +
  • Parameters

    Returns UpdateRequestBuilderBase<EntityT>

setCustomServicePath

  • +

    Replace the default service path with the given custom path. +In case of the SAP S/4HANA APIs the servicePath defaults to /sap/opu/odata/sap/<SERVICE_NAME> and can be overwritten here.

    +

    Parameters

    • servicePath: string

      Path to override the default with

      +

    Returns UpdateRequestBuilderBase<EntityT>

    The request builder itself, to facilitate method chaining

    +

setIgnoredFields

  • +

    Sets entity fields to ignore by the update request.

    +

    Parameters

    • Rest ...fields: Selectable<EntityT>[]

      Enumeration of the fields to be ignored.

      +

    Returns UpdateRequestBuilderBase<EntityT>

    The entity itself, to facilitate method chaining.

    +
  • Parameters

    Returns UpdateRequestBuilderBase<EntityT>

setRequiredFields

  • +

    Sets required entity keys for the update request.

    +

    Parameters

    • Rest ...fields: Selectable<EntityT>[]

      Enumeration of the fields to be required.

      +

    Returns UpdateRequestBuilderBase<EntityT>

    The entity itself, to facilitate method chaining.

    +
  • Parameters

    Returns UpdateRequestBuilderBase<EntityT>

setVersionIdentifier

  • +

    Sets ETag version identifier of the entity to update.

    +

    Parameters

    • etag: string

      Custom ETag version identifier to be sent in the header of the request.

      +

    Returns UpdateRequestBuilderBase<EntityT>

    The request itself to ease chaining while executing the request.

    +

skipCsrfTokenFetching

  • +

    Skip fetching csrf token for this request, which is typically useful when the csrf token is not required.

    +

    Returns UpdateRequestBuilderBase<EntityT>

    The request builder itself, to facilitate method chaining.

    +

url

  • +

    Create the URL based on configuration of the given builder.

    +

    Parameters

    Returns Promise<string>

    Promise resolving to the URL for the request

    +

withCustomHeaders

  • deprecated

    Since version 1.34.0 Use addCustomHeaders instead. +Add custom headers to the request.

    +

    Parameters

    • headers: Record<string, string>

      Key-value pairs denoting additional custom headers.

      +

    Returns UpdateRequestBuilderBase<EntityT>

    The request builder itself, to facilitate method chaining.

    +

withCustomQueryParameters

  • deprecated

    Since version 1.34.0 Use addCustomQueryParameters instead. +Add custom query parameters to the request.

    +

    Parameters

    • queryParameters: Record<string, string>

      Key-value pairs denoting additional custom query parameters to be set in the request.

      +

    Returns UpdateRequestBuilderBase<EntityT>

    The request builder itself, to facilitate method chaining.

    +

withCustomServicePath

  • deprecated

    Since version 1.34.0 Use setCustomServicePath instead. +Replace the default service path with the given custom path. +In case of the SAP S/4HANA APIs the servicePath defaults to /sap/opu/odata/sap/<SERVICE_NAME> and can be overwritten here.

    +

    Parameters

    • servicePath: string

      Path to override the default with.

      +

    Returns UpdateRequestBuilderBase<EntityT>

    The request builder itself, to facilitate method chaining.

    +

withCustomVersionIdentifier

  • deprecated

    Since version 1.34.0 Use setVersionIdentifier instead. +Specifies a custom ETag version identifier of the entity to update.

    +

    Parameters

    • etag: string

      Custom ETag version identifier to be sent in the header of the request.

      +

    Returns UpdateRequestBuilderBase<EntityT>

    The request itself to ease chaining while executing the request.

    +

    Copyright Ⓒ 2021 SAP SE or an SAP affiliate company. All rights reserved.

    +

Legend

  • Namespace
  • Variable
  • Function
  • Function with type parameter
  • Type alias
  • Type alias with type parameter
  • Class
  • Class with type parameter
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Inherited property
  • Inherited method
  • Enumeration
  • Protected method

Settings

Theme

\ No newline at end of file diff --git a/docs/api/1.49.0/classes/sap_cloud_sdk_core.UpdateRequestBuilderV4.html b/docs/api/1.49.0/classes/sap_cloud_sdk_core.UpdateRequestBuilderV4.html new file mode 100644 index 0000000000..2779fb5fa1 --- /dev/null +++ b/docs/api/1.49.0/classes/sap_cloud_sdk_core.UpdateRequestBuilderV4.html @@ -0,0 +1,104 @@ + +UpdateRequestBuilderV4 | SAP Cloud SDK for JavaScript / TypeScript - v1.49.0
Options
All
  • Public
  • Public/Protected
  • All
Menu

Type parameters

Hierarchy

Index

Constructors

constructor

  • new UpdateRequestBuilderV4<EntityT>(_entityConstructor: Constructable<EntityT, unknown>, _entity: EntityT): UpdateRequestBuilderV4<EntityT>
  • +

    Creates an instance of UpdateRequestBuilder.

    +

    Type parameters

    Parameters

    • _entityConstructor: Constructable<EntityT, unknown>
      +

      Constructor type of the entity to be updated

      +
    • _entity: EntityT
      +

      Entity to be updated

      +

    Returns UpdateRequestBuilderV4<EntityT>

Properties

Readonly _entity

_entity: EntityT

Readonly _entityConstructor

_entityConstructor: Constructable<EntityT, unknown>

Readonly entitySerializer

entitySerializer: EntitySerializer<any, any>

Readonly extractODataEtag

extractODataEtag: (json: Record<string, any>) => undefined | string

Type declaration

    • (json: Record<string, any>): undefined | string
    • Parameters

      • json: Record<string, any>

      Returns undefined | string

Readonly oDataUri

oDataUri: ODataUri

Readonly payloadManipulator

payloadManipulator: (body: Record<string, any>) => Record<string, any>

Type declaration

    • (body: Record<string, any>): Record<string, any>
    • Parameters

      • body: Record<string, any>

      Returns Record<string, any>

requestConfig

requestConfig: ODataUpdateRequestConfig<EntityT>

Accessors

entity

  • get entity(): EntityT
  • Returns EntityT

Methods

addCustomHeaders

  • +

    Add custom headers to the request. Existing headers will be overwritten.

    +

    Parameters

    • headers: Record<string, string>

      Key-value pairs denoting additional custom headers.

      +

    Returns UpdateRequestBuilderV4<EntityT>

    The request builder itself, to facilitate method chaining.

    +

addCustomQueryParameters

  • +

    Add custom query parameters to the request. If a query parameter with the given name already exists it is overwritten.

    +

    Parameters

    • queryParameters: Record<string, string>

      Key-value pairs denoting additional custom query parameters to be set in the request.

      +

    Returns UpdateRequestBuilderV4<EntityT>

    The request builder itself, to facilitate method chaining

    +

addCustomRequestConfiguration

  • +

    Add a custom request configuration to the request. Typically, this is used when specifying a response type for downloading files. +If the custom request configuration contains disallowed keys, those will be ignored.

    +

    Parameters

    • requestConfiguration: Record<string, string>

      Key-value pairs denoting additional custom request configuration options to be set in the request.

      +

    Returns UpdateRequestBuilderV4<EntityT>

    The request builder itself, to facilitate method chaining.

    +

appendPath

  • +

    Append the given path to the URL. +This can be used for querying navigation properties of an entity. +To execute a request with an appended path use executeRaw to avoid errors during deserialization. When using this, the execute method is omitted from the return type.

    +

    Parameters

    • Rest ...path: string[]

      Path to be appended.

      +

    Returns Omit<UpdateRequestBuilderV4<EntityT>, "execute">

    The request builder itself without "execute" function, to facilitate method chaining.

    +

build

execute

  • +

    Executes the query.

    +

    Parameters

    Returns Promise<EntityT>

    A promise resolving to the entity once it was updated

    +

executeRaw

Protected executeRequest

Protected executeRequestRaw

Protected getPayload

  • getPayload(): Record<string, any>
  • Returns Record<string, any>

ignoreVersionIdentifier

  • +

    Instructs the request to force an overwrite of the entity by sending an 'If-Match: *' header instead of sending the ETag version identifier.

    +

    Returns UpdateRequestBuilderV4<EntityT>

    The request itself to ease chaining while executing the request.

    +

ignoredFields

Protected isEmptyObject

  • isEmptyObject(obj: any): boolean

prepare

  • deprecated

    Since v1.29.0. This method should never be called, it has severe side effects. +Builds the payload and the entity keys of the query.

    +

    Returns UpdateRequestBuilderV4<EntityT>

    the builder itself

    +

relativeUrl

  • relativeUrl(): string
  • +

    Create the relative URL based on configuration of the given builder.

    +

    Returns string

    The relative URL for the request

    +

replaceWholeEntityWithPut

  • +

    Explicitly configure 'PUT' as the method of the update request. By default, only the properties that have changed compared to the last known remote state are sent using 'PATCH', while with 'PUT', the whole entity is sent.

    +

    Returns UpdateRequestBuilderV4<EntityT>

    The entity itself, to facilitate method chaining.

    +

requiredFields

setCustomServicePath

  • +

    Replace the default service path with the given custom path. +In case of the SAP S/4HANA APIs the servicePath defaults to /sap/opu/odata/sap/<SERVICE_NAME> and can be overwritten here.

    +

    Parameters

    • servicePath: string

      Path to override the default with

      +

    Returns UpdateRequestBuilderV4<EntityT>

    The request builder itself, to facilitate method chaining

    +

setIgnoredFields

setRequiredFields

setVersionIdentifier

  • +

    Sets ETag version identifier of the entity to update.

    +

    Parameters

    • etag: string

      Custom ETag version identifier to be sent in the header of the request.

      +

    Returns UpdateRequestBuilderV4<EntityT>

    The request itself to ease chaining while executing the request.

    +

skipCsrfTokenFetching

  • +

    Skip fetching csrf token for this request, which is typically useful when the csrf token is not required.

    +

    Returns UpdateRequestBuilderV4<EntityT>

    The request builder itself, to facilitate method chaining.

    +

url

  • +

    Create the URL based on configuration of the given builder.

    +

    Parameters

    Returns Promise<string>

    Promise resolving to the URL for the request

    +

withCustomHeaders

  • deprecated

    Since version 1.34.0 Use addCustomHeaders instead. +Add custom headers to the request.

    +

    Parameters

    • headers: Record<string, string>

      Key-value pairs denoting additional custom headers.

      +

    Returns UpdateRequestBuilderV4<EntityT>

    The request builder itself, to facilitate method chaining.

    +

withCustomQueryParameters

  • deprecated

    Since version 1.34.0 Use addCustomQueryParameters instead. +Add custom query parameters to the request.

    +

    Parameters

    • queryParameters: Record<string, string>

      Key-value pairs denoting additional custom query parameters to be set in the request.

      +

    Returns UpdateRequestBuilderV4<EntityT>

    The request builder itself, to facilitate method chaining.

    +

withCustomServicePath

  • deprecated

    Since version 1.34.0 Use setCustomServicePath instead. +Replace the default service path with the given custom path. +In case of the SAP S/4HANA APIs the servicePath defaults to /sap/opu/odata/sap/<SERVICE_NAME> and can be overwritten here.

    +

    Parameters

    • servicePath: string

      Path to override the default with.

      +

    Returns UpdateRequestBuilderV4<EntityT>

    The request builder itself, to facilitate method chaining.

    +

withCustomVersionIdentifier

  • deprecated

    Since version 1.34.0 Use setVersionIdentifier instead. +Specifies a custom ETag version identifier of the entity to update.

    +

    Parameters

    • etag: string

      Custom ETag version identifier to be sent in the header of the request.

      +

    Returns UpdateRequestBuilderV4<EntityT>

    The request itself to ease chaining while executing the request.

    +

    Copyright Ⓒ 2021 SAP SE or an SAP affiliate company. All rights reserved.

    +

Legend

  • Namespace
  • Variable
  • Function
  • Function with type parameter
  • Type alias
  • Type alias with type parameter
  • Class
  • Class with type parameter
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Inherited property
  • Inherited method
  • Enumeration

Settings

Theme

\ No newline at end of file diff --git a/docs/api/1.49.0/classes/sap_cloud_sdk_util.ErrorWithCause.html b/docs/api/1.49.0/classes/sap_cloud_sdk_util.ErrorWithCause.html new file mode 100644 index 0000000000..c5f5a8b98a --- /dev/null +++ b/docs/api/1.49.0/classes/sap_cloud_sdk_util.ErrorWithCause.html @@ -0,0 +1,19 @@ + +ErrorWithCause | SAP Cloud SDK for JavaScript / TypeScript - v1.49.0
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

Represents an error that was caused by another error.

+

Hierarchy

  • Error
    • ErrorWithCause

Index

Constructors

constructor

Properties

Readonly cause

cause: Error

message

message: string

name

name: string

Optional stack

stack?: string

Static Optional prepareStackTrace

prepareStackTrace?: (err: Error, stackTraces: CallSite[]) => any

Type declaration

    • (err: Error, stackTraces: CallSite[]): any
    • +

      Optional override for formatting stack traces

      +

      Parameters

      • err: Error
      • stackTraces: CallSite[]

      Returns any

Static stackTraceLimit

stackTraceLimit: number

Accessors

rootCause

  • get rootCause(): Error
  • +

    Root cause of the error. +If there are multiple errors caused one by another, the root cause is the first error that occurred. +In case there is no root cause.

    +

    Returns Error

Methods

Static captureStackTrace

  • captureStackTrace(targetObject: Object, constructorOpt?: Function): void
  • +

    Create .stack property on a target object

    +

    Copyright Ⓒ 2021 SAP SE or an SAP affiliate company. All rights reserved.

    +

    Parameters

    • targetObject: Object
    • Optional constructorOpt: Function

    Returns void

Legend

  • Namespace
  • Variable
  • Function
  • Function with type parameter
  • Type alias
  • Type alias with type parameter
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Interface
  • Interface with type parameter
  • Enumeration

Settings

Theme

\ No newline at end of file diff --git a/docs/api/1.49.0/classes/sap_cloud_sdk_util.UniqueNameGenerator.html b/docs/api/1.49.0/classes/sap_cloud_sdk_util.UniqueNameGenerator.html new file mode 100644 index 0000000000..e095068eed --- /dev/null +++ b/docs/api/1.49.0/classes/sap_cloud_sdk_util.UniqueNameGenerator.html @@ -0,0 +1,50 @@ + +UniqueNameGenerator | SAP Cloud SDK for JavaScript / TypeScript - v1.49.0
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

Holds state on already used names and provides new names if there are naming conflicts.

+

Hierarchy

  • UniqueNameGenerator

Index

Constructors

constructor

  • new UniqueNameGenerator(indexSeparator?: string, usedNames?: readonly string[]): UniqueNameGenerator
  • +

    Creates an instance of UniqueNameGenerator.

    +

    Parameters

    • Optional indexSeparator: string
      +

      The separator to be used when adding an index.

      +
    • Optional usedNames: readonly string[]
      +

      Sets the already used names considered in the finding process.

      +

    Returns UniqueNameGenerator

Methods

addToUsedNames

  • addToUsedNames(...names: string[]): void
  • +

    Adds the name(s) to the already used names.

    +

    Parameters

    • Rest ...names: string[]

      Names to be added

      +

    Returns void

generateAndSaveUniqueName

  • generateAndSaveUniqueName(name: string, caseSensitive?: boolean): string
  • +

    Generate a unique name by appending an index separated by the indexSeparator if necessary, e. g. if MyName is already taken MyName_1 will be found by default. +The generated name is added to the used names. +If the name is already unique nothing is appended.

    +

    Parameters

    • name: string

      The name to get a unique name from.

      +
    • Optional caseSensitive: boolean

      Whether to check the already used names in a case sensitive manner.

      +

    Returns string

    A unique name.

    +

generateAndSaveUniqueNamesWithSuffixes

  • generateAndSaveUniqueNamesWithSuffixes(name: string, suffixes: string[], caseSensitive?: boolean): string[]
  • +

    Generate unique names by appending an index separated by the indexSeparator if necessary, while respecting the given suffixes. +If the name is already unique nothing is appended. +The generated names are added to the used names. +Each given suffix is appended to the unique name in the result. +The resulting names are also checked for uniqueness. +All names in the result have the same number suffix. +Example: if MyName and MyName_1MySuffix is already taken, [MyName_2, MyName_2MySuffix] will be generated by default.

    +

    Parameters

    • name: string

      The name to get a unique name from

      +
    • suffixes: string[]

      Additional name of suffixes to be considered for the finding process, as well as the output.

      +
    • Optional caseSensitive: boolean

      Whether to check the already used names in a case sensitive manner.

      +

    Returns string[]

    A list of unique names. The length of this array is one plus the number of suffixes provided. The first entry corresponds to the given name.

    +

generateUniqueName

  • generateUniqueName(name: string, caseSensitive?: boolean): string
  • +

    Generate a unique name by appending an index separated by the indexSeparator if necessary, e. g. if MyName is already taken MyName_1 will be found by default. +If the name is already unique nothing is appended.

    +

    Parameters

    • name: string

      The name to get a unique name from.

      +
    • Optional caseSensitive: boolean

      Whether to check the already used names in a case sensitive manner.

      +

    Returns string

    A unique name.

    +

generateUniqueNamesWithSuffixes

  • generateUniqueNamesWithSuffixes(name: string, suffixes: string[], caseSensitive?: boolean): string[]
  • +

    Generate unique names by appending an index separated by the indexSeparator if necessary, while respecting the given suffixes. +If the name is already unique nothing is appended. +Each given suffix is appended to the unique name in the result. +The resulting names are also checked for uniqueness. +All names in the result have the same number suffix. +Example: if MyName and MyName_1MySuffix is already taken, [MyName_2, MyName_2MySuffix] will be generated by default.

    +

    Parameters

    • name: string

      The name to get a unique name from

      +
    • suffixes: string[]

      Additional name of suffixes to be considered for the finding process, as well as the output.

      +
    • Optional caseSensitive: boolean

      Whether to check the already used names in a case sensitive manner.

      +

    Returns string[]

    A list of unique names. The length of this array is one plus the number of suffixes provided. The first entry corresponds to the given name.

    +

    Copyright Ⓒ 2021 SAP SE or an SAP affiliate company. All rights reserved.

    +

Legend

  • Namespace
  • Variable
  • Function
  • Function with type parameter
  • Type alias
  • Type alias with type parameter
  • Class
  • Class with type parameter
  • Constructor
  • Method
  • Interface
  • Interface with type parameter
  • Enumeration

Settings

Theme

\ No newline at end of file diff --git a/docs/api/1.49.0/enums/sap_cloud_sdk_core.DestinationOrigin.html b/docs/api/1.49.0/enums/sap_cloud_sdk_core.DestinationOrigin.html new file mode 100644 index 0000000000..9d84850676 --- /dev/null +++ b/docs/api/1.49.0/enums/sap_cloud_sdk_core.DestinationOrigin.html @@ -0,0 +1,6 @@ + +DestinationOrigin | SAP Cloud SDK for JavaScript / TypeScript - v1.49.0
Options
All
  • Public
  • Public/Protected
  • All
Menu
deprecated

Since v1.0.1.

+

Represents the origin of a destination in a multi-tenant setup on SAP Cloud Platform.

+

In a multi-tenant application on SAP Cloud Platform, destinations can be defined both on provider account level ("PaaS tenant") as well as on the level of each subscriber account ("SaaS tenant").

+

Copyright Ⓒ 2021 SAP SE or an SAP affiliate company. All rights reserved.

+

Index

Enumeration members

Enumeration members

Provider

Provider = "provider"

Subscriber

Subscriber = "subscriber"

Legend

  • Namespace
  • Variable
  • Function
  • Function with type parameter
  • Type alias
  • Type alias with type parameter
  • Interface
  • Interface with type parameter
  • Class
  • Class with type parameter
  • Enumeration

Settings

Theme

\ No newline at end of file diff --git a/docs/api/1.49.0/enums/sap_cloud_sdk_core.DestinationType.html b/docs/api/1.49.0/enums/sap_cloud_sdk_core.DestinationType.html new file mode 100644 index 0000000000..ec636db4f0 --- /dev/null +++ b/docs/api/1.49.0/enums/sap_cloud_sdk_core.DestinationType.html @@ -0,0 +1,6 @@ + +DestinationType | SAP Cloud SDK for JavaScript / TypeScript - v1.49.0
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

The destinations endpoint distinguished between destinations maintained on service level (instance) and account level (subaccount). +This enum is used as a switch in the fetchInstanceDestinations, fetchSubaccountDestinations and destinationServiceCache

+

Copyright Ⓒ 2021 SAP SE or an SAP affiliate company. All rights reserved.

+

Index

Enumeration members

Enumeration members

Instance

Instance = "instance"

Subaccount

Subaccount = "subaccount"

Legend

  • Namespace
  • Variable
  • Function
  • Function with type parameter
  • Type alias
  • Type alias with type parameter
  • Interface
  • Interface with type parameter
  • Class
  • Class with type parameter
  • Enumeration

Settings

Theme

\ No newline at end of file diff --git a/docs/api/1.49.0/enums/sap_cloud_sdk_core.HttpMethod.html b/docs/api/1.49.0/enums/sap_cloud_sdk_core.HttpMethod.html new file mode 100644 index 0000000000..5c23cd3366 --- /dev/null +++ b/docs/api/1.49.0/enums/sap_cloud_sdk_core.HttpMethod.html @@ -0,0 +1,4 @@ + +HttpMethod | SAP Cloud SDK for JavaScript / TypeScript - v1.49.0
Options
All
  • Public
  • Public/Protected
  • All
Menu
deprecated

Since v1.20.0. Use method string directly, e. g. 'get' or 'GET'.

+

Copyright Ⓒ 2021 SAP SE or an SAP affiliate company. All rights reserved.

+

Index

Enumeration members

DELETE

DELETE = "DELETE"

GET

GET = "GET"

HEAD

HEAD = "HEAD"

OPTIONS

OPTIONS = "OPTIONS"

PATCH

PATCH = "PATCH"

POST

POST = "POST"

PUT

PUT = "PUT"

Legend

  • Namespace
  • Variable
  • Function
  • Function with type parameter
  • Type alias
  • Type alias with type parameter
  • Interface
  • Interface with type parameter
  • Class
  • Class with type parameter
  • Enumeration

Settings

Theme

\ No newline at end of file diff --git a/docs/api/1.49.0/enums/sap_cloud_sdk_core.IsolationStrategy.html b/docs/api/1.49.0/enums/sap_cloud_sdk_core.IsolationStrategy.html new file mode 100644 index 0000000000..93e8a7c413 --- /dev/null +++ b/docs/api/1.49.0/enums/sap_cloud_sdk_core.IsolationStrategy.html @@ -0,0 +1,5 @@ + +IsolationStrategy | SAP Cloud SDK for JavaScript / TypeScript - v1.49.0
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

Enumerator that selects the isolation type of destination in cache.

+

Copyright Ⓒ 2021 SAP SE or an SAP affiliate company. All rights reserved.

+

Index

Enumeration members

No_Isolation

No_Isolation = "NoIsolation"

Tenant

Tenant = "Tenant"

Tenant_User

Tenant_User = "TenantUser"

User

User = "User"

Legend

  • Namespace
  • Variable
  • Function
  • Function with type parameter
  • Type alias
  • Type alias with type parameter
  • Interface
  • Interface with type parameter
  • Class
  • Class with type parameter
  • Enumeration

Settings

Theme

\ No newline at end of file diff --git a/docs/api/1.49.0/enums/sap_cloud_sdk_core.Protocol-1.html b/docs/api/1.49.0/enums/sap_cloud_sdk_core.Protocol-1.html new file mode 100644 index 0000000000..c359ed15af --- /dev/null +++ b/docs/api/1.49.0/enums/sap_cloud_sdk_core.Protocol-1.html @@ -0,0 +1,3 @@ +

Copyright Ⓒ 2021 SAP SE or an SAP affiliate company. All rights reserved.

+ +Protocol | SAP Cloud SDK for JavaScript / TypeScript - v1.49.0
Options
All
  • Public
  • Public/Protected
  • All
Menu

Index

Enumeration members

Enumeration members

HTTP

HTTP = "http"

HTTPS

HTTPS = "https"

Legend

  • Namespace
  • Variable
  • Function
  • Function with type parameter
  • Type alias
  • Type alias with type parameter
  • Interface
  • Interface with type parameter
  • Class
  • Class with type parameter
  • Enumeration

Settings

Theme

\ No newline at end of file diff --git a/docs/api/1.49.0/enums/sap_cloud_sdk_core.ProxyStrategy.html b/docs/api/1.49.0/enums/sap_cloud_sdk_core.ProxyStrategy.html new file mode 100644 index 0000000000..0db372f77e --- /dev/null +++ b/docs/api/1.49.0/enums/sap_cloud_sdk_core.ProxyStrategy.html @@ -0,0 +1,6 @@ + +ProxyStrategy | SAP Cloud SDK for JavaScript / TypeScript - v1.49.0
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

Enum representing the different strategies for proxies on requests. Possible situations are "NO_PROXY", use the connectivity service proxy for On-Premise connection or a usual web proxy. +See also ProxyConfiguration for more details.

+

Copyright Ⓒ 2021 SAP SE or an SAP affiliate company. All rights reserved.

+

Index

Enumeration members

INTERNET_PROXY

INTERNET_PROXY = 2

NO_PROXY

NO_PROXY = 0

ON_PREMISE_PROXY

ON_PREMISE_PROXY = 1

Legend

  • Namespace
  • Variable
  • Function
  • Function with type parameter
  • Type alias
  • Type alias with type parameter
  • Interface
  • Interface with type parameter
  • Class
  • Class with type parameter
  • Enumeration

Settings

Theme

\ No newline at end of file diff --git a/docs/api/1.49.0/index.html b/docs/api/1.49.0/index.html new file mode 100644 index 0000000000..66623e9d2b --- /dev/null +++ b/docs/api/1.49.0/index.html @@ -0,0 +1,23 @@ + +SAP Cloud SDK for JavaScript / TypeScript - v1.49.0
Options
All
  • Public
  • Public/Protected
  • All
Menu

SAP Cloud SDK for JavaScript / TypeScript - v1.49.0

+ +

Version: 1.49.0

+
+

The SAP Cloud SDK for JavaScript and TypeScript consists of multiple libraries to enable you to write side-by-side extensions on SAP Cloud Platform.

+

You can find tutorials that showcase some of the typical use cases on developers.sap.com. +If you have questions, you can reach out to us on StackOverflow using the tag sap-cloud-sdk and on answers.sap.com using the tag SAP Cloud SDK. +Also, you can browse our release notes to check out what's new in each version.

+ + +

More Helpful Links

+
+ +

Copyright Ⓒ 2021 SAP SE or an SAP affiliate company. All rights reserved.

+

Legend

  • Namespace
  • Variable
  • Function
  • Function with type parameter
  • Type alias
  • Type alias with type parameter
  • Interface
  • Interface with type parameter
  • Class
  • Class with type parameter
  • Enumeration

Settings

Theme

\ No newline at end of file diff --git a/docs/api/1.49.0/interfaces/sap_cloud_sdk_core.AuthAndExchangeTokens.html b/docs/api/1.49.0/interfaces/sap_cloud_sdk_core.AuthAndExchangeTokens.html new file mode 100644 index 0000000000..26e968ce3a --- /dev/null +++ b/docs/api/1.49.0/interfaces/sap_cloud_sdk_core.AuthAndExchangeTokens.html @@ -0,0 +1,3 @@ +

Copyright Ⓒ 2021 SAP SE or an SAP affiliate company. All rights reserved.

+ +AuthAndExchangeTokens | SAP Cloud SDK for JavaScript / TypeScript - v1.49.0
Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • AuthAndExchangeTokens

Index

Properties

authHeaderJwt

authHeaderJwt: string

Optional exchangeHeaderJwt

exchangeHeaderJwt?: string

Legend

  • Namespace
  • Variable
  • Function
  • Function with type parameter
  • Type alias
  • Type alias with type parameter
  • Interface
  • Interface with type parameter
  • Property
  • Class
  • Class with type parameter
  • Enumeration

Settings

Theme

\ No newline at end of file diff --git a/docs/api/1.49.0/interfaces/sap_cloud_sdk_core.CachingOptions.html b/docs/api/1.49.0/interfaces/sap_cloud_sdk_core.CachingOptions.html new file mode 100644 index 0000000000..d71bb478d3 --- /dev/null +++ b/docs/api/1.49.0/interfaces/sap_cloud_sdk_core.CachingOptions.html @@ -0,0 +1,8 @@ + +CachingOptions | SAP Cloud SDK for JavaScript / TypeScript - v1.49.0
Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • CachingOptions

Index

Properties

Optional isolationStrategy

isolationStrategy?: IsolationStrategy
+

The isolation strategy used for caching destinations. For the available options, see IsolationStrategy. +By default, IsolationStrategy.Tenant is set.

+

Optional useCache

useCache?: boolean
+

A boolean value that indicates whether to read destinations from cache.

+

Copyright Ⓒ 2021 SAP SE or an SAP affiliate company. All rights reserved.

+

Legend

  • Namespace
  • Variable
  • Function
  • Function with type parameter
  • Type alias
  • Type alias with type parameter
  • Interface
  • Interface with type parameter
  • Property
  • Class
  • Class with type parameter
  • Enumeration

Settings

Theme

\ No newline at end of file diff --git a/docs/api/1.49.0/interfaces/sap_cloud_sdk_core.ClientCredentials.html b/docs/api/1.49.0/interfaces/sap_cloud_sdk_core.ClientCredentials.html new file mode 100644 index 0000000000..9392fa0077 --- /dev/null +++ b/docs/api/1.49.0/interfaces/sap_cloud_sdk_core.ClientCredentials.html @@ -0,0 +1,3 @@ +

Copyright Ⓒ 2021 SAP SE or an SAP affiliate company. All rights reserved.

+ +ClientCredentials | SAP Cloud SDK for JavaScript / TypeScript - v1.49.0
Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • ClientCredentials

Index

Properties

password

password: string

username

username: string

Legend

  • Namespace
  • Variable
  • Function
  • Function with type parameter
  • Type alias
  • Type alias with type parameter
  • Interface
  • Interface with type parameter
  • Property
  • Class
  • Class with type parameter
  • Enumeration

Settings

Theme

\ No newline at end of file diff --git a/docs/api/1.49.0/interfaces/sap_cloud_sdk_core.CompleteDecodedJWT.html b/docs/api/1.49.0/interfaces/sap_cloud_sdk_core.CompleteDecodedJWT.html new file mode 100644 index 0000000000..c046654cfb --- /dev/null +++ b/docs/api/1.49.0/interfaces/sap_cloud_sdk_core.CompleteDecodedJWT.html @@ -0,0 +1,5 @@ + +CompleteDecodedJWT | SAP Cloud SDK for JavaScript / TypeScript - v1.49.0
Options
All
  • Public
  • Public/Protected
  • All
Menu
deprecated

Since v1.46.0. Use Jwt instead. +Interface to represent header and payload of a JWT.

+

Copyright Ⓒ 2021 SAP SE or an SAP affiliate company. All rights reserved.

+

Hierarchy

Index

Properties

Optional aud

aud?: string[]

Optional email

email?: string

Optional exp

exp?: number

Optional family_name

family_name?: string

Optional given_name

given_name?: string

header

header: JWTHeader

Optional iat

iat?: number

Optional iss

iss?: string

Optional jti

jti?: string

Optional nbf

nbf?: string

payload

payload: JWTPayload

Optional scope

scope?: string[]

signature

signature: string

Optional sub

sub?: string

Optional user_id

user_id?: string

Optional user_name

user_name?: string

Optional xs.user.attributes

xs.user.attributes?: Map<string, string[]>

Optional zdn

zdn?: string

Optional zid

zid?: string

Legend

  • Namespace
  • Variable
  • Function
  • Function with type parameter
  • Type alias
  • Type alias with type parameter
  • Interface
  • Interface with type parameter
  • Property
  • Class
  • Class with type parameter
  • Enumeration

Settings

Theme

\ No newline at end of file diff --git a/docs/api/1.49.0/interfaces/sap_cloud_sdk_core.ComplexTypeNamespace.html b/docs/api/1.49.0/interfaces/sap_cloud_sdk_core.ComplexTypeNamespace.html new file mode 100644 index 0000000000..78a507b2c7 --- /dev/null +++ b/docs/api/1.49.0/interfaces/sap_cloud_sdk_core.ComplexTypeNamespace.html @@ -0,0 +1,3 @@ +

Copyright Ⓒ 2021 SAP SE or an SAP affiliate company. All rights reserved.

+ +ComplexTypeNamespace | SAP Cloud SDK for JavaScript / TypeScript - v1.49.0
Options
All
  • Public
  • Public/Protected
  • All
Menu

Type parameters

  • ComplexT

Hierarchy

  • ComplexTypeNamespace

Index

Properties

_propertyMetadata

_propertyMetadata: PropertyMetadata<ComplexT>[]

Legend

  • Namespace
  • Variable
  • Function
  • Function with type parameter
  • Type alias
  • Type alias with type parameter
  • Interface
  • Interface with type parameter
  • Property
  • Class
  • Class with type parameter
  • Enumeration

Settings

Theme

\ No newline at end of file diff --git a/docs/api/1.49.0/interfaces/sap_cloud_sdk_core.DecodedJWT.html b/docs/api/1.49.0/interfaces/sap_cloud_sdk_core.DecodedJWT.html new file mode 100644 index 0000000000..5273d91f33 --- /dev/null +++ b/docs/api/1.49.0/interfaces/sap_cloud_sdk_core.DecodedJWT.html @@ -0,0 +1,5 @@ + +DecodedJWT | SAP Cloud SDK for JavaScript / TypeScript - v1.49.0
Options
All
  • Public
  • Public/Protected
  • All
Menu
deprecated

Since v1.20.0. Use JWTPayload if you want to represent the decoded JWT payload or CompleteDecodedJWT for the full decoded object. +Interface to represent the payload of a JWT.

+

Copyright Ⓒ 2021 SAP SE or an SAP affiliate company. All rights reserved.

+

Hierarchy

Indexable

[otherKey: string]: any

Index

Properties

Optional aud

aud?: string[]

Optional email

email?: string

Optional exp

exp?: number

Optional family_name

family_name?: string

Optional given_name

given_name?: string

Optional iat

iat?: number

Optional iss

iss?: string

Optional jti

jti?: string

Optional nbf

nbf?: string

Optional scope

scope?: string[]

Optional sub

sub?: string

Optional user_id

user_id?: string

Optional user_name

user_name?: string

Optional xs.user.attributes

xs.user.attributes?: Map<string, string[]>

Optional zdn

zdn?: string

Optional zid

zid?: string

Legend

  • Namespace
  • Variable
  • Function
  • Function with type parameter
  • Type alias
  • Type alias with type parameter
  • Interface
  • Interface with type parameter
  • Class
  • Class with type parameter
  • Enumeration

Settings

Theme

\ No newline at end of file diff --git a/docs/api/1.49.0/interfaces/sap_cloud_sdk_core.Destination.html b/docs/api/1.49.0/interfaces/sap_cloud_sdk_core.Destination.html new file mode 100644 index 0000000000..37df357cff --- /dev/null +++ b/docs/api/1.49.0/interfaces/sap_cloud_sdk_core.Destination.html @@ -0,0 +1,64 @@ + +Destination | SAP Cloud SDK for JavaScript / TypeScript - v1.49.0
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

A resolved destination containing information needed to execute requests, such as the system URL.

+

You can create a destination as a local object when supplying all necessary information, or it could be retrieved from the destination service on SAP Cloud Platform (via DestinationNameAndJwt). +When creating a local object representing a destination, you need to supply at least the url and, if required by the target system, valid credentials with username and password.

+

Hierarchy

  • Destination

Index

Properties

Optional authTokens

authTokens?: null | DestinationAuthToken[]
+

Authentication tokens returned from destination service on SAP Cloud Platform.

+

Optional authentication

authentication?: AuthenticationType
+

Type of authentication to use.

+

Defaults to NoAuthentication, unless username and password are provided, in which case the default is BasicAuthentication.

+

Optional certificates

certificates?: DestinationCertificate[]
+

Array of certificates used for authentication type ClientCertificateAuthentication.

+

Optional clientId

clientId?: string
+

Client Id used to retrieve access token for "OAuth2ClientCredentials", "OAuth2UserTokenExchange" and "OAuth2JWTBearer" authentication.

+

Optional clientSecret

clientSecret?: string
+

Client Secret used to retrieve access token for "OAuth2ClientCredentials", "OAuth2UserTokenExchange" and "OAuth2JWTBearer" authentication.

+

Optional cloudConnectorLocationId

cloudConnectorLocationId?: string
+

Location ID of the Cloud Connector to be used for connection to an On-Premise system. Optional. Corresponds to property "CloudConnectorLocationId" in the additional properties of a destination.

+

Optional headers

headers?: Record<string, any>
+

Additional headers to be used for calls against the destination, originally defined by URL.headers.<header-name>. +The keys of this object denote the names of the headers and the values their values.

+

Optional isTestDestination

isTestDestination?: boolean
+

Flag indicating whether the destination is for test purpose. Should be "undefined" or "false" for non-mocked destinations.

+

Optional isTrustingAllCertificates

isTrustingAllCertificates?: boolean
+

Flag indicating whether all certificates should be accepted when communicating with the destination. Should not be "true" in production.

+

Optional keyStoreName

keyStoreName?: string
+

Name of the key store/certificate to be used for ClientCertificateAuthentication.

+

Optional keyStorePassword

keyStorePassword?: string
+

Password of the key store/certificate to be used for ClientCertificateAuthentication.

+

Optional name

name?: null | string
+

Name of the destination retrieved from SAP Cloud Platform.

+

Optional origin

deprecated

Since v1.0.1. +Origin of the destination in a multi-tenant setup on SAP Cloud Platform (either from provider or subscriber account), optional.

+

Optional originalProperties

originalProperties?: {}
+

Further properties of the destination as defined in destination service on SAP Cloud Platform, possibly empty.

+

Type declaration

  • [key: string]: any

Optional password

password?: null | string
+

Password to use for basic authentication, optional if other means of authentication shall be used.

+

Optional proxyConfiguration

proxyConfiguration?: ProxyConfiguration
+

ProxyConfiguration for on-premise connectivity and http(s) web proxies. Is present if proxyType of the destination equals "OnPremise" or environment variables [http_proxy] or [https_proxy] are set See ProxyConfiguration.

+

Optional proxyType

+

Proxy type to specify whether the target resides on-premise (not used).

+

Optional queryParameters

queryParameters?: Record<string, any>
+

Additional query parameters to be used for calls against the destination, originally defined by URL.queries.<query-parameter-name>. +The keys of this object denote the names of the query parameters and the values their values.

+

Optional sapClient

sapClient?: null | string
+

Client to target in an SAP system, will be added as HTTP header sap-client if set.

+

Optional systemUser

systemUser?: string
+

System user to be used for OAuth2SAMLBearerAssertion authentication type.

+

Optional tokenServicePassword

tokenServicePassword?: string
+

Password for tokenServiceUser (if required).

+

Optional tokenServiceUrl

tokenServiceUrl?: string
+

URL to retrieve access token for "OAuth2ClientCredentials", "OAuth2UserTokenExchange" and "OAuth2JWTBearer" authentication.

+

Optional tokenServiceUser

tokenServiceUser?: string
+

User for basic authentication to OAuth server (if required).

+

Optional type

type?: "HTTP" | "LDAP" | "MAIL" | "RFC"
+

The type of the destination, defaults to 'HTTP'. The SAP Cloud SDK only understands destinations of type 'HTTP'.

+

url

url: string
+

Base URL for calls to this destination. +The URL has to define the protocol, like http:// or https://, and a host. +The path for requests against this destination will be appended to the path defined in the URL as a new path segment.

+

Optional username

username?: null | string
+

Username to use for basic authentication, optional if other means of authentication shall be used.

+

Copyright Ⓒ 2021 SAP SE or an SAP affiliate company. All rights reserved.

+

Legend

  • Namespace
  • Variable
  • Function
  • Function with type parameter
  • Type alias
  • Type alias with type parameter
  • Interface
  • Interface with type parameter
  • Property
  • Class
  • Class with type parameter
  • Enumeration

Settings

Theme

\ No newline at end of file diff --git a/docs/api/1.49.0/interfaces/sap_cloud_sdk_core.DestinationAccessorOptions.html b/docs/api/1.49.0/interfaces/sap_cloud_sdk_core.DestinationAccessorOptions.html new file mode 100644 index 0000000000..92fff0bfcd --- /dev/null +++ b/docs/api/1.49.0/interfaces/sap_cloud_sdk_core.DestinationAccessorOptions.html @@ -0,0 +1,13 @@ + +DestinationAccessorOptions | SAP Cloud SDK for JavaScript / TypeScript - v1.49.0
Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • DestinationAccessorOptions

Index

Properties

Optional iss

iss?: string
+

This property is only considered in case no userJwt is provided. +It is meant for situations where you do not have a token e.g. background processes. +The value for iss is the issuer field of a JWT e.g. https://.localhost:8080/uaa/oauth/token'

+

ATTENTION: If this property is used, no validation of the provided subdomain value is done. This is differs from how the userJwt is handled. +So be careful that the used value is not manipulated and breaks the tenant isolation of your application.

+

Optional selectionStrategy

selectionStrategy?: DestinationSelectionStrategy
+

Method that implements the selection strategy of the retrieved destination. Uses subscriberFirst per default. Use the selector helper DestinationSelectionStrategies to select the appropriate selection strategy.

+

Optional userJwt

userJwt?: string
+

The user token of the current request.

+

Copyright Ⓒ 2021 SAP SE or an SAP affiliate company. All rights reserved.

+

Legend

  • Namespace
  • Variable
  • Function
  • Function with type parameter
  • Type alias
  • Type alias with type parameter
  • Interface
  • Interface with type parameter
  • Property
  • Class
  • Class with type parameter
  • Enumeration

Settings

Theme

\ No newline at end of file diff --git a/docs/api/1.49.0/interfaces/sap_cloud_sdk_core.DestinationAuthToken.html b/docs/api/1.49.0/interfaces/sap_cloud_sdk_core.DestinationAuthToken.html new file mode 100644 index 0000000000..40c9a2c881 --- /dev/null +++ b/docs/api/1.49.0/interfaces/sap_cloud_sdk_core.DestinationAuthToken.html @@ -0,0 +1,5 @@ + +DestinationAuthToken | SAP Cloud SDK for JavaScript / TypeScript - v1.49.0
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

Represents authentication token returned from destination service.

+

Copyright Ⓒ 2021 SAP SE or an SAP affiliate company. All rights reserved.

+

Hierarchy

  • DestinationAuthToken

Index

Properties

error

error: null | string

expiresIn

expiresIn: string

http_header

http_header: { key: string; value: string }

Type declaration

  • key: string
  • value: string

type

type: string

value

value: string

Legend

  • Namespace
  • Variable
  • Function
  • Function with type parameter
  • Type alias
  • Type alias with type parameter
  • Interface
  • Interface with type parameter
  • Property
  • Class
  • Class with type parameter
  • Enumeration

Settings

Theme

\ No newline at end of file diff --git a/docs/api/1.49.0/interfaces/sap_cloud_sdk_core.DestinationCachingOptions.html b/docs/api/1.49.0/interfaces/sap_cloud_sdk_core.DestinationCachingOptions.html new file mode 100644 index 0000000000..4e74a38082 --- /dev/null +++ b/docs/api/1.49.0/interfaces/sap_cloud_sdk_core.DestinationCachingOptions.html @@ -0,0 +1,9 @@ + +DestinationCachingOptions | SAP Cloud SDK for JavaScript / TypeScript - v1.49.0
Options
All
  • Public
  • Public/Protected
  • All
Menu
deprecated

Since version 1.16.0. Use CachingOptions instead.

+

Hierarchy

  • DestinationCachingOptions

Index

Properties

Optional isolationStrategy

isolationStrategy?: IsolationStrategy
+

The isolation strategy used for caching destinations. For the available options, see IsolationStrategy. +By default, IsolationStrategy.Tenant is set.

+

Optional useCache

useCache?: boolean
+

A boolean value that indicates whether to read destinations from cache.

+

Copyright Ⓒ 2021 SAP SE or an SAP affiliate company. All rights reserved.

+

Legend

  • Namespace
  • Variable
  • Function
  • Function with type parameter
  • Type alias
  • Type alias with type parameter
  • Interface
  • Interface with type parameter
  • Property
  • Class
  • Class with type parameter
  • Enumeration

Settings

Theme

\ No newline at end of file diff --git a/docs/api/1.49.0/interfaces/sap_cloud_sdk_core.DestinationCertificate.html b/docs/api/1.49.0/interfaces/sap_cloud_sdk_core.DestinationCertificate.html new file mode 100644 index 0000000000..bbff048b8f --- /dev/null +++ b/docs/api/1.49.0/interfaces/sap_cloud_sdk_core.DestinationCertificate.html @@ -0,0 +1,11 @@ + +DestinationCertificate | SAP Cloud SDK for JavaScript / TypeScript - v1.49.0
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

Represents a certificate attached to a destination.

+

Hierarchy

  • DestinationCertificate

Index

Properties

Properties

content

content: string
+

Content of the certificate as base64 encoded binary.

+

name

name: string
+

Name of the certificate file.

+

type

type: string
+

Type of the certificate.

+

Copyright Ⓒ 2021 SAP SE or an SAP affiliate company. All rights reserved.

+

Legend

  • Namespace
  • Variable
  • Function
  • Function with type parameter
  • Type alias
  • Type alias with type parameter
  • Interface
  • Interface with type parameter
  • Property
  • Class
  • Class with type parameter
  • Enumeration

Settings

Theme

\ No newline at end of file diff --git a/docs/api/1.49.0/interfaces/sap_cloud_sdk_core.DestinationConfiguration.html b/docs/api/1.49.0/interfaces/sap_cloud_sdk_core.DestinationConfiguration.html new file mode 100644 index 0000000000..f6dcfa7e0e --- /dev/null +++ b/docs/api/1.49.0/interfaces/sap_cloud_sdk_core.DestinationConfiguration.html @@ -0,0 +1,5 @@ + +DestinationConfiguration | SAP Cloud SDK for JavaScript / TypeScript - v1.49.0
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

Configuration of a destination as it is available through the destination service.

+

Copyright Ⓒ 2021 SAP SE or an SAP affiliate company. All rights reserved.

+

Hierarchy

  • DestinationConfiguration

Indexable

[key: string]: any

Index

Properties

Optional Authentication

Authentication?: AuthenticationType

Optional Name

Name?: string

Optional Password

Password?: string

Optional ProxyType

ProxyType?: string

Optional SystemUser

SystemUser?: string

Optional TrustAll

TrustAll?: string

Optional Type

Type?: "HTTP" | "LDAP" | "MAIL" | "RFC"

URL

URL: string

Optional User

User?: string

Optional clientId

clientId?: string

Optional clientSecret

clientSecret?: string

Optional sap-client

sap-client?: string

Optional tokenServicePass

tokenServicePass?: string

Optional tokenServiceURL

tokenServiceURL?: string

Optional tokenServiceUsername

tokenServiceUsername?: string

Legend

  • Namespace
  • Variable
  • Function
  • Function with type parameter
  • Type alias
  • Type alias with type parameter
  • Interface
  • Interface with type parameter
  • Property
  • Class
  • Class with type parameter
  • Enumeration

Settings

Theme

\ No newline at end of file diff --git a/docs/api/1.49.0/interfaces/sap_cloud_sdk_core.DestinationForServiceBindingsOptions.html b/docs/api/1.49.0/interfaces/sap_cloud_sdk_core.DestinationForServiceBindingsOptions.html new file mode 100644 index 0000000000..94b6c80d44 --- /dev/null +++ b/docs/api/1.49.0/interfaces/sap_cloud_sdk_core.DestinationForServiceBindingsOptions.html @@ -0,0 +1,7 @@ + +DestinationForServiceBindingsOptions | SAP Cloud SDK for JavaScript / TypeScript - v1.49.0
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

Options to customize the behavior of destinationForServiceBinding.

+

Hierarchy

  • DestinationForServiceBindingsOptions

Index

Methods

Optional transformationFn

  • +

    Custom transformation function to control how a Destination is built from the given ServiceBinding.

    +

    Copyright Ⓒ 2021 SAP SE or an SAP affiliate company. All rights reserved.

    +

    Parameters

    Returns Destination

Legend

  • Namespace
  • Variable
  • Function
  • Function with type parameter
  • Type alias
  • Type alias with type parameter
  • Interface
  • Interface with type parameter
  • Method
  • Class
  • Class with type parameter
  • Enumeration

Settings

Theme

\ No newline at end of file diff --git a/docs/api/1.49.0/interfaces/sap_cloud_sdk_core.DestinationHttpRequestConfig.html b/docs/api/1.49.0/interfaces/sap_cloud_sdk_core.DestinationHttpRequestConfig.html new file mode 100644 index 0000000000..b357dba907 --- /dev/null +++ b/docs/api/1.49.0/interfaces/sap_cloud_sdk_core.DestinationHttpRequestConfig.html @@ -0,0 +1,3 @@ +

Copyright Ⓒ 2021 SAP SE or an SAP affiliate company. All rights reserved.

+ +DestinationHttpRequestConfig | SAP Cloud SDK for JavaScript / TypeScript - v1.49.0
Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • DestinationHttpRequestConfig

Index

Properties

baseURL

baseURL: string

headers

headers: Record<string, string>

Optional httpAgent

httpAgent?: Agent

Optional httpsAgent

httpsAgent?: Agent

Optional params

params?: Record<string, string>

Legend

  • Namespace
  • Variable
  • Function
  • Function with type parameter
  • Type alias
  • Type alias with type parameter
  • Interface
  • Interface with type parameter
  • Property
  • Class
  • Class with type parameter
  • Enumeration

Settings

Theme

\ No newline at end of file diff --git a/docs/api/1.49.0/interfaces/sap_cloud_sdk_core.DestinationJson.html b/docs/api/1.49.0/interfaces/sap_cloud_sdk_core.DestinationJson.html new file mode 100644 index 0000000000..15d984d796 --- /dev/null +++ b/docs/api/1.49.0/interfaces/sap_cloud_sdk_core.DestinationJson.html @@ -0,0 +1,5 @@ + +DestinationJson | SAP Cloud SDK for JavaScript / TypeScript - v1.49.0
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

Destination configuration alongside authtokens and certificates.

+

Copyright Ⓒ 2021 SAP SE or an SAP affiliate company. All rights reserved.

+

Hierarchy

  • DestinationJson

Indexable

[key: string]: any

Index

Properties

Optional authTokens

authTokens?: Record<string, string>[]

Optional certificates

certificates?: Record<string, string>[]

destinationConfiguration

destinationConfiguration: DestinationConfiguration

Legend

  • Namespace
  • Variable
  • Function
  • Function with type parameter
  • Type alias
  • Type alias with type parameter
  • Interface
  • Interface with type parameter
  • Property
  • Class
  • Class with type parameter
  • Enumeration

Settings

Theme

\ No newline at end of file diff --git a/docs/api/1.49.0/interfaces/sap_cloud_sdk_core.DestinationNameAndJwt.html b/docs/api/1.49.0/interfaces/sap_cloud_sdk_core.DestinationNameAndJwt.html new file mode 100644 index 0000000000..ab5bce7dd0 --- /dev/null +++ b/docs/api/1.49.0/interfaces/sap_cloud_sdk_core.DestinationNameAndJwt.html @@ -0,0 +1,15 @@ + +DestinationNameAndJwt | SAP Cloud SDK for JavaScript / TypeScript - v1.49.0
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

Declaration of a destination to be retrieved from an environment variable or from the destination service on SAP Cloud Platform.

+

Use an object of this interface to specify which destination shall be used when executing a request. +The destination will be retrieved via its DestinationNameAndJwt.destinationName according to the following algorithm:

+
    +
  1. If a destination of this DestinationNameAndJwt.destinationName is defined in the environment variable destinations (if available), it will be converted into a Destination and used for the request.
  2. +
  3. Otherwise, the destination service on SAP Cloud Platform is queried for a destination with the given DestinationNameAndJwt.destinationName, using the access token provided as value of property jwt.
  4. +
+

Hierarchy

  • DestinationNameAndJwt

Index

Properties

destinationName

destinationName: string
+

Name of the destination to retrieve, mandatory.

+

Optional jwt

jwt?: string
+

An access token for the XSUAA service on SAP Cloud Platform, provided as a JSON Web Token, only mandatory when destination shall be retrieved from destination service on SAP Cloud Platform.

+

Copyright Ⓒ 2021 SAP SE or an SAP affiliate company. All rights reserved.

+

Legend

  • Namespace
  • Variable
  • Function
  • Function with type parameter
  • Type alias
  • Type alias with type parameter
  • Interface
  • Interface with type parameter
  • Property
  • Class
  • Class with type parameter
  • Enumeration

Settings

Theme

\ No newline at end of file diff --git a/docs/api/1.49.0/interfaces/sap_cloud_sdk_core.EntityDeserializer.html b/docs/api/1.49.0/interfaces/sap_cloud_sdk_core.EntityDeserializer.html new file mode 100644 index 0000000000..4895f9d81e --- /dev/null +++ b/docs/api/1.49.0/interfaces/sap_cloud_sdk_core.EntityDeserializer.html @@ -0,0 +1,5 @@ + +EntityDeserializer | SAP Cloud SDK for JavaScript / TypeScript - v1.49.0
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

Interface representing the return type of the builder function entityDeserializer

+

Copyright Ⓒ 2021 SAP SE or an SAP affiliate company. All rights reserved.

+

Type parameters

Hierarchy

  • EntityDeserializer

Index

Methods

deserializeComplexType

  • Parameters

    Returns any

deserializeEntity

  • deserializeEntity(json: any, entityConstructor: Constructable<EntityT, unknown>, requestHeader?: any): EntityT
  • Parameters

    • json: any
    • entityConstructor: Constructable<EntityT, unknown>
    • Optional requestHeader: any

    Returns EntityT

Legend

  • Namespace
  • Variable
  • Function
  • Function with type parameter
  • Type alias
  • Type alias with type parameter
  • Interface
  • Interface with type parameter
  • Method
  • Class
  • Class with type parameter
  • Enumeration

Settings

Theme

\ No newline at end of file diff --git a/docs/api/1.49.0/interfaces/sap_cloud_sdk_core.EntitySerializer.html b/docs/api/1.49.0/interfaces/sap_cloud_sdk_core.EntitySerializer.html new file mode 100644 index 0000000000..ab16861419 --- /dev/null +++ b/docs/api/1.49.0/interfaces/sap_cloud_sdk_core.EntitySerializer.html @@ -0,0 +1,5 @@ + +EntitySerializer | SAP Cloud SDK for JavaScript / TypeScript - v1.49.0
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface EntitySerializer<EntityT, ComplexTypeNamespaceT>

+

Interface representing the return type of the builder function entitySerializer.

+

Copyright Ⓒ 2021 SAP SE or an SAP affiliate company. All rights reserved.

+

Type parameters

Hierarchy

  • EntitySerializer

Index

Methods

serializeComplexType

  • serializeComplexType(fieldValue: any, complexTypeNameSpace: ComplexTypeNamespaceT): any
  • Parameters

    • fieldValue: any
    • complexTypeNameSpace: ComplexTypeNamespaceT

    Returns any

serializeEntity

  • serializeEntity(entity: EntityT, entityConstructor: Constructable<EntityT, unknown>, diff?: boolean): Record<string, any>
  • Parameters

    • entity: EntityT
    • entityConstructor: Constructable<EntityT, unknown>
    • Optional diff: boolean

    Returns Record<string, any>

serializeEntityNonCustomFields

  • serializeEntityNonCustomFields(entity: EntityT, entityConstructor: Constructable<EntityT, unknown>): Record<string, any>
  • Parameters

    • entity: EntityT
    • entityConstructor: Constructable<EntityT, unknown>

    Returns Record<string, any>

Legend

  • Namespace
  • Variable
  • Function
  • Function with type parameter
  • Type alias
  • Type alias with type parameter
  • Interface
  • Interface with type parameter
  • Method
  • Class
  • Class with type parameter
  • Enumeration

Settings

Theme

\ No newline at end of file diff --git a/docs/api/1.49.0/interfaces/sap_cloud_sdk_core.ErrorResponse.html b/docs/api/1.49.0/interfaces/sap_cloud_sdk_core.ErrorResponse.html new file mode 100644 index 0000000000..c8b1b9107d --- /dev/null +++ b/docs/api/1.49.0/interfaces/sap_cloud_sdk_core.ErrorResponse.html @@ -0,0 +1,3 @@ +

Copyright Ⓒ 2021 SAP SE or an SAP affiliate company. All rights reserved.

+ +ErrorResponse | SAP Cloud SDK for JavaScript / TypeScript - v1.49.0
Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • ErrorResponse

Index

Properties

Methods

Properties

body

body: Record<string, any>

httpCode

httpCode: number

Methods

isSuccess

  • isSuccess(): boolean
  • Returns boolean

Legend

  • Namespace
  • Variable
  • Function
  • Function with type parameter
  • Type alias
  • Type alias with type parameter
  • Interface
  • Interface with type parameter
  • Property
  • Method
  • Class
  • Class with type parameter
  • Enumeration

Settings

Theme

\ No newline at end of file diff --git a/docs/api/1.49.0/interfaces/sap_cloud_sdk_core.FieldOptions.html b/docs/api/1.49.0/interfaces/sap_cloud_sdk_core.FieldOptions.html new file mode 100644 index 0000000000..417dc7819d --- /dev/null +++ b/docs/api/1.49.0/interfaces/sap_cloud_sdk_core.FieldOptions.html @@ -0,0 +1,9 @@ + +FieldOptions | SAP Cloud SDK for JavaScript / TypeScript - v1.49.0
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

Optional settings for fields.

+

Type parameters

  • NullableT: boolean = false

  • SelectableT: boolean = false

Hierarchy

  • FieldOptions

Index

Properties

Optional isNullable

isNullable?: NullableT
+

Whether the value of the field can be null.

+

Optional isSelectable

isSelectable?: SelectableT
+

Whether the field can be reference in a .select statement.

+

Copyright Ⓒ 2021 SAP SE or an SAP affiliate company. All rights reserved.

+

Legend

  • Namespace
  • Variable
  • Function
  • Function with type parameter
  • Type alias
  • Type alias with type parameter
  • Interface
  • Interface with type parameter
  • Property
  • Class
  • Class with type parameter
  • Enumeration

Settings

Theme

\ No newline at end of file diff --git a/docs/api/1.49.0/interfaces/sap_cloud_sdk_core.GetFilter.html b/docs/api/1.49.0/interfaces/sap_cloud_sdk_core.GetFilter.html new file mode 100644 index 0000000000..64696a3d16 --- /dev/null +++ b/docs/api/1.49.0/interfaces/sap_cloud_sdk_core.GetFilter.html @@ -0,0 +1,5 @@ + +GetFilter | SAP Cloud SDK for JavaScript / TypeScript - v1.49.0
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

Interface representing the return of the getFilter creator createGetFilter.

+

Copyright Ⓒ 2021 SAP SE or an SAP affiliate company. All rights reserved.

+

Type parameters

Hierarchy

  • GetFilter

Index

Properties

Properties

getFilter

getFilter: GetFilterType<EntityT>

Legend

  • Namespace
  • Variable
  • Function
  • Function with type parameter
  • Type alias
  • Type alias with type parameter
  • Interface
  • Interface with type parameter
  • Property
  • Class
  • Class with type parameter
  • Enumeration

Settings

Theme

\ No newline at end of file diff --git a/docs/api/1.49.0/interfaces/sap_cloud_sdk_core.HttpAgentConfig.html b/docs/api/1.49.0/interfaces/sap_cloud_sdk_core.HttpAgentConfig.html new file mode 100644 index 0000000000..cfda505974 --- /dev/null +++ b/docs/api/1.49.0/interfaces/sap_cloud_sdk_core.HttpAgentConfig.html @@ -0,0 +1,5 @@ + +HttpAgentConfig | SAP Cloud SDK for JavaScript / TypeScript - v1.49.0
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

Interface for the http-agent within the Axios request config.

+

Copyright Ⓒ 2021 SAP SE or an SAP affiliate company. All rights reserved.

+

Hierarchy

  • HttpAgentConfig

Index

Properties

Properties

httpAgent

httpAgent: Agent

Legend

  • Namespace
  • Variable
  • Function
  • Function with type parameter
  • Type alias
  • Type alias with type parameter
  • Interface
  • Interface with type parameter
  • Property
  • Class
  • Class with type parameter
  • Enumeration

Settings

Theme

\ No newline at end of file diff --git a/docs/api/1.49.0/interfaces/sap_cloud_sdk_core.HttpReponse.html b/docs/api/1.49.0/interfaces/sap_cloud_sdk_core.HttpReponse.html new file mode 100644 index 0000000000..5b21317ce6 --- /dev/null +++ b/docs/api/1.49.0/interfaces/sap_cloud_sdk_core.HttpReponse.html @@ -0,0 +1,4 @@ + +HttpReponse | SAP Cloud SDK for JavaScript / TypeScript - v1.49.0
Options
All
  • Public
  • Public/Protected
  • All
Menu
deprecated

Since v1.6.4. Use HttpResponse instead.

+

Copyright Ⓒ 2021 SAP SE or an SAP affiliate company. All rights reserved.

+

Hierarchy

  • KnownHttpResponseFields
    • HttpReponse

Indexable

[otherKey: string]: any

Index

Properties

data

data: any

headers

headers: any

request

request: any

status

status: number

Legend

  • Namespace
  • Variable
  • Function
  • Function with type parameter
  • Type alias
  • Type alias with type parameter
  • Interface
  • Interface with type parameter
  • Class
  • Class with type parameter
  • Enumeration

Settings

Theme

\ No newline at end of file diff --git a/docs/api/1.49.0/interfaces/sap_cloud_sdk_core.HttpRequestConfig.html b/docs/api/1.49.0/interfaces/sap_cloud_sdk_core.HttpRequestConfig.html new file mode 100644 index 0000000000..c28175eb4c --- /dev/null +++ b/docs/api/1.49.0/interfaces/sap_cloud_sdk_core.HttpRequestConfig.html @@ -0,0 +1,5 @@ + +HttpRequestConfig | SAP Cloud SDK for JavaScript / TypeScript - v1.49.0
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

This interface is compatible with AxiosRequestConfig.

+

Copyright Ⓒ 2021 SAP SE or an SAP affiliate company. All rights reserved.

+

Hierarchy

  • HttpRequestConfig

Indexable

[key: string]: any

Index

Properties

Optional data

data?: any

Optional headers

headers?: any

Optional httpAgent

httpAgent?: any

Optional httpsAgent

httpsAgent?: any

Optional maxContentLength

maxContentLength?: number

method

method: Method

Optional params

params?: Record<string, string>

Optional proxy

proxy?: false

Optional timeout

timeout?: number

Optional url

url?: string

Legend

  • Namespace
  • Variable
  • Function
  • Function with type parameter
  • Type alias
  • Type alias with type parameter
  • Interface
  • Interface with type parameter
  • Property
  • Class
  • Class with type parameter
  • Enumeration

Settings

Theme

\ No newline at end of file diff --git a/docs/api/1.49.0/interfaces/sap_cloud_sdk_core.HttpRequestOptions.html b/docs/api/1.49.0/interfaces/sap_cloud_sdk_core.HttpRequestOptions.html new file mode 100644 index 0000000000..423911b934 --- /dev/null +++ b/docs/api/1.49.0/interfaces/sap_cloud_sdk_core.HttpRequestOptions.html @@ -0,0 +1,7 @@ + +HttpRequestOptions | SAP Cloud SDK for JavaScript / TypeScript - v1.49.0
Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • HttpRequestOptions

Index

Properties

Properties

Optional fetchCsrfToken

fetchCsrfToken?: boolean
+

A boolean value that indicates whether to fetch the csrf token for a non-get request. +For a get request, the csrf token is not fetched and this option is ignored. +By default, the value is false.

+

Copyright Ⓒ 2021 SAP SE or an SAP affiliate company. All rights reserved.

+

Legend

  • Namespace
  • Variable
  • Function
  • Function with type parameter
  • Type alias
  • Type alias with type parameter
  • Interface
  • Interface with type parameter
  • Property
  • Class
  • Class with type parameter
  • Enumeration

Settings

Theme

\ No newline at end of file diff --git a/docs/api/1.49.0/interfaces/sap_cloud_sdk_core.HttpResponse.html b/docs/api/1.49.0/interfaces/sap_cloud_sdk_core.HttpResponse.html new file mode 100644 index 0000000000..07ad6bf143 --- /dev/null +++ b/docs/api/1.49.0/interfaces/sap_cloud_sdk_core.HttpResponse.html @@ -0,0 +1,3 @@ +

Copyright Ⓒ 2021 SAP SE or an SAP affiliate company. All rights reserved.

+ +HttpResponse | SAP Cloud SDK for JavaScript / TypeScript - v1.49.0
Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • KnownHttpResponseFields
    • HttpResponse

Indexable

[otherKey: string]: any

Index

Properties

data

data: any

headers

headers: any

request

request: any

status

status: number

Legend

  • Namespace
  • Variable
  • Function
  • Function with type parameter
  • Type alias
  • Type alias with type parameter
  • Interface
  • Interface with type parameter
  • Class
  • Class with type parameter
  • Enumeration

Settings

Theme

\ No newline at end of file diff --git a/docs/api/1.49.0/interfaces/sap_cloud_sdk_core.HttpsAgentConfig.html b/docs/api/1.49.0/interfaces/sap_cloud_sdk_core.HttpsAgentConfig.html new file mode 100644 index 0000000000..319ea1d0f1 --- /dev/null +++ b/docs/api/1.49.0/interfaces/sap_cloud_sdk_core.HttpsAgentConfig.html @@ -0,0 +1,5 @@ + +HttpsAgentConfig | SAP Cloud SDK for JavaScript / TypeScript - v1.49.0
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

Interface for the https-agent within the Axios request config.

+

Copyright Ⓒ 2021 SAP SE or an SAP affiliate company. All rights reserved.

+

Hierarchy

  • HttpsAgentConfig

Index

Properties

Properties

httpsAgent

httpsAgent: Agent

Legend

  • Namespace
  • Variable
  • Function
  • Function with type parameter
  • Type alias
  • Type alias with type parameter
  • Interface
  • Interface with type parameter
  • Property
  • Class
  • Class with type parameter
  • Enumeration

Settings

Theme

\ No newline at end of file diff --git a/docs/api/1.49.0/interfaces/sap_cloud_sdk_core.JWTHeader.html b/docs/api/1.49.0/interfaces/sap_cloud_sdk_core.JWTHeader.html new file mode 100644 index 0000000000..c8a94da8e2 --- /dev/null +++ b/docs/api/1.49.0/interfaces/sap_cloud_sdk_core.JWTHeader.html @@ -0,0 +1,5 @@ + +JWTHeader | SAP Cloud SDK for JavaScript / TypeScript - v1.49.0
Options
All
  • Public
  • Public/Protected
  • All
Menu
deprecated

Since v1.46.0. Use JwtHeader instead. +Interface to represent the basic properties of a JWT header.

+

Copyright Ⓒ 2021 SAP SE or an SAP affiliate company. All rights reserved.

+

Hierarchy

  • JWTHeader

Index

Properties

Properties

alg

alg: string

Optional jku

jku?: string

typ

typ: string

Legend

  • Namespace
  • Variable
  • Function
  • Function with type parameter
  • Type alias
  • Type alias with type parameter
  • Interface
  • Interface with type parameter
  • Property
  • Class
  • Class with type parameter
  • Enumeration

Settings

Theme

\ No newline at end of file diff --git a/docs/api/1.49.0/interfaces/sap_cloud_sdk_core.JWTPayload.html b/docs/api/1.49.0/interfaces/sap_cloud_sdk_core.JWTPayload.html new file mode 100644 index 0000000000..3f04f18a73 --- /dev/null +++ b/docs/api/1.49.0/interfaces/sap_cloud_sdk_core.JWTPayload.html @@ -0,0 +1,5 @@ + +JWTPayload | SAP Cloud SDK for JavaScript / TypeScript - v1.49.0
Options
All
  • Public
  • Public/Protected
  • All
Menu
deprecated

Since v1.46.0. Use JwtPayload instead. +Interface to represent the payload of a JWT.

+

Copyright Ⓒ 2021 SAP SE or an SAP affiliate company. All rights reserved.

+

Hierarchy

Indexable

[otherKey: string]: any

Index

Properties

Optional aud

aud?: string[]

Optional email

email?: string

Optional exp

exp?: number

Optional family_name

family_name?: string

Optional given_name

given_name?: string

Optional iat

iat?: number

Optional iss

iss?: string

Optional jti

jti?: string

Optional nbf

nbf?: string

Optional scope

scope?: string[]

Optional sub

sub?: string

Optional user_id

user_id?: string

Optional user_name

user_name?: string

Optional xs.user.attributes

xs.user.attributes?: Map<string, string[]>

Optional zdn

zdn?: string

Optional zid

zid?: string

Legend

  • Namespace
  • Variable
  • Function
  • Function with type parameter
  • Type alias
  • Type alias with type parameter
  • Interface
  • Interface with type parameter
  • Class
  • Class with type parameter
  • Enumeration

Settings

Theme

\ No newline at end of file diff --git a/docs/api/1.49.0/interfaces/sap_cloud_sdk_core.JwtPair.html b/docs/api/1.49.0/interfaces/sap_cloud_sdk_core.JwtPair.html new file mode 100644 index 0000000000..cccc308bc3 --- /dev/null +++ b/docs/api/1.49.0/interfaces/sap_cloud_sdk_core.JwtPair.html @@ -0,0 +1,5 @@ + +JwtPair | SAP Cloud SDK for JavaScript / TypeScript - v1.49.0
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

Object holding a decoded JWT payload received by decoding the encoded string also in this object.

+

Copyright Ⓒ 2021 SAP SE or an SAP affiliate company. All rights reserved.

+

Hierarchy

  • JwtPair

Index

Properties

Properties

decoded

decoded: JwtPayload

encoded

encoded: string

Legend

  • Namespace
  • Variable
  • Function
  • Function with type parameter
  • Type alias
  • Type alias with type parameter
  • Interface
  • Interface with type parameter
  • Property
  • Class
  • Class with type parameter
  • Enumeration

Settings

Theme

\ No newline at end of file diff --git a/docs/api/1.49.0/interfaces/sap_cloud_sdk_core.ODataUri.html b/docs/api/1.49.0/interfaces/sap_cloud_sdk_core.ODataUri.html new file mode 100644 index 0000000000..1a4fd41c7f --- /dev/null +++ b/docs/api/1.49.0/interfaces/sap_cloud_sdk_core.ODataUri.html @@ -0,0 +1,6 @@ + +ODataUri | SAP Cloud SDK for JavaScript / TypeScript - v1.49.0
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

Union of necessary methods for the OData URI conversion. +In v2/uri-conversion/odata-uri.ts and v4/uri-conversion/odata-uri.ts the instance for v2 and v4 are created.

+

Copyright Ⓒ 2021 SAP SE or an SAP affiliate company. All rights reserved.

+

Hierarchy

  • ODataUri

Index

Methods

convertToUriFormat

getEntityKeys

  • getEntityKeys<EntityT>(entity: EntityT, entityConstructor: Constructable<EntityT, unknown>): Record<string, any>
  • Type parameters

    Parameters

    • entity: EntityT
    • entityConstructor: Constructable<EntityT, unknown>

    Returns Record<string, any>

getExpand

  • getExpand<EntityT>(selects: Selectable<EntityT>[], expands: Expandable<EntityT>[], entityConstructor: Constructable<EntityT, unknown>): Partial<{ expand: string }>
  • Type parameters

    Parameters

    • selects: Selectable<EntityT>[]
    • expands: Expandable<EntityT>[]
    • entityConstructor: Constructable<EntityT, unknown>

    Returns Partial<{ expand: string }>

getFilter

  • getFilter<EntityT>(filter: Filterable<EntityT, any>, entityConstructor: Constructable<EntityT, unknown>): Partial<{ filter: string }>
  • Type parameters

    Parameters

    • filter: Filterable<EntityT, any>
    • entityConstructor: Constructable<EntityT, unknown>

    Returns Partial<{ filter: string }>

getOrderBy

  • getOrderBy<EntityT>(orderBy: Orderable<EntityT>[]): Partial<{ orderby: string }>
  • Type parameters

    Parameters

    Returns Partial<{ orderby: string }>

getResourcePathForKeys

  • getResourcePathForKeys<EntityT>(keys: Record<string, FieldType>, entityConstructor: Constructable<EntityT, unknown>): string
  • Type parameters

    Parameters

    • keys: Record<string, FieldType>
    • entityConstructor: Constructable<EntityT, unknown>

    Returns string

getSelect

  • getSelect<EntityT>(selects: Selectable<EntityT>[]): Partial<{ select: string }>
  • Type parameters

    Parameters

    Returns Partial<{ select: string }>

Legend

  • Namespace
  • Variable
  • Function
  • Function with type parameter
  • Type alias
  • Type alias with type parameter
  • Interface
  • Interface with type parameter
  • Method
  • Class
  • Class with type parameter
  • Enumeration

Settings

Theme

\ No newline at end of file diff --git a/docs/api/1.49.0/interfaces/sap_cloud_sdk_core.PropertyMetadata.html b/docs/api/1.49.0/interfaces/sap_cloud_sdk_core.PropertyMetadata.html new file mode 100644 index 0000000000..c1a8571592 --- /dev/null +++ b/docs/api/1.49.0/interfaces/sap_cloud_sdk_core.PropertyMetadata.html @@ -0,0 +1,3 @@ +

Copyright Ⓒ 2021 SAP SE or an SAP affiliate company. All rights reserved.

+ +PropertyMetadata | SAP Cloud SDK for JavaScript / TypeScript - v1.49.0
Options
All
  • Public
  • Public/Protected
  • All
Menu

Type parameters

  • ComplexT = any

Hierarchy

  • PropertyMetadata

Index

Properties

Optional isCollection

isCollection?: boolean

name

name: keyof ComplexT

originalName

originalName: string

type

Legend

  • Namespace
  • Variable
  • Function
  • Function with type parameter
  • Type alias
  • Type alias with type parameter
  • Interface
  • Interface with type parameter
  • Property
  • Class
  • Class with type parameter
  • Enumeration

Settings

Theme

\ No newline at end of file diff --git a/docs/api/1.49.0/interfaces/sap_cloud_sdk_core.ProxyConfiguration.html b/docs/api/1.49.0/interfaces/sap_cloud_sdk_core.ProxyConfiguration.html new file mode 100644 index 0000000000..31e5a5b6ad --- /dev/null +++ b/docs/api/1.49.0/interfaces/sap_cloud_sdk_core.ProxyConfiguration.html @@ -0,0 +1,25 @@ + +ProxyConfiguration | SAP Cloud SDK for JavaScript / TypeScript - v1.49.0
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

Proxy settings for connecting to an on-premise destination via connectivity proxy or web proxies. +The ProxyConfiguration is undefined in most cases. The logic for setting it is as follow:

+
    +
  • If the destination has proxy type "OnPremise" the connectivity service proxy is used.
  • +
  • Depending on the protocol in the destination URL the proxy environment variables http_proxy and https_proxy are considered.
  • +
+

Valid form for the variable is http://user:password@host:port where everything besides the host is optional. +For user and password non alphanumeric characters need to be percent-encoded. +Note: The [no_proxy] environment variables contains a list of URLs for which no proxy will be used even if [http_proxy, https_proxy] are set. +Wildcards like *.some.domain.com are not supported while checking the no_proxy env.

+

Hierarchy

  • ProxyConfiguration

Index

Properties

Optional headers

+

HTTP headers to be added to a request if tunneled through the proxy. +If the request is going to an OnPremise system via the connectivity proxy, the header contains the 'Proxy-Authorization' and +the 'SAP-Connectivity-Authentication' header if a JWT is present on the current request. +For web proxies only the 'Proxy-Authorization' enter the header fields if provided.

+

host

host: string
+

The host of the proxy.

+

port

port: number
+

The port of the proxy.

+

protocol

protocol: Protocol
+

The protocol used by the proxy

+

Copyright Ⓒ 2021 SAP SE or an SAP affiliate company. All rights reserved.

+

Legend

  • Namespace
  • Variable
  • Function
  • Function with type parameter
  • Type alias
  • Type alias with type parameter
  • Interface
  • Interface with type parameter
  • Property
  • Class
  • Class with type parameter
  • Enumeration

Settings

Theme

\ No newline at end of file diff --git a/docs/api/1.49.0/interfaces/sap_cloud_sdk_core.ProxyConfigurationHeaders.html b/docs/api/1.49.0/interfaces/sap_cloud_sdk_core.ProxyConfigurationHeaders.html new file mode 100644 index 0000000000..8dbfc75f2a --- /dev/null +++ b/docs/api/1.49.0/interfaces/sap_cloud_sdk_core.ProxyConfigurationHeaders.html @@ -0,0 +1,3 @@ +

Copyright Ⓒ 2021 SAP SE or an SAP affiliate company. All rights reserved.

+ +ProxyConfigurationHeaders | SAP Cloud SDK for JavaScript / TypeScript - v1.49.0
Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • ProxyConfigurationHeaders

Indexable

[header: string]: string | undefined

Index

Properties

Proxy-Authorization

Proxy-Authorization: string

Optional SAP-Connectivity-Authentication

SAP-Connectivity-Authentication?: string

Legend

  • Namespace
  • Variable
  • Function
  • Function with type parameter
  • Type alias
  • Type alias with type parameter
  • Interface
  • Interface with type parameter
  • Property
  • Class
  • Class with type parameter
  • Enumeration

Settings

Theme

\ No newline at end of file diff --git a/docs/api/1.49.0/interfaces/sap_cloud_sdk_core.ReadResponse.html b/docs/api/1.49.0/interfaces/sap_cloud_sdk_core.ReadResponse.html new file mode 100644 index 0000000000..c11ae843d9 --- /dev/null +++ b/docs/api/1.49.0/interfaces/sap_cloud_sdk_core.ReadResponse.html @@ -0,0 +1,3 @@ +

Copyright Ⓒ 2021 SAP SE or an SAP affiliate company. All rights reserved.

+ +ReadResponse | SAP Cloud SDK for JavaScript / TypeScript - v1.49.0
Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • ReadResponse

Index

Properties

body

body: Record<string, any>

httpCode

httpCode: number

type

type: Constructable<EntityBase, unknown>

Methods

as

  • as<T>(constructor: Constructable<T, unknown>): T[]
  • Type parameters

    Parameters

    • constructor: Constructable<T, unknown>

    Returns T[]

isSuccess

  • isSuccess(): boolean
  • Returns boolean

Legend

  • Namespace
  • Variable
  • Function
  • Function with type parameter
  • Type alias
  • Type alias with type parameter
  • Interface
  • Interface with type parameter
  • Property
  • Method
  • Class
  • Class with type parameter
  • Enumeration

Settings

Theme

\ No newline at end of file diff --git a/docs/api/1.49.0/interfaces/sap_cloud_sdk_core.RegisteredJWTClaimsBasic.html b/docs/api/1.49.0/interfaces/sap_cloud_sdk_core.RegisteredJWTClaimsBasic.html new file mode 100644 index 0000000000..9055e1880b --- /dev/null +++ b/docs/api/1.49.0/interfaces/sap_cloud_sdk_core.RegisteredJWTClaimsBasic.html @@ -0,0 +1,5 @@ + +RegisteredJWTClaimsBasic | SAP Cloud SDK for JavaScript / TypeScript - v1.49.0
Options
All
  • Public
  • Public/Protected
  • All
Menu
deprecated

Since v1.46.0. This interface will not be replaced. Use the higher level JWT types directly. +Interface to represent the basic properties like issuer, audience etc.

+

Copyright Ⓒ 2021 SAP SE or an SAP affiliate company. All rights reserved.

+

Hierarchy

  • RegisteredJWTClaimsBasic

Index

Properties

Optional aud

aud?: string[]

Optional exp

exp?: number

Optional iat

iat?: number

Optional iss

iss?: string

Optional jti

jti?: string

Optional nbf

nbf?: string

Optional sub

sub?: string

Legend

  • Namespace
  • Variable
  • Function
  • Function with type parameter
  • Type alias
  • Type alias with type parameter
  • Interface
  • Interface with type parameter
  • Property
  • Class
  • Class with type parameter
  • Enumeration

Settings

Theme

\ No newline at end of file diff --git a/docs/api/1.49.0/interfaces/sap_cloud_sdk_core.RegisteredJWTClaimsTenant.html b/docs/api/1.49.0/interfaces/sap_cloud_sdk_core.RegisteredJWTClaimsTenant.html new file mode 100644 index 0000000000..3826eccb22 --- /dev/null +++ b/docs/api/1.49.0/interfaces/sap_cloud_sdk_core.RegisteredJWTClaimsTenant.html @@ -0,0 +1,5 @@ + +RegisteredJWTClaimsTenant | SAP Cloud SDK for JavaScript / TypeScript - v1.49.0
Options
All
  • Public
  • Public/Protected
  • All
Menu
deprecated

Since v1.46.0. This interface will not be replaced. Use the higher level JWT types directly. +Keys in the JWT related to the tenant.

+

Copyright Ⓒ 2021 SAP SE or an SAP affiliate company. All rights reserved.

+

Hierarchy

  • RegisteredJWTClaimsTenant

Index

Properties

Properties

Optional zdn

zdn?: string

Optional zid

zid?: string

Legend

  • Namespace
  • Variable
  • Function
  • Function with type parameter
  • Type alias
  • Type alias with type parameter
  • Interface
  • Interface with type parameter
  • Property
  • Class
  • Class with type parameter
  • Enumeration

Settings

Theme

\ No newline at end of file diff --git a/docs/api/1.49.0/interfaces/sap_cloud_sdk_core.RegisteredJWTClaimsUser.html b/docs/api/1.49.0/interfaces/sap_cloud_sdk_core.RegisteredJWTClaimsUser.html new file mode 100644 index 0000000000..6c15ee93e0 --- /dev/null +++ b/docs/api/1.49.0/interfaces/sap_cloud_sdk_core.RegisteredJWTClaimsUser.html @@ -0,0 +1,5 @@ + +RegisteredJWTClaimsUser | SAP Cloud SDK for JavaScript / TypeScript - v1.49.0
Options
All
  • Public
  • Public/Protected
  • All
Menu
deprecated

Since v1.46.0. This interface will not be replaced. Use the higher level JWT types directly. +Keys in the JWT related to the user.

+

Copyright Ⓒ 2021 SAP SE or an SAP affiliate company. All rights reserved.

+

Hierarchy

  • RegisteredJWTClaimsUser

Index

Properties

Optional email

email?: string

Optional family_name

family_name?: string

Optional given_name

given_name?: string

Optional scope

scope?: string[]

Optional user_id

user_id?: string

Optional user_name

user_name?: string

Optional xs.user.attributes

xs.user.attributes?: Map<string, string[]>

Legend

  • Namespace
  • Variable
  • Function
  • Function with type parameter
  • Type alias
  • Type alias with type parameter
  • Interface
  • Interface with type parameter
  • Property
  • Class
  • Class with type parameter
  • Enumeration

Settings

Theme

\ No newline at end of file diff --git a/docs/api/1.49.0/interfaces/sap_cloud_sdk_core.ResilienceOptions.html b/docs/api/1.49.0/interfaces/sap_cloud_sdk_core.ResilienceOptions.html new file mode 100644 index 0000000000..1e2db17d30 --- /dev/null +++ b/docs/api/1.49.0/interfaces/sap_cloud_sdk_core.ResilienceOptions.html @@ -0,0 +1,5 @@ + +ResilienceOptions | SAP Cloud SDK for JavaScript / TypeScript - v1.49.0
Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • ResilienceOptions

Index

Properties

Optional enableCircuitBreaker

enableCircuitBreaker?: boolean
+

A boolean value that indicates whether to execute request to SCP-CF services using circuit breaker.

+

Copyright Ⓒ 2021 SAP SE or an SAP affiliate company. All rights reserved.

+

Legend

  • Namespace
  • Variable
  • Function
  • Function with type parameter
  • Type alias
  • Type alias with type parameter
  • Interface
  • Interface with type parameter
  • Property
  • Class
  • Class with type parameter
  • Enumeration

Settings

Theme

\ No newline at end of file diff --git a/docs/api/1.49.0/interfaces/sap_cloud_sdk_core.ResponseData.html b/docs/api/1.49.0/interfaces/sap_cloud_sdk_core.ResponseData.html new file mode 100644 index 0000000000..0e10a3e291 --- /dev/null +++ b/docs/api/1.49.0/interfaces/sap_cloud_sdk_core.ResponseData.html @@ -0,0 +1,3 @@ +

Copyright Ⓒ 2021 SAP SE or an SAP affiliate company. All rights reserved.

+ +ResponseData | SAP Cloud SDK for JavaScript / TypeScript - v1.49.0
Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • ResponseData

Index

Properties

Properties

body

body: Record<string, any>

httpCode

httpCode: number

Legend

  • Namespace
  • Variable
  • Function
  • Function with type parameter
  • Type alias
  • Type alias with type parameter
  • Interface
  • Interface with type parameter
  • Property
  • Class
  • Class with type parameter
  • Enumeration

Settings

Theme

\ No newline at end of file diff --git a/docs/api/1.49.0/interfaces/sap_cloud_sdk_core.ResponseDataAccessor.html b/docs/api/1.49.0/interfaces/sap_cloud_sdk_core.ResponseDataAccessor.html new file mode 100644 index 0000000000..120984ddc7 --- /dev/null +++ b/docs/api/1.49.0/interfaces/sap_cloud_sdk_core.ResponseDataAccessor.html @@ -0,0 +1,3 @@ +

Copyright Ⓒ 2021 SAP SE or an SAP affiliate company. All rights reserved.

+ +ResponseDataAccessor | SAP Cloud SDK for JavaScript / TypeScript - v1.49.0
Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • ResponseDataAccessor

Index

Methods

getCollectionResult

  • getCollectionResult(data: any): any[]
  • Parameters

    • data: any

    Returns any[]

getLinkedCollectionResult

  • getLinkedCollectionResult(data: any): any[]
  • Parameters

    • data: any

    Returns any[]

getSingleResult

  • getSingleResult(data: any): Record<string, any>
  • Parameters

    • data: any

    Returns Record<string, any>

isCollectionResult

  • isCollectionResult(data: any): boolean
  • Parameters

    • data: any

    Returns boolean

Legend

  • Namespace
  • Variable
  • Function
  • Function with type parameter
  • Type alias
  • Type alias with type parameter
  • Interface
  • Interface with type parameter
  • Method
  • Class
  • Class with type parameter
  • Enumeration

Settings

Theme

\ No newline at end of file diff --git a/docs/api/1.49.0/interfaces/sap_cloud_sdk_core.Scope.html b/docs/api/1.49.0/interfaces/sap_cloud_sdk_core.Scope.html new file mode 100644 index 0000000000..868c6fb550 --- /dev/null +++ b/docs/api/1.49.0/interfaces/sap_cloud_sdk_core.Scope.html @@ -0,0 +1,5 @@ + +Scope | SAP Cloud SDK for JavaScript / TypeScript - v1.49.0
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

Representation of the scope. A scope is assigned to a user via role-collection in cloud foundry.

+

Copyright Ⓒ 2021 SAP SE or an SAP affiliate company. All rights reserved.

+

Hierarchy

  • Scope

Index

Properties

Properties

name

name: string

Legend

  • Namespace
  • Variable
  • Function
  • Function with type parameter
  • Type alias
  • Type alias with type parameter
  • Interface
  • Interface with type parameter
  • Property
  • Class
  • Class with type parameter
  • Enumeration

Settings

Theme

\ No newline at end of file diff --git a/docs/api/1.49.0/interfaces/sap_cloud_sdk_core.SelectableEdmTypeField.html b/docs/api/1.49.0/interfaces/sap_cloud_sdk_core.SelectableEdmTypeField.html new file mode 100644 index 0000000000..87fe6a1491 --- /dev/null +++ b/docs/api/1.49.0/interfaces/sap_cloud_sdk_core.SelectableEdmTypeField.html @@ -0,0 +1,7 @@ + +SelectableEdmTypeField | SAP Cloud SDK for JavaScript / TypeScript - v1.49.0
Options
All
  • Public
  • Public/Protected
  • All
Menu
deprecated

Since v1.27.0. This will not be replaced. Use the generic SelectableT parameter of Fields instead. +Interface denoting a selectable EdmTypeField.

+

Hierarchy

  • SelectableEdmTypeField

Index

Properties

Properties

selectable

selectable: true
+

This property denotes that this is a selectable field.

+

Copyright Ⓒ 2021 SAP SE or an SAP affiliate company. All rights reserved.

+

Legend

  • Namespace
  • Variable
  • Function
  • Function with type parameter
  • Type alias
  • Type alias with type parameter
  • Interface
  • Interface with type parameter
  • Property
  • Class
  • Class with type parameter
  • Enumeration

Settings

Theme

\ No newline at end of file diff --git a/docs/api/1.49.0/interfaces/sap_cloud_sdk_core.Service.html b/docs/api/1.49.0/interfaces/sap_cloud_sdk_core.Service.html new file mode 100644 index 0000000000..d905b35340 --- /dev/null +++ b/docs/api/1.49.0/interfaces/sap_cloud_sdk_core.Service.html @@ -0,0 +1,3 @@ +

Copyright Ⓒ 2021 SAP SE or an SAP affiliate company. All rights reserved.

+ +Service | SAP Cloud SDK for JavaScript / TypeScript - v1.49.0
Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • Service

Indexable

[other: string]: any

Index

Properties

credentials

credentials: ServiceCredentials

label

label: string

name

name: string

tags

tags: string[]

Legend

  • Namespace
  • Variable
  • Function
  • Function with type parameter
  • Type alias
  • Type alias with type parameter
  • Interface
  • Interface with type parameter
  • Property
  • Class
  • Class with type parameter
  • Enumeration

Settings

Theme

\ No newline at end of file diff --git a/docs/api/1.49.0/interfaces/sap_cloud_sdk_core.ServiceBinding.html b/docs/api/1.49.0/interfaces/sap_cloud_sdk_core.ServiceBinding.html new file mode 100644 index 0000000000..23d4efa3c4 --- /dev/null +++ b/docs/api/1.49.0/interfaces/sap_cloud_sdk_core.ServiceBinding.html @@ -0,0 +1,9 @@ + +ServiceBinding | SAP Cloud SDK for JavaScript / TypeScript - v1.49.0
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

Represents the JSON object for a given service binding as obtained from the VCAP_SERVICE environment variable. +To see service bindings, run cf env <app-name> in the terminal. This will produce output like this:

+
{
...
"VCAP_SERVICES": {
"s4-hana-cloud": [
{
"name": "...",
"type": "...".
...
}
]
}
}
+
+

In this example, the key "s4-hana-cloud" refers to an array of service bindings.

+

Copyright Ⓒ 2021 SAP SE or an SAP affiliate company. All rights reserved.

+

Hierarchy

  • ServiceBinding

Indexable

[key: string]: any

Index

Properties

Properties

name

name: string

type

type: string

Legend

  • Namespace
  • Variable
  • Function
  • Function with type parameter
  • Type alias
  • Type alias with type parameter
  • Interface
  • Interface with type parameter
  • Property
  • Class
  • Class with type parameter
  • Enumeration

Settings

Theme

\ No newline at end of file diff --git a/docs/api/1.49.0/interfaces/sap_cloud_sdk_core.Tenant.html b/docs/api/1.49.0/interfaces/sap_cloud_sdk_core.Tenant.html new file mode 100644 index 0000000000..25c4bb9900 --- /dev/null +++ b/docs/api/1.49.0/interfaces/sap_cloud_sdk_core.Tenant.html @@ -0,0 +1,5 @@ + +Tenant | SAP Cloud SDK for JavaScript / TypeScript - v1.49.0
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

Representation of the tenant. A tenant represents the customer account on Cloud Foundry.

+

Copyright Ⓒ 2021 SAP SE or an SAP affiliate company. All rights reserved.

+

Hierarchy

  • Tenant

Index

Properties

Properties

id

id: string

Optional name

name?: string

Legend

  • Namespace
  • Variable
  • Function
  • Function with type parameter
  • Type alias
  • Type alias with type parameter
  • Interface
  • Interface with type parameter
  • Property
  • Class
  • Class with type parameter
  • Enumeration

Settings

Theme

\ No newline at end of file diff --git a/docs/api/1.49.0/interfaces/sap_cloud_sdk_core.Time.html b/docs/api/1.49.0/interfaces/sap_cloud_sdk_core.Time.html new file mode 100644 index 0000000000..ce3d23e731 --- /dev/null +++ b/docs/api/1.49.0/interfaces/sap_cloud_sdk_core.Time.html @@ -0,0 +1,3 @@ +

Copyright Ⓒ 2021 SAP SE or an SAP affiliate company. All rights reserved.

+ +Time | SAP Cloud SDK for JavaScript / TypeScript - v1.49.0
Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • Time

Index

Properties

hours

hours: number

minutes

minutes: number

seconds

seconds: number

Legend

  • Namespace
  • Variable
  • Function
  • Function with type parameter
  • Type alias
  • Type alias with type parameter
  • Interface
  • Interface with type parameter
  • Property
  • Class
  • Class with type parameter
  • Enumeration

Settings

Theme

\ No newline at end of file diff --git a/docs/api/1.49.0/interfaces/sap_cloud_sdk_core.TokenKey.html b/docs/api/1.49.0/interfaces/sap_cloud_sdk_core.TokenKey.html new file mode 100644 index 0000000000..784c979703 --- /dev/null +++ b/docs/api/1.49.0/interfaces/sap_cloud_sdk_core.TokenKey.html @@ -0,0 +1,20 @@ + +TokenKey | SAP Cloud SDK for JavaScript / TypeScript - v1.49.0
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

Response element returned from the XSUAA service's /token_key endpoint. +Value holds the key that is used for verifying JWTs.

+

Hierarchy

  • TokenKey

Index

Properties

algorithm

algorithm: string
+

Encryption algorithm, e.g. RSA256.

+

keyId

keyId: string
+

ID of the key.

+

keyType

keyType: string
+

Key type, e.g. RSA.

+

publicKeyExponent

publicKeyExponent: string
+

RSA key exponent.

+

publicKeyModulus

publicKeyModulus: string
+

RSA key modulus.

+

use

use: string
+

Public key use parameter - identifies intended use of the public key.

+

value

value: string
+

The actual key.

+

Copyright Ⓒ 2021 SAP SE or an SAP affiliate company. All rights reserved.

+

Legend

  • Namespace
  • Variable
  • Function
  • Function with type parameter
  • Type alias
  • Type alias with type parameter
  • Interface
  • Interface with type parameter
  • Property
  • Class
  • Class with type parameter
  • Enumeration

Settings

Theme

\ No newline at end of file diff --git a/docs/api/1.49.0/interfaces/sap_cloud_sdk_core.UriConverter.html b/docs/api/1.49.0/interfaces/sap_cloud_sdk_core.UriConverter.html new file mode 100644 index 0000000000..785c5a0d1b --- /dev/null +++ b/docs/api/1.49.0/interfaces/sap_cloud_sdk_core.UriConverter.html @@ -0,0 +1,6 @@ + +UriConverter | SAP Cloud SDK for JavaScript / TypeScript - v1.49.0
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

Interface defining the methods of the URI converter. +The concrete implementations are created in odata/v2/uri-conversion/uri-value-converter.ts and odata/v4/uri-conversion/uri-value-converter.ts

+

Copyright Ⓒ 2021 SAP SE or an SAP affiliate company. All rights reserved.

+

Hierarchy

  • UriConverter

Index

Methods

convertToUriFormat

Legend

  • Namespace
  • Variable
  • Function
  • Function with type parameter
  • Type alias
  • Type alias with type parameter
  • Interface
  • Interface with type parameter
  • Method
  • Class
  • Class with type parameter
  • Enumeration

Settings

Theme

\ No newline at end of file diff --git a/docs/api/1.49.0/interfaces/sap_cloud_sdk_core.User.html b/docs/api/1.49.0/interfaces/sap_cloud_sdk_core.User.html new file mode 100644 index 0000000000..157c3c3d4c --- /dev/null +++ b/docs/api/1.49.0/interfaces/sap_cloud_sdk_core.User.html @@ -0,0 +1,5 @@ + +User | SAP Cloud SDK for JavaScript / TypeScript - v1.49.0
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

Representation of the user i.e. authenticated persona. The authentication is done by the XSUAA.

+

Copyright Ⓒ 2021 SAP SE or an SAP affiliate company. All rights reserved.

+

Hierarchy

  • UserData
    • User

Index

Properties

customAttributes

customAttributes: Map<string, string[]>

Optional email

email?: string

Optional familyName

familyName?: string

Optional givenName

givenName?: string

id

id: string

scopes

scopes: Scope[]

userName

userName: string

Methods

hasScope

  • hasScope(scope: Scope): boolean
  • Parameters

    Returns boolean

Legend

  • Namespace
  • Variable
  • Function
  • Function with type parameter
  • Type alias
  • Type alias with type parameter
  • Interface
  • Interface with type parameter
  • Method
  • Class
  • Class with type parameter
  • Enumeration

Settings

Theme

\ No newline at end of file diff --git a/docs/api/1.49.0/interfaces/sap_cloud_sdk_core.VerifyJwtOptions.html b/docs/api/1.49.0/interfaces/sap_cloud_sdk_core.VerifyJwtOptions.html new file mode 100644 index 0000000000..ff5e1af824 --- /dev/null +++ b/docs/api/1.49.0/interfaces/sap_cloud_sdk_core.VerifyJwtOptions.html @@ -0,0 +1,5 @@ + +VerifyJwtOptions | SAP Cloud SDK for JavaScript / TypeScript - v1.49.0
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

Options to control certain aspects of JWT verification behavior.

+

Copyright Ⓒ 2021 SAP SE or an SAP affiliate company. All rights reserved.

+

Hierarchy

  • VerifyJwtOptions

Index

Properties

Optional cacheVerificationKeys

cacheVerificationKeys?: boolean

Legend

  • Namespace
  • Variable
  • Function
  • Function with type parameter
  • Type alias
  • Type alias with type parameter
  • Interface
  • Interface with type parameter
  • Property
  • Class
  • Class with type parameter
  • Enumeration

Settings

Theme

\ No newline at end of file diff --git a/docs/api/1.49.0/interfaces/sap_cloud_sdk_core.WriteResponse.html b/docs/api/1.49.0/interfaces/sap_cloud_sdk_core.WriteResponse.html new file mode 100644 index 0000000000..4e27adfecf --- /dev/null +++ b/docs/api/1.49.0/interfaces/sap_cloud_sdk_core.WriteResponse.html @@ -0,0 +1,3 @@ +

Copyright Ⓒ 2021 SAP SE or an SAP affiliate company. All rights reserved.

+ +WriteResponse | SAP Cloud SDK for JavaScript / TypeScript - v1.49.0
Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • WriteResponse

Index

Properties

Methods

Properties

Optional body

body?: Record<string, any>

httpCode

httpCode: number

Optional type

type?: Constructable<EntityBase, unknown>

Methods

Optional as

  • as<T>(constructor: Constructable<T, unknown>): T
  • Type parameters

    Parameters

    • constructor: Constructable<T, unknown>

    Returns T

Legend

  • Namespace
  • Variable
  • Function
  • Function with type parameter
  • Type alias
  • Type alias with type parameter
  • Interface
  • Interface with type parameter
  • Property
  • Class
  • Class with type parameter
  • Enumeration

Settings

Theme

\ No newline at end of file diff --git a/docs/api/1.49.0/interfaces/sap_cloud_sdk_core.WriteResponses.html b/docs/api/1.49.0/interfaces/sap_cloud_sdk_core.WriteResponses.html new file mode 100644 index 0000000000..c0c10d30c9 --- /dev/null +++ b/docs/api/1.49.0/interfaces/sap_cloud_sdk_core.WriteResponses.html @@ -0,0 +1,3 @@ +

Copyright Ⓒ 2021 SAP SE or an SAP affiliate company. All rights reserved.

+ +WriteResponses | SAP Cloud SDK for JavaScript / TypeScript - v1.49.0
Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • WriteResponses

Index

Properties

Methods

Properties

responses

responses: WriteResponse[]

Methods

isSuccess

  • isSuccess(): boolean
  • Returns boolean

Legend

  • Namespace
  • Variable
  • Function
  • Function with type parameter
  • Type alias
  • Type alias with type parameter
  • Interface
  • Interface with type parameter
  • Property
  • Method
  • Class
  • Class with type parameter
  • Enumeration

Settings

Theme

\ No newline at end of file diff --git a/docs/api/1.49.0/interfaces/sap_cloud_sdk_openapi_generator.GeneratorOptions.html b/docs/api/1.49.0/interfaces/sap_cloud_sdk_openapi_generator.GeneratorOptions.html new file mode 100644 index 0000000000..46588fa52f --- /dev/null +++ b/docs/api/1.49.0/interfaces/sap_cloud_sdk_openapi_generator.GeneratorOptions.html @@ -0,0 +1,6 @@ + +GeneratorOptions | SAP Cloud SDK for JavaScript / TypeScript - v1.49.0
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

Options that can be used to configure the generation when using the generator programmatically. +The options match the CLI options.

+

Copyright Ⓒ 2021 SAP SE or an SAP affiliate company. All rights reserved.

+

Hierarchy

  • GeneratorOptions

Index

Properties

Optional clearOutputDir

clearOutputDir?: boolean

Optional config

config?: string

Optional include

include?: string

input

input: string

Optional metadata

metadata?: boolean

Optional optionsPerService

optionsPerService?: string

outputDir

outputDir: string

Optional overwrite

overwrite?: boolean

Optional packageJson

packageJson?: boolean

Optional packageVersion

packageVersion?: string

Optional readme

readme?: boolean

Optional skipValidation

skipValidation?: boolean

Optional transpile

transpile?: boolean

Optional tsConfig

tsConfig?: string

Optional verbose

verbose?: boolean

Legend

  • Namespace
  • Variable
  • Function
  • Function with type parameter
  • Type alias
  • Type alias with type parameter
  • Interface
  • Interface with type parameter
  • Property
  • Class
  • Class with type parameter
  • Enumeration

Settings

Theme

\ No newline at end of file diff --git a/docs/api/1.49.0/interfaces/sap_cloud_sdk_test_util.GetTestDestinationOptions.html b/docs/api/1.49.0/interfaces/sap_cloud_sdk_test_util.GetTestDestinationOptions.html new file mode 100644 index 0000000000..bee37a42fd --- /dev/null +++ b/docs/api/1.49.0/interfaces/sap_cloud_sdk_test_util.GetTestDestinationOptions.html @@ -0,0 +1,3 @@ +

Copyright Ⓒ 2021 SAP SE or an SAP affiliate company. All rights reserved.

+ +GetTestDestinationOptions | SAP Cloud SDK for JavaScript / TypeScript - v1.49.0
Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • GetTestDestinationOptions

Index

Properties

Optional credentialsFilePath

credentialsFilePath?: string

Optional systemsFilePath

systemsFilePath?: string

Legend

  • Namespace
  • Variable
  • Function
  • Function with type parameter
  • Type alias
  • Type alias with type parameter
  • Interface
  • Interface with type parameter
  • Property
  • Class
  • Class with type parameter
  • Enumeration

Settings

Theme

\ No newline at end of file diff --git a/docs/api/1.49.0/interfaces/sap_cloud_sdk_util.LoggerOptions.html b/docs/api/1.49.0/interfaces/sap_cloud_sdk_util.LoggerOptions.html new file mode 100644 index 0000000000..3578ce1a11 --- /dev/null +++ b/docs/api/1.49.0/interfaces/sap_cloud_sdk_util.LoggerOptions.html @@ -0,0 +1,5 @@ + +LoggerOptions | SAP Cloud SDK for JavaScript / TypeScript - v1.49.0
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

Configurable logger options.

+

Copyright Ⓒ 2021 SAP SE or an SAP affiliate company. All rights reserved.

+

Hierarchy

  • LoggerOptions

Index

Properties

Properties

Optional level

level?: LogLevel

Optional logger

logger?: string

Legend

  • Namespace
  • Variable
  • Function
  • Function with type parameter
  • Type alias
  • Type alias with type parameter
  • Interface
  • Interface with type parameter
  • Property
  • Class
  • Class with type parameter
  • Enumeration

Settings

Theme

\ No newline at end of file diff --git a/docs/api/1.49.0/interfaces/sap_cloud_sdk_util.MessageContextObj.html b/docs/api/1.49.0/interfaces/sap_cloud_sdk_util.MessageContextObj.html new file mode 100644 index 0000000000..3fc1634d00 --- /dev/null +++ b/docs/api/1.49.0/interfaces/sap_cloud_sdk_util.MessageContextObj.html @@ -0,0 +1,5 @@ + +MessageContextObj | SAP Cloud SDK for JavaScript / TypeScript - v1.49.0
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

Log message context for a logger with additional custom data.

+

Copyright Ⓒ 2021 SAP SE or an SAP affiliate company. All rights reserved.

+

Hierarchy

  • MessageContextObj

Indexable

[key: string]: any

Index

Properties

Properties

Optional messageContext

messageContext?: string

Legend

  • Namespace
  • Variable
  • Function
  • Function with type parameter
  • Type alias
  • Type alias with type parameter
  • Interface
  • Interface with type parameter
  • Property
  • Class
  • Class with type parameter
  • Enumeration

Settings

Theme

\ No newline at end of file diff --git a/docs/api/1.49.0/modules.html b/docs/api/1.49.0/modules.html new file mode 100644 index 0000000000..4a742f0f1d --- /dev/null +++ b/docs/api/1.49.0/modules.html @@ -0,0 +1,3 @@ +

Copyright Ⓒ 2021 SAP SE or an SAP affiliate company. All rights reserved.

+ +SAP Cloud SDK for JavaScript / TypeScript - v1.49.0
Options
All
  • Public
  • Public/Protected
  • All
Menu

SAP Cloud SDK for JavaScript / TypeScript - v1.49.0

Legend

  • Namespace
  • Variable
  • Function
  • Function with type parameter
  • Type alias
  • Type alias with type parameter
  • Interface
  • Interface with type parameter
  • Class
  • Class with type parameter
  • Enumeration

Settings

Theme

\ No newline at end of file diff --git a/docs/api/1.49.0/modules/sap_cloud_sdk_analytics.html b/docs/api/1.49.0/modules/sap_cloud_sdk_analytics.html new file mode 100644 index 0000000000..34210c124d --- /dev/null +++ b/docs/api/1.49.0/modules/sap_cloud_sdk_analytics.html @@ -0,0 +1,58 @@ + +@sap-cloud-sdk/analytics | SAP Cloud SDK for JavaScript / TypeScript - v1.49.0
Options
All
  • Public
  • Public/Protected
  • All
Menu
+ + +

SAP Cloud SDK for JavaScript Logo

+ + + + +

cloud-sdk-analytics

+
+

This package contains the code we use for collecting usage data. +Please note that usage analytics is disabled by default, i.e. you need to explicitly opt-in for data to be collected. +For more information on how to opt-in and which data is collected, please refer to this document.

+ + + + +

Support

+
+

The recommended way to get in touch with us is to create an issue in our github repository. +Select the issue category Bug, Feature or Question depending on the nature of your request. +We try to provide fixes, features and answers as soon as possible.

+

We also monitor questions on StackOverflow and ansers.sap.com but prefer issues on github.

+ + +

Contribute

+
+

If you would like to contribute to the SAP Cloud SDK, please make yourself familiar with our contributing guidelines and follow the given instructions.

+ + +

Links

+
+ +
+ + +
+ + + + +

License

+
+

The SAP Cloud SDK is released under the Apache License Version 2.0.

+ +

Copyright Ⓒ 2021 SAP SE or an SAP affiliate company. All rights reserved.

+

Index

Functions

getProjectIdentifier

  • getProjectIdentifier(config: UsageAnalyticsProjectConfig, packageJson: PackageJson): string

Legend

  • Namespace
  • Variable
  • Function
  • Function with type parameter
  • Type alias
  • Type alias with type parameter
  • Interface
  • Interface with type parameter
  • Class
  • Class with type parameter
  • Enumeration

Settings

Theme

\ No newline at end of file diff --git a/docs/api/1.49.0/modules/sap_cloud_sdk_core.Protocol.html b/docs/api/1.49.0/modules/sap_cloud_sdk_core.Protocol.html new file mode 100644 index 0000000000..65d6110f38 --- /dev/null +++ b/docs/api/1.49.0/modules/sap_cloud_sdk_core.Protocol.html @@ -0,0 +1,7 @@ + +Protocol | SAP Cloud SDK for JavaScript / TypeScript - v1.49.0
Options
All
  • Public
  • Public/Protected
  • All
Menu

Index

Functions

Functions

of

  • of(protocol: string): Protocol | undefined
  • +

    Get Protocol from its string representation.

    +

    Parameters

    • protocol: string

      Protocol as string, either 'http'/'https' or 'http:'/'https:'.

      +

    Returns Protocol | undefined

    Either the matching protocol or undefined

    +

    Copyright Ⓒ 2021 SAP SE or an SAP affiliate company. All rights reserved.

    +

Legend

  • Namespace
  • Variable
  • Function
  • Function with type parameter
  • Type alias
  • Type alias with type parameter
  • Interface
  • Interface with type parameter
  • Class
  • Class with type parameter
  • Enumeration

Settings

Theme

\ No newline at end of file diff --git a/docs/api/1.49.0/modules/sap_cloud_sdk_core.html b/docs/api/1.49.0/modules/sap_cloud_sdk_core.html new file mode 100644 index 0000000000..55cf360218 --- /dev/null +++ b/docs/api/1.49.0/modules/sap_cloud_sdk_core.html @@ -0,0 +1,1082 @@ + +@sap-cloud-sdk/core | SAP Cloud SDK for JavaScript / TypeScript - v1.49.0
Options
All
  • Public
  • Public/Protected
  • All
Menu
+ + +

SAP Cloud SDK for JavaScript Logo

+ + + + +

@sap-cloud-sdk/core

+
+

This package contains the core functionality of the SAP Cloud SDK as well as the Cloud Platform abstractions.

+ + +

Installation

+
+
$ npm install @sap-cloud-sdk/core
+
+ + +

Usage

+
+

The core is the heart of the SAP Cloud SDK and contains the functionality that is essential to every project powered by the SDK. +Any OData client built by the SAP Cloud SDK, be it the VDM or clients built by the generator are using the core. +We recommend to install this in addition to your clients.

+

Below is an example showing how you can build and execute your request with multiple filters by using an function called and.

+
import { and } from '@sap-cloud-sdk/core';
import { BusinessPartner } from '@sap/cloud-sdk-vdm-business-partner-service';

// Build your filters
const firstNameFilter = BusinessPartner.FIRST_NAME.equals('firstName');
const lastNameFilter = BusinessPartner.LAST_NAME.equals('lastName');

// Execute your request with two filters
BusinessPartner.requestBuilder()
.getAll()
.filter(and(firstNameFilter, lastNameFilter))
.execute(yourDestination); +
+

For more detailed overview visit our OData client documentation.

+ + + + +

Support

+
+

The recommended way to get in touch with us is to create an issue in our github repository. +Select the issue category Bug, Feature or Question depending on the nature of your request. +We try to provide fixes, features and answers as soon as possible.

+

We also monitor questions on StackOverflow and ansers.sap.com but prefer issues on github.

+ + +

Contribute

+
+

If you would like to contribute to the SAP Cloud SDK, please make yourself familiar with our contributing guidelines and follow the given instructions.

+ + +

Links

+
+ +
+ + +
+ + + + +

License

+
+

The SAP Cloud SDK is released under the Apache License Version 2.0.

+ +

Index

References

Namespaces

Enumerations

Classes

Interfaces

Type aliases

Variables

Functions

References

ActionFunctionImportRequestBuilderBase

Renames and re-exports ActionFunctionImportRequestBuilder

ActionImportParameter

Renames and re-exports FunctionImportParameter

ActionImportParameters

Renames and re-exports FunctionImportParameters

CreateRequestBuilderV2

Renames and re-exports CreateRequestBuilder

CustomFieldV2

Renames and re-exports CustomField

DeleteRequestBuilderV2

Renames and re-exports DeleteRequestBuilder

EdmToPrimitiveV2

Renames and re-exports EdmToPrimitive

EdmTypeV2

Renames and re-exports EdmType

EntityV2

Renames and re-exports Entity

FunctionImportRequestBuilderV2

Renames and re-exports FunctionImportRequestBuilder

GetAllRequestBuilderV2

Renames and re-exports GetAllRequestBuilder

GetByKeyRequestBuilderV2

Renames and re-exports GetByKeyRequestBuilder

MethodRequestBuilderBase

Renames and re-exports MethodRequestBuilder

ODataBatchChangeSetV2

Renames and re-exports ODataBatchChangeSet

ODataBatchRequestBuilderV2

Renames and re-exports ODataBatchRequestBuilder

ODataFunctionImportRequestConfigV2

Renames and re-exports ODataFunctionImportRequestConfig

UpdateRequestBuilderV2

Renames and re-exports UpdateRequestBuilder

deserializeComplexTypeV2

Renames and re-exports deserializeComplexType

deserializeEntityV2

Renames and re-exports deserializeEntity

entitySerializerV2

Renames and re-exports entitySerializer

extractODataEtagV2

Renames and re-exports extractODataEtag

getExpandV2

Renames and re-exports getExpand

getSelectV2

Renames and re-exports getSelect

oDataUriV2

Renames and re-exports oDataUri

responseDataAccessorV4

Renames and re-exports responseDataAccessor

serializeComplexTypeV2

Renames and re-exports serializeEntity

serializeEntityNonCustomFieldsV2

Renames and re-exports serializeEntityNonCustomFields

serializeEntityV2

Renames and re-exports serializeEntity

toBatchChangeSetV2

Renames and re-exports toBatchChangeSet

toBatchRetrieveBodyV2

Renames and re-exports toBatchRetrieveBody

Type aliases

AuthenticationType

AuthenticationType: "PrincipalPropagation" | "NoAuthentication" | "BasicAuthentication" | "OAuth2SAMLBearerAssertion" | "OAuth2ClientCredentials" | "OAuth2UserTokenExchange" | "ClientCertificateAuthentication" | "OAuth2JWTBearer" | "OAuth2Password"

BatchResponse

CollectionFieldType

CollectionFieldType<CollectionFieldT>: CollectionFieldT | ComplexTypeNamespace<CollectionFieldT>
+

Convenience type to reflect the type of the instances of a collection field. +The actual type of the elements for complex type collections is ComplexTypeNamespace.

+

Type parameters

  • CollectionFieldT: EdmTypeShared<"any"> | Record<string, any>

    Type of of elements of the collection. This can either be an EDM type or complex type.

    +

ConstructorOrField

ConstructorOrField<EntityT, ComplexT>: Constructable<EntityT> | ComplexTypeField<EntityT, ComplexT, boolean, boolean>
+

Union type to represent the parent of a field. This can either be an entity constructor or a complex type field.

+

Type parameters

DeepFieldType

DeepFieldType: FieldType | {}
deprecated

Since v1.18.0. Use FieldType instead. +Represents types of nested fields.

+

DestinationOptions

DestinationProxyType

DestinationProxyType: "OnPremise" | "Internet" | null

DestinationRetrievalOptions

+

Options to use while fetching destinations. Encompasses both DestinationCachingOptions and ResilienceOptions interfaces.

+

DestinationSelectionStrategy

DestinationSelectionStrategy: (allDestinations: AllDestinations, destinationName: string) => Destination | null

Type declaration

    • (allDestinations: AllDestinations, destinationName: string): Destination | null
    • Parameters

      • allDestinations: AllDestinations
      • destinationName: string

      Returns Destination | null

DestinationServiceCredentials

DestinationServiceCredentials: ServiceCredentials & { identityzone: string; instanceid: string; tenantid: string; tenantmode: string; uaadomain: string; uri: string; url: string; verificationkey: string; xsappname: string }
+

Credentials for the Destination service.

+

EdmToPrimitive

EdmToPrimitive<T>: T extends "Edm.Int16" | "Edm.Int32" | "Edm.Single" | "Edm.Double" | "Edm.Float" | "Edm.Byte" | "Edm.SByte" ? number : T extends "Edm.Decimal" | "Edm.Int64" ? BigNumber : T extends "Edm.DateTime" | "Edm.DateTimeOffset" ? moment.Moment : T extends "Edm.String" | "Edm.Guid" ? string : T extends "Edm.Boolean" ? boolean : T extends "Edm.Time" ? Time : any

Type parameters

EdmToPrimitiveV4

EdmToPrimitiveV4<T>: T extends "Edm.Int16" | "Edm.Int32" | "Edm.Single" | "Edm.Double" | "Edm.Float" | "Edm.Byte" | "Edm.SByte" ? number : T extends "Edm.Decimal" | "Edm.Int64" ? BigNumber : T extends "Edm.DateTime" | "Edm.DateTimeOffset" ? moment.Moment : T extends "Edm.String" | "Edm.Guid" ? string : T extends "Edm.Boolean" ? boolean : T extends "Edm.Time" ? Time : any

Type parameters

EdmType

+

Allowed Edm types for OData v2.

+

EdmTypeCommon

EdmTypeDifferentConverters

EdmTypeDifferentConverters: "Edm.DateTimeOffset"

EdmTypeForEdmOrFieldType

EdmTypeForEdmOrFieldType<EdmOrFieldT>: EdmOrFieldT extends EdmTypeShared<"any"> ? EdmOrFieldT : EdmTypeShared<"any">
+

Convenience type to support legacy EdmTypeField with field type as generic parameter. +This will become obsolete in the next major version update.

+

Type parameters

EdmTypeSameConverters

EdmTypeSameConverters: "Edm.String" | "Edm.Boolean" | "Edm.Decimal" | "Edm.Double" | "Edm.Single" | "Edm.Float" | "Edm.Int16" | "Edm.Int32" | "Edm.Int64" | "Edm.SByte" | "Edm.Binary" | "Edm.Guid" | "Edm.Byte" | "Edm.Any"

EdmTypeSameConvertersUri

EdmTypeSameConvertersUri: Exclude<EdmTypeSameConverters, "Edm.Guid" | "Edm.Decimal">

EdmTypeShared

Type parameters

EdmTypeV4

+

Allowed Edm types for OData v4.

+

EntityBuilderType

EntityBuilderType<EntityT, EntityTypeT>: { [ property in keyof Required<EntityTypeT>]: (value: EntityTypeT[property]) => EntityBuilderType<EntityT, EntityTypeT> } & EntityBuilder<EntityT, EntityTypeT>

Type parameters

EnumType

EnumType<T>: `${T}`
+

Convenient type to reflect all the values of a string based enum as a union type.

+
see

https://www.typescriptlang.org/docs/handbook/release-notes/typescript-4-1.html#template-literal-types

+

Type parameters

  • T: string

    String based enum type

    +

ExclusiveEdmTypeV2

ExclusiveEdmTypeV2: "Edm.DateTime" | "Edm.Time"

ExclusiveEdmTypeV4

ExclusiveEdmTypeV4: "Edm.Date" | "Edm.Duration" | "Edm.TimeOfDay" | "Edm.Enum"

ExecuteHttpRequestFn

ExecuteHttpRequestFn<ReturnT>: (request: HttpRequest) => Promise<ReturnT>

Type parameters

  • ReturnT

Type declaration

Expandable

Expandable<EntityT>: ODataVersionOf<EntityT> extends "v2" ? never : OneToOneLink<EntityT, any> | OneToManyLink<EntityT, any> | AllFields<EntityT>
+

Represents all expandables, i.e. everything that can be used in an .expand statement. Only relevant for OData v4 requests.

+

Type parameters

  • EntityT: EntityBase

    Type of the entity to be selected on

    +

FieldType

FieldType: string | number | boolean | Time | moment.Moment | moment.Duration | BigNumber | null | undefined
+

Union type to represent all possible types of a field.

+

FieldTypeByEdmType

FieldTypeByEdmType<EdmOrFieldT, NullableT>: NullableFieldType<EdmOrFieldT extends EdmTypeShared<"any"> ? NonNullableFieldTypeByEdmType<EdmOrFieldT> : EdmOrFieldT, NullableT>
+

Convenience type that maps the given EDM type to a FieldType. It also considers whether the field is nullable.

+

Type parameters

  • EdmOrFieldT: EdmTypeShared<"any"> | FieldType

    EDM type of the field. Deprecated: Field type of the field.

    +
  • NullableT: boolean

    Boolean type that represents whether the field is nullable.

    +

FilterFunctionParameterType

FilterFunctionParameterType<EntityT>: FilterFunctionPrimitiveParameterType | Field<EntityT, boolean, boolean> | FilterFunction<EntityT, FieldType | FieldType[]> | FilterFunctionPrimitiveParameterType[]
+

Type of a parameter of a filter function. This can either be a primitive type, a reference to a field or another filter function.

+

Type parameters

FilterFunctionPrimitiveParameterType

FilterFunctionPrimitiveParameterType: number | string | moment.Moment
+

Primitive type of a parameter of a filter function.

+

FilterFunctionReturnType

FilterFunctionReturnType: "boolean" | "int" | "double" | "decimal" | "string"

FilterFunctionReturnTypeV4

FilterFunctionReturnTypeV4: FilterFunctionReturnType | CollectionReturnType | "datetimeoffset"

FilterLambdaOperator

FilterLambdaOperator: "any" | "all"
+

hidden

+

FilterOperator

FilterOperator: FilterOperatorString | FilterOperatorBoolean | FilterOperatorNumber

FilterOperatorByType

FilterOperatorByType<FieldT>: FieldT extends string ? FilterOperatorString : FieldT extends number ? FilterOperatorNumber : FilterOperatorBoolean

Type parameters

Filterable

Filterable<EntityT, LinkedEntityT>: Filter<EntityT, FieldType | FieldType[]> | FilterLink<EntityT> | FilterList<EntityT> | FilterLambdaExpression<EntityT> | UnaryFilter<EntityT> | BooleanFilterFunction<EntityT> | OneToManyLink<EntityT, LinkedEntityT>
+

A union of all types that can be used for filtering.

+

Type parameters

FunctionImportParameters

FunctionImportParameters<ParametersT>: { [ K in keyof ParametersT]: FunctionImportParameter<ParametersT[K]> }
+

Internal representation of all parameters of a function import as a map

+

Type parameters

  • ParametersT

    External representation of all parameters

    +

HttpRequest

IsOrderableField

IsOrderableField<EdmT>: EdmT extends OrderableEdmType ? true : false
+

Convenience type to determine whether a field should be orderable. If the given EdmT is of type OrderableEdmTypes, it is orderable.

+

Type parameters

IsSelectableField

IsSelectableField<FieldOfT>: FieldOfT extends Constructable<any> ? true : false
+

Convenience type to determine whether a field should be selectable. If the given FieldOfT is the type of an entity, it is selectable.

+

Type parameters

  • FieldOfT: ConstructorOrField<any>

    Type of the entity or complex type field this field belongs to.

    +

JwtKeyMapping

JwtKeyMapping<InterfaceT, JwtKeysT>: { [ key in keyof InterfaceT]: { keyInJwt: JwtKeysT extends string ? JwtKeysT : keyof JwtKeysT; extractorFunction: any } }

Type parameters

  • InterfaceT

  • JwtKeysT

Method

Method: "get" | "GET" | "delete" | "DELETE" | "head" | "HEAD" | "options" | "OPTIONS" | "post" | "POST" | "put" | "PUT" | "patch" | "PATCH"
+

HTTP Methods supported by the http-client.

+

ODataVersionOf

ODataVersionOf<T>: T["_oDataVersion"]

Type parameters

Orderable

Orderable<EntityT>: Order<EntityT> | OrderLink<EntityT, EntityBase>
+

A union of all types that can be used for ordering.

+

Type parameters

  • EntityT: EntityBase

    Type of the entity to be ordered

    +

OrderableEdmType

OrderableEdmType: "Edm.Decimal" | "Edm.Double" | "Edm.Single" | "Edm.Float" | "Edm.Int16" | "Edm.Int32" | "Edm.Int64" | "Edm.SByte" | "Edm.Byte" | "Edm.DateTime" | "Edm.DateTimeOffset" | "Edm.Time" | "Edm.Date" | "Edm.Duration" | "Edm.TimeOfDay"
+

EDM types that can be compared with greaterThan, greaterOrEqual, lessThan and lessOrEqual.

+

OrderableInput

OrderableInput<EntityT>: SimpleTypeFields<EntityT> | Link<EntityT, EntityBase> | ComplexTypePropertyFields<EntityT, any>
+

A union of all types that can be used as input for ordering.

+

Type parameters

  • EntityT: EntityBase

    Type of the entity to be ordered

    +

RegisteredJWTClaims

deprecated

Since v1.46.0. This interface will not be replaced. Use the higher level JWT types directly. +Interface to represent the registered claims of a JWT.

+

RequestMethodType

RequestMethodType: "get" | "post" | "patch" | "delete" | "put"

Selectable

Selectable<EntityT>: ODataVersionOf<EntityT> extends "v2" ? SimpleTypeFields<EntityT> | Link<EntityT> | ComplexTypeField<EntityT, any, boolean, boolean> | CustomField<EntityT, boolean> | CollectionField<EntityT, any, boolean, boolean> | AllFields<EntityT> : ODataVersionOf<EntityT> extends "v4" ? SimpleTypeFields<EntityT> | ComplexTypeField<EntityT, any, boolean, boolean> | CustomField<EntityT, boolean> | CollectionField<EntityT, any, boolean, boolean> | AllFields<EntityT> : never

Type parameters

ServiceCredentials

ServiceCredentials: { clientid: string } & ({ clientsecret: string } | { certificate: string; key: string })
+

Unspecific representation of a service's credentials as read from VCAP_SERVICES (for Cloud Foundry) or mounted secrets (for K8S).

+

XsuaaServiceCredentials

XsuaaServiceCredentials: ServiceCredentials & { identityzone: string; identityzoneid: string; sburl: string; tenantid: string; tenantmode: string; uaadomain: string; url: string; verificationkey: string; xsappname: string }
+

Credentials for the XSUAA service.

+

Variables

DestinationSelectionStrategies

DestinationSelectionStrategies: { alwaysProvider: typeof alwaysProvider; alwaysSubscriber: typeof alwaysSubscriber; subscriberFirst: typeof subscriberFirst }
+

Selector of destination selection strategies. See alwaysProvider, alwaysSubscriber and subscriberFirst for more information available selection strategies.

+

Type declaration

EnvironmentAccessor

EnvironmentAccessor: { getDestinationBasicCredentials: typeof getDestinationBasicCredentials; getDestinationServiceCredentials: typeof getDestinationServiceCredentials; getDestinationServiceCredentialsList: typeof getDestinationServiceCredentialsList; getDestinationServiceUri: typeof getDestinationServiceUri; getEnvironmentVariable: typeof getEnvironmentVariable; getServiceCredentialsList: typeof getServiceCredentialsList; getServiceList: typeof getServiceList; getVcapService: typeof getVcapService; getXsuaaServiceCredentials: typeof getXsuaaServiceCredentials }
deprecated

Since v1.5.0. Use directly exported functions instead

+

Type declaration

circuitBreakerDefaultOptions

circuitBreakerDefaultOptions: { errorThresholdPercentage: number; resetTimeout: number; timeout: number; volumeThreshold: number }

Type declaration

  • errorThresholdPercentage: number
  • resetTimeout: number
  • timeout: number
  • volumeThreshold: number

clientCredentialsTokenCache

clientCredentialsTokenCache: { cacheRetrievedToken: any; clear: any; getCacheInstance: any; getGrantTokenFromCache: any }

Type declaration

  • cacheRetrievedToken:function
    • cacheRetrievedToken(url: any, credentialsOrClientId: string | ClientCredentials, token: ClientCredentialsResponse): void
    • Parameters

      • url: any
      • credentialsOrClientId: string | ClientCredentials
      • token: ClientCredentialsResponse

      Returns void

  • clear:function
    • clear(): void
    • Returns void

  • getCacheInstance:function
    • getCacheInstance(): Cache<ClientCredentialsResponse>
    • Returns Cache<ClientCredentialsResponse>

  • getGrantTokenFromCache:function
    • getGrantTokenFromCache(url: any, credentialsOrClientId: string | ClientCredentials): undefined | ClientCredentialsResponse
    • Parameters

      Returns undefined | ClientCredentialsResponse

content_transfer_encoding_line

content_transfer_encoding_line: "Content-Transfer-Encoding: binary" = "Content-Transfer-Encoding: binary"
deprecated

Since v1.30.0.

+

defaultDisallowedKeys

defaultDisallowedKeys: string[]
+

A list of request config keys that are not allowed to be customized by default.

+

deserializersCommon

deserializersCommon: EdmTypeMapping

destinationCache

destinationCache: { cacheRetrievedDestination: any; cacheRetrievedDestinations: any; clear: any; getCacheInstance: any; retrieveDestinationFromCache: any }

Type declaration

  • cacheRetrievedDestination:function
    • Parameters

      Returns void

  • cacheRetrievedDestinations:function
    • cacheRetrievedDestinations(decodedJwt: Record<string, any>, retrievedDestinations: DestinationsByType, isolation: IsolationStrategy): void
    • Parameters

      • decodedJwt: Record<string, any>
      • retrievedDestinations: DestinationsByType
      • isolation: IsolationStrategy

      Returns void

  • clear:function
    • clear(): void
    • Returns void

  • getCacheInstance:function
    • Returns Cache<Destination>

  • retrieveDestinationFromCache:function
    • Parameters

      Returns undefined | Destination

destinationServiceCache

destinationServiceCache: { cacheRetrievedDestinations: any; clear: any; getCacheInstance: any; retrieveDestinationsFromCache: any }

Type declaration

  • cacheRetrievedDestinations:function
    • cacheRetrievedDestinations(destinationServiceUri: string, decodedJwt: JwtPayload, destinations: Destination[], isolationStrategy?: IsolationStrategy): void
    • Parameters

      Returns void

  • clear:function
    • clear(): void
    • Returns void

  • getCacheInstance:function
    • Returns Cache<Destination[]>

  • retrieveDestinationsFromCache:function
    • Parameters

      Returns undefined | Destination[]

entityDeserializerV2

entityDeserializerV2: EntityDeserializer
+

Entity deserializer instance for v2 entities. +See EntityDeserializer for the provided methods.

+

entityDeserializerV4

entityDeserializerV4: EntityDeserializer
+

Entity deserializer instance for v4 entities. +See EntityDeserializer for the provided methods.

+

entitySerializer

entitySerializer: EntitySerializer
+

Entity serializer instance for v2 entities. +See EntitySerializer for the provided methods.

+

entitySerializerV4

entitySerializerV4: EntitySerializer
+

Entity serializer instance for v4 entities. +See EntitySerializer for the provided methods.

+

filterFunctions

filterFunctions: { ceiling: ceiling; concat: concat; day: day; endsWith: endsWith; floor: floor; hour: hour; indexOf: indexOf; isOf: isOf; length: length; minute: minute; month: month; replace: typeof replace; round: round; second: second; startsWith: startsWith; substring: substring; substringOf: typeof substringOf; toLower: toLower; toUpper: toUpper; trim: trim; year: year }
+

OData v2 specific filter functions

+

Type declaration

  • ceiling: ceiling
  • concat: concat
  • day: day
  • endsWith: endsWith
  • floor: floor
  • hour: hour
  • indexOf: indexOf
  • isOf: isOf
  • length: length
  • minute: minute
  • month: month
  • replace: typeof replace
  • round: round
  • second: second
  • startsWith: startsWith
  • substring: substring
  • substringOf: typeof substringOf
  • toLower: toLower
  • toUpper: toUpper
  • trim: trim
  • year: year

filterFunctionsV4

filterFunctionsV4: { ceiling: ceiling; concat: concat; contains: typeof contains; day: day; endsWith: endsWith; floor: floor; fractionalSeconds: typeof fractionalSeconds; hasSubsequence: typeof hasSubsequence; hasSubset: typeof hasSubset; hour: hour; indexOf: indexOf; isOf: isOf; length: length; matchesPattern: typeof matchesPattern; maxDateTime: typeof maxDateTime; minDateTime: typeof minDateTime; minute: minute; month: month; now: typeof now; round: round; second: second; startsWith: startsWith; substring: substring; toLower: toLower; toUpper: toUpper; totalOffsetMinutes: typeof totalOffsetMinutes; trim: trim; year: year }
+

OData v4 specific filter functions

+

Type declaration

  • ceiling: ceiling
  • concat: concat
  • contains: typeof contains
  • day: day
  • endsWith: endsWith
  • floor: floor
  • fractionalSeconds: typeof fractionalSeconds
  • hasSubsequence: typeof hasSubsequence
  • hasSubset: typeof hasSubset
  • hour: hour
  • indexOf: indexOf
  • isOf: isOf
  • length: length
  • matchesPattern: typeof matchesPattern
  • maxDateTime: typeof maxDateTime
  • minDateTime: typeof minDateTime
  • minute: minute
  • month: month
  • now: typeof now
  • round: round
  • second: second
  • startsWith: startsWith
  • substring: substring
  • toLower: toLower
  • toUpper: toUpper
  • totalOffsetMinutes: typeof totalOffsetMinutes
  • trim: trim
  • year: year

http_version

http_version: "HTTP/1.1" = "HTTP/1.1"
deprecated

Since v1.30.0.

+

mappingTenantFields

mappingTenantFields: JwtKeyMapping<Tenant, "zid" | "zdn">
+

Mapping between key name in the Tenant and key name in decoded JWT.

+

mappingUserFields

mappingUserFields: JwtKeyMapping<UserData, "user_id" | "user_name" | "given_name" | "family_name" | "email" | "scope" | "xs.user.attributes">
+

Mapping between key name in the User and key name in decoded JWT and the

+

numberReturnTypeMapping

numberReturnTypeMapping: Record<string, "Edm.Int32" | "Edm.Double" | "Edm.Decimal">

oDataUri

oDataUri: ODataUri
+

Instance of the ODataUri conversion interface for OData v2.

+

oDataUriV4

oDataUriV4: ODataUri
+

Instance of the ODataUri conversion interface for OData v4.

+

part_content_type_line

part_content_type_line: "Content-Type: application/http" = "Content-Type: application/http"
deprecated

Since v1.30.0.

+

responseDataAccessor

responseDataAccessor: ResponseDataAccessor

serializersCommom

serializersCommom: EdmTypeMapping
deprecated

Since v1.27.0. Use serializersCommon instead.

+

serializersCommon

serializersCommon: EdmTypeMapping

verificationKeyCache

verificationKeyCache: Cache<TokenKey>

Functions

addAuthorizationHeader

  • addAuthorizationHeader<RequestT>(request: ODataRequest<RequestT>, headers: Record<string, string>): Promise<Record<string, string>>
  • deprecated

    Since v1.20.0. Use buildAuthorizationHeaders instead. +Adds authorization headers for a given ODataRequest to existing headers.

    +

    Type parameters

    • RequestT: ODataRequestConfig<RequestT>

    Parameters

    • request: ODataRequest<RequestT>

      an ODataRequest.

      +
    • headers: Record<string, string>

      The headers that should be added to.

      +

    Returns Promise<Record<string, string>>

    The provided headers with the new authorization headers.

    +

addDestinationToRequestConfig

  • +

    Builds a DestinationHttpRequestConfig for the given destination +and then merges it into the given request configuration. +Setting of the given request configuration take precedence over any destination related configuration.

    +

    Type parameters

    Parameters

    Returns Promise<T & DestinationHttpRequestConfig>

    The given request config merged with the config built for the given destination.

    +

addProxyConfiguration

  • +

    Given a destination and a JWT (required for subscriber destinations), this function will add a proxy configuration to a destination. +See also ProxyConfiguration.

    +

    This function will reject if no connectivity service is bound, no XSUAA service with plan application is bound or the client credentials grant with the XSUAA service fails.

    +
    deprecated

    Since v1.16.0. Use addProxyConfigurationOnPrem instead.

    +

    Parameters

    • destination: Destination

      The destination to which the proxy configuration should be added.

      +
    • Optional jwt: string

      The JWT of the current user.

      +

    Returns Promise<Destination>

    A promise resolving to the destination with the added proxy configuration.

    +

addProxyConfigurationInternet

  • addProxyConfigurationInternet(destination: any): Destination
  • +

    Adds the proxy configuration to a destination based on web proxies defined in environment variables. See ProxyConfiguration and proxyStrategy for details.

    +

    Parameters

    • destination: any

      to which the proxy configuration is added.

      +

    Returns Destination

    Destination containing the configuration for web proxy.

    +

addProxyConfigurationOnPrem

  • Parameters

    Returns Promise<Destination>

all

  • +

    Will return the entity if all elements of the one-to-many link relation fulfill the condition.

    +

    Type parameters

    Parameters

    • Rest ...filters: Filterable<EntityT, LinkedEntityT>[]

      A filter condition like MyEntity.someMultiLink.someProperty.eq('value')

      +

    Returns FilterLambdaExpression<EntityT>

    The lambda filter function to be considered in the query

    +

alwaysProvider

  • alwaysProvider(allDestinations: AllDestinations, destinationName: string): Destination | null
  • +

    Constraints the selection to provider destinations.

    +

    Parameters

    • allDestinations: AllDestinations

      Retrieved destinations.

      +
    • destinationName: string

      Name of the destination to retrieve.

      +

    Returns Destination | null

    the destination to retrieve, returns null, if no matched provider destination is found.

    +

alwaysSubscriber

  • alwaysSubscriber(allDestinations: AllDestinations, destinationName: string): Destination | null
  • +

    Constraints the selection to subscriber destinations.

    +

    Parameters

    • allDestinations: AllDestinations

      Retrieved destinations.

      +
    • destinationName: string

      Name of the destination to retrieve.

      +

    Returns Destination | null

    the destination to retrieve, returns null, if no matched subscriber destination is found.

    +

and

  • +

    Combine Filterables with logical and to create a FilterList.

    +

    Example:

    +
    Entity.requestBuilder()
    .getAll()
    .filter(and(filterExp1, filterExp2)); +
    +

    Note that the GetAllRequestBuilderV2.filter and GetAllRequestBuilderV4.filter method take a rest parameter and thereby an array of filter expressions that are then combined conjunctively. As a consequence following is equivalent to the example above:

    +
    Entity.requestBuilder()
    .getAll()
    .filter(filterExp1, filterExp2); +
    +

    Type parameters

    • EntityT: EntityBase<EntityT>

      Type of the entity filter on.

      +

    Parameters

    • expressions: Filterable<EntityT, any>[]

      Filterables to be combined with logical and.

      +

    Returns FilterList<EntityT>

    The newly created FilterList.

    +
  • Type parameters

    Parameters

    Returns FilterList<EntityT>

any

  • +

    Will return the entity if at least one element of the one-to-many link relation fulfills the condition.

    +

    Type parameters

    Parameters

    • Rest ...filters: Filterable<EntityT, LinkedEntityT>[]

      A filter condition like MyEntity.someMultiLink.someProperty.eq('value')

      +

    Returns FilterLambdaExpression<EntityT>

    The lambda filter function to be considered in the query

    +

asc

  • +

    Create new Order by orderBy._fieldName in ascending order.

    +

    Type parameters

    • EntityT: EntityBase<EntityT>

      Type of the entity to be ordered

      +

    Parameters

    Returns Order<EntityT>

    New order

    +

audiences

  • audiences(decodedToken: JwtPayload): Set<string>
  • +

    Retrieve the audiences of a decoded JWT based on the audiences and scopes in the token.

    +

    Parameters

    • decodedToken: JwtPayload

      Token to retrieve the audiences from.

      +

    Returns Set<string>

    A set of audiences.

    +

basicHeader

  • basicHeader(username: string, password: string): string
  • Parameters

    • username: string
    • password: string

    Returns string

buildAndAddAuthorizationHeader

  • buildAndAddAuthorizationHeader(destination: Destination): (headers: Record<string, any>) => Promise<Record<string, string>>
  • deprecated

    Since v1.20.0. Use buildAuthorizationHeaders instead. +Adds authorization headers for a given destination to existing headers.

    +

    Parameters

    Returns (headers: Record<string, any>) => Promise<Record<string, string>>

    The provided headers with the new authorization headers.

    +
      • (headers: Record<string, any>): Promise<Record<string, string>>
      • Parameters

        • headers: Record<string, any>

          The headers that should be added to.

          +

        Returns Promise<Record<string, string>>

        The provided headers with the new authorization headers.

        +

buildAuthorizationHeaders

  • buildAuthorizationHeaders(destination: Destination): Promise<Record<string, string>>
  • Parameters

    Returns Promise<Record<string, string>>

buildAxiosRequestConfig

  • experimental

    This API is experimental and might change in newer versions. Use with caution.

    +

    Type parameters

    Parameters

    • destination: Destination | DestinationNameAndJwt

      A destination or a destination name and a JWT.

      +
    • Optional requestConfig: Partial<T>

      Any object representing an HTTP request.

      +

    Returns Promise<AxiosRequestConfig>

buildCsrfHeaders

  • +

    Get CSRF token and cookies for a destination and request configuration. The CSRF token and cookies will be retrieved based on the URL of the destination and the custom configuration given by the requestConfig. +If there is a relative url in the requestConfig it will be appended to the destination's URL, an absolute URL overwrites the destination related URL.

    +

    Type parameters

    Parameters

    • destination: Destination | DestinationNameAndJwt

      The destination to get the headers from

      +
    • requestConfig: Partial<T>

      An http request configuration containing additional information about the request, like URL or headers

      +

    Returns Promise<Record<string, any>>

    A promise to an object containing the CSRF related headers

    +

buildHeadersForDestination

  • buildHeadersForDestination(destination: Destination, customHeaders?: Record<string, any>): Promise<Record<string, string>>
  • Parameters

    • destination: Destination
    • Optional customHeaders: Record<string, any>

    Returns Promise<Record<string, string>>

buildHttpRequest

ceiling

  • +

    Build a filter function to ceil a number. Evaluates to double or decimal, defaults to double.

    +

    Type parameters

    Parameters

    • num: number | Field<EntityT, boolean, boolean> | NumberFilterFunction<EntityT>

      The number to ceil. This can either be a number, a reference to a field or another filter function.

      +
    • Optional returnType: "double" | "decimal"

      The return type to use.

      +

    Returns NumberFilterFunction<EntityT>

    The newly created filter function

    +

checkMandatoryValue

  • checkMandatoryValue<InterfaceT, JwtKeysT>(key: keyof InterfaceT, mapping: JwtKeyMapping<InterfaceT, JwtKeysT>, jwtPayload: JwtPayload): void
  • +

    Checks if a given key is present in the decoded JWT. If not, an error is thrown.

    +

    Type parameters

    • InterfaceT

    • JwtKeysT

    Parameters

    • key: keyof InterfaceT

      The key of the representation in typescript

      +
    • mapping: JwtKeyMapping<InterfaceT, JwtKeysT>

      The mapping between the typescript keys and the JWT key

      +
    • jwtPayload: JwtPayload

      JWT payload to check fo the given key.

      +

    Returns void

clientCredentialsGrant

  • deprecated

    Since v1.49.0 Use @sap/xssec lib instead. +Executes a client credentials grant request. +If the first parameter is an instance of XsuaaServiceCredentials, the response's access_token will be verified. +If the first parameter is a URI, the response will not be verified.

    +

    Parameters

    • tokenServiceUrlOrXsuaaServiceCredentials: string | XsuaaServiceCredentials

      The URL of the token service or the credentials of a XSUAA service instance.

      +
    • clientCredentials: ClientCredentials

      Client credentials for which to request a token.

      +
    • Optional options: ResilienceOptions

      Options to use by retrieving access token.

      +
    • Optional customBody: Record<string, any>

      Object containing value required for the body request.

      +

    Returns Promise<ClientCredentialsResponse>

    A promise resolving to the response.

    +

concat

  • +

    Build a filter function to concatenate two strings. Evaluates to string.

    +

    Type parameters

    Parameters

    • str1: string | Field<EntityT, boolean, boolean> | StringFilterFunction<EntityT>

      The first string to concatenate. This can either be a string, a reference to a field or another filter function.

      +
    • str2: string | Field<EntityT, boolean, boolean> | StringFilterFunction<EntityT>

      The second string to concatenate. This can either be a string, a reference to a field or another filter function.

      +

    Returns StringFilterFunction<EntityT>

    The newly created filter function

    +

contains

  • +

    Build a filter function to test whether a string is a substring of the other. Evaluates to boolean.

    +

    Type parameters

    Parameters

    • substr: string | Field<EntityT, boolean, boolean> | StringFilterFunction<EntityT>

      The substring to test for. This can either be a string, a reference to a field or another filter function.

      +
    • str: string | Field<EntityT, boolean, boolean> | StringFilterFunction<EntityT>

      The string to test. This can either be a string, a reference to a field or another filter function.

      +

    Returns BooleanFilterFunction<EntityT>

    The newly created filter function

    +

createComplexType

  • createComplexType<ComplexT>(json: any, converters: {}): ComplexT
  • deprecated

    Since v1.25.0. use deserializeComplexType instead.

    +

    Type parameters

    • ComplexT

    Parameters

    • json: any

      A raw json object to deserialize a complex type from.

      +
    • converters: {}

      A list of rules on how to convert json to the respective type in JavaScript or TypeScript.

      +
      • [converter: string]: CallableFunction

    Returns ComplexT

    A deserialized complex type representation.

    +

createGetFilter

  • +

    Creates a getFilter function using the OData v2 or OData v4 URI converter. +The concrete filter getters are initiated in odata/v2/uri-conversion/odata-uri.ts and odata/v4/uri-conversion/odata-uri.ts.

    +

    Parameters

    Returns GetFilter

    The filter getter. See interface GetFilter

    +

createGetResourcePathForKeys

  • createGetResourcePathForKeys(uriConverter: UriConverter): GetResourcePathForKeys
  • +

    Creates a getResourcePathForKeys function using the OData v2 or OData v4 URI converter. +The concrete instances for v2 or v4 are initiated in odata/v2/uri-conversion/odata-uri.ts and odata/v4/uri-conversion/odata-uri.ts.

    +

    Parameters

    Returns GetResourcePathForKeys

    The filter getter. See GetFilter

    +

customAttributes

  • customAttributes(jwtPayload: JwtPayload): Map<string, string[]>
  • +

    Extracts the custom attributes from the JWT.

    +

    Parameters

    • jwtPayload: JwtPayload

      Token payload to read the custom attributes from.

      +

    Returns Map<string, string[]>

    Custom attributes added by the XSUAA service to the issued JWT.

    +

day

  • +

    Build a filter function to get the day of a date. Evaluates to int.

    +

    Type parameters

    Parameters

    • date: Moment | Field<EntityT, boolean, boolean>

      The date to get the day for. This can either be a date (Moment) or a reference to a field.

      +

    Returns NumberFilterFunction<EntityT>

    The newly created filter function

    +

decodeJwt

  • decodeJwt(token: string): JwtPayload
  • +

    Decode JWT.

    +

    Parameters

    • token: string

      JWT to be decoded

      +

    Returns JwtPayload

    Decoded payload.

    +

decodeJwtComplete

  • decodeJwtComplete(token: string): Jwt
  • +

    Decode JWT and return the complete decoded token.

    +

    Parameters

    • token: string

      JWT to be decoded.

      +

    Returns Jwt

    Decoded token containing payload, header and signature.

    +

desc

  • +

    Create new Order by orderBy._fieldName in descending order.

    +

    Type parameters

    • EntityT: EntityBase<EntityT>

      Type of the entity to be ordered

      +

    Parameters

    Returns Order<EntityT>

    New order

    +

deserializeBatchResponse

  • +

    Deserialize the parsed batch response.

    +

    Parameters

    • parsedBatchResponse: (ResponseData | ResponseData[])[]

      Two dimensional list of parsed batch sub responses.

      +
    • entityToConstructorMap: Record<string, Constructable<EntityBase, unknown>>

      A map that holds the entity type to constructor mapping.

      +
    • responseDataAccessor: ResponseDataAccessor

      Response data access module.

      +
    • deserializer: EntityDeserializer<any>

      Entity deserializer.

      +

    Returns (ErrorResponse | ReadResponse | WriteResponses)[]

    An array of parsed sub responses of the batch response.

    +

Const deserializeComplexType

  • Parameters

    Returns any

Const deserializeComplexTypeV4

  • Parameters

    Returns any

Const deserializeEntity

  • deserializeEntity(json: any, entityConstructor: Constructable<any, unknown>, requestHeader?: any): any
  • Parameters

    • json: any
    • entityConstructor: Constructable<any, unknown>
    • Optional requestHeader: any

    Returns any

Const deserializeEntityV4

  • deserializeEntityV4(json: any, entityConstructor: Constructable<any, unknown>, requestHeader?: any): any
  • Parameters

    • json: any
    • entityConstructor: Constructable<any, unknown>
    • Optional requestHeader: any

    Returns any

destinationForServiceBinding

  • +

    Tries to build a destination from a service binding with the given name. +Throws an error if no services are bound at all, no service with the given name can be found, or the service type is not supported. +The last error can be circumvent by using the second parameter to provide a custom function that transforms a service binding to a destination.

    +

    Parameters

    Returns Destination

    A destination.

    +

detectNewLineSymbol

  • detectNewLineSymbol(str: string): string
  • +

    Detects the system dependent line break in a string.

    +

    Parameters

    • str: string

      The string to check for line breaks. Should have at least two lines, otherwise an error will be thrown.

      +

    Returns string

    The system dependent line break

    +

endsWith

  • +

    Build a filter function to test whether a string ends with another. Evaluates to boolean.

    +

    Type parameters

    Parameters

    • str: string | Field<EntityT, boolean, boolean> | StringFilterFunction<EntityT>

      The string to test. This can either be a string, a reference to a field or another filter function.

      +
    • suffix: string | Field<EntityT, boolean, boolean> | StringFilterFunction<EntityT>

      The suffix to test for. This can either be a string, a reference to a field or another filter function.

      +

    Returns BooleanFilterFunction<EntityT>

    The newly created filter function

    +

entityDeserializer

  • entityDeserializer(edmToTs: EdmToTsTypeV2<any> | EdmToTsTypeV4<any>, extractODataETag: ExtractODataETagType, extractDataFromOneToManyLink: ExtractDataFromOneToManyLinkType): EntityDeserializer
  • +

    Constructs an entityDeserializer given the OData v2 or v4 specific methods. +The concrete deserializers are created in odata/v2/entity-deserializer.ts and odata/v4/entity-deserializer.ts

    +

    Parameters

    • edmToTs: EdmToTsTypeV2<any> | EdmToTsTypeV4<any>

      Converters emd input to ts values.

      +
    • extractODataETag: ExtractODataETagType

      Extractor for the ETag.

      +
    • extractDataFromOneToManyLink: ExtractDataFromOneToManyLinkType

      Extractor for data related to one to many links.

      +

    Returns EntityDeserializer

    a entity deserializer as defined by EntityDeserializer

    +

execute

executeHttpRequest

extractClientCredentials

extractCustomFields

  • extractCustomFields<EntityT, JsonT>(json: Partial<JsonT>, entityConstructor: Constructable<EntityT, unknown>): Record<string, any>
  • +

    Extracts all custom fields from the JSON payload for a single entity. +In this context, a custom fields is every property that is not known in the corresponding entity class.

    +

    Type parameters

    Parameters

    • json: Partial<JsonT>

      The JSON payload.

      +
    • entityConstructor: Constructable<EntityT, unknown>

      The constructor function of the entity class.

      +

    Returns Record<string, any>

    An object containing the custom fields as key-value pairs.

    +

extractEtagFromHeader

  • extractEtagFromHeader(headers: any): string | undefined
  • Parameters

    • headers: any

    Returns string | undefined

extractODataEtag

  • extractODataEtag(json: Record<string, any>): string | undefined
  • +

    Extractor for the ETag for OData v2 responses used in entityDeserializer.

    +

    Parameters

    • json: Record<string, any>

      Response data from which the ETag is extracted.

      +

    Returns string | undefined

    The ETag.

    +

extractODataEtagV4

  • extractODataEtagV4(json: Record<string, any>): string | undefined
  • +

    Extractor for the ETag for OData v4 responses used in entityDeserializer.

    +

    Parameters

    • json: Record<string, any>

      Response data from which the ETag is extracted.

      +

    Returns string | undefined

    The ETag.

    +

fetchDestination

  • +

    Fetches a specific destination by name from the given URI, including authorization tokens. +For destinations with authenticationType OAuth2SAMLBearerAssertion, this call will trigger the OAuth2SAMLBearerFlow against the target destination. +In this pass the access token as string. +Fetches a specific destination with authenticationType OAuth2UserTokenExchange by name from the given URI, including authorization tokens.

    +

    Parameters

    • destinationServiceUri: string

      The URI of the destination service

      +
    • token: string | AuthAndExchangeTokens

      The access token or AuthAndExchangeTokens if you want to include the X-user-token for OAuth2UserTokenExchange.

      +
    • destinationName: string

      The name of the desired destination

      +
    • Optional options: ResilienceOptions & CachingOptions

      Options to use by retrieving destinations

      +

    Returns Promise<Destination>

    A Promise resolving to the destination

    +

fetchInstanceDestinations

  • +

    Fetches all instance destinations from the given URI.

    +

    Parameters

    • destinationServiceUri: string

      The URI of the destination service

      +
    • jwt: string

      The access token

      +
    • Optional options: ResilienceOptions & CachingOptions

      Options to use by retrieving destinations

      +

    Returns Promise<Destination[]>

    A promise resolving to a list of instance destinations

    +

fetchSubaccountDestinations

  • +

    Fetches all subaccount destinations from the given URI.

    +

    Parameters

    • destinationServiceUri: string

      The URI of the destination service

      +
    • jwt: string

      The access token

      +
    • Optional options: ResilienceOptions & CachingOptions

      Options to use by retrieving destinations

      +

    Returns Promise<Destination[]>

    A promise resolving to a list of subaccount destinations

    +

fetchVerificationKeys

  • fetchVerificationKeys(xsuaaCredentials: XsuaaServiceCredentials, jku?: string): Promise<TokenKey[]>
  • fetchVerificationKeys(url: string, clientId: string, clientSecret: string): Promise<TokenKey[]>
  • fetchVerificationKeys(url: string): Promise<TokenKey[]>
  • +

    Deprecated since v1.49.0. Use fetchVerificationKeys(url: string) instead. Credentials are ignored. +Fetches verification keys from the XSUAA service for the given credentials.

    +

    Parameters

    • xsuaaCredentials: XsuaaServiceCredentials

      Credentials of the XSUAA service instance.

      +
    • Optional jku: string

      Value of the jku property in the JWT header. If not provided the old legacy URL xsuaaCredentials.url/token_keys is used as a fallback which will not work for subscriber accounts created after 14th of April 2020.

      +

    Returns Promise<TokenKey[]>

    An array of TokenKeys.

    +
  • +

    Deprecated since v1.49.0. Use fetchVerificationKeys(url: string) instead. Credentials are ignored. +Fetches verification keys from the XSUAA service for the given URL, with the given pair of credentials.

    +

    Parameters

    • url: string

      URL of the XSUAA service instance.

      +
    • clientId: string

      Client ID of the XSUAA service instance.

      +
    • clientSecret: string

      Client secret of the XSUAA service instance.

      +

    Returns Promise<TokenKey[]>

    An array of token keys.

    +
  • +

    Fetches verification keys from the XSUAA service for the given URL.

    +

    Parameters

    • url: string

      URL of the XSUAA service instance.

      +

    Returns Promise<TokenKey[]>

    An array of token keys.

    +

filterCustomRequestConfig

  • filterCustomRequestConfig(customRequestConfig: Record<string, string>, disallowedKeys?: string[]): Record<string, string>
  • +

    Filter disallowed keys from a given custom request config object.

    +

    Parameters

    • customRequestConfig: Record<string, string>

      a given custom request config object to be filtered

      +
    • Optional disallowedKeys: string[]

      A list of keys that are not allowed to be customized.

      +

    Returns Record<string, string>

    Filtered custom request config object.

    +

filterFunction

filterFunctionV4

  • Type parameters

    Parameters

    Returns BooleanFilterFunction<EntityT>

  • Type parameters

    Parameters

    Returns NumberFilterFunction<EntityT>

  • Type parameters

    Parameters

    Returns StringFilterFunction<EntityT>

  • Type parameters

    Parameters

    Returns DateFilterFunction<EntityT>

  • Type parameters

    Parameters

    Returns CollectionFilterFunction<EntityT, boolean>

  • Type parameters

    Parameters

    Returns CollectionFilterFunction<EntityT, string>

  • Type parameters

    Parameters

    Returns CollectionFilterFunction<EntityT, number>

  • Type parameters

    Parameters

    Returns CollectionFilterFunction<EntityT, moment.Moment>

filterNullishValues

  • filterNullishValues(headers?: Record<string, any>): Record<string, any>
  • deprecated

    Since v1.32.0. Use pickNonNullish instead.

    +

    Filter headers that have nullish values.

    +

    Parameters

    • headers: Record<string, any> = {}

      A header object to be filtered.

      +

    Returns Record<string, any>

      +
    • A filtered header object containing only headers with non-nullish values.
    • +
    +

floor

  • +

    Build a filter function to floor a number. Evaluates to double or decimal, defaults to double.

    +

    Type parameters

    Parameters

    • num: number | Field<EntityT, boolean, boolean> | NumberFilterFunction<EntityT>

      The number to floor. This can either be a number, a reference to a field or another filter function.

      +
    • Optional returnType: "double" | "decimal"

      The return type to use.

      +

    Returns NumberFilterFunction<EntityT>

    The newly created filter function

    +

fractionalSeconds

  • +

    Build a filter function to get the fractional seconds of a date. Evaluates to decimal.

    +

    Type parameters

    Parameters

    • date: Moment | Field<EntityT, boolean, boolean>

      The date to get the fractional seconds for. This can either be a date (Moment) or a reference to a field.

      +

    Returns NumberFilterFunction<EntityT>

    The newly created filter function

    +

getAgentConfig

  • +

    Returns the http or https-agent config depending on the destination URL. +If the destination contains a proxy configuration, the agent will be a proxy-agent. +If not it will be the default http-agent coming from node.

    +

    Parameters

    • destination: Destination

      determining which kind of configuration is returned

      +

    Returns HttpAgentConfig | HttpsAgentConfig

    The http or http-agent configuration.

    +

getAuthHeaders

  • getAuthHeaders(destination: Destination, customHeaders?: Record<string, any>): Promise<Record<string, string>>
  • Parameters

    • destination: Destination
    • Optional customHeaders: Record<string, any>

    Returns Promise<Record<string, string>>

getAxiosConfigWithDefaults

  • +

    Builds an Axios config with default configuration i.e. no_proxy, default http and https agent and GET as request method.

    +

    Returns HttpRequestConfig

    AxiosRequestConfig with default parameters

    +

getAxiosConfigWithDefaultsWithoutMethod

  • Returns Omit<HttpRequestConfig, "method">

getCollectionResult

  • getCollectionResult(data: any): any[]
  • +

    Extract the collection data from the response. +If the data does not contain a collection an empty array is returned.

    +

    Parameters

    • data: any

      Response of the OData v4 service.

      +

    Returns any[]

    Collection extracted from the response.

    +

getDestination

  • +

    Builds a destination from one of three sources (in the given order):

    +
      +
    • from the environment variable "destinations"
    • +
    • from service bindings
    • +
    • from the destination service
    • +
    +

    If you want to get a destination only from a specific source, use the corresponding function directly + (getDestinationFromEnvByName, destinationForServiceBinding, getDestinationFromDestinationService).

    +

    Parameters

    • name: string

      The name of the destination to be retrieved.

      +
    • Optional options: DestinationOptions

      Configuration for how to retrieve destinations from the destination service.

      +

    Returns Promise<Destination | null>

    A promise returning the requested destination on success.

    +

getDestinationBasicCredentials

  • getDestinationBasicCredentials(): BasicCredentials
  • +

    Basic Credentials Getter from Destination service credentials needed for JWT generator.

    +

    Returns BasicCredentials

    Basic credentials.

    +

getDestinationByName

  • deprecated

    Since v1.4.2. Use getDestinationFromEnvByName instead.

    +

    Get a destination from the environment variables by name. Throws an error if there are multiple destinations with the same name. +This is discouraged for productive use! Use destination-accessor/useOrFetchDestination for fetching destinations +from the Cloud Foundry destination service.

    +

    Parameters

    • name: string

      Name of the destination

      +

    Returns Destination | null

    The requested destination if existent, otherwise null

    +

getDestinationFromDestinationService

  • +

    Retrieves a destination with the given name from the Cloud Foundry destination service. +Returns null, if no destination can be found. +Requires the following service bindings: destination, XSUAA +By default, selects subscriber over provider and instance over subaccount destinations.

    +

    If the destinations are read from the environment, the jwt will be ignored.

    +

    Parameters

    • name: string

      The name of the destination to be retrieved.

      +
    • options: DestinationOptions

      Configuration for how to retrieve destinations from the destination service.

      +

    Returns Promise<Destination | null>

    A promise returning the requested destination on success.

    +

getDestinationFromEnvByName

  • getDestinationFromEnvByName(name: string): Destination | null
  • +

    Get a destination from the environment variables by name. If there are multiple destinations with the same name the first one will be used. +This is discouraged for productive use! Use destination-accessor/useOrFetchDestination for fetching destinations +from the Cloud Foundry destination service.

    +

    Parameters

    • name: string

      Name of the destination

      +

    Returns Destination | null

    The requested destination if existent, otherwise null

    +

getDestinationOptions

  • deprecated

    Since v1.0.1. Use getDestination instead.

    +

    Retrieves a destination with the given name from the Cloud Foundry destination service. +Returns null, if no destination can be found. +Requires the following service bindings: destination, XSUAA +By default, selects subscriber over provider and instance over subaccount destinations.

    +

    If the destinations are read from the environment, the jwt will be ignored.

    +

    Parameters

    • name: string

      The name of the destination to be retrieved.

      +
    • Optional options: DestinationOptions

      The options of the fetching query of the destination that include the JWT of the current request and the strategy for selecting a destination.

      +

    Returns Promise<Destination | null>

    A promise returning the requested destination on success.

    +

getDestinationService

  • +

    Get destination service if one is present.

    +
    throws

    Error in case no destination service is found in the VCAP variables

    +

    Returns Service

    Destination service

    +

getDestinationServiceCredentials

  • getDestinationServiceCredentials(): any
  • +

    First 'destination' credentials getter.

    +

    Returns any

    The 'destination' credentials object or null, if it does not exist.

    +

getDestinationServiceCredentialsList

  • +

    Destination credentials getter.

    +

    Returns DestinationServiceCredentials[]

    A list of 'credentials' objects in 'destination' service.

    +

getDestinationServiceUri

  • getDestinationServiceUri(): string | null
  • +

    Destination URI getter +NOTICE: If there exist more than one destination/uri, the function +returns the first entry.

    +

    Returns string | null

    The first existing uri in destination or null, if not found.

    +

getDestinations

  • deprecated

    Since v1.4.2. Use getDestinationsFromEnv instead.

    +

    Get all destinations from the environment variable "destinations". +This is discouraged for productive use! Use destination-accessor/useOrFetchDestination for fetching destinations +from the Cloud Foundry destination service.

    +

    Returns Destination[]

    A list of destinations

    +

getDestinationsFromEnv

  • +

    Get all destinations from the environment variable "destinations". +This is discouraged for productive use! Use useOrFetchDestination for fetching destinations from the Cloud Foundry destination service.

    +

    Returns Destination[]

    A list of destinations

    +

getEdmType

  • +

    Convenience method to get the EdmTypeShared from the overloaded constructor. +The two scenarios are:

    +
      +
    • complexTypeNameOrEdmType is of type EdmTypeShared and edmTypeOrUndefined is undefined
    • +
    • complexTypeNameOrEdmType is of type string and edmTypeOrUndefined is of type EdmTypeShared
    • +
    +

    Type parameters

    Parameters

    • complexTypeNameOrEdmType: string | EdmTypeShared<VersionT>

      Either the name of the complex type or the EDM type.

      +
    • Optional edmTypeOrUndefined: EdmTypeShared<VersionT>

      Either the EDM type or undefined.

      +

    Returns EdmTypeShared<VersionT>

    The EDM type resolved for the two arguments.

    +

getEntityConstructor

  • getEntityConstructor<EntityT, ComplexT>(fieldOf: ConstructorOrField<EntityT, ComplexT>): Constructable<EntityT>
  • +

    Convenience method to get the entity constructor of the parent of a complex type.

    +

    Type parameters

    Parameters

    • fieldOf: ConstructorOrField<EntityT, ComplexT>

      Either an entity constructor or another complex type field.

      +

    Returns Constructable<EntityT>

    The constructor of the transitive parent entity;

    +

getEntityKeys

  • getEntityKeys<EntityT>(entity: EntityT, entityConstructor: Constructable<EntityT, unknown>): Record<string, any>
  • +

    Helper function that maps an entity to its keys map with their original names.

    +

    Type parameters

    Parameters

    • entity: EntityT

      Entity to map

      +
    • entityConstructor: Constructable<EntityT, unknown>

      The constructor of the entity

      +

    Returns Record<string, any>

    object that includes all keys that represent given entity

    +

getEnvironmentVariable

  • getEnvironmentVariable(name: string): string | undefined | null
  • +

    Environment variables accessor.

    +

    Parameters

    • name: string

      Environment variable name.

      +

    Returns string | undefined | null

    Env variable value if defined. + null: If not defined.

    +

getExpand

  • getExpand<EntityT>(selects?: Selectable<EntityT>[]): Partial<{ expand: string }>
  • +

    Get an object containing the given expand as a query parameter, or an empty object if none was given. +In this OData v2 expand, selected properties are automatically added to the expand.

    +

    Type parameters

    • EntityT: Entity<EntityT>

      Type of the entity to expand on

      +

    Parameters

    • Optional selects: Selectable<EntityT>[]

      The selects which are expanded if necessary

      +

    Returns Partial<{ expand: string }>

    An object containing the query parameter or an empty object

    +

getExpandV4

  • getExpandV4<EntityT>(expands: undefined | Expandable<EntityT>[], entityConstructor: Constructable<EntityT, unknown>): Partial<{ expand: string }>
  • +

    Get an object containing the given expand as a query parameter, or an empty object if none was given.

    +

    Type parameters

    • EntityT: EntityV4<EntityT>

      Type of the entity to expand on

      +

    Parameters

    • expands: undefined | Expandable<EntityT>[]

      The expands to transform to a query parameter

      +
    • entityConstructor: Constructable<EntityT, unknown>

      Constructor type of the entity to expand on

      +

    Returns Partial<{ expand: string }>

    An object containing the query parameter or an empty object

    +

getFieldOptions

  • getFieldOptions<NullableT, SelectableT>(fieldOptions?: FieldOptions<NullableT, SelectableT>): Required<FieldOptions<NullableT, SelectableT>>
  • +

    Get field options merged with default values. +The given options take precedence.

    +

    Type parameters

    • NullableT: boolean = false

    • SelectableT: boolean = false

    Parameters

    • Optional fieldOptions: FieldOptions<NullableT, SelectableT>

      Given options.

      +

    Returns Required<FieldOptions<NullableT, SelectableT>>

    Given options merged with default values.

    +

getGrantTokenCacheKey

  • getGrantTokenCacheKey(url: string, credentialsOrClientId: string | ClientCredentials): string
  • Parameters

    Returns string

getHeader

  • getHeader(key: string, headers?: Record<string, any>): Record<string, any>
  • deprecated

    Since v1.32.0. Use pickIgnoreCase instead.

    +

    Find a header in a given header object, if available, independent of the case (lower / upper).

    +

    Parameters

    • key: string

      Name of the header to be found.

      +
    • headers: Record<string, any> = {}

      Header object to be searched for given key.

      +

    Returns Record<string, any>

      +
    • An object containing the given key (and value) in its original case, as found in headers or an empty object if not found.
    • +
    +

getHeaderValue

  • getHeaderValue(key: string, headers?: Record<string, any>): any | undefined
  • deprecated

    Since v1.32.0. Use pickValueIgnoreCase instead.

    +

    Get the value of a header based on the given key, independent of the case (lower / upper).

    +

    Parameters

    • key: string

      Name of the header to be found.

      +
    • headers: Record<string, any> = {}

      Header object to be searched for given key.

      +

    Returns any | undefined

    The value of the header with the given key or undefined.

    +

getHeaders

  • getHeaders(keys: string[], headers?: Record<string, any>): Record<string, any>
  • deprecated

    Since v1.32.0. Use pickIgnoreCase instead.

    +

    Find headers in a given header object, if available, independent of the case (lower / upper).

    +

    Parameters

    • keys: string[]

      Name of the header to be found.

      +
    • headers: Record<string, any> = {}

      Header object to be searched for given key.

      +

    Returns Record<string, any>

      +
    • An object containing the given keys (and values) in its original case, as found in headers or an empty object if not found.
    • +
    +

getLine

  • deprecated

    Since v1.30.0. This function won't be replaced. +Serialize a request to a one line string containing the HTTP method, URL and HTTP version. +For Example: +GET /sap/opu/odata/sap/API_BUSINESS_PARTNER/A_BusinessPartnerAddress?$format=json&$top=1 HTTP/1.1

    +

    Parameters

    Returns string

    The serialized request as <HTTP method> <URL> <HTTP version>.

    +

getLinkedCollectionResult

  • getLinkedCollectionResult(data: any): any[]
  • +

    Extract the collection data from the one to many link response. +If the data does not contain a collection an empty array is returned.

    +

    Parameters

    • data: any

      Response of the one to many link.

      +

    Returns any[]

    Collection extracted from the response.

    +

getOAuth2ClientCredentialsToken

  • getOAuth2ClientCredentialsToken(destination: Destination): Promise<ClientCredentialsResponse>
  • deprecated

    Since v1.47.0. +Retrieves an access token required for "OAuth2ClientCredentials" destination authentication type.

    +

    Parameters

    • destination: Destination

      A destination having OAuth2ClientCredentials authentication type

      +

    Returns Promise<ClientCredentialsResponse>

    A promise returning the requested access token on success.

    +

getOrderBy

  • getOrderBy<EntityT>(orderBy: Orderable<EntityT>[]): Partial<{ orderby: string }>
  • +

    Get an object containing the given order bys as query parameter, or an empty object if none was given.

    +

    Type parameters

    • EntityT: EntityBase<EntityT>

      Type of the entity to order

      +

    Parameters

    • orderBy: Orderable<EntityT>[]

      A list of orderables to get the query parameters for

      +

    Returns Partial<{ orderby: string }>

    An object containing the query parameter or an empty object

    +

getProtocolOrDefault

  • +

    Extracts the http protocol from the destination URL. The default value is http if no protocol is given.

    +
    throws

    Error in case a unsupported protocol is given in the destination URL like rfc://example.com.

    +

    Parameters

    • destination: Destination

      URL of this destination is parsed

      +

    Returns Protocol

    The protocol, either https or http.

    +

getQueryParametersForFilter

  • getQueryParametersForFilter<EntityT>(filter: Filterable<EntityT, any>, entityConstructor: Constructable<EntityT, unknown>): Partial<{ filter: string }>
  • deprecated

    Since v1.21.0. Use ODataUri.getFilter instead. +Get an object containing the given filter as query parameter, or an empty object if none was given.

    +

    Type parameters

    • EntityT: Entity<EntityT>

      Type of the entity to filter on

      +

    Parameters

    • filter: Filterable<EntityT, any>

      The filter to transform to a query parameter

      +
    • entityConstructor: Constructable<EntityT, unknown>

      Constructor type of the entity to filter on

      +

    Returns Partial<{ filter: string }>

    An object containing the query parameter or an empty object

    +

getQueryParametersForOrderBy

  • getQueryParametersForOrderBy<EntityT>(orderBy: Orderable<EntityT>[]): Partial<{ orderby: string }>
  • deprecated

    Since v1.21.0. Use ODataUri.getOrderBy instead. +Get an object containing the given order bys as query parameter, or an empty object if none was given.

    +

    Type parameters

    • EntityT: Entity<EntityT>

      Type of the entity to order

      +

    Parameters

    • orderBy: Orderable<EntityT>[]

      A list of orderables to get the query parameters for

      +

    Returns Partial<{ orderby: string }>

    An object containing the query parameter or an empty object

    +

getQueryParametersForSelection

  • getQueryParametersForSelection<EntityT>(selects?: Selectable<EntityT>[]): Partial<{ expand: string; select: string }>
  • deprecated

    Since v1.21.0. Use ODataUri.getSelect and ODataUri.getExpand instead.

    +

    Get an object containing the given Selectables as query parameter, or an empty object if none were given. +This retrieves where in addition to the selection (select) there is also an expansion (expand) needed.

    +

    Type parameters

    • EntityT: Entity<EntityT>

      Type of the entity to get the selection for

      +

    Parameters

    • Optional selects: Selectable<EntityT>[]

      The list of selectables to be transformed to query parameters

      +

    Returns Partial<{ expand: string; select: string }>

    An object containing the query parameters or an empty object

    +

getResourcePathForKeys

  • getResourcePathForKeys<EntityT>(keys: undefined | Record<string, FieldType>, entityConstructor: Constructable<EntityT, unknown>): string
  • deprecated

    Since v1.21.0. Use ODataUri.getResourcePathForKeys instead. +Get the resource path of an entity specified by key-value pairs.

    +

    Type parameters

    • EntityT: EntityBase<EntityT>

      Type of the entity to get the resource path for

      +

    Parameters

    • keys: undefined | Record<string, FieldType>

      Key-value pairs where the key is the name of a key property of the given entity and the value is the respective value

      +
    • entityConstructor: Constructable<EntityT, unknown>

      Constructor type of the entity to get the resource path for

      +

    Returns string

    The path to the resource

    +

getResponseBody

  • getResponseBody(response: string): string
  • +

    Get the response body from the string representation of a response.

    +

    Parameters

    • response: string

      String representation of a response.

      +

    Returns string

    The response body as a one line string.

    +

getSelect

  • getSelect<EntityT>(selects?: Selectable<EntityT>[]): Partial<{ select: string }>
  • +

    Get an object containing the given Selectables as query parameter, or an empty object if none were given. +This retrieves where in addition to the selection (select) there is also an expansion (expand) needed.

    +

    Type parameters

    • EntityT: Entity<EntityT>

      Type of the entity to get the selection for

      +

    Parameters

    • Optional selects: Selectable<EntityT>[]

      The list of selectables to be transformed to query parameters

      +

    Returns Partial<{ select: string }>

    An object containing the query parameters or an empty object

    +

getSelectV4

  • getSelectV4<EntityT>(selects?: Selectable<EntityT>[]): Partial<{ select: string }>
  • +

    Get an object containing the given Selectables as query parameter, or an empty object if none were given. +In OData v4 selected properties are not automatically expanded anymore and a manual expand needs to be performed.

    +

    Type parameters

    • EntityT: EntityV4<EntityT>

      Type of the entity to get the selection for

      +

    Parameters

    • Optional selects: Selectable<EntityT>[]

      The list of selectables to be transformed to query parameters

      +

    Returns Partial<{ select: string }>

    An object containing the query parameters or an empty object

    +

getService

  • getService(service: string): Service | undefined
  • +

    Returns the first found instance for the given service type.

    +

    Parameters

    • service: string

      The service type.

      +

    Returns Service | undefined

    The first found service.

    +

getServiceCredentialsList

  • getServiceCredentialsList(service: string): any[]
  • +

    Credentials list getter for a given service.

    +

    Parameters

    • service: string

      Service name

      +

    Returns any[]

    Fetched credentials objects of existing service in 'VCAP_SERVICES'.

    +

getServiceList

  • getServiceList(service: string): Service[]
  • +

    Services getter for a given service.

    +

    Parameters

    • service: string

      Service name.

      +

    Returns Service[]

    List of service bindings of the given type. Returns an empty array if no service binding exists for the given type.

    +

getSingleResult

  • getSingleResult(data: any): Record<string, any>
  • +

    Extract the single entry data from the response. +If the data does not contain a single object an empty object is returned.

    +

    Parameters

    • data: any

      Response of the OData v4 service.

      +

    Returns Record<string, any>

    A single object extracted from the response.

    +

getUrlProtocol

  • deprecated

    Since v1.5.1. use getProtocolOrDefault instead +Takes the destination URL and return everything before the ://.

    +

    Parameters

    • destination: Destination

      URL of this destination is parsed

      +

    Returns Protocol | undefined

    The protocol either undefined if no :// is found or anything before the delimiter.

    +

getVcapService

  • getVcapService(): Record<string, any> | null
  • +

    'VCAP_SERVICES' Getter from environment variables. +This function returns the VCAP_SERVICES as object or null, if it is not defined (i.e. no services are bound to the application).

    +

    Returns Record<string, any> | null

    'VCAP_SERVICES' found in environment variables or null, if not defined. The key denotes the name ov the service and the value is the definition.

    +

getXsuaaServiceCredentials

  • +

    Takes a decoded JWT and uses the client_id and audience claims to determine the XSUAA service instance +that issued the JWT. Returns the credentials if a match is found, otherwise throws an error. +If no decoded JWT is specified, then returns the first existing XSUAA credential service plan "application".

    +

    Parameters

    • Optional token: string | JwtPayload

      Either an encoded or decoded JWT.

      +

    Returns XsuaaServiceCredentials

    The credentials for a match, otherwise null.

    +

hasSubsequence

  • hasSubsequence<EntityT, ParamT, ReturnT>(subsequence: ParamT[] | Field<EntityT, boolean, boolean> | CollectionFilterFunction<EntityT, ReturnT>, sequence: ParamT[] | Field<EntityT, boolean, boolean> | CollectionFilterFunction<EntityT, ReturnT>): BooleanFilterFunction<EntityT>
  • +

    Build a filter function to test whether a set is a subsequence of the other, i. e. whether the second parameter can be transformed into the first by removing items. Evaluates to boolean.

    +

    Type parameters

    Parameters

    • subsequence: ParamT[] | Field<EntityT, boolean, boolean> | CollectionFilterFunction<EntityT, ReturnT>

      The subsequence to test for. This can either be an array, a reference to a field or another filter function.

      +
    • sequence: ParamT[] | Field<EntityT, boolean, boolean> | CollectionFilterFunction<EntityT, ReturnT>

      The sequence to test. This can either be an array, a reference to a field or another filter function.

      +

    Returns BooleanFilterFunction<EntityT>

    The newly created filter function

    +

hasSubset

  • hasSubset<EntityT, ParamT, ReturnT>(subset: ParamT[] | CollectionField<EntityT, any, boolean, boolean> | CollectionFilterFunction<EntityT, ReturnT>, set: ParamT[] | CollectionField<EntityT, any, boolean, boolean> | CollectionFilterFunction<EntityT, ReturnT>): BooleanFilterFunction<EntityT>
  • +

    Build a filter function to test whether a set is a subset of the other, i. e. whether the second parameter can be transformed into the first by reordering and / or removing items. Evaluates to boolean.

    +

    Type parameters

    Parameters

    • subset: ParamT[] | CollectionField<EntityT, any, boolean, boolean> | CollectionFilterFunction<EntityT, ReturnT>

      The subset to test for. This can either be an array, a reference to a field or another filter function.

      +
    • set: ParamT[] | CollectionField<EntityT, any, boolean, boolean> | CollectionFilterFunction<EntityT, ReturnT>

      The set to test. This can either be an array, a reference to a field or another filter function.

      +

    Returns BooleanFilterFunction<EntityT>

    The newly created filter function

    +

headerForClientCredentials

  • Parameters

    Returns string

hour

  • +

    Build a filter function to get the hour of a date. Evaluates to int.

    +

    Type parameters

    Parameters

    • date: Moment | Field<EntityT, boolean, boolean>

      The date to get the hour for. This can either be a date (Moment) or a reference to a field.

      +

    Returns NumberFilterFunction<EntityT>

    The newly created filter function

    +

indexOf

  • +

    Build a filter function to get the start index of a substring. Evaluates to int.

    +

    Type parameters

    Parameters

    • str: string | Field<EntityT, boolean, boolean> | StringFilterFunction<EntityT>

      The string to get the index from. This can either be a string, a reference to a field or another filter function.

      +
    • substr: string | Field<EntityT, boolean, boolean> | StringFilterFunction<EntityT>

      The substring to get the index for. This can either be a string, a reference to a field or another filter function.

      +

    Returns NumberFilterFunction<EntityT>

    The newly created filter function

    +

isBooleanFilterFunction

  • Type parameters

    Parameters

    Returns filterable is BooleanFilterFunction<EntityT>

isCollectionResult

  • isCollectionResult(data: any): boolean
  • +

    Checks if the data contains a collection result.

    +

    Parameters

    • data: any

      Response of the OData v4 service

      +

    Returns boolean

    true, if the data is a collection result

    +

isComplexTypeNameSpace

  • Parameters

    • val: any

    Returns val is ComplexTypeNamespace<any>

isDestination

  • isDestination(destination: any): destination is Destination
  • Parameters

    • destination: any

    Returns destination is Destination

isDestinationNameAndJwt

  • Parameters

    • destination: any

    Returns destination is DestinationNameAndJwt

isEdmType

  • +

    Check whether a value is an EdmType. This will yield positive results for every string starting with Edm..

    +

    Parameters

    • val: any

      Value to test.

      +

    Returns val is EdmTypeCommon | ExclusiveEdmTypeV2 | ExclusiveEdmTypeV4

    Whether the given value is of type EdmTypeShared

    +

isFilter

  • isFilter<T, FieldT>(filterable: Filterable<T, any>): filterable is Filter<T, FieldT>
  • Type parameters

    Parameters

    Returns filterable is Filter<T, FieldT>

isFilterLambdaExpression

  • +

    hidden

    +

    Type parameters

    Parameters

    Returns filterable is FilterLambdaExpression<EntityT>

isFilterLink

  • isFilterLink<EntityT, LinkedT>(filterable: Filterable<EntityT, any>): filterable is FilterLink<EntityT, LinkedT>
  • Type parameters

    Parameters

    Returns filterable is FilterLink<EntityT, LinkedT>

isFilterList

  • Type parameters

    Parameters

    Returns filterable is FilterList<T>

isHttpSuccessCode

  • isHttpSuccessCode(httpCode: number): boolean
  • Parameters

    • httpCode: number

    Returns boolean

isIdenticalTenant

  • isIdenticalTenant(userTokenPayload: JwtPayload, providerTokenPayload: JwtPayload): boolean
  • +

    Compare two decoded JWTs based on their tenantIds.

    +

    Parameters

    • userTokenPayload: JwtPayload

      User JWT payload.

      +
    • providerTokenPayload: JwtPayload

      Provider JWT payload.

      +

    Returns boolean

    Whether the tenant is identical.

    +

isNavigationProperty

  • isNavigationProperty(key: string, entityConstructor: any): boolean
  • +

    Checks if the property with name key of the entity is a navigation property.

    +

    Parameters

    • key: string

      Name of the property.

      +
    • entityConstructor: any

      Constructor of the entity.

      +

    Returns boolean

    A boolean denoting whether an entity is a navigation property or not.

    +

isOf

  • +

    Build a filter function to test whether a selection is of a given type. Evaluates to boolean.

    +

    Type parameters

    Parameters

    • type: string

      The type to test for, e. g. API_BUSINESS_PARTNER.A_BusinessPartner.

      +

    Returns BooleanFilterFunction<EntityT>

    The newly created filter function

    +
  • +

    Build a filter function to test whether a field is of a given type. Evaluates to boolean.

    +

    Type parameters

    Parameters

    • expression: Field<EntityT, boolean, boolean>

      A reference to a field to test for type.

      +
    • type: string

      The type to test for, e. g. API_BUSINESS_PARTNER.A_BusinessPartner.

      +

    Returns BooleanFilterFunction<EntityT>

    The newly created filter function

    +

isOrderableEdmType

isUnaryFilter

  • Type parameters

    Parameters

    Returns filterable is UnaryFilter<T>

isUserToken

  • +

    The user JWT can be a full JWT containing user information but also a reduced one setting only the iss value +This method divides the two cases.

    +

    Parameters

    • token: undefined | JwtPair

      Token to be investigated

      +

    Returns token is JwtPair

    Boolean value with true if the input is a UserJwtPair

    +

isWithETag

  • isWithETag(config: any): config is WithETag
  • Parameters

    • config: any

    Returns config is WithETag

issuerUrl

  • issuerUrl(decodedToken: JwtPayload): string | undefined
  • +

    Get the issuer URL of a decoded JWT.

    +

    Parameters

    • decodedToken: JwtPayload

      Token to read the issuer URL from.

      +

    Returns string | undefined

    The issuer URL if available.

    +

jwtBearerToken

  • +

    Returns a jwt bearer token that can be used to call the given service. +The token is fetched via a JWT bearer token grant using the user token + client credentials.

    +

    Throws an error if there is no instance of the given service type or the XSUAA service, or if the request to the XSUAA service fails.

    +

    Parameters

    • userJwt: string

      The JWT of the user for whom the access token should be fetched

      +
    • service: string | Service

      The type of the service or an instance of Service.

      +
    • Optional options: ResilienceOptions

      Options to influence resilience behavior (see ResilienceOptions). By default, usage of a circuit breaker is enabled.

      +

    Returns Promise<string>

    A jwt bearer token.

    +

jwtBearerTokenGrant

  • deprecated

    Since v1.49.0 Use @sap/xssec lib instead. +Executes a JWT bearer token grant request against the given URI.

    +

    Parameters

    • tokenServiceUrlOrXsuaaServiceCredentials: string | XsuaaServiceCredentials

      The URL of the token service or the credentials of a XSUAA service instance.

      +
    • clientCredentials: ClientCredentials

      The credentials (client_id, client_secret) of the target XSUAA service instance.

      +
    • userJwt: string

      The JWT of the user on whose behalf the request is executed.

      +
    • Optional options: ResilienceOptions

      Options to use by retrieving access token.

      +

    Returns Promise<ClientCredentialsResponse>

    A promise resolving to the response of the XSUAA service.

    +

length

  • +

    Build a filter function to get the length of a string. Evaluates to int.

    +

    Type parameters

    Parameters

    • str: string | Field<EntityT, boolean, boolean> | StringFilterFunction<EntityT>

      The string to compute the length for. This can either be a string, a reference to a field or another filter function.

      +

    Returns NumberFilterFunction<EntityT>

    The newly created filter function

    +

matchesPattern

  • +

    Build a filter function to test whether a string matches a pattern. Evaluates to boolean.

    +

    Type parameters

    Parameters

    • str: string | Field<EntityT, boolean, boolean> | StringFilterFunction<EntityT>

      The string to get the index from. This can either be a string, a reference to a field or another filter function.

      +
    • regex: string

      The pattern to test against. This should be a regular expression as a string.

      +

    Returns BooleanFilterFunction<EntityT>

    The newly created filter function

    +

maxDateTime

  • +

    Build a filter function to get the latest possible point in time. Evaluates to DateTimeOffset.

    +

    Type parameters

    Returns NumberFilterFunction<EntityT>

    The newly created filter function

    +

mergeHeaders

  • mergeHeaders(headers?: Record<string, any>, customHeaders?: Record<string, any>): Record<string, any>
  • deprecated

    Since v1.32.0. Use mergeIgnoreCase instead.

    +

    Create a header object by merging two header objects, where the custom headers take precedence.

    +

    Parameters

    • headers: Record<string, any> = {}

      A base header object that contains the headers that will be compared with customHeaders.

      +
    • customHeaders: Record<string, any> = {}

      A header object to be compared with headers. Only headers present in headers will be compared.

      +

    Returns Record<string, any>

      +
    • An object containing all keys from both the header objects, where headers present in the customHeaders are replaced. Note that the case (upper / lower) used by customHeaders will be used.
    • +
    +

minDateTime

  • +

    Build a filter function to get the earliest possible point in time. Evaluates to DateTimeOffset.

    +

    Type parameters

    Returns NumberFilterFunction<EntityT>

    The newly created filter function

    +

minute

  • +

    Build a filter function to get the minute of a date. Evaluates to int.

    +

    Type parameters

    Parameters

    • date: Moment | Field<EntityT, boolean, boolean>

      The date to get the minute for. This can either be a date (Moment) or a reference to a field.

      +

    Returns NumberFilterFunction<EntityT>

    The newly created filter function

    +

month

  • +

    Build a filter function to get the month of a date. Evaluates to int.

    +

    Type parameters

    Parameters

    • date: Moment | Field<EntityT, boolean, boolean>

      The date to get the month for. This can either be a date (Moment) or a reference to a field.

      +

    Returns NumberFilterFunction<EntityT>

    The newly created filter function

    +

noDestinationErrorMessage

Const nonEnumerable

  • nonEnumerable(target: any, propertyKey: string): void
  • Parameters

    • target: any
    • propertyKey: string

    Returns void

not

  • +

    Negate a filter.

    +

    Type parameters

    Parameters

    • filter: Filterable<EntityT, any>

      The filter to negate.

      +

    Returns UnaryFilter<EntityT>

    The negated filter.

    +

now

  • +

    Build a filter function to get the current point in time. Evaluates to DateTimeOffset.

    +

    Type parameters

    Returns NumberFilterFunction<EntityT>

    The newly created filter function

    +

or

  • +

    Combine Filterables with logical or to create a FilterList.

    +

    Example:

    +
    Entity.requestBuilder()
    .getAll()
    .filter(or(filterExp1, filterExp2)); +
    +

    Type parameters

    • EntityT: EntityBase<EntityT>

      Type of the entity filter on.

      +

    Parameters

    • expressions: Filterable<EntityT, any>[]

      Filterables to be combined with logical or

      +

    Returns FilterList<EntityT>

    The newly created FilterList

    +
  • Type parameters

    Parameters

    Returns FilterList<EntityT>

parseBatchResponse

  • +

    Parse the complete batch HTTP response.

    +

    Parameters

    • batchResponse: HttpResponse

      HTTP response of a batch request.

      +

    Returns (ResponseData | ResponseData[])[]

    An array of parsed sub responses of the batch response.

    +

parseDestination

  • +

    Takes a JSON object returned by any of the calls to the destination service and returns an SDK compatible destination object. +This function only accepts destination configurations of type 'HTTP' and will error if no 'URL' is given.

    +

    Parameters

    Returns Destination

    An SDK compatible destination object.

    +

parseEntityNameFromMetadataUri

  • parseEntityNameFromMetadataUri(uri: string): string
  • +

    Parse the entity name from the metadata uri. This should be the __metadata property of a single entity in the response.

    +

    Parameters

    • uri: string

      The URI to parse the entity name from

      +

    Returns string

    The entity name.

    +

parseHttpCode

  • parseHttpCode(response: string): number
  • +

    Parse the HTTP code of response.

    +

    Parameters

    • response: string

      String representation of the response.

      +

    Returns number

    The HTTP code.

    +

parseProxyEnv

  • +

    Parses the environment variable for the web proxy and extracts the values considering defaults like http for the protocol and 80 or 443 for the port. +The general pattern to be parsed is protocol://user:password@host:port, where everything besides the host is optional. +Special characters in the user and password need to be percent encoded.

    +

    Parameters

    • proxyEnvValue: string

      Environment variable which is parsed.

      +

    Returns ProxyConfiguration | undefined

    Configuration with default values or undefined if the parsing failed.

    +

parseResponseData

  • +

    Parse the body and http code of a batch sub response.

    +

    Parameters

    • response: string

      A batch sub response.

      +

    Returns ResponseData

    The parsed response.s

    +

prependDollar

  • prependDollar(param: string): string
  • Parameters

    • param: string

    Returns string

proxyAgent

  • +

    Builds the http(s)-agent config. Note that the proxy agent type like http or https is determined by the destination RUL protocol. +The protocol from the proxy is unrelated to this and in most cases http. +All additional options are forwarded to tls.connect and net.connect see https://github.com/TooTallNate/node-https-proxy-agent#new-httpsproxyagentobject-options

    +

    Parameters

    • destination: Destination

      Destination containing the proxy configurations

      +
    • Optional options: AgentOptions

      Additional options for the agent

      +

    Returns HttpAgentConfig | HttpsAgentConfig

    The http(s)-agent containing the proxy configuration

    +

proxyHostAndPort

  • proxyHostAndPort(): HostAndPort
  • Returns HostAndPort

proxyStrategy

  • +

    Determines the proxy strategy. If noProxy is set the ProxyConfiguration in the destination is omitted. +For onPremProxy or internetProxy the connectivity service or environment variables are checked to fill the ProxyConfiguration.

    +

    Parameters

    • destination: Destination

      from which the proxy strategy is derived.

      +

    Returns ProxyStrategy

    ProxyStrategy possible values are noProxy, internetProxy or onPremProxy.

    +

readPropertyWithWarn

  • readPropertyWithWarn(jwtPayload: JwtPayload, property: string): any
  • Parameters

    • jwtPayload: JwtPayload
    • property: string

    Returns any

refreshTokenGrant

  • deprecated

    Since v1.41.0 Use jwtBearerTokenGrant instead. +Executes a refresh token grant request against the given URI. +If the first parameter is an instance of XsuaaServiceCredentials, the response's access_token will be verified. +If the first parameter is an URI, the response will not be verified.

    +

    Parameters

    • tokenServiceUrlOrXsuaaServiceCredentials: string | XsuaaServiceCredentials

      The URL of the token service or the credentials of a XSUAA service instance.

      +
    • clientCredentials: ClientCredentials

      The credentials (client_id, client_secret) of the target XSUAA service instance.

      +
    • refreshToken: string

      The refresh token that should be used to generate a new access token.

      +
    • Optional options: ResilienceOptions

      Options to use by retrieving access token.

      +

    Returns Promise<UserTokenResponse>

    A promise resolving to the response of the XSUAA service.

    +

replaceDuplicateKeys

  • replaceDuplicateKeys(headers?: Record<string, any>, customHeaders?: Record<string, any>): Record<string, any>
  • deprecated

    Since v1.32.0. Use mergeLeftIgnoreCase instead.

    +

    Create a header object by replacing headers that are set as custom headers.

    +

    Parameters

    • headers: Record<string, any> = {}

      A base header object that contains the headers that will be compared with customHeaders.

      +
    • customHeaders: Record<string, any> = {}

      A header object to be compared with headers. Only headers present in headers will be compared.

      +

    Returns Record<string, any>

      +
    • An object containing all keys from the original headers object, where headers present in the customHeaders are replaced. Note that the case (upper / lower) used by customHeaders will be used.
    • +
    +

resolveService

  • +

    Takes a string that represents the service type and resolves it by calling getService. +If the parameter is already an instance of Service, it is returned directly.

    +

    Throws an error when no service can be found for the given type.

    +

    Parameters

    • service: string | Service

      A string representing the service type or a Service instance.

      +

    Returns Service

    A Service instance.

    +

retrieveJwt

  • retrieveJwt(req: IncomingMessage): string | undefined
  • +

    Retrieve JWT from a request that is based on the node IncomingMessage. Fails if no authorization header is given or has the wrong format. Expected format is 'Bearer '.

    +

    Parameters

    • req: IncomingMessage

      Request to retrieve the JWT from

      +

    Returns string | undefined

    JWT found in header

    +

round

  • +

    Build a filter function to round a number. Evaluates to double or decimal, defaults to double.

    +

    Type parameters

    Parameters

    • num: number | Field<EntityT, boolean, boolean> | NumberFilterFunction<EntityT>

      The number to round. This can either be a number, a reference to a field or another filter function.

      +
    • Optional returnType: "double" | "decimal"

      The return type to use.

      +

    Returns NumberFilterFunction<EntityT>

    The newly created filter function

    +

sanitizeDestination

  • sanitizeDestination(destination: Record<string, any>): Destination
  • +

    Takes an existing or a parsed destination and returns an SDK compatible destination object.

    +

    Parameters

    • destination: Record<string, any>

      An object that adheres to the Destination interface.

      +

    Returns Destination

    An SDK compatible destination object.

    +

searchServiceBindingForDestination

  • searchServiceBindingForDestination(name: string): Destination | undefined
  • Parameters

    • name: string

    Returns Destination | undefined

second

  • +

    Build a filter function to get the second of a date. Evaluates to int.

    +

    Type parameters

    Parameters

    • date: Moment | Field<EntityT, boolean, boolean>

      The date to get the second for. This can either be a date (moment.Moment) or a reference to a field.

      +

    Returns NumberFilterFunction<EntityT>

    The newly created filter function

    +

secondsToTime

  • secondsToTime(n: number): Time
  • +

    Converts from seconds to time as Time.

    +

    Parameters

    • n: number

      Number of seconds to convert (should be positive).

      +

    Returns Time

    Time The converted time from the given number of seconds

    +

serializeBatchRequest

  • serializeBatchRequest(request: BatchRequestBuilder, options?: BatchRequestSerializationOptions): string
  • +

    Serialize a batch request to string. This is used for the batch request payload when executing the request.

    +

    Parameters

    • request: BatchRequestBuilder

      Batch request to serialize.

      +
    • Optional options: BatchRequestSerializationOptions

      Request serialization options.

      +

    Returns string

    String representation of the batch request.

    +

serializeChangeSet

  • serializeChangeSet(changeSet: BatchChangeSet<any>, options?: BatchRequestSerializationOptions): string | undefined
  • +

    Serialize change set to string.

    +

    Parameters

    • changeSet: BatchChangeSet<any>

      Change set containing a collection of write operations.

      +
    • Optional options: BatchRequestSerializationOptions

      Request serialization options.

      +

    Returns string | undefined

    The serialized string representation of a change set.

    +

Const serializeComplexType

  • serializeComplexType(fieldValue: any, complexTypeNameSpace: any): any
  • Parameters

    • fieldValue: any
    • complexTypeNameSpace: any

    Returns any

Const serializeComplexTypeV4

  • serializeComplexTypeV4(fieldValue: any, complexTypeNameSpace: any): any
  • Parameters

    • fieldValue: any
    • complexTypeNameSpace: any

    Returns any

Const serializeEntity

  • serializeEntity(entity: any, entityConstructor: Constructable<any, unknown>, diff?: boolean): Record<string, any>
  • Parameters

    • entity: any
    • entityConstructor: Constructable<any, unknown>
    • Optional diff: boolean

    Returns Record<string, any>

Const serializeEntityNonCustomFields

  • serializeEntityNonCustomFields(entity: any, entityConstructor: Constructable<any, unknown>): Record<string, any>
  • Parameters

    • entity: any
    • entityConstructor: Constructable<any, unknown>

    Returns Record<string, any>

Const serializeEntityNonCustomFieldsV4

  • serializeEntityNonCustomFieldsV4(entity: any, entityConstructor: Constructable<any, unknown>): Record<string, any>
  • Parameters

    • entity: any
    • entityConstructor: Constructable<any, unknown>

    Returns Record<string, any>

serializeRequest

  • serializeRequest(request: MethodRequestBuilder<any>, options?: BatchRequestSerializationOptions): string
  • +

    Serialize a multipart request to string.

    +

    Parameters

    Returns string

    The serialized string representation of a multipart request, including the multipart headers.

    +

serviceToken

  • +

    Returns an access token that can be used to call the given service. The token is fetched via a client credentials grant with the credentials of the given service. +If multiple instances of the provided service exist, the first instance will be selected. +When a JWT is passed, the tenant of the JWT will be used when performing the grant. +When no JWT is passed, the grant will be performed using the provider tenant.

    +

    Throws an error if there is no instance of the given service type or the XSUAA service, or if the request to the XSUAA service fails.

    +

    Parameters

    Returns Promise<string>

    Access token.

    +

shouldHandleCsrfToken

splitBatchResponse

  • +

    Split a batch response into an array of sub responses for the retrieve requests and changesets.

    +

    Parameters

    Returns string[]

    A list of sub responses represented as strings.

    +

splitChangeSetResponse

  • splitChangeSetResponse(changeSetResponse: string): string[]
  • +

    Split a changeset (sub) response into an array of sub responses.

    +

    Parameters

    • changeSetResponse: string

      The string representation of a change set response.

      +

    Returns string[]

    A list of sub responses represented as strings.

    +

splitResponse

  • splitResponse(response: string, boundary: string): string[]
  • +

    Split a string representation of a response into sub responses given its boundary.

    +

    Parameters

    • response: string

      The string representation of the response to split.

      +
    • boundary: string

      The boundary to split by.

      +

    Returns string[]

    A list of sub responses represented as strings.

    +

startsWith

  • +

    Build a filter function to test whether a string starts with another. Evaluates to boolean.

    +

    Type parameters

    Parameters

    • str: string | Field<EntityT, boolean, boolean> | StringFilterFunction<EntityT>

      The string to test. This can either be a string, a reference to a field or another filter function.

      +
    • prefix: string | Field<EntityT, boolean, boolean> | StringFilterFunction<EntityT>

      The prefix to test for. This can either be a string, a reference to a field or another filter function.

      +

    Returns BooleanFilterFunction<EntityT>

    The newly created filter function

    +

subscriberFirst

  • subscriberFirst(allDestinations: AllDestinations, destinationName: string): Destination | null
  • +

    Prioritizes the selection of subscriber destinations.

    +

    Parameters

    • allDestinations: AllDestinations

      Retrieved destinations.

      +
    • destinationName: string

      Name of the destination to retrieve.

      +

    Returns Destination | null

    the destination to retrieve, returns null if no matched destination is found.

    +

substring

  • +

    Build a filter function to get a substring starting from a designated position. Evaluates to string.

    +

    Type parameters

    Parameters

    • str: string | Field<EntityT, boolean, boolean> | StringFilterFunction<EntityT>

      The string to get a substring from. This can either be a string, a reference to a field or another filter function.

      +
    • pos: number | Field<EntityT, boolean, boolean> | NumberFilterFunction<EntityT>

      The starting position of the substring. This can be either a number, a reference to a field or another filter function.

      +
    • Optional len: number | Field<EntityT, boolean, boolean> | NumberFilterFunction<EntityT>

      The length of the substring. This can be either a number, a reference to a field or another filter function.

      +

    Returns StringFilterFunction<EntityT>

    The newly created filter function

    +

substringOf

  • +

    Build a filter function to test whether a string is a substring of the other. Evaluates to boolean.

    +

    Type parameters

    Parameters

    • substr: string | Field<EntityT, boolean, boolean> | StringFilterFunction<EntityT>

      The substring to test for. This can either be a string, a reference to a field or another filter function.

      +
    • str: string | Field<EntityT, boolean, boolean> | StringFilterFunction<EntityT>

      The string to test. This can either be a string, a reference to a field or another filter function.

      +

    Returns BooleanFilterFunction<EntityT>

    The newly created filter function

    +

tenantFromJwt

  • tenantFromJwt(jwtPayload: JwtPayload): Tenant
  • +

    Creates a tenant object from the JWT payload. +Throws an error if the property id is not present in the payload.

    +

    Parameters

    • jwtPayload: JwtPayload

      Token payload to get the tenant information from.

      +

    Returns Tenant

    Representation of the tenant.

    +

throwErrorWhenReturnTypeIsUnionType

  • throwErrorWhenReturnTypeIsUnionType(data: any, functionActionName: string): never
  • Parameters

    • data: any
    • functionActionName: string

    Returns never

timeToSeconds

  • timeToSeconds(time: Time): number
  • +

    Converts the given time to seconds in positive numerical format.

    +

    Parameters

    • time: Time

      Time to convert.

      +

    Returns number

    number Time in seconds.

    +

toBatchChangeSet

toBatchChangeSetV4

  • toBatchChangeSetV4<T>(changeSet: BatchChangeSet<T>): string | undefined

toBatchRetrieveBody

  • deprecated

    Since v1.30.0. Use serializeRequest instead. +Build a string as the request body of the retrieve request. +Below is an example of the generated body, where the two empty line are mandatory to make the request valid. +*** example starts *** +Content-Type: application/http +Content-Transfer-Encoding: binary

    +

    GET /SomeUrl/API_BUSINESS_PARTNER/A_BusinessPartnerBank?$format=json&$top=1 HTTP/1.1

    +

    *** example ends ***

    +

    Parameters

    Returns string

    The request body.

    +

toBatchRetrieveBodyV4

  • deprecated

    Since v1.30.0. Use serializeRequest instead. +Build a string as the request body of the retrieve request. +Below is an example of the generated body, where the two empty line are mandatory to make the request valid. +*** example starts *** +Content-Type: application/http +Content-Transfer-Encoding: binary

    +

    GET /SomeUrl/API_BUSINESS_PARTNER/A_BusinessPartnerBank?$format=json&$top=1 HTTP/1.1

    +

    *** example ends ***

    +

    Parameters

    Returns string

    The request body.

    +

toFilterableList

  • toFilterableList<EntityT, LinkedEntityT>(filters: Filterable<EntityT, LinkedEntityT>[]): Filterable<EntityT>[]
  • Type parameters

    Parameters

    Returns Filterable<EntityT>[]

Const toGuid

  • toGuid(value: string): string
  • Parameters

    • value: string

    Returns string

toLower

  • +

    Build a filter function to transform a string to lower case. Evaluates to string.

    +

    Type parameters

    Parameters

    • str: string | Field<EntityT, boolean, boolean> | StringFilterFunction<EntityT>

      The string to transform. This can either be a string, a reference to a field or another filter function.

      +

    Returns StringFilterFunction<EntityT>

    The newly created filter function

    +

toPascalCase

  • toPascalCase(str: string): string
  • deprecated

    Since v1.32.2. Use functions from @sap-cloud-sdk/util instead. +Converts a string to PascalCase format e.g. "MyNameInPascalCase".

    +

    Parameters

    • str: string

      The string to be transformed.

      +

    Returns string

    The transformed string.

    +

toPropertyFormat

  • toPropertyFormat(str: string): string
  • deprecated

    Since v1.32.2. Use functions from @sap-cloud-sdk/util instead. +Converts a string to the format used by properties. Use this for serialization.

    +

    Parameters

    • str: string

      The string to be transformed.

      +

    Returns string

    The transformed string.

    +

toSanitizedHeaderObject

  • toSanitizedHeaderObject(key: string, value: any): Record<string, any>
  • deprecated

    Since v1.32.0. Use toSanitizedObject instead. +Create a header object based on the given key and value if neither key nor value are nullish.

    +

    Parameters

    • key: string

      Name of the header.

      +
    • value: any

      Value of the header.

      +

    Returns Record<string, any>

      +
    • An object containing the given key and value of an empty object.
    • +
    +

toStaticPropertyFormat

  • toStaticPropertyFormat(str: string): string
  • deprecated

    Since v1.32.2. Use functions from @sap-cloud-sdk/util instead. +Converts a string to the format used by static properties. Use this for serialization.

    +

    Parameters

    • str: string

      The string to be transformed.

      +

    Returns string

    The transformed string.

    +

toTitleFormat

  • toTitleFormat(str: string): string
  • deprecated

    Since v1.32.2. Use functions from @sap-cloud-sdk/util instead. +Converts a string to a human readable format, e.g. it transforms to_BusinessPartner to To Business Partner. Use this for serialization.

    +

    Parameters

    • str: string

      The string to be transformed.

      +

    Returns string

    The transformed string.

    +

toTypeNameFormat

  • toTypeNameFormat(str: string): string
  • deprecated

    Since v1.32.2. Use functions from @sap-cloud-sdk/util instead. +Converts a string to the format used by properties. Use this for serialization.

    +

    Parameters

    • str: string

      The string to be transformed.

      +

    Returns string

    The transformed string.

    +

toUpper

  • +

    Build a filter function to transform a string to upper case. Evaluates to string.

    +

    Type parameters

    Parameters

    • str: string | Field<EntityT, boolean, boolean> | StringFilterFunction<EntityT>

      The string to transform. This can either be a string, a reference to a field or another filter function.

      +

    Returns StringFilterFunction<EntityT>

    The newly created filter function

    +

totalOffsetMinutes

  • +

    Build a filter function to get the signed number of minutes in the time zone offset. Evaluates to int.

    +

    Type parameters

    Parameters

    • date: Moment | Field<EntityT, boolean, boolean>

      The date to get the offset minutes for. This can either be a date (Moment) or a reference to a field.

      +

    Returns NumberFilterFunction<EntityT>

    The newly created filter function

    +

trim

  • +

    Build a filter function to trim whitespace from a string. Evaluates to string.

    +

    Type parameters

    Parameters

    • str: string | Field<EntityT, boolean, boolean> | StringFilterFunction<EntityT>

      The string to trim whitespace from. This can either be a string, a reference to a field or another filter function.

      +

    Returns StringFilterFunction<EntityT>

    The newly created filter function

    +

urlAndAgent

  • urlAndAgent(targetUri: string): Pick<HttpRequestConfig, "baseURL" | "httpAgent" | "httpsAgent" | "proxy">
  • +

    Builds part of the request config containing the URL and if needed proxy agents or normal http agents. +Considers the no_proxy environment variable together with the targetUri.

    +

    Parameters

    • targetUri: string

      Used as baseURL in request config.

      +

    Returns Pick<HttpRequestConfig, "baseURL" | "httpAgent" | "httpsAgent" | "proxy">

    HttpRequestConfig containing baseUrl and http(s) agents.

    +

useOrFetchDestination

  • +

    Returns the parameter if it is a destination, calls getDestination otherwise (which will try to fetch the destination +from the Cloud Foundry destination service).

    +

    Fetching a destination requires:

    +
      +
    • a binding to exactly one XSUAA service instance with service plan "application"
    • +
    • a binding to a destination service instance
    • +
    +

    If either of the prerequisites is not met or one of the services returns an error, this function will either throw an error or return a promise that rejects.

    +

    Parameters

    Returns Promise<Destination | null>

    A promise resolving to the requested destination on success.

    +

userApprovedServiceToken

  • deprecated

    Since v1.41.0 Use jwtBearerToken instead. +Returns a user approved access token that can be used to call the given service on behalf of the given user. The token is fetched via user token + refresh token grant. +This can be necessary for scenarios in which a token for a service is required, but the service needs +to know about the user on whose behalf the request is performed (for example to let the destination +service perform principal propagation with SAP S/4HANA Cloud).

    +

    Throws an error if there is no instance of the given service type or the XSUAA service, or if the request to the XSUAA service fails.

    +

    Parameters

    • userJwt: string

      The JWT of the user for whom the access token should be fetched.

      +
    • service: string | Service

      The type of the service or an instance of Service.

      +
    • Optional options: ResilienceOptions

      Options to influence resilience behavior (see ResilienceOptions). By default, usage of a circuit breaker is enabled.

      +

    Returns Promise<string>

    A user approved access token.

    +

userFromJwt

  • userFromJwt(jwtPayload: JwtPayload): User
  • +

    Creates a user object from the decoded JWT. +Throws an error if no id or userName property is present on the JWT payload.

    +

    Parameters

    • jwtPayload: JwtPayload

      Token payload to get the user from.

      +

    Returns User

    Representation of the user.

    +

userTokenGrant

  • deprecated

    Since v1.41.0 Use jwtBearerTokenGrant instead. +Executes a user token grant request against the given URI.

    +

    Parameters

    • tokenServiceUrlOrXsuaaServiceCredentials: string | XsuaaServiceCredentials

      The URL of the token service or the credentials of a XSUAA service instance.

      +
    • userJwt: string

      The JWT of the user on whose behalf the request is executed.

      +
    • clientId: string

      The client_id of the target XSUAA service instance.

      +
    • Optional options: ResilienceOptions

      Options to use by retrieving access token

      +

    Returns Promise<UserTokenResponse>

    A promise resolving to the response of the XSUAA service.

    +

verifyJwt

  • +

    Verifies the given JWT and returns the decoded payload.

    +

    Parameters

    • token: string

      JWT to be verified

      +
    • Optional options: VerifyJwtOptions

      Options to control certain aspects of JWT verification behavior.

      +

    Returns Promise<JwtPayload>

    A Promise to the decoded and verified JWT.

    +

verifyJwtWithKey

  • verifyJwtWithKey(token: string, key: string): Promise<JwtPayload>
  • +

    Verifies the given JWT with the given key and returns the decoded payload.

    +

    Parameters

    • token: string

      JWT to be verified.

      +
    • key: string

      Key to use for verification.

      +

    Returns Promise<JwtPayload>

    A Promise to the decoded and verified JWT.

    +

wrapJwtInHeader

  • wrapJwtInHeader(token: string): AxiosRequestConfig
  • +

    Wraps the access token in header's authorization.

    +

    Parameters

    • token: string

      Token to attach in request header

      +

    Returns AxiosRequestConfig

    The request header that holds the access token

    +

year

  • +

    Build a filter function to get the year of a date. Evaluates to int.

    +

    Type parameters

    Parameters

    • date: Moment | Field<EntityT, boolean, boolean>

      The date to get the year for. This can either be a date (Moment) or a reference to a field.

      +

    Returns NumberFilterFunction<EntityT>

    The newly created filter function

    +

    Copyright Ⓒ 2021 SAP SE or an SAP affiliate company. All rights reserved.

    +

Legend

  • Namespace
  • Variable
  • Function
  • Function with type parameter
  • Type alias
  • Type alias with type parameter
  • Interface
  • Interface with type parameter
  • Class
  • Class with type parameter
  • Enumeration

Settings

Theme

\ No newline at end of file diff --git a/docs/api/1.49.0/modules/sap_cloud_sdk_generator.html b/docs/api/1.49.0/modules/sap_cloud_sdk_generator.html new file mode 100644 index 0000000000..d44ab930de --- /dev/null +++ b/docs/api/1.49.0/modules/sap_cloud_sdk_generator.html @@ -0,0 +1,78 @@ + +@sap-cloud-sdk/generator | SAP Cloud SDK for JavaScript / TypeScript - v1.49.0
Options
All
  • Public
  • Public/Protected
  • All
Menu
+ + +

SAP Cloud SDK for JavaScript Logo

+ + + + +

@sap-cloud-sdk/generator

+
+

This packages contains the generator to create your own service module using a service specification (.edmx file).

+ + +

Installation

+
+
$ npm install @sap-cloud-sdk/generator
+
+ + +

Usage (CLI)

+
+

The generator is primarily meant to be used on the command line:

+
generate-odata-client --inputDir path/to/your/service-specification(s) --outputDir path/where/the/modules/are/stored
+
+

Run generate-odata-client --help for further options.

+ + +

Usage (programatically)

+
+

You can also use the generator programmatically. You will have to provide the options anyways.

+
import { generate } from '@sap-cloud-sdk/generator';

// initialize generator options based on what you want to do
const options: GeneratorOptions = initializeOptions();

// generate the client using the provided options
generate(options); +
+

For more detailed overview visit our generator documentation.

+ + + + +

Support

+
+

The recommended way to get in touch with us is to create an issue in our github repository. +Select the issue category Bug, Feature or Question depending on the nature of your request. +We try to provide fixes, features and answers as soon as possible.

+

We also monitor questions on StackOverflow and ansers.sap.com but prefer issues on github.

+ + +

Contribute

+
+

If you would like to contribute to the SAP Cloud SDK, please make yourself familiar with our contributing guidelines and follow the given instructions.

+ + +

Links

+
+ +
+ + +
+ + + + +

License

+
+

The SAP Cloud SDK is released under the Apache License Version 2.0.

+ +

Copyright Ⓒ 2021 SAP SE or an SAP affiliate company. All rights reserved.

+

Index

Variables

defaultValueProcessesJsGeneration

defaultValueProcessesJsGeneration: 16 = 16

Functions

generate

  • generate(options: GeneratorOptions): Promise<void>
  • Parameters

    • options: GeneratorOptions

    Returns Promise<void>

generateProject

  • generateProject(options: GeneratorOptions): Promise<Project | undefined>
  • Parameters

    • options: GeneratorOptions

    Returns Promise<Project | undefined>

generateSourcesForService

  • generateSourcesForService(service: VdmServiceMetadata, project: Project, options: GeneratorOptions): Promise<void>
  • Parameters

    • service: VdmServiceMetadata
    • project: Project
    • options: GeneratorOptions

    Returns Promise<void>

transpileDirectories

  • transpileDirectories(directories: Directory[]): Promise<void[]>
  • Parameters

    • directories: Directory[]

    Returns Promise<void[]>

Legend

  • Namespace
  • Variable
  • Function
  • Function with type parameter
  • Type alias
  • Type alias with type parameter
  • Interface
  • Interface with type parameter
  • Class
  • Class with type parameter
  • Enumeration

Settings

Theme

\ No newline at end of file diff --git a/docs/api/1.49.0/modules/sap_cloud_sdk_openapi_generator.html b/docs/api/1.49.0/modules/sap_cloud_sdk_openapi_generator.html new file mode 100644 index 0000000000..06e2167c8b --- /dev/null +++ b/docs/api/1.49.0/modules/sap_cloud_sdk_openapi_generator.html @@ -0,0 +1,94 @@ + +@sap-cloud-sdk/openapi-generator | SAP Cloud SDK for JavaScript / TypeScript - v1.49.0
Options
All
  • Public
  • Public/Protected
  • All
Menu
+ + +

SAP Cloud SDK for JavaScript Logo

+ + + + +

@sap-cloud-sdk/openapi-generator

+
+

This package contains the generator to create your own service module using a OpenAPI specification. +This generator is based on the OpenAPI Tools generator for OpenAPI and adds some additional code for convenience to better integrate with the SAP Cloud SDK.

+ + +

Installation

+
+
$ npm install @sap-cloud-sdk/openapi-generator
+
+ + +

Usage (CLI)

+
+ + + + + +

generate-openapi-client --input <input> --outputDir <outputDirectory>

+
+

Generate OpenAPI client(s), that use the connectivity features of the SAP Cloud SDK for JavaScript/TypeScript.

+
USAGE
$ generate-openapi-client --input <input> --outputDir <outputDirectory>

OPTIONS
-c, --config=<path/to/config.json>
Set the path to a file containing the options for generation instead of setting the options on the command line.
When combining the `config` option with other options on the command line, the command line options take precedence.
If a directory is passed, a `config.json` file is read from this directory.

-i, --input=<path/to/input>
(required) Specify the path to the directory or file containing the OpenAPI service definition(s) to generate
clients for. Accepts Swagger and OpenAPI definitions as YAML and JSON files. Throws an error if the path does not
exist.

-o, --outputDir=<path/to/output>
(required) Specify the path to the directory to generate the client(s) in. Each client is generated into a
subdirectory within the given output directory. Creates the directory if it does not exist. Customize subdirectory
naming through `--optionsPerService`.

-t, --transpile
Transpile the generated TypeScript code. When enabled a default `tsconfig.json` will be generated and used. It emits
`.js`, `.js.map`, `.d.ts` and `.d.ts.map` files. To configure transpilation set `--tsconfig`.

--clearOutputDir
Remove all files in the output directory before generation. Be cautious when using this option, as it really removes
EVERYTHING in the output directory.

--include=<glob/to/include>
Include files matching the given glob into the root of each generated client directory.

--optionsPerService=<path/to/options-per-service.json>
Set the path to a file containing the options per service. The configuration allows to set a `directoryName` and
`packageName` for every service, identified by the path to the original file. It also makes sure that names do not
change between generator runs. If a directory is passed, a `options-per-service.json` file is read/created in this
directory.

--overwrite
Allow to overwrite files, that already exist. This is useful, when running the generation regularly.

--packageJson
When enabled, a `package.json`, that specifies dependencies and scripts for transpilation and documentation
generation is generated.

--skipValidation
By default, the generation fails, when there are duplicate or invalid names for operations and/or path parameters
after transforming them to camel case. Set this to true to enable unique and valid name generation. The names will
then be generated by appending numbers and prepending prefixes.

--tsConfig=<path/to/tsconfig.json>
Replace the default `tsconfig.json` by passing a path to a custom config. By default, a `tsconfig.json` is only
generated, when transpilation is enabled (`--transpile`). If a directory is passed, a `tsconfig.json` file is read
from this directory.

--verbose
Turn on verbose logging.

EXAMPLES

// generate TypeScript clients from OpenAPI definitions in a directory
$ openapi-generator --input ./my-specs --outputDir ./clients

// generate a JavaScript client from a OpenAPI definition file
$ openapi-generator --input ./my-spec.yaml --outputDir ./client --transpile +
+

See code: dist/cli/index.ts

+ + + + + +

Usage (programatically)

+
+
import { generate } from '@sap-cloud-sdk/openapi-generator';

// initialize generator options based on what you want to do
// note that inputDir and outputDir are mandatory
const options: GeneratorOptions = {
inputDir: 'path/to/inputDir',
outputDir: 'path/to/outputDir'
};

// generates the files and writes them to the outputDir
await generate(options); +
+

For more detailed overview visit our generator documentation.

+ + + + +

Support

+
+

The recommended way to get in touch with us is to create an issue in our github repository. +Select the issue category Bug, Feature or Question depending on the nature of your request. +We try to provide fixes, features and answers as soon as possible.

+

We also monitor questions on StackOverflow and ansers.sap.com but prefer issues on github.

+ + +

Contribute

+
+

If you would like to contribute to the SAP Cloud SDK, please make yourself familiar with our contributing guidelines and follow the given instructions.

+ + +

Links

+
+ +
+ + +
+ + + + +

License

+
+

The SAP Cloud SDK is released under the Apache License Version 2.0.

+ +

Index

Interfaces

Functions

Functions

generate

  • +

    Main entry point for the OpenAPI client generation. +Generates models and API files.

    +

    Parameters

    • options: GeneratorOptions

      Options to configure generation.

      +

      Copyright Ⓒ 2021 SAP SE or an SAP affiliate company. All rights reserved.

      +

    Returns Promise<void>

Legend

  • Namespace
  • Variable
  • Function
  • Function with type parameter
  • Type alias
  • Type alias with type parameter
  • Interface
  • Interface with type parameter
  • Class
  • Class with type parameter
  • Enumeration

Settings

Theme

\ No newline at end of file diff --git a/docs/api/1.49.0/modules/sap_cloud_sdk_test_util.html b/docs/api/1.49.0/modules/sap_cloud_sdk_test_util.html new file mode 100644 index 0000000000..df14a4534b --- /dev/null +++ b/docs/api/1.49.0/modules/sap_cloud_sdk_test_util.html @@ -0,0 +1,116 @@ + +@sap-cloud-sdk/test-util | SAP Cloud SDK for JavaScript / TypeScript - v1.49.0
Options
All
  • Public
  • Public/Protected
  • All
Menu
+ + +

SAP Cloud SDK for JavaScript Logo

+ + + + +

@sap-cloud-sdk/test-util

+
+

This package contains utility functions for testing, like loading credentials or creating test destinations.

+ + +

Installation

+
+
$ npm install @sap-cloud-sdk/test-util
+
+ + +

Usage

+
+

The test-util package makes writing tests for your SAP Cloud Platform application more convenient.

+

For example, you can create a mock destination for your tests by using the function mockTestDestination.

+
import { mockTestDestination } from '@sap-cloud-sdk/util';
mockTestDestination('mockDestinationName'); +
+

You need to save your system information in local file systems.json:

+
{
"systems": [
{
"alias": "mockDestinationName",
"uri": "https://www.example.com"
}
]
} +
+

and credentials.json:

+
{
"credentials": [
{
"alias": "SYS_001",
"username": "username",
"password": "password"
}
]
} +
+ + + + +

Support

+
+

The recommended way to get in touch with us is to create an issue in our github repository. +Select the issue category Bug, Feature or Question depending on the nature of your request. +We try to provide fixes, features and answers as soon as possible.

+

We also monitor questions on StackOverflow and ansers.sap.com but prefer issues on github.

+ + +

Contribute

+
+

If you would like to contribute to the SAP Cloud SDK, please make yourself familiar with our contributing guidelines and follow the given instructions.

+ + +

Links

+
+ +
+ + +
+ + + + +

License

+
+

The SAP Cloud SDK is released under the Apache License Version 2.0.

+ +

Index

Functions

getTestDestinationByAlias

  • +

    Loads a destination matching the provided alias stored in systems.json and credentials.json. +By default, this function starts looking in the directory the test process has been started in (i.e. '.') +and traverses the file hierarchy upwards until it finds a systems.json and credentials.json file. +Alternatively, you can supply paths to the systems and the credentials file directly.

    +

    Throws an error when no systems.json can be found, the alias does not match any of the available destinations, +the JSON is malformed or one of the supplied paths is invalid. +Does not throw an error when no credentials.json can be found, but will print a warning.

    +

    Parameters

    • alias: string

      The alias identifying the destination

      +
    • Optional options: GetTestDestinationOptions

      References to the systems.json and credentials.json files

      +

    Returns Destination

    An array of destinations

    +

getTestDestinations

  • +

    Loads all destinations stored in systems.json and credentials.json files.

    +

    By default, this functions starts looking in the directory the test process has been started in (i.e. '.') +and traverses the file hierarchy upwards until it finds a systems.json and credentials.json file. +Alternatively, you can supply paths to the systems and the credentials file directly.

    +

    Throws an error when no systems.json can be found, the JSON is malformed or one of the supplied paths is invalid. +Does not throw an error when no credentials.json can be found, but will print a warning.

    +

    Parameters

    Returns Destination[]

    An array of destinations

    +

mockAllTestDestinations

  • +

    Add all destinations from the systems.json and credentials.json files to the destinations environment variable.

    +

    Throws an error if a destination with the same name as the given test destinations already exists.

    +

    Parameters

    Returns void

mockTestDestination

  • +

    Add a destination with the given name from the systems.json and credentials.json files to the destinations environment variable.

    +

    Throws an error if a destination with the same name as the given test destination already exists.

    +

    Parameters

    • name: string

      Name of the test destination to add to the destinations environment variable

      +
    • Optional options: GetTestDestinationOptions

      References to the systems.json and credentials.json files

      +

    Returns void

setTestDestination

  • +

    Set a given destination in the destinations environment variable.

    +

    Throws an error if a destination with the same name as the given test destination already exists.

    +

    Parameters

    • destination: Destination

      Test destination to add to the destinations environment variable

      +

    Returns void

unmockAllTestDestinations

  • unmockAllTestDestinations(): void
  • +

    Removes all test destinations stored in systems.json and credentials.json files or added through setTestDestination() from the destinations environment variable.

    +

    This function should be called to invert the behavior of mockAllTestDestinations() and other add single mocked destination functions.

    +

    Returns void

unmockTestDestination

  • unmockTestDestination(name: string): void
  • +

    Removes a destination with the given name from the destinations environment variable. If the given destination name is not found calling this function has no effect. +This function should be called to invert the behavior of mockTestDestination() and setTestDestination().

    +

    Parameters

    • name: string

      Name of the mocked destination to remove

      +

      Copyright Ⓒ 2021 SAP SE or an SAP affiliate company. All rights reserved.

      +

    Returns void

Legend

  • Namespace
  • Variable
  • Function
  • Function with type parameter
  • Type alias
  • Type alias with type parameter
  • Interface
  • Interface with type parameter
  • Class
  • Class with type parameter
  • Enumeration

Settings

Theme

\ No newline at end of file diff --git a/docs/api/1.49.0/modules/sap_cloud_sdk_util.html b/docs/api/1.49.0/modules/sap_cloud_sdk_util.html new file mode 100644 index 0000000000..19bd3f5f36 --- /dev/null +++ b/docs/api/1.49.0/modules/sap_cloud_sdk_util.html @@ -0,0 +1,376 @@ + +@sap-cloud-sdk/util | SAP Cloud SDK for JavaScript / TypeScript - v1.49.0
Options
All
  • Public
  • Public/Protected
  • All
Menu
+ + +

SAP Cloud SDK for JavaScript Logo

+ + + + +

@sap-cloud-sdk/util

+
+

This package contains general utility functions that we reuse multiple times in the SDK. +While primarily designed for internal usage, they might also be beneficial for consumers of the SDK.

+ + +

Installation

+
+
$ npm install @sap-cloud-sdk/util
+
+ + +

Usage

+
+

The util package collects useful tools that help build your SAP Cloud Platform application. +For example, the following code snippet changes the log level of the destination accessor of the SDK.

+
import { setLogLevel } from '@sap-cloud-sdk/util';
setLogLevel('debug', 'destination-accessor'); +
+ + + + +

Support

+
+

The recommended way to get in touch with us is to create an issue in our github repository. +Select the issue category Bug, Feature or Question depending on the nature of your request. +We try to provide fixes, features and answers as soon as possible.

+

We also monitor questions on StackOverflow and ansers.sap.com but prefer issues on github.

+ + +

Contribute

+
+

If you would like to contribute to the SAP Cloud SDK, please make yourself familiar with our contributing guidelines and follow the given instructions.

+ + +

Links

+
+ +
+ + +
+ + + + +

License

+
+

The SAP Cloud SDK is released under the Apache License Version 2.0.

+ +

Index

Type aliases

LogLevel

LogLevel: "error" | "warn" | "info" | "verbose" | "debug" | "silly"
+

Npm log levels used for the SAP Cloud SDK logger.

+

MapType

MapType<T>: Record<string, T>
deprecated

Since v1.29.0. Use Record<string, T> instead. +Convenience type for JavaScript objects.

+

Type parameters

  • T

ODataVersion

ODataVersion: "v2" | "v4"
+

Denotes the OData version.

+

Variables

VALUE_IS_UNDEFINED

VALUE_IS_UNDEFINED: "VALUE_IS_UNDEFINED" = 'VALUE_IS_UNDEFINED'

cloudSdkExceptionLogger

cloudSdkExceptionLogger: Logger
+

Default logger for the SAP Cloud SDK for unhandled exceptions.

+

kibana

kibana: Format
+

Format for logging in Kibana.

+

local

local: Format
+

Format for local logging.

+

unixEOL

unixEOL: "\n" = "\n"
+

Within all files generated by the SDK we use the unix style end of line delimiter. +We do not consider if the generator is executed on windows or unix systems. +It will always be \n to have consistent clients between operating systems.

+

webEOL

webEOL: "\r\n" = "\r\n"
+

For request payloads, etc., it is convention to use the \r\n new line.

+

Functions

Const assoc

  • assoc<T>(key: string, value: any, obj: T): T & {}
  • +

    Adds a key value pair to the given objects and returns a shallow copy. +If the key is already present it will be overwritten.

    +

    Type parameters

    • T

    Parameters

    • key: string

      key to be added

      +
    • value: any

      value to be added

      +
    • obj: T

      object the key value pair is added to.

      +

    Returns T & {}

    the object with the key value pair added

    +

Const assocSome

  • assocSome<T>(key: string, value?: any): (obj: T) => T
  • deprecated

    This will be removed in version 2.0 of the SDK. +Adds the value to the object if it is neither null nor undefined. +Note that this is different to JS idiomatic checks for truthy/falsy values, i.e. an empty string will result in key/value pairs being added.

    +

    Type parameters

    • T

    Parameters

    • key: string

      The key to associate with the given value.

      +
    • Optional value: any

      The value to associate with the given key.

      +

    Returns (obj: T) => T

    A copy of the input object with the new key-value pair if the value is neither null nor undefined.

    +
      • (obj: T): T
      • Parameters

        • obj: T

          The object on which to create the association.

          +

        Returns T

Const asyncPipe

  • asyncPipe(...fns: CallableFunction[]): (start: any) => Promise<any>
  • +

    Same as pipe but for asynchronous functions: +asyncPipe(func1, func2, ...funcN)(start) executes all functions in sequence awaiting the result and piping the response through in other words await funcN(... await func2(await func1(start))...).

    +
    deprecated

    We will remove this in version 2.0 of the SDK.

    +

    Parameters

    • Rest ...fns: CallableFunction[]

      A list of asynchronous functions to be executed in sequence.

      +

    Returns (start: any) => Promise<any>

    The return value of the last function in the list.

    +
      • (start: any): Promise<any>
      • Parameters

        • start: any

          Start value for the first function in the list.

          +

        Returns Promise<any>

camelCase

  • camelCase(str: string): string
  • +

    Convert a string to camelCase. This format used e. g. for properties on entity class instances.

    +

    Parameters

    • str: string

      The string to be transformed.

      +

    Returns string

    The transformed string.

    +

caps

  • caps(oDataVersion: any): "V2" | "V4"
  • +

    Returns the OData version in capital letters so V2 or V4.

    +

    Parameters

    • oDataVersion: any

      OData version in lower case: 'v2' or 'v4'

      +

    Returns "V2" | "V4"

    'V2' or 'V4'

    +

checkUrlExists

  • checkUrlExists(url: string): Promise<number>
  • +

    Checks whether a URL is existing via a head request.

    +

    Parameters

    • url: string

      URL to be checked

      +

    Returns Promise<number>

    promise - resolves if the URL exists

    +

codeBlock

  • codeBlock(strings: TemplateStringsArray, ...args: any[]): string
  • experimental

    This API is experimental and might change in newer versions. Use with caution. +Transform strings and arguments to a string formatted as a code block, keeping the indentation of sub code blocks. +Use in tagged templates, e. g.:

    +
    codeBlock`Code with ${arguments} and more code;`
    +
    +

    Parameters

    • strings: TemplateStringsArray

      Strings in the tagged template. In the example above that would be ['Code with ', ' and more code;'].

      +
    • Rest ...args: any[]

      Arguments in the tagged template. In the example above that would be the resolved value for arguments;

      +

    Returns string

    A string formatted as code block.

    +

createLogger

  • +

    Create a logger for the given message context, if available.

    +

    Usage: +To create a logger in your module, it is recommended to pass a module identifier that will be logged as messageContext for all messages from this logger: +const logger = createLogger('my-module');. Not setting any module identifier will retrieve the default logger. +Use this logger throughout your module. If the module is spread over multiple files, you can retrieve the logger instance by calling the createLogger function with the respective module identifier. +There will always be only one instance of a logger per module identifier. +You can pass any custom data that you want to be logged in addition by passing an object instead. You can change the default logging level (INFO) using the level key in the object. +In those cases, provide the messageContext as a key in the object:

    +
    const logger = createLogger({
    messageContext: 'my-module',
    myCustomKey: 'my-custom-data',
    level: 'debug'
    }); +
    +

    You will find these information under the custom_fields key in your Cloud Foundry logs.

    +

    To retrieve a logger after its creation use getLogger. +If you want to change the log level of a logger use setLogLevel.

    +

    Parameters

    • Optional messageContext: string | (MessageContextObj & LoggerOptions)

      Either a key for the message context of all messages produced by the logger or an object with additional keys to set in the message.

      +

    Returns Logger

    A newly created or an already existing logger for the given context.

    +

disableExceptionLogger

  • disableExceptionLogger(): void
  • +

    Disable logging of exceptions. Enabled by default.

    +

    Returns void

documentationBlock

  • documentationBlock(strings: TemplateStringsArray, ...args: string[]): string
  • experimental

    This API is experimental and might change in newer versions. Use with caution. +Transform strings and arguments to a string formatted as a documentation block. +The formatting is block like so no leading or trailing spaces. +New lines in the beginning and end are also removed. +Use in tagged templates, e. g.:

    +
    documentationBlock`Docs with ${arguments} and more content;`
    +
    +

    Parameters

    • strings: TemplateStringsArray

      Strings in the tagged template. In the example above that would be ['Docs with ', ' and more content;'].

      +
    • Rest ...args: string[]

      Arguments in the tagged template. In the example above that would be the resolved value for arguments;

      +

    Returns string

    A string formatted as documentation block.

    +

enableExceptionLogger

  • enableExceptionLogger(): void
  • +

    Enable logging of exceptions. Enabled by default.

    +

    Returns void

encodeBase64

  • encodeBase64(str: string): string
  • +

    Encode a string to a base64 encoded string.

    +

    Parameters

    • str: string

      String to encode.

      +

    Returns string

    Base64 encoded string.

    +

equal

  • equal<T>(item1: T, item2: T): boolean

equalArrays

  • equalArrays<T>(arr1: T[], arr2: T[]): boolean

equalObjects

  • equalObjects(obj1: Record<string, any>, obj2: Record<string, any>): boolean

errorWithCause

  • errorWithCause(message: string, cause: Error): Error
  • deprecated

    Since v1.34.0. Use ErrorWithCause instead. +Creates a new Error and adds the stack trace of the original error to the stack trace of the new one.

    +

    Parameters

    • message: string

      Error message.

      +
    • cause: Error

      Original error, causing the new error.

      +

    Returns Error

    A new error with the given cause.

    +

Const exclude

  • exclude<T>(keys: string[], obj: T): Partial<T>
  • +

    Create a shallow copy of the given object, that does not contain the given keys. +Non existing keys in the source object are ignored.

    +

    Type parameters

    • T

    Parameters

    • keys: string[]

      properties to be selected

      +
    • obj: T

      object from which the values are taken

      +

    Returns Partial<T>

    an object with the selected keys and corresponding values.

    +

filterDuplicates

  • filterDuplicates<T>(arr: T[], comparator?: (left: T, right: T) => boolean): T[]
  • +

    Filter an array by removing duplicates and keeping the left most occurrence. By default this compares by identity.

    +

    Type parameters

    • T

    Parameters

    • arr: T[]

      Array to remove duplicates from.

      +
    • comparator: (left: T, right: T) => boolean = ...

      Optional comparator function, indicating whether two items are equal and therefore handled as duplicates. Defaults to identity.

      +
        • (left: T, right: T): boolean
        • Parameters

          • left: T
          • right: T

          Returns boolean

    Returns T[]

    A filtered array containing no duplicates.

    +

filterDuplicatesRight

  • filterDuplicatesRight<T>(arr: T[], comparator?: (left: T, right: T) => boolean): T[]
  • +

    Filter an array by removing duplicates and keeping the right most occurrence. By default this compares by identity.

    +

    Type parameters

    • T

    Parameters

    • arr: T[]

      Array to remove duplicates from.

      +
    • comparator: (left: T, right: T) => boolean = ...

      Optional comparator function, indicating whether two items are equal and therefore handled as duplicates. Defaults to identity.

      +
        • (left: T, right: T): boolean
        • Parameters

          • left: T
          • right: T

          Returns boolean

    Returns T[]

    A filtered array containing no duplicates.

    +

findProjectRoot

  • findProjectRoot(path: string, lastPath?: string): string

finishAll

  • finishAll(promises: Promise<any>[], errorMessage?: string): Promise<void>
  • +

    Await all promises and resolve if non of them failed. +Reject if at least one of them was rejected, but only once all of them are finished. +Throws an error consisting of a list of reasons.

    +

    Parameters

    • promises: Promise<any>[]

      Promises to settle.

      +
    • Optional errorMessage: string

      Message to use as introductory text of the error if an error occurs.

      +

    Returns Promise<void>

first

  • first<T>(arr: T[]): T | undefined
  • +

    Get the first item from an array. Returns undefined, if the array is empty.

    +

    Type parameters

    • T

    Parameters

    • arr: T[]

      Array to get the first item of.

      +

    Returns T | undefined

    Fist item of the array or undefined, if the array was empty.

    +

flat

  • flat<T>(arr: T[][]): T[]
  • +

    Flatten a two dimensional array into a one dimensional array

    +

    Type parameters

    • T

    Parameters

    • arr: T[][]

      The array to be flattened.

      +

    Returns T[]

    A one dimensional array.

    +

Const flatten

  • flatten(input: any[]): any[]
  • +

    Flattens a array: [1,[2,[3,4]],5] will become [1,2,3,4,5]. +Non primitive values are copied by reference.

    +

    Parameters

    • input: any[]

      Array to be flattened

      +

    Returns any[]

    The flattened array.

    +

formatJson

  • formatJson(json: any): string
  • +

    Convert a JSON object to a string using formatting in line with the prettier with indentation and new line at the end.

    +

    Parameters

    • json: any

      Object to be stringified

      +

    Returns string

    The JSON object as string.

    +

getGlobalLogLevel

  • getGlobalLogLevel(): string | undefined
  • Returns string | undefined

getLogger

  • getLogger(messageContext?: string): Logger | undefined
  • +

    Get logger for a given message context, if available.

    +

    Parameters

    • Optional messageContext: string

      A key for the message context of all messages produced by the logger

      +

    Returns Logger | undefined

    The logger for the given messageContext if it was created before

    +

Const identity

  • identity<T>(argument: T): T
  • +

    Identity function

    +

    Type parameters

    • T

    Parameters

    • argument: T

      Any object

      +

    Returns T

    the given argument without doing something

    +

isErrorWithCause

isNullish

  • isNullish(val: any): val is undefined | null
  • +

    Checks whether a value is either null or undefined.

    +

    Parameters

    • val: any

      Value to check.

      +

    Returns val is undefined | null

    true for null or undefined, false otherwise.

    +

kebabCase

  • kebabCase(str: string): string
  • +

    Convert a string to kebab case. This format is used e. g. for file names.

    +

    Parameters

    • str: string

      The string to be transformed.

      +

    Returns string

    The transformed string.

    +

last

  • last<T>(arr: T[]): T | undefined
  • +

    Get the last item from an array. Returns undefined, if the array is empty.

    +

    Type parameters

    • T

    Parameters

    • arr: T[]

      Array to get the last item of.

      +

    Returns T | undefined

    Last item of the array or undefined, if the array was empty.

    +

mergeIgnoreCase

  • mergeIgnoreCase<LeftT, RightT>(left?: LeftT, right?: RightT): Record<string, any>
  • +

    Create an object by merging the right object into a shallow copy of the left object ignoring casing, but keeping the right casing. Keys present both objects will be present in the merged object.

    +

    Type parameters

    • LeftT: Record<string, any>

    • RightT: Record<string, any>

    Parameters

    • Optional left: LeftT

      Object to merge.

      +
    • Optional right: RightT

      Object to merge. The casing of the keys of this object takes precedence.

      +

    Returns Record<string, any>

      +
    • An object containing all keys from both objects, where entries present in the right object are replaced. Note that the casing used by right will be used.
    • +
    +

mergeLeftIgnoreCase

  • mergeLeftIgnoreCase<LeftT, RightT>(left?: LeftT, right?: RightT): Record<string, any>
  • +

    Create an object by merging the right object into a shallow copy of the left object ignoring casing, but keeping the right casing. Only keys present in the left object will be present in the merged object.

    +

    Type parameters

    • LeftT: Record<string, any>

    • RightT: Record<string, any>

    Parameters

    • Optional left: LeftT

      Object to merge into. They keys of this object will be present in the returned object.

      +
    • Optional right: RightT

      Object to merge. Only keys in left will be considered for merging.

      +

    Returns Record<string, any>

      +
    • An object containing all keys from the left object, where entries present in the right object are replaced. Note that the casing used by right will be used.
    • +
    +

Const mergeSome

  • mergeSome(a: Record<string, any>, b?: Record<string, any>): Record<string, any>
  • deprecated

    This will be removed in version 2.0 of the SDK. +Merges the two objects, if second object is neither null nor undefined. +If a key exists on a and b the value from b is taken.

    +

    Parameters

    • a: Record<string, any>

      The object to merge into.

      +
    • Optional b: Record<string, any>

      The object which to merge into a.

      +

    Returns Record<string, any>

    A copy of the merge(a, b) or a if b is undefined or null.

    +

muteLoggers

  • muteLoggers(): void
  • +

    Mute all logger output created by the SAP Cloud SDK Logger. This also applies to future loggers created. Useful for tests.

    +

    Returns void

partition

  • partition<T>(arr: T[], condition: (item: T) => boolean): [T[], T[]]
  • +

    Split an array into two based on a condition.

    +

    Type parameters

    • T

    Parameters

    • arr: T[]

      Array to partition.

      +
    • condition: (item: T) => boolean

      Function to determine to where to put each item.

      +
        • (item: T): boolean
        • Parameters

          • item: T

          Returns boolean

    Returns [T[], T[]]

    A two dimensional array containing two arrays, where the first one includes all items where the given condition was met and the second one includes all items where it was not met.

    +

pascalCase

  • pascalCase(str: string): string
  • +

    Convert a string to pascal case. This format is used e. g. for types.

    +

    Parameters

    • str: string

      The string to be transformed.

      +

    Returns string

    The transformed string.

    +

Const pick

  • pick<T>(keys: string[], obj: T): Partial<T>
  • +

    Create a shallow copy of the given object, that contains the given keys. +Non existing keys in the source object are ignored.

    +

    Type parameters

    • T

    Parameters

    • keys: string[]

      properties to be selected

      +
    • obj: T

      object from which the values are taken

      +

    Returns Partial<T>

    an object with the selected keys and corresponding values.

    +

pickIgnoreCase

  • pickIgnoreCase<T>(obj?: T, ...keys: string[]): Partial<Pick<T, typeof keys[number]>>
  • +

    Create a shallow copy of the given object, that contains the given keys, independent of casing. +Non existing keys in the source object are ignored.

    +

    Type parameters

    • T: Record<string, any>

    Parameters

    • Optional obj: T

      Object to pick the given key from.

      +
    • Rest ...keys: string[]

      Keys of the pair to be picked.

      +

    Returns Partial<Pick<T, typeof keys[number]>>

      +
    • An object containing the given key-value pairs in its original case or an empty object if none of them are found.
    • +
    +

pickNonNullish

  • pickNonNullish<T>(obj?: T): Partial<T>
  • +

    Create a shallow copy of the given object, that contains all entries with non-nullish values.

    +

    Type parameters

    • T: Record<string, any>

    Parameters

    • Optional obj: T

      An object to pick from.

      +

    Returns Partial<T>

      +
    • A filtered object containing only keys with non-nullish values.
    • +
    +

pickValueIgnoreCase

  • pickValueIgnoreCase<T>(obj: undefined | T, key: string): any | undefined
  • +

    Returns the value of an object based on the given key, independent of casing.

    +

    Type parameters

    • T: Record<string, any>

    Parameters

    • obj: undefined | T

      Object to be searched for the given key.

      +
    • key: string

      Key of the value to pick.

      +

    Returns any | undefined

    The value of for the given key or undefined, if not available.

    +

propertyExists

  • propertyExists(obj: Record<string, any>, ...properties: string[]): boolean
  • +

    Checks if a chain of properties exists on the given object.

    +

    Parameters

    • obj: Record<string, any>

      The object to be checked.

      +
    • Rest ...properties: string[]

      Chained properties.

      +

    Returns boolean

    true if the property chain leads to a truthy value, false otherwise.

    +

readJSON

  • readJSON(path: PathLike): {}
  • +

    Read a JSON file from the file system.

    +

    Parameters

    • path: PathLike

      The path to the JSON file.

      +

    Returns {}

    An object parsed from the JSON file.

    +
    • [key: string]: any

removeFileExtension

  • removeFileExtension(fileName: string): string
  • +

    Remove file extension from a string, e.g. remove 'test.jpg' would return 'test'

    +

    Parameters

    • fileName: string

      File name to remove the file extension from.

      +

    Returns string

    File name without extension.

    +

Const renameKeys

  • renameKeys(keyMapping: Record<string, string>, obj: Record<string, any>): Record<string, any>
  • +

    Takes an object and returns a new object whose keys are renamed according to the provided key mapping. +Any keys in the input object not present in the key mapping will be present in the output object as-is. +If a key in the key mapping is not present in the input object, the output object will contain the key with value "undefined".

    +

    Parameters

    • keyMapping: Record<string, string>

      An object mapping keys of the input object to keys of the output object.

      +
    • obj: Record<string, any>

      The input object.

      +

    Returns Record<string, any>

    An object with renamed keys.

    +

setGlobalLogLevel

  • setGlobalLogLevel(level: LogLevel): void
  • +

    Change the global log level of the container which will set default level for all active loggers. +E. g., to set the global log level call setGlobalLogLevel('debug').

    +

    Parameters

    • level: LogLevel

      The log level to set the global log level to.

      +

    Returns void

setLogLevel

  • setLogLevel(level: "" | LogLevel, messageContextOrLogger?: string | Logger): void
  • +

    Change the log level of a logger based on its message context. +E. g., to set the log level for the destination accessor module of the SDK to debug, simply call setLogLevel('debug', 'destination-accessor').

    +

    Parameters

    • level: "" | LogLevel

      level to set the logger to. Use an empty string '' as level to unset context level.

      +
    • Optional messageContextOrLogger: string | Logger

      Message context of the logger to change the log level for or the logger itself

      +

    Returns void

splitInChunks

  • splitInChunks<T>(arr: T[], chunkSize: number): T[][]
  • +

    Split the given array in chunks.

    +

    Type parameters

    • T

    Parameters

    • arr: T[]

      Array to be split into chunks.

      +
    • chunkSize: number

      Size of the chunks.

      +

    Returns T[][]

    Two dimensional array with arrays of length chunkSize. The last subarray could be shorter.

    +

titleFormat

  • titleFormat(str: string): string
  • +

    Convert a string to a human readable format, e.g. it transforms to_BusinessPartner to To Business Partner.

    +

    Parameters

    • str: string

      The string to be transformed.

      +

    Returns string

    The transformed string.

    +

toSanitizedObject

  • toSanitizedObject(key: string, value: any): Record<string, any>
  • +

    Create an object based on the given key and value if neither key nor value are nullish.

    +

    Parameters

    • key: string

      Name of the header.

      +
    • value: any

      Value of the header.

      +

    Returns Record<string, any>

      +
    • An object containing the given key and value of an empty object.
    • +
    +

trim

  • trim(string: string): string
  • +

    Remove whitespace from the left side of a string.

    +

    Parameters

    • string: string

      String to trim.

      +

    Returns string

    String without outer whitespace.

    +

trimLeft

  • trimLeft(string: string): string
  • +

    Remove whitespace from the left side of a string.

    +

    Parameters

    • string: string

      String to trim.

      +

    Returns string

    String without whitespace on the left side.

    +

trimRight

  • trimRight(string: string): string
  • +

    Remove whitespace from the right side of a string.

    +

    Parameters

    • string: string

      String to trim.

      +

    Returns string

    String without whitespace on the right side.

    +

unique

  • unique<T>(arr: T[]): T[]
  • +

    Remove all duplicates from an array.

    +

    Type parameters

    • T

    Parameters

    • arr: T[]

      Array that might contain duplicates.

      +

    Returns T[]

    Array of unique items.

    +

unmuteLoggers

  • unmuteLoggers(): void
  • +

    Unmute all logger output created by the SAP Cloud SDK Logger. This also applies to future loggers created. Useful for tests.

    +

    Returns void

upperCaseSnakeCase

  • upperCaseSnakeCase(str: string): string
  • +

    Convert a string to the uppercase snake case. This format is used e. g. for static properties on entity classes.

    +

    Parameters

    • str: string

      The string to be transformed.

      +

    Returns string

    The input string in the case used by static methods on entity-classes.

    +

variadicArgumentToArray

  • variadicArgumentToArray<T>(firstOrArray: undefined | T | T[], rest: T[]): T[]
  • +

    We want to provide methods which accept a variable single number of elements and arrays. +The overloaded signature to achieve this is:

    +
    function doSomething(array: T[])
    function doSomething(...varArgs: T[])
    function doSomething(first: undefined | T | T[], ...rest: T[]) {
    //implementation
    } +
    +

    This wrapper methods makes it easy build an array from the input.

    +

    Type parameters

    • T

    Parameters

    • firstOrArray: undefined | T | T[]

      Either an array, the first element of the var args or undefined, if no argument was given.

      +
    • rest: T[]

      Second to last element, if var args were used, empty array, if the first argument is an array.

      +

    Returns T[]

    Array from the input or empty array if no input was given.

    +

zip

  • zip<T>(left: T[], right: T[]): T[]
  • +

    Merge two arrays by alternately adding inserting values from both arrays, starting from the left. +For example: zip([1, 2], [3, 4, 5, 6]) results in [1, 3, 2, 4, 5, 6]

    +

    Type parameters

    • T

    Parameters

    • left: T[]

      Array to start alternately merging from.

      +
    • right: T[]

      Second array to merge.

      +

    Returns T[]

    Zipped array.

    +

    Copyright Ⓒ 2021 SAP SE or an SAP affiliate company. All rights reserved.

    +

Legend

  • Namespace
  • Variable
  • Function
  • Function with type parameter
  • Type alias
  • Type alias with type parameter
  • Interface
  • Interface with type parameter
  • Class
  • Class with type parameter
  • Enumeration

Settings

Theme

\ No newline at end of file diff --git a/docs/api/versions.js b/docs/api/versions.js index 846a98d43e..33485c4cd8 100644 --- a/docs/api/versions.js +++ b/docs/api/versions.js @@ -1,4 +1,5 @@ export default [ + "1.49.0", "1.48.1", "1.48.0", "1.47.1", diff --git a/docs/api/versions.json b/docs/api/versions.json index 748beb2cf3..ab83984f85 100644 --- a/docs/api/versions.json +++ b/docs/api/versions.json @@ -1,4 +1,5 @@ [ + "1.49.0", "1.48.1", "1.48.0", "1.47.1", diff --git a/lerna.json b/lerna.json index 261033caa4..bfb0881607 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { "npmClient": "yarn", "useWorkspaces": true, - "version": "1.48.1" + "version": "1.49.0" } diff --git a/package.json b/package.json index 939950b19b..d6f8b8d41a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sap-cloud-sdk", - "version": "1.48.1", + "version": "1.49.0", "private": true, "sideEffects": false, "description": "SAP Cloud SDK for JavaScript", diff --git a/packages/analytics/package.json b/packages/analytics/package.json index 2329655a82..57176355b3 100644 --- a/packages/analytics/package.json +++ b/packages/analytics/package.json @@ -1,6 +1,6 @@ { "name": "@sap-cloud-sdk/analytics", - "version": "1.48.1", + "version": "1.49.0", "description": "SAP Cloud SDK Analytics Usage", "homepage": "https://sap.github.io/cloud-sdk/docs/js/overview-cloud-sdk-for-javascript", "license": "Apache-2.0", @@ -30,11 +30,11 @@ "check:dependencies": "depcheck ." }, "dependencies": { - "@sap-cloud-sdk/util": "^1.48.1", + "@sap-cloud-sdk/util": "^1.49.0", "axios": "^0.21.1" }, "devDependencies": { - "nock": "^13.0.11", - "@sap-cloud-sdk/core": "1.48.1" + "@sap-cloud-sdk/core": "^1.49.0", + "nock": "^13.0.11" } } diff --git a/packages/core/package.json b/packages/core/package.json index a09c076a23..4f8a4ea80f 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@sap-cloud-sdk/core", - "version": "1.48.1", + "version": "1.49.0", "description": "SAP Cloud SDK for JavaScript core", "homepage": "https://sap.github.io/cloud-sdk/docs/js/overview-cloud-sdk-for-javascript", "license": "Apache-2.0", @@ -32,8 +32,8 @@ "check:dependencies": "depcheck ." }, "dependencies": { - "@sap-cloud-sdk/analytics": "^1.48.1", - "@sap-cloud-sdk/util": "^1.48.1", + "@sap-cloud-sdk/analytics": "^1.49.0", + "@sap-cloud-sdk/util": "^1.49.0", "@sap/xsenv": "^3.0.0", "@sap/xssec": "3.2.3", "@types/jsonwebtoken": "^8.3.8", @@ -48,7 +48,7 @@ "voca": "^1.4.0" }, "devDependencies": { - "@sap-cloud-sdk/test-util": "^1.48.1", + "@sap-cloud-sdk/test-util": "^1.49.0", "@types/opossum": "^6.2.0", "nock": "^13.0.11" } diff --git a/packages/eslint-config/package.json b/packages/eslint-config/package.json index 76558eea83..003528cdf3 100644 --- a/packages/eslint-config/package.json +++ b/packages/eslint-config/package.json @@ -1,6 +1,6 @@ { "name": "@sap-cloud-sdk/eslint-config", - "version": "1.48.1", + "version": "1.49.0", "description": "eslint config for the SAP Cloud SDK", "homepage": "https://sap.github.io/cloud-sdk/docs/js/overview-cloud-sdk-for-javascript", "license": "Apache-2.0", diff --git a/packages/generator-common/package.json b/packages/generator-common/package.json index 7777bd2580..d08f9ad996 100644 --- a/packages/generator-common/package.json +++ b/packages/generator-common/package.json @@ -1,6 +1,6 @@ { "name": "@sap-cloud-sdk/generator-common", - "version": "1.48.1", + "version": "1.49.0", "description": "SAP Cloud SDK for JavaScript common functions of OData client generator and OpenAPI clint generator.", "homepage": "https://sap.github.io/cloud-sdk/docs/js/overview-cloud-sdk-for-javascript", "license": "Apache-2.0", @@ -31,12 +31,12 @@ "check:dependencies": "depcheck ." }, "dependencies": { - "@sap-cloud-sdk/util": "^1.48.1", + "@sap-cloud-sdk/util": "^1.49.0", "axios": "^0.21.1", + "fast-levenshtein": "~3.0.0", "fs-extra": "^10.0.0", "glob": "^7.1.6", - "typescript": "~4.3.4", - "fast-levenshtein": "~3.0.0" + "typescript": "~4.3.4" }, "devDependencies": { "jest-extended": "^0.11.5", diff --git a/packages/generator/package.json b/packages/generator/package.json index 17f9544120..8c4e4fe77d 100644 --- a/packages/generator/package.json +++ b/packages/generator/package.json @@ -1,6 +1,6 @@ { "name": "@sap-cloud-sdk/generator", - "version": "1.48.1", + "version": "1.49.0", "description": "SAP Cloud SDK for JavaScript OData client generator", "homepage": "https://sap.github.io/cloud-sdk/docs/js/overview-cloud-sdk-for-javascript", "license": "Apache-2.0", @@ -35,9 +35,9 @@ "check:dependencies": "depcheck . --ignores='@sap/cloud-sdk-vdm-business-partner-service'" }, "dependencies": { - "@sap-cloud-sdk/core": "^1.48.1", - "@sap-cloud-sdk/generator-common": "^1.48.1", - "@sap-cloud-sdk/util": "^1.48.1", + "@sap-cloud-sdk/core": "^1.49.0", + "@sap-cloud-sdk/generator-common": "^1.49.0", + "@sap-cloud-sdk/util": "^1.49.0", "@sap/edm-converters": "^1.0.21", "@types/fs-extra": "^9.0.1", "@types/glob": "^7.1.2", diff --git a/packages/openapi-generator/README.md b/packages/openapi-generator/README.md index 6e73217801..3ffa48d9d5 100644 --- a/packages/openapi-generator/README.md +++ b/packages/openapi-generator/README.md @@ -90,7 +90,7 @@ EXAMPLES $ openapi-generator --input ./my-spec.yaml --outputDir ./client --transpile ``` -_See code: [dist/cli/index.ts](https://github.com/SAP/cloud-sdk-js/blob/v1.48.1/dist/cli/index.ts)_ +_See code: [dist/cli/index.ts](https://github.com/SAP/cloud-sdk-js/blob/v1.49.0/dist/cli/index.ts)_ diff --git a/packages/openapi-generator/package.json b/packages/openapi-generator/package.json index ad183268b3..218e75c8fc 100644 --- a/packages/openapi-generator/package.json +++ b/packages/openapi-generator/package.json @@ -1,6 +1,6 @@ { "name": "@sap-cloud-sdk/openapi-generator", - "version": "1.48.1", + "version": "1.49.0", "description": "SAP Cloud SDK for JavaScript OpenAPI client generator", "homepage": "https://sap.github.io/cloud-sdk/docs/js/overview-cloud-sdk-for-javascript", "license": "Apache-2.0", @@ -42,8 +42,8 @@ "@oclif/command": "^1.5.19", "@oclif/config": "^1.14.0", "@oclif/parser": "^3.8.5", - "@sap-cloud-sdk/generator-common": "^1.48.1", - "@sap-cloud-sdk/util": "^1.48.1", + "@sap-cloud-sdk/generator-common": "^1.49.0", + "@sap-cloud-sdk/util": "^1.49.0", "@types/js-yaml": "^4.0.0", "cli-ux": "^5.4.5", "glob": "^7.1.6", diff --git a/packages/test-util/package.json b/packages/test-util/package.json index 107843c85c..8c7b07d5b3 100644 --- a/packages/test-util/package.json +++ b/packages/test-util/package.json @@ -1,6 +1,6 @@ { "name": "@sap-cloud-sdk/test-util", - "version": "1.48.1", + "version": "1.49.0", "description": "SAP Cloud SDK for JavaScript test utilities", "homepage": "https://sap.github.io/cloud-sdk/docs/js/overview-cloud-sdk-for-javascript", "license": "Apache-2.0", @@ -30,8 +30,8 @@ "check:dependencies": "depcheck ." }, "dependencies": { - "@sap-cloud-sdk/core": "^1.48.1", - "@sap-cloud-sdk/util": "^1.48.1", + "@sap-cloud-sdk/core": "^1.49.0", + "@sap-cloud-sdk/util": "^1.49.0", "mock-fs": "^5.0.0" } } diff --git a/packages/util/package.json b/packages/util/package.json index 7f893a809a..0191388fbe 100644 --- a/packages/util/package.json +++ b/packages/util/package.json @@ -1,6 +1,6 @@ { "name": "@sap-cloud-sdk/util", - "version": "1.48.1", + "version": "1.49.0", "description": "SAP Cloud SDK for JavaScript general utilities", "homepage": "https://sap.github.io/cloud-sdk/docs/js/overview-cloud-sdk-for-javascript", "license": "Apache-2.0", diff --git a/test-packages/e2e-tests/package.json b/test-packages/e2e-tests/package.json index f471a268aa..3773beeb06 100644 --- a/test-packages/e2e-tests/package.json +++ b/test-packages/e2e-tests/package.json @@ -1,6 +1,6 @@ { "name": "@sap-cloud-sdk/e2e-tests", - "version": "1.48.1", + "version": "1.49.0", "description": "End to end tests of the SAP Cloud SDK for JavaScript", "homepage": "https://sap.github.io/cloud-sdk/docs/js/overview-cloud-sdk-for-javascript", "license": "Apache-2.0", @@ -17,13 +17,13 @@ }, "devDependencies": { "@apidevtools/swagger-parser": "^10.0.2", - "@sap-cloud-sdk/core": "^1.48.1", - "@sap-cloud-sdk/generator": "^1.48.1", - "@sap-cloud-sdk/generator-common": "^1.48.1", - "@sap-cloud-sdk/openapi-generator": "^1.48.1", - "@sap-cloud-sdk/test-services": "^1.48.1", - "@sap-cloud-sdk/test-services-e2e": "^1.48.1", - "@sap-cloud-sdk/util": "^1.48.1", + "@sap-cloud-sdk/core": "^1.49.0", + "@sap-cloud-sdk/generator": "^1.49.0", + "@sap-cloud-sdk/generator-common": "^1.49.0", + "@sap-cloud-sdk/openapi-generator": "^1.49.0", + "@sap-cloud-sdk/test-services": "^1.49.0", + "@sap-cloud-sdk/test-services-e2e": "^1.49.0", + "@sap-cloud-sdk/util": "^1.49.0", "@sap/cds": "^5.0.6", "@sap/cds-dk": "^4.0.7", "express": "^4.17.1", diff --git a/test-packages/integration-tests/package.json b/test-packages/integration-tests/package.json index 3aed22098c..e007cc1c45 100644 --- a/test-packages/integration-tests/package.json +++ b/test-packages/integration-tests/package.json @@ -1,6 +1,6 @@ { "name": "@sap-cloud-sdk/integration-tests", - "version": "1.48.1", + "version": "1.49.0", "description": "SAP Cloud SDK for JavaScript integration tests", "homepage": "https://sap.github.io/cloud-sdk/docs/js/overview-cloud-sdk-for-javascript", "license": "Apache-2.0", @@ -12,15 +12,15 @@ "check:dependencies": "depcheck . --ignores=@sap-cloud-sdk/generator,@sap-cloud-sdk/openapi-generator" }, "dependencies": { - "@sap-cloud-sdk/analytics": "^1.48.1", - "@sap-cloud-sdk/core": "^1.48.1", - "@sap-cloud-sdk/test-services": "^1.48.1", - "@sap-cloud-sdk/test-util": "^1.48.1", - "@sap-cloud-sdk/util": "^1.48.1" + "@sap-cloud-sdk/analytics": "^1.49.0", + "@sap-cloud-sdk/core": "^1.49.0", + "@sap-cloud-sdk/test-services": "^1.49.0", + "@sap-cloud-sdk/test-util": "^1.49.0", + "@sap-cloud-sdk/util": "^1.49.0" }, "devDependencies": { - "@sap-cloud-sdk/generator": "^1.48.1", - "@sap-cloud-sdk/openapi-generator": "^1.48.1", + "@sap-cloud-sdk/generator": "^1.49.0", + "@sap-cloud-sdk/openapi-generator": "^1.49.0", "@sap/cloud-sdk-vdm-business-partner-service": "^1.23.0", "bignumber.js": "^9.0.0", "execa": "^5.0.0", diff --git a/test-packages/test-services-e2e/package.json b/test-packages/test-services-e2e/package.json index 8bccd8913a..783ecaf47c 100644 --- a/test-packages/test-services-e2e/package.json +++ b/test-packages/test-services-e2e/package.json @@ -1,6 +1,6 @@ { "name": "@sap-cloud-sdk/test-services-e2e", - "version": "1.48.1", + "version": "1.49.0", "description": "Custom Services for testing", "files": [ "**/*.js", @@ -19,7 +19,7 @@ }, "license": "Apache-2.0", "dependencies": { - "@sap-cloud-sdk/core": "^1.48.1", + "@sap-cloud-sdk/core": "^1.49.0", "bignumber.js": "^9.0.1", "moment": "^2.29.0" } diff --git a/test-packages/test-services/openapi/no-schema-service/package.json b/test-packages/test-services/openapi/no-schema-service/package.json index 677fad2a7b..a4639ac4de 100644 --- a/test-packages/test-services/openapi/no-schema-service/package.json +++ b/test-packages/test-services/openapi/no-schema-service/package.json @@ -23,10 +23,10 @@ "doc": "npx typedoc" }, "dependencies": { - "@sap-cloud-sdk/core": "^1.48.1" + "@sap-cloud-sdk/core": "^1.49.0" }, "peerDependencies": { - "@sap-cloud-sdk/core": "^1.48.1" + "@sap-cloud-sdk/core": "^1.49.0" }, "devDependencies": { "typedoc": "^0.20.36", diff --git a/test-packages/test-services/openapi/swagger-yaml-service/package.json b/test-packages/test-services/openapi/swagger-yaml-service/package.json index 6af2b29483..a8bfcea66b 100644 --- a/test-packages/test-services/openapi/swagger-yaml-service/package.json +++ b/test-packages/test-services/openapi/swagger-yaml-service/package.json @@ -23,10 +23,10 @@ "doc": "npx typedoc" }, "dependencies": { - "@sap-cloud-sdk/core": "^1.48.1" + "@sap-cloud-sdk/core": "^1.49.0" }, "peerDependencies": { - "@sap-cloud-sdk/core": "^1.48.1" + "@sap-cloud-sdk/core": "^1.49.0" }, "devDependencies": { "typedoc": "^0.20.36", diff --git a/test-packages/test-services/openapi/test-service/package.json b/test-packages/test-services/openapi/test-service/package.json index d03915f684..b716c95cf7 100644 --- a/test-packages/test-services/openapi/test-service/package.json +++ b/test-packages/test-services/openapi/test-service/package.json @@ -23,10 +23,10 @@ "doc": "npx typedoc" }, "dependencies": { - "@sap-cloud-sdk/core": "^1.48.1" + "@sap-cloud-sdk/core": "^1.49.0" }, "peerDependencies": { - "@sap-cloud-sdk/core": "^1.48.1" + "@sap-cloud-sdk/core": "^1.49.0" }, "devDependencies": { "typedoc": "^0.20.36", diff --git a/test-packages/test-services/package.json b/test-packages/test-services/package.json index 8d7a630f77..f34e857b68 100644 --- a/test-packages/test-services/package.json +++ b/test-packages/test-services/package.json @@ -1,6 +1,6 @@ { "name": "@sap-cloud-sdk/test-services", - "version": "1.48.1", + "version": "1.49.0", "description": "Custom Services for testing", "files": [ "**/*.js", @@ -19,7 +19,7 @@ }, "license": "Apache-2.0", "dependencies": { - "@sap-cloud-sdk/core": "^1.48.1", + "@sap-cloud-sdk/core": "^1.49.0", "bignumber.js": "^9.0.1", "moment": "^2.29.0" } diff --git a/test-packages/type-tests/package.json b/test-packages/type-tests/package.json index b69abee8b8..a50e59ec2d 100644 --- a/test-packages/type-tests/package.json +++ b/test-packages/type-tests/package.json @@ -1,6 +1,6 @@ { "name": "@sap-cloud-sdk/type-tests", - "version": "1.48.1", + "version": "1.49.0", "description": "Tests to ensure correct types in the SAP Cloud SDK for JavaScript.", "homepage": "https://sap.github.io/cloud-sdk/docs/js/overview-cloud-sdk-for-javascript", "license": "Apache-2.0", @@ -12,8 +12,8 @@ "check:dependencies": "echo Nothing to check here." }, "dependencies": { - "@sap-cloud-sdk/core": "^1.48.1", - "@sap-cloud-sdk/test-services": "^1.48.1" + "@sap-cloud-sdk/core": "^1.49.0", + "@sap-cloud-sdk/test-services": "^1.49.0" }, "devDependencies": { "dtslint": "^4.0.0" diff --git a/tsconfig.typedoc.json b/tsconfig.typedoc.json index c1a63e1179..c60d422101 100644 --- a/tsconfig.typedoc.json +++ b/tsconfig.typedoc.json @@ -30,7 +30,7 @@ } ], "typedocOptions": { - "out": "docs/api/1.48.1", + "out": "docs/api/1.49.0", "entryPoints": [ "packages/util/src/index.ts", "packages/analytics/src/index.ts",