@azure/arm-webpubsub 2.0.0-beta.1 → 2.0.0-beta.3
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/LICENSE +3 -3
- package/README.md +30 -24
- package/dist/browser/api/index.d.ts +3 -0
- package/dist/browser/api/index.js +4 -0
- package/dist/browser/api/index.js.map +1 -0
- package/dist/browser/api/operations/index.d.ts +3 -0
- package/dist/browser/api/operations/index.js +4 -0
- package/dist/browser/api/operations/index.js.map +1 -0
- package/dist/browser/api/operations/operations.d.ts +10 -0
- package/dist/browser/api/operations/operations.js +37 -0
- package/dist/browser/api/operations/operations.js.map +1 -0
- package/dist/browser/api/operations/options.d.ts +5 -0
- package/dist/browser/api/operations/options.js +4 -0
- package/dist/browser/api/operations/options.js.map +1 -0
- package/dist/browser/api/usages/index.d.ts +3 -0
- package/dist/browser/api/usages/index.js +4 -0
- package/dist/browser/api/usages/index.js.map +1 -0
- package/dist/browser/api/usages/operations.d.ts +10 -0
- package/dist/browser/api/usages/operations.js +39 -0
- package/dist/browser/api/usages/operations.js.map +1 -0
- package/dist/browser/api/usages/options.d.ts +5 -0
- package/dist/browser/api/usages/options.js +4 -0
- package/dist/browser/api/usages/options.js.map +1 -0
- package/dist/browser/api/webPubSub/index.d.ts +3 -0
- package/dist/browser/api/webPubSub/index.js +4 -0
- package/dist/browser/api/webPubSub/index.js.map +1 -0
- package/dist/browser/api/webPubSub/operations.d.ts +55 -0
- package/dist/browser/api/webPubSub/operations.js +398 -0
- package/dist/browser/api/webPubSub/operations.js.map +1 -0
- package/dist/browser/api/webPubSub/options.d.ts +48 -0
- package/dist/browser/api/webPubSub/options.js +4 -0
- package/dist/browser/api/webPubSub/options.js.map +1 -0
- package/dist/browser/api/webPubSubCustomCertificates/index.d.ts +3 -0
- package/dist/browser/api/webPubSubCustomCertificates/index.js +4 -0
- package/dist/browser/api/webPubSubCustomCertificates/index.js.map +1 -0
- package/dist/browser/api/webPubSubCustomCertificates/operations.d.ts +23 -0
- package/dist/browser/api/webPubSubCustomCertificates/operations.js +138 -0
- package/dist/browser/api/webPubSubCustomCertificates/operations.js.map +1 -0
- package/dist/browser/api/webPubSubCustomCertificates/options.d.ts +16 -0
- package/dist/browser/api/webPubSubCustomCertificates/options.js +4 -0
- package/dist/browser/api/webPubSubCustomCertificates/options.js.map +1 -0
- package/dist/browser/api/webPubSubCustomDomains/index.d.ts +3 -0
- package/dist/browser/api/webPubSubCustomDomains/index.js +4 -0
- package/dist/browser/api/webPubSubCustomDomains/index.js.map +1 -0
- package/dist/browser/api/webPubSubCustomDomains/operations.d.ts +23 -0
- package/dist/browser/api/webPubSubCustomDomains/operations.js +143 -0
- package/dist/browser/api/webPubSubCustomDomains/operations.js.map +1 -0
- package/dist/browser/api/webPubSubCustomDomains/options.d.ts +18 -0
- package/dist/browser/api/webPubSubCustomDomains/options.js +4 -0
- package/dist/browser/api/webPubSubCustomDomains/options.js.map +1 -0
- package/dist/browser/api/webPubSubHubs/index.d.ts +3 -0
- package/dist/browser/api/webPubSubHubs/index.js +4 -0
- package/dist/browser/api/webPubSubHubs/index.js.map +1 -0
- package/dist/browser/api/webPubSubHubs/operations.d.ts +23 -0
- package/dist/browser/api/webPubSubHubs/operations.js +143 -0
- package/dist/browser/api/webPubSubHubs/operations.js.map +1 -0
- package/dist/browser/api/webPubSubHubs/options.d.ts +18 -0
- package/dist/browser/api/webPubSubHubs/options.js +4 -0
- package/dist/browser/api/webPubSubHubs/options.js.map +1 -0
- package/dist/browser/api/webPubSubManagementContext.d.ts +22 -0
- package/dist/browser/api/webPubSubManagementContext.js +26 -0
- package/dist/browser/api/webPubSubManagementContext.js.map +1 -0
- package/dist/browser/api/webPubSubPrivateEndpointConnections/index.d.ts +3 -0
- package/dist/browser/api/webPubSubPrivateEndpointConnections/index.js +4 -0
- package/dist/browser/api/webPubSubPrivateEndpointConnections/index.js.map +1 -0
- package/dist/browser/api/webPubSubPrivateEndpointConnections/operations.d.ts +23 -0
- package/dist/browser/api/webPubSubPrivateEndpointConnections/operations.js +138 -0
- package/dist/browser/api/webPubSubPrivateEndpointConnections/operations.js.map +1 -0
- package/dist/browser/api/webPubSubPrivateEndpointConnections/options.d.ts +16 -0
- package/dist/browser/api/webPubSubPrivateEndpointConnections/options.js +4 -0
- package/dist/browser/api/webPubSubPrivateEndpointConnections/options.js.map +1 -0
- package/dist/browser/api/webPubSubPrivateLinkResources/index.d.ts +3 -0
- package/dist/browser/api/webPubSubPrivateLinkResources/index.js +4 -0
- package/dist/browser/api/webPubSubPrivateLinkResources/index.js.map +1 -0
- package/dist/browser/api/webPubSubPrivateLinkResources/operations.d.ts +10 -0
- package/dist/browser/api/webPubSubPrivateLinkResources/operations.js +40 -0
- package/dist/browser/api/webPubSubPrivateLinkResources/operations.js.map +1 -0
- package/dist/browser/api/webPubSubPrivateLinkResources/options.d.ts +5 -0
- package/dist/browser/api/webPubSubPrivateLinkResources/options.js +4 -0
- package/dist/browser/api/webPubSubPrivateLinkResources/options.js.map +1 -0
- package/dist/browser/api/webPubSubReplicaSharedPrivateLinkResources/index.d.ts +3 -0
- package/dist/browser/api/webPubSubReplicaSharedPrivateLinkResources/index.js +4 -0
- package/dist/browser/api/webPubSubReplicaSharedPrivateLinkResources/index.js.map +1 -0
- package/dist/browser/api/webPubSubReplicaSharedPrivateLinkResources/operations.d.ts +19 -0
- package/dist/browser/api/webPubSubReplicaSharedPrivateLinkResources/operations.js +117 -0
- package/dist/browser/api/webPubSubReplicaSharedPrivateLinkResources/operations.js.map +1 -0
- package/dist/browser/api/webPubSubReplicaSharedPrivateLinkResources/options.d.ts +13 -0
- package/dist/browser/api/webPubSubReplicaSharedPrivateLinkResources/options.js +4 -0
- package/dist/browser/api/webPubSubReplicaSharedPrivateLinkResources/options.js.map +1 -0
- package/dist/browser/api/webPubSubReplicas/index.d.ts +3 -0
- package/dist/browser/api/webPubSubReplicas/index.js +4 -0
- package/dist/browser/api/webPubSubReplicas/index.js.map +1 -0
- package/dist/browser/api/webPubSubReplicas/operations.d.ts +31 -0
- package/dist/browser/api/webPubSubReplicas/operations.js +209 -0
- package/dist/browser/api/webPubSubReplicas/operations.js.map +1 -0
- package/dist/browser/api/webPubSubReplicas/options.d.ts +26 -0
- package/dist/browser/api/webPubSubReplicas/options.js +4 -0
- package/dist/browser/api/webPubSubReplicas/options.js.map +1 -0
- package/dist/browser/api/webPubSubSharedPrivateLinkResources/index.d.ts +3 -0
- package/dist/browser/api/webPubSubSharedPrivateLinkResources/index.js +4 -0
- package/dist/browser/api/webPubSubSharedPrivateLinkResources/index.js.map +1 -0
- package/dist/browser/api/webPubSubSharedPrivateLinkResources/operations.d.ts +23 -0
- package/dist/browser/api/webPubSubSharedPrivateLinkResources/operations.js +143 -0
- package/dist/browser/api/webPubSubSharedPrivateLinkResources/operations.js.map +1 -0
- package/dist/browser/api/webPubSubSharedPrivateLinkResources/options.d.ts +18 -0
- package/dist/browser/api/webPubSubSharedPrivateLinkResources/options.js +4 -0
- package/dist/browser/api/webPubSubSharedPrivateLinkResources/options.js.map +1 -0
- package/dist/browser/classic/index.d.ts +12 -0
- package/dist/browser/classic/index.js +4 -0
- package/dist/browser/classic/index.js.map +1 -0
- package/dist/browser/classic/operations/index.d.ts +11 -0
- package/dist/browser/classic/operations/index.js +14 -0
- package/dist/browser/classic/operations/index.js.map +1 -0
- package/dist/browser/classic/usages/index.d.ts +11 -0
- package/dist/browser/classic/usages/index.js +14 -0
- package/dist/browser/classic/usages/index.js.map +1 -0
- package/dist/browser/classic/webPubSub/index.d.ts +55 -0
- package/dist/browser/classic/webPubSub/index.js +66 -0
- package/dist/browser/classic/webPubSub/index.js.map +1 -0
- package/dist/browser/classic/webPubSubCustomCertificates/index.d.ts +23 -0
- package/dist/browser/classic/webPubSubCustomCertificates/index.js +26 -0
- package/dist/browser/classic/webPubSubCustomCertificates/index.js.map +1 -0
- package/dist/browser/classic/webPubSubCustomDomains/index.d.ts +27 -0
- package/dist/browser/classic/webPubSubCustomDomains/index.js +34 -0
- package/dist/browser/classic/webPubSubCustomDomains/index.js.map +1 -0
- package/dist/browser/classic/webPubSubHubs/index.d.ts +27 -0
- package/dist/browser/classic/webPubSubHubs/index.js +34 -0
- package/dist/browser/classic/webPubSubHubs/index.js.map +1 -0
- package/dist/browser/classic/webPubSubPrivateEndpointConnections/index.d.ts +23 -0
- package/dist/browser/classic/webPubSubPrivateEndpointConnections/index.js +26 -0
- package/dist/browser/classic/webPubSubPrivateEndpointConnections/index.js.map +1 -0
- package/dist/browser/classic/webPubSubPrivateLinkResources/index.d.ts +11 -0
- package/dist/browser/classic/webPubSubPrivateLinkResources/index.js +14 -0
- package/dist/browser/classic/webPubSubPrivateLinkResources/index.js.map +1 -0
- package/dist/browser/classic/webPubSubReplicaSharedPrivateLinkResources/index.d.ts +21 -0
- package/dist/browser/classic/webPubSubReplicaSharedPrivateLinkResources/index.js +25 -0
- package/dist/browser/classic/webPubSubReplicaSharedPrivateLinkResources/index.js.map +1 -0
- package/dist/browser/classic/webPubSubReplicas/index.d.ts +35 -0
- package/dist/browser/classic/webPubSubReplicas/index.js +44 -0
- package/dist/browser/classic/webPubSubReplicas/index.js.map +1 -0
- package/dist/browser/classic/webPubSubSharedPrivateLinkResources/index.d.ts +27 -0
- package/dist/browser/classic/webPubSubSharedPrivateLinkResources/index.js +34 -0
- package/dist/browser/classic/webPubSubSharedPrivateLinkResources/index.js.map +1 -0
- package/dist/browser/index.d.ts +27 -0
- package/dist/browser/index.js +9 -0
- package/dist/browser/index.js.map +1 -0
- package/dist/browser/logger.d.ts +2 -0
- package/dist/browser/logger.js +5 -0
- package/dist/browser/logger.js.map +1 -0
- package/dist/browser/models/index.d.ts +3 -0
- package/dist/browser/models/index.js +4 -0
- package/dist/browser/models/index.js.map +1 -0
- package/dist/browser/models/models.d.ts +1506 -0
- package/dist/browser/models/models.js +1786 -0
- package/dist/browser/models/models.js.map +1 -0
- package/dist/browser/package.json +3 -0
- package/dist/browser/restorePollerHelpers.d.ts +21 -0
- package/dist/browser/restorePollerHelpers.js +138 -0
- package/dist/browser/restorePollerHelpers.js.map +1 -0
- package/dist/browser/static-helpers/cloudSettingHelpers.d.ts +22 -0
- package/dist/browser/static-helpers/cloudSettingHelpers.js +38 -0
- package/dist/browser/static-helpers/cloudSettingHelpers.js.map +1 -0
- package/dist/browser/static-helpers/pagingHelpers.d.ts +74 -0
- package/dist/browser/static-helpers/pagingHelpers.js +143 -0
- package/dist/browser/static-helpers/pagingHelpers.js.map +1 -0
- package/dist/browser/static-helpers/pollingHelpers.d.ts +34 -0
- package/dist/browser/static-helpers/pollingHelpers.js +95 -0
- package/dist/browser/static-helpers/pollingHelpers.js.map +1 -0
- package/dist/browser/static-helpers/serialization/check-prop-undefined.d.ts +8 -0
- package/dist/browser/static-helpers/serialization/check-prop-undefined.js +17 -0
- package/dist/browser/static-helpers/serialization/check-prop-undefined.js.map +1 -0
- package/dist/browser/static-helpers/simplePollerHelpers.d.ts +73 -0
- package/dist/browser/static-helpers/simplePollerHelpers.js +44 -0
- package/dist/browser/static-helpers/simplePollerHelpers.js.map +1 -0
- package/dist/browser/static-helpers/urlTemplate.d.ts +5 -0
- package/dist/browser/static-helpers/urlTemplate.js +200 -0
- package/dist/browser/static-helpers/urlTemplate.js.map +1 -0
- package/dist/browser/webPubSubManagementClient.d.ts +45 -0
- package/dist/browser/webPubSubManagementClient.js +74 -0
- package/dist/browser/webPubSubManagementClient.js.map +1 -0
- package/dist/commonjs/api/index.d.ts +3 -0
- package/dist/commonjs/api/index.js +28 -0
- package/dist/commonjs/api/index.js.map +7 -0
- package/dist/commonjs/api/operations/index.d.ts +3 -0
- package/dist/commonjs/api/operations/index.js +28 -0
- package/dist/commonjs/api/operations/index.js.map +7 -0
- package/dist/commonjs/api/operations/operations.d.ts +10 -0
- package/dist/commonjs/api/operations/operations.js +74 -0
- package/dist/commonjs/api/operations/operations.js.map +7 -0
- package/dist/commonjs/api/operations/options.d.ts +5 -0
- package/dist/commonjs/api/operations/options.js +16 -0
- package/dist/commonjs/api/operations/options.js.map +7 -0
- package/dist/commonjs/api/usages/index.d.ts +3 -0
- package/dist/commonjs/api/usages/index.js +28 -0
- package/dist/commonjs/api/usages/index.js.map +7 -0
- package/dist/commonjs/api/usages/operations.d.ts +10 -0
- package/dist/commonjs/api/usages/operations.js +76 -0
- package/dist/commonjs/api/usages/operations.js.map +7 -0
- package/dist/commonjs/api/usages/options.d.ts +5 -0
- package/dist/commonjs/api/usages/options.js +16 -0
- package/dist/commonjs/api/usages/options.js.map +7 -0
- package/dist/commonjs/api/webPubSub/index.d.ts +3 -0
- package/dist/commonjs/api/webPubSub/index.js +50 -0
- package/dist/commonjs/api/webPubSub/index.js.map +7 -0
- package/dist/commonjs/api/webPubSub/operations.d.ts +55 -0
- package/dist/commonjs/api/webPubSub/operations.js +546 -0
- package/dist/commonjs/api/webPubSub/operations.js.map +7 -0
- package/dist/commonjs/api/webPubSub/options.d.ts +48 -0
- package/dist/commonjs/api/webPubSub/options.js +16 -0
- package/dist/commonjs/api/webPubSub/options.js.map +7 -0
- package/dist/commonjs/api/webPubSubCustomCertificates/index.d.ts +3 -0
- package/dist/commonjs/api/webPubSubCustomCertificates/index.js +34 -0
- package/dist/commonjs/api/webPubSubCustomCertificates/index.js.map +7 -0
- package/dist/commonjs/api/webPubSubCustomCertificates/operations.d.ts +23 -0
- package/dist/commonjs/api/webPubSubCustomCertificates/operations.js +215 -0
- package/dist/commonjs/api/webPubSubCustomCertificates/operations.js.map +7 -0
- package/dist/commonjs/api/webPubSubCustomCertificates/options.d.ts +16 -0
- package/dist/commonjs/api/webPubSubCustomCertificates/options.js +16 -0
- package/dist/commonjs/api/webPubSubCustomCertificates/options.js.map +7 -0
- package/dist/commonjs/api/webPubSubCustomDomains/index.d.ts +3 -0
- package/dist/commonjs/api/webPubSubCustomDomains/index.js +34 -0
- package/dist/commonjs/api/webPubSubCustomDomains/index.js.map +7 -0
- package/dist/commonjs/api/webPubSubCustomDomains/operations.d.ts +23 -0
- package/dist/commonjs/api/webPubSubCustomDomains/operations.js +207 -0
- package/dist/commonjs/api/webPubSubCustomDomains/operations.js.map +7 -0
- package/dist/commonjs/api/webPubSubCustomDomains/options.d.ts +18 -0
- package/dist/commonjs/api/webPubSubCustomDomains/options.js +16 -0
- package/dist/commonjs/api/webPubSubCustomDomains/options.js.map +7 -0
- package/dist/commonjs/api/webPubSubHubs/index.d.ts +3 -0
- package/dist/commonjs/api/webPubSubHubs/index.js +34 -0
- package/dist/commonjs/api/webPubSubHubs/index.js.map +7 -0
- package/dist/commonjs/api/webPubSubHubs/operations.d.ts +23 -0
- package/dist/commonjs/api/webPubSubHubs/operations.js +207 -0
- package/dist/commonjs/api/webPubSubHubs/operations.js.map +7 -0
- package/dist/commonjs/api/webPubSubHubs/options.d.ts +18 -0
- package/dist/commonjs/api/webPubSubHubs/options.js +16 -0
- package/dist/commonjs/api/webPubSubHubs/options.js.map +7 -0
- package/dist/commonjs/api/webPubSubManagementContext.d.ts +22 -0
- package/dist/commonjs/api/webPubSubManagementContext.js +47 -0
- package/dist/commonjs/api/webPubSubManagementContext.js.map +7 -0
- package/dist/commonjs/api/webPubSubPrivateEndpointConnections/index.d.ts +3 -0
- package/dist/commonjs/api/webPubSubPrivateEndpointConnections/index.js +34 -0
- package/dist/commonjs/api/webPubSubPrivateEndpointConnections/index.js.map +7 -0
- package/dist/commonjs/api/webPubSubPrivateEndpointConnections/operations.d.ts +23 -0
- package/dist/commonjs/api/webPubSubPrivateEndpointConnections/operations.js +221 -0
- package/dist/commonjs/api/webPubSubPrivateEndpointConnections/operations.js.map +7 -0
- package/dist/commonjs/api/webPubSubPrivateEndpointConnections/options.d.ts +16 -0
- package/dist/commonjs/api/webPubSubPrivateEndpointConnections/options.js +16 -0
- package/dist/commonjs/api/webPubSubPrivateEndpointConnections/options.js.map +7 -0
- package/dist/commonjs/api/webPubSubPrivateLinkResources/index.d.ts +3 -0
- package/dist/commonjs/api/webPubSubPrivateLinkResources/index.js +28 -0
- package/dist/commonjs/api/webPubSubPrivateLinkResources/index.js.map +7 -0
- package/dist/commonjs/api/webPubSubPrivateLinkResources/operations.d.ts +10 -0
- package/dist/commonjs/api/webPubSubPrivateLinkResources/operations.js +77 -0
- package/dist/commonjs/api/webPubSubPrivateLinkResources/operations.js.map +7 -0
- package/dist/commonjs/api/webPubSubPrivateLinkResources/options.d.ts +5 -0
- package/dist/commonjs/api/webPubSubPrivateLinkResources/options.js +16 -0
- package/dist/commonjs/api/webPubSubPrivateLinkResources/options.js.map +7 -0
- package/dist/commonjs/api/webPubSubReplicaSharedPrivateLinkResources/index.d.ts +3 -0
- package/dist/commonjs/api/webPubSubReplicaSharedPrivateLinkResources/index.js +32 -0
- package/dist/commonjs/api/webPubSubReplicaSharedPrivateLinkResources/index.js.map +7 -0
- package/dist/commonjs/api/webPubSubReplicaSharedPrivateLinkResources/operations.d.ts +19 -0
- package/dist/commonjs/api/webPubSubReplicaSharedPrivateLinkResources/operations.js +187 -0
- package/dist/commonjs/api/webPubSubReplicaSharedPrivateLinkResources/operations.js.map +7 -0
- package/dist/commonjs/api/webPubSubReplicaSharedPrivateLinkResources/options.d.ts +13 -0
- package/dist/commonjs/api/webPubSubReplicaSharedPrivateLinkResources/options.js +16 -0
- package/dist/commonjs/api/webPubSubReplicaSharedPrivateLinkResources/options.js.map +7 -0
- package/dist/commonjs/api/webPubSubReplicas/index.d.ts +3 -0
- package/dist/commonjs/api/webPubSubReplicas/index.js +38 -0
- package/dist/commonjs/api/webPubSubReplicas/index.js.map +7 -0
- package/dist/commonjs/api/webPubSubReplicas/operations.d.ts +31 -0
- package/dist/commonjs/api/webPubSubReplicas/operations.js +298 -0
- package/dist/commonjs/api/webPubSubReplicas/operations.js.map +7 -0
- package/dist/commonjs/api/webPubSubReplicas/options.d.ts +26 -0
- package/dist/commonjs/api/webPubSubReplicas/options.js +16 -0
- package/dist/commonjs/api/webPubSubReplicas/options.js.map +7 -0
- package/dist/commonjs/api/webPubSubSharedPrivateLinkResources/index.d.ts +3 -0
- package/dist/commonjs/api/webPubSubSharedPrivateLinkResources/index.js +34 -0
- package/dist/commonjs/api/webPubSubSharedPrivateLinkResources/index.js.map +7 -0
- package/dist/commonjs/api/webPubSubSharedPrivateLinkResources/operations.d.ts +23 -0
- package/dist/commonjs/api/webPubSubSharedPrivateLinkResources/operations.js +226 -0
- package/dist/commonjs/api/webPubSubSharedPrivateLinkResources/operations.js.map +7 -0
- package/dist/commonjs/api/webPubSubSharedPrivateLinkResources/options.d.ts +18 -0
- package/dist/commonjs/api/webPubSubSharedPrivateLinkResources/options.js +16 -0
- package/dist/commonjs/api/webPubSubSharedPrivateLinkResources/options.js.map +7 -0
- package/dist/commonjs/classic/index.d.ts +12 -0
- package/dist/commonjs/classic/index.js +16 -0
- package/dist/commonjs/classic/index.js.map +7 -0
- package/dist/commonjs/classic/operations/index.d.ts +11 -0
- package/dist/commonjs/classic/operations/index.js +38 -0
- package/dist/commonjs/classic/operations/index.js.map +7 -0
- package/dist/commonjs/classic/usages/index.d.ts +11 -0
- package/dist/commonjs/classic/usages/index.js +38 -0
- package/dist/commonjs/classic/usages/index.js.map +7 -0
- package/dist/commonjs/classic/webPubSub/index.d.ts +55 -0
- package/dist/commonjs/classic/webPubSub/index.js +90 -0
- package/dist/commonjs/classic/webPubSub/index.js.map +7 -0
- package/dist/commonjs/classic/webPubSubCustomCertificates/index.d.ts +23 -0
- package/dist/commonjs/classic/webPubSubCustomCertificates/index.js +71 -0
- package/dist/commonjs/classic/webPubSubCustomCertificates/index.js.map +7 -0
- package/dist/commonjs/classic/webPubSubCustomDomains/index.d.ts +27 -0
- package/dist/commonjs/classic/webPubSubCustomDomains/index.js +72 -0
- package/dist/commonjs/classic/webPubSubCustomDomains/index.js.map +7 -0
- package/dist/commonjs/classic/webPubSubHubs/index.d.ts +27 -0
- package/dist/commonjs/classic/webPubSubHubs/index.js +72 -0
- package/dist/commonjs/classic/webPubSubHubs/index.js.map +7 -0
- package/dist/commonjs/classic/webPubSubPrivateEndpointConnections/index.d.ts +23 -0
- package/dist/commonjs/classic/webPubSubPrivateEndpointConnections/index.js +69 -0
- package/dist/commonjs/classic/webPubSubPrivateEndpointConnections/index.js.map +7 -0
- package/dist/commonjs/classic/webPubSubPrivateLinkResources/index.d.ts +11 -0
- package/dist/commonjs/classic/webPubSubPrivateLinkResources/index.js +38 -0
- package/dist/commonjs/classic/webPubSubPrivateLinkResources/index.js.map +7 -0
- package/dist/commonjs/classic/webPubSubReplicaSharedPrivateLinkResources/index.d.ts +21 -0
- package/dist/commonjs/classic/webPubSubReplicaSharedPrivateLinkResources/index.js +80 -0
- package/dist/commonjs/classic/webPubSubReplicaSharedPrivateLinkResources/index.js.map +7 -0
- package/dist/commonjs/classic/webPubSubReplicas/index.d.ts +35 -0
- package/dist/commonjs/classic/webPubSubReplicas/index.js +96 -0
- package/dist/commonjs/classic/webPubSubReplicas/index.js.map +7 -0
- package/dist/commonjs/classic/webPubSubSharedPrivateLinkResources/index.d.ts +27 -0
- package/dist/commonjs/classic/webPubSubSharedPrivateLinkResources/index.js +91 -0
- package/dist/commonjs/classic/webPubSubSharedPrivateLinkResources/index.js.map +7 -0
- package/dist/commonjs/index.d.ts +27 -0
- package/dist/commonjs/index.js +76 -0
- package/dist/commonjs/index.js.map +7 -0
- package/dist/commonjs/logger.d.ts +2 -0
- package/dist/commonjs/logger.js +29 -0
- package/dist/commonjs/logger.js.map +7 -0
- package/dist/commonjs/models/index.d.ts +3 -0
- package/dist/commonjs/models/index.js +62 -0
- package/dist/commonjs/models/index.js.map +7 -0
- package/dist/commonjs/models/models.d.ts +1506 -0
- package/dist/commonjs/models/models.js +1949 -0
- package/dist/commonjs/models/models.js.map +7 -0
- package/dist/commonjs/package.json +3 -0
- package/dist/commonjs/restorePollerHelpers.d.ts +21 -0
- package/dist/commonjs/restorePollerHelpers.js +151 -0
- package/dist/commonjs/restorePollerHelpers.js.map +7 -0
- package/dist/commonjs/static-helpers/cloudSettingHelpers.d.ts +22 -0
- package/dist/commonjs/static-helpers/cloudSettingHelpers.js +52 -0
- package/dist/commonjs/static-helpers/cloudSettingHelpers.js.map +7 -0
- package/dist/commonjs/static-helpers/pagingHelpers.d.ts +74 -0
- package/dist/commonjs/static-helpers/pagingHelpers.js +143 -0
- package/dist/commonjs/static-helpers/pagingHelpers.js.map +7 -0
- package/dist/commonjs/static-helpers/pollingHelpers.d.ts +34 -0
- package/dist/commonjs/static-helpers/pollingHelpers.js +101 -0
- package/dist/commonjs/static-helpers/pollingHelpers.js.map +7 -0
- package/dist/commonjs/static-helpers/serialization/check-prop-undefined.d.ts +8 -0
- package/dist/commonjs/static-helpers/serialization/check-prop-undefined.js +35 -0
- package/dist/commonjs/static-helpers/serialization/check-prop-undefined.js.map +7 -0
- package/dist/commonjs/static-helpers/simplePollerHelpers.d.ts +73 -0
- package/dist/commonjs/static-helpers/simplePollerHelpers.js +67 -0
- package/dist/commonjs/static-helpers/simplePollerHelpers.js.map +7 -0
- package/dist/commonjs/static-helpers/urlTemplate.d.ts +5 -0
- package/dist/commonjs/static-helpers/urlTemplate.js +197 -0
- package/dist/commonjs/static-helpers/urlTemplate.js.map +7 -0
- package/dist/commonjs/tsdoc-metadata.json +11 -0
- package/dist/commonjs/webPubSubManagementClient.d.ts +45 -0
- package/dist/commonjs/webPubSubManagementClient.js +98 -0
- package/dist/commonjs/webPubSubManagementClient.js.map +7 -0
- package/dist/esm/api/index.d.ts +3 -0
- package/dist/esm/api/index.js +4 -0
- package/dist/esm/api/index.js.map +1 -0
- package/dist/esm/api/operations/index.d.ts +3 -0
- package/dist/esm/api/operations/index.js +4 -0
- package/dist/esm/api/operations/index.js.map +1 -0
- package/dist/esm/api/operations/operations.d.ts +10 -0
- package/dist/esm/api/operations/operations.js +37 -0
- package/dist/esm/api/operations/operations.js.map +1 -0
- package/dist/esm/api/operations/options.d.ts +5 -0
- package/dist/esm/api/operations/options.js +4 -0
- package/dist/esm/api/operations/options.js.map +1 -0
- package/dist/esm/api/usages/index.d.ts +3 -0
- package/dist/esm/api/usages/index.js +4 -0
- package/dist/esm/api/usages/index.js.map +1 -0
- package/dist/esm/api/usages/operations.d.ts +10 -0
- package/dist/esm/api/usages/operations.js +39 -0
- package/dist/esm/api/usages/operations.js.map +1 -0
- package/dist/esm/api/usages/options.d.ts +5 -0
- package/dist/esm/api/usages/options.js +4 -0
- package/dist/esm/api/usages/options.js.map +1 -0
- package/dist/esm/api/webPubSub/index.d.ts +3 -0
- package/dist/esm/api/webPubSub/index.js +4 -0
- package/dist/esm/api/webPubSub/index.js.map +1 -0
- package/dist/esm/api/webPubSub/operations.d.ts +55 -0
- package/dist/esm/api/webPubSub/operations.js +398 -0
- package/dist/esm/api/webPubSub/operations.js.map +1 -0
- package/dist/esm/api/webPubSub/options.d.ts +48 -0
- package/dist/esm/api/webPubSub/options.js +4 -0
- package/dist/esm/api/webPubSub/options.js.map +1 -0
- package/dist/esm/api/webPubSubCustomCertificates/index.d.ts +3 -0
- package/dist/esm/api/webPubSubCustomCertificates/index.js +4 -0
- package/dist/esm/api/webPubSubCustomCertificates/index.js.map +1 -0
- package/dist/esm/api/webPubSubCustomCertificates/operations.d.ts +23 -0
- package/dist/esm/api/webPubSubCustomCertificates/operations.js +138 -0
- package/dist/esm/api/webPubSubCustomCertificates/operations.js.map +1 -0
- package/dist/esm/api/webPubSubCustomCertificates/options.d.ts +16 -0
- package/dist/esm/api/webPubSubCustomCertificates/options.js +4 -0
- package/dist/esm/api/webPubSubCustomCertificates/options.js.map +1 -0
- package/dist/esm/api/webPubSubCustomDomains/index.d.ts +3 -0
- package/dist/esm/api/webPubSubCustomDomains/index.js +4 -0
- package/dist/esm/api/webPubSubCustomDomains/index.js.map +1 -0
- package/dist/esm/api/webPubSubCustomDomains/operations.d.ts +23 -0
- package/dist/esm/api/webPubSubCustomDomains/operations.js +143 -0
- package/dist/esm/api/webPubSubCustomDomains/operations.js.map +1 -0
- package/dist/esm/api/webPubSubCustomDomains/options.d.ts +18 -0
- package/dist/esm/api/webPubSubCustomDomains/options.js +4 -0
- package/dist/esm/api/webPubSubCustomDomains/options.js.map +1 -0
- package/dist/esm/api/webPubSubHubs/index.d.ts +3 -0
- package/dist/esm/api/webPubSubHubs/index.js +4 -0
- package/dist/esm/api/webPubSubHubs/index.js.map +1 -0
- package/dist/esm/api/webPubSubHubs/operations.d.ts +23 -0
- package/dist/esm/api/webPubSubHubs/operations.js +143 -0
- package/dist/esm/api/webPubSubHubs/operations.js.map +1 -0
- package/dist/esm/api/webPubSubHubs/options.d.ts +18 -0
- package/dist/esm/api/webPubSubHubs/options.js +4 -0
- package/dist/esm/api/webPubSubHubs/options.js.map +1 -0
- package/dist/esm/api/webPubSubManagementContext.d.ts +22 -0
- package/dist/esm/api/webPubSubManagementContext.js +26 -0
- package/dist/esm/api/webPubSubManagementContext.js.map +1 -0
- package/dist/esm/api/webPubSubPrivateEndpointConnections/index.d.ts +3 -0
- package/dist/esm/api/webPubSubPrivateEndpointConnections/index.js +4 -0
- package/dist/esm/api/webPubSubPrivateEndpointConnections/index.js.map +1 -0
- package/dist/esm/api/webPubSubPrivateEndpointConnections/operations.d.ts +23 -0
- package/dist/esm/api/webPubSubPrivateEndpointConnections/operations.js +138 -0
- package/dist/esm/api/webPubSubPrivateEndpointConnections/operations.js.map +1 -0
- package/dist/esm/api/webPubSubPrivateEndpointConnections/options.d.ts +16 -0
- package/dist/esm/api/webPubSubPrivateEndpointConnections/options.js +4 -0
- package/dist/esm/api/webPubSubPrivateEndpointConnections/options.js.map +1 -0
- package/dist/esm/api/webPubSubPrivateLinkResources/index.d.ts +3 -0
- package/dist/esm/api/webPubSubPrivateLinkResources/index.js +4 -0
- package/dist/esm/api/webPubSubPrivateLinkResources/index.js.map +1 -0
- package/dist/esm/api/webPubSubPrivateLinkResources/operations.d.ts +10 -0
- package/dist/esm/api/webPubSubPrivateLinkResources/operations.js +40 -0
- package/dist/esm/api/webPubSubPrivateLinkResources/operations.js.map +1 -0
- package/dist/esm/api/webPubSubPrivateLinkResources/options.d.ts +5 -0
- package/dist/esm/api/webPubSubPrivateLinkResources/options.js +4 -0
- package/dist/esm/api/webPubSubPrivateLinkResources/options.js.map +1 -0
- package/dist/esm/api/webPubSubReplicaSharedPrivateLinkResources/index.d.ts +3 -0
- package/dist/esm/api/webPubSubReplicaSharedPrivateLinkResources/index.js +4 -0
- package/dist/esm/api/webPubSubReplicaSharedPrivateLinkResources/index.js.map +1 -0
- package/dist/esm/api/webPubSubReplicaSharedPrivateLinkResources/operations.d.ts +19 -0
- package/dist/esm/api/webPubSubReplicaSharedPrivateLinkResources/operations.js +117 -0
- package/dist/esm/api/webPubSubReplicaSharedPrivateLinkResources/operations.js.map +1 -0
- package/dist/esm/api/webPubSubReplicaSharedPrivateLinkResources/options.d.ts +13 -0
- package/dist/esm/api/webPubSubReplicaSharedPrivateLinkResources/options.js +4 -0
- package/dist/esm/api/webPubSubReplicaSharedPrivateLinkResources/options.js.map +1 -0
- package/dist/esm/api/webPubSubReplicas/index.d.ts +3 -0
- package/dist/esm/api/webPubSubReplicas/index.js +4 -0
- package/dist/esm/api/webPubSubReplicas/index.js.map +1 -0
- package/dist/esm/api/webPubSubReplicas/operations.d.ts +31 -0
- package/dist/esm/api/webPubSubReplicas/operations.js +209 -0
- package/dist/esm/api/webPubSubReplicas/operations.js.map +1 -0
- package/dist/esm/api/webPubSubReplicas/options.d.ts +26 -0
- package/dist/esm/api/webPubSubReplicas/options.js +4 -0
- package/dist/esm/api/webPubSubReplicas/options.js.map +1 -0
- package/dist/esm/api/webPubSubSharedPrivateLinkResources/index.d.ts +3 -0
- package/dist/esm/api/webPubSubSharedPrivateLinkResources/index.js +4 -0
- package/dist/esm/api/webPubSubSharedPrivateLinkResources/index.js.map +1 -0
- package/dist/esm/api/webPubSubSharedPrivateLinkResources/operations.d.ts +23 -0
- package/dist/esm/api/webPubSubSharedPrivateLinkResources/operations.js +143 -0
- package/dist/esm/api/webPubSubSharedPrivateLinkResources/operations.js.map +1 -0
- package/dist/esm/api/webPubSubSharedPrivateLinkResources/options.d.ts +18 -0
- package/dist/esm/api/webPubSubSharedPrivateLinkResources/options.js +4 -0
- package/dist/esm/api/webPubSubSharedPrivateLinkResources/options.js.map +1 -0
- package/dist/esm/classic/index.d.ts +12 -0
- package/dist/esm/classic/index.js +4 -0
- package/dist/esm/classic/index.js.map +1 -0
- package/dist/esm/classic/operations/index.d.ts +11 -0
- package/dist/esm/classic/operations/index.js +14 -0
- package/dist/esm/classic/operations/index.js.map +1 -0
- package/dist/esm/classic/usages/index.d.ts +11 -0
- package/dist/esm/classic/usages/index.js +14 -0
- package/dist/esm/classic/usages/index.js.map +1 -0
- package/dist/esm/classic/webPubSub/index.d.ts +55 -0
- package/dist/esm/classic/webPubSub/index.js +66 -0
- package/dist/esm/classic/webPubSub/index.js.map +1 -0
- package/dist/esm/classic/webPubSubCustomCertificates/index.d.ts +23 -0
- package/dist/esm/classic/webPubSubCustomCertificates/index.js +26 -0
- package/dist/esm/classic/webPubSubCustomCertificates/index.js.map +1 -0
- package/dist/esm/classic/webPubSubCustomDomains/index.d.ts +27 -0
- package/dist/esm/classic/webPubSubCustomDomains/index.js +34 -0
- package/dist/esm/classic/webPubSubCustomDomains/index.js.map +1 -0
- package/dist/esm/classic/webPubSubHubs/index.d.ts +27 -0
- package/dist/esm/classic/webPubSubHubs/index.js +34 -0
- package/dist/esm/classic/webPubSubHubs/index.js.map +1 -0
- package/dist/esm/classic/webPubSubPrivateEndpointConnections/index.d.ts +23 -0
- package/dist/esm/classic/webPubSubPrivateEndpointConnections/index.js +26 -0
- package/dist/esm/classic/webPubSubPrivateEndpointConnections/index.js.map +1 -0
- package/dist/esm/classic/webPubSubPrivateLinkResources/index.d.ts +11 -0
- package/dist/esm/classic/webPubSubPrivateLinkResources/index.js +14 -0
- package/dist/esm/classic/webPubSubPrivateLinkResources/index.js.map +1 -0
- package/dist/esm/classic/webPubSubReplicaSharedPrivateLinkResources/index.d.ts +21 -0
- package/dist/esm/classic/webPubSubReplicaSharedPrivateLinkResources/index.js +25 -0
- package/dist/esm/classic/webPubSubReplicaSharedPrivateLinkResources/index.js.map +1 -0
- package/dist/esm/classic/webPubSubReplicas/index.d.ts +35 -0
- package/dist/esm/classic/webPubSubReplicas/index.js +44 -0
- package/dist/esm/classic/webPubSubReplicas/index.js.map +1 -0
- package/dist/esm/classic/webPubSubSharedPrivateLinkResources/index.d.ts +27 -0
- package/dist/esm/classic/webPubSubSharedPrivateLinkResources/index.js +34 -0
- package/dist/esm/classic/webPubSubSharedPrivateLinkResources/index.js.map +1 -0
- package/dist/esm/index.d.ts +27 -0
- package/dist/esm/index.js +9 -0
- package/dist/esm/index.js.map +1 -0
- package/dist/esm/logger.d.ts +2 -0
- package/dist/esm/logger.js +5 -0
- package/dist/esm/logger.js.map +1 -0
- package/dist/esm/models/index.d.ts +3 -0
- package/dist/esm/models/index.js +4 -0
- package/dist/esm/models/index.js.map +1 -0
- package/dist/esm/models/models.d.ts +1506 -0
- package/dist/esm/models/models.js +1786 -0
- package/dist/esm/models/models.js.map +1 -0
- package/dist/esm/package.json +3 -0
- package/dist/esm/restorePollerHelpers.d.ts +21 -0
- package/dist/esm/restorePollerHelpers.js +138 -0
- package/dist/esm/restorePollerHelpers.js.map +1 -0
- package/dist/esm/static-helpers/cloudSettingHelpers.d.ts +22 -0
- package/dist/esm/static-helpers/cloudSettingHelpers.js +38 -0
- package/dist/esm/static-helpers/cloudSettingHelpers.js.map +1 -0
- package/dist/esm/static-helpers/pagingHelpers.d.ts +74 -0
- package/dist/esm/static-helpers/pagingHelpers.js +143 -0
- package/dist/esm/static-helpers/pagingHelpers.js.map +1 -0
- package/dist/esm/static-helpers/pollingHelpers.d.ts +34 -0
- package/dist/esm/static-helpers/pollingHelpers.js +95 -0
- package/dist/esm/static-helpers/pollingHelpers.js.map +1 -0
- package/dist/esm/static-helpers/serialization/check-prop-undefined.d.ts +8 -0
- package/dist/esm/static-helpers/serialization/check-prop-undefined.js +17 -0
- package/dist/esm/static-helpers/serialization/check-prop-undefined.js.map +1 -0
- package/dist/esm/static-helpers/simplePollerHelpers.d.ts +73 -0
- package/dist/esm/static-helpers/simplePollerHelpers.js +44 -0
- package/dist/esm/static-helpers/simplePollerHelpers.js.map +1 -0
- package/dist/esm/static-helpers/urlTemplate.d.ts +5 -0
- package/dist/esm/static-helpers/urlTemplate.js +200 -0
- package/dist/esm/static-helpers/urlTemplate.js.map +1 -0
- package/dist/esm/webPubSubManagementClient.d.ts +45 -0
- package/dist/esm/webPubSubManagementClient.js +74 -0
- package/dist/esm/webPubSubManagementClient.js.map +1 -0
- package/package.json +276 -90
- package/CHANGELOG.md +0 -102
- package/dist/index.js +0 -6100
- package/dist/index.js.map +0 -1
- package/dist/index.min.js +0 -1
- package/dist/index.min.js.map +0 -1
- package/dist-esm/samples-dev/operationsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/operationsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/operationsListSample.js +0 -58
- package/dist-esm/samples-dev/operationsListSample.js.map +0 -1
- package/dist-esm/samples-dev/usagesListSample.d.ts +0 -2
- package/dist-esm/samples-dev/usagesListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/usagesListSample.js +0 -59
- package/dist-esm/samples-dev/usagesListSample.js.map +0 -1
- package/dist-esm/samples-dev/webPubSubCheckNameAvailabilitySample.d.ts +0 -2
- package/dist-esm/samples-dev/webPubSubCheckNameAvailabilitySample.d.ts.map +0 -1
- package/dist-esm/samples-dev/webPubSubCheckNameAvailabilitySample.js +0 -42
- package/dist-esm/samples-dev/webPubSubCheckNameAvailabilitySample.js.map +0 -1
- package/dist-esm/samples-dev/webPubSubCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/webPubSubCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/webPubSubCreateOrUpdateSample.js +0 -64
- package/dist-esm/samples-dev/webPubSubCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/webPubSubCustomCertificatesCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/webPubSubCustomCertificatesCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/webPubSubCustomCertificatesCreateOrUpdateSample.js +0 -45
- package/dist-esm/samples-dev/webPubSubCustomCertificatesCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/webPubSubCustomCertificatesDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/webPubSubCustomCertificatesDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/webPubSubCustomCertificatesDeleteSample.js +0 -40
- package/dist-esm/samples-dev/webPubSubCustomCertificatesDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/webPubSubCustomCertificatesGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/webPubSubCustomCertificatesGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/webPubSubCustomCertificatesGetSample.js +0 -40
- package/dist-esm/samples-dev/webPubSubCustomCertificatesGetSample.js.map +0 -1
- package/dist-esm/samples-dev/webPubSubCustomCertificatesListSample.d.ts +0 -2
- package/dist-esm/samples-dev/webPubSubCustomCertificatesListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/webPubSubCustomCertificatesListSample.js +0 -60
- package/dist-esm/samples-dev/webPubSubCustomCertificatesListSample.js.map +0 -1
- package/dist-esm/samples-dev/webPubSubCustomDomainsCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/webPubSubCustomDomainsCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/webPubSubCustomDomainsCreateOrUpdateSample.js +0 -46
- package/dist-esm/samples-dev/webPubSubCustomDomainsCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/webPubSubCustomDomainsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/webPubSubCustomDomainsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/webPubSubCustomDomainsDeleteSample.js +0 -40
- package/dist-esm/samples-dev/webPubSubCustomDomainsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/webPubSubCustomDomainsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/webPubSubCustomDomainsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/webPubSubCustomDomainsGetSample.js +0 -40
- package/dist-esm/samples-dev/webPubSubCustomDomainsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/webPubSubCustomDomainsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/webPubSubCustomDomainsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/webPubSubCustomDomainsListSample.js +0 -60
- package/dist-esm/samples-dev/webPubSubCustomDomainsListSample.js.map +0 -1
- package/dist-esm/samples-dev/webPubSubDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/webPubSubDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/webPubSubDeleteSample.js +0 -39
- package/dist-esm/samples-dev/webPubSubDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/webPubSubGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/webPubSubGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/webPubSubGetSample.js +0 -39
- package/dist-esm/samples-dev/webPubSubGetSample.js.map +0 -1
- package/dist-esm/samples-dev/webPubSubHubsCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/webPubSubHubsCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/webPubSubHubsCreateOrUpdateSample.js +0 -70
- package/dist-esm/samples-dev/webPubSubHubsCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/webPubSubHubsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/webPubSubHubsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/webPubSubHubsDeleteSample.js +0 -40
- package/dist-esm/samples-dev/webPubSubHubsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/webPubSubHubsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/webPubSubHubsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/webPubSubHubsGetSample.js +0 -40
- package/dist-esm/samples-dev/webPubSubHubsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/webPubSubHubsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/webPubSubHubsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/webPubSubHubsListSample.js +0 -60
- package/dist-esm/samples-dev/webPubSubHubsListSample.js.map +0 -1
- package/dist-esm/samples-dev/webPubSubListByResourceGroupSample.d.ts +0 -2
- package/dist-esm/samples-dev/webPubSubListByResourceGroupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/webPubSubListByResourceGroupSample.js +0 -59
- package/dist-esm/samples-dev/webPubSubListByResourceGroupSample.js.map +0 -1
- package/dist-esm/samples-dev/webPubSubListBySubscriptionSample.d.ts +0 -2
- package/dist-esm/samples-dev/webPubSubListBySubscriptionSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/webPubSubListBySubscriptionSample.js +0 -58
- package/dist-esm/samples-dev/webPubSubListBySubscriptionSample.js.map +0 -1
- package/dist-esm/samples-dev/webPubSubListKeysSample.d.ts +0 -2
- package/dist-esm/samples-dev/webPubSubListKeysSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/webPubSubListKeysSample.js +0 -39
- package/dist-esm/samples-dev/webPubSubListKeysSample.js.map +0 -1
- package/dist-esm/samples-dev/webPubSubListReplicaSkusSample.d.ts +0 -2
- package/dist-esm/samples-dev/webPubSubListReplicaSkusSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/webPubSubListReplicaSkusSample.js +0 -40
- package/dist-esm/samples-dev/webPubSubListReplicaSkusSample.js.map +0 -1
- package/dist-esm/samples-dev/webPubSubListSkusSample.d.ts +0 -2
- package/dist-esm/samples-dev/webPubSubListSkusSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/webPubSubListSkusSample.js +0 -39
- package/dist-esm/samples-dev/webPubSubListSkusSample.js.map +0 -1
- package/dist-esm/samples-dev/webPubSubPrivateEndpointConnectionsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/webPubSubPrivateEndpointConnectionsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/webPubSubPrivateEndpointConnectionsDeleteSample.js +0 -40
- package/dist-esm/samples-dev/webPubSubPrivateEndpointConnectionsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/webPubSubPrivateEndpointConnectionsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/webPubSubPrivateEndpointConnectionsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/webPubSubPrivateEndpointConnectionsGetSample.js +0 -40
- package/dist-esm/samples-dev/webPubSubPrivateEndpointConnectionsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/webPubSubPrivateEndpointConnectionsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/webPubSubPrivateEndpointConnectionsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/webPubSubPrivateEndpointConnectionsListSample.js +0 -60
- package/dist-esm/samples-dev/webPubSubPrivateEndpointConnectionsListSample.js.map +0 -1
- package/dist-esm/samples-dev/webPubSubPrivateEndpointConnectionsUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/webPubSubPrivateEndpointConnectionsUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/webPubSubPrivateEndpointConnectionsUpdateSample.js +0 -47
- package/dist-esm/samples-dev/webPubSubPrivateEndpointConnectionsUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/webPubSubPrivateLinkResourcesListSample.d.ts +0 -2
- package/dist-esm/samples-dev/webPubSubPrivateLinkResourcesListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/webPubSubPrivateLinkResourcesListSample.js +0 -60
- package/dist-esm/samples-dev/webPubSubPrivateLinkResourcesListSample.js.map +0 -1
- package/dist-esm/samples-dev/webPubSubRegenerateKeySample.d.ts +0 -2
- package/dist-esm/samples-dev/webPubSubRegenerateKeySample.d.ts.map +0 -1
- package/dist-esm/samples-dev/webPubSubRegenerateKeySample.js +0 -40
- package/dist-esm/samples-dev/webPubSubRegenerateKeySample.js.map +0 -1
- package/dist-esm/samples-dev/webPubSubReplicasCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/webPubSubReplicasCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/webPubSubReplicasCreateOrUpdateSample.js +0 -45
- package/dist-esm/samples-dev/webPubSubReplicasCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/webPubSubReplicasDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/webPubSubReplicasDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/webPubSubReplicasDeleteSample.js +0 -40
- package/dist-esm/samples-dev/webPubSubReplicasDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/webPubSubReplicasGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/webPubSubReplicasGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/webPubSubReplicasGetSample.js +0 -40
- package/dist-esm/samples-dev/webPubSubReplicasGetSample.js.map +0 -1
- package/dist-esm/samples-dev/webPubSubReplicasListSample.d.ts +0 -2
- package/dist-esm/samples-dev/webPubSubReplicasListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/webPubSubReplicasListSample.js +0 -60
- package/dist-esm/samples-dev/webPubSubReplicasListSample.js.map +0 -1
- package/dist-esm/samples-dev/webPubSubReplicasRestartSample.d.ts +0 -2
- package/dist-esm/samples-dev/webPubSubReplicasRestartSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/webPubSubReplicasRestartSample.js +0 -40
- package/dist-esm/samples-dev/webPubSubReplicasRestartSample.js.map +0 -1
- package/dist-esm/samples-dev/webPubSubReplicasUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/webPubSubReplicasUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/webPubSubReplicasUpdateSample.js +0 -45
- package/dist-esm/samples-dev/webPubSubReplicasUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/webPubSubRestartSample.d.ts +0 -2
- package/dist-esm/samples-dev/webPubSubRestartSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/webPubSubRestartSample.js +0 -39
- package/dist-esm/samples-dev/webPubSubRestartSample.js.map +0 -1
- package/dist-esm/samples-dev/webPubSubSharedPrivateLinkResourcesCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/webPubSubSharedPrivateLinkResourcesCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/webPubSubSharedPrivateLinkResourcesCreateOrUpdateSample.js +0 -45
- package/dist-esm/samples-dev/webPubSubSharedPrivateLinkResourcesCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/webPubSubSharedPrivateLinkResourcesDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/webPubSubSharedPrivateLinkResourcesDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/webPubSubSharedPrivateLinkResourcesDeleteSample.js +0 -40
- package/dist-esm/samples-dev/webPubSubSharedPrivateLinkResourcesDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/webPubSubSharedPrivateLinkResourcesGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/webPubSubSharedPrivateLinkResourcesGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/webPubSubSharedPrivateLinkResourcesGetSample.js +0 -40
- package/dist-esm/samples-dev/webPubSubSharedPrivateLinkResourcesGetSample.js.map +0 -1
- package/dist-esm/samples-dev/webPubSubSharedPrivateLinkResourcesListSample.d.ts +0 -2
- package/dist-esm/samples-dev/webPubSubSharedPrivateLinkResourcesListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/webPubSubSharedPrivateLinkResourcesListSample.js +0 -60
- package/dist-esm/samples-dev/webPubSubSharedPrivateLinkResourcesListSample.js.map +0 -1
- package/dist-esm/samples-dev/webPubSubUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/webPubSubUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/webPubSubUpdateSample.js +0 -64
- package/dist-esm/samples-dev/webPubSubUpdateSample.js.map +0 -1
- package/dist-esm/src/index.d.ts +0 -6
- package/dist-esm/src/index.d.ts.map +0 -1
- package/dist-esm/src/index.js +0 -13
- package/dist-esm/src/index.js.map +0 -1
- package/dist-esm/src/lroImpl.d.ts +0 -11
- package/dist-esm/src/lroImpl.d.ts.map +0 -1
- package/dist-esm/src/lroImpl.js +0 -21
- package/dist-esm/src/lroImpl.js.map +0 -1
- package/dist-esm/src/models/index.d.ts +0 -1441
- package/dist-esm/src/models/index.d.ts.map +0 -1
- package/dist-esm/src/models/index.js +0 -158
- package/dist-esm/src/models/index.js.map +0 -1
- package/dist-esm/src/models/mappers.d.ts +0 -79
- package/dist-esm/src/models/mappers.d.ts.map +0 -1
- package/dist-esm/src/models/mappers.js +0 -1971
- package/dist-esm/src/models/mappers.js.map +0 -1
- package/dist-esm/src/models/parameters.d.ts +0 -26
- package/dist-esm/src/models/parameters.d.ts.map +0 -1
- package/dist-esm/src/models/parameters.js +0 -214
- package/dist-esm/src/models/parameters.js.map +0 -1
- package/dist-esm/src/operations/index.d.ts +0 -11
- package/dist-esm/src/operations/index.d.ts.map +0 -1
- package/dist-esm/src/operations/index.js +0 -18
- package/dist-esm/src/operations/index.js.map +0 -1
- package/dist-esm/src/operations/operations.d.ts +0 -32
- package/dist-esm/src/operations/operations.d.ts.map +0 -1
- package/dist-esm/src/operations/operations.js +0 -138
- package/dist-esm/src/operations/operations.js.map +0 -1
- package/dist-esm/src/operations/usages.d.ts +0 -35
- package/dist-esm/src/operations/usages.d.ts.map +0 -1
- package/dist-esm/src/operations/usages.js +0 -150
- package/dist-esm/src/operations/usages.js.map +0 -1
- package/dist-esm/src/operations/webPubSub.d.ts +0 -168
- package/dist-esm/src/operations/webPubSub.d.ts.map +0 -1
- package/dist-esm/src/operations/webPubSub.js +0 -857
- package/dist-esm/src/operations/webPubSub.js.map +0 -1
- package/dist-esm/src/operations/webPubSubCustomCertificates.d.ts +0 -73
- package/dist-esm/src/operations/webPubSubCustomCertificates.d.ts.map +0 -1
- package/dist-esm/src/operations/webPubSubCustomCertificates.js +0 -319
- package/dist-esm/src/operations/webPubSubCustomCertificates.js.map +0 -1
- package/dist-esm/src/operations/webPubSubCustomDomains.d.ts +0 -81
- package/dist-esm/src/operations/webPubSubCustomDomains.d.ts.map +0 -1
- package/dist-esm/src/operations/webPubSubCustomDomains.js +0 -363
- package/dist-esm/src/operations/webPubSubCustomDomains.js.map +0 -1
- package/dist-esm/src/operations/webPubSubHubs.d.ts +0 -81
- package/dist-esm/src/operations/webPubSubHubs.d.ts.map +0 -1
- package/dist-esm/src/operations/webPubSubHubs.js +0 -363
- package/dist-esm/src/operations/webPubSubHubs.js.map +0 -1
- package/dist-esm/src/operations/webPubSubPrivateEndpointConnections.d.ts +0 -76
- package/dist-esm/src/operations/webPubSubPrivateEndpointConnections.d.ts.map +0 -1
- package/dist-esm/src/operations/webPubSubPrivateEndpointConnections.js +0 -325
- package/dist-esm/src/operations/webPubSubPrivateEndpointConnections.js.map +0 -1
- package/dist-esm/src/operations/webPubSubPrivateLinkResources.d.ts +0 -38
- package/dist-esm/src/operations/webPubSubPrivateLinkResources.d.ts.map +0 -1
- package/dist-esm/src/operations/webPubSubPrivateLinkResources.js +0 -155
- package/dist-esm/src/operations/webPubSubPrivateLinkResources.js.map +0 -1
- package/dist-esm/src/operations/webPubSubReplicas.d.ts +0 -107
- package/dist-esm/src/operations/webPubSubReplicas.d.ts.map +0 -1
- package/dist-esm/src/operations/webPubSubReplicas.js +0 -507
- package/dist-esm/src/operations/webPubSubReplicas.js.map +0 -1
- package/dist-esm/src/operations/webPubSubSharedPrivateLinkResources.d.ts +0 -81
- package/dist-esm/src/operations/webPubSubSharedPrivateLinkResources.d.ts.map +0 -1
- package/dist-esm/src/operations/webPubSubSharedPrivateLinkResources.js +0 -379
- package/dist-esm/src/operations/webPubSubSharedPrivateLinkResources.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/index.d.ts +0 -11
- package/dist-esm/src/operationsInterfaces/index.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/index.js +0 -18
- package/dist-esm/src/operationsInterfaces/index.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/operations.d.ts +0 -11
- package/dist-esm/src/operationsInterfaces/operations.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/operations.js +0 -9
- package/dist-esm/src/operationsInterfaces/operations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/usages.d.ts +0 -12
- package/dist-esm/src/operationsInterfaces/usages.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/usages.js +0 -9
- package/dist-esm/src/operationsInterfaces/usages.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/webPubSub.d.ts +0 -132
- package/dist-esm/src/operationsInterfaces/webPubSub.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/webPubSub.js +0 -9
- package/dist-esm/src/operationsInterfaces/webPubSub.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/webPubSubCustomCertificates.d.ts +0 -48
- package/dist-esm/src/operationsInterfaces/webPubSubCustomCertificates.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/webPubSubCustomCertificates.js +0 -9
- package/dist-esm/src/operationsInterfaces/webPubSubCustomCertificates.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/webPubSubCustomDomains.d.ts +0 -56
- package/dist-esm/src/operationsInterfaces/webPubSubCustomDomains.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/webPubSubCustomDomains.js +0 -9
- package/dist-esm/src/operationsInterfaces/webPubSubCustomDomains.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/webPubSubHubs.d.ts +0 -56
- package/dist-esm/src/operationsInterfaces/webPubSubHubs.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/webPubSubHubs.js +0 -9
- package/dist-esm/src/operationsInterfaces/webPubSubHubs.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/webPubSubPrivateEndpointConnections.d.ts +0 -51
- package/dist-esm/src/operationsInterfaces/webPubSubPrivateEndpointConnections.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/webPubSubPrivateEndpointConnections.js +0 -9
- package/dist-esm/src/operationsInterfaces/webPubSubPrivateEndpointConnections.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/webPubSubPrivateLinkResources.d.ts +0 -13
- package/dist-esm/src/operationsInterfaces/webPubSubPrivateLinkResources.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/webPubSubPrivateLinkResources.js +0 -9
- package/dist-esm/src/operationsInterfaces/webPubSubPrivateLinkResources.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/webPubSubReplicas.d.ts +0 -82
- package/dist-esm/src/operationsInterfaces/webPubSubReplicas.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/webPubSubReplicas.js +0 -9
- package/dist-esm/src/operationsInterfaces/webPubSubReplicas.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/webPubSubSharedPrivateLinkResources.d.ts +0 -56
- package/dist-esm/src/operationsInterfaces/webPubSubSharedPrivateLinkResources.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/webPubSubSharedPrivateLinkResources.js +0 -9
- package/dist-esm/src/operationsInterfaces/webPubSubSharedPrivateLinkResources.js.map +0 -1
- package/dist-esm/src/pagingHelper.d.ts +0 -13
- package/dist-esm/src/pagingHelper.d.ts.map +0 -1
- package/dist-esm/src/pagingHelper.js +0 -32
- package/dist-esm/src/pagingHelper.js.map +0 -1
- package/dist-esm/src/webPubSubManagementClient.d.ts +0 -29
- package/dist-esm/src/webPubSubManagementClient.d.ts.map +0 -1
- package/dist-esm/src/webPubSubManagementClient.js +0 -109
- package/dist-esm/src/webPubSubManagementClient.js.map +0 -1
- package/dist-esm/test/webpubsub_examples.spec.d.ts +0 -4
- package/dist-esm/test/webpubsub_examples.spec.d.ts.map +0 -1
- package/dist-esm/test/webpubsub_examples.spec.js +0 -143
- package/dist-esm/test/webpubsub_examples.spec.js.map +0 -1
- package/review/arm-webpubsub.api.md +0 -1169
- package/rollup.config.js +0 -122
- package/src/index.ts +0 -13
- package/src/lroImpl.ts +0 -42
- package/src/models/index.ts +0 -1661
- package/src/models/mappers.ts +0 -2120
- package/src/models/parameters.ts +0 -253
- package/src/operations/index.ts +0 -18
- package/src/operations/operations.ts +0 -149
- package/src/operations/usages.ts +0 -170
- package/src/operations/webPubSub.ts +0 -1146
- package/src/operations/webPubSubCustomCertificates.ts +0 -430
- package/src/operations/webPubSubCustomDomains.ts +0 -494
- package/src/operations/webPubSubHubs.ts +0 -494
- package/src/operations/webPubSubPrivateEndpointConnections.ts +0 -426
- package/src/operations/webPubSubPrivateLinkResources.ts +0 -195
- package/src/operations/webPubSubReplicas.ts +0 -702
- package/src/operations/webPubSubSharedPrivateLinkResources.ts +0 -511
- package/src/operationsInterfaces/index.ts +0 -18
- package/src/operationsInterfaces/operations.ts +0 -22
- package/src/operationsInterfaces/usages.ts +0 -24
- package/src/operationsInterfaces/webPubSub.ts +0 -258
- package/src/operationsInterfaces/webPubSubCustomCertificates.ts +0 -96
- package/src/operationsInterfaces/webPubSubCustomDomains.ts +0 -109
- package/src/operationsInterfaces/webPubSubHubs.ts +0 -109
- package/src/operationsInterfaces/webPubSubPrivateEndpointConnections.ts +0 -93
- package/src/operationsInterfaces/webPubSubPrivateLinkResources.ts +0 -29
- package/src/operationsInterfaces/webPubSubReplicas.ts +0 -166
- package/src/operationsInterfaces/webPubSubSharedPrivateLinkResources.ts +0 -109
- package/src/pagingHelper.ts +0 -39
- package/src/webPubSubManagementClient.ts +0 -188
- package/tsconfig.json +0 -33
- package/types/arm-webpubsub.d.ts +0 -2171
- package/types/tsdoc-metadata.json +0 -11
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
{
|
|
2
|
+
"version": 3,
|
|
3
|
+
"sources": ["../../../src/models/models.ts"],
|
|
4
|
+
"sourcesContent": ["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport { areAllPropsUndefined } from \"../static-helpers/serialization/check-prop-undefined.js\";\n\n/**\n * This file contains only generated model types and their (de)serializers.\n * Disable the following rules for internal models with '_' prefix and deserializers which require 'any' for raw JSON input.\n */\n/* eslint-disable @typescript-eslint/naming-convention */\n/* eslint-disable @typescript-eslint/explicit-module-boundary-types */\n/** Paged collection of Operation items */\nexport interface _OperationList {\n /** The Operation items on this page */\n value: Operation[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\nexport function _operationListDeserializer(item: any): _OperationList {\n return {\n value: operationArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function operationArrayDeserializer(result: Array<Operation>): any[] {\n return result.map((item) => {\n return operationDeserializer(item);\n });\n}\n\n/** REST API operation supported by resource provider. */\nexport interface Operation {\n /** Name of the operation with format: {provider}/{resource}/{operation} */\n name?: string;\n /** If the operation is a data action. (for data plane rbac) */\n isDataAction?: boolean;\n /** The object that describes a operation. */\n display?: OperationDisplay;\n /** Optional. The intended executor of the operation; governs the display of the operation in the RBAC UX and the audit logs UX. */\n origin?: string;\n /** Extra Operation properties. */\n properties?: OperationProperties;\n}\n\nexport function operationDeserializer(item: any): Operation {\n return {\n name: item[\"name\"],\n isDataAction: item[\"isDataAction\"],\n display: !item[\"display\"] ? item[\"display\"] : operationDisplayDeserializer(item[\"display\"]),\n origin: item[\"origin\"],\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : operationPropertiesDeserializer(item[\"properties\"]),\n };\n}\n\n/** The object that describes a operation. */\nexport interface OperationDisplay {\n /** Friendly name of the resource provider */\n provider?: string;\n /** Resource type on which the operation is performed. */\n resource?: string;\n /** The localized friendly name for the operation. */\n operation?: string;\n /** The localized friendly description for the operation */\n description?: string;\n}\n\nexport function operationDisplayDeserializer(item: any): OperationDisplay {\n return {\n provider: item[\"provider\"],\n resource: item[\"resource\"],\n operation: item[\"operation\"],\n description: item[\"description\"],\n };\n}\n\n/** Extra Operation properties. */\nexport interface OperationProperties {\n /** An object that describes a specification. */\n serviceSpecification?: ServiceSpecification;\n}\n\nexport function operationPropertiesDeserializer(item: any): OperationProperties {\n return {\n serviceSpecification: !item[\"serviceSpecification\"]\n ? item[\"serviceSpecification\"]\n : serviceSpecificationDeserializer(item[\"serviceSpecification\"]),\n };\n}\n\n/** An object that describes a specification. */\nexport interface ServiceSpecification {\n /** Specifications of the Metrics for Azure Monitoring. */\n metricSpecifications?: MetricSpecification[];\n /** Specifications of the Logs for Azure Monitoring. */\n logSpecifications?: LogSpecification[];\n}\n\nexport function serviceSpecificationDeserializer(item: any): ServiceSpecification {\n return {\n metricSpecifications: !item[\"metricSpecifications\"]\n ? item[\"metricSpecifications\"]\n : metricSpecificationArrayDeserializer(item[\"metricSpecifications\"]),\n logSpecifications: !item[\"logSpecifications\"]\n ? item[\"logSpecifications\"]\n : logSpecificationArrayDeserializer(item[\"logSpecifications\"]),\n };\n}\n\nexport function metricSpecificationArrayDeserializer(result: Array<MetricSpecification>): any[] {\n return result.map((item) => {\n return metricSpecificationDeserializer(item);\n });\n}\n\n/** Specifications of the Metrics for Azure Monitoring. */\nexport interface MetricSpecification {\n /** Name of the metric. */\n name?: string;\n /** Localized friendly display name of the metric. */\n displayName?: string;\n /** Localized friendly description of the metric. */\n displayDescription?: string;\n /** The unit that makes sense for the metric. */\n unit?: string;\n /** Only provide one value for this field. Valid values: Average, Minimum, Maximum, Total, Count. */\n aggregationType?: string;\n /**\n * Optional. If set to true, then zero will be returned for time duration where no metric is emitted/published.\n * Ex. a metric that returns the number of times a particular error code was emitted. The error code may not appear\n * often, instead of the RP publishing 0, Shoebox can auto fill in 0s for time periods where nothing was emitted.\n */\n fillGapWithZero?: string;\n /** The name of the metric category that the metric belongs to. A metric can only belong to a single category. */\n category?: string;\n /** The dimensions of the metrics. */\n dimensions?: Dimension[];\n}\n\nexport function metricSpecificationDeserializer(item: any): MetricSpecification {\n return {\n name: item[\"name\"],\n displayName: item[\"displayName\"],\n displayDescription: item[\"displayDescription\"],\n unit: item[\"unit\"],\n aggregationType: item[\"aggregationType\"],\n fillGapWithZero: item[\"fillGapWithZero\"],\n category: item[\"category\"],\n dimensions: !item[\"dimensions\"]\n ? item[\"dimensions\"]\n : dimensionArrayDeserializer(item[\"dimensions\"]),\n };\n}\n\nexport function dimensionArrayDeserializer(result: Array<Dimension>): any[] {\n return result.map((item) => {\n return dimensionDeserializer(item);\n });\n}\n\n/** Specifications of the Dimension of metrics. */\nexport interface Dimension {\n /** The public facing name of the dimension. */\n name?: string;\n /** Localized friendly display name of the dimension. */\n displayName?: string;\n /** Name of the dimension as it appears in MDM. */\n internalName?: string;\n /** A Boolean flag indicating whether this dimension should be included for the shoebox export scenario. */\n toBeExportedForShoebox?: boolean;\n}\n\nexport function dimensionDeserializer(item: any): Dimension {\n return {\n name: item[\"name\"],\n displayName: item[\"displayName\"],\n internalName: item[\"internalName\"],\n toBeExportedForShoebox: item[\"toBeExportedForShoebox\"],\n };\n}\n\nexport function logSpecificationArrayDeserializer(result: Array<LogSpecification>): any[] {\n return result.map((item) => {\n return logSpecificationDeserializer(item);\n });\n}\n\n/** Specifications of the Logs for Azure Monitoring. */\nexport interface LogSpecification {\n /** Name of the log. */\n name?: string;\n /** Localized friendly display name of the log. */\n displayName?: string;\n}\n\nexport function logSpecificationDeserializer(item: any): LogSpecification {\n return {\n name: item[\"name\"],\n displayName: item[\"displayName\"],\n };\n}\n\n/** Common error response for all Azure Resource Manager APIs to return error details for failed operations. */\nexport interface ErrorResponse {\n /** The error object. */\n error?: ErrorDetail;\n}\n\nexport function errorResponseDeserializer(item: any): ErrorResponse {\n return {\n error: !item[\"error\"] ? item[\"error\"] : errorDetailDeserializer(item[\"error\"]),\n };\n}\n\n/** The error detail. */\nexport interface ErrorDetail {\n /** The error code. */\n readonly code?: string;\n /** The error message. */\n readonly message?: string;\n /** The error target. */\n readonly target?: string;\n /** The error details. */\n readonly details?: ErrorDetail[];\n /** The error additional info. */\n readonly additionalInfo?: ErrorAdditionalInfo[];\n}\n\nexport function errorDetailDeserializer(item: any): ErrorDetail {\n return {\n code: item[\"code\"],\n message: item[\"message\"],\n target: item[\"target\"],\n details: !item[\"details\"] ? item[\"details\"] : errorDetailArrayDeserializer(item[\"details\"]),\n additionalInfo: !item[\"additionalInfo\"]\n ? item[\"additionalInfo\"]\n : errorAdditionalInfoArrayDeserializer(item[\"additionalInfo\"]),\n };\n}\n\nexport function errorDetailArrayDeserializer(result: Array<ErrorDetail>): any[] {\n return result.map((item) => {\n return errorDetailDeserializer(item);\n });\n}\n\nexport function errorAdditionalInfoArrayDeserializer(result: Array<ErrorAdditionalInfo>): any[] {\n return result.map((item) => {\n return errorAdditionalInfoDeserializer(item);\n });\n}\n\n/** The resource management error additional info. */\nexport interface ErrorAdditionalInfo {\n /** The additional info type. */\n readonly type?: string;\n /** The additional info. */\n readonly info?: any;\n}\n\nexport function errorAdditionalInfoDeserializer(item: any): ErrorAdditionalInfo {\n return {\n type: item[\"type\"],\n info: item[\"info\"],\n };\n}\n\n/** A hub setting */\nexport interface WebPubSubHub extends ProxyResource {\n /** Properties of a hub. */\n properties: WebPubSubHubProperties;\n}\n\nexport function webPubSubHubSerializer(item: WebPubSubHub): any {\n return { properties: webPubSubHubPropertiesSerializer(item[\"properties\"]) };\n}\n\nexport function webPubSubHubDeserializer(item: any): WebPubSubHub {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n properties: webPubSubHubPropertiesDeserializer(item[\"properties\"]),\n };\n}\n\n/** Properties of a hub. */\nexport interface WebPubSubHubProperties {\n /** Event handler of a hub. */\n eventHandlers?: EventHandler[];\n /**\n * Event listener settings for forwarding your client events to listeners.\n * Event listener is transparent to Web PubSub clients, and it doesn't return any result to clients nor interrupt the lifetime of clients.\n * One event can be sent to multiple listeners, as long as it matches the filters in those listeners. The order of the array elements doesn't matter.\n * Maximum count of event listeners among all hubs is 10.\n */\n eventListeners?: EventListener[];\n /** The settings for configuring if anonymous connections are allowed for this hub: \"allow\" or \"deny\". Default to \"deny\". */\n anonymousConnectPolicy?: string;\n /** The settings for configuring the WebSocket ping-pong interval in seconds for all clients in the hub. Valid range: 1 to 120. Default to 20 seconds. */\n webSocketKeepAliveIntervalInSeconds?: number;\n}\n\nexport function webPubSubHubPropertiesSerializer(item: WebPubSubHubProperties): any {\n return {\n eventHandlers: !item[\"eventHandlers\"]\n ? item[\"eventHandlers\"]\n : eventHandlerArraySerializer(item[\"eventHandlers\"]),\n eventListeners: !item[\"eventListeners\"]\n ? item[\"eventListeners\"]\n : eventListenerArraySerializer(item[\"eventListeners\"]),\n anonymousConnectPolicy: item[\"anonymousConnectPolicy\"],\n webSocketKeepAliveIntervalInSeconds: item[\"webSocketKeepAliveIntervalInSeconds\"],\n };\n}\n\nexport function webPubSubHubPropertiesDeserializer(item: any): WebPubSubHubProperties {\n return {\n eventHandlers: !item[\"eventHandlers\"]\n ? item[\"eventHandlers\"]\n : eventHandlerArrayDeserializer(item[\"eventHandlers\"]),\n eventListeners: !item[\"eventListeners\"]\n ? item[\"eventListeners\"]\n : eventListenerArrayDeserializer(item[\"eventListeners\"]),\n anonymousConnectPolicy: item[\"anonymousConnectPolicy\"],\n webSocketKeepAliveIntervalInSeconds: item[\"webSocketKeepAliveIntervalInSeconds\"],\n };\n}\n\nexport function eventHandlerArraySerializer(result: Array<EventHandler>): any[] {\n return result.map((item) => {\n return eventHandlerSerializer(item);\n });\n}\n\nexport function eventHandlerArrayDeserializer(result: Array<EventHandler>): any[] {\n return result.map((item) => {\n return eventHandlerDeserializer(item);\n });\n}\n\n/** Properties of event handler. */\nexport interface EventHandler {\n /**\n * Gets or sets the URL template for the event handler. The actual URL is calculated when the corresponding event is triggered.\n * The template supports predefined parameters syntax: `{event}`, `{hub}`, and KeyVault reference syntax `{@Microsoft.KeyVault(SecretUri=_your_secret_identifier_)}`\n * For example, if the template is `http://example.com/api/{event}`, when `connect` event is triggered, a POST request will be sent to the URL `http://example.com/chat/api/connect`.\n * Note: Parameters are not allowed in the hostname of the URL, and curly brackets `{}` are reserved for parameter syntax only. If your URL path contains literal curly brackets, please URL-encode them to ensure proper handling.\n */\n urlTemplate: string;\n /**\n * Gets or sets the matching pattern for event names.\n * There are 3 kinds of patterns supported:\n * 1. \"*\", it matches any event name\n * 2. Combine multiple events with \",\", for example \"event1,event2\", it matches event \"event1\" and \"event2\"\n * 3. A single event name, for example, \"event1\", it matches \"event1\"\n */\n userEventPattern?: string;\n /** Gets or sets the list of system events. */\n systemEvents?: string[];\n /** Upstream auth settings. If not set, no auth is used for upstream messages. */\n auth?: UpstreamAuthSettings;\n /** The group presence events that this event handler is concerned with. Group presence events are triggered when connections join or leave groups in the hub. If the value is null, no presence events will be sent to this event handler. */\n groupPresenceEvents?: GroupPresenceEventFilters;\n}\n\nexport function eventHandlerSerializer(item: EventHandler): any {\n return {\n urlTemplate: item[\"urlTemplate\"],\n userEventPattern: item[\"userEventPattern\"],\n systemEvents: !item[\"systemEvents\"]\n ? item[\"systemEvents\"]\n : item[\"systemEvents\"].map((p: any) => {\n return p;\n }),\n auth: !item[\"auth\"] ? item[\"auth\"] : upstreamAuthSettingsSerializer(item[\"auth\"]),\n groupPresenceEvents: !item[\"groupPresenceEvents\"]\n ? item[\"groupPresenceEvents\"]\n : groupPresenceEventFiltersSerializer(item[\"groupPresenceEvents\"]),\n };\n}\n\nexport function eventHandlerDeserializer(item: any): EventHandler {\n return {\n urlTemplate: item[\"urlTemplate\"],\n userEventPattern: item[\"userEventPattern\"],\n systemEvents: !item[\"systemEvents\"]\n ? item[\"systemEvents\"]\n : item[\"systemEvents\"].map((p: any) => {\n return p;\n }),\n auth: !item[\"auth\"] ? item[\"auth\"] : upstreamAuthSettingsDeserializer(item[\"auth\"]),\n groupPresenceEvents: !item[\"groupPresenceEvents\"]\n ? item[\"groupPresenceEvents\"]\n : groupPresenceEventFiltersDeserializer(item[\"groupPresenceEvents\"]),\n };\n}\n\n/** Upstream auth settings. If not set, no auth is used for upstream messages. */\nexport interface UpstreamAuthSettings {\n /** Upstream auth type enum. */\n type?: UpstreamAuthType;\n /** Managed identity settings for upstream. */\n managedIdentity?: ManagedIdentitySettings;\n}\n\nexport function upstreamAuthSettingsSerializer(item: UpstreamAuthSettings): any {\n return {\n type: item[\"type\"],\n managedIdentity: !item[\"managedIdentity\"]\n ? item[\"managedIdentity\"]\n : managedIdentitySettingsSerializer(item[\"managedIdentity\"]),\n };\n}\n\nexport function upstreamAuthSettingsDeserializer(item: any): UpstreamAuthSettings {\n return {\n type: item[\"type\"],\n managedIdentity: !item[\"managedIdentity\"]\n ? item[\"managedIdentity\"]\n : managedIdentitySettingsDeserializer(item[\"managedIdentity\"]),\n };\n}\n\n/** Upstream auth type enum. */\nexport enum KnownUpstreamAuthType {\n /** None */\n None = \"None\",\n /** ManagedIdentity */\n ManagedIdentity = \"ManagedIdentity\",\n}\n\n/**\n * Upstream auth type enum. \\\n * {@link KnownUpstreamAuthType} can be used interchangeably with UpstreamAuthType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **None** \\\n * **ManagedIdentity**\n */\nexport type UpstreamAuthType = string;\n\n/** Managed identity settings for upstream. */\nexport interface ManagedIdentitySettings {\n /**\n * The Resource indicating the App ID URI of the target resource.\n * It also appears in the aud (audience) claim of the issued token.\n */\n resource?: string;\n}\n\nexport function managedIdentitySettingsSerializer(item: ManagedIdentitySettings): any {\n return { resource: item[\"resource\"] };\n}\n\nexport function managedIdentitySettingsDeserializer(item: any): ManagedIdentitySettings {\n return {\n resource: item[\"resource\"],\n };\n}\n\n/** Represents presence event filters for event handler configuration. */\nexport interface GroupPresenceEventFilters {\n /** The concerning event names. Valid values are \"joined\", \"left\". If the value is null or empty, no presence events will be sent to the event handler. */\n eventNames: GroupPresenceEventName[];\n /** The group filters. Only events from these groups will be sent to the event handler. Each element is a pattern that may match multiple groups. If null or empty, events from all groups will be sent (subject to eventNames). */\n groupFilters?: string[];\n}\n\nexport function groupPresenceEventFiltersSerializer(item: GroupPresenceEventFilters): any {\n return {\n eventNames: item[\"eventNames\"].map((p: any) => {\n return p;\n }),\n groupFilters: !item[\"groupFilters\"]\n ? item[\"groupFilters\"]\n : item[\"groupFilters\"].map((p: any) => {\n return p;\n }),\n };\n}\n\nexport function groupPresenceEventFiltersDeserializer(item: any): GroupPresenceEventFilters {\n return {\n eventNames: item[\"eventNames\"].map((p: any) => {\n return p;\n }),\n groupFilters: !item[\"groupFilters\"]\n ? item[\"groupFilters\"]\n : item[\"groupFilters\"].map((p: any) => {\n return p;\n }),\n };\n}\n\n/** Allowed event names for group presence events. */\nexport enum KnownGroupPresenceEventName {\n /** Event triggered when a connection joins a group. */\n Joined = \"joined\",\n /** Event triggered when a connection leaves a group. */\n Left = \"left\",\n}\n\n/**\n * Allowed event names for group presence events. \\\n * {@link KnownGroupPresenceEventName} can be used interchangeably with GroupPresenceEventName,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **joined**: Event triggered when a connection joins a group. \\\n * **left**: Event triggered when a connection leaves a group.\n */\nexport type GroupPresenceEventName = string;\n\nexport function eventListenerArraySerializer(result: Array<EventListener>): any[] {\n return result.map((item) => {\n return eventListenerSerializer(item);\n });\n}\n\nexport function eventListenerArrayDeserializer(result: Array<EventListener>): any[] {\n return result.map((item) => {\n return eventListenerDeserializer(item);\n });\n}\n\n/** A setting defines which kinds of events should be sent to which endpoint. */\nexport interface EventListener {\n /** A base class for event filter which determines whether an event should be sent to an event listener. */\n filter: EventListenerFilterUnion;\n /** An endpoint specifying where Web PubSub should send events to. */\n endpoint: EventListenerEndpointUnion;\n}\n\nexport function eventListenerSerializer(item: EventListener): any {\n return {\n filter: eventListenerFilterUnionSerializer(item[\"filter\"]),\n endpoint: eventListenerEndpointUnionSerializer(item[\"endpoint\"]),\n };\n}\n\nexport function eventListenerDeserializer(item: any): EventListener {\n return {\n filter: eventListenerFilterUnionDeserializer(item[\"filter\"]),\n endpoint: eventListenerEndpointUnionDeserializer(item[\"endpoint\"]),\n };\n}\n\n/** A base class for event filter which determines whether an event should be sent to an event listener. */\nexport interface EventListenerFilter {\n type: EventListenerFilterDiscriminator;\n}\n\nexport function eventListenerFilterSerializer(item: EventListenerFilter): any {\n return { type: item[\"type\"] };\n}\n\nexport function eventListenerFilterDeserializer(item: any): EventListenerFilter {\n return {\n type: item[\"type\"],\n };\n}\n\n/** Alias for EventListenerFilterUnion */\nexport type EventListenerFilterUnion = EventNameFilter | EventListenerFilter;\n\nexport function eventListenerFilterUnionSerializer(item: EventListenerFilterUnion): any {\n switch (item.type) {\n case \"EventName\":\n return eventNameFilterSerializer(item as EventNameFilter);\n\n default:\n return eventListenerFilterSerializer(item);\n }\n}\n\nexport function eventListenerFilterUnionDeserializer(item: any): EventListenerFilterUnion {\n switch (item[\"type\"]) {\n case \"EventName\":\n return eventNameFilterDeserializer(item as EventNameFilter);\n\n default:\n return eventListenerFilterDeserializer(item);\n }\n}\n\n/** Known values of {@link EventListenerFilterDiscriminator} that the service accepts. */\nexport enum KnownEventListenerFilterDiscriminator {\n /** EventName */\n EventName = \"EventName\",\n}\n\n/** Type of EventListenerFilterDiscriminator */\nexport type EventListenerFilterDiscriminator = string;\n\n/** Filter events by their name. */\nexport interface EventNameFilter extends EventListenerFilter {\n /** Gets or sets a list of system events. Supported events: \"connected\" and \"disconnected\". Blocking event \"connect\" is not supported because it requires a response. */\n systemEvents?: string[];\n /**\n * Gets or sets a matching pattern for event names.\n * There are 3 kinds of patterns supported:\n * 1. \"*\", it matches any event name\n * 2. Combine multiple events with \",\", for example \"event1,event2\", it matches events \"event1\" and \"event2\"\n * 3. A single event name, for example, \"event1\", it matches \"event1\"\n */\n userEventPattern?: string;\n type: \"EventName\";\n}\n\nexport function eventNameFilterSerializer(item: EventNameFilter): any {\n return {\n type: item[\"type\"],\n systemEvents: !item[\"systemEvents\"]\n ? item[\"systemEvents\"]\n : item[\"systemEvents\"].map((p: any) => {\n return p;\n }),\n userEventPattern: item[\"userEventPattern\"],\n };\n}\n\nexport function eventNameFilterDeserializer(item: any): EventNameFilter {\n return {\n type: item[\"type\"],\n systemEvents: !item[\"systemEvents\"]\n ? item[\"systemEvents\"]\n : item[\"systemEvents\"].map((p: any) => {\n return p;\n }),\n userEventPattern: item[\"userEventPattern\"],\n };\n}\n\n/** An endpoint specifying where Web PubSub should send events to. */\nexport interface EventListenerEndpoint {\n type: EventListenerEndpointDiscriminator;\n}\n\nexport function eventListenerEndpointSerializer(item: EventListenerEndpoint): any {\n return { type: item[\"type\"] };\n}\n\nexport function eventListenerEndpointDeserializer(item: any): EventListenerEndpoint {\n return {\n type: item[\"type\"],\n };\n}\n\n/** Alias for EventListenerEndpointUnion */\nexport type EventListenerEndpointUnion = EventHubEndpoint | EventListenerEndpoint;\n\nexport function eventListenerEndpointUnionSerializer(item: EventListenerEndpointUnion): any {\n switch (item.type) {\n case \"EventHub\":\n return eventHubEndpointSerializer(item as EventHubEndpoint);\n\n default:\n return eventListenerEndpointSerializer(item);\n }\n}\n\nexport function eventListenerEndpointUnionDeserializer(item: any): EventListenerEndpointUnion {\n switch (item[\"type\"]) {\n case \"EventHub\":\n return eventHubEndpointDeserializer(item as EventHubEndpoint);\n\n default:\n return eventListenerEndpointDeserializer(item);\n }\n}\n\n/** Known values of {@link EventListenerEndpointDiscriminator} that the service accepts. */\nexport enum KnownEventListenerEndpointDiscriminator {\n /** EventHub */\n EventHub = \"EventHub\",\n}\n\n/** Type of EventListenerEndpointDiscriminator */\nexport type EventListenerEndpointDiscriminator = string;\n\n/**\n * An Event Hub endpoint.\n * The managed identity of Web PubSub service must be enabled, and the identity should have the \"Azure Event Hubs Data sender\" role to access Event Hub.\n */\nexport interface EventHubEndpoint extends EventListenerEndpoint {\n /** The fully qualified namespace name of the Event Hub resource. */\n fullyQualifiedNamespace: string;\n /** The name of the Event Hub. */\n eventHubName: string;\n type: \"EventHub\";\n}\n\nexport function eventHubEndpointSerializer(item: EventHubEndpoint): any {\n return {\n type: item[\"type\"],\n fullyQualifiedNamespace: item[\"fullyQualifiedNamespace\"],\n eventHubName: item[\"eventHubName\"],\n };\n}\n\nexport function eventHubEndpointDeserializer(item: any): EventHubEndpoint {\n return {\n type: item[\"type\"],\n fullyQualifiedNamespace: item[\"fullyQualifiedNamespace\"],\n eventHubName: item[\"eventHubName\"],\n };\n}\n\n/** The resource model definition for a Azure Resource Manager proxy resource. It will not have tags and a location */\nexport interface ProxyResource extends Resource {}\n\nexport function proxyResourceSerializer(_item: ProxyResource): any {\n return {};\n}\n\nexport function proxyResourceDeserializer(item: any): ProxyResource {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n };\n}\n\n/** Common fields that are returned in the response for all Azure Resource Manager resources */\nexport interface Resource {\n /** Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} */\n readonly id?: string;\n /** The name of the resource */\n readonly name?: string;\n /** The type of the resource. E.g. \"Microsoft.Compute/virtualMachines\" or \"Microsoft.Storage/storageAccounts\" */\n readonly type?: string;\n /** Azure Resource Manager metadata containing createdBy and modifiedBy information. */\n readonly systemData?: SystemData;\n}\n\nexport function resourceSerializer(_item: Resource): any {\n return {};\n}\n\nexport function resourceDeserializer(item: any): Resource {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n };\n}\n\n/** Metadata pertaining to creation and last modification of the resource. */\nexport interface SystemData {\n /** The identity that created the resource. */\n createdBy?: string;\n /** The type of identity that created the resource. */\n createdByType?: CreatedByType;\n /** The timestamp of resource creation (UTC). */\n createdAt?: Date;\n /** The identity that last modified the resource. */\n lastModifiedBy?: string;\n /** The type of identity that last modified the resource. */\n lastModifiedByType?: CreatedByType;\n /** The timestamp of resource last modification (UTC) */\n lastModifiedAt?: Date;\n}\n\nexport function systemDataDeserializer(item: any): SystemData {\n return {\n createdBy: item[\"createdBy\"],\n createdByType: item[\"createdByType\"],\n createdAt: !item[\"createdAt\"] ? item[\"createdAt\"] : new Date(item[\"createdAt\"]),\n lastModifiedBy: item[\"lastModifiedBy\"],\n lastModifiedByType: item[\"lastModifiedByType\"],\n lastModifiedAt: !item[\"lastModifiedAt\"]\n ? item[\"lastModifiedAt\"]\n : new Date(item[\"lastModifiedAt\"]),\n };\n}\n\n/** The kind of entity that created the resource. */\nexport enum KnownCreatedByType {\n /** The entity was created by a user. */\n User = \"User\",\n /** The entity was created by an application. */\n Application = \"Application\",\n /** The entity was created by a managed identity. */\n ManagedIdentity = \"ManagedIdentity\",\n /** The entity was created by a key. */\n Key = \"Key\",\n}\n\n/**\n * The kind of entity that created the resource. \\\n * {@link KnownCreatedByType} can be used interchangeably with CreatedByType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **User**: The entity was created by a user. \\\n * **Application**: The entity was created by an application. \\\n * **ManagedIdentity**: The entity was created by a managed identity. \\\n * **Key**: The entity was created by a key.\n */\nexport type CreatedByType = string;\n\n/** Hub setting list */\nexport interface _WebPubSubHubList {\n /** The WebPubSubHub items on this page */\n value: WebPubSubHub[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\nexport function _webPubSubHubListDeserializer(item: any): _WebPubSubHubList {\n return {\n value: webPubSubHubArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function webPubSubHubArraySerializer(result: Array<WebPubSubHub>): any[] {\n return result.map((item) => {\n return webPubSubHubSerializer(item);\n });\n}\n\nexport function webPubSubHubArrayDeserializer(result: Array<WebPubSubHub>): any[] {\n return result.map((item) => {\n return webPubSubHubDeserializer(item);\n });\n}\n\n/** Describes a Shared Private Link Resource */\nexport interface SharedPrivateLinkResource extends ProxyResource {\n /** The group id from the provider of resource the shared private link resource is for */\n groupId?: string;\n /** The resource id of the resource the shared private link resource is for */\n privateLinkResourceId?: string;\n /** Provisioning state of the resource. */\n readonly provisioningState?: ProvisioningState;\n /** The request message for requesting approval of the shared private link resource */\n requestMessage?: string;\n /** A list of FQDNs for third party private link service */\n fqdns?: string[];\n /** Status of the shared private link resource */\n readonly status?: SharedPrivateLinkResourceStatus;\n}\n\nexport function sharedPrivateLinkResourceSerializer(item: SharedPrivateLinkResource): any {\n return {\n properties: areAllPropsUndefined(item, [\n \"groupId\",\n \"privateLinkResourceId\",\n \"requestMessage\",\n \"fqdns\",\n ])\n ? undefined\n : _sharedPrivateLinkResourcePropertiesSerializer(item),\n };\n}\n\nexport function sharedPrivateLinkResourceDeserializer(item: any): SharedPrivateLinkResource {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n ...(!item[\"properties\"]\n ? item[\"properties\"]\n : _sharedPrivateLinkResourcePropertiesDeserializer(item[\"properties\"])),\n };\n}\n\n/** Describes the properties of an existing Shared Private Link Resource */\nexport interface SharedPrivateLinkResourceProperties {\n /** The group id from the provider of resource the shared private link resource is for */\n groupId: string;\n /** The resource id of the resource the shared private link resource is for */\n privateLinkResourceId: string;\n /** Provisioning state of the resource. */\n readonly provisioningState?: ProvisioningState;\n /** The request message for requesting approval of the shared private link resource */\n requestMessage?: string;\n /** A list of FQDNs for third party private link service */\n fqdns?: string[];\n /** Status of the shared private link resource */\n readonly status?: SharedPrivateLinkResourceStatus;\n}\n\nexport function sharedPrivateLinkResourcePropertiesSerializer(\n item: SharedPrivateLinkResourceProperties,\n): any {\n return {\n groupId: item[\"groupId\"],\n privateLinkResourceId: item[\"privateLinkResourceId\"],\n requestMessage: item[\"requestMessage\"],\n fqdns: !item[\"fqdns\"]\n ? item[\"fqdns\"]\n : item[\"fqdns\"].map((p: any) => {\n return p;\n }),\n };\n}\n\nexport function sharedPrivateLinkResourcePropertiesDeserializer(\n item: any,\n): SharedPrivateLinkResourceProperties {\n return {\n groupId: item[\"groupId\"],\n privateLinkResourceId: item[\"privateLinkResourceId\"],\n provisioningState: item[\"provisioningState\"],\n requestMessage: item[\"requestMessage\"],\n fqdns: !item[\"fqdns\"]\n ? item[\"fqdns\"]\n : item[\"fqdns\"].map((p: any) => {\n return p;\n }),\n status: item[\"status\"],\n };\n}\n\n/** Provisioning state of the resource. */\nexport enum KnownProvisioningState {\n /** Unknown provisioning state */\n Unknown = \"Unknown\",\n /** Resource successfully provisioned */\n Succeeded = \"Succeeded\",\n /** Resource provisioning failed */\n Failed = \"Failed\",\n /** Resource provisioning was canceled */\n Canceled = \"Canceled\",\n /** Resource provisioning is running */\n Running = \"Running\",\n /** Resource is being created */\n Creating = \"Creating\",\n /** Resource is being updated */\n Updating = \"Updating\",\n /** Resource is being deleted */\n Deleting = \"Deleting\",\n /** Moving */\n Moving = \"Moving\",\n}\n\n/**\n * Provisioning state of the resource. \\\n * {@link KnownProvisioningState} can be used interchangeably with ProvisioningState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Unknown**: Unknown provisioning state \\\n * **Succeeded**: Resource successfully provisioned \\\n * **Failed**: Resource provisioning failed \\\n * **Canceled**: Resource provisioning was canceled \\\n * **Running**: Resource provisioning is running \\\n * **Creating**: Resource is being created \\\n * **Updating**: Resource is being updated \\\n * **Deleting**: Resource is being deleted \\\n * **Moving**\n */\nexport type ProvisioningState = string;\n\n/** Status of the shared private link resource */\nexport enum KnownSharedPrivateLinkResourceStatus {\n /** Pending */\n Pending = \"Pending\",\n /** Approved */\n Approved = \"Approved\",\n /** Rejected */\n Rejected = \"Rejected\",\n /** Disconnected */\n Disconnected = \"Disconnected\",\n /** Timeout */\n Timeout = \"Timeout\",\n}\n\n/**\n * Status of the shared private link resource \\\n * {@link KnownSharedPrivateLinkResourceStatus} can be used interchangeably with SharedPrivateLinkResourceStatus,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Pending** \\\n * **Approved** \\\n * **Rejected** \\\n * **Disconnected** \\\n * **Timeout**\n */\nexport type SharedPrivateLinkResourceStatus = string;\n\n/** A list of shared private link resources */\nexport interface _SharedPrivateLinkResourceList {\n /** The SharedPrivateLinkResource items on this page */\n value: SharedPrivateLinkResource[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\nexport function _sharedPrivateLinkResourceListDeserializer(\n item: any,\n): _SharedPrivateLinkResourceList {\n return {\n value: sharedPrivateLinkResourceArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function sharedPrivateLinkResourceArraySerializer(\n result: Array<SharedPrivateLinkResource>,\n): any[] {\n return result.map((item) => {\n return sharedPrivateLinkResourceSerializer(item);\n });\n}\n\nexport function sharedPrivateLinkResourceArrayDeserializer(\n result: Array<SharedPrivateLinkResource>,\n): any[] {\n return result.map((item) => {\n return sharedPrivateLinkResourceDeserializer(item);\n });\n}\n\n/** A class represent a resource. */\nexport interface WebPubSubResource extends TrackedResource {\n /** The billing information of the resource. */\n sku?: ResourceSku;\n /** The kind of the service */\n kind?: ServiceKind;\n /** A class represent managed identities used for request and response */\n identity?: ManagedIdentity;\n /** Provisioning state of the resource. */\n readonly provisioningState?: ProvisioningState;\n /** The publicly accessible IP of the resource. */\n readonly externalIP?: string;\n /** FQDN of the service instance. */\n readonly hostName?: string;\n /** The publicly accessible port of the resource which is designed for browser/client side usage. */\n readonly publicPort?: number;\n /** The publicly accessible port of the resource which is designed for customer server side usage. */\n readonly serverPort?: number;\n /** Version of the resource. Probably you need the same or higher version of client SDKs. */\n readonly version?: string;\n /** Private endpoint connections to the resource. */\n readonly privateEndpointConnections?: PrivateEndpointConnection[];\n /** The list of shared private link resources. */\n readonly sharedPrivateLinkResources?: SharedPrivateLinkResource[];\n /** TLS settings for the resource */\n tls?: WebPubSubTlsSettings;\n /** Deprecated. */\n readonly hostNamePrefix?: string;\n /** Live trace configuration of a Microsoft.SignalRService resource. */\n liveTraceConfiguration?: LiveTraceConfiguration;\n /** Resource log configuration of a Microsoft.SignalRService resource. */\n resourceLogConfiguration?: ResourceLogConfiguration;\n /** Network ACLs for the resource */\n networkACLs?: WebPubSubNetworkACLs;\n /** Application firewall settings for the resource */\n applicationFirewall?: ApplicationFirewallSettings;\n /**\n * Enable or disable public network access. Default to \"Enabled\".\n * When it's Enabled, network ACLs still apply.\n * When it's Disabled, public network access is always disabled no matter what you set in network ACLs.\n */\n publicNetworkAccess?: string;\n /**\n * DisableLocalAuth\n * Enable or disable local auth with AccessKey\n * When set as true, connection with AccessKey=xxx won't work.\n */\n disableLocalAuth?: boolean;\n /**\n * DisableLocalAuth\n * Enable or disable aad auth\n * When set as true, connection with AuthType=aad won't work.\n */\n disableAadAuth?: boolean;\n /**\n * Enable or disable the regional endpoint. Default to \"Enabled\".\n * When it's Disabled, new connections will not be routed to this endpoint, however existing connections will not be affected.\n * This property is replica specific. Disable the regional endpoint without replica is not allowed.\n */\n regionEndpointEnabled?: string;\n /**\n * Stop or start the resource. Default to \"False\".\n * When it's true, the data plane of the resource is shutdown.\n * When it's false, the data plane of the resource is started.\n */\n resourceStopped?: string;\n /** SocketIO settings for the resource */\n socketIO?: WebPubSubSocketIOSettings;\n}\n\nexport function webPubSubResourceSerializer(item: WebPubSubResource): any {\n return {\n tags: item[\"tags\"],\n location: item[\"location\"],\n properties: areAllPropsUndefined(item, [\n \"tls\",\n \"liveTraceConfiguration\",\n \"resourceLogConfiguration\",\n \"networkACLs\",\n \"applicationFirewall\",\n \"publicNetworkAccess\",\n \"disableLocalAuth\",\n \"disableAadAuth\",\n \"regionEndpointEnabled\",\n \"resourceStopped\",\n \"socketIO\",\n ])\n ? undefined\n : _webPubSubResourcePropertiesSerializer(item),\n sku: !item[\"sku\"] ? item[\"sku\"] : resourceSkuSerializer(item[\"sku\"]),\n kind: item[\"kind\"],\n identity: !item[\"identity\"] ? item[\"identity\"] : managedIdentitySerializer(item[\"identity\"]),\n };\n}\n\nexport function webPubSubResourceDeserializer(item: any): WebPubSubResource {\n return {\n tags: !item[\"tags\"]\n ? item[\"tags\"]\n : Object.fromEntries(Object.entries(item[\"tags\"]).map(([k, p]: [string, any]) => [k, p])),\n location: item[\"location\"],\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n ...(!item[\"properties\"]\n ? item[\"properties\"]\n : _webPubSubResourcePropertiesDeserializer(item[\"properties\"])),\n sku: !item[\"sku\"] ? item[\"sku\"] : resourceSkuDeserializer(item[\"sku\"]),\n kind: item[\"kind\"],\n identity: !item[\"identity\"] ? item[\"identity\"] : managedIdentityDeserializer(item[\"identity\"]),\n };\n}\n\n/** A class that describes the properties of the resource */\nexport interface WebPubSubProperties {\n /** Provisioning state of the resource. */\n readonly provisioningState?: ProvisioningState;\n /** The publicly accessible IP of the resource. */\n readonly externalIP?: string;\n /** FQDN of the service instance. */\n readonly hostName?: string;\n /** The publicly accessible port of the resource which is designed for browser/client side usage. */\n readonly publicPort?: number;\n /** The publicly accessible port of the resource which is designed for customer server side usage. */\n readonly serverPort?: number;\n /** Version of the resource. Probably you need the same or higher version of client SDKs. */\n readonly version?: string;\n /** Private endpoint connections to the resource. */\n readonly privateEndpointConnections?: PrivateEndpointConnection[];\n /** The list of shared private link resources. */\n readonly sharedPrivateLinkResources?: SharedPrivateLinkResource[];\n /** TLS settings for the resource */\n tls?: WebPubSubTlsSettings;\n /** Deprecated. */\n readonly hostNamePrefix?: string;\n /** Live trace configuration of a Microsoft.SignalRService resource. */\n liveTraceConfiguration?: LiveTraceConfiguration;\n /** Resource log configuration of a Microsoft.SignalRService resource. */\n resourceLogConfiguration?: ResourceLogConfiguration;\n /** Network ACLs for the resource */\n networkACLs?: WebPubSubNetworkACLs;\n /** Application firewall settings for the resource */\n applicationFirewall?: ApplicationFirewallSettings;\n /**\n * Enable or disable public network access. Default to \"Enabled\".\n * When it's Enabled, network ACLs still apply.\n * When it's Disabled, public network access is always disabled no matter what you set in network ACLs.\n */\n publicNetworkAccess?: string;\n /**\n * DisableLocalAuth\n * Enable or disable local auth with AccessKey\n * When set as true, connection with AccessKey=xxx won't work.\n */\n disableLocalAuth?: boolean;\n /**\n * DisableLocalAuth\n * Enable or disable aad auth\n * When set as true, connection with AuthType=aad won't work.\n */\n disableAadAuth?: boolean;\n /**\n * Enable or disable the regional endpoint. Default to \"Enabled\".\n * When it's Disabled, new connections will not be routed to this endpoint, however existing connections will not be affected.\n * This property is replica specific. Disable the regional endpoint without replica is not allowed.\n */\n regionEndpointEnabled?: string;\n /**\n * Stop or start the resource. Default to \"False\".\n * When it's true, the data plane of the resource is shutdown.\n * When it's false, the data plane of the resource is started.\n */\n resourceStopped?: string;\n /** SocketIO settings for the resource */\n socketIO?: WebPubSubSocketIOSettings;\n}\n\nexport function webPubSubPropertiesSerializer(item: WebPubSubProperties): any {\n return {\n tls: !item[\"tls\"] ? item[\"tls\"] : webPubSubTlsSettingsSerializer(item[\"tls\"]),\n liveTraceConfiguration: !item[\"liveTraceConfiguration\"]\n ? item[\"liveTraceConfiguration\"]\n : liveTraceConfigurationSerializer(item[\"liveTraceConfiguration\"]),\n resourceLogConfiguration: !item[\"resourceLogConfiguration\"]\n ? item[\"resourceLogConfiguration\"]\n : resourceLogConfigurationSerializer(item[\"resourceLogConfiguration\"]),\n networkACLs: !item[\"networkACLs\"]\n ? item[\"networkACLs\"]\n : webPubSubNetworkACLsSerializer(item[\"networkACLs\"]),\n applicationFirewall: !item[\"applicationFirewall\"]\n ? item[\"applicationFirewall\"]\n : applicationFirewallSettingsSerializer(item[\"applicationFirewall\"]),\n publicNetworkAccess: item[\"publicNetworkAccess\"],\n disableLocalAuth: item[\"disableLocalAuth\"],\n disableAadAuth: item[\"disableAadAuth\"],\n regionEndpointEnabled: item[\"regionEndpointEnabled\"],\n resourceStopped: item[\"resourceStopped\"],\n socketIO: !item[\"socketIO\"]\n ? item[\"socketIO\"]\n : webPubSubSocketIOSettingsSerializer(item[\"socketIO\"]),\n };\n}\n\nexport function webPubSubPropertiesDeserializer(item: any): WebPubSubProperties {\n return {\n provisioningState: item[\"provisioningState\"],\n externalIP: item[\"externalIP\"],\n hostName: item[\"hostName\"],\n publicPort: item[\"publicPort\"],\n serverPort: item[\"serverPort\"],\n version: item[\"version\"],\n privateEndpointConnections: !item[\"privateEndpointConnections\"]\n ? item[\"privateEndpointConnections\"]\n : privateEndpointConnectionArrayDeserializer(item[\"privateEndpointConnections\"]),\n sharedPrivateLinkResources: !item[\"sharedPrivateLinkResources\"]\n ? item[\"sharedPrivateLinkResources\"]\n : sharedPrivateLinkResourceArrayDeserializer(item[\"sharedPrivateLinkResources\"]),\n tls: !item[\"tls\"] ? item[\"tls\"] : webPubSubTlsSettingsDeserializer(item[\"tls\"]),\n hostNamePrefix: item[\"hostNamePrefix\"],\n liveTraceConfiguration: !item[\"liveTraceConfiguration\"]\n ? item[\"liveTraceConfiguration\"]\n : liveTraceConfigurationDeserializer(item[\"liveTraceConfiguration\"]),\n resourceLogConfiguration: !item[\"resourceLogConfiguration\"]\n ? item[\"resourceLogConfiguration\"]\n : resourceLogConfigurationDeserializer(item[\"resourceLogConfiguration\"]),\n networkACLs: !item[\"networkACLs\"]\n ? item[\"networkACLs\"]\n : webPubSubNetworkACLsDeserializer(item[\"networkACLs\"]),\n applicationFirewall: !item[\"applicationFirewall\"]\n ? item[\"applicationFirewall\"]\n : applicationFirewallSettingsDeserializer(item[\"applicationFirewall\"]),\n publicNetworkAccess: item[\"publicNetworkAccess\"],\n disableLocalAuth: item[\"disableLocalAuth\"],\n disableAadAuth: item[\"disableAadAuth\"],\n regionEndpointEnabled: item[\"regionEndpointEnabled\"],\n resourceStopped: item[\"resourceStopped\"],\n socketIO: !item[\"socketIO\"]\n ? item[\"socketIO\"]\n : webPubSubSocketIOSettingsDeserializer(item[\"socketIO\"]),\n };\n}\n\nexport function privateEndpointConnectionArraySerializer(\n result: Array<PrivateEndpointConnection>,\n): any[] {\n return result.map((item) => {\n return privateEndpointConnectionSerializer(item);\n });\n}\n\nexport function privateEndpointConnectionArrayDeserializer(\n result: Array<PrivateEndpointConnection>,\n): any[] {\n return result.map((item) => {\n return privateEndpointConnectionDeserializer(item);\n });\n}\n\n/** A private endpoint connection to an azure resource */\nexport interface PrivateEndpointConnection extends ProxyResource {\n /** Provisioning state of the resource. */\n readonly provisioningState?: ProvisioningState;\n /** Private endpoint */\n privateEndpoint?: PrivateEndpoint;\n /** Group IDs */\n readonly groupIds?: string[];\n /** Connection state of the private endpoint connection */\n privateLinkServiceConnectionState?: PrivateLinkServiceConnectionState;\n}\n\nexport function privateEndpointConnectionSerializer(item: PrivateEndpointConnection): any {\n return {\n properties: areAllPropsUndefined(item, [\"privateEndpoint\", \"privateLinkServiceConnectionState\"])\n ? undefined\n : _privateEndpointConnectionPropertiesSerializer(item),\n };\n}\n\nexport function privateEndpointConnectionDeserializer(item: any): PrivateEndpointConnection {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n ...(!item[\"properties\"]\n ? item[\"properties\"]\n : _privateEndpointConnectionPropertiesDeserializer(item[\"properties\"])),\n };\n}\n\n/** Private endpoint connection properties */\nexport interface PrivateEndpointConnectionProperties {\n /** Provisioning state of the resource. */\n readonly provisioningState?: ProvisioningState;\n /** Private endpoint */\n privateEndpoint?: PrivateEndpoint;\n /** Group IDs */\n readonly groupIds?: string[];\n /** Connection state of the private endpoint connection */\n privateLinkServiceConnectionState?: PrivateLinkServiceConnectionState;\n}\n\nexport function privateEndpointConnectionPropertiesSerializer(\n item: PrivateEndpointConnectionProperties,\n): any {\n return {\n privateEndpoint: !item[\"privateEndpoint\"]\n ? item[\"privateEndpoint\"]\n : privateEndpointSerializer(item[\"privateEndpoint\"]),\n privateLinkServiceConnectionState: !item[\"privateLinkServiceConnectionState\"]\n ? item[\"privateLinkServiceConnectionState\"]\n : privateLinkServiceConnectionStateSerializer(item[\"privateLinkServiceConnectionState\"]),\n };\n}\n\nexport function privateEndpointConnectionPropertiesDeserializer(\n item: any,\n): PrivateEndpointConnectionProperties {\n return {\n provisioningState: item[\"provisioningState\"],\n privateEndpoint: !item[\"privateEndpoint\"]\n ? item[\"privateEndpoint\"]\n : privateEndpointDeserializer(item[\"privateEndpoint\"]),\n groupIds: !item[\"groupIds\"]\n ? item[\"groupIds\"]\n : item[\"groupIds\"].map((p: any) => {\n return p;\n }),\n privateLinkServiceConnectionState: !item[\"privateLinkServiceConnectionState\"]\n ? item[\"privateLinkServiceConnectionState\"]\n : privateLinkServiceConnectionStateDeserializer(item[\"privateLinkServiceConnectionState\"]),\n };\n}\n\n/** Private endpoint */\nexport interface PrivateEndpoint {\n /** Full qualified Id of the private endpoint */\n id?: string;\n}\n\nexport function privateEndpointSerializer(item: PrivateEndpoint): any {\n return { id: item[\"id\"] };\n}\n\nexport function privateEndpointDeserializer(item: any): PrivateEndpoint {\n return {\n id: item[\"id\"],\n };\n}\n\n/** Connection state of the private endpoint connection */\nexport interface PrivateLinkServiceConnectionState {\n /** Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service. */\n status?: PrivateLinkServiceConnectionStatus;\n /** The reason for approval/rejection of the connection. */\n description?: string;\n /** A message indicating if changes on the service provider require any updates on the consumer. */\n actionsRequired?: string;\n}\n\nexport function privateLinkServiceConnectionStateSerializer(\n item: PrivateLinkServiceConnectionState,\n): any {\n return {\n status: item[\"status\"],\n description: item[\"description\"],\n actionsRequired: item[\"actionsRequired\"],\n };\n}\n\nexport function privateLinkServiceConnectionStateDeserializer(\n item: any,\n): PrivateLinkServiceConnectionState {\n return {\n status: item[\"status\"],\n description: item[\"description\"],\n actionsRequired: item[\"actionsRequired\"],\n };\n}\n\n/** Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service. */\nexport enum KnownPrivateLinkServiceConnectionStatus {\n /** Pending */\n Pending = \"Pending\",\n /** Approved */\n Approved = \"Approved\",\n /** Rejected */\n Rejected = \"Rejected\",\n /** Disconnected */\n Disconnected = \"Disconnected\",\n}\n\n/**\n * Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service. \\\n * {@link KnownPrivateLinkServiceConnectionStatus} can be used interchangeably with PrivateLinkServiceConnectionStatus,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Pending** \\\n * **Approved** \\\n * **Rejected** \\\n * **Disconnected**\n */\nexport type PrivateLinkServiceConnectionStatus = string;\n\n/** TLS settings for the resource */\nexport interface WebPubSubTlsSettings {\n /** Request client certificate during TLS handshake if enabled. Not supported for free tier. Any input will be ignored for free tier. */\n clientCertEnabled?: boolean;\n}\n\nexport function webPubSubTlsSettingsSerializer(item: WebPubSubTlsSettings): any {\n return { clientCertEnabled: item[\"clientCertEnabled\"] };\n}\n\nexport function webPubSubTlsSettingsDeserializer(item: any): WebPubSubTlsSettings {\n return {\n clientCertEnabled: item[\"clientCertEnabled\"],\n };\n}\n\n/** Live trace configuration of a Microsoft.SignalRService resource. */\nexport interface LiveTraceConfiguration {\n /**\n * Indicates whether or not enable live trace.\n * When it's set to true, live trace client can connect to the service.\n * Otherwise, live trace client can't connect to the service, so that you are unable to receive any log, no matter what you configure in \"categories\".\n * Available values: true, false.\n * Case insensitive.\n */\n enabled?: string;\n /** Gets or sets the list of category configurations. */\n categories?: LiveTraceCategory[];\n}\n\nexport function liveTraceConfigurationSerializer(item: LiveTraceConfiguration): any {\n return {\n enabled: item[\"enabled\"],\n categories: !item[\"categories\"]\n ? item[\"categories\"]\n : liveTraceCategoryArraySerializer(item[\"categories\"]),\n };\n}\n\nexport function liveTraceConfigurationDeserializer(item: any): LiveTraceConfiguration {\n return {\n enabled: item[\"enabled\"],\n categories: !item[\"categories\"]\n ? item[\"categories\"]\n : liveTraceCategoryArrayDeserializer(item[\"categories\"]),\n };\n}\n\nexport function liveTraceCategoryArraySerializer(result: Array<LiveTraceCategory>): any[] {\n return result.map((item) => {\n return liveTraceCategorySerializer(item);\n });\n}\n\nexport function liveTraceCategoryArrayDeserializer(result: Array<LiveTraceCategory>): any[] {\n return result.map((item) => {\n return liveTraceCategoryDeserializer(item);\n });\n}\n\n/** Live trace category configuration of a Microsoft.SignalRService resource. */\nexport interface LiveTraceCategory {\n /**\n * Gets or sets the live trace category's name.\n * Available values: ConnectivityLogs, MessagingLogs.\n * Case insensitive.\n */\n name?: string;\n /**\n * Indicates whether or the live trace category is enabled.\n * Available values: true, false.\n * Case insensitive.\n */\n enabled?: string;\n}\n\nexport function liveTraceCategorySerializer(item: LiveTraceCategory): any {\n return { name: item[\"name\"], enabled: item[\"enabled\"] };\n}\n\nexport function liveTraceCategoryDeserializer(item: any): LiveTraceCategory {\n return {\n name: item[\"name\"],\n enabled: item[\"enabled\"],\n };\n}\n\n/** Resource log configuration of a Microsoft.SignalRService resource. */\nexport interface ResourceLogConfiguration {\n /** Gets or sets the list of category configurations. */\n categories?: ResourceLogCategory[];\n}\n\nexport function resourceLogConfigurationSerializer(item: ResourceLogConfiguration): any {\n return {\n categories: !item[\"categories\"]\n ? item[\"categories\"]\n : resourceLogCategoryArraySerializer(item[\"categories\"]),\n };\n}\n\nexport function resourceLogConfigurationDeserializer(item: any): ResourceLogConfiguration {\n return {\n categories: !item[\"categories\"]\n ? item[\"categories\"]\n : resourceLogCategoryArrayDeserializer(item[\"categories\"]),\n };\n}\n\nexport function resourceLogCategoryArraySerializer(result: Array<ResourceLogCategory>): any[] {\n return result.map((item) => {\n return resourceLogCategorySerializer(item);\n });\n}\n\nexport function resourceLogCategoryArrayDeserializer(result: Array<ResourceLogCategory>): any[] {\n return result.map((item) => {\n return resourceLogCategoryDeserializer(item);\n });\n}\n\n/** Resource log category configuration of a Microsoft.SignalRService resource. */\nexport interface ResourceLogCategory {\n /**\n * Gets or sets the resource log category's name.\n * Available values: ConnectivityLogs, MessagingLogs.\n * Case insensitive.\n */\n name?: string;\n /**\n * Indicates whether or the resource log category is enabled.\n * Available values: true, false.\n * Case insensitive.\n */\n enabled?: string;\n}\n\nexport function resourceLogCategorySerializer(item: ResourceLogCategory): any {\n return { name: item[\"name\"], enabled: item[\"enabled\"] };\n}\n\nexport function resourceLogCategoryDeserializer(item: any): ResourceLogCategory {\n return {\n name: item[\"name\"],\n enabled: item[\"enabled\"],\n };\n}\n\n/** Network ACLs for the resource */\nexport interface WebPubSubNetworkACLs {\n /** Azure Networking ACL Action. */\n defaultAction?: ACLAction;\n /** Network ACL */\n publicNetwork?: NetworkACL;\n /** ACLs for requests from private endpoints */\n privateEndpoints?: PrivateEndpointACL[];\n /** IP rules for filtering public traffic */\n ipRules?: IPRule[];\n}\n\nexport function webPubSubNetworkACLsSerializer(item: WebPubSubNetworkACLs): any {\n return {\n defaultAction: item[\"defaultAction\"],\n publicNetwork: !item[\"publicNetwork\"]\n ? item[\"publicNetwork\"]\n : networkACLSerializer(item[\"publicNetwork\"]),\n privateEndpoints: !item[\"privateEndpoints\"]\n ? item[\"privateEndpoints\"]\n : privateEndpointACLArraySerializer(item[\"privateEndpoints\"]),\n ipRules: !item[\"ipRules\"] ? item[\"ipRules\"] : ipRuleArraySerializer(item[\"ipRules\"]),\n };\n}\n\nexport function webPubSubNetworkACLsDeserializer(item: any): WebPubSubNetworkACLs {\n return {\n defaultAction: item[\"defaultAction\"],\n publicNetwork: !item[\"publicNetwork\"]\n ? item[\"publicNetwork\"]\n : networkACLDeserializer(item[\"publicNetwork\"]),\n privateEndpoints: !item[\"privateEndpoints\"]\n ? item[\"privateEndpoints\"]\n : privateEndpointACLArrayDeserializer(item[\"privateEndpoints\"]),\n ipRules: !item[\"ipRules\"] ? item[\"ipRules\"] : ipRuleArrayDeserializer(item[\"ipRules\"]),\n };\n}\n\n/** Azure Networking ACL Action. */\nexport enum KnownACLAction {\n /** Allow */\n Allow = \"Allow\",\n /** Deny */\n Deny = \"Deny\",\n}\n\n/**\n * Azure Networking ACL Action. \\\n * {@link KnownACLAction} can be used interchangeably with ACLAction,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Allow** \\\n * **Deny**\n */\nexport type ACLAction = string;\n\n/** Network ACL */\nexport interface NetworkACL {\n /** Allowed request types. The value can be one or more of: ClientConnection, ServerConnection, RESTAPI. */\n allow?: WebPubSubRequestType[];\n /** Denied request types. The value can be one or more of: ClientConnection, ServerConnection, RESTAPI. */\n deny?: WebPubSubRequestType[];\n}\n\nexport function networkACLSerializer(item: NetworkACL): any {\n return {\n allow: !item[\"allow\"]\n ? item[\"allow\"]\n : item[\"allow\"].map((p: any) => {\n return p;\n }),\n deny: !item[\"deny\"]\n ? item[\"deny\"]\n : item[\"deny\"].map((p: any) => {\n return p;\n }),\n };\n}\n\nexport function networkACLDeserializer(item: any): NetworkACL {\n return {\n allow: !item[\"allow\"]\n ? item[\"allow\"]\n : item[\"allow\"].map((p: any) => {\n return p;\n }),\n deny: !item[\"deny\"]\n ? item[\"deny\"]\n : item[\"deny\"].map((p: any) => {\n return p;\n }),\n };\n}\n\n/** The incoming request type to the service */\nexport enum KnownWebPubSubRequestType {\n /** ClientConnection */\n ClientConnection = \"ClientConnection\",\n /** ServerConnection */\n ServerConnection = \"ServerConnection\",\n /** RESTAPI */\n Restapi = \"RESTAPI\",\n /** Trace */\n Trace = \"Trace\",\n}\n\n/**\n * The incoming request type to the service \\\n * {@link KnownWebPubSubRequestType} can be used interchangeably with WebPubSubRequestType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **ClientConnection** \\\n * **ServerConnection** \\\n * **RESTAPI** \\\n * **Trace**\n */\nexport type WebPubSubRequestType = string;\n\nexport function privateEndpointACLArraySerializer(result: Array<PrivateEndpointACL>): any[] {\n return result.map((item) => {\n return privateEndpointACLSerializer(item);\n });\n}\n\nexport function privateEndpointACLArrayDeserializer(result: Array<PrivateEndpointACL>): any[] {\n return result.map((item) => {\n return privateEndpointACLDeserializer(item);\n });\n}\n\n/** ACL for a private endpoint */\nexport interface PrivateEndpointACL extends NetworkACL {\n /** Name of the private endpoint connection */\n name: string;\n}\n\nexport function privateEndpointACLSerializer(item: PrivateEndpointACL): any {\n return {\n allow: !item[\"allow\"]\n ? item[\"allow\"]\n : item[\"allow\"].map((p: any) => {\n return p;\n }),\n deny: !item[\"deny\"]\n ? item[\"deny\"]\n : item[\"deny\"].map((p: any) => {\n return p;\n }),\n name: item[\"name\"],\n };\n}\n\nexport function privateEndpointACLDeserializer(item: any): PrivateEndpointACL {\n return {\n allow: !item[\"allow\"]\n ? item[\"allow\"]\n : item[\"allow\"].map((p: any) => {\n return p;\n }),\n deny: !item[\"deny\"]\n ? item[\"deny\"]\n : item[\"deny\"].map((p: any) => {\n return p;\n }),\n name: item[\"name\"],\n };\n}\n\nexport function ipRuleArraySerializer(result: Array<IPRule>): any[] {\n return result.map((item) => {\n return ipRuleSerializer(item);\n });\n}\n\nexport function ipRuleArrayDeserializer(result: Array<IPRule>): any[] {\n return result.map((item) => {\n return ipRuleDeserializer(item);\n });\n}\n\n/** An IP rule */\nexport interface IPRule {\n /** An IP or CIDR or ServiceTag */\n value?: string;\n /** Azure Networking ACL Action. */\n action?: ACLAction;\n}\n\nexport function ipRuleSerializer(item: IPRule): any {\n return { value: item[\"value\"], action: item[\"action\"] };\n}\n\nexport function ipRuleDeserializer(item: any): IPRule {\n return {\n value: item[\"value\"],\n action: item[\"action\"],\n };\n}\n\n/** Application firewall settings for the resource */\nexport interface ApplicationFirewallSettings {\n /** Rules to control the client connection count */\n clientConnectionCountRules?: ClientConnectionCountRuleUnion[];\n /** Rules to control the client traffic */\n clientTrafficControlRules?: ClientTrafficControlRuleUnion[];\n /** Config to control the client connection lifetime in seconds, can be set to 0 to disable the config */\n maxClientConnectionLifetimeInSeconds?: number;\n}\n\nexport function applicationFirewallSettingsSerializer(item: ApplicationFirewallSettings): any {\n return {\n clientConnectionCountRules: !item[\"clientConnectionCountRules\"]\n ? item[\"clientConnectionCountRules\"]\n : clientConnectionCountRuleUnionArraySerializer(item[\"clientConnectionCountRules\"]),\n clientTrafficControlRules: !item[\"clientTrafficControlRules\"]\n ? item[\"clientTrafficControlRules\"]\n : clientTrafficControlRuleUnionArraySerializer(item[\"clientTrafficControlRules\"]),\n maxClientConnectionLifetimeInSeconds: item[\"maxClientConnectionLifetimeInSeconds\"],\n };\n}\n\nexport function applicationFirewallSettingsDeserializer(item: any): ApplicationFirewallSettings {\n return {\n clientConnectionCountRules: !item[\"clientConnectionCountRules\"]\n ? item[\"clientConnectionCountRules\"]\n : clientConnectionCountRuleUnionArrayDeserializer(item[\"clientConnectionCountRules\"]),\n clientTrafficControlRules: !item[\"clientTrafficControlRules\"]\n ? item[\"clientTrafficControlRules\"]\n : clientTrafficControlRuleUnionArrayDeserializer(item[\"clientTrafficControlRules\"]),\n maxClientConnectionLifetimeInSeconds: item[\"maxClientConnectionLifetimeInSeconds\"],\n };\n}\n\nexport function clientConnectionCountRuleUnionArraySerializer(\n result: Array<ClientConnectionCountRuleUnion>,\n): any[] {\n return result.map((item) => {\n return clientConnectionCountRuleUnionSerializer(item);\n });\n}\n\nexport function clientConnectionCountRuleUnionArrayDeserializer(\n result: Array<ClientConnectionCountRuleUnion>,\n): any[] {\n return result.map((item) => {\n return clientConnectionCountRuleUnionDeserializer(item);\n });\n}\n\n/** A base class for client connection count rules */\nexport interface ClientConnectionCountRule {\n type: ClientConnectionCountRuleDiscriminator;\n}\n\nexport function clientConnectionCountRuleSerializer(item: ClientConnectionCountRule): any {\n return { type: item[\"type\"] };\n}\n\nexport function clientConnectionCountRuleDeserializer(item: any): ClientConnectionCountRule {\n return {\n type: item[\"type\"],\n };\n}\n\n/** Alias for ClientConnectionCountRuleUnion */\nexport type ClientConnectionCountRuleUnion =\n | ThrottleByJwtCustomClaimRule\n | ThrottleByJwtSignatureRule\n | ThrottleByUserIdRule\n | ClientConnectionCountRule;\n\nexport function clientConnectionCountRuleUnionSerializer(\n item: ClientConnectionCountRuleUnion,\n): any {\n switch (item.type) {\n case \"ThrottleByJwtCustomClaimRule\":\n return throttleByJwtCustomClaimRuleSerializer(item as ThrottleByJwtCustomClaimRule);\n\n case \"ThrottleByJwtSignatureRule\":\n return throttleByJwtSignatureRuleSerializer(item as ThrottleByJwtSignatureRule);\n\n case \"ThrottleByUserIdRule\":\n return throttleByUserIdRuleSerializer(item as ThrottleByUserIdRule);\n\n default:\n return clientConnectionCountRuleSerializer(item);\n }\n}\n\nexport function clientConnectionCountRuleUnionDeserializer(\n item: any,\n): ClientConnectionCountRuleUnion {\n switch (item[\"type\"]) {\n case \"ThrottleByJwtCustomClaimRule\":\n return throttleByJwtCustomClaimRuleDeserializer(item as ThrottleByJwtCustomClaimRule);\n\n case \"ThrottleByJwtSignatureRule\":\n return throttleByJwtSignatureRuleDeserializer(item as ThrottleByJwtSignatureRule);\n\n case \"ThrottleByUserIdRule\":\n return throttleByUserIdRuleDeserializer(item as ThrottleByUserIdRule);\n\n default:\n return clientConnectionCountRuleDeserializer(item);\n }\n}\n\n/** Known values of {@link ClientConnectionCountRuleDiscriminator} that the service accepts. */\nexport enum KnownClientConnectionCountRuleDiscriminator {\n /** ThrottleByJwtSignatureRule */\n ThrottleByJwtSignatureRule = \"ThrottleByJwtSignatureRule\",\n /** ThrottleByUserIdRule */\n ThrottleByUserIdRule = \"ThrottleByUserIdRule\",\n /** ThrottleByJwtCustomClaimRule */\n ThrottleByJwtCustomClaimRule = \"ThrottleByJwtCustomClaimRule\",\n}\n\n/** Type of ClientConnectionCountRuleDiscriminator */\nexport type ClientConnectionCountRuleDiscriminator = string;\n\n/** Throttle the client connection by a custom JWT claim */\nexport interface ThrottleByJwtCustomClaimRule extends ClientConnectionCountRule {\n /** The name of the claim in the JWT token. The client connection with the same claim value will be aggregated. If the claim is not found in the token, the connection will be allowed. */\n claimName: string;\n /** Maximum connection count allowed for the same Jwt claim value. Clients with the same Jwt claim will get rejected if the connection count exceeds this value. Default value is 20. */\n maxCount?: number;\n type: \"ThrottleByJwtCustomClaimRule\";\n}\n\nexport function throttleByJwtCustomClaimRuleSerializer(item: ThrottleByJwtCustomClaimRule): any {\n return { type: item[\"type\"], claimName: item[\"claimName\"], maxCount: item[\"maxCount\"] };\n}\n\nexport function throttleByJwtCustomClaimRuleDeserializer(item: any): ThrottleByJwtCustomClaimRule {\n return {\n type: item[\"type\"],\n claimName: item[\"claimName\"],\n maxCount: item[\"maxCount\"],\n };\n}\n\n/** Throttle the client connection by the JWT signature */\nexport interface ThrottleByJwtSignatureRule extends ClientConnectionCountRule {\n /** Maximum connection count allowed for the same JWT signature. Clients with the same JWT signature will get rejected if the connection count exceeds this value. Default value is 20. */\n maxCount?: number;\n type: \"ThrottleByJwtSignatureRule\";\n}\n\nexport function throttleByJwtSignatureRuleSerializer(item: ThrottleByJwtSignatureRule): any {\n return { type: item[\"type\"], maxCount: item[\"maxCount\"] };\n}\n\nexport function throttleByJwtSignatureRuleDeserializer(item: any): ThrottleByJwtSignatureRule {\n return {\n type: item[\"type\"],\n maxCount: item[\"maxCount\"],\n };\n}\n\n/** Throttle the client connection by the user ID */\nexport interface ThrottleByUserIdRule extends ClientConnectionCountRule {\n /** Maximum connection count allowed for the same user ID. Clients with the same user ID will get rejected if the connection count exceeds this value. Default value is 20. */\n maxCount?: number;\n type: \"ThrottleByUserIdRule\";\n}\n\nexport function throttleByUserIdRuleSerializer(item: ThrottleByUserIdRule): any {\n return { type: item[\"type\"], maxCount: item[\"maxCount\"] };\n}\n\nexport function throttleByUserIdRuleDeserializer(item: any): ThrottleByUserIdRule {\n return {\n type: item[\"type\"],\n maxCount: item[\"maxCount\"],\n };\n}\n\nexport function clientTrafficControlRuleUnionArraySerializer(\n result: Array<ClientTrafficControlRuleUnion>,\n): any[] {\n return result.map((item) => {\n return clientTrafficControlRuleUnionSerializer(item);\n });\n}\n\nexport function clientTrafficControlRuleUnionArrayDeserializer(\n result: Array<ClientTrafficControlRuleUnion>,\n): any[] {\n return result.map((item) => {\n return clientTrafficControlRuleUnionDeserializer(item);\n });\n}\n\n/** A base class for client traffic control rules */\nexport interface ClientTrafficControlRule {\n type: ClientTrafficControlRuleDiscriminator;\n}\n\nexport function clientTrafficControlRuleSerializer(item: ClientTrafficControlRule): any {\n return { type: item[\"type\"] };\n}\n\nexport function clientTrafficControlRuleDeserializer(item: any): ClientTrafficControlRule {\n return {\n type: item[\"type\"],\n };\n}\n\n/** Alias for ClientTrafficControlRuleUnion */\nexport type ClientTrafficControlRuleUnion =\n | TrafficThrottleByJwtCustomClaimRule\n | TrafficThrottleByJwtSignatureRule\n | TrafficThrottleByUserIdRule\n | ClientTrafficControlRule;\n\nexport function clientTrafficControlRuleUnionSerializer(item: ClientTrafficControlRuleUnion): any {\n switch (item.type) {\n case \"TrafficThrottleByJwtCustomClaimRule\":\n return trafficThrottleByJwtCustomClaimRuleSerializer(\n item as TrafficThrottleByJwtCustomClaimRule,\n );\n\n case \"TrafficThrottleByJwtSignatureRule\":\n return trafficThrottleByJwtSignatureRuleSerializer(item as TrafficThrottleByJwtSignatureRule);\n\n case \"TrafficThrottleByUserIdRule\":\n return trafficThrottleByUserIdRuleSerializer(item as TrafficThrottleByUserIdRule);\n\n default:\n return clientTrafficControlRuleSerializer(item);\n }\n}\n\nexport function clientTrafficControlRuleUnionDeserializer(\n item: any,\n): ClientTrafficControlRuleUnion {\n switch (item[\"type\"]) {\n case \"TrafficThrottleByJwtCustomClaimRule\":\n return trafficThrottleByJwtCustomClaimRuleDeserializer(\n item as TrafficThrottleByJwtCustomClaimRule,\n );\n\n case \"TrafficThrottleByJwtSignatureRule\":\n return trafficThrottleByJwtSignatureRuleDeserializer(\n item as TrafficThrottleByJwtSignatureRule,\n );\n\n case \"TrafficThrottleByUserIdRule\":\n return trafficThrottleByUserIdRuleDeserializer(item as TrafficThrottleByUserIdRule);\n\n default:\n return clientTrafficControlRuleDeserializer(item);\n }\n}\n\n/** Known values of {@link ClientTrafficControlRuleDiscriminator} that the service accepts. */\nexport enum KnownClientTrafficControlRuleDiscriminator {\n /** TrafficThrottleByJwtSignatureRule */\n TrafficThrottleByJwtSignatureRule = \"TrafficThrottleByJwtSignatureRule\",\n /** TrafficThrottleByUserIdRule */\n TrafficThrottleByUserIdRule = \"TrafficThrottleByUserIdRule\",\n /** TrafficThrottleByJwtCustomClaimRule */\n TrafficThrottleByJwtCustomClaimRule = \"TrafficThrottleByJwtCustomClaimRule\",\n}\n\n/** Type of ClientTrafficControlRuleDiscriminator */\nexport type ClientTrafficControlRuleDiscriminator = string;\n\n/** Throttle the client traffic by a custom JWT claim */\nexport interface TrafficThrottleByJwtCustomClaimRule extends ClientTrafficControlRule {\n /** The name of the claim in the JWT token. The message bytes with the same claim value will be aggregated. If the claim is not found in the token, the rule will be skipped. */\n claimName: string;\n /** Maximum accumulated inbound message bytes allowed for the same JWT signature within a time window. Clients with the same JWT claim will get disconnected if the message bytes exceeds this value. Default value is 1GB. */\n maxInboundMessageBytes?: number;\n /** The aggregation window for the message bytes. The message bytes will be aggregated in this window and be reset after the window. Default value is 60 seconds. */\n aggregationWindowInSeconds?: number;\n type: \"TrafficThrottleByJwtCustomClaimRule\";\n}\n\nexport function trafficThrottleByJwtCustomClaimRuleSerializer(\n item: TrafficThrottleByJwtCustomClaimRule,\n): any {\n return {\n type: item[\"type\"],\n claimName: item[\"claimName\"],\n maxInboundMessageBytes: item[\"maxInboundMessageBytes\"],\n aggregationWindowInSeconds: item[\"aggregationWindowInSeconds\"],\n };\n}\n\nexport function trafficThrottleByJwtCustomClaimRuleDeserializer(\n item: any,\n): TrafficThrottleByJwtCustomClaimRule {\n return {\n type: item[\"type\"],\n claimName: item[\"claimName\"],\n maxInboundMessageBytes: item[\"maxInboundMessageBytes\"],\n aggregationWindowInSeconds: item[\"aggregationWindowInSeconds\"],\n };\n}\n\n/** Throttle the client traffic by the JWT signature */\nexport interface TrafficThrottleByJwtSignatureRule extends ClientTrafficControlRule {\n /** Maximum accumulated inbound message bytes allowed for the same JWT signature within a time window. Clients with the same JWT signature will get disconnected if the message bytes exceeds this value. Default value is 1GB. */\n maxInboundMessageBytes?: number;\n /** The aggregation window for the message bytes. The message bytes will be aggregated in this window and be reset after the window. Default value is 60 seconds. */\n aggregationWindowInSeconds?: number;\n type: \"TrafficThrottleByJwtSignatureRule\";\n}\n\nexport function trafficThrottleByJwtSignatureRuleSerializer(\n item: TrafficThrottleByJwtSignatureRule,\n): any {\n return {\n type: item[\"type\"],\n maxInboundMessageBytes: item[\"maxInboundMessageBytes\"],\n aggregationWindowInSeconds: item[\"aggregationWindowInSeconds\"],\n };\n}\n\nexport function trafficThrottleByJwtSignatureRuleDeserializer(\n item: any,\n): TrafficThrottleByJwtSignatureRule {\n return {\n type: item[\"type\"],\n maxInboundMessageBytes: item[\"maxInboundMessageBytes\"],\n aggregationWindowInSeconds: item[\"aggregationWindowInSeconds\"],\n };\n}\n\n/** Throttle the client traffic by the user ID */\nexport interface TrafficThrottleByUserIdRule extends ClientTrafficControlRule {\n /** Maximum accumulated inbound message bytes allowed for the same user ID within a time window. Clients with the same user ID will get disconnected if the message bytes exceeds this value. Default value is 1GB. */\n maxInboundMessageBytes?: number;\n /** The aggregation window for the message bytes. The message bytes will be aggregated in this window and be reset after the window. Default value is 60 seconds. */\n aggregationWindowInSeconds?: number;\n type: \"TrafficThrottleByUserIdRule\";\n}\n\nexport function trafficThrottleByUserIdRuleSerializer(item: TrafficThrottleByUserIdRule): any {\n return {\n type: item[\"type\"],\n maxInboundMessageBytes: item[\"maxInboundMessageBytes\"],\n aggregationWindowInSeconds: item[\"aggregationWindowInSeconds\"],\n };\n}\n\nexport function trafficThrottleByUserIdRuleDeserializer(item: any): TrafficThrottleByUserIdRule {\n return {\n type: item[\"type\"],\n maxInboundMessageBytes: item[\"maxInboundMessageBytes\"],\n aggregationWindowInSeconds: item[\"aggregationWindowInSeconds\"],\n };\n}\n\n/** SocketIO settings for the resource */\nexport interface WebPubSubSocketIOSettings {\n /**\n * The service mode of Web PubSub for Socket.IO. Values allowed:\n * \"Default\": have your own backend Socket.IO server\n * \"Serverless\": your application doesn't have a backend server\n */\n serviceMode?: string;\n}\n\nexport function webPubSubSocketIOSettingsSerializer(item: WebPubSubSocketIOSettings): any {\n return { serviceMode: item[\"serviceMode\"] };\n}\n\nexport function webPubSubSocketIOSettingsDeserializer(item: any): WebPubSubSocketIOSettings {\n return {\n serviceMode: item[\"serviceMode\"],\n };\n}\n\n/** The billing information of the resource. */\nexport interface ResourceSku {\n /**\n * The name of the SKU. Required.\n *\n * Allowed values: Standard_S1, Free_F1, Premium_P1, Premium_P2\n */\n name: string;\n /**\n * Optional tier of this particular SKU. 'Standard' or 'Free'.\n *\n * `Basic` is deprecated, use `Standard` instead.\n */\n tier?: WebPubSubSkuTier;\n /** Not used. Retained for future use. */\n readonly size?: string;\n /** Not used. Retained for future use. */\n readonly family?: string;\n /**\n * Optional, integer. The unit count of the resource.\n * 1 for Free_F1/Standard_S1/Premium_P1, 100 for Premium_P2 by default.\n *\n * If present, following values are allowed:\n * Free_F1: 1;\n * Standard_S1: 1,2,3,4,5,6,7,8,9,10,20,30,40,50,60,70,80,90,100;\n * Premium_P1: 1,2,3,4,5,6,7,8,9,10,20,30,40,50,60,70,80,90,100;\n * Premium_P2: 100,200,300,400,500,600,700,800,900,1000;\n */\n capacity?: number;\n}\n\nexport function resourceSkuSerializer(item: ResourceSku): any {\n return { name: item[\"name\"], tier: item[\"tier\"], capacity: item[\"capacity\"] };\n}\n\nexport function resourceSkuDeserializer(item: any): ResourceSku {\n return {\n name: item[\"name\"],\n tier: item[\"tier\"],\n size: item[\"size\"],\n family: item[\"family\"],\n capacity: item[\"capacity\"],\n };\n}\n\n/**\n * Optional tier of this particular SKU. 'Standard' or 'Free'.\n *\n * `Basic` is deprecated, use `Standard` instead.\n */\nexport enum KnownWebPubSubSkuTier {\n /** Free tier for WebPubSub service */\n Free = \"Free\",\n /** Basic tier for WebPubSub service (deprecated, use Standard instead) */\n Basic = \"Basic\",\n /** Standard tier for WebPubSub service */\n Standard = \"Standard\",\n /** Premium tier for WebPubSub service */\n Premium = \"Premium\",\n}\n\n/**\n * Optional tier of this particular SKU. 'Standard' or 'Free'.\n *\n * `Basic` is deprecated, use `Standard` instead. \\\n * {@link KnownWebPubSubSkuTier} can be used interchangeably with WebPubSubSkuTier,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Free**: Free tier for WebPubSub service \\\n * **Basic**: Basic tier for WebPubSub service (deprecated, use Standard instead) \\\n * **Standard**: Standard tier for WebPubSub service \\\n * **Premium**: Premium tier for WebPubSub service\n */\nexport type WebPubSubSkuTier = string;\n\n/** The kind of the service */\nexport enum KnownServiceKind {\n /** WebPubSub */\n WebPubSub = \"WebPubSub\",\n /** SocketIO */\n SocketIO = \"SocketIO\",\n}\n\n/**\n * The kind of the service \\\n * {@link KnownServiceKind} can be used interchangeably with ServiceKind,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **WebPubSub** \\\n * **SocketIO**\n */\nexport type ServiceKind = string;\n\n/** A class represent managed identities used for request and response */\nexport interface ManagedIdentity {\n /** Represents the identity type: systemAssigned, userAssigned, None */\n type?: ManagedIdentityType;\n /** Get or set the user assigned identities */\n userAssignedIdentities?: Record<string, UserAssignedIdentityProperty>;\n /**\n * Get the principal id for the system assigned identity.\n * Only be used in response.\n */\n readonly principalId?: string;\n /**\n * Get the tenant id for the system assigned identity.\n * Only be used in response\n */\n readonly tenantId?: string;\n}\n\nexport function managedIdentitySerializer(item: ManagedIdentity): any {\n return {\n type: item[\"type\"],\n userAssignedIdentities: !item[\"userAssignedIdentities\"]\n ? item[\"userAssignedIdentities\"]\n : userAssignedIdentityPropertyRecordSerializer(item[\"userAssignedIdentities\"]),\n };\n}\n\nexport function managedIdentityDeserializer(item: any): ManagedIdentity {\n return {\n type: item[\"type\"],\n userAssignedIdentities: !item[\"userAssignedIdentities\"]\n ? item[\"userAssignedIdentities\"]\n : userAssignedIdentityPropertyRecordDeserializer(item[\"userAssignedIdentities\"]),\n principalId: item[\"principalId\"],\n tenantId: item[\"tenantId\"],\n };\n}\n\n/** Represents the identity type: systemAssigned, userAssigned, None */\nexport enum KnownManagedIdentityType {\n /** None */\n None = \"None\",\n /** SystemAssigned */\n SystemAssigned = \"SystemAssigned\",\n /** UserAssigned */\n UserAssigned = \"UserAssigned\",\n}\n\n/**\n * Represents the identity type: systemAssigned, userAssigned, None \\\n * {@link KnownManagedIdentityType} can be used interchangeably with ManagedIdentityType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **None** \\\n * **SystemAssigned** \\\n * **UserAssigned**\n */\nexport type ManagedIdentityType = string;\n\nexport function userAssignedIdentityPropertyRecordSerializer(\n item: Record<string, UserAssignedIdentityProperty>,\n): Record<string, any> {\n const result: Record<string, any> = {};\n Object.keys(item).map((key) => {\n result[key] = !item[key] ? item[key] : userAssignedIdentityPropertySerializer(item[key]);\n });\n return result;\n}\n\nexport function userAssignedIdentityPropertyRecordDeserializer(\n item: Record<string, any>,\n): Record<string, UserAssignedIdentityProperty> {\n const result: Record<string, any> = {};\n Object.keys(item).map((key) => {\n result[key] = !item[key] ? item[key] : userAssignedIdentityPropertyDeserializer(item[key]);\n });\n return result;\n}\n\n/** Properties of user assigned identity. */\nexport interface UserAssignedIdentityProperty {\n /** Get the principal id for the user assigned identity */\n readonly principalId?: string;\n /** Get the client id for the user assigned identity */\n readonly clientId?: string;\n}\n\nexport function userAssignedIdentityPropertySerializer(_item: UserAssignedIdentityProperty): any {\n return {};\n}\n\nexport function userAssignedIdentityPropertyDeserializer(item: any): UserAssignedIdentityProperty {\n return {\n principalId: item[\"principalId\"],\n clientId: item[\"clientId\"],\n };\n}\n\n/** The resource model definition for an Azure Resource Manager tracked top level resource which has 'tags' and a 'location' */\nexport interface TrackedResource extends Resource {\n /** Resource tags. */\n tags?: Record<string, string>;\n /** The geo-location where the resource lives */\n location: string;\n}\n\nexport function trackedResourceSerializer(item: TrackedResource): any {\n return { tags: item[\"tags\"], location: item[\"location\"] };\n}\n\nexport function trackedResourceDeserializer(item: any): TrackedResource {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n tags: !item[\"tags\"]\n ? item[\"tags\"]\n : Object.fromEntries(Object.entries(item[\"tags\"]).map(([k, p]: [string, any]) => [k, p])),\n location: item[\"location\"],\n };\n}\n\n/** Object that includes an array of resources and a possible link for next set. */\nexport interface _WebPubSubResourceList {\n /** The WebPubSubResource items on this page */\n value: WebPubSubResource[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\nexport function _webPubSubResourceListDeserializer(item: any): _WebPubSubResourceList {\n return {\n value: webPubSubResourceArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function webPubSubResourceArraySerializer(result: Array<WebPubSubResource>): any[] {\n return result.map((item) => {\n return webPubSubResourceSerializer(item);\n });\n}\n\nexport function webPubSubResourceArrayDeserializer(result: Array<WebPubSubResource>): any[] {\n return result.map((item) => {\n return webPubSubResourceDeserializer(item);\n });\n}\n\n/** A class represents the access keys of the resource. */\nexport interface WebPubSubKeys {\n /** The primary access key. */\n primaryKey?: string;\n /** The secondary access key. */\n secondaryKey?: string;\n /** Connection string constructed via the primaryKey */\n primaryConnectionString?: string;\n /** Connection string constructed via the secondaryKey */\n secondaryConnectionString?: string;\n}\n\nexport function webPubSubKeysDeserializer(item: any): WebPubSubKeys {\n return {\n primaryKey: item[\"primaryKey\"],\n secondaryKey: item[\"secondaryKey\"],\n primaryConnectionString: item[\"primaryConnectionString\"],\n secondaryConnectionString: item[\"secondaryConnectionString\"],\n };\n}\n\n/** Parameters describes the request to regenerate access keys */\nexport interface RegenerateKeyParameters {\n /** The type of access key. */\n keyType?: KeyType;\n}\n\nexport function regenerateKeyParametersSerializer(item: RegenerateKeyParameters): any {\n return { keyType: item[\"keyType\"] };\n}\n\n/** The type of access key. */\nexport enum KnownKeyType {\n /** Primary */\n Primary = \"Primary\",\n /** Secondary */\n Secondary = \"Secondary\",\n /** Salt */\n Salt = \"Salt\",\n}\n\n/**\n * The type of access key. \\\n * {@link KnownKeyType} can be used interchangeably with KeyType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Primary** \\\n * **Secondary** \\\n * **Salt**\n */\nexport type KeyType = string;\n\n/** The list skus operation response */\nexport interface SkuList {\n /** The list of skus available for the resource. */\n readonly value?: Sku[];\n /**\n * The URL the client should use to fetch the next page (per server side paging).\n * It's null for now, added for future use.\n */\n readonly nextLink?: string;\n}\n\nexport function skuListDeserializer(item: any): SkuList {\n return {\n value: !item[\"value\"] ? item[\"value\"] : skuArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function skuArrayDeserializer(result: Array<Sku>): any[] {\n return result.map((item) => {\n return skuDeserializer(item);\n });\n}\n\n/** Describes an available sku.\" */\nexport interface Sku {\n /** The resource type that this object applies to */\n readonly resourceType?: string;\n /** The billing information of the resource. */\n readonly sku?: ResourceSku;\n /** Describes scaling information of a sku. */\n readonly capacity?: SkuCapacity;\n}\n\nexport function skuDeserializer(item: any): Sku {\n return {\n resourceType: item[\"resourceType\"],\n sku: !item[\"sku\"] ? item[\"sku\"] : resourceSkuDeserializer(item[\"sku\"]),\n capacity: !item[\"capacity\"] ? item[\"capacity\"] : skuCapacityDeserializer(item[\"capacity\"]),\n };\n}\n\n/** Describes scaling information of a sku. */\nexport interface SkuCapacity {\n /** The lowest permitted capacity for this resource */\n readonly minimum?: number;\n /** The highest permitted capacity for this resource */\n readonly maximum?: number;\n /** The default capacity. */\n readonly default?: number;\n /** Allows capacity value list. */\n readonly allowedValues?: number[];\n /** The scale type applicable to the sku. */\n readonly scaleType?: ScaleType;\n}\n\nexport function skuCapacityDeserializer(item: any): SkuCapacity {\n return {\n minimum: item[\"minimum\"],\n maximum: item[\"maximum\"],\n default: item[\"default\"],\n allowedValues: !item[\"allowedValues\"]\n ? item[\"allowedValues\"]\n : item[\"allowedValues\"].map((p: any) => {\n return p;\n }),\n scaleType: item[\"scaleType\"],\n };\n}\n\n/** The scale type applicable to the sku. */\nexport enum KnownScaleType {\n /** None */\n None = \"None\",\n /** Manual */\n Manual = \"Manual\",\n /** Automatic */\n Automatic = \"Automatic\",\n}\n\n/**\n * The scale type applicable to the sku. \\\n * {@link KnownScaleType} can be used interchangeably with ScaleType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **None** \\\n * **Manual** \\\n * **Automatic**\n */\nexport type ScaleType = string;\n\n/** Data POST-ed to the nameAvailability action */\nexport interface NameAvailabilityParameters {\n /** The resource type. Can be \"Microsoft.SignalRService/SignalR\", \"Microsoft.SignalRService/WebPubSub\", \"Microsoft.SignalRService/SignalR/replicas\" or \"Microsoft.SignalRService/WebPubSub/replicas\" */\n type: string;\n /** The resource name to validate. e.g.\"my-resource-name\" */\n name: string;\n}\n\nexport function nameAvailabilityParametersSerializer(item: NameAvailabilityParameters): any {\n return { type: item[\"type\"], name: item[\"name\"] };\n}\n\n/** Result of the request to check name availability. It contains a flag and possible reason of failure. */\nexport interface NameAvailability {\n /** Indicates whether the name is available or not. */\n nameAvailable?: boolean;\n /** The reason of the availability. Required if name is not available. */\n reason?: string;\n /** The message of the operation. */\n message?: string;\n}\n\nexport function nameAvailabilityDeserializer(item: any): NameAvailability {\n return {\n nameAvailable: item[\"nameAvailable\"],\n reason: item[\"reason\"],\n message: item[\"message\"],\n };\n}\n\n/** Contains a list of PrivateLinkResource and a possible link to query more results */\nexport interface _PrivateLinkResourceList {\n /** The PrivateLinkResource items on this page */\n value: PrivateLinkResource[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\nexport function _privateLinkResourceListDeserializer(item: any): _PrivateLinkResourceList {\n return {\n value: privateLinkResourceArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function privateLinkResourceArrayDeserializer(result: Array<PrivateLinkResource>): any[] {\n return result.map((item) => {\n return privateLinkResourceDeserializer(item);\n });\n}\n\n/** Private link resource */\nexport interface PrivateLinkResource extends ProxyResource {\n /** Group Id of the private link resource */\n groupId?: string;\n /** Required members of the private link resource */\n requiredMembers?: string[];\n /** Required private DNS zone names */\n requiredZoneNames?: string[];\n /** The list of resources that are onboarded to private link service */\n shareablePrivateLinkResourceTypes?: ShareablePrivateLinkResourceType[];\n}\n\nexport function privateLinkResourceDeserializer(item: any): PrivateLinkResource {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n ...(!item[\"properties\"]\n ? item[\"properties\"]\n : _privateLinkResourcePropertiesDeserializer(item[\"properties\"])),\n };\n}\n\n/** Private link resource properties */\nexport interface PrivateLinkResourceProperties {\n /** Group Id of the private link resource */\n groupId?: string;\n /** Required members of the private link resource */\n requiredMembers?: string[];\n /** Required private DNS zone names */\n requiredZoneNames?: string[];\n /** The list of resources that are onboarded to private link service */\n shareablePrivateLinkResourceTypes?: ShareablePrivateLinkResourceType[];\n}\n\nexport function privateLinkResourcePropertiesDeserializer(\n item: any,\n): PrivateLinkResourceProperties {\n return {\n groupId: item[\"groupId\"],\n requiredMembers: !item[\"requiredMembers\"]\n ? item[\"requiredMembers\"]\n : item[\"requiredMembers\"].map((p: any) => {\n return p;\n }),\n requiredZoneNames: !item[\"requiredZoneNames\"]\n ? item[\"requiredZoneNames\"]\n : item[\"requiredZoneNames\"].map((p: any) => {\n return p;\n }),\n shareablePrivateLinkResourceTypes: !item[\"shareablePrivateLinkResourceTypes\"]\n ? item[\"shareablePrivateLinkResourceTypes\"]\n : shareablePrivateLinkResourceTypeArrayDeserializer(\n item[\"shareablePrivateLinkResourceTypes\"],\n ),\n };\n}\n\nexport function shareablePrivateLinkResourceTypeArrayDeserializer(\n result: Array<ShareablePrivateLinkResourceType>,\n): any[] {\n return result.map((item) => {\n return shareablePrivateLinkResourceTypeDeserializer(item);\n });\n}\n\n/** Describes a resource type that has been onboarded to private link service */\nexport interface ShareablePrivateLinkResourceType {\n /** The name of the resource type that has been onboarded to private link service */\n name?: string;\n /** Describes the properties of a resource type that has been onboarded to private link service */\n properties?: ShareablePrivateLinkResourceProperties;\n}\n\nexport function shareablePrivateLinkResourceTypeDeserializer(\n item: any,\n): ShareablePrivateLinkResourceType {\n return {\n name: item[\"name\"],\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : shareablePrivateLinkResourcePropertiesDeserializer(item[\"properties\"]),\n };\n}\n\n/** Describes the properties of a resource type that has been onboarded to private link service */\nexport interface ShareablePrivateLinkResourceProperties {\n /** The description of the resource type that has been onboarded to private link service */\n description?: string;\n /** The resource provider group id for the resource that has been onboarded to private link service */\n groupId?: string;\n /** The resource provider type for the resource that has been onboarded to private link service */\n type?: string;\n}\n\nexport function shareablePrivateLinkResourcePropertiesDeserializer(\n item: any,\n): ShareablePrivateLinkResourceProperties {\n return {\n description: item[\"description\"],\n groupId: item[\"groupId\"],\n type: item[\"type\"],\n };\n}\n\n/** A custom certificate. */\nexport interface CustomCertificate extends ProxyResource {\n /** Provisioning state of the resource. */\n readonly provisioningState?: ProvisioningState;\n /** Base uri of the KeyVault that stores certificate. */\n keyVaultBaseUri: string;\n /** Certificate secret name. */\n keyVaultSecretName: string;\n /** Certificate secret version. */\n keyVaultSecretVersion?: string;\n}\n\nexport function customCertificateSerializer(item: CustomCertificate): any {\n return { properties: _customCertificatePropertiesSerializer(item) };\n}\n\nexport function customCertificateDeserializer(item: any): CustomCertificate {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n ..._customCertificatePropertiesDeserializer(item[\"properties\"]),\n };\n}\n\n/** Custom certificate properties. */\nexport interface CustomCertificateProperties {\n /** Provisioning state of the resource. */\n readonly provisioningState?: ProvisioningState;\n /** Base uri of the KeyVault that stores certificate. */\n keyVaultBaseUri: string;\n /** Certificate secret name. */\n keyVaultSecretName: string;\n /** Certificate secret version. */\n keyVaultSecretVersion?: string;\n}\n\nexport function customCertificatePropertiesSerializer(item: CustomCertificateProperties): any {\n return {\n keyVaultBaseUri: item[\"keyVaultBaseUri\"],\n keyVaultSecretName: item[\"keyVaultSecretName\"],\n keyVaultSecretVersion: item[\"keyVaultSecretVersion\"],\n };\n}\n\nexport function customCertificatePropertiesDeserializer(item: any): CustomCertificateProperties {\n return {\n provisioningState: item[\"provisioningState\"],\n keyVaultBaseUri: item[\"keyVaultBaseUri\"],\n keyVaultSecretName: item[\"keyVaultSecretName\"],\n keyVaultSecretVersion: item[\"keyVaultSecretVersion\"],\n };\n}\n\n/** Custom certificates list. */\nexport interface _CustomCertificateList {\n /** The CustomCertificate items on this page */\n value: CustomCertificate[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\nexport function _customCertificateListDeserializer(item: any): _CustomCertificateList {\n return {\n value: customCertificateArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function customCertificateArraySerializer(result: Array<CustomCertificate>): any[] {\n return result.map((item) => {\n return customCertificateSerializer(item);\n });\n}\n\nexport function customCertificateArrayDeserializer(result: Array<CustomCertificate>): any[] {\n return result.map((item) => {\n return customCertificateDeserializer(item);\n });\n}\n\n/** A custom domain */\nexport interface CustomDomain extends ProxyResource {\n /** Provisioning state of the resource. */\n readonly provisioningState?: ProvisioningState;\n /** The custom domain name. */\n domainName: string;\n /** Reference to a resource. */\n customCertificate: ResourceReference;\n}\n\nexport function customDomainSerializer(item: CustomDomain): any {\n return { properties: _customDomainPropertiesSerializer(item) };\n}\n\nexport function customDomainDeserializer(item: any): CustomDomain {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n ..._customDomainPropertiesDeserializer(item[\"properties\"]),\n };\n}\n\n/** Properties of a custom domain. */\nexport interface CustomDomainProperties {\n /** Provisioning state of the resource. */\n readonly provisioningState?: ProvisioningState;\n /** The custom domain name. */\n domainName: string;\n /** Reference to a resource. */\n customCertificate: ResourceReference;\n}\n\nexport function customDomainPropertiesSerializer(item: CustomDomainProperties): any {\n return {\n domainName: item[\"domainName\"],\n customCertificate: resourceReferenceSerializer(item[\"customCertificate\"]),\n };\n}\n\nexport function customDomainPropertiesDeserializer(item: any): CustomDomainProperties {\n return {\n provisioningState: item[\"provisioningState\"],\n domainName: item[\"domainName\"],\n customCertificate: resourceReferenceDeserializer(item[\"customCertificate\"]),\n };\n}\n\n/** Reference to a resource. */\nexport interface ResourceReference {\n /** Resource ID. */\n id?: string;\n}\n\nexport function resourceReferenceSerializer(item: ResourceReference): any {\n return { id: item[\"id\"] };\n}\n\nexport function resourceReferenceDeserializer(item: any): ResourceReference {\n return {\n id: item[\"id\"],\n };\n}\n\n/** Custom domains list */\nexport interface _CustomDomainList {\n /** The CustomDomain items on this page */\n value: CustomDomain[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\nexport function _customDomainListDeserializer(item: any): _CustomDomainList {\n return {\n value: customDomainArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function customDomainArraySerializer(result: Array<CustomDomain>): any[] {\n return result.map((item) => {\n return customDomainSerializer(item);\n });\n}\n\nexport function customDomainArrayDeserializer(result: Array<CustomDomain>): any[] {\n return result.map((item) => {\n return customDomainDeserializer(item);\n });\n}\n\n/** A list of private endpoint connections */\nexport interface _PrivateEndpointConnectionList {\n /** The PrivateEndpointConnection items on this page */\n value: PrivateEndpointConnection[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\nexport function _privateEndpointConnectionListDeserializer(\n item: any,\n): _PrivateEndpointConnectionList {\n return {\n value: privateEndpointConnectionArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\n/** A class represent a replica resource. */\nexport interface Replica extends TrackedResource {\n /** The billing information of the resource. */\n sku?: ResourceSku;\n /** Provisioning state of the resource. */\n readonly provisioningState?: ProvisioningState;\n /**\n * Enable or disable the regional endpoint. Default to \"Enabled\".\n * When it's Disabled, new connections will not be routed to this endpoint, however existing connections will not be affected.\n */\n regionEndpointEnabled?: string;\n /**\n * Stop or start the resource. Default to \"false\".\n * When it's true, the data plane of the resource is shutdown.\n * When it's false, the data plane of the resource is started.\n */\n resourceStopped?: string;\n}\n\nexport function replicaSerializer(item: Replica): any {\n return {\n tags: item[\"tags\"],\n location: item[\"location\"],\n properties: areAllPropsUndefined(item, [\"regionEndpointEnabled\", \"resourceStopped\"])\n ? undefined\n : _replicaPropertiesSerializer(item),\n sku: !item[\"sku\"] ? item[\"sku\"] : resourceSkuSerializer(item[\"sku\"]),\n };\n}\n\nexport function replicaDeserializer(item: any): Replica {\n return {\n tags: !item[\"tags\"]\n ? item[\"tags\"]\n : Object.fromEntries(Object.entries(item[\"tags\"]).map(([k, p]: [string, any]) => [k, p])),\n location: item[\"location\"],\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n ...(!item[\"properties\"]\n ? item[\"properties\"]\n : _replicaPropertiesDeserializer(item[\"properties\"])),\n sku: !item[\"sku\"] ? item[\"sku\"] : resourceSkuDeserializer(item[\"sku\"]),\n };\n}\n\n/** model interface ReplicaProperties */\nexport interface ReplicaProperties {\n /** Provisioning state of the resource. */\n readonly provisioningState?: ProvisioningState;\n /**\n * Enable or disable the regional endpoint. Default to \"Enabled\".\n * When it's Disabled, new connections will not be routed to this endpoint, however existing connections will not be affected.\n */\n regionEndpointEnabled?: string;\n /**\n * Stop or start the resource. Default to \"false\".\n * When it's true, the data plane of the resource is shutdown.\n * When it's false, the data plane of the resource is started.\n */\n resourceStopped?: string;\n}\n\nexport function replicaPropertiesSerializer(item: ReplicaProperties): any {\n return {\n regionEndpointEnabled: item[\"regionEndpointEnabled\"],\n resourceStopped: item[\"resourceStopped\"],\n };\n}\n\nexport function replicaPropertiesDeserializer(item: any): ReplicaProperties {\n return {\n provisioningState: item[\"provisioningState\"],\n regionEndpointEnabled: item[\"regionEndpointEnabled\"],\n resourceStopped: item[\"resourceStopped\"],\n };\n}\n\n/** Paged collection of Replica items */\nexport interface _ReplicaList {\n /** The Replica items on this page */\n value: Replica[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\nexport function _replicaListDeserializer(item: any): _ReplicaList {\n return {\n value: replicaArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function replicaArraySerializer(result: Array<Replica>): any[] {\n return result.map((item) => {\n return replicaSerializer(item);\n });\n}\n\nexport function replicaArrayDeserializer(result: Array<Replica>): any[] {\n return result.map((item) => {\n return replicaDeserializer(item);\n });\n}\n\n/** Object that includes an array of the resource usages and a possible link for next set. */\nexport interface _SignalRServiceUsageList {\n /** The SignalRServiceUsage items on this page */\n value: SignalRServiceUsage[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\nexport function _signalRServiceUsageListDeserializer(item: any): _SignalRServiceUsageList {\n return {\n value: signalRServiceUsageArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function signalRServiceUsageArrayDeserializer(result: Array<SignalRServiceUsage>): any[] {\n return result.map((item) => {\n return signalRServiceUsageDeserializer(item);\n });\n}\n\n/** Object that describes a specific usage of the resources. */\nexport interface SignalRServiceUsage {\n /** Fully qualified ARM resource id */\n id?: string;\n /** Current value for the usage quota. */\n currentValue?: number;\n /** The maximum permitted value for the usage quota. If there is no limit, this value will be -1. */\n limit?: number;\n /** Localizable String object containing the name and a localized value. */\n name?: SignalRServiceUsageName;\n /** Representing the units of the usage quota. Possible values are: Count, Bytes, Seconds, Percent, CountPerSecond, BytesPerSecond. */\n unit?: string;\n}\n\nexport function signalRServiceUsageDeserializer(item: any): SignalRServiceUsage {\n return {\n id: item[\"id\"],\n currentValue: item[\"currentValue\"],\n limit: item[\"limit\"],\n name: !item[\"name\"] ? item[\"name\"] : signalRServiceUsageNameDeserializer(item[\"name\"]),\n unit: item[\"unit\"],\n };\n}\n\n/** Localizable String object containing the name and a localized value. */\nexport interface SignalRServiceUsageName {\n /** The identifier of the usage. */\n value?: string;\n /** Localized name of the usage. */\n localizedValue?: string;\n}\n\nexport function signalRServiceUsageNameDeserializer(item: any): SignalRServiceUsageName {\n return {\n value: item[\"value\"],\n localizedValue: item[\"localizedValue\"],\n };\n}\n\n/** The available API versions. */\nexport enum KnownVersions {\n /** The 2025-01-01-preview API version. */\n V20250101Preview = \"2025-01-01-preview\",\n /** The 2025-08-01-preview API version. */\n V20250801Preview = \"2025-08-01-preview\",\n}\n\nexport function _sharedPrivateLinkResourcePropertiesSerializer(\n item: SharedPrivateLinkResource,\n): any {\n return {\n groupId: item[\"groupId\"],\n privateLinkResourceId: item[\"privateLinkResourceId\"],\n requestMessage: item[\"requestMessage\"],\n fqdns: !item[\"fqdns\"]\n ? item[\"fqdns\"]\n : item[\"fqdns\"].map((p: any) => {\n return p;\n }),\n };\n}\n\nexport function _sharedPrivateLinkResourcePropertiesDeserializer(item: any) {\n return {\n groupId: item[\"groupId\"],\n privateLinkResourceId: item[\"privateLinkResourceId\"],\n provisioningState: item[\"provisioningState\"],\n requestMessage: item[\"requestMessage\"],\n fqdns: !item[\"fqdns\"]\n ? item[\"fqdns\"]\n : item[\"fqdns\"].map((p: any) => {\n return p;\n }),\n status: item[\"status\"],\n };\n}\n\nexport function _privateEndpointConnectionPropertiesSerializer(\n item: PrivateEndpointConnection,\n): any {\n return {\n privateEndpoint: !item[\"privateEndpoint\"]\n ? item[\"privateEndpoint\"]\n : privateEndpointSerializer(item[\"privateEndpoint\"]),\n privateLinkServiceConnectionState: !item[\"privateLinkServiceConnectionState\"]\n ? item[\"privateLinkServiceConnectionState\"]\n : privateLinkServiceConnectionStateSerializer(item[\"privateLinkServiceConnectionState\"]),\n };\n}\n\nexport function _privateEndpointConnectionPropertiesDeserializer(item: any) {\n return {\n provisioningState: item[\"provisioningState\"],\n privateEndpoint: !item[\"privateEndpoint\"]\n ? item[\"privateEndpoint\"]\n : privateEndpointDeserializer(item[\"privateEndpoint\"]),\n groupIds: !item[\"groupIds\"]\n ? item[\"groupIds\"]\n : item[\"groupIds\"].map((p: any) => {\n return p;\n }),\n privateLinkServiceConnectionState: !item[\"privateLinkServiceConnectionState\"]\n ? item[\"privateLinkServiceConnectionState\"]\n : privateLinkServiceConnectionStateDeserializer(item[\"privateLinkServiceConnectionState\"]),\n };\n}\n\nexport function _webPubSubResourcePropertiesSerializer(item: WebPubSubResource): any {\n return {\n tls: !item[\"tls\"] ? item[\"tls\"] : webPubSubTlsSettingsSerializer(item[\"tls\"]),\n liveTraceConfiguration: !item[\"liveTraceConfiguration\"]\n ? item[\"liveTraceConfiguration\"]\n : liveTraceConfigurationSerializer(item[\"liveTraceConfiguration\"]),\n resourceLogConfiguration: !item[\"resourceLogConfiguration\"]\n ? item[\"resourceLogConfiguration\"]\n : resourceLogConfigurationSerializer(item[\"resourceLogConfiguration\"]),\n networkACLs: !item[\"networkACLs\"]\n ? item[\"networkACLs\"]\n : webPubSubNetworkACLsSerializer(item[\"networkACLs\"]),\n applicationFirewall: !item[\"applicationFirewall\"]\n ? item[\"applicationFirewall\"]\n : applicationFirewallSettingsSerializer(item[\"applicationFirewall\"]),\n publicNetworkAccess: item[\"publicNetworkAccess\"],\n disableLocalAuth: item[\"disableLocalAuth\"],\n disableAadAuth: item[\"disableAadAuth\"],\n regionEndpointEnabled: item[\"regionEndpointEnabled\"],\n resourceStopped: item[\"resourceStopped\"],\n socketIO: !item[\"socketIO\"]\n ? item[\"socketIO\"]\n : webPubSubSocketIOSettingsSerializer(item[\"socketIO\"]),\n };\n}\n\nexport function _webPubSubResourcePropertiesDeserializer(item: any) {\n return {\n provisioningState: item[\"provisioningState\"],\n externalIP: item[\"externalIP\"],\n hostName: item[\"hostName\"],\n publicPort: item[\"publicPort\"],\n serverPort: item[\"serverPort\"],\n version: item[\"version\"],\n privateEndpointConnections: !item[\"privateEndpointConnections\"]\n ? item[\"privateEndpointConnections\"]\n : privateEndpointConnectionArrayDeserializer(item[\"privateEndpointConnections\"]),\n sharedPrivateLinkResources: !item[\"sharedPrivateLinkResources\"]\n ? item[\"sharedPrivateLinkResources\"]\n : sharedPrivateLinkResourceArrayDeserializer(item[\"sharedPrivateLinkResources\"]),\n tls: !item[\"tls\"] ? item[\"tls\"] : webPubSubTlsSettingsDeserializer(item[\"tls\"]),\n hostNamePrefix: item[\"hostNamePrefix\"],\n liveTraceConfiguration: !item[\"liveTraceConfiguration\"]\n ? item[\"liveTraceConfiguration\"]\n : liveTraceConfigurationDeserializer(item[\"liveTraceConfiguration\"]),\n resourceLogConfiguration: !item[\"resourceLogConfiguration\"]\n ? item[\"resourceLogConfiguration\"]\n : resourceLogConfigurationDeserializer(item[\"resourceLogConfiguration\"]),\n networkACLs: !item[\"networkACLs\"]\n ? item[\"networkACLs\"]\n : webPubSubNetworkACLsDeserializer(item[\"networkACLs\"]),\n applicationFirewall: !item[\"applicationFirewall\"]\n ? item[\"applicationFirewall\"]\n : applicationFirewallSettingsDeserializer(item[\"applicationFirewall\"]),\n publicNetworkAccess: item[\"publicNetworkAccess\"],\n disableLocalAuth: item[\"disableLocalAuth\"],\n disableAadAuth: item[\"disableAadAuth\"],\n regionEndpointEnabled: item[\"regionEndpointEnabled\"],\n resourceStopped: item[\"resourceStopped\"],\n socketIO: !item[\"socketIO\"]\n ? item[\"socketIO\"]\n : webPubSubSocketIOSettingsDeserializer(item[\"socketIO\"]),\n };\n}\n\nexport function _privateLinkResourcePropertiesDeserializer(item: any) {\n return {\n groupId: item[\"groupId\"],\n requiredMembers: !item[\"requiredMembers\"]\n ? item[\"requiredMembers\"]\n : item[\"requiredMembers\"].map((p: any) => {\n return p;\n }),\n requiredZoneNames: !item[\"requiredZoneNames\"]\n ? item[\"requiredZoneNames\"]\n : item[\"requiredZoneNames\"].map((p: any) => {\n return p;\n }),\n shareablePrivateLinkResourceTypes: !item[\"shareablePrivateLinkResourceTypes\"]\n ? item[\"shareablePrivateLinkResourceTypes\"]\n : shareablePrivateLinkResourceTypeArrayDeserializer(\n item[\"shareablePrivateLinkResourceTypes\"],\n ),\n };\n}\n\nexport function _customCertificatePropertiesSerializer(item: CustomCertificate): any {\n return {\n keyVaultBaseUri: item[\"keyVaultBaseUri\"],\n keyVaultSecretName: item[\"keyVaultSecretName\"],\n keyVaultSecretVersion: item[\"keyVaultSecretVersion\"],\n };\n}\n\nexport function _customCertificatePropertiesDeserializer(item: any) {\n return {\n provisioningState: item[\"provisioningState\"],\n keyVaultBaseUri: item[\"keyVaultBaseUri\"],\n keyVaultSecretName: item[\"keyVaultSecretName\"],\n keyVaultSecretVersion: item[\"keyVaultSecretVersion\"],\n };\n}\n\nexport function _customDomainPropertiesSerializer(item: CustomDomain): any {\n return {\n domainName: item[\"domainName\"],\n customCertificate: resourceReferenceSerializer(item[\"customCertificate\"]),\n };\n}\n\nexport function _customDomainPropertiesDeserializer(item: any) {\n return {\n provisioningState: item[\"provisioningState\"],\n domainName: item[\"domainName\"],\n customCertificate: resourceReferenceDeserializer(item[\"customCertificate\"]),\n };\n}\n\nexport function _replicaPropertiesSerializer(item: Replica): any {\n return {\n regionEndpointEnabled: item[\"regionEndpointEnabled\"],\n resourceStopped: item[\"resourceStopped\"],\n };\n}\n\nexport function _replicaPropertiesDeserializer(item: any) {\n return {\n provisioningState: item[\"provisioningState\"],\n regionEndpointEnabled: item[\"regionEndpointEnabled\"],\n resourceStopped: item[\"resourceStopped\"],\n };\n}\n"],
|
|
5
|
+
"mappings": ";;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAGA,kCAAqC;AAgB9B,SAAS,2BAA2B,MAA2B;AACpE,SAAO;AAAA,IACL,OAAO,2BAA2B,KAAK,OAAO,CAAC;AAAA,IAC/C,UAAU,KAAK,UAAU;AAAA,EAC3B;AACF;AAEO,SAAS,2BAA2B,QAAiC;AAC1E,SAAO,OAAO,IAAI,CAAC,SAAS;AAC1B,WAAO,sBAAsB,IAAI;AAAA,EACnC,CAAC;AACH;AAgBO,SAAS,sBAAsB,MAAsB;AAC1D,SAAO;AAAA,IACL,MAAM,KAAK,MAAM;AAAA,IACjB,cAAc,KAAK,cAAc;AAAA,IACjC,SAAS,CAAC,KAAK,SAAS,IAAI,KAAK,SAAS,IAAI,6BAA6B,KAAK,SAAS,CAAC;AAAA,IAC1F,QAAQ,KAAK,QAAQ;AAAA,IACrB,YAAY,CAAC,KAAK,YAAY,IAC1B,KAAK,YAAY,IACjB,gCAAgC,KAAK,YAAY,CAAC;AAAA,EACxD;AACF;AAcO,SAAS,6BAA6B,MAA6B;AACxE,SAAO;AAAA,IACL,UAAU,KAAK,UAAU;AAAA,IACzB,UAAU,KAAK,UAAU;AAAA,IACzB,WAAW,KAAK,WAAW;AAAA,IAC3B,aAAa,KAAK,aAAa;AAAA,EACjC;AACF;AAQO,SAAS,gCAAgC,MAAgC;AAC9E,SAAO;AAAA,IACL,sBAAsB,CAAC,KAAK,sBAAsB,IAC9C,KAAK,sBAAsB,IAC3B,iCAAiC,KAAK,sBAAsB,CAAC;AAAA,EACnE;AACF;AAUO,SAAS,iCAAiC,MAAiC;AAChF,SAAO;AAAA,IACL,sBAAsB,CAAC,KAAK,sBAAsB,IAC9C,KAAK,sBAAsB,IAC3B,qCAAqC,KAAK,sBAAsB,CAAC;AAAA,IACrE,mBAAmB,CAAC,KAAK,mBAAmB,IACxC,KAAK,mBAAmB,IACxB,kCAAkC,KAAK,mBAAmB,CAAC;AAAA,EACjE;AACF;AAEO,SAAS,qCAAqC,QAA2C;AAC9F,SAAO,OAAO,IAAI,CAAC,SAAS;AAC1B,WAAO,gCAAgC,IAAI;AAAA,EAC7C,CAAC;AACH;AA0BO,SAAS,gCAAgC,MAAgC;AAC9E,SAAO;AAAA,IACL,MAAM,KAAK,MAAM;AAAA,IACjB,aAAa,KAAK,aAAa;AAAA,IAC/B,oBAAoB,KAAK,oBAAoB;AAAA,IAC7C,MAAM,KAAK,MAAM;AAAA,IACjB,iBAAiB,KAAK,iBAAiB;AAAA,IACvC,iBAAiB,KAAK,iBAAiB;AAAA,IACvC,UAAU,KAAK,UAAU;AAAA,IACzB,YAAY,CAAC,KAAK,YAAY,IAC1B,KAAK,YAAY,IACjB,2BAA2B,KAAK,YAAY,CAAC;AAAA,EACnD;AACF;AAEO,SAAS,2BAA2B,QAAiC;AAC1E,SAAO,OAAO,IAAI,CAAC,SAAS;AAC1B,WAAO,sBAAsB,IAAI;AAAA,EACnC,CAAC;AACH;AAcO,SAAS,sBAAsB,MAAsB;AAC1D,SAAO;AAAA,IACL,MAAM,KAAK,MAAM;AAAA,IACjB,aAAa,KAAK,aAAa;AAAA,IAC/B,cAAc,KAAK,cAAc;AAAA,IACjC,wBAAwB,KAAK,wBAAwB;AAAA,EACvD;AACF;AAEO,SAAS,kCAAkC,QAAwC;AACxF,SAAO,OAAO,IAAI,CAAC,SAAS;AAC1B,WAAO,6BAA6B,IAAI;AAAA,EAC1C,CAAC;AACH;AAUO,SAAS,6BAA6B,MAA6B;AACxE,SAAO;AAAA,IACL,MAAM,KAAK,MAAM;AAAA,IACjB,aAAa,KAAK,aAAa;AAAA,EACjC;AACF;AAQO,SAAS,0BAA0B,MAA0B;AAClE,SAAO;AAAA,IACL,OAAO,CAAC,KAAK,OAAO,IAAI,KAAK,OAAO,IAAI,wBAAwB,KAAK,OAAO,CAAC;AAAA,EAC/E;AACF;AAgBO,SAAS,wBAAwB,MAAwB;AAC9D,SAAO;AAAA,IACL,MAAM,KAAK,MAAM;AAAA,IACjB,SAAS,KAAK,SAAS;AAAA,IACvB,QAAQ,KAAK,QAAQ;AAAA,IACrB,SAAS,CAAC,KAAK,SAAS,IAAI,KAAK,SAAS,IAAI,6BAA6B,KAAK,SAAS,CAAC;AAAA,IAC1F,gBAAgB,CAAC,KAAK,gBAAgB,IAClC,KAAK,gBAAgB,IACrB,qCAAqC,KAAK,gBAAgB,CAAC;AAAA,EACjE;AACF;AAEO,SAAS,6BAA6B,QAAmC;AAC9E,SAAO,OAAO,IAAI,CAAC,SAAS;AAC1B,WAAO,wBAAwB,IAAI;AAAA,EACrC,CAAC;AACH;AAEO,SAAS,qCAAqC,QAA2C;AAC9F,SAAO,OAAO,IAAI,CAAC,SAAS;AAC1B,WAAO,gCAAgC,IAAI;AAAA,EAC7C,CAAC;AACH;AAUO,SAAS,gCAAgC,MAAgC;AAC9E,SAAO;AAAA,IACL,MAAM,KAAK,MAAM;AAAA,IACjB,MAAM,KAAK,MAAM;AAAA,EACnB;AACF;AAQO,SAAS,uBAAuB,MAAyB;AAC9D,SAAO,EAAE,YAAY,iCAAiC,KAAK,YAAY,CAAC,EAAE;AAC5E;AAEO,SAAS,yBAAyB,MAAyB;AAChE,SAAO;AAAA,IACL,IAAI,KAAK,IAAI;AAAA,IACb,MAAM,KAAK,MAAM;AAAA,IACjB,MAAM,KAAK,MAAM;AAAA,IACjB,YAAY,CAAC,KAAK,YAAY,IAC1B,KAAK,YAAY,IACjB,uBAAuB,KAAK,YAAY,CAAC;AAAA,IAC7C,YAAY,mCAAmC,KAAK,YAAY,CAAC;AAAA,EACnE;AACF;AAmBO,SAAS,iCAAiC,MAAmC;AAClF,SAAO;AAAA,IACL,eAAe,CAAC,KAAK,eAAe,IAChC,KAAK,eAAe,IACpB,4BAA4B,KAAK,eAAe,CAAC;AAAA,IACrD,gBAAgB,CAAC,KAAK,gBAAgB,IAClC,KAAK,gBAAgB,IACrB,6BAA6B,KAAK,gBAAgB,CAAC;AAAA,IACvD,wBAAwB,KAAK,wBAAwB;AAAA,IACrD,qCAAqC,KAAK,qCAAqC;AAAA,EACjF;AACF;AAEO,SAAS,mCAAmC,MAAmC;AACpF,SAAO;AAAA,IACL,eAAe,CAAC,KAAK,eAAe,IAChC,KAAK,eAAe,IACpB,8BAA8B,KAAK,eAAe,CAAC;AAAA,IACvD,gBAAgB,CAAC,KAAK,gBAAgB,IAClC,KAAK,gBAAgB,IACrB,+BAA+B,KAAK,gBAAgB,CAAC;AAAA,IACzD,wBAAwB,KAAK,wBAAwB;AAAA,IACrD,qCAAqC,KAAK,qCAAqC;AAAA,EACjF;AACF;AAEO,SAAS,4BAA4B,QAAoC;AAC9E,SAAO,OAAO,IAAI,CAAC,SAAS;AAC1B,WAAO,uBAAuB,IAAI;AAAA,EACpC,CAAC;AACH;AAEO,SAAS,8BAA8B,QAAoC;AAChF,SAAO,OAAO,IAAI,CAAC,SAAS;AAC1B,WAAO,yBAAyB,IAAI;AAAA,EACtC,CAAC;AACH;AA2BO,SAAS,uBAAuB,MAAyB;AAC9D,SAAO;AAAA,IACL,aAAa,KAAK,aAAa;AAAA,IAC/B,kBAAkB,KAAK,kBAAkB;AAAA,IACzC,cAAc,CAAC,KAAK,cAAc,IAC9B,KAAK,cAAc,IACnB,KAAK,cAAc,EAAE,IAAI,CAAC,MAAW;AACnC,aAAO;AAAA,IACT,CAAC;AAAA,IACL,MAAM,CAAC,KAAK,MAAM,IAAI,KAAK,MAAM,IAAI,+BAA+B,KAAK,MAAM,CAAC;AAAA,IAChF,qBAAqB,CAAC,KAAK,qBAAqB,IAC5C,KAAK,qBAAqB,IAC1B,oCAAoC,KAAK,qBAAqB,CAAC;AAAA,EACrE;AACF;AAEO,SAAS,yBAAyB,MAAyB;AAChE,SAAO;AAAA,IACL,aAAa,KAAK,aAAa;AAAA,IAC/B,kBAAkB,KAAK,kBAAkB;AAAA,IACzC,cAAc,CAAC,KAAK,cAAc,IAC9B,KAAK,cAAc,IACnB,KAAK,cAAc,EAAE,IAAI,CAAC,MAAW;AACnC,aAAO;AAAA,IACT,CAAC;AAAA,IACL,MAAM,CAAC,KAAK,MAAM,IAAI,KAAK,MAAM,IAAI,iCAAiC,KAAK,MAAM,CAAC;AAAA,IAClF,qBAAqB,CAAC,KAAK,qBAAqB,IAC5C,KAAK,qBAAqB,IAC1B,sCAAsC,KAAK,qBAAqB,CAAC;AAAA,EACvE;AACF;AAUO,SAAS,+BAA+B,MAAiC;AAC9E,SAAO;AAAA,IACL,MAAM,KAAK,MAAM;AAAA,IACjB,iBAAiB,CAAC,KAAK,iBAAiB,IACpC,KAAK,iBAAiB,IACtB,kCAAkC,KAAK,iBAAiB,CAAC;AAAA,EAC/D;AACF;AAEO,SAAS,iCAAiC,MAAiC;AAChF,SAAO;AAAA,IACL,MAAM,KAAK,MAAM;AAAA,IACjB,iBAAiB,CAAC,KAAK,iBAAiB,IACpC,KAAK,iBAAiB,IACtB,oCAAoC,KAAK,iBAAiB,CAAC;AAAA,EACjE;AACF;AAGO,IAAK,wBAAL,kBAAKA,2BAAL;AAEL,EAAAA,uBAAA,UAAO;AAEP,EAAAA,uBAAA,qBAAkB;AAJR,SAAAA;AAAA,GAAA;AA0BL,SAAS,kCAAkC,MAAoC;AACpF,SAAO,EAAE,UAAU,KAAK,UAAU,EAAE;AACtC;AAEO,SAAS,oCAAoC,MAAoC;AACtF,SAAO;AAAA,IACL,UAAU,KAAK,UAAU;AAAA,EAC3B;AACF;AAUO,SAAS,oCAAoC,MAAsC;AACxF,SAAO;AAAA,IACL,YAAY,KAAK,YAAY,EAAE,IAAI,CAAC,MAAW;AAC7C,aAAO;AAAA,IACT,CAAC;AAAA,IACD,cAAc,CAAC,KAAK,cAAc,IAC9B,KAAK,cAAc,IACnB,KAAK,cAAc,EAAE,IAAI,CAAC,MAAW;AACnC,aAAO;AAAA,IACT,CAAC;AAAA,EACP;AACF;AAEO,SAAS,sCAAsC,MAAsC;AAC1F,SAAO;AAAA,IACL,YAAY,KAAK,YAAY,EAAE,IAAI,CAAC,MAAW;AAC7C,aAAO;AAAA,IACT,CAAC;AAAA,IACD,cAAc,CAAC,KAAK,cAAc,IAC9B,KAAK,cAAc,IACnB,KAAK,cAAc,EAAE,IAAI,CAAC,MAAW;AACnC,aAAO;AAAA,IACT,CAAC;AAAA,EACP;AACF;AAGO,IAAK,8BAAL,kBAAKC,iCAAL;AAEL,EAAAA,6BAAA,YAAS;AAET,EAAAA,6BAAA,UAAO;AAJG,SAAAA;AAAA,GAAA;AAiBL,SAAS,6BAA6B,QAAqC;AAChF,SAAO,OAAO,IAAI,CAAC,SAAS;AAC1B,WAAO,wBAAwB,IAAI;AAAA,EACrC,CAAC;AACH;AAEO,SAAS,+BAA+B,QAAqC;AAClF,SAAO,OAAO,IAAI,CAAC,SAAS;AAC1B,WAAO,0BAA0B,IAAI;AAAA,EACvC,CAAC;AACH;AAUO,SAAS,wBAAwB,MAA0B;AAChE,SAAO;AAAA,IACL,QAAQ,mCAAmC,KAAK,QAAQ,CAAC;AAAA,IACzD,UAAU,qCAAqC,KAAK,UAAU,CAAC;AAAA,EACjE;AACF;AAEO,SAAS,0BAA0B,MAA0B;AAClE,SAAO;AAAA,IACL,QAAQ,qCAAqC,KAAK,QAAQ,CAAC;AAAA,IAC3D,UAAU,uCAAuC,KAAK,UAAU,CAAC;AAAA,EACnE;AACF;AAOO,SAAS,8BAA8B,MAAgC;AAC5E,SAAO,EAAE,MAAM,KAAK,MAAM,EAAE;AAC9B;AAEO,SAAS,gCAAgC,MAAgC;AAC9E,SAAO;AAAA,IACL,MAAM,KAAK,MAAM;AAAA,EACnB;AACF;AAKO,SAAS,mCAAmC,MAAqC;AACtF,UAAQ,KAAK,MAAM;AAAA,IACjB,KAAK;AACH,aAAO,0BAA0B,IAAuB;AAAA,IAE1D;AACE,aAAO,8BAA8B,IAAI;AAAA,EAC7C;AACF;AAEO,SAAS,qCAAqC,MAAqC;AACxF,UAAQ,KAAK,MAAM,GAAG;AAAA,IACpB,KAAK;AACH,aAAO,4BAA4B,IAAuB;AAAA,IAE5D;AACE,aAAO,gCAAgC,IAAI;AAAA,EAC/C;AACF;AAGO,IAAK,wCAAL,kBAAKC,2CAAL;AAEL,EAAAA,uCAAA,eAAY;AAFF,SAAAA;AAAA,GAAA;AAuBL,SAAS,0BAA0B,MAA4B;AACpE,SAAO;AAAA,IACL,MAAM,KAAK,MAAM;AAAA,IACjB,cAAc,CAAC,KAAK,cAAc,IAC9B,KAAK,cAAc,IACnB,KAAK,cAAc,EAAE,IAAI,CAAC,MAAW;AACnC,aAAO;AAAA,IACT,CAAC;AAAA,IACL,kBAAkB,KAAK,kBAAkB;AAAA,EAC3C;AACF;AAEO,SAAS,4BAA4B,MAA4B;AACtE,SAAO;AAAA,IACL,MAAM,KAAK,MAAM;AAAA,IACjB,cAAc,CAAC,KAAK,cAAc,IAC9B,KAAK,cAAc,IACnB,KAAK,cAAc,EAAE,IAAI,CAAC,MAAW;AACnC,aAAO;AAAA,IACT,CAAC;AAAA,IACL,kBAAkB,KAAK,kBAAkB;AAAA,EAC3C;AACF;AAOO,SAAS,gCAAgC,MAAkC;AAChF,SAAO,EAAE,MAAM,KAAK,MAAM,EAAE;AAC9B;AAEO,SAAS,kCAAkC,MAAkC;AAClF,SAAO;AAAA,IACL,MAAM,KAAK,MAAM;AAAA,EACnB;AACF;AAKO,SAAS,qCAAqC,MAAuC;AAC1F,UAAQ,KAAK,MAAM;AAAA,IACjB,KAAK;AACH,aAAO,2BAA2B,IAAwB;AAAA,IAE5D;AACE,aAAO,gCAAgC,IAAI;AAAA,EAC/C;AACF;AAEO,SAAS,uCAAuC,MAAuC;AAC5F,UAAQ,KAAK,MAAM,GAAG;AAAA,IACpB,KAAK;AACH,aAAO,6BAA6B,IAAwB;AAAA,IAE9D;AACE,aAAO,kCAAkC,IAAI;AAAA,EACjD;AACF;AAGO,IAAK,0CAAL,kBAAKC,6CAAL;AAEL,EAAAA,yCAAA,cAAW;AAFD,SAAAA;AAAA,GAAA;AAoBL,SAAS,2BAA2B,MAA6B;AACtE,SAAO;AAAA,IACL,MAAM,KAAK,MAAM;AAAA,IACjB,yBAAyB,KAAK,yBAAyB;AAAA,IACvD,cAAc,KAAK,cAAc;AAAA,EACnC;AACF;AAEO,SAAS,6BAA6B,MAA6B;AACxE,SAAO;AAAA,IACL,MAAM,KAAK,MAAM;AAAA,IACjB,yBAAyB,KAAK,yBAAyB;AAAA,IACvD,cAAc,KAAK,cAAc;AAAA,EACnC;AACF;AAKO,SAAS,wBAAwB,OAA2B;AACjE,SAAO,CAAC;AACV;AAEO,SAAS,0BAA0B,MAA0B;AAClE,SAAO;AAAA,IACL,IAAI,KAAK,IAAI;AAAA,IACb,MAAM,KAAK,MAAM;AAAA,IACjB,MAAM,KAAK,MAAM;AAAA,IACjB,YAAY,CAAC,KAAK,YAAY,IAC1B,KAAK,YAAY,IACjB,uBAAuB,KAAK,YAAY,CAAC;AAAA,EAC/C;AACF;AAcO,SAAS,mBAAmB,OAAsB;AACvD,SAAO,CAAC;AACV;AAEO,SAAS,qBAAqB,MAAqB;AACxD,SAAO;AAAA,IACL,IAAI,KAAK,IAAI;AAAA,IACb,MAAM,KAAK,MAAM;AAAA,IACjB,MAAM,KAAK,MAAM;AAAA,IACjB,YAAY,CAAC,KAAK,YAAY,IAC1B,KAAK,YAAY,IACjB,uBAAuB,KAAK,YAAY,CAAC;AAAA,EAC/C;AACF;AAkBO,SAAS,uBAAuB,MAAuB;AAC5D,SAAO;AAAA,IACL,WAAW,KAAK,WAAW;AAAA,IAC3B,eAAe,KAAK,eAAe;AAAA,IACnC,WAAW,CAAC,KAAK,WAAW,IAAI,KAAK,WAAW,IAAI,IAAI,KAAK,KAAK,WAAW,CAAC;AAAA,IAC9E,gBAAgB,KAAK,gBAAgB;AAAA,IACrC,oBAAoB,KAAK,oBAAoB;AAAA,IAC7C,gBAAgB,CAAC,KAAK,gBAAgB,IAClC,KAAK,gBAAgB,IACrB,IAAI,KAAK,KAAK,gBAAgB,CAAC;AAAA,EACrC;AACF;AAGO,IAAK,qBAAL,kBAAKC,wBAAL;AAEL,EAAAA,oBAAA,UAAO;AAEP,EAAAA,oBAAA,iBAAc;AAEd,EAAAA,oBAAA,qBAAkB;AAElB,EAAAA,oBAAA,SAAM;AARI,SAAAA;AAAA,GAAA;AA+BL,SAAS,8BAA8B,MAA8B;AAC1E,SAAO;AAAA,IACL,OAAO,8BAA8B,KAAK,OAAO,CAAC;AAAA,IAClD,UAAU,KAAK,UAAU;AAAA,EAC3B;AACF;AAEO,SAAS,4BAA4B,QAAoC;AAC9E,SAAO,OAAO,IAAI,CAAC,SAAS;AAC1B,WAAO,uBAAuB,IAAI;AAAA,EACpC,CAAC;AACH;AAEO,SAAS,8BAA8B,QAAoC;AAChF,SAAO,OAAO,IAAI,CAAC,SAAS;AAC1B,WAAO,yBAAyB,IAAI;AAAA,EACtC,CAAC;AACH;AAkBO,SAAS,oCAAoC,MAAsC;AACxF,SAAO;AAAA,IACL,gBAAY,kDAAqB,MAAM;AAAA,MACrC;AAAA,MACA;AAAA,MACA;AAAA,MACA;AAAA,IACF,CAAC,IACG,SACA,+CAA+C,IAAI;AAAA,EACzD;AACF;AAEO,SAAS,sCAAsC,MAAsC;AAC1F,SAAO;AAAA,IACL,IAAI,KAAK,IAAI;AAAA,IACb,MAAM,KAAK,MAAM;AAAA,IACjB,MAAM,KAAK,MAAM;AAAA,IACjB,YAAY,CAAC,KAAK,YAAY,IAC1B,KAAK,YAAY,IACjB,uBAAuB,KAAK,YAAY,CAAC;AAAA,IAC7C,GAAI,CAAC,KAAK,YAAY,IAClB,KAAK,YAAY,IACjB,iDAAiD,KAAK,YAAY,CAAC;AAAA,EACzE;AACF;AAkBO,SAAS,8CACd,MACK;AACL,SAAO;AAAA,IACL,SAAS,KAAK,SAAS;AAAA,IACvB,uBAAuB,KAAK,uBAAuB;AAAA,IACnD,gBAAgB,KAAK,gBAAgB;AAAA,IACrC,OAAO,CAAC,KAAK,OAAO,IAChB,KAAK,OAAO,IACZ,KAAK,OAAO,EAAE,IAAI,CAAC,MAAW;AAC5B,aAAO;AAAA,IACT,CAAC;AAAA,EACP;AACF;AAEO,SAAS,gDACd,MACqC;AACrC,SAAO;AAAA,IACL,SAAS,KAAK,SAAS;AAAA,IACvB,uBAAuB,KAAK,uBAAuB;AAAA,IACnD,mBAAmB,KAAK,mBAAmB;AAAA,IAC3C,gBAAgB,KAAK,gBAAgB;AAAA,IACrC,OAAO,CAAC,KAAK,OAAO,IAChB,KAAK,OAAO,IACZ,KAAK,OAAO,EAAE,IAAI,CAAC,MAAW;AAC5B,aAAO;AAAA,IACT,CAAC;AAAA,IACL,QAAQ,KAAK,QAAQ;AAAA,EACvB;AACF;AAGO,IAAK,yBAAL,kBAAKC,4BAAL;AAEL,EAAAA,wBAAA,aAAU;AAEV,EAAAA,wBAAA,eAAY;AAEZ,EAAAA,wBAAA,YAAS;AAET,EAAAA,wBAAA,cAAW;AAEX,EAAAA,wBAAA,aAAU;AAEV,EAAAA,wBAAA,cAAW;AAEX,EAAAA,wBAAA,cAAW;AAEX,EAAAA,wBAAA,cAAW;AAEX,EAAAA,wBAAA,YAAS;AAlBC,SAAAA;AAAA,GAAA;AAuCL,IAAK,uCAAL,kBAAKC,0CAAL;AAEL,EAAAA,sCAAA,aAAU;AAEV,EAAAA,sCAAA,cAAW;AAEX,EAAAA,sCAAA,cAAW;AAEX,EAAAA,sCAAA,kBAAe;AAEf,EAAAA,sCAAA,aAAU;AAVA,SAAAA;AAAA,GAAA;AAkCL,SAAS,2CACd,MACgC;AAChC,SAAO;AAAA,IACL,OAAO,2CAA2C,KAAK,OAAO,CAAC;AAAA,IAC/D,UAAU,KAAK,UAAU;AAAA,EAC3B;AACF;AAEO,SAAS,yCACd,QACO;AACP,SAAO,OAAO,IAAI,CAAC,SAAS;AAC1B,WAAO,oCAAoC,IAAI;AAAA,EACjD,CAAC;AACH;AAEO,SAAS,2CACd,QACO;AACP,SAAO,OAAO,IAAI,CAAC,SAAS;AAC1B,WAAO,sCAAsC,IAAI;AAAA,EACnD,CAAC;AACH;AAwEO,SAAS,4BAA4B,MAA8B;AACxE,SAAO;AAAA,IACL,MAAM,KAAK,MAAM;AAAA,IACjB,UAAU,KAAK,UAAU;AAAA,IACzB,gBAAY,kDAAqB,MAAM;AAAA,MACrC;AAAA,MACA;AAAA,MACA;AAAA,MACA;AAAA,MACA;AAAA,MACA;AAAA,MACA;AAAA,MACA;AAAA,MACA;AAAA,MACA;AAAA,MACA;AAAA,IACF,CAAC,IACG,SACA,uCAAuC,IAAI;AAAA,IAC/C,KAAK,CAAC,KAAK,KAAK,IAAI,KAAK,KAAK,IAAI,sBAAsB,KAAK,KAAK,CAAC;AAAA,IACnE,MAAM,KAAK,MAAM;AAAA,IACjB,UAAU,CAAC,KAAK,UAAU,IAAI,KAAK,UAAU,IAAI,0BAA0B,KAAK,UAAU,CAAC;AAAA,EAC7F;AACF;AAEO,SAAS,8BAA8B,MAA8B;AAC1E,SAAO;AAAA,IACL,MAAM,CAAC,KAAK,MAAM,IACd,KAAK,MAAM,IACX,OAAO,YAAY,OAAO,QAAQ,KAAK,MAAM,CAAC,EAAE,IAAI,CAAC,CAAC,GAAG,CAAC,MAAqB,CAAC,GAAG,CAAC,CAAC,CAAC;AAAA,IAC1F,UAAU,KAAK,UAAU;AAAA,IACzB,IAAI,KAAK,IAAI;AAAA,IACb,MAAM,KAAK,MAAM;AAAA,IACjB,MAAM,KAAK,MAAM;AAAA,IACjB,YAAY,CAAC,KAAK,YAAY,IAC1B,KAAK,YAAY,IACjB,uBAAuB,KAAK,YAAY,CAAC;AAAA,IAC7C,GAAI,CAAC,KAAK,YAAY,IAClB,KAAK,YAAY,IACjB,yCAAyC,KAAK,YAAY,CAAC;AAAA,IAC/D,KAAK,CAAC,KAAK,KAAK,IAAI,KAAK,KAAK,IAAI,wBAAwB,KAAK,KAAK,CAAC;AAAA,IACrE,MAAM,KAAK,MAAM;AAAA,IACjB,UAAU,CAAC,KAAK,UAAU,IAAI,KAAK,UAAU,IAAI,4BAA4B,KAAK,UAAU,CAAC;AAAA,EAC/F;AACF;AAkEO,SAAS,8BAA8B,MAAgC;AAC5E,SAAO;AAAA,IACL,KAAK,CAAC,KAAK,KAAK,IAAI,KAAK,KAAK,IAAI,+BAA+B,KAAK,KAAK,CAAC;AAAA,IAC5E,wBAAwB,CAAC,KAAK,wBAAwB,IAClD,KAAK,wBAAwB,IAC7B,iCAAiC,KAAK,wBAAwB,CAAC;AAAA,IACnE,0BAA0B,CAAC,KAAK,0BAA0B,IACtD,KAAK,0BAA0B,IAC/B,mCAAmC,KAAK,0BAA0B,CAAC;AAAA,IACvE,aAAa,CAAC,KAAK,aAAa,IAC5B,KAAK,aAAa,IAClB,+BAA+B,KAAK,aAAa,CAAC;AAAA,IACtD,qBAAqB,CAAC,KAAK,qBAAqB,IAC5C,KAAK,qBAAqB,IAC1B,sCAAsC,KAAK,qBAAqB,CAAC;AAAA,IACrE,qBAAqB,KAAK,qBAAqB;AAAA,IAC/C,kBAAkB,KAAK,kBAAkB;AAAA,IACzC,gBAAgB,KAAK,gBAAgB;AAAA,IACrC,uBAAuB,KAAK,uBAAuB;AAAA,IACnD,iBAAiB,KAAK,iBAAiB;AAAA,IACvC,UAAU,CAAC,KAAK,UAAU,IACtB,KAAK,UAAU,IACf,oCAAoC,KAAK,UAAU,CAAC;AAAA,EAC1D;AACF;AAEO,SAAS,gCAAgC,MAAgC;AAC9E,SAAO;AAAA,IACL,mBAAmB,KAAK,mBAAmB;AAAA,IAC3C,YAAY,KAAK,YAAY;AAAA,IAC7B,UAAU,KAAK,UAAU;AAAA,IACzB,YAAY,KAAK,YAAY;AAAA,IAC7B,YAAY,KAAK,YAAY;AAAA,IAC7B,SAAS,KAAK,SAAS;AAAA,IACvB,4BAA4B,CAAC,KAAK,4BAA4B,IAC1D,KAAK,4BAA4B,IACjC,2CAA2C,KAAK,4BAA4B,CAAC;AAAA,IACjF,4BAA4B,CAAC,KAAK,4BAA4B,IAC1D,KAAK,4BAA4B,IACjC,2CAA2C,KAAK,4BAA4B,CAAC;AAAA,IACjF,KAAK,CAAC,KAAK,KAAK,IAAI,KAAK,KAAK,IAAI,iCAAiC,KAAK,KAAK,CAAC;AAAA,IAC9E,gBAAgB,KAAK,gBAAgB;AAAA,IACrC,wBAAwB,CAAC,KAAK,wBAAwB,IAClD,KAAK,wBAAwB,IAC7B,mCAAmC,KAAK,wBAAwB,CAAC;AAAA,IACrE,0BAA0B,CAAC,KAAK,0BAA0B,IACtD,KAAK,0BAA0B,IAC/B,qCAAqC,KAAK,0BAA0B,CAAC;AAAA,IACzE,aAAa,CAAC,KAAK,aAAa,IAC5B,KAAK,aAAa,IAClB,iCAAiC,KAAK,aAAa,CAAC;AAAA,IACxD,qBAAqB,CAAC,KAAK,qBAAqB,IAC5C,KAAK,qBAAqB,IAC1B,wCAAwC,KAAK,qBAAqB,CAAC;AAAA,IACvE,qBAAqB,KAAK,qBAAqB;AAAA,IAC/C,kBAAkB,KAAK,kBAAkB;AAAA,IACzC,gBAAgB,KAAK,gBAAgB;AAAA,IACrC,uBAAuB,KAAK,uBAAuB;AAAA,IACnD,iBAAiB,KAAK,iBAAiB;AAAA,IACvC,UAAU,CAAC,KAAK,UAAU,IACtB,KAAK,UAAU,IACf,sCAAsC,KAAK,UAAU,CAAC;AAAA,EAC5D;AACF;AAEO,SAAS,yCACd,QACO;AACP,SAAO,OAAO,IAAI,CAAC,SAAS;AAC1B,WAAO,oCAAoC,IAAI;AAAA,EACjD,CAAC;AACH;AAEO,SAAS,2CACd,QACO;AACP,SAAO,OAAO,IAAI,CAAC,SAAS;AAC1B,WAAO,sCAAsC,IAAI;AAAA,EACnD,CAAC;AACH;AAcO,SAAS,oCAAoC,MAAsC;AACxF,SAAO;AAAA,IACL,gBAAY,kDAAqB,MAAM,CAAC,mBAAmB,mCAAmC,CAAC,IAC3F,SACA,+CAA+C,IAAI;AAAA,EACzD;AACF;AAEO,SAAS,sCAAsC,MAAsC;AAC1F,SAAO;AAAA,IACL,IAAI,KAAK,IAAI;AAAA,IACb,MAAM,KAAK,MAAM;AAAA,IACjB,MAAM,KAAK,MAAM;AAAA,IACjB,YAAY,CAAC,KAAK,YAAY,IAC1B,KAAK,YAAY,IACjB,uBAAuB,KAAK,YAAY,CAAC;AAAA,IAC7C,GAAI,CAAC,KAAK,YAAY,IAClB,KAAK,YAAY,IACjB,iDAAiD,KAAK,YAAY,CAAC;AAAA,EACzE;AACF;AAcO,SAAS,8CACd,MACK;AACL,SAAO;AAAA,IACL,iBAAiB,CAAC,KAAK,iBAAiB,IACpC,KAAK,iBAAiB,IACtB,0BAA0B,KAAK,iBAAiB,CAAC;AAAA,IACrD,mCAAmC,CAAC,KAAK,mCAAmC,IACxE,KAAK,mCAAmC,IACxC,4CAA4C,KAAK,mCAAmC,CAAC;AAAA,EAC3F;AACF;AAEO,SAAS,gDACd,MACqC;AACrC,SAAO;AAAA,IACL,mBAAmB,KAAK,mBAAmB;AAAA,IAC3C,iBAAiB,CAAC,KAAK,iBAAiB,IACpC,KAAK,iBAAiB,IACtB,4BAA4B,KAAK,iBAAiB,CAAC;AAAA,IACvD,UAAU,CAAC,KAAK,UAAU,IACtB,KAAK,UAAU,IACf,KAAK,UAAU,EAAE,IAAI,CAAC,MAAW;AAC/B,aAAO;AAAA,IACT,CAAC;AAAA,IACL,mCAAmC,CAAC,KAAK,mCAAmC,IACxE,KAAK,mCAAmC,IACxC,8CAA8C,KAAK,mCAAmC,CAAC;AAAA,EAC7F;AACF;AAQO,SAAS,0BAA0B,MAA4B;AACpE,SAAO,EAAE,IAAI,KAAK,IAAI,EAAE;AAC1B;AAEO,SAAS,4BAA4B,MAA4B;AACtE,SAAO;AAAA,IACL,IAAI,KAAK,IAAI;AAAA,EACf;AACF;AAYO,SAAS,4CACd,MACK;AACL,SAAO;AAAA,IACL,QAAQ,KAAK,QAAQ;AAAA,IACrB,aAAa,KAAK,aAAa;AAAA,IAC/B,iBAAiB,KAAK,iBAAiB;AAAA,EACzC;AACF;AAEO,SAAS,8CACd,MACmC;AACnC,SAAO;AAAA,IACL,QAAQ,KAAK,QAAQ;AAAA,IACrB,aAAa,KAAK,aAAa;AAAA,IAC/B,iBAAiB,KAAK,iBAAiB;AAAA,EACzC;AACF;AAGO,IAAK,0CAAL,kBAAKC,6CAAL;AAEL,EAAAA,yCAAA,aAAU;AAEV,EAAAA,yCAAA,cAAW;AAEX,EAAAA,yCAAA,cAAW;AAEX,EAAAA,yCAAA,kBAAe;AARL,SAAAA;AAAA,GAAA;AA6BL,SAAS,+BAA+B,MAAiC;AAC9E,SAAO,EAAE,mBAAmB,KAAK,mBAAmB,EAAE;AACxD;AAEO,SAAS,iCAAiC,MAAiC;AAChF,SAAO;AAAA,IACL,mBAAmB,KAAK,mBAAmB;AAAA,EAC7C;AACF;AAgBO,SAAS,iCAAiC,MAAmC;AAClF,SAAO;AAAA,IACL,SAAS,KAAK,SAAS;AAAA,IACvB,YAAY,CAAC,KAAK,YAAY,IAC1B,KAAK,YAAY,IACjB,iCAAiC,KAAK,YAAY,CAAC;AAAA,EACzD;AACF;AAEO,SAAS,mCAAmC,MAAmC;AACpF,SAAO;AAAA,IACL,SAAS,KAAK,SAAS;AAAA,IACvB,YAAY,CAAC,KAAK,YAAY,IAC1B,KAAK,YAAY,IACjB,mCAAmC,KAAK,YAAY,CAAC;AAAA,EAC3D;AACF;AAEO,SAAS,iCAAiC,QAAyC;AACxF,SAAO,OAAO,IAAI,CAAC,SAAS;AAC1B,WAAO,4BAA4B,IAAI;AAAA,EACzC,CAAC;AACH;AAEO,SAAS,mCAAmC,QAAyC;AAC1F,SAAO,OAAO,IAAI,CAAC,SAAS;AAC1B,WAAO,8BAA8B,IAAI;AAAA,EAC3C,CAAC;AACH;AAkBO,SAAS,4BAA4B,MAA8B;AACxE,SAAO,EAAE,MAAM,KAAK,MAAM,GAAG,SAAS,KAAK,SAAS,EAAE;AACxD;AAEO,SAAS,8BAA8B,MAA8B;AAC1E,SAAO;AAAA,IACL,MAAM,KAAK,MAAM;AAAA,IACjB,SAAS,KAAK,SAAS;AAAA,EACzB;AACF;AAQO,SAAS,mCAAmC,MAAqC;AACtF,SAAO;AAAA,IACL,YAAY,CAAC,KAAK,YAAY,IAC1B,KAAK,YAAY,IACjB,mCAAmC,KAAK,YAAY,CAAC;AAAA,EAC3D;AACF;AAEO,SAAS,qCAAqC,MAAqC;AACxF,SAAO;AAAA,IACL,YAAY,CAAC,KAAK,YAAY,IAC1B,KAAK,YAAY,IACjB,qCAAqC,KAAK,YAAY,CAAC;AAAA,EAC7D;AACF;AAEO,SAAS,mCAAmC,QAA2C;AAC5F,SAAO,OAAO,IAAI,CAAC,SAAS;AAC1B,WAAO,8BAA8B,IAAI;AAAA,EAC3C,CAAC;AACH;AAEO,SAAS,qCAAqC,QAA2C;AAC9F,SAAO,OAAO,IAAI,CAAC,SAAS;AAC1B,WAAO,gCAAgC,IAAI;AAAA,EAC7C,CAAC;AACH;AAkBO,SAAS,8BAA8B,MAAgC;AAC5E,SAAO,EAAE,MAAM,KAAK,MAAM,GAAG,SAAS,KAAK,SAAS,EAAE;AACxD;AAEO,SAAS,gCAAgC,MAAgC;AAC9E,SAAO;AAAA,IACL,MAAM,KAAK,MAAM;AAAA,IACjB,SAAS,KAAK,SAAS;AAAA,EACzB;AACF;AAcO,SAAS,+BAA+B,MAAiC;AAC9E,SAAO;AAAA,IACL,eAAe,KAAK,eAAe;AAAA,IACnC,eAAe,CAAC,KAAK,eAAe,IAChC,KAAK,eAAe,IACpB,qBAAqB,KAAK,eAAe,CAAC;AAAA,IAC9C,kBAAkB,CAAC,KAAK,kBAAkB,IACtC,KAAK,kBAAkB,IACvB,kCAAkC,KAAK,kBAAkB,CAAC;AAAA,IAC9D,SAAS,CAAC,KAAK,SAAS,IAAI,KAAK,SAAS,IAAI,sBAAsB,KAAK,SAAS,CAAC;AAAA,EACrF;AACF;AAEO,SAAS,iCAAiC,MAAiC;AAChF,SAAO;AAAA,IACL,eAAe,KAAK,eAAe;AAAA,IACnC,eAAe,CAAC,KAAK,eAAe,IAChC,KAAK,eAAe,IACpB,uBAAuB,KAAK,eAAe,CAAC;AAAA,IAChD,kBAAkB,CAAC,KAAK,kBAAkB,IACtC,KAAK,kBAAkB,IACvB,oCAAoC,KAAK,kBAAkB,CAAC;AAAA,IAChE,SAAS,CAAC,KAAK,SAAS,IAAI,KAAK,SAAS,IAAI,wBAAwB,KAAK,SAAS,CAAC;AAAA,EACvF;AACF;AAGO,IAAK,iBAAL,kBAAKC,oBAAL;AAEL,EAAAA,gBAAA,WAAQ;AAER,EAAAA,gBAAA,UAAO;AAJG,SAAAA;AAAA,GAAA;AAyBL,SAAS,qBAAqB,MAAuB;AAC1D,SAAO;AAAA,IACL,OAAO,CAAC,KAAK,OAAO,IAChB,KAAK,OAAO,IACZ,KAAK,OAAO,EAAE,IAAI,CAAC,MAAW;AAC5B,aAAO;AAAA,IACT,CAAC;AAAA,IACL,MAAM,CAAC,KAAK,MAAM,IACd,KAAK,MAAM,IACX,KAAK,MAAM,EAAE,IAAI,CAAC,MAAW;AAC3B,aAAO;AAAA,IACT,CAAC;AAAA,EACP;AACF;AAEO,SAAS,uBAAuB,MAAuB;AAC5D,SAAO;AAAA,IACL,OAAO,CAAC,KAAK,OAAO,IAChB,KAAK,OAAO,IACZ,KAAK,OAAO,EAAE,IAAI,CAAC,MAAW;AAC5B,aAAO;AAAA,IACT,CAAC;AAAA,IACL,MAAM,CAAC,KAAK,MAAM,IACd,KAAK,MAAM,IACX,KAAK,MAAM,EAAE,IAAI,CAAC,MAAW;AAC3B,aAAO;AAAA,IACT,CAAC;AAAA,EACP;AACF;AAGO,IAAK,4BAAL,kBAAKC,+BAAL;AAEL,EAAAA,2BAAA,sBAAmB;AAEnB,EAAAA,2BAAA,sBAAmB;AAEnB,EAAAA,2BAAA,aAAU;AAEV,EAAAA,2BAAA,WAAQ;AARE,SAAAA;AAAA,GAAA;AAuBL,SAAS,kCAAkC,QAA0C;AAC1F,SAAO,OAAO,IAAI,CAAC,SAAS;AAC1B,WAAO,6BAA6B,IAAI;AAAA,EAC1C,CAAC;AACH;AAEO,SAAS,oCAAoC,QAA0C;AAC5F,SAAO,OAAO,IAAI,CAAC,SAAS;AAC1B,WAAO,+BAA+B,IAAI;AAAA,EAC5C,CAAC;AACH;AAQO,SAAS,6BAA6B,MAA+B;AAC1E,SAAO;AAAA,IACL,OAAO,CAAC,KAAK,OAAO,IAChB,KAAK,OAAO,IACZ,KAAK,OAAO,EAAE,IAAI,CAAC,MAAW;AAC5B,aAAO;AAAA,IACT,CAAC;AAAA,IACL,MAAM,CAAC,KAAK,MAAM,IACd,KAAK,MAAM,IACX,KAAK,MAAM,EAAE,IAAI,CAAC,MAAW;AAC3B,aAAO;AAAA,IACT,CAAC;AAAA,IACL,MAAM,KAAK,MAAM;AAAA,EACnB;AACF;AAEO,SAAS,+BAA+B,MAA+B;AAC5E,SAAO;AAAA,IACL,OAAO,CAAC,KAAK,OAAO,IAChB,KAAK,OAAO,IACZ,KAAK,OAAO,EAAE,IAAI,CAAC,MAAW;AAC5B,aAAO;AAAA,IACT,CAAC;AAAA,IACL,MAAM,CAAC,KAAK,MAAM,IACd,KAAK,MAAM,IACX,KAAK,MAAM,EAAE,IAAI,CAAC,MAAW;AAC3B,aAAO;AAAA,IACT,CAAC;AAAA,IACL,MAAM,KAAK,MAAM;AAAA,EACnB;AACF;AAEO,SAAS,sBAAsB,QAA8B;AAClE,SAAO,OAAO,IAAI,CAAC,SAAS;AAC1B,WAAO,iBAAiB,IAAI;AAAA,EAC9B,CAAC;AACH;AAEO,SAAS,wBAAwB,QAA8B;AACpE,SAAO,OAAO,IAAI,CAAC,SAAS;AAC1B,WAAO,mBAAmB,IAAI;AAAA,EAChC,CAAC;AACH;AAUO,SAAS,iBAAiB,MAAmB;AAClD,SAAO,EAAE,OAAO,KAAK,OAAO,GAAG,QAAQ,KAAK,QAAQ,EAAE;AACxD;AAEO,SAAS,mBAAmB,MAAmB;AACpD,SAAO;AAAA,IACL,OAAO,KAAK,OAAO;AAAA,IACnB,QAAQ,KAAK,QAAQ;AAAA,EACvB;AACF;AAYO,SAAS,sCAAsC,MAAwC;AAC5F,SAAO;AAAA,IACL,4BAA4B,CAAC,KAAK,4BAA4B,IAC1D,KAAK,4BAA4B,IACjC,8CAA8C,KAAK,4BAA4B,CAAC;AAAA,IACpF,2BAA2B,CAAC,KAAK,2BAA2B,IACxD,KAAK,2BAA2B,IAChC,6CAA6C,KAAK,2BAA2B,CAAC;AAAA,IAClF,sCAAsC,KAAK,sCAAsC;AAAA,EACnF;AACF;AAEO,SAAS,wCAAwC,MAAwC;AAC9F,SAAO;AAAA,IACL,4BAA4B,CAAC,KAAK,4BAA4B,IAC1D,KAAK,4BAA4B,IACjC,gDAAgD,KAAK,4BAA4B,CAAC;AAAA,IACtF,2BAA2B,CAAC,KAAK,2BAA2B,IACxD,KAAK,2BAA2B,IAChC,+CAA+C,KAAK,2BAA2B,CAAC;AAAA,IACpF,sCAAsC,KAAK,sCAAsC;AAAA,EACnF;AACF;AAEO,SAAS,8CACd,QACO;AACP,SAAO,OAAO,IAAI,CAAC,SAAS;AAC1B,WAAO,yCAAyC,IAAI;AAAA,EACtD,CAAC;AACH;AAEO,SAAS,gDACd,QACO;AACP,SAAO,OAAO,IAAI,CAAC,SAAS;AAC1B,WAAO,2CAA2C,IAAI;AAAA,EACxD,CAAC;AACH;AAOO,SAAS,oCAAoC,MAAsC;AACxF,SAAO,EAAE,MAAM,KAAK,MAAM,EAAE;AAC9B;AAEO,SAAS,sCAAsC,MAAsC;AAC1F,SAAO;AAAA,IACL,MAAM,KAAK,MAAM;AAAA,EACnB;AACF;AASO,SAAS,yCACd,MACK;AACL,UAAQ,KAAK,MAAM;AAAA,IACjB,KAAK;AACH,aAAO,uCAAuC,IAAoC;AAAA,IAEpF,KAAK;AACH,aAAO,qCAAqC,IAAkC;AAAA,IAEhF,KAAK;AACH,aAAO,+BAA+B,IAA4B;AAAA,IAEpE;AACE,aAAO,oCAAoC,IAAI;AAAA,EACnD;AACF;AAEO,SAAS,2CACd,MACgC;AAChC,UAAQ,KAAK,MAAM,GAAG;AAAA,IACpB,KAAK;AACH,aAAO,yCAAyC,IAAoC;AAAA,IAEtF,KAAK;AACH,aAAO,uCAAuC,IAAkC;AAAA,IAElF,KAAK;AACH,aAAO,iCAAiC,IAA4B;AAAA,IAEtE;AACE,aAAO,sCAAsC,IAAI;AAAA,EACrD;AACF;AAGO,IAAK,8CAAL,kBAAKC,iDAAL;AAEL,EAAAA,6CAAA,gCAA6B;AAE7B,EAAAA,6CAAA,0BAAuB;AAEvB,EAAAA,6CAAA,kCAA+B;AANrB,SAAAA;AAAA,GAAA;AAqBL,SAAS,uCAAuC,MAAyC;AAC9F,SAAO,EAAE,MAAM,KAAK,MAAM,GAAG,WAAW,KAAK,WAAW,GAAG,UAAU,KAAK,UAAU,EAAE;AACxF;AAEO,SAAS,yCAAyC,MAAyC;AAChG,SAAO;AAAA,IACL,MAAM,KAAK,MAAM;AAAA,IACjB,WAAW,KAAK,WAAW;AAAA,IAC3B,UAAU,KAAK,UAAU;AAAA,EAC3B;AACF;AASO,SAAS,qCAAqC,MAAuC;AAC1F,SAAO,EAAE,MAAM,KAAK,MAAM,GAAG,UAAU,KAAK,UAAU,EAAE;AAC1D;AAEO,SAAS,uCAAuC,MAAuC;AAC5F,SAAO;AAAA,IACL,MAAM,KAAK,MAAM;AAAA,IACjB,UAAU,KAAK,UAAU;AAAA,EAC3B;AACF;AASO,SAAS,+BAA+B,MAAiC;AAC9E,SAAO,EAAE,MAAM,KAAK,MAAM,GAAG,UAAU,KAAK,UAAU,EAAE;AAC1D;AAEO,SAAS,iCAAiC,MAAiC;AAChF,SAAO;AAAA,IACL,MAAM,KAAK,MAAM;AAAA,IACjB,UAAU,KAAK,UAAU;AAAA,EAC3B;AACF;AAEO,SAAS,6CACd,QACO;AACP,SAAO,OAAO,IAAI,CAAC,SAAS;AAC1B,WAAO,wCAAwC,IAAI;AAAA,EACrD,CAAC;AACH;AAEO,SAAS,+CACd,QACO;AACP,SAAO,OAAO,IAAI,CAAC,SAAS;AAC1B,WAAO,0CAA0C,IAAI;AAAA,EACvD,CAAC;AACH;AAOO,SAAS,mCAAmC,MAAqC;AACtF,SAAO,EAAE,MAAM,KAAK,MAAM,EAAE;AAC9B;AAEO,SAAS,qCAAqC,MAAqC;AACxF,SAAO;AAAA,IACL,MAAM,KAAK,MAAM;AAAA,EACnB;AACF;AASO,SAAS,wCAAwC,MAA0C;AAChG,UAAQ,KAAK,MAAM;AAAA,IACjB,KAAK;AACH,aAAO;AAAA,QACL;AAAA,MACF;AAAA,IAEF,KAAK;AACH,aAAO,4CAA4C,IAAyC;AAAA,IAE9F,KAAK;AACH,aAAO,sCAAsC,IAAmC;AAAA,IAElF;AACE,aAAO,mCAAmC,IAAI;AAAA,EAClD;AACF;AAEO,SAAS,0CACd,MAC+B;AAC/B,UAAQ,KAAK,MAAM,GAAG;AAAA,IACpB,KAAK;AACH,aAAO;AAAA,QACL;AAAA,MACF;AAAA,IAEF,KAAK;AACH,aAAO;AAAA,QACL;AAAA,MACF;AAAA,IAEF,KAAK;AACH,aAAO,wCAAwC,IAAmC;AAAA,IAEpF;AACE,aAAO,qCAAqC,IAAI;AAAA,EACpD;AACF;AAGO,IAAK,6CAAL,kBAAKC,gDAAL;AAEL,EAAAA,4CAAA,uCAAoC;AAEpC,EAAAA,4CAAA,iCAA8B;AAE9B,EAAAA,4CAAA,yCAAsC;AAN5B,SAAAA;AAAA,GAAA;AAuBL,SAAS,8CACd,MACK;AACL,SAAO;AAAA,IACL,MAAM,KAAK,MAAM;AAAA,IACjB,WAAW,KAAK,WAAW;AAAA,IAC3B,wBAAwB,KAAK,wBAAwB;AAAA,IACrD,4BAA4B,KAAK,4BAA4B;AAAA,EAC/D;AACF;AAEO,SAAS,gDACd,MACqC;AACrC,SAAO;AAAA,IACL,MAAM,KAAK,MAAM;AAAA,IACjB,WAAW,KAAK,WAAW;AAAA,IAC3B,wBAAwB,KAAK,wBAAwB;AAAA,IACrD,4BAA4B,KAAK,4BAA4B;AAAA,EAC/D;AACF;AAWO,SAAS,4CACd,MACK;AACL,SAAO;AAAA,IACL,MAAM,KAAK,MAAM;AAAA,IACjB,wBAAwB,KAAK,wBAAwB;AAAA,IACrD,4BAA4B,KAAK,4BAA4B;AAAA,EAC/D;AACF;AAEO,SAAS,8CACd,MACmC;AACnC,SAAO;AAAA,IACL,MAAM,KAAK,MAAM;AAAA,IACjB,wBAAwB,KAAK,wBAAwB;AAAA,IACrD,4BAA4B,KAAK,4BAA4B;AAAA,EAC/D;AACF;AAWO,SAAS,sCAAsC,MAAwC;AAC5F,SAAO;AAAA,IACL,MAAM,KAAK,MAAM;AAAA,IACjB,wBAAwB,KAAK,wBAAwB;AAAA,IACrD,4BAA4B,KAAK,4BAA4B;AAAA,EAC/D;AACF;AAEO,SAAS,wCAAwC,MAAwC;AAC9F,SAAO;AAAA,IACL,MAAM,KAAK,MAAM;AAAA,IACjB,wBAAwB,KAAK,wBAAwB;AAAA,IACrD,4BAA4B,KAAK,4BAA4B;AAAA,EAC/D;AACF;AAYO,SAAS,oCAAoC,MAAsC;AACxF,SAAO,EAAE,aAAa,KAAK,aAAa,EAAE;AAC5C;AAEO,SAAS,sCAAsC,MAAsC;AAC1F,SAAO;AAAA,IACL,aAAa,KAAK,aAAa;AAAA,EACjC;AACF;AAiCO,SAAS,sBAAsB,MAAwB;AAC5D,SAAO,EAAE,MAAM,KAAK,MAAM,GAAG,MAAM,KAAK,MAAM,GAAG,UAAU,KAAK,UAAU,EAAE;AAC9E;AAEO,SAAS,wBAAwB,MAAwB;AAC9D,SAAO;AAAA,IACL,MAAM,KAAK,MAAM;AAAA,IACjB,MAAM,KAAK,MAAM;AAAA,IACjB,MAAM,KAAK,MAAM;AAAA,IACjB,QAAQ,KAAK,QAAQ;AAAA,IACrB,UAAU,KAAK,UAAU;AAAA,EAC3B;AACF;AAOO,IAAK,wBAAL,kBAAKC,2BAAL;AAEL,EAAAA,uBAAA,UAAO;AAEP,EAAAA,uBAAA,WAAQ;AAER,EAAAA,uBAAA,cAAW;AAEX,EAAAA,uBAAA,aAAU;AARA,SAAAA;AAAA,GAAA;AA0BL,IAAK,mBAAL,kBAAKC,sBAAL;AAEL,EAAAA,kBAAA,eAAY;AAEZ,EAAAA,kBAAA,cAAW;AAJD,SAAAA;AAAA,GAAA;AAmCL,SAAS,0BAA0B,MAA4B;AACpE,SAAO;AAAA,IACL,MAAM,KAAK,MAAM;AAAA,IACjB,wBAAwB,CAAC,KAAK,wBAAwB,IAClD,KAAK,wBAAwB,IAC7B,6CAA6C,KAAK,wBAAwB,CAAC;AAAA,EACjF;AACF;AAEO,SAAS,4BAA4B,MAA4B;AACtE,SAAO;AAAA,IACL,MAAM,KAAK,MAAM;AAAA,IACjB,wBAAwB,CAAC,KAAK,wBAAwB,IAClD,KAAK,wBAAwB,IAC7B,+CAA+C,KAAK,wBAAwB,CAAC;AAAA,IACjF,aAAa,KAAK,aAAa;AAAA,IAC/B,UAAU,KAAK,UAAU;AAAA,EAC3B;AACF;AAGO,IAAK,2BAAL,kBAAKC,8BAAL;AAEL,EAAAA,0BAAA,UAAO;AAEP,EAAAA,0BAAA,oBAAiB;AAEjB,EAAAA,0BAAA,kBAAe;AANL,SAAAA;AAAA,GAAA;AAoBL,SAAS,6CACd,MACqB;AACrB,QAAM,SAA8B,CAAC;AACrC,SAAO,KAAK,IAAI,EAAE,IAAI,CAAC,QAAQ;AAC7B,WAAO,GAAG,IAAI,CAAC,KAAK,GAAG,IAAI,KAAK,GAAG,IAAI,uCAAuC,KAAK,GAAG,CAAC;AAAA,EACzF,CAAC;AACD,SAAO;AACT;AAEO,SAAS,+CACd,MAC8C;AAC9C,QAAM,SAA8B,CAAC;AACrC,SAAO,KAAK,IAAI,EAAE,IAAI,CAAC,QAAQ;AAC7B,WAAO,GAAG,IAAI,CAAC,KAAK,GAAG,IAAI,KAAK,GAAG,IAAI,yCAAyC,KAAK,GAAG,CAAC;AAAA,EAC3F,CAAC;AACD,SAAO;AACT;AAUO,SAAS,uCAAuC,OAA0C;AAC/F,SAAO,CAAC;AACV;AAEO,SAAS,yCAAyC,MAAyC;AAChG,SAAO;AAAA,IACL,aAAa,KAAK,aAAa;AAAA,IAC/B,UAAU,KAAK,UAAU;AAAA,EAC3B;AACF;AAUO,SAAS,0BAA0B,MAA4B;AACpE,SAAO,EAAE,MAAM,KAAK,MAAM,GAAG,UAAU,KAAK,UAAU,EAAE;AAC1D;AAEO,SAAS,4BAA4B,MAA4B;AACtE,SAAO;AAAA,IACL,IAAI,KAAK,IAAI;AAAA,IACb,MAAM,KAAK,MAAM;AAAA,IACjB,MAAM,KAAK,MAAM;AAAA,IACjB,YAAY,CAAC,KAAK,YAAY,IAC1B,KAAK,YAAY,IACjB,uBAAuB,KAAK,YAAY,CAAC;AAAA,IAC7C,MAAM,CAAC,KAAK,MAAM,IACd,KAAK,MAAM,IACX,OAAO,YAAY,OAAO,QAAQ,KAAK,MAAM,CAAC,EAAE,IAAI,CAAC,CAAC,GAAG,CAAC,MAAqB,CAAC,GAAG,CAAC,CAAC,CAAC;AAAA,IAC1F,UAAU,KAAK,UAAU;AAAA,EAC3B;AACF;AAUO,SAAS,mCAAmC,MAAmC;AACpF,SAAO;AAAA,IACL,OAAO,mCAAmC,KAAK,OAAO,CAAC;AAAA,IACvD,UAAU,KAAK,UAAU;AAAA,EAC3B;AACF;AAEO,SAAS,iCAAiC,QAAyC;AACxF,SAAO,OAAO,IAAI,CAAC,SAAS;AAC1B,WAAO,4BAA4B,IAAI;AAAA,EACzC,CAAC;AACH;AAEO,SAAS,mCAAmC,QAAyC;AAC1F,SAAO,OAAO,IAAI,CAAC,SAAS;AAC1B,WAAO,8BAA8B,IAAI;AAAA,EAC3C,CAAC;AACH;AAcO,SAAS,0BAA0B,MAA0B;AAClE,SAAO;AAAA,IACL,YAAY,KAAK,YAAY;AAAA,IAC7B,cAAc,KAAK,cAAc;AAAA,IACjC,yBAAyB,KAAK,yBAAyB;AAAA,IACvD,2BAA2B,KAAK,2BAA2B;AAAA,EAC7D;AACF;AAQO,SAAS,kCAAkC,MAAoC;AACpF,SAAO,EAAE,SAAS,KAAK,SAAS,EAAE;AACpC;AAGO,IAAK,eAAL,kBAAKC,kBAAL;AAEL,EAAAA,cAAA,aAAU;AAEV,EAAAA,cAAA,eAAY;AAEZ,EAAAA,cAAA,UAAO;AANG,SAAAA;AAAA,GAAA;AA+BL,SAAS,oBAAoB,MAAoB;AACtD,SAAO;AAAA,IACL,OAAO,CAAC,KAAK,OAAO,IAAI,KAAK,OAAO,IAAI,qBAAqB,KAAK,OAAO,CAAC;AAAA,IAC1E,UAAU,KAAK,UAAU;AAAA,EAC3B;AACF;AAEO,SAAS,qBAAqB,QAA2B;AAC9D,SAAO,OAAO,IAAI,CAAC,SAAS;AAC1B,WAAO,gBAAgB,IAAI;AAAA,EAC7B,CAAC;AACH;AAYO,SAAS,gBAAgB,MAAgB;AAC9C,SAAO;AAAA,IACL,cAAc,KAAK,cAAc;AAAA,IACjC,KAAK,CAAC,KAAK,KAAK,IAAI,KAAK,KAAK,IAAI,wBAAwB,KAAK,KAAK,CAAC;AAAA,IACrE,UAAU,CAAC,KAAK,UAAU,IAAI,KAAK,UAAU,IAAI,wBAAwB,KAAK,UAAU,CAAC;AAAA,EAC3F;AACF;AAgBO,SAAS,wBAAwB,MAAwB;AAC9D,SAAO;AAAA,IACL,SAAS,KAAK,SAAS;AAAA,IACvB,SAAS,KAAK,SAAS;AAAA,IACvB,SAAS,KAAK,SAAS;AAAA,IACvB,eAAe,CAAC,KAAK,eAAe,IAChC,KAAK,eAAe,IACpB,KAAK,eAAe,EAAE,IAAI,CAAC,MAAW;AACpC,aAAO;AAAA,IACT,CAAC;AAAA,IACL,WAAW,KAAK,WAAW;AAAA,EAC7B;AACF;AAGO,IAAK,iBAAL,kBAAKC,oBAAL;AAEL,EAAAA,gBAAA,UAAO;AAEP,EAAAA,gBAAA,YAAS;AAET,EAAAA,gBAAA,eAAY;AANF,SAAAA;AAAA,GAAA;AA4BL,SAAS,qCAAqC,MAAuC;AAC1F,SAAO,EAAE,MAAM,KAAK,MAAM,GAAG,MAAM,KAAK,MAAM,EAAE;AAClD;AAYO,SAAS,6BAA6B,MAA6B;AACxE,SAAO;AAAA,IACL,eAAe,KAAK,eAAe;AAAA,IACnC,QAAQ,KAAK,QAAQ;AAAA,IACrB,SAAS,KAAK,SAAS;AAAA,EACzB;AACF;AAUO,SAAS,qCAAqC,MAAqC;AACxF,SAAO;AAAA,IACL,OAAO,qCAAqC,KAAK,OAAO,CAAC;AAAA,IACzD,UAAU,KAAK,UAAU;AAAA,EAC3B;AACF;AAEO,SAAS,qCAAqC,QAA2C;AAC9F,SAAO,OAAO,IAAI,CAAC,SAAS;AAC1B,WAAO,gCAAgC,IAAI;AAAA,EAC7C,CAAC;AACH;AAcO,SAAS,gCAAgC,MAAgC;AAC9E,SAAO;AAAA,IACL,IAAI,KAAK,IAAI;AAAA,IACb,MAAM,KAAK,MAAM;AAAA,IACjB,MAAM,KAAK,MAAM;AAAA,IACjB,YAAY,CAAC,KAAK,YAAY,IAC1B,KAAK,YAAY,IACjB,uBAAuB,KAAK,YAAY,CAAC;AAAA,IAC7C,GAAI,CAAC,KAAK,YAAY,IAClB,KAAK,YAAY,IACjB,2CAA2C,KAAK,YAAY,CAAC;AAAA,EACnE;AACF;AAcO,SAAS,0CACd,MAC+B;AAC/B,SAAO;AAAA,IACL,SAAS,KAAK,SAAS;AAAA,IACvB,iBAAiB,CAAC,KAAK,iBAAiB,IACpC,KAAK,iBAAiB,IACtB,KAAK,iBAAiB,EAAE,IAAI,CAAC,MAAW;AACtC,aAAO;AAAA,IACT,CAAC;AAAA,IACL,mBAAmB,CAAC,KAAK,mBAAmB,IACxC,KAAK,mBAAmB,IACxB,KAAK,mBAAmB,EAAE,IAAI,CAAC,MAAW;AACxC,aAAO;AAAA,IACT,CAAC;AAAA,IACL,mCAAmC,CAAC,KAAK,mCAAmC,IACxE,KAAK,mCAAmC,IACxC;AAAA,MACE,KAAK,mCAAmC;AAAA,IAC1C;AAAA,EACN;AACF;AAEO,SAAS,kDACd,QACO;AACP,SAAO,OAAO,IAAI,CAAC,SAAS;AAC1B,WAAO,6CAA6C,IAAI;AAAA,EAC1D,CAAC;AACH;AAUO,SAAS,6CACd,MACkC;AAClC,SAAO;AAAA,IACL,MAAM,KAAK,MAAM;AAAA,IACjB,YAAY,CAAC,KAAK,YAAY,IAC1B,KAAK,YAAY,IACjB,mDAAmD,KAAK,YAAY,CAAC;AAAA,EAC3E;AACF;AAYO,SAAS,mDACd,MACwC;AACxC,SAAO;AAAA,IACL,aAAa,KAAK,aAAa;AAAA,IAC/B,SAAS,KAAK,SAAS;AAAA,IACvB,MAAM,KAAK,MAAM;AAAA,EACnB;AACF;AAcO,SAAS,4BAA4B,MAA8B;AACxE,SAAO,EAAE,YAAY,uCAAuC,IAAI,EAAE;AACpE;AAEO,SAAS,8BAA8B,MAA8B;AAC1E,SAAO;AAAA,IACL,IAAI,KAAK,IAAI;AAAA,IACb,MAAM,KAAK,MAAM;AAAA,IACjB,MAAM,KAAK,MAAM;AAAA,IACjB,YAAY,CAAC,KAAK,YAAY,IAC1B,KAAK,YAAY,IACjB,uBAAuB,KAAK,YAAY,CAAC;AAAA,IAC7C,GAAG,yCAAyC,KAAK,YAAY,CAAC;AAAA,EAChE;AACF;AAcO,SAAS,sCAAsC,MAAwC;AAC5F,SAAO;AAAA,IACL,iBAAiB,KAAK,iBAAiB;AAAA,IACvC,oBAAoB,KAAK,oBAAoB;AAAA,IAC7C,uBAAuB,KAAK,uBAAuB;AAAA,EACrD;AACF;AAEO,SAAS,wCAAwC,MAAwC;AAC9F,SAAO;AAAA,IACL,mBAAmB,KAAK,mBAAmB;AAAA,IAC3C,iBAAiB,KAAK,iBAAiB;AAAA,IACvC,oBAAoB,KAAK,oBAAoB;AAAA,IAC7C,uBAAuB,KAAK,uBAAuB;AAAA,EACrD;AACF;AAUO,SAAS,mCAAmC,MAAmC;AACpF,SAAO;AAAA,IACL,OAAO,mCAAmC,KAAK,OAAO,CAAC;AAAA,IACvD,UAAU,KAAK,UAAU;AAAA,EAC3B;AACF;AAEO,SAAS,iCAAiC,QAAyC;AACxF,SAAO,OAAO,IAAI,CAAC,SAAS;AAC1B,WAAO,4BAA4B,IAAI;AAAA,EACzC,CAAC;AACH;AAEO,SAAS,mCAAmC,QAAyC;AAC1F,SAAO,OAAO,IAAI,CAAC,SAAS;AAC1B,WAAO,8BAA8B,IAAI;AAAA,EAC3C,CAAC;AACH;AAYO,SAAS,uBAAuB,MAAyB;AAC9D,SAAO,EAAE,YAAY,kCAAkC,IAAI,EAAE;AAC/D;AAEO,SAAS,yBAAyB,MAAyB;AAChE,SAAO;AAAA,IACL,IAAI,KAAK,IAAI;AAAA,IACb,MAAM,KAAK,MAAM;AAAA,IACjB,MAAM,KAAK,MAAM;AAAA,IACjB,YAAY,CAAC,KAAK,YAAY,IAC1B,KAAK,YAAY,IACjB,uBAAuB,KAAK,YAAY,CAAC;AAAA,IAC7C,GAAG,oCAAoC,KAAK,YAAY,CAAC;AAAA,EAC3D;AACF;AAYO,SAAS,iCAAiC,MAAmC;AAClF,SAAO;AAAA,IACL,YAAY,KAAK,YAAY;AAAA,IAC7B,mBAAmB,4BAA4B,KAAK,mBAAmB,CAAC;AAAA,EAC1E;AACF;AAEO,SAAS,mCAAmC,MAAmC;AACpF,SAAO;AAAA,IACL,mBAAmB,KAAK,mBAAmB;AAAA,IAC3C,YAAY,KAAK,YAAY;AAAA,IAC7B,mBAAmB,8BAA8B,KAAK,mBAAmB,CAAC;AAAA,EAC5E;AACF;AAQO,SAAS,4BAA4B,MAA8B;AACxE,SAAO,EAAE,IAAI,KAAK,IAAI,EAAE;AAC1B;AAEO,SAAS,8BAA8B,MAA8B;AAC1E,SAAO;AAAA,IACL,IAAI,KAAK,IAAI;AAAA,EACf;AACF;AAUO,SAAS,8BAA8B,MAA8B;AAC1E,SAAO;AAAA,IACL,OAAO,8BAA8B,KAAK,OAAO,CAAC;AAAA,IAClD,UAAU,KAAK,UAAU;AAAA,EAC3B;AACF;AAEO,SAAS,4BAA4B,QAAoC;AAC9E,SAAO,OAAO,IAAI,CAAC,SAAS;AAC1B,WAAO,uBAAuB,IAAI;AAAA,EACpC,CAAC;AACH;AAEO,SAAS,8BAA8B,QAAoC;AAChF,SAAO,OAAO,IAAI,CAAC,SAAS;AAC1B,WAAO,yBAAyB,IAAI;AAAA,EACtC,CAAC;AACH;AAUO,SAAS,2CACd,MACgC;AAChC,SAAO;AAAA,IACL,OAAO,2CAA2C,KAAK,OAAO,CAAC;AAAA,IAC/D,UAAU,KAAK,UAAU;AAAA,EAC3B;AACF;AAqBO,SAAS,kBAAkB,MAAoB;AACpD,SAAO;AAAA,IACL,MAAM,KAAK,MAAM;AAAA,IACjB,UAAU,KAAK,UAAU;AAAA,IACzB,gBAAY,kDAAqB,MAAM,CAAC,yBAAyB,iBAAiB,CAAC,IAC/E,SACA,6BAA6B,IAAI;AAAA,IACrC,KAAK,CAAC,KAAK,KAAK,IAAI,KAAK,KAAK,IAAI,sBAAsB,KAAK,KAAK,CAAC;AAAA,EACrE;AACF;AAEO,SAAS,oBAAoB,MAAoB;AACtD,SAAO;AAAA,IACL,MAAM,CAAC,KAAK,MAAM,IACd,KAAK,MAAM,IACX,OAAO,YAAY,OAAO,QAAQ,KAAK,MAAM,CAAC,EAAE,IAAI,CAAC,CAAC,GAAG,CAAC,MAAqB,CAAC,GAAG,CAAC,CAAC,CAAC;AAAA,IAC1F,UAAU,KAAK,UAAU;AAAA,IACzB,IAAI,KAAK,IAAI;AAAA,IACb,MAAM,KAAK,MAAM;AAAA,IACjB,MAAM,KAAK,MAAM;AAAA,IACjB,YAAY,CAAC,KAAK,YAAY,IAC1B,KAAK,YAAY,IACjB,uBAAuB,KAAK,YAAY,CAAC;AAAA,IAC7C,GAAI,CAAC,KAAK,YAAY,IAClB,KAAK,YAAY,IACjB,+BAA+B,KAAK,YAAY,CAAC;AAAA,IACrD,KAAK,CAAC,KAAK,KAAK,IAAI,KAAK,KAAK,IAAI,wBAAwB,KAAK,KAAK,CAAC;AAAA,EACvE;AACF;AAmBO,SAAS,4BAA4B,MAA8B;AACxE,SAAO;AAAA,IACL,uBAAuB,KAAK,uBAAuB;AAAA,IACnD,iBAAiB,KAAK,iBAAiB;AAAA,EACzC;AACF;AAEO,SAAS,8BAA8B,MAA8B;AAC1E,SAAO;AAAA,IACL,mBAAmB,KAAK,mBAAmB;AAAA,IAC3C,uBAAuB,KAAK,uBAAuB;AAAA,IACnD,iBAAiB,KAAK,iBAAiB;AAAA,EACzC;AACF;AAUO,SAAS,yBAAyB,MAAyB;AAChE,SAAO;AAAA,IACL,OAAO,yBAAyB,KAAK,OAAO,CAAC;AAAA,IAC7C,UAAU,KAAK,UAAU;AAAA,EAC3B;AACF;AAEO,SAAS,uBAAuB,QAA+B;AACpE,SAAO,OAAO,IAAI,CAAC,SAAS;AAC1B,WAAO,kBAAkB,IAAI;AAAA,EAC/B,CAAC;AACH;AAEO,SAAS,yBAAyB,QAA+B;AACtE,SAAO,OAAO,IAAI,CAAC,SAAS;AAC1B,WAAO,oBAAoB,IAAI;AAAA,EACjC,CAAC;AACH;AAUO,SAAS,qCAAqC,MAAqC;AACxF,SAAO;AAAA,IACL,OAAO,qCAAqC,KAAK,OAAO,CAAC;AAAA,IACzD,UAAU,KAAK,UAAU;AAAA,EAC3B;AACF;AAEO,SAAS,qCAAqC,QAA2C;AAC9F,SAAO,OAAO,IAAI,CAAC,SAAS;AAC1B,WAAO,gCAAgC,IAAI;AAAA,EAC7C,CAAC;AACH;AAgBO,SAAS,gCAAgC,MAAgC;AAC9E,SAAO;AAAA,IACL,IAAI,KAAK,IAAI;AAAA,IACb,cAAc,KAAK,cAAc;AAAA,IACjC,OAAO,KAAK,OAAO;AAAA,IACnB,MAAM,CAAC,KAAK,MAAM,IAAI,KAAK,MAAM,IAAI,oCAAoC,KAAK,MAAM,CAAC;AAAA,IACrF,MAAM,KAAK,MAAM;AAAA,EACnB;AACF;AAUO,SAAS,oCAAoC,MAAoC;AACtF,SAAO;AAAA,IACL,OAAO,KAAK,OAAO;AAAA,IACnB,gBAAgB,KAAK,gBAAgB;AAAA,EACvC;AACF;AAGO,IAAK,gBAAL,kBAAKC,mBAAL;AAEL,EAAAA,eAAA,sBAAmB;AAEnB,EAAAA,eAAA,sBAAmB;AAJT,SAAAA;AAAA,GAAA;AAOL,SAAS,+CACd,MACK;AACL,SAAO;AAAA,IACL,SAAS,KAAK,SAAS;AAAA,IACvB,uBAAuB,KAAK,uBAAuB;AAAA,IACnD,gBAAgB,KAAK,gBAAgB;AAAA,IACrC,OAAO,CAAC,KAAK,OAAO,IAChB,KAAK,OAAO,IACZ,KAAK,OAAO,EAAE,IAAI,CAAC,MAAW;AAC5B,aAAO;AAAA,IACT,CAAC;AAAA,EACP;AACF;AAEO,SAAS,iDAAiD,MAAW;AAC1E,SAAO;AAAA,IACL,SAAS,KAAK,SAAS;AAAA,IACvB,uBAAuB,KAAK,uBAAuB;AAAA,IACnD,mBAAmB,KAAK,mBAAmB;AAAA,IAC3C,gBAAgB,KAAK,gBAAgB;AAAA,IACrC,OAAO,CAAC,KAAK,OAAO,IAChB,KAAK,OAAO,IACZ,KAAK,OAAO,EAAE,IAAI,CAAC,MAAW;AAC5B,aAAO;AAAA,IACT,CAAC;AAAA,IACL,QAAQ,KAAK,QAAQ;AAAA,EACvB;AACF;AAEO,SAAS,+CACd,MACK;AACL,SAAO;AAAA,IACL,iBAAiB,CAAC,KAAK,iBAAiB,IACpC,KAAK,iBAAiB,IACtB,0BAA0B,KAAK,iBAAiB,CAAC;AAAA,IACrD,mCAAmC,CAAC,KAAK,mCAAmC,IACxE,KAAK,mCAAmC,IACxC,4CAA4C,KAAK,mCAAmC,CAAC;AAAA,EAC3F;AACF;AAEO,SAAS,iDAAiD,MAAW;AAC1E,SAAO;AAAA,IACL,mBAAmB,KAAK,mBAAmB;AAAA,IAC3C,iBAAiB,CAAC,KAAK,iBAAiB,IACpC,KAAK,iBAAiB,IACtB,4BAA4B,KAAK,iBAAiB,CAAC;AAAA,IACvD,UAAU,CAAC,KAAK,UAAU,IACtB,KAAK,UAAU,IACf,KAAK,UAAU,EAAE,IAAI,CAAC,MAAW;AAC/B,aAAO;AAAA,IACT,CAAC;AAAA,IACL,mCAAmC,CAAC,KAAK,mCAAmC,IACxE,KAAK,mCAAmC,IACxC,8CAA8C,KAAK,mCAAmC,CAAC;AAAA,EAC7F;AACF;AAEO,SAAS,uCAAuC,MAA8B;AACnF,SAAO;AAAA,IACL,KAAK,CAAC,KAAK,KAAK,IAAI,KAAK,KAAK,IAAI,+BAA+B,KAAK,KAAK,CAAC;AAAA,IAC5E,wBAAwB,CAAC,KAAK,wBAAwB,IAClD,KAAK,wBAAwB,IAC7B,iCAAiC,KAAK,wBAAwB,CAAC;AAAA,IACnE,0BAA0B,CAAC,KAAK,0BAA0B,IACtD,KAAK,0BAA0B,IAC/B,mCAAmC,KAAK,0BAA0B,CAAC;AAAA,IACvE,aAAa,CAAC,KAAK,aAAa,IAC5B,KAAK,aAAa,IAClB,+BAA+B,KAAK,aAAa,CAAC;AAAA,IACtD,qBAAqB,CAAC,KAAK,qBAAqB,IAC5C,KAAK,qBAAqB,IAC1B,sCAAsC,KAAK,qBAAqB,CAAC;AAAA,IACrE,qBAAqB,KAAK,qBAAqB;AAAA,IAC/C,kBAAkB,KAAK,kBAAkB;AAAA,IACzC,gBAAgB,KAAK,gBAAgB;AAAA,IACrC,uBAAuB,KAAK,uBAAuB;AAAA,IACnD,iBAAiB,KAAK,iBAAiB;AAAA,IACvC,UAAU,CAAC,KAAK,UAAU,IACtB,KAAK,UAAU,IACf,oCAAoC,KAAK,UAAU,CAAC;AAAA,EAC1D;AACF;AAEO,SAAS,yCAAyC,MAAW;AAClE,SAAO;AAAA,IACL,mBAAmB,KAAK,mBAAmB;AAAA,IAC3C,YAAY,KAAK,YAAY;AAAA,IAC7B,UAAU,KAAK,UAAU;AAAA,IACzB,YAAY,KAAK,YAAY;AAAA,IAC7B,YAAY,KAAK,YAAY;AAAA,IAC7B,SAAS,KAAK,SAAS;AAAA,IACvB,4BAA4B,CAAC,KAAK,4BAA4B,IAC1D,KAAK,4BAA4B,IACjC,2CAA2C,KAAK,4BAA4B,CAAC;AAAA,IACjF,4BAA4B,CAAC,KAAK,4BAA4B,IAC1D,KAAK,4BAA4B,IACjC,2CAA2C,KAAK,4BAA4B,CAAC;AAAA,IACjF,KAAK,CAAC,KAAK,KAAK,IAAI,KAAK,KAAK,IAAI,iCAAiC,KAAK,KAAK,CAAC;AAAA,IAC9E,gBAAgB,KAAK,gBAAgB;AAAA,IACrC,wBAAwB,CAAC,KAAK,wBAAwB,IAClD,KAAK,wBAAwB,IAC7B,mCAAmC,KAAK,wBAAwB,CAAC;AAAA,IACrE,0BAA0B,CAAC,KAAK,0BAA0B,IACtD,KAAK,0BAA0B,IAC/B,qCAAqC,KAAK,0BAA0B,CAAC;AAAA,IACzE,aAAa,CAAC,KAAK,aAAa,IAC5B,KAAK,aAAa,IAClB,iCAAiC,KAAK,aAAa,CAAC;AAAA,IACxD,qBAAqB,CAAC,KAAK,qBAAqB,IAC5C,KAAK,qBAAqB,IAC1B,wCAAwC,KAAK,qBAAqB,CAAC;AAAA,IACvE,qBAAqB,KAAK,qBAAqB;AAAA,IAC/C,kBAAkB,KAAK,kBAAkB;AAAA,IACzC,gBAAgB,KAAK,gBAAgB;AAAA,IACrC,uBAAuB,KAAK,uBAAuB;AAAA,IACnD,iBAAiB,KAAK,iBAAiB;AAAA,IACvC,UAAU,CAAC,KAAK,UAAU,IACtB,KAAK,UAAU,IACf,sCAAsC,KAAK,UAAU,CAAC;AAAA,EAC5D;AACF;AAEO,SAAS,2CAA2C,MAAW;AACpE,SAAO;AAAA,IACL,SAAS,KAAK,SAAS;AAAA,IACvB,iBAAiB,CAAC,KAAK,iBAAiB,IACpC,KAAK,iBAAiB,IACtB,KAAK,iBAAiB,EAAE,IAAI,CAAC,MAAW;AACtC,aAAO;AAAA,IACT,CAAC;AAAA,IACL,mBAAmB,CAAC,KAAK,mBAAmB,IACxC,KAAK,mBAAmB,IACxB,KAAK,mBAAmB,EAAE,IAAI,CAAC,MAAW;AACxC,aAAO;AAAA,IACT,CAAC;AAAA,IACL,mCAAmC,CAAC,KAAK,mCAAmC,IACxE,KAAK,mCAAmC,IACxC;AAAA,MACE,KAAK,mCAAmC;AAAA,IAC1C;AAAA,EACN;AACF;AAEO,SAAS,uCAAuC,MAA8B;AACnF,SAAO;AAAA,IACL,iBAAiB,KAAK,iBAAiB;AAAA,IACvC,oBAAoB,KAAK,oBAAoB;AAAA,IAC7C,uBAAuB,KAAK,uBAAuB;AAAA,EACrD;AACF;AAEO,SAAS,yCAAyC,MAAW;AAClE,SAAO;AAAA,IACL,mBAAmB,KAAK,mBAAmB;AAAA,IAC3C,iBAAiB,KAAK,iBAAiB;AAAA,IACvC,oBAAoB,KAAK,oBAAoB;AAAA,IAC7C,uBAAuB,KAAK,uBAAuB;AAAA,EACrD;AACF;AAEO,SAAS,kCAAkC,MAAyB;AACzE,SAAO;AAAA,IACL,YAAY,KAAK,YAAY;AAAA,IAC7B,mBAAmB,4BAA4B,KAAK,mBAAmB,CAAC;AAAA,EAC1E;AACF;AAEO,SAAS,oCAAoC,MAAW;AAC7D,SAAO;AAAA,IACL,mBAAmB,KAAK,mBAAmB;AAAA,IAC3C,YAAY,KAAK,YAAY;AAAA,IAC7B,mBAAmB,8BAA8B,KAAK,mBAAmB,CAAC;AAAA,EAC5E;AACF;AAEO,SAAS,6BAA6B,MAAoB;AAC/D,SAAO;AAAA,IACL,uBAAuB,KAAK,uBAAuB;AAAA,IACnD,iBAAiB,KAAK,iBAAiB;AAAA,EACzC;AACF;AAEO,SAAS,+BAA+B,MAAW;AACxD,SAAO;AAAA,IACL,mBAAmB,KAAK,mBAAmB;AAAA,IAC3C,uBAAuB,KAAK,uBAAuB;AAAA,IACnD,iBAAiB,KAAK,iBAAiB;AAAA,EACzC;AACF;",
|
|
6
|
+
"names": ["KnownUpstreamAuthType", "KnownGroupPresenceEventName", "KnownEventListenerFilterDiscriminator", "KnownEventListenerEndpointDiscriminator", "KnownCreatedByType", "KnownProvisioningState", "KnownSharedPrivateLinkResourceStatus", "KnownPrivateLinkServiceConnectionStatus", "KnownACLAction", "KnownWebPubSubRequestType", "KnownClientConnectionCountRuleDiscriminator", "KnownClientTrafficControlRuleDiscriminator", "KnownWebPubSubSkuTier", "KnownServiceKind", "KnownManagedIdentityType", "KnownKeyType", "KnownScaleType", "KnownVersions"]
|
|
7
|
+
}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import type { WebPubSubManagementClient } from "./webPubSubManagementClient.js";
|
|
2
|
+
import type { OperationOptions, PathUncheckedResponse } from "@azure-rest/core-client";
|
|
3
|
+
import type { AbortSignalLike } from "@azure/abort-controller";
|
|
4
|
+
import type { PollerLike, OperationState } from "@azure/core-lro";
|
|
5
|
+
export interface RestorePollerOptions<TResult, TResponse extends PathUncheckedResponse = PathUncheckedResponse> extends OperationOptions {
|
|
6
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
7
|
+
updateIntervalInMs?: number;
|
|
8
|
+
/**
|
|
9
|
+
* The signal which can be used to abort requests.
|
|
10
|
+
*/
|
|
11
|
+
abortSignal?: AbortSignalLike;
|
|
12
|
+
/** Deserialization function for raw response body */
|
|
13
|
+
processResponseBody?: (result: TResponse) => Promise<TResult>;
|
|
14
|
+
}
|
|
15
|
+
/**
|
|
16
|
+
* Creates a poller from the serialized state of another poller. This can be
|
|
17
|
+
* useful when you want to create pollers on a different host or a poller
|
|
18
|
+
* needs to be constructed after the original one is not in scope.
|
|
19
|
+
*/
|
|
20
|
+
export declare function restorePoller<TResponse extends PathUncheckedResponse, TResult>(client: WebPubSubManagementClient, serializedState: string, sourceOperation: (...args: any[]) => PollerLike<OperationState<TResult>, TResult>, options?: RestorePollerOptions<TResult>): PollerLike<OperationState<TResult>, TResult>;
|
|
21
|
+
//# sourceMappingURL=restorePollerHelpers.d.ts.map
|
|
@@ -0,0 +1,151 @@
|
|
|
1
|
+
var __defProp = Object.defineProperty;
|
|
2
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
3
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
4
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
5
|
+
var __export = (target, all) => {
|
|
6
|
+
for (var name in all)
|
|
7
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
8
|
+
};
|
|
9
|
+
var __copyProps = (to, from, except, desc) => {
|
|
10
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
11
|
+
for (let key of __getOwnPropNames(from))
|
|
12
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
13
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
14
|
+
}
|
|
15
|
+
return to;
|
|
16
|
+
};
|
|
17
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
18
|
+
var restorePollerHelpers_exports = {};
|
|
19
|
+
__export(restorePollerHelpers_exports, {
|
|
20
|
+
restorePoller: () => restorePoller
|
|
21
|
+
});
|
|
22
|
+
module.exports = __toCommonJS(restorePollerHelpers_exports);
|
|
23
|
+
var import_operations = require("./api/webPubSubReplicaSharedPrivateLinkResources/operations.js");
|
|
24
|
+
var import_operations2 = require("./api/webPubSubReplicas/operations.js");
|
|
25
|
+
var import_operations3 = require("./api/webPubSubPrivateEndpointConnections/operations.js");
|
|
26
|
+
var import_operations4 = require("./api/webPubSubCustomDomains/operations.js");
|
|
27
|
+
var import_operations5 = require("./api/webPubSubCustomCertificates/operations.js");
|
|
28
|
+
var import_operations6 = require("./api/webPubSub/operations.js");
|
|
29
|
+
var import_operations7 = require("./api/webPubSubSharedPrivateLinkResources/operations.js");
|
|
30
|
+
var import_operations8 = require("./api/webPubSubHubs/operations.js");
|
|
31
|
+
var import_pollingHelpers = require("./static-helpers/pollingHelpers.js");
|
|
32
|
+
var import_core_lro = require("@azure/core-lro");
|
|
33
|
+
function restorePoller(client, serializedState, sourceOperation, options) {
|
|
34
|
+
const pollerConfig = (0, import_core_lro.deserializeState)(serializedState).config;
|
|
35
|
+
const { initialRequestUrl, requestMethod, metadata } = pollerConfig;
|
|
36
|
+
if (!initialRequestUrl || !requestMethod) {
|
|
37
|
+
throw new Error(
|
|
38
|
+
`Invalid serialized state: ${serializedState} for sourceOperation ${sourceOperation?.name}`
|
|
39
|
+
);
|
|
40
|
+
}
|
|
41
|
+
const resourceLocationConfig = metadata?.["resourceLocationConfig"];
|
|
42
|
+
const { deserializer, expectedStatuses = [] } = getDeserializationHelper(initialRequestUrl, requestMethod) ?? {};
|
|
43
|
+
const deserializeHelper = options?.processResponseBody ?? deserializer;
|
|
44
|
+
if (!deserializeHelper) {
|
|
45
|
+
throw new Error(
|
|
46
|
+
`Please ensure the operation is in this client! We can't find its deserializeHelper for ${sourceOperation?.name}.`
|
|
47
|
+
);
|
|
48
|
+
}
|
|
49
|
+
const apiVersion = getApiVersionFromUrl(initialRequestUrl);
|
|
50
|
+
return (0, import_pollingHelpers.getLongRunningPoller)(
|
|
51
|
+
client["_client"] ?? client,
|
|
52
|
+
deserializeHelper,
|
|
53
|
+
expectedStatuses,
|
|
54
|
+
{
|
|
55
|
+
updateIntervalInMs: options?.updateIntervalInMs,
|
|
56
|
+
abortSignal: options?.abortSignal,
|
|
57
|
+
resourceLocationConfig,
|
|
58
|
+
restoreFrom: serializedState,
|
|
59
|
+
initialRequestUrl,
|
|
60
|
+
apiVersion
|
|
61
|
+
}
|
|
62
|
+
);
|
|
63
|
+
}
|
|
64
|
+
const deserializeMap = {
|
|
65
|
+
"PUT /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SignalRService/webPubSub/{resourceName}/replicas/{replicaName}/sharedPrivateLinkResources/{sharedPrivateLinkResourceName}": { deserializer: import_operations._createOrUpdateDeserialize, expectedStatuses: ["200", "201", "202"] },
|
|
66
|
+
"POST /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SignalRService/webPubSub/{resourceName}/replicas/{replicaName}/restart": { deserializer: import_operations2._restartDeserialize, expectedStatuses: ["202", "204", "200", "201"] },
|
|
67
|
+
"PATCH /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SignalRService/webPubSub/{resourceName}/replicas/{replicaName}": { deserializer: import_operations2._updateDeserialize, expectedStatuses: ["200", "202", "201"] },
|
|
68
|
+
"PUT /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SignalRService/webPubSub/{resourceName}/replicas/{replicaName}": {
|
|
69
|
+
deserializer: import_operations2._createOrUpdateDeserialize,
|
|
70
|
+
expectedStatuses: ["200", "201", "202"]
|
|
71
|
+
},
|
|
72
|
+
"DELETE /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SignalRService/webPubSub/{resourceName}/privateEndpointConnections/{privateEndpointConnectionName}": { deserializer: import_operations3._$deleteDeserialize, expectedStatuses: ["200", "202", "204"] },
|
|
73
|
+
"DELETE /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SignalRService/webPubSub/{resourceName}/customDomains/{name}": {
|
|
74
|
+
deserializer: import_operations4._$deleteDeserialize,
|
|
75
|
+
expectedStatuses: ["200", "202", "204"]
|
|
76
|
+
},
|
|
77
|
+
"PUT /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SignalRService/webPubSub/{resourceName}/customDomains/{name}": {
|
|
78
|
+
deserializer: import_operations4._createOrUpdateDeserialize,
|
|
79
|
+
expectedStatuses: ["201", "200", "202"]
|
|
80
|
+
},
|
|
81
|
+
"PUT /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SignalRService/webPubSub/{resourceName}/customCertificates/{certificateName}": {
|
|
82
|
+
deserializer: import_operations5._createOrUpdateDeserialize,
|
|
83
|
+
expectedStatuses: ["200", "201", "202"]
|
|
84
|
+
},
|
|
85
|
+
"POST /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SignalRService/webPubSub/{resourceName}/restart": { deserializer: import_operations6._restartDeserialize, expectedStatuses: ["202", "204", "200", "201"] },
|
|
86
|
+
"POST /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SignalRService/webPubSub/{resourceName}/regenerateKey": { deserializer: import_operations6._regenerateKeyDeserialize, expectedStatuses: ["200", "202", "201"] },
|
|
87
|
+
"DELETE /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SignalRService/webPubSub/{resourceName}": { deserializer: import_operations6._$deleteDeserialize, expectedStatuses: ["200", "202", "204"] },
|
|
88
|
+
"PATCH /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SignalRService/webPubSub/{resourceName}": { deserializer: import_operations6._updateDeserialize, expectedStatuses: ["200", "202", "201"] },
|
|
89
|
+
"PUT /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SignalRService/webPubSub/{resourceName}": { deserializer: import_operations6._createOrUpdateDeserialize, expectedStatuses: ["200", "201", "202"] },
|
|
90
|
+
"DELETE /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SignalRService/webPubSub/{resourceName}/sharedPrivateLinkResources/{sharedPrivateLinkResourceName}": {
|
|
91
|
+
deserializer: import_operations7._$deleteDeserialize,
|
|
92
|
+
expectedStatuses: ["200", "202", "204"]
|
|
93
|
+
},
|
|
94
|
+
"PUT /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SignalRService/webPubSub/{resourceName}/sharedPrivateLinkResources/{sharedPrivateLinkResourceName}": {
|
|
95
|
+
deserializer: import_operations7._createOrUpdateDeserialize,
|
|
96
|
+
expectedStatuses: ["200", "201", "202"]
|
|
97
|
+
},
|
|
98
|
+
"DELETE /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SignalRService/webPubSub/{resourceName}/hubs/{hubName}": { deserializer: import_operations8._$deleteDeserialize, expectedStatuses: ["200", "202", "204"] },
|
|
99
|
+
"PUT /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SignalRService/webPubSub/{resourceName}/hubs/{hubName}": {
|
|
100
|
+
deserializer: import_operations8._createOrUpdateDeserialize,
|
|
101
|
+
expectedStatuses: ["200", "201", "202"]
|
|
102
|
+
}
|
|
103
|
+
};
|
|
104
|
+
function getDeserializationHelper(urlStr, method) {
|
|
105
|
+
const path = new URL(urlStr).pathname;
|
|
106
|
+
const pathParts = path.split("/");
|
|
107
|
+
let matchedLen = -1, matchedValue;
|
|
108
|
+
for (const [key, value] of Object.entries(deserializeMap)) {
|
|
109
|
+
if (!key.startsWith(method)) {
|
|
110
|
+
continue;
|
|
111
|
+
}
|
|
112
|
+
const candidatePath = getPathFromMapKey(key);
|
|
113
|
+
const candidateParts = candidatePath.split("/");
|
|
114
|
+
let found = true;
|
|
115
|
+
for (let i = candidateParts.length - 1, j = pathParts.length - 1; i >= 1 && j >= 1; i--, j--) {
|
|
116
|
+
if (candidateParts[i]?.startsWith("{") && candidateParts[i]?.indexOf("}") !== -1) {
|
|
117
|
+
const start = candidateParts[i].indexOf("}") + 1, end = candidateParts[i]?.length;
|
|
118
|
+
const isMatched = new RegExp(`${candidateParts[i]?.slice(start, end)}`).test(
|
|
119
|
+
pathParts[j] || ""
|
|
120
|
+
);
|
|
121
|
+
if (!isMatched) {
|
|
122
|
+
found = false;
|
|
123
|
+
break;
|
|
124
|
+
}
|
|
125
|
+
continue;
|
|
126
|
+
}
|
|
127
|
+
if (candidateParts[i] !== pathParts[j]) {
|
|
128
|
+
found = false;
|
|
129
|
+
break;
|
|
130
|
+
}
|
|
131
|
+
}
|
|
132
|
+
if (found && candidatePath.length > matchedLen) {
|
|
133
|
+
matchedLen = candidatePath.length;
|
|
134
|
+
matchedValue = value;
|
|
135
|
+
}
|
|
136
|
+
}
|
|
137
|
+
return matchedValue;
|
|
138
|
+
}
|
|
139
|
+
function getPathFromMapKey(mapKey) {
|
|
140
|
+
const pathStart = mapKey.indexOf("/");
|
|
141
|
+
return mapKey.slice(pathStart);
|
|
142
|
+
}
|
|
143
|
+
function getApiVersionFromUrl(urlStr) {
|
|
144
|
+
const url = new URL(urlStr);
|
|
145
|
+
return url.searchParams.get("api-version") ?? void 0;
|
|
146
|
+
}
|
|
147
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
148
|
+
0 && (module.exports = {
|
|
149
|
+
restorePoller
|
|
150
|
+
});
|
|
151
|
+
//# sourceMappingURL=restorePollerHelpers.js.map
|