diff --git a/.changeset/fresh-cups-share.md b/.changeset/fresh-cups-share.md deleted file mode 100644 index eb7506a5b2..0000000000 --- a/.changeset/fresh-cups-share.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -'@sap-cloud-sdk/connectivity': minor -'@sap-cloud-sdk/http-client': minor ---- - -[Improvement] Reduce default log output on the `info` level significantly. -[Compatibility Note] Only log the successful retrieval of destinations on the`info` log level, log everything else is on the `debug` or `warn` level. diff --git a/.changeset/fuzzy-ducks-quack.md b/.changeset/fuzzy-ducks-quack.md deleted file mode 100644 index b27a4bc588..0000000000 --- a/.changeset/fuzzy-ducks-quack.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -'@sap-cloud-sdk/eslint-config': minor ---- - -[Compatibility Note] Switch the following `jsdoc` related levels from `warn` to `error`: -- `jsdoc/check-param-names` -- `jsdoc/require-description-complete-sentence` -- `jsdoc/require-jsdoc` -- `jsdoc/require-param` -- `jsdoc/require-returns` diff --git a/.changeset/fuzzy-foxes-bark.md b/.changeset/fuzzy-foxes-bark.md deleted file mode 100644 index 4c69ba4881..0000000000 --- a/.changeset/fuzzy-foxes-bark.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@sap-cloud-sdk/connectivity': minor ---- - -[Compatibility Note] Mark the function `noDestinationErrorMessage` as internal API. diff --git a/.changeset/fuzzy-wolves-yell.md b/.changeset/fuzzy-wolves-yell.md deleted file mode 100644 index 24efa57797..0000000000 --- a/.changeset/fuzzy-wolves-yell.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@sap-cloud-sdk/odata-v4': minor ---- - -[Compatibility Note] Mark the function `uriConverter` as internal API. diff --git a/.changeset/rare-foxes-report.md b/.changeset/rare-foxes-report.md deleted file mode 100644 index 0841193a08..0000000000 --- a/.changeset/rare-foxes-report.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -'@sap-cloud-sdk/connectivity': minor -'@sap-cloud-sdk/e2e-tests': minor -'@sap-cloud-sdk/integration-tests': minor ---- - -[New Functionality] Support self-signed certificate using the `trustStore` property of the destination object. diff --git a/.changeset/swift-masks-begin.md b/.changeset/swift-masks-begin.md deleted file mode 100644 index 44df55f9da..0000000000 --- a/.changeset/swift-masks-begin.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@sap-cloud-sdk/util': patch ---- - -[Fixed Issue] Fix a bug in the implementation of the trim method. diff --git a/CHANGELOG.md b/CHANGELOG.md index 7b882a537b..227b61b1ed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -28,6 +28,33 @@ - +# 2.4.0 + +API Docs: https://sap.github.io/cloud-sdk/api/2.4.0 + +## Compatibility Note + +- [connectivity] Mark the function `noDestinationErrorMessage` as internal API. (0a008674) +- [odata-v4] Mark the function `uriConverter` as internal API. (0a008674) +- [eslint-config] Switch the following `jsdoc` related levels from `warn` to `error`: + - `jsdoc/check-param-names` + - `jsdoc/require-description-complete-sentence` + - `jsdoc/require-jsdoc` + - `jsdoc/require-param` + - `jsdoc/require-returns` (0a008674) + +## New Functionality + +- [connectivity] Support self-signed certificate using the `trustStore` property of the destination object. (0a008674) + +## Improvement + +- [connectivity, http-client] Reduce default log output on the `info` level significantly. + [Compatibility Note] Only log the successful retrieval of destinations on the`info` log level, log everything else is on the `debug` or `warn` level. (04726a35) + +## Fixed Issue + +- [util] Fix a bug in the implementation of the trim method. (0a008674) # 2.3.0 diff --git a/DOCUMENTATION.md b/DOCUMENTATION.md index 7c0d60467b..572f75e7b3 100644 --- a/DOCUMENTATION.md +++ b/DOCUMENTATION.md @@ -1,4 +1,4 @@ -## Version: 2.3.0 +## Version: 2.4.0 The SAP Cloud SDK for JavaScript and TypeScript consists of multiple libraries to enable you to write side-by-side extensions on SAP Business Technology Platform. diff --git a/docs/api/2.4.0/.nojekyll b/docs/api/2.4.0/.nojekyll new file mode 100644 index 0000000000..e2ac6616ad --- /dev/null +++ b/docs/api/2.4.0/.nojekyll @@ -0,0 +1 @@ +TypeDoc added this file to prevent GitHub Pages from using Jekyll. You can turn off this behavior by setting the `githubPages` option to false. \ No newline at end of file diff --git a/docs/api/2.4.0/assets/highlight.css b/docs/api/2.4.0/assets/highlight.css new file mode 100644 index 0000000000..315f97dde6 --- /dev/null +++ b/docs/api/2.4.0/assets/highlight.css @@ -0,0 +1,99 @@ +: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: #267F99; + --dark-hl-7: #4EC9B0; + --light-hl-8: #795E26; + --dark-hl-8: #DCDCAA; + --light-hl-9: #000000; + --dark-hl-9: #C8C8C8; + --light-hl-10: #0451A5; + --dark-hl-10: #9CDCFE; + --light-code-background: #F5F5F5; + --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); + --hl-10: var(--light-hl-10); + --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); + --hl-10: var(--dark-hl-10); + --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); + --hl-10: var(--light-hl-10); + --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); + --hl-10: var(--dark-hl-10); + --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); } +.hl-10 { color: var(--hl-10); } +pre, code { background: var(--code-background); } diff --git a/docs/api/2.4.0/assets/icons.css b/docs/api/2.4.0/assets/icons.css new file mode 100644 index 0000000000..776a3562d6 --- /dev/null +++ b/docs/api/2.4.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/2.4.0/assets/icons.png b/docs/api/2.4.0/assets/icons.png new file mode 100644 index 0000000000..3836d5fe46 Binary files /dev/null and b/docs/api/2.4.0/assets/icons.png differ diff --git a/docs/api/2.4.0/assets/icons@2x.png b/docs/api/2.4.0/assets/icons@2x.png new file mode 100644 index 0000000000..5a209e2f6d Binary files /dev/null and b/docs/api/2.4.0/assets/icons@2x.png differ diff --git a/docs/api/2.4.0/assets/main.js b/docs/api/2.4.0/assets/main.js new file mode 100644 index 0000000000..b13205a3d1 --- /dev/null +++ b/docs/api/2.4.0/assets/main.js @@ -0,0 +1,52 @@ +(()=>{var Ce=Object.create;var ue=Object.defineProperty;var Pe=Object.getOwnPropertyDescriptor;var Oe=Object.getOwnPropertyNames;var Re=Object.getPrototypeOf,_e=Object.prototype.hasOwnProperty;var Me=(t,e)=>()=>(e||t((e={exports:{}}).exports,e),e.exports);var De=(t,e,r,n)=>{if(e&&typeof e=="object"||typeof e=="function")for(let i of Oe(e))!_e.call(t,i)&&i!==r&&ue(t,i,{get:()=>e[i],enumerable:!(n=Pe(e,i))||n.enumerable});return t};var Fe=(t,e,r)=>(r=t!=null?Ce(Re(t)):{},De(e||!t||!t.__esModule?ue(r,"default",{value:t,enumerable:!0}):r,t));var pe=Me((de,fe)=>{(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(ou?h+=2:a==u&&(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 u=s.node.edges["*"];else{var u=new t.TokenSet;s.node.edges["*"]=u}if(s.str.length==0&&(u.final=!0),i.push({node:u,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),p=s.str.charAt(1),v;p in s.node.edges?v=s.node.edges[p]:(v=new t.TokenSet,s.node.edges[p]=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),u=0;u1?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 de=="object"?fe.exports=r():e.lunr=r()}(this,function(){return t})})()});var ce=[];function N(t,e){ce.push({selector:e,constructor:t})}var Y=class{constructor(){this.createComponents(document.body)}createComponents(e){ce.forEach(r=>{e.querySelectorAll(r.selector).forEach(n=>{n.dataset.hasInstance||(new r.constructor({el:n}),n.dataset.hasInstance=String(!0))})})}};var k=class{constructor(e){this.el=e.el}};var J=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 ie=class extends J{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",ne(()=>this.onScroll(),10)),window.addEventListener("resize",ne(()=>this.onResize(),10)),this.onResize(),this.onScroll()}triggerResize(){let r=new CustomEvent("resize",{detail:{width:this.width,height:this.height}});this.dispatchEvent(r)}onResize(){this.width=window.innerWidth||0,this.height=window.innerHeight||0;let r=new CustomEvent("resize",{detail:{width:this.width,height:this.height}});this.dispatchEvent(r)}onScroll(){this.scrollTop=window.scrollY||0;let r=new CustomEvent("scroll",{detail:{scrollTop:this.scrollTop}});this.dispatchEvent(r),this.hideShowToolbar()}hideShowToolbar(){var n;let r=this.showToolbar;this.showToolbar=this.lastY>=this.scrollTop||this.scrollTop<=0,r!==this.showToolbar&&(this.toolbar.classList.toggle("tsd-page-toolbar--hide"),(n=this.secondaryNav)==null||n.classList.toggle("tsd-navigation--toolbar-hide")),this.lastY=this.scrollTop}},Q=ie;Q.instance=new ie;var X=class extends k{constructor(r){super(r);this.anchors=[];this.index=-1;Q.instance.addEventListener("resize",()=>this.onResize()),Q.instance.addEventListener("scroll",n=>this.onScroll(n)),this.createAnchors()}createAnchors(){let r=window.location.href;r.indexOf("#")!=-1&&(r=r.substr(0,r.indexOf("#"))),this.el.querySelectorAll("a").forEach(n=>{let i=n.href;if(i.indexOf("#")==-1||i.substr(0,r.length)!=r)return;let s=i.substr(i.indexOf("#")+1),o=document.querySelector("a.tsd-anchor[name="+s+"]"),a=n.parentNode;!o||!a||this.anchors.push({link:a,anchor:o,position:0})}),this.onResize()}onResize(){let r;for(let i=0,s=this.anchors.length;ii.position-s.position);let n=new CustomEvent("scroll",{detail:{scrollTop:Q.instance.scrollTop}});this.onScroll(n)}onScroll(r){let n=r.detail.scrollTop+5,i=this.anchors,s=i.length-1,o=this.index;for(;o>-1&&i[o].position>n;)o-=1;for(;o-1&&this.anchors[this.index].link.classList.remove("focus"),this.index=o,this.index>-1&&this.anchors[this.index].link.classList.add("focus"))}};var he=(t,e=100)=>{let r;return(...n)=>{clearTimeout(r),r=setTimeout(()=>t(n),e)}};var ge=Fe(pe());function ye(){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+"/"};Ae(t,n,r,s)}function Ae(t,e,r,n){r.addEventListener("input",he(()=>{He(t,e,r,n)},200));let i=!1;r.addEventListener("keydown",s=>{i=!0,s.key=="Enter"?ze(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 Ve(t,e){t.index||window.searchData&&(e.classList.remove("loading"),e.classList.add("ready"),t.data=window.searchData,t.index=ge.Index.load(window.searchData.index))}function He(t,e,r,n){if(Ve(n,t),!n.index||!n.data)return;e.textContent="";let i=r.value.trim(),s=i?n.index.search(`*${i}*`):[];for(let o=0,a=Math.min(10,s.length);o${ve(u.parent,i)}.${l}`);let h=document.createElement("li");h.classList.value=u.classes;let p=document.createElement("a");p.href=n.base+u.url,p.classList.add("tsd-kind-icon"),p.innerHTML=l,h.append(p),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 ze(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(se(t.substring(s,o)),`${se(t.substring(o,o+n.length))}`),s=o+n.length,o=r.indexOf(n,s);return i.push(se(t.substring(s))),i.join("")}var Ne={"&":"&","<":"<",">":">","'":"'",'"':"""};function se(t){return t.replace(/[&<>"'"]/g,e=>Ne[e])}var oe=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}},Z=class extends k{constructor(r){super(r);this.groups=[];this.index=-1;this.createGroups(),this.container&&(this.el.classList.add("active"),Array.from(this.el.children).forEach(n=>{n.addEventListener("touchstart",i=>this.onClick(i)),n.addEventListener("click",i=>this.onClick(i))}),this.container.classList.add("active"),this.setIndex(0))}setIndex(r){if(r<0&&(r=0),r>this.groups.length-1&&(r=this.groups.length-1),this.index==r)return;let n=this.groups[r];if(this.index>-1){let i=this.groups[this.index];i.removeClass("current").addClass("fade-out"),n.addClass("current"),n.addClass("fade-in"),Q.instance.triggerResize(),setTimeout(()=>{i.removeClass("fade-out"),n.removeClass("fade-in")},300)}else n.addClass("current"),Q.instance.triggerResize();this.index=r}createGroups(){let r=this.el.children;if(r.length<2)return;this.container=this.el.nextElementSibling;let n=this.container.children;this.groups=[];for(let i=0;i{n.signature===r.currentTarget&&this.setIndex(i)})}};var C="mousedown",Le="mousemove",_="mouseup",K={x:0,y:0},xe=!1,ae=!1,je=!1,A=!1,Ee=/Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent);document.documentElement.classList.add(Ee?"is-mobile":"not-mobile");Ee&&"ontouchstart"in document.documentElement&&(je=!0,C="touchstart",Le="touchmove",_="touchend");document.addEventListener(C,t=>{ae=!0,A=!1;let e=C=="touchstart"?t.targetTouches[0]:t;K.y=e.pageY||0,K.x=e.pageX||0});document.addEventListener(Le,t=>{if(!!ae&&!A){let e=C=="touchstart"?t.targetTouches[0]:t,r=K.x-(e.pageX||0),n=K.y-(e.pageY||0);A=Math.sqrt(r*r+n*n)>10}});document.addEventListener(_,()=>{ae=!1});document.addEventListener("click",t=>{xe&&(t.preventDefault(),t.stopImmediatePropagation(),xe=!1)});var ee=class extends k{constructor(r){super(r);this.className=this.el.dataset.toggle||"",this.el.addEventListener(_,n=>this.onPointerUp(n)),this.el.addEventListener("click",n=>n.preventDefault()),document.addEventListener(C,n=>this.onDocumentPointerDown(n)),document.addEventListener(_,n=>this.onDocumentPointerUp(n))}setActive(r){if(this.active==r)return;this.active=r,document.documentElement.classList.toggle("has-"+this.className,r),this.el.classList.toggle("active",r);let n=(this.active?"to-has-":"from-has-")+this.className;document.documentElement.classList.add(n),setTimeout(()=>document.documentElement.classList.remove(n),500)}onPointerUp(r){A||(this.setActive(!0),r.preventDefault())}onDocumentPointerDown(r){if(this.active){if(r.target.closest(".col-menu, .tsd-filter-group"))return;this.setActive(!1)}}onDocumentPointerUp(r){if(!A&&this.active&&r.target.closest(".col-menu")){let n=r.target.closest("a");if(n){let i=window.location.href;i.indexOf("#")!=-1&&(i=i.substr(0,i.indexOf("#"))),n.href.substr(0,i.length)==i&&setTimeout(()=>this.setActive(!1),250)}}}};var te=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)}},re=class extends te{initialize(){let r=document.querySelector("#tsd-filter-"+this.key);!r||(this.checkbox=r,this.checkbox.addEventListener("change",()=>{this.setValue(this.checkbox.checked)}))}handleValueChange(r,n){!this.checkbox||(this.checkbox.checked=this.value,document.documentElement.classList.toggle("toggle-"+this.key,this.value!=this.defaultValue))}fromLocalStorage(r){return r=="true"}toLocalStorage(r){return r?"true":"false"}},le=class extends te{initialize(){document.documentElement.classList.add("toggle-"+this.key+this.value);let r=document.querySelector("#tsd-filter-"+this.key);if(!r)return;this.select=r;let n=()=>{this.select.classList.add("active")},i=()=>{this.select.classList.remove("active")};this.select.addEventListener(C,n),this.select.addEventListener("mouseover",n),this.select.addEventListener("mouseleave",i),this.select.querySelectorAll("li").forEach(s=>{s.addEventListener(_,o=>{r.classList.remove("active"),this.setValue(o.target.dataset.value||"")})}),document.addEventListener(C,s=>{this.select.contains(s.target)||this.select.classList.remove("active")})}handleValueChange(r,n){this.select.querySelectorAll("li.selected").forEach(o=>{o.classList.remove("selected")});let i=this.select.querySelector('li[data-value="'+n+'"]'),s=this.select.querySelector(".tsd-select-label");i&&s&&(i.classList.add("selected"),s.textContent=i.textContent),document.documentElement.classList.remove("toggle-"+r),document.documentElement.classList.add("toggle-"+n)}fromLocalStorage(r){return r}toLocalStorage(r){return r}},j=class extends k{constructor(r){super(r);this.optionVisibility=new le("visibility","private"),this.optionInherited=new re("inherited",!0),this.optionExternals=new re("externals",!0)}static isSupported(){try{return typeof window.localStorage!="undefined"}catch{return!1}}};function we(t){let e=localStorage.getItem("tsd-theme")||"os";t.value=e,be(e),t.addEventListener("change",()=>{localStorage.setItem("tsd-theme",t.value),be(t.value)})}function be(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}}ye();N(X,".menu-highlight");N(Z,".tsd-signatures");N(ee,"a[data-toggle]");j.isSupported()?N(j,"#tsd-filter"):document.documentElement.classList.add("no-filter");var Te=document.getElementById("theme");Te&&we(Te);var Be=new Y;Object.defineProperty(window,"app",{value:Be});})(); +/*! + * 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/2.4.0/assets/search.js b/docs/api/2.4.0/assets/search.js new file mode 100644 index 0000000000..125f6ecf74 --- /dev/null +++ b/docs/api/2.4.0/assets/search.js @@ -0,0 +1 @@ +window.searchData = JSON.parse("{\"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/connectivity\",\"url\":\"modules/sap_cloud_sdk_connectivity\",\"classes\":\"tsd-kind-module\"},{\"id\":2,\"kind\":2,\"name\":\"@sap-cloud-sdk/http-client\",\"url\":\"modules/sap_cloud_sdk_http_client\",\"classes\":\"tsd-kind-module\"},{\"id\":3,\"kind\":2,\"name\":\"@sap-cloud-sdk/odata-common\",\"url\":\"modules/sap_cloud_sdk_odata_common\",\"classes\":\"tsd-kind-module\"},{\"id\":4,\"kind\":2,\"name\":\"@sap-cloud-sdk/odata-v2\",\"url\":\"modules/sap_cloud_sdk_odata_v2\",\"classes\":\"tsd-kind-module\"},{\"id\":5,\"kind\":2,\"name\":\"@sap-cloud-sdk/odata-v4\",\"url\":\"modules/sap_cloud_sdk_odata_v4\",\"classes\":\"tsd-kind-module\"},{\"id\":6,\"kind\":2,\"name\":\"@sap-cloud-sdk/openapi\",\"url\":\"modules/sap_cloud_sdk_openapi\",\"classes\":\"tsd-kind-module\"},{\"id\":7,\"kind\":2,\"name\":\"@sap-cloud-sdk/generator\",\"url\":\"modules/sap_cloud_sdk_generator\",\"classes\":\"tsd-kind-module\"},{\"id\":8,\"kind\":2,\"name\":\"@sap-cloud-sdk/openapi-generator\",\"url\":\"modules/sap_cloud_sdk_openapi_generator\",\"classes\":\"tsd-kind-module\"},{\"id\":9,\"kind\":2,\"name\":\"@sap-cloud-sdk/test-util\",\"url\":\"modules/sap_cloud_sdk_test_util\",\"classes\":\"tsd-kind-module\"},{\"id\":10,\"kind\":2,\"name\":\"@sap-cloud-sdk/temporal-de-serializers\",\"url\":\"modules/sap_cloud_sdk_temporal_de_serializers\",\"classes\":\"tsd-kind-module\"},{\"id\":11,\"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\":12,\"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\":13,\"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\":14,\"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\":15,\"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\":16,\"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\":17,\"kind\":64,\"name\":\"transformVariadicArgumentToArray\",\"url\":\"modules/sap_cloud_sdk_util#transformVariadicArgumentToArray\",\"classes\":\"tsd-kind-function tsd-parent-kind-module tsd-has-type-parameter\",\"parent\":\"@sap-cloud-sdk/util\"},{\"id\":18,\"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\":19,\"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\":20,\"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\":21,\"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\":22,\"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\":23,\"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\":24,\"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\":25,\"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\":26,\"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\":27,\"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\":28,\"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\":29,\"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\":30,\"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\":31,\"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\":32,\"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\":33,\"kind\":1024,\"name\":\"cause\",\"url\":\"classes/sap_cloud_sdk_util.ErrorWithCause#cause\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/util.ErrorWithCause\"},{\"id\":34,\"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\":35,\"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\":36,\"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\":37,\"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\":38,\"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\":39,\"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\":40,\"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\":41,\"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\":42,\"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\":43,\"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\":44,\"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\":45,\"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\":46,\"kind\":64,\"name\":\"sanitizeRecord\",\"url\":\"modules/sap_cloud_sdk_util#sanitizeRecord\",\"classes\":\"tsd-kind-function tsd-parent-kind-module tsd-has-type-parameter\",\"parent\":\"@sap-cloud-sdk/util\"},{\"id\":47,\"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\":48,\"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\":49,\"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\":50,\"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\":51,\"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\":52,\"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\":53,\"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\":54,\"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\":55,\"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\":56,\"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\":57,\"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\":58,\"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\":59,\"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\":60,\"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\":61,\"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\":62,\"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\":63,\"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\":64,\"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\":65,\"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\":66,\"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\":67,\"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\":68,\"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\":69,\"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\":70,\"kind\":64,\"name\":\"removeSlashes\",\"url\":\"modules/sap_cloud_sdk_util#removeSlashes\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"@sap-cloud-sdk/util\"},{\"id\":71,\"kind\":64,\"name\":\"removeTrailingSlashes\",\"url\":\"modules/sap_cloud_sdk_util#removeTrailingSlashes\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"@sap-cloud-sdk/util\"},{\"id\":72,\"kind\":64,\"name\":\"removeLeadingSlashes\",\"url\":\"modules/sap_cloud_sdk_util#removeLeadingSlashes\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"@sap-cloud-sdk/util\"},{\"id\":73,\"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\":74,\"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\":75,\"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\":76,\"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\":77,\"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\":78,\"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\":79,\"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\":80,\"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\":81,\"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\":82,\"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\":83,\"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\":84,\"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\":85,\"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\":86,\"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\":87,\"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\":88,\"kind\":4194304,\"name\":\"Xor\",\"url\":\"modules/sap_cloud_sdk_util#Xor\",\"classes\":\"tsd-kind-type-alias tsd-parent-kind-module tsd-has-type-parameter\",\"parent\":\"@sap-cloud-sdk/util\"},{\"id\":89,\"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\":90,\"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\":91,\"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\":92,\"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\":93,\"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\":94,\"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\":95,\"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\":96,\"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\":97,\"kind\":64,\"name\":\"parseDestination\",\"url\":\"modules/sap_cloud_sdk_connectivity#parseDestination\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"@sap-cloud-sdk/connectivity\"},{\"id\":98,\"kind\":64,\"name\":\"toDestinationNameUrl\",\"url\":\"modules/sap_cloud_sdk_connectivity#toDestinationNameUrl\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"@sap-cloud-sdk/connectivity\"},{\"id\":99,\"kind\":64,\"name\":\"sanitizeDestination\",\"url\":\"modules/sap_cloud_sdk_connectivity#sanitizeDestination\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"@sap-cloud-sdk/connectivity\"},{\"id\":100,\"kind\":256,\"name\":\"CachingOptions\",\"url\":\"interfaces/sap_cloud_sdk_connectivity.CachingOptions\",\"classes\":\"tsd-kind-interface tsd-parent-kind-module\",\"parent\":\"@sap-cloud-sdk/connectivity\"},{\"id\":101,\"kind\":1024,\"name\":\"useCache\",\"url\":\"interfaces/sap_cloud_sdk_connectivity.CachingOptions#useCache\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"@sap-cloud-sdk/connectivity.CachingOptions\"},{\"id\":102,\"kind\":64,\"name\":\"getDestination\",\"url\":\"modules/sap_cloud_sdk_connectivity#getDestination\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"@sap-cloud-sdk/connectivity\"},{\"id\":103,\"kind\":64,\"name\":\"useOrFetchDestination\",\"url\":\"modules/sap_cloud_sdk_connectivity#useOrFetchDestination\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"@sap-cloud-sdk/connectivity\"},{\"id\":104,\"kind\":64,\"name\":\"getDestinationFromDestinationService\",\"url\":\"modules/sap_cloud_sdk_connectivity#getDestinationFromDestinationService\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"@sap-cloud-sdk/connectivity\"},{\"id\":105,\"kind\":64,\"name\":\"alwaysProvider\",\"url\":\"modules/sap_cloud_sdk_connectivity#alwaysProvider-1\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"@sap-cloud-sdk/connectivity\"},{\"id\":106,\"kind\":64,\"name\":\"alwaysSubscriber\",\"url\":\"modules/sap_cloud_sdk_connectivity#alwaysSubscriber-1\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"@sap-cloud-sdk/connectivity\"},{\"id\":107,\"kind\":64,\"name\":\"subscriberFirst\",\"url\":\"modules/sap_cloud_sdk_connectivity#subscriberFirst-1\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"@sap-cloud-sdk/connectivity\"},{\"id\":108,\"kind\":64,\"name\":\"parseProxyEnv\",\"url\":\"modules/sap_cloud_sdk_connectivity#parseProxyEnv\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"@sap-cloud-sdk/connectivity\"},{\"id\":109,\"kind\":8,\"name\":\"Protocol\",\"url\":\"enums/sap_cloud_sdk_connectivity.Protocol-1\",\"classes\":\"tsd-kind-enum tsd-parent-kind-module\",\"parent\":\"@sap-cloud-sdk/connectivity\"},{\"id\":110,\"kind\":16,\"name\":\"HTTP\",\"url\":\"enums/sap_cloud_sdk_connectivity.Protocol-1#HTTP\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"@sap-cloud-sdk/connectivity.Protocol\"},{\"id\":111,\"kind\":16,\"name\":\"HTTPS\",\"url\":\"enums/sap_cloud_sdk_connectivity.Protocol-1#HTTPS\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"@sap-cloud-sdk/connectivity.Protocol\"},{\"id\":112,\"kind\":4,\"name\":\"Protocol\",\"url\":\"modules/sap_cloud_sdk_connectivity.Protocol\",\"classes\":\"tsd-kind-namespace tsd-parent-kind-module\",\"parent\":\"@sap-cloud-sdk/connectivity\"},{\"id\":113,\"kind\":64,\"name\":\"of\",\"url\":\"modules/sap_cloud_sdk_connectivity.Protocol#of\",\"classes\":\"tsd-kind-function tsd-parent-kind-namespace\",\"parent\":\"@sap-cloud-sdk/connectivity.Protocol\"},{\"id\":114,\"kind\":8,\"name\":\"IsolationStrategy\",\"url\":\"enums/sap_cloud_sdk_connectivity.IsolationStrategy\",\"classes\":\"tsd-kind-enum tsd-parent-kind-module\",\"parent\":\"@sap-cloud-sdk/connectivity\"},{\"id\":115,\"kind\":16,\"name\":\"Tenant\",\"url\":\"enums/sap_cloud_sdk_connectivity.IsolationStrategy#Tenant\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"@sap-cloud-sdk/connectivity.IsolationStrategy\"},{\"id\":116,\"kind\":16,\"name\":\"Tenant_User\",\"url\":\"enums/sap_cloud_sdk_connectivity.IsolationStrategy#Tenant_User\",\"classes\":\"tsd-kind-enum-member tsd-parent-kind-enum\",\"parent\":\"@sap-cloud-sdk/connectivity.IsolationStrategy\"},{\"id\":117,\"kind\":64,\"name\":\"decodeJwt\",\"url\":\"modules/sap_cloud_sdk_connectivity#decodeJwt\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"@sap-cloud-sdk/connectivity\"},{\"id\":118,\"kind\":64,\"name\":\"retrieveJwt\",\"url\":\"modules/sap_cloud_sdk_connectivity#retrieveJwt\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"@sap-cloud-sdk/connectivity\"},{\"id\":119,\"kind\":64,\"name\":\"jwtBearerToken\",\"url\":\"modules/sap_cloud_sdk_connectivity#jwtBearerToken\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"@sap-cloud-sdk/connectivity\"},{\"id\":120,\"kind\":64,\"name\":\"serviceToken\",\"url\":\"modules/sap_cloud_sdk_connectivity#serviceToken\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"@sap-cloud-sdk/connectivity\"},{\"id\":121,\"kind\":256,\"name\":\"Destination\",\"url\":\"interfaces/sap_cloud_sdk_connectivity.Destination\",\"classes\":\"tsd-kind-interface tsd-parent-kind-module\",\"parent\":\"@sap-cloud-sdk/connectivity\"},{\"id\":122,\"kind\":1024,\"name\":\"name\",\"url\":\"interfaces/sap_cloud_sdk_connectivity.Destination#name\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"@sap-cloud-sdk/connectivity.Destination\"},{\"id\":123,\"kind\":1024,\"name\":\"url\",\"url\":\"interfaces/sap_cloud_sdk_connectivity.Destination#url\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"@sap-cloud-sdk/connectivity.Destination\"},{\"id\":124,\"kind\":1024,\"name\":\"authentication\",\"url\":\"interfaces/sap_cloud_sdk_connectivity.Destination#authentication\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"@sap-cloud-sdk/connectivity.Destination\"},{\"id\":125,\"kind\":1024,\"name\":\"proxyType\",\"url\":\"interfaces/sap_cloud_sdk_connectivity.Destination#proxyType\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"@sap-cloud-sdk/connectivity.Destination\"},{\"id\":126,\"kind\":1024,\"name\":\"sapClient\",\"url\":\"interfaces/sap_cloud_sdk_connectivity.Destination#sapClient\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"@sap-cloud-sdk/connectivity.Destination\"},{\"id\":127,\"kind\":1024,\"name\":\"username\",\"url\":\"interfaces/sap_cloud_sdk_connectivity.Destination#username\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"@sap-cloud-sdk/connectivity.Destination\"},{\"id\":128,\"kind\":1024,\"name\":\"password\",\"url\":\"interfaces/sap_cloud_sdk_connectivity.Destination#password\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"@sap-cloud-sdk/connectivity.Destination\"},{\"id\":129,\"kind\":1024,\"name\":\"authTokens\",\"url\":\"interfaces/sap_cloud_sdk_connectivity.Destination#authTokens\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"@sap-cloud-sdk/connectivity.Destination\"},{\"id\":130,\"kind\":1024,\"name\":\"isTrustingAllCertificates\",\"url\":\"interfaces/sap_cloud_sdk_connectivity.Destination#isTrustingAllCertificates\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"@sap-cloud-sdk/connectivity.Destination\"},{\"id\":131,\"kind\":1024,\"name\":\"proxyConfiguration\",\"url\":\"interfaces/sap_cloud_sdk_connectivity.Destination#proxyConfiguration\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"@sap-cloud-sdk/connectivity.Destination\"},{\"id\":132,\"kind\":1024,\"name\":\"clientId\",\"url\":\"interfaces/sap_cloud_sdk_connectivity.Destination#clientId\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"@sap-cloud-sdk/connectivity.Destination\"},{\"id\":133,\"kind\":1024,\"name\":\"clientSecret\",\"url\":\"interfaces/sap_cloud_sdk_connectivity.Destination#clientSecret\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"@sap-cloud-sdk/connectivity.Destination\"},{\"id\":134,\"kind\":1024,\"name\":\"tokenServiceUrl\",\"url\":\"interfaces/sap_cloud_sdk_connectivity.Destination#tokenServiceUrl\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"@sap-cloud-sdk/connectivity.Destination\"},{\"id\":135,\"kind\":1024,\"name\":\"tokenServiceUser\",\"url\":\"interfaces/sap_cloud_sdk_connectivity.Destination#tokenServiceUser\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"@sap-cloud-sdk/connectivity.Destination\"},{\"id\":136,\"kind\":1024,\"name\":\"tokenServicePassword\",\"url\":\"interfaces/sap_cloud_sdk_connectivity.Destination#tokenServicePassword\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"@sap-cloud-sdk/connectivity.Destination\"},{\"id\":137,\"kind\":1024,\"name\":\"type\",\"url\":\"interfaces/sap_cloud_sdk_connectivity.Destination#type\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"@sap-cloud-sdk/connectivity.Destination\"},{\"id\":138,\"kind\":1024,\"name\":\"originalProperties\",\"url\":\"interfaces/sap_cloud_sdk_connectivity.Destination#originalProperties\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"@sap-cloud-sdk/connectivity.Destination\"},{\"id\":139,\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/sap_cloud_sdk_connectivity.Destination#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-interface\",\"parent\":\"@sap-cloud-sdk/connectivity.Destination\"},{\"id\":140,\"kind\":1024,\"name\":\"isTestDestination\",\"url\":\"interfaces/sap_cloud_sdk_connectivity.Destination#isTestDestination\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"@sap-cloud-sdk/connectivity.Destination\"},{\"id\":141,\"kind\":1024,\"name\":\"cloudConnectorLocationId\",\"url\":\"interfaces/sap_cloud_sdk_connectivity.Destination#cloudConnectorLocationId\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"@sap-cloud-sdk/connectivity.Destination\"},{\"id\":142,\"kind\":1024,\"name\":\"certificates\",\"url\":\"interfaces/sap_cloud_sdk_connectivity.Destination#certificates\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"@sap-cloud-sdk/connectivity.Destination\"},{\"id\":143,\"kind\":1024,\"name\":\"trustStoreCertificate\",\"url\":\"interfaces/sap_cloud_sdk_connectivity.Destination#trustStoreCertificate\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"@sap-cloud-sdk/connectivity.Destination\"},{\"id\":144,\"kind\":1024,\"name\":\"keyStoreName\",\"url\":\"interfaces/sap_cloud_sdk_connectivity.Destination#keyStoreName\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"@sap-cloud-sdk/connectivity.Destination\"},{\"id\":145,\"kind\":1024,\"name\":\"keyStorePassword\",\"url\":\"interfaces/sap_cloud_sdk_connectivity.Destination#keyStorePassword\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"@sap-cloud-sdk/connectivity.Destination\"},{\"id\":146,\"kind\":1024,\"name\":\"systemUser\",\"url\":\"interfaces/sap_cloud_sdk_connectivity.Destination#systemUser\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"@sap-cloud-sdk/connectivity.Destination\"},{\"id\":147,\"kind\":1024,\"name\":\"headers\",\"url\":\"interfaces/sap_cloud_sdk_connectivity.Destination#headers\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"@sap-cloud-sdk/connectivity.Destination\"},{\"id\":148,\"kind\":1024,\"name\":\"queryParameters\",\"url\":\"interfaces/sap_cloud_sdk_connectivity.Destination#queryParameters\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"@sap-cloud-sdk/connectivity.Destination\"},{\"id\":149,\"kind\":1024,\"name\":\"forwardAuthToken\",\"url\":\"interfaces/sap_cloud_sdk_connectivity.Destination#forwardAuthToken\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"@sap-cloud-sdk/connectivity.Destination\"},{\"id\":150,\"kind\":256,\"name\":\"DestinationFetchOptions\",\"url\":\"interfaces/sap_cloud_sdk_connectivity.DestinationFetchOptions\",\"classes\":\"tsd-kind-interface tsd-parent-kind-module\",\"parent\":\"@sap-cloud-sdk/connectivity\"},{\"id\":151,\"kind\":1024,\"name\":\"destinationName\",\"url\":\"interfaces/sap_cloud_sdk_connectivity.DestinationFetchOptions#destinationName\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"@sap-cloud-sdk/connectivity.DestinationFetchOptions\"},{\"id\":152,\"kind\":1024,\"name\":\"selectionStrategy\",\"url\":\"interfaces/sap_cloud_sdk_connectivity.DestinationFetchOptions#selectionStrategy\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/connectivity.DestinationFetchOptions\"},{\"id\":153,\"kind\":1024,\"name\":\"jwt\",\"url\":\"interfaces/sap_cloud_sdk_connectivity.DestinationFetchOptions#jwt\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/connectivity.DestinationFetchOptions\"},{\"id\":154,\"kind\":1024,\"name\":\"iasToXsuaaTokenExchange\",\"url\":\"interfaces/sap_cloud_sdk_connectivity.DestinationFetchOptions#iasToXsuaaTokenExchange\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/connectivity.DestinationFetchOptions\"},{\"id\":155,\"kind\":1024,\"name\":\"iss\",\"url\":\"interfaces/sap_cloud_sdk_connectivity.DestinationFetchOptions#iss\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/connectivity.DestinationFetchOptions\"},{\"id\":156,\"kind\":1024,\"name\":\"useCache\",\"url\":\"interfaces/sap_cloud_sdk_connectivity.DestinationFetchOptions#useCache\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/connectivity.DestinationFetchOptions\"},{\"id\":157,\"kind\":1024,\"name\":\"enableCircuitBreaker\",\"url\":\"interfaces/sap_cloud_sdk_connectivity.DestinationFetchOptions#enableCircuitBreaker\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/connectivity.DestinationFetchOptions\"},{\"id\":158,\"kind\":1024,\"name\":\"timeout\",\"url\":\"interfaces/sap_cloud_sdk_connectivity.DestinationFetchOptions#timeout\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/connectivity.DestinationFetchOptions\"},{\"id\":159,\"kind\":1024,\"name\":\"isolationStrategy\",\"url\":\"interfaces/sap_cloud_sdk_connectivity.DestinationFetchOptions#isolationStrategy\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/connectivity.DestinationFetchOptions\"},{\"id\":160,\"kind\":1024,\"name\":\"cacheVerificationKeys\",\"url\":\"interfaces/sap_cloud_sdk_connectivity.DestinationFetchOptions#cacheVerificationKeys\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/connectivity.DestinationFetchOptions\"},{\"id\":161,\"kind\":256,\"name\":\"DestinationAccessorOptions\",\"url\":\"interfaces/sap_cloud_sdk_connectivity.DestinationAccessorOptions\",\"classes\":\"tsd-kind-interface tsd-parent-kind-module\",\"parent\":\"@sap-cloud-sdk/connectivity\"},{\"id\":162,\"kind\":1024,\"name\":\"selectionStrategy\",\"url\":\"interfaces/sap_cloud_sdk_connectivity.DestinationAccessorOptions#selectionStrategy\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"@sap-cloud-sdk/connectivity.DestinationAccessorOptions\"},{\"id\":163,\"kind\":1024,\"name\":\"jwt\",\"url\":\"interfaces/sap_cloud_sdk_connectivity.DestinationAccessorOptions#jwt\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"@sap-cloud-sdk/connectivity.DestinationAccessorOptions\"},{\"id\":164,\"kind\":1024,\"name\":\"iasToXsuaaTokenExchange\",\"url\":\"interfaces/sap_cloud_sdk_connectivity.DestinationAccessorOptions#iasToXsuaaTokenExchange\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"@sap-cloud-sdk/connectivity.DestinationAccessorOptions\"},{\"id\":165,\"kind\":1024,\"name\":\"iss\",\"url\":\"interfaces/sap_cloud_sdk_connectivity.DestinationAccessorOptions#iss\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"@sap-cloud-sdk/connectivity.DestinationAccessorOptions\"},{\"id\":166,\"kind\":32,\"name\":\"DestinationSelectionStrategies\",\"url\":\"modules/sap_cloud_sdk_connectivity#DestinationSelectionStrategies\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"@sap-cloud-sdk/connectivity\"},{\"id\":167,\"kind\":65536,\"name\":\"__type\",\"url\":\"modules/sap_cloud_sdk_connectivity#DestinationSelectionStrategies.__type-1\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-variable\",\"parent\":\"@sap-cloud-sdk/connectivity.DestinationSelectionStrategies\"},{\"id\":168,\"kind\":1024,\"name\":\"alwaysProvider\",\"url\":\"modules/sap_cloud_sdk_connectivity#DestinationSelectionStrategies.__type-1.alwaysProvider\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"@sap-cloud-sdk/connectivity.DestinationSelectionStrategies.__type\"},{\"id\":169,\"kind\":1024,\"name\":\"alwaysSubscriber\",\"url\":\"modules/sap_cloud_sdk_connectivity#DestinationSelectionStrategies.__type-1.alwaysSubscriber\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"@sap-cloud-sdk/connectivity.DestinationSelectionStrategies.__type\"},{\"id\":170,\"kind\":1024,\"name\":\"subscriberFirst\",\"url\":\"modules/sap_cloud_sdk_connectivity#DestinationSelectionStrategies.__type-1.subscriberFirst\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"@sap-cloud-sdk/connectivity.DestinationSelectionStrategies.__type\"},{\"id\":171,\"kind\":256,\"name\":\"JwtPayload\",\"url\":\"interfaces/sap_cloud_sdk_connectivity.JwtPayload\",\"classes\":\"tsd-kind-interface tsd-parent-kind-module\",\"parent\":\"@sap-cloud-sdk/connectivity\"},{\"id\":172,\"kind\":1024,\"name\":\"iss\",\"url\":\"interfaces/sap_cloud_sdk_connectivity.JwtPayload#iss\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"@sap-cloud-sdk/connectivity.JwtPayload\"},{\"id\":173,\"kind\":1024,\"name\":\"sub\",\"url\":\"interfaces/sap_cloud_sdk_connectivity.JwtPayload#sub\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"@sap-cloud-sdk/connectivity.JwtPayload\"},{\"id\":174,\"kind\":1024,\"name\":\"aud\",\"url\":\"interfaces/sap_cloud_sdk_connectivity.JwtPayload#aud\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"@sap-cloud-sdk/connectivity.JwtPayload\"},{\"id\":175,\"kind\":1024,\"name\":\"exp\",\"url\":\"interfaces/sap_cloud_sdk_connectivity.JwtPayload#exp\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"@sap-cloud-sdk/connectivity.JwtPayload\"},{\"id\":176,\"kind\":1024,\"name\":\"nbf\",\"url\":\"interfaces/sap_cloud_sdk_connectivity.JwtPayload#nbf\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"@sap-cloud-sdk/connectivity.JwtPayload\"},{\"id\":177,\"kind\":1024,\"name\":\"iat\",\"url\":\"interfaces/sap_cloud_sdk_connectivity.JwtPayload#iat\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"@sap-cloud-sdk/connectivity.JwtPayload\"},{\"id\":178,\"kind\":1024,\"name\":\"jti\",\"url\":\"interfaces/sap_cloud_sdk_connectivity.JwtPayload#jti\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"@sap-cloud-sdk/connectivity.JwtPayload\"},{\"id\":179,\"kind\":256,\"name\":\"ProxyConfiguration\",\"url\":\"interfaces/sap_cloud_sdk_connectivity.ProxyConfiguration\",\"classes\":\"tsd-kind-interface tsd-parent-kind-module\",\"parent\":\"@sap-cloud-sdk/connectivity\"},{\"id\":180,\"kind\":1024,\"name\":\"host\",\"url\":\"interfaces/sap_cloud_sdk_connectivity.ProxyConfiguration#host\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"@sap-cloud-sdk/connectivity.ProxyConfiguration\"},{\"id\":181,\"kind\":1024,\"name\":\"port\",\"url\":\"interfaces/sap_cloud_sdk_connectivity.ProxyConfiguration#port\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"@sap-cloud-sdk/connectivity.ProxyConfiguration\"},{\"id\":182,\"kind\":1024,\"name\":\"protocol\",\"url\":\"interfaces/sap_cloud_sdk_connectivity.ProxyConfiguration#protocol\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"@sap-cloud-sdk/connectivity.ProxyConfiguration\"},{\"id\":183,\"kind\":1024,\"name\":\"headers\",\"url\":\"interfaces/sap_cloud_sdk_connectivity.ProxyConfiguration#headers\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"@sap-cloud-sdk/connectivity.ProxyConfiguration\"},{\"id\":184,\"kind\":256,\"name\":\"ProxyConfigurationHeaders\",\"url\":\"interfaces/sap_cloud_sdk_connectivity.ProxyConfigurationHeaders\",\"classes\":\"tsd-kind-interface tsd-parent-kind-module\",\"parent\":\"@sap-cloud-sdk/connectivity\"},{\"id\":185,\"kind\":1024,\"name\":\"Proxy-Authorization\",\"url\":\"interfaces/sap_cloud_sdk_connectivity.ProxyConfigurationHeaders#Proxy_Authorization\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"@sap-cloud-sdk/connectivity.ProxyConfigurationHeaders\"},{\"id\":186,\"kind\":1024,\"name\":\"SAP-Connectivity-Authentication\",\"url\":\"interfaces/sap_cloud_sdk_connectivity.ProxyConfigurationHeaders#SAP_Connectivity_Authentication\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"@sap-cloud-sdk/connectivity.ProxyConfigurationHeaders\"},{\"id\":187,\"kind\":256,\"name\":\"ResilienceOptions\",\"url\":\"interfaces/sap_cloud_sdk_connectivity.ResilienceOptions\",\"classes\":\"tsd-kind-interface tsd-parent-kind-module\",\"parent\":\"@sap-cloud-sdk/connectivity\"},{\"id\":188,\"kind\":1024,\"name\":\"enableCircuitBreaker\",\"url\":\"interfaces/sap_cloud_sdk_connectivity.ResilienceOptions#enableCircuitBreaker\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"@sap-cloud-sdk/connectivity.ResilienceOptions\"},{\"id\":189,\"kind\":1024,\"name\":\"timeout\",\"url\":\"interfaces/sap_cloud_sdk_connectivity.ResilienceOptions#timeout\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"@sap-cloud-sdk/connectivity.ResilienceOptions\"},{\"id\":190,\"kind\":256,\"name\":\"Service\",\"url\":\"interfaces/sap_cloud_sdk_connectivity.Service\",\"classes\":\"tsd-kind-interface tsd-parent-kind-module\",\"parent\":\"@sap-cloud-sdk/connectivity\"},{\"id\":191,\"kind\":1024,\"name\":\"name\",\"url\":\"interfaces/sap_cloud_sdk_connectivity.Service#name\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"@sap-cloud-sdk/connectivity.Service\"},{\"id\":192,\"kind\":1024,\"name\":\"label\",\"url\":\"interfaces/sap_cloud_sdk_connectivity.Service#label\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"@sap-cloud-sdk/connectivity.Service\"},{\"id\":193,\"kind\":1024,\"name\":\"tags\",\"url\":\"interfaces/sap_cloud_sdk_connectivity.Service#tags\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"@sap-cloud-sdk/connectivity.Service\"},{\"id\":194,\"kind\":1024,\"name\":\"credentials\",\"url\":\"interfaces/sap_cloud_sdk_connectivity.Service#credentials\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"@sap-cloud-sdk/connectivity.Service\"},{\"id\":195,\"kind\":256,\"name\":\"VerifyJwtOptions\",\"url\":\"interfaces/sap_cloud_sdk_connectivity.VerifyJwtOptions\",\"classes\":\"tsd-kind-interface tsd-parent-kind-module\",\"parent\":\"@sap-cloud-sdk/connectivity\"},{\"id\":196,\"kind\":1024,\"name\":\"cacheVerificationKeys\",\"url\":\"interfaces/sap_cloud_sdk_connectivity.VerifyJwtOptions#cacheVerificationKeys\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"@sap-cloud-sdk/connectivity.VerifyJwtOptions\"},{\"id\":197,\"kind\":64,\"name\":\"buildHeadersForDestination\",\"url\":\"modules/sap_cloud_sdk_connectivity#buildHeadersForDestination\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"@sap-cloud-sdk/connectivity\"},{\"id\":198,\"kind\":64,\"name\":\"getClientCredentialsToken\",\"url\":\"modules/sap_cloud_sdk_connectivity#getClientCredentialsToken\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"@sap-cloud-sdk/connectivity\"},{\"id\":199,\"kind\":64,\"name\":\"getUserToken\",\"url\":\"modules/sap_cloud_sdk_connectivity#getUserToken\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"@sap-cloud-sdk/connectivity\"},{\"id\":200,\"kind\":64,\"name\":\"registerDestination\",\"url\":\"modules/sap_cloud_sdk_connectivity#registerDestination\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"@sap-cloud-sdk/connectivity\"},{\"id\":201,\"kind\":4194304,\"name\":\"DestinationRetrievalOptions\",\"url\":\"modules/sap_cloud_sdk_connectivity#DestinationRetrievalOptions\",\"classes\":\"tsd-kind-type-alias tsd-parent-kind-module\",\"parent\":\"@sap-cloud-sdk/connectivity\"},{\"id\":202,\"kind\":4194304,\"name\":\"DestinationSelectionStrategy\",\"url\":\"modules/sap_cloud_sdk_connectivity#DestinationSelectionStrategy\",\"classes\":\"tsd-kind-type-alias tsd-parent-kind-module\",\"parent\":\"@sap-cloud-sdk/connectivity\"},{\"id\":203,\"kind\":65536,\"name\":\"__type\",\"url\":\"modules/sap_cloud_sdk_connectivity#DestinationSelectionStrategy.__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias\",\"parent\":\"@sap-cloud-sdk/connectivity.DestinationSelectionStrategy\"},{\"id\":204,\"kind\":4194304,\"name\":\"DestinationOrFetchOptions\",\"url\":\"modules/sap_cloud_sdk_connectivity#DestinationOrFetchOptions\",\"classes\":\"tsd-kind-type-alias tsd-parent-kind-module\",\"parent\":\"@sap-cloud-sdk/connectivity\"},{\"id\":205,\"kind\":4194304,\"name\":\"DestinationOptions\",\"url\":\"modules/sap_cloud_sdk_connectivity#DestinationOptions\",\"classes\":\"tsd-kind-type-alias tsd-parent-kind-module\",\"parent\":\"@sap-cloud-sdk/connectivity\"},{\"id\":206,\"kind\":4194304,\"name\":\"ServiceCredentials\",\"url\":\"modules/sap_cloud_sdk_connectivity#ServiceCredentials\",\"classes\":\"tsd-kind-type-alias tsd-parent-kind-module\",\"parent\":\"@sap-cloud-sdk/connectivity\"},{\"id\":207,\"kind\":64,\"name\":\"getAgentConfig\",\"url\":\"modules/sap_cloud_sdk_connectivity#getAgentConfig\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"@sap-cloud-sdk/connectivity\"},{\"id\":208,\"kind\":64,\"name\":\"buildHttpRequest\",\"url\":\"modules/sap_cloud_sdk_http_client#buildHttpRequest\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"@sap-cloud-sdk/http-client\"},{\"id\":209,\"kind\":64,\"name\":\"encodeAllParameters\",\"url\":\"modules/sap_cloud_sdk_http_client#encodeAllParameters\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"@sap-cloud-sdk/http-client\"},{\"id\":210,\"kind\":64,\"name\":\"executeHttpRequest\",\"url\":\"modules/sap_cloud_sdk_http_client#executeHttpRequest\",\"classes\":\"tsd-kind-function tsd-parent-kind-module tsd-has-type-parameter\",\"parent\":\"@sap-cloud-sdk/http-client\"},{\"id\":211,\"kind\":256,\"name\":\"HttpRequestOptions\",\"url\":\"interfaces/sap_cloud_sdk_http_client.HttpRequestOptions\",\"classes\":\"tsd-kind-interface tsd-parent-kind-module\",\"parent\":\"@sap-cloud-sdk/http-client\"},{\"id\":212,\"kind\":1024,\"name\":\"fetchCsrfToken\",\"url\":\"interfaces/sap_cloud_sdk_http_client.HttpRequestOptions#fetchCsrfToken\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"@sap-cloud-sdk/http-client.HttpRequestOptions\"},{\"id\":213,\"kind\":256,\"name\":\"HttpResponse\",\"url\":\"interfaces/sap_cloud_sdk_http_client.HttpResponse\",\"classes\":\"tsd-kind-interface tsd-parent-kind-module\",\"parent\":\"@sap-cloud-sdk/http-client\"},{\"id\":214,\"kind\":1024,\"name\":\"data\",\"url\":\"interfaces/sap_cloud_sdk_http_client.HttpResponse#data\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/http-client.HttpResponse\"},{\"id\":215,\"kind\":1024,\"name\":\"status\",\"url\":\"interfaces/sap_cloud_sdk_http_client.HttpResponse#status\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/http-client.HttpResponse\"},{\"id\":216,\"kind\":1024,\"name\":\"headers\",\"url\":\"interfaces/sap_cloud_sdk_http_client.HttpResponse#headers\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/http-client.HttpResponse\"},{\"id\":217,\"kind\":1024,\"name\":\"request\",\"url\":\"interfaces/sap_cloud_sdk_http_client.HttpResponse#request\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/http-client.HttpResponse\"},{\"id\":218,\"kind\":4194304,\"name\":\"Method\",\"url\":\"modules/sap_cloud_sdk_http_client#Method\",\"classes\":\"tsd-kind-type-alias tsd-parent-kind-module\",\"parent\":\"@sap-cloud-sdk/http-client\"},{\"id\":219,\"kind\":256,\"name\":\"OriginOptions\",\"url\":\"interfaces/sap_cloud_sdk_http_client.OriginOptions\",\"classes\":\"tsd-kind-interface tsd-parent-kind-module\",\"parent\":\"@sap-cloud-sdk/http-client\"},{\"id\":220,\"kind\":1024,\"name\":\"requestConfig\",\"url\":\"interfaces/sap_cloud_sdk_http_client.OriginOptions#requestConfig\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"@sap-cloud-sdk/http-client.OriginOptions\"},{\"id\":221,\"kind\":1024,\"name\":\"custom\",\"url\":\"interfaces/sap_cloud_sdk_http_client.OriginOptions#custom\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"@sap-cloud-sdk/http-client.OriginOptions\"},{\"id\":222,\"kind\":4194304,\"name\":\"ParameterEncoder\",\"url\":\"modules/sap_cloud_sdk_http_client#ParameterEncoder\",\"classes\":\"tsd-kind-type-alias tsd-parent-kind-module\",\"parent\":\"@sap-cloud-sdk/http-client\"},{\"id\":223,\"kind\":65536,\"name\":\"__type\",\"url\":\"modules/sap_cloud_sdk_http_client#ParameterEncoder.__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias\",\"parent\":\"@sap-cloud-sdk/http-client.ParameterEncoder\"},{\"id\":224,\"kind\":4194304,\"name\":\"HttpRequestConfig\",\"url\":\"modules/sap_cloud_sdk_http_client#HttpRequestConfig\",\"classes\":\"tsd-kind-type-alias tsd-parent-kind-module\",\"parent\":\"@sap-cloud-sdk/http-client\"},{\"id\":225,\"kind\":4194304,\"name\":\"HttpRequestConfigWithOrigin\",\"url\":\"modules/sap_cloud_sdk_http_client#HttpRequestConfigWithOrigin\",\"classes\":\"tsd-kind-type-alias tsd-parent-kind-module\",\"parent\":\"@sap-cloud-sdk/http-client\"},{\"id\":226,\"kind\":64,\"name\":\"mergeOptionsWithPriority\",\"url\":\"modules/sap_cloud_sdk_http_client#mergeOptionsWithPriority\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"@sap-cloud-sdk/http-client\"},{\"id\":227,\"kind\":64,\"name\":\"and\",\"url\":\"modules/sap_cloud_sdk_odata_common#and\",\"classes\":\"tsd-kind-function tsd-parent-kind-module tsd-has-type-parameter\",\"parent\":\"@sap-cloud-sdk/odata-common\"},{\"id\":228,\"kind\":64,\"name\":\"or\",\"url\":\"modules/sap_cloud_sdk_odata_common#or\",\"classes\":\"tsd-kind-function tsd-parent-kind-module tsd-has-type-parameter\",\"parent\":\"@sap-cloud-sdk/odata-common\"},{\"id\":229,\"kind\":64,\"name\":\"not\",\"url\":\"modules/sap_cloud_sdk_odata_common#not\",\"classes\":\"tsd-kind-function tsd-parent-kind-module tsd-has-type-parameter\",\"parent\":\"@sap-cloud-sdk/odata-common\"},{\"id\":230,\"kind\":256,\"name\":\"Time\",\"url\":\"interfaces/sap_cloud_sdk_odata_common.Time\",\"classes\":\"tsd-kind-interface tsd-parent-kind-module\",\"parent\":\"@sap-cloud-sdk/odata-common\"},{\"id\":231,\"kind\":1024,\"name\":\"hours\",\"url\":\"interfaces/sap_cloud_sdk_odata_common.Time#hours\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"@sap-cloud-sdk/odata-common.Time\"},{\"id\":232,\"kind\":1024,\"name\":\"minutes\",\"url\":\"interfaces/sap_cloud_sdk_odata_common.Time#minutes\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"@sap-cloud-sdk/odata-common.Time\"},{\"id\":233,\"kind\":1024,\"name\":\"seconds\",\"url\":\"interfaces/sap_cloud_sdk_odata_common.Time#seconds\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"@sap-cloud-sdk/odata-common.Time\"},{\"id\":234,\"kind\":128,\"name\":\"AllFields\",\"url\":\"classes/sap_cloud_sdk_odata_common.AllFields\",\"classes\":\"tsd-kind-class tsd-parent-kind-module tsd-has-type-parameter\",\"parent\":\"@sap-cloud-sdk/odata-common\"},{\"id\":235,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/sap_cloud_sdk_odata_common.AllFields#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-has-type-parameter\",\"parent\":\"@sap-cloud-sdk/odata-common.AllFields\"},{\"id\":236,\"kind\":1024,\"name\":\"_fieldName\",\"url\":\"classes/sap_cloud_sdk_odata_common.AllFields#_fieldName\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"@sap-cloud-sdk/odata-common.AllFields\"},{\"id\":237,\"kind\":1024,\"name\":\"_entityConstructor\",\"url\":\"classes/sap_cloud_sdk_odata_common.AllFields#_entityConstructor\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"@sap-cloud-sdk/odata-common.AllFields\"},{\"id\":238,\"kind\":1024,\"name\":\"selectable\",\"url\":\"classes/sap_cloud_sdk_odata_common.AllFields#selectable\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"@sap-cloud-sdk/odata-common.AllFields\"},{\"id\":239,\"kind\":128,\"name\":\"CollectionField\",\"url\":\"classes/sap_cloud_sdk_odata_common.CollectionField\",\"classes\":\"tsd-kind-class tsd-parent-kind-module tsd-has-type-parameter\",\"parent\":\"@sap-cloud-sdk/odata-common\"},{\"id\":240,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/sap_cloud_sdk_odata_common.CollectionField#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-has-type-parameter tsd-is-overwrite\",\"parent\":\"@sap-cloud-sdk/odata-common.CollectionField\"},{\"id\":241,\"kind\":1024,\"name\":\"_fieldOf\",\"url\":\"classes/sap_cloud_sdk_odata_common.CollectionField#_fieldOf\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"@sap-cloud-sdk/odata-common.CollectionField\"},{\"id\":242,\"kind\":1024,\"name\":\"_fieldType\",\"url\":\"classes/sap_cloud_sdk_odata_common.CollectionField#_fieldType\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"@sap-cloud-sdk/odata-common.CollectionField\"},{\"id\":243,\"kind\":1024,\"name\":\"_deSerializers\",\"url\":\"classes/sap_cloud_sdk_odata_common.CollectionField#_deSerializers\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"@sap-cloud-sdk/odata-common.CollectionField\"},{\"id\":244,\"kind\":2048,\"name\":\"fieldPath\",\"url\":\"classes/sap_cloud_sdk_odata_common.CollectionField#fieldPath\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"@sap-cloud-sdk/odata-common.CollectionField\"},{\"id\":245,\"kind\":1024,\"name\":\"_fieldName\",\"url\":\"classes/sap_cloud_sdk_odata_common.CollectionField#_fieldName\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-common.CollectionField\"},{\"id\":246,\"kind\":1024,\"name\":\"_entityConstructor\",\"url\":\"classes/sap_cloud_sdk_odata_common.CollectionField#_entityConstructor\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-common.CollectionField\"},{\"id\":247,\"kind\":1024,\"name\":\"_fieldOptions\",\"url\":\"classes/sap_cloud_sdk_odata_common.CollectionField#_fieldOptions\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-common.CollectionField\"},{\"id\":248,\"kind\":128,\"name\":\"ComplexTypeField\",\"url\":\"classes/sap_cloud_sdk_odata_common.ComplexTypeField\",\"classes\":\"tsd-kind-class tsd-parent-kind-module tsd-has-type-parameter\",\"parent\":\"@sap-cloud-sdk/odata-common\"},{\"id\":249,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/sap_cloud_sdk_odata_common.ComplexTypeField#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-has-type-parameter tsd-is-overwrite\",\"parent\":\"@sap-cloud-sdk/odata-common.ComplexTypeField\"},{\"id\":250,\"kind\":1024,\"name\":\"fieldOf\",\"url\":\"classes/sap_cloud_sdk_odata_common.ComplexTypeField#fieldOf\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"@sap-cloud-sdk/odata-common.ComplexTypeField\"},{\"id\":251,\"kind\":1024,\"name\":\"deSerializers\",\"url\":\"classes/sap_cloud_sdk_odata_common.ComplexTypeField#deSerializers\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"@sap-cloud-sdk/odata-common.ComplexTypeField\"},{\"id\":252,\"kind\":1024,\"name\":\"_complexType\",\"url\":\"classes/sap_cloud_sdk_odata_common.ComplexTypeField#_complexType\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"@sap-cloud-sdk/odata-common.ComplexTypeField\"},{\"id\":253,\"kind\":1024,\"name\":\"complexTypeName\",\"url\":\"classes/sap_cloud_sdk_odata_common.ComplexTypeField#complexTypeName\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"@sap-cloud-sdk/odata-common.ComplexTypeField\"},{\"id\":254,\"kind\":2048,\"name\":\"fieldPath\",\"url\":\"classes/sap_cloud_sdk_odata_common.ComplexTypeField#fieldPath\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"@sap-cloud-sdk/odata-common.ComplexTypeField\"},{\"id\":255,\"kind\":1024,\"name\":\"_fieldName\",\"url\":\"classes/sap_cloud_sdk_odata_common.ComplexTypeField#_fieldName\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-common.ComplexTypeField\"},{\"id\":256,\"kind\":1024,\"name\":\"_entityConstructor\",\"url\":\"classes/sap_cloud_sdk_odata_common.ComplexTypeField#_entityConstructor\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-common.ComplexTypeField\"},{\"id\":257,\"kind\":1024,\"name\":\"_fieldOptions\",\"url\":\"classes/sap_cloud_sdk_odata_common.ComplexTypeField#_fieldOptions\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-common.ComplexTypeField\"},{\"id\":258,\"kind\":4194304,\"name\":\"ConstructorOrField\",\"url\":\"modules/sap_cloud_sdk_odata_common#ConstructorOrField\",\"classes\":\"tsd-kind-type-alias tsd-parent-kind-module tsd-has-type-parameter\",\"parent\":\"@sap-cloud-sdk/odata-common\"},{\"id\":259,\"kind\":128,\"name\":\"EdmTypeField\",\"url\":\"classes/sap_cloud_sdk_odata_common.EdmTypeField\",\"classes\":\"tsd-kind-class tsd-parent-kind-module tsd-has-type-parameter\",\"parent\":\"@sap-cloud-sdk/odata-common\"},{\"id\":260,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/sap_cloud_sdk_odata_common.EdmTypeField#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-has-type-parameter tsd-is-overwrite\",\"parent\":\"@sap-cloud-sdk/odata-common.EdmTypeField\"},{\"id\":261,\"kind\":1024,\"name\":\"_fieldOf\",\"url\":\"classes/sap_cloud_sdk_odata_common.EdmTypeField#_fieldOf\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"@sap-cloud-sdk/odata-common.EdmTypeField\"},{\"id\":262,\"kind\":1024,\"name\":\"edmType\",\"url\":\"classes/sap_cloud_sdk_odata_common.EdmTypeField#edmType\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"@sap-cloud-sdk/odata-common.EdmTypeField\"},{\"id\":263,\"kind\":1024,\"name\":\"_deSerializers\",\"url\":\"classes/sap_cloud_sdk_odata_common.EdmTypeField#_deSerializers\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"@sap-cloud-sdk/odata-common.EdmTypeField\"},{\"id\":264,\"kind\":1024,\"name\":\"_entity\",\"url\":\"classes/sap_cloud_sdk_odata_common.EdmTypeField#_entity\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"@sap-cloud-sdk/odata-common.EdmTypeField\"},{\"id\":265,\"kind\":2048,\"name\":\"equals\",\"url\":\"classes/sap_cloud_sdk_odata_common.EdmTypeField#equals\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"@sap-cloud-sdk/odata-common.EdmTypeField\"},{\"id\":266,\"kind\":2048,\"name\":\"notEquals\",\"url\":\"classes/sap_cloud_sdk_odata_common.EdmTypeField#notEquals\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"@sap-cloud-sdk/odata-common.EdmTypeField\"},{\"id\":267,\"kind\":2048,\"name\":\"fieldPath\",\"url\":\"classes/sap_cloud_sdk_odata_common.EdmTypeField#fieldPath\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"@sap-cloud-sdk/odata-common.EdmTypeField\"},{\"id\":268,\"kind\":1024,\"name\":\"_fieldName\",\"url\":\"classes/sap_cloud_sdk_odata_common.EdmTypeField#_fieldName\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-common.EdmTypeField\"},{\"id\":269,\"kind\":1024,\"name\":\"_entityConstructor\",\"url\":\"classes/sap_cloud_sdk_odata_common.EdmTypeField#_entityConstructor\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-common.EdmTypeField\"},{\"id\":270,\"kind\":1024,\"name\":\"_fieldOptions\",\"url\":\"classes/sap_cloud_sdk_odata_common.EdmTypeField#_fieldOptions\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-common.EdmTypeField\"},{\"id\":271,\"kind\":128,\"name\":\"EnumField\",\"url\":\"classes/sap_cloud_sdk_odata_common.EnumField\",\"classes\":\"tsd-kind-class tsd-parent-kind-module tsd-has-type-parameter\",\"parent\":\"@sap-cloud-sdk/odata-common\"},{\"id\":272,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/sap_cloud_sdk_odata_common.EnumField#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-has-type-parameter tsd-is-overwrite\",\"parent\":\"@sap-cloud-sdk/odata-common.EnumField\"},{\"id\":273,\"kind\":1024,\"name\":\"_fieldOf\",\"url\":\"classes/sap_cloud_sdk_odata_common.EnumField#_fieldOf\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"@sap-cloud-sdk/odata-common.EnumField\"},{\"id\":274,\"kind\":1024,\"name\":\"enumType\",\"url\":\"classes/sap_cloud_sdk_odata_common.EnumField#enumType\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"@sap-cloud-sdk/odata-common.EnumField\"},{\"id\":275,\"kind\":1024,\"name\":\"edmType\",\"url\":\"classes/sap_cloud_sdk_odata_common.EnumField#edmType\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"@sap-cloud-sdk/odata-common.EnumField\"},{\"id\":276,\"kind\":2048,\"name\":\"fieldPath\",\"url\":\"classes/sap_cloud_sdk_odata_common.EnumField#fieldPath\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"@sap-cloud-sdk/odata-common.EnumField\"},{\"id\":277,\"kind\":2048,\"name\":\"equals\",\"url\":\"classes/sap_cloud_sdk_odata_common.EnumField#equals\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"@sap-cloud-sdk/odata-common.EnumField\"},{\"id\":278,\"kind\":2048,\"name\":\"notEquals\",\"url\":\"classes/sap_cloud_sdk_odata_common.EnumField#notEquals\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"@sap-cloud-sdk/odata-common.EnumField\"},{\"id\":279,\"kind\":1024,\"name\":\"_fieldName\",\"url\":\"classes/sap_cloud_sdk_odata_common.EnumField#_fieldName\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-common.EnumField\"},{\"id\":280,\"kind\":1024,\"name\":\"_entityConstructor\",\"url\":\"classes/sap_cloud_sdk_odata_common.EnumField#_entityConstructor\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-common.EnumField\"},{\"id\":281,\"kind\":1024,\"name\":\"_fieldOptions\",\"url\":\"classes/sap_cloud_sdk_odata_common.EnumField#_fieldOptions\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-common.EnumField\"},{\"id\":282,\"kind\":128,\"name\":\"FieldBuilder\",\"url\":\"classes/sap_cloud_sdk_odata_common.FieldBuilder\",\"classes\":\"tsd-kind-class tsd-parent-kind-module tsd-has-type-parameter\",\"parent\":\"@sap-cloud-sdk/odata-common\"},{\"id\":283,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/sap_cloud_sdk_odata_common.FieldBuilder#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-has-type-parameter\",\"parent\":\"@sap-cloud-sdk/odata-common.FieldBuilder\"},{\"id\":284,\"kind\":1024,\"name\":\"fieldOf\",\"url\":\"classes/sap_cloud_sdk_odata_common.FieldBuilder#fieldOf\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"@sap-cloud-sdk/odata-common.FieldBuilder\"},{\"id\":285,\"kind\":2048,\"name\":\"buildEdmTypeField\",\"url\":\"classes/sap_cloud_sdk_odata_common.FieldBuilder#buildEdmTypeField\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter\",\"parent\":\"@sap-cloud-sdk/odata-common.FieldBuilder\"},{\"id\":286,\"kind\":2048,\"name\":\"buildComplexTypeField\",\"url\":\"classes/sap_cloud_sdk_odata_common.FieldBuilder#buildComplexTypeField\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter\",\"parent\":\"@sap-cloud-sdk/odata-common.FieldBuilder\"},{\"id\":287,\"kind\":2048,\"name\":\"buildCollectionField\",\"url\":\"classes/sap_cloud_sdk_odata_common.FieldBuilder#buildCollectionField\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter\",\"parent\":\"@sap-cloud-sdk/odata-common.FieldBuilder\"},{\"id\":288,\"kind\":2048,\"name\":\"buildEnumField\",\"url\":\"classes/sap_cloud_sdk_odata_common.FieldBuilder#buildEnumField\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter\",\"parent\":\"@sap-cloud-sdk/odata-common.FieldBuilder\"},{\"id\":289,\"kind\":256,\"name\":\"FieldOptions\",\"url\":\"interfaces/sap_cloud_sdk_odata_common.FieldOptions\",\"classes\":\"tsd-kind-interface tsd-parent-kind-module tsd-has-type-parameter\",\"parent\":\"@sap-cloud-sdk/odata-common\"},{\"id\":290,\"kind\":1024,\"name\":\"isNullable\",\"url\":\"interfaces/sap_cloud_sdk_odata_common.FieldOptions#isNullable\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"@sap-cloud-sdk/odata-common.FieldOptions\"},{\"id\":291,\"kind\":1024,\"name\":\"isSelectable\",\"url\":\"interfaces/sap_cloud_sdk_odata_common.FieldOptions#isSelectable\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"@sap-cloud-sdk/odata-common.FieldOptions\"},{\"id\":292,\"kind\":128,\"name\":\"Link\",\"url\":\"classes/sap_cloud_sdk_odata_common.Link\",\"classes\":\"tsd-kind-class tsd-parent-kind-module tsd-has-type-parameter\",\"parent\":\"@sap-cloud-sdk/odata-common\"},{\"id\":293,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/sap_cloud_sdk_odata_common.Link#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-has-type-parameter\",\"parent\":\"@sap-cloud-sdk/odata-common.Link\"},{\"id\":294,\"kind\":1024,\"name\":\"_fieldName\",\"url\":\"classes/sap_cloud_sdk_odata_common.Link#_fieldName\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"@sap-cloud-sdk/odata-common.Link\"},{\"id\":295,\"kind\":1024,\"name\":\"_entityApi\",\"url\":\"classes/sap_cloud_sdk_odata_common.Link#_entityApi\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"@sap-cloud-sdk/odata-common.Link\"},{\"id\":296,\"kind\":1024,\"name\":\"_linkedEntityApi\",\"url\":\"classes/sap_cloud_sdk_odata_common.Link#_linkedEntityApi\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"@sap-cloud-sdk/odata-common.Link\"},{\"id\":297,\"kind\":1024,\"name\":\"_entity\",\"url\":\"classes/sap_cloud_sdk_odata_common.Link#_entity\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"@sap-cloud-sdk/odata-common.Link\"},{\"id\":298,\"kind\":1024,\"name\":\"_deSerializers\",\"url\":\"classes/sap_cloud_sdk_odata_common.Link#_deSerializers\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"@sap-cloud-sdk/odata-common.Link\"},{\"id\":299,\"kind\":1024,\"name\":\"_selects\",\"url\":\"classes/sap_cloud_sdk_odata_common.Link#_selects\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"@sap-cloud-sdk/odata-common.Link\"},{\"id\":300,\"kind\":1024,\"name\":\"_expand\",\"url\":\"classes/sap_cloud_sdk_odata_common.Link#_expand\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"@sap-cloud-sdk/odata-common.Link\"},{\"id\":301,\"kind\":2048,\"name\":\"select\",\"url\":\"classes/sap_cloud_sdk_odata_common.Link#select\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"@sap-cloud-sdk/odata-common.Link\"},{\"id\":302,\"kind\":2048,\"name\":\"expand\",\"url\":\"classes/sap_cloud_sdk_odata_common.Link#expand\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"@sap-cloud-sdk/odata-common.Link\"},{\"id\":303,\"kind\":2048,\"name\":\"clone\",\"url\":\"classes/sap_cloud_sdk_odata_common.Link#clone\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"@sap-cloud-sdk/odata-common.Link\"},{\"id\":304,\"kind\":128,\"name\":\"OneToManyLink\",\"url\":\"classes/sap_cloud_sdk_odata_common.OneToManyLink\",\"classes\":\"tsd-kind-class tsd-parent-kind-module tsd-has-type-parameter\",\"parent\":\"@sap-cloud-sdk/odata-common\"},{\"id\":305,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/sap_cloud_sdk_odata_common.OneToManyLink#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-common.OneToManyLink\"},{\"id\":306,\"kind\":1024,\"name\":\"_filters\",\"url\":\"classes/sap_cloud_sdk_odata_common.OneToManyLink#_filters\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"@sap-cloud-sdk/odata-common.OneToManyLink\"},{\"id\":307,\"kind\":1024,\"name\":\"_orderBy\",\"url\":\"classes/sap_cloud_sdk_odata_common.OneToManyLink#_orderBy\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"@sap-cloud-sdk/odata-common.OneToManyLink\"},{\"id\":308,\"kind\":1024,\"name\":\"_top\",\"url\":\"classes/sap_cloud_sdk_odata_common.OneToManyLink#_top\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"@sap-cloud-sdk/odata-common.OneToManyLink\"},{\"id\":309,\"kind\":1024,\"name\":\"_skip\",\"url\":\"classes/sap_cloud_sdk_odata_common.OneToManyLink#_skip\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"@sap-cloud-sdk/odata-common.OneToManyLink\"},{\"id\":310,\"kind\":2048,\"name\":\"clone\",\"url\":\"classes/sap_cloud_sdk_odata_common.OneToManyLink#clone\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"@sap-cloud-sdk/odata-common.OneToManyLink\"},{\"id\":311,\"kind\":2048,\"name\":\"filter\",\"url\":\"classes/sap_cloud_sdk_odata_common.OneToManyLink#filter\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"@sap-cloud-sdk/odata-common.OneToManyLink\"},{\"id\":312,\"kind\":2048,\"name\":\"orderBy\",\"url\":\"classes/sap_cloud_sdk_odata_common.OneToManyLink#orderBy\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"@sap-cloud-sdk/odata-common.OneToManyLink\"},{\"id\":313,\"kind\":2048,\"name\":\"top\",\"url\":\"classes/sap_cloud_sdk_odata_common.OneToManyLink#top\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"@sap-cloud-sdk/odata-common.OneToManyLink\"},{\"id\":314,\"kind\":2048,\"name\":\"skip\",\"url\":\"classes/sap_cloud_sdk_odata_common.OneToManyLink#skip\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"@sap-cloud-sdk/odata-common.OneToManyLink\"},{\"id\":315,\"kind\":1024,\"name\":\"_fieldName\",\"url\":\"classes/sap_cloud_sdk_odata_common.OneToManyLink#_fieldName\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-common.OneToManyLink\"},{\"id\":316,\"kind\":1024,\"name\":\"_entityApi\",\"url\":\"classes/sap_cloud_sdk_odata_common.OneToManyLink#_entityApi\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-common.OneToManyLink\"},{\"id\":317,\"kind\":1024,\"name\":\"_linkedEntityApi\",\"url\":\"classes/sap_cloud_sdk_odata_common.OneToManyLink#_linkedEntityApi\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-common.OneToManyLink\"},{\"id\":318,\"kind\":1024,\"name\":\"_entity\",\"url\":\"classes/sap_cloud_sdk_odata_common.OneToManyLink#_entity\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-common.OneToManyLink\"},{\"id\":319,\"kind\":1024,\"name\":\"_deSerializers\",\"url\":\"classes/sap_cloud_sdk_odata_common.OneToManyLink#_deSerializers\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-common.OneToManyLink\"},{\"id\":320,\"kind\":1024,\"name\":\"_selects\",\"url\":\"classes/sap_cloud_sdk_odata_common.OneToManyLink#_selects\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-common.OneToManyLink\"},{\"id\":321,\"kind\":1024,\"name\":\"_expand\",\"url\":\"classes/sap_cloud_sdk_odata_common.OneToManyLink#_expand\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-common.OneToManyLink\"},{\"id\":322,\"kind\":2048,\"name\":\"select\",\"url\":\"classes/sap_cloud_sdk_odata_common.OneToManyLink#select\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-common.OneToManyLink\"},{\"id\":323,\"kind\":2048,\"name\":\"expand\",\"url\":\"classes/sap_cloud_sdk_odata_common.OneToManyLink#expand\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-common.OneToManyLink\"},{\"id\":324,\"kind\":128,\"name\":\"OneToOneLink\",\"url\":\"classes/sap_cloud_sdk_odata_common.OneToOneLink\",\"classes\":\"tsd-kind-class tsd-parent-kind-module tsd-has-type-parameter\",\"parent\":\"@sap-cloud-sdk/odata-common\"},{\"id\":325,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/sap_cloud_sdk_odata_common.OneToOneLink#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-common.OneToOneLink\"},{\"id\":326,\"kind\":1024,\"name\":\"orderBys\",\"url\":\"classes/sap_cloud_sdk_odata_common.OneToOneLink#orderBys\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"@sap-cloud-sdk/odata-common.OneToOneLink\"},{\"id\":327,\"kind\":1024,\"name\":\"filters\",\"url\":\"classes/sap_cloud_sdk_odata_common.OneToOneLink#filters\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"@sap-cloud-sdk/odata-common.OneToOneLink\"},{\"id\":328,\"kind\":2048,\"name\":\"clone\",\"url\":\"classes/sap_cloud_sdk_odata_common.OneToOneLink#clone\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"@sap-cloud-sdk/odata-common.OneToOneLink\"},{\"id\":329,\"kind\":2048,\"name\":\"orderBy\",\"url\":\"classes/sap_cloud_sdk_odata_common.OneToOneLink#orderBy\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"@sap-cloud-sdk/odata-common.OneToOneLink\"},{\"id\":330,\"kind\":2048,\"name\":\"filter\",\"url\":\"classes/sap_cloud_sdk_odata_common.OneToOneLink#filter\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"@sap-cloud-sdk/odata-common.OneToOneLink\"},{\"id\":331,\"kind\":1024,\"name\":\"_fieldName\",\"url\":\"classes/sap_cloud_sdk_odata_common.OneToOneLink#_fieldName\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-common.OneToOneLink\"},{\"id\":332,\"kind\":1024,\"name\":\"_entityApi\",\"url\":\"classes/sap_cloud_sdk_odata_common.OneToOneLink#_entityApi\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-common.OneToOneLink\"},{\"id\":333,\"kind\":1024,\"name\":\"_linkedEntityApi\",\"url\":\"classes/sap_cloud_sdk_odata_common.OneToOneLink#_linkedEntityApi\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-common.OneToOneLink\"},{\"id\":334,\"kind\":1024,\"name\":\"_entity\",\"url\":\"classes/sap_cloud_sdk_odata_common.OneToOneLink#_entity\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-common.OneToOneLink\"},{\"id\":335,\"kind\":1024,\"name\":\"_deSerializers\",\"url\":\"classes/sap_cloud_sdk_odata_common.OneToOneLink#_deSerializers\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-common.OneToOneLink\"},{\"id\":336,\"kind\":1024,\"name\":\"_selects\",\"url\":\"classes/sap_cloud_sdk_odata_common.OneToOneLink#_selects\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-common.OneToOneLink\"},{\"id\":337,\"kind\":1024,\"name\":\"_expand\",\"url\":\"classes/sap_cloud_sdk_odata_common.OneToOneLink#_expand\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-common.OneToOneLink\"},{\"id\":338,\"kind\":2048,\"name\":\"select\",\"url\":\"classes/sap_cloud_sdk_odata_common.OneToOneLink#select\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-common.OneToOneLink\"},{\"id\":339,\"kind\":2048,\"name\":\"expand\",\"url\":\"classes/sap_cloud_sdk_odata_common.OneToOneLink#expand\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-common.OneToOneLink\"},{\"id\":340,\"kind\":128,\"name\":\"OrderableEdmTypeField\",\"url\":\"classes/sap_cloud_sdk_odata_common.OrderableEdmTypeField\",\"classes\":\"tsd-kind-class tsd-parent-kind-module tsd-has-type-parameter\",\"parent\":\"@sap-cloud-sdk/odata-common\"},{\"id\":341,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/sap_cloud_sdk_odata_common.OrderableEdmTypeField#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-common.OrderableEdmTypeField\"},{\"id\":342,\"kind\":2048,\"name\":\"greaterThan\",\"url\":\"classes/sap_cloud_sdk_odata_common.OrderableEdmTypeField#greaterThan\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"@sap-cloud-sdk/odata-common.OrderableEdmTypeField\"},{\"id\":343,\"kind\":2048,\"name\":\"greaterOrEqual\",\"url\":\"classes/sap_cloud_sdk_odata_common.OrderableEdmTypeField#greaterOrEqual\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"@sap-cloud-sdk/odata-common.OrderableEdmTypeField\"},{\"id\":344,\"kind\":2048,\"name\":\"lessThan\",\"url\":\"classes/sap_cloud_sdk_odata_common.OrderableEdmTypeField#lessThan\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"@sap-cloud-sdk/odata-common.OrderableEdmTypeField\"},{\"id\":345,\"kind\":2048,\"name\":\"lessOrEqual\",\"url\":\"classes/sap_cloud_sdk_odata_common.OrderableEdmTypeField#lessOrEqual\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"@sap-cloud-sdk/odata-common.OrderableEdmTypeField\"},{\"id\":346,\"kind\":1024,\"name\":\"_fieldOf\",\"url\":\"classes/sap_cloud_sdk_odata_common.OrderableEdmTypeField#_fieldOf\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-common.OrderableEdmTypeField\"},{\"id\":347,\"kind\":1024,\"name\":\"edmType\",\"url\":\"classes/sap_cloud_sdk_odata_common.OrderableEdmTypeField#edmType\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-common.OrderableEdmTypeField\"},{\"id\":348,\"kind\":1024,\"name\":\"_deSerializers\",\"url\":\"classes/sap_cloud_sdk_odata_common.OrderableEdmTypeField#_deSerializers\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-common.OrderableEdmTypeField\"},{\"id\":349,\"kind\":1024,\"name\":\"_entity\",\"url\":\"classes/sap_cloud_sdk_odata_common.OrderableEdmTypeField#_entity\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-common.OrderableEdmTypeField\"},{\"id\":350,\"kind\":2048,\"name\":\"equals\",\"url\":\"classes/sap_cloud_sdk_odata_common.OrderableEdmTypeField#equals\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-common.OrderableEdmTypeField\"},{\"id\":351,\"kind\":2048,\"name\":\"notEquals\",\"url\":\"classes/sap_cloud_sdk_odata_common.OrderableEdmTypeField#notEquals\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-common.OrderableEdmTypeField\"},{\"id\":352,\"kind\":2048,\"name\":\"fieldPath\",\"url\":\"classes/sap_cloud_sdk_odata_common.OrderableEdmTypeField#fieldPath\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-common.OrderableEdmTypeField\"},{\"id\":353,\"kind\":1024,\"name\":\"_fieldName\",\"url\":\"classes/sap_cloud_sdk_odata_common.OrderableEdmTypeField#_fieldName\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-common.OrderableEdmTypeField\"},{\"id\":354,\"kind\":1024,\"name\":\"_entityConstructor\",\"url\":\"classes/sap_cloud_sdk_odata_common.OrderableEdmTypeField#_entityConstructor\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-common.OrderableEdmTypeField\"},{\"id\":355,\"kind\":1024,\"name\":\"_fieldOptions\",\"url\":\"classes/sap_cloud_sdk_odata_common.OrderableEdmTypeField#_fieldOptions\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-common.OrderableEdmTypeField\"},{\"id\":356,\"kind\":256,\"name\":\"PropertyMetadata\",\"url\":\"interfaces/sap_cloud_sdk_odata_common.PropertyMetadata\",\"classes\":\"tsd-kind-interface tsd-parent-kind-module tsd-has-type-parameter\",\"parent\":\"@sap-cloud-sdk/odata-common\"},{\"id\":357,\"kind\":1024,\"name\":\"name\",\"url\":\"interfaces/sap_cloud_sdk_odata_common.PropertyMetadata#name\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"@sap-cloud-sdk/odata-common.PropertyMetadata\"},{\"id\":358,\"kind\":1024,\"name\":\"originalName\",\"url\":\"interfaces/sap_cloud_sdk_odata_common.PropertyMetadata#originalName\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"@sap-cloud-sdk/odata-common.PropertyMetadata\"},{\"id\":359,\"kind\":1024,\"name\":\"type\",\"url\":\"interfaces/sap_cloud_sdk_odata_common.PropertyMetadata#type\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"@sap-cloud-sdk/odata-common.PropertyMetadata\"},{\"id\":360,\"kind\":1024,\"name\":\"isCollection\",\"url\":\"interfaces/sap_cloud_sdk_odata_common.PropertyMetadata#isCollection\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"@sap-cloud-sdk/odata-common.PropertyMetadata\"},{\"id\":361,\"kind\":64,\"name\":\"entityBuilder\",\"url\":\"modules/sap_cloud_sdk_odata_common#entityBuilder\",\"classes\":\"tsd-kind-function tsd-parent-kind-module tsd-has-type-parameter\",\"parent\":\"@sap-cloud-sdk/odata-common\"},{\"id\":362,\"kind\":4194304,\"name\":\"EntityBuilderType\",\"url\":\"modules/sap_cloud_sdk_odata_common#EntityBuilderType\",\"classes\":\"tsd-kind-type-alias tsd-parent-kind-module tsd-has-type-parameter\",\"parent\":\"@sap-cloud-sdk/odata-common\"},{\"id\":363,\"kind\":256,\"name\":\"EntityApi\",\"url\":\"interfaces/sap_cloud_sdk_odata_common.EntityApi\",\"classes\":\"tsd-kind-interface tsd-parent-kind-module tsd-has-type-parameter\",\"parent\":\"@sap-cloud-sdk/odata-common\"},{\"id\":364,\"kind\":1024,\"name\":\"deSerializers\",\"url\":\"interfaces/sap_cloud_sdk_odata_common.EntityApi#deSerializers\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"@sap-cloud-sdk/odata-common.EntityApi\"},{\"id\":365,\"kind\":2048,\"name\":\"requestBuilder\",\"url\":\"interfaces/sap_cloud_sdk_odata_common.EntityApi#requestBuilder\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"@sap-cloud-sdk/odata-common.EntityApi\"},{\"id\":366,\"kind\":2048,\"name\":\"entityBuilder\",\"url\":\"interfaces/sap_cloud_sdk_odata_common.EntityApi#entityBuilder\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"@sap-cloud-sdk/odata-common.EntityApi\"},{\"id\":367,\"kind\":1024,\"name\":\"entityConstructor\",\"url\":\"interfaces/sap_cloud_sdk_odata_common.EntityApi#entityConstructor\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"@sap-cloud-sdk/odata-common.EntityApi\"},{\"id\":368,\"kind\":1024,\"name\":\"schema\",\"url\":\"interfaces/sap_cloud_sdk_odata_common.EntityApi#schema\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"@sap-cloud-sdk/odata-common.EntityApi\"},{\"id\":369,\"kind\":2048,\"name\":\"customField\",\"url\":\"interfaces/sap_cloud_sdk_odata_common.EntityApi#customField\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface tsd-has-type-parameter\",\"parent\":\"@sap-cloud-sdk/odata-common.EntityApi\"},{\"id\":370,\"kind\":4194304,\"name\":\"DeserializedType\",\"url\":\"modules/sap_cloud_sdk_odata_common#DeserializedType\",\"classes\":\"tsd-kind-type-alias tsd-parent-kind-module tsd-has-type-parameter\",\"parent\":\"@sap-cloud-sdk/odata-common\"},{\"id\":371,\"kind\":128,\"name\":\"BatchChangeSet\",\"url\":\"classes/sap_cloud_sdk_odata_common.BatchChangeSet\",\"classes\":\"tsd-kind-class tsd-parent-kind-module tsd-has-type-parameter\",\"parent\":\"@sap-cloud-sdk/odata-common\"},{\"id\":372,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/sap_cloud_sdk_odata_common.BatchChangeSet#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-has-type-parameter\",\"parent\":\"@sap-cloud-sdk/odata-common.BatchChangeSet\"},{\"id\":373,\"kind\":1024,\"name\":\"requests\",\"url\":\"classes/sap_cloud_sdk_odata_common.BatchChangeSet#requests\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"@sap-cloud-sdk/odata-common.BatchChangeSet\"},{\"id\":374,\"kind\":1024,\"name\":\"boundary\",\"url\":\"classes/sap_cloud_sdk_odata_common.BatchChangeSet#boundary\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"@sap-cloud-sdk/odata-common.BatchChangeSet\"},{\"id\":375,\"kind\":128,\"name\":\"RequestBuilder\",\"url\":\"classes/sap_cloud_sdk_odata_common.RequestBuilder\",\"classes\":\"tsd-kind-class tsd-parent-kind-module tsd-has-type-parameter\",\"parent\":\"@sap-cloud-sdk/odata-common\"},{\"id\":376,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/sap_cloud_sdk_odata_common.RequestBuilder#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-has-type-parameter\",\"parent\":\"@sap-cloud-sdk/odata-common.RequestBuilder\"},{\"id\":377,\"kind\":1024,\"name\":\"entityApi\",\"url\":\"classes/sap_cloud_sdk_odata_common.RequestBuilder#entityApi\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"@sap-cloud-sdk/odata-common.RequestBuilder\"},{\"id\":378,\"kind\":1024,\"name\":\"_deSerializers\",\"url\":\"classes/sap_cloud_sdk_odata_common.RequestBuilder#_deSerializers\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"@sap-cloud-sdk/odata-common.RequestBuilder\"},{\"id\":379,\"kind\":1024,\"name\":\"_entity\",\"url\":\"classes/sap_cloud_sdk_odata_common.RequestBuilder#_entity\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"@sap-cloud-sdk/odata-common.RequestBuilder\"},{\"id\":380,\"kind\":128,\"name\":\"FunctionImportParameter\",\"url\":\"classes/sap_cloud_sdk_odata_common.FunctionImportParameter\",\"classes\":\"tsd-kind-class tsd-parent-kind-module tsd-has-type-parameter\",\"parent\":\"@sap-cloud-sdk/odata-common\"},{\"id\":381,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/sap_cloud_sdk_odata_common.FunctionImportParameter#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-has-type-parameter\",\"parent\":\"@sap-cloud-sdk/odata-common.FunctionImportParameter\"},{\"id\":382,\"kind\":1024,\"name\":\"originalName\",\"url\":\"classes/sap_cloud_sdk_odata_common.FunctionImportParameter#originalName\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"@sap-cloud-sdk/odata-common.FunctionImportParameter\"},{\"id\":383,\"kind\":1024,\"name\":\"edmType\",\"url\":\"classes/sap_cloud_sdk_odata_common.FunctionImportParameter#edmType\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"@sap-cloud-sdk/odata-common.FunctionImportParameter\"},{\"id\":384,\"kind\":1024,\"name\":\"value\",\"url\":\"classes/sap_cloud_sdk_odata_common.FunctionImportParameter#value\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"@sap-cloud-sdk/odata-common.FunctionImportParameter\"},{\"id\":385,\"kind\":64,\"name\":\"throwErrorWhenReturnTypeIsUnionType\",\"url\":\"modules/sap_cloud_sdk_odata_common#throwErrorWhenReturnTypeIsUnionType\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"@sap-cloud-sdk/odata-common\"},{\"id\":386,\"kind\":64,\"name\":\"isOrderableEdmType\",\"url\":\"modules/sap_cloud_sdk_odata_common#isOrderableEdmType\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"@sap-cloud-sdk/odata-common\"},{\"id\":387,\"kind\":64,\"name\":\"asc\",\"url\":\"modules/sap_cloud_sdk_odata_common#asc\",\"classes\":\"tsd-kind-function tsd-parent-kind-module tsd-has-type-parameter\",\"parent\":\"@sap-cloud-sdk/odata-common\"},{\"id\":388,\"kind\":64,\"name\":\"desc\",\"url\":\"modules/sap_cloud_sdk_odata_common#desc\",\"classes\":\"tsd-kind-function tsd-parent-kind-module tsd-has-type-parameter\",\"parent\":\"@sap-cloud-sdk/odata-common\"},{\"id\":389,\"kind\":64,\"name\":\"transformVariadicArgumentToArray\",\"url\":\"modules/sap_cloud_sdk_odata_common#transformVariadicArgumentToArray\",\"classes\":\"tsd-kind-function tsd-parent-kind-module tsd-has-type-parameter\",\"parent\":\"@sap-cloud-sdk/odata-common\"},{\"id\":390,\"kind\":64,\"name\":\"filterFunctions\",\"url\":\"modules/sap_cloud_sdk_odata_v2#filterFunctions\",\"classes\":\"tsd-kind-function tsd-parent-kind-module tsd-has-type-parameter\",\"parent\":\"@sap-cloud-sdk/odata-v2\"},{\"id\":391,\"kind\":64,\"name\":\"replace\",\"url\":\"modules/sap_cloud_sdk_odata_v2#replace\",\"classes\":\"tsd-kind-function tsd-parent-kind-module tsd-has-type-parameter\",\"parent\":\"@sap-cloud-sdk/odata-v2\"},{\"id\":392,\"kind\":64,\"name\":\"substring\",\"url\":\"modules/sap_cloud_sdk_odata_v2#substring\",\"classes\":\"tsd-kind-function tsd-parent-kind-module tsd-has-type-parameter\",\"parent\":\"@sap-cloud-sdk/odata-v2\"},{\"id\":393,\"kind\":64,\"name\":\"substringOf\",\"url\":\"modules/sap_cloud_sdk_odata_v2#substringOf\",\"classes\":\"tsd-kind-function tsd-parent-kind-module tsd-has-type-parameter\",\"parent\":\"@sap-cloud-sdk/odata-v2\"},{\"id\":394,\"kind\":64,\"name\":\"length\",\"url\":\"modules/sap_cloud_sdk_odata_v2#length\",\"classes\":\"tsd-kind-function tsd-parent-kind-module tsd-has-type-parameter\",\"parent\":\"@sap-cloud-sdk/odata-v2\"},{\"id\":395,\"kind\":64,\"name\":\"transformReturnValueForComplexType\",\"url\":\"modules/sap_cloud_sdk_odata_v2#transformReturnValueForComplexType\",\"classes\":\"tsd-kind-function tsd-parent-kind-module tsd-has-type-parameter\",\"parent\":\"@sap-cloud-sdk/odata-v2\"},{\"id\":396,\"kind\":64,\"name\":\"transformReturnValueForComplexTypeList\",\"url\":\"modules/sap_cloud_sdk_odata_v2#transformReturnValueForComplexTypeList\",\"classes\":\"tsd-kind-function tsd-parent-kind-module tsd-has-type-parameter\",\"parent\":\"@sap-cloud-sdk/odata-v2\"},{\"id\":397,\"kind\":64,\"name\":\"transformReturnValueForEdmType\",\"url\":\"modules/sap_cloud_sdk_odata_v2#transformReturnValueForEdmType\",\"classes\":\"tsd-kind-function tsd-parent-kind-module tsd-has-type-parameter\",\"parent\":\"@sap-cloud-sdk/odata-v2\"},{\"id\":398,\"kind\":64,\"name\":\"transformReturnValueForEdmTypeList\",\"url\":\"modules/sap_cloud_sdk_odata_v2#transformReturnValueForEdmTypeList\",\"classes\":\"tsd-kind-function tsd-parent-kind-module tsd-has-type-parameter\",\"parent\":\"@sap-cloud-sdk/odata-v2\"},{\"id\":399,\"kind\":64,\"name\":\"transformReturnValueForEntity\",\"url\":\"modules/sap_cloud_sdk_odata_v2#transformReturnValueForEntity\",\"classes\":\"tsd-kind-function tsd-parent-kind-module tsd-has-type-parameter\",\"parent\":\"@sap-cloud-sdk/odata-v2\"},{\"id\":400,\"kind\":64,\"name\":\"transformReturnValueForEntityList\",\"url\":\"modules/sap_cloud_sdk_odata_v2#transformReturnValueForEntityList\",\"classes\":\"tsd-kind-function tsd-parent-kind-module tsd-has-type-parameter\",\"parent\":\"@sap-cloud-sdk/odata-v2\"},{\"id\":401,\"kind\":64,\"name\":\"transformReturnValueForUndefined\",\"url\":\"modules/sap_cloud_sdk_odata_v2#transformReturnValueForUndefined\",\"classes\":\"tsd-kind-function tsd-parent-kind-module tsd-has-type-parameter\",\"parent\":\"@sap-cloud-sdk/odata-v2\"},{\"id\":402,\"kind\":128,\"name\":\"CreateRequestBuilder\",\"url\":\"classes/sap_cloud_sdk_odata_v2.CreateRequestBuilder\",\"classes\":\"tsd-kind-class tsd-parent-kind-module tsd-has-type-parameter\",\"parent\":\"@sap-cloud-sdk/odata-v2\"},{\"id\":403,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/sap_cloud_sdk_odata_v2.CreateRequestBuilder#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-has-type-parameter tsd-is-overwrite\",\"parent\":\"@sap-cloud-sdk/odata-v2.CreateRequestBuilder\"},{\"id\":404,\"kind\":1024,\"name\":\"_entity\",\"url\":\"classes/sap_cloud_sdk_odata_v2.CreateRequestBuilder#_entity\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"@sap-cloud-sdk/odata-v2.CreateRequestBuilder\"},{\"id\":405,\"kind\":1024,\"name\":\"_entityApi\",\"url\":\"classes/sap_cloud_sdk_odata_v2.CreateRequestBuilder#_entityApi\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v2.CreateRequestBuilder\"},{\"id\":406,\"kind\":1024,\"name\":\"oDataUri\",\"url\":\"classes/sap_cloud_sdk_odata_v2.CreateRequestBuilder#oDataUri\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v2.CreateRequestBuilder\"},{\"id\":407,\"kind\":1024,\"name\":\"serializer\",\"url\":\"classes/sap_cloud_sdk_odata_v2.CreateRequestBuilder#serializer\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v2.CreateRequestBuilder\"},{\"id\":408,\"kind\":1024,\"name\":\"deserializer\",\"url\":\"classes/sap_cloud_sdk_odata_v2.CreateRequestBuilder#deserializer\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v2.CreateRequestBuilder\"},{\"id\":409,\"kind\":1024,\"name\":\"responseDataAccessor\",\"url\":\"classes/sap_cloud_sdk_odata_v2.CreateRequestBuilder#responseDataAccessor\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v2.CreateRequestBuilder\"},{\"id\":410,\"kind\":1024,\"name\":\"_deSerializers\",\"url\":\"classes/sap_cloud_sdk_odata_v2.CreateRequestBuilder#_deSerializers\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v2.CreateRequestBuilder\"},{\"id\":411,\"kind\":262144,\"name\":\"entity\",\"url\":\"classes/sap_cloud_sdk_odata_v2.CreateRequestBuilder#entity\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v2.CreateRequestBuilder\"},{\"id\":412,\"kind\":2048,\"name\":\"asChildOf\",\"url\":\"classes/sap_cloud_sdk_odata_v2.CreateRequestBuilder#asChildOf\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v2.CreateRequestBuilder\"},{\"id\":413,\"kind\":2048,\"name\":\"execute\",\"url\":\"classes/sap_cloud_sdk_odata_v2.CreateRequestBuilder#execute\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v2.CreateRequestBuilder\"},{\"id\":414,\"kind\":2048,\"name\":\"executeRaw\",\"url\":\"classes/sap_cloud_sdk_odata_v2.CreateRequestBuilder#executeRaw\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v2.CreateRequestBuilder\"},{\"id\":415,\"kind\":1024,\"name\":\"requestConfig\",\"url\":\"classes/sap_cloud_sdk_odata_v2.CreateRequestBuilder#requestConfig\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v2.CreateRequestBuilder\"},{\"id\":416,\"kind\":2048,\"name\":\"url\",\"url\":\"classes/sap_cloud_sdk_odata_v2.CreateRequestBuilder#url\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v2.CreateRequestBuilder\"},{\"id\":417,\"kind\":2048,\"name\":\"relativeUrl\",\"url\":\"classes/sap_cloud_sdk_odata_v2.CreateRequestBuilder#relativeUrl\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v2.CreateRequestBuilder\"},{\"id\":418,\"kind\":2048,\"name\":\"addCustomHeaders\",\"url\":\"classes/sap_cloud_sdk_odata_v2.CreateRequestBuilder#addCustomHeaders\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v2.CreateRequestBuilder\"},{\"id\":419,\"kind\":2048,\"name\":\"timeout\",\"url\":\"classes/sap_cloud_sdk_odata_v2.CreateRequestBuilder#timeout\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v2.CreateRequestBuilder\"},{\"id\":420,\"kind\":2048,\"name\":\"addCustomQueryParameters\",\"url\":\"classes/sap_cloud_sdk_odata_v2.CreateRequestBuilder#addCustomQueryParameters\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v2.CreateRequestBuilder\"},{\"id\":421,\"kind\":2048,\"name\":\"setCustomServicePath\",\"url\":\"classes/sap_cloud_sdk_odata_v2.CreateRequestBuilder#setCustomServicePath\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v2.CreateRequestBuilder\"},{\"id\":422,\"kind\":2048,\"name\":\"addCustomRequestConfiguration\",\"url\":\"classes/sap_cloud_sdk_odata_v2.CreateRequestBuilder#addCustomRequestConfiguration\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v2.CreateRequestBuilder\"},{\"id\":423,\"kind\":2048,\"name\":\"appendPath\",\"url\":\"classes/sap_cloud_sdk_odata_v2.CreateRequestBuilder#appendPath\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v2.CreateRequestBuilder\"},{\"id\":424,\"kind\":2048,\"name\":\"skipCsrfTokenFetching\",\"url\":\"classes/sap_cloud_sdk_odata_v2.CreateRequestBuilder#skipCsrfTokenFetching\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v2.CreateRequestBuilder\"},{\"id\":425,\"kind\":2048,\"name\":\"build\",\"url\":\"classes/sap_cloud_sdk_odata_v2.CreateRequestBuilder#build\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected\",\"parent\":\"@sap-cloud-sdk/odata-v2.CreateRequestBuilder\"},{\"id\":426,\"kind\":128,\"name\":\"CountRequestBuilder\",\"url\":\"classes/sap_cloud_sdk_odata_v2.CountRequestBuilder\",\"classes\":\"tsd-kind-class tsd-parent-kind-module tsd-has-type-parameter\",\"parent\":\"@sap-cloud-sdk/odata-v2\"},{\"id\":427,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/sap_cloud_sdk_odata_v2.CountRequestBuilder#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v2.CountRequestBuilder\"},{\"id\":428,\"kind\":1024,\"name\":\"getAllRequest\",\"url\":\"classes/sap_cloud_sdk_odata_v2.CountRequestBuilder#getAllRequest\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v2.CountRequestBuilder\"},{\"id\":429,\"kind\":2048,\"name\":\"execute\",\"url\":\"classes/sap_cloud_sdk_odata_v2.CountRequestBuilder#execute\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v2.CountRequestBuilder\"},{\"id\":430,\"kind\":2048,\"name\":\"executeRaw\",\"url\":\"classes/sap_cloud_sdk_odata_v2.CountRequestBuilder#executeRaw\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v2.CountRequestBuilder\"},{\"id\":431,\"kind\":1024,\"name\":\"requestConfig\",\"url\":\"classes/sap_cloud_sdk_odata_v2.CountRequestBuilder#requestConfig\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v2.CountRequestBuilder\"},{\"id\":432,\"kind\":2048,\"name\":\"url\",\"url\":\"classes/sap_cloud_sdk_odata_v2.CountRequestBuilder#url\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v2.CountRequestBuilder\"},{\"id\":433,\"kind\":2048,\"name\":\"relativeUrl\",\"url\":\"classes/sap_cloud_sdk_odata_v2.CountRequestBuilder#relativeUrl\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v2.CountRequestBuilder\"},{\"id\":434,\"kind\":2048,\"name\":\"addCustomHeaders\",\"url\":\"classes/sap_cloud_sdk_odata_v2.CountRequestBuilder#addCustomHeaders\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v2.CountRequestBuilder\"},{\"id\":435,\"kind\":2048,\"name\":\"timeout\",\"url\":\"classes/sap_cloud_sdk_odata_v2.CountRequestBuilder#timeout\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v2.CountRequestBuilder\"},{\"id\":436,\"kind\":2048,\"name\":\"addCustomQueryParameters\",\"url\":\"classes/sap_cloud_sdk_odata_v2.CountRequestBuilder#addCustomQueryParameters\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v2.CountRequestBuilder\"},{\"id\":437,\"kind\":2048,\"name\":\"setCustomServicePath\",\"url\":\"classes/sap_cloud_sdk_odata_v2.CountRequestBuilder#setCustomServicePath\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v2.CountRequestBuilder\"},{\"id\":438,\"kind\":2048,\"name\":\"addCustomRequestConfiguration\",\"url\":\"classes/sap_cloud_sdk_odata_v2.CountRequestBuilder#addCustomRequestConfiguration\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v2.CountRequestBuilder\"},{\"id\":439,\"kind\":2048,\"name\":\"appendPath\",\"url\":\"classes/sap_cloud_sdk_odata_v2.CountRequestBuilder#appendPath\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v2.CountRequestBuilder\"},{\"id\":440,\"kind\":2048,\"name\":\"skipCsrfTokenFetching\",\"url\":\"classes/sap_cloud_sdk_odata_v2.CountRequestBuilder#skipCsrfTokenFetching\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v2.CountRequestBuilder\"},{\"id\":441,\"kind\":2048,\"name\":\"build\",\"url\":\"classes/sap_cloud_sdk_odata_v2.CountRequestBuilder#build\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected\",\"parent\":\"@sap-cloud-sdk/odata-v2.CountRequestBuilder\"},{\"id\":442,\"kind\":128,\"name\":\"DeleteRequestBuilder\",\"url\":\"classes/sap_cloud_sdk_odata_v2.DeleteRequestBuilder\",\"classes\":\"tsd-kind-class tsd-parent-kind-module tsd-has-type-parameter\",\"parent\":\"@sap-cloud-sdk/odata-v2\"},{\"id\":443,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/sap_cloud_sdk_odata_v2.DeleteRequestBuilder#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-has-type-parameter tsd-is-overwrite\",\"parent\":\"@sap-cloud-sdk/odata-v2.DeleteRequestBuilder\"},{\"id\":444,\"kind\":2048,\"name\":\"setVersionIdentifier\",\"url\":\"classes/sap_cloud_sdk_odata_v2.DeleteRequestBuilder#setVersionIdentifier\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"@sap-cloud-sdk/odata-v2.DeleteRequestBuilder\"},{\"id\":445,\"kind\":1024,\"name\":\"_entityApi\",\"url\":\"classes/sap_cloud_sdk_odata_v2.DeleteRequestBuilder#_entityApi\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v2.DeleteRequestBuilder\"},{\"id\":446,\"kind\":1024,\"name\":\"_entity\",\"url\":\"classes/sap_cloud_sdk_odata_v2.DeleteRequestBuilder#_entity\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v2.DeleteRequestBuilder\"},{\"id\":447,\"kind\":1024,\"name\":\"_deSerializers\",\"url\":\"classes/sap_cloud_sdk_odata_v2.DeleteRequestBuilder#_deSerializers\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v2.DeleteRequestBuilder\"},{\"id\":448,\"kind\":2048,\"name\":\"ignoreVersionIdentifier\",\"url\":\"classes/sap_cloud_sdk_odata_v2.DeleteRequestBuilder#ignoreVersionIdentifier\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v2.DeleteRequestBuilder\"},{\"id\":449,\"kind\":2048,\"name\":\"execute\",\"url\":\"classes/sap_cloud_sdk_odata_v2.DeleteRequestBuilder#execute\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v2.DeleteRequestBuilder\"},{\"id\":450,\"kind\":2048,\"name\":\"executeRaw\",\"url\":\"classes/sap_cloud_sdk_odata_v2.DeleteRequestBuilder#executeRaw\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v2.DeleteRequestBuilder\"},{\"id\":451,\"kind\":1024,\"name\":\"requestConfig\",\"url\":\"classes/sap_cloud_sdk_odata_v2.DeleteRequestBuilder#requestConfig\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v2.DeleteRequestBuilder\"},{\"id\":452,\"kind\":2048,\"name\":\"url\",\"url\":\"classes/sap_cloud_sdk_odata_v2.DeleteRequestBuilder#url\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v2.DeleteRequestBuilder\"},{\"id\":453,\"kind\":2048,\"name\":\"relativeUrl\",\"url\":\"classes/sap_cloud_sdk_odata_v2.DeleteRequestBuilder#relativeUrl\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v2.DeleteRequestBuilder\"},{\"id\":454,\"kind\":2048,\"name\":\"addCustomHeaders\",\"url\":\"classes/sap_cloud_sdk_odata_v2.DeleteRequestBuilder#addCustomHeaders\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v2.DeleteRequestBuilder\"},{\"id\":455,\"kind\":2048,\"name\":\"timeout\",\"url\":\"classes/sap_cloud_sdk_odata_v2.DeleteRequestBuilder#timeout\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v2.DeleteRequestBuilder\"},{\"id\":456,\"kind\":2048,\"name\":\"addCustomQueryParameters\",\"url\":\"classes/sap_cloud_sdk_odata_v2.DeleteRequestBuilder#addCustomQueryParameters\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v2.DeleteRequestBuilder\"},{\"id\":457,\"kind\":2048,\"name\":\"setCustomServicePath\",\"url\":\"classes/sap_cloud_sdk_odata_v2.DeleteRequestBuilder#setCustomServicePath\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v2.DeleteRequestBuilder\"},{\"id\":458,\"kind\":2048,\"name\":\"addCustomRequestConfiguration\",\"url\":\"classes/sap_cloud_sdk_odata_v2.DeleteRequestBuilder#addCustomRequestConfiguration\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v2.DeleteRequestBuilder\"},{\"id\":459,\"kind\":2048,\"name\":\"appendPath\",\"url\":\"classes/sap_cloud_sdk_odata_v2.DeleteRequestBuilder#appendPath\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v2.DeleteRequestBuilder\"},{\"id\":460,\"kind\":2048,\"name\":\"skipCsrfTokenFetching\",\"url\":\"classes/sap_cloud_sdk_odata_v2.DeleteRequestBuilder#skipCsrfTokenFetching\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v2.DeleteRequestBuilder\"},{\"id\":461,\"kind\":2048,\"name\":\"build\",\"url\":\"classes/sap_cloud_sdk_odata_v2.DeleteRequestBuilder#build\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected\",\"parent\":\"@sap-cloud-sdk/odata-v2.DeleteRequestBuilder\"},{\"id\":462,\"kind\":128,\"name\":\"GetAllRequestBuilder\",\"url\":\"classes/sap_cloud_sdk_odata_v2.GetAllRequestBuilder\",\"classes\":\"tsd-kind-class tsd-parent-kind-module tsd-has-type-parameter\",\"parent\":\"@sap-cloud-sdk/odata-v2\"},{\"id\":463,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/sap_cloud_sdk_odata_v2.GetAllRequestBuilder#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-has-type-parameter tsd-is-overwrite\",\"parent\":\"@sap-cloud-sdk/odata-v2.GetAllRequestBuilder\"},{\"id\":464,\"kind\":2048,\"name\":\"filter\",\"url\":\"classes/sap_cloud_sdk_odata_v2.GetAllRequestBuilder#filter\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"@sap-cloud-sdk/odata-v2.GetAllRequestBuilder\"},{\"id\":465,\"kind\":1024,\"name\":\"entityDeserializer\",\"url\":\"classes/sap_cloud_sdk_odata_v2.GetAllRequestBuilder#entityDeserializer\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v2.GetAllRequestBuilder\"},{\"id\":466,\"kind\":1024,\"name\":\"dataAccessor\",\"url\":\"classes/sap_cloud_sdk_odata_v2.GetAllRequestBuilder#dataAccessor\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v2.GetAllRequestBuilder\"},{\"id\":467,\"kind\":2048,\"name\":\"select\",\"url\":\"classes/sap_cloud_sdk_odata_v2.GetAllRequestBuilder#select\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v2.GetAllRequestBuilder\"},{\"id\":468,\"kind\":2048,\"name\":\"orderBy\",\"url\":\"classes/sap_cloud_sdk_odata_v2.GetAllRequestBuilder#orderBy\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v2.GetAllRequestBuilder\"},{\"id\":469,\"kind\":2048,\"name\":\"top\",\"url\":\"classes/sap_cloud_sdk_odata_v2.GetAllRequestBuilder#top\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v2.GetAllRequestBuilder\"},{\"id\":470,\"kind\":2048,\"name\":\"skip\",\"url\":\"classes/sap_cloud_sdk_odata_v2.GetAllRequestBuilder#skip\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v2.GetAllRequestBuilder\"},{\"id\":471,\"kind\":2048,\"name\":\"count\",\"url\":\"classes/sap_cloud_sdk_odata_v2.GetAllRequestBuilder#count\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v2.GetAllRequestBuilder\"},{\"id\":472,\"kind\":2048,\"name\":\"execute\",\"url\":\"classes/sap_cloud_sdk_odata_v2.GetAllRequestBuilder#execute\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v2.GetAllRequestBuilder\"},{\"id\":473,\"kind\":1024,\"name\":\"_entityApi\",\"url\":\"classes/sap_cloud_sdk_odata_v2.GetAllRequestBuilder#_entityApi\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v2.GetAllRequestBuilder\"},{\"id\":474,\"kind\":1024,\"name\":\"_entity\",\"url\":\"classes/sap_cloud_sdk_odata_v2.GetAllRequestBuilder#_entity\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v2.GetAllRequestBuilder\"},{\"id\":475,\"kind\":1024,\"name\":\"_entityConstructor\",\"url\":\"classes/sap_cloud_sdk_odata_v2.GetAllRequestBuilder#_entityConstructor\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v2.GetAllRequestBuilder\"},{\"id\":476,\"kind\":1024,\"name\":\"_deSerializers\",\"url\":\"classes/sap_cloud_sdk_odata_v2.GetAllRequestBuilder#_deSerializers\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v2.GetAllRequestBuilder\"},{\"id\":477,\"kind\":2048,\"name\":\"executeRaw\",\"url\":\"classes/sap_cloud_sdk_odata_v2.GetAllRequestBuilder#executeRaw\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v2.GetAllRequestBuilder\"},{\"id\":478,\"kind\":1024,\"name\":\"requestConfig\",\"url\":\"classes/sap_cloud_sdk_odata_v2.GetAllRequestBuilder#requestConfig\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v2.GetAllRequestBuilder\"},{\"id\":479,\"kind\":2048,\"name\":\"url\",\"url\":\"classes/sap_cloud_sdk_odata_v2.GetAllRequestBuilder#url\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v2.GetAllRequestBuilder\"},{\"id\":480,\"kind\":2048,\"name\":\"relativeUrl\",\"url\":\"classes/sap_cloud_sdk_odata_v2.GetAllRequestBuilder#relativeUrl\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v2.GetAllRequestBuilder\"},{\"id\":481,\"kind\":2048,\"name\":\"addCustomHeaders\",\"url\":\"classes/sap_cloud_sdk_odata_v2.GetAllRequestBuilder#addCustomHeaders\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v2.GetAllRequestBuilder\"},{\"id\":482,\"kind\":2048,\"name\":\"timeout\",\"url\":\"classes/sap_cloud_sdk_odata_v2.GetAllRequestBuilder#timeout\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v2.GetAllRequestBuilder\"},{\"id\":483,\"kind\":2048,\"name\":\"addCustomQueryParameters\",\"url\":\"classes/sap_cloud_sdk_odata_v2.GetAllRequestBuilder#addCustomQueryParameters\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v2.GetAllRequestBuilder\"},{\"id\":484,\"kind\":2048,\"name\":\"setCustomServicePath\",\"url\":\"classes/sap_cloud_sdk_odata_v2.GetAllRequestBuilder#setCustomServicePath\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v2.GetAllRequestBuilder\"},{\"id\":485,\"kind\":2048,\"name\":\"addCustomRequestConfiguration\",\"url\":\"classes/sap_cloud_sdk_odata_v2.GetAllRequestBuilder#addCustomRequestConfiguration\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v2.GetAllRequestBuilder\"},{\"id\":486,\"kind\":2048,\"name\":\"appendPath\",\"url\":\"classes/sap_cloud_sdk_odata_v2.GetAllRequestBuilder#appendPath\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v2.GetAllRequestBuilder\"},{\"id\":487,\"kind\":2048,\"name\":\"skipCsrfTokenFetching\",\"url\":\"classes/sap_cloud_sdk_odata_v2.GetAllRequestBuilder#skipCsrfTokenFetching\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v2.GetAllRequestBuilder\"},{\"id\":488,\"kind\":2048,\"name\":\"build\",\"url\":\"classes/sap_cloud_sdk_odata_v2.GetAllRequestBuilder#build\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected\",\"parent\":\"@sap-cloud-sdk/odata-v2.GetAllRequestBuilder\"},{\"id\":489,\"kind\":128,\"name\":\"GetByKeyRequestBuilder\",\"url\":\"classes/sap_cloud_sdk_odata_v2.GetByKeyRequestBuilder\",\"classes\":\"tsd-kind-class tsd-parent-kind-module tsd-has-type-parameter\",\"parent\":\"@sap-cloud-sdk/odata-v2\"},{\"id\":490,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/sap_cloud_sdk_odata_v2.GetByKeyRequestBuilder#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-has-type-parameter tsd-is-overwrite\",\"parent\":\"@sap-cloud-sdk/odata-v2.GetByKeyRequestBuilder\"},{\"id\":491,\"kind\":1024,\"name\":\"_entity\",\"url\":\"classes/sap_cloud_sdk_odata_v2.GetByKeyRequestBuilder#_entity\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"@sap-cloud-sdk/odata-v2.GetByKeyRequestBuilder\"},{\"id\":492,\"kind\":1024,\"name\":\"entityDeserializer\",\"url\":\"classes/sap_cloud_sdk_odata_v2.GetByKeyRequestBuilder#entityDeserializer\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v2.GetByKeyRequestBuilder\"},{\"id\":493,\"kind\":1024,\"name\":\"dataAccessor\",\"url\":\"classes/sap_cloud_sdk_odata_v2.GetByKeyRequestBuilder#dataAccessor\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v2.GetByKeyRequestBuilder\"},{\"id\":494,\"kind\":2048,\"name\":\"select\",\"url\":\"classes/sap_cloud_sdk_odata_v2.GetByKeyRequestBuilder#select\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v2.GetByKeyRequestBuilder\"},{\"id\":495,\"kind\":2048,\"name\":\"execute\",\"url\":\"classes/sap_cloud_sdk_odata_v2.GetByKeyRequestBuilder#execute\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v2.GetByKeyRequestBuilder\"},{\"id\":496,\"kind\":1024,\"name\":\"_entityApi\",\"url\":\"classes/sap_cloud_sdk_odata_v2.GetByKeyRequestBuilder#_entityApi\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v2.GetByKeyRequestBuilder\"},{\"id\":497,\"kind\":1024,\"name\":\"_entityConstructor\",\"url\":\"classes/sap_cloud_sdk_odata_v2.GetByKeyRequestBuilder#_entityConstructor\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v2.GetByKeyRequestBuilder\"},{\"id\":498,\"kind\":1024,\"name\":\"_deSerializers\",\"url\":\"classes/sap_cloud_sdk_odata_v2.GetByKeyRequestBuilder#_deSerializers\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v2.GetByKeyRequestBuilder\"},{\"id\":499,\"kind\":2048,\"name\":\"executeRaw\",\"url\":\"classes/sap_cloud_sdk_odata_v2.GetByKeyRequestBuilder#executeRaw\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v2.GetByKeyRequestBuilder\"},{\"id\":500,\"kind\":1024,\"name\":\"requestConfig\",\"url\":\"classes/sap_cloud_sdk_odata_v2.GetByKeyRequestBuilder#requestConfig\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v2.GetByKeyRequestBuilder\"},{\"id\":501,\"kind\":2048,\"name\":\"url\",\"url\":\"classes/sap_cloud_sdk_odata_v2.GetByKeyRequestBuilder#url\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v2.GetByKeyRequestBuilder\"},{\"id\":502,\"kind\":2048,\"name\":\"relativeUrl\",\"url\":\"classes/sap_cloud_sdk_odata_v2.GetByKeyRequestBuilder#relativeUrl\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v2.GetByKeyRequestBuilder\"},{\"id\":503,\"kind\":2048,\"name\":\"addCustomHeaders\",\"url\":\"classes/sap_cloud_sdk_odata_v2.GetByKeyRequestBuilder#addCustomHeaders\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v2.GetByKeyRequestBuilder\"},{\"id\":504,\"kind\":2048,\"name\":\"timeout\",\"url\":\"classes/sap_cloud_sdk_odata_v2.GetByKeyRequestBuilder#timeout\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v2.GetByKeyRequestBuilder\"},{\"id\":505,\"kind\":2048,\"name\":\"addCustomQueryParameters\",\"url\":\"classes/sap_cloud_sdk_odata_v2.GetByKeyRequestBuilder#addCustomQueryParameters\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v2.GetByKeyRequestBuilder\"},{\"id\":506,\"kind\":2048,\"name\":\"setCustomServicePath\",\"url\":\"classes/sap_cloud_sdk_odata_v2.GetByKeyRequestBuilder#setCustomServicePath\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v2.GetByKeyRequestBuilder\"},{\"id\":507,\"kind\":2048,\"name\":\"addCustomRequestConfiguration\",\"url\":\"classes/sap_cloud_sdk_odata_v2.GetByKeyRequestBuilder#addCustomRequestConfiguration\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v2.GetByKeyRequestBuilder\"},{\"id\":508,\"kind\":2048,\"name\":\"appendPath\",\"url\":\"classes/sap_cloud_sdk_odata_v2.GetByKeyRequestBuilder#appendPath\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v2.GetByKeyRequestBuilder\"},{\"id\":509,\"kind\":2048,\"name\":\"skipCsrfTokenFetching\",\"url\":\"classes/sap_cloud_sdk_odata_v2.GetByKeyRequestBuilder#skipCsrfTokenFetching\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v2.GetByKeyRequestBuilder\"},{\"id\":510,\"kind\":2048,\"name\":\"build\",\"url\":\"classes/sap_cloud_sdk_odata_v2.GetByKeyRequestBuilder#build\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected\",\"parent\":\"@sap-cloud-sdk/odata-v2.GetByKeyRequestBuilder\"},{\"id\":511,\"kind\":128,\"name\":\"ODataBatchRequestBuilder\",\"url\":\"classes/sap_cloud_sdk_odata_v2.ODataBatchRequestBuilder\",\"classes\":\"tsd-kind-class tsd-parent-kind-module tsd-has-type-parameter\",\"parent\":\"@sap-cloud-sdk/odata-v2\"},{\"id\":512,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/sap_cloud_sdk_odata_v2.ODataBatchRequestBuilder#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v2.ODataBatchRequestBuilder\"},{\"id\":513,\"kind\":2048,\"name\":\"execute\",\"url\":\"classes/sap_cloud_sdk_odata_v2.ODataBatchRequestBuilder#execute\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"@sap-cloud-sdk/odata-v2.ODataBatchRequestBuilder\"},{\"id\":514,\"kind\":1024,\"name\":\"defaultServicePath\",\"url\":\"classes/sap_cloud_sdk_odata_v2.ODataBatchRequestBuilder#defaultServicePath\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v2.ODataBatchRequestBuilder\"},{\"id\":515,\"kind\":1024,\"name\":\"requests\",\"url\":\"classes/sap_cloud_sdk_odata_v2.ODataBatchRequestBuilder#requests\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v2.ODataBatchRequestBuilder\"},{\"id\":516,\"kind\":1024,\"name\":\"deSerializers\",\"url\":\"classes/sap_cloud_sdk_odata_v2.ODataBatchRequestBuilder#deSerializers\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v2.ODataBatchRequestBuilder\"},{\"id\":517,\"kind\":2048,\"name\":\"withSubRequestPathType\",\"url\":\"classes/sap_cloud_sdk_odata_v2.ODataBatchRequestBuilder#withSubRequestPathType\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v2.ODataBatchRequestBuilder\"},{\"id\":518,\"kind\":2048,\"name\":\"build\",\"url\":\"classes/sap_cloud_sdk_odata_v2.ODataBatchRequestBuilder#build\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v2.ODataBatchRequestBuilder\"},{\"id\":519,\"kind\":2048,\"name\":\"executeRaw\",\"url\":\"classes/sap_cloud_sdk_odata_v2.ODataBatchRequestBuilder#executeRaw\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v2.ODataBatchRequestBuilder\"},{\"id\":520,\"kind\":2048,\"name\":\"getEntityToApiMap\",\"url\":\"classes/sap_cloud_sdk_odata_v2.ODataBatchRequestBuilder#getEntityToApiMap\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected\",\"parent\":\"@sap-cloud-sdk/odata-v2.ODataBatchRequestBuilder\"},{\"id\":521,\"kind\":1024,\"name\":\"requestConfig\",\"url\":\"classes/sap_cloud_sdk_odata_v2.ODataBatchRequestBuilder#requestConfig\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v2.ODataBatchRequestBuilder\"},{\"id\":522,\"kind\":2048,\"name\":\"url\",\"url\":\"classes/sap_cloud_sdk_odata_v2.ODataBatchRequestBuilder#url\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v2.ODataBatchRequestBuilder\"},{\"id\":523,\"kind\":2048,\"name\":\"relativeUrl\",\"url\":\"classes/sap_cloud_sdk_odata_v2.ODataBatchRequestBuilder#relativeUrl\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v2.ODataBatchRequestBuilder\"},{\"id\":524,\"kind\":2048,\"name\":\"addCustomHeaders\",\"url\":\"classes/sap_cloud_sdk_odata_v2.ODataBatchRequestBuilder#addCustomHeaders\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v2.ODataBatchRequestBuilder\"},{\"id\":525,\"kind\":2048,\"name\":\"timeout\",\"url\":\"classes/sap_cloud_sdk_odata_v2.ODataBatchRequestBuilder#timeout\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v2.ODataBatchRequestBuilder\"},{\"id\":526,\"kind\":2048,\"name\":\"addCustomQueryParameters\",\"url\":\"classes/sap_cloud_sdk_odata_v2.ODataBatchRequestBuilder#addCustomQueryParameters\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v2.ODataBatchRequestBuilder\"},{\"id\":527,\"kind\":2048,\"name\":\"setCustomServicePath\",\"url\":\"classes/sap_cloud_sdk_odata_v2.ODataBatchRequestBuilder#setCustomServicePath\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v2.ODataBatchRequestBuilder\"},{\"id\":528,\"kind\":2048,\"name\":\"addCustomRequestConfiguration\",\"url\":\"classes/sap_cloud_sdk_odata_v2.ODataBatchRequestBuilder#addCustomRequestConfiguration\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v2.ODataBatchRequestBuilder\"},{\"id\":529,\"kind\":2048,\"name\":\"appendPath\",\"url\":\"classes/sap_cloud_sdk_odata_v2.ODataBatchRequestBuilder#appendPath\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v2.ODataBatchRequestBuilder\"},{\"id\":530,\"kind\":2048,\"name\":\"skipCsrfTokenFetching\",\"url\":\"classes/sap_cloud_sdk_odata_v2.ODataBatchRequestBuilder#skipCsrfTokenFetching\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v2.ODataBatchRequestBuilder\"},{\"id\":531,\"kind\":128,\"name\":\"UpdateRequestBuilder\",\"url\":\"classes/sap_cloud_sdk_odata_v2.UpdateRequestBuilder\",\"classes\":\"tsd-kind-class tsd-parent-kind-module tsd-has-type-parameter\",\"parent\":\"@sap-cloud-sdk/odata-v2\"},{\"id\":532,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/sap_cloud_sdk_odata_v2.UpdateRequestBuilder#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-has-type-parameter tsd-is-overwrite\",\"parent\":\"@sap-cloud-sdk/odata-v2.UpdateRequestBuilder\"},{\"id\":533,\"kind\":1024,\"name\":\"_entity\",\"url\":\"classes/sap_cloud_sdk_odata_v2.UpdateRequestBuilder#_entity\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"@sap-cloud-sdk/odata-v2.UpdateRequestBuilder\"},{\"id\":534,\"kind\":2048,\"name\":\"execute\",\"url\":\"classes/sap_cloud_sdk_odata_v2.UpdateRequestBuilder#execute\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"@sap-cloud-sdk/odata-v2.UpdateRequestBuilder\"},{\"id\":535,\"kind\":2048,\"name\":\"executeRaw\",\"url\":\"classes/sap_cloud_sdk_odata_v2.UpdateRequestBuilder#executeRaw\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"@sap-cloud-sdk/odata-v2.UpdateRequestBuilder\"},{\"id\":536,\"kind\":1024,\"name\":\"_entityApi\",\"url\":\"classes/sap_cloud_sdk_odata_v2.UpdateRequestBuilder#_entityApi\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v2.UpdateRequestBuilder\"},{\"id\":537,\"kind\":1024,\"name\":\"oDataUri\",\"url\":\"classes/sap_cloud_sdk_odata_v2.UpdateRequestBuilder#oDataUri\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v2.UpdateRequestBuilder\"},{\"id\":538,\"kind\":1024,\"name\":\"entitySerializer\",\"url\":\"classes/sap_cloud_sdk_odata_v2.UpdateRequestBuilder#entitySerializer\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v2.UpdateRequestBuilder\"},{\"id\":539,\"kind\":1024,\"name\":\"extractODataEtag\",\"url\":\"classes/sap_cloud_sdk_odata_v2.UpdateRequestBuilder#extractODataEtag\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v2.UpdateRequestBuilder\"},{\"id\":540,\"kind\":65536,\"name\":\"__type\",\"url\":\"classes/sap_cloud_sdk_odata_v2.UpdateRequestBuilder#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-class\",\"parent\":\"@sap-cloud-sdk/odata-v2.UpdateRequestBuilder\"},{\"id\":541,\"kind\":1024,\"name\":\"payloadManipulator\",\"url\":\"classes/sap_cloud_sdk_odata_v2.UpdateRequestBuilder#payloadManipulator\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v2.UpdateRequestBuilder\"},{\"id\":542,\"kind\":65536,\"name\":\"__type\",\"url\":\"classes/sap_cloud_sdk_odata_v2.UpdateRequestBuilder#__type-1\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-class\",\"parent\":\"@sap-cloud-sdk/odata-v2.UpdateRequestBuilder\"},{\"id\":543,\"kind\":1024,\"name\":\"_deSerializers\",\"url\":\"classes/sap_cloud_sdk_odata_v2.UpdateRequestBuilder#_deSerializers\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v2.UpdateRequestBuilder\"},{\"id\":544,\"kind\":262144,\"name\":\"entity\",\"url\":\"classes/sap_cloud_sdk_odata_v2.UpdateRequestBuilder#entity\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v2.UpdateRequestBuilder\"},{\"id\":545,\"kind\":2048,\"name\":\"replaceWholeEntityWithPut\",\"url\":\"classes/sap_cloud_sdk_odata_v2.UpdateRequestBuilder#replaceWholeEntityWithPut\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v2.UpdateRequestBuilder\"},{\"id\":546,\"kind\":2048,\"name\":\"setRequiredFields\",\"url\":\"classes/sap_cloud_sdk_odata_v2.UpdateRequestBuilder#setRequiredFields\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v2.UpdateRequestBuilder\"},{\"id\":547,\"kind\":2048,\"name\":\"setIgnoredFields\",\"url\":\"classes/sap_cloud_sdk_odata_v2.UpdateRequestBuilder#setIgnoredFields\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v2.UpdateRequestBuilder\"},{\"id\":548,\"kind\":2048,\"name\":\"ignoreVersionIdentifier\",\"url\":\"classes/sap_cloud_sdk_odata_v2.UpdateRequestBuilder#ignoreVersionIdentifier\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v2.UpdateRequestBuilder\"},{\"id\":549,\"kind\":2048,\"name\":\"setVersionIdentifier\",\"url\":\"classes/sap_cloud_sdk_odata_v2.UpdateRequestBuilder#setVersionIdentifier\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v2.UpdateRequestBuilder\"},{\"id\":550,\"kind\":2048,\"name\":\"executeRequest\",\"url\":\"classes/sap_cloud_sdk_odata_v2.UpdateRequestBuilder#executeRequest\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected\",\"parent\":\"@sap-cloud-sdk/odata-v2.UpdateRequestBuilder\"},{\"id\":551,\"kind\":2048,\"name\":\"executeRequestRaw\",\"url\":\"classes/sap_cloud_sdk_odata_v2.UpdateRequestBuilder#executeRequestRaw\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected\",\"parent\":\"@sap-cloud-sdk/odata-v2.UpdateRequestBuilder\"},{\"id\":552,\"kind\":2048,\"name\":\"getPayload\",\"url\":\"classes/sap_cloud_sdk_odata_v2.UpdateRequestBuilder#getPayload\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected\",\"parent\":\"@sap-cloud-sdk/odata-v2.UpdateRequestBuilder\"},{\"id\":553,\"kind\":2048,\"name\":\"isEmptyObject\",\"url\":\"classes/sap_cloud_sdk_odata_v2.UpdateRequestBuilder#isEmptyObject\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected\",\"parent\":\"@sap-cloud-sdk/odata-v2.UpdateRequestBuilder\"},{\"id\":554,\"kind\":1024,\"name\":\"requestConfig\",\"url\":\"classes/sap_cloud_sdk_odata_v2.UpdateRequestBuilder#requestConfig\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v2.UpdateRequestBuilder\"},{\"id\":555,\"kind\":2048,\"name\":\"url\",\"url\":\"classes/sap_cloud_sdk_odata_v2.UpdateRequestBuilder#url\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v2.UpdateRequestBuilder\"},{\"id\":556,\"kind\":2048,\"name\":\"relativeUrl\",\"url\":\"classes/sap_cloud_sdk_odata_v2.UpdateRequestBuilder#relativeUrl\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v2.UpdateRequestBuilder\"},{\"id\":557,\"kind\":2048,\"name\":\"addCustomHeaders\",\"url\":\"classes/sap_cloud_sdk_odata_v2.UpdateRequestBuilder#addCustomHeaders\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v2.UpdateRequestBuilder\"},{\"id\":558,\"kind\":2048,\"name\":\"timeout\",\"url\":\"classes/sap_cloud_sdk_odata_v2.UpdateRequestBuilder#timeout\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v2.UpdateRequestBuilder\"},{\"id\":559,\"kind\":2048,\"name\":\"addCustomQueryParameters\",\"url\":\"classes/sap_cloud_sdk_odata_v2.UpdateRequestBuilder#addCustomQueryParameters\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v2.UpdateRequestBuilder\"},{\"id\":560,\"kind\":2048,\"name\":\"setCustomServicePath\",\"url\":\"classes/sap_cloud_sdk_odata_v2.UpdateRequestBuilder#setCustomServicePath\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v2.UpdateRequestBuilder\"},{\"id\":561,\"kind\":2048,\"name\":\"addCustomRequestConfiguration\",\"url\":\"classes/sap_cloud_sdk_odata_v2.UpdateRequestBuilder#addCustomRequestConfiguration\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v2.UpdateRequestBuilder\"},{\"id\":562,\"kind\":2048,\"name\":\"appendPath\",\"url\":\"classes/sap_cloud_sdk_odata_v2.UpdateRequestBuilder#appendPath\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v2.UpdateRequestBuilder\"},{\"id\":563,\"kind\":2048,\"name\":\"skipCsrfTokenFetching\",\"url\":\"classes/sap_cloud_sdk_odata_v2.UpdateRequestBuilder#skipCsrfTokenFetching\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v2.UpdateRequestBuilder\"},{\"id\":564,\"kind\":2048,\"name\":\"build\",\"url\":\"classes/sap_cloud_sdk_odata_v2.UpdateRequestBuilder#build\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected\",\"parent\":\"@sap-cloud-sdk/odata-v2.UpdateRequestBuilder\"},{\"id\":565,\"kind\":128,\"name\":\"FunctionImportRequestBuilder\",\"url\":\"classes/sap_cloud_sdk_odata_v2.FunctionImportRequestBuilder\",\"classes\":\"tsd-kind-class tsd-parent-kind-module tsd-has-type-parameter\",\"parent\":\"@sap-cloud-sdk/odata-v2\"},{\"id\":566,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/sap_cloud_sdk_odata_v2.FunctionImportRequestBuilder#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-has-type-parameter tsd-is-overwrite\",\"parent\":\"@sap-cloud-sdk/odata-v2.FunctionImportRequestBuilder\"},{\"id\":567,\"kind\":1024,\"name\":\"responseTransformer\",\"url\":\"classes/sap_cloud_sdk_odata_v2.FunctionImportRequestBuilder#responseTransformer\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"@sap-cloud-sdk/odata-v2.FunctionImportRequestBuilder\"},{\"id\":568,\"kind\":65536,\"name\":\"__type\",\"url\":\"classes/sap_cloud_sdk_odata_v2.FunctionImportRequestBuilder#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-class\",\"parent\":\"@sap-cloud-sdk/odata-v2.FunctionImportRequestBuilder\"},{\"id\":569,\"kind\":2048,\"name\":\"execute\",\"url\":\"classes/sap_cloud_sdk_odata_v2.FunctionImportRequestBuilder#execute\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v2.FunctionImportRequestBuilder\"},{\"id\":570,\"kind\":2048,\"name\":\"executeRaw\",\"url\":\"classes/sap_cloud_sdk_odata_v2.FunctionImportRequestBuilder#executeRaw\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v2.FunctionImportRequestBuilder\"},{\"id\":571,\"kind\":1024,\"name\":\"requestConfig\",\"url\":\"classes/sap_cloud_sdk_odata_v2.FunctionImportRequestBuilder#requestConfig\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v2.FunctionImportRequestBuilder\"},{\"id\":572,\"kind\":2048,\"name\":\"url\",\"url\":\"classes/sap_cloud_sdk_odata_v2.FunctionImportRequestBuilder#url\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v2.FunctionImportRequestBuilder\"},{\"id\":573,\"kind\":2048,\"name\":\"relativeUrl\",\"url\":\"classes/sap_cloud_sdk_odata_v2.FunctionImportRequestBuilder#relativeUrl\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v2.FunctionImportRequestBuilder\"},{\"id\":574,\"kind\":2048,\"name\":\"addCustomHeaders\",\"url\":\"classes/sap_cloud_sdk_odata_v2.FunctionImportRequestBuilder#addCustomHeaders\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v2.FunctionImportRequestBuilder\"},{\"id\":575,\"kind\":2048,\"name\":\"timeout\",\"url\":\"classes/sap_cloud_sdk_odata_v2.FunctionImportRequestBuilder#timeout\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v2.FunctionImportRequestBuilder\"},{\"id\":576,\"kind\":2048,\"name\":\"addCustomQueryParameters\",\"url\":\"classes/sap_cloud_sdk_odata_v2.FunctionImportRequestBuilder#addCustomQueryParameters\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v2.FunctionImportRequestBuilder\"},{\"id\":577,\"kind\":2048,\"name\":\"setCustomServicePath\",\"url\":\"classes/sap_cloud_sdk_odata_v2.FunctionImportRequestBuilder#setCustomServicePath\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v2.FunctionImportRequestBuilder\"},{\"id\":578,\"kind\":2048,\"name\":\"addCustomRequestConfiguration\",\"url\":\"classes/sap_cloud_sdk_odata_v2.FunctionImportRequestBuilder#addCustomRequestConfiguration\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v2.FunctionImportRequestBuilder\"},{\"id\":579,\"kind\":2048,\"name\":\"appendPath\",\"url\":\"classes/sap_cloud_sdk_odata_v2.FunctionImportRequestBuilder#appendPath\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v2.FunctionImportRequestBuilder\"},{\"id\":580,\"kind\":2048,\"name\":\"skipCsrfTokenFetching\",\"url\":\"classes/sap_cloud_sdk_odata_v2.FunctionImportRequestBuilder#skipCsrfTokenFetching\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v2.FunctionImportRequestBuilder\"},{\"id\":581,\"kind\":2048,\"name\":\"build\",\"url\":\"classes/sap_cloud_sdk_odata_v2.FunctionImportRequestBuilder#build\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected\",\"parent\":\"@sap-cloud-sdk/odata-v2.FunctionImportRequestBuilder\"},{\"id\":582,\"kind\":128,\"name\":\"Entity\",\"url\":\"classes/sap_cloud_sdk_odata_v2.Entity\",\"classes\":\"tsd-kind-class tsd-parent-kind-module\",\"parent\":\"@sap-cloud-sdk/odata-v2\"},{\"id\":583,\"kind\":1024,\"name\":\"_serviceName\",\"url\":\"classes/sap_cloud_sdk_odata_v2.Entity#_serviceName\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-static\",\"parent\":\"@sap-cloud-sdk/odata-v2.Entity\"},{\"id\":584,\"kind\":1024,\"name\":\"_entityName\",\"url\":\"classes/sap_cloud_sdk_odata_v2.Entity#_entityName\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-static\",\"parent\":\"@sap-cloud-sdk/odata-v2.Entity\"},{\"id\":585,\"kind\":1024,\"name\":\"_defaultServicePath\",\"url\":\"classes/sap_cloud_sdk_odata_v2.Entity#_defaultServicePath\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-static\",\"parent\":\"@sap-cloud-sdk/odata-v2.Entity\"},{\"id\":586,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/sap_cloud_sdk_odata_v2.Entity#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v2.Entity\"},{\"id\":587,\"kind\":1024,\"name\":\"_oDataVersion\",\"url\":\"classes/sap_cloud_sdk_odata_v2.Entity#_oDataVersion\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"@sap-cloud-sdk/odata-v2.Entity\"},{\"id\":588,\"kind\":1024,\"name\":\"remoteState\",\"url\":\"classes/sap_cloud_sdk_odata_v2.Entity#remoteState\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected\",\"parent\":\"@sap-cloud-sdk/odata-v2.Entity\"},{\"id\":589,\"kind\":65536,\"name\":\"__type\",\"url\":\"classes/sap_cloud_sdk_odata_v2.Entity#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-class\",\"parent\":\"@sap-cloud-sdk/odata-v2.Entity\"},{\"id\":590,\"kind\":1024,\"name\":\"_versionIdentifier\",\"url\":\"classes/sap_cloud_sdk_odata_v2.Entity#_versionIdentifier\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected\",\"parent\":\"@sap-cloud-sdk/odata-v2.Entity\"},{\"id\":591,\"kind\":1024,\"name\":\"_customFields\",\"url\":\"classes/sap_cloud_sdk_odata_v2.Entity#_customFields\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected\",\"parent\":\"@sap-cloud-sdk/odata-v2.Entity\"},{\"id\":592,\"kind\":262144,\"name\":\"versionIdentifier\",\"url\":\"classes/sap_cloud_sdk_odata_v2.Entity#versionIdentifier\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v2.Entity\"},{\"id\":593,\"kind\":2048,\"name\":\"getCustomFields\",\"url\":\"classes/sap_cloud_sdk_odata_v2.Entity#getCustomFields\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v2.Entity\"},{\"id\":594,\"kind\":2048,\"name\":\"getCustomField\",\"url\":\"classes/sap_cloud_sdk_odata_v2.Entity#getCustomField\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v2.Entity\"},{\"id\":595,\"kind\":2048,\"name\":\"setCustomField\",\"url\":\"classes/sap_cloud_sdk_odata_v2.Entity#setCustomField\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v2.Entity\"},{\"id\":596,\"kind\":2048,\"name\":\"hasCustomField\",\"url\":\"classes/sap_cloud_sdk_odata_v2.Entity#hasCustomField\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v2.Entity\"},{\"id\":597,\"kind\":2048,\"name\":\"setCustomFields\",\"url\":\"classes/sap_cloud_sdk_odata_v2.Entity#setCustomFields\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v2.Entity\"},{\"id\":598,\"kind\":2048,\"name\":\"setVersionIdentifier\",\"url\":\"classes/sap_cloud_sdk_odata_v2.Entity#setVersionIdentifier\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v2.Entity\"},{\"id\":599,\"kind\":2048,\"name\":\"setOrInitializeRemoteState\",\"url\":\"classes/sap_cloud_sdk_odata_v2.Entity#setOrInitializeRemoteState\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v2.Entity\"},{\"id\":600,\"kind\":2048,\"name\":\"getUpdatedCustomFields\",\"url\":\"classes/sap_cloud_sdk_odata_v2.Entity#getUpdatedCustomFields\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v2.Entity\"},{\"id\":601,\"kind\":2048,\"name\":\"getUpdatedProperties\",\"url\":\"classes/sap_cloud_sdk_odata_v2.Entity#getUpdatedProperties\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v2.Entity\"},{\"id\":602,\"kind\":2048,\"name\":\"getUpdatedPropertyNames\",\"url\":\"classes/sap_cloud_sdk_odata_v2.Entity#getUpdatedPropertyNames\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v2.Entity\"},{\"id\":603,\"kind\":2048,\"name\":\"toJSON\",\"url\":\"classes/sap_cloud_sdk_odata_v2.Entity#toJSON\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v2.Entity\"},{\"id\":604,\"kind\":2048,\"name\":\"isVisitedEntity\",\"url\":\"classes/sap_cloud_sdk_odata_v2.Entity#isVisitedEntity\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited tsd-is-protected\",\"parent\":\"@sap-cloud-sdk/odata-v2.Entity\"},{\"id\":605,\"kind\":2048,\"name\":\"getCurrentStateForKey\",\"url\":\"classes/sap_cloud_sdk_odata_v2.Entity#getCurrentStateForKey\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected\",\"parent\":\"@sap-cloud-sdk/odata-v2.Entity\"},{\"id\":606,\"kind\":2048,\"name\":\"isConflictingCustomField\",\"url\":\"classes/sap_cloud_sdk_odata_v2.Entity#isConflictingCustomField\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected\",\"parent\":\"@sap-cloud-sdk/odata-v2.Entity\"},{\"id\":607,\"kind\":2048,\"name\":\"asObject\",\"url\":\"classes/sap_cloud_sdk_odata_v2.Entity#asObject\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected\",\"parent\":\"@sap-cloud-sdk/odata-v2.Entity\"},{\"id\":608,\"kind\":128,\"name\":\"CustomField\",\"url\":\"classes/sap_cloud_sdk_odata_v2.CustomField\",\"classes\":\"tsd-kind-class tsd-parent-kind-module tsd-has-type-parameter\",\"parent\":\"@sap-cloud-sdk/odata-v2\"},{\"id\":609,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/sap_cloud_sdk_odata_v2.CustomField#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v2.CustomField\"},{\"id\":610,\"kind\":2048,\"name\":\"edmDateTime\",\"url\":\"classes/sap_cloud_sdk_odata_v2.CustomField#edmDateTime\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"@sap-cloud-sdk/odata-v2.CustomField\"},{\"id\":611,\"kind\":2048,\"name\":\"edmTime\",\"url\":\"classes/sap_cloud_sdk_odata_v2.CustomField#edmTime\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"@sap-cloud-sdk/odata-v2.CustomField\"},{\"id\":612,\"kind\":1024,\"name\":\"fieldBuilder\",\"url\":\"classes/sap_cloud_sdk_odata_v2.CustomField#fieldBuilder\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected\",\"parent\":\"@sap-cloud-sdk/odata-v2.CustomField\"},{\"id\":613,\"kind\":2048,\"name\":\"edmString\",\"url\":\"classes/sap_cloud_sdk_odata_v2.CustomField#edmString\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v2.CustomField\"},{\"id\":614,\"kind\":2048,\"name\":\"edmBoolean\",\"url\":\"classes/sap_cloud_sdk_odata_v2.CustomField#edmBoolean\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v2.CustomField\"},{\"id\":615,\"kind\":2048,\"name\":\"edmGuid\",\"url\":\"classes/sap_cloud_sdk_odata_v2.CustomField#edmGuid\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v2.CustomField\"},{\"id\":616,\"kind\":2048,\"name\":\"edmDecimal\",\"url\":\"classes/sap_cloud_sdk_odata_v2.CustomField#edmDecimal\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v2.CustomField\"},{\"id\":617,\"kind\":2048,\"name\":\"edmInt16\",\"url\":\"classes/sap_cloud_sdk_odata_v2.CustomField#edmInt16\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v2.CustomField\"},{\"id\":618,\"kind\":2048,\"name\":\"edmInt32\",\"url\":\"classes/sap_cloud_sdk_odata_v2.CustomField#edmInt32\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v2.CustomField\"},{\"id\":619,\"kind\":2048,\"name\":\"edmInt64\",\"url\":\"classes/sap_cloud_sdk_odata_v2.CustomField#edmInt64\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v2.CustomField\"},{\"id\":620,\"kind\":2048,\"name\":\"edmSingle\",\"url\":\"classes/sap_cloud_sdk_odata_v2.CustomField#edmSingle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v2.CustomField\"},{\"id\":621,\"kind\":2048,\"name\":\"edmDouble\",\"url\":\"classes/sap_cloud_sdk_odata_v2.CustomField#edmDouble\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v2.CustomField\"},{\"id\":622,\"kind\":2048,\"name\":\"edmByte\",\"url\":\"classes/sap_cloud_sdk_odata_v2.CustomField#edmByte\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v2.CustomField\"},{\"id\":623,\"kind\":2048,\"name\":\"edmSByte\",\"url\":\"classes/sap_cloud_sdk_odata_v2.CustomField#edmSByte\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v2.CustomField\"},{\"id\":624,\"kind\":2048,\"name\":\"edmDateTimeOffset\",\"url\":\"classes/sap_cloud_sdk_odata_v2.CustomField#edmDateTimeOffset\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v2.CustomField\"},{\"id\":625,\"kind\":2048,\"name\":\"edmBinary\",\"url\":\"classes/sap_cloud_sdk_odata_v2.CustomField#edmBinary\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v2.CustomField\"},{\"id\":626,\"kind\":1024,\"name\":\"_fieldName\",\"url\":\"classes/sap_cloud_sdk_odata_v2.CustomField#_fieldName\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v2.CustomField\"},{\"id\":627,\"kind\":1024,\"name\":\"_entityConstructor\",\"url\":\"classes/sap_cloud_sdk_odata_v2.CustomField#_entityConstructor\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v2.CustomField\"},{\"id\":628,\"kind\":1024,\"name\":\"_fieldOptions\",\"url\":\"classes/sap_cloud_sdk_odata_v2.CustomField#_fieldOptions\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v2.CustomField\"},{\"id\":629,\"kind\":2048,\"name\":\"fieldPath\",\"url\":\"classes/sap_cloud_sdk_odata_v2.CustomField#fieldPath\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v2.CustomField\"},{\"id\":630,\"kind\":32,\"name\":\"defaultDeSerializers\",\"url\":\"modules/sap_cloud_sdk_odata_v2#defaultDeSerializers\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"@sap-cloud-sdk/odata-v2\"},{\"id\":631,\"kind\":64,\"name\":\"edmToTs\",\"url\":\"modules/sap_cloud_sdk_odata_v2#edmToTs\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"@sap-cloud-sdk/odata-v2\"},{\"id\":632,\"kind\":64,\"name\":\"entityDeserializer\",\"url\":\"modules/sap_cloud_sdk_odata_v2#entityDeserializer\",\"classes\":\"tsd-kind-function tsd-parent-kind-module tsd-has-type-parameter\",\"parent\":\"@sap-cloud-sdk/odata-v2\"},{\"id\":633,\"kind\":64,\"name\":\"mergeDefaultDeSerializersWith\",\"url\":\"modules/sap_cloud_sdk_odata_v2#mergeDefaultDeSerializersWith\",\"classes\":\"tsd-kind-function tsd-parent-kind-module tsd-has-type-parameter\",\"parent\":\"@sap-cloud-sdk/odata-v2\"},{\"id\":634,\"kind\":4194304,\"name\":\"CustomDeSerializers\",\"url\":\"modules/sap_cloud_sdk_odata_v2#CustomDeSerializers\",\"classes\":\"tsd-kind-type-alias tsd-parent-kind-module tsd-has-type-parameter\",\"parent\":\"@sap-cloud-sdk/odata-v2\"},{\"id\":635,\"kind\":4194304,\"name\":\"DefaultDeSerializers\",\"url\":\"modules/sap_cloud_sdk_odata_v2#DefaultDeSerializers\",\"classes\":\"tsd-kind-type-alias tsd-parent-kind-module\",\"parent\":\"@sap-cloud-sdk/odata-v2\"},{\"id\":636,\"kind\":256,\"name\":\"DeSerializers\",\"url\":\"interfaces/sap_cloud_sdk_odata_v2.DeSerializers\",\"classes\":\"tsd-kind-interface tsd-parent-kind-module tsd-has-type-parameter\",\"parent\":\"@sap-cloud-sdk/odata-v2\"},{\"id\":637,\"kind\":1024,\"name\":\"Edm.DateTime\",\"url\":\"interfaces/sap_cloud_sdk_odata_v2.DeSerializers#Edm_DateTime\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"@sap-cloud-sdk/odata-v2.DeSerializers\"},{\"id\":638,\"kind\":1024,\"name\":\"Edm.DateTimeOffset\",\"url\":\"interfaces/sap_cloud_sdk_odata_v2.DeSerializers#Edm_DateTimeOffset\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"@sap-cloud-sdk/odata-v2.DeSerializers\"},{\"id\":639,\"kind\":1024,\"name\":\"Edm.Time\",\"url\":\"interfaces/sap_cloud_sdk_odata_v2.DeSerializers#Edm_Time\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"@sap-cloud-sdk/odata-v2.DeSerializers\"},{\"id\":640,\"kind\":1024,\"name\":\"Edm.Binary\",\"url\":\"interfaces/sap_cloud_sdk_odata_v2.DeSerializers#Edm_Binary\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v2.DeSerializers\"},{\"id\":641,\"kind\":1024,\"name\":\"Edm.Boolean\",\"url\":\"interfaces/sap_cloud_sdk_odata_v2.DeSerializers#Edm_Boolean\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v2.DeSerializers\"},{\"id\":642,\"kind\":1024,\"name\":\"Edm.Byte\",\"url\":\"interfaces/sap_cloud_sdk_odata_v2.DeSerializers#Edm_Byte\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v2.DeSerializers\"},{\"id\":643,\"kind\":1024,\"name\":\"Edm.Decimal\",\"url\":\"interfaces/sap_cloud_sdk_odata_v2.DeSerializers#Edm_Decimal\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v2.DeSerializers\"},{\"id\":644,\"kind\":1024,\"name\":\"Edm.Double\",\"url\":\"interfaces/sap_cloud_sdk_odata_v2.DeSerializers#Edm_Double\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v2.DeSerializers\"},{\"id\":645,\"kind\":1024,\"name\":\"Edm.Float\",\"url\":\"interfaces/sap_cloud_sdk_odata_v2.DeSerializers#Edm_Float\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v2.DeSerializers\"},{\"id\":646,\"kind\":1024,\"name\":\"Edm.Int16\",\"url\":\"interfaces/sap_cloud_sdk_odata_v2.DeSerializers#Edm_Int16\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v2.DeSerializers\"},{\"id\":647,\"kind\":1024,\"name\":\"Edm.Int32\",\"url\":\"interfaces/sap_cloud_sdk_odata_v2.DeSerializers#Edm_Int32\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v2.DeSerializers\"},{\"id\":648,\"kind\":1024,\"name\":\"Edm.Int64\",\"url\":\"interfaces/sap_cloud_sdk_odata_v2.DeSerializers#Edm_Int64\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v2.DeSerializers\"},{\"id\":649,\"kind\":1024,\"name\":\"Edm.Guid\",\"url\":\"interfaces/sap_cloud_sdk_odata_v2.DeSerializers#Edm_Guid\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v2.DeSerializers\"},{\"id\":650,\"kind\":1024,\"name\":\"Edm.SByte\",\"url\":\"interfaces/sap_cloud_sdk_odata_v2.DeSerializers#Edm_SByte\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v2.DeSerializers\"},{\"id\":651,\"kind\":1024,\"name\":\"Edm.Single\",\"url\":\"interfaces/sap_cloud_sdk_odata_v2.DeSerializers#Edm_Single\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v2.DeSerializers\"},{\"id\":652,\"kind\":1024,\"name\":\"Edm.String\",\"url\":\"interfaces/sap_cloud_sdk_odata_v2.DeSerializers#Edm_String\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v2.DeSerializers\"},{\"id\":653,\"kind\":1024,\"name\":\"Edm.Any\",\"url\":\"interfaces/sap_cloud_sdk_odata_v2.DeSerializers#Edm_Any\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v2.DeSerializers\"},{\"id\":654,\"kind\":16777216,\"name\":\"AllFields\",\"url\":\"modules/sap_cloud_sdk_odata_v2#AllFields\",\"classes\":\"tsd-kind-reference tsd-parent-kind-module\",\"parent\":\"@sap-cloud-sdk/odata-v2\"},{\"id\":655,\"kind\":16777216,\"name\":\"and\",\"url\":\"modules/sap_cloud_sdk_odata_v2#and\",\"classes\":\"tsd-kind-reference tsd-parent-kind-module\",\"parent\":\"@sap-cloud-sdk/odata-v2\"},{\"id\":656,\"kind\":16777216,\"name\":\"BatchChangeSet\",\"url\":\"modules/sap_cloud_sdk_odata_v2#BatchChangeSet\",\"classes\":\"tsd-kind-reference tsd-parent-kind-module\",\"parent\":\"@sap-cloud-sdk/odata-v2\"},{\"id\":657,\"kind\":16777216,\"name\":\"ComplexTypeField\",\"url\":\"modules/sap_cloud_sdk_odata_v2#ComplexTypeField\",\"classes\":\"tsd-kind-reference tsd-parent-kind-module\",\"parent\":\"@sap-cloud-sdk/odata-v2\"},{\"id\":658,\"kind\":16777216,\"name\":\"ConstructorOrField\",\"url\":\"modules/sap_cloud_sdk_odata_v2#ConstructorOrField\",\"classes\":\"tsd-kind-reference tsd-parent-kind-module\",\"parent\":\"@sap-cloud-sdk/odata-v2\"},{\"id\":659,\"kind\":16777216,\"name\":\"DeserializedType\",\"url\":\"modules/sap_cloud_sdk_odata_v2#DeserializedType\",\"classes\":\"tsd-kind-reference tsd-parent-kind-module\",\"parent\":\"@sap-cloud-sdk/odata-v2\"},{\"id\":660,\"kind\":16777216,\"name\":\"EdmTypeField\",\"url\":\"modules/sap_cloud_sdk_odata_v2#EdmTypeField\",\"classes\":\"tsd-kind-reference tsd-parent-kind-module\",\"parent\":\"@sap-cloud-sdk/odata-v2\"},{\"id\":661,\"kind\":16777216,\"name\":\"entityBuilder\",\"url\":\"modules/sap_cloud_sdk_odata_v2#entityBuilder\",\"classes\":\"tsd-kind-reference tsd-parent-kind-module\",\"parent\":\"@sap-cloud-sdk/odata-v2\"},{\"id\":662,\"kind\":16777216,\"name\":\"EntityApi\",\"url\":\"modules/sap_cloud_sdk_odata_v2#EntityApi\",\"classes\":\"tsd-kind-reference tsd-parent-kind-module\",\"parent\":\"@sap-cloud-sdk/odata-v2\"},{\"id\":663,\"kind\":16777216,\"name\":\"EntityBuilderType\",\"url\":\"modules/sap_cloud_sdk_odata_v2#EntityBuilderType\",\"classes\":\"tsd-kind-reference tsd-parent-kind-module\",\"parent\":\"@sap-cloud-sdk/odata-v2\"},{\"id\":664,\"kind\":16777216,\"name\":\"FieldBuilder\",\"url\":\"modules/sap_cloud_sdk_odata_v2#FieldBuilder\",\"classes\":\"tsd-kind-reference tsd-parent-kind-module\",\"parent\":\"@sap-cloud-sdk/odata-v2\"},{\"id\":665,\"kind\":16777216,\"name\":\"FieldOptions\",\"url\":\"modules/sap_cloud_sdk_odata_v2#FieldOptions\",\"classes\":\"tsd-kind-reference tsd-parent-kind-module\",\"parent\":\"@sap-cloud-sdk/odata-v2\"},{\"id\":666,\"kind\":16777216,\"name\":\"FunctionImportParameter\",\"url\":\"modules/sap_cloud_sdk_odata_v2#FunctionImportParameter\",\"classes\":\"tsd-kind-reference tsd-parent-kind-module\",\"parent\":\"@sap-cloud-sdk/odata-v2\"},{\"id\":667,\"kind\":16777216,\"name\":\"Link\",\"url\":\"modules/sap_cloud_sdk_odata_v2#Link\",\"classes\":\"tsd-kind-reference tsd-parent-kind-module\",\"parent\":\"@sap-cloud-sdk/odata-v2\"},{\"id\":668,\"kind\":16777216,\"name\":\"not\",\"url\":\"modules/sap_cloud_sdk_odata_v2#not\",\"classes\":\"tsd-kind-reference tsd-parent-kind-module\",\"parent\":\"@sap-cloud-sdk/odata-v2\"},{\"id\":669,\"kind\":16777216,\"name\":\"OneToManyLink\",\"url\":\"modules/sap_cloud_sdk_odata_v2#OneToManyLink\",\"classes\":\"tsd-kind-reference tsd-parent-kind-module\",\"parent\":\"@sap-cloud-sdk/odata-v2\"},{\"id\":670,\"kind\":16777216,\"name\":\"OneToOneLink\",\"url\":\"modules/sap_cloud_sdk_odata_v2#OneToOneLink\",\"classes\":\"tsd-kind-reference tsd-parent-kind-module\",\"parent\":\"@sap-cloud-sdk/odata-v2\"},{\"id\":671,\"kind\":16777216,\"name\":\"or\",\"url\":\"modules/sap_cloud_sdk_odata_v2#or\",\"classes\":\"tsd-kind-reference tsd-parent-kind-module\",\"parent\":\"@sap-cloud-sdk/odata-v2\"},{\"id\":672,\"kind\":16777216,\"name\":\"OrderableEdmTypeField\",\"url\":\"modules/sap_cloud_sdk_odata_v2#OrderableEdmTypeField\",\"classes\":\"tsd-kind-reference tsd-parent-kind-module\",\"parent\":\"@sap-cloud-sdk/odata-v2\"},{\"id\":673,\"kind\":16777216,\"name\":\"PropertyMetadata\",\"url\":\"modules/sap_cloud_sdk_odata_v2#PropertyMetadata\",\"classes\":\"tsd-kind-reference tsd-parent-kind-module\",\"parent\":\"@sap-cloud-sdk/odata-v2\"},{\"id\":674,\"kind\":16777216,\"name\":\"RequestBuilder\",\"url\":\"modules/sap_cloud_sdk_odata_v2#RequestBuilder\",\"classes\":\"tsd-kind-reference tsd-parent-kind-module\",\"parent\":\"@sap-cloud-sdk/odata-v2\"},{\"id\":675,\"kind\":16777216,\"name\":\"throwErrorWhenReturnTypeIsUnionType\",\"url\":\"modules/sap_cloud_sdk_odata_v2#throwErrorWhenReturnTypeIsUnionType\",\"classes\":\"tsd-kind-reference tsd-parent-kind-module\",\"parent\":\"@sap-cloud-sdk/odata-v2\"},{\"id\":676,\"kind\":16777216,\"name\":\"Time\",\"url\":\"modules/sap_cloud_sdk_odata_v2#Time\",\"classes\":\"tsd-kind-reference tsd-parent-kind-module\",\"parent\":\"@sap-cloud-sdk/odata-v2\"},{\"id\":677,\"kind\":16777216,\"name\":\"asc\",\"url\":\"modules/sap_cloud_sdk_odata_v2#asc\",\"classes\":\"tsd-kind-reference tsd-parent-kind-module\",\"parent\":\"@sap-cloud-sdk/odata-v2\"},{\"id\":678,\"kind\":16777216,\"name\":\"desc\",\"url\":\"modules/sap_cloud_sdk_odata_v2#desc\",\"classes\":\"tsd-kind-reference tsd-parent-kind-module\",\"parent\":\"@sap-cloud-sdk/odata-v2\"},{\"id\":679,\"kind\":16777216,\"name\":\"transformVariadicArgumentToArray\",\"url\":\"modules/sap_cloud_sdk_odata_v2#transformVariadicArgumentToArray\",\"classes\":\"tsd-kind-reference tsd-parent-kind-module\",\"parent\":\"@sap-cloud-sdk/odata-v2\"},{\"id\":680,\"kind\":64,\"name\":\"filterFunction\",\"url\":\"modules/sap_cloud_sdk_odata_v4#filterFunction\",\"classes\":\"tsd-kind-function tsd-parent-kind-module tsd-has-type-parameter\",\"parent\":\"@sap-cloud-sdk/odata-v4\"},{\"id\":681,\"kind\":64,\"name\":\"filterFunctions\",\"url\":\"modules/sap_cloud_sdk_odata_v4#filterFunctions\",\"classes\":\"tsd-kind-function tsd-parent-kind-module tsd-has-type-parameter\",\"parent\":\"@sap-cloud-sdk/odata-v4\"},{\"id\":682,\"kind\":64,\"name\":\"now\",\"url\":\"modules/sap_cloud_sdk_odata_v4#now\",\"classes\":\"tsd-kind-function tsd-parent-kind-module tsd-has-type-parameter\",\"parent\":\"@sap-cloud-sdk/odata-v4\"},{\"id\":683,\"kind\":64,\"name\":\"hasSubset\",\"url\":\"modules/sap_cloud_sdk_odata_v4#hasSubset\",\"classes\":\"tsd-kind-function tsd-parent-kind-module tsd-has-type-parameter\",\"parent\":\"@sap-cloud-sdk/odata-v4\"},{\"id\":684,\"kind\":64,\"name\":\"hasSubsequence\",\"url\":\"modules/sap_cloud_sdk_odata_v4#hasSubsequence\",\"classes\":\"tsd-kind-function tsd-parent-kind-module tsd-has-type-parameter\",\"parent\":\"@sap-cloud-sdk/odata-v4\"},{\"id\":685,\"kind\":64,\"name\":\"fractionalSeconds\",\"url\":\"modules/sap_cloud_sdk_odata_v4#fractionalSeconds\",\"classes\":\"tsd-kind-function tsd-parent-kind-module tsd-has-type-parameter\",\"parent\":\"@sap-cloud-sdk/odata-v4\"},{\"id\":686,\"kind\":64,\"name\":\"totalOffsetMinutes\",\"url\":\"modules/sap_cloud_sdk_odata_v4#totalOffsetMinutes\",\"classes\":\"tsd-kind-function tsd-parent-kind-module tsd-has-type-parameter\",\"parent\":\"@sap-cloud-sdk/odata-v4\"},{\"id\":687,\"kind\":64,\"name\":\"maxDateTime\",\"url\":\"modules/sap_cloud_sdk_odata_v4#maxDateTime\",\"classes\":\"tsd-kind-function tsd-parent-kind-module tsd-has-type-parameter\",\"parent\":\"@sap-cloud-sdk/odata-v4\"},{\"id\":688,\"kind\":64,\"name\":\"minDateTime\",\"url\":\"modules/sap_cloud_sdk_odata_v4#minDateTime\",\"classes\":\"tsd-kind-function tsd-parent-kind-module tsd-has-type-parameter\",\"parent\":\"@sap-cloud-sdk/odata-v4\"},{\"id\":689,\"kind\":64,\"name\":\"matchesPattern\",\"url\":\"modules/sap_cloud_sdk_odata_v4#matchesPattern\",\"classes\":\"tsd-kind-function tsd-parent-kind-module tsd-has-type-parameter\",\"parent\":\"@sap-cloud-sdk/odata-v4\"},{\"id\":690,\"kind\":64,\"name\":\"contains\",\"url\":\"modules/sap_cloud_sdk_odata_v4#contains\",\"classes\":\"tsd-kind-function tsd-parent-kind-module tsd-has-type-parameter\",\"parent\":\"@sap-cloud-sdk/odata-v4\"},{\"id\":691,\"kind\":64,\"name\":\"transformReturnValueForComplexType\",\"url\":\"modules/sap_cloud_sdk_odata_v4#transformReturnValueForComplexType\",\"classes\":\"tsd-kind-function tsd-parent-kind-module tsd-has-type-parameter\",\"parent\":\"@sap-cloud-sdk/odata-v4\"},{\"id\":692,\"kind\":64,\"name\":\"transformReturnValueForComplexTypeList\",\"url\":\"modules/sap_cloud_sdk_odata_v4#transformReturnValueForComplexTypeList\",\"classes\":\"tsd-kind-function tsd-parent-kind-module tsd-has-type-parameter\",\"parent\":\"@sap-cloud-sdk/odata-v4\"},{\"id\":693,\"kind\":64,\"name\":\"transformReturnValueForEdmType\",\"url\":\"modules/sap_cloud_sdk_odata_v4#transformReturnValueForEdmType\",\"classes\":\"tsd-kind-function tsd-parent-kind-module tsd-has-type-parameter\",\"parent\":\"@sap-cloud-sdk/odata-v4\"},{\"id\":694,\"kind\":64,\"name\":\"transformReturnValueForEdmTypeList\",\"url\":\"modules/sap_cloud_sdk_odata_v4#transformReturnValueForEdmTypeList\",\"classes\":\"tsd-kind-function tsd-parent-kind-module tsd-has-type-parameter\",\"parent\":\"@sap-cloud-sdk/odata-v4\"},{\"id\":695,\"kind\":64,\"name\":\"transformReturnValueForEntity\",\"url\":\"modules/sap_cloud_sdk_odata_v4#transformReturnValueForEntity\",\"classes\":\"tsd-kind-function tsd-parent-kind-module tsd-has-type-parameter\",\"parent\":\"@sap-cloud-sdk/odata-v4\"},{\"id\":696,\"kind\":64,\"name\":\"transformReturnValueForEntityList\",\"url\":\"modules/sap_cloud_sdk_odata_v4#transformReturnValueForEntityList\",\"classes\":\"tsd-kind-function tsd-parent-kind-module tsd-has-type-parameter\",\"parent\":\"@sap-cloud-sdk/odata-v4\"},{\"id\":697,\"kind\":64,\"name\":\"transformReturnValueForUndefined\",\"url\":\"modules/sap_cloud_sdk_odata_v4#transformReturnValueForUndefined\",\"classes\":\"tsd-kind-function tsd-parent-kind-module tsd-has-type-parameter\",\"parent\":\"@sap-cloud-sdk/odata-v4\"},{\"id\":698,\"kind\":128,\"name\":\"ActionImportRequestBuilder\",\"url\":\"classes/sap_cloud_sdk_odata_v4.ActionImportRequestBuilder\",\"classes\":\"tsd-kind-class tsd-parent-kind-module tsd-has-type-parameter\",\"parent\":\"@sap-cloud-sdk/odata-v4\"},{\"id\":699,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/sap_cloud_sdk_odata_v4.ActionImportRequestBuilder#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-has-type-parameter tsd-is-overwrite\",\"parent\":\"@sap-cloud-sdk/odata-v4.ActionImportRequestBuilder\"},{\"id\":700,\"kind\":1024,\"name\":\"responseTransformer\",\"url\":\"classes/sap_cloud_sdk_odata_v4.ActionImportRequestBuilder#responseTransformer\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"@sap-cloud-sdk/odata-v4.ActionImportRequestBuilder\"},{\"id\":701,\"kind\":65536,\"name\":\"__type\",\"url\":\"classes/sap_cloud_sdk_odata_v4.ActionImportRequestBuilder#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-class\",\"parent\":\"@sap-cloud-sdk/odata-v4.ActionImportRequestBuilder\"},{\"id\":702,\"kind\":2048,\"name\":\"execute\",\"url\":\"classes/sap_cloud_sdk_odata_v4.ActionImportRequestBuilder#execute\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v4.ActionImportRequestBuilder\"},{\"id\":703,\"kind\":2048,\"name\":\"executeRaw\",\"url\":\"classes/sap_cloud_sdk_odata_v4.ActionImportRequestBuilder#executeRaw\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v4.ActionImportRequestBuilder\"},{\"id\":704,\"kind\":1024,\"name\":\"requestConfig\",\"url\":\"classes/sap_cloud_sdk_odata_v4.ActionImportRequestBuilder#requestConfig\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v4.ActionImportRequestBuilder\"},{\"id\":705,\"kind\":2048,\"name\":\"url\",\"url\":\"classes/sap_cloud_sdk_odata_v4.ActionImportRequestBuilder#url\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v4.ActionImportRequestBuilder\"},{\"id\":706,\"kind\":2048,\"name\":\"relativeUrl\",\"url\":\"classes/sap_cloud_sdk_odata_v4.ActionImportRequestBuilder#relativeUrl\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v4.ActionImportRequestBuilder\"},{\"id\":707,\"kind\":2048,\"name\":\"addCustomHeaders\",\"url\":\"classes/sap_cloud_sdk_odata_v4.ActionImportRequestBuilder#addCustomHeaders\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v4.ActionImportRequestBuilder\"},{\"id\":708,\"kind\":2048,\"name\":\"timeout\",\"url\":\"classes/sap_cloud_sdk_odata_v4.ActionImportRequestBuilder#timeout\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v4.ActionImportRequestBuilder\"},{\"id\":709,\"kind\":2048,\"name\":\"addCustomQueryParameters\",\"url\":\"classes/sap_cloud_sdk_odata_v4.ActionImportRequestBuilder#addCustomQueryParameters\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v4.ActionImportRequestBuilder\"},{\"id\":710,\"kind\":2048,\"name\":\"setCustomServicePath\",\"url\":\"classes/sap_cloud_sdk_odata_v4.ActionImportRequestBuilder#setCustomServicePath\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v4.ActionImportRequestBuilder\"},{\"id\":711,\"kind\":2048,\"name\":\"addCustomRequestConfiguration\",\"url\":\"classes/sap_cloud_sdk_odata_v4.ActionImportRequestBuilder#addCustomRequestConfiguration\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v4.ActionImportRequestBuilder\"},{\"id\":712,\"kind\":2048,\"name\":\"appendPath\",\"url\":\"classes/sap_cloud_sdk_odata_v4.ActionImportRequestBuilder#appendPath\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v4.ActionImportRequestBuilder\"},{\"id\":713,\"kind\":2048,\"name\":\"skipCsrfTokenFetching\",\"url\":\"classes/sap_cloud_sdk_odata_v4.ActionImportRequestBuilder#skipCsrfTokenFetching\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v4.ActionImportRequestBuilder\"},{\"id\":714,\"kind\":2048,\"name\":\"build\",\"url\":\"classes/sap_cloud_sdk_odata_v4.ActionImportRequestBuilder#build\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected\",\"parent\":\"@sap-cloud-sdk/odata-v4.ActionImportRequestBuilder\"},{\"id\":715,\"kind\":128,\"name\":\"CountRequestBuilder\",\"url\":\"classes/sap_cloud_sdk_odata_v4.CountRequestBuilder\",\"classes\":\"tsd-kind-class tsd-parent-kind-module tsd-has-type-parameter\",\"parent\":\"@sap-cloud-sdk/odata-v4\"},{\"id\":716,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/sap_cloud_sdk_odata_v4.CountRequestBuilder#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v4.CountRequestBuilder\"},{\"id\":717,\"kind\":1024,\"name\":\"getAllRequest\",\"url\":\"classes/sap_cloud_sdk_odata_v4.CountRequestBuilder#getAllRequest\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v4.CountRequestBuilder\"},{\"id\":718,\"kind\":2048,\"name\":\"execute\",\"url\":\"classes/sap_cloud_sdk_odata_v4.CountRequestBuilder#execute\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v4.CountRequestBuilder\"},{\"id\":719,\"kind\":2048,\"name\":\"executeRaw\",\"url\":\"classes/sap_cloud_sdk_odata_v4.CountRequestBuilder#executeRaw\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v4.CountRequestBuilder\"},{\"id\":720,\"kind\":1024,\"name\":\"requestConfig\",\"url\":\"classes/sap_cloud_sdk_odata_v4.CountRequestBuilder#requestConfig\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v4.CountRequestBuilder\"},{\"id\":721,\"kind\":2048,\"name\":\"url\",\"url\":\"classes/sap_cloud_sdk_odata_v4.CountRequestBuilder#url\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v4.CountRequestBuilder\"},{\"id\":722,\"kind\":2048,\"name\":\"relativeUrl\",\"url\":\"classes/sap_cloud_sdk_odata_v4.CountRequestBuilder#relativeUrl\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v4.CountRequestBuilder\"},{\"id\":723,\"kind\":2048,\"name\":\"addCustomHeaders\",\"url\":\"classes/sap_cloud_sdk_odata_v4.CountRequestBuilder#addCustomHeaders\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v4.CountRequestBuilder\"},{\"id\":724,\"kind\":2048,\"name\":\"timeout\",\"url\":\"classes/sap_cloud_sdk_odata_v4.CountRequestBuilder#timeout\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v4.CountRequestBuilder\"},{\"id\":725,\"kind\":2048,\"name\":\"addCustomQueryParameters\",\"url\":\"classes/sap_cloud_sdk_odata_v4.CountRequestBuilder#addCustomQueryParameters\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v4.CountRequestBuilder\"},{\"id\":726,\"kind\":2048,\"name\":\"setCustomServicePath\",\"url\":\"classes/sap_cloud_sdk_odata_v4.CountRequestBuilder#setCustomServicePath\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v4.CountRequestBuilder\"},{\"id\":727,\"kind\":2048,\"name\":\"addCustomRequestConfiguration\",\"url\":\"classes/sap_cloud_sdk_odata_v4.CountRequestBuilder#addCustomRequestConfiguration\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v4.CountRequestBuilder\"},{\"id\":728,\"kind\":2048,\"name\":\"appendPath\",\"url\":\"classes/sap_cloud_sdk_odata_v4.CountRequestBuilder#appendPath\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v4.CountRequestBuilder\"},{\"id\":729,\"kind\":2048,\"name\":\"skipCsrfTokenFetching\",\"url\":\"classes/sap_cloud_sdk_odata_v4.CountRequestBuilder#skipCsrfTokenFetching\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v4.CountRequestBuilder\"},{\"id\":730,\"kind\":2048,\"name\":\"build\",\"url\":\"classes/sap_cloud_sdk_odata_v4.CountRequestBuilder#build\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected\",\"parent\":\"@sap-cloud-sdk/odata-v4.CountRequestBuilder\"},{\"id\":731,\"kind\":128,\"name\":\"CreateRequestBuilder\",\"url\":\"classes/sap_cloud_sdk_odata_v4.CreateRequestBuilder\",\"classes\":\"tsd-kind-class tsd-parent-kind-module tsd-has-type-parameter\",\"parent\":\"@sap-cloud-sdk/odata-v4\"},{\"id\":732,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/sap_cloud_sdk_odata_v4.CreateRequestBuilder#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-has-type-parameter tsd-is-overwrite\",\"parent\":\"@sap-cloud-sdk/odata-v4.CreateRequestBuilder\"},{\"id\":733,\"kind\":1024,\"name\":\"_entity\",\"url\":\"classes/sap_cloud_sdk_odata_v4.CreateRequestBuilder#_entity\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"@sap-cloud-sdk/odata-v4.CreateRequestBuilder\"},{\"id\":734,\"kind\":1024,\"name\":\"_entityApi\",\"url\":\"classes/sap_cloud_sdk_odata_v4.CreateRequestBuilder#_entityApi\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v4.CreateRequestBuilder\"},{\"id\":735,\"kind\":1024,\"name\":\"oDataUri\",\"url\":\"classes/sap_cloud_sdk_odata_v4.CreateRequestBuilder#oDataUri\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v4.CreateRequestBuilder\"},{\"id\":736,\"kind\":1024,\"name\":\"serializer\",\"url\":\"classes/sap_cloud_sdk_odata_v4.CreateRequestBuilder#serializer\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v4.CreateRequestBuilder\"},{\"id\":737,\"kind\":1024,\"name\":\"deserializer\",\"url\":\"classes/sap_cloud_sdk_odata_v4.CreateRequestBuilder#deserializer\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v4.CreateRequestBuilder\"},{\"id\":738,\"kind\":1024,\"name\":\"responseDataAccessor\",\"url\":\"classes/sap_cloud_sdk_odata_v4.CreateRequestBuilder#responseDataAccessor\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v4.CreateRequestBuilder\"},{\"id\":739,\"kind\":1024,\"name\":\"_deSerializers\",\"url\":\"classes/sap_cloud_sdk_odata_v4.CreateRequestBuilder#_deSerializers\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v4.CreateRequestBuilder\"},{\"id\":740,\"kind\":262144,\"name\":\"entity\",\"url\":\"classes/sap_cloud_sdk_odata_v4.CreateRequestBuilder#entity\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v4.CreateRequestBuilder\"},{\"id\":741,\"kind\":2048,\"name\":\"asChildOf\",\"url\":\"classes/sap_cloud_sdk_odata_v4.CreateRequestBuilder#asChildOf\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v4.CreateRequestBuilder\"},{\"id\":742,\"kind\":2048,\"name\":\"execute\",\"url\":\"classes/sap_cloud_sdk_odata_v4.CreateRequestBuilder#execute\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v4.CreateRequestBuilder\"},{\"id\":743,\"kind\":2048,\"name\":\"executeRaw\",\"url\":\"classes/sap_cloud_sdk_odata_v4.CreateRequestBuilder#executeRaw\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v4.CreateRequestBuilder\"},{\"id\":744,\"kind\":1024,\"name\":\"requestConfig\",\"url\":\"classes/sap_cloud_sdk_odata_v4.CreateRequestBuilder#requestConfig\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v4.CreateRequestBuilder\"},{\"id\":745,\"kind\":2048,\"name\":\"url\",\"url\":\"classes/sap_cloud_sdk_odata_v4.CreateRequestBuilder#url\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v4.CreateRequestBuilder\"},{\"id\":746,\"kind\":2048,\"name\":\"relativeUrl\",\"url\":\"classes/sap_cloud_sdk_odata_v4.CreateRequestBuilder#relativeUrl\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v4.CreateRequestBuilder\"},{\"id\":747,\"kind\":2048,\"name\":\"addCustomHeaders\",\"url\":\"classes/sap_cloud_sdk_odata_v4.CreateRequestBuilder#addCustomHeaders\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v4.CreateRequestBuilder\"},{\"id\":748,\"kind\":2048,\"name\":\"timeout\",\"url\":\"classes/sap_cloud_sdk_odata_v4.CreateRequestBuilder#timeout\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v4.CreateRequestBuilder\"},{\"id\":749,\"kind\":2048,\"name\":\"addCustomQueryParameters\",\"url\":\"classes/sap_cloud_sdk_odata_v4.CreateRequestBuilder#addCustomQueryParameters\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v4.CreateRequestBuilder\"},{\"id\":750,\"kind\":2048,\"name\":\"setCustomServicePath\",\"url\":\"classes/sap_cloud_sdk_odata_v4.CreateRequestBuilder#setCustomServicePath\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v4.CreateRequestBuilder\"},{\"id\":751,\"kind\":2048,\"name\":\"addCustomRequestConfiguration\",\"url\":\"classes/sap_cloud_sdk_odata_v4.CreateRequestBuilder#addCustomRequestConfiguration\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v4.CreateRequestBuilder\"},{\"id\":752,\"kind\":2048,\"name\":\"appendPath\",\"url\":\"classes/sap_cloud_sdk_odata_v4.CreateRequestBuilder#appendPath\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v4.CreateRequestBuilder\"},{\"id\":753,\"kind\":2048,\"name\":\"skipCsrfTokenFetching\",\"url\":\"classes/sap_cloud_sdk_odata_v4.CreateRequestBuilder#skipCsrfTokenFetching\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v4.CreateRequestBuilder\"},{\"id\":754,\"kind\":2048,\"name\":\"build\",\"url\":\"classes/sap_cloud_sdk_odata_v4.CreateRequestBuilder#build\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected\",\"parent\":\"@sap-cloud-sdk/odata-v4.CreateRequestBuilder\"},{\"id\":755,\"kind\":128,\"name\":\"DeleteRequestBuilder\",\"url\":\"classes/sap_cloud_sdk_odata_v4.DeleteRequestBuilder\",\"classes\":\"tsd-kind-class tsd-parent-kind-module tsd-has-type-parameter\",\"parent\":\"@sap-cloud-sdk/odata-v4\"},{\"id\":756,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/sap_cloud_sdk_odata_v4.DeleteRequestBuilder#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-has-type-parameter tsd-is-overwrite\",\"parent\":\"@sap-cloud-sdk/odata-v4.DeleteRequestBuilder\"},{\"id\":757,\"kind\":1024,\"name\":\"_entity\",\"url\":\"classes/sap_cloud_sdk_odata_v4.DeleteRequestBuilder#_entity\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"@sap-cloud-sdk/odata-v4.DeleteRequestBuilder\"},{\"id\":758,\"kind\":2048,\"name\":\"setVersionIdentifier\",\"url\":\"classes/sap_cloud_sdk_odata_v4.DeleteRequestBuilder#setVersionIdentifier\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"@sap-cloud-sdk/odata-v4.DeleteRequestBuilder\"},{\"id\":759,\"kind\":1024,\"name\":\"_entityApi\",\"url\":\"classes/sap_cloud_sdk_odata_v4.DeleteRequestBuilder#_entityApi\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v4.DeleteRequestBuilder\"},{\"id\":760,\"kind\":1024,\"name\":\"_deSerializers\",\"url\":\"classes/sap_cloud_sdk_odata_v4.DeleteRequestBuilder#_deSerializers\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v4.DeleteRequestBuilder\"},{\"id\":761,\"kind\":2048,\"name\":\"ignoreVersionIdentifier\",\"url\":\"classes/sap_cloud_sdk_odata_v4.DeleteRequestBuilder#ignoreVersionIdentifier\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v4.DeleteRequestBuilder\"},{\"id\":762,\"kind\":2048,\"name\":\"execute\",\"url\":\"classes/sap_cloud_sdk_odata_v4.DeleteRequestBuilder#execute\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v4.DeleteRequestBuilder\"},{\"id\":763,\"kind\":2048,\"name\":\"executeRaw\",\"url\":\"classes/sap_cloud_sdk_odata_v4.DeleteRequestBuilder#executeRaw\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v4.DeleteRequestBuilder\"},{\"id\":764,\"kind\":1024,\"name\":\"requestConfig\",\"url\":\"classes/sap_cloud_sdk_odata_v4.DeleteRequestBuilder#requestConfig\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v4.DeleteRequestBuilder\"},{\"id\":765,\"kind\":2048,\"name\":\"url\",\"url\":\"classes/sap_cloud_sdk_odata_v4.DeleteRequestBuilder#url\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v4.DeleteRequestBuilder\"},{\"id\":766,\"kind\":2048,\"name\":\"relativeUrl\",\"url\":\"classes/sap_cloud_sdk_odata_v4.DeleteRequestBuilder#relativeUrl\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v4.DeleteRequestBuilder\"},{\"id\":767,\"kind\":2048,\"name\":\"addCustomHeaders\",\"url\":\"classes/sap_cloud_sdk_odata_v4.DeleteRequestBuilder#addCustomHeaders\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v4.DeleteRequestBuilder\"},{\"id\":768,\"kind\":2048,\"name\":\"timeout\",\"url\":\"classes/sap_cloud_sdk_odata_v4.DeleteRequestBuilder#timeout\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v4.DeleteRequestBuilder\"},{\"id\":769,\"kind\":2048,\"name\":\"addCustomQueryParameters\",\"url\":\"classes/sap_cloud_sdk_odata_v4.DeleteRequestBuilder#addCustomQueryParameters\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v4.DeleteRequestBuilder\"},{\"id\":770,\"kind\":2048,\"name\":\"setCustomServicePath\",\"url\":\"classes/sap_cloud_sdk_odata_v4.DeleteRequestBuilder#setCustomServicePath\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v4.DeleteRequestBuilder\"},{\"id\":771,\"kind\":2048,\"name\":\"addCustomRequestConfiguration\",\"url\":\"classes/sap_cloud_sdk_odata_v4.DeleteRequestBuilder#addCustomRequestConfiguration\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v4.DeleteRequestBuilder\"},{\"id\":772,\"kind\":2048,\"name\":\"appendPath\",\"url\":\"classes/sap_cloud_sdk_odata_v4.DeleteRequestBuilder#appendPath\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v4.DeleteRequestBuilder\"},{\"id\":773,\"kind\":2048,\"name\":\"skipCsrfTokenFetching\",\"url\":\"classes/sap_cloud_sdk_odata_v4.DeleteRequestBuilder#skipCsrfTokenFetching\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v4.DeleteRequestBuilder\"},{\"id\":774,\"kind\":2048,\"name\":\"build\",\"url\":\"classes/sap_cloud_sdk_odata_v4.DeleteRequestBuilder#build\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected\",\"parent\":\"@sap-cloud-sdk/odata-v4.DeleteRequestBuilder\"},{\"id\":775,\"kind\":128,\"name\":\"FunctionImportRequestBuilder\",\"url\":\"classes/sap_cloud_sdk_odata_v4.FunctionImportRequestBuilder\",\"classes\":\"tsd-kind-class tsd-parent-kind-module tsd-has-type-parameter\",\"parent\":\"@sap-cloud-sdk/odata-v4\"},{\"id\":776,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/sap_cloud_sdk_odata_v4.FunctionImportRequestBuilder#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-has-type-parameter tsd-is-overwrite\",\"parent\":\"@sap-cloud-sdk/odata-v4.FunctionImportRequestBuilder\"},{\"id\":777,\"kind\":1024,\"name\":\"responseTransformer\",\"url\":\"classes/sap_cloud_sdk_odata_v4.FunctionImportRequestBuilder#responseTransformer\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"@sap-cloud-sdk/odata-v4.FunctionImportRequestBuilder\"},{\"id\":778,\"kind\":65536,\"name\":\"__type\",\"url\":\"classes/sap_cloud_sdk_odata_v4.FunctionImportRequestBuilder#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-class\",\"parent\":\"@sap-cloud-sdk/odata-v4.FunctionImportRequestBuilder\"},{\"id\":779,\"kind\":2048,\"name\":\"execute\",\"url\":\"classes/sap_cloud_sdk_odata_v4.FunctionImportRequestBuilder#execute\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v4.FunctionImportRequestBuilder\"},{\"id\":780,\"kind\":2048,\"name\":\"executeRaw\",\"url\":\"classes/sap_cloud_sdk_odata_v4.FunctionImportRequestBuilder#executeRaw\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v4.FunctionImportRequestBuilder\"},{\"id\":781,\"kind\":1024,\"name\":\"requestConfig\",\"url\":\"classes/sap_cloud_sdk_odata_v4.FunctionImportRequestBuilder#requestConfig\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v4.FunctionImportRequestBuilder\"},{\"id\":782,\"kind\":2048,\"name\":\"url\",\"url\":\"classes/sap_cloud_sdk_odata_v4.FunctionImportRequestBuilder#url\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v4.FunctionImportRequestBuilder\"},{\"id\":783,\"kind\":2048,\"name\":\"relativeUrl\",\"url\":\"classes/sap_cloud_sdk_odata_v4.FunctionImportRequestBuilder#relativeUrl\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v4.FunctionImportRequestBuilder\"},{\"id\":784,\"kind\":2048,\"name\":\"addCustomHeaders\",\"url\":\"classes/sap_cloud_sdk_odata_v4.FunctionImportRequestBuilder#addCustomHeaders\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v4.FunctionImportRequestBuilder\"},{\"id\":785,\"kind\":2048,\"name\":\"timeout\",\"url\":\"classes/sap_cloud_sdk_odata_v4.FunctionImportRequestBuilder#timeout\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v4.FunctionImportRequestBuilder\"},{\"id\":786,\"kind\":2048,\"name\":\"addCustomQueryParameters\",\"url\":\"classes/sap_cloud_sdk_odata_v4.FunctionImportRequestBuilder#addCustomQueryParameters\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v4.FunctionImportRequestBuilder\"},{\"id\":787,\"kind\":2048,\"name\":\"setCustomServicePath\",\"url\":\"classes/sap_cloud_sdk_odata_v4.FunctionImportRequestBuilder#setCustomServicePath\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v4.FunctionImportRequestBuilder\"},{\"id\":788,\"kind\":2048,\"name\":\"addCustomRequestConfiguration\",\"url\":\"classes/sap_cloud_sdk_odata_v4.FunctionImportRequestBuilder#addCustomRequestConfiguration\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v4.FunctionImportRequestBuilder\"},{\"id\":789,\"kind\":2048,\"name\":\"appendPath\",\"url\":\"classes/sap_cloud_sdk_odata_v4.FunctionImportRequestBuilder#appendPath\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v4.FunctionImportRequestBuilder\"},{\"id\":790,\"kind\":2048,\"name\":\"skipCsrfTokenFetching\",\"url\":\"classes/sap_cloud_sdk_odata_v4.FunctionImportRequestBuilder#skipCsrfTokenFetching\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v4.FunctionImportRequestBuilder\"},{\"id\":791,\"kind\":2048,\"name\":\"build\",\"url\":\"classes/sap_cloud_sdk_odata_v4.FunctionImportRequestBuilder#build\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected\",\"parent\":\"@sap-cloud-sdk/odata-v4.FunctionImportRequestBuilder\"},{\"id\":792,\"kind\":128,\"name\":\"GetAllRequestBuilder\",\"url\":\"classes/sap_cloud_sdk_odata_v4.GetAllRequestBuilder\",\"classes\":\"tsd-kind-class tsd-parent-kind-module tsd-has-type-parameter\",\"parent\":\"@sap-cloud-sdk/odata-v4\"},{\"id\":793,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/sap_cloud_sdk_odata_v4.GetAllRequestBuilder#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-has-type-parameter tsd-is-overwrite\",\"parent\":\"@sap-cloud-sdk/odata-v4.GetAllRequestBuilder\"},{\"id\":794,\"kind\":1024,\"name\":\"_entity\",\"url\":\"classes/sap_cloud_sdk_odata_v4.GetAllRequestBuilder#_entity\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"@sap-cloud-sdk/odata-v4.GetAllRequestBuilder\"},{\"id\":795,\"kind\":2048,\"name\":\"expand\",\"url\":\"classes/sap_cloud_sdk_odata_v4.GetAllRequestBuilder#expand\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"@sap-cloud-sdk/odata-v4.GetAllRequestBuilder\"},{\"id\":796,\"kind\":2048,\"name\":\"filter\",\"url\":\"classes/sap_cloud_sdk_odata_v4.GetAllRequestBuilder#filter\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"@sap-cloud-sdk/odata-v4.GetAllRequestBuilder\"},{\"id\":797,\"kind\":1024,\"name\":\"entityDeserializer\",\"url\":\"classes/sap_cloud_sdk_odata_v4.GetAllRequestBuilder#entityDeserializer\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v4.GetAllRequestBuilder\"},{\"id\":798,\"kind\":1024,\"name\":\"dataAccessor\",\"url\":\"classes/sap_cloud_sdk_odata_v4.GetAllRequestBuilder#dataAccessor\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v4.GetAllRequestBuilder\"},{\"id\":799,\"kind\":2048,\"name\":\"select\",\"url\":\"classes/sap_cloud_sdk_odata_v4.GetAllRequestBuilder#select\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v4.GetAllRequestBuilder\"},{\"id\":800,\"kind\":2048,\"name\":\"orderBy\",\"url\":\"classes/sap_cloud_sdk_odata_v4.GetAllRequestBuilder#orderBy\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v4.GetAllRequestBuilder\"},{\"id\":801,\"kind\":2048,\"name\":\"top\",\"url\":\"classes/sap_cloud_sdk_odata_v4.GetAllRequestBuilder#top\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v4.GetAllRequestBuilder\"},{\"id\":802,\"kind\":2048,\"name\":\"skip\",\"url\":\"classes/sap_cloud_sdk_odata_v4.GetAllRequestBuilder#skip\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v4.GetAllRequestBuilder\"},{\"id\":803,\"kind\":2048,\"name\":\"count\",\"url\":\"classes/sap_cloud_sdk_odata_v4.GetAllRequestBuilder#count\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v4.GetAllRequestBuilder\"},{\"id\":804,\"kind\":2048,\"name\":\"execute\",\"url\":\"classes/sap_cloud_sdk_odata_v4.GetAllRequestBuilder#execute\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v4.GetAllRequestBuilder\"},{\"id\":805,\"kind\":1024,\"name\":\"_entityApi\",\"url\":\"classes/sap_cloud_sdk_odata_v4.GetAllRequestBuilder#_entityApi\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v4.GetAllRequestBuilder\"},{\"id\":806,\"kind\":1024,\"name\":\"_entityConstructor\",\"url\":\"classes/sap_cloud_sdk_odata_v4.GetAllRequestBuilder#_entityConstructor\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v4.GetAllRequestBuilder\"},{\"id\":807,\"kind\":1024,\"name\":\"_deSerializers\",\"url\":\"classes/sap_cloud_sdk_odata_v4.GetAllRequestBuilder#_deSerializers\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v4.GetAllRequestBuilder\"},{\"id\":808,\"kind\":2048,\"name\":\"executeRaw\",\"url\":\"classes/sap_cloud_sdk_odata_v4.GetAllRequestBuilder#executeRaw\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v4.GetAllRequestBuilder\"},{\"id\":809,\"kind\":1024,\"name\":\"requestConfig\",\"url\":\"classes/sap_cloud_sdk_odata_v4.GetAllRequestBuilder#requestConfig\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v4.GetAllRequestBuilder\"},{\"id\":810,\"kind\":2048,\"name\":\"url\",\"url\":\"classes/sap_cloud_sdk_odata_v4.GetAllRequestBuilder#url\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v4.GetAllRequestBuilder\"},{\"id\":811,\"kind\":2048,\"name\":\"relativeUrl\",\"url\":\"classes/sap_cloud_sdk_odata_v4.GetAllRequestBuilder#relativeUrl\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v4.GetAllRequestBuilder\"},{\"id\":812,\"kind\":2048,\"name\":\"addCustomHeaders\",\"url\":\"classes/sap_cloud_sdk_odata_v4.GetAllRequestBuilder#addCustomHeaders\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v4.GetAllRequestBuilder\"},{\"id\":813,\"kind\":2048,\"name\":\"timeout\",\"url\":\"classes/sap_cloud_sdk_odata_v4.GetAllRequestBuilder#timeout\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v4.GetAllRequestBuilder\"},{\"id\":814,\"kind\":2048,\"name\":\"addCustomQueryParameters\",\"url\":\"classes/sap_cloud_sdk_odata_v4.GetAllRequestBuilder#addCustomQueryParameters\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v4.GetAllRequestBuilder\"},{\"id\":815,\"kind\":2048,\"name\":\"setCustomServicePath\",\"url\":\"classes/sap_cloud_sdk_odata_v4.GetAllRequestBuilder#setCustomServicePath\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v4.GetAllRequestBuilder\"},{\"id\":816,\"kind\":2048,\"name\":\"addCustomRequestConfiguration\",\"url\":\"classes/sap_cloud_sdk_odata_v4.GetAllRequestBuilder#addCustomRequestConfiguration\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v4.GetAllRequestBuilder\"},{\"id\":817,\"kind\":2048,\"name\":\"appendPath\",\"url\":\"classes/sap_cloud_sdk_odata_v4.GetAllRequestBuilder#appendPath\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v4.GetAllRequestBuilder\"},{\"id\":818,\"kind\":2048,\"name\":\"skipCsrfTokenFetching\",\"url\":\"classes/sap_cloud_sdk_odata_v4.GetAllRequestBuilder#skipCsrfTokenFetching\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v4.GetAllRequestBuilder\"},{\"id\":819,\"kind\":2048,\"name\":\"build\",\"url\":\"classes/sap_cloud_sdk_odata_v4.GetAllRequestBuilder#build\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected\",\"parent\":\"@sap-cloud-sdk/odata-v4.GetAllRequestBuilder\"},{\"id\":820,\"kind\":128,\"name\":\"GetByKeyRequestBuilder\",\"url\":\"classes/sap_cloud_sdk_odata_v4.GetByKeyRequestBuilder\",\"classes\":\"tsd-kind-class tsd-parent-kind-module tsd-has-type-parameter\",\"parent\":\"@sap-cloud-sdk/odata-v4\"},{\"id\":821,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/sap_cloud_sdk_odata_v4.GetByKeyRequestBuilder#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-has-type-parameter tsd-is-overwrite\",\"parent\":\"@sap-cloud-sdk/odata-v4.GetByKeyRequestBuilder\"},{\"id\":822,\"kind\":1024,\"name\":\"_entity\",\"url\":\"classes/sap_cloud_sdk_odata_v4.GetByKeyRequestBuilder#_entity\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"@sap-cloud-sdk/odata-v4.GetByKeyRequestBuilder\"},{\"id\":823,\"kind\":2048,\"name\":\"expand\",\"url\":\"classes/sap_cloud_sdk_odata_v4.GetByKeyRequestBuilder#expand\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"@sap-cloud-sdk/odata-v4.GetByKeyRequestBuilder\"},{\"id\":824,\"kind\":1024,\"name\":\"entityDeserializer\",\"url\":\"classes/sap_cloud_sdk_odata_v4.GetByKeyRequestBuilder#entityDeserializer\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v4.GetByKeyRequestBuilder\"},{\"id\":825,\"kind\":1024,\"name\":\"dataAccessor\",\"url\":\"classes/sap_cloud_sdk_odata_v4.GetByKeyRequestBuilder#dataAccessor\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v4.GetByKeyRequestBuilder\"},{\"id\":826,\"kind\":2048,\"name\":\"select\",\"url\":\"classes/sap_cloud_sdk_odata_v4.GetByKeyRequestBuilder#select\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v4.GetByKeyRequestBuilder\"},{\"id\":827,\"kind\":2048,\"name\":\"execute\",\"url\":\"classes/sap_cloud_sdk_odata_v4.GetByKeyRequestBuilder#execute\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v4.GetByKeyRequestBuilder\"},{\"id\":828,\"kind\":1024,\"name\":\"_entityApi\",\"url\":\"classes/sap_cloud_sdk_odata_v4.GetByKeyRequestBuilder#_entityApi\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v4.GetByKeyRequestBuilder\"},{\"id\":829,\"kind\":1024,\"name\":\"_entityConstructor\",\"url\":\"classes/sap_cloud_sdk_odata_v4.GetByKeyRequestBuilder#_entityConstructor\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v4.GetByKeyRequestBuilder\"},{\"id\":830,\"kind\":1024,\"name\":\"_deSerializers\",\"url\":\"classes/sap_cloud_sdk_odata_v4.GetByKeyRequestBuilder#_deSerializers\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v4.GetByKeyRequestBuilder\"},{\"id\":831,\"kind\":2048,\"name\":\"executeRaw\",\"url\":\"classes/sap_cloud_sdk_odata_v4.GetByKeyRequestBuilder#executeRaw\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v4.GetByKeyRequestBuilder\"},{\"id\":832,\"kind\":1024,\"name\":\"requestConfig\",\"url\":\"classes/sap_cloud_sdk_odata_v4.GetByKeyRequestBuilder#requestConfig\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v4.GetByKeyRequestBuilder\"},{\"id\":833,\"kind\":2048,\"name\":\"url\",\"url\":\"classes/sap_cloud_sdk_odata_v4.GetByKeyRequestBuilder#url\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v4.GetByKeyRequestBuilder\"},{\"id\":834,\"kind\":2048,\"name\":\"relativeUrl\",\"url\":\"classes/sap_cloud_sdk_odata_v4.GetByKeyRequestBuilder#relativeUrl\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v4.GetByKeyRequestBuilder\"},{\"id\":835,\"kind\":2048,\"name\":\"addCustomHeaders\",\"url\":\"classes/sap_cloud_sdk_odata_v4.GetByKeyRequestBuilder#addCustomHeaders\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v4.GetByKeyRequestBuilder\"},{\"id\":836,\"kind\":2048,\"name\":\"timeout\",\"url\":\"classes/sap_cloud_sdk_odata_v4.GetByKeyRequestBuilder#timeout\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v4.GetByKeyRequestBuilder\"},{\"id\":837,\"kind\":2048,\"name\":\"addCustomQueryParameters\",\"url\":\"classes/sap_cloud_sdk_odata_v4.GetByKeyRequestBuilder#addCustomQueryParameters\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v4.GetByKeyRequestBuilder\"},{\"id\":838,\"kind\":2048,\"name\":\"setCustomServicePath\",\"url\":\"classes/sap_cloud_sdk_odata_v4.GetByKeyRequestBuilder#setCustomServicePath\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v4.GetByKeyRequestBuilder\"},{\"id\":839,\"kind\":2048,\"name\":\"addCustomRequestConfiguration\",\"url\":\"classes/sap_cloud_sdk_odata_v4.GetByKeyRequestBuilder#addCustomRequestConfiguration\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v4.GetByKeyRequestBuilder\"},{\"id\":840,\"kind\":2048,\"name\":\"appendPath\",\"url\":\"classes/sap_cloud_sdk_odata_v4.GetByKeyRequestBuilder#appendPath\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v4.GetByKeyRequestBuilder\"},{\"id\":841,\"kind\":2048,\"name\":\"skipCsrfTokenFetching\",\"url\":\"classes/sap_cloud_sdk_odata_v4.GetByKeyRequestBuilder#skipCsrfTokenFetching\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v4.GetByKeyRequestBuilder\"},{\"id\":842,\"kind\":2048,\"name\":\"build\",\"url\":\"classes/sap_cloud_sdk_odata_v4.GetByKeyRequestBuilder#build\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected\",\"parent\":\"@sap-cloud-sdk/odata-v4.GetByKeyRequestBuilder\"},{\"id\":843,\"kind\":128,\"name\":\"UpdateRequestBuilder\",\"url\":\"classes/sap_cloud_sdk_odata_v4.UpdateRequestBuilder\",\"classes\":\"tsd-kind-class tsd-parent-kind-module tsd-has-type-parameter\",\"parent\":\"@sap-cloud-sdk/odata-v4\"},{\"id\":844,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/sap_cloud_sdk_odata_v4.UpdateRequestBuilder#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-has-type-parameter tsd-is-overwrite\",\"parent\":\"@sap-cloud-sdk/odata-v4.UpdateRequestBuilder\"},{\"id\":845,\"kind\":1024,\"name\":\"_entity\",\"url\":\"classes/sap_cloud_sdk_odata_v4.UpdateRequestBuilder#_entity\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"@sap-cloud-sdk/odata-v4.UpdateRequestBuilder\"},{\"id\":846,\"kind\":2048,\"name\":\"execute\",\"url\":\"classes/sap_cloud_sdk_odata_v4.UpdateRequestBuilder#execute\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"@sap-cloud-sdk/odata-v4.UpdateRequestBuilder\"},{\"id\":847,\"kind\":2048,\"name\":\"executeRaw\",\"url\":\"classes/sap_cloud_sdk_odata_v4.UpdateRequestBuilder#executeRaw\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"@sap-cloud-sdk/odata-v4.UpdateRequestBuilder\"},{\"id\":848,\"kind\":1024,\"name\":\"_entityApi\",\"url\":\"classes/sap_cloud_sdk_odata_v4.UpdateRequestBuilder#_entityApi\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v4.UpdateRequestBuilder\"},{\"id\":849,\"kind\":1024,\"name\":\"oDataUri\",\"url\":\"classes/sap_cloud_sdk_odata_v4.UpdateRequestBuilder#oDataUri\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v4.UpdateRequestBuilder\"},{\"id\":850,\"kind\":1024,\"name\":\"entitySerializer\",\"url\":\"classes/sap_cloud_sdk_odata_v4.UpdateRequestBuilder#entitySerializer\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v4.UpdateRequestBuilder\"},{\"id\":851,\"kind\":1024,\"name\":\"extractODataEtag\",\"url\":\"classes/sap_cloud_sdk_odata_v4.UpdateRequestBuilder#extractODataEtag\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v4.UpdateRequestBuilder\"},{\"id\":852,\"kind\":65536,\"name\":\"__type\",\"url\":\"classes/sap_cloud_sdk_odata_v4.UpdateRequestBuilder#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-class\",\"parent\":\"@sap-cloud-sdk/odata-v4.UpdateRequestBuilder\"},{\"id\":853,\"kind\":1024,\"name\":\"payloadManipulator\",\"url\":\"classes/sap_cloud_sdk_odata_v4.UpdateRequestBuilder#payloadManipulator\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v4.UpdateRequestBuilder\"},{\"id\":854,\"kind\":65536,\"name\":\"__type\",\"url\":\"classes/sap_cloud_sdk_odata_v4.UpdateRequestBuilder#__type-1\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-class\",\"parent\":\"@sap-cloud-sdk/odata-v4.UpdateRequestBuilder\"},{\"id\":855,\"kind\":1024,\"name\":\"_deSerializers\",\"url\":\"classes/sap_cloud_sdk_odata_v4.UpdateRequestBuilder#_deSerializers\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v4.UpdateRequestBuilder\"},{\"id\":856,\"kind\":262144,\"name\":\"entity\",\"url\":\"classes/sap_cloud_sdk_odata_v4.UpdateRequestBuilder#entity\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v4.UpdateRequestBuilder\"},{\"id\":857,\"kind\":2048,\"name\":\"replaceWholeEntityWithPut\",\"url\":\"classes/sap_cloud_sdk_odata_v4.UpdateRequestBuilder#replaceWholeEntityWithPut\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v4.UpdateRequestBuilder\"},{\"id\":858,\"kind\":2048,\"name\":\"setRequiredFields\",\"url\":\"classes/sap_cloud_sdk_odata_v4.UpdateRequestBuilder#setRequiredFields\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v4.UpdateRequestBuilder\"},{\"id\":859,\"kind\":2048,\"name\":\"setIgnoredFields\",\"url\":\"classes/sap_cloud_sdk_odata_v4.UpdateRequestBuilder#setIgnoredFields\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v4.UpdateRequestBuilder\"},{\"id\":860,\"kind\":2048,\"name\":\"ignoreVersionIdentifier\",\"url\":\"classes/sap_cloud_sdk_odata_v4.UpdateRequestBuilder#ignoreVersionIdentifier\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v4.UpdateRequestBuilder\"},{\"id\":861,\"kind\":2048,\"name\":\"setVersionIdentifier\",\"url\":\"classes/sap_cloud_sdk_odata_v4.UpdateRequestBuilder#setVersionIdentifier\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v4.UpdateRequestBuilder\"},{\"id\":862,\"kind\":2048,\"name\":\"executeRequest\",\"url\":\"classes/sap_cloud_sdk_odata_v4.UpdateRequestBuilder#executeRequest\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected\",\"parent\":\"@sap-cloud-sdk/odata-v4.UpdateRequestBuilder\"},{\"id\":863,\"kind\":2048,\"name\":\"executeRequestRaw\",\"url\":\"classes/sap_cloud_sdk_odata_v4.UpdateRequestBuilder#executeRequestRaw\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected\",\"parent\":\"@sap-cloud-sdk/odata-v4.UpdateRequestBuilder\"},{\"id\":864,\"kind\":2048,\"name\":\"getPayload\",\"url\":\"classes/sap_cloud_sdk_odata_v4.UpdateRequestBuilder#getPayload\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected\",\"parent\":\"@sap-cloud-sdk/odata-v4.UpdateRequestBuilder\"},{\"id\":865,\"kind\":2048,\"name\":\"isEmptyObject\",\"url\":\"classes/sap_cloud_sdk_odata_v4.UpdateRequestBuilder#isEmptyObject\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected\",\"parent\":\"@sap-cloud-sdk/odata-v4.UpdateRequestBuilder\"},{\"id\":866,\"kind\":1024,\"name\":\"requestConfig\",\"url\":\"classes/sap_cloud_sdk_odata_v4.UpdateRequestBuilder#requestConfig\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v4.UpdateRequestBuilder\"},{\"id\":867,\"kind\":2048,\"name\":\"url\",\"url\":\"classes/sap_cloud_sdk_odata_v4.UpdateRequestBuilder#url\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v4.UpdateRequestBuilder\"},{\"id\":868,\"kind\":2048,\"name\":\"relativeUrl\",\"url\":\"classes/sap_cloud_sdk_odata_v4.UpdateRequestBuilder#relativeUrl\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v4.UpdateRequestBuilder\"},{\"id\":869,\"kind\":2048,\"name\":\"addCustomHeaders\",\"url\":\"classes/sap_cloud_sdk_odata_v4.UpdateRequestBuilder#addCustomHeaders\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v4.UpdateRequestBuilder\"},{\"id\":870,\"kind\":2048,\"name\":\"timeout\",\"url\":\"classes/sap_cloud_sdk_odata_v4.UpdateRequestBuilder#timeout\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v4.UpdateRequestBuilder\"},{\"id\":871,\"kind\":2048,\"name\":\"addCustomQueryParameters\",\"url\":\"classes/sap_cloud_sdk_odata_v4.UpdateRequestBuilder#addCustomQueryParameters\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v4.UpdateRequestBuilder\"},{\"id\":872,\"kind\":2048,\"name\":\"setCustomServicePath\",\"url\":\"classes/sap_cloud_sdk_odata_v4.UpdateRequestBuilder#setCustomServicePath\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v4.UpdateRequestBuilder\"},{\"id\":873,\"kind\":2048,\"name\":\"addCustomRequestConfiguration\",\"url\":\"classes/sap_cloud_sdk_odata_v4.UpdateRequestBuilder#addCustomRequestConfiguration\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v4.UpdateRequestBuilder\"},{\"id\":874,\"kind\":2048,\"name\":\"appendPath\",\"url\":\"classes/sap_cloud_sdk_odata_v4.UpdateRequestBuilder#appendPath\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v4.UpdateRequestBuilder\"},{\"id\":875,\"kind\":2048,\"name\":\"skipCsrfTokenFetching\",\"url\":\"classes/sap_cloud_sdk_odata_v4.UpdateRequestBuilder#skipCsrfTokenFetching\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v4.UpdateRequestBuilder\"},{\"id\":876,\"kind\":2048,\"name\":\"build\",\"url\":\"classes/sap_cloud_sdk_odata_v4.UpdateRequestBuilder#build\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected\",\"parent\":\"@sap-cloud-sdk/odata-v4.UpdateRequestBuilder\"},{\"id\":877,\"kind\":128,\"name\":\"ODataBatchRequestBuilder\",\"url\":\"classes/sap_cloud_sdk_odata_v4.ODataBatchRequestBuilder\",\"classes\":\"tsd-kind-class tsd-parent-kind-module tsd-has-type-parameter\",\"parent\":\"@sap-cloud-sdk/odata-v4\"},{\"id\":878,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/sap_cloud_sdk_odata_v4.ODataBatchRequestBuilder#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v4.ODataBatchRequestBuilder\"},{\"id\":879,\"kind\":2048,\"name\":\"execute\",\"url\":\"classes/sap_cloud_sdk_odata_v4.ODataBatchRequestBuilder#execute\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"@sap-cloud-sdk/odata-v4.ODataBatchRequestBuilder\"},{\"id\":880,\"kind\":1024,\"name\":\"defaultServicePath\",\"url\":\"classes/sap_cloud_sdk_odata_v4.ODataBatchRequestBuilder#defaultServicePath\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v4.ODataBatchRequestBuilder\"},{\"id\":881,\"kind\":1024,\"name\":\"requests\",\"url\":\"classes/sap_cloud_sdk_odata_v4.ODataBatchRequestBuilder#requests\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v4.ODataBatchRequestBuilder\"},{\"id\":882,\"kind\":1024,\"name\":\"deSerializers\",\"url\":\"classes/sap_cloud_sdk_odata_v4.ODataBatchRequestBuilder#deSerializers\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v4.ODataBatchRequestBuilder\"},{\"id\":883,\"kind\":2048,\"name\":\"withSubRequestPathType\",\"url\":\"classes/sap_cloud_sdk_odata_v4.ODataBatchRequestBuilder#withSubRequestPathType\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v4.ODataBatchRequestBuilder\"},{\"id\":884,\"kind\":2048,\"name\":\"build\",\"url\":\"classes/sap_cloud_sdk_odata_v4.ODataBatchRequestBuilder#build\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v4.ODataBatchRequestBuilder\"},{\"id\":885,\"kind\":2048,\"name\":\"executeRaw\",\"url\":\"classes/sap_cloud_sdk_odata_v4.ODataBatchRequestBuilder#executeRaw\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v4.ODataBatchRequestBuilder\"},{\"id\":886,\"kind\":2048,\"name\":\"getEntityToApiMap\",\"url\":\"classes/sap_cloud_sdk_odata_v4.ODataBatchRequestBuilder#getEntityToApiMap\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected\",\"parent\":\"@sap-cloud-sdk/odata-v4.ODataBatchRequestBuilder\"},{\"id\":887,\"kind\":1024,\"name\":\"requestConfig\",\"url\":\"classes/sap_cloud_sdk_odata_v4.ODataBatchRequestBuilder#requestConfig\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v4.ODataBatchRequestBuilder\"},{\"id\":888,\"kind\":2048,\"name\":\"url\",\"url\":\"classes/sap_cloud_sdk_odata_v4.ODataBatchRequestBuilder#url\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v4.ODataBatchRequestBuilder\"},{\"id\":889,\"kind\":2048,\"name\":\"relativeUrl\",\"url\":\"classes/sap_cloud_sdk_odata_v4.ODataBatchRequestBuilder#relativeUrl\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v4.ODataBatchRequestBuilder\"},{\"id\":890,\"kind\":2048,\"name\":\"addCustomHeaders\",\"url\":\"classes/sap_cloud_sdk_odata_v4.ODataBatchRequestBuilder#addCustomHeaders\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v4.ODataBatchRequestBuilder\"},{\"id\":891,\"kind\":2048,\"name\":\"timeout\",\"url\":\"classes/sap_cloud_sdk_odata_v4.ODataBatchRequestBuilder#timeout\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v4.ODataBatchRequestBuilder\"},{\"id\":892,\"kind\":2048,\"name\":\"addCustomQueryParameters\",\"url\":\"classes/sap_cloud_sdk_odata_v4.ODataBatchRequestBuilder#addCustomQueryParameters\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v4.ODataBatchRequestBuilder\"},{\"id\":893,\"kind\":2048,\"name\":\"setCustomServicePath\",\"url\":\"classes/sap_cloud_sdk_odata_v4.ODataBatchRequestBuilder#setCustomServicePath\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v4.ODataBatchRequestBuilder\"},{\"id\":894,\"kind\":2048,\"name\":\"addCustomRequestConfiguration\",\"url\":\"classes/sap_cloud_sdk_odata_v4.ODataBatchRequestBuilder#addCustomRequestConfiguration\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v4.ODataBatchRequestBuilder\"},{\"id\":895,\"kind\":2048,\"name\":\"appendPath\",\"url\":\"classes/sap_cloud_sdk_odata_v4.ODataBatchRequestBuilder#appendPath\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v4.ODataBatchRequestBuilder\"},{\"id\":896,\"kind\":2048,\"name\":\"skipCsrfTokenFetching\",\"url\":\"classes/sap_cloud_sdk_odata_v4.ODataBatchRequestBuilder#skipCsrfTokenFetching\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v4.ODataBatchRequestBuilder\"},{\"id\":897,\"kind\":128,\"name\":\"ActionImportParameter\",\"url\":\"classes/sap_cloud_sdk_odata_v4.ActionImportParameter\",\"classes\":\"tsd-kind-class tsd-parent-kind-module tsd-has-type-parameter\",\"parent\":\"@sap-cloud-sdk/odata-v4\"},{\"id\":898,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/sap_cloud_sdk_odata_v4.ActionImportParameter#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-has-type-parameter\",\"parent\":\"@sap-cloud-sdk/odata-v4.ActionImportParameter\"},{\"id\":899,\"kind\":1024,\"name\":\"originalName\",\"url\":\"classes/sap_cloud_sdk_odata_v4.ActionImportParameter#originalName\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"@sap-cloud-sdk/odata-v4.ActionImportParameter\"},{\"id\":900,\"kind\":1024,\"name\":\"edmType\",\"url\":\"classes/sap_cloud_sdk_odata_v4.ActionImportParameter#edmType\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"@sap-cloud-sdk/odata-v4.ActionImportParameter\"},{\"id\":901,\"kind\":1024,\"name\":\"value\",\"url\":\"classes/sap_cloud_sdk_odata_v4.ActionImportParameter#value\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"@sap-cloud-sdk/odata-v4.ActionImportParameter\"},{\"id\":902,\"kind\":128,\"name\":\"Entity\",\"url\":\"classes/sap_cloud_sdk_odata_v4.Entity\",\"classes\":\"tsd-kind-class tsd-parent-kind-module\",\"parent\":\"@sap-cloud-sdk/odata-v4\"},{\"id\":903,\"kind\":1024,\"name\":\"_serviceName\",\"url\":\"classes/sap_cloud_sdk_odata_v4.Entity#_serviceName\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-static\",\"parent\":\"@sap-cloud-sdk/odata-v4.Entity\"},{\"id\":904,\"kind\":1024,\"name\":\"_entityName\",\"url\":\"classes/sap_cloud_sdk_odata_v4.Entity#_entityName\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-static\",\"parent\":\"@sap-cloud-sdk/odata-v4.Entity\"},{\"id\":905,\"kind\":1024,\"name\":\"_defaultServicePath\",\"url\":\"classes/sap_cloud_sdk_odata_v4.Entity#_defaultServicePath\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-static\",\"parent\":\"@sap-cloud-sdk/odata-v4.Entity\"},{\"id\":906,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/sap_cloud_sdk_odata_v4.Entity#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v4.Entity\"},{\"id\":907,\"kind\":1024,\"name\":\"_oDataVersion\",\"url\":\"classes/sap_cloud_sdk_odata_v4.Entity#_oDataVersion\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"@sap-cloud-sdk/odata-v4.Entity\"},{\"id\":908,\"kind\":1024,\"name\":\"remoteState\",\"url\":\"classes/sap_cloud_sdk_odata_v4.Entity#remoteState\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected\",\"parent\":\"@sap-cloud-sdk/odata-v4.Entity\"},{\"id\":909,\"kind\":65536,\"name\":\"__type\",\"url\":\"classes/sap_cloud_sdk_odata_v4.Entity#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-class\",\"parent\":\"@sap-cloud-sdk/odata-v4.Entity\"},{\"id\":910,\"kind\":1024,\"name\":\"_versionIdentifier\",\"url\":\"classes/sap_cloud_sdk_odata_v4.Entity#_versionIdentifier\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected\",\"parent\":\"@sap-cloud-sdk/odata-v4.Entity\"},{\"id\":911,\"kind\":1024,\"name\":\"_customFields\",\"url\":\"classes/sap_cloud_sdk_odata_v4.Entity#_customFields\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected\",\"parent\":\"@sap-cloud-sdk/odata-v4.Entity\"},{\"id\":912,\"kind\":262144,\"name\":\"versionIdentifier\",\"url\":\"classes/sap_cloud_sdk_odata_v4.Entity#versionIdentifier\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v4.Entity\"},{\"id\":913,\"kind\":2048,\"name\":\"getCustomFields\",\"url\":\"classes/sap_cloud_sdk_odata_v4.Entity#getCustomFields\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v4.Entity\"},{\"id\":914,\"kind\":2048,\"name\":\"getCustomField\",\"url\":\"classes/sap_cloud_sdk_odata_v4.Entity#getCustomField\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v4.Entity\"},{\"id\":915,\"kind\":2048,\"name\":\"setCustomField\",\"url\":\"classes/sap_cloud_sdk_odata_v4.Entity#setCustomField\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v4.Entity\"},{\"id\":916,\"kind\":2048,\"name\":\"hasCustomField\",\"url\":\"classes/sap_cloud_sdk_odata_v4.Entity#hasCustomField\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v4.Entity\"},{\"id\":917,\"kind\":2048,\"name\":\"setCustomFields\",\"url\":\"classes/sap_cloud_sdk_odata_v4.Entity#setCustomFields\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v4.Entity\"},{\"id\":918,\"kind\":2048,\"name\":\"setVersionIdentifier\",\"url\":\"classes/sap_cloud_sdk_odata_v4.Entity#setVersionIdentifier\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v4.Entity\"},{\"id\":919,\"kind\":2048,\"name\":\"setOrInitializeRemoteState\",\"url\":\"classes/sap_cloud_sdk_odata_v4.Entity#setOrInitializeRemoteState\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v4.Entity\"},{\"id\":920,\"kind\":2048,\"name\":\"getUpdatedCustomFields\",\"url\":\"classes/sap_cloud_sdk_odata_v4.Entity#getUpdatedCustomFields\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v4.Entity\"},{\"id\":921,\"kind\":2048,\"name\":\"getUpdatedProperties\",\"url\":\"classes/sap_cloud_sdk_odata_v4.Entity#getUpdatedProperties\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v4.Entity\"},{\"id\":922,\"kind\":2048,\"name\":\"getUpdatedPropertyNames\",\"url\":\"classes/sap_cloud_sdk_odata_v4.Entity#getUpdatedPropertyNames\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v4.Entity\"},{\"id\":923,\"kind\":2048,\"name\":\"toJSON\",\"url\":\"classes/sap_cloud_sdk_odata_v4.Entity#toJSON\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v4.Entity\"},{\"id\":924,\"kind\":2048,\"name\":\"isVisitedEntity\",\"url\":\"classes/sap_cloud_sdk_odata_v4.Entity#isVisitedEntity\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited tsd-is-protected\",\"parent\":\"@sap-cloud-sdk/odata-v4.Entity\"},{\"id\":925,\"kind\":2048,\"name\":\"getCurrentStateForKey\",\"url\":\"classes/sap_cloud_sdk_odata_v4.Entity#getCurrentStateForKey\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected\",\"parent\":\"@sap-cloud-sdk/odata-v4.Entity\"},{\"id\":926,\"kind\":2048,\"name\":\"isConflictingCustomField\",\"url\":\"classes/sap_cloud_sdk_odata_v4.Entity#isConflictingCustomField\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected\",\"parent\":\"@sap-cloud-sdk/odata-v4.Entity\"},{\"id\":927,\"kind\":2048,\"name\":\"asObject\",\"url\":\"classes/sap_cloud_sdk_odata_v4.Entity#asObject\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected\",\"parent\":\"@sap-cloud-sdk/odata-v4.Entity\"},{\"id\":928,\"kind\":128,\"name\":\"CustomField\",\"url\":\"classes/sap_cloud_sdk_odata_v4.CustomField\",\"classes\":\"tsd-kind-class tsd-parent-kind-module tsd-has-type-parameter\",\"parent\":\"@sap-cloud-sdk/odata-v4\"},{\"id\":929,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/sap_cloud_sdk_odata_v4.CustomField#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v4.CustomField\"},{\"id\":930,\"kind\":2048,\"name\":\"edmDate\",\"url\":\"classes/sap_cloud_sdk_odata_v4.CustomField#edmDate\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"@sap-cloud-sdk/odata-v4.CustomField\"},{\"id\":931,\"kind\":2048,\"name\":\"edmDuration\",\"url\":\"classes/sap_cloud_sdk_odata_v4.CustomField#edmDuration\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"@sap-cloud-sdk/odata-v4.CustomField\"},{\"id\":932,\"kind\":2048,\"name\":\"edmTimeOfDay\",\"url\":\"classes/sap_cloud_sdk_odata_v4.CustomField#edmTimeOfDay\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"@sap-cloud-sdk/odata-v4.CustomField\"},{\"id\":933,\"kind\":1024,\"name\":\"fieldBuilder\",\"url\":\"classes/sap_cloud_sdk_odata_v4.CustomField#fieldBuilder\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected\",\"parent\":\"@sap-cloud-sdk/odata-v4.CustomField\"},{\"id\":934,\"kind\":2048,\"name\":\"edmString\",\"url\":\"classes/sap_cloud_sdk_odata_v4.CustomField#edmString\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v4.CustomField\"},{\"id\":935,\"kind\":2048,\"name\":\"edmBoolean\",\"url\":\"classes/sap_cloud_sdk_odata_v4.CustomField#edmBoolean\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v4.CustomField\"},{\"id\":936,\"kind\":2048,\"name\":\"edmGuid\",\"url\":\"classes/sap_cloud_sdk_odata_v4.CustomField#edmGuid\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v4.CustomField\"},{\"id\":937,\"kind\":2048,\"name\":\"edmDecimal\",\"url\":\"classes/sap_cloud_sdk_odata_v4.CustomField#edmDecimal\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v4.CustomField\"},{\"id\":938,\"kind\":2048,\"name\":\"edmInt16\",\"url\":\"classes/sap_cloud_sdk_odata_v4.CustomField#edmInt16\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v4.CustomField\"},{\"id\":939,\"kind\":2048,\"name\":\"edmInt32\",\"url\":\"classes/sap_cloud_sdk_odata_v4.CustomField#edmInt32\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v4.CustomField\"},{\"id\":940,\"kind\":2048,\"name\":\"edmInt64\",\"url\":\"classes/sap_cloud_sdk_odata_v4.CustomField#edmInt64\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v4.CustomField\"},{\"id\":941,\"kind\":2048,\"name\":\"edmSingle\",\"url\":\"classes/sap_cloud_sdk_odata_v4.CustomField#edmSingle\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v4.CustomField\"},{\"id\":942,\"kind\":2048,\"name\":\"edmDouble\",\"url\":\"classes/sap_cloud_sdk_odata_v4.CustomField#edmDouble\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v4.CustomField\"},{\"id\":943,\"kind\":2048,\"name\":\"edmByte\",\"url\":\"classes/sap_cloud_sdk_odata_v4.CustomField#edmByte\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v4.CustomField\"},{\"id\":944,\"kind\":2048,\"name\":\"edmSByte\",\"url\":\"classes/sap_cloud_sdk_odata_v4.CustomField#edmSByte\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v4.CustomField\"},{\"id\":945,\"kind\":2048,\"name\":\"edmDateTimeOffset\",\"url\":\"classes/sap_cloud_sdk_odata_v4.CustomField#edmDateTimeOffset\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v4.CustomField\"},{\"id\":946,\"kind\":2048,\"name\":\"edmBinary\",\"url\":\"classes/sap_cloud_sdk_odata_v4.CustomField#edmBinary\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v4.CustomField\"},{\"id\":947,\"kind\":1024,\"name\":\"_fieldName\",\"url\":\"classes/sap_cloud_sdk_odata_v4.CustomField#_fieldName\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v4.CustomField\"},{\"id\":948,\"kind\":1024,\"name\":\"_entityConstructor\",\"url\":\"classes/sap_cloud_sdk_odata_v4.CustomField#_entityConstructor\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v4.CustomField\"},{\"id\":949,\"kind\":1024,\"name\":\"_fieldOptions\",\"url\":\"classes/sap_cloud_sdk_odata_v4.CustomField#_fieldOptions\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v4.CustomField\"},{\"id\":950,\"kind\":2048,\"name\":\"fieldPath\",\"url\":\"classes/sap_cloud_sdk_odata_v4.CustomField#fieldPath\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v4.CustomField\"},{\"id\":951,\"kind\":64,\"name\":\"all\",\"url\":\"modules/sap_cloud_sdk_odata_v4#all\",\"classes\":\"tsd-kind-function tsd-parent-kind-module tsd-has-type-parameter\",\"parent\":\"@sap-cloud-sdk/odata-v4\"},{\"id\":952,\"kind\":64,\"name\":\"any\",\"url\":\"modules/sap_cloud_sdk_odata_v4#any\",\"classes\":\"tsd-kind-function tsd-parent-kind-module tsd-has-type-parameter\",\"parent\":\"@sap-cloud-sdk/odata-v4\"},{\"id\":953,\"kind\":32,\"name\":\"defaultDeSerializers\",\"url\":\"modules/sap_cloud_sdk_odata_v4#defaultDeSerializers\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"@sap-cloud-sdk/odata-v4\"},{\"id\":954,\"kind\":64,\"name\":\"edmToTs\",\"url\":\"modules/sap_cloud_sdk_odata_v4#edmToTs\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"@sap-cloud-sdk/odata-v4\"},{\"id\":955,\"kind\":64,\"name\":\"entityDeserializer\",\"url\":\"modules/sap_cloud_sdk_odata_v4#entityDeserializer\",\"classes\":\"tsd-kind-function tsd-parent-kind-module tsd-has-type-parameter\",\"parent\":\"@sap-cloud-sdk/odata-v4\"},{\"id\":956,\"kind\":64,\"name\":\"mergeDefaultDeSerializersWith\",\"url\":\"modules/sap_cloud_sdk_odata_v4#mergeDefaultDeSerializersWith\",\"classes\":\"tsd-kind-function tsd-parent-kind-module tsd-has-type-parameter\",\"parent\":\"@sap-cloud-sdk/odata-v4\"},{\"id\":957,\"kind\":4194304,\"name\":\"CustomDeSerializers\",\"url\":\"modules/sap_cloud_sdk_odata_v4#CustomDeSerializers\",\"classes\":\"tsd-kind-type-alias tsd-parent-kind-module tsd-has-type-parameter\",\"parent\":\"@sap-cloud-sdk/odata-v4\"},{\"id\":958,\"kind\":4194304,\"name\":\"DefaultDeSerializers\",\"url\":\"modules/sap_cloud_sdk_odata_v4#DefaultDeSerializers\",\"classes\":\"tsd-kind-type-alias tsd-parent-kind-module\",\"parent\":\"@sap-cloud-sdk/odata-v4\"},{\"id\":959,\"kind\":256,\"name\":\"DeSerializers\",\"url\":\"interfaces/sap_cloud_sdk_odata_v4.DeSerializers\",\"classes\":\"tsd-kind-interface tsd-parent-kind-module tsd-has-type-parameter\",\"parent\":\"@sap-cloud-sdk/odata-v4\"},{\"id\":960,\"kind\":1024,\"name\":\"Edm.Date\",\"url\":\"interfaces/sap_cloud_sdk_odata_v4.DeSerializers#Edm_Date\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"@sap-cloud-sdk/odata-v4.DeSerializers\"},{\"id\":961,\"kind\":1024,\"name\":\"Edm.DateTimeOffset\",\"url\":\"interfaces/sap_cloud_sdk_odata_v4.DeSerializers#Edm_DateTimeOffset\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"@sap-cloud-sdk/odata-v4.DeSerializers\"},{\"id\":962,\"kind\":1024,\"name\":\"Edm.Duration\",\"url\":\"interfaces/sap_cloud_sdk_odata_v4.DeSerializers#Edm_Duration\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"@sap-cloud-sdk/odata-v4.DeSerializers\"},{\"id\":963,\"kind\":1024,\"name\":\"Edm.TimeOfDay\",\"url\":\"interfaces/sap_cloud_sdk_odata_v4.DeSerializers#Edm_TimeOfDay\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"@sap-cloud-sdk/odata-v4.DeSerializers\"},{\"id\":964,\"kind\":1024,\"name\":\"Edm.Enum\",\"url\":\"interfaces/sap_cloud_sdk_odata_v4.DeSerializers#Edm_Enum\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"@sap-cloud-sdk/odata-v4.DeSerializers\"},{\"id\":965,\"kind\":1024,\"name\":\"Edm.Binary\",\"url\":\"interfaces/sap_cloud_sdk_odata_v4.DeSerializers#Edm_Binary\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v4.DeSerializers\"},{\"id\":966,\"kind\":1024,\"name\":\"Edm.Boolean\",\"url\":\"interfaces/sap_cloud_sdk_odata_v4.DeSerializers#Edm_Boolean\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v4.DeSerializers\"},{\"id\":967,\"kind\":1024,\"name\":\"Edm.Byte\",\"url\":\"interfaces/sap_cloud_sdk_odata_v4.DeSerializers#Edm_Byte\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v4.DeSerializers\"},{\"id\":968,\"kind\":1024,\"name\":\"Edm.Decimal\",\"url\":\"interfaces/sap_cloud_sdk_odata_v4.DeSerializers#Edm_Decimal\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v4.DeSerializers\"},{\"id\":969,\"kind\":1024,\"name\":\"Edm.Double\",\"url\":\"interfaces/sap_cloud_sdk_odata_v4.DeSerializers#Edm_Double\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v4.DeSerializers\"},{\"id\":970,\"kind\":1024,\"name\":\"Edm.Float\",\"url\":\"interfaces/sap_cloud_sdk_odata_v4.DeSerializers#Edm_Float\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v4.DeSerializers\"},{\"id\":971,\"kind\":1024,\"name\":\"Edm.Int16\",\"url\":\"interfaces/sap_cloud_sdk_odata_v4.DeSerializers#Edm_Int16\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v4.DeSerializers\"},{\"id\":972,\"kind\":1024,\"name\":\"Edm.Int32\",\"url\":\"interfaces/sap_cloud_sdk_odata_v4.DeSerializers#Edm_Int32\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v4.DeSerializers\"},{\"id\":973,\"kind\":1024,\"name\":\"Edm.Int64\",\"url\":\"interfaces/sap_cloud_sdk_odata_v4.DeSerializers#Edm_Int64\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v4.DeSerializers\"},{\"id\":974,\"kind\":1024,\"name\":\"Edm.Guid\",\"url\":\"interfaces/sap_cloud_sdk_odata_v4.DeSerializers#Edm_Guid\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v4.DeSerializers\"},{\"id\":975,\"kind\":1024,\"name\":\"Edm.SByte\",\"url\":\"interfaces/sap_cloud_sdk_odata_v4.DeSerializers#Edm_SByte\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v4.DeSerializers\"},{\"id\":976,\"kind\":1024,\"name\":\"Edm.Single\",\"url\":\"interfaces/sap_cloud_sdk_odata_v4.DeSerializers#Edm_Single\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v4.DeSerializers\"},{\"id\":977,\"kind\":1024,\"name\":\"Edm.String\",\"url\":\"interfaces/sap_cloud_sdk_odata_v4.DeSerializers#Edm_String\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v4.DeSerializers\"},{\"id\":978,\"kind\":1024,\"name\":\"Edm.Any\",\"url\":\"interfaces/sap_cloud_sdk_odata_v4.DeSerializers#Edm_Any\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"@sap-cloud-sdk/odata-v4.DeSerializers\"},{\"id\":979,\"kind\":16777216,\"name\":\"AllFields\",\"url\":\"modules/sap_cloud_sdk_odata_v4#AllFields\",\"classes\":\"tsd-kind-reference tsd-parent-kind-module\",\"parent\":\"@sap-cloud-sdk/odata-v4\"},{\"id\":980,\"kind\":16777216,\"name\":\"and\",\"url\":\"modules/sap_cloud_sdk_odata_v4#and\",\"classes\":\"tsd-kind-reference tsd-parent-kind-module\",\"parent\":\"@sap-cloud-sdk/odata-v4\"},{\"id\":981,\"kind\":16777216,\"name\":\"BatchChangeSet\",\"url\":\"modules/sap_cloud_sdk_odata_v4#BatchChangeSet\",\"classes\":\"tsd-kind-reference tsd-parent-kind-module\",\"parent\":\"@sap-cloud-sdk/odata-v4\"},{\"id\":982,\"kind\":16777216,\"name\":\"CollectionField\",\"url\":\"modules/sap_cloud_sdk_odata_v4#CollectionField\",\"classes\":\"tsd-kind-reference tsd-parent-kind-module\",\"parent\":\"@sap-cloud-sdk/odata-v4\"},{\"id\":983,\"kind\":16777216,\"name\":\"ComplexTypeField\",\"url\":\"modules/sap_cloud_sdk_odata_v4#ComplexTypeField\",\"classes\":\"tsd-kind-reference tsd-parent-kind-module\",\"parent\":\"@sap-cloud-sdk/odata-v4\"},{\"id\":984,\"kind\":16777216,\"name\":\"ConstructorOrField\",\"url\":\"modules/sap_cloud_sdk_odata_v4#ConstructorOrField\",\"classes\":\"tsd-kind-reference tsd-parent-kind-module\",\"parent\":\"@sap-cloud-sdk/odata-v4\"},{\"id\":985,\"kind\":16777216,\"name\":\"DeserializedType\",\"url\":\"modules/sap_cloud_sdk_odata_v4#DeserializedType\",\"classes\":\"tsd-kind-reference tsd-parent-kind-module\",\"parent\":\"@sap-cloud-sdk/odata-v4\"},{\"id\":986,\"kind\":16777216,\"name\":\"EdmTypeField\",\"url\":\"modules/sap_cloud_sdk_odata_v4#EdmTypeField\",\"classes\":\"tsd-kind-reference tsd-parent-kind-module\",\"parent\":\"@sap-cloud-sdk/odata-v4\"},{\"id\":987,\"kind\":16777216,\"name\":\"entityBuilder\",\"url\":\"modules/sap_cloud_sdk_odata_v4#entityBuilder\",\"classes\":\"tsd-kind-reference tsd-parent-kind-module\",\"parent\":\"@sap-cloud-sdk/odata-v4\"},{\"id\":988,\"kind\":16777216,\"name\":\"EntityApi\",\"url\":\"modules/sap_cloud_sdk_odata_v4#EntityApi\",\"classes\":\"tsd-kind-reference tsd-parent-kind-module\",\"parent\":\"@sap-cloud-sdk/odata-v4\"},{\"id\":989,\"kind\":16777216,\"name\":\"EntityBuilderType\",\"url\":\"modules/sap_cloud_sdk_odata_v4#EntityBuilderType\",\"classes\":\"tsd-kind-reference tsd-parent-kind-module\",\"parent\":\"@sap-cloud-sdk/odata-v4\"},{\"id\":990,\"kind\":16777216,\"name\":\"EnumField\",\"url\":\"modules/sap_cloud_sdk_odata_v4#EnumField\",\"classes\":\"tsd-kind-reference tsd-parent-kind-module\",\"parent\":\"@sap-cloud-sdk/odata-v4\"},{\"id\":991,\"kind\":16777216,\"name\":\"FieldBuilder\",\"url\":\"modules/sap_cloud_sdk_odata_v4#FieldBuilder\",\"classes\":\"tsd-kind-reference tsd-parent-kind-module\",\"parent\":\"@sap-cloud-sdk/odata-v4\"},{\"id\":992,\"kind\":16777216,\"name\":\"FieldOptions\",\"url\":\"modules/sap_cloud_sdk_odata_v4#FieldOptions\",\"classes\":\"tsd-kind-reference tsd-parent-kind-module\",\"parent\":\"@sap-cloud-sdk/odata-v4\"},{\"id\":993,\"kind\":16777216,\"name\":\"FunctionImportParameter\",\"url\":\"modules/sap_cloud_sdk_odata_v4#FunctionImportParameter\",\"classes\":\"tsd-kind-reference tsd-parent-kind-module\",\"parent\":\"@sap-cloud-sdk/odata-v4\"},{\"id\":994,\"kind\":16777216,\"name\":\"Link\",\"url\":\"modules/sap_cloud_sdk_odata_v4#Link\",\"classes\":\"tsd-kind-reference tsd-parent-kind-module\",\"parent\":\"@sap-cloud-sdk/odata-v4\"},{\"id\":995,\"kind\":16777216,\"name\":\"not\",\"url\":\"modules/sap_cloud_sdk_odata_v4#not\",\"classes\":\"tsd-kind-reference tsd-parent-kind-module\",\"parent\":\"@sap-cloud-sdk/odata-v4\"},{\"id\":996,\"kind\":16777216,\"name\":\"OneToManyLink\",\"url\":\"modules/sap_cloud_sdk_odata_v4#OneToManyLink\",\"classes\":\"tsd-kind-reference tsd-parent-kind-module\",\"parent\":\"@sap-cloud-sdk/odata-v4\"},{\"id\":997,\"kind\":16777216,\"name\":\"OneToOneLink\",\"url\":\"modules/sap_cloud_sdk_odata_v4#OneToOneLink\",\"classes\":\"tsd-kind-reference tsd-parent-kind-module\",\"parent\":\"@sap-cloud-sdk/odata-v4\"},{\"id\":998,\"kind\":16777216,\"name\":\"or\",\"url\":\"modules/sap_cloud_sdk_odata_v4#or\",\"classes\":\"tsd-kind-reference tsd-parent-kind-module\",\"parent\":\"@sap-cloud-sdk/odata-v4\"},{\"id\":999,\"kind\":16777216,\"name\":\"OrderableEdmTypeField\",\"url\":\"modules/sap_cloud_sdk_odata_v4#OrderableEdmTypeField\",\"classes\":\"tsd-kind-reference tsd-parent-kind-module\",\"parent\":\"@sap-cloud-sdk/odata-v4\"},{\"id\":1000,\"kind\":16777216,\"name\":\"PropertyMetadata\",\"url\":\"modules/sap_cloud_sdk_odata_v4#PropertyMetadata\",\"classes\":\"tsd-kind-reference tsd-parent-kind-module\",\"parent\":\"@sap-cloud-sdk/odata-v4\"},{\"id\":1001,\"kind\":16777216,\"name\":\"RequestBuilder\",\"url\":\"modules/sap_cloud_sdk_odata_v4#RequestBuilder\",\"classes\":\"tsd-kind-reference tsd-parent-kind-module\",\"parent\":\"@sap-cloud-sdk/odata-v4\"},{\"id\":1002,\"kind\":16777216,\"name\":\"throwErrorWhenReturnTypeIsUnionType\",\"url\":\"modules/sap_cloud_sdk_odata_v4#throwErrorWhenReturnTypeIsUnionType\",\"classes\":\"tsd-kind-reference tsd-parent-kind-module\",\"parent\":\"@sap-cloud-sdk/odata-v4\"},{\"id\":1003,\"kind\":16777216,\"name\":\"Time\",\"url\":\"modules/sap_cloud_sdk_odata_v4#Time\",\"classes\":\"tsd-kind-reference tsd-parent-kind-module\",\"parent\":\"@sap-cloud-sdk/odata-v4\"},{\"id\":1004,\"kind\":16777216,\"name\":\"asc\",\"url\":\"modules/sap_cloud_sdk_odata_v4#asc\",\"classes\":\"tsd-kind-reference tsd-parent-kind-module\",\"parent\":\"@sap-cloud-sdk/odata-v4\"},{\"id\":1005,\"kind\":16777216,\"name\":\"desc\",\"url\":\"modules/sap_cloud_sdk_odata_v4#desc\",\"classes\":\"tsd-kind-reference tsd-parent-kind-module\",\"parent\":\"@sap-cloud-sdk/odata-v4\"},{\"id\":1006,\"kind\":16777216,\"name\":\"transformVariadicArgumentToArray\",\"url\":\"modules/sap_cloud_sdk_odata_v4#transformVariadicArgumentToArray\",\"classes\":\"tsd-kind-reference tsd-parent-kind-module\",\"parent\":\"@sap-cloud-sdk/odata-v4\"},{\"id\":1007,\"kind\":128,\"name\":\"OpenApiRequestBuilder\",\"url\":\"classes/sap_cloud_sdk_openapi.OpenApiRequestBuilder\",\"classes\":\"tsd-kind-class tsd-parent-kind-module tsd-has-type-parameter\",\"parent\":\"@sap-cloud-sdk/openapi\"},{\"id\":1008,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/sap_cloud_sdk_openapi.OpenApiRequestBuilder#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-has-type-parameter\",\"parent\":\"@sap-cloud-sdk/openapi.OpenApiRequestBuilder\"},{\"id\":1009,\"kind\":1024,\"name\":\"method\",\"url\":\"classes/sap_cloud_sdk_openapi.OpenApiRequestBuilder#method\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"@sap-cloud-sdk/openapi.OpenApiRequestBuilder\"},{\"id\":1010,\"kind\":2048,\"name\":\"addCustomHeaders\",\"url\":\"classes/sap_cloud_sdk_openapi.OpenApiRequestBuilder#addCustomHeaders\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"@sap-cloud-sdk/openapi.OpenApiRequestBuilder\"},{\"id\":1011,\"kind\":2048,\"name\":\"addCustomRequestConfiguration\",\"url\":\"classes/sap_cloud_sdk_openapi.OpenApiRequestBuilder#addCustomRequestConfiguration\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"@sap-cloud-sdk/openapi.OpenApiRequestBuilder\"},{\"id\":1012,\"kind\":2048,\"name\":\"skipCsrfTokenFetching\",\"url\":\"classes/sap_cloud_sdk_openapi.OpenApiRequestBuilder#skipCsrfTokenFetching\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"@sap-cloud-sdk/openapi.OpenApiRequestBuilder\"},{\"id\":1013,\"kind\":2048,\"name\":\"timeout\",\"url\":\"classes/sap_cloud_sdk_openapi.OpenApiRequestBuilder#timeout\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"@sap-cloud-sdk/openapi.OpenApiRequestBuilder\"},{\"id\":1014,\"kind\":2048,\"name\":\"executeRaw\",\"url\":\"classes/sap_cloud_sdk_openapi.OpenApiRequestBuilder#executeRaw\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"@sap-cloud-sdk/openapi.OpenApiRequestBuilder\"},{\"id\":1015,\"kind\":2048,\"name\":\"execute\",\"url\":\"classes/sap_cloud_sdk_openapi.OpenApiRequestBuilder#execute\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"@sap-cloud-sdk/openapi.OpenApiRequestBuilder\"},{\"id\":1016,\"kind\":256,\"name\":\"OpenApiRequestParameters\",\"url\":\"interfaces/sap_cloud_sdk_openapi.OpenApiRequestParameters\",\"classes\":\"tsd-kind-interface tsd-parent-kind-module\",\"parent\":\"@sap-cloud-sdk/openapi\"},{\"id\":1017,\"kind\":1024,\"name\":\"pathParameters\",\"url\":\"interfaces/sap_cloud_sdk_openapi.OpenApiRequestParameters#pathParameters\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"@sap-cloud-sdk/openapi.OpenApiRequestParameters\"},{\"id\":1018,\"kind\":1024,\"name\":\"queryParameters\",\"url\":\"interfaces/sap_cloud_sdk_openapi.OpenApiRequestParameters#queryParameters\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"@sap-cloud-sdk/openapi.OpenApiRequestParameters\"},{\"id\":1019,\"kind\":1024,\"name\":\"body\",\"url\":\"interfaces/sap_cloud_sdk_openapi.OpenApiRequestParameters#body\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"@sap-cloud-sdk/openapi.OpenApiRequestParameters\"},{\"id\":1020,\"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\":1021,\"kind\":256,\"name\":\"GeneratorOptions\",\"url\":\"interfaces/sap_cloud_sdk_generator.GeneratorOptions\",\"classes\":\"tsd-kind-interface tsd-parent-kind-module\",\"parent\":\"@sap-cloud-sdk/generator\"},{\"id\":1022,\"kind\":1024,\"name\":\"inputDir\",\"url\":\"interfaces/sap_cloud_sdk_generator.GeneratorOptions#inputDir\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"@sap-cloud-sdk/generator.GeneratorOptions\"},{\"id\":1023,\"kind\":1024,\"name\":\"outputDir\",\"url\":\"interfaces/sap_cloud_sdk_generator.GeneratorOptions#outputDir\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"@sap-cloud-sdk/generator.GeneratorOptions\"},{\"id\":1024,\"kind\":1024,\"name\":\"serviceMapping\",\"url\":\"interfaces/sap_cloud_sdk_generator.GeneratorOptions#serviceMapping\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"@sap-cloud-sdk/generator.GeneratorOptions\"},{\"id\":1025,\"kind\":1024,\"name\":\"useSwagger\",\"url\":\"interfaces/sap_cloud_sdk_generator.GeneratorOptions#useSwagger\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"@sap-cloud-sdk/generator.GeneratorOptions\"},{\"id\":1026,\"kind\":1024,\"name\":\"writeReadme\",\"url\":\"interfaces/sap_cloud_sdk_generator.GeneratorOptions#writeReadme\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"@sap-cloud-sdk/generator.GeneratorOptions\"},{\"id\":1027,\"kind\":1024,\"name\":\"additionalFiles\",\"url\":\"interfaces/sap_cloud_sdk_generator.GeneratorOptions#additionalFiles\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"@sap-cloud-sdk/generator.GeneratorOptions\"},{\"id\":1028,\"kind\":1024,\"name\":\"forceOverwrite\",\"url\":\"interfaces/sap_cloud_sdk_generator.GeneratorOptions#forceOverwrite\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"@sap-cloud-sdk/generator.GeneratorOptions\"},{\"id\":1029,\"kind\":1024,\"name\":\"clearOutputDir\",\"url\":\"interfaces/sap_cloud_sdk_generator.GeneratorOptions#clearOutputDir\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"@sap-cloud-sdk/generator.GeneratorOptions\"},{\"id\":1030,\"kind\":1024,\"name\":\"generateNpmrc\",\"url\":\"interfaces/sap_cloud_sdk_generator.GeneratorOptions#generateNpmrc\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"@sap-cloud-sdk/generator.GeneratorOptions\"},{\"id\":1031,\"kind\":1024,\"name\":\"generatePackageJson\",\"url\":\"interfaces/sap_cloud_sdk_generator.GeneratorOptions#generatePackageJson\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"@sap-cloud-sdk/generator.GeneratorOptions\"},{\"id\":1032,\"kind\":1024,\"name\":\"versionInPackageJson\",\"url\":\"interfaces/sap_cloud_sdk_generator.GeneratorOptions#versionInPackageJson\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"@sap-cloud-sdk/generator.GeneratorOptions\"},{\"id\":1033,\"kind\":1024,\"name\":\"licenseInPackageJson\",\"url\":\"interfaces/sap_cloud_sdk_generator.GeneratorOptions#licenseInPackageJson\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"@sap-cloud-sdk/generator.GeneratorOptions\"},{\"id\":1034,\"kind\":1024,\"name\":\"generateJs\",\"url\":\"interfaces/sap_cloud_sdk_generator.GeneratorOptions#generateJs\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"@sap-cloud-sdk/generator.GeneratorOptions\"},{\"id\":1035,\"kind\":1024,\"name\":\"generateSdkMetadata\",\"url\":\"interfaces/sap_cloud_sdk_generator.GeneratorOptions#generateSdkMetadata\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"@sap-cloud-sdk/generator.GeneratorOptions\"},{\"id\":1036,\"kind\":1024,\"name\":\"processesJsGeneration\",\"url\":\"interfaces/sap_cloud_sdk_generator.GeneratorOptions#processesJsGeneration\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"@sap-cloud-sdk/generator.GeneratorOptions\"},{\"id\":1037,\"kind\":1024,\"name\":\"sdkAfterVersionScript\",\"url\":\"interfaces/sap_cloud_sdk_generator.GeneratorOptions#sdkAfterVersionScript\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"@sap-cloud-sdk/generator.GeneratorOptions\"},{\"id\":1038,\"kind\":1024,\"name\":\"s4hanaCloud\",\"url\":\"interfaces/sap_cloud_sdk_generator.GeneratorOptions#s4hanaCloud\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"@sap-cloud-sdk/generator.GeneratorOptions\"},{\"id\":1039,\"kind\":1024,\"name\":\"generateCSN\",\"url\":\"interfaces/sap_cloud_sdk_generator.GeneratorOptions#generateCSN\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"@sap-cloud-sdk/generator.GeneratorOptions\"},{\"id\":1040,\"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\":1041,\"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\":1042,\"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\":1043,\"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\":1044,\"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\":1045,\"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\":1046,\"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\":1047,\"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\":1048,\"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\":1049,\"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\":1050,\"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\":1051,\"kind\":1024,\"name\":\"licenseInPackageJson\",\"url\":\"interfaces/sap_cloud_sdk_openapi_generator.GeneratorOptions#licenseInPackageJson\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"@sap-cloud-sdk/openapi-generator.GeneratorOptions\"},{\"id\":1052,\"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\":1053,\"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\":1054,\"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\":1055,\"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\":1056,\"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\":1057,\"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\":1058,\"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\":1059,\"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\":1060,\"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\":1061,\"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\":1062,\"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\":1063,\"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\":1064,\"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\":1065,\"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\":1066,\"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\":1067,\"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\"},{\"id\":1068,\"kind\":32,\"name\":\"temporalDeSerializersV2\",\"url\":\"modules/sap_cloud_sdk_temporal_de_serializers#temporalDeSerializersV2\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"@sap-cloud-sdk/temporal-de-serializers\"},{\"id\":1069,\"kind\":65536,\"name\":\"__type\",\"url\":\"modules/sap_cloud_sdk_temporal_de_serializers#temporalDeSerializersV2.__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-variable\",\"parent\":\"@sap-cloud-sdk/temporal-de-serializers.temporalDeSerializersV2\"},{\"id\":1070,\"kind\":1024,\"name\":\"Edm.DateTime\",\"url\":\"modules/sap_cloud_sdk_temporal_de_serializers#temporalDeSerializersV2.__type.Edm_DateTime\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"@sap-cloud-sdk/temporal-de-serializers.temporalDeSerializersV2.__type\"},{\"id\":1071,\"kind\":1024,\"name\":\"Edm.DateTimeOffset\",\"url\":\"modules/sap_cloud_sdk_temporal_de_serializers#temporalDeSerializersV2.__type.Edm_DateTimeOffset\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"@sap-cloud-sdk/temporal-de-serializers.temporalDeSerializersV2.__type\"},{\"id\":1072,\"kind\":1024,\"name\":\"Edm.Time\",\"url\":\"modules/sap_cloud_sdk_temporal_de_serializers#temporalDeSerializersV2.__type.Edm_Time\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"@sap-cloud-sdk/temporal-de-serializers.temporalDeSerializersV2.__type\"},{\"id\":1073,\"kind\":32,\"name\":\"temporalDeSerializersV4\",\"url\":\"modules/sap_cloud_sdk_temporal_de_serializers#temporalDeSerializersV4\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"@sap-cloud-sdk/temporal-de-serializers\"},{\"id\":1074,\"kind\":65536,\"name\":\"__type\",\"url\":\"modules/sap_cloud_sdk_temporal_de_serializers#temporalDeSerializersV4.__type-1\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-variable\",\"parent\":\"@sap-cloud-sdk/temporal-de-serializers.temporalDeSerializersV4\"},{\"id\":1075,\"kind\":1024,\"name\":\"Edm.Date\",\"url\":\"modules/sap_cloud_sdk_temporal_de_serializers#temporalDeSerializersV4.__type-1.Edm_Date\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"@sap-cloud-sdk/temporal-de-serializers.temporalDeSerializersV4.__type\"},{\"id\":1076,\"kind\":1024,\"name\":\"Edm.DateTimeOffset\",\"url\":\"modules/sap_cloud_sdk_temporal_de_serializers#temporalDeSerializersV4.__type-1.Edm_DateTimeOffset-1\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"@sap-cloud-sdk/temporal-de-serializers.temporalDeSerializersV4.__type\"},{\"id\":1077,\"kind\":1024,\"name\":\"Edm.Duration\",\"url\":\"modules/sap_cloud_sdk_temporal_de_serializers#temporalDeSerializersV4.__type-1.Edm_Duration\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"@sap-cloud-sdk/temporal-de-serializers.temporalDeSerializersV4.__type\"},{\"id\":1078,\"kind\":1024,\"name\":\"Edm.TimeOfDay\",\"url\":\"modules/sap_cloud_sdk_temporal_de_serializers#temporalDeSerializersV4.__type-1.Edm_TimeOfDay\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"@sap-cloud-sdk/temporal-de-serializers.temporalDeSerializersV4.__type\"}],\"index\":{\"version\":\"2.3.9\",\"fields\":[\"name\",\"parent\"],\"fieldVectors\":[[\"name/0\",[0,0.003,1,0.003,2,15.007]],[\"parent/0\",[]],[\"name/1\",[0,0.003,1,0.003,3,18.568]],[\"parent/1\",[]],[\"name/2\",[0,0.002,1,0.002,4,18.196,5,20.466]],[\"parent/2\",[]],[\"name/3\",[0,0.002,1,0.002,6,1.473,7,16.372]],[\"parent/3\",[]],[\"name/4\",[0,0.002,1,0.002,6,1.473,8,13.542]],[\"parent/4\",[]],[\"name/5\",[0,0.002,1,0.002,6,1.473,9,12.658]],[\"parent/5\",[]],[\"name/6\",[0,0.003,1,0.003,10,21.727]],[\"parent/6\",[]],[\"name/7\",[0,0.003,1,0.003,11,32.17]],[\"parent/7\",[]],[\"name/8\",[0,0.002,1,0.002,10,17.768,12,26.309]],[\"parent/8\",[]],[\"name/9\",[0,0.002,1,0.002,13,20.849,14,21.726]],[\"parent/9\",[]],[\"name/10\",[0,0.002,1,0.002,15,17.312,16,17.312,17,22.254]],[\"parent/10\",[]],[\"name/11\",[18,66.601]],[\"parent/11\",[0,0.001,1,0.001,2,2.914]],[\"name/12\",[19,66.601]],[\"parent/12\",[0,0.001,1,0.001,2,2.914]],[\"name/13\",[20,66.601]],[\"parent/13\",[0,0.001,1,0.001,2,2.914]],[\"name/14\",[21,66.601]],[\"parent/14\",[0,0.001,1,0.001,2,2.914]],[\"name/15\",[22,66.601]],[\"parent/15\",[0,0.001,1,0.001,2,2.914]],[\"name/16\",[23,66.601]],[\"parent/16\",[0,0.001,1,0.001,2,2.914]],[\"name/17\",[24,55.48]],[\"parent/17\",[0,0.001,1,0.001,2,2.914]],[\"name/18\",[25,66.601]],[\"parent/18\",[0,0.001,1,0.001,2,2.914]],[\"name/19\",[26,66.601]],[\"parent/19\",[0,0.001,1,0.001,2,2.914]],[\"name/20\",[27,66.601]],[\"parent/20\",[0,0.001,1,0.001,2,2.914]],[\"name/21\",[28,66.601]],[\"parent/21\",[0,0.001,1,0.001,2,2.914]],[\"name/22\",[29,66.601]],[\"parent/22\",[0,0.001,1,0.001,2,2.914]],[\"name/23\",[30,66.601]],[\"parent/23\",[0,0.001,1,0.001,2,2.914]],[\"name/24\",[31,66.601]],[\"parent/24\",[0,0.001,1,0.001,2,2.914]],[\"name/25\",[32,66.601]],[\"parent/25\",[0,0.001,1,0.001,2,2.914]],[\"name/26\",[33,66.601]],[\"parent/26\",[0,0.001,1,0.001,2,2.914]],[\"name/27\",[34,66.601]],[\"parent/27\",[0,0.001,1,0.001,2,2.914]],[\"name/28\",[35,66.601]],[\"parent/28\",[0,0.001,1,0.001,2,2.914]],[\"name/29\",[36,66.601]],[\"parent/29\",[0,0.001,1,0.001,2,2.914]],[\"name/30\",[37,66.601]],[\"parent/30\",[0,0.001,1,0.001,2,2.914]],[\"name/31\",[38,42.327]],[\"parent/31\",[0,0.001,1,0.001,39,5.973]],[\"name/32\",[40,33.75]],[\"parent/32\",[0,0.001,1,0.001,39,5.973]],[\"name/33\",[41,66.601]],[\"parent/33\",[0,0.001,1,0.001,39,5.973]],[\"name/34\",[42,66.601]],[\"parent/34\",[0,0.001,1,0.001,39,5.973]],[\"name/35\",[43,66.601]],[\"parent/35\",[0,0.001,1,0.001,2,2.914]],[\"name/36\",[44,66.601]],[\"parent/36\",[0,0.001,1,0.001,2,2.914]],[\"name/37\",[45,66.601]],[\"parent/37\",[0,0.001,1,0.001,2,2.914]],[\"name/38\",[46,66.601]],[\"parent/38\",[0,0.001,1,0.001,2,2.914]],[\"name/39\",[47,66.601]],[\"parent/39\",[0,0.001,1,0.001,2,2.914]],[\"name/40\",[48,66.601]],[\"parent/40\",[0,0.001,1,0.001,2,2.914]],[\"name/41\",[49,66.601]],[\"parent/41\",[0,0.001,1,0.001,2,2.914]],[\"name/42\",[50,66.601]],[\"parent/42\",[0,0.001,1,0.001,2,2.914]],[\"name/43\",[51,66.601]],[\"parent/43\",[0,0.001,1,0.001,2,2.914]],[\"name/44\",[52,66.601]],[\"parent/44\",[0,0.001,1,0.001,2,2.914]],[\"name/45\",[53,66.601]],[\"parent/45\",[0,0.001,1,0.001,2,2.914]],[\"name/46\",[54,66.601]],[\"parent/46\",[0,0.001,1,0.001,2,2.914]],[\"name/47\",[55,66.601]],[\"parent/47\",[0,0.001,1,0.001,2,2.914]],[\"name/48\",[56,66.601]],[\"parent/48\",[0,0.001,1,0.001,2,2.914]],[\"name/49\",[57,66.601]],[\"parent/49\",[0,0.001,1,0.001,2,2.914]],[\"name/50\",[58,66.601]],[\"parent/50\",[0,0.001,1,0.001,59,6.613]],[\"name/51\",[60,66.601]],[\"parent/51\",[0,0.001,1,0.001,59,6.613]],[\"name/52\",[61,66.601]],[\"parent/52\",[0,0.001,1,0.001,2,2.914]],[\"name/53\",[62,66.601]],[\"parent/53\",[0,0.001,1,0.001,63,7.17]],[\"name/54\",[64,66.601]],[\"parent/54\",[0,0.001,1,0.001,2,2.914]],[\"name/55\",[65,66.601]],[\"parent/55\",[0,0.001,1,0.001,2,2.914]],[\"name/56\",[66,66.601]],[\"parent/56\",[0,0.001,1,0.001,2,2.914]],[\"name/57\",[67,66.601]],[\"parent/57\",[0,0.001,1,0.001,2,2.914]],[\"name/58\",[68,66.601]],[\"parent/58\",[0,0.001,1,0.001,2,2.914]],[\"name/59\",[69,66.601]],[\"parent/59\",[0,0.001,1,0.001,2,2.914]],[\"name/60\",[70,66.601]],[\"parent/60\",[0,0.001,1,0.001,2,2.914]],[\"name/61\",[71,66.601]],[\"parent/61\",[0,0.001,1,0.001,2,2.914]],[\"name/62\",[72,66.601]],[\"parent/62\",[0,0.001,1,0.001,2,2.914]],[\"name/63\",[73,66.601]],[\"parent/63\",[0,0.001,1,0.001,2,2.914]],[\"name/64\",[74,66.601]],[\"parent/64\",[0,0.001,1,0.001,2,2.914]],[\"name/65\",[75,66.601]],[\"parent/65\",[0,0.001,1,0.001,2,2.914]],[\"name/66\",[76,66.601]],[\"parent/66\",[0,0.001,1,0.001,2,2.914]],[\"name/67\",[77,66.601]],[\"parent/67\",[0,0.001,1,0.001,2,2.914]],[\"name/68\",[78,66.601]],[\"parent/68\",[0,0.001,1,0.001,2,2.914]],[\"name/69\",[79,66.601]],[\"parent/69\",[0,0.001,1,0.001,2,2.914]],[\"name/70\",[80,66.601]],[\"parent/70\",[0,0.001,1,0.001,2,2.914]],[\"name/71\",[81,66.601]],[\"parent/71\",[0,0.001,1,0.001,2,2.914]],[\"name/72\",[82,66.601]],[\"parent/72\",[0,0.001,1,0.001,2,2.914]],[\"name/73\",[83,66.601]],[\"parent/73\",[0,0.001,1,0.001,2,2.914]],[\"name/74\",[84,66.601]],[\"parent/74\",[0,0.001,1,0.001,2,2.914]],[\"name/75\",[85,66.601]],[\"parent/75\",[0,0.001,1,0.001,2,2.914]],[\"name/76\",[86,66.601]],[\"parent/76\",[0,0.001,1,0.001,2,2.914]],[\"name/77\",[87,66.601]],[\"parent/77\",[0,0.001,1,0.001,2,2.914]],[\"name/78\",[88,66.601]],[\"parent/78\",[0,0.001,1,0.001,2,2.914]],[\"name/79\",[89,66.601]],[\"parent/79\",[0,0.001,1,0.001,2,2.914]],[\"name/80\",[90,66.601]],[\"parent/80\",[0,0.001,1,0.001,2,2.914]],[\"name/81\",[91,66.601]],[\"parent/81\",[0,0.001,1,0.001,2,2.914]],[\"name/82\",[92,66.601]],[\"parent/82\",[0,0.001,1,0.001,2,2.914]],[\"name/83\",[93,66.601]],[\"parent/83\",[0,0.001,1,0.001,2,2.914]],[\"name/84\",[94,66.601]],[\"parent/84\",[0,0.001,1,0.001,2,2.914]],[\"name/85\",[95,66.601]],[\"parent/85\",[0,0.001,1,0.001,2,2.914]],[\"name/86\",[96,66.601]],[\"parent/86\",[0,0.001,1,0.001,2,2.914]],[\"name/87\",[97,66.601]],[\"parent/87\",[0,0.001,1,0.001,2,2.914]],[\"name/88\",[98,66.601]],[\"parent/88\",[0,0.001,1,0.001,2,2.914]],[\"name/89\",[99,66.601]],[\"parent/89\",[0,0.001,1,0.001,2,2.914]],[\"name/90\",[40,33.75]],[\"parent/90\",[0,0.001,1,0.001,100,5.572]],[\"name/91\",[101,66.601]],[\"parent/91\",[0,0.001,1,0.001,100,5.572]],[\"name/92\",[102,66.601]],[\"parent/92\",[0,0.001,1,0.001,100,5.572]],[\"name/93\",[103,66.601]],[\"parent/93\",[0,0.001,1,0.001,100,5.572]],[\"name/94\",[104,66.601]],[\"parent/94\",[0,0.001,1,0.001,100,5.572]],[\"name/95\",[105,66.601]],[\"parent/95\",[0,0.001,1,0.001,100,5.572]],[\"name/96\",[106,66.601]],[\"parent/96\",[0,0.001,1,0.001,2,2.914]],[\"name/97\",[107,66.601]],[\"parent/97\",[0,0.001,1,0.001,3,3.605]],[\"name/98\",[108,66.601]],[\"parent/98\",[0,0.001,1,0.001,3,3.605]],[\"name/99\",[109,66.601]],[\"parent/99\",[0,0.001,1,0.001,3,3.605]],[\"name/100\",[110,66.601]],[\"parent/100\",[0,0.001,1,0.001,3,3.605]],[\"name/101\",[111,61.43]],[\"parent/101\",[0,0.001,1,0.001,112,7.17]],[\"name/102\",[113,66.601]],[\"parent/102\",[0,0.001,1,0.001,3,3.605]],[\"name/103\",[114,66.601]],[\"parent/103\",[0,0.001,1,0.001,3,3.605]],[\"name/104\",[115,66.601]],[\"parent/104\",[0,0.001,1,0.001,3,3.605]],[\"name/105\",[116,61.43]],[\"parent/105\",[0,0.001,1,0.001,3,3.605]],[\"name/106\",[117,61.43]],[\"parent/106\",[0,0.001,1,0.001,3,3.605]],[\"name/107\",[118,61.43]],[\"parent/107\",[0,0.001,1,0.001,3,3.605]],[\"name/108\",[119,66.601]],[\"parent/108\",[0,0.001,1,0.001,3,3.605]],[\"name/109\",[120,58.024]],[\"parent/109\",[0,0.001,1,0.001,3,3.605]],[\"name/110\",[121,66.601]],[\"parent/110\",[0,0.001,1,0.001,122,6.246]],[\"name/111\",[123,66.601]],[\"parent/111\",[0,0.001,1,0.001,122,6.246]],[\"name/112\",[120,58.024]],[\"parent/112\",[0,0.001,1,0.001,3,3.605]],[\"name/113\",[124,66.601]],[\"parent/113\",[0,0.001,1,0.001,122,6.246]],[\"name/114\",[125,61.43]],[\"parent/114\",[0,0.001,1,0.001,3,3.605]],[\"name/115\",[126,66.601]],[\"parent/115\",[0,0.001,1,0.001,127,6.613]],[\"name/116\",[128,66.601]],[\"parent/116\",[0,0.001,1,0.001,127,6.613]],[\"name/117\",[129,66.601]],[\"parent/117\",[0,0.001,1,0.001,3,3.605]],[\"name/118\",[130,66.601]],[\"parent/118\",[0,0.001,1,0.001,3,3.605]],[\"name/119\",[131,66.601]],[\"parent/119\",[0,0.001,1,0.001,3,3.605]],[\"name/120\",[132,66.601]],[\"parent/120\",[0,0.001,1,0.001,3,3.605]],[\"name/121\",[133,66.601]],[\"parent/121\",[0,0.001,1,0.001,3,3.605]],[\"name/122\",[134,58.024]],[\"parent/122\",[0,0.001,1,0.001,135,3.961]],[\"name/123\",[136,41.169]],[\"parent/123\",[0,0.001,1,0.001,135,3.961]],[\"name/124\",[137,61.43]],[\"parent/124\",[0,0.001,1,0.001,135,3.961]],[\"name/125\",[138,66.601]],[\"parent/125\",[0,0.001,1,0.001,135,3.961]],[\"name/126\",[139,66.601]],[\"parent/126\",[0,0.001,1,0.001,135,3.961]],[\"name/127\",[140,66.601]],[\"parent/127\",[0,0.001,1,0.001,135,3.961]],[\"name/128\",[141,66.601]],[\"parent/128\",[0,0.001,1,0.001,135,3.961]],[\"name/129\",[142,66.601]],[\"parent/129\",[0,0.001,1,0.001,135,3.961]],[\"name/130\",[143,66.601]],[\"parent/130\",[0,0.001,1,0.001,135,3.961]],[\"name/131\",[144,61.43]],[\"parent/131\",[0,0.001,1,0.001,135,3.961]],[\"name/132\",[145,66.601]],[\"parent/132\",[0,0.001,1,0.001,135,3.961]],[\"name/133\",[146,66.601]],[\"parent/133\",[0,0.001,1,0.001,135,3.961]],[\"name/134\",[147,66.601]],[\"parent/134\",[0,0.001,1,0.001,135,3.961]],[\"name/135\",[148,66.601]],[\"parent/135\",[0,0.001,1,0.001,135,3.961]],[\"name/136\",[149,66.601]],[\"parent/136\",[0,0.001,1,0.001,135,3.961]],[\"name/137\",[150,61.43]],[\"parent/137\",[0,0.001,1,0.001,135,3.961]],[\"name/138\",[151,66.601]],[\"parent/138\",[0,0.001,1,0.001,135,3.961]],[\"name/139\",[38,42.327]],[\"parent/139\",[0,0.001,1,0.001,135,3.961]],[\"name/140\",[152,66.601]],[\"parent/140\",[0,0.001,1,0.001,135,3.961]],[\"name/141\",[153,66.601]],[\"parent/141\",[0,0.001,1,0.001,135,3.961]],[\"name/142\",[154,66.601]],[\"parent/142\",[0,0.001,1,0.001,135,3.961]],[\"name/143\",[155,66.601]],[\"parent/143\",[0,0.001,1,0.001,135,3.961]],[\"name/144\",[156,66.601]],[\"parent/144\",[0,0.001,1,0.001,135,3.961]],[\"name/145\",[157,66.601]],[\"parent/145\",[0,0.001,1,0.001,135,3.961]],[\"name/146\",[158,66.601]],[\"parent/146\",[0,0.001,1,0.001,135,3.961]],[\"name/147\",[159,58.024]],[\"parent/147\",[0,0.001,1,0.001,135,3.961]],[\"name/148\",[160,61.43]],[\"parent/148\",[0,0.001,1,0.001,135,3.961]],[\"name/149\",[161,66.601]],[\"parent/149\",[0,0.001,1,0.001,135,3.961]],[\"name/150\",[162,66.601]],[\"parent/150\",[0,0.001,1,0.001,3,3.605]],[\"name/151\",[163,66.601]],[\"parent/151\",[0,0.001,1,0.001,164,5.049]],[\"name/152\",[165,61.43]],[\"parent/152\",[0,0.001,1,0.001,164,5.049]],[\"name/153\",[166,61.43]],[\"parent/153\",[0,0.001,1,0.001,164,5.049]],[\"name/154\",[167,61.43]],[\"parent/154\",[0,0.001,1,0.001,164,5.049]],[\"name/155\",[168,58.024]],[\"parent/155\",[0,0.001,1,0.001,164,5.049]],[\"name/156\",[111,61.43]],[\"parent/156\",[0,0.001,1,0.001,164,5.049]],[\"name/157\",[169,61.43]],[\"parent/157\",[0,0.001,1,0.001,164,5.049]],[\"name/158\",[170,40.13]],[\"parent/158\",[0,0.001,1,0.001,164,5.049]],[\"name/159\",[125,61.43]],[\"parent/159\",[0,0.001,1,0.001,164,5.049]],[\"name/160\",[171,61.43]],[\"parent/160\",[0,0.001,1,0.001,164,5.049]],[\"name/161\",[172,66.601]],[\"parent/161\",[0,0.001,1,0.001,3,3.605]],[\"name/162\",[165,61.43]],[\"parent/162\",[0,0.001,1,0.001,173,5.973]],[\"name/163\",[166,61.43]],[\"parent/163\",[0,0.001,1,0.001,173,5.973]],[\"name/164\",[167,61.43]],[\"parent/164\",[0,0.001,1,0.001,173,5.973]],[\"name/165\",[168,58.024]],[\"parent/165\",[0,0.001,1,0.001,173,5.973]],[\"name/166\",[174,66.601]],[\"parent/166\",[0,0.001,1,0.001,3,3.605]],[\"name/167\",[38,42.327]],[\"parent/167\",[0,0.001,1,0.001,175,7.17]],[\"name/168\",[116,61.43]],[\"parent/168\",[0,0.001,1,0.001,176,6.246]],[\"name/169\",[117,61.43]],[\"parent/169\",[0,0.001,1,0.001,176,6.246]],[\"name/170\",[118,61.43]],[\"parent/170\",[0,0.001,1,0.001,176,6.246]],[\"name/171\",[177,66.601]],[\"parent/171\",[0,0.001,1,0.001,3,3.605]],[\"name/172\",[168,58.024]],[\"parent/172\",[0,0.001,1,0.001,178,5.416]],[\"name/173\",[179,66.601]],[\"parent/173\",[0,0.001,1,0.001,178,5.416]],[\"name/174\",[180,66.601]],[\"parent/174\",[0,0.001,1,0.001,178,5.416]],[\"name/175\",[181,66.601]],[\"parent/175\",[0,0.001,1,0.001,178,5.416]],[\"name/176\",[182,66.601]],[\"parent/176\",[0,0.001,1,0.001,178,5.416]],[\"name/177\",[183,66.601]],[\"parent/177\",[0,0.001,1,0.001,178,5.416]],[\"name/178\",[184,66.601]],[\"parent/178\",[0,0.001,1,0.001,178,5.416]],[\"name/179\",[144,61.43]],[\"parent/179\",[0,0.001,1,0.001,3,3.605]],[\"name/180\",[185,66.601]],[\"parent/180\",[0,0.001,1,0.001,186,5.973]],[\"name/181\",[187,66.601]],[\"parent/181\",[0,0.001,1,0.001,186,5.973]],[\"name/182\",[120,58.024]],[\"parent/182\",[0,0.001,1,0.001,186,5.973]],[\"name/183\",[159,58.024]],[\"parent/183\",[0,0.001,1,0.001,186,5.973]],[\"name/184\",[188,66.601]],[\"parent/184\",[0,0.001,1,0.001,3,3.605]],[\"name/185\",[189,47.51,190,47.51]],[\"parent/185\",[0,0.001,1,0.001,191,6.613]],[\"name/186\",[0,0.003,137,34.059,192,36.926]],[\"parent/186\",[0,0.001,1,0.001,191,6.613]],[\"name/187\",[193,66.601]],[\"parent/187\",[0,0.001,1,0.001,3,3.605]],[\"name/188\",[169,61.43]],[\"parent/188\",[0,0.001,1,0.001,194,6.613]],[\"name/189\",[170,40.13]],[\"parent/189\",[0,0.001,1,0.001,194,6.613]],[\"name/190\",[195,66.601]],[\"parent/190\",[0,0.001,1,0.001,3,3.605]],[\"name/191\",[134,58.024]],[\"parent/191\",[0,0.001,1,0.001,196,5.973]],[\"name/192\",[197,66.601]],[\"parent/192\",[0,0.001,1,0.001,196,5.973]],[\"name/193\",[198,66.601]],[\"parent/193\",[0,0.001,1,0.001,196,5.973]],[\"name/194\",[199,66.601]],[\"parent/194\",[0,0.001,1,0.001,196,5.973]],[\"name/195\",[200,66.601]],[\"parent/195\",[0,0.001,1,0.001,3,3.605]],[\"name/196\",[171,61.43]],[\"parent/196\",[0,0.001,1,0.001,201,7.17]],[\"name/197\",[202,66.601]],[\"parent/197\",[0,0.001,1,0.001,3,3.605]],[\"name/198\",[203,66.601]],[\"parent/198\",[0,0.001,1,0.001,3,3.605]],[\"name/199\",[204,66.601]],[\"parent/199\",[0,0.001,1,0.001,3,3.605]],[\"name/200\",[205,66.601]],[\"parent/200\",[0,0.001,1,0.001,3,3.605]],[\"name/201\",[206,66.601]],[\"parent/201\",[0,0.001,1,0.001,3,3.605]],[\"name/202\",[207,66.601]],[\"parent/202\",[0,0.001,1,0.001,3,3.605]],[\"name/203\",[38,42.327]],[\"parent/203\",[0,0.001,1,0.001,208,7.17]],[\"name/204\",[209,66.601]],[\"parent/204\",[0,0.001,1,0.001,3,3.605]],[\"name/205\",[210,66.601]],[\"parent/205\",[0,0.001,1,0.001,3,3.605]],[\"name/206\",[211,66.601]],[\"parent/206\",[0,0.001,1,0.001,3,3.605]],[\"name/207\",[212,66.601]],[\"parent/207\",[0,0.001,1,0.001,3,3.605]],[\"name/208\",[213,66.601]],[\"parent/208\",[0,0,1,0,4,3.862,5,4.344]],[\"name/209\",[214,66.601]],[\"parent/209\",[0,0,1,0,4,3.862,5,4.344]],[\"name/210\",[215,66.601]],[\"parent/210\",[0,0,1,0,4,3.862,5,4.344]],[\"name/211\",[216,66.601]],[\"parent/211\",[0,0,1,0,4,3.862,5,4.344]],[\"name/212\",[217,66.601]],[\"parent/212\",[0,0,1,0,4,3.862,218,6.409]],[\"name/213\",[219,66.601]],[\"parent/213\",[0,0,1,0,4,3.862,5,4.344]],[\"name/214\",[220,66.601]],[\"parent/214\",[0,0,1,0,4,3.862,221,5.339]],[\"name/215\",[222,66.601]],[\"parent/215\",[0,0,1,0,4,3.862,221,5.339]],[\"name/216\",[159,58.024]],[\"parent/216\",[0,0,1,0,4,3.862,221,5.339]],[\"name/217\",[223,66.601]],[\"parent/217\",[0,0,1,0,4,3.862,221,5.339]],[\"name/218\",[224,61.43]],[\"parent/218\",[0,0,1,0,4,3.862,5,4.344]],[\"name/219\",[225,66.601]],[\"parent/219\",[0,0,1,0,4,3.862,5,4.344]],[\"name/220\",[226,41.169]],[\"parent/220\",[0,0,1,0,4,3.862,227,5.911]],[\"name/221\",[228,66.601]],[\"parent/221\",[0,0,1,0,4,3.862,227,5.911]],[\"name/222\",[229,66.601]],[\"parent/222\",[0,0,1,0,4,3.862,5,4.344]],[\"name/223\",[38,42.327]],[\"parent/223\",[0,0,1,0,4,3.862,230,6.409]],[\"name/224\",[231,66.601]],[\"parent/224\",[0,0,1,0,4,3.862,5,4.344]],[\"name/225\",[232,66.601]],[\"parent/225\",[0,0,1,0,4,3.862,5,4.344]],[\"name/226\",[233,66.601]],[\"parent/226\",[0,0,1,0,4,3.862,5,4.344]],[\"name/227\",[234,58.024]],[\"parent/227\",[0,0,1,0,6,0.313,7,3.475]],[\"name/228\",[235,58.024]],[\"parent/228\",[0,0,1,0,6,0.313,7,3.475]],[\"name/229\",[236,58.024]],[\"parent/229\",[0,0,1,0,6,0.313,7,3.475]],[\"name/230\",[237,58.024]],[\"parent/230\",[0,0,1,0,6,0.313,7,3.475]],[\"name/231\",[238,66.601]],[\"parent/231\",[0,0,1,0,6,0.313,239,5.584]],[\"name/232\",[240,66.601]],[\"parent/232\",[0,0,1,0,6,0.313,239,5.584]],[\"name/233\",[241,66.601]],[\"parent/233\",[0,0,1,0,6,0.313,239,5.584]],[\"name/234\",[242,58.024]],[\"parent/234\",[0,0,1,0,6,0.313,7,3.475]],[\"name/235\",[40,33.75]],[\"parent/235\",[0,0,1,0,6,0.313,243,5.339]],[\"name/236\",[244,45.982]],[\"parent/236\",[0,0,1,0,6,0.313,243,5.339]],[\"name/237\",[245,45.138]],[\"parent/237\",[0,0,1,0,6,0.313,243,5.339]],[\"name/238\",[246,66.601]],[\"parent/238\",[0,0,1,0,6,0.313,243,5.339]],[\"name/239\",[247,61.43]],[\"parent/239\",[0,0,1,0,6,0.313,7,3.475]],[\"name/240\",[40,33.75]],[\"parent/240\",[0,0,1,0,6,0.313,248,4.719]],[\"name/241\",[249,55.48]],[\"parent/241\",[0,0,1,0,6,0.313,248,4.719]],[\"name/242\",[250,66.601]],[\"parent/242\",[0,0,1,0,6,0.313,248,4.719]],[\"name/243\",[251,41.732]],[\"parent/243\",[0,0,1,0,6,0.313,248,4.719]],[\"name/244\",[252,50.309]],[\"parent/244\",[0,0,1,0,6,0.313,248,4.719]],[\"name/245\",[244,45.982]],[\"parent/245\",[0,0,1,0,6,0.313,248,4.719]],[\"name/246\",[245,45.138]],[\"parent/246\",[0,0,1,0,6,0.313,248,4.719]],[\"name/247\",[253,50.309]],[\"parent/247\",[0,0,1,0,6,0.313,248,4.719]],[\"name/248\",[254,58.024]],[\"parent/248\",[0,0,1,0,6,0.313,7,3.475]],[\"name/249\",[40,33.75]],[\"parent/249\",[0,0,1,0,6,0.313,255,4.611]],[\"name/250\",[256,61.43]],[\"parent/250\",[0,0,1,0,6,0.313,255,4.611]],[\"name/251\",[257,51.757]],[\"parent/251\",[0,0,1,0,6,0.313,255,4.611]],[\"name/252\",[258,66.601]],[\"parent/252\",[0,0,1,0,6,0.313,255,4.611]],[\"name/253\",[259,66.601]],[\"parent/253\",[0,0,1,0,6,0.313,255,4.611]],[\"name/254\",[252,50.309]],[\"parent/254\",[0,0,1,0,6,0.313,255,4.611]],[\"name/255\",[244,45.982]],[\"parent/255\",[0,0,1,0,6,0.313,255,4.611]],[\"name/256\",[245,45.138]],[\"parent/256\",[0,0,1,0,6,0.313,255,4.611]],[\"name/257\",[253,50.309]],[\"parent/257\",[0,0,1,0,6,0.313,255,4.611]],[\"name/258\",[260,58.024]],[\"parent/258\",[0,0,1,0,6,0.313,7,3.475]],[\"name/259\",[261,58.024]],[\"parent/259\",[0,0,1,0,6,0.313,7,3.475]],[\"name/260\",[40,33.75]],[\"parent/260\",[0,0,1,0,6,0.313,262,4.425]],[\"name/261\",[249,55.48]],[\"parent/261\",[0,0,1,0,6,0.313,262,4.425]],[\"name/262\",[263,53.449]],[\"parent/262\",[0,0,1,0,6,0.313,262,4.425]],[\"name/263\",[251,41.732]],[\"parent/263\",[0,0,1,0,6,0.313,262,4.425]],[\"name/264\",[264,42.327]],[\"parent/264\",[0,0,1,0,6,0.313,262,4.425]],[\"name/265\",[265,58.024]],[\"parent/265\",[0,0,1,0,6,0.313,262,4.425]],[\"name/266\",[266,58.024]],[\"parent/266\",[0,0,1,0,6,0.313,262,4.425]],[\"name/267\",[252,50.309]],[\"parent/267\",[0,0,1,0,6,0.313,262,4.425]],[\"name/268\",[244,45.982]],[\"parent/268\",[0,0,1,0,6,0.313,262,4.425]],[\"name/269\",[245,45.138]],[\"parent/269\",[0,0,1,0,6,0.313,262,4.425]],[\"name/270\",[253,50.309]],[\"parent/270\",[0,0,1,0,6,0.313,262,4.425]],[\"name/271\",[267,61.43]],[\"parent/271\",[0,0,1,0,6,0.313,7,3.475]],[\"name/272\",[40,33.75]],[\"parent/272\",[0,0,1,0,6,0.313,268,4.514]],[\"name/273\",[249,55.48]],[\"parent/273\",[0,0,1,0,6,0.313,268,4.514]],[\"name/274\",[269,66.601]],[\"parent/274\",[0,0,1,0,6,0.313,268,4.514]],[\"name/275\",[263,53.449]],[\"parent/275\",[0,0,1,0,6,0.313,268,4.514]],[\"name/276\",[252,50.309]],[\"parent/276\",[0,0,1,0,6,0.313,268,4.514]],[\"name/277\",[265,58.024]],[\"parent/277\",[0,0,1,0,6,0.313,268,4.514]],[\"name/278\",[266,58.024]],[\"parent/278\",[0,0,1,0,6,0.313,268,4.514]],[\"name/279\",[244,45.982]],[\"parent/279\",[0,0,1,0,6,0.313,268,4.514]],[\"name/280\",[245,45.138]],[\"parent/280\",[0,0,1,0,6,0.313,268,4.514]],[\"name/281\",[253,50.309]],[\"parent/281\",[0,0,1,0,6,0.313,268,4.514]],[\"name/282\",[270,53.449]],[\"parent/282\",[0,0,1,0,6,0.313,7,3.475]],[\"name/283\",[40,33.75]],[\"parent/283\",[0,0,1,0,6,0.313,271,4.981]],[\"name/284\",[256,61.43]],[\"parent/284\",[0,0,1,0,6,0.313,271,4.981]],[\"name/285\",[272,66.601]],[\"parent/285\",[0,0,1,0,6,0.313,271,4.981]],[\"name/286\",[273,66.601]],[\"parent/286\",[0,0,1,0,6,0.313,271,4.981]],[\"name/287\",[274,66.601]],[\"parent/287\",[0,0,1,0,6,0.313,271,4.981]],[\"name/288\",[275,66.601]],[\"parent/288\",[0,0,1,0,6,0.313,271,4.981]],[\"name/289\",[276,58.024]],[\"parent/289\",[0,0,1,0,6,0.313,7,3.475]],[\"name/290\",[277,66.601]],[\"parent/290\",[0,0,1,0,6,0.313,278,5.911]],[\"name/291\",[279,66.601]],[\"parent/291\",[0,0,1,0,6,0.313,278,5.911]],[\"name/292\",[280,58.024]],[\"parent/292\",[0,0,1,0,6,0.313,7,3.475]],[\"name/293\",[40,33.75]],[\"parent/293\",[0,0,1,0,6,0.313,281,4.425]],[\"name/294\",[244,45.982]],[\"parent/294\",[0,0,1,0,6,0.313,281,4.425]],[\"name/295\",[282,44.359]],[\"parent/295\",[0,0,1,0,6,0.313,281,4.425]],[\"name/296\",[283,58.024]],[\"parent/296\",[0,0,1,0,6,0.313,281,4.425]],[\"name/297\",[264,42.327]],[\"parent/297\",[0,0,1,0,6,0.313,281,4.425]],[\"name/298\",[251,41.732]],[\"parent/298\",[0,0,1,0,6,0.313,281,4.425]],[\"name/299\",[284,58.024]],[\"parent/299\",[0,0,1,0,6,0.313,281,4.425]],[\"name/300\",[285,58.024]],[\"parent/300\",[0,0,1,0,6,0.313,281,4.425]],[\"name/301\",[286,50.309]],[\"parent/301\",[0,0,1,0,6,0.313,281,4.425]],[\"name/302\",[287,53.449]],[\"parent/302\",[0,0,1,0,6,0.313,281,4.425]],[\"name/303\",[288,58.024]],[\"parent/303\",[0,0,1,0,6,0.313,281,4.425]],[\"name/304\",[289,58.024]],[\"parent/304\",[0,0,1,0,6,0.313,7,3.475]],[\"name/305\",[40,33.75]],[\"parent/305\",[0,0,1,0,6,0.313,290,3.91]],[\"name/306\",[291,66.601]],[\"parent/306\",[0,0,1,0,6,0.313,290,3.91]],[\"name/307\",[292,66.601]],[\"parent/307\",[0,0,1,0,6,0.313,290,3.91]],[\"name/308\",[293,66.601]],[\"parent/308\",[0,0,1,0,6,0.313,290,3.91]],[\"name/309\",[294,66.601]],[\"parent/309\",[0,0,1,0,6,0.313,290,3.91]],[\"name/310\",[288,58.024]],[\"parent/310\",[0,0,1,0,6,0.313,290,3.91]],[\"name/311\",[295,55.48]],[\"parent/311\",[0,0,1,0,6,0.313,290,3.91]],[\"name/312\",[296,55.48]],[\"parent/312\",[0,0,1,0,6,0.313,290,3.91]],[\"name/313\",[297,58.024]],[\"parent/313\",[0,0,1,0,6,0.313,290,3.91]],[\"name/314\",[298,58.024]],[\"parent/314\",[0,0,1,0,6,0.313,290,3.91]],[\"name/315\",[244,45.982]],[\"parent/315\",[0,0,1,0,6,0.313,290,3.91]],[\"name/316\",[282,44.359]],[\"parent/316\",[0,0,1,0,6,0.313,290,3.91]],[\"name/317\",[283,58.024]],[\"parent/317\",[0,0,1,0,6,0.313,290,3.91]],[\"name/318\",[264,42.327]],[\"parent/318\",[0,0,1,0,6,0.313,290,3.91]],[\"name/319\",[251,41.732]],[\"parent/319\",[0,0,1,0,6,0.313,290,3.91]],[\"name/320\",[284,58.024]],[\"parent/320\",[0,0,1,0,6,0.313,290,3.91]],[\"name/321\",[285,58.024]],[\"parent/321\",[0,0,1,0,6,0.313,290,3.91]],[\"name/322\",[286,50.309]],[\"parent/322\",[0,0,1,0,6,0.313,290,3.91]],[\"name/323\",[287,53.449]],[\"parent/323\",[0,0,1,0,6,0.313,290,3.91]],[\"name/324\",[299,58.024]],[\"parent/324\",[0,0,1,0,6,0.313,7,3.475]],[\"name/325\",[40,33.75]],[\"parent/325\",[0,0,1,0,6,0.313,300,4.134]],[\"name/326\",[301,66.601]],[\"parent/326\",[0,0,1,0,6,0.313,300,4.134]],[\"name/327\",[302,66.601]],[\"parent/327\",[0,0,1,0,6,0.313,300,4.134]],[\"name/328\",[288,58.024]],[\"parent/328\",[0,0,1,0,6,0.313,300,4.134]],[\"name/329\",[296,55.48]],[\"parent/329\",[0,0,1,0,6,0.313,300,4.134]],[\"name/330\",[295,55.48]],[\"parent/330\",[0,0,1,0,6,0.313,300,4.134]],[\"name/331\",[244,45.982]],[\"parent/331\",[0,0,1,0,6,0.313,300,4.134]],[\"name/332\",[282,44.359]],[\"parent/332\",[0,0,1,0,6,0.313,300,4.134]],[\"name/333\",[283,58.024]],[\"parent/333\",[0,0,1,0,6,0.313,300,4.134]],[\"name/334\",[264,42.327]],[\"parent/334\",[0,0,1,0,6,0.313,300,4.134]],[\"name/335\",[251,41.732]],[\"parent/335\",[0,0,1,0,6,0.313,300,4.134]],[\"name/336\",[284,58.024]],[\"parent/336\",[0,0,1,0,6,0.313,300,4.134]],[\"name/337\",[285,58.024]],[\"parent/337\",[0,0,1,0,6,0.313,300,4.134]],[\"name/338\",[286,50.309]],[\"parent/338\",[0,0,1,0,6,0.313,300,4.134]],[\"name/339\",[287,53.449]],[\"parent/339\",[0,0,1,0,6,0.313,300,4.134]],[\"name/340\",[303,58.024]],[\"parent/340\",[0,0,1,0,6,0.313,7,3.475]],[\"name/341\",[40,33.75]],[\"parent/341\",[0,0,1,0,6,0.313,304,4.134]],[\"name/342\",[305,66.601]],[\"parent/342\",[0,0,1,0,6,0.313,304,4.134]],[\"name/343\",[306,66.601]],[\"parent/343\",[0,0,1,0,6,0.313,304,4.134]],[\"name/344\",[307,66.601]],[\"parent/344\",[0,0,1,0,6,0.313,304,4.134]],[\"name/345\",[308,66.601]],[\"parent/345\",[0,0,1,0,6,0.313,304,4.134]],[\"name/346\",[249,55.48]],[\"parent/346\",[0,0,1,0,6,0.313,304,4.134]],[\"name/347\",[263,53.449]],[\"parent/347\",[0,0,1,0,6,0.313,304,4.134]],[\"name/348\",[251,41.732]],[\"parent/348\",[0,0,1,0,6,0.313,304,4.134]],[\"name/349\",[264,42.327]],[\"parent/349\",[0,0,1,0,6,0.313,304,4.134]],[\"name/350\",[265,58.024]],[\"parent/350\",[0,0,1,0,6,0.313,304,4.134]],[\"name/351\",[266,58.024]],[\"parent/351\",[0,0,1,0,6,0.313,304,4.134]],[\"name/352\",[252,50.309]],[\"parent/352\",[0,0,1,0,6,0.313,304,4.134]],[\"name/353\",[244,45.982]],[\"parent/353\",[0,0,1,0,6,0.313,304,4.134]],[\"name/354\",[245,45.138]],[\"parent/354\",[0,0,1,0,6,0.313,304,4.134]],[\"name/355\",[253,50.309]],[\"parent/355\",[0,0,1,0,6,0.313,304,4.134]],[\"name/356\",[309,58.024]],[\"parent/356\",[0,0,1,0,6,0.313,7,3.475]],[\"name/357\",[134,58.024]],[\"parent/357\",[0,0,1,0,6,0.313,310,5.339]],[\"name/358\",[311,58.024]],[\"parent/358\",[0,0,1,0,6,0.313,310,5.339]],[\"name/359\",[150,61.43]],[\"parent/359\",[0,0,1,0,6,0.313,310,5.339]],[\"name/360\",[312,66.601]],[\"parent/360\",[0,0,1,0,6,0.313,310,5.339]],[\"name/361\",[313,55.48]],[\"parent/361\",[0,0,1,0,6,0.313,7,3.475]],[\"name/362\",[314,58.024]],[\"parent/362\",[0,0,1,0,6,0.313,7,3.475]],[\"name/363\",[315,55.48]],[\"parent/363\",[0,0,1,0,6,0.313,7,3.475]],[\"name/364\",[257,51.757]],[\"parent/364\",[0,0,1,0,6,0.313,316,4.981]],[\"name/365\",[317,55.48]],[\"parent/365\",[0,0,1,0,6,0.313,316,4.981]],[\"name/366\",[313,55.48]],[\"parent/366\",[0,0,1,0,6,0.313,316,4.981]],[\"name/367\",[318,66.601]],[\"parent/367\",[0,0,1,0,6,0.313,316,4.981]],[\"name/368\",[319,66.601]],[\"parent/368\",[0,0,1,0,6,0.313,316,4.981]],[\"name/369\",[320,58.024]],[\"parent/369\",[0,0,1,0,6,0.313,316,4.981]],[\"name/370\",[321,58.024]],[\"parent/370\",[0,0,1,0,6,0.313,7,3.475]],[\"name/371\",[322,58.024]],[\"parent/371\",[0,0,1,0,6,0.313,7,3.475]],[\"name/372\",[40,33.75]],[\"parent/372\",[0,0,1,0,6,0.313,323,5.584]],[\"name/373\",[324,58.024]],[\"parent/373\",[0,0,1,0,6,0.313,323,5.584]],[\"name/374\",[325,66.601]],[\"parent/374\",[0,0,1,0,6,0.313,323,5.584]],[\"name/375\",[317,55.48]],[\"parent/375\",[0,0,1,0,6,0.313,7,3.475]],[\"name/376\",[40,33.75]],[\"parent/376\",[0,0,1,0,6,0.313,326,5.339]],[\"name/377\",[315,55.48]],[\"parent/377\",[0,0,1,0,6,0.313,326,5.339]],[\"name/378\",[251,41.732]],[\"parent/378\",[0,0,1,0,6,0.313,326,5.339]],[\"name/379\",[264,42.327]],[\"parent/379\",[0,0,1,0,6,0.313,326,5.339]],[\"name/380\",[327,58.024]],[\"parent/380\",[0,0,1,0,6,0.313,7,3.475]],[\"name/381\",[40,33.75]],[\"parent/381\",[0,0,1,0,6,0.313,328,5.339]],[\"name/382\",[311,58.024]],[\"parent/382\",[0,0,1,0,6,0.313,328,5.339]],[\"name/383\",[263,53.449]],[\"parent/383\",[0,0,1,0,6,0.313,328,5.339]],[\"name/384\",[329,61.43]],[\"parent/384\",[0,0,1,0,6,0.313,328,5.339]],[\"name/385\",[330,58.024]],[\"parent/385\",[0,0,1,0,6,0.313,7,3.475]],[\"name/386\",[331,66.601]],[\"parent/386\",[0,0,1,0,6,0.313,7,3.475]],[\"name/387\",[332,58.024]],[\"parent/387\",[0,0,1,0,6,0.313,7,3.475]],[\"name/388\",[333,58.024]],[\"parent/388\",[0,0,1,0,6,0.313,7,3.475]],[\"name/389\",[24,55.48]],[\"parent/389\",[0,0,1,0,6,0.313,7,3.475]],[\"name/390\",[334,61.43]],[\"parent/390\",[0,0,1,0,6,0.313,8,2.874]],[\"name/391\",[335,66.601]],[\"parent/391\",[0,0,1,0,6,0.313,8,2.874]],[\"name/392\",[336,66.601]],[\"parent/392\",[0,0,1,0,6,0.313,8,2.874]],[\"name/393\",[337,66.601]],[\"parent/393\",[0,0,1,0,6,0.313,8,2.874]],[\"name/394\",[338,66.601]],[\"parent/394\",[0,0,1,0,6,0.313,8,2.874]],[\"name/395\",[339,61.43]],[\"parent/395\",[0,0,1,0,6,0.313,8,2.874]],[\"name/396\",[340,61.43]],[\"parent/396\",[0,0,1,0,6,0.313,8,2.874]],[\"name/397\",[341,61.43]],[\"parent/397\",[0,0,1,0,6,0.313,8,2.874]],[\"name/398\",[342,61.43]],[\"parent/398\",[0,0,1,0,6,0.313,8,2.874]],[\"name/399\",[343,61.43]],[\"parent/399\",[0,0,1,0,6,0.313,8,2.874]],[\"name/400\",[344,61.43]],[\"parent/400\",[0,0,1,0,6,0.313,8,2.874]],[\"name/401\",[345,61.43]],[\"parent/401\",[0,0,1,0,6,0.313,8,2.874]],[\"name/402\",[346,61.43]],[\"parent/402\",[0,0,1,0,6,0.313,8,2.874]],[\"name/403\",[40,33.75]],[\"parent/403\",[0,0,1,0,6,0.313,347,3.729]],[\"name/404\",[264,42.327]],[\"parent/404\",[0,0,1,0,6,0.313,347,3.729]],[\"name/405\",[282,44.359]],[\"parent/405\",[0,0,1,0,6,0.313,347,3.729]],[\"name/406\",[348,55.48]],[\"parent/406\",[0,0,1,0,6,0.313,347,3.729]],[\"name/407\",[349,61.43]],[\"parent/407\",[0,0,1,0,6,0.313,347,3.729]],[\"name/408\",[350,61.43]],[\"parent/408\",[0,0,1,0,6,0.313,347,3.729]],[\"name/409\",[351,61.43]],[\"parent/409\",[0,0,1,0,6,0.313,347,3.729]],[\"name/410\",[251,41.732]],[\"parent/410\",[0,0,1,0,6,0.313,347,3.729]],[\"name/411\",[352,51.757]],[\"parent/411\",[0,0,1,0,6,0.313,347,3.729]],[\"name/412\",[353,61.43]],[\"parent/412\",[0,0,1,0,6,0.313,347,3.729]],[\"name/413\",[354,41.169]],[\"parent/413\",[0,0,1,0,6,0.313,347,3.729]],[\"name/414\",[355,41.169]],[\"parent/414\",[0,0,1,0,6,0.313,347,3.729]],[\"name/415\",[226,41.169]],[\"parent/415\",[0,0,1,0,6,0.313,347,3.729]],[\"name/416\",[136,41.169]],[\"parent/416\",[0,0,1,0,6,0.313,347,3.729]],[\"name/417\",[356,41.732]],[\"parent/417\",[0,0,1,0,6,0.313,347,3.729]],[\"name/418\",[357,41.169]],[\"parent/418\",[0,0,1,0,6,0.313,347,3.729]],[\"name/419\",[170,40.13]],[\"parent/419\",[0,0,1,0,6,0.313,347,3.729]],[\"name/420\",[358,41.732]],[\"parent/420\",[0,0,1,0,6,0.313,347,3.729]],[\"name/421\",[359,41.732]],[\"parent/421\",[0,0,1,0,6,0.313,347,3.729]],[\"name/422\",[360,41.169]],[\"parent/422\",[0,0,1,0,6,0.313,347,3.729]],[\"name/423\",[361,41.732]],[\"parent/423\",[0,0,1,0,6,0.313,347,3.729]],[\"name/424\",[362,41.169]],[\"parent/424\",[0,0,1,0,6,0.313,347,3.729]],[\"name/425\",[363,41.732]],[\"parent/425\",[0,0,1,0,6,0.313,347,3.729]],[\"name/426\",[364,61.43]],[\"parent/426\",[0,0,1,0,6,0.313,8,2.874]],[\"name/427\",[40,33.75]],[\"parent/427\",[0,0,1,0,6,0.313,365,4.134]],[\"name/428\",[366,61.43]],[\"parent/428\",[0,0,1,0,6,0.313,365,4.134]],[\"name/429\",[354,41.169]],[\"parent/429\",[0,0,1,0,6,0.313,365,4.134]],[\"name/430\",[355,41.169]],[\"parent/430\",[0,0,1,0,6,0.313,365,4.134]],[\"name/431\",[226,41.169]],[\"parent/431\",[0,0,1,0,6,0.313,365,4.134]],[\"name/432\",[136,41.169]],[\"parent/432\",[0,0,1,0,6,0.313,365,4.134]],[\"name/433\",[356,41.732]],[\"parent/433\",[0,0,1,0,6,0.313,365,4.134]],[\"name/434\",[357,41.169]],[\"parent/434\",[0,0,1,0,6,0.313,365,4.134]],[\"name/435\",[170,40.13]],[\"parent/435\",[0,0,1,0,6,0.313,365,4.134]],[\"name/436\",[358,41.732]],[\"parent/436\",[0,0,1,0,6,0.313,365,4.134]],[\"name/437\",[359,41.732]],[\"parent/437\",[0,0,1,0,6,0.313,365,4.134]],[\"name/438\",[360,41.169]],[\"parent/438\",[0,0,1,0,6,0.313,365,4.134]],[\"name/439\",[361,41.732]],[\"parent/439\",[0,0,1,0,6,0.313,365,4.134]],[\"name/440\",[362,41.169]],[\"parent/440\",[0,0,1,0,6,0.313,365,4.134]],[\"name/441\",[363,41.732]],[\"parent/441\",[0,0,1,0,6,0.313,365,4.134]],[\"name/442\",[367,61.43]],[\"parent/442\",[0,0,1,0,6,0.313,8,2.874]],[\"name/443\",[40,33.75]],[\"parent/443\",[0,0,1,0,6,0.313,368,3.91]],[\"name/444\",[369,51.757]],[\"parent/444\",[0,0,1,0,6,0.313,368,3.91]],[\"name/445\",[282,44.359]],[\"parent/445\",[0,0,1,0,6,0.313,368,3.91]],[\"name/446\",[264,42.327]],[\"parent/446\",[0,0,1,0,6,0.313,368,3.91]],[\"name/447\",[251,41.732]],[\"parent/447\",[0,0,1,0,6,0.313,368,3.91]],[\"name/448\",[370,55.48]],[\"parent/448\",[0,0,1,0,6,0.313,368,3.91]],[\"name/449\",[354,41.169]],[\"parent/449\",[0,0,1,0,6,0.313,368,3.91]],[\"name/450\",[355,41.169]],[\"parent/450\",[0,0,1,0,6,0.313,368,3.91]],[\"name/451\",[226,41.169]],[\"parent/451\",[0,0,1,0,6,0.313,368,3.91]],[\"name/452\",[136,41.169]],[\"parent/452\",[0,0,1,0,6,0.313,368,3.91]],[\"name/453\",[356,41.732]],[\"parent/453\",[0,0,1,0,6,0.313,368,3.91]],[\"name/454\",[357,41.169]],[\"parent/454\",[0,0,1,0,6,0.313,368,3.91]],[\"name/455\",[170,40.13]],[\"parent/455\",[0,0,1,0,6,0.313,368,3.91]],[\"name/456\",[358,41.732]],[\"parent/456\",[0,0,1,0,6,0.313,368,3.91]],[\"name/457\",[359,41.732]],[\"parent/457\",[0,0,1,0,6,0.313,368,3.91]],[\"name/458\",[360,41.169]],[\"parent/458\",[0,0,1,0,6,0.313,368,3.91]],[\"name/459\",[361,41.732]],[\"parent/459\",[0,0,1,0,6,0.313,368,3.91]],[\"name/460\",[362,41.169]],[\"parent/460\",[0,0,1,0,6,0.313,368,3.91]],[\"name/461\",[363,41.732]],[\"parent/461\",[0,0,1,0,6,0.313,368,3.91]],[\"name/462\",[371,61.43]],[\"parent/462\",[0,0,1,0,6,0.313,8,2.874]],[\"name/463\",[40,33.75]],[\"parent/463\",[0,0,1,0,6,0.313,372,3.612]],[\"name/464\",[295,55.48]],[\"parent/464\",[0,0,1,0,6,0.313,372,3.612]],[\"name/465\",[373,51.757]],[\"parent/465\",[0,0,1,0,6,0.313,372,3.612]],[\"name/466\",[374,55.48]],[\"parent/466\",[0,0,1,0,6,0.313,372,3.612]],[\"name/467\",[286,50.309]],[\"parent/467\",[0,0,1,0,6,0.313,372,3.612]],[\"name/468\",[296,55.48]],[\"parent/468\",[0,0,1,0,6,0.313,372,3.612]],[\"name/469\",[297,58.024]],[\"parent/469\",[0,0,1,0,6,0.313,372,3.612]],[\"name/470\",[298,58.024]],[\"parent/470\",[0,0,1,0,6,0.313,372,3.612]],[\"name/471\",[375,61.43]],[\"parent/471\",[0,0,1,0,6,0.313,372,3.612]],[\"name/472\",[354,41.169]],[\"parent/472\",[0,0,1,0,6,0.313,372,3.612]],[\"name/473\",[282,44.359]],[\"parent/473\",[0,0,1,0,6,0.313,372,3.612]],[\"name/474\",[264,42.327]],[\"parent/474\",[0,0,1,0,6,0.313,372,3.612]],[\"name/475\",[245,45.138]],[\"parent/475\",[0,0,1,0,6,0.313,372,3.612]],[\"name/476\",[251,41.732]],[\"parent/476\",[0,0,1,0,6,0.313,372,3.612]],[\"name/477\",[355,41.169]],[\"parent/477\",[0,0,1,0,6,0.313,372,3.612]],[\"name/478\",[226,41.169]],[\"parent/478\",[0,0,1,0,6,0.313,372,3.612]],[\"name/479\",[136,41.169]],[\"parent/479\",[0,0,1,0,6,0.313,372,3.612]],[\"name/480\",[356,41.732]],[\"parent/480\",[0,0,1,0,6,0.313,372,3.612]],[\"name/481\",[357,41.169]],[\"parent/481\",[0,0,1,0,6,0.313,372,3.612]],[\"name/482\",[170,40.13]],[\"parent/482\",[0,0,1,0,6,0.313,372,3.612]],[\"name/483\",[358,41.732]],[\"parent/483\",[0,0,1,0,6,0.313,372,3.612]],[\"name/484\",[359,41.732]],[\"parent/484\",[0,0,1,0,6,0.313,372,3.612]],[\"name/485\",[360,41.169]],[\"parent/485\",[0,0,1,0,6,0.313,372,3.612]],[\"name/486\",[361,41.732]],[\"parent/486\",[0,0,1,0,6,0.313,372,3.612]],[\"name/487\",[362,41.169]],[\"parent/487\",[0,0,1,0,6,0.313,372,3.612]],[\"name/488\",[363,41.732]],[\"parent/488\",[0,0,1,0,6,0.313,372,3.612]],[\"name/489\",[376,61.43]],[\"parent/489\",[0,0,1,0,6,0.313,8,2.874]],[\"name/490\",[40,33.75]],[\"parent/490\",[0,0,1,0,6,0.313,377,3.815]],[\"name/491\",[264,42.327]],[\"parent/491\",[0,0,1,0,6,0.313,377,3.815]],[\"name/492\",[373,51.757]],[\"parent/492\",[0,0,1,0,6,0.313,377,3.815]],[\"name/493\",[374,55.48]],[\"parent/493\",[0,0,1,0,6,0.313,377,3.815]],[\"name/494\",[286,50.309]],[\"parent/494\",[0,0,1,0,6,0.313,377,3.815]],[\"name/495\",[354,41.169]],[\"parent/495\",[0,0,1,0,6,0.313,377,3.815]],[\"name/496\",[282,44.359]],[\"parent/496\",[0,0,1,0,6,0.313,377,3.815]],[\"name/497\",[245,45.138]],[\"parent/497\",[0,0,1,0,6,0.313,377,3.815]],[\"name/498\",[251,41.732]],[\"parent/498\",[0,0,1,0,6,0.313,377,3.815]],[\"name/499\",[355,41.169]],[\"parent/499\",[0,0,1,0,6,0.313,377,3.815]],[\"name/500\",[226,41.169]],[\"parent/500\",[0,0,1,0,6,0.313,377,3.815]],[\"name/501\",[136,41.169]],[\"parent/501\",[0,0,1,0,6,0.313,377,3.815]],[\"name/502\",[356,41.732]],[\"parent/502\",[0,0,1,0,6,0.313,377,3.815]],[\"name/503\",[357,41.169]],[\"parent/503\",[0,0,1,0,6,0.313,377,3.815]],[\"name/504\",[170,40.13]],[\"parent/504\",[0,0,1,0,6,0.313,377,3.815]],[\"name/505\",[358,41.732]],[\"parent/505\",[0,0,1,0,6,0.313,377,3.815]],[\"name/506\",[359,41.732]],[\"parent/506\",[0,0,1,0,6,0.313,377,3.815]],[\"name/507\",[360,41.169]],[\"parent/507\",[0,0,1,0,6,0.313,377,3.815]],[\"name/508\",[361,41.732]],[\"parent/508\",[0,0,1,0,6,0.313,377,3.815]],[\"name/509\",[362,41.169]],[\"parent/509\",[0,0,1,0,6,0.313,377,3.815]],[\"name/510\",[363,41.732]],[\"parent/510\",[0,0,1,0,6,0.313,377,3.815]],[\"name/511\",[378,61.43]],[\"parent/511\",[0,0,1,0,6,0.313,8,2.874]],[\"name/512\",[40,33.75]],[\"parent/512\",[0,0,1,0,6,0.313,379,3.91]],[\"name/513\",[354,41.169]],[\"parent/513\",[0,0,1,0,6,0.313,379,3.91]],[\"name/514\",[380,61.43]],[\"parent/514\",[0,0,1,0,6,0.313,379,3.91]],[\"name/515\",[324,58.024]],[\"parent/515\",[0,0,1,0,6,0.313,379,3.91]],[\"name/516\",[257,51.757]],[\"parent/516\",[0,0,1,0,6,0.313,379,3.91]],[\"name/517\",[381,61.43]],[\"parent/517\",[0,0,1,0,6,0.313,379,3.91]],[\"name/518\",[363,41.732]],[\"parent/518\",[0,0,1,0,6,0.313,379,3.91]],[\"name/519\",[355,41.169]],[\"parent/519\",[0,0,1,0,6,0.313,379,3.91]],[\"name/520\",[382,61.43]],[\"parent/520\",[0,0,1,0,6,0.313,379,3.91]],[\"name/521\",[226,41.169]],[\"parent/521\",[0,0,1,0,6,0.313,379,3.91]],[\"name/522\",[136,41.169]],[\"parent/522\",[0,0,1,0,6,0.313,379,3.91]],[\"name/523\",[356,41.732]],[\"parent/523\",[0,0,1,0,6,0.313,379,3.91]],[\"name/524\",[357,41.169]],[\"parent/524\",[0,0,1,0,6,0.313,379,3.91]],[\"name/525\",[170,40.13]],[\"parent/525\",[0,0,1,0,6,0.313,379,3.91]],[\"name/526\",[358,41.732]],[\"parent/526\",[0,0,1,0,6,0.313,379,3.91]],[\"name/527\",[359,41.732]],[\"parent/527\",[0,0,1,0,6,0.313,379,3.91]],[\"name/528\",[360,41.169]],[\"parent/528\",[0,0,1,0,6,0.313,379,3.91]],[\"name/529\",[361,41.732]],[\"parent/529\",[0,0,1,0,6,0.313,379,3.91]],[\"name/530\",[362,41.169]],[\"parent/530\",[0,0,1,0,6,0.313,379,3.91]],[\"name/531\",[383,61.43]],[\"parent/531\",[0,0,1,0,6,0.313,8,2.874]],[\"name/532\",[40,33.75]],[\"parent/532\",[0,0,1,0,6,0.313,384,3.383]],[\"name/533\",[264,42.327]],[\"parent/533\",[0,0,1,0,6,0.313,384,3.383]],[\"name/534\",[354,41.169]],[\"parent/534\",[0,0,1,0,6,0.313,384,3.383]],[\"name/535\",[355,41.169]],[\"parent/535\",[0,0,1,0,6,0.313,384,3.383]],[\"name/536\",[282,44.359]],[\"parent/536\",[0,0,1,0,6,0.313,384,3.383]],[\"name/537\",[348,55.48]],[\"parent/537\",[0,0,1,0,6,0.313,384,3.383]],[\"name/538\",[385,61.43]],[\"parent/538\",[0,0,1,0,6,0.313,384,3.383]],[\"name/539\",[386,61.43]],[\"parent/539\",[0,0,1,0,6,0.313,384,3.383]],[\"name/540\",[38,42.327]],[\"parent/540\",[0,0,1,0,6,0.313,384,3.383]],[\"name/541\",[387,61.43]],[\"parent/541\",[0,0,1,0,6,0.313,384,3.383]],[\"name/542\",[38,42.327]],[\"parent/542\",[0,0,1,0,6,0.313,384,3.383]],[\"name/543\",[251,41.732]],[\"parent/543\",[0,0,1,0,6,0.313,384,3.383]],[\"name/544\",[352,51.757]],[\"parent/544\",[0,0,1,0,6,0.313,384,3.383]],[\"name/545\",[388,61.43]],[\"parent/545\",[0,0,1,0,6,0.313,384,3.383]],[\"name/546\",[389,61.43]],[\"parent/546\",[0,0,1,0,6,0.313,384,3.383]],[\"name/547\",[390,61.43]],[\"parent/547\",[0,0,1,0,6,0.313,384,3.383]],[\"name/548\",[370,55.48]],[\"parent/548\",[0,0,1,0,6,0.313,384,3.383]],[\"name/549\",[369,51.757]],[\"parent/549\",[0,0,1,0,6,0.313,384,3.383]],[\"name/550\",[391,61.43]],[\"parent/550\",[0,0,1,0,6,0.313,384,3.383]],[\"name/551\",[392,61.43]],[\"parent/551\",[0,0,1,0,6,0.313,384,3.383]],[\"name/552\",[393,61.43]],[\"parent/552\",[0,0,1,0,6,0.313,384,3.383]],[\"name/553\",[394,61.43]],[\"parent/553\",[0,0,1,0,6,0.313,384,3.383]],[\"name/554\",[226,41.169]],[\"parent/554\",[0,0,1,0,6,0.313,384,3.383]],[\"name/555\",[136,41.169]],[\"parent/555\",[0,0,1,0,6,0.313,384,3.383]],[\"name/556\",[356,41.732]],[\"parent/556\",[0,0,1,0,6,0.313,384,3.383]],[\"name/557\",[357,41.169]],[\"parent/557\",[0,0,1,0,6,0.313,384,3.383]],[\"name/558\",[170,40.13]],[\"parent/558\",[0,0,1,0,6,0.313,384,3.383]],[\"name/559\",[358,41.732]],[\"parent/559\",[0,0,1,0,6,0.313,384,3.383]],[\"name/560\",[359,41.732]],[\"parent/560\",[0,0,1,0,6,0.313,384,3.383]],[\"name/561\",[360,41.169]],[\"parent/561\",[0,0,1,0,6,0.313,384,3.383]],[\"name/562\",[361,41.732]],[\"parent/562\",[0,0,1,0,6,0.313,384,3.383]],[\"name/563\",[362,41.169]],[\"parent/563\",[0,0,1,0,6,0.313,384,3.383]],[\"name/564\",[363,41.732]],[\"parent/564\",[0,0,1,0,6,0.313,384,3.383]],[\"name/565\",[395,61.43]],[\"parent/565\",[0,0,1,0,6,0.313,8,2.874]],[\"name/566\",[40,33.75]],[\"parent/566\",[0,0,1,0,6,0.313,396,4.073]],[\"name/567\",[397,58.024]],[\"parent/567\",[0,0,1,0,6,0.313,396,4.073]],[\"name/568\",[38,42.327]],[\"parent/568\",[0,0,1,0,6,0.313,396,4.073]],[\"name/569\",[354,41.169]],[\"parent/569\",[0,0,1,0,6,0.313,396,4.073]],[\"name/570\",[355,41.169]],[\"parent/570\",[0,0,1,0,6,0.313,396,4.073]],[\"name/571\",[226,41.169]],[\"parent/571\",[0,0,1,0,6,0.313,396,4.073]],[\"name/572\",[136,41.169]],[\"parent/572\",[0,0,1,0,6,0.313,396,4.073]],[\"name/573\",[356,41.732]],[\"parent/573\",[0,0,1,0,6,0.313,396,4.073]],[\"name/574\",[357,41.169]],[\"parent/574\",[0,0,1,0,6,0.313,396,4.073]],[\"name/575\",[170,40.13]],[\"parent/575\",[0,0,1,0,6,0.313,396,4.073]],[\"name/576\",[358,41.732]],[\"parent/576\",[0,0,1,0,6,0.313,396,4.073]],[\"name/577\",[359,41.732]],[\"parent/577\",[0,0,1,0,6,0.313,396,4.073]],[\"name/578\",[360,41.169]],[\"parent/578\",[0,0,1,0,6,0.313,396,4.073]],[\"name/579\",[361,41.732]],[\"parent/579\",[0,0,1,0,6,0.313,396,4.073]],[\"name/580\",[362,41.169]],[\"parent/580\",[0,0,1,0,6,0.313,396,4.073]],[\"name/581\",[363,41.732]],[\"parent/581\",[0,0,1,0,6,0.313,396,4.073]],[\"name/582\",[352,51.757]],[\"parent/582\",[0,0,1,0,6,0.313,8,2.874]],[\"name/583\",[398,61.43]],[\"parent/583\",[0,0,1,0,6,0.313,399,3.649]],[\"name/584\",[400,61.43]],[\"parent/584\",[0,0,1,0,6,0.313,399,3.649]],[\"name/585\",[401,61.43]],[\"parent/585\",[0,0,1,0,6,0.313,399,3.649]],[\"name/586\",[40,33.75]],[\"parent/586\",[0,0,1,0,6,0.313,399,3.649]],[\"name/587\",[402,61.43]],[\"parent/587\",[0,0,1,0,6,0.313,399,3.649]],[\"name/588\",[403,61.43]],[\"parent/588\",[0,0,1,0,6,0.313,399,3.649]],[\"name/589\",[38,42.327]],[\"parent/589\",[0,0,1,0,6,0.313,399,3.649]],[\"name/590\",[404,61.43]],[\"parent/590\",[0,0,1,0,6,0.313,399,3.649]],[\"name/591\",[405,61.43]],[\"parent/591\",[0,0,1,0,6,0.313,399,3.649]],[\"name/592\",[406,61.43]],[\"parent/592\",[0,0,1,0,6,0.313,399,3.649]],[\"name/593\",[407,61.43]],[\"parent/593\",[0,0,1,0,6,0.313,399,3.649]],[\"name/594\",[408,61.43]],[\"parent/594\",[0,0,1,0,6,0.313,399,3.649]],[\"name/595\",[409,61.43]],[\"parent/595\",[0,0,1,0,6,0.313,399,3.649]],[\"name/596\",[410,61.43]],[\"parent/596\",[0,0,1,0,6,0.313,399,3.649]],[\"name/597\",[411,61.43]],[\"parent/597\",[0,0,1,0,6,0.313,399,3.649]],[\"name/598\",[369,51.757]],[\"parent/598\",[0,0,1,0,6,0.313,399,3.649]],[\"name/599\",[412,61.43]],[\"parent/599\",[0,0,1,0,6,0.313,399,3.649]],[\"name/600\",[413,61.43]],[\"parent/600\",[0,0,1,0,6,0.313,399,3.649]],[\"name/601\",[414,61.43]],[\"parent/601\",[0,0,1,0,6,0.313,399,3.649]],[\"name/602\",[415,61.43]],[\"parent/602\",[0,0,1,0,6,0.313,399,3.649]],[\"name/603\",[416,61.43]],[\"parent/603\",[0,0,1,0,6,0.313,399,3.649]],[\"name/604\",[417,61.43]],[\"parent/604\",[0,0,1,0,6,0.313,399,3.649]],[\"name/605\",[418,61.43]],[\"parent/605\",[0,0,1,0,6,0.313,399,3.649]],[\"name/606\",[419,61.43]],[\"parent/606\",[0,0,1,0,6,0.313,399,3.649]],[\"name/607\",[420,61.43]],[\"parent/607\",[0,0,1,0,6,0.313,399,3.649]],[\"name/608\",[320,58.024]],[\"parent/608\",[0,0,1,0,6,0.313,8,2.874]],[\"name/609\",[40,33.75]],[\"parent/609\",[0,0,1,0,6,0.313,421,3.815]],[\"name/610\",[422,66.601]],[\"parent/610\",[0,0,1,0,6,0.313,421,3.815]],[\"name/611\",[423,66.601]],[\"parent/611\",[0,0,1,0,6,0.313,421,3.815]],[\"name/612\",[270,53.449]],[\"parent/612\",[0,0,1,0,6,0.313,421,3.815]],[\"name/613\",[424,61.43]],[\"parent/613\",[0,0,1,0,6,0.313,421,3.815]],[\"name/614\",[425,61.43]],[\"parent/614\",[0,0,1,0,6,0.313,421,3.815]],[\"name/615\",[426,61.43]],[\"parent/615\",[0,0,1,0,6,0.313,421,3.815]],[\"name/616\",[427,61.43]],[\"parent/616\",[0,0,1,0,6,0.313,421,3.815]],[\"name/617\",[428,61.43]],[\"parent/617\",[0,0,1,0,6,0.313,421,3.815]],[\"name/618\",[429,61.43]],[\"parent/618\",[0,0,1,0,6,0.313,421,3.815]],[\"name/619\",[430,61.43]],[\"parent/619\",[0,0,1,0,6,0.313,421,3.815]],[\"name/620\",[431,61.43]],[\"parent/620\",[0,0,1,0,6,0.313,421,3.815]],[\"name/621\",[432,61.43]],[\"parent/621\",[0,0,1,0,6,0.313,421,3.815]],[\"name/622\",[433,61.43]],[\"parent/622\",[0,0,1,0,6,0.313,421,3.815]],[\"name/623\",[434,61.43]],[\"parent/623\",[0,0,1,0,6,0.313,421,3.815]],[\"name/624\",[435,61.43]],[\"parent/624\",[0,0,1,0,6,0.313,421,3.815]],[\"name/625\",[436,61.43]],[\"parent/625\",[0,0,1,0,6,0.313,421,3.815]],[\"name/626\",[244,45.982]],[\"parent/626\",[0,0,1,0,6,0.313,421,3.815]],[\"name/627\",[245,45.138]],[\"parent/627\",[0,0,1,0,6,0.313,421,3.815]],[\"name/628\",[253,50.309]],[\"parent/628\",[0,0,1,0,6,0.313,421,3.815]],[\"name/629\",[252,50.309]],[\"parent/629\",[0,0,1,0,6,0.313,421,3.815]],[\"name/630\",[437,55.48]],[\"parent/630\",[0,0,1,0,6,0.313,8,2.874]],[\"name/631\",[438,61.43]],[\"parent/631\",[0,0,1,0,6,0.313,8,2.874]],[\"name/632\",[373,51.757]],[\"parent/632\",[0,0,1,0,6,0.313,8,2.874]],[\"name/633\",[439,61.43]],[\"parent/633\",[0,0,1,0,6,0.313,8,2.874]],[\"name/634\",[440,61.43]],[\"parent/634\",[0,0,1,0,6,0.313,8,2.874]],[\"name/635\",[437,55.48]],[\"parent/635\",[0,0,1,0,6,0.313,8,2.874]],[\"name/636\",[257,51.757]],[\"parent/636\",[0,0,1,0,6,0.313,8,2.874]],[\"name/637\",[441,61.43]],[\"parent/637\",[0,0,1,0,6,0.313,442,4.016]],[\"name/638\",[443,55.48]],[\"parent/638\",[0,0,1,0,6,0.313,442,4.016]],[\"name/639\",[444,61.43]],[\"parent/639\",[0,0,1,0,6,0.313,442,4.016]],[\"name/640\",[445,61.43]],[\"parent/640\",[0,0,1,0,6,0.313,442,4.016]],[\"name/641\",[446,61.43]],[\"parent/641\",[0,0,1,0,6,0.313,442,4.016]],[\"name/642\",[447,61.43]],[\"parent/642\",[0,0,1,0,6,0.313,442,4.016]],[\"name/643\",[448,61.43]],[\"parent/643\",[0,0,1,0,6,0.313,442,4.016]],[\"name/644\",[449,61.43]],[\"parent/644\",[0,0,1,0,6,0.313,442,4.016]],[\"name/645\",[450,61.43]],[\"parent/645\",[0,0,1,0,6,0.313,442,4.016]],[\"name/646\",[451,61.43]],[\"parent/646\",[0,0,1,0,6,0.313,442,4.016]],[\"name/647\",[452,61.43]],[\"parent/647\",[0,0,1,0,6,0.313,442,4.016]],[\"name/648\",[453,61.43]],[\"parent/648\",[0,0,1,0,6,0.313,442,4.016]],[\"name/649\",[454,61.43]],[\"parent/649\",[0,0,1,0,6,0.313,442,4.016]],[\"name/650\",[455,61.43]],[\"parent/650\",[0,0,1,0,6,0.313,442,4.016]],[\"name/651\",[456,61.43]],[\"parent/651\",[0,0,1,0,6,0.313,442,4.016]],[\"name/652\",[457,61.43]],[\"parent/652\",[0,0,1,0,6,0.313,442,4.016]],[\"name/653\",[458,61.43]],[\"parent/653\",[0,0,1,0,6,0.313,442,4.016]],[\"name/654\",[242,58.024]],[\"parent/654\",[0,0,1,0,6,0.313,8,2.874]],[\"name/655\",[234,58.024]],[\"parent/655\",[0,0,1,0,6,0.313,8,2.874]],[\"name/656\",[322,58.024]],[\"parent/656\",[0,0,1,0,6,0.313,8,2.874]],[\"name/657\",[254,58.024]],[\"parent/657\",[0,0,1,0,6,0.313,8,2.874]],[\"name/658\",[260,58.024]],[\"parent/658\",[0,0,1,0,6,0.313,8,2.874]],[\"name/659\",[321,58.024]],[\"parent/659\",[0,0,1,0,6,0.313,8,2.874]],[\"name/660\",[261,58.024]],[\"parent/660\",[0,0,1,0,6,0.313,8,2.874]],[\"name/661\",[313,55.48]],[\"parent/661\",[0,0,1,0,6,0.313,8,2.874]],[\"name/662\",[315,55.48]],[\"parent/662\",[0,0,1,0,6,0.313,8,2.874]],[\"name/663\",[314,58.024]],[\"parent/663\",[0,0,1,0,6,0.313,8,2.874]],[\"name/664\",[270,53.449]],[\"parent/664\",[0,0,1,0,6,0.313,8,2.874]],[\"name/665\",[276,58.024]],[\"parent/665\",[0,0,1,0,6,0.313,8,2.874]],[\"name/666\",[327,58.024]],[\"parent/666\",[0,0,1,0,6,0.313,8,2.874]],[\"name/667\",[280,58.024]],[\"parent/667\",[0,0,1,0,6,0.313,8,2.874]],[\"name/668\",[236,58.024]],[\"parent/668\",[0,0,1,0,6,0.313,8,2.874]],[\"name/669\",[289,58.024]],[\"parent/669\",[0,0,1,0,6,0.313,8,2.874]],[\"name/670\",[299,58.024]],[\"parent/670\",[0,0,1,0,6,0.313,8,2.874]],[\"name/671\",[235,58.024]],[\"parent/671\",[0,0,1,0,6,0.313,8,2.874]],[\"name/672\",[303,58.024]],[\"parent/672\",[0,0,1,0,6,0.313,8,2.874]],[\"name/673\",[309,58.024]],[\"parent/673\",[0,0,1,0,6,0.313,8,2.874]],[\"name/674\",[317,55.48]],[\"parent/674\",[0,0,1,0,6,0.313,8,2.874]],[\"name/675\",[330,58.024]],[\"parent/675\",[0,0,1,0,6,0.313,8,2.874]],[\"name/676\",[237,58.024]],[\"parent/676\",[0,0,1,0,6,0.313,8,2.874]],[\"name/677\",[332,58.024]],[\"parent/677\",[0,0,1,0,6,0.313,8,2.874]],[\"name/678\",[333,58.024]],[\"parent/678\",[0,0,1,0,6,0.313,8,2.874]],[\"name/679\",[24,55.48]],[\"parent/679\",[0,0,1,0,6,0.313,8,2.874]],[\"name/680\",[459,66.601]],[\"parent/680\",[0,0,1,0,6,0.313,9,2.687]],[\"name/681\",[334,61.43]],[\"parent/681\",[0,0,1,0,6,0.313,9,2.687]],[\"name/682\",[460,66.601]],[\"parent/682\",[0,0,1,0,6,0.313,9,2.687]],[\"name/683\",[461,66.601]],[\"parent/683\",[0,0,1,0,6,0.313,9,2.687]],[\"name/684\",[462,66.601]],[\"parent/684\",[0,0,1,0,6,0.313,9,2.687]],[\"name/685\",[463,66.601]],[\"parent/685\",[0,0,1,0,6,0.313,9,2.687]],[\"name/686\",[464,66.601]],[\"parent/686\",[0,0,1,0,6,0.313,9,2.687]],[\"name/687\",[465,66.601]],[\"parent/687\",[0,0,1,0,6,0.313,9,2.687]],[\"name/688\",[466,66.601]],[\"parent/688\",[0,0,1,0,6,0.313,9,2.687]],[\"name/689\",[467,66.601]],[\"parent/689\",[0,0,1,0,6,0.313,9,2.687]],[\"name/690\",[468,66.601]],[\"parent/690\",[0,0,1,0,6,0.313,9,2.687]],[\"name/691\",[339,61.43]],[\"parent/691\",[0,0,1,0,6,0.313,9,2.687]],[\"name/692\",[340,61.43]],[\"parent/692\",[0,0,1,0,6,0.313,9,2.687]],[\"name/693\",[341,61.43]],[\"parent/693\",[0,0,1,0,6,0.313,9,2.687]],[\"name/694\",[342,61.43]],[\"parent/694\",[0,0,1,0,6,0.313,9,2.687]],[\"name/695\",[343,61.43]],[\"parent/695\",[0,0,1,0,6,0.313,9,2.687]],[\"name/696\",[344,61.43]],[\"parent/696\",[0,0,1,0,6,0.313,9,2.687]],[\"name/697\",[345,61.43]],[\"parent/697\",[0,0,1,0,6,0.313,9,2.687]],[\"name/698\",[469,66.601]],[\"parent/698\",[0,0,1,0,6,0.313,9,2.687]],[\"name/699\",[40,33.75]],[\"parent/699\",[0,0,1,0,6,0.313,470,4.073]],[\"name/700\",[397,58.024]],[\"parent/700\",[0,0,1,0,6,0.313,470,4.073]],[\"name/701\",[38,42.327]],[\"parent/701\",[0,0,1,0,6,0.313,470,4.073]],[\"name/702\",[354,41.169]],[\"parent/702\",[0,0,1,0,6,0.313,470,4.073]],[\"name/703\",[355,41.169]],[\"parent/703\",[0,0,1,0,6,0.313,470,4.073]],[\"name/704\",[226,41.169]],[\"parent/704\",[0,0,1,0,6,0.313,470,4.073]],[\"name/705\",[136,41.169]],[\"parent/705\",[0,0,1,0,6,0.313,470,4.073]],[\"name/706\",[356,41.732]],[\"parent/706\",[0,0,1,0,6,0.313,470,4.073]],[\"name/707\",[357,41.169]],[\"parent/707\",[0,0,1,0,6,0.313,470,4.073]],[\"name/708\",[170,40.13]],[\"parent/708\",[0,0,1,0,6,0.313,470,4.073]],[\"name/709\",[358,41.732]],[\"parent/709\",[0,0,1,0,6,0.313,470,4.073]],[\"name/710\",[359,41.732]],[\"parent/710\",[0,0,1,0,6,0.313,470,4.073]],[\"name/711\",[360,41.169]],[\"parent/711\",[0,0,1,0,6,0.313,470,4.073]],[\"name/712\",[361,41.732]],[\"parent/712\",[0,0,1,0,6,0.313,470,4.073]],[\"name/713\",[362,41.169]],[\"parent/713\",[0,0,1,0,6,0.313,470,4.073]],[\"name/714\",[363,41.732]],[\"parent/714\",[0,0,1,0,6,0.313,470,4.073]],[\"name/715\",[364,61.43]],[\"parent/715\",[0,0,1,0,6,0.313,9,2.687]],[\"name/716\",[40,33.75]],[\"parent/716\",[0,0,1,0,6,0.313,471,4.134]],[\"name/717\",[366,61.43]],[\"parent/717\",[0,0,1,0,6,0.313,471,4.134]],[\"name/718\",[354,41.169]],[\"parent/718\",[0,0,1,0,6,0.313,471,4.134]],[\"name/719\",[355,41.169]],[\"parent/719\",[0,0,1,0,6,0.313,471,4.134]],[\"name/720\",[226,41.169]],[\"parent/720\",[0,0,1,0,6,0.313,471,4.134]],[\"name/721\",[136,41.169]],[\"parent/721\",[0,0,1,0,6,0.313,471,4.134]],[\"name/722\",[356,41.732]],[\"parent/722\",[0,0,1,0,6,0.313,471,4.134]],[\"name/723\",[357,41.169]],[\"parent/723\",[0,0,1,0,6,0.313,471,4.134]],[\"name/724\",[170,40.13]],[\"parent/724\",[0,0,1,0,6,0.313,471,4.134]],[\"name/725\",[358,41.732]],[\"parent/725\",[0,0,1,0,6,0.313,471,4.134]],[\"name/726\",[359,41.732]],[\"parent/726\",[0,0,1,0,6,0.313,471,4.134]],[\"name/727\",[360,41.169]],[\"parent/727\",[0,0,1,0,6,0.313,471,4.134]],[\"name/728\",[361,41.732]],[\"parent/728\",[0,0,1,0,6,0.313,471,4.134]],[\"name/729\",[362,41.169]],[\"parent/729\",[0,0,1,0,6,0.313,471,4.134]],[\"name/730\",[363,41.732]],[\"parent/730\",[0,0,1,0,6,0.313,471,4.134]],[\"name/731\",[346,61.43]],[\"parent/731\",[0,0,1,0,6,0.313,9,2.687]],[\"name/732\",[40,33.75]],[\"parent/732\",[0,0,1,0,6,0.313,472,3.729]],[\"name/733\",[264,42.327]],[\"parent/733\",[0,0,1,0,6,0.313,472,3.729]],[\"name/734\",[282,44.359]],[\"parent/734\",[0,0,1,0,6,0.313,472,3.729]],[\"name/735\",[348,55.48]],[\"parent/735\",[0,0,1,0,6,0.313,472,3.729]],[\"name/736\",[349,61.43]],[\"parent/736\",[0,0,1,0,6,0.313,472,3.729]],[\"name/737\",[350,61.43]],[\"parent/737\",[0,0,1,0,6,0.313,472,3.729]],[\"name/738\",[351,61.43]],[\"parent/738\",[0,0,1,0,6,0.313,472,3.729]],[\"name/739\",[251,41.732]],[\"parent/739\",[0,0,1,0,6,0.313,472,3.729]],[\"name/740\",[352,51.757]],[\"parent/740\",[0,0,1,0,6,0.313,472,3.729]],[\"name/741\",[353,61.43]],[\"parent/741\",[0,0,1,0,6,0.313,472,3.729]],[\"name/742\",[354,41.169]],[\"parent/742\",[0,0,1,0,6,0.313,472,3.729]],[\"name/743\",[355,41.169]],[\"parent/743\",[0,0,1,0,6,0.313,472,3.729]],[\"name/744\",[226,41.169]],[\"parent/744\",[0,0,1,0,6,0.313,472,3.729]],[\"name/745\",[136,41.169]],[\"parent/745\",[0,0,1,0,6,0.313,472,3.729]],[\"name/746\",[356,41.732]],[\"parent/746\",[0,0,1,0,6,0.313,472,3.729]],[\"name/747\",[357,41.169]],[\"parent/747\",[0,0,1,0,6,0.313,472,3.729]],[\"name/748\",[170,40.13]],[\"parent/748\",[0,0,1,0,6,0.313,472,3.729]],[\"name/749\",[358,41.732]],[\"parent/749\",[0,0,1,0,6,0.313,472,3.729]],[\"name/750\",[359,41.732]],[\"parent/750\",[0,0,1,0,6,0.313,472,3.729]],[\"name/751\",[360,41.169]],[\"parent/751\",[0,0,1,0,6,0.313,472,3.729]],[\"name/752\",[361,41.732]],[\"parent/752\",[0,0,1,0,6,0.313,472,3.729]],[\"name/753\",[362,41.169]],[\"parent/753\",[0,0,1,0,6,0.313,472,3.729]],[\"name/754\",[363,41.732]],[\"parent/754\",[0,0,1,0,6,0.313,472,3.729]],[\"name/755\",[367,61.43]],[\"parent/755\",[0,0,1,0,6,0.313,9,2.687]],[\"name/756\",[40,33.75]],[\"parent/756\",[0,0,1,0,6,0.313,473,3.91]],[\"name/757\",[264,42.327]],[\"parent/757\",[0,0,1,0,6,0.313,473,3.91]],[\"name/758\",[369,51.757]],[\"parent/758\",[0,0,1,0,6,0.313,473,3.91]],[\"name/759\",[282,44.359]],[\"parent/759\",[0,0,1,0,6,0.313,473,3.91]],[\"name/760\",[251,41.732]],[\"parent/760\",[0,0,1,0,6,0.313,473,3.91]],[\"name/761\",[370,55.48]],[\"parent/761\",[0,0,1,0,6,0.313,473,3.91]],[\"name/762\",[354,41.169]],[\"parent/762\",[0,0,1,0,6,0.313,473,3.91]],[\"name/763\",[355,41.169]],[\"parent/763\",[0,0,1,0,6,0.313,473,3.91]],[\"name/764\",[226,41.169]],[\"parent/764\",[0,0,1,0,6,0.313,473,3.91]],[\"name/765\",[136,41.169]],[\"parent/765\",[0,0,1,0,6,0.313,473,3.91]],[\"name/766\",[356,41.732]],[\"parent/766\",[0,0,1,0,6,0.313,473,3.91]],[\"name/767\",[357,41.169]],[\"parent/767\",[0,0,1,0,6,0.313,473,3.91]],[\"name/768\",[170,40.13]],[\"parent/768\",[0,0,1,0,6,0.313,473,3.91]],[\"name/769\",[358,41.732]],[\"parent/769\",[0,0,1,0,6,0.313,473,3.91]],[\"name/770\",[359,41.732]],[\"parent/770\",[0,0,1,0,6,0.313,473,3.91]],[\"name/771\",[360,41.169]],[\"parent/771\",[0,0,1,0,6,0.313,473,3.91]],[\"name/772\",[361,41.732]],[\"parent/772\",[0,0,1,0,6,0.313,473,3.91]],[\"name/773\",[362,41.169]],[\"parent/773\",[0,0,1,0,6,0.313,473,3.91]],[\"name/774\",[363,41.732]],[\"parent/774\",[0,0,1,0,6,0.313,473,3.91]],[\"name/775\",[395,61.43]],[\"parent/775\",[0,0,1,0,6,0.313,9,2.687]],[\"name/776\",[40,33.75]],[\"parent/776\",[0,0,1,0,6,0.313,474,4.073]],[\"name/777\",[397,58.024]],[\"parent/777\",[0,0,1,0,6,0.313,474,4.073]],[\"name/778\",[38,42.327]],[\"parent/778\",[0,0,1,0,6,0.313,474,4.073]],[\"name/779\",[354,41.169]],[\"parent/779\",[0,0,1,0,6,0.313,474,4.073]],[\"name/780\",[355,41.169]],[\"parent/780\",[0,0,1,0,6,0.313,474,4.073]],[\"name/781\",[226,41.169]],[\"parent/781\",[0,0,1,0,6,0.313,474,4.073]],[\"name/782\",[136,41.169]],[\"parent/782\",[0,0,1,0,6,0.313,474,4.073]],[\"name/783\",[356,41.732]],[\"parent/783\",[0,0,1,0,6,0.313,474,4.073]],[\"name/784\",[357,41.169]],[\"parent/784\",[0,0,1,0,6,0.313,474,4.073]],[\"name/785\",[170,40.13]],[\"parent/785\",[0,0,1,0,6,0.313,474,4.073]],[\"name/786\",[358,41.732]],[\"parent/786\",[0,0,1,0,6,0.313,474,4.073]],[\"name/787\",[359,41.732]],[\"parent/787\",[0,0,1,0,6,0.313,474,4.073]],[\"name/788\",[360,41.169]],[\"parent/788\",[0,0,1,0,6,0.313,474,4.073]],[\"name/789\",[361,41.732]],[\"parent/789\",[0,0,1,0,6,0.313,474,4.073]],[\"name/790\",[362,41.169]],[\"parent/790\",[0,0,1,0,6,0.313,474,4.073]],[\"name/791\",[363,41.732]],[\"parent/791\",[0,0,1,0,6,0.313,474,4.073]],[\"name/792\",[371,61.43]],[\"parent/792\",[0,0,1,0,6,0.313,9,2.687]],[\"name/793\",[40,33.75]],[\"parent/793\",[0,0,1,0,6,0.313,475,3.576]],[\"name/794\",[264,42.327]],[\"parent/794\",[0,0,1,0,6,0.313,475,3.576]],[\"name/795\",[287,53.449]],[\"parent/795\",[0,0,1,0,6,0.313,475,3.576]],[\"name/796\",[295,55.48]],[\"parent/796\",[0,0,1,0,6,0.313,475,3.576]],[\"name/797\",[373,51.757]],[\"parent/797\",[0,0,1,0,6,0.313,475,3.576]],[\"name/798\",[374,55.48]],[\"parent/798\",[0,0,1,0,6,0.313,475,3.576]],[\"name/799\",[286,50.309]],[\"parent/799\",[0,0,1,0,6,0.313,475,3.576]],[\"name/800\",[296,55.48]],[\"parent/800\",[0,0,1,0,6,0.313,475,3.576]],[\"name/801\",[297,58.024]],[\"parent/801\",[0,0,1,0,6,0.313,475,3.576]],[\"name/802\",[298,58.024]],[\"parent/802\",[0,0,1,0,6,0.313,475,3.576]],[\"name/803\",[375,61.43]],[\"parent/803\",[0,0,1,0,6,0.313,475,3.576]],[\"name/804\",[354,41.169]],[\"parent/804\",[0,0,1,0,6,0.313,475,3.576]],[\"name/805\",[282,44.359]],[\"parent/805\",[0,0,1,0,6,0.313,475,3.576]],[\"name/806\",[245,45.138]],[\"parent/806\",[0,0,1,0,6,0.313,475,3.576]],[\"name/807\",[251,41.732]],[\"parent/807\",[0,0,1,0,6,0.313,475,3.576]],[\"name/808\",[355,41.169]],[\"parent/808\",[0,0,1,0,6,0.313,475,3.576]],[\"name/809\",[226,41.169]],[\"parent/809\",[0,0,1,0,6,0.313,475,3.576]],[\"name/810\",[136,41.169]],[\"parent/810\",[0,0,1,0,6,0.313,475,3.576]],[\"name/811\",[356,41.732]],[\"parent/811\",[0,0,1,0,6,0.313,475,3.576]],[\"name/812\",[357,41.169]],[\"parent/812\",[0,0,1,0,6,0.313,475,3.576]],[\"name/813\",[170,40.13]],[\"parent/813\",[0,0,1,0,6,0.313,475,3.576]],[\"name/814\",[358,41.732]],[\"parent/814\",[0,0,1,0,6,0.313,475,3.576]],[\"name/815\",[359,41.732]],[\"parent/815\",[0,0,1,0,6,0.313,475,3.576]],[\"name/816\",[360,41.169]],[\"parent/816\",[0,0,1,0,6,0.313,475,3.576]],[\"name/817\",[361,41.732]],[\"parent/817\",[0,0,1,0,6,0.313,475,3.576]],[\"name/818\",[362,41.169]],[\"parent/818\",[0,0,1,0,6,0.313,475,3.576]],[\"name/819\",[363,41.732]],[\"parent/819\",[0,0,1,0,6,0.313,475,3.576]],[\"name/820\",[376,61.43]],[\"parent/820\",[0,0,1,0,6,0.313,9,2.687]],[\"name/821\",[40,33.75]],[\"parent/821\",[0,0,1,0,6,0.313,476,3.771]],[\"name/822\",[264,42.327]],[\"parent/822\",[0,0,1,0,6,0.313,476,3.771]],[\"name/823\",[287,53.449]],[\"parent/823\",[0,0,1,0,6,0.313,476,3.771]],[\"name/824\",[373,51.757]],[\"parent/824\",[0,0,1,0,6,0.313,476,3.771]],[\"name/825\",[374,55.48]],[\"parent/825\",[0,0,1,0,6,0.313,476,3.771]],[\"name/826\",[286,50.309]],[\"parent/826\",[0,0,1,0,6,0.313,476,3.771]],[\"name/827\",[354,41.169]],[\"parent/827\",[0,0,1,0,6,0.313,476,3.771]],[\"name/828\",[282,44.359]],[\"parent/828\",[0,0,1,0,6,0.313,476,3.771]],[\"name/829\",[245,45.138]],[\"parent/829\",[0,0,1,0,6,0.313,476,3.771]],[\"name/830\",[251,41.732]],[\"parent/830\",[0,0,1,0,6,0.313,476,3.771]],[\"name/831\",[355,41.169]],[\"parent/831\",[0,0,1,0,6,0.313,476,3.771]],[\"name/832\",[226,41.169]],[\"parent/832\",[0,0,1,0,6,0.313,476,3.771]],[\"name/833\",[136,41.169]],[\"parent/833\",[0,0,1,0,6,0.313,476,3.771]],[\"name/834\",[356,41.732]],[\"parent/834\",[0,0,1,0,6,0.313,476,3.771]],[\"name/835\",[357,41.169]],[\"parent/835\",[0,0,1,0,6,0.313,476,3.771]],[\"name/836\",[170,40.13]],[\"parent/836\",[0,0,1,0,6,0.313,476,3.771]],[\"name/837\",[358,41.732]],[\"parent/837\",[0,0,1,0,6,0.313,476,3.771]],[\"name/838\",[359,41.732]],[\"parent/838\",[0,0,1,0,6,0.313,476,3.771]],[\"name/839\",[360,41.169]],[\"parent/839\",[0,0,1,0,6,0.313,476,3.771]],[\"name/840\",[361,41.732]],[\"parent/840\",[0,0,1,0,6,0.313,476,3.771]],[\"name/841\",[362,41.169]],[\"parent/841\",[0,0,1,0,6,0.313,476,3.771]],[\"name/842\",[363,41.732]],[\"parent/842\",[0,0,1,0,6,0.313,476,3.771]],[\"name/843\",[383,61.43]],[\"parent/843\",[0,0,1,0,6,0.313,9,2.687]],[\"name/844\",[40,33.75]],[\"parent/844\",[0,0,1,0,6,0.313,477,3.383]],[\"name/845\",[264,42.327]],[\"parent/845\",[0,0,1,0,6,0.313,477,3.383]],[\"name/846\",[354,41.169]],[\"parent/846\",[0,0,1,0,6,0.313,477,3.383]],[\"name/847\",[355,41.169]],[\"parent/847\",[0,0,1,0,6,0.313,477,3.383]],[\"name/848\",[282,44.359]],[\"parent/848\",[0,0,1,0,6,0.313,477,3.383]],[\"name/849\",[348,55.48]],[\"parent/849\",[0,0,1,0,6,0.313,477,3.383]],[\"name/850\",[385,61.43]],[\"parent/850\",[0,0,1,0,6,0.313,477,3.383]],[\"name/851\",[386,61.43]],[\"parent/851\",[0,0,1,0,6,0.313,477,3.383]],[\"name/852\",[38,42.327]],[\"parent/852\",[0,0,1,0,6,0.313,477,3.383]],[\"name/853\",[387,61.43]],[\"parent/853\",[0,0,1,0,6,0.313,477,3.383]],[\"name/854\",[38,42.327]],[\"parent/854\",[0,0,1,0,6,0.313,477,3.383]],[\"name/855\",[251,41.732]],[\"parent/855\",[0,0,1,0,6,0.313,477,3.383]],[\"name/856\",[352,51.757]],[\"parent/856\",[0,0,1,0,6,0.313,477,3.383]],[\"name/857\",[388,61.43]],[\"parent/857\",[0,0,1,0,6,0.313,477,3.383]],[\"name/858\",[389,61.43]],[\"parent/858\",[0,0,1,0,6,0.313,477,3.383]],[\"name/859\",[390,61.43]],[\"parent/859\",[0,0,1,0,6,0.313,477,3.383]],[\"name/860\",[370,55.48]],[\"parent/860\",[0,0,1,0,6,0.313,477,3.383]],[\"name/861\",[369,51.757]],[\"parent/861\",[0,0,1,0,6,0.313,477,3.383]],[\"name/862\",[391,61.43]],[\"parent/862\",[0,0,1,0,6,0.313,477,3.383]],[\"name/863\",[392,61.43]],[\"parent/863\",[0,0,1,0,6,0.313,477,3.383]],[\"name/864\",[393,61.43]],[\"parent/864\",[0,0,1,0,6,0.313,477,3.383]],[\"name/865\",[394,61.43]],[\"parent/865\",[0,0,1,0,6,0.313,477,3.383]],[\"name/866\",[226,41.169]],[\"parent/866\",[0,0,1,0,6,0.313,477,3.383]],[\"name/867\",[136,41.169]],[\"parent/867\",[0,0,1,0,6,0.313,477,3.383]],[\"name/868\",[356,41.732]],[\"parent/868\",[0,0,1,0,6,0.313,477,3.383]],[\"name/869\",[357,41.169]],[\"parent/869\",[0,0,1,0,6,0.313,477,3.383]],[\"name/870\",[170,40.13]],[\"parent/870\",[0,0,1,0,6,0.313,477,3.383]],[\"name/871\",[358,41.732]],[\"parent/871\",[0,0,1,0,6,0.313,477,3.383]],[\"name/872\",[359,41.732]],[\"parent/872\",[0,0,1,0,6,0.313,477,3.383]],[\"name/873\",[360,41.169]],[\"parent/873\",[0,0,1,0,6,0.313,477,3.383]],[\"name/874\",[361,41.732]],[\"parent/874\",[0,0,1,0,6,0.313,477,3.383]],[\"name/875\",[362,41.169]],[\"parent/875\",[0,0,1,0,6,0.313,477,3.383]],[\"name/876\",[363,41.732]],[\"parent/876\",[0,0,1,0,6,0.313,477,3.383]],[\"name/877\",[378,61.43]],[\"parent/877\",[0,0,1,0,6,0.313,9,2.687]],[\"name/878\",[40,33.75]],[\"parent/878\",[0,0,1,0,6,0.313,478,3.91]],[\"name/879\",[354,41.169]],[\"parent/879\",[0,0,1,0,6,0.313,478,3.91]],[\"name/880\",[380,61.43]],[\"parent/880\",[0,0,1,0,6,0.313,478,3.91]],[\"name/881\",[324,58.024]],[\"parent/881\",[0,0,1,0,6,0.313,478,3.91]],[\"name/882\",[257,51.757]],[\"parent/882\",[0,0,1,0,6,0.313,478,3.91]],[\"name/883\",[381,61.43]],[\"parent/883\",[0,0,1,0,6,0.313,478,3.91]],[\"name/884\",[363,41.732]],[\"parent/884\",[0,0,1,0,6,0.313,478,3.91]],[\"name/885\",[355,41.169]],[\"parent/885\",[0,0,1,0,6,0.313,478,3.91]],[\"name/886\",[382,61.43]],[\"parent/886\",[0,0,1,0,6,0.313,478,3.91]],[\"name/887\",[226,41.169]],[\"parent/887\",[0,0,1,0,6,0.313,478,3.91]],[\"name/888\",[136,41.169]],[\"parent/888\",[0,0,1,0,6,0.313,478,3.91]],[\"name/889\",[356,41.732]],[\"parent/889\",[0,0,1,0,6,0.313,478,3.91]],[\"name/890\",[357,41.169]],[\"parent/890\",[0,0,1,0,6,0.313,478,3.91]],[\"name/891\",[170,40.13]],[\"parent/891\",[0,0,1,0,6,0.313,478,3.91]],[\"name/892\",[358,41.732]],[\"parent/892\",[0,0,1,0,6,0.313,478,3.91]],[\"name/893\",[359,41.732]],[\"parent/893\",[0,0,1,0,6,0.313,478,3.91]],[\"name/894\",[360,41.169]],[\"parent/894\",[0,0,1,0,6,0.313,478,3.91]],[\"name/895\",[361,41.732]],[\"parent/895\",[0,0,1,0,6,0.313,478,3.91]],[\"name/896\",[362,41.169]],[\"parent/896\",[0,0,1,0,6,0.313,478,3.91]],[\"name/897\",[479,66.601]],[\"parent/897\",[0,0,1,0,6,0.313,9,2.687]],[\"name/898\",[40,33.75]],[\"parent/898\",[0,0,1,0,6,0.313,480,5.339]],[\"name/899\",[311,58.024]],[\"parent/899\",[0,0,1,0,6,0.313,480,5.339]],[\"name/900\",[263,53.449]],[\"parent/900\",[0,0,1,0,6,0.313,480,5.339]],[\"name/901\",[329,61.43]],[\"parent/901\",[0,0,1,0,6,0.313,480,5.339]],[\"name/902\",[352,51.757]],[\"parent/902\",[0,0,1,0,6,0.313,9,2.687]],[\"name/903\",[398,61.43]],[\"parent/903\",[0,0,1,0,6,0.313,481,3.649]],[\"name/904\",[400,61.43]],[\"parent/904\",[0,0,1,0,6,0.313,481,3.649]],[\"name/905\",[401,61.43]],[\"parent/905\",[0,0,1,0,6,0.313,481,3.649]],[\"name/906\",[40,33.75]],[\"parent/906\",[0,0,1,0,6,0.313,481,3.649]],[\"name/907\",[402,61.43]],[\"parent/907\",[0,0,1,0,6,0.313,481,3.649]],[\"name/908\",[403,61.43]],[\"parent/908\",[0,0,1,0,6,0.313,481,3.649]],[\"name/909\",[38,42.327]],[\"parent/909\",[0,0,1,0,6,0.313,481,3.649]],[\"name/910\",[404,61.43]],[\"parent/910\",[0,0,1,0,6,0.313,481,3.649]],[\"name/911\",[405,61.43]],[\"parent/911\",[0,0,1,0,6,0.313,481,3.649]],[\"name/912\",[406,61.43]],[\"parent/912\",[0,0,1,0,6,0.313,481,3.649]],[\"name/913\",[407,61.43]],[\"parent/913\",[0,0,1,0,6,0.313,481,3.649]],[\"name/914\",[408,61.43]],[\"parent/914\",[0,0,1,0,6,0.313,481,3.649]],[\"name/915\",[409,61.43]],[\"parent/915\",[0,0,1,0,6,0.313,481,3.649]],[\"name/916\",[410,61.43]],[\"parent/916\",[0,0,1,0,6,0.313,481,3.649]],[\"name/917\",[411,61.43]],[\"parent/917\",[0,0,1,0,6,0.313,481,3.649]],[\"name/918\",[369,51.757]],[\"parent/918\",[0,0,1,0,6,0.313,481,3.649]],[\"name/919\",[412,61.43]],[\"parent/919\",[0,0,1,0,6,0.313,481,3.649]],[\"name/920\",[413,61.43]],[\"parent/920\",[0,0,1,0,6,0.313,481,3.649]],[\"name/921\",[414,61.43]],[\"parent/921\",[0,0,1,0,6,0.313,481,3.649]],[\"name/922\",[415,61.43]],[\"parent/922\",[0,0,1,0,6,0.313,481,3.649]],[\"name/923\",[416,61.43]],[\"parent/923\",[0,0,1,0,6,0.313,481,3.649]],[\"name/924\",[417,61.43]],[\"parent/924\",[0,0,1,0,6,0.313,481,3.649]],[\"name/925\",[418,61.43]],[\"parent/925\",[0,0,1,0,6,0.313,481,3.649]],[\"name/926\",[419,61.43]],[\"parent/926\",[0,0,1,0,6,0.313,481,3.649]],[\"name/927\",[420,61.43]],[\"parent/927\",[0,0,1,0,6,0.313,481,3.649]],[\"name/928\",[320,58.024]],[\"parent/928\",[0,0,1,0,6,0.313,9,2.687]],[\"name/929\",[40,33.75]],[\"parent/929\",[0,0,1,0,6,0.313,482,3.771]],[\"name/930\",[483,66.601]],[\"parent/930\",[0,0,1,0,6,0.313,482,3.771]],[\"name/931\",[484,66.601]],[\"parent/931\",[0,0,1,0,6,0.313,482,3.771]],[\"name/932\",[485,66.601]],[\"parent/932\",[0,0,1,0,6,0.313,482,3.771]],[\"name/933\",[270,53.449]],[\"parent/933\",[0,0,1,0,6,0.313,482,3.771]],[\"name/934\",[424,61.43]],[\"parent/934\",[0,0,1,0,6,0.313,482,3.771]],[\"name/935\",[425,61.43]],[\"parent/935\",[0,0,1,0,6,0.313,482,3.771]],[\"name/936\",[426,61.43]],[\"parent/936\",[0,0,1,0,6,0.313,482,3.771]],[\"name/937\",[427,61.43]],[\"parent/937\",[0,0,1,0,6,0.313,482,3.771]],[\"name/938\",[428,61.43]],[\"parent/938\",[0,0,1,0,6,0.313,482,3.771]],[\"name/939\",[429,61.43]],[\"parent/939\",[0,0,1,0,6,0.313,482,3.771]],[\"name/940\",[430,61.43]],[\"parent/940\",[0,0,1,0,6,0.313,482,3.771]],[\"name/941\",[431,61.43]],[\"parent/941\",[0,0,1,0,6,0.313,482,3.771]],[\"name/942\",[432,61.43]],[\"parent/942\",[0,0,1,0,6,0.313,482,3.771]],[\"name/943\",[433,61.43]],[\"parent/943\",[0,0,1,0,6,0.313,482,3.771]],[\"name/944\",[434,61.43]],[\"parent/944\",[0,0,1,0,6,0.313,482,3.771]],[\"name/945\",[435,61.43]],[\"parent/945\",[0,0,1,0,6,0.313,482,3.771]],[\"name/946\",[436,61.43]],[\"parent/946\",[0,0,1,0,6,0.313,482,3.771]],[\"name/947\",[244,45.982]],[\"parent/947\",[0,0,1,0,6,0.313,482,3.771]],[\"name/948\",[245,45.138]],[\"parent/948\",[0,0,1,0,6,0.313,482,3.771]],[\"name/949\",[253,50.309]],[\"parent/949\",[0,0,1,0,6,0.313,482,3.771]],[\"name/950\",[252,50.309]],[\"parent/950\",[0,0,1,0,6,0.313,482,3.771]],[\"name/951\",[486,66.601]],[\"parent/951\",[0,0,1,0,6,0.313,9,2.687]],[\"name/952\",[487,66.601]],[\"parent/952\",[0,0,1,0,6,0.313,9,2.687]],[\"name/953\",[437,55.48]],[\"parent/953\",[0,0,1,0,6,0.313,9,2.687]],[\"name/954\",[438,61.43]],[\"parent/954\",[0,0,1,0,6,0.313,9,2.687]],[\"name/955\",[373,51.757]],[\"parent/955\",[0,0,1,0,6,0.313,9,2.687]],[\"name/956\",[439,61.43]],[\"parent/956\",[0,0,1,0,6,0.313,9,2.687]],[\"name/957\",[440,61.43]],[\"parent/957\",[0,0,1,0,6,0.313,9,2.687]],[\"name/958\",[437,55.48]],[\"parent/958\",[0,0,1,0,6,0.313,9,2.687]],[\"name/959\",[257,51.757]],[\"parent/959\",[0,0,1,0,6,0.313,9,2.687]],[\"name/960\",[488,61.43]],[\"parent/960\",[0,0,1,0,6,0.313,489,3.91]],[\"name/961\",[443,55.48]],[\"parent/961\",[0,0,1,0,6,0.313,489,3.91]],[\"name/962\",[490,61.43]],[\"parent/962\",[0,0,1,0,6,0.313,489,3.91]],[\"name/963\",[491,61.43]],[\"parent/963\",[0,0,1,0,6,0.313,489,3.91]],[\"name/964\",[492,66.601]],[\"parent/964\",[0,0,1,0,6,0.313,489,3.91]],[\"name/965\",[445,61.43]],[\"parent/965\",[0,0,1,0,6,0.313,489,3.91]],[\"name/966\",[446,61.43]],[\"parent/966\",[0,0,1,0,6,0.313,489,3.91]],[\"name/967\",[447,61.43]],[\"parent/967\",[0,0,1,0,6,0.313,489,3.91]],[\"name/968\",[448,61.43]],[\"parent/968\",[0,0,1,0,6,0.313,489,3.91]],[\"name/969\",[449,61.43]],[\"parent/969\",[0,0,1,0,6,0.313,489,3.91]],[\"name/970\",[450,61.43]],[\"parent/970\",[0,0,1,0,6,0.313,489,3.91]],[\"name/971\",[451,61.43]],[\"parent/971\",[0,0,1,0,6,0.313,489,3.91]],[\"name/972\",[452,61.43]],[\"parent/972\",[0,0,1,0,6,0.313,489,3.91]],[\"name/973\",[453,61.43]],[\"parent/973\",[0,0,1,0,6,0.313,489,3.91]],[\"name/974\",[454,61.43]],[\"parent/974\",[0,0,1,0,6,0.313,489,3.91]],[\"name/975\",[455,61.43]],[\"parent/975\",[0,0,1,0,6,0.313,489,3.91]],[\"name/976\",[456,61.43]],[\"parent/976\",[0,0,1,0,6,0.313,489,3.91]],[\"name/977\",[457,61.43]],[\"parent/977\",[0,0,1,0,6,0.313,489,3.91]],[\"name/978\",[458,61.43]],[\"parent/978\",[0,0,1,0,6,0.313,489,3.91]],[\"name/979\",[242,58.024]],[\"parent/979\",[0,0,1,0,6,0.313,9,2.687]],[\"name/980\",[234,58.024]],[\"parent/980\",[0,0,1,0,6,0.313,9,2.687]],[\"name/981\",[322,58.024]],[\"parent/981\",[0,0,1,0,6,0.313,9,2.687]],[\"name/982\",[247,61.43]],[\"parent/982\",[0,0,1,0,6,0.313,9,2.687]],[\"name/983\",[254,58.024]],[\"parent/983\",[0,0,1,0,6,0.313,9,2.687]],[\"name/984\",[260,58.024]],[\"parent/984\",[0,0,1,0,6,0.313,9,2.687]],[\"name/985\",[321,58.024]],[\"parent/985\",[0,0,1,0,6,0.313,9,2.687]],[\"name/986\",[261,58.024]],[\"parent/986\",[0,0,1,0,6,0.313,9,2.687]],[\"name/987\",[313,55.48]],[\"parent/987\",[0,0,1,0,6,0.313,9,2.687]],[\"name/988\",[315,55.48]],[\"parent/988\",[0,0,1,0,6,0.313,9,2.687]],[\"name/989\",[314,58.024]],[\"parent/989\",[0,0,1,0,6,0.313,9,2.687]],[\"name/990\",[267,61.43]],[\"parent/990\",[0,0,1,0,6,0.313,9,2.687]],[\"name/991\",[270,53.449]],[\"parent/991\",[0,0,1,0,6,0.313,9,2.687]],[\"name/992\",[276,58.024]],[\"parent/992\",[0,0,1,0,6,0.313,9,2.687]],[\"name/993\",[327,58.024]],[\"parent/993\",[0,0,1,0,6,0.313,9,2.687]],[\"name/994\",[280,58.024]],[\"parent/994\",[0,0,1,0,6,0.313,9,2.687]],[\"name/995\",[236,58.024]],[\"parent/995\",[0,0,1,0,6,0.313,9,2.687]],[\"name/996\",[289,58.024]],[\"parent/996\",[0,0,1,0,6,0.313,9,2.687]],[\"name/997\",[299,58.024]],[\"parent/997\",[0,0,1,0,6,0.313,9,2.687]],[\"name/998\",[235,58.024]],[\"parent/998\",[0,0,1,0,6,0.313,9,2.687]],[\"name/999\",[303,58.024]],[\"parent/999\",[0,0,1,0,6,0.313,9,2.687]],[\"name/1000\",[309,58.024]],[\"parent/1000\",[0,0,1,0,6,0.313,9,2.687]],[\"name/1001\",[317,55.48]],[\"parent/1001\",[0,0,1,0,6,0.313,9,2.687]],[\"name/1002\",[330,58.024]],[\"parent/1002\",[0,0,1,0,6,0.313,9,2.687]],[\"name/1003\",[237,58.024]],[\"parent/1003\",[0,0,1,0,6,0.313,9,2.687]],[\"name/1004\",[332,58.024]],[\"parent/1004\",[0,0,1,0,6,0.313,9,2.687]],[\"name/1005\",[333,58.024]],[\"parent/1005\",[0,0,1,0,6,0.313,9,2.687]],[\"name/1006\",[24,55.48]],[\"parent/1006\",[0,0,1,0,6,0.313,9,2.687]],[\"name/1007\",[493,66.601]],[\"parent/1007\",[0,0.001,1,0.001,10,4.219]],[\"name/1008\",[40,33.75]],[\"parent/1008\",[0,0.001,1,0.001,494,5.279]],[\"name/1009\",[224,61.43]],[\"parent/1009\",[0,0.001,1,0.001,494,5.279]],[\"name/1010\",[357,41.169]],[\"parent/1010\",[0,0.001,1,0.001,494,5.279]],[\"name/1011\",[360,41.169]],[\"parent/1011\",[0,0.001,1,0.001,494,5.279]],[\"name/1012\",[362,41.169]],[\"parent/1012\",[0,0.001,1,0.001,494,5.279]],[\"name/1013\",[170,40.13]],[\"parent/1013\",[0,0.001,1,0.001,494,5.279]],[\"name/1014\",[355,41.169]],[\"parent/1014\",[0,0.001,1,0.001,494,5.279]],[\"name/1015\",[354,41.169]],[\"parent/1015\",[0,0.001,1,0.001,494,5.279]],[\"name/1016\",[495,66.601]],[\"parent/1016\",[0,0.001,1,0.001,10,4.219]],[\"name/1017\",[496,66.601]],[\"parent/1017\",[0,0.001,1,0.001,497,6.246]],[\"name/1018\",[160,61.43]],[\"parent/1018\",[0,0.001,1,0.001,497,6.246]],[\"name/1019\",[498,66.601]],[\"parent/1019\",[0,0.001,1,0.001,497,6.246]],[\"name/1020\",[499,61.43]],[\"parent/1020\",[0,0.001,1,0.001,11,6.246]],[\"name/1021\",[500,61.43]],[\"parent/1021\",[0,0.001,1,0.001,11,6.246]],[\"name/1022\",[501,66.601]],[\"parent/1022\",[0,0.001,1,0.001,502,4.432]],[\"name/1023\",[503,61.43]],[\"parent/1023\",[0,0.001,1,0.001,502,4.432]],[\"name/1024\",[504,66.601]],[\"parent/1024\",[0,0.001,1,0.001,502,4.432]],[\"name/1025\",[505,66.601]],[\"parent/1025\",[0,0.001,1,0.001,502,4.432]],[\"name/1026\",[506,66.601]],[\"parent/1026\",[0,0.001,1,0.001,502,4.432]],[\"name/1027\",[507,66.601]],[\"parent/1027\",[0,0.001,1,0.001,502,4.432]],[\"name/1028\",[508,66.601]],[\"parent/1028\",[0,0.001,1,0.001,502,4.432]],[\"name/1029\",[509,61.43]],[\"parent/1029\",[0,0.001,1,0.001,502,4.432]],[\"name/1030\",[510,66.601]],[\"parent/1030\",[0,0.001,1,0.001,502,4.432]],[\"name/1031\",[511,66.601]],[\"parent/1031\",[0,0.001,1,0.001,502,4.432]],[\"name/1032\",[512,66.601]],[\"parent/1032\",[0,0.001,1,0.001,502,4.432]],[\"name/1033\",[513,61.43]],[\"parent/1033\",[0,0.001,1,0.001,502,4.432]],[\"name/1034\",[514,66.601]],[\"parent/1034\",[0,0.001,1,0.001,502,4.432]],[\"name/1035\",[515,66.601]],[\"parent/1035\",[0,0.001,1,0.001,502,4.432]],[\"name/1036\",[516,66.601]],[\"parent/1036\",[0,0.001,1,0.001,502,4.432]],[\"name/1037\",[517,66.601]],[\"parent/1037\",[0,0.001,1,0.001,502,4.432]],[\"name/1038\",[518,66.601]],[\"parent/1038\",[0,0.001,1,0.001,502,4.432]],[\"name/1039\",[519,66.601]],[\"parent/1039\",[0,0.001,1,0.001,502,4.432]],[\"name/1040\",[499,61.43]],[\"parent/1040\",[0,0,1,0,10,3.771,12,5.584]],[\"name/1041\",[500,61.43]],[\"parent/1041\",[0,0,1,0,10,3.771,12,5.584]],[\"name/1042\",[520,66.601]],[\"parent/1042\",[0,0,1,0,10,3.771,521,4.073]],[\"name/1043\",[503,61.43]],[\"parent/1043\",[0,0,1,0,10,3.771,521,4.073]],[\"name/1044\",[522,66.601]],[\"parent/1044\",[0,0,1,0,10,3.771,521,4.073]],[\"name/1045\",[523,66.601]],[\"parent/1045\",[0,0,1,0,10,3.771,521,4.073]],[\"name/1046\",[524,66.601]],[\"parent/1046\",[0,0,1,0,10,3.771,521,4.073]],[\"name/1047\",[509,61.43]],[\"parent/1047\",[0,0,1,0,10,3.771,521,4.073]],[\"name/1048\",[525,66.601]],[\"parent/1048\",[0,0,1,0,10,3.771,521,4.073]],[\"name/1049\",[526,66.601]],[\"parent/1049\",[0,0,1,0,10,3.771,521,4.073]],[\"name/1050\",[527,66.601]],[\"parent/1050\",[0,0,1,0,10,3.771,521,4.073]],[\"name/1051\",[513,61.43]],[\"parent/1051\",[0,0,1,0,10,3.771,521,4.073]],[\"name/1052\",[528,66.601]],[\"parent/1052\",[0,0,1,0,10,3.771,521,4.073]],[\"name/1053\",[529,66.601]],[\"parent/1053\",[0,0,1,0,10,3.771,521,4.073]],[\"name/1054\",[530,66.601]],[\"parent/1054\",[0,0,1,0,10,3.771,521,4.073]],[\"name/1055\",[531,66.601]],[\"parent/1055\",[0,0,1,0,10,3.771,521,4.073]],[\"name/1056\",[532,66.601]],[\"parent/1056\",[0,0,1,0,10,3.771,521,4.073]],[\"name/1057\",[533,66.601]],[\"parent/1057\",[0,0,1,0,10,3.771,521,4.073]],[\"name/1058\",[534,66.601]],[\"parent/1058\",[0,0,1,0,13,4.425,14,4.611]],[\"name/1059\",[535,66.601]],[\"parent/1059\",[0,0,1,0,13,4.425,14,4.611]],[\"name/1060\",[536,66.601]],[\"parent/1060\",[0,0,1,0,13,4.425,14,4.611]],[\"name/1061\",[537,66.601]],[\"parent/1061\",[0,0,1,0,13,4.425,538,5.911]],[\"name/1062\",[539,66.601]],[\"parent/1062\",[0,0,1,0,13,4.425,538,5.911]],[\"name/1063\",[540,66.601]],[\"parent/1063\",[0,0,1,0,13,4.425,14,4.611]],[\"name/1064\",[541,66.601]],[\"parent/1064\",[0,0,1,0,13,4.425,14,4.611]],[\"name/1065\",[542,66.601]],[\"parent/1065\",[0,0,1,0,13,4.425,14,4.611]],[\"name/1066\",[543,66.601]],[\"parent/1066\",[0,0,1,0,13,4.425,14,4.611]],[\"name/1067\",[544,66.601]],[\"parent/1067\",[0,0,1,0,13,4.425,14,4.611]],[\"name/1068\",[545,66.601]],[\"parent/1068\",[0,0,1,0,15,3.927,16,3.927,17,5.048]],[\"name/1069\",[38,42.327]],[\"parent/1069\",[0,0,1,0,15,3.927,16,3.927,546,5.794]],[\"name/1070\",[441,61.43]],[\"parent/1070\",[0,0,1,0,15,3.927,16,3.927,547,5.048]],[\"name/1071\",[443,55.48]],[\"parent/1071\",[0,0,1,0,15,3.927,16,3.927,547,5.048]],[\"name/1072\",[444,61.43]],[\"parent/1072\",[0,0,1,0,15,3.927,16,3.927,547,5.048]],[\"name/1073\",[548,66.601]],[\"parent/1073\",[0,0,1,0,15,3.927,16,3.927,17,5.048]],[\"name/1074\",[38,42.327]],[\"parent/1074\",[0,0,1,0,15,3.927,16,3.927,549,5.794]],[\"name/1075\",[488,61.43]],[\"parent/1075\",[0,0,1,0,15,3.927,16,3.927,550,4.827]],[\"name/1076\",[443,55.48]],[\"parent/1076\",[0,0,1,0,15,3.927,16,3.927,550,4.827]],[\"name/1077\",[490,61.43]],[\"parent/1077\",[0,0,1,0,15,3.927,16,3.927,550,4.827]],[\"name/1078\",[491,61.43]],[\"parent/1078\",[0,0,1,0,15,3.927,16,3.927,550,4.827]]],\"invertedIndex\":[[\"__type\",{\"_index\":38,\"name\":{\"31\":{},\"139\":{},\"167\":{},\"203\":{},\"223\":{},\"540\":{},\"542\":{},\"568\":{},\"589\":{},\"701\":{},\"778\":{},\"852\":{},\"854\":{},\"909\":{},\"1069\":{},\"1074\":{}},\"parent\":{}}],[\"_complextype\",{\"_index\":258,\"name\":{\"252\":{}},\"parent\":{}}],[\"_customfields\",{\"_index\":405,\"name\":{\"591\":{},\"911\":{}},\"parent\":{}}],[\"_defaultservicepath\",{\"_index\":401,\"name\":{\"585\":{},\"905\":{}},\"parent\":{}}],[\"_deserializers\",{\"_index\":251,\"name\":{\"243\":{},\"263\":{},\"298\":{},\"319\":{},\"335\":{},\"348\":{},\"378\":{},\"410\":{},\"447\":{},\"476\":{},\"498\":{},\"543\":{},\"739\":{},\"760\":{},\"807\":{},\"830\":{},\"855\":{}},\"parent\":{}}],[\"_entity\",{\"_index\":264,\"name\":{\"264\":{},\"297\":{},\"318\":{},\"334\":{},\"349\":{},\"379\":{},\"404\":{},\"446\":{},\"474\":{},\"491\":{},\"533\":{},\"733\":{},\"757\":{},\"794\":{},\"822\":{},\"845\":{}},\"parent\":{}}],[\"_entityapi\",{\"_index\":282,\"name\":{\"295\":{},\"316\":{},\"332\":{},\"405\":{},\"445\":{},\"473\":{},\"496\":{},\"536\":{},\"734\":{},\"759\":{},\"805\":{},\"828\":{},\"848\":{}},\"parent\":{}}],[\"_entityconstructor\",{\"_index\":245,\"name\":{\"237\":{},\"246\":{},\"256\":{},\"269\":{},\"280\":{},\"354\":{},\"475\":{},\"497\":{},\"627\":{},\"806\":{},\"829\":{},\"948\":{}},\"parent\":{}}],[\"_entityname\",{\"_index\":400,\"name\":{\"584\":{},\"904\":{}},\"parent\":{}}],[\"_expand\",{\"_index\":285,\"name\":{\"300\":{},\"321\":{},\"337\":{}},\"parent\":{}}],[\"_fieldname\",{\"_index\":244,\"name\":{\"236\":{},\"245\":{},\"255\":{},\"268\":{},\"279\":{},\"294\":{},\"315\":{},\"331\":{},\"353\":{},\"626\":{},\"947\":{}},\"parent\":{}}],[\"_fieldof\",{\"_index\":249,\"name\":{\"241\":{},\"261\":{},\"273\":{},\"346\":{}},\"parent\":{}}],[\"_fieldoptions\",{\"_index\":253,\"name\":{\"247\":{},\"257\":{},\"270\":{},\"281\":{},\"355\":{},\"628\":{},\"949\":{}},\"parent\":{}}],[\"_fieldtype\",{\"_index\":250,\"name\":{\"242\":{}},\"parent\":{}}],[\"_filters\",{\"_index\":291,\"name\":{\"306\":{}},\"parent\":{}}],[\"_linkedentityapi\",{\"_index\":283,\"name\":{\"296\":{},\"317\":{},\"333\":{}},\"parent\":{}}],[\"_odataversion\",{\"_index\":402,\"name\":{\"587\":{},\"907\":{}},\"parent\":{}}],[\"_orderby\",{\"_index\":292,\"name\":{\"307\":{}},\"parent\":{}}],[\"_selects\",{\"_index\":284,\"name\":{\"299\":{},\"320\":{},\"336\":{}},\"parent\":{}}],[\"_servicename\",{\"_index\":398,\"name\":{\"583\":{},\"903\":{}},\"parent\":{}}],[\"_skip\",{\"_index\":294,\"name\":{\"309\":{}},\"parent\":{}}],[\"_top\",{\"_index\":293,\"name\":{\"308\":{}},\"parent\":{}}],[\"_versionidentifier\",{\"_index\":404,\"name\":{\"590\":{},\"910\":{}},\"parent\":{}}],[\"actionimportparameter\",{\"_index\":479,\"name\":{\"897\":{}},\"parent\":{}}],[\"actionimportrequestbuilder\",{\"_index\":469,\"name\":{\"698\":{}},\"parent\":{}}],[\"addcustomheaders\",{\"_index\":357,\"name\":{\"418\":{},\"434\":{},\"454\":{},\"481\":{},\"503\":{},\"524\":{},\"557\":{},\"574\":{},\"707\":{},\"723\":{},\"747\":{},\"767\":{},\"784\":{},\"812\":{},\"835\":{},\"869\":{},\"890\":{},\"1010\":{}},\"parent\":{}}],[\"addcustomqueryparameters\",{\"_index\":358,\"name\":{\"420\":{},\"436\":{},\"456\":{},\"483\":{},\"505\":{},\"526\":{},\"559\":{},\"576\":{},\"709\":{},\"725\":{},\"749\":{},\"769\":{},\"786\":{},\"814\":{},\"837\":{},\"871\":{},\"892\":{}},\"parent\":{}}],[\"addcustomrequestconfiguration\",{\"_index\":360,\"name\":{\"422\":{},\"438\":{},\"458\":{},\"485\":{},\"507\":{},\"528\":{},\"561\":{},\"578\":{},\"711\":{},\"727\":{},\"751\":{},\"771\":{},\"788\":{},\"816\":{},\"839\":{},\"873\":{},\"894\":{},\"1011\":{}},\"parent\":{}}],[\"additionalfiles\",{\"_index\":507,\"name\":{\"1027\":{}},\"parent\":{}}],[\"addtousednames\",{\"_index\":101,\"name\":{\"91\":{}},\"parent\":{}}],[\"all\",{\"_index\":486,\"name\":{\"951\":{}},\"parent\":{}}],[\"allfields\",{\"_index\":242,\"name\":{\"234\":{},\"654\":{},\"979\":{}},\"parent\":{}}],[\"alwaysprovider\",{\"_index\":116,\"name\":{\"105\":{},\"168\":{}},\"parent\":{}}],[\"alwayssubscriber\",{\"_index\":117,\"name\":{\"106\":{},\"169\":{}},\"parent\":{}}],[\"and\",{\"_index\":234,\"name\":{\"227\":{},\"655\":{},\"980\":{}},\"parent\":{}}],[\"any\",{\"_index\":487,\"name\":{\"952\":{}},\"parent\":{}}],[\"appendpath\",{\"_index\":361,\"name\":{\"423\":{},\"439\":{},\"459\":{},\"486\":{},\"508\":{},\"529\":{},\"562\":{},\"579\":{},\"712\":{},\"728\":{},\"752\":{},\"772\":{},\"789\":{},\"817\":{},\"840\":{},\"874\":{},\"895\":{}},\"parent\":{}}],[\"asc\",{\"_index\":332,\"name\":{\"387\":{},\"677\":{},\"1004\":{}},\"parent\":{}}],[\"aschildof\",{\"_index\":353,\"name\":{\"412\":{},\"741\":{}},\"parent\":{}}],[\"asobject\",{\"_index\":420,\"name\":{\"607\":{},\"927\":{}},\"parent\":{}}],[\"assoc\",{\"_index\":77,\"name\":{\"67\":{}},\"parent\":{}}],[\"aud\",{\"_index\":180,\"name\":{\"174\":{}},\"parent\":{}}],[\"authentication\",{\"_index\":137,\"name\":{\"124\":{},\"186\":{}},\"parent\":{}}],[\"authorization\",{\"_index\":190,\"name\":{\"185\":{}},\"parent\":{}}],[\"authtokens\",{\"_index\":142,\"name\":{\"129\":{}},\"parent\":{}}],[\"batchchangeset\",{\"_index\":322,\"name\":{\"371\":{},\"656\":{},\"981\":{}},\"parent\":{}}],[\"body\",{\"_index\":498,\"name\":{\"1019\":{}},\"parent\":{}}],[\"boundary\",{\"_index\":325,\"name\":{\"374\":{}},\"parent\":{}}],[\"build\",{\"_index\":363,\"name\":{\"425\":{},\"441\":{},\"461\":{},\"488\":{},\"510\":{},\"518\":{},\"564\":{},\"581\":{},\"714\":{},\"730\":{},\"754\":{},\"774\":{},\"791\":{},\"819\":{},\"842\":{},\"876\":{},\"884\":{}},\"parent\":{}}],[\"buildcollectionfield\",{\"_index\":274,\"name\":{\"287\":{}},\"parent\":{}}],[\"buildcomplextypefield\",{\"_index\":273,\"name\":{\"286\":{}},\"parent\":{}}],[\"buildedmtypefield\",{\"_index\":272,\"name\":{\"285\":{}},\"parent\":{}}],[\"buildenumfield\",{\"_index\":275,\"name\":{\"288\":{}},\"parent\":{}}],[\"buildheadersfordestination\",{\"_index\":202,\"name\":{\"197\":{}},\"parent\":{}}],[\"buildhttprequest\",{\"_index\":213,\"name\":{\"208\":{}},\"parent\":{}}],[\"cacheverificationkeys\",{\"_index\":171,\"name\":{\"160\":{},\"196\":{}},\"parent\":{}}],[\"cachingoptions\",{\"_index\":110,\"name\":{\"100\":{}},\"parent\":{}}],[\"camelcase\",{\"_index\":89,\"name\":{\"79\":{}},\"parent\":{}}],[\"caps\",{\"_index\":96,\"name\":{\"86\":{}},\"parent\":{}}],[\"cause\",{\"_index\":41,\"name\":{\"33\":{}},\"parent\":{}}],[\"certificates\",{\"_index\":154,\"name\":{\"142\":{}},\"parent\":{}}],[\"checkurlexists\",{\"_index\":106,\"name\":{\"96\":{}},\"parent\":{}}],[\"clearoutputdir\",{\"_index\":509,\"name\":{\"1029\":{},\"1047\":{}},\"parent\":{}}],[\"client\",{\"_index\":5,\"name\":{\"2\":{}},\"parent\":{\"208\":{},\"209\":{},\"210\":{},\"211\":{},\"213\":{},\"218\":{},\"219\":{},\"222\":{},\"224\":{},\"225\":{},\"226\":{}}}],[\"client.httprequestoptions\",{\"_index\":218,\"name\":{},\"parent\":{\"212\":{}}}],[\"client.httpresponse\",{\"_index\":221,\"name\":{},\"parent\":{\"214\":{},\"215\":{},\"216\":{},\"217\":{}}}],[\"client.originoptions\",{\"_index\":227,\"name\":{},\"parent\":{\"220\":{},\"221\":{}}}],[\"client.parameterencoder\",{\"_index\":230,\"name\":{},\"parent\":{\"223\":{}}}],[\"clientid\",{\"_index\":145,\"name\":{\"132\":{}},\"parent\":{}}],[\"clientsecret\",{\"_index\":146,\"name\":{\"133\":{}},\"parent\":{}}],[\"clone\",{\"_index\":288,\"name\":{\"303\":{},\"310\":{},\"328\":{}},\"parent\":{}}],[\"cloud\",{\"_index\":1,\"name\":{\"0\":{},\"1\":{},\"2\":{},\"3\":{},\"4\":{},\"5\":{},\"6\":{},\"7\":{},\"8\":{},\"9\":{},\"10\":{}},\"parent\":{\"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\":{}}}],[\"cloudconnectorlocationid\",{\"_index\":153,\"name\":{\"141\":{}},\"parent\":{}}],[\"cloudsdkexceptionlogger\",{\"_index\":55,\"name\":{\"47\":{}},\"parent\":{}}],[\"codeblock\",{\"_index\":30,\"name\":{\"23\":{}},\"parent\":{}}],[\"collectionfield\",{\"_index\":247,\"name\":{\"239\":{},\"982\":{}},\"parent\":{}}],[\"common\",{\"_index\":7,\"name\":{\"3\":{}},\"parent\":{\"227\":{},\"228\":{},\"229\":{},\"230\":{},\"234\":{},\"239\":{},\"248\":{},\"258\":{},\"259\":{},\"271\":{},\"282\":{},\"289\":{},\"292\":{},\"304\":{},\"324\":{},\"340\":{},\"356\":{},\"361\":{},\"362\":{},\"363\":{},\"370\":{},\"371\":{},\"375\":{},\"380\":{},\"385\":{},\"386\":{},\"387\":{},\"388\":{},\"389\":{}}}],[\"common.allfields\",{\"_index\":243,\"name\":{},\"parent\":{\"235\":{},\"236\":{},\"237\":{},\"238\":{}}}],[\"common.batchchangeset\",{\"_index\":323,\"name\":{},\"parent\":{\"372\":{},\"373\":{},\"374\":{}}}],[\"common.collectionfield\",{\"_index\":248,\"name\":{},\"parent\":{\"240\":{},\"241\":{},\"242\":{},\"243\":{},\"244\":{},\"245\":{},\"246\":{},\"247\":{}}}],[\"common.complextypefield\",{\"_index\":255,\"name\":{},\"parent\":{\"249\":{},\"250\":{},\"251\":{},\"252\":{},\"253\":{},\"254\":{},\"255\":{},\"256\":{},\"257\":{}}}],[\"common.edmtypefield\",{\"_index\":262,\"name\":{},\"parent\":{\"260\":{},\"261\":{},\"262\":{},\"263\":{},\"264\":{},\"265\":{},\"266\":{},\"267\":{},\"268\":{},\"269\":{},\"270\":{}}}],[\"common.entityapi\",{\"_index\":316,\"name\":{},\"parent\":{\"364\":{},\"365\":{},\"366\":{},\"367\":{},\"368\":{},\"369\":{}}}],[\"common.enumfield\",{\"_index\":268,\"name\":{},\"parent\":{\"272\":{},\"273\":{},\"274\":{},\"275\":{},\"276\":{},\"277\":{},\"278\":{},\"279\":{},\"280\":{},\"281\":{}}}],[\"common.fieldbuilder\",{\"_index\":271,\"name\":{},\"parent\":{\"283\":{},\"284\":{},\"285\":{},\"286\":{},\"287\":{},\"288\":{}}}],[\"common.fieldoptions\",{\"_index\":278,\"name\":{},\"parent\":{\"290\":{},\"291\":{}}}],[\"common.functionimportparameter\",{\"_index\":328,\"name\":{},\"parent\":{\"381\":{},\"382\":{},\"383\":{},\"384\":{}}}],[\"common.link\",{\"_index\":281,\"name\":{},\"parent\":{\"293\":{},\"294\":{},\"295\":{},\"296\":{},\"297\":{},\"298\":{},\"299\":{},\"300\":{},\"301\":{},\"302\":{},\"303\":{}}}],[\"common.onetomanylink\",{\"_index\":290,\"name\":{},\"parent\":{\"305\":{},\"306\":{},\"307\":{},\"308\":{},\"309\":{},\"310\":{},\"311\":{},\"312\":{},\"313\":{},\"314\":{},\"315\":{},\"316\":{},\"317\":{},\"318\":{},\"319\":{},\"320\":{},\"321\":{},\"322\":{},\"323\":{}}}],[\"common.onetoonelink\",{\"_index\":300,\"name\":{},\"parent\":{\"325\":{},\"326\":{},\"327\":{},\"328\":{},\"329\":{},\"330\":{},\"331\":{},\"332\":{},\"333\":{},\"334\":{},\"335\":{},\"336\":{},\"337\":{},\"338\":{},\"339\":{}}}],[\"common.orderableedmtypefield\",{\"_index\":304,\"name\":{},\"parent\":{\"341\":{},\"342\":{},\"343\":{},\"344\":{},\"345\":{},\"346\":{},\"347\":{},\"348\":{},\"349\":{},\"350\":{},\"351\":{},\"352\":{},\"353\":{},\"354\":{},\"355\":{}}}],[\"common.propertymetadata\",{\"_index\":310,\"name\":{},\"parent\":{\"357\":{},\"358\":{},\"359\":{},\"360\":{}}}],[\"common.requestbuilder\",{\"_index\":326,\"name\":{},\"parent\":{\"376\":{},\"377\":{},\"378\":{},\"379\":{}}}],[\"common.time\",{\"_index\":239,\"name\":{},\"parent\":{\"231\":{},\"232\":{},\"233\":{}}}],[\"complextypefield\",{\"_index\":254,\"name\":{\"248\":{},\"657\":{},\"983\":{}},\"parent\":{}}],[\"complextypename\",{\"_index\":259,\"name\":{\"253\":{}},\"parent\":{}}],[\"config\",{\"_index\":533,\"name\":{\"1057\":{}},\"parent\":{}}],[\"connectivity\",{\"_index\":192,\"name\":{\"186\":{}},\"parent\":{}}],[\"constructor\",{\"_index\":40,\"name\":{\"32\":{},\"90\":{},\"235\":{},\"240\":{},\"249\":{},\"260\":{},\"272\":{},\"283\":{},\"293\":{},\"305\":{},\"325\":{},\"341\":{},\"372\":{},\"376\":{},\"381\":{},\"403\":{},\"427\":{},\"443\":{},\"463\":{},\"490\":{},\"512\":{},\"532\":{},\"566\":{},\"586\":{},\"609\":{},\"699\":{},\"716\":{},\"732\":{},\"756\":{},\"776\":{},\"793\":{},\"821\":{},\"844\":{},\"878\":{},\"898\":{},\"906\":{},\"929\":{},\"1008\":{}},\"parent\":{}}],[\"constructororfield\",{\"_index\":260,\"name\":{\"258\":{},\"658\":{},\"984\":{}},\"parent\":{}}],[\"contains\",{\"_index\":468,\"name\":{\"690\":{}},\"parent\":{}}],[\"count\",{\"_index\":375,\"name\":{\"471\":{},\"803\":{}},\"parent\":{}}],[\"countrequestbuilder\",{\"_index\":364,\"name\":{\"426\":{},\"715\":{}},\"parent\":{}}],[\"createlogger\",{\"_index\":49,\"name\":{\"41\":{}},\"parent\":{}}],[\"createrequestbuilder\",{\"_index\":346,\"name\":{\"402\":{},\"731\":{}},\"parent\":{}}],[\"credentials\",{\"_index\":199,\"name\":{\"194\":{}},\"parent\":{}}],[\"credentialsfilepath\",{\"_index\":539,\"name\":{\"1062\":{}},\"parent\":{}}],[\"custom\",{\"_index\":228,\"name\":{\"221\":{}},\"parent\":{}}],[\"customdeserializers\",{\"_index\":440,\"name\":{\"634\":{},\"957\":{}},\"parent\":{}}],[\"customfield\",{\"_index\":320,\"name\":{\"369\":{},\"608\":{},\"928\":{}},\"parent\":{}}],[\"data\",{\"_index\":220,\"name\":{\"214\":{}},\"parent\":{}}],[\"dataaccessor\",{\"_index\":374,\"name\":{\"466\":{},\"493\":{},\"798\":{},\"825\":{}},\"parent\":{}}],[\"de\",{\"_index\":16,\"name\":{\"10\":{}},\"parent\":{\"1068\":{},\"1069\":{},\"1070\":{},\"1071\":{},\"1072\":{},\"1073\":{},\"1074\":{},\"1075\":{},\"1076\":{},\"1077\":{},\"1078\":{}}}],[\"decodejwt\",{\"_index\":129,\"name\":{\"117\":{}},\"parent\":{}}],[\"defaultdeserializers\",{\"_index\":437,\"name\":{\"630\":{},\"635\":{},\"953\":{},\"958\":{}},\"parent\":{}}],[\"defaultservicepath\",{\"_index\":380,\"name\":{\"514\":{},\"880\":{}},\"parent\":{}}],[\"deleterequestbuilder\",{\"_index\":367,\"name\":{\"442\":{},\"755\":{}},\"parent\":{}}],[\"desc\",{\"_index\":333,\"name\":{\"388\":{},\"678\":{},\"1005\":{}},\"parent\":{}}],[\"deserializedtype\",{\"_index\":321,\"name\":{\"370\":{},\"659\":{},\"985\":{}},\"parent\":{}}],[\"deserializer\",{\"_index\":350,\"name\":{\"408\":{},\"737\":{}},\"parent\":{}}],[\"deserializers\",{\"_index\":257,\"name\":{\"251\":{},\"364\":{},\"516\":{},\"636\":{},\"882\":{},\"959\":{}},\"parent\":{}}],[\"destination\",{\"_index\":133,\"name\":{\"121\":{}},\"parent\":{}}],[\"destinationaccessoroptions\",{\"_index\":172,\"name\":{\"161\":{}},\"parent\":{}}],[\"destinationfetchoptions\",{\"_index\":162,\"name\":{\"150\":{}},\"parent\":{}}],[\"destinationname\",{\"_index\":163,\"name\":{\"151\":{}},\"parent\":{}}],[\"destinationoptions\",{\"_index\":210,\"name\":{\"205\":{}},\"parent\":{}}],[\"destinationorfetchoptions\",{\"_index\":209,\"name\":{\"204\":{}},\"parent\":{}}],[\"destinationretrievaloptions\",{\"_index\":206,\"name\":{\"201\":{}},\"parent\":{}}],[\"destinationselectionstrategies\",{\"_index\":174,\"name\":{\"166\":{}},\"parent\":{}}],[\"destinationselectionstrategy\",{\"_index\":207,\"name\":{\"202\":{}},\"parent\":{}}],[\"disableexceptionlogger\",{\"_index\":47,\"name\":{\"39\":{}},\"parent\":{}}],[\"documentationblock\",{\"_index\":31,\"name\":{\"24\":{}},\"parent\":{}}],[\"edm.any\",{\"_index\":458,\"name\":{\"653\":{},\"978\":{}},\"parent\":{}}],[\"edm.binary\",{\"_index\":445,\"name\":{\"640\":{},\"965\":{}},\"parent\":{}}],[\"edm.boolean\",{\"_index\":446,\"name\":{\"641\":{},\"966\":{}},\"parent\":{}}],[\"edm.byte\",{\"_index\":447,\"name\":{\"642\":{},\"967\":{}},\"parent\":{}}],[\"edm.date\",{\"_index\":488,\"name\":{\"960\":{},\"1075\":{}},\"parent\":{}}],[\"edm.datetime\",{\"_index\":441,\"name\":{\"637\":{},\"1070\":{}},\"parent\":{}}],[\"edm.datetimeoffset\",{\"_index\":443,\"name\":{\"638\":{},\"961\":{},\"1071\":{},\"1076\":{}},\"parent\":{}}],[\"edm.decimal\",{\"_index\":448,\"name\":{\"643\":{},\"968\":{}},\"parent\":{}}],[\"edm.double\",{\"_index\":449,\"name\":{\"644\":{},\"969\":{}},\"parent\":{}}],[\"edm.duration\",{\"_index\":490,\"name\":{\"962\":{},\"1077\":{}},\"parent\":{}}],[\"edm.enum\",{\"_index\":492,\"name\":{\"964\":{}},\"parent\":{}}],[\"edm.float\",{\"_index\":450,\"name\":{\"645\":{},\"970\":{}},\"parent\":{}}],[\"edm.guid\",{\"_index\":454,\"name\":{\"649\":{},\"974\":{}},\"parent\":{}}],[\"edm.int16\",{\"_index\":451,\"name\":{\"646\":{},\"971\":{}},\"parent\":{}}],[\"edm.int32\",{\"_index\":452,\"name\":{\"647\":{},\"972\":{}},\"parent\":{}}],[\"edm.int64\",{\"_index\":453,\"name\":{\"648\":{},\"973\":{}},\"parent\":{}}],[\"edm.sbyte\",{\"_index\":455,\"name\":{\"650\":{},\"975\":{}},\"parent\":{}}],[\"edm.single\",{\"_index\":456,\"name\":{\"651\":{},\"976\":{}},\"parent\":{}}],[\"edm.string\",{\"_index\":457,\"name\":{\"652\":{},\"977\":{}},\"parent\":{}}],[\"edm.time\",{\"_index\":444,\"name\":{\"639\":{},\"1072\":{}},\"parent\":{}}],[\"edm.timeofday\",{\"_index\":491,\"name\":{\"963\":{},\"1078\":{}},\"parent\":{}}],[\"edmbinary\",{\"_index\":436,\"name\":{\"625\":{},\"946\":{}},\"parent\":{}}],[\"edmboolean\",{\"_index\":425,\"name\":{\"614\":{},\"935\":{}},\"parent\":{}}],[\"edmbyte\",{\"_index\":433,\"name\":{\"622\":{},\"943\":{}},\"parent\":{}}],[\"edmdate\",{\"_index\":483,\"name\":{\"930\":{}},\"parent\":{}}],[\"edmdatetime\",{\"_index\":422,\"name\":{\"610\":{}},\"parent\":{}}],[\"edmdatetimeoffset\",{\"_index\":435,\"name\":{\"624\":{},\"945\":{}},\"parent\":{}}],[\"edmdecimal\",{\"_index\":427,\"name\":{\"616\":{},\"937\":{}},\"parent\":{}}],[\"edmdouble\",{\"_index\":432,\"name\":{\"621\":{},\"942\":{}},\"parent\":{}}],[\"edmduration\",{\"_index\":484,\"name\":{\"931\":{}},\"parent\":{}}],[\"edmguid\",{\"_index\":426,\"name\":{\"615\":{},\"936\":{}},\"parent\":{}}],[\"edmint16\",{\"_index\":428,\"name\":{\"617\":{},\"938\":{}},\"parent\":{}}],[\"edmint32\",{\"_index\":429,\"name\":{\"618\":{},\"939\":{}},\"parent\":{}}],[\"edmint64\",{\"_index\":430,\"name\":{\"619\":{},\"940\":{}},\"parent\":{}}],[\"edmsbyte\",{\"_index\":434,\"name\":{\"623\":{},\"944\":{}},\"parent\":{}}],[\"edmsingle\",{\"_index\":431,\"name\":{\"620\":{},\"941\":{}},\"parent\":{}}],[\"edmstring\",{\"_index\":424,\"name\":{\"613\":{},\"934\":{}},\"parent\":{}}],[\"edmtime\",{\"_index\":423,\"name\":{\"611\":{}},\"parent\":{}}],[\"edmtimeofday\",{\"_index\":485,\"name\":{\"932\":{}},\"parent\":{}}],[\"edmtots\",{\"_index\":438,\"name\":{\"631\":{},\"954\":{}},\"parent\":{}}],[\"edmtype\",{\"_index\":263,\"name\":{\"262\":{},\"275\":{},\"347\":{},\"383\":{},\"900\":{}},\"parent\":{}}],[\"edmtypefield\",{\"_index\":261,\"name\":{\"259\":{},\"660\":{},\"986\":{}},\"parent\":{}}],[\"enablecircuitbreaker\",{\"_index\":169,\"name\":{\"157\":{},\"188\":{}},\"parent\":{}}],[\"enableexceptionlogger\",{\"_index\":48,\"name\":{\"40\":{}},\"parent\":{}}],[\"encodeallparameters\",{\"_index\":214,\"name\":{\"209\":{}},\"parent\":{}}],[\"encodebase64\",{\"_index\":83,\"name\":{\"73\":{}},\"parent\":{}}],[\"entity\",{\"_index\":352,\"name\":{\"411\":{},\"544\":{},\"582\":{},\"740\":{},\"856\":{},\"902\":{}},\"parent\":{}}],[\"entityapi\",{\"_index\":315,\"name\":{\"363\":{},\"377\":{},\"662\":{},\"988\":{}},\"parent\":{}}],[\"entitybuilder\",{\"_index\":313,\"name\":{\"361\":{},\"366\":{},\"661\":{},\"987\":{}},\"parent\":{}}],[\"entitybuildertype\",{\"_index\":314,\"name\":{\"362\":{},\"663\":{},\"989\":{}},\"parent\":{}}],[\"entityconstructor\",{\"_index\":318,\"name\":{\"367\":{}},\"parent\":{}}],[\"entitydeserializer\",{\"_index\":373,\"name\":{\"465\":{},\"492\":{},\"632\":{},\"797\":{},\"824\":{},\"955\":{}},\"parent\":{}}],[\"entityserializer\",{\"_index\":385,\"name\":{\"538\":{},\"850\":{}},\"parent\":{}}],[\"enumfield\",{\"_index\":267,\"name\":{\"271\":{},\"990\":{}},\"parent\":{}}],[\"enumtype\",{\"_index\":269,\"name\":{\"274\":{}},\"parent\":{}}],[\"equal\",{\"_index\":34,\"name\":{\"27\":{}},\"parent\":{}}],[\"equalarrays\",{\"_index\":35,\"name\":{\"28\":{}},\"parent\":{}}],[\"equalobjects\",{\"_index\":33,\"name\":{\"26\":{}},\"parent\":{}}],[\"equals\",{\"_index\":265,\"name\":{\"265\":{},\"277\":{},\"350\":{}},\"parent\":{}}],[\"errorwithcause\",{\"_index\":37,\"name\":{\"30\":{}},\"parent\":{}}],[\"exclude\",{\"_index\":76,\"name\":{\"66\":{}},\"parent\":{}}],[\"execute\",{\"_index\":354,\"name\":{\"413\":{},\"429\":{},\"449\":{},\"472\":{},\"495\":{},\"513\":{},\"534\":{},\"569\":{},\"702\":{},\"718\":{},\"742\":{},\"762\":{},\"779\":{},\"804\":{},\"827\":{},\"846\":{},\"879\":{},\"1015\":{}},\"parent\":{}}],[\"executehttprequest\",{\"_index\":215,\"name\":{\"210\":{}},\"parent\":{}}],[\"executeraw\",{\"_index\":355,\"name\":{\"414\":{},\"430\":{},\"450\":{},\"477\":{},\"499\":{},\"519\":{},\"535\":{},\"570\":{},\"703\":{},\"719\":{},\"743\":{},\"763\":{},\"780\":{},\"808\":{},\"831\":{},\"847\":{},\"885\":{},\"1014\":{}},\"parent\":{}}],[\"executerequest\",{\"_index\":391,\"name\":{\"550\":{},\"862\":{}},\"parent\":{}}],[\"executerequestraw\",{\"_index\":392,\"name\":{\"551\":{},\"863\":{}},\"parent\":{}}],[\"exp\",{\"_index\":181,\"name\":{\"175\":{}},\"parent\":{}}],[\"expand\",{\"_index\":287,\"name\":{\"302\":{},\"323\":{},\"339\":{},\"795\":{},\"823\":{}},\"parent\":{}}],[\"extractodataetag\",{\"_index\":386,\"name\":{\"539\":{},\"851\":{}},\"parent\":{}}],[\"fetchcsrftoken\",{\"_index\":217,\"name\":{\"212\":{}},\"parent\":{}}],[\"fieldbuilder\",{\"_index\":270,\"name\":{\"282\":{},\"612\":{},\"664\":{},\"933\":{},\"991\":{}},\"parent\":{}}],[\"fieldof\",{\"_index\":256,\"name\":{\"250\":{},\"284\":{}},\"parent\":{}}],[\"fieldoptions\",{\"_index\":276,\"name\":{\"289\":{},\"665\":{},\"992\":{}},\"parent\":{}}],[\"fieldpath\",{\"_index\":252,\"name\":{\"244\":{},\"254\":{},\"267\":{},\"276\":{},\"352\":{},\"629\":{},\"950\":{}},\"parent\":{}}],[\"filter\",{\"_index\":295,\"name\":{\"311\":{},\"330\":{},\"464\":{},\"796\":{}},\"parent\":{}}],[\"filterduplicates\",{\"_index\":27,\"name\":{\"20\":{}},\"parent\":{}}],[\"filterduplicatesright\",{\"_index\":28,\"name\":{\"21\":{}},\"parent\":{}}],[\"filterfunction\",{\"_index\":459,\"name\":{\"680\":{}},\"parent\":{}}],[\"filterfunctions\",{\"_index\":334,\"name\":{\"390\":{},\"681\":{}},\"parent\":{}}],[\"filters\",{\"_index\":302,\"name\":{\"327\":{}},\"parent\":{}}],[\"findprojectroot\",{\"_index\":43,\"name\":{\"35\":{}},\"parent\":{}}],[\"finishall\",{\"_index\":79,\"name\":{\"69\":{}},\"parent\":{}}],[\"first\",{\"_index\":21,\"name\":{\"14\":{}},\"parent\":{}}],[\"flat\",{\"_index\":18,\"name\":{\"11\":{}},\"parent\":{}}],[\"flatten\",{\"_index\":29,\"name\":{\"22\":{}},\"parent\":{}}],[\"forceoverwrite\",{\"_index\":508,\"name\":{\"1028\":{}},\"parent\":{}}],[\"formatjson\",{\"_index\":93,\"name\":{\"83\":{}},\"parent\":{}}],[\"forwardauthtoken\",{\"_index\":161,\"name\":{\"149\":{}},\"parent\":{}}],[\"fractionalseconds\",{\"_index\":463,\"name\":{\"685\":{}},\"parent\":{}}],[\"functionimportparameter\",{\"_index\":327,\"name\":{\"380\":{},\"666\":{},\"993\":{}},\"parent\":{}}],[\"functionimportrequestbuilder\",{\"_index\":395,\"name\":{\"565\":{},\"775\":{}},\"parent\":{}}],[\"generate\",{\"_index\":499,\"name\":{\"1020\":{},\"1040\":{}},\"parent\":{}}],[\"generateandsaveuniquename\",{\"_index\":103,\"name\":{\"93\":{}},\"parent\":{}}],[\"generateandsaveuniquenameswithsuffixes\",{\"_index\":105,\"name\":{\"95\":{}},\"parent\":{}}],[\"generatecsn\",{\"_index\":519,\"name\":{\"1039\":{}},\"parent\":{}}],[\"generatejs\",{\"_index\":514,\"name\":{\"1034\":{}},\"parent\":{}}],[\"generatenpmrc\",{\"_index\":510,\"name\":{\"1030\":{}},\"parent\":{}}],[\"generatepackagejson\",{\"_index\":511,\"name\":{\"1031\":{}},\"parent\":{}}],[\"generatesdkmetadata\",{\"_index\":515,\"name\":{\"1035\":{}},\"parent\":{}}],[\"generateuniquename\",{\"_index\":102,\"name\":{\"92\":{}},\"parent\":{}}],[\"generateuniquenameswithsuffixes\",{\"_index\":104,\"name\":{\"94\":{}},\"parent\":{}}],[\"generator\",{\"_index\":12,\"name\":{\"8\":{}},\"parent\":{\"1040\":{},\"1041\":{}}}],[\"generator.generatoroptions\",{\"_index\":521,\"name\":{},\"parent\":{\"1042\":{},\"1043\":{},\"1044\":{},\"1045\":{},\"1046\":{},\"1047\":{},\"1048\":{},\"1049\":{},\"1050\":{},\"1051\":{},\"1052\":{},\"1053\":{},\"1054\":{},\"1055\":{},\"1056\":{},\"1057\":{}}}],[\"generatoroptions\",{\"_index\":500,\"name\":{\"1021\":{},\"1041\":{}},\"parent\":{}}],[\"getagentconfig\",{\"_index\":212,\"name\":{\"207\":{}},\"parent\":{}}],[\"getallrequest\",{\"_index\":366,\"name\":{\"428\":{},\"717\":{}},\"parent\":{}}],[\"getallrequestbuilder\",{\"_index\":371,\"name\":{\"462\":{},\"792\":{}},\"parent\":{}}],[\"getbykeyrequestbuilder\",{\"_index\":376,\"name\":{\"489\":{},\"820\":{}},\"parent\":{}}],[\"getclientcredentialstoken\",{\"_index\":203,\"name\":{\"198\":{}},\"parent\":{}}],[\"getcurrentstateforkey\",{\"_index\":418,\"name\":{\"605\":{},\"925\":{}},\"parent\":{}}],[\"getcustomfield\",{\"_index\":408,\"name\":{\"594\":{},\"914\":{}},\"parent\":{}}],[\"getcustomfields\",{\"_index\":407,\"name\":{\"593\":{},\"913\":{}},\"parent\":{}}],[\"getdestination\",{\"_index\":113,\"name\":{\"102\":{}},\"parent\":{}}],[\"getdestinationfromdestinationservice\",{\"_index\":115,\"name\":{\"104\":{}},\"parent\":{}}],[\"getentitytoapimap\",{\"_index\":382,\"name\":{\"520\":{},\"886\":{}},\"parent\":{}}],[\"getgloballoglevel\",{\"_index\":53,\"name\":{\"45\":{}},\"parent\":{}}],[\"getlogger\",{\"_index\":50,\"name\":{\"42\":{}},\"parent\":{}}],[\"getpayload\",{\"_index\":393,\"name\":{\"552\":{},\"864\":{}},\"parent\":{}}],[\"gettestdestinationbyalias\",{\"_index\":534,\"name\":{\"1058\":{}},\"parent\":{}}],[\"gettestdestinationoptions\",{\"_index\":536,\"name\":{\"1060\":{}},\"parent\":{}}],[\"gettestdestinations\",{\"_index\":535,\"name\":{\"1059\":{}},\"parent\":{}}],[\"getupdatedcustomfields\",{\"_index\":413,\"name\":{\"600\":{},\"920\":{}},\"parent\":{}}],[\"getupdatedproperties\",{\"_index\":414,\"name\":{\"601\":{},\"921\":{}},\"parent\":{}}],[\"getupdatedpropertynames\",{\"_index\":415,\"name\":{\"602\":{},\"922\":{}},\"parent\":{}}],[\"getusertoken\",{\"_index\":204,\"name\":{\"199\":{}},\"parent\":{}}],[\"greaterorequal\",{\"_index\":306,\"name\":{\"343\":{}},\"parent\":{}}],[\"greaterthan\",{\"_index\":305,\"name\":{\"342\":{}},\"parent\":{}}],[\"hascustomfield\",{\"_index\":410,\"name\":{\"596\":{},\"916\":{}},\"parent\":{}}],[\"hassubsequence\",{\"_index\":462,\"name\":{\"684\":{}},\"parent\":{}}],[\"hassubset\",{\"_index\":461,\"name\":{\"683\":{}},\"parent\":{}}],[\"headers\",{\"_index\":159,\"name\":{\"147\":{},\"183\":{},\"216\":{}},\"parent\":{}}],[\"host\",{\"_index\":185,\"name\":{\"180\":{}},\"parent\":{}}],[\"hours\",{\"_index\":238,\"name\":{\"231\":{}},\"parent\":{}}],[\"http\",{\"_index\":121,\"name\":{\"110\":{}},\"parent\":{}}],[\"httprequestconfig\",{\"_index\":231,\"name\":{\"224\":{}},\"parent\":{}}],[\"httprequestconfigwithorigin\",{\"_index\":232,\"name\":{\"225\":{}},\"parent\":{}}],[\"httprequestoptions\",{\"_index\":216,\"name\":{\"211\":{}},\"parent\":{}}],[\"httpresponse\",{\"_index\":219,\"name\":{\"213\":{}},\"parent\":{}}],[\"https\",{\"_index\":123,\"name\":{\"111\":{}},\"parent\":{}}],[\"iastoxsuaatokenexchange\",{\"_index\":167,\"name\":{\"154\":{},\"164\":{}},\"parent\":{}}],[\"iat\",{\"_index\":183,\"name\":{\"177\":{}},\"parent\":{}}],[\"identity\",{\"_index\":78,\"name\":{\"68\":{}},\"parent\":{}}],[\"ignoreversionidentifier\",{\"_index\":370,\"name\":{\"448\":{},\"548\":{},\"761\":{},\"860\":{}},\"parent\":{}}],[\"include\",{\"_index\":523,\"name\":{\"1045\":{}},\"parent\":{}}],[\"input\",{\"_index\":520,\"name\":{\"1042\":{}},\"parent\":{}}],[\"inputdir\",{\"_index\":501,\"name\":{\"1022\":{}},\"parent\":{}}],[\"iscollection\",{\"_index\":312,\"name\":{\"360\":{}},\"parent\":{}}],[\"isconflictingcustomfield\",{\"_index\":419,\"name\":{\"606\":{},\"926\":{}},\"parent\":{}}],[\"isemptyobject\",{\"_index\":394,\"name\":{\"553\":{},\"865\":{}},\"parent\":{}}],[\"iserrorwithcause\",{\"_index\":36,\"name\":{\"29\":{}},\"parent\":{}}],[\"isnullable\",{\"_index\":277,\"name\":{\"290\":{}},\"parent\":{}}],[\"isnullish\",{\"_index\":66,\"name\":{\"56\":{}},\"parent\":{}}],[\"isolationstrategy\",{\"_index\":125,\"name\":{\"114\":{},\"159\":{}},\"parent\":{}}],[\"isorderableedmtype\",{\"_index\":331,\"name\":{\"386\":{}},\"parent\":{}}],[\"iss\",{\"_index\":168,\"name\":{\"155\":{},\"165\":{},\"172\":{}},\"parent\":{}}],[\"isselectable\",{\"_index\":279,\"name\":{\"291\":{}},\"parent\":{}}],[\"istestdestination\",{\"_index\":152,\"name\":{\"140\":{}},\"parent\":{}}],[\"istrustingallcertificates\",{\"_index\":143,\"name\":{\"130\":{}},\"parent\":{}}],[\"isvisitedentity\",{\"_index\":417,\"name\":{\"604\":{},\"924\":{}},\"parent\":{}}],[\"jti\",{\"_index\":184,\"name\":{\"178\":{}},\"parent\":{}}],[\"jwt\",{\"_index\":166,\"name\":{\"153\":{},\"163\":{}},\"parent\":{}}],[\"jwtbearertoken\",{\"_index\":131,\"name\":{\"119\":{}},\"parent\":{}}],[\"jwtpayload\",{\"_index\":177,\"name\":{\"171\":{}},\"parent\":{}}],[\"kebabcase\",{\"_index\":92,\"name\":{\"82\":{}},\"parent\":{}}],[\"keystorename\",{\"_index\":156,\"name\":{\"144\":{}},\"parent\":{}}],[\"keystorepassword\",{\"_index\":157,\"name\":{\"145\":{}},\"parent\":{}}],[\"kibana\",{\"_index\":64,\"name\":{\"54\":{}},\"parent\":{}}],[\"label\",{\"_index\":197,\"name\":{\"192\":{}},\"parent\":{}}],[\"last\",{\"_index\":20,\"name\":{\"13\":{}},\"parent\":{}}],[\"length\",{\"_index\":338,\"name\":{\"394\":{}},\"parent\":{}}],[\"lessorequal\",{\"_index\":308,\"name\":{\"345\":{}},\"parent\":{}}],[\"lessthan\",{\"_index\":307,\"name\":{\"344\":{}},\"parent\":{}}],[\"level\",{\"_index\":58,\"name\":{\"50\":{}},\"parent\":{}}],[\"licenseinpackagejson\",{\"_index\":513,\"name\":{\"1033\":{},\"1051\":{}},\"parent\":{}}],[\"link\",{\"_index\":280,\"name\":{\"292\":{},\"667\":{},\"994\":{}},\"parent\":{}}],[\"local\",{\"_index\":65,\"name\":{\"55\":{}},\"parent\":{}}],[\"logger\",{\"_index\":60,\"name\":{\"51\":{}},\"parent\":{}}],[\"loggeroptions\",{\"_index\":57,\"name\":{\"49\":{}},\"parent\":{}}],[\"loglevel\",{\"_index\":56,\"name\":{\"48\":{}},\"parent\":{}}],[\"matchespattern\",{\"_index\":467,\"name\":{\"689\":{}},\"parent\":{}}],[\"maxdatetime\",{\"_index\":465,\"name\":{\"687\":{}},\"parent\":{}}],[\"mergedefaultdeserializerswith\",{\"_index\":439,\"name\":{\"633\":{},\"956\":{}},\"parent\":{}}],[\"mergeignorecase\",{\"_index\":73,\"name\":{\"63\":{}},\"parent\":{}}],[\"mergeleftignorecase\",{\"_index\":72,\"name\":{\"62\":{}},\"parent\":{}}],[\"mergeoptionswithpriority\",{\"_index\":233,\"name\":{\"226\":{}},\"parent\":{}}],[\"messagecontext\",{\"_index\":62,\"name\":{\"53\":{}},\"parent\":{}}],[\"messagecontextobj\",{\"_index\":61,\"name\":{\"52\":{}},\"parent\":{}}],[\"metadata\",{\"_index\":532,\"name\":{\"1056\":{}},\"parent\":{}}],[\"method\",{\"_index\":224,\"name\":{\"218\":{},\"1009\":{}},\"parent\":{}}],[\"mindatetime\",{\"_index\":466,\"name\":{\"688\":{}},\"parent\":{}}],[\"minutes\",{\"_index\":240,\"name\":{\"232\":{}},\"parent\":{}}],[\"mockalltestdestinations\",{\"_index\":543,\"name\":{\"1066\":{}},\"parent\":{}}],[\"mocktestdestination\",{\"_index\":540,\"name\":{\"1063\":{}},\"parent\":{}}],[\"muteloggers\",{\"_index\":45,\"name\":{\"37\":{}},\"parent\":{}}],[\"name\",{\"_index\":134,\"name\":{\"122\":{},\"191\":{},\"357\":{}},\"parent\":{}}],[\"nbf\",{\"_index\":182,\"name\":{\"176\":{}},\"parent\":{}}],[\"not\",{\"_index\":236,\"name\":{\"229\":{},\"668\":{},\"995\":{}},\"parent\":{}}],[\"notequals\",{\"_index\":266,\"name\":{\"266\":{},\"278\":{},\"351\":{}},\"parent\":{}}],[\"now\",{\"_index\":460,\"name\":{\"682\":{}},\"parent\":{}}],[\"odatabatchrequestbuilder\",{\"_index\":378,\"name\":{\"511\":{},\"877\":{}},\"parent\":{}}],[\"odatauri\",{\"_index\":348,\"name\":{\"406\":{},\"537\":{},\"735\":{},\"849\":{}},\"parent\":{}}],[\"odataversion\",{\"_index\":97,\"name\":{\"87\":{}},\"parent\":{}}],[\"of\",{\"_index\":124,\"name\":{\"113\":{}},\"parent\":{}}],[\"onetomanylink\",{\"_index\":289,\"name\":{\"304\":{},\"669\":{},\"996\":{}},\"parent\":{}}],[\"onetoonelink\",{\"_index\":299,\"name\":{\"324\":{},\"670\":{},\"997\":{}},\"parent\":{}}],[\"openapirequestbuilder\",{\"_index\":493,\"name\":{\"1007\":{}},\"parent\":{}}],[\"openapirequestparameters\",{\"_index\":495,\"name\":{\"1016\":{}},\"parent\":{}}],[\"optionsperservice\",{\"_index\":529,\"name\":{\"1053\":{}},\"parent\":{}}],[\"or\",{\"_index\":235,\"name\":{\"228\":{},\"671\":{},\"998\":{}},\"parent\":{}}],[\"orderableedmtypefield\",{\"_index\":303,\"name\":{\"340\":{},\"672\":{},\"999\":{}},\"parent\":{}}],[\"orderby\",{\"_index\":296,\"name\":{\"312\":{},\"329\":{},\"468\":{},\"800\":{}},\"parent\":{}}],[\"orderbys\",{\"_index\":301,\"name\":{\"326\":{}},\"parent\":{}}],[\"originalname\",{\"_index\":311,\"name\":{\"358\":{},\"382\":{},\"899\":{}},\"parent\":{}}],[\"originalproperties\",{\"_index\":151,\"name\":{\"138\":{}},\"parent\":{}}],[\"originoptions\",{\"_index\":225,\"name\":{\"219\":{}},\"parent\":{}}],[\"outputdir\",{\"_index\":503,\"name\":{\"1023\":{},\"1043\":{}},\"parent\":{}}],[\"overwrite\",{\"_index\":524,\"name\":{\"1046\":{}},\"parent\":{}}],[\"packagejson\",{\"_index\":527,\"name\":{\"1050\":{}},\"parent\":{}}],[\"packageversion\",{\"_index\":530,\"name\":{\"1054\":{}},\"parent\":{}}],[\"parameterencoder\",{\"_index\":229,\"name\":{\"222\":{}},\"parent\":{}}],[\"parsedestination\",{\"_index\":107,\"name\":{\"97\":{}},\"parent\":{}}],[\"parseproxyenv\",{\"_index\":119,\"name\":{\"108\":{}},\"parent\":{}}],[\"partition\",{\"_index\":26,\"name\":{\"19\":{}},\"parent\":{}}],[\"pascalcase\",{\"_index\":91,\"name\":{\"81\":{}},\"parent\":{}}],[\"password\",{\"_index\":141,\"name\":{\"128\":{}},\"parent\":{}}],[\"pathparameters\",{\"_index\":496,\"name\":{\"1017\":{}},\"parent\":{}}],[\"payloadmanipulator\",{\"_index\":387,\"name\":{\"541\":{},\"853\":{}},\"parent\":{}}],[\"pick\",{\"_index\":75,\"name\":{\"65\":{}},\"parent\":{}}],[\"pickignorecase\",{\"_index\":69,\"name\":{\"59\":{}},\"parent\":{}}],[\"picknonnullish\",{\"_index\":71,\"name\":{\"61\":{}},\"parent\":{}}],[\"pickvalueignorecase\",{\"_index\":70,\"name\":{\"60\":{}},\"parent\":{}}],[\"port\",{\"_index\":187,\"name\":{\"181\":{}},\"parent\":{}}],[\"processesjsgeneration\",{\"_index\":516,\"name\":{\"1036\":{}},\"parent\":{}}],[\"propertyexists\",{\"_index\":67,\"name\":{\"57\":{}},\"parent\":{}}],[\"propertymetadata\",{\"_index\":309,\"name\":{\"356\":{},\"673\":{},\"1000\":{}},\"parent\":{}}],[\"protocol\",{\"_index\":120,\"name\":{\"109\":{},\"112\":{},\"182\":{}},\"parent\":{}}],[\"proxy\",{\"_index\":189,\"name\":{\"185\":{}},\"parent\":{}}],[\"proxyconfiguration\",{\"_index\":144,\"name\":{\"131\":{},\"179\":{}},\"parent\":{}}],[\"proxyconfigurationheaders\",{\"_index\":188,\"name\":{\"184\":{}},\"parent\":{}}],[\"proxytype\",{\"_index\":138,\"name\":{\"125\":{}},\"parent\":{}}],[\"queryparameters\",{\"_index\":160,\"name\":{\"148\":{},\"1018\":{}},\"parent\":{}}],[\"readjson\",{\"_index\":44,\"name\":{\"36\":{}},\"parent\":{}}],[\"readme\",{\"_index\":531,\"name\":{\"1055\":{}},\"parent\":{}}],[\"registerdestination\",{\"_index\":205,\"name\":{\"200\":{}},\"parent\":{}}],[\"relativeurl\",{\"_index\":356,\"name\":{\"417\":{},\"433\":{},\"453\":{},\"480\":{},\"502\":{},\"523\":{},\"556\":{},\"573\":{},\"706\":{},\"722\":{},\"746\":{},\"766\":{},\"783\":{},\"811\":{},\"834\":{},\"868\":{},\"889\":{}},\"parent\":{}}],[\"remotestate\",{\"_index\":403,\"name\":{\"588\":{},\"908\":{}},\"parent\":{}}],[\"removefileextension\",{\"_index\":87,\"name\":{\"77\":{}},\"parent\":{}}],[\"removeleadingslashes\",{\"_index\":82,\"name\":{\"72\":{}},\"parent\":{}}],[\"removeslashes\",{\"_index\":80,\"name\":{\"70\":{}},\"parent\":{}}],[\"removetrailingslashes\",{\"_index\":81,\"name\":{\"71\":{}},\"parent\":{}}],[\"renamekeys\",{\"_index\":74,\"name\":{\"64\":{}},\"parent\":{}}],[\"replace\",{\"_index\":335,\"name\":{\"391\":{}},\"parent\":{}}],[\"replacewholeentitywithput\",{\"_index\":388,\"name\":{\"545\":{},\"857\":{}},\"parent\":{}}],[\"request\",{\"_index\":223,\"name\":{\"217\":{}},\"parent\":{}}],[\"requestbuilder\",{\"_index\":317,\"name\":{\"365\":{},\"375\":{},\"674\":{},\"1001\":{}},\"parent\":{}}],[\"requestconfig\",{\"_index\":226,\"name\":{\"220\":{},\"415\":{},\"431\":{},\"451\":{},\"478\":{},\"500\":{},\"521\":{},\"554\":{},\"571\":{},\"704\":{},\"720\":{},\"744\":{},\"764\":{},\"781\":{},\"809\":{},\"832\":{},\"866\":{},\"887\":{}},\"parent\":{}}],[\"requests\",{\"_index\":324,\"name\":{\"373\":{},\"515\":{},\"881\":{}},\"parent\":{}}],[\"resilienceoptions\",{\"_index\":193,\"name\":{\"187\":{}},\"parent\":{}}],[\"responsedataaccessor\",{\"_index\":351,\"name\":{\"409\":{},\"738\":{}},\"parent\":{}}],[\"responsetransformer\",{\"_index\":397,\"name\":{\"567\":{},\"700\":{},\"777\":{}},\"parent\":{}}],[\"retrievejwt\",{\"_index\":130,\"name\":{\"118\":{}},\"parent\":{}}],[\"rootcause\",{\"_index\":42,\"name\":{\"34\":{}},\"parent\":{}}],[\"s4hanacloud\",{\"_index\":518,\"name\":{\"1038\":{}},\"parent\":{}}],[\"sanitizedestination\",{\"_index\":109,\"name\":{\"99\":{}},\"parent\":{}}],[\"sanitizerecord\",{\"_index\":54,\"name\":{\"46\":{}},\"parent\":{}}],[\"sap\",{\"_index\":0,\"name\":{\"0\":{},\"1\":{},\"2\":{},\"3\":{},\"4\":{},\"5\":{},\"6\":{},\"7\":{},\"8\":{},\"9\":{},\"10\":{},\"186\":{}},\"parent\":{\"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\":{}}}],[\"sapclient\",{\"_index\":139,\"name\":{\"126\":{}},\"parent\":{}}],[\"schema\",{\"_index\":319,\"name\":{\"368\":{}},\"parent\":{}}],[\"sdk/connectivity\",{\"_index\":3,\"name\":{\"1\":{}},\"parent\":{\"97\":{},\"98\":{},\"99\":{},\"100\":{},\"102\":{},\"103\":{},\"104\":{},\"105\":{},\"106\":{},\"107\":{},\"108\":{},\"109\":{},\"112\":{},\"114\":{},\"117\":{},\"118\":{},\"119\":{},\"120\":{},\"121\":{},\"150\":{},\"161\":{},\"166\":{},\"171\":{},\"179\":{},\"184\":{},\"187\":{},\"190\":{},\"195\":{},\"197\":{},\"198\":{},\"199\":{},\"200\":{},\"201\":{},\"202\":{},\"204\":{},\"205\":{},\"206\":{},\"207\":{}}}],[\"sdk/connectivity.cachingoptions\",{\"_index\":112,\"name\":{},\"parent\":{\"101\":{}}}],[\"sdk/connectivity.destination\",{\"_index\":135,\"name\":{},\"parent\":{\"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\":{}}}],[\"sdk/connectivity.destinationaccessoroptions\",{\"_index\":173,\"name\":{},\"parent\":{\"162\":{},\"163\":{},\"164\":{},\"165\":{}}}],[\"sdk/connectivity.destinationfetchoptions\",{\"_index\":164,\"name\":{},\"parent\":{\"151\":{},\"152\":{},\"153\":{},\"154\":{},\"155\":{},\"156\":{},\"157\":{},\"158\":{},\"159\":{},\"160\":{}}}],[\"sdk/connectivity.destinationselectionstrategies\",{\"_index\":175,\"name\":{},\"parent\":{\"167\":{}}}],[\"sdk/connectivity.destinationselectionstrategies.__type\",{\"_index\":176,\"name\":{},\"parent\":{\"168\":{},\"169\":{},\"170\":{}}}],[\"sdk/connectivity.destinationselectionstrategy\",{\"_index\":208,\"name\":{},\"parent\":{\"203\":{}}}],[\"sdk/connectivity.isolationstrategy\",{\"_index\":127,\"name\":{},\"parent\":{\"115\":{},\"116\":{}}}],[\"sdk/connectivity.jwtpayload\",{\"_index\":178,\"name\":{},\"parent\":{\"172\":{},\"173\":{},\"174\":{},\"175\":{},\"176\":{},\"177\":{},\"178\":{}}}],[\"sdk/connectivity.protocol\",{\"_index\":122,\"name\":{},\"parent\":{\"110\":{},\"111\":{},\"113\":{}}}],[\"sdk/connectivity.proxyconfiguration\",{\"_index\":186,\"name\":{},\"parent\":{\"180\":{},\"181\":{},\"182\":{},\"183\":{}}}],[\"sdk/connectivity.proxyconfigurationheaders\",{\"_index\":191,\"name\":{},\"parent\":{\"185\":{},\"186\":{}}}],[\"sdk/connectivity.resilienceoptions\",{\"_index\":194,\"name\":{},\"parent\":{\"188\":{},\"189\":{}}}],[\"sdk/connectivity.service\",{\"_index\":196,\"name\":{},\"parent\":{\"191\":{},\"192\":{},\"193\":{},\"194\":{}}}],[\"sdk/connectivity.verifyjwtoptions\",{\"_index\":201,\"name\":{},\"parent\":{\"196\":{}}}],[\"sdk/generator\",{\"_index\":11,\"name\":{\"7\":{}},\"parent\":{\"1020\":{},\"1021\":{}}}],[\"sdk/generator.generatoroptions\",{\"_index\":502,\"name\":{},\"parent\":{\"1022\":{},\"1023\":{},\"1024\":{},\"1025\":{},\"1026\":{},\"1027\":{},\"1028\":{},\"1029\":{},\"1030\":{},\"1031\":{},\"1032\":{},\"1033\":{},\"1034\":{},\"1035\":{},\"1036\":{},\"1037\":{},\"1038\":{},\"1039\":{}}}],[\"sdk/http\",{\"_index\":4,\"name\":{\"2\":{}},\"parent\":{\"208\":{},\"209\":{},\"210\":{},\"211\":{},\"212\":{},\"213\":{},\"214\":{},\"215\":{},\"216\":{},\"217\":{},\"218\":{},\"219\":{},\"220\":{},\"221\":{},\"222\":{},\"223\":{},\"224\":{},\"225\":{},\"226\":{}}}],[\"sdk/odata\",{\"_index\":6,\"name\":{\"3\":{},\"4\":{},\"5\":{}},\"parent\":{\"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\":{}}}],[\"sdk/openapi\",{\"_index\":10,\"name\":{\"6\":{},\"8\":{}},\"parent\":{\"1007\":{},\"1016\":{},\"1040\":{},\"1041\":{},\"1042\":{},\"1043\":{},\"1044\":{},\"1045\":{},\"1046\":{},\"1047\":{},\"1048\":{},\"1049\":{},\"1050\":{},\"1051\":{},\"1052\":{},\"1053\":{},\"1054\":{},\"1055\":{},\"1056\":{},\"1057\":{}}}],[\"sdk/openapi.openapirequestbuilder\",{\"_index\":494,\"name\":{},\"parent\":{\"1008\":{},\"1009\":{},\"1010\":{},\"1011\":{},\"1012\":{},\"1013\":{},\"1014\":{},\"1015\":{}}}],[\"sdk/openapi.openapirequestparameters\",{\"_index\":497,\"name\":{},\"parent\":{\"1017\":{},\"1018\":{},\"1019\":{}}}],[\"sdk/temporal\",{\"_index\":15,\"name\":{\"10\":{}},\"parent\":{\"1068\":{},\"1069\":{},\"1070\":{},\"1071\":{},\"1072\":{},\"1073\":{},\"1074\":{},\"1075\":{},\"1076\":{},\"1077\":{},\"1078\":{}}}],[\"sdk/test\",{\"_index\":13,\"name\":{\"9\":{}},\"parent\":{\"1058\":{},\"1059\":{},\"1060\":{},\"1061\":{},\"1062\":{},\"1063\":{},\"1064\":{},\"1065\":{},\"1066\":{},\"1067\":{}}}],[\"sdk/util\",{\"_index\":2,\"name\":{\"0\":{}},\"parent\":{\"11\":{},\"12\":{},\"13\":{},\"14\":{},\"15\":{},\"16\":{},\"17\":{},\"18\":{},\"19\":{},\"20\":{},\"21\":{},\"22\":{},\"23\":{},\"24\":{},\"25\":{},\"26\":{},\"27\":{},\"28\":{},\"29\":{},\"30\":{},\"35\":{},\"36\":{},\"37\":{},\"38\":{},\"39\":{},\"40\":{},\"41\":{},\"42\":{},\"43\":{},\"44\":{},\"45\":{},\"46\":{},\"47\":{},\"48\":{},\"49\":{},\"52\":{},\"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\":{},\"96\":{}}}],[\"sdk/util.errorwithcause\",{\"_index\":39,\"name\":{},\"parent\":{\"31\":{},\"32\":{},\"33\":{},\"34\":{}}}],[\"sdk/util.loggeroptions\",{\"_index\":59,\"name\":{},\"parent\":{\"50\":{},\"51\":{}}}],[\"sdk/util.messagecontextobj\",{\"_index\":63,\"name\":{},\"parent\":{\"53\":{}}}],[\"sdk/util.uniquenamegenerator\",{\"_index\":100,\"name\":{},\"parent\":{\"90\":{},\"91\":{},\"92\":{},\"93\":{},\"94\":{},\"95\":{}}}],[\"sdkafterversionscript\",{\"_index\":517,\"name\":{\"1037\":{}},\"parent\":{}}],[\"seconds\",{\"_index\":241,\"name\":{\"233\":{}},\"parent\":{}}],[\"select\",{\"_index\":286,\"name\":{\"301\":{},\"322\":{},\"338\":{},\"467\":{},\"494\":{},\"799\":{},\"826\":{}},\"parent\":{}}],[\"selectable\",{\"_index\":246,\"name\":{\"238\":{}},\"parent\":{}}],[\"selectionstrategy\",{\"_index\":165,\"name\":{\"152\":{},\"162\":{}},\"parent\":{}}],[\"serializer\",{\"_index\":349,\"name\":{\"407\":{},\"736\":{}},\"parent\":{}}],[\"serializers\",{\"_index\":17,\"name\":{\"10\":{}},\"parent\":{\"1068\":{},\"1073\":{}}}],[\"serializers.temporaldeserializersv2\",{\"_index\":546,\"name\":{},\"parent\":{\"1069\":{}}}],[\"serializers.temporaldeserializersv2.__type\",{\"_index\":547,\"name\":{},\"parent\":{\"1070\":{},\"1071\":{},\"1072\":{}}}],[\"serializers.temporaldeserializersv4\",{\"_index\":549,\"name\":{},\"parent\":{\"1074\":{}}}],[\"serializers.temporaldeserializersv4.__type\",{\"_index\":550,\"name\":{},\"parent\":{\"1075\":{},\"1076\":{},\"1077\":{},\"1078\":{}}}],[\"service\",{\"_index\":195,\"name\":{\"190\":{}},\"parent\":{}}],[\"servicecredentials\",{\"_index\":211,\"name\":{\"206\":{}},\"parent\":{}}],[\"servicemapping\",{\"_index\":504,\"name\":{\"1024\":{}},\"parent\":{}}],[\"servicetoken\",{\"_index\":132,\"name\":{\"120\":{}},\"parent\":{}}],[\"setcustomfield\",{\"_index\":409,\"name\":{\"595\":{},\"915\":{}},\"parent\":{}}],[\"setcustomfields\",{\"_index\":411,\"name\":{\"597\":{},\"917\":{}},\"parent\":{}}],[\"setcustomservicepath\",{\"_index\":359,\"name\":{\"421\":{},\"437\":{},\"457\":{},\"484\":{},\"506\":{},\"527\":{},\"560\":{},\"577\":{},\"710\":{},\"726\":{},\"750\":{},\"770\":{},\"787\":{},\"815\":{},\"838\":{},\"872\":{},\"893\":{}},\"parent\":{}}],[\"setgloballoglevel\",{\"_index\":52,\"name\":{\"44\":{}},\"parent\":{}}],[\"setignoredfields\",{\"_index\":390,\"name\":{\"547\":{},\"859\":{}},\"parent\":{}}],[\"setloglevel\",{\"_index\":51,\"name\":{\"43\":{}},\"parent\":{}}],[\"setorinitializeremotestate\",{\"_index\":412,\"name\":{\"599\":{},\"919\":{}},\"parent\":{}}],[\"setrequiredfields\",{\"_index\":389,\"name\":{\"546\":{},\"858\":{}},\"parent\":{}}],[\"settestdestination\",{\"_index\":541,\"name\":{\"1064\":{}},\"parent\":{}}],[\"setversionidentifier\",{\"_index\":369,\"name\":{\"444\":{},\"549\":{},\"598\":{},\"758\":{},\"861\":{},\"918\":{}},\"parent\":{}}],[\"skip\",{\"_index\":298,\"name\":{\"314\":{},\"470\":{},\"802\":{}},\"parent\":{}}],[\"skipcsrftokenfetching\",{\"_index\":362,\"name\":{\"424\":{},\"440\":{},\"460\":{},\"487\":{},\"509\":{},\"530\":{},\"563\":{},\"580\":{},\"713\":{},\"729\":{},\"753\":{},\"773\":{},\"790\":{},\"818\":{},\"841\":{},\"875\":{},\"896\":{},\"1012\":{}},\"parent\":{}}],[\"skipvalidation\",{\"_index\":525,\"name\":{\"1048\":{}},\"parent\":{}}],[\"splitinchunks\",{\"_index\":22,\"name\":{\"15\":{}},\"parent\":{}}],[\"status\",{\"_index\":222,\"name\":{\"215\":{}},\"parent\":{}}],[\"sub\",{\"_index\":179,\"name\":{\"173\":{}},\"parent\":{}}],[\"subscriberfirst\",{\"_index\":118,\"name\":{\"107\":{},\"170\":{}},\"parent\":{}}],[\"substring\",{\"_index\":336,\"name\":{\"392\":{}},\"parent\":{}}],[\"substringof\",{\"_index\":337,\"name\":{\"393\":{}},\"parent\":{}}],[\"systemsfilepath\",{\"_index\":537,\"name\":{\"1061\":{}},\"parent\":{}}],[\"systemuser\",{\"_index\":158,\"name\":{\"146\":{}},\"parent\":{}}],[\"tags\",{\"_index\":198,\"name\":{\"193\":{}},\"parent\":{}}],[\"temporaldeserializersv2\",{\"_index\":545,\"name\":{\"1068\":{}},\"parent\":{}}],[\"temporaldeserializersv4\",{\"_index\":548,\"name\":{\"1073\":{}},\"parent\":{}}],[\"tenant\",{\"_index\":126,\"name\":{\"115\":{}},\"parent\":{}}],[\"tenant_user\",{\"_index\":128,\"name\":{\"116\":{}},\"parent\":{}}],[\"throwerrorwhenreturntypeisuniontype\",{\"_index\":330,\"name\":{\"385\":{},\"675\":{},\"1002\":{}},\"parent\":{}}],[\"time\",{\"_index\":237,\"name\":{\"230\":{},\"676\":{},\"1003\":{}},\"parent\":{}}],[\"timeout\",{\"_index\":170,\"name\":{\"158\":{},\"189\":{},\"419\":{},\"435\":{},\"455\":{},\"482\":{},\"504\":{},\"525\":{},\"558\":{},\"575\":{},\"708\":{},\"724\":{},\"748\":{},\"768\":{},\"785\":{},\"813\":{},\"836\":{},\"870\":{},\"891\":{},\"1013\":{}},\"parent\":{}}],[\"titleformat\",{\"_index\":90,\"name\":{\"80\":{}},\"parent\":{}}],[\"todestinationnameurl\",{\"_index\":108,\"name\":{\"98\":{}},\"parent\":{}}],[\"tojson\",{\"_index\":416,\"name\":{\"603\":{},\"923\":{}},\"parent\":{}}],[\"tokenservicepassword\",{\"_index\":149,\"name\":{\"136\":{}},\"parent\":{}}],[\"tokenserviceurl\",{\"_index\":147,\"name\":{\"134\":{}},\"parent\":{}}],[\"tokenserviceuser\",{\"_index\":148,\"name\":{\"135\":{}},\"parent\":{}}],[\"top\",{\"_index\":297,\"name\":{\"313\":{},\"469\":{},\"801\":{}},\"parent\":{}}],[\"tosanitizedobject\",{\"_index\":68,\"name\":{\"58\":{}},\"parent\":{}}],[\"totaloffsetminutes\",{\"_index\":464,\"name\":{\"686\":{}},\"parent\":{}}],[\"transformreturnvalueforcomplextype\",{\"_index\":339,\"name\":{\"395\":{},\"691\":{}},\"parent\":{}}],[\"transformreturnvalueforcomplextypelist\",{\"_index\":340,\"name\":{\"396\":{},\"692\":{}},\"parent\":{}}],[\"transformreturnvalueforedmtype\",{\"_index\":341,\"name\":{\"397\":{},\"693\":{}},\"parent\":{}}],[\"transformreturnvalueforedmtypelist\",{\"_index\":342,\"name\":{\"398\":{},\"694\":{}},\"parent\":{}}],[\"transformreturnvalueforentity\",{\"_index\":343,\"name\":{\"399\":{},\"695\":{}},\"parent\":{}}],[\"transformreturnvalueforentitylist\",{\"_index\":344,\"name\":{\"400\":{},\"696\":{}},\"parent\":{}}],[\"transformreturnvalueforundefined\",{\"_index\":345,\"name\":{\"401\":{},\"697\":{}},\"parent\":{}}],[\"transformvariadicargumenttoarray\",{\"_index\":24,\"name\":{\"17\":{},\"389\":{},\"679\":{},\"1006\":{}},\"parent\":{}}],[\"transpile\",{\"_index\":522,\"name\":{\"1044\":{}},\"parent\":{}}],[\"trim\",{\"_index\":86,\"name\":{\"76\":{}},\"parent\":{}}],[\"trimleft\",{\"_index\":84,\"name\":{\"74\":{}},\"parent\":{}}],[\"trimright\",{\"_index\":85,\"name\":{\"75\":{}},\"parent\":{}}],[\"truststorecertificate\",{\"_index\":155,\"name\":{\"143\":{}},\"parent\":{}}],[\"tsconfig\",{\"_index\":526,\"name\":{\"1049\":{}},\"parent\":{}}],[\"type\",{\"_index\":150,\"name\":{\"137\":{},\"359\":{}},\"parent\":{}}],[\"unique\",{\"_index\":19,\"name\":{\"12\":{}},\"parent\":{}}],[\"uniquenamegenerator\",{\"_index\":99,\"name\":{\"89\":{}},\"parent\":{}}],[\"unixeol\",{\"_index\":94,\"name\":{\"84\":{}},\"parent\":{}}],[\"unmockalltestdestinations\",{\"_index\":544,\"name\":{\"1067\":{}},\"parent\":{}}],[\"unmocktestdestination\",{\"_index\":542,\"name\":{\"1065\":{}},\"parent\":{}}],[\"unmuteloggers\",{\"_index\":46,\"name\":{\"38\":{}},\"parent\":{}}],[\"updaterequestbuilder\",{\"_index\":383,\"name\":{\"531\":{},\"843\":{}},\"parent\":{}}],[\"uppercasesnakecase\",{\"_index\":88,\"name\":{\"78\":{}},\"parent\":{}}],[\"url\",{\"_index\":136,\"name\":{\"123\":{},\"416\":{},\"432\":{},\"452\":{},\"479\":{},\"501\":{},\"522\":{},\"555\":{},\"572\":{},\"705\":{},\"721\":{},\"745\":{},\"765\":{},\"782\":{},\"810\":{},\"833\":{},\"867\":{},\"888\":{}},\"parent\":{}}],[\"usecache\",{\"_index\":111,\"name\":{\"101\":{},\"156\":{}},\"parent\":{}}],[\"useorfetchdestination\",{\"_index\":114,\"name\":{\"103\":{}},\"parent\":{}}],[\"username\",{\"_index\":140,\"name\":{\"127\":{}},\"parent\":{}}],[\"useswagger\",{\"_index\":505,\"name\":{\"1025\":{}},\"parent\":{}}],[\"util\",{\"_index\":14,\"name\":{\"9\":{}},\"parent\":{\"1058\":{},\"1059\":{},\"1060\":{},\"1063\":{},\"1064\":{},\"1065\":{},\"1066\":{},\"1067\":{}}}],[\"util.gettestdestinationoptions\",{\"_index\":538,\"name\":{},\"parent\":{\"1061\":{},\"1062\":{}}}],[\"v2\",{\"_index\":8,\"name\":{\"4\":{}},\"parent\":{\"390\":{},\"391\":{},\"392\":{},\"393\":{},\"394\":{},\"395\":{},\"396\":{},\"397\":{},\"398\":{},\"399\":{},\"400\":{},\"401\":{},\"402\":{},\"426\":{},\"442\":{},\"462\":{},\"489\":{},\"511\":{},\"531\":{},\"565\":{},\"582\":{},\"608\":{},\"630\":{},\"631\":{},\"632\":{},\"633\":{},\"634\":{},\"635\":{},\"636\":{},\"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\":{}}}],[\"v2.countrequestbuilder\",{\"_index\":365,\"name\":{},\"parent\":{\"427\":{},\"428\":{},\"429\":{},\"430\":{},\"431\":{},\"432\":{},\"433\":{},\"434\":{},\"435\":{},\"436\":{},\"437\":{},\"438\":{},\"439\":{},\"440\":{},\"441\":{}}}],[\"v2.createrequestbuilder\",{\"_index\":347,\"name\":{},\"parent\":{\"403\":{},\"404\":{},\"405\":{},\"406\":{},\"407\":{},\"408\":{},\"409\":{},\"410\":{},\"411\":{},\"412\":{},\"413\":{},\"414\":{},\"415\":{},\"416\":{},\"417\":{},\"418\":{},\"419\":{},\"420\":{},\"421\":{},\"422\":{},\"423\":{},\"424\":{},\"425\":{}}}],[\"v2.customfield\",{\"_index\":421,\"name\":{},\"parent\":{\"609\":{},\"610\":{},\"611\":{},\"612\":{},\"613\":{},\"614\":{},\"615\":{},\"616\":{},\"617\":{},\"618\":{},\"619\":{},\"620\":{},\"621\":{},\"622\":{},\"623\":{},\"624\":{},\"625\":{},\"626\":{},\"627\":{},\"628\":{},\"629\":{}}}],[\"v2.deleterequestbuilder\",{\"_index\":368,\"name\":{},\"parent\":{\"443\":{},\"444\":{},\"445\":{},\"446\":{},\"447\":{},\"448\":{},\"449\":{},\"450\":{},\"451\":{},\"452\":{},\"453\":{},\"454\":{},\"455\":{},\"456\":{},\"457\":{},\"458\":{},\"459\":{},\"460\":{},\"461\":{}}}],[\"v2.deserializers\",{\"_index\":442,\"name\":{},\"parent\":{\"637\":{},\"638\":{},\"639\":{},\"640\":{},\"641\":{},\"642\":{},\"643\":{},\"644\":{},\"645\":{},\"646\":{},\"647\":{},\"648\":{},\"649\":{},\"650\":{},\"651\":{},\"652\":{},\"653\":{}}}],[\"v2.entity\",{\"_index\":399,\"name\":{},\"parent\":{\"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\":{}}}],[\"v2.functionimportrequestbuilder\",{\"_index\":396,\"name\":{},\"parent\":{\"566\":{},\"567\":{},\"568\":{},\"569\":{},\"570\":{},\"571\":{},\"572\":{},\"573\":{},\"574\":{},\"575\":{},\"576\":{},\"577\":{},\"578\":{},\"579\":{},\"580\":{},\"581\":{}}}],[\"v2.getallrequestbuilder\",{\"_index\":372,\"name\":{},\"parent\":{\"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\":{}}}],[\"v2.getbykeyrequestbuilder\",{\"_index\":377,\"name\":{},\"parent\":{\"490\":{},\"491\":{},\"492\":{},\"493\":{},\"494\":{},\"495\":{},\"496\":{},\"497\":{},\"498\":{},\"499\":{},\"500\":{},\"501\":{},\"502\":{},\"503\":{},\"504\":{},\"505\":{},\"506\":{},\"507\":{},\"508\":{},\"509\":{},\"510\":{}}}],[\"v2.odatabatchrequestbuilder\",{\"_index\":379,\"name\":{},\"parent\":{\"512\":{},\"513\":{},\"514\":{},\"515\":{},\"516\":{},\"517\":{},\"518\":{},\"519\":{},\"520\":{},\"521\":{},\"522\":{},\"523\":{},\"524\":{},\"525\":{},\"526\":{},\"527\":{},\"528\":{},\"529\":{},\"530\":{}}}],[\"v2.updaterequestbuilder\",{\"_index\":384,\"name\":{},\"parent\":{\"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\":{}}}],[\"v4\",{\"_index\":9,\"name\":{\"5\":{}},\"parent\":{\"680\":{},\"681\":{},\"682\":{},\"683\":{},\"684\":{},\"685\":{},\"686\":{},\"687\":{},\"688\":{},\"689\":{},\"690\":{},\"691\":{},\"692\":{},\"693\":{},\"694\":{},\"695\":{},\"696\":{},\"697\":{},\"698\":{},\"715\":{},\"731\":{},\"755\":{},\"775\":{},\"792\":{},\"820\":{},\"843\":{},\"877\":{},\"897\":{},\"902\":{},\"928\":{},\"951\":{},\"952\":{},\"953\":{},\"954\":{},\"955\":{},\"956\":{},\"957\":{},\"958\":{},\"959\":{},\"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\":{}}}],[\"v4.actionimportparameter\",{\"_index\":480,\"name\":{},\"parent\":{\"898\":{},\"899\":{},\"900\":{},\"901\":{}}}],[\"v4.actionimportrequestbuilder\",{\"_index\":470,\"name\":{},\"parent\":{\"699\":{},\"700\":{},\"701\":{},\"702\":{},\"703\":{},\"704\":{},\"705\":{},\"706\":{},\"707\":{},\"708\":{},\"709\":{},\"710\":{},\"711\":{},\"712\":{},\"713\":{},\"714\":{}}}],[\"v4.countrequestbuilder\",{\"_index\":471,\"name\":{},\"parent\":{\"716\":{},\"717\":{},\"718\":{},\"719\":{},\"720\":{},\"721\":{},\"722\":{},\"723\":{},\"724\":{},\"725\":{},\"726\":{},\"727\":{},\"728\":{},\"729\":{},\"730\":{}}}],[\"v4.createrequestbuilder\",{\"_index\":472,\"name\":{},\"parent\":{\"732\":{},\"733\":{},\"734\":{},\"735\":{},\"736\":{},\"737\":{},\"738\":{},\"739\":{},\"740\":{},\"741\":{},\"742\":{},\"743\":{},\"744\":{},\"745\":{},\"746\":{},\"747\":{},\"748\":{},\"749\":{},\"750\":{},\"751\":{},\"752\":{},\"753\":{},\"754\":{}}}],[\"v4.customfield\",{\"_index\":482,\"name\":{},\"parent\":{\"929\":{},\"930\":{},\"931\":{},\"932\":{},\"933\":{},\"934\":{},\"935\":{},\"936\":{},\"937\":{},\"938\":{},\"939\":{},\"940\":{},\"941\":{},\"942\":{},\"943\":{},\"944\":{},\"945\":{},\"946\":{},\"947\":{},\"948\":{},\"949\":{},\"950\":{}}}],[\"v4.deleterequestbuilder\",{\"_index\":473,\"name\":{},\"parent\":{\"756\":{},\"757\":{},\"758\":{},\"759\":{},\"760\":{},\"761\":{},\"762\":{},\"763\":{},\"764\":{},\"765\":{},\"766\":{},\"767\":{},\"768\":{},\"769\":{},\"770\":{},\"771\":{},\"772\":{},\"773\":{},\"774\":{}}}],[\"v4.deserializers\",{\"_index\":489,\"name\":{},\"parent\":{\"960\":{},\"961\":{},\"962\":{},\"963\":{},\"964\":{},\"965\":{},\"966\":{},\"967\":{},\"968\":{},\"969\":{},\"970\":{},\"971\":{},\"972\":{},\"973\":{},\"974\":{},\"975\":{},\"976\":{},\"977\":{},\"978\":{}}}],[\"v4.entity\",{\"_index\":481,\"name\":{},\"parent\":{\"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\":{}}}],[\"v4.functionimportrequestbuilder\",{\"_index\":474,\"name\":{},\"parent\":{\"776\":{},\"777\":{},\"778\":{},\"779\":{},\"780\":{},\"781\":{},\"782\":{},\"783\":{},\"784\":{},\"785\":{},\"786\":{},\"787\":{},\"788\":{},\"789\":{},\"790\":{},\"791\":{}}}],[\"v4.getallrequestbuilder\",{\"_index\":475,\"name\":{},\"parent\":{\"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\":{}}}],[\"v4.getbykeyrequestbuilder\",{\"_index\":476,\"name\":{},\"parent\":{\"821\":{},\"822\":{},\"823\":{},\"824\":{},\"825\":{},\"826\":{},\"827\":{},\"828\":{},\"829\":{},\"830\":{},\"831\":{},\"832\":{},\"833\":{},\"834\":{},\"835\":{},\"836\":{},\"837\":{},\"838\":{},\"839\":{},\"840\":{},\"841\":{},\"842\":{}}}],[\"v4.odatabatchrequestbuilder\",{\"_index\":478,\"name\":{},\"parent\":{\"878\":{},\"879\":{},\"880\":{},\"881\":{},\"882\":{},\"883\":{},\"884\":{},\"885\":{},\"886\":{},\"887\":{},\"888\":{},\"889\":{},\"890\":{},\"891\":{},\"892\":{},\"893\":{},\"894\":{},\"895\":{},\"896\":{}}}],[\"v4.updaterequestbuilder\",{\"_index\":477,\"name\":{},\"parent\":{\"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\":{}}}],[\"value\",{\"_index\":329,\"name\":{\"384\":{},\"901\":{}},\"parent\":{}}],[\"value_is_undefined\",{\"_index\":32,\"name\":{\"25\":{}},\"parent\":{}}],[\"variadicargumenttoarray\",{\"_index\":23,\"name\":{\"16\":{}},\"parent\":{}}],[\"verbose\",{\"_index\":528,\"name\":{\"1052\":{}},\"parent\":{}}],[\"verifyjwtoptions\",{\"_index\":200,\"name\":{\"195\":{}},\"parent\":{}}],[\"versionidentifier\",{\"_index\":406,\"name\":{\"592\":{},\"912\":{}},\"parent\":{}}],[\"versioninpackagejson\",{\"_index\":512,\"name\":{\"1032\":{}},\"parent\":{}}],[\"webeol\",{\"_index\":95,\"name\":{\"85\":{}},\"parent\":{}}],[\"withsubrequestpathtype\",{\"_index\":381,\"name\":{\"517\":{},\"883\":{}},\"parent\":{}}],[\"writereadme\",{\"_index\":506,\"name\":{\"1026\":{}},\"parent\":{}}],[\"xor\",{\"_index\":98,\"name\":{\"88\":{}},\"parent\":{}}],[\"zip\",{\"_index\":25,\"name\":{\"18\":{}},\"parent\":{}}]],\"pipeline\":[]}}"); \ No newline at end of file diff --git a/docs/api/2.4.0/assets/style.css b/docs/api/2.4.0/assets/style.css new file mode 100644 index 0000000000..6127b27cda --- /dev/null +++ b/docs/api/2.4.0/assets/style.css @@ -0,0 +1,1414 @@ +@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, +h2, +h3, +h4, +h5, +h6 { + line-height: 1.2; +} + +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 .col-content { + width: 72%; + } + html .col-menu { + width: 28%; + } + html .tsd-navigation { + padding-left: 10px; + } +} +@media (max-width: 900px) { + html .col-content { + float: none; + width: 100%; + } + html .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 .col-menu > *:last-child { + padding-bottom: 20px; + } + html .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; + } + + .to-has-menu .overlay { + animation: fade-in 0.4s; + } + + .to-has-menu :is(header, footer, .col-content) { + animation: shift-to-left 0.4s; + } + + .to-has-menu .col-menu { + animation: pop-in-from-right 0.4s; + } + + .from-has-menu .overlay { + animation: fade-out 0.4s; + } + + .from-has-menu :is(header, footer, .col-content) { + animation: unshift-to-left 0.4s; + } + + .from-has-menu .col-menu { + animation: pop-out-to-right 0.4s; + } + + .has-menu body { + overflow: hidden; + } + .has-menu .overlay { + visibility: visible; + } + .has-menu :is(header, footer, .col-content) { + transform: translate(-25%, 0); + } + .has-menu .col-menu { + visibility: visible; + transform: translate(0, 0); + display: grid; + grid-template-rows: auto 1fr; + max-height: 100vh; + } + .has-menu .tsd-navigation { + max-height: 100%; + } +} + +.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:after { + content: ""; + display: table; +} +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: 0.25em 0.4em; + border-radius: 4px; + color: var(--color-comment-tag-text); + background-color: var(--color-comment-tag); + text-indent: 0; + font-size: 75%; + line-height: 1; + 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: 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%; +} + +.tsd-anchor-icon { + margin-left: 10px; + vertical-align: middle; + color: var(--color-text); +} + +.tsd-anchor-icon svg { + width: 1em; + height: 1em; + visibility: hidden; +} + +.tsd-anchor-link:hover > .tsd-anchor-icon svg { + visibility: visible; +} diff --git a/docs/api/2.4.0/assets/widgets.png b/docs/api/2.4.0/assets/widgets.png new file mode 100644 index 0000000000..c7380532ac Binary files /dev/null and b/docs/api/2.4.0/assets/widgets.png differ diff --git a/docs/api/2.4.0/assets/widgets@2x.png b/docs/api/2.4.0/assets/widgets@2x.png new file mode 100644 index 0000000000..4bbbd57272 Binary files /dev/null and b/docs/api/2.4.0/assets/widgets@2x.png differ diff --git a/docs/api/2.4.0/classes/sap_cloud_sdk_odata_common.AllFields.html b/docs/api/2.4.0/classes/sap_cloud_sdk_odata_common.AllFields.html new file mode 100644 index 0000000000..26cc12ee4b --- /dev/null +++ b/docs/api/2.4.0/classes/sap_cloud_sdk_odata_common.AllFields.html @@ -0,0 +1,6 @@ + +AllFields | SAP Cloud SDK for JavaScript / TypeScript - v2.4.0
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

Represents the selection of all fields. +This field should be used in the schema of entities.

+

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

+

Type parameters

  • EntityT: EntityBase

Hierarchy

  • AllFields

Index

Constructors

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

    • EntityT: EntityBase<EntityT>

    Parameters

    • _fieldName: string
    • _entityConstructor: Constructable<EntityT>

    Returns AllFields<EntityT>

Properties

_entityConstructor: Constructable<EntityT>
_fieldName: string
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/2.4.0/classes/sap_cloud_sdk_odata_common.BatchChangeSet.html b/docs/api/2.4.0/classes/sap_cloud_sdk_odata_common.BatchChangeSet.html new file mode 100644 index 0000000000..a0c2107028 --- /dev/null +++ b/docs/api/2.4.0/classes/sap_cloud_sdk_odata_common.BatchChangeSet.html @@ -0,0 +1,11 @@ + +BatchChangeSet | SAP Cloud SDK for JavaScript / TypeScript - v2.4.0
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

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

+

Type parameters

  • DeSerializersT: DeSerializers = DefaultDeSerializers

Hierarchy

  • BatchChangeSet

Index

Constructors

Properties

Constructors

  • new BatchChangeSet<DeSerializersT>(requests: (CreateRequestBuilderBase<EntityBase, DeSerializersT> | UpdateRequestBuilderBase<EntityBase, DeSerializersT> | DeleteRequestBuilderBase<EntityBase, DeSerializersT>)[], boundary?: string): BatchChangeSet<DeSerializersT>
  • +

    Create an instance of BatchChangeSet.

    +

    Type parameters

    • DeSerializersT: DeSerializers<any, any, any, any, any, any, any, any, any, any, any, any, any, any, DeSerializersT> = DefaultDeSerializers

    Parameters

    • requests: (CreateRequestBuilderBase<EntityBase, DeSerializersT> | UpdateRequestBuilderBase<EntityBase, DeSerializersT> | DeleteRequestBuilderBase<EntityBase, DeSerializersT>)[]
      +

      Requests to combine to one change set.

      +
    • Optional boundary: string
      +

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

      +

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

      +

    Returns BatchChangeSet<DeSerializersT>

Properties

boundary: string
requests: (CreateRequestBuilderBase<EntityBase, DeSerializersT> | UpdateRequestBuilderBase<EntityBase, DeSerializersT> | DeleteRequestBuilderBase<EntityBase, DeSerializersT>)[]

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/2.4.0/classes/sap_cloud_sdk_odata_common.CollectionField.html b/docs/api/2.4.0/classes/sap_cloud_sdk_odata_common.CollectionField.html new file mode 100644 index 0000000000..9f69460e9d --- /dev/null +++ b/docs/api/2.4.0/classes/sap_cloud_sdk_odata_common.CollectionField.html @@ -0,0 +1,28 @@ + +CollectionField | SAP Cloud SDK for JavaScript / TypeScript - v2.4.0
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class CollectionField<EntityT, DeSerializersT, 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.

    +
  • DeSerializersT: DeSerializers

    +

    Type of the (de-)serializers.

    +
  • 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

  • new CollectionField<EntityT, DeSerializersT, CollectionFieldT, NullableT, SelectableT>(fieldName: string, _fieldOf: ConstructorOrField<EntityT, any>, _fieldType: CollectionFieldType<CollectionFieldT>, fieldOptions?: FieldOptions<NullableT, SelectableT>): CollectionField<EntityT, DeSerializersT, CollectionFieldT, NullableT, SelectableT>
  • +

    Creates an instance of CollectionField.

    +

    Type parameters

    • EntityT: EntityBase<EntityT>

    • DeSerializersT: DeSerializers<any, any, any, any, any, any, any, any, any, any, any, any, any, any, DeSerializersT>

    • CollectionFieldT: Record<string, any> | EdmTypeCommon | ExclusiveEdmTypeV2 | ExclusiveEdmTypeV4 = any

    • 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.

      +
    • _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, DeSerializersT, CollectionFieldT, NullableT, SelectableT>

Properties

_deSerializers: DeSerializersT
_entityConstructor: Constructable<EntityT>
_fieldName: string
_fieldOf: ConstructorOrField<EntityT, any>
_fieldOptions: Required<FieldOptions<NullableT, SelectableT>>
_fieldType: CollectionFieldType<CollectionFieldT>

Methods

  • fieldPath(): string
  • +

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

    +

    Returns string

    The path to the complex type property.

    +

    Copyright Ⓒ 2022 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/2.4.0/classes/sap_cloud_sdk_odata_common.ComplexTypeField.html b/docs/api/2.4.0/classes/sap_cloud_sdk_odata_common.ComplexTypeField.html new file mode 100644 index 0000000000..5271fbb7f7 --- /dev/null +++ b/docs/api/2.4.0/classes/sap_cloud_sdk_odata_common.ComplexTypeField.html @@ -0,0 +1,39 @@ + +ComplexTypeField | SAP Cloud SDK for JavaScript / TypeScript - v2.4.0
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class ComplexTypeField<EntityT, DeSerializersT, ComplexT, NullableT, SelectableT> Abstract

+

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.

    +
  • DeSerializersT: DeSerializers

    +

    Type of the (de-)serializers.

    +
  • 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

  • new ComplexTypeField<EntityT, DeSerializersT, ComplexT, NullableT, SelectableT>(fieldName: string, fieldOf: ConstructorOrField<EntityT, ComplexT>, deSerializers: DeSerializersT, _complexType: ComplexTypeNamespace<ComplexT>, fieldOptions?: FieldOptions<NullableT, SelectableT>): ComplexTypeField<EntityT, DeSerializersT, ComplexT, NullableT, SelectableT>
  • +

    Creates an instance of ComplexTypeField.

    +

    Type parameters

    • EntityT: EntityBase<EntityT>

    • DeSerializersT: DeSerializers<any, any, any, any, any, any, any, any, any, any, any, any, any, any, DeSerializersT>

    • 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.

      +
    • deSerializers: DeSerializersT
      +

      (De-)serializers used for transformation.

      +
    • _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, DeSerializersT, ComplexT, NullableT, SelectableT>

Properties

_complexType: ComplexTypeNamespace<ComplexT>
_entityConstructor: Constructable<EntityT>
_fieldName: string
_fieldOptions: Required<FieldOptions<NullableT, SelectableT>>
complexTypeName?: string
internal

Note that this property is crucial, although not really used. +If it is removed this class becomes structural equivalent to e.g. ComplexTypeStringPropertyField which leads to unexpected behavior on the selectable list of objects.

+
deSerializers: DeSerializersT
fieldOf: ConstructorOrField<EntityT, ComplexT>

Methods

  • fieldPath(): string
  • +

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

    +

    Returns string

    The path to the complex type property.

    +

    Copyright Ⓒ 2022 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/2.4.0/classes/sap_cloud_sdk_odata_common.EdmTypeField.html b/docs/api/2.4.0/classes/sap_cloud_sdk_odata_common.EdmTypeField.html new file mode 100644 index 0000000000..2d037b6988 --- /dev/null +++ b/docs/api/2.4.0/classes/sap_cloud_sdk_odata_common.EdmTypeField.html @@ -0,0 +1,46 @@ + +EdmTypeField | SAP Cloud SDK for JavaScript / TypeScript - v2.4.0
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class EdmTypeField<EntityT, DeSerializersT, EdmT, 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.

    +
  • DeSerializersT: DeSerializers

    +

    Type of the (de-)serializers.

    +
  • 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

Implements

  • EntityIdentifiable<EntityT, DeSerializersT>

Index

Constructors

  • new EdmTypeField<EntityT, DeSerializersT, EdmT, NullableT, SelectableT>(fieldName: string, _fieldOf: ConstructorOrField<EntityT, any>, edmType: EdmT, _deSerializers: DeSerializersT, fieldOptions?: FieldOptions<NullableT, SelectableT>): EdmTypeField<EntityT, DeSerializersT, EdmT, NullableT, SelectableT>
  • +

    Creates an instance of EdmTypeField.

    +

    Type parameters

    • EntityT: EntityBase<EntityT>

    • DeSerializersT: DeSerializers<any, any, any, any, any, any, any, any, any, any, any, any, any, any, DeSerializersT>

    • EdmT: EdmTypeCommon | ExclusiveEdmTypeV2 | ExclusiveEdmTypeV4

    • 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: EdmT
      +

      Type of the field according to the metadata description.

      +
    • _deSerializers: DeSerializersT
      +

      (De-)serializers used for transformation.

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

      Optional settings for this field.

      +

    Returns EdmTypeField<EntityT, DeSerializersT, EdmT, NullableT, SelectableT>

Properties

_deSerializers: DeSerializersT
_entity: EntityT
_entityConstructor: Constructable<EntityT>
_fieldName: string
_fieldOf: ConstructorOrField<EntityT, any>
_fieldOptions: Required<FieldOptions<NullableT, SelectableT>>
edmType: EdmT

Methods

  • equals(value: NullableFieldType<DeserializedType<DeSerializersT, EdmT>, NullableT>): Filter<EntityT, DeSerializersT, NullableFieldType<DeserializedType<DeSerializersT, EdmT>, NullableT>>
  • +

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

    +

    Parameters

    • value: NullableFieldType<DeserializedType<DeSerializersT, EdmT>, NullableT>
      +

      Value to be used in the filter.

      +

    Returns Filter<EntityT, DeSerializersT, NullableFieldType<DeserializedType<DeSerializersT, EdmT>, NullableT>>

    The resulting filter.

    +
  • 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(value: NullableFieldType<DeserializedType<DeSerializersT, EdmT>, NullableT>): Filter<EntityT, DeSerializersT, NullableFieldType<DeserializedType<DeSerializersT, EdmT>, NullableT>>
  • +

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

    +

    Parameters

    • value: NullableFieldType<DeserializedType<DeSerializersT, EdmT>, NullableT>
      +

      Value to be used in the filter.

      +

    Returns Filter<EntityT, DeSerializersT, NullableFieldType<DeserializedType<DeSerializersT, EdmT>, NullableT>>

    The resulting filter.

    +

    Copyright Ⓒ 2022 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/2.4.0/classes/sap_cloud_sdk_odata_common.EnumField.html b/docs/api/2.4.0/classes/sap_cloud_sdk_odata_common.EnumField.html new file mode 100644 index 0000000000..34855bedf8 --- /dev/null +++ b/docs/api/2.4.0/classes/sap_cloud_sdk_odata_common.EnumField.html @@ -0,0 +1,36 @@ + +EnumField | SAP Cloud SDK for JavaScript / TypeScript - v2.4.0
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class EnumField<EntityT, DeSerializersT, EnumT, NullableT, SelectableT>

+

Represents a property with an enum value.

+

Type parameters

  • EntityT: EntityBase

    +

    Type of the entity the field belongs to.

    +
  • DeSerializersT: DeSerializers

  • 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

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

    Creates an instance of EnumField.

    +

    Type parameters

    • EntityT: EntityBase<EntityT>

    • DeSerializersT: DeSerializers<any, any, any, any, any, any, any, any, any, any, any, any, any, any, DeSerializersT>

    • 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, DeSerializersT, EnumT, NullableT, SelectableT>

Properties

_entityConstructor: Constructable<EntityT>
_fieldName: string
_fieldOf: ConstructorOrField<EntityT, any>
_fieldOptions: Required<FieldOptions<NullableT, SelectableT>>
edmType: EdmTypeCommon | ExclusiveEdmTypeV2 | ExclusiveEdmTypeV4
enumType?: Record<string, EnumT>

Methods

  • equals(value: `${EnumT}`): Filter<EntityT, DeSerializersT, 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, DeSerializersT, string>

    The resulting filter.

    +
  • fieldPath(): string
  • +

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

    +

    Returns string

    The path to the complex type property.

    +
  • notEquals(value: `${EnumT}`): Filter<EntityT, DeSerializersT, 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, DeSerializersT, string>

    The resulting filter.

    +

    Copyright Ⓒ 2022 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/2.4.0/classes/sap_cloud_sdk_odata_common.FieldBuilder.html b/docs/api/2.4.0/classes/sap_cloud_sdk_odata_common.FieldBuilder.html new file mode 100644 index 0000000000..b350d4b64a --- /dev/null +++ b/docs/api/2.4.0/classes/sap_cloud_sdk_odata_common.FieldBuilder.html @@ -0,0 +1,45 @@ + +FieldBuilder | SAP Cloud SDK for JavaScript / TypeScript - v2.4.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.

    +
  • DeSerializersT: DeSerializers

    +

    Type of the (de-)serializers.

    +

Hierarchy

  • FieldBuilder

Index

Constructors

  • new FieldBuilder<FieldOfT, DeSerializersT>(fieldOf: FieldOfT, deSerializers: DeSerializersT): FieldBuilder<FieldOfT, DeSerializersT>
  • +

    Creates an instance of FieldBuilder.

    +

    Type parameters

    • FieldOfT: ConstructorOrField<any, any>

    • DeSerializersT: DeSerializers<any, any, any, any, any, any, any, any, any, any, any, any, any, any, DeSerializersT>

    Parameters

    • fieldOf: FieldOfT
      +

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

      +
    • deSerializers: DeSerializersT
      +

      (De-)serializers used for transformation.

      +

    Returns FieldBuilder<FieldOfT, DeSerializersT>

Properties

fieldOf: FieldOfT

Methods

  • buildCollectionField<CollectionFieldT, NullableT>(fieldName: string, collectionFieldType: CollectionFieldType<CollectionFieldT>, isNullable: NullableT): CollectionField<EntityTypeFromFieldOf<FieldOfT>, DeSerializersT, 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

    • CollectionFieldT: Record<string, any> | EdmTypeCommon | ExclusiveEdmTypeV2 | ExclusiveEdmTypeV4

    • NullableT: boolean

    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>, DeSerializersT, CollectionFieldT, NullableT, IsSelectableField<FieldOfT>>

    A collection field with the given collection type.

    +
  • buildComplexTypeField<ComplexTypeFieldT, ComplexT, NullableT>(fieldName: string, complexTypeFieldCtor: ComplexTypeFieldConstructor<ComplexTypeFieldT, EntityTypeFromFieldOf<FieldOfT>, DeSerializersT, 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

    • ComplexTypeFieldT: ComplexTypeField<EntityTypeFromFieldOf<FieldOfT>, DeSerializersT, any, NullableT, IsSelectableField<FieldOfT>, ComplexTypeFieldT>

    • ComplexT

    • NullableT: boolean

    Parameters

    • fieldName: string
      +

      Name of the field.

      +
    • complexTypeFieldCtor: ComplexTypeFieldConstructor<ComplexTypeFieldT, EntityTypeFromFieldOf<FieldOfT>, DeSerializersT, 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<EdmT, NullableT>(fieldName: string, edmType: EdmT, isNullable: NullableT): OrderableEdmTypeField<EntityTypeFromFieldOf<FieldOfT>, DeSerializersT, EdmT, NullableT, IsSelectableField<FieldOfT>>
  • buildEdmTypeField<EdmT, NullableT>(fieldName: string, edmType: EdmT, isNullable: NullableT): EdmTypeField<EntityTypeFromFieldOf<FieldOfT>, DeSerializersT, EdmT, NullableT, IsSelectableField<FieldOfT>>
  • Type parameters

    • EdmT: OrderableEdmType

    • NullableT: boolean

    Parameters

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

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

  • Type parameters

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

    • NullableT: boolean

    Parameters

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

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

  • buildEnumField<EnumT, NullableT>(fieldName: string, enumType: Record<string, EnumT>, isNullable: NullableT): EnumField<EntityTypeFromFieldOf<FieldOfT>, DeSerializersT, 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>, DeSerializersT, EnumT, NullableT, IsSelectableField<FieldOfT>>

    A collection field with the given collection type.

    +

    Copyright Ⓒ 2022 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/2.4.0/classes/sap_cloud_sdk_odata_common.FunctionImportParameter.html b/docs/api/2.4.0/classes/sap_cloud_sdk_odata_common.FunctionImportParameter.html new file mode 100644 index 0000000000..d512e0fb14 --- /dev/null +++ b/docs/api/2.4.0/classes/sap_cloud_sdk_odata_common.FunctionImportParameter.html @@ -0,0 +1,15 @@ + +FunctionImportParameter | SAP Cloud SDK for JavaScript / TypeScript - v2.4.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

  • new FunctionImportParameter<ValueT>(originalName: string, edmType: EdmTypeCommon | ExclusiveEdmTypeV2 | ExclusiveEdmTypeV4, value: ValueT): FunctionImportParameter<ValueT>
  • +

    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 Ⓒ 2022 SAP SE or an SAP affiliate company. All rights reserved.

      +

    Returns FunctionImportParameter<ValueT>

Properties

edmType: EdmTypeCommon | ExclusiveEdmTypeV2 | ExclusiveEdmTypeV4
originalName: string
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/2.4.0/classes/sap_cloud_sdk_odata_common.Link.html b/docs/api/2.4.0/classes/sap_cloud_sdk_odata_common.Link.html new file mode 100644 index 0000000000..5dba43c4fc --- /dev/null +++ b/docs/api/2.4.0/classes/sap_cloud_sdk_odata_common.Link.html @@ -0,0 +1,36 @@ + +Link | SAP Cloud SDK for JavaScript / TypeScript - v2.4.0
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Link<EntityT, DeSerializersT, LinkedEntityApiT>

+

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]].

+
typeparam LinkedEntityT

Type of the entity to be linked to.

+

Type parameters

  • EntityT: EntityBase

    +

    Type of the entity to be linked from.

    +
  • DeSerializersT: DeSerializers

  • LinkedEntityApiT: EntityApi<EntityBase, DeSerializersT>

Hierarchy

Implements

  • EntityIdentifiable<EntityT, DeSerializersT>

Index

Constructors

  • new Link<EntityT, DeSerializersT, LinkedEntityApiT>(_fieldName: string, _entityApi: EntityApi<EntityT, DeSerializersT>, _linkedEntityApi: LinkedEntityApiT): Link<EntityT, DeSerializersT, LinkedEntityApiT>
  • +

    Creates an instance of Link.

    +

    Type parameters

    • EntityT: EntityBase<EntityT>

    • DeSerializersT: DeSerializers<any, any, any, any, any, any, any, any, any, any, any, any, any, any, DeSerializersT>

    • LinkedEntityApiT: EntityApi<EntityBase, DeSerializersT, LinkedEntityApiT>

    Parameters

    • _fieldName: string
      +

      Name of the linking field to be used in the OData request.

      +
    • _entityApi: EntityApi<EntityT, DeSerializersT>
      +

      Entity API for building and executing the request.

      +
    • _linkedEntityApi: LinkedEntityApiT
      +

      Constructor of the linked entity.

      +

    Returns Link<EntityT, DeSerializersT, LinkedEntityApiT>

Properties

_deSerializers: DeSerializersT
_entity: EntityT
_entityApi: EntityApi<EntityT, DeSerializersT>
_expand: Expandable<EntityType<LinkedEntityApiT>, DeSerializersT, EntityApi<EntityBase, DeSerializersT>>[]
_fieldName: string
_linkedEntityApi: LinkedEntityApiT
_selects: Selectable<EntityType<LinkedEntityApiT>, DeSerializersT>[]
+

List of selectables on the linked entity.

+

Methods

  • clone(): Link<EntityT, DeSerializersT, LinkedEntityApiT>
  • +

    Create a new link based on a given link.

    +

    Returns Link<EntityT, DeSerializersT, LinkedEntityApiT>

    Newly created link.

    +
  • expand(...expands: Expandable<EntityType<LinkedEntityApiT>, DeSerializersT, EntityApi<EntityBase, DeSerializersT>>[]): Link<EntityT, DeSerializersT, LinkedEntityApiT>
  • Parameters

    • Rest ...expands: Expandable<EntityType<LinkedEntityApiT>, DeSerializersT, EntityApi<EntityBase, DeSerializersT>>[]

    Returns Link<EntityT, DeSerializersT, LinkedEntityApiT>

  • select(...selects: Selectable<EntityType<LinkedEntityApiT>, DeSerializersT>[]): Link<EntityT, DeSerializersT, LinkedEntityApiT>
  • +

    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<EntityType<LinkedEntityApiT>, DeSerializersT>[]
      +

      Selection of fields or links on a linked entity.

      +

    Returns Link<EntityT, DeSerializersT, LinkedEntityApiT>

    The link itself, to facilitate method chaining.

    +

    Copyright Ⓒ 2022 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/2.4.0/classes/sap_cloud_sdk_odata_common.OneToManyLink.html b/docs/api/2.4.0/classes/sap_cloud_sdk_odata_common.OneToManyLink.html new file mode 100644 index 0000000000..f04d698143 --- /dev/null +++ b/docs/api/2.4.0/classes/sap_cloud_sdk_odata_common.OneToManyLink.html @@ -0,0 +1,46 @@ + +OneToManyLink | SAP Cloud SDK for JavaScript / TypeScript - v2.4.0
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class OneToManyLink<EntityT, DeSerializersT, LinkedEntityApiT>

+

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

  • EntityT: EntityBase

  • DeSerializersT: DeSerializers

  • LinkedEntityApiT: EntityApi<EntityBase, DeSerializersT>

Hierarchy

  • Link<EntityT, DeSerializersT, LinkedEntityApiT>
    • OneToManyLink

Index

Constructors

  • new OneToManyLink<EntityT, DeSerializersT, LinkedEntityApiT>(_fieldName: string, _entityApi: EntityApi<EntityT, DeSerializersT>, _linkedEntityApi: LinkedEntityApiT): OneToManyLink<EntityT, DeSerializersT, LinkedEntityApiT>
  • +

    Creates an instance of Link.

    +

    Type parameters

    • EntityT: EntityBase<EntityT>

    • DeSerializersT: DeSerializers<any, any, any, any, any, any, any, any, any, any, any, any, any, any, DeSerializersT>

    • LinkedEntityApiT: EntityApi<EntityBase, DeSerializersT, LinkedEntityApiT>

    Parameters

    • _fieldName: string
      +

      Name of the linking field to be used in the OData request.

      +
    • _entityApi: EntityApi<EntityT, DeSerializersT>
      +

      Entity API for building and executing the request.

      +
    • _linkedEntityApi: LinkedEntityApiT
      +

      Constructor of the linked entity.

      +

    Returns OneToManyLink<EntityT, DeSerializersT, LinkedEntityApiT>

Properties

_deSerializers: DeSerializersT
_entity: EntityT
_entityApi: EntityApi<EntityT, DeSerializersT>
_expand: Expandable<EntityType<LinkedEntityApiT>, DeSerializersT, EntityApi<EntityBase, DeSerializersT>>[]
_fieldName: string
_filters: FilterLink<EntityT, DeSerializersT, LinkedEntityApiT>
_linkedEntityApi: LinkedEntityApiT
_orderBy: Orderable<EntityType<LinkedEntityApiT>, EntityApi<EntityBase, DefaultDeSerializers>>[]
_selects: Selectable<EntityType<LinkedEntityApiT>, DeSerializersT>[]
+

List of selectables on the linked entity.

+
_skip: number
_top: number

Methods

  • clone(): OneToManyLink<EntityT, DeSerializersT, LinkedEntityApiT>
  • +

    Create a new link based on a given link.

    +

    Returns OneToManyLink<EntityT, DeSerializersT, LinkedEntityApiT>

    Newly created link.

    +
  • expand(...expands: Expandable<EntityType<LinkedEntityApiT>, DeSerializersT, EntityApi<EntityBase, DeSerializersT>>[]): OneToManyLink<EntityT, DeSerializersT, LinkedEntityApiT>
  • Parameters

    • Rest ...expands: Expandable<EntityType<LinkedEntityApiT>, DeSerializersT, EntityApi<EntityBase, DeSerializersT>>[]

    Returns OneToManyLink<EntityT, DeSerializersT, LinkedEntityApiT>

  • filter(...expressions: Filterable<EntityType<LinkedEntityApiT>, DeSerializersT, EntityApi<EntityBase, DeSerializersT>>[]): OneToManyLink<EntityT, DeSerializersT, LinkedEntityApiT>
  • +

    Create filter statements to be applied to the OData request based on the linked entity values.

    +

    Parameters

    • Rest ...expressions: Filterable<EntityType<LinkedEntityApiT>, DeSerializersT, EntityApi<EntityBase, DeSerializersT>>[]
      +

      Filters based on the linked entity.

      +

    Returns OneToManyLink<EntityT, DeSerializersT, LinkedEntityApiT>

    Newly created FilterLink.

    +
  • orderBy(...orderBy: Orderable<EntityType<LinkedEntityApiT>, EntityApi<EntityBase, DefaultDeSerializers>>[]): OneToManyLink<EntityT, DeSerializersT, LinkedEntityApiT>
  • +

    Add order-by statements to the request.

    +

    Parameters

    • Rest ...orderBy: Orderable<EntityType<LinkedEntityApiT>, EntityApi<EntityBase, DefaultDeSerializers>>[]
      +

      OrderBy statements to order the response by.

      +

    Returns OneToManyLink<EntityT, DeSerializersT, LinkedEntityApiT>

    The request builder itself, to facilitate method chaining.

    +
  • select(...selects: Selectable<EntityType<LinkedEntityApiT>, DeSerializersT>[]): OneToManyLink<EntityT, DeSerializersT, LinkedEntityApiT>
  • +

    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<EntityType<LinkedEntityApiT>, DeSerializersT>[]
      +

      Selection of fields or links on a linked entity.

      +

    Returns OneToManyLink<EntityT, DeSerializersT, LinkedEntityApiT>

    The link itself, to facilitate method chaining.

    +
  • skip(skip: number): OneToManyLink<EntityT, DeSerializersT, LinkedEntityApiT>
  • +

    Skip number of entities.

    +

    Parameters

    • skip: number
      +

      Number of matching entities to skip. Useful for paging.

      +

    Returns OneToManyLink<EntityT, DeSerializersT, LinkedEntityApiT>

    The request builder itself, to facilitate method chaining.

    +
  • top(top: number): OneToManyLink<EntityT, DeSerializersT, LinkedEntityApiT>
  • +

    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, DeSerializersT, LinkedEntityApiT>

    The request builder itself, to facilitate method chaining.

    +

    Copyright Ⓒ 2022 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/2.4.0/classes/sap_cloud_sdk_odata_common.OneToOneLink.html b/docs/api/2.4.0/classes/sap_cloud_sdk_odata_common.OneToOneLink.html new file mode 100644 index 0000000000..6f66b0e92d --- /dev/null +++ b/docs/api/2.4.0/classes/sap_cloud_sdk_odata_common.OneToOneLink.html @@ -0,0 +1,43 @@ + +OneToOneLink | SAP Cloud SDK for JavaScript / TypeScript - v2.4.0
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class OneToOneLink<EntityT, DeSerializersT, LinkedEntityApiT>

+

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.

+
typeparam LinkedEntityT

Type of the entity to be linked to.

+

Type parameters

  • EntityT: EntityBase

    +

    Type of the entity to be linked from

    +
  • DeSerializersT: DeSerializers

  • LinkedEntityApiT: EntityApi<EntityBase, DeSerializersT>

Hierarchy

  • Link<EntityT, DeSerializersT, LinkedEntityApiT>
    • OneToOneLink

Index

Constructors

  • new OneToOneLink<EntityT, DeSerializersT, LinkedEntityApiT>(_fieldName: string, _entityApi: EntityApi<EntityT, DeSerializersT>, _linkedEntityApi: LinkedEntityApiT): OneToOneLink<EntityT, DeSerializersT, LinkedEntityApiT>
  • +

    Creates an instance of Link.

    +

    Type parameters

    • EntityT: EntityBase<EntityT>

    • DeSerializersT: DeSerializers<any, any, any, any, any, any, any, any, any, any, any, any, any, any, DeSerializersT>

    • LinkedEntityApiT: EntityApi<EntityBase, DeSerializersT, LinkedEntityApiT>

    Parameters

    • _fieldName: string
      +

      Name of the linking field to be used in the OData request.

      +
    • _entityApi: EntityApi<EntityT, DeSerializersT>
      +

      Entity API for building and executing the request.

      +
    • _linkedEntityApi: LinkedEntityApiT
      +

      Constructor of the linked entity.

      +

    Returns OneToOneLink<EntityT, DeSerializersT, LinkedEntityApiT>

Properties

_deSerializers: DeSerializersT
_entity: EntityT
_entityApi: EntityApi<EntityT, DeSerializersT>
_expand: Expandable<EntityType<LinkedEntityApiT>, DeSerializersT, EntityApi<EntityBase, DeSerializersT>>[]
_fieldName: string
_linkedEntityApi: LinkedEntityApiT
_selects: Selectable<EntityType<LinkedEntityApiT>, DeSerializersT>[]
+

List of selectables on the linked entity.

+
filters: Filterable<EntityType<LinkedEntityApiT>, DeSerializersT, EntityApi<EntityBase, DeSerializersT>>
+

Filterables to apply to the given entity based on the linked entity.

+
orderBys: Order<EntityType<LinkedEntityApiT>>[]
+

List of criteria of the linked entity to order the given entity by with descending priority.

+

Methods

  • clone(): OneToOneLink<EntityT, DeSerializersT, LinkedEntityApiT>
  • +

    Create a new link based on a given link.

    +

    Returns OneToOneLink<EntityT, DeSerializersT, LinkedEntityApiT>

    Newly created link.

    +
  • expand(...expands: Expandable<EntityType<LinkedEntityApiT>, DeSerializersT, EntityApi<EntityBase, DeSerializersT>>[]): OneToOneLink<EntityT, DeSerializersT, LinkedEntityApiT>
  • Parameters

    • Rest ...expands: Expandable<EntityType<LinkedEntityApiT>, DeSerializersT, EntityApi<EntityBase, DeSerializersT>>[]

    Returns OneToOneLink<EntityT, DeSerializersT, LinkedEntityApiT>

  • filter(...filters: Filterable<EntityType<LinkedEntityApiT>, DeSerializersT, EntityApi<EntityBase, DeSerializersT>>[]): FilterLink<EntityT, DeSerializersT, LinkedEntityApiT>
  • +

    Create filter statements to be applied to the OData request based on the linked entity values.

    +

    Parameters

    • Rest ...filters: Filterable<EntityType<LinkedEntityApiT>, DeSerializersT, EntityApi<EntityBase, DeSerializersT>>[]
      +

      Filters based on the linked entity.

      +

    Returns FilterLink<EntityT, DeSerializersT, LinkedEntityApiT>

    Newly created [[FilterLink]].

    +
  • orderBy(...orderBy: Orderable<EntityType<LinkedEntityApiT>, EntityApi<EntityBase, DefaultDeSerializers>>[]): OrderLink<EntityT, LinkedEntityApiT>
  • +

    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<EntityType<LinkedEntityApiT>, EntityApi<EntityBase, DefaultDeSerializers>>[]
      +

      Criteria to order by.

      +

    Returns OrderLink<EntityT, LinkedEntityApiT>

    Newly created order link.

    +
  • select(...selects: Selectable<EntityType<LinkedEntityApiT>, DeSerializersT>[]): OneToOneLink<EntityT, DeSerializersT, LinkedEntityApiT>
  • +

    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<EntityType<LinkedEntityApiT>, DeSerializersT>[]
      +

      Selection of fields or links on a linked entity.

      +

    Returns OneToOneLink<EntityT, DeSerializersT, LinkedEntityApiT>

    The link itself, to facilitate method chaining.

    +

    Copyright Ⓒ 2022 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/2.4.0/classes/sap_cloud_sdk_odata_common.OrderableEdmTypeField.html b/docs/api/2.4.0/classes/sap_cloud_sdk_odata_common.OrderableEdmTypeField.html new file mode 100644 index 0000000000..8c7232de0a --- /dev/null +++ b/docs/api/2.4.0/classes/sap_cloud_sdk_odata_common.OrderableEdmTypeField.html @@ -0,0 +1,58 @@ + +OrderableEdmTypeField | SAP Cloud SDK for JavaScript / TypeScript - v2.4.0
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class OrderableEdmTypeField<EntityT, DeSerializersT, 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.

    +
  • DeSerializersT: DeSerializers

  • 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, DeSerializersT, EdmT, NullableT, SelectableT>
    • OrderableEdmTypeField

Index

Constructors

  • new OrderableEdmTypeField<EntityT, DeSerializersT, EdmT, NullableT, SelectableT>(fieldName: string, _fieldOf: ConstructorOrField<EntityT, any>, edmType: EdmT, _deSerializers: DeSerializersT, fieldOptions?: FieldOptions<NullableT, SelectableT>): OrderableEdmTypeField<EntityT, DeSerializersT, EdmT, NullableT, SelectableT>
  • +

    Creates an instance of EdmTypeField.

    +

    Type parameters

    • EntityT: EntityBase<EntityT>

    • DeSerializersT: DeSerializers<any, any, any, any, any, any, any, any, any, any, any, any, any, any, DeSerializersT>

    • EdmT: EdmTypeCommon | ExclusiveEdmTypeV2 | ExclusiveEdmTypeV4

    • 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: EdmT
      +

      Type of the field according to the metadata description.

      +
    • _deSerializers: DeSerializersT
      +

      (De-)serializers used for transformation.

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

      Optional settings for this field.

      +

    Returns OrderableEdmTypeField<EntityT, DeSerializersT, EdmT, NullableT, SelectableT>

Properties

_deSerializers: DeSerializersT
_entity: EntityT
_entityConstructor: Constructable<EntityT>
_fieldName: string
_fieldOf: ConstructorOrField<EntityT, any>
_fieldOptions: Required<FieldOptions<NullableT, SelectableT>>
edmType: EdmT

Methods

  • equals(value: NullableFieldType<DeserializedType<DeSerializersT, EdmT>, NullableT>): Filter<EntityT, DeSerializersT, NullableFieldType<DeserializedType<DeSerializersT, EdmT>, NullableT>>
  • +

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

    +

    Parameters

    • value: NullableFieldType<DeserializedType<DeSerializersT, EdmT>, NullableT>
      +

      Value to be used in the filter.

      +

    Returns Filter<EntityT, DeSerializersT, NullableFieldType<DeserializedType<DeSerializersT, EdmT>, NullableT>>

    The resulting filter.

    +
  • 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(value: NullableFieldType<DeserializedType<DeSerializersT, EdmT>, NullableT>): Filter<EntityT, DeSerializersT, NullableFieldType<DeserializedType<DeSerializersT, EdmT>, NullableT>>
  • +

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

    +

    Parameters

    • value: NullableFieldType<DeserializedType<DeSerializersT, EdmT>, NullableT>
      +

      Value to be used in the filter.

      +

    Returns Filter<EntityT, DeSerializersT, NullableFieldType<DeserializedType<DeSerializersT, EdmT>, NullableT>>

    The resulting filter.

    +
  • greaterThan(value: NullableFieldType<DeserializedType<DeSerializersT, EdmT>, NullableT>): Filter<EntityT, DeSerializersT, NullableFieldType<DeserializedType<DeSerializersT, EdmT>, NullableT>>
  • +

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

    +

    Parameters

    • value: NullableFieldType<DeserializedType<DeSerializersT, EdmT>, NullableT>
      +

      Value to be used in the filter.

      +

    Returns Filter<EntityT, DeSerializersT, NullableFieldType<DeserializedType<DeSerializersT, EdmT>, NullableT>>

    The resulting filter.

    +
  • lessOrEqual(value: NullableFieldType<DeserializedType<DeSerializersT, EdmT>, NullableT>): Filter<EntityT, DeSerializersT, NullableFieldType<DeserializedType<DeSerializersT, EdmT>, NullableT>>
  • +

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

    +

    Parameters

    • value: NullableFieldType<DeserializedType<DeSerializersT, EdmT>, NullableT>
      +

      Value to be used in the filter.

      +

    Returns Filter<EntityT, DeSerializersT, NullableFieldType<DeserializedType<DeSerializersT, EdmT>, NullableT>>

    The resulting filter.

    +
  • lessThan(value: NullableFieldType<DeserializedType<DeSerializersT, EdmT>, NullableT>): Filter<EntityT, DeSerializersT, NullableFieldType<DeserializedType<DeSerializersT, EdmT>, NullableT>>
  • +

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

    +

    Parameters

    • value: NullableFieldType<DeserializedType<DeSerializersT, EdmT>, NullableT>
      +

      Value to be used in the filter.

      +

    Returns Filter<EntityT, DeSerializersT, NullableFieldType<DeserializedType<DeSerializersT, EdmT>, NullableT>>

    The resulting filter.

    +
  • notEquals(value: NullableFieldType<DeserializedType<DeSerializersT, EdmT>, NullableT>): Filter<EntityT, DeSerializersT, NullableFieldType<DeserializedType<DeSerializersT, EdmT>, NullableT>>
  • +

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

    +

    Parameters

    • value: NullableFieldType<DeserializedType<DeSerializersT, EdmT>, NullableT>
      +

      Value to be used in the filter.

      +

    Returns Filter<EntityT, DeSerializersT, NullableFieldType<DeserializedType<DeSerializersT, EdmT>, NullableT>>

    The resulting filter.

    +

    Copyright Ⓒ 2022 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/2.4.0/classes/sap_cloud_sdk_odata_common.RequestBuilder.html b/docs/api/2.4.0/classes/sap_cloud_sdk_odata_common.RequestBuilder.html new file mode 100644 index 0000000000..df37b991ff --- /dev/null +++ b/docs/api/2.4.0/classes/sap_cloud_sdk_odata_common.RequestBuilder.html @@ -0,0 +1,5 @@ + +RequestBuilder | SAP Cloud SDK for JavaScript / TypeScript - v2.4.0
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

Represents a request builder for a given entity API.

+

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

+

Type parameters

  • EntityT: EntityBase

  • DeSerializersT: DeSerializers

Hierarchy

  • RequestBuilder

Implements

  • EntityIdentifiable<EntityT, DeSerializersT>

Index

Constructors

  • new RequestBuilder<EntityT, DeSerializersT>(entityApi: EntityApi<EntityT, DeSerializersT>): RequestBuilder<EntityT, DeSerializersT>
  • Type parameters

    • EntityT: EntityBase<EntityT>

    • DeSerializersT: DeSerializers<any, any, any, any, any, any, any, any, any, any, any, any, any, any, DeSerializersT>

    Parameters

    • entityApi: EntityApi<EntityT, DeSerializersT>

    Returns RequestBuilder<EntityT, DeSerializersT>

Properties

_deSerializers: DeSerializersT
_entity: EntityT
entityApi: EntityApi<EntityT, DeSerializersT>

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/2.4.0/classes/sap_cloud_sdk_odata_v2.CountRequestBuilder.html b/docs/api/2.4.0/classes/sap_cloud_sdk_odata_v2.CountRequestBuilder.html new file mode 100644 index 0000000000..b3e0d4cf35 --- /dev/null +++ b/docs/api/2.4.0/classes/sap_cloud_sdk_odata_v2.CountRequestBuilder.html @@ -0,0 +1,70 @@ + +CountRequestBuilder | SAP Cloud SDK for JavaScript / TypeScript - v2.4.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

Hierarchy

  • CountRequestBuilder<EntityT, DeSerializersT>
    • CountRequestBuilder

Index

Constructors

  • new CountRequestBuilder<EntityT, DeSerializersT>(getAllRequest: GetAllRequestBuilderBase<EntityT, DeSerializersT>): CountRequestBuilder<EntityT, DeSerializersT>
  • +

    Creates an instance of CountRequestBuilder.

    +

    Type parameters

    Parameters

    • getAllRequest: GetAllRequestBuilderBase<EntityT, DeSerializersT>
      +

      Get all request builder to count result for.

      +

    Returns CountRequestBuilder<EntityT, DeSerializersT>

Properties

getAllRequest: GetAllRequestBuilderBase<EntityT, DeSerializersT>
requestConfig: ODataCountRequestConfig<EntityT, DeSerializersT>

Methods

  • addCustomHeaders(headers: Record<string, string>): CountRequestBuilder<EntityT, DeSerializersT>
  • +

    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, DeSerializersT>

    The request builder itself, to facilitate method chaining.

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

    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, DeSerializersT>

    The request builder itself, to facilitate method chaining.

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

    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 [[defaultDisallowedKeys | 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, DeSerializersT>

    The request builder itself, to facilitate method chaining.

    +
  • +

    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, DeSerializersT>, "execute">

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

    +
  • build(): ODataRequest<ODataCountRequestConfig<EntityT, DeSerializersT>>
  • build(destination: DestinationOrFetchOptions): Promise<ODataRequest<ODataCountRequestConfig<EntityT, DeSerializersT>>>
  • Returns ODataRequest<ODataCountRequestConfig<EntityT, DeSerializersT>>

  • Parameters

    Returns Promise<ODataRequest<ODataCountRequestConfig<EntityT, DeSerializersT>>>

  • +

    Execute request.

    +

    Parameters

    Returns Promise<number>

    A promise resolving to the number of entities.

    +
  • +

    Execute request and return an HttpResponse.

    +

    Parameters

    Returns Promise<HttpResponse>

    A promise resolving to an HttpResponse.

    +
  • relativeUrl(): string
  • +

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

    +

    Returns string

    The relative URL for the request.

    +
  • +

    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, DeSerializersT>

    The request builder itself, to facilitate method chaining.

    +
  • +

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

    +

    Returns CountRequestBuilder<EntityT, DeSerializersT>

    The request builder itself, to facilitate method chaining.

    +
  • +

    Set timeout for requests towards the target system given in the destination.

    +

    Parameters

    • timeout: number
      +

      Value is in milliseconds and default value is 10000 (10 seconds).

      +

    Returns CountRequestBuilder<EntityT, DeSerializersT>

    The request builder itself, to facilitate method chaining.

    +
  • +

    Create the URL based on configuration of the given builder.

    +

    Parameters

    Returns Promise<string>

    Promise resolving to the URL for the request.

    +

    Copyright Ⓒ 2022 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/2.4.0/classes/sap_cloud_sdk_odata_v2.CreateRequestBuilder.html b/docs/api/2.4.0/classes/sap_cloud_sdk_odata_v2.CreateRequestBuilder.html new file mode 100644 index 0000000000..62dd482d25 --- /dev/null +++ b/docs/api/2.4.0/classes/sap_cloud_sdk_odata_v2.CreateRequestBuilder.html @@ -0,0 +1,75 @@ + +CreateRequestBuilder | SAP Cloud SDK for JavaScript / TypeScript - v2.4.0
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

Create OData request to create an entity.

+

Type parameters

Hierarchy

  • CreateRequestBuilderBase<EntityT, DeSerializersT>
    • CreateRequestBuilder

Implements

  • EntityIdentifiable<EntityT, DeSerializersT>

Index

Constructors

  • new CreateRequestBuilder<EntityT, DeSerializersT>(entityApi: EntityApi<EntityT, DeSerializersT>, _entity: EntityT): CreateRequestBuilder<EntityT, DeSerializersT>
  • +

    Creates an instance of CreateRequestBuilder.

    +

    Type parameters

    Parameters

    • entityApi: EntityApi<EntityT, DeSerializersT>
      +

      Entity API for building and executing the request.

      +
    • _entity: EntityT
      +

      Entity to be created.

      +

    Returns CreateRequestBuilder<EntityT, DeSerializersT>

Properties

_deSerializers: DeSerializersT
_entity: EntityT
_entityApi: EntityApi<EntityT, DeSerializersT>
deserializer: EntityDeserializer
oDataUri: ODataUri<DeSerializersT>
requestConfig: ODataCreateRequestConfig<EntityT, DeSerializersT>
responseDataAccessor: ResponseDataAccessor
serializer: EntitySerializer

Accessors

  • get entity(): EntityT
  • Returns EntityT

Methods

  • +

    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, DeSerializersT>

    The request builder itself, to facilitate method chaining.

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

    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, DeSerializersT>

    The request builder itself, to facilitate method chaining.

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

    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 [[defaultDisallowedKeys | 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, DeSerializersT>

    The request builder itself, to facilitate method chaining.

    +
  • +

    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, DeSerializersT>, "execute">

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

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

    Specifies the parent of the entity to create.

    +

    Type parameters

    • ParentEntityT: EntityBase<ParentEntityT>

    Parameters

    • parentEntity: ParentEntityT
      +

      Parent of the entity to create.

      +
    • linkField: Link<ParentEntityT, DeSerializersT, EntityApi<EntityT, any>>
      +

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

      +

    Returns CreateRequestBuilder<EntityT, DeSerializersT>

    The entity itself, to facilitate method chaining.

    +
  • build(): ODataRequest<ODataCreateRequestConfig<EntityT, DeSerializersT>>
  • build(destination: DestinationOrFetchOptions): Promise<ODataRequest<ODataCreateRequestConfig<EntityT, DeSerializersT>>>
  • Returns ODataRequest<ODataCreateRequestConfig<EntityT, DeSerializersT>>

  • Parameters

    Returns Promise<ODataRequest<ODataCreateRequestConfig<EntityT, DeSerializersT>>>

  • +

    Execute query.

    +

    Parameters

    Returns Promise<EntityT>

    A promise resolving to the created entity.

    +
  • +

    Execute request and return an HttpResponse.

    +

    Parameters

    Returns Promise<HttpResponse>

    A promise resolving to an HttpResponse.

    +
  • relativeUrl(): string
  • +

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

    +

    Returns string

    The relative URL for the request.

    +
  • +

    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, DeSerializersT>

    The request builder itself, to facilitate method chaining.

    +
  • +

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

    +

    Returns CreateRequestBuilder<EntityT, DeSerializersT>

    The request builder itself, to facilitate method chaining.

    +
  • +

    Set timeout for requests towards the target system given in the destination.

    +

    Parameters

    • timeout: number
      +

      Value is in milliseconds and default value is 10000 (10 seconds).

      +

    Returns CreateRequestBuilder<EntityT, DeSerializersT>

    The request builder itself, to facilitate method chaining.

    +
  • +

    Create the URL based on configuration of the given builder.

    +

    Parameters

    Returns Promise<string>

    Promise resolving to the URL for the request.

    +

    Copyright Ⓒ 2022 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/2.4.0/classes/sap_cloud_sdk_odata_v2.CustomField.html b/docs/api/2.4.0/classes/sap_cloud_sdk_odata_v2.CustomField.html new file mode 100644 index 0000000000..c62af9e2f2 --- /dev/null +++ b/docs/api/2.4.0/classes/sap_cloud_sdk_odata_v2.CustomField.html @@ -0,0 +1,6 @@ + +CustomField | SAP Cloud SDK for JavaScript / TypeScript - v2.4.0
Options
All
  • Public
  • Public/Protected
  • All
Menu

Type parameters

Hierarchy

  • CustomField<EntityT, DeSerializersT, NullableT>
    • CustomField

Index

Constructors

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

    • EntityT: Entity<EntityT>

    • DeSerializersT: DeSerializers<any, any, any, any, any, any, any, any, any, any, any, any, any, any, any, any, any, DeSerializersT>

    • NullableT: boolean = false

    Parameters

    • fieldName: string
    • entityConstructor: Constructable<EntityT>
    • deSerializers: DeSerializersT
    • Optional isNullable: NullableT

    Returns CustomField<EntityT, DeSerializersT, NullableT>

Properties

_entityConstructor: Constructable<EntityT>
_fieldName: string
_fieldOptions: Required<FieldOptions<NullableT, false>>
fieldBuilder: FieldBuilder<Constructable<EntityT>, DeSerializersT>

Methods

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

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

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

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

  • edmDateTimeOffset(): OrderableEdmTypeField<EntityT, DeSerializersT, "Edm.DateTimeOffset", NullableT, true>
  • Returns OrderableEdmTypeField<EntityT, DeSerializersT, "Edm.DateTimeOffset", NullableT, true>

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

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

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

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

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

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

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

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

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

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

  • 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 Ⓒ 2022 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/2.4.0/classes/sap_cloud_sdk_odata_v2.DeleteRequestBuilder.html b/docs/api/2.4.0/classes/sap_cloud_sdk_odata_v2.DeleteRequestBuilder.html new file mode 100644 index 0000000000..c6a0a55163 --- /dev/null +++ b/docs/api/2.4.0/classes/sap_cloud_sdk_odata_v2.DeleteRequestBuilder.html @@ -0,0 +1,76 @@ + +DeleteRequestBuilder | SAP Cloud SDK for JavaScript / TypeScript - v2.4.0
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

Create OData query to delete an entity.

+

Type parameters

Hierarchy

  • DeleteRequestBuilderBase<EntityT, DeSerializersT>
    • DeleteRequestBuilder

Index

Constructors

  • new DeleteRequestBuilder<EntityT, DeSerializersT>(entityApi: EntityApi<EntityT, DeSerializersT>, keysOrEntity: Record<string, any> | Entity): DeleteRequestBuilder<EntityT, DeSerializersT>
  • +

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

    +

    Type parameters

    Parameters

    • entityApi: EntityApi<EntityT, DeSerializersT>
      +

      Entity API for building and executing the request.

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

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

      +

    Returns DeleteRequestBuilder<EntityT, DeSerializersT>

Properties

_deSerializers: DeSerializersT
_entity: EntityT
_entityApi: EntityApi<EntityT, DeSerializersT>
requestConfig: ODataDeleteRequestConfig<EntityT, DeSerializersT>

Methods

  • +

    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, DeSerializersT>

    The request builder itself, to facilitate method chaining.

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

    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, DeSerializersT>

    The request builder itself, to facilitate method chaining.

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

    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 [[defaultDisallowedKeys | 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, DeSerializersT>

    The request builder itself, to facilitate method chaining.

    +
  • +

    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, DeSerializersT>, "execute">

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

    +
  • build(): ODataRequest<ODataDeleteRequestConfig<EntityT, DeSerializersT>>
  • build(destination: DestinationOrFetchOptions): Promise<ODataRequest<ODataDeleteRequestConfig<EntityT, DeSerializersT>>>
  • Returns ODataRequest<ODataDeleteRequestConfig<EntityT, DeSerializersT>>

  • Parameters

    Returns Promise<ODataRequest<ODataDeleteRequestConfig<EntityT, DeSerializersT>>>

  • +

    Execute query.

    +

    Parameters

    Returns Promise<void>

    A promise resolving once the entity was deleted.

    +
  • +

    Execute request and return an HttpResponse.

    +

    Parameters

    Returns Promise<HttpResponse>

    A promise resolving to an HttpResponse.

    +
  • +

    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, DeSerializersT>

    The request itself to ease chaining while executing the request.

    +
  • relativeUrl(): string
  • +

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

    +

    Returns string

    The relative URL for the request.

    +
  • +

    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, DeSerializersT>

    The request builder itself, to facilitate method chaining.

    +
  • +

    Add an eTag version identifier in the delete request header.

    +

    Parameters

    • eTag: string
      +

      The version identifier of the entity.

      +

    Returns DeleteRequestBuilder<EntityT, DeSerializersT>

    The builder itself, to facilitate method chaining.

    +
  • +

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

    +

    Returns DeleteRequestBuilder<EntityT, DeSerializersT>

    The request builder itself, to facilitate method chaining.

    +
  • +

    Set timeout for requests towards the target system given in the destination.

    +

    Parameters

    • timeout: number
      +

      Value is in milliseconds and default value is 10000 (10 seconds).

      +

    Returns DeleteRequestBuilder<EntityT, DeSerializersT>

    The request builder itself, to facilitate method chaining.

    +
  • +

    Create the URL based on configuration of the given builder.

    +

    Parameters

    Returns Promise<string>

    Promise resolving to the URL for the request.

    +

    Copyright Ⓒ 2022 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/2.4.0/classes/sap_cloud_sdk_odata_v2.Entity.html b/docs/api/2.4.0/classes/sap_cloud_sdk_odata_v2.Entity.html new file mode 100644 index 0000000000..95766455ad --- /dev/null +++ b/docs/api/2.4.0/classes/sap_cloud_sdk_odata_v2.Entity.html @@ -0,0 +1,84 @@ + +Entity | SAP Cloud SDK for JavaScript / TypeScript - v2.4.0
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

Super class for all representations of OData v2 entity types.

+

Hierarchy

  • EntityBase
    • Entity

Index

Constructors

  • new Entity(schema: Record<string, any>): Entity
  • Parameters

    • schema: Record<string, any>

    Returns Entity

Properties

_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.

+
_oDataVersion: "v2" = 'v2'
_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 "*".

+
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
_defaultServicePath: string
_entityName: string
_serviceName: string

Accessors

  • get versionIdentifier(): string
  • +

    ETag version identifier accessor.

    +

    Returns string

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

    +

Methods

  • 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>

    EntityBase as an object with all defined entity fields.

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

    • key: string
    • Optional visitedEntities: EntityBase[]

    Returns any

  • 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(): 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(): 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(): 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>

    EntityBase with all properties that changed.

    +
  • 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[]

    EntityBase with all properties that changed.

    +
  • 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.

    +
  • 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.

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

    • EntityT: EntityBase<EntityT>

    Parameters

    • entity: EntityT
    • Optional visitedEntities: EntityBase[]

    Returns boolean

  • 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(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(state?: Record<string, any>): Entity
  • +

    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(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.

    +
  • toJSON(): {}
  • +

    Overwrites the default toJSON method so that all instance variables as well as all custom fields of the entity are returned.

    +

    Returns {}

    An object containing all instance variables + custom fields.

    +

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

    +
    • [key: string]: 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
  • Inherited constructor
  • Inherited method
  • Enumeration

Settings

Theme

\ No newline at end of file diff --git a/docs/api/2.4.0/classes/sap_cloud_sdk_odata_v2.FunctionImportRequestBuilder.html b/docs/api/2.4.0/classes/sap_cloud_sdk_odata_v2.FunctionImportRequestBuilder.html new file mode 100644 index 0000000000..c9ac73c7c0 --- /dev/null +++ b/docs/api/2.4.0/classes/sap_cloud_sdk_odata_v2.FunctionImportRequestBuilder.html @@ -0,0 +1,80 @@ + +FunctionImportRequestBuilder | SAP Cloud SDK for JavaScript / TypeScript - v2.4.0
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class FunctionImportRequestBuilder<DeSerializersT, ParametersT, ReturnT>

+

Create OData request to execute a function import.

+

Type parameters

  • DeSerializersT: DeSerializers

  • ParametersT

    +

    Type of the function import parameters.

    +
  • ReturnT

    +

    Type of the function import return value.

    +

Hierarchy

  • ActionFunctionImportRequestBuilderBase<ReturnT, ODataFunctionImportRequestConfig<DeSerializersT, ParametersT>>
    • FunctionImportRequestBuilder

Index

Constructors

  • new FunctionImportRequestBuilder<DeSerializersT, ParametersT, ReturnT>(method: RequestMethodType, defaultServicePath: string, functionImportName: string, responseTransformer: (data: any) => ReturnT, parameters: FunctionImportParameters<ParametersT>, deSerializers: DeSerializersT): FunctionImportRequestBuilder<DeSerializersT, ParametersT, ReturnT>
  • +

    Creates an instance of FunctionImportRequestBuilder.

    +

    Type parameters

    • DeSerializersT: DeSerializers<any, any, any, any, any, any, any, any, any, any, any, any, any, any, any, any, any, DeSerializersT>

    • 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.

      +
    • deSerializers: DeSerializersT
      +

      (De-)serializers used for transformation.

      +

    Returns FunctionImportRequestBuilder<DeSerializersT, ParametersT, ReturnT>

Properties

requestConfig: ODataFunctionImportRequestConfig<DeSerializersT, ParametersT>
responseTransformer: (data: any) => ReturnT

Type declaration

    • (data: any): ReturnT
    • Parameters

      • data: any

      Returns ReturnT

Methods

  • +

    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<DeSerializersT, ParametersT, ReturnT>

    The request builder itself, to facilitate method chaining.

    +
  • +

    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<DeSerializersT, ParametersT, ReturnT>

    The request builder itself, to facilitate method chaining.

    +
  • addCustomRequestConfiguration(requestConfiguration: Record<string, string>): FunctionImportRequestBuilder<DeSerializersT, ParametersT, ReturnT>
  • +

    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 [[defaultDisallowedKeys | 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<DeSerializersT, ParametersT, ReturnT>

    The request builder itself, to facilitate method chaining.

    +
  • +

    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<DeSerializersT, ParametersT, ReturnT>, "execute">

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

    +
  • build(): ODataRequest<ODataFunctionImportRequestConfig<DeSerializersT, ParametersT>>
  • build(destination: DestinationOrFetchOptions): Promise<ODataRequest<ODataFunctionImportRequestConfig<DeSerializersT, ParametersT>>>
  • Returns ODataRequest<ODataFunctionImportRequestConfig<DeSerializersT, ParametersT>>

  • Parameters

    Returns Promise<ODataRequest<ODataFunctionImportRequestConfig<DeSerializersT, ParametersT>>>

  • +

    Execute request.

    +

    Parameters

    • destination: DestinationOrFetchOptions
      +

      Destination or DestinationFetchOptions to execute the request against.

      +
    • Optional dataAccessor: (data: any) => any
      +

      A function to modify the received response data.

      +
        • (data: any): any
        • Parameters

          • data: any

          Returns any

    Returns Promise<ReturnT>

    A promise resolving to the requested return type.

    +
  • +

    Execute request and return an HttpResponse.

    +

    Parameters

    Returns Promise<HttpResponse>

    A promise resolving to an HttpResponse.

    +
  • relativeUrl(): string
  • +

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

    +

    Returns string

    The relative URL for the request.

    +
  • +

    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<DeSerializersT, ParametersT, ReturnT>

    The request builder itself, to facilitate method chaining.

    +
  • +

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

    +

    Returns FunctionImportRequestBuilder<DeSerializersT, ParametersT, ReturnT>

    The request builder itself, to facilitate method chaining.

    +
  • +

    Set timeout for requests towards the target system given in the destination.

    +

    Parameters

    • timeout: number
      +

      Value is in milliseconds and default value is 10000 (10 seconds).

      +

    Returns FunctionImportRequestBuilder<DeSerializersT, ParametersT, ReturnT>

    The request builder itself, to facilitate method chaining.

    +
  • +

    Create the URL based on configuration of the given builder.

    +

    Parameters

    Returns Promise<string>

    Promise resolving to the URL for the request.

    +

    Copyright Ⓒ 2022 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/2.4.0/classes/sap_cloud_sdk_odata_v2.GetAllRequestBuilder.html b/docs/api/2.4.0/classes/sap_cloud_sdk_odata_v2.GetAllRequestBuilder.html new file mode 100644 index 0000000000..b8a758f813 --- /dev/null +++ b/docs/api/2.4.0/classes/sap_cloud_sdk_odata_v2.GetAllRequestBuilder.html @@ -0,0 +1,90 @@ + +GetAllRequestBuilder | SAP Cloud SDK for JavaScript / TypeScript - v2.4.0
Options
All
  • Public
  • Public/Protected
  • All
Menu

Type parameters

Hierarchy

  • GetAllRequestBuilderBase<EntityT, DeSerializersT>
    • GetAllRequestBuilder

Implements

  • EntityIdentifiable<EntityT, DeSerializersT>

Index

Constructors

  • +

    Creates an instance of GetAllRequestBuilder.

    +

    Type parameters

    Parameters

    • entityApi: EntityApi<EntityT, DeSerializersT>
      +

      Entity API for building and executing the request.

      +

    Returns GetAllRequestBuilder<EntityT, DeSerializersT>

Properties

_deSerializers: DeSerializersT
_entity: EntityT
_entityApi: EntityApi<EntityT, DeSerializersT>
_entityConstructor: Constructable<EntityT>
dataAccessor: ResponseDataAccessor
entityDeserializer: EntityDeserializer
requestConfig: ODataGetAllRequestConfig<EntityT, DeSerializersT>

Methods

  • +

    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, DeSerializersT>

    The request builder itself, to facilitate method chaining.

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

    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, DeSerializersT>

    The request builder itself, to facilitate method chaining.

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

    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 [[defaultDisallowedKeys | 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, DeSerializersT>

    The request builder itself, to facilitate method chaining.

    +
  • +

    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, DeSerializersT>, "execute">

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

    +
  • build(): ODataRequest<ODataGetAllRequestConfig<EntityT, DeSerializersT>>
  • build(destination: DestinationOrFetchOptions): Promise<ODataRequest<ODataGetAllRequestConfig<EntityT, DeSerializersT>>>
  • Returns ODataRequest<ODataGetAllRequestConfig<EntityT, DeSerializersT>>

  • Parameters

    Returns Promise<ODataRequest<ODataGetAllRequestConfig<EntityT, DeSerializersT>>>

  • count(): CountRequestBuilder<EntityT, DeSerializersT>
  • +

    Count the number of entities.

    +

    Returns CountRequestBuilder<EntityT, DeSerializersT>

    A count request builder for execution.

    +
  • +

    Execute request.

    +

    Parameters

    Returns Promise<EntityT[]>

    A promise resolving to the requested entities.

    +
  • +

    Execute request and return an HttpResponse.

    +

    Parameters

    Returns Promise<HttpResponse>

    A promise resolving to an HttpResponse.

    +
  • filter(expressions: Filterable<EntityT, DeSerializersT, EntityApi<EntityBase, DeSerializersT>>[]): GetAllRequestBuilder<EntityT, DeSerializersT>
  • filter(...expressions: Filterable<EntityT, DeSerializersT, EntityApi<EntityBase, DeSerializersT>>[]): GetAllRequestBuilder<EntityT, DeSerializersT>
  • +

    Add filter statements to the request.

    +

    Parameters

    • expressions: Filterable<EntityT, DeSerializersT, EntityApi<EntityBase, DeSerializersT>>[]
      +

      Filter expressions to restrict the response.

      +

    Returns GetAllRequestBuilder<EntityT, DeSerializersT>

    The request builder itself, to facilitate method chaining.

    +
  • Parameters

    • Rest ...expressions: Filterable<EntityT, DeSerializersT, EntityApi<EntityBase, DeSerializersT>>[]

    Returns GetAllRequestBuilder<EntityT, DeSerializersT>

  • +

    Add order-by statements to the request.

    +

    Parameters

    • orderBy: Orderable<EntityT, EntityApi<EntityBase, DefaultDeSerializers>>[]
      +

      OrderBy statements to order the response by.

      +

    Returns GetAllRequestBuilder<EntityT, DeSerializersT>

    The request builder itself, to facilitate method chaining.

    +
  • Parameters

    • Rest ...orderBy: Orderable<EntityT, EntityApi<EntityBase, DefaultDeSerializers>>[]

    Returns GetAllRequestBuilder<EntityT, DeSerializersT>

  • relativeUrl(): string
  • +

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

    +

    Returns string

    The relative URL for the request.

    +
  • select(...selects: Selectable<EntityT, DeSerializersT>[]): GetAllRequestBuilder<EntityT, DeSerializersT>
  • select(selects: Selectable<EntityT, DeSerializersT>[]): GetAllRequestBuilder<EntityT, DeSerializersT>
  • +

    Restrict the response to the given selection of properties in the request.

    +

    Parameters

    • Rest ...selects: Selectable<EntityT, DeSerializersT>[]
      +

      Fields to select in the request.

      +

    Returns GetAllRequestBuilder<EntityT, DeSerializersT>

    The request builder itself, to facilitate method chaining.

    +
  • Parameters

    • selects: Selectable<EntityT, DeSerializersT>[]

    Returns GetAllRequestBuilder<EntityT, DeSerializersT>

  • +

    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, DeSerializersT>

    The request builder itself, to facilitate method chaining.

    +
  • +

    Skip number of entities.

    +

    Parameters

    • skip: number
      +

      Number of matching entities to skip. Useful for paging.

      +

    Returns GetAllRequestBuilder<EntityT, DeSerializersT>

    The request builder itself, to facilitate method chaining.

    +
  • +

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

    +

    Returns GetAllRequestBuilder<EntityT, DeSerializersT>

    The request builder itself, to facilitate method chaining.

    +
  • +

    Set timeout for requests towards the target system given in the destination.

    +

    Parameters

    • timeout: number
      +

      Value is in milliseconds and default value is 10000 (10 seconds).

      +

    Returns GetAllRequestBuilder<EntityT, DeSerializersT>

    The request builder itself, to facilitate method chaining.

    +
  • +

    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, DeSerializersT>

    The request builder itself, to facilitate method chaining.

    +
  • +

    Create the URL based on configuration of the given builder.

    +

    Parameters

    Returns Promise<string>

    Promise resolving to the URL for the request.

    +

    Copyright Ⓒ 2022 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/2.4.0/classes/sap_cloud_sdk_odata_v2.GetByKeyRequestBuilder.html b/docs/api/2.4.0/classes/sap_cloud_sdk_odata_v2.GetByKeyRequestBuilder.html new file mode 100644 index 0000000000..e149eb59a4 --- /dev/null +++ b/docs/api/2.4.0/classes/sap_cloud_sdk_odata_v2.GetByKeyRequestBuilder.html @@ -0,0 +1,75 @@ + +GetByKeyRequestBuilder | SAP Cloud SDK for JavaScript / TypeScript - v2.4.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

Hierarchy

  • GetByKeyRequestBuilderBase<EntityT, DeSerializersT>
    • GetByKeyRequestBuilder

Implements

  • EntityIdentifiable<EntityT, DeSerializersT>

Index

Constructors

  • new GetByKeyRequestBuilder<EntityT, DeSerializersT>(entityApi: EntityApi<EntityT, DeSerializersT>, keys: Record<string, any>): GetByKeyRequestBuilder<EntityT, DeSerializersT>
  • +

    Creates an instance of GetByKeyRequestBuilder.

    +

    Type parameters

    Parameters

    • entityApi: EntityApi<EntityT, DeSerializersT>
      +

      Entity API for building and executing the request.

      +
    • keys: Record<string, any>
      +

      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, DeSerializersT>

Properties

_deSerializers: DeSerializersT
_entity: EntityT
_entityApi: EntityApi<EntityT, DeSerializersT>
_entityConstructor: Constructable<EntityT>
dataAccessor: ResponseDataAccessor
entityDeserializer: EntityDeserializer
requestConfig: ODataGetByKeyRequestConfig<EntityT, DeSerializersT>

Methods

  • +

    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, DeSerializersT>

    The request builder itself, to facilitate method chaining.

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

    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, DeSerializersT>

    The request builder itself, to facilitate method chaining.

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

    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 [[defaultDisallowedKeys | 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, DeSerializersT>

    The request builder itself, to facilitate method chaining.

    +
  • +

    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, DeSerializersT>, "execute">

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

    +
  • build(): ODataRequest<ODataGetByKeyRequestConfig<EntityT, DeSerializersT>>
  • build(destination: DestinationOrFetchOptions): Promise<ODataRequest<ODataGetByKeyRequestConfig<EntityT, DeSerializersT>>>
  • Returns ODataRequest<ODataGetByKeyRequestConfig<EntityT, DeSerializersT>>

  • Parameters

    Returns Promise<ODataRequest<ODataGetByKeyRequestConfig<EntityT, DeSerializersT>>>

  • +

    Execute request.

    +

    Parameters

    Returns Promise<EntityT>

    A promise resolving to the requested entity.

    +
  • +

    Execute request and return an HttpResponse.

    +

    Parameters

    Returns Promise<HttpResponse>

    A promise resolving to an HttpResponse.

    +
  • relativeUrl(): string
  • +

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

    +

    Returns string

    The relative URL for the request.

    +
  • +

    Restrict the response to the given selection of properties in the request.

    +

    Parameters

    • Rest ...selects: Selectable<EntityT, DeSerializersT>[]
      +

      Fields to select in the request.

      +

    Returns GetByKeyRequestBuilder<EntityT, DeSerializersT>

    The request builder itself, to facilitate method chaining.

    +
  • Parameters

    • selects: Selectable<EntityT, DeSerializersT>[]

    Returns GetByKeyRequestBuilder<EntityT, DeSerializersT>

  • +

    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, DeSerializersT>

    The request builder itself, to facilitate method chaining.

    +
  • +

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

    +

    Returns GetByKeyRequestBuilder<EntityT, DeSerializersT>

    The request builder itself, to facilitate method chaining.

    +
  • +

    Set timeout for requests towards the target system given in the destination.

    +

    Parameters

    • timeout: number
      +

      Value is in milliseconds and default value is 10000 (10 seconds).

      +

    Returns GetByKeyRequestBuilder<EntityT, DeSerializersT>

    The request builder itself, to facilitate method chaining.

    +
  • +

    Create the URL based on configuration of the given builder.

    +

    Parameters

    Returns Promise<string>

    Promise resolving to the URL for the request.

    +

    Copyright Ⓒ 2022 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/2.4.0/classes/sap_cloud_sdk_odata_v2.ODataBatchRequestBuilder.html b/docs/api/2.4.0/classes/sap_cloud_sdk_odata_v2.ODataBatchRequestBuilder.html new file mode 100644 index 0000000000..5298aa94d0 --- /dev/null +++ b/docs/api/2.4.0/classes/sap_cloud_sdk_odata_v2.ODataBatchRequestBuilder.html @@ -0,0 +1,67 @@ + +ODataBatchRequestBuilder | SAP Cloud SDK for JavaScript / TypeScript - v2.4.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.

+

Type parameters

Hierarchy

  • BatchRequestBuilder<DeSerializersT>
    • ODataBatchRequestBuilder

Index

Constructors

  • new ODataBatchRequestBuilder<DeSerializersT>(defaultServicePath: string, requests: (BatchChangeSet<DeSerializersT> | GetAllRequestBuilderBase<EntityBase, DeSerializersT> | GetByKeyRequestBuilderBase<EntityBase, DeSerializersT>)[]): ODataBatchRequestBuilder<DeSerializersT>
  • +

    Creates an instance of ODataBatchRequestBuilder.

    +

    Type parameters

    Parameters

    • defaultServicePath: string
      +

      Service path.

      +
    • requests: (BatchChangeSet<DeSerializersT> | GetAllRequestBuilderBase<EntityBase, DeSerializersT> | GetByKeyRequestBuilderBase<EntityBase, DeSerializersT>)[]
      +

      An array of retrieve requests or change sets.

      +

    Returns ODataBatchRequestBuilder<DeSerializersT>

Properties

deSerializers: undefined | DeSerializersT
defaultServicePath: string
requestConfig: ODataBatchRequestConfig
requests: (BatchChangeSet<DeSerializersT> | GetAllRequestBuilderBase<EntityBase, DeSerializersT> | GetByKeyRequestBuilderBase<EntityBase, DeSerializersT>)[]

Methods

  • +

    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<DeSerializersT>

    The request builder itself, to facilitate method chaining.

    +
  • +

    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<DeSerializersT>

    The request builder itself, to facilitate method chaining.

    +
  • +

    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 [[defaultDisallowedKeys | 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<DeSerializersT>

    The request builder itself, to facilitate method chaining.

    +
  • +

    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<DeSerializersT>, "execute">

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

    +
  • build(): ODataRequest<ODataBatchRequestConfig>
  • build(destination: DestinationOrFetchOptions): Promise<ODataRequest<ODataBatchRequestConfig>>
  • Returns ODataRequest<ODataBatchRequestConfig>

  • Parameters

    Returns Promise<ODataRequest<ODataBatchRequestConfig>>

  • +

    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<DeSerializersT>[]>

    Promise resolving to the requested data.

    +
  • +

    Execute request and return an HttpResponse.

    +

    Parameters

    Returns Promise<HttpResponse>

    A promise resolving to an HttpResponse.

    +
  • getEntityToApiMap(): Record<string, EntityApi<EntityBase, DeSerializersT>>
  • Returns Record<string, EntityApi<EntityBase, DeSerializersT>>

  • relativeUrl(): string
  • +

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

    +

    Returns string

    The relative URL for the request.

    +
  • +

    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<DeSerializersT>

    The request builder itself, to facilitate method chaining.

    +
  • +

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

    +

    Returns ODataBatchRequestBuilder<DeSerializersT>

    The request builder itself, to facilitate method chaining.

    +
  • +

    Set timeout for requests towards the target system given in the destination.

    +

    Parameters

    • timeout: number
      +

      Value is in milliseconds and default value is 10000 (10 seconds).

      +

    Returns ODataBatchRequestBuilder<DeSerializersT>

    The request builder itself, to facilitate method chaining.

    +
  • +

    Create the URL based on configuration of the given builder.

    +

    Parameters

    Returns Promise<string>

    Promise resolving to the URL for the request.

    +

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

    +
  • Parameters

    • subRequestPathType: BatchSubRequestPathType

    Returns ODataBatchRequestBuilder<DeSerializersT>

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/2.4.0/classes/sap_cloud_sdk_odata_v2.UpdateRequestBuilder.html b/docs/api/2.4.0/classes/sap_cloud_sdk_odata_v2.UpdateRequestBuilder.html new file mode 100644 index 0000000000..97a32f86ad --- /dev/null +++ b/docs/api/2.4.0/classes/sap_cloud_sdk_odata_v2.UpdateRequestBuilder.html @@ -0,0 +1,94 @@ + +UpdateRequestBuilder | SAP Cloud SDK for JavaScript / TypeScript - v2.4.0
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

Create OData query to update an entity.

+

Type parameters

Hierarchy

  • UpdateRequestBuilderBase<EntityT, DeSerializersT>
    • UpdateRequestBuilder

Implements

  • EntityIdentifiable<EntityT, DeSerializersT>

Index

Constructors

  • new UpdateRequestBuilder<EntityT, DeSerializersT>(entityApi: EntityApi<EntityT, DeSerializersT>, _entity: EntityT): UpdateRequestBuilder<EntityT, DeSerializersT>
  • +

    Creates an instance of UpdateRequestBuilder.

    +

    Type parameters

    Parameters

    • entityApi: EntityApi<EntityT, DeSerializersT>
      +

      Entity API for building and executing the request.

      +
    • _entity: EntityT
      +

      Entity to be updated.

      +

    Returns UpdateRequestBuilder<EntityT, DeSerializersT>

Properties

_deSerializers: DeSerializersT
_entity: EntityT
_entityApi: EntityApi<EntityT, DeSerializersT>
entitySerializer: EntitySerializer
extractODataEtag: (json: Record<string, any>) => undefined | string

Type declaration

    • (json: Record<string, any>): undefined | string
    • Parameters

      • json: Record<string, any>

      Returns undefined | string

oDataUri: ODataUri<DeSerializersT>
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: ODataUpdateRequestConfig<EntityT, DeSerializersT>

Accessors

  • get entity(): EntityT
  • Returns EntityT

Methods

  • +

    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, DeSerializersT>

    The request builder itself, to facilitate method chaining.

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

    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, DeSerializersT>

    The request builder itself, to facilitate method chaining.

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

    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 [[defaultDisallowedKeys | 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, DeSerializersT>

    The request builder itself, to facilitate method chaining.

    +
  • +

    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, DeSerializersT>, "execute">

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

    +
  • build(): ODataRequest<ODataUpdateRequestConfig<EntityT, DeSerializersT>>
  • build(destination: DestinationOrFetchOptions): Promise<ODataRequest<ODataUpdateRequestConfig<EntityT, DeSerializersT>>>
  • Returns ODataRequest<ODataUpdateRequestConfig<EntityT, DeSerializersT>>

  • Parameters

    Returns Promise<ODataRequest<ODataUpdateRequestConfig<EntityT, DeSerializersT>>>

  • +

    Executes the query.

    +

    Parameters

    Returns Promise<EntityT>

    A promise resolving to the entity once it was updated.

    +
  • +

    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.

    +
  • executeRequest(request: ODataRequest<ODataUpdateRequestConfig<EntityT, DeSerializersT>>): Promise<EntityT>
  • +

    Executes the query.

    +

    Parameters

    • request: ODataRequest<ODataUpdateRequestConfig<EntityT, DeSerializersT>>
      +

      Request object to be executed.

      +

    Returns Promise<EntityT>

    A promise resolving to the entity once it was updated.

    +
  • executeRequestRaw(request: ODataRequest<ODataUpdateRequestConfig<EntityT, DeSerializersT>>): Promise<HttpResponse>
  • Parameters

    • request: ODataRequest<ODataUpdateRequestConfig<EntityT, DeSerializersT>>

    Returns Promise<HttpResponse>

  • getPayload(): Record<string, any>
  • Returns Record<string, any>

  • +

    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, DeSerializersT>

    The request itself to ease chaining while executing the request.

    +
  • isEmptyObject(obj: any): boolean
  • Parameters

    • obj: any

    Returns boolean

  • relativeUrl(): string
  • +

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

    +

    Returns string

    The relative URL for the request.

    +
  • +

    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, DeSerializersT>

    The entity itself, to facilitate method chaining.

    +
  • +

    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, DeSerializersT>

    The request builder itself, to facilitate method chaining.

    +
  • setIgnoredFields(...fields: Selectable<EntityT, DeSerializersT>[]): UpdateRequestBuilder<EntityT, DeSerializersT>
  • setIgnoredFields(fields: Selectable<EntityT, DeSerializersT>[]): UpdateRequestBuilder<EntityT, DeSerializersT>
  • +

    Sets entity fields to ignore by the update request.

    +

    Parameters

    • Rest ...fields: Selectable<EntityT, DeSerializersT>[]
      +

      Enumeration of the fields to be ignored.

      +

    Returns UpdateRequestBuilder<EntityT, DeSerializersT>

    The entity itself, to facilitate method chaining.

    +
  • Parameters

    • fields: Selectable<EntityT, DeSerializersT>[]

    Returns UpdateRequestBuilder<EntityT, DeSerializersT>

  • setRequiredFields(...fields: Selectable<EntityT, DeSerializersT>[]): UpdateRequestBuilder<EntityT, DeSerializersT>
  • setRequiredFields(fields: Selectable<EntityT, DeSerializersT>[]): UpdateRequestBuilder<EntityT, DeSerializersT>
  • +

    Sets required entity keys for the update request.

    +

    Parameters

    • Rest ...fields: Selectable<EntityT, DeSerializersT>[]
      +

      Enumeration of the fields to be required.

      +

    Returns UpdateRequestBuilder<EntityT, DeSerializersT>

    The entity itself, to facilitate method chaining.

    +
  • Parameters

    • fields: Selectable<EntityT, DeSerializersT>[]

    Returns UpdateRequestBuilder<EntityT, DeSerializersT>

  • +

    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, DeSerializersT>

    The request itself to ease chaining while executing the request.

    +
  • +

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

    +

    Returns UpdateRequestBuilder<EntityT, DeSerializersT>

    The request builder itself, to facilitate method chaining.

    +
  • +

    Set timeout for requests towards the target system given in the destination.

    +

    Parameters

    • timeout: number
      +

      Value is in milliseconds and default value is 10000 (10 seconds).

      +

    Returns UpdateRequestBuilder<EntityT, DeSerializersT>

    The request builder itself, to facilitate method chaining.

    +
  • +

    Create the URL based on configuration of the given builder.

    +

    Parameters

    Returns Promise<string>

    Promise resolving to the URL for the request.

    +

    Copyright Ⓒ 2022 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/2.4.0/classes/sap_cloud_sdk_odata_v4.ActionImportParameter.html b/docs/api/2.4.0/classes/sap_cloud_sdk_odata_v4.ActionImportParameter.html new file mode 100644 index 0000000000..60ab1d29b7 --- /dev/null +++ b/docs/api/2.4.0/classes/sap_cloud_sdk_odata_v4.ActionImportParameter.html @@ -0,0 +1,11 @@ + +ActionImportParameter | SAP Cloud SDK for JavaScript / TypeScript - v2.4.0
Options
All
  • Public
  • Public/Protected
  • All
Menu

Type parameters

  • ValueT

Hierarchy

  • ActionImportParameter

Index

Constructors

  • new ActionImportParameter<ValueT>(originalName: string, edmType: EdmTypeCommon | ExclusiveEdmTypeV2 | ExclusiveEdmTypeV4, value: ValueT): ActionImportParameter<ValueT>
  • +

    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 Ⓒ 2022 SAP SE or an SAP affiliate company. All rights reserved.

      +

    Returns ActionImportParameter<ValueT>

Properties

edmType: EdmTypeCommon | ExclusiveEdmTypeV2 | ExclusiveEdmTypeV4
originalName: string
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/2.4.0/classes/sap_cloud_sdk_odata_v4.ActionImportRequestBuilder.html b/docs/api/2.4.0/classes/sap_cloud_sdk_odata_v4.ActionImportRequestBuilder.html new file mode 100644 index 0000000000..1df6a22b25 --- /dev/null +++ b/docs/api/2.4.0/classes/sap_cloud_sdk_odata_v4.ActionImportRequestBuilder.html @@ -0,0 +1,78 @@ + +ActionImportRequestBuilder | SAP Cloud SDK for JavaScript / TypeScript - v2.4.0
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class ActionImportRequestBuilder<DeSerializersT, ParametersT, ReturnT>

+

Create an OData request to execute an action import.

+

Type parameters

  • DeSerializersT: DeSerializers

  • ParametersT

    +

    Type of the action import parameters.

    +
  • ReturnT

    +

    Type of the action import return value.

    +

Hierarchy

  • ActionFunctionImportRequestBuilderBase<ReturnT, ODataActionImportRequestConfig<DeSerializersT, ParametersT>>
    • ActionImportRequestBuilder

Index

Constructors

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

    Creates an instance of ActionImportRequestBuilder.

    +

    Type parameters

    • DeSerializersT: DeSerializers<any, any, any, any, any, any, any, any, any, any, any, any, any, any, any, any, any, any, any, DeSerializersT>

    • 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: ActionImportParameters<ParametersT>
      +

      Parameters to be set in the action.

      +
    • deSerializers: DeSerializersT
      +

      DeSerializer used in the action import.

      +

    Returns ActionImportRequestBuilder<DeSerializersT, ParametersT, ReturnT>

Properties

requestConfig: ODataActionImportRequestConfig<DeSerializersT, ParametersT>
responseTransformer: (data: any) => ReturnT

Type declaration

    • (data: any): ReturnT
    • Parameters

      • data: any

      Returns ReturnT

Methods

  • +

    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<DeSerializersT, ParametersT, ReturnT>

    The request builder itself, to facilitate method chaining.

    +
  • addCustomQueryParameters(queryParameters: Record<string, string>): ActionImportRequestBuilder<DeSerializersT, ParametersT, ReturnT>
  • +

    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<DeSerializersT, ParametersT, ReturnT>

    The request builder itself, to facilitate method chaining.

    +
  • addCustomRequestConfiguration(requestConfiguration: Record<string, string>): ActionImportRequestBuilder<DeSerializersT, ParametersT, ReturnT>
  • +

    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 [[defaultDisallowedKeys | 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<DeSerializersT, ParametersT, ReturnT>

    The request builder itself, to facilitate method chaining.

    +
  • +

    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<DeSerializersT, ParametersT, ReturnT>, "execute">

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

    +
  • build(): ODataRequest<ODataActionImportRequestConfig<DeSerializersT, ParametersT>>
  • build(destination: DestinationOrFetchOptions): Promise<ODataRequest<ODataActionImportRequestConfig<DeSerializersT, ParametersT>>>
  • Returns ODataRequest<ODataActionImportRequestConfig<DeSerializersT, ParametersT>>

  • Parameters

    Returns Promise<ODataRequest<ODataActionImportRequestConfig<DeSerializersT, ParametersT>>>

  • +

    Execute request.

    +

    Parameters

    • destination: DestinationOrFetchOptions
      +

      Destination or DestinationFetchOptions to execute the request against.

      +
    • Optional dataAccessor: (data: any) => any
      +

      A function to modify the received response data.

      +
        • (data: any): any
        • Parameters

          • data: any

          Returns any

    Returns Promise<ReturnT>

    A promise resolving to the requested return type.

    +
  • +

    Execute request and return an HttpResponse.

    +

    Parameters

    Returns Promise<HttpResponse>

    A promise resolving to an HttpResponse.

    +
  • relativeUrl(): string
  • +

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

    +

    Returns string

    The relative URL for the request.

    +
  • +

    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<DeSerializersT, ParametersT, ReturnT>

    The request builder itself, to facilitate method chaining.

    +
  • +

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

    +

    Returns ActionImportRequestBuilder<DeSerializersT, ParametersT, ReturnT>

    The request builder itself, to facilitate method chaining.

    +
  • +

    Set timeout for requests towards the target system given in the destination.

    +

    Parameters

    • timeout: number
      +

      Value is in milliseconds and default value is 10000 (10 seconds).

      +

    Returns ActionImportRequestBuilder<DeSerializersT, ParametersT, ReturnT>

    The request builder itself, to facilitate method chaining.

    +
  • +

    Create the URL based on configuration of the given builder.

    +

    Parameters

    Returns Promise<string>

    Promise resolving to the URL for the request.

    +

    Copyright Ⓒ 2022 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/2.4.0/classes/sap_cloud_sdk_odata_v4.CountRequestBuilder.html b/docs/api/2.4.0/classes/sap_cloud_sdk_odata_v4.CountRequestBuilder.html new file mode 100644 index 0000000000..350e54440e --- /dev/null +++ b/docs/api/2.4.0/classes/sap_cloud_sdk_odata_v4.CountRequestBuilder.html @@ -0,0 +1,70 @@ + +CountRequestBuilder | SAP Cloud SDK for JavaScript / TypeScript - v2.4.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

Hierarchy

  • CountRequestBuilder<EntityT, DeSerializersT>
    • CountRequestBuilder

Index

Constructors

  • new CountRequestBuilder<EntityT, DeSerializersT>(getAllRequest: GetAllRequestBuilderBase<EntityT, DeSerializersT>): CountRequestBuilder<EntityT, DeSerializersT>
  • +

    Creates an instance of CountRequestBuilder.

    +

    Type parameters

    Parameters

    • getAllRequest: GetAllRequestBuilderBase<EntityT, DeSerializersT>
      +

      Get all request builder to count result for.

      +

    Returns CountRequestBuilder<EntityT, DeSerializersT>

Properties

getAllRequest: GetAllRequestBuilderBase<EntityT, DeSerializersT>
requestConfig: ODataCountRequestConfig<EntityT, DeSerializersT>

Methods

  • addCustomHeaders(headers: Record<string, string>): CountRequestBuilder<EntityT, DeSerializersT>
  • +

    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, DeSerializersT>

    The request builder itself, to facilitate method chaining.

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

    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, DeSerializersT>

    The request builder itself, to facilitate method chaining.

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

    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 [[defaultDisallowedKeys | 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, DeSerializersT>

    The request builder itself, to facilitate method chaining.

    +
  • +

    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, DeSerializersT>, "execute">

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

    +
  • build(): ODataRequest<ODataCountRequestConfig<EntityT, DeSerializersT>>
  • build(destination: DestinationOrFetchOptions): Promise<ODataRequest<ODataCountRequestConfig<EntityT, DeSerializersT>>>
  • Returns ODataRequest<ODataCountRequestConfig<EntityT, DeSerializersT>>

  • Parameters

    Returns Promise<ODataRequest<ODataCountRequestConfig<EntityT, DeSerializersT>>>

  • +

    Execute request.

    +

    Parameters

    Returns Promise<number>

    A promise resolving to the number of entities.

    +
  • +

    Execute request and return an HttpResponse.

    +

    Parameters

    Returns Promise<HttpResponse>

    A promise resolving to an HttpResponse.

    +
  • relativeUrl(): string
  • +

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

    +

    Returns string

    The relative URL for the request.

    +
  • +

    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, DeSerializersT>

    The request builder itself, to facilitate method chaining.

    +
  • +

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

    +

    Returns CountRequestBuilder<EntityT, DeSerializersT>

    The request builder itself, to facilitate method chaining.

    +
  • +

    Set timeout for requests towards the target system given in the destination.

    +

    Parameters

    • timeout: number
      +

      Value is in milliseconds and default value is 10000 (10 seconds).

      +

    Returns CountRequestBuilder<EntityT, DeSerializersT>

    The request builder itself, to facilitate method chaining.

    +
  • +

    Create the URL based on configuration of the given builder.

    +

    Parameters

    Returns Promise<string>

    Promise resolving to the URL for the request.

    +

    Copyright Ⓒ 2022 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/2.4.0/classes/sap_cloud_sdk_odata_v4.CreateRequestBuilder.html b/docs/api/2.4.0/classes/sap_cloud_sdk_odata_v4.CreateRequestBuilder.html new file mode 100644 index 0000000000..d1d28ba05b --- /dev/null +++ b/docs/api/2.4.0/classes/sap_cloud_sdk_odata_v4.CreateRequestBuilder.html @@ -0,0 +1,75 @@ + +CreateRequestBuilder | SAP Cloud SDK for JavaScript / TypeScript - v2.4.0
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

Create OData request to create an entity.

+

Type parameters

Hierarchy

  • CreateRequestBuilderBase<EntityT, DeSerializersT>
    • CreateRequestBuilder

Implements

  • EntityIdentifiable<EntityT, DeSerializersT>

Index

Constructors

  • new CreateRequestBuilder<EntityT, DeSerializersT>(entityApi: EntityApi<EntityT, DeSerializersT>, _entity: EntityT): CreateRequestBuilder<EntityT, DeSerializersT>
  • +

    Creates an instance of CreateRequestBuilder.

    +

    Type parameters

    Parameters

    • entityApi: EntityApi<EntityT, DeSerializersT>
      +

      Entity API for building and executing the request.

      +
    • _entity: EntityT
      +

      Entity to be created.

      +

    Returns CreateRequestBuilder<EntityT, DeSerializersT>

Properties

_deSerializers: DeSerializersT
_entity: EntityT
_entityApi: EntityApi<EntityT, DeSerializersT>
deserializer: EntityDeserializer
oDataUri: ODataUri<DeSerializersT>
requestConfig: ODataCreateRequestConfig<EntityT, DeSerializersT>
responseDataAccessor: ResponseDataAccessor
serializer: EntitySerializer

Accessors

  • get entity(): EntityT
  • Returns EntityT

Methods

  • +

    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, DeSerializersT>

    The request builder itself, to facilitate method chaining.

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

    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, DeSerializersT>

    The request builder itself, to facilitate method chaining.

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

    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 [[defaultDisallowedKeys | 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, DeSerializersT>

    The request builder itself, to facilitate method chaining.

    +
  • +

    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, DeSerializersT>, "execute">

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

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

    Specifies the parent of the entity to create.

    +

    Type parameters

    • ParentEntityT: EntityBase<ParentEntityT>

    Parameters

    • parentEntity: ParentEntityT
      +

      Parent of the entity to create.

      +
    • linkField: Link<ParentEntityT, DeSerializersT, EntityApi<EntityT, any>>
      +

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

      +

    Returns CreateRequestBuilder<EntityT, DeSerializersT>

    The entity itself, to facilitate method chaining.

    +
  • build(): ODataRequest<ODataCreateRequestConfig<EntityT, DeSerializersT>>
  • build(destination: DestinationOrFetchOptions): Promise<ODataRequest<ODataCreateRequestConfig<EntityT, DeSerializersT>>>
  • Returns ODataRequest<ODataCreateRequestConfig<EntityT, DeSerializersT>>

  • Parameters

    Returns Promise<ODataRequest<ODataCreateRequestConfig<EntityT, DeSerializersT>>>

  • +

    Execute query.

    +

    Parameters

    Returns Promise<EntityT>

    A promise resolving to the created entity.

    +
  • +

    Execute request and return an HttpResponse.

    +

    Parameters

    Returns Promise<HttpResponse>

    A promise resolving to an HttpResponse.

    +
  • relativeUrl(): string
  • +

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

    +

    Returns string

    The relative URL for the request.

    +
  • +

    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, DeSerializersT>

    The request builder itself, to facilitate method chaining.

    +
  • +

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

    +

    Returns CreateRequestBuilder<EntityT, DeSerializersT>

    The request builder itself, to facilitate method chaining.

    +
  • +

    Set timeout for requests towards the target system given in the destination.

    +

    Parameters

    • timeout: number
      +

      Value is in milliseconds and default value is 10000 (10 seconds).

      +

    Returns CreateRequestBuilder<EntityT, DeSerializersT>

    The request builder itself, to facilitate method chaining.

    +
  • +

    Create the URL based on configuration of the given builder.

    +

    Parameters

    Returns Promise<string>

    Promise resolving to the URL for the request.

    +

    Copyright Ⓒ 2022 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/2.4.0/classes/sap_cloud_sdk_odata_v4.CustomField.html b/docs/api/2.4.0/classes/sap_cloud_sdk_odata_v4.CustomField.html new file mode 100644 index 0000000000..dcdf20145c --- /dev/null +++ b/docs/api/2.4.0/classes/sap_cloud_sdk_odata_v4.CustomField.html @@ -0,0 +1,6 @@ + +CustomField | SAP Cloud SDK for JavaScript / TypeScript - v2.4.0
Options
All
  • Public
  • Public/Protected
  • All
Menu

Type parameters

Hierarchy

  • CustomField<EntityT, any, NullableT>
    • CustomField

Index

Constructors

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

    • EntityT: Entity<EntityT>

    • DeSerializersT: DeSerializers<any, any, any, any, any, any, any, any, any, any, any, any, any, any, any, any, any, any, any, DeSerializersT>

    • NullableT: boolean = false

    Parameters

    • fieldName: string
    • entityConstructor: Constructable<EntityT>
    • deSerializers: any
    • Optional isNullable: NullableT

    Returns CustomField<EntityT, DeSerializersT, NullableT>

Properties

_entityConstructor: Constructable<EntityT>
_fieldName: string
_fieldOptions: Required<FieldOptions<NullableT, false>>
fieldBuilder: FieldBuilder<Constructable<EntityT>, any>

Methods

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  • 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 Ⓒ 2022 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/2.4.0/classes/sap_cloud_sdk_odata_v4.DeleteRequestBuilder.html b/docs/api/2.4.0/classes/sap_cloud_sdk_odata_v4.DeleteRequestBuilder.html new file mode 100644 index 0000000000..9c89b824d7 --- /dev/null +++ b/docs/api/2.4.0/classes/sap_cloud_sdk_odata_v4.DeleteRequestBuilder.html @@ -0,0 +1,76 @@ + +DeleteRequestBuilder | SAP Cloud SDK for JavaScript / TypeScript - v2.4.0
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

Create OData query to delete an entity.

+

Type parameters

Hierarchy

  • DeleteRequestBuilderBase<EntityT, DeSerializersT>
    • DeleteRequestBuilder

Index

Constructors

  • new DeleteRequestBuilder<EntityT, DeSerializersT>(entityApi: EntityApi<EntityT, DeSerializersT>, keysOrEntity: Record<string, any> | Entity): DeleteRequestBuilder<EntityT, DeSerializersT>
  • +

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

    +

    Type parameters

    Parameters

    • entityApi: EntityApi<EntityT, DeSerializersT>
      +

      Entity API for building and executing the request.

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

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

      +

    Returns DeleteRequestBuilder<EntityT, DeSerializersT>

Properties

_deSerializers: DeSerializersT
_entity: EntityT
_entityApi: EntityApi<EntityT, DeSerializersT>
requestConfig: ODataDeleteRequestConfig<EntityT, DeSerializersT>

Methods

  • +

    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, DeSerializersT>

    The request builder itself, to facilitate method chaining.

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

    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, DeSerializersT>

    The request builder itself, to facilitate method chaining.

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

    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 [[defaultDisallowedKeys | 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, DeSerializersT>

    The request builder itself, to facilitate method chaining.

    +
  • +

    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, DeSerializersT>, "execute">

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

    +
  • build(): ODataRequest<ODataDeleteRequestConfig<EntityT, DeSerializersT>>
  • build(destination: DestinationOrFetchOptions): Promise<ODataRequest<ODataDeleteRequestConfig<EntityT, DeSerializersT>>>
  • Returns ODataRequest<ODataDeleteRequestConfig<EntityT, DeSerializersT>>

  • Parameters

    Returns Promise<ODataRequest<ODataDeleteRequestConfig<EntityT, DeSerializersT>>>

  • +

    Execute query.

    +

    Parameters

    Returns Promise<void>

    A promise resolving once the entity was deleted.

    +
  • +

    Execute request and return an HttpResponse.

    +

    Parameters

    Returns Promise<HttpResponse>

    A promise resolving to an HttpResponse.

    +
  • +

    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, DeSerializersT>

    The request itself to ease chaining while executing the request.

    +
  • relativeUrl(): string
  • +

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

    +

    Returns string

    The relative URL for the request.

    +
  • +

    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, DeSerializersT>

    The request builder itself, to facilitate method chaining.

    +
  • +

    Add ETag version identifier in the delete request header.

    +

    Parameters

    • etag: string
      +

      The version identifier of the entity.

      +

    Returns DeleteRequestBuilder<EntityT, DeSerializersT>

    The builder itself, to facilitate method chaining.

    +
  • +

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

    +

    Returns DeleteRequestBuilder<EntityT, DeSerializersT>

    The request builder itself, to facilitate method chaining.

    +
  • +

    Set timeout for requests towards the target system given in the destination.

    +

    Parameters

    • timeout: number
      +

      Value is in milliseconds and default value is 10000 (10 seconds).

      +

    Returns DeleteRequestBuilder<EntityT, DeSerializersT>

    The request builder itself, to facilitate method chaining.

    +
  • +

    Create the URL based on configuration of the given builder.

    +

    Parameters

    Returns Promise<string>

    Promise resolving to the URL for the request.

    +

    Copyright Ⓒ 2022 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/2.4.0/classes/sap_cloud_sdk_odata_v4.Entity.html b/docs/api/2.4.0/classes/sap_cloud_sdk_odata_v4.Entity.html new file mode 100644 index 0000000000..4dd4d7e7d3 --- /dev/null +++ b/docs/api/2.4.0/classes/sap_cloud_sdk_odata_v4.Entity.html @@ -0,0 +1,84 @@ + +Entity | SAP Cloud SDK for JavaScript / TypeScript - v2.4.0
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

Super class for all representations of OData v4 entity types.

+

Hierarchy

  • EntityBase
    • Entity

Index

Constructors

  • new Entity(schema: Record<string, any>): Entity
  • Parameters

    • schema: Record<string, any>

    Returns Entity

Properties

_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.

+
_oDataVersion: "v4" = 'v4'
_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 "*".

+
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
_defaultServicePath: string
_entityName: string
_serviceName: string

Accessors

  • get versionIdentifier(): string
  • +

    ETag version identifier accessor.

    +

    Returns string

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

    +

Methods

  • 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>

    EntityBase as an object with all defined entity fields.

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

    • key: string
    • Optional visitedEntities: EntityBase[]

    Returns any

  • 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(): 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(): 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(): 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>

    EntityBase with all properties that changed.

    +
  • 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[]

    EntityBase with all properties that changed.

    +
  • 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.

    +
  • 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.

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

    • EntityT: EntityBase<EntityT>

    Parameters

    • entity: EntityT
    • Optional visitedEntities: EntityBase[]

    Returns boolean

  • 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(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(state?: Record<string, any>): Entity
  • +

    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(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.

    +
  • toJSON(): {}
  • +

    Overwrites the default toJSON method so that all instance variables as well as all custom fields of the entity are returned.

    +

    Returns {}

    An object containing all instance variables + custom fields.

    +

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

    +
    • [key: string]: 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
  • Inherited constructor
  • Inherited method
  • Enumeration

Settings

Theme

\ No newline at end of file diff --git a/docs/api/2.4.0/classes/sap_cloud_sdk_odata_v4.FunctionImportRequestBuilder.html b/docs/api/2.4.0/classes/sap_cloud_sdk_odata_v4.FunctionImportRequestBuilder.html new file mode 100644 index 0000000000..12d41366d8 --- /dev/null +++ b/docs/api/2.4.0/classes/sap_cloud_sdk_odata_v4.FunctionImportRequestBuilder.html @@ -0,0 +1,78 @@ + +FunctionImportRequestBuilder | SAP Cloud SDK for JavaScript / TypeScript - v2.4.0
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class FunctionImportRequestBuilder<DeSerializersT, ParametersT, ReturnT>

+

Create OData request to execute a function import.

+

Type parameters

  • DeSerializersT: DeSerializers

  • ParametersT

    +

    Type of the function import parameters.

    +
  • ReturnT

    +

    Type of the function import return value.

    +

Hierarchy

  • ActionFunctionImportRequestBuilderBase<ReturnT, ODataFunctionImportRequestConfig<DeSerializersT, ParametersT>>
    • FunctionImportRequestBuilder

Index

Constructors

  • new FunctionImportRequestBuilder<DeSerializersT, ParametersT, ReturnT>(defaultServicePath: string, functionImportName: string, responseTransformer: (data: any) => ReturnT, parameters: FunctionImportParameters<ParametersT>, deSerializers: DeSerializersT): FunctionImportRequestBuilder<DeSerializersT, ParametersT, ReturnT>
  • +

    Creates an instance of FunctionImportRequestBuilder.

    +

    Type parameters

    • DeSerializersT: DeSerializers<any, any, any, any, any, any, any, any, any, any, any, any, any, any, any, any, any, any, any, DeSerializersT>

    • 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.

      +
    • deSerializers: DeSerializersT
      +

      (De-)serializers used for transformation.

      +

    Returns FunctionImportRequestBuilder<DeSerializersT, ParametersT, ReturnT>

Properties

requestConfig: ODataFunctionImportRequestConfig<DeSerializersT, ParametersT>
responseTransformer: (data: any) => ReturnT

Type declaration

    • (data: any): ReturnT
    • Parameters

      • data: any

      Returns ReturnT

Methods

  • +

    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<DeSerializersT, ParametersT, ReturnT>

    The request builder itself, to facilitate method chaining.

    +
  • +

    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<DeSerializersT, ParametersT, ReturnT>

    The request builder itself, to facilitate method chaining.

    +
  • addCustomRequestConfiguration(requestConfiguration: Record<string, string>): FunctionImportRequestBuilder<DeSerializersT, ParametersT, ReturnT>
  • +

    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 [[defaultDisallowedKeys | 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<DeSerializersT, ParametersT, ReturnT>

    The request builder itself, to facilitate method chaining.

    +
  • +

    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<DeSerializersT, ParametersT, ReturnT>, "execute">

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

    +
  • build(): ODataRequest<ODataFunctionImportRequestConfig<DeSerializersT, ParametersT>>
  • build(destination: DestinationOrFetchOptions): Promise<ODataRequest<ODataFunctionImportRequestConfig<DeSerializersT, ParametersT>>>
  • Returns ODataRequest<ODataFunctionImportRequestConfig<DeSerializersT, ParametersT>>

  • Parameters

    Returns Promise<ODataRequest<ODataFunctionImportRequestConfig<DeSerializersT, ParametersT>>>

  • +

    Execute request.

    +

    Parameters

    • destination: DestinationOrFetchOptions
      +

      Destination or DestinationFetchOptions to execute the request against.

      +
    • Optional dataAccessor: (data: any) => any
      +

      A function to modify the received response data.

      +
        • (data: any): any
        • Parameters

          • data: any

          Returns any

    Returns Promise<ReturnT>

    A promise resolving to the requested return type.

    +
  • +

    Execute request and return an HttpResponse.

    +

    Parameters

    Returns Promise<HttpResponse>

    A promise resolving to an HttpResponse.

    +
  • relativeUrl(): string
  • +

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

    +

    Returns string

    The relative URL for the request.

    +
  • +

    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<DeSerializersT, ParametersT, ReturnT>

    The request builder itself, to facilitate method chaining.

    +
  • +

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

    +

    Returns FunctionImportRequestBuilder<DeSerializersT, ParametersT, ReturnT>

    The request builder itself, to facilitate method chaining.

    +
  • +

    Set timeout for requests towards the target system given in the destination.

    +

    Parameters

    • timeout: number
      +

      Value is in milliseconds and default value is 10000 (10 seconds).

      +

    Returns FunctionImportRequestBuilder<DeSerializersT, ParametersT, ReturnT>

    The request builder itself, to facilitate method chaining.

    +
  • +

    Create the URL based on configuration of the given builder.

    +

    Parameters

    Returns Promise<string>

    Promise resolving to the URL for the request.

    +

    Copyright Ⓒ 2022 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/2.4.0/classes/sap_cloud_sdk_odata_v4.GetAllRequestBuilder.html b/docs/api/2.4.0/classes/sap_cloud_sdk_odata_v4.GetAllRequestBuilder.html new file mode 100644 index 0000000000..9c243ea38d --- /dev/null +++ b/docs/api/2.4.0/classes/sap_cloud_sdk_odata_v4.GetAllRequestBuilder.html @@ -0,0 +1,90 @@ + +GetAllRequestBuilder | SAP Cloud SDK for JavaScript / TypeScript - v2.4.0
Options
All
  • Public
  • Public/Protected
  • All
Menu

Type parameters

Hierarchy

  • GetAllRequestBuilderBase<EntityT, DeSerializersT>
    • GetAllRequestBuilder

Implements

  • EntityIdentifiable<EntityT, DeSerializersT>

Index

Constructors

  • +

    Creates an instance of GetAllRequestBuilder.

    +

    Type parameters

    Parameters

    • entityApi: EntityApi<EntityT, DeSerializersT>
      +

      Entity API for building and executing the request.

      +

    Returns GetAllRequestBuilder<EntityT, DeSerializersT>

Properties

_deSerializers: DeSerializersT
_entity: EntityT
_entityApi: EntityApi<EntityT, DeSerializersT>
_entityConstructor: Constructable<EntityT>
dataAccessor: ResponseDataAccessor
entityDeserializer: EntityDeserializer
requestConfig: ODataGetAllRequestConfig<EntityT, DeSerializersT>

Methods

  • +

    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, DeSerializersT>

    The request builder itself, to facilitate method chaining.

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

    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, DeSerializersT>

    The request builder itself, to facilitate method chaining.

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

    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 [[defaultDisallowedKeys | 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, DeSerializersT>

    The request builder itself, to facilitate method chaining.

    +
  • +

    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, DeSerializersT>, "execute">

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

    +
  • build(): ODataRequest<ODataGetAllRequestConfig<EntityT, DeSerializersT>>
  • build(destination: DestinationOrFetchOptions): Promise<ODataRequest<ODataGetAllRequestConfig<EntityT, DeSerializersT>>>
  • Returns ODataRequest<ODataGetAllRequestConfig<EntityT, DeSerializersT>>

  • Parameters

    Returns Promise<ODataRequest<ODataGetAllRequestConfig<EntityT, DeSerializersT>>>

  • count(): CountRequestBuilder<EntityT, DeSerializersT>
  • +

    Count the number of entities.

    +

    Returns CountRequestBuilder<EntityT, DeSerializersT>

    A count request builder for execution.

    +
  • +

    Execute request.

    +

    Parameters

    Returns Promise<EntityT[]>

    A promise resolving to the requested entities.

    +
  • +

    Execute request and return an HttpResponse.

    +

    Parameters

    Returns Promise<HttpResponse>

    A promise resolving to an HttpResponse.

    +
  • Parameters

    • expands: Expandable<EntityT, DeSerializersT, EntityApi<EntityBase, DeSerializersT>>[]

    Returns GetAllRequestBuilder<EntityT, DeSerializersT>

  • Parameters

    • Rest ...expands: Expandable<EntityT, DeSerializersT, EntityApi<EntityBase, DeSerializersT>>[]

    Returns GetAllRequestBuilder<EntityT, DeSerializersT>

  • filter(...expressions: Filterable<EntityT, DeSerializersT, EntityApi<EntityBase, DeSerializersT>>[]): GetAllRequestBuilder<EntityT, DeSerializersT>
  • +

    Add filter statements to the request.

    +

    Parameters

    • Rest ...expressions: Filterable<EntityT, DeSerializersT, EntityApi<EntityBase, DeSerializersT>>[]
      +

      Filter expressions to restrict the response.

      +

    Returns GetAllRequestBuilder<EntityT, DeSerializersT>

    The request builder itself, to facilitate method chaining.

    +
  • +

    Add order-by statements to the request.

    +

    Parameters

    • orderBy: Orderable<EntityT, EntityApi<EntityBase, DefaultDeSerializers>>[]
      +

      OrderBy statements to order the response by.

      +

    Returns GetAllRequestBuilder<EntityT, DeSerializersT>

    The request builder itself, to facilitate method chaining.

    +
  • Parameters

    • Rest ...orderBy: Orderable<EntityT, EntityApi<EntityBase, DefaultDeSerializers>>[]

    Returns GetAllRequestBuilder<EntityT, DeSerializersT>

  • relativeUrl(): string
  • +

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

    +

    Returns string

    The relative URL for the request.

    +
  • select(...selects: Selectable<EntityT, DeSerializersT>[]): GetAllRequestBuilder<EntityT, DeSerializersT>
  • select(selects: Selectable<EntityT, DeSerializersT>[]): GetAllRequestBuilder<EntityT, DeSerializersT>
  • +

    Restrict the response to the given selection of properties in the request.

    +

    Parameters

    • Rest ...selects: Selectable<EntityT, DeSerializersT>[]
      +

      Fields to select in the request.

      +

    Returns GetAllRequestBuilder<EntityT, DeSerializersT>

    The request builder itself, to facilitate method chaining.

    +
  • Parameters

    • selects: Selectable<EntityT, DeSerializersT>[]

    Returns GetAllRequestBuilder<EntityT, DeSerializersT>

  • +

    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, DeSerializersT>

    The request builder itself, to facilitate method chaining.

    +
  • +

    Skip number of entities.

    +

    Parameters

    • skip: number
      +

      Number of matching entities to skip. Useful for paging.

      +

    Returns GetAllRequestBuilder<EntityT, DeSerializersT>

    The request builder itself, to facilitate method chaining.

    +
  • +

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

    +

    Returns GetAllRequestBuilder<EntityT, DeSerializersT>

    The request builder itself, to facilitate method chaining.

    +
  • +

    Set timeout for requests towards the target system given in the destination.

    +

    Parameters

    • timeout: number
      +

      Value is in milliseconds and default value is 10000 (10 seconds).

      +

    Returns GetAllRequestBuilder<EntityT, DeSerializersT>

    The request builder itself, to facilitate method chaining.

    +
  • +

    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, DeSerializersT>

    The request builder itself, to facilitate method chaining.

    +
  • +

    Create the URL based on configuration of the given builder.

    +

    Parameters

    Returns Promise<string>

    Promise resolving to the URL for the request.

    +

    Copyright Ⓒ 2022 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/2.4.0/classes/sap_cloud_sdk_odata_v4.GetByKeyRequestBuilder.html b/docs/api/2.4.0/classes/sap_cloud_sdk_odata_v4.GetByKeyRequestBuilder.html new file mode 100644 index 0000000000..e6197ed9bd --- /dev/null +++ b/docs/api/2.4.0/classes/sap_cloud_sdk_odata_v4.GetByKeyRequestBuilder.html @@ -0,0 +1,76 @@ + +GetByKeyRequestBuilder | SAP Cloud SDK for JavaScript / TypeScript - v2.4.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 [[GetByKeyRequestBuilderV4.select 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

Hierarchy

  • GetByKeyRequestBuilderBase<EntityT, DeSerializersT>
    • GetByKeyRequestBuilder

Implements

  • EntityIdentifiable<EntityT, DeSerializersT>

Index

Constructors

  • new GetByKeyRequestBuilder<EntityT, DeSerializersT>(entityApi: EntityApi<EntityT, DeSerializersT>, keys: Record<string, any>): GetByKeyRequestBuilder<EntityT, DeSerializersT>
  • +

    Creates an instance of GetByKeyRequestBuilder.

    +

    Type parameters

    Parameters

    • entityApi: EntityApi<EntityT, DeSerializersT>
      +

      Entity API for building and executing the request.

      +
    • keys: Record<string, any>
      +

      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, DeSerializersT>

Properties

_deSerializers: DeSerializersT
_entity: EntityT
_entityApi: EntityApi<EntityT, DeSerializersT>
_entityConstructor: Constructable<EntityT>
dataAccessor: ResponseDataAccessor
entityDeserializer: EntityDeserializer
requestConfig: ODataGetByKeyRequestConfig<EntityT, DeSerializersT>

Methods

  • +

    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, DeSerializersT>

    The request builder itself, to facilitate method chaining.

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

    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, DeSerializersT>

    The request builder itself, to facilitate method chaining.

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

    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 [[defaultDisallowedKeys | 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, DeSerializersT>

    The request builder itself, to facilitate method chaining.

    +
  • +

    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, DeSerializersT>, "execute">

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

    +
  • build(): ODataRequest<ODataGetByKeyRequestConfig<EntityT, DeSerializersT>>
  • build(destination: DestinationOrFetchOptions): Promise<ODataRequest<ODataGetByKeyRequestConfig<EntityT, DeSerializersT>>>
  • Returns ODataRequest<ODataGetByKeyRequestConfig<EntityT, DeSerializersT>>

  • Parameters

    Returns Promise<ODataRequest<ODataGetByKeyRequestConfig<EntityT, DeSerializersT>>>

  • +

    Execute request.

    +

    Parameters

    Returns Promise<EntityT>

    A promise resolving to the requested entity.

    +
  • +

    Execute request and return an HttpResponse.

    +

    Parameters

    Returns Promise<HttpResponse>

    A promise resolving to an HttpResponse.

    +
  • Parameters

    • expands: Expandable<EntityT, DeSerializersT, EntityApi<EntityBase, DeSerializersT>>[]

    Returns GetByKeyRequestBuilder<EntityT, DeSerializersT>

  • Parameters

    • Rest ...expands: Expandable<EntityT, DeSerializersT, EntityApi<EntityBase, DeSerializersT>>[]

    Returns GetByKeyRequestBuilder<EntityT, DeSerializersT>

  • relativeUrl(): string
  • +

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

    +

    Returns string

    The relative URL for the request.

    +
  • +

    Restrict the response to the given selection of properties in the request.

    +

    Parameters

    • Rest ...selects: Selectable<EntityT, DeSerializersT>[]
      +

      Fields to select in the request.

      +

    Returns GetByKeyRequestBuilder<EntityT, DeSerializersT>

    The request builder itself, to facilitate method chaining.

    +
  • Parameters

    • selects: Selectable<EntityT, DeSerializersT>[]

    Returns GetByKeyRequestBuilder<EntityT, DeSerializersT>

  • +

    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, DeSerializersT>

    The request builder itself, to facilitate method chaining.

    +
  • +

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

    +

    Returns GetByKeyRequestBuilder<EntityT, DeSerializersT>

    The request builder itself, to facilitate method chaining.

    +
  • +

    Set timeout for requests towards the target system given in the destination.

    +

    Parameters

    • timeout: number
      +

      Value is in milliseconds and default value is 10000 (10 seconds).

      +

    Returns GetByKeyRequestBuilder<EntityT, DeSerializersT>

    The request builder itself, to facilitate method chaining.

    +
  • +

    Create the URL based on configuration of the given builder.

    +

    Parameters

    Returns Promise<string>

    Promise resolving to the URL for the request.

    +

    Copyright Ⓒ 2022 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/2.4.0/classes/sap_cloud_sdk_odata_v4.ODataBatchRequestBuilder.html b/docs/api/2.4.0/classes/sap_cloud_sdk_odata_v4.ODataBatchRequestBuilder.html new file mode 100644 index 0000000000..f90c079f01 --- /dev/null +++ b/docs/api/2.4.0/classes/sap_cloud_sdk_odata_v4.ODataBatchRequestBuilder.html @@ -0,0 +1,67 @@ + +ODataBatchRequestBuilder | SAP Cloud SDK for JavaScript / TypeScript - v2.4.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.

+

Type parameters

Hierarchy

  • BatchRequestBuilder<DeSerializersT>
    • ODataBatchRequestBuilder

Index

Constructors

  • new ODataBatchRequestBuilder<DeSerializersT>(defaultServicePath: string, requests: (BatchChangeSet<DeSerializersT> | GetAllRequestBuilderBase<EntityBase, DeSerializersT> | GetByKeyRequestBuilderBase<EntityBase, DeSerializersT>)[]): ODataBatchRequestBuilder<DeSerializersT>
  • +

    Creates an instance of ODataBatchRequestBuilder.

    +

    Type parameters

    Parameters

    • defaultServicePath: string
      +

      Service path.

      +
    • requests: (BatchChangeSet<DeSerializersT> | GetAllRequestBuilderBase<EntityBase, DeSerializersT> | GetByKeyRequestBuilderBase<EntityBase, DeSerializersT>)[]
      +

      An array of retrieve requests or change sets.

      +

    Returns ODataBatchRequestBuilder<DeSerializersT>

Properties

deSerializers: undefined | DeSerializersT
defaultServicePath: string
requestConfig: ODataBatchRequestConfig
requests: (BatchChangeSet<DeSerializersT> | GetAllRequestBuilderBase<EntityBase, DeSerializersT> | GetByKeyRequestBuilderBase<EntityBase, DeSerializersT>)[]

Methods

  • +

    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<DeSerializersT>

    The request builder itself, to facilitate method chaining.

    +
  • +

    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<DeSerializersT>

    The request builder itself, to facilitate method chaining.

    +
  • +

    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 [[defaultDisallowedKeys | 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<DeSerializersT>

    The request builder itself, to facilitate method chaining.

    +
  • +

    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<DeSerializersT>, "execute">

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

    +
  • build(): ODataRequest<ODataBatchRequestConfig>
  • build(destination: DestinationOrFetchOptions): Promise<ODataRequest<ODataBatchRequestConfig>>
  • Returns ODataRequest<ODataBatchRequestConfig>

  • Parameters

    Returns Promise<ODataRequest<ODataBatchRequestConfig>>

  • +

    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<DeSerializersT>[]>

    Promise resolving to the requested data.

    +
  • +

    Execute request and return an HttpResponse.

    +

    Parameters

    Returns Promise<HttpResponse>

    A promise resolving to an HttpResponse.

    +
  • getEntityToApiMap(): Record<string, EntityApi<EntityBase, DeSerializersT>>
  • Returns Record<string, EntityApi<EntityBase, DeSerializersT>>

  • relativeUrl(): string
  • +

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

    +

    Returns string

    The relative URL for the request.

    +
  • +

    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<DeSerializersT>

    The request builder itself, to facilitate method chaining.

    +
  • +

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

    +

    Returns ODataBatchRequestBuilder<DeSerializersT>

    The request builder itself, to facilitate method chaining.

    +
  • +

    Set timeout for requests towards the target system given in the destination.

    +

    Parameters

    • timeout: number
      +

      Value is in milliseconds and default value is 10000 (10 seconds).

      +

    Returns ODataBatchRequestBuilder<DeSerializersT>

    The request builder itself, to facilitate method chaining.

    +
  • +

    Create the URL based on configuration of the given builder.

    +

    Parameters

    Returns Promise<string>

    Promise resolving to the URL for the request.

    +

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

    +
  • Parameters

    • subRequestPathType: BatchSubRequestPathType

    Returns ODataBatchRequestBuilder<DeSerializersT>

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/2.4.0/classes/sap_cloud_sdk_odata_v4.UpdateRequestBuilder.html b/docs/api/2.4.0/classes/sap_cloud_sdk_odata_v4.UpdateRequestBuilder.html new file mode 100644 index 0000000000..c959665bc8 --- /dev/null +++ b/docs/api/2.4.0/classes/sap_cloud_sdk_odata_v4.UpdateRequestBuilder.html @@ -0,0 +1,94 @@ + +UpdateRequestBuilder | SAP Cloud SDK for JavaScript / TypeScript - v2.4.0
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

Create OData query to update an entity.

+

Type parameters

Hierarchy

  • UpdateRequestBuilderBase<EntityT, DeSerializersT>
    • UpdateRequestBuilder

Implements

  • EntityIdentifiable<EntityT, DeSerializersT>

Index

Constructors

  • new UpdateRequestBuilder<EntityT, DeSerializersT>(entityApi: EntityApi<EntityT, DeSerializersT>, _entity: EntityT): UpdateRequestBuilder<EntityT, DeSerializersT>
  • +

    Creates an instance of UpdateRequestBuilder.

    +

    Type parameters

    Parameters

    • entityApi: EntityApi<EntityT, DeSerializersT>
      +

      Entity API for building and executing the request.

      +
    • _entity: EntityT
      +

      Entity to be updated.

      +

    Returns UpdateRequestBuilder<EntityT, DeSerializersT>

Properties

_deSerializers: DeSerializersT
_entity: EntityT
_entityApi: EntityApi<EntityT, DeSerializersT>
entitySerializer: EntitySerializer
extractODataEtag: (json: Record<string, any>) => undefined | string

Type declaration

    • (json: Record<string, any>): undefined | string
    • Parameters

      • json: Record<string, any>

      Returns undefined | string

oDataUri: ODataUri<DeSerializersT>
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: ODataUpdateRequestConfig<EntityT, DeSerializersT>

Accessors

  • get entity(): EntityT
  • Returns EntityT

Methods

  • +

    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, DeSerializersT>

    The request builder itself, to facilitate method chaining.

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

    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, DeSerializersT>

    The request builder itself, to facilitate method chaining.

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

    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 [[defaultDisallowedKeys | 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, DeSerializersT>

    The request builder itself, to facilitate method chaining.

    +
  • +

    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, DeSerializersT>, "execute">

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

    +
  • build(): ODataRequest<ODataUpdateRequestConfig<EntityT, DeSerializersT>>
  • build(destination: DestinationOrFetchOptions): Promise<ODataRequest<ODataUpdateRequestConfig<EntityT, DeSerializersT>>>
  • Returns ODataRequest<ODataUpdateRequestConfig<EntityT, DeSerializersT>>

  • Parameters

    Returns Promise<ODataRequest<ODataUpdateRequestConfig<EntityT, DeSerializersT>>>

  • +

    Executes the query.

    +

    Parameters

    Returns Promise<EntityT>

    A promise resolving to the entity once it was updated.

    +
  • +

    Execute request and return an HttpResponse.

    +

    Parameters

    Returns Promise<HttpResponse>

    A promise resolving to an HttpResponse.

    +
  • executeRequest(request: ODataRequest<ODataUpdateRequestConfig<EntityT, DeSerializersT>>): Promise<EntityT>
  • +

    Executes the query.

    +

    Parameters

    • request: ODataRequest<ODataUpdateRequestConfig<EntityT, DeSerializersT>>
      +

      Request object to be executed.

      +

    Returns Promise<EntityT>

    A promise resolving to the entity once it was updated.

    +
  • executeRequestRaw(request: ODataRequest<ODataUpdateRequestConfig<EntityT, DeSerializersT>>): Promise<HttpResponse>
  • Parameters

    • request: ODataRequest<ODataUpdateRequestConfig<EntityT, DeSerializersT>>

    Returns Promise<HttpResponse>

  • getPayload(): Record<string, any>
  • Returns Record<string, any>

  • +

    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, DeSerializersT>

    The request itself to ease chaining while executing the request.

    +
  • isEmptyObject(obj: any): boolean
  • Parameters

    • obj: any

    Returns boolean

  • relativeUrl(): string
  • +

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

    +

    Returns string

    The relative URL for the request.

    +
  • +

    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, DeSerializersT>

    The entity itself, to facilitate method chaining.

    +
  • +

    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, DeSerializersT>

    The request builder itself, to facilitate method chaining.

    +
  • setIgnoredFields(...fields: Selectable<EntityT, DeSerializersT>[]): UpdateRequestBuilder<EntityT, DeSerializersT>
  • setIgnoredFields(fields: Selectable<EntityT, DeSerializersT>[]): UpdateRequestBuilder<EntityT, DeSerializersT>
  • +

    Sets entity fields to ignore by the update request.

    +

    Parameters

    • Rest ...fields: Selectable<EntityT, DeSerializersT>[]
      +

      Enumeration of the fields to be ignored.

      +

    Returns UpdateRequestBuilder<EntityT, DeSerializersT>

    The entity itself, to facilitate method chaining.

    +
  • Parameters

    • fields: Selectable<EntityT, DeSerializersT>[]

    Returns UpdateRequestBuilder<EntityT, DeSerializersT>

  • setRequiredFields(...fields: Selectable<EntityT, DeSerializersT>[]): UpdateRequestBuilder<EntityT, DeSerializersT>
  • setRequiredFields(fields: Selectable<EntityT, DeSerializersT>[]): UpdateRequestBuilder<EntityT, DeSerializersT>
  • +

    Sets required entity keys for the update request.

    +

    Parameters

    • Rest ...fields: Selectable<EntityT, DeSerializersT>[]
      +

      Enumeration of the fields to be required.

      +

    Returns UpdateRequestBuilder<EntityT, DeSerializersT>

    The entity itself, to facilitate method chaining.

    +
  • Parameters

    • fields: Selectable<EntityT, DeSerializersT>[]

    Returns UpdateRequestBuilder<EntityT, DeSerializersT>

  • +

    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, DeSerializersT>

    The request itself to ease chaining while executing the request.

    +
  • +

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

    +

    Returns UpdateRequestBuilder<EntityT, DeSerializersT>

    The request builder itself, to facilitate method chaining.

    +
  • +

    Set timeout for requests towards the target system given in the destination.

    +

    Parameters

    • timeout: number
      +

      Value is in milliseconds and default value is 10000 (10 seconds).

      +

    Returns UpdateRequestBuilder<EntityT, DeSerializersT>

    The request builder itself, to facilitate method chaining.

    +
  • +

    Create the URL based on configuration of the given builder.

    +

    Parameters

    Returns Promise<string>

    Promise resolving to the URL for the request.

    +

    Copyright Ⓒ 2022 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/2.4.0/classes/sap_cloud_sdk_openapi.OpenApiRequestBuilder.html b/docs/api/2.4.0/classes/sap_cloud_sdk_openapi.OpenApiRequestBuilder.html new file mode 100644 index 0000000000..dfb1bb8dd1 --- /dev/null +++ b/docs/api/2.4.0/classes/sap_cloud_sdk_openapi.OpenApiRequestBuilder.html @@ -0,0 +1,45 @@ + +OpenApiRequestBuilder | SAP Cloud SDK for JavaScript / TypeScript - v2.4.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

  • +

    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

Methods

  • +

    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(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 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.

    +
  • +

    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.

    +
  • +

    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.

    +
  • +

    Set timeout for requests towards the target system given in the destination.

    +

    Parameters

    • timeout: number
      +

      Value is in milliseconds and default value is 10000 (10 seconds).

      +

    Returns OpenApiRequestBuilder<ResponseT>

    The request builder itself, to facilitate method chaining.

    +

    Copyright Ⓒ 2022 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/2.4.0/classes/sap_cloud_sdk_util.ErrorWithCause.html b/docs/api/2.4.0/classes/sap_cloud_sdk_util.ErrorWithCause.html new file mode 100644 index 0000000000..3a9534aeb4 --- /dev/null +++ b/docs/api/2.4.0/classes/sap_cloud_sdk_util.ErrorWithCause.html @@ -0,0 +1,21 @@ + +ErrorWithCause | SAP Cloud SDK for JavaScript / TypeScript - v2.4.0
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

Represents an error that was caused by another error.

+

Hierarchy

  • Error
    • ErrorWithCause

Index

Constructors

Properties

cause: Error
message: string
name: string
stack?: string
prepareStackTrace?: (err: Error, stackTraces: CallSite[]) => any

Type declaration

stackTraceLimit: number

Accessors

  • 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

    The root cause.

    +

Methods

  • captureStackTrace(targetObject: object, constructorOpt?: Function): void
  • +

    Create .stack property on a target object

    +

    Copyright Ⓒ 2022 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
  • Interface
  • Interface with type parameter
  • Enumeration
  • Inherited property

Settings

Theme

\ No newline at end of file diff --git a/docs/api/2.4.0/classes/sap_cloud_sdk_util.UniqueNameGenerator.html b/docs/api/2.4.0/classes/sap_cloud_sdk_util.UniqueNameGenerator.html new file mode 100644 index 0000000000..a883de9662 --- /dev/null +++ b/docs/api/2.4.0/classes/sap_cloud_sdk_util.UniqueNameGenerator.html @@ -0,0 +1,61 @@ + +UniqueNameGenerator | SAP Cloud SDK for JavaScript / TypeScript - v2.4.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

  • 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(...names: string[]): void
  • +

    Adds the name(s) to the already used names.

    +

    Parameters

    • Rest ...names: string[]
      +

      Names to be added.

      +

    Returns void

  • 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(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(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(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 Ⓒ 2022 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/2.4.0/enums/sap_cloud_sdk_connectivity.IsolationStrategy.html b/docs/api/2.4.0/enums/sap_cloud_sdk_connectivity.IsolationStrategy.html new file mode 100644 index 0000000000..e64e94260f --- /dev/null +++ b/docs/api/2.4.0/enums/sap_cloud_sdk_connectivity.IsolationStrategy.html @@ -0,0 +1,6 @@ + +IsolationStrategy | SAP Cloud SDK for JavaScript / TypeScript - v2.4.0
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

Enumerator that selects the isolation type of destination in cache. +The used isolation strategy is either Tenant or Tenant_User because we want to get results for subaccount and provider tenants which rules out no-isolation or user isolation.

+

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

+

Index

Enumeration members

Enumeration members

Tenant = "Tenant"
Tenant_User = "TenantUser"

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/2.4.0/enums/sap_cloud_sdk_connectivity.Protocol-1.html b/docs/api/2.4.0/enums/sap_cloud_sdk_connectivity.Protocol-1.html new file mode 100644 index 0000000000..7c572c6a64 --- /dev/null +++ b/docs/api/2.4.0/enums/sap_cloud_sdk_connectivity.Protocol-1.html @@ -0,0 +1,5 @@ + +Protocol | SAP Cloud SDK for JavaScript / TypeScript - v2.4.0
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

Supported web protocols for requests made by the SAP Cloud SDK.

+

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

+

Index

Enumeration members

Enumeration members

HTTP = "http"
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/2.4.0/index.html b/docs/api/2.4.0/index.html new file mode 100644 index 0000000000..805f5d2271 --- /dev/null +++ b/docs/api/2.4.0/index.html @@ -0,0 +1,23 @@ + +SAP Cloud SDK for JavaScript / TypeScript - v2.4.0
Options
All
  • Public
  • Public/Protected
  • All
Menu

SAP Cloud SDK for JavaScript / TypeScript - v2.4.0

+ +

Version: 2.4.0

+
+

The SAP Cloud SDK for JavaScript and TypeScript consists of multiple libraries to enable you to write side-by-side extensions on SAP Business Technology 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 Ⓒ 2022 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/2.4.0/interfaces/sap_cloud_sdk_connectivity.CachingOptions.html b/docs/api/2.4.0/interfaces/sap_cloud_sdk_connectivity.CachingOptions.html new file mode 100644 index 0000000000..7604517917 --- /dev/null +++ b/docs/api/2.4.0/interfaces/sap_cloud_sdk_connectivity.CachingOptions.html @@ -0,0 +1,7 @@ + +CachingOptions | SAP Cloud SDK for JavaScript / TypeScript - v2.4.0
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

Options to enable caching when fetching destinations.

+

Hierarchy

  • CachingOptions

Index

Properties

Properties

useCache?: boolean
+

A boolean value that indicates whether to read destinations from cache.

+

Copyright Ⓒ 2022 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/2.4.0/interfaces/sap_cloud_sdk_connectivity.Destination.html b/docs/api/2.4.0/interfaces/sap_cloud_sdk_connectivity.Destination.html new file mode 100644 index 0000000000..c144b4adde --- /dev/null +++ b/docs/api/2.4.0/interfaces/sap_cloud_sdk_connectivity.Destination.html @@ -0,0 +1,66 @@ + +Destination | SAP Cloud SDK for JavaScript / TypeScript - v2.4.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 Business Technology Platform (via DestinationFetchOptions). +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

authTokens?: null | DestinationAuthToken[]
+

Authentication tokens returned from destination service on SAP Business Technology Platform.

+
authentication?: AuthenticationType
+

Type of authentication to use.

+

Defaults to NoAuthentication, unless username and password are provided, in which case the default is BasicAuthentication.

+
certificates?: DestinationCertificate[]
+

Array of certificates used for authentication type ClientCertificateAuthentication.

+
clientId?: string
+

Client Id used to retrieve access token for "OAuth2ClientCredentials", "OAuth2UserTokenExchange" and "OAuth2JWTBearer" authentication.

+
clientSecret?: string
+

Client Secret used to retrieve access token for "OAuth2ClientCredentials", "OAuth2UserTokenExchange" and "OAuth2JWTBearer" authentication.

+
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.

+
forwardAuthToken?: boolean
+

If set to true the auth token provided to the request execution is forwarded to the destination target.

+
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.

+
isTestDestination?: boolean
+

Flag indicating whether the destination is for test purpose. Should be "undefined" or "false" for non-mocked destinations.

+
isTrustingAllCertificates?: boolean
+

Flag indicating whether all certificates should be accepted when communicating with the destination. Should not be "true" in production.

+
keyStoreName?: string
+

Name of the key store/certificate to be used for ClientCertificateAuthentication.

+
keyStorePassword?: string
+

Password of the key store/certificate to be used for ClientCertificateAuthentication.

+
name?: null | string
+

Name of the destination retrieved from SAP Business Technology Platform.

+
originalProperties?: {}
+

Further properties of the destination as defined in destination service on SAP Business Technology Platform, possibly empty.

+

Type declaration

  • [key: string]: any
password?: null | string
+

Password to use for basic authentication, optional if other means of authentication shall be used.

+
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.

+
proxyType?: DestinationProxyType
+

Proxy type to specify whether the target resides on-premise (not used).

+
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.

+
sapClient?: null | string
+

Client to target in an SAP system, will be added as HTTP header sap-client if set.

+
systemUser?: string
+

System user to be used for OAuth2SAMLBearerAssertion authentication type.

+
tokenServicePassword?: string
+

Password for tokenServiceUser (if required).

+
tokenServiceUrl?: string
+

URL to retrieve access token for "OAuth2ClientCredentials", "OAuth2UserTokenExchange" and "OAuth2JWTBearer" authentication.

+
tokenServiceUser?: string
+

User for basic authentication to OAuth server (if required).

+
trustStoreCertificate?: DestinationCertificate
+

Trusted certificate for https requests used by the destination. Only relevant for self-signed certificates where trust needs to be enabled in the client.

+
type?: "HTTP" | "LDAP" | "MAIL" | "RFC"
+

The type of the destination, defaults to 'HTTP'. The SAP Cloud SDK only understands destinations of type 'HTTP'.

+
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.

+
username?: null | string
+

Username to use for basic authentication, optional if other means of authentication shall be used.

+

Copyright Ⓒ 2022 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/2.4.0/interfaces/sap_cloud_sdk_connectivity.DestinationAccessorOptions.html b/docs/api/2.4.0/interfaces/sap_cloud_sdk_connectivity.DestinationAccessorOptions.html new file mode 100644 index 0000000000..3b479d9a82 --- /dev/null +++ b/docs/api/2.4.0/interfaces/sap_cloud_sdk_connectivity.DestinationAccessorOptions.html @@ -0,0 +1,18 @@ + +DestinationAccessorOptions | SAP Cloud SDK for JavaScript / TypeScript - v2.4.0
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

Options to configure the behavior of the destination accessor.

+
see

DestinationFetchOptions

+

Hierarchy

  • DestinationAccessorOptions

Index

Properties

iasToXsuaaTokenExchange?: boolean
+

Option to enable/disable the IAS token to XSUAA token exchange.

+
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.

+
jwt?: string
+

The user token of the current request.

+
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.

+

Copyright Ⓒ 2022 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/2.4.0/interfaces/sap_cloud_sdk_connectivity.DestinationFetchOptions.html b/docs/api/2.4.0/interfaces/sap_cloud_sdk_connectivity.DestinationFetchOptions.html new file mode 100644 index 0000000000..2e4d86e5a1 --- /dev/null +++ b/docs/api/2.4.0/interfaces/sap_cloud_sdk_connectivity.DestinationFetchOptions.html @@ -0,0 +1,37 @@ + +DestinationFetchOptions | SAP Cloud SDK for JavaScript / TypeScript - v2.4.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 Business Technology Platform, including all DestinationOptions.

+

Use an object of this interface to specify which destination shall be used when executing a request. +The destination will be retrieved via its DestinationFetchOptions.destinationName according to the following algorithm:

+
    +
  1. If a destination of this DestinationFetchOptions.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 Business Technology Platform is queried for a destination with the given DestinationFetchOptions.destinationName, using the access token provided as value of property jwt. +Additionally, you can set DestinationOptions for objects of this interface. +For more information check out our documentation: https://sap.github.io/cloud-sdk/docs/js/features/connectivity/destination.
  4. +
+

Hierarchy

Index

Properties

cacheVerificationKeys?: boolean
destinationName: string
+

Name of the destination to retrieve, mandatory.

+
enableCircuitBreaker?: boolean
+

A boolean value that indicates whether to execute request to SCP-CF services using circuit breaker. +ResilienceOptions.

+
iasToXsuaaTokenExchange?: boolean
+

Option to enable/disable the IAS token to XSUAA token exchange.

+
isolationStrategy?: IsolationStrategy
+

The isolation strategy used for caching destinations. For the available options, see IsolationStrategy. +By default, IsolationStrategy.Tenant_User is set.

+
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.

+
jwt?: string
+

The user token of the current request.

+
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.

+
timeout?: number
+

Timeout in milliseconds to retrieve the destination.

+
useCache?: boolean
+

A boolean value that indicates whether to read destinations from cache.

+

Copyright Ⓒ 2022 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/2.4.0/interfaces/sap_cloud_sdk_connectivity.JwtPayload.html b/docs/api/2.4.0/interfaces/sap_cloud_sdk_connectivity.JwtPayload.html new file mode 100644 index 0000000000..877e51b9c8 --- /dev/null +++ b/docs/api/2.4.0/interfaces/sap_cloud_sdk_connectivity.JwtPayload.html @@ -0,0 +1,5 @@ + +JwtPayload | SAP Cloud SDK for JavaScript / TypeScript - v2.4.0
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

This is copied from @types/jsonwebtoken.

+

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

+

Hierarchy

  • JwtPayload

Indexable

[key: string]: any

Index

Properties

aud?: string | string[]
exp?: number
iat?: number
iss?: string
jti?: string
nbf?: number
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/2.4.0/interfaces/sap_cloud_sdk_connectivity.ProxyConfiguration.html b/docs/api/2.4.0/interfaces/sap_cloud_sdk_connectivity.ProxyConfiguration.html new file mode 100644 index 0000000000..aa73a8db85 --- /dev/null +++ b/docs/api/2.4.0/interfaces/sap_cloud_sdk_connectivity.ProxyConfiguration.html @@ -0,0 +1,22 @@ + +ProxyConfiguration | SAP Cloud SDK for JavaScript / TypeScript - v2.4.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 follows:

+
    +
  • 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

+

HTTP headers to be added to a request if tunneled through the proxy.

+
host: string
+

The host of the proxy.

+
port: number
+

The port of the proxy.

+
protocol: Protocol
+

The protocol used by the proxy.

+

Copyright Ⓒ 2022 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/2.4.0/interfaces/sap_cloud_sdk_connectivity.ProxyConfigurationHeaders.html b/docs/api/2.4.0/interfaces/sap_cloud_sdk_connectivity.ProxyConfigurationHeaders.html new file mode 100644 index 0000000000..4c0cd7b9f4 --- /dev/null +++ b/docs/api/2.4.0/interfaces/sap_cloud_sdk_connectivity.ProxyConfigurationHeaders.html @@ -0,0 +1,5 @@ + +ProxyConfigurationHeaders | SAP Cloud SDK for JavaScript / TypeScript - v2.4.0
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

Represents the request headers when using a proxy like the connectivity proxy to reach On-Premise systems.

+

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

+

Hierarchy

  • ProxyConfigurationHeaders

Indexable

[header: string]: string | undefined

Index

Properties

Proxy-Authorization: string
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/2.4.0/interfaces/sap_cloud_sdk_connectivity.ResilienceOptions.html b/docs/api/2.4.0/interfaces/sap_cloud_sdk_connectivity.ResilienceOptions.html new file mode 100644 index 0000000000..8ba8176d16 --- /dev/null +++ b/docs/api/2.4.0/interfaces/sap_cloud_sdk_connectivity.ResilienceOptions.html @@ -0,0 +1,10 @@ + +ResilienceOptions | SAP Cloud SDK for JavaScript / TypeScript - v2.4.0
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

Options to configure resilience when fetching destinations.

+

Hierarchy

  • ResilienceOptions

Index

Properties

enableCircuitBreaker?: boolean
+

A boolean value that indicates whether to execute request to SCP-CF services using circuit breaker. +ResilienceOptions.

+
timeout?: number
+

Timeout in milliseconds to retrieve the destination.

+

Copyright Ⓒ 2022 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/2.4.0/interfaces/sap_cloud_sdk_connectivity.Service.html b/docs/api/2.4.0/interfaces/sap_cloud_sdk_connectivity.Service.html new file mode 100644 index 0000000000..51cb89eae1 --- /dev/null +++ b/docs/api/2.4.0/interfaces/sap_cloud_sdk_connectivity.Service.html @@ -0,0 +1,5 @@ + +Service | SAP Cloud SDK for JavaScript / TypeScript - v2.4.0
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

Unspecific representation of a service as read from VCAP_SERVICES (for Cloud Foundry) or mounted secrets (for K8S).

+

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

+

Hierarchy

  • Service

Indexable

[other: string]: any

Index

Properties

credentials: ServiceCredentials
label: string
name: string
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/2.4.0/interfaces/sap_cloud_sdk_connectivity.VerifyJwtOptions.html b/docs/api/2.4.0/interfaces/sap_cloud_sdk_connectivity.VerifyJwtOptions.html new file mode 100644 index 0000000000..528681adb2 --- /dev/null +++ b/docs/api/2.4.0/interfaces/sap_cloud_sdk_connectivity.VerifyJwtOptions.html @@ -0,0 +1,5 @@ + +VerifyJwtOptions | SAP Cloud SDK for JavaScript / TypeScript - v2.4.0
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

Options to control certain aspects of JWT verification behavior.

+

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

+

Hierarchy

  • VerifyJwtOptions

Index

Properties

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/2.4.0/interfaces/sap_cloud_sdk_generator.GeneratorOptions.html b/docs/api/2.4.0/interfaces/sap_cloud_sdk_generator.GeneratorOptions.html new file mode 100644 index 0000000000..9809462395 --- /dev/null +++ b/docs/api/2.4.0/interfaces/sap_cloud_sdk_generator.GeneratorOptions.html @@ -0,0 +1,5 @@ + +GeneratorOptions | SAP Cloud SDK for JavaScript / TypeScript - v2.4.0
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

Options that can be used to configure the generation when using the generator programmatically.

+

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

+

Hierarchy

  • GeneratorOptions

Index

Properties

additionalFiles?: string
clearOutputDir: boolean
forceOverwrite: boolean
generateCSN: boolean
generateJs: boolean
generateNpmrc: boolean
generatePackageJson: boolean
generateSdkMetadata?: boolean
inputDir: PathLike
licenseInPackageJson?: string
outputDir: PathLike
processesJsGeneration?: number
s4hanaCloud: boolean
sdkAfterVersionScript: boolean
serviceMapping?: PathLike
useSwagger: boolean
versionInPackageJson?: string
writeReadme: 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/2.4.0/interfaces/sap_cloud_sdk_http_client.HttpRequestOptions.html b/docs/api/2.4.0/interfaces/sap_cloud_sdk_http_client.HttpRequestOptions.html new file mode 100644 index 0000000000..8e630a5b23 --- /dev/null +++ b/docs/api/2.4.0/interfaces/sap_cloud_sdk_http_client.HttpRequestOptions.html @@ -0,0 +1,10 @@ + +HttpRequestOptions | SAP Cloud SDK for JavaScript / TypeScript - v2.4.0
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

Options to configure the behavior when sending HTTP requests. +For example, whether the CSRF token is fetched automatically.

+

Hierarchy

  • HttpRequestOptions

Index

Properties

Properties

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 true.

+

Copyright Ⓒ 2022 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/2.4.0/interfaces/sap_cloud_sdk_http_client.HttpResponse.html b/docs/api/2.4.0/interfaces/sap_cloud_sdk_http_client.HttpResponse.html new file mode 100644 index 0000000000..13b772f248 --- /dev/null +++ b/docs/api/2.4.0/interfaces/sap_cloud_sdk_http_client.HttpResponse.html @@ -0,0 +1,6 @@ + +HttpResponse | SAP Cloud SDK for JavaScript / TypeScript - v2.4.0
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

Represents an HTTP response, that contains response code, headers, payload and the original request. +This interface is compatible with AxiosResponse.

+

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

+

Hierarchy

  • KnownHttpResponseFields
    • HttpResponse

Indexable

[otherKey: string]: any

Index

Properties

data: any
headers: any
request: any
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/2.4.0/interfaces/sap_cloud_sdk_http_client.OriginOptions.html b/docs/api/2.4.0/interfaces/sap_cloud_sdk_http_client.OriginOptions.html new file mode 100644 index 0000000000..2d7cbcc6ba --- /dev/null +++ b/docs/api/2.4.0/interfaces/sap_cloud_sdk_http_client.OriginOptions.html @@ -0,0 +1,6 @@ + +OriginOptions | SAP Cloud SDK for JavaScript / TypeScript - v2.4.0
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

This interface is used for defining e.g., headers and query parameters with origin information. +The priorities are defined in the [[origins]].

+

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

+

Hierarchy

  • OriginOptions

Index

Properties

custom?: Record<string, any>
requestConfig: Record<string, any>

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/2.4.0/interfaces/sap_cloud_sdk_odata_common.EntityApi.html b/docs/api/2.4.0/interfaces/sap_cloud_sdk_odata_common.EntityApi.html new file mode 100644 index 0000000000..eb887ad1cd --- /dev/null +++ b/docs/api/2.4.0/interfaces/sap_cloud_sdk_odata_common.EntityApi.html @@ -0,0 +1,10 @@ + +EntityApi | SAP Cloud SDK for JavaScript / TypeScript - v2.4.0
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

Represents the API of an entity, including its request and entity builders as well as its schema.

+
typeparam JsonT

Type of the entity without methods.

+

Type parameters

  • EntityT: EntityBase

    +

    Type of the entity.

    +
  • DeSerializersT: DeSerializers = DefaultDeSerializers

    +

    Type of the (de-)serializers.

    +

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

    +

Hierarchy

  • EntityApi

Index

Properties

deSerializers: DeSerializersT
entityConstructor: Constructable<EntityT>
schema: Record<string, any>

Methods

  • customField<NullableT>(fieldName: string): CustomField<EntityT, DeSerializersT, NullableT>
  • Type parameters

    • NullableT: boolean

    Parameters

    • fieldName: string

    Returns CustomField<EntityT, DeSerializersT, NullableT>

  • Returns EntityBuilderType<EntityT, DeSerializersT>

  • Returns RequestBuilder<EntityT, DeSerializersT>

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/2.4.0/interfaces/sap_cloud_sdk_odata_common.FieldOptions.html b/docs/api/2.4.0/interfaces/sap_cloud_sdk_odata_common.FieldOptions.html new file mode 100644 index 0000000000..a9c3a0b4ae --- /dev/null +++ b/docs/api/2.4.0/interfaces/sap_cloud_sdk_odata_common.FieldOptions.html @@ -0,0 +1,9 @@ + +FieldOptions | SAP Cloud SDK for JavaScript / TypeScript - v2.4.0
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

Optional settings for fields.

+

Type parameters

  • NullableT: boolean = false

  • SelectableT: boolean = false

Hierarchy

  • FieldOptions

Index

Properties

isNullable?: NullableT
+

Whether the value of the field can be null.

+
isSelectable?: SelectableT
+

Whether the field can be reference in a .select statement.

+

Copyright Ⓒ 2022 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/2.4.0/interfaces/sap_cloud_sdk_odata_common.PropertyMetadata.html b/docs/api/2.4.0/interfaces/sap_cloud_sdk_odata_common.PropertyMetadata.html new file mode 100644 index 0000000000..8c26ee8f8a --- /dev/null +++ b/docs/api/2.4.0/interfaces/sap_cloud_sdk_odata_common.PropertyMetadata.html @@ -0,0 +1,5 @@ + +PropertyMetadata | SAP Cloud SDK for JavaScript / TypeScript - v2.4.0
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

Interface to represent meta information on a property of a complex type.

+

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

+

Type parameters

  • ComplexT = any

Hierarchy

  • PropertyMetadata

Index

Properties

isCollection?: boolean
name: keyof ComplexT
originalName: string
type: EdmTypeCommon | ExclusiveEdmTypeV2 | ExclusiveEdmTypeV4 | ComplexTypeNamespace<any>

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/2.4.0/interfaces/sap_cloud_sdk_odata_common.Time.html b/docs/api/2.4.0/interfaces/sap_cloud_sdk_odata_common.Time.html new file mode 100644 index 0000000000..9a6df1d464 --- /dev/null +++ b/docs/api/2.4.0/interfaces/sap_cloud_sdk_odata_common.Time.html @@ -0,0 +1,5 @@ + +Time | SAP Cloud SDK for JavaScript / TypeScript - v2.4.0
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

Interface to represent Time or Duration.

+

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

+

Hierarchy

  • Time

Index

Properties

hours: number
minutes: number
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/2.4.0/interfaces/sap_cloud_sdk_odata_v2.DeSerializers.html b/docs/api/2.4.0/interfaces/sap_cloud_sdk_odata_v2.DeSerializers.html new file mode 100644 index 0000000000..b1ca676765 --- /dev/null +++ b/docs/api/2.4.0/interfaces/sap_cloud_sdk_odata_v2.DeSerializers.html @@ -0,0 +1,5 @@ + +DeSerializers | SAP Cloud SDK for JavaScript / TypeScript - v2.4.0
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface DeSerializers<BinaryT, BooleanT, ByteT, DecimalT, DoubleT, FloatT, Int16T, Int32T, Int64T, GuidT, SByteT, SingleT, StringT, AnyT, DateTimeT, DateTimeOffsetT, TimeT>

+

Represents a set of functions that determine (de-)serialization per EDM type.

+

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

+

Type parameters

  • BinaryT = any

  • BooleanT = any

  • ByteT = any

  • DecimalT = any

  • DoubleT = any

  • FloatT = any

  • Int16T = any

  • Int32T = any

  • Int64T = any

  • GuidT = any

  • SByteT = any

  • SingleT = any

  • StringT = any

  • AnyT = any

  • DateTimeT = any

  • DateTimeOffsetT = any

  • TimeT = any

Hierarchy

  • DeSerializers<BinaryT, BooleanT, ByteT, DecimalT, DoubleT, FloatT, Int16T, Int32T, Int64T, GuidT, SByteT, SingleT, StringT, AnyT>
    • DeSerializers

Index

Properties

Edm.Any: DeSerializer<AnyT>
Edm.Binary: DeSerializer<BinaryT>
Edm.Boolean: DeSerializer<BooleanT>
Edm.Byte: DeSerializer<ByteT>
Edm.DateTime: DeSerializer<DateTimeT>
Edm.DateTimeOffset: DeSerializer<DateTimeOffsetT>
Edm.Decimal: DeSerializer<DecimalT>
Edm.Double: DeSerializer<DoubleT>
Edm.Float: DeSerializer<FloatT>
Edm.Guid: DeSerializer<GuidT>
Edm.Int16: DeSerializer<Int16T>
Edm.Int32: DeSerializer<Int32T>
Edm.Int64: DeSerializer<Int64T>
Edm.SByte: DeSerializer<SByteT>
Edm.Single: DeSerializer<SingleT>
Edm.String: DeSerializer<StringT>
Edm.Time: DeSerializer<TimeT>

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/2.4.0/interfaces/sap_cloud_sdk_odata_v4.DeSerializers.html b/docs/api/2.4.0/interfaces/sap_cloud_sdk_odata_v4.DeSerializers.html new file mode 100644 index 0000000000..79c69c00c3 --- /dev/null +++ b/docs/api/2.4.0/interfaces/sap_cloud_sdk_odata_v4.DeSerializers.html @@ -0,0 +1,5 @@ + +DeSerializers | SAP Cloud SDK for JavaScript / TypeScript - v2.4.0
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface DeSerializers<BinaryT, BooleanT, ByteT, DecimalT, DoubleT, FloatT, Int16T, Int32T, Int64T, GuidT, SByteT, SingleT, StringT, AnyT, DateT, DateTimeOffsetT, DurationT, TimeOfDayT, EnumT>

+

Represents a set of functions that determine (de-)serialization per EDM type.

+

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

+

Type parameters

  • BinaryT = any

  • BooleanT = any

  • ByteT = any

  • DecimalT = any

  • DoubleT = any

  • FloatT = any

  • Int16T = any

  • Int32T = any

  • Int64T = any

  • GuidT = any

  • SByteT = any

  • SingleT = any

  • StringT = any

  • AnyT = any

  • DateT = any

  • DateTimeOffsetT = any

  • DurationT = any

  • TimeOfDayT = any

  • EnumT = any

Hierarchy

  • DeSerializers<BinaryT, BooleanT, ByteT, DecimalT, DoubleT, FloatT, Int16T, Int32T, Int64T, GuidT, SByteT, SingleT, StringT, AnyT>
    • DeSerializers

Index

Properties

Edm.Any: DeSerializer<AnyT>
Edm.Binary: DeSerializer<BinaryT>
Edm.Boolean: DeSerializer<BooleanT>
Edm.Byte: DeSerializer<ByteT>
Edm.Date: DeSerializer<DateT>
Edm.DateTimeOffset: DeSerializer<DateTimeOffsetT>
Edm.Decimal: DeSerializer<DecimalT>
Edm.Double: DeSerializer<DoubleT>
Edm.Duration: DeSerializer<DurationT>
Edm.Enum: DeSerializer<EnumT>
Edm.Float: DeSerializer<FloatT>
Edm.Guid: DeSerializer<GuidT>
Edm.Int16: DeSerializer<Int16T>
Edm.Int32: DeSerializer<Int32T>
Edm.Int64: DeSerializer<Int64T>
Edm.SByte: DeSerializer<SByteT>
Edm.Single: DeSerializer<SingleT>
Edm.String: DeSerializer<StringT>
Edm.TimeOfDay: DeSerializer<TimeOfDayT>

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/2.4.0/interfaces/sap_cloud_sdk_openapi.OpenApiRequestParameters.html b/docs/api/2.4.0/interfaces/sap_cloud_sdk_openapi.OpenApiRequestParameters.html new file mode 100644 index 0000000000..93cc2f9691 --- /dev/null +++ b/docs/api/2.4.0/interfaces/sap_cloud_sdk_openapi.OpenApiRequestParameters.html @@ -0,0 +1,5 @@ + +OpenApiRequestParameters | SAP Cloud SDK for JavaScript / TypeScript - v2.4.0
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

Type of the request parameters to be passed to OpenApiRequestBuilder.

+

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

+

Hierarchy

  • OpenApiRequestParameters

Index

Properties

body?: any
pathParameters?: Record<string, any>
queryParameters?: Record<string, any>

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/2.4.0/interfaces/sap_cloud_sdk_openapi_generator.GeneratorOptions.html b/docs/api/2.4.0/interfaces/sap_cloud_sdk_openapi_generator.GeneratorOptions.html new file mode 100644 index 0000000000..07ab003a95 --- /dev/null +++ b/docs/api/2.4.0/interfaces/sap_cloud_sdk_openapi_generator.GeneratorOptions.html @@ -0,0 +1,6 @@ + +GeneratorOptions | SAP Cloud SDK for JavaScript / TypeScript - v2.4.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 Ⓒ 2022 SAP SE or an SAP affiliate company. All rights reserved.

+

Hierarchy

  • GeneratorOptions

Index

Properties

clearOutputDir?: boolean
config?: string
include?: string
input: string
licenseInPackageJson?: string
metadata?: boolean
optionsPerService?: string
outputDir: string
overwrite?: boolean
packageJson?: boolean
packageVersion?: string
readme?: boolean
skipValidation?: boolean
transpile?: boolean
tsConfig?: string
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/2.4.0/interfaces/sap_cloud_sdk_test_util.GetTestDestinationOptions.html b/docs/api/2.4.0/interfaces/sap_cloud_sdk_test_util.GetTestDestinationOptions.html new file mode 100644 index 0000000000..0271ed128c --- /dev/null +++ b/docs/api/2.4.0/interfaces/sap_cloud_sdk_test_util.GetTestDestinationOptions.html @@ -0,0 +1,5 @@ + +GetTestDestinationOptions | SAP Cloud SDK for JavaScript / TypeScript - v2.4.0
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

An interface to define systems.json and credentials.json for loading destinations.

+

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

+

Hierarchy

  • GetTestDestinationOptions

Index

Properties

credentialsFilePath?: string
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/2.4.0/interfaces/sap_cloud_sdk_util.LoggerOptions.html b/docs/api/2.4.0/interfaces/sap_cloud_sdk_util.LoggerOptions.html new file mode 100644 index 0000000000..6d98c22bfd --- /dev/null +++ b/docs/api/2.4.0/interfaces/sap_cloud_sdk_util.LoggerOptions.html @@ -0,0 +1,5 @@ + +LoggerOptions | SAP Cloud SDK for JavaScript / TypeScript - v2.4.0
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

Configurable logger options.

+

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

+

Hierarchy

  • LoggerOptions

Index

Properties

Properties

level?: LogLevel
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/2.4.0/interfaces/sap_cloud_sdk_util.MessageContextObj.html b/docs/api/2.4.0/interfaces/sap_cloud_sdk_util.MessageContextObj.html new file mode 100644 index 0000000000..71d4bc443a --- /dev/null +++ b/docs/api/2.4.0/interfaces/sap_cloud_sdk_util.MessageContextObj.html @@ -0,0 +1,5 @@ + +MessageContextObj | SAP Cloud SDK for JavaScript / TypeScript - v2.4.0
Options
All
  • Public
  • Public/Protected
  • All
Menu
+

Log message context for a logger with additional custom data.

+

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

+

Hierarchy

  • MessageContextObj

Indexable

[key: string]: any

Index

Properties

Properties

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/2.4.0/modules.html b/docs/api/2.4.0/modules.html new file mode 100644 index 0000000000..3ca37d5982 --- /dev/null +++ b/docs/api/2.4.0/modules.html @@ -0,0 +1,3 @@ +

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

+ +SAP Cloud SDK for JavaScript / TypeScript - v2.4.0
Options
All
  • Public
  • Public/Protected
  • All
Menu

SAP Cloud SDK for JavaScript / TypeScript - v2.4.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/2.4.0/modules/sap_cloud_sdk_connectivity.Protocol.html b/docs/api/2.4.0/modules/sap_cloud_sdk_connectivity.Protocol.html new file mode 100644 index 0000000000..83c794e00f --- /dev/null +++ b/docs/api/2.4.0/modules/sap_cloud_sdk_connectivity.Protocol.html @@ -0,0 +1,8 @@ + +Protocol | SAP Cloud SDK for JavaScript / TypeScript - v2.4.0
Options
All
  • Public
  • Public/Protected
  • All
Menu
internal

Index

Functions

Functions

  • 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 Ⓒ 2022 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/2.4.0/modules/sap_cloud_sdk_connectivity.html b/docs/api/2.4.0/modules/sap_cloud_sdk_connectivity.html new file mode 100644 index 0000000000..7b4018f2c1 --- /dev/null +++ b/docs/api/2.4.0/modules/sap_cloud_sdk_connectivity.html @@ -0,0 +1,226 @@ + +@sap-cloud-sdk/connectivity | SAP Cloud SDK for JavaScript / TypeScript - v2.4.0
Options
All
  • Public
  • Public/Protected
  • All
Menu
+ + +

SAP Cloud SDK for JavaScript Logo

+ + + + +

@sap-cloud-sdk/connectivity

+
+

This package contains the connectivity functionality of the SAP Cloud SDK as well as the Cloud Platform abstractions.

+ + +

Installation

+
+
$ npm install @sap-cloud-sdk/connectivity
+
+ + +

Usage

+
+

The connectivity package is not intended for direct usage. +The handles the platform abstractions for the connectivity e.g. connectivity service.

+

For more detailed overview visit our OData client documentation.

+ + + + +

Support

+
+

The recommended way to get in touch with us is to create an issue on GitHub. +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.

+ + +

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

+

Options used when fetching destinations. Encompasses DestinationAccessorOptions, DestinationRetrievalOptions and VerifyJwtOptions.

+
DestinationOrFetchOptions: Xor<Destination, DestinationFetchOptions>
+

Type that is either a Destination or (XOR) DestinationFetchOptions.

+
DestinationRetrievalOptions: CachingOptions & ResilienceOptions & { isolationStrategy?: IsolationStrategy }
+

Options to use while fetching destinations. Encompasses both [[DestinationCachingOptions]] and ResilienceOptions interfaces.

+
DestinationSelectionStrategy: (allDestinations: AllDestinations, destinationName: string) => Destination | null

Type declaration

    • (allDestinations: AllDestinations, destinationName: string): Destination | null
    • +

      Function to implement the selection strategy of the retrieved destination. +Use the built in strategies defined in DestinationSelectionStrategies or make your own function.

      +

      Parameters

      • allDestinations: AllDestinations
      • destinationName: string

      Returns Destination | null

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).

+

Variables

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

Functions

  • 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(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.

    +
  • buildHeadersForDestination(destination: Destination): Promise<Record<string, string>>
  • +

    Build a request header object, that contains authentication headers and SAP specific headers like 'sap-client', from a given destination.

    +

    Parameters

    • destination: Destination
      +

      The given destination that contains e.g., authentication and SAP client information.

      +

    Returns Promise<Record<string, string>>

    A request header object, built from the given destination.

    +
  • +

    Decode JWT.

    +

    Parameters

    • token: string
      +

      JWT to be decoded.

      +

    Returns JwtPayload

    Decoded payload.

    +
  • getAgentConfig(destination: Destination): HttpAgentConfig | HttpsAgentConfig
  • +

    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.

    +
  • +

    Make a user token request against the XSUAA service.

    +

    Parameters

    • service: string | Service
      +

      Service as it is defined in the environment variable.

      +
    • Optional userJwt: string | JwtPayload
      +

      User JWT.

      +
    • Optional options: ResilienceOptions
      +

      Options to influence resilience behavior (see ResilienceOptions). By default, usage of a circuit breaker is enabled.

      +

    Returns Promise<ClientCredentialsResponse>

    Client credentials token.

    +
  • +

    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

    Returns Promise<Destination | null>

    A promise returning the requested destination on success.

    +
  • +

    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.

    +

    Parameters

    Returns Promise<Destination | null>

    A promise returning the requested destination on success.

    +
  • +

    Make a user token request against the XSUAA service.

    +

    Parameters

    • service: Service
      +

      Service as it is defined in the environment variable.

      +
    • userJwt: string
      +

      User JWT.

      +
    • Optional options: ResilienceOptions
      +

      Options to influence resilience behavior (see ResilienceOptions). By default, usage of a circuit breaker is enabled.

      +

    Returns Promise<string>

    User token.

    +
  • +

    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

    • jwt: 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.

    +
  • parseDestination(destinationJson: DestinationJson | DestinationConfiguration): Destination
  • +

    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

    • destinationJson: DestinationJson | DestinationConfiguration
      +

      A JSON object returned by the destination service.

      +

    Returns Destination

    An SDK compatible destination object.

    +
  • +

    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.

    +
  • registerDestination(destination: DestinationWithName, options?: RegisterDestinationOptions): void
  • +

    Registers a destination in a cache for later usage.

    +

    Throws an error if a destination with the same name as the given test destination already exists.

    +

    Parameters

    • destination: DestinationWithName
      +

      A destination to add to the destinations cache.

      +
    • Optional options: RegisterDestinationOptions
      +

      Options how to cache the destination.

      +

    Returns void

  • 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.

    +
  • 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.

    +
  • +

    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.

    +
  • 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.

    +
  • +

    Transform Destination to strings containing destination information.

    +

    Parameters

    Returns string

    String containing information on the destination.

    +
  • +

    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.

    +

    Copyright Ⓒ 2022 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/2.4.0/modules/sap_cloud_sdk_generator.html b/docs/api/2.4.0/modules/sap_cloud_sdk_generator.html new file mode 100644 index 0000000000..e56d9557ce --- /dev/null +++ b/docs/api/2.4.0/modules/sap_cloud_sdk_generator.html @@ -0,0 +1,82 @@ + +@sap-cloud-sdk/generator | SAP Cloud SDK for JavaScript / TypeScript - v2.4.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 on GitHub. +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.

+ + +

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

  • +

    Main entry point for the OData client generation. +Generates models and API files.

    +

    Parameters

    • options: GeneratorOptions
      +

      Options to configure generation.

      +

      Copyright Ⓒ 2022 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/2.4.0/modules/sap_cloud_sdk_http_client.html b/docs/api/2.4.0/modules/sap_cloud_sdk_http_client.html new file mode 100644 index 0000000000..140acdd304 --- /dev/null +++ b/docs/api/2.4.0/modules/sap_cloud_sdk_http_client.html @@ -0,0 +1,108 @@ + +@sap-cloud-sdk/http-client | SAP Cloud SDK for JavaScript / TypeScript - v2.4.0
Options
All
  • Public
  • Public/Protected
  • All
Menu
+ + +

SAP Cloud SDK for JavaScript Logo

+ + + + +

@sap-cloud-sdk/http-client

+
+

This package contains the generic http-client functionality of the SAP Cloud SDK as well as the Cloud Platform abstractions.

+

The generic http-client adds SAP infrastructure specific functionality on top of a standard HTTP Client. The client handles connectivity related issues such as destination lookup, connections to SAP S/4HANA On-premise and web proxies.

+ + +

Installation

+
+
$ npm install @sap-cloud-sdk/http-client
+
+ + +

Usage

+
+

To make a request, use the executeHttpRequest function.

+
executeHttpRequest(destination, requestConfig, httpRequestOptions);
+
+

For more detailed overview visit our Generic HTTP Client documentation.

+ + + + +

Support

+
+

The recommended way to get in touch with us is to create an issue on GitHub. +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.

+ + +

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

HttpRequestConfig: HttpRequestConfigBase & { headers?: Record<string, any>; params?: Record<string, any> }
+

This interface is compatible with AxiosRequestConfig.

+
HttpRequestConfigWithOrigin: HttpRequestConfigBase & { headers?: OriginOptions; params?: OriginOptions }
+

This interface is similar to HttpRequestConfig. In addition, the headers and params can be defined with "origin" information.

+
see

OriginOptions

+
Method: "get" | "GET" | "delete" | "DELETE" | "head" | "HEAD" | "options" | "OPTIONS" | "post" | "POST" | "put" | "PUT" | "patch" | "PATCH"
+

HTTP Methods supported by the http-client.

+
ParameterEncoder: (parameter: Record<string, any>) => Record<string, any>

Type declaration

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

      Type of the parameter encoder.

      +

      Parameters

      • parameter: Record<string, any>

      Returns Record<string, any>

Functions

  • +

    Builds a [[DestinationHttpRequestConfig]] for the given destination. +If a destination name (and a JWT) are provided, it will try to resolve the destination.

    +

    Parameters

    Returns Promise<DestinationHttpRequestConfig>

    A [[DestinationHttpRequestConfig]].

    +
  • encodeAllParameters(parameter: Record<string, any>): Record<string, any>
  • +

    Encoder for encoding all query parameters (key and value) using encodeURIComponent.

    +

    Parameters

    • parameter: Record<string, any>
      +

      Parameter to be encoded using encodeURIComponent.

      +

    Returns Record<string, any>

    Encoded parameter object.

    +
  • +

    Builds a [[DestinationHttpRequestConfig]] for the given destination, merges it into the given HttpRequestConfigWithOrigin +and executes it (using Axios). +The HttpRequestConfigWithOrigin supports defining header options and query parameter options with origins. +When reaching conflicts, values with high priorities are chosen. +The priorities are defined in the [[origins]].

    +

    Type parameters

    Parameters

    • destination: DestinationOrFetchOptions
      +

      A destination or a destination name and a JWT.

      +
    • requestConfig: T
      +

      Any object representing an HTTP request.

      +
    • Optional options: HttpRequestOptions
      +

      An HttpRequestOptions of the http request for configuring e.g., CSRF token delegation. By default, the SDK will not fetch the CSRF token.

      +

    Returns Promise<HttpResponse>

    A promise resolving to an HttpResponse.

    +
  • mergeOptionsWithPriority(headersOrParams?: OriginOptionsInternal): Record<string, string> | undefined
  • +

    Merge options from a given OriginOptions. When reaching conflicts, values with higher priorities are chosen.

    +

    Parameters

    • Optional headersOrParams: OriginOptionsInternal
      +

      Given options with origin information.

      +

    Returns Record<string, string> | undefined

    The resulting merged options.

    +

    Copyright Ⓒ 2022 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/2.4.0/modules/sap_cloud_sdk_odata_common.html b/docs/api/2.4.0/modules/sap_cloud_sdk_odata_common.html new file mode 100644 index 0000000000..4f9e14393e --- /dev/null +++ b/docs/api/2.4.0/modules/sap_cloud_sdk_odata_common.html @@ -0,0 +1,134 @@ + +@sap-cloud-sdk/odata-common | SAP Cloud SDK for JavaScript / TypeScript - v2.4.0
Options
All
  • Public
  • Public/Protected
  • All
Menu
+ + +

SAP Cloud SDK for JavaScript Logo

+ + + + +

@sap-cloud-sdk/odata-common

+
+

This package contains common functionality for the SAP Cloud SDK OData clients. +It should not be used directly. +Use the @sap-cloud-sdk/odata-v2 and @sap-cloud-sdk/odata-v4 packages instead.

+ + + + +

Support

+
+

The recommended way to get in touch with us is to create an issue on GitHub. +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.

+ + +

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

ConstructorOrField<EntityT, ComplexT>: Constructable<EntityT> | ComplexTypeField<EntityT, DeSerializers, 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

  • EntityT: EntityBase

  • ComplexT = any

DeserializedType<DeSerializersT, EdmT>: EdmT extends keyof DeSerializersT ? DeSerializersT[EdmT] extends DeSerializer<infer DeserializedT> ? DeserializedT : any : any
+

Infers the deserialized type for an EDM type from the given (de-)serializers type.

+

Type parameters

  • DeSerializersT: DeSerializers

    +

    Type of the (de-)serializers.

    +
  • EdmT

    +

    Return type of the deserialize function for the given EDM type.

    +
EntityBuilderType<EntityT, DeSerializersT>: { [ property in keyof Required<Omit<EntityT, keyof EntityBase>>]: (value: EntityT[property]) => EntityBuilderType<EntityT, DeSerializersT> } & EntityBuilder<EntityT, DeSerializersT>
+

Entity builder type with check for EntityT.

+

Type parameters

  • EntityT: EntityBase

  • DeSerializersT: DeSerializers

Functions

  • and<EntityT, DeSerializersT>(expressions: Filterable<EntityT, DeSerializersT, EntityApi<EntityBase, DeSerializersT>>[]): FilterList<EntityT, DeSerializersT>
  • and<EntityT, DeSerializersT>(...expressions: Filterable<EntityT, DeSerializersT, EntityApi<EntityBase, DeSerializersT>>[]): FilterList<EntityT, DeSerializersT>
  • +

    Combine [[Filterable]]s 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.

      +
    • DeSerializersT: DeSerializers<any, any, any, any, any, any, any, any, any, any, any, any, any, any, DeSerializersT>

    Parameters

    • expressions: Filterable<EntityT, DeSerializersT, EntityApi<EntityBase, DeSerializersT>>[]
      +

      Filterables to be combined with logical and.

      +

    Returns FilterList<EntityT, DeSerializersT>

    The newly created FilterList.

    +
  • Type parameters

    • EntityT: EntityBase<EntityT>

    • DeSerializersT: DeSerializers<any, any, any, any, any, any, any, any, any, any, any, any, any, any, DeSerializersT>

    Parameters

    • Rest ...expressions: Filterable<EntityT, DeSerializersT, EntityApi<EntityBase, DeSerializersT>>[]

    Returns FilterList<EntityT, DeSerializersT>

  • asc<EntityT, DeSerializersT>(orderBy: OrderableInput<EntityT, DeSerializersT, EntityApi<EntityBase, DeSerializersT>>): Order<EntityT>
  • +

    Create new Order by orderBy._fieldName in ascending order.

    +

    Type parameters

    • EntityT: EntityBase<EntityT>

      +

      Type of the entity to be ordered

      +
    • DeSerializersT: DeSerializers<any, any, any, any, any, any, any, any, any, any, any, any, any, any, DeSerializersT>

    Parameters

    • orderBy: OrderableInput<EntityT, DeSerializersT, EntityApi<EntityBase, DeSerializersT>>
      +

      Field or link to be ordered by.

      +

    Returns Order<EntityT>

    New order.

    +
  • desc<EntityT, DeSerializersT>(orderBy: OrderableInput<EntityT, DeSerializersT, EntityApi<EntityBase, DeSerializersT>>): Order<EntityT>
  • +

    Create new Order by orderBy._fieldName in descending order.

    +

    Type parameters

    • EntityT: EntityBase<EntityT>

      +

      Type of the entity to be ordered

      +
    • DeSerializersT: DeSerializers<any, any, any, any, any, any, any, any, any, any, any, any, any, any, DeSerializersT>

    Parameters

    • orderBy: OrderableInput<EntityT, DeSerializersT, EntityApi<EntityBase, DeSerializersT>>
      +

      Field or link to be ordered by.

      +

    Returns Order<EntityT>

    New order.

    +
  • +

    Create an entity builder for an entity API.

    +

    Type parameters

    • EntityT: EntityBase<EntityT>

    • DeSerializersT: DeSerializers<any, any, any, any, any, any, any, any, any, any, any, any, any, any, DeSerializersT>

    Parameters

    • entityApi: EntityApi<EntityT, DeSerializersT>
      +

      The entity API to build entities for.

      +

    Returns EntityBuilderType<EntityT, DeSerializersT>

    An entity builder instance for the given entity API.

    +
  • isOrderableEdmType(edmType: EdmTypeCommon | ExclusiveEdmTypeV2 | ExclusiveEdmTypeV4): boolean
  • +

    Convenience function to check whether a given EDM type is of type [[OrderableEdmType]].

    +

    Parameters

    • edmType: EdmTypeCommon | ExclusiveEdmTypeV2 | ExclusiveEdmTypeV4
      +

      Literal EDM type string to check.

      +

    Returns boolean

    Whether the given edmType is of type [[OrderableEdmType]].

    +
  • not<EntityT, DeSerializersT>(filter: Filterable<EntityT, DeSerializersT, EntityApi<EntityBase, DeSerializersT>>): UnaryFilter<EntityT, DeSerializersT>
  • +

    Negate a filter.

    +

    Type parameters

    • EntityT: EntityBase<EntityT>

    • DeSerializersT: DeSerializers<any, any, any, any, any, any, any, any, any, any, any, any, any, any, DeSerializersT>

    Parameters

    • filter: Filterable<EntityT, DeSerializersT, EntityApi<EntityBase, DeSerializersT>>
      +

      The filter to negate.

      +

    Returns UnaryFilter<EntityT, DeSerializersT>

    The negated filter.

    +
  • or<EntityT, DeSerializersT>(expressions: Filterable<EntityT, DeSerializersT, EntityApi<EntityBase, DeSerializersT>>[]): FilterList<EntityT, DeSerializersT>
  • or<EntityT, DeSerializersT>(...expressions: Filterable<EntityT, DeSerializersT, EntityApi<EntityBase, DeSerializersT>>[]): FilterList<EntityT, DeSerializersT>
  • +

    Combine [[Filterable]]s 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.

      +
    • DeSerializersT: DeSerializers<any, any, any, any, any, any, any, any, any, any, any, any, any, any, DeSerializersT>

    Parameters

    • expressions: Filterable<EntityT, DeSerializersT, EntityApi<EntityBase, DeSerializersT>>[]
      +

      Filterables to be combined with logical or.

      +

    Returns FilterList<EntityT, DeSerializersT>

    The newly created FilterList.

    +
  • Type parameters

    • EntityT: EntityBase<EntityT>

    • DeSerializersT: DeSerializers<any, any, any, any, any, any, any, any, any, any, any, any, any, any, DeSerializersT>

    Parameters

    • Rest ...expressions: Filterable<EntityT, DeSerializersT, EntityApi<EntityBase, DeSerializersT>>[]

    Returns FilterList<EntityT, DeSerializersT>

  • throwErrorWhenReturnTypeIsUnionType(data: any, functionActionName: string): never
  • +

    Throws an error.

    +

    Parameters

    • data: any
      +

      Data.

      +
    • functionActionName: string
      +

      FunctionActionName.

      +

    Returns never

  • transformVariadicArgumentToArray<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.

    +

    Copyright Ⓒ 2022 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/2.4.0/modules/sap_cloud_sdk_odata_v2.html b/docs/api/2.4.0/modules/sap_cloud_sdk_odata_v2.html new file mode 100644 index 0000000000..0beae9f58b --- /dev/null +++ b/docs/api/2.4.0/modules/sap_cloud_sdk_odata_v2.html @@ -0,0 +1,157 @@ + +@sap-cloud-sdk/odata-v2 | SAP Cloud SDK for JavaScript / TypeScript - v2.4.0
Options
All
  • Public
  • Public/Protected
  • All
Menu
+ + +

SAP Cloud SDK for JavaScript Logo

+ + + + +

@sap-cloud-sdk/odata-v2

+
+

This package contains functions of OData v2 client.

+ + + + +

Support

+
+

The recommended way to get in touch with us is to create an issue on GitHub. +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.

+ + +

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

Re-exports AllFields
Re-exports BatchChangeSet
Re-exports ComplexTypeField
Re-exports ConstructorOrField
Re-exports DeserializedType
Re-exports EdmTypeField
Re-exports EntityApi
Re-exports EntityBuilderType
Re-exports FieldBuilder
Re-exports FieldOptions
Re-exports FunctionImportParameter
Re-exports Link
Re-exports OneToManyLink
Re-exports OneToOneLink
Re-exports OrderableEdmTypeField
Re-exports PropertyMetadata
Re-exports RequestBuilder
Re-exports Time
Re-exports and
Re-exports asc
Re-exports desc
Re-exports entityBuilder
Re-exports not
Re-exports or
Re-exports throwErrorWhenReturnTypeIsUnionType
Re-exports transformVariadicArgumentToArray

Type aliases

CustomDeSerializers<T>: DeSerializers<CustomOrDefaultType<T, "Edm.Binary">, CustomOrDefaultType<T, "Edm.Boolean">, CustomOrDefaultType<T, "Edm.Byte">, CustomOrDefaultType<T, "Edm.Decimal">, CustomOrDefaultType<T, "Edm.Double">, CustomOrDefaultType<T, "Edm.Float">, CustomOrDefaultType<T, "Edm.Int16">, CustomOrDefaultType<T, "Edm.Int32">, CustomOrDefaultType<T, "Edm.Int64">, CustomOrDefaultType<T, "Edm.Guid">, CustomOrDefaultType<T, "Edm.SByte">, CustomOrDefaultType<T, "Edm.Single">, CustomOrDefaultType<T, "Edm.String">, CustomOrDefaultType<T, "Edm.Any">, CustomOrDefaultType<T, "Edm.DateTime">, CustomOrDefaultType<T, "Edm.DateTimeOffset">, CustomOrDefaultType<T, "Edm.Time">>
+

Type of the full set of (de-)serialization functions, that include custom (de-)serializers (aka. default (de-)serializers type merged with custom (de-)serializers type).

+

Type parameters

  • T

DefaultDeSerializers: DeSerializers<string, boolean, number, BigNumber, number, number, number, number, BigNumber, string, number, number, string, any, moment.Moment, moment.Moment, Time>
+

Type of the default (de-)serializers.

+

Variables

defaultDeSerializers: DefaultDeSerializers
+

The default (de-)serializers.

+

Functions

  • edmToTs(value: any, edmType: EdmTypeCommon | ExclusiveEdmTypeV2 | ExclusiveEdmTypeV4, deSerializers: DeSerializers<any, any, any, any, any, any, any, any, any, any, any, any, any, any, any, any, any>): any
  • +

    Convert a value from EDM format to TypeScript. This function is typically used when deserializing an OData response.

    +

    Parameters

    • value: any
      +

      The original value with EDM format.

      +
    • edmType: EdmTypeCommon | ExclusiveEdmTypeV2 | ExclusiveEdmTypeV4
      +

      The EDM type of that value.

      +
    • deSerializers: DeSerializers<any, any, any, any, any, any, any, any, any, any, any, any, any, any, any, any, any>
      +

      (De-)serializers used for transformation.

      +

    Returns any

    Deserialized value.

    +
  • entityDeserializer<DeSerializersT>(deSerializers: DeSerializersT): EntityDeserializer
  • +

    Entity deserializer instance for v2 entities. +See [[EntityDeserializer]] for the provided methods.

    +

    Type parameters

    • DeSerializersT: DeSerializers<any, any, any, any, any, any, any, any, any, any, any, any, any, any, any, any, any, DeSerializersT>

    Parameters

    • deSerializers: DeSerializersT
      +

      DeSerializer.

      +

    Returns EntityDeserializer

    EntityDeserializer.

    +
  • filterFunctions<BinaryT, BooleanT, ByteT, DecimalT, DoubleT, FloatT, Int16T, Int32T, Int64T, GuidT, SByteT, SingleT, StringT, AnyT, DateTimeT, DateTimeOffsetT, TimeT>(deSerializers?: Partial<DeSerializers<BinaryT, BooleanT, ByteT, DecimalT, DoubleT, FloatT, Int16T, Int32T, Int64T, GuidT, SByteT, SingleT, StringT, AnyT, DateTimeT, DateTimeOffsetT, TimeT>>): FilterFunctionsType
  • +

    OData v2 specific filter functions.

    +

    Type parameters

    • BinaryT = string

    • BooleanT = boolean

    • ByteT = number

    • DecimalT = BigNumber

    • DoubleT = number

    • FloatT = number

    • Int16T = number

    • Int32T = number

    • Int64T = BigNumber

    • GuidT = string

    • SByteT = number

    • SingleT = number

    • StringT = string

    • AnyT = any

    • DateTimeT = Moment

    • DateTimeOffsetT = Moment

    • TimeT = Time

    Parameters

    • deSerializers: Partial<DeSerializers<BinaryT, BooleanT, ByteT, DecimalT, DoubleT, FloatT, Int16T, Int32T, Int64T, GuidT, SByteT, SingleT, StringT, AnyT, DateTimeT, DateTimeOffsetT, TimeT>> = ...
      +

      DeSerializer used in the filter.

      +

    Returns FilterFunctionsType

    Filter functions object.

    +
  • length<EntityT>(str: string | Field<EntityT, boolean, boolean> | StringFilterFunction<EntityT>): NumberFilterFunction<EntityT>
  • +

    Export length filter function for backwards compatibility.

    +

    Type parameters

    • EntityT: EntityBase<EntityT>

    Parameters

    • str: string | Field<EntityT, boolean, boolean> | StringFilterFunction<EntityT>

    Returns NumberFilterFunction<EntityT>

  • mergeDefaultDeSerializersWith<BinaryT, BooleanT, ByteT, DecimalT, DoubleT, FloatT, Int16T, Int32T, Int64T, GuidT, SByteT, SingleT, StringT, AnyT, DateTimeT, DateTimeOffsetT, TimeT>(customDeSerializers: Partial<DeSerializers<BinaryT, BooleanT, ByteT, DecimalT, DoubleT, FloatT, Int16T, Int32T, Int64T, GuidT, SByteT, SingleT, StringT, AnyT, DateTimeT, DateTimeOffsetT, TimeT>>): CustomDeSerializers<typeof customDeSerializers>
  • +

    Get a complete set of (de-)serializers, that consists of the given partial custom (de-)serializers and default (de-)serializers (aka. default (de-)serializers merged with custom (de-)serializers). +The custom (de-)serializers are merged with the default (de-)serializers, while custom (de-)serializers take precedence.

    +

    Type parameters

    • BinaryT = string

    • BooleanT = boolean

    • ByteT = number

    • DecimalT = BigNumber

    • DoubleT = number

    • FloatT = number

    • Int16T = number

    • Int32T = number

    • Int64T = BigNumber

    • GuidT = string

    • SByteT = number

    • SingleT = number

    • StringT = string

    • AnyT = any

    • DateTimeT = Moment

    • DateTimeOffsetT = Moment

    • TimeT = Time

    Parameters

    • customDeSerializers: Partial<DeSerializers<BinaryT, BooleanT, ByteT, DecimalT, DoubleT, FloatT, Int16T, Int32T, Int64T, GuidT, SByteT, SingleT, StringT, AnyT, DateTimeT, DateTimeOffsetT, TimeT>>
      +

      Custom (de-)serialization functions.

      +

    Returns CustomDeSerializers<typeof customDeSerializers>

    A full set of (de-)serialization functions, that combines custom and default (de-)serializers.

    +
  • replace<EntityT>(str: string | Field<EntityT, boolean, boolean> | StringFilterFunction<EntityT>, searchStr: string | Field<EntityT, boolean, boolean> | StringFilterFunction<EntityT>, replaceStr: string | Field<EntityT, boolean, boolean> | StringFilterFunction<EntityT>): StringFilterFunction<EntityT>
  • +

    Build a filter function to replace the occurrence of a search string with another string. Evaluates to string.

    +

    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.

      +
    • searchStr: 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.

      +
    • replaceStr: 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 StringFilterFunction<EntityT>

    The newly created filter function.

    +
  • substring<EntityT>(str: string | Field<EntityT, boolean, boolean> | StringFilterFunction<EntityT>, pos: number | Field<EntityT, boolean, boolean> | NumberFilterFunction<EntityT>, len?: number | Field<EntityT, boolean, boolean> | NumberFilterFunction<EntityT>): StringFilterFunction<EntityT>
  • +

    Export substring filter function for backwards compatibility.

    +

    Type parameters

    • EntityT: EntityBase<EntityT>

    Parameters

    • str: string | Field<EntityT, boolean, boolean> | StringFilterFunction<EntityT>
    • pos: number | Field<EntityT, boolean, boolean> | NumberFilterFunction<EntityT>
    • Optional len: number | Field<EntityT, boolean, boolean> | NumberFilterFunction<EntityT>

    Returns StringFilterFunction<EntityT>

  • substringOf<EntityT>(substr: string | Field<EntityT, boolean, boolean> | StringFilterFunction<EntityT>, str: string | Field<EntityT, boolean, boolean> | StringFilterFunction<EntityT>): BooleanFilterFunction<EntityT>
  • +

    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.

    +
  • transformReturnValueForComplexType<ReturnT>(data: any, builderFn: (data: any) => ReturnT): ReturnT
  • +

    Transform the payload of the OData response to a complex type by using given deserialization function.

    +

    Type parameters

    • ReturnT

    Parameters

    • data: any
      +

      The OData payload.

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

      The deserialization function for transforming the payload.

      +
        • (data: any): ReturnT
        • Parameters

          • data: any

          Returns ReturnT

    Returns ReturnT

    The transformed value.

    +
  • transformReturnValueForComplexTypeList<ReturnT>(data: any, builderFn: (data: any) => ReturnT): ReturnT[]
  • +

    Transform the payload of the OData response to complex type array by using given deserialization function.

    +

    Type parameters

    • ReturnT

    Parameters

    • data: any
      +

      The OData payload.

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

      The deserialization function for transforming the payload.

      +
        • (data: any): ReturnT
        • Parameters

          • data: any

          Returns ReturnT

    Returns ReturnT[]

    The transformed value.

    +
  • transformReturnValueForEdmType<ReturnT>(data: any, builderFn: (data: any) => ReturnT): ReturnT
  • +

    Transform the payload of the OData response to edm type by using given deserialization function.

    +

    Type parameters

    • ReturnT

    Parameters

    • data: any
      +

      The OData payload.

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

      The deserialization function for transforming the payload.

      +
        • (data: any): ReturnT
        • Parameters

          • data: any

          Returns ReturnT

    Returns ReturnT

    The transformed value.

    +
  • transformReturnValueForEdmTypeList<ReturnT>(data: any, builderFn: (data: any) => ReturnT): ReturnT[]
  • +

    Transform the payload of the OData response to edm type array by using given deserialization function.

    +

    Type parameters

    • ReturnT

    Parameters

    • data: any
      +

      The OData payload.

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

      The deserialization function for transforming the payload.

      +
        • (data: any): ReturnT
        • Parameters

          • data: any

          Returns ReturnT

    Returns ReturnT[]

    The transformed value.

    +
  • transformReturnValueForEntity<ReturnT, DeSerializersT>(data: any, entityApi: EntityApi<ReturnT, DeSerializersT>): ReturnT
  • +

    Transform the payload of an OData response to an entity by using the given (de-)serializers.

    +

    Type parameters

    • ReturnT: Entity<ReturnT>

    • DeSerializersT: DeSerializers<any, any, any, any, any, any, any, any, any, any, any, any, any, any, any, any, any, DeSerializersT>

    Parameters

    • data: any
      +

      The OData payload.

      +
    • entityApi: EntityApi<ReturnT, DeSerializersT>
      +

      Entity API that holds the (de-)serializers.

      +

    Returns ReturnT

    The transformed value.

    +
  • transformReturnValueForEntityList<ReturnT, DeSerializersT>(data: any, entityApi: EntityApi<ReturnT, DeSerializersT>): ReturnT[]
  • +

    Transform the payload of the OData response to array of entities by using given (de-)serializers.

    +

    Type parameters

    • ReturnT: Entity<ReturnT>

    • DeSerializersT: DeSerializers<any, any, any, any, any, any, any, any, any, any, any, any, any, any, any, any, any, DeSerializersT>

    Parameters

    • data: any
      +

      The OData payload.

      +
    • entityApi: EntityApi<ReturnT, DeSerializersT>
      +

      Entity API that holds the (de-)serializers.

      +

    Returns ReturnT[]

    The transformed value.

    +
  • transformReturnValueForUndefined<ReturnT>(data: any, builderFn: (data: any) => ReturnT): ReturnT
  • +

    Transform the payload of the OData response to undefined. +This function is used in function imports, when no values need to be returned.

    +

    Type parameters

    • ReturnT

    Parameters

    • data: any
      +

      The OData payload.

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

      The deserialization function for transforming the payload.

      +
        • (data: any): ReturnT
        • Parameters

          • data: any

          Returns ReturnT

    Returns ReturnT

    The transformed value.

    +

    Copyright Ⓒ 2022 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/2.4.0/modules/sap_cloud_sdk_odata_v4.html b/docs/api/2.4.0/modules/sap_cloud_sdk_odata_v4.html new file mode 100644 index 0000000000..e6d45a5eb3 --- /dev/null +++ b/docs/api/2.4.0/modules/sap_cloud_sdk_odata_v4.html @@ -0,0 +1,266 @@ + +@sap-cloud-sdk/odata-v4 | SAP Cloud SDK for JavaScript / TypeScript - v2.4.0
Options
All
  • Public
  • Public/Protected
  • All
Menu
+ + +

SAP Cloud SDK for JavaScript Logo

+ + + + +

@sap-cloud-sdk/odata-v4

+
+

This package contains functions of OData v4 client.

+ + + + +

Support

+
+

The recommended way to get in touch with us is to create an issue on GitHub. +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.

+ + +

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

Re-exports AllFields
Re-exports BatchChangeSet
Re-exports CollectionField
Re-exports ComplexTypeField
Re-exports ConstructorOrField
Re-exports DeserializedType
Re-exports EdmTypeField
Re-exports EntityApi
Re-exports EntityBuilderType
Re-exports EnumField
Re-exports FieldBuilder
Re-exports FieldOptions
Re-exports FunctionImportParameter
Re-exports Link
Re-exports OneToManyLink
Re-exports OneToOneLink
Re-exports OrderableEdmTypeField
Re-exports PropertyMetadata
Re-exports RequestBuilder
Re-exports Time
Re-exports and
Re-exports asc
Re-exports desc
Re-exports entityBuilder
Re-exports not
Re-exports or
Re-exports throwErrorWhenReturnTypeIsUnionType
Re-exports transformVariadicArgumentToArray

Type aliases

CustomDeSerializers<T>: DeSerializers<CustomOrDefaultType<T, "Edm.Binary">, CustomOrDefaultType<T, "Edm.Boolean">, CustomOrDefaultType<T, "Edm.Byte">, CustomOrDefaultType<T, "Edm.Decimal">, CustomOrDefaultType<T, "Edm.Double">, CustomOrDefaultType<T, "Edm.Float">, CustomOrDefaultType<T, "Edm.Int16">, CustomOrDefaultType<T, "Edm.Int32">, CustomOrDefaultType<T, "Edm.Int64">, CustomOrDefaultType<T, "Edm.Guid">, CustomOrDefaultType<T, "Edm.SByte">, CustomOrDefaultType<T, "Edm.Single">, CustomOrDefaultType<T, "Edm.String">, CustomOrDefaultType<T, "Edm.Any">, CustomOrDefaultType<T, "Edm.DateTime">, CustomOrDefaultType<T, "Edm.DateTimeOffset">, CustomOrDefaultType<T, "Edm.Time">>
+

Type of the full set of (de-)serialization functions, that include custom (de-)serializers (aka. default (de-)serializers type merged with custom (de-)serializers type).

+

Type parameters

  • T

DefaultDeSerializers: DeSerializers<string, boolean, number, BigNumber, number, number, number, number, BigNumber, string, number, number, string, any, moment.Moment, moment.Moment, moment.Duration, Time, any>
+

Type of the default (de-)serializers.

+

Variables

defaultDeSerializers: DefaultDeSerializers
+

The default (de-)serializers.

+

Functions

  • all<EntityT, DeSerializersT, LinkedEntityApiT>(...filters: Filterable<EntityT, DeSerializersT, LinkedEntityApiT>[]): FilterLambdaExpression<EntityT, DeSerializersT>
  • +

    Will return the entity if all elements of the one-to-many link relation fulfill the condition.

    +

    Type parameters

    • EntityT: Entity<EntityT>

    • DeSerializersT: DeSerializers<any, any, any, any, any, any, any, any, any, any, any, any, any, any, any, any, any, any, any, DeSerializersT>

    • LinkedEntityApiT: EntityApi<EntityBase, DeSerializersT, LinkedEntityApiT>

    Parameters

    • Rest ...filters: Filterable<EntityT, DeSerializersT, LinkedEntityApiT>[]
      +

      A filter condition like MyEntity.someMultiLink.someProperty.eq('value').

      +

    Returns FilterLambdaExpression<EntityT, DeSerializersT>

    The lambda filter function to be considered in the query.

    +
  • any<EntityT, DeSerializersT, LinkedEntityApiT>(...filters: Filterable<EntityT, DeSerializersT, LinkedEntityApiT>[]): FilterLambdaExpression<EntityT, DeSerializersT>
  • +

    Will return the entity if at least one element of the one-to-many link relation fulfills the condition.

    +

    Type parameters

    • EntityT: Entity<EntityT>

    • DeSerializersT: DeSerializers<any, any, any, any, any, any, any, any, any, any, any, any, any, any, any, any, any, any, any, DeSerializersT>

    • LinkedEntityApiT: EntityApi<EntityBase, DeSerializersT, LinkedEntityApiT>

    Parameters

    • Rest ...filters: Filterable<EntityT, DeSerializersT, LinkedEntityApiT>[]
      +

      A filter condition like MyEntity.someMultiLink.someProperty.eq('value').

      +

    Returns FilterLambdaExpression<EntityT, DeSerializersT>

    The lambda filter function to be considered in the query.

    +
  • contains<EntityT>(substr: string | Field<EntityT, boolean, boolean> | StringFilterFunction<EntityT>, str: string | Field<EntityT, boolean, boolean> | StringFilterFunction<EntityT>): BooleanFilterFunction<EntityT>
  • +

    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.

    +
  • edmToTs(value: any, edmType: EdmTypeCommon | ExclusiveEdmTypeV2 | ExclusiveEdmTypeV4, deSerializers: DeSerializers<any, any, any, any, any, any, any, any, any, any, any, any, any, any, any, any, any, any, any>): any
  • +

    Convert a value with edm format to one with typescript format. This function is typically used when deserializing an OData response.

    +

    Parameters

    • value: any
      +

      The original value with edm format.

      +
    • edmType: EdmTypeCommon | ExclusiveEdmTypeV2 | ExclusiveEdmTypeV4
      +

      The edm type of that value.

      +
    • deSerializers: DeSerializers<any, any, any, any, any, any, any, any, any, any, any, any, any, any, any, any, any, any, any>
      +

      (De-)serializers used for transformation.

      +

    Returns any

    Deserialized value.

    +
  • entityDeserializer<DeSerializersT>(deSerializers: DeSerializersT): EntityDeserializer
  • +

    Entity deserializer instance for v4 entities. +See [[EntityDeserializer]] for the provided methods.

    +

    Type parameters

    • DeSerializersT: DeSerializers<any, any, any, any, any, any, any, any, any, any, any, any, any, any, any, any, any, any, any, DeSerializersT>

    Parameters

    • deSerializers: DeSerializersT
      +

      DeSerializer to be used.

      +

    Returns EntityDeserializer

    EntityDeserializer.

    +
  • filterFunction<EntityT>(functionName: string, returnType: "boolean", ...parameters: FilterFunctionParameterType<EntityT>[]): BooleanFilterFunction<EntityT>
  • filterFunction<EntityT>(functionName: string, returnType: "int" | "double" | "decimal", ...parameters: FilterFunctionParameterType<EntityT>[]): NumberFilterFunction<EntityT>
  • filterFunction<EntityT>(functionName: string, returnType: "string", ...parameters: FilterFunctionParameterType<EntityT>[]): StringFilterFunction<EntityT>
  • filterFunction<EntityT>(functionName: string, returnType: "datetimeoffset", ...parameters: FilterFunctionParameterType<EntityT>[]): DateFilterFunction<EntityT>
  • filterFunction<EntityT>(functionName: string, returnType: "boolean[]", ...parameters: FilterFunctionParameterType<EntityT>[]): CollectionFilterFunction<EntityT, boolean>
  • filterFunction<EntityT>(functionName: string, returnType: "string[]", ...parameters: FilterFunctionParameterType<EntityT>[]): CollectionFilterFunction<EntityT, string>
  • filterFunction<EntityT>(functionName: string, returnType: "int[]" | "double[]" | "decimal[]", ...parameters: FilterFunctionParameterType<EntityT>[]): CollectionFilterFunction<EntityT, number>
  • filterFunction<EntityT>(functionName: string, returnType: "datetimeoffset[]", ...parameters: FilterFunctionParameterType<EntityT>[]): CollectionFilterFunction<EntityT, moment.Moment>
  • +

    Build a custom filter function.

    +

    Type parameters

    Parameters

    • functionName: string
      +

      The name of the function, e.g., substring.

      +
    • returnType: "boolean"
      +

      The return type of the filter function.

      +
    • Rest ...parameters: FilterFunctionParameterType<EntityT>[]
      +

      The parameter(s) used in the function.

      +

    Returns BooleanFilterFunction<EntityT>

    An instance of filter function suited for the given return type.

    +
  • +

    Build a custom filter function.

    +

    Type parameters

    Parameters

    • functionName: string
      +

      The name of the function, e.g., substring.

      +
    • returnType: "int" | "double" | "decimal"
      +

      The return type of the filter function.

      +
    • Rest ...parameters: FilterFunctionParameterType<EntityT>[]
      +

      The parameter(s) used in the function.

      +

    Returns NumberFilterFunction<EntityT>

    An instance of filter function suited for the given return type.

    +
  • +

    Build a custom filter function.

    +

    Type parameters

    Parameters

    • functionName: string
      +

      The name of the function, e.g., substring.

      +
    • returnType: "string"
      +

      The return type of the filter function.

      +
    • Rest ...parameters: FilterFunctionParameterType<EntityT>[]
      +

      The parameter(s) used in the function.

      +

    Returns StringFilterFunction<EntityT>

    An instance of filter function suited for the given return type.

    +
  • +

    Build a custom filter function.

    +

    Type parameters

    Parameters

    • functionName: string
      +

      The name of the function, e.g., substring.

      +
    • returnType: "datetimeoffset"
      +

      The return type of the filter function.

      +
    • Rest ...parameters: FilterFunctionParameterType<EntityT>[]
      +

      The parameter(s) used in the function.

      +

    Returns DateFilterFunction<EntityT>

    An instance of filter function suited for the given return type.

    +
  • +

    Build a custom filter function.

    +

    Type parameters

    Parameters

    • functionName: string
      +

      The name of the function, e.g., substring.

      +
    • returnType: "boolean[]"
      +

      The return type of the filter function.

      +
    • Rest ...parameters: FilterFunctionParameterType<EntityT>[]
      +

      The parameter(s) used in the function.

      +

    Returns CollectionFilterFunction<EntityT, boolean>

    An instance of filter function suited for the given return type.

    +
  • +

    Build a custom filter function.

    +

    Type parameters

    Parameters

    • functionName: string
      +

      The name of the function, e.g., substring.

      +
    • returnType: "string[]"
      +

      The return type of the filter function.

      +
    • Rest ...parameters: FilterFunctionParameterType<EntityT>[]
      +

      The parameter(s) used in the function.

      +

    Returns CollectionFilterFunction<EntityT, string>

    An instance of filter function suited for the given return type.

    +
  • +

    Build a custom filter function.

    +

    Type parameters

    Parameters

    • functionName: string
      +

      The name of the function, e.g., substring.

      +
    • returnType: "int[]" | "double[]" | "decimal[]"
      +

      The return type of the filter function.

      +
    • Rest ...parameters: FilterFunctionParameterType<EntityT>[]
      +

      The parameter(s) used in the function.

      +

    Returns CollectionFilterFunction<EntityT, number>

    An instance of filter function suited for the given return type.

    +
  • +

    Build a custom filter function.

    +

    Type parameters

    Parameters

    • functionName: string
      +

      The name of the function, e.g., substring.

      +
    • returnType: "datetimeoffset[]"
      +

      The return type of the filter function.

      +
    • Rest ...parameters: FilterFunctionParameterType<EntityT>[]
      +

      The parameter(s) used in the function.

      +

    Returns CollectionFilterFunction<EntityT, moment.Moment>

    An instance of filter function suited for the given return type.

    +
  • filterFunctions<BinaryT, BooleanT, ByteT, DecimalT, DoubleT, FloatT, Int16T, Int32T, Int64T, GuidT, SByteT, SingleT, StringT, AnyT, DateTimeT, DateTimeOffsetT, TimeT>(deSerializers?: Partial<DeSerializers<BinaryT, BooleanT, ByteT, DecimalT, DoubleT, FloatT, Int16T, Int32T, Int64T, GuidT, SByteT, SingleT, StringT, AnyT, DateTimeT, DateTimeOffsetT, TimeT, any, any>>): FilterFunctionTypes
  • +

    OData v4 specific filter functions.

    +

    Type parameters

    • BinaryT = string

    • BooleanT = boolean

    • ByteT = number

    • DecimalT = BigNumber

    • DoubleT = number

    • FloatT = number

    • Int16T = number

    • Int32T = number

    • Int64T = BigNumber

    • GuidT = string

    • SByteT = number

    • SingleT = number

    • StringT = string

    • AnyT = any

    • DateTimeT = Moment

    • DateTimeOffsetT = Moment

    • TimeT = Time

    Parameters

    • deSerializers: Partial<DeSerializers<BinaryT, BooleanT, ByteT, DecimalT, DoubleT, FloatT, Int16T, Int32T, Int64T, GuidT, SByteT, SingleT, StringT, AnyT, DateTimeT, DateTimeOffsetT, TimeT, any, any>> = ...
      +

      DeSerializer used in the filter function.

      +

    Returns FilterFunctionTypes

    Object containing the filter functions.

    +
  • fractionalSeconds<EntityT>(date: Moment | Field<EntityT, boolean, boolean>): NumberFilterFunction<EntityT>
  • +

    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.

    +
  • 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

    • EntityT: Entity<EntityT>

    • ParamT: FilterFunctionPrimitiveParameterType

    • ReturnT

    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<EntityT, ParamT, ReturnT>(subset: ParamT[] | CollectionField<EntityT, any, any, boolean, boolean> | CollectionFilterFunction<EntityT, ReturnT>, set: ParamT[] | CollectionField<EntityT, any, 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

    • EntityT: Entity<EntityT>

    • ParamT: FilterFunctionPrimitiveParameterType

    • ReturnT

    Parameters

    • subset: ParamT[] | CollectionField<EntityT, any, 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, 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.

    +
  • matchesPattern<EntityT>(str: string | Field<EntityT, boolean, boolean> | StringFilterFunction<EntityT>, regex: string): BooleanFilterFunction<EntityT>
  • +

    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<EntityT>(): NumberFilterFunction<EntityT>
  • +

    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.

    +
  • mergeDefaultDeSerializersWith<BinaryT, BooleanT, ByteT, DecimalT, DoubleT, FloatT, Int16T, Int32T, Int64T, GuidT, SByteT, SingleT, StringT, AnyT, DateT, DateTimeOffsetT, DurationT, TimeOfDayT, EnumT>(customDeSerializers: Partial<DeSerializers<BinaryT, BooleanT, ByteT, DecimalT, DoubleT, FloatT, Int16T, Int32T, Int64T, GuidT, SByteT, SingleT, StringT, AnyT, DateT, DateTimeOffsetT, DurationT, TimeOfDayT, EnumT>>): CustomDeSerializers<typeof customDeSerializers>
  • +

    Get a complete set of (de-)serializers, that consists of the given partial custom (de-)serializers and default (de-)serializers (aka. default (de-)serializers merged with custom (de-)serializers). +The custom (de-)serializers are merged with the default (de-)serializers, while custom (de-)serializers take precedence.

    +

    Type parameters

    • BinaryT = string

    • BooleanT = boolean

    • ByteT = number

    • DecimalT = BigNumber

    • DoubleT = number

    • FloatT = number

    • Int16T = number

    • Int32T = number

    • Int64T = BigNumber

    • GuidT = string

    • SByteT = number

    • SingleT = number

    • StringT = string

    • AnyT = any

    • DateT = Moment

    • DateTimeOffsetT = Moment

    • DurationT = Duration

    • TimeOfDayT = Time

    • EnumT = any

    Parameters

    • customDeSerializers: Partial<DeSerializers<BinaryT, BooleanT, ByteT, DecimalT, DoubleT, FloatT, Int16T, Int32T, Int64T, GuidT, SByteT, SingleT, StringT, AnyT, DateT, DateTimeOffsetT, DurationT, TimeOfDayT, EnumT>>
      +

      Custom (de-)serialization functions.

      +

    Returns CustomDeSerializers<typeof customDeSerializers>

    A full set of (de-)serialization functions, that combines custom and default (de-)serializers.

    +
  • minDateTime<EntityT>(): NumberFilterFunction<EntityT>
  • +

    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.

    +
  • now<EntityT>(): NumberFilterFunction<EntityT>
  • +

    Build a filter function to get the current point in time. Evaluates to DateTimeOffset.

    +

    Type parameters

    Returns NumberFilterFunction<EntityT>

    The newly created filter function.

    +
  • totalOffsetMinutes<EntityT>(date: Moment | Field<EntityT, boolean, boolean>): NumberFilterFunction<EntityT>
  • +

    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.

    +
  • transformReturnValueForComplexType<ReturnT>(data: any, builderFn: (data: any) => ReturnT): ReturnT
  • +

    Transform the payload of the OData response to a complex type by using given deserialization function.

    +

    Type parameters

    • ReturnT

    Parameters

    • data: any
      +

      The OData payload.

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

      The deserialization function for transforming the payload.

      +
        • (data: any): ReturnT
        • Parameters

          • data: any

          Returns ReturnT

    Returns ReturnT

    The transformed value.

    +
  • transformReturnValueForComplexTypeList<ReturnT>(data: any, builderFn: (data: any) => ReturnT): ReturnT[]
  • +

    Transform the payload of the OData response to complex type array by using given deserialization function.

    +

    Type parameters

    • ReturnT

    Parameters

    • data: any
      +

      The OData payload.

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

      The deserialization function for transforming the payload.

      +
        • (data: any): ReturnT
        • Parameters

          • data: any

          Returns ReturnT

    Returns ReturnT[]

    The transformed value.

    +
  • transformReturnValueForEdmType<ReturnT>(data: any, builderFn: (data: any) => ReturnT): ReturnT
  • +

    Transform the payload of the OData response to edm type by using given deserialization function.

    +

    Type parameters

    • ReturnT

    Parameters

    • data: any
      +

      The OData payload.

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

      The deserialization function for transforming the payload.

      +
        • (data: any): ReturnT
        • Parameters

          • data: any

          Returns ReturnT

    Returns ReturnT

    The transformed value.

    +
  • transformReturnValueForEdmTypeList<ReturnT>(data: any, builderFn: (data: any) => ReturnT): ReturnT[]
  • +

    Transform the payload of the OData response to edm type array by using given deserialization function.

    +

    Type parameters

    • ReturnT

    Parameters

    • data: any
      +

      The OData payload.

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

      The deserialization function for transforming the payload.

      +
        • (data: any): ReturnT
        • Parameters

          • data: any

          Returns ReturnT

    Returns ReturnT[]

    The transformed value.

    +
  • transformReturnValueForEntity<ReturnT, DeSerializersT>(data: any, entityApi: EntityApi<ReturnT, DeSerializersT>): ReturnT
  • +

    Transform the payload of an OData response to an entity by using the given (de-)serializers.

    +

    Type parameters

    • ReturnT: Entity<ReturnT>

    • DeSerializersT: DeSerializers<any, any, any, any, any, any, any, any, any, any, any, any, any, any, any, any, any, any, any, DeSerializersT>

    Parameters

    • data: any
      +

      The OData payload.

      +
    • entityApi: EntityApi<ReturnT, DeSerializersT>
      +

      Entity API that holds the (de-)serializers.

      +

    Returns ReturnT

    The transformed value.

    +
  • transformReturnValueForEntityList<ReturnT, DeSerializersT>(data: any, entityApi: EntityApi<ReturnT, DeSerializersT>): ReturnT[]
  • +

    Transform the payload of the OData response to array of entities by using given (de-)serializers.

    +

    Type parameters

    • ReturnT: Entity<ReturnT>

    • DeSerializersT: DeSerializers<any, any, any, any, any, any, any, any, any, any, any, any, any, any, any, any, any, any, any, DeSerializersT>

    Parameters

    • data: any
      +

      The OData payload.

      +
    • entityApi: EntityApi<ReturnT, DeSerializersT>
      +

      Entity API that holds the (de-)serializers.

      +

    Returns ReturnT[]

    The transformed value.

    +
  • transformReturnValueForUndefined<ReturnT>(data: any, builderFn: (data: any) => ReturnT): ReturnT
  • +

    Transform the payload of the OData response to undefined. +This function is used in function imports, when no values need to be returned.

    +

    Type parameters

    • ReturnT

    Parameters

    • data: any
      +

      The OData payload.

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

      The deserialization function for transforming the payload.

      +
        • (data: any): ReturnT
        • Parameters

          • data: any

          Returns ReturnT

    Returns ReturnT

    The transformed value.

    +

    Copyright Ⓒ 2022 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/2.4.0/modules/sap_cloud_sdk_openapi.html b/docs/api/2.4.0/modules/sap_cloud_sdk_openapi.html new file mode 100644 index 0000000000..244406c553 --- /dev/null +++ b/docs/api/2.4.0/modules/sap_cloud_sdk_openapi.html @@ -0,0 +1,68 @@ + +@sap-cloud-sdk/openapi | SAP Cloud SDK for JavaScript / TypeScript - v2.4.0
Options
All
  • Public
  • Public/Protected
  • All
Menu
+ + +

SAP Cloud SDK for JavaScript Logo

+ + + + +

@sap-cloud-sdk/openapi

+
+

This package contains the OpenAPI request builder for different types of HTTP requests. +.

+ + +

Installation

+
+
$ npm install @sap-cloud-sdk/openapi
+
+ + +

Usage

+
+

The openapi package is not intended for direct usage.

+

For more detailed overview visit our Execute OpenAPI request documentation.

+ + + + +

Support

+
+

The recommended way to get in touch with us is to create an issue on GitHub. +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.

+ + +

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 Ⓒ 2022 SAP SE or an SAP affiliate company. All rights reserved.

+

Index

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/2.4.0/modules/sap_cloud_sdk_openapi_generator.html b/docs/api/2.4.0/modules/sap_cloud_sdk_openapi_generator.html new file mode 100644 index 0000000000..5b5b0408dd --- /dev/null +++ b/docs/api/2.4.0/modules/sap_cloud_sdk_openapi_generator.html @@ -0,0 +1,88 @@ + +@sap-cloud-sdk/openapi-generator | SAP Cloud SDK for JavaScript / TypeScript - v2.4.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
+
+

To run the CLI locally, compile and link the package.

+
$ yarn install

$ yarn compile

$ npm link

$ openapi-generator help +
+ + +

Usage (CLI)

+
+

Generate OpenAPI client(s), that use the connectivity features of the SAP Cloud SDK for JavaScript/TypeScript.

+ + +
Usage: openapi-generator --input <input> --outputDir <outputDirectory>

Options:
--help Show help [boolean]
--version Show version number [boolean]
-i, --input 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.
[string] [required]
-o, --outputDir 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`. [string] [required]
-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`.
[boolean] [default: false]
--include Include files matching the given glob into the
root of each generated client directory. [string]
--overwrite Allow to overwrite files, that already exist. This
is useful, when running the generation regularly.
[boolean] [default: false]
--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. [boolean] [default: false]
--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.
[boolean] [default: false]
--tsConfig 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. [string]
--packageJson When enabled, a `package.json`, that specifies
dependencies and scripts for transpilation and
documentation generation is generated.
[boolean] [default: false]
--licenseInPackageJson License to be used on the generated package.json.
Only considered if 'packageJson' is enabled.
[string]
-v, --verbose Turn on verbose logging.[boolean] [default: false]
--optionsPerService 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. [string]
-c, --config 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. [string] +
+ + + + +

Usage (programmatically)

+
+
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 on GitHub. +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.

+ + +

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

  • +

    Main entry point for the OpenAPI client generation. +Generates models and API files.

    +

    Parameters

    • options: GeneratorOptions
      +

      Options to configure generation.

      +

      Copyright Ⓒ 2022 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/2.4.0/modules/sap_cloud_sdk_temporal_de_serializers.html b/docs/api/2.4.0/modules/sap_cloud_sdk_temporal_de_serializers.html new file mode 100644 index 0000000000..7810cbff19 --- /dev/null +++ b/docs/api/2.4.0/modules/sap_cloud_sdk_temporal_de_serializers.html @@ -0,0 +1,72 @@ + +@sap-cloud-sdk/temporal-de-serializers | SAP Cloud SDK for JavaScript / TypeScript - v2.4.0
Options
All
  • Public
  • Public/Protected
  • All
Menu
+ + +

SAP Cloud SDK for JavaScript Logo

+ + + + +

@sap-cloud-sdk/temporal-de-serializers

+
+

This package contains the Temporal based middleware for date/time (de-)serialization in the SAP Cloud SDK.

+ + +

Installation

+
+
$ npm install @sap-cloud-sdk/temporal-de-serializers
+
+ + +

Usage

+
+
import { temporalDeSerializersV4 } from '@sap-cloud-sdk/temporal-de-serializers';

const { businessPartnerApi } = businessPartnerService(temporalDeSerializersV4);
businessPartnerApi
.entityBuilder()
.organizationFoundationDate(
Temporal.PlainDateTime.from('1995-12-07T03:24:30')
)
.build(); +
+

For more detailed overview visit our Temporal middleware documentation.

+ + + + +

Support

+
+

The recommended way to get in touch with us is to create an issue on GitHub. +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.

+ + +

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

Variables

temporalDeSerializersV2: { Edm.DateTime: DeSerializer<Temporal.PlainDateTime>; Edm.DateTimeOffset: DeSerializer<Temporal.ZonedDateTime>; Edm.Time: DeSerializer<Temporal.PlainTime> }
+

Temporal (de-)serializers for Odata-v2.

+

Type declaration

  • Edm.DateTime: DeSerializer<Temporal.PlainDateTime>
  • Edm.DateTimeOffset: DeSerializer<Temporal.ZonedDateTime>
  • Edm.Time: DeSerializer<Temporal.PlainTime>
temporalDeSerializersV4: { Edm.Date: DeSerializer<Temporal.PlainDate>; Edm.DateTimeOffset: DeSerializer<Temporal.ZonedDateTime>; Edm.Duration: DeSerializer<Temporal.Duration>; Edm.TimeOfDay: DeSerializer<Temporal.PlainTime> }
+

Temporal (de-)serializers for Odata-v4.

+

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

+

Type declaration

  • Edm.Date: DeSerializer<Temporal.PlainDate>
  • Edm.DateTimeOffset: DeSerializer<Temporal.ZonedDateTime>
  • Edm.Duration: DeSerializer<Temporal.Duration>
  • Edm.TimeOfDay: DeSerializer<Temporal.PlainTime>

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/2.4.0/modules/sap_cloud_sdk_test_util.html b/docs/api/2.4.0/modules/sap_cloud_sdk_test_util.html new file mode 100644 index 0000000000..89694fcc78 --- /dev/null +++ b/docs/api/2.4.0/modules/sap_cloud_sdk_test_util.html @@ -0,0 +1,123 @@ + +@sap-cloud-sdk/test-util | SAP Cloud SDK for JavaScript / TypeScript - v2.4.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 Business Technology 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/test-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 on GitHub. +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.

+ + +

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

  • +

    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.

    +
  • +

    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.

    +
  • +

    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

  • +

    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

  • +

    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(): 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(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 Ⓒ 2022 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/2.4.0/modules/sap_cloud_sdk_util.html b/docs/api/2.4.0/modules/sap_cloud_sdk_util.html new file mode 100644 index 0000000000..5bc6ebdc03 --- /dev/null +++ b/docs/api/2.4.0/modules/sap_cloud_sdk_util.html @@ -0,0 +1,460 @@ + +@sap-cloud-sdk/util | SAP Cloud SDK for JavaScript / TypeScript - v2.4.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 Business Technology 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 on GitHub. +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.

+ + +

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: "error" | "warn" | "info" | "verbose" | "debug" | "silly"
+

Npm log levels used for the SAP Cloud SDK logger.

+
ODataVersion: "v2" | "v4"
+

Denotes the OData version.

+
Xor<T, U>: (Without<T> & U) | (Without<U> & T)
+

XOR of two types containing keys with different names.

+

Type parameters

  • T

  • U

Variables

VALUE_IS_UNDEFINED: "VALUE_IS_UNDEFINED" = 'VALUE_IS_UNDEFINED'
internal
cloudSdkExceptionLogger: Logger
+

Default logger for the SAP Cloud SDK for unhandled exceptions.

+
kibana: Format
+

Format for logging in Kibana.

+
local: Format
+

Format for local logging.

+
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: "\r\n" = "\r\n"
+

For request payloads, etc., it is convention to use the \r\n new line.

+

Functions

  • 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.

    +
  • 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(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(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(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.

    +
  • +

    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(): void
  • +

    Disable logging of exceptions. Enabled by default.

    +

    Returns void

  • 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(): void
  • +

    Enable logging of exceptions. Enabled by default.

    +

    Returns void

  • encodeBase64(str: string): string
  • +

    Encode a string to a base64 encoded string.

    +

    Parameters

    • str: string
      +

      String to encode.

      +

    Returns string

    Base64 encoded string.

    +
  • equal<T>(item1: T, item2: T): boolean
  • +

    Checks whether the two items contain the same content. +When both of them are arrays, the elements and the order are checked, see equalArrays. +When both of them are objects, the key/value pairs are checked, see equalObjects. +In other cases, triple equals is used.

    +

    Type parameters

    • T

    Parameters

    • item1: T
      +

      The first item.

      +
    • item2: T
      +

      The second item.

      +

    Returns boolean

    A boolean, indicating all the items equal to each other.

    +
  • equalArrays<T>(arr1: T[], arr2: T[]): boolean
  • +

    Checks whether the elements of two arrays are the same with the same order.

    +

    Type parameters

    • T

    Parameters

    • arr1: T[]
      +

      The first array.

      +
    • arr2: T[]
      +

      The second array.

      +

    Returns boolean

    A boolean, indicating both arrays have the same contents.

    +
  • equalObjects(obj1: Record<string, any>, obj2: Record<string, any>): boolean
  • +

    Checks whether the keys and values of two objects are equal.

    +

    Parameters

    • obj1: Record<string, any>
      +

      The first object.

      +
    • obj2: Record<string, any>
      +

      The second object.

      +

    Returns boolean

    A boolean, indicating whether the two objects are equal to each other.

    +
  • 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<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<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(path: string, lastPath?: string): string
  • 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<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<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.

    +
  • 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(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(): string | undefined
  • +

    Get the global log level of the container.

    +

    Returns string | undefined

    The global log level, or undefined when not defined.

    +
  • 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.

    +
  • identity<T>(value: T): T
  • +

    Identity function.

    +

    Type parameters

    • T

    Parameters

    • value: T
      +

      Any value.

      +

    Returns T

    The given value.

    +
  • 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(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<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<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<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.
    • +
    +
  • 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<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(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.

    +
  • 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<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<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<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(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(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(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.

    +
  • removeLeadingSlashes(path: string): string
  • internal

    Parameters

    • path: string

    Returns string

  • removeSlashes(path: string): string
  • internal

    Parameters

    • path: string

    Returns string

  • removeTrailingSlashes(path: string): string
  • internal

    Parameters

    • path: string

    Returns string

  • 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.

    +
  • sanitizeRecord<T>(input: Record<string, T>, replacementString?: string, sensitiveKeys?: string[]): Record<string, T>
  • +

    Potentially sensitive keys will be matched case-insensitive and as substrings. +Matches will be replaced with a placeholder string.

    +

    Type parameters

    • T = any

    Parameters

    • input: Record<string, T>
      +

      The record to be sanitized.

      +
    • Optional replacementString: string
      +

      The placeholder string.

      +
    • Optional sensitiveKeys: string[]
      +

      The list of keys to be replaced. This overrides the default list.

      +

    Returns Record<string, T>

    The sanitized copy of the input record.

    +
  • 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(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<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(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(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.
    • +
    +
  • transformVariadicArgumentToArray<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.

    +
  • trim(string: string): string
  • +

    Remove whitespace from the left and right side of a string.

    +

    Parameters

    • string: string
      +

      String to trim.

      +

    Returns string

    String without outer whitespace.

    +
  • 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(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<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(): 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(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<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.

    +
    deprecated

    This method should be replaced by transformVariadicArgumentToArray.

    +

    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<T>(left: T[], right: T[]): T[]
  • +

    Merge two arrays by alternately adding inserting values from both arrays, starting from the left.

    +
    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 Ⓒ 2022 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 ccf5b80c9f..e2e26f5a65 100644 --- a/docs/api/versions.js +++ b/docs/api/versions.js @@ -1,4 +1,5 @@ export default [ + "2.4.0", "2.3.0", "2.2.0", "2.1.0", diff --git a/docs/api/versions.json b/docs/api/versions.json index e4c08a1195..5a4dc8b3af 100644 --- a/docs/api/versions.json +++ b/docs/api/versions.json @@ -1,4 +1,5 @@ [ + "2.4.0", "2.3.0", "2.2.0", "2.1.0", diff --git a/package.json b/package.json index 1f5429f7cb..30f1f0128a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sap-cloud-sdk", - "version": "2.3.0", + "version": "2.4.0", "private": true, "sideEffects": false, "packageManager": "yarn@1.22.18", diff --git a/packages/connectivity/CHANGELOG.md b/packages/connectivity/CHANGELOG.md new file mode 100644 index 0000000000..b33daf6e3b --- /dev/null +++ b/packages/connectivity/CHANGELOG.md @@ -0,0 +1,15 @@ +# @sap-cloud-sdk/connectivity + +## 2.4.0 + +### Minor Changes + +- 04726a35: [Improvement] Reduce default log output on the `info` level significantly. + [Compatibility Note] Only log the successful retrieval of destinations on the`info` log level, log everything else is on the `debug` or `warn` level. +- 0a008674: [Compatibility Note] Mark the function `noDestinationErrorMessage` as internal API. +- 0a008674: [New Functionality] Support self-signed certificate using the `trustStore` property of the destination object. + +### Patch Changes + +- Updated dependencies [0a008674] + - @sap-cloud-sdk/util@2.4.0 diff --git a/packages/connectivity/package.json b/packages/connectivity/package.json index 5f97fb783d..18a9e45a5b 100755 --- a/packages/connectivity/package.json +++ b/packages/connectivity/package.json @@ -1,6 +1,6 @@ { "name": "@sap-cloud-sdk/connectivity", - "version": "2.3.0", + "version": "2.4.0", "description": "SAP Cloud SDK for JavaScript connectivity", "homepage": "https://sap.github.io/cloud-sdk/docs/js/overview-cloud-sdk-for-javascript", "license": "Apache-2.0", @@ -37,7 +37,7 @@ "readme": "ts-node ../../scripts/replace-common-readme.ts" }, "dependencies": { - "@sap-cloud-sdk/util": "^2.3.0", + "@sap-cloud-sdk/util": "^2.4.0", "@sap/xsenv": "^3.0.0", "@sap/xssec": "^3.2.7", "axios": "^0.27.1", diff --git a/packages/eslint-config/CHANGELOG.md b/packages/eslint-config/CHANGELOG.md new file mode 100644 index 0000000000..ad352ae6fb --- /dev/null +++ b/packages/eslint-config/CHANGELOG.md @@ -0,0 +1,12 @@ +# @sap-cloud-sdk/eslint-config + +## 2.4.0 + +### Minor Changes + +- 0a008674: [Compatibility Note] Switch the following `jsdoc` related levels from `warn` to `error`: + - `jsdoc/check-param-names` + - `jsdoc/require-description-complete-sentence` + - `jsdoc/require-jsdoc` + - `jsdoc/require-param` + - `jsdoc/require-returns` diff --git a/packages/eslint-config/package.json b/packages/eslint-config/package.json index b2a70ebd77..e7436119ba 100644 --- a/packages/eslint-config/package.json +++ b/packages/eslint-config/package.json @@ -1,6 +1,6 @@ { "name": "@sap-cloud-sdk/eslint-config", - "version": "2.3.0", + "version": "2.4.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/CHANGELOG.md b/packages/generator-common/CHANGELOG.md new file mode 100644 index 0000000000..2d6223aece --- /dev/null +++ b/packages/generator-common/CHANGELOG.md @@ -0,0 +1,8 @@ +# @sap-cloud-sdk/generator-common + +## 2.4.0 + +### Patch Changes + +- Updated dependencies [0a008674] + - @sap-cloud-sdk/util@2.4.0 diff --git a/packages/generator-common/package.json b/packages/generator-common/package.json index 8f7b1e4ca3..e0746b22d2 100755 --- a/packages/generator-common/package.json +++ b/packages/generator-common/package.json @@ -1,6 +1,6 @@ { "name": "@sap-cloud-sdk/generator-common", - "version": "2.3.0", + "version": "2.4.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", @@ -37,7 +37,7 @@ "readme": "ts-node ../../scripts/replace-common-readme.ts" }, "dependencies": { - "@sap-cloud-sdk/util": "^2.3.0", + "@sap-cloud-sdk/util": "^2.4.0", "axios": "^0.27.1", "fast-levenshtein": "~3.0.0", "fs-extra": "^10.0.0", diff --git a/packages/generator/CHANGELOG.md b/packages/generator/CHANGELOG.md new file mode 100644 index 0000000000..13665a456b --- /dev/null +++ b/packages/generator/CHANGELOG.md @@ -0,0 +1,13 @@ +# @sap-cloud-sdk/generator + +## 2.4.0 + +### Patch Changes + +- Updated dependencies [0a008674] +- Updated dependencies [0a008674] + - @sap-cloud-sdk/odata-v4@2.4.0 + - @sap-cloud-sdk/util@2.4.0 + - @sap-cloud-sdk/generator-common@2.4.0 + - @sap-cloud-sdk/odata-common@2.4.0 + - @sap-cloud-sdk/odata-v2@2.4.0 diff --git a/packages/generator/package.json b/packages/generator/package.json index 08a9bb780b..7945a7efdd 100755 --- a/packages/generator/package.json +++ b/packages/generator/package.json @@ -1,6 +1,6 @@ { "name": "@sap-cloud-sdk/generator", - "version": "2.3.0", + "version": "2.4.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", @@ -40,11 +40,11 @@ "readme": "ts-node ../../scripts/replace-common-readme.ts" }, "dependencies": { - "@sap-cloud-sdk/generator-common": "^2.3.0", - "@sap-cloud-sdk/odata-common": "^2.3.0", - "@sap-cloud-sdk/odata-v2": "^2.3.0", - "@sap-cloud-sdk/odata-v4": "^2.3.0", - "@sap-cloud-sdk/util": "^2.3.0", + "@sap-cloud-sdk/generator-common": "^2.4.0", + "@sap-cloud-sdk/odata-common": "^2.4.0", + "@sap-cloud-sdk/odata-v2": "^2.4.0", + "@sap-cloud-sdk/odata-v4": "^2.4.0", + "@sap-cloud-sdk/util": "^2.4.0", "@sap/edm-converters": "~1.0.21", "@types/fs-extra": "^9.0.1", "@types/glob": "^7.1.2", diff --git a/packages/http-client/CHANGELOG.md b/packages/http-client/CHANGELOG.md new file mode 100644 index 0000000000..85b046aecb --- /dev/null +++ b/packages/http-client/CHANGELOG.md @@ -0,0 +1,17 @@ +# @sap-cloud-sdk/http-client + +## 2.4.0 + +### Minor Changes + +- 04726a35: [Improvement] Reduce default log output on the `info` level significantly. + [Compatibility Note] Only log the successful retrieval of destinations on the`info` log level, log everything else is on the `debug` or `warn` level. + +### Patch Changes + +- Updated dependencies [04726a35] +- Updated dependencies [0a008674] +- Updated dependencies [0a008674] +- Updated dependencies [0a008674] + - @sap-cloud-sdk/connectivity@2.4.0 + - @sap-cloud-sdk/util@2.4.0 diff --git a/packages/http-client/package.json b/packages/http-client/package.json index 2720d2e93b..c1ac1f8de3 100755 --- a/packages/http-client/package.json +++ b/packages/http-client/package.json @@ -1,6 +1,6 @@ { "name": "@sap-cloud-sdk/http-client", - "version": "2.3.0", + "version": "2.4.0", "description": "SAP Cloud SDK for JavaScript http-client", "homepage": "https://sap.github.io/cloud-sdk/docs/js/overview-cloud-sdk-for-javascript", "license": "Apache-2.0", @@ -37,12 +37,12 @@ "readme": "ts-node ../../scripts/replace-common-readme.ts" }, "dependencies": { - "@sap-cloud-sdk/connectivity": "^2.3.0", - "@sap-cloud-sdk/util": "^2.3.0", + "@sap-cloud-sdk/connectivity": "^2.4.0", + "@sap-cloud-sdk/util": "^2.4.0", "axios": "^0.27.1" }, "devDependencies": { - "@sap-cloud-sdk/test-services-odata-common": "^2.3.0", + "@sap-cloud-sdk/test-services-odata-common": "^2.4.0", "https-proxy-agent": "^5.0.0", "nock": "^13.0.11", "typescript": "~4.6.2" diff --git a/packages/odata-common/CHANGELOG.md b/packages/odata-common/CHANGELOG.md new file mode 100644 index 0000000000..22c3ae75d8 --- /dev/null +++ b/packages/odata-common/CHANGELOG.md @@ -0,0 +1,13 @@ +# @sap-cloud-sdk/odata-common + +## 2.4.0 + +### Patch Changes + +- Updated dependencies [04726a35] +- Updated dependencies [0a008674] +- Updated dependencies [0a008674] +- Updated dependencies [0a008674] + - @sap-cloud-sdk/connectivity@2.4.0 + - @sap-cloud-sdk/http-client@2.4.0 + - @sap-cloud-sdk/util@2.4.0 diff --git a/packages/odata-common/package.json b/packages/odata-common/package.json index 50c971e4bd..a7ef4d201e 100755 --- a/packages/odata-common/package.json +++ b/packages/odata-common/package.json @@ -1,6 +1,6 @@ { "name": "@sap-cloud-sdk/odata-common", - "version": "2.3.0", + "version": "2.4.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", @@ -37,16 +37,16 @@ "readme": "ts-node ../../scripts/replace-common-readme.ts" }, "dependencies": { - "@sap-cloud-sdk/connectivity": "^2.3.0", - "@sap-cloud-sdk/http-client": "^2.3.0", - "@sap-cloud-sdk/util": "^2.3.0", + "@sap-cloud-sdk/connectivity": "^2.4.0", + "@sap-cloud-sdk/http-client": "^2.4.0", + "@sap-cloud-sdk/util": "^2.4.0", "bignumber.js": "^9.0.0", "moment": "^2.29.0", "uuid": "^8.2.0", "voca": "^1.4.0" }, "devDependencies": { - "@sap-cloud-sdk/test-services-odata-common": "^2.3.0", + "@sap-cloud-sdk/test-services-odata-common": "^2.4.0", "typescript": "~4.6.2" } } diff --git a/packages/odata-v2/CHANGELOG.md b/packages/odata-v2/CHANGELOG.md new file mode 100644 index 0000000000..f589a1e76c --- /dev/null +++ b/packages/odata-v2/CHANGELOG.md @@ -0,0 +1,14 @@ +# @sap-cloud-sdk/odata-v2 + +## 2.4.0 + +### Patch Changes + +- Updated dependencies [04726a35] +- Updated dependencies [0a008674] +- Updated dependencies [0a008674] +- Updated dependencies [0a008674] + - @sap-cloud-sdk/connectivity@2.4.0 + - @sap-cloud-sdk/http-client@2.4.0 + - @sap-cloud-sdk/util@2.4.0 + - @sap-cloud-sdk/odata-common@2.4.0 diff --git a/packages/odata-v2/package.json b/packages/odata-v2/package.json index de56b85548..ab4cf73fb1 100755 --- a/packages/odata-v2/package.json +++ b/packages/odata-v2/package.json @@ -1,6 +1,6 @@ { "name": "@sap-cloud-sdk/odata-v2", - "version": "2.3.0", + "version": "2.4.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", @@ -37,17 +37,17 @@ "readme": "ts-node ../../scripts/replace-common-readme.ts" }, "dependencies": { - "@sap-cloud-sdk/connectivity": "^2.3.0", - "@sap-cloud-sdk/http-client": "^2.3.0", - "@sap-cloud-sdk/odata-common": "^2.3.0", - "@sap-cloud-sdk/util": "^2.3.0", + "@sap-cloud-sdk/connectivity": "^2.4.0", + "@sap-cloud-sdk/http-client": "^2.4.0", + "@sap-cloud-sdk/odata-common": "^2.4.0", + "@sap-cloud-sdk/util": "^2.4.0", "bignumber.js": "^9.0.0", "moment": "^2.29.0", "uuid": "^8.2.0" }, "devDependencies": { - "@sap-cloud-sdk/test-services-odata-v2": "^2.3.0", - "@sap-cloud-sdk/test-services-odata-common": "^2.3.0", + "@sap-cloud-sdk/test-services-odata-v2": "^2.4.0", + "@sap-cloud-sdk/test-services-odata-common": "^2.4.0", "nock": "^13.0.11", "typescript": "~4.6.2" } diff --git a/packages/odata-v4/CHANGELOG.md b/packages/odata-v4/CHANGELOG.md new file mode 100644 index 0000000000..f0e05f6e86 --- /dev/null +++ b/packages/odata-v4/CHANGELOG.md @@ -0,0 +1,18 @@ +# @sap-cloud-sdk/odata-v4 + +## 2.4.0 + +### Minor Changes + +- 0a008674: [Compatibility Note] Mark the function `uriConverter` as internal API. + +### Patch Changes + +- Updated dependencies [04726a35] +- Updated dependencies [0a008674] +- Updated dependencies [0a008674] +- Updated dependencies [0a008674] + - @sap-cloud-sdk/connectivity@2.4.0 + - @sap-cloud-sdk/http-client@2.4.0 + - @sap-cloud-sdk/util@2.4.0 + - @sap-cloud-sdk/odata-common@2.4.0 diff --git a/packages/odata-v4/package.json b/packages/odata-v4/package.json index 3fc5d2c522..38ce8228c7 100755 --- a/packages/odata-v4/package.json +++ b/packages/odata-v4/package.json @@ -1,6 +1,6 @@ { "name": "@sap-cloud-sdk/odata-v4", - "version": "2.3.0", + "version": "2.4.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", @@ -37,16 +37,16 @@ "readme": "ts-node ../../scripts/replace-common-readme.ts" }, "dependencies": { - "@sap-cloud-sdk/connectivity": "^2.3.0", - "@sap-cloud-sdk/http-client": "^2.3.0", - "@sap-cloud-sdk/odata-common": "^2.3.0", - "@sap-cloud-sdk/util": "^2.3.0", + "@sap-cloud-sdk/connectivity": "^2.4.0", + "@sap-cloud-sdk/http-client": "^2.4.0", + "@sap-cloud-sdk/odata-common": "^2.4.0", + "@sap-cloud-sdk/util": "^2.4.0", "bignumber.js": "^9.0.0", "moment": "^2.29.0", "uuid": "^8.2.0" }, "devDependencies": { - "@sap-cloud-sdk/test-services-odata-v4": "^2.3.0", + "@sap-cloud-sdk/test-services-odata-v4": "^2.4.0", "nock": "^13.0.11", "typescript": "~4.6.2" } diff --git a/packages/openapi-generator/CHANGELOG.md b/packages/openapi-generator/CHANGELOG.md new file mode 100644 index 0000000000..af01c1e12b --- /dev/null +++ b/packages/openapi-generator/CHANGELOG.md @@ -0,0 +1,10 @@ +# @sap-cloud-sdk/openapi-generator + +## 2.4.0 + +### Patch Changes + +- Updated dependencies [0a008674] + - @sap-cloud-sdk/util@2.4.0 + - @sap-cloud-sdk/generator-common@2.4.0 + - @sap-cloud-sdk/openapi@2.4.0 diff --git a/packages/openapi-generator/package.json b/packages/openapi-generator/package.json index 4a4dcc9d78..abc1ab17ee 100755 --- a/packages/openapi-generator/package.json +++ b/packages/openapi-generator/package.json @@ -1,6 +1,6 @@ { "name": "@sap-cloud-sdk/openapi-generator", - "version": "2.3.0", + "version": "2.4.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", @@ -38,9 +38,9 @@ }, "dependencies": { "@apidevtools/swagger-parser": "^10.0.3", - "@sap-cloud-sdk/generator-common": "^2.3.0", - "@sap-cloud-sdk/openapi": "^2.3.0", - "@sap-cloud-sdk/util": "^2.3.0", + "@sap-cloud-sdk/generator-common": "^2.4.0", + "@sap-cloud-sdk/openapi": "^2.4.0", + "@sap-cloud-sdk/util": "^2.4.0", "glob": "^8.0.1", "js-yaml": "^4.0.0", "openapi-types": "^11.0.0", diff --git a/packages/openapi/CHANGELOG.md b/packages/openapi/CHANGELOG.md new file mode 100644 index 0000000000..8308754235 --- /dev/null +++ b/packages/openapi/CHANGELOG.md @@ -0,0 +1,13 @@ +# @sap-cloud-sdk/openapi + +## 2.4.0 + +### Patch Changes + +- Updated dependencies [04726a35] +- Updated dependencies [0a008674] +- Updated dependencies [0a008674] +- Updated dependencies [0a008674] + - @sap-cloud-sdk/connectivity@2.4.0 + - @sap-cloud-sdk/http-client@2.4.0 + - @sap-cloud-sdk/util@2.4.0 diff --git a/packages/openapi/package.json b/packages/openapi/package.json index 2d8daeb5e3..8912662ecd 100755 --- a/packages/openapi/package.json +++ b/packages/openapi/package.json @@ -1,6 +1,6 @@ { "name": "@sap-cloud-sdk/openapi", - "version": "2.3.0", + "version": "2.4.0", "description": "SAP Cloud SDK for JavaScript openapi", "homepage": "https://sap.github.io/cloud-sdk/docs/js/overview-cloud-sdk-for-javascript", "license": "Apache-2.0", @@ -37,9 +37,9 @@ "readme": "ts-node ../../scripts/replace-common-readme.ts" }, "dependencies": { - "@sap-cloud-sdk/connectivity": "^2.3.0", - "@sap-cloud-sdk/http-client": "^2.3.0", - "@sap-cloud-sdk/util": "^2.3.0", + "@sap-cloud-sdk/connectivity": "^2.4.0", + "@sap-cloud-sdk/http-client": "^2.4.0", + "@sap-cloud-sdk/util": "^2.4.0", "axios": "^0.27.1" }, "devDependencies": { diff --git a/packages/temporal-de-serializers/CHANGELOG.md b/packages/temporal-de-serializers/CHANGELOG.md new file mode 100644 index 0000000000..7117de43cc --- /dev/null +++ b/packages/temporal-de-serializers/CHANGELOG.md @@ -0,0 +1,7 @@ +# @sap-cloud-sdk/temporal-de-serializers + +## 2.4.0 + +### Patch Changes + +- @sap-cloud-sdk/odata-common@2.4.0 diff --git a/packages/temporal-de-serializers/package.json b/packages/temporal-de-serializers/package.json index af0c188d23..ca69fb3aa7 100755 --- a/packages/temporal-de-serializers/package.json +++ b/packages/temporal-de-serializers/package.json @@ -1,6 +1,6 @@ { "name": "@sap-cloud-sdk/temporal-de-serializers", - "version": "2.3.0", + "version": "2.4.0", "description": "SAP Cloud SDK for JavaScript temporal-based middleware for date/time (de-)serialization", "homepage": "https://sap.github.io/cloud-sdk/docs/js/overview-cloud-sdk-for-javascript", "license": "Apache-2.0", @@ -38,7 +38,7 @@ }, "dependencies": { "@js-temporal/polyfill": "^0.4.0", - "@sap-cloud-sdk/odata-common": "^2.3.0" + "@sap-cloud-sdk/odata-common": "^2.4.0" }, "devDependencies": { "typescript": "~4.6.2" diff --git a/packages/test-util/CHANGELOG.md b/packages/test-util/CHANGELOG.md new file mode 100644 index 0000000000..814e055500 --- /dev/null +++ b/packages/test-util/CHANGELOG.md @@ -0,0 +1,12 @@ +# @sap-cloud-sdk/test-util + +## 2.4.0 + +### Patch Changes + +- Updated dependencies [04726a35] +- Updated dependencies [0a008674] +- Updated dependencies [0a008674] +- Updated dependencies [0a008674] + - @sap-cloud-sdk/connectivity@2.4.0 + - @sap-cloud-sdk/util@2.4.0 diff --git a/packages/test-util/package.json b/packages/test-util/package.json index 2e723e0fd8..c0c4c8a60c 100755 --- a/packages/test-util/package.json +++ b/packages/test-util/package.json @@ -1,6 +1,6 @@ { "name": "@sap-cloud-sdk/test-util", - "version": "2.3.0", + "version": "2.4.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", @@ -34,8 +34,8 @@ "readme": "ts-node ../../scripts/replace-common-readme.ts" }, "dependencies": { - "@sap-cloud-sdk/connectivity": "^2.3.0", - "@sap-cloud-sdk/util": "^2.3.0" + "@sap-cloud-sdk/connectivity": "^2.4.0", + "@sap-cloud-sdk/util": "^2.4.0" }, "devDependencies": { "mock-fs": "^5.0.0", diff --git a/packages/util/CHANGELOG.md b/packages/util/CHANGELOG.md new file mode 100644 index 0000000000..7c4b7e71b4 --- /dev/null +++ b/packages/util/CHANGELOG.md @@ -0,0 +1,7 @@ +# @sap-cloud-sdk/util + +## 2.4.0 + +### Patch Changes + +- 0a008674: [Fixed Issue] Fix a bug in the implementation of the trim method. diff --git a/packages/util/package.json b/packages/util/package.json index e06e5b8dee..f6f55e9a98 100755 --- a/packages/util/package.json +++ b/packages/util/package.json @@ -1,6 +1,6 @@ { "name": "@sap-cloud-sdk/util", - "version": "2.3.0", + "version": "2.4.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/CHANGELOG.md b/test-packages/e2e-tests/CHANGELOG.md new file mode 100644 index 0000000000..51b1f0db34 --- /dev/null +++ b/test-packages/e2e-tests/CHANGELOG.md @@ -0,0 +1,7 @@ +# @sap-cloud-sdk/e2e-tests + +## 2.4.0 + +### Minor Changes + +- 0a008674: [New Functionality] Support self-signed certificate using the `trustStore` property of the destination object. diff --git a/test-packages/e2e-tests/package.json b/test-packages/e2e-tests/package.json index 2664a27bc5..1ed2040407 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": "2.3.0", + "version": "2.4.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", @@ -18,16 +18,16 @@ }, "devDependencies": { "@apidevtools/swagger-parser": "^10.0.2", - "@sap-cloud-sdk/generator": "^2.3.0", - "@sap-cloud-sdk/generator-common": "^2.3.0", - "@sap-cloud-sdk/odata-common": "^2.3.0", - "@sap-cloud-sdk/odata-v4": "^2.3.0", - "@sap-cloud-sdk/connectivity": "^2.3.0", - "@sap-cloud-sdk/http-client": "^2.3.0", - "@sap-cloud-sdk/openapi-generator": "^2.3.0", - "@sap-cloud-sdk/test-services-openapi": "^2.3.0", - "@sap-cloud-sdk/test-services-e2e": "^2.3.0", - "@sap-cloud-sdk/util": "^2.3.0", + "@sap-cloud-sdk/generator": "^2.4.0", + "@sap-cloud-sdk/generator-common": "^2.4.0", + "@sap-cloud-sdk/odata-common": "^2.4.0", + "@sap-cloud-sdk/odata-v4": "^2.4.0", + "@sap-cloud-sdk/connectivity": "^2.4.0", + "@sap-cloud-sdk/http-client": "^2.4.0", + "@sap-cloud-sdk/openapi-generator": "^2.4.0", + "@sap-cloud-sdk/test-services-openapi": "^2.4.0", + "@sap-cloud-sdk/test-services-e2e": "^2.4.0", + "@sap-cloud-sdk/util": "^2.4.0", "@sap/cds": "^5.8.0", "@sap/cds-dk": "4.9.5", "execa": "^5.0.0", diff --git a/test-packages/integration-tests/CHANGELOG.md b/test-packages/integration-tests/CHANGELOG.md new file mode 100644 index 0000000000..733fa6b20a --- /dev/null +++ b/test-packages/integration-tests/CHANGELOG.md @@ -0,0 +1,19 @@ +# @sap-cloud-sdk/integration-tests + +## 2.4.0 + +### Minor Changes + +- 0a008674: [New Functionality] Support self-signed certificate using the `trustStore` property of the destination object. + +### Patch Changes + +- Updated dependencies [04726a35] +- Updated dependencies [0a008674] +- Updated dependencies [0a008674] +- Updated dependencies [0a008674] + - @sap-cloud-sdk/connectivity@2.4.0 + - @sap-cloud-sdk/util@2.4.0 + - @sap-cloud-sdk/test-util@2.4.0 + - @sap-cloud-sdk/test-services-odata-v2@2.4.0 + - @sap-cloud-sdk/test-services-odata-v4@2.4.0 diff --git a/test-packages/integration-tests/package.json b/test-packages/integration-tests/package.json index 3421a68313..de6d448a71 100755 --- 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": "2.3.0", + "version": "2.4.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", @@ -15,18 +15,18 @@ "check:dependencies": "depcheck . --ignores=@sap-cloud-sdk/generator,@sap-cloud-sdk/openapi-generator" }, "dependencies": { - "@sap-cloud-sdk/connectivity": "^2.3.0", - "@sap-cloud-sdk/test-services-odata-v2": "^2.3.0", - "@sap-cloud-sdk/test-services-odata-v4": "^2.3.0", - "@sap-cloud-sdk/test-util": "^2.3.0", - "@sap-cloud-sdk/util": "^2.3.0", + "@sap-cloud-sdk/connectivity": "^2.4.0", + "@sap-cloud-sdk/test-services-odata-v2": "^2.4.0", + "@sap-cloud-sdk/test-services-odata-v4": "^2.4.0", + "@sap-cloud-sdk/test-util": "^2.4.0", + "@sap-cloud-sdk/util": "^2.4.0", "@sap/xssec": "^3.2.5" }, "devDependencies": { - "@sap-cloud-sdk/generator": "^2.3.0", - "@sap-cloud-sdk/odata-common": "^2.3.0", - "@sap-cloud-sdk/odata-v2": "^2.3.0", - "@sap-cloud-sdk/openapi-generator": "^2.3.0", + "@sap-cloud-sdk/generator": "^2.4.0", + "@sap-cloud-sdk/odata-common": "^2.4.0", + "@sap-cloud-sdk/odata-v2": "^2.4.0", + "@sap-cloud-sdk/openapi-generator": "^2.4.0", "@sap/cloud-sdk-vdm-business-partner-service": "^2.0.0", "bignumber.js": "^9.0.0", "execa": "^5.0.0", diff --git a/test-packages/test-services-e2e/CHANGELOG.md b/test-packages/test-services-e2e/CHANGELOG.md new file mode 100644 index 0000000000..6019496458 --- /dev/null +++ b/test-packages/test-services-e2e/CHANGELOG.md @@ -0,0 +1,3 @@ +# @sap-cloud-sdk/test-services-e2e + +## 2.4.0 diff --git a/test-packages/test-services-e2e/package.json b/test-packages/test-services-e2e/package.json index fbe0a51f72..890ebdd670 100755 --- 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": "2.3.0", + "version": "2.4.0", "description": "Custom Services for testing", "files": [ "**/*.js", diff --git a/test-packages/test-services-odata-common/CHANGELOG.md b/test-packages/test-services-odata-common/CHANGELOG.md new file mode 100644 index 0000000000..30e7571cae --- /dev/null +++ b/test-packages/test-services-odata-common/CHANGELOG.md @@ -0,0 +1,3 @@ +# @sap-cloud-sdk/test-services-odata-common + +## 2.4.0 diff --git a/test-packages/test-services-odata-common/package.json b/test-packages/test-services-odata-common/package.json index 1eee3f3907..24bd9e5caf 100755 --- a/test-packages/test-services-odata-common/package.json +++ b/test-packages/test-services-odata-common/package.json @@ -1,6 +1,6 @@ { "name": "@sap-cloud-sdk/test-services-odata-common", - "version": "2.3.0", + "version": "2.4.0", "description": "Custom Services for testing", "files": [ "**/*.js", diff --git a/test-packages/test-services-odata-v2/CHANGELOG.md b/test-packages/test-services-odata-v2/CHANGELOG.md new file mode 100644 index 0000000000..8b0873181b --- /dev/null +++ b/test-packages/test-services-odata-v2/CHANGELOG.md @@ -0,0 +1,3 @@ +# @sap-cloud-sdk/test-services-odata-v2 + +## 2.4.0 diff --git a/test-packages/test-services-odata-v2/package.json b/test-packages/test-services-odata-v2/package.json index 6754afd5c0..6298195e48 100755 --- a/test-packages/test-services-odata-v2/package.json +++ b/test-packages/test-services-odata-v2/package.json @@ -1,6 +1,6 @@ { "name": "@sap-cloud-sdk/test-services-odata-v2", - "version": "2.3.0", + "version": "2.4.0", "description": "Custom Services for testing", "files": [ "**/*.js", diff --git a/test-packages/test-services-odata-v4/CHANGELOG.md b/test-packages/test-services-odata-v4/CHANGELOG.md new file mode 100644 index 0000000000..28f9544867 --- /dev/null +++ b/test-packages/test-services-odata-v4/CHANGELOG.md @@ -0,0 +1,3 @@ +# @sap-cloud-sdk/test-services-odata-v4 + +## 2.4.0 diff --git a/test-packages/test-services-odata-v4/package.json b/test-packages/test-services-odata-v4/package.json index c5b8ba3a40..ad275dd2b4 100755 --- a/test-packages/test-services-odata-v4/package.json +++ b/test-packages/test-services-odata-v4/package.json @@ -1,6 +1,6 @@ { "name": "@sap-cloud-sdk/test-services-odata-v4", - "version": "2.3.0", + "version": "2.4.0", "description": "Custom Services for testing", "files": [ "**/*.js", diff --git a/test-packages/test-services-openapi/CHANGELOG.md b/test-packages/test-services-openapi/CHANGELOG.md new file mode 100644 index 0000000000..d674352893 --- /dev/null +++ b/test-packages/test-services-openapi/CHANGELOG.md @@ -0,0 +1,9 @@ +# @sap-cloud-sdk/test-services-openapi + +## 2.4.0 + +### Patch Changes + +- Updated dependencies [0a008674] + - @sap-cloud-sdk/util@2.4.0 + - @sap-cloud-sdk/openapi-generator@2.4.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 83bf45d683..6882b5e896 100755 --- a/test-packages/test-services-openapi/no-schema-service/package.json +++ b/test-packages/test-services-openapi/no-schema-service/package.json @@ -22,7 +22,7 @@ "compile": "npx tsc" }, "dependencies": { - "@sap-cloud-sdk/openapi": "^2.3.0" + "@sap-cloud-sdk/openapi": "^2.4.0" }, "devDependencies": { "typescript": "~4.1.2" diff --git a/test-packages/test-services-openapi/package.json b/test-packages/test-services-openapi/package.json index 2a2b9219d1..a66ccc3bdf 100755 --- a/test-packages/test-services-openapi/package.json +++ b/test-packages/test-services-openapi/package.json @@ -1,6 +1,6 @@ { "name": "@sap-cloud-sdk/test-services-openapi", - "version": "2.3.0", + "version": "2.4.0", "description": "Custom Services for testing", "files": [ "**/*.js", @@ -22,7 +22,7 @@ }, "license": "Apache-2.0", "dependencies": { - "@sap-cloud-sdk/openapi-generator": "^2.3.0", - "@sap-cloud-sdk/util": "^2.3.0" + "@sap-cloud-sdk/openapi-generator": "^2.4.0", + "@sap-cloud-sdk/util": "^2.4.0" } } 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 a23d6cf255..cfb809f6e3 100755 --- a/test-packages/test-services-openapi/swagger-yaml-service/package.json +++ b/test-packages/test-services-openapi/swagger-yaml-service/package.json @@ -22,7 +22,7 @@ "compile": "npx tsc" }, "dependencies": { - "@sap-cloud-sdk/openapi": "^2.3.0" + "@sap-cloud-sdk/openapi": "^2.4.0" }, "devDependencies": { "typescript": "~4.1.2" diff --git a/test-packages/test-services-openapi/test-service/package.json b/test-packages/test-services-openapi/test-service/package.json index ccbdc79bd7..c6117e44a5 100755 --- a/test-packages/test-services-openapi/test-service/package.json +++ b/test-packages/test-services-openapi/test-service/package.json @@ -22,7 +22,7 @@ "compile": "npx tsc" }, "dependencies": { - "@sap-cloud-sdk/openapi": "^2.3.0" + "@sap-cloud-sdk/openapi": "^2.4.0" }, "devDependencies": { "typescript": "~4.1.2" diff --git a/test-packages/type-tests/CHANGELOG.md b/test-packages/type-tests/CHANGELOG.md new file mode 100644 index 0000000000..2dda043868 --- /dev/null +++ b/test-packages/type-tests/CHANGELOG.md @@ -0,0 +1,3 @@ +# @sap-cloud-sdk/type-tests + +## 2.4.0 diff --git a/test-packages/type-tests/package.json b/test-packages/type-tests/package.json index 79a9f3fbe8..97be04d7df 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": "2.3.0", + "version": "2.4.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", @@ -14,15 +14,15 @@ }, "devDependencies": { "@definitelytyped/dtslint": "^0.0.112", - "@sap-cloud-sdk/connectivity": "^2.3.0", - "@sap-cloud-sdk/generator": "^2.3.0", - "@sap-cloud-sdk/http-client": "^2.3.0", - "@sap-cloud-sdk/odata-common": "^2.3.0", - "@sap-cloud-sdk/odata-v2": "^2.3.0", - "@sap-cloud-sdk/odata-v4": "^2.3.0", - "@sap-cloud-sdk/temporal-de-serializers": "^2.3.0", - "@sap-cloud-sdk/test-services-odata-v2": "^2.3.0", - "@sap-cloud-sdk/test-services-odata-v4": "^2.3.0", + "@sap-cloud-sdk/connectivity": "^2.4.0", + "@sap-cloud-sdk/generator": "^2.4.0", + "@sap-cloud-sdk/http-client": "^2.4.0", + "@sap-cloud-sdk/odata-common": "^2.4.0", + "@sap-cloud-sdk/odata-v2": "^2.4.0", + "@sap-cloud-sdk/odata-v4": "^2.4.0", + "@sap-cloud-sdk/temporal-de-serializers": "^2.4.0", + "@sap-cloud-sdk/test-services-odata-v2": "^2.4.0", + "@sap-cloud-sdk/test-services-odata-v4": "^2.4.0", "@types/jsonwebtoken": "^8.3.8" } } diff --git a/tsconfig.typedoc.json b/tsconfig.typedoc.json index 0ba94c5bc6..1b6cb8f1a1 100644 --- a/tsconfig.typedoc.json +++ b/tsconfig.typedoc.json @@ -13,7 +13,9 @@ "./packages/test-util/**/*", "./packages/temporal-de-serializers/**/*" ], - "exclude": ["**/*.spec.ts"], + "exclude": [ + "**/*.spec.ts" + ], "references": [ { "path": "./packages/util" @@ -50,7 +52,7 @@ } ], "typedocOptions": { - "out": "docs/api/2.3.0", + "out": "docs/api/2.4.0", "entryPoints": [ "packages/util/src/index.ts", "packages/connectivity/src/index.ts",