@azure/storage-file-share 12.23.0-beta.1 → 12.24.0-alpha.20240612.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (157) hide show
  1. package/dist/index.js +472 -380
  2. package/dist/index.js.map +1 -1
  3. package/dist-esm/storage-blob/src/BatchResponseParser.js.map +1 -1
  4. package/dist-esm/storage-blob/src/BatchUtils.js.map +1 -1
  5. package/dist-esm/storage-blob/src/BlobBatch.js +5 -5
  6. package/dist-esm/storage-blob/src/BlobBatch.js.map +1 -1
  7. package/dist-esm/storage-blob/src/BlobBatchClient.js.map +1 -1
  8. package/dist-esm/storage-blob/src/BlobDownloadResponse.js.map +1 -1
  9. package/dist-esm/storage-blob/src/BlobLeaseClient.js +2 -2
  10. package/dist-esm/storage-blob/src/BlobLeaseClient.js.map +1 -1
  11. package/dist-esm/storage-blob/src/BlobQueryResponse.js.map +1 -1
  12. package/dist-esm/storage-blob/src/BlobServiceClient.js +8 -8
  13. package/dist-esm/storage-blob/src/BlobServiceClient.js.map +1 -1
  14. package/dist-esm/storage-blob/src/Clients.js +27 -7
  15. package/dist-esm/storage-blob/src/Clients.js.map +1 -1
  16. package/dist-esm/storage-blob/src/ContainerClient.js +30 -12
  17. package/dist-esm/storage-blob/src/ContainerClient.js.map +1 -1
  18. package/dist-esm/storage-blob/src/PageBlobRangeResponse.js.map +1 -1
  19. package/dist-esm/storage-blob/src/Pipeline.js +1 -1
  20. package/dist-esm/storage-blob/src/Pipeline.js.map +1 -1
  21. package/dist-esm/storage-blob/src/Range.js.map +1 -1
  22. package/dist-esm/storage-blob/src/StorageContextClient.js.map +1 -1
  23. package/dist-esm/storage-blob/src/credentials/AnonymousCredential.js.map +1 -1
  24. package/dist-esm/storage-blob/src/credentials/Credential.js.map +1 -1
  25. package/dist-esm/storage-blob/src/credentials/StorageSharedKeyCredential.js.map +1 -1
  26. package/dist-esm/storage-blob/src/generated/src/models/index.js.map +1 -1
  27. package/dist-esm/storage-blob/src/generated/src/models/mappers.js +2383 -2362
  28. package/dist-esm/storage-blob/src/generated/src/models/mappers.js.map +1 -1
  29. package/dist-esm/storage-blob/src/generated/src/models/parameters.js +444 -444
  30. package/dist-esm/storage-blob/src/generated/src/models/parameters.js.map +1 -1
  31. package/dist-esm/storage-blob/src/generated/src/operations/appendBlob.js +20 -20
  32. package/dist-esm/storage-blob/src/generated/src/operations/appendBlob.js.map +1 -1
  33. package/dist-esm/storage-blob/src/generated/src/operations/blob.js +144 -136
  34. package/dist-esm/storage-blob/src/generated/src/operations/blob.js.map +1 -1
  35. package/dist-esm/storage-blob/src/generated/src/operations/blockBlob.js +33 -33
  36. package/dist-esm/storage-blob/src/generated/src/operations/blockBlob.js.map +1 -1
  37. package/dist-esm/storage-blob/src/generated/src/operations/container.js +117 -109
  38. package/dist-esm/storage-blob/src/generated/src/operations/container.js.map +1 -1
  39. package/dist-esm/storage-blob/src/generated/src/operations/pageBlob.js +47 -47
  40. package/dist-esm/storage-blob/src/generated/src/operations/pageBlob.js.map +1 -1
  41. package/dist-esm/storage-blob/src/generated/src/operations/service.js +56 -48
  42. package/dist-esm/storage-blob/src/generated/src/operations/service.js.map +1 -1
  43. package/dist-esm/storage-blob/src/generated/src/operationsInterfaces/appendBlob.js.map +1 -1
  44. package/dist-esm/storage-blob/src/generated/src/operationsInterfaces/blob.js.map +1 -1
  45. package/dist-esm/storage-blob/src/generated/src/operationsInterfaces/blockBlob.js.map +1 -1
  46. package/dist-esm/storage-blob/src/generated/src/operationsInterfaces/container.js.map +1 -1
  47. package/dist-esm/storage-blob/src/generated/src/operationsInterfaces/pageBlob.js.map +1 -1
  48. package/dist-esm/storage-blob/src/generated/src/operationsInterfaces/service.js.map +1 -1
  49. package/dist-esm/storage-blob/src/generated/src/storageClient.js +5 -5
  50. package/dist-esm/storage-blob/src/generated/src/storageClient.js.map +1 -1
  51. package/dist-esm/storage-blob/src/generatedModels.js.map +1 -1
  52. package/dist-esm/storage-blob/src/index.js +1 -1
  53. package/dist-esm/storage-blob/src/index.js.map +1 -1
  54. package/dist-esm/storage-blob/src/models.js +7 -0
  55. package/dist-esm/storage-blob/src/models.js.map +1 -1
  56. package/dist-esm/storage-blob/src/policies/RequestPolicy.js.map +1 -1
  57. package/dist-esm/storage-blob/src/policies/StorageBrowserPolicy.js.map +1 -1
  58. package/dist-esm/storage-blob/src/policies/StorageBrowserPolicyV2.js.map +1 -1
  59. package/dist-esm/storage-blob/src/policies/StorageRetryPolicy.js +15 -0
  60. package/dist-esm/storage-blob/src/policies/StorageRetryPolicy.js.map +1 -1
  61. package/dist-esm/storage-blob/src/policies/StorageRetryPolicyV2.js +15 -0
  62. package/dist-esm/storage-blob/src/policies/StorageRetryPolicyV2.js.map +1 -1
  63. package/dist-esm/storage-blob/src/policies/StorageSharedKeyCredentialPolicy.js +2 -1
  64. package/dist-esm/storage-blob/src/policies/StorageSharedKeyCredentialPolicy.js.map +1 -1
  65. package/dist-esm/storage-blob/src/policies/StorageSharedKeyCredentialPolicyV2.browser.js.map +1 -1
  66. package/dist-esm/storage-blob/src/policies/StorageSharedKeyCredentialPolicyV2.js +2 -1
  67. package/dist-esm/storage-blob/src/policies/StorageSharedKeyCredentialPolicyV2.js.map +1 -1
  68. package/dist-esm/storage-blob/src/pollers/BlobStartCopyFromUrlPoller.js.map +1 -1
  69. package/dist-esm/storage-blob/src/sas/AccountSASPermissions.js +1 -1
  70. package/dist-esm/storage-blob/src/sas/AccountSASPermissions.js.map +1 -1
  71. package/dist-esm/storage-blob/src/sas/AccountSASResourceTypes.js.map +1 -1
  72. package/dist-esm/storage-blob/src/sas/AccountSASServices.js.map +1 -1
  73. package/dist-esm/storage-blob/src/sas/AccountSASSignatureValues.js.map +1 -1
  74. package/dist-esm/storage-blob/src/sas/BlobSASPermissions.js.map +1 -1
  75. package/dist-esm/storage-blob/src/sas/BlobSASSignatureValues.js +2 -2
  76. package/dist-esm/storage-blob/src/sas/BlobSASSignatureValues.js.map +1 -1
  77. package/dist-esm/storage-blob/src/sas/ContainerSASPermissions.js.map +1 -1
  78. package/dist-esm/storage-blob/src/sas/SASQueryParameters.js +6 -6
  79. package/dist-esm/storage-blob/src/sas/SASQueryParameters.js.map +1 -1
  80. package/dist-esm/storage-blob/src/utils/Batch.js.map +1 -1
  81. package/dist-esm/storage-blob/src/utils/BlobQuickQueryStream.js.map +1 -1
  82. package/dist-esm/storage-blob/src/utils/Mutex.js.map +1 -1
  83. package/dist-esm/storage-blob/src/utils/RetriableReadableStream.js.map +1 -1
  84. package/dist-esm/storage-blob/src/utils/SharedKeyComparator.js +73 -0
  85. package/dist-esm/storage-blob/src/utils/SharedKeyComparator.js.map +1 -0
  86. package/dist-esm/storage-blob/src/utils/cache.js.map +1 -1
  87. package/dist-esm/storage-blob/src/utils/constants.js +5 -2
  88. package/dist-esm/storage-blob/src/utils/constants.js.map +1 -1
  89. package/dist-esm/storage-blob/src/utils/utils.common.js.map +1 -1
  90. package/dist-esm/storage-blob/src/utils/utils.node.js.map +1 -1
  91. package/dist-esm/storage-file-share/src/AccountSASPermissions.js.map +1 -1
  92. package/dist-esm/storage-file-share/src/AccountSASResourceTypes.js.map +1 -1
  93. package/dist-esm/storage-file-share/src/AccountSASServices.js.map +1 -1
  94. package/dist-esm/storage-file-share/src/AccountSASSignatureValues.js +1 -1
  95. package/dist-esm/storage-file-share/src/AccountSASSignatureValues.js.map +1 -1
  96. package/dist-esm/storage-file-share/src/Clients.js +19 -20
  97. package/dist-esm/storage-file-share/src/Clients.js.map +1 -1
  98. package/dist-esm/storage-file-share/src/FileDownloadResponse.js.map +1 -1
  99. package/dist-esm/storage-file-share/src/FileSASPermissions.js.map +1 -1
  100. package/dist-esm/storage-file-share/src/FileSASSignatureValues.js.map +1 -1
  101. package/dist-esm/storage-file-share/src/FileSystemAttributes.js.map +1 -1
  102. package/dist-esm/storage-file-share/src/Pipeline.js +259 -0
  103. package/dist-esm/storage-file-share/src/Pipeline.js.map +1 -0
  104. package/dist-esm/storage-file-share/src/Range.js.map +1 -1
  105. package/dist-esm/storage-file-share/src/SASQueryParameters.js.map +1 -1
  106. package/dist-esm/storage-file-share/src/ShareClientInternal.js.map +1 -1
  107. package/dist-esm/storage-file-share/src/ShareSASPermissions.js.map +1 -1
  108. package/dist-esm/storage-file-share/src/ShareServiceClient.js +6 -7
  109. package/dist-esm/storage-file-share/src/ShareServiceClient.js.map +1 -1
  110. package/dist-esm/storage-file-share/src/StorageClient.js +1 -1
  111. package/dist-esm/storage-file-share/src/StorageClient.js.map +1 -1
  112. package/dist-esm/storage-file-share/src/StorageContextClient.js.map +1 -1
  113. package/dist-esm/storage-file-share/src/StorageRetryPolicyFactory.js +26 -0
  114. package/dist-esm/storage-file-share/src/StorageRetryPolicyFactory.js.map +1 -0
  115. package/dist-esm/storage-file-share/src/generated/src/models/index.js +2 -0
  116. package/dist-esm/storage-file-share/src/generated/src/models/index.js.map +1 -1
  117. package/dist-esm/storage-file-share/src/generated/src/models/mappers.js +29 -0
  118. package/dist-esm/storage-file-share/src/generated/src/models/mappers.js.map +1 -1
  119. package/dist-esm/storage-file-share/src/generated/src/models/parameters.js +21 -1
  120. package/dist-esm/storage-file-share/src/generated/src/models/parameters.js.map +1 -1
  121. package/dist-esm/storage-file-share/src/generated/src/operations/file.js +3 -1
  122. package/dist-esm/storage-file-share/src/generated/src/operations/file.js.map +1 -1
  123. package/dist-esm/storage-file-share/src/generated/src/operations/share.js +3 -1
  124. package/dist-esm/storage-file-share/src/generated/src/operations/share.js.map +1 -1
  125. package/dist-esm/storage-file-share/src/generated/src/storageClient.js +2 -2
  126. package/dist-esm/storage-file-share/src/generated/src/storageClient.js.map +1 -1
  127. package/dist-esm/storage-file-share/src/generatedModels.js.map +1 -1
  128. package/dist-esm/storage-file-share/src/index.browser.js +2 -2
  129. package/dist-esm/storage-file-share/src/index.browser.js.map +1 -1
  130. package/dist-esm/storage-file-share/src/index.js +3 -2
  131. package/dist-esm/storage-file-share/src/index.js.map +1 -1
  132. package/dist-esm/storage-file-share/src/models.js +16 -0
  133. package/dist-esm/storage-file-share/src/models.js.map +1 -1
  134. package/dist-esm/storage-file-share/src/policies/StorageRetryPolicy.js +220 -0
  135. package/dist-esm/storage-file-share/src/policies/StorageRetryPolicy.js.map +1 -0
  136. package/dist-esm/storage-file-share/src/policies/StorageRetryPolicyV2.js +176 -0
  137. package/dist-esm/storage-file-share/src/policies/StorageRetryPolicyV2.js.map +1 -0
  138. package/dist-esm/storage-file-share/src/utils/Batch.js.map +1 -1
  139. package/dist-esm/storage-file-share/src/utils/BufferScheduler.js.map +1 -1
  140. package/dist-esm/storage-file-share/src/utils/RetriableReadableStream.js.map +1 -1
  141. package/dist-esm/storage-file-share/src/utils/constants.js +9 -2
  142. package/dist-esm/storage-file-share/src/utils/constants.js.map +1 -1
  143. package/dist-esm/storage-file-share/src/utils/utils.common.js.map +1 -1
  144. package/dist-esm/storage-file-share/src/utils/utils.node.js.map +1 -1
  145. package/package.json +19 -34
  146. package/types/latest/storage-file-share.d.ts +52 -17
  147. package/dist-esm/storage-blob/src/BatchUtils.browser.js +0 -11
  148. package/dist-esm/storage-blob/src/BatchUtils.browser.js.map +0 -1
  149. package/dist-esm/storage-blob/src/BlobDownloadResponse.browser.js +0 -7
  150. package/dist-esm/storage-blob/src/BlobDownloadResponse.browser.js.map +0 -1
  151. package/dist-esm/storage-blob/src/BlobQueryResponse.browser.js +0 -362
  152. package/dist-esm/storage-blob/src/BlobQueryResponse.browser.js.map +0 -1
  153. package/dist-esm/storage-blob/src/index.browser.js +0 -23
  154. package/dist-esm/storage-blob/src/index.browser.js.map +0 -1
  155. package/dist-esm/storage-blob/src/utils/utils.browser.js +0 -48
  156. package/dist-esm/storage-blob/src/utils/utils.browser.js.map +0 -1
  157. package/types/3.1/storage-file-share.d.ts +0 -6941
