@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.
Files changed (222) hide show
  1. package/dist/browser/QueueClient.d.ts +25 -1
  2. package/dist/browser/QueueClient.d.ts.map +1 -1
  3. package/dist/browser/QueueClient.js +35 -0
  4. package/dist/browser/QueueClient.js.map +1 -1
  5. package/dist/browser/QueueSASSignatureValues.d.ts +9 -2
  6. package/dist/browser/QueueSASSignatureValues.d.ts.map +1 -1
  7. package/dist/browser/QueueSASSignatureValues.js +72 -19
  8. package/dist/browser/QueueSASSignatureValues.js.map +1 -1
  9. package/dist/browser/QueueServiceClient.d.ts +23 -1
  10. package/dist/browser/QueueServiceClient.d.ts.map +1 -1
  11. package/dist/browser/QueueServiceClient.js +41 -1
  12. package/dist/browser/QueueServiceClient.js.map +1 -1
  13. package/dist/browser/SASQueryParameters.d.ts +38 -1
  14. package/dist/browser/SASQueryParameters.d.ts.map +1 -1
  15. package/dist/browser/SASQueryParameters.js +87 -2
  16. package/dist/browser/SASQueryParameters.js.map +1 -1
  17. package/dist/browser/generated/src/models/index.d.ts +66 -16
  18. package/dist/browser/generated/src/models/index.d.ts.map +1 -1
  19. package/dist/browser/generated/src/models/index.js.map +1 -1
  20. package/dist/browser/generated/src/models/mappers.d.ts +4 -0
  21. package/dist/browser/generated/src/models/mappers.d.ts.map +1 -1
  22. package/dist/browser/generated/src/models/mappers.js +641 -492
  23. package/dist/browser/generated/src/models/mappers.js.map +1 -1
  24. package/dist/browser/generated/src/models/parameters.d.ts +3 -1
  25. package/dist/browser/generated/src/models/parameters.d.ts.map +1 -1
  26. package/dist/browser/generated/src/models/parameters.js +107 -92
  27. package/dist/browser/generated/src/models/parameters.js.map +1 -1
  28. package/dist/browser/generated/src/operations/messageId.js +11 -11
  29. package/dist/browser/generated/src/operations/messageId.js.map +1 -1
  30. package/dist/browser/generated/src/operations/messages.js +33 -31
  31. package/dist/browser/generated/src/operations/messages.js.map +1 -1
  32. package/dist/browser/generated/src/operations/queue.js +38 -38
  33. package/dist/browser/generated/src/operations/queue.js.map +1 -1
  34. package/dist/browser/generated/src/operations/service.d.ts +8 -1
  35. package/dist/browser/generated/src/operations/service.d.ts.map +1 -1
  36. package/dist/browser/generated/src/operations/service.js +65 -25
  37. package/dist/browser/generated/src/operations/service.js.map +1 -1
  38. package/dist/browser/generated/src/operationsInterfaces/messageId.js.map +1 -1
  39. package/dist/browser/generated/src/operationsInterfaces/messages.js.map +1 -1
  40. package/dist/browser/generated/src/operationsInterfaces/queue.js.map +1 -1
  41. package/dist/browser/generated/src/operationsInterfaces/service.d.ts +8 -1
  42. package/dist/browser/generated/src/operationsInterfaces/service.d.ts.map +1 -1
  43. package/dist/browser/generated/src/operationsInterfaces/service.js.map +1 -1
  44. package/dist/browser/generated/src/storageClient.d.ts.map +1 -1
  45. package/dist/browser/generated/src/storageClient.js +6 -6
  46. package/dist/browser/generated/src/storageClient.js.map +1 -1
  47. package/dist/browser/generatedModels.d.ts +7 -2
  48. package/dist/browser/generatedModels.d.ts.map +1 -1
  49. package/dist/browser/generatedModels.js.map +1 -1
  50. package/dist/browser/index-browser.d.mts.map +1 -1
  51. package/dist/browser/index-browser.mjs.map +1 -1
  52. package/dist/browser/index.d.ts +1 -1
  53. package/dist/browser/utils/constants.d.ts.map +1 -1
  54. package/dist/browser/utils/constants.js +2 -2
  55. package/dist/browser/utils/constants.js.map +1 -1
  56. package/dist/commonjs/QueueClient.d.ts +25 -1
  57. package/dist/commonjs/QueueClient.d.ts.map +1 -1
  58. package/dist/commonjs/QueueClient.js +35 -0
  59. package/dist/commonjs/QueueClient.js.map +1 -1
  60. package/dist/commonjs/QueueSASSignatureValues.d.ts +9 -2
  61. package/dist/commonjs/QueueSASSignatureValues.d.ts.map +1 -1
  62. package/dist/commonjs/QueueSASSignatureValues.js +72 -19
  63. package/dist/commonjs/QueueSASSignatureValues.js.map +1 -1
  64. package/dist/commonjs/QueueServiceClient.d.ts +23 -1
  65. package/dist/commonjs/QueueServiceClient.d.ts.map +1 -1
  66. package/dist/commonjs/QueueServiceClient.js +40 -0
  67. package/dist/commonjs/QueueServiceClient.js.map +1 -1
  68. package/dist/commonjs/SASQueryParameters.d.ts +38 -1
  69. package/dist/commonjs/SASQueryParameters.d.ts.map +1 -1
  70. package/dist/commonjs/SASQueryParameters.js +87 -2
  71. package/dist/commonjs/SASQueryParameters.js.map +1 -1
  72. package/dist/commonjs/generated/src/models/index.d.ts +66 -16
  73. package/dist/commonjs/generated/src/models/index.d.ts.map +1 -1
  74. package/dist/commonjs/generated/src/models/index.js.map +1 -1
  75. package/dist/commonjs/generated/src/models/mappers.d.ts +4 -0
  76. package/dist/commonjs/generated/src/models/mappers.d.ts.map +1 -1
  77. package/dist/commonjs/generated/src/models/mappers.js +643 -493
  78. package/dist/commonjs/generated/src/models/mappers.js.map +1 -1
  79. package/dist/commonjs/generated/src/models/parameters.d.ts +3 -1
  80. package/dist/commonjs/generated/src/models/parameters.d.ts.map +1 -1
  81. package/dist/commonjs/generated/src/models/parameters.js +107 -92
  82. package/dist/commonjs/generated/src/models/parameters.js.map +1 -1
  83. package/dist/commonjs/generated/src/operations/messageId.js +11 -11
  84. package/dist/commonjs/generated/src/operations/messageId.js.map +1 -1
  85. package/dist/commonjs/generated/src/operations/messages.js +33 -31
  86. package/dist/commonjs/generated/src/operations/messages.js.map +1 -1
  87. package/dist/commonjs/generated/src/operations/queue.js +38 -38
  88. package/dist/commonjs/generated/src/operations/queue.js.map +1 -1
  89. package/dist/commonjs/generated/src/operations/service.d.ts +8 -1
  90. package/dist/commonjs/generated/src/operations/service.d.ts.map +1 -1
  91. package/dist/commonjs/generated/src/operations/service.js +65 -25
  92. package/dist/commonjs/generated/src/operations/service.js.map +1 -1
  93. package/dist/commonjs/generated/src/operationsInterfaces/messageId.js.map +1 -1
  94. package/dist/commonjs/generated/src/operationsInterfaces/messages.js.map +1 -1
  95. package/dist/commonjs/generated/src/operationsInterfaces/queue.js.map +1 -1
  96. package/dist/commonjs/generated/src/operationsInterfaces/service.d.ts +8 -1
  97. package/dist/commonjs/generated/src/operationsInterfaces/service.d.ts.map +1 -1
  98. package/dist/commonjs/generated/src/operationsInterfaces/service.js.map +1 -1
  99. package/dist/commonjs/generated/src/storageClient.d.ts.map +1 -1
  100. package/dist/commonjs/generated/src/storageClient.js +5 -5
  101. package/dist/commonjs/generated/src/storageClient.js.map +1 -1
  102. package/dist/commonjs/generatedModels.d.ts +7 -2
  103. package/dist/commonjs/generatedModels.d.ts.map +1 -1
  104. package/dist/commonjs/generatedModels.js.map +1 -1
  105. package/dist/commonjs/index.d.ts +1 -1
  106. package/dist/commonjs/index.d.ts.map +1 -1
  107. package/dist/commonjs/index.js.map +1 -1
  108. package/dist/commonjs/tsdoc-metadata.json +1 -1
  109. package/dist/commonjs/utils/constants.d.ts.map +1 -1
  110. package/dist/commonjs/utils/constants.js +2 -2
  111. package/dist/commonjs/utils/constants.js.map +1 -1
  112. package/dist/esm/QueueClient.d.ts +25 -1
  113. package/dist/esm/QueueClient.d.ts.map +1 -1
  114. package/dist/esm/QueueClient.js +35 -0
  115. package/dist/esm/QueueClient.js.map +1 -1
  116. package/dist/esm/QueueSASSignatureValues.d.ts +9 -2
  117. package/dist/esm/QueueSASSignatureValues.d.ts.map +1 -1
  118. package/dist/esm/QueueSASSignatureValues.js +72 -19
  119. package/dist/esm/QueueSASSignatureValues.js.map +1 -1
  120. package/dist/esm/QueueServiceClient.d.ts +23 -1
  121. package/dist/esm/QueueServiceClient.d.ts.map +1 -1
  122. package/dist/esm/QueueServiceClient.js +41 -1
  123. package/dist/esm/QueueServiceClient.js.map +1 -1
  124. package/dist/esm/SASQueryParameters.d.ts +38 -1
  125. package/dist/esm/SASQueryParameters.d.ts.map +1 -1
  126. package/dist/esm/SASQueryParameters.js +87 -2
  127. package/dist/esm/SASQueryParameters.js.map +1 -1
  128. package/dist/esm/generated/src/models/index.d.ts +66 -16
  129. package/dist/esm/generated/src/models/index.d.ts.map +1 -1
  130. package/dist/esm/generated/src/models/index.js.map +1 -1
  131. package/dist/esm/generated/src/models/mappers.d.ts +4 -0
  132. package/dist/esm/generated/src/models/mappers.d.ts.map +1 -1
  133. package/dist/esm/generated/src/models/mappers.js +641 -492
  134. package/dist/esm/generated/src/models/mappers.js.map +1 -1
  135. package/dist/esm/generated/src/models/parameters.d.ts +3 -1
  136. package/dist/esm/generated/src/models/parameters.d.ts.map +1 -1
  137. package/dist/esm/generated/src/models/parameters.js +107 -92
  138. package/dist/esm/generated/src/models/parameters.js.map +1 -1
  139. package/dist/esm/generated/src/operations/messageId.js +11 -11
  140. package/dist/esm/generated/src/operations/messageId.js.map +1 -1
  141. package/dist/esm/generated/src/operations/messages.js +33 -31
  142. package/dist/esm/generated/src/operations/messages.js.map +1 -1
  143. package/dist/esm/generated/src/operations/queue.js +38 -38
  144. package/dist/esm/generated/src/operations/queue.js.map +1 -1
  145. package/dist/esm/generated/src/operations/service.d.ts +8 -1
  146. package/dist/esm/generated/src/operations/service.d.ts.map +1 -1
  147. package/dist/esm/generated/src/operations/service.js +65 -25
  148. package/dist/esm/generated/src/operations/service.js.map +1 -1
  149. package/dist/esm/generated/src/operationsInterfaces/messageId.js.map +1 -1
  150. package/dist/esm/generated/src/operationsInterfaces/messages.js.map +1 -1
  151. package/dist/esm/generated/src/operationsInterfaces/queue.js.map +1 -1
  152. package/dist/esm/generated/src/operationsInterfaces/service.d.ts +8 -1
  153. package/dist/esm/generated/src/operationsInterfaces/service.d.ts.map +1 -1
  154. package/dist/esm/generated/src/operationsInterfaces/service.js.map +1 -1
  155. package/dist/esm/generated/src/storageClient.d.ts.map +1 -1
  156. package/dist/esm/generated/src/storageClient.js +6 -6
  157. package/dist/esm/generated/src/storageClient.js.map +1 -1
  158. package/dist/esm/generatedModels.d.ts +7 -2
  159. package/dist/esm/generatedModels.d.ts.map +1 -1
  160. package/dist/esm/generatedModels.js.map +1 -1
  161. package/dist/esm/index.d.ts +1 -1
  162. package/dist/esm/index.d.ts.map +1 -1
  163. package/dist/esm/index.js.map +1 -1
  164. package/dist/esm/utils/constants.d.ts.map +1 -1
  165. package/dist/esm/utils/constants.js +2 -2
  166. package/dist/esm/utils/constants.js.map +1 -1
  167. package/dist/react-native/QueueClient.d.ts +25 -1
  168. package/dist/react-native/QueueClient.d.ts.map +1 -1
  169. package/dist/react-native/QueueClient.js +35 -0
  170. package/dist/react-native/QueueClient.js.map +1 -1
  171. package/dist/react-native/QueueSASSignatureValues.d.ts +9 -2
  172. package/dist/react-native/QueueSASSignatureValues.d.ts.map +1 -1
  173. package/dist/react-native/QueueSASSignatureValues.js +72 -19
  174. package/dist/react-native/QueueSASSignatureValues.js.map +1 -1
  175. package/dist/react-native/QueueServiceClient.d.ts +23 -1
  176. package/dist/react-native/QueueServiceClient.d.ts.map +1 -1
  177. package/dist/react-native/QueueServiceClient.js +41 -1
  178. package/dist/react-native/QueueServiceClient.js.map +1 -1
  179. package/dist/react-native/SASQueryParameters.d.ts +38 -1
  180. package/dist/react-native/SASQueryParameters.d.ts.map +1 -1
  181. package/dist/react-native/SASQueryParameters.js +87 -2
  182. package/dist/react-native/SASQueryParameters.js.map +1 -1
  183. package/dist/react-native/generated/src/models/index.d.ts +66 -16
  184. package/dist/react-native/generated/src/models/index.d.ts.map +1 -1
  185. package/dist/react-native/generated/src/models/index.js.map +1 -1
  186. package/dist/react-native/generated/src/models/mappers.d.ts +4 -0
  187. package/dist/react-native/generated/src/models/mappers.d.ts.map +1 -1
  188. package/dist/react-native/generated/src/models/mappers.js +641 -492
  189. package/dist/react-native/generated/src/models/mappers.js.map +1 -1
  190. package/dist/react-native/generated/src/models/parameters.d.ts +3 -1
  191. package/dist/react-native/generated/src/models/parameters.d.ts.map +1 -1
  192. package/dist/react-native/generated/src/models/parameters.js +107 -92
  193. package/dist/react-native/generated/src/models/parameters.js.map +1 -1
  194. package/dist/react-native/generated/src/operations/messageId.js +11 -11
  195. package/dist/react-native/generated/src/operations/messageId.js.map +1 -1
  196. package/dist/react-native/generated/src/operations/messages.js +33 -31
  197. package/dist/react-native/generated/src/operations/messages.js.map +1 -1
  198. package/dist/react-native/generated/src/operations/queue.js +38 -38
  199. package/dist/react-native/generated/src/operations/queue.js.map +1 -1
  200. package/dist/react-native/generated/src/operations/service.d.ts +8 -1
  201. package/dist/react-native/generated/src/operations/service.d.ts.map +1 -1
  202. package/dist/react-native/generated/src/operations/service.js +65 -25
  203. package/dist/react-native/generated/src/operations/service.js.map +1 -1
  204. package/dist/react-native/generated/src/operationsInterfaces/messageId.js.map +1 -1
  205. package/dist/react-native/generated/src/operationsInterfaces/messages.js.map +1 -1
  206. package/dist/react-native/generated/src/operationsInterfaces/queue.js.map +1 -1
  207. package/dist/react-native/generated/src/operationsInterfaces/service.d.ts +8 -1
  208. package/dist/react-native/generated/src/operationsInterfaces/service.d.ts.map +1 -1
  209. package/dist/react-native/generated/src/operationsInterfaces/service.js.map +1 -1
  210. package/dist/react-native/generated/src/storageClient.d.ts.map +1 -1
  211. package/dist/react-native/generated/src/storageClient.js +6 -6
  212. package/dist/react-native/generated/src/storageClient.js.map +1 -1
  213. package/dist/react-native/generatedModels.d.ts +7 -2
  214. package/dist/react-native/generatedModels.d.ts.map +1 -1
  215. package/dist/react-native/generatedModels.js.map +1 -1
  216. package/dist/react-native/index.d.ts +1 -1
  217. package/dist/react-native/index.d.ts.map +1 -1
  218. package/dist/react-native/index.js.map +1 -1
  219. package/dist/react-native/utils/constants.d.ts.map +1 -1
  220. package/dist/react-native/utils/constants.js +2 -2
  221. package/dist/react-native/utils/constants.js.map +1 -1
  222. package/package.json +24 -24
