@azure/storage-common 12.0.0-beta.2 → 12.0.0

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 (378) hide show
  1. package/dist/browser/BuffersStream.js +14 -0
  2. package/dist/browser/BuffersStream.js.map +1 -1
  3. package/dist/browser/PooledBuffer.js +13 -5
  4. package/dist/browser/PooledBuffer.js.map +1 -1
  5. package/dist/browser/StorageBrowserPolicyFactory.d.ts +16 -0
  6. package/dist/browser/StorageBrowserPolicyFactory.d.ts.map +1 -0
  7. package/dist/browser/StorageBrowserPolicyFactory.js +19 -0
  8. package/dist/browser/StorageBrowserPolicyFactory.js.map +1 -0
  9. package/dist/browser/StorageRetryPolicyFactory.d.ts +66 -0
  10. package/dist/browser/StorageRetryPolicyFactory.d.ts.map +1 -0
  11. package/dist/browser/StorageRetryPolicyFactory.js +28 -0
  12. package/dist/browser/StorageRetryPolicyFactory.js.map +1 -0
  13. package/dist/browser/credentials/AnonymousCredential.d.ts +19 -0
  14. package/dist/browser/credentials/AnonymousCredential.d.ts.map +1 -0
  15. package/dist/browser/credentials/AnonymousCredential.js +22 -0
  16. package/dist/browser/credentials/AnonymousCredential.js.map +1 -0
  17. package/dist/browser/credentials/Credential.d.ts +20 -0
  18. package/dist/browser/credentials/Credential.d.ts.map +1 -0
  19. package/dist/browser/credentials/Credential.js +18 -0
  20. package/dist/browser/credentials/Credential.js.map +1 -0
  21. package/dist/browser/credentials/StorageSharedKeyCredential-browser.d.mts.map +1 -0
  22. package/dist/browser/credentials/StorageSharedKeyCredential-browser.mjs.map +1 -0
  23. package/dist/browser/credentials/StorageSharedKeyCredential.d.ts +3 -0
  24. package/dist/browser/credentials/StorageSharedKeyCredential.js +5 -0
  25. package/dist/browser/index-browser.d.mts.map +1 -0
  26. package/dist/browser/index-browser.mjs.map +1 -0
  27. package/dist/browser/index.d.ts +17 -1
  28. package/dist/browser/index.js +17 -1
  29. package/dist/browser/log.d.ts +5 -0
  30. package/dist/browser/log.d.ts.map +1 -0
  31. package/dist/browser/log.js +8 -0
  32. package/dist/browser/log.js.map +1 -0
  33. package/dist/browser/policies/AnonymousCredentialPolicy.d.ts +15 -0
  34. package/dist/browser/policies/AnonymousCredentialPolicy.d.ts.map +1 -0
  35. package/dist/browser/policies/AnonymousCredentialPolicy.js +20 -0
  36. package/dist/browser/policies/AnonymousCredentialPolicy.js.map +1 -0
  37. package/dist/browser/policies/CredentialPolicy.d.ts +22 -0
  38. package/dist/browser/policies/CredentialPolicy.d.ts.map +1 -0
  39. package/dist/browser/policies/CredentialPolicy.js +29 -0
  40. package/dist/browser/policies/CredentialPolicy.js.map +1 -0
  41. package/dist/browser/policies/RequestPolicy.d.ts +45 -0
  42. package/dist/browser/policies/RequestPolicy.d.ts.map +1 -0
  43. package/dist/browser/policies/RequestPolicy.js +42 -0
  44. package/dist/browser/policies/RequestPolicy.js.map +1 -0
  45. package/dist/browser/policies/StorageBrowserPolicy.d.ts +28 -0
  46. package/dist/browser/policies/StorageBrowserPolicy.d.ts.map +1 -0
  47. package/dist/browser/policies/StorageBrowserPolicy.js +47 -0
  48. package/dist/browser/policies/StorageBrowserPolicy.js.map +1 -0
  49. package/dist/browser/policies/StorageBrowserPolicyV2.d.ts +11 -0
  50. package/dist/browser/policies/StorageBrowserPolicyV2.d.ts.map +1 -0
  51. package/dist/browser/policies/StorageBrowserPolicyV2.js +31 -0
  52. package/dist/browser/policies/StorageBrowserPolicyV2.js.map +1 -0
  53. package/dist/browser/policies/StorageCorrectContentLengthPolicy-browser.d.mts.map +1 -0
  54. package/dist/browser/policies/StorageCorrectContentLengthPolicy-browser.mjs.map +1 -0
  55. package/dist/browser/policies/StorageCorrectContentLengthPolicy.d.ts +10 -0
  56. package/dist/browser/policies/StorageCorrectContentLengthPolicy.js +18 -0
  57. package/dist/browser/policies/StorageRetryPolicy.d.ts +62 -0
  58. package/dist/browser/policies/StorageRetryPolicy.d.ts.map +1 -0
  59. package/dist/browser/policies/StorageRetryPolicy.js +220 -0
  60. package/dist/browser/policies/StorageRetryPolicy.js.map +1 -0
  61. package/dist/browser/policies/StorageRetryPolicyType.d.ts +14 -0
  62. package/dist/browser/policies/StorageRetryPolicyType.d.ts.map +1 -0
  63. package/dist/browser/policies/StorageRetryPolicyType.js +17 -0
  64. package/dist/browser/policies/StorageRetryPolicyType.js.map +1 -0
  65. package/dist/browser/policies/StorageRetryPolicyV2.d.ts +11 -0
  66. package/dist/browser/policies/StorageRetryPolicyV2.d.ts.map +1 -0
  67. package/dist/browser/policies/StorageRetryPolicyV2.js +165 -0
  68. package/dist/browser/policies/StorageRetryPolicyV2.js.map +1 -0
  69. package/dist/browser/policies/StorageSharedKeyCredentialPolicy.d.ts +54 -0
  70. package/dist/browser/policies/StorageSharedKeyCredentialPolicy.d.ts.map +1 -0
  71. package/dist/browser/policies/StorageSharedKeyCredentialPolicy.js +145 -0
  72. package/dist/browser/policies/StorageSharedKeyCredentialPolicy.js.map +1 -0
  73. package/dist/browser/policies/StorageSharedKeyCredentialPolicyV2-browser.d.mts.map +1 -0
  74. package/dist/browser/policies/StorageSharedKeyCredentialPolicyV2-browser.mjs.map +1 -0
  75. package/dist/browser/policies/StorageSharedKeyCredentialPolicyV2.d.ts +17 -0
  76. package/dist/browser/policies/StorageSharedKeyCredentialPolicyV2.js +18 -0
  77. package/dist/browser/utils/SharedKeyComparator.d.ts +2 -0
  78. package/dist/browser/utils/SharedKeyComparator.d.ts.map +1 -0
  79. package/dist/browser/utils/SharedKeyComparator.js +73 -0
  80. package/dist/browser/utils/SharedKeyComparator.js.map +1 -0
  81. package/dist/browser/utils/constants.d.ts +39 -0
  82. package/dist/browser/utils/constants.d.ts.map +1 -0
  83. package/dist/browser/utils/constants.js +64 -0
  84. package/dist/browser/utils/constants.js.map +1 -0
  85. package/dist/browser/utils/tracing.d.ts +6 -0
  86. package/dist/browser/utils/tracing.d.ts.map +1 -0
  87. package/dist/browser/utils/tracing.js +14 -0
  88. package/dist/browser/utils/tracing.js.map +1 -0
  89. package/dist/browser/utils/utils.common.d.ts +305 -0
  90. package/dist/browser/utils/utils.common.d.ts.map +1 -0
  91. package/dist/browser/utils/utils.common.js +544 -0
  92. package/dist/browser/utils/utils.common.js.map +1 -0
  93. package/dist/commonjs/BufferScheduler.js +70 -44
  94. package/dist/commonjs/BufferScheduler.js.map +1 -1
  95. package/dist/commonjs/BuffersStream.js +14 -0
  96. package/dist/commonjs/BuffersStream.js.map +1 -1
  97. package/dist/commonjs/PooledBuffer.js +13 -5
  98. package/dist/commonjs/PooledBuffer.js.map +1 -1
  99. package/dist/commonjs/StorageBrowserPolicyFactory.d.ts +16 -0
  100. package/dist/commonjs/StorageBrowserPolicyFactory.d.ts.map +1 -0
  101. package/dist/commonjs/StorageBrowserPolicyFactory.js +23 -0
  102. package/dist/commonjs/StorageBrowserPolicyFactory.js.map +1 -0
  103. package/dist/commonjs/StorageRetryPolicyFactory.d.ts +66 -0
  104. package/dist/commonjs/StorageRetryPolicyFactory.d.ts.map +1 -0
  105. package/dist/commonjs/StorageRetryPolicyFactory.js +33 -0
  106. package/dist/commonjs/StorageRetryPolicyFactory.js.map +1 -0
  107. package/dist/commonjs/credentials/AnonymousCredential.d.ts +19 -0
  108. package/dist/commonjs/credentials/AnonymousCredential.d.ts.map +1 -0
  109. package/dist/commonjs/credentials/AnonymousCredential.js +26 -0
  110. package/dist/commonjs/credentials/AnonymousCredential.js.map +1 -0
  111. package/dist/commonjs/credentials/Credential.d.ts +20 -0
  112. package/dist/commonjs/credentials/Credential.d.ts.map +1 -0
  113. package/dist/commonjs/credentials/Credential.js +22 -0
  114. package/dist/commonjs/credentials/Credential.js.map +1 -0
  115. package/dist/commonjs/credentials/StorageSharedKeyCredential.d.ts +38 -0
  116. package/dist/commonjs/credentials/StorageSharedKeyCredential.d.ts.map +1 -0
  117. package/dist/commonjs/credentials/StorageSharedKeyCredential.js +52 -0
  118. package/dist/commonjs/credentials/StorageSharedKeyCredential.js.map +1 -0
  119. package/dist/commonjs/index.d.ts +17 -0
  120. package/dist/commonjs/index.d.ts.map +1 -1
  121. package/dist/commonjs/index.js +19 -1
  122. package/dist/commonjs/index.js.map +1 -1
  123. package/dist/commonjs/log.d.ts +5 -0
  124. package/dist/commonjs/log.d.ts.map +1 -0
  125. package/dist/commonjs/log.js +11 -0
  126. package/dist/commonjs/log.js.map +1 -0
  127. package/dist/commonjs/policies/AnonymousCredentialPolicy.d.ts +15 -0
  128. package/dist/commonjs/policies/AnonymousCredentialPolicy.d.ts.map +1 -0
  129. package/dist/commonjs/policies/AnonymousCredentialPolicy.js +24 -0
  130. package/dist/commonjs/policies/AnonymousCredentialPolicy.js.map +1 -0
  131. package/dist/commonjs/policies/CredentialPolicy.d.ts +22 -0
  132. package/dist/commonjs/policies/CredentialPolicy.d.ts.map +1 -0
  133. package/dist/commonjs/policies/CredentialPolicy.js +33 -0
  134. package/dist/commonjs/policies/CredentialPolicy.js.map +1 -0
  135. package/dist/commonjs/policies/RequestPolicy.d.ts +45 -0
  136. package/dist/commonjs/policies/RequestPolicy.d.ts.map +1 -0
  137. package/dist/commonjs/policies/RequestPolicy.js +46 -0
  138. package/dist/commonjs/policies/RequestPolicy.js.map +1 -0
  139. package/dist/commonjs/policies/StorageBrowserPolicy.d.ts +28 -0
  140. package/dist/commonjs/policies/StorageBrowserPolicy.d.ts.map +1 -0
  141. package/dist/commonjs/policies/StorageBrowserPolicy.js +51 -0
  142. package/dist/commonjs/policies/StorageBrowserPolicy.js.map +1 -0
  143. package/dist/commonjs/policies/StorageBrowserPolicyV2.d.ts +11 -0
  144. package/dist/commonjs/policies/StorageBrowserPolicyV2.d.ts.map +1 -0
  145. package/dist/commonjs/policies/StorageBrowserPolicyV2.js +35 -0
  146. package/dist/commonjs/policies/StorageBrowserPolicyV2.js.map +1 -0
  147. package/dist/commonjs/policies/StorageCorrectContentLengthPolicy.d.ts +10 -0
  148. package/dist/commonjs/policies/StorageCorrectContentLengthPolicy.d.ts.map +1 -0
  149. package/dist/commonjs/policies/StorageCorrectContentLengthPolicy.js +31 -0
  150. package/dist/commonjs/policies/StorageCorrectContentLengthPolicy.js.map +1 -0
  151. package/dist/commonjs/policies/StorageRetryPolicy.d.ts +62 -0
  152. package/dist/commonjs/policies/StorageRetryPolicy.d.ts.map +1 -0
  153. package/dist/commonjs/policies/StorageRetryPolicy.js +225 -0
  154. package/dist/commonjs/policies/StorageRetryPolicy.js.map +1 -0
  155. package/dist/commonjs/policies/StorageRetryPolicyType.d.ts +14 -0
  156. package/dist/commonjs/policies/StorageRetryPolicyType.d.ts.map +1 -0
  157. package/dist/commonjs/policies/StorageRetryPolicyType.js +20 -0
  158. package/dist/commonjs/policies/StorageRetryPolicyType.js.map +1 -0
  159. package/dist/commonjs/policies/StorageRetryPolicyV2.d.ts +11 -0
  160. package/dist/commonjs/policies/StorageRetryPolicyV2.d.ts.map +1 -0
  161. package/dist/commonjs/policies/StorageRetryPolicyV2.js +169 -0
  162. package/dist/commonjs/policies/StorageRetryPolicyV2.js.map +1 -0
  163. package/dist/commonjs/policies/StorageSharedKeyCredentialPolicy.d.ts +54 -0
  164. package/dist/commonjs/policies/StorageSharedKeyCredentialPolicy.d.ts.map +1 -0
  165. package/dist/commonjs/policies/StorageSharedKeyCredentialPolicy.js +149 -0
  166. package/dist/commonjs/policies/StorageSharedKeyCredentialPolicy.js.map +1 -0
  167. package/dist/commonjs/policies/StorageSharedKeyCredentialPolicyV2.d.ts +17 -0
  168. package/dist/commonjs/policies/StorageSharedKeyCredentialPolicyV2.d.ts.map +1 -0
  169. package/dist/commonjs/policies/StorageSharedKeyCredentialPolicyV2.js +136 -0
  170. package/dist/commonjs/policies/StorageSharedKeyCredentialPolicyV2.js.map +1 -0
  171. package/dist/commonjs/tsdoc-metadata.json +11 -11
  172. package/dist/commonjs/utils/SharedKeyComparator.d.ts +2 -0
  173. package/dist/commonjs/utils/SharedKeyComparator.d.ts.map +1 -0
  174. package/dist/commonjs/utils/SharedKeyComparator.js +76 -0
  175. package/dist/commonjs/utils/SharedKeyComparator.js.map +1 -0
  176. package/dist/commonjs/utils/constants.d.ts +39 -0
  177. package/dist/commonjs/utils/constants.d.ts.map +1 -0
  178. package/dist/commonjs/utils/constants.js +67 -0
  179. package/dist/commonjs/utils/constants.js.map +1 -0
  180. package/dist/commonjs/utils/tracing.d.ts +6 -0
  181. package/dist/commonjs/utils/tracing.d.ts.map +1 -0
  182. package/dist/commonjs/utils/tracing.js +17 -0
  183. package/dist/commonjs/utils/tracing.js.map +1 -0
  184. package/dist/commonjs/utils/utils.common.d.ts +305 -0
  185. package/dist/commonjs/utils/utils.common.d.ts.map +1 -0
  186. package/dist/commonjs/utils/utils.common.js +573 -0
  187. package/dist/commonjs/utils/utils.common.js.map +1 -0
  188. package/dist/esm/BufferScheduler.js +70 -44
  189. package/dist/esm/BufferScheduler.js.map +1 -1
  190. package/dist/esm/BuffersStream.js +14 -0
  191. package/dist/esm/BuffersStream.js.map +1 -1
  192. package/dist/esm/PooledBuffer.js +13 -5
  193. package/dist/esm/PooledBuffer.js.map +1 -1
  194. package/dist/esm/StorageBrowserPolicyFactory.d.ts +16 -0
  195. package/dist/esm/StorageBrowserPolicyFactory.d.ts.map +1 -0
  196. package/dist/esm/StorageBrowserPolicyFactory.js +19 -0
  197. package/dist/esm/StorageBrowserPolicyFactory.js.map +1 -0
  198. package/dist/esm/StorageRetryPolicyFactory.d.ts +66 -0
  199. package/dist/esm/StorageRetryPolicyFactory.d.ts.map +1 -0
  200. package/dist/esm/StorageRetryPolicyFactory.js +28 -0
  201. package/dist/esm/StorageRetryPolicyFactory.js.map +1 -0
  202. package/dist/esm/credentials/AnonymousCredential.d.ts +19 -0
  203. package/dist/esm/credentials/AnonymousCredential.d.ts.map +1 -0
  204. package/dist/esm/credentials/AnonymousCredential.js +22 -0
  205. package/dist/esm/credentials/AnonymousCredential.js.map +1 -0
  206. package/dist/esm/credentials/Credential.d.ts +20 -0
  207. package/dist/esm/credentials/Credential.d.ts.map +1 -0
  208. package/dist/esm/credentials/Credential.js +18 -0
  209. package/dist/esm/credentials/Credential.js.map +1 -0
  210. package/dist/esm/credentials/StorageSharedKeyCredential.d.ts +38 -0
  211. package/dist/esm/credentials/StorageSharedKeyCredential.d.ts.map +1 -0
  212. package/dist/esm/credentials/StorageSharedKeyCredential.js +48 -0
  213. package/dist/esm/credentials/StorageSharedKeyCredential.js.map +1 -0
  214. package/dist/esm/index.d.ts +17 -0
  215. package/dist/esm/index.d.ts.map +1 -1
  216. package/dist/esm/index.js +17 -0
  217. package/dist/esm/index.js.map +1 -1
  218. package/dist/esm/log.d.ts +5 -0
  219. package/dist/esm/log.d.ts.map +1 -0
  220. package/dist/esm/log.js +8 -0
  221. package/dist/esm/log.js.map +1 -0
  222. package/dist/esm/policies/AnonymousCredentialPolicy.d.ts +15 -0
  223. package/dist/esm/policies/AnonymousCredentialPolicy.d.ts.map +1 -0
  224. package/dist/esm/policies/AnonymousCredentialPolicy.js +20 -0
  225. package/dist/esm/policies/AnonymousCredentialPolicy.js.map +1 -0
  226. package/dist/esm/policies/CredentialPolicy.d.ts +22 -0
  227. package/dist/esm/policies/CredentialPolicy.d.ts.map +1 -0
  228. package/dist/esm/policies/CredentialPolicy.js +29 -0
  229. package/dist/esm/policies/CredentialPolicy.js.map +1 -0
  230. package/dist/esm/policies/RequestPolicy.d.ts +45 -0
  231. package/dist/esm/policies/RequestPolicy.d.ts.map +1 -0
  232. package/dist/esm/policies/RequestPolicy.js +42 -0
  233. package/dist/esm/policies/RequestPolicy.js.map +1 -0
  234. package/dist/esm/policies/StorageBrowserPolicy.d.ts +28 -0
  235. package/dist/esm/policies/StorageBrowserPolicy.d.ts.map +1 -0
  236. package/dist/esm/policies/StorageBrowserPolicy.js +47 -0
  237. package/dist/esm/policies/StorageBrowserPolicy.js.map +1 -0
  238. package/dist/esm/policies/StorageBrowserPolicyV2.d.ts +11 -0
  239. package/dist/esm/policies/StorageBrowserPolicyV2.d.ts.map +1 -0
  240. package/dist/esm/policies/StorageBrowserPolicyV2.js +31 -0
  241. package/dist/esm/policies/StorageBrowserPolicyV2.js.map +1 -0
  242. package/dist/esm/policies/StorageCorrectContentLengthPolicy.d.ts +10 -0
  243. package/dist/esm/policies/StorageCorrectContentLengthPolicy.d.ts.map +1 -0
  244. package/dist/esm/policies/StorageCorrectContentLengthPolicy.js +27 -0
  245. package/dist/esm/policies/StorageCorrectContentLengthPolicy.js.map +1 -0
  246. package/dist/esm/policies/StorageRetryPolicy.d.ts +62 -0
  247. package/dist/esm/policies/StorageRetryPolicy.d.ts.map +1 -0
  248. package/dist/esm/policies/StorageRetryPolicy.js +220 -0
  249. package/dist/esm/policies/StorageRetryPolicy.js.map +1 -0
  250. package/dist/esm/policies/StorageRetryPolicyType.d.ts +14 -0
  251. package/dist/esm/policies/StorageRetryPolicyType.d.ts.map +1 -0
  252. package/dist/esm/policies/StorageRetryPolicyType.js +17 -0
  253. package/dist/esm/policies/StorageRetryPolicyType.js.map +1 -0
  254. package/dist/esm/policies/StorageRetryPolicyV2.d.ts +11 -0
  255. package/dist/esm/policies/StorageRetryPolicyV2.d.ts.map +1 -0
  256. package/dist/esm/policies/StorageRetryPolicyV2.js +165 -0
  257. package/dist/esm/policies/StorageRetryPolicyV2.js.map +1 -0
  258. package/dist/esm/policies/StorageSharedKeyCredentialPolicy.d.ts +54 -0
  259. package/dist/esm/policies/StorageSharedKeyCredentialPolicy.d.ts.map +1 -0
  260. package/dist/esm/policies/StorageSharedKeyCredentialPolicy.js +145 -0
  261. package/dist/esm/policies/StorageSharedKeyCredentialPolicy.js.map +1 -0
  262. package/dist/esm/policies/StorageSharedKeyCredentialPolicyV2.d.ts +17 -0
  263. package/dist/esm/policies/StorageSharedKeyCredentialPolicyV2.d.ts.map +1 -0
  264. package/dist/esm/policies/StorageSharedKeyCredentialPolicyV2.js +132 -0
  265. package/dist/esm/policies/StorageSharedKeyCredentialPolicyV2.js.map +1 -0
  266. package/dist/esm/utils/SharedKeyComparator.d.ts +2 -0
  267. package/dist/esm/utils/SharedKeyComparator.d.ts.map +1 -0
  268. package/dist/esm/utils/SharedKeyComparator.js +73 -0
  269. package/dist/esm/utils/SharedKeyComparator.js.map +1 -0
  270. package/dist/esm/utils/constants.d.ts +39 -0
  271. package/dist/esm/utils/constants.d.ts.map +1 -0
  272. package/dist/esm/utils/constants.js +64 -0
  273. package/dist/esm/utils/constants.js.map +1 -0
  274. package/dist/esm/utils/tracing.d.ts +6 -0
  275. package/dist/esm/utils/tracing.d.ts.map +1 -0
  276. package/dist/esm/utils/tracing.js +14 -0
  277. package/dist/esm/utils/tracing.js.map +1 -0
  278. package/dist/esm/utils/utils.common.d.ts +305 -0
  279. package/dist/esm/utils/utils.common.d.ts.map +1 -0
  280. package/dist/esm/utils/utils.common.js +544 -0
  281. package/dist/esm/utils/utils.common.js.map +1 -0
  282. package/dist/react-native/BufferScheduler.js +70 -44
  283. package/dist/react-native/BufferScheduler.js.map +1 -1
  284. package/dist/react-native/BuffersStream.js +14 -0
  285. package/dist/react-native/BuffersStream.js.map +1 -1
  286. package/dist/react-native/PooledBuffer.js +13 -5
  287. package/dist/react-native/PooledBuffer.js.map +1 -1
  288. package/dist/react-native/StorageBrowserPolicyFactory.d.ts +16 -0
  289. package/dist/react-native/StorageBrowserPolicyFactory.d.ts.map +1 -0
  290. package/dist/react-native/StorageBrowserPolicyFactory.js +19 -0
  291. package/dist/react-native/StorageBrowserPolicyFactory.js.map +1 -0
  292. package/dist/react-native/StorageRetryPolicyFactory.d.ts +66 -0
  293. package/dist/react-native/StorageRetryPolicyFactory.d.ts.map +1 -0
  294. package/dist/react-native/StorageRetryPolicyFactory.js +28 -0
  295. package/dist/react-native/StorageRetryPolicyFactory.js.map +1 -0
  296. package/dist/react-native/credentials/AnonymousCredential.d.ts +19 -0
  297. package/dist/react-native/credentials/AnonymousCredential.d.ts.map +1 -0
  298. package/dist/react-native/credentials/AnonymousCredential.js +22 -0
  299. package/dist/react-native/credentials/AnonymousCredential.js.map +1 -0
  300. package/dist/react-native/credentials/Credential.d.ts +20 -0
  301. package/dist/react-native/credentials/Credential.d.ts.map +1 -0
  302. package/dist/react-native/credentials/Credential.js +18 -0
  303. package/dist/react-native/credentials/Credential.js.map +1 -0
  304. package/dist/react-native/credentials/StorageSharedKeyCredential.d.ts +38 -0
  305. package/dist/react-native/credentials/StorageSharedKeyCredential.d.ts.map +1 -0
  306. package/dist/react-native/credentials/StorageSharedKeyCredential.js +48 -0
  307. package/dist/react-native/credentials/StorageSharedKeyCredential.js.map +1 -0
  308. package/dist/react-native/index.d.ts +17 -0
  309. package/dist/react-native/index.d.ts.map +1 -1
  310. package/dist/react-native/index.js +17 -0
  311. package/dist/react-native/index.js.map +1 -1
  312. package/dist/react-native/log.d.ts +5 -0
  313. package/dist/react-native/log.d.ts.map +1 -0
  314. package/dist/react-native/log.js +8 -0
  315. package/dist/react-native/log.js.map +1 -0
  316. package/dist/react-native/policies/AnonymousCredentialPolicy.d.ts +15 -0
  317. package/dist/react-native/policies/AnonymousCredentialPolicy.d.ts.map +1 -0
  318. package/dist/react-native/policies/AnonymousCredentialPolicy.js +20 -0
  319. package/dist/react-native/policies/AnonymousCredentialPolicy.js.map +1 -0
  320. package/dist/react-native/policies/CredentialPolicy.d.ts +22 -0
  321. package/dist/react-native/policies/CredentialPolicy.d.ts.map +1 -0
  322. package/dist/react-native/policies/CredentialPolicy.js +29 -0
  323. package/dist/react-native/policies/CredentialPolicy.js.map +1 -0
  324. package/dist/react-native/policies/RequestPolicy.d.ts +45 -0
  325. package/dist/react-native/policies/RequestPolicy.d.ts.map +1 -0
  326. package/dist/react-native/policies/RequestPolicy.js +42 -0
  327. package/dist/react-native/policies/RequestPolicy.js.map +1 -0
  328. package/dist/react-native/policies/StorageBrowserPolicy.d.ts +28 -0
  329. package/dist/react-native/policies/StorageBrowserPolicy.d.ts.map +1 -0
  330. package/dist/react-native/policies/StorageBrowserPolicy.js +47 -0
  331. package/dist/react-native/policies/StorageBrowserPolicy.js.map +1 -0
  332. package/dist/react-native/policies/StorageBrowserPolicyV2.d.ts +11 -0
  333. package/dist/react-native/policies/StorageBrowserPolicyV2.d.ts.map +1 -0
  334. package/dist/react-native/policies/StorageBrowserPolicyV2.js +31 -0
  335. package/dist/react-native/policies/StorageBrowserPolicyV2.js.map +1 -0
  336. package/dist/react-native/policies/StorageCorrectContentLengthPolicy.d.ts +10 -0
  337. package/dist/react-native/policies/StorageCorrectContentLengthPolicy.d.ts.map +1 -0
  338. package/dist/react-native/policies/StorageCorrectContentLengthPolicy.js +27 -0
  339. package/dist/react-native/policies/StorageCorrectContentLengthPolicy.js.map +1 -0
  340. package/dist/react-native/policies/StorageRetryPolicy.d.ts +62 -0
  341. package/dist/react-native/policies/StorageRetryPolicy.d.ts.map +1 -0
  342. package/dist/react-native/policies/StorageRetryPolicy.js +220 -0
  343. package/dist/react-native/policies/StorageRetryPolicy.js.map +1 -0
  344. package/dist/react-native/policies/StorageRetryPolicyType.d.ts +14 -0
  345. package/dist/react-native/policies/StorageRetryPolicyType.d.ts.map +1 -0
  346. package/dist/react-native/policies/StorageRetryPolicyType.js +17 -0
  347. package/dist/react-native/policies/StorageRetryPolicyType.js.map +1 -0
  348. package/dist/react-native/policies/StorageRetryPolicyV2.d.ts +11 -0
  349. package/dist/react-native/policies/StorageRetryPolicyV2.d.ts.map +1 -0
  350. package/dist/react-native/policies/StorageRetryPolicyV2.js +165 -0
  351. package/dist/react-native/policies/StorageRetryPolicyV2.js.map +1 -0
  352. package/dist/react-native/policies/StorageSharedKeyCredentialPolicy.d.ts +54 -0
  353. package/dist/react-native/policies/StorageSharedKeyCredentialPolicy.d.ts.map +1 -0
  354. package/dist/react-native/policies/StorageSharedKeyCredentialPolicy.js +145 -0
  355. package/dist/react-native/policies/StorageSharedKeyCredentialPolicy.js.map +1 -0
  356. package/dist/react-native/policies/StorageSharedKeyCredentialPolicyV2.d.ts +17 -0
  357. package/dist/react-native/policies/StorageSharedKeyCredentialPolicyV2.d.ts.map +1 -0
  358. package/dist/react-native/policies/StorageSharedKeyCredentialPolicyV2.js +132 -0
  359. package/dist/react-native/policies/StorageSharedKeyCredentialPolicyV2.js.map +1 -0
  360. package/dist/react-native/utils/SharedKeyComparator.d.ts +2 -0
  361. package/dist/react-native/utils/SharedKeyComparator.d.ts.map +1 -0
  362. package/dist/react-native/utils/SharedKeyComparator.js +73 -0
  363. package/dist/react-native/utils/SharedKeyComparator.js.map +1 -0
  364. package/dist/react-native/utils/constants.d.ts +39 -0
  365. package/dist/react-native/utils/constants.d.ts.map +1 -0
  366. package/dist/react-native/utils/constants.js +64 -0
  367. package/dist/react-native/utils/constants.js.map +1 -0
  368. package/dist/react-native/utils/tracing.d.ts +6 -0
  369. package/dist/react-native/utils/tracing.d.ts.map +1 -0
  370. package/dist/react-native/utils/tracing.js +14 -0
  371. package/dist/react-native/utils/tracing.js.map +1 -0
  372. package/dist/react-native/utils/utils.common.d.ts +305 -0
  373. package/dist/react-native/utils/utils.common.d.ts.map +1 -0
  374. package/dist/react-native/utils/utils.common.js +544 -0
  375. package/dist/react-native/utils/utils.common.js.map +1 -0
  376. package/package.json +12 -6
  377. package/dist/browser/index.d.ts.map +0 -1
  378. package/dist/browser/index.js.map +0 -1