@@ -5,7 +5,7 @@
5
5
  * Code generated by Microsoft (R) AutoRest Code Generator.
6
6
  * Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
7
  */
8
- import { BlobServiceProperties as BlobServicePropertiesMapper, KeyInfo as KeyInfoMapper, QueryRequest as QueryRequestMapper, BlobTags as BlobTagsMapper, BlockLookupList as BlockLookupListMapper } from "../models/mappers";
8
+ import { BlobServiceProperties as BlobServicePropertiesMapper, KeyInfo as KeyInfoMapper, QueryRequest as QueryRequestMapper, BlobTags as BlobTagsMapper, BlockLookupList as BlockLookupListMapper, } from "../models/mappers";
9
9
  export const contentType = {
10
10
  parameterPath: ["options", "contentType"],
11
11
  mapper: {
@@ -13,13 +13,13 @@ export const contentType = {
13
13
  isConstant: true,
14
14
  serializedName: "Content-Type",
15
15
  type: {
16
- name: "String"
17
- }
18
- }
16
+ name: "String",
17
+ },
18
+ },
19
19
  };
20
20
  export const blobServiceProperties = {
21
21
  parameterPath: "blobServiceProperties",
22
- mapper: BlobServicePropertiesMapper
22
+ mapper: BlobServicePropertiesMapper,
23
23
  };
24
24
  export const accept = {
25
25
  parameterPath: "accept",
@@ -28,9 +28,9 @@ export const accept = {
28
28
  isConstant: true,
29
29
  serializedName: "Accept",
30
30
  type: {
31
- name: "String"
32
- }
33
- }
31
+ name: "String",
32
+ },
33
+ },
34
34
  };
35
35
  export const url = {
36
36
  parameterPath: "url",
@@ -39,10 +39,10 @@ export const url = {
39
39
  required: true,
40
40
  xmlName: "url",
41
41
  type: {
42
- name: "String"
43
- }
42
+ name: "String",
43
+ },
44
44
  },
45
- skipEncoding: true
45
+ skipEncoding: true,
46
46
  };
47
47
  export const restype = {
48
48
  parameterPath: "restype",
@@ -51,9 +51,9 @@ export const restype = {
51
51
  isConstant: true,
52
52
  serializedName: "restype",
53
53
  type: {
54
- name: "String"
55
- }
56
- }
54
+ name: "String",
55
+ },
56
+ },
57
57
  };
58
58
  export const comp = {
59
59
  parameterPath: "comp",
@@ -62,33 +62,33 @@ export const comp = {
62
62
  isConstant: true,
63
63
  serializedName: "comp",
64
64
  type: {
65
- name: "String"
66
- }
67
- }
65
+ name: "String",
66
+ },
67
+ },
68
68
  };
69
69
  export const timeoutInSeconds = {
70
70
  parameterPath: ["options", "timeoutInSeconds"],
71
71
  mapper: {
72
72
  constraints: {
73
- InclusiveMinimum: 0
73
+ InclusiveMinimum: 0,
74
74
  },
75
75
  serializedName: "timeout",
76
76
  xmlName: "timeout",
77
77
  type: {
78
- name: "Number"
79
- }
80
- }
78
+ name: "Number",
79
+ },
80
+ },
81
81
  };
82
82
  export const version = {
83
83
  parameterPath: "version",
84
84
  mapper: {
85
- defaultValue: "2023-08-03",
85
+ defaultValue: "2024-08-04",
86
86
  isConstant: true,
87
87
  serializedName: "x-ms-version",
88
88
  type: {
89
- name: "String"
90
- }
91
- }
89
+ name: "String",
90
+ },
91
+ },
92
92
  };
93
93
  export const requestId = {
94
94
  parameterPath: ["options", "requestId"],
@@ -96,9 +96,9 @@ export const requestId = {
96
96
  serializedName: "x-ms-client-request-id",
97
97
  xmlName: "x-ms-client-request-id",
98
98
  type: {
99
- name: "String"
100
- }
101
- }
99
+ name: "String",
100
+ },
101
+ },
102
102
  };
103
103
  export const accept1 = {
104
104
  parameterPath: "accept",
@@ -107,9 +107,9 @@ export const accept1 = {
107
107
  isConstant: true,
108
108
  serializedName: "Accept",
109
109
  type: {
110
- name: "String"
111
- }
112
- }
110
+ name: "String",
111
+ },
112
+ },
113
113
  };