@@ -48,6 +48,15 @@ class ServiceImpl {
48
48
  getStatistics(options) {
49
49
  return this.client.sendOperationRequest({ options }, getStatisticsOperationSpec);
50
50
  }
51
+ /**
52
+ * Retrieves a user delegation key for the Queue service. This is only a valid operation when using
53
+ * bearer token authentication.
54
+ * @param keyInfo Key information
55
+ * @param options The options parameters.
56
+ */
57
+ getUserDelegationKey(keyInfo, options) {
58
+ return this.client.sendOperationRequest({ keyInfo, options }, getUserDelegationKeyOperationSpec);
59
+ }
51
60
  /**
52
61
  * The List Queues Segment operation returns a list of the queues under the specified account
53
62
  * @param options The options parameters.
@@ -64,30 +73,30 @@ const setPropertiesOperationSpec = {
64
73
  httpMethod: "PUT",
65
74
  responses: {
66
75
  202: {
67
- headersMapper: Mappers.ServiceSetPropertiesHeaders
76
+ headersMapper: Mappers.ServiceSetPropertiesHeaders,
68
77
  },
69
78
  default: {
70
79
  bodyMapper: Mappers.StorageError,
71
- headersMapper: Mappers.ServiceSetPropertiesExceptionHeaders
72
- }
80
+ headersMapper: Mappers.ServiceSetPropertiesExceptionHeaders,
81
+ },
73
82
  },
74
83
  requestBody: Parameters.properties,
75
84
  queryParameters: [
76
85
  Parameters.restype,
77
86
  Parameters.comp,
78
- Parameters.timeoutInSeconds
87
+ Parameters.timeoutInSeconds,
79
88
  ],
80
89
  urlParameters: [Parameters.url],
81
90
  headerParameters: [
82
91
  Parameters.contentType,
83
92
  Parameters.accept,
84
93
  Parameters.version,
85
- Parameters.requestId
94
+ Parameters.requestId,
86
95
  ],
87
96
  isXML: true,
88
97
  contentType: "application/xml; charset=utf-8",
89
98
  mediaType: "xml",
90
- serializer: xmlSerializer
99
+ serializer: xmlSerializer,
91
100
  };
92
101
  const getPropertiesOperationSpec = {
93
102
  path: "/",
@@ -95,26 +104,26 @@ const getPropertiesOperationSpec = {
95
104
  responses: {
96
105
  200: {
97
106
  bodyMapper: Mappers.QueueServiceProperties,
98
- headersMapper: Mappers.ServiceGetPropertiesHeaders
107
+ headersMapper: Mappers.ServiceGetPropertiesHeaders,
99
108
  },
100
109
  default: {
101
110
  bodyMapper: Mappers.StorageError,
102
- headersMapper: Mappers.ServiceGetPropertiesExceptionHeaders
103
- }
111
+ headersMapper: Mappers.ServiceGetPropertiesExceptionHeaders,
112
+ },
104
113
  },
105
114
  queryParameters: [
106
115
  Parameters.restype,
107
116
  Parameters.comp,
108
- Parameters.timeoutInSeconds
117
+ Parameters.timeoutInSeconds,
109
118
  ],
110
119
  urlParameters: [Parameters.url],
111
120
  headerParameters: [
112
121
  Parameters.version,
113
122
  Parameters.requestId,
114
- Parameters.accept1
123
+ Parameters.accept1,
115
124
  ],
116
125
  isXML: true,
117
- serializer: xmlSerializer
126
+ serializer: xmlSerializer,
118
127
  };
119
128
  const getStatisticsOperationSpec = {
120
129
  path: "/",
@@ -122,26 +131,57 @@ const getStatisticsOperationSpec = {
122
131
  responses: {
123
132
  200: {
124
133
  bodyMapper: Mappers.QueueServiceStatistics,
125
- headersMapper: Mappers.ServiceGetStatisticsHeaders
134
+ headersMapper: Mappers.ServiceGetStatisticsHeaders,
135
+ },
136
+ default: {
137
+ bodyMapper: Mappers.StorageError,
138
+ headersMapper: Mappers.ServiceGetStatisticsExceptionHeaders,
139
+ },
140
+ },
141
+ queryParameters: [
142
+ Parameters.restype,
143
+ Parameters.timeoutInSeconds,
144
+ Parameters.comp1,
145
+ ],
146
+ urlParameters: [Parameters.url],
147
+ headerParameters: [
148
+ Parameters.version,
149
+ Parameters.requestId,
150
+ Parameters.accept1,
151
+ ],
152
+ isXML: true,
153
+ serializer: xmlSerializer,
154
+ };
155
+ const getUserDelegationKeyOperationSpec = {
156
+ path: "/",
157
+ httpMethod: "POST",
158
+ responses: {
159
+ 200: {
160
+ bodyMapper: Mappers.UserDelegationKey,
161
+ headersMapper: Mappers.ServiceGetUserDelegationKeyHeaders,
126
162
  },
127
163
  default: {
128
164
  bodyMapper: Mappers.StorageError,
129
- headersMapper: Mappers.ServiceGetStatisticsExceptionHeaders
130
- }
165
+ headersMapper: Mappers.ServiceGetUserDelegationKeyExceptionHeaders,
166
+ },
131
167
  },
168
+ requestBody: Parameters.keyInfo,
132
169
  queryParameters: [
133
170
  Parameters.restype,
134
171
  Parameters.timeoutInSeconds,
135
- Parameters.comp1
172
+ Parameters.comp2,
136
173
  ],
137
174
  urlParameters: [Parameters.url],
138
175
  headerParameters: [
176
+ Parameters.contentType,
177
+ Parameters.accept,
139
178
  Parameters.version,
140
179
  Parameters.requestId,
141
- Parameters.accept1
142
180
  ],
143
181
  isXML: true,
144
- serializer: xmlSerializer
182
+ contentType: "application/xml; charset=utf-8",
183
+ mediaType: "xml",
184
+ serializer: xmlSerializer,
145
185
  };
146
186
  const listQueuesSegmentOperationSpec = {
147
187
  path: "/",
@@ -149,28 +189,28 @@ const listQueuesSegmentOperationSpec = {
149
189
  responses: {
150
190
  200: {
151
191
  bodyMapper: Mappers.ListQueuesSegmentResponse,
152
- headersMapper: Mappers.ServiceListQueuesSegmentHeaders
192
+ headersMapper: Mappers.ServiceListQueuesSegmentHeaders,
153
193
  },
154
194
  default: {
155
195
  bodyMapper: Mappers.StorageError,
156
- headersMapper: Mappers.ServiceListQueuesSegmentExceptionHeaders
157
- }
196
+ headersMapper: Mappers.ServiceListQueuesSegmentExceptionHeaders,
197
+ },
158
198
  },
159
199
  queryParameters: [
160
200
  Parameters.timeoutInSeconds,
161
- Parameters.comp2,
201
+ Parameters.comp3,
162
202
  Parameters.prefix,
163
203
  Parameters.marker,
164
204
  Parameters.maxPageSize,
165
- Parameters.include
205
+ Parameters.include,
166
206
  ],
167
207
  urlParameters: [Parameters.url],
168
208
  headerParameters: [
169
209
  Parameters.version,
170
210
  Parameters.requestId,
171
- Parameters.accept1
211
+ Parameters.accept1,
172
212
  ],
173
213
  isXML: true,
174
- serializer: xmlSerializer
214
+ serializer: xmlSerializer,
175
215
  };
176
216
  //# sourceMappingURL=service.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"service.js","sourceRoot":"","sources":["../../../../../src/generated/src/operations/service.ts"],"names":[],"mappings":"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","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { Service } from \"../operationsInterfaces/index.js\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers.js\";\nimport * as Parameters from \"../models/parameters.js\";\nimport { StorageClient } from \"../storageClient.js\";\nimport {\n QueueServiceProperties,\n ServiceSetPropertiesOptionalParams,\n ServiceSetPropertiesResponse,\n ServiceGetPropertiesOptionalParams,\n ServiceGetPropertiesResponse,\n ServiceGetStatisticsOptionalParams,\n ServiceGetStatisticsResponse,\n ServiceListQueuesSegmentOptionalParams,\n ServiceListQueuesSegmentResponse\n} from \"../models/index.js\";\n\n/** Class containing Service operations. */\nexport class ServiceImpl implements Service {\n private readonly client: StorageClient;\n\n /**\n * Initialize a new instance of the class Service class.\n * @param client Reference to the service client\n */\n constructor(client: StorageClient) {\n this.client = client;\n }\n\n /**\n * Sets properties for a storage account's Queue service endpoint, including properties for Storage\n * Analytics and CORS (Cross-Origin Resource Sharing) rules\n * @param properties The StorageService properties.\n * @param options The options parameters.\n */\n setProperties(\n properties: QueueServiceProperties,\n options?: ServiceSetPropertiesOptionalParams\n ): Promise<ServiceSetPropertiesResponse> {\n return this.client.sendOperationRequest(\n { properties, options },\n setPropertiesOperationSpec\n );\n }\n\n /**\n * gets the properties of a storage account's Queue service, including properties for Storage Analytics\n * and CORS (Cross-Origin Resource Sharing) rules.\n * @param options The options parameters.\n */\n getProperties(\n options?: ServiceGetPropertiesOptionalParams\n ): Promise<ServiceGetPropertiesResponse> {\n return this.client.sendOperationRequest(\n { options },\n getPropertiesOperationSpec\n );\n }\n\n /**\n * Retrieves statistics related to replication for the Queue service. It is only available on the\n * secondary location endpoint when read-access geo-redundant replication is enabled for the storage\n * account.\n * @param options The options parameters.\n */\n getStatistics(\n options?: ServiceGetStatisticsOptionalParams\n ): Promise<ServiceGetStatisticsResponse> {\n return this.client.sendOperationRequest(\n { options },\n getStatisticsOperationSpec\n );\n }\n\n /**\n * The List Queues Segment operation returns a list of the queues under the specified account\n * @param options The options parameters.\n */\n listQueuesSegment(\n options?: ServiceListQueuesSegmentOptionalParams\n ): Promise<ServiceListQueuesSegmentResponse> {\n return this.client.sendOperationRequest(\n { options },\n listQueuesSegmentOperationSpec\n );\n }\n}\n// Operation Specifications\nconst xmlSerializer = coreClient.createSerializer(Mappers, /* isXml */ true);\n\nconst setPropertiesOperationSpec: coreClient.OperationSpec = {\n path: \"/\",\n httpMethod: \"PUT\",\n responses: {\n 202: {\n headersMapper: Mappers.ServiceSetPropertiesHeaders\n },\n default: {\n bodyMapper: Mappers.StorageError,\n headersMapper: Mappers.ServiceSetPropertiesExceptionHeaders\n }\n },\n requestBody: Parameters.properties,\n queryParameters: [\n Parameters.restype,\n Parameters.comp,\n Parameters.timeoutInSeconds\n ],\n urlParameters: [Parameters.url],\n headerParameters: [\n Parameters.contentType,\n Parameters.accept,\n Parameters.version,\n Parameters.requestId\n ],\n isXML: true,\n contentType: \"application/xml; charset=utf-8\",\n mediaType: \"xml\",\n serializer: xmlSerializer\n};\nconst getPropertiesOperationSpec: coreClient.OperationSpec = {\n path: \"/\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.QueueServiceProperties,\n headersMapper: Mappers.ServiceGetPropertiesHeaders\n },\n default: {\n bodyMapper: Mappers.StorageError,\n headersMapper: Mappers.ServiceGetPropertiesExceptionHeaders\n }\n },\n queryParameters: [\n Parameters.restype,\n Parameters.comp,\n Parameters.timeoutInSeconds\n ],\n urlParameters: [Parameters.url],\n headerParameters: [\n Parameters.version,\n Parameters.requestId,\n Parameters.accept1\n ],\n isXML: true,\n serializer: xmlSerializer\n};\nconst getStatisticsOperationSpec: coreClient.OperationSpec = {\n path: \"/\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.QueueServiceStatistics,\n headersMapper: Mappers.ServiceGetStatisticsHeaders\n },\n default: {\n bodyMapper: Mappers.StorageError,\n headersMapper: Mappers.ServiceGetStatisticsExceptionHeaders\n }\n },\n queryParameters: [\n Parameters.restype,\n Parameters.timeoutInSeconds,\n Parameters.comp1\n ],\n urlParameters: [Parameters.url],\n headerParameters: [\n Parameters.version,\n Parameters.requestId,\n Parameters.accept1\n ],\n isXML: true,\n serializer: xmlSerializer\n};\nconst listQueuesSegmentOperationSpec: coreClient.OperationSpec = {\n path: \"/\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.ListQueuesSegmentResponse,\n headersMapper: Mappers.ServiceListQueuesSegmentHeaders\n },\n default: {\n bodyMapper: Mappers.StorageError,\n headersMapper: Mappers.ServiceListQueuesSegmentExceptionHeaders\n }\n },\n queryParameters: [\n Parameters.timeoutInSeconds,\n Parameters.comp2,\n Parameters.prefix,\n Parameters.marker,\n Parameters.maxPageSize,\n Parameters.include\n ],\n urlParameters: [Parameters.url],\n headerParameters: [\n Parameters.version,\n Parameters.requestId,\n Parameters.accept1\n ],\n isXML: true,\n serializer: xmlSerializer\n};\n"]}
1
+ {"version":3,"file":"service.js","sourceRoot":"","sources":["../../../../../src/generated/src/operations/service.ts"],"names":[],"mappings":"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","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { Service } from \"../operationsInterfaces/index.js\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers.js\";\nimport * as Parameters from \"../models/parameters.js\";\nimport { StorageClient } from \"../storageClient.js\";\nimport {\n QueueServiceProperties,\n ServiceSetPropertiesOptionalParams,\n ServiceSetPropertiesResponse,\n ServiceGetPropertiesOptionalParams,\n ServiceGetPropertiesResponse,\n ServiceGetStatisticsOptionalParams,\n ServiceGetStatisticsResponse,\n KeyInfo,\n ServiceGetUserDelegationKeyOptionalParams,\n ServiceGetUserDelegationKeyResponse,\n ServiceListQueuesSegmentOptionalParams,\n ServiceListQueuesSegmentResponse,\n} from \"../models/index.js\";\n\n/** Class containing Service operations. */\nexport class ServiceImpl implements Service {\n private readonly client: StorageClient;\n\n /**\n * Initialize a new instance of the class Service class.\n * @param client Reference to the service client\n */\n constructor(client: StorageClient) {\n this.client = client;\n }\n\n /**\n * Sets properties for a storage account's Queue service endpoint, including properties for Storage\n * Analytics and CORS (Cross-Origin Resource Sharing) rules\n * @param properties The StorageService properties.\n * @param options The options parameters.\n */\n setProperties(\n properties: QueueServiceProperties,\n options?: ServiceSetPropertiesOptionalParams,\n ): Promise<ServiceSetPropertiesResponse> {\n return this.client.sendOperationRequest(\n { properties, options },\n setPropertiesOperationSpec,\n );\n }\n\n /**\n * gets the properties of a storage account's Queue service, including properties for Storage Analytics\n * and CORS (Cross-Origin Resource Sharing) rules.\n * @param options The options parameters.\n */\n getProperties(\n options?: ServiceGetPropertiesOptionalParams,\n ): Promise<ServiceGetPropertiesResponse> {\n return this.client.sendOperationRequest(\n { options },\n getPropertiesOperationSpec,\n );\n }\n\n /**\n * Retrieves statistics related to replication for the Queue service. It is only available on the\n * secondary location endpoint when read-access geo-redundant replication is enabled for the storage\n * account.\n * @param options The options parameters.\n */\n getStatistics(\n options?: ServiceGetStatisticsOptionalParams,\n ): Promise<ServiceGetStatisticsResponse> {\n return this.client.sendOperationRequest(\n { options },\n getStatisticsOperationSpec,\n );\n }\n\n /**\n * Retrieves a user delegation key for the Queue service. This is only a valid operation when using\n * bearer token authentication.\n * @param keyInfo Key information\n * @param options The options parameters.\n */\n getUserDelegationKey(\n keyInfo: KeyInfo,\n options?: ServiceGetUserDelegationKeyOptionalParams,\n ): Promise<ServiceGetUserDelegationKeyResponse> {\n return this.client.sendOperationRequest(\n { keyInfo, options },\n getUserDelegationKeyOperationSpec,\n );\n }\n\n /**\n * The List Queues Segment operation returns a list of the queues under the specified account\n * @param options The options parameters.\n */\n listQueuesSegment(\n options?: ServiceListQueuesSegmentOptionalParams,\n ): Promise<ServiceListQueuesSegmentResponse> {\n return this.client.sendOperationRequest(\n { options },\n listQueuesSegmentOperationSpec,\n );\n }\n}\n// Operation Specifications\nconst xmlSerializer = coreClient.createSerializer(Mappers, /* isXml */ true);\n\nconst setPropertiesOperationSpec: coreClient.OperationSpec = {\n path: \"/\",\n httpMethod: \"PUT\",\n responses: {\n 202: {\n headersMapper: Mappers.ServiceSetPropertiesHeaders,\n },\n default: {\n bodyMapper: Mappers.StorageError,\n headersMapper: Mappers.ServiceSetPropertiesExceptionHeaders,\n },\n },\n requestBody: Parameters.properties,\n queryParameters: [\n Parameters.restype,\n Parameters.comp,\n Parameters.timeoutInSeconds,\n ],\n urlParameters: [Parameters.url],\n headerParameters: [\n Parameters.contentType,\n Parameters.accept,\n Parameters.version,\n Parameters.requestId,\n ],\n isXML: true,\n contentType: \"application/xml; charset=utf-8\",\n mediaType: \"xml\",\n serializer: xmlSerializer,\n};\nconst getPropertiesOperationSpec: coreClient.OperationSpec = {\n path: \"/\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.QueueServiceProperties,\n headersMapper: Mappers.ServiceGetPropertiesHeaders,\n },\n default: {\n bodyMapper: Mappers.StorageError,\n headersMapper: Mappers.ServiceGetPropertiesExceptionHeaders,\n },\n },\n queryParameters: [\n Parameters.restype,\n Parameters.comp,\n Parameters.timeoutInSeconds,\n ],\n urlParameters: [Parameters.url],\n headerParameters: [\n Parameters.version,\n Parameters.requestId,\n Parameters.accept1,\n ],\n isXML: true,\n serializer: xmlSerializer,\n};\nconst getStatisticsOperationSpec: coreClient.OperationSpec = {\n path: \"/\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.QueueServiceStatistics,\n headersMapper: Mappers.ServiceGetStatisticsHeaders,\n },\n default: {\n bodyMapper: Mappers.StorageError,\n headersMapper: Mappers.ServiceGetStatisticsExceptionHeaders,\n },\n },\n queryParameters: [\n Parameters.restype,\n Parameters.timeoutInSeconds,\n Parameters.comp1,\n ],\n urlParameters: [Parameters.url],\n headerParameters: [\n Parameters.version,\n Parameters.requestId,\n Parameters.accept1,\n ],\n isXML: true,\n serializer: xmlSerializer,\n};\nconst getUserDelegationKeyOperationSpec: coreClient.OperationSpec = {\n path: \"/\",\n httpMethod: \"POST\",\n responses: {\n 200: {\n bodyMapper: Mappers.UserDelegationKey,\n headersMapper: Mappers.ServiceGetUserDelegationKeyHeaders,\n },\n default: {\n bodyMapper: Mappers.StorageError,\n headersMapper: Mappers.ServiceGetUserDelegationKeyExceptionHeaders,\n },\n },\n requestBody: Parameters.keyInfo,\n queryParameters: [\n Parameters.restype,\n Parameters.timeoutInSeconds,\n Parameters.comp2,\n ],\n urlParameters: [Parameters.url],\n headerParameters: [\n Parameters.contentType,\n Parameters.accept,\n Parameters.version,\n Parameters.requestId,\n ],\n isXML: true,\n contentType: \"application/xml; charset=utf-8\",\n mediaType: \"xml\",\n serializer: xmlSerializer,\n};\nconst listQueuesSegmentOperationSpec: coreClient.OperationSpec = {\n path: \"/\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.ListQueuesSegmentResponse,\n headersMapper: Mappers.ServiceListQueuesSegmentHeaders,\n },\n default: {\n bodyMapper: Mappers.StorageError,\n headersMapper: Mappers.ServiceListQueuesSegmentExceptionHeaders,\n },\n },\n queryParameters: [\n Parameters.timeoutInSeconds,\n Parameters.comp3,\n Parameters.prefix,\n Parameters.marker,\n Parameters.maxPageSize,\n Parameters.include,\n ],\n urlParameters: [Parameters.url],\n headerParameters: [\n Parameters.version,\n Parameters.requestId,\n Parameters.accept1,\n ],\n isXML: true,\n serializer: xmlSerializer,\n};\n"]}
@@ -1 +1 @@
1
- {"version":3,"file":"messageId.js","sourceRoot":"","sources":["../../../../../src/generated/src/operationsInterfaces/messageId.ts"],"names":[],"mappings":";AAAA;;;;;;GAMG","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport {\n MessageIdUpdateOptionalParams,\n MessageIdUpdateResponse,\n MessageIdDeleteOptionalParams,\n MessageIdDeleteResponse\n} from \"../models/index.js\";\n\n/** Interface representing a MessageId. */\nexport interface MessageId {\n /**\n * The Update operation was introduced with version 2011-08-18 of the Queue service API. The Update\n * Message operation updates the visibility timeout of a message. You can also use this operation to\n * update the contents of a message. A message must be in a format that can be included in an XML\n * request with UTF-8 encoding, and the encoded message can be up to 64KB in size.\n * @param popReceipt Required. Specifies the valid pop receipt value returned from an earlier call to\n * the Get Messages or Update Message operation.\n * @param visibilityTimeout Optional. Specifies the new visibility timeout value, in seconds, relative\n * to server time. The default value is 30 seconds. A specified value must be larger than or equal to 1\n * second, and cannot be larger than 7 days, or larger than 2 hours on REST protocol versions prior to\n * version 2011-08-18. The visibility timeout of a message can be set to a value later than the expiry\n * time.\n * @param options The options parameters.\n */\n update(\n popReceipt: string,\n visibilityTimeout: number,\n options?: MessageIdUpdateOptionalParams\n ): Promise<MessageIdUpdateResponse>;\n /**\n * The Delete operation deletes the specified message.\n * @param popReceipt Required. Specifies the valid pop receipt value returned from an earlier call to\n * the Get Messages or Update Message operation.\n * @param options The options parameters.\n */\n delete(\n popReceipt: string,\n options?: MessageIdDeleteOptionalParams\n ): Promise<MessageIdDeleteResponse>;\n}\n"]}
1
+ {"version":3,"file":"messageId.js","sourceRoot":"","sources":["../../../../../src/generated/src/operationsInterfaces/messageId.ts"],"names":[],"mappings":";AAAA;;;;;;GAMG","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport {\n MessageIdUpdateOptionalParams,\n MessageIdUpdateResponse,\n MessageIdDeleteOptionalParams,\n MessageIdDeleteResponse,\n} from \"../models/index.js\";\n\n/** Interface representing a MessageId. */\nexport interface MessageId {\n /**\n * The Update operation was introduced with version 2011-08-18 of the Queue service API. The Update\n * Message operation updates the visibility timeout of a message. You can also use this operation to\n * update the contents of a message. A message must be in a format that can be included in an XML\n * request with UTF-8 encoding, and the encoded message can be up to 64KB in size.\n * @param popReceipt Required. Specifies the valid pop receipt value returned from an earlier call to\n * the Get Messages or Update Message operation.\n * @param visibilityTimeout Optional. Specifies the new visibility timeout value, in seconds, relative\n * to server time. The default value is 30 seconds. A specified value must be larger than or equal to 1\n * second, and cannot be larger than 7 days, or larger than 2 hours on REST protocol versions prior to\n * version 2011-08-18. The visibility timeout of a message can be set to a value later than the expiry\n * time.\n * @param options The options parameters.\n */\n update(\n popReceipt: string,\n visibilityTimeout: number,\n options?: MessageIdUpdateOptionalParams,\n ): Promise<MessageIdUpdateResponse>;\n /**\n * The Delete operation deletes the specified message.\n * @param popReceipt Required. Specifies the valid pop receipt value returned from an earlier call to\n * the Get Messages or Update Message operation.\n * @param options The options parameters.\n */\n delete(\n popReceipt: string,\n options?: MessageIdDeleteOptionalParams,\n ): Promise<MessageIdDeleteResponse>;\n}\n"]}
@@ -1 +1 @@
1
- {"version":3,"file":"messages.js","sourceRoot":"","sources":["../../../../../src/generated/src/operationsInterfaces/messages.ts"],"names":[],"mappings":";AAAA;;;;;;GAMG","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport {\n MessagesDequeueOptionalParams,\n MessagesDequeueResponse,\n MessagesClearOptionalParams,\n MessagesClearResponse,\n QueueMessage,\n MessagesEnqueueOptionalParams,\n MessagesEnqueueResponse,\n MessagesPeekOptionalParams,\n MessagesPeekResponse\n} from \"../models/index.js\";\n\n/** Interface representing a Messages. */\nexport interface Messages {\n /**\n * The Dequeue operation retrieves one or more messages from the front of the queue.\n * @param options The options parameters.\n */\n dequeue(\n options?: MessagesDequeueOptionalParams\n ): Promise<MessagesDequeueResponse>;\n /**\n * The Clear operation deletes all messages from the specified queue.\n * @param options The options parameters.\n */\n clear(options?: MessagesClearOptionalParams): Promise<MessagesClearResponse>;\n /**\n * The Enqueue operation adds a new message to the back of the message queue. A visibility timeout can\n * also be specified to make the message invisible until the visibility timeout expires. A message must\n * be in a format that can be included in an XML request with UTF-8 encoding. The encoded message can\n * be up to 64 KB in size for versions 2011-08-18 and newer, or 8 KB in size for previous versions.\n * @param queueMessage A Message object which can be stored in a Queue\n * @param options The options parameters.\n */\n enqueue(\n queueMessage: QueueMessage,\n options?: MessagesEnqueueOptionalParams\n ): Promise<MessagesEnqueueResponse>;\n /**\n * The Peek operation retrieves one or more messages from the front of the queue, but does not alter\n * the visibility of the message.\n * @param options The options parameters.\n */\n peek(options?: MessagesPeekOptionalParams): Promise<MessagesPeekResponse>;\n}\n"]}
1
+ {"version":3,"file":"messages.js","sourceRoot":"","sources":["../../../../../src/generated/src/operationsInterfaces/messages.ts"],"names":[],"mappings":";AAAA;;;;;;GAMG","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport {\n MessagesDequeueOptionalParams,\n MessagesDequeueResponse,\n MessagesClearOptionalParams,\n MessagesClearResponse,\n QueueMessage,\n MessagesEnqueueOptionalParams,\n MessagesEnqueueResponse,\n MessagesPeekOptionalParams,\n MessagesPeekResponse,\n} from \"../models/index.js\";\n\n/** Interface representing a Messages. */\nexport interface Messages {\n /**\n * The Dequeue operation retrieves one or more messages from the front of the queue.\n * @param options The options parameters.\n */\n dequeue(\n options?: MessagesDequeueOptionalParams,\n ): Promise<MessagesDequeueResponse>;\n /**\n * The Clear operation deletes all messages from the specified queue.\n * @param options The options parameters.\n */\n clear(options?: MessagesClearOptionalParams): Promise<MessagesClearResponse>;\n /**\n * The Enqueue operation adds a new message to the back of the message queue. A visibility timeout can\n * also be specified to make the message invisible until the visibility timeout expires. A message must\n * be in a format that can be included in an XML request with UTF-8 encoding. The encoded message can\n * be up to 64 KB in size for versions 2011-08-18 and newer, or 8 KB in size for previous versions.\n * @param queueMessage A Message object which can be stored in a Queue\n * @param options The options parameters.\n */\n enqueue(\n queueMessage: QueueMessage,\n options?: MessagesEnqueueOptionalParams,\n ): Promise<MessagesEnqueueResponse>;\n /**\n * The Peek operation retrieves one or more messages from the front of the queue, but does not alter\n * the visibility of the message.\n * @param options The options parameters.\n */\n peek(options?: MessagesPeekOptionalParams): Promise<MessagesPeekResponse>;\n}\n"]}
@@ -1 +1 @@
1
- {"version":3,"file":"queue.js","sourceRoot":"","sources":["../../../../../src/generated/src/operationsInterfaces/queue.ts"],"names":[],"mappings":";AAAA;;;;;;GAMG","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport {\n QueueCreateOptionalParams,\n QueueCreateResponse,\n QueueDeleteOptionalParams,\n QueueDeleteResponse,\n QueueGetPropertiesOptionalParams,\n QueueGetPropertiesResponse,\n QueueSetMetadataOptionalParams,\n QueueSetMetadataResponse,\n QueueGetAccessPolicyOptionalParams,\n QueueGetAccessPolicyResponse,\n QueueSetAccessPolicyOptionalParams,\n QueueSetAccessPolicyResponse\n} from \"../models/index.js\";\n\n/** Interface representing a Queue. */\nexport interface Queue {\n /**\n * creates a new queue under the given account.\n * @param options The options parameters.\n */\n create(options?: QueueCreateOptionalParams): Promise<QueueCreateResponse>;\n /**\n * operation permanently deletes the specified queue\n * @param options The options parameters.\n */\n delete(options?: QueueDeleteOptionalParams): Promise<QueueDeleteResponse>;\n /**\n * Retrieves user-defined metadata and queue properties on the specified queue. Metadata is associated\n * with the queue as name-values pairs.\n * @param options The options parameters.\n */\n getProperties(\n options?: QueueGetPropertiesOptionalParams\n ): Promise<QueueGetPropertiesResponse>;\n /**\n * sets user-defined metadata on the specified queue. Metadata is associated with the queue as\n * name-value pairs.\n * @param options The options parameters.\n */\n setMetadata(\n options?: QueueSetMetadataOptionalParams\n ): Promise<QueueSetMetadataResponse>;\n /**\n * returns details about any stored access policies specified on the queue that may be used with Shared\n * Access Signatures.\n * @param options The options parameters.\n */\n getAccessPolicy(\n options?: QueueGetAccessPolicyOptionalParams\n ): Promise<QueueGetAccessPolicyResponse>;\n /**\n * sets stored access policies for the queue that may be used with Shared Access Signatures\n * @param options The options parameters.\n */\n setAccessPolicy(\n options?: QueueSetAccessPolicyOptionalParams\n ): Promise<QueueSetAccessPolicyResponse>;\n}\n"]}
1
+ {"version":3,"file":"queue.js","sourceRoot":"","sources":["../../../../../src/generated/src/operationsInterfaces/queue.ts"],"names":[],"mappings":";AAAA;;;;;;GAMG","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport {\n QueueCreateOptionalParams,\n QueueCreateResponse,\n QueueDeleteOptionalParams,\n QueueDeleteResponse,\n QueueGetPropertiesOptionalParams,\n QueueGetPropertiesResponse,\n QueueSetMetadataOptionalParams,\n QueueSetMetadataResponse,\n QueueGetAccessPolicyOptionalParams,\n QueueGetAccessPolicyResponse,\n QueueSetAccessPolicyOptionalParams,\n QueueSetAccessPolicyResponse,\n} from \"../models/index.js\";\n\n/** Interface representing a Queue. */\nexport interface Queue {\n /**\n * creates a new queue under the given account.\n * @param options The options parameters.\n */\n create(options?: QueueCreateOptionalParams): Promise<QueueCreateResponse>;\n /**\n * operation permanently deletes the specified queue\n * @param options The options parameters.\n */\n delete(options?: QueueDeleteOptionalParams): Promise<QueueDeleteResponse>;\n /**\n * Retrieves user-defined metadata and queue properties on the specified queue. Metadata is associated\n * with the queue as name-values pairs.\n * @param options The options parameters.\n */\n getProperties(\n options?: QueueGetPropertiesOptionalParams,\n ): Promise<QueueGetPropertiesResponse>;\n /**\n * sets user-defined metadata on the specified queue. Metadata is associated with the queue as\n * name-value pairs.\n * @param options The options parameters.\n */\n setMetadata(\n options?: QueueSetMetadataOptionalParams,\n ): Promise<QueueSetMetadataResponse>;\n /**\n * returns details about any stored access policies specified on the queue that may be used with Shared\n * Access Signatures.\n * @param options The options parameters.\n */\n getAccessPolicy(\n options?: QueueGetAccessPolicyOptionalParams,\n ): Promise<QueueGetAccessPolicyResponse>;\n /**\n * sets stored access policies for the queue that may be used with Shared Access Signatures\n * @param options The options parameters.\n */\n setAccessPolicy(\n options?: QueueSetAccessPolicyOptionalParams,\n ): Promise<QueueSetAccessPolicyResponse>;\n}\n"]}
@@ -1,4 +1,4 @@
1
- import { QueueServiceProperties, ServiceSetPropertiesOptionalParams, ServiceSetPropertiesResponse, ServiceGetPropertiesOptionalParams, ServiceGetPropertiesResponse, ServiceGetStatisticsOptionalParams, ServiceGetStatisticsResponse, ServiceListQueuesSegmentOptionalParams, ServiceListQueuesSegmentResponse } from "../models/index.js";
1
+ import { QueueServiceProperties, ServiceSetPropertiesOptionalParams, ServiceSetPropertiesResponse, ServiceGetPropertiesOptionalParams, ServiceGetPropertiesResponse, ServiceGetStatisticsOptionalParams, ServiceGetStatisticsResponse, KeyInfo, ServiceGetUserDelegationKeyOptionalParams, ServiceGetUserDelegationKeyResponse, ServiceListQueuesSegmentOptionalParams, ServiceListQueuesSegmentResponse } from "../models/index.js";
2
2
  /** Interface representing a Service. */
