@azure-tools/communication-alpha-ids 1.0.0-beta.1 → 1.0.0-beta.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +29 -17
- package/dist/browser/alphaIdsClient.d.ts +24 -0
- package/dist/browser/alphaIdsClient.d.ts.map +1 -0
- package/dist/browser/alphaIdsClient.js +98 -0
- package/dist/browser/alphaIdsClient.js.map +1 -0
- package/dist/browser/generated/src/alphaIDsClient.d.ts +17 -0
- package/dist/browser/generated/src/alphaIDsClient.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/generated/src/alphaIDsClient.js +13 -23
- package/dist/browser/generated/src/alphaIDsClient.js.map +1 -0
- package/dist/browser/generated/src/index.d.ts +5 -0
- package/dist/browser/generated/src/index.d.ts.map +1 -0
- package/dist/browser/generated/src/index.js +13 -0
- package/dist/browser/generated/src/index.js.map +1 -0
- package/dist/browser/generated/src/models/index.d.ts +101 -0
- package/dist/browser/generated/src/models/index.d.ts.map +1 -0
- package/dist/browser/generated/src/models/index.js.map +1 -0
- package/dist/browser/generated/src/models/mappers.d.ts +8 -0
- package/dist/browser/generated/src/models/mappers.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/generated/src/models/mappers.js +77 -6
- package/dist/browser/generated/src/models/mappers.js.map +1 -0
- package/dist/browser/generated/src/models/parameters.d.ts +10 -0
- package/dist/browser/generated/src/models/parameters.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/generated/src/models/parameters.js +34 -3
- package/dist/browser/generated/src/models/parameters.js.map +1 -0
- package/dist/browser/generated/src/operations/alphaIds.d.ts +53 -0
- package/dist/browser/generated/src/operations/alphaIds.d.ts.map +1 -0
- package/dist/browser/generated/src/operations/alphaIds.js +227 -0
- package/dist/browser/generated/src/operations/alphaIds.js.map +1 -0
- package/dist/browser/generated/src/operations/index.d.ts +2 -0
- package/dist/browser/generated/src/operations/index.d.ts.map +1 -0
- package/dist/browser/generated/src/operations/index.js +9 -0
- package/{dist-esm/src → dist/browser}/generated/src/operations/index.js.map +1 -1
- package/dist/browser/generated/src/operationsInterfaces/alphaIds.d.ts +32 -0
- package/dist/browser/generated/src/operationsInterfaces/alphaIds.d.ts.map +1 -0
- package/dist/browser/generated/src/operationsInterfaces/alphaIds.js.map +1 -0
- package/dist/browser/generated/src/operationsInterfaces/index.d.ts +2 -0
- package/dist/browser/generated/src/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/browser/generated/src/operationsInterfaces/index.js +9 -0
- package/{dist-esm/src → dist/browser}/generated/src/operationsInterfaces/index.js.map +1 -1
- package/dist/browser/generated/src/pagingHelper.d.ts +13 -0
- package/dist/browser/generated/src/pagingHelper.d.ts.map +1 -0
- package/dist/browser/generated/src/pagingHelper.js +30 -0
- package/dist/browser/generated/src/pagingHelper.js.map +1 -0
- package/dist/browser/generated/src/tracing.d.ts +2 -0
- package/dist/browser/generated/src/tracing.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/generated/src/tracing.js +1 -1
- package/{dist-esm/src → dist/browser}/generated/src/tracing.js.map +1 -1
- package/dist/browser/index.d.ts +3 -0
- package/dist/browser/index.d.ts.map +1 -0
- package/dist/browser/index.js +5 -0
- package/{dist-esm/src → dist/browser}/index.js.map +1 -1
- package/dist/browser/models.d.ts +29 -0
- package/dist/browser/models.d.ts.map +1 -0
- package/dist/browser/models.js +4 -0
- package/dist/browser/models.js.map +1 -0
- package/dist/browser/package.json +3 -0
- package/dist/browser/utils/constants.d.ts +2 -0
- package/dist/browser/utils/constants.d.ts.map +1 -0
- package/dist/browser/utils/constants.js +4 -0
- package/{dist-esm/src → dist/browser}/utils/constants.js.map +1 -1
- package/dist/browser/utils/customPipelinePolicies.d.ts +11 -0
- package/dist/browser/utils/customPipelinePolicies.d.ts.map +1 -0
- package/dist/browser/utils/customPipelinePolicies.js +26 -0
- package/dist/browser/utils/customPipelinePolicies.js.map +1 -0
- package/dist/browser/utils/index.d.ts +3 -0
- package/dist/browser/utils/index.d.ts.map +1 -0
- package/dist/browser/utils/index.js +5 -0
- package/dist/browser/utils/index.js.map +1 -0
- package/dist/browser/utils/logger.d.ts +5 -0
- package/dist/browser/utils/logger.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/utils/logger.js +1 -1
- package/{dist-esm/src → dist/browser}/utils/logger.js.map +1 -1
- package/dist/commonjs/alphaIdsClient.d.ts +24 -0
- package/dist/commonjs/alphaIdsClient.d.ts.map +1 -0
- package/dist/commonjs/alphaIdsClient.js +102 -0
- package/dist/commonjs/alphaIdsClient.js.map +1 -0
- package/dist/commonjs/generated/src/alphaIDsClient.d.ts +17 -0
- package/dist/commonjs/generated/src/alphaIDsClient.d.ts.map +1 -0
- package/dist/commonjs/generated/src/alphaIDsClient.js +81 -0
- package/dist/commonjs/generated/src/alphaIDsClient.js.map +1 -0
- package/dist/commonjs/generated/src/index.d.ts +5 -0
- package/dist/commonjs/generated/src/index.d.ts.map +1 -0
- package/dist/commonjs/generated/src/index.js +19 -0
- package/dist/commonjs/generated/src/index.js.map +1 -0
- package/dist/commonjs/generated/src/models/index.d.ts +101 -0
- package/dist/commonjs/generated/src/models/index.d.ts.map +1 -0
- package/dist/commonjs/generated/src/models/index.js +10 -0
- package/dist/commonjs/generated/src/models/index.js.map +1 -0
- package/dist/commonjs/generated/src/models/mappers.d.ts +8 -0
- package/dist/commonjs/generated/src/models/mappers.d.ts.map +1 -0
- package/dist/commonjs/generated/src/models/mappers.js +161 -0
- package/dist/commonjs/generated/src/models/mappers.js.map +1 -0
- package/dist/commonjs/generated/src/models/parameters.d.ts +10 -0
- package/dist/commonjs/generated/src/models/parameters.d.ts.map +1 -0
- package/dist/commonjs/generated/src/models/parameters.js +91 -0
- package/dist/commonjs/generated/src/models/parameters.js.map +1 -0
- package/dist/commonjs/generated/src/operations/alphaIds.d.ts +53 -0
- package/dist/commonjs/generated/src/operations/alphaIds.d.ts.map +1 -0
- package/dist/commonjs/generated/src/operations/alphaIds.js +232 -0
- package/dist/commonjs/generated/src/operations/alphaIds.js.map +1 -0
- package/dist/commonjs/generated/src/operations/index.d.ts +2 -0
- package/dist/commonjs/generated/src/operations/index.d.ts.map +1 -0
- package/{dist-esm/src/generated/src → dist/commonjs/generated/src/operations}/index.js +4 -3
- package/dist/commonjs/generated/src/operations/index.js.map +1 -0
- package/dist/commonjs/generated/src/operationsInterfaces/alphaIds.d.ts +32 -0
- package/dist/commonjs/generated/src/operationsInterfaces/alphaIds.d.ts.map +1 -0
- package/dist/commonjs/generated/src/operationsInterfaces/alphaIds.js +10 -0
- package/dist/commonjs/generated/src/operationsInterfaces/alphaIds.js.map +1 -0
- package/dist/commonjs/generated/src/operationsInterfaces/index.d.ts +2 -0
- package/dist/commonjs/generated/src/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/commonjs/generated/src/operationsInterfaces/index.js +12 -0
- package/dist/commonjs/generated/src/operationsInterfaces/index.js.map +1 -0
- package/dist/commonjs/generated/src/pagingHelper.d.ts +13 -0
- package/dist/commonjs/generated/src/pagingHelper.d.ts.map +1 -0
- package/dist/commonjs/generated/src/pagingHelper.js +34 -0
- package/dist/commonjs/generated/src/pagingHelper.js.map +1 -0
- package/dist/commonjs/generated/src/tracing.d.ts +2 -0
- package/dist/commonjs/generated/src/tracing.d.ts.map +1 -0
- package/dist/commonjs/generated/src/tracing.js +17 -0
- package/dist/commonjs/generated/src/tracing.js.map +1 -0
- package/dist/commonjs/index.d.ts +3 -0
- package/dist/commonjs/index.d.ts.map +1 -0
- package/dist/commonjs/index.js +8 -0
- package/dist/commonjs/index.js.map +1 -0
- package/dist/commonjs/models.d.ts +29 -0
- package/dist/commonjs/models.d.ts.map +1 -0
- package/dist/commonjs/models.js +5 -0
- package/dist/commonjs/models.js.map +1 -0
- package/dist/commonjs/package.json +3 -0
- package/dist/commonjs/tsdoc-metadata.json +11 -0
- package/dist/commonjs/utils/constants.d.ts +2 -0
- package/dist/commonjs/utils/constants.d.ts.map +1 -0
- package/dist/commonjs/utils/constants.js +7 -0
- package/dist/commonjs/utils/constants.js.map +1 -0
- package/dist/commonjs/utils/customPipelinePolicies.d.ts +11 -0
- package/dist/commonjs/utils/customPipelinePolicies.d.ts.map +1 -0
- package/dist/commonjs/utils/customPipelinePolicies.js +29 -0
- package/dist/commonjs/utils/customPipelinePolicies.js.map +1 -0
- package/dist/commonjs/utils/index.d.ts +3 -0
- package/dist/commonjs/utils/index.d.ts.map +1 -0
- package/dist/commonjs/utils/index.js +8 -0
- package/dist/commonjs/utils/index.js.map +1 -0
- package/dist/commonjs/utils/logger.d.ts +5 -0
- package/dist/commonjs/utils/logger.d.ts.map +1 -0
- package/dist/commonjs/utils/logger.js +11 -0
- package/dist/commonjs/utils/logger.js.map +1 -0
- package/dist/esm/alphaIdsClient.d.ts +24 -0
- package/dist/esm/alphaIdsClient.d.ts.map +1 -0
- package/dist/esm/alphaIdsClient.js +98 -0
- package/dist/esm/alphaIdsClient.js.map +1 -0
- package/dist/esm/generated/src/alphaIDsClient.d.ts +17 -0
- package/dist/esm/generated/src/alphaIDsClient.d.ts.map +1 -0
- package/dist/esm/generated/src/alphaIDsClient.js +76 -0
- package/dist/esm/generated/src/alphaIDsClient.js.map +1 -0
- package/dist/esm/generated/src/index.d.ts +5 -0
- package/dist/esm/generated/src/index.d.ts.map +1 -0
- package/dist/esm/generated/src/index.js +13 -0
- package/dist/esm/generated/src/index.js.map +1 -0
- package/dist/esm/generated/src/models/index.d.ts +101 -0
- package/dist/esm/generated/src/models/index.d.ts.map +1 -0
- package/{dist-esm/src/generated/src/operationsInterfaces → dist/esm/generated/src/models}/index.js +1 -1
- package/dist/esm/generated/src/models/index.js.map +1 -0
- package/dist/esm/generated/src/models/mappers.d.ts +8 -0
- package/dist/esm/generated/src/models/mappers.d.ts.map +1 -0
- package/dist/esm/generated/src/models/mappers.js +158 -0
- package/dist/esm/generated/src/models/mappers.js.map +1 -0
- package/dist/esm/generated/src/models/parameters.d.ts +10 -0
- package/dist/esm/generated/src/models/parameters.d.ts.map +1 -0
- package/dist/esm/generated/src/models/parameters.js +88 -0
- package/dist/esm/generated/src/models/parameters.js.map +1 -0
- package/dist/esm/generated/src/operations/alphaIds.d.ts +53 -0
- package/dist/esm/generated/src/operations/alphaIds.d.ts.map +1 -0
- package/dist/esm/generated/src/operations/alphaIds.js +227 -0
- package/dist/esm/generated/src/operations/alphaIds.js.map +1 -0
- package/dist/esm/generated/src/operations/index.d.ts +2 -0
- package/dist/esm/generated/src/operations/index.d.ts.map +1 -0
- package/dist/esm/generated/src/operations/index.js +9 -0
- package/dist/esm/generated/src/operations/index.js.map +1 -0
- package/dist/esm/generated/src/operationsInterfaces/alphaIds.d.ts +32 -0
- package/dist/esm/generated/src/operationsInterfaces/alphaIds.d.ts.map +1 -0
- package/dist/esm/generated/src/operationsInterfaces/alphaIds.js +9 -0
- package/dist/esm/generated/src/operationsInterfaces/alphaIds.js.map +1 -0
- package/dist/esm/generated/src/operationsInterfaces/index.d.ts +2 -0
- package/dist/esm/generated/src/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/esm/generated/src/operationsInterfaces/index.js +9 -0
- package/dist/esm/generated/src/operationsInterfaces/index.js.map +1 -0
- package/dist/esm/generated/src/pagingHelper.d.ts +13 -0
- package/dist/esm/generated/src/pagingHelper.d.ts.map +1 -0
- package/dist/esm/generated/src/pagingHelper.js +30 -0
- package/dist/esm/generated/src/pagingHelper.js.map +1 -0
- package/dist/esm/generated/src/tracing.d.ts +2 -0
- package/dist/esm/generated/src/tracing.d.ts.map +1 -0
- package/dist/esm/generated/src/tracing.js +14 -0
- package/dist/esm/generated/src/tracing.js.map +1 -0
- package/dist/esm/index.d.ts +3 -0
- package/dist/esm/index.d.ts.map +1 -0
- package/dist/esm/index.js +5 -0
- package/dist/esm/index.js.map +1 -0
- package/dist/esm/models.d.ts +29 -0
- package/dist/esm/models.d.ts.map +1 -0
- package/dist/esm/models.js +4 -0
- package/dist/esm/models.js.map +1 -0
- package/dist/esm/package.json +3 -0
- package/dist/esm/utils/constants.d.ts +2 -0
- package/dist/esm/utils/constants.d.ts.map +1 -0
- package/dist/esm/utils/constants.js +4 -0
- package/dist/esm/utils/constants.js.map +1 -0
- package/dist/esm/utils/customPipelinePolicies.d.ts +11 -0
- package/dist/esm/utils/customPipelinePolicies.d.ts.map +1 -0
- package/dist/esm/utils/customPipelinePolicies.js +26 -0
- package/dist/esm/utils/customPipelinePolicies.js.map +1 -0
- package/dist/esm/utils/index.d.ts +3 -0
- package/dist/esm/utils/index.d.ts.map +1 -0
- package/dist/esm/utils/index.js +5 -0
- package/dist/esm/utils/index.js.map +1 -0
- package/dist/esm/utils/logger.d.ts +5 -0
- package/dist/esm/utils/logger.d.ts.map +1 -0
- package/dist/esm/utils/logger.js +8 -0
- package/dist/esm/utils/logger.js.map +1 -0
- package/dist/react-native/alphaIdsClient.d.ts +24 -0
- package/dist/react-native/alphaIdsClient.d.ts.map +1 -0
- package/dist/react-native/alphaIdsClient.js +98 -0
- package/dist/react-native/alphaIdsClient.js.map +1 -0
- package/dist/react-native/generated/src/alphaIDsClient.d.ts +17 -0
- package/dist/react-native/generated/src/alphaIDsClient.d.ts.map +1 -0
- package/dist/react-native/generated/src/alphaIDsClient.js +76 -0
- package/dist/react-native/generated/src/alphaIDsClient.js.map +1 -0
- package/dist/react-native/generated/src/index.d.ts +5 -0
- package/dist/react-native/generated/src/index.d.ts.map +1 -0
- package/dist/react-native/generated/src/index.js +13 -0
- package/dist/react-native/generated/src/index.js.map +1 -0
- package/dist/react-native/generated/src/models/index.d.ts +101 -0
- package/dist/react-native/generated/src/models/index.d.ts.map +1 -0
- package/{dist-esm/src/generated/src/operations → dist/react-native/generated/src/models}/index.js +1 -1
- package/dist/react-native/generated/src/models/index.js.map +1 -0
- package/dist/react-native/generated/src/models/mappers.d.ts +8 -0
- package/dist/react-native/generated/src/models/mappers.d.ts.map +1 -0
- package/dist/react-native/generated/src/models/mappers.js +158 -0
- package/dist/react-native/generated/src/models/mappers.js.map +1 -0
- package/dist/react-native/generated/src/models/parameters.d.ts +10 -0
- package/dist/react-native/generated/src/models/parameters.d.ts.map +1 -0
- package/dist/react-native/generated/src/models/parameters.js +88 -0
- package/dist/react-native/generated/src/models/parameters.js.map +1 -0
- package/dist/react-native/generated/src/operations/alphaIds.d.ts +53 -0
- package/dist/react-native/generated/src/operations/alphaIds.d.ts.map +1 -0
- package/dist/react-native/generated/src/operations/alphaIds.js +227 -0
- package/dist/react-native/generated/src/operations/alphaIds.js.map +1 -0
- package/dist/react-native/generated/src/operations/index.d.ts +2 -0
- package/dist/react-native/generated/src/operations/index.d.ts.map +1 -0
- package/dist/react-native/generated/src/operations/index.js +9 -0
- package/dist/react-native/generated/src/operations/index.js.map +1 -0
- package/dist/react-native/generated/src/operationsInterfaces/alphaIds.d.ts +32 -0
- package/dist/react-native/generated/src/operationsInterfaces/alphaIds.d.ts.map +1 -0
- package/dist/react-native/generated/src/operationsInterfaces/alphaIds.js +9 -0
- package/dist/react-native/generated/src/operationsInterfaces/alphaIds.js.map +1 -0
- package/dist/react-native/generated/src/operationsInterfaces/index.d.ts +2 -0
- package/dist/react-native/generated/src/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/react-native/generated/src/operationsInterfaces/index.js +9 -0
- package/dist/react-native/generated/src/operationsInterfaces/index.js.map +1 -0
- package/dist/react-native/generated/src/pagingHelper.d.ts +13 -0
- package/dist/react-native/generated/src/pagingHelper.d.ts.map +1 -0
- package/dist/react-native/generated/src/pagingHelper.js +30 -0
- package/dist/react-native/generated/src/pagingHelper.js.map +1 -0
- package/dist/react-native/generated/src/tracing.d.ts +2 -0
- package/dist/react-native/generated/src/tracing.d.ts.map +1 -0
- package/dist/react-native/generated/src/tracing.js +14 -0
- package/dist/react-native/generated/src/tracing.js.map +1 -0
- package/dist/react-native/index.d.ts +3 -0
- package/dist/react-native/index.d.ts.map +1 -0
- package/dist/react-native/index.js +5 -0
- package/dist/react-native/index.js.map +1 -0
- package/dist/react-native/models.d.ts +29 -0
- package/dist/react-native/models.d.ts.map +1 -0
- package/dist/react-native/models.js +4 -0
- package/dist/react-native/models.js.map +1 -0
- package/dist/react-native/package.json +3 -0
- package/dist/react-native/utils/constants.d.ts +2 -0
- package/dist/react-native/utils/constants.d.ts.map +1 -0
- package/dist/react-native/utils/constants.js +4 -0
- package/dist/react-native/utils/constants.js.map +1 -0
- package/dist/react-native/utils/customPipelinePolicies.d.ts +11 -0
- package/dist/react-native/utils/customPipelinePolicies.d.ts.map +1 -0
- package/dist/react-native/utils/customPipelinePolicies.js +26 -0
- package/dist/react-native/utils/customPipelinePolicies.js.map +1 -0
- package/dist/react-native/utils/index.d.ts +3 -0
- package/dist/react-native/utils/index.d.ts.map +1 -0
- package/dist/react-native/utils/index.js +5 -0
- package/dist/react-native/utils/index.js.map +1 -0
- package/dist/react-native/utils/logger.d.ts +5 -0
- package/dist/react-native/utils/logger.d.ts.map +1 -0
- package/dist/react-native/utils/logger.js +8 -0
- package/dist/react-native/utils/logger.js.map +1 -0
- package/package.json +83 -70
- package/dist/index.js +0 -386
- package/dist/index.js.map +0 -1
- package/dist-esm/src/alphaIdsClient.js +0 -34
- package/dist-esm/src/alphaIdsClient.js.map +0 -1
- package/dist-esm/src/generated/src/alphaIDsClient.js.map +0 -1
- package/dist-esm/src/generated/src/index.js.map +0 -1
- package/dist-esm/src/generated/src/models/index.js.map +0 -1
- package/dist-esm/src/generated/src/models/mappers.js.map +0 -1
- package/dist-esm/src/generated/src/models/parameters.js.map +0 -1
- package/dist-esm/src/generated/src/operations/alphaIds.js +0 -80
- package/dist-esm/src/generated/src/operations/alphaIds.js.map +0 -1
- package/dist-esm/src/generated/src/operationsInterfaces/alphaIds.js.map +0 -1
- package/dist-esm/src/index.js +0 -5
- package/dist-esm/src/models.js +0 -4
- package/dist-esm/src/models.js.map +0 -1
- package/dist-esm/src/utils/constants.js +0 -4
- package/dist-esm/src/utils/index.js +0 -5
- package/dist-esm/src/utils/index.js.map +0 -1
- package/types/communication-alpha-ids.d.ts +0 -49
- /package/{dist-esm/src → dist/browser}/generated/src/models/index.js +0 -0
- /package/{dist-esm/src → dist/browser}/generated/src/operationsInterfaces/alphaIds.js +0 -0
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { OperationParameter, OperationURLParameter, OperationQueryParameter } from "@azure/core-client";
|
|
2
|
+
export declare const accept: OperationParameter;
|
|
3
|
+
export declare const endpoint: OperationURLParameter;
|
|
4
|
+
export declare const skip: OperationQueryParameter;
|
|
5
|
+
export declare const top: OperationQueryParameter;
|
|
6
|
+
export declare const apiVersion: OperationQueryParameter;
|
|
7
|
+
export declare const contentType: OperationParameter;
|
|
8
|
+
export declare const enabled: OperationParameter;
|
|
9
|
+
export declare const nextLink: OperationURLParameter;
|
|
10
|
+
//# sourceMappingURL=parameters.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"parameters.d.ts","sourceRoot":"","sources":["../../../../../src/generated/src/models/parameters.ts"],"names":[],"mappings":"AAQA,OAAO,EACL,kBAAkB,EAClB,qBAAqB,EACrB,uBAAuB,EACxB,MAAM,oBAAoB,CAAC;AAG5B,eAAO,MAAM,MAAM,EAAE,kBAUpB,CAAC;AAEF,eAAO,MAAM,QAAQ,EAAE,qBAUtB,CAAC;AAEF,eAAO,MAAM,IAAI,EAAE,uBASlB,CAAC;AAEF,eAAO,MAAM,GAAG,EAAE,uBASjB,CAAC;AAEF,eAAO,MAAM,UAAU,EAAE,uBAUxB,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,kBAUzB,CAAC;AAEF,eAAO,MAAM,OAAO,EAAE,kBAGrB,CAAC;AAEF,eAAO,MAAM,QAAQ,EAAE,qBAUtB,CAAC"}
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
6
|
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
7
|
*/
|
|
8
|
-
import {
|
|
8
|
+
import { DynamicAlphaIdConfiguration as DynamicAlphaIdConfigurationMapper } from "../models/mappers.js";
|
|
9
9
|
export const accept = {
|
|
10
10
|
parameterPath: "accept",
|
|
11
11
|
mapper: {
|
|
@@ -28,10 +28,30 @@ export const endpoint = {
|
|
|
28
28
|
},
|
|
29
29
|
skipEncoding: true
|
|
30
30
|
};
|
|
31
|
+
export const skip = {
|
|
32
|
+
parameterPath: ["options", "skip"],
|
|
33
|
+
mapper: {
|
|
34
|
+
defaultValue: 0,
|
|
35
|
+
serializedName: "skip",
|
|
36
|
+
type: {
|
|
37
|
+
name: "Number"
|
|
38
|
+
}
|
|
39
|
+
}
|
|
40
|
+
};
|
|
41
|
+
export const top = {
|
|
42
|
+
parameterPath: ["options", "top"],
|
|
43
|
+
mapper: {
|
|
44
|
+
defaultValue: 100,
|
|
45
|
+
serializedName: "top",
|
|
46
|
+
type: {
|
|
47
|
+
name: "Number"
|
|
48
|
+
}
|
|
49
|
+
}
|
|
50
|
+
};
|
|
31
51
|
export const apiVersion = {
|
|
32
52
|
parameterPath: "apiVersion",
|
|
33
53
|
mapper: {
|
|
34
|
-
defaultValue: "
|
|
54
|
+
defaultValue: "2023-07-12",
|
|
35
55
|
isConstant: true,
|
|
36
56
|
serializedName: "api-version",
|
|
37
57
|
type: {
|
|
@@ -52,6 +72,17 @@ export const contentType = {
|
|
|
52
72
|
};
|
|
53
73
|
export const enabled = {
|
|
54
74
|
parameterPath: "enabled",
|
|
55
|
-
mapper:
|
|
75
|
+
mapper: DynamicAlphaIdConfigurationMapper
|
|
76
|
+
};
|
|
77
|
+
export const nextLink = {
|
|
78
|
+
parameterPath: "nextLink",
|
|
79
|
+
mapper: {
|
|
80
|
+
serializedName: "nextLink",
|
|
81
|
+
required: true,
|
|
82
|
+
type: {
|
|
83
|
+
name: "String"
|
|
84
|
+
}
|
|
85
|
+
},
|
|
86
|
+
skipEncoding: true
|
|
56
87
|
};
|
|
57
88
|
//# sourceMappingURL=parameters.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"parameters.js","sourceRoot":"","sources":["../../../../../src/generated/src/models/parameters.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAOH,OAAO,EAAE,2BAA2B,IAAI,iCAAiC,EAAE,MAAM,sBAAsB,CAAC;AAExG,MAAM,CAAC,MAAM,MAAM,GAAuB;IACxC,aAAa,EAAE,QAAQ;IACvB,MAAM,EAAE;QACN,YAAY,EAAE,kBAAkB;QAChC,UAAU,EAAE,IAAI;QAChB,cAAc,EAAE,QAAQ;QACxB,IAAI,EAAE;YACJ,IAAI,EAAE,QAAQ;SACf;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,QAAQ,GAA0B;IAC7C,aAAa,EAAE,UAAU;IACzB,MAAM,EAAE;QACN,cAAc,EAAE,UAAU;QAC1B,QAAQ,EAAE,IAAI;QACd,IAAI,EAAE;YACJ,IAAI,EAAE,QAAQ;SACf;KACF;IACD,YAAY,EAAE,IAAI;CACnB,CAAC;AAEF,MAAM,CAAC,MAAM,IAAI,GAA4B;IAC3C,aAAa,EAAE,CAAC,SAAS,EAAE,MAAM,CAAC;IAClC,MAAM,EAAE;QACN,YAAY,EAAE,CAAC;QACf,cAAc,EAAE,MAAM;QACtB,IAAI,EAAE;YACJ,IAAI,EAAE,QAAQ;SACf;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,GAAG,GAA4B;IAC1C,aAAa,EAAE,CAAC,SAAS,EAAE,KAAK,CAAC;IACjC,MAAM,EAAE;QACN,YAAY,EAAE,GAAG;QACjB,cAAc,EAAE,KAAK;QACrB,IAAI,EAAE;YACJ,IAAI,EAAE,QAAQ;SACf;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,UAAU,GAA4B;IACjD,aAAa,EAAE,YAAY;IAC3B,MAAM,EAAE;QACN,YAAY,EAAE,YAAY;QAC1B,UAAU,EAAE,IAAI;QAChB,cAAc,EAAE,aAAa;QAC7B,IAAI,EAAE;YACJ,IAAI,EAAE,QAAQ;SACf;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,WAAW,GAAuB;IAC7C,aAAa,EAAE,CAAC,SAAS,EAAE,aAAa,CAAC;IACzC,MAAM,EAAE;QACN,YAAY,EAAE,8BAA8B;QAC5C,UAAU,EAAE,IAAI;QAChB,cAAc,EAAE,cAAc;QAC9B,IAAI,EAAE;YACJ,IAAI,EAAE,QAAQ;SACf;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,OAAO,GAAuB;IACzC,aAAa,EAAE,SAAS;IACxB,MAAM,EAAE,iCAAiC;CAC1C,CAAC;AAEF,MAAM,CAAC,MAAM,QAAQ,GAA0B;IAC7C,aAAa,EAAE,UAAU;IACzB,MAAM,EAAE;QACN,cAAc,EAAE,UAAU;QAC1B,QAAQ,EAAE,IAAI;QACd,IAAI,EAAE;YACJ,IAAI,EAAE,QAAQ;SACf;KACF;IACD,YAAY,EAAE,IAAI;CACnB,CAAC","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport {\n OperationParameter,\n OperationURLParameter,\n OperationQueryParameter\n} from \"@azure/core-client\";\nimport { DynamicAlphaIdConfiguration as DynamicAlphaIdConfigurationMapper } from \"../models/mappers.js\";\n\nexport const accept: OperationParameter = {\n parameterPath: \"accept\",\n mapper: {\n defaultValue: \"application/json\",\n isConstant: true,\n serializedName: \"Accept\",\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const endpoint: OperationURLParameter = {\n parameterPath: \"endpoint\",\n mapper: {\n serializedName: \"endpoint\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n skipEncoding: true\n};\n\nexport const skip: OperationQueryParameter = {\n parameterPath: [\"options\", \"skip\"],\n mapper: {\n defaultValue: 0,\n serializedName: \"skip\",\n type: {\n name: \"Number\"\n }\n }\n};\n\nexport const top: OperationQueryParameter = {\n parameterPath: [\"options\", \"top\"],\n mapper: {\n defaultValue: 100,\n serializedName: \"top\",\n type: {\n name: \"Number\"\n }\n }\n};\n\nexport const apiVersion: OperationQueryParameter = {\n parameterPath: \"apiVersion\",\n mapper: {\n defaultValue: \"2023-07-12\",\n isConstant: true,\n serializedName: \"api-version\",\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const contentType: OperationParameter = {\n parameterPath: [\"options\", \"contentType\"],\n mapper: {\n defaultValue: \"application/merge-patch+json\",\n isConstant: true,\n serializedName: \"Content-Type\",\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const enabled: OperationParameter = {\n parameterPath: \"enabled\",\n mapper: DynamicAlphaIdConfigurationMapper\n};\n\nexport const nextLink: OperationURLParameter = {\n parameterPath: \"nextLink\",\n mapper: {\n serializedName: \"nextLink\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n skipEncoding: true\n};\n"]}
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
2
|
+
import { AlphaIds } from "../operationsInterfaces/index.js";
|
|
3
|
+
import { AlphaIDsClient } from "../alphaIDsClient.js";
|
|
4
|
+
import { AlphaId, AlphaIdsGetAlphaIdsOptionalParams, AlphaIdsGetDynamicAlphaIdConfigurationOptionalParams, AlphaIdsGetDynamicAlphaIdConfigurationResponse, AlphaIdsUpsertDynamicAlphaIdConfigurationOptionalParams, AlphaIdsUpsertDynamicAlphaIdConfigurationResponse, AlphaIdsGetDynamicAlphaIdCountriesOptionalParams, AlphaIdsGetDynamicAlphaIdCountriesResponse, AlphaIdsGetPreRegisteredAlphaIdCountriesOptionalParams, AlphaIdsGetPreRegisteredAlphaIdCountriesResponse } from "../models/index.js";
|
|
5
|
+
/** Class containing AlphaIds operations. */
|
|
6
|
+
export declare class AlphaIdsImpl implements AlphaIds {
|
|
7
|
+
private readonly client;
|
|
8
|
+
/**
|
|
9
|
+
* Initialize a new instance of the class AlphaIds class.
|
|
10
|
+
* @param client Reference to the service client
|
|
11
|
+
*/
|
|
12
|
+
constructor(client: AlphaIDsClient);
|
|
13
|
+
/**
|
|
14
|
+
* Gets the list of alpha ids for the current resource.
|
|
15
|
+
* @param options The options parameters.
|
|
16
|
+
*/
|
|
17
|
+
listAlphaIds(options?: AlphaIdsGetAlphaIdsOptionalParams): PagedAsyncIterableIterator<AlphaId>;
|
|
18
|
+
private getAlphaIdsPagingPage;
|
|
19
|
+
private getAlphaIdsPagingAll;
|
|
20
|
+
/**
|
|
21
|
+
* Gets the list of alpha ids for the current resource.
|
|
22
|
+
* @param options The options parameters.
|
|
23
|
+
*/
|
|
24
|
+
private _getAlphaIds;
|
|
25
|
+
/**
|
|
26
|
+
* Get the Dynamic Alpha ID configuration that's applied for the current resource.
|
|
27
|
+
* @param options The options parameters.
|
|
28
|
+
*/
|
|
29
|
+
getDynamicAlphaIdConfiguration(options?: AlphaIdsGetDynamicAlphaIdConfigurationOptionalParams): Promise<AlphaIdsGetDynamicAlphaIdConfigurationResponse>;
|
|
30
|
+
/**
|
|
31
|
+
* Creates or updates Dynamic Alpha ID Configuration for the current resource.
|
|
32
|
+
* @param enabled Indicates whether the use of Dynamic Alpha IDs is supported for a specific resource.
|
|
33
|
+
* @param options The options parameters.
|
|
34
|
+
*/
|
|
35
|
+
upsertDynamicAlphaIdConfiguration(enabled: boolean, options?: AlphaIdsUpsertDynamicAlphaIdConfigurationOptionalParams): Promise<AlphaIdsUpsertDynamicAlphaIdConfigurationResponse>;
|
|
36
|
+
/**
|
|
37
|
+
* Gets the list of countries that support Dynamic Alpha IDs.
|
|
38
|
+
* @param options The options parameters.
|
|
39
|
+
*/
|
|
40
|
+
getDynamicAlphaIdCountries(options?: AlphaIdsGetDynamicAlphaIdCountriesOptionalParams): Promise<AlphaIdsGetDynamicAlphaIdCountriesResponse>;
|
|
41
|
+
/**
|
|
42
|
+
* Gets the list of countries that support Pre-Registered Alpha IDs.
|
|
43
|
+
* @param options The options parameters.
|
|
44
|
+
*/
|
|
45
|
+
getPreRegisteredAlphaIdCountries(options?: AlphaIdsGetPreRegisteredAlphaIdCountriesOptionalParams): Promise<AlphaIdsGetPreRegisteredAlphaIdCountriesResponse>;
|
|
46
|
+
/**
|
|
47
|
+
* GetAlphaIdsNext
|
|
48
|
+
* @param nextLink The nextLink from the previous successful call to the GetAlphaIds method.
|
|
49
|
+
* @param options The options parameters.
|
|
50
|
+
*/
|
|
51
|
+
private _getAlphaIdsNext;
|
|
52
|
+
}
|
|
53
|
+
//# sourceMappingURL=alphaIds.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"alphaIds.d.ts","sourceRoot":"","sources":["../../../../../src/generated/src/operations/alphaIds.ts"],"names":[],"mappings":"AASA,OAAO,EAAE,0BAA0B,EAAgB,MAAM,oBAAoB,CAAC;AAE9E,OAAO,EAAE,QAAQ,EAAE,MAAM,kCAAkC,CAAC;AAI5D,OAAO,EAAE,cAAc,EAAE,MAAM,sBAAsB,CAAC;AACtD,OAAO,EACL,OAAO,EAEP,iCAAiC,EAEjC,oDAAoD,EACpD,8CAA8C,EAC9C,uDAAuD,EACvD,iDAAiD,EACjD,gDAAgD,EAChD,0CAA0C,EAC1C,sDAAsD,EACtD,gDAAgD,EAEjD,MAAM,oBAAoB,CAAC;AAG5B,4CAA4C;AAC5C,qBAAa,YAAa,YAAW,QAAQ;IAC3C,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAiB;IAExC;;;OAGG;gBACS,MAAM,EAAE,cAAc;IAIlC;;;OAGG;IACI,YAAY,CACjB,OAAO,CAAC,EAAE,iCAAiC,GAC1C,0BAA0B,CAAC,OAAO,CAAC;YAkBvB,qBAAqB;YAsBrB,oBAAoB;IAQnC;;;OAGG;YACW,YAAY;IAe1B;;;OAGG;IACG,8BAA8B,CAClC,OAAO,CAAC,EAAE,oDAAoD,GAC7D,OAAO,CAAC,8CAA8C,CAAC;IAa1D;;;;OAIG;IACG,iCAAiC,CACrC,OAAO,EAAE,OAAO,EAChB,OAAO,CAAC,EAAE,uDAAuD,GAChE,OAAO,CAAC,iDAAiD,CAAC;IAa7D;;;OAGG;IACG,0BAA0B,CAC9B,OAAO,CAAC,EAAE,gDAAgD,GACzD,OAAO,CAAC,0CAA0C,CAAC;IAatD;;;OAGG;IACG,gCAAgC,CACpC,OAAO,CAAC,EAAE,sDAAsD,GAC/D,OAAO,CAAC,gDAAgD,CAAC;IAa5D;;;;OAIG;YACW,gBAAgB;CAe/B"}
|
|
@@ -0,0 +1,227 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Copyright (c) Microsoft Corporation.
|
|
3
|
+
* Licensed under the MIT License.
|
|
4
|
+
*
|
|
5
|
+
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
|
+
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
|
+
*/
|
|
8
|
+
import { tracingClient } from "../tracing.js";
|
|
9
|
+
import { setContinuationToken } from "../pagingHelper.js";
|
|
10
|
+
import * as coreClient from "@azure/core-client";
|
|
11
|
+
import * as Mappers from "../models/mappers.js";
|
|
12
|
+
import * as Parameters from "../models/parameters.js";
|
|
13
|
+
/// <reference lib="esnext.asynciterable" />
|
|
14
|
+
/** Class containing AlphaIds operations. */
|
|
15
|
+
export class AlphaIdsImpl {
|
|
16
|
+
client;
|
|
17
|
+
/**
|
|
18
|
+
* Initialize a new instance of the class AlphaIds class.
|
|
19
|
+
* @param client Reference to the service client
|
|
20
|
+
*/
|
|
21
|
+
constructor(client) {
|
|
22
|
+
this.client = client;
|
|
23
|
+
}
|
|
24
|
+
/**
|
|
25
|
+
* Gets the list of alpha ids for the current resource.
|
|
26
|
+
* @param options The options parameters.
|
|
27
|
+
*/
|
|
28
|
+
listAlphaIds(options) {
|
|
29
|
+
const iter = this.getAlphaIdsPagingAll(options);
|
|
30
|
+
return {
|
|
31
|
+
next() {
|
|
32
|
+
return iter.next();
|
|
33
|
+
},
|
|
34
|
+
[Symbol.asyncIterator]() {
|
|
35
|
+
return this;
|
|
36
|
+
},
|
|
37
|
+
byPage: (settings) => {
|
|
38
|
+
if (settings?.maxPageSize) {
|
|
39
|
+
throw new Error("maxPageSize is not supported by this operation.");
|
|
40
|
+
}
|
|
41
|
+
return this.getAlphaIdsPagingPage(options, settings);
|
|
42
|
+
}
|
|
43
|
+
};
|
|
44
|
+
}
|
|
45
|
+
async *getAlphaIdsPagingPage(options, settings) {
|
|
46
|
+
let result;
|
|
47
|
+
let continuationToken = settings?.continuationToken;
|
|
48
|
+
if (!continuationToken) {
|
|
49
|
+
result = await this._getAlphaIds(options);
|
|
50
|
+
let page = result.alphaIds || [];
|
|
51
|
+
continuationToken = result.nextLink;
|
|
52
|
+
setContinuationToken(page, continuationToken);
|
|
53
|
+
yield page;
|
|
54
|
+
}
|
|
55
|
+
while (continuationToken) {
|
|
56
|
+
result = await this._getAlphaIdsNext(continuationToken, options);
|
|
57
|
+
continuationToken = result.nextLink;
|
|
58
|
+
let page = result.alphaIds || [];
|
|
59
|
+
setContinuationToken(page, continuationToken);
|
|
60
|
+
yield page;
|
|
61
|
+
}
|
|
62
|
+
}
|
|
63
|
+
async *getAlphaIdsPagingAll(options) {
|
|
64
|
+
for await (const page of this.getAlphaIdsPagingPage(options)) {
|
|
65
|
+
yield* page;
|
|
66
|
+
}
|
|
67
|
+
}
|
|
68
|
+
/**
|
|
69
|
+
* Gets the list of alpha ids for the current resource.
|
|
70
|
+
* @param options The options parameters.
|
|
71
|
+
*/
|
|
72
|
+
async _getAlphaIds(options) {
|
|
73
|
+
return tracingClient.withSpan("AlphaIDsClient._getAlphaIds", options ?? {}, async (options) => {
|
|
74
|
+
return this.client.sendOperationRequest({ options }, getAlphaIdsOperationSpec);
|
|
75
|
+
});
|
|
76
|
+
}
|
|
77
|
+
/**
|
|
78
|
+
* Get the Dynamic Alpha ID configuration that's applied for the current resource.
|
|
79
|
+
* @param options The options parameters.
|
|
80
|
+
*/
|
|
81
|
+
async getDynamicAlphaIdConfiguration(options) {
|
|
82
|
+
return tracingClient.withSpan("AlphaIDsClient.getDynamicAlphaIdConfiguration", options ?? {}, async (options) => {
|
|
83
|
+
return this.client.sendOperationRequest({ options }, getDynamicAlphaIdConfigurationOperationSpec);
|
|
84
|
+
});
|
|
85
|
+
}
|
|
86
|
+
/**
|
|
87
|
+
* Creates or updates Dynamic Alpha ID Configuration for the current resource.
|
|
88
|
+
* @param enabled Indicates whether the use of Dynamic Alpha IDs is supported for a specific resource.
|
|
89
|
+
* @param options The options parameters.
|
|
90
|
+
*/
|
|
91
|
+
async upsertDynamicAlphaIdConfiguration(enabled, options) {
|
|
92
|
+
return tracingClient.withSpan("AlphaIDsClient.upsertDynamicAlphaIdConfiguration", options ?? {}, async (options) => {
|
|
93
|
+
return this.client.sendOperationRequest({ enabled, options }, upsertDynamicAlphaIdConfigurationOperationSpec);
|
|
94
|
+
});
|
|
95
|
+
}
|
|
96
|
+
/**
|
|
97
|
+
* Gets the list of countries that support Dynamic Alpha IDs.
|
|
98
|
+
* @param options The options parameters.
|
|
99
|
+
*/
|
|
100
|
+
async getDynamicAlphaIdCountries(options) {
|
|
101
|
+
return tracingClient.withSpan("AlphaIDsClient.getDynamicAlphaIdCountries", options ?? {}, async (options) => {
|
|
102
|
+
return this.client.sendOperationRequest({ options }, getDynamicAlphaIdCountriesOperationSpec);
|
|
103
|
+
});
|
|
104
|
+
}
|
|
105
|
+
/**
|
|
106
|
+
* Gets the list of countries that support Pre-Registered Alpha IDs.
|
|
107
|
+
* @param options The options parameters.
|
|
108
|
+
*/
|
|
109
|
+
async getPreRegisteredAlphaIdCountries(options) {
|
|
110
|
+
return tracingClient.withSpan("AlphaIDsClient.getPreRegisteredAlphaIdCountries", options ?? {}, async (options) => {
|
|
111
|
+
return this.client.sendOperationRequest({ options }, getPreRegisteredAlphaIdCountriesOperationSpec);
|
|
112
|
+
});
|
|
113
|
+
}
|
|
114
|
+
/**
|
|
115
|
+
* GetAlphaIdsNext
|
|
116
|
+
* @param nextLink The nextLink from the previous successful call to the GetAlphaIds method.
|
|
117
|
+
* @param options The options parameters.
|
|
118
|
+
*/
|
|
119
|
+
async _getAlphaIdsNext(nextLink, options) {
|
|
120
|
+
return tracingClient.withSpan("AlphaIDsClient._getAlphaIdsNext", options ?? {}, async (options) => {
|
|
121
|
+
return this.client.sendOperationRequest({ nextLink, options }, getAlphaIdsNextOperationSpec);
|
|
122
|
+
});
|
|
123
|
+
}
|
|
124
|
+
}
|
|
125
|
+
// Operation Specifications
|
|
126
|
+
const serializer = coreClient.createSerializer(Mappers, /* isXml */ false);
|
|
127
|
+
const getAlphaIdsOperationSpec = {
|
|
128
|
+
path: "/alphaIds",
|
|
129
|
+
httpMethod: "GET",
|
|
130
|
+
responses: {
|
|
131
|
+
200: {
|
|
132
|
+
bodyMapper: Mappers.AcquiredAlphaIds
|
|
133
|
+
},
|
|
134
|
+
default: {
|
|
135
|
+
bodyMapper: Mappers.CommunicationErrorResponse
|
|
136
|
+
}
|
|
137
|
+
},
|
|
138
|
+
queryParameters: [Parameters.skip, Parameters.top, Parameters.apiVersion],
|
|
139
|
+
urlParameters: [Parameters.endpoint],
|
|
140
|
+
headerParameters: [Parameters.accept],
|
|
141
|
+
serializer
|
|
142
|
+
};
|
|
143
|
+
const getDynamicAlphaIdConfigurationOperationSpec = {
|
|
144
|
+
path: "/alphaIds/dynamic/configuration",
|
|
145
|
+
httpMethod: "GET",
|
|
146
|
+
responses: {
|
|
147
|
+
200: {
|
|
148
|
+
bodyMapper: Mappers.DynamicAlphaIdConfiguration
|
|
149
|
+
},
|
|
150
|
+
default: {
|
|
151
|
+
bodyMapper: Mappers.CommunicationErrorResponse
|
|
152
|
+
}
|
|
153
|
+
},
|
|
154
|
+
queryParameters: [Parameters.apiVersion],
|
|
155
|
+
urlParameters: [Parameters.endpoint],
|
|
156
|
+
headerParameters: [Parameters.accept],
|
|
157
|
+
serializer
|
|
158
|
+
};
|
|
159
|
+
const upsertDynamicAlphaIdConfigurationOperationSpec = {
|
|
160
|
+
path: "/alphaIds/dynamic/configuration",
|
|
161
|
+
httpMethod: "PATCH",
|
|
162
|
+
responses: {
|
|
163
|
+
200: {
|
|
164
|
+
bodyMapper: Mappers.DynamicAlphaIdConfiguration
|
|
165
|
+
},
|
|
166
|
+
default: {
|
|
167
|
+
bodyMapper: Mappers.CommunicationErrorResponse
|
|
168
|
+
}
|
|
169
|
+
},
|
|
170
|
+
requestBody: {
|
|
171
|
+
parameterPath: { enabled: ["enabled"] },
|
|
172
|
+
mapper: { ...Mappers.DynamicAlphaIdConfiguration, required: true }
|
|
173
|
+
},
|
|
174
|
+
queryParameters: [Parameters.apiVersion],
|
|
175
|
+
urlParameters: [Parameters.endpoint],
|
|
176
|
+
headerParameters: [Parameters.accept, Parameters.contentType],
|
|
177
|
+
mediaType: "json",
|
|
178
|
+
serializer
|
|
179
|
+
};
|
|
180
|
+
const getDynamicAlphaIdCountriesOperationSpec = {
|
|
181
|
+
path: "/alphaIds/dynamic/countries",
|
|
182
|
+
httpMethod: "GET",
|
|
183
|
+
responses: {
|
|
184
|
+
200: {
|
|
185
|
+
bodyMapper: Mappers.SupportedCountries
|
|
186
|
+
},
|
|
187
|
+
default: {
|
|
188
|
+
bodyMapper: Mappers.CommunicationErrorResponse
|
|
189
|
+
}
|
|
190
|
+
},
|
|
191
|
+
queryParameters: [Parameters.apiVersion],
|
|
192
|
+
urlParameters: [Parameters.endpoint],
|
|
193
|
+
headerParameters: [Parameters.accept],
|
|
194
|
+
serializer
|
|
195
|
+
};
|
|
196
|
+
const getPreRegisteredAlphaIdCountriesOperationSpec = {
|
|
197
|
+
path: "/alphaIds/pre-registered/countries",
|
|
198
|
+
httpMethod: "GET",
|
|
199
|
+
responses: {
|
|
200
|
+
200: {
|
|
201
|
+
bodyMapper: Mappers.SupportedCountries
|
|
202
|
+
},
|
|
203
|
+
default: {
|
|
204
|
+
bodyMapper: Mappers.CommunicationErrorResponse
|
|
205
|
+
}
|
|
206
|
+
},
|
|
207
|
+
queryParameters: [Parameters.apiVersion],
|
|
208
|
+
urlParameters: [Parameters.endpoint],
|
|
209
|
+
headerParameters: [Parameters.accept],
|
|
210
|
+
serializer
|
|
211
|
+
};
|
|
212
|
+
const getAlphaIdsNextOperationSpec = {
|
|
213
|
+
path: "{nextLink}",
|
|
214
|
+
httpMethod: "GET",
|
|
215
|
+
responses: {
|
|
216
|
+
200: {
|
|
217
|
+
bodyMapper: Mappers.AcquiredAlphaIds
|
|
218
|
+
},
|
|
219
|
+
default: {
|
|
220
|
+
bodyMapper: Mappers.CommunicationErrorResponse
|
|
221
|
+
}
|
|
222
|
+
},
|
|
223
|
+
urlParameters: [Parameters.endpoint, Parameters.nextLink],
|
|
224
|
+
headerParameters: [Parameters.accept],
|
|
225
|
+
serializer
|
|
226
|
+
};
|
|
227
|
+
//# sourceMappingURL=alphaIds.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"alphaIds.js","sourceRoot":"","sources":["../../../../../src/generated/src/operations/alphaIds.ts"],"names":[],"mappings":"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","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { tracingClient } from \"../tracing.js\";\nimport { PagedAsyncIterableIterator, PageSettings } from \"@azure/core-paging\";\nimport { setContinuationToken } from \"../pagingHelper.js\";\nimport { AlphaIds } from \"../operationsInterfaces/index.js\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers.js\";\nimport * as Parameters from \"../models/parameters.js\";\nimport { AlphaIDsClient } from \"../alphaIDsClient.js\";\nimport {\n AlphaId,\n AlphaIdsGetAlphaIdsNextOptionalParams,\n AlphaIdsGetAlphaIdsOptionalParams,\n AlphaIdsGetAlphaIdsResponse,\n AlphaIdsGetDynamicAlphaIdConfigurationOptionalParams,\n AlphaIdsGetDynamicAlphaIdConfigurationResponse,\n AlphaIdsUpsertDynamicAlphaIdConfigurationOptionalParams,\n AlphaIdsUpsertDynamicAlphaIdConfigurationResponse,\n AlphaIdsGetDynamicAlphaIdCountriesOptionalParams,\n AlphaIdsGetDynamicAlphaIdCountriesResponse,\n AlphaIdsGetPreRegisteredAlphaIdCountriesOptionalParams,\n AlphaIdsGetPreRegisteredAlphaIdCountriesResponse,\n AlphaIdsGetAlphaIdsNextResponse\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Class containing AlphaIds operations. */\nexport class AlphaIdsImpl implements AlphaIds {\n private readonly client: AlphaIDsClient;\n\n /**\n * Initialize a new instance of the class AlphaIds class.\n * @param client Reference to the service client\n */\n constructor(client: AlphaIDsClient) {\n this.client = client;\n }\n\n /**\n * Gets the list of alpha ids for the current resource.\n * @param options The options parameters.\n */\n public listAlphaIds(\n options?: AlphaIdsGetAlphaIdsOptionalParams\n ): PagedAsyncIterableIterator<AlphaId> {\n const iter = this.getAlphaIdsPagingAll(options);\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: (settings?: PageSettings) => {\n if (settings?.maxPageSize) {\n throw new Error(\"maxPageSize is not supported by this operation.\");\n }\n return this.getAlphaIdsPagingPage(options, settings);\n }\n };\n }\n\n private async *getAlphaIdsPagingPage(\n options?: AlphaIdsGetAlphaIdsOptionalParams,\n settings?: PageSettings\n ): AsyncIterableIterator<AlphaId[]> {\n let result: AlphaIdsGetAlphaIdsResponse;\n let continuationToken = settings?.continuationToken;\n if (!continuationToken) {\n result = await this._getAlphaIds(options);\n let page = result.alphaIds || [];\n continuationToken = result.nextLink;\n setContinuationToken(page, continuationToken);\n yield page;\n }\n while (continuationToken) {\n result = await this._getAlphaIdsNext(continuationToken, options);\n continuationToken = result.nextLink;\n let page = result.alphaIds || [];\n setContinuationToken(page, continuationToken);\n yield page;\n }\n }\n\n private async *getAlphaIdsPagingAll(\n options?: AlphaIdsGetAlphaIdsOptionalParams\n ): AsyncIterableIterator<AlphaId> {\n for await (const page of this.getAlphaIdsPagingPage(options)) {\n yield* page;\n }\n }\n\n /**\n * Gets the list of alpha ids for the current resource.\n * @param options The options parameters.\n */\n private async _getAlphaIds(\n options?: AlphaIdsGetAlphaIdsOptionalParams\n ): Promise<AlphaIdsGetAlphaIdsResponse> {\n return tracingClient.withSpan(\n \"AlphaIDsClient._getAlphaIds\",\n options ?? {},\n async (options) => {\n return this.client.sendOperationRequest(\n { options },\n getAlphaIdsOperationSpec\n ) as Promise<AlphaIdsGetAlphaIdsResponse>;\n }\n );\n }\n\n /**\n * Get the Dynamic Alpha ID configuration that's applied for the current resource.\n * @param options The options parameters.\n */\n async getDynamicAlphaIdConfiguration(\n options?: AlphaIdsGetDynamicAlphaIdConfigurationOptionalParams\n ): Promise<AlphaIdsGetDynamicAlphaIdConfigurationResponse> {\n return tracingClient.withSpan(\n \"AlphaIDsClient.getDynamicAlphaIdConfiguration\",\n options ?? {},\n async (options) => {\n return this.client.sendOperationRequest(\n { options },\n getDynamicAlphaIdConfigurationOperationSpec\n ) as Promise<AlphaIdsGetDynamicAlphaIdConfigurationResponse>;\n }\n );\n }\n\n /**\n * Creates or updates Dynamic Alpha ID Configuration for the current resource.\n * @param enabled Indicates whether the use of Dynamic Alpha IDs is supported for a specific resource.\n * @param options The options parameters.\n */\n async upsertDynamicAlphaIdConfiguration(\n enabled: boolean,\n options?: AlphaIdsUpsertDynamicAlphaIdConfigurationOptionalParams\n ): Promise<AlphaIdsUpsertDynamicAlphaIdConfigurationResponse> {\n return tracingClient.withSpan(\n \"AlphaIDsClient.upsertDynamicAlphaIdConfiguration\",\n options ?? {},\n async (options) => {\n return this.client.sendOperationRequest(\n { enabled, options },\n upsertDynamicAlphaIdConfigurationOperationSpec\n ) as Promise<AlphaIdsUpsertDynamicAlphaIdConfigurationResponse>;\n }\n );\n }\n\n /**\n * Gets the list of countries that support Dynamic Alpha IDs.\n * @param options The options parameters.\n */\n async getDynamicAlphaIdCountries(\n options?: AlphaIdsGetDynamicAlphaIdCountriesOptionalParams\n ): Promise<AlphaIdsGetDynamicAlphaIdCountriesResponse> {\n return tracingClient.withSpan(\n \"AlphaIDsClient.getDynamicAlphaIdCountries\",\n options ?? {},\n async (options) => {\n return this.client.sendOperationRequest(\n { options },\n getDynamicAlphaIdCountriesOperationSpec\n ) as Promise<AlphaIdsGetDynamicAlphaIdCountriesResponse>;\n }\n );\n }\n\n /**\n * Gets the list of countries that support Pre-Registered Alpha IDs.\n * @param options The options parameters.\n */\n async getPreRegisteredAlphaIdCountries(\n options?: AlphaIdsGetPreRegisteredAlphaIdCountriesOptionalParams\n ): Promise<AlphaIdsGetPreRegisteredAlphaIdCountriesResponse> {\n return tracingClient.withSpan(\n \"AlphaIDsClient.getPreRegisteredAlphaIdCountries\",\n options ?? {},\n async (options) => {\n return this.client.sendOperationRequest(\n { options },\n getPreRegisteredAlphaIdCountriesOperationSpec\n ) as Promise<AlphaIdsGetPreRegisteredAlphaIdCountriesResponse>;\n }\n );\n }\n\n /**\n * GetAlphaIdsNext\n * @param nextLink The nextLink from the previous successful call to the GetAlphaIds method.\n * @param options The options parameters.\n */\n private async _getAlphaIdsNext(\n nextLink: string,\n options?: AlphaIdsGetAlphaIdsNextOptionalParams\n ): Promise<AlphaIdsGetAlphaIdsNextResponse> {\n return tracingClient.withSpan(\n \"AlphaIDsClient._getAlphaIdsNext\",\n options ?? {},\n async (options) => {\n return this.client.sendOperationRequest(\n { nextLink, options },\n getAlphaIdsNextOperationSpec\n ) as Promise<AlphaIdsGetAlphaIdsNextResponse>;\n }\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst getAlphaIdsOperationSpec: coreClient.OperationSpec = {\n path: \"/alphaIds\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.AcquiredAlphaIds\n },\n default: {\n bodyMapper: Mappers.CommunicationErrorResponse\n }\n },\n queryParameters: [Parameters.skip, Parameters.top, Parameters.apiVersion],\n urlParameters: [Parameters.endpoint],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst getDynamicAlphaIdConfigurationOperationSpec: coreClient.OperationSpec = {\n path: \"/alphaIds/dynamic/configuration\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.DynamicAlphaIdConfiguration\n },\n default: {\n bodyMapper: Mappers.CommunicationErrorResponse\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [Parameters.endpoint],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst upsertDynamicAlphaIdConfigurationOperationSpec: coreClient.OperationSpec = {\n path: \"/alphaIds/dynamic/configuration\",\n httpMethod: \"PATCH\",\n responses: {\n 200: {\n bodyMapper: Mappers.DynamicAlphaIdConfiguration\n },\n default: {\n bodyMapper: Mappers.CommunicationErrorResponse\n }\n },\n requestBody: {\n parameterPath: { enabled: [\"enabled\"] },\n mapper: { ...Mappers.DynamicAlphaIdConfiguration, required: true }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [Parameters.endpoint],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer\n};\nconst getDynamicAlphaIdCountriesOperationSpec: coreClient.OperationSpec = {\n path: \"/alphaIds/dynamic/countries\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.SupportedCountries\n },\n default: {\n bodyMapper: Mappers.CommunicationErrorResponse\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [Parameters.endpoint],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst getPreRegisteredAlphaIdCountriesOperationSpec: coreClient.OperationSpec = {\n path: \"/alphaIds/pre-registered/countries\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.SupportedCountries\n },\n default: {\n bodyMapper: Mappers.CommunicationErrorResponse\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [Parameters.endpoint],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst getAlphaIdsNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.AcquiredAlphaIds\n },\n default: {\n bodyMapper: Mappers.CommunicationErrorResponse\n }\n },\n urlParameters: [Parameters.endpoint, Parameters.nextLink],\n headerParameters: [Parameters.accept],\n serializer\n};\n"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/generated/src/operations/index.ts"],"names":[],"mappings":"AAQA,cAAc,eAAe,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Copyright (c) Microsoft Corporation.
|
|
3
|
+
* Licensed under the MIT License.
|
|
4
|
+
*
|
|
5
|
+
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
|
+
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
|
+
*/
|
|
8
|
+
export * from "./alphaIds.js";
|
|
9
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/generated/src/operations/index.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,cAAc,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/generated/src/operations/index.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,cAAc,eAAe,CAAC","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nexport * from \"./alphaIds.js\";\n"]}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
2
|
+
import { AlphaId, AlphaIdsGetAlphaIdsOptionalParams, AlphaIdsGetDynamicAlphaIdConfigurationOptionalParams, AlphaIdsGetDynamicAlphaIdConfigurationResponse, AlphaIdsUpsertDynamicAlphaIdConfigurationOptionalParams, AlphaIdsUpsertDynamicAlphaIdConfigurationResponse, AlphaIdsGetDynamicAlphaIdCountriesOptionalParams, AlphaIdsGetDynamicAlphaIdCountriesResponse, AlphaIdsGetPreRegisteredAlphaIdCountriesOptionalParams, AlphaIdsGetPreRegisteredAlphaIdCountriesResponse } from "../models/index.js";
|
|
3
|
+
/** Interface representing a AlphaIds. */
|
|
4
|
+
export interface AlphaIds {
|
|
5
|
+
/**
|
|
6
|
+
* Gets the list of alpha ids for the current resource.
|
|
7
|
+
* @param options The options parameters.
|
|
8
|
+
*/
|
|
9
|
+
listAlphaIds(options?: AlphaIdsGetAlphaIdsOptionalParams): PagedAsyncIterableIterator<AlphaId>;
|
|
10
|
+
/**
|
|
11
|
+
* Get the Dynamic Alpha ID configuration that's applied for the current resource.
|
|
12
|
+
* @param options The options parameters.
|
|
13
|
+
*/
|
|
14
|
+
getDynamicAlphaIdConfiguration(options?: AlphaIdsGetDynamicAlphaIdConfigurationOptionalParams): Promise<AlphaIdsGetDynamicAlphaIdConfigurationResponse>;
|
|
15
|
+
/**
|
|
16
|
+
* Creates or updates Dynamic Alpha ID Configuration for the current resource.
|
|
17
|
+
* @param enabled Indicates whether the use of Dynamic Alpha IDs is supported for a specific resource.
|
|
18
|
+
* @param options The options parameters.
|
|
19
|
+
*/
|
|
20
|
+
upsertDynamicAlphaIdConfiguration(enabled: boolean, options?: AlphaIdsUpsertDynamicAlphaIdConfigurationOptionalParams): Promise<AlphaIdsUpsertDynamicAlphaIdConfigurationResponse>;
|
|
21
|
+
/**
|
|
22
|
+
* Gets the list of countries that support Dynamic Alpha IDs.
|
|
23
|
+
* @param options The options parameters.
|
|
24
|
+
*/
|
|
25
|
+
getDynamicAlphaIdCountries(options?: AlphaIdsGetDynamicAlphaIdCountriesOptionalParams): Promise<AlphaIdsGetDynamicAlphaIdCountriesResponse>;
|
|
26
|
+
/**
|
|
27
|
+
* Gets the list of countries that support Pre-Registered Alpha IDs.
|
|
28
|
+
* @param options The options parameters.
|
|
29
|
+
*/
|
|
30
|
+
getPreRegisteredAlphaIdCountries(options?: AlphaIdsGetPreRegisteredAlphaIdCountriesOptionalParams): Promise<AlphaIdsGetPreRegisteredAlphaIdCountriesResponse>;
|
|
31
|
+
}
|
|
32
|
+
//# sourceMappingURL=alphaIds.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"alphaIds.d.ts","sourceRoot":"","sources":["../../../../../src/generated/src/operationsInterfaces/alphaIds.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAE,MAAM,oBAAoB,CAAC;AAChE,OAAO,EACL,OAAO,EACP,iCAAiC,EACjC,oDAAoD,EACpD,8CAA8C,EAC9C,uDAAuD,EACvD,iDAAiD,EACjD,gDAAgD,EAChD,0CAA0C,EAC1C,sDAAsD,EACtD,gDAAgD,EACjD,MAAM,oBAAoB,CAAC;AAG5B,yCAAyC;AACzC,MAAM,WAAW,QAAQ;IACvB;;;OAGG;IACH,YAAY,CACV,OAAO,CAAC,EAAE,iCAAiC,GAC1C,0BAA0B,CAAC,OAAO,CAAC,CAAC;IACvC;;;OAGG;IACH,8BAA8B,CAC5B,OAAO,CAAC,EAAE,oDAAoD,GAC7D,OAAO,CAAC,8CAA8C,CAAC,CAAC;IAC3D;;;;OAIG;IACH,iCAAiC,CAC/B,OAAO,EAAE,OAAO,EAChB,OAAO,CAAC,EAAE,uDAAuD,GAChE,OAAO,CAAC,iDAAiD,CAAC,CAAC;IAC9D;;;OAGG;IACH,0BAA0B,CACxB,OAAO,CAAC,EAAE,gDAAgD,GACzD,OAAO,CAAC,0CAA0C,CAAC,CAAC;IACvD;;;OAGG;IACH,gCAAgC,CAC9B,OAAO,CAAC,EAAE,sDAAsD,GAC/D,OAAO,CAAC,gDAAgD,CAAC,CAAC;CAC9D"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"alphaIds.js","sourceRoot":"","sources":["../../../../../src/generated/src/operationsInterfaces/alphaIds.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport {\n AlphaId,\n AlphaIdsGetAlphaIdsOptionalParams,\n AlphaIdsGetDynamicAlphaIdConfigurationOptionalParams,\n AlphaIdsGetDynamicAlphaIdConfigurationResponse,\n AlphaIdsUpsertDynamicAlphaIdConfigurationOptionalParams,\n AlphaIdsUpsertDynamicAlphaIdConfigurationResponse,\n AlphaIdsGetDynamicAlphaIdCountriesOptionalParams,\n AlphaIdsGetDynamicAlphaIdCountriesResponse,\n AlphaIdsGetPreRegisteredAlphaIdCountriesOptionalParams,\n AlphaIdsGetPreRegisteredAlphaIdCountriesResponse\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Interface representing a AlphaIds. */\nexport interface AlphaIds {\n /**\n * Gets the list of alpha ids for the current resource.\n * @param options The options parameters.\n */\n listAlphaIds(\n options?: AlphaIdsGetAlphaIdsOptionalParams\n ): PagedAsyncIterableIterator<AlphaId>;\n /**\n * Get the Dynamic Alpha ID configuration that's applied for the current resource.\n * @param options The options parameters.\n */\n getDynamicAlphaIdConfiguration(\n options?: AlphaIdsGetDynamicAlphaIdConfigurationOptionalParams\n ): Promise<AlphaIdsGetDynamicAlphaIdConfigurationResponse>;\n /**\n * Creates or updates Dynamic Alpha ID Configuration for the current resource.\n * @param enabled Indicates whether the use of Dynamic Alpha IDs is supported for a specific resource.\n * @param options The options parameters.\n */\n upsertDynamicAlphaIdConfiguration(\n enabled: boolean,\n options?: AlphaIdsUpsertDynamicAlphaIdConfigurationOptionalParams\n ): Promise<AlphaIdsUpsertDynamicAlphaIdConfigurationResponse>;\n /**\n * Gets the list of countries that support Dynamic Alpha IDs.\n * @param options The options parameters.\n */\n getDynamicAlphaIdCountries(\n options?: AlphaIdsGetDynamicAlphaIdCountriesOptionalParams\n ): Promise<AlphaIdsGetDynamicAlphaIdCountriesResponse>;\n /**\n * Gets the list of countries that support Pre-Registered Alpha IDs.\n * @param options The options parameters.\n */\n getPreRegisteredAlphaIdCountries(\n options?: AlphaIdsGetPreRegisteredAlphaIdCountriesOptionalParams\n ): Promise<AlphaIdsGetPreRegisteredAlphaIdCountriesResponse>;\n}\n"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/generated/src/operationsInterfaces/index.ts"],"names":[],"mappings":"AAQA,cAAc,eAAe,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Copyright (c) Microsoft Corporation.
|
|
3
|
+
* Licensed under the MIT License.
|
|
4
|
+
*
|
|
5
|
+
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
|
+
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
|
+
*/
|
|
8
|
+
export * from "./alphaIds.js";
|
|
9
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/generated/src/operationsInterfaces/index.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,cAAc,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/generated/src/operationsInterfaces/index.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,cAAc,eAAe,CAAC","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nexport * from \"./alphaIds.js\";\n"]}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
export interface PageInfo {
|
|
2
|
+
continuationToken?: string;
|
|
3
|
+
}
|
|
4
|
+
/**
|
|
5
|
+
* Given the last `.value` produced by the `byPage` iterator,
|
|
6
|
+
* returns a continuation token that can be used to begin paging from
|
|
7
|
+
* that point later.
|
|
8
|
+
* @param page An object from accessing `value` on the IteratorResult from a `byPage` iterator.
|
|
9
|
+
* @returns The continuation token that can be passed into byPage() during future calls.
|
|
10
|
+
*/
|
|
11
|
+
export declare function getContinuationToken(page: unknown): string | undefined;
|
|
12
|
+
export declare function setContinuationToken(page: unknown, continuationToken: string | undefined): void;
|
|
13
|
+
//# sourceMappingURL=pagingHelper.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"pagingHelper.d.ts","sourceRoot":"","sources":["../../../../src/generated/src/pagingHelper.ts"],"names":[],"mappings":"AAQA,MAAM,WAAW,QAAQ;IACvB,iBAAiB,CAAC,EAAE,MAAM,CAAC;CAC5B;AAID;;;;;;GAMG;AACH,wBAAgB,oBAAoB,CAAC,IAAI,EAAE,OAAO,GAAG,MAAM,GAAG,SAAS,CAKtE;AAED,wBAAgB,oBAAoB,CAClC,IAAI,EAAE,OAAO,EACb,iBAAiB,EAAE,MAAM,GAAG,SAAS,GACpC,IAAI,CAON"}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Copyright (c) Microsoft Corporation.
|
|
3
|
+
* Licensed under the MIT License.
|
|
4
|
+
*
|
|
5
|
+
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
|
+
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
|
+
*/
|
|
8
|
+
const pageMap = new WeakMap();
|
|
9
|
+
/**
|
|
10
|
+
* Given the last `.value` produced by the `byPage` iterator,
|
|
11
|
+
* returns a continuation token that can be used to begin paging from
|
|
12
|
+
* that point later.
|
|
13
|
+
* @param page An object from accessing `value` on the IteratorResult from a `byPage` iterator.
|
|
14
|
+
* @returns The continuation token that can be passed into byPage() during future calls.
|
|
15
|
+
*/
|
|
16
|
+
export function getContinuationToken(page) {
|
|
17
|
+
if (typeof page !== "object" || page === null) {
|
|
18
|
+
return undefined;
|
|
19
|
+
}
|
|
20
|
+
return pageMap.get(page)?.continuationToken;
|
|
21
|
+
}
|
|
22
|
+
export function setContinuationToken(page, continuationToken) {
|
|
23
|
+
if (typeof page !== "object" || page === null || !continuationToken) {
|
|
24
|
+
return;
|
|
25
|
+
}
|
|
26
|
+
const pageInfo = pageMap.get(page) ?? {};
|
|
27
|
+
pageInfo.continuationToken = continuationToken;
|
|
28
|
+
pageMap.set(page, pageInfo);
|
|
29
|
+
}
|
|
30
|
+
//# sourceMappingURL=pagingHelper.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"pagingHelper.js","sourceRoot":"","sources":["../../../../src/generated/src/pagingHelper.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAMH,MAAM,OAAO,GAAG,IAAI,OAAO,EAAoB,CAAC;AAEhD;;;;;;GAMG;AACH,MAAM,UAAU,oBAAoB,CAAC,IAAa;IAChD,IAAI,OAAO,IAAI,KAAK,QAAQ,IAAI,IAAI,KAAK,IAAI,EAAE,CAAC;QAC9C,OAAO,SAAS,CAAC;IACnB,CAAC;IACD,OAAO,OAAO,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE,iBAAiB,CAAC;AAC9C,CAAC;AAED,MAAM,UAAU,oBAAoB,CAClC,IAAa,EACb,iBAAqC;IAErC,IAAI,OAAO,IAAI,KAAK,QAAQ,IAAI,IAAI,KAAK,IAAI,IAAI,CAAC,iBAAiB,EAAE,CAAC;QACpE,OAAO;IACT,CAAC;IACD,MAAM,QAAQ,GAAG,OAAO,CAAC,GAAG,CAAC,IAAI,CAAC,IAAI,EAAE,CAAC;IACzC,QAAQ,CAAC,iBAAiB,GAAG,iBAAiB,CAAC;IAC/C,OAAO,CAAC,GAAG,CAAC,IAAI,EAAE,QAAQ,CAAC,CAAC;AAC9B,CAAC","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nexport interface PageInfo {\n continuationToken?: string;\n}\n\nconst pageMap = new WeakMap<object, PageInfo>();\n\n/**\n * Given the last `.value` produced by the `byPage` iterator,\n * returns a continuation token that can be used to begin paging from\n * that point later.\n * @param page An object from accessing `value` on the IteratorResult from a `byPage` iterator.\n * @returns The continuation token that can be passed into byPage() during future calls.\n */\nexport function getContinuationToken(page: unknown): string | undefined {\n if (typeof page !== \"object\" || page === null) {\n return undefined;\n }\n return pageMap.get(page)?.continuationToken;\n}\n\nexport function setContinuationToken(\n page: unknown,\n continuationToken: string | undefined\n): void {\n if (typeof page !== \"object\" || page === null || !continuationToken) {\n return;\n }\n const pageInfo = pageMap.get(page) ?? {};\n pageInfo.continuationToken = continuationToken;\n pageMap.set(page, pageInfo);\n}\n"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"tracing.d.ts","sourceRoot":"","sources":["../../../../src/generated/src/tracing.ts"],"names":[],"mappings":"AAUA,eAAO,MAAM,aAAa,6CAIxB,CAAC"}
|
|
@@ -9,6 +9,6 @@ import { createTracingClient } from "@azure/core-tracing";
|
|
|
9
9
|
export const tracingClient = createTracingClient({
|
|
10
10
|
namespace: "Microsoft.Communication",
|
|
11
11
|
packageName: "@azure/communication-alpha-ids",
|
|
12
|
-
packageVersion: "1.0.0-beta.
|
|
12
|
+
packageVersion: "1.0.0-beta.2"
|
|
13
13
|
});
|
|
14
14
|
//# sourceMappingURL=tracing.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"tracing.js","sourceRoot":"","sources":["../../../../src/generated/src/tracing.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,OAAO,EAAE,mBAAmB,EAAE,MAAM,qBAAqB,CAAC;AAE1D,MAAM,CAAC,MAAM,aAAa,GAAG,mBAAmB,CAAC;IAC/C,SAAS,EAAE,yBAAyB;IACpC,WAAW,EAAE,gCAAgC;IAC7C,cAAc,EAAE,cAAc;CAC/B,CAAC,CAAC","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { createTracingClient } from \"@azure/core-tracing\";\n\nexport const tracingClient = createTracingClient({\n namespace: \"Microsoft.Communication\",\n packageName: \"@azure/communication-alpha-ids\",\n packageVersion: \"1.0.0-beta.
|
|
1
|
+
{"version":3,"file":"tracing.js","sourceRoot":"","sources":["../../../../src/generated/src/tracing.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,OAAO,EAAE,mBAAmB,EAAE,MAAM,qBAAqB,CAAC;AAE1D,MAAM,CAAC,MAAM,aAAa,GAAG,mBAAmB,CAAC;IAC/C,SAAS,EAAE,yBAAyB;IACpC,WAAW,EAAE,gCAAgC;IAC7C,cAAc,EAAE,cAAc;CAC/B,CAAC,CAAC","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { createTracingClient } from \"@azure/core-tracing\";\n\nexport const tracingClient = createTracingClient({\n namespace: \"Microsoft.Communication\",\n packageName: \"@azure/communication-alpha-ids\",\n packageVersion: \"1.0.0-beta.2\"\n});\n"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAGA,cAAc,aAAa,CAAC;AAC5B,cAAc,qBAAqB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC;AAElC,cAAc,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC;AAElC,cAAc,aAAa,CAAC;AAC5B,cAAc,qBAAqB,CAAC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nexport * from \"./models.js\";\nexport * from \"./alphaIdsClient.js\";\n"]}
|