114
114
  export const comp1 = {
115
115
  parameterPath: "comp",
@@ -118,9 +118,9 @@ export const comp1 = {
118
118
  isConstant: true,
119
119
  serializedName: "comp",
120
120
  type: {
121
- name: "String"
122
- }
123
- }
121
+ name: "String",
122
+ },
123
+ },
124
124
  };
125
125
  export const comp2 = {
126
126
  parameterPath: "comp",
@@ -129,9 +129,9 @@ export const comp2 = {
129
129
  isConstant: true,
130
130
  serializedName: "comp",
131
131
  type: {
132
- name: "String"
133
- }
134
- }
132
+ name: "String",
133
+ },
134
+ },
135
135
  };
136
136
  export const prefix = {
137
137
  parameterPath: ["options", "prefix"],
@@ -139,9 +139,9 @@ export const prefix = {
139
139
  serializedName: "prefix",
140
140
  xmlName: "prefix",
141
141
  type: {
142
- name: "String"
143
- }
144
- }
142
+ name: "String",
143
+ },
144
+ },
145
145
  };
146
146
  export const marker = {
147
147
  parameterPath: ["options", "marker"],
@@ -149,22 +149,22 @@ export const marker = {
149
149
  serializedName: "marker",
150
150
  xmlName: "marker",
151
151
  type: {
152
- name: "String"
153
- }
154
- }
152
+ name: "String",
153
+ },
154
+ },
155
155
  };
156
156
  export const maxPageSize = {
157
157
  parameterPath: ["options", "maxPageSize"],
158
158
  mapper: {
159
159
  constraints: {
160
- InclusiveMinimum: 1
160
+ InclusiveMinimum: 1,
161
161
  },
162
162
  serializedName: "maxresults",
163
163
  xmlName: "maxresults",
164
164
  type: {
165
- name: "Number"
166
- }
167
- }
165
+ name: "Number",
166
+ },
167
+ },
168
168
  };
169
169
  export const include = {
170
170
  parameterPath: ["options", "include"],
@@ -177,16 +177,16 @@ export const include = {
177
177
  element: {
178
178
  type: {
179
179
  name: "Enum",
180
- allowedValues: ["metadata", "deleted", "system"]
181
- }
182
- }
183
- }
180
+ allowedValues: ["metadata", "deleted", "system"],
181
+ },
182
+ },
183
+ },
184
184
  },
185
- collectionFormat: "CSV"
185
+ collectionFormat: "CSV",
186
186
  };
187
187
  export const keyInfo = {
188
188
  parameterPath: "keyInfo",
189
- mapper: KeyInfoMapper
189
+ mapper: KeyInfoMapper,
190
190
  };
191
191
  export const comp3 = {
192
192
  parameterPath: "comp",
@@ -195,9 +195,9 @@ export const comp3 = {
195
195
  isConstant: true,
196
196
  serializedName: "comp",
197
197
  type: {
198
- name: "String"
199
- }
200
- }
198
+ name: "String",
199
+ },
200
+ },
201
201
  };
202
202
  export const restype1 = {
203
203
  parameterPath: "restype",
@@ -206,9 +206,9 @@ export const restype1 = {
206
206
  isConstant: true,
207
207
  serializedName: "restype",
208
208
  type: {
209
- name: "String"
210
- }
211
- }
209
+ name: "String",
210
+ },
211
+ },
212
212
  };
213
213
  export const body = {
214
214
  parameterPath: "body",
@@ -217,9 +217,9 @@ export const body = {
217
217
  required: true,
218
218
  xmlName: "body",
219
219
  type: {
220
- name: "Stream"
221
- }
222
- }
220
+ name: "Stream",
221
+ },
222
+ },
223
223
  };
224
224
  export const comp4 = {
225
225
  parameterPath: "comp",
@@ -228,9 +228,9 @@ export const comp4 = {
228
228
  isConstant: true,
229
229
  serializedName: "comp",
230
230
  type: {
231
- name: "String"
232
- }
233
- }
231
+ name: "String",
232
+ },
233
+ },
234
234
  };
235
235
  export const contentLength = {
236
236
  parameterPath: "contentLength",
@@ -239,9 +239,9 @@ export const contentLength = {
239
239
  required: true,
240
240
  xmlName: "Content-Length",
241
241
  type: {
242
- name: "Number"
243
- }
244
- }
242
+ name: "Number",
243
+ },
244
+ },
245
245
  };
246
246
  export const multipartContentType = {
247
247
  parameterPath: "multipartContentType",
@@ -250,9 +250,9 @@ export const multipartContentType = {
250
250
  required: true,
251
251
  xmlName: "Content-Type",
252
252
  type: {
253
- name: "String"
254
- }
255
- }
253
+ name: "String",
254
+ },
255
+ },
256
256
  };
257
257
  export const comp5 = {
258
258
  parameterPath: "comp",
@@ -261,9 +261,9 @@ export const comp5 = {
261
261
  isConstant: true,
262
262
  serializedName: "comp",
263
263
  type: {
264
- name: "String"
265
- }
266
- }
264
+ name: "String",
265
+ },
266
+ },
267
267
  };
268
268
  export const where = {
269
269
  parameterPath: ["options", "where"],
@@ -271,9 +271,9 @@ export const where = {
271
271
  serializedName: "where",
272
272
  xmlName: "where",
273
273
  type: {
274
- name: "String"
275
- }
276
- }
274
+ name: "String",
275
+ },
276
+ },
277
277
  };
278
278
  export const restype2 = {
279
279
  parameterPath: "restype",
@@ -282,9 +282,9 @@ export const restype2 = {
282
282
  isConstant: true,
283
283
  serializedName: "restype",
284
284
  type: {
285
- name: "String"
286
- }
287
- }
285
+ name: "String",
286
+ },
287
+ },
288
288
  };
289
289
  export const metadata = {
290
290
  parameterPath: ["options", "metadata"],
@@ -294,9 +294,9 @@ export const metadata = {
294
294
  headerCollectionPrefix: "x-ms-meta-",
295
295
  type: {
296
296
  name: "Dictionary",
297
- value: { type: { name: "String" } }
298
- }
299
- }
297
+ value: { type: { name: "String" } },
298
+ },
299
+ },
300
300
  };
301
301
  export const access = {
302
302
  parameterPath: ["options", "access"],
@@ -305,37 +305,37 @@ export const access = {
305
305
  xmlName: "x-ms-blob-public-access",
306
306
  type: {
307
307
  name: "Enum",
308
- allowedValues: ["container", "blob"]
309
- }
310
- }
308
+ allowedValues: ["container", "blob"],
309
+ },
310
+ },
311
311
  };
312
312
  export const defaultEncryptionScope = {
313
313
  parameterPath: [
314
314
  "options",
315
315
  "containerEncryptionScope",
316
- "defaultEncryptionScope"
316
+ "defaultEncryptionScope",
317
317
  ],
318
318
  mapper: {
319
319
  serializedName: "x-ms-default-encryption-scope",
320
320
  xmlName: "x-ms-default-encryption-scope",
321
321
  type: {
322
- name: "String"
323
- }
324
- }
322
+ name: "String",
323
+ },
324
+ },
325
325
  };
326
326
  export const preventEncryptionScopeOverride = {
327
327
  parameterPath: [
328
328
  "options",
329
329
  "containerEncryptionScope",
330
- "preventEncryptionScopeOverride"
330
+ "preventEncryptionScopeOverride",
331
331
  ],
332
332
  mapper: {
333
333
  serializedName: "x-ms-deny-encryption-scope-override",
334
334
  xmlName: "x-ms-deny-encryption-scope-override",
335
335
  type: {
336
- name: "Boolean"
337
- }
338
- }
336
+ name: "Boolean",
337
+ },
338
+ },
339
339
  };
340
340
  export const leaseId = {
341
341
  parameterPath: ["options", "leaseAccessConditions", "leaseId"],
@@ -343,9 +343,9 @@ export const leaseId = {
343
343
  serializedName: "x-ms-lease-id",
344
344
  xmlName: "x-ms-lease-id",
345
345
  type: {
346
- name: "String"
347
- }
348
- }
346
+ name: "String",
347
+ },
348
+ },
349
349
  };
350
350
  export const ifModifiedSince = {
351
351
  parameterPath: ["options", "modifiedAccessConditions", "ifModifiedSince"],
@@ -353,9 +353,9 @@ export const ifModifiedSince = {
353
353
  serializedName: "If-Modified-Since",
354
354
  xmlName: "If-Modified-Since",
355
355
  type: {
356
- name: "DateTimeRfc1123"
357
- }
358
- }
356
+ name: "DateTimeRfc1123",
357
+ },
358
+ },
359
359
  };
360
360
  export const ifUnmodifiedSince = {
361
361
  parameterPath: ["options", "modifiedAccessConditions", "ifUnmodifiedSince"],
@@ -363,9 +363,9 @@ export const ifUnmodifiedSince = {
363
363
  serializedName: "If-Unmodified-Since",
364
364
  xmlName: "If-Unmodified-Since",
365
365
  type: {
366
- name: "DateTimeRfc1123"
367
- }
368
- }
366
+ name: "DateTimeRfc1123",
367
+ },
368
+ },
369
369
  };
370
370
  export const comp6 = {
371
371
  parameterPath: "comp",
@@ -374,9 +374,9 @@ export const comp6 = {
374
374
  isConstant: true,
375
375
  serializedName: "comp",
376
376
  type: {
377
- name: "String"
378
- }
379
- }
377
+ name: "String",
378
+ },
379
+ },
380
380
  };
381
381
  export const comp7 = {
382
382
  parameterPath: "comp",
@@ -385,9 +385,9 @@ export const comp7 = {
385
385
  isConstant: true,
386
386
  serializedName: "comp",
387
387
  type: {
388
- name: "String"
389
- }
390
- }
388
+ name: "String",
389
+ },
390
+ },
391
391
  };