3
3
  export interface Service {
4
4
  /**
@@ -21,6 +21,13 @@ export interface Service {
21
21
  * @param options The options parameters.
22
22
  */
23
23
  getStatistics(options?: ServiceGetStatisticsOptionalParams): Promise<ServiceGetStatisticsResponse>;
24
+ /**
25
+ * Retrieves a user delegation key for the Queue service. This is only a valid operation when using
26
+ * bearer token authentication.
27
+ * @param keyInfo Key information
28
+ * @param options The options parameters.
29
+ */
30
+ getUserDelegationKey(keyInfo: KeyInfo, options?: ServiceGetUserDelegationKeyOptionalParams): Promise<ServiceGetUserDelegationKeyResponse>;
24
31
  /**
25
32
  * The List Queues Segment operation returns a list of the queues under the specified account
26
33
  * @param options The options parameters.
@@ -1 +1 @@
1
- {"version":3,"file":"service.d.ts","sourceRoot":"","sources":["../../../../../src/generated/src/operationsInterfaces/service.ts"],"names":[],"mappings":"AAQA,OAAO,EACL,sBAAsB,EACtB,kCAAkC,EAClC,4BAA4B,EAC5B,kCAAkC,EAClC,4BAA4B,EAC5B,kCAAkC,EAClC,4BAA4B,EAC5B,sCAAsC,EACtC,gCAAgC,EACjC,MAAM,oBAAoB,CAAC;AAE5B,wCAAwC;AACxC,MAAM,WAAW,OAAO;IACtB;;;;;OAKG;IACH,aAAa,CACX,UAAU,EAAE,sBAAsB,EAClC,OAAO,CAAC,EAAE,kCAAkC,GAC3C,OAAO,CAAC,4BAA4B,CAAC,CAAC;IACzC;;;;OAIG;IACH,aAAa,CACX,OAAO,CAAC,EAAE,kCAAkC,GAC3C,OAAO,CAAC,4BAA4B,CAAC,CAAC;IACzC;;;;;OAKG;IACH,aAAa,CACX,OAAO,CAAC,EAAE,kCAAkC,GAC3C,OAAO,CAAC,4BAA4B,CAAC,CAAC;IACzC;;;OAGG;IACH,iBAAiB,CACf,OAAO,CAAC,EAAE,sCAAsC,GAC/C,OAAO,CAAC,gCAAgC,CAAC,CAAC;CAC9C"}
1
+ {"version":3,"file":"service.d.ts","sourceRoot":"","sources":["../../../../../src/generated/src/operationsInterfaces/service.ts"],"names":[],"mappings":"AAQA,OAAO,EACL,sBAAsB,EACtB,kCAAkC,EAClC,4BAA4B,EAC5B,kCAAkC,EAClC,4BAA4B,EAC5B,kCAAkC,EAClC,4BAA4B,EAC5B,OAAO,EACP,yCAAyC,EACzC,mCAAmC,EACnC,sCAAsC,EACtC,gCAAgC,EACjC,MAAM,oBAAoB,CAAC;AAE5B,wCAAwC;AACxC,MAAM,WAAW,OAAO;IACtB;;;;;OAKG;IACH,aAAa,CACX,UAAU,EAAE,sBAAsB,EAClC,OAAO,CAAC,EAAE,kCAAkC,GAC3C,OAAO,CAAC,4BAA4B,CAAC,CAAC;IACzC;;;;OAIG;IACH,aAAa,CACX,OAAO,CAAC,EAAE,kCAAkC,GAC3C,OAAO,CAAC,4BAA4B,CAAC,CAAC;IACzC;;;;;OAKG;IACH,aAAa,CACX,OAAO,CAAC,EAAE,kCAAkC,GAC3C,OAAO,CAAC,4BAA4B,CAAC,CAAC;IACzC;;;;;OAKG;IACH,oBAAoB,CAClB,OAAO,EAAE,OAAO,EAChB,OAAO,CAAC,EAAE,yCAAyC,GAClD,OAAO,CAAC,mCAAmC,CAAC,CAAC;IAChD;;;OAGG;IACH,iBAAiB,CACf,OAAO,CAAC,EAAE,sCAAsC,GAC/C,OAAO,CAAC,gCAAgC,CAAC,CAAC;CAC9C"}
@@ -1 +1 @@
1
- {"version":3,"file":"service.js","sourceRoot":"","sources":["../../../../../src/generated/src/operationsInterfaces/service.ts"],"names":[],"mappings":";AAAA;;;;;;GAMG","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport {\n QueueServiceProperties,\n ServiceSetPropertiesOptionalParams,\n ServiceSetPropertiesResponse,\n ServiceGetPropertiesOptionalParams,\n ServiceGetPropertiesResponse,\n ServiceGetStatisticsOptionalParams,\n ServiceGetStatisticsResponse,\n ServiceListQueuesSegmentOptionalParams,\n ServiceListQueuesSegmentResponse\n} from \"../models/index.js\";\n\n/** Interface representing a Service. */\nexport interface Service {\n /**\n * Sets properties for a storage account's Queue service endpoint, including properties for Storage\n * Analytics and CORS (Cross-Origin Resource Sharing) rules\n * @param properties The StorageService properties.\n * @param options The options parameters.\n */\n setProperties(\n properties: QueueServiceProperties,\n options?: ServiceSetPropertiesOptionalParams\n ): Promise<ServiceSetPropertiesResponse>;\n /**\n * gets the properties of a storage account's Queue service, including properties for Storage Analytics\n * and CORS (Cross-Origin Resource Sharing) rules.\n * @param options The options parameters.\n */\n getProperties(\n options?: ServiceGetPropertiesOptionalParams\n ): Promise<ServiceGetPropertiesResponse>;\n /**\n * Retrieves statistics related to replication for the Queue service. It is only available on the\n * secondary location endpoint when read-access geo-redundant replication is enabled for the storage\n * account.\n * @param options The options parameters.\n */\n getStatistics(\n options?: ServiceGetStatisticsOptionalParams\n ): Promise<ServiceGetStatisticsResponse>;\n /**\n * The List Queues Segment operation returns a list of the queues under the specified account\n * @param options The options parameters.\n */\n listQueuesSegment(\n options?: ServiceListQueuesSegmentOptionalParams\n ): Promise<ServiceListQueuesSegmentResponse>;\n}\n"]}
1
+ {"version":3,"file":"service.js","sourceRoot":"","sources":["../../../../../src/generated/src/operationsInterfaces/service.ts"],"names":[],"mappings":";AAAA;;;;;;GAMG","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport {\n QueueServiceProperties,\n ServiceSetPropertiesOptionalParams,\n ServiceSetPropertiesResponse,\n ServiceGetPropertiesOptionalParams,\n ServiceGetPropertiesResponse,\n ServiceGetStatisticsOptionalParams,\n ServiceGetStatisticsResponse,\n KeyInfo,\n ServiceGetUserDelegationKeyOptionalParams,\n ServiceGetUserDelegationKeyResponse,\n ServiceListQueuesSegmentOptionalParams,\n ServiceListQueuesSegmentResponse,\n} from \"../models/index.js\";\n\n/** Interface representing a Service. */\nexport interface Service {\n /**\n * Sets properties for a storage account's Queue service endpoint, including properties for Storage\n * Analytics and CORS (Cross-Origin Resource Sharing) rules\n * @param properties The StorageService properties.\n * @param options The options parameters.\n */\n setProperties(\n properties: QueueServiceProperties,\n options?: ServiceSetPropertiesOptionalParams,\n ): Promise<ServiceSetPropertiesResponse>;\n /**\n * gets the properties of a storage account's Queue service, including properties for Storage Analytics\n * and CORS (Cross-Origin Resource Sharing) rules.\n * @param options The options parameters.\n */\n getProperties(\n options?: ServiceGetPropertiesOptionalParams,\n ): Promise<ServiceGetPropertiesResponse>;\n /**\n * Retrieves statistics related to replication for the Queue service. It is only available on the\n * secondary location endpoint when read-access geo-redundant replication is enabled for the storage\n * account.\n * @param options The options parameters.\n */\n getStatistics(\n options?: ServiceGetStatisticsOptionalParams,\n ): Promise<ServiceGetStatisticsResponse>;\n /**\n * Retrieves a user delegation key for the Queue service. This is only a valid operation when using\n * bearer token authentication.\n * @param keyInfo Key information\n * @param options The options parameters.\n */\n getUserDelegationKey(\n keyInfo: KeyInfo,\n options?: ServiceGetUserDelegationKeyOptionalParams,\n ): Promise<ServiceGetUserDelegationKeyResponse>;\n /**\n * The List Queues Segment operation returns a list of the queues under the specified account\n * @param options The options parameters.\n */\n listQueuesSegment(\n options?: ServiceListQueuesSegmentOptionalParams,\n ): Promise<ServiceListQueuesSegmentResponse>;\n}\n"]}
@@ -1 +1 @@
1
- {"version":3,"file":"storageClient.d.ts","sourceRoot":"","sources":["../../../../src/generated/src/storageClient.ts"],"names":[],"mappings":"AAQA,OAAO,KAAK,cAAc,MAAM,yBAAyB,CAAC;AAO1D,OAAO,EAAE,OAAO,EAAE,KAAK,EAAE,QAAQ,EAAE,SAAS,EAAE,MAAM,iCAAiC,CAAC;AACtF,OAAO,EAAE,2BAA2B,EAAE,MAAM,mBAAmB,CAAC;AAEhE,qBAAa,aAAc,SAAQ,cAAc,CAAC,qBAAqB;IACrE,GAAG,EAAE,MAAM,CAAC;IACZ,OAAO,EAAE,MAAM,CAAC;IAEhB;;;;;OAKG;gBACS,GAAG,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,2BAA2B;IAuC9D,OAAO,EAAE,OAAO,CAAC;IACjB,KAAK,EAAE,KAAK,CAAC;IACb,QAAQ,EAAE,QAAQ,CAAC;IACnB,SAAS,EAAE,SAAS,CAAC;CACtB"}
1
+ {"version":3,"file":"storageClient.d.ts","sourceRoot":"","sources":["../../../../src/generated/src/storageClient.ts"],"names":[],"mappings":"AAQA,OAAO,KAAK,cAAc,MAAM,yBAAyB,CAAC;AAO1D,OAAO,EACL,OAAO,EACP,KAAK,EACL,QAAQ,EACR,SAAS,EACV,MAAM,iCAAiC,CAAC;AACzC,OAAO,EAAE,2BAA2B,EAAE,MAAM,mBAAmB,CAAC;AAEhE,qBAAa,aAAc,SAAQ,cAAc,CAAC,qBAAqB;IACrE,GAAG,EAAE,MAAM,CAAC;IACZ,OAAO,EAAE,MAAM,CAAC;IAEhB;;;;;OAKG;gBACS,GAAG,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,2BAA2B;IAuC9D,OAAO,EAAE,OAAO,CAAC;IACjB,KAAK,EAAE,KAAK,CAAC;IACb,QAAQ,EAAE,QAAQ,CAAC;IACnB,SAAS,EAAE,SAAS,CAAC;CACtB"}
@@ -29,9 +29,9 @@ class StorageClient extends coreHttpCompat.ExtendedServiceClient {
29
29
  options = {};
30
30
  }
