@api-client/ui 0.1.9 → 0.2.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.github/workflows/deployment.yml +0 -2
- package/build/src/decorators/reactive.d.ts.map +1 -1
- package/build/src/decorators/reactive.js +17 -8
- package/build/src/decorators/reactive.js.map +1 -1
- package/build/src/index.d.ts +0 -17
- package/build/src/index.d.ts.map +1 -1
- package/build/src/index.js +0 -18
- package/build/src/index.js.map +1 -1
- package/build/src/md/dialog/internals/Dialog.d.ts.map +1 -1
- package/build/src/md/dialog/internals/Dialog.js +6 -5
- package/build/src/md/dialog/internals/Dialog.js.map +1 -1
- package/build/src/md/dialog/internals/Dialog.styles.d.ts.map +1 -1
- package/build/src/md/dialog/internals/Dialog.styles.js +14 -10
- package/build/src/md/dialog/internals/Dialog.styles.js.map +1 -1
- package/demo/elements/authorization/api-key.html +1 -1
- package/demo/elements/authorization/basic.html +1 -1
- package/demo/elements/authorization/bearer.html +1 -1
- package/demo/elements/authorization/index.html +0 -3
- package/demo/elements/authorization/ntlm.html +1 -1
- package/demo/elements/authorization/oauth-authorize.html +1 -1
- package/demo/elements/authorization/oauth-error.html +1 -1
- package/demo/elements/authorization/oauth2.html +1 -1
- package/demo/elements/authorization/oidc.html +1 -1
- package/demo/elements/context-menu/basic.html +1 -1
- package/demo/elements/context-menu/custom-data.html +1 -1
- package/demo/elements/context-menu/enabled-state.html +1 -1
- package/demo/elements/context-menu/icons.html +1 -1
- package/demo/elements/context-menu/nested.html +1 -1
- package/demo/elements/context-menu/no-execute.html +1 -1
- package/demo/elements/context-menu/radio-menu.html +1 -1
- package/demo/elements/context-menu/separators.html +1 -1
- package/demo/elements/environment/environment-editor.html +1 -1
- package/demo/elements/environment/server-editor.html +1 -1
- package/demo/elements/environment/variables-editor.html +1 -1
- package/demo/elements/har/har-viewer.html +1 -1
- package/demo/elements/highlight/index.html +0 -4
- package/demo/elements/highlight/marked-highlight.html +1 -1
- package/demo/elements/highlight/prism-highlight.html +1 -1
- package/demo/elements/http/body-editor.html +1 -1
- package/demo/elements/http/headers.html +1 -1
- package/demo/elements/http/http-assertions.html +1 -1
- package/demo/elements/http/http-flows.html +1 -1
- package/demo/elements/http/request-editor.html +1 -1
- package/demo/elements/http/request-log.html +1 -1
- package/demo/elements/http/url-editing.html +1 -1
- package/demo/elements/icons/index.html +1 -1
- package/demo/elements/index.html +0 -3
- package/demo/elements/project/index.html +7 -0
- package/demo/elements/project/project-run-report.html +1 -1
- package/demo/elements/project/request-editor.html +1 -1
- package/demo/elements/user/user-avatar.html +1 -1
- package/demo/elements/user/user-avatar.ts +1 -1
- package/demo/index.html +3 -3
- package/demo/layout/index.html +1 -1
- package/demo/{elements/md → md}/UiDemoPage.ts +1 -1
- package/demo/{elements/md → md}/buttons/button.html +3 -3
- package/demo/{elements/md → md}/buttons/button.ts +10 -10
- package/demo/{elements/md → md}/buttons/icon-button.html +3 -3
- package/demo/{elements/md → md}/buttons/icon-button.ts +4 -4
- package/demo/{elements/md → md}/buttons/segmented-buttons.html +3 -3
- package/demo/{elements/md → md}/buttons/segmented-buttons.ts +4 -4
- package/demo/{elements/md → md}/chip/chip.html +3 -3
- package/demo/{elements/md → md}/chip/chip.ts +5 -5
- package/demo/{elements/md → md}/collapse/CustomDetail.ts +2 -2
- package/demo/{elements/md → md}/collapse/collapse.html +3 -3
- package/demo/{elements/md → md}/collapse/collapse.ts +1 -1
- package/demo/{elements/md → md}/dialog/dialog.html +7 -3
- package/demo/{elements/md → md}/dialog/dialog.ts +19 -12
- package/demo/{elements/md → md}/index.html +3 -3
- package/demo/{elements/md → md}/inputs/checkbox.html +3 -3
- package/demo/{elements/md → md}/inputs/checkbox.ts +4 -4
- package/demo/{elements/md → md}/inputs/input.html +3 -3
- package/demo/{elements/md → md}/inputs/input.ts +7 -7
- package/demo/{elements/md → md}/inputs/radio.html +3 -3
- package/demo/{elements/md → md}/inputs/radio.ts +4 -4
- package/demo/{elements/md → md}/inputs/switch.html +3 -3
- package/demo/{elements/md → md}/inputs/switch.ts +5 -5
- package/demo/{elements/md → md}/list/dropdown-list.html +3 -3
- package/demo/{elements/md → md}/list/dropdown-list.ts +9 -9
- package/demo/{elements/md → md}/list/list.html +3 -3
- package/demo/{elements/md → md}/list/list.ts +5 -5
- package/demo/{elements/md → md}/notification/snack.html +3 -3
- package/demo/{elements/md → md}/notification/snack.ts +2 -2
- package/demo/{elements/md → md}/progress/progress.html +3 -3
- package/demo/{elements/md → md}/progress/progress.ts +2 -2
- package/demo/{elements/md → md}/tabs/tabs.html +3 -3
- package/demo/{elements/md → md}/tabs/tabs.ts +7 -7
- package/demo/tsconfig.json +0 -3
- package/eslint.config.js +0 -3
- package/package.json +44 -71
- package/src/decorators/reactive.ts +18 -8
- package/src/index.ts +0 -19
- package/src/md/dialog/internals/Dialog.styles.ts +14 -10
- package/src/md/dialog/internals/Dialog.ts +6 -5
- package/test/core/activity.spec.ts +3 -3
- package/tsconfig.all.json +7 -0
- package/tsconfig.json +1 -0
- package/web-dev-server.config.js +21 -0
- package/web-test-runner.config.js +8 -28
- package/bin/dev.ts +0 -7
- package/bin/test.ts +0 -6
- package/build/src/amf/lib/AmfInputParser.d.ts +0 -69
- package/build/src/amf/lib/AmfInputParser.d.ts.map +0 -1
- package/build/src/amf/lib/AmfInputParser.js +0 -189
- package/build/src/amf/lib/AmfInputParser.js.map +0 -1
- package/build/src/amf/lib/AmfParameters.d.ts +0 -166
- package/build/src/amf/lib/AmfParameters.d.ts.map +0 -1
- package/build/src/amf/lib/AmfParameters.js +0 -720
- package/build/src/amf/lib/AmfParameters.js.map +0 -1
- package/build/src/amf/lib/AmfSecurity.d.ts +0 -7
- package/build/src/amf/lib/AmfSecurity.d.ts.map +0 -1
- package/build/src/amf/lib/AmfSecurity.js +0 -41
- package/build/src/amf/lib/AmfSecurity.js.map +0 -1
- package/build/src/amf/lib/InputCache.d.ts +0 -45
- package/build/src/amf/lib/InputCache.d.ts.map +0 -1
- package/build/src/amf/lib/InputCache.js +0 -92
- package/build/src/amf/lib/InputCache.js.map +0 -1
- package/build/src/amf/lib/Oauth2RamlCustomData.d.ts +0 -38
- package/build/src/amf/lib/Oauth2RamlCustomData.d.ts.map +0 -1
- package/build/src/amf/lib/Oauth2RamlCustomData.js +0 -248
- package/build/src/amf/lib/Oauth2RamlCustomData.js.map +0 -1
- package/build/src/amf/lib/PayloadUtils.d.ts +0 -19
- package/build/src/amf/lib/PayloadUtils.d.ts.map +0 -1
- package/build/src/amf/lib/PayloadUtils.js +0 -73
- package/build/src/amf/lib/PayloadUtils.js.map +0 -1
- package/build/src/amf/lib/QueryParameterProcessor.d.ts +0 -44
- package/build/src/amf/lib/QueryParameterProcessor.d.ts.map +0 -1
- package/build/src/amf/lib/QueryParameterProcessor.js +0 -167
- package/build/src/amf/lib/QueryParameterProcessor.js.map +0 -1
- package/build/src/amf/lib/UrlUtils.d.ts +0 -49
- package/build/src/amf/lib/UrlUtils.d.ts.map +0 -1
- package/build/src/amf/lib/UrlUtils.js +0 -209
- package/build/src/amf/lib/UrlUtils.js.map +0 -1
- package/build/src/amf/lib/Utils.d.ts +0 -43
- package/build/src/amf/lib/Utils.d.ts.map +0 -1
- package/build/src/amf/lib/Utils.js +0 -204
- package/build/src/amf/lib/Utils.js.map +0 -1
- package/build/src/amf/lib/navigation-layout/ApiSorting.d.ts +0 -8
- package/build/src/amf/lib/navigation-layout/ApiSorting.d.ts.map +0 -1
- package/build/src/amf/lib/navigation-layout/ApiSorting.js +0 -18
- package/build/src/amf/lib/navigation-layout/ApiSorting.js.map +0 -1
- package/build/src/amf/lib/navigation-layout/EndpointsTree.d.ts +0 -33
- package/build/src/amf/lib/navigation-layout/EndpointsTree.d.ts.map +0 -1
- package/build/src/amf/lib/navigation-layout/EndpointsTree.js +0 -178
- package/build/src/amf/lib/navigation-layout/EndpointsTree.js.map +0 -1
- package/build/src/amf/lib/navigation-layout/NaturalTree.d.ts +0 -25
- package/build/src/amf/lib/navigation-layout/NaturalTree.d.ts.map +0 -1
- package/build/src/amf/lib/navigation-layout/NaturalTree.js +0 -91
- package/build/src/amf/lib/navigation-layout/NaturalTree.js.map +0 -1
- package/build/src/amf/plugins/ApiNavigationCommands.d.ts +0 -4
- package/build/src/amf/plugins/ApiNavigationCommands.d.ts.map +0 -1
- package/build/src/amf/plugins/ApiNavigationCommands.js +0 -71
- package/build/src/amf/plugins/ApiNavigationCommands.js.map +0 -1
- package/build/src/amf/plugins/ApiNavigationContextMenu.d.ts +0 -16
- package/build/src/amf/plugins/ApiNavigationContextMenu.d.ts.map +0 -1
- package/build/src/amf/plugins/ApiNavigationContextMenu.js +0 -40
- package/build/src/amf/plugins/ApiNavigationContextMenu.js.map +0 -1
- package/build/src/amf/store/AmfGraphStore.d.ts +0 -39
- package/build/src/amf/store/AmfGraphStore.d.ts.map +0 -1
- package/build/src/amf/store/AmfGraphStore.js +0 -62
- package/build/src/amf/store/AmfGraphStore.js.map +0 -1
- package/build/src/amf/store/AmfStore.d.ts +0 -122
- package/build/src/amf/store/AmfStore.d.ts.map +0 -1
- package/build/src/amf/store/AmfStore.js +0 -171
- package/build/src/amf/store/AmfStore.js.map +0 -1
- package/build/src/amf/store/DomEventsAmfStore.d.ts +0 -6
- package/build/src/amf/store/DomEventsAmfStore.d.ts.map +0 -1
- package/build/src/amf/store/DomEventsAmfStore.js +0 -5
- package/build/src/amf/store/DomEventsAmfStore.js.map +0 -1
- package/build/src/amf/store/InMemAmfGraphStore.d.ts +0 -137
- package/build/src/amf/store/InMemAmfGraphStore.d.ts.map +0 -1
- package/build/src/amf/store/InMemAmfGraphStore.js +0 -586
- package/build/src/amf/store/InMemAmfGraphStore.js.map +0 -1
- package/build/src/amf/store/mixins/AmfStoreDomEventsMixin.d.ts +0 -38
- package/build/src/amf/store/mixins/AmfStoreDomEventsMixin.d.ts.map +0 -1
- package/build/src/amf/store/mixins/AmfStoreDomEventsMixin.js +0 -99
- package/build/src/amf/store/mixins/AmfStoreDomEventsMixin.js.map +0 -1
- package/build/src/amf/types.d.ts +0 -320
- package/build/src/amf/types.d.ts.map +0 -1
- package/build/src/amf/types.js +0 -2
- package/build/src/amf/types.js.map +0 -1
- package/build/src/define/amf/api-annotation-document.d.ts +0 -10
- package/build/src/define/amf/api-annotation-document.d.ts.map +0 -1
- package/build/src/define/amf/api-annotation-document.js +0 -27
- package/build/src/define/amf/api-annotation-document.js.map +0 -1
- package/build/src/define/amf/api-authorization-editor.d.ts +0 -10
- package/build/src/define/amf/api-authorization-editor.d.ts.map +0 -1
- package/build/src/define/amf/api-authorization-editor.js +0 -27
- package/build/src/define/amf/api-authorization-editor.js.map +0 -1
- package/build/src/define/amf/api-channel-document.d.ts +0 -10
- package/build/src/define/amf/api-channel-document.d.ts.map +0 -1
- package/build/src/define/amf/api-channel-document.js +0 -27
- package/build/src/define/amf/api-channel-document.js.map +0 -1
- package/build/src/define/amf/api-documentation-document.d.ts +0 -10
- package/build/src/define/amf/api-documentation-document.d.ts.map +0 -1
- package/build/src/define/amf/api-documentation-document.js +0 -27
- package/build/src/define/amf/api-documentation-document.js.map +0 -1
- package/build/src/define/amf/api-documentation.d.ts +0 -10
- package/build/src/define/amf/api-documentation.d.ts.map +0 -1
- package/build/src/define/amf/api-documentation.js +0 -27
- package/build/src/define/amf/api-documentation.js.map +0 -1
- package/build/src/define/amf/api-navigation.d.ts +0 -10
- package/build/src/define/amf/api-navigation.d.ts.map +0 -1
- package/build/src/define/amf/api-navigation.js +0 -27
- package/build/src/define/amf/api-navigation.js.map +0 -1
- package/build/src/define/amf/api-operation-document.d.ts +0 -10
- package/build/src/define/amf/api-operation-document.d.ts.map +0 -1
- package/build/src/define/amf/api-operation-document.js +0 -27
- package/build/src/define/amf/api-operation-document.js.map +0 -1
- package/build/src/define/amf/api-parameter-document.d.ts +0 -10
- package/build/src/define/amf/api-parameter-document.d.ts.map +0 -1
- package/build/src/define/amf/api-parameter-document.js +0 -27
- package/build/src/define/amf/api-parameter-document.js.map +0 -1
- package/build/src/define/amf/api-parametrized-security-scheme.d.ts +0 -10
- package/build/src/define/amf/api-parametrized-security-scheme.d.ts.map +0 -1
- package/build/src/define/amf/api-parametrized-security-scheme.js +0 -27
- package/build/src/define/amf/api-parametrized-security-scheme.js.map +0 -1
- package/build/src/define/amf/api-payload-document.d.ts +0 -10
- package/build/src/define/amf/api-payload-document.d.ts.map +0 -1
- package/build/src/define/amf/api-payload-document.js +0 -27
- package/build/src/define/amf/api-payload-document.js.map +0 -1
- package/build/src/define/amf/api-request-document.d.ts +0 -10
- package/build/src/define/amf/api-request-document.d.ts.map +0 -1
- package/build/src/define/amf/api-request-document.js +0 -27
- package/build/src/define/amf/api-request-document.js.map +0 -1
- package/build/src/define/amf/api-request-editor.d.ts +0 -10
- package/build/src/define/amf/api-request-editor.d.ts.map +0 -1
- package/build/src/define/amf/api-request-editor.js +0 -27
- package/build/src/define/amf/api-request-editor.js.map +0 -1
- package/build/src/define/amf/api-request.d.ts +0 -10
- package/build/src/define/amf/api-request.d.ts.map +0 -1
- package/build/src/define/amf/api-request.js +0 -27
- package/build/src/define/amf/api-request.js.map +0 -1
- package/build/src/define/amf/api-resource-document.d.ts +0 -10
- package/build/src/define/amf/api-resource-document.d.ts.map +0 -1
- package/build/src/define/amf/api-resource-document.js +0 -27
- package/build/src/define/amf/api-resource-document.js.map +0 -1
- package/build/src/define/amf/api-response-document.d.ts +0 -10
- package/build/src/define/amf/api-response-document.d.ts.map +0 -1
- package/build/src/define/amf/api-response-document.js +0 -27
- package/build/src/define/amf/api-response-document.js.map +0 -1
- package/build/src/define/amf/api-schema-document.d.ts +0 -10
- package/build/src/define/amf/api-schema-document.d.ts.map +0 -1
- package/build/src/define/amf/api-schema-document.js +0 -27
- package/build/src/define/amf/api-schema-document.js.map +0 -1
- package/build/src/define/amf/api-security-document.d.ts +0 -10
- package/build/src/define/amf/api-security-document.d.ts.map +0 -1
- package/build/src/define/amf/api-security-document.js +0 -27
- package/build/src/define/amf/api-security-document.js.map +0 -1
- package/build/src/define/amf/api-security-requirement-document.d.ts +0 -10
- package/build/src/define/amf/api-security-requirement-document.d.ts.map +0 -1
- package/build/src/define/amf/api-security-requirement-document.js +0 -27
- package/build/src/define/amf/api-security-requirement-document.js.map +0 -1
- package/build/src/define/amf/api-server-picker.d.ts +0 -10
- package/build/src/define/amf/api-server-picker.d.ts.map +0 -1
- package/build/src/define/amf/api-server-picker.js +0 -27
- package/build/src/define/amf/api-server-picker.js.map +0 -1
- package/build/src/define/amf/api-summary.d.ts +0 -10
- package/build/src/define/amf/api-summary.d.ts.map +0 -1
- package/build/src/define/amf/api-summary.js +0 -27
- package/build/src/define/amf/api-summary.js.map +0 -1
- package/build/src/define/amf/authorization/amf-apikey-authorization.d.ts +0 -10
- package/build/src/define/amf/authorization/amf-apikey-authorization.d.ts.map +0 -1
- package/build/src/define/amf/authorization/amf-apikey-authorization.js +0 -28
- package/build/src/define/amf/authorization/amf-apikey-authorization.js.map +0 -1
- package/build/src/define/amf/authorization/amf-basic-authorization.d.ts +0 -10
- package/build/src/define/amf/authorization/amf-basic-authorization.d.ts.map +0 -1
- package/build/src/define/amf/authorization/amf-basic-authorization.js +0 -28
- package/build/src/define/amf/authorization/amf-basic-authorization.js.map +0 -1
- package/build/src/define/amf/authorization/amf-bearer-authorization.d.ts +0 -10
- package/build/src/define/amf/authorization/amf-bearer-authorization.d.ts.map +0 -1
- package/build/src/define/amf/authorization/amf-bearer-authorization.js +0 -28
- package/build/src/define/amf/authorization/amf-bearer-authorization.js.map +0 -1
- package/build/src/define/amf/authorization/amf-oauth2-authorization.d.ts +0 -10
- package/build/src/define/amf/authorization/amf-oauth2-authorization.d.ts.map +0 -1
- package/build/src/define/amf/authorization/amf-oauth2-authorization.js +0 -31
- package/build/src/define/amf/authorization/amf-oauth2-authorization.js.map +0 -1
- package/build/src/define/amf/authorization/amf-oidc-authorization.d.ts +0 -10
- package/build/src/define/amf/authorization/amf-oidc-authorization.d.ts.map +0 -1
- package/build/src/define/amf/authorization/amf-oidc-authorization.js +0 -31
- package/build/src/define/amf/authorization/amf-oidc-authorization.js.map +0 -1
- package/build/src/define/amf/authorization/amf-passthrough-authorization.d.ts +0 -10
- package/build/src/define/amf/authorization/amf-passthrough-authorization.d.ts.map +0 -1
- package/build/src/define/amf/authorization/amf-passthrough-authorization.js +0 -28
- package/build/src/define/amf/authorization/amf-passthrough-authorization.js.map +0 -1
- package/build/src/define/amf/authorization/amf-ramlcustom-authorization.d.ts +0 -10
- package/build/src/define/amf/authorization/amf-ramlcustom-authorization.d.ts.map +0 -1
- package/build/src/define/amf/authorization/amf-ramlcustom-authorization.js +0 -28
- package/build/src/define/amf/authorization/amf-ramlcustom-authorization.js.map +0 -1
- package/build/src/elements/amf/ApiAnnotationDocument.element.d.ts +0 -61
- package/build/src/elements/amf/ApiAnnotationDocument.element.d.ts.map +0 -1
- package/build/src/elements/amf/ApiAnnotationDocument.element.js +0 -176
- package/build/src/elements/amf/ApiAnnotationDocument.element.js.map +0 -1
- package/build/src/elements/amf/ApiAnnotationDocument.styles.d.ts +0 -3
- package/build/src/elements/amf/ApiAnnotationDocument.styles.d.ts.map +0 -1
- package/build/src/elements/amf/ApiAnnotationDocument.styles.js +0 -46
- package/build/src/elements/amf/ApiAnnotationDocument.styles.js.map +0 -1
- package/build/src/elements/amf/ApiAuthorizationEditor.element.d.ts +0 -143
- package/build/src/elements/amf/ApiAuthorizationEditor.element.d.ts.map +0 -1
- package/build/src/elements/amf/ApiAuthorizationEditor.element.js +0 -379
- package/build/src/elements/amf/ApiAuthorizationEditor.element.js.map +0 -1
- package/build/src/elements/amf/ApiAuthorizationEditor.styles.d.ts +0 -3
- package/build/src/elements/amf/ApiAuthorizationEditor.styles.d.ts.map +0 -1
- package/build/src/elements/amf/ApiAuthorizationEditor.styles.js +0 -25
- package/build/src/elements/amf/ApiAuthorizationEditor.styles.js.map +0 -1
- package/build/src/elements/amf/ApiChannelDocument.element.d.ts +0 -28
- package/build/src/elements/amf/ApiChannelDocument.element.d.ts.map +0 -1
- package/build/src/elements/amf/ApiChannelDocument.element.js +0 -85
- package/build/src/elements/amf/ApiChannelDocument.element.js.map +0 -1
- package/build/src/elements/amf/ApiDocumentation.element.d.ts +0 -254
- package/build/src/elements/amf/ApiDocumentation.element.d.ts.map +0 -1
- package/build/src/elements/amf/ApiDocumentation.element.js +0 -686
- package/build/src/elements/amf/ApiDocumentation.element.js.map +0 -1
- package/build/src/elements/amf/ApiDocumentation.styles.d.ts +0 -3
- package/build/src/elements/amf/ApiDocumentation.styles.d.ts.map +0 -1
- package/build/src/elements/amf/ApiDocumentation.styles.js +0 -11
- package/build/src/elements/amf/ApiDocumentation.styles.js.map +0 -1
- package/build/src/elements/amf/ApiDocumentationBase.d.ts +0 -103
- package/build/src/elements/amf/ApiDocumentationBase.d.ts.map +0 -1
- package/build/src/elements/amf/ApiDocumentationBase.js +0 -291
- package/build/src/elements/amf/ApiDocumentationBase.js.map +0 -1
- package/build/src/elements/amf/ApiDocumentationDocument.element.d.ts +0 -29
- package/build/src/elements/amf/ApiDocumentationDocument.element.d.ts.map +0 -1
- package/build/src/elements/amf/ApiDocumentationDocument.element.js +0 -79
- package/build/src/elements/amf/ApiDocumentationDocument.element.js.map +0 -1
- package/build/src/elements/amf/ApiDocumentationDocument.styles.d.ts +0 -3
- package/build/src/elements/amf/ApiDocumentationDocument.styles.d.ts.map +0 -1
- package/build/src/elements/amf/ApiDocumentationDocument.styles.js +0 -32
- package/build/src/elements/amf/ApiDocumentationDocument.styles.js.map +0 -1
- package/build/src/elements/amf/ApiNavigation.element.d.ts +0 -579
- package/build/src/elements/amf/ApiNavigation.element.d.ts.map +0 -1
- package/build/src/elements/amf/ApiNavigation.element.js +0 -2244
- package/build/src/elements/amf/ApiNavigation.element.js.map +0 -1
- package/build/src/elements/amf/ApiNavigation.styles.d.ts +0 -3
- package/build/src/elements/amf/ApiNavigation.styles.d.ts.map +0 -1
- package/build/src/elements/amf/ApiNavigation.styles.js +0 -159
- package/build/src/elements/amf/ApiNavigation.styles.js.map +0 -1
- package/build/src/elements/amf/ApiOperationDocument.element.d.ts +0 -266
- package/build/src/elements/amf/ApiOperationDocument.element.d.ts.map +0 -1
- package/build/src/elements/amf/ApiOperationDocument.element.js +0 -1002
- package/build/src/elements/amf/ApiOperationDocument.element.js.map +0 -1
- package/build/src/elements/amf/ApiOperationDocument.styles.d.ts +0 -3
- package/build/src/elements/amf/ApiOperationDocument.styles.d.ts.map +0 -1
- package/build/src/elements/amf/ApiOperationDocument.styles.js +0 -67
- package/build/src/elements/amf/ApiOperationDocument.styles.js.map +0 -1
- package/build/src/elements/amf/ApiParameterDocument.element.d.ts +0 -32
- package/build/src/elements/amf/ApiParameterDocument.element.d.ts.map +0 -1
- package/build/src/elements/amf/ApiParameterDocument.element.js +0 -94
- package/build/src/elements/amf/ApiParameterDocument.element.js.map +0 -1
- package/build/src/elements/amf/ApiParameterDocument.styles.d.ts +0 -3
- package/build/src/elements/amf/ApiParameterDocument.styles.d.ts.map +0 -1
- package/build/src/elements/amf/ApiParameterDocument.styles.js +0 -15
- package/build/src/elements/amf/ApiParameterDocument.styles.js.map +0 -1
- package/build/src/elements/amf/ApiParametrizedSecurityScheme.element.d.ts +0 -19
- package/build/src/elements/amf/ApiParametrizedSecurityScheme.element.d.ts.map +0 -1
- package/build/src/elements/amf/ApiParametrizedSecurityScheme.element.js +0 -58
- package/build/src/elements/amf/ApiParametrizedSecurityScheme.element.js.map +0 -1
- package/build/src/elements/amf/ApiParametrizedSecurityScheme.styles.d.ts +0 -3
- package/build/src/elements/amf/ApiParametrizedSecurityScheme.styles.d.ts.map +0 -1
- package/build/src/elements/amf/ApiParametrizedSecurityScheme.styles.js +0 -4
- package/build/src/elements/amf/ApiParametrizedSecurityScheme.styles.js.map +0 -1
- package/build/src/elements/amf/ApiPayloadDocument.element.d.ts +0 -32
- package/build/src/elements/amf/ApiPayloadDocument.element.d.ts.map +0 -1
- package/build/src/elements/amf/ApiPayloadDocument.element.js +0 -131
- package/build/src/elements/amf/ApiPayloadDocument.element.js.map +0 -1
- package/build/src/elements/amf/ApiPayloadDocument.styles.d.ts +0 -3
- package/build/src/elements/amf/ApiPayloadDocument.styles.d.ts.map +0 -1
- package/build/src/elements/amf/ApiPayloadDocument.styles.js +0 -15
- package/build/src/elements/amf/ApiPayloadDocument.styles.js.map +0 -1
- package/build/src/elements/amf/ApiRequest.element.d.ts +0 -131
- package/build/src/elements/amf/ApiRequest.element.d.ts.map +0 -1
- package/build/src/elements/amf/ApiRequest.element.js +0 -318
- package/build/src/elements/amf/ApiRequest.element.js.map +0 -1
- package/build/src/elements/amf/ApiRequest.styles.d.ts +0 -3
- package/build/src/elements/amf/ApiRequest.styles.d.ts.map +0 -1
- package/build/src/elements/amf/ApiRequest.styles.js +0 -11
- package/build/src/elements/amf/ApiRequest.styles.js.map +0 -1
- package/build/src/elements/amf/ApiRequestDocument.element.d.ts +0 -115
- package/build/src/elements/amf/ApiRequestDocument.element.d.ts.map +0 -1
- package/build/src/elements/amf/ApiRequestDocument.element.js +0 -401
- package/build/src/elements/amf/ApiRequestDocument.element.js.map +0 -1
- package/build/src/elements/amf/ApiRequestDocument.styles.d.ts +0 -3
- package/build/src/elements/amf/ApiRequestDocument.styles.d.ts.map +0 -1
- package/build/src/elements/amf/ApiRequestDocument.styles.js +0 -13
- package/build/src/elements/amf/ApiRequestDocument.styles.js.map +0 -1
- package/build/src/elements/amf/ApiRequestEditor.element.d.ts +0 -485
- package/build/src/elements/amf/ApiRequestEditor.element.d.ts.map +0 -1
- package/build/src/elements/amf/ApiRequestEditor.element.js +0 -1735
- package/build/src/elements/amf/ApiRequestEditor.element.js.map +0 -1
- package/build/src/elements/amf/ApiRequestEditor.styles.d.ts +0 -3
- package/build/src/elements/amf/ApiRequestEditor.styles.d.ts.map +0 -1
- package/build/src/elements/amf/ApiRequestEditor.styles.js +0 -160
- package/build/src/elements/amf/ApiRequestEditor.styles.js.map +0 -1
- package/build/src/elements/amf/ApiResourceDocument.element.d.ts +0 -233
- package/build/src/elements/amf/ApiResourceDocument.element.d.ts.map +0 -1
- package/build/src/elements/amf/ApiResourceDocument.element.js +0 -706
- package/build/src/elements/amf/ApiResourceDocument.element.js.map +0 -1
- package/build/src/elements/amf/ApiResourceDocument.styles.d.ts +0 -3
- package/build/src/elements/amf/ApiResourceDocument.styles.d.ts.map +0 -1
- package/build/src/elements/amf/ApiResourceDocument.styles.js +0 -91
- package/build/src/elements/amf/ApiResourceDocument.styles.js.map +0 -1
- package/build/src/elements/amf/ApiResponseDocument.element.d.ts +0 -79
- package/build/src/elements/amf/ApiResponseDocument.element.d.ts.map +0 -1
- package/build/src/elements/amf/ApiResponseDocument.element.js +0 -298
- package/build/src/elements/amf/ApiResponseDocument.element.js.map +0 -1
- package/build/src/elements/amf/ApiResponseDocument.styles.d.ts +0 -3
- package/build/src/elements/amf/ApiResponseDocument.styles.d.ts.map +0 -1
- package/build/src/elements/amf/ApiResponseDocument.styles.js +0 -41
- package/build/src/elements/amf/ApiResponseDocument.styles.js.map +0 -1
- package/build/src/elements/amf/ApiSchemaDocument.element.d.ts +0 -144
- package/build/src/elements/amf/ApiSchemaDocument.element.d.ts.map +0 -1
- package/build/src/elements/amf/ApiSchemaDocument.element.js +0 -765
- package/build/src/elements/amf/ApiSchemaDocument.element.js.map +0 -1
- package/build/src/elements/amf/ApiSchemaDocument.styles.d.ts +0 -3
- package/build/src/elements/amf/ApiSchemaDocument.styles.d.ts.map +0 -1
- package/build/src/elements/amf/ApiSchemaDocument.styles.js +0 -41
- package/build/src/elements/amf/ApiSchemaDocument.styles.js.map +0 -1
- package/build/src/elements/amf/ApiSecurityDocument.element.d.ts +0 -180
- package/build/src/elements/amf/ApiSecurityDocument.element.d.ts.map +0 -1
- package/build/src/elements/amf/ApiSecurityDocument.element.js +0 -592
- package/build/src/elements/amf/ApiSecurityDocument.element.js.map +0 -1
- package/build/src/elements/amf/ApiSecurityDocument.styles.d.ts +0 -3
- package/build/src/elements/amf/ApiSecurityDocument.styles.d.ts.map +0 -1
- package/build/src/elements/amf/ApiSecurityDocument.styles.js +0 -89
- package/build/src/elements/amf/ApiSecurityDocument.styles.js.map +0 -1
- package/build/src/elements/amf/ApiSecurityRequirementDocument.element.d.ts +0 -16
- package/build/src/elements/amf/ApiSecurityRequirementDocument.element.d.ts.map +0 -1
- package/build/src/elements/amf/ApiSecurityRequirementDocument.element.js +0 -76
- package/build/src/elements/amf/ApiSecurityRequirementDocument.element.js.map +0 -1
- package/build/src/elements/amf/ApiSecurityRequirementDocument.styles.d.ts +0 -3
- package/build/src/elements/amf/ApiSecurityRequirementDocument.styles.d.ts.map +0 -1
- package/build/src/elements/amf/ApiSecurityRequirementDocument.styles.js +0 -7
- package/build/src/elements/amf/ApiSecurityRequirementDocument.styles.js.map +0 -1
- package/build/src/elements/amf/ApiServerPicker.element.d.ts +0 -256
- package/build/src/elements/amf/ApiServerPicker.element.d.ts.map +0 -1
- package/build/src/elements/amf/ApiServerPicker.element.js +0 -715
- package/build/src/elements/amf/ApiServerPicker.element.js.map +0 -1
- package/build/src/elements/amf/ApiServerPicker.styles.d.ts +0 -3
- package/build/src/elements/amf/ApiServerPicker.styles.d.ts.map +0 -1
- package/build/src/elements/amf/ApiServerPicker.styles.js +0 -25
- package/build/src/elements/amf/ApiServerPicker.styles.js.map +0 -1
- package/build/src/elements/amf/ApiSummary.element.d.ts +0 -90
- package/build/src/elements/amf/ApiSummary.element.d.ts.map +0 -1
- package/build/src/elements/amf/ApiSummary.element.js +0 -385
- package/build/src/elements/amf/ApiSummary.element.js.map +0 -1
- package/build/src/elements/amf/ApiSummary.styles.d.ts +0 -3
- package/build/src/elements/amf/ApiSummary.styles.d.ts.map +0 -1
- package/build/src/elements/amf/ApiSummary.styles.js +0 -192
- package/build/src/elements/amf/ApiSummary.styles.js.map +0 -1
- package/build/src/elements/amf/SchemaCommonTemplates.d.ts +0 -56
- package/build/src/elements/amf/SchemaCommonTemplates.d.ts.map +0 -1
- package/build/src/elements/amf/SchemaCommonTemplates.js +0 -499
- package/build/src/elements/amf/SchemaCommonTemplates.js.map +0 -1
- package/build/src/elements/amf/authorization/AmfApiKey.d.ts +0 -60
- package/build/src/elements/amf/authorization/AmfApiKey.d.ts.map +0 -1
- package/build/src/elements/amf/authorization/AmfApiKey.js +0 -237
- package/build/src/elements/amf/authorization/AmfApiKey.js.map +0 -1
- package/build/src/elements/amf/authorization/AmfBasic.d.ts +0 -16
- package/build/src/elements/amf/authorization/AmfBasic.d.ts.map +0 -1
- package/build/src/elements/amf/authorization/AmfBasic.js +0 -86
- package/build/src/elements/amf/authorization/AmfBasic.js.map +0 -1
- package/build/src/elements/amf/authorization/AmfBearer.d.ts +0 -15
- package/build/src/elements/amf/authorization/AmfBearer.d.ts.map +0 -1
- package/build/src/elements/amf/authorization/AmfBearer.js +0 -73
- package/build/src/elements/amf/authorization/AmfBearer.js.map +0 -1
- package/build/src/elements/amf/authorization/AmfOauth2.d.ts +0 -236
- package/build/src/elements/amf/authorization/AmfOauth2.d.ts.map +0 -1
- package/build/src/elements/amf/authorization/AmfOauth2.js +0 -795
- package/build/src/elements/amf/authorization/AmfOauth2.js.map +0 -1
- package/build/src/elements/amf/authorization/AmfOidc.d.ts +0 -14
- package/build/src/elements/amf/authorization/AmfOidc.d.ts.map +0 -1
- package/build/src/elements/amf/authorization/AmfOidc.js +0 -72
- package/build/src/elements/amf/authorization/AmfOidc.js.map +0 -1
- package/build/src/elements/amf/authorization/AmfPassThrough.d.ts +0 -58
- package/build/src/elements/amf/authorization/AmfPassThrough.d.ts.map +0 -1
- package/build/src/elements/amf/authorization/AmfPassThrough.js +0 -259
- package/build/src/elements/amf/authorization/AmfPassThrough.js.map +0 -1
- package/build/src/elements/amf/authorization/AmfRamlCustom.d.ts +0 -53
- package/build/src/elements/amf/authorization/AmfRamlCustom.d.ts.map +0 -1
- package/build/src/elements/amf/authorization/AmfRamlCustom.js +0 -291
- package/build/src/elements/amf/authorization/AmfRamlCustom.js.map +0 -1
- package/build/src/elements/amf/authorization/Authorization.styles.d.ts +0 -3
- package/build/src/elements/amf/authorization/Authorization.styles.d.ts.map +0 -1
- package/build/src/elements/amf/authorization/Authorization.styles.js +0 -40
- package/build/src/elements/amf/authorization/Authorization.styles.js.map +0 -1
- package/build/src/elements/amf/styles/AuthorizationMethod.d.ts +0 -3
- package/build/src/elements/amf/styles/AuthorizationMethod.d.ts.map +0 -1
- package/build/src/elements/amf/styles/AuthorizationMethod.js +0 -46
- package/build/src/elements/amf/styles/AuthorizationMethod.js.map +0 -1
- package/build/src/elements/amf/styles/Common.d.ts +0 -3
- package/build/src/elements/amf/styles/Common.d.ts.map +0 -1
- package/build/src/elements/amf/styles/Common.js +0 -150
- package/build/src/elements/amf/styles/Common.js.map +0 -1
- package/build/src/elements/amf/styles/SchemaCommon.d.ts +0 -3
- package/build/src/elements/amf/styles/SchemaCommon.d.ts.map +0 -1
- package/build/src/elements/amf/styles/SchemaCommon.js +0 -376
- package/build/src/elements/amf/styles/SchemaCommon.js.map +0 -1
- package/build/src/events/amf/ApiEvents.d.ts +0 -25
- package/build/src/events/amf/ApiEvents.d.ts.map +0 -1
- package/build/src/events/amf/ApiEvents.js +0 -42
- package/build/src/events/amf/ApiEvents.js.map +0 -1
- package/build/src/events/amf/BaseEvents.d.ts +0 -69
- package/build/src/events/amf/BaseEvents.d.ts.map +0 -1
- package/build/src/events/amf/BaseEvents.js +0 -64
- package/build/src/events/amf/BaseEvents.js.map +0 -1
- package/build/src/events/amf/DocumentationEvents.d.ts +0 -17
- package/build/src/events/amf/DocumentationEvents.d.ts.map +0 -1
- package/build/src/events/amf/DocumentationEvents.js +0 -27
- package/build/src/events/amf/DocumentationEvents.js.map +0 -1
- package/build/src/events/amf/EndpointEvents.d.ts +0 -21
- package/build/src/events/amf/EndpointEvents.d.ts.map +0 -1
- package/build/src/events/amf/EndpointEvents.js +0 -35
- package/build/src/events/amf/EndpointEvents.js.map +0 -1
- package/build/src/events/amf/EventTypes.d.ts +0 -65
- package/build/src/events/amf/EventTypes.d.ts.map +0 -1
- package/build/src/events/amf/EventTypes.js +0 -65
- package/build/src/events/amf/EventTypes.js.map +0 -1
- package/build/src/events/amf/Events.d.ts +0 -63
- package/build/src/events/amf/Events.d.ts.map +0 -1
- package/build/src/events/amf/Events.js +0 -38
- package/build/src/events/amf/Events.js.map +0 -1
- package/build/src/events/amf/NavigationEvents.d.ts +0 -50
- package/build/src/events/amf/NavigationEvents.d.ts.map +0 -1
- package/build/src/events/amf/NavigationEvents.js +0 -59
- package/build/src/events/amf/NavigationEvents.js.map +0 -1
- package/build/src/events/amf/OperationEvents.d.ts +0 -17
- package/build/src/events/amf/OperationEvents.d.ts.map +0 -1
- package/build/src/events/amf/OperationEvents.js +0 -27
- package/build/src/events/amf/OperationEvents.js.map +0 -1
- package/build/src/events/amf/PayloadEvents.d.ts +0 -10
- package/build/src/events/amf/PayloadEvents.d.ts.map +0 -1
- package/build/src/events/amf/PayloadEvents.js +0 -16
- package/build/src/events/amf/PayloadEvents.js.map +0 -1
- package/build/src/events/amf/ReportingEvents.d.ts +0 -16
- package/build/src/events/amf/ReportingEvents.d.ts.map +0 -1
- package/build/src/events/amf/ReportingEvents.js +0 -22
- package/build/src/events/amf/ReportingEvents.js.map +0 -1
- package/build/src/events/amf/RequestEvents.d.ts +0 -10
- package/build/src/events/amf/RequestEvents.d.ts.map +0 -1
- package/build/src/events/amf/RequestEvents.js +0 -15
- package/build/src/events/amf/RequestEvents.js.map +0 -1
- package/build/src/events/amf/ResponseEvents.d.ts +0 -10
- package/build/src/events/amf/ResponseEvents.d.ts.map +0 -1
- package/build/src/events/amf/ResponseEvents.js +0 -16
- package/build/src/events/amf/ResponseEvents.js.map +0 -1
- package/build/src/events/amf/SecurityEvents.d.ts +0 -31
- package/build/src/events/amf/SecurityEvents.d.ts.map +0 -1
- package/build/src/events/amf/SecurityEvents.js +0 -53
- package/build/src/events/amf/SecurityEvents.js.map +0 -1
- package/build/src/events/amf/ServerEvents.d.ts +0 -63
- package/build/src/events/amf/ServerEvents.d.ts.map +0 -1
- package/build/src/events/amf/ServerEvents.js +0 -70
- package/build/src/events/amf/ServerEvents.js.map +0 -1
- package/build/src/events/amf/StoreEvents.d.ts +0 -8
- package/build/src/events/amf/StoreEvents.d.ts.map +0 -1
- package/build/src/events/amf/StoreEvents.js +0 -16
- package/build/src/events/amf/StoreEvents.js.map +0 -1
- package/build/src/events/amf/TelemetryEvents.d.ts +0 -79
- package/build/src/events/amf/TelemetryEvents.d.ts.map +0 -1
- package/build/src/events/amf/TelemetryEvents.js +0 -65
- package/build/src/events/amf/TelemetryEvents.js.map +0 -1
- package/build/src/events/amf/TypeEvents.d.ts +0 -16
- package/build/src/events/amf/TypeEvents.d.ts.map +0 -1
- package/build/src/events/amf/TypeEvents.js +0 -25
- package/build/src/events/amf/TypeEvents.js.map +0 -1
- package/demo/amf/api-annotation.html +0 -21
- package/demo/amf/api-annotation.ts +0 -117
- package/demo/amf/api-channel.html +0 -25
- package/demo/amf/api-channel.ts +0 -76
- package/demo/amf/api-console.html +0 -23
- package/demo/amf/api-console.ts +0 -505
- package/demo/amf/api-documentation-document.html +0 -25
- package/demo/amf/api-documentation-document.ts +0 -79
- package/demo/amf/api-documentation.html +0 -25
- package/demo/amf/api-documentation.ts +0 -242
- package/demo/amf/api-navigation.html +0 -29
- package/demo/amf/api-navigation.ts +0 -278
- package/demo/amf/api-operation.html +0 -37
- package/demo/amf/api-operation.ts +0 -274
- package/demo/amf/api-payload.html +0 -25
- package/demo/amf/api-payload.ts +0 -176
- package/demo/amf/api-request.html +0 -24
- package/demo/amf/api-request.ts +0 -259
- package/demo/amf/api-resource.html +0 -31
- package/demo/amf/api-resource.ts +0 -264
- package/demo/amf/api-schema-documentation.html +0 -25
- package/demo/amf/api-schema-documentation.ts +0 -207
- package/demo/amf/api-security-documentation.html +0 -25
- package/demo/amf/api-security-documentation.ts +0 -94
- package/demo/amf/api-server-picker.html +0 -24
- package/demo/amf/api-server-picker.ts +0 -233
- package/demo/amf/api-summary.html +0 -25
- package/demo/amf/api-summary.ts +0 -84
- package/demo/amf/bare-components.css +0 -11
- package/demo/amf/bare-components.html +0 -38
- package/demo/amf/bare-components.ts +0 -18
- package/demo/amf/demo.css +0 -136
- package/demo/amf/index.html +0 -65
- package/demo/amf/lib/AmfDemoPage.ts +0 -285
- package/demo/amf/oauth-authorize.html +0 -74
- package/demo/amf/oauth-authorize.ts +0 -40
- package/demo/amf/request-editor.html +0 -24
- package/demo/amf/request-editor.ts +0 -267
- package/demo/amf/styles/api-console.css +0 -60
- package/demo/amf/styles/api-editor.css +0 -139
- package/demo/amf/styles/console-theme.css +0 -0
- package/demo/amf/styles/demo-grid.css +0 -26
- package/demo/apis/21143/21143.json +0 -638
- package/demo/apis/APIC-15/APIC-15.raml +0 -36
- package/demo/apis/APIC-15/data-types/organization-data-type.raml +0 -19
- package/demo/apis/APIC-15/examples/organization/organization-array-response.raml +0 -15
- package/demo/apis/APIC-15/examples/organization/organization-individual-response.raml +0 -8
- package/demo/apis/APIC-168/APIC-168.raml +0 -38
- package/demo/apis/APIC-282/APIC-282.raml +0 -57
- package/demo/apis/APIC-289/APIC-289.yaml +0 -21
- package/demo/apis/APIC-298/APIC-298.json +0 -588
- package/demo/apis/APIC-332/APIC-332.raml +0 -22
- package/demo/apis/APIC-349-cache-resolution/APIC-349-cache-resolution.raml +0 -141
- package/demo/apis/APIC-349-cache-resolution/docs/DocumentationItem-1.raml +0 -3
- package/demo/apis/APIC-349-cache-resolution/docs/api.md +0 -1
- package/demo/apis/APIC-349-cache-resolution/docs/documentationTitle.md +0 -1
- package/demo/apis/APIC-349-cache-resolution/examples/usingObj-example.json +0 -19
- package/demo/apis/APIC-349-cache-resolution/examples/usingObj-example2.json +0 -19
- package/demo/apis/APIC-349-cache-resolution/libraries/schema.json +0 -21
- package/demo/apis/APIC-349-cache-resolution/libraries/types.raml +0 -88
- package/demo/apis/APIC-390/APIC-390.raml +0 -13
- package/demo/apis/APIC-390/Types/ISO-standards.raml +0 -30
- package/demo/apis/APIC-429/APIC-429.yaml +0 -63
- package/demo/apis/APIC-435/APIC-435.yaml +0 -27
- package/demo/apis/APIC-449/APIC-449.yaml +0 -8
- package/demo/apis/APIC-463/APIC-463.raml +0 -13
- package/demo/apis/APIC-480/APIC-480.raml +0 -61
- package/demo/apis/APIC-480/examples/account-response.json +0 -5
- package/demo/apis/APIC-483/APIC-483.raml +0 -16
- package/demo/apis/APIC-483/example/list-of-bank-succ.json +0 -32
- package/demo/apis/APIC-483/schema/response-retrieve-list-bank.json +0 -68
- package/demo/apis/APIC-550/APIC-550.raml +0 -46
- package/demo/apis/APIC-553/APIC-553.raml +0 -59
- package/demo/apis/APIC-554/APIC-554.raml +0 -6
- package/demo/apis/APIC-554-ii/APIC-554-ii.raml +0 -5
- package/demo/apis/APIC-560/APIC-560.yaml +0 -209
- package/demo/apis/APIC-582/APIC-582.yaml +0 -23
- package/demo/apis/APIC-613/APIC-613.raml +0 -16
- package/demo/apis/APIC-631/APIC-631.raml +0 -20
- package/demo/apis/APIC-641/APIC-641.yaml +0 -29
- package/demo/apis/APIC-649/APIC-649.yaml +0 -118
- package/demo/apis/APIC-650/APIC-650.yaml +0 -24
- package/demo/apis/APIC-650/common-parameters.yaml +0 -23
- package/demo/apis/APIC-667/APIC-667.raml +0 -30
- package/demo/apis/APIC-671/APIC-671.yaml +0 -387
- package/demo/apis/APIC-689/APIC-689.raml +0 -20
- package/demo/apis/APIC-711/APIC-711.raml +0 -41
- package/demo/apis/SE-10469/Purchase-Order-oagis-id-dd32f9c6c01048a19e15c423c9c741ae.json +0 -1383
- package/demo/apis/SE-10469/SE-10469.raml +0 -11
- package/demo/apis/SE-11155/1/2/aflac-canonical-definitions/1.0.0/data-types/dataType-address.raml +0 -126
- package/demo/apis/SE-11155/1/2/aflac-canonical-definitions/1.0.0/data-types/dataType-base.raml +0 -31
- package/demo/apis/SE-11155/1/2/aflac-canonical-definitions/1.0.0/data-types/dataType-basic-questions-set.raml +0 -42
- package/demo/apis/SE-11155/1/2/aflac-canonical-definitions/1.0.0/data-types/dataType-code-description.raml +0 -36
- package/demo/apis/SE-11155/1/2/aflac-canonical-definitions/1.0.0/data-types/dataType-code-origin.raml +0 -24
- package/demo/apis/SE-11155/1/2/aflac-canonical-definitions/1.0.0/data-types/dataType-contact-information.raml +0 -69
- package/demo/apis/SE-11155/1/2/aflac-canonical-definitions/1.0.0/data-types/dataType-content-data.raml +0 -19
- package/demo/apis/SE-11155/1/2/aflac-canonical-definitions/1.0.0/data-types/dataType-content-metadata.raml +0 -243
- package/demo/apis/SE-11155/1/2/aflac-canonical-definitions/1.0.0/data-types/dataType-content.raml +0 -47
- package/demo/apis/SE-11155/1/2/aflac-canonical-definitions/1.0.0/data-types/dataType-contextual.raml +0 -18
- package/demo/apis/SE-11155/1/2/aflac-canonical-definitions/1.0.0/data-types/dataType-currency.raml +0 -22
- package/demo/apis/SE-11155/1/2/aflac-canonical-definitions/1.0.0/data-types/dataType-document-statistic.raml +0 -44
- package/demo/apis/SE-11155/1/2/aflac-canonical-definitions/1.0.0/data-types/dataType-email-address.raml +0 -19
- package/demo/apis/SE-11155/1/2/aflac-canonical-definitions/1.0.0/data-types/dataType-error.raml +0 -33
- package/demo/apis/SE-11155/1/2/aflac-canonical-definitions/1.0.0/data-types/dataType-habit.raml +0 -61
- package/demo/apis/SE-11155/1/2/aflac-canonical-definitions/1.0.0/data-types/dataType-language.raml +0 -32
- package/demo/apis/SE-11155/1/2/aflac-canonical-definitions/1.0.0/data-types/dataType-log-entry.raml +0 -92
- package/demo/apis/SE-11155/1/2/aflac-canonical-definitions/1.0.0/data-types/dataType-master-key.raml +0 -49
- package/demo/apis/SE-11155/1/2/aflac-canonical-definitions/1.0.0/data-types/dataType-organization.raml +0 -38
- package/demo/apis/SE-11155/1/2/aflac-canonical-definitions/1.0.0/data-types/dataType-party.raml +0 -37
- package/demo/apis/SE-11155/1/2/aflac-canonical-definitions/1.0.0/data-types/dataType-performance-node.raml +0 -43
- package/demo/apis/SE-11155/1/2/aflac-canonical-definitions/1.0.0/data-types/dataType-performance-report.raml +0 -22
- package/demo/apis/SE-11155/1/2/aflac-canonical-definitions/1.0.0/data-types/dataType-person-name.raml +0 -45
- package/demo/apis/SE-11155/1/2/aflac-canonical-definitions/1.0.0/data-types/dataType-person.raml +0 -103
- package/demo/apis/SE-11155/1/2/aflac-canonical-definitions/1.0.0/data-types/dataType-phone.raml +0 -32
- package/demo/apis/SE-11155/1/2/aflac-canonical-definitions/1.0.0/data-types/dataType-policyholder.raml +0 -1
- package/demo/apis/SE-11155/1/2/aflac-canonical-definitions/1.0.0/data-types/dataType-preferable.raml +0 -15
- package/demo/apis/SE-11155/1/2/aflac-canonical-definitions/1.0.0/data-types/dataType-property.raml +0 -61
- package/demo/apis/SE-11155/1/2/aflac-canonical-definitions/1.0.0/data-types/dataType-role.raml +0 -51
- package/demo/apis/SE-11155/1/2/aflac-canonical-definitions/1.0.0/data-types/dataType-social-media-account.raml +0 -28
- package/demo/apis/SE-11155/1/2/aflac-canonical-definitions/1.0.0/data-types/dataType-source.raml +0 -65
- package/demo/apis/SE-11155/1/2/aflac-canonical-definitions/1.0.0/data-types/dataType-version.raml +0 -36
- package/demo/apis/SE-11155/1/2/aflac-canonical-definitions/1.0.0/docs/Legal.raml +0 -3
- package/demo/apis/SE-11155/1/2/aflac-canonical-definitions/1.0.0/examples/example-error.raml +0 -7
- package/demo/apis/SE-11155/1/2/aflac-canonical-definitions/1.0.0/examples/example-get-health-check.raml +0 -16
- package/demo/apis/SE-11155/1/2/aflac-canonical-definitions/1.0.0/examples/example-performance-report.raml +0 -23
- package/demo/apis/SE-11155/1/2/aflac-canonical-definitions/1.0.0/exchange.json +0 -1
- package/demo/apis/SE-11155/1/2/aflac-canonical-definitions/1.0.0/libraries/library-address.raml +0 -7
- package/demo/apis/SE-11155/1/2/aflac-canonical-definitions/1.0.0/libraries/library-base.raml +0 -3
- package/demo/apis/SE-11155/1/2/aflac-canonical-definitions/1.0.0/libraries/library-basic-questions-set.raml +0 -7
- package/demo/apis/SE-11155/1/2/aflac-canonical-definitions/1.0.0/libraries/library-code-description.raml +0 -7
- package/demo/apis/SE-11155/1/2/aflac-canonical-definitions/1.0.0/libraries/library-contact-info.raml +0 -3
- package/demo/apis/SE-11155/1/2/aflac-canonical-definitions/1.0.0/libraries/library-content.raml +0 -5
- package/demo/apis/SE-11155/1/2/aflac-canonical-definitions/1.0.0/libraries/library-context-and-preference.raml +0 -4
- package/demo/apis/SE-11155/1/2/aflac-canonical-definitions/1.0.0/libraries/library-email.raml +0 -7
- package/demo/apis/SE-11155/1/2/aflac-canonical-definitions/1.0.0/libraries/library-entity.raml +0 -36
- package/demo/apis/SE-11155/1/2/aflac-canonical-definitions/1.0.0/libraries/library-error.raml +0 -3
- package/demo/apis/SE-11155/1/2/aflac-canonical-definitions/1.0.0/libraries/library-habit.raml +0 -7
- package/demo/apis/SE-11155/1/2/aflac-canonical-definitions/1.0.0/libraries/library-language.raml +0 -7
- package/demo/apis/SE-11155/1/2/aflac-canonical-definitions/1.0.0/libraries/library-master-key.raml +0 -3
- package/demo/apis/SE-11155/1/2/aflac-canonical-definitions/1.0.0/libraries/library-organization.raml +0 -4
- package/demo/apis/SE-11155/1/2/aflac-canonical-definitions/1.0.0/libraries/library-party.raml +0 -8
- package/demo/apis/SE-11155/1/2/aflac-canonical-definitions/1.0.0/libraries/library-performance.raml +0 -8
- package/demo/apis/SE-11155/1/2/aflac-canonical-definitions/1.0.0/libraries/library-person-name.raml +0 -3
- package/demo/apis/SE-11155/1/2/aflac-canonical-definitions/1.0.0/libraries/library-person.raml +0 -7
- package/demo/apis/SE-11155/1/2/aflac-canonical-definitions/1.0.0/libraries/library-phone.raml +0 -7
- package/demo/apis/SE-11155/1/2/aflac-canonical-definitions/1.0.0/libraries/library-property.raml +0 -7
- package/demo/apis/SE-11155/1/2/aflac-canonical-definitions/1.0.0/libraries/library-role.raml +0 -6
- package/demo/apis/SE-11155/1/2/aflac-canonical-definitions/1.0.0/libraries/library-social-media.raml +0 -7
- package/demo/apis/SE-11155/1/2/aflac-canonical-definitions/1.0.0/libraries/library-source.raml +0 -7
- package/demo/apis/SE-11155/1/2/aflac-canonical-definitions/1.0.0/libraries/library-traits.raml +0 -11
- package/demo/apis/SE-11155/1/2/aflac-canonical-definitions/1.0.0/libraries/library-version.raml +0 -7
- package/demo/apis/SE-11155/1/2/aflac-canonical-definitions/1.0.0/resource-types/resourceType-applicable-to-collection-actions.raml +0 -51
- package/demo/apis/SE-11155/1/2/aflac-canonical-definitions/1.0.0/resource-types/resourceType-applicable-to-collections.raml +0 -157
- package/demo/apis/SE-11155/1/2/aflac-canonical-definitions/1.0.0/resource-types/resourceType-applicable-to-item-actions.raml +0 -48
- package/demo/apis/SE-11155/1/2/aflac-canonical-definitions/1.0.0/resource-types/resourceType-applicable-to-items.raml +0 -154
- package/demo/apis/SE-11155/1/2/aflac-canonical-definitions/1.0.0/resource-types/resourceType-get-health-check.raml +0 -39
- package/demo/apis/SE-11155/1/2/aflac-canonical-definitions/1.0.0/security-schemes/securityScheme-basic.raml +0 -4
- package/demo/apis/SE-11155/1/2/aflac-canonical-definitions/1.0.0/traits/trait-asynchronously-callable.raml +0 -12
- package/demo/apis/SE-11155/1/2/aflac-canonical-definitions/1.0.0/traits/trait-filterable.raml +0 -19
- package/demo/apis/SE-11155/1/2/aflac-canonical-definitions/1.0.0/traits/trait-identifyable.raml +0 -50
- package/demo/apis/SE-11155/1/2/aflac-canonical-definitions/1.0.0/traits/trait-pageable.raml +0 -40
- package/demo/apis/SE-11155/1/2/aflac-canonical-definitions/1.0.0/traits/trait-performance-monitorable.raml +0 -31
- package/demo/apis/SE-11155/1/2/aflac-canonical-definitions/1.0.0/traits/trait-routable.raml +0 -22
- package/demo/apis/SE-11155/1/2/aflac-canonical-definitions/1.0.0/traits/trait-selectable.raml +0 -140
- package/demo/apis/SE-11155/1/2/aflac-canonical-definitions/1.0.0/traits/trait-sortable.raml +0 -20
- package/demo/apis/SE-11155/1/2/aflac-canonical-definitions/1.0.0/traits/trait-traceable.raml +0 -24
- package/demo/apis/SE-11155/SE-11155.raml +0 -43
- package/demo/apis/SE-11155/data-types/dataType-archive-users-request.raml +0 -19
- package/demo/apis/SE-11155/data-types/dataType-archive-users-response.raml +0 -20
- package/demo/apis/SE-11155/data-types/dataType-restore-user-request.raml +0 -1
- package/demo/apis/SE-11155/data-types/dataType-restore-user-response.raml +0 -1
- package/demo/apis/SE-11155/data-types/dataType-user.raml +0 -53
- package/demo/apis/SE-11155/examples/user-action-restore-user-200.raml +0 -3
- package/demo/apis/SE-11155/examples/user-action-restore-user-cds-202.raml +0 -7
- package/demo/apis/SE-11155/examples/user-action-restore-user.raml +0 -3
- package/demo/apis/SE-11155/examples/user-delete-cds-200.raml +0 -4
- package/demo/apis/SE-11155/examples/user-delete-cds-202.raml +0 -11
- package/demo/apis/SE-11155/examples/user-get-200.raml +0 -17
- package/demo/apis/SE-11155/examples/user-patch-200.raml +0 -14
- package/demo/apis/SE-11155/examples/user-patch-cds-200.raml +0 -4
- package/demo/apis/SE-11155/examples/user-patch-cds-202.raml +0 -7
- package/demo/apis/SE-11155/examples/user-patch.raml +0 -14
- package/demo/apis/SE-11155/examples/user-put-200.raml +0 -17
- package/demo/apis/SE-11155/examples/user-put-cds-200.raml +0 -4
- package/demo/apis/SE-11155/examples/user-put-cds-202.raml +0 -11
- package/demo/apis/SE-11155/examples/user-put.raml +0 -17
- package/demo/apis/SE-11155/examples/users-action-archive-users-200.raml +0 -5
- package/demo/apis/SE-11155/examples/users-action-archive-users-cds-200.raml +0 -5
- package/demo/apis/SE-11155/examples/users-action-archive-users.raml +0 -5
- package/demo/apis/SE-11155/examples/users-delete-cds-200.raml +0 -4
- package/demo/apis/SE-11155/examples/users-delete-cds-202.raml +0 -11
- package/demo/apis/SE-11155/examples/users-get-200.raml +0 -47
- package/demo/apis/SE-11155/examples/users-patch-200.raml +0 -32
- package/demo/apis/SE-11155/examples/users-patch-cds-200.raml +0 -4
- package/demo/apis/SE-11155/examples/users-patch-cds-202.raml +0 -11
- package/demo/apis/SE-11155/examples/users-patch.raml +0 -14
- package/demo/apis/SE-11155/examples/users-post-cds-200.raml +0 -4
- package/demo/apis/SE-11155/examples/users-post-cds-202.raml +0 -11
- package/demo/apis/SE-11155/examples/users-post-multi-200.raml +0 -47
- package/demo/apis/SE-11155/examples/users-post-multi.raml +0 -44
- package/demo/apis/SE-11155/examples/users-post-single-200.raml +0 -17
- package/demo/apis/SE-11155/examples/users-post-single.raml +0 -16
- package/demo/apis/SE-11155/libraries/library.raml +0 -16
- package/demo/apis/SE-11415/SE-11415.raml +0 -94
- package/demo/apis/SE-11415/canda-commons/canda-commons.raml +0 -50
- package/demo/apis/SE-11415/canda-commons/ref/log-levels-example.json +0 -3
- package/demo/apis/SE-11415/canda-commons/ref/log-levels-response-example.json +0 -3
- package/demo/apis/SE-11415/canda-commons/ref/log-levels-response-schema.json +0 -10
- package/demo/apis/SE-11415/canda-commons/ref/log-levels-schema.json +0 -30
- package/demo/apis/SE-11415/ref/additions-example.json +0 -12
- package/demo/apis/SE-11415/ref/additions-schema.json +0 -43
- package/demo/apis/SE-11415/ref/companies-example.json +0 -11
- package/demo/apis/SE-11415/ref/companies-schema.json +0 -36
- package/demo/apis/SE-11415/ref/greeting-example.json +0 -4
- package/demo/apis/SE-11415/ref/greeting-schema.json +0 -22
- package/demo/apis/SE-11415/ref/greetings-example.json +0 -15
- package/demo/apis/SE-11415/ref/greetings-schema.json +0 -34
- package/demo/apis/SE-11415/ref/jms-message-response-exmaple.json +0 -7
- package/demo/apis/SE-11415/ref/log-levels-example.json +0 -3
- package/demo/apis/SE-11415/ref/log-levels-response-example.json +0 -3
- package/demo/apis/SE-11415/ref/log-levels-response-schema.json +0 -10
- package/demo/apis/SE-11415/ref/log-levels-schema.json +0 -30
- package/demo/apis/SE-11508/SE-11508.raml +0 -257
- package/demo/apis/SE-11508/examples/change-credentials-post-201.raml +0 -9
- package/demo/apis/SE-11508/examples/convert-aggregator-quote-post-201.raml +0 -19
- package/demo/apis/SE-11508/examples/create-quote-post-200.raml +0 -12
- package/demo/apis/SE-11508/examples/create-quote-post-201.raml +0 -8
- package/demo/apis/SE-11508/examples/create-quote-post-request.raml +0 -19
- package/demo/apis/SE-11508/examples/customer-accounts-get-200.raml +0 -41
- package/demo/apis/SE-11508/examples/customer-accounts-patch-request.raml +0 -31
- package/demo/apis/SE-11508/examples/retrieve-quotes-post-200.raml +0 -17
- package/demo/apis/SE-11508/examples/send-correspondence-post-request.raml +0 -34
- package/demo/apis/SE-11508/examples/validate-credentials-post-200.raml +0 -30
- package/demo/apis/SE-11508/examples/validate-customer-account-hash-post-400.raml +0 -10
- package/demo/apis/SE-11508/examples/validate-customer-account-hash-post-request.raml +0 -7
- package/demo/apis/SE-11508/examples/validate-customer-account-post-200.raml +0 -76
- package/demo/apis/SE-11508/examples/validate-customer-account-post-400.raml +0 -10
- package/demo/apis/SE-11508/examples/validate-customer-account-post-request.raml +0 -8
- package/demo/apis/SE-11508/exchange_modules2/26d603ba-9696-4993-b97e-f568e49c27ac/securityscheme-system/0.0.4/auth.raml +0 -10
- package/demo/apis/SE-11508/exchange_modules2/26d603ba-9696-4993-b97e-f568e49c27ac/traits-system/0.0.19/api-headers-trait.raml +0 -20
- package/demo/apis/SE-11508/exchange_modules2/26d603ba-9696-4993-b97e-f568e49c27ac/traits-system/0.0.19/bad-responses.raml +0 -30
- package/demo/apis/SE-11508/exchange_modules2/26d603ba-9696-4993-b97e-f568e49c27ac/traits-system/0.0.19/create.raml +0 -30
- package/demo/apis/SE-11508/exchange_modules2/26d603ba-9696-4993-b97e-f568e49c27ac/traits-system/0.0.19/customer-account-filter-trait.raml +0 -8
- package/demo/apis/SE-11508/exchange_modules2/26d603ba-9696-4993-b97e-f568e49c27ac/traits-system/0.0.19/delete.raml +0 -48
- package/demo/apis/SE-11508/exchange_modules2/26d603ba-9696-4993-b97e-f568e49c27ac/traits-system/0.0.19/payment.raml +0 -10
- package/demo/apis/SE-11508/exchange_modules2/26d603ba-9696-4993-b97e-f568e49c27ac/traits-system/0.0.19/policy-filter-trait.raml +0 -8
- package/demo/apis/SE-11508/exchange_modules2/26d603ba-9696-4993-b97e-f568e49c27ac/traits-system/0.0.19/read.raml +0 -48
- package/demo/apis/SE-11508/exchange_modules2/26d603ba-9696-4993-b97e-f568e49c27ac/traits-system/0.0.19/types/common-responses.raml +0 -8
- package/demo/apis/SE-11508/exchange_modules2/26d603ba-9696-4993-b97e-f568e49c27ac/traits-system/0.0.19/types/error.raml +0 -12
- package/demo/apis/SE-11508/exchange_modules2/26d603ba-9696-4993-b97e-f568e49c27ac/traits-system/0.0.19/underwriting.raml +0 -11
- package/demo/apis/SE-11508/exchange_modules2/26d603ba-9696-4993-b97e-f568e49c27ac/traits-system/0.0.19/update.raml +0 -48
- package/demo/apis/SE-11508/model-system/api-headers.raml +0 -8
- package/demo/apis/SE-11508/model-system/api-strict-headers.raml +0 -25
- package/demo/apis/SE-11508/model-system/change-credentials-type.raml +0 -11
- package/demo/apis/SE-11508/model-system/convert-aggregator-quote-types.raml +0 -25
- package/demo/apis/SE-11508/model-system/create-quote-types.raml +0 -35
- package/demo/apis/SE-11508/model-system/customer-accounts-types.raml +0 -57
- package/demo/apis/SE-11508/model-system/ping-error-messages-types.raml +0 -17
- package/demo/apis/SE-11508/model-system/ping-validate-credentials.raml +0 -16
- package/demo/apis/SE-11508/model-system/retrieve-quotes-types.raml +0 -40
- package/demo/apis/SE-12042/SE-12042.raml +0 -52
- package/demo/apis/SE-12042/dataTypes/CheckAPIStatus.raml +0 -25
- package/demo/apis/SE-12042/examples/CheckAPIStatusExample1.raml +0 -7
- package/demo/apis/SE-12042/examples/CheckAPIStatusExample2.raml +0 -7
- package/demo/apis/SE-12042/securitySchemes/x-clientIdSecret.raml +0 -18
- package/demo/apis/SE-12224/SE-12224.raml +0 -89
- package/demo/apis/SE-12224/dataTypes/product.raml +0 -15
- package/demo/apis/SE-12224/dataTypes/products.raml +0 -5
- package/demo/apis/SE-12224/examples/product.json +0 -8
- package/demo/apis/SE-12224/examples/products.json +0 -8
- package/demo/apis/SE-12224/exchange_modules/ae8da8e3-99e3-4a45-acfa-86136e9d991f/ashley-base/1.0.2/error.raml +0 -14
- package/demo/apis/SE-12224/exchange_modules/ae8da8e3-99e3-4a45-acfa-86136e9d991f/ashley-base/1.0.2/examples/error.json +0 -13
- package/demo/apis/SE-12224/exchange_modules/ae8da8e3-99e3-4a45-acfa-86136e9d991f/ashley-base/1.0.2/examples/innerError.json +0 -7
- package/demo/apis/SE-12224/exchange_modules/ae8da8e3-99e3-4a45-acfa-86136e9d991f/ashley-base/1.0.2/exchange.json +0 -1
- package/demo/apis/SE-12224/exchange_modules/ae8da8e3-99e3-4a45-acfa-86136e9d991f/ashley-base/1.0.2/innerError.raml +0 -20
- package/demo/apis/SE-12224/exchange_modules/ae8da8e3-99e3-4a45-acfa-86136e9d991f/ashley-base/1.0.2/orderable.raml +0 -13
- package/demo/apis/SE-12224/exchange_modules/ae8da8e3-99e3-4a45-acfa-86136e9d991f/ashley-base/1.0.2/pageable.raml +0 -15
- package/demo/apis/SE-12224/exchange_modules/ae8da8e3-99e3-4a45-acfa-86136e9d991f/ashley-base/1.0.2/searchable.raml +0 -8
- package/demo/apis/SE-12224/exchange_modules/ae8da8e3-99e3-4a45-acfa-86136e9d991f/ashley-base/1.0.2/secured-by-aad-oauth2.raml +0 -15
- package/demo/apis/SE-12224/exchange_modules/ae8da8e3-99e3-4a45-acfa-86136e9d991f/ashley-base/1.0.2/secured-by-basic-authentication.raml +0 -10
- package/demo/apis/SE-12224/exchange_modules/ae8da8e3-99e3-4a45-acfa-86136e9d991f/ashley-base/1.0.2/secured-by-client-id-secret.raml +0 -15
- package/demo/apis/SE-12224/exchange_modules/ae8da8e3-99e3-4a45-acfa-86136e9d991f/ashley-base/1.0.2/secured-by-mule-oauth2.raml +0 -15
- package/demo/apis/SE-12291/SE-12291.json +0 -357
- package/demo/apis/SE-12752/SE-12752.raml +0 -36
- package/demo/apis/SE-12957/SE-12957.json +0 -741
- package/demo/apis/SE-12959/SE-12959.json +0 -741
- package/demo/apis/SE-17897/SE-17897.yaml +0 -21
- package/demo/apis/SE-19215/SE-19215.raml +0 -7
- package/demo/apis/SE-19500/SE-19500.raml +0 -95
- package/demo/apis/SE-19500/docs/home.md +0 -1
- package/demo/apis/SE-19500/modules/canada-commons/canda-commons.raml +0 -64
- package/demo/apis/SE-19500/modules/canada-commons/ref/log-levels-example.json +0 -3
- package/demo/apis/SE-19500/modules/canada-commons/ref/log-levels-response-example.json +0 -3
- package/demo/apis/SE-19500/modules/canada-commons/ref/log-levels-response-schema.json +0 -10
- package/demo/apis/SE-19500/modules/canada-commons/ref/log-levels-schema.json +0 -30
- package/demo/apis/SE-19500/modules/canada-commons/ref/ping-example.json +0 -7
- package/demo/apis/SE-19500/modules/canada-commons/ref/ping-schema.json +0 -49
- package/demo/apis/SE-19500/modules/canda-mule4-example-data-types/api.raml +0 -6
- package/demo/apis/SE-19500/modules/canda-mule4-example-data-types/examples/greeting-example.json +0 -4
- package/demo/apis/SE-19500/modules/canda-mule4-example-data-types/examples/greetings-example.json +0 -15
- package/demo/apis/SE-19500/modules/canda-mule4-example-data-types/types/greeting-schema.json +0 -22
- package/demo/apis/SE-19500/modules/canda-mule4-example-data-types/types/greetings-schema.json +0 -34
- package/demo/apis/SE-19500/ref/companies-example.json +0 -14
- package/demo/apis/SE-19500/ref/companies-schema.json +0 -70
- package/demo/apis/Streetlights/streetlights.yaml +0 -36
- package/demo/apis/aap-1698/aap-1698.raml +0 -26
- package/demo/apis/amf-helper-api/amf-helper-api.raml +0 -1024
- package/demo/apis/amf-helper-api/examples/comment-example.json +0 -42
- package/demo/apis/amf-helper-api/examples/commentCreateRequest-example.json +0 -7
- package/demo/apis/amf-helper-api/examples/commentList-example.json +0 -48
- package/demo/apis/amf-helper-api/examples/person.json +0 -14
- package/demo/apis/amf-helper-api/examples/person.raml +0 -13
- package/demo/apis/amf-helper-api/examples/person.xml +0 -14
- package/demo/apis/amf-helper-api/libraries/comment-lib.raml +0 -143
- package/demo/apis/amf-helper-api/library.raml +0 -7
- package/demo/apis/amf-helper-api/schemas/person.json +0 -104
- package/demo/apis/amf-helper-api/schemas/person.xsd +0 -26
- package/demo/apis/amf-helper-api/traits/file.raml +0 -33
- package/demo/apis/amf-helper-api/traits/pagination.raml +0 -80
- package/demo/apis/amf-helper-api/traits/results.raml +0 -19
- package/demo/apis/amf-helper-api/traits/visibility.raml +0 -14
- package/demo/apis/amf-helper-api/types/app-person.raml +0 -101
- package/demo/apis/amf-helper-api/types/dimensions.raml +0 -24
- package/demo/apis/amf-helper-api/types/external-type.raml +0 -7
- package/demo/apis/amf-helper-api/types/image.raml +0 -23
- package/demo/apis/amf-helper-api/types/product.raml +0 -52
- package/demo/apis/amf-helper-api/types/resource.raml +0 -11
- package/demo/apis/amf-helper-api/types/standard-request.raml +0 -50
- package/demo/apis/amf-helper-api/types/user.raml +0 -37
- package/demo/apis/annotated-api/annotated-api.raml +0 -82
- package/demo/apis/annotated-parameters/annotated-parameters.raml +0 -18
- package/demo/apis/anyOf/anyOf.yaml +0 -37
- package/demo/apis/api-keys/api-keys.yaml +0 -85
- package/demo/apis/apic-169/apic-169.raml +0 -28
- package/demo/apis/apic-83/apic-83.raml +0 -32
- package/demo/apis/appian-api/appian-api.raml +0 -184
- package/demo/apis/array-body/array-body.raml +0 -23
- package/demo/apis/async-api/async-api.yaml +0 -96
- package/demo/apis/demo-api/demo-api.raml +0 -1425
- package/demo/apis/demo-api/examples/e400.xml +0 -4
- package/demo/apis/demo-api/examples/e401.xml +0 -4
- package/demo/apis/demo-api/examples/e404.xml +0 -4
- package/demo/apis/demo-api/examples/image.xml +0 -5
- package/demo/apis/demo-api/examples/messages-example.json +0 -22
- package/demo/apis/demo-api/examples/messages-sent-example.json +0 -15
- package/demo/apis/demo-api/examples/person.json +0 -14
- package/demo/apis/demo-api/examples/person.raml +0 -14
- package/demo/apis/demo-api/examples/person.url.encoded +0 -1
- package/demo/apis/demo-api/examples/person.xml +0 -14
- package/demo/apis/demo-api/examples/product.xml +0 -9
- package/demo/apis/demo-api/library/demo-types.raml +0 -44
- package/demo/apis/demo-api/library.raml +0 -36
- package/demo/apis/demo-api/resourceTypes/app-person.raml +0 -111
- package/demo/apis/demo-api/resourceTypes/example-types.raml +0 -45
- package/demo/apis/demo-api/resourceTypes/image.raml +0 -23
- package/demo/apis/demo-api/resourceTypes/message-sent-type.raml +0 -23
- package/demo/apis/demo-api/resourceTypes/message-type.raml +0 -33
- package/demo/apis/demo-api/resourceTypes/product.raml +0 -52
- package/demo/apis/demo-api/resourceTypes/resource.raml +0 -11
- package/demo/apis/demo-api/schemas/error-response.xsd +0 -11
- package/demo/apis/demo-api/schemas/image.xsd +0 -11
- package/demo/apis/demo-api/schemas/person.json +0 -104
- package/demo/apis/demo-api/schemas/person.xsd +0 -26
- package/demo/apis/demo-api/schemas/product.xsd +0 -17
- package/demo/apis/demo-api/securitySchemes/basic.raml +0 -5
- package/demo/apis/demo-api/securitySchemes/oauth-2-custom-settings.raml +0 -143
- package/demo/apis/demo-api/securitySchemes/oauth2-header-delivery.raml +0 -13
- package/demo/apis/demo-api/securitySchemes/oauth2-no-delivery.raml +0 -8
- package/demo/apis/demo-api/securitySchemes/oauth2-no-grants.raml +0 -12
- package/demo/apis/demo-api/securitySchemes/oauth2-pkce.raml +0 -13
- package/demo/apis/demo-api/securitySchemes/oauth2-query-delivery.raml +0 -13
- package/demo/apis/demo-api/securitySchemes/oauth_1_0.raml +0 -8
- package/demo/apis/demo-api/securitySchemes/oauth_1_0_no-settings.raml +0 -3
- package/demo/apis/demo-api/securitySchemes/oauth_1_0_no-signature.raml +0 -7
- package/demo/apis/demo-api/securitySchemes/oauth_1_0_signature.raml +0 -8
- package/demo/apis/demo-api/securitySchemes/oauth_2_0.raml +0 -29
- package/demo/apis/demo-api/securitySchemes/passthrough-querystring.raml +0 -16
- package/demo/apis/demo-api/securitySchemes/passthrough.raml +0 -24
- package/demo/apis/demo-api/securitySchemes/x-custom.raml +0 -33
- package/demo/apis/demo-api/securitySchemes/x-other.raml +0 -29
- package/demo/apis/demo-api/securitySchemes/x-query-string.raml +0 -16
- package/demo/apis/demo-api/traits/adminable.raml +0 -23
- package/demo/apis/demo-api/traits/pagination.raml +0 -83
- package/demo/apis/demo-api/traits/rate-limited.raml +0 -9
- package/demo/apis/demo-api/types/DemoPerson.raml +0 -67
- package/demo/apis/demo-document/demo-document.raml +0 -21
- package/demo/apis/documentation-fragment/documentation-fragment.raml +0 -76
- package/demo/apis/documented-api/documented-api.raml +0 -29
- package/demo/apis/enum-test/enum-test.raml +0 -64
- package/demo/apis/example-fragment/example-fragment.raml +0 -8
- package/demo/apis/examples-api/Address-1.0.raml +0 -75
- package/demo/apis/examples-api/CompanyIdentification-1.0.raml +0 -48
- package/demo/apis/examples-api/CompanyProfile-1.0.raml +0 -14
- package/demo/apis/examples-api/CompanyProfileBase-1.0.raml +0 -48
- package/demo/apis/examples-api/contact-email-example.raml +0 -6
- package/demo/apis/examples-api/contact-example.raml +0 -7
- package/demo/apis/examples-api/contact-fax-example.raml +0 -7
- package/demo/apis/examples-api/contact-website-example.raml +0 -4
- package/demo/apis/examples-api/example-1.raml +0 -7
- package/demo/apis/examples-api/example-2.raml +0 -12
- package/demo/apis/examples-api/example-3.raml +0 -5
- package/demo/apis/examples-api/example-4.raml +0 -3
- package/demo/apis/examples-api/example-5.raml +0 -5
- package/demo/apis/examples-api/example-6.raml +0 -3
- package/demo/apis/examples-api/example-7.raml +0 -7
- package/demo/apis/examples-api/example.json +0 -14
- package/demo/apis/examples-api/example.xml +0 -15
- package/demo/apis/examples-api/example.xsd +0 -26
- package/demo/apis/examples-api/examples/Address_BE_Example-1.0.raml +0 -10
- package/demo/apis/examples-api/examples/Address_GB_Example-1.0.raml +0 -8
- package/demo/apis/examples-api/examples/Address_NL_Example-1.0.raml +0 -8
- package/demo/apis/examples-api/examples/Addresses_BE_Example-1.0.raml +0 -11
- package/demo/apis/examples-api/examples/Addresses_GB_Example-1.0.raml +0 -9
- package/demo/apis/examples-api/examples/Addresses_NL_Example-1.0.raml +0 -17
- package/demo/apis/examples-api/examples/CompanyIdentification_BE_Example-1.0.raml +0 -7
- package/demo/apis/examples-api/examples/CompanyIdentification_GB_Example-1.0.raml +0 -7
- package/demo/apis/examples-api/examples/CompanyIdentification_NL_BranchId_Example-1.0.raml +0 -7
- package/demo/apis/examples-api/examples/CompanyIdentification_NL_Example-1.0.raml +0 -7
- package/demo/apis/examples-api/examples/CompanyIdentification_NL_GY-Holding_Example-1.0.raml +0 -6
- package/demo/apis/examples-api/examples/CompanyLegalForm_BE_Example-1.0.raml +0 -3
- package/demo/apis/examples-api/examples/CompanyLegalForm_GB_Example-1.0.raml +0 -3
- package/demo/apis/examples-api/examples/CompanyLegalForm_NL_Example-1.0.raml +0 -3
- package/demo/apis/examples-api/examples/CompanyProfile_BE_Example-1.0.raml +0 -14
- package/demo/apis/examples-api/examples/CompanyProfile_GB_Example-1.0.raml +0 -11
- package/demo/apis/examples-api/examples/CompanyProfile_NL_Example-1.0.raml +0 -12
- package/demo/apis/examples-api/examples/Company_BE_Example-1.0.raml +0 -3
- package/demo/apis/examples-api/examples/Company_GB_Example-1.0.raml +0 -3
- package/demo/apis/examples-api/examples/Company_NL_Example-1.0.raml +0 -3
- package/demo/apis/examples-api/examples-api.raml +0 -313
- package/demo/apis/examples-api/linked-named-example.raml +0 -22
- package/demo/apis/examples-api/named-example-with-link.raml +0 -3
- package/demo/apis/examples-api/named-example.raml +0 -7
- package/demo/apis/examples-api/type-with-linked-examples.raml +0 -15
- package/demo/apis/examples-api/user-json-example.raml +0 -17
- package/demo/apis/examples-api/user-raml-example.raml +0 -37
- package/demo/apis/examples-api/user.json +0 -8
- package/demo/apis/examples-api/user.raml +0 -18
- package/demo/apis/examples-api/users-json-example.raml +0 -17
- package/demo/apis/examples-api/users-raml-example.raml +0 -32
- package/demo/apis/examples-api/users.json +0 -8
- package/demo/apis/expanded-api/expanded-api.raml +0 -8
- package/demo/apis/ext-docs/ext-docs.yaml +0 -15
- package/demo/apis/flattened-api/flattened-api.raml +0 -8
- package/demo/apis/google-drive-api/docs/api/headline.md +0 -1
- package/demo/apis/google-drive-api/docs/search-for-file.md +0 -176
- package/demo/apis/google-drive-api/docs/upload-files.md +0 -268
- package/demo/apis/google-drive-api/docs/uploadApi/headline.md +0 -1
- package/demo/apis/google-drive-api/docs/work-with-folders.md +0 -307
- package/demo/apis/google-drive-api/examples/about-example.json +0 -470
- package/demo/apis/google-drive-api/examples/app-example.json +0 -100
- package/demo/apis/google-drive-api/examples/app-list-example.json +0 -108
- package/demo/apis/google-drive-api/examples/change-example.json +0 -91
- package/demo/apis/google-drive-api/examples/changeList-example.json +0 -351
- package/demo/apis/google-drive-api/examples/channel-example.json +0 -8
- package/demo/apis/google-drive-api/examples/childList-example.json +0 -15
- package/demo/apis/google-drive-api/examples/childReference-example.json +0 -6
- package/demo/apis/google-drive-api/examples/comment-example.json +0 -42
- package/demo/apis/google-drive-api/examples/comment-reply-update-response.json +0 -18
- package/demo/apis/google-drive-api/examples/commentCreateRequest-example.json +0 -7
- package/demo/apis/google-drive-api/examples/commentList-example.json +0 -48
- package/demo/apis/google-drive-api/examples/commentReply-example.json +0 -17
- package/demo/apis/google-drive-api/examples/commentReplyList-example.json +0 -21
- package/demo/apis/google-drive-api/examples/commentReplyRequest-example.json +0 -4
- package/demo/apis/google-drive-api/examples/file-example.json +0 -92
- package/demo/apis/google-drive-api/examples/fileList-example.json +0 -98
- package/demo/apis/google-drive-api/examples/newFileRequest-example.json +0 -29
- package/demo/apis/google-drive-api/examples/parentList-example.json +0 -14
- package/demo/apis/google-drive-api/examples/parentReference-example.json +0 -7
- package/demo/apis/google-drive-api/examples/permission-example.json +0 -18
- package/demo/apis/google-drive-api/examples/permissionId-example.json +0 -4
- package/demo/apis/google-drive-api/examples/permissionList-example.json +0 -17
- package/demo/apis/google-drive-api/examples/permissionRequest-example.json +0 -9
- package/demo/apis/google-drive-api/examples/permissionUpdateRequest-example.json +0 -9
- package/demo/apis/google-drive-api/examples/property-example.json +0 -8
- package/demo/apis/google-drive-api/examples/propertyList-example.json +0 -13
- package/demo/apis/google-drive-api/examples/revision-example.json +0 -30
- package/demo/apis/google-drive-api/examples/revisionList-example.json +0 -35
- package/demo/apis/google-drive-api/examples/revisionUpdateRequest-example.json +0 -6
- package/demo/apis/google-drive-api/examples/stopWatchingRequest-example.json +0 -4
- package/demo/apis/google-drive-api/examples/watchRequest-example.json +0 -7
- package/demo/apis/google-drive-api/google-drive-api.raml +0 -1118
- package/demo/apis/google-drive-api/libraries/about-lib.raml +0 -121
- package/demo/apis/google-drive-api/libraries/annotations.raml +0 -4
- package/demo/apis/google-drive-api/libraries/app-lib.raml +0 -134
- package/demo/apis/google-drive-api/libraries/child-lib.raml +0 -53
- package/demo/apis/google-drive-api/libraries/comment-lib.raml +0 -145
- package/demo/apis/google-drive-api/libraries/file-lib.raml +0 -517
- package/demo/apis/google-drive-api/libraries/parent-lib.raml +0 -52
- package/demo/apis/google-drive-api/libraries/permission-lib.raml +0 -146
- package/demo/apis/google-drive-api/libraries/properties-lib.raml +0 -44
- package/demo/apis/google-drive-api/libraries/revision-lib.raml +0 -116
- package/demo/apis/google-drive-api/libraries/watch-lib.raml +0 -128
- package/demo/apis/google-drive-api/securitySchemes/oauth_2_0.raml +0 -25
- package/demo/apis/google-drive-api/traits/file.raml +0 -33
- package/demo/apis/google-drive-api/traits/results.raml +0 -19
- package/demo/apis/google-drive-api/traits/visibility.raml +0 -17
- package/demo/apis/google-drive-api/types/additional-role-info.raml +0 -12
- package/demo/apis/google-drive-api/types/channels-stop.raml +0 -11
- package/demo/apis/google-drive-api/types/export-format.raml +0 -11
- package/demo/apis/google-drive-api/types/feature.raml +0 -11
- package/demo/apis/google-drive-api/types/file-capabilities.raml +0 -69
- package/demo/apis/google-drive-api/types/file-labels.raml +0 -35
- package/demo/apis/google-drive-api/types/icon.raml +0 -25
- package/demo/apis/google-drive-api/types/import-format.raml +0 -11
- package/demo/apis/google-drive-api/types/new-drive-file.raml +0 -48
- package/demo/apis/google-drive-api/types/owners.raml +0 -32
- package/demo/apis/google-drive-api/types/picture.raml +0 -9
- package/demo/apis/google-drive-api/types/property.raml +0 -25
- package/demo/apis/google-drive-api/types/resource.raml +0 -28
- package/demo/apis/google-drive-api/types/role-set.raml +0 -11
- package/demo/apis/google-drive-api/types/service-quota.raml +0 -10
- package/demo/apis/google-drive-api/types/standard-request.raml +0 -51
- package/demo/apis/google-drive-api/types/team-drive-list.raml +0 -18
- package/demo/apis/google-drive-api/types/team-drive.raml +0 -59
- package/demo/apis/google-drive-api/types/thumbnail.raml +0 -14
- package/demo/apis/google-drive-api/types/upload-size.raml +0 -12
- package/demo/apis/google-drive-api/types/user.raml +0 -37
- package/demo/apis/httpbin/httpbin.json +0 -1836
- package/demo/apis/lib-fragment/lib-fragment.raml +0 -55
- package/demo/apis/loan-ms/loan-microservice.json +0 -699
- package/demo/apis/missing-endpoints/missing-endpoints.raml +0 -34
- package/demo/apis/mocking-service/mocking-service.raml +0 -149
- package/demo/apis/modular-api/models/ecommerce-canonical.raml +0 -89
- package/demo/apis/modular-api/models/ecommerce.raml +0 -36
- package/demo/apis/modular-api/models/things.raml +0 -32
- package/demo/apis/modular-api/modular-api.raml +0 -12
- package/demo/apis/multi-server/multi-server.yaml +0 -128
- package/demo/apis/multiple-servers/multiple-servers.yaml +0 -112
- package/demo/apis/navigation-api/library.raml +0 -7
- package/demo/apis/navigation-api/navigation-api.raml +0 -357
- package/demo/apis/navigation-api/types/app-person.raml +0 -101
- package/demo/apis/navigation-api/types/image.raml +0 -23
- package/demo/apis/navigation-api/types/product.raml +0 -52
- package/demo/apis/navigation-api/types/resource.raml +0 -11
- package/demo/apis/new-oas3-types/new-oas3-types.yaml +0 -84
- package/demo/apis/nexmo-sms-api/nexmo-sms-api.raml +0 -488
- package/demo/apis/no-endpoints/no-endpoints.raml +0 -14
- package/demo/apis/no-server/no-server.raml +0 -27
- package/demo/apis/no-servers-api/no-servers-api.yaml +0 -31
- package/demo/apis/not-schema/not-schema.yaml +0 -38
- package/demo/apis/oas-3-api/oas-3-api.yaml +0 -356
- package/demo/apis/oas-api/LoanMicrosrvice.yaml +0 -339
- package/demo/apis/oas-api/Petstore-v2.yaml +0 -144
- package/demo/apis/oas-api/Petstore.raml +0 -106
- package/demo/apis/oas-api/UBER.raml +0 -274
- package/demo/apis/oas-api/UBER.yaml +0 -272
- package/demo/apis/oas-api/petstore-expanded.raml +0 -141
- package/demo/apis/oas-api/petstore-expanded.yaml +0 -139
- package/demo/apis/oas-api/read-only-properties.yaml +0 -42
- package/demo/apis/oas-bearer/oas-bearer.yaml +0 -45
- package/demo/apis/oas-callbacks/oas-callbacks.yaml +0 -150
- package/demo/apis/oas-demo/oas-demo.yaml +0 -94
- package/demo/apis/oauth-flows/oauth-flows.yaml +0 -61
- package/demo/apis/oauth-pkce/oauth-2-pkce.raml +0 -33
- package/demo/apis/oauth-pkce/oauth-pkce.raml +0 -22
- package/demo/apis/oauth1-fragment/oauth1-fragment.raml +0 -7
- package/demo/apis/oauth2-fragment/oauth2-fragment.raml +0 -30
- package/demo/apis/petstore/petstore.yaml +0 -954
- package/demo/apis/prevent-xss/prevent-xss.json +0 -20
- package/demo/apis/rearrange-api/rearrange-api.raml +0 -32
- package/demo/apis/secured-api/oauth-2-custom-settings.raml +0 -143
- package/demo/apis/secured-api/oauth2-header-delivery.raml +0 -13
- package/demo/apis/secured-api/oauth2-no-delivery.raml +0 -8
- package/demo/apis/secured-api/oauth2-no-grants.raml +0 -12
- package/demo/apis/secured-api/oauth2-pkce.raml +0 -13
- package/demo/apis/secured-api/oauth2-query-delivery.raml +0 -13
- package/demo/apis/secured-api/oauth_1_0.raml +0 -8
- package/demo/apis/secured-api/oauth_1_0_no-settings.raml +0 -3
- package/demo/apis/secured-api/oauth_1_0_no-signature.raml +0 -7
- package/demo/apis/secured-api/oauth_1_0_signature.raml +0 -8
- package/demo/apis/secured-api/passthrough-querystring.raml +0 -16
- package/demo/apis/secured-api/passthrough.raml +0 -24
- package/demo/apis/secured-api/secured-api.raml +0 -231
- package/demo/apis/secured-api/x-custom.raml +0 -33
- package/demo/apis/secured-api/x-other.raml +0 -29
- package/demo/apis/secured-api/x-query-string.raml +0 -16
- package/demo/apis/secured-unions/secured-unions.yaml +0 -95
- package/demo/apis/security-api/oauth-2-custom-settings.raml +0 -154
- package/demo/apis/security-api/readme.md +0 -1
- package/demo/apis/security-api/security/basic.raml +0 -13
- package/demo/apis/security-api/security/digest.raml +0 -5
- package/demo/apis/security-api/security/oauth_1_0.raml +0 -27
- package/demo/apis/security-api/security/oauth_2_0.raml +0 -30
- package/demo/apis/security-api/security/oauth_2_0_no_scopes.raml +0 -29
- package/demo/apis/security-api/security/other-oauth_1_0.raml +0 -29
- package/demo/apis/security-api/security/passthrough.raml +0 -12
- package/demo/apis/security-api/security/x-custom.raml +0 -26
- package/demo/apis/security-api/security/x-other.raml +0 -29
- package/demo/apis/security-api/security-api.raml +0 -89
- package/demo/apis/servers-api/servers-api.yaml +0 -80
- package/demo/apis/simple-api/simple-api.raml +0 -12
- package/demo/apis/steveTest-1/exchange.json +0 -6
- package/demo/apis/steveTest-1/schemas/schema-termsConditionsAccept.json +0 -43
- package/demo/apis/steveTest-1/schemas_response/schema-termsConditionsAccept-Get.json +0 -24
- package/demo/apis/steveTest-1/stevetest.json +0 -167
- package/demo/apis/steveTest-1/traits/response-errors.json +0 -123
- package/demo/apis/steveTest-1/traits/schema-response-errors.json +0 -35
- package/demo/apis/streetlights2/streetlights2.yaml +0 -213
- package/demo/apis/tracked-examples/datatypes/employee.raml +0 -5
- package/demo/apis/tracked-examples/examples/employee.raml +0 -4
- package/demo/apis/tracked-examples/examples/employees.raml +0 -8
- package/demo/apis/tracked-examples/tracked-to-linked.raml +0 -28
- package/demo/apis/type-fragment/type-fragment.raml +0 -96
- package/demo/apis/types-list/exchange.json +0 -1
- package/demo/apis/types-list/library.raml +0 -7
- package/demo/apis/types-list/typeFromDataTypeFile.raml +0 -6
- package/demo/apis/types-list/types-list.raml +0 -38
- package/demo/apis/unordered-endpoints/unordered-endpoints.raml +0 -11
- package/demo/lib/DemoBindings.ts +0 -38
- package/demo/lib/amf/AmfPartialGraphStore.ts +0 -305
- package/demo/lib/amf/AmfPartialModel.ts +0 -690
- package/demo/lib/amf/ApiExamples.ts +0 -3270
- package/demo/lib/io/ApiStore.ts +0 -16
- package/demo/lib/io/SharedWorkerThread.ts +0 -31
- package/demo/lib/io/main.ts +0 -23
- package/demo/model.js +0 -203
- package/demo/store/IpAddress.js +0 -15
- package/demo/store/StorePlugin.js +0 -18
- package/demo/stores.md +0 -5
- package/dev/amf-server/AmfParser.js +0 -144
- package/dev/amf-server/AmfService.js +0 -136
- package/dev/amf-server/ApiError.js +0 -10
- package/dev/amf-server/ParserProcess.js +0 -101
- package/dev/amf-server/api.js +0 -146
- package/dev/types.d.ts +0 -28
- package/src/amf/lib/AmfInputParser.ts +0 -254
- package/src/amf/lib/AmfParameters.ts +0 -814
- package/src/amf/lib/AmfSecurity.ts +0 -45
- package/src/amf/lib/InputCache.ts +0 -100
- package/src/amf/lib/Oauth2RamlCustomData.ts +0 -265
- package/src/amf/lib/PayloadUtils.ts +0 -87
- package/src/amf/lib/QueryParameterProcessor.ts +0 -186
- package/src/amf/lib/UrlUtils.ts +0 -213
- package/src/amf/lib/Utils.ts +0 -220
- package/src/amf/lib/navigation-layout/ApiSorting.ts +0 -20
- package/src/amf/lib/navigation-layout/EndpointsTree.ts +0 -189
- package/src/amf/lib/navigation-layout/NaturalTree.ts +0 -100
- package/src/amf/plugins/ApiNavigationCommands.ts +0 -73
- package/src/amf/plugins/ApiNavigationContextMenu.ts +0 -43
- package/src/amf/store/AmfGraphStore.ts +0 -69
- package/src/amf/store/AmfStore.ts +0 -216
- package/src/amf/store/DomEventsAmfStore.ts +0 -4
- package/src/amf/store/InMemAmfGraphStore.ts +0 -630
- package/src/amf/store/Readme.md +0 -40
- package/src/amf/store/mixins/AmfStoreDomEventsMixin.ts +0 -132
- package/src/amf/types.ts +0 -359
- package/src/define/amf/api-annotation-document.ts +0 -14
- package/src/define/amf/api-authorization-editor.ts +0 -14
- package/src/define/amf/api-channel-document.ts +0 -14
- package/src/define/amf/api-documentation-document.ts +0 -14
- package/src/define/amf/api-documentation.ts +0 -14
- package/src/define/amf/api-navigation.ts +0 -14
- package/src/define/amf/api-operation-document.ts +0 -14
- package/src/define/amf/api-parameter-document.ts +0 -14
- package/src/define/amf/api-parametrized-security-scheme.ts +0 -14
- package/src/define/amf/api-payload-document.ts +0 -14
- package/src/define/amf/api-request-document.ts +0 -14
- package/src/define/amf/api-request-editor.ts +0 -14
- package/src/define/amf/api-request.ts +0 -14
- package/src/define/amf/api-resource-document.ts +0 -14
- package/src/define/amf/api-response-document.ts +0 -14
- package/src/define/amf/api-schema-document.ts +0 -14
- package/src/define/amf/api-security-document.ts +0 -14
- package/src/define/amf/api-security-requirement-document.ts +0 -14
- package/src/define/amf/api-server-picker.ts +0 -14
- package/src/define/amf/api-summary.ts +0 -14
- package/src/define/amf/authorization/amf-apikey-authorization.ts +0 -15
- package/src/define/amf/authorization/amf-basic-authorization.ts +0 -15
- package/src/define/amf/authorization/amf-bearer-authorization.ts +0 -15
- package/src/define/amf/authorization/amf-oauth2-authorization.ts +0 -18
- package/src/define/amf/authorization/amf-oidc-authorization.ts +0 -18
- package/src/define/amf/authorization/amf-passthrough-authorization.ts +0 -15
- package/src/define/amf/authorization/amf-ramlcustom-authorization.ts +0 -15
- package/src/elements/amf/ApiAnnotationDocument.element.ts +0 -181
- package/src/elements/amf/ApiAnnotationDocument.styles.ts +0 -46
- package/src/elements/amf/ApiAuthorizationEditor.element.ts +0 -364
- package/src/elements/amf/ApiAuthorizationEditor.styles.ts +0 -25
- package/src/elements/amf/ApiChannelDocument.element.ts +0 -89
- package/src/elements/amf/ApiDocumentation.element.ts +0 -642
- package/src/elements/amf/ApiDocumentation.styles.ts +0 -11
- package/src/elements/amf/ApiDocumentationBase.ts +0 -296
- package/src/elements/amf/ApiDocumentationDocument.element.ts +0 -85
- package/src/elements/amf/ApiDocumentationDocument.styles.ts +0 -32
- package/src/elements/amf/ApiNavigation.element.ts +0 -2285
- package/src/elements/amf/ApiNavigation.styles.ts +0 -159
- package/src/elements/amf/ApiOperationDocument.element.ts +0 -978
- package/src/elements/amf/ApiOperationDocument.styles.ts +0 -67
- package/src/elements/amf/ApiParameterDocument.element.ts +0 -105
- package/src/elements/amf/ApiParameterDocument.styles.ts +0 -15
- package/src/elements/amf/ApiParametrizedSecurityScheme.element.ts +0 -72
- package/src/elements/amf/ApiParametrizedSecurityScheme.styles.ts +0 -4
- package/src/elements/amf/ApiPayloadDocument.element.ts +0 -128
- package/src/elements/amf/ApiPayloadDocument.styles.ts +0 -15
- package/src/elements/amf/ApiRequest.element.ts +0 -260
- package/src/elements/amf/ApiRequest.styles.ts +0 -11
- package/src/elements/amf/ApiRequestDocument.element.ts +0 -388
- package/src/elements/amf/ApiRequestDocument.styles.ts +0 -13
- package/src/elements/amf/ApiRequestEditor.element.ts +0 -1773
- package/src/elements/amf/ApiRequestEditor.styles.ts +0 -160
- package/src/elements/amf/ApiResourceDocument.element.ts +0 -682
- package/src/elements/amf/ApiResourceDocument.styles.ts +0 -91
- package/src/elements/amf/ApiResponseDocument.element.ts +0 -290
- package/src/elements/amf/ApiResponseDocument.styles.ts +0 -41
- package/src/elements/amf/ApiSchemaDocument.element.ts +0 -786
- package/src/elements/amf/ApiSchemaDocument.styles.ts +0 -41
- package/src/elements/amf/ApiSecurityDocument.element.ts +0 -607
- package/src/elements/amf/ApiSecurityDocument.styles.ts +0 -89
- package/src/elements/amf/ApiSecurityRequirementDocument.element.ts +0 -72
- package/src/elements/amf/ApiSecurityRequirementDocument.styles.ts +0 -7
- package/src/elements/amf/ApiServerPicker.element.ts +0 -690
- package/src/elements/amf/ApiServerPicker.styles.ts +0 -25
- package/src/elements/amf/ApiSummary.element.ts +0 -387
- package/src/elements/amf/ApiSummary.styles.ts +0 -192
- package/src/elements/amf/SchemaCommonTemplates.ts +0 -563
- package/src/elements/amf/authorization/AmfApiKey.ts +0 -250
- package/src/elements/amf/authorization/AmfBasic.ts +0 -77
- package/src/elements/amf/authorization/AmfBearer.ts +0 -63
- package/src/elements/amf/authorization/AmfOauth2.ts +0 -830
- package/src/elements/amf/authorization/AmfOidc.ts +0 -66
- package/src/elements/amf/authorization/AmfPassThrough.ts +0 -261
- package/src/elements/amf/authorization/AmfRamlCustom.ts +0 -291
- package/src/elements/amf/authorization/Authorization.styles.ts +0 -40
- package/src/elements/amf/styles/AuthorizationMethod.ts +0 -46
- package/src/elements/amf/styles/Common.ts +0 -150
- package/src/elements/amf/styles/SchemaCommon.ts +0 -376
- package/src/events/amf/ApiEvents.ts +0 -47
- package/src/events/amf/BaseEvents.ts +0 -96
- package/src/events/amf/DocumentationEvents.ts +0 -29
- package/src/events/amf/EndpointEvents.ts +0 -37
- package/src/events/amf/EventTypes.ts +0 -64
- package/src/events/amf/Events.ts +0 -39
- package/src/events/amf/NavigationEvents.ts +0 -86
- package/src/events/amf/OperationEvents.ts +0 -29
- package/src/events/amf/PayloadEvents.ts +0 -18
- package/src/events/amf/ReportingEvents.ts +0 -28
- package/src/events/amf/RequestEvents.ts +0 -16
- package/src/events/amf/ResponseEvents.ts +0 -18
- package/src/events/amf/SecurityEvents.ts +0 -60
- package/src/events/amf/ServerEvents.ts +0 -94
- package/src/events/amf/StoreEvents.ts +0 -16
- package/src/events/amf/TelemetryEvents.ts +0 -115
- package/src/events/amf/TypeEvents.ts +0 -28
- package/test/amf/AmfLoader.ts +0 -575
- package/test/amf/MonacoSetup.ts +0 -63
- package/test/amf/authorization/ApiAuthorizationEditorElement.oas.test.ts +0 -253
- package/test/amf/authorization/ApiAuthorizationEditorElement.raml.test.ts +0 -477
- package/test/amf/authorization/ApiKeyMethod.test.ts +0 -160
- package/test/amf/authorization/CustomMethod.test.ts +0 -306
- package/test/amf/authorization/OAuth2-21143.test.ts +0 -40
- package/test/amf/authorization/OAuth2-flows.test.ts +0 -99
- package/test/amf/authorization/OAuth2-pkce.test.ts +0 -39
- package/test/amf/authorization/OAuth2Method.test.ts +0 -369
- package/test/amf/authorization/PassThroughMethod.test.ts +0 -180
- package/test/amf/elements/ApiAnnotationDocumentElement.test.ts +0 -123
- package/test/amf/elements/ApiDocumentationDocumentElement.test.ts +0 -153
- package/test/amf/elements/ApiDocumentationElement.test.ts +0 -680
- package/test/amf/elements/ApiOperationDocumentElement.test.ts +0 -753
- package/test/amf/elements/ApiRequestDocumentElement.test.ts +0 -165
- package/test/amf/elements/ApiResourceDocumentElement.test.ts +0 -320
- package/test/amf/elements/ApiResponseDocumentElement.test.ts +0 -288
- package/test/amf/elements/ApiSchemaDocumentElement.test.ts +0 -934
- package/test/amf/elements/ApiSecurityDocumentElement.test.ts +0 -667
- package/test/amf/elements/ApiSecurityRequirementDocumentElement.test.ts +0 -58
- package/test/amf/elements/ApiServerPickerElement.test.ts +0 -960
- package/test/amf/elements/ApiSummaryElement.test.ts +0 -485
- package/test/amf/elements/SE-12957.test.ts +0 -49
- package/test/amf/events/ApiEvents.test.ts +0 -32
- package/test/amf/events/EndpointEvents.test.ts +0 -94
- package/test/amf/events/EventHelper.ts +0 -11
- package/test/amf/events/EventTypes.test.ts +0 -241
- package/test/amf/events/NavigationEvents.test.ts +0 -58
- package/test/amf/events/ReportingEvents.test.ts +0 -53
- package/test/amf/events/StoreEvents.test.ts +0 -21
- package/test/amf/events/TelemetryEvents.test.ts +0 -202
- package/test/amf/http-request/APIC-289.test.ts +0 -66
- package/test/amf/http-request/APIC-298.test.ts +0 -49
- package/test/amf/http-request/APIC-689.test.ts +0 -45
- package/test/amf/http-request/ApiRequestEditorElement.test.ts +0 -1472
- package/test/amf/http-request/ApiRequestElement.test.ts +0 -39
- package/test/amf/http-request/SE-12042.test.ts +0 -56
- package/test/amf/http-request/SE-12957.test.ts +0 -80
- package/test/amf/http-request/server.ts +0 -154
- package/test/amf/lib/UrlUtils.test.ts +0 -324
- package/test/amf/navigation/ApiNavigationElement.test.ts +0 -1464
- package/test/amf/navigation/documentation-fragment.test.ts +0 -77
- package/test/amf/navigation/security-fragment.test.ts +0 -77
- package/test/amf/navigation/type-fragment.test.ts +0 -77
- package/tsconfig.browser.json +0 -40
- package/tsconfig.testing.json +0 -39
- package/wds-demo.config.js +0 -49
- /package/demo/{elements/md → md}/DemoStyles.ts +0 -0
- /package/demo/{elements/md → md}/chip/pawel6c9a.jpg +0 -0
|
@@ -1,1425 +0,0 @@
|
|
|
1
|
-
#%RAML 1.0
|
|
2
|
-
title: API body demo
|
|
3
|
-
version: v1
|
|
4
|
-
baseUri: http://{instance}.domain.com/
|
|
5
|
-
|
|
6
|
-
mediaType: [application/json, application/xml]
|
|
7
|
-
protocols: [HTTP, HTTPS]
|
|
8
|
-
|
|
9
|
-
description: |
|
|
10
|
-
This is a description of demo API.
|
|
11
|
-
|
|
12
|
-
This is **markdown**.
|
|
13
|
-
|
|
14
|
-
[evil markdown](javascript:alert(document.domain))xxxx<img src='https://www.checkmarx.com/wp-content/uploads/2017/09/twitter-3-Ways-to-Prevent-XSS.png' onload=alert(domain) />xxxx
|
|
15
|
-
|
|
16
|
-
baseUriParameters:
|
|
17
|
-
instance:
|
|
18
|
-
description: |
|
|
19
|
-
The execution environments. Can be one of:
|
|
20
|
-
- development
|
|
21
|
-
- staging
|
|
22
|
-
- qa∂
|
|
23
|
-
- production
|
|
24
|
-
type: string
|
|
25
|
-
enum: [development, staging, qa, production]
|
|
26
|
-
pattern: (development|staging|qa|production)
|
|
27
|
-
default: production
|
|
28
|
-
annotationTypes:
|
|
29
|
-
MarkAnnotation: nil
|
|
30
|
-
deprecated: string
|
|
31
|
-
annotationTest: nil
|
|
32
|
-
clearanceLevel:
|
|
33
|
-
properties:
|
|
34
|
-
level:
|
|
35
|
-
enum: [ low, medium, high ]
|
|
36
|
-
required: true
|
|
37
|
-
signature:
|
|
38
|
-
pattern: "\\d{3}-\\w{12}"
|
|
39
|
-
required: true
|
|
40
|
-
uses:
|
|
41
|
-
ExampleType: resourceTypes/example-types.raml
|
|
42
|
-
myLib: library.raml
|
|
43
|
-
DemoTypes: library/demo-types.raml
|
|
44
|
-
types:
|
|
45
|
-
Image: !include resourceTypes/image.raml
|
|
46
|
-
Resource: !include resourceTypes/resource.raml
|
|
47
|
-
AppPerson: !include resourceTypes/app-person.raml
|
|
48
|
-
DemoPerson: !include types/DemoPerson.raml
|
|
49
|
-
Product: !include resourceTypes/product.raml
|
|
50
|
-
ErrorResource:
|
|
51
|
-
description: A response that is errored
|
|
52
|
-
type: object
|
|
53
|
-
properties:
|
|
54
|
-
error:
|
|
55
|
-
type: boolean
|
|
56
|
-
required: true
|
|
57
|
-
example: true
|
|
58
|
-
default: true
|
|
59
|
-
description: Indicate that the response is errored.
|
|
60
|
-
message:
|
|
61
|
-
type: string
|
|
62
|
-
description: The error message associated with the error.
|
|
63
|
-
required: true
|
|
64
|
-
EnurableType:
|
|
65
|
-
type: object
|
|
66
|
-
properties:
|
|
67
|
-
e1:
|
|
68
|
-
(MarkAnnotation):
|
|
69
|
-
(deprecated): |
|
|
70
|
-
This property is deprecated.
|
|
71
|
-
|
|
72
|
-
Please, do not use it in new projects.
|
|
73
|
-
(clearanceLevel):
|
|
74
|
-
level: low
|
|
75
|
-
signature: 230-ghtwvfrs1itr
|
|
76
|
-
type: string
|
|
77
|
-
displayName: Enumerable 1
|
|
78
|
-
description: |
|
|
79
|
-
Example enumerable type to test the documentation
|
|
80
|
-
element.
|
|
81
|
-
|
|
82
|
-
It renders `Markdown` model.
|
|
83
|
-
enum: [v1, v2, v3, v4]
|
|
84
|
-
required: false
|
|
85
|
-
examples:
|
|
86
|
-
Ex1: v1
|
|
87
|
-
EX2: v2
|
|
88
|
-
pattern: "v[1-4]"
|
|
89
|
-
default: v1
|
|
90
|
-
e2:
|
|
91
|
-
type: string
|
|
92
|
-
enum: [e1, e2, e3, e4]
|
|
93
|
-
required: true
|
|
94
|
-
example: e1
|
|
95
|
-
ArrayType:
|
|
96
|
-
type: array
|
|
97
|
-
items: Image
|
|
98
|
-
description: |
|
|
99
|
-
Hello world
|
|
100
|
-
Feature:
|
|
101
|
-
description: A feature to test enum values in the URI parameters.
|
|
102
|
-
type: string
|
|
103
|
-
enum:
|
|
104
|
-
- A
|
|
105
|
-
- B
|
|
106
|
-
- C
|
|
107
|
-
Unionable:
|
|
108
|
-
type: ErrorResource | Product
|
|
109
|
-
PropertyUnion:
|
|
110
|
-
type: object
|
|
111
|
-
properties:
|
|
112
|
-
etag:
|
|
113
|
-
type: string
|
|
114
|
-
data: Feature | ErrorResource | Product
|
|
115
|
-
PropertyArray:
|
|
116
|
-
type: object
|
|
117
|
-
properties:
|
|
118
|
-
etag:
|
|
119
|
-
type: string
|
|
120
|
-
nextPageToken:
|
|
121
|
-
type: string
|
|
122
|
-
data:
|
|
123
|
-
type: array
|
|
124
|
-
items: Product
|
|
125
|
-
complex:
|
|
126
|
-
type: array
|
|
127
|
-
items: string | number | Product
|
|
128
|
-
ComplexRecursive:
|
|
129
|
-
type: object
|
|
130
|
-
properties:
|
|
131
|
-
iteration1:
|
|
132
|
-
properties:
|
|
133
|
-
images:
|
|
134
|
-
type: array
|
|
135
|
-
items: Image
|
|
136
|
-
userImage:
|
|
137
|
-
type: Image
|
|
138
|
-
properties:
|
|
139
|
-
options:
|
|
140
|
-
type: string | Product
|
|
141
|
-
user:
|
|
142
|
-
type: AppPerson
|
|
143
|
-
ieration2:
|
|
144
|
-
type: Product
|
|
145
|
-
properties:
|
|
146
|
-
images:
|
|
147
|
-
type: Image[]
|
|
148
|
-
ProcessVariableList:
|
|
149
|
-
type: object
|
|
150
|
-
properties:
|
|
151
|
-
//: any
|
|
152
|
-
example: |
|
|
153
|
-
{
|
|
154
|
-
"processVar1": "value1",
|
|
155
|
-
"processVar2": "value2"
|
|
156
|
-
}
|
|
157
|
-
Notification:
|
|
158
|
-
properties:
|
|
159
|
-
scalarArray:
|
|
160
|
-
required: true
|
|
161
|
-
type: array
|
|
162
|
-
items: integer
|
|
163
|
-
description: Integer array item type
|
|
164
|
-
displayName: Scalar array (integer)
|
|
165
|
-
otherScalar:
|
|
166
|
-
required: false
|
|
167
|
-
type: string[]
|
|
168
|
-
AnyType: any
|
|
169
|
-
NilType: nil
|
|
170
|
-
ScalarType: string
|
|
171
|
-
BooleanType: boolean
|
|
172
|
-
DescribedScalar:
|
|
173
|
-
type: string
|
|
174
|
-
description: This is a scalar with description
|
|
175
|
-
minLength: 1
|
|
176
|
-
maxLength: 12
|
|
177
|
-
Arrable2:
|
|
178
|
-
type: string[]
|
|
179
|
-
UnionArray:
|
|
180
|
-
type: Arrable2 | string
|
|
181
|
-
FilePropertyType:
|
|
182
|
-
type: object
|
|
183
|
-
properties:
|
|
184
|
-
filetype:
|
|
185
|
-
minLength: 100
|
|
186
|
-
maxLength: 300
|
|
187
|
-
required: false
|
|
188
|
-
type: file
|
|
189
|
-
fileTypes:
|
|
190
|
-
- image/png
|
|
191
|
-
- image/jpeg
|
|
192
|
-
FileType:
|
|
193
|
-
minLength: 1024
|
|
194
|
-
maxLength: 2048
|
|
195
|
-
type: file
|
|
196
|
-
fileTypes:
|
|
197
|
-
- application/mulesoft+modeling
|
|
198
|
-
- application/data-model
|
|
199
|
-
withEmbeddedType:
|
|
200
|
-
type: object
|
|
201
|
-
properties:
|
|
202
|
-
imageProperty: Image
|
|
203
|
-
other: string
|
|
204
|
-
withExtendedType:
|
|
205
|
-
type: Image
|
|
206
|
-
properties:
|
|
207
|
-
other: string
|
|
208
|
-
RecursiveShape:
|
|
209
|
-
(deprecated): This type is deprecated causes it throws errors.
|
|
210
|
-
type: object
|
|
211
|
-
properties:
|
|
212
|
-
id: string
|
|
213
|
-
relatedTo:
|
|
214
|
-
type: RecursiveShape
|
|
215
|
-
description: This is recursive.
|
|
216
|
-
apiTokens: # each is optional, not exclusive with anything
|
|
217
|
-
properties:
|
|
218
|
-
userToken: number
|
|
219
|
-
applicationToken?: number
|
|
220
|
-
resourceTypes:
|
|
221
|
-
ErrorredResource:
|
|
222
|
-
get:
|
|
223
|
-
ResourceNotFound:
|
|
224
|
-
type: ErrorredResource
|
|
225
|
-
get:
|
|
226
|
-
responses:
|
|
227
|
-
404:
|
|
228
|
-
body:
|
|
229
|
-
application/json:
|
|
230
|
-
displayName: Not found response
|
|
231
|
-
type: ErrorResource
|
|
232
|
-
application/xml:
|
|
233
|
-
displayName: Not found response
|
|
234
|
-
type: !include schemas/error-response.xsd
|
|
235
|
-
example: !include examples/e404.xml
|
|
236
|
-
UnauthorizedResponse:
|
|
237
|
-
type: ErrorredResource
|
|
238
|
-
get:
|
|
239
|
-
responses:
|
|
240
|
-
404:
|
|
241
|
-
body:
|
|
242
|
-
application/json:
|
|
243
|
-
displayName: Unauthorized response
|
|
244
|
-
type: ErrorResource
|
|
245
|
-
application/xml:
|
|
246
|
-
displayName: Unauthorized response
|
|
247
|
-
type: !include schemas/error-response.xsd
|
|
248
|
-
example: !include examples/e401.xml
|
|
249
|
-
RequestErrorResponse:
|
|
250
|
-
type: ErrorredResource
|
|
251
|
-
get:
|
|
252
|
-
responses:
|
|
253
|
-
400:
|
|
254
|
-
description: The error response when one of the parameters is invalid and can't be parsed. Nothing can be done at the time except correcting the request to send valid data.
|
|
255
|
-
body:
|
|
256
|
-
application/json:
|
|
257
|
-
displayName: Invalid request
|
|
258
|
-
type: ErrorResource
|
|
259
|
-
application/xml:
|
|
260
|
-
displayName: Invalid request
|
|
261
|
-
type: !include schemas/error-response.xsd
|
|
262
|
-
example: !include examples/e400.xml
|
|
263
|
-
put:
|
|
264
|
-
responses:
|
|
265
|
-
400:
|
|
266
|
-
description: The error response when one of the parameters is invalid and can't be parsed. Nothing can be done at the time except correcting the request to send valid data.
|
|
267
|
-
body:
|
|
268
|
-
application/json:
|
|
269
|
-
displayName: Invalid request
|
|
270
|
-
type: ErrorResource
|
|
271
|
-
application/xml:
|
|
272
|
-
displayName: Invalid request
|
|
273
|
-
type: !include schemas/error-response.xsd
|
|
274
|
-
example: !include examples/e400.xml
|
|
275
|
-
traits:
|
|
276
|
-
Paginated: !include traits/pagination.raml
|
|
277
|
-
Adminable: !include traits/adminable.raml
|
|
278
|
-
RateLimited: !include traits/rate-limited.raml
|
|
279
|
-
securitySchemes:
|
|
280
|
-
basic: !include securitySchemes/basic.raml
|
|
281
|
-
oauth_2_0: !include securitySchemes/oauth_2_0.raml
|
|
282
|
-
custom1: !include securitySchemes/x-custom.raml
|
|
283
|
-
custom2: !include securitySchemes/x-other.raml
|
|
284
|
-
custom3: !include securitySchemes/x-query-string.raml
|
|
285
|
-
pass_through: !include securitySchemes/passthrough.raml
|
|
286
|
-
basicWithDefaults:
|
|
287
|
-
type: Basic Authentication
|
|
288
|
-
describedBy:
|
|
289
|
-
headers:
|
|
290
|
-
Authorization:
|
|
291
|
-
type: string
|
|
292
|
-
default: test
|
|
293
|
-
oauth1: !include securitySchemes/oauth_1_0.raml
|
|
294
|
-
oauth1signature: !include securitySchemes/oauth_1_0_signature.raml
|
|
295
|
-
oauth1noSignature: !include securitySchemes/oauth_1_0_no-signature.raml
|
|
296
|
-
oauth1noSettings: !include securitySchemes/oauth_1_0_no-settings.raml
|
|
297
|
-
digest:
|
|
298
|
-
description: |
|
|
299
|
-
This API supports DigestSecurityScheme Authentication.
|
|
300
|
-
type: Digest Authentication
|
|
301
|
-
passthroughQueryString: !include securitySchemes/passthrough-querystring.raml
|
|
302
|
-
custom_scheme:
|
|
303
|
-
description: |
|
|
304
|
-
A custom security scheme for authenticating requests.
|
|
305
|
-
type: x-custom
|
|
306
|
-
displayName: RAML's custom scheme
|
|
307
|
-
describedBy:
|
|
308
|
-
headers:
|
|
309
|
-
SpecialToken:
|
|
310
|
-
description: |
|
|
311
|
-
Used to send a custom token.
|
|
312
|
-
type: string
|
|
313
|
-
queryString:
|
|
314
|
-
type: apiTokens
|
|
315
|
-
examples:
|
|
316
|
-
first:
|
|
317
|
-
value:
|
|
318
|
-
userToken: 1234
|
|
319
|
-
applicationToken: 5678
|
|
320
|
-
second:
|
|
321
|
-
value:
|
|
322
|
-
start: 1239874566
|
|
323
|
-
page-size: 987321456
|
|
324
|
-
responses:
|
|
325
|
-
401:
|
|
326
|
-
description: |
|
|
327
|
-
Bad token.
|
|
328
|
-
403:
|
|
329
|
-
oauth2:
|
|
330
|
-
type: OAuth 2.0
|
|
331
|
-
displayName: Regular OAuth 2.0 definition
|
|
332
|
-
settings:
|
|
333
|
-
accessTokenUri: https://token.com
|
|
334
|
-
authorizationUri: https://auth.com
|
|
335
|
-
scopes: [profile, email]
|
|
336
|
-
describedBy:
|
|
337
|
-
queryParameters:
|
|
338
|
-
access_token:
|
|
339
|
-
type: string
|
|
340
|
-
description: Apply access token here.
|
|
341
|
-
headers:
|
|
342
|
-
Authorization:
|
|
343
|
-
type: string
|
|
344
|
-
oauth2grants:
|
|
345
|
-
type: OAuth 2.0
|
|
346
|
-
displayName: Regular OAuth 2.0 definition
|
|
347
|
-
settings:
|
|
348
|
-
accessTokenUri: https://token.com
|
|
349
|
-
authorizationUri: https://auth.com
|
|
350
|
-
authorizationGrants: authorization_code
|
|
351
|
-
scopes: [profile, email]
|
|
352
|
-
describedBy:
|
|
353
|
-
queryParameters:
|
|
354
|
-
access_token:
|
|
355
|
-
type: string
|
|
356
|
-
description: Apply access token here.
|
|
357
|
-
headers:
|
|
358
|
-
Authorization:
|
|
359
|
-
type: string
|
|
360
|
-
oauth2Annotation:
|
|
361
|
-
type: OAuth 2.0
|
|
362
|
-
displayName: OAuth 2.0 with annotation
|
|
363
|
-
settings:
|
|
364
|
-
(oauth-2-custom-settings):
|
|
365
|
-
# ignoreDefaultGrants:
|
|
366
|
-
authorizationGrants: [annotated_custom_grant, annotated_custom_grant2]
|
|
367
|
-
authorizationSettings:
|
|
368
|
-
queryParameters:
|
|
369
|
-
resource:
|
|
370
|
-
type: string
|
|
371
|
-
required: true
|
|
372
|
-
description: |
|
|
373
|
-
A resource ID that defines a domain of authorization.
|
|
374
|
-
displayName: Hello query parameeter
|
|
375
|
-
default: default
|
|
376
|
-
examples:
|
|
377
|
-
named: named example value
|
|
378
|
-
otherExample: test example value
|
|
379
|
-
pattern: "[a-zA-Z]+"
|
|
380
|
-
maxLength: 12
|
|
381
|
-
minLength: 3
|
|
382
|
-
numericParam:
|
|
383
|
-
type: number
|
|
384
|
-
minimum: 10
|
|
385
|
-
maximum: 20
|
|
386
|
-
multipleOf: 2
|
|
387
|
-
format: float
|
|
388
|
-
required: false
|
|
389
|
-
example: 22
|
|
390
|
-
dateParam:
|
|
391
|
-
type: date-only
|
|
392
|
-
required: false
|
|
393
|
-
repetableParam1:
|
|
394
|
-
type: string[]
|
|
395
|
-
required: false
|
|
396
|
-
repetableParam2:
|
|
397
|
-
type: array
|
|
398
|
-
items: integer
|
|
399
|
-
required: false
|
|
400
|
-
accessTokenSettings:
|
|
401
|
-
queryParameters:
|
|
402
|
-
queryTokenResource: string
|
|
403
|
-
detailedTokenResource:
|
|
404
|
-
type: number
|
|
405
|
-
description: some description
|
|
406
|
-
required: false
|
|
407
|
-
headers:
|
|
408
|
-
x-token-resource:
|
|
409
|
-
type: number
|
|
410
|
-
default: 123
|
|
411
|
-
body:
|
|
412
|
-
bodyTokenResource: string
|
|
413
|
-
bodyDetailed:
|
|
414
|
-
type: boolean
|
|
415
|
-
required: true
|
|
416
|
-
displayName: Body detailed property
|
|
417
|
-
default: true
|
|
418
|
-
accessTokenUri: https://token.com
|
|
419
|
-
authorizationUri: https://auth.com
|
|
420
|
-
authorizationGrants: [authorization_code, password, client_credentials, implicit]
|
|
421
|
-
scopes: [profile, email]
|
|
422
|
-
describedBy:
|
|
423
|
-
queryParameters:
|
|
424
|
-
access_token:
|
|
425
|
-
type: string
|
|
426
|
-
description: Apply access token here.
|
|
427
|
-
oauth2queryDelivery: !include securitySchemes/oauth2-query-delivery.raml
|
|
428
|
-
oauth2headerDelivery: !include securitySchemes/oauth2-header-delivery.raml
|
|
429
|
-
oauth2noDelivery: !include securitySchemes/oauth2-no-delivery.raml
|
|
430
|
-
oauth2noGrants: !include securitySchemes/oauth2-no-grants.raml
|
|
431
|
-
oauth2pkce: !include securitySchemes/oauth2-pkce.raml
|
|
432
|
-
# libOauth: myLib.oauthLib
|
|
433
|
-
|
|
434
|
-
documentation:
|
|
435
|
-
- title: Test doc
|
|
436
|
-
content: Test content
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
/test-parameters/{feature}:
|
|
440
|
-
(deprecated): This endpoint is deprecated and will be removed.
|
|
441
|
-
securedBy: [myLib.oauthLib]
|
|
442
|
-
uriParameters:
|
|
443
|
-
feature:
|
|
444
|
-
type: string
|
|
445
|
-
enum:
|
|
446
|
-
- A
|
|
447
|
-
- B
|
|
448
|
-
- C
|
|
449
|
-
get:
|
|
450
|
-
(deprecated): This method is deprecated and will be removed.
|
|
451
|
-
(clearanceLevel):
|
|
452
|
-
level: high
|
|
453
|
-
signature: 230-ghtwvfrs1itr
|
|
454
|
-
description: To test enum values in the URI parameters for inline type declaration.
|
|
455
|
-
queryParameters:
|
|
456
|
-
testRepeatable:
|
|
457
|
-
(deprecated): Test parameter will be removed in next version of the API.
|
|
458
|
-
required: true
|
|
459
|
-
type: string[]
|
|
460
|
-
example: [value1, value2]
|
|
461
|
-
numericRepeatable:
|
|
462
|
-
required: true
|
|
463
|
-
type: integer[]
|
|
464
|
-
examples:
|
|
465
|
-
Some-test-example: [123, 456]
|
|
466
|
-
Other-example: [1011, 1213]
|
|
467
|
-
notRequiredRepeatable:
|
|
468
|
-
(annotationTest):
|
|
469
|
-
type: array
|
|
470
|
-
items: date-only
|
|
471
|
-
required: false
|
|
472
|
-
/{typeFeature}:
|
|
473
|
-
(annotationTest):
|
|
474
|
-
(deprecated): This method will be removed in future release of the API.
|
|
475
|
-
uriParameters:
|
|
476
|
-
typeFeature:
|
|
477
|
-
(annotationTest):
|
|
478
|
-
type: Feature
|
|
479
|
-
get:
|
|
480
|
-
(deprecated): This endpoint is deprecated and will be removed.
|
|
481
|
-
description: To test enum values in the URI parameters for global type declaration.
|
|
482
|
-
/people:
|
|
483
|
-
displayName: People
|
|
484
|
-
type: RequestErrorResponse
|
|
485
|
-
is: [RateLimited]
|
|
486
|
-
get:
|
|
487
|
-
(annotationTest):
|
|
488
|
-
displayName: List people
|
|
489
|
-
description: Use this method to list all the people.
|
|
490
|
-
is: [Paginated: {resourceType: AppPerson}]
|
|
491
|
-
securedBy: [basic, null]
|
|
492
|
-
headers:
|
|
493
|
-
x-people-op-id:
|
|
494
|
-
(annotationTest):
|
|
495
|
-
type: string
|
|
496
|
-
pattern: ^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[4][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}$
|
|
497
|
-
description: People ops ID. It is UUID v4 string
|
|
498
|
-
example: 9719fa6f-c666-48e0-a191-290890760b30
|
|
499
|
-
post:
|
|
500
|
-
(deprecated): |
|
|
501
|
-
This method is not deprecated. And this is only an annotation test.
|
|
502
|
-
displayName: Create a person
|
|
503
|
-
description: Use this method to add new person
|
|
504
|
-
body:
|
|
505
|
-
application/json:
|
|
506
|
-
(deprecated): This response type is deprecated and soon will be replaced.
|
|
507
|
-
type: AppPerson
|
|
508
|
-
application/xml:
|
|
509
|
-
type: !include schemas/person.xsd
|
|
510
|
-
example: !include examples/person.xml
|
|
511
|
-
head:
|
|
512
|
-
description: Just for tests.
|
|
513
|
-
body:
|
|
514
|
-
application/json:
|
|
515
|
-
(deprecated): This response type is deprecated and soon will be replaced.
|
|
516
|
-
type: AppPerson
|
|
517
|
-
application/xml:
|
|
518
|
-
type: !include schemas/person.xsd
|
|
519
|
-
example: !include examples/person.xml
|
|
520
|
-
put:
|
|
521
|
-
displayName: Update a person
|
|
522
|
-
description: Updates the person in the datastore.
|
|
523
|
-
body:
|
|
524
|
-
application/json:
|
|
525
|
-
schema: !include schemas/person.json
|
|
526
|
-
example: !include examples/person.json
|
|
527
|
-
application/xml:
|
|
528
|
-
type: !include schemas/person.xsd
|
|
529
|
-
example: !include examples/person.xml
|
|
530
|
-
responses:
|
|
531
|
-
204:
|
|
532
|
-
200:
|
|
533
|
-
(deprecated): This response type is deprecated and soon will be replaced.
|
|
534
|
-
description: |
|
|
535
|
-
Success response for the body
|
|
536
|
-
headers:
|
|
537
|
-
X-Frame-Options:
|
|
538
|
-
type: string
|
|
539
|
-
examples:
|
|
540
|
-
Deny: DENY
|
|
541
|
-
SameOrigin: SAMEORIGIN
|
|
542
|
-
body:
|
|
543
|
-
application/json:
|
|
544
|
-
schema: !include schemas/person.json
|
|
545
|
-
example: !include examples/person.json
|
|
546
|
-
application/xml:
|
|
547
|
-
type: !include schemas/person.xsd
|
|
548
|
-
example: !include examples/person.xml
|
|
549
|
-
/{personId}:
|
|
550
|
-
securedBy: custom1
|
|
551
|
-
type: ResourceNotFound
|
|
552
|
-
displayName: A person
|
|
553
|
-
description: The endpoint to access information about the person
|
|
554
|
-
uriParameters:
|
|
555
|
-
personId:
|
|
556
|
-
type: integer
|
|
557
|
-
required: true
|
|
558
|
-
description: The ID of the person in the system. It is generated by the database numeric value for the person.
|
|
559
|
-
example: 1234
|
|
560
|
-
get:
|
|
561
|
-
displayName: Get a person
|
|
562
|
-
description: Returns a person
|
|
563
|
-
headers:
|
|
564
|
-
x-client-id:
|
|
565
|
-
(deprecated): This will be replaced
|
|
566
|
-
example: 123456-acme.client.com
|
|
567
|
-
description: The application id used to make a request. It can be obtained in the developer console.
|
|
568
|
-
type: string
|
|
569
|
-
required: true
|
|
570
|
-
x-people-op-id:
|
|
571
|
-
(annotationTest):
|
|
572
|
-
type: string
|
|
573
|
-
pattern: ^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[4][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}$
|
|
574
|
-
description: People ops ID. It is UUID v4 string
|
|
575
|
-
example: 9719fa6f-c666-48e0-a191-290890760b30
|
|
576
|
-
responses:
|
|
577
|
-
200:
|
|
578
|
-
body:
|
|
579
|
-
application/json:
|
|
580
|
-
type: AppPerson
|
|
581
|
-
application/xml:
|
|
582
|
-
type: !include schemas/person.xsd
|
|
583
|
-
example: !include examples/person.xml
|
|
584
|
-
delete:
|
|
585
|
-
displayName: Remove a person
|
|
586
|
-
description: Removes the person from the datastore. This method do not returns any data in 200 response.
|
|
587
|
-
responses:
|
|
588
|
-
204:
|
|
589
|
-
headers:
|
|
590
|
-
x-people-op-id:
|
|
591
|
-
(annotationTest):
|
|
592
|
-
type: string
|
|
593
|
-
pattern: ^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[4][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}$
|
|
594
|
-
description: People ops ID. It is UUID v4 string
|
|
595
|
-
example: 9719fa6f-c666-48e0-a191-290890760b30
|
|
596
|
-
put:
|
|
597
|
-
displayName: Update a person
|
|
598
|
-
description: Updates the person in the datastore.
|
|
599
|
-
queryParameters:
|
|
600
|
-
testPatam: string
|
|
601
|
-
body:
|
|
602
|
-
application/json:
|
|
603
|
-
type: AppPerson
|
|
604
|
-
description: Puts a person to the data store
|
|
605
|
-
application/xml:
|
|
606
|
-
type: !include schemas/person.xsd
|
|
607
|
-
example: !include examples/person.xml
|
|
608
|
-
responses:
|
|
609
|
-
200:
|
|
610
|
-
headers:
|
|
611
|
-
x-people-op-id:
|
|
612
|
-
(annotationTest):
|
|
613
|
-
type: string
|
|
614
|
-
pattern: ^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[4][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}$
|
|
615
|
-
description: People ops ID. It is UUID v4 string
|
|
616
|
-
example: 9719fa6f-c666-48e0-a191-290890760b30
|
|
617
|
-
/products:
|
|
618
|
-
displayName: Products
|
|
619
|
-
description: The API is to be used to access data about the products.
|
|
620
|
-
type: RequestErrorResponse
|
|
621
|
-
post:
|
|
622
|
-
displayName: Create product
|
|
623
|
-
description: |
|
|
624
|
-
Creates a product in the store.
|
|
625
|
-
While creating a product the `id` and `etag` properties will be ignored.
|
|
626
|
-
|
|
627
|
-
The endpoint will reject the request if exactly the same product is already defined in the
|
|
628
|
-
datastore (all properties of both objects equals). Newly created product is available
|
|
629
|
-
for listing but **it won't be available for ordering API** until it's availability is not set.
|
|
630
|
-
body:
|
|
631
|
-
application/json:
|
|
632
|
-
type: Product
|
|
633
|
-
application/xml:
|
|
634
|
-
type: !include schemas/product.xsd
|
|
635
|
-
example: !include examples/product.xml
|
|
636
|
-
responses:
|
|
637
|
-
200:
|
|
638
|
-
body:
|
|
639
|
-
application/json:
|
|
640
|
-
type: Product
|
|
641
|
-
examples:
|
|
642
|
-
Product:
|
|
643
|
-
id: d697f5cea85011e680f576304dec7eb7
|
|
644
|
-
name: Super product
|
|
645
|
-
quantity: 125
|
|
646
|
-
unit: ml
|
|
647
|
-
upc: "123456789101"
|
|
648
|
-
available: true
|
|
649
|
-
etag: "W/\"686897696a7c876b7e\""
|
|
650
|
-
OtherProduct:
|
|
651
|
-
id: 123e4567e89b12d3a456426655440000
|
|
652
|
-
name: Acme Product
|
|
653
|
-
quantity: 1
|
|
654
|
-
unit: kg
|
|
655
|
-
upc: "223456789101"
|
|
656
|
-
available: true
|
|
657
|
-
etag: "W/\"123456789\""
|
|
658
|
-
application/xml:
|
|
659
|
-
type: !include schemas/product.xsd
|
|
660
|
-
example: !include examples/product.xml
|
|
661
|
-
400:
|
|
662
|
-
description: The request has been rejected. Probably the product already exists in the datastore.
|
|
663
|
-
/orgs:
|
|
664
|
-
/{orgId}:
|
|
665
|
-
is: [RateLimited]
|
|
666
|
-
get:
|
|
667
|
-
displayName: Get organization
|
|
668
|
-
description: Returns an organization info.
|
|
669
|
-
responses:
|
|
670
|
-
200:
|
|
671
|
-
body:
|
|
672
|
-
application/json:
|
|
673
|
-
type: ExampleType.Org
|
|
674
|
-
properties:
|
|
675
|
-
id:
|
|
676
|
-
type: string
|
|
677
|
-
description: UUID generated ID
|
|
678
|
-
example:
|
|
679
|
-
id: "12345"
|
|
680
|
-
onCall:
|
|
681
|
-
firstname: nico
|
|
682
|
-
lastname: ark
|
|
683
|
-
kind: AcmeAdmin
|
|
684
|
-
clearanceLevel: low
|
|
685
|
-
phone: "12321"
|
|
686
|
-
Head:
|
|
687
|
-
firstname: nico
|
|
688
|
-
lastname: ark
|
|
689
|
-
kind: AcmeManager
|
|
690
|
-
reports:
|
|
691
|
-
-
|
|
692
|
-
firstname: nico
|
|
693
|
-
lastname: ark
|
|
694
|
-
kind: admin
|
|
695
|
-
phone: "123-23"
|
|
696
|
-
put:
|
|
697
|
-
body:
|
|
698
|
-
application/json:
|
|
699
|
-
type: ExampleType.Org
|
|
700
|
-
properties:
|
|
701
|
-
id:
|
|
702
|
-
type: string
|
|
703
|
-
description: UUID generated ID
|
|
704
|
-
responses:
|
|
705
|
-
200:
|
|
706
|
-
body:
|
|
707
|
-
application/json:
|
|
708
|
-
type: ExampleType.Org
|
|
709
|
-
/managers:
|
|
710
|
-
get:
|
|
711
|
-
responses:
|
|
712
|
-
200:
|
|
713
|
-
body:
|
|
714
|
-
application/json:
|
|
715
|
-
type: ExampleType.Manager[]
|
|
716
|
-
/messages:
|
|
717
|
-
securedBy: [oauth_2_0]
|
|
718
|
-
post:
|
|
719
|
-
description: Create a new message
|
|
720
|
-
is: [Adminable]
|
|
721
|
-
body:
|
|
722
|
-
application/json:
|
|
723
|
-
type: object
|
|
724
|
-
properties:
|
|
725
|
-
receiver:
|
|
726
|
-
type: string
|
|
727
|
-
description: receiver of the message
|
|
728
|
-
required: true
|
|
729
|
-
body:
|
|
730
|
-
type: string
|
|
731
|
-
description: A message body
|
|
732
|
-
required: true
|
|
733
|
-
important:
|
|
734
|
-
type: boolean
|
|
735
|
-
description: If true then the message will be marked as important
|
|
736
|
-
default: false
|
|
737
|
-
required: true
|
|
738
|
-
get:
|
|
739
|
-
description: |
|
|
740
|
-
List user messages. It returns an array of messages for last of 7 days if
|
|
741
|
-
`since` property is not set.
|
|
742
|
-
You can use `since` and `until` query parameters to control messages time
|
|
743
|
-
span.
|
|
744
|
-
queryParameters:
|
|
745
|
-
until:
|
|
746
|
-
(annotationTest):
|
|
747
|
-
type: date-only
|
|
748
|
-
description: Date right limit of the messages query.
|
|
749
|
-
example: 2017-05-12
|
|
750
|
-
since:
|
|
751
|
-
type: date-only
|
|
752
|
-
description: Date left limit of the messages query.
|
|
753
|
-
example: 2017-05-10
|
|
754
|
-
responses:
|
|
755
|
-
200:
|
|
756
|
-
body:
|
|
757
|
-
application/json:
|
|
758
|
-
type: array
|
|
759
|
-
items: !include resourceTypes/message-type.raml
|
|
760
|
-
example: !include examples/messages-example.json
|
|
761
|
-
/bulk:
|
|
762
|
-
post:
|
|
763
|
-
description: Bulk create messages.
|
|
764
|
-
is: [Adminable]
|
|
765
|
-
body:
|
|
766
|
-
application/json:
|
|
767
|
-
(annotationTest):
|
|
768
|
-
type: array
|
|
769
|
-
items: !include resourceTypes/message-sent-type.raml
|
|
770
|
-
examples:
|
|
771
|
-
Example1: !include examples/messages-sent-example.json
|
|
772
|
-
/arrayBody:
|
|
773
|
-
post:
|
|
774
|
-
body:
|
|
775
|
-
application/json:
|
|
776
|
-
(deprecated): This response type is deprecated and soon will be replaced.
|
|
777
|
-
description: |
|
|
778
|
-
This demonstrates a body as an Array
|
|
779
|
-
type: AppPerson[]
|
|
780
|
-
/schemaBody:
|
|
781
|
-
get:
|
|
782
|
-
responses:
|
|
783
|
-
200:
|
|
784
|
-
body:
|
|
785
|
-
application/json:
|
|
786
|
-
example: |
|
|
787
|
-
{
|
|
788
|
-
"status":"success"
|
|
789
|
-
}
|
|
790
|
-
/no-desc:
|
|
791
|
-
get:
|
|
792
|
-
responses:
|
|
793
|
-
200:
|
|
794
|
-
405:
|
|
795
|
-
201:
|
|
796
|
-
|
|
797
|
-
/multipleTypeInheritance:
|
|
798
|
-
get:
|
|
799
|
-
description: |
|
|
800
|
-
The response body inherits the following types:
|
|
801
|
-
|
|
802
|
-
- AppPerson
|
|
803
|
-
- AlertableAdmin
|
|
804
|
-
responses:
|
|
805
|
-
200:
|
|
806
|
-
body:
|
|
807
|
-
application/json:
|
|
808
|
-
type:
|
|
809
|
-
- AppPerson
|
|
810
|
-
- ExampleType.AlertableAdmin
|
|
811
|
-
/typeFromLibraryEndpoint:
|
|
812
|
-
post:
|
|
813
|
-
body:
|
|
814
|
-
type: myLib.TypeFromLibray
|
|
815
|
-
responses:
|
|
816
|
-
200:
|
|
817
|
-
/test:
|
|
818
|
-
post:
|
|
819
|
-
body:
|
|
820
|
-
type: Product
|
|
821
|
-
responses:
|
|
822
|
-
200:
|
|
823
|
-
body:
|
|
824
|
-
type: AppPerson
|
|
825
|
-
/scalarArrays:
|
|
826
|
-
post:
|
|
827
|
-
body:
|
|
828
|
-
type: Notification
|
|
829
|
-
/notifications:
|
|
830
|
-
post:
|
|
831
|
-
body:
|
|
832
|
-
type: Notification
|
|
833
|
-
/defaultValues:
|
|
834
|
-
get:
|
|
835
|
-
headers:
|
|
836
|
-
x-string:
|
|
837
|
-
type: string
|
|
838
|
-
default: TestDefault
|
|
839
|
-
x-integer:
|
|
840
|
-
type: integer
|
|
841
|
-
default: 1234
|
|
842
|
-
x-boolean:
|
|
843
|
-
type: boolean
|
|
844
|
-
default: false
|
|
845
|
-
x-array:
|
|
846
|
-
type: string[]
|
|
847
|
-
default: [ArrayTest, OtherTest]
|
|
848
|
-
/post-headers:
|
|
849
|
-
post:
|
|
850
|
-
headers:
|
|
851
|
-
x-string:
|
|
852
|
-
required: true
|
|
853
|
-
type: string
|
|
854
|
-
default: my-value
|
|
855
|
-
body:
|
|
856
|
-
application/json:
|
|
857
|
-
type: AppPerson
|
|
858
|
-
/authorization:
|
|
859
|
-
/basicauth:
|
|
860
|
-
get:
|
|
861
|
-
securedBy: [basic]
|
|
862
|
-
/basic-auth-with-defaults:
|
|
863
|
-
get:
|
|
864
|
-
securedBy: [basicWithDefaults]
|
|
865
|
-
/passthroogh:
|
|
866
|
-
securedBy: [pass_through]
|
|
867
|
-
get:
|
|
868
|
-
/oauth1:
|
|
869
|
-
get:
|
|
870
|
-
securedBy: [oauth1]
|
|
871
|
-
/oauth1-signature:
|
|
872
|
-
get:
|
|
873
|
-
securedBy: [oauth1signature]
|
|
874
|
-
/oauth1-nosignature:
|
|
875
|
-
get:
|
|
876
|
-
securedBy: [oauth1noSignature]
|
|
877
|
-
/oauth1-nosettings:
|
|
878
|
-
get:
|
|
879
|
-
securedBy: [oauth1noSettings]
|
|
880
|
-
/custom1:
|
|
881
|
-
get:
|
|
882
|
-
securedBy: [custom1]
|
|
883
|
-
/custom2:
|
|
884
|
-
get:
|
|
885
|
-
securedBy: [custom2]
|
|
886
|
-
/custom3:
|
|
887
|
-
get:
|
|
888
|
-
securedBy: [custom3]
|
|
889
|
-
/digest:
|
|
890
|
-
get:
|
|
891
|
-
securedBy: digest
|
|
892
|
-
/passthrough-query-string:
|
|
893
|
-
get:
|
|
894
|
-
securedBy: passthroughQueryString
|
|
895
|
-
/custom-query-string:
|
|
896
|
-
get:
|
|
897
|
-
securedBy: custom_scheme
|
|
898
|
-
/oauth2:
|
|
899
|
-
post:
|
|
900
|
-
securedBy: [oauth2]
|
|
901
|
-
/oauth2-with-annotations:
|
|
902
|
-
get:
|
|
903
|
-
securedBy: [oauth2Annotation]
|
|
904
|
-
/oauth2-with-grant-list:
|
|
905
|
-
get:
|
|
906
|
-
securedBy: [oauth2grants]
|
|
907
|
-
/oauth2-query-delivery:
|
|
908
|
-
get:
|
|
909
|
-
securedBy: [oauth2queryDelivery]
|
|
910
|
-
/oauth2-header-delivery:
|
|
911
|
-
get:
|
|
912
|
-
securedBy: [oauth2headerDelivery]
|
|
913
|
-
/oauth2-no-delivery:
|
|
914
|
-
get:
|
|
915
|
-
securedBy: [oauth2noDelivery]
|
|
916
|
-
/oauth2-no-grants:
|
|
917
|
-
get:
|
|
918
|
-
securedBy: [oauth2noGrants]
|
|
919
|
-
/oauth2-pkce:
|
|
920
|
-
get:
|
|
921
|
-
securedBy: [oauth2pkce]
|
|
922
|
-
/combo-types:
|
|
923
|
-
get:
|
|
924
|
-
securedBy: [basic, digest, passthroughQueryString, custom1, oauth2, oauth1]
|
|
925
|
-
/all-oauth2:
|
|
926
|
-
get:
|
|
927
|
-
securedBy: [oauth2, oauth2Annotation, oauth2grants, oauth2queryDelivery, oauth2headerDelivery, oauth2noDelivery, oauth2noGrants]
|
|
928
|
-
/nil-oauth2:
|
|
929
|
-
get:
|
|
930
|
-
securedBy: [null, oauth2]
|
|
931
|
-
/required-query-parameters:
|
|
932
|
-
get:
|
|
933
|
-
queryParameters:
|
|
934
|
-
requiredString:
|
|
935
|
-
type: string
|
|
936
|
-
required: true
|
|
937
|
-
|
|
938
|
-
/optional-query-parameters:
|
|
939
|
-
get:
|
|
940
|
-
queryParameters:
|
|
941
|
-
requiredString:
|
|
942
|
-
type: string
|
|
943
|
-
required: false
|
|
944
|
-
/required-headers:
|
|
945
|
-
get:
|
|
946
|
-
headers:
|
|
947
|
-
requiredString:
|
|
948
|
-
type: string
|
|
949
|
-
required: true
|
|
950
|
-
|
|
951
|
-
/optional-headers:
|
|
952
|
-
get:
|
|
953
|
-
headers:
|
|
954
|
-
requiredString:
|
|
955
|
-
type: string
|
|
956
|
-
required: false
|
|
957
|
-
/content-type:
|
|
958
|
-
post:
|
|
959
|
-
headers:
|
|
960
|
-
Content-Type:
|
|
961
|
-
default: application/json
|
|
962
|
-
body:
|
|
963
|
-
type: object
|
|
964
|
-
properties:
|
|
965
|
-
error:
|
|
966
|
-
type: boolean
|
|
967
|
-
default: false
|
|
968
|
-
/parameters:
|
|
969
|
-
get:
|
|
970
|
-
displayName: All parameter types
|
|
971
|
-
headers:
|
|
972
|
-
Accept:
|
|
973
|
-
default: application/json
|
|
974
|
-
description: Selectes the response's media type, when supported.
|
|
975
|
-
enum:
|
|
976
|
-
- application/json
|
|
977
|
-
- application/xml
|
|
978
|
-
- text/csv
|
|
979
|
-
required: false
|
|
980
|
-
x-required:
|
|
981
|
-
required: true
|
|
982
|
-
x-object-header:
|
|
983
|
-
type: object
|
|
984
|
-
properties:
|
|
985
|
-
key: string
|
|
986
|
-
value:
|
|
987
|
-
type: any
|
|
988
|
-
description: Any value
|
|
989
|
-
If-Modified-Since:
|
|
990
|
-
type: datetime
|
|
991
|
-
example: Sun, 28 Feb 2016 16:41:41 GMT
|
|
992
|
-
format: rfc2616 # this time it's required, otherwise, the example format is invalid
|
|
993
|
-
queryParameters:
|
|
994
|
-
unionable:
|
|
995
|
-
type: string | number
|
|
996
|
-
description: One of the two
|
|
997
|
-
example: 25
|
|
998
|
-
default: no
|
|
999
|
-
complexUnionable:
|
|
1000
|
-
type: Feature | Product
|
|
1001
|
-
description: Super confusing for a query param
|
|
1002
|
-
mixedUnionable:
|
|
1003
|
-
type: Feature | string
|
|
1004
|
-
description: At least one should work
|
|
1005
|
-
combo:
|
|
1006
|
-
type: string
|
|
1007
|
-
default: Some value
|
|
1008
|
-
description: A combo of all string properties
|
|
1009
|
-
displayName: Combo (string)
|
|
1010
|
-
enum:
|
|
1011
|
-
- value 1
|
|
1012
|
-
- value 2
|
|
1013
|
-
- value 3
|
|
1014
|
-
- value 4
|
|
1015
|
-
- value 5
|
|
1016
|
-
- value 6
|
|
1017
|
-
- value 7
|
|
1018
|
-
- value 8
|
|
1019
|
-
- value 9
|
|
1020
|
-
- value 10
|
|
1021
|
-
examples:
|
|
1022
|
-
Example 1: value 1
|
|
1023
|
-
Example 2: value 2
|
|
1024
|
-
maxLength: 100
|
|
1025
|
-
minLength: 1
|
|
1026
|
-
pattern: .*
|
|
1027
|
-
required: true
|
|
1028
|
-
comboNum:
|
|
1029
|
-
type: number
|
|
1030
|
-
default: 20
|
|
1031
|
-
description: A combo with a number type
|
|
1032
|
-
displayName: Combo (number)
|
|
1033
|
-
enum:
|
|
1034
|
-
- 5
|
|
1035
|
-
- 10
|
|
1036
|
-
- 20
|
|
1037
|
-
- 40
|
|
1038
|
-
- 50
|
|
1039
|
-
- 75
|
|
1040
|
-
- 100
|
|
1041
|
-
examples:
|
|
1042
|
-
Minimum: 5
|
|
1043
|
-
Maximum: 100
|
|
1044
|
-
minimum: 5
|
|
1045
|
-
maximum: 100
|
|
1046
|
-
multipleOf: 5
|
|
1047
|
-
format: int64
|
|
1048
|
-
birthday:
|
|
1049
|
-
type: date-only
|
|
1050
|
-
example: 2015-05-23
|
|
1051
|
-
lunchtime:
|
|
1052
|
-
type: time-only
|
|
1053
|
-
example: 12:30:00
|
|
1054
|
-
fireworks:
|
|
1055
|
-
type: datetime-only
|
|
1056
|
-
example: 2015-07-04T21:00:00
|
|
1057
|
-
created:
|
|
1058
|
-
type: datetime
|
|
1059
|
-
example: 2016-02-28T16:41:41.090Z
|
|
1060
|
-
format: rfc3339
|
|
1061
|
-
userPicture:
|
|
1062
|
-
type: file
|
|
1063
|
-
fileTypes: ['image/jpeg', 'image/png']
|
|
1064
|
-
maxLength: 307200
|
|
1065
|
-
customFile:
|
|
1066
|
-
type: file
|
|
1067
|
-
fileTypes: ['*/*'] # any file type allowed
|
|
1068
|
-
maxLength: 1048576
|
|
1069
|
-
aBoolean:
|
|
1070
|
-
type: boolean
|
|
1071
|
-
description: This is a boolean value without a default value.
|
|
1072
|
-
displayName: Boolean
|
|
1073
|
-
aBooleanWithDefault:
|
|
1074
|
-
type: boolean
|
|
1075
|
-
default: true
|
|
1076
|
-
displayName: Boolean with default
|
|
1077
|
-
description: This is a boolean value with default value.
|
|
1078
|
-
nillable:
|
|
1079
|
-
type: nil
|
|
1080
|
-
description: This can be null
|
|
1081
|
-
nillableUnion:
|
|
1082
|
-
type: string | nil
|
|
1083
|
-
/query-params:
|
|
1084
|
-
/bool:
|
|
1085
|
-
get:
|
|
1086
|
-
queryParameters:
|
|
1087
|
-
aBoolean:
|
|
1088
|
-
type: boolean
|
|
1089
|
-
description: This is a boolean value without a default value.
|
|
1090
|
-
displayName: Boolean
|
|
1091
|
-
aBooleanWithDefault:
|
|
1092
|
-
type: boolean
|
|
1093
|
-
default: true
|
|
1094
|
-
displayName: Boolean with default
|
|
1095
|
-
description: This is a boolean value with default value.
|
|
1096
|
-
nillableBoolean:
|
|
1097
|
-
type: boolean | nil
|
|
1098
|
-
displayName: Boolean with nil
|
|
1099
|
-
description: This is a boolean value with a nil union value.
|
|
1100
|
-
stringBoolean:
|
|
1101
|
-
type: boolean | string
|
|
1102
|
-
displayName: Boolean with string
|
|
1103
|
-
description: This is a boolean value with a string union value.
|
|
1104
|
-
/string:
|
|
1105
|
-
get:
|
|
1106
|
-
queryParameters:
|
|
1107
|
-
string:
|
|
1108
|
-
type: string
|
|
1109
|
-
description: Simple string
|
|
1110
|
-
enum:
|
|
1111
|
-
type: string
|
|
1112
|
-
enum: [development, staging, qa, production]
|
|
1113
|
-
description: Enum string
|
|
1114
|
-
minMaxLnegth:
|
|
1115
|
-
type: string
|
|
1116
|
-
minLength: 5
|
|
1117
|
-
maxLength: 15
|
|
1118
|
-
description: Min 5 max 15
|
|
1119
|
-
patternLettersOnly:
|
|
1120
|
-
type: string
|
|
1121
|
-
pattern: '[a-zA-Z]*'
|
|
1122
|
-
description: Letters only pattern
|
|
1123
|
-
patternNumbersOnly:
|
|
1124
|
-
type: string
|
|
1125
|
-
pattern: '[0-9]*'
|
|
1126
|
-
description: Number only pattern
|
|
1127
|
-
displayName:
|
|
1128
|
-
type: string
|
|
1129
|
-
displayName: String 6
|
|
1130
|
-
description: With display name
|
|
1131
|
-
notRequired:
|
|
1132
|
-
type: string
|
|
1133
|
-
required: false
|
|
1134
|
-
description: Optional value
|
|
1135
|
-
withDefault:
|
|
1136
|
-
type: string
|
|
1137
|
-
default: This is a default
|
|
1138
|
-
description: Default value
|
|
1139
|
-
withDefaultNotRequired:
|
|
1140
|
-
type: string
|
|
1141
|
-
default: This is a default
|
|
1142
|
-
required: false
|
|
1143
|
-
description: Default value and not required
|
|
1144
|
-
stringUnionNumber:
|
|
1145
|
-
type: string | number
|
|
1146
|
-
description: Either string or number
|
|
1147
|
-
withExamples:
|
|
1148
|
-
type: string
|
|
1149
|
-
examples:
|
|
1150
|
-
Word 1: Option 1
|
|
1151
|
-
Word 2: Option 2
|
|
1152
|
-
Word 3: 123456
|
|
1153
|
-
description: String with examples.
|
|
1154
|
-
anArray:
|
|
1155
|
-
type: string[]
|
|
1156
|
-
description: Array of strings.
|
|
1157
|
-
/dates:
|
|
1158
|
-
get:
|
|
1159
|
-
queryParameters:
|
|
1160
|
-
dateOnly:
|
|
1161
|
-
type: date-only
|
|
1162
|
-
description: Date only, like "2015-05-23"
|
|
1163
|
-
timeOnly:
|
|
1164
|
-
type: time-only
|
|
1165
|
-
description: Time only, like "12:30:00"
|
|
1166
|
-
dateTimeOnly:
|
|
1167
|
-
type: datetime-only
|
|
1168
|
-
description: Date and time only, like "2015-07-04T21:00:00"
|
|
1169
|
-
rfc3339:
|
|
1170
|
-
type: datetime
|
|
1171
|
-
format: rfc3339
|
|
1172
|
-
description: Date and time, rfc3339 format, like "2016-02-28T16:41:41.090Z"
|
|
1173
|
-
rfc2616:
|
|
1174
|
-
type: datetime
|
|
1175
|
-
format: rfc2616
|
|
1176
|
-
description: Date and time, rfc2616 format, like "Sun, 28 Feb 2016 16:41:41 GMT"
|
|
1177
|
-
dateTimeNoFormat:
|
|
1178
|
-
type: datetime
|
|
1179
|
-
description: Date and time, assumed rfc3339 format, like "2016-02-28T16:41:41.090Z"
|
|
1180
|
-
dateOnlyDefaultValue:
|
|
1181
|
-
type: date-only
|
|
1182
|
-
default: 2015-05-23
|
|
1183
|
-
description: Date only, with a default value.
|
|
1184
|
-
timeOnlyDefaultValue:
|
|
1185
|
-
type: time-only
|
|
1186
|
-
default: 12:30:00
|
|
1187
|
-
description: Time only, with a default value.
|
|
1188
|
-
rfc3339DefaultValue:
|
|
1189
|
-
type: datetime
|
|
1190
|
-
format: rfc3339
|
|
1191
|
-
default: 2016-02-28T16:41:41.090Z
|
|
1192
|
-
description: Date and time, rfc3339 format, default value
|
|
1193
|
-
rfc2616DefaultValue:
|
|
1194
|
-
type: datetime
|
|
1195
|
-
format: rfc2616
|
|
1196
|
-
default: Sun, 28 Feb 2016 16:41:41 GMT
|
|
1197
|
-
description: Date and time, rfc2616 format, default value
|
|
1198
|
-
dateTimeDefaultValue:
|
|
1199
|
-
type: datetime
|
|
1200
|
-
default: 2016-02-28T16:41:41.090Z
|
|
1201
|
-
description: Date and time, with a default value.
|
|
1202
|
-
dateTimeUnion:
|
|
1203
|
-
type: datetime | string
|
|
1204
|
-
description: Date and time union with string.
|
|
1205
|
-
dateTimeNil:
|
|
1206
|
-
type: datetime | nil
|
|
1207
|
-
description: Required but nillable.
|
|
1208
|
-
dateArray:
|
|
1209
|
-
type: datetime[]
|
|
1210
|
-
description: A list of datetime
|
|
1211
|
-
/numbers:
|
|
1212
|
-
get:
|
|
1213
|
-
queryParameters:
|
|
1214
|
-
simple: number
|
|
1215
|
-
intFormat:
|
|
1216
|
-
type: number
|
|
1217
|
-
format: int
|
|
1218
|
-
description: int format number
|
|
1219
|
-
int8Format:
|
|
1220
|
-
type: number
|
|
1221
|
-
format: int8
|
|
1222
|
-
description: int8 format number
|
|
1223
|
-
int16Format:
|
|
1224
|
-
type: number
|
|
1225
|
-
format: int16
|
|
1226
|
-
description: int16 format number
|
|
1227
|
-
int32Format:
|
|
1228
|
-
type: number
|
|
1229
|
-
format: int32
|
|
1230
|
-
description: int32 format number
|
|
1231
|
-
int64Format:
|
|
1232
|
-
type: number
|
|
1233
|
-
format: int64
|
|
1234
|
-
description: int64 format number
|
|
1235
|
-
longFormat:
|
|
1236
|
-
type: number
|
|
1237
|
-
format: long
|
|
1238
|
-
description: long format number
|
|
1239
|
-
floatFormat:
|
|
1240
|
-
type: number
|
|
1241
|
-
format: float
|
|
1242
|
-
description: float format number
|
|
1243
|
-
doubleFormat:
|
|
1244
|
-
type: number
|
|
1245
|
-
format: double
|
|
1246
|
-
description: double format number
|
|
1247
|
-
floatWithMultiple:
|
|
1248
|
-
type: number
|
|
1249
|
-
format: float
|
|
1250
|
-
multipleOf: 1.1
|
|
1251
|
-
description: float format number with multiple of.
|
|
1252
|
-
integerFormat:
|
|
1253
|
-
type: integer
|
|
1254
|
-
description: An integer
|
|
1255
|
-
integerMinMax:
|
|
1256
|
-
type: integer
|
|
1257
|
-
minimum: 0
|
|
1258
|
-
maximum: 100
|
|
1259
|
-
multipleOf: 5
|
|
1260
|
-
description: Min, max, and multiple of.
|
|
1261
|
-
integerUnionString:
|
|
1262
|
-
type: integer | string
|
|
1263
|
-
description: Union with string
|
|
1264
|
-
integerUnionNil:
|
|
1265
|
-
type: integer | nil
|
|
1266
|
-
description: Required but nillable
|
|
1267
|
-
notRequired:
|
|
1268
|
-
type: integer
|
|
1269
|
-
required: false
|
|
1270
|
-
description: Required but nillable
|
|
1271
|
-
integerDefault:
|
|
1272
|
-
type: integer
|
|
1273
|
-
default: 12
|
|
1274
|
-
description: Integer with default "12"
|
|
1275
|
-
floatDefault:
|
|
1276
|
-
type: number
|
|
1277
|
-
format: float
|
|
1278
|
-
multipleOf: 1.1
|
|
1279
|
-
default: 2.2
|
|
1280
|
-
description: float with default if "2.2"
|
|
1281
|
-
integerArray:
|
|
1282
|
-
type: integer[]
|
|
1283
|
-
description: A list of integers
|
|
1284
|
-
/any-body:
|
|
1285
|
-
post:
|
|
1286
|
-
body:
|
|
1287
|
-
application/json:
|
|
1288
|
-
type: any
|
|
1289
|
-
description: Whatever you want to put there, just do it.
|
|
1290
|
-
example: "An example of Any body"
|
|
1291
|
-
displayName: This is ANY
|
|
1292
|
-
default: "(empty)"
|
|
1293
|
-
/a-file-body:
|
|
1294
|
-
post:
|
|
1295
|
-
body:
|
|
1296
|
-
image/*:
|
|
1297
|
-
type: file
|
|
1298
|
-
fileTypes: ['image/jpeg', 'image/png']
|
|
1299
|
-
maxLength: 307200
|
|
1300
|
-
displayName: The image
|
|
1301
|
-
description: Allows to upload any image.
|
|
1302
|
-
/a-scalar-body:
|
|
1303
|
-
post:
|
|
1304
|
-
body:
|
|
1305
|
-
text/plain:
|
|
1306
|
-
type: string
|
|
1307
|
-
description: Generally some fine description
|
|
1308
|
-
default: "To be updated soon"
|
|
1309
|
-
minLength: 3
|
|
1310
|
-
maxLength: 1024
|
|
1311
|
-
/an-union-body:
|
|
1312
|
-
post:
|
|
1313
|
-
body:
|
|
1314
|
-
application/json:
|
|
1315
|
-
type: AppPerson|Product
|
|
1316
|
-
description: Either product or a person.
|
|
1317
|
-
/raml-examples:
|
|
1318
|
-
post:
|
|
1319
|
-
body:
|
|
1320
|
-
application/json:
|
|
1321
|
-
type: object
|
|
1322
|
-
examples: !include examples/person.raml
|
|
1323
|
-
/date-formats:
|
|
1324
|
-
post:
|
|
1325
|
-
body:
|
|
1326
|
-
application/json:
|
|
1327
|
-
properties:
|
|
1328
|
-
birthday:
|
|
1329
|
-
type: date-only # no implications about time or offset
|
|
1330
|
-
# example: 2015-05-23
|
|
1331
|
-
lunchtime:
|
|
1332
|
-
type: time-only # no implications about date or offset
|
|
1333
|
-
# example: 12:30:00
|
|
1334
|
-
fireworks:
|
|
1335
|
-
type: datetime-only
|
|
1336
|
-
# example: 2015-07-04T21:00:00
|
|
1337
|
-
created:
|
|
1338
|
-
type: datetime
|
|
1339
|
-
# example: 2016-02-28T16:41:41.090Z
|
|
1340
|
-
format: rfc3339
|
|
1341
|
-
If-Modified-Since:
|
|
1342
|
-
type: datetime
|
|
1343
|
-
# example: Sun, 28 Feb 2016 16:41:41 GMT
|
|
1344
|
-
format: rfc2616
|
|
1345
|
-
# rfc3339 or rfc2616
|
|
1346
|
-
/body-types:
|
|
1347
|
-
/json:
|
|
1348
|
-
post:
|
|
1349
|
-
body:
|
|
1350
|
-
application/json:
|
|
1351
|
-
type: AppPerson
|
|
1352
|
-
/xml:
|
|
1353
|
-
post:
|
|
1354
|
-
body:
|
|
1355
|
-
application/xml:
|
|
1356
|
-
type: AppPerson
|
|
1357
|
-
/form:
|
|
1358
|
-
post:
|
|
1359
|
-
body:
|
|
1360
|
-
application/x-www-form-urlencoded:
|
|
1361
|
-
type: AppPerson
|
|
1362
|
-
/multi-parts:
|
|
1363
|
-
post:
|
|
1364
|
-
body:
|
|
1365
|
-
multipart/form-data:
|
|
1366
|
-
type: AppPerson
|
|
1367
|
-
/generated-example:
|
|
1368
|
-
post:
|
|
1369
|
-
body:
|
|
1370
|
-
application/json:
|
|
1371
|
-
type: DemoPerson
|
|
1372
|
-
application/xml:
|
|
1373
|
-
type: DemoPerson
|
|
1374
|
-
application/x-www-form-urlencoded:
|
|
1375
|
-
type: DemoPerson
|
|
1376
|
-
put:
|
|
1377
|
-
body:
|
|
1378
|
-
application/json:
|
|
1379
|
-
type: DemoPerson[]
|
|
1380
|
-
application/xml:
|
|
1381
|
-
type: DemoPerson[]
|
|
1382
|
-
application/x-www-form-urlencoded:
|
|
1383
|
-
type: DemoPerson[]
|
|
1384
|
-
/demo-types:
|
|
1385
|
-
post:
|
|
1386
|
-
body:
|
|
1387
|
-
application/json:
|
|
1388
|
-
type: DemoTypes.Pet
|
|
1389
|
-
responses:
|
|
1390
|
-
200:
|
|
1391
|
-
body:
|
|
1392
|
-
application/json:
|
|
1393
|
-
type: DemoTypes.Dog | DemoTypes.Cat
|
|
1394
|
-
/raml-and-union:
|
|
1395
|
-
post:
|
|
1396
|
-
body:
|
|
1397
|
-
application/json:
|
|
1398
|
-
type: [DemoTypes.Mamal, DemoTypes.Pet]
|
|
1399
|
-
/raml-and-or-union:
|
|
1400
|
-
post:
|
|
1401
|
-
body:
|
|
1402
|
-
application/json:
|
|
1403
|
-
type: [DemoTypes.Mamal, DemoTypes.Pet | DemoTypes.Cat]
|
|
1404
|
-
/body-with-enums:
|
|
1405
|
-
post:
|
|
1406
|
-
body:
|
|
1407
|
-
application/json:
|
|
1408
|
-
type: object
|
|
1409
|
-
properties:
|
|
1410
|
-
anEnum:
|
|
1411
|
-
type: string
|
|
1412
|
-
default: Some value
|
|
1413
|
-
description: A combo of all string properties
|
|
1414
|
-
displayName: Combo (string)
|
|
1415
|
-
enum:
|
|
1416
|
-
- value 1
|
|
1417
|
-
- value 2
|
|
1418
|
-
- value 3
|
|
1419
|
-
- value 4
|
|
1420
|
-
- value 5
|
|
1421
|
-
- value 6
|
|
1422
|
-
- value 7
|
|
1423
|
-
- value 8
|
|
1424
|
-
- value 9
|
|
1425
|
-
- value 10
|