@azure/storage-queue 12.28.1 → 12.29.0-alpha.20251201.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/browser/QueueClient.d.ts +25 -1
- package/dist/browser/QueueClient.d.ts.map +1 -1
- package/dist/browser/QueueClient.js +35 -0
- package/dist/browser/QueueClient.js.map +1 -1
- package/dist/browser/QueueSASSignatureValues.d.ts +9 -2
- package/dist/browser/QueueSASSignatureValues.d.ts.map +1 -1
- package/dist/browser/QueueSASSignatureValues.js +72 -19
- package/dist/browser/QueueSASSignatureValues.js.map +1 -1
- package/dist/browser/QueueServiceClient.d.ts +23 -1
- package/dist/browser/QueueServiceClient.d.ts.map +1 -1
- package/dist/browser/QueueServiceClient.js +41 -1
- package/dist/browser/QueueServiceClient.js.map +1 -1
- package/dist/browser/SASQueryParameters.d.ts +38 -1
- package/dist/browser/SASQueryParameters.d.ts.map +1 -1
- package/dist/browser/SASQueryParameters.js +87 -2
- package/dist/browser/SASQueryParameters.js.map +1 -1
- package/dist/browser/generated/src/models/index.d.ts +66 -16
- package/dist/browser/generated/src/models/index.d.ts.map +1 -1
- package/dist/browser/generated/src/models/index.js.map +1 -1
- package/dist/browser/generated/src/models/mappers.d.ts +4 -0
- package/dist/browser/generated/src/models/mappers.d.ts.map +1 -1
- package/dist/browser/generated/src/models/mappers.js +641 -492
- package/dist/browser/generated/src/models/mappers.js.map +1 -1
- package/dist/browser/generated/src/models/parameters.d.ts +3 -1
- package/dist/browser/generated/src/models/parameters.d.ts.map +1 -1
- package/dist/browser/generated/src/models/parameters.js +107 -92
- package/dist/browser/generated/src/models/parameters.js.map +1 -1
- package/dist/browser/generated/src/operations/messageId.js +11 -11
- package/dist/browser/generated/src/operations/messageId.js.map +1 -1
- package/dist/browser/generated/src/operations/messages.js +33 -31
- package/dist/browser/generated/src/operations/messages.js.map +1 -1
- package/dist/browser/generated/src/operations/queue.js +38 -38
- package/dist/browser/generated/src/operations/queue.js.map +1 -1
- package/dist/browser/generated/src/operations/service.d.ts +8 -1
- package/dist/browser/generated/src/operations/service.d.ts.map +1 -1
- package/dist/browser/generated/src/operations/service.js +65 -25
- package/dist/browser/generated/src/operations/service.js.map +1 -1
- package/dist/browser/generated/src/operationsInterfaces/messageId.js.map +1 -1
- package/dist/browser/generated/src/operationsInterfaces/messages.js.map +1 -1
- package/dist/browser/generated/src/operationsInterfaces/queue.js.map +1 -1
- package/dist/browser/generated/src/operationsInterfaces/service.d.ts +8 -1
- package/dist/browser/generated/src/operationsInterfaces/service.d.ts.map +1 -1
- package/dist/browser/generated/src/operationsInterfaces/service.js.map +1 -1
- package/dist/browser/generated/src/storageClient.d.ts.map +1 -1
- package/dist/browser/generated/src/storageClient.js +6 -6
- package/dist/browser/generated/src/storageClient.js.map +1 -1
- package/dist/browser/generatedModels.d.ts +7 -2
- package/dist/browser/generatedModels.d.ts.map +1 -1
- package/dist/browser/generatedModels.js.map +1 -1
- package/dist/browser/index-browser.d.mts.map +1 -1
- package/dist/browser/index-browser.mjs.map +1 -1
- package/dist/browser/index.d.ts +1 -1
- package/dist/browser/utils/constants.d.ts.map +1 -1
- package/dist/browser/utils/constants.js +2 -2
- package/dist/browser/utils/constants.js.map +1 -1
- package/dist/commonjs/QueueClient.d.ts +25 -1
- package/dist/commonjs/QueueClient.d.ts.map +1 -1
- package/dist/commonjs/QueueClient.js +35 -0
- package/dist/commonjs/QueueClient.js.map +1 -1
- package/dist/commonjs/QueueSASSignatureValues.d.ts +9 -2
- package/dist/commonjs/QueueSASSignatureValues.d.ts.map +1 -1
- package/dist/commonjs/QueueSASSignatureValues.js +72 -19
- package/dist/commonjs/QueueSASSignatureValues.js.map +1 -1
- package/dist/commonjs/QueueServiceClient.d.ts +23 -1
- package/dist/commonjs/QueueServiceClient.d.ts.map +1 -1
- package/dist/commonjs/QueueServiceClient.js +40 -0
- package/dist/commonjs/QueueServiceClient.js.map +1 -1
- package/dist/commonjs/SASQueryParameters.d.ts +38 -1
- package/dist/commonjs/SASQueryParameters.d.ts.map +1 -1
- package/dist/commonjs/SASQueryParameters.js +87 -2
- package/dist/commonjs/SASQueryParameters.js.map +1 -1
- package/dist/commonjs/generated/src/models/index.d.ts +66 -16
- package/dist/commonjs/generated/src/models/index.d.ts.map +1 -1
- package/dist/commonjs/generated/src/models/index.js.map +1 -1
- package/dist/commonjs/generated/src/models/mappers.d.ts +4 -0
- package/dist/commonjs/generated/src/models/mappers.d.ts.map +1 -1
- package/dist/commonjs/generated/src/models/mappers.js +643 -493
- package/dist/commonjs/generated/src/models/mappers.js.map +1 -1
- package/dist/commonjs/generated/src/models/parameters.d.ts +3 -1
- package/dist/commonjs/generated/src/models/parameters.d.ts.map +1 -1
- package/dist/commonjs/generated/src/models/parameters.js +107 -92
- package/dist/commonjs/generated/src/models/parameters.js.map +1 -1
- package/dist/commonjs/generated/src/operations/messageId.js +11 -11
- package/dist/commonjs/generated/src/operations/messageId.js.map +1 -1
- package/dist/commonjs/generated/src/operations/messages.js +33 -31
- package/dist/commonjs/generated/src/operations/messages.js.map +1 -1
- package/dist/commonjs/generated/src/operations/queue.js +38 -38
- package/dist/commonjs/generated/src/operations/queue.js.map +1 -1
- package/dist/commonjs/generated/src/operations/service.d.ts +8 -1
- package/dist/commonjs/generated/src/operations/service.d.ts.map +1 -1
- package/dist/commonjs/generated/src/operations/service.js +65 -25
- package/dist/commonjs/generated/src/operations/service.js.map +1 -1
- package/dist/commonjs/generated/src/operationsInterfaces/messageId.js.map +1 -1
- package/dist/commonjs/generated/src/operationsInterfaces/messages.js.map +1 -1
- package/dist/commonjs/generated/src/operationsInterfaces/queue.js.map +1 -1
- package/dist/commonjs/generated/src/operationsInterfaces/service.d.ts +8 -1
- package/dist/commonjs/generated/src/operationsInterfaces/service.d.ts.map +1 -1
- package/dist/commonjs/generated/src/operationsInterfaces/service.js.map +1 -1
- package/dist/commonjs/generated/src/storageClient.d.ts.map +1 -1
- package/dist/commonjs/generated/src/storageClient.js +5 -5
- package/dist/commonjs/generated/src/storageClient.js.map +1 -1
- package/dist/commonjs/generatedModels.d.ts +7 -2
- package/dist/commonjs/generatedModels.d.ts.map +1 -1
- package/dist/commonjs/generatedModels.js.map +1 -1
- package/dist/commonjs/index.d.ts +1 -1
- package/dist/commonjs/index.d.ts.map +1 -1
- package/dist/commonjs/index.js.map +1 -1
- package/dist/commonjs/tsdoc-metadata.json +1 -1
- package/dist/commonjs/utils/constants.d.ts.map +1 -1
- package/dist/commonjs/utils/constants.js +2 -2
- package/dist/commonjs/utils/constants.js.map +1 -1
- package/dist/esm/QueueClient.d.ts +25 -1
- package/dist/esm/QueueClient.d.ts.map +1 -1
- package/dist/esm/QueueClient.js +35 -0
- package/dist/esm/QueueClient.js.map +1 -1
- package/dist/esm/QueueSASSignatureValues.d.ts +9 -2
- package/dist/esm/QueueSASSignatureValues.d.ts.map +1 -1
- package/dist/esm/QueueSASSignatureValues.js +72 -19
- package/dist/esm/QueueSASSignatureValues.js.map +1 -1
- package/dist/esm/QueueServiceClient.d.ts +23 -1
- package/dist/esm/QueueServiceClient.d.ts.map +1 -1
- package/dist/esm/QueueServiceClient.js +41 -1
- package/dist/esm/QueueServiceClient.js.map +1 -1
- package/dist/esm/SASQueryParameters.d.ts +38 -1
- package/dist/esm/SASQueryParameters.d.ts.map +1 -1
- package/dist/esm/SASQueryParameters.js +87 -2
- package/dist/esm/SASQueryParameters.js.map +1 -1
- package/dist/esm/generated/src/models/index.d.ts +66 -16
- package/dist/esm/generated/src/models/index.d.ts.map +1 -1
- package/dist/esm/generated/src/models/index.js.map +1 -1
- package/dist/esm/generated/src/models/mappers.d.ts +4 -0
- package/dist/esm/generated/src/models/mappers.d.ts.map +1 -1
- package/dist/esm/generated/src/models/mappers.js +641 -492
- package/dist/esm/generated/src/models/mappers.js.map +1 -1
- package/dist/esm/generated/src/models/parameters.d.ts +3 -1
- package/dist/esm/generated/src/models/parameters.d.ts.map +1 -1
- package/dist/esm/generated/src/models/parameters.js +107 -92
- package/dist/esm/generated/src/models/parameters.js.map +1 -1
- package/dist/esm/generated/src/operations/messageId.js +11 -11
- package/dist/esm/generated/src/operations/messageId.js.map +1 -1
- package/dist/esm/generated/src/operations/messages.js +33 -31
- package/dist/esm/generated/src/operations/messages.js.map +1 -1
- package/dist/esm/generated/src/operations/queue.js +38 -38
- package/dist/esm/generated/src/operations/queue.js.map +1 -1
- package/dist/esm/generated/src/operations/service.d.ts +8 -1
- package/dist/esm/generated/src/operations/service.d.ts.map +1 -1
- package/dist/esm/generated/src/operations/service.js +65 -25
- package/dist/esm/generated/src/operations/service.js.map +1 -1
- package/dist/esm/generated/src/operationsInterfaces/messageId.js.map +1 -1
- package/dist/esm/generated/src/operationsInterfaces/messages.js.map +1 -1
- package/dist/esm/generated/src/operationsInterfaces/queue.js.map +1 -1
- package/dist/esm/generated/src/operationsInterfaces/service.d.ts +8 -1
- package/dist/esm/generated/src/operationsInterfaces/service.d.ts.map +1 -1
- package/dist/esm/generated/src/operationsInterfaces/service.js.map +1 -1
- package/dist/esm/generated/src/storageClient.d.ts.map +1 -1
- package/dist/esm/generated/src/storageClient.js +6 -6
- package/dist/esm/generated/src/storageClient.js.map +1 -1
- package/dist/esm/generatedModels.d.ts +7 -2
- package/dist/esm/generatedModels.d.ts.map +1 -1
- package/dist/esm/generatedModels.js.map +1 -1
- package/dist/esm/index.d.ts +1 -1
- package/dist/esm/index.d.ts.map +1 -1
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/utils/constants.d.ts.map +1 -1
- package/dist/esm/utils/constants.js +2 -2
- package/dist/esm/utils/constants.js.map +1 -1
- package/dist/react-native/QueueClient.d.ts +25 -1
- package/dist/react-native/QueueClient.d.ts.map +1 -1
- package/dist/react-native/QueueClient.js +35 -0
- package/dist/react-native/QueueClient.js.map +1 -1
- package/dist/react-native/QueueSASSignatureValues.d.ts +9 -2
- package/dist/react-native/QueueSASSignatureValues.d.ts.map +1 -1
- package/dist/react-native/QueueSASSignatureValues.js +72 -19
- package/dist/react-native/QueueSASSignatureValues.js.map +1 -1
- package/dist/react-native/QueueServiceClient.d.ts +23 -1
- package/dist/react-native/QueueServiceClient.d.ts.map +1 -1
- package/dist/react-native/QueueServiceClient.js +41 -1
- package/dist/react-native/QueueServiceClient.js.map +1 -1
- package/dist/react-native/SASQueryParameters.d.ts +38 -1
- package/dist/react-native/SASQueryParameters.d.ts.map +1 -1
- package/dist/react-native/SASQueryParameters.js +87 -2
- package/dist/react-native/SASQueryParameters.js.map +1 -1
- package/dist/react-native/generated/src/models/index.d.ts +66 -16
- package/dist/react-native/generated/src/models/index.d.ts.map +1 -1
- package/dist/react-native/generated/src/models/index.js.map +1 -1
- package/dist/react-native/generated/src/models/mappers.d.ts +4 -0
- package/dist/react-native/generated/src/models/mappers.d.ts.map +1 -1
- package/dist/react-native/generated/src/models/mappers.js +641 -492
- package/dist/react-native/generated/src/models/mappers.js.map +1 -1
- package/dist/react-native/generated/src/models/parameters.d.ts +3 -1
- package/dist/react-native/generated/src/models/parameters.d.ts.map +1 -1
- package/dist/react-native/generated/src/models/parameters.js +107 -92
- package/dist/react-native/generated/src/models/parameters.js.map +1 -1
- package/dist/react-native/generated/src/operations/messageId.js +11 -11
- package/dist/react-native/generated/src/operations/messageId.js.map +1 -1
- package/dist/react-native/generated/src/operations/messages.js +33 -31
- package/dist/react-native/generated/src/operations/messages.js.map +1 -1
- package/dist/react-native/generated/src/operations/queue.js +38 -38
- package/dist/react-native/generated/src/operations/queue.js.map +1 -1
- package/dist/react-native/generated/src/operations/service.d.ts +8 -1
- package/dist/react-native/generated/src/operations/service.d.ts.map +1 -1
- package/dist/react-native/generated/src/operations/service.js +65 -25
- package/dist/react-native/generated/src/operations/service.js.map +1 -1
- package/dist/react-native/generated/src/operationsInterfaces/messageId.js.map +1 -1
- package/dist/react-native/generated/src/operationsInterfaces/messages.js.map +1 -1
- package/dist/react-native/generated/src/operationsInterfaces/queue.js.map +1 -1
- package/dist/react-native/generated/src/operationsInterfaces/service.d.ts +8 -1
- package/dist/react-native/generated/src/operationsInterfaces/service.d.ts.map +1 -1
- package/dist/react-native/generated/src/operationsInterfaces/service.js.map +1 -1
- package/dist/react-native/generated/src/storageClient.d.ts.map +1 -1
- package/dist/react-native/generated/src/storageClient.js +6 -6
- package/dist/react-native/generated/src/storageClient.js.map +1 -1
- package/dist/react-native/generatedModels.d.ts +7 -2
- package/dist/react-native/generatedModels.d.ts.map +1 -1
- package/dist/react-native/generatedModels.js.map +1 -1
- package/dist/react-native/index.d.ts +1 -1
- package/dist/react-native/index.d.ts.map +1 -1
- package/dist/react-native/index.js.map +1 -1
- package/dist/react-native/utils/constants.d.ts.map +1 -1
- package/dist/react-native/utils/constants.js +2 -2
- package/dist/react-native/utils/constants.js.map +1 -1
- package/package.json +24 -24
|
@@ -72,6 +72,30 @@ export interface GeoReplication {
|
|
|
72
72
|
/** A GMT date/time value, to the second. All primary writes preceding this value are guaranteed to be available for read operations at the secondary. Primary writes after this point in time may or may not be available for reads. */
|
|
73
73
|
lastSyncOn: Date;
|
|
74
74
|
}
|
|
75
|
+
/** Key information */
|
|
76
|
+
export interface KeyInfo {
|
|
77
|
+
/** The date-time the key is active in ISO 8601 UTC time */
|
|
78
|
+
start?: string;
|
|
79
|
+
/** The date-time the key expires in ISO 8601 UTC time */
|
|
80
|
+
expiry: string;
|
|
81
|
+
}
|
|
82
|
+
/** A user delegation key */
|
|
83
|
+
export interface UserDelegationKey {
|
|
84
|
+
/** The Azure Active Directory object ID in GUID format. */
|
|
85
|
+
signedOid: string;
|
|
86
|
+
/** The Azure Active Directory tenant ID in GUID format */
|
|
87
|
+
signedTid: string;
|
|
88
|
+
/** The date-time the key is active */
|
|
89
|
+
signedStart: Date;
|
|
90
|
+
/** The date-time the key expires */
|
|
91
|
+
signedExpiry: Date;
|
|
92
|
+
/** Abbreviation of the Azure Storage service that accepts the key */
|
|
93
|
+
signedService: string;
|
|
94
|
+
/** The service version that created the key */
|
|
95
|
+
signedVersion: string;
|
|
96
|
+
/** The key as a base64 string */
|
|
97
|
+
value: string;
|
|
98
|
+
}
|
|
75
99
|
/** The object returned when calling List Queues on a Queue Service. */
|
|
76
100
|
export interface ListQueuesSegmentResponse {
|
|
77
101
|
serviceEndpoint: string;
|
|
@@ -207,6 +231,23 @@ export interface ServiceGetStatisticsExceptionHeaders {
|
|
|
207
231
|
/** If a client request id header is sent in the request, this header will be present in the response with the same value. */
|
|
208
232
|
clientRequestId?: string;
|
|
209
233
|
}
|
|
234
|
+
/** Defines headers for Service_getUserDelegationKey operation. */
|
|
235
|
+
export interface ServiceGetUserDelegationKeyHeaders {
|
|
236
|
+
/** If a client request id header is sent in the request, this header will be present in the response with the same value. */
|
|
237
|
+
clientRequestId?: string;
|
|
238
|
+
/** This header uniquely identifies the request that was made and can be used for troubleshooting the request. */
|
|
239
|
+
requestId?: string;
|
|
240
|
+
/** Indicates the version of the Blob service used to execute the request. This header is returned for requests made against version 2009-09-19 and above. */
|
|
241
|
+
version?: string;
|
|
242
|
+
/** UTC date/time value generated by the service that indicates the time at which the response was initiated */
|
|
243
|
+
date?: Date;
|
|
244
|
+
}
|
|
245
|
+
/** Defines headers for Service_getUserDelegationKey operation. */
|
|
246
|
+
export interface ServiceGetUserDelegationKeyExceptionHeaders {
|
|
247
|
+
errorCode?: string;
|
|
248
|
+
/** If a client request id header is sent in the request, this header will be present in the response with the same value. */
|
|
249
|
+
clientRequestId?: string;
|
|
250
|
+
}
|
|
210
251
|
/** Defines headers for Service_listQueuesSegment operation. */
|
|
211
252
|
export interface ServiceListQueuesSegmentHeaders {
|
|
212
253
|
/** This header uniquely identifies the request that was made and can be used for troubleshooting the request. */
|
|
@@ -648,7 +689,7 @@ export type StorageErrorCode = string;
|
|
|
648
689
|
export type GeoReplicationStatusType = "live" | "bootstrap" | "unavailable";
|
|
649
690
|
/** Optional parameters. */
|
|
650
691
|
export interface ServiceSetPropertiesOptionalParams extends coreClient.OperationOptions {
|
|
651
|
-
/** The The timeout parameter is expressed in seconds. For more information, see <a href="https://
|
|
692
|
+
/** The The timeout parameter is expressed in seconds. For more information, see <a href="https://learn.microsoft.com/rest/api/storageservices/setting-timeouts-for-queue-service-operations>Setting Timeouts for Queue Service Operations.</a> */
|
|
652
693
|
timeoutInSeconds?: number;
|
|
653
694
|
/** Provides a client-generated, opaque value with a 1 KB character limit that is recorded in the analytics logs when storage analytics logging is enabled. */
|
|
654
695
|
requestId?: string;
|
|
@@ -657,7 +698,7 @@ export interface ServiceSetPropertiesOptionalParams extends coreClient.Operation
|
|
|
657
698
|
export type ServiceSetPropertiesResponse = ServiceSetPropertiesHeaders;
|
|
658
699
|
/** Optional parameters. */
|
|
659
700
|
export interface ServiceGetPropertiesOptionalParams extends coreClient.OperationOptions {
|
|
660
|
-
/** The The timeout parameter is expressed in seconds. For more information, see <a href="https://
|
|
701
|
+
/** The The timeout parameter is expressed in seconds. For more information, see <a href="https://learn.microsoft.com/rest/api/storageservices/setting-timeouts-for-queue-service-operations>Setting Timeouts for Queue Service Operations.</a> */
|
|
661
702
|
timeoutInSeconds?: number;
|
|
662
703
|
/** Provides a client-generated, opaque value with a 1 KB character limit that is recorded in the analytics logs when storage analytics logging is enabled. */
|
|
663
704
|
requestId?: string;
|
|
@@ -666,7 +707,7 @@ export interface ServiceGetPropertiesOptionalParams extends coreClient.Operation
|
|
|
666
707
|
export type ServiceGetPropertiesResponse = ServiceGetPropertiesHeaders & QueueServiceProperties;
|
|
667
708
|
/** Optional parameters. */
|
|
668
709
|
export interface ServiceGetStatisticsOptionalParams extends coreClient.OperationOptions {
|
|
669
|
-
/** The The timeout parameter is expressed in seconds. For more information, see <a href="https://
|
|
710
|
+
/** The The timeout parameter is expressed in seconds. For more information, see <a href="https://learn.microsoft.com/rest/api/storageservices/setting-timeouts-for-queue-service-operations>Setting Timeouts for Queue Service Operations.</a> */
|
|
670
711
|
timeoutInSeconds?: number;
|
|
671
712
|
/** Provides a client-generated, opaque value with a 1 KB character limit that is recorded in the analytics logs when storage analytics logging is enabled. */
|
|
672
713
|
requestId?: string;
|
|
@@ -674,8 +715,17 @@ export interface ServiceGetStatisticsOptionalParams extends coreClient.Operation
|
|
|
674
715
|
/** Contains response data for the getStatistics operation. */
|
|
675
716
|
export type ServiceGetStatisticsResponse = ServiceGetStatisticsHeaders & QueueServiceStatistics;
|
|
676
717
|
/** Optional parameters. */
|
|
718
|
+
export interface ServiceGetUserDelegationKeyOptionalParams extends coreClient.OperationOptions {
|
|
719
|
+
/** The The timeout parameter is expressed in seconds. For more information, see <a href="https://learn.microsoft.com/rest/api/storageservices/setting-timeouts-for-queue-service-operations>Setting Timeouts for Queue Service Operations.</a> */
|
|
720
|
+
timeoutInSeconds?: number;
|
|
721
|
+
/** Provides a client-generated, opaque value with a 1 KB character limit that is recorded in the analytics logs when storage analytics logging is enabled. */
|
|
722
|
+
requestId?: string;
|
|
723
|
+
}
|
|
724
|
+
/** Contains response data for the getUserDelegationKey operation. */
|
|
725
|
+
export type ServiceGetUserDelegationKeyResponse = ServiceGetUserDelegationKeyHeaders & UserDelegationKey;
|
|
726
|
+
/** Optional parameters. */
|
|
677
727
|
export interface ServiceListQueuesSegmentOptionalParams extends coreClient.OperationOptions {
|
|
678
|
-
/** The The timeout parameter is expressed in seconds. For more information, see <a href="https://
|
|
728
|
+
/** The The timeout parameter is expressed in seconds. For more information, see <a href="https://learn.microsoft.com/rest/api/storageservices/setting-timeouts-for-queue-service-operations>Setting Timeouts for Queue Service Operations.</a> */
|
|
679
729
|
timeoutInSeconds?: number;
|
|
680
730
|
/** Provides a client-generated, opaque value with a 1 KB character limit that is recorded in the analytics logs when storage analytics logging is enabled. */
|
|
681
731
|
requestId?: string;
|
|
@@ -692,7 +742,7 @@ export interface ServiceListQueuesSegmentOptionalParams extends coreClient.Opera
|
|
|
692
742
|
export type ServiceListQueuesSegmentResponse = ServiceListQueuesSegmentHeaders & ListQueuesSegmentResponse;
|
|
693
743
|
/** Optional parameters. */
|
|
694
744
|
export interface QueueCreateOptionalParams extends coreClient.OperationOptions {
|
|
695
|
-
/** The The timeout parameter is expressed in seconds. For more information, see <a href="https://
|
|
745
|
+
/** The The timeout parameter is expressed in seconds. For more information, see <a href="https://learn.microsoft.com/rest/api/storageservices/setting-timeouts-for-queue-service-operations>Setting Timeouts for Queue Service Operations.</a> */
|
|
696
746
|
timeoutInSeconds?: number;
|
|
697
747
|
/** Provides a client-generated, opaque value with a 1 KB character limit that is recorded in the analytics logs when storage analytics logging is enabled. */
|
|
698
748
|
requestId?: string;
|
|
@@ -705,7 +755,7 @@ export interface QueueCreateOptionalParams extends coreClient.OperationOptions {
|
|
|
705
755
|
export type QueueCreateResponse = QueueCreateHeaders;
|
|
706
756
|
/** Optional parameters. */
|
|
707
757
|
export interface QueueDeleteOptionalParams extends coreClient.OperationOptions {
|
|
708
|
-
/** The The timeout parameter is expressed in seconds. For more information, see <a href="https://
|
|
758
|
+
/** The The timeout parameter is expressed in seconds. For more information, see <a href="https://learn.microsoft.com/rest/api/storageservices/setting-timeouts-for-queue-service-operations>Setting Timeouts for Queue Service Operations.</a> */
|
|
709
759
|
timeoutInSeconds?: number;
|
|
710
760
|
/** Provides a client-generated, opaque value with a 1 KB character limit that is recorded in the analytics logs when storage analytics logging is enabled. */
|
|
711
761
|
requestId?: string;
|
|
@@ -714,7 +764,7 @@ export interface QueueDeleteOptionalParams extends coreClient.OperationOptions {
|
|
|
714
764
|
export type QueueDeleteResponse = QueueDeleteHeaders;
|
|
715
765
|
/** Optional parameters. */
|
|
716
766
|
export interface QueueGetPropertiesOptionalParams extends coreClient.OperationOptions {
|
|
717
|
-
/** The The timeout parameter is expressed in seconds. For more information, see <a href="https://
|
|
767
|
+
/** The The timeout parameter is expressed in seconds. For more information, see <a href="https://learn.microsoft.com/rest/api/storageservices/setting-timeouts-for-queue-service-operations>Setting Timeouts for Queue Service Operations.</a> */
|
|
718
768
|
timeoutInSeconds?: number;
|
|
719
769
|
/** Provides a client-generated, opaque value with a 1 KB character limit that is recorded in the analytics logs when storage analytics logging is enabled. */
|
|
720
770
|
requestId?: string;
|
|
@@ -723,7 +773,7 @@ export interface QueueGetPropertiesOptionalParams extends coreClient.OperationOp
|
|
|
723
773
|
export type QueueGetPropertiesResponse = QueueGetPropertiesHeaders;
|
|
724
774
|
/** Optional parameters. */
|
|
725
775
|
export interface QueueSetMetadataOptionalParams extends coreClient.OperationOptions {
|
|
726
|
-
/** The The timeout parameter is expressed in seconds. For more information, see <a href="https://
|
|
776
|
+
/** The The timeout parameter is expressed in seconds. For more information, see <a href="https://learn.microsoft.com/rest/api/storageservices/setting-timeouts-for-queue-service-operations>Setting Timeouts for Queue Service Operations.</a> */
|
|
727
777
|
timeoutInSeconds?: number;
|
|
728
778
|
/** Provides a client-generated, opaque value with a 1 KB character limit that is recorded in the analytics logs when storage analytics logging is enabled. */
|
|
729
779
|
requestId?: string;
|
|
@@ -736,7 +786,7 @@ export interface QueueSetMetadataOptionalParams extends coreClient.OperationOpti
|
|
|
736
786
|
export type QueueSetMetadataResponse = QueueSetMetadataHeaders;
|
|
737
787
|
/** Optional parameters. */
|
|
738
788
|
export interface QueueGetAccessPolicyOptionalParams extends coreClient.OperationOptions {
|
|
739
|
-
/** The The timeout parameter is expressed in seconds. For more information, see <a href="https://
|
|
789
|
+
/** The The timeout parameter is expressed in seconds. For more information, see <a href="https://learn.microsoft.com/rest/api/storageservices/setting-timeouts-for-queue-service-operations>Setting Timeouts for Queue Service Operations.</a> */
|
|
740
790
|
timeoutInSeconds?: number;
|
|
741
791
|
/** Provides a client-generated, opaque value with a 1 KB character limit that is recorded in the analytics logs when storage analytics logging is enabled. */
|
|
742
792
|
requestId?: string;
|
|
@@ -745,7 +795,7 @@ export interface QueueGetAccessPolicyOptionalParams extends coreClient.Operation
|
|
|
745
795
|
export type QueueGetAccessPolicyResponse = QueueGetAccessPolicyHeaders & SignedIdentifier[];
|
|
746
796
|
/** Optional parameters. */
|
|
747
797
|
export interface QueueSetAccessPolicyOptionalParams extends coreClient.OperationOptions {
|
|
748
|
-
/** The The timeout parameter is expressed in seconds. For more information, see <a href="https://
|
|
798
|
+
/** The The timeout parameter is expressed in seconds. For more information, see <a href="https://learn.microsoft.com/rest/api/storageservices/setting-timeouts-for-queue-service-operations>Setting Timeouts for Queue Service Operations.</a> */
|
|
749
799
|
timeoutInSeconds?: number;
|
|
750
800
|
/** Provides a client-generated, opaque value with a 1 KB character limit that is recorded in the analytics logs when storage analytics logging is enabled. */
|
|
751
801
|
requestId?: string;
|
|
@@ -756,7 +806,7 @@ export interface QueueSetAccessPolicyOptionalParams extends coreClient.Operation
|
|
|
756
806
|
export type QueueSetAccessPolicyResponse = QueueSetAccessPolicyHeaders;
|
|
757
807
|
/** Optional parameters. */
|
|
758
808
|
export interface MessagesDequeueOptionalParams extends coreClient.OperationOptions {
|
|
759
|
-
/** The The timeout parameter is expressed in seconds. For more information, see <a href="https://
|
|
809
|
+
/** The The timeout parameter is expressed in seconds. For more information, see <a href="https://learn.microsoft.com/rest/api/storageservices/setting-timeouts-for-queue-service-operations>Setting Timeouts for Queue Service Operations.</a> */
|
|
760
810
|
timeoutInSeconds?: number;
|
|
761
811
|
/** Provides a client-generated, opaque value with a 1 KB character limit that is recorded in the analytics logs when storage analytics logging is enabled. */
|
|
762
812
|
requestId?: string;
|
|
@@ -769,7 +819,7 @@ export interface MessagesDequeueOptionalParams extends coreClient.OperationOptio
|
|
|
769
819
|
export type MessagesDequeueResponse = MessagesDequeueHeaders & DequeuedMessageItem[];
|
|
770
820
|
/** Optional parameters. */
|
|
771
821
|
export interface MessagesClearOptionalParams extends coreClient.OperationOptions {
|
|
772
|
-
/** The The timeout parameter is expressed in seconds. For more information, see <a href="https://
|
|
822
|
+
/** The The timeout parameter is expressed in seconds. For more information, see <a href="https://learn.microsoft.com/rest/api/storageservices/setting-timeouts-for-queue-service-operations>Setting Timeouts for Queue Service Operations.</a> */
|
|
773
823
|
timeoutInSeconds?: number;
|
|
774
824
|
/** Provides a client-generated, opaque value with a 1 KB character limit that is recorded in the analytics logs when storage analytics logging is enabled. */
|
|
775
825
|
requestId?: string;
|
|
@@ -778,7 +828,7 @@ export interface MessagesClearOptionalParams extends coreClient.OperationOptions
|
|
|
778
828
|
export type MessagesClearResponse = MessagesClearHeaders;
|
|
779
829
|
/** Optional parameters. */
|
|
780
830
|
export interface MessagesEnqueueOptionalParams extends coreClient.OperationOptions {
|
|
781
|
-
/** The The timeout parameter is expressed in seconds. For more information, see <a href="https://
|
|
831
|
+
/** The The timeout parameter is expressed in seconds. For more information, see <a href="https://learn.microsoft.com/rest/api/storageservices/setting-timeouts-for-queue-service-operations>Setting Timeouts for Queue Service Operations.</a> */
|
|
782
832
|
timeoutInSeconds?: number;
|
|
783
833
|
/** Provides a client-generated, opaque value with a 1 KB character limit that is recorded in the analytics logs when storage analytics logging is enabled. */
|
|
784
834
|
requestId?: string;
|
|
@@ -791,7 +841,7 @@ export interface MessagesEnqueueOptionalParams extends coreClient.OperationOptio
|
|
|
791
841
|
export type MessagesEnqueueResponse = MessagesEnqueueHeaders & EnqueuedMessage[];
|
|
792
842
|
/** Optional parameters. */
|
|
793
843
|
export interface MessagesPeekOptionalParams extends coreClient.OperationOptions {
|
|
794
|
-
/** The The timeout parameter is expressed in seconds. For more information, see <a href="https://
|
|
844
|
+
/** The The timeout parameter is expressed in seconds. For more information, see <a href="https://learn.microsoft.com/rest/api/storageservices/setting-timeouts-for-queue-service-operations>Setting Timeouts for Queue Service Operations.</a> */
|
|
795
845
|
timeoutInSeconds?: number;
|
|
796
846
|
/** Provides a client-generated, opaque value with a 1 KB character limit that is recorded in the analytics logs when storage analytics logging is enabled. */
|
|
797
847
|
requestId?: string;
|
|
@@ -802,7 +852,7 @@ export interface MessagesPeekOptionalParams extends coreClient.OperationOptions
|
|
|
802
852
|
export type MessagesPeekResponse = MessagesPeekHeaders & PeekedMessageItem[];
|
|
803
853
|
/** Optional parameters. */
|
|
804
854
|
export interface MessageIdUpdateOptionalParams extends coreClient.OperationOptions {
|
|
805
|
-
/** The The timeout parameter is expressed in seconds. For more information, see <a href="https://
|
|
855
|
+
/** The The timeout parameter is expressed in seconds. For more information, see <a href="https://learn.microsoft.com/rest/api/storageservices/setting-timeouts-for-queue-service-operations>Setting Timeouts for Queue Service Operations.</a> */
|
|
806
856
|
timeoutInSeconds?: number;
|
|
807
857
|
/** Provides a client-generated, opaque value with a 1 KB character limit that is recorded in the analytics logs when storage analytics logging is enabled. */
|
|
808
858
|
requestId?: string;
|
|
@@ -813,7 +863,7 @@ export interface MessageIdUpdateOptionalParams extends coreClient.OperationOptio
|
|
|
813
863
|
export type MessageIdUpdateResponse = MessageIdUpdateHeaders;
|
|
814
864
|
/** Optional parameters. */
|
|
815
865
|
export interface MessageIdDeleteOptionalParams extends coreClient.OperationOptions {
|
|
816
|
-
/** The The timeout parameter is expressed in seconds. For more information, see <a href="https://
|
|
866
|
+
/** The The timeout parameter is expressed in seconds. For more information, see <a href="https://learn.microsoft.com/rest/api/storageservices/setting-timeouts-for-queue-service-operations>Setting Timeouts for Queue Service Operations.</a> */
|
|
817
867
|
timeoutInSeconds?: number;
|
|
818
868
|
/** Provides a client-generated, opaque value with a 1 KB character limit that is recorded in the analytics logs when storage analytics logging is enabled. */
|
|
819
869
|
requestId?: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/generated/src/models/index.ts"],"names":[],"mappings":"AAQA,OAAO,KAAK,UAAU,MAAM,oBAAoB,CAAC;AACjD,OAAO,KAAK,cAAc,MAAM,yBAAyB,CAAC;AAE1D,kCAAkC;AAClC,MAAM,WAAW,sBAAsB;IACrC,uCAAuC;IACvC,qBAAqB,CAAC,EAAE,OAAO,CAAC;IAChC,qFAAqF;IACrF,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,qFAAqF;IACrF,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB,6BAA6B;IAC7B,IAAI,CAAC,EAAE,QAAQ,EAAE,CAAC;CACnB;AAED,wCAAwC;AACxC,MAAM,WAAW,OAAO;IACtB,qDAAqD;IACrD,OAAO,EAAE,MAAM,CAAC;IAChB,8DAA8D;IAC9D,cAAc,EAAE,OAAO,CAAC;IACxB,4DAA4D;IAC5D,IAAI,EAAE,OAAO,CAAC;IACd,6DAA6D;IAC7D,KAAK,EAAE,OAAO,CAAC;IACf,2BAA2B;IAC3B,eAAe,EAAE,eAAe,CAAC;CAClC;AAED,2BAA2B;AAC3B,MAAM,WAAW,eAAe;IAC9B,8EAA8E;IAC9E,OAAO,EAAE,OAAO,CAAC;IACjB,mJAAmJ;IACnJ,IAAI,CAAC,EAAE,MAAM,CAAC;CACf;AAED,yCAAyC;AACzC,MAAM,WAAW,OAAO;IACtB,qDAAqD;IACrD,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,mEAAmE;IACnE,OAAO,EAAE,OAAO,CAAC;IACjB,8FAA8F;IAC9F,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,2BAA2B;IAC3B,eAAe,CAAC,EAAE,eAAe,CAAC;CACnC;AAED,2WAA2W;AAC3W,MAAM,WAAW,QAAQ;IACvB,6XAA6X;IAC7X,cAAc,EAAE,MAAM,CAAC;IACvB,4GAA4G;IAC5G,cAAc,EAAE,MAAM,CAAC;IACvB,kFAAkF;IAClF,cAAc,EAAE,MAAM,CAAC;IACvB,iIAAiI;IACjI,cAAc,EAAE,MAAM,CAAC;IACvB,yFAAyF;IACzF,eAAe,EAAE,MAAM,CAAC;CACzB;AAED,MAAM,WAAW,YAAY;IAC3B,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,yBAAyB,CAAC,EAAE,MAAM,CAAC;CACpC;AAED,qCAAqC;AACrC,MAAM,WAAW,sBAAsB;IACrC,oEAAoE;IACpE,cAAc,CAAC,EAAE,cAAc,CAAC;CACjC;AAED,oEAAoE;AACpE,MAAM,WAAW,cAAc;IAC7B,2CAA2C;IAC3C,MAAM,EAAE,wBAAwB,CAAC;IACjC,wOAAwO;IACxO,UAAU,EAAE,IAAI,CAAC;CAClB;AAED,uEAAuE;AACvE,MAAM,WAAW,yBAAyB;IACxC,eAAe,EAAE,MAAM,CAAC;IACxB,MAAM,EAAE,MAAM,CAAC;IACf,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,WAAW,EAAE,MAAM,CAAC;IACpB,UAAU,CAAC,EAAE,SAAS,EAAE,CAAC;IACzB,iBAAiB,EAAE,MAAM,CAAC;CAC3B;AAED,8BAA8B;AAC9B,MAAM,WAAW,SAAS;IACxB,6BAA6B;IAC7B,IAAI,EAAE,MAAM,CAAC;IACb,6BAA6B;IAC7B,QAAQ,CAAC,EAAE;QAAE,CAAC,YAAY,EAAE,MAAM,GAAG,MAAM,CAAA;KAAE,CAAC;CAC/C;AAED,wBAAwB;AACxB,MAAM,WAAW,gBAAgB;IAC/B,kBAAkB;IAClB,EAAE,EAAE,MAAM,CAAC;IACX,wBAAwB;IACxB,YAAY,EAAE,YAAY,CAAC;CAC5B;AAED,uBAAuB;AACvB,MAAM,WAAW,YAAY;IAC3B,yCAAyC;IACzC,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,uCAAuC;IACvC,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,yCAAyC;IACzC,WAAW,CAAC,EAAE,MAAM,CAAC;CACtB;AAED,8FAA8F;AAC9F,MAAM,WAAW,mBAAmB;IAClC,6BAA6B;IAC7B,SAAS,EAAE,MAAM,CAAC;IAClB,wDAAwD;IACxD,UAAU,EAAE,IAAI,CAAC;IACjB,0EAA0E;IAC1E,SAAS,EAAE,IAAI,CAAC;IAChB,kJAAkJ;IAClJ,UAAU,EAAE,MAAM,CAAC;IACnB,wEAAwE;IACxE,aAAa,EAAE,IAAI,CAAC;IACpB,yDAAyD;IACzD,YAAY,EAAE,MAAM,CAAC;IACrB,kCAAkC;IAClC,WAAW,EAAE,MAAM,CAAC;CACrB;AAED,sDAAsD;AACtD,MAAM,WAAW,YAAY;IAC3B,iCAAiC;IACjC,WAAW,EAAE,MAAM,CAAC;CACrB;AAED,4FAA4F;AAC5F,MAAM,WAAW,eAAe;IAC9B,6BAA6B;IAC7B,SAAS,EAAE,MAAM,CAAC;IAClB,wDAAwD;IACxD,UAAU,EAAE,IAAI,CAAC;IACjB,0EAA0E;IAC1E,SAAS,EAAE,IAAI,CAAC;IAChB,kJAAkJ;IAClJ,UAAU,EAAE,MAAM,CAAC;IACnB,wEAAwE;IACxE,aAAa,EAAE,IAAI,CAAC;CACrB;AAED,8FAA8F;AAC9F,MAAM,WAAW,iBAAiB;IAChC,6BAA6B;IAC7B,SAAS,EAAE,MAAM,CAAC;IAClB,wDAAwD;IACxD,UAAU,EAAE,IAAI,CAAC;IACjB,0EAA0E;IAC1E,SAAS,EAAE,IAAI,CAAC;IAChB,yDAAyD;IACzD,YAAY,EAAE,MAAM,CAAC;IACrB,kCAAkC;IAClC,WAAW,EAAE,MAAM,CAAC;CACrB;AAED,2DAA2D;AAC3D,MAAM,WAAW,2BAA2B;IAC1C,iHAAiH;IACjH,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,8JAA8J;IAC9J,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,6HAA6H;IAC7H,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,iBAAiB;IACjB,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAED,2DAA2D;AAC3D,MAAM,WAAW,oCAAoC;IACnD,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,6HAA6H;IAC7H,eAAe,CAAC,EAAE,MAAM,CAAC;CAC1B;AAED,2DAA2D;AAC3D,MAAM,WAAW,2BAA2B;IAC1C,iHAAiH;IACjH,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,8JAA8J;IAC9J,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,6HAA6H;IAC7H,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,iBAAiB;IACjB,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAED,2DAA2D;AAC3D,MAAM,WAAW,oCAAoC;IACnD,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,6HAA6H;IAC7H,eAAe,CAAC,EAAE,MAAM,CAAC;CAC1B;AAED,2DAA2D;AAC3D,MAAM,WAAW,2BAA2B;IAC1C,iHAAiH;IACjH,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,8JAA8J;IAC9J,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,+GAA+G;IAC/G,IAAI,CAAC,EAAE,IAAI,CAAC;IACZ,6HAA6H;IAC7H,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,iBAAiB;IACjB,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAED,2DAA2D;AAC3D,MAAM,WAAW,oCAAoC;IACnD,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,6HAA6H;IAC7H,eAAe,CAAC,EAAE,MAAM,CAAC;CAC1B;AAED,+DAA+D;AAC/D,MAAM,WAAW,+BAA+B;IAC9C,iHAAiH;IACjH,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,8JAA8J;IAC9J,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,+GAA+G;IAC/G,IAAI,CAAC,EAAE,IAAI,CAAC;IACZ,6HAA6H;IAC7H,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,iBAAiB;IACjB,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAED,+DAA+D;AAC/D,MAAM,WAAW,wCAAwC;IACvD,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,6HAA6H;IAC7H,eAAe,CAAC,EAAE,MAAM,CAAC;CAC1B;AAED,kDAAkD;AAClD,MAAM,WAAW,kBAAkB;IACjC,iHAAiH;IACjH,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,8JAA8J;IAC9J,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,+GAA+G;IAC/G,IAAI,CAAC,EAAE,IAAI,CAAC;IACZ,6HAA6H;IAC7H,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,iBAAiB;IACjB,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAED,kDAAkD;AAClD,MAAM,WAAW,2BAA2B;IAC1C,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,6HAA6H;IAC7H,eAAe,CAAC,EAAE,MAAM,CAAC;CAC1B;AAED,kDAAkD;AAClD,MAAM,WAAW,kBAAkB;IACjC,iHAAiH;IACjH,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,8JAA8J;IAC9J,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,+GAA+G;IAC/G,IAAI,CAAC,EAAE,IAAI,CAAC;IACZ,6HAA6H;IAC7H,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,iBAAiB;IACjB,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAED,kDAAkD;AAClD,MAAM,WAAW,2BAA2B;IAC1C,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,6HAA6H;IAC7H,eAAe,CAAC,EAAE,MAAM,CAAC;CAC1B;AAED,yDAAyD;AACzD,MAAM,WAAW,yBAAyB;IACxC,QAAQ,CAAC,EAAE;QAAE,CAAC,YAAY,EAAE,MAAM,GAAG,MAAM,CAAA;KAAE,CAAC;IAC9C,sJAAsJ;IACtJ,wBAAwB,CAAC,EAAE,MAAM,CAAC;IAClC,iHAAiH;IACjH,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,8JAA8J;IAC9J,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,+GAA+G;IAC/G,IAAI,CAAC,EAAE,IAAI,CAAC;IACZ,6HAA6H;IAC7H,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,iBAAiB;IACjB,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAED,yDAAyD;AACzD,MAAM,WAAW,kCAAkC;IACjD,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,6HAA6H;IAC7H,eAAe,CAAC,EAAE,MAAM,CAAC;CAC1B;AAED,uDAAuD;AACvD,MAAM,WAAW,uBAAuB;IACtC,iHAAiH;IACjH,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,8JAA8J;IAC9J,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,+GAA+G;IAC/G,IAAI,CAAC,EAAE,IAAI,CAAC;IACZ,6HAA6H;IAC7H,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,iBAAiB;IACjB,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAED,uDAAuD;AACvD,MAAM,WAAW,gCAAgC;IAC/C,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,6HAA6H;IAC7H,eAAe,CAAC,EAAE,MAAM,CAAC;CAC1B;AAED,2DAA2D;AAC3D,MAAM,WAAW,2BAA2B;IAC1C,iHAAiH;IACjH,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,8JAA8J;IAC9J,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,+GAA+G;IAC/G,IAAI,CAAC,EAAE,IAAI,CAAC;IACZ,6HAA6H;IAC7H,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,iBAAiB;IACjB,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAED,2DAA2D;AAC3D,MAAM,WAAW,oCAAoC;IACnD,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,6HAA6H;IAC7H,eAAe,CAAC,EAAE,MAAM,CAAC;CAC1B;AAED,2DAA2D;AAC3D,MAAM,WAAW,2BAA2B;IAC1C,iHAAiH;IACjH,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,8JAA8J;IAC9J,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,+GAA+G;IAC/G,IAAI,CAAC,EAAE,IAAI,CAAC;IACZ,6HAA6H;IAC7H,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,iBAAiB;IACjB,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAED,2DAA2D;AAC3D,MAAM,WAAW,oCAAoC;IACnD,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,6HAA6H;IAC7H,eAAe,CAAC,EAAE,MAAM,CAAC;CAC1B;AAED,sDAAsD;AACtD,MAAM,WAAW,sBAAsB;IACrC,iHAAiH;IACjH,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,8JAA8J;IAC9J,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,+GAA+G;IAC/G,IAAI,CAAC,EAAE,IAAI,CAAC;IACZ,6HAA6H;IAC7H,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,iBAAiB;IACjB,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAED,sDAAsD;AACtD,MAAM,WAAW,+BAA+B;IAC9C,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,6HAA6H;IAC7H,eAAe,CAAC,EAAE,MAAM,CAAC;CAC1B;AAED,oDAAoD;AACpD,MAAM,WAAW,oBAAoB;IACnC,iHAAiH;IACjH,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,8JAA8J;IAC9J,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,+GAA+G;IAC/G,IAAI,CAAC,EAAE,IAAI,CAAC;IACZ,6HAA6H;IAC7H,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,iBAAiB;IACjB,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAED,oDAAoD;AACpD,MAAM,WAAW,6BAA6B;IAC5C,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,6HAA6H;IAC7H,eAAe,CAAC,EAAE,MAAM,CAAC;CAC1B;AAED,sDAAsD;AACtD,MAAM,WAAW,sBAAsB;IACrC,iHAAiH;IACjH,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,8JAA8J;IAC9J,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,+GAA+G;IAC/G,IAAI,CAAC,EAAE,IAAI,CAAC;IACZ,6HAA6H;IAC7H,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,iBAAiB;IACjB,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAED,sDAAsD;AACtD,MAAM,WAAW,+BAA+B;IAC9C,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,6HAA6H;IAC7H,eAAe,CAAC,EAAE,MAAM,CAAC;CAC1B;AAED,mDAAmD;AACnD,MAAM,WAAW,mBAAmB;IAClC,iHAAiH;IACjH,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,8JAA8J;IAC9J,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,+GAA+G;IAC/G,IAAI,CAAC,EAAE,IAAI,CAAC;IACZ,6HAA6H;IAC7H,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,iBAAiB;IACjB,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAED,mDAAmD;AACnD,MAAM,WAAW,4BAA4B;IAC3C,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,6HAA6H;IAC7H,eAAe,CAAC,EAAE,MAAM,CAAC;CAC1B;AAED,sDAAsD;AACtD,MAAM,WAAW,sBAAsB;IACrC,iHAAiH;IACjH,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,8JAA8J;IAC9J,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,+GAA+G;IAC/G,IAAI,CAAC,EAAE,IAAI,CAAC;IACZ,4CAA4C;IAC5C,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,2FAA2F;IAC3F,aAAa,CAAC,EAAE,IAAI,CAAC;IACrB,6HAA6H;IAC7H,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,iBAAiB;IACjB,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAED,sDAAsD;AACtD,MAAM,WAAW,+BAA+B;IAC9C,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,6HAA6H;IAC7H,eAAe,CAAC,EAAE,MAAM,CAAC;CAC1B;AAED,sDAAsD;AACtD,MAAM,WAAW,sBAAsB;IACrC,iHAAiH;IACjH,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,8JAA8J;IAC9J,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,+GAA+G;IAC/G,IAAI,CAAC,EAAE,IAAI,CAAC;IACZ,6HAA6H;IAC7H,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,iBAAiB;IACjB,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAED,sDAAsD;AACtD,MAAM,WAAW,+BAA+B;IAC9C,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,6HAA6H;IAC7H,eAAe,CAAC,EAAE,MAAM,CAAC;CAC1B;AAED,yEAAyE;AACzE,oBAAY,qBAAqB;IAC/B,2BAA2B;IAC3B,oBAAoB,yBAAyB;IAC7C,0BAA0B;IAC1B,mBAAmB,wBAAwB;IAC3C,wBAAwB;IACxB,iBAAiB,sBAAsB;IACvC,2BAA2B;IAC3B,oBAAoB,yBAAyB;IAC7C,2BAA2B;IAC3B,oBAAoB,yBAAyB;IAC7C,mCAAmC;IACnC,4BAA4B,iCAAiC;IAC7D,sBAAsB;IACtB,eAAe,oBAAoB;IACnC,uBAAuB;IACvB,gBAAgB,qBAAqB;IACrC,qCAAqC;IACrC,8BAA8B,mCAAmC;IACjE,oBAAoB;IACpB,aAAa,kBAAkB;IAC/B,gCAAgC;IAChC,yBAAyB,8BAA8B;IACvD,yBAAyB;IACzB,kBAAkB,uBAAuB;IACzC,sBAAsB;IACtB,eAAe,oBAAoB;IACnC,mBAAmB;IACnB,YAAY,iBAAiB;IAC7B,iBAAiB;IACjB,UAAU,eAAe;IACzB,sBAAsB;IACtB,eAAe,oBAAoB;IACnC,iCAAiC;IACjC,0BAA0B,+BAA+B;IACzD,mBAAmB;IACnB,YAAY,iBAAiB;IAC7B,0BAA0B;IAC1B,mBAAmB,wBAAwB;IAC3C,iBAAiB;IACjB,UAAU,eAAe;IACzB,yBAAyB;IACzB,kBAAkB,uBAAuB;IACzC,0BAA0B;IAC1B,mBAAmB,wBAAwB;IAC3C,kBAAkB;IAClB,WAAW,gBAAgB;IAC3B,uBAAuB;IACvB,gBAAgB,qBAAqB;IACrC,iCAAiC;IACjC,0BAA0B,+BAA+B;IACzD,oCAAoC;IACpC,6BAA6B,kCAAkC;IAC/D,4BAA4B;IAC5B,qBAAqB,0BAA0B;IAC/C,6BAA6B;IAC7B,sBAAsB,2BAA2B;IACjD,2CAA2C;IAC3C,oCAAoC,yCAAyC;IAC7E,wBAAwB;IACxB,iBAAiB,sBAAsB;IACvC,sBAAsB;IACtB,eAAe,oBAAoB;IACnC,oCAAoC;IACpC,6BAA6B,kCAAkC;IAC/D,0BAA0B;IAC1B,mBAAmB,wBAAwB;IAC3C,2BAA2B;IAC3B,oBAAoB,yBAAyB;IAC7C,8BAA8B;IAC9B,uBAAuB,4BAA4B;IACnD,4BAA4B;IAC5B,qBAAqB,0BAA0B;IAC/C,uBAAuB;IACvB,gBAAgB,qBAAqB;IACrC,iBAAiB;IACjB,UAAU,eAAe;IACzB,wBAAwB;IACxB,iBAAiB,sBAAsB;IACvC,yBAAyB;IACzB,kBAAkB,uBAAuB;IACzC,gCAAgC;IAChC,yBAAyB,8BAA8B;IACvD,0BAA0B;IAC1B,mBAAmB,wBAAwB;IAC3C,oBAAoB;IACpB,aAAa,kBAAkB;IAC/B,sBAAsB;IACtB,eAAe,oBAAoB;IACnC,sBAAsB;IACtB,eAAe,oBAAoB;IACnC,yBAAyB;IACzB,kBAAkB,uBAAuB;IACzC,yBAAyB;IACzB,kBAAkB,uBAAuB;IACzC,wBAAwB;IACxB,iBAAiB,sBAAsB;IACvC,oBAAoB;IACpB,aAAa,kBAAkB;IAC/B,oBAAoB;IACpB,aAAa,kBAAkB;IAC/B,oBAAoB;IACpB,aAAa,kBAAkB;IAC/B,oCAAoC;IACpC,6BAA6B,kCAAkC;IAC/D,oCAAoC;IACpC,6BAA6B,kCAAkC;IAC/D,sCAAsC;IACtC,+BAA+B,oCAAoC;IACnE,mCAAmC;IACnC,4BAA4B,iCAAiC;IAC7D,wCAAwC;IACxC,iCAAiC,sCAAsC;IACvE,6BAA6B;IAC7B,sBAAsB,2BAA2B;CAClD;AAED;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA8DG;AACH,MAAM,MAAM,gBAAgB,GAAG,MAAM,CAAC;AACtC,mDAAmD;AACnD,MAAM,MAAM,wBAAwB,GAAG,MAAM,GAAG,WAAW,GAAG,aAAa,CAAC;AAE5E,2BAA2B;AAC3B,MAAM,WAAW,kCACf,SAAQ,UAAU,CAAC,gBAAgB;IACnC,uPAAuP;IACvP,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,8JAA8J;IAC9J,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAED,8DAA8D;AAC9D,MAAM,MAAM,4BAA4B,GAAG,2BAA2B,CAAC;AAEvE,2BAA2B;AAC3B,MAAM,WAAW,kCACf,SAAQ,UAAU,CAAC,gBAAgB;IACnC,uPAAuP;IACvP,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,8JAA8J;IAC9J,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAED,8DAA8D;AAC9D,MAAM,MAAM,4BAA4B,GAAG,2BAA2B,GACpE,sBAAsB,CAAC;AAEzB,2BAA2B;AAC3B,MAAM,WAAW,kCACf,SAAQ,UAAU,CAAC,gBAAgB;IACnC,uPAAuP;IACvP,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,8JAA8J;IAC9J,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAED,8DAA8D;AAC9D,MAAM,MAAM,4BAA4B,GAAG,2BAA2B,GACpE,sBAAsB,CAAC;AAEzB,2BAA2B;AAC3B,MAAM,WAAW,sCACf,SAAQ,UAAU,CAAC,gBAAgB;IACnC,uPAAuP;IACvP,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,8JAA8J;IAC9J,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,6FAA6F;IAC7F,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,idAAid;IACjd,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,2dAA2d;IAC3d,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,4GAA4G;IAC5G,OAAO,CAAC,EAAE,MAAM,EAAE,CAAC;CACpB;AAED,kEAAkE;AAClE,MAAM,MAAM,gCAAgC,GAAG,+BAA+B,GAC5E,yBAAyB,CAAC;AAE5B,2BAA2B;AAC3B,MAAM,WAAW,yBAA0B,SAAQ,UAAU,CAAC,gBAAgB;IAC5E,uPAAuP;IACvP,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,8JAA8J;IAC9J,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,mYAAmY;IACnY,QAAQ,CAAC,EAAE;QAAE,CAAC,YAAY,EAAE,MAAM,GAAG,MAAM,CAAA;KAAE,CAAC;CAC/C;AAED,uDAAuD;AACvD,MAAM,MAAM,mBAAmB,GAAG,kBAAkB,CAAC;AAErD,2BAA2B;AAC3B,MAAM,WAAW,yBAA0B,SAAQ,UAAU,CAAC,gBAAgB;IAC5E,uPAAuP;IACvP,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,8JAA8J;IAC9J,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAED,uDAAuD;AACvD,MAAM,MAAM,mBAAmB,GAAG,kBAAkB,CAAC;AAErD,2BAA2B;AAC3B,MAAM,WAAW,gCACf,SAAQ,UAAU,CAAC,gBAAgB;IACnC,uPAAuP;IACvP,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,8JAA8J;IAC9J,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAED,8DAA8D;AAC9D,MAAM,MAAM,0BAA0B,GAAG,yBAAyB,CAAC;AAEnE,2BAA2B;AAC3B,MAAM,WAAW,8BACf,SAAQ,UAAU,CAAC,gBAAgB;IACnC,uPAAuP;IACvP,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,8JAA8J;IAC9J,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,mYAAmY;IACnY,QAAQ,CAAC,EAAE;QAAE,CAAC,YAAY,EAAE,MAAM,GAAG,MAAM,CAAA;KAAE,CAAC;CAC/C;AAED,4DAA4D;AAC5D,MAAM,MAAM,wBAAwB,GAAG,uBAAuB,CAAC;AAE/D,2BAA2B;AAC3B,MAAM,WAAW,kCACf,SAAQ,UAAU,CAAC,gBAAgB;IACnC,uPAAuP;IACvP,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,8JAA8J;IAC9J,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAED,gEAAgE;AAChE,MAAM,MAAM,4BAA4B,GAAG,2BAA2B,GACpE,gBAAgB,EAAE,CAAC;AAErB,2BAA2B;AAC3B,MAAM,WAAW,kCACf,SAAQ,UAAU,CAAC,gBAAgB;IACnC,uPAAuP;IACvP,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,8JAA8J;IAC9J,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,6BAA6B;IAC7B,QAAQ,CAAC,EAAE,gBAAgB,EAAE,CAAC;CAC/B;AAED,gEAAgE;AAChE,MAAM,MAAM,4BAA4B,GAAG,2BAA2B,CAAC;AAEvE,2BAA2B;AAC3B,MAAM,WAAW,6BACf,SAAQ,UAAU,CAAC,gBAAgB;IACnC,uPAAuP;IACvP,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,8JAA8J;IAC9J,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,wQAAwQ;IACxQ,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,oYAAoY;IACpY,iBAAiB,CAAC,EAAE,MAAM,CAAC;CAC5B;AAED,wDAAwD;AACxD,MAAM,MAAM,uBAAuB,GAAG,sBAAsB,GAC1D,mBAAmB,EAAE,CAAC;AAExB,2BAA2B;AAC3B,MAAM,WAAW,2BACf,SAAQ,UAAU,CAAC,gBAAgB;IACnC,uPAAuP;IACvP,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,8JAA8J;IAC9J,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAED,sDAAsD;AACtD,MAAM,MAAM,qBAAqB,GAAG,oBAAoB,CAAC;AAEzD,2BAA2B;AAC3B,MAAM,WAAW,6BACf,SAAQ,UAAU,CAAC,gBAAgB;IACnC,uPAAuP;IACvP,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,8JAA8J;IAC9J,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,4dAA4d;IAC5d,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B,6WAA6W;IAC7W,iBAAiB,CAAC,EAAE,MAAM,CAAC;CAC5B;AAED,wDAAwD;AACxD,MAAM,MAAM,uBAAuB,GAAG,sBAAsB,GAC1D,eAAe,EAAE,CAAC;AAEpB,2BAA2B;AAC3B,MAAM,WAAW,0BACf,SAAQ,UAAU,CAAC,gBAAgB;IACnC,uPAAuP;IACvP,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,8JAA8J;IAC9J,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,wQAAwQ;IACxQ,gBAAgB,CAAC,EAAE,MAAM,CAAC;CAC3B;AAED,qDAAqD;AACrD,MAAM,MAAM,oBAAoB,GAAG,mBAAmB,GAAG,iBAAiB,EAAE,CAAC;AAE7E,2BAA2B;AAC3B,MAAM,WAAW,6BACf,SAAQ,UAAU,CAAC,gBAAgB;IACnC,uPAAuP;IACvP,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,8JAA8J;IAC9J,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,sDAAsD;IACtD,YAAY,CAAC,EAAE,YAAY,CAAC;CAC7B;AAED,uDAAuD;AACvD,MAAM,MAAM,uBAAuB,GAAG,sBAAsB,CAAC;AAE7D,2BAA2B;AAC3B,MAAM,WAAW,6BACf,SAAQ,UAAU,CAAC,gBAAgB;IACnC,uPAAuP;IACvP,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,8JAA8J;IAC9J,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAED,uDAAuD;AACvD,MAAM,MAAM,uBAAuB,GAAG,sBAAsB,CAAC;AAE7D,2BAA2B;AAC3B,MAAM,WAAW,2BACf,SAAQ,cAAc,CAAC,4BAA4B;IACnD,sEAAsE;IACtE,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,iCAAiC;IACjC,QAAQ,CAAC,EAAE,MAAM,CAAC;CACnB"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/generated/src/models/index.ts"],"names":[],"mappings":"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"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/generated/src/models/index.ts"],"names":[],"mappings":";AAAA;;;;;;GAMG;;;AAggBH,yEAAyE;AACzE,IAAY,qBAmHX;AAnHD,WAAY,qBAAqB;IAC/B,2BAA2B;IAC3B,sEAA6C,CAAA;IAC7C,0BAA0B;IAC1B,oEAA2C,CAAA;IAC3C,wBAAwB;IACxB,gEAAuC,CAAA;IACvC,2BAA2B;IAC3B,sEAA6C,CAAA;IAC7C,2BAA2B;IAC3B,sEAA6C,CAAA;IAC7C,mCAAmC;IACnC,sFAA6D,CAAA;IAC7D,sBAAsB;IACtB,4DAAmC,CAAA;IACnC,uBAAuB;IACvB,8DAAqC,CAAA;IACrC,qCAAqC;IACrC,0FAAiE,CAAA;IACjE,oBAAoB;IACpB,wDAA+B,CAAA;IAC/B,gCAAgC;IAChC,gFAAuD,CAAA;IACvD,yBAAyB;IACzB,kEAAyC,CAAA;IACzC,sBAAsB;IACtB,4DAAmC,CAAA;IACnC,mBAAmB;IACnB,sDAA6B,CAAA;IAC7B,iBAAiB;IACjB,kDAAyB,CAAA;IACzB,sBAAsB;IACtB,4DAAmC,CAAA;IACnC,iCAAiC;IACjC,kFAAyD,CAAA;IACzD,mBAAmB;IACnB,sDAA6B,CAAA;IAC7B,0BAA0B;IAC1B,oEAA2C,CAAA;IAC3C,iBAAiB;IACjB,kDAAyB,CAAA;IACzB,yBAAyB;IACzB,kEAAyC,CAAA;IACzC,0BAA0B;IAC1B,oEAA2C,CAAA;IAC3C,kBAAkB;IAClB,oDAA2B,CAAA;IAC3B,uBAAuB;IACvB,8DAAqC,CAAA;IACrC,iCAAiC;IACjC,kFAAyD,CAAA;IACzD,oCAAoC;IACpC,wFAA+D,CAAA;IAC/D,4BAA4B;IAC5B,wEAA+C,CAAA;IAC/C,6BAA6B;IAC7B,0EAAiD,CAAA;IACjD,2CAA2C;IAC3C,sGAA6E,CAAA;IAC7E,wBAAwB;IACxB,gEAAuC,CAAA;IACvC,sBAAsB;IACtB,4DAAmC,CAAA;IACnC,oCAAoC;IACpC,wFAA+D,CAAA;IAC/D,0BAA0B;IAC1B,oEAA2C,CAAA;IAC3C,2BAA2B;IAC3B,sEAA6C,CAAA;IAC7C,8BAA8B;IAC9B,4EAAmD,CAAA;IACnD,4BAA4B;IAC5B,wEAA+C,CAAA;IAC/C,uBAAuB;IACvB,8DAAqC,CAAA;IACrC,iBAAiB;IACjB,kDAAyB,CAAA;IACzB,wBAAwB;IACxB,gEAAuC,CAAA;IACvC,yBAAyB;IACzB,kEAAyC,CAAA;IACzC,gCAAgC;IAChC,gFAAuD,CAAA;IACvD,0BAA0B;IAC1B,oEAA2C,CAAA;IAC3C,oBAAoB;IACpB,wDAA+B,CAAA;IAC/B,sBAAsB;IACtB,4DAAmC,CAAA;IACnC,sBAAsB;IACtB,4DAAmC,CAAA;IACnC,yBAAyB;IACzB,kEAAyC,CAAA;IACzC,yBAAyB;IACzB,kEAAyC,CAAA;IACzC,wBAAwB;IACxB,gEAAuC,CAAA;IACvC,oBAAoB;IACpB,wDAA+B,CAAA;IAC/B,oBAAoB;IACpB,wDAA+B,CAAA;IAC/B,oBAAoB;IACpB,wDAA+B,CAAA;IAC/B,oCAAoC;IACpC,wFAA+D,CAAA;IAC/D,oCAAoC;IACpC,wFAA+D,CAAA;IAC/D,sCAAsC;IACtC,4FAAmE,CAAA;IACnE,mCAAmC;IACnC,sFAA6D,CAAA;IAC7D,wCAAwC;IACxC,gGAAuE,CAAA;IACvE,6BAA6B;IAC7B,0EAAiD,CAAA;AACnD,CAAC,EAnHW,qBAAqB,qCAArB,qBAAqB,QAmHhC","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 * as coreClient from \"@azure/core-client\";\nimport * as coreHttpCompat from \"@azure/core-http-compat\";\n\n/** Storage Service Properties. */\nexport interface QueueServiceProperties {\n /** Azure Analytics Logging settings */\n queueAnalyticsLogging?: Logging;\n /** A summary of request statistics grouped by API in hourly aggregates for queues */\n hourMetrics?: Metrics;\n /** a summary of request statistics grouped by API in minute aggregates for queues */\n minuteMetrics?: Metrics;\n /** The set of CORS rules. */\n cors?: CorsRule[];\n}\n\n/** Azure Analytics Logging settings. */\nexport interface Logging {\n /** The version of Storage Analytics to configure. */\n version: string;\n /** Indicates whether all delete requests should be logged. */\n deleteProperty: boolean;\n /** Indicates whether all read requests should be logged. */\n read: boolean;\n /** Indicates whether all write requests should be logged. */\n write: boolean;\n /** the retention policy */\n retentionPolicy: RetentionPolicy;\n}\n\n/** the retention policy */\nexport interface RetentionPolicy {\n /** Indicates whether a retention policy is enabled for the storage service */\n enabled: boolean;\n /** Indicates the number of days that metrics or logging or soft-deleted data should be retained. All data older than this value will be deleted */\n days?: number;\n}\n\n/** An interface representing Metrics. */\nexport interface Metrics {\n /** The version of Storage Analytics to configure. */\n version?: string;\n /** Indicates whether metrics are enabled for the Queue service. */\n enabled: boolean;\n /** Indicates whether metrics should generate summary statistics for called API operations. */\n includeAPIs?: boolean;\n /** the retention policy */\n retentionPolicy?: RetentionPolicy;\n}\n\n/** CORS is an HTTP feature that enables a web application running under one domain to access resources in another domain. Web browsers implement a security restriction known as same-origin policy that prevents a web page from calling APIs in a different domain; CORS provides a secure way to allow one domain (the origin domain) to call APIs in another domain */\nexport interface CorsRule {\n /** The origin domains that are permitted to make a request against the storage service via CORS. The origin domain is the domain from which the request originates. Note that the origin must be an exact case-sensitive match with the origin that the user age sends to the service. You can also use the wildcard character '*' to allow all origin domains to make requests via CORS. */\n allowedOrigins: string;\n /** The methods (HTTP request verbs) that the origin domain may use for a CORS request. (comma separated) */\n allowedMethods: string;\n /** the request headers that the origin domain may specify on the CORS request. */\n allowedHeaders: string;\n /** The response headers that may be sent in the response to the CORS request and exposed by the browser to the request issuer */\n exposedHeaders: string;\n /** The maximum amount time that a browser should cache the preflight OPTIONS request. */\n maxAgeInSeconds: number;\n}\n\nexport interface StorageError {\n message?: string;\n code?: string;\n authenticationErrorDetail?: string;\n}\n\n/** Stats for the storage service. */\nexport interface QueueServiceStatistics {\n /** Geo-Replication information for the Secondary Storage Service */\n geoReplication?: GeoReplication;\n}\n\n/** Geo-Replication information for the Secondary Storage Service */\nexport interface GeoReplication {\n /** The status of the secondary location */\n status: GeoReplicationStatusType;\n /** A GMT date/time value, to the second. All primary writes preceding this value are guaranteed to be available for read operations at the secondary. Primary writes after this point in time may or may not be available for reads. */\n lastSyncOn: Date;\n}\n\n/** The object returned when calling List Queues on a Queue Service. */\nexport interface ListQueuesSegmentResponse {\n serviceEndpoint: string;\n prefix: string;\n marker?: string;\n maxPageSize: number;\n queueItems?: QueueItem[];\n continuationToken: string;\n}\n\n/** An Azure Storage Queue. */\nexport interface QueueItem {\n /** The name of the Queue. */\n name: string;\n /** Dictionary of <string> */\n metadata?: { [propertyName: string]: string };\n}\n\n/** signed identifier */\nexport interface SignedIdentifier {\n /** a unique id */\n id: string;\n /** The access policy */\n accessPolicy: AccessPolicy;\n}\n\n/** An Access policy */\nexport interface AccessPolicy {\n /** the date-time the policy is active */\n startsOn?: string;\n /** the date-time the policy expires */\n expiresOn?: string;\n /** the permissions for the acl policy */\n permissions?: string;\n}\n\n/** The object returned in the QueueMessageList array when calling Get Messages on a Queue. */\nexport interface DequeuedMessageItem {\n /** The Id of the Message. */\n messageId: string;\n /** The time the Message was inserted into the Queue. */\n insertedOn: Date;\n /** The time that the Message will expire and be automatically deleted. */\n expiresOn: Date;\n /** This value is required to delete the Message. If deletion fails using this popreceipt then the message has been dequeued by another client. */\n popReceipt: string;\n /** The time that the message will again become visible in the Queue. */\n nextVisibleOn: Date;\n /** The number of times the message has been dequeued. */\n dequeueCount: number;\n /** The content of the Message. */\n messageText: string;\n}\n\n/** A Message object which can be stored in a Queue */\nexport interface QueueMessage {\n /** The content of the message */\n messageText: string;\n}\n\n/** The object returned in the QueueMessageList array when calling Put Message on a Queue */\nexport interface EnqueuedMessage {\n /** The Id of the Message. */\n messageId: string;\n /** The time the Message was inserted into the Queue. */\n insertedOn: Date;\n /** The time that the Message will expire and be automatically deleted. */\n expiresOn: Date;\n /** This value is required to delete the Message. If deletion fails using this popreceipt then the message has been dequeued by another client. */\n popReceipt: string;\n /** The time that the message will again become visible in the Queue. */\n nextVisibleOn: Date;\n}\n\n/** The object returned in the QueueMessageList array when calling Peek Messages on a Queue */\nexport interface PeekedMessageItem {\n /** The Id of the Message. */\n messageId: string;\n /** The time the Message was inserted into the Queue. */\n insertedOn: Date;\n /** The time that the Message will expire and be automatically deleted. */\n expiresOn: Date;\n /** The number of times the message has been dequeued. */\n dequeueCount: number;\n /** The content of the Message. */\n messageText: string;\n}\n\n/** Defines headers for Service_setProperties operation. */\nexport interface ServiceSetPropertiesHeaders {\n /** This header uniquely identifies the request that was made and can be used for troubleshooting the request. */\n requestId?: string;\n /** Indicates the version of the Queue service used to execute the request. This header is returned for requests made against version 2009-09-19 and above. */\n version?: string;\n /** If a client request id header is sent in the request, this header will be present in the response with the same value. */\n clientRequestId?: string;\n /** Error Code */\n errorCode?: string;\n}\n\n/** Defines headers for Service_setProperties operation. */\nexport interface ServiceSetPropertiesExceptionHeaders {\n errorCode?: string;\n /** If a client request id header is sent in the request, this header will be present in the response with the same value. */\n clientRequestId?: string;\n}\n\n/** Defines headers for Service_getProperties operation. */\nexport interface ServiceGetPropertiesHeaders {\n /** This header uniquely identifies the request that was made and can be used for troubleshooting the request. */\n requestId?: string;\n /** Indicates the version of the Queue service used to execute the request. This header is returned for requests made against version 2009-09-19 and above. */\n version?: string;\n /** If a client request id header is sent in the request, this header will be present in the response with the same value. */\n clientRequestId?: string;\n /** Error Code */\n errorCode?: string;\n}\n\n/** Defines headers for Service_getProperties operation. */\nexport interface ServiceGetPropertiesExceptionHeaders {\n errorCode?: string;\n /** If a client request id header is sent in the request, this header will be present in the response with the same value. */\n clientRequestId?: string;\n}\n\n/** Defines headers for Service_getStatistics operation. */\nexport interface ServiceGetStatisticsHeaders {\n /** This header uniquely identifies the request that was made and can be used for troubleshooting the request. */\n requestId?: string;\n /** Indicates the version of the Queue service used to execute the request. This header is returned for requests made against version 2009-09-19 and above. */\n version?: string;\n /** UTC date/time value generated by the service that indicates the time at which the response was initiated */\n date?: Date;\n /** If a client request id header is sent in the request, this header will be present in the response with the same value. */\n clientRequestId?: string;\n /** Error Code */\n errorCode?: string;\n}\n\n/** Defines headers for Service_getStatistics operation. */\nexport interface ServiceGetStatisticsExceptionHeaders {\n errorCode?: string;\n /** If a client request id header is sent in the request, this header will be present in the response with the same value. */\n clientRequestId?: string;\n}\n\n/** Defines headers for Service_listQueuesSegment operation. */\nexport interface ServiceListQueuesSegmentHeaders {\n /** This header uniquely identifies the request that was made and can be used for troubleshooting the request. */\n requestId?: string;\n /** Indicates the version of the Queue service used to execute the request. This header is returned for requests made against version 2009-09-19 and above. */\n version?: string;\n /** UTC date/time value generated by the service that indicates the time at which the response was initiated */\n date?: Date;\n /** If a client request id header is sent in the request, this header will be present in the response with the same value. */\n clientRequestId?: string;\n /** Error Code */\n errorCode?: string;\n}\n\n/** Defines headers for Service_listQueuesSegment operation. */\nexport interface ServiceListQueuesSegmentExceptionHeaders {\n errorCode?: string;\n /** If a client request id header is sent in the request, this header will be present in the response with the same value. */\n clientRequestId?: string;\n}\n\n/** Defines headers for Queue_create operation. */\nexport interface QueueCreateHeaders {\n /** This header uniquely identifies the request that was made and can be used for troubleshooting the request. */\n requestId?: string;\n /** Indicates the version of the Queue service used to execute the request. This header is returned for requests made against version 2009-09-19 and above. */\n version?: string;\n /** UTC date/time value generated by the service that indicates the time at which the response was initiated */\n date?: Date;\n /** If a client request id header is sent in the request, this header will be present in the response with the same value. */\n clientRequestId?: string;\n /** Error Code */\n errorCode?: string;\n}\n\n/** Defines headers for Queue_create operation. */\nexport interface QueueCreateExceptionHeaders {\n errorCode?: string;\n /** If a client request id header is sent in the request, this header will be present in the response with the same value. */\n clientRequestId?: string;\n}\n\n/** Defines headers for Queue_delete operation. */\nexport interface QueueDeleteHeaders {\n /** This header uniquely identifies the request that was made and can be used for troubleshooting the request. */\n requestId?: string;\n /** Indicates the version of the Queue service used to execute the request. This header is returned for requests made against version 2009-09-19 and above. */\n version?: string;\n /** UTC date/time value generated by the service that indicates the time at which the response was initiated */\n date?: Date;\n /** If a client request id header is sent in the request, this header will be present in the response with the same value. */\n clientRequestId?: string;\n /** Error Code */\n errorCode?: string;\n}\n\n/** Defines headers for Queue_delete operation. */\nexport interface QueueDeleteExceptionHeaders {\n errorCode?: string;\n /** If a client request id header is sent in the request, this header will be present in the response with the same value. */\n clientRequestId?: string;\n}\n\n/** Defines headers for Queue_getProperties operation. */\nexport interface QueueGetPropertiesHeaders {\n metadata?: { [propertyName: string]: string };\n /** The approximate number of messages in the queue. This number is not lower than the actual number of messages in the queue, but could be higher. */\n approximateMessagesCount?: number;\n /** This header uniquely identifies the request that was made and can be used for troubleshooting the request. */\n requestId?: string;\n /** Indicates the version of the Queue service used to execute the request. This header is returned for requests made against version 2009-09-19 and above. */\n version?: string;\n /** UTC date/time value generated by the service that indicates the time at which the response was initiated */\n date?: Date;\n /** If a client request id header is sent in the request, this header will be present in the response with the same value. */\n clientRequestId?: string;\n /** Error Code */\n errorCode?: string;\n}\n\n/** Defines headers for Queue_getProperties operation. */\nexport interface QueueGetPropertiesExceptionHeaders {\n errorCode?: string;\n /** If a client request id header is sent in the request, this header will be present in the response with the same value. */\n clientRequestId?: string;\n}\n\n/** Defines headers for Queue_setMetadata operation. */\nexport interface QueueSetMetadataHeaders {\n /** This header uniquely identifies the request that was made and can be used for troubleshooting the request. */\n requestId?: string;\n /** Indicates the version of the Queue service used to execute the request. This header is returned for requests made against version 2009-09-19 and above. */\n version?: string;\n /** UTC date/time value generated by the service that indicates the time at which the response was initiated */\n date?: Date;\n /** If a client request id header is sent in the request, this header will be present in the response with the same value. */\n clientRequestId?: string;\n /** Error Code */\n errorCode?: string;\n}\n\n/** Defines headers for Queue_setMetadata operation. */\nexport interface QueueSetMetadataExceptionHeaders {\n errorCode?: string;\n /** If a client request id header is sent in the request, this header will be present in the response with the same value. */\n clientRequestId?: string;\n}\n\n/** Defines headers for Queue_getAccessPolicy operation. */\nexport interface QueueGetAccessPolicyHeaders {\n /** This header uniquely identifies the request that was made and can be used for troubleshooting the request. */\n requestId?: string;\n /** Indicates the version of the Queue service used to execute the request. This header is returned for requests made against version 2009-09-19 and above. */\n version?: string;\n /** UTC date/time value generated by the service that indicates the time at which the response was initiated */\n date?: Date;\n /** If a client request id header is sent in the request, this header will be present in the response with the same value. */\n clientRequestId?: string;\n /** Error Code */\n errorCode?: string;\n}\n\n/** Defines headers for Queue_getAccessPolicy operation. */\nexport interface QueueGetAccessPolicyExceptionHeaders {\n errorCode?: string;\n /** If a client request id header is sent in the request, this header will be present in the response with the same value. */\n clientRequestId?: string;\n}\n\n/** Defines headers for Queue_setAccessPolicy operation. */\nexport interface QueueSetAccessPolicyHeaders {\n /** This header uniquely identifies the request that was made and can be used for troubleshooting the request. */\n requestId?: string;\n /** Indicates the version of the Queue service used to execute the request. This header is returned for requests made against version 2009-09-19 and above. */\n version?: string;\n /** UTC date/time value generated by the service that indicates the time at which the response was initiated */\n date?: Date;\n /** If a client request id header is sent in the request, this header will be present in the response with the same value. */\n clientRequestId?: string;\n /** Error Code */\n errorCode?: string;\n}\n\n/** Defines headers for Queue_setAccessPolicy operation. */\nexport interface QueueSetAccessPolicyExceptionHeaders {\n errorCode?: string;\n /** If a client request id header is sent in the request, this header will be present in the response with the same value. */\n clientRequestId?: string;\n}\n\n/** Defines headers for Messages_dequeue operation. */\nexport interface MessagesDequeueHeaders {\n /** This header uniquely identifies the request that was made and can be used for troubleshooting the request. */\n requestId?: string;\n /** Indicates the version of the Queue service used to execute the request. This header is returned for requests made against version 2009-09-19 and above. */\n version?: string;\n /** UTC date/time value generated by the service that indicates the time at which the response was initiated */\n date?: Date;\n /** If a client request id header is sent in the request, this header will be present in the response with the same value. */\n clientRequestId?: string;\n /** Error Code */\n errorCode?: string;\n}\n\n/** Defines headers for Messages_dequeue operation. */\nexport interface MessagesDequeueExceptionHeaders {\n errorCode?: string;\n /** If a client request id header is sent in the request, this header will be present in the response with the same value. */\n clientRequestId?: string;\n}\n\n/** Defines headers for Messages_clear operation. */\nexport interface MessagesClearHeaders {\n /** This header uniquely identifies the request that was made and can be used for troubleshooting the request. */\n requestId?: string;\n /** Indicates the version of the Queue service used to execute the request. This header is returned for requests made against version 2009-09-19 and above. */\n version?: string;\n /** UTC date/time value generated by the service that indicates the time at which the response was initiated */\n date?: Date;\n /** If a client request id header is sent in the request, this header will be present in the response with the same value. */\n clientRequestId?: string;\n /** Error Code */\n errorCode?: string;\n}\n\n/** Defines headers for Messages_clear operation. */\nexport interface MessagesClearExceptionHeaders {\n errorCode?: string;\n /** If a client request id header is sent in the request, this header will be present in the response with the same value. */\n clientRequestId?: string;\n}\n\n/** Defines headers for Messages_enqueue operation. */\nexport interface MessagesEnqueueHeaders {\n /** This header uniquely identifies the request that was made and can be used for troubleshooting the request. */\n requestId?: string;\n /** Indicates the version of the Queue service used to execute the request. This header is returned for requests made against version 2009-09-19 and above. */\n version?: string;\n /** UTC date/time value generated by the service that indicates the time at which the response was initiated */\n date?: Date;\n /** If a client request id header is sent in the request, this header will be present in the response with the same value. */\n clientRequestId?: string;\n /** Error Code */\n errorCode?: string;\n}\n\n/** Defines headers for Messages_enqueue operation. */\nexport interface MessagesEnqueueExceptionHeaders {\n errorCode?: string;\n /** If a client request id header is sent in the request, this header will be present in the response with the same value. */\n clientRequestId?: string;\n}\n\n/** Defines headers for Messages_peek operation. */\nexport interface MessagesPeekHeaders {\n /** This header uniquely identifies the request that was made and can be used for troubleshooting the request. */\n requestId?: string;\n /** Indicates the version of the Queue service used to execute the request. This header is returned for requests made against version 2009-09-19 and above. */\n version?: string;\n /** UTC date/time value generated by the service that indicates the time at which the response was initiated */\n date?: Date;\n /** If a client request id header is sent in the request, this header will be present in the response with the same value. */\n clientRequestId?: string;\n /** Error Code */\n errorCode?: string;\n}\n\n/** Defines headers for Messages_peek operation. */\nexport interface MessagesPeekExceptionHeaders {\n errorCode?: string;\n /** If a client request id header is sent in the request, this header will be present in the response with the same value. */\n clientRequestId?: string;\n}\n\n/** Defines headers for MessageId_update operation. */\nexport interface MessageIdUpdateHeaders {\n /** This header uniquely identifies the request that was made and can be used for troubleshooting the request. */\n requestId?: string;\n /** Indicates the version of the Queue service used to execute the request. This header is returned for requests made against version 2009-09-19 and above. */\n version?: string;\n /** UTC date/time value generated by the service that indicates the time at which the response was initiated */\n date?: Date;\n /** The pop receipt of the queue message. */\n popReceipt?: string;\n /** A UTC date/time value that represents when the message will be visible on the queue. */\n nextVisibleOn?: Date;\n /** If a client request id header is sent in the request, this header will be present in the response with the same value. */\n clientRequestId?: string;\n /** Error Code */\n errorCode?: string;\n}\n\n/** Defines headers for MessageId_update operation. */\nexport interface MessageIdUpdateExceptionHeaders {\n errorCode?: string;\n /** If a client request id header is sent in the request, this header will be present in the response with the same value. */\n clientRequestId?: string;\n}\n\n/** Defines headers for MessageId_delete operation. */\nexport interface MessageIdDeleteHeaders {\n /** This header uniquely identifies the request that was made and can be used for troubleshooting the request. */\n requestId?: string;\n /** Indicates the version of the Queue service used to execute the request. This header is returned for requests made against version 2009-09-19 and above. */\n version?: string;\n /** UTC date/time value generated by the service that indicates the time at which the response was initiated */\n date?: Date;\n /** If a client request id header is sent in the request, this header will be present in the response with the same value. */\n clientRequestId?: string;\n /** Error Code */\n errorCode?: string;\n}\n\n/** Defines headers for MessageId_delete operation. */\nexport interface MessageIdDeleteExceptionHeaders {\n errorCode?: string;\n /** If a client request id header is sent in the request, this header will be present in the response with the same value. */\n clientRequestId?: string;\n}\n\n/** Known values of {@link StorageErrorCode} that the service accepts. */\nexport enum KnownStorageErrorCode {\n /** AccountAlreadyExists */\n AccountAlreadyExists = \"AccountAlreadyExists\",\n /** AccountBeingCreated */\n AccountBeingCreated = \"AccountBeingCreated\",\n /** AccountIsDisabled */\n AccountIsDisabled = \"AccountIsDisabled\",\n /** AuthenticationFailed */\n AuthenticationFailed = \"AuthenticationFailed\",\n /** AuthorizationFailure */\n AuthorizationFailure = \"AuthorizationFailure\",\n /** ConditionHeadersNotSupported */\n ConditionHeadersNotSupported = \"ConditionHeadersNotSupported\",\n /** ConditionNotMet */\n ConditionNotMet = \"ConditionNotMet\",\n /** EmptyMetadataKey */\n EmptyMetadataKey = \"EmptyMetadataKey\",\n /** InsufficientAccountPermissions */\n InsufficientAccountPermissions = \"InsufficientAccountPermissions\",\n /** InternalError */\n InternalError = \"InternalError\",\n /** InvalidAuthenticationInfo */\n InvalidAuthenticationInfo = \"InvalidAuthenticationInfo\",\n /** InvalidHeaderValue */\n InvalidHeaderValue = \"InvalidHeaderValue\",\n /** InvalidHttpVerb */\n InvalidHttpVerb = \"InvalidHttpVerb\",\n /** InvalidInput */\n InvalidInput = \"InvalidInput\",\n /** InvalidMd5 */\n InvalidMd5 = \"InvalidMd5\",\n /** InvalidMetadata */\n InvalidMetadata = \"InvalidMetadata\",\n /** InvalidQueryParameterValue */\n InvalidQueryParameterValue = \"InvalidQueryParameterValue\",\n /** InvalidRange */\n InvalidRange = \"InvalidRange\",\n /** InvalidResourceName */\n InvalidResourceName = \"InvalidResourceName\",\n /** InvalidUri */\n InvalidUri = \"InvalidUri\",\n /** InvalidXmlDocument */\n InvalidXmlDocument = \"InvalidXmlDocument\",\n /** InvalidXmlNodeValue */\n InvalidXmlNodeValue = \"InvalidXmlNodeValue\",\n /** Md5Mismatch */\n Md5Mismatch = \"Md5Mismatch\",\n /** MetadataTooLarge */\n MetadataTooLarge = \"MetadataTooLarge\",\n /** MissingContentLengthHeader */\n MissingContentLengthHeader = \"MissingContentLengthHeader\",\n /** MissingRequiredQueryParameter */\n MissingRequiredQueryParameter = \"MissingRequiredQueryParameter\",\n /** MissingRequiredHeader */\n MissingRequiredHeader = \"MissingRequiredHeader\",\n /** MissingRequiredXmlNode */\n MissingRequiredXmlNode = \"MissingRequiredXmlNode\",\n /** MultipleConditionHeadersNotSupported */\n MultipleConditionHeadersNotSupported = \"MultipleConditionHeadersNotSupported\",\n /** OperationTimedOut */\n OperationTimedOut = \"OperationTimedOut\",\n /** OutOfRangeInput */\n OutOfRangeInput = \"OutOfRangeInput\",\n /** OutOfRangeQueryParameterValue */\n OutOfRangeQueryParameterValue = \"OutOfRangeQueryParameterValue\",\n /** RequestBodyTooLarge */\n RequestBodyTooLarge = \"RequestBodyTooLarge\",\n /** ResourceTypeMismatch */\n ResourceTypeMismatch = \"ResourceTypeMismatch\",\n /** RequestUrlFailedToParse */\n RequestUrlFailedToParse = \"RequestUrlFailedToParse\",\n /** ResourceAlreadyExists */\n ResourceAlreadyExists = \"ResourceAlreadyExists\",\n /** ResourceNotFound */\n ResourceNotFound = \"ResourceNotFound\",\n /** ServerBusy */\n ServerBusy = \"ServerBusy\",\n /** UnsupportedHeader */\n UnsupportedHeader = \"UnsupportedHeader\",\n /** UnsupportedXmlNode */\n UnsupportedXmlNode = \"UnsupportedXmlNode\",\n /** UnsupportedQueryParameter */\n UnsupportedQueryParameter = \"UnsupportedQueryParameter\",\n /** UnsupportedHttpVerb */\n UnsupportedHttpVerb = \"UnsupportedHttpVerb\",\n /** InvalidMarker */\n InvalidMarker = \"InvalidMarker\",\n /** MessageNotFound */\n MessageNotFound = \"MessageNotFound\",\n /** MessageTooLarge */\n MessageTooLarge = \"MessageTooLarge\",\n /** PopReceiptMismatch */\n PopReceiptMismatch = \"PopReceiptMismatch\",\n /** QueueAlreadyExists */\n QueueAlreadyExists = \"QueueAlreadyExists\",\n /** QueueBeingDeleted */\n QueueBeingDeleted = \"QueueBeingDeleted\",\n /** QueueDisabled */\n QueueDisabled = \"QueueDisabled\",\n /** QueueNotEmpty */\n QueueNotEmpty = \"QueueNotEmpty\",\n /** QueueNotFound */\n QueueNotFound = \"QueueNotFound\",\n /** AuthorizationSourceIPMismatch */\n AuthorizationSourceIPMismatch = \"AuthorizationSourceIPMismatch\",\n /** AuthorizationProtocolMismatch */\n AuthorizationProtocolMismatch = \"AuthorizationProtocolMismatch\",\n /** AuthorizationPermissionMismatch */\n AuthorizationPermissionMismatch = \"AuthorizationPermissionMismatch\",\n /** AuthorizationServiceMismatch */\n AuthorizationServiceMismatch = \"AuthorizationServiceMismatch\",\n /** AuthorizationResourceTypeMismatch */\n AuthorizationResourceTypeMismatch = \"AuthorizationResourceTypeMismatch\",\n /** FeatureVersionMismatch */\n FeatureVersionMismatch = \"FeatureVersionMismatch\"\n}\n\n/**\n * Defines values for StorageErrorCode. \\\n * {@link KnownStorageErrorCode} can be used interchangeably with StorageErrorCode,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **AccountAlreadyExists** \\\n * **AccountBeingCreated** \\\n * **AccountIsDisabled** \\\n * **AuthenticationFailed** \\\n * **AuthorizationFailure** \\\n * **ConditionHeadersNotSupported** \\\n * **ConditionNotMet** \\\n * **EmptyMetadataKey** \\\n * **InsufficientAccountPermissions** \\\n * **InternalError** \\\n * **InvalidAuthenticationInfo** \\\n * **InvalidHeaderValue** \\\n * **InvalidHttpVerb** \\\n * **InvalidInput** \\\n * **InvalidMd5** \\\n * **InvalidMetadata** \\\n * **InvalidQueryParameterValue** \\\n * **InvalidRange** \\\n * **InvalidResourceName** \\\n * **InvalidUri** \\\n * **InvalidXmlDocument** \\\n * **InvalidXmlNodeValue** \\\n * **Md5Mismatch** \\\n * **MetadataTooLarge** \\\n * **MissingContentLengthHeader** \\\n * **MissingRequiredQueryParameter** \\\n * **MissingRequiredHeader** \\\n * **MissingRequiredXmlNode** \\\n * **MultipleConditionHeadersNotSupported** \\\n * **OperationTimedOut** \\\n * **OutOfRangeInput** \\\n * **OutOfRangeQueryParameterValue** \\\n * **RequestBodyTooLarge** \\\n * **ResourceTypeMismatch** \\\n * **RequestUrlFailedToParse** \\\n * **ResourceAlreadyExists** \\\n * **ResourceNotFound** \\\n * **ServerBusy** \\\n * **UnsupportedHeader** \\\n * **UnsupportedXmlNode** \\\n * **UnsupportedQueryParameter** \\\n * **UnsupportedHttpVerb** \\\n * **InvalidMarker** \\\n * **MessageNotFound** \\\n * **MessageTooLarge** \\\n * **PopReceiptMismatch** \\\n * **QueueAlreadyExists** \\\n * **QueueBeingDeleted** \\\n * **QueueDisabled** \\\n * **QueueNotEmpty** \\\n * **QueueNotFound** \\\n * **AuthorizationSourceIPMismatch** \\\n * **AuthorizationProtocolMismatch** \\\n * **AuthorizationPermissionMismatch** \\\n * **AuthorizationServiceMismatch** \\\n * **AuthorizationResourceTypeMismatch** \\\n * **FeatureVersionMismatch**\n */\nexport type StorageErrorCode = string;\n/** Defines values for GeoReplicationStatusType. */\nexport type GeoReplicationStatusType = \"live\" | \"bootstrap\" | \"unavailable\";\n\n/** Optional parameters. */\nexport interface ServiceSetPropertiesOptionalParams\n extends coreClient.OperationOptions {\n /** The The timeout parameter is expressed in seconds. For more information, see <a href=\"https://docs.microsoft.com/en-us/rest/api/storageservices/setting-timeouts-for-queue-service-operations>Setting Timeouts for Queue Service Operations.</a> */\n timeoutInSeconds?: number;\n /** Provides a client-generated, opaque value with a 1 KB character limit that is recorded in the analytics logs when storage analytics logging is enabled. */\n requestId?: string;\n}\n\n/** Contains response data for the setProperties operation. */\nexport type ServiceSetPropertiesResponse = ServiceSetPropertiesHeaders;\n\n/** Optional parameters. */\nexport interface ServiceGetPropertiesOptionalParams\n extends coreClient.OperationOptions {\n /** The The timeout parameter is expressed in seconds. For more information, see <a href=\"https://docs.microsoft.com/en-us/rest/api/storageservices/setting-timeouts-for-queue-service-operations>Setting Timeouts for Queue Service Operations.</a> */\n timeoutInSeconds?: number;\n /** Provides a client-generated, opaque value with a 1 KB character limit that is recorded in the analytics logs when storage analytics logging is enabled. */\n requestId?: string;\n}\n\n/** Contains response data for the getProperties operation. */\nexport type ServiceGetPropertiesResponse = ServiceGetPropertiesHeaders &\n QueueServiceProperties;\n\n/** Optional parameters. */\nexport interface ServiceGetStatisticsOptionalParams\n extends coreClient.OperationOptions {\n /** The The timeout parameter is expressed in seconds. For more information, see <a href=\"https://docs.microsoft.com/en-us/rest/api/storageservices/setting-timeouts-for-queue-service-operations>Setting Timeouts for Queue Service Operations.</a> */\n timeoutInSeconds?: number;\n /** Provides a client-generated, opaque value with a 1 KB character limit that is recorded in the analytics logs when storage analytics logging is enabled. */\n requestId?: string;\n}\n\n/** Contains response data for the getStatistics operation. */\nexport type ServiceGetStatisticsResponse = ServiceGetStatisticsHeaders &\n QueueServiceStatistics;\n\n/** Optional parameters. */\nexport interface ServiceListQueuesSegmentOptionalParams\n extends coreClient.OperationOptions {\n /** The The timeout parameter is expressed in seconds. For more information, see <a href=\"https://docs.microsoft.com/en-us/rest/api/storageservices/setting-timeouts-for-queue-service-operations>Setting Timeouts for Queue Service Operations.</a> */\n timeoutInSeconds?: number;\n /** Provides a client-generated, opaque value with a 1 KB character limit that is recorded in the analytics logs when storage analytics logging is enabled. */\n requestId?: string;\n /** Filters the results to return only queues whose name begins with the specified prefix. */\n prefix?: string;\n /** A string value that identifies the portion of the list of queues to be returned with the next listing operation. The operation returns the ContinuationToken value within the response body if the listing operation did not return all queues remaining to be listed with the current page. The NextMarker value can be used as the value for the marker parameter in a subsequent call to request the next page of list items. The marker value is opaque to the client. */\n marker?: string;\n /** Specifies the maximum number of queues to return. If the request does not specify maxresults, or specifies a value greater than 5000, the server will return up to 5000 items. Note that if the listing operation crosses a partition boundary, then the service will return a continuation token for retrieving the remainder of the results. For this reason, it is possible that the service will return fewer results than specified by maxresults, or than the default of 5000. */\n maxPageSize?: number;\n /** Include this parameter to specify that the queues' metadata be returned as part of the response body. */\n include?: string[];\n}\n\n/** Contains response data for the listQueuesSegment operation. */\nexport type ServiceListQueuesSegmentResponse = ServiceListQueuesSegmentHeaders &\n ListQueuesSegmentResponse;\n\n/** Optional parameters. */\nexport interface QueueCreateOptionalParams extends coreClient.OperationOptions {\n /** The The timeout parameter is expressed in seconds. For more information, see <a href=\"https://docs.microsoft.com/en-us/rest/api/storageservices/setting-timeouts-for-queue-service-operations>Setting Timeouts for Queue Service Operations.</a> */\n timeoutInSeconds?: number;\n /** Provides a client-generated, opaque value with a 1 KB character limit that is recorded in the analytics logs when storage analytics logging is enabled. */\n requestId?: string;\n /** Optional. Include this parameter to specify that the queue's metadata be returned as part of the response body. Note that metadata requested with this parameter must be stored in accordance with the naming restrictions imposed by the 2009-09-19 version of the Queue service. Beginning with this version, all metadata names must adhere to the naming conventions for C# identifiers. */\n metadata?: { [propertyName: string]: string };\n}\n\n/** Contains response data for the create operation. */\nexport type QueueCreateResponse = QueueCreateHeaders;\n\n/** Optional parameters. */\nexport interface QueueDeleteOptionalParams extends coreClient.OperationOptions {\n /** The The timeout parameter is expressed in seconds. For more information, see <a href=\"https://docs.microsoft.com/en-us/rest/api/storageservices/setting-timeouts-for-queue-service-operations>Setting Timeouts for Queue Service Operations.</a> */\n timeoutInSeconds?: number;\n /** Provides a client-generated, opaque value with a 1 KB character limit that is recorded in the analytics logs when storage analytics logging is enabled. */\n requestId?: string;\n}\n\n/** Contains response data for the delete operation. */\nexport type QueueDeleteResponse = QueueDeleteHeaders;\n\n/** Optional parameters. */\nexport interface QueueGetPropertiesOptionalParams\n extends coreClient.OperationOptions {\n /** The The timeout parameter is expressed in seconds. For more information, see <a href=\"https://docs.microsoft.com/en-us/rest/api/storageservices/setting-timeouts-for-queue-service-operations>Setting Timeouts for Queue Service Operations.</a> */\n timeoutInSeconds?: number;\n /** Provides a client-generated, opaque value with a 1 KB character limit that is recorded in the analytics logs when storage analytics logging is enabled. */\n requestId?: string;\n}\n\n/** Contains response data for the getProperties operation. */\nexport type QueueGetPropertiesResponse = QueueGetPropertiesHeaders;\n\n/** Optional parameters. */\nexport interface QueueSetMetadataOptionalParams\n extends coreClient.OperationOptions {\n /** The The timeout parameter is expressed in seconds. For more information, see <a href=\"https://docs.microsoft.com/en-us/rest/api/storageservices/setting-timeouts-for-queue-service-operations>Setting Timeouts for Queue Service Operations.</a> */\n timeoutInSeconds?: number;\n /** Provides a client-generated, opaque value with a 1 KB character limit that is recorded in the analytics logs when storage analytics logging is enabled. */\n requestId?: string;\n /** Optional. Include this parameter to specify that the queue's metadata be returned as part of the response body. Note that metadata requested with this parameter must be stored in accordance with the naming restrictions imposed by the 2009-09-19 version of the Queue service. Beginning with this version, all metadata names must adhere to the naming conventions for C# identifiers. */\n metadata?: { [propertyName: string]: string };\n}\n\n/** Contains response data for the setMetadata operation. */\nexport type QueueSetMetadataResponse = QueueSetMetadataHeaders;\n\n/** Optional parameters. */\nexport interface QueueGetAccessPolicyOptionalParams\n extends coreClient.OperationOptions {\n /** The The timeout parameter is expressed in seconds. For more information, see <a href=\"https://docs.microsoft.com/en-us/rest/api/storageservices/setting-timeouts-for-queue-service-operations>Setting Timeouts for Queue Service Operations.</a> */\n timeoutInSeconds?: number;\n /** Provides a client-generated, opaque value with a 1 KB character limit that is recorded in the analytics logs when storage analytics logging is enabled. */\n requestId?: string;\n}\n\n/** Contains response data for the getAccessPolicy operation. */\nexport type QueueGetAccessPolicyResponse = QueueGetAccessPolicyHeaders &\n SignedIdentifier[];\n\n/** Optional parameters. */\nexport interface QueueSetAccessPolicyOptionalParams\n extends coreClient.OperationOptions {\n /** The The timeout parameter is expressed in seconds. For more information, see <a href=\"https://docs.microsoft.com/en-us/rest/api/storageservices/setting-timeouts-for-queue-service-operations>Setting Timeouts for Queue Service Operations.</a> */\n timeoutInSeconds?: number;\n /** Provides a client-generated, opaque value with a 1 KB character limit that is recorded in the analytics logs when storage analytics logging is enabled. */\n requestId?: string;\n /** the acls for the queue */\n queueAcl?: SignedIdentifier[];\n}\n\n/** Contains response data for the setAccessPolicy operation. */\nexport type QueueSetAccessPolicyResponse = QueueSetAccessPolicyHeaders;\n\n/** Optional parameters. */\nexport interface MessagesDequeueOptionalParams\n extends coreClient.OperationOptions {\n /** The The timeout parameter is expressed in seconds. For more information, see <a href=\"https://docs.microsoft.com/en-us/rest/api/storageservices/setting-timeouts-for-queue-service-operations>Setting Timeouts for Queue Service Operations.</a> */\n timeoutInSeconds?: number;\n /** Provides a client-generated, opaque value with a 1 KB character limit that is recorded in the analytics logs when storage analytics logging is enabled. */\n requestId?: string;\n /** Optional. A nonzero integer value that specifies the number of messages to retrieve from the queue, up to a maximum of 32. If fewer are visible, the visible messages are returned. By default, a single message is retrieved from the queue with this operation. */\n numberOfMessages?: number;\n /** Optional. Specifies the new visibility timeout value, in seconds, relative to server time. The default value is 30 seconds. A specified value must be larger than or equal to 1 second, and cannot be larger than 7 days, or larger than 2 hours on REST protocol versions prior to version 2011-08-18. The visibility timeout of a message can be set to a value later than the expiry time. */\n visibilityTimeout?: number;\n}\n\n/** Contains response data for the dequeue operation. */\nexport type MessagesDequeueResponse = MessagesDequeueHeaders &\n DequeuedMessageItem[];\n\n/** Optional parameters. */\nexport interface MessagesClearOptionalParams\n extends coreClient.OperationOptions {\n /** The The timeout parameter is expressed in seconds. For more information, see <a href=\"https://docs.microsoft.com/en-us/rest/api/storageservices/setting-timeouts-for-queue-service-operations>Setting Timeouts for Queue Service Operations.</a> */\n timeoutInSeconds?: number;\n /** Provides a client-generated, opaque value with a 1 KB character limit that is recorded in the analytics logs when storage analytics logging is enabled. */\n requestId?: string;\n}\n\n/** Contains response data for the clear operation. */\nexport type MessagesClearResponse = MessagesClearHeaders;\n\n/** Optional parameters. */\nexport interface MessagesEnqueueOptionalParams\n extends coreClient.OperationOptions {\n /** The The timeout parameter is expressed in seconds. For more information, see <a href=\"https://docs.microsoft.com/en-us/rest/api/storageservices/setting-timeouts-for-queue-service-operations>Setting Timeouts for Queue Service Operations.</a> */\n timeoutInSeconds?: number;\n /** Provides a client-generated, opaque value with a 1 KB character limit that is recorded in the analytics logs when storage analytics logging is enabled. */\n requestId?: string;\n /** Optional. If specified, the request must be made using an x-ms-version of 2011-08-18 or later. If not specified, the default value is 0. Specifies the new visibility timeout value, in seconds, relative to server time. The new value must be larger than or equal to 0, and cannot be larger than 7 days. The visibility timeout of a message cannot be set to a value later than the expiry time. visibilitytimeout should be set to a value smaller than the time-to-live value. */\n visibilityTimeout?: number;\n /** Optional. Specifies the time-to-live interval for the message, in seconds. Prior to version 2017-07-29, the maximum time-to-live allowed is 7 days. For version 2017-07-29 or later, the maximum time-to-live can be any positive number, as well as -1 indicating that the message does not expire. If this parameter is omitted, the default time-to-live is 7 days. */\n messageTimeToLive?: number;\n}\n\n/** Contains response data for the enqueue operation. */\nexport type MessagesEnqueueResponse = MessagesEnqueueHeaders &\n EnqueuedMessage[];\n\n/** Optional parameters. */\nexport interface MessagesPeekOptionalParams\n extends coreClient.OperationOptions {\n /** The The timeout parameter is expressed in seconds. For more information, see <a href=\"https://docs.microsoft.com/en-us/rest/api/storageservices/setting-timeouts-for-queue-service-operations>Setting Timeouts for Queue Service Operations.</a> */\n timeoutInSeconds?: number;\n /** Provides a client-generated, opaque value with a 1 KB character limit that is recorded in the analytics logs when storage analytics logging is enabled. */\n requestId?: string;\n /** Optional. A nonzero integer value that specifies the number of messages to retrieve from the queue, up to a maximum of 32. If fewer are visible, the visible messages are returned. By default, a single message is retrieved from the queue with this operation. */\n numberOfMessages?: number;\n}\n\n/** Contains response data for the peek operation. */\nexport type MessagesPeekResponse = MessagesPeekHeaders & PeekedMessageItem[];\n\n/** Optional parameters. */\nexport interface MessageIdUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** The The timeout parameter is expressed in seconds. For more information, see <a href=\"https://docs.microsoft.com/en-us/rest/api/storageservices/setting-timeouts-for-queue-service-operations>Setting Timeouts for Queue Service Operations.</a> */\n timeoutInSeconds?: number;\n /** Provides a client-generated, opaque value with a 1 KB character limit that is recorded in the analytics logs when storage analytics logging is enabled. */\n requestId?: string;\n /** A Message object which can be stored in a Queue */\n queueMessage?: QueueMessage;\n}\n\n/** Contains response data for the update operation. */\nexport type MessageIdUpdateResponse = MessageIdUpdateHeaders;\n\n/** Optional parameters. */\nexport interface MessageIdDeleteOptionalParams\n extends coreClient.OperationOptions {\n /** The The timeout parameter is expressed in seconds. For more information, see <a href=\"https://docs.microsoft.com/en-us/rest/api/storageservices/setting-timeouts-for-queue-service-operations>Setting Timeouts for Queue Service Operations.</a> */\n timeoutInSeconds?: number;\n /** Provides a client-generated, opaque value with a 1 KB character limit that is recorded in the analytics logs when storage analytics logging is enabled. */\n requestId?: string;\n}\n\n/** Contains response data for the delete operation. */\nexport type MessageIdDeleteResponse = MessageIdDeleteHeaders;\n\n/** Optional parameters. */\nexport interface StorageClientOptionalParams\n extends coreHttpCompat.ExtendedServiceClientOptions {\n /** Specifies the version of the operation to use for this request. */\n version?: string;\n /** Overrides client endpoint. */\n endpoint?: string;\n}\n"]}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/generated/src/models/index.ts"],"names":[],"mappings":";AAAA;;;;;;GAMG;;;AA6iBH,yEAAyE;AACzE,IAAY,qBAmHX;AAnHD,WAAY,qBAAqB;IAC/B,2BAA2B;IAC3B,sEAA6C,CAAA;IAC7C,0BAA0B;IAC1B,oEAA2C,CAAA;IAC3C,wBAAwB;IACxB,gEAAuC,CAAA;IACvC,2BAA2B;IAC3B,sEAA6C,CAAA;IAC7C,2BAA2B;IAC3B,sEAA6C,CAAA;IAC7C,mCAAmC;IACnC,sFAA6D,CAAA;IAC7D,sBAAsB;IACtB,4DAAmC,CAAA;IACnC,uBAAuB;IACvB,8DAAqC,CAAA;IACrC,qCAAqC;IACrC,0FAAiE,CAAA;IACjE,oBAAoB;IACpB,wDAA+B,CAAA;IAC/B,gCAAgC;IAChC,gFAAuD,CAAA;IACvD,yBAAyB;IACzB,kEAAyC,CAAA;IACzC,sBAAsB;IACtB,4DAAmC,CAAA;IACnC,mBAAmB;IACnB,sDAA6B,CAAA;IAC7B,iBAAiB;IACjB,kDAAyB,CAAA;IACzB,sBAAsB;IACtB,4DAAmC,CAAA;IACnC,iCAAiC;IACjC,kFAAyD,CAAA;IACzD,mBAAmB;IACnB,sDAA6B,CAAA;IAC7B,0BAA0B;IAC1B,oEAA2C,CAAA;IAC3C,iBAAiB;IACjB,kDAAyB,CAAA;IACzB,yBAAyB;IACzB,kEAAyC,CAAA;IACzC,0BAA0B;IAC1B,oEAA2C,CAAA;IAC3C,kBAAkB;IAClB,oDAA2B,CAAA;IAC3B,uBAAuB;IACvB,8DAAqC,CAAA;IACrC,iCAAiC;IACjC,kFAAyD,CAAA;IACzD,oCAAoC;IACpC,wFAA+D,CAAA;IAC/D,4BAA4B;IAC5B,wEAA+C,CAAA;IAC/C,6BAA6B;IAC7B,0EAAiD,CAAA;IACjD,2CAA2C;IAC3C,sGAA6E,CAAA;IAC7E,wBAAwB;IACxB,gEAAuC,CAAA;IACvC,sBAAsB;IACtB,4DAAmC,CAAA;IACnC,oCAAoC;IACpC,wFAA+D,CAAA;IAC/D,0BAA0B;IAC1B,oEAA2C,CAAA;IAC3C,2BAA2B;IAC3B,sEAA6C,CAAA;IAC7C,8BAA8B;IAC9B,4EAAmD,CAAA;IACnD,4BAA4B;IAC5B,wEAA+C,CAAA;IAC/C,uBAAuB;IACvB,8DAAqC,CAAA;IACrC,iBAAiB;IACjB,kDAAyB,CAAA;IACzB,wBAAwB;IACxB,gEAAuC,CAAA;IACvC,yBAAyB;IACzB,kEAAyC,CAAA;IACzC,gCAAgC;IAChC,gFAAuD,CAAA;IACvD,0BAA0B;IAC1B,oEAA2C,CAAA;IAC3C,oBAAoB;IACpB,wDAA+B,CAAA;IAC/B,sBAAsB;IACtB,4DAAmC,CAAA;IACnC,sBAAsB;IACtB,4DAAmC,CAAA;IACnC,yBAAyB;IACzB,kEAAyC,CAAA;IACzC,yBAAyB;IACzB,kEAAyC,CAAA;IACzC,wBAAwB;IACxB,gEAAuC,CAAA;IACvC,oBAAoB;IACpB,wDAA+B,CAAA;IAC/B,oBAAoB;IACpB,wDAA+B,CAAA;IAC/B,oBAAoB;IACpB,wDAA+B,CAAA;IAC/B,oCAAoC;IACpC,wFAA+D,CAAA;IAC/D,oCAAoC;IACpC,wFAA+D,CAAA;IAC/D,sCAAsC;IACtC,4FAAmE,CAAA;IACnE,mCAAmC;IACnC,sFAA6D,CAAA;IAC7D,wCAAwC;IACxC,gGAAuE,CAAA;IACvE,6BAA6B;IAC7B,0EAAiD,CAAA;AACnD,CAAC,EAnHW,qBAAqB,qCAArB,qBAAqB,QAmHhC","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 * as coreClient from \"@azure/core-client\";\nimport * as coreHttpCompat from \"@azure/core-http-compat\";\n\n/** Storage Service Properties. */\nexport interface QueueServiceProperties {\n /** Azure Analytics Logging settings */\n queueAnalyticsLogging?: Logging;\n /** A summary of request statistics grouped by API in hourly aggregates for queues */\n hourMetrics?: Metrics;\n /** a summary of request statistics grouped by API in minute aggregates for queues */\n minuteMetrics?: Metrics;\n /** The set of CORS rules. */\n cors?: CorsRule[];\n}\n\n/** Azure Analytics Logging settings. */\nexport interface Logging {\n /** The version of Storage Analytics to configure. */\n version: string;\n /** Indicates whether all delete requests should be logged. */\n deleteProperty: boolean;\n /** Indicates whether all read requests should be logged. */\n read: boolean;\n /** Indicates whether all write requests should be logged. */\n write: boolean;\n /** the retention policy */\n retentionPolicy: RetentionPolicy;\n}\n\n/** the retention policy */\nexport interface RetentionPolicy {\n /** Indicates whether a retention policy is enabled for the storage service */\n enabled: boolean;\n /** Indicates the number of days that metrics or logging or soft-deleted data should be retained. All data older than this value will be deleted */\n days?: number;\n}\n\n/** An interface representing Metrics. */\nexport interface Metrics {\n /** The version of Storage Analytics to configure. */\n version?: string;\n /** Indicates whether metrics are enabled for the Queue service. */\n enabled: boolean;\n /** Indicates whether metrics should generate summary statistics for called API operations. */\n includeAPIs?: boolean;\n /** the retention policy */\n retentionPolicy?: RetentionPolicy;\n}\n\n/** CORS is an HTTP feature that enables a web application running under one domain to access resources in another domain. Web browsers implement a security restriction known as same-origin policy that prevents a web page from calling APIs in a different domain; CORS provides a secure way to allow one domain (the origin domain) to call APIs in another domain */\nexport interface CorsRule {\n /** The origin domains that are permitted to make a request against the storage service via CORS. The origin domain is the domain from which the request originates. Note that the origin must be an exact case-sensitive match with the origin that the user age sends to the service. You can also use the wildcard character '*' to allow all origin domains to make requests via CORS. */\n allowedOrigins: string;\n /** The methods (HTTP request verbs) that the origin domain may use for a CORS request. (comma separated) */\n allowedMethods: string;\n /** the request headers that the origin domain may specify on the CORS request. */\n allowedHeaders: string;\n /** The response headers that may be sent in the response to the CORS request and exposed by the browser to the request issuer */\n exposedHeaders: string;\n /** The maximum amount time that a browser should cache the preflight OPTIONS request. */\n maxAgeInSeconds: number;\n}\n\nexport interface StorageError {\n message?: string;\n code?: string;\n authenticationErrorDetail?: string;\n}\n\n/** Stats for the storage service. */\nexport interface QueueServiceStatistics {\n /** Geo-Replication information for the Secondary Storage Service */\n geoReplication?: GeoReplication;\n}\n\n/** Geo-Replication information for the Secondary Storage Service */\nexport interface GeoReplication {\n /** The status of the secondary location */\n status: GeoReplicationStatusType;\n /** A GMT date/time value, to the second. All primary writes preceding this value are guaranteed to be available for read operations at the secondary. Primary writes after this point in time may or may not be available for reads. */\n lastSyncOn: Date;\n}\n\n/** Key information */\nexport interface KeyInfo {\n /** The date-time the key is active in ISO 8601 UTC time */\n start?: string;\n /** The date-time the key expires in ISO 8601 UTC time */\n expiry: string;\n}\n\n/** A user delegation key */\nexport interface UserDelegationKey {\n /** The Azure Active Directory object ID in GUID format. */\n signedOid: string;\n /** The Azure Active Directory tenant ID in GUID format */\n signedTid: string;\n /** The date-time the key is active */\n signedStart: Date;\n /** The date-time the key expires */\n signedExpiry: Date;\n /** Abbreviation of the Azure Storage service that accepts the key */\n signedService: string;\n /** The service version that created the key */\n signedVersion: string;\n /** The key as a base64 string */\n value: string;\n}\n\n/** The object returned when calling List Queues on a Queue Service. */\nexport interface ListQueuesSegmentResponse {\n serviceEndpoint: string;\n prefix: string;\n marker?: string;\n maxPageSize: number;\n queueItems?: QueueItem[];\n continuationToken: string;\n}\n\n/** An Azure Storage Queue. */\nexport interface QueueItem {\n /** The name of the Queue. */\n name: string;\n /** Dictionary of <string> */\n metadata?: { [propertyName: string]: string };\n}\n\n/** signed identifier */\nexport interface SignedIdentifier {\n /** a unique id */\n id: string;\n /** The access policy */\n accessPolicy: AccessPolicy;\n}\n\n/** An Access policy */\nexport interface AccessPolicy {\n /** the date-time the policy is active */\n startsOn?: string;\n /** the date-time the policy expires */\n expiresOn?: string;\n /** the permissions for the acl policy */\n permissions?: string;\n}\n\n/** The object returned in the QueueMessageList array when calling Get Messages on a Queue. */\nexport interface DequeuedMessageItem {\n /** The Id of the Message. */\n messageId: string;\n /** The time the Message was inserted into the Queue. */\n insertedOn: Date;\n /** The time that the Message will expire and be automatically deleted. */\n expiresOn: Date;\n /** This value is required to delete the Message. If deletion fails using this popreceipt then the message has been dequeued by another client. */\n popReceipt: string;\n /** The time that the message will again become visible in the Queue. */\n nextVisibleOn: Date;\n /** The number of times the message has been dequeued. */\n dequeueCount: number;\n /** The content of the Message. */\n messageText: string;\n}\n\n/** A Message object which can be stored in a Queue */\nexport interface QueueMessage {\n /** The content of the message */\n messageText: string;\n}\n\n/** The object returned in the QueueMessageList array when calling Put Message on a Queue */\nexport interface EnqueuedMessage {\n /** The Id of the Message. */\n messageId: string;\n /** The time the Message was inserted into the Queue. */\n insertedOn: Date;\n /** The time that the Message will expire and be automatically deleted. */\n expiresOn: Date;\n /** This value is required to delete the Message. If deletion fails using this popreceipt then the message has been dequeued by another client. */\n popReceipt: string;\n /** The time that the message will again become visible in the Queue. */\n nextVisibleOn: Date;\n}\n\n/** The object returned in the QueueMessageList array when calling Peek Messages on a Queue */\nexport interface PeekedMessageItem {\n /** The Id of the Message. */\n messageId: string;\n /** The time the Message was inserted into the Queue. */\n insertedOn: Date;\n /** The time that the Message will expire and be automatically deleted. */\n expiresOn: Date;\n /** The number of times the message has been dequeued. */\n dequeueCount: number;\n /** The content of the Message. */\n messageText: string;\n}\n\n/** Defines headers for Service_setProperties operation. */\nexport interface ServiceSetPropertiesHeaders {\n /** This header uniquely identifies the request that was made and can be used for troubleshooting the request. */\n requestId?: string;\n /** Indicates the version of the Queue service used to execute the request. This header is returned for requests made against version 2009-09-19 and above. */\n version?: string;\n /** If a client request id header is sent in the request, this header will be present in the response with the same value. */\n clientRequestId?: string;\n /** Error Code */\n errorCode?: string;\n}\n\n/** Defines headers for Service_setProperties operation. */\nexport interface ServiceSetPropertiesExceptionHeaders {\n errorCode?: string;\n /** If a client request id header is sent in the request, this header will be present in the response with the same value. */\n clientRequestId?: string;\n}\n\n/** Defines headers for Service_getProperties operation. */\nexport interface ServiceGetPropertiesHeaders {\n /** This header uniquely identifies the request that was made and can be used for troubleshooting the request. */\n requestId?: string;\n /** Indicates the version of the Queue service used to execute the request. This header is returned for requests made against version 2009-09-19 and above. */\n version?: string;\n /** If a client request id header is sent in the request, this header will be present in the response with the same value. */\n clientRequestId?: string;\n /** Error Code */\n errorCode?: string;\n}\n\n/** Defines headers for Service_getProperties operation. */\nexport interface ServiceGetPropertiesExceptionHeaders {\n errorCode?: string;\n /** If a client request id header is sent in the request, this header will be present in the response with the same value. */\n clientRequestId?: string;\n}\n\n/** Defines headers for Service_getStatistics operation. */\nexport interface ServiceGetStatisticsHeaders {\n /** This header uniquely identifies the request that was made and can be used for troubleshooting the request. */\n requestId?: string;\n /** Indicates the version of the Queue service used to execute the request. This header is returned for requests made against version 2009-09-19 and above. */\n version?: string;\n /** UTC date/time value generated by the service that indicates the time at which the response was initiated */\n date?: Date;\n /** If a client request id header is sent in the request, this header will be present in the response with the same value. */\n clientRequestId?: string;\n /** Error Code */\n errorCode?: string;\n}\n\n/** Defines headers for Service_getStatistics operation. */\nexport interface ServiceGetStatisticsExceptionHeaders {\n errorCode?: string;\n /** If a client request id header is sent in the request, this header will be present in the response with the same value. */\n clientRequestId?: string;\n}\n\n/** Defines headers for Service_getUserDelegationKey operation. */\nexport interface ServiceGetUserDelegationKeyHeaders {\n /** If a client request id header is sent in the request, this header will be present in the response with the same value. */\n clientRequestId?: string;\n /** This header uniquely identifies the request that was made and can be used for troubleshooting the request. */\n requestId?: string;\n /** Indicates the version of the Blob service used to execute the request. This header is returned for requests made against version 2009-09-19 and above. */\n version?: string;\n /** UTC date/time value generated by the service that indicates the time at which the response was initiated */\n date?: Date;\n}\n\n/** Defines headers for Service_getUserDelegationKey operation. */\nexport interface ServiceGetUserDelegationKeyExceptionHeaders {\n errorCode?: string;\n /** If a client request id header is sent in the request, this header will be present in the response with the same value. */\n clientRequestId?: string;\n}\n\n/** Defines headers for Service_listQueuesSegment operation. */\nexport interface ServiceListQueuesSegmentHeaders {\n /** This header uniquely identifies the request that was made and can be used for troubleshooting the request. */\n requestId?: string;\n /** Indicates the version of the Queue service used to execute the request. This header is returned for requests made against version 2009-09-19 and above. */\n version?: string;\n /** UTC date/time value generated by the service that indicates the time at which the response was initiated */\n date?: Date;\n /** If a client request id header is sent in the request, this header will be present in the response with the same value. */\n clientRequestId?: string;\n /** Error Code */\n errorCode?: string;\n}\n\n/** Defines headers for Service_listQueuesSegment operation. */\nexport interface ServiceListQueuesSegmentExceptionHeaders {\n errorCode?: string;\n /** If a client request id header is sent in the request, this header will be present in the response with the same value. */\n clientRequestId?: string;\n}\n\n/** Defines headers for Queue_create operation. */\nexport interface QueueCreateHeaders {\n /** This header uniquely identifies the request that was made and can be used for troubleshooting the request. */\n requestId?: string;\n /** Indicates the version of the Queue service used to execute the request. This header is returned for requests made against version 2009-09-19 and above. */\n version?: string;\n /** UTC date/time value generated by the service that indicates the time at which the response was initiated */\n date?: Date;\n /** If a client request id header is sent in the request, this header will be present in the response with the same value. */\n clientRequestId?: string;\n /** Error Code */\n errorCode?: string;\n}\n\n/** Defines headers for Queue_create operation. */\nexport interface QueueCreateExceptionHeaders {\n errorCode?: string;\n /** If a client request id header is sent in the request, this header will be present in the response with the same value. */\n clientRequestId?: string;\n}\n\n/** Defines headers for Queue_delete operation. */\nexport interface QueueDeleteHeaders {\n /** This header uniquely identifies the request that was made and can be used for troubleshooting the request. */\n requestId?: string;\n /** Indicates the version of the Queue service used to execute the request. This header is returned for requests made against version 2009-09-19 and above. */\n version?: string;\n /** UTC date/time value generated by the service that indicates the time at which the response was initiated */\n date?: Date;\n /** If a client request id header is sent in the request, this header will be present in the response with the same value. */\n clientRequestId?: string;\n /** Error Code */\n errorCode?: string;\n}\n\n/** Defines headers for Queue_delete operation. */\nexport interface QueueDeleteExceptionHeaders {\n errorCode?: string;\n /** If a client request id header is sent in the request, this header will be present in the response with the same value. */\n clientRequestId?: string;\n}\n\n/** Defines headers for Queue_getProperties operation. */\nexport interface QueueGetPropertiesHeaders {\n metadata?: { [propertyName: string]: string };\n /** The approximate number of messages in the queue. This number is not lower than the actual number of messages in the queue, but could be higher. */\n approximateMessagesCount?: number;\n /** This header uniquely identifies the request that was made and can be used for troubleshooting the request. */\n requestId?: string;\n /** Indicates the version of the Queue service used to execute the request. This header is returned for requests made against version 2009-09-19 and above. */\n version?: string;\n /** UTC date/time value generated by the service that indicates the time at which the response was initiated */\n date?: Date;\n /** If a client request id header is sent in the request, this header will be present in the response with the same value. */\n clientRequestId?: string;\n /** Error Code */\n errorCode?: string;\n}\n\n/** Defines headers for Queue_getProperties operation. */\nexport interface QueueGetPropertiesExceptionHeaders {\n errorCode?: string;\n /** If a client request id header is sent in the request, this header will be present in the response with the same value. */\n clientRequestId?: string;\n}\n\n/** Defines headers for Queue_setMetadata operation. */\nexport interface QueueSetMetadataHeaders {\n /** This header uniquely identifies the request that was made and can be used for troubleshooting the request. */\n requestId?: string;\n /** Indicates the version of the Queue service used to execute the request. This header is returned for requests made against version 2009-09-19 and above. */\n version?: string;\n /** UTC date/time value generated by the service that indicates the time at which the response was initiated */\n date?: Date;\n /** If a client request id header is sent in the request, this header will be present in the response with the same value. */\n clientRequestId?: string;\n /** Error Code */\n errorCode?: string;\n}\n\n/** Defines headers for Queue_setMetadata operation. */\nexport interface QueueSetMetadataExceptionHeaders {\n errorCode?: string;\n /** If a client request id header is sent in the request, this header will be present in the response with the same value. */\n clientRequestId?: string;\n}\n\n/** Defines headers for Queue_getAccessPolicy operation. */\nexport interface QueueGetAccessPolicyHeaders {\n /** This header uniquely identifies the request that was made and can be used for troubleshooting the request. */\n requestId?: string;\n /** Indicates the version of the Queue service used to execute the request. This header is returned for requests made against version 2009-09-19 and above. */\n version?: string;\n /** UTC date/time value generated by the service that indicates the time at which the response was initiated */\n date?: Date;\n /** If a client request id header is sent in the request, this header will be present in the response with the same value. */\n clientRequestId?: string;\n /** Error Code */\n errorCode?: string;\n}\n\n/** Defines headers for Queue_getAccessPolicy operation. */\nexport interface QueueGetAccessPolicyExceptionHeaders {\n errorCode?: string;\n /** If a client request id header is sent in the request, this header will be present in the response with the same value. */\n clientRequestId?: string;\n}\n\n/** Defines headers for Queue_setAccessPolicy operation. */\nexport interface QueueSetAccessPolicyHeaders {\n /** This header uniquely identifies the request that was made and can be used for troubleshooting the request. */\n requestId?: string;\n /** Indicates the version of the Queue service used to execute the request. This header is returned for requests made against version 2009-09-19 and above. */\n version?: string;\n /** UTC date/time value generated by the service that indicates the time at which the response was initiated */\n date?: Date;\n /** If a client request id header is sent in the request, this header will be present in the response with the same value. */\n clientRequestId?: string;\n /** Error Code */\n errorCode?: string;\n}\n\n/** Defines headers for Queue_setAccessPolicy operation. */\nexport interface QueueSetAccessPolicyExceptionHeaders {\n errorCode?: string;\n /** If a client request id header is sent in the request, this header will be present in the response with the same value. */\n clientRequestId?: string;\n}\n\n/** Defines headers for Messages_dequeue operation. */\nexport interface MessagesDequeueHeaders {\n /** This header uniquely identifies the request that was made and can be used for troubleshooting the request. */\n requestId?: string;\n /** Indicates the version of the Queue service used to execute the request. This header is returned for requests made against version 2009-09-19 and above. */\n version?: string;\n /** UTC date/time value generated by the service that indicates the time at which the response was initiated */\n date?: Date;\n /** If a client request id header is sent in the request, this header will be present in the response with the same value. */\n clientRequestId?: string;\n /** Error Code */\n errorCode?: string;\n}\n\n/** Defines headers for Messages_dequeue operation. */\nexport interface MessagesDequeueExceptionHeaders {\n errorCode?: string;\n /** If a client request id header is sent in the request, this header will be present in the response with the same value. */\n clientRequestId?: string;\n}\n\n/** Defines headers for Messages_clear operation. */\nexport interface MessagesClearHeaders {\n /** This header uniquely identifies the request that was made and can be used for troubleshooting the request. */\n requestId?: string;\n /** Indicates the version of the Queue service used to execute the request. This header is returned for requests made against version 2009-09-19 and above. */\n version?: string;\n /** UTC date/time value generated by the service that indicates the time at which the response was initiated */\n date?: Date;\n /** If a client request id header is sent in the request, this header will be present in the response with the same value. */\n clientRequestId?: string;\n /** Error Code */\n errorCode?: string;\n}\n\n/** Defines headers for Messages_clear operation. */\nexport interface MessagesClearExceptionHeaders {\n errorCode?: string;\n /** If a client request id header is sent in the request, this header will be present in the response with the same value. */\n clientRequestId?: string;\n}\n\n/** Defines headers for Messages_enqueue operation. */\nexport interface MessagesEnqueueHeaders {\n /** This header uniquely identifies the request that was made and can be used for troubleshooting the request. */\n requestId?: string;\n /** Indicates the version of the Queue service used to execute the request. This header is returned for requests made against version 2009-09-19 and above. */\n version?: string;\n /** UTC date/time value generated by the service that indicates the time at which the response was initiated */\n date?: Date;\n /** If a client request id header is sent in the request, this header will be present in the response with the same value. */\n clientRequestId?: string;\n /** Error Code */\n errorCode?: string;\n}\n\n/** Defines headers for Messages_enqueue operation. */\nexport interface MessagesEnqueueExceptionHeaders {\n errorCode?: string;\n /** If a client request id header is sent in the request, this header will be present in the response with the same value. */\n clientRequestId?: string;\n}\n\n/** Defines headers for Messages_peek operation. */\nexport interface MessagesPeekHeaders {\n /** This header uniquely identifies the request that was made and can be used for troubleshooting the request. */\n requestId?: string;\n /** Indicates the version of the Queue service used to execute the request. This header is returned for requests made against version 2009-09-19 and above. */\n version?: string;\n /** UTC date/time value generated by the service that indicates the time at which the response was initiated */\n date?: Date;\n /** If a client request id header is sent in the request, this header will be present in the response with the same value. */\n clientRequestId?: string;\n /** Error Code */\n errorCode?: string;\n}\n\n/** Defines headers for Messages_peek operation. */\nexport interface MessagesPeekExceptionHeaders {\n errorCode?: string;\n /** If a client request id header is sent in the request, this header will be present in the response with the same value. */\n clientRequestId?: string;\n}\n\n/** Defines headers for MessageId_update operation. */\nexport interface MessageIdUpdateHeaders {\n /** This header uniquely identifies the request that was made and can be used for troubleshooting the request. */\n requestId?: string;\n /** Indicates the version of the Queue service used to execute the request. This header is returned for requests made against version 2009-09-19 and above. */\n version?: string;\n /** UTC date/time value generated by the service that indicates the time at which the response was initiated */\n date?: Date;\n /** The pop receipt of the queue message. */\n popReceipt?: string;\n /** A UTC date/time value that represents when the message will be visible on the queue. */\n nextVisibleOn?: Date;\n /** If a client request id header is sent in the request, this header will be present in the response with the same value. */\n clientRequestId?: string;\n /** Error Code */\n errorCode?: string;\n}\n\n/** Defines headers for MessageId_update operation. */\nexport interface MessageIdUpdateExceptionHeaders {\n errorCode?: string;\n /** If a client request id header is sent in the request, this header will be present in the response with the same value. */\n clientRequestId?: string;\n}\n\n/** Defines headers for MessageId_delete operation. */\nexport interface MessageIdDeleteHeaders {\n /** This header uniquely identifies the request that was made and can be used for troubleshooting the request. */\n requestId?: string;\n /** Indicates the version of the Queue service used to execute the request. This header is returned for requests made against version 2009-09-19 and above. */\n version?: string;\n /** UTC date/time value generated by the service that indicates the time at which the response was initiated */\n date?: Date;\n /** If a client request id header is sent in the request, this header will be present in the response with the same value. */\n clientRequestId?: string;\n /** Error Code */\n errorCode?: string;\n}\n\n/** Defines headers for MessageId_delete operation. */\nexport interface MessageIdDeleteExceptionHeaders {\n errorCode?: string;\n /** If a client request id header is sent in the request, this header will be present in the response with the same value. */\n clientRequestId?: string;\n}\n\n/** Known values of {@link StorageErrorCode} that the service accepts. */\nexport enum KnownStorageErrorCode {\n /** AccountAlreadyExists */\n AccountAlreadyExists = \"AccountAlreadyExists\",\n /** AccountBeingCreated */\n AccountBeingCreated = \"AccountBeingCreated\",\n /** AccountIsDisabled */\n AccountIsDisabled = \"AccountIsDisabled\",\n /** AuthenticationFailed */\n AuthenticationFailed = \"AuthenticationFailed\",\n /** AuthorizationFailure */\n AuthorizationFailure = \"AuthorizationFailure\",\n /** ConditionHeadersNotSupported */\n ConditionHeadersNotSupported = \"ConditionHeadersNotSupported\",\n /** ConditionNotMet */\n ConditionNotMet = \"ConditionNotMet\",\n /** EmptyMetadataKey */\n EmptyMetadataKey = \"EmptyMetadataKey\",\n /** InsufficientAccountPermissions */\n InsufficientAccountPermissions = \"InsufficientAccountPermissions\",\n /** InternalError */\n InternalError = \"InternalError\",\n /** InvalidAuthenticationInfo */\n InvalidAuthenticationInfo = \"InvalidAuthenticationInfo\",\n /** InvalidHeaderValue */\n InvalidHeaderValue = \"InvalidHeaderValue\",\n /** InvalidHttpVerb */\n InvalidHttpVerb = \"InvalidHttpVerb\",\n /** InvalidInput */\n InvalidInput = \"InvalidInput\",\n /** InvalidMd5 */\n InvalidMd5 = \"InvalidMd5\",\n /** InvalidMetadata */\n InvalidMetadata = \"InvalidMetadata\",\n /** InvalidQueryParameterValue */\n InvalidQueryParameterValue = \"InvalidQueryParameterValue\",\n /** InvalidRange */\n InvalidRange = \"InvalidRange\",\n /** InvalidResourceName */\n InvalidResourceName = \"InvalidResourceName\",\n /** InvalidUri */\n InvalidUri = \"InvalidUri\",\n /** InvalidXmlDocument */\n InvalidXmlDocument = \"InvalidXmlDocument\",\n /** InvalidXmlNodeValue */\n InvalidXmlNodeValue = \"InvalidXmlNodeValue\",\n /** Md5Mismatch */\n Md5Mismatch = \"Md5Mismatch\",\n /** MetadataTooLarge */\n MetadataTooLarge = \"MetadataTooLarge\",\n /** MissingContentLengthHeader */\n MissingContentLengthHeader = \"MissingContentLengthHeader\",\n /** MissingRequiredQueryParameter */\n MissingRequiredQueryParameter = \"MissingRequiredQueryParameter\",\n /** MissingRequiredHeader */\n MissingRequiredHeader = \"MissingRequiredHeader\",\n /** MissingRequiredXmlNode */\n MissingRequiredXmlNode = \"MissingRequiredXmlNode\",\n /** MultipleConditionHeadersNotSupported */\n MultipleConditionHeadersNotSupported = \"MultipleConditionHeadersNotSupported\",\n /** OperationTimedOut */\n OperationTimedOut = \"OperationTimedOut\",\n /** OutOfRangeInput */\n OutOfRangeInput = \"OutOfRangeInput\",\n /** OutOfRangeQueryParameterValue */\n OutOfRangeQueryParameterValue = \"OutOfRangeQueryParameterValue\",\n /** RequestBodyTooLarge */\n RequestBodyTooLarge = \"RequestBodyTooLarge\",\n /** ResourceTypeMismatch */\n ResourceTypeMismatch = \"ResourceTypeMismatch\",\n /** RequestUrlFailedToParse */\n RequestUrlFailedToParse = \"RequestUrlFailedToParse\",\n /** ResourceAlreadyExists */\n ResourceAlreadyExists = \"ResourceAlreadyExists\",\n /** ResourceNotFound */\n ResourceNotFound = \"ResourceNotFound\",\n /** ServerBusy */\n ServerBusy = \"ServerBusy\",\n /** UnsupportedHeader */\n UnsupportedHeader = \"UnsupportedHeader\",\n /** UnsupportedXmlNode */\n UnsupportedXmlNode = \"UnsupportedXmlNode\",\n /** UnsupportedQueryParameter */\n UnsupportedQueryParameter = \"UnsupportedQueryParameter\",\n /** UnsupportedHttpVerb */\n UnsupportedHttpVerb = \"UnsupportedHttpVerb\",\n /** InvalidMarker */\n InvalidMarker = \"InvalidMarker\",\n /** MessageNotFound */\n MessageNotFound = \"MessageNotFound\",\n /** MessageTooLarge */\n MessageTooLarge = \"MessageTooLarge\",\n /** PopReceiptMismatch */\n PopReceiptMismatch = \"PopReceiptMismatch\",\n /** QueueAlreadyExists */\n QueueAlreadyExists = \"QueueAlreadyExists\",\n /** QueueBeingDeleted */\n QueueBeingDeleted = \"QueueBeingDeleted\",\n /** QueueDisabled */\n QueueDisabled = \"QueueDisabled\",\n /** QueueNotEmpty */\n QueueNotEmpty = \"QueueNotEmpty\",\n /** QueueNotFound */\n QueueNotFound = \"QueueNotFound\",\n /** AuthorizationSourceIPMismatch */\n AuthorizationSourceIPMismatch = \"AuthorizationSourceIPMismatch\",\n /** AuthorizationProtocolMismatch */\n AuthorizationProtocolMismatch = \"AuthorizationProtocolMismatch\",\n /** AuthorizationPermissionMismatch */\n AuthorizationPermissionMismatch = \"AuthorizationPermissionMismatch\",\n /** AuthorizationServiceMismatch */\n AuthorizationServiceMismatch = \"AuthorizationServiceMismatch\",\n /** AuthorizationResourceTypeMismatch */\n AuthorizationResourceTypeMismatch = \"AuthorizationResourceTypeMismatch\",\n /** FeatureVersionMismatch */\n FeatureVersionMismatch = \"FeatureVersionMismatch\",\n}\n\n/**\n * Defines values for StorageErrorCode. \\\n * {@link KnownStorageErrorCode} can be used interchangeably with StorageErrorCode,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **AccountAlreadyExists** \\\n * **AccountBeingCreated** \\\n * **AccountIsDisabled** \\\n * **AuthenticationFailed** \\\n * **AuthorizationFailure** \\\n * **ConditionHeadersNotSupported** \\\n * **ConditionNotMet** \\\n * **EmptyMetadataKey** \\\n * **InsufficientAccountPermissions** \\\n * **InternalError** \\\n * **InvalidAuthenticationInfo** \\\n * **InvalidHeaderValue** \\\n * **InvalidHttpVerb** \\\n * **InvalidInput** \\\n * **InvalidMd5** \\\n * **InvalidMetadata** \\\n * **InvalidQueryParameterValue** \\\n * **InvalidRange** \\\n * **InvalidResourceName** \\\n * **InvalidUri** \\\n * **InvalidXmlDocument** \\\n * **InvalidXmlNodeValue** \\\n * **Md5Mismatch** \\\n * **MetadataTooLarge** \\\n * **MissingContentLengthHeader** \\\n * **MissingRequiredQueryParameter** \\\n * **MissingRequiredHeader** \\\n * **MissingRequiredXmlNode** \\\n * **MultipleConditionHeadersNotSupported** \\\n * **OperationTimedOut** \\\n * **OutOfRangeInput** \\\n * **OutOfRangeQueryParameterValue** \\\n * **RequestBodyTooLarge** \\\n * **ResourceTypeMismatch** \\\n * **RequestUrlFailedToParse** \\\n * **ResourceAlreadyExists** \\\n * **ResourceNotFound** \\\n * **ServerBusy** \\\n * **UnsupportedHeader** \\\n * **UnsupportedXmlNode** \\\n * **UnsupportedQueryParameter** \\\n * **UnsupportedHttpVerb** \\\n * **InvalidMarker** \\\n * **MessageNotFound** \\\n * **MessageTooLarge** \\\n * **PopReceiptMismatch** \\\n * **QueueAlreadyExists** \\\n * **QueueBeingDeleted** \\\n * **QueueDisabled** \\\n * **QueueNotEmpty** \\\n * **QueueNotFound** \\\n * **AuthorizationSourceIPMismatch** \\\n * **AuthorizationProtocolMismatch** \\\n * **AuthorizationPermissionMismatch** \\\n * **AuthorizationServiceMismatch** \\\n * **AuthorizationResourceTypeMismatch** \\\n * **FeatureVersionMismatch**\n */\nexport type StorageErrorCode = string;\n/** Defines values for GeoReplicationStatusType. */\nexport type GeoReplicationStatusType = \"live\" | \"bootstrap\" | \"unavailable\";\n\n/** Optional parameters. */\nexport interface ServiceSetPropertiesOptionalParams\n extends coreClient.OperationOptions {\n /** The The timeout parameter is expressed in seconds. For more information, see <a href=\"https://learn.microsoft.com/rest/api/storageservices/setting-timeouts-for-queue-service-operations>Setting Timeouts for Queue Service Operations.</a> */\n timeoutInSeconds?: number;\n /** Provides a client-generated, opaque value with a 1 KB character limit that is recorded in the analytics logs when storage analytics logging is enabled. */\n requestId?: string;\n}\n\n/** Contains response data for the setProperties operation. */\nexport type ServiceSetPropertiesResponse = ServiceSetPropertiesHeaders;\n\n/** Optional parameters. */\nexport interface ServiceGetPropertiesOptionalParams\n extends coreClient.OperationOptions {\n /** The The timeout parameter is expressed in seconds. For more information, see <a href=\"https://learn.microsoft.com/rest/api/storageservices/setting-timeouts-for-queue-service-operations>Setting Timeouts for Queue Service Operations.</a> */\n timeoutInSeconds?: number;\n /** Provides a client-generated, opaque value with a 1 KB character limit that is recorded in the analytics logs when storage analytics logging is enabled. */\n requestId?: string;\n}\n\n/** Contains response data for the getProperties operation. */\nexport type ServiceGetPropertiesResponse = ServiceGetPropertiesHeaders &\n QueueServiceProperties;\n\n/** Optional parameters. */\nexport interface ServiceGetStatisticsOptionalParams\n extends coreClient.OperationOptions {\n /** The The timeout parameter is expressed in seconds. For more information, see <a href=\"https://learn.microsoft.com/rest/api/storageservices/setting-timeouts-for-queue-service-operations>Setting Timeouts for Queue Service Operations.</a> */\n timeoutInSeconds?: number;\n /** Provides a client-generated, opaque value with a 1 KB character limit that is recorded in the analytics logs when storage analytics logging is enabled. */\n requestId?: string;\n}\n\n/** Contains response data for the getStatistics operation. */\nexport type ServiceGetStatisticsResponse = ServiceGetStatisticsHeaders &\n QueueServiceStatistics;\n\n/** Optional parameters. */\nexport interface ServiceGetUserDelegationKeyOptionalParams\n extends coreClient.OperationOptions {\n /** The The timeout parameter is expressed in seconds. For more information, see <a href=\"https://learn.microsoft.com/rest/api/storageservices/setting-timeouts-for-queue-service-operations>Setting Timeouts for Queue Service Operations.</a> */\n timeoutInSeconds?: number;\n /** Provides a client-generated, opaque value with a 1 KB character limit that is recorded in the analytics logs when storage analytics logging is enabled. */\n requestId?: string;\n}\n\n/** Contains response data for the getUserDelegationKey operation. */\nexport type ServiceGetUserDelegationKeyResponse =\n ServiceGetUserDelegationKeyHeaders & UserDelegationKey;\n\n/** Optional parameters. */\nexport interface ServiceListQueuesSegmentOptionalParams\n extends coreClient.OperationOptions {\n /** The The timeout parameter is expressed in seconds. For more information, see <a href=\"https://learn.microsoft.com/rest/api/storageservices/setting-timeouts-for-queue-service-operations>Setting Timeouts for Queue Service Operations.</a> */\n timeoutInSeconds?: number;\n /** Provides a client-generated, opaque value with a 1 KB character limit that is recorded in the analytics logs when storage analytics logging is enabled. */\n requestId?: string;\n /** Filters the results to return only queues whose name begins with the specified prefix. */\n prefix?: string;\n /** A string value that identifies the portion of the list of queues to be returned with the next listing operation. The operation returns the ContinuationToken value within the response body if the listing operation did not return all queues remaining to be listed with the current page. The NextMarker value can be used as the value for the marker parameter in a subsequent call to request the next page of list items. The marker value is opaque to the client. */\n marker?: string;\n /** Specifies the maximum number of queues to return. If the request does not specify maxresults, or specifies a value greater than 5000, the server will return up to 5000 items. Note that if the listing operation crosses a partition boundary, then the service will return a continuation token for retrieving the remainder of the results. For this reason, it is possible that the service will return fewer results than specified by maxresults, or than the default of 5000. */\n maxPageSize?: number;\n /** Include this parameter to specify that the queues' metadata be returned as part of the response body. */\n include?: string[];\n}\n\n/** Contains response data for the listQueuesSegment operation. */\nexport type ServiceListQueuesSegmentResponse = ServiceListQueuesSegmentHeaders &\n ListQueuesSegmentResponse;\n\n/** Optional parameters. */\nexport interface QueueCreateOptionalParams extends coreClient.OperationOptions {\n /** The The timeout parameter is expressed in seconds. For more information, see <a href=\"https://learn.microsoft.com/rest/api/storageservices/setting-timeouts-for-queue-service-operations>Setting Timeouts for Queue Service Operations.</a> */\n timeoutInSeconds?: number;\n /** Provides a client-generated, opaque value with a 1 KB character limit that is recorded in the analytics logs when storage analytics logging is enabled. */\n requestId?: string;\n /** Optional. Include this parameter to specify that the queue's metadata be returned as part of the response body. Note that metadata requested with this parameter must be stored in accordance with the naming restrictions imposed by the 2009-09-19 version of the Queue service. Beginning with this version, all metadata names must adhere to the naming conventions for C# identifiers. */\n metadata?: { [propertyName: string]: string };\n}\n\n/** Contains response data for the create operation. */\nexport type QueueCreateResponse = QueueCreateHeaders;\n\n/** Optional parameters. */\nexport interface QueueDeleteOptionalParams extends coreClient.OperationOptions {\n /** The The timeout parameter is expressed in seconds. For more information, see <a href=\"https://learn.microsoft.com/rest/api/storageservices/setting-timeouts-for-queue-service-operations>Setting Timeouts for Queue Service Operations.</a> */\n timeoutInSeconds?: number;\n /** Provides a client-generated, opaque value with a 1 KB character limit that is recorded in the analytics logs when storage analytics logging is enabled. */\n requestId?: string;\n}\n\n/** Contains response data for the delete operation. */\nexport type QueueDeleteResponse = QueueDeleteHeaders;\n\n/** Optional parameters. */\nexport interface QueueGetPropertiesOptionalParams\n extends coreClient.OperationOptions {\n /** The The timeout parameter is expressed in seconds. For more information, see <a href=\"https://learn.microsoft.com/rest/api/storageservices/setting-timeouts-for-queue-service-operations>Setting Timeouts for Queue Service Operations.</a> */\n timeoutInSeconds?: number;\n /** Provides a client-generated, opaque value with a 1 KB character limit that is recorded in the analytics logs when storage analytics logging is enabled. */\n requestId?: string;\n}\n\n/** Contains response data for the getProperties operation. */\nexport type QueueGetPropertiesResponse = QueueGetPropertiesHeaders;\n\n/** Optional parameters. */\nexport interface QueueSetMetadataOptionalParams\n extends coreClient.OperationOptions {\n /** The The timeout parameter is expressed in seconds. For more information, see <a href=\"https://learn.microsoft.com/rest/api/storageservices/setting-timeouts-for-queue-service-operations>Setting Timeouts for Queue Service Operations.</a> */\n timeoutInSeconds?: number;\n /** Provides a client-generated, opaque value with a 1 KB character limit that is recorded in the analytics logs when storage analytics logging is enabled. */\n requestId?: string;\n /** Optional. Include this parameter to specify that the queue's metadata be returned as part of the response body. Note that metadata requested with this parameter must be stored in accordance with the naming restrictions imposed by the 2009-09-19 version of the Queue service. Beginning with this version, all metadata names must adhere to the naming conventions for C# identifiers. */\n metadata?: { [propertyName: string]: string };\n}\n\n/** Contains response data for the setMetadata operation. */\nexport type QueueSetMetadataResponse = QueueSetMetadataHeaders;\n\n/** Optional parameters. */\nexport interface QueueGetAccessPolicyOptionalParams\n extends coreClient.OperationOptions {\n /** The The timeout parameter is expressed in seconds. For more information, see <a href=\"https://learn.microsoft.com/rest/api/storageservices/setting-timeouts-for-queue-service-operations>Setting Timeouts for Queue Service Operations.</a> */\n timeoutInSeconds?: number;\n /** Provides a client-generated, opaque value with a 1 KB character limit that is recorded in the analytics logs when storage analytics logging is enabled. */\n requestId?: string;\n}\n\n/** Contains response data for the getAccessPolicy operation. */\nexport type QueueGetAccessPolicyResponse = QueueGetAccessPolicyHeaders &\n SignedIdentifier[];\n\n/** Optional parameters. */\nexport interface QueueSetAccessPolicyOptionalParams\n extends coreClient.OperationOptions {\n /** The The timeout parameter is expressed in seconds. For more information, see <a href=\"https://learn.microsoft.com/rest/api/storageservices/setting-timeouts-for-queue-service-operations>Setting Timeouts for Queue Service Operations.</a> */\n timeoutInSeconds?: number;\n /** Provides a client-generated, opaque value with a 1 KB character limit that is recorded in the analytics logs when storage analytics logging is enabled. */\n requestId?: string;\n /** the acls for the queue */\n queueAcl?: SignedIdentifier[];\n}\n\n/** Contains response data for the setAccessPolicy operation. */\nexport type QueueSetAccessPolicyResponse = QueueSetAccessPolicyHeaders;\n\n/** Optional parameters. */\nexport interface MessagesDequeueOptionalParams\n extends coreClient.OperationOptions {\n /** The The timeout parameter is expressed in seconds. For more information, see <a href=\"https://learn.microsoft.com/rest/api/storageservices/setting-timeouts-for-queue-service-operations>Setting Timeouts for Queue Service Operations.</a> */\n timeoutInSeconds?: number;\n /** Provides a client-generated, opaque value with a 1 KB character limit that is recorded in the analytics logs when storage analytics logging is enabled. */\n requestId?: string;\n /** Optional. A nonzero integer value that specifies the number of messages to retrieve from the queue, up to a maximum of 32. If fewer are visible, the visible messages are returned. By default, a single message is retrieved from the queue with this operation. */\n numberOfMessages?: number;\n /** Optional. Specifies the new visibility timeout value, in seconds, relative to server time. The default value is 30 seconds. A specified value must be larger than or equal to 1 second, and cannot be larger than 7 days, or larger than 2 hours on REST protocol versions prior to version 2011-08-18. The visibility timeout of a message can be set to a value later than the expiry time. */\n visibilityTimeout?: number;\n}\n\n/** Contains response data for the dequeue operation. */\nexport type MessagesDequeueResponse = MessagesDequeueHeaders &\n DequeuedMessageItem[];\n\n/** Optional parameters. */\nexport interface MessagesClearOptionalParams\n extends coreClient.OperationOptions {\n /** The The timeout parameter is expressed in seconds. For more information, see <a href=\"https://learn.microsoft.com/rest/api/storageservices/setting-timeouts-for-queue-service-operations>Setting Timeouts for Queue Service Operations.</a> */\n timeoutInSeconds?: number;\n /** Provides a client-generated, opaque value with a 1 KB character limit that is recorded in the analytics logs when storage analytics logging is enabled. */\n requestId?: string;\n}\n\n/** Contains response data for the clear operation. */\nexport type MessagesClearResponse = MessagesClearHeaders;\n\n/** Optional parameters. */\nexport interface MessagesEnqueueOptionalParams\n extends coreClient.OperationOptions {\n /** The The timeout parameter is expressed in seconds. For more information, see <a href=\"https://learn.microsoft.com/rest/api/storageservices/setting-timeouts-for-queue-service-operations>Setting Timeouts for Queue Service Operations.</a> */\n timeoutInSeconds?: number;\n /** Provides a client-generated, opaque value with a 1 KB character limit that is recorded in the analytics logs when storage analytics logging is enabled. */\n requestId?: string;\n /** Optional. If specified, the request must be made using an x-ms-version of 2011-08-18 or later. If not specified, the default value is 0. Specifies the new visibility timeout value, in seconds, relative to server time. The new value must be larger than or equal to 0, and cannot be larger than 7 days. The visibility timeout of a message cannot be set to a value later than the expiry time. visibilitytimeout should be set to a value smaller than the time-to-live value. */\n visibilityTimeout?: number;\n /** Optional. Specifies the time-to-live interval for the message, in seconds. Prior to version 2017-07-29, the maximum time-to-live allowed is 7 days. For version 2017-07-29 or later, the maximum time-to-live can be any positive number, as well as -1 indicating that the message does not expire. If this parameter is omitted, the default time-to-live is 7 days. */\n messageTimeToLive?: number;\n}\n\n/** Contains response data for the enqueue operation. */\nexport type MessagesEnqueueResponse = MessagesEnqueueHeaders &\n EnqueuedMessage[];\n\n/** Optional parameters. */\nexport interface MessagesPeekOptionalParams\n extends coreClient.OperationOptions {\n /** The The timeout parameter is expressed in seconds. For more information, see <a href=\"https://learn.microsoft.com/rest/api/storageservices/setting-timeouts-for-queue-service-operations>Setting Timeouts for Queue Service Operations.</a> */\n timeoutInSeconds?: number;\n /** Provides a client-generated, opaque value with a 1 KB character limit that is recorded in the analytics logs when storage analytics logging is enabled. */\n requestId?: string;\n /** Optional. A nonzero integer value that specifies the number of messages to retrieve from the queue, up to a maximum of 32. If fewer are visible, the visible messages are returned. By default, a single message is retrieved from the queue with this operation. */\n numberOfMessages?: number;\n}\n\n/** Contains response data for the peek operation. */\nexport type MessagesPeekResponse = MessagesPeekHeaders & PeekedMessageItem[];\n\n/** Optional parameters. */\nexport interface MessageIdUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** The The timeout parameter is expressed in seconds. For more information, see <a href=\"https://learn.microsoft.com/rest/api/storageservices/setting-timeouts-for-queue-service-operations>Setting Timeouts for Queue Service Operations.</a> */\n timeoutInSeconds?: number;\n /** Provides a client-generated, opaque value with a 1 KB character limit that is recorded in the analytics logs when storage analytics logging is enabled. */\n requestId?: string;\n /** A Message object which can be stored in a Queue */\n queueMessage?: QueueMessage;\n}\n\n/** Contains response data for the update operation. */\nexport type MessageIdUpdateResponse = MessageIdUpdateHeaders;\n\n/** Optional parameters. */\nexport interface MessageIdDeleteOptionalParams\n extends coreClient.OperationOptions {\n /** The The timeout parameter is expressed in seconds. For more information, see <a href=\"https://learn.microsoft.com/rest/api/storageservices/setting-timeouts-for-queue-service-operations>Setting Timeouts for Queue Service Operations.</a> */\n timeoutInSeconds?: number;\n /** Provides a client-generated, opaque value with a 1 KB character limit that is recorded in the analytics logs when storage analytics logging is enabled. */\n requestId?: string;\n}\n\n/** Contains response data for the delete operation. */\nexport type MessageIdDeleteResponse = MessageIdDeleteHeaders;\n\n/** Optional parameters. */\nexport interface StorageClientOptionalParams\n extends coreHttpCompat.ExtendedServiceClientOptions {\n /** Specifies the version of the operation to use for this request. */\n version?: string;\n /** Overrides client endpoint. */\n endpoint?: string;\n}\n"]}
|
|
@@ -7,6 +7,8 @@ export declare const CorsRule: coreClient.CompositeMapper;
|
|
|
7
7
|
export declare const StorageError: coreClient.CompositeMapper;
|
|
8
8
|
export declare const QueueServiceStatistics: coreClient.CompositeMapper;
|
|
9
9
|
export declare const GeoReplication: coreClient.CompositeMapper;
|
|
10
|
+
export declare const KeyInfo: coreClient.CompositeMapper;
|
|
11
|
+
export declare const UserDelegationKey: coreClient.CompositeMapper;
|
|
10
12
|
export declare const ListQueuesSegmentResponse: coreClient.CompositeMapper;
|
|
11
13
|
export declare const QueueItem: coreClient.CompositeMapper;
|
|
12
14
|
export declare const SignedIdentifier: coreClient.CompositeMapper;
|
|
@@ -21,6 +23,8 @@ export declare const ServiceGetPropertiesHeaders: coreClient.CompositeMapper;
|
|
|
21
23
|
export declare const ServiceGetPropertiesExceptionHeaders: coreClient.CompositeMapper;
|
|
22
24
|
export declare const ServiceGetStatisticsHeaders: coreClient.CompositeMapper;
|
|
23
25
|
export declare const ServiceGetStatisticsExceptionHeaders: coreClient.CompositeMapper;
|
|
26
|
+
export declare const ServiceGetUserDelegationKeyHeaders: coreClient.CompositeMapper;
|
|
27
|
+
export declare const ServiceGetUserDelegationKeyExceptionHeaders: coreClient.CompositeMapper;
|
|
24
28
|
export declare const ServiceListQueuesSegmentHeaders: coreClient.CompositeMapper;
|
|
25
29
|
export declare const ServiceListQueuesSegmentExceptionHeaders: coreClient.CompositeMapper;
|
|
26
30
|
export declare const QueueCreateHeaders: coreClient.CompositeMapper;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"mappers.d.ts","sourceRoot":"","sources":["../../../../../src/generated/src/models/mappers.ts"],"names":[],"mappings":"AAQA,OAAO,KAAK,UAAU,MAAM,oBAAoB,CAAC;AAEjD,eAAO,MAAM,sBAAsB,EAAE,UAAU,CAAC,eAgD/C,CAAC;AAEF,eAAO,MAAM,OAAO,EAAE,UAAU,CAAC,eAgDhC,CAAC;AAEF,eAAO,MAAM,eAAe,EAAE,UAAU,CAAC,eA0BxC,CAAC;AAEF,eAAO,MAAM,OAAO,EAAE,UAAU,CAAC,eAsChC,CAAC;AAEF,eAAO,MAAM,QAAQ,EAAE,UAAU,CAAC,eAmDjC,CAAC;AAEF,eAAO,MAAM,YAAY,EAAE,UAAU,CAAC,eA6BrC,CAAC;AAEF,eAAO,MAAM,sBAAsB,EAAE,UAAU,CAAC,eAiB/C,CAAC;AAEF,eAAO,MAAM,cAAc,EAAE,UAAU,CAAC,eAyBvC,CAAC;AAEF,eAAO,MAAM,yBAAyB,EAAE,UAAU,CAAC,eAgElD,CAAC;AAEF,eAAO,MAAM,SAAS,EAAE,UAAU,CAAC,eAyBlC,CAAC;AAEF,eAAO,MAAM,gBAAgB,EAAE,UAAU,CAAC,eAwBzC,CAAC;AAEF,eAAO,MAAM,YAAY,EAAE,UAAU,CAAC,eA6BrC,CAAC;AAEF,eAAO,MAAM,mBAAmB,EAAE,UAAU,CAAC,eAkE5C,CAAC;AAEF,eAAO,MAAM,YAAY,EAAE,UAAU,CAAC,eAgBrC,CAAC;AAEF,eAAO,MAAM,eAAe,EAAE,UAAU,CAAC,eAkDxC,CAAC;AAEF,eAAO,MAAM,iBAAiB,EAAE,UAAU,CAAC,eAkD1C,CAAC;AAEF,eAAO,MAAM,2BAA2B,EAAE,UAAU,CAAC,eAoCpD,CAAC;AAEF,eAAO,MAAM,oCAAoC,EAAE,UAAU,CAAC,
|
|
1
|
+
{"version":3,"file":"mappers.d.ts","sourceRoot":"","sources":["../../../../../src/generated/src/models/mappers.ts"],"names":[],"mappings":"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"}
|