31
31
  const defaults = {
32
- requestContentType: "application/json; charset=utf-8"
32
+ requestContentType: "application/json; charset=utf-8",
33
33
  };
34
- const packageDetails = `azsdk-js-azure-storage-queue/12.28.1`;
34
+ const packageDetails = `azsdk-js-azure-storage-queue/12.29.0-beta.1`;
35
35
  const userAgentPrefix = options.userAgentOptions && options.userAgentOptions.userAgentPrefix
36
36
  ? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}`
37
37
  : `${packageDetails}`;
@@ -39,15 +39,15 @@ class StorageClient extends coreHttpCompat.ExtendedServiceClient {
39
39
  ...defaults,
40
40
  ...options,
41
41
  userAgentOptions: {
42
- userAgentPrefix
42
+ userAgentPrefix,
43
43
  },
44
- endpoint: options.endpoint ?? options.baseUri ?? "{url}"
44
+ endpoint: options.endpoint ?? options.baseUri ?? "{url}",
45
45
  };
46
46
  super(optionsWithDefaults);
47
47
  // Parameter assignments
48
48
  this.url = url;
49
49
  // Assigning values to Constant parameters
50
- this.version = options.version || "2025-11-05";
50
+ this.version = options.version || "2026-02-06";
51
51
  this.service = new index_js_1.ServiceImpl(this);
52
52
  this.queue = new index_js_1.QueueImpl(this);
53
53
  this.messages = new index_js_1.MessagesImpl(this);
@@ -1 +1 @@
1
- {"version":3,"file":"storageClient.js","sourceRoot":"","sources":["../../../../src/generated/src/storageClient.ts"],"names":[],"mappings":";AAAA;;;;;;GAMG;;;;AAEH,gFAA0D;AAC1D,oDAK+B;AAI/B,MAAa,aAAc,SAAQ,cAAc,CAAC,qBAAqB;IACrE,GAAG,CAAS;IACZ,OAAO,CAAS;IAEhB;;;;;OAKG;IACH,YAAY,GAAW,EAAE,OAAqC;QAC5D,IAAI,GAAG,KAAK,SAAS,EAAE,CAAC;YACtB,MAAM,IAAI,KAAK,CAAC,sBAAsB,CAAC,CAAC;QAC1C,CAAC;QAED,0CAA0C;QAC1C,IAAI,CAAC,OAAO,EAAE,CAAC;YACb,OAAO,GAAG,EAAE,CAAC;QACf,CAAC;QACD,MAAM,QAAQ,GAAgC;YAC5C,kBAAkB,EAAE,iCAAiC;SACtD,CAAC;QAEF,MAAM,cAAc,GAAG,sCAAsC,CAAC;QAC9D,MAAM,eAAe,GACnB,OAAO,CAAC,gBAAgB,IAAI,OAAO,CAAC,gBAAgB,CAAC,eAAe;YAClE,CAAC,CAAC,GAAG,OAAO,CAAC,gBAAgB,CAAC,eAAe,IAAI,cAAc,EAAE;YACjE,CAAC,CAAC,GAAG,cAAc,EAAE,CAAC;QAE1B,MAAM,mBAAmB,GAAG;YAC1B,GAAG,QAAQ;YACX,GAAG,OAAO;YACV,gBAAgB,EAAE;gBAChB,eAAe;aAChB;YACD,QAAQ,EAAE,OAAO,CAAC,QAAQ,IAAI,OAAO,CAAC,OAAO,IAAI,OAAO;SACzD,CAAC;QACF,KAAK,CAAC,mBAAmB,CAAC,CAAC;QAC3B,wBAAwB;QACxB,IAAI,CAAC,GAAG,GAAG,GAAG,CAAC;QAEf,0CAA0C;QAC1C,IAAI,CAAC,OAAO,GAAG,OAAO,CAAC,OAAO,IAAI,YAAY,CAAC;QAC/C,IAAI,CAAC,OAAO,GAAG,IAAI,sBAAW,CAAC,IAAI,CAAC,CAAC;QACrC,IAAI,CAAC,KAAK,GAAG,IAAI,oBAAS,CAAC,IAAI,CAAC,CAAC;QACjC,IAAI,CAAC,QAAQ,GAAG,IAAI,uBAAY,CAAC,IAAI,CAAC,CAAC;QACvC,IAAI,CAAC,SAAS,GAAG,IAAI,wBAAa,CAAC,IAAI,CAAC,CAAC;IAC3C,CAAC;IAED,OAAO,CAAU;IACjB,KAAK,CAAQ;IACb,QAAQ,CAAW;IACnB,SAAS,CAAY;CACtB;AArDD,sCAqDC","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 coreHttpCompat from \"@azure/core-http-compat\";\nimport {\n ServiceImpl,\n QueueImpl,\n MessagesImpl,\n MessageIdImpl\n} from \"./operations/index.js\";\nimport { Service, Queue, Messages, MessageId } from \"./operationsInterfaces/index.js\";\nimport { StorageClientOptionalParams } from \"./models/index.js\";\n\nexport class StorageClient extends coreHttpCompat.ExtendedServiceClient {\n url: string;\n version: string;\n\n /**\n * Initializes a new instance of the StorageClient class.\n * @param url The URL of the service account, queue or message that is the target of the desired\n * operation.\n * @param options The parameter options\n */\n constructor(url: string, options?: StorageClientOptionalParams) {\n if (url === undefined) {\n throw new Error(\"'url' cannot be null\");\n }\n\n // Initializing default values for options\n if (!options) {\n options = {};\n }\n const defaults: StorageClientOptionalParams = {\n requestContentType: \"application/json; charset=utf-8\"\n };\n\n const packageDetails = `azsdk-js-azure-storage-queue/12.28.1`;\n const userAgentPrefix =\n options.userAgentOptions && options.userAgentOptions.userAgentPrefix\n ? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}`\n : `${packageDetails}`;\n\n const optionsWithDefaults = {\n ...defaults,\n ...options,\n userAgentOptions: {\n userAgentPrefix\n },\n endpoint: options.endpoint ?? options.baseUri ?? \"{url}\"\n };\n super(optionsWithDefaults);\n // Parameter assignments\n this.url = url;\n\n // Assigning values to Constant parameters\n this.version = options.version || \"2025-11-05\";\n this.service = new ServiceImpl(this);\n this.queue = new QueueImpl(this);\n this.messages = new MessagesImpl(this);\n this.messageId = new MessageIdImpl(this);\n }\n\n service: Service;\n queue: Queue;\n messages: Messages;\n messageId: MessageId;\n}\n"]}
1
+ {"version":3,"file":"storageClient.js","sourceRoot":"","sources":["../../../../src/generated/src/storageClient.ts"],"names":[],"mappings":";AAAA;;;;;;GAMG;;;;AAEH,gFAA0D;AAC1D,oDAK+B;AAS/B,MAAa,aAAc,SAAQ,cAAc,CAAC,qBAAqB;IACrE,GAAG,CAAS;IACZ,OAAO,CAAS;IAEhB;;;;;OAKG;IACH,YAAY,GAAW,EAAE,OAAqC;QAC5D,IAAI,GAAG,KAAK,SAAS,EAAE,CAAC;YACtB,MAAM,IAAI,KAAK,CAAC,sBAAsB,CAAC,CAAC;QAC1C,CAAC;QAED,0CAA0C;QAC1C,IAAI,CAAC,OAAO,EAAE,CAAC;YACb,OAAO,GAAG,EAAE,CAAC;QACf,CAAC;QACD,MAAM,QAAQ,GAAgC;YAC5C,kBAAkB,EAAE,iCAAiC;SACtD,CAAC;QAEF,MAAM,cAAc,GAAG,6CAA6C,CAAC;QACrE,MAAM,eAAe,GACnB,OAAO,CAAC,gBAAgB,IAAI,OAAO,CAAC,gBAAgB,CAAC,eAAe;YAClE,CAAC,CAAC,GAAG,OAAO,CAAC,gBAAgB,CAAC,eAAe,IAAI,cAAc,EAAE;YACjE,CAAC,CAAC,GAAG,cAAc,EAAE,CAAC;QAE1B,MAAM,mBAAmB,GAAG;YAC1B,GAAG,QAAQ;YACX,GAAG,OAAO;YACV,gBAAgB,EAAE;gBAChB,eAAe;aAChB;YACD,QAAQ,EAAE,OAAO,CAAC,QAAQ,IAAI,OAAO,CAAC,OAAO,IAAI,OAAO;SACzD,CAAC;QACF,KAAK,CAAC,mBAAmB,CAAC,CAAC;QAC3B,wBAAwB;QACxB,IAAI,CAAC,GAAG,GAAG,GAAG,CAAC;QAEf,0CAA0C;QAC1C,IAAI,CAAC,OAAO,GAAG,OAAO,CAAC,OAAO,IAAI,YAAY,CAAC;QAC/C,IAAI,CAAC,OAAO,GAAG,IAAI,sBAAW,CAAC,IAAI,CAAC,CAAC;QACrC,IAAI,CAAC,KAAK,GAAG,IAAI,oBAAS,CAAC,IAAI,CAAC,CAAC;QACjC,IAAI,CAAC,QAAQ,GAAG,IAAI,uBAAY,CAAC,IAAI,CAAC,CAAC;QACvC,IAAI,CAAC,SAAS,GAAG,IAAI,wBAAa,CAAC,IAAI,CAAC,CAAC;IAC3C,CAAC;IAED,OAAO,CAAU;IACjB,KAAK,CAAQ;IACb,QAAQ,CAAW;IACnB,SAAS,CAAY;CACtB;AArDD,sCAqDC","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 coreHttpCompat from \"@azure/core-http-compat\";\nimport {\n ServiceImpl,\n QueueImpl,\n MessagesImpl,\n MessageIdImpl,\n} from \"./operations/index.js\";\nimport {\n Service,\n Queue,\n Messages,\n MessageId,\n} from \"./operationsInterfaces/index.js\";\nimport { StorageClientOptionalParams } from \"./models/index.js\";\n\nexport class StorageClient extends coreHttpCompat.ExtendedServiceClient {\n url: string;\n version: string;\n\n /**\n * Initializes a new instance of the StorageClient class.\n * @param url The URL of the service account, queue or message that is the target of the desired\n * operation.\n * @param options The parameter options\n */\n constructor(url: string, options?: StorageClientOptionalParams) {\n if (url === undefined) {\n throw new Error(\"'url' cannot be null\");\n }\n\n // Initializing default values for options\n if (!options) {\n options = {};\n }\n const defaults: StorageClientOptionalParams = {\n requestContentType: \"application/json; charset=utf-8\",\n };\n\n const packageDetails = `azsdk-js-azure-storage-queue/12.29.0-beta.1`;\n const userAgentPrefix =\n options.userAgentOptions && options.userAgentOptions.userAgentPrefix\n ? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}`\n : `${packageDetails}`;\n\n const optionsWithDefaults = {\n ...defaults,\n ...options,\n userAgentOptions: {\n userAgentPrefix,\n },\n endpoint: options.endpoint ?? options.baseUri ?? \"{url}\",\n };\n super(optionsWithDefaults);\n // Parameter assignments\n this.url = url;\n\n // Assigning values to Constant parameters\n this.version = options.version || \"2026-02-06\";\n this.service = new ServiceImpl(this);\n this.queue = new QueueImpl(this);\n this.messages = new MessagesImpl(this);\n this.messageId = new MessageIdImpl(this);\n }\n\n service: Service;\n queue: Queue;\n messages: Messages;\n messageId: MessageId;\n}\n"]}
@@ -1,6 +1,7 @@
1
1
  import type { WithResponse } from "./utils/utils.common.js";