392
392
  export const containerAcl = {
393
393
  parameterPath: ["options", "containerAcl"],
@@ -401,11 +401,11 @@ export const containerAcl = {
401
401
  element: {
402
402
  type: {
403
403
  name: "Composite",
404
- className: "SignedIdentifier"
405
- }
406
- }
407
- }
408
- }
404
+ className: "SignedIdentifier",
405
+ },
406
+ },
407
+ },
408
+ },
409
409
  };
410
410
  export const comp8 = {
411
411
  parameterPath: "comp",
@@ -414,9 +414,9 @@ export const comp8 = {
414
414
  isConstant: true,
415
415
  serializedName: "comp",
416
416
  type: {
417
- name: "String"
418
- }
419
- }
417
+ name: "String",
418
+ },
419
+ },
420
420
  };
421
421
  export const deletedContainerName = {
422
422
  parameterPath: ["options", "deletedContainerName"],
@@ -424,9 +424,9 @@ export const deletedContainerName = {
424
424
  serializedName: "x-ms-deleted-container-name",
425
425
  xmlName: "x-ms-deleted-container-name",
426
426
  type: {
427
- name: "String"
428
- }
429
- }
427
+ name: "String",
428
+ },
429
+ },
430
430
  };
431
431
  export const deletedContainerVersion = {
432
432
  parameterPath: ["options", "deletedContainerVersion"],
@@ -434,9 +434,9 @@ export const deletedContainerVersion = {
434
434
  serializedName: "x-ms-deleted-container-version",
435
435
  xmlName: "x-ms-deleted-container-version",
436
436
  type: {
437
- name: "String"
438
- }
439
- }
437
+ name: "String",
438
+ },
439
+ },
440
440
  };
441
441
  export const comp9 = {
442
442
  parameterPath: "comp",
@@ -445,9 +445,9 @@ export const comp9 = {
445
445
  isConstant: true,
446
446
  serializedName: "comp",
447
447
  type: {
448
- name: "String"
449
- }
450
- }
448
+ name: "String",
449
+ },
450
+ },
451
451
  };
452
452
  export const sourceContainerName = {
453
453
  parameterPath: "sourceContainerName",
@@ -456,9 +456,9 @@ export const sourceContainerName = {
456
456
  required: true,
457
457
  xmlName: "x-ms-source-container-name",
458
458
  type: {
459
- name: "String"
460
- }
461
- }
459
+ name: "String",
460
+ },
461
+ },
462
462
  };
463
463
  export const sourceLeaseId = {
464
464
  parameterPath: ["options", "sourceLeaseId"],
@@ -466,9 +466,9 @@ export const sourceLeaseId = {
466
466
  serializedName: "x-ms-source-lease-id",
467
467
  xmlName: "x-ms-source-lease-id",
468
468
  type: {
469
- name: "String"
470
- }
471
- }
469
+ name: "String",
470
+ },
471
+ },
472
472
  };
473
473
  export const comp10 = {
474
474
  parameterPath: "comp",
@@ -477,9 +477,9 @@ export const comp10 = {
477
477
  isConstant: true,
478
478
  serializedName: "comp",
479
479
  type: {
480
- name: "String"
481
- }
482
- }
480
+ name: "String",
481
+ },
482
+ },
483
483
  };
484
484
  export const action = {
485
485
  parameterPath: "action",
@@ -488,9 +488,9 @@ export const action = {
488
488
  isConstant: true,
489
489
  serializedName: "x-ms-lease-action",
490
490
  type: {
491
- name: "String"
492
- }
493
- }
491
+ name: "String",
492
+ },
493
+ },
494
494
  };
495
495
  export const duration = {
496
496
  parameterPath: ["options", "duration"],
@@ -498,9 +498,9 @@ export const duration = {
498
498
  serializedName: "x-ms-lease-duration",
499
499
  xmlName: "x-ms-lease-duration",
500
500
  type: {
501
- name: "Number"
502
- }
503
- }
501
+ name: "Number",
502
+ },
503
+ },
504
504
  };
505
505
  export const proposedLeaseId = {
506
506
  parameterPath: ["options", "proposedLeaseId"],
@@ -508,9 +508,9 @@ export const proposedLeaseId = {
508
508
  serializedName: "x-ms-proposed-lease-id",
509
509
  xmlName: "x-ms-proposed-lease-id",
510
510
  type: {
511
- name: "String"
512
- }
513
- }
511
+ name: "String",
512
+ },
513
+ },
514
514
  };
515
515
  export const action1 = {
516
516
  parameterPath: "action",
@@ -519,9 +519,9 @@ export const action1 = {
519
519
  isConstant: true,
520
520
  serializedName: "x-ms-lease-action",
521
521
  type: {
522
- name: "String"
523
- }
524
- }
522
+ name: "String",
523
+ },
524
+ },
525
525
  };
526
526
  export const leaseId1 = {
527
527
  parameterPath: "leaseId",
@@ -530,9 +530,9 @@ export const leaseId1 = {
530
530
  required: true,
531
531
  xmlName: "x-ms-lease-id",
532
532
  type: {
533
- name: "String"
534
- }
535
- }
533
+ name: "String",
534
+ },
535
+ },
536
536
  };
537
537
  export const action2 = {
538
538
  parameterPath: "action",
@@ -541,9 +541,9 @@ export const action2 = {
541
541
  isConstant: true,
542
542
  serializedName: "x-ms-lease-action",
543
543
  type: {
544
- name: "String"
545
- }
546
- }
544
+ name: "String",
545
+ },
546
+ },
547
547
  };
548
548
  export const action3 = {
549
549
  parameterPath: "action",
@@ -552,9 +552,9 @@ export const action3 = {
552
552
  isConstant: true,
553
553
  serializedName: "x-ms-lease-action",
554
554
  type: {
555
- name: "String"
556
- }
557
- }
555
+ name: "String",
556
+ },
557
+ },
558
558
  };
559
559
  export const breakPeriod = {
560
560
  parameterPath: ["options", "breakPeriod"],
@@ -562,9 +562,9 @@ export const breakPeriod = {
562
562
  serializedName: "x-ms-lease-break-period",
563
563
  xmlName: "x-ms-lease-break-period",
564
564
  type: {
565
- name: "Number"
566
- }
567
- }
565
+ name: "Number",
566
+ },
567
+ },
568
568
  };
569
569
  export const action4 = {
570
570
  parameterPath: "action",
@@ -573,9 +573,9 @@ export const action4 = {
573
573
  isConstant: true,
574
574
  serializedName: "x-ms-lease-action",
575
575
  type: {
576
- name: "String"
577
- }
578
- }
576
+ name: "String",
577
+ },
578
+ },
579
579
  };
580
580
  export const proposedLeaseId1 = {
581
581
  parameterPath: "proposedLeaseId",
@@ -584,9 +584,9 @@ export const proposedLeaseId1 = {
584
584
  required: true,
585
585
  xmlName: "x-ms-proposed-lease-id",
586
586
  type: {
587
- name: "String"
588
- }
589
- }
587
+ name: "String",
588
+ },
589
+ },
590
590
  };
591
591
  export const include1 = {
592
592
  parameterPath: ["options", "include"],
@@ -609,13 +609,13 @@ export const include1 = {
609
609
  "tags",
610
610
  "immutabilitypolicy",
611
611
  "legalhold",
612
- "deletedwithversions"
613
- ]
614
- }
615
- }
616
- }
612
+ "deletedwithversions",
613
+ ],
614
+ },
615
+ },
616
+ },
617
617
  },
618
- collectionFormat: "CSV"
618
+ collectionFormat: "CSV",
619
619
  };
620
620
  export const delimiter = {
621
621
  parameterPath: "delimiter",
@@ -624,9 +624,9 @@ export const delimiter = {
624
624
  required: true,
625
625
  xmlName: "delimiter",
626
626
  type: {
627
- name: "String"
628
- }
629
- }
627
+ name: "String",
628
+ },
629
+ },
630
630
  };
631
631
  export const snapshot = {
632
632
  parameterPath: ["options", "snapshot"],
@@ -634,9 +634,9 @@ export const snapshot = {
634
634
  serializedName: "snapshot",
635
635
  xmlName: "snapshot",
636
636
  type: {
637
- name: "String"
638
- }
639
- }
637
+ name: "String",
638
+ },
639
+ },
640
640
  };
641
641
  export const versionId = {
642
642
  parameterPath: ["options", "versionId"],
@@ -644,9 +644,9 @@ export const versionId = {
644
644
  serializedName: "versionid",
645
645
  xmlName: "versionid",
646
646
  type: {
647
- name: "String"
648
- }
649
- }
647
+ name: "String",
648
+ },
649
+ },
650
650
  };
651
651
  export const range = {
652
652
  parameterPath: ["options", "range"],
@@ -654,9 +654,9 @@ export const range = {
654
654
  serializedName: "x-ms-range",
655
655
  xmlName: "x-ms-range",
656
656
  type: {
657
- name: "String"
658
- }
659
- }
657
+ name: "String",
658
+ },
659
+ },
660
660
  };
661
661
  export const rangeGetContentMD5 = {
662
662
  parameterPath: ["options", "rangeGetContentMD5"],
@@ -664,9 +664,9 @@ export const rangeGetContentMD5 = {
664
664
  serializedName: "x-ms-range-get-content-md5",
665
665
  xmlName: "x-ms-range-get-content-md5",
666
666
  type: {
667
- name: "Boolean"
668
- }
669
- }
667
+ name: "Boolean",
668
+ },
669
+ },
670
670
  };
