@microsoft/typespec-msgraph 0.0.1-Preview.9 → 1.0.0-Preview.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/dist/src/components/acceptable-media-types-annotation.js.map +1 -1
- package/dist/src/components/alternate-keys-annotation.js +2 -1
- package/dist/src/components/alternate-keys-annotation.js.map +1 -1
- package/dist/src/components/annotations.d.ts +3 -3
- package/dist/src/components/annotations.d.ts.map +1 -1
- package/dist/src/components/annotations.js +51 -8
- package/dist/src/components/annotations.js.map +1 -1
- package/dist/src/components/common-elements.d.ts +7 -7
- package/dist/src/components/common-elements.d.ts.map +1 -1
- package/dist/src/components/common-elements.js.map +1 -1
- package/dist/src/components/delta-annotation.d.ts +6 -0
- package/dist/src/components/delta-annotation.d.ts.map +1 -0
- package/dist/src/components/delta-annotation.js +18 -0
- package/dist/src/components/delta-annotation.js.map +1 -0
- package/dist/src/components/entity-container-element.d.ts.map +1 -1
- package/dist/src/components/entity-container-element.js +16 -6
- package/dist/src/components/entity-container-element.js.map +1 -1
- package/dist/src/components/enum-type-element.d.ts.map +1 -1
- package/dist/src/components/enum-type-element.js +6 -3
- package/dist/src/components/enum-type-element.js.map +1 -1
- package/dist/src/components/filter-restrictions-annotation.js +1 -1
- package/dist/src/components/filter-restrictions-annotation.js.map +1 -1
- package/dist/src/components/is-url-annotation.d.ts +5 -0
- package/dist/src/components/is-url-annotation.d.ts.map +1 -0
- package/dist/src/components/is-url-annotation.js +6 -0
- package/dist/src/components/is-url-annotation.js.map +1 -0
- package/dist/src/components/open-property-type-constraint-annotation-element.d.ts +5 -0
- package/dist/src/components/open-property-type-constraint-annotation-element.d.ts.map +1 -0
- package/dist/src/components/open-property-type-constraint-annotation-element.js +7 -0
- package/dist/src/components/open-property-type-constraint-annotation-element.js.map +1 -0
- package/dist/src/components/operation-element.d.ts.map +1 -1
- package/dist/src/components/operation-element.js +30 -15
- package/dist/src/components/operation-element.js.map +1 -1
- package/dist/src/components/permissions-annotation.js.map +1 -1
- package/dist/src/components/property-element.d.ts.map +1 -1
- package/dist/src/components/property-element.js +8 -4
- package/dist/src/components/property-element.js.map +1 -1
- package/dist/src/components/reference-target-element.d.ts +9 -0
- package/dist/src/components/reference-target-element.d.ts.map +1 -0
- package/dist/src/components/reference-target-element.js +3 -0
- package/dist/src/components/reference-target-element.js.map +1 -0
- package/dist/src/components/revisions-annotation.d.ts.map +1 -1
- package/dist/src/components/revisions-annotation.js +2 -1
- package/dist/src/components/revisions-annotation.js.map +1 -1
- package/dist/src/components/schema-element.d.ts.map +1 -1
- package/dist/src/components/schema-element.js +8 -3
- package/dist/src/components/schema-element.js.map +1 -1
- package/dist/src/components/select-supported-annotation.d.ts +5 -0
- package/dist/src/components/select-supported-annotation.d.ts.map +1 -0
- package/dist/src/components/select-supported-annotation.js +6 -0
- package/dist/src/components/select-supported-annotation.js.map +1 -0
- package/dist/src/components/structured-type-element.d.ts.map +1 -1
- package/dist/src/components/structured-type-element.js +8 -6
- package/dist/src/components/structured-type-element.js.map +1 -1
- package/dist/src/components/term-element.d.ts +9 -0
- package/dist/src/components/term-element.d.ts.map +1 -0
- package/dist/src/components/term-element.js +8 -0
- package/dist/src/components/term-element.js.map +1 -0
- package/dist/src/components/top-supported-annotation.js +1 -1
- package/dist/src/components/top-supported-annotation.js.map +1 -1
- package/dist/src/components/update-restrictions-annotation.d.ts +2 -1
- package/dist/src/components/update-restrictions-annotation.d.ts.map +1 -1
- package/dist/src/components/update-restrictions-annotation.js +4 -4
- package/dist/src/components/update-restrictions-annotation.js.map +1 -1
- package/dist/src/decorators/abstract.d.ts +2 -0
- package/dist/src/decorators/abstract.d.ts.map +1 -1
- package/dist/src/decorators/abstract.js +2 -0
- package/dist/src/decorators/abstract.js.map +1 -1
- package/dist/src/decorators/action.d.ts +2 -0
- package/dist/src/decorators/action.d.ts.map +1 -1
- package/dist/src/decorators/action.js +2 -0
- package/dist/src/decorators/action.js.map +1 -1
- package/dist/src/decorators/additional-query-parameters.d.ts +2 -0
- package/dist/src/decorators/additional-query-parameters.d.ts.map +1 -1
- package/dist/src/decorators/additional-query-parameters.js +2 -0
- package/dist/src/decorators/additional-query-parameters.js.map +1 -1
- package/dist/src/decorators/address-url-msa.d.ts +14 -0
- package/dist/src/decorators/address-url-msa.d.ts.map +1 -0
- package/dist/src/decorators/address-url-msa.js +21 -0
- package/dist/src/decorators/address-url-msa.js.map +1 -0
- package/dist/src/decorators/address-url.d.ts +18 -0
- package/dist/src/decorators/address-url.d.ts.map +1 -0
- package/dist/src/decorators/address-url.js +21 -0
- package/dist/src/decorators/address-url.js.map +1 -0
- package/dist/src/decorators/ags-attribute.d.ts +7 -3
- package/dist/src/decorators/ags-attribute.d.ts.map +1 -1
- package/dist/src/decorators/ags-attribute.js +102 -3
- package/dist/src/decorators/ags-attribute.js.map +1 -1
- package/dist/src/decorators/allowed-values.d.ts +2 -0
- package/dist/src/decorators/allowed-values.d.ts.map +1 -1
- package/dist/src/decorators/allowed-values.js +2 -0
- package/dist/src/decorators/allowed-values.js.map +1 -1
- package/dist/src/decorators/complex.d.ts +2 -0
- package/dist/src/decorators/complex.d.ts.map +1 -1
- package/dist/src/decorators/complex.js +2 -0
- package/dist/src/decorators/complex.js.map +1 -1
- package/dist/src/decorators/computed.d.ts +2 -0
- package/dist/src/decorators/computed.d.ts.map +1 -1
- package/dist/src/decorators/computed.js +2 -0
- package/dist/src/decorators/computed.js.map +1 -1
- package/dist/src/decorators/contains.d.ts +2 -0
- package/dist/src/decorators/contains.d.ts.map +1 -1
- package/dist/src/decorators/contains.js +2 -0
- package/dist/src/decorators/contains.js.map +1 -1
- package/dist/src/decorators/count.d.ts +2 -0
- package/dist/src/decorators/count.d.ts.map +1 -1
- package/dist/src/decorators/count.js +2 -0
- package/dist/src/decorators/count.js.map +1 -1
- package/dist/src/decorators/delta.d.ts +10 -0
- package/dist/src/decorators/delta.d.ts.map +1 -0
- package/dist/src/decorators/delta.js +14 -0
- package/dist/src/decorators/delta.js.map +1 -0
- package/dist/src/decorators/deprecated-definition.d.ts +2 -0
- package/dist/src/decorators/deprecated-definition.d.ts.map +1 -1
- package/dist/src/decorators/deprecated-definition.js.map +1 -1
- package/dist/src/decorators/entity.d.ts +3 -0
- package/dist/src/decorators/entity.d.ts.map +1 -1
- package/dist/src/decorators/entity.js +7 -1
- package/dist/src/decorators/entity.js.map +1 -1
- package/dist/src/decorators/expand.d.ts +3 -0
- package/dist/src/decorators/expand.d.ts.map +1 -1
- package/dist/src/decorators/expand.js +7 -1
- package/dist/src/decorators/expand.js.map +1 -1
- package/dist/src/decorators/experimental.d.ts +11 -0
- package/dist/src/decorators/experimental.d.ts.map +1 -0
- package/dist/src/decorators/experimental.js +15 -0
- package/dist/src/decorators/experimental.js.map +1 -0
- package/dist/src/decorators/filter.d.ts +2 -0
- package/dist/src/decorators/filter.d.ts.map +1 -1
- package/dist/src/decorators/filter.js +6 -4
- package/dist/src/decorators/filter.js.map +1 -1
- package/dist/src/decorators/function.d.ts +9 -2
- package/dist/src/decorators/function.d.ts.map +1 -1
- package/dist/src/decorators/function.js +7 -2
- package/dist/src/decorators/function.js.map +1 -1
- package/dist/src/decorators/global-operation.d.ts +11 -0
- package/dist/src/decorators/global-operation.d.ts.map +1 -0
- package/dist/src/decorators/global-operation.js +15 -0
- package/dist/src/decorators/global-operation.js.map +1 -0
- package/dist/src/decorators/graph-deprecated.d.ts +13 -0
- package/dist/src/decorators/graph-deprecated.d.ts.map +1 -0
- package/dist/src/decorators/graph-deprecated.js +21 -0
- package/dist/src/decorators/graph-deprecated.js.map +1 -0
- package/dist/src/decorators/graph-partial.d.ts +12 -0
- package/dist/src/decorators/graph-partial.d.ts.map +1 -0
- package/dist/src/decorators/graph-partial.js +18 -0
- package/dist/src/decorators/graph-partial.js.map +1 -0
- package/dist/src/decorators/graph-route.d.ts +5 -1
- package/dist/src/decorators/graph-route.d.ts.map +1 -1
- package/dist/src/decorators/graph-route.js +62 -19
- package/dist/src/decorators/graph-route.js.map +1 -1
- package/dist/src/decorators/graphFlags.d.ts +11 -0
- package/dist/src/decorators/graphFlags.d.ts.map +1 -0
- package/dist/src/decorators/graphFlags.js +15 -0
- package/dist/src/decorators/graphFlags.js.map +1 -0
- package/dist/src/decorators/immutable.d.ts +2 -0
- package/dist/src/decorators/immutable.d.ts.map +1 -1
- package/dist/src/decorators/immutable.js +2 -0
- package/dist/src/decorators/immutable.js.map +1 -1
- package/dist/src/decorators/index.d.ts +22 -4
- package/dist/src/decorators/index.d.ts.map +1 -1
- package/dist/src/decorators/index.js +22 -4
- package/dist/src/decorators/index.js.map +1 -1
- package/dist/src/decorators/is-owner.d.ts +5 -2
- package/dist/src/decorators/is-owner.d.ts.map +1 -1
- package/dist/src/decorators/is-owner.js +9 -4
- package/dist/src/decorators/is-owner.js.map +1 -1
- package/dist/src/decorators/limited-charset.d.ts +11 -0
- package/dist/src/decorators/limited-charset.d.ts.map +1 -0
- package/dist/src/decorators/limited-charset.js +15 -0
- package/dist/src/decorators/limited-charset.js.map +1 -0
- package/dist/src/decorators/media.d.ts +12 -0
- package/dist/src/decorators/media.d.ts.map +1 -0
- package/dist/src/decorators/media.js +18 -0
- package/dist/src/decorators/media.js.map +1 -0
- package/dist/src/decorators/open.d.ts +2 -0
- package/dist/src/decorators/open.d.ts.map +1 -1
- package/dist/src/decorators/open.js +2 -0
- package/dist/src/decorators/open.js.map +1 -1
- package/dist/src/decorators/operation-parameters.d.ts +2 -0
- package/dist/src/decorators/operation-parameters.d.ts.map +1 -1
- package/dist/src/decorators/operation-parameters.js +2 -0
- package/dist/src/decorators/operation-parameters.js.map +1 -1
- package/dist/src/decorators/order-by.d.ts +2 -0
- package/dist/src/decorators/order-by.d.ts.map +1 -1
- package/dist/src/decorators/order-by.js +2 -0
- package/dist/src/decorators/order-by.js.map +1 -1
- package/dist/src/decorators/ownerless.d.ts +10 -0
- package/dist/src/decorators/ownerless.d.ts.map +1 -0
- package/dist/src/decorators/ownerless.js +14 -0
- package/dist/src/decorators/ownerless.js.map +1 -0
- package/dist/src/decorators/passthrough-address-url-msa.d.ts +14 -0
- package/dist/src/decorators/passthrough-address-url-msa.d.ts.map +1 -0
- package/dist/src/decorators/passthrough-address-url-msa.js +20 -0
- package/dist/src/decorators/passthrough-address-url-msa.js.map +1 -0
- package/dist/src/decorators/passthrough-address-url.d.ts +14 -0
- package/dist/src/decorators/passthrough-address-url.d.ts.map +1 -0
- package/dist/src/decorators/passthrough-address-url.js +20 -0
- package/dist/src/decorators/passthrough-address-url.js.map +1 -0
- package/dist/src/decorators/prefixed-graph-routes.d.ts +10 -0
- package/dist/src/decorators/prefixed-graph-routes.d.ts.map +1 -0
- package/dist/src/decorators/prefixed-graph-routes.js +27 -0
- package/dist/src/decorators/prefixed-graph-routes.js.map +1 -0
- package/dist/src/decorators/private-preview-definition.d.ts +2 -0
- package/dist/src/decorators/private-preview-definition.d.ts.map +1 -1
- package/dist/src/decorators/private-preview-definition.js +2 -0
- package/dist/src/decorators/private-preview-definition.js.map +1 -1
- package/dist/src/decorators/private-preview.d.ts +4 -2
- package/dist/src/decorators/private-preview.d.ts.map +1 -1
- package/dist/src/decorators/private-preview.js +2 -0
- package/dist/src/decorators/private-preview.js.map +1 -1
- package/dist/src/decorators/privileged.d.ts +2 -0
- package/dist/src/decorators/privileged.d.ts.map +1 -1
- package/dist/src/decorators/privileged.js +2 -0
- package/dist/src/decorators/privileged.js.map +1 -1
- package/dist/src/decorators/public-namespace.d.ts +2 -0
- package/dist/src/decorators/public-namespace.d.ts.map +1 -1
- package/dist/src/decorators/public-namespace.js +6 -1
- package/dist/src/decorators/public-namespace.js.map +1 -1
- package/dist/src/decorators/read-only.d.ts +2 -0
- package/dist/src/decorators/read-only.d.ts.map +1 -1
- package/dist/src/decorators/read-only.js +2 -0
- package/dist/src/decorators/read-only.js.map +1 -1
- package/dist/src/decorators/reference-target.d.ts +17 -0
- package/dist/src/decorators/reference-target.d.ts.map +1 -0
- package/dist/src/decorators/reference-target.js +59 -0
- package/dist/src/decorators/reference-target.js.map +1 -0
- package/dist/src/decorators/references.d.ts +2 -0
- package/dist/src/decorators/references.d.ts.map +1 -1
- package/dist/src/decorators/references.js +2 -0
- package/dist/src/decorators/references.js.map +1 -1
- package/dist/src/decorators/required-for-create.d.ts +2 -0
- package/dist/src/decorators/required-for-create.d.ts.map +1 -1
- package/dist/src/decorators/required-for-create.js +2 -0
- package/dist/src/decorators/required-for-create.js.map +1 -1
- package/dist/src/decorators/return-source.d.ts +11 -0
- package/dist/src/decorators/return-source.d.ts.map +1 -0
- package/dist/src/decorators/return-source.js +28 -0
- package/dist/src/decorators/return-source.js.map +1 -0
- package/dist/src/decorators/search.d.ts +2 -0
- package/dist/src/decorators/search.d.ts.map +1 -1
- package/dist/src/decorators/search.js +2 -0
- package/dist/src/decorators/search.js.map +1 -1
- package/dist/src/decorators/select.d.ts +11 -0
- package/dist/src/decorators/select.d.ts.map +1 -0
- package/dist/src/decorators/select.js +15 -0
- package/dist/src/decorators/select.js.map +1 -0
- package/dist/src/decorators/shared-entity.d.ts +9 -0
- package/dist/src/decorators/shared-entity.d.ts.map +1 -0
- package/dist/src/decorators/shared-entity.js +15 -0
- package/dist/src/decorators/shared-entity.js.map +1 -0
- package/dist/src/decorators/skip.d.ts +2 -0
- package/dist/src/decorators/skip.d.ts.map +1 -1
- package/dist/src/decorators/skip.js +2 -0
- package/dist/src/decorators/skip.js.map +1 -1
- package/dist/src/decorators/term.d.ts +13 -0
- package/dist/src/decorators/term.d.ts.map +1 -0
- package/dist/src/decorators/term.js +14 -0
- package/dist/src/decorators/term.js.map +1 -0
- package/dist/src/decorators/top.d.ts +2 -0
- package/dist/src/decorators/top.d.ts.map +1 -1
- package/dist/src/decorators/top.js +2 -0
- package/dist/src/decorators/top.js.map +1 -1
- package/dist/src/decorators/workload-name-msa.d.ts +2 -0
- package/dist/src/decorators/workload-name-msa.d.ts.map +1 -1
- package/dist/src/decorators/workload-name-msa.js +2 -0
- package/dist/src/decorators/workload-name-msa.js.map +1 -1
- package/dist/src/decorators/workload-name.d.ts +2 -0
- package/dist/src/decorators/workload-name.d.ts.map +1 -1
- package/dist/src/decorators/workload-name.js +2 -0
- package/dist/src/decorators/workload-name.js.map +1 -1
- package/dist/src/decorators/workload-namespace.d.ts +12 -0
- package/dist/src/decorators/workload-namespace.d.ts.map +1 -0
- package/dist/src/decorators/workload-namespace.js +21 -0
- package/dist/src/decorators/workload-namespace.js.map +1 -0
- package/dist/src/decorators/write-only.d.ts +2 -0
- package/dist/src/decorators/write-only.d.ts.map +1 -1
- package/dist/src/decorators/write-only.js +2 -0
- package/dist/src/decorators/write-only.js.map +1 -1
- package/dist/src/dom/error-interceptor.d.ts +2 -0
- package/dist/src/dom/error-interceptor.d.ts.map +1 -0
- package/dist/src/dom/error-interceptor.js +13 -0
- package/dist/src/dom/error-interceptor.js.map +1 -0
- package/dist/src/dom/reconciler.js.map +1 -1
- package/dist/src/dom/renderer.d.ts +1 -0
- package/dist/src/dom/renderer.d.ts.map +1 -1
- package/dist/src/dom/renderer.js +1 -0
- package/dist/src/dom/renderer.js.map +1 -1
- package/dist/src/emitter.d.ts.map +1 -1
- package/dist/src/emitter.js +30 -3
- package/dist/src/emitter.js.map +1 -1
- package/dist/src/entities/address-url.d.ts +8 -0
- package/dist/src/entities/address-url.d.ts.map +1 -0
- package/dist/src/entities/address-url.js +47 -0
- package/dist/src/entities/address-url.js.map +1 -0
- package/dist/src/entities/annotations.d.ts +17 -4
- package/dist/src/entities/annotations.d.ts.map +1 -1
- package/dist/src/entities/annotations.js +120 -74
- package/dist/src/entities/annotations.js.map +1 -1
- package/dist/src/entities/entity-container.d.ts +21 -0
- package/dist/src/entities/entity-container.d.ts.map +1 -1
- package/dist/src/entities/entity-container.js +33 -4
- package/dist/src/entities/entity-container.js.map +1 -1
- package/dist/src/entities/enum.d.ts +3 -1
- package/dist/src/entities/enum.d.ts.map +1 -1
- package/dist/src/entities/enum.js +10 -5
- package/dist/src/entities/enum.js.map +1 -1
- package/dist/src/entities/model.d.ts +34 -10
- package/dist/src/entities/model.d.ts.map +1 -1
- package/dist/src/entities/model.js +310 -14
- package/dist/src/entities/model.js.map +1 -1
- package/dist/src/entities/ms-graph-route.d.ts +13 -0
- package/dist/src/entities/ms-graph-route.d.ts.map +1 -0
- package/dist/src/entities/ms-graph-route.js +67 -0
- package/dist/src/entities/ms-graph-route.js.map +1 -0
- package/dist/src/entities/namespace.d.ts +25 -4
- package/dist/src/entities/namespace.d.ts.map +1 -1
- package/dist/src/entities/namespace.js +314 -18
- package/dist/src/entities/namespace.js.map +1 -1
- package/dist/src/entities/operation.d.ts +18 -0
- package/dist/src/entities/operation.d.ts.map +1 -1
- package/dist/src/entities/operation.js +142 -20
- package/dist/src/entities/operation.js.map +1 -1
- package/dist/src/entities/property.d.ts.map +1 -1
- package/dist/src/entities/property.js +7 -0
- package/dist/src/entities/property.js.map +1 -1
- package/dist/src/entities/revision-definition.d.ts +3 -2
- package/dist/src/entities/revision-definition.d.ts.map +1 -1
- package/dist/src/entities/revision-definition.js +17 -6
- package/dist/src/entities/revision-definition.js.map +1 -1
- package/dist/src/entities/term.d.ts +8 -0
- package/dist/src/entities/term.d.ts.map +1 -0
- package/dist/src/entities/term.js +14 -0
- package/dist/src/entities/term.js.map +1 -0
- package/dist/src/index.d.ts +2 -0
- package/dist/src/index.d.ts.map +1 -1
- package/dist/src/index.js +2 -0
- package/dist/src/index.js.map +1 -1
- package/dist/src/lib.d.ts +123 -109
- package/dist/src/lib.d.ts.map +1 -1
- package/dist/src/lib.js +72 -10
- package/dist/src/lib.js.map +1 -1
- package/dist/src/linter.d.ts +1 -2
- package/dist/src/linter.d.ts.map +1 -1
- package/dist/src/linter.js +32 -42
- package/dist/src/linter.js.map +1 -1
- package/dist/src/path-tree.d.ts +16 -0
- package/dist/src/path-tree.d.ts.map +1 -0
- package/dist/src/path-tree.js +76 -0
- package/dist/src/path-tree.js.map +1 -0
- package/dist/src/rules/abstract.d.ts +2 -1
- package/dist/src/rules/abstract.d.ts.map +1 -1
- package/dist/src/rules/abstract.js +8 -8
- package/dist/src/rules/abstract.js.map +1 -1
- package/dist/src/rules/address-url.d.ts +20 -0
- package/dist/src/rules/address-url.d.ts.map +1 -0
- package/dist/src/rules/address-url.js +248 -0
- package/dist/src/rules/address-url.js.map +1 -0
- package/dist/src/rules/allowed-values.d.ts +2 -1
- package/dist/src/rules/allowed-values.d.ts.map +1 -1
- package/dist/src/rules/allowed-values.js +7 -7
- package/dist/src/rules/allowed-values.js.map +1 -1
- package/dist/src/rules/alternate-key.d.ts +4 -3
- package/dist/src/rules/alternate-key.d.ts.map +1 -1
- package/dist/src/rules/alternate-key.js +23 -23
- package/dist/src/rules/alternate-key.js.map +1 -1
- package/dist/src/rules/collection-navigation-properties-not-nullable.d.ts +2 -1
- package/dist/src/rules/collection-navigation-properties-not-nullable.d.ts.map +1 -1
- package/dist/src/rules/collection-navigation-properties-not-nullable.js +9 -9
- package/dist/src/rules/collection-navigation-properties-not-nullable.js.map +1 -1
- package/dist/src/rules/complex.d.ts +3 -0
- package/dist/src/rules/complex.d.ts.map +1 -0
- package/dist/src/rules/complex.js +27 -0
- package/dist/src/rules/complex.js.map +1 -0
- package/dist/src/rules/computed.d.ts +2 -3
- package/dist/src/rules/computed.d.ts.map +1 -1
- package/dist/src/rules/computed.js +14 -16
- package/dist/src/rules/computed.js.map +1 -1
- package/dist/src/rules/contains.d.ts +2 -1
- package/dist/src/rules/contains.d.ts.map +1 -1
- package/dist/src/rules/contains.js +9 -8
- package/dist/src/rules/contains.js.map +1 -1
- package/dist/src/rules/count.d.ts +2 -1
- package/dist/src/rules/count.d.ts.map +1 -1
- package/dist/src/rules/count.js +9 -8
- package/dist/src/rules/count.js.map +1 -1
- package/dist/src/rules/delta.d.ts +8 -0
- package/dist/src/rules/delta.d.ts.map +1 -0
- package/dist/src/rules/delta.js +208 -0
- package/dist/src/rules/delta.js.map +1 -0
- package/dist/src/rules/disallowed-typespec-decorators.d.ts +2 -1
- package/dist/src/rules/disallowed-typespec-decorators.d.ts.map +1 -1
- package/dist/src/rules/disallowed-typespec-decorators.js +29 -25
- package/dist/src/rules/disallowed-typespec-decorators.js.map +1 -1
- package/dist/src/rules/documentation.d.ts +4 -0
- package/dist/src/rules/documentation.d.ts.map +1 -0
- package/dist/src/rules/documentation.js +91 -0
- package/dist/src/rules/documentation.js.map +1 -0
- package/dist/src/rules/entity.d.ts +9 -2
- package/dist/src/rules/entity.d.ts.map +1 -1
- package/dist/src/rules/entity.js +170 -17
- package/dist/src/rules/entity.js.map +1 -1
- package/dist/src/rules/enum.d.ts +5 -1
- package/dist/src/rules/enum.d.ts.map +1 -1
- package/dist/src/rules/enum.js +35 -6
- package/dist/src/rules/enum.js.map +1 -1
- package/dist/src/rules/expand.d.ts +3 -2
- package/dist/src/rules/expand.d.ts.map +1 -1
- package/dist/src/rules/expand.js +25 -20
- package/dist/src/rules/expand.js.map +1 -1
- package/dist/src/rules/extends-on-same-type.d.ts +2 -1
- package/dist/src/rules/extends-on-same-type.d.ts.map +1 -1
- package/dist/src/rules/extends-on-same-type.js +9 -8
- package/dist/src/rules/extends-on-same-type.js.map +1 -1
- package/dist/src/rules/filter.d.ts +6 -3
- package/dist/src/rules/filter.d.ts.map +1 -1
- package/dist/src/rules/filter.js +100 -32
- package/dist/src/rules/filter.js.map +1 -1
- package/dist/src/rules/function.d.ts +3 -1
- package/dist/src/rules/function.d.ts.map +1 -1
- package/dist/src/rules/function.js +48 -9
- package/dist/src/rules/function.js.map +1 -1
- package/dist/src/rules/global-operation.d.ts +4 -0
- package/dist/src/rules/global-operation.d.ts.map +1 -0
- package/dist/src/rules/global-operation.js +60 -0
- package/dist/src/rules/global-operation.js.map +1 -0
- package/dist/src/rules/graph-deprecated.d.ts +8 -0
- package/dist/src/rules/graph-deprecated.d.ts.map +1 -0
- package/dist/src/rules/graph-deprecated.js +152 -0
- package/dist/src/rules/graph-deprecated.js.map +1 -0
- package/dist/src/rules/graph-partial.d.ts +9 -0
- package/dist/src/rules/graph-partial.d.ts.map +1 -0
- package/dist/src/rules/graph-partial.js +84 -0
- package/dist/src/rules/graph-partial.js.map +1 -0
- package/dist/src/rules/graph-route.d.ts +13 -2
- package/dist/src/rules/graph-route.d.ts.map +1 -1
- package/dist/src/rules/graph-route.js +324 -17
- package/dist/src/rules/graph-route.js.map +1 -1
- package/dist/src/rules/index.d.ts +16 -3
- package/dist/src/rules/index.d.ts.map +1 -1
- package/dist/src/rules/index.js +16 -3
- package/dist/src/rules/index.js.map +1 -1
- package/dist/src/rules/limited-charset.d.ts +3 -0
- package/dist/src/rules/limited-charset.d.ts.map +1 -0
- package/dist/src/rules/limited-charset.js +42 -0
- package/dist/src/rules/limited-charset.js.map +1 -0
- package/dist/src/rules/media.d.ts +10 -0
- package/dist/src/rules/media.d.ts.map +1 -0
- package/dist/src/rules/media.js +122 -0
- package/dist/src/rules/media.js.map +1 -0
- package/dist/src/rules/model.d.ts +10 -0
- package/dist/src/rules/model.d.ts.map +1 -0
- package/dist/src/rules/model.js +131 -0
- package/dist/src/rules/model.js.map +1 -0
- package/dist/src/rules/namespace.d.ts +5 -2
- package/dist/src/rules/namespace.d.ts.map +1 -1
- package/dist/src/rules/namespace.js +87 -35
- package/dist/src/rules/namespace.js.map +1 -1
- package/dist/src/rules/open.d.ts +2 -1
- package/dist/src/rules/open.d.ts.map +1 -1
- package/dist/src/rules/open.js +9 -8
- package/dist/src/rules/open.js.map +1 -1
- package/dist/src/rules/operation-inside-interface.d.ts +6 -1
- package/dist/src/rules/operation-inside-interface.d.ts.map +1 -1
- package/dist/src/rules/operation-inside-interface.js +78 -7
- package/dist/src/rules/operation-inside-interface.js.map +1 -1
- package/dist/src/rules/order-by.d.ts +3 -2
- package/dist/src/rules/order-by.d.ts.map +1 -1
- package/dist/src/rules/order-by.js +19 -19
- package/dist/src/rules/order-by.js.map +1 -1
- package/dist/src/rules/ownerless.d.ts +11 -0
- package/dist/src/rules/ownerless.d.ts.map +1 -0
- package/dist/src/rules/ownerless.js +170 -0
- package/dist/src/rules/ownerless.js.map +1 -0
- package/dist/src/rules/record-t.d.ts +11 -0
- package/dist/src/rules/record-t.d.ts.map +1 -0
- package/dist/src/rules/record-t.js +129 -0
- package/dist/src/rules/record-t.js.map +1 -0
- package/dist/src/rules/reference-target.d.ts +6 -0
- package/dist/src/rules/reference-target.d.ts.map +1 -0
- package/dist/src/rules/reference-target.js +113 -0
- package/dist/src/rules/reference-target.js.map +1 -0
- package/dist/src/rules/references.d.ts +2 -1
- package/dist/src/rules/references.d.ts.map +1 -1
- package/dist/src/rules/references.js +9 -8
- package/dist/src/rules/references.js.map +1 -1
- package/dist/src/rules/required-for-create.d.ts +2 -1
- package/dist/src/rules/required-for-create.d.ts.map +1 -1
- package/dist/src/rules/required-for-create.js +11 -10
- package/dist/src/rules/required-for-create.js.map +1 -1
- package/dist/src/rules/return-source.d.ts +3 -0
- package/dist/src/rules/return-source.d.ts.map +1 -0
- package/dist/src/rules/return-source.js +27 -0
- package/dist/src/rules/return-source.js.map +1 -0
- package/dist/src/rules/search.d.ts +2 -1
- package/dist/src/rules/search.d.ts.map +1 -1
- package/dist/src/rules/search.js +9 -8
- package/dist/src/rules/search.js.map +1 -1
- package/dist/src/rules/shared-entity.d.ts +8 -0
- package/dist/src/rules/shared-entity.d.ts.map +1 -0
- package/dist/src/rules/shared-entity.js +176 -0
- package/dist/src/rules/shared-entity.js.map +1 -0
- package/dist/src/rules/skip.d.ts +2 -1
- package/dist/src/rules/skip.d.ts.map +1 -1
- package/dist/src/rules/skip.js +9 -8
- package/dist/src/rules/skip.js.map +1 -1
- package/dist/src/rules/top.d.ts +2 -1
- package/dist/src/rules/top.d.ts.map +1 -1
- package/dist/src/rules/top.js +9 -8
- package/dist/src/rules/top.js.map +1 -1
- package/dist/src/testing/index.d.ts +1 -0
- package/dist/src/testing/index.d.ts.map +1 -1
- package/dist/src/testing/index.js +21 -0
- package/dist/src/testing/index.js.map +1 -1
- package/dist/src/utils.d.ts +70 -4
- package/dist/src/utils.d.ts.map +1 -1
- package/dist/src/utils.js +609 -54
- package/dist/src/utils.js.map +1 -1
- package/dist/src/validate.d.ts +3 -0
- package/dist/src/validate.d.ts.map +1 -0
- package/dist/src/validate.js +98 -0
- package/dist/src/validate.js.map +1 -0
- package/lib/bodies.tsp +71 -0
- package/lib/decorators.tsp +222 -29
- package/lib/lib.tsp +3 -1
- package/lib/msgraph.tsp +1 -0
- package/lib/porcelain.tsp +78 -23
- package/lib/responses.tsp +17 -40
- package/lib/shared-models.tsp +6 -51
- package/package.json +24 -26
- package/dist/src/decorators/flags.d.ts +0 -9
- package/dist/src/decorators/flags.d.ts.map +0 -1
- package/dist/src/decorators/flags.js +0 -13
- package/dist/src/decorators/flags.js.map +0 -1
- package/dist/src/decorators/has-stream.d.ts +0 -10
- package/dist/src/decorators/has-stream.d.ts.map +0 -1
- package/dist/src/decorators/has-stream.js +0 -17
- package/dist/src/decorators/has-stream.js.map +0 -1
- package/dist/src/rules/has-stream.d.ts +0 -2
- package/dist/src/rules/has-stream.d.ts.map +0 -1
- package/dist/src/rules/has-stream.js +0 -29
- package/dist/src/rules/has-stream.js.map +0 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"renderer.js","sourceRoot":"","sources":["../../../src/dom/renderer.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,aAAa,EAAE,MAAM,gBAAgB,CAAC;AAC1D,OAAO,UAAU,MAAM,iBAAiB,CAAC;
|
|
1
|
+
{"version":3,"file":"renderer.js","sourceRoot":"","sources":["../../../src/dom/renderer.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,aAAa,EAAE,MAAM,gBAAgB,CAAC;AAC1D,OAAO,UAAU,MAAM,iBAAiB,CAAC;AACzC,OAAO,wBAAwB,CAAC;AAEhC,SAAS,SAAS,CAAC,GAAW,EAAE,MAAc,IAAI;IAChD,IAAI,SAAS,GAAG,EAAE,CAAC;IACnB,IAAI,MAAM,GAAG,EAAE,CAAC;IAChB,GAAG,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC,OAAO,CAAC,UAAU,IAAI;QACvC,IAAI,IAAI,CAAC,KAAK,CAAC,OAAO,CAAC,EAAE,CAAC;YACxB,MAAM,GAAG,MAAM,CAAC,SAAS,CAAC,GAAG,CAAC,MAAM,CAAC,CAAC,CAAC,+BAA+B;QACxE,CAAC;QAED,SAAS,IAAI,MAAM,GAAG,GAAG,GAAG,IAAI,GAAG,OAAO,CAAC;QAC3C,IAAI,IAAI,CAAC,KAAK,CAAC,iBAAiB,CAAC,EAAE,CAAC;YAClC,MAAM,IAAI,GAAG,CAAC,CAAC,kBAAkB;QACnC,CAAC;IACH,CAAC,CAAC,CAAC;IAEH,OAAO,SAAS,CAAC,SAAS,CAAC,CAAC,EAAE,SAAS,CAAC,MAAM,GAAG,CAAC,CAAC,CAAC;AACtD,CAAC;AAED,eAAe;IACb,cAAc,CAAC,OAAoB;QACjC,MAAM,MAAM,GAAG,IAAI,SAAS,EAAE,CAAC;QAC/B,MAAM,MAAM,GAAG,MAAM,CAAC,eAAe,CACnC,wJAAwJ,EACxJ,UAAU,CACX,CAAC;QAEF,MAAM,YAAY,GAAG,MAAM,CAAC,eAAe,CAAC,UAAW,CAAC;QACxD,MAAM,SAAS,GAAG,UAAU,CAAC,eAAe,CAC1C,YAAY,EACZ,CAAC,EACD,IAAI,EACJ,KAAK,EACL,IAAI,EACJ,EAAE,EACF,GAAG,EAAE,GAAE,CAAC,EACR,IAAI,CACL,CAAC;QAEF,UAAU,CAAC,eAAe,CAAC,OAAO,EAAE,SAAS,CAAC,CAAC;QAE/C,OAAO,MAAM,CAAC;IAChB,CAAC;IAED,UAAU,CAAC,OAAoB;QAC7B,MAAM,UAAU,GAAG,IAAI,aAAa,EAAE,CAAC;QACvC,MAAM,MAAM,GAAG,IAAI,CAAC,cAAc,CAAC,OAAO,CAAC,CAAC;QAC5C,MAAM,OAAO,GAAG,UAAU,CAAC,iBAAiB,CAAC,MAAM,CAAC,CAAC;QAErD,OAAO,SAAS,CAAC,OAAO,CAAC,CAAC;IAC5B,CAAC;CACF,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"emitter.d.ts","sourceRoot":"","sources":["../../src/emitter.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,
|
|
1
|
+
{"version":3,"file":"emitter.d.ts","sourceRoot":"","sources":["../../src/emitter.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAA2E,MAAM,oBAAoB,CAAC;AAG1H,OAAO,EAAE,qBAAqB,EAAE,MAAM,UAAU,CAAC;AAEjD,eAAO,MAAM,mBAAmB,kBAAkB,CAAC;AAEnD,wBAAsB,OAAO,CAAC,OAAO,EAAE,WAAW,CAAC,qBAAqB,CAAC,iBAoCxE"}
|
package/dist/src/emitter.js
CHANGED
|
@@ -3,13 +3,40 @@ import { renderCsdl } from "./components/index.js";
|
|
|
3
3
|
import { GetMsGraphNamespaces } from "./entities/namespace.js";
|
|
4
4
|
export const defaultCsdlFileName = "workload.csdl";
|
|
5
5
|
export async function $onEmit(context) {
|
|
6
|
-
var _a;
|
|
7
6
|
const program = context.program;
|
|
8
7
|
const namespaces = GetMsGraphNamespaces(program);
|
|
9
|
-
|
|
8
|
+
// Get the first file in sourceFiles that is within the project root and not inside node_modules folder
|
|
9
|
+
const localFile = Array.from(program.sourceFiles.keys())
|
|
10
|
+
.find((sourceFile) => sourceFile.startsWith(program.projectRoot) && !sourceFile.includes('node_modules'));
|
|
11
|
+
const typespecFilename = localFile === null || localFile === void 0 ? void 0 : localFile.replace(/^.*[\\/]/, '');
|
|
12
|
+
const initialCsdl = renderCsdl(namespaces);
|
|
13
|
+
const xmlDeclarationEndIndex = initialCsdl.indexOf("?>") + 2;
|
|
14
|
+
const xmlComment = typespecFilename
|
|
15
|
+
? `<!-- This file is auto-generated from the TypeSpec source '${typespecFilename}'. DO NOT MODIFY -->`
|
|
16
|
+
: `<!-- Automatically generated file. DO NOT MODIFY -->`;
|
|
17
|
+
const csdl = `${initialCsdl.substring(0, xmlDeclarationEndIndex)}\n${xmlComment}${initialCsdl.substring(xmlDeclarationEndIndex)}`;
|
|
18
|
+
if (program.compilerOptions.noEmit === true)
|
|
19
|
+
return;
|
|
10
20
|
await program.host.mkdirp(program.compilerOptions.outputDir);
|
|
11
|
-
|
|
21
|
+
let csdlFileName = context.options.filename;
|
|
22
|
+
if (csdlFileName === undefined) {
|
|
23
|
+
if (typespecFilename) {
|
|
24
|
+
const firstFileStem = removeExtension(typespecFilename);
|
|
25
|
+
csdlFileName = `${firstFileStem}.csdl`;
|
|
26
|
+
}
|
|
27
|
+
else {
|
|
28
|
+
// Ultimate fallback.
|
|
29
|
+
csdlFileName = defaultCsdlFileName;
|
|
30
|
+
}
|
|
31
|
+
}
|
|
12
32
|
const csdlPath = resolvePath(program.compilerOptions.outputDir, csdlFileName);
|
|
13
33
|
await program.host.writeFile(csdlPath, csdl);
|
|
14
34
|
}
|
|
35
|
+
function removeExtension(filename) {
|
|
36
|
+
const lastDotIndex = filename.lastIndexOf('.');
|
|
37
|
+
if (lastDotIndex !== -1) {
|
|
38
|
+
return filename.substring(0, lastDotIndex);
|
|
39
|
+
}
|
|
40
|
+
return filename; // No extension found
|
|
41
|
+
}
|
|
15
42
|
//# sourceMappingURL=emitter.js.map
|
package/dist/src/emitter.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"emitter.js","sourceRoot":"","sources":["../../src/emitter.ts"],"names":[],"mappings":"AAAA,OAAO,EAAe,WAAW,
|
|
1
|
+
{"version":3,"file":"emitter.js","sourceRoot":"","sources":["../../src/emitter.ts"],"names":[],"mappings":"AAAA,OAAO,EAAe,WAAW,EAA8D,MAAM,oBAAoB,CAAC;AAC1H,OAAO,EAAE,UAAU,EAAE,MAAM,uBAAuB,CAAC;AACnD,OAAO,EAAE,oBAAoB,EAAE,MAAM,yBAAyB,CAAC;AAG/D,MAAM,CAAC,MAAM,mBAAmB,GAAG,eAAe,CAAC;AAEnD,MAAM,CAAC,KAAK,UAAU,OAAO,CAAC,OAA2C;IACvE,MAAM,OAAO,GAAG,OAAO,CAAC,OAAO,CAAC;IAChC,MAAM,UAAU,GAAG,oBAAoB,CAAC,OAAO,CAAC,CAAC;IAEjD,uGAAuG;IACvG,MAAM,SAAS,GAAG,KAAK,CAAC,IAAI,CAAC,OAAO,CAAC,WAAW,CAAC,IAAI,EAAE,CAAC;SACrD,IAAI,CAAC,CAAC,UAAU,EAAE,EAAE,CAAC,UAAU,CAAC,UAAU,CAAC,OAAO,CAAC,WAAW,CAAC,IAAI,CAAC,UAAU,CAAC,QAAQ,CAAC,cAAc,CAAC,CAAC,CAAC;IAE5G,MAAM,gBAAgB,GAAG,SAAS,aAAT,SAAS,uBAAT,SAAS,CAAE,OAAO,CAAC,UAAU,EAAE,EAAE,CAAC,CAAC;IAE5D,MAAM,WAAW,GAAG,UAAU,CAAC,UAAU,CAAC,CAAC;IAC3C,MAAM,sBAAsB,GAAG,WAAW,CAAC,OAAO,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC;IAC7D,MAAM,UAAU,GAAG,gBAAgB;QACjC,CAAC,CAAC,8DAA8D,gBAAgB,uBAAuB;QACvG,CAAC,CAAC,sDAAsD,CAAC;IAE3D,MAAM,IAAI,GAAG,GAAG,WAAW,CAAC,SAAS,CAAC,CAAC,EAAE,sBAAsB,CAAC,KAAK,UAAU,GAAG,WAAW,CAAC,SAAS,CAAC,sBAAsB,CAAC,EAAE,CAAC;IAElI,IAAI,OAAO,CAAC,eAAe,CAAC,MAAM,KAAK,IAAI;QAAE,OAAO;IAEpD,MAAM,OAAO,CAAC,IAAI,CAAC,MAAM,CAAC,OAAO,CAAC,eAAe,CAAC,SAAU,CAAC,CAAC;IAE9D,IAAI,YAAY,GAAuB,OAAO,CAAC,OAAO,CAAC,QAAQ,CAAC;IAChE,IAAI,YAAY,KAAK,SAAS,EAAE,CAAC;QAC/B,IAAI,gBAAgB,EAAE,CAAC;YACrB,MAAM,aAAa,GAAG,eAAe,CAAC,gBAAgB,CAAC,CAAC;YACxD,YAAY,GAAG,GAAG,aAAa,OAAO,CAAC;QACzC,CAAC;aAAM,CAAC;YACN,qBAAqB;YACrB,YAAY,GAAG,mBAAmB,CAAC;QACrC,CAAC;IACH,CAAC;IAED,MAAM,QAAQ,GAAG,WAAW,CAAC,OAAO,CAAC,eAAe,CAAC,SAAU,EAAE,YAAY,CAAC,CAAC;IAE/E,MAAM,OAAO,CAAC,IAAI,CAAC,SAAS,CAAC,QAAQ,EAAE,IAAI,CAAC,CAAC;AAC/C,CAAC;AAED,SAAS,eAAe,CAAC,QAAgB;IACvC,MAAM,YAAY,GAAG,QAAQ,CAAC,WAAW,CAAC,GAAG,CAAC,CAAC;IAC/C,IAAI,YAAY,KAAK,CAAC,CAAC,EAAE,CAAC;QACxB,OAAO,QAAQ,CAAC,SAAS,CAAC,CAAC,EAAE,YAAY,CAAC,CAAC;IAC7C,CAAC;IACD,OAAO,QAAQ,CAAC,CAAC,qBAAqB;AACxC,CAAC"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { Program, Interface, Operation } from "@typespec/compiler";
|
|
2
|
+
export type MsGraphAddressUrl = Record<string, string | boolean>;
|
|
3
|
+
export type MsGraphPassthroughAddressUrl = Record<string, string>;
|
|
4
|
+
export declare function getMsGraphAddressUrl(program: Program, target: Interface | Operation): MsGraphAddressUrl | undefined;
|
|
5
|
+
export declare function getMsGraphAddressUrlMsa(program: Program, target: Interface | Operation): MsGraphAddressUrl | undefined;
|
|
6
|
+
export declare function getMsGraphPassthroughAddressUrl(program: Program, target: Interface): MsGraphPassthroughAddressUrl | undefined;
|
|
7
|
+
export declare function getMsGraphPassthroughAddressUrlMsa(program: Program, target: Interface): MsGraphPassthroughAddressUrl | undefined;
|
|
8
|
+
//# sourceMappingURL=address-url.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"address-url.d.ts","sourceRoot":"","sources":["../../../src/entities/address-url.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,SAAS,EAAE,SAAS,EAAE,MAAM,oBAAoB,CAAC;AAenE,MAAM,MAAM,iBAAiB,GAAG,MAAM,CAAC,MAAM,EAAE,MAAM,GAAG,OAAO,CAAC,CAAC;AACjE,MAAM,MAAM,4BAA4B,GAAG,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;AAElE,wBAAgB,oBAAoB,CAClC,OAAO,EAAE,OAAO,EAChB,MAAM,EAAE,SAAS,GAAG,SAAS,GAC5B,iBAAiB,GAAG,SAAS,CAM/B;AAED,wBAAgB,uBAAuB,CACrC,OAAO,EAAE,OAAO,EAChB,MAAM,EAAE,SAAS,GAAG,SAAS,GAC5B,iBAAiB,GAAG,SAAS,CAM/B;AAED,wBAAgB,+BAA+B,CAC7C,OAAO,EAAE,OAAO,EAChB,MAAM,EAAE,SAAS,GAChB,4BAA4B,GAAG,SAAS,CAM1C;AAED,wBAAgB,kCAAkC,CAChD,OAAO,EAAE,OAAO,EAChB,MAAM,EAAE,SAAS,GAChB,4BAA4B,GAAG,SAAS,CAM1C"}
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
import { getAddressUrl, getAddressUrlMsa, getPassthroughAddressUrl, hasAddressUrl, hasAddressUrlMsa, hasPassthroughAddressUrl, } from "../index.js";
|
|
2
|
+
import { getPassthroughAddressUrlMsa, hasPassthroughAddressUrlMsa, } from "../decorators/passthrough-address-url-msa.js";
|
|
3
|
+
export function getMsGraphAddressUrl(program, target) {
|
|
4
|
+
if (hasAddressUrl(program, target)) {
|
|
5
|
+
const addressUrl = getAddressUrl(program, target);
|
|
6
|
+
return populateMsGraphAddressUrl("ags:AddressUrl", addressUrl);
|
|
7
|
+
}
|
|
8
|
+
return undefined;
|
|
9
|
+
}
|
|
10
|
+
export function getMsGraphAddressUrlMsa(program, target) {
|
|
11
|
+
if (hasAddressUrlMsa(program, target)) {
|
|
12
|
+
const addressUrlMsa = getAddressUrlMsa(program, target);
|
|
13
|
+
return populateMsGraphAddressUrl("ags:AddressUrlMSA", addressUrlMsa);
|
|
14
|
+
}
|
|
15
|
+
return undefined;
|
|
16
|
+
}
|
|
17
|
+
export function getMsGraphPassthroughAddressUrl(program, target) {
|
|
18
|
+
if (hasPassthroughAddressUrl(program, target)) {
|
|
19
|
+
const passthroughAddressUrl = getPassthroughAddressUrl(program, target);
|
|
20
|
+
return populateMsGraphPassthroughAddressUrl("ags:PassthroughAddressUrl", passthroughAddressUrl.url);
|
|
21
|
+
}
|
|
22
|
+
return undefined;
|
|
23
|
+
}
|
|
24
|
+
export function getMsGraphPassthroughAddressUrlMsa(program, target) {
|
|
25
|
+
if (hasPassthroughAddressUrlMsa(program, target)) {
|
|
26
|
+
const passthroughAddressUrlMsa = getPassthroughAddressUrlMsa(program, target);
|
|
27
|
+
return populateMsGraphPassthroughAddressUrl("ags:PassthroughAddressUrlMSA", passthroughAddressUrlMsa.url);
|
|
28
|
+
}
|
|
29
|
+
return undefined;
|
|
30
|
+
}
|
|
31
|
+
function populateMsGraphAddressUrl(addressUrlVariant, addressUrl) {
|
|
32
|
+
const msGraphAddressUrl = {};
|
|
33
|
+
msGraphAddressUrl[addressUrlVariant] = addressUrl.url;
|
|
34
|
+
if (addressUrl.omitRootNavigationSegment) {
|
|
35
|
+
msGraphAddressUrl["ags:AddressContainsEntitySetSegment"] = true;
|
|
36
|
+
}
|
|
37
|
+
if (addressUrl.appendSegmentNameToAddress) {
|
|
38
|
+
msGraphAddressUrl["ags:AppendSegmentNameToAddress"] = true;
|
|
39
|
+
}
|
|
40
|
+
return msGraphAddressUrl;
|
|
41
|
+
}
|
|
42
|
+
function populateMsGraphPassthroughAddressUrl(passthroughAddressUrlVariant, passthroughAddressUrl) {
|
|
43
|
+
const msGraphPassthroughAddressUrl = {};
|
|
44
|
+
msGraphPassthroughAddressUrl[passthroughAddressUrlVariant] = passthroughAddressUrl;
|
|
45
|
+
return msGraphPassthroughAddressUrl;
|
|
46
|
+
}
|
|
47
|
+
//# sourceMappingURL=address-url.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"address-url.js","sourceRoot":"","sources":["../../../src/entities/address-url.ts"],"names":[],"mappings":"AACA,OAAO,EAEL,aAAa,EACb,gBAAgB,EAChB,wBAAwB,EACxB,aAAa,EACb,gBAAgB,EAChB,wBAAwB,GACzB,MAAM,aAAa,CAAC;AACrB,OAAO,EACL,2BAA2B,EAC3B,2BAA2B,GAC5B,MAAM,8CAA8C,CAAC;AAKtD,MAAM,UAAU,oBAAoB,CAClC,OAAgB,EAChB,MAA6B;IAE7B,IAAI,aAAa,CAAC,OAAO,EAAE,MAAM,CAAC,EAAE,CAAC;QACnC,MAAM,UAAU,GAAG,aAAa,CAAC,OAAO,EAAE,MAAM,CAAE,CAAC;QACnD,OAAO,yBAAyB,CAAC,gBAAgB,EAAE,UAAU,CAAC,CAAC;IACjE,CAAC;IACD,OAAO,SAAS,CAAC;AACnB,CAAC;AAED,MAAM,UAAU,uBAAuB,CACrC,OAAgB,EAChB,MAA6B;IAE7B,IAAI,gBAAgB,CAAC,OAAO,EAAE,MAAM,CAAC,EAAE,CAAC;QACtC,MAAM,aAAa,GAAG,gBAAgB,CAAC,OAAO,EAAE,MAAM,CAAE,CAAC;QACzD,OAAO,yBAAyB,CAAC,mBAAmB,EAAE,aAAa,CAAC,CAAC;IACvE,CAAC;IACD,OAAO,SAAS,CAAC;AACnB,CAAC;AAED,MAAM,UAAU,+BAA+B,CAC7C,OAAgB,EAChB,MAAiB;IAEjB,IAAI,wBAAwB,CAAC,OAAO,EAAE,MAAM,CAAC,EAAE,CAAC;QAC9C,MAAM,qBAAqB,GAAG,wBAAwB,CAAC,OAAO,EAAE,MAAM,CAAE,CAAC;QACzE,OAAO,oCAAoC,CAAC,2BAA2B,EAAE,qBAAqB,CAAC,GAAG,CAAC,CAAC;IACtG,CAAC;IACD,OAAO,SAAS,CAAC;AACnB,CAAC;AAED,MAAM,UAAU,kCAAkC,CAChD,OAAgB,EAChB,MAAiB;IAEjB,IAAI,2BAA2B,CAAC,OAAO,EAAE,MAAM,CAAC,EAAE,CAAC;QACjD,MAAM,wBAAwB,GAAG,2BAA2B,CAAC,OAAO,EAAE,MAAM,CAAE,CAAC;QAC/E,OAAO,oCAAoC,CAAC,8BAA8B,EAAE,wBAAwB,CAAC,GAAG,CAAC,CAAC;IAC5G,CAAC;IACD,OAAO,SAAS,CAAC;AACnB,CAAC;AAED,SAAS,yBAAyB,CAChC,iBAEuB,EACvB,UAA+B;IAE/B,MAAM,iBAAiB,GAAsB,EAAE,CAAC;IAChD,iBAAiB,CAAC,iBAAiB,CAAC,GAAG,UAAU,CAAC,GAAG,CAAC;IACtD,IAAI,UAAU,CAAC,yBAAyB,EAAE,CAAC;QACzC,iBAAiB,CAAC,qCAAqC,CAAC,GAAG,IAAI,CAAC;IAClE,CAAC;IACD,IAAI,UAAU,CAAC,0BAA0B,EAAE,CAAC;QAC1C,iBAAiB,CAAC,gCAAgC,CAAC,GAAG,IAAI,CAAC;IAC7D,CAAC;IACD,OAAO,iBAAiB,CAAC;AAC3B,CAAC;AAED,SAAS,oCAAoC,CAC3C,4BAA0F,EAC1F,qBAA6B;IAE7B,MAAM,4BAA4B,GAAiC,EAAE,CAAC;IACtE,4BAA4B,CAAC,4BAA4B,CAAC,GAAG,qBAAqB,CAAC;IACnF,OAAO,4BAA4B,CAAC;AACtC,CAAC"}
|
|
@@ -4,11 +4,15 @@ import { AllowedValues, MsGraphModel } from "./model.js";
|
|
|
4
4
|
export interface ResourceAnnotations {
|
|
5
5
|
Target: string | undefined;
|
|
6
6
|
HasGetOnResource: boolean;
|
|
7
|
-
|
|
7
|
+
HasPut: boolean;
|
|
8
|
+
HasPatch: boolean;
|
|
8
9
|
HasDeleteOnResource: boolean;
|
|
9
10
|
HasExpandOnCollectionOrResource: boolean;
|
|
10
11
|
NonExpandableProperties: string[] | undefined;
|
|
11
12
|
Description: string | undefined;
|
|
13
|
+
HasNavigationProperties: boolean;
|
|
14
|
+
ExplicitBindingOperationNames: string[];
|
|
15
|
+
IsSelectable: boolean;
|
|
12
16
|
}
|
|
13
17
|
export interface CollectionAnnotations {
|
|
14
18
|
Target: string | undefined;
|
|
@@ -16,7 +20,8 @@ export interface CollectionAnnotations {
|
|
|
16
20
|
HasGetOnResource: boolean;
|
|
17
21
|
HasPostOnCollection: boolean;
|
|
18
22
|
RequiredProperties: string[] | undefined;
|
|
19
|
-
|
|
23
|
+
HasPut: boolean;
|
|
24
|
+
HasPatch: boolean;
|
|
20
25
|
HasDeleteOnResource: boolean;
|
|
21
26
|
HasCountOnCollection: boolean;
|
|
22
27
|
HasExpandOnCollectionOrResource: boolean;
|
|
@@ -29,12 +34,20 @@ export interface CollectionAnnotations {
|
|
|
29
34
|
NonSortableProperties: string[] | undefined;
|
|
30
35
|
HasTopOnCollection: boolean;
|
|
31
36
|
Description: string | undefined;
|
|
37
|
+
HasNavigationProperties: boolean;
|
|
38
|
+
ExplicitBindingOperationNames: string[];
|
|
39
|
+
IsSelectable: boolean;
|
|
40
|
+
}
|
|
41
|
+
export interface ExplicitOperationBindingsAnnotation {
|
|
42
|
+
Target: string | undefined;
|
|
43
|
+
Description: string | undefined;
|
|
44
|
+
ExplicitBindingOperationNames: string[];
|
|
32
45
|
}
|
|
33
46
|
export interface AllowedValuesAnnotations {
|
|
34
47
|
Target: string;
|
|
35
48
|
allowedValues: AllowedValues;
|
|
36
49
|
}
|
|
37
|
-
export declare function GetResourceAnnotations(program: Program, namespaceName: string, navigationSources: Map<string, MsGraphInterface>): Map<string, ResourceAnnotations>;
|
|
38
|
-
export declare function GetCollectionAnnotations(program: Program, namespaceName: string, sources: Map<string, MsGraphInterface>): Map<string, CollectionAnnotations>;
|
|
50
|
+
export declare function GetResourceAnnotations(program: Program, namespaceName: string, navigationSources: Map<string, MsGraphInterface>): Map<string, ResourceAnnotations | ExplicitOperationBindingsAnnotation>;
|
|
51
|
+
export declare function GetCollectionAnnotations(program: Program, namespaceName: string, sources: Map<string, MsGraphInterface>): Map<string, CollectionAnnotations | ExplicitOperationBindingsAnnotation>;
|
|
39
52
|
export declare function GetAllowedValuesAnnotations(program: Program, namespaceName: string, models: Map<string, MsGraphModel>): Map<string, AllowedValuesAnnotations>;
|
|
40
53
|
//# sourceMappingURL=annotations.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"annotations.d.ts","sourceRoot":"","sources":["../../../src/entities/annotations.ts"],"names":[],"mappings":"AAAA,OAAO,
|
|
1
|
+
{"version":3,"file":"annotations.d.ts","sourceRoot":"","sources":["../../../src/entities/annotations.ts"],"names":[],"mappings":"AAAA,OAAO,EAAS,OAAO,EAAmC,MAAM,oBAAoB,CAAC;AACrF,OAAO,EAAE,gBAAgB,EAAmK,MAAM,aAAa,CAAC;AAEhN,OAAO,EAAE,aAAa,EAAE,YAAY,EAAE,MAAM,YAAY,CAAC;AAGzD,MAAM,WAAW,mBAAmB;IAClC,MAAM,EAAE,MAAM,GAAG,SAAS,CAAC;IAC3B,gBAAgB,EAAE,OAAO,CAAC;IAC1B,MAAM,EAAE,OAAO,CAAC;IAChB,QAAQ,EAAE,OAAO,CAAC;IAClB,mBAAmB,EAAE,OAAO,CAAC;IAC7B,+BAA+B,EAAE,OAAO,CAAC;IACzC,uBAAuB,EAAE,MAAM,EAAE,GAAG,SAAS,CAAC;IAC9C,WAAW,EAAE,MAAM,GAAG,SAAS,CAAC;IAChC,uBAAuB,EAAE,OAAO,CAAC;IACjC,6BAA6B,EAAE,MAAM,EAAE,CAAC;IACxC,YAAY,EAAE,OAAO,CAAC;CACvB;AAED,MAAM,WAAW,qBAAqB;IACpC,MAAM,EAAE,MAAM,GAAG,SAAS,CAAC;IAC3B,kBAAkB,EAAE,OAAO,CAAC;IAC5B,gBAAgB,EAAE,OAAO,CAAC;IAC1B,mBAAmB,EAAE,OAAO,CAAC;IAC7B,kBAAkB,EAAE,MAAM,EAAE,GAAG,SAAS,CAAC;IACzC,MAAM,EAAE,OAAO,CAAC;IAChB,QAAQ,EAAE,OAAO,CAAC;IAClB,mBAAmB,EAAE,OAAO,CAAC;IAC7B,oBAAoB,EAAE,OAAO,CAAC;IAC9B,+BAA+B,EAAE,OAAO,CAAC;IACzC,uBAAuB,EAAE,MAAM,EAAE,GAAG,SAAS,CAAC;IAC9C,qBAAqB,EAAE,OAAO,CAAC;IAC/B,mBAAmB,EAAE,OAAO,CAAC;IAC7B,kBAAkB,EAAE,OAAO,CAAC;IAC5B,uBAAuB,EAAE,MAAM,EAAE,GAAG,SAAS,CAAC;IAC9C,mBAAmB,EAAE,OAAO,CAAC;IAC7B,qBAAqB,EAAE,MAAM,EAAE,GAAG,SAAS,CAAC;IAC5C,kBAAkB,EAAE,OAAO,CAAC;IAC5B,WAAW,EAAE,MAAM,GAAG,SAAS,CAAC;IAChC,uBAAuB,EAAE,OAAO,CAAC;IACjC,6BAA6B,EAAE,MAAM,EAAE,CAAC;IACxC,YAAY,EAAE,OAAO,CAAC;CACvB;AAED,MAAM,WAAW,mCAAmC;IAClD,MAAM,EAAE,MAAM,GAAG,SAAS,CAAC;IAC3B,WAAW,EAAE,MAAM,GAAG,SAAS,CAAC;IAChC,6BAA6B,EAAE,MAAM,EAAE,CAAC;CACzC;AAED,MAAM,WAAW,wBAAwB;IACvC,MAAM,EAAE,MAAM,CAAC;IACf,aAAa,EAAE,aAAa,CAAC;CAC9B;AAED,wBAAgB,sBAAsB,CAAC,OAAO,EAAE,OAAO,EAAE,aAAa,EAAE,MAAM,EAAE,iBAAiB,EAAE,GAAG,CAAC,MAAM,EAAE,gBAAgB,CAAC,GAAG,GAAG,CAAC,MAAM,EAAE,mBAAmB,GAAG,mCAAmC,CAAC,CAYxM;AA6DD,wBAAgB,wBAAwB,CAAC,OAAO,EAAE,OAAO,EAAE,aAAa,EAAE,MAAM,EAAE,OAAO,EAAE,GAAG,CAAC,MAAM,EAAE,gBAAgB,CAAC,GAAG,GAAG,CAAC,MAAM,EAAE,qBAAqB,GAAG,mCAAmC,CAAC,CAYlM;AAyHD,wBAAgB,2BAA2B,CAAC,OAAO,EAAE,OAAO,EAAE,aAAa,EAAE,MAAM,EAAE,MAAM,EAAE,GAAG,CAAC,MAAM,EAAE,YAAY,CAAC,GAAG,GAAG,CAAC,MAAM,EAAE,wBAAwB,CAAC,CAiB7J"}
|
|
@@ -1,10 +1,14 @@
|
|
|
1
1
|
import { getDoc, walkPropertiesInherited } from "@typespec/compiler";
|
|
2
|
-
import { getInterfaceNavigationSourceType } from "../utils.js";
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
2
|
+
import { getInterfaceNavigationSourceType, getModelStructuralPropertyNames, isInterfaceBindingTypeOwned, isRouteIndexOfACollection, isNavigationProperty } from "../utils.js";
|
|
3
|
+
import { getAction, getExpand, getFilter, getFunction, getOrderBy, getPublicNamespaceName, isAction, isCount, isExpand, isFilter, isFunction, isOrderBy, isRequiredForCreate, isSearch, isSelect, isSkip, isTop } from "../index.js";
|
|
4
|
+
import { DEFAULT_MSGRAPH_NAMESPACE } from "./namespace.js";
|
|
5
5
|
export function GetResourceAnnotations(program, namespaceName, navigationSources) {
|
|
6
6
|
const annotations = new Map();
|
|
7
7
|
navigationSources.forEach((entity, routePath) => {
|
|
8
|
+
// skip any route that ends with $ref
|
|
9
|
+
if (routePath.endsWith("$ref")) {
|
|
10
|
+
return;
|
|
11
|
+
}
|
|
8
12
|
annotations.set(routePath, getResourceAnnotations(program, namespaceName, routePath, entity));
|
|
9
13
|
});
|
|
10
14
|
return annotations;
|
|
@@ -12,99 +16,141 @@ export function GetResourceAnnotations(program, namespaceName, navigationSources
|
|
|
12
16
|
function getResourceAnnotations(program, namespaceName, routePath, entity) {
|
|
13
17
|
const resource = entity.theInterface;
|
|
14
18
|
const type = getInterfaceNavigationSourceType(program, resource);
|
|
15
|
-
const
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
19
|
+
const explicitBindingOperationNames = getExplicitBindingOperationNames(program, entity);
|
|
20
|
+
let annotations;
|
|
21
|
+
if (isInterfaceBindingTypeOwned(program, resource)) {
|
|
22
|
+
const hasNavigationProperties = [...walkPropertiesInherited(type)].some((property) => isNavigationProperty(program, property));
|
|
23
|
+
const [hasExpandOnCollectionOrResource, nonExpandableProperties] = getExpandProperties(program, type, entity.operations);
|
|
24
|
+
const isSelectable = entity.operations.some(o => isSelect(program, o.theOperation));
|
|
25
|
+
annotations = {
|
|
26
|
+
Target: `${namespaceName}.container/${routePath}`,
|
|
27
|
+
HasGetOnResource: entity.operations.some(o => o.verb === "get"),
|
|
28
|
+
HasPut: entity.operations.some(o => o.verb === "put"),
|
|
29
|
+
HasPatch: entity.operations.some(o => o.verb === "patch"),
|
|
30
|
+
HasDeleteOnResource: entity.operations.some(o => o.verb === "delete"),
|
|
31
|
+
HasExpandOnCollectionOrResource: hasExpandOnCollectionOrResource,
|
|
32
|
+
NonExpandableProperties: nonExpandableProperties,
|
|
33
|
+
Description: getDoc(program, resource),
|
|
34
|
+
HasNavigationProperties: hasNavigationProperties,
|
|
35
|
+
ExplicitBindingOperationNames: explicitBindingOperationNames,
|
|
36
|
+
IsSelectable: isSelectable,
|
|
37
|
+
};
|
|
38
|
+
}
|
|
39
|
+
else {
|
|
40
|
+
annotations = {
|
|
41
|
+
Target: `${namespaceName}.container/${routePath}`,
|
|
42
|
+
Description: getDoc(program, resource),
|
|
43
|
+
ExplicitBindingOperationNames: explicitBindingOperationNames
|
|
44
|
+
};
|
|
45
|
+
}
|
|
31
46
|
return annotations;
|
|
32
47
|
}
|
|
48
|
+
function getExplicitBindingOperationNames(program, entity) {
|
|
49
|
+
var _a;
|
|
50
|
+
const actionAndFunctionOperations = Object.values(entity.operations).
|
|
51
|
+
filter(({ theOperation }) => isAction(program, theOperation) || isFunction(program, theOperation));
|
|
52
|
+
const namespaceName = entity.theInterface.namespace
|
|
53
|
+
? (_a = getPublicNamespaceName(program, entity.theInterface.namespace)) !== null && _a !== void 0 ? _a : DEFAULT_MSGRAPH_NAMESPACE
|
|
54
|
+
: DEFAULT_MSGRAPH_NAMESPACE;
|
|
55
|
+
return actionAndFunctionOperations.
|
|
56
|
+
map(({ theOperation }) => {
|
|
57
|
+
var _a;
|
|
58
|
+
if (isAction(program, theOperation)) {
|
|
59
|
+
return getAction(program, theOperation) || '';
|
|
60
|
+
}
|
|
61
|
+
return ((_a = getFunction(program, theOperation)) === null || _a === void 0 ? void 0 : _a.name) || '';
|
|
62
|
+
}).
|
|
63
|
+
map(value => `${namespaceName}.${value}`);
|
|
64
|
+
}
|
|
33
65
|
export function GetCollectionAnnotations(program, namespaceName, sources) {
|
|
34
66
|
const annotations = new Map();
|
|
35
67
|
sources.forEach((entity, routePath) => {
|
|
68
|
+
// skip any route that ends with $ref
|
|
69
|
+
if (routePath.endsWith("$ref")) {
|
|
70
|
+
return;
|
|
71
|
+
}
|
|
36
72
|
annotations.set(routePath, getCollectionAnnotations(program, namespaceName, routePath, entity));
|
|
37
73
|
});
|
|
38
74
|
return annotations;
|
|
39
75
|
}
|
|
40
76
|
function getCollectionAnnotations(program, namespaceName, routePath, entity) {
|
|
41
77
|
const collection = entity.theInterface;
|
|
42
|
-
const
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
78
|
+
const explicitBindingOperationNames = getExplicitBindingOperationNames(program, entity);
|
|
79
|
+
let annotations;
|
|
80
|
+
if (isInterfaceBindingTypeOwned(program, collection)) {
|
|
81
|
+
const type = getInterfaceNavigationSourceType(program, collection);
|
|
82
|
+
const hasNavigationProperties = [...walkPropertiesInherited(type)].some((property) => isNavigationProperty(program, property));
|
|
83
|
+
const [hasFilterOperation, nonFilterableProperties] = getFilterProperties(program, type, entity.operations);
|
|
84
|
+
const [hasExpandOnCollectionOrResource, nonExpandableProperties] = getExpandProperties(program, type, entity.operations);
|
|
85
|
+
const [hasSortOnCollection, nonSortableProperties] = getSortProperties(program, type, entity.operations);
|
|
86
|
+
const isSelectable = entity.operations.some(o => isSelect(program, o.theOperation));
|
|
87
|
+
const hasGetOnCollection = entity.operations.some(o => !isRouteIndexOfACollection(o.theOperation.interface, o.graphRoute) && o.verb === "get");
|
|
88
|
+
const hasGetOnResource = entity.operations.some(o => isRouteIndexOfACollection(o.theOperation.interface, o.graphRoute) && o.verb === "get");
|
|
89
|
+
annotations = {
|
|
90
|
+
Target: `${namespaceName}.container/${routePath}`,
|
|
91
|
+
HasGetOnCollection: hasGetOnCollection,
|
|
92
|
+
HasGetOnResource: hasGetOnResource,
|
|
93
|
+
HasPostOnCollection: entity.operations.some(o => o.verb === "post"),
|
|
94
|
+
RequiredProperties: getRequiredForCreateProperties(program, type),
|
|
95
|
+
HasPut: entity.operations.some(o => o.verb === "put"),
|
|
96
|
+
HasPatch: entity.operations.some(o => o.verb === "patch"),
|
|
97
|
+
HasDeleteOnResource: entity.operations.some(o => o.verb === "delete"),
|
|
98
|
+
HasCountOnCollection: entity.operations.some(o => isCount(program, o.theOperation)),
|
|
99
|
+
HasSearchOnCollection: entity.operations.some(o => isSearch(program, o.theOperation)),
|
|
100
|
+
HasSkipOnCollection: entity.operations.some(o => isSkip(program, o.theOperation)),
|
|
101
|
+
HasFilterOperation: hasFilterOperation,
|
|
102
|
+
NonFilterableProperties: nonFilterableProperties,
|
|
103
|
+
HasExpandOnCollectionOrResource: hasExpandOnCollectionOrResource,
|
|
104
|
+
NonExpandableProperties: nonExpandableProperties,
|
|
105
|
+
HasSortOnCollection: hasSortOnCollection,
|
|
106
|
+
NonSortableProperties: nonSortableProperties,
|
|
107
|
+
HasTopOnCollection: entity.operations.some(o => isTop(program, o.theOperation)),
|
|
108
|
+
Description: getDoc(program, collection),
|
|
109
|
+
HasNavigationProperties: hasNavigationProperties,
|
|
110
|
+
ExplicitBindingOperationNames: explicitBindingOperationNames,
|
|
111
|
+
IsSelectable: isSelectable,
|
|
112
|
+
};
|
|
113
|
+
}
|
|
114
|
+
else {
|
|
115
|
+
annotations = {
|
|
116
|
+
Target: `${namespaceName}.container/${routePath}`,
|
|
117
|
+
Description: getDoc(program, collection),
|
|
118
|
+
ExplicitBindingOperationNames: explicitBindingOperationNames
|
|
119
|
+
};
|
|
120
|
+
}
|
|
72
121
|
return annotations;
|
|
73
122
|
}
|
|
74
|
-
function getExpandProperties(program, type,
|
|
75
|
-
const
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
if (expandOperationMethod) {
|
|
79
|
-
const expandableProperties = getExpand(program, expandOperationMethod.operation);
|
|
123
|
+
function getExpandProperties(program, type, operations) {
|
|
124
|
+
const expandOperation = operations.find(o => o.verb === "get" && isExpand(program, o.theOperation));
|
|
125
|
+
if (expandOperation) {
|
|
126
|
+
const expandableProperties = getExpand(program, expandOperation.theOperation);
|
|
80
127
|
const navigationProperties = [...walkPropertiesInherited(type)]
|
|
81
|
-
.filter((property) =>
|
|
128
|
+
.filter((property) => isNavigationProperty(program, property))
|
|
82
129
|
.map((property) => property.name);
|
|
83
|
-
const nonExpandableProperties = navigationProperties.filter((property) =>
|
|
130
|
+
const nonExpandableProperties = navigationProperties.filter((property) => !(expandableProperties === null || expandableProperties === void 0 ? void 0 : expandableProperties.includes(property)));
|
|
84
131
|
return [true, nonExpandableProperties];
|
|
85
132
|
}
|
|
86
133
|
return [false, undefined];
|
|
87
134
|
}
|
|
88
|
-
function getFilterProperties(program, type,
|
|
89
|
-
const
|
|
90
|
-
if (
|
|
91
|
-
const
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
const
|
|
96
|
-
|
|
135
|
+
function getFilterProperties(program, type, operations) {
|
|
136
|
+
const filterOperation = operations.find(o => o.verb === "get" && isFilter(program, o.theOperation));
|
|
137
|
+
if (filterOperation) {
|
|
138
|
+
const filterablePropertyNames = getFilter(program, filterOperation.theOperation);
|
|
139
|
+
if (filterablePropertyNames.length === 1 && filterablePropertyNames[0] === "*") {
|
|
140
|
+
return [true, undefined];
|
|
141
|
+
}
|
|
142
|
+
const structuralPropertyNames = getModelStructuralPropertyNames(program, type);
|
|
143
|
+
const nonFilterablePropertyNames = structuralPropertyNames.filter(p => !filterablePropertyNames.includes(p));
|
|
144
|
+
return [true, nonFilterablePropertyNames];
|
|
97
145
|
}
|
|
98
146
|
return [false, undefined];
|
|
99
147
|
}
|
|
100
|
-
function getSortProperties(program, type,
|
|
101
|
-
const sortOperationMethod =
|
|
102
|
-
m.hasMinimumParameters &&
|
|
103
|
-
isOrderBy(program, m.operation));
|
|
148
|
+
function getSortProperties(program, type, operations) {
|
|
149
|
+
const sortOperationMethod = operations.find(o => o.verb === "get" && isOrderBy(program, o.theOperation));
|
|
104
150
|
if (sortOperationMethod) {
|
|
105
|
-
const sortableProperties = getOrderBy(program, sortOperationMethod.
|
|
151
|
+
const sortableProperties = getOrderBy(program, sortOperationMethod.theOperation);
|
|
106
152
|
const nonNavigationProperties = [...walkPropertiesInherited(type)]
|
|
107
|
-
.filter((property) => !
|
|
153
|
+
.filter((property) => !isNavigationProperty(program, property))
|
|
108
154
|
.map((property) => property.name);
|
|
109
155
|
const nonSortableProperties = nonNavigationProperties.filter((property) => !sortableProperties.includes(property));
|
|
110
156
|
return [true, nonSortableProperties];
|
|
@@ -124,10 +170,10 @@ export function GetAllowedValuesAnnotations(program, namespaceName, models) {
|
|
|
124
170
|
if ((properties === null || properties === void 0 ? void 0 : properties.length) > 0) {
|
|
125
171
|
properties.forEach(property => {
|
|
126
172
|
var _a, _b;
|
|
127
|
-
if (((_b = (_a = property === null || property === void 0 ? void 0 : property.
|
|
173
|
+
if (((_b = (_a = property === null || property === void 0 ? void 0 : property.AllowedValues) === null || _a === void 0 ? void 0 : _a.values) === null || _b === void 0 ? void 0 : _b.length) > 0) {
|
|
128
174
|
annotations.set(`${namespaceName}/${value.Name}/${property.Name}`, {
|
|
129
175
|
Target: `${namespaceName}/${value.Name}/${property.Name}`,
|
|
130
|
-
allowedValues: property.
|
|
176
|
+
allowedValues: property.AllowedValues,
|
|
131
177
|
});
|
|
132
178
|
}
|
|
133
179
|
});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"annotations.js","sourceRoot":"","sources":["../../../src/entities/annotations.ts"],"names":[],"mappings":"AAAA,OAAO,
|
|
1
|
+
{"version":3,"file":"annotations.js","sourceRoot":"","sources":["../../../src/entities/annotations.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,15 +1,36 @@
|
|
|
1
1
|
import { Program } from "@typespec/compiler";
|
|
2
2
|
import { MsGraphInterface } from "../utils.js";
|
|
3
|
+
import { MsGraphAddressUrl } from "./address-url.js";
|
|
4
|
+
import { DeltaProperties } from "./model.js";
|
|
5
|
+
import { RevisionDefinition } from "./revision-definition.js";
|
|
6
|
+
interface NavigationPropertyBinding {
|
|
7
|
+
Path: string;
|
|
8
|
+
Target: string;
|
|
9
|
+
}
|
|
3
10
|
export interface Singleton {
|
|
4
11
|
Name: string | undefined;
|
|
5
12
|
TypeName: string;
|
|
6
13
|
AgsAttributes: Record<string, string>;
|
|
14
|
+
NavigationPropertyBindingProperties?: NavigationPropertyBinding;
|
|
15
|
+
AddressUrl: MsGraphAddressUrl | undefined;
|
|
16
|
+
AddressUrlMsa: MsGraphAddressUrl | undefined;
|
|
17
|
+
PassThroughAddressUrl: MsGraphAddressUrl | undefined;
|
|
18
|
+
PassThroughAddressUrlMsa: MsGraphAddressUrl | undefined;
|
|
19
|
+
RevisionDefinition?: RevisionDefinition | undefined;
|
|
7
20
|
}
|
|
8
21
|
export interface EntitySet {
|
|
9
22
|
Name: string | undefined;
|
|
10
23
|
TypeName: string;
|
|
11
24
|
AgsAttributes: Record<string, string | boolean | undefined>;
|
|
25
|
+
NavigationPropertyBindingProperties?: NavigationPropertyBinding;
|
|
26
|
+
AddressUrl: MsGraphAddressUrl | undefined;
|
|
27
|
+
AddressUrlMsa: MsGraphAddressUrl | undefined;
|
|
28
|
+
PassThroughAddressUrl: MsGraphAddressUrl | undefined;
|
|
29
|
+
PassThroughAddressUrlMsa: MsGraphAddressUrl | undefined;
|
|
30
|
+
DeltaProperties: DeltaProperties | undefined;
|
|
31
|
+
RevisionDefinition?: RevisionDefinition | undefined;
|
|
12
32
|
}
|
|
13
33
|
export declare function GetSingletons(program: Program, sources: Map<string, MsGraphInterface>): Map<string, Singleton>;
|
|
14
34
|
export declare function GetEntitySets(program: Program, sources: Map<string, MsGraphInterface>): Map<string, EntitySet>;
|
|
35
|
+
export {};
|
|
15
36
|
//# sourceMappingURL=entity-container.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"entity-container.d.ts","sourceRoot":"","sources":["../../../src/entities/entity-container.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,OAAO,
|
|
1
|
+
{"version":3,"file":"entity-container.d.ts","sourceRoot":"","sources":["../../../src/entities/entity-container.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,OAAO,EACR,MAAM,oBAAoB,CAAC;AAE5B,OAAO,EAGL,gBAAgB,EAGjB,MAAM,aAAa,CAAC;AACrB,OAAO,EAAE,iBAAiB,EAAsH,MAAM,kBAAkB,CAAC;AAEzK,OAAO,EAAE,eAAe,EAAE,MAAM,YAAY,CAAC;AAC7C,OAAO,EAAyB,kBAAkB,EAAE,MAAM,0BAA0B,CAAC;AAErF,UAAU,yBAAyB;IACjC,IAAI,EAAE,MAAM,CAAC;IACb,MAAM,EAAE,MAAM,CAAC;CAChB;AACD,MAAM,WAAW,SAAS;IACxB,IAAI,EAAE,MAAM,GAAG,SAAS,CAAC;IACzB,QAAQ,EAAE,MAAM,CAAC;IACjB,aAAa,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;IACtC,mCAAmC,CAAC,EAAE,yBAAyB,CAAC;IAChE,UAAU,EAAE,iBAAiB,GAAG,SAAS,CAAC;IAC1C,aAAa,EAAE,iBAAiB,GAAG,SAAS,CAAC;IAC7C,qBAAqB,EAAE,iBAAiB,GAAG,SAAS,CAAC;IACrD,wBAAwB,EAAE,iBAAiB,GAAG,SAAS,CAAC;IACxD,kBAAkB,CAAC,EAAE,kBAAkB,GAAG,SAAS,CAAC;CACrD;AAED,MAAM,WAAW,SAAS;IACxB,IAAI,EAAE,MAAM,GAAG,SAAS,CAAC;IACzB,QAAQ,EAAE,MAAM,CAAC;IACjB,aAAa,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,GAAG,OAAO,GAAG,SAAS,CAAC,CAAC;IAC5D,mCAAmC,CAAC,EAAE,yBAAyB,CAAC;IAChE,UAAU,EAAE,iBAAiB,GAAG,SAAS,CAAC;IAC1C,aAAa,EAAE,iBAAiB,GAAG,SAAS,CAAC;IAC7C,qBAAqB,EAAE,iBAAiB,GAAG,SAAS,CAAC;IACrD,wBAAwB,EAAE,iBAAiB,GAAG,SAAS,CAAC;IACxD,eAAe,EAAE,eAAe,GAAG,SAAS,CAAC;IAC7C,kBAAkB,CAAC,EAAE,kBAAkB,GAAG,SAAS,CAAC;CACrD;AAED,wBAAgB,aAAa,CAAC,OAAO,EAAE,OAAO,EAAE,OAAO,EAAE,GAAG,CAAC,MAAM,EAAE,gBAAgB,CAAC,GAAG,GAAG,CAAC,MAAM,EAAE,SAAS,CAAC,CAQ9G;AA8BD,wBAAgB,aAAa,CAAC,OAAO,EAAE,OAAO,EAAE,OAAO,EAAE,GAAG,CAAC,MAAM,EAAE,gBAAgB,CAAC,GAAG,GAAG,CAAC,MAAM,EAAE,SAAS,CAAC,CAQ9G"}
|
|
@@ -1,5 +1,8 @@
|
|
|
1
1
|
import { buildAttributes } from "../decorators/ags-attribute.js";
|
|
2
|
-
import { getPropertyTypeName, getInterfaceNavigationSourceType, } from "../utils.js";
|
|
2
|
+
import { getPropertyTypeName, getInterfaceNavigationSourceType, getDeltaProperties, } from "../utils.js";
|
|
3
|
+
import { getMsGraphAddressUrl, getMsGraphAddressUrlMsa, getMsGraphPassthroughAddressUrl, getMsGraphPassthroughAddressUrlMsa } from "./address-url.js";
|
|
4
|
+
import { isDelta, isPartial } from "../index.js";
|
|
5
|
+
import { GetRevisionDefinition } from "./revision-definition.js";
|
|
3
6
|
export function GetSingletons(program, sources) {
|
|
4
7
|
const singletons = new Map();
|
|
5
8
|
sources.forEach((entity, routePath) => {
|
|
@@ -10,11 +13,22 @@ export function GetSingletons(program, sources) {
|
|
|
10
13
|
function getSingleton(program, routePath, entity) {
|
|
11
14
|
const singleton = entity.theInterface;
|
|
12
15
|
const type = getInterfaceNavigationSourceType(program, singleton);
|
|
13
|
-
|
|
16
|
+
let agsAttributes = {};
|
|
17
|
+
if (isPartial(program, type)) {
|
|
18
|
+
agsAttributes = { ...buildAttributes(program, singleton) };
|
|
19
|
+
}
|
|
20
|
+
else {
|
|
21
|
+
agsAttributes = { ...getOperationAgsAttributes(program, entity.operations), ...buildAttributes(program, singleton) };
|
|
22
|
+
}
|
|
14
23
|
const entry = {
|
|
15
24
|
Name: routePath,
|
|
16
25
|
TypeName: getPropertyTypeName(program, type),
|
|
17
26
|
AgsAttributes: agsAttributes,
|
|
27
|
+
AddressUrl: getMsGraphAddressUrl(program, singleton),
|
|
28
|
+
AddressUrlMsa: getMsGraphAddressUrlMsa(program, singleton),
|
|
29
|
+
PassThroughAddressUrl: getMsGraphPassthroughAddressUrl(program, singleton),
|
|
30
|
+
PassThroughAddressUrlMsa: getMsGraphPassthroughAddressUrlMsa(program, singleton),
|
|
31
|
+
RevisionDefinition: GetRevisionDefinition(program, singleton, singleton.namespace)
|
|
18
32
|
};
|
|
19
33
|
return entry;
|
|
20
34
|
}
|
|
@@ -28,15 +42,30 @@ export function GetEntitySets(program, sources) {
|
|
|
28
42
|
function getEntitySet(program, routePath, entity) {
|
|
29
43
|
const entitySet = entity.theInterface;
|
|
30
44
|
const type = getInterfaceNavigationSourceType(program, entitySet);
|
|
31
|
-
|
|
45
|
+
let agsAttributes = {};
|
|
46
|
+
if (isPartial(program, type)) {
|
|
47
|
+
agsAttributes = { ...buildAttributes(program, entitySet) };
|
|
48
|
+
}
|
|
49
|
+
else {
|
|
50
|
+
agsAttributes = { ...getOperationAgsAttributes(program, entity.operations), ...buildAttributes(program, entitySet) };
|
|
51
|
+
}
|
|
52
|
+
const deltaProperties = entity.operations.some(o => isDelta(program, o.theOperation)) ? getDeltaProperties(program, entity.theInterface) : undefined;
|
|
32
53
|
const entry = {
|
|
33
54
|
Name: routePath,
|
|
34
55
|
TypeName: getPropertyTypeName(program, type),
|
|
35
56
|
AgsAttributes: agsAttributes,
|
|
57
|
+
AddressUrl: getMsGraphAddressUrl(program, entitySet),
|
|
58
|
+
AddressUrlMsa: getMsGraphAddressUrlMsa(program, entitySet),
|
|
59
|
+
PassThroughAddressUrl: getMsGraphPassthroughAddressUrl(program, entitySet),
|
|
60
|
+
PassThroughAddressUrlMsa: getMsGraphPassthroughAddressUrlMsa(program, entitySet),
|
|
61
|
+
DeltaProperties: deltaProperties,
|
|
62
|
+
RevisionDefinition: GetRevisionDefinition(program, entitySet, entitySet.namespace)
|
|
36
63
|
};
|
|
37
64
|
return entry;
|
|
38
65
|
}
|
|
39
66
|
function getOperationAgsAttributes(program, operations) {
|
|
40
|
-
return operations
|
|
67
|
+
return operations
|
|
68
|
+
.map((operation) => operation.theOperation)
|
|
69
|
+
.reduce((attr, operation) => ({ ...attr, ...buildAttributes(program, operation) }), {});
|
|
41
70
|
}
|
|
42
71
|
//# sourceMappingURL=entity-container.js.map
|