2
- import type { ListQueuesSegmentResponse, MessageIdDeleteHeaders, MessageIdUpdateHeaders, MessagesClearHeaders, QueueCreateHeaders, QueueDeleteHeaders, QueueGetPropertiesHeaders, QueueServiceProperties, QueueServiceStatistics, QueueSetAccessPolicyHeaders, QueueSetMetadataHeaders, ServiceGetPropertiesHeaders, ServiceGetStatisticsHeaders, ServiceListQueuesSegmentHeaders, ServiceSetPropertiesHeaders } from "./generated/src/index.js";
3
- export { AccessPolicy, CorsRule, DequeuedMessageItem, EnqueuedMessage, GeoReplication, GeoReplicationStatusType, ListQueuesSegmentResponse, Logging, MessagesDequeueHeaders, MessagesEnqueueHeaders, MessageIdDeleteHeaders, MessageIdUpdateHeaders, MessagesClearHeaders, MessagesPeekHeaders, Metrics, PeekedMessageItem, QueueCreateHeaders, QueueDeleteHeaders, QueueGetAccessPolicyHeaders, QueueGetPropertiesHeaders, QueueItem, QueueServiceProperties, QueueServiceStatistics, QueueSetAccessPolicyHeaders, QueueSetMetadataHeaders, RetentionPolicy, ServiceGetPropertiesHeaders, ServiceGetStatisticsHeaders, ServiceListQueuesSegmentHeaders, ServiceSetPropertiesHeaders, SignedIdentifier as SignedIdentifierModel, } from "./generated/src/models/index.js";
2
+ import type { ListQueuesSegmentResponse, MessageIdDeleteHeaders, MessageIdUpdateHeaders, MessagesClearHeaders, QueueCreateHeaders, QueueDeleteHeaders, QueueGetPropertiesHeaders, QueueServiceProperties, QueueServiceStatistics, QueueSetAccessPolicyHeaders, QueueSetMetadataHeaders, ServiceGetPropertiesHeaders, ServiceGetStatisticsHeaders, ServiceGetUserDelegationKeyHeaders, ServiceListQueuesSegmentHeaders, ServiceSetPropertiesHeaders, UserDelegationKey as UserDelegationKeyModel } from "./generated/src/index.js";
3
+ import { UserDelegationKey } from "@azure/storage-common";
4
+ export { AccessPolicy, CorsRule, DequeuedMessageItem, EnqueuedMessage, GeoReplication, GeoReplicationStatusType, ListQueuesSegmentResponse, Logging, MessagesDequeueHeaders, MessagesEnqueueHeaders, MessageIdDeleteHeaders, MessageIdUpdateHeaders, MessagesClearHeaders, MessagesPeekHeaders, Metrics, PeekedMessageItem, QueueCreateHeaders, QueueDeleteHeaders, QueueGetAccessPolicyHeaders, QueueGetPropertiesHeaders, QueueItem, QueueServiceProperties, QueueServiceStatistics, QueueSetAccessPolicyHeaders, QueueSetMetadataHeaders, RetentionPolicy, ServiceGetPropertiesHeaders, ServiceGetStatisticsHeaders, ServiceGetUserDelegationKeyResponse as ServiceGetUserDelegationKeyResponseModel, ServiceGetUserDelegationKeyHeaders, ServiceListQueuesSegmentHeaders, ServiceSetPropertiesHeaders, SignedIdentifier as SignedIdentifierModel, UserDelegationKey as UserDelegationKeyModel, } from "./generated/src/models/index.js";
4
5
  /** Contains response data for the getProperties operation. */
5
6
  export type ServiceGetPropertiesResponse = WithResponse<ServiceGetPropertiesHeaders & QueueServiceProperties, ServiceGetPropertiesHeaders, QueueServiceProperties>;
6
7
  /**
@@ -27,4 +28,8 @@ export type MessagesClearResponse = WithResponse<MessagesClearHeaders, MessagesC
27
28
  export type MessageIdUpdateResponse = WithResponse<MessageIdUpdateHeaders, MessageIdUpdateHeaders>;
28
29
  /** Contains response data for the delete operation. */
29
30
  export type MessageIdDeleteResponse = WithResponse<MessageIdDeleteHeaders, MessageIdDeleteHeaders>;
31
+ /**
32
+ * Contains response data for the {@link getUserDelegationKey} operation.
33
+ */
34
+ export declare type ServiceGetUserDelegationKeyResponse = WithResponse<UserDelegationKey & ServiceGetUserDelegationKeyHeaders, ServiceGetUserDelegationKeyHeaders, UserDelegationKeyModel>;
30
35
  //# sourceMappingURL=generatedModels.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"generatedModels.d.ts","sourceRoot":"","sources":["../../src/generatedModels.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,yBAAyB,CAAC;AAC5D,OAAO,KAAK,EACV,yBAAyB,EACzB,sBAAsB,EACtB,sBAAsB,EACtB,oBAAoB,EACpB,kBAAkB,EAClB,kBAAkB,EAClB,yBAAyB,EACzB,sBAAsB,EACtB,sBAAsB,EACtB,2BAA2B,EAC3B,uBAAuB,EACvB,2BAA2B,EAC3B,2BAA2B,EAC3B,+BAA+B,EAC/B,2BAA2B,EAC5B,MAAM,0BAA0B,CAAC;AAElC,OAAO,EACL,YAAY,EACZ,QAAQ,EACR,mBAAmB,EACnB,eAAe,EACf,cAAc,EACd,wBAAwB,EACxB,yBAAyB,EACzB,OAAO,EACP,sBAAsB,EACtB,sBAAsB,EACtB,sBAAsB,EACtB,sBAAsB,EACtB,oBAAoB,EACpB,mBAAmB,EACnB,OAAO,EACP,iBAAiB,EACjB,kBAAkB,EAClB,kBAAkB,EAClB,2BAA2B,EAC3B,yBAAyB,EACzB,SAAS,EACT,sBAAsB,EACtB,sBAAsB,EACtB,2BAA2B,EAC3B,uBAAuB,EACvB,eAAe,EACf,2BAA2B,EAC3B,2BAA2B,EAC3B,+BAA+B,EAC/B,2BAA2B,EAC3B,gBAAgB,IAAI,qBAAqB,GAC1C,MAAM,iCAAiC,CAAC;AAEzC,8DAA8D;AAC9D,MAAM,MAAM,4BAA4B,GAAG,YAAY,CACrD,2BAA2B,GAAG,sBAAsB,EACpD,2BAA2B,EAC3B,sBAAsB,CACvB,CAAC;AAEF;;GAEG;AACH,MAAM,CAAC,OAAO,MAAM,mBAAmB,GAAG,YAAY,CAAC,kBAAkB,EAAE,kBAAkB,CAAC,CAAC;AAE/F,kEAAkE;AAClE,MAAM,MAAM,gCAAgC,GAAG,YAAY,CACzD,+BAA+B,GAAG,yBAAyB,EAC3D,+BAA+B,EAC/B,yBAAyB,CAC1B,CAAC;AAEF,8DAA8D;AAC9D,MAAM,MAAM,4BAA4B,GAAG,YAAY,CACrD,2BAA2B,EAC3B,2BAA2B,CAC5B,CAAC;AAEF,8DAA8D;AAC9D,MAAM,MAAM,4BAA4B,GAAG,YAAY,CACrD,2BAA2B,GAAG,sBAAsB,EACpD,2BAA2B,EAC3B,sBAAsB,CACvB,CAAC;AAEF,4DAA4D;AAC5D,MAAM,MAAM,wBAAwB,GAAG,YAAY,CACjD,uBAAuB,EACvB,uBAAuB,CACxB,CAAC;AAEF,gEAAgE;AAChE,MAAM,MAAM,4BAA4B,GAAG,YAAY,CACrD,2BAA2B,EAC3B,2BAA2B,CAC5B,CAAC;AAEF,8DAA8D;AAC9D,MAAM,MAAM,0BAA0B,GAAG,YAAY,CACnD,yBAAyB,EACzB,yBAAyB,CAC1B,CAAC;AAEF,uDAAuD;AACvD,MAAM,MAAM,mBAAmB,GAAG,YAAY,CAAC,kBAAkB,EAAE,kBAAkB,CAAC,CAAC;AAEvF,sDAAsD;AACtD,MAAM,MAAM,qBAAqB,GAAG,YAAY,CAAC,oBAAoB,EAAE,oBAAoB,CAAC,CAAC;AAE7F,uDAAuD;AACvD,MAAM,MAAM,uBAAuB,GAAG,YAAY,CAAC,sBAAsB,EAAE,sBAAsB,CAAC,CAAC;AAEnG,uDAAuD;AACvD,MAAM,MAAM,uBAAuB,GAAG,YAAY,CAAC,sBAAsB,EAAE,sBAAsB,CAAC,CAAC"}