671
671
  export const rangeGetContentCRC64 = {
672
672
  parameterPath: ["options", "rangeGetContentCRC64"],
@@ -674,9 +674,9 @@ export const rangeGetContentCRC64 = {
674
674
  serializedName: "x-ms-range-get-content-crc64",
675
675
  xmlName: "x-ms-range-get-content-crc64",
676
676
  type: {
677
- name: "Boolean"
678
- }
679
- }
677
+ name: "Boolean",
678
+ },
679
+ },
680
680
  };
681
681
  export const encryptionKey = {
682
682
  parameterPath: ["options", "cpkInfo", "encryptionKey"],
@@ -684,9 +684,9 @@ export const encryptionKey = {
684
684
  serializedName: "x-ms-encryption-key",
685
685
  xmlName: "x-ms-encryption-key",
686
686
  type: {
687
- name: "String"
688
- }
689
- }
687
+ name: "String",
688
+ },
689
+ },
690
690
  };
691
691
  export const encryptionKeySha256 = {
692
692
  parameterPath: ["options", "cpkInfo", "encryptionKeySha256"],
@@ -694,9 +694,9 @@ export const encryptionKeySha256 = {
694
694
  serializedName: "x-ms-encryption-key-sha256",
695
695
  xmlName: "x-ms-encryption-key-sha256",
696
696
  type: {
697
- name: "String"
698
- }
699
- }
697
+ name: "String",
698
+ },
699
+ },
700
700
  };
701
701
  export const encryptionAlgorithm = {
702
702
  parameterPath: ["options", "cpkInfo", "encryptionAlgorithm"],
@@ -704,9 +704,9 @@ export const encryptionAlgorithm = {
704
704
  serializedName: "x-ms-encryption-algorithm",
705
705
  xmlName: "x-ms-encryption-algorithm",
706
706
  type: {
707
- name: "String"
708
- }
709
- }
707
+ name: "String",
708
+ },
709
+ },
710
710
  };
711
711
  export const ifMatch = {
712
712
  parameterPath: ["options", "modifiedAccessConditions", "ifMatch"],
@@ -714,9 +714,9 @@ export const ifMatch = {
714
714
  serializedName: "If-Match",
715
715
  xmlName: "If-Match",
716
716
  type: {
717
- name: "String"
718
- }
719
- }
717
+ name: "String",
718
+ },
719
+ },
720
720
  };
721
721
  export const ifNoneMatch = {
722
722
  parameterPath: ["options", "modifiedAccessConditions", "ifNoneMatch"],
@@ -724,9 +724,9 @@ export const ifNoneMatch = {
724
724
  serializedName: "If-None-Match",
725
725
  xmlName: "If-None-Match",
726
726
  type: {
727
- name: "String"
728
- }
729
- }
727
+ name: "String",
728
+ },
729
+ },
730
730
  };
731
731
  export const ifTags = {
732
732
  parameterPath: ["options", "modifiedAccessConditions", "ifTags"],
@@ -734,9 +734,9 @@ export const ifTags = {
734
734
  serializedName: "x-ms-if-tags",
735
735
  xmlName: "x-ms-if-tags",
736
736
  type: {
737
- name: "String"
738
- }
739
- }
737
+ name: "String",
738
+ },
739
+ },
740
740
  };
741
741
  export const deleteSnapshots = {
742
742
  parameterPath: ["options", "deleteSnapshots"],
@@ -745,9 +745,9 @@ export const deleteSnapshots = {
745
745
  xmlName: "x-ms-delete-snapshots",
746
746
  type: {
747
747
  name: "Enum",
748
- allowedValues: ["include", "only"]
749
- }
750
- }
748
+ allowedValues: ["include", "only"],
749
+ },
750
+ },
751
751
  };
752
752
  export const blobDeleteType = {
753
753
  parameterPath: ["options", "blobDeleteType"],
@@ -755,9 +755,9 @@ export const blobDeleteType = {
755
755
  serializedName: "deletetype",
756
756
  xmlName: "deletetype",
757
757
  type: {
758
- name: "String"
759
- }
760
- }
758
+ name: "String",
759
+ },
760
+ },
761
761
  };
762
762
  export const comp11 = {
763
763
  parameterPath: "comp",
@@ -766,9 +766,9 @@ export const comp11 = {
766
766
  isConstant: true,
767
767
  serializedName: "comp",
768
768
  type: {
769
- name: "String"
770
- }
771
- }
769
+ name: "String",
770
+ },
771
+ },
772
772
  };
773
773
  export const expiryOptions = {
774
774
  parameterPath: "expiryOptions",
@@ -777,9 +777,9 @@ export const expiryOptions = {
777
777
  required: true,
778
778
  xmlName: "x-ms-expiry-option",
779
779
  type: {
780
- name: "String"
781
- }
782
- }
780
+ name: "String",
781
+ },
782
+ },
783
783
  };
784
784
  export const expiresOn = {
785
785
  parameterPath: ["options", "expiresOn"],
@@ -787,9 +787,9 @@ export const expiresOn = {
787
787
  serializedName: "x-ms-expiry-time",
788
788
  xmlName: "x-ms-expiry-time",
789
789
  type: {
790
- name: "String"
791
- }
792
- }
790
+ name: "String",
791
+ },
792
+ },
793
793
  };
794
794
  export const blobCacheControl = {
795
795
  parameterPath: ["options", "blobHttpHeaders", "blobCacheControl"],
@@ -797,9 +797,9 @@ export const blobCacheControl = {
797
797
  serializedName: "x-ms-blob-cache-control",
798
798
  xmlName: "x-ms-blob-cache-control",
799
799
  type: {
800
- name: "String"
801
- }
802
- }
800
+ name: "String",
801
+ },
802
+ },
803
803
  };
804
804
  export const blobContentType = {
805
805
  parameterPath: ["options", "blobHttpHeaders", "blobContentType"],
@@ -807,9 +807,9 @@ export const blobContentType = {
807
807
  serializedName: "x-ms-blob-content-type",
808
808
  xmlName: "x-ms-blob-content-type",
809
809
  type: {
810
- name: "String"
811
- }
812
- }
810
+ name: "String",
811
+ },
812
+ },
813
813
  };
814
814
  export const blobContentMD5 = {
815
815
  parameterPath: ["options", "blobHttpHeaders", "blobContentMD5"],
@@ -817,9 +817,9 @@ export const blobContentMD5 = {
817
817
  serializedName: "x-ms-blob-content-md5",
818
818
  xmlName: "x-ms-blob-content-md5",
819
819
  type: {
820
- name: "ByteArray"
821
- }
822
- }
820
+ name: "ByteArray",
821
+ },
822
+ },
823
823
  };
824
824
  export const blobContentEncoding = {
825
825
  parameterPath: ["options", "blobHttpHeaders", "blobContentEncoding"],
@@ -827,9 +827,9 @@ export const blobContentEncoding = {
827
827
  serializedName: "x-ms-blob-content-encoding",
828
828
  xmlName: "x-ms-blob-content-encoding",
829
829
  type: {
830
- name: "String"
831
- }
832
- }
830
+ name: "String",
831
+ },
832
+ },
833
833
  };
834
834
  export const blobContentLanguage = {
835
835
  parameterPath: ["options", "blobHttpHeaders", "blobContentLanguage"],
@@ -837,9 +837,9 @@ export const blobContentLanguage = {
837
837
  serializedName: "x-ms-blob-content-language",
838
838
  xmlName: "x-ms-blob-content-language",
839
839
  type: {
840
- name: "String"
841
- }
842
- }
840
+ name: "String",
841
+ },
842
+ },
843
843
  };
844
844
  export const blobContentDisposition = {
845
845
  parameterPath: ["options", "blobHttpHeaders", "blobContentDisposition"],
@@ -847,9 +847,9 @@ export const blobContentDisposition = {
847
847
  serializedName: "x-ms-blob-content-disposition",
848
848
  xmlName: "x-ms-blob-content-disposition",
849
849
  type: {
850
- name: "String"
851
- }
852
- }
850
+ name: "String",
851
+ },
852
+ },
853
853
  };
854
854
  export const comp12 = {
855
855
  parameterPath: "comp",
@@ -858,9 +858,9 @@ export const comp12 = {
858
858
  isConstant: true,
859
859
  serializedName: "comp",
860
860
  type: {
861
- name: "String"
862
- }
863
- }
861
+ name: "String",
862
+ },
863
+ },
864
864
  };
865
865
  export const immutabilityPolicyExpiry = {
866
866
  parameterPath: ["options", "immutabilityPolicyExpiry"],
@@ -868,9 +868,9 @@ export const immutabilityPolicyExpiry = {
868
868
  serializedName: "x-ms-immutability-policy-until-date",
869
869
  xmlName: "x-ms-immutability-policy-until-date",
870
870
  type: {
871
- name: "DateTimeRfc1123"
872
- }
873
- }
871
+ name: "DateTimeRfc1123",
872
+ },
873
+ },
874
874
  };
875
875
  export const immutabilityPolicyMode = {
876
876
  parameterPath: ["options", "immutabilityPolicyMode"],
@@ -879,9 +879,9 @@ export const immutabilityPolicyMode = {
879
879
  xmlName: "x-ms-immutability-policy-mode",
880
880
  type: {
881
881
  name: "Enum",
882
- allowedValues: ["Mutable", "Unlocked", "Locked"]
883
- }
884
- }
882
+ allowedValues: ["Mutable", "Unlocked", "Locked"],
883
+ },
884
+ },
885
885
  };