@@ -0,0 +1,305 @@
1
+ import type { AbortSignalLike } from "@azure/abort-controller";
2
+ import type { TokenCredential } from "@azure/core-auth";
3
+ import type { HttpHeaders } from "@azure/core-rest-pipeline";
4
+ /**
5
+ * Represents authentication information in Authorization, ProxyAuthorization,
6
+ * WWW-Authenticate, and Proxy-Authenticate header values.
7
+ */
8
+ interface HttpAuthorization {
9
+ /**
10
+ * The scheme to use for authorization.
11
+ */
12
+ scheme: string;
13
+ /**
14
+ * the credentials containing the authentication information of the user agent for the resource being requested.
15
+ */
16
+ value: string;
17
+ }
18
+ import type { HttpHeadersLike, WebResourceLike } from "@azure/core-http-compat";
19
+ /**
20
+ * Reserved URL characters must be properly escaped for Storage services like Blob or File.
21
+ *
22
+ * ## URL encode and escape strategy for JS SDKs
23
+ *
24
+ * When customers pass a URL string into XxxClient classes constructor, the URL string may already be URL encoded or not.
25
+ * But before sending to Azure Storage server, the URL must be encoded. However, it's hard for a SDK to guess whether the URL
26
+ * string has been encoded or not. We have 2 potential strategies, and chose strategy two for the XxxClient constructors.
27
+ *
28
+ * ### Strategy One: Assume the customer URL string is not encoded, and always encode URL string in SDK.
29
+ *
30
+ * This is what legacy V2 SDK does, simple and works for most of the cases.
31
+ * - When customer URL string is "http://account.blob.core.windows.net/con/b:",
32
+ * SDK will encode it to "http://account.blob.core.windows.net/con/b%3A" and send to server. A blob named "b:" will be created.
33
+ * - When customer URL string is "http://account.blob.core.windows.net/con/b%3A",
34
+ * SDK will encode it to "http://account.blob.core.windows.net/con/b%253A" and send to server. A blob named "b%3A" will be created.
35
+ *
36
+ * But this strategy will make it not possible to create a blob with "?" in it's name. Because when customer URL string is
37
+ * "http://account.blob.core.windows.net/con/blob?name", the "?name" will be treated as URL paramter instead of blob name.
38
+ * If customer URL string is "http://account.blob.core.windows.net/con/blob%3Fname", a blob named "blob%3Fname" will be created.
39
+ * V2 SDK doesn't have this issue because it doesn't allow customer pass in a full URL, it accepts a separate blob name and encodeURIComponent for it.
40
+ * We cannot accept a SDK cannot create a blob name with "?". So we implement strategy two:
41
+ *
42
+ * ### Strategy Two: SDK doesn't assume the URL has been encoded or not. It will just escape the special characters.
43
+ *
44
+ * This is what V10 Blob Go SDK does. It accepts a URL type in Go, and call url.EscapedPath() to escape the special chars unescaped.
45
+ * - When customer URL string is "http://account.blob.core.windows.net/con/b:",
46
+ * SDK will escape ":" like "http://account.blob.core.windows.net/con/b%3A" and send to server. A blob named "b:" will be created.
47
+ * - When customer URL string is "http://account.blob.core.windows.net/con/b%3A",
48
+ * There is no special characters, so send "http://account.blob.core.windows.net/con/b%3A" to server. A blob named "b:" will be created.
49
+ * - When customer URL string is "http://account.blob.core.windows.net/con/b%253A",
50
+ * There is no special characters, so send "http://account.blob.core.windows.net/con/b%253A" to server. A blob named "b%3A" will be created.
51
+ *
52
+ * This strategy gives us flexibility to create with any special characters. But "%" will be treated as a special characters, if the URL string
53
+ * is not encoded, there shouldn't a "%" in the URL string, otherwise the URL is not a valid URL.
54
+ * If customer needs to create a blob with "%" in it's blob name, use "%25" instead of "%". Just like above 3rd sample.
55
+ * And following URL strings are invalid:
56
+ * - "http://account.blob.core.windows.net/con/b%"
57
+ * - "http://account.blob.core.windows.net/con/b%2"
58
+ * - "http://account.blob.core.windows.net/con/b%G"
59
+ *
60
+ * Another special character is "?", use "%2F" to represent a blob name with "?" in a URL string.
61
+ *
62
+ * ### Strategy for containerName, blobName or other specific XXXName parameters in methods such as `containerClient.getBlobClient(blobName)`
63
+ *
64
+ * We will apply strategy one, and call encodeURIComponent for these parameters like blobName. Because what customers passes in is a plain name instead of a URL.
65
+ *
66
+ * @see https://learn.microsoft.com/en-us/rest/api/storageservices/naming-and-referencing-containers--blobs--and-metadata
67
+ * @see https://learn.microsoft.com/en-us/rest/api/storageservices/naming-and-referencing-shares--directories--files--and-metadata
68
+ *
69
+ * @param url -
70
+ */
71
+ export declare function escapeURLPath(url: string): string;
72
+ export interface ConnectionString {
73
+ kind: "AccountConnString" | "SASConnString";
74
+ url: string;
75
+ accountName: string;
76
+ accountKey?: any;
77
+ accountSas?: string;
78
+ proxyUri?: string;
79
+ }
80
+ export declare function getValueInConnString(connectionString: string, argument: "BlobEndpoint" | "AccountName" | "AccountKey" | "DefaultEndpointsProtocol" | "EndpointSuffix" | "SharedAccessSignature"): string;
81
+ /**
82
+ * Extracts the parts of an Azure Storage account connection string.
83
+ *
84
+ * @param connectionString - Connection string.
85
+ * @returns String key value pairs of the storage account's url and credentials.
86
+ */
87
+ export declare function extractConnectionStringParts(connectionString: string): ConnectionString;
88
+ /**
89
+ * Append a string to URL path. Will remove duplicated "/" in front of the string
90
+ * when URL path ends with a "/".
91
+ *
92
+ * @param url - Source URL string
93
+ * @param name - String to be appended to URL
94
+ * @returns An updated URL string
95
+ */
96
+ export declare function appendToURLPath(url: string, name: string): string;
97
+ /**
98
+ * Set URL parameter name and value. If name exists in URL parameters, old value
99
+ * will be replaced by name key. If not provide value, the parameter will be deleted.
100
+ *
101
+ * @param url - Source URL string
102
+ * @param name - Parameter name
103
+ * @param value - Parameter value
104
+ * @returns An updated URL string
105
+ */
106
+ export declare function setURLParameter(url: string, name: string, value?: string): string;
107
+ /**
108
+ * Get URL parameter by name.
109
+ *
110
+ * @param url -
111
+ * @param name -
112
+ */
113
+ export declare function getURLParameter(url: string, name: string): string | string[] | undefined;
114
+ /**
115
+ * Set URL host.
116
+ *
117
+ * @param url - Source URL string
118
+ * @param host - New host string
119
+ * @returns An updated URL string
120
+ */
121
+ export declare function setURLHost(url: string, host: string): string;
122
+ /**
123
+ * Get URL path from an URL string.
124
+ *
125
+ * @param url - Source URL string
126
+ */
127
+ export declare function getURLPath(url: string): string | undefined;
128
+ /**
129
+ * Get URL scheme from an URL string.
130
+ *
131
+ * @param url - Source URL string
132
+ */
133
+ export declare function getURLScheme(url: string): string | undefined;
134
+ /**
135
+ * Get URL path and query from an URL string.
136
+ *
137
+ * @param url - Source URL string
138
+ */
139
+ export declare function getURLPathAndQuery(url: string): string | undefined;
140
+ /**
141
+ * Get URL query key value pairs from an URL string.
142
+ *
143
+ * @param url -
144
+ */
145
+ export declare function getURLQueries(url: string): {
146
+ [key: string]: string;
147
+ };
148
+ /**
149
+ * Append a string to URL query.
150
+ *
151
+ * @param url - Source URL string.
152
+ * @param queryParts - String to be appended to the URL query.
153
+ * @returns An updated URL string.
154
+ */
155
+ export declare function appendToURLQuery(url: string, queryParts: string): string;
156
+ /**
157
+ * Rounds a date off to seconds.
158
+ *
159
+ * @param date -
160
+ * @param withMilliseconds - If true, YYYY-MM-DDThh:mm:ss.fffffffZ will be returned;
161
+ * If false, YYYY-MM-DDThh:mm:ssZ will be returned.
162
+ * @returns Date string in ISO8061 format, with or without 7 milliseconds component
163
+ */
164
+ export declare function truncatedISO8061Date(date: Date, withMilliseconds?: boolean): string;
165
+ /**
166
+ * Base64 encode.
167
+ *
168
+ * @param content -
169
+ */
170
+ export declare function base64encode(content: string): string;
171
+ /**
172
+ * Base64 decode.
173
+ *
174
+ * @param encodedString -
175
+ */
176
+ export declare function base64decode(encodedString: string): string;
177
+ /**
178
+ * Generate a 64 bytes base64 block ID string.
179
+ *
180
+ * @param blockIndex -
181
+ */
182
+ export declare function generateBlockID(blockIDPrefix: string, blockIndex: number): string;
183
+ /**
184
+ * Delay specified time interval.
185
+ *
186
+ * @param timeInMs -
187
+ * @param aborter -
188
+ * @param abortError -
189
+ */
190
+ export declare function delay(timeInMs: number, aborter?: AbortSignalLike, abortError?: Error): Promise<void>;
191
+ /**
192
+ * String.prototype.padStart()
193
+ *
194
+ * @param currentString -
195
+ * @param targetLength -
196
+ * @param padString -
197
+ */
198
+ export declare function padStart(currentString: string, targetLength: number, padString?: string): string;
199
+ export declare function sanitizeURL(url: string): string;
200
+ export declare function sanitizeHeaders(originalHeader: HttpHeaders): HttpHeaders;
201
+ /**
202
+ * If two strings are equal when compared case insensitive.
203
+ *
204
+ * @param str1 -
205
+ * @param str2 -
206
+ */
207
+ export declare function iEqual(str1: string, str2: string): boolean;
208
+ /**
209
+ * Extracts account name from the url
210
+ * @param url - url to extract the account name from
211
+ * @returns with the account name
212
+ */
213
+ export declare function getAccountNameFromUrl(url: string): string;
214
+ export declare function isIpEndpointStyle(parsedUrl: URL): boolean;
215
+ /**
216
+ * Attach a TokenCredential to an object.
217
+ *
218
+ * @param thing -
219
+ * @param credential -
220
+ */
221
+ export declare function attachCredential<T>(thing: T, credential: TokenCredential): T;
222
+ export declare function httpAuthorizationToString(httpAuthorization?: HttpAuthorization): string | undefined;
223
+ /**
224
+ * Escape the blobName but keep path separator ('/').
225
+ */
226
+ export declare function EscapePath(blobName: string): string;
227
+ /**
228
+ * A representation of an HTTP response that
229
+ * includes a reference to the request that
230
+ * originated it.
231
+ */
232
+ export interface HttpResponse {
233
+ /**
234
+ * The headers from the response.
235
+ */
236
+ headers: HttpHeadersLike;
237
+ /**
238
+ * The original request that resulted in this response.
239
+ */
240
+ request: WebResourceLike;
241
+ /**
242
+ * The HTTP status code returned from the service.
243
+ */
244
+ status: number;
245
+ }
246
+ /**
247
+ * An object with a _response property that has
248
+ * headers already parsed into a typed object.
249
+ */
250
+ export interface ResponseWithHeaders<Headers> {
251
+ /**
252
+ * The underlying HTTP response.
253
+ */
254
+ _response: HttpResponse & {
255
+ /**
256
+ * The parsed HTTP response headers.
257
+ */
258
+ parsedHeaders: Headers;
259
+ };
260
+ }
261
+ /**
262
+ * An object with a _response property that has body
263
+ * and headers already parsed into known types.
264
+ */
265
+ export interface ResponseWithBody<Headers, Body> {
266
+ /**
267
+ * The underlying HTTP response.
268
+ */
269
+ _response: HttpResponse & {
270
+ /**
271
+ * The parsed HTTP response headers.
272
+ */
273
+ parsedHeaders: Headers;
274
+ /**
275
+ * The response body as text (string format)
276
+ */
277
+ bodyAsText: string;
278
+ /**
279
+ * The response body as parsed JSON or XML
280
+ */
281
+ parsedBody: Body;
282
+ };
283
+ }
284
+ /**
285
+ * An object with a simple _response property.
286
+ */
287
+ export interface ResponseLike {
288
+ /**
289
+ * The underlying HTTP response.
290
+ */
291
+ _response: HttpResponse;
292
+ }
293
+ /**
294
+ * A type that represents an operation result with a known _response property.
295
+ */
296
+ export type WithResponse<T, Headers = undefined, Body = undefined> = T & (Body extends object ? ResponseWithBody<Headers, Body> : Headers extends object ? ResponseWithHeaders<Headers> : ResponseLike);
297
+ /**
298
+ * A typesafe helper for ensuring that a given response object has
299
+ * the original _response attached.
300
+ * @param response - A response object from calling a client operation
301
+ * @returns The same object, but with known _response property
302
+ */
303
+ export declare function assertResponse<T extends object, Headers = undefined, Body = undefined>(response: T): WithResponse<T, Headers, Body>;
304
+ export {};
305
+ //# sourceMappingURL=utils.common.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"utils.common.d.ts","sourceRoot":"","sources":["../../../src/utils/utils.common.ts"],"names":[],"mappings":"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"}