1
+ {"version":3,"file":"generatedModels.d.ts","sourceRoot":"","sources":["../../src/generatedModels.ts"],"names":[],"mappings":"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"}
@@ -1 +1 @@
1
- {"version":3,"file":"generatedModels.js","sourceRoot":"","sources":["../../src/generatedModels.ts"],"names":[],"mappings":";AAAA,uCAAuC;AACvC,kCAAkC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport type { WithResponse } from \"./utils/utils.common.js\";\nimport type {\n ListQueuesSegmentResponse,\n MessageIdDeleteHeaders,\n MessageIdUpdateHeaders,\n MessagesClearHeaders,\n QueueCreateHeaders,\n QueueDeleteHeaders,\n QueueGetPropertiesHeaders,\n QueueServiceProperties,\n QueueServiceStatistics,\n QueueSetAccessPolicyHeaders,\n QueueSetMetadataHeaders,\n ServiceGetPropertiesHeaders,\n ServiceGetStatisticsHeaders,\n ServiceListQueuesSegmentHeaders,\n ServiceSetPropertiesHeaders,\n} from \"./generated/src/index.js\";\n\nexport {\n AccessPolicy,\n CorsRule,\n DequeuedMessageItem,\n EnqueuedMessage,\n GeoReplication,\n GeoReplicationStatusType,\n ListQueuesSegmentResponse,\n Logging,\n MessagesDequeueHeaders,\n MessagesEnqueueHeaders,\n MessageIdDeleteHeaders,\n MessageIdUpdateHeaders,\n MessagesClearHeaders,\n MessagesPeekHeaders,\n Metrics,\n PeekedMessageItem,\n QueueCreateHeaders,\n QueueDeleteHeaders,\n QueueGetAccessPolicyHeaders,\n QueueGetPropertiesHeaders,\n QueueItem,\n QueueServiceProperties,\n QueueServiceStatistics,\n QueueSetAccessPolicyHeaders,\n QueueSetMetadataHeaders,\n RetentionPolicy,\n ServiceGetPropertiesHeaders,\n ServiceGetStatisticsHeaders,\n ServiceListQueuesSegmentHeaders,\n ServiceSetPropertiesHeaders,\n SignedIdentifier as SignedIdentifierModel,\n} from \"./generated/src/models/index.js\";\n\n/** Contains response data for the getProperties operation. */\nexport type ServiceGetPropertiesResponse = WithResponse<\n ServiceGetPropertiesHeaders & QueueServiceProperties,\n ServiceGetPropertiesHeaders,\n QueueServiceProperties\n>;\n\n/**\n * Contains response data for the create operation.\n */\nexport declare type QueueCreateResponse = WithResponse<QueueCreateHeaders, QueueCreateHeaders>;\n\n/** Contains response data for the listQueuesSegment operation. */\nexport type ServiceListQueuesSegmentResponse = WithResponse<\n ServiceListQueuesSegmentHeaders & ListQueuesSegmentResponse,\n ServiceListQueuesSegmentHeaders,\n ListQueuesSegmentResponse\n>;\n\n/** Contains response data for the setProperties operation. */\nexport type ServiceSetPropertiesResponse = WithResponse<\n ServiceSetPropertiesHeaders,\n ServiceSetPropertiesHeaders\n>;\n\n/** Contains response data for the getStatistics operation. */\nexport type ServiceGetStatisticsResponse = WithResponse<\n ServiceGetStatisticsHeaders & QueueServiceStatistics,\n ServiceGetStatisticsHeaders,\n QueueServiceStatistics\n>;\n\n/** Contains response data for the setMetadata operation. */\nexport type QueueSetMetadataResponse = WithResponse<\n QueueSetMetadataHeaders,\n QueueSetMetadataHeaders\n>;\n\n/** Contains response data for the setAccessPolicy operation. */\nexport type QueueSetAccessPolicyResponse = WithResponse<\n QueueSetAccessPolicyHeaders,\n QueueSetAccessPolicyHeaders\n>;\n\n/** Contains response data for the getProperties operation. */\nexport type QueueGetPropertiesResponse = WithResponse<\n QueueGetPropertiesHeaders,\n QueueGetPropertiesHeaders\n>;\n\n/** Contains response data for the delete operation. */\nexport type QueueDeleteResponse = WithResponse<QueueDeleteHeaders, QueueDeleteHeaders>;\n\n/** Contains response data for the clear operation. */\nexport type MessagesClearResponse = WithResponse<MessagesClearHeaders, MessagesClearHeaders>;\n\n/** Contains response data for the update operation. */\nexport type MessageIdUpdateResponse = WithResponse<MessageIdUpdateHeaders, MessageIdUpdateHeaders>;\n\n/** Contains response data for the delete operation. */\nexport type MessageIdDeleteResponse = WithResponse<MessageIdDeleteHeaders, MessageIdDeleteHeaders>;\n"]}
1
+ {"version":3,"file":"generatedModels.js","sourceRoot":"","sources":["../../src/generatedModels.ts"],"names":[],"mappings":";AAAA,uCAAuC;AACvC,kCAAkC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport type { WithResponse } from \"./utils/utils.common.js\";\nimport type {\n ListQueuesSegmentResponse,\n MessageIdDeleteHeaders,\n MessageIdUpdateHeaders,\n MessagesClearHeaders,\n QueueCreateHeaders,\n QueueDeleteHeaders,\n QueueGetPropertiesHeaders,\n QueueServiceProperties,\n QueueServiceStatistics,\n QueueSetAccessPolicyHeaders,\n QueueSetMetadataHeaders,\n ServiceGetPropertiesHeaders,\n ServiceGetStatisticsHeaders,\n ServiceGetUserDelegationKeyHeaders,\n ServiceListQueuesSegmentHeaders,\n ServiceSetPropertiesHeaders,\n UserDelegationKey as UserDelegationKeyModel,\n} from \"./generated/src/index.js\";\nimport { UserDelegationKey } from \"@azure/storage-common\";\n\nexport {\n AccessPolicy,\n CorsRule,\n DequeuedMessageItem,\n EnqueuedMessage,\n GeoReplication,\n GeoReplicationStatusType,\n ListQueuesSegmentResponse,\n Logging,\n MessagesDequeueHeaders,\n MessagesEnqueueHeaders,\n MessageIdDeleteHeaders,\n MessageIdUpdateHeaders,\n MessagesClearHeaders,\n MessagesPeekHeaders,\n Metrics,\n PeekedMessageItem,\n QueueCreateHeaders,\n QueueDeleteHeaders,\n QueueGetAccessPolicyHeaders,\n QueueGetPropertiesHeaders,\n QueueItem,\n QueueServiceProperties,\n QueueServiceStatistics,\n QueueSetAccessPolicyHeaders,\n QueueSetMetadataHeaders,\n RetentionPolicy,\n ServiceGetPropertiesHeaders,\n ServiceGetStatisticsHeaders,\n ServiceGetUserDelegationKeyResponse as ServiceGetUserDelegationKeyResponseModel,\n ServiceGetUserDelegationKeyHeaders,\n ServiceListQueuesSegmentHeaders,\n ServiceSetPropertiesHeaders,\n SignedIdentifier as SignedIdentifierModel,\n UserDelegationKey as UserDelegationKeyModel,\n} from \"./generated/src/models/index.js\";\n\n/** Contains response data for the getProperties operation. */\nexport type ServiceGetPropertiesResponse = WithResponse<\n ServiceGetPropertiesHeaders & QueueServiceProperties,\n ServiceGetPropertiesHeaders,\n QueueServiceProperties\n>;\n\n/**\n * Contains response data for the create operation.\n */\nexport declare type QueueCreateResponse = WithResponse<QueueCreateHeaders, QueueCreateHeaders>;\n\n/** Contains response data for the listQueuesSegment operation. */\nexport type ServiceListQueuesSegmentResponse = WithResponse<\n ServiceListQueuesSegmentHeaders & ListQueuesSegmentResponse,\n ServiceListQueuesSegmentHeaders,\n ListQueuesSegmentResponse\n>;\n\n/** Contains response data for the setProperties operation. */\nexport type ServiceSetPropertiesResponse = WithResponse<\n ServiceSetPropertiesHeaders,\n ServiceSetPropertiesHeaders\n>;\n\n/** Contains response data for the getStatistics operation. */\nexport type ServiceGetStatisticsResponse = WithResponse<\n ServiceGetStatisticsHeaders & QueueServiceStatistics,\n ServiceGetStatisticsHeaders,\n QueueServiceStatistics\n>;\n\n/** Contains response data for the setMetadata operation. */\nexport type QueueSetMetadataResponse = WithResponse<\n QueueSetMetadataHeaders,\n QueueSetMetadataHeaders\n>;\n\n/** Contains response data for the setAccessPolicy operation. */\nexport type QueueSetAccessPolicyResponse = WithResponse<\n QueueSetAccessPolicyHeaders,\n QueueSetAccessPolicyHeaders\n>;\n\n/** Contains response data for the getProperties operation. */\nexport type QueueGetPropertiesResponse = WithResponse<\n QueueGetPropertiesHeaders,\n QueueGetPropertiesHeaders\n>;\n\n/** Contains response data for the delete operation. */\nexport type QueueDeleteResponse = WithResponse<QueueDeleteHeaders, QueueDeleteHeaders>;\n\n/** Contains response data for the clear operation. */\nexport type MessagesClearResponse = WithResponse<MessagesClearHeaders, MessagesClearHeaders>;\n\n/** Contains response data for the update operation. */\nexport type MessageIdUpdateResponse = WithResponse<MessageIdUpdateHeaders, MessageIdUpdateHeaders>;\n\n/** Contains response data for the delete operation. */\nexport type MessageIdDeleteResponse = WithResponse<MessageIdDeleteHeaders, MessageIdDeleteHeaders>;\n\n/**\n * Contains response data for the {@link getUserDelegationKey} operation.\n */\nexport declare type ServiceGetUserDelegationKeyResponse = WithResponse<\n UserDelegationKey & ServiceGetUserDelegationKeyHeaders,\n ServiceGetUserDelegationKeyHeaders,\n UserDelegationKeyModel\n>;\n"]}
@@ -4,7 +4,7 @@ export * from "./AccountSASResourceTypes.js";
4
4
  export * from "./AccountSASServices.js";
5
5
  export { AccountSASSignatureValues, generateAccountSASQueryParameters, } from "./AccountSASSignatureValues.js";
6
6
  export { SasIPRange } from "./SasIPRange.js";
7
- export { AnonymousCredential, Credential, StorageSharedKeyCredential, BaseRequestPolicy, AnonymousCredentialPolicy, CredentialPolicy, StorageRetryOptions, StorageRetryPolicyType, StorageRetryPolicy, StorageRetryPolicyFactory, StorageSharedKeyCredentialPolicy, StorageBrowserPolicyFactory, } from "@azure/storage-common";
7
+ export { AnonymousCredential, Credential, StorageSharedKeyCredential, BaseRequestPolicy, AnonymousCredentialPolicy, CredentialPolicy, StorageRetryOptions, StorageRetryPolicyType, StorageRetryPolicy, StorageRetryPolicyFactory, StorageSharedKeyCredentialPolicy, StorageBrowserPolicyFactory, UserDelegationKey, } from "@azure/storage-common";
8
8
  export { Pipeline, PipelineLike, PipelineOptions, isPipelineLike, newPipeline, StoragePipelineOptions, RequestPolicyFactory, RequestPolicy, RequestPolicyOptions, WebResource, HttpOperationResponse, HttpHeaders, HttpRequestBody, IHttpClient, StorageOAuthScopes, ServiceClientOptions, } from "./Pipeline.js";
9
9
  export { Metadata, StorageQueueAudience, getQueueServiceAccountAudience } from "./models.js";