886
886
  export const comp13 = {
887
887
  parameterPath: "comp",
@@ -890,9 +890,9 @@ export const comp13 = {
890
890
  isConstant: true,
891
891
  serializedName: "comp",
892
892
  type: {
893
- name: "String"
894
- }
895
- }
893
+ name: "String",
894
+ },
895
+ },
896
896
  };
897
897
  export const legalHold = {
898
898
  parameterPath: "legalHold",
@@ -901,9 +901,9 @@ export const legalHold = {
901
901
  required: true,
902
902
  xmlName: "x-ms-legal-hold",
903
903
  type: {
904
- name: "Boolean"
905
- }
906
- }
904
+ name: "Boolean",
905
+ },
906
+ },
907
907
  };
908
908
  export const encryptionScope = {
909
909
  parameterPath: ["options", "encryptionScope"],
@@ -911,9 +911,9 @@ export const encryptionScope = {
911
911
  serializedName: "x-ms-encryption-scope",
912
912
  xmlName: "x-ms-encryption-scope",
913
913
  type: {
914
- name: "String"
915
- }
916
- }
914
+ name: "String",
915
+ },
916
+ },
917
917
  };
918
918
  export const comp14 = {
919
919
  parameterPath: "comp",
@@ -922,9 +922,9 @@ export const comp14 = {
922
922
  isConstant: true,
923
923
  serializedName: "comp",
924
924
  type: {
925
- name: "String"
926
- }
927
- }
925
+ name: "String",
926
+ },
927
+ },
928
928
  };
929
929
  export const tier = {
930
930
  parameterPath: ["options", "tier"],
@@ -948,10 +948,10 @@ export const tier = {
948
948
  "Hot",
949
949
  "Cool",
950
950
  "Archive",
951
- "Cold"
952
- ]
953
- }
954
- }
951
+ "Cold",
952
+ ],
953
+ },
954
+ },
955
955
  };
956
956
  export const rehydratePriority = {
957
957
  parameterPath: ["options", "rehydratePriority"],
@@ -960,37 +960,37 @@ export const rehydratePriority = {
960
960
  xmlName: "x-ms-rehydrate-priority",
961
961
  type: {
962
962
  name: "Enum",
963
- allowedValues: ["High", "Standard"]
964
- }
965
- }
963
+ allowedValues: ["High", "Standard"],
964
+ },
965
+ },
966
966
  };
967
967
  export const sourceIfModifiedSince = {
968
968
  parameterPath: [
969
969
  "options",
970
970
  "sourceModifiedAccessConditions",
971
- "sourceIfModifiedSince"
971
+ "sourceIfModifiedSince",
972
972
  ],
973
973
  mapper: {
974
974
  serializedName: "x-ms-source-if-modified-since",
975
975
  xmlName: "x-ms-source-if-modified-since",
976
976
  type: {
977
- name: "DateTimeRfc1123"
978
- }
979
- }
977
+ name: "DateTimeRfc1123",
978
+ },
979
+ },
980
980
  };
981
981
  export const sourceIfUnmodifiedSince = {
982
982
  parameterPath: [
983
983
  "options",
984
984
  "sourceModifiedAccessConditions",
985
- "sourceIfUnmodifiedSince"
985
+ "sourceIfUnmodifiedSince",
986
986
  ],
987
987
  mapper: {
988
988
  serializedName: "x-ms-source-if-unmodified-since",
989
989
  xmlName: "x-ms-source-if-unmodified-since",
990
990
  type: {
991
- name: "DateTimeRfc1123"
992
- }
993
- }
991
+ name: "DateTimeRfc1123",
992
+ },
993
+ },
994
994
  };
995
995
  export const sourceIfMatch = {
996
996
  parameterPath: ["options", "sourceModifiedAccessConditions", "sourceIfMatch"],
@@ -998,23 +998,23 @@ export const sourceIfMatch = {
998
998
  serializedName: "x-ms-source-if-match",
999
999
  xmlName: "x-ms-source-if-match",
1000
1000
  type: {
1001
- name: "String"
1002
- }
1003
- }
1001
+ name: "String",
1002
+ },
1003
+ },
1004
1004
  };
1005
1005
  export const sourceIfNoneMatch = {
1006
1006
  parameterPath: [
1007
1007
  "options",
1008
1008
  "sourceModifiedAccessConditions",
1009
- "sourceIfNoneMatch"
1009
+ "sourceIfNoneMatch",
1010
1010
  ],
1011
1011
  mapper: {
1012
1012
  serializedName: "x-ms-source-if-none-match",
1013
1013
  xmlName: "x-ms-source-if-none-match",
1014
1014
  type: {
1015
- name: "String"
1016
- }
1017
- }
1015
+ name: "String",
1016
+ },
1017
+ },
1018
1018
  };
1019
1019
  export const sourceIfTags = {
1020
1020
  parameterPath: ["options", "sourceModifiedAccessConditions", "sourceIfTags"],
@@ -1022,9 +1022,9 @@ export const sourceIfTags = {
1022
1022
  serializedName: "x-ms-source-if-tags",
1023
1023
  xmlName: "x-ms-source-if-tags",
1024
1024
  type: {
1025
- name: "String"
1026
- }
1027
- }
1025
+ name: "String",
1026
+ },
1027
+ },
1028
1028
  };
1029
1029
  export const copySource = {
1030
1030
  parameterPath: "copySource",
@@ -1033,9 +1033,9 @@ export const copySource = {
1033
1033
  required: true,
1034
1034
  xmlName: "x-ms-copy-source",
1035
1035
  type: {
1036
- name: "String"
1037
- }
1038
- }
1036
+ name: "String",
1037
+ },
1038
+ },
1039
1039
  };
1040
1040
  export const blobTagsString = {
1041
1041
  parameterPath: ["options", "blobTagsString"],
@@ -1043,9 +1043,9 @@ export const blobTagsString = {
1043
1043
  serializedName: "x-ms-tags",
1044
1044
  xmlName: "x-ms-tags",
1045
1045
  type: {
1046
- name: "String"
1047
- }
1048
- }
1046
+ name: "String",
1047
+ },
1048
+ },
1049
1049
  };
1050
1050
  export const sealBlob = {
1051
1051
  parameterPath: ["options", "sealBlob"],
@@ -1053,9 +1053,9 @@ export const sealBlob = {
1053
1053
  serializedName: "x-ms-seal-blob",
1054
1054
  xmlName: "x-ms-seal-blob",
1055
1055
  type: {
1056
- name: "Boolean"
1057
- }
1058
- }
1056
+ name: "Boolean",
1057
+ },
1058
+ },
1059
1059
  };
1060
1060
  export const legalHold1 = {
1061
1061
  parameterPath: ["options", "legalHold"],
@@ -1063,9 +1063,9 @@ export const legalHold1 = {
1063
1063
  serializedName: "x-ms-legal-hold",
1064
1064
  xmlName: "x-ms-legal-hold",
1065
1065
  type: {
1066
- name: "Boolean"
1067
- }
1068
- }
1066
+ name: "Boolean",
1067
+ },
1068
+ },
1069
1069
  };
1070
1070
  export const xMsRequiresSync = {
1071
1071
  parameterPath: "xMsRequiresSync",
@@ -1074,9 +1074,9 @@ export const xMsRequiresSync = {
1074
1074
  isConstant: true,
1075
1075
  serializedName: "x-ms-requires-sync",
1076
1076
  type: {
1077
- name: "String"
1078
- }
1079
- }
1077
+ name: "String",
1078
+ },
1079
+ },
1080
1080
  };
1081
1081
  export const sourceContentMD5 = {
1082
1082
  parameterPath: ["options", "sourceContentMD5"],
@@ -1084,9 +1084,9 @@ export const sourceContentMD5 = {
1084
1084
  serializedName: "x-ms-source-content-md5",
1085
1085
  xmlName: "x-ms-source-content-md5",
1086
1086
  type: {
1087
- name: "ByteArray"
1088
- }
1089
- }
1087
+ name: "ByteArray",
1088
+ },
1089
+ },
1090
1090
  };
1091
1091
  export const copySourceAuthorization = {
1092
1092
  parameterPath: ["options", "copySourceAuthorization"],
@@ -1094,9 +1094,9 @@ export const copySourceAuthorization = {
1094
1094
  serializedName: "x-ms-copy-source-authorization",
1095
1095
  xmlName: "x-ms-copy-source-authorization",
1096
1096
  type: {
1097
- name: "String"
1098
- }
1099
- }
1097
+ name: "String",
1098
+ },
1099
+ },
1100
1100
  };
1101
1101
  export const copySourceTags = {
1102
1102
  parameterPath: ["options", "copySourceTags"],
@@ -1105,9 +1105,9 @@ export const copySourceTags = {
1105
1105
  xmlName: "x-ms-copy-source-tag-option",
1106
1106
  type: {
1107
1107
  name: "Enum",
1108
- allowedValues: ["REPLACE", "COPY"]
1109
- }
1110
- }
1108
+ allowedValues: ["REPLACE", "COPY"],
1109
+ },
1110
+ },
1111
1111
  };
1112
1112
  export const comp15 = {
1113
1113
  parameterPath: "comp",
@@ -1116,9 +1116,9 @@ export const comp15 = {
1116
1116
  isConstant: true,
1117
1117
  serializedName: "comp",
1118
1118
  type: {
1119
- name: "String"
1120
- }
1121
- }
1119
+ name: "String",
1120
+ },
1121
+ },
1122
1122
  };
1123
1123
  export const copyActionAbortConstant = {
1124
1124
  parameterPath: "copyActionAbortConstant",
@@ -1127,9 +1127,9 @@ export const copyActionAbortConstant = {
1127
1127
  isConstant: true,
1128
1128
  serializedName: "x-ms-copy-action",
1129
1129
  type: {
1130
- name: "String"
1131
- }
1132
- }
1130
+ name: "String",
1131
+ },
1132
+ },
1133
1133
  };
1134
1134
  export const copyId = {
1135
1135
  parameterPath: "copyId",
@@ -1138,9 +1138,9 @@ export const copyId = {
1138
1138
  required: true,
1139
1139
  xmlName: "copyid",
1140
1140
  type: {
1141
- name: "String"
1142
- }
1143
- }
1141
+ name: "String",
1142
+ },
1143
+ },
1144
1144
  };
1145
1145
  export const comp16 = {
1146
1146
  parameterPath: "comp",
@@ -1149,9 +1149,9 @@ export const comp16 = {
1149
1149
  isConstant: true,
1150
1150
  serializedName: "comp",
1151
1151
  type: {
1152
- name: "String"
1153
- }
1154
- }
1152
+ name: "String",
1153
+ },
1154
+ },
1155
1155
  };
1156
1156
  export const tier1 = {
1157
1157
  parameterPath: "tier",
@@ -1176,14 +1176,14 @@ export const tier1 = {
1176
1176
  "Hot",
1177
1177
  "Cool",
1178
1178
  "Archive",
1179
- "Cold"
1180
- ]
1181
- }
1182
- }
1179
+ "Cold",
1180
+ ],
1181
+ },
1182
+ },
1183
1183
  };
1184
1184
  export const queryRequest = {
1185
1185
  parameterPath: ["options", "queryRequest"],
1186
- mapper: QueryRequestMapper
1186
+ mapper: QueryRequestMapper,
1187
1187
  };
1188
1188
  export const comp17 = {
1189
1189
  parameterPath: "comp",
@@ -1192,9 +1192,9 @@ export const comp17 = {
1192
1192
  isConstant: true,
1193
1193
  serializedName: "comp",
1194
1194
  type: {
1195
- name: "String"
1196
- }
1197
- }
1195
+ name: "String",
1196
+ },
1197
+ },
1198
1198
  };
1199
1199
  export const comp18 = {
1200
1200
  parameterPath: "comp",
@@ -1203,13 +1203,13 @@ export const comp18 = {
1203
1203
  isConstant: true,
1204
1204
  serializedName: "comp",
1205
1205
  type: {
1206
- name: "String"
1207
- }
1208
- }
1206
+ name: "String",
1207
+ },
1208
+ },
1209
1209
  };
1210
1210
  export const tags = {
1211
1211
  parameterPath: ["options", "tags"],
1212
- mapper: BlobTagsMapper
1212
+ mapper: BlobTagsMapper,
1213
1213
  };
1214
1214
  export const transactionalContentMD5 = {
1215
1215
  parameterPath: ["options", "transactionalContentMD5"],
@@ -1217,9 +1217,9 @@ export const transactionalContentMD5 = {
1217
1217
  serializedName: "Content-MD5",
1218
1218
  xmlName: "Content-MD5",
1219
1219
  type: {
1220
- name: "ByteArray"
1221
- }
1222
- }
1220
+ name: "ByteArray",
1221
+ },
1222
+ },
1223
1223
  };
1224
1224
  export const transactionalContentCrc64 = {
1225
1225
  parameterPath: ["options", "transactionalContentCrc64"],
@@ -1227,9 +1227,9 @@ export const transactionalContentCrc64 = {
1227
1227
  serializedName: "x-ms-content-crc64",
1228
1228
  xmlName: "x-ms-content-crc64",
1229
1229
  type: {
1230
- name: "ByteArray"
1231
- }
1232
- }
1230
+ name: "ByteArray",
1231
+ },
1232
+ },
1233
1233
  };
1234
1234
  export const blobType = {
1235
1235
  parameterPath: "blobType",
@@ -1238,9 +1238,9 @@ export const blobType = {
1238
1238
  isConstant: true,
1239
1239
  serializedName: "x-ms-blob-type",
1240
1240
  type: {
1241
- name: "String"
1242
- }
1243
- }
1241
+ name: "String",
1242
+ },
1243
+ },
1244
1244
  };
1245
1245
  export const blobContentLength = {
1246
1246
  parameterPath: "blobContentLength",
@@ -1249,9 +1249,9 @@ export const blobContentLength = {
1249
1249
  required: true,
1250
1250
  xmlName: "x-ms-blob-content-length",
1251
1251
  type: {
1252
- name: "Number"
1253
- }
1254
- }
1252
+ name: "Number",
1253
+ },
1254
+ },
1255
1255
  };
1256
1256
  export const blobSequenceNumber = {
1257
1257
  parameterPath: ["options", "blobSequenceNumber"],
@@ -1260,9 +1260,9 @@ export const blobSequenceNumber = {
1260
1260
  serializedName: "x-ms-blob-sequence-number",
1261
1261
  xmlName: "x-ms-blob-sequence-number",
1262
1262
  type: {
1263
- name: "Number"
1264
- }
1265
- }
1263
+ name: "Number",
1264
+ },
1265
+ },
1266
1266
  };
1267
1267
  export const contentType1 = {
1268
1268
  parameterPath: ["options", "contentType"],
@@ -1271,9 +1271,9 @@ export const contentType1 = {
1271
1271
  isConstant: true,
1272
1272
  serializedName: "Content-Type",
1273
1273
  type: {
1274
- name: "String"
1275
- }
1276
- }
1274
+ name: "String",
1275
+ },
1276
+ },
1277
1277
  };
1278
1278
  export const body1 = {
1279
1279
  parameterPath: "body",
@@ -1282,9 +1282,9 @@ export const body1 = {
1282
1282
  required: true,
1283
1283
  xmlName: "body",
1284
1284
  type: {
1285
- name: "Stream"
1286
- }
1287
- }
1285
+ name: "Stream",
1286
+ },
1287
+ },
1288
1288
  };
1289
1289
  export const accept2 = {
1290
1290
  parameterPath: "accept",
@@ -1293,9 +1293,9 @@ export const accept2 = {
1293
1293
  isConstant: true,
1294
1294
  serializedName: "Accept",
1295
1295
  type: {
1296
- name: "String"
1297
- }
1298
- }
1296
+ name: "String",
1297
+ },
1298
+ },
1299
1299
  };
1300
1300
  export const comp19 = {
1301
1301
  parameterPath: "comp",
@@ -1304,9 +1304,9 @@ export const comp19 = {
1304
1304
  isConstant: true,
1305
1305
  serializedName: "comp",
1306
1306
  type: {
1307
- name: "String"
1308
- }
1309
- }
1307
+ name: "String",
1308
+ },
1309
+ },
1310
1310
  };
1311
1311
  export const pageWrite = {
1312
1312
  parameterPath: "pageWrite",
@@ -1315,51 +1315,51 @@ export const pageWrite = {
1315
1315
  isConstant: true,
1316
1316
  serializedName: "x-ms-page-write",
1317
1317
  type: {
1318
- name: "String"
1319
- }
1320
- }
1318
+ name: "String",
1319
+ },
1320
+ },
1321
1321
  };
1322
1322
  export const ifSequenceNumberLessThanOrEqualTo = {
1323
1323
  parameterPath: [
1324
1324
  "options",
1325
1325
  "sequenceNumberAccessConditions",
1326
- "ifSequenceNumberLessThanOrEqualTo"
1326
+ "ifSequenceNumberLessThanOrEqualTo",
1327
1327
  ],
1328
1328
  mapper: {
1329
1329
  serializedName: "x-ms-if-sequence-number-le",
1330
1330
  xmlName: "x-ms-if-sequence-number-le",
1331
1331
  type: {
1332
- name: "Number"
1333
- }
1334
- }
1332
+ name: "Number",
1333
+ },
1334
+ },
1335
1335
  };
1336
1336
  export const ifSequenceNumberLessThan = {
1337
1337
  parameterPath: [
1338
1338
  "options",
1339
1339
  "sequenceNumberAccessConditions",
1340
- "ifSequenceNumberLessThan"
1340
+ "ifSequenceNumberLessThan",
1341
1341
  ],
1342
1342
  mapper: {
1343
1343
  serializedName: "x-ms-if-sequence-number-lt",
1344
1344
  xmlName: "x-ms-if-sequence-number-lt",
1345
1345
  type: {
1346
- name: "Number"
1347
- }
1348
- }
1346
+ name: "Number",
1347
+ },
1348
+ },
1349
1349
  };
1350
1350
  export const ifSequenceNumberEqualTo = {
1351
1351
  parameterPath: [
1352
1352
  "options",
1353
1353
  "sequenceNumberAccessConditions",
1354
- "ifSequenceNumberEqualTo"
1354
+ "ifSequenceNumberEqualTo",
1355
1355
  ],
1356
1356
  mapper: {
1357
1357
  serializedName: "x-ms-if-sequence-number-eq",
1358
1358
  xmlName: "x-ms-if-sequence-number-eq",
1359
1359
  type: {
1360
- name: "Number"
1361
- }
1362
- }
1360
+ name: "Number",
1361
+ },
1362
+ },
1363
1363
  };
1364
1364
  export const pageWrite1 = {
1365
1365
  parameterPath: "pageWrite",
@@ -1368,9 +1368,9 @@ export const pageWrite1 = {
1368
1368
  isConstant: true,
1369
1369
  serializedName: "x-ms-page-write",
1370
1370
  type: {
1371
- name: "String"
1372
- }
1373
- }
1371
+ name: "String",
1372
+ },
1373
+ },
1374
1374
  };
1375
1375
  export const sourceUrl = {
1376
1376
  parameterPath: "sourceUrl",
@@ -1379,9 +1379,9 @@ export const sourceUrl = {
1379
1379
  required: true,
1380
1380
  xmlName: "x-ms-copy-source",
1381
1381
  type: {
1382
- name: "String"
1383
- }
1384
- }
1382
+ name: "String",
1383
+ },
1384
+ },
1385
1385
  };
1386
1386
  export const sourceRange = {
1387
1387
  parameterPath: "sourceRange",
@@ -1390,9 +1390,9 @@ export const sourceRange = {
1390
1390
  required: true,
1391
1391
  xmlName: "x-ms-source-range",
1392
1392
  type: {
1393
- name: "String"
1394
- }
1395
- }
1393
+ name: "String",
1394
+ },
1395
+ },
1396
1396
  };
1397
1397
  export const sourceContentCrc64 = {
1398
1398
  parameterPath: ["options", "sourceContentCrc64"],
@@ -1400,9 +1400,9 @@ export const sourceContentCrc64 = {
1400
1400
  serializedName: "x-ms-source-content-crc64",
1401
1401
  xmlName: "x-ms-source-content-crc64",
1402
1402
  type: {
1403
- name: "ByteArray"
1404
- }
1405
- }
1403
+ name: "ByteArray",
1404
+ },
1405
+ },
1406
1406
  };
1407
1407
  export const range1 = {
1408
1408
  parameterPath: "range",
@@ -1411,9 +1411,9 @@ export const range1 = {
1411
1411
  required: true,
1412
1412
  xmlName: "x-ms-range",
1413
1413
  type: {
1414
- name: "String"
1415
- }
1416
- }
1414
+ name: "String",
1415
+ },
1416
+ },
1417
1417
  };
1418
1418
  export const comp20 = {
1419
1419
  parameterPath: "comp",
@@ -1422,9 +1422,9 @@ export const comp20 = {
1422
1422
  isConstant: true,
1423
1423
  serializedName: "comp",
1424
1424
  type: {
1425
- name: "String"
1426
- }
1427
- }
1425
+ name: "String",
1426
+ },
1427
+ },
1428
1428
  };
1429
1429
  export const prevsnapshot = {
1430
1430
  parameterPath: ["options", "prevsnapshot"],
@@ -1432,9 +1432,9 @@ export const prevsnapshot = {
1432
1432
  serializedName: "prevsnapshot",
1433
1433
  xmlName: "prevsnapshot",
1434
1434
  type: {
1435
- name: "String"
1436
- }
1437
- }
1435
+ name: "String",
1436
+ },
1437
+ },
1438
1438
  };
1439
1439
  export const prevSnapshotUrl = {
1440
1440
  parameterPath: ["options", "prevSnapshotUrl"],
@@ -1442,9 +1442,9 @@ export const prevSnapshotUrl = {
1442
1442
  serializedName: "x-ms-previous-snapshot-url",
1443
1443
  xmlName: "x-ms-previous-snapshot-url",
1444
1444
  type: {
1445
- name: "String"
1446
- }
1447
- }
1445
+ name: "String",
1446
+ },
1447
+ },
1448
1448
  };
1449
1449
  export const sequenceNumberAction = {
1450
1450
  parameterPath: "sequenceNumberAction",
@@ -1454,9 +1454,9 @@ export const sequenceNumberAction = {
1454
1454
  xmlName: "x-ms-sequence-number-action",
1455
1455
  type: {
1456
1456
  name: "Enum",
1457
- allowedValues: ["max", "update", "increment"]
1458
- }
1459
- }
1457
+ allowedValues: ["max", "update", "increment"],
1458
+ },
1459
+ },
1460
1460
  };
1461
1461
  export const comp21 = {
1462
1462
  parameterPath: "comp",
@@ -1465,9 +1465,9 @@ export const comp21 = {
1465
1465
  isConstant: true,
1466
1466
  serializedName: "comp",
1467
1467
  type: {
1468
- name: "String"
1469
- }
1470
- }
1468
+ name: "String",
1469
+ },
1470
+ },
1471
1471
  };
1472
1472
  export const blobType1 = {
1473
1473
  parameterPath: "blobType",
@@ -1476,9 +1476,9 @@ export const blobType1 = {
1476
1476
  isConstant: true,
1477
1477
  serializedName: "x-ms-blob-type",
1478
1478
  type: {
1479
- name: "String"
1480
- }
1481
- }
1479
+ name: "String",
1480
+ },
1481
+ },
1482
1482
  };
1483
1483
  export const comp22 = {
1484
1484
  parameterPath: "comp",
@@ -1487,9 +1487,9 @@ export const comp22 = {
1487
1487
  isConstant: true,
1488
1488
  serializedName: "comp",
1489
1489
  type: {
1490
- name: "String"
1491
- }
1492
- }
1490
+ name: "String",
1491
+ },
1492
+ },
1493
1493
  };
1494
1494
  export const maxSize = {
1495
1495
  parameterPath: ["options", "appendPositionAccessConditions", "maxSize"],
@@ -1497,23 +1497,23 @@ export const maxSize = {
1497
1497
  serializedName: "x-ms-blob-condition-maxsize",
1498
1498
  xmlName: "x-ms-blob-condition-maxsize",
1499
1499
  type: {
1500
- name: "Number"
1501
- }
1502
- }
1500
+ name: "Number",
1501
+ },
1502
+ },
1503
1503
  };
1504
1504
  export const appendPosition = {
1505
1505
  parameterPath: [
1506
1506
  "options",
1507
1507
  "appendPositionAccessConditions",
1508
- "appendPosition"
1508
+ "appendPosition",
1509
1509
  ],
1510
1510
  mapper: {
1511
1511
  serializedName: "x-ms-blob-condition-appendpos",
1512
1512
  xmlName: "x-ms-blob-condition-appendpos",
1513
1513
  type: {
1514
- name: "Number"
1515
- }
1516
- }
1514
+ name: "Number",
1515
+ },
1516
+ },
1517
1517
  };
1518
1518
  export const sourceRange1 = {
1519
1519
  parameterPath: ["options", "sourceRange"],
@@ -1521,9 +1521,9 @@ export const sourceRange1 = {
1521
1521
  serializedName: "x-ms-source-range",
1522
1522
  xmlName: "x-ms-source-range",
1523
1523
  type: {
1524
- name: "String"
1525
- }
1526
- }
1524
+ name: "String",
1525
+ },
1526
+ },
1527
1527
  };
1528
1528
  export const comp23 = {
1529
1529
  parameterPath: "comp",
@@ -1532,9 +1532,9 @@ export const comp23 = {
1532
1532
  isConstant: true,
1533
1533
  serializedName: "comp",
1534
1534
  type: {
1535
- name: "String"
1536
- }
1537
- }
1535
+ name: "String",
1536
+ },
1537
+ },
1538
1538
  };
1539
1539
  export const blobType2 = {
1540
1540
  parameterPath: "blobType",
@@ -1543,9 +1543,9 @@ export const blobType2 = {
1543
1543
  isConstant: true,
1544
1544
  serializedName: "x-ms-blob-type",
1545
1545
  type: {
1546
- name: "String"
1547
- }
1548
- }
1546
+ name: "String",
1547
+ },
1548
+ },
1549
1549
  };
1550
1550
  export const copySourceBlobProperties = {
1551
1551
  parameterPath: ["options", "copySourceBlobProperties"],
@@ -1553,9 +1553,9 @@ export const copySourceBlobProperties = {
1553
1553
  serializedName: "x-ms-copy-source-blob-properties",
1554
1554
  xmlName: "x-ms-copy-source-blob-properties",
1555
1555
  type: {
1556
- name: "Boolean"
1557
- }
1558
- }
1556
+ name: "Boolean",
1557
+ },
1558
+ },
1559
1559
  };
1560
1560
  export const comp24 = {
1561
1561
  parameterPath: "comp",
@@ -1564,9 +1564,9 @@ export const comp24 = {
1564
1564
  isConstant: true,
1565
1565
  serializedName: "comp",
1566
1566
  type: {
1567
- name: "String"
1568
- }
1569
- }
1567
+ name: "String",
1568
+ },
1569
+ },
1570
1570
  };
1571
1571
  export const blockId = {
1572
1572
  parameterPath: "blockId",
@@ -1575,13 +1575,13 @@ export const blockId = {
1575
1575
  required: true,
1576
1576
  xmlName: "blockid",
1577
1577
  type: {
1578
- name: "String"
1579
- }
1580
- }
1578
+ name: "String",
1579
+ },
1580
+ },
1581
1581
  };
1582
1582
  export const blocks = {
1583
1583
  parameterPath: "blocks",
1584
- mapper: BlockLookupListMapper
1584
+ mapper: BlockLookupListMapper,
1585
1585
  };
1586
1586
  export const comp25 = {
1587
1587
  parameterPath: "comp",
@@ -1590,9 +1590,9 @@ export const comp25 = {
1590
1590
  isConstant: true,
1591
1591
  serializedName: "comp",
1592
1592
  type: {
1593
- name: "String"
1594
- }
1595
- }
1593
+ name: "String",
1594
+ },
1595
+ },
1596
1596
  };
1597
1597
  export const listType = {
1598
1598
  parameterPath: "listType",
@@ -1603,8 +1603,8 @@ export const listType = {
1603
1603
  xmlName: "blocklisttype",
1604
1604
  type: {
1605
1605
  name: "Enum",
1606
- allowedValues: ["committed", "uncommitted", "all"]
1607
- }
1608
- }
1606
+ allowedValues: ["committed", "uncommitted", "all"],
1607
+ },
1608
+ },
1609
1609
  };
1610
1610
  //# sourceMappingURL=parameters.js.map