10
10
  export * from "./QueueClient.js";
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,SAAS,EAAE,MAAM,2BAA2B,CAAC;AAEtD,cAAc,4BAA4B,CAAC;AAC3C,cAAc,8BAA8B,CAAC;AAC7C,cAAc,yBAAyB,CAAC;AACxC,OAAO,EACL,yBAAyB,EACzB,iCAAiC,GAClC,MAAM,gCAAgC,CAAC;AACxC,OAAO,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAC;AAE7C,OAAO,EACL,mBAAmB,EACnB,UAAU,EACV,0BAA0B,EAC1B,iBAAiB,EACjB,yBAAyB,EACzB,gBAAgB,EAChB,mBAAmB,EACnB,sBAAsB,EACtB,kBAAkB,EAClB,yBAAyB,EACzB,gCAAgC,EAChC,2BAA2B,GAC5B,MAAM,uBAAuB,CAAC;AAE/B,OAAO,EACL,QAAQ,EACR,YAAY,EACZ,eAAe,EACf,cAAc,EACd,WAAW,EACX,sBAAsB,EACtB,oBAAoB,EACpB,aAAa,EACb,oBAAoB,EACpB,WAAW,EACX,qBAAqB,EACrB,WAAW,EACX,eAAe,EACf,WAAW,EACX,kBAAkB,EAClB,oBAAoB,GACrB,MAAM,eAAe,CAAC;AAEvB,OAAO,EAAE,QAAQ,EAAE,oBAAoB,EAAE,8BAA8B,EAAE,MAAM,aAAa,CAAC;AAC7F,cAAc,kBAAkB,CAAC;AACjC,cAAc,0BAA0B,CAAC;AACzC,OAAO,EACL,uBAAuB,EACvB,+BAA+B,GAChC,MAAM,8BAA8B,CAAC;AACtC,cAAc,yBAAyB,CAAC;AACxC,cAAc,yBAAyB,CAAC;AACxC,OAAO,EAAE,aAAa,EAAE,qBAAqB,EAAE,MAAM,oBAAoB,CAAC;AAC1E,cAAc,sBAAsB,CAAC;AACrC,OAAO,EACL,YAAY,EACZ,YAAY,EACZ,gBAAgB,EAChB,mBAAmB,EACnB,YAAY,GACb,MAAM,yBAAyB,CAAC;AACjC,OAAO,EAAE,SAAS,EAAE,CAAC;AACrB,OAAO,EAAE,MAAM,EAAE,MAAM,UAAU,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,SAAS,EAAE,MAAM,2BAA2B,CAAC;AAEtD,cAAc,4BAA4B,CAAC;AAC3C,cAAc,8BAA8B,CAAC;AAC7C,cAAc,yBAAyB,CAAC;AACxC,OAAO,EACL,yBAAyB,EACzB,iCAAiC,GAClC,MAAM,gCAAgC,CAAC;AACxC,OAAO,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAC;AAE7C,OAAO,EACL,mBAAmB,EACnB,UAAU,EACV,0BAA0B,EAC1B,iBAAiB,EACjB,yBAAyB,EACzB,gBAAgB,EAChB,mBAAmB,EACnB,sBAAsB,EACtB,kBAAkB,EAClB,yBAAyB,EACzB,gCAAgC,EAChC,2BAA2B,EAC3B,iBAAiB,GAClB,MAAM,uBAAuB,CAAC;AAE/B,OAAO,EACL,QAAQ,EACR,YAAY,EACZ,eAAe,EACf,cAAc,EACd,WAAW,EACX,sBAAsB,EACtB,oBAAoB,EACpB,aAAa,EACb,oBAAoB,EACpB,WAAW,EACX,qBAAqB,EACrB,WAAW,EACX,eAAe,EACf,WAAW,EACX,kBAAkB,EAClB,oBAAoB,GACrB,MAAM,eAAe,CAAC;AAEvB,OAAO,EAAE,QAAQ,EAAE,oBAAoB,EAAE,8BAA8B,EAAE,MAAM,aAAa,CAAC;AAC7F,cAAc,kBAAkB,CAAC;AACjC,cAAc,0BAA0B,CAAC;AACzC,OAAO,EACL,uBAAuB,EACvB,+BAA+B,GAChC,MAAM,8BAA8B,CAAC;AACtC,cAAc,yBAAyB,CAAC;AACxC,cAAc,yBAAyB,CAAC;AACxC,OAAO,EAAE,aAAa,EAAE,qBAAqB,EAAE,MAAM,oBAAoB,CAAC;AAC1E,cAAc,sBAAsB,CAAC;AACrC,OAAO,EACL,YAAY,EACZ,YAAY,EACZ,gBAAgB,EAChB,mBAAmB,EACnB,YAAY,GACb,MAAM,yBAAyB,CAAC;AACjC,OAAO,EAAE,SAAS,EAAE,CAAC;AACrB,OAAO,EAAE,MAAM,EAAE,MAAM,UAAU,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":";AAAA,uCAAuC;AACvC,kCAAkC;;;;AAElC,kEAAsD;AA+D7C,0FA/DA,8BAAS,OA+DA;AA7DlB,qEAA2C;AAC3C,uEAA6C;AAC7C,kEAAwC;AACxC,+EAGwC;AADtC,iJAAA,iCAAiC,OAAA;AAInC,wDAa+B;AAZ7B,qHAAA,mBAAmB,OAAA;AACnB,4GAAA,UAAU,OAAA;AACV,4HAAA,0BAA0B,OAAA;AAC1B,mHAAA,iBAAiB,OAAA;AACjB,2HAAA,yBAAyB,OAAA;AACzB,kHAAA,gBAAgB,OAAA;AAEhB,wHAAA,sBAAsB,OAAA;AACtB,oHAAA,kBAAkB,OAAA;AAClB,2HAAA,yBAAyB,OAAA;AACzB,kIAAA,gCAAgC,OAAA;AAChC,6HAAA,2BAA2B,OAAA;AAG7B,6CAiBuB;AAhBrB,uGAAA,QAAQ,OAAA;AAGR,6GAAA,cAAc,OAAA;AACd,0GAAA,WAAW,OAAA;AAUX,iHAAA,kBAAkB,OAAA;AAIpB,yCAA6F;AAA1E,iHAAA,oBAAoB,OAAA;AAAE,2HAAA,8BAA8B,OAAA;AACvE,2DAAiC;AACjC,mEAAyC;AACzC,2EAGsC;AADpC,6IAAA,+BAA+B,OAAA;AAEjC,kEAAwC;AACxC,kEAAwC;AAExC,+DAAqC;AASrC,mCAAkC;AAAzB,gGAAA,MAAM,OAAA","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport { RestError } from \"@azure/core-rest-pipeline\";\n\nexport * from \"./AccountSASPermissions.js\";\nexport * from \"./AccountSASResourceTypes.js\";\nexport * from \"./AccountSASServices.js\";\nexport {\n AccountSASSignatureValues,\n generateAccountSASQueryParameters,\n} from \"./AccountSASSignatureValues.js\";\nexport { SasIPRange } from \"./SasIPRange.js\";\n\nexport {\n AnonymousCredential,\n Credential,\n StorageSharedKeyCredential,\n BaseRequestPolicy,\n AnonymousCredentialPolicy,\n CredentialPolicy,\n StorageRetryOptions,\n StorageRetryPolicyType,\n StorageRetryPolicy,\n StorageRetryPolicyFactory,\n StorageSharedKeyCredentialPolicy,\n StorageBrowserPolicyFactory,\n} from \"@azure/storage-common\";\n\nexport {\n Pipeline,\n PipelineLike,\n PipelineOptions,\n isPipelineLike,\n newPipeline,\n StoragePipelineOptions,\n RequestPolicyFactory,\n RequestPolicy,\n RequestPolicyOptions,\n WebResource,\n HttpOperationResponse,\n HttpHeaders,\n HttpRequestBody,\n IHttpClient,\n StorageOAuthScopes,\n ServiceClientOptions,\n} from \"./Pipeline.js\";\n\nexport { Metadata, StorageQueueAudience, getQueueServiceAccountAudience } from \"./models.js\";\nexport * from \"./QueueClient.js\";\nexport * from \"./QueueSASPermissions.js\";\nexport {\n QueueSASSignatureValues,\n generateQueueSASQueryParameters,\n} from \"./QueueSASSignatureValues.js\";\nexport * from \"./QueueServiceClient.js\";\nexport * from \"./SASQueryParameters.js\";\nexport { CommonOptions, ListQueuesIncludeType } from \"./StorageClient.js\";\nexport * from \"./generatedModels.js\";\nexport {\n WithResponse,\n ResponseLike,\n ResponseWithBody,\n ResponseWithHeaders,\n HttpResponse,\n} from \"./utils/utils.common.js\";\nexport { RestError };\nexport { logger } from \"./log.js\";\n"]}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":";AAAA,uCAAuC;AACvC,kCAAkC;;;;AAElC,kEAAsD;AAgE7C,0FAhEA,8BAAS,OAgEA;AA9DlB,qEAA2C;AAC3C,uEAA6C;AAC7C,kEAAwC;AACxC,+EAGwC;AADtC,iJAAA,iCAAiC,OAAA;AAInC,wDAc+B;AAb7B,qHAAA,mBAAmB,OAAA;AACnB,4GAAA,UAAU,OAAA;AACV,4HAAA,0BAA0B,OAAA;AAC1B,mHAAA,iBAAiB,OAAA;AACjB,2HAAA,yBAAyB,OAAA;AACzB,kHAAA,gBAAgB,OAAA;AAEhB,wHAAA,sBAAsB,OAAA;AACtB,oHAAA,kBAAkB,OAAA;AAClB,2HAAA,yBAAyB,OAAA;AACzB,kIAAA,gCAAgC,OAAA;AAChC,6HAAA,2BAA2B,OAAA;AAI7B,6CAiBuB;AAhBrB,uGAAA,QAAQ,OAAA;AAGR,6GAAA,cAAc,OAAA;AACd,0GAAA,WAAW,OAAA;AAUX,iHAAA,kBAAkB,OAAA;AAIpB,yCAA6F;AAA1E,iHAAA,oBAAoB,OAAA;AAAE,2HAAA,8BAA8B,OAAA;AACvE,2DAAiC;AACjC,mEAAyC;AACzC,2EAGsC;AADpC,6IAAA,+BAA+B,OAAA;AAEjC,kEAAwC;AACxC,kEAAwC;AAExC,+DAAqC;AASrC,mCAAkC;AAAzB,gGAAA,MAAM,OAAA","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport { RestError } from \"@azure/core-rest-pipeline\";\n\nexport * from \"./AccountSASPermissions.js\";\nexport * from \"./AccountSASResourceTypes.js\";\nexport * from \"./AccountSASServices.js\";\nexport {\n AccountSASSignatureValues,\n generateAccountSASQueryParameters,\n} from \"./AccountSASSignatureValues.js\";\nexport { SasIPRange } from \"./SasIPRange.js\";\n\nexport {\n AnonymousCredential,\n Credential,\n StorageSharedKeyCredential,\n BaseRequestPolicy,\n AnonymousCredentialPolicy,\n CredentialPolicy,\n StorageRetryOptions,\n StorageRetryPolicyType,\n StorageRetryPolicy,\n StorageRetryPolicyFactory,\n StorageSharedKeyCredentialPolicy,\n StorageBrowserPolicyFactory,\n UserDelegationKey,\n} from \"@azure/storage-common\";\n\nexport {\n Pipeline,\n PipelineLike,\n PipelineOptions,\n isPipelineLike,\n newPipeline,\n StoragePipelineOptions,\n RequestPolicyFactory,\n RequestPolicy,\n RequestPolicyOptions,\n WebResource,\n HttpOperationResponse,\n HttpHeaders,\n HttpRequestBody,\n IHttpClient,\n StorageOAuthScopes,\n ServiceClientOptions,\n} from \"./Pipeline.js\";\n\nexport { Metadata, StorageQueueAudience, getQueueServiceAccountAudience } from \"./models.js\";\nexport * from \"./QueueClient.js\";\nexport * from \"./QueueSASPermissions.js\";\nexport {\n QueueSASSignatureValues,\n generateQueueSASQueryParameters,\n} from \"./QueueSASSignatureValues.js\";\nexport * from \"./QueueServiceClient.js\";\nexport * from \"./SASQueryParameters.js\";\nexport { CommonOptions, ListQueuesIncludeType } from \"./StorageClient.js\";\nexport * from \"./generatedModels.js\";\nexport {\n WithResponse,\n ResponseLike,\n ResponseWithBody,\n ResponseWithHeaders,\n HttpResponse,\n} from \"./utils/utils.common.js\";\nexport { RestError };\nexport { logger } from \"./log.js\";\n"]}
@@ -5,7 +5,7 @@
5
5
  "toolPackages": [
6
6
  {
7
7
  "packageName": "@microsoft/api-extractor",
8
- "packageVersion": "7.52.13"
8
+ "packageVersion": "7.55.1"
9
9
  }
10
10
  ]
11
11
  }
@@ -1 +1 @@
1
- {"version":3,"file":"constants.d.ts","sourceRoot":"","sources":["../../../src/utils/constants.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,WAAW,EAAE,MAAkB,CAAC;AAC7C,eAAO,MAAM,eAAe,EAAE,MAAqB,CAAC;AAEpD;;GAEG;AACH,eAAO,MAAM,kBAAkB,EAAE,MAAM,GAAG,MAAM,EAAyC,CAAC;AAE1F,eAAO,MAAM,YAAY;;;;;;CAMxB,CAAC;AAEF,eAAO,MAAM,iBAAiB;;;;;CAK7B,CAAC;AAEF,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;CAoB3B,CAAC;AAEF,eAAO,MAAM,QAAQ,KAAK,CAAC;AAC3B,eAAO,MAAM,OAAO,MAAM,CAAC;AAE3B,eAAO,MAAM,2BAA2B,kOAEiB,CAAC;AAE1D,eAAO,MAAM,qCAAqC,UAmBjD,CAAC;AAEF,eAAO,MAAM,yCAAyC,UA0BrD,CAAC;AAIF,eAAO,MAAM,cAAc,UAqB1B,CAAC"}
1
+ {"version":3,"file":"constants.d.ts","sourceRoot":"","sources":["../../../src/utils/constants.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,WAAW,EAAE,MAAyB,CAAC;AACpD,eAAO,MAAM,eAAe,EAAE,MAAqB,CAAC;AAEpD;;GAEG;AACH,eAAO,MAAM,kBAAkB,EAAE,MAAM,GAAG,MAAM,EAAyC,CAAC;AAE1F,eAAO,MAAM,YAAY;;;;;;CAMxB,CAAC;AAEF,eAAO,MAAM,iBAAiB;;;;;CAK7B,CAAC;AAEF,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;CAoB3B,CAAC;AAEF,eAAO,MAAM,QAAQ,KAAK,CAAC;AAC3B,eAAO,MAAM,OAAO,MAAM,CAAC;AAE3B,eAAO,MAAM,2BAA2B,kOAEiB,CAAC;AAE1D,eAAO,MAAM,qCAAqC,UAmBjD,CAAC;AAEF,eAAO,MAAM,yCAAyC,UA0BrD,CAAC;AAIF,eAAO,MAAM,cAAc,UAqB1B,CAAC"}
@@ -3,8 +3,8 @@
3
3
  // Licensed under the MIT License.
4
4
  Object.defineProperty(exports, "__esModule", { value: true });
5
5
  exports.PathStylePorts = exports.StorageQueueLoggingAllowedQueryParameters = exports.StorageQueueLoggingAllowedHeaderNames = exports.DevelopmentConnectionString = exports.ETagAny = exports.ETagNone = exports.HeaderConstants = exports.HttpUrlConnection = exports.URLConstants = exports.StorageOAuthScopes = exports.SERVICE_VERSION = exports.SDK_VERSION = void 0;
6
- exports.SDK_VERSION = "12.28.1";
7
- exports.SERVICE_VERSION = "2025-11-05";
6
+ exports.SDK_VERSION = "12.29.0-beta.1";
7
+ exports.SERVICE_VERSION = "2026-02-06";
8
8
  /**
9
9
  * The OAuth scope to use with Azure Storage.
10
10
  */
@@ -1 +1 @@
1
- {"version":3,"file":"constants.js","sourceRoot":"","sources":["../../../src/utils/constants.ts"],"names":[],"mappings":";AAAA,uCAAuC;AACvC,kCAAkC;;;AAErB,QAAA,WAAW,GAAW,SAAS,CAAC;AAChC,QAAA,eAAe,GAAW,YAAY,CAAC;AAEpD;;GAEG;AACU,QAAA,kBAAkB,GAAsB,oCAAoC,CAAC;AAE7E,QAAA,YAAY,GAAG;IAC1B,UAAU,EAAE;QACV,sBAAsB,EAAE,GAAG;QAC3B,SAAS,EAAE,KAAK;QAChB,OAAO,EAAE,SAAS;KACnB;CACF,CAAC;AAEW,QAAA,iBAAiB,GAAG;IAC/B,aAAa,EAAE,GAAG;IAClB,cAAc,EAAE,GAAG;IACnB,kBAAkB,EAAE,GAAG;IACvB,0BAA0B,EAAE,GAAG;CAChC,CAAC;AAEW,QAAA,eAAe,GAAG;IAC7B,aAAa,EAAE,eAAe;IAC9B,oBAAoB,EAAE,QAAQ;IAC9B,gBAAgB,EAAE,kBAAkB;IACpC,gBAAgB,EAAE,kBAAkB;IACpC,cAAc,EAAE,gBAAgB;IAChC,WAAW,EAAE,aAAa;IAC1B,YAAY,EAAE,cAAc;IAC5B,MAAM,EAAE,QAAQ;IAChB,IAAI,EAAE,MAAM;IACZ,QAAQ,EAAE,UAAU;IACpB,iBAAiB,EAAE,mBAAmB;IACtC,aAAa,EAAE,eAAe;IAC9B,mBAAmB,EAAE,qBAAqB;IAC1C,kBAAkB,EAAE,OAAO;IAC3B,KAAK,EAAE,OAAO;IACd,UAAU,EAAE,YAAY;IACxB,sBAAsB,EAAE,wBAAwB;IAChD,gBAAgB,EAAE,kBAAkB;IACpC,SAAS,EAAE,WAAW;CACvB,CAAC;AAEW,QAAA,QAAQ,GAAG,EAAE,CAAC;AACd,QAAA,OAAO,GAAG,GAAG,CAAC;AAEd,QAAA,2BAA2B,GAAG;;yDAEc,CAAC;AAE7C,QAAA,qCAAqC,GAAG;IACnD,6BAA6B;IAC7B,eAAe;IACf,gBAAgB;IAChB,cAAc;IACd,MAAM;IACN,YAAY;IACZ,aAAa;IACb,mBAAmB;IACnB,YAAY;IACZ,wBAAwB;IACxB,WAAW;IACX,iBAAiB;IACjB,iBAAiB;IACjB,+BAA+B;IAC/B,cAAc;IACd,iCAAiC;IACjC,iBAAiB;IACjB,wBAAwB;CACzB,CAAC;AAEW,QAAA,yCAAyC,GAAG;IACvD,MAAM;IACN,YAAY;IACZ,MAAM;IACN,MAAM;IACN,MAAM;IACN,MAAM;IACN,MAAM;IACN,IAAI;IACJ,IAAI;IACJ,KAAK;IACL,IAAI;IACJ,KAAK;IACL,IAAI;IACJ,KAAK;IACL,IAAI;IACJ,IAAI;IACJ,IAAI;IACJ,SAAS;IACT,QAAQ;IACR,QAAQ;IACR,YAAY;IACZ,eAAe;IACf,UAAU;IACV,YAAY;IACZ,mBAAmB;CACpB,CAAC;AAEF,iDAAiD;AACjD,wGAAwG;AAC3F,QAAA,cAAc,GAAG;IAC5B,OAAO;IACP,OAAO;IACP,OAAO;IACP,OAAO;IACP,OAAO;IACP,OAAO;IACP,OAAO;IACP,OAAO;IACP,OAAO;IACP,OAAO;IACP,OAAO;IACP,OAAO;IACP,OAAO;IACP,OAAO;IACP,OAAO;IACP,OAAO;IACP,OAAO;IACP,OAAO;IACP,OAAO;IACP,OAAO;CACR,CAAC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nexport const SDK_VERSION: string = \"12.28.1\";\nexport const SERVICE_VERSION: string = \"2025-11-05\";\n\n/**\n * The OAuth scope to use with Azure Storage.\n */\nexport const StorageOAuthScopes: string | string[] = \"https://storage.azure.com/.default\";\n\nexport const URLConstants = {\n Parameters: {\n FORCE_BROWSER_NO_CACHE: \"_\",\n SIGNATURE: \"sig\",\n TIMEOUT: \"timeout\",\n },\n};\n\nexport const HttpUrlConnection = {\n HTTP_CONFLICT: 409,\n HTTP_NOT_FOUND: 404,\n HTTP_PRECON_FAILED: 412,\n HTTP_RANGE_NOT_SATISFIABLE: 416,\n};\n\nexport const HeaderConstants = {\n AUTHORIZATION: \"authorization\",\n AUTHORIZATION_SCHEME: \"Bearer\",\n CONTENT_ENCODING: \"content-encoding\",\n CONTENT_LANGUAGE: \"content-language\",\n CONTENT_LENGTH: \"content-length\",\n CONTENT_MD5: \"content-md5\",\n CONTENT_TYPE: \"content-type\",\n COOKIE: \"Cookie\",\n DATE: \"date\",\n IF_MATCH: \"if-match\",\n IF_MODIFIED_SINCE: \"if-modified-since\",\n IF_NONE_MATCH: \"if-none-match\",\n IF_UNMODIFIED_SINCE: \"if-unmodified-since\",\n PREFIX_FOR_STORAGE: \"x-ms-\",\n RANGE: \"Range\",\n USER_AGENT: \"User-Agent\",\n X_MS_CLIENT_REQUEST_ID: \"x-ms-client-request-id\",\n X_MS_COPY_SOURCE: \"x-ms-copy-source\",\n X_MS_DATE: \"x-ms-date\",\n};\n\nexport const ETagNone = \"\";\nexport const ETagAny = \"*\";\n\nexport const DevelopmentConnectionString = `DefaultEndpointsProtocol=http;AccountName=devstoreaccount1;\n AccountKey=Eby8vdM02xNOcqFlqUwJPLlmEtlCDXJ1OUzFT50uSRZ6IFsuFq2UVErCz4I6tq/K1SZFPTOtr/KBHBeksoGMGw==;\n QueueEndpoint=http://127.0.0.1:10001/devstoreaccount1;`;\n\nexport const StorageQueueLoggingAllowedHeaderNames = [\n \"Access-Control-Allow-Origin\",\n \"Cache-Control\",\n \"Content-Length\",\n \"Content-Type\",\n \"Date\",\n \"Request-Id\",\n \"traceparent\",\n \"Transfer-Encoding\",\n \"User-Agent\",\n \"x-ms-client-request-id\",\n \"x-ms-date\",\n \"x-ms-error-code\",\n \"x-ms-request-id\",\n \"x-ms-return-client-request-id\",\n \"x-ms-version\",\n \"x-ms-approximate-messages-count\",\n \"x-ms-popreceipt\",\n \"x-ms-time-next-visible\",\n];\n\nexport const StorageQueueLoggingAllowedQueryParameters = [\n \"comp\",\n \"maxresults\",\n \"rscc\",\n \"rscd\",\n \"rsce\",\n \"rscl\",\n \"rsct\",\n \"se\",\n \"si\",\n \"sip\",\n \"sp\",\n \"spr\",\n \"sr\",\n \"srt\",\n \"ss\",\n \"st\",\n \"sv\",\n \"include\",\n \"marker\",\n \"prefix\",\n \"messagettl\",\n \"numofmessages\",\n \"peekonly\",\n \"popreceipt\",\n \"visibilitytimeout\",\n];\n\n/// List of ports used for path style addressing.\n/// Path style addressing means that storage account is put in URI's Path segment in instead of in host.\nexport const PathStylePorts = [\n \"10000\",\n \"10001\",\n \"10002\",\n \"10003\",\n \"10004\",\n \"10100\",\n \"10101\",\n \"10102\",\n \"10103\",\n \"10104\",\n \"11000\",\n \"11001\",\n \"11002\",\n \"11003\",\n \"11004\",\n \"11100\",\n \"11101\",\n \"11102\",\n \"11103\",\n \"11104\",\n];\n"]}
1
+ {"version":3,"file":"constants.js","sourceRoot":"","sources":["../../../src/utils/constants.ts"],"names":[],"mappings":";AAAA,uCAAuC;AACvC,kCAAkC;;;AAErB,QAAA,WAAW,GAAW,gBAAgB,CAAC;AACvC,QAAA,eAAe,GAAW,YAAY,CAAC;AAEpD;;GAEG;AACU,QAAA,kBAAkB,GAAsB,oCAAoC,CAAC;AAE7E,QAAA,YAAY,GAAG;IAC1B,UAAU,EAAE;QACV,sBAAsB,EAAE,GAAG;QAC3B,SAAS,EAAE,KAAK;QAChB,OAAO,EAAE,SAAS;KACnB;CACF,CAAC;AAEW,QAAA,iBAAiB,GAAG;IAC/B,aAAa,EAAE,GAAG;IAClB,cAAc,EAAE,GAAG;IACnB,kBAAkB,EAAE,GAAG;IACvB,0BAA0B,EAAE,GAAG;CAChC,CAAC;AAEW,QAAA,eAAe,GAAG;IAC7B,aAAa,EAAE,eAAe;IAC9B,oBAAoB,EAAE,QAAQ;IAC9B,gBAAgB,EAAE,kBAAkB;IACpC,gBAAgB,EAAE,kBAAkB;IACpC,cAAc,EAAE,gBAAgB;IAChC,WAAW,EAAE,aAAa;IAC1B,YAAY,EAAE,cAAc;IAC5B,MAAM,EAAE,QAAQ;IAChB,IAAI,EAAE,MAAM;IACZ,QAAQ,EAAE,UAAU;IACpB,iBAAiB,EAAE,mBAAmB;IACtC,aAAa,EAAE,eAAe;IAC9B,mBAAmB,EAAE,qBAAqB;IAC1C,kBAAkB,EAAE,OAAO;IAC3B,KAAK,EAAE,OAAO;IACd,UAAU,EAAE,YAAY;IACxB,sBAAsB,EAAE,wBAAwB;IAChD,gBAAgB,EAAE,kBAAkB;IACpC,SAAS,EAAE,WAAW;CACvB,CAAC;AAEW,QAAA,QAAQ,GAAG,EAAE,CAAC;AACd,QAAA,OAAO,GAAG,GAAG,CAAC;AAEd,QAAA,2BAA2B,GAAG;;yDAEc,CAAC;AAE7C,QAAA,qCAAqC,GAAG;IACnD,6BAA6B;IAC7B,eAAe;IACf,gBAAgB;IAChB,cAAc;IACd,MAAM;IACN,YAAY;IACZ,aAAa;IACb,mBAAmB;IACnB,YAAY;IACZ,wBAAwB;IACxB,WAAW;IACX,iBAAiB;IACjB,iBAAiB;IACjB,+BAA+B;IAC/B,cAAc;IACd,iCAAiC;IACjC,iBAAiB;IACjB,wBAAwB;CACzB,CAAC;AAEW,QAAA,yCAAyC,GAAG;IACvD,MAAM;IACN,YAAY;IACZ,MAAM;IACN,MAAM;IACN,MAAM;IACN,MAAM;IACN,MAAM;IACN,IAAI;IACJ,IAAI;IACJ,KAAK;IACL,IAAI;IACJ,KAAK;IACL,IAAI;IACJ,KAAK;IACL,IAAI;IACJ,IAAI;IACJ,IAAI;IACJ,SAAS;IACT,QAAQ;IACR,QAAQ;IACR,YAAY;IACZ,eAAe;IACf,UAAU;IACV,YAAY;IACZ,mBAAmB;CACpB,CAAC;AAEF,iDAAiD;AACjD,wGAAwG;AAC3F,QAAA,cAAc,GAAG;IAC5B,OAAO;IACP,OAAO;IACP,OAAO;IACP,OAAO;IACP,OAAO;IACP,OAAO;IACP,OAAO;IACP,OAAO;IACP,OAAO;IACP,OAAO;IACP,OAAO;IACP,OAAO;IACP,OAAO;IACP,OAAO;IACP,OAAO;IACP,OAAO;IACP,OAAO;IACP,OAAO;IACP,OAAO;IACP,OAAO;CACR,CAAC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nexport const SDK_VERSION: string = \"12.29.0-beta.1\";\nexport const SERVICE_VERSION: string = \"2026-02-06\";\n\n/**\n * The OAuth scope to use with Azure Storage.\n */\nexport const StorageOAuthScopes: string | string[] = \"https://storage.azure.com/.default\";\n\nexport const URLConstants = {\n Parameters: {\n FORCE_BROWSER_NO_CACHE: \"_\",\n SIGNATURE: \"sig\",\n TIMEOUT: \"timeout\",\n },\n};\n\nexport const HttpUrlConnection = {\n HTTP_CONFLICT: 409,\n HTTP_NOT_FOUND: 404,\n HTTP_PRECON_FAILED: 412,\n HTTP_RANGE_NOT_SATISFIABLE: 416,\n};\n\nexport const HeaderConstants = {\n AUTHORIZATION: \"authorization\",\n AUTHORIZATION_SCHEME: \"Bearer\",\n CONTENT_ENCODING: \"content-encoding\",\n CONTENT_LANGUAGE: \"content-language\",\n CONTENT_LENGTH: \"content-length\",\n CONTENT_MD5: \"content-md5\",\n CONTENT_TYPE: \"content-type\",\n COOKIE: \"Cookie\",\n DATE: \"date\",\n IF_MATCH: \"if-match\",\n IF_MODIFIED_SINCE: \"if-modified-since\",\n IF_NONE_MATCH: \"if-none-match\",\n IF_UNMODIFIED_SINCE: \"if-unmodified-since\",\n PREFIX_FOR_STORAGE: \"x-ms-\",\n RANGE: \"Range\",\n USER_AGENT: \"User-Agent\",\n X_MS_CLIENT_REQUEST_ID: \"x-ms-client-request-id\",\n X_MS_COPY_SOURCE: \"x-ms-copy-source\",\n X_MS_DATE: \"x-ms-date\",\n};\n\nexport const ETagNone = \"\";\nexport const ETagAny = \"*\";\n\nexport const DevelopmentConnectionString = `DefaultEndpointsProtocol=http;AccountName=devstoreaccount1;\n AccountKey=Eby8vdM02xNOcqFlqUwJPLlmEtlCDXJ1OUzFT50uSRZ6IFsuFq2UVErCz4I6tq/K1SZFPTOtr/KBHBeksoGMGw==;\n QueueEndpoint=http://127.0.0.1:10001/devstoreaccount1;`;\n\nexport const StorageQueueLoggingAllowedHeaderNames = [\n \"Access-Control-Allow-Origin\",\n \"Cache-Control\",\n \"Content-Length\",\n \"Content-Type\",\n \"Date\",\n \"Request-Id\",\n \"traceparent\",\n \"Transfer-Encoding\",\n \"User-Agent\",\n \"x-ms-client-request-id\",\n \"x-ms-date\",\n \"x-ms-error-code\",\n \"x-ms-request-id\",\n \"x-ms-return-client-request-id\",\n \"x-ms-version\",\n \"x-ms-approximate-messages-count\",\n \"x-ms-popreceipt\",\n \"x-ms-time-next-visible\",\n];\n\nexport const StorageQueueLoggingAllowedQueryParameters = [\n \"comp\",\n \"maxresults\",\n \"rscc\",\n \"rscd\",\n \"rsce\",\n \"rscl\",\n \"rsct\",\n \"se\",\n \"si\",\n \"sip\",\n \"sp\",\n \"spr\",\n \"sr\",\n \"srt\",\n \"ss\",\n \"st\",\n \"sv\",\n \"include\",\n \"marker\",\n \"prefix\",\n \"messagettl\",\n \"numofmessages\",\n \"peekonly\",\n \"popreceipt\",\n \"visibilitytimeout\",\n];\n\n/// List of ports used for path style addressing.\n/// Path style addressing means that storage account is put in URI's Path segment in instead of in host.\nexport const PathStylePorts = [\n \"10000\",\n \"10001\",\n \"10002\",\n \"10003\",\n \"10004\",\n \"10100\",\n \"10101\",\n \"10102\",\n \"10103\",\n \"10104\",\n \"11000\",\n \"11001\",\n \"11002\",\n \"11003\",\n \"11004\",\n \"11100\",\n \"11101\",\n \"11102\",\n \"11103\",\n \"11104\",\n];\n"]}
@@ -5,7 +5,7 @@ import type { StoragePipelineOptions, Pipeline } from "./Pipeline.js";
5
5
  import type { CommonOptions } from "./StorageClient.js";
6
6
  import { StorageClient } from "./StorageClient.js";
7
7
  import type { WithResponse } from "./utils/utils.common.js";
8
- import { StorageSharedKeyCredential } from "@azure/storage-common";
8
+ import { StorageSharedKeyCredential, UserDelegationKey } from "@azure/storage-common";
9
9
  import { AnonymousCredential } from "@azure/storage-common";
10
10
  import type { Metadata } from "./models.js";
11
11
  import type { SasIPRange } from "./SasIPRange.js";
@@ -663,5 +663,29 @@ export declare class QueueClient extends StorageClient {
663
663
  * @returns The SAS URI consisting of the URI to the resource represented by this client, followed by the generated SAS token.
664
664
  */
665
665
  generateSasStringToSign(options: QueueGenerateSasUrlOptions): string;
666
+ /**
667
+ *
668
+ * Generates a Service Shared Access Signature (SAS) URI based on the client properties
669
+ * and parameters passed in. The SAS is signed by the user delegation key credential input.
670
+ *
671
+ * @see https://learn.microsoft.com/rest/api/storageservices/constructing-a-service-sas
672
+ *
673
+ * @param options - Optional parameters.
674
+ * @param userDelegationKey - user delegation key used to sign the SAS URI
675
+ * @returns The SAS URI consisting of the URI to the resource represented by this client, followed by the generated SAS token.
676
+ */
677
+ generateUserDelegationSasUrl(options: QueueGenerateSasUrlOptions, userDelegationKey: UserDelegationKey): string;
678
+ /**
679
+ *
680
+ * Generates a Service Shared Access Signature (SAS) URI based on the client properties
681
+ * and parameters passed in. The SAS is signed by the user delegation key credential input.
682
+ *
683
+ * @see https://learn.microsoft.com/rest/api/storageservices/constructing-a-service-sas
684
+ *
685
+ * @param options - Optional parameters.
686
+ * @param userDelegationKey - user delegation key used to sign the SAS URI
687
+ * @returns The SAS URI consisting of the URI to the resource represented by this client, followed by the generated SAS token.
688
+ */
689
+ generateUserDelegationStringToSign(options: QueueGenerateSasUrlOptions, userDelegationKey: UserDelegationKey): string;
666
690
  }
667
691
  //# sourceMappingURL=QueueClient.d.ts.map