@techninja/staticart 0.1.4

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 (4521) hide show
  1. package/README.md +183 -0
  2. package/api/checkout.js +72 -0
  3. package/api/jsconfig.json +16 -0
  4. package/api/lib/config.js +42 -0
  5. package/api/lib/dynamo.js +102 -0
  6. package/api/lib/response.js +21 -0
  7. package/api/lib/shipping/index.js +126 -0
  8. package/api/lib/stripe.js +97 -0
  9. package/api/node_modules/.package-lock.json +1659 -0
  10. package/api/node_modules/@aws/lambda-invoke-store/LICENSE +175 -0
  11. package/api/node_modules/@aws/lambda-invoke-store/README.md +198 -0
  12. package/api/node_modules/@aws/lambda-invoke-store/dist-cjs/invoke-store.js +119 -0
  13. package/api/node_modules/@aws/lambda-invoke-store/dist-es/invoke-store.js +117 -0
  14. package/api/node_modules/@aws/lambda-invoke-store/dist-types/invoke-store.benchmark.d.ts +1 -0
  15. package/api/node_modules/@aws/lambda-invoke-store/dist-types/invoke-store.d.ts +49 -0
  16. package/api/node_modules/@aws/lambda-invoke-store/package.json +55 -0
  17. package/api/node_modules/@aws-crypto/sha256-browser/CHANGELOG.md +118 -0
  18. package/api/node_modules/@aws-crypto/sha256-browser/LICENSE +202 -0
  19. package/api/node_modules/@aws-crypto/sha256-browser/README.md +31 -0
  20. package/api/node_modules/@aws-crypto/sha256-browser/build/main/constants.d.ts +10 -0
  21. package/api/node_modules/@aws-crypto/sha256-browser/build/main/constants.js +43 -0
  22. package/api/node_modules/@aws-crypto/sha256-browser/build/main/constants.js.map +1 -0
  23. package/api/node_modules/@aws-crypto/sha256-browser/build/main/crossPlatformSha256.d.ts +8 -0
  24. package/api/node_modules/@aws-crypto/sha256-browser/build/main/crossPlatformSha256.js +30 -0
  25. package/api/node_modules/@aws-crypto/sha256-browser/build/main/crossPlatformSha256.js.map +1 -0
  26. package/api/node_modules/@aws-crypto/sha256-browser/build/main/index.d.ts +2 -0
  27. package/api/node_modules/@aws-crypto/sha256-browser/build/main/index.js +8 -0
  28. package/api/node_modules/@aws-crypto/sha256-browser/build/main/index.js.map +1 -0
  29. package/api/node_modules/@aws-crypto/sha256-browser/build/main/isEmptyData.d.ts +2 -0
  30. package/api/node_modules/@aws-crypto/sha256-browser/build/main/isEmptyData.js +11 -0
  31. package/api/node_modules/@aws-crypto/sha256-browser/build/main/isEmptyData.js.map +1 -0
  32. package/api/node_modules/@aws-crypto/sha256-browser/build/main/webCryptoSha256.d.ts +10 -0
  33. package/api/node_modules/@aws-crypto/sha256-browser/build/main/webCryptoSha256.js +56 -0
  34. package/api/node_modules/@aws-crypto/sha256-browser/build/main/webCryptoSha256.js.map +1 -0
  35. package/api/node_modules/@aws-crypto/sha256-browser/build/module/constants.d.ts +10 -0
  36. package/api/node_modules/@aws-crypto/sha256-browser/build/module/constants.js +40 -0
  37. package/api/node_modules/@aws-crypto/sha256-browser/build/module/constants.js.map +1 -0
  38. package/api/node_modules/@aws-crypto/sha256-browser/build/module/crossPlatformSha256.d.ts +8 -0
  39. package/api/node_modules/@aws-crypto/sha256-browser/build/module/crossPlatformSha256.js +27 -0
  40. package/api/node_modules/@aws-crypto/sha256-browser/build/module/crossPlatformSha256.js.map +1 -0
  41. package/api/node_modules/@aws-crypto/sha256-browser/build/module/index.d.ts +2 -0
  42. package/api/node_modules/@aws-crypto/sha256-browser/build/module/index.js +3 -0
  43. package/api/node_modules/@aws-crypto/sha256-browser/build/module/index.js.map +1 -0
  44. package/api/node_modules/@aws-crypto/sha256-browser/build/module/isEmptyData.d.ts +2 -0
  45. package/api/node_modules/@aws-crypto/sha256-browser/build/module/isEmptyData.js +7 -0
  46. package/api/node_modules/@aws-crypto/sha256-browser/build/module/isEmptyData.js.map +1 -0
  47. package/api/node_modules/@aws-crypto/sha256-browser/build/module/webCryptoSha256.d.ts +10 -0
  48. package/api/node_modules/@aws-crypto/sha256-browser/build/module/webCryptoSha256.js +53 -0
  49. package/api/node_modules/@aws-crypto/sha256-browser/build/module/webCryptoSha256.js.map +1 -0
  50. package/api/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/is-array-buffer/LICENSE +201 -0
  51. package/api/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/is-array-buffer/README.md +10 -0
  52. package/api/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/is-array-buffer/dist-cjs/index.js +32 -0
  53. package/api/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/is-array-buffer/dist-es/index.js +2 -0
  54. package/api/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/is-array-buffer/dist-types/index.d.ts +4 -0
  55. package/api/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/is-array-buffer/dist-types/ts3.4/index.d.ts +4 -0
  56. package/api/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/is-array-buffer/package.json +60 -0
  57. package/api/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-buffer-from/LICENSE +201 -0
  58. package/api/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-buffer-from/README.md +10 -0
  59. package/api/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-buffer-from/dist-cjs/index.js +47 -0
  60. package/api/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-buffer-from/dist-es/index.js +14 -0
  61. package/api/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-buffer-from/dist-types/index.d.ts +13 -0
  62. package/api/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-buffer-from/dist-types/ts3.4/index.d.ts +13 -0
  63. package/api/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-buffer-from/package.json +61 -0
  64. package/api/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/LICENSE +201 -0
  65. package/api/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/README.md +4 -0
  66. package/api/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-cjs/fromUtf8.browser.js +1 -0
  67. package/api/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-cjs/fromUtf8.js +1 -0
  68. package/api/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-cjs/index.js +65 -0
  69. package/api/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-cjs/toUint8Array.js +1 -0
  70. package/api/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-cjs/toUtf8.browser.js +1 -0
  71. package/api/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-cjs/toUtf8.js +1 -0
  72. package/api/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-es/fromUtf8.browser.js +1 -0
  73. package/api/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-es/fromUtf8.js +5 -0
  74. package/api/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-es/index.js +3 -0
  75. package/api/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-es/toUint8Array.js +10 -0
  76. package/api/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-es/toUtf8.browser.js +9 -0
  77. package/api/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-es/toUtf8.js +10 -0
  78. package/api/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-types/fromUtf8.browser.d.ts +1 -0
  79. package/api/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-types/fromUtf8.d.ts +1 -0
  80. package/api/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-types/index.d.ts +3 -0
  81. package/api/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-types/toUint8Array.d.ts +1 -0
  82. package/api/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-types/toUtf8.browser.d.ts +7 -0
  83. package/api/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-types/toUtf8.d.ts +7 -0
  84. package/api/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-types/ts3.4/fromUtf8.browser.d.ts +1 -0
  85. package/api/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-types/ts3.4/fromUtf8.d.ts +1 -0
  86. package/api/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-types/ts3.4/index.d.ts +3 -0
  87. package/api/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-types/ts3.4/toUint8Array.d.ts +1 -0
  88. package/api/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-types/ts3.4/toUtf8.browser.d.ts +7 -0
  89. package/api/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-types/ts3.4/toUtf8.d.ts +7 -0
  90. package/api/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/package.json +66 -0
  91. package/api/node_modules/@aws-crypto/sha256-browser/package.json +33 -0
  92. package/api/node_modules/@aws-crypto/sha256-browser/src/constants.ts +41 -0
  93. package/api/node_modules/@aws-crypto/sha256-browser/src/crossPlatformSha256.ts +30 -0
  94. package/api/node_modules/@aws-crypto/sha256-browser/src/index.ts +2 -0
  95. package/api/node_modules/@aws-crypto/sha256-browser/src/isEmptyData.ts +9 -0
  96. package/api/node_modules/@aws-crypto/sha256-browser/src/webCryptoSha256.ts +71 -0
  97. package/api/node_modules/@aws-crypto/sha256-browser/tsconfig.json +10 -0
  98. package/api/node_modules/@aws-crypto/sha256-browser/tsconfig.module.json +7 -0
  99. package/api/node_modules/@aws-crypto/sha256-js/CHANGELOG.md +106 -0
  100. package/api/node_modules/@aws-crypto/sha256-js/LICENSE +201 -0
  101. package/api/node_modules/@aws-crypto/sha256-js/README.md +29 -0
  102. package/api/node_modules/@aws-crypto/sha256-js/build/main/RawSha256.d.ts +17 -0
  103. package/api/node_modules/@aws-crypto/sha256-js/build/main/RawSha256.js +124 -0
  104. package/api/node_modules/@aws-crypto/sha256-js/build/main/RawSha256.js.map +1 -0
  105. package/api/node_modules/@aws-crypto/sha256-js/build/main/constants.d.ts +20 -0
  106. package/api/node_modules/@aws-crypto/sha256-js/build/main/constants.js +98 -0
  107. package/api/node_modules/@aws-crypto/sha256-js/build/main/constants.js.map +1 -0
  108. package/api/node_modules/@aws-crypto/sha256-js/build/main/index.d.ts +1 -0
  109. package/api/node_modules/@aws-crypto/sha256-js/build/main/index.js +5 -0
  110. package/api/node_modules/@aws-crypto/sha256-js/build/main/index.js.map +1 -0
  111. package/api/node_modules/@aws-crypto/sha256-js/build/main/jsSha256.d.ts +12 -0
  112. package/api/node_modules/@aws-crypto/sha256-js/build/main/jsSha256.js +85 -0
  113. package/api/node_modules/@aws-crypto/sha256-js/build/main/jsSha256.js.map +1 -0
  114. package/api/node_modules/@aws-crypto/sha256-js/build/main/knownHashes.fixture.d.ts +5 -0
  115. package/api/node_modules/@aws-crypto/sha256-js/build/main/knownHashes.fixture.js +322 -0
  116. package/api/node_modules/@aws-crypto/sha256-js/build/main/knownHashes.fixture.js.map +1 -0
  117. package/api/node_modules/@aws-crypto/sha256-js/build/module/RawSha256.d.ts +17 -0
  118. package/api/node_modules/@aws-crypto/sha256-js/build/module/RawSha256.js +121 -0
  119. package/api/node_modules/@aws-crypto/sha256-js/build/module/RawSha256.js.map +1 -0
  120. package/api/node_modules/@aws-crypto/sha256-js/build/module/constants.d.ts +20 -0
  121. package/api/node_modules/@aws-crypto/sha256-js/build/module/constants.js +95 -0
  122. package/api/node_modules/@aws-crypto/sha256-js/build/module/constants.js.map +1 -0
  123. package/api/node_modules/@aws-crypto/sha256-js/build/module/index.d.ts +1 -0
  124. package/api/node_modules/@aws-crypto/sha256-js/build/module/index.js +2 -0
  125. package/api/node_modules/@aws-crypto/sha256-js/build/module/index.js.map +1 -0
  126. package/api/node_modules/@aws-crypto/sha256-js/build/module/jsSha256.d.ts +12 -0
  127. package/api/node_modules/@aws-crypto/sha256-js/build/module/jsSha256.js +82 -0
  128. package/api/node_modules/@aws-crypto/sha256-js/build/module/jsSha256.js.map +1 -0
  129. package/api/node_modules/@aws-crypto/sha256-js/build/module/knownHashes.fixture.d.ts +5 -0
  130. package/api/node_modules/@aws-crypto/sha256-js/build/module/knownHashes.fixture.js +319 -0
  131. package/api/node_modules/@aws-crypto/sha256-js/build/module/knownHashes.fixture.js.map +1 -0
  132. package/api/node_modules/@aws-crypto/sha256-js/package.json +32 -0
  133. package/api/node_modules/@aws-crypto/sha256-js/src/RawSha256.ts +164 -0
  134. package/api/node_modules/@aws-crypto/sha256-js/src/constants.ts +98 -0
  135. package/api/node_modules/@aws-crypto/sha256-js/src/index.ts +1 -0
  136. package/api/node_modules/@aws-crypto/sha256-js/src/jsSha256.ts +94 -0
  137. package/api/node_modules/@aws-crypto/sha256-js/src/knownHashes.fixture.ts +401 -0
  138. package/api/node_modules/@aws-crypto/sha256-js/tsconfig.json +10 -0
  139. package/api/node_modules/@aws-crypto/sha256-js/tsconfig.module.json +7 -0
  140. package/api/node_modules/@aws-crypto/supports-web-crypto/CHANGELOG.md +66 -0
  141. package/api/node_modules/@aws-crypto/supports-web-crypto/LICENSE +202 -0
  142. package/api/node_modules/@aws-crypto/supports-web-crypto/README.md +32 -0
  143. package/api/node_modules/@aws-crypto/supports-web-crypto/build/main/index.d.ts +1 -0
  144. package/api/node_modules/@aws-crypto/supports-web-crypto/build/main/index.js +5 -0
  145. package/api/node_modules/@aws-crypto/supports-web-crypto/build/main/index.js.map +1 -0
  146. package/api/node_modules/@aws-crypto/supports-web-crypto/build/main/supportsWebCrypto.d.ts +4 -0
  147. package/api/node_modules/@aws-crypto/supports-web-crypto/build/main/supportsWebCrypto.js +69 -0
  148. package/api/node_modules/@aws-crypto/supports-web-crypto/build/main/supportsWebCrypto.js.map +1 -0
  149. package/api/node_modules/@aws-crypto/supports-web-crypto/build/module/index.d.ts +1 -0
  150. package/api/node_modules/@aws-crypto/supports-web-crypto/build/module/index.js +2 -0
  151. package/api/node_modules/@aws-crypto/supports-web-crypto/build/module/index.js.map +1 -0
  152. package/api/node_modules/@aws-crypto/supports-web-crypto/build/module/supportsWebCrypto.d.ts +4 -0
  153. package/api/node_modules/@aws-crypto/supports-web-crypto/build/module/supportsWebCrypto.js +62 -0
  154. package/api/node_modules/@aws-crypto/supports-web-crypto/build/module/supportsWebCrypto.js.map +1 -0
  155. package/api/node_modules/@aws-crypto/supports-web-crypto/package.json +28 -0
  156. package/api/node_modules/@aws-crypto/supports-web-crypto/src/index.ts +1 -0
  157. package/api/node_modules/@aws-crypto/supports-web-crypto/src/supportsWebCrypto.ts +76 -0
  158. package/api/node_modules/@aws-crypto/supports-web-crypto/tsconfig.json +10 -0
  159. package/api/node_modules/@aws-crypto/supports-web-crypto/tsconfig.module.json +7 -0
  160. package/api/node_modules/@aws-crypto/util/CHANGELOG.md +71 -0
  161. package/api/node_modules/@aws-crypto/util/LICENSE +201 -0
  162. package/api/node_modules/@aws-crypto/util/README.md +16 -0
  163. package/api/node_modules/@aws-crypto/util/build/main/convertToBuffer.d.ts +2 -0
  164. package/api/node_modules/@aws-crypto/util/build/main/convertToBuffer.js +24 -0
  165. package/api/node_modules/@aws-crypto/util/build/main/convertToBuffer.js.map +1 -0
  166. package/api/node_modules/@aws-crypto/util/build/main/index.d.ts +4 -0
  167. package/api/node_modules/@aws-crypto/util/build/main/index.js +14 -0
  168. package/api/node_modules/@aws-crypto/util/build/main/index.js.map +1 -0
  169. package/api/node_modules/@aws-crypto/util/build/main/isEmptyData.d.ts +2 -0
  170. package/api/node_modules/@aws-crypto/util/build/main/isEmptyData.js +13 -0
  171. package/api/node_modules/@aws-crypto/util/build/main/isEmptyData.js.map +1 -0
  172. package/api/node_modules/@aws-crypto/util/build/main/numToUint8.d.ts +1 -0
  173. package/api/node_modules/@aws-crypto/util/build/main/numToUint8.js +15 -0
  174. package/api/node_modules/@aws-crypto/util/build/main/numToUint8.js.map +1 -0
  175. package/api/node_modules/@aws-crypto/util/build/main/uint32ArrayFrom.d.ts +1 -0
  176. package/api/node_modules/@aws-crypto/util/build/main/uint32ArrayFrom.js +20 -0
  177. package/api/node_modules/@aws-crypto/util/build/main/uint32ArrayFrom.js.map +1 -0
  178. package/api/node_modules/@aws-crypto/util/build/module/convertToBuffer.d.ts +2 -0
  179. package/api/node_modules/@aws-crypto/util/build/module/convertToBuffer.js +20 -0
  180. package/api/node_modules/@aws-crypto/util/build/module/convertToBuffer.js.map +1 -0
  181. package/api/node_modules/@aws-crypto/util/build/module/index.d.ts +4 -0
  182. package/api/node_modules/@aws-crypto/util/build/module/index.js +7 -0
  183. package/api/node_modules/@aws-crypto/util/build/module/index.js.map +1 -0
  184. package/api/node_modules/@aws-crypto/util/build/module/isEmptyData.d.ts +2 -0
  185. package/api/node_modules/@aws-crypto/util/build/module/isEmptyData.js +9 -0
  186. package/api/node_modules/@aws-crypto/util/build/module/isEmptyData.js.map +1 -0
  187. package/api/node_modules/@aws-crypto/util/build/module/numToUint8.d.ts +1 -0
  188. package/api/node_modules/@aws-crypto/util/build/module/numToUint8.js +11 -0
  189. package/api/node_modules/@aws-crypto/util/build/module/numToUint8.js.map +1 -0
  190. package/api/node_modules/@aws-crypto/util/build/module/uint32ArrayFrom.d.ts +1 -0
  191. package/api/node_modules/@aws-crypto/util/build/module/uint32ArrayFrom.js +16 -0
  192. package/api/node_modules/@aws-crypto/util/build/module/uint32ArrayFrom.js.map +1 -0
  193. package/api/node_modules/@aws-crypto/util/node_modules/@smithy/is-array-buffer/LICENSE +201 -0
  194. package/api/node_modules/@aws-crypto/util/node_modules/@smithy/is-array-buffer/README.md +10 -0
  195. package/api/node_modules/@aws-crypto/util/node_modules/@smithy/is-array-buffer/dist-cjs/index.js +32 -0
  196. package/api/node_modules/@aws-crypto/util/node_modules/@smithy/is-array-buffer/dist-es/index.js +2 -0
  197. package/api/node_modules/@aws-crypto/util/node_modules/@smithy/is-array-buffer/dist-types/index.d.ts +4 -0
  198. package/api/node_modules/@aws-crypto/util/node_modules/@smithy/is-array-buffer/dist-types/ts3.4/index.d.ts +4 -0
  199. package/api/node_modules/@aws-crypto/util/node_modules/@smithy/is-array-buffer/package.json +60 -0
  200. package/api/node_modules/@aws-crypto/util/node_modules/@smithy/util-buffer-from/LICENSE +201 -0
  201. package/api/node_modules/@aws-crypto/util/node_modules/@smithy/util-buffer-from/README.md +10 -0
  202. package/api/node_modules/@aws-crypto/util/node_modules/@smithy/util-buffer-from/dist-cjs/index.js +47 -0
  203. package/api/node_modules/@aws-crypto/util/node_modules/@smithy/util-buffer-from/dist-es/index.js +14 -0
  204. package/api/node_modules/@aws-crypto/util/node_modules/@smithy/util-buffer-from/dist-types/index.d.ts +13 -0
  205. package/api/node_modules/@aws-crypto/util/node_modules/@smithy/util-buffer-from/dist-types/ts3.4/index.d.ts +13 -0
  206. package/api/node_modules/@aws-crypto/util/node_modules/@smithy/util-buffer-from/package.json +61 -0
  207. package/api/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/LICENSE +201 -0
  208. package/api/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/README.md +4 -0
  209. package/api/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-cjs/fromUtf8.browser.js +1 -0
  210. package/api/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-cjs/fromUtf8.js +1 -0
  211. package/api/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-cjs/index.js +65 -0
  212. package/api/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-cjs/toUint8Array.js +1 -0
  213. package/api/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-cjs/toUtf8.browser.js +1 -0
  214. package/api/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-cjs/toUtf8.js +1 -0
  215. package/api/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-es/fromUtf8.browser.js +1 -0
  216. package/api/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-es/fromUtf8.js +5 -0
  217. package/api/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-es/index.js +3 -0
  218. package/api/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-es/toUint8Array.js +10 -0
  219. package/api/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-es/toUtf8.browser.js +9 -0
  220. package/api/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-es/toUtf8.js +10 -0
  221. package/api/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-types/fromUtf8.browser.d.ts +1 -0
  222. package/api/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-types/fromUtf8.d.ts +1 -0
  223. package/api/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-types/index.d.ts +3 -0
  224. package/api/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-types/toUint8Array.d.ts +1 -0
  225. package/api/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-types/toUtf8.browser.d.ts +7 -0
  226. package/api/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-types/toUtf8.d.ts +7 -0
  227. package/api/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-types/ts3.4/fromUtf8.browser.d.ts +1 -0
  228. package/api/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-types/ts3.4/fromUtf8.d.ts +1 -0
  229. package/api/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-types/ts3.4/index.d.ts +3 -0
  230. package/api/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-types/ts3.4/toUint8Array.d.ts +1 -0
  231. package/api/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-types/ts3.4/toUtf8.browser.d.ts +7 -0
  232. package/api/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-types/ts3.4/toUtf8.d.ts +7 -0
  233. package/api/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/package.json +66 -0
  234. package/api/node_modules/@aws-crypto/util/package.json +32 -0
  235. package/api/node_modules/@aws-crypto/util/src/convertToBuffer.ts +30 -0
  236. package/api/node_modules/@aws-crypto/util/src/index.ts +7 -0
  237. package/api/node_modules/@aws-crypto/util/src/isEmptyData.ts +12 -0
  238. package/api/node_modules/@aws-crypto/util/src/numToUint8.ts +11 -0
  239. package/api/node_modules/@aws-crypto/util/src/uint32ArrayFrom.ts +16 -0
  240. package/api/node_modules/@aws-crypto/util/tsconfig.json +9 -0
  241. package/api/node_modules/@aws-crypto/util/tsconfig.module.json +7 -0
  242. package/api/node_modules/@aws-sdk/client-dynamodb/LICENSE +201 -0
  243. package/api/node_modules/@aws-sdk/client-dynamodb/README.md +596 -0
  244. package/api/node_modules/@aws-sdk/client-dynamodb/dist-cjs/auth/httpAuthSchemeProvider.js +46 -0
  245. package/api/node_modules/@aws-sdk/client-dynamodb/dist-cjs/endpoint/endpointResolver.js +27 -0
  246. package/api/node_modules/@aws-sdk/client-dynamodb/dist-cjs/endpoint/ruleset.js +7 -0
  247. package/api/node_modules/@aws-sdk/client-dynamodb/dist-cjs/index.js +1667 -0
  248. package/api/node_modules/@aws-sdk/client-dynamodb/dist-cjs/models/DynamoDBServiceException.js +12 -0
  249. package/api/node_modules/@aws-sdk/client-dynamodb/dist-cjs/models/errors.js +478 -0
  250. package/api/node_modules/@aws-sdk/client-dynamodb/dist-cjs/runtimeConfig.browser.js +41 -0
  251. package/api/node_modules/@aws-sdk/client-dynamodb/dist-cjs/runtimeConfig.js +58 -0
  252. package/api/node_modules/@aws-sdk/client-dynamodb/dist-cjs/runtimeConfig.native.js +15 -0
  253. package/api/node_modules/@aws-sdk/client-dynamodb/dist-cjs/runtimeConfig.shared.js +53 -0
  254. package/api/node_modules/@aws-sdk/client-dynamodb/dist-cjs/schemas/schemas_0.js +2391 -0
  255. package/api/node_modules/@aws-sdk/client-dynamodb/dist-es/DynamoDB.js +149 -0
  256. package/api/node_modules/@aws-sdk/client-dynamodb/dist-es/DynamoDBClient.js +55 -0
  257. package/api/node_modules/@aws-sdk/client-dynamodb/dist-es/auth/httpAuthExtensionConfiguration.js +38 -0
  258. package/api/node_modules/@aws-sdk/client-dynamodb/dist-es/auth/httpAuthSchemeProvider.js +40 -0
  259. package/api/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/BatchExecuteStatementCommand.js +16 -0
  260. package/api/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/BatchGetItemCommand.js +19 -0
  261. package/api/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/BatchWriteItemCommand.js +19 -0
  262. package/api/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/CreateBackupCommand.js +19 -0
  263. package/api/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/CreateGlobalTableCommand.js +19 -0
  264. package/api/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/CreateTableCommand.js +19 -0
  265. package/api/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DeleteBackupCommand.js +19 -0
  266. package/api/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DeleteItemCommand.js +19 -0
  267. package/api/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DeleteResourcePolicyCommand.js +19 -0
  268. package/api/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DeleteTableCommand.js +19 -0
  269. package/api/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DescribeBackupCommand.js +19 -0
  270. package/api/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DescribeContinuousBackupsCommand.js +19 -0
  271. package/api/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DescribeContributorInsightsCommand.js +19 -0
  272. package/api/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DescribeEndpointsCommand.js +16 -0
  273. package/api/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DescribeExportCommand.js +19 -0
  274. package/api/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DescribeGlobalTableCommand.js +19 -0
  275. package/api/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DescribeGlobalTableSettingsCommand.js +19 -0
  276. package/api/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DescribeImportCommand.js +19 -0
  277. package/api/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DescribeKinesisStreamingDestinationCommand.js +19 -0
  278. package/api/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DescribeLimitsCommand.js +16 -0
  279. package/api/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DescribeTableCommand.js +19 -0
  280. package/api/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DescribeTableReplicaAutoScalingCommand.js +19 -0
  281. package/api/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DescribeTimeToLiveCommand.js +19 -0
  282. package/api/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DisableKinesisStreamingDestinationCommand.js +19 -0
  283. package/api/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/EnableKinesisStreamingDestinationCommand.js +19 -0
  284. package/api/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/ExecuteStatementCommand.js +16 -0
  285. package/api/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/ExecuteTransactionCommand.js +16 -0
  286. package/api/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/ExportTableToPointInTimeCommand.js +19 -0
  287. package/api/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/GetItemCommand.js +19 -0
  288. package/api/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/GetResourcePolicyCommand.js +19 -0
  289. package/api/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/ImportTableCommand.js +19 -0
  290. package/api/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/ListBackupsCommand.js +19 -0
  291. package/api/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/ListContributorInsightsCommand.js +19 -0
  292. package/api/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/ListExportsCommand.js +19 -0
  293. package/api/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/ListGlobalTablesCommand.js +16 -0
  294. package/api/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/ListImportsCommand.js +19 -0
  295. package/api/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/ListTablesCommand.js +16 -0
  296. package/api/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/ListTagsOfResourceCommand.js +19 -0
  297. package/api/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/PutItemCommand.js +19 -0
  298. package/api/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/PutResourcePolicyCommand.js +19 -0
  299. package/api/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/QueryCommand.js +19 -0
  300. package/api/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/RestoreTableFromBackupCommand.js +19 -0
  301. package/api/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/RestoreTableToPointInTimeCommand.js +19 -0
  302. package/api/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/ScanCommand.js +19 -0
  303. package/api/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/TagResourceCommand.js +19 -0
  304. package/api/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/TransactGetItemsCommand.js +19 -0
  305. package/api/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/TransactWriteItemsCommand.js +19 -0
  306. package/api/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/UntagResourceCommand.js +19 -0
  307. package/api/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/UpdateContinuousBackupsCommand.js +19 -0
  308. package/api/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/UpdateContributorInsightsCommand.js +19 -0
  309. package/api/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/UpdateGlobalTableCommand.js +19 -0
  310. package/api/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/UpdateGlobalTableSettingsCommand.js +19 -0
  311. package/api/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/UpdateItemCommand.js +19 -0
  312. package/api/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/UpdateKinesisStreamingDestinationCommand.js +19 -0
  313. package/api/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/UpdateTableCommand.js +19 -0
  314. package/api/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/UpdateTableReplicaAutoScalingCommand.js +19 -0
  315. package/api/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/UpdateTimeToLiveCommand.js +19 -0
  316. package/api/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/index.js +57 -0
  317. package/api/node_modules/@aws-sdk/client-dynamodb/dist-es/endpoint/EndpointParameters.js +15 -0
  318. package/api/node_modules/@aws-sdk/client-dynamodb/dist-es/endpoint/endpointResolver.js +23 -0
  319. package/api/node_modules/@aws-sdk/client-dynamodb/dist-es/endpoint/ruleset.js +4 -0
  320. package/api/node_modules/@aws-sdk/client-dynamodb/dist-es/extensionConfiguration.js +1 -0
  321. package/api/node_modules/@aws-sdk/client-dynamodb/dist-es/index.js +10 -0
  322. package/api/node_modules/@aws-sdk/client-dynamodb/dist-es/models/DynamoDBServiceException.js +8 -0
  323. package/api/node_modules/@aws-sdk/client-dynamodb/dist-es/models/enums.js +245 -0
  324. package/api/node_modules/@aws-sdk/client-dynamodb/dist-es/models/errors.js +440 -0
  325. package/api/node_modules/@aws-sdk/client-dynamodb/dist-es/models/models_0.js +1 -0
  326. package/api/node_modules/@aws-sdk/client-dynamodb/dist-es/pagination/Interfaces.js +1 -0
  327. package/api/node_modules/@aws-sdk/client-dynamodb/dist-es/pagination/ListContributorInsightsPaginator.js +4 -0
  328. package/api/node_modules/@aws-sdk/client-dynamodb/dist-es/pagination/ListExportsPaginator.js +4 -0
  329. package/api/node_modules/@aws-sdk/client-dynamodb/dist-es/pagination/ListImportsPaginator.js +4 -0
  330. package/api/node_modules/@aws-sdk/client-dynamodb/dist-es/pagination/ListTablesPaginator.js +4 -0
  331. package/api/node_modules/@aws-sdk/client-dynamodb/dist-es/pagination/QueryPaginator.js +4 -0
  332. package/api/node_modules/@aws-sdk/client-dynamodb/dist-es/pagination/ScanPaginator.js +4 -0
  333. package/api/node_modules/@aws-sdk/client-dynamodb/dist-es/pagination/index.js +7 -0
  334. package/api/node_modules/@aws-sdk/client-dynamodb/dist-es/runtimeConfig.browser.js +36 -0
  335. package/api/node_modules/@aws-sdk/client-dynamodb/dist-es/runtimeConfig.js +53 -0
  336. package/api/node_modules/@aws-sdk/client-dynamodb/dist-es/runtimeConfig.native.js +11 -0
  337. package/api/node_modules/@aws-sdk/client-dynamodb/dist-es/runtimeConfig.shared.js +49 -0
  338. package/api/node_modules/@aws-sdk/client-dynamodb/dist-es/runtimeExtensions.js +9 -0
  339. package/api/node_modules/@aws-sdk/client-dynamodb/dist-es/schemas/schemas_0.js +2382 -0
  340. package/api/node_modules/@aws-sdk/client-dynamodb/dist-es/waiters/index.js +6 -0
  341. package/api/node_modules/@aws-sdk/client-dynamodb/dist-es/waiters/waitForContributorInsightsEnabled.js +40 -0
  342. package/api/node_modules/@aws-sdk/client-dynamodb/dist-es/waiters/waitForExportCompleted.js +40 -0
  343. package/api/node_modules/@aws-sdk/client-dynamodb/dist-es/waiters/waitForImportCompleted.js +49 -0
  344. package/api/node_modules/@aws-sdk/client-dynamodb/dist-es/waiters/waitForKinesisStreamingDestinationActive.js +49 -0
  345. package/api/node_modules/@aws-sdk/client-dynamodb/dist-es/waiters/waitForTableExists.js +34 -0
  346. package/api/node_modules/@aws-sdk/client-dynamodb/dist-es/waiters/waitForTableNotExists.js +25 -0
  347. package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/DynamoDB.d.ts +512 -0
  348. package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/DynamoDBClient.d.ts +272 -0
  349. package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/auth/httpAuthExtensionConfiguration.d.ts +29 -0
  350. package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/auth/httpAuthSchemeProvider.d.ts +75 -0
  351. package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/BatchExecuteStatementCommand.d.ts +234 -0
  352. package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/BatchGetItemCommand.d.ts +366 -0
  353. package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/BatchWriteItemCommand.d.ts +414 -0
  354. package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/CreateBackupCommand.d.ts +151 -0
  355. package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/CreateGlobalTableCommand.d.ts +212 -0
  356. package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/CreateTableCommand.d.ts +395 -0
  357. package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DeleteBackupCommand.d.ts +197 -0
  358. package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DeleteItemCommand.d.ts +296 -0
  359. package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DeleteResourcePolicyCommand.d.ts +145 -0
  360. package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DeleteTableCommand.d.ts +339 -0
  361. package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DescribeBackupCommand.d.ts +175 -0
  362. package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DescribeContinuousBackupsCommand.d.ts +104 -0
  363. package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DescribeContributorInsightsCommand.d.ts +94 -0
  364. package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DescribeEndpointsCommand.d.ts +78 -0
  365. package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DescribeExportCommand.d.ts +124 -0
  366. package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DescribeGlobalTableCommand.d.ts +134 -0
  367. package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DescribeGlobalTableSettingsCommand.d.ts +178 -0
  368. package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DescribeImportCommand.d.ts +165 -0
  369. package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DescribeKinesisStreamingDestinationCommand.d.ts +91 -0
  370. package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DescribeLimitsCommand.d.ts +165 -0
  371. package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DescribeTableCommand.d.ts +270 -0
  372. package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DescribeTableReplicaAutoScalingCommand.d.ts +164 -0
  373. package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DescribeTimeToLiveCommand.d.ts +86 -0
  374. package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DisableKinesisStreamingDestinationCommand.d.ts +128 -0
  375. package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/EnableKinesisStreamingDestinationCommand.d.ts +130 -0
  376. package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/ExecuteStatementCommand.d.ts +251 -0
  377. package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/ExecuteTransactionCommand.d.ts +534 -0
  378. package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/ExportTableToPointInTimeCommand.d.ts +152 -0
  379. package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/GetItemCommand.d.ts +264 -0
  380. package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/GetResourcePolicyCommand.d.ts +124 -0
  381. package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/ImportTableCommand.d.ts +275 -0
  382. package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/ListBackupsCommand.d.ts +109 -0
  383. package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/ListContributorInsightsCommand.d.ts +92 -0
  384. package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/ListExportsCommand.d.ts +104 -0
  385. package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/ListGlobalTablesCommand.d.ts +95 -0
  386. package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/ListImportsCommand.d.ts +110 -0
  387. package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/ListTablesCommand.d.ts +103 -0
  388. package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/ListTagsOfResourceCommand.d.ts +93 -0
  389. package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/PutItemCommand.d.ts +315 -0
  390. package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/PutResourcePolicyCommand.d.ts +147 -0
  391. package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/QueryCommand.d.ts +338 -0
  392. package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/RestoreTableFromBackupCommand.d.ts +374 -0
  393. package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/RestoreTableToPointInTimeCommand.d.ts +408 -0
  394. package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/ScanCommand.d.ts +337 -0
  395. package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/TagResourceCommand.d.ts +145 -0
  396. package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/TransactGetItemsCommand.d.ts +496 -0
  397. package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/TransactWriteItemsCommand.d.ts +659 -0
  398. package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/UntagResourceCommand.d.ts +140 -0
  399. package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/UpdateContinuousBackupsCommand.d.ts +111 -0
  400. package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/UpdateContributorInsightsCommand.d.ts +93 -0
  401. package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/UpdateGlobalTableCommand.d.ts +180 -0
  402. package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/UpdateGlobalTableSettingsCommand.d.ts +286 -0
  403. package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/UpdateItemCommand.d.ts +323 -0
  404. package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/UpdateKinesisStreamingDestinationCommand.d.ts +127 -0
  405. package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/UpdateTableCommand.d.ts +459 -0
  406. package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/UpdateTableReplicaAutoScalingCommand.d.ts +246 -0
  407. package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/UpdateTimeToLiveCommand.d.ts +149 -0
  408. package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/index.d.ts +57 -0
  409. package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/endpoint/EndpointParameters.d.ts +64 -0
  410. package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/endpoint/endpointResolver.d.ts +8 -0
  411. package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/endpoint/ruleset.d.ts +2 -0
  412. package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/extensionConfiguration.d.ts +9 -0
  413. package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/index.d.ts +34 -0
  414. package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/models/DynamoDBServiceException.d.ts +14 -0
  415. package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/models/enums.d.ts +589 -0
  416. package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/models/errors.d.ts +803 -0
  417. package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/models/models_0.d.ts +10015 -0
  418. package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/pagination/Interfaces.d.ts +8 -0
  419. package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/pagination/ListContributorInsightsPaginator.d.ts +7 -0
  420. package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/pagination/ListExportsPaginator.d.ts +7 -0
  421. package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/pagination/ListImportsPaginator.d.ts +7 -0
  422. package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/pagination/ListTablesPaginator.d.ts +7 -0
  423. package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/pagination/QueryPaginator.d.ts +7 -0
  424. package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/pagination/ScanPaginator.d.ts +7 -0
  425. package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/pagination/index.d.ts +7 -0
  426. package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/runtimeConfig.browser.d.ts +60 -0
  427. package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/runtimeConfig.d.ts +60 -0
  428. package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/runtimeConfig.native.d.ts +59 -0
  429. package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/runtimeConfig.shared.d.ts +28 -0
  430. package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/runtimeExtensions.d.ts +17 -0
  431. package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/schemas/schemas_0.d.ts +325 -0
  432. package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/DynamoDB.d.ts +1102 -0
  433. package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/DynamoDBClient.d.ts +471 -0
  434. package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +32 -0
  435. package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +47 -0
  436. package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/BatchExecuteStatementCommand.d.ts +51 -0
  437. package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/BatchGetItemCommand.d.ts +47 -0
  438. package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/BatchWriteItemCommand.d.ts +47 -0
  439. package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/CreateBackupCommand.d.ts +47 -0
  440. package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/CreateGlobalTableCommand.d.ts +50 -0
  441. package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/CreateTableCommand.d.ts +47 -0
  442. package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/DeleteBackupCommand.d.ts +47 -0
  443. package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/DeleteItemCommand.d.ts +47 -0
  444. package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +51 -0
  445. package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/DeleteTableCommand.d.ts +47 -0
  446. package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/DescribeBackupCommand.d.ts +47 -0
  447. package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/DescribeContinuousBackupsCommand.d.ts +51 -0
  448. package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/DescribeContributorInsightsCommand.d.ts +51 -0
  449. package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/DescribeEndpointsCommand.d.ts +51 -0
  450. package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/DescribeExportCommand.d.ts +47 -0
  451. package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/DescribeGlobalTableCommand.d.ts +51 -0
  452. package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/DescribeGlobalTableSettingsCommand.d.ts +51 -0
  453. package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/DescribeImportCommand.d.ts +47 -0
  454. package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/DescribeKinesisStreamingDestinationCommand.d.ts +51 -0
  455. package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/DescribeLimitsCommand.d.ts +47 -0
  456. package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/DescribeTableCommand.d.ts +47 -0
  457. package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/DescribeTableReplicaAutoScalingCommand.d.ts +51 -0
  458. package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/DescribeTimeToLiveCommand.d.ts +51 -0
  459. package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/DisableKinesisStreamingDestinationCommand.d.ts +51 -0
  460. package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/EnableKinesisStreamingDestinationCommand.d.ts +51 -0
  461. package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/ExecuteStatementCommand.d.ts +50 -0
  462. package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/ExecuteTransactionCommand.d.ts +51 -0
  463. package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/ExportTableToPointInTimeCommand.d.ts +51 -0
  464. package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/GetItemCommand.d.ts +41 -0
  465. package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/GetResourcePolicyCommand.d.ts +50 -0
  466. package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/ImportTableCommand.d.ts +47 -0
  467. package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/ListBackupsCommand.d.ts +47 -0
  468. package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/ListContributorInsightsCommand.d.ts +51 -0
  469. package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/ListExportsCommand.d.ts +47 -0
  470. package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/ListGlobalTablesCommand.d.ts +50 -0
  471. package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/ListImportsCommand.d.ts +47 -0
  472. package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/ListTablesCommand.d.ts +47 -0
  473. package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/ListTagsOfResourceCommand.d.ts +51 -0
  474. package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/PutItemCommand.d.ts +41 -0
  475. package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +50 -0
  476. package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/QueryCommand.d.ts +41 -0
  477. package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/RestoreTableFromBackupCommand.d.ts +51 -0
  478. package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/RestoreTableToPointInTimeCommand.d.ts +51 -0
  479. package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/ScanCommand.d.ts +41 -0
  480. package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/TagResourceCommand.d.ts +45 -0
  481. package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/TransactGetItemsCommand.d.ts +50 -0
  482. package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/TransactWriteItemsCommand.d.ts +51 -0
  483. package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +45 -0
  484. package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/UpdateContinuousBackupsCommand.d.ts +51 -0
  485. package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/UpdateContributorInsightsCommand.d.ts +51 -0
  486. package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/UpdateGlobalTableCommand.d.ts +50 -0
  487. package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/UpdateGlobalTableSettingsCommand.d.ts +51 -0
  488. package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/UpdateItemCommand.d.ts +47 -0
  489. package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/UpdateKinesisStreamingDestinationCommand.d.ts +51 -0
  490. package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/UpdateTableCommand.d.ts +47 -0
  491. package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/UpdateTableReplicaAutoScalingCommand.d.ts +51 -0
  492. package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/UpdateTimeToLiveCommand.d.ts +50 -0
  493. package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/index.d.ts +57 -0
  494. package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +65 -0
  495. package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/endpoint/endpointResolver.d.ts +8 -0
  496. package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/endpoint/ruleset.d.ts +2 -0
  497. package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/extensionConfiguration.d.ts +9 -0
  498. package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/index.d.ts +13 -0
  499. package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/models/DynamoDBServiceException.d.ts +9 -0
  500. package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/models/enums.d.ts +313 -0
  501. package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/models/errors.d.ts +286 -0
  502. package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/models/models_0.d.ts +1558 -0
  503. package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -0
  504. package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/pagination/ListContributorInsightsPaginator.d.ts +11 -0
  505. package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/pagination/ListExportsPaginator.d.ts +11 -0
  506. package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/pagination/ListImportsPaginator.d.ts +11 -0
  507. package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/pagination/ListTablesPaginator.d.ts +11 -0
  508. package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/pagination/QueryPaginator.d.ts +11 -0
  509. package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/pagination/ScanPaginator.d.ts +8 -0
  510. package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/pagination/index.d.ts +7 -0
  511. package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/runtimeConfig.browser.d.ts +114 -0
  512. package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/runtimeConfig.d.ts +111 -0
  513. package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/runtimeConfig.native.d.ts +118 -0
  514. package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/runtimeConfig.shared.d.ts +34 -0
  515. package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/runtimeExtensions.d.ts +11 -0
  516. package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/schemas/schemas_0.d.ts +325 -0
  517. package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/waiters/index.d.ts +6 -0
  518. package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/waiters/waitForContributorInsightsEnabled.d.ts +11 -0
  519. package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/waiters/waitForExportCompleted.d.ts +11 -0
  520. package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/waiters/waitForImportCompleted.d.ts +11 -0
  521. package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/waiters/waitForKinesisStreamingDestinationActive.d.ts +11 -0
  522. package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/waiters/waitForTableExists.d.ts +11 -0
  523. package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/waiters/waitForTableNotExists.d.ts +11 -0
  524. package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/waiters/index.d.ts +6 -0
  525. package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/waiters/waitForContributorInsightsEnabled.d.ts +14 -0
  526. package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/waiters/waitForExportCompleted.d.ts +14 -0
  527. package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/waiters/waitForImportCompleted.d.ts +14 -0
  528. package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/waiters/waitForKinesisStreamingDestinationActive.d.ts +14 -0
  529. package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/waiters/waitForTableExists.d.ts +14 -0
  530. package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/waiters/waitForTableNotExists.d.ts +14 -0
  531. package/api/node_modules/@aws-sdk/client-dynamodb/package.json +111 -0
  532. package/api/node_modules/@aws-sdk/core/LICENSE +201 -0
  533. package/api/node_modules/@aws-sdk/core/README.md +39 -0
  534. package/api/node_modules/@aws-sdk/core/account-id-endpoint.d.ts +7 -0
  535. package/api/node_modules/@aws-sdk/core/account-id-endpoint.js +5 -0
  536. package/api/node_modules/@aws-sdk/core/client.d.ts +7 -0
  537. package/api/node_modules/@aws-sdk/core/client.js +5 -0
  538. package/api/node_modules/@aws-sdk/core/dist-cjs/index.js +2262 -0
  539. package/api/node_modules/@aws-sdk/core/dist-cjs/submodules/account-id-endpoint/index.js +55 -0
  540. package/api/node_modules/@aws-sdk/core/dist-cjs/submodules/client/index.js +68 -0
  541. package/api/node_modules/@aws-sdk/core/dist-cjs/submodules/httpAuthSchemes/index.js +307 -0
  542. package/api/node_modules/@aws-sdk/core/dist-cjs/submodules/protocols/index.js +1892 -0
  543. package/api/node_modules/@aws-sdk/core/dist-es/index.js +3 -0
  544. package/api/node_modules/@aws-sdk/core/dist-es/submodules/account-id-endpoint/AccountIdEndpointModeConfigResolver.js +15 -0
  545. package/api/node_modules/@aws-sdk/core/dist-es/submodules/account-id-endpoint/AccountIdEndpointModeConstants.js +5 -0
  546. package/api/node_modules/@aws-sdk/core/dist-es/submodules/account-id-endpoint/NodeAccountIdEndpointModeConfigOptions.js +24 -0
  547. package/api/node_modules/@aws-sdk/core/dist-es/submodules/account-id-endpoint/index.js +3 -0
  548. package/api/node_modules/@aws-sdk/core/dist-es/submodules/client/emitWarningIfUnsupportedVersion.js +15 -0
  549. package/api/node_modules/@aws-sdk/core/dist-es/submodules/client/index.js +5 -0
  550. package/api/node_modules/@aws-sdk/core/dist-es/submodules/client/longPollMiddleware.js +15 -0
  551. package/api/node_modules/@aws-sdk/core/dist-es/submodules/client/setCredentialFeature.js +7 -0
  552. package/api/node_modules/@aws-sdk/core/dist-es/submodules/client/setFeature.js +11 -0
  553. package/api/node_modules/@aws-sdk/core/dist-es/submodules/client/setTokenFeature.js +7 -0
  554. package/api/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4ASigner.js +20 -0
  555. package/api/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4Signer.js +72 -0
  556. package/api/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/NODE_AUTH_SCHEME_PREFERENCE_OPTIONS.js +22 -0
  557. package/api/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/index.js +5 -0
  558. package/api/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4AConfig.js +25 -0
  559. package/api/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4Config.js +139 -0
  560. package/api/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/index.js +2 -0
  561. package/api/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/getArrayForCommaSeparatedString.js +1 -0
  562. package/api/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/getBearerTokenEnvKey.js +1 -0
  563. package/api/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/getDateHeader.js +2 -0
  564. package/api/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/getSkewCorrectedDate.js +1 -0
  565. package/api/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/getUpdatedSystemClockOffset.js +8 -0
  566. package/api/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/index.js +3 -0
  567. package/api/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/isClockSkewed.js +2 -0
  568. package/api/node_modules/@aws-sdk/core/dist-es/submodules/protocols/ConfigurableSerdeContext.js +6 -0
  569. package/api/node_modules/@aws-sdk/core/dist-es/submodules/protocols/ProtocolLib.js +140 -0
  570. package/api/node_modules/@aws-sdk/core/dist-es/submodules/protocols/UnionSerde.js +23 -0
  571. package/api/node_modules/@aws-sdk/core/dist-es/submodules/protocols/cbor/AwsSmithyRpcV2CborProtocol.js +50 -0
  572. package/api/node_modules/@aws-sdk/core/dist-es/submodules/protocols/coercing-serializers.js +53 -0
  573. package/api/node_modules/@aws-sdk/core/dist-es/submodules/protocols/common.js +3 -0
  574. package/api/node_modules/@aws-sdk/core/dist-es/submodules/protocols/index.js +20 -0
  575. package/api/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsJson1_0Protocol.js +21 -0
  576. package/api/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsJson1_1Protocol.js +21 -0
  577. package/api/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsJsonRpcProtocol.js +78 -0
  578. package/api/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsRestJsonProtocol.js +84 -0
  579. package/api/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonCodec.js +20 -0
  580. package/api/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonShapeDeserializer.js +149 -0
  581. package/api/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonShapeSerializer.js +176 -0
  582. package/api/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/awsExpectUnion.js +10 -0
  583. package/api/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/experimental/SinglePassJsonShapeSerializer.js +135 -0
  584. package/api/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/jsonReplacer.js +46 -0
  585. package/api/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/jsonReviver.js +18 -0
  586. package/api/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/parseJsonBody.js +54 -0
  587. package/api/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/AwsEc2QueryProtocol.js +21 -0
  588. package/api/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/AwsQueryProtocol.js +138 -0
  589. package/api/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/QuerySerializerSettings.js +1 -0
  590. package/api/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/QueryShapeSerializer.js +189 -0
  591. package/api/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/AwsRestXmlProtocol.js +99 -0
  592. package/api/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/XmlCodec.js +20 -0
  593. package/api/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/XmlShapeDeserializer.js +153 -0
  594. package/api/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/XmlShapeSerializer.js +295 -0
  595. package/api/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/parseXmlBody.js +46 -0
  596. package/api/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/simpleFormatXml.js +27 -0
  597. package/api/node_modules/@aws-sdk/core/dist-types/api-extractor-type-index.d.ts +5 -0
  598. package/api/node_modules/@aws-sdk/core/dist-types/index.d.ts +22 -0
  599. package/api/node_modules/@aws-sdk/core/dist-types/submodules/account-id-endpoint/AccountIdEndpointModeConfigResolver.d.ts +27 -0
  600. package/api/node_modules/@aws-sdk/core/dist-types/submodules/account-id-endpoint/AccountIdEndpointModeConstants.d.ts +16 -0
  601. package/api/node_modules/@aws-sdk/core/dist-types/submodules/account-id-endpoint/NodeAccountIdEndpointModeConfigOptions.d.ts +14 -0
  602. package/api/node_modules/@aws-sdk/core/dist-types/submodules/account-id-endpoint/index.d.ts +3 -0
  603. package/api/node_modules/@aws-sdk/core/dist-types/submodules/client/emitWarningIfUnsupportedVersion.d.ts +12 -0
  604. package/api/node_modules/@aws-sdk/core/dist-types/submodules/client/index.d.ts +5 -0
  605. package/api/node_modules/@aws-sdk/core/dist-types/submodules/client/longPollMiddleware.d.ts +14 -0
  606. package/api/node_modules/@aws-sdk/core/dist-types/submodules/client/setCredentialFeature.d.ts +7 -0
  607. package/api/node_modules/@aws-sdk/core/dist-types/submodules/client/setFeature.d.ts +12 -0
  608. package/api/node_modules/@aws-sdk/core/dist-types/submodules/client/setTokenFeature.d.ts +7 -0
  609. package/api/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4ASigner.d.ts +10 -0
  610. package/api/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4Signer.d.ts +43 -0
  611. package/api/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/NODE_AUTH_SCHEME_PREFERENCE_OPTIONS.d.ts +5 -0
  612. package/api/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/index.d.ts +5 -0
  613. package/api/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4AConfig.d.ts +38 -0
  614. package/api/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4Config.d.ts +117 -0
  615. package/api/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/index.d.ts +2 -0
  616. package/api/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/utils/getArrayForCommaSeparatedString.d.ts +8 -0
  617. package/api/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/utils/getBearerTokenEnvKey.d.ts +6 -0
  618. package/api/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/utils/getDateHeader.d.ts +4 -0
  619. package/api/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/utils/getSkewCorrectedDate.d.ts +8 -0
  620. package/api/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/utils/getUpdatedSystemClockOffset.d.ts +10 -0
  621. package/api/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/utils/index.d.ts +3 -0
  622. package/api/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/utils/isClockSkewed.d.ts +9 -0
  623. package/api/node_modules/@aws-sdk/core/dist-types/submodules/protocols/ConfigurableSerdeContext.d.ts +8 -0
  624. package/api/node_modules/@aws-sdk/core/dist-types/submodules/protocols/ProtocolLib.d.ts +74 -0
  625. package/api/node_modules/@aws-sdk/core/dist-types/submodules/protocols/UnionSerde.d.ts +24 -0
  626. package/api/node_modules/@aws-sdk/core/dist-types/submodules/protocols/cbor/AwsSmithyRpcV2CborProtocol.d.ts +25 -0
  627. package/api/node_modules/@aws-sdk/core/dist-types/submodules/protocols/coercing-serializers.d.ts +18 -0
  628. package/api/node_modules/@aws-sdk/core/dist-types/submodules/protocols/common.d.ts +2 -0
  629. package/api/node_modules/@aws-sdk/core/dist-types/submodules/protocols/index.d.ts +20 -0
  630. package/api/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJson1_0Protocol.d.ts +22 -0
  631. package/api/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJson1_1Protocol.d.ts +22 -0
  632. package/api/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJsonRpcProtocol.d.ts +29 -0
  633. package/api/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsRestJsonProtocol.d.ts +36 -0
  634. package/api/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/JsonCodec.d.ts +19 -0
  635. package/api/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/JsonShapeDeserializer.d.ts +13 -0
  636. package/api/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/JsonShapeSerializer.d.ts +28 -0
  637. package/api/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/awsExpectUnion.d.ts +7 -0
  638. package/api/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/experimental/SinglePassJsonShapeSerializer.d.ts +27 -0
  639. package/api/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/jsonReplacer.d.ts +21 -0
  640. package/api/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/jsonReviver.d.ts +15 -0
  641. package/api/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/parseJsonBody.d.ts +13 -0
  642. package/api/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/AwsEc2QueryProtocol.d.ts +27 -0
  643. package/api/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/AwsQueryProtocol.d.ts +49 -0
  644. package/api/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/QuerySerializerSettings.d.ts +13 -0
  645. package/api/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/QueryShapeSerializer.d.ts +16 -0
  646. package/api/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/AwsRestXmlProtocol.d.ts +31 -0
  647. package/api/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/XmlCodec.d.ts +14 -0
  648. package/api/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/XmlShapeDeserializer.d.ts +20 -0
  649. package/api/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/XmlShapeSerializer.d.ts +21 -0
  650. package/api/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/parseXmlBody.d.ts +13 -0
  651. package/api/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/simpleFormatXml.d.ts +6 -0
  652. package/api/node_modules/@aws-sdk/core/dist-types/ts3.4/api-extractor-type-index.d.ts +5 -0
  653. package/api/node_modules/@aws-sdk/core/dist-types/ts3.4/index.d.ts +3 -0
  654. package/api/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/account-id-endpoint/AccountIdEndpointModeConfigResolver.d.ts +15 -0
  655. package/api/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/account-id-endpoint/AccountIdEndpointModeConstants.d.ts +6 -0
  656. package/api/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/account-id-endpoint/NodeAccountIdEndpointModeConfigOptions.d.ts +7 -0
  657. package/api/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/account-id-endpoint/index.d.ts +3 -0
  658. package/api/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/emitWarningIfUnsupportedVersion.d.ts +4 -0
  659. package/api/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/index.d.ts +5 -0
  660. package/api/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/longPollMiddleware.d.ts +15 -0
  661. package/api/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/setCredentialFeature.d.ts +11 -0
  662. package/api/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/setFeature.d.ts +6 -0
  663. package/api/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/setTokenFeature.d.ts +6 -0
  664. package/api/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4ASigner.d.ts +12 -0
  665. package/api/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4Signer.d.ts +39 -0
  666. package/api/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/aws_sdk/NODE_AUTH_SCHEME_PREFERENCE_OPTIONS.d.ts +4 -0
  667. package/api/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/aws_sdk/index.d.ts +9 -0
  668. package/api/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4AConfig.d.ts +18 -0
  669. package/api/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4Config.d.ts +65 -0
  670. package/api/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/index.d.ts +2 -0
  671. package/api/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/utils/getArrayForCommaSeparatedString.d.ts +1 -0
  672. package/api/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/utils/getBearerTokenEnvKey.d.ts +1 -0
  673. package/api/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/utils/getDateHeader.d.ts +1 -0
  674. package/api/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/utils/getSkewCorrectedDate.d.ts +1 -0
  675. package/api/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/utils/getUpdatedSystemClockOffset.d.ts +4 -0
  676. package/api/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/utils/index.d.ts +3 -0
  677. package/api/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/utils/isClockSkewed.d.ts +4 -0
  678. package/api/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/ConfigurableSerdeContext.d.ts +5 -0
  679. package/api/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/ProtocolLib.d.ts +53 -0
  680. package/api/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/UnionSerde.d.ts +9 -0
  681. package/api/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/cbor/AwsSmithyRpcV2CborProtocol.d.ts +36 -0
  682. package/api/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/coercing-serializers.d.ts +3 -0
  683. package/api/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/common.d.ts +5 -0
  684. package/api/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/index.d.ts +20 -0
  685. package/api/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsJson1_0Protocol.d.ts +21 -0
  686. package/api/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsJson1_1Protocol.d.ts +21 -0
  687. package/api/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsJsonRpcProtocol.d.ts +49 -0
  688. package/api/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsRestJsonProtocol.d.ts +49 -0
  689. package/api/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/JsonCodec.d.ts +16 -0
  690. package/api/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/JsonShapeDeserializer.d.ts +13 -0
  691. package/api/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/JsonShapeSerializer.d.ts +22 -0
  692. package/api/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/awsExpectUnion.d.ts +3 -0
  693. package/api/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/experimental/SinglePassJsonShapeSerializer.d.ts +17 -0
  694. package/api/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/jsonReplacer.d.ts +7 -0
  695. package/api/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/jsonReviver.d.ts +7 -0
  696. package/api/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/parseJsonBody.d.ts +13 -0
  697. package/api/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/query/AwsEc2QueryProtocol.d.ts +18 -0
  698. package/api/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/query/AwsQueryProtocol.d.ts +60 -0
  699. package/api/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/query/QuerySerializerSettings.d.ts +7 -0
  700. package/api/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/query/QueryShapeSerializer.d.ts +21 -0
  701. package/api/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/AwsRestXmlProtocol.d.ts +47 -0
  702. package/api/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/XmlCodec.d.ts +17 -0
  703. package/api/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/XmlShapeDeserializer.d.ts +15 -0
  704. package/api/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/XmlShapeSerializer.d.ts +21 -0
  705. package/api/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/parseXmlBody.d.ts +13 -0
  706. package/api/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/simpleFormatXml.d.ts +1 -0
  707. package/api/node_modules/@aws-sdk/core/httpAuthSchemes.d.ts +7 -0
  708. package/api/node_modules/@aws-sdk/core/httpAuthSchemes.js +5 -0
  709. package/api/node_modules/@aws-sdk/core/package.json +121 -0
  710. package/api/node_modules/@aws-sdk/core/protocols.d.ts +7 -0
  711. package/api/node_modules/@aws-sdk/core/protocols.js +5 -0
  712. package/api/node_modules/@aws-sdk/credential-provider-env/LICENSE +201 -0
  713. package/api/node_modules/@aws-sdk/credential-provider-env/README.md +20 -0
  714. package/api/node_modules/@aws-sdk/credential-provider-env/dist-cjs/index.js +41 -0
  715. package/api/node_modules/@aws-sdk/credential-provider-env/dist-es/fromEnv.js +30 -0
  716. package/api/node_modules/@aws-sdk/credential-provider-env/dist-es/index.js +1 -0
  717. package/api/node_modules/@aws-sdk/credential-provider-env/dist-types/fromEnv.d.ts +36 -0
  718. package/api/node_modules/@aws-sdk/credential-provider-env/dist-types/index.d.ts +4 -0
  719. package/api/node_modules/@aws-sdk/credential-provider-env/dist-types/ts3.4/fromEnv.d.ts +12 -0
  720. package/api/node_modules/@aws-sdk/credential-provider-env/dist-types/ts3.4/index.d.ts +1 -0
  721. package/api/node_modules/@aws-sdk/credential-provider-env/package.json +63 -0
  722. package/api/node_modules/@aws-sdk/credential-provider-http/README.md +10 -0
  723. package/api/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/checkUrl.js +46 -0
  724. package/api/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/fromHttp.browser.js +31 -0
  725. package/api/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/fromHttp.js +70 -0
  726. package/api/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/fromHttpTypes.js +2 -0
  727. package/api/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/requestHelpers.js +53 -0
  728. package/api/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/retry-wrapper.js +17 -0
  729. package/api/node_modules/@aws-sdk/credential-provider-http/dist-cjs/index.browser.js +5 -0
  730. package/api/node_modules/@aws-sdk/credential-provider-http/dist-cjs/index.js +5 -0
  731. package/api/node_modules/@aws-sdk/credential-provider-http/dist-es/fromHttp/checkUrl.js +42 -0
  732. package/api/node_modules/@aws-sdk/credential-provider-http/dist-es/fromHttp/fromHttp.browser.js +27 -0
  733. package/api/node_modules/@aws-sdk/credential-provider-http/dist-es/fromHttp/fromHttp.js +65 -0
  734. package/api/node_modules/@aws-sdk/credential-provider-http/dist-es/fromHttp/fromHttpTypes.js +1 -0
  735. package/api/node_modules/@aws-sdk/credential-provider-http/dist-es/fromHttp/requestHelpers.js +49 -0
  736. package/api/node_modules/@aws-sdk/credential-provider-http/dist-es/fromHttp/retry-wrapper.js +13 -0
  737. package/api/node_modules/@aws-sdk/credential-provider-http/dist-es/index.browser.js +1 -0
  738. package/api/node_modules/@aws-sdk/credential-provider-http/dist-es/index.js +1 -0
  739. package/api/node_modules/@aws-sdk/credential-provider-http/dist-types/fromHttp/checkUrl.d.ts +9 -0
  740. package/api/node_modules/@aws-sdk/credential-provider-http/dist-types/fromHttp/fromHttp.browser.d.ts +6 -0
  741. package/api/node_modules/@aws-sdk/credential-provider-http/dist-types/fromHttp/fromHttp.d.ts +6 -0
  742. package/api/node_modules/@aws-sdk/credential-provider-http/dist-types/fromHttp/fromHttpTypes.d.ts +69 -0
  743. package/api/node_modules/@aws-sdk/credential-provider-http/dist-types/fromHttp/requestHelpers.d.ts +11 -0
  744. package/api/node_modules/@aws-sdk/credential-provider-http/dist-types/fromHttp/retry-wrapper.d.ts +10 -0
  745. package/api/node_modules/@aws-sdk/credential-provider-http/dist-types/index.browser.d.ts +2 -0
  746. package/api/node_modules/@aws-sdk/credential-provider-http/dist-types/index.d.ts +2 -0
  747. package/api/node_modules/@aws-sdk/credential-provider-http/dist-types/ts3.4/fromHttp/checkUrl.d.ts +2 -0
  748. package/api/node_modules/@aws-sdk/credential-provider-http/dist-types/ts3.4/fromHttp/fromHttp.browser.d.ts +5 -0
  749. package/api/node_modules/@aws-sdk/credential-provider-http/dist-types/ts3.4/fromHttp/fromHttp.d.ts +5 -0
  750. package/api/node_modules/@aws-sdk/credential-provider-http/dist-types/ts3.4/fromHttp/fromHttpTypes.d.ts +18 -0
  751. package/api/node_modules/@aws-sdk/credential-provider-http/dist-types/ts3.4/fromHttp/requestHelpers.d.ts +8 -0
  752. package/api/node_modules/@aws-sdk/credential-provider-http/dist-types/ts3.4/fromHttp/retry-wrapper.d.ts +8 -0
  753. package/api/node_modules/@aws-sdk/credential-provider-http/dist-types/ts3.4/index.browser.d.ts +5 -0
  754. package/api/node_modules/@aws-sdk/credential-provider-http/dist-types/ts3.4/index.d.ts +5 -0
  755. package/api/node_modules/@aws-sdk/credential-provider-http/package.json +70 -0
  756. package/api/node_modules/@aws-sdk/credential-provider-ini/LICENSE +201 -0
  757. package/api/node_modules/@aws-sdk/credential-provider-ini/README.md +20 -0
  758. package/api/node_modules/@aws-sdk/credential-provider-ini/dist-cjs/index.js +224 -0
  759. package/api/node_modules/@aws-sdk/credential-provider-ini/dist-es/fromIni.js +9 -0
  760. package/api/node_modules/@aws-sdk/credential-provider-ini/dist-es/index.js +1 -0
  761. package/api/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveAssumeRoleCredentials.js +80 -0
  762. package/api/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveCredentialSource.js +30 -0
  763. package/api/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveLoginCredentials.js +12 -0
  764. package/api/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveProcessCredentials.js +6 -0
  765. package/api/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveProfileData.js +32 -0
  766. package/api/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveSsoCredentials.js +25 -0
  767. package/api/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveStaticCredentials.js +18 -0
  768. package/api/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveWebIdentityCredentials.js +16 -0
  769. package/api/node_modules/@aws-sdk/credential-provider-ini/dist-types/fromIni.d.ts +55 -0
  770. package/api/node_modules/@aws-sdk/credential-provider-ini/dist-types/index.d.ts +4 -0
  771. package/api/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveAssumeRoleCredentials.d.ts +48 -0
  772. package/api/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveCredentialSource.d.ts +12 -0
  773. package/api/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveLoginCredentials.d.ts +11 -0
  774. package/api/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveProcessCredentials.d.ts +16 -0
  775. package/api/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveProfileData.d.ts +19 -0
  776. package/api/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveSsoCredentials.d.ts +13 -0
  777. package/api/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveStaticCredentials.d.ts +20 -0
  778. package/api/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveWebIdentityCredentials.d.ts +19 -0
  779. package/api/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/fromIni.d.ts +28 -0
  780. package/api/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/index.d.ts +1 -0
  781. package/api/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveAssumeRoleCredentials.d.ts +30 -0
  782. package/api/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveCredentialSource.d.ts +9 -0
  783. package/api/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveLoginCredentials.d.ts +9 -0
  784. package/api/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveProcessCredentials.d.ts +10 -0
  785. package/api/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveProfileData.d.ts +12 -0
  786. package/api/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveSsoCredentials.d.ts +11 -0
  787. package/api/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveStaticCredentials.d.ts +16 -0
  788. package/api/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveWebIdentityCredentials.d.ts +16 -0
  789. package/api/node_modules/@aws-sdk/credential-provider-ini/package.json +74 -0
  790. package/api/node_modules/@aws-sdk/credential-provider-login/README.md +16 -0
  791. package/api/node_modules/@aws-sdk/credential-provider-login/dist-cjs/index.js +286 -0
  792. package/api/node_modules/@aws-sdk/credential-provider-login/dist-es/LoginCredentialsFetcher.js +262 -0
  793. package/api/node_modules/@aws-sdk/credential-provider-login/dist-es/fromLoginCredentials.js +21 -0
  794. package/api/node_modules/@aws-sdk/credential-provider-login/dist-es/index.js +2 -0
  795. package/api/node_modules/@aws-sdk/credential-provider-login/dist-es/types.js +1 -0
  796. package/api/node_modules/@aws-sdk/credential-provider-login/dist-types/LoginCredentialsFetcher.d.ts +42 -0
  797. package/api/node_modules/@aws-sdk/credential-provider-login/dist-types/fromLoginCredentials.d.ts +7 -0
  798. package/api/node_modules/@aws-sdk/credential-provider-login/dist-types/index.d.ts +8 -0
  799. package/api/node_modules/@aws-sdk/credential-provider-login/dist-types/ts3.4/LoginCredentialsFetcher.d.ts +24 -0
  800. package/api/node_modules/@aws-sdk/credential-provider-login/dist-types/ts3.4/fromLoginCredentials.d.ts +5 -0
  801. package/api/node_modules/@aws-sdk/credential-provider-login/dist-types/ts3.4/index.d.ts +2 -0
  802. package/api/node_modules/@aws-sdk/credential-provider-login/dist-types/ts3.4/types.d.ts +39 -0
  803. package/api/node_modules/@aws-sdk/credential-provider-login/dist-types/types.d.ts +59 -0
  804. package/api/node_modules/@aws-sdk/credential-provider-login/package.json +68 -0
  805. package/api/node_modules/@aws-sdk/credential-provider-node/LICENSE +201 -0
  806. package/api/node_modules/@aws-sdk/credential-provider-node/README.md +104 -0
  807. package/api/node_modules/@aws-sdk/credential-provider-node/dist-cjs/index.js +156 -0
  808. package/api/node_modules/@aws-sdk/credential-provider-node/dist-es/defaultProvider.js +73 -0
  809. package/api/node_modules/@aws-sdk/credential-provider-node/dist-es/index.js +1 -0
  810. package/api/node_modules/@aws-sdk/credential-provider-node/dist-es/remoteProvider.js +17 -0
  811. package/api/node_modules/@aws-sdk/credential-provider-node/dist-es/runtime/memoize-chain.js +60 -0
  812. package/api/node_modules/@aws-sdk/credential-provider-node/dist-types/defaultProvider.d.ts +59 -0
  813. package/api/node_modules/@aws-sdk/credential-provider-node/dist-types/index.d.ts +1 -0
  814. package/api/node_modules/@aws-sdk/credential-provider-node/dist-types/remoteProvider.d.ts +11 -0
  815. package/api/node_modules/@aws-sdk/credential-provider-node/dist-types/runtime/memoize-chain.d.ts +18 -0
  816. package/api/node_modules/@aws-sdk/credential-provider-node/dist-types/ts3.4/defaultProvider.d.ts +26 -0
  817. package/api/node_modules/@aws-sdk/credential-provider-node/dist-types/ts3.4/index.d.ts +1 -0
  818. package/api/node_modules/@aws-sdk/credential-provider-node/dist-types/ts3.4/remoteProvider.d.ts +7 -0
  819. package/api/node_modules/@aws-sdk/credential-provider-node/dist-types/ts3.4/runtime/memoize-chain.d.ts +19 -0
  820. package/api/node_modules/@aws-sdk/credential-provider-node/package.json +72 -0
  821. package/api/node_modules/@aws-sdk/credential-provider-process/LICENSE +201 -0
  822. package/api/node_modules/@aws-sdk/credential-provider-process/README.md +20 -0
  823. package/api/node_modules/@aws-sdk/credential-provider-process/dist-cjs/index.js +79 -0
  824. package/api/node_modules/@aws-sdk/credential-provider-process/dist-es/ProcessCredentials.js +1 -0
  825. package/api/node_modules/@aws-sdk/credential-provider-process/dist-es/fromProcess.js +9 -0
  826. package/api/node_modules/@aws-sdk/credential-provider-process/dist-es/getValidatedProcessCredentials.js +30 -0
  827. package/api/node_modules/@aws-sdk/credential-provider-process/dist-es/index.js +1 -0
  828. package/api/node_modules/@aws-sdk/credential-provider-process/dist-es/resolveProcessCredentials.js +36 -0
  829. package/api/node_modules/@aws-sdk/credential-provider-process/dist-types/ProcessCredentials.d.ts +12 -0
  830. package/api/node_modules/@aws-sdk/credential-provider-process/dist-types/fromProcess.d.ts +14 -0
  831. package/api/node_modules/@aws-sdk/credential-provider-process/dist-types/getValidatedProcessCredentials.d.ts +6 -0
  832. package/api/node_modules/@aws-sdk/credential-provider-process/dist-types/index.d.ts +4 -0
  833. package/api/node_modules/@aws-sdk/credential-provider-process/dist-types/resolveProcessCredentials.d.ts +5 -0
  834. package/api/node_modules/@aws-sdk/credential-provider-process/dist-types/ts3.4/ProcessCredentials.d.ts +9 -0
  835. package/api/node_modules/@aws-sdk/credential-provider-process/dist-types/ts3.4/fromProcess.d.ts +11 -0
  836. package/api/node_modules/@aws-sdk/credential-provider-process/dist-types/ts3.4/getValidatedProcessCredentials.d.ts +7 -0
  837. package/api/node_modules/@aws-sdk/credential-provider-process/dist-types/ts3.4/index.d.ts +1 -0
  838. package/api/node_modules/@aws-sdk/credential-provider-process/dist-types/ts3.4/resolveProcessCredentials.d.ts +6 -0
  839. package/api/node_modules/@aws-sdk/credential-provider-process/package.json +64 -0
  840. package/api/node_modules/@aws-sdk/credential-provider-sso/LICENSE +201 -0
  841. package/api/node_modules/@aws-sdk/credential-provider-sso/README.md +20 -0
  842. package/api/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/index.js +192 -0
  843. package/api/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/loadSso-BKDNrsal.js +8 -0
  844. package/api/node_modules/@aws-sdk/credential-provider-sso/dist-es/fromSSO.js +83 -0
  845. package/api/node_modules/@aws-sdk/credential-provider-sso/dist-es/index.js +4 -0
  846. package/api/node_modules/@aws-sdk/credential-provider-sso/dist-es/isSsoProfile.js +6 -0
  847. package/api/node_modules/@aws-sdk/credential-provider-sso/dist-es/loadSso.js +2 -0
  848. package/api/node_modules/@aws-sdk/credential-provider-sso/dist-es/resolveSSOCredentials.js +90 -0
  849. package/api/node_modules/@aws-sdk/credential-provider-sso/dist-es/types.js +1 -0
  850. package/api/node_modules/@aws-sdk/credential-provider-sso/dist-es/validateSsoProfile.js +9 -0
  851. package/api/node_modules/@aws-sdk/credential-provider-sso/dist-types/fromSSO.d.ts +69 -0
  852. package/api/node_modules/@aws-sdk/credential-provider-sso/dist-types/index.d.ts +16 -0
  853. package/api/node_modules/@aws-sdk/credential-provider-sso/dist-types/isSsoProfile.d.ts +6 -0
  854. package/api/node_modules/@aws-sdk/credential-provider-sso/dist-types/loadSso.d.ts +3 -0
  855. package/api/node_modules/@aws-sdk/credential-provider-sso/dist-types/resolveSSOCredentials.d.ts +6 -0
  856. package/api/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/fromSSO.d.ts +24 -0
  857. package/api/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/index.d.ts +4 -0
  858. package/api/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/isSsoProfile.d.ts +3 -0
  859. package/api/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/loadSso.d.ts +9 -0
  860. package/api/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/resolveSSOCredentials.d.ts +18 -0
  861. package/api/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/types.d.ts +14 -0
  862. package/api/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/validateSsoProfile.d.ts +6 -0
  863. package/api/node_modules/@aws-sdk/credential-provider-sso/dist-types/types.d.ts +22 -0
  864. package/api/node_modules/@aws-sdk/credential-provider-sso/dist-types/validateSsoProfile.d.ts +6 -0
  865. package/api/node_modules/@aws-sdk/credential-provider-sso/package.json +66 -0
  866. package/api/node_modules/@aws-sdk/credential-provider-web-identity/LICENSE +201 -0
  867. package/api/node_modules/@aws-sdk/credential-provider-web-identity/README.md +20 -0
  868. package/api/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/fromTokenFile.js +34 -0
  869. package/api/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/fromWebToken.js +62 -0
  870. package/api/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/index.js +27 -0
  871. package/api/node_modules/@aws-sdk/credential-provider-web-identity/dist-es/fromTokenFile.js +30 -0
  872. package/api/node_modules/@aws-sdk/credential-provider-web-identity/dist-es/fromWebToken.js +25 -0
  873. package/api/node_modules/@aws-sdk/credential-provider-web-identity/dist-es/index.js +2 -0
  874. package/api/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/fromTokenFile.d.ts +17 -0
  875. package/api/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/fromWebToken.d.ts +145 -0
  876. package/api/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/index.d.ts +8 -0
  877. package/api/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/ts3.4/fromTokenFile.d.ts +18 -0
  878. package/api/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/ts3.4/fromWebToken.d.ts +39 -0
  879. package/api/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/ts3.4/index.d.ts +2 -0
  880. package/api/node_modules/@aws-sdk/credential-provider-web-identity/package.json +73 -0
  881. package/api/node_modules/@aws-sdk/dynamodb-codec/LICENSE +201 -0
  882. package/api/node_modules/@aws-sdk/dynamodb-codec/README.md +4 -0
  883. package/api/node_modules/@aws-sdk/dynamodb-codec/dist-cjs/index.js +91 -0
  884. package/api/node_modules/@aws-sdk/dynamodb-codec/dist-es/codec/DynamoDBJsonCodec.js +86 -0
  885. package/api/node_modules/@aws-sdk/dynamodb-codec/dist-es/index.js +1 -0
  886. package/api/node_modules/@aws-sdk/dynamodb-codec/dist-types/codec/DynamoDBJsonCodec.d.ts +18 -0
  887. package/api/node_modules/@aws-sdk/dynamodb-codec/dist-types/index.d.ts +1 -0
  888. package/api/node_modules/@aws-sdk/dynamodb-codec/dist-types/ts3.4/codec/DynamoDBJsonCodec.d.ts +10 -0
  889. package/api/node_modules/@aws-sdk/dynamodb-codec/dist-types/ts3.4/index.d.ts +1 -0
  890. package/api/node_modules/@aws-sdk/dynamodb-codec/package.json +58 -0
  891. package/api/node_modules/@aws-sdk/endpoint-cache/LICENSE +201 -0
  892. package/api/node_modules/@aws-sdk/endpoint-cache/README.md +24 -0
  893. package/api/node_modules/@aws-sdk/endpoint-cache/dist-cjs/index.js +59 -0
  894. package/api/node_modules/@aws-sdk/endpoint-cache/dist-es/Endpoint.js +1 -0
  895. package/api/node_modules/@aws-sdk/endpoint-cache/dist-es/EndpointCache.js +54 -0
  896. package/api/node_modules/@aws-sdk/endpoint-cache/dist-es/index.js +2 -0
  897. package/api/node_modules/@aws-sdk/endpoint-cache/dist-types/Endpoint.d.ts +13 -0
  898. package/api/node_modules/@aws-sdk/endpoint-cache/dist-types/EndpointCache.d.ts +56 -0
  899. package/api/node_modules/@aws-sdk/endpoint-cache/dist-types/index.d.ts +8 -0
  900. package/api/node_modules/@aws-sdk/endpoint-cache/dist-types/ts3.4/Endpoint.d.ts +4 -0
  901. package/api/node_modules/@aws-sdk/endpoint-cache/dist-types/ts3.4/EndpointCache.d.ts +14 -0
  902. package/api/node_modules/@aws-sdk/endpoint-cache/dist-types/ts3.4/index.d.ts +2 -0
  903. package/api/node_modules/@aws-sdk/endpoint-cache/package.json +55 -0
  904. package/api/node_modules/@aws-sdk/lib-dynamodb/LICENSE +201 -0
  905. package/api/node_modules/@aws-sdk/lib-dynamodb/README.md +464 -0
  906. package/api/node_modules/@aws-sdk/lib-dynamodb/dist-cjs/index.js +836 -0
  907. package/api/node_modules/@aws-sdk/lib-dynamodb/dist-es/DynamoDBDocument.js +214 -0
  908. package/api/node_modules/@aws-sdk/lib-dynamodb/dist-es/DynamoDBDocumentClient.js +20 -0
  909. package/api/node_modules/@aws-sdk/lib-dynamodb/dist-es/baseCommand/DynamoDBDocumentClientCommand.js +32 -0
  910. package/api/node_modules/@aws-sdk/lib-dynamodb/dist-es/commands/BatchExecuteStatementCommand.js +39 -0
  911. package/api/node_modules/@aws-sdk/lib-dynamodb/dist-es/commands/BatchGetCommand.js +45 -0
  912. package/api/node_modules/@aws-sdk/lib-dynamodb/dist-es/commands/BatchWriteCommand.js +57 -0
  913. package/api/node_modules/@aws-sdk/lib-dynamodb/dist-es/commands/DeleteCommand.js +38 -0
  914. package/api/node_modules/@aws-sdk/lib-dynamodb/dist-es/commands/ExecuteStatementCommand.js +31 -0
  915. package/api/node_modules/@aws-sdk/lib-dynamodb/dist-es/commands/ExecuteTransactionCommand.js +36 -0
  916. package/api/node_modules/@aws-sdk/lib-dynamodb/dist-es/commands/GetCommand.js +28 -0
  917. package/api/node_modules/@aws-sdk/lib-dynamodb/dist-es/commands/PutCommand.js +38 -0
  918. package/api/node_modules/@aws-sdk/lib-dynamodb/dist-es/commands/QueryCommand.js +42 -0
  919. package/api/node_modules/@aws-sdk/lib-dynamodb/dist-es/commands/ScanCommand.js +37 -0
  920. package/api/node_modules/@aws-sdk/lib-dynamodb/dist-es/commands/TransactGetCommand.js +38 -0
  921. package/api/node_modules/@aws-sdk/lib-dynamodb/dist-es/commands/TransactWriteCommand.js +53 -0
  922. package/api/node_modules/@aws-sdk/lib-dynamodb/dist-es/commands/UpdateCommand.js +43 -0
  923. package/api/node_modules/@aws-sdk/lib-dynamodb/dist-es/commands/index.js +13 -0
  924. package/api/node_modules/@aws-sdk/lib-dynamodb/dist-es/commands/utils.js +80 -0
  925. package/api/node_modules/@aws-sdk/lib-dynamodb/dist-es/index.js +5 -0
  926. package/api/node_modules/@aws-sdk/lib-dynamodb/dist-es/pagination/Interfaces.js +1 -0
  927. package/api/node_modules/@aws-sdk/lib-dynamodb/dist-es/pagination/QueryPaginator.js +4 -0
  928. package/api/node_modules/@aws-sdk/lib-dynamodb/dist-es/pagination/ScanPaginator.js +4 -0
  929. package/api/node_modules/@aws-sdk/lib-dynamodb/dist-es/pagination/index.js +3 -0
  930. package/api/node_modules/@aws-sdk/lib-dynamodb/dist-types/DynamoDBDocument.d.ts +195 -0
  931. package/api/node_modules/@aws-sdk/lib-dynamodb/dist-types/DynamoDBDocumentClient.d.ts +96 -0
  932. package/api/node_modules/@aws-sdk/lib-dynamodb/dist-types/baseCommand/DynamoDBDocumentClientCommand.d.ts +17 -0
  933. package/api/node_modules/@aws-sdk/lib-dynamodb/dist-types/commands/BatchExecuteStatementCommand.d.ts +66 -0
  934. package/api/node_modules/@aws-sdk/lib-dynamodb/dist-types/commands/BatchGetCommand.d.ts +70 -0
  935. package/api/node_modules/@aws-sdk/lib-dynamodb/dist-types/commands/BatchWriteCommand.d.ts +94 -0
  936. package/api/node_modules/@aws-sdk/lib-dynamodb/dist-types/commands/DeleteCommand.d.ts +66 -0
  937. package/api/node_modules/@aws-sdk/lib-dynamodb/dist-types/commands/ExecuteStatementCommand.d.ts +52 -0
  938. package/api/node_modules/@aws-sdk/lib-dynamodb/dist-types/commands/ExecuteTransactionCommand.d.ts +60 -0
  939. package/api/node_modules/@aws-sdk/lib-dynamodb/dist-types/commands/GetCommand.d.ts +48 -0
  940. package/api/node_modules/@aws-sdk/lib-dynamodb/dist-types/commands/PutCommand.d.ts +66 -0
  941. package/api/node_modules/@aws-sdk/lib-dynamodb/dist-types/commands/QueryCommand.d.ts +70 -0
  942. package/api/node_modules/@aws-sdk/lib-dynamodb/dist-types/commands/ScanCommand.d.ts +62 -0
  943. package/api/node_modules/@aws-sdk/lib-dynamodb/dist-types/commands/TransactGetCommand.d.ts +64 -0
  944. package/api/node_modules/@aws-sdk/lib-dynamodb/dist-types/commands/TransactWriteCommand.d.ts +92 -0
  945. package/api/node_modules/@aws-sdk/lib-dynamodb/dist-types/commands/UpdateCommand.d.ts +74 -0
  946. package/api/node_modules/@aws-sdk/lib-dynamodb/dist-types/commands/index.d.ts +13 -0
  947. package/api/node_modules/@aws-sdk/lib-dynamodb/dist-types/commands/utils.d.ts +33 -0
  948. package/api/node_modules/@aws-sdk/lib-dynamodb/dist-types/index.d.ts +7 -0
  949. package/api/node_modules/@aws-sdk/lib-dynamodb/dist-types/pagination/Interfaces.d.ts +13 -0
  950. package/api/node_modules/@aws-sdk/lib-dynamodb/dist-types/pagination/QueryPaginator.d.ts +11 -0
  951. package/api/node_modules/@aws-sdk/lib-dynamodb/dist-types/pagination/ScanPaginator.d.ts +11 -0
  952. package/api/node_modules/@aws-sdk/lib-dynamodb/dist-types/pagination/index.d.ts +3 -0
  953. package/api/node_modules/@aws-sdk/lib-dynamodb/dist-types/ts3.4/DynamoDBDocument.d.ts +221 -0
  954. package/api/node_modules/@aws-sdk/lib-dynamodb/dist-types/ts3.4/DynamoDBDocumentClient.d.ts +105 -0
  955. package/api/node_modules/@aws-sdk/lib-dynamodb/dist-types/ts3.4/baseCommand/DynamoDBDocumentClientCommand.d.ts +30 -0
  956. package/api/node_modules/@aws-sdk/lib-dynamodb/dist-types/ts3.4/commands/BatchExecuteStatementCommand.d.ts +96 -0
  957. package/api/node_modules/@aws-sdk/lib-dynamodb/dist-types/ts3.4/commands/BatchGetCommand.d.ts +92 -0
  958. package/api/node_modules/@aws-sdk/lib-dynamodb/dist-types/ts3.4/commands/BatchWriteCommand.d.ts +142 -0
  959. package/api/node_modules/@aws-sdk/lib-dynamodb/dist-types/ts3.4/commands/DeleteCommand.d.ts +96 -0
  960. package/api/node_modules/@aws-sdk/lib-dynamodb/dist-types/ts3.4/commands/ExecuteStatementCommand.d.ts +61 -0
  961. package/api/node_modules/@aws-sdk/lib-dynamodb/dist-types/ts3.4/commands/ExecuteTransactionCommand.d.ts +78 -0
  962. package/api/node_modules/@aws-sdk/lib-dynamodb/dist-types/ts3.4/commands/GetCommand.d.ts +57 -0
  963. package/api/node_modules/@aws-sdk/lib-dynamodb/dist-types/ts3.4/commands/PutCommand.d.ts +93 -0
  964. package/api/node_modules/@aws-sdk/lib-dynamodb/dist-types/ts3.4/commands/QueryCommand.d.ts +96 -0
  965. package/api/node_modules/@aws-sdk/lib-dynamodb/dist-types/ts3.4/commands/ScanCommand.d.ts +80 -0
  966. package/api/node_modules/@aws-sdk/lib-dynamodb/dist-types/ts3.4/commands/TransactGetCommand.d.ts +82 -0
  967. package/api/node_modules/@aws-sdk/lib-dynamodb/dist-types/ts3.4/commands/TransactWriteCommand.d.ts +151 -0
  968. package/api/node_modules/@aws-sdk/lib-dynamodb/dist-types/ts3.4/commands/UpdateCommand.d.ts +113 -0
  969. package/api/node_modules/@aws-sdk/lib-dynamodb/dist-types/ts3.4/commands/index.d.ts +13 -0
  970. package/api/node_modules/@aws-sdk/lib-dynamodb/dist-types/ts3.4/commands/utils.d.ts +17 -0
  971. package/api/node_modules/@aws-sdk/lib-dynamodb/dist-types/ts3.4/index.d.ts +11 -0
  972. package/api/node_modules/@aws-sdk/lib-dynamodb/dist-types/ts3.4/pagination/Interfaces.d.ts +8 -0
  973. package/api/node_modules/@aws-sdk/lib-dynamodb/dist-types/ts3.4/pagination/QueryPaginator.d.ts +12 -0
  974. package/api/node_modules/@aws-sdk/lib-dynamodb/dist-types/ts3.4/pagination/ScanPaginator.d.ts +9 -0
  975. package/api/node_modules/@aws-sdk/lib-dynamodb/dist-types/ts3.4/pagination/index.d.ts +3 -0
  976. package/api/node_modules/@aws-sdk/lib-dynamodb/package.json +68 -0
  977. package/api/node_modules/@aws-sdk/middleware-endpoint-discovery/LICENSE +201 -0
  978. package/api/node_modules/@aws-sdk/middleware-endpoint-discovery/README.md +4 -0
  979. package/api/node_modules/@aws-sdk/middleware-endpoint-discovery/dist-cjs/index.js +188 -0
  980. package/api/node_modules/@aws-sdk/middleware-endpoint-discovery/dist-es/configurations.js +27 -0
  981. package/api/node_modules/@aws-sdk/middleware-endpoint-discovery/dist-es/endpointDiscoveryMiddleware.js +45 -0
  982. package/api/node_modules/@aws-sdk/middleware-endpoint-discovery/dist-es/getCacheKey.js +13 -0
  983. package/api/node_modules/@aws-sdk/middleware-endpoint-discovery/dist-es/getEndpointDiscoveryPlugin.js +22 -0
  984. package/api/node_modules/@aws-sdk/middleware-endpoint-discovery/dist-es/index.js +3 -0
  985. package/api/node_modules/@aws-sdk/middleware-endpoint-discovery/dist-es/resolveEndpointDiscoveryConfig.js +12 -0
  986. package/api/node_modules/@aws-sdk/middleware-endpoint-discovery/dist-es/updateDiscoveredEndpointInCache.js +57 -0
  987. package/api/node_modules/@aws-sdk/middleware-endpoint-discovery/dist-types/configurations.d.ts +5 -0
  988. package/api/node_modules/@aws-sdk/middleware-endpoint-discovery/dist-types/endpointDiscoveryMiddleware.d.ts +4 -0
  989. package/api/node_modules/@aws-sdk/middleware-endpoint-discovery/dist-types/getCacheKey.d.ts +9 -0
  990. package/api/node_modules/@aws-sdk/middleware-endpoint-discovery/dist-types/getEndpointDiscoveryPlugin.d.ts +29 -0
  991. package/api/node_modules/@aws-sdk/middleware-endpoint-discovery/dist-types/index.d.ts +3 -0
  992. package/api/node_modules/@aws-sdk/middleware-endpoint-discovery/dist-types/resolveEndpointDiscoveryConfig.d.ts +60 -0
  993. package/api/node_modules/@aws-sdk/middleware-endpoint-discovery/dist-types/ts3.4/configurations.d.ts +4 -0
  994. package/api/node_modules/@aws-sdk/middleware-endpoint-discovery/dist-types/ts3.4/endpointDiscoveryMiddleware.d.ts +17 -0
  995. package/api/node_modules/@aws-sdk/middleware-endpoint-discovery/dist-types/ts3.4/getCacheKey.d.ts +10 -0
  996. package/api/node_modules/@aws-sdk/middleware-endpoint-discovery/dist-types/ts3.4/getEndpointDiscoveryPlugin.d.ts +41 -0
  997. package/api/node_modules/@aws-sdk/middleware-endpoint-discovery/dist-types/ts3.4/index.d.ts +3 -0
  998. package/api/node_modules/@aws-sdk/middleware-endpoint-discovery/dist-types/ts3.4/resolveEndpointDiscoveryConfig.d.ts +28 -0
  999. package/api/node_modules/@aws-sdk/middleware-endpoint-discovery/dist-types/ts3.4/updateDiscoveredEndpointInCache.d.ts +15 -0
  1000. package/api/node_modules/@aws-sdk/middleware-endpoint-discovery/dist-types/updateDiscoveredEndpointInCache.d.ts +8 -0
  1001. package/api/node_modules/@aws-sdk/middleware-endpoint-discovery/package.json +61 -0
  1002. package/api/node_modules/@aws-sdk/middleware-host-header/LICENSE +201 -0
  1003. package/api/node_modules/@aws-sdk/middleware-host-header/README.md +4 -0
  1004. package/api/node_modules/@aws-sdk/middleware-host-header/dist-cjs/index.js +41 -0
  1005. package/api/node_modules/@aws-sdk/middleware-host-header/dist-es/index.js +33 -0
  1006. package/api/node_modules/@aws-sdk/middleware-host-header/dist-types/index.d.ts +35 -0
  1007. package/api/node_modules/@aws-sdk/middleware-host-header/dist-types/ts3.4/index.d.ts +29 -0
  1008. package/api/node_modules/@aws-sdk/middleware-host-header/package.json +59 -0
  1009. package/api/node_modules/@aws-sdk/middleware-logger/LICENSE +201 -0
  1010. package/api/node_modules/@aws-sdk/middleware-logger/README.md +4 -0
  1011. package/api/node_modules/@aws-sdk/middleware-logger/dist-cjs/index.js +48 -0
  1012. package/api/node_modules/@aws-sdk/middleware-logger/dist-es/index.js +1 -0
  1013. package/api/node_modules/@aws-sdk/middleware-logger/dist-es/loggerMiddleware.js +42 -0
  1014. package/api/node_modules/@aws-sdk/middleware-logger/dist-types/index.d.ts +1 -0
  1015. package/api/node_modules/@aws-sdk/middleware-logger/dist-types/loggerMiddleware.d.ts +4 -0
  1016. package/api/node_modules/@aws-sdk/middleware-logger/dist-types/ts3.4/index.d.ts +1 -0
  1017. package/api/node_modules/@aws-sdk/middleware-logger/dist-types/ts3.4/loggerMiddleware.d.ts +17 -0
  1018. package/api/node_modules/@aws-sdk/middleware-logger/package.json +59 -0
  1019. package/api/node_modules/@aws-sdk/middleware-recursion-detection/LICENSE +201 -0
  1020. package/api/node_modules/@aws-sdk/middleware-recursion-detection/README.md +17 -0
  1021. package/api/node_modules/@aws-sdk/middleware-recursion-detection/dist-cjs/index.js +29 -0
  1022. package/api/node_modules/@aws-sdk/middleware-recursion-detection/dist-cjs/recursionDetectionMiddleware.js +33 -0
  1023. package/api/node_modules/@aws-sdk/middleware-recursion-detection/dist-cjs/recursionDetectionMiddleware.native.js +5 -0
  1024. package/api/node_modules/@aws-sdk/middleware-recursion-detection/dist-es/configuration.js +7 -0
  1025. package/api/node_modules/@aws-sdk/middleware-recursion-detection/dist-es/getRecursionDetectionPlugin.js +7 -0
  1026. package/api/node_modules/@aws-sdk/middleware-recursion-detection/dist-es/index.js +2 -0
  1027. package/api/node_modules/@aws-sdk/middleware-recursion-detection/dist-es/recursionDetectionMiddleware.browser.js +1 -0
  1028. package/api/node_modules/@aws-sdk/middleware-recursion-detection/dist-es/recursionDetectionMiddleware.js +29 -0
  1029. package/api/node_modules/@aws-sdk/middleware-recursion-detection/dist-es/recursionDetectionMiddleware.native.js +1 -0
  1030. package/api/node_modules/@aws-sdk/middleware-recursion-detection/dist-types/configuration.d.ts +5 -0
  1031. package/api/node_modules/@aws-sdk/middleware-recursion-detection/dist-types/getRecursionDetectionPlugin.d.ts +5 -0
  1032. package/api/node_modules/@aws-sdk/middleware-recursion-detection/dist-types/index.d.ts +2 -0
  1033. package/api/node_modules/@aws-sdk/middleware-recursion-detection/dist-types/recursionDetectionMiddleware.browser.d.ts +6 -0
  1034. package/api/node_modules/@aws-sdk/middleware-recursion-detection/dist-types/recursionDetectionMiddleware.d.ts +6 -0
  1035. package/api/node_modules/@aws-sdk/middleware-recursion-detection/dist-types/recursionDetectionMiddleware.native.d.ts +6 -0
  1036. package/api/node_modules/@aws-sdk/middleware-recursion-detection/dist-types/ts3.4/configuration.d.ts +3 -0
  1037. package/api/node_modules/@aws-sdk/middleware-recursion-detection/dist-types/ts3.4/getRecursionDetectionPlugin.d.ts +4 -0
  1038. package/api/node_modules/@aws-sdk/middleware-recursion-detection/dist-types/ts3.4/index.d.ts +2 -0
  1039. package/api/node_modules/@aws-sdk/middleware-recursion-detection/dist-types/ts3.4/recursionDetectionMiddleware.browser.d.ts +5 -0
  1040. package/api/node_modules/@aws-sdk/middleware-recursion-detection/dist-types/ts3.4/recursionDetectionMiddleware.d.ts +5 -0
  1041. package/api/node_modules/@aws-sdk/middleware-recursion-detection/dist-types/ts3.4/recursionDetectionMiddleware.native.d.ts +5 -0
  1042. package/api/node_modules/@aws-sdk/middleware-recursion-detection/package.json +63 -0
  1043. package/api/node_modules/@aws-sdk/middleware-user-agent/LICENSE +201 -0
  1044. package/api/node_modules/@aws-sdk/middleware-user-agent/README.md +4 -0
  1045. package/api/node_modules/@aws-sdk/middleware-user-agent/dist-cjs/index.js +194 -0
  1046. package/api/node_modules/@aws-sdk/middleware-user-agent/dist-es/check-features.js +49 -0
  1047. package/api/node_modules/@aws-sdk/middleware-user-agent/dist-es/configurations.js +28 -0
  1048. package/api/node_modules/@aws-sdk/middleware-user-agent/dist-es/constants.js +7 -0
  1049. package/api/node_modules/@aws-sdk/middleware-user-agent/dist-es/encode-features.js +18 -0
  1050. package/api/node_modules/@aws-sdk/middleware-user-agent/dist-es/index.js +2 -0
  1051. package/api/node_modules/@aws-sdk/middleware-user-agent/dist-es/user-agent-middleware.js +82 -0
  1052. package/api/node_modules/@aws-sdk/middleware-user-agent/dist-types/check-features.d.ts +20 -0
  1053. package/api/node_modules/@aws-sdk/middleware-user-agent/dist-types/configurations.d.ts +44 -0
  1054. package/api/node_modules/@aws-sdk/middleware-user-agent/dist-types/constants.d.ts +7 -0
  1055. package/api/node_modules/@aws-sdk/middleware-user-agent/dist-types/encode-features.d.ts +5 -0
  1056. package/api/node_modules/@aws-sdk/middleware-user-agent/dist-types/index.d.ts +2 -0
  1057. package/api/node_modules/@aws-sdk/middleware-user-agent/dist-types/ts3.4/check-features.d.ts +20 -0
  1058. package/api/node_modules/@aws-sdk/middleware-user-agent/dist-types/ts3.4/configurations.d.ts +21 -0
  1059. package/api/node_modules/@aws-sdk/middleware-user-agent/dist-types/ts3.4/constants.d.ts +7 -0
  1060. package/api/node_modules/@aws-sdk/middleware-user-agent/dist-types/ts3.4/encode-features.d.ts +2 -0
  1061. package/api/node_modules/@aws-sdk/middleware-user-agent/dist-types/ts3.4/index.d.ts +2 -0
  1062. package/api/node_modules/@aws-sdk/middleware-user-agent/dist-types/ts3.4/user-agent-middleware.d.ts +21 -0
  1063. package/api/node_modules/@aws-sdk/middleware-user-agent/dist-types/user-agent-middleware.d.ts +18 -0
  1064. package/api/node_modules/@aws-sdk/middleware-user-agent/package.json +63 -0
  1065. package/api/node_modules/@aws-sdk/nested-clients/README.md +13 -0
  1066. package/api/node_modules/@aws-sdk/nested-clients/cognito-identity.d.ts +7 -0
  1067. package/api/node_modules/@aws-sdk/nested-clients/cognito-identity.js +5 -0
  1068. package/api/node_modules/@aws-sdk/nested-clients/dist-cjs/index.js +2 -0
  1069. package/api/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/auth/httpAuthSchemeProvider.js +60 -0
  1070. package/api/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/endpoint/endpointResolver.js +18 -0
  1071. package/api/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/endpoint/ruleset.js +146 -0
  1072. package/api/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/index.js +174 -0
  1073. package/api/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/models/CognitoIdentityServiceException.js +12 -0
  1074. package/api/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/models/errors.js +121 -0
  1075. package/api/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/runtimeConfig.browser.js +38 -0
  1076. package/api/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/runtimeConfig.js +54 -0
  1077. package/api/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/runtimeConfig.native.js +15 -0
  1078. package/api/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/runtimeConfig.shared.js +50 -0
  1079. package/api/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/schemas/schemas_0.js +110 -0
  1080. package/api/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/auth/httpAuthSchemeProvider.js +56 -0
  1081. package/api/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/endpoint/endpointResolver.js +18 -0
  1082. package/api/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/endpoint/ruleset.js +133 -0
  1083. package/api/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/index.js +170 -0
  1084. package/api/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/models/SigninServiceException.js +12 -0
  1085. package/api/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/models/errors.js +64 -0
  1086. package/api/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/runtimeConfig.browser.js +39 -0
  1087. package/api/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/runtimeConfig.js +54 -0
  1088. package/api/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/runtimeConfig.native.js +15 -0
  1089. package/api/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/runtimeConfig.shared.js +49 -0
  1090. package/api/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/schemas/schemas_0.js +125 -0
  1091. package/api/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/auth/httpAuthSchemeProvider.js +56 -0
  1092. package/api/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/endpoint/endpointResolver.js +18 -0
  1093. package/api/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/endpoint/ruleset.js +106 -0
  1094. package/api/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/index.js +160 -0
  1095. package/api/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/models/SSOServiceException.js +12 -0
  1096. package/api/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/models/errors.js +56 -0
  1097. package/api/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/runtimeConfig.browser.js +38 -0
  1098. package/api/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/runtimeConfig.js +54 -0
  1099. package/api/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/runtimeConfig.native.js +15 -0
  1100. package/api/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/runtimeConfig.shared.js +49 -0
  1101. package/api/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/schemas/schemas_0.js +90 -0
  1102. package/api/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/auth/httpAuthSchemeProvider.js +56 -0
  1103. package/api/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/endpoint/endpointResolver.js +18 -0
  1104. package/api/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/endpoint/ruleset.js +106 -0
  1105. package/api/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/index.js +172 -0
  1106. package/api/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/models/SSOOIDCServiceException.js +12 -0
  1107. package/api/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/models/errors.js +195 -0
  1108. package/api/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/runtimeConfig.browser.js +38 -0
  1109. package/api/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/runtimeConfig.js +54 -0
  1110. package/api/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/runtimeConfig.native.js +15 -0
  1111. package/api/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/runtimeConfig.shared.js +49 -0
  1112. package/api/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/schemas/schemas_0.js +140 -0
  1113. package/api/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/STSClient.js +54 -0
  1114. package/api/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/auth/httpAuthExtensionConfiguration.js +43 -0
  1115. package/api/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/auth/httpAuthSchemeProvider.js +62 -0
  1116. package/api/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/endpoint/EndpointParameters.js +19 -0
  1117. package/api/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/endpoint/endpointResolver.js +18 -0
  1118. package/api/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/endpoint/ruleset.js +145 -0
  1119. package/api/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/index.js +202 -0
  1120. package/api/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/models/STSServiceException.js +12 -0
  1121. package/api/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/models/errors.js +95 -0
  1122. package/api/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/runtimeConfig.browser.js +39 -0
  1123. package/api/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/runtimeConfig.js +68 -0
  1124. package/api/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/runtimeConfig.native.js +15 -0
  1125. package/api/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/runtimeConfig.shared.js +50 -0
  1126. package/api/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/runtimeExtensions.js +13 -0
  1127. package/api/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/schemas/schemas_0.js +195 -0
  1128. package/api/node_modules/@aws-sdk/nested-clients/dist-es/index.js +1 -0
  1129. package/api/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/CognitoIdentity.js +11 -0
  1130. package/api/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/CognitoIdentityClient.js +50 -0
  1131. package/api/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/auth/httpAuthExtensionConfiguration.js +38 -0
  1132. package/api/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/auth/httpAuthSchemeProvider.js +54 -0
  1133. package/api/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/commands/GetCredentialsForIdentityCommand.js +16 -0
  1134. package/api/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/commands/GetIdCommand.js +16 -0
  1135. package/api/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/commands/index.js +2 -0
  1136. package/api/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/endpoint/EndpointParameters.js +13 -0
  1137. package/api/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/endpoint/endpointResolver.js +14 -0
  1138. package/api/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/endpoint/ruleset.js +143 -0
  1139. package/api/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/extensionConfiguration.js +1 -0
  1140. package/api/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/index.js +7 -0
  1141. package/api/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/models/CognitoIdentityServiceException.js +8 -0
  1142. package/api/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/models/errors.js +109 -0
  1143. package/api/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/models/models_0.js +1 -0
  1144. package/api/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/runtimeConfig.browser.js +33 -0
  1145. package/api/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/runtimeConfig.js +49 -0
  1146. package/api/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/runtimeConfig.native.js +11 -0
  1147. package/api/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/runtimeConfig.shared.js +46 -0
  1148. package/api/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/runtimeExtensions.js +9 -0
  1149. package/api/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/schemas/schemas_0.js +107 -0
  1150. package/api/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/Signin.js +9 -0
  1151. package/api/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/SigninClient.js +50 -0
  1152. package/api/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/auth/httpAuthExtensionConfiguration.js +38 -0
  1153. package/api/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/auth/httpAuthSchemeProvider.js +50 -0
  1154. package/api/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/commands/CreateOAuth2TokenCommand.js +16 -0
  1155. package/api/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/commands/index.js +1 -0
  1156. package/api/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/endpoint/EndpointParameters.js +13 -0
  1157. package/api/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/endpoint/endpointResolver.js +14 -0
  1158. package/api/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/endpoint/ruleset.js +130 -0
  1159. package/api/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/extensionConfiguration.js +1 -0
  1160. package/api/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/index.js +8 -0
  1161. package/api/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/models/SigninServiceException.js +8 -0
  1162. package/api/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/models/enums.js +8 -0
  1163. package/api/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/models/errors.js +57 -0
  1164. package/api/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/models/models_0.js +1 -0
  1165. package/api/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeConfig.browser.js +34 -0
  1166. package/api/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeConfig.js +49 -0
  1167. package/api/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeConfig.native.js +11 -0
  1168. package/api/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeConfig.shared.js +45 -0
  1169. package/api/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeExtensions.js +9 -0
  1170. package/api/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/schemas/schemas_0.js +122 -0
  1171. package/api/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/SSO.js +9 -0
  1172. package/api/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/SSOClient.js +50 -0
  1173. package/api/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/auth/httpAuthExtensionConfiguration.js +38 -0
  1174. package/api/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/auth/httpAuthSchemeProvider.js +50 -0
  1175. package/api/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/commands/GetRoleCredentialsCommand.js +16 -0
  1176. package/api/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/commands/index.js +1 -0
  1177. package/api/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/endpoint/EndpointParameters.js +13 -0
  1178. package/api/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/endpoint/endpointResolver.js +14 -0
  1179. package/api/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/endpoint/ruleset.js +103 -0
  1180. package/api/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/extensionConfiguration.js +1 -0
  1181. package/api/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/index.js +7 -0
  1182. package/api/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/models/SSOServiceException.js +8 -0
  1183. package/api/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/models/errors.js +49 -0
  1184. package/api/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/models/models_0.js +1 -0
  1185. package/api/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/runtimeConfig.browser.js +33 -0
  1186. package/api/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/runtimeConfig.js +49 -0
  1187. package/api/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/runtimeConfig.native.js +11 -0
  1188. package/api/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/runtimeConfig.shared.js +45 -0
  1189. package/api/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/runtimeExtensions.js +9 -0
  1190. package/api/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/schemas/schemas_0.js +87 -0
  1191. package/api/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/SSOOIDC.js +9 -0
  1192. package/api/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/SSOOIDCClient.js +50 -0
  1193. package/api/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/auth/httpAuthExtensionConfiguration.js +38 -0
  1194. package/api/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/auth/httpAuthSchemeProvider.js +50 -0
  1195. package/api/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/commands/CreateTokenCommand.js +16 -0
  1196. package/api/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/commands/index.js +1 -0
  1197. package/api/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/endpoint/EndpointParameters.js +13 -0
  1198. package/api/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/endpoint/endpointResolver.js +14 -0
  1199. package/api/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/endpoint/ruleset.js +103 -0
  1200. package/api/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/extensionConfiguration.js +1 -0
  1201. package/api/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/index.js +8 -0
  1202. package/api/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/models/SSOOIDCServiceException.js +8 -0
  1203. package/api/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/models/enums.js +9 -0
  1204. package/api/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/models/errors.js +181 -0
  1205. package/api/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/models/models_0.js +1 -0
  1206. package/api/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeConfig.browser.js +33 -0
  1207. package/api/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeConfig.js +49 -0
  1208. package/api/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeConfig.native.js +11 -0
  1209. package/api/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeConfig.shared.js +45 -0
  1210. package/api/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeExtensions.js +9 -0
  1211. package/api/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/schemas/schemas_0.js +137 -0
  1212. package/api/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/STS.js +11 -0
  1213. package/api/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/STSClient.js +50 -0
  1214. package/api/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/auth/httpAuthExtensionConfiguration.js +38 -0
  1215. package/api/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/auth/httpAuthSchemeProvider.js +55 -0
  1216. package/api/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/commands/AssumeRoleCommand.js +16 -0
  1217. package/api/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/commands/AssumeRoleWithWebIdentityCommand.js +16 -0
  1218. package/api/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/commands/index.js +2 -0
  1219. package/api/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/defaultRoleAssumers.js +22 -0
  1220. package/api/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/defaultStsRoleAssumers.js +107 -0
  1221. package/api/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/endpoint/EndpointParameters.js +15 -0
  1222. package/api/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/endpoint/endpointResolver.js +14 -0
  1223. package/api/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/endpoint/ruleset.js +142 -0
  1224. package/api/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/extensionConfiguration.js +1 -0
  1225. package/api/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/index.js +8 -0
  1226. package/api/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/models/STSServiceException.js +8 -0
  1227. package/api/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/models/errors.js +85 -0
  1228. package/api/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/models/models_0.js +1 -0
  1229. package/api/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.browser.js +34 -0
  1230. package/api/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.js +63 -0
  1231. package/api/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.native.js +11 -0
  1232. package/api/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.shared.js +46 -0
  1233. package/api/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeExtensions.js +9 -0
  1234. package/api/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/schemas/schemas_0.js +192 -0
  1235. package/api/node_modules/@aws-sdk/nested-clients/dist-types/index.d.ts +7 -0
  1236. package/api/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/CognitoIdentity.d.ts +38 -0
  1237. package/api/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/CognitoIdentityClient.d.ts +197 -0
  1238. package/api/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/auth/httpAuthExtensionConfiguration.d.ts +29 -0
  1239. package/api/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/auth/httpAuthSchemeProvider.d.ts +75 -0
  1240. package/api/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/commands/GetCredentialsForIdentityCommand.d.ts +120 -0
  1241. package/api/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/commands/GetIdCommand.d.ts +107 -0
  1242. package/api/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/commands/index.d.ts +2 -0
  1243. package/api/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/endpoint/EndpointParameters.d.ts +50 -0
  1244. package/api/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/endpoint/endpointResolver.d.ts +8 -0
  1245. package/api/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/endpoint/ruleset.d.ts +2 -0
  1246. package/api/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/extensionConfiguration.d.ts +9 -0
  1247. package/api/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/index.d.ts +29 -0
  1248. package/api/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/models/CognitoIdentityServiceException.d.ts +14 -0
  1249. package/api/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/models/errors.d.ts +119 -0
  1250. package/api/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/models/models_0.d.ts +136 -0
  1251. package/api/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/runtimeConfig.browser.d.ts +62 -0
  1252. package/api/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/runtimeConfig.d.ts +62 -0
  1253. package/api/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/runtimeConfig.native.d.ts +61 -0
  1254. package/api/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/runtimeConfig.shared.d.ts +38 -0
  1255. package/api/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/runtimeExtensions.d.ts +17 -0
  1256. package/api/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/schemas/schemas_0.d.ts +25 -0
  1257. package/api/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/Signin.d.ts +18 -0
  1258. package/api/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/SigninClient.d.ts +189 -0
  1259. package/api/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/auth/httpAuthExtensionConfiguration.d.ts +29 -0
  1260. package/api/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/auth/httpAuthSchemeProvider.d.ts +75 -0
  1261. package/api/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/commands/CreateOAuth2TokenCommand.d.ts +157 -0
  1262. package/api/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/commands/index.d.ts +1 -0
  1263. package/api/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/endpoint/EndpointParameters.d.ts +50 -0
  1264. package/api/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/endpoint/endpointResolver.d.ts +8 -0
  1265. package/api/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/endpoint/ruleset.d.ts +2 -0
  1266. package/api/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/extensionConfiguration.d.ts +9 -0
  1267. package/api/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/index.d.ts +17 -0
  1268. package/api/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/models/SigninServiceException.d.ts +14 -0
  1269. package/api/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/models/enums.d.ts +34 -0
  1270. package/api/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/models/errors.d.ts +102 -0
  1271. package/api/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/models/models_0.d.ts +142 -0
  1272. package/api/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.browser.d.ts +63 -0
  1273. package/api/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.d.ts +63 -0
  1274. package/api/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.native.d.ts +62 -0
  1275. package/api/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.shared.d.ts +38 -0
  1276. package/api/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeExtensions.d.ts +17 -0
  1277. package/api/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/schemas/schemas_0.d.ts +19 -0
  1278. package/api/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/SSO.d.ts +32 -0
  1279. package/api/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/SSOClient.d.ts +197 -0
  1280. package/api/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/auth/httpAuthExtensionConfiguration.d.ts +29 -0
  1281. package/api/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/auth/httpAuthSchemeProvider.d.ts +75 -0
  1282. package/api/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/commands/GetRoleCredentialsCommand.d.ts +97 -0
  1283. package/api/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/commands/index.d.ts +1 -0
  1284. package/api/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/endpoint/EndpointParameters.d.ts +50 -0
  1285. package/api/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/endpoint/endpointResolver.d.ts +8 -0
  1286. package/api/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/endpoint/ruleset.d.ts +2 -0
  1287. package/api/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/extensionConfiguration.d.ts +9 -0
  1288. package/api/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/index.d.ts +30 -0
  1289. package/api/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/models/SSOServiceException.d.ts +14 -0
  1290. package/api/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/models/errors.d.ts +53 -0
  1291. package/api/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/models/models_0.d.ts +61 -0
  1292. package/api/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/runtimeConfig.browser.d.ts +62 -0
  1293. package/api/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/runtimeConfig.d.ts +62 -0
  1294. package/api/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/runtimeConfig.native.d.ts +61 -0
  1295. package/api/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/runtimeConfig.shared.d.ts +38 -0
  1296. package/api/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/runtimeExtensions.d.ts +17 -0
  1297. package/api/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/schemas/schemas_0.d.ts +17 -0
  1298. package/api/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/SSOOIDC.d.ts +55 -0
  1299. package/api/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/SSOOIDCClient.d.ts +220 -0
  1300. package/api/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/auth/httpAuthExtensionConfiguration.d.ts +29 -0
  1301. package/api/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/auth/httpAuthSchemeProvider.d.ts +75 -0
  1302. package/api/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/commands/CreateTokenCommand.d.ts +176 -0
  1303. package/api/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/commands/index.d.ts +1 -0
  1304. package/api/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/endpoint/EndpointParameters.d.ts +50 -0
  1305. package/api/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/endpoint/endpointResolver.d.ts +8 -0
  1306. package/api/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/endpoint/ruleset.d.ts +2 -0
  1307. package/api/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/extensionConfiguration.d.ts +9 -0
  1308. package/api/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/index.d.ts +54 -0
  1309. package/api/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/models/SSOOIDCServiceException.d.ts +14 -0
  1310. package/api/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/models/enums.d.ts +25 -0
  1311. package/api/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/models/errors.d.ts +279 -0
  1312. package/api/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/models/models_0.d.ts +109 -0
  1313. package/api/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.browser.d.ts +62 -0
  1314. package/api/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.d.ts +62 -0
  1315. package/api/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.native.d.ts +61 -0
  1316. package/api/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.shared.d.ts +38 -0
  1317. package/api/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeExtensions.d.ts +17 -0
  1318. package/api/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/schemas/schemas_0.d.ts +23 -0
  1319. package/api/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/STS.d.ts +27 -0
  1320. package/api/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/STSClient.d.ts +192 -0
  1321. package/api/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/auth/httpAuthExtensionConfiguration.d.ts +29 -0
  1322. package/api/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/auth/httpAuthSchemeProvider.d.ts +85 -0
  1323. package/api/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/commands/AssumeRoleCommand.d.ts +270 -0
  1324. package/api/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/commands/AssumeRoleWithWebIdentityCommand.d.ts +290 -0
  1325. package/api/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/commands/index.d.ts +2 -0
  1326. package/api/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/defaultRoleAssumers.d.ts +23 -0
  1327. package/api/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/defaultStsRoleAssumers.d.ts +43 -0
  1328. package/api/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/endpoint/EndpointParameters.d.ts +56 -0
  1329. package/api/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/endpoint/endpointResolver.d.ts +8 -0
  1330. package/api/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/endpoint/ruleset.d.ts +2 -0
  1331. package/api/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/extensionConfiguration.d.ts +9 -0
  1332. package/api/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/index.d.ts +19 -0
  1333. package/api/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/models/STSServiceException.d.ts +14 -0
  1334. package/api/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/models/errors.d.ts +107 -0
  1335. package/api/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/models/models_0.d.ts +588 -0
  1336. package/api/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.browser.d.ts +64 -0
  1337. package/api/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.d.ts +62 -0
  1338. package/api/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.native.d.ts +63 -0
  1339. package/api/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.shared.d.ts +38 -0
  1340. package/api/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeExtensions.d.ts +17 -0
  1341. package/api/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/schemas/schemas_0.d.ts +27 -0
  1342. package/api/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/index.d.ts +1 -0
  1343. package/api/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/CognitoIdentity.d.ts +38 -0
  1344. package/api/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/CognitoIdentityClient.d.ts +126 -0
  1345. package/api/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/auth/httpAuthExtensionConfiguration.d.ts +32 -0
  1346. package/api/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/auth/httpAuthSchemeProvider.d.ts +47 -0
  1347. package/api/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/commands/GetCredentialsForIdentityCommand.d.ts +51 -0
  1348. package/api/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/commands/GetIdCommand.d.ts +41 -0
  1349. package/api/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/commands/index.d.ts +2 -0
  1350. package/api/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/endpoint/EndpointParameters.d.ts +51 -0
  1351. package/api/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/endpoint/endpointResolver.d.ts +8 -0
  1352. package/api/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/endpoint/ruleset.d.ts +2 -0
  1353. package/api/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/extensionConfiguration.d.ts +9 -0
  1354. package/api/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/index.d.ts +10 -0
  1355. package/api/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/models/CognitoIdentityServiceException.d.ts +9 -0
  1356. package/api/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/models/errors.d.ts +68 -0
  1357. package/api/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/models/models_0.d.ts +23 -0
  1358. package/api/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/runtimeConfig.browser.d.ts +122 -0
  1359. package/api/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/runtimeConfig.d.ts +117 -0
  1360. package/api/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/runtimeConfig.native.d.ts +126 -0
  1361. package/api/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/runtimeConfig.shared.d.ts +60 -0
  1362. package/api/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/runtimeExtensions.d.ts +13 -0
  1363. package/api/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/schemas/schemas_0.d.ts +24 -0
  1364. package/api/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/Signin.d.ts +22 -0
  1365. package/api/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/SigninClient.d.ts +122 -0
  1366. package/api/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/auth/httpAuthExtensionConfiguration.d.ts +32 -0
  1367. package/api/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/auth/httpAuthSchemeProvider.d.ts +47 -0
  1368. package/api/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/commands/CreateOAuth2TokenCommand.d.ts +47 -0
  1369. package/api/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/commands/index.d.ts +1 -0
  1370. package/api/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/endpoint/EndpointParameters.d.ts +51 -0
  1371. package/api/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/endpoint/endpointResolver.d.ts +8 -0
  1372. package/api/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/endpoint/ruleset.d.ts +2 -0
  1373. package/api/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/extensionConfiguration.d.ts +9 -0
  1374. package/api/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/index.d.ts +11 -0
  1375. package/api/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/models/SigninServiceException.d.ts +9 -0
  1376. package/api/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/models/enums.d.ts +10 -0
  1377. package/api/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/models/errors.d.ts +35 -0
  1378. package/api/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/models/models_0.d.ts +26 -0
  1379. package/api/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.browser.d.ts +125 -0
  1380. package/api/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.d.ts +118 -0
  1381. package/api/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.native.d.ts +129 -0
  1382. package/api/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.shared.d.ts +58 -0
  1383. package/api/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeExtensions.d.ts +11 -0
  1384. package/api/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/schemas/schemas_0.d.ts +18 -0
  1385. package/api/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/SSO.d.ts +22 -0
  1386. package/api/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/SSOClient.d.ts +117 -0
  1387. package/api/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/auth/httpAuthExtensionConfiguration.d.ts +32 -0
  1388. package/api/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/auth/httpAuthSchemeProvider.d.ts +46 -0
  1389. package/api/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/commands/GetRoleCredentialsCommand.d.ts +47 -0
  1390. package/api/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/commands/index.d.ts +1 -0
  1391. package/api/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/endpoint/EndpointParameters.d.ts +51 -0
  1392. package/api/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/endpoint/endpointResolver.d.ts +8 -0
  1393. package/api/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/endpoint/ruleset.d.ts +2 -0
  1394. package/api/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/extensionConfiguration.d.ts +9 -0
  1395. package/api/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/index.d.ts +10 -0
  1396. package/api/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/models/SSOServiceException.d.ts +9 -0
  1397. package/api/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/models/errors.d.ts +30 -0
  1398. package/api/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/models/models_0.d.ts +14 -0
  1399. package/api/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/runtimeConfig.browser.d.ts +120 -0
  1400. package/api/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/runtimeConfig.d.ts +115 -0
  1401. package/api/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/runtimeConfig.native.d.ts +124 -0
  1402. package/api/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/runtimeConfig.shared.d.ts +58 -0
  1403. package/api/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/runtimeExtensions.d.ts +11 -0
  1404. package/api/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/schemas/schemas_0.d.ts +16 -0
  1405. package/api/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/SSOOIDC.d.ts +22 -0
  1406. package/api/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/SSOOIDCClient.d.ts +120 -0
  1407. package/api/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/auth/httpAuthExtensionConfiguration.d.ts +32 -0
  1408. package/api/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/auth/httpAuthSchemeProvider.d.ts +47 -0
  1409. package/api/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/commands/CreateTokenCommand.d.ts +43 -0
  1410. package/api/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/commands/index.d.ts +1 -0
  1411. package/api/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/endpoint/EndpointParameters.d.ts +51 -0
  1412. package/api/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/endpoint/endpointResolver.d.ts +8 -0
  1413. package/api/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/endpoint/ruleset.d.ts +2 -0
  1414. package/api/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/extensionConfiguration.d.ts +9 -0
  1415. package/api/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/index.d.ts +11 -0
  1416. package/api/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/models/SSOOIDCServiceException.d.ts +9 -0
  1417. package/api/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/models/enums.d.ts +13 -0
  1418. package/api/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/models/errors.d.ts +105 -0
  1419. package/api/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/models/models_0.d.ts +18 -0
  1420. package/api/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.browser.d.ts +120 -0
  1421. package/api/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.d.ts +115 -0
  1422. package/api/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.native.d.ts +124 -0
  1423. package/api/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.shared.d.ts +58 -0
  1424. package/api/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeExtensions.d.ts +11 -0
  1425. package/api/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/schemas/schemas_0.d.ts +22 -0
  1426. package/api/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/STS.d.ts +39 -0
  1427. package/api/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/STSClient.d.ts +127 -0
  1428. package/api/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/auth/httpAuthExtensionConfiguration.d.ts +32 -0
  1429. package/api/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/auth/httpAuthSchemeProvider.d.ts +57 -0
  1430. package/api/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/commands/AssumeRoleCommand.d.ts +47 -0
  1431. package/api/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/commands/AssumeRoleWithWebIdentityCommand.d.ts +51 -0
  1432. package/api/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/commands/index.d.ts +2 -0
  1433. package/api/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/defaultRoleAssumers.d.ts +19 -0
  1434. package/api/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/defaultStsRoleAssumers.d.ts +33 -0
  1435. package/api/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/endpoint/EndpointParameters.d.ts +57 -0
  1436. package/api/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/endpoint/endpointResolver.d.ts +8 -0
  1437. package/api/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/endpoint/ruleset.d.ts +2 -0
  1438. package/api/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/extensionConfiguration.d.ts +9 -0
  1439. package/api/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/index.d.ts +11 -0
  1440. package/api/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/models/STSServiceException.d.ts +9 -0
  1441. package/api/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/models/errors.d.ts +54 -0
  1442. package/api/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/models/models_0.d.ts +59 -0
  1443. package/api/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.browser.d.ts +129 -0
  1444. package/api/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.d.ts +111 -0
  1445. package/api/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.native.d.ts +133 -0
  1446. package/api/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.shared.d.ts +58 -0
  1447. package/api/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeExtensions.d.ts +11 -0
  1448. package/api/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/schemas/schemas_0.d.ts +26 -0
  1449. package/api/node_modules/@aws-sdk/nested-clients/package.json +147 -0
  1450. package/api/node_modules/@aws-sdk/nested-clients/signin.d.ts +7 -0
  1451. package/api/node_modules/@aws-sdk/nested-clients/signin.js +5 -0
  1452. package/api/node_modules/@aws-sdk/nested-clients/sso-oidc.d.ts +7 -0
  1453. package/api/node_modules/@aws-sdk/nested-clients/sso-oidc.js +5 -0
  1454. package/api/node_modules/@aws-sdk/nested-clients/sso.d.ts +7 -0
  1455. package/api/node_modules/@aws-sdk/nested-clients/sso.js +5 -0
  1456. package/api/node_modules/@aws-sdk/nested-clients/sts.d.ts +7 -0
  1457. package/api/node_modules/@aws-sdk/nested-clients/sts.js +5 -0
  1458. package/api/node_modules/@aws-sdk/region-config-resolver/LICENSE +201 -0
  1459. package/api/node_modules/@aws-sdk/region-config-resolver/README.md +19 -0
  1460. package/api/node_modules/@aws-sdk/region-config-resolver/dist-cjs/index.js +38 -0
  1461. package/api/node_modules/@aws-sdk/region-config-resolver/dist-cjs/regionConfig/stsRegionDefaultResolver.js +20 -0
  1462. package/api/node_modules/@aws-sdk/region-config-resolver/dist-cjs/regionConfig/stsRegionDefaultResolver.native.js +6 -0
  1463. package/api/node_modules/@aws-sdk/region-config-resolver/dist-es/extensions/index.js +15 -0
  1464. package/api/node_modules/@aws-sdk/region-config-resolver/dist-es/index.js +3 -0
  1465. package/api/node_modules/@aws-sdk/region-config-resolver/dist-es/regionConfig/awsRegionConfig.js +2 -0
  1466. package/api/node_modules/@aws-sdk/region-config-resolver/dist-es/regionConfig/stsRegionDefaultResolver.browser.js +3 -0
  1467. package/api/node_modules/@aws-sdk/region-config-resolver/dist-es/regionConfig/stsRegionDefaultResolver.js +16 -0
  1468. package/api/node_modules/@aws-sdk/region-config-resolver/dist-es/regionConfig/stsRegionDefaultResolver.native.js +3 -0
  1469. package/api/node_modules/@aws-sdk/region-config-resolver/dist-types/extensions/index.d.ts +16 -0
  1470. package/api/node_modules/@aws-sdk/region-config-resolver/dist-types/index.d.ts +3 -0
  1471. package/api/node_modules/@aws-sdk/region-config-resolver/dist-types/regionConfig/awsRegionConfig.d.ts +15 -0
  1472. package/api/node_modules/@aws-sdk/region-config-resolver/dist-types/regionConfig/stsRegionDefaultResolver.browser.d.ts +4 -0
  1473. package/api/node_modules/@aws-sdk/region-config-resolver/dist-types/regionConfig/stsRegionDefaultResolver.d.ts +14 -0
  1474. package/api/node_modules/@aws-sdk/region-config-resolver/dist-types/regionConfig/stsRegionDefaultResolver.native.d.ts +4 -0
  1475. package/api/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/extensions/index.d.ts +14 -0
  1476. package/api/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/index.d.ts +3 -0
  1477. package/api/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/regionConfig/awsRegionConfig.d.ts +11 -0
  1478. package/api/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/regionConfig/stsRegionDefaultResolver.browser.d.ts +1 -0
  1479. package/api/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/regionConfig/stsRegionDefaultResolver.d.ts +7 -0
  1480. package/api/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/regionConfig/stsRegionDefaultResolver.native.d.ts +1 -0
  1481. package/api/node_modules/@aws-sdk/region-config-resolver/package.json +62 -0
  1482. package/api/node_modules/@aws-sdk/token-providers/LICENSE +201 -0
  1483. package/api/node_modules/@aws-sdk/token-providers/README.md +62 -0
  1484. package/api/node_modules/@aws-sdk/token-providers/dist-cjs/index.js +157 -0
  1485. package/api/node_modules/@aws-sdk/token-providers/dist-es/constants.js +2 -0
  1486. package/api/node_modules/@aws-sdk/token-providers/dist-es/fromEnvSigningName.js +16 -0
  1487. package/api/node_modules/@aws-sdk/token-providers/dist-es/fromSso.js +81 -0
  1488. package/api/node_modules/@aws-sdk/token-providers/dist-es/fromStatic.js +8 -0
  1489. package/api/node_modules/@aws-sdk/token-providers/dist-es/getNewSsoOidcToken.js +11 -0
  1490. package/api/node_modules/@aws-sdk/token-providers/dist-es/getSsoOidcClient.js +10 -0
  1491. package/api/node_modules/@aws-sdk/token-providers/dist-es/index.js +4 -0
  1492. package/api/node_modules/@aws-sdk/token-providers/dist-es/nodeProvider.js +5 -0
  1493. package/api/node_modules/@aws-sdk/token-providers/dist-es/validateTokenExpiry.js +7 -0
  1494. package/api/node_modules/@aws-sdk/token-providers/dist-es/validateTokenKey.js +7 -0
  1495. package/api/node_modules/@aws-sdk/token-providers/dist-es/writeSSOTokenToFile.js +8 -0
  1496. package/api/node_modules/@aws-sdk/token-providers/dist-types/constants.d.ts +8 -0
  1497. package/api/node_modules/@aws-sdk/token-providers/dist-types/fromEnvSigningName.d.ts +18 -0
  1498. package/api/node_modules/@aws-sdk/token-providers/dist-types/fromSso.d.ts +12 -0
  1499. package/api/node_modules/@aws-sdk/token-providers/dist-types/fromStatic.d.ts +9 -0
  1500. package/api/node_modules/@aws-sdk/token-providers/dist-types/getNewSsoOidcToken.d.ts +8 -0
  1501. package/api/node_modules/@aws-sdk/token-providers/dist-types/getSsoOidcClient.d.ts +7 -0
  1502. package/api/node_modules/@aws-sdk/token-providers/dist-types/index.d.ts +4 -0
  1503. package/api/node_modules/@aws-sdk/token-providers/dist-types/nodeProvider.d.ts +18 -0
  1504. package/api/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/constants.d.ts +3 -0
  1505. package/api/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/fromEnvSigningName.d.ts +11 -0
  1506. package/api/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/fromSso.d.ts +14 -0
  1507. package/api/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/fromStatic.d.ts +12 -0
  1508. package/api/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/getNewSsoOidcToken.d.ts +11 -0
  1509. package/api/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/getSsoOidcClient.d.ts +7 -0
  1510. package/api/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/index.d.ts +4 -0
  1511. package/api/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/nodeProvider.d.ts +5 -0
  1512. package/api/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/validateTokenExpiry.d.ts +2 -0
  1513. package/api/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/validateTokenKey.d.ts +5 -0
  1514. package/api/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/writeSSOTokenToFile.d.ts +5 -0
  1515. package/api/node_modules/@aws-sdk/token-providers/dist-types/validateTokenExpiry.d.ts +5 -0
  1516. package/api/node_modules/@aws-sdk/token-providers/dist-types/validateTokenKey.d.ts +4 -0
  1517. package/api/node_modules/@aws-sdk/token-providers/dist-types/writeSSOTokenToFile.d.ts +5 -0
  1518. package/api/node_modules/@aws-sdk/token-providers/package.json +70 -0
  1519. package/api/node_modules/@aws-sdk/types/LICENSE +201 -0
  1520. package/api/node_modules/@aws-sdk/types/README.md +4 -0
  1521. package/api/node_modules/@aws-sdk/types/dist-cjs/index.js +13 -0
  1522. package/api/node_modules/@aws-sdk/types/dist-es/abort.js +1 -0
  1523. package/api/node_modules/@aws-sdk/types/dist-es/auth.js +1 -0
  1524. package/api/node_modules/@aws-sdk/types/dist-es/blob/blob-types.js +1 -0
  1525. package/api/node_modules/@aws-sdk/types/dist-es/checksum.js +1 -0
  1526. package/api/node_modules/@aws-sdk/types/dist-es/client.js +1 -0
  1527. package/api/node_modules/@aws-sdk/types/dist-es/command.js +1 -0
  1528. package/api/node_modules/@aws-sdk/types/dist-es/connection.js +1 -0
  1529. package/api/node_modules/@aws-sdk/types/dist-es/credentials.js +1 -0
  1530. package/api/node_modules/@aws-sdk/types/dist-es/crypto.js +1 -0
  1531. package/api/node_modules/@aws-sdk/types/dist-es/dns.js +5 -0
  1532. package/api/node_modules/@aws-sdk/types/dist-es/encode.js +1 -0
  1533. package/api/node_modules/@aws-sdk/types/dist-es/endpoint.js +1 -0
  1534. package/api/node_modules/@aws-sdk/types/dist-es/eventStream.js +1 -0
  1535. package/api/node_modules/@aws-sdk/types/dist-es/extensions/index.js +1 -0
  1536. package/api/node_modules/@aws-sdk/types/dist-es/feature-ids.js +1 -0
  1537. package/api/node_modules/@aws-sdk/types/dist-es/function.js +1 -0
  1538. package/api/node_modules/@aws-sdk/types/dist-es/http.js +1 -0
  1539. package/api/node_modules/@aws-sdk/types/dist-es/identity/AnonymousIdentity.js +1 -0
  1540. package/api/node_modules/@aws-sdk/types/dist-es/identity/AwsCredentialIdentity.js +1 -0
  1541. package/api/node_modules/@aws-sdk/types/dist-es/identity/Identity.js +1 -0
  1542. package/api/node_modules/@aws-sdk/types/dist-es/identity/LoginIdentity.js +1 -0
  1543. package/api/node_modules/@aws-sdk/types/dist-es/identity/TokenIdentity.js +1 -0
  1544. package/api/node_modules/@aws-sdk/types/dist-es/identity/index.js +5 -0
  1545. package/api/node_modules/@aws-sdk/types/dist-es/index.js +34 -0
  1546. package/api/node_modules/@aws-sdk/types/dist-es/logger.js +1 -0
  1547. package/api/node_modules/@aws-sdk/types/dist-es/middleware.js +1 -0
  1548. package/api/node_modules/@aws-sdk/types/dist-es/pagination.js +1 -0
  1549. package/api/node_modules/@aws-sdk/types/dist-es/profile.js +1 -0
  1550. package/api/node_modules/@aws-sdk/types/dist-es/request.js +1 -0
  1551. package/api/node_modules/@aws-sdk/types/dist-es/response.js +1 -0
  1552. package/api/node_modules/@aws-sdk/types/dist-es/retry.js +1 -0
  1553. package/api/node_modules/@aws-sdk/types/dist-es/serde.js +1 -0
  1554. package/api/node_modules/@aws-sdk/types/dist-es/shapes.js +1 -0
  1555. package/api/node_modules/@aws-sdk/types/dist-es/signature.js +1 -0
  1556. package/api/node_modules/@aws-sdk/types/dist-es/stream.js +1 -0
  1557. package/api/node_modules/@aws-sdk/types/dist-es/token.js +1 -0
  1558. package/api/node_modules/@aws-sdk/types/dist-es/transfer.js +1 -0
  1559. package/api/node_modules/@aws-sdk/types/dist-es/uri.js +1 -0
  1560. package/api/node_modules/@aws-sdk/types/dist-es/util.js +1 -0
  1561. package/api/node_modules/@aws-sdk/types/dist-es/waiter.js +1 -0
  1562. package/api/node_modules/@aws-sdk/types/dist-types/abort.d.ts +1 -0
  1563. package/api/node_modules/@aws-sdk/types/dist-types/auth.d.ts +1 -0
  1564. package/api/node_modules/@aws-sdk/types/dist-types/blob/blob-types.d.ts +2 -0
  1565. package/api/node_modules/@aws-sdk/types/dist-types/checksum.d.ts +1 -0
  1566. package/api/node_modules/@aws-sdk/types/dist-types/client.d.ts +1 -0
  1567. package/api/node_modules/@aws-sdk/types/dist-types/command.d.ts +1 -0
  1568. package/api/node_modules/@aws-sdk/types/dist-types/connection.d.ts +1 -0
  1569. package/api/node_modules/@aws-sdk/types/dist-types/credentials.d.ts +52 -0
  1570. package/api/node_modules/@aws-sdk/types/dist-types/crypto.d.ts +1 -0
  1571. package/api/node_modules/@aws-sdk/types/dist-types/dns.d.ts +85 -0
  1572. package/api/node_modules/@aws-sdk/types/dist-types/encode.d.ts +1 -0
  1573. package/api/node_modules/@aws-sdk/types/dist-types/endpoint.d.ts +1 -0
  1574. package/api/node_modules/@aws-sdk/types/dist-types/eventStream.d.ts +1 -0
  1575. package/api/node_modules/@aws-sdk/types/dist-types/extensions/index.d.ts +8 -0
  1576. package/api/node_modules/@aws-sdk/types/dist-types/feature-ids.d.ts +67 -0
  1577. package/api/node_modules/@aws-sdk/types/dist-types/function.d.ts +7 -0
  1578. package/api/node_modules/@aws-sdk/types/dist-types/http.d.ts +33 -0
  1579. package/api/node_modules/@aws-sdk/types/dist-types/identity/AnonymousIdentity.d.ts +6 -0
  1580. package/api/node_modules/@aws-sdk/types/dist-types/identity/AwsCredentialIdentity.d.ts +61 -0
  1581. package/api/node_modules/@aws-sdk/types/dist-types/identity/Identity.d.ts +1 -0
  1582. package/api/node_modules/@aws-sdk/types/dist-types/identity/LoginIdentity.d.ts +18 -0
  1583. package/api/node_modules/@aws-sdk/types/dist-types/identity/TokenIdentity.d.ts +11 -0
  1584. package/api/node_modules/@aws-sdk/types/dist-types/identity/index.d.ts +5 -0
  1585. package/api/node_modules/@aws-sdk/types/dist-types/index.d.ts +34 -0
  1586. package/api/node_modules/@aws-sdk/types/dist-types/logger.d.ts +22 -0
  1587. package/api/node_modules/@aws-sdk/types/dist-types/middleware.d.ts +13 -0
  1588. package/api/node_modules/@aws-sdk/types/dist-types/pagination.d.ts +1 -0
  1589. package/api/node_modules/@aws-sdk/types/dist-types/profile.d.ts +1 -0
  1590. package/api/node_modules/@aws-sdk/types/dist-types/request.d.ts +7 -0
  1591. package/api/node_modules/@aws-sdk/types/dist-types/response.d.ts +7 -0
  1592. package/api/node_modules/@aws-sdk/types/dist-types/retry.d.ts +1 -0
  1593. package/api/node_modules/@aws-sdk/types/dist-types/serde.d.ts +24 -0
  1594. package/api/node_modules/@aws-sdk/types/dist-types/shapes.d.ts +1 -0
  1595. package/api/node_modules/@aws-sdk/types/dist-types/signature.d.ts +1 -0
  1596. package/api/node_modules/@aws-sdk/types/dist-types/stream.d.ts +1 -0
  1597. package/api/node_modules/@aws-sdk/types/dist-types/token.d.ts +17 -0
  1598. package/api/node_modules/@aws-sdk/types/dist-types/transfer.d.ts +1 -0
  1599. package/api/node_modules/@aws-sdk/types/dist-types/ts3.4/abort.d.ts +1 -0
  1600. package/api/node_modules/@aws-sdk/types/dist-types/ts3.4/auth.d.ts +5 -0
  1601. package/api/node_modules/@aws-sdk/types/dist-types/ts3.4/blob/blob-types.d.ts +2 -0
  1602. package/api/node_modules/@aws-sdk/types/dist-types/ts3.4/checksum.d.ts +1 -0
  1603. package/api/node_modules/@aws-sdk/types/dist-types/ts3.4/client.d.ts +1 -0
  1604. package/api/node_modules/@aws-sdk/types/dist-types/ts3.4/command.d.ts +1 -0
  1605. package/api/node_modules/@aws-sdk/types/dist-types/ts3.4/connection.d.ts +6 -0
  1606. package/api/node_modules/@aws-sdk/types/dist-types/ts3.4/credentials.d.ts +15 -0
  1607. package/api/node_modules/@aws-sdk/types/dist-types/ts3.4/crypto.d.ts +7 -0
  1608. package/api/node_modules/@aws-sdk/types/dist-types/ts3.4/dns.d.ts +19 -0
  1609. package/api/node_modules/@aws-sdk/types/dist-types/ts3.4/encode.d.ts +6 -0
  1610. package/api/node_modules/@aws-sdk/types/dist-types/ts3.4/endpoint.d.ts +9 -0
  1611. package/api/node_modules/@aws-sdk/types/dist-types/ts3.4/eventStream.d.ts +24 -0
  1612. package/api/node_modules/@aws-sdk/types/dist-types/ts3.4/extensions/index.d.ts +5 -0
  1613. package/api/node_modules/@aws-sdk/types/dist-types/ts3.4/feature-ids.d.ts +60 -0
  1614. package/api/node_modules/@aws-sdk/types/dist-types/ts3.4/function.d.ts +7 -0
  1615. package/api/node_modules/@aws-sdk/types/dist-types/ts3.4/http.d.ts +17 -0
  1616. package/api/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/AnonymousIdentity.d.ts +2 -0
  1617. package/api/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/AwsCredentialIdentity.d.ts +31 -0
  1618. package/api/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/Identity.d.ts +1 -0
  1619. package/api/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/LoginIdentity.d.ts +6 -0
  1620. package/api/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/TokenIdentity.d.ts +6 -0
  1621. package/api/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/index.d.ts +5 -0
  1622. package/api/node_modules/@aws-sdk/types/dist-types/ts3.4/index.d.ts +34 -0
  1623. package/api/node_modules/@aws-sdk/types/dist-types/ts3.4/logger.d.ts +15 -0
  1624. package/api/node_modules/@aws-sdk/types/dist-types/ts3.4/middleware.d.ts +47 -0
  1625. package/api/node_modules/@aws-sdk/types/dist-types/ts3.4/pagination.d.ts +1 -0
  1626. package/api/node_modules/@aws-sdk/types/dist-types/ts3.4/profile.d.ts +6 -0
  1627. package/api/node_modules/@aws-sdk/types/dist-types/ts3.4/request.d.ts +4 -0
  1628. package/api/node_modules/@aws-sdk/types/dist-types/ts3.4/response.d.ts +4 -0
  1629. package/api/node_modules/@aws-sdk/types/dist-types/ts3.4/retry.d.ts +12 -0
  1630. package/api/node_modules/@aws-sdk/types/dist-types/ts3.4/serde.d.ts +16 -0
  1631. package/api/node_modules/@aws-sdk/types/dist-types/ts3.4/shapes.d.ts +6 -0
  1632. package/api/node_modules/@aws-sdk/types/dist-types/ts3.4/signature.d.ts +15 -0
  1633. package/api/node_modules/@aws-sdk/types/dist-types/ts3.4/stream.d.ts +4 -0
  1634. package/api/node_modules/@aws-sdk/types/dist-types/ts3.4/token.d.ts +4 -0
  1635. package/api/node_modules/@aws-sdk/types/dist-types/ts3.4/transfer.d.ts +7 -0
  1636. package/api/node_modules/@aws-sdk/types/dist-types/ts3.4/uri.d.ts +1 -0
  1637. package/api/node_modules/@aws-sdk/types/dist-types/ts3.4/util.d.ts +14 -0
  1638. package/api/node_modules/@aws-sdk/types/dist-types/ts3.4/waiter.d.ts +1 -0
  1639. package/api/node_modules/@aws-sdk/types/dist-types/uri.d.ts +1 -0
  1640. package/api/node_modules/@aws-sdk/types/dist-types/util.d.ts +1 -0
  1641. package/api/node_modules/@aws-sdk/types/dist-types/waiter.d.ts +1 -0
  1642. package/api/node_modules/@aws-sdk/types/package.json +57 -0
  1643. package/api/node_modules/@aws-sdk/util-dynamodb/LICENSE +201 -0
  1644. package/api/node_modules/@aws-sdk/util-dynamodb/README.md +50 -0
  1645. package/api/node_modules/@aws-sdk/util-dynamodb/dist-cjs/index.js +309 -0
  1646. package/api/node_modules/@aws-sdk/util-dynamodb/dist-es/NumberValue.js +37 -0
  1647. package/api/node_modules/@aws-sdk/util-dynamodb/dist-es/convertToAttr.js +175 -0
  1648. package/api/node_modules/@aws-sdk/util-dynamodb/dist-es/convertToNative.js +61 -0
  1649. package/api/node_modules/@aws-sdk/util-dynamodb/dist-es/index.js +6 -0
  1650. package/api/node_modules/@aws-sdk/util-dynamodb/dist-es/marshall.js +21 -0
  1651. package/api/node_modules/@aws-sdk/util-dynamodb/dist-es/models.js +1 -0
  1652. package/api/node_modules/@aws-sdk/util-dynamodb/dist-es/unmarshall.js +7 -0
  1653. package/api/node_modules/@aws-sdk/util-dynamodb/dist-types/NumberValue.d.ts +55 -0
  1654. package/api/node_modules/@aws-sdk/util-dynamodb/dist-types/convertToAttr.d.ts +10 -0
  1655. package/api/node_modules/@aws-sdk/util-dynamodb/dist-types/convertToNative.d.ts +10 -0
  1656. package/api/node_modules/@aws-sdk/util-dynamodb/dist-types/index.d.ts +6 -0
  1657. package/api/node_modules/@aws-sdk/util-dynamodb/dist-types/marshall.d.ts +81 -0
  1658. package/api/node_modules/@aws-sdk/util-dynamodb/dist-types/models.d.ts +38 -0
  1659. package/api/node_modules/@aws-sdk/util-dynamodb/dist-types/ts3.4/NumberValue.d.ts +30 -0
  1660. package/api/node_modules/@aws-sdk/util-dynamodb/dist-types/ts3.4/convertToAttr.d.ts +7 -0
  1661. package/api/node_modules/@aws-sdk/util-dynamodb/dist-types/ts3.4/convertToNative.d.ts +7 -0
  1662. package/api/node_modules/@aws-sdk/util-dynamodb/dist-types/ts3.4/index.d.ts +6 -0
  1663. package/api/node_modules/@aws-sdk/util-dynamodb/dist-types/ts3.4/marshall.d.ts +112 -0
  1664. package/api/node_modules/@aws-sdk/util-dynamodb/dist-types/ts3.4/models.d.ts +46 -0
  1665. package/api/node_modules/@aws-sdk/util-dynamodb/dist-types/ts3.4/unmarshall.d.ts +13 -0
  1666. package/api/node_modules/@aws-sdk/util-dynamodb/dist-types/unmarshall.d.ts +31 -0
  1667. package/api/node_modules/@aws-sdk/util-dynamodb/package.json +58 -0
  1668. package/api/node_modules/@aws-sdk/util-endpoints/LICENSE +201 -0
  1669. package/api/node_modules/@aws-sdk/util-endpoints/README.md +6 -0
  1670. package/api/node_modules/@aws-sdk/util-endpoints/dist-cjs/index.js +406 -0
  1671. package/api/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/partitions.json +267 -0
  1672. package/api/node_modules/@aws-sdk/util-endpoints/dist-es/aws.js +10 -0
  1673. package/api/node_modules/@aws-sdk/util-endpoints/dist-es/index.js +6 -0
  1674. package/api/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/index.js +3 -0
  1675. package/api/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/isVirtualHostableS3Bucket.js +25 -0
  1676. package/api/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/parseArn.js +18 -0
  1677. package/api/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partition.js +41 -0
  1678. package/api/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partitions.json +267 -0
  1679. package/api/node_modules/@aws-sdk/util-endpoints/dist-es/lib/isIpAddress.js +1 -0
  1680. package/api/node_modules/@aws-sdk/util-endpoints/dist-es/resolveDefaultAwsRegionalEndpointsConfig.js +21 -0
  1681. package/api/node_modules/@aws-sdk/util-endpoints/dist-es/resolveEndpoint.js +1 -0
  1682. package/api/node_modules/@aws-sdk/util-endpoints/dist-es/types/EndpointError.js +1 -0
  1683. package/api/node_modules/@aws-sdk/util-endpoints/dist-es/types/EndpointRuleObject.js +1 -0
  1684. package/api/node_modules/@aws-sdk/util-endpoints/dist-es/types/ErrorRuleObject.js +1 -0
  1685. package/api/node_modules/@aws-sdk/util-endpoints/dist-es/types/RuleSetObject.js +1 -0
  1686. package/api/node_modules/@aws-sdk/util-endpoints/dist-es/types/TreeRuleObject.js +1 -0
  1687. package/api/node_modules/@aws-sdk/util-endpoints/dist-es/types/index.js +6 -0
  1688. package/api/node_modules/@aws-sdk/util-endpoints/dist-es/types/shared.js +1 -0
  1689. package/api/node_modules/@aws-sdk/util-endpoints/dist-types/aws.d.ts +2 -0
  1690. package/api/node_modules/@aws-sdk/util-endpoints/dist-types/index.d.ts +6 -0
  1691. package/api/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/index.d.ts +3 -0
  1692. package/api/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/isVirtualHostableS3Bucket.d.ts +5 -0
  1693. package/api/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/parseArn.d.ts +7 -0
  1694. package/api/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/partition.d.ts +38 -0
  1695. package/api/node_modules/@aws-sdk/util-endpoints/dist-types/lib/isIpAddress.d.ts +1 -0
  1696. package/api/node_modules/@aws-sdk/util-endpoints/dist-types/resolveDefaultAwsRegionalEndpointsConfig.d.ts +56 -0
  1697. package/api/node_modules/@aws-sdk/util-endpoints/dist-types/resolveEndpoint.d.ts +1 -0
  1698. package/api/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/aws.d.ts +2 -0
  1699. package/api/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/index.d.ts +6 -0
  1700. package/api/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/index.d.ts +3 -0
  1701. package/api/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/isVirtualHostableS3Bucket.d.ts +4 -0
  1702. package/api/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/parseArn.d.ts +2 -0
  1703. package/api/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/partition.d.ts +28 -0
  1704. package/api/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/isIpAddress.d.ts +1 -0
  1705. package/api/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/resolveDefaultAwsRegionalEndpointsConfig.d.ts +35 -0
  1706. package/api/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/resolveEndpoint.d.ts +1 -0
  1707. package/api/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/EndpointError.d.ts +1 -0
  1708. package/api/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/EndpointRuleObject.d.ts +6 -0
  1709. package/api/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/ErrorRuleObject.d.ts +1 -0
  1710. package/api/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/RuleSetObject.d.ts +5 -0
  1711. package/api/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/TreeRuleObject.d.ts +1 -0
  1712. package/api/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/index.d.ts +6 -0
  1713. package/api/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/shared.d.ts +12 -0
  1714. package/api/node_modules/@aws-sdk/util-endpoints/dist-types/types/EndpointError.d.ts +1 -0
  1715. package/api/node_modules/@aws-sdk/util-endpoints/dist-types/types/EndpointRuleObject.d.ts +1 -0
  1716. package/api/node_modules/@aws-sdk/util-endpoints/dist-types/types/ErrorRuleObject.d.ts +1 -0
  1717. package/api/node_modules/@aws-sdk/util-endpoints/dist-types/types/RuleSetObject.d.ts +1 -0
  1718. package/api/node_modules/@aws-sdk/util-endpoints/dist-types/types/TreeRuleObject.d.ts +1 -0
  1719. package/api/node_modules/@aws-sdk/util-endpoints/dist-types/types/index.d.ts +6 -0
  1720. package/api/node_modules/@aws-sdk/util-endpoints/dist-types/types/shared.d.ts +1 -0
  1721. package/api/node_modules/@aws-sdk/util-endpoints/package.json +60 -0
  1722. package/api/node_modules/@aws-sdk/util-locate-window/LICENSE +201 -0
  1723. package/api/node_modules/@aws-sdk/util-locate-window/README.md +4 -0
  1724. package/api/node_modules/@aws-sdk/util-locate-window/dist-cjs/index.js +14 -0
  1725. package/api/node_modules/@aws-sdk/util-locate-window/dist-es/index.js +10 -0
  1726. package/api/node_modules/@aws-sdk/util-locate-window/dist-types/index.d.ts +6 -0
  1727. package/api/node_modules/@aws-sdk/util-locate-window/dist-types/ts3.4/index.d.ts +1 -0
  1728. package/api/node_modules/@aws-sdk/util-locate-window/package.json +54 -0
  1729. package/api/node_modules/@aws-sdk/util-user-agent-browser/LICENSE +201 -0
  1730. package/api/node_modules/@aws-sdk/util-user-agent-browser/README.md +29 -0
  1731. package/api/node_modules/@aws-sdk/util-user-agent-browser/dist-cjs/configurations.js +2 -0
  1732. package/api/node_modules/@aws-sdk/util-user-agent-browser/dist-cjs/createUserAgentStringParsingProvider.js +57 -0
  1733. package/api/node_modules/@aws-sdk/util-user-agent-browser/dist-cjs/index.js +58 -0
  1734. package/api/node_modules/@aws-sdk/util-user-agent-browser/dist-cjs/index.native.js +22 -0
  1735. package/api/node_modules/@aws-sdk/util-user-agent-browser/dist-es/configurations.js +1 -0
  1736. package/api/node_modules/@aws-sdk/util-user-agent-browser/dist-es/createUserAgentStringParsingProvider.js +20 -0
  1737. package/api/node_modules/@aws-sdk/util-user-agent-browser/dist-es/index.js +53 -0
  1738. package/api/node_modules/@aws-sdk/util-user-agent-browser/dist-es/index.native.js +18 -0
  1739. package/api/node_modules/@aws-sdk/util-user-agent-browser/dist-types/configurations.d.ts +7 -0
  1740. package/api/node_modules/@aws-sdk/util-user-agent-browser/dist-types/createUserAgentStringParsingProvider.d.ts +14 -0
  1741. package/api/node_modules/@aws-sdk/util-user-agent-browser/dist-types/index.d.ts +27 -0
  1742. package/api/node_modules/@aws-sdk/util-user-agent-browser/dist-types/index.native.d.ts +18 -0
  1743. package/api/node_modules/@aws-sdk/util-user-agent-browser/dist-types/ts3.4/configurations.d.ts +4 -0
  1744. package/api/node_modules/@aws-sdk/util-user-agent-browser/dist-types/ts3.4/createUserAgentStringParsingProvider.d.ts +9 -0
  1745. package/api/node_modules/@aws-sdk/util-user-agent-browser/dist-types/ts3.4/index.d.ts +22 -0
  1746. package/api/node_modules/@aws-sdk/util-user-agent-browser/dist-types/ts3.4/index.native.d.ts +17 -0
  1747. package/api/node_modules/@aws-sdk/util-user-agent-browser/package.json +55 -0
  1748. package/api/node_modules/@aws-sdk/util-user-agent-node/LICENSE +201 -0
  1749. package/api/node_modules/@aws-sdk/util-user-agent-node/README.md +17 -0
  1750. package/api/node_modules/@aws-sdk/util-user-agent-node/dist-cjs/index.js +185 -0
  1751. package/api/node_modules/@aws-sdk/util-user-agent-node/dist-es/crt-availability.js +3 -0
  1752. package/api/node_modules/@aws-sdk/util-user-agent-node/dist-es/defaultUserAgent.js +36 -0
  1753. package/api/node_modules/@aws-sdk/util-user-agent-node/dist-es/getNodeModulesParentDirs.js +15 -0
  1754. package/api/node_modules/@aws-sdk/util-user-agent-node/dist-es/getRuntimeUserAgentPair.js +10 -0
  1755. package/api/node_modules/@aws-sdk/util-user-agent-node/dist-es/getSanitizedDevTypeScriptVersion.js +14 -0
  1756. package/api/node_modules/@aws-sdk/util-user-agent-node/dist-es/getSanitizedTypeScriptVersion.js +9 -0
  1757. package/api/node_modules/@aws-sdk/util-user-agent-node/dist-es/getTypeScriptUserAgentPair.js +75 -0
  1758. package/api/node_modules/@aws-sdk/util-user-agent-node/dist-es/index.js +2 -0
  1759. package/api/node_modules/@aws-sdk/util-user-agent-node/dist-es/is-crt-available.js +7 -0
  1760. package/api/node_modules/@aws-sdk/util-user-agent-node/dist-es/nodeAppIdConfigOptions.js +9 -0
  1761. package/api/node_modules/@aws-sdk/util-user-agent-node/dist-types/crt-availability.d.ts +8 -0
  1762. package/api/node_modules/@aws-sdk/util-user-agent-node/dist-types/defaultUserAgent.d.ts +28 -0
  1763. package/api/node_modules/@aws-sdk/util-user-agent-node/dist-types/getNodeModulesParentDirs.d.ts +10 -0
  1764. package/api/node_modules/@aws-sdk/util-user-agent-node/dist-types/getRuntimeUserAgentPair.d.ts +6 -0
  1765. package/api/node_modules/@aws-sdk/util-user-agent-node/dist-types/getSanitizedDevTypeScriptVersion.d.ts +8 -0
  1766. package/api/node_modules/@aws-sdk/util-user-agent-node/dist-types/getSanitizedTypeScriptVersion.d.ts +8 -0
  1767. package/api/node_modules/@aws-sdk/util-user-agent-node/dist-types/getTypeScriptUserAgentPair.d.ts +6 -0
  1768. package/api/node_modules/@aws-sdk/util-user-agent-node/dist-types/index.d.ts +2 -0
  1769. package/api/node_modules/@aws-sdk/util-user-agent-node/dist-types/is-crt-available.d.ts +5 -0
  1770. package/api/node_modules/@aws-sdk/util-user-agent-node/dist-types/nodeAppIdConfigOptions.d.ts +13 -0
  1771. package/api/node_modules/@aws-sdk/util-user-agent-node/dist-types/ts3.4/crt-availability.d.ts +3 -0
  1772. package/api/node_modules/@aws-sdk/util-user-agent-node/dist-types/ts3.4/defaultUserAgent.d.ts +21 -0
  1773. package/api/node_modules/@aws-sdk/util-user-agent-node/dist-types/ts3.4/getNodeModulesParentDirs.d.ts +1 -0
  1774. package/api/node_modules/@aws-sdk/util-user-agent-node/dist-types/ts3.4/getRuntimeUserAgentPair.d.ts +2 -0
  1775. package/api/node_modules/@aws-sdk/util-user-agent-node/dist-types/ts3.4/getSanitizedDevTypeScriptVersion.d.ts +3 -0
  1776. package/api/node_modules/@aws-sdk/util-user-agent-node/dist-types/ts3.4/getSanitizedTypeScriptVersion.d.ts +3 -0
  1777. package/api/node_modules/@aws-sdk/util-user-agent-node/dist-types/ts3.4/getTypeScriptUserAgentPair.d.ts +4 -0
  1778. package/api/node_modules/@aws-sdk/util-user-agent-node/dist-types/ts3.4/index.d.ts +2 -0
  1779. package/api/node_modules/@aws-sdk/util-user-agent-node/dist-types/ts3.4/is-crt-available.d.ts +2 -0
  1780. package/api/node_modules/@aws-sdk/util-user-agent-node/dist-types/ts3.4/nodeAppIdConfigOptions.d.ts +6 -0
  1781. package/api/node_modules/@aws-sdk/util-user-agent-node/package.json +69 -0
  1782. package/api/node_modules/@aws-sdk/xml-builder/LICENSE +201 -0
  1783. package/api/node_modules/@aws-sdk/xml-builder/README.md +17 -0
  1784. package/api/node_modules/@aws-sdk/xml-builder/dist-cjs/index.js +131 -0
  1785. package/api/node_modules/@aws-sdk/xml-builder/dist-cjs/xml-parser.js +23 -0
  1786. package/api/node_modules/@aws-sdk/xml-builder/dist-es/XmlNode.js +88 -0
  1787. package/api/node_modules/@aws-sdk/xml-builder/dist-es/XmlText.js +10 -0
  1788. package/api/node_modules/@aws-sdk/xml-builder/dist-es/escape-attribute.js +10 -0
  1789. package/api/node_modules/@aws-sdk/xml-builder/dist-es/escape-element.js +15 -0
  1790. package/api/node_modules/@aws-sdk/xml-builder/dist-es/index.js +3 -0
  1791. package/api/node_modules/@aws-sdk/xml-builder/dist-es/stringable.js +1 -0
  1792. package/api/node_modules/@aws-sdk/xml-builder/dist-es/xml-parser.browser.js +57 -0
  1793. package/api/node_modules/@aws-sdk/xml-builder/dist-es/xml-parser.js +20 -0
  1794. package/api/node_modules/@aws-sdk/xml-builder/dist-types/XmlNode.d.ts +49 -0
  1795. package/api/node_modules/@aws-sdk/xml-builder/dist-types/XmlText.d.ts +11 -0
  1796. package/api/node_modules/@aws-sdk/xml-builder/dist-types/escape-attribute.d.ts +6 -0
  1797. package/api/node_modules/@aws-sdk/xml-builder/dist-types/escape-element.d.ts +6 -0
  1798. package/api/node_modules/@aws-sdk/xml-builder/dist-types/index.d.ts +12 -0
  1799. package/api/node_modules/@aws-sdk/xml-builder/dist-types/stringable.d.ts +6 -0
  1800. package/api/node_modules/@aws-sdk/xml-builder/dist-types/ts3.4/XmlNode.d.ts +29 -0
  1801. package/api/node_modules/@aws-sdk/xml-builder/dist-types/ts3.4/XmlText.d.ts +6 -0
  1802. package/api/node_modules/@aws-sdk/xml-builder/dist-types/ts3.4/escape-attribute.d.ts +1 -0
  1803. package/api/node_modules/@aws-sdk/xml-builder/dist-types/ts3.4/escape-element.d.ts +1 -0
  1804. package/api/node_modules/@aws-sdk/xml-builder/dist-types/ts3.4/index.d.ts +3 -0
  1805. package/api/node_modules/@aws-sdk/xml-builder/dist-types/ts3.4/stringable.d.ts +3 -0
  1806. package/api/node_modules/@aws-sdk/xml-builder/dist-types/ts3.4/xml-parser.browser.d.ts +1 -0
  1807. package/api/node_modules/@aws-sdk/xml-builder/dist-types/ts3.4/xml-parser.d.ts +1 -0
  1808. package/api/node_modules/@aws-sdk/xml-builder/dist-types/xml-parser.browser.d.ts +9 -0
  1809. package/api/node_modules/@aws-sdk/xml-builder/dist-types/xml-parser.d.ts +4 -0
  1810. package/api/node_modules/@aws-sdk/xml-builder/package.json +63 -0
  1811. package/api/node_modules/@smithy/config-resolver/LICENSE +201 -0
  1812. package/api/node_modules/@smithy/config-resolver/README.md +17 -0
  1813. package/api/node_modules/@smithy/config-resolver/dist-cjs/index.js +198 -0
  1814. package/api/node_modules/@smithy/config-resolver/dist-es/endpointsConfig/NodeUseDualstackEndpointConfigOptions.js +14 -0
  1815. package/api/node_modules/@smithy/config-resolver/dist-es/endpointsConfig/NodeUseFipsEndpointConfigOptions.js +14 -0
  1816. package/api/node_modules/@smithy/config-resolver/dist-es/endpointsConfig/index.js +4 -0
  1817. package/api/node_modules/@smithy/config-resolver/dist-es/endpointsConfig/resolveCustomEndpointsConfig.js +10 -0
  1818. package/api/node_modules/@smithy/config-resolver/dist-es/endpointsConfig/resolveEndpointsConfig.js +14 -0
  1819. package/api/node_modules/@smithy/config-resolver/dist-es/endpointsConfig/utils/getEndpointFromRegion.js +15 -0
  1820. package/api/node_modules/@smithy/config-resolver/dist-es/index.js +3 -0
  1821. package/api/node_modules/@smithy/config-resolver/dist-es/regionConfig/checkRegion.js +15 -0
  1822. package/api/node_modules/@smithy/config-resolver/dist-es/regionConfig/config.js +12 -0
  1823. package/api/node_modules/@smithy/config-resolver/dist-es/regionConfig/getRealRegion.js +6 -0
  1824. package/api/node_modules/@smithy/config-resolver/dist-es/regionConfig/index.js +2 -0
  1825. package/api/node_modules/@smithy/config-resolver/dist-es/regionConfig/isFipsRegion.js +1 -0
  1826. package/api/node_modules/@smithy/config-resolver/dist-es/regionConfig/resolveRegionConfig.js +24 -0
  1827. package/api/node_modules/@smithy/config-resolver/dist-es/regionInfo/EndpointVariant.js +1 -0
  1828. package/api/node_modules/@smithy/config-resolver/dist-es/regionInfo/EndpointVariantTag.js +1 -0
  1829. package/api/node_modules/@smithy/config-resolver/dist-es/regionInfo/PartitionHash.js +1 -0
  1830. package/api/node_modules/@smithy/config-resolver/dist-es/regionInfo/RegionHash.js +1 -0
  1831. package/api/node_modules/@smithy/config-resolver/dist-es/regionInfo/getHostnameFromVariants.js +1 -0
  1832. package/api/node_modules/@smithy/config-resolver/dist-es/regionInfo/getRegionInfo.js +29 -0
  1833. package/api/node_modules/@smithy/config-resolver/dist-es/regionInfo/getResolvedHostname.js +5 -0
  1834. package/api/node_modules/@smithy/config-resolver/dist-es/regionInfo/getResolvedPartition.js +1 -0
  1835. package/api/node_modules/@smithy/config-resolver/dist-es/regionInfo/getResolvedSigningRegion.js +12 -0
  1836. package/api/node_modules/@smithy/config-resolver/dist-es/regionInfo/index.js +3 -0
  1837. package/api/node_modules/@smithy/config-resolver/dist-types/endpointsConfig/NodeUseDualstackEndpointConfigOptions.d.ts +23 -0
  1838. package/api/node_modules/@smithy/config-resolver/dist-types/endpointsConfig/NodeUseFipsEndpointConfigOptions.d.ts +23 -0
  1839. package/api/node_modules/@smithy/config-resolver/dist-types/endpointsConfig/index.d.ts +16 -0
  1840. package/api/node_modules/@smithy/config-resolver/dist-types/endpointsConfig/resolveCustomEndpointsConfig.d.ts +37 -0
  1841. package/api/node_modules/@smithy/config-resolver/dist-types/endpointsConfig/resolveEndpointsConfig.d.ts +57 -0
  1842. package/api/node_modules/@smithy/config-resolver/dist-types/endpointsConfig/utils/getEndpointFromRegion.d.ts +11 -0
  1843. package/api/node_modules/@smithy/config-resolver/dist-types/index.d.ts +12 -0
  1844. package/api/node_modules/@smithy/config-resolver/dist-types/regionConfig/checkRegion.d.ts +9 -0
  1845. package/api/node_modules/@smithy/config-resolver/dist-types/regionConfig/config.d.ts +17 -0
  1846. package/api/node_modules/@smithy/config-resolver/dist-types/regionConfig/getRealRegion.d.ts +4 -0
  1847. package/api/node_modules/@smithy/config-resolver/dist-types/regionConfig/index.d.ts +8 -0
  1848. package/api/node_modules/@smithy/config-resolver/dist-types/regionConfig/isFipsRegion.d.ts +4 -0
  1849. package/api/node_modules/@smithy/config-resolver/dist-types/regionConfig/resolveRegionConfig.d.ts +34 -0
  1850. package/api/node_modules/@smithy/config-resolver/dist-types/regionInfo/EndpointVariant.d.ts +11 -0
  1851. package/api/node_modules/@smithy/config-resolver/dist-types/regionInfo/EndpointVariantTag.d.ts +10 -0
  1852. package/api/node_modules/@smithy/config-resolver/dist-types/regionInfo/PartitionHash.d.ts +15 -0
  1853. package/api/node_modules/@smithy/config-resolver/dist-types/regionInfo/RegionHash.d.ts +13 -0
  1854. package/api/node_modules/@smithy/config-resolver/dist-types/regionInfo/getHostnameFromVariants.d.ts +14 -0
  1855. package/api/node_modules/@smithy/config-resolver/dist-types/regionInfo/getRegionInfo.d.ts +19 -0
  1856. package/api/node_modules/@smithy/config-resolver/dist-types/regionInfo/getResolvedHostname.d.ts +13 -0
  1857. package/api/node_modules/@smithy/config-resolver/dist-types/regionInfo/getResolvedPartition.d.ts +13 -0
  1858. package/api/node_modules/@smithy/config-resolver/dist-types/regionInfo/getResolvedSigningRegion.d.ts +14 -0
  1859. package/api/node_modules/@smithy/config-resolver/dist-types/regionInfo/index.d.ts +12 -0
  1860. package/api/node_modules/@smithy/config-resolver/package.json +65 -0
  1861. package/api/node_modules/@smithy/core/LICENSE +201 -0
  1862. package/api/node_modules/@smithy/core/README.md +56 -0
  1863. package/api/node_modules/@smithy/core/cbor.d.ts +7 -0
  1864. package/api/node_modules/@smithy/core/cbor.js +6 -0
  1865. package/api/node_modules/@smithy/core/dist-cjs/getSmithyContext.js +6 -0
  1866. package/api/node_modules/@smithy/core/dist-cjs/index.js +345 -0
  1867. package/api/node_modules/@smithy/core/dist-cjs/middleware-http-auth-scheme/getHttpAuthSchemeEndpointRuleSetPlugin.js +21 -0
  1868. package/api/node_modules/@smithy/core/dist-cjs/middleware-http-auth-scheme/getHttpAuthSchemePlugin.js +21 -0
  1869. package/api/node_modules/@smithy/core/dist-cjs/middleware-http-auth-scheme/httpAuthSchemeMiddleware.js +46 -0
  1870. package/api/node_modules/@smithy/core/dist-cjs/middleware-http-auth-scheme/index.js +6 -0
  1871. package/api/node_modules/@smithy/core/dist-cjs/middleware-http-auth-scheme/resolveAuthOptions.js +24 -0
  1872. package/api/node_modules/@smithy/core/dist-cjs/middleware-http-signing/getHttpSigningMiddleware.js +19 -0
  1873. package/api/node_modules/@smithy/core/dist-cjs/middleware-http-signing/httpSigningMiddleware.js +27 -0
  1874. package/api/node_modules/@smithy/core/dist-cjs/middleware-http-signing/index.js +5 -0
  1875. package/api/node_modules/@smithy/core/dist-cjs/normalizeProvider.js +10 -0
  1876. package/api/node_modules/@smithy/core/dist-cjs/pagination/createPaginator.js +44 -0
  1877. package/api/node_modules/@smithy/core/dist-cjs/request-builder/requestBuilder.js +5 -0
  1878. package/api/node_modules/@smithy/core/dist-cjs/setFeature.js +14 -0
  1879. package/api/node_modules/@smithy/core/dist-cjs/submodules/cbor/index.js +1096 -0
  1880. package/api/node_modules/@smithy/core/dist-cjs/submodules/endpoints/index.js +22 -0
  1881. package/api/node_modules/@smithy/core/dist-cjs/submodules/event-streams/index.js +259 -0
  1882. package/api/node_modules/@smithy/core/dist-cjs/submodules/protocols/index.js +875 -0
  1883. package/api/node_modules/@smithy/core/dist-cjs/submodules/schema/index.js +698 -0
  1884. package/api/node_modules/@smithy/core/dist-cjs/submodules/serde/index.js +694 -0
  1885. package/api/node_modules/@smithy/core/dist-cjs/util-identity-and-auth/DefaultIdentityProviderConfig.js +17 -0
  1886. package/api/node_modules/@smithy/core/dist-cjs/util-identity-and-auth/httpAuthSchemes/httpApiKeyAuth.js +38 -0
  1887. package/api/node_modules/@smithy/core/dist-cjs/util-identity-and-auth/httpAuthSchemes/httpBearerAuth.js +15 -0
  1888. package/api/node_modules/@smithy/core/dist-cjs/util-identity-and-auth/httpAuthSchemes/index.js +6 -0
  1889. package/api/node_modules/@smithy/core/dist-cjs/util-identity-and-auth/httpAuthSchemes/noAuth.js +9 -0
  1890. package/api/node_modules/@smithy/core/dist-cjs/util-identity-and-auth/index.js +6 -0
  1891. package/api/node_modules/@smithy/core/dist-cjs/util-identity-and-auth/memoizeIdentityProvider.js +61 -0
  1892. package/api/node_modules/@smithy/core/dist-es/getSmithyContext.js +2 -0
  1893. package/api/node_modules/@smithy/core/dist-es/index.js +8 -0
  1894. package/api/node_modules/@smithy/core/dist-es/middleware-http-auth-scheme/getHttpAuthSchemeEndpointRuleSetPlugin.js +17 -0
  1895. package/api/node_modules/@smithy/core/dist-es/middleware-http-auth-scheme/getHttpAuthSchemePlugin.js +17 -0
  1896. package/api/node_modules/@smithy/core/dist-es/middleware-http-auth-scheme/httpAuthSchemeMiddleware.js +42 -0
  1897. package/api/node_modules/@smithy/core/dist-es/middleware-http-auth-scheme/index.js +3 -0
  1898. package/api/node_modules/@smithy/core/dist-es/middleware-http-auth-scheme/resolveAuthOptions.js +20 -0
  1899. package/api/node_modules/@smithy/core/dist-es/middleware-http-signing/getHttpSigningMiddleware.js +15 -0
  1900. package/api/node_modules/@smithy/core/dist-es/middleware-http-signing/httpSigningMiddleware.js +23 -0
  1901. package/api/node_modules/@smithy/core/dist-es/middleware-http-signing/index.js +2 -0
  1902. package/api/node_modules/@smithy/core/dist-es/normalizeProvider.js +6 -0
  1903. package/api/node_modules/@smithy/core/dist-es/pagination/createPaginator.js +41 -0
  1904. package/api/node_modules/@smithy/core/dist-es/request-builder/requestBuilder.js +1 -0
  1905. package/api/node_modules/@smithy/core/dist-es/setFeature.js +11 -0
  1906. package/api/node_modules/@smithy/core/dist-es/submodules/cbor/CborCodec.js +206 -0
  1907. package/api/node_modules/@smithy/core/dist-es/submodules/cbor/SmithyRpcV2CborProtocol.js +100 -0
  1908. package/api/node_modules/@smithy/core/dist-es/submodules/cbor/byte-printer.js +37 -0
  1909. package/api/node_modules/@smithy/core/dist-es/submodules/cbor/cbor-decode.js +426 -0
  1910. package/api/node_modules/@smithy/core/dist-es/submodules/cbor/cbor-encode.js +221 -0
  1911. package/api/node_modules/@smithy/core/dist-es/submodules/cbor/cbor-types.js +25 -0
  1912. package/api/node_modules/@smithy/core/dist-es/submodules/cbor/cbor.js +21 -0
  1913. package/api/node_modules/@smithy/core/dist-es/submodules/cbor/index.js +5 -0
  1914. package/api/node_modules/@smithy/core/dist-es/submodules/cbor/parseCborBody.js +92 -0
  1915. package/api/node_modules/@smithy/core/dist-es/submodules/endpoints/index.js +1 -0
  1916. package/api/node_modules/@smithy/core/dist-es/submodules/endpoints/toEndpointV1.js +17 -0
  1917. package/api/node_modules/@smithy/core/dist-es/submodules/event-streams/EventStreamSerde.js +254 -0
  1918. package/api/node_modules/@smithy/core/dist-es/submodules/event-streams/index.js +1 -0
  1919. package/api/node_modules/@smithy/core/dist-es/submodules/protocols/HttpBindingProtocol.js +286 -0
  1920. package/api/node_modules/@smithy/core/dist-es/submodules/protocols/HttpProtocol.js +140 -0
  1921. package/api/node_modules/@smithy/core/dist-es/submodules/protocols/RpcProtocol.js +92 -0
  1922. package/api/node_modules/@smithy/core/dist-es/submodules/protocols/SerdeContext.js +6 -0
  1923. package/api/node_modules/@smithy/core/dist-es/submodules/protocols/collect-stream-body.js +11 -0
  1924. package/api/node_modules/@smithy/core/dist-es/submodules/protocols/extended-encode-uri-component.js +5 -0
  1925. package/api/node_modules/@smithy/core/dist-es/submodules/protocols/index.js +13 -0
  1926. package/api/node_modules/@smithy/core/dist-es/submodules/protocols/requestBuilder.js +69 -0
  1927. package/api/node_modules/@smithy/core/dist-es/submodules/protocols/resolve-path.js +19 -0
  1928. package/api/node_modules/@smithy/core/dist-es/submodules/protocols/serde/FromStringShapeDeserializer.js +66 -0
  1929. package/api/node_modules/@smithy/core/dist-es/submodules/protocols/serde/HttpInterceptingShapeDeserializer.js +42 -0
  1930. package/api/node_modules/@smithy/core/dist-es/submodules/protocols/serde/HttpInterceptingShapeSerializer.js +33 -0
  1931. package/api/node_modules/@smithy/core/dist-es/submodules/protocols/serde/ToStringShapeSerializer.js +91 -0
  1932. package/api/node_modules/@smithy/core/dist-es/submodules/protocols/serde/determineTimestampFormat.js +19 -0
  1933. package/api/node_modules/@smithy/core/dist-es/submodules/schema/TypeRegistry.js +84 -0
  1934. package/api/node_modules/@smithy/core/dist-es/submodules/schema/deref.js +6 -0
  1935. package/api/node_modules/@smithy/core/dist-es/submodules/schema/index.js +14 -0
  1936. package/api/node_modules/@smithy/core/dist-es/submodules/schema/middleware/getSchemaSerdePlugin.js +23 -0
  1937. package/api/node_modules/@smithy/core/dist-es/submodules/schema/middleware/schema-middleware-types.js +1 -0
  1938. package/api/node_modules/@smithy/core/dist-es/submodules/schema/middleware/schemaDeserializationMiddleware.js +65 -0
  1939. package/api/node_modules/@smithy/core/dist-es/submodules/schema/middleware/schemaSerializationMiddleware.js +19 -0
  1940. package/api/node_modules/@smithy/core/dist-es/submodules/schema/schemas/ErrorSchema.js +15 -0
  1941. package/api/node_modules/@smithy/core/dist-es/submodules/schema/schemas/ListSchema.js +14 -0
  1942. package/api/node_modules/@smithy/core/dist-es/submodules/schema/schemas/MapSchema.js +16 -0
  1943. package/api/node_modules/@smithy/core/dist-es/submodules/schema/schemas/NormalizedSchema.js +303 -0
  1944. package/api/node_modules/@smithy/core/dist-es/submodules/schema/schemas/OperationSchema.js +16 -0
  1945. package/api/node_modules/@smithy/core/dist-es/submodules/schema/schemas/Schema.js +20 -0
  1946. package/api/node_modules/@smithy/core/dist-es/submodules/schema/schemas/SimpleSchema.js +20 -0
  1947. package/api/node_modules/@smithy/core/dist-es/submodules/schema/schemas/StructureSchema.js +16 -0
  1948. package/api/node_modules/@smithy/core/dist-es/submodules/schema/schemas/operation.js +7 -0
  1949. package/api/node_modules/@smithy/core/dist-es/submodules/schema/schemas/sentinels.js +16 -0
  1950. package/api/node_modules/@smithy/core/dist-es/submodules/schema/schemas/translateTraits.js +26 -0
  1951. package/api/node_modules/@smithy/core/dist-es/submodules/serde/copyDocumentWithTransform.js +1 -0
  1952. package/api/node_modules/@smithy/core/dist-es/submodules/serde/date-utils.js +190 -0
  1953. package/api/node_modules/@smithy/core/dist-es/submodules/serde/generateIdempotencyToken.js +2 -0
  1954. package/api/node_modules/@smithy/core/dist-es/submodules/serde/index.js +10 -0
  1955. package/api/node_modules/@smithy/core/dist-es/submodules/serde/lazy-json.js +24 -0
  1956. package/api/node_modules/@smithy/core/dist-es/submodules/serde/parse-utils.js +230 -0
  1957. package/api/node_modules/@smithy/core/dist-es/submodules/serde/quote-header.js +6 -0
  1958. package/api/node_modules/@smithy/core/dist-es/submodules/serde/schema-serde-lib/schema-date-utils.js +101 -0
  1959. package/api/node_modules/@smithy/core/dist-es/submodules/serde/split-every.js +27 -0
  1960. package/api/node_modules/@smithy/core/dist-es/submodules/serde/split-header.js +37 -0
  1961. package/api/node_modules/@smithy/core/dist-es/submodules/serde/value/NumericValue.js +25 -0
  1962. package/api/node_modules/@smithy/core/dist-es/util-identity-and-auth/DefaultIdentityProviderConfig.js +13 -0
  1963. package/api/node_modules/@smithy/core/dist-es/util-identity-and-auth/httpAuthSchemes/httpApiKeyAuth.js +34 -0
  1964. package/api/node_modules/@smithy/core/dist-es/util-identity-and-auth/httpAuthSchemes/httpBearerAuth.js +11 -0
  1965. package/api/node_modules/@smithy/core/dist-es/util-identity-and-auth/httpAuthSchemes/index.js +3 -0
  1966. package/api/node_modules/@smithy/core/dist-es/util-identity-and-auth/httpAuthSchemes/noAuth.js +5 -0
  1967. package/api/node_modules/@smithy/core/dist-es/util-identity-and-auth/index.js +3 -0
  1968. package/api/node_modules/@smithy/core/dist-es/util-identity-and-auth/memoizeIdentityProvider.js +55 -0
  1969. package/api/node_modules/@smithy/core/dist-types/getSmithyContext.d.ts +5 -0
  1970. package/api/node_modules/@smithy/core/dist-types/index.d.ts +8 -0
  1971. package/api/node_modules/@smithy/core/dist-types/middleware-http-auth-scheme/getHttpAuthSchemeEndpointRuleSetPlugin.d.ts +18 -0
  1972. package/api/node_modules/@smithy/core/dist-types/middleware-http-auth-scheme/getHttpAuthSchemePlugin.d.ts +18 -0
  1973. package/api/node_modules/@smithy/core/dist-types/middleware-http-auth-scheme/httpAuthSchemeMiddleware.d.ts +33 -0
  1974. package/api/node_modules/@smithy/core/dist-types/middleware-http-auth-scheme/index.d.ts +3 -0
  1975. package/api/node_modules/@smithy/core/dist-types/middleware-http-auth-scheme/resolveAuthOptions.d.ts +10 -0
  1976. package/api/node_modules/@smithy/core/dist-types/middleware-http-signing/getHttpSigningMiddleware.d.ts +9 -0
  1977. package/api/node_modules/@smithy/core/dist-types/middleware-http-signing/httpSigningMiddleware.d.ts +5 -0
  1978. package/api/node_modules/@smithy/core/dist-types/middleware-http-signing/index.d.ts +2 -0
  1979. package/api/node_modules/@smithy/core/dist-types/normalizeProvider.d.ts +7 -0
  1980. package/api/node_modules/@smithy/core/dist-types/pagination/createPaginator.d.ts +7 -0
  1981. package/api/node_modules/@smithy/core/dist-types/request-builder/requestBuilder.d.ts +5 -0
  1982. package/api/node_modules/@smithy/core/dist-types/setFeature.d.ts +12 -0
  1983. package/api/node_modules/@smithy/core/dist-types/submodules/cbor/CborCodec.d.ts +33 -0
  1984. package/api/node_modules/@smithy/core/dist-types/submodules/cbor/SmithyRpcV2CborProtocol.d.ts +28 -0
  1985. package/api/node_modules/@smithy/core/dist-types/submodules/cbor/byte-printer.d.ts +6 -0
  1986. package/api/node_modules/@smithy/core/dist-types/submodules/cbor/cbor-decode.d.ts +17 -0
  1987. package/api/node_modules/@smithy/core/dist-types/submodules/cbor/cbor-encode.d.ts +9 -0
  1988. package/api/node_modules/@smithy/core/dist-types/submodules/cbor/cbor-types.d.ts +62 -0
  1989. package/api/node_modules/@smithy/core/dist-types/submodules/cbor/cbor.d.ts +26 -0
  1990. package/api/node_modules/@smithy/core/dist-types/submodules/cbor/index.d.ts +5 -0
  1991. package/api/node_modules/@smithy/core/dist-types/submodules/cbor/parseCborBody.d.ts +31 -0
  1992. package/api/node_modules/@smithy/core/dist-types/submodules/endpoints/index.d.ts +1 -0
  1993. package/api/node_modules/@smithy/core/dist-types/submodules/endpoints/toEndpointV1.d.ts +6 -0
  1994. package/api/node_modules/@smithy/core/dist-types/submodules/event-streams/EventStreamSerde.d.ts +60 -0
  1995. package/api/node_modules/@smithy/core/dist-types/submodules/event-streams/index.d.ts +1 -0
  1996. package/api/node_modules/@smithy/core/dist-types/submodules/protocols/HttpBindingProtocol.d.ts +31 -0
  1997. package/api/node_modules/@smithy/core/dist-types/submodules/protocols/HttpProtocol.d.ts +89 -0
  1998. package/api/node_modules/@smithy/core/dist-types/submodules/protocols/RpcProtocol.d.ts +16 -0
  1999. package/api/node_modules/@smithy/core/dist-types/submodules/protocols/SerdeContext.d.ts +16 -0
  2000. package/api/node_modules/@smithy/core/dist-types/submodules/protocols/collect-stream-body.d.ts +10 -0
  2001. package/api/node_modules/@smithy/core/dist-types/submodules/protocols/extended-encode-uri-component.d.ts +7 -0
  2002. package/api/node_modules/@smithy/core/dist-types/submodules/protocols/index.d.ts +13 -0
  2003. package/api/node_modules/@smithy/core/dist-types/submodules/protocols/requestBuilder.d.ts +51 -0
  2004. package/api/node_modules/@smithy/core/dist-types/submodules/protocols/resolve-path.d.ts +4 -0
  2005. package/api/node_modules/@smithy/core/dist-types/submodules/protocols/serde/FromStringShapeDeserializer.d.ts +13 -0
  2006. package/api/node_modules/@smithy/core/dist-types/submodules/protocols/serde/HttpInterceptingShapeDeserializer.d.ts +21 -0
  2007. package/api/node_modules/@smithy/core/dist-types/submodules/protocols/serde/HttpInterceptingShapeSerializer.d.ts +23 -0
  2008. package/api/node_modules/@smithy/core/dist-types/submodules/protocols/serde/ToStringShapeSerializer.d.ts +14 -0
  2009. package/api/node_modules/@smithy/core/dist-types/submodules/protocols/serde/determineTimestampFormat.d.ts +9 -0
  2010. package/api/node_modules/@smithy/core/dist-types/submodules/schema/TypeRegistry.d.ts +71 -0
  2011. package/api/node_modules/@smithy/core/dist-types/submodules/schema/deref.d.ts +6 -0
  2012. package/api/node_modules/@smithy/core/dist-types/submodules/schema/index.d.ts +14 -0
  2013. package/api/node_modules/@smithy/core/dist-types/submodules/schema/middleware/getSchemaSerdePlugin.d.ts +14 -0
  2014. package/api/node_modules/@smithy/core/dist-types/submodules/schema/middleware/schema-middleware-types.d.ts +8 -0
  2015. package/api/node_modules/@smithy/core/dist-types/submodules/schema/middleware/schemaDeserializationMiddleware.d.ts +9 -0
  2016. package/api/node_modules/@smithy/core/dist-types/submodules/schema/middleware/schemaSerializationMiddleware.d.ts +6 -0
  2017. package/api/node_modules/@smithy/core/dist-types/submodules/schema/schemas/ErrorSchema.d.ts +37 -0
  2018. package/api/node_modules/@smithy/core/dist-types/submodules/schema/schemas/ListSchema.d.ts +23 -0
  2019. package/api/node_modules/@smithy/core/dist-types/submodules/schema/schemas/MapSchema.d.ts +24 -0
  2020. package/api/node_modules/@smithy/core/dist-types/submodules/schema/schemas/NormalizedSchema.d.ts +143 -0
  2021. package/api/node_modules/@smithy/core/dist-types/submodules/schema/schemas/OperationSchema.d.ts +23 -0
  2022. package/api/node_modules/@smithy/core/dist-types/submodules/schema/schemas/Schema.d.ts +16 -0
  2023. package/api/node_modules/@smithy/core/dist-types/submodules/schema/schemas/SimpleSchema.d.ts +28 -0
  2024. package/api/node_modules/@smithy/core/dist-types/submodules/schema/schemas/StructureSchema.d.ts +23 -0
  2025. package/api/node_modules/@smithy/core/dist-types/submodules/schema/schemas/operation.d.ts +7 -0
  2026. package/api/node_modules/@smithy/core/dist-types/submodules/schema/schemas/sentinels.d.ts +23 -0
  2027. package/api/node_modules/@smithy/core/dist-types/submodules/schema/schemas/translateTraits.d.ts +13 -0
  2028. package/api/node_modules/@smithy/core/dist-types/submodules/serde/copyDocumentWithTransform.d.ts +6 -0
  2029. package/api/node_modules/@smithy/core/dist-types/submodules/serde/date-utils.d.ts +73 -0
  2030. package/api/node_modules/@smithy/core/dist-types/submodules/serde/generateIdempotencyToken.d.ts +2 -0
  2031. package/api/node_modules/@smithy/core/dist-types/submodules/serde/index.d.ts +10 -0
  2032. package/api/node_modules/@smithy/core/dist-types/submodules/serde/lazy-json.d.ts +45 -0
  2033. package/api/node_modules/@smithy/core/dist-types/submodules/serde/parse-utils.d.ts +270 -0
  2034. package/api/node_modules/@smithy/core/dist-types/submodules/serde/quote-header.d.ts +6 -0
  2035. package/api/node_modules/@smithy/core/dist-types/submodules/serde/schema-serde-lib/schema-date-utils.d.ts +47 -0
  2036. package/api/node_modules/@smithy/core/dist-types/submodules/serde/split-every.d.ts +11 -0
  2037. package/api/node_modules/@smithy/core/dist-types/submodules/serde/split-header.d.ts +5 -0
  2038. package/api/node_modules/@smithy/core/dist-types/submodules/serde/value/NumericValue.d.ts +33 -0
  2039. package/api/node_modules/@smithy/core/dist-types/util-identity-and-auth/DefaultIdentityProviderConfig.d.ts +15 -0
  2040. package/api/node_modules/@smithy/core/dist-types/util-identity-and-auth/httpAuthSchemes/httpApiKeyAuth.d.ts +8 -0
  2041. package/api/node_modules/@smithy/core/dist-types/util-identity-and-auth/httpAuthSchemes/httpBearerAuth.d.ts +8 -0
  2042. package/api/node_modules/@smithy/core/dist-types/util-identity-and-auth/httpAuthSchemes/index.d.ts +3 -0
  2043. package/api/node_modules/@smithy/core/dist-types/util-identity-and-auth/httpAuthSchemes/noAuth.d.ts +8 -0
  2044. package/api/node_modules/@smithy/core/dist-types/util-identity-and-auth/index.d.ts +3 -0
  2045. package/api/node_modules/@smithy/core/dist-types/util-identity-and-auth/memoizeIdentityProvider.d.ts +30 -0
  2046. package/api/node_modules/@smithy/core/endpoints.d.ts +7 -0
  2047. package/api/node_modules/@smithy/core/endpoints.js +6 -0
  2048. package/api/node_modules/@smithy/core/event-streams.d.ts +7 -0
  2049. package/api/node_modules/@smithy/core/event-streams.js +6 -0
  2050. package/api/node_modules/@smithy/core/package.json +145 -0
  2051. package/api/node_modules/@smithy/core/protocols.d.ts +7 -0
  2052. package/api/node_modules/@smithy/core/protocols.js +6 -0
  2053. package/api/node_modules/@smithy/core/schema.d.ts +7 -0
  2054. package/api/node_modules/@smithy/core/schema.js +6 -0
  2055. package/api/node_modules/@smithy/core/serde.d.ts +7 -0
  2056. package/api/node_modules/@smithy/core/serde.js +6 -0
  2057. package/api/node_modules/@smithy/credential-provider-imds/LICENSE +201 -0
  2058. package/api/node_modules/@smithy/credential-provider-imds/README.md +20 -0
  2059. package/api/node_modules/@smithy/credential-provider-imds/dist-cjs/index.js +372 -0
  2060. package/api/node_modules/@smithy/credential-provider-imds/dist-es/config/Endpoint.js +5 -0
  2061. package/api/node_modules/@smithy/credential-provider-imds/dist-es/config/EndpointConfigOptions.js +7 -0
  2062. package/api/node_modules/@smithy/credential-provider-imds/dist-es/config/EndpointMode.js +5 -0
  2063. package/api/node_modules/@smithy/credential-provider-imds/dist-es/config/EndpointModeConfigOptions.js +8 -0
  2064. package/api/node_modules/@smithy/credential-provider-imds/dist-es/error/InstanceMetadataV1FallbackError.js +10 -0
  2065. package/api/node_modules/@smithy/credential-provider-imds/dist-es/fromContainerMetadata.js +77 -0
  2066. package/api/node_modules/@smithy/credential-provider-imds/dist-es/fromInstanceMetadata.js +134 -0
  2067. package/api/node_modules/@smithy/credential-provider-imds/dist-es/index.js +7 -0
  2068. package/api/node_modules/@smithy/credential-provider-imds/dist-es/remoteProvider/ImdsCredentials.js +13 -0
  2069. package/api/node_modules/@smithy/credential-provider-imds/dist-es/remoteProvider/RemoteProviderInit.js +3 -0
  2070. package/api/node_modules/@smithy/credential-provider-imds/dist-es/remoteProvider/httpRequest.js +36 -0
  2071. package/api/node_modules/@smithy/credential-provider-imds/dist-es/remoteProvider/index.js +2 -0
  2072. package/api/node_modules/@smithy/credential-provider-imds/dist-es/remoteProvider/retry.js +7 -0
  2073. package/api/node_modules/@smithy/credential-provider-imds/dist-es/types.js +1 -0
  2074. package/api/node_modules/@smithy/credential-provider-imds/dist-es/utils/getExtendedInstanceMetadataCredentials.js +17 -0
  2075. package/api/node_modules/@smithy/credential-provider-imds/dist-es/utils/getInstanceMetadataEndpoint.js +19 -0
  2076. package/api/node_modules/@smithy/credential-provider-imds/dist-es/utils/staticStabilityProvider.js +25 -0
  2077. package/api/node_modules/@smithy/credential-provider-imds/dist-types/config/Endpoint.d.ts +7 -0
  2078. package/api/node_modules/@smithy/credential-provider-imds/dist-types/config/EndpointConfigOptions.d.ts +13 -0
  2079. package/api/node_modules/@smithy/credential-provider-imds/dist-types/config/EndpointMode.d.ts +7 -0
  2080. package/api/node_modules/@smithy/credential-provider-imds/dist-types/config/EndpointModeConfigOptions.d.ts +13 -0
  2081. package/api/node_modules/@smithy/credential-provider-imds/dist-types/error/InstanceMetadataV1FallbackError.d.ts +12 -0
  2082. package/api/node_modules/@smithy/credential-provider-imds/dist-types/fromContainerMetadata.d.ts +21 -0
  2083. package/api/node_modules/@smithy/credential-provider-imds/dist-types/fromInstanceMetadata.d.ts +10 -0
  2084. package/api/node_modules/@smithy/credential-provider-imds/dist-types/index.d.ts +28 -0
  2085. package/api/node_modules/@smithy/credential-provider-imds/dist-types/remoteProvider/ImdsCredentials.d.ts +19 -0
  2086. package/api/node_modules/@smithy/credential-provider-imds/dist-types/remoteProvider/RemoteProviderInit.d.ts +40 -0
  2087. package/api/node_modules/@smithy/credential-provider-imds/dist-types/remoteProvider/httpRequest.d.ts +6 -0
  2088. package/api/node_modules/@smithy/credential-provider-imds/dist-types/remoteProvider/index.d.ts +8 -0
  2089. package/api/node_modules/@smithy/credential-provider-imds/dist-types/remoteProvider/retry.d.ts +10 -0
  2090. package/api/node_modules/@smithy/credential-provider-imds/dist-types/types.d.ts +7 -0
  2091. package/api/node_modules/@smithy/credential-provider-imds/dist-types/utils/getExtendedInstanceMetadataCredentials.d.ts +6 -0
  2092. package/api/node_modules/@smithy/credential-provider-imds/dist-types/utils/getInstanceMetadataEndpoint.d.ts +21 -0
  2093. package/api/node_modules/@smithy/credential-provider-imds/dist-types/utils/staticStabilityProvider.d.ts +16 -0
  2094. package/api/node_modules/@smithy/credential-provider-imds/package.json +69 -0
  2095. package/api/node_modules/@smithy/fetch-http-handler/LICENSE +201 -0
  2096. package/api/node_modules/@smithy/fetch-http-handler/README.md +11 -0
  2097. package/api/node_modules/@smithy/fetch-http-handler/dist-cjs/index.js +233 -0
  2098. package/api/node_modules/@smithy/fetch-http-handler/dist-es/create-request.js +3 -0
  2099. package/api/node_modules/@smithy/fetch-http-handler/dist-es/fetch-http-handler.js +158 -0
  2100. package/api/node_modules/@smithy/fetch-http-handler/dist-es/index.js +2 -0
  2101. package/api/node_modules/@smithy/fetch-http-handler/dist-es/request-timeout.js +11 -0
  2102. package/api/node_modules/@smithy/fetch-http-handler/dist-es/stream-collector.js +53 -0
  2103. package/api/node_modules/@smithy/fetch-http-handler/dist-types/create-request.d.ts +6 -0
  2104. package/api/node_modules/@smithy/fetch-http-handler/dist-types/fetch-http-handler.d.ts +42 -0
  2105. package/api/node_modules/@smithy/fetch-http-handler/dist-types/index.d.ts +2 -0
  2106. package/api/node_modules/@smithy/fetch-http-handler/dist-types/request-timeout.d.ts +1 -0
  2107. package/api/node_modules/@smithy/fetch-http-handler/dist-types/stream-collector.d.ts +2 -0
  2108. package/api/node_modules/@smithy/fetch-http-handler/package.json +68 -0
  2109. package/api/node_modules/@smithy/hash-node/LICENSE +201 -0
  2110. package/api/node_modules/@smithy/hash-node/README.md +17 -0
  2111. package/api/node_modules/@smithy/hash-node/dist-cjs/index.js +42 -0
  2112. package/api/node_modules/@smithy/hash-node/dist-es/index.js +37 -0
  2113. package/api/node_modules/@smithy/hash-node/dist-types/index.d.ts +13 -0
  2114. package/api/node_modules/@smithy/hash-node/package.json +64 -0
  2115. package/api/node_modules/@smithy/invalid-dependency/LICENSE +201 -0
  2116. package/api/node_modules/@smithy/invalid-dependency/README.md +17 -0
  2117. package/api/node_modules/@smithy/invalid-dependency/dist-cjs/index.js +10 -0
  2118. package/api/node_modules/@smithy/invalid-dependency/dist-es/index.js +2 -0
  2119. package/api/node_modules/@smithy/invalid-dependency/dist-es/invalidFunction.js +3 -0
  2120. package/api/node_modules/@smithy/invalid-dependency/dist-es/invalidProvider.js +1 -0
  2121. package/api/node_modules/@smithy/invalid-dependency/dist-types/index.d.ts +8 -0
  2122. package/api/node_modules/@smithy/invalid-dependency/dist-types/invalidFunction.d.ts +4 -0
  2123. package/api/node_modules/@smithy/invalid-dependency/dist-types/invalidProvider.d.ts +5 -0
  2124. package/api/node_modules/@smithy/invalid-dependency/package.json +60 -0
  2125. package/api/node_modules/@smithy/is-array-buffer/LICENSE +201 -0
  2126. package/api/node_modules/@smithy/is-array-buffer/README.md +10 -0
  2127. package/api/node_modules/@smithy/is-array-buffer/dist-cjs/index.js +6 -0
  2128. package/api/node_modules/@smithy/is-array-buffer/dist-es/index.js +2 -0
  2129. package/api/node_modules/@smithy/is-array-buffer/dist-types/index.d.ts +4 -0
  2130. package/api/node_modules/@smithy/is-array-buffer/dist-types/ts3.4/index.d.ts +4 -0
  2131. package/api/node_modules/@smithy/is-array-buffer/package.json +61 -0
  2132. package/api/node_modules/@smithy/middleware-content-length/LICENSE +201 -0
  2133. package/api/node_modules/@smithy/middleware-content-length/README.md +17 -0
  2134. package/api/node_modules/@smithy/middleware-content-length/dist-cjs/index.js +46 -0
  2135. package/api/node_modules/@smithy/middleware-content-length/dist-es/index.js +39 -0
  2136. package/api/node_modules/@smithy/middleware-content-length/dist-types/index.d.ts +6 -0
  2137. package/api/node_modules/@smithy/middleware-content-length/package.json +63 -0
  2138. package/api/node_modules/@smithy/middleware-endpoint/LICENSE +201 -0
  2139. package/api/node_modules/@smithy/middleware-endpoint/README.md +17 -0
  2140. package/api/node_modules/@smithy/middleware-endpoint/dist-cjs/adaptors/getEndpointFromConfig.browser.js +5 -0
  2141. package/api/node_modules/@smithy/middleware-endpoint/dist-cjs/adaptors/getEndpointFromConfig.js +7 -0
  2142. package/api/node_modules/@smithy/middleware-endpoint/dist-cjs/adaptors/getEndpointUrlConfig.js +35 -0
  2143. package/api/node_modules/@smithy/middleware-endpoint/dist-cjs/index.js +264 -0
  2144. package/api/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/createConfigValueProvider.js +50 -0
  2145. package/api/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/getEndpointFromConfig.browser.js +1 -0
  2146. package/api/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/getEndpointFromConfig.js +3 -0
  2147. package/api/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/getEndpointFromInstructions.js +64 -0
  2148. package/api/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/getEndpointUrlConfig.js +31 -0
  2149. package/api/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/index.js +2 -0
  2150. package/api/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/toEndpointV1.js +17 -0
  2151. package/api/node_modules/@smithy/middleware-endpoint/dist-es/endpointMiddleware.js +36 -0
  2152. package/api/node_modules/@smithy/middleware-endpoint/dist-es/getEndpointPlugin.js +18 -0
  2153. package/api/node_modules/@smithy/middleware-endpoint/dist-es/index.js +6 -0
  2154. package/api/node_modules/@smithy/middleware-endpoint/dist-es/resolveEndpointConfig.js +24 -0
  2155. package/api/node_modules/@smithy/middleware-endpoint/dist-es/resolveEndpointRequiredConfig.js +9 -0
  2156. package/api/node_modules/@smithy/middleware-endpoint/dist-es/service-customizations/index.js +1 -0
  2157. package/api/node_modules/@smithy/middleware-endpoint/dist-es/service-customizations/s3.js +37 -0
  2158. package/api/node_modules/@smithy/middleware-endpoint/dist-es/types.js +1 -0
  2159. package/api/node_modules/@smithy/middleware-endpoint/dist-types/adaptors/createConfigValueProvider.d.ts +14 -0
  2160. package/api/node_modules/@smithy/middleware-endpoint/dist-types/adaptors/getEndpointFromConfig.browser.d.ts +1 -0
  2161. package/api/node_modules/@smithy/middleware-endpoint/dist-types/adaptors/getEndpointFromConfig.d.ts +4 -0
  2162. package/api/node_modules/@smithy/middleware-endpoint/dist-types/adaptors/getEndpointFromInstructions.d.ts +28 -0
  2163. package/api/node_modules/@smithy/middleware-endpoint/dist-types/adaptors/getEndpointUrlConfig.d.ts +2 -0
  2164. package/api/node_modules/@smithy/middleware-endpoint/dist-types/adaptors/index.d.ts +8 -0
  2165. package/api/node_modules/@smithy/middleware-endpoint/dist-types/adaptors/toEndpointV1.d.ts +6 -0
  2166. package/api/node_modules/@smithy/middleware-endpoint/dist-types/endpointMiddleware.d.ts +10 -0
  2167. package/api/node_modules/@smithy/middleware-endpoint/dist-types/getEndpointPlugin.d.ts +11 -0
  2168. package/api/node_modules/@smithy/middleware-endpoint/dist-types/index.d.ts +18 -0
  2169. package/api/node_modules/@smithy/middleware-endpoint/dist-types/resolveEndpointConfig.d.ts +109 -0
  2170. package/api/node_modules/@smithy/middleware-endpoint/dist-types/resolveEndpointRequiredConfig.d.ts +32 -0
  2171. package/api/node_modules/@smithy/middleware-endpoint/dist-types/service-customizations/index.d.ts +4 -0
  2172. package/api/node_modules/@smithy/middleware-endpoint/dist-types/service-customizations/s3.d.ts +26 -0
  2173. package/api/node_modules/@smithy/middleware-endpoint/dist-types/types.d.ts +41 -0
  2174. package/api/node_modules/@smithy/middleware-endpoint/package.json +74 -0
  2175. package/api/node_modules/@smithy/middleware-retry/LICENSE +201 -0
  2176. package/api/node_modules/@smithy/middleware-retry/README.md +24 -0
  2177. package/api/node_modules/@smithy/middleware-retry/dist-cjs/index.js +396 -0
  2178. package/api/node_modules/@smithy/middleware-retry/dist-cjs/isStreamingPayload/isStreamingPayload.browser.js +5 -0
  2179. package/api/node_modules/@smithy/middleware-retry/dist-cjs/isStreamingPayload/isStreamingPayload.js +7 -0
  2180. package/api/node_modules/@smithy/middleware-retry/dist-es/configurations.js +48 -0
  2181. package/api/node_modules/@smithy/middleware-retry/dist-es/index.js +8 -0
  2182. package/api/node_modules/@smithy/middleware-retry/dist-es/isStreamingPayload/isStreamingPayload.browser.js +1 -0
  2183. package/api/node_modules/@smithy/middleware-retry/dist-es/isStreamingPayload/isStreamingPayload.js +3 -0
  2184. package/api/node_modules/@smithy/middleware-retry/dist-es/longPollMiddleware.js +15 -0
  2185. package/api/node_modules/@smithy/middleware-retry/dist-es/omitRetryHeadersMiddleware.js +22 -0
  2186. package/api/node_modules/@smithy/middleware-retry/dist-es/parseRetryAfterHeader.js +49 -0
  2187. package/api/node_modules/@smithy/middleware-retry/dist-es/retry-pre-sra-deprecated/AdaptiveRetryStrategy.js +21 -0
  2188. package/api/node_modules/@smithy/middleware-retry/dist-es/retry-pre-sra-deprecated/StandardRetryStrategy.js +94 -0
  2189. package/api/node_modules/@smithy/middleware-retry/dist-es/retry-pre-sra-deprecated/defaultRetryQuota.js +27 -0
  2190. package/api/node_modules/@smithy/middleware-retry/dist-es/retry-pre-sra-deprecated/delayDecider.js +2 -0
  2191. package/api/node_modules/@smithy/middleware-retry/dist-es/retry-pre-sra-deprecated/retryDecider.js +7 -0
  2192. package/api/node_modules/@smithy/middleware-retry/dist-es/retry-pre-sra-deprecated/types.js +1 -0
  2193. package/api/node_modules/@smithy/middleware-retry/dist-es/retryMiddleware.js +105 -0
  2194. package/api/node_modules/@smithy/middleware-retry/dist-es/util.js +9 -0
  2195. package/api/node_modules/@smithy/middleware-retry/dist-types/configurations.d.ts +68 -0
  2196. package/api/node_modules/@smithy/middleware-retry/dist-types/index.d.ts +8 -0
  2197. package/api/node_modules/@smithy/middleware-retry/dist-types/isStreamingPayload/isStreamingPayload.browser.d.ts +5 -0
  2198. package/api/node_modules/@smithy/middleware-retry/dist-types/isStreamingPayload/isStreamingPayload.d.ts +5 -0
  2199. package/api/node_modules/@smithy/middleware-retry/dist-types/longPollMiddleware.d.ts +15 -0
  2200. package/api/node_modules/@smithy/middleware-retry/dist-types/omitRetryHeadersMiddleware.d.ts +15 -0
  2201. package/api/node_modules/@smithy/middleware-retry/dist-types/parseRetryAfterHeader.d.ts +10 -0
  2202. package/api/node_modules/@smithy/middleware-retry/dist-types/retry-pre-sra-deprecated/AdaptiveRetryStrategy.d.ts +24 -0
  2203. package/api/node_modules/@smithy/middleware-retry/dist-types/retry-pre-sra-deprecated/StandardRetryStrategy.d.ts +33 -0
  2204. package/api/node_modules/@smithy/middleware-retry/dist-types/retry-pre-sra-deprecated/defaultRetryQuota.d.ts +26 -0
  2205. package/api/node_modules/@smithy/middleware-retry/dist-types/retry-pre-sra-deprecated/delayDecider.d.ts +6 -0
  2206. package/api/node_modules/@smithy/middleware-retry/dist-types/retry-pre-sra-deprecated/retryDecider.d.ts +6 -0
  2207. package/api/node_modules/@smithy/middleware-retry/dist-types/retry-pre-sra-deprecated/types.d.ts +65 -0
  2208. package/api/node_modules/@smithy/middleware-retry/dist-types/retryMiddleware.d.ts +14 -0
  2209. package/api/node_modules/@smithy/middleware-retry/dist-types/util.d.ts +2 -0
  2210. package/api/node_modules/@smithy/middleware-retry/package.json +79 -0
  2211. package/api/node_modules/@smithy/middleware-serde/LICENSE +201 -0
  2212. package/api/node_modules/@smithy/middleware-serde/README.md +17 -0
  2213. package/api/node_modules/@smithy/middleware-serde/dist-cjs/index.js +104 -0
  2214. package/api/node_modules/@smithy/middleware-serde/dist-es/deserializerMiddleware.js +58 -0
  2215. package/api/node_modules/@smithy/middleware-serde/dist-es/index.js +3 -0
  2216. package/api/node_modules/@smithy/middleware-serde/dist-es/serdePlugin.js +22 -0
  2217. package/api/node_modules/@smithy/middleware-serde/dist-es/serializerMiddleware.js +15 -0
  2218. package/api/node_modules/@smithy/middleware-serde/dist-types/deserializerMiddleware.d.ts +6 -0
  2219. package/api/node_modules/@smithy/middleware-serde/dist-types/index.d.ts +3 -0
  2220. package/api/node_modules/@smithy/middleware-serde/dist-types/serdePlugin.d.ts +24 -0
  2221. package/api/node_modules/@smithy/middleware-serde/dist-types/serializerMiddleware.d.ts +6 -0
  2222. package/api/node_modules/@smithy/middleware-serde/package.json +65 -0
  2223. package/api/node_modules/@smithy/middleware-stack/LICENSE +201 -0
  2224. package/api/node_modules/@smithy/middleware-stack/README.md +91 -0
  2225. package/api/node_modules/@smithy/middleware-stack/dist-cjs/index.js +285 -0
  2226. package/api/node_modules/@smithy/middleware-stack/dist-es/MiddlewareStack.js +281 -0
  2227. package/api/node_modules/@smithy/middleware-stack/dist-es/index.js +1 -0
  2228. package/api/node_modules/@smithy/middleware-stack/dist-es/types.js +1 -0
  2229. package/api/node_modules/@smithy/middleware-stack/dist-types/MiddlewareStack.d.ts +5 -0
  2230. package/api/node_modules/@smithy/middleware-stack/dist-types/index.d.ts +1 -0
  2231. package/api/node_modules/@smithy/middleware-stack/dist-types/types.d.ts +22 -0
  2232. package/api/node_modules/@smithy/middleware-stack/package.json +63 -0
  2233. package/api/node_modules/@smithy/node-config-provider/LICENSE +201 -0
  2234. package/api/node_modules/@smithy/node-config-provider/README.md +17 -0
  2235. package/api/node_modules/@smithy/node-config-provider/dist-cjs/index.js +62 -0
  2236. package/api/node_modules/@smithy/node-config-provider/dist-es/configLoader.js +9 -0
  2237. package/api/node_modules/@smithy/node-config-provider/dist-es/fromEnv.js +14 -0
  2238. package/api/node_modules/@smithy/node-config-provider/dist-es/fromSharedConfigFiles.js +23 -0
  2239. package/api/node_modules/@smithy/node-config-provider/dist-es/fromStatic.js +3 -0
  2240. package/api/node_modules/@smithy/node-config-provider/dist-es/getSelectorName.js +12 -0
  2241. package/api/node_modules/@smithy/node-config-provider/dist-es/index.js +1 -0
  2242. package/api/node_modules/@smithy/node-config-provider/dist-types/configLoader.d.ts +31 -0
  2243. package/api/node_modules/@smithy/node-config-provider/dist-types/fromEnv.d.ts +20 -0
  2244. package/api/node_modules/@smithy/node-config-provider/dist-types/fromSharedConfigFiles.d.ts +22 -0
  2245. package/api/node_modules/@smithy/node-config-provider/dist-types/fromStatic.d.ts +9 -0
  2246. package/api/node_modules/@smithy/node-config-provider/dist-types/getSelectorName.d.ts +9 -0
  2247. package/api/node_modules/@smithy/node-config-provider/dist-types/index.d.ts +4 -0
  2248. package/api/node_modules/@smithy/node-config-provider/package.json +65 -0
  2249. package/api/node_modules/@smithy/node-http-handler/LICENSE +201 -0
  2250. package/api/node_modules/@smithy/node-http-handler/README.md +9 -0
  2251. package/api/node_modules/@smithy/node-http-handler/dist-cjs/index.js +762 -0
  2252. package/api/node_modules/@smithy/node-http-handler/dist-es/build-abort-error.js +19 -0
  2253. package/api/node_modules/@smithy/node-http-handler/dist-es/constants.js +1 -0
  2254. package/api/node_modules/@smithy/node-http-handler/dist-es/get-transformed-headers.js +9 -0
  2255. package/api/node_modules/@smithy/node-http-handler/dist-es/index.js +3 -0
  2256. package/api/node_modules/@smithy/node-http-handler/dist-es/node-http-handler.js +230 -0
  2257. package/api/node_modules/@smithy/node-http-handler/dist-es/node-http2-connection-manager.js +87 -0
  2258. package/api/node_modules/@smithy/node-http-handler/dist-es/node-http2-connection-pool.js +32 -0
  2259. package/api/node_modules/@smithy/node-http-handler/dist-es/node-http2-handler.js +169 -0
  2260. package/api/node_modules/@smithy/node-http-handler/dist-es/readable.mock.js +21 -0
  2261. package/api/node_modules/@smithy/node-http-handler/dist-es/server.mock.js +88 -0
  2262. package/api/node_modules/@smithy/node-http-handler/dist-es/set-connection-timeout.js +36 -0
  2263. package/api/node_modules/@smithy/node-http-handler/dist-es/set-request-timeout.js +21 -0
  2264. package/api/node_modules/@smithy/node-http-handler/dist-es/set-socket-keep-alive.js +22 -0
  2265. package/api/node_modules/@smithy/node-http-handler/dist-es/set-socket-timeout.js +23 -0
  2266. package/api/node_modules/@smithy/node-http-handler/dist-es/stream-collector/collector.js +8 -0
  2267. package/api/node_modules/@smithy/node-http-handler/dist-es/stream-collector/index.js +41 -0
  2268. package/api/node_modules/@smithy/node-http-handler/dist-es/stream-collector/readable.mock.js +21 -0
  2269. package/api/node_modules/@smithy/node-http-handler/dist-es/timing.js +4 -0
  2270. package/api/node_modules/@smithy/node-http-handler/dist-es/write-request-body.js +63 -0
  2271. package/api/node_modules/@smithy/node-http-handler/dist-types/build-abort-error.d.ts +10 -0
  2272. package/api/node_modules/@smithy/node-http-handler/dist-types/constants.d.ts +5 -0
  2273. package/api/node_modules/@smithy/node-http-handler/dist-types/get-transformed-headers.d.ts +4 -0
  2274. package/api/node_modules/@smithy/node-http-handler/dist-types/index.d.ts +3 -0
  2275. package/api/node_modules/@smithy/node-http-handler/dist-types/node-http-handler.d.ts +46 -0
  2276. package/api/node_modules/@smithy/node-http-handler/dist-types/node-http2-connection-manager.d.ts +24 -0
  2277. package/api/node_modules/@smithy/node-http-handler/dist-types/node-http2-connection-pool.d.ts +12 -0
  2278. package/api/node_modules/@smithy/node-http-handler/dist-types/node-http2-handler.d.ts +63 -0
  2279. package/api/node_modules/@smithy/node-http-handler/dist-types/readable.mock.d.ts +13 -0
  2280. package/api/node_modules/@smithy/node-http-handler/dist-types/server.mock.d.ts +12 -0
  2281. package/api/node_modules/@smithy/node-http-handler/dist-types/set-connection-timeout.d.ts +2 -0
  2282. package/api/node_modules/@smithy/node-http-handler/dist-types/set-request-timeout.d.ts +6 -0
  2283. package/api/node_modules/@smithy/node-http-handler/dist-types/set-socket-keep-alive.d.ts +6 -0
  2284. package/api/node_modules/@smithy/node-http-handler/dist-types/set-socket-timeout.d.ts +2 -0
  2285. package/api/node_modules/@smithy/node-http-handler/dist-types/stream-collector/collector.d.ts +5 -0
  2286. package/api/node_modules/@smithy/node-http-handler/dist-types/stream-collector/index.d.ts +6 -0
  2287. package/api/node_modules/@smithy/node-http-handler/dist-types/stream-collector/readable.mock.d.ts +13 -0
  2288. package/api/node_modules/@smithy/node-http-handler/dist-types/timing.d.ts +8 -0
  2289. package/api/node_modules/@smithy/node-http-handler/dist-types/write-request-body.d.ts +12 -0
  2290. package/api/node_modules/@smithy/node-http-handler/package.json +67 -0
  2291. package/api/node_modules/@smithy/property-provider/LICENSE +201 -0
  2292. package/api/node_modules/@smithy/property-provider/README.md +17 -0
  2293. package/api/node_modules/@smithy/property-provider/dist-cjs/index.js +117 -0
  2294. package/api/node_modules/@smithy/property-provider/dist-es/CredentialsProviderError.js +8 -0
  2295. package/api/node_modules/@smithy/property-provider/dist-es/ProviderError.js +23 -0
  2296. package/api/node_modules/@smithy/property-provider/dist-es/TokenProviderError.js +8 -0
  2297. package/api/node_modules/@smithy/property-provider/dist-es/chain.js +21 -0
  2298. package/api/node_modules/@smithy/property-provider/dist-es/fromStatic.js +1 -0
  2299. package/api/node_modules/@smithy/property-provider/dist-es/index.js +6 -0
  2300. package/api/node_modules/@smithy/property-provider/dist-es/memoize.js +45 -0
  2301. package/api/node_modules/@smithy/property-provider/dist-types/CredentialsProviderError.d.ts +31 -0
  2302. package/api/node_modules/@smithy/property-provider/dist-types/ProviderError.d.ts +39 -0
  2303. package/api/node_modules/@smithy/property-provider/dist-types/TokenProviderError.d.ts +31 -0
  2304. package/api/node_modules/@smithy/property-provider/dist-types/chain.d.ts +13 -0
  2305. package/api/node_modules/@smithy/property-provider/dist-types/fromStatic.d.ts +5 -0
  2306. package/api/node_modules/@smithy/property-provider/dist-types/index.d.ts +24 -0
  2307. package/api/node_modules/@smithy/property-provider/dist-types/memoize.d.ts +40 -0
  2308. package/api/node_modules/@smithy/property-provider/package.json +60 -0
  2309. package/api/node_modules/@smithy/protocol-http/LICENSE +201 -0
  2310. package/api/node_modules/@smithy/protocol-http/README.md +17 -0
  2311. package/api/node_modules/@smithy/protocol-http/dist-cjs/index.js +169 -0
  2312. package/api/node_modules/@smithy/protocol-http/dist-es/Field.js +26 -0
  2313. package/api/node_modules/@smithy/protocol-http/dist-es/Fields.js +20 -0
  2314. package/api/node_modules/@smithy/protocol-http/dist-es/extensions/httpExtensionConfiguration.js +21 -0
  2315. package/api/node_modules/@smithy/protocol-http/dist-es/extensions/index.js +1 -0
  2316. package/api/node_modules/@smithy/protocol-http/dist-es/httpHandler.js +1 -0
  2317. package/api/node_modules/@smithy/protocol-http/dist-es/httpRequest.js +64 -0
  2318. package/api/node_modules/@smithy/protocol-http/dist-es/httpResponse.js +18 -0
  2319. package/api/node_modules/@smithy/protocol-http/dist-es/index.js +8 -0
  2320. package/api/node_modules/@smithy/protocol-http/dist-es/isValidHostname.js +4 -0
  2321. package/api/node_modules/@smithy/protocol-http/dist-es/types.js +1 -0
  2322. package/api/node_modules/@smithy/protocol-http/dist-types/Field.d.ts +50 -0
  2323. package/api/node_modules/@smithy/protocol-http/dist-types/Fields.d.ts +44 -0
  2324. package/api/node_modules/@smithy/protocol-http/dist-types/extensions/httpExtensionConfiguration.d.ts +33 -0
  2325. package/api/node_modules/@smithy/protocol-http/dist-types/extensions/index.d.ts +1 -0
  2326. package/api/node_modules/@smithy/protocol-http/dist-types/httpHandler.d.ts +35 -0
  2327. package/api/node_modules/@smithy/protocol-http/dist-types/httpRequest.d.ts +56 -0
  2328. package/api/node_modules/@smithy/protocol-http/dist-types/httpResponse.d.ts +29 -0
  2329. package/api/node_modules/@smithy/protocol-http/dist-types/index.d.ts +8 -0
  2330. package/api/node_modules/@smithy/protocol-http/dist-types/isValidHostname.d.ts +1 -0
  2331. package/api/node_modules/@smithy/protocol-http/dist-types/types.d.ts +21 -0
  2332. package/api/node_modules/@smithy/protocol-http/package.json +61 -0
  2333. package/api/node_modules/@smithy/querystring-builder/LICENSE +201 -0
  2334. package/api/node_modules/@smithy/querystring-builder/README.md +17 -0
  2335. package/api/node_modules/@smithy/querystring-builder/dist-cjs/index.js +26 -0
  2336. package/api/node_modules/@smithy/querystring-builder/dist-es/index.js +21 -0
  2337. package/api/node_modules/@smithy/querystring-builder/dist-types/index.d.ts +5 -0
  2338. package/api/node_modules/@smithy/querystring-builder/package.json +60 -0
  2339. package/api/node_modules/@smithy/querystring-parser/LICENSE +201 -0
  2340. package/api/node_modules/@smithy/querystring-parser/README.md +17 -0
  2341. package/api/node_modules/@smithy/querystring-parser/dist-cjs/index.js +27 -0
  2342. package/api/node_modules/@smithy/querystring-parser/dist-es/index.js +23 -0
  2343. package/api/node_modules/@smithy/querystring-parser/dist-types/index.d.ts +5 -0
  2344. package/api/node_modules/@smithy/querystring-parser/package.json +60 -0
  2345. package/api/node_modules/@smithy/service-error-classification/LICENSE +201 -0
  2346. package/api/node_modules/@smithy/service-error-classification/README.md +17 -0
  2347. package/api/node_modules/@smithy/service-error-classification/dist-cjs/index.js +77 -0
  2348. package/api/node_modules/@smithy/service-error-classification/dist-es/constants.js +28 -0
  2349. package/api/node_modules/@smithy/service-error-classification/dist-es/index.js +39 -0
  2350. package/api/node_modules/@smithy/service-error-classification/dist-types/constants.d.ts +30 -0
  2351. package/api/node_modules/@smithy/service-error-classification/dist-types/index.d.ts +24 -0
  2352. package/api/node_modules/@smithy/service-error-classification/package.json +59 -0
  2353. package/api/node_modules/@smithy/shared-ini-file-loader/LICENSE +201 -0
  2354. package/api/node_modules/@smithy/shared-ini-file-loader/README.md +105 -0
  2355. package/api/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getHomeDir.js +26 -0
  2356. package/api/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getSSOTokenFilepath.js +12 -0
  2357. package/api/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getSSOTokenFromFile.js +15 -0
  2358. package/api/node_modules/@smithy/shared-ini-file-loader/dist-cjs/index.js +196 -0
  2359. package/api/node_modules/@smithy/shared-ini-file-loader/dist-cjs/readFile.js +16 -0
  2360. package/api/node_modules/@smithy/shared-ini-file-loader/dist-es/constants.js +1 -0
  2361. package/api/node_modules/@smithy/shared-ini-file-loader/dist-es/externalDataInterceptor.js +16 -0
  2362. package/api/node_modules/@smithy/shared-ini-file-loader/dist-es/getConfigData.js +18 -0
  2363. package/api/node_modules/@smithy/shared-ini-file-loader/dist-es/getConfigFilepath.js +4 -0
  2364. package/api/node_modules/@smithy/shared-ini-file-loader/dist-es/getCredentialsFilepath.js +4 -0
  2365. package/api/node_modules/@smithy/shared-ini-file-loader/dist-es/getHomeDir.js +22 -0
  2366. package/api/node_modules/@smithy/shared-ini-file-loader/dist-es/getProfileName.js +3 -0
  2367. package/api/node_modules/@smithy/shared-ini-file-loader/dist-es/getSSOTokenFilepath.js +8 -0
  2368. package/api/node_modules/@smithy/shared-ini-file-loader/dist-es/getSSOTokenFromFile.js +11 -0
  2369. package/api/node_modules/@smithy/shared-ini-file-loader/dist-es/getSsoSessionData.js +5 -0
  2370. package/api/node_modules/@smithy/shared-ini-file-loader/dist-es/index.js +10 -0
  2371. package/api/node_modules/@smithy/shared-ini-file-loader/dist-es/loadSharedConfigFiles.js +39 -0
  2372. package/api/node_modules/@smithy/shared-ini-file-loader/dist-es/loadSsoSessionData.js +9 -0
  2373. package/api/node_modules/@smithy/shared-ini-file-loader/dist-es/mergeConfigFiles.js +14 -0
  2374. package/api/node_modules/@smithy/shared-ini-file-loader/dist-es/parseIni.js +52 -0
  2375. package/api/node_modules/@smithy/shared-ini-file-loader/dist-es/parseKnownFiles.js +6 -0
  2376. package/api/node_modules/@smithy/shared-ini-file-loader/dist-es/readFile.js +12 -0
  2377. package/api/node_modules/@smithy/shared-ini-file-loader/dist-es/types.js +1 -0
  2378. package/api/node_modules/@smithy/shared-ini-file-loader/dist-types/constants.d.ts +4 -0
  2379. package/api/node_modules/@smithy/shared-ini-file-loader/dist-types/externalDataInterceptor.d.ts +9 -0
  2380. package/api/node_modules/@smithy/shared-ini-file-loader/dist-types/getConfigData.d.ts +8 -0
  2381. package/api/node_modules/@smithy/shared-ini-file-loader/dist-types/getConfigFilepath.d.ts +2 -0
  2382. package/api/node_modules/@smithy/shared-ini-file-loader/dist-types/getCredentialsFilepath.d.ts +2 -0
  2383. package/api/node_modules/@smithy/shared-ini-file-loader/dist-types/getHomeDir.d.ts +6 -0
  2384. package/api/node_modules/@smithy/shared-ini-file-loader/dist-types/getProfileName.d.ts +15 -0
  2385. package/api/node_modules/@smithy/shared-ini-file-loader/dist-types/getSSOTokenFilepath.d.ts +5 -0
  2386. package/api/node_modules/@smithy/shared-ini-file-loader/dist-types/getSSOTokenFromFile.d.ts +52 -0
  2387. package/api/node_modules/@smithy/shared-ini-file-loader/dist-types/getSsoSessionData.d.ts +6 -0
  2388. package/api/node_modules/@smithy/shared-ini-file-loader/dist-types/index.d.ts +10 -0
  2389. package/api/node_modules/@smithy/shared-ini-file-loader/dist-types/loadSharedConfigFiles.d.ts +33 -0
  2390. package/api/node_modules/@smithy/shared-ini-file-loader/dist-types/loadSsoSessionData.d.ts +17 -0
  2391. package/api/node_modules/@smithy/shared-ini-file-loader/dist-types/mergeConfigFiles.d.ts +7 -0
  2392. package/api/node_modules/@smithy/shared-ini-file-loader/dist-types/parseIni.d.ts +2 -0
  2393. package/api/node_modules/@smithy/shared-ini-file-loader/dist-types/parseKnownFiles.d.ts +18 -0
  2394. package/api/node_modules/@smithy/shared-ini-file-loader/dist-types/readFile.d.ts +21 -0
  2395. package/api/node_modules/@smithy/shared-ini-file-loader/dist-types/types.d.ts +16 -0
  2396. package/api/node_modules/@smithy/shared-ini-file-loader/package.json +72 -0
  2397. package/api/node_modules/@smithy/signature-v4/LICENSE +201 -0
  2398. package/api/node_modules/@smithy/signature-v4/README.md +11 -0
  2399. package/api/node_modules/@smithy/signature-v4/dist-cjs/index.js +569 -0
  2400. package/api/node_modules/@smithy/signature-v4/dist-es/HeaderFormatter.js +126 -0
  2401. package/api/node_modules/@smithy/signature-v4/dist-es/SignatureV4.js +135 -0
  2402. package/api/node_modules/@smithy/signature-v4/dist-es/SignatureV4Base.js +79 -0
  2403. package/api/node_modules/@smithy/signature-v4/dist-es/constants.js +43 -0
  2404. package/api/node_modules/@smithy/signature-v4/dist-es/credentialDerivation.js +33 -0
  2405. package/api/node_modules/@smithy/signature-v4/dist-es/getCanonicalHeaders.js +20 -0
  2406. package/api/node_modules/@smithy/signature-v4/dist-es/getCanonicalQuery.js +29 -0
  2407. package/api/node_modules/@smithy/signature-v4/dist-es/getPayloadHash.js +20 -0
  2408. package/api/node_modules/@smithy/signature-v4/dist-es/headerUtil.js +26 -0
  2409. package/api/node_modules/@smithy/signature-v4/dist-es/index.js +11 -0
  2410. package/api/node_modules/@smithy/signature-v4/dist-es/moveHeadersToQuery.js +17 -0
  2411. package/api/node_modules/@smithy/signature-v4/dist-es/prepareRequest.js +11 -0
  2412. package/api/node_modules/@smithy/signature-v4/dist-es/signature-v4a-container.js +3 -0
  2413. package/api/node_modules/@smithy/signature-v4/dist-es/suite.fixture.js +399 -0
  2414. package/api/node_modules/@smithy/signature-v4/dist-es/utilDate.js +15 -0
  2415. package/api/node_modules/@smithy/signature-v4/dist-types/HeaderFormatter.d.ts +24 -0
  2416. package/api/node_modules/@smithy/signature-v4/dist-types/SignatureV4.d.ts +21 -0
  2417. package/api/node_modules/@smithy/signature-v4/dist-types/SignatureV4Base.d.ts +69 -0
  2418. package/api/node_modules/@smithy/signature-v4/dist-types/constants.d.ts +43 -0
  2419. package/api/node_modules/@smithy/signature-v4/dist-types/credentialDerivation.d.ts +30 -0
  2420. package/api/node_modules/@smithy/signature-v4/dist-types/getCanonicalHeaders.d.ts +5 -0
  2421. package/api/node_modules/@smithy/signature-v4/dist-types/getCanonicalQuery.d.ts +5 -0
  2422. package/api/node_modules/@smithy/signature-v4/dist-types/getPayloadHash.d.ts +5 -0
  2423. package/api/node_modules/@smithy/signature-v4/dist-types/headerUtil.d.ts +4 -0
  2424. package/api/node_modules/@smithy/signature-v4/dist-types/index.d.ts +11 -0
  2425. package/api/node_modules/@smithy/signature-v4/dist-types/moveHeadersToQuery.d.ts +10 -0
  2426. package/api/node_modules/@smithy/signature-v4/dist-types/prepareRequest.d.ts +5 -0
  2427. package/api/node_modules/@smithy/signature-v4/dist-types/signature-v4a-container.d.ts +24 -0
  2428. package/api/node_modules/@smithy/signature-v4/dist-types/suite.fixture.d.ts +14 -0
  2429. package/api/node_modules/@smithy/signature-v4/dist-types/utilDate.d.ts +2 -0
  2430. package/api/node_modules/@smithy/signature-v4/package.json +69 -0
  2431. package/api/node_modules/@smithy/smithy-client/LICENSE +201 -0
  2432. package/api/node_modules/@smithy/smithy-client/README.md +17 -0
  2433. package/api/node_modules/@smithy/smithy-client/dist-cjs/index.js +635 -0
  2434. package/api/node_modules/@smithy/smithy-client/dist-es/NoOpLogger.js +7 -0
  2435. package/api/node_modules/@smithy/smithy-client/dist-es/client.js +51 -0
  2436. package/api/node_modules/@smithy/smithy-client/dist-es/collect-stream-body.js +1 -0
  2437. package/api/node_modules/@smithy/smithy-client/dist-es/command.js +124 -0
  2438. package/api/node_modules/@smithy/smithy-client/dist-es/constants.js +1 -0
  2439. package/api/node_modules/@smithy/smithy-client/dist-es/create-aggregated-client.js +47 -0
  2440. package/api/node_modules/@smithy/smithy-client/dist-es/default-error-handler.js +22 -0
  2441. package/api/node_modules/@smithy/smithy-client/dist-es/defaults-mode.js +26 -0
  2442. package/api/node_modules/@smithy/smithy-client/dist-es/emitWarningIfUnsupportedVersion.js +6 -0
  2443. package/api/node_modules/@smithy/smithy-client/dist-es/exceptions.js +50 -0
  2444. package/api/node_modules/@smithy/smithy-client/dist-es/extended-encode-uri-component.js +1 -0
  2445. package/api/node_modules/@smithy/smithy-client/dist-es/extensions/checksum.js +49 -0
  2446. package/api/node_modules/@smithy/smithy-client/dist-es/extensions/defaultExtensionConfiguration.js +9 -0
  2447. package/api/node_modules/@smithy/smithy-client/dist-es/extensions/index.js +1 -0
  2448. package/api/node_modules/@smithy/smithy-client/dist-es/extensions/retry.js +15 -0
  2449. package/api/node_modules/@smithy/smithy-client/dist-es/get-array-if-single-item.js +1 -0
  2450. package/api/node_modules/@smithy/smithy-client/dist-es/get-value-from-text-node.js +12 -0
  2451. package/api/node_modules/@smithy/smithy-client/dist-es/index.js +20 -0
  2452. package/api/node_modules/@smithy/smithy-client/dist-es/is-serializable-header-value.js +3 -0
  2453. package/api/node_modules/@smithy/smithy-client/dist-es/object-mapping.js +92 -0
  2454. package/api/node_modules/@smithy/smithy-client/dist-es/resolve-path.js +1 -0
  2455. package/api/node_modules/@smithy/smithy-client/dist-es/schemaLogFilter.js +34 -0
  2456. package/api/node_modules/@smithy/smithy-client/dist-es/ser-utils.js +14 -0
  2457. package/api/node_modules/@smithy/smithy-client/dist-es/serde-json.js +19 -0
  2458. package/api/node_modules/@smithy/smithy-client/dist-types/NoOpLogger.d.ts +11 -0
  2459. package/api/node_modules/@smithy/smithy-client/dist-types/client.d.ts +87 -0
  2460. package/api/node_modules/@smithy/smithy-client/dist-types/collect-stream-body.d.ts +5 -0
  2461. package/api/node_modules/@smithy/smithy-client/dist-types/command.d.ts +119 -0
  2462. package/api/node_modules/@smithy/smithy-client/dist-types/constants.d.ts +4 -0
  2463. package/api/node_modules/@smithy/smithy-client/dist-types/create-aggregated-client.d.ts +18 -0
  2464. package/api/node_modules/@smithy/smithy-client/dist-types/default-error-handler.d.ts +15 -0
  2465. package/api/node_modules/@smithy/smithy-client/dist-types/defaults-mode.d.ts +28 -0
  2466. package/api/node_modules/@smithy/smithy-client/dist-types/emitWarningIfUnsupportedVersion.d.ts +8 -0
  2467. package/api/node_modules/@smithy/smithy-client/dist-types/exceptions.d.ts +42 -0
  2468. package/api/node_modules/@smithy/smithy-client/dist-types/extended-encode-uri-component.d.ts +5 -0
  2469. package/api/node_modules/@smithy/smithy-client/dist-types/extensions/checksum.d.ts +26 -0
  2470. package/api/node_modules/@smithy/smithy-client/dist-types/extensions/defaultExtensionConfiguration.d.ts +38 -0
  2471. package/api/node_modules/@smithy/smithy-client/dist-types/extensions/index.d.ts +1 -0
  2472. package/api/node_modules/@smithy/smithy-client/dist-types/extensions/retry.d.ts +18 -0
  2473. package/api/node_modules/@smithy/smithy-client/dist-types/get-array-if-single-item.d.ts +7 -0
  2474. package/api/node_modules/@smithy/smithy-client/dist-types/get-value-from-text-node.d.ts +7 -0
  2475. package/api/node_modules/@smithy/smithy-client/dist-types/index.d.ts +21 -0
  2476. package/api/node_modules/@smithy/smithy-client/dist-types/is-serializable-header-value.d.ts +5 -0
  2477. package/api/node_modules/@smithy/smithy-client/dist-types/object-mapping.d.ts +162 -0
  2478. package/api/node_modules/@smithy/smithy-client/dist-types/resolve-path.d.ts +5 -0
  2479. package/api/node_modules/@smithy/smithy-client/dist-types/schemaLogFilter.d.ts +9 -0
  2480. package/api/node_modules/@smithy/smithy-client/dist-types/ser-utils.d.ts +15 -0
  2481. package/api/node_modules/@smithy/smithy-client/dist-types/serde-json.d.ts +12 -0
  2482. package/api/node_modules/@smithy/smithy-client/package.json +69 -0
  2483. package/api/node_modules/@smithy/types/LICENSE +201 -0
  2484. package/api/node_modules/@smithy/types/README.md +115 -0
  2485. package/api/node_modules/@smithy/types/dist-cjs/index.js +91 -0
  2486. package/api/node_modules/@smithy/types/dist-es/abort-handler.js +1 -0
  2487. package/api/node_modules/@smithy/types/dist-es/abort.js +1 -0
  2488. package/api/node_modules/@smithy/types/dist-es/auth/HttpApiKeyAuth.js +5 -0
  2489. package/api/node_modules/@smithy/types/dist-es/auth/HttpAuthScheme.js +1 -0
  2490. package/api/node_modules/@smithy/types/dist-es/auth/HttpAuthSchemeProvider.js +1 -0
  2491. package/api/node_modules/@smithy/types/dist-es/auth/HttpSigner.js +1 -0
  2492. package/api/node_modules/@smithy/types/dist-es/auth/IdentityProviderConfig.js +1 -0
  2493. package/api/node_modules/@smithy/types/dist-es/auth/auth.js +5 -0
  2494. package/api/node_modules/@smithy/types/dist-es/auth/index.js +6 -0
  2495. package/api/node_modules/@smithy/types/dist-es/blob/blob-payload-input-types.js +1 -0
  2496. package/api/node_modules/@smithy/types/dist-es/checksum.js +1 -0
  2497. package/api/node_modules/@smithy/types/dist-es/client.js +1 -0
  2498. package/api/node_modules/@smithy/types/dist-es/command.js +1 -0
  2499. package/api/node_modules/@smithy/types/dist-es/connection/config.js +1 -0
  2500. package/api/node_modules/@smithy/types/dist-es/connection/index.js +3 -0
  2501. package/api/node_modules/@smithy/types/dist-es/connection/manager.js +1 -0
  2502. package/api/node_modules/@smithy/types/dist-es/connection/pool.js +1 -0
  2503. package/api/node_modules/@smithy/types/dist-es/crypto.js +1 -0
  2504. package/api/node_modules/@smithy/types/dist-es/downlevel-ts3.4/transform/type-transform.js +1 -0
  2505. package/api/node_modules/@smithy/types/dist-es/encode.js +1 -0
  2506. package/api/node_modules/@smithy/types/dist-es/endpoint.js +5 -0
  2507. package/api/node_modules/@smithy/types/dist-es/endpoints/EndpointRuleObject.js +1 -0
  2508. package/api/node_modules/@smithy/types/dist-es/endpoints/ErrorRuleObject.js +1 -0
  2509. package/api/node_modules/@smithy/types/dist-es/endpoints/RuleSetObject.js +1 -0
  2510. package/api/node_modules/@smithy/types/dist-es/endpoints/TreeRuleObject.js +1 -0
  2511. package/api/node_modules/@smithy/types/dist-es/endpoints/index.js +5 -0
  2512. package/api/node_modules/@smithy/types/dist-es/endpoints/shared.js +1 -0
  2513. package/api/node_modules/@smithy/types/dist-es/eventStream.js +1 -0
  2514. package/api/node_modules/@smithy/types/dist-es/extensions/checksum.js +38 -0
  2515. package/api/node_modules/@smithy/types/dist-es/extensions/defaultClientConfiguration.js +7 -0
  2516. package/api/node_modules/@smithy/types/dist-es/extensions/defaultExtensionConfiguration.js +1 -0
  2517. package/api/node_modules/@smithy/types/dist-es/extensions/index.js +3 -0
  2518. package/api/node_modules/@smithy/types/dist-es/extensions/retry.js +1 -0
  2519. package/api/node_modules/@smithy/types/dist-es/externals-check/browser-externals-check.js +1 -0
  2520. package/api/node_modules/@smithy/types/dist-es/feature-ids.js +1 -0
  2521. package/api/node_modules/@smithy/types/dist-es/http/httpHandlerInitialization.js +1 -0
  2522. package/api/node_modules/@smithy/types/dist-es/http.js +5 -0
  2523. package/api/node_modules/@smithy/types/dist-es/identity/apiKeyIdentity.js +1 -0
  2524. package/api/node_modules/@smithy/types/dist-es/identity/awsCredentialIdentity.js +1 -0
  2525. package/api/node_modules/@smithy/types/dist-es/identity/identity.js +1 -0
  2526. package/api/node_modules/@smithy/types/dist-es/identity/index.js +4 -0
  2527. package/api/node_modules/@smithy/types/dist-es/identity/tokenIdentity.js +1 -0
  2528. package/api/node_modules/@smithy/types/dist-es/index.js +43 -0
  2529. package/api/node_modules/@smithy/types/dist-es/logger.js +1 -0
  2530. package/api/node_modules/@smithy/types/dist-es/middleware.js +1 -0
  2531. package/api/node_modules/@smithy/types/dist-es/pagination.js +1 -0
  2532. package/api/node_modules/@smithy/types/dist-es/profile.js +6 -0
  2533. package/api/node_modules/@smithy/types/dist-es/response.js +1 -0
  2534. package/api/node_modules/@smithy/types/dist-es/retry.js +1 -0
  2535. package/api/node_modules/@smithy/types/dist-es/schema/schema-deprecated.js +1 -0
  2536. package/api/node_modules/@smithy/types/dist-es/schema/schema.js +1 -0
  2537. package/api/node_modules/@smithy/types/dist-es/schema/sentinels.js +1 -0
  2538. package/api/node_modules/@smithy/types/dist-es/schema/static-schemas.js +1 -0
  2539. package/api/node_modules/@smithy/types/dist-es/schema/traits.js +1 -0
  2540. package/api/node_modules/@smithy/types/dist-es/serde.js +1 -0
  2541. package/api/node_modules/@smithy/types/dist-es/shapes.js +1 -0
  2542. package/api/node_modules/@smithy/types/dist-es/signature.js +1 -0
  2543. package/api/node_modules/@smithy/types/dist-es/stream.js +1 -0
  2544. package/api/node_modules/@smithy/types/dist-es/streaming-payload/streaming-blob-common-types.js +1 -0
  2545. package/api/node_modules/@smithy/types/dist-es/streaming-payload/streaming-blob-payload-input-types.js +1 -0
  2546. package/api/node_modules/@smithy/types/dist-es/streaming-payload/streaming-blob-payload-output-types.js +1 -0
  2547. package/api/node_modules/@smithy/types/dist-es/transfer.js +6 -0
  2548. package/api/node_modules/@smithy/types/dist-es/transform/client-method-transforms.js +1 -0
  2549. package/api/node_modules/@smithy/types/dist-es/transform/client-payload-blob-type-narrow.js +1 -0
  2550. package/api/node_modules/@smithy/types/dist-es/transform/exact.js +1 -0
  2551. package/api/node_modules/@smithy/types/dist-es/transform/mutable.js +1 -0
  2552. package/api/node_modules/@smithy/types/dist-es/transform/no-undefined.js +1 -0
  2553. package/api/node_modules/@smithy/types/dist-es/transform/type-transform.js +1 -0
  2554. package/api/node_modules/@smithy/types/dist-es/uri.js +1 -0
  2555. package/api/node_modules/@smithy/types/dist-es/util.js +1 -0
  2556. package/api/node_modules/@smithy/types/dist-es/waiter.js +1 -0
  2557. package/api/node_modules/@smithy/types/dist-types/abort-handler.d.ts +7 -0
  2558. package/api/node_modules/@smithy/types/dist-types/abort.d.ts +50 -0
  2559. package/api/node_modules/@smithy/types/dist-types/auth/HttpApiKeyAuth.d.ts +7 -0
  2560. package/api/node_modules/@smithy/types/dist-types/auth/HttpAuthScheme.d.ts +49 -0
  2561. package/api/node_modules/@smithy/types/dist-types/auth/HttpAuthSchemeProvider.d.ts +20 -0
  2562. package/api/node_modules/@smithy/types/dist-types/auth/HttpSigner.d.ts +41 -0
  2563. package/api/node_modules/@smithy/types/dist-types/auth/IdentityProviderConfig.d.ts +14 -0
  2564. package/api/node_modules/@smithy/types/dist-types/auth/auth.d.ts +57 -0
  2565. package/api/node_modules/@smithy/types/dist-types/auth/index.d.ts +6 -0
  2566. package/api/node_modules/@smithy/types/dist-types/blob/blob-payload-input-types.d.ts +40 -0
  2567. package/api/node_modules/@smithy/types/dist-types/checksum.d.ts +63 -0
  2568. package/api/node_modules/@smithy/types/dist-types/client.d.ts +57 -0
  2569. package/api/node_modules/@smithy/types/dist-types/command.d.ts +28 -0
  2570. package/api/node_modules/@smithy/types/dist-types/connection/config.d.ts +10 -0
  2571. package/api/node_modules/@smithy/types/dist-types/connection/index.d.ts +3 -0
  2572. package/api/node_modules/@smithy/types/dist-types/connection/manager.d.ts +34 -0
  2573. package/api/node_modules/@smithy/types/dist-types/connection/pool.d.ts +32 -0
  2574. package/api/node_modules/@smithy/types/dist-types/crypto.d.ts +60 -0
  2575. package/api/node_modules/@smithy/types/dist-types/downlevel-ts3.4/transform/type-transform.d.ts +25 -0
  2576. package/api/node_modules/@smithy/types/dist-types/encode.d.ts +31 -0
  2577. package/api/node_modules/@smithy/types/dist-types/endpoint.d.ts +77 -0
  2578. package/api/node_modules/@smithy/types/dist-types/endpoints/EndpointRuleObject.d.ts +27 -0
  2579. package/api/node_modules/@smithy/types/dist-types/endpoints/ErrorRuleObject.d.ts +10 -0
  2580. package/api/node_modules/@smithy/types/dist-types/endpoints/RuleSetObject.d.ts +28 -0
  2581. package/api/node_modules/@smithy/types/dist-types/endpoints/TreeRuleObject.d.ts +16 -0
  2582. package/api/node_modules/@smithy/types/dist-types/endpoints/index.d.ts +5 -0
  2583. package/api/node_modules/@smithy/types/dist-types/endpoints/shared.d.ts +55 -0
  2584. package/api/node_modules/@smithy/types/dist-types/eventStream.d.ts +137 -0
  2585. package/api/node_modules/@smithy/types/dist-types/extensions/checksum.d.ts +58 -0
  2586. package/api/node_modules/@smithy/types/dist-types/extensions/defaultClientConfiguration.d.ts +33 -0
  2587. package/api/node_modules/@smithy/types/dist-types/extensions/defaultExtensionConfiguration.d.ts +9 -0
  2588. package/api/node_modules/@smithy/types/dist-types/extensions/index.d.ts +4 -0
  2589. package/api/node_modules/@smithy/types/dist-types/extensions/retry.d.ts +18 -0
  2590. package/api/node_modules/@smithy/types/dist-types/externals-check/browser-externals-check.d.ts +35 -0
  2591. package/api/node_modules/@smithy/types/dist-types/feature-ids.d.ts +16 -0
  2592. package/api/node_modules/@smithy/types/dist-types/http/httpHandlerInitialization.d.ts +128 -0
  2593. package/api/node_modules/@smithy/types/dist-types/http.d.ts +113 -0
  2594. package/api/node_modules/@smithy/types/dist-types/identity/apiKeyIdentity.d.ts +14 -0
  2595. package/api/node_modules/@smithy/types/dist-types/identity/awsCredentialIdentity.d.ts +31 -0
  2596. package/api/node_modules/@smithy/types/dist-types/identity/identity.d.ts +15 -0
  2597. package/api/node_modules/@smithy/types/dist-types/identity/index.d.ts +4 -0
  2598. package/api/node_modules/@smithy/types/dist-types/identity/tokenIdentity.d.ts +14 -0
  2599. package/api/node_modules/@smithy/types/dist-types/index.d.ts +43 -0
  2600. package/api/node_modules/@smithy/types/dist-types/logger.d.ts +13 -0
  2601. package/api/node_modules/@smithy/types/dist-types/middleware.d.ts +540 -0
  2602. package/api/node_modules/@smithy/types/dist-types/pagination.d.ts +33 -0
  2603. package/api/node_modules/@smithy/types/dist-types/profile.d.ts +30 -0
  2604. package/api/node_modules/@smithy/types/dist-types/response.d.ts +40 -0
  2605. package/api/node_modules/@smithy/types/dist-types/retry.d.ts +137 -0
  2606. package/api/node_modules/@smithy/types/dist-types/schema/schema-deprecated.d.ts +143 -0
  2607. package/api/node_modules/@smithy/types/dist-types/schema/schema.d.ts +236 -0
  2608. package/api/node_modules/@smithy/types/dist-types/schema/sentinels.d.ts +65 -0
  2609. package/api/node_modules/@smithy/types/dist-types/schema/static-schemas.d.ts +99 -0
  2610. package/api/node_modules/@smithy/types/dist-types/schema/traits.d.ts +46 -0
  2611. package/api/node_modules/@smithy/types/dist-types/serde.d.ts +114 -0
  2612. package/api/node_modules/@smithy/types/dist-types/shapes.d.ts +82 -0
  2613. package/api/node_modules/@smithy/types/dist-types/signature.d.ts +155 -0
  2614. package/api/node_modules/@smithy/types/dist-types/stream.d.ts +22 -0
  2615. package/api/node_modules/@smithy/types/dist-types/streaming-payload/streaming-blob-common-types.d.ts +32 -0
  2616. package/api/node_modules/@smithy/types/dist-types/streaming-payload/streaming-blob-payload-input-types.d.ts +60 -0
  2617. package/api/node_modules/@smithy/types/dist-types/streaming-payload/streaming-blob-payload-output-types.d.ts +51 -0
  2618. package/api/node_modules/@smithy/types/dist-types/transfer.d.ts +41 -0
  2619. package/api/node_modules/@smithy/types/dist-types/transform/client-method-transforms.d.ts +26 -0
  2620. package/api/node_modules/@smithy/types/dist-types/transform/client-payload-blob-type-narrow.d.ts +77 -0
  2621. package/api/node_modules/@smithy/types/dist-types/transform/exact.d.ts +6 -0
  2622. package/api/node_modules/@smithy/types/dist-types/transform/mutable.d.ts +6 -0
  2623. package/api/node_modules/@smithy/types/dist-types/transform/no-undefined.d.ts +68 -0
  2624. package/api/node_modules/@smithy/types/dist-types/transform/type-transform.d.ts +34 -0
  2625. package/api/node_modules/@smithy/types/dist-types/uri.d.ts +17 -0
  2626. package/api/node_modules/@smithy/types/dist-types/util.d.ts +176 -0
  2627. package/api/node_modules/@smithy/types/dist-types/waiter.d.ts +35 -0
  2628. package/api/node_modules/@smithy/types/package.json +60 -0
  2629. package/api/node_modules/@smithy/url-parser/LICENSE +201 -0
  2630. package/api/node_modules/@smithy/url-parser/README.md +17 -0
  2631. package/api/node_modules/@smithy/url-parser/dist-cjs/index.js +23 -0
  2632. package/api/node_modules/@smithy/url-parser/dist-es/index.js +18 -0
  2633. package/api/node_modules/@smithy/url-parser/dist-types/index.d.ts +5 -0
  2634. package/api/node_modules/@smithy/url-parser/package.json +61 -0
  2635. package/api/node_modules/@smithy/util-base64/LICENSE +201 -0
  2636. package/api/node_modules/@smithy/util-base64/README.md +4 -0
  2637. package/api/node_modules/@smithy/util-base64/dist-cjs/constants.browser.js +12 -0
  2638. package/api/node_modules/@smithy/util-base64/dist-cjs/fromBase64.browser.js +40 -0
  2639. package/api/node_modules/@smithy/util-base64/dist-cjs/fromBase64.js +16 -0
  2640. package/api/node_modules/@smithy/util-base64/dist-cjs/index.js +27 -0
  2641. package/api/node_modules/@smithy/util-base64/dist-cjs/toBase64.browser.js +38 -0
  2642. package/api/node_modules/@smithy/util-base64/dist-cjs/toBase64.js +19 -0
  2643. package/api/node_modules/@smithy/util-base64/dist-es/constants.browser.js +9 -0
  2644. package/api/node_modules/@smithy/util-base64/dist-es/fromBase64.browser.js +36 -0
  2645. package/api/node_modules/@smithy/util-base64/dist-es/fromBase64.js +12 -0
  2646. package/api/node_modules/@smithy/util-base64/dist-es/index.js +2 -0
  2647. package/api/node_modules/@smithy/util-base64/dist-es/toBase64.browser.js +35 -0
  2648. package/api/node_modules/@smithy/util-base64/dist-es/toBase64.js +15 -0
  2649. package/api/node_modules/@smithy/util-base64/dist-types/constants.browser.d.ts +5 -0
  2650. package/api/node_modules/@smithy/util-base64/dist-types/fromBase64.browser.d.ts +8 -0
  2651. package/api/node_modules/@smithy/util-base64/dist-types/fromBase64.d.ts +7 -0
  2652. package/api/node_modules/@smithy/util-base64/dist-types/index.d.ts +2 -0
  2653. package/api/node_modules/@smithy/util-base64/dist-types/toBase64.browser.d.ts +9 -0
  2654. package/api/node_modules/@smithy/util-base64/dist-types/toBase64.d.ts +8 -0
  2655. package/api/node_modules/@smithy/util-base64/dist-types/ts3.4/constants.browser.d.ts +5 -0
  2656. package/api/node_modules/@smithy/util-base64/dist-types/ts3.4/fromBase64.browser.d.ts +8 -0
  2657. package/api/node_modules/@smithy/util-base64/dist-types/ts3.4/fromBase64.d.ts +7 -0
  2658. package/api/node_modules/@smithy/util-base64/dist-types/ts3.4/index.d.ts +2 -0
  2659. package/api/node_modules/@smithy/util-base64/dist-types/ts3.4/toBase64.browser.d.ts +9 -0
  2660. package/api/node_modules/@smithy/util-base64/dist-types/ts3.4/toBase64.d.ts +8 -0
  2661. package/api/node_modules/@smithy/util-base64/package.json +74 -0
  2662. package/api/node_modules/@smithy/util-body-length-browser/LICENSE +201 -0
  2663. package/api/node_modules/@smithy/util-body-length-browser/README.md +12 -0
  2664. package/api/node_modules/@smithy/util-body-length-browser/dist-cjs/index.js +30 -0
  2665. package/api/node_modules/@smithy/util-body-length-browser/dist-es/calculateBodyLength.js +26 -0
  2666. package/api/node_modules/@smithy/util-body-length-browser/dist-es/index.js +1 -0
  2667. package/api/node_modules/@smithy/util-body-length-browser/dist-types/calculateBodyLength.d.ts +4 -0
  2668. package/api/node_modules/@smithy/util-body-length-browser/dist-types/index.d.ts +4 -0
  2669. package/api/node_modules/@smithy/util-body-length-browser/dist-types/ts3.4/calculateBodyLength.d.ts +4 -0
  2670. package/api/node_modules/@smithy/util-body-length-browser/dist-types/ts3.4/index.d.ts +4 -0
  2671. package/api/node_modules/@smithy/util-body-length-browser/package.json +61 -0
  2672. package/api/node_modules/@smithy/util-body-length-node/LICENSE +201 -0
  2673. package/api/node_modules/@smithy/util-body-length-node/README.md +12 -0
  2674. package/api/node_modules/@smithy/util-body-length-node/dist-cjs/index.js +32 -0
  2675. package/api/node_modules/@smithy/util-body-length-node/dist-es/calculateBodyLength.js +27 -0
  2676. package/api/node_modules/@smithy/util-body-length-node/dist-es/index.js +1 -0
  2677. package/api/node_modules/@smithy/util-body-length-node/dist-types/calculateBodyLength.d.ts +4 -0
  2678. package/api/node_modules/@smithy/util-body-length-node/dist-types/index.d.ts +4 -0
  2679. package/api/node_modules/@smithy/util-body-length-node/dist-types/ts3.4/calculateBodyLength.d.ts +4 -0
  2680. package/api/node_modules/@smithy/util-body-length-node/dist-types/ts3.4/index.d.ts +4 -0
  2681. package/api/node_modules/@smithy/util-body-length-node/package.json +62 -0
  2682. package/api/node_modules/@smithy/util-buffer-from/LICENSE +201 -0
  2683. package/api/node_modules/@smithy/util-buffer-from/README.md +10 -0
  2684. package/api/node_modules/@smithy/util-buffer-from/dist-cjs/index.js +20 -0
  2685. package/api/node_modules/@smithy/util-buffer-from/dist-es/index.js +14 -0
  2686. package/api/node_modules/@smithy/util-buffer-from/dist-types/index.d.ts +13 -0
  2687. package/api/node_modules/@smithy/util-buffer-from/dist-types/ts3.4/index.d.ts +13 -0
  2688. package/api/node_modules/@smithy/util-buffer-from/package.json +62 -0
  2689. package/api/node_modules/@smithy/util-config-provider/LICENSE +201 -0
  2690. package/api/node_modules/@smithy/util-config-provider/README.md +4 -0
  2691. package/api/node_modules/@smithy/util-config-provider/dist-cjs/index.js +30 -0
  2692. package/api/node_modules/@smithy/util-config-provider/dist-es/booleanSelector.js +9 -0
  2693. package/api/node_modules/@smithy/util-config-provider/dist-es/index.js +3 -0
  2694. package/api/node_modules/@smithy/util-config-provider/dist-es/numberSelector.js +9 -0
  2695. package/api/node_modules/@smithy/util-config-provider/dist-es/types.js +5 -0
  2696. package/api/node_modules/@smithy/util-config-provider/dist-types/booleanSelector.d.ts +10 -0
  2697. package/api/node_modules/@smithy/util-config-provider/dist-types/index.d.ts +3 -0
  2698. package/api/node_modules/@smithy/util-config-provider/dist-types/numberSelector.d.ts +9 -0
  2699. package/api/node_modules/@smithy/util-config-provider/dist-types/ts3.4/booleanSelector.d.ts +10 -0
  2700. package/api/node_modules/@smithy/util-config-provider/dist-types/ts3.4/index.d.ts +3 -0
  2701. package/api/node_modules/@smithy/util-config-provider/dist-types/ts3.4/numberSelector.d.ts +9 -0
  2702. package/api/node_modules/@smithy/util-config-provider/dist-types/ts3.4/types.d.ts +4 -0
  2703. package/api/node_modules/@smithy/util-config-provider/dist-types/types.d.ts +4 -0
  2704. package/api/node_modules/@smithy/util-config-provider/package.json +63 -0
  2705. package/api/node_modules/@smithy/util-defaults-mode-browser/LICENSE +201 -0
  2706. package/api/node_modules/@smithy/util-defaults-mode-browser/README.md +17 -0
  2707. package/api/node_modules/@smithy/util-defaults-mode-browser/dist-cjs/constants.js +4 -0
  2708. package/api/node_modules/@smithy/util-defaults-mode-browser/dist-cjs/index.js +16 -0
  2709. package/api/node_modules/@smithy/util-defaults-mode-browser/dist-cjs/resolveDefaultsModeConfig.js +34 -0
  2710. package/api/node_modules/@smithy/util-defaults-mode-browser/dist-cjs/resolveDefaultsModeConfig.native.js +23 -0
  2711. package/api/node_modules/@smithy/util-defaults-mode-browser/dist-es/constants.js +1 -0
  2712. package/api/node_modules/@smithy/util-defaults-mode-browser/dist-es/index.js +1 -0
  2713. package/api/node_modules/@smithy/util-defaults-mode-browser/dist-es/resolveDefaultsModeConfig.js +30 -0
  2714. package/api/node_modules/@smithy/util-defaults-mode-browser/dist-es/resolveDefaultsModeConfig.native.js +19 -0
  2715. package/api/node_modules/@smithy/util-defaults-mode-browser/dist-types/constants.d.ts +12 -0
  2716. package/api/node_modules/@smithy/util-defaults-mode-browser/dist-types/index.d.ts +4 -0
  2717. package/api/node_modules/@smithy/util-defaults-mode-browser/dist-types/resolveDefaultsModeConfig.d.ts +17 -0
  2718. package/api/node_modules/@smithy/util-defaults-mode-browser/dist-types/resolveDefaultsModeConfig.native.d.ts +16 -0
  2719. package/api/node_modules/@smithy/util-defaults-mode-browser/package.json +65 -0
  2720. package/api/node_modules/@smithy/util-defaults-mode-node/LICENSE +201 -0
  2721. package/api/node_modules/@smithy/util-defaults-mode-node/README.md +17 -0
  2722. package/api/node_modules/@smithy/util-defaults-mode-node/dist-cjs/index.js +74 -0
  2723. package/api/node_modules/@smithy/util-defaults-mode-node/dist-es/constants.js +6 -0
  2724. package/api/node_modules/@smithy/util-defaults-mode-node/dist-es/defaultsModeConfig.js +11 -0
  2725. package/api/node_modules/@smithy/util-defaults-mode-node/dist-es/index.js +1 -0
  2726. package/api/node_modules/@smithy/util-defaults-mode-node/dist-es/resolveDefaultsModeConfig.js +52 -0
  2727. package/api/node_modules/@smithy/util-defaults-mode-node/dist-types/constants.d.ts +24 -0
  2728. package/api/node_modules/@smithy/util-defaults-mode-node/dist-types/defaultsModeConfig.d.ts +6 -0
  2729. package/api/node_modules/@smithy/util-defaults-mode-node/dist-types/index.d.ts +4 -0
  2730. package/api/node_modules/@smithy/util-defaults-mode-node/dist-types/resolveDefaultsModeConfig.d.ts +17 -0
  2731. package/api/node_modules/@smithy/util-defaults-mode-node/package.json +66 -0
  2732. package/api/node_modules/@smithy/util-endpoints/LICENSE +201 -0
  2733. package/api/node_modules/@smithy/util-endpoints/README.md +17 -0
  2734. package/api/node_modules/@smithy/util-endpoints/dist-cjs/index.js +472 -0
  2735. package/api/node_modules/@smithy/util-endpoints/dist-es/cache/EndpointCache.js +50 -0
  2736. package/api/node_modules/@smithy/util-endpoints/dist-es/debug/debugId.js +1 -0
  2737. package/api/node_modules/@smithy/util-endpoints/dist-es/debug/index.js +2 -0
  2738. package/api/node_modules/@smithy/util-endpoints/dist-es/debug/toDebugString.js +12 -0
  2739. package/api/node_modules/@smithy/util-endpoints/dist-es/getEndpointUrlConfig.js +21 -0
  2740. package/api/node_modules/@smithy/util-endpoints/dist-es/index.js +6 -0
  2741. package/api/node_modules/@smithy/util-endpoints/dist-es/lib/booleanEquals.js +1 -0
  2742. package/api/node_modules/@smithy/util-endpoints/dist-es/lib/getAttr.js +11 -0
  2743. package/api/node_modules/@smithy/util-endpoints/dist-es/lib/getAttrPathList.js +25 -0
  2744. package/api/node_modules/@smithy/util-endpoints/dist-es/lib/index.js +9 -0
  2745. package/api/node_modules/@smithy/util-endpoints/dist-es/lib/isIpAddress.js +2 -0
  2746. package/api/node_modules/@smithy/util-endpoints/dist-es/lib/isSet.js +1 -0
  2747. package/api/node_modules/@smithy/util-endpoints/dist-es/lib/isValidHostLabel.js +13 -0
  2748. package/api/node_modules/@smithy/util-endpoints/dist-es/lib/not.js +1 -0
  2749. package/api/node_modules/@smithy/util-endpoints/dist-es/lib/parseURL.js +51 -0
  2750. package/api/node_modules/@smithy/util-endpoints/dist-es/lib/stringEquals.js +1 -0
  2751. package/api/node_modules/@smithy/util-endpoints/dist-es/lib/substring.js +9 -0
  2752. package/api/node_modules/@smithy/util-endpoints/dist-es/lib/uriEncode.js +1 -0
  2753. package/api/node_modules/@smithy/util-endpoints/dist-es/resolveEndpoint.js +27 -0
  2754. package/api/node_modules/@smithy/util-endpoints/dist-es/types/EndpointError.js +6 -0
  2755. package/api/node_modules/@smithy/util-endpoints/dist-es/types/EndpointFunctions.js +1 -0
  2756. package/api/node_modules/@smithy/util-endpoints/dist-es/types/EndpointRuleObject.js +1 -0
  2757. package/api/node_modules/@smithy/util-endpoints/dist-es/types/ErrorRuleObject.js +1 -0
  2758. package/api/node_modules/@smithy/util-endpoints/dist-es/types/RuleSetObject.js +1 -0
  2759. package/api/node_modules/@smithy/util-endpoints/dist-es/types/TreeRuleObject.js +1 -0
  2760. package/api/node_modules/@smithy/util-endpoints/dist-es/types/index.js +7 -0
  2761. package/api/node_modules/@smithy/util-endpoints/dist-es/types/shared.js +1 -0
  2762. package/api/node_modules/@smithy/util-endpoints/dist-es/utils/callFunction.js +1 -0
  2763. package/api/node_modules/@smithy/util-endpoints/dist-es/utils/customEndpointFunctions.js +1 -0
  2764. package/api/node_modules/@smithy/util-endpoints/dist-es/utils/endpointFunctions.js +12 -0
  2765. package/api/node_modules/@smithy/util-endpoints/dist-es/utils/evaluateCondition.js +14 -0
  2766. package/api/node_modules/@smithy/util-endpoints/dist-es/utils/evaluateConditions.js +22 -0
  2767. package/api/node_modules/@smithy/util-endpoints/dist-es/utils/evaluateEndpointRule.js +27 -0
  2768. package/api/node_modules/@smithy/util-endpoints/dist-es/utils/evaluateErrorRule.js +14 -0
  2769. package/api/node_modules/@smithy/util-endpoints/dist-es/utils/evaluateExpression.js +29 -0
  2770. package/api/node_modules/@smithy/util-endpoints/dist-es/utils/evaluateRules.js +42 -0
  2771. package/api/node_modules/@smithy/util-endpoints/dist-es/utils/evaluateTemplate.js +36 -0
  2772. package/api/node_modules/@smithy/util-endpoints/dist-es/utils/evaluateTreeRule.js +1 -0
  2773. package/api/node_modules/@smithy/util-endpoints/dist-es/utils/getEndpointHeaders.js +12 -0
  2774. package/api/node_modules/@smithy/util-endpoints/dist-es/utils/getEndpointProperties.js +28 -0
  2775. package/api/node_modules/@smithy/util-endpoints/dist-es/utils/getEndpointProperty.js +1 -0
  2776. package/api/node_modules/@smithy/util-endpoints/dist-es/utils/getEndpointUrl.js +15 -0
  2777. package/api/node_modules/@smithy/util-endpoints/dist-es/utils/getReferenceValue.js +7 -0
  2778. package/api/node_modules/@smithy/util-endpoints/dist-es/utils/index.js +2 -0
  2779. package/api/node_modules/@smithy/util-endpoints/dist-types/cache/EndpointCache.d.ts +34 -0
  2780. package/api/node_modules/@smithy/util-endpoints/dist-types/debug/debugId.d.ts +1 -0
  2781. package/api/node_modules/@smithy/util-endpoints/dist-types/debug/index.d.ts +2 -0
  2782. package/api/node_modules/@smithy/util-endpoints/dist-types/debug/toDebugString.d.ts +9 -0
  2783. package/api/node_modules/@smithy/util-endpoints/dist-types/getEndpointUrlConfig.d.ts +2 -0
  2784. package/api/node_modules/@smithy/util-endpoints/dist-types/index.d.ts +6 -0
  2785. package/api/node_modules/@smithy/util-endpoints/dist-types/lib/booleanEquals.d.ts +5 -0
  2786. package/api/node_modules/@smithy/util-endpoints/dist-types/lib/getAttr.d.ts +7 -0
  2787. package/api/node_modules/@smithy/util-endpoints/dist-types/lib/getAttrPathList.d.ts +4 -0
  2788. package/api/node_modules/@smithy/util-endpoints/dist-types/lib/index.d.ts +9 -0
  2789. package/api/node_modules/@smithy/util-endpoints/dist-types/lib/isIpAddress.d.ts +4 -0
  2790. package/api/node_modules/@smithy/util-endpoints/dist-types/lib/isSet.d.ts +5 -0
  2791. package/api/node_modules/@smithy/util-endpoints/dist-types/lib/isValidHostLabel.d.ts +7 -0
  2792. package/api/node_modules/@smithy/util-endpoints/dist-types/lib/not.d.ts +5 -0
  2793. package/api/node_modules/@smithy/util-endpoints/dist-types/lib/parseURL.d.ts +5 -0
  2794. package/api/node_modules/@smithy/util-endpoints/dist-types/lib/stringEquals.d.ts +5 -0
  2795. package/api/node_modules/@smithy/util-endpoints/dist-types/lib/substring.d.ts +7 -0
  2796. package/api/node_modules/@smithy/util-endpoints/dist-types/lib/uriEncode.d.ts +4 -0
  2797. package/api/node_modules/@smithy/util-endpoints/dist-types/resolveEndpoint.d.ts +6 -0
  2798. package/api/node_modules/@smithy/util-endpoints/dist-types/types/EndpointError.d.ts +3 -0
  2799. package/api/node_modules/@smithy/util-endpoints/dist-types/types/EndpointFunctions.d.ts +2 -0
  2800. package/api/node_modules/@smithy/util-endpoints/dist-types/types/EndpointRuleObject.d.ts +5 -0
  2801. package/api/node_modules/@smithy/util-endpoints/dist-types/types/ErrorRuleObject.d.ts +2 -0
  2802. package/api/node_modules/@smithy/util-endpoints/dist-types/types/RuleSetObject.d.ts +4 -0
  2803. package/api/node_modules/@smithy/util-endpoints/dist-types/types/TreeRuleObject.d.ts +3 -0
  2804. package/api/node_modules/@smithy/util-endpoints/dist-types/types/index.d.ts +7 -0
  2805. package/api/node_modules/@smithy/util-endpoints/dist-types/types/shared.d.ts +25 -0
  2806. package/api/node_modules/@smithy/util-endpoints/dist-types/utils/callFunction.d.ts +1 -0
  2807. package/api/node_modules/@smithy/util-endpoints/dist-types/utils/customEndpointFunctions.d.ts +4 -0
  2808. package/api/node_modules/@smithy/util-endpoints/dist-types/utils/endpointFunctions.d.ts +11 -0
  2809. package/api/node_modules/@smithy/util-endpoints/dist-types/utils/evaluateCondition.d.ts +8 -0
  2810. package/api/node_modules/@smithy/util-endpoints/dist-types/utils/evaluateConditions.d.ts +8 -0
  2811. package/api/node_modules/@smithy/util-endpoints/dist-types/utils/evaluateEndpointRule.d.ts +3 -0
  2812. package/api/node_modules/@smithy/util-endpoints/dist-types/utils/evaluateErrorRule.d.ts +2 -0
  2813. package/api/node_modules/@smithy/util-endpoints/dist-types/utils/evaluateExpression.d.ts +7 -0
  2814. package/api/node_modules/@smithy/util-endpoints/dist-types/utils/evaluateRules.d.ts +8 -0
  2815. package/api/node_modules/@smithy/util-endpoints/dist-types/utils/evaluateTemplate.d.ts +2 -0
  2816. package/api/node_modules/@smithy/util-endpoints/dist-types/utils/evaluateTreeRule.d.ts +1 -0
  2817. package/api/node_modules/@smithy/util-endpoints/dist-types/utils/getEndpointHeaders.d.ts +2 -0
  2818. package/api/node_modules/@smithy/util-endpoints/dist-types/utils/getEndpointProperties.d.ts +8 -0
  2819. package/api/node_modules/@smithy/util-endpoints/dist-types/utils/getEndpointProperty.d.ts +1 -0
  2820. package/api/node_modules/@smithy/util-endpoints/dist-types/utils/getEndpointUrl.d.ts +2 -0
  2821. package/api/node_modules/@smithy/util-endpoints/dist-types/utils/getReferenceValue.d.ts +2 -0
  2822. package/api/node_modules/@smithy/util-endpoints/dist-types/utils/index.d.ts +2 -0
  2823. package/api/node_modules/@smithy/util-endpoints/package.json +68 -0
  2824. package/api/node_modules/@smithy/util-hex-encoding/LICENSE +201 -0
  2825. package/api/node_modules/@smithy/util-hex-encoding/README.md +4 -0
  2826. package/api/node_modules/@smithy/util-hex-encoding/dist-cjs/index.js +38 -0
  2827. package/api/node_modules/@smithy/util-hex-encoding/dist-es/index.js +33 -0
  2828. package/api/node_modules/@smithy/util-hex-encoding/dist-types/index.d.ts +12 -0
  2829. package/api/node_modules/@smithy/util-hex-encoding/dist-types/ts3.4/index.d.ts +12 -0
  2830. package/api/node_modules/@smithy/util-hex-encoding/package.json +61 -0
  2831. package/api/node_modules/@smithy/util-middleware/LICENSE +201 -0
  2832. package/api/node_modules/@smithy/util-middleware/README.md +17 -0
  2833. package/api/node_modules/@smithy/util-middleware/dist-cjs/index.js +15 -0
  2834. package/api/node_modules/@smithy/util-middleware/dist-es/getSmithyContext.js +2 -0
  2835. package/api/node_modules/@smithy/util-middleware/dist-es/index.js +2 -0
  2836. package/api/node_modules/@smithy/util-middleware/dist-es/normalizeProvider.js +6 -0
  2837. package/api/node_modules/@smithy/util-middleware/dist-types/getSmithyContext.d.ts +5 -0
  2838. package/api/node_modules/@smithy/util-middleware/dist-types/index.d.ts +8 -0
  2839. package/api/node_modules/@smithy/util-middleware/dist-types/normalizeProvider.d.ts +7 -0
  2840. package/api/node_modules/@smithy/util-middleware/package.json +66 -0
  2841. package/api/node_modules/@smithy/util-retry/LICENSE +201 -0
  2842. package/api/node_modules/@smithy/util-retry/README.md +78 -0
  2843. package/api/node_modules/@smithy/util-retry/dist-cjs/index.js +327 -0
  2844. package/api/node_modules/@smithy/util-retry/dist-es/AdaptiveRetryStrategy.js +30 -0
  2845. package/api/node_modules/@smithy/util-retry/dist-es/ConfiguredRetryStrategy.js +19 -0
  2846. package/api/node_modules/@smithy/util-retry/dist-es/DefaultRateLimiter.js +110 -0
  2847. package/api/node_modules/@smithy/util-retry/dist-es/DefaultRetryBackoffStrategy.js +14 -0
  2848. package/api/node_modules/@smithy/util-retry/dist-es/DefaultRetryToken.js +25 -0
  2849. package/api/node_modules/@smithy/util-retry/dist-es/StandardRetryStrategy.js +80 -0
  2850. package/api/node_modules/@smithy/util-retry/dist-es/config.js +7 -0
  2851. package/api/node_modules/@smithy/util-retry/dist-es/constants.js +9 -0
  2852. package/api/node_modules/@smithy/util-retry/dist-es/index.js +8 -0
  2853. package/api/node_modules/@smithy/util-retry/dist-es/retries-2026-config.js +18 -0
  2854. package/api/node_modules/@smithy/util-retry/dist-es/types.js +1 -0
  2855. package/api/node_modules/@smithy/util-retry/dist-types/AdaptiveRetryStrategy.d.ts +33 -0
  2856. package/api/node_modules/@smithy/util-retry/dist-types/ConfiguredRetryStrategy.d.ts +32 -0
  2857. package/api/node_modules/@smithy/util-retry/dist-types/DefaultRateLimiter.d.ts +119 -0
  2858. package/api/node_modules/@smithy/util-retry/dist-types/DefaultRetryBackoffStrategy.d.ts +12 -0
  2859. package/api/node_modules/@smithy/util-retry/dist-types/DefaultRetryToken.d.ts +15 -0
  2860. package/api/node_modules/@smithy/util-retry/dist-types/StandardRetryStrategy.d.ts +43 -0
  2861. package/api/node_modules/@smithy/util-retry/dist-types/config.d.ts +20 -0
  2862. package/api/node_modules/@smithy/util-retry/dist-types/constants.d.ts +60 -0
  2863. package/api/node_modules/@smithy/util-retry/dist-types/index.d.ts +8 -0
  2864. package/api/node_modules/@smithy/util-retry/dist-types/retries-2026-config.d.ts +11 -0
  2865. package/api/node_modules/@smithy/util-retry/dist-types/types.d.ts +19 -0
  2866. package/api/node_modules/@smithy/util-retry/package.json +70 -0
  2867. package/api/node_modules/@smithy/util-stream/LICENSE +201 -0
  2868. package/api/node_modules/@smithy/util-stream/README.md +6 -0
  2869. package/api/node_modules/@smithy/util-stream/dist-cjs/ByteArrayCollector.js +36 -0
  2870. package/api/node_modules/@smithy/util-stream/dist-cjs/checksum/ChecksumStream.browser.js +7 -0
  2871. package/api/node_modules/@smithy/util-stream/dist-cjs/checksum/ChecksumStream.js +64 -0
  2872. package/api/node_modules/@smithy/util-stream/dist-cjs/checksum/createChecksumStream.browser.js +39 -0
  2873. package/api/node_modules/@smithy/util-stream/dist-cjs/checksum/createChecksumStream.js +12 -0
  2874. package/api/node_modules/@smithy/util-stream/dist-cjs/createBufferedReadable.js +60 -0
  2875. package/api/node_modules/@smithy/util-stream/dist-cjs/createBufferedReadableStream.js +103 -0
  2876. package/api/node_modules/@smithy/util-stream/dist-cjs/getAwsChunkedEncodingStream.browser.js +31 -0
  2877. package/api/node_modules/@smithy/util-stream/dist-cjs/getAwsChunkedEncodingStream.js +41 -0
  2878. package/api/node_modules/@smithy/util-stream/dist-cjs/headStream.browser.js +34 -0
  2879. package/api/node_modules/@smithy/util-stream/dist-cjs/headStream.js +42 -0
  2880. package/api/node_modules/@smithy/util-stream/dist-cjs/index.js +108 -0
  2881. package/api/node_modules/@smithy/util-stream/dist-cjs/sdk-stream-mixin.browser.js +68 -0
  2882. package/api/node_modules/@smithy/util-stream/dist-cjs/sdk-stream-mixin.js +54 -0
  2883. package/api/node_modules/@smithy/util-stream/dist-cjs/splitStream.browser.js +10 -0
  2884. package/api/node_modules/@smithy/util-stream/dist-cjs/splitStream.js +16 -0
  2885. package/api/node_modules/@smithy/util-stream/dist-cjs/stream-type-check.js +10 -0
  2886. package/api/node_modules/@smithy/util-stream/dist-es/ByteArrayCollector.js +32 -0
  2887. package/api/node_modules/@smithy/util-stream/dist-es/blob/Uint8ArrayBlobAdapter.js +23 -0
  2888. package/api/node_modules/@smithy/util-stream/dist-es/checksum/ChecksumStream.browser.js +3 -0
  2889. package/api/node_modules/@smithy/util-stream/dist-es/checksum/ChecksumStream.js +60 -0
  2890. package/api/node_modules/@smithy/util-stream/dist-es/checksum/createChecksumStream.browser.js +35 -0
  2891. package/api/node_modules/@smithy/util-stream/dist-es/checksum/createChecksumStream.js +9 -0
  2892. package/api/node_modules/@smithy/util-stream/dist-es/createBufferedReadable.js +57 -0
  2893. package/api/node_modules/@smithy/util-stream/dist-es/createBufferedReadableStream.js +95 -0
  2894. package/api/node_modules/@smithy/util-stream/dist-es/getAwsChunkedEncodingStream.browser.js +27 -0
  2895. package/api/node_modules/@smithy/util-stream/dist-es/getAwsChunkedEncodingStream.js +38 -0
  2896. package/api/node_modules/@smithy/util-stream/dist-es/headStream.browser.js +31 -0
  2897. package/api/node_modules/@smithy/util-stream/dist-es/headStream.js +38 -0
  2898. package/api/node_modules/@smithy/util-stream/dist-es/index.js +9 -0
  2899. package/api/node_modules/@smithy/util-stream/dist-es/sdk-stream-mixin.browser.js +64 -0
  2900. package/api/node_modules/@smithy/util-stream/dist-es/sdk-stream-mixin.js +50 -0
  2901. package/api/node_modules/@smithy/util-stream/dist-es/splitStream.browser.js +7 -0
  2902. package/api/node_modules/@smithy/util-stream/dist-es/splitStream.js +13 -0
  2903. package/api/node_modules/@smithy/util-stream/dist-es/stream-type-check.js +5 -0
  2904. package/api/node_modules/@smithy/util-stream/dist-types/ByteArrayCollector.d.ts +13 -0
  2905. package/api/node_modules/@smithy/util-stream/dist-types/blob/Uint8ArrayBlobAdapter.d.ts +22 -0
  2906. package/api/node_modules/@smithy/util-stream/dist-types/checksum/ChecksumStream.browser.d.ts +37 -0
  2907. package/api/node_modules/@smithy/util-stream/dist-types/checksum/ChecksumStream.d.ts +61 -0
  2908. package/api/node_modules/@smithy/util-stream/dist-types/checksum/createChecksumStream.browser.d.ts +14 -0
  2909. package/api/node_modules/@smithy/util-stream/dist-types/checksum/createChecksumStream.d.ts +13 -0
  2910. package/api/node_modules/@smithy/util-stream/dist-types/createBufferedReadable.d.ts +15 -0
  2911. package/api/node_modules/@smithy/util-stream/dist-types/createBufferedReadableStream.d.ts +50 -0
  2912. package/api/node_modules/@smithy/util-stream/dist-types/getAwsChunkedEncodingStream.browser.d.ts +5 -0
  2913. package/api/node_modules/@smithy/util-stream/dist-types/getAwsChunkedEncodingStream.d.ts +10 -0
  2914. package/api/node_modules/@smithy/util-stream/dist-types/headStream.browser.d.ts +7 -0
  2915. package/api/node_modules/@smithy/util-stream/dist-types/headStream.d.ts +9 -0
  2916. package/api/node_modules/@smithy/util-stream/dist-types/index.d.ts +12 -0
  2917. package/api/node_modules/@smithy/util-stream/dist-types/sdk-stream-mixin.browser.d.ts +7 -0
  2918. package/api/node_modules/@smithy/util-stream/dist-types/sdk-stream-mixin.d.ts +8 -0
  2919. package/api/node_modules/@smithy/util-stream/dist-types/splitStream.browser.d.ts +5 -0
  2920. package/api/node_modules/@smithy/util-stream/dist-types/splitStream.d.ts +11 -0
  2921. package/api/node_modules/@smithy/util-stream/dist-types/stream-type-check.d.ts +17 -0
  2922. package/api/node_modules/@smithy/util-stream/package.json +98 -0
  2923. package/api/node_modules/@smithy/util-uri-escape/LICENSE +201 -0
  2924. package/api/node_modules/@smithy/util-uri-escape/README.md +10 -0
  2925. package/api/node_modules/@smithy/util-uri-escape/dist-cjs/index.js +9 -0
  2926. package/api/node_modules/@smithy/util-uri-escape/dist-es/escape-uri-path.js +2 -0
  2927. package/api/node_modules/@smithy/util-uri-escape/dist-es/escape-uri.js +2 -0
  2928. package/api/node_modules/@smithy/util-uri-escape/dist-es/index.js +2 -0
  2929. package/api/node_modules/@smithy/util-uri-escape/dist-types/escape-uri-path.d.ts +4 -0
  2930. package/api/node_modules/@smithy/util-uri-escape/dist-types/escape-uri.d.ts +4 -0
  2931. package/api/node_modules/@smithy/util-uri-escape/dist-types/index.d.ts +8 -0
  2932. package/api/node_modules/@smithy/util-uri-escape/dist-types/ts3.4/escape-uri-path.d.ts +4 -0
  2933. package/api/node_modules/@smithy/util-uri-escape/dist-types/ts3.4/escape-uri.d.ts +4 -0
  2934. package/api/node_modules/@smithy/util-uri-escape/dist-types/ts3.4/index.d.ts +8 -0
  2935. package/api/node_modules/@smithy/util-uri-escape/package.json +60 -0
  2936. package/api/node_modules/@smithy/util-utf8/LICENSE +201 -0
  2937. package/api/node_modules/@smithy/util-utf8/README.md +4 -0
  2938. package/api/node_modules/@smithy/util-utf8/dist-cjs/index.js +32 -0
  2939. package/api/node_modules/@smithy/util-utf8/dist-es/fromUtf8.browser.js +1 -0
  2940. package/api/node_modules/@smithy/util-utf8/dist-es/fromUtf8.js +5 -0
  2941. package/api/node_modules/@smithy/util-utf8/dist-es/index.js +3 -0
  2942. package/api/node_modules/@smithy/util-utf8/dist-es/toUint8Array.js +10 -0
  2943. package/api/node_modules/@smithy/util-utf8/dist-es/toUtf8.browser.js +9 -0
  2944. package/api/node_modules/@smithy/util-utf8/dist-es/toUtf8.js +10 -0
  2945. package/api/node_modules/@smithy/util-utf8/dist-types/fromUtf8.browser.d.ts +1 -0
  2946. package/api/node_modules/@smithy/util-utf8/dist-types/fromUtf8.d.ts +1 -0
  2947. package/api/node_modules/@smithy/util-utf8/dist-types/index.d.ts +3 -0
  2948. package/api/node_modules/@smithy/util-utf8/dist-types/toUint8Array.d.ts +1 -0
  2949. package/api/node_modules/@smithy/util-utf8/dist-types/toUtf8.browser.d.ts +7 -0
  2950. package/api/node_modules/@smithy/util-utf8/dist-types/toUtf8.d.ts +7 -0
  2951. package/api/node_modules/@smithy/util-utf8/dist-types/ts3.4/fromUtf8.browser.d.ts +1 -0
  2952. package/api/node_modules/@smithy/util-utf8/dist-types/ts3.4/fromUtf8.d.ts +1 -0
  2953. package/api/node_modules/@smithy/util-utf8/dist-types/ts3.4/index.d.ts +3 -0
  2954. package/api/node_modules/@smithy/util-utf8/dist-types/ts3.4/toUint8Array.d.ts +1 -0
  2955. package/api/node_modules/@smithy/util-utf8/dist-types/ts3.4/toUtf8.browser.d.ts +7 -0
  2956. package/api/node_modules/@smithy/util-utf8/dist-types/ts3.4/toUtf8.d.ts +7 -0
  2957. package/api/node_modules/@smithy/util-utf8/package.json +67 -0
  2958. package/api/node_modules/@smithy/util-waiter/LICENSE +201 -0
  2959. package/api/node_modules/@smithy/util-waiter/README.md +17 -0
  2960. package/api/node_modules/@smithy/util-waiter/dist-cjs/index.js +179 -0
  2961. package/api/node_modules/@smithy/util-waiter/dist-es/circularReplacer.js +12 -0
  2962. package/api/node_modules/@smithy/util-waiter/dist-es/createWaiter.js +48 -0
  2963. package/api/node_modules/@smithy/util-waiter/dist-es/index.js +2 -0
  2964. package/api/node_modules/@smithy/util-waiter/dist-es/poller.js +60 -0
  2965. package/api/node_modules/@smithy/util-waiter/dist-es/utils/index.js +2 -0
  2966. package/api/node_modules/@smithy/util-waiter/dist-es/utils/sleep.js +3 -0
  2967. package/api/node_modules/@smithy/util-waiter/dist-es/utils/validate.js +17 -0
  2968. package/api/node_modules/@smithy/util-waiter/dist-es/waiter.js +35 -0
  2969. package/api/node_modules/@smithy/util-waiter/dist-types/circularReplacer.d.ts +6 -0
  2970. package/api/node_modules/@smithy/util-waiter/dist-types/createWaiter.d.ts +11 -0
  2971. package/api/node_modules/@smithy/util-waiter/dist-types/index.d.ts +2 -0
  2972. package/api/node_modules/@smithy/util-waiter/dist-types/poller.d.ts +10 -0
  2973. package/api/node_modules/@smithy/util-waiter/dist-types/utils/index.d.ts +8 -0
  2974. package/api/node_modules/@smithy/util-waiter/dist-types/utils/sleep.d.ts +4 -0
  2975. package/api/node_modules/@smithy/util-waiter/dist-types/utils/validate.d.ts +8 -0
  2976. package/api/node_modules/@smithy/util-waiter/dist-types/waiter.d.ts +49 -0
  2977. package/api/node_modules/@smithy/util-waiter/package.json +62 -0
  2978. package/api/node_modules/@smithy/uuid/LICENSE +201 -0
  2979. package/api/node_modules/@smithy/uuid/README.md +10 -0
  2980. package/api/node_modules/@smithy/uuid/dist-cjs/index.js +36 -0
  2981. package/api/node_modules/@smithy/uuid/dist-cjs/randomUUID.js +6 -0
  2982. package/api/node_modules/@smithy/uuid/dist-cjs/randomUUID.native.js +4 -0
  2983. package/api/node_modules/@smithy/uuid/dist-es/index.js +1 -0
  2984. package/api/node_modules/@smithy/uuid/dist-es/randomUUID.browser.js +1 -0
  2985. package/api/node_modules/@smithy/uuid/dist-es/randomUUID.js +2 -0
  2986. package/api/node_modules/@smithy/uuid/dist-es/randomUUID.native.js +1 -0
  2987. package/api/node_modules/@smithy/uuid/dist-es/v4.js +31 -0
  2988. package/api/node_modules/@smithy/uuid/dist-types/index.d.ts +1 -0
  2989. package/api/node_modules/@smithy/uuid/dist-types/randomUUID.browser.d.ts +1 -0
  2990. package/api/node_modules/@smithy/uuid/dist-types/randomUUID.d.ts +2 -0
  2991. package/api/node_modules/@smithy/uuid/dist-types/randomUUID.native.d.ts +1 -0
  2992. package/api/node_modules/@smithy/uuid/dist-types/ts3.4/index.d.ts +1 -0
  2993. package/api/node_modules/@smithy/uuid/dist-types/ts3.4/randomUUID.browser.d.ts +1 -0
  2994. package/api/node_modules/@smithy/uuid/dist-types/ts3.4/randomUUID.d.ts +2 -0
  2995. package/api/node_modules/@smithy/uuid/dist-types/ts3.4/randomUUID.native.d.ts +1 -0
  2996. package/api/node_modules/@smithy/uuid/dist-types/ts3.4/v4.d.ts +19 -0
  2997. package/api/node_modules/@smithy/uuid/dist-types/v4.d.ts +19 -0
  2998. package/api/node_modules/@smithy/uuid/package.json +66 -0
  2999. package/api/node_modules/@types/node/LICENSE +21 -0
  3000. package/api/node_modules/@types/node/README.md +15 -0
  3001. package/api/node_modules/@types/node/assert/strict.d.ts +105 -0
  3002. package/api/node_modules/@types/node/assert.d.ts +955 -0
  3003. package/api/node_modules/@types/node/async_hooks.d.ts +623 -0
  3004. package/api/node_modules/@types/node/buffer.buffer.d.ts +466 -0
  3005. package/api/node_modules/@types/node/buffer.d.ts +1810 -0
  3006. package/api/node_modules/@types/node/child_process.d.ts +1433 -0
  3007. package/api/node_modules/@types/node/cluster.d.ts +486 -0
  3008. package/api/node_modules/@types/node/compatibility/iterators.d.ts +21 -0
  3009. package/api/node_modules/@types/node/console.d.ts +151 -0
  3010. package/api/node_modules/@types/node/constants.d.ts +20 -0
  3011. package/api/node_modules/@types/node/crypto.d.ts +4065 -0
  3012. package/api/node_modules/@types/node/dgram.d.ts +564 -0
  3013. package/api/node_modules/@types/node/diagnostics_channel.d.ts +576 -0
  3014. package/api/node_modules/@types/node/dns/promises.d.ts +503 -0
  3015. package/api/node_modules/@types/node/dns.d.ts +922 -0
  3016. package/api/node_modules/@types/node/domain.d.ts +166 -0
  3017. package/api/node_modules/@types/node/events.d.ts +1047 -0
  3018. package/api/node_modules/@types/node/fs/promises.d.ts +1329 -0
  3019. package/api/node_modules/@types/node/fs.d.ts +4678 -0
  3020. package/api/node_modules/@types/node/globals.d.ts +150 -0
  3021. package/api/node_modules/@types/node/globals.typedarray.d.ts +101 -0
  3022. package/api/node_modules/@types/node/http.d.ts +2188 -0
  3023. package/api/node_modules/@types/node/http2.d.ts +2480 -0
  3024. package/api/node_modules/@types/node/https.d.ts +405 -0
  3025. package/api/node_modules/@types/node/index.d.ts +115 -0
  3026. package/api/node_modules/@types/node/inspector/promises.d.ts +41 -0
  3027. package/api/node_modules/@types/node/inspector.d.ts +269 -0
  3028. package/api/node_modules/@types/node/inspector.generated.d.ts +4401 -0
  3029. package/api/node_modules/@types/node/module.d.ts +757 -0
  3030. package/api/node_modules/@types/node/net.d.ts +952 -0
  3031. package/api/node_modules/@types/node/os.d.ts +507 -0
  3032. package/api/node_modules/@types/node/package.json +155 -0
  3033. package/api/node_modules/@types/node/path/posix.d.ts +8 -0
  3034. package/api/node_modules/@types/node/path/win32.d.ts +8 -0
  3035. package/api/node_modules/@types/node/path.d.ts +187 -0
  3036. package/api/node_modules/@types/node/perf_hooks.d.ts +643 -0
  3037. package/api/node_modules/@types/node/process.d.ts +2175 -0
  3038. package/api/node_modules/@types/node/punycode.d.ts +117 -0
  3039. package/api/node_modules/@types/node/querystring.d.ts +152 -0
  3040. package/api/node_modules/@types/node/quic.d.ts +910 -0
  3041. package/api/node_modules/@types/node/readline/promises.d.ts +161 -0
  3042. package/api/node_modules/@types/node/readline.d.ts +542 -0
  3043. package/api/node_modules/@types/node/repl.d.ts +415 -0
  3044. package/api/node_modules/@types/node/sea.d.ts +162 -0
  3045. package/api/node_modules/@types/node/sqlite.d.ts +1065 -0
  3046. package/api/node_modules/@types/node/stream/consumers.d.ts +38 -0
  3047. package/api/node_modules/@types/node/stream/promises.d.ts +211 -0
  3048. package/api/node_modules/@types/node/stream/web.d.ts +296 -0
  3049. package/api/node_modules/@types/node/stream.d.ts +1793 -0
  3050. package/api/node_modules/@types/node/string_decoder.d.ts +67 -0
  3051. package/api/node_modules/@types/node/test/reporters.d.ts +96 -0
  3052. package/api/node_modules/@types/node/test.d.ts +2275 -0
  3053. package/api/node_modules/@types/node/timers/promises.d.ts +108 -0
  3054. package/api/node_modules/@types/node/timers.d.ts +159 -0
  3055. package/api/node_modules/@types/node/tls.d.ts +1203 -0
  3056. package/api/node_modules/@types/node/trace_events.d.ts +197 -0
  3057. package/api/node_modules/@types/node/ts5.6/buffer.buffer.d.ts +462 -0
  3058. package/api/node_modules/@types/node/ts5.6/compatibility/float16array.d.ts +71 -0
  3059. package/api/node_modules/@types/node/ts5.6/globals.typedarray.d.ts +36 -0
  3060. package/api/node_modules/@types/node/ts5.6/index.d.ts +117 -0
  3061. package/api/node_modules/@types/node/ts5.7/compatibility/float16array.d.ts +72 -0
  3062. package/api/node_modules/@types/node/ts5.7/index.d.ts +117 -0
  3063. package/api/node_modules/@types/node/tty.d.ts +250 -0
  3064. package/api/node_modules/@types/node/url.d.ts +541 -0
  3065. package/api/node_modules/@types/node/util/types.d.ts +558 -0
  3066. package/api/node_modules/@types/node/util.d.ts +1687 -0
  3067. package/api/node_modules/@types/node/v8.d.ts +988 -0
  3068. package/api/node_modules/@types/node/vm.d.ts +1208 -0
  3069. package/api/node_modules/@types/node/wasi.d.ts +202 -0
  3070. package/api/node_modules/@types/node/web-globals/abortcontroller.d.ts +59 -0
  3071. package/api/node_modules/@types/node/web-globals/blob.d.ts +23 -0
  3072. package/api/node_modules/@types/node/web-globals/console.d.ts +9 -0
  3073. package/api/node_modules/@types/node/web-globals/crypto.d.ts +39 -0
  3074. package/api/node_modules/@types/node/web-globals/domexception.d.ts +68 -0
  3075. package/api/node_modules/@types/node/web-globals/encoding.d.ts +11 -0
  3076. package/api/node_modules/@types/node/web-globals/events.d.ts +106 -0
  3077. package/api/node_modules/@types/node/web-globals/fetch.d.ts +69 -0
  3078. package/api/node_modules/@types/node/web-globals/importmeta.d.ts +13 -0
  3079. package/api/node_modules/@types/node/web-globals/messaging.d.ts +23 -0
  3080. package/api/node_modules/@types/node/web-globals/navigator.d.ts +25 -0
  3081. package/api/node_modules/@types/node/web-globals/performance.d.ts +45 -0
  3082. package/api/node_modules/@types/node/web-globals/storage.d.ts +24 -0
  3083. package/api/node_modules/@types/node/web-globals/streams.d.ts +115 -0
  3084. package/api/node_modules/@types/node/web-globals/timers.d.ts +44 -0
  3085. package/api/node_modules/@types/node/web-globals/url.d.ts +24 -0
  3086. package/api/node_modules/@types/node/worker_threads.d.ts +717 -0
  3087. package/api/node_modules/@types/node/zlib.d.ts +682 -0
  3088. package/api/node_modules/bowser/LICENSE +39 -0
  3089. package/api/node_modules/bowser/README.md +246 -0
  3090. package/api/node_modules/bowser/bundled.js +1 -0
  3091. package/api/node_modules/bowser/es5.js +1 -0
  3092. package/api/node_modules/bowser/index.d.ts +353 -0
  3093. package/api/node_modules/bowser/package.json +93 -0
  3094. package/api/node_modules/bowser/src/bowser.js +93 -0
  3095. package/api/node_modules/bowser/src/constants.js +177 -0
  3096. package/api/node_modules/bowser/src/parser-browsers.js +1183 -0
  3097. package/api/node_modules/bowser/src/parser-engines.js +120 -0
  3098. package/api/node_modules/bowser/src/parser-os.js +211 -0
  3099. package/api/node_modules/bowser/src/parser-platforms.js +566 -0
  3100. package/api/node_modules/bowser/src/parser.js +592 -0
  3101. package/api/node_modules/bowser/src/utils.js +327 -0
  3102. package/api/node_modules/call-bind-apply-helpers/.eslintrc +17 -0
  3103. package/api/node_modules/call-bind-apply-helpers/.github/FUNDING.yml +12 -0
  3104. package/api/node_modules/call-bind-apply-helpers/.nycrc +9 -0
  3105. package/api/node_modules/call-bind-apply-helpers/CHANGELOG.md +30 -0
  3106. package/api/node_modules/call-bind-apply-helpers/LICENSE +21 -0
  3107. package/api/node_modules/call-bind-apply-helpers/README.md +62 -0
  3108. package/api/node_modules/call-bind-apply-helpers/actualApply.d.ts +1 -0
  3109. package/api/node_modules/call-bind-apply-helpers/actualApply.js +10 -0
  3110. package/api/node_modules/call-bind-apply-helpers/applyBind.d.ts +19 -0
  3111. package/api/node_modules/call-bind-apply-helpers/applyBind.js +10 -0
  3112. package/api/node_modules/call-bind-apply-helpers/functionApply.d.ts +1 -0
  3113. package/api/node_modules/call-bind-apply-helpers/functionApply.js +4 -0
  3114. package/api/node_modules/call-bind-apply-helpers/functionCall.d.ts +1 -0
  3115. package/api/node_modules/call-bind-apply-helpers/functionCall.js +4 -0
  3116. package/api/node_modules/call-bind-apply-helpers/index.d.ts +64 -0
  3117. package/api/node_modules/call-bind-apply-helpers/index.js +15 -0
  3118. package/api/node_modules/call-bind-apply-helpers/package.json +85 -0
  3119. package/api/node_modules/call-bind-apply-helpers/reflectApply.d.ts +3 -0
  3120. package/api/node_modules/call-bind-apply-helpers/reflectApply.js +4 -0
  3121. package/api/node_modules/call-bind-apply-helpers/test/index.js +63 -0
  3122. package/api/node_modules/call-bind-apply-helpers/tsconfig.json +9 -0
  3123. package/api/node_modules/call-bound/.eslintrc +13 -0
  3124. package/api/node_modules/call-bound/.github/FUNDING.yml +12 -0
  3125. package/api/node_modules/call-bound/.nycrc +9 -0
  3126. package/api/node_modules/call-bound/CHANGELOG.md +42 -0
  3127. package/api/node_modules/call-bound/LICENSE +21 -0
  3128. package/api/node_modules/call-bound/README.md +53 -0
  3129. package/api/node_modules/call-bound/index.d.ts +94 -0
  3130. package/api/node_modules/call-bound/index.js +19 -0
  3131. package/api/node_modules/call-bound/package.json +99 -0
  3132. package/api/node_modules/call-bound/test/index.js +61 -0
  3133. package/api/node_modules/call-bound/tsconfig.json +10 -0
  3134. package/api/node_modules/dunder-proto/.eslintrc +5 -0
  3135. package/api/node_modules/dunder-proto/.github/FUNDING.yml +12 -0
  3136. package/api/node_modules/dunder-proto/.nycrc +13 -0
  3137. package/api/node_modules/dunder-proto/CHANGELOG.md +24 -0
  3138. package/api/node_modules/dunder-proto/LICENSE +21 -0
  3139. package/api/node_modules/dunder-proto/README.md +54 -0
  3140. package/api/node_modules/dunder-proto/get.d.ts +5 -0
  3141. package/api/node_modules/dunder-proto/get.js +30 -0
  3142. package/api/node_modules/dunder-proto/package.json +76 -0
  3143. package/api/node_modules/dunder-proto/set.d.ts +5 -0
  3144. package/api/node_modules/dunder-proto/set.js +35 -0
  3145. package/api/node_modules/dunder-proto/test/get.js +34 -0
  3146. package/api/node_modules/dunder-proto/test/index.js +4 -0
  3147. package/api/node_modules/dunder-proto/test/set.js +50 -0
  3148. package/api/node_modules/dunder-proto/tsconfig.json +9 -0
  3149. package/api/node_modules/es-define-property/.eslintrc +13 -0
  3150. package/api/node_modules/es-define-property/.github/FUNDING.yml +12 -0
  3151. package/api/node_modules/es-define-property/.nycrc +9 -0
  3152. package/api/node_modules/es-define-property/CHANGELOG.md +29 -0
  3153. package/api/node_modules/es-define-property/LICENSE +21 -0
  3154. package/api/node_modules/es-define-property/README.md +49 -0
  3155. package/api/node_modules/es-define-property/index.d.ts +3 -0
  3156. package/api/node_modules/es-define-property/index.js +14 -0
  3157. package/api/node_modules/es-define-property/package.json +81 -0
  3158. package/api/node_modules/es-define-property/test/index.js +56 -0
  3159. package/api/node_modules/es-define-property/tsconfig.json +10 -0
  3160. package/api/node_modules/es-errors/.eslintrc +5 -0
  3161. package/api/node_modules/es-errors/.github/FUNDING.yml +12 -0
  3162. package/api/node_modules/es-errors/CHANGELOG.md +40 -0
  3163. package/api/node_modules/es-errors/LICENSE +21 -0
  3164. package/api/node_modules/es-errors/README.md +55 -0
  3165. package/api/node_modules/es-errors/eval.d.ts +3 -0
  3166. package/api/node_modules/es-errors/eval.js +4 -0
  3167. package/api/node_modules/es-errors/index.d.ts +3 -0
  3168. package/api/node_modules/es-errors/index.js +4 -0
  3169. package/api/node_modules/es-errors/package.json +80 -0
  3170. package/api/node_modules/es-errors/range.d.ts +3 -0
  3171. package/api/node_modules/es-errors/range.js +4 -0
  3172. package/api/node_modules/es-errors/ref.d.ts +3 -0
  3173. package/api/node_modules/es-errors/ref.js +4 -0
  3174. package/api/node_modules/es-errors/syntax.d.ts +3 -0
  3175. package/api/node_modules/es-errors/syntax.js +4 -0
  3176. package/api/node_modules/es-errors/test/index.js +19 -0
  3177. package/api/node_modules/es-errors/tsconfig.json +49 -0
  3178. package/api/node_modules/es-errors/type.d.ts +3 -0
  3179. package/api/node_modules/es-errors/type.js +4 -0
  3180. package/api/node_modules/es-errors/uri.d.ts +3 -0
  3181. package/api/node_modules/es-errors/uri.js +4 -0
  3182. package/api/node_modules/es-object-atoms/.eslintrc +16 -0
  3183. package/api/node_modules/es-object-atoms/.github/FUNDING.yml +12 -0
  3184. package/api/node_modules/es-object-atoms/CHANGELOG.md +37 -0
  3185. package/api/node_modules/es-object-atoms/LICENSE +21 -0
  3186. package/api/node_modules/es-object-atoms/README.md +63 -0
  3187. package/api/node_modules/es-object-atoms/RequireObjectCoercible.d.ts +3 -0
  3188. package/api/node_modules/es-object-atoms/RequireObjectCoercible.js +11 -0
  3189. package/api/node_modules/es-object-atoms/ToObject.d.ts +7 -0
  3190. package/api/node_modules/es-object-atoms/ToObject.js +10 -0
  3191. package/api/node_modules/es-object-atoms/index.d.ts +3 -0
  3192. package/api/node_modules/es-object-atoms/index.js +4 -0
  3193. package/api/node_modules/es-object-atoms/isObject.d.ts +3 -0
  3194. package/api/node_modules/es-object-atoms/isObject.js +6 -0
  3195. package/api/node_modules/es-object-atoms/package.json +80 -0
  3196. package/api/node_modules/es-object-atoms/test/index.js +38 -0
  3197. package/api/node_modules/es-object-atoms/tsconfig.json +6 -0
  3198. package/api/node_modules/fast-xml-builder/CHANGELOG.md +16 -0
  3199. package/api/node_modules/fast-xml-builder/LICENSE +21 -0
  3200. package/api/node_modules/fast-xml-builder/README.md +23 -0
  3201. package/api/node_modules/fast-xml-builder/lib/fxb.cjs +1 -0
  3202. package/api/node_modules/fast-xml-builder/lib/fxb.d.cts +180 -0
  3203. package/api/node_modules/fast-xml-builder/lib/fxb.min.js +2 -0
  3204. package/api/node_modules/fast-xml-builder/lib/fxb.min.js.map +1 -0
  3205. package/api/node_modules/fast-xml-builder/package.json +80 -0
  3206. package/api/node_modules/fast-xml-builder/src/fxb.d.ts +180 -0
  3207. package/api/node_modules/fast-xml-builder/src/fxb.js +529 -0
  3208. package/api/node_modules/fast-xml-builder/src/ignoreAttributes.js +18 -0
  3209. package/api/node_modules/fast-xml-builder/src/orderedJs2Xml.js +292 -0
  3210. package/api/node_modules/fast-xml-builder/src/prettifyJs2Xml.js +0 -0
  3211. package/api/node_modules/fast-xml-parser/CHANGELOG.md +759 -0
  3212. package/api/node_modules/fast-xml-parser/LICENSE +21 -0
  3213. package/api/node_modules/fast-xml-parser/README.md +225 -0
  3214. package/api/node_modules/fast-xml-parser/lib/fxbuilder.min.js +2 -0
  3215. package/api/node_modules/fast-xml-parser/lib/fxbuilder.min.js.map +1 -0
  3216. package/api/node_modules/fast-xml-parser/lib/fxp.cjs +1 -0
  3217. package/api/node_modules/fast-xml-parser/lib/fxp.d.cts +603 -0
  3218. package/api/node_modules/fast-xml-parser/lib/fxp.min.js +2 -0
  3219. package/api/node_modules/fast-xml-parser/lib/fxp.min.js.map +1 -0
  3220. package/api/node_modules/fast-xml-parser/lib/fxparser.min.js +2 -0
  3221. package/api/node_modules/fast-xml-parser/lib/fxparser.min.js.map +1 -0
  3222. package/api/node_modules/fast-xml-parser/lib/fxvalidator.min.js +2 -0
  3223. package/api/node_modules/fast-xml-parser/lib/fxvalidator.min.js.map +1 -0
  3224. package/api/node_modules/fast-xml-parser/lib/pem.d.cts +148 -0
  3225. package/api/node_modules/fast-xml-parser/package.json +94 -0
  3226. package/api/node_modules/fast-xml-parser/src/cli/cli.js +97 -0
  3227. package/api/node_modules/fast-xml-parser/src/cli/man.js +17 -0
  3228. package/api/node_modules/fast-xml-parser/src/cli/read.js +43 -0
  3229. package/api/node_modules/fast-xml-parser/src/fxp.d.ts +579 -0
  3230. package/api/node_modules/fast-xml-parser/src/fxp.js +14 -0
  3231. package/api/node_modules/fast-xml-parser/src/ignoreAttributes.js +18 -0
  3232. package/api/node_modules/fast-xml-parser/src/pem.d.ts +135 -0
  3233. package/api/node_modules/fast-xml-parser/src/util.js +61 -0
  3234. package/api/node_modules/fast-xml-parser/src/v6/CharsSymbol.js +16 -0
  3235. package/api/node_modules/fast-xml-parser/src/v6/EntitiesParser.js +106 -0
  3236. package/api/node_modules/fast-xml-parser/src/v6/OptionsBuilder.js +61 -0
  3237. package/api/node_modules/fast-xml-parser/src/v6/OutputBuilders/BaseOutputBuilder.js +69 -0
  3238. package/api/node_modules/fast-xml-parser/src/v6/OutputBuilders/JsArrBuilder.js +103 -0
  3239. package/api/node_modules/fast-xml-parser/src/v6/OutputBuilders/JsMinArrBuilder.js +100 -0
  3240. package/api/node_modules/fast-xml-parser/src/v6/OutputBuilders/JsObjBuilder.js +154 -0
  3241. package/api/node_modules/fast-xml-parser/src/v6/OutputBuilders/ParserOptionsBuilder.js +94 -0
  3242. package/api/node_modules/fast-xml-parser/src/v6/Report.js +0 -0
  3243. package/api/node_modules/fast-xml-parser/src/v6/TagPath.js +81 -0
  3244. package/api/node_modules/fast-xml-parser/src/v6/TagPathMatcher.js +13 -0
  3245. package/api/node_modules/fast-xml-parser/src/v6/XMLParser.js +83 -0
  3246. package/api/node_modules/fast-xml-parser/src/v6/Xml2JsParser.js +235 -0
  3247. package/api/node_modules/fast-xml-parser/src/v6/XmlPartReader.js +210 -0
  3248. package/api/node_modules/fast-xml-parser/src/v6/XmlSpecialTagsReader.js +111 -0
  3249. package/api/node_modules/fast-xml-parser/src/v6/inputSource/BufferSource.js +116 -0
  3250. package/api/node_modules/fast-xml-parser/src/v6/inputSource/StringSource.js +121 -0
  3251. package/api/node_modules/fast-xml-parser/src/v6/valueParsers/EntitiesParser.js +105 -0
  3252. package/api/node_modules/fast-xml-parser/src/v6/valueParsers/booleanParser.js +22 -0
  3253. package/api/node_modules/fast-xml-parser/src/v6/valueParsers/booleanParserExt.js +19 -0
  3254. package/api/node_modules/fast-xml-parser/src/v6/valueParsers/currency.js +38 -0
  3255. package/api/node_modules/fast-xml-parser/src/v6/valueParsers/join.js +13 -0
  3256. package/api/node_modules/fast-xml-parser/src/v6/valueParsers/number.js +14 -0
  3257. package/api/node_modules/fast-xml-parser/src/v6/valueParsers/trim.js +6 -0
  3258. package/api/node_modules/fast-xml-parser/src/validator.js +425 -0
  3259. package/api/node_modules/fast-xml-parser/src/xmlbuilder/json2xml.js +6 -0
  3260. package/api/node_modules/fast-xml-parser/src/xmlparser/DocTypeReader.js +410 -0
  3261. package/api/node_modules/fast-xml-parser/src/xmlparser/OptionsBuilder.js +159 -0
  3262. package/api/node_modules/fast-xml-parser/src/xmlparser/OrderedObjParser.js +911 -0
  3263. package/api/node_modules/fast-xml-parser/src/xmlparser/XMLParser.js +71 -0
  3264. package/api/node_modules/fast-xml-parser/src/xmlparser/node2json.js +173 -0
  3265. package/api/node_modules/fast-xml-parser/src/xmlparser/xmlNode.js +40 -0
  3266. package/api/node_modules/function-bind/.eslintrc +21 -0
  3267. package/api/node_modules/function-bind/.github/FUNDING.yml +12 -0
  3268. package/api/node_modules/function-bind/.github/SECURITY.md +3 -0
  3269. package/api/node_modules/function-bind/.nycrc +13 -0
  3270. package/api/node_modules/function-bind/CHANGELOG.md +136 -0
  3271. package/api/node_modules/function-bind/LICENSE +20 -0
  3272. package/api/node_modules/function-bind/README.md +46 -0
  3273. package/api/node_modules/function-bind/implementation.js +84 -0
  3274. package/api/node_modules/function-bind/index.js +5 -0
  3275. package/api/node_modules/function-bind/package.json +87 -0
  3276. package/api/node_modules/function-bind/test/.eslintrc +9 -0
  3277. package/api/node_modules/function-bind/test/index.js +252 -0
  3278. package/api/node_modules/get-intrinsic/.eslintrc +42 -0
  3279. package/api/node_modules/get-intrinsic/.github/FUNDING.yml +12 -0
  3280. package/api/node_modules/get-intrinsic/.nycrc +9 -0
  3281. package/api/node_modules/get-intrinsic/CHANGELOG.md +186 -0
  3282. package/api/node_modules/get-intrinsic/LICENSE +21 -0
  3283. package/api/node_modules/get-intrinsic/README.md +71 -0
  3284. package/api/node_modules/get-intrinsic/index.js +378 -0
  3285. package/api/node_modules/get-intrinsic/package.json +97 -0
  3286. package/api/node_modules/get-intrinsic/test/GetIntrinsic.js +274 -0
  3287. package/api/node_modules/get-proto/.eslintrc +10 -0
  3288. package/api/node_modules/get-proto/.github/FUNDING.yml +12 -0
  3289. package/api/node_modules/get-proto/.nycrc +9 -0
  3290. package/api/node_modules/get-proto/CHANGELOG.md +21 -0
  3291. package/api/node_modules/get-proto/LICENSE +21 -0
  3292. package/api/node_modules/get-proto/Object.getPrototypeOf.d.ts +5 -0
  3293. package/api/node_modules/get-proto/Object.getPrototypeOf.js +6 -0
  3294. package/api/node_modules/get-proto/README.md +50 -0
  3295. package/api/node_modules/get-proto/Reflect.getPrototypeOf.d.ts +3 -0
  3296. package/api/node_modules/get-proto/Reflect.getPrototypeOf.js +4 -0
  3297. package/api/node_modules/get-proto/index.d.ts +5 -0
  3298. package/api/node_modules/get-proto/index.js +27 -0
  3299. package/api/node_modules/get-proto/package.json +81 -0
  3300. package/api/node_modules/get-proto/test/index.js +68 -0
  3301. package/api/node_modules/get-proto/tsconfig.json +9 -0
  3302. package/api/node_modules/gopd/.eslintrc +16 -0
  3303. package/api/node_modules/gopd/.github/FUNDING.yml +12 -0
  3304. package/api/node_modules/gopd/CHANGELOG.md +45 -0
  3305. package/api/node_modules/gopd/LICENSE +21 -0
  3306. package/api/node_modules/gopd/README.md +40 -0
  3307. package/api/node_modules/gopd/gOPD.d.ts +1 -0
  3308. package/api/node_modules/gopd/gOPD.js +4 -0
  3309. package/api/node_modules/gopd/index.d.ts +5 -0
  3310. package/api/node_modules/gopd/index.js +15 -0
  3311. package/api/node_modules/gopd/package.json +77 -0
  3312. package/api/node_modules/gopd/test/index.js +36 -0
  3313. package/api/node_modules/gopd/tsconfig.json +9 -0
  3314. package/api/node_modules/has-symbols/.eslintrc +11 -0
  3315. package/api/node_modules/has-symbols/.github/FUNDING.yml +12 -0
  3316. package/api/node_modules/has-symbols/.nycrc +9 -0
  3317. package/api/node_modules/has-symbols/CHANGELOG.md +91 -0
  3318. package/api/node_modules/has-symbols/LICENSE +21 -0
  3319. package/api/node_modules/has-symbols/README.md +46 -0
  3320. package/api/node_modules/has-symbols/index.d.ts +3 -0
  3321. package/api/node_modules/has-symbols/index.js +14 -0
  3322. package/api/node_modules/has-symbols/package.json +111 -0
  3323. package/api/node_modules/has-symbols/shams.d.ts +3 -0
  3324. package/api/node_modules/has-symbols/shams.js +45 -0
  3325. package/api/node_modules/has-symbols/test/index.js +22 -0
  3326. package/api/node_modules/has-symbols/test/shams/core-js.js +29 -0
  3327. package/api/node_modules/has-symbols/test/shams/get-own-property-symbols.js +29 -0
  3328. package/api/node_modules/has-symbols/test/tests.js +58 -0
  3329. package/api/node_modules/has-symbols/tsconfig.json +10 -0
  3330. package/api/node_modules/hasown/.eslintrc +5 -0
  3331. package/api/node_modules/hasown/.github/FUNDING.yml +12 -0
  3332. package/api/node_modules/hasown/.nycrc +13 -0
  3333. package/api/node_modules/hasown/CHANGELOG.md +40 -0
  3334. package/api/node_modules/hasown/LICENSE +21 -0
  3335. package/api/node_modules/hasown/README.md +40 -0
  3336. package/api/node_modules/hasown/index.d.ts +3 -0
  3337. package/api/node_modules/hasown/index.js +8 -0
  3338. package/api/node_modules/hasown/package.json +92 -0
  3339. package/api/node_modules/hasown/tsconfig.json +6 -0
  3340. package/api/node_modules/math-intrinsics/.eslintrc +16 -0
  3341. package/api/node_modules/math-intrinsics/.github/FUNDING.yml +12 -0
  3342. package/api/node_modules/math-intrinsics/CHANGELOG.md +24 -0
  3343. package/api/node_modules/math-intrinsics/LICENSE +21 -0
  3344. package/api/node_modules/math-intrinsics/README.md +50 -0
  3345. package/api/node_modules/math-intrinsics/abs.d.ts +1 -0
  3346. package/api/node_modules/math-intrinsics/abs.js +4 -0
  3347. package/api/node_modules/math-intrinsics/constants/maxArrayLength.d.ts +3 -0
  3348. package/api/node_modules/math-intrinsics/constants/maxArrayLength.js +4 -0
  3349. package/api/node_modules/math-intrinsics/constants/maxSafeInteger.d.ts +3 -0
  3350. package/api/node_modules/math-intrinsics/constants/maxSafeInteger.js +5 -0
  3351. package/api/node_modules/math-intrinsics/constants/maxValue.d.ts +3 -0
  3352. package/api/node_modules/math-intrinsics/constants/maxValue.js +5 -0
  3353. package/api/node_modules/math-intrinsics/floor.d.ts +1 -0
  3354. package/api/node_modules/math-intrinsics/floor.js +4 -0
  3355. package/api/node_modules/math-intrinsics/isFinite.d.ts +3 -0
  3356. package/api/node_modules/math-intrinsics/isFinite.js +12 -0
  3357. package/api/node_modules/math-intrinsics/isInteger.d.ts +3 -0
  3358. package/api/node_modules/math-intrinsics/isInteger.js +16 -0
  3359. package/api/node_modules/math-intrinsics/isNaN.d.ts +1 -0
  3360. package/api/node_modules/math-intrinsics/isNaN.js +6 -0
  3361. package/api/node_modules/math-intrinsics/isNegativeZero.d.ts +3 -0
  3362. package/api/node_modules/math-intrinsics/isNegativeZero.js +6 -0
  3363. package/api/node_modules/math-intrinsics/max.d.ts +1 -0
  3364. package/api/node_modules/math-intrinsics/max.js +4 -0
  3365. package/api/node_modules/math-intrinsics/min.d.ts +1 -0
  3366. package/api/node_modules/math-intrinsics/min.js +4 -0
  3367. package/api/node_modules/math-intrinsics/mod.d.ts +3 -0
  3368. package/api/node_modules/math-intrinsics/mod.js +9 -0
  3369. package/api/node_modules/math-intrinsics/package.json +86 -0
  3370. package/api/node_modules/math-intrinsics/pow.d.ts +1 -0
  3371. package/api/node_modules/math-intrinsics/pow.js +4 -0
  3372. package/api/node_modules/math-intrinsics/round.d.ts +1 -0
  3373. package/api/node_modules/math-intrinsics/round.js +4 -0
  3374. package/api/node_modules/math-intrinsics/sign.d.ts +3 -0
  3375. package/api/node_modules/math-intrinsics/sign.js +11 -0
  3376. package/api/node_modules/math-intrinsics/test/index.js +192 -0
  3377. package/api/node_modules/math-intrinsics/tsconfig.json +3 -0
  3378. package/api/node_modules/mnemonist/CHANGELOG.md +305 -0
  3379. package/api/node_modules/mnemonist/LICENSE.txt +21 -0
  3380. package/api/node_modules/mnemonist/README.md +112 -0
  3381. package/api/node_modules/mnemonist/bi-map.d.ts +46 -0
  3382. package/api/node_modules/mnemonist/bi-map.js +195 -0
  3383. package/api/node_modules/mnemonist/bit-set.d.ts +29 -0
  3384. package/api/node_modules/mnemonist/bit-set.js +379 -0
  3385. package/api/node_modules/mnemonist/bit-vector.d.ts +42 -0
  3386. package/api/node_modules/mnemonist/bit-vector.js +550 -0
  3387. package/api/node_modules/mnemonist/bk-tree.d.ts +24 -0
  3388. package/api/node_modules/mnemonist/bk-tree.js +180 -0
  3389. package/api/node_modules/mnemonist/bloom-filter.d.ts +29 -0
  3390. package/api/node_modules/mnemonist/bloom-filter.js +186 -0
  3391. package/api/node_modules/mnemonist/circular-buffer.d.ts +34 -0
  3392. package/api/node_modules/mnemonist/circular-buffer.js +131 -0
  3393. package/api/node_modules/mnemonist/critbit-tree-map.js +515 -0
  3394. package/api/node_modules/mnemonist/default-map.d.ts +29 -0
  3395. package/api/node_modules/mnemonist/default-map.js +162 -0
  3396. package/api/node_modules/mnemonist/default-weak-map.d.ts +18 -0
  3397. package/api/node_modules/mnemonist/default-weak-map.js +108 -0
  3398. package/api/node_modules/mnemonist/fibonacci-heap.d.ts +65 -0
  3399. package/api/node_modules/mnemonist/fibonacci-heap.js +320 -0
  3400. package/api/node_modules/mnemonist/fixed-critbit-tree-map.js +427 -0
  3401. package/api/node_modules/mnemonist/fixed-deque.d.ts +34 -0
  3402. package/api/node_modules/mnemonist/fixed-deque.js +351 -0
  3403. package/api/node_modules/mnemonist/fixed-reverse-heap.d.ts +25 -0
  3404. package/api/node_modules/mnemonist/fixed-reverse-heap.js +209 -0
  3405. package/api/node_modules/mnemonist/fixed-stack.d.ts +36 -0
  3406. package/api/node_modules/mnemonist/fixed-stack.js +242 -0
  3407. package/api/node_modules/mnemonist/fuzzy-map.d.ts +33 -0
  3408. package/api/node_modules/mnemonist/fuzzy-map.js +185 -0
  3409. package/api/node_modules/mnemonist/fuzzy-multi-map.d.ts +36 -0
  3410. package/api/node_modules/mnemonist/fuzzy-multi-map.js +196 -0
  3411. package/api/node_modules/mnemonist/hashed-array-tree.d.ts +32 -0
  3412. package/api/node_modules/mnemonist/hashed-array-tree.js +209 -0
  3413. package/api/node_modules/mnemonist/heap.d.ts +84 -0
  3414. package/api/node_modules/mnemonist/heap.js +576 -0
  3415. package/api/node_modules/mnemonist/index.d.ts +46 -0
  3416. package/api/node_modules/mnemonist/index.js +56 -0
  3417. package/api/node_modules/mnemonist/inverted-index.d.ts +33 -0
  3418. package/api/node_modules/mnemonist/inverted-index.js +249 -0
  3419. package/api/node_modules/mnemonist/kd-tree.d.ts +25 -0
  3420. package/api/node_modules/mnemonist/kd-tree.js +447 -0
  3421. package/api/node_modules/mnemonist/linked-list.d.ts +29 -0
  3422. package/api/node_modules/mnemonist/linked-list.js +261 -0
  3423. package/api/node_modules/mnemonist/lru-cache.d.ts +43 -0
  3424. package/api/node_modules/mnemonist/lru-cache.js +433 -0
  3425. package/api/node_modules/mnemonist/lru-map.d.ts +43 -0
  3426. package/api/node_modules/mnemonist/lru-map.js +258 -0
  3427. package/api/node_modules/mnemonist/multi-array.js +447 -0
  3428. package/api/node_modules/mnemonist/multi-map.d.ts +47 -0
  3429. package/api/node_modules/mnemonist/multi-map.js +408 -0
  3430. package/api/node_modules/mnemonist/multi-set.d.ts +37 -0
  3431. package/api/node_modules/mnemonist/multi-set.js +440 -0
  3432. package/api/node_modules/mnemonist/package.json +119 -0
  3433. package/api/node_modules/mnemonist/passjoin-index.d.ts +54 -0
  3434. package/api/node_modules/mnemonist/passjoin-index.js +518 -0
  3435. package/api/node_modules/mnemonist/queue.d.ts +27 -0
  3436. package/api/node_modules/mnemonist/queue.js +215 -0
  3437. package/api/node_modules/mnemonist/semi-dynamic-trie.js +251 -0
  3438. package/api/node_modules/mnemonist/set.d.ts +18 -0
  3439. package/api/node_modules/mnemonist/set.js +356 -0
  3440. package/api/node_modules/mnemonist/sort/insertion.d.ts +4 -0
  3441. package/api/node_modules/mnemonist/sort/insertion.js +50 -0
  3442. package/api/node_modules/mnemonist/sort/quick.d.ts +4 -0
  3443. package/api/node_modules/mnemonist/sort/quick.js +116 -0
  3444. package/api/node_modules/mnemonist/sparse-map.d.ts +26 -0
  3445. package/api/node_modules/mnemonist/sparse-map.js +243 -0
  3446. package/api/node_modules/mnemonist/sparse-queue-set.d.ts +24 -0
  3447. package/api/node_modules/mnemonist/sparse-queue-set.js +218 -0
  3448. package/api/node_modules/mnemonist/sparse-set.d.ts +23 -0
  3449. package/api/node_modules/mnemonist/sparse-set.js +168 -0
  3450. package/api/node_modules/mnemonist/stack.d.ts +27 -0
  3451. package/api/node_modules/mnemonist/stack.js +210 -0
  3452. package/api/node_modules/mnemonist/static-disjoint-set.d.ts +23 -0
  3453. package/api/node_modules/mnemonist/static-disjoint-set.js +195 -0
  3454. package/api/node_modules/mnemonist/static-interval-tree.d.ts +24 -0
  3455. package/api/node_modules/mnemonist/static-interval-tree.js +387 -0
  3456. package/api/node_modules/mnemonist/suffix-array.d.ts +37 -0
  3457. package/api/node_modules/mnemonist/suffix-array.js +352 -0
  3458. package/api/node_modules/mnemonist/symspell.d.ts +33 -0
  3459. package/api/node_modules/mnemonist/symspell.js +547 -0
  3460. package/api/node_modules/mnemonist/trie-map.d.ts +30 -0
  3461. package/api/node_modules/mnemonist/trie-map.js +477 -0
  3462. package/api/node_modules/mnemonist/trie.d.ts +26 -0
  3463. package/api/node_modules/mnemonist/trie.js +167 -0
  3464. package/api/node_modules/mnemonist/utils/binary-search.js +216 -0
  3465. package/api/node_modules/mnemonist/utils/bitwise.js +109 -0
  3466. package/api/node_modules/mnemonist/utils/comparators.js +79 -0
  3467. package/api/node_modules/mnemonist/utils/hash-tables.js +107 -0
  3468. package/api/node_modules/mnemonist/utils/iterables.js +93 -0
  3469. package/api/node_modules/mnemonist/utils/merge.js +563 -0
  3470. package/api/node_modules/mnemonist/utils/murmurhash3.js +87 -0
  3471. package/api/node_modules/mnemonist/utils/typed-arrays.js +187 -0
  3472. package/api/node_modules/mnemonist/utils/types.d.ts +16 -0
  3473. package/api/node_modules/mnemonist/vector.d.ts +81 -0
  3474. package/api/node_modules/mnemonist/vector.js +373 -0
  3475. package/api/node_modules/mnemonist/vp-tree.d.ts +27 -0
  3476. package/api/node_modules/mnemonist/vp-tree.js +367 -0
  3477. package/api/node_modules/object-inspect/.eslintrc +53 -0
  3478. package/api/node_modules/object-inspect/.github/FUNDING.yml +12 -0
  3479. package/api/node_modules/object-inspect/.nycrc +13 -0
  3480. package/api/node_modules/object-inspect/CHANGELOG.md +424 -0
  3481. package/api/node_modules/object-inspect/LICENSE +21 -0
  3482. package/api/node_modules/object-inspect/example/all.js +23 -0
  3483. package/api/node_modules/object-inspect/example/circular.js +6 -0
  3484. package/api/node_modules/object-inspect/example/fn.js +5 -0
  3485. package/api/node_modules/object-inspect/example/inspect.js +10 -0
  3486. package/api/node_modules/object-inspect/index.js +544 -0
  3487. package/api/node_modules/object-inspect/package-support.json +20 -0
  3488. package/api/node_modules/object-inspect/package.json +105 -0
  3489. package/api/node_modules/object-inspect/readme.markdown +84 -0
  3490. package/api/node_modules/object-inspect/test/bigint.js +58 -0
  3491. package/api/node_modules/object-inspect/test/browser/dom.js +15 -0
  3492. package/api/node_modules/object-inspect/test/circular.js +16 -0
  3493. package/api/node_modules/object-inspect/test/deep.js +12 -0
  3494. package/api/node_modules/object-inspect/test/element.js +53 -0
  3495. package/api/node_modules/object-inspect/test/err.js +48 -0
  3496. package/api/node_modules/object-inspect/test/fakes.js +29 -0
  3497. package/api/node_modules/object-inspect/test/fn.js +76 -0
  3498. package/api/node_modules/object-inspect/test/global.js +17 -0
  3499. package/api/node_modules/object-inspect/test/has.js +15 -0
  3500. package/api/node_modules/object-inspect/test/holes.js +15 -0
  3501. package/api/node_modules/object-inspect/test/indent-option.js +271 -0
  3502. package/api/node_modules/object-inspect/test/inspect.js +139 -0
  3503. package/api/node_modules/object-inspect/test/lowbyte.js +12 -0
  3504. package/api/node_modules/object-inspect/test/number.js +58 -0
  3505. package/api/node_modules/object-inspect/test/quoteStyle.js +26 -0
  3506. package/api/node_modules/object-inspect/test/toStringTag.js +40 -0
  3507. package/api/node_modules/object-inspect/test/undef.js +12 -0
  3508. package/api/node_modules/object-inspect/test/values.js +261 -0
  3509. package/api/node_modules/object-inspect/test-core-js.js +26 -0
  3510. package/api/node_modules/object-inspect/util.inspect.js +1 -0
  3511. package/api/node_modules/obliterator/LICENSE.txt +21 -0
  3512. package/api/node_modules/obliterator/README.md +321 -0
  3513. package/api/node_modules/obliterator/chain.d.ts +3 -0
  3514. package/api/node_modules/obliterator/chain.js +39 -0
  3515. package/api/node_modules/obliterator/combinations.d.ts +3 -0
  3516. package/api/node_modules/obliterator/combinations.js +76 -0
  3517. package/api/node_modules/obliterator/consume.d.ts +1 -0
  3518. package/api/node_modules/obliterator/consume.js +32 -0
  3519. package/api/node_modules/obliterator/filter.d.ts +5 -0
  3520. package/api/node_modules/obliterator/filter.js +28 -0
  3521. package/api/node_modules/obliterator/foreach.d.ts +1 -0
  3522. package/api/node_modules/obliterator/foreach.js +156 -0
  3523. package/api/node_modules/obliterator/index.d.ts +14 -0
  3524. package/api/node_modules/obliterator/index.js +22 -0
  3525. package/api/node_modules/obliterator/iterator.d.ts +19 -0
  3526. package/api/node_modules/obliterator/iterator.js +104 -0
  3527. package/api/node_modules/obliterator/map.d.ts +5 -0
  3528. package/api/node_modules/obliterator/map.js +27 -0
  3529. package/api/node_modules/obliterator/match.d.ts +3 -0
  3530. package/api/node_modules/obliterator/match.js +42 -0
  3531. package/api/node_modules/obliterator/package.json +45 -0
  3532. package/api/node_modules/obliterator/permutations.d.ts +3 -0
  3533. package/api/node_modules/obliterator/permutations.js +96 -0
  3534. package/api/node_modules/obliterator/power-set.d.ts +3 -0
  3535. package/api/node_modules/obliterator/power-set.js +28 -0
  3536. package/api/node_modules/obliterator/range.d.ts +5 -0
  3537. package/api/node_modules/obliterator/range.js +45 -0
  3538. package/api/node_modules/obliterator/split.d.ts +3 -0
  3539. package/api/node_modules/obliterator/split.js +68 -0
  3540. package/api/node_modules/obliterator/take-into.d.ts +5 -0
  3541. package/api/node_modules/obliterator/take-into.js +40 -0
  3542. package/api/node_modules/obliterator/take.d.ts +3 -0
  3543. package/api/node_modules/obliterator/take.js +40 -0
  3544. package/api/node_modules/path-expression-matcher/LICENSE +21 -0
  3545. package/api/node_modules/path-expression-matcher/README.md +885 -0
  3546. package/api/node_modules/path-expression-matcher/lib/pem.cjs +1 -0
  3547. package/api/node_modules/path-expression-matcher/lib/pem.d.cts +634 -0
  3548. package/api/node_modules/path-expression-matcher/lib/pem.min.js +2 -0
  3549. package/api/node_modules/path-expression-matcher/lib/pem.min.js.map +1 -0
  3550. package/api/node_modules/path-expression-matcher/package.json +78 -0
  3551. package/api/node_modules/path-expression-matcher/src/Expression.js +232 -0
  3552. package/api/node_modules/path-expression-matcher/src/ExpressionSet.js +209 -0
  3553. package/api/node_modules/path-expression-matcher/src/Matcher.js +542 -0
  3554. package/api/node_modules/path-expression-matcher/src/index.d.ts +706 -0
  3555. package/api/node_modules/path-expression-matcher/src/index.js +29 -0
  3556. package/api/node_modules/qs/.editorconfig +46 -0
  3557. package/api/node_modules/qs/.github/FUNDING.yml +12 -0
  3558. package/api/node_modules/qs/.github/SECURITY.md +11 -0
  3559. package/api/node_modules/qs/.github/THREAT_MODEL.md +78 -0
  3560. package/api/node_modules/qs/.nycrc +13 -0
  3561. package/api/node_modules/qs/CHANGELOG.md +806 -0
  3562. package/api/node_modules/qs/LICENSE.md +29 -0
  3563. package/api/node_modules/qs/README.md +758 -0
  3564. package/api/node_modules/qs/dist/qs.js +141 -0
  3565. package/api/node_modules/qs/eslint.config.mjs +56 -0
  3566. package/api/node_modules/qs/lib/formats.js +23 -0
  3567. package/api/node_modules/qs/lib/index.js +11 -0
  3568. package/api/node_modules/qs/lib/parse.js +373 -0
  3569. package/api/node_modules/qs/lib/stringify.js +356 -0
  3570. package/api/node_modules/qs/lib/utils.js +342 -0
  3571. package/api/node_modules/qs/package.json +94 -0
  3572. package/api/node_modules/qs/test/empty-keys-cases.js +267 -0
  3573. package/api/node_modules/qs/test/parse.js +1568 -0
  3574. package/api/node_modules/qs/test/stringify.js +1310 -0
  3575. package/api/node_modules/qs/test/utils.js +404 -0
  3576. package/api/node_modules/side-channel/.editorconfig +9 -0
  3577. package/api/node_modules/side-channel/.eslintrc +12 -0
  3578. package/api/node_modules/side-channel/.github/FUNDING.yml +12 -0
  3579. package/api/node_modules/side-channel/.nycrc +13 -0
  3580. package/api/node_modules/side-channel/CHANGELOG.md +110 -0
  3581. package/api/node_modules/side-channel/LICENSE +21 -0
  3582. package/api/node_modules/side-channel/README.md +61 -0
  3583. package/api/node_modules/side-channel/index.d.ts +14 -0
  3584. package/api/node_modules/side-channel/index.js +43 -0
  3585. package/api/node_modules/side-channel/package.json +85 -0
  3586. package/api/node_modules/side-channel/test/index.js +104 -0
  3587. package/api/node_modules/side-channel/tsconfig.json +9 -0
  3588. package/api/node_modules/side-channel-list/.editorconfig +9 -0
  3589. package/api/node_modules/side-channel-list/.eslintrc +11 -0
  3590. package/api/node_modules/side-channel-list/.github/FUNDING.yml +12 -0
  3591. package/api/node_modules/side-channel-list/.nycrc +13 -0
  3592. package/api/node_modules/side-channel-list/CHANGELOG.md +15 -0
  3593. package/api/node_modules/side-channel-list/LICENSE +21 -0
  3594. package/api/node_modules/side-channel-list/README.md +62 -0
  3595. package/api/node_modules/side-channel-list/index.d.ts +13 -0
  3596. package/api/node_modules/side-channel-list/index.js +113 -0
  3597. package/api/node_modules/side-channel-list/list.d.ts +14 -0
  3598. package/api/node_modules/side-channel-list/package.json +77 -0
  3599. package/api/node_modules/side-channel-list/test/index.js +104 -0
  3600. package/api/node_modules/side-channel-list/tsconfig.json +9 -0
  3601. package/api/node_modules/side-channel-map/.editorconfig +9 -0
  3602. package/api/node_modules/side-channel-map/.eslintrc +11 -0
  3603. package/api/node_modules/side-channel-map/.github/FUNDING.yml +12 -0
  3604. package/api/node_modules/side-channel-map/.nycrc +13 -0
  3605. package/api/node_modules/side-channel-map/CHANGELOG.md +22 -0
  3606. package/api/node_modules/side-channel-map/LICENSE +21 -0
  3607. package/api/node_modules/side-channel-map/README.md +62 -0
  3608. package/api/node_modules/side-channel-map/index.d.ts +15 -0
  3609. package/api/node_modules/side-channel-map/index.js +68 -0
  3610. package/api/node_modules/side-channel-map/package.json +80 -0
  3611. package/api/node_modules/side-channel-map/test/index.js +114 -0
  3612. package/api/node_modules/side-channel-map/tsconfig.json +9 -0
  3613. package/api/node_modules/side-channel-weakmap/.editorconfig +9 -0
  3614. package/api/node_modules/side-channel-weakmap/.eslintrc +12 -0
  3615. package/api/node_modules/side-channel-weakmap/.github/FUNDING.yml +12 -0
  3616. package/api/node_modules/side-channel-weakmap/.nycrc +13 -0
  3617. package/api/node_modules/side-channel-weakmap/CHANGELOG.md +28 -0
  3618. package/api/node_modules/side-channel-weakmap/LICENSE +21 -0
  3619. package/api/node_modules/side-channel-weakmap/README.md +62 -0
  3620. package/api/node_modules/side-channel-weakmap/index.d.ts +15 -0
  3621. package/api/node_modules/side-channel-weakmap/index.js +84 -0
  3622. package/api/node_modules/side-channel-weakmap/package.json +87 -0
  3623. package/api/node_modules/side-channel-weakmap/test/index.js +114 -0
  3624. package/api/node_modules/side-channel-weakmap/tsconfig.json +9 -0
  3625. package/api/node_modules/stripe/CHANGELOG.md +3863 -0
  3626. package/api/node_modules/stripe/LICENSE +20 -0
  3627. package/api/node_modules/stripe/OPENAPI_VERSION +1 -0
  3628. package/api/node_modules/stripe/README.md +665 -0
  3629. package/api/node_modules/stripe/VERSION +1 -0
  3630. package/api/node_modules/stripe/cjs/Error.js +203 -0
  3631. package/api/node_modules/stripe/cjs/RequestSender.js +457 -0
  3632. package/api/node_modules/stripe/cjs/ResourceNamespace.js +21 -0
  3633. package/api/node_modules/stripe/cjs/StripeEmitter.js +46 -0
  3634. package/api/node_modules/stripe/cjs/StripeMethod.js +36 -0
  3635. package/api/node_modules/stripe/cjs/StripeResource.js +176 -0
  3636. package/api/node_modules/stripe/cjs/Webhooks.js +212 -0
  3637. package/api/node_modules/stripe/cjs/apiVersion.js +5 -0
  3638. package/api/node_modules/stripe/cjs/autoPagination.js +291 -0
  3639. package/api/node_modules/stripe/cjs/crypto/CryptoProvider.js +51 -0
  3640. package/api/node_modules/stripe/cjs/crypto/NodeCryptoProvider.js +30 -0
  3641. package/api/node_modules/stripe/cjs/crypto/SubtleCryptoProvider.js +51 -0
  3642. package/api/node_modules/stripe/cjs/multipart.js +61 -0
  3643. package/api/node_modules/stripe/cjs/net/FetchHttpClient.js +143 -0
  3644. package/api/node_modules/stripe/cjs/net/HttpClient.js +53 -0
  3645. package/api/node_modules/stripe/cjs/net/NodeHttpClient.js +108 -0
  3646. package/api/node_modules/stripe/cjs/package.json +1 -0
  3647. package/api/node_modules/stripe/cjs/platform/NodePlatformFunctions.js +126 -0
  3648. package/api/node_modules/stripe/cjs/platform/PlatformFunctions.js +98 -0
  3649. package/api/node_modules/stripe/cjs/platform/WebPlatformFunctions.js +42 -0
  3650. package/api/node_modules/stripe/cjs/resources/AccountLinks.js +9 -0
  3651. package/api/node_modules/stripe/cjs/resources/AccountSessions.js +9 -0
  3652. package/api/node_modules/stripe/cjs/resources/Accounts.js +101 -0
  3653. package/api/node_modules/stripe/cjs/resources/ApplePayDomains.js +22 -0
  3654. package/api/node_modules/stripe/cjs/resources/ApplicationFees.js +34 -0
  3655. package/api/node_modules/stripe/cjs/resources/Apps/Secrets.js +19 -0
  3656. package/api/node_modules/stripe/cjs/resources/Balance.js +9 -0
  3657. package/api/node_modules/stripe/cjs/resources/BalanceTransactions.js +17 -0
  3658. package/api/node_modules/stripe/cjs/resources/Billing/Alerts.js +27 -0
  3659. package/api/node_modules/stripe/cjs/resources/Billing/CreditBalanceSummary.js +12 -0
  3660. package/api/node_modules/stripe/cjs/resources/Billing/CreditBalanceTransactions.js +17 -0
  3661. package/api/node_modules/stripe/cjs/resources/Billing/CreditGrants.js +30 -0
  3662. package/api/node_modules/stripe/cjs/resources/Billing/MeterEventAdjustments.js +12 -0
  3663. package/api/node_modules/stripe/cjs/resources/Billing/MeterEvents.js +9 -0
  3664. package/api/node_modules/stripe/cjs/resources/Billing/Meters.js +29 -0
  3665. package/api/node_modules/stripe/cjs/resources/BillingPortal/Configurations.js +25 -0
  3666. package/api/node_modules/stripe/cjs/resources/BillingPortal/Sessions.js +12 -0
  3667. package/api/node_modules/stripe/cjs/resources/Charges.js +25 -0
  3668. package/api/node_modules/stripe/cjs/resources/Checkout/Sessions.js +31 -0
  3669. package/api/node_modules/stripe/cjs/resources/Climate/Orders.js +26 -0
  3670. package/api/node_modules/stripe/cjs/resources/Climate/Products.js +17 -0
  3671. package/api/node_modules/stripe/cjs/resources/Climate/Suppliers.js +17 -0
  3672. package/api/node_modules/stripe/cjs/resources/ConfirmationTokens.js +12 -0
  3673. package/api/node_modules/stripe/cjs/resources/CountrySpecs.js +17 -0
  3674. package/api/node_modules/stripe/cjs/resources/Coupons.js +17 -0
  3675. package/api/node_modules/stripe/cjs/resources/CreditNotes.js +31 -0
  3676. package/api/node_modules/stripe/cjs/resources/CustomerSessions.js +9 -0
  3677. package/api/node_modules/stripe/cjs/resources/Customers.js +115 -0
  3678. package/api/node_modules/stripe/cjs/resources/Disputes.js +19 -0
  3679. package/api/node_modules/stripe/cjs/resources/Entitlements/ActiveEntitlements.js +17 -0
  3680. package/api/node_modules/stripe/cjs/resources/Entitlements/Features.js +22 -0
  3681. package/api/node_modules/stripe/cjs/resources/EphemeralKeys.js +18 -0
  3682. package/api/node_modules/stripe/cjs/resources/Events.js +14 -0
  3683. package/api/node_modules/stripe/cjs/resources/ExchangeRates.js +17 -0
  3684. package/api/node_modules/stripe/cjs/resources/FileLinks.js +16 -0
  3685. package/api/node_modules/stripe/cjs/resources/Files.js +24 -0
  3686. package/api/node_modules/stripe/cjs/resources/FinancialConnections/Accounts.js +38 -0
  3687. package/api/node_modules/stripe/cjs/resources/FinancialConnections/Sessions.js +16 -0
  3688. package/api/node_modules/stripe/cjs/resources/FinancialConnections/Transactions.js +17 -0
  3689. package/api/node_modules/stripe/cjs/resources/Forwarding/Requests.js +18 -0
  3690. package/api/node_modules/stripe/cjs/resources/Identity/VerificationReports.js +17 -0
  3691. package/api/node_modules/stripe/cjs/resources/Identity/VerificationSessions.js +33 -0
  3692. package/api/node_modules/stripe/cjs/resources/InvoiceItems.js +26 -0
  3693. package/api/node_modules/stripe/cjs/resources/InvoiceRenderingTemplates.js +25 -0
  3694. package/api/node_modules/stripe/cjs/resources/Invoices.js +73 -0
  3695. package/api/node_modules/stripe/cjs/resources/Issuing/Authorizations.js +29 -0
  3696. package/api/node_modules/stripe/cjs/resources/Issuing/Cardholders.js +22 -0
  3697. package/api/node_modules/stripe/cjs/resources/Issuing/Cards.js +16 -0
  3698. package/api/node_modules/stripe/cjs/resources/Issuing/Disputes.js +26 -0
  3699. package/api/node_modules/stripe/cjs/resources/Issuing/PersonalizationDesigns.js +25 -0
  3700. package/api/node_modules/stripe/cjs/resources/Issuing/PhysicalBundles.js +17 -0
  3701. package/api/node_modules/stripe/cjs/resources/Issuing/Tokens.js +21 -0
  3702. package/api/node_modules/stripe/cjs/resources/Issuing/Transactions.js +21 -0
  3703. package/api/node_modules/stripe/cjs/resources/Mandates.js +9 -0
  3704. package/api/node_modules/stripe/cjs/resources/OAuth.js +44 -0
  3705. package/api/node_modules/stripe/cjs/resources/PaymentIntents.js +51 -0
  3706. package/api/node_modules/stripe/cjs/resources/PaymentLinks.js +27 -0
  3707. package/api/node_modules/stripe/cjs/resources/PaymentMethodConfigurations.js +25 -0
  3708. package/api/node_modules/stripe/cjs/resources/PaymentMethodDomains.js +29 -0
  3709. package/api/node_modules/stripe/cjs/resources/PaymentMethods.js +30 -0
  3710. package/api/node_modules/stripe/cjs/resources/Payouts.js +24 -0
  3711. package/api/node_modules/stripe/cjs/resources/Plans.js +17 -0
  3712. package/api/node_modules/stripe/cjs/resources/Prices.js +21 -0
  3713. package/api/node_modules/stripe/cjs/resources/Products.js +39 -0
  3714. package/api/node_modules/stripe/cjs/resources/PromotionCodes.js +22 -0
  3715. package/api/node_modules/stripe/cjs/resources/Quotes.js +38 -0
  3716. package/api/node_modules/stripe/cjs/resources/Radar/EarlyFraudWarnings.js +17 -0
  3717. package/api/node_modules/stripe/cjs/resources/Radar/ValueListItems.js +25 -0
  3718. package/api/node_modules/stripe/cjs/resources/Radar/ValueLists.js +26 -0
  3719. package/api/node_modules/stripe/cjs/resources/Refunds.js +20 -0
  3720. package/api/node_modules/stripe/cjs/resources/Reporting/ReportRuns.js +18 -0
  3721. package/api/node_modules/stripe/cjs/resources/Reporting/ReportTypes.js +17 -0
  3722. package/api/node_modules/stripe/cjs/resources/Reviews.js +18 -0
  3723. package/api/node_modules/stripe/cjs/resources/SetupAttempts.js +13 -0
  3724. package/api/node_modules/stripe/cjs/resources/SetupIntents.js +34 -0
  3725. package/api/node_modules/stripe/cjs/resources/ShippingRates.js +22 -0
  3726. package/api/node_modules/stripe/cjs/resources/Sigma/ScheduledQueryRuns.js +17 -0
  3727. package/api/node_modules/stripe/cjs/resources/Sources.js +20 -0
  3728. package/api/node_modules/stripe/cjs/resources/SubscriptionItems.js +35 -0
  3729. package/api/node_modules/stripe/cjs/resources/SubscriptionSchedules.js +33 -0
  3730. package/api/node_modules/stripe/cjs/resources/Subscriptions.js +39 -0
  3731. package/api/node_modules/stripe/cjs/resources/Tax/Calculations.js +18 -0
  3732. package/api/node_modules/stripe/cjs/resources/Tax/Registrations.js +22 -0
  3733. package/api/node_modules/stripe/cjs/resources/Tax/Settings.js +10 -0
  3734. package/api/node_modules/stripe/cjs/resources/Tax/Transactions.js +25 -0
  3735. package/api/node_modules/stripe/cjs/resources/TaxCodes.js +14 -0
  3736. package/api/node_modules/stripe/cjs/resources/TaxIds.js +16 -0
  3737. package/api/node_modules/stripe/cjs/resources/TaxRates.js +16 -0
  3738. package/api/node_modules/stripe/cjs/resources/Terminal/Configurations.js +29 -0
  3739. package/api/node_modules/stripe/cjs/resources/Terminal/ConnectionTokens.js +12 -0
  3740. package/api/node_modules/stripe/cjs/resources/Terminal/Locations.js +26 -0
  3741. package/api/node_modules/stripe/cjs/resources/Terminal/Readers.js +46 -0
  3742. package/api/node_modules/stripe/cjs/resources/TestHelpers/ConfirmationTokens.js +12 -0
  3743. package/api/node_modules/stripe/cjs/resources/TestHelpers/Customers.js +12 -0
  3744. package/api/node_modules/stripe/cjs/resources/TestHelpers/Issuing/Authorizations.js +36 -0
  3745. package/api/node_modules/stripe/cjs/resources/TestHelpers/Issuing/Cards.js +28 -0
  3746. package/api/node_modules/stripe/cjs/resources/TestHelpers/Issuing/PersonalizationDesigns.js +20 -0
  3747. package/api/node_modules/stripe/cjs/resources/TestHelpers/Issuing/Transactions.js +20 -0
  3748. package/api/node_modules/stripe/cjs/resources/TestHelpers/Refunds.js +12 -0
  3749. package/api/node_modules/stripe/cjs/resources/TestHelpers/Terminal/Readers.js +12 -0
  3750. package/api/node_modules/stripe/cjs/resources/TestHelpers/TestClocks.js +29 -0
  3751. package/api/node_modules/stripe/cjs/resources/TestHelpers/Treasury/InboundTransfers.js +20 -0
  3752. package/api/node_modules/stripe/cjs/resources/TestHelpers/Treasury/OutboundPayments.js +24 -0
  3753. package/api/node_modules/stripe/cjs/resources/TestHelpers/Treasury/OutboundTransfers.js +24 -0
  3754. package/api/node_modules/stripe/cjs/resources/TestHelpers/Treasury/ReceivedCredits.js +12 -0
  3755. package/api/node_modules/stripe/cjs/resources/TestHelpers/Treasury/ReceivedDebits.js +12 -0
  3756. package/api/node_modules/stripe/cjs/resources/Tokens.js +10 -0
  3757. package/api/node_modules/stripe/cjs/resources/Topups.js +17 -0
  3758. package/api/node_modules/stripe/cjs/resources/Transfers.js +33 -0
  3759. package/api/node_modules/stripe/cjs/resources/Treasury/CreditReversals.js +21 -0
  3760. package/api/node_modules/stripe/cjs/resources/Treasury/DebitReversals.js +21 -0
  3761. package/api/node_modules/stripe/cjs/resources/Treasury/FinancialAccounts.js +37 -0
  3762. package/api/node_modules/stripe/cjs/resources/Treasury/InboundTransfers.js +25 -0
  3763. package/api/node_modules/stripe/cjs/resources/Treasury/OutboundPayments.js +25 -0
  3764. package/api/node_modules/stripe/cjs/resources/Treasury/OutboundTransfers.js +25 -0
  3765. package/api/node_modules/stripe/cjs/resources/Treasury/ReceivedCredits.js +17 -0
  3766. package/api/node_modules/stripe/cjs/resources/Treasury/ReceivedDebits.js +17 -0
  3767. package/api/node_modules/stripe/cjs/resources/Treasury/TransactionEntries.js +17 -0
  3768. package/api/node_modules/stripe/cjs/resources/Treasury/Transactions.js +17 -0
  3769. package/api/node_modules/stripe/cjs/resources/V2/Billing/MeterEventAdjustments.js +12 -0
  3770. package/api/node_modules/stripe/cjs/resources/V2/Billing/MeterEventSession.js +12 -0
  3771. package/api/node_modules/stripe/cjs/resources/V2/Billing/MeterEventStream.js +13 -0
  3772. package/api/node_modules/stripe/cjs/resources/V2/Billing/MeterEvents.js +9 -0
  3773. package/api/node_modules/stripe/cjs/resources/V2/Core/EventDestinations.js +41 -0
  3774. package/api/node_modules/stripe/cjs/resources/V2/Core/Events.js +57 -0
  3775. package/api/node_modules/stripe/cjs/resources/WebhookEndpoints.js +26 -0
  3776. package/api/node_modules/stripe/cjs/resources.js +304 -0
  3777. package/api/node_modules/stripe/cjs/stripe.cjs.node.js +11 -0
  3778. package/api/node_modules/stripe/cjs/stripe.cjs.worker.js +11 -0
  3779. package/api/node_modules/stripe/cjs/stripe.core.js +376 -0
  3780. package/api/node_modules/stripe/cjs/utils.js +363 -0
  3781. package/api/node_modules/stripe/esm/Error.js +185 -0
  3782. package/api/node_modules/stripe/esm/RequestSender.js +453 -0
  3783. package/api/node_modules/stripe/esm/ResourceNamespace.js +17 -0
  3784. package/api/node_modules/stripe/esm/StripeEmitter.js +42 -0
  3785. package/api/node_modules/stripe/esm/StripeMethod.js +32 -0
  3786. package/api/node_modules/stripe/esm/StripeResource.js +173 -0
  3787. package/api/node_modules/stripe/esm/Webhooks.js +208 -0
  3788. package/api/node_modules/stripe/esm/apiVersion.js +2 -0
  3789. package/api/node_modules/stripe/esm/autoPagination.js +287 -0
  3790. package/api/node_modules/stripe/esm/crypto/CryptoProvider.js +46 -0
  3791. package/api/node_modules/stripe/esm/crypto/NodeCryptoProvider.js +26 -0
  3792. package/api/node_modules/stripe/esm/crypto/SubtleCryptoProvider.js +47 -0
  3793. package/api/node_modules/stripe/esm/multipart.js +57 -0
  3794. package/api/node_modules/stripe/esm/net/FetchHttpClient.js +138 -0
  3795. package/api/node_modules/stripe/esm/net/HttpClient.js +48 -0
  3796. package/api/node_modules/stripe/esm/net/NodeHttpClient.js +103 -0
  3797. package/api/node_modules/stripe/esm/package.json +1 -0
  3798. package/api/node_modules/stripe/esm/platform/NodePlatformFunctions.js +122 -0
  3799. package/api/node_modules/stripe/esm/platform/PlatformFunctions.js +94 -0
  3800. package/api/node_modules/stripe/esm/platform/WebPlatformFunctions.js +38 -0
  3801. package/api/node_modules/stripe/esm/resources/AccountLinks.js +6 -0
  3802. package/api/node_modules/stripe/esm/resources/AccountSessions.js +6 -0
  3803. package/api/node_modules/stripe/esm/resources/Accounts.js +98 -0
  3804. package/api/node_modules/stripe/esm/resources/ApplePayDomains.js +19 -0
  3805. package/api/node_modules/stripe/esm/resources/ApplicationFees.js +31 -0
  3806. package/api/node_modules/stripe/esm/resources/Apps/Secrets.js +16 -0
  3807. package/api/node_modules/stripe/esm/resources/Balance.js +6 -0
  3808. package/api/node_modules/stripe/esm/resources/BalanceTransactions.js +14 -0
  3809. package/api/node_modules/stripe/esm/resources/Billing/Alerts.js +24 -0
  3810. package/api/node_modules/stripe/esm/resources/Billing/CreditBalanceSummary.js +9 -0
  3811. package/api/node_modules/stripe/esm/resources/Billing/CreditBalanceTransactions.js +14 -0
  3812. package/api/node_modules/stripe/esm/resources/Billing/CreditGrants.js +27 -0
  3813. package/api/node_modules/stripe/esm/resources/Billing/MeterEventAdjustments.js +9 -0
  3814. package/api/node_modules/stripe/esm/resources/Billing/MeterEvents.js +6 -0
  3815. package/api/node_modules/stripe/esm/resources/Billing/Meters.js +26 -0
  3816. package/api/node_modules/stripe/esm/resources/BillingPortal/Configurations.js +22 -0
  3817. package/api/node_modules/stripe/esm/resources/BillingPortal/Sessions.js +9 -0
  3818. package/api/node_modules/stripe/esm/resources/Charges.js +22 -0
  3819. package/api/node_modules/stripe/esm/resources/Checkout/Sessions.js +28 -0
  3820. package/api/node_modules/stripe/esm/resources/Climate/Orders.js +23 -0
  3821. package/api/node_modules/stripe/esm/resources/Climate/Products.js +14 -0
  3822. package/api/node_modules/stripe/esm/resources/Climate/Suppliers.js +14 -0
  3823. package/api/node_modules/stripe/esm/resources/ConfirmationTokens.js +9 -0
  3824. package/api/node_modules/stripe/esm/resources/CountrySpecs.js +14 -0
  3825. package/api/node_modules/stripe/esm/resources/Coupons.js +14 -0
  3826. package/api/node_modules/stripe/esm/resources/CreditNotes.js +28 -0
  3827. package/api/node_modules/stripe/esm/resources/CustomerSessions.js +6 -0
  3828. package/api/node_modules/stripe/esm/resources/Customers.js +112 -0
  3829. package/api/node_modules/stripe/esm/resources/Disputes.js +16 -0
  3830. package/api/node_modules/stripe/esm/resources/Entitlements/ActiveEntitlements.js +14 -0
  3831. package/api/node_modules/stripe/esm/resources/Entitlements/Features.js +19 -0
  3832. package/api/node_modules/stripe/esm/resources/EphemeralKeys.js +15 -0
  3833. package/api/node_modules/stripe/esm/resources/Events.js +11 -0
  3834. package/api/node_modules/stripe/esm/resources/ExchangeRates.js +14 -0
  3835. package/api/node_modules/stripe/esm/resources/FileLinks.js +13 -0
  3836. package/api/node_modules/stripe/esm/resources/Files.js +21 -0
  3837. package/api/node_modules/stripe/esm/resources/FinancialConnections/Accounts.js +35 -0
  3838. package/api/node_modules/stripe/esm/resources/FinancialConnections/Sessions.js +13 -0
  3839. package/api/node_modules/stripe/esm/resources/FinancialConnections/Transactions.js +14 -0
  3840. package/api/node_modules/stripe/esm/resources/Forwarding/Requests.js +15 -0
  3841. package/api/node_modules/stripe/esm/resources/Identity/VerificationReports.js +14 -0
  3842. package/api/node_modules/stripe/esm/resources/Identity/VerificationSessions.js +30 -0
  3843. package/api/node_modules/stripe/esm/resources/InvoiceItems.js +23 -0
  3844. package/api/node_modules/stripe/esm/resources/InvoiceRenderingTemplates.js +22 -0
  3845. package/api/node_modules/stripe/esm/resources/Invoices.js +70 -0
  3846. package/api/node_modules/stripe/esm/resources/Issuing/Authorizations.js +26 -0
  3847. package/api/node_modules/stripe/esm/resources/Issuing/Cardholders.js +19 -0
  3848. package/api/node_modules/stripe/esm/resources/Issuing/Cards.js +13 -0
  3849. package/api/node_modules/stripe/esm/resources/Issuing/Disputes.js +23 -0
  3850. package/api/node_modules/stripe/esm/resources/Issuing/PersonalizationDesigns.js +22 -0
  3851. package/api/node_modules/stripe/esm/resources/Issuing/PhysicalBundles.js +14 -0
  3852. package/api/node_modules/stripe/esm/resources/Issuing/Tokens.js +18 -0
  3853. package/api/node_modules/stripe/esm/resources/Issuing/Transactions.js +18 -0
  3854. package/api/node_modules/stripe/esm/resources/Mandates.js +6 -0
  3855. package/api/node_modules/stripe/esm/resources/OAuth.js +42 -0
  3856. package/api/node_modules/stripe/esm/resources/PaymentIntents.js +48 -0
  3857. package/api/node_modules/stripe/esm/resources/PaymentLinks.js +24 -0
  3858. package/api/node_modules/stripe/esm/resources/PaymentMethodConfigurations.js +22 -0
  3859. package/api/node_modules/stripe/esm/resources/PaymentMethodDomains.js +26 -0
  3860. package/api/node_modules/stripe/esm/resources/PaymentMethods.js +27 -0
  3861. package/api/node_modules/stripe/esm/resources/Payouts.js +21 -0
  3862. package/api/node_modules/stripe/esm/resources/Plans.js +14 -0
  3863. package/api/node_modules/stripe/esm/resources/Prices.js +18 -0
  3864. package/api/node_modules/stripe/esm/resources/Products.js +36 -0
  3865. package/api/node_modules/stripe/esm/resources/PromotionCodes.js +19 -0
  3866. package/api/node_modules/stripe/esm/resources/Quotes.js +35 -0
  3867. package/api/node_modules/stripe/esm/resources/Radar/EarlyFraudWarnings.js +14 -0
  3868. package/api/node_modules/stripe/esm/resources/Radar/ValueListItems.js +22 -0
  3869. package/api/node_modules/stripe/esm/resources/Radar/ValueLists.js +23 -0
  3870. package/api/node_modules/stripe/esm/resources/Refunds.js +17 -0
  3871. package/api/node_modules/stripe/esm/resources/Reporting/ReportRuns.js +15 -0
  3872. package/api/node_modules/stripe/esm/resources/Reporting/ReportTypes.js +14 -0
  3873. package/api/node_modules/stripe/esm/resources/Reviews.js +15 -0
  3874. package/api/node_modules/stripe/esm/resources/SetupAttempts.js +10 -0
  3875. package/api/node_modules/stripe/esm/resources/SetupIntents.js +31 -0
  3876. package/api/node_modules/stripe/esm/resources/ShippingRates.js +19 -0
  3877. package/api/node_modules/stripe/esm/resources/Sigma/ScheduledQueryRuns.js +14 -0
  3878. package/api/node_modules/stripe/esm/resources/Sources.js +17 -0
  3879. package/api/node_modules/stripe/esm/resources/SubscriptionItems.js +32 -0
  3880. package/api/node_modules/stripe/esm/resources/SubscriptionSchedules.js +30 -0
  3881. package/api/node_modules/stripe/esm/resources/Subscriptions.js +36 -0
  3882. package/api/node_modules/stripe/esm/resources/Tax/Calculations.js +15 -0
  3883. package/api/node_modules/stripe/esm/resources/Tax/Registrations.js +19 -0
  3884. package/api/node_modules/stripe/esm/resources/Tax/Settings.js +7 -0
  3885. package/api/node_modules/stripe/esm/resources/Tax/Transactions.js +22 -0
  3886. package/api/node_modules/stripe/esm/resources/TaxCodes.js +11 -0
  3887. package/api/node_modules/stripe/esm/resources/TaxIds.js +13 -0
  3888. package/api/node_modules/stripe/esm/resources/TaxRates.js +13 -0
  3889. package/api/node_modules/stripe/esm/resources/Terminal/Configurations.js +26 -0
  3890. package/api/node_modules/stripe/esm/resources/Terminal/ConnectionTokens.js +9 -0
  3891. package/api/node_modules/stripe/esm/resources/Terminal/Locations.js +23 -0
  3892. package/api/node_modules/stripe/esm/resources/Terminal/Readers.js +43 -0
  3893. package/api/node_modules/stripe/esm/resources/TestHelpers/ConfirmationTokens.js +9 -0
  3894. package/api/node_modules/stripe/esm/resources/TestHelpers/Customers.js +9 -0
  3895. package/api/node_modules/stripe/esm/resources/TestHelpers/Issuing/Authorizations.js +33 -0
  3896. package/api/node_modules/stripe/esm/resources/TestHelpers/Issuing/Cards.js +25 -0
  3897. package/api/node_modules/stripe/esm/resources/TestHelpers/Issuing/PersonalizationDesigns.js +17 -0
  3898. package/api/node_modules/stripe/esm/resources/TestHelpers/Issuing/Transactions.js +17 -0
  3899. package/api/node_modules/stripe/esm/resources/TestHelpers/Refunds.js +9 -0
  3900. package/api/node_modules/stripe/esm/resources/TestHelpers/Terminal/Readers.js +9 -0
  3901. package/api/node_modules/stripe/esm/resources/TestHelpers/TestClocks.js +26 -0
  3902. package/api/node_modules/stripe/esm/resources/TestHelpers/Treasury/InboundTransfers.js +17 -0
  3903. package/api/node_modules/stripe/esm/resources/TestHelpers/Treasury/OutboundPayments.js +21 -0
  3904. package/api/node_modules/stripe/esm/resources/TestHelpers/Treasury/OutboundTransfers.js +21 -0
  3905. package/api/node_modules/stripe/esm/resources/TestHelpers/Treasury/ReceivedCredits.js +9 -0
  3906. package/api/node_modules/stripe/esm/resources/TestHelpers/Treasury/ReceivedDebits.js +9 -0
  3907. package/api/node_modules/stripe/esm/resources/Tokens.js +7 -0
  3908. package/api/node_modules/stripe/esm/resources/Topups.js +14 -0
  3909. package/api/node_modules/stripe/esm/resources/Transfers.js +30 -0
  3910. package/api/node_modules/stripe/esm/resources/Treasury/CreditReversals.js +18 -0
  3911. package/api/node_modules/stripe/esm/resources/Treasury/DebitReversals.js +18 -0
  3912. package/api/node_modules/stripe/esm/resources/Treasury/FinancialAccounts.js +34 -0
  3913. package/api/node_modules/stripe/esm/resources/Treasury/InboundTransfers.js +22 -0
  3914. package/api/node_modules/stripe/esm/resources/Treasury/OutboundPayments.js +22 -0
  3915. package/api/node_modules/stripe/esm/resources/Treasury/OutboundTransfers.js +22 -0
  3916. package/api/node_modules/stripe/esm/resources/Treasury/ReceivedCredits.js +14 -0
  3917. package/api/node_modules/stripe/esm/resources/Treasury/ReceivedDebits.js +14 -0
  3918. package/api/node_modules/stripe/esm/resources/Treasury/TransactionEntries.js +14 -0
  3919. package/api/node_modules/stripe/esm/resources/Treasury/Transactions.js +14 -0
  3920. package/api/node_modules/stripe/esm/resources/V2/Billing/MeterEventAdjustments.js +9 -0
  3921. package/api/node_modules/stripe/esm/resources/V2/Billing/MeterEventSession.js +9 -0
  3922. package/api/node_modules/stripe/esm/resources/V2/Billing/MeterEventStream.js +10 -0
  3923. package/api/node_modules/stripe/esm/resources/V2/Billing/MeterEvents.js +6 -0
  3924. package/api/node_modules/stripe/esm/resources/V2/Core/EventDestinations.js +38 -0
  3925. package/api/node_modules/stripe/esm/resources/V2/Core/Events.js +54 -0
  3926. package/api/node_modules/stripe/esm/resources/WebhookEndpoints.js +23 -0
  3927. package/api/node_modules/stripe/esm/resources.js +247 -0
  3928. package/api/node_modules/stripe/esm/stripe.core.js +372 -0
  3929. package/api/node_modules/stripe/esm/stripe.esm.node.js +4 -0
  3930. package/api/node_modules/stripe/esm/stripe.esm.worker.js +4 -0
  3931. package/api/node_modules/stripe/esm/utils.js +340 -0
  3932. package/api/node_modules/stripe/package.json +92 -0
  3933. package/api/node_modules/stripe/types/.eslintrc.js +22 -0
  3934. package/api/node_modules/stripe/types/AccountLinks.d.ts +33 -0
  3935. package/api/node_modules/stripe/types/AccountLinksResource.d.ts +76 -0
  3936. package/api/node_modules/stripe/types/AccountSessions.d.ts +468 -0
  3937. package/api/node_modules/stripe/types/AccountSessionsResource.d.ts +543 -0
  3938. package/api/node_modules/stripe/types/Accounts.d.ts +1578 -0
  3939. package/api/node_modules/stripe/types/AccountsResource.d.ts +4684 -0
  3940. package/api/node_modules/stripe/types/ApplePayDomains.d.ts +57 -0
  3941. package/api/node_modules/stripe/types/ApplePayDomainsResource.d.ts +77 -0
  3942. package/api/node_modules/stripe/types/ApplicationFees.d.ts +108 -0
  3943. package/api/node_modules/stripe/types/ApplicationFeesResource.d.ts +162 -0
  3944. package/api/node_modules/stripe/types/Applications.d.ts +55 -0
  3945. package/api/node_modules/stripe/types/Apps/Secrets.d.ts +80 -0
  3946. package/api/node_modules/stripe/types/Apps/SecretsResource.d.ts +186 -0
  3947. package/api/node_modules/stripe/types/Balance.d.ts +266 -0
  3948. package/api/node_modules/stripe/types/BalanceResource.d.ts +26 -0
  3949. package/api/node_modules/stripe/types/BalanceTransactionSources.d.ts +23 -0
  3950. package/api/node_modules/stripe/types/BalanceTransactions.d.ts +161 -0
  3951. package/api/node_modules/stripe/types/BalanceTransactionsResource.d.ts +72 -0
  3952. package/api/node_modules/stripe/types/BankAccounts.d.ts +419 -0
  3953. package/api/node_modules/stripe/types/Billing/AlertTriggereds.d.ts +42 -0
  3954. package/api/node_modules/stripe/types/Billing/Alerts.d.ts +84 -0
  3955. package/api/node_modules/stripe/types/Billing/AlertsResource.d.ts +183 -0
  3956. package/api/node_modules/stripe/types/Billing/CreditBalanceSummary.d.ts +94 -0
  3957. package/api/node_modules/stripe/types/Billing/CreditBalanceSummaryResource.d.ts +78 -0
  3958. package/api/node_modules/stripe/types/Billing/CreditBalanceTransactions.d.ts +178 -0
  3959. package/api/node_modules/stripe/types/Billing/CreditBalanceTransactionsResource.d.ts +54 -0
  3960. package/api/node_modules/stripe/types/Billing/CreditGrants.d.ts +145 -0
  3961. package/api/node_modules/stripe/types/Billing/CreditGrantsResource.d.ts +238 -0
  3962. package/api/node_modules/stripe/types/Billing/MeterEventAdjustments.d.ts +53 -0
  3963. package/api/node_modules/stripe/types/Billing/MeterEventAdjustmentsResource.d.ts +48 -0
  3964. package/api/node_modules/stripe/types/Billing/MeterEventSummaries.d.ts +50 -0
  3965. package/api/node_modules/stripe/types/Billing/MeterEvents.d.ts +49 -0
  3966. package/api/node_modules/stripe/types/Billing/MeterEventsResource.d.ts +46 -0
  3967. package/api/node_modules/stripe/types/Billing/Meters.d.ts +110 -0
  3968. package/api/node_modules/stripe/types/Billing/MetersResource.d.ts +234 -0
  3969. package/api/node_modules/stripe/types/BillingPortal/Configurations.d.ts +274 -0
  3970. package/api/node_modules/stripe/types/BillingPortal/ConfigurationsResource.d.ts +583 -0
  3971. package/api/node_modules/stripe/types/BillingPortal/Sessions.d.ts +288 -0
  3972. package/api/node_modules/stripe/types/BillingPortal/SessionsResource.d.ts +265 -0
  3973. package/api/node_modules/stripe/types/Capabilities.d.ts +413 -0
  3974. package/api/node_modules/stripe/types/Cards.d.ts +228 -0
  3975. package/api/node_modules/stripe/types/CashBalances.d.ts +52 -0
  3976. package/api/node_modules/stripe/types/Charges.d.ts +2361 -0
  3977. package/api/node_modules/stripe/types/ChargesResource.d.ts +426 -0
  3978. package/api/node_modules/stripe/types/Checkout/Sessions.d.ts +2394 -0
  3979. package/api/node_modules/stripe/types/Checkout/SessionsResource.d.ts +2949 -0
  3980. package/api/node_modules/stripe/types/Climate/Orders.d.ts +197 -0
  3981. package/api/node_modules/stripe/types/Climate/OrdersResource.d.ts +159 -0
  3982. package/api/node_modules/stripe/types/Climate/Products.d.ts +81 -0
  3983. package/api/node_modules/stripe/types/Climate/ProductsResource.d.ts +45 -0
  3984. package/api/node_modules/stripe/types/Climate/Suppliers.d.ts +81 -0
  3985. package/api/node_modules/stripe/types/Climate/SuppliersResource.d.ts +45 -0
  3986. package/api/node_modules/stripe/types/ConfirmationTokens.d.ts +1603 -0
  3987. package/api/node_modules/stripe/types/ConfirmationTokensResource.d.ts +27 -0
  3988. package/api/node_modules/stripe/types/ConnectCollectionTransfers.d.ts +40 -0
  3989. package/api/node_modules/stripe/types/CountrySpecs.d.ts +88 -0
  3990. package/api/node_modules/stripe/types/CountrySpecsResource.d.ts +43 -0
  3991. package/api/node_modules/stripe/types/Coupons.d.ts +139 -0
  3992. package/api/node_modules/stripe/types/CouponsResource.d.ts +203 -0
  3993. package/api/node_modules/stripe/types/CreditNoteLineItems.d.ts +185 -0
  3994. package/api/node_modules/stripe/types/CreditNotes.d.ts +340 -0
  3995. package/api/node_modules/stripe/types/CreditNotesResource.d.ts +632 -0
  3996. package/api/node_modules/stripe/types/CustomerBalanceTransactions.d.ts +94 -0
  3997. package/api/node_modules/stripe/types/CustomerCashBalanceTransactions.d.ts +225 -0
  3998. package/api/node_modules/stripe/types/CustomerSessions.d.ts +158 -0
  3999. package/api/node_modules/stripe/types/CustomerSessionsResource.d.ts +138 -0
  4000. package/api/node_modules/stripe/types/CustomerSources.d.ts +9 -0
  4001. package/api/node_modules/stripe/types/Customers.d.ts +304 -0
  4002. package/api/node_modules/stripe/types/CustomersResource.d.ts +1506 -0
  4003. package/api/node_modules/stripe/types/Deprecations.d.ts +215 -0
  4004. package/api/node_modules/stripe/types/Discounts.d.ts +147 -0
  4005. package/api/node_modules/stripe/types/Disputes.d.ts +504 -0
  4006. package/api/node_modules/stripe/types/DisputesResource.d.ts +384 -0
  4007. package/api/node_modules/stripe/types/Entitlements/ActiveEntitlementSummaries.d.ts +32 -0
  4008. package/api/node_modules/stripe/types/Entitlements/ActiveEntitlements.d.ts +37 -0
  4009. package/api/node_modules/stripe/types/Entitlements/ActiveEntitlementsResource.d.ts +49 -0
  4010. package/api/node_modules/stripe/types/Entitlements/Features.d.ts +48 -0
  4011. package/api/node_modules/stripe/types/Entitlements/FeaturesResource.d.ts +118 -0
  4012. package/api/node_modules/stripe/types/EphemeralKeys.d.ts +40 -0
  4013. package/api/node_modules/stripe/types/EphemeralKeysResource.d.ts +65 -0
  4014. package/api/node_modules/stripe/types/Errors.d.ts +280 -0
  4015. package/api/node_modules/stripe/types/EventTypes.d.ts +4084 -0
  4016. package/api/node_modules/stripe/types/Events.d.ts +359 -0
  4017. package/api/node_modules/stripe/types/EventsResource.d.ts +63 -0
  4018. package/api/node_modules/stripe/types/ExchangeRates.d.ts +52 -0
  4019. package/api/node_modules/stripe/types/ExchangeRatesResource.d.ts +43 -0
  4020. package/api/node_modules/stripe/types/ExternalAccounts.d.ts +9 -0
  4021. package/api/node_modules/stripe/types/FeeRefunds.d.ts +54 -0
  4022. package/api/node_modules/stripe/types/FileLinks.d.ts +57 -0
  4023. package/api/node_modules/stripe/types/FileLinksResource.d.ts +114 -0
  4024. package/api/node_modules/stripe/types/Files.d.ts +92 -0
  4025. package/api/node_modules/stripe/types/FilesResource.d.ts +138 -0
  4026. package/api/node_modules/stripe/types/FinancialConnections/AccountOwners.d.ts +52 -0
  4027. package/api/node_modules/stripe/types/FinancialConnections/AccountOwnerships.d.ts +32 -0
  4028. package/api/node_modules/stripe/types/FinancialConnections/Accounts.d.ts +290 -0
  4029. package/api/node_modules/stripe/types/FinancialConnections/AccountsResource.d.ts +179 -0
  4030. package/api/node_modules/stripe/types/FinancialConnections/Sessions.d.ts +111 -0
  4031. package/api/node_modules/stripe/types/FinancialConnections/SessionsResource.d.ts +123 -0
  4032. package/api/node_modules/stripe/types/FinancialConnections/Transactions.d.ts +85 -0
  4033. package/api/node_modules/stripe/types/FinancialConnections/TransactionsResource.d.ts +68 -0
  4034. package/api/node_modules/stripe/types/Forwarding/Requests.d.ts +165 -0
  4035. package/api/node_modules/stripe/types/Forwarding/RequestsResource.d.ts +127 -0
  4036. package/api/node_modules/stripe/types/FundingInstructions.d.ts +297 -0
  4037. package/api/node_modules/stripe/types/Identity/VerificationReports.d.ts +470 -0
  4038. package/api/node_modules/stripe/types/Identity/VerificationReportsResource.d.ts +71 -0
  4039. package/api/node_modules/stripe/types/Identity/VerificationSessions.d.ts +296 -0
  4040. package/api/node_modules/stripe/types/Identity/VerificationSessionsResource.d.ts +336 -0
  4041. package/api/node_modules/stripe/types/InvoiceItems.d.ts +171 -0
  4042. package/api/node_modules/stripe/types/InvoiceItemsResource.d.ts +397 -0
  4043. package/api/node_modules/stripe/types/InvoiceLineItems.d.ts +263 -0
  4044. package/api/node_modules/stripe/types/InvoiceRenderingTemplates.d.ts +55 -0
  4045. package/api/node_modules/stripe/types/InvoiceRenderingTemplatesResource.d.ts +93 -0
  4046. package/api/node_modules/stripe/types/Invoices.d.ts +1549 -0
  4047. package/api/node_modules/stripe/types/InvoicesResource.d.ts +6418 -0
  4048. package/api/node_modules/stripe/types/Issuing/Authorizations.d.ts +688 -0
  4049. package/api/node_modules/stripe/types/Issuing/AuthorizationsResource.d.ts +151 -0
  4050. package/api/node_modules/stripe/types/Issuing/Cardholders.d.ts +1184 -0
  4051. package/api/node_modules/stripe/types/Issuing/CardholdersResource.d.ts +2411 -0
  4052. package/api/node_modules/stripe/types/Issuing/Cards.d.ts +1264 -0
  4053. package/api/node_modules/stripe/types/Issuing/CardsResource.d.ts +2337 -0
  4054. package/api/node_modules/stripe/types/Issuing/Disputes.d.ts +383 -0
  4055. package/api/node_modules/stripe/types/Issuing/DisputesResource.d.ts +776 -0
  4056. package/api/node_modules/stripe/types/Issuing/PersonalizationDesigns.d.ts +142 -0
  4057. package/api/node_modules/stripe/types/Issuing/PersonalizationDesignsResource.d.ts +253 -0
  4058. package/api/node_modules/stripe/types/Issuing/PhysicalBundles.d.ts +75 -0
  4059. package/api/node_modules/stripe/types/Issuing/PhysicalBundlesResource.d.ts +63 -0
  4060. package/api/node_modules/stripe/types/Issuing/Tokens.d.ts +273 -0
  4061. package/api/node_modules/stripe/types/Issuing/TokensResource.d.ts +88 -0
  4062. package/api/node_modules/stripe/types/Issuing/Transactions.d.ts +479 -0
  4063. package/api/node_modules/stripe/types/Issuing/TransactionsResource.d.ts +92 -0
  4064. package/api/node_modules/stripe/types/LineItems.d.ts +130 -0
  4065. package/api/node_modules/stripe/types/LoginLinks.d.ts +25 -0
  4066. package/api/node_modules/stripe/types/Mandates.d.ts +257 -0
  4067. package/api/node_modules/stripe/types/MandatesResource.d.ts +27 -0
  4068. package/api/node_modules/stripe/types/OAuth.d.ts +355 -0
  4069. package/api/node_modules/stripe/types/PaymentIntents.d.ts +2718 -0
  4070. package/api/node_modules/stripe/types/PaymentIntentsResource.d.ts +8453 -0
  4071. package/api/node_modules/stripe/types/PaymentLinks.d.ts +960 -0
  4072. package/api/node_modules/stripe/types/PaymentLinksResource.d.ts +2014 -0
  4073. package/api/node_modules/stripe/types/PaymentMethodConfigurations.d.ts +1577 -0
  4074. package/api/node_modules/stripe/types/PaymentMethodConfigurationsResource.d.ts +2258 -0
  4075. package/api/node_modules/stripe/types/PaymentMethodDomains.d.ts +185 -0
  4076. package/api/node_modules/stripe/types/PaymentMethodDomainsResource.d.ts +126 -0
  4077. package/api/node_modules/stripe/types/PaymentMethods.d.ts +1495 -0
  4078. package/api/node_modules/stripe/types/PaymentMethodsResource.d.ts +1044 -0
  4079. package/api/node_modules/stripe/types/Payouts.d.ts +172 -0
  4080. package/api/node_modules/stripe/types/PayoutsResource.d.ts +196 -0
  4081. package/api/node_modules/stripe/types/Persons.d.ts +723 -0
  4082. package/api/node_modules/stripe/types/Plans.d.ts +202 -0
  4083. package/api/node_modules/stripe/types/PlansResource.d.ts +310 -0
  4084. package/api/node_modules/stripe/types/Prices.d.ts +336 -0
  4085. package/api/node_modules/stripe/types/PricesResource.d.ts +618 -0
  4086. package/api/node_modules/stripe/types/ProductFeatures.d.ts +57 -0
  4087. package/api/node_modules/stripe/types/Products.d.ts +170 -0
  4088. package/api/node_modules/stripe/types/ProductsResource.d.ts +616 -0
  4089. package/api/node_modules/stripe/types/PromotionCodes.d.ts +110 -0
  4090. package/api/node_modules/stripe/types/PromotionCodesResource.d.ts +211 -0
  4091. package/api/node_modules/stripe/types/Quotes.d.ts +649 -0
  4092. package/api/node_modules/stripe/types/QuotesResource.d.ts +849 -0
  4093. package/api/node_modules/stripe/types/Radar/EarlyFraudWarnings.d.ts +55 -0
  4094. package/api/node_modules/stripe/types/Radar/EarlyFraudWarningsResource.d.ts +64 -0
  4095. package/api/node_modules/stripe/types/Radar/ValueListItems.d.ts +74 -0
  4096. package/api/node_modules/stripe/types/Radar/ValueListItemsResource.d.ts +99 -0
  4097. package/api/node_modules/stripe/types/Radar/ValueLists.d.ts +103 -0
  4098. package/api/node_modules/stripe/types/Radar/ValueListsResource.d.ts +155 -0
  4099. package/api/node_modules/stripe/types/Refunds.d.ts +427 -0
  4100. package/api/node_modules/stripe/types/RefundsResource.d.ts +187 -0
  4101. package/api/node_modules/stripe/types/Reporting/ReportRuns.d.ts +115 -0
  4102. package/api/node_modules/stripe/types/Reporting/ReportRunsResource.d.ts +762 -0
  4103. package/api/node_modules/stripe/types/Reporting/ReportTypes.d.ts +64 -0
  4104. package/api/node_modules/stripe/types/Reporting/ReportTypesResource.d.ts +47 -0
  4105. package/api/node_modules/stripe/types/ReserveTransactions.d.ts +32 -0
  4106. package/api/node_modules/stripe/types/Reviews.d.ts +143 -0
  4107. package/api/node_modules/stripe/types/ReviewsResource.d.ts +68 -0
  4108. package/api/node_modules/stripe/types/SetupAttempts.d.ts +830 -0
  4109. package/api/node_modules/stripe/types/SetupAttemptsResource.d.ts +35 -0
  4110. package/api/node_modules/stripe/types/SetupIntents.d.ts +873 -0
  4111. package/api/node_modules/stripe/types/SetupIntentsResource.d.ts +3873 -0
  4112. package/api/node_modules/stripe/types/ShippingRates.d.ts +155 -0
  4113. package/api/node_modules/stripe/types/ShippingRatesResource.d.ts +262 -0
  4114. package/api/node_modules/stripe/types/Sigma/ScheduledQueryRuns.d.ts +76 -0
  4115. package/api/node_modules/stripe/types/Sigma/ScheduledQueryRunsResource.d.ts +47 -0
  4116. package/api/node_modules/stripe/types/SourceMandateNotifications.d.ts +105 -0
  4117. package/api/node_modules/stripe/types/SourceTransactions.d.ts +203 -0
  4118. package/api/node_modules/stripe/types/Sources.d.ts +746 -0
  4119. package/api/node_modules/stripe/types/SourcesResource.d.ts +611 -0
  4120. package/api/node_modules/stripe/types/SubscriptionItems.d.ts +112 -0
  4121. package/api/node_modules/stripe/types/SubscriptionItemsResource.d.ts +488 -0
  4122. package/api/node_modules/stripe/types/SubscriptionSchedules.d.ts +603 -0
  4123. package/api/node_modules/stripe/types/SubscriptionSchedulesResource.d.ts +1389 -0
  4124. package/api/node_modules/stripe/types/Subscriptions.d.ts +763 -0
  4125. package/api/node_modules/stripe/types/SubscriptionsResource.d.ts +2041 -0
  4126. package/api/node_modules/stripe/types/Tax/CalculationLineItems.d.ts +182 -0
  4127. package/api/node_modules/stripe/types/Tax/Calculations.d.ts +499 -0
  4128. package/api/node_modules/stripe/types/Tax/CalculationsResource.d.ts +389 -0
  4129. package/api/node_modules/stripe/types/Tax/Registrations.d.ts +1374 -0
  4130. package/api/node_modules/stripe/types/Tax/RegistrationsResource.d.ts +1782 -0
  4131. package/api/node_modules/stripe/types/Tax/Settings.d.ts +79 -0
  4132. package/api/node_modules/stripe/types/Tax/SettingsResource.d.ts +77 -0
  4133. package/api/node_modules/stripe/types/Tax/TransactionLineItems.d.ts +90 -0
  4134. package/api/node_modules/stripe/types/Tax/Transactions.d.ts +406 -0
  4135. package/api/node_modules/stripe/types/Tax/TransactionsResource.d.ts +182 -0
  4136. package/api/node_modules/stripe/types/TaxCodes.d.ts +30 -0
  4137. package/api/node_modules/stripe/types/TaxCodesResource.d.ts +43 -0
  4138. package/api/node_modules/stripe/types/TaxDeductedAtSources.d.ts +35 -0
  4139. package/api/node_modules/stripe/types/TaxIds.d.ts +240 -0
  4140. package/api/node_modules/stripe/types/TaxIdsResource.d.ts +241 -0
  4141. package/api/node_modules/stripe/types/TaxRates.d.ts +144 -0
  4142. package/api/node_modules/stripe/types/TaxRatesResource.d.ts +215 -0
  4143. package/api/node_modules/stripe/types/Terminal/Configurations.d.ts +424 -0
  4144. package/api/node_modules/stripe/types/Terminal/ConfigurationsResource.d.ts +985 -0
  4145. package/api/node_modules/stripe/types/Terminal/ConnectionTokens.d.ts +29 -0
  4146. package/api/node_modules/stripe/types/Terminal/ConnectionTokensResource.d.ts +32 -0
  4147. package/api/node_modules/stripe/types/Terminal/Locations.d.ts +71 -0
  4148. package/api/node_modules/stripe/types/Terminal/LocationsResource.d.ts +180 -0
  4149. package/api/node_modules/stripe/types/Terminal/Readers.d.ts +344 -0
  4150. package/api/node_modules/stripe/types/Terminal/ReadersResource.d.ts +423 -0
  4151. package/api/node_modules/stripe/types/TestHelpers/ConfirmationTokensResource.d.ts +741 -0
  4152. package/api/node_modules/stripe/types/TestHelpers/CustomersResource.d.ts +40 -0
  4153. package/api/node_modules/stripe/types/TestHelpers/Issuing/AuthorizationsResource.d.ts +1298 -0
  4154. package/api/node_modules/stripe/types/TestHelpers/Issuing/CardsResource.d.ts +121 -0
  4155. package/api/node_modules/stripe/types/TestHelpers/Issuing/PersonalizationDesignsResource.d.ts +113 -0
  4156. package/api/node_modules/stripe/types/TestHelpers/Issuing/TransactionsResource.d.ts +1354 -0
  4157. package/api/node_modules/stripe/types/TestHelpers/RefundsResource.d.ts +29 -0
  4158. package/api/node_modules/stripe/types/TestHelpers/Terminal/ReadersResource.d.ts +71 -0
  4159. package/api/node_modules/stripe/types/TestHelpers/TestClocks.d.ts +98 -0
  4160. package/api/node_modules/stripe/types/TestHelpers/TestClocksResource.d.ts +108 -0
  4161. package/api/node_modules/stripe/types/TestHelpers/Treasury/InboundTransfersResource.d.ts +108 -0
  4162. package/api/node_modules/stripe/types/TestHelpers/Treasury/OutboundPaymentsResource.d.ts +175 -0
  4163. package/api/node_modules/stripe/types/TestHelpers/Treasury/OutboundTransfersResource.d.ts +175 -0
  4164. package/api/node_modules/stripe/types/TestHelpers/Treasury/ReceivedCreditsResource.d.ts +93 -0
  4165. package/api/node_modules/stripe/types/TestHelpers/Treasury/ReceivedDebitsResource.d.ts +91 -0
  4166. package/api/node_modules/stripe/types/ThinEvent.d.ts +36 -0
  4167. package/api/node_modules/stripe/types/Tokens.d.ts +84 -0
  4168. package/api/node_modules/stripe/types/TokensResource.d.ts +950 -0
  4169. package/api/node_modules/stripe/types/Topups.d.ts +103 -0
  4170. package/api/node_modules/stripe/types/TopupsResource.d.ts +158 -0
  4171. package/api/node_modules/stripe/types/TransferReversals.d.ts +72 -0
  4172. package/api/node_modules/stripe/types/Transfers.d.ts +104 -0
  4173. package/api/node_modules/stripe/types/TransfersResource.d.ts +260 -0
  4174. package/api/node_modules/stripe/types/Treasury/CreditReversals.d.ts +92 -0
  4175. package/api/node_modules/stripe/types/Treasury/CreditReversalsResource.d.ts +88 -0
  4176. package/api/node_modules/stripe/types/Treasury/DebitReversals.d.ts +104 -0
  4177. package/api/node_modules/stripe/types/Treasury/DebitReversalsResource.d.ts +95 -0
  4178. package/api/node_modules/stripe/types/Treasury/FinancialAccountFeatures.d.ts +623 -0
  4179. package/api/node_modules/stripe/types/Treasury/FinancialAccounts.d.ts +250 -0
  4180. package/api/node_modules/stripe/types/Treasury/FinancialAccountsResource.d.ts +724 -0
  4181. package/api/node_modules/stripe/types/Treasury/InboundTransfers.d.ts +235 -0
  4182. package/api/node_modules/stripe/types/Treasury/InboundTransfersResource.d.ts +128 -0
  4183. package/api/node_modules/stripe/types/Treasury/OutboundPayments.d.ts +324 -0
  4184. package/api/node_modules/stripe/types/Treasury/OutboundPaymentsResource.d.ts +285 -0
  4185. package/api/node_modules/stripe/types/Treasury/OutboundTransfers.d.ts +299 -0
  4186. package/api/node_modules/stripe/types/Treasury/OutboundTransfersResource.d.ts +179 -0
  4187. package/api/node_modules/stripe/types/Treasury/ReceivedCredits.d.ts +279 -0
  4188. package/api/node_modules/stripe/types/Treasury/ReceivedCreditsResource.d.ts +79 -0
  4189. package/api/node_modules/stripe/types/Treasury/ReceivedDebits.d.ts +222 -0
  4190. package/api/node_modules/stripe/types/Treasury/ReceivedDebitsResource.d.ts +58 -0
  4191. package/api/node_modules/stripe/types/Treasury/TransactionEntries.d.ts +203 -0
  4192. package/api/node_modules/stripe/types/Treasury/TransactionEntriesResource.d.ts +70 -0
  4193. package/api/node_modules/stripe/types/Treasury/Transactions.d.ts +202 -0
  4194. package/api/node_modules/stripe/types/Treasury/TransactionsResource.d.ts +82 -0
  4195. package/api/node_modules/stripe/types/UpcomingInvoices.d.ts +5 -0
  4196. package/api/node_modules/stripe/types/UsageRecordSummaries.d.ts +56 -0
  4197. package/api/node_modules/stripe/types/UsageRecords.d.ts +45 -0
  4198. package/api/node_modules/stripe/types/V2/Billing/MeterEventAdjustments.d.ts +65 -0
  4199. package/api/node_modules/stripe/types/V2/Billing/MeterEventAdjustmentsResource.d.ts +47 -0
  4200. package/api/node_modules/stripe/types/V2/Billing/MeterEventSessionResource.d.ts +26 -0
  4201. package/api/node_modules/stripe/types/V2/Billing/MeterEventSessions.d.ts +45 -0
  4202. package/api/node_modules/stripe/types/V2/Billing/MeterEventStreamResource.d.ts +62 -0
  4203. package/api/node_modules/stripe/types/V2/Billing/MeterEvents.d.ts +54 -0
  4204. package/api/node_modules/stripe/types/V2/Billing/MeterEventsResource.d.ts +52 -0
  4205. package/api/node_modules/stripe/types/V2/Core/EventDestinationsResource.d.ts +281 -0
  4206. package/api/node_modules/stripe/types/V2/Core/EventsResource.d.ts +57 -0
  4207. package/api/node_modules/stripe/types/V2/EventDestinations.d.ts +164 -0
  4208. package/api/node_modules/stripe/types/V2/EventTypes.d.ts +216 -0
  4209. package/api/node_modules/stripe/types/V2/Events.d.ts +75 -0
  4210. package/api/node_modules/stripe/types/WebhookEndpoints.d.ts +101 -0
  4211. package/api/node_modules/stripe/types/WebhookEndpointsResource.d.ts +742 -0
  4212. package/api/node_modules/stripe/types/Webhooks.d.ts +164 -0
  4213. package/api/node_modules/stripe/types/crypto/crypto.d.ts +59 -0
  4214. package/api/node_modules/stripe/types/index.d.ts +561 -0
  4215. package/api/node_modules/stripe/types/lib.d.ts +308 -0
  4216. package/api/node_modules/stripe/types/net/net.d.ts +99 -0
  4217. package/api/node_modules/stripe/types/shared.d.ts +178 -0
  4218. package/api/node_modules/stripe/types/test/.eslintrc.js +6 -0
  4219. package/api/node_modules/stripe/types/test/tsconfig.json +67 -0
  4220. package/api/node_modules/stripe/types/test/typescriptTest.ts +308 -0
  4221. package/api/node_modules/strnum/CHANGELOG.md +40 -0
  4222. package/api/node_modules/strnum/LICENSE +21 -0
  4223. package/api/node_modules/strnum/README.md +104 -0
  4224. package/api/node_modules/strnum/package.json +31 -0
  4225. package/api/node_modules/strnum/strnum.js +161 -0
  4226. package/api/node_modules/tslib/CopyrightNotice.txt +15 -0
  4227. package/api/node_modules/tslib/LICENSE.txt +12 -0
  4228. package/api/node_modules/tslib/README.md +164 -0
  4229. package/api/node_modules/tslib/SECURITY.md +41 -0
  4230. package/api/node_modules/tslib/modules/index.d.ts +38 -0
  4231. package/api/node_modules/tslib/modules/index.js +70 -0
  4232. package/api/node_modules/tslib/modules/package.json +3 -0
  4233. package/api/node_modules/tslib/package.json +47 -0
  4234. package/api/node_modules/tslib/tslib.d.ts +460 -0
  4235. package/api/node_modules/tslib/tslib.es6.html +1 -0
  4236. package/api/node_modules/tslib/tslib.es6.js +402 -0
  4237. package/api/node_modules/tslib/tslib.es6.mjs +401 -0
  4238. package/api/node_modules/tslib/tslib.html +1 -0
  4239. package/api/node_modules/tslib/tslib.js +484 -0
  4240. package/api/node_modules/undici-types/LICENSE +21 -0
  4241. package/api/node_modules/undici-types/README.md +6 -0
  4242. package/api/node_modules/undici-types/agent.d.ts +32 -0
  4243. package/api/node_modules/undici-types/api.d.ts +43 -0
  4244. package/api/node_modules/undici-types/balanced-pool.d.ts +30 -0
  4245. package/api/node_modules/undici-types/cache-interceptor.d.ts +173 -0
  4246. package/api/node_modules/undici-types/cache.d.ts +36 -0
  4247. package/api/node_modules/undici-types/client-stats.d.ts +15 -0
  4248. package/api/node_modules/undici-types/client.d.ts +108 -0
  4249. package/api/node_modules/undici-types/connector.d.ts +34 -0
  4250. package/api/node_modules/undici-types/content-type.d.ts +21 -0
  4251. package/api/node_modules/undici-types/cookies.d.ts +30 -0
  4252. package/api/node_modules/undici-types/diagnostics-channel.d.ts +74 -0
  4253. package/api/node_modules/undici-types/dispatcher.d.ts +276 -0
  4254. package/api/node_modules/undici-types/env-http-proxy-agent.d.ts +22 -0
  4255. package/api/node_modules/undici-types/errors.d.ts +161 -0
  4256. package/api/node_modules/undici-types/eventsource.d.ts +66 -0
  4257. package/api/node_modules/undici-types/fetch.d.ts +211 -0
  4258. package/api/node_modules/undici-types/formdata.d.ts +108 -0
  4259. package/api/node_modules/undici-types/global-dispatcher.d.ts +9 -0
  4260. package/api/node_modules/undici-types/global-origin.d.ts +7 -0
  4261. package/api/node_modules/undici-types/h2c-client.d.ts +73 -0
  4262. package/api/node_modules/undici-types/handlers.d.ts +15 -0
  4263. package/api/node_modules/undici-types/header.d.ts +160 -0
  4264. package/api/node_modules/undici-types/index.d.ts +88 -0
  4265. package/api/node_modules/undici-types/interceptors.d.ts +73 -0
  4266. package/api/node_modules/undici-types/mock-agent.d.ts +68 -0
  4267. package/api/node_modules/undici-types/mock-call-history.d.ts +111 -0
  4268. package/api/node_modules/undici-types/mock-client.d.ts +27 -0
  4269. package/api/node_modules/undici-types/mock-errors.d.ts +12 -0
  4270. package/api/node_modules/undici-types/mock-interceptor.d.ts +94 -0
  4271. package/api/node_modules/undici-types/mock-pool.d.ts +27 -0
  4272. package/api/node_modules/undici-types/package.json +55 -0
  4273. package/api/node_modules/undici-types/patch.d.ts +29 -0
  4274. package/api/node_modules/undici-types/pool-stats.d.ts +19 -0
  4275. package/api/node_modules/undici-types/pool.d.ts +41 -0
  4276. package/api/node_modules/undici-types/proxy-agent.d.ts +29 -0
  4277. package/api/node_modules/undici-types/readable.d.ts +68 -0
  4278. package/api/node_modules/undici-types/retry-agent.d.ts +8 -0
  4279. package/api/node_modules/undici-types/retry-handler.d.ts +125 -0
  4280. package/api/node_modules/undici-types/round-robin-pool.d.ts +41 -0
  4281. package/api/node_modules/undici-types/snapshot-agent.d.ts +109 -0
  4282. package/api/node_modules/undici-types/util.d.ts +18 -0
  4283. package/api/node_modules/undici-types/utility.d.ts +7 -0
  4284. package/api/node_modules/undici-types/webidl.d.ts +341 -0
  4285. package/api/node_modules/undici-types/websocket.d.ts +186 -0
  4286. package/api/orders.js +32 -0
  4287. package/api/package-lock.json +1668 -0
  4288. package/api/package.json +10 -0
  4289. package/api/session.js +25 -0
  4290. package/api/stock.js +22 -0
  4291. package/api/template.yaml +145 -0
  4292. package/api/webhook.js +87 -0
  4293. package/docs/staticart/CUSTOMIZATION.md +63 -0
  4294. package/package.json +75 -0
  4295. package/scripts/build-icons.js +72 -0
  4296. package/scripts/build-products.js +111 -0
  4297. package/scripts/override.js +74 -0
  4298. package/scripts/release.js +85 -0
  4299. package/scripts/setup.js +14 -0
  4300. package/scripts/sync-vendor.js +29 -0
  4301. package/scripts/test.js +57 -0
  4302. package/scripts/update-stock.js +53 -0
  4303. package/scripts/vendor-deps.js +25 -0
  4304. package/src/assets/staticart_logo.svg +133 -0
  4305. package/src/assets/staticart_logo_mark.svg +87 -0
  4306. package/src/components/atoms/app-badge/app-badge.css +4 -0
  4307. package/src/components/atoms/app-badge/app-badge.js +23 -0
  4308. package/src/components/atoms/app-badge/app-badge.test.js +26 -0
  4309. package/src/components/atoms/app-badge/index.js +1 -0
  4310. package/src/components/atoms/app-button/app-button.css +3 -0
  4311. package/src/components/atoms/app-button/app-button.js +41 -0
  4312. package/src/components/atoms/app-button/app-button.test.js +42 -0
  4313. package/src/components/atoms/app-button/index.js +1 -0
  4314. package/src/components/atoms/app-icon/app-icon.css +4 -0
  4315. package/src/components/atoms/app-icon/app-icon.js +69 -0
  4316. package/src/components/atoms/app-icon/app-icon.test.js +30 -0
  4317. package/src/components/atoms/app-icon/index.js +1 -0
  4318. package/src/components/atoms/cart-count/cart-count.css +18 -0
  4319. package/src/components/atoms/cart-count/cart-count.js +18 -0
  4320. package/src/components/atoms/cart-count/cart-count.test.js +37 -0
  4321. package/src/components/atoms/cart-count/index.js +1 -0
  4322. package/src/components/atoms/region-select/region-select.css +21 -0
  4323. package/src/components/atoms/region-select/region-select.js +62 -0
  4324. package/src/components/atoms/theme-toggle/index.js +1 -0
  4325. package/src/components/atoms/theme-toggle/theme-toggle.css +10 -0
  4326. package/src/components/atoms/theme-toggle/theme-toggle.js +46 -0
  4327. package/src/components/molecules/cart-item/cart-item.css +47 -0
  4328. package/src/components/molecules/cart-item/cart-item.js +81 -0
  4329. package/src/components/molecules/cart-item/cart-item.test.js +51 -0
  4330. package/src/components/molecules/cart-item/index.js +1 -0
  4331. package/src/components/molecules/product-card/helpers.js +45 -0
  4332. package/src/components/molecules/product-card/index.js +1 -0
  4333. package/src/components/molecules/product-card/product-card.css +118 -0
  4334. package/src/components/molecules/product-card/product-card.js +101 -0
  4335. package/src/components/molecules/product-card/product-card.test.js +51 -0
  4336. package/src/components/molecules/related-products/related-products.css +54 -0
  4337. package/src/components/molecules/related-products/related-products.js +90 -0
  4338. package/src/components/molecules/series-gallery/series-gallery.css +54 -0
  4339. package/src/components/molecules/series-gallery/series-gallery.js +60 -0
  4340. package/src/components/organisms/app-footer/app-footer.css +63 -0
  4341. package/src/components/organisms/app-footer/app-footer.js +40 -0
  4342. package/src/components/organisms/app-header/app-header.css +59 -0
  4343. package/src/components/organisms/app-header/app-header.js +77 -0
  4344. package/src/components/organisms/app-header/app-header.test.js +26 -0
  4345. package/src/components/organisms/app-header/index.js +1 -0
  4346. package/src/components/organisms/product-grid/index.js +1 -0
  4347. package/src/components/organisms/product-grid/product-grid.css +29 -0
  4348. package/src/components/organisms/product-grid/product-grid.js +142 -0
  4349. package/src/components/organisms/product-grid/product-grid.test.js +98 -0
  4350. package/src/data/products.json +107 -0
  4351. package/src/icons.json +25 -0
  4352. package/src/index.html +49 -0
  4353. package/src/locales/es.json +36 -0
  4354. package/src/locales/overrides.es.json +7 -0
  4355. package/src/locales/overrides.json +7 -0
  4356. package/src/pages/cart/cart-view.js +114 -0
  4357. package/src/pages/cart/helpers.js +47 -0
  4358. package/src/pages/catalog/catalog-view.js +119 -0
  4359. package/src/pages/content/content-page-view.js +69 -0
  4360. package/src/pages/home/home-view.js +39 -0
  4361. package/src/pages/not-found/not-found-view.js +65 -0
  4362. package/src/pages/order-cancelled/order-cancelled-view.js +25 -0
  4363. package/src/pages/order-success/order-success-view.js +65 -0
  4364. package/src/pages/orders/orders-view.js +98 -0
  4365. package/src/pages/product-detail/helpers.js +79 -0
  4366. package/src/pages/product-detail/product-detail-view.js +137 -0
  4367. package/src/router/index.js +64 -0
  4368. package/src/server.js +112 -0
  4369. package/src/store/AppState.js +27 -0
  4370. package/src/store/CartState.js +94 -0
  4371. package/src/store/Product.js +85 -0
  4372. package/src/store/UserPrefs.js +44 -0
  4373. package/src/styles/buttons.css +87 -0
  4374. package/src/styles/components.css +22 -0
  4375. package/src/styles/forms.css +20 -0
  4376. package/src/styles/pages-cart.css +132 -0
  4377. package/src/styles/pages-content.css +59 -0
  4378. package/src/styles/pages-orders.css +53 -0
  4379. package/src/styles/pages.css +150 -0
  4380. package/src/styles/reset.css +38 -0
  4381. package/src/styles/shared.css +140 -0
  4382. package/src/styles/tokens.css +69 -0
  4383. package/src/utils/checkout.js +31 -0
  4384. package/src/utils/formatDate.js +41 -0
  4385. package/src/utils/formatPrice.js +37 -0
  4386. package/src/utils/i18n.js +100 -0
  4387. package/src/utils/parseFrontmatter.js +27 -0
  4388. package/src/utils/productVariants.js +42 -0
  4389. package/src/utils/renderMarkdown.js +24 -0
  4390. package/src/utils/renderMetadata.js +38 -0
  4391. package/src/utils/setPageMeta.js +24 -0
  4392. package/src/utils/shippingBreakdown.js +108 -0
  4393. package/src/utils/shippingEstimate.js +82 -0
  4394. package/src/utils/statusColors.js +60 -0
  4395. package/src/utils/storeConfig.js +24 -0
  4396. package/src/vendor/hybrids/cache.js +230 -0
  4397. package/src/vendor/hybrids/children.js +43 -0
  4398. package/src/vendor/hybrids/define.js +224 -0
  4399. package/src/vendor/hybrids/emitter.js +31 -0
  4400. package/src/vendor/hybrids/index.js +13 -0
  4401. package/src/vendor/hybrids/localize.js +193 -0
  4402. package/src/vendor/hybrids/mount.js +57 -0
  4403. package/src/vendor/hybrids/parent.js +32 -0
  4404. package/src/vendor/hybrids/render.js +58 -0
  4405. package/src/vendor/hybrids/router.js +1214 -0
  4406. package/src/vendor/hybrids/store.js +1809 -0
  4407. package/src/vendor/hybrids/template/core.js +584 -0
  4408. package/src/vendor/hybrids/template/helpers/index.js +3 -0
  4409. package/src/vendor/hybrids/template/helpers/resolve.js +33 -0
  4410. package/src/vendor/hybrids/template/helpers/set.js +88 -0
  4411. package/src/vendor/hybrids/template/helpers/transition.js +31 -0
  4412. package/src/vendor/hybrids/template/index.js +45 -0
  4413. package/src/vendor/hybrids/template/layout.js +320 -0
  4414. package/src/vendor/hybrids/template/methods.js +32 -0
  4415. package/src/vendor/hybrids/template/resolvers/array.js +113 -0
  4416. package/src/vendor/hybrids/template/resolvers/class.js +43 -0
  4417. package/src/vendor/hybrids/template/resolvers/event.js +35 -0
  4418. package/src/vendor/hybrids/template/resolvers/node.js +10 -0
  4419. package/src/vendor/hybrids/template/resolvers/property.js +55 -0
  4420. package/src/vendor/hybrids/template/resolvers/style.js +36 -0
  4421. package/src/vendor/hybrids/template/resolvers/value.js +50 -0
  4422. package/src/vendor/hybrids/template/utils.js +49 -0
  4423. package/src/vendor/hybrids/utils.js +56 -0
  4424. package/src/vendor/hybrids/value.js +60 -0
  4425. package/templates/.env +22 -0
  4426. package/templates/scripts/build-icons.js +60 -0
  4427. package/templates/scripts/setup.js +15 -0
  4428. package/templates/scripts/vendor-platform.js +36 -0
  4429. package/templates/src/data/products.json +17 -0
  4430. package/templates/src/favicon.svg +87 -0
  4431. package/templates/src/index.html +49 -0
  4432. package/templates/src/locales/overrides.json +2 -0
  4433. package/templates/src/server.js +112 -0
  4434. package/templates/src/styles/tokens.css +69 -0
  4435. package/templates/staticart.config.json +15 -0
  4436. package/vendor/components/atoms/app-badge/app-badge.css +4 -0
  4437. package/vendor/components/atoms/app-badge/app-badge.js +23 -0
  4438. package/vendor/components/atoms/app-badge/app-badge.test.js +26 -0
  4439. package/vendor/components/atoms/app-badge/index.js +1 -0
  4440. package/vendor/components/atoms/app-button/app-button.css +3 -0
  4441. package/vendor/components/atoms/app-button/app-button.js +41 -0
  4442. package/vendor/components/atoms/app-button/app-button.test.js +42 -0
  4443. package/vendor/components/atoms/app-button/index.js +1 -0
  4444. package/vendor/components/atoms/app-icon/app-icon.css +4 -0
  4445. package/vendor/components/atoms/app-icon/app-icon.js +69 -0
  4446. package/vendor/components/atoms/app-icon/app-icon.test.js +30 -0
  4447. package/vendor/components/atoms/app-icon/index.js +1 -0
  4448. package/vendor/components/atoms/cart-count/cart-count.css +18 -0
  4449. package/vendor/components/atoms/cart-count/cart-count.js +18 -0
  4450. package/vendor/components/atoms/cart-count/cart-count.test.js +37 -0
  4451. package/vendor/components/atoms/cart-count/index.js +1 -0
  4452. package/vendor/components/atoms/region-select/region-select.css +21 -0
  4453. package/vendor/components/atoms/region-select/region-select.js +62 -0
  4454. package/vendor/components/atoms/theme-toggle/index.js +1 -0
  4455. package/vendor/components/atoms/theme-toggle/theme-toggle.css +10 -0
  4456. package/vendor/components/atoms/theme-toggle/theme-toggle.js +46 -0
  4457. package/vendor/components/molecules/cart-item/cart-item.css +47 -0
  4458. package/vendor/components/molecules/cart-item/cart-item.js +81 -0
  4459. package/vendor/components/molecules/cart-item/cart-item.test.js +51 -0
  4460. package/vendor/components/molecules/cart-item/index.js +1 -0
  4461. package/vendor/components/molecules/product-card/helpers.js +45 -0
  4462. package/vendor/components/molecules/product-card/index.js +1 -0
  4463. package/vendor/components/molecules/product-card/product-card.css +118 -0
  4464. package/vendor/components/molecules/product-card/product-card.js +101 -0
  4465. package/vendor/components/molecules/product-card/product-card.test.js +51 -0
  4466. package/vendor/components/molecules/related-products/related-products.css +54 -0
  4467. package/vendor/components/molecules/related-products/related-products.js +90 -0
  4468. package/vendor/components/molecules/series-gallery/series-gallery.css +54 -0
  4469. package/vendor/components/molecules/series-gallery/series-gallery.js +60 -0
  4470. package/vendor/components/organisms/app-footer/app-footer.css +63 -0
  4471. package/vendor/components/organisms/app-footer/app-footer.js +40 -0
  4472. package/vendor/components/organisms/app-header/app-header.css +59 -0
  4473. package/vendor/components/organisms/app-header/app-header.js +77 -0
  4474. package/vendor/components/organisms/app-header/app-header.test.js +26 -0
  4475. package/vendor/components/organisms/app-header/index.js +1 -0
  4476. package/vendor/components/organisms/product-grid/index.js +1 -0
  4477. package/vendor/components/organisms/product-grid/product-grid.css +29 -0
  4478. package/vendor/components/organisms/product-grid/product-grid.js +142 -0
  4479. package/vendor/components/organisms/product-grid/product-grid.test.js +98 -0
  4480. package/vendor/locales/es.json +36 -0
  4481. package/vendor/locales/overrides.es.json +7 -0
  4482. package/vendor/locales/overrides.json +7 -0
  4483. package/vendor/pages/cart/cart-view.js +114 -0
  4484. package/vendor/pages/cart/helpers.js +47 -0
  4485. package/vendor/pages/catalog/catalog-view.js +119 -0
  4486. package/vendor/pages/content/content-page-view.js +69 -0
  4487. package/vendor/pages/home/home-view.js +39 -0
  4488. package/vendor/pages/not-found/not-found-view.js +65 -0
  4489. package/vendor/pages/order-cancelled/order-cancelled-view.js +25 -0
  4490. package/vendor/pages/order-success/order-success-view.js +65 -0
  4491. package/vendor/pages/orders/orders-view.js +98 -0
  4492. package/vendor/pages/product-detail/helpers.js +79 -0
  4493. package/vendor/pages/product-detail/product-detail-view.js +137 -0
  4494. package/vendor/router/index.js +64 -0
  4495. package/vendor/store/AppState.js +27 -0
  4496. package/vendor/store/CartState.js +94 -0
  4497. package/vendor/store/Product.js +85 -0
  4498. package/vendor/store/UserPrefs.js +44 -0
  4499. package/vendor/styles/buttons.css +87 -0
  4500. package/vendor/styles/components.css +22 -0
  4501. package/vendor/styles/forms.css +20 -0
  4502. package/vendor/styles/pages-cart.css +132 -0
  4503. package/vendor/styles/pages-content.css +59 -0
  4504. package/vendor/styles/pages-orders.css +53 -0
  4505. package/vendor/styles/pages.css +150 -0
  4506. package/vendor/styles/reset.css +38 -0
  4507. package/vendor/styles/shared.css +140 -0
  4508. package/vendor/styles/tokens.css +69 -0
  4509. package/vendor/utils/checkout.js +31 -0
  4510. package/vendor/utils/formatDate.js +41 -0
  4511. package/vendor/utils/formatPrice.js +37 -0
  4512. package/vendor/utils/i18n.js +100 -0
  4513. package/vendor/utils/parseFrontmatter.js +27 -0
  4514. package/vendor/utils/productVariants.js +42 -0
  4515. package/vendor/utils/renderMarkdown.js +24 -0
  4516. package/vendor/utils/renderMetadata.js +38 -0
  4517. package/vendor/utils/setPageMeta.js +24 -0
  4518. package/vendor/utils/shippingBreakdown.js +108 -0
  4519. package/vendor/utils/shippingEstimate.js +82 -0
  4520. package/vendor/utils/statusColors.js +60 -0
  4521. package/vendor/utils/storeConfig.js +24 -0
@@ -0,0 +1,2394 @@
1
+ // File generated from our OpenAPI spec
2
+
3
+ declare module 'stripe' {
4
+ namespace Stripe {
5
+ namespace Checkout {
6
+ /**
7
+ * A Checkout Session represents your customer's session as they pay for
8
+ * one-time purchases or subscriptions through [Checkout](https://stripe.com/docs/payments/checkout)
9
+ * or [Payment Links](https://stripe.com/docs/payments/payment-links). We recommend creating a
10
+ * new Session each time your customer attempts to pay.
11
+ *
12
+ * Once payment is successful, the Checkout Session will contain a reference
13
+ * to the [Customer](https://stripe.com/docs/api/customers), and either the successful
14
+ * [PaymentIntent](https://stripe.com/docs/api/payment_intents) or an active
15
+ * [Subscription](https://stripe.com/docs/api/subscriptions).
16
+ *
17
+ * You can create a Checkout Session on your server and redirect to its URL
18
+ * to begin Checkout.
19
+ *
20
+ * Related guide: [Checkout quickstart](https://stripe.com/docs/checkout/quickstart)
21
+ */
22
+ interface Session {
23
+ /**
24
+ * Unique identifier for the object.
25
+ */
26
+ id: string;
27
+
28
+ /**
29
+ * String representing the object's type. Objects of the same type share the same value.
30
+ */
31
+ object: 'checkout.session';
32
+
33
+ /**
34
+ * Settings for price localization with [Adaptive Pricing](https://docs.stripe.com/payments/checkout/adaptive-pricing).
35
+ */
36
+ adaptive_pricing: Session.AdaptivePricing | null;
37
+
38
+ /**
39
+ * When set, provides configuration for actions to take if this Checkout Session expires.
40
+ */
41
+ after_expiration: Session.AfterExpiration | null;
42
+
43
+ /**
44
+ * Enables user redeemable promotion codes.
45
+ */
46
+ allow_promotion_codes: boolean | null;
47
+
48
+ /**
49
+ * Total of all items before discounts or taxes are applied.
50
+ */
51
+ amount_subtotal: number | null;
52
+
53
+ /**
54
+ * Total of all items after discounts and taxes are applied.
55
+ */
56
+ amount_total: number | null;
57
+
58
+ automatic_tax: Session.AutomaticTax;
59
+
60
+ /**
61
+ * Describes whether Checkout should collect the customer's billing address. Defaults to `auto`.
62
+ */
63
+ billing_address_collection: Session.BillingAddressCollection | null;
64
+
65
+ /**
66
+ * If set, Checkout displays a back button and customers will be directed to this URL if they decide to cancel payment and return to your website.
67
+ */
68
+ cancel_url: string | null;
69
+
70
+ /**
71
+ * A unique string to reference the Checkout Session. This can be a
72
+ * customer ID, a cart ID, or similar, and can be used to reconcile the
73
+ * Session with your internal systems.
74
+ */
75
+ client_reference_id: string | null;
76
+
77
+ /**
78
+ * Client secret to be used when initializing Stripe.js embedded checkout.
79
+ */
80
+ client_secret: string | null;
81
+
82
+ /**
83
+ * Information about the customer collected within the Checkout Session.
84
+ */
85
+ collected_information?: Session.CollectedInformation | null;
86
+
87
+ /**
88
+ * Results of `consent_collection` for this session.
89
+ */
90
+ consent: Session.Consent | null;
91
+
92
+ /**
93
+ * When set, provides configuration for the Checkout Session to gather active consent from customers.
94
+ */
95
+ consent_collection: Session.ConsentCollection | null;
96
+
97
+ /**
98
+ * Time at which the object was created. Measured in seconds since the Unix epoch.
99
+ */
100
+ created: number;
101
+
102
+ /**
103
+ * Three-letter [ISO currency code](https://www.iso.org/iso-4217-currency-codes.html), in lowercase. Must be a [supported currency](https://stripe.com/docs/currencies).
104
+ */
105
+ currency: string | null;
106
+
107
+ /**
108
+ * Currency conversion details for [Adaptive Pricing](https://docs.stripe.com/payments/checkout/adaptive-pricing) sessions
109
+ */
110
+ currency_conversion: Session.CurrencyConversion | null;
111
+
112
+ /**
113
+ * Collect additional information from your customer using custom fields. Up to 3 fields are supported.
114
+ */
115
+ custom_fields: Array<Session.CustomField>;
116
+
117
+ custom_text: Session.CustomText;
118
+
119
+ /**
120
+ * The ID of the customer for this Session.
121
+ * For Checkout Sessions in `subscription` mode or Checkout Sessions with `customer_creation` set as `always` in `payment` mode, Checkout
122
+ * will create a new customer object based on information provided
123
+ * during the payment flow unless an existing customer was provided when
124
+ * the Session was created.
125
+ */
126
+ customer: string | Stripe.Customer | Stripe.DeletedCustomer | null;
127
+
128
+ /**
129
+ * Configure whether a Checkout Session creates a Customer when the Checkout Session completes.
130
+ */
131
+ customer_creation: Session.CustomerCreation | null;
132
+
133
+ /**
134
+ * The customer details including the customer's tax exempt status and the customer's tax IDs. Customer's address details are not present on Sessions in `setup` mode.
135
+ */
136
+ customer_details: Session.CustomerDetails | null;
137
+
138
+ /**
139
+ * If provided, this value will be used when the Customer object is created.
140
+ * If not provided, customers will be asked to enter their email address.
141
+ * Use this parameter to prefill customer data if you already have an email
142
+ * on file. To access information about the customer once the payment flow is
143
+ * complete, use the `customer` attribute.
144
+ */
145
+ customer_email: string | null;
146
+
147
+ /**
148
+ * List of coupons and promotion codes attached to the Checkout Session.
149
+ */
150
+ discounts: Array<Session.Discount> | null;
151
+
152
+ /**
153
+ * The timestamp at which the Checkout Session will expire.
154
+ */
155
+ expires_at: number;
156
+
157
+ /**
158
+ * ID of the invoice created by the Checkout Session, if it exists.
159
+ */
160
+ invoice: string | Stripe.Invoice | null;
161
+
162
+ /**
163
+ * Details on the state of invoice creation for the Checkout Session.
164
+ */
165
+ invoice_creation: Session.InvoiceCreation | null;
166
+
167
+ /**
168
+ * The line items purchased by the customer.
169
+ */
170
+ line_items?: ApiList<Stripe.LineItem>;
171
+
172
+ /**
173
+ * Has the value `true` if the object exists in live mode or the value `false` if the object exists in test mode.
174
+ */
175
+ livemode: boolean;
176
+
177
+ /**
178
+ * The IETF language tag of the locale Checkout is displayed in. If blank or `auto`, the browser's locale is used.
179
+ */
180
+ locale: Session.Locale | null;
181
+
182
+ /**
183
+ * Set of [key-value pairs](https://stripe.com/docs/api/metadata) that you can attach to an object. This can be useful for storing additional information about the object in a structured format.
184
+ */
185
+ metadata: Stripe.Metadata | null;
186
+
187
+ /**
188
+ * The mode of the Checkout Session.
189
+ */
190
+ mode: Session.Mode;
191
+
192
+ /**
193
+ * The ID of the PaymentIntent for Checkout Sessions in `payment` mode. You can't confirm or cancel the PaymentIntent for a Checkout Session. To cancel, [expire the Checkout Session](https://stripe.com/docs/api/checkout/sessions/expire) instead.
194
+ */
195
+ payment_intent: string | Stripe.PaymentIntent | null;
196
+
197
+ /**
198
+ * The ID of the Payment Link that created this Session.
199
+ */
200
+ payment_link: string | Stripe.PaymentLink | null;
201
+
202
+ /**
203
+ * Configure whether a Checkout Session should collect a payment method. Defaults to `always`.
204
+ */
205
+ payment_method_collection: Session.PaymentMethodCollection | null;
206
+
207
+ /**
208
+ * Information about the payment method configuration used for this Checkout session if using dynamic payment methods.
209
+ */
210
+ payment_method_configuration_details: Session.PaymentMethodConfigurationDetails | null;
211
+
212
+ /**
213
+ * Payment-method-specific configuration for the PaymentIntent or SetupIntent of this CheckoutSession.
214
+ */
215
+ payment_method_options: Session.PaymentMethodOptions | null;
216
+
217
+ /**
218
+ * A list of the types of payment methods (e.g. card) this Checkout
219
+ * Session is allowed to accept.
220
+ */
221
+ payment_method_types: Array<string>;
222
+
223
+ /**
224
+ * The payment status of the Checkout Session, one of `paid`, `unpaid`, or `no_payment_required`.
225
+ * You can use this value to decide when to fulfill your customer's order.
226
+ */
227
+ payment_status: Session.PaymentStatus;
228
+
229
+ phone_number_collection?: Session.PhoneNumberCollection;
230
+
231
+ /**
232
+ * The ID of the original expired Checkout Session that triggered the recovery flow.
233
+ */
234
+ recovered_from: string | null;
235
+
236
+ /**
237
+ * This parameter applies to `ui_mode: embedded`. Learn more about the [redirect behavior](https://stripe.com/docs/payments/checkout/custom-success-page?payment-ui=embedded-form) of embedded sessions. Defaults to `always`.
238
+ */
239
+ redirect_on_completion?: Session.RedirectOnCompletion;
240
+
241
+ /**
242
+ * Applies to Checkout Sessions with `ui_mode: embedded`. The URL to redirect your customer back to after they authenticate or cancel their payment on the payment method's app or site.
243
+ */
244
+ return_url?: string;
245
+
246
+ /**
247
+ * Controls saved payment method settings for the session. Only available in `payment` and `subscription` mode.
248
+ */
249
+ saved_payment_method_options: Session.SavedPaymentMethodOptions | null;
250
+
251
+ /**
252
+ * The ID of the SetupIntent for Checkout Sessions in `setup` mode. You can't confirm or cancel the SetupIntent for a Checkout Session. To cancel, [expire the Checkout Session](https://stripe.com/docs/api/checkout/sessions/expire) instead.
253
+ */
254
+ setup_intent: string | Stripe.SetupIntent | null;
255
+
256
+ /**
257
+ * When set, provides configuration for Checkout to collect a shipping address from a customer.
258
+ */
259
+ shipping_address_collection: Session.ShippingAddressCollection | null;
260
+
261
+ /**
262
+ * The details of the customer cost of shipping, including the customer chosen ShippingRate.
263
+ */
264
+ shipping_cost: Session.ShippingCost | null;
265
+
266
+ /**
267
+ * Shipping information for this Checkout Session.
268
+ */
269
+ shipping_details: Session.ShippingDetails | null;
270
+
271
+ /**
272
+ * The shipping rate options applied to this Session.
273
+ */
274
+ shipping_options: Array<Session.ShippingOption>;
275
+
276
+ /**
277
+ * The status of the Checkout Session, one of `open`, `complete`, or `expired`.
278
+ */
279
+ status: Session.Status | null;
280
+
281
+ /**
282
+ * Describes the type of transaction being performed by Checkout in order to customize
283
+ * relevant text on the page, such as the submit button. `submit_type` can only be
284
+ * specified on Checkout Sessions in `payment` mode. If blank or `auto`, `pay` is used.
285
+ */
286
+ submit_type: Session.SubmitType | null;
287
+
288
+ /**
289
+ * The ID of the subscription for Checkout Sessions in `subscription` mode.
290
+ */
291
+ subscription: string | Stripe.Subscription | null;
292
+
293
+ /**
294
+ * The URL the customer will be directed to after the payment or
295
+ * subscription creation is successful.
296
+ */
297
+ success_url: string | null;
298
+
299
+ tax_id_collection?: Session.TaxIdCollection;
300
+
301
+ /**
302
+ * Tax and discount details for the computed total amount.
303
+ */
304
+ total_details: Session.TotalDetails | null;
305
+
306
+ /**
307
+ * The UI mode of the Session. Defaults to `hosted`.
308
+ */
309
+ ui_mode: Session.UiMode | null;
310
+
311
+ /**
312
+ * The URL to the Checkout Session. Redirect customers to this URL to take them to Checkout. If you're using [Custom Domains](https://stripe.com/docs/payments/checkout/custom-domains), the URL will use your subdomain. Otherwise, it'll use `checkout.stripe.com.`
313
+ * This value is only present when the session is active.
314
+ */
315
+ url: string | null;
316
+ }
317
+
318
+ namespace Session {
319
+ interface AdaptivePricing {
320
+ /**
321
+ * Whether Adaptive Pricing is enabled.
322
+ */
323
+ enabled: boolean;
324
+ }
325
+
326
+ interface AfterExpiration {
327
+ /**
328
+ * When set, configuration used to recover the Checkout Session on expiry.
329
+ */
330
+ recovery: AfterExpiration.Recovery | null;
331
+ }
332
+
333
+ namespace AfterExpiration {
334
+ interface Recovery {
335
+ /**
336
+ * Enables user redeemable promotion codes on the recovered Checkout Sessions. Defaults to `false`
337
+ */
338
+ allow_promotion_codes: boolean;
339
+
340
+ /**
341
+ * If `true`, a recovery url will be generated to recover this Checkout Session if it
342
+ * expires before a transaction is completed. It will be attached to the
343
+ * Checkout Session object upon expiration.
344
+ */
345
+ enabled: boolean;
346
+
347
+ /**
348
+ * The timestamp at which the recovery URL will expire.
349
+ */
350
+ expires_at: number | null;
351
+
352
+ /**
353
+ * URL that creates a new Checkout Session when clicked that is a copy of this expired Checkout Session
354
+ */
355
+ url: string | null;
356
+ }
357
+ }
358
+
359
+ interface AutomaticTax {
360
+ /**
361
+ * Indicates whether automatic tax is enabled for the session
362
+ */
363
+ enabled: boolean;
364
+
365
+ /**
366
+ * The account that's liable for tax. If set, the business address and tax registrations required to perform the tax calculation are loaded from this account. The tax transaction is returned in the report of the connected account.
367
+ */
368
+ liability: AutomaticTax.Liability | null;
369
+
370
+ /**
371
+ * The status of the most recent automated tax calculation for this session.
372
+ */
373
+ status: AutomaticTax.Status | null;
374
+ }
375
+
376
+ namespace AutomaticTax {
377
+ interface Liability {
378
+ /**
379
+ * The connected account being referenced when `type` is `account`.
380
+ */
381
+ account?: string | Stripe.Account;
382
+
383
+ /**
384
+ * Type of the account referenced.
385
+ */
386
+ type: Liability.Type;
387
+ }
388
+
389
+ namespace Liability {
390
+ type Type = 'account' | 'self';
391
+ }
392
+
393
+ type Status = 'complete' | 'failed' | 'requires_location_inputs';
394
+ }
395
+
396
+ type BillingAddressCollection = 'auto' | 'required';
397
+
398
+ interface CollectedInformation {
399
+ /**
400
+ * Shipping information for this Checkout Session.
401
+ */
402
+ shipping_details?: CollectedInformation.ShippingDetails | null;
403
+ }
404
+
405
+ namespace CollectedInformation {
406
+ interface ShippingDetails {
407
+ address?: Stripe.Address;
408
+
409
+ /**
410
+ * The delivery service that shipped a physical product, such as Fedex, UPS, USPS, etc.
411
+ */
412
+ carrier?: string | null;
413
+
414
+ /**
415
+ * Recipient name.
416
+ */
417
+ name?: string;
418
+
419
+ /**
420
+ * Recipient phone (including extension).
421
+ */
422
+ phone?: string | null;
423
+
424
+ /**
425
+ * The tracking number for a physical product, obtained from the delivery service. If multiple tracking numbers were generated for this purchase, please separate them with commas.
426
+ */
427
+ tracking_number?: string | null;
428
+ }
429
+ }
430
+
431
+ interface Consent {
432
+ /**
433
+ * If `opt_in`, the customer consents to receiving promotional communications
434
+ * from the merchant about this Checkout Session.
435
+ */
436
+ promotions: Consent.Promotions | null;
437
+
438
+ /**
439
+ * If `accepted`, the customer in this Checkout Session has agreed to the merchant's terms of service.
440
+ */
441
+ terms_of_service: 'accepted' | null;
442
+ }
443
+
444
+ namespace Consent {
445
+ type Promotions = 'opt_in' | 'opt_out';
446
+ }
447
+
448
+ interface ConsentCollection {
449
+ /**
450
+ * If set to `hidden`, it will hide legal text related to the reuse of a payment method.
451
+ */
452
+ payment_method_reuse_agreement: ConsentCollection.PaymentMethodReuseAgreement | null;
453
+
454
+ /**
455
+ * If set to `auto`, enables the collection of customer consent for promotional communications. The Checkout
456
+ * Session will determine whether to display an option to opt into promotional communication
457
+ * from the merchant depending on the customer's locale. Only available to US merchants.
458
+ */
459
+ promotions: ConsentCollection.Promotions | null;
460
+
461
+ /**
462
+ * If set to `required`, it requires customers to accept the terms of service before being able to pay.
463
+ */
464
+ terms_of_service: ConsentCollection.TermsOfService | null;
465
+ }
466
+
467
+ namespace ConsentCollection {
468
+ interface PaymentMethodReuseAgreement {
469
+ /**
470
+ * Determines the position and visibility of the payment method reuse agreement in the UI. When set to `auto`, Stripe's defaults will be used.
471
+ *
472
+ * When set to `hidden`, the payment method reuse agreement text will always be hidden in the UI.
473
+ */
474
+ position: PaymentMethodReuseAgreement.Position;
475
+ }
476
+
477
+ namespace PaymentMethodReuseAgreement {
478
+ type Position = 'auto' | 'hidden';
479
+ }
480
+
481
+ type Promotions = 'auto' | 'none';
482
+
483
+ type TermsOfService = 'none' | 'required';
484
+ }
485
+
486
+ interface CurrencyConversion {
487
+ /**
488
+ * Total of all items in source currency before discounts or taxes are applied.
489
+ */
490
+ amount_subtotal: number;
491
+
492
+ /**
493
+ * Total of all items in source currency after discounts and taxes are applied.
494
+ */
495
+ amount_total: number;
496
+
497
+ /**
498
+ * Exchange rate used to convert source currency amounts to customer currency amounts
499
+ */
500
+ fx_rate: string;
501
+
502
+ /**
503
+ * Creation currency of the CheckoutSession before localization
504
+ */
505
+ source_currency: string;
506
+ }
507
+
508
+ type CustomerCreation = 'always' | 'if_required';
509
+
510
+ interface CustomerDetails {
511
+ /**
512
+ * The customer's address after a completed Checkout Session. Note: This property is populated only for sessions on or after March 30, 2022.
513
+ */
514
+ address: Stripe.Address | null;
515
+
516
+ /**
517
+ * The email associated with the Customer, if one exists, on the Checkout Session after a completed Checkout Session or at time of session expiry.
518
+ * Otherwise, if the customer has consented to promotional content, this value is the most recent valid email provided by the customer on the Checkout form.
519
+ */
520
+ email: string | null;
521
+
522
+ /**
523
+ * The customer's name after a completed Checkout Session. Note: This property is populated only for sessions on or after March 30, 2022.
524
+ */
525
+ name: string | null;
526
+
527
+ /**
528
+ * The customer's phone number after a completed Checkout Session.
529
+ */
530
+ phone: string | null;
531
+
532
+ /**
533
+ * The customer's tax exempt status after a completed Checkout Session.
534
+ */
535
+ tax_exempt: CustomerDetails.TaxExempt | null;
536
+
537
+ /**
538
+ * The customer's tax IDs after a completed Checkout Session.
539
+ */
540
+ tax_ids: Array<CustomerDetails.TaxId> | null;
541
+ }
542
+
543
+ namespace CustomerDetails {
544
+ type TaxExempt = 'exempt' | 'none' | 'reverse';
545
+
546
+ interface TaxId {
547
+ /**
548
+ * The type of the tax ID, one of `ad_nrt`, `ar_cuit`, `eu_vat`, `bo_tin`, `br_cnpj`, `br_cpf`, `cn_tin`, `co_nit`, `cr_tin`, `do_rcn`, `ec_ruc`, `eu_oss_vat`, `hr_oib`, `pe_ruc`, `ro_tin`, `rs_pib`, `sv_nit`, `uy_ruc`, `ve_rif`, `vn_tin`, `gb_vat`, `nz_gst`, `au_abn`, `au_arn`, `in_gst`, `no_vat`, `no_voec`, `za_vat`, `ch_vat`, `mx_rfc`, `sg_uen`, `ru_inn`, `ru_kpp`, `ca_bn`, `hk_br`, `es_cif`, `tw_vat`, `th_vat`, `jp_cn`, `jp_rn`, `jp_trn`, `li_uid`, `li_vat`, `my_itn`, `us_ein`, `kr_brn`, `ca_qst`, `ca_gst_hst`, `ca_pst_bc`, `ca_pst_mb`, `ca_pst_sk`, `my_sst`, `sg_gst`, `ae_trn`, `cl_tin`, `sa_vat`, `id_npwp`, `my_frp`, `il_vat`, `ge_vat`, `ua_vat`, `is_vat`, `bg_uic`, `hu_tin`, `si_tin`, `ke_pin`, `tr_tin`, `eg_tin`, `ph_tin`, `al_tin`, `bh_vat`, `kz_bin`, `ng_tin`, `om_vat`, `de_stn`, `ch_uid`, `tz_vat`, `uz_vat`, `uz_tin`, `md_vat`, `ma_vat`, `by_tin`, `ao_tin`, `bs_tin`, `bb_tin`, `cd_nif`, `mr_nif`, `me_pib`, `zw_tin`, `ba_tin`, `gn_nif`, `mk_vat`, `sr_fin`, `sn_ninea`, `am_tin`, `np_pan`, `tj_tin`, `ug_tin`, `zm_tin`, `kh_tin`, or `unknown`
549
+ */
550
+ type: TaxId.Type;
551
+
552
+ /**
553
+ * The value of the tax ID.
554
+ */
555
+ value: string | null;
556
+ }
557
+
558
+ namespace TaxId {
559
+ type Type =
560
+ | 'ad_nrt'
561
+ | 'ae_trn'
562
+ | 'al_tin'
563
+ | 'am_tin'
564
+ | 'ao_tin'
565
+ | 'ar_cuit'
566
+ | 'au_abn'
567
+ | 'au_arn'
568
+ | 'ba_tin'
569
+ | 'bb_tin'
570
+ | 'bg_uic'
571
+ | 'bh_vat'
572
+ | 'bo_tin'
573
+ | 'br_cnpj'
574
+ | 'br_cpf'
575
+ | 'bs_tin'
576
+ | 'by_tin'
577
+ | 'ca_bn'
578
+ | 'ca_gst_hst'
579
+ | 'ca_pst_bc'
580
+ | 'ca_pst_mb'
581
+ | 'ca_pst_sk'
582
+ | 'ca_qst'
583
+ | 'cd_nif'
584
+ | 'ch_uid'
585
+ | 'ch_vat'
586
+ | 'cl_tin'
587
+ | 'cn_tin'
588
+ | 'co_nit'
589
+ | 'cr_tin'
590
+ | 'de_stn'
591
+ | 'do_rcn'
592
+ | 'ec_ruc'
593
+ | 'eg_tin'
594
+ | 'es_cif'
595
+ | 'eu_oss_vat'
596
+ | 'eu_vat'
597
+ | 'gb_vat'
598
+ | 'ge_vat'
599
+ | 'gn_nif'
600
+ | 'hk_br'
601
+ | 'hr_oib'
602
+ | 'hu_tin'
603
+ | 'id_npwp'
604
+ | 'il_vat'
605
+ | 'in_gst'
606
+ | 'is_vat'
607
+ | 'jp_cn'
608
+ | 'jp_rn'
609
+ | 'jp_trn'
610
+ | 'ke_pin'
611
+ | 'kh_tin'
612
+ | 'kr_brn'
613
+ | 'kz_bin'
614
+ | 'li_uid'
615
+ | 'li_vat'
616
+ | 'ma_vat'
617
+ | 'md_vat'
618
+ | 'me_pib'
619
+ | 'mk_vat'
620
+ | 'mr_nif'
621
+ | 'mx_rfc'
622
+ | 'my_frp'
623
+ | 'my_itn'
624
+ | 'my_sst'
625
+ | 'ng_tin'
626
+ | 'no_vat'
627
+ | 'no_voec'
628
+ | 'np_pan'
629
+ | 'nz_gst'
630
+ | 'om_vat'
631
+ | 'pe_ruc'
632
+ | 'ph_tin'
633
+ | 'ro_tin'
634
+ | 'rs_pib'
635
+ | 'ru_inn'
636
+ | 'ru_kpp'
637
+ | 'sa_vat'
638
+ | 'sg_gst'
639
+ | 'sg_uen'
640
+ | 'si_tin'
641
+ | 'sn_ninea'
642
+ | 'sr_fin'
643
+ | 'sv_nit'
644
+ | 'th_vat'
645
+ | 'tj_tin'
646
+ | 'tr_tin'
647
+ | 'tw_vat'
648
+ | 'tz_vat'
649
+ | 'ua_vat'
650
+ | 'ug_tin'
651
+ | 'unknown'
652
+ | 'us_ein'
653
+ | 'uy_ruc'
654
+ | 'uz_tin'
655
+ | 'uz_vat'
656
+ | 've_rif'
657
+ | 'vn_tin'
658
+ | 'za_vat'
659
+ | 'zm_tin'
660
+ | 'zw_tin';
661
+ }
662
+ }
663
+
664
+ interface CustomField {
665
+ dropdown?: CustomField.Dropdown;
666
+
667
+ /**
668
+ * String of your choice that your integration can use to reconcile this field. Must be unique to this field, alphanumeric, and up to 200 characters.
669
+ */
670
+ key: string;
671
+
672
+ label: CustomField.Label;
673
+
674
+ numeric?: CustomField.Numeric;
675
+
676
+ /**
677
+ * Whether the customer is required to complete the field before completing the Checkout Session. Defaults to `false`.
678
+ */
679
+ optional: boolean;
680
+
681
+ text?: CustomField.Text;
682
+
683
+ /**
684
+ * The type of the field.
685
+ */
686
+ type: CustomField.Type;
687
+ }
688
+
689
+ namespace CustomField {
690
+ interface Dropdown {
691
+ /**
692
+ * The value that will pre-fill on the payment page.
693
+ */
694
+ default_value: string | null;
695
+
696
+ /**
697
+ * The options available for the customer to select. Up to 200 options allowed.
698
+ */
699
+ options: Array<Dropdown.Option>;
700
+
701
+ /**
702
+ * The option selected by the customer. This will be the `value` for the option.
703
+ */
704
+ value: string | null;
705
+ }
706
+
707
+ namespace Dropdown {
708
+ interface Option {
709
+ /**
710
+ * The label for the option, displayed to the customer. Up to 100 characters.
711
+ */
712
+ label: string;
713
+
714
+ /**
715
+ * The value for this option, not displayed to the customer, used by your integration to reconcile the option selected by the customer. Must be unique to this option, alphanumeric, and up to 100 characters.
716
+ */
717
+ value: string;
718
+ }
719
+ }
720
+
721
+ interface Label {
722
+ /**
723
+ * Custom text for the label, displayed to the customer. Up to 50 characters.
724
+ */
725
+ custom: string | null;
726
+
727
+ /**
728
+ * The type of the label.
729
+ */
730
+ type: 'custom';
731
+ }
732
+
733
+ interface Numeric {
734
+ /**
735
+ * The value that will pre-fill the field on the payment page.
736
+ */
737
+ default_value: string | null;
738
+
739
+ /**
740
+ * The maximum character length constraint for the customer's input.
741
+ */
742
+ maximum_length: number | null;
743
+
744
+ /**
745
+ * The minimum character length requirement for the customer's input.
746
+ */
747
+ minimum_length: number | null;
748
+
749
+ /**
750
+ * The value entered by the customer, containing only digits.
751
+ */
752
+ value: string | null;
753
+ }
754
+
755
+ interface Text {
756
+ /**
757
+ * The value that will pre-fill the field on the payment page.
758
+ */
759
+ default_value: string | null;
760
+
761
+ /**
762
+ * The maximum character length constraint for the customer's input.
763
+ */
764
+ maximum_length: number | null;
765
+
766
+ /**
767
+ * The minimum character length requirement for the customer's input.
768
+ */
769
+ minimum_length: number | null;
770
+
771
+ /**
772
+ * The value entered by the customer.
773
+ */
774
+ value: string | null;
775
+ }
776
+
777
+ type Type = 'dropdown' | 'numeric' | 'text';
778
+ }
779
+
780
+ interface CustomText {
781
+ /**
782
+ * Custom text that should be displayed after the payment confirmation button.
783
+ */
784
+ after_submit: CustomText.AfterSubmit | null;
785
+
786
+ /**
787
+ * Custom text that should be displayed alongside shipping address collection.
788
+ */
789
+ shipping_address: CustomText.ShippingAddress | null;
790
+
791
+ /**
792
+ * Custom text that should be displayed alongside the payment confirmation button.
793
+ */
794
+ submit: CustomText.Submit | null;
795
+
796
+ /**
797
+ * Custom text that should be displayed in place of the default terms of service agreement text.
798
+ */
799
+ terms_of_service_acceptance: CustomText.TermsOfServiceAcceptance | null;
800
+ }
801
+
802
+ namespace CustomText {
803
+ interface AfterSubmit {
804
+ /**
805
+ * Text may be up to 1200 characters in length.
806
+ */
807
+ message: string;
808
+ }
809
+
810
+ interface ShippingAddress {
811
+ /**
812
+ * Text may be up to 1200 characters in length.
813
+ */
814
+ message: string;
815
+ }
816
+
817
+ interface Submit {
818
+ /**
819
+ * Text may be up to 1200 characters in length.
820
+ */
821
+ message: string;
822
+ }
823
+
824
+ interface TermsOfServiceAcceptance {
825
+ /**
826
+ * Text may be up to 1200 characters in length.
827
+ */
828
+ message: string;
829
+ }
830
+ }
831
+
832
+ interface Discount {
833
+ /**
834
+ * Coupon attached to the Checkout Session.
835
+ */
836
+ coupon: string | Stripe.Coupon | null;
837
+
838
+ /**
839
+ * Promotion code attached to the Checkout Session.
840
+ */
841
+ promotion_code: string | Stripe.PromotionCode | null;
842
+ }
843
+
844
+ interface InvoiceCreation {
845
+ /**
846
+ * Indicates whether invoice creation is enabled for the Checkout Session.
847
+ */
848
+ enabled: boolean;
849
+
850
+ invoice_data: InvoiceCreation.InvoiceData;
851
+ }
852
+
853
+ namespace InvoiceCreation {
854
+ interface InvoiceData {
855
+ /**
856
+ * The account tax IDs associated with the invoice.
857
+ */
858
+ account_tax_ids: Array<
859
+ string | Stripe.TaxId | Stripe.DeletedTaxId
860
+ > | null;
861
+
862
+ /**
863
+ * Custom fields displayed on the invoice.
864
+ */
865
+ custom_fields: Array<InvoiceData.CustomField> | null;
866
+
867
+ /**
868
+ * An arbitrary string attached to the object. Often useful for displaying to users.
869
+ */
870
+ description: string | null;
871
+
872
+ /**
873
+ * Footer displayed on the invoice.
874
+ */
875
+ footer: string | null;
876
+
877
+ /**
878
+ * The connected account that issues the invoice. The invoice is presented with the branding and support information of the specified account.
879
+ */
880
+ issuer: InvoiceData.Issuer | null;
881
+
882
+ /**
883
+ * Set of [key-value pairs](https://stripe.com/docs/api/metadata) that you can attach to an object. This can be useful for storing additional information about the object in a structured format.
884
+ */
885
+ metadata: Stripe.Metadata | null;
886
+
887
+ /**
888
+ * Options for invoice PDF rendering.
889
+ */
890
+ rendering_options: InvoiceData.RenderingOptions | null;
891
+ }
892
+
893
+ namespace InvoiceData {
894
+ interface CustomField {
895
+ /**
896
+ * The name of the custom field.
897
+ */
898
+ name: string;
899
+
900
+ /**
901
+ * The value of the custom field.
902
+ */
903
+ value: string;
904
+ }
905
+
906
+ interface Issuer {
907
+ /**
908
+ * The connected account being referenced when `type` is `account`.
909
+ */
910
+ account?: string | Stripe.Account;
911
+
912
+ /**
913
+ * Type of the account referenced.
914
+ */
915
+ type: Issuer.Type;
916
+ }
917
+
918
+ namespace Issuer {
919
+ type Type = 'account' | 'self';
920
+ }
921
+
922
+ interface RenderingOptions {
923
+ /**
924
+ * How line-item prices and amounts will be displayed with respect to tax on invoice PDFs.
925
+ */
926
+ amount_tax_display: string | null;
927
+ }
928
+ }
929
+ }
930
+
931
+ type Locale =
932
+ | 'auto'
933
+ | 'bg'
934
+ | 'cs'
935
+ | 'da'
936
+ | 'de'
937
+ | 'el'
938
+ | 'en'
939
+ | 'en-GB'
940
+ | 'es'
941
+ | 'es-419'
942
+ | 'et'
943
+ | 'fi'
944
+ | 'fil'
945
+ | 'fr'
946
+ | 'fr-CA'
947
+ | 'hr'
948
+ | 'hu'
949
+ | 'id'
950
+ | 'it'
951
+ | 'ja'
952
+ | 'ko'
953
+ | 'lt'
954
+ | 'lv'
955
+ | 'ms'
956
+ | 'mt'
957
+ | 'nb'
958
+ | 'nl'
959
+ | 'pl'
960
+ | 'pt'
961
+ | 'pt-BR'
962
+ | 'ro'
963
+ | 'ru'
964
+ | 'sk'
965
+ | 'sl'
966
+ | 'sv'
967
+ | 'th'
968
+ | 'tr'
969
+ | 'vi'
970
+ | 'zh'
971
+ | 'zh-HK'
972
+ | 'zh-TW';
973
+
974
+ type Mode = 'payment' | 'setup' | 'subscription';
975
+
976
+ type PaymentMethodCollection = 'always' | 'if_required';
977
+
978
+ interface PaymentMethodConfigurationDetails {
979
+ /**
980
+ * ID of the payment method configuration used.
981
+ */
982
+ id: string;
983
+
984
+ /**
985
+ * ID of the parent payment method configuration used.
986
+ */
987
+ parent: string | null;
988
+ }
989
+
990
+ interface PaymentMethodOptions {
991
+ acss_debit?: PaymentMethodOptions.AcssDebit;
992
+
993
+ affirm?: PaymentMethodOptions.Affirm;
994
+
995
+ afterpay_clearpay?: PaymentMethodOptions.AfterpayClearpay;
996
+
997
+ alipay?: PaymentMethodOptions.Alipay;
998
+
999
+ amazon_pay?: PaymentMethodOptions.AmazonPay;
1000
+
1001
+ au_becs_debit?: PaymentMethodOptions.AuBecsDebit;
1002
+
1003
+ bacs_debit?: PaymentMethodOptions.BacsDebit;
1004
+
1005
+ bancontact?: PaymentMethodOptions.Bancontact;
1006
+
1007
+ boleto?: PaymentMethodOptions.Boleto;
1008
+
1009
+ card?: PaymentMethodOptions.Card;
1010
+
1011
+ cashapp?: PaymentMethodOptions.Cashapp;
1012
+
1013
+ customer_balance?: PaymentMethodOptions.CustomerBalance;
1014
+
1015
+ eps?: PaymentMethodOptions.Eps;
1016
+
1017
+ fpx?: PaymentMethodOptions.Fpx;
1018
+
1019
+ giropay?: PaymentMethodOptions.Giropay;
1020
+
1021
+ grabpay?: PaymentMethodOptions.Grabpay;
1022
+
1023
+ ideal?: PaymentMethodOptions.Ideal;
1024
+
1025
+ kakao_pay?: PaymentMethodOptions.KakaoPay;
1026
+
1027
+ klarna?: PaymentMethodOptions.Klarna;
1028
+
1029
+ konbini?: PaymentMethodOptions.Konbini;
1030
+
1031
+ kr_card?: PaymentMethodOptions.KrCard;
1032
+
1033
+ link?: PaymentMethodOptions.Link;
1034
+
1035
+ mobilepay?: PaymentMethodOptions.Mobilepay;
1036
+
1037
+ multibanco?: PaymentMethodOptions.Multibanco;
1038
+
1039
+ naver_pay?: PaymentMethodOptions.NaverPay;
1040
+
1041
+ oxxo?: PaymentMethodOptions.Oxxo;
1042
+
1043
+ p24?: PaymentMethodOptions.P24;
1044
+
1045
+ payco?: PaymentMethodOptions.Payco;
1046
+
1047
+ paynow?: PaymentMethodOptions.Paynow;
1048
+
1049
+ paypal?: PaymentMethodOptions.Paypal;
1050
+
1051
+ pix?: PaymentMethodOptions.Pix;
1052
+
1053
+ revolut_pay?: PaymentMethodOptions.RevolutPay;
1054
+
1055
+ samsung_pay?: PaymentMethodOptions.SamsungPay;
1056
+
1057
+ sepa_debit?: PaymentMethodOptions.SepaDebit;
1058
+
1059
+ sofort?: PaymentMethodOptions.Sofort;
1060
+
1061
+ swish?: PaymentMethodOptions.Swish;
1062
+
1063
+ us_bank_account?: PaymentMethodOptions.UsBankAccount;
1064
+ }
1065
+
1066
+ namespace PaymentMethodOptions {
1067
+ interface AcssDebit {
1068
+ /**
1069
+ * Currency supported by the bank account. Returned when the Session is in `setup` mode.
1070
+ */
1071
+ currency?: AcssDebit.Currency;
1072
+
1073
+ mandate_options?: AcssDebit.MandateOptions;
1074
+
1075
+ /**
1076
+ * Indicates that you intend to make future payments with this PaymentIntent's payment method.
1077
+ *
1078
+ * If you provide a Customer with the PaymentIntent, you can use this parameter to [attach the payment method](https://stripe.com/payments/save-during-payment) to the Customer after the PaymentIntent is confirmed and the customer completes any required actions. If you don't provide a Customer, you can still [attach](https://stripe.com/api/payment_methods/attach) the payment method to a Customer after the transaction completes.
1079
+ *
1080
+ * If the payment method is `card_present` and isn't a digital wallet, Stripe creates and attaches a [generated_card](https://stripe.com/api/charges/object#charge_object-payment_method_details-card_present-generated_card) payment method representing the card to the Customer instead.
1081
+ *
1082
+ * When processing card payments, Stripe uses `setup_future_usage` to help you comply with regional legislation and network rules, such as [SCA](https://stripe.com/strong-customer-authentication).
1083
+ */
1084
+ setup_future_usage?: AcssDebit.SetupFutureUsage;
1085
+
1086
+ /**
1087
+ * Controls when Stripe will attempt to debit the funds from the customer's account. The date must be a string in YYYY-MM-DD format. The date must be in the future and between 3 and 15 calendar days from now.
1088
+ */
1089
+ target_date?: string;
1090
+
1091
+ /**
1092
+ * Bank account verification method.
1093
+ */
1094
+ verification_method?: AcssDebit.VerificationMethod;
1095
+ }
1096
+
1097
+ namespace AcssDebit {
1098
+ type Currency = 'cad' | 'usd';
1099
+
1100
+ interface MandateOptions {
1101
+ /**
1102
+ * A URL for custom mandate text
1103
+ */
1104
+ custom_mandate_url?: string;
1105
+
1106
+ /**
1107
+ * List of Stripe products where this mandate can be selected automatically. Returned when the Session is in `setup` mode.
1108
+ */
1109
+ default_for?: Array<MandateOptions.DefaultFor>;
1110
+
1111
+ /**
1112
+ * Description of the interval. Only required if the 'payment_schedule' parameter is 'interval' or 'combined'.
1113
+ */
1114
+ interval_description: string | null;
1115
+
1116
+ /**
1117
+ * Payment schedule for the mandate.
1118
+ */
1119
+ payment_schedule: MandateOptions.PaymentSchedule | null;
1120
+
1121
+ /**
1122
+ * Transaction type of the mandate.
1123
+ */
1124
+ transaction_type: MandateOptions.TransactionType | null;
1125
+ }
1126
+
1127
+ namespace MandateOptions {
1128
+ type DefaultFor = 'invoice' | 'subscription';
1129
+
1130
+ type PaymentSchedule = 'combined' | 'interval' | 'sporadic';
1131
+
1132
+ type TransactionType = 'business' | 'personal';
1133
+ }
1134
+
1135
+ type SetupFutureUsage = 'none' | 'off_session' | 'on_session';
1136
+
1137
+ type VerificationMethod = 'automatic' | 'instant' | 'microdeposits';
1138
+ }
1139
+
1140
+ interface Affirm {
1141
+ /**
1142
+ * Indicates that you intend to make future payments with this PaymentIntent's payment method.
1143
+ *
1144
+ * If you provide a Customer with the PaymentIntent, you can use this parameter to [attach the payment method](https://stripe.com/payments/save-during-payment) to the Customer after the PaymentIntent is confirmed and the customer completes any required actions. If you don't provide a Customer, you can still [attach](https://stripe.com/api/payment_methods/attach) the payment method to a Customer after the transaction completes.
1145
+ *
1146
+ * If the payment method is `card_present` and isn't a digital wallet, Stripe creates and attaches a [generated_card](https://stripe.com/api/charges/object#charge_object-payment_method_details-card_present-generated_card) payment method representing the card to the Customer instead.
1147
+ *
1148
+ * When processing card payments, Stripe uses `setup_future_usage` to help you comply with regional legislation and network rules, such as [SCA](https://stripe.com/strong-customer-authentication).
1149
+ */
1150
+ setup_future_usage?: 'none';
1151
+ }
1152
+
1153
+ interface AfterpayClearpay {
1154
+ /**
1155
+ * Indicates that you intend to make future payments with this PaymentIntent's payment method.
1156
+ *
1157
+ * If you provide a Customer with the PaymentIntent, you can use this parameter to [attach the payment method](https://stripe.com/payments/save-during-payment) to the Customer after the PaymentIntent is confirmed and the customer completes any required actions. If you don't provide a Customer, you can still [attach](https://stripe.com/api/payment_methods/attach) the payment method to a Customer after the transaction completes.
1158
+ *
1159
+ * If the payment method is `card_present` and isn't a digital wallet, Stripe creates and attaches a [generated_card](https://stripe.com/api/charges/object#charge_object-payment_method_details-card_present-generated_card) payment method representing the card to the Customer instead.
1160
+ *
1161
+ * When processing card payments, Stripe uses `setup_future_usage` to help you comply with regional legislation and network rules, such as [SCA](https://stripe.com/strong-customer-authentication).
1162
+ */
1163
+ setup_future_usage?: 'none';
1164
+ }
1165
+
1166
+ interface Alipay {
1167
+ /**
1168
+ * Indicates that you intend to make future payments with this PaymentIntent's payment method.
1169
+ *
1170
+ * If you provide a Customer with the PaymentIntent, you can use this parameter to [attach the payment method](https://stripe.com/payments/save-during-payment) to the Customer after the PaymentIntent is confirmed and the customer completes any required actions. If you don't provide a Customer, you can still [attach](https://stripe.com/api/payment_methods/attach) the payment method to a Customer after the transaction completes.
1171
+ *
1172
+ * If the payment method is `card_present` and isn't a digital wallet, Stripe creates and attaches a [generated_card](https://stripe.com/api/charges/object#charge_object-payment_method_details-card_present-generated_card) payment method representing the card to the Customer instead.
1173
+ *
1174
+ * When processing card payments, Stripe uses `setup_future_usage` to help you comply with regional legislation and network rules, such as [SCA](https://stripe.com/strong-customer-authentication).
1175
+ */
1176
+ setup_future_usage?: 'none';
1177
+ }
1178
+
1179
+ interface AmazonPay {
1180
+ /**
1181
+ * Indicates that you intend to make future payments with this PaymentIntent's payment method.
1182
+ *
1183
+ * If you provide a Customer with the PaymentIntent, you can use this parameter to [attach the payment method](https://stripe.com/payments/save-during-payment) to the Customer after the PaymentIntent is confirmed and the customer completes any required actions. If you don't provide a Customer, you can still [attach](https://stripe.com/api/payment_methods/attach) the payment method to a Customer after the transaction completes.
1184
+ *
1185
+ * If the payment method is `card_present` and isn't a digital wallet, Stripe creates and attaches a [generated_card](https://stripe.com/api/charges/object#charge_object-payment_method_details-card_present-generated_card) payment method representing the card to the Customer instead.
1186
+ *
1187
+ * When processing card payments, Stripe uses `setup_future_usage` to help you comply with regional legislation and network rules, such as [SCA](https://stripe.com/strong-customer-authentication).
1188
+ */
1189
+ setup_future_usage?: AmazonPay.SetupFutureUsage;
1190
+ }
1191
+
1192
+ namespace AmazonPay {
1193
+ type SetupFutureUsage = 'none' | 'off_session';
1194
+ }
1195
+
1196
+ interface AuBecsDebit {
1197
+ /**
1198
+ * Indicates that you intend to make future payments with this PaymentIntent's payment method.
1199
+ *
1200
+ * If you provide a Customer with the PaymentIntent, you can use this parameter to [attach the payment method](https://stripe.com/payments/save-during-payment) to the Customer after the PaymentIntent is confirmed and the customer completes any required actions. If you don't provide a Customer, you can still [attach](https://stripe.com/api/payment_methods/attach) the payment method to a Customer after the transaction completes.
1201
+ *
1202
+ * If the payment method is `card_present` and isn't a digital wallet, Stripe creates and attaches a [generated_card](https://stripe.com/api/charges/object#charge_object-payment_method_details-card_present-generated_card) payment method representing the card to the Customer instead.
1203
+ *
1204
+ * When processing card payments, Stripe uses `setup_future_usage` to help you comply with regional legislation and network rules, such as [SCA](https://stripe.com/strong-customer-authentication).
1205
+ */
1206
+ setup_future_usage?: 'none';
1207
+
1208
+ /**
1209
+ * Controls when Stripe will attempt to debit the funds from the customer's account. The date must be a string in YYYY-MM-DD format. The date must be in the future and between 3 and 15 calendar days from now.
1210
+ */
1211
+ target_date?: string;
1212
+ }
1213
+
1214
+ interface BacsDebit {
1215
+ mandate_options?: BacsDebit.MandateOptions;
1216
+
1217
+ /**
1218
+ * Indicates that you intend to make future payments with this PaymentIntent's payment method.
1219
+ *
1220
+ * If you provide a Customer with the PaymentIntent, you can use this parameter to [attach the payment method](https://stripe.com/payments/save-during-payment) to the Customer after the PaymentIntent is confirmed and the customer completes any required actions. If you don't provide a Customer, you can still [attach](https://stripe.com/api/payment_methods/attach) the payment method to a Customer after the transaction completes.
1221
+ *
1222
+ * If the payment method is `card_present` and isn't a digital wallet, Stripe creates and attaches a [generated_card](https://stripe.com/api/charges/object#charge_object-payment_method_details-card_present-generated_card) payment method representing the card to the Customer instead.
1223
+ *
1224
+ * When processing card payments, Stripe uses `setup_future_usage` to help you comply with regional legislation and network rules, such as [SCA](https://stripe.com/strong-customer-authentication).
1225
+ */
1226
+ setup_future_usage?: BacsDebit.SetupFutureUsage;
1227
+
1228
+ /**
1229
+ * Controls when Stripe will attempt to debit the funds from the customer's account. The date must be a string in YYYY-MM-DD format. The date must be in the future and between 3 and 15 calendar days from now.
1230
+ */
1231
+ target_date?: string;
1232
+ }
1233
+
1234
+ namespace BacsDebit {
1235
+ interface MandateOptions {
1236
+ /**
1237
+ * Prefix used to generate the Mandate reference. Must be at most 12 characters long. Must consist of only uppercase letters, numbers, spaces, or the following special characters: '/', '_', '-', '&', '.'. Cannot begin with 'DDIC' or 'STRIPE'.
1238
+ */
1239
+ reference_prefix?: string;
1240
+ }
1241
+
1242
+ type SetupFutureUsage = 'none' | 'off_session' | 'on_session';
1243
+ }
1244
+
1245
+ interface Bancontact {
1246
+ /**
1247
+ * Indicates that you intend to make future payments with this PaymentIntent's payment method.
1248
+ *
1249
+ * If you provide a Customer with the PaymentIntent, you can use this parameter to [attach the payment method](https://stripe.com/payments/save-during-payment) to the Customer after the PaymentIntent is confirmed and the customer completes any required actions. If you don't provide a Customer, you can still [attach](https://stripe.com/api/payment_methods/attach) the payment method to a Customer after the transaction completes.
1250
+ *
1251
+ * If the payment method is `card_present` and isn't a digital wallet, Stripe creates and attaches a [generated_card](https://stripe.com/api/charges/object#charge_object-payment_method_details-card_present-generated_card) payment method representing the card to the Customer instead.
1252
+ *
1253
+ * When processing card payments, Stripe uses `setup_future_usage` to help you comply with regional legislation and network rules, such as [SCA](https://stripe.com/strong-customer-authentication).
1254
+ */
1255
+ setup_future_usage?: 'none';
1256
+ }
1257
+
1258
+ interface Boleto {
1259
+ /**
1260
+ * The number of calendar days before a Boleto voucher expires. For example, if you create a Boleto voucher on Monday and you set expires_after_days to 2, the Boleto voucher will expire on Wednesday at 23:59 America/Sao_Paulo time.
1261
+ */
1262
+ expires_after_days: number;
1263
+
1264
+ /**
1265
+ * Indicates that you intend to make future payments with this PaymentIntent's payment method.
1266
+ *
1267
+ * If you provide a Customer with the PaymentIntent, you can use this parameter to [attach the payment method](https://stripe.com/payments/save-during-payment) to the Customer after the PaymentIntent is confirmed and the customer completes any required actions. If you don't provide a Customer, you can still [attach](https://stripe.com/api/payment_methods/attach) the payment method to a Customer after the transaction completes.
1268
+ *
1269
+ * If the payment method is `card_present` and isn't a digital wallet, Stripe creates and attaches a [generated_card](https://stripe.com/api/charges/object#charge_object-payment_method_details-card_present-generated_card) payment method representing the card to the Customer instead.
1270
+ *
1271
+ * When processing card payments, Stripe uses `setup_future_usage` to help you comply with regional legislation and network rules, such as [SCA](https://stripe.com/strong-customer-authentication).
1272
+ */
1273
+ setup_future_usage?: Boleto.SetupFutureUsage;
1274
+ }
1275
+
1276
+ namespace Boleto {
1277
+ type SetupFutureUsage = 'none' | 'off_session' | 'on_session';
1278
+ }
1279
+
1280
+ interface Card {
1281
+ installments?: Card.Installments;
1282
+
1283
+ /**
1284
+ * Request ability to [capture beyond the standard authorization validity window](https://stripe.com/payments/extended-authorization) for this CheckoutSession.
1285
+ */
1286
+ request_extended_authorization?: Card.RequestExtendedAuthorization;
1287
+
1288
+ /**
1289
+ * Request ability to [increment the authorization](https://stripe.com/payments/incremental-authorization) for this CheckoutSession.
1290
+ */
1291
+ request_incremental_authorization?: Card.RequestIncrementalAuthorization;
1292
+
1293
+ /**
1294
+ * Request ability to make [multiple captures](https://stripe.com/payments/multicapture) for this CheckoutSession.
1295
+ */
1296
+ request_multicapture?: Card.RequestMulticapture;
1297
+
1298
+ /**
1299
+ * Request ability to [overcapture](https://stripe.com/payments/overcapture) for this CheckoutSession.
1300
+ */
1301
+ request_overcapture?: Card.RequestOvercapture;
1302
+
1303
+ /**
1304
+ * We strongly recommend that you rely on our SCA Engine to automatically prompt your customers for authentication based on risk level and [other requirements](https://stripe.com/docs/strong-customer-authentication). However, if you wish to request 3D Secure based on logic from your own fraud engine, provide this option. If not provided, this value defaults to `automatic`. Read our guide on [manually requesting 3D Secure](https://stripe.com/docs/payments/3d-secure/authentication-flow#manual-three-ds) for more information on how this configuration interacts with Radar and our SCA Engine.
1305
+ */
1306
+ request_three_d_secure: Card.RequestThreeDSecure;
1307
+
1308
+ restrictions?: Card.Restrictions;
1309
+
1310
+ /**
1311
+ * Indicates that you intend to make future payments with this PaymentIntent's payment method.
1312
+ *
1313
+ * If you provide a Customer with the PaymentIntent, you can use this parameter to [attach the payment method](https://stripe.com/payments/save-during-payment) to the Customer after the PaymentIntent is confirmed and the customer completes any required actions. If you don't provide a Customer, you can still [attach](https://stripe.com/api/payment_methods/attach) the payment method to a Customer after the transaction completes.
1314
+ *
1315
+ * If the payment method is `card_present` and isn't a digital wallet, Stripe creates and attaches a [generated_card](https://stripe.com/api/charges/object#charge_object-payment_method_details-card_present-generated_card) payment method representing the card to the Customer instead.
1316
+ *
1317
+ * When processing card payments, Stripe uses `setup_future_usage` to help you comply with regional legislation and network rules, such as [SCA](https://stripe.com/strong-customer-authentication).
1318
+ */
1319
+ setup_future_usage?: Card.SetupFutureUsage;
1320
+
1321
+ /**
1322
+ * Provides information about a card payment that customers see on their statements. Concatenated with the Kana prefix (shortened Kana descriptor) or Kana statement descriptor that's set on the account to form the complete statement descriptor. Maximum 22 characters. On card statements, the *concatenation* of both prefix and suffix (including separators) will appear truncated to 22 characters.
1323
+ */
1324
+ statement_descriptor_suffix_kana?: string;
1325
+
1326
+ /**
1327
+ * Provides information about a card payment that customers see on their statements. Concatenated with the Kanji prefix (shortened Kanji descriptor) or Kanji statement descriptor that's set on the account to form the complete statement descriptor. Maximum 17 characters. On card statements, the *concatenation* of both prefix and suffix (including separators) will appear truncated to 17 characters.
1328
+ */
1329
+ statement_descriptor_suffix_kanji?: string;
1330
+ }
1331
+
1332
+ namespace Card {
1333
+ interface Installments {
1334
+ /**
1335
+ * Indicates if installments are enabled
1336
+ */
1337
+ enabled?: boolean;
1338
+ }
1339
+
1340
+ type RequestExtendedAuthorization = 'if_available' | 'never';
1341
+
1342
+ type RequestIncrementalAuthorization = 'if_available' | 'never';
1343
+
1344
+ type RequestMulticapture = 'if_available' | 'never';
1345
+
1346
+ type RequestOvercapture = 'if_available' | 'never';
1347
+
1348
+ type RequestThreeDSecure = 'any' | 'automatic' | 'challenge';
1349
+
1350
+ interface Restrictions {
1351
+ /**
1352
+ * Specify the card brands to block in the Checkout Session. If a customer enters or selects a card belonging to a blocked brand, they can't complete the Session.
1353
+ */
1354
+ brands_blocked?: Array<Restrictions.BrandsBlocked>;
1355
+ }
1356
+
1357
+ namespace Restrictions {
1358
+ type BrandsBlocked =
1359
+ | 'american_express'
1360
+ | 'discover_global_network'
1361
+ | 'mastercard'
1362
+ | 'visa';
1363
+ }
1364
+
1365
+ type SetupFutureUsage = 'none' | 'off_session' | 'on_session';
1366
+ }
1367
+
1368
+ interface Cashapp {
1369
+ /**
1370
+ * Indicates that you intend to make future payments with this PaymentIntent's payment method.
1371
+ *
1372
+ * If you provide a Customer with the PaymentIntent, you can use this parameter to [attach the payment method](https://stripe.com/payments/save-during-payment) to the Customer after the PaymentIntent is confirmed and the customer completes any required actions. If you don't provide a Customer, you can still [attach](https://stripe.com/api/payment_methods/attach) the payment method to a Customer after the transaction completes.
1373
+ *
1374
+ * If the payment method is `card_present` and isn't a digital wallet, Stripe creates and attaches a [generated_card](https://stripe.com/api/charges/object#charge_object-payment_method_details-card_present-generated_card) payment method representing the card to the Customer instead.
1375
+ *
1376
+ * When processing card payments, Stripe uses `setup_future_usage` to help you comply with regional legislation and network rules, such as [SCA](https://stripe.com/strong-customer-authentication).
1377
+ */
1378
+ setup_future_usage?: 'none';
1379
+ }
1380
+
1381
+ interface CustomerBalance {
1382
+ bank_transfer?: CustomerBalance.BankTransfer;
1383
+
1384
+ /**
1385
+ * The funding method type to be used when there are not enough funds in the customer balance. Permitted values include: `bank_transfer`.
1386
+ */
1387
+ funding_type: 'bank_transfer' | null;
1388
+
1389
+ /**
1390
+ * Indicates that you intend to make future payments with this PaymentIntent's payment method.
1391
+ *
1392
+ * If you provide a Customer with the PaymentIntent, you can use this parameter to [attach the payment method](https://stripe.com/payments/save-during-payment) to the Customer after the PaymentIntent is confirmed and the customer completes any required actions. If you don't provide a Customer, you can still [attach](https://stripe.com/api/payment_methods/attach) the payment method to a Customer after the transaction completes.
1393
+ *
1394
+ * If the payment method is `card_present` and isn't a digital wallet, Stripe creates and attaches a [generated_card](https://stripe.com/api/charges/object#charge_object-payment_method_details-card_present-generated_card) payment method representing the card to the Customer instead.
1395
+ *
1396
+ * When processing card payments, Stripe uses `setup_future_usage` to help you comply with regional legislation and network rules, such as [SCA](https://stripe.com/strong-customer-authentication).
1397
+ */
1398
+ setup_future_usage?: 'none';
1399
+ }
1400
+
1401
+ namespace CustomerBalance {
1402
+ interface BankTransfer {
1403
+ eu_bank_transfer?: BankTransfer.EuBankTransfer;
1404
+
1405
+ /**
1406
+ * List of address types that should be returned in the financial_addresses response. If not specified, all valid types will be returned.
1407
+ *
1408
+ * Permitted values include: `sort_code`, `zengin`, `iban`, or `spei`.
1409
+ */
1410
+ requested_address_types?: Array<
1411
+ BankTransfer.RequestedAddressType
1412
+ >;
1413
+
1414
+ /**
1415
+ * The bank transfer type that this PaymentIntent is allowed to use for funding Permitted values include: `eu_bank_transfer`, `gb_bank_transfer`, `jp_bank_transfer`, `mx_bank_transfer`, or `us_bank_transfer`.
1416
+ */
1417
+ type: BankTransfer.Type | null;
1418
+ }
1419
+
1420
+ namespace BankTransfer {
1421
+ interface EuBankTransfer {
1422
+ /**
1423
+ * The desired country code of the bank account information. Permitted values include: `BE`, `DE`, `ES`, `FR`, `IE`, or `NL`.
1424
+ */
1425
+ country: EuBankTransfer.Country;
1426
+ }
1427
+
1428
+ namespace EuBankTransfer {
1429
+ type Country = 'BE' | 'DE' | 'ES' | 'FR' | 'IE' | 'NL';
1430
+ }
1431
+
1432
+ type RequestedAddressType =
1433
+ | 'aba'
1434
+ | 'iban'
1435
+ | 'sepa'
1436
+ | 'sort_code'
1437
+ | 'spei'
1438
+ | 'swift'
1439
+ | 'zengin';
1440
+
1441
+ type Type =
1442
+ | 'eu_bank_transfer'
1443
+ | 'gb_bank_transfer'
1444
+ | 'jp_bank_transfer'
1445
+ | 'mx_bank_transfer'
1446
+ | 'us_bank_transfer';
1447
+ }
1448
+ }
1449
+
1450
+ interface Eps {
1451
+ /**
1452
+ * Indicates that you intend to make future payments with this PaymentIntent's payment method.
1453
+ *
1454
+ * If you provide a Customer with the PaymentIntent, you can use this parameter to [attach the payment method](https://stripe.com/payments/save-during-payment) to the Customer after the PaymentIntent is confirmed and the customer completes any required actions. If you don't provide a Customer, you can still [attach](https://stripe.com/api/payment_methods/attach) the payment method to a Customer after the transaction completes.
1455
+ *
1456
+ * If the payment method is `card_present` and isn't a digital wallet, Stripe creates and attaches a [generated_card](https://stripe.com/api/charges/object#charge_object-payment_method_details-card_present-generated_card) payment method representing the card to the Customer instead.
1457
+ *
1458
+ * When processing card payments, Stripe uses `setup_future_usage` to help you comply with regional legislation and network rules, such as [SCA](https://stripe.com/strong-customer-authentication).
1459
+ */
1460
+ setup_future_usage?: 'none';
1461
+ }
1462
+
1463
+ interface Fpx {
1464
+ /**
1465
+ * Indicates that you intend to make future payments with this PaymentIntent's payment method.
1466
+ *
1467
+ * If you provide a Customer with the PaymentIntent, you can use this parameter to [attach the payment method](https://stripe.com/payments/save-during-payment) to the Customer after the PaymentIntent is confirmed and the customer completes any required actions. If you don't provide a Customer, you can still [attach](https://stripe.com/api/payment_methods/attach) the payment method to a Customer after the transaction completes.
1468
+ *
1469
+ * If the payment method is `card_present` and isn't a digital wallet, Stripe creates and attaches a [generated_card](https://stripe.com/api/charges/object#charge_object-payment_method_details-card_present-generated_card) payment method representing the card to the Customer instead.
1470
+ *
1471
+ * When processing card payments, Stripe uses `setup_future_usage` to help you comply with regional legislation and network rules, such as [SCA](https://stripe.com/strong-customer-authentication).
1472
+ */
1473
+ setup_future_usage?: 'none';
1474
+ }
1475
+
1476
+ interface Giropay {
1477
+ /**
1478
+ * Indicates that you intend to make future payments with this PaymentIntent's payment method.
1479
+ *
1480
+ * If you provide a Customer with the PaymentIntent, you can use this parameter to [attach the payment method](https://stripe.com/payments/save-during-payment) to the Customer after the PaymentIntent is confirmed and the customer completes any required actions. If you don't provide a Customer, you can still [attach](https://stripe.com/api/payment_methods/attach) the payment method to a Customer after the transaction completes.
1481
+ *
1482
+ * If the payment method is `card_present` and isn't a digital wallet, Stripe creates and attaches a [generated_card](https://stripe.com/api/charges/object#charge_object-payment_method_details-card_present-generated_card) payment method representing the card to the Customer instead.
1483
+ *
1484
+ * When processing card payments, Stripe uses `setup_future_usage` to help you comply with regional legislation and network rules, such as [SCA](https://stripe.com/strong-customer-authentication).
1485
+ */
1486
+ setup_future_usage?: 'none';
1487
+ }
1488
+
1489
+ interface Grabpay {
1490
+ /**
1491
+ * Indicates that you intend to make future payments with this PaymentIntent's payment method.
1492
+ *
1493
+ * If you provide a Customer with the PaymentIntent, you can use this parameter to [attach the payment method](https://stripe.com/payments/save-during-payment) to the Customer after the PaymentIntent is confirmed and the customer completes any required actions. If you don't provide a Customer, you can still [attach](https://stripe.com/api/payment_methods/attach) the payment method to a Customer after the transaction completes.
1494
+ *
1495
+ * If the payment method is `card_present` and isn't a digital wallet, Stripe creates and attaches a [generated_card](https://stripe.com/api/charges/object#charge_object-payment_method_details-card_present-generated_card) payment method representing the card to the Customer instead.
1496
+ *
1497
+ * When processing card payments, Stripe uses `setup_future_usage` to help you comply with regional legislation and network rules, such as [SCA](https://stripe.com/strong-customer-authentication).
1498
+ */
1499
+ setup_future_usage?: 'none';
1500
+ }
1501
+
1502
+ interface Ideal {
1503
+ /**
1504
+ * Indicates that you intend to make future payments with this PaymentIntent's payment method.
1505
+ *
1506
+ * If you provide a Customer with the PaymentIntent, you can use this parameter to [attach the payment method](https://stripe.com/payments/save-during-payment) to the Customer after the PaymentIntent is confirmed and the customer completes any required actions. If you don't provide a Customer, you can still [attach](https://stripe.com/api/payment_methods/attach) the payment method to a Customer after the transaction completes.
1507
+ *
1508
+ * If the payment method is `card_present` and isn't a digital wallet, Stripe creates and attaches a [generated_card](https://stripe.com/api/charges/object#charge_object-payment_method_details-card_present-generated_card) payment method representing the card to the Customer instead.
1509
+ *
1510
+ * When processing card payments, Stripe uses `setup_future_usage` to help you comply with regional legislation and network rules, such as [SCA](https://stripe.com/strong-customer-authentication).
1511
+ */
1512
+ setup_future_usage?: 'none';
1513
+ }
1514
+
1515
+ interface KakaoPay {
1516
+ /**
1517
+ * Controls when the funds will be captured from the customer's account.
1518
+ */
1519
+ capture_method?: 'manual';
1520
+
1521
+ /**
1522
+ * Indicates that you intend to make future payments with this PaymentIntent's payment method.
1523
+ *
1524
+ * If you provide a Customer with the PaymentIntent, you can use this parameter to [attach the payment method](https://stripe.com/payments/save-during-payment) to the Customer after the PaymentIntent is confirmed and the customer completes any required actions. If you don't provide a Customer, you can still [attach](https://stripe.com/api/payment_methods/attach) the payment method to a Customer after the transaction completes.
1525
+ *
1526
+ * If the payment method is `card_present` and isn't a digital wallet, Stripe creates and attaches a [generated_card](https://stripe.com/api/charges/object#charge_object-payment_method_details-card_present-generated_card) payment method representing the card to the Customer instead.
1527
+ *
1528
+ * When processing card payments, Stripe uses `setup_future_usage` to help you comply with regional legislation and network rules, such as [SCA](https://stripe.com/strong-customer-authentication).
1529
+ */
1530
+ setup_future_usage?: KakaoPay.SetupFutureUsage;
1531
+ }
1532
+
1533
+ namespace KakaoPay {
1534
+ type SetupFutureUsage = 'none' | 'off_session';
1535
+ }
1536
+
1537
+ interface Klarna {
1538
+ /**
1539
+ * Indicates that you intend to make future payments with this PaymentIntent's payment method.
1540
+ *
1541
+ * If you provide a Customer with the PaymentIntent, you can use this parameter to [attach the payment method](https://stripe.com/payments/save-during-payment) to the Customer after the PaymentIntent is confirmed and the customer completes any required actions. If you don't provide a Customer, you can still [attach](https://stripe.com/api/payment_methods/attach) the payment method to a Customer after the transaction completes.
1542
+ *
1543
+ * If the payment method is `card_present` and isn't a digital wallet, Stripe creates and attaches a [generated_card](https://stripe.com/api/charges/object#charge_object-payment_method_details-card_present-generated_card) payment method representing the card to the Customer instead.
1544
+ *
1545
+ * When processing card payments, Stripe uses `setup_future_usage` to help you comply with regional legislation and network rules, such as [SCA](https://stripe.com/strong-customer-authentication).
1546
+ */
1547
+ setup_future_usage?: Klarna.SetupFutureUsage;
1548
+ }
1549
+
1550
+ namespace Klarna {
1551
+ type SetupFutureUsage = 'none' | 'off_session' | 'on_session';
1552
+ }
1553
+
1554
+ interface Konbini {
1555
+ /**
1556
+ * The number of calendar days (between 1 and 60) after which Konbini payment instructions will expire. For example, if a PaymentIntent is confirmed with Konbini and `expires_after_days` set to 2 on Monday JST, the instructions will expire on Wednesday 23:59:59 JST.
1557
+ */
1558
+ expires_after_days: number | null;
1559
+
1560
+ /**
1561
+ * Indicates that you intend to make future payments with this PaymentIntent's payment method.
1562
+ *
1563
+ * If you provide a Customer with the PaymentIntent, you can use this parameter to [attach the payment method](https://stripe.com/payments/save-during-payment) to the Customer after the PaymentIntent is confirmed and the customer completes any required actions. If you don't provide a Customer, you can still [attach](https://stripe.com/api/payment_methods/attach) the payment method to a Customer after the transaction completes.
1564
+ *
1565
+ * If the payment method is `card_present` and isn't a digital wallet, Stripe creates and attaches a [generated_card](https://stripe.com/api/charges/object#charge_object-payment_method_details-card_present-generated_card) payment method representing the card to the Customer instead.
1566
+ *
1567
+ * When processing card payments, Stripe uses `setup_future_usage` to help you comply with regional legislation and network rules, such as [SCA](https://stripe.com/strong-customer-authentication).
1568
+ */
1569
+ setup_future_usage?: 'none';
1570
+ }
1571
+
1572
+ interface KrCard {
1573
+ /**
1574
+ * Controls when the funds will be captured from the customer's account.
1575
+ */
1576
+ capture_method?: 'manual';
1577
+
1578
+ /**
1579
+ * Indicates that you intend to make future payments with this PaymentIntent's payment method.
1580
+ *
1581
+ * If you provide a Customer with the PaymentIntent, you can use this parameter to [attach the payment method](https://stripe.com/payments/save-during-payment) to the Customer after the PaymentIntent is confirmed and the customer completes any required actions. If you don't provide a Customer, you can still [attach](https://stripe.com/api/payment_methods/attach) the payment method to a Customer after the transaction completes.
1582
+ *
1583
+ * If the payment method is `card_present` and isn't a digital wallet, Stripe creates and attaches a [generated_card](https://stripe.com/api/charges/object#charge_object-payment_method_details-card_present-generated_card) payment method representing the card to the Customer instead.
1584
+ *
1585
+ * When processing card payments, Stripe uses `setup_future_usage` to help you comply with regional legislation and network rules, such as [SCA](https://stripe.com/strong-customer-authentication).
1586
+ */
1587
+ setup_future_usage?: KrCard.SetupFutureUsage;
1588
+ }
1589
+
1590
+ namespace KrCard {
1591
+ type SetupFutureUsage = 'none' | 'off_session';
1592
+ }
1593
+
1594
+ interface Link {
1595
+ /**
1596
+ * Indicates that you intend to make future payments with this PaymentIntent's payment method.
1597
+ *
1598
+ * If you provide a Customer with the PaymentIntent, you can use this parameter to [attach the payment method](https://stripe.com/payments/save-during-payment) to the Customer after the PaymentIntent is confirmed and the customer completes any required actions. If you don't provide a Customer, you can still [attach](https://stripe.com/api/payment_methods/attach) the payment method to a Customer after the transaction completes.
1599
+ *
1600
+ * If the payment method is `card_present` and isn't a digital wallet, Stripe creates and attaches a [generated_card](https://stripe.com/api/charges/object#charge_object-payment_method_details-card_present-generated_card) payment method representing the card to the Customer instead.
1601
+ *
1602
+ * When processing card payments, Stripe uses `setup_future_usage` to help you comply with regional legislation and network rules, such as [SCA](https://stripe.com/strong-customer-authentication).
1603
+ */
1604
+ setup_future_usage?: Link.SetupFutureUsage;
1605
+ }
1606
+
1607
+ namespace Link {
1608
+ type SetupFutureUsage = 'none' | 'off_session';
1609
+ }
1610
+
1611
+ interface Mobilepay {
1612
+ /**
1613
+ * Indicates that you intend to make future payments with this PaymentIntent's payment method.
1614
+ *
1615
+ * If you provide a Customer with the PaymentIntent, you can use this parameter to [attach the payment method](https://stripe.com/payments/save-during-payment) to the Customer after the PaymentIntent is confirmed and the customer completes any required actions. If you don't provide a Customer, you can still [attach](https://stripe.com/api/payment_methods/attach) the payment method to a Customer after the transaction completes.
1616
+ *
1617
+ * If the payment method is `card_present` and isn't a digital wallet, Stripe creates and attaches a [generated_card](https://stripe.com/api/charges/object#charge_object-payment_method_details-card_present-generated_card) payment method representing the card to the Customer instead.
1618
+ *
1619
+ * When processing card payments, Stripe uses `setup_future_usage` to help you comply with regional legislation and network rules, such as [SCA](https://stripe.com/strong-customer-authentication).
1620
+ */
1621
+ setup_future_usage?: 'none';
1622
+ }
1623
+
1624
+ interface Multibanco {
1625
+ /**
1626
+ * Indicates that you intend to make future payments with this PaymentIntent's payment method.
1627
+ *
1628
+ * If you provide a Customer with the PaymentIntent, you can use this parameter to [attach the payment method](https://stripe.com/payments/save-during-payment) to the Customer after the PaymentIntent is confirmed and the customer completes any required actions. If you don't provide a Customer, you can still [attach](https://stripe.com/api/payment_methods/attach) the payment method to a Customer after the transaction completes.
1629
+ *
1630
+ * If the payment method is `card_present` and isn't a digital wallet, Stripe creates and attaches a [generated_card](https://stripe.com/api/charges/object#charge_object-payment_method_details-card_present-generated_card) payment method representing the card to the Customer instead.
1631
+ *
1632
+ * When processing card payments, Stripe uses `setup_future_usage` to help you comply with regional legislation and network rules, such as [SCA](https://stripe.com/strong-customer-authentication).
1633
+ */
1634
+ setup_future_usage?: 'none';
1635
+ }
1636
+
1637
+ interface NaverPay {
1638
+ /**
1639
+ * Controls when the funds will be captured from the customer's account.
1640
+ */
1641
+ capture_method?: 'manual';
1642
+ }
1643
+
1644
+ interface Oxxo {
1645
+ /**
1646
+ * The number of calendar days before an OXXO invoice expires. For example, if you create an OXXO invoice on Monday and you set expires_after_days to 2, the OXXO invoice will expire on Wednesday at 23:59 America/Mexico_City time.
1647
+ */
1648
+ expires_after_days: number;
1649
+
1650
+ /**
1651
+ * Indicates that you intend to make future payments with this PaymentIntent's payment method.
1652
+ *
1653
+ * If you provide a Customer with the PaymentIntent, you can use this parameter to [attach the payment method](https://stripe.com/payments/save-during-payment) to the Customer after the PaymentIntent is confirmed and the customer completes any required actions. If you don't provide a Customer, you can still [attach](https://stripe.com/api/payment_methods/attach) the payment method to a Customer after the transaction completes.
1654
+ *
1655
+ * If the payment method is `card_present` and isn't a digital wallet, Stripe creates and attaches a [generated_card](https://stripe.com/api/charges/object#charge_object-payment_method_details-card_present-generated_card) payment method representing the card to the Customer instead.
1656
+ *
1657
+ * When processing card payments, Stripe uses `setup_future_usage` to help you comply with regional legislation and network rules, such as [SCA](https://stripe.com/strong-customer-authentication).
1658
+ */
1659
+ setup_future_usage?: 'none';
1660
+ }
1661
+
1662
+ interface P24 {
1663
+ /**
1664
+ * Indicates that you intend to make future payments with this PaymentIntent's payment method.
1665
+ *
1666
+ * If you provide a Customer with the PaymentIntent, you can use this parameter to [attach the payment method](https://stripe.com/payments/save-during-payment) to the Customer after the PaymentIntent is confirmed and the customer completes any required actions. If you don't provide a Customer, you can still [attach](https://stripe.com/api/payment_methods/attach) the payment method to a Customer after the transaction completes.
1667
+ *
1668
+ * If the payment method is `card_present` and isn't a digital wallet, Stripe creates and attaches a [generated_card](https://stripe.com/api/charges/object#charge_object-payment_method_details-card_present-generated_card) payment method representing the card to the Customer instead.
1669
+ *
1670
+ * When processing card payments, Stripe uses `setup_future_usage` to help you comply with regional legislation and network rules, such as [SCA](https://stripe.com/strong-customer-authentication).
1671
+ */
1672
+ setup_future_usage?: 'none';
1673
+ }
1674
+
1675
+ interface Payco {
1676
+ /**
1677
+ * Controls when the funds will be captured from the customer's account.
1678
+ */
1679
+ capture_method?: 'manual';
1680
+ }
1681
+
1682
+ interface Paynow {
1683
+ /**
1684
+ * Indicates that you intend to make future payments with this PaymentIntent's payment method.
1685
+ *
1686
+ * If you provide a Customer with the PaymentIntent, you can use this parameter to [attach the payment method](https://stripe.com/payments/save-during-payment) to the Customer after the PaymentIntent is confirmed and the customer completes any required actions. If you don't provide a Customer, you can still [attach](https://stripe.com/api/payment_methods/attach) the payment method to a Customer after the transaction completes.
1687
+ *
1688
+ * If the payment method is `card_present` and isn't a digital wallet, Stripe creates and attaches a [generated_card](https://stripe.com/api/charges/object#charge_object-payment_method_details-card_present-generated_card) payment method representing the card to the Customer instead.
1689
+ *
1690
+ * When processing card payments, Stripe uses `setup_future_usage` to help you comply with regional legislation and network rules, such as [SCA](https://stripe.com/strong-customer-authentication).
1691
+ */
1692
+ setup_future_usage?: 'none';
1693
+ }
1694
+
1695
+ interface Paypal {
1696
+ /**
1697
+ * Controls when the funds will be captured from the customer's account.
1698
+ */
1699
+ capture_method?: 'manual';
1700
+
1701
+ /**
1702
+ * Preferred locale of the PayPal checkout page that the customer is redirected to.
1703
+ */
1704
+ preferred_locale: string | null;
1705
+
1706
+ /**
1707
+ * A reference of the PayPal transaction visible to customer which is mapped to PayPal's invoice ID. This must be a globally unique ID if you have configured in your PayPal settings to block multiple payments per invoice ID.
1708
+ */
1709
+ reference: string | null;
1710
+
1711
+ /**
1712
+ * Indicates that you intend to make future payments with this PaymentIntent's payment method.
1713
+ *
1714
+ * If you provide a Customer with the PaymentIntent, you can use this parameter to [attach the payment method](https://stripe.com/payments/save-during-payment) to the Customer after the PaymentIntent is confirmed and the customer completes any required actions. If you don't provide a Customer, you can still [attach](https://stripe.com/api/payment_methods/attach) the payment method to a Customer after the transaction completes.
1715
+ *
1716
+ * If the payment method is `card_present` and isn't a digital wallet, Stripe creates and attaches a [generated_card](https://stripe.com/api/charges/object#charge_object-payment_method_details-card_present-generated_card) payment method representing the card to the Customer instead.
1717
+ *
1718
+ * When processing card payments, Stripe uses `setup_future_usage` to help you comply with regional legislation and network rules, such as [SCA](https://stripe.com/strong-customer-authentication).
1719
+ */
1720
+ setup_future_usage?: Paypal.SetupFutureUsage;
1721
+ }
1722
+
1723
+ namespace Paypal {
1724
+ type SetupFutureUsage = 'none' | 'off_session';
1725
+ }
1726
+
1727
+ interface Pix {
1728
+ /**
1729
+ * The number of seconds after which Pix payment will expire.
1730
+ */
1731
+ expires_after_seconds: number | null;
1732
+ }
1733
+
1734
+ interface RevolutPay {
1735
+ /**
1736
+ * Indicates that you intend to make future payments with this PaymentIntent's payment method.
1737
+ *
1738
+ * If you provide a Customer with the PaymentIntent, you can use this parameter to [attach the payment method](https://stripe.com/payments/save-during-payment) to the Customer after the PaymentIntent is confirmed and the customer completes any required actions. If you don't provide a Customer, you can still [attach](https://stripe.com/api/payment_methods/attach) the payment method to a Customer after the transaction completes.
1739
+ *
1740
+ * If the payment method is `card_present` and isn't a digital wallet, Stripe creates and attaches a [generated_card](https://stripe.com/api/charges/object#charge_object-payment_method_details-card_present-generated_card) payment method representing the card to the Customer instead.
1741
+ *
1742
+ * When processing card payments, Stripe uses `setup_future_usage` to help you comply with regional legislation and network rules, such as [SCA](https://stripe.com/strong-customer-authentication).
1743
+ */
1744
+ setup_future_usage?: RevolutPay.SetupFutureUsage;
1745
+ }
1746
+
1747
+ namespace RevolutPay {
1748
+ type SetupFutureUsage = 'none' | 'off_session';
1749
+ }
1750
+
1751
+ interface SamsungPay {
1752
+ /**
1753
+ * Controls when the funds will be captured from the customer's account.
1754
+ */
1755
+ capture_method?: 'manual';
1756
+ }
1757
+
1758
+ interface SepaDebit {
1759
+ mandate_options?: SepaDebit.MandateOptions;
1760
+
1761
+ /**
1762
+ * Indicates that you intend to make future payments with this PaymentIntent's payment method.
1763
+ *
1764
+ * If you provide a Customer with the PaymentIntent, you can use this parameter to [attach the payment method](https://stripe.com/payments/save-during-payment) to the Customer after the PaymentIntent is confirmed and the customer completes any required actions. If you don't provide a Customer, you can still [attach](https://stripe.com/api/payment_methods/attach) the payment method to a Customer after the transaction completes.
1765
+ *
1766
+ * If the payment method is `card_present` and isn't a digital wallet, Stripe creates and attaches a [generated_card](https://stripe.com/api/charges/object#charge_object-payment_method_details-card_present-generated_card) payment method representing the card to the Customer instead.
1767
+ *
1768
+ * When processing card payments, Stripe uses `setup_future_usage` to help you comply with regional legislation and network rules, such as [SCA](https://stripe.com/strong-customer-authentication).
1769
+ */
1770
+ setup_future_usage?: SepaDebit.SetupFutureUsage;
1771
+
1772
+ /**
1773
+ * Controls when Stripe will attempt to debit the funds from the customer's account. The date must be a string in YYYY-MM-DD format. The date must be in the future and between 3 and 15 calendar days from now.
1774
+ */
1775
+ target_date?: string;
1776
+ }
1777
+
1778
+ namespace SepaDebit {
1779
+ interface MandateOptions {
1780
+ /**
1781
+ * Prefix used to generate the Mandate reference. Must be at most 12 characters long. Must consist of only uppercase letters, numbers, spaces, or the following special characters: '/', '_', '-', '&', '.'. Cannot begin with 'STRIPE'.
1782
+ */
1783
+ reference_prefix?: string;
1784
+ }
1785
+
1786
+ type SetupFutureUsage = 'none' | 'off_session' | 'on_session';
1787
+ }
1788
+
1789
+ interface Sofort {
1790
+ /**
1791
+ * Indicates that you intend to make future payments with this PaymentIntent's payment method.
1792
+ *
1793
+ * If you provide a Customer with the PaymentIntent, you can use this parameter to [attach the payment method](https://stripe.com/payments/save-during-payment) to the Customer after the PaymentIntent is confirmed and the customer completes any required actions. If you don't provide a Customer, you can still [attach](https://stripe.com/api/payment_methods/attach) the payment method to a Customer after the transaction completes.
1794
+ *
1795
+ * If the payment method is `card_present` and isn't a digital wallet, Stripe creates and attaches a [generated_card](https://stripe.com/api/charges/object#charge_object-payment_method_details-card_present-generated_card) payment method representing the card to the Customer instead.
1796
+ *
1797
+ * When processing card payments, Stripe uses `setup_future_usage` to help you comply with regional legislation and network rules, such as [SCA](https://stripe.com/strong-customer-authentication).
1798
+ */
1799
+ setup_future_usage?: 'none';
1800
+ }
1801
+
1802
+ interface Swish {
1803
+ /**
1804
+ * The order reference that will be displayed to customers in the Swish application. Defaults to the `id` of the Payment Intent.
1805
+ */
1806
+ reference: string | null;
1807
+ }
1808
+
1809
+ interface UsBankAccount {
1810
+ financial_connections?: UsBankAccount.FinancialConnections;
1811
+
1812
+ /**
1813
+ * Indicates that you intend to make future payments with this PaymentIntent's payment method.
1814
+ *
1815
+ * If you provide a Customer with the PaymentIntent, you can use this parameter to [attach the payment method](https://stripe.com/payments/save-during-payment) to the Customer after the PaymentIntent is confirmed and the customer completes any required actions. If you don't provide a Customer, you can still [attach](https://stripe.com/api/payment_methods/attach) the payment method to a Customer after the transaction completes.
1816
+ *
1817
+ * If the payment method is `card_present` and isn't a digital wallet, Stripe creates and attaches a [generated_card](https://stripe.com/api/charges/object#charge_object-payment_method_details-card_present-generated_card) payment method representing the card to the Customer instead.
1818
+ *
1819
+ * When processing card payments, Stripe uses `setup_future_usage` to help you comply with regional legislation and network rules, such as [SCA](https://stripe.com/strong-customer-authentication).
1820
+ */
1821
+ setup_future_usage?: UsBankAccount.SetupFutureUsage;
1822
+
1823
+ /**
1824
+ * Controls when Stripe will attempt to debit the funds from the customer's account. The date must be a string in YYYY-MM-DD format. The date must be in the future and between 3 and 15 calendar days from now.
1825
+ */
1826
+ target_date?: string;
1827
+
1828
+ /**
1829
+ * Bank account verification method.
1830
+ */
1831
+ verification_method?: UsBankAccount.VerificationMethod;
1832
+ }
1833
+
1834
+ namespace UsBankAccount {
1835
+ interface FinancialConnections {
1836
+ filters?: FinancialConnections.Filters;
1837
+
1838
+ /**
1839
+ * The list of permissions to request. The `payment_method` permission must be included.
1840
+ */
1841
+ permissions?: Array<FinancialConnections.Permission>;
1842
+
1843
+ /**
1844
+ * Data features requested to be retrieved upon account creation.
1845
+ */
1846
+ prefetch: Array<FinancialConnections.Prefetch> | null;
1847
+
1848
+ /**
1849
+ * For webview integrations only. Upon completing OAuth login in the native browser, the user will be redirected to this URL to return to your app.
1850
+ */
1851
+ return_url?: string;
1852
+ }
1853
+
1854
+ namespace FinancialConnections {
1855
+ interface Filters {
1856
+ /**
1857
+ * The account subcategories to use to filter for possible accounts to link. Valid subcategories are `checking` and `savings`.
1858
+ */
1859
+ account_subcategories?: Array<Filters.AccountSubcategory>;
1860
+ }
1861
+
1862
+ namespace Filters {
1863
+ type AccountSubcategory = 'checking' | 'savings';
1864
+ }
1865
+
1866
+ type Permission =
1867
+ | 'balances'
1868
+ | 'ownership'
1869
+ | 'payment_method'
1870
+ | 'transactions';
1871
+
1872
+ type Prefetch = 'balances' | 'ownership' | 'transactions';
1873
+ }
1874
+
1875
+ type SetupFutureUsage = 'none' | 'off_session' | 'on_session';
1876
+
1877
+ type VerificationMethod = 'automatic' | 'instant';
1878
+ }
1879
+ }
1880
+
1881
+ type PaymentStatus = 'no_payment_required' | 'paid' | 'unpaid';
1882
+
1883
+ interface PhoneNumberCollection {
1884
+ /**
1885
+ * Indicates whether phone number collection is enabled for the session
1886
+ */
1887
+ enabled: boolean;
1888
+ }
1889
+
1890
+ type RedirectOnCompletion = 'always' | 'if_required' | 'never';
1891
+
1892
+ interface SavedPaymentMethodOptions {
1893
+ /**
1894
+ * Uses the `allow_redisplay` value of each saved payment method to filter the set presented to a returning customer. By default, only saved payment methods with 'allow_redisplay: ‘always' are shown in Checkout.
1895
+ */
1896
+ allow_redisplay_filters: Array<
1897
+ SavedPaymentMethodOptions.AllowRedisplayFilter
1898
+ > | null;
1899
+
1900
+ /**
1901
+ * Enable customers to choose if they wish to remove their saved payment methods. Disabled by default.
1902
+ */
1903
+ payment_method_remove: SavedPaymentMethodOptions.PaymentMethodRemove | null;
1904
+
1905
+ /**
1906
+ * Enable customers to choose if they wish to save their payment method for future use. Disabled by default.
1907
+ */
1908
+ payment_method_save: SavedPaymentMethodOptions.PaymentMethodSave | null;
1909
+ }
1910
+
1911
+ namespace SavedPaymentMethodOptions {
1912
+ type AllowRedisplayFilter = 'always' | 'limited' | 'unspecified';
1913
+
1914
+ type PaymentMethodRemove = 'disabled' | 'enabled';
1915
+
1916
+ type PaymentMethodSave = 'disabled' | 'enabled';
1917
+ }
1918
+
1919
+ interface ShippingAddressCollection {
1920
+ /**
1921
+ * An array of two-letter ISO country codes representing which countries Checkout should provide as options for
1922
+ * shipping locations. Unsupported country codes: `AS, CX, CC, CU, HM, IR, KP, MH, FM, NF, MP, PW, SY, UM, VI`.
1923
+ */
1924
+ allowed_countries: Array<ShippingAddressCollection.AllowedCountry>;
1925
+ }
1926
+
1927
+ namespace ShippingAddressCollection {
1928
+ type AllowedCountry =
1929
+ | 'AC'
1930
+ | 'AD'
1931
+ | 'AE'
1932
+ | 'AF'
1933
+ | 'AG'
1934
+ | 'AI'
1935
+ | 'AL'
1936
+ | 'AM'
1937
+ | 'AO'
1938
+ | 'AQ'
1939
+ | 'AR'
1940
+ | 'AT'
1941
+ | 'AU'
1942
+ | 'AW'
1943
+ | 'AX'
1944
+ | 'AZ'
1945
+ | 'BA'
1946
+ | 'BB'
1947
+ | 'BD'
1948
+ | 'BE'
1949
+ | 'BF'
1950
+ | 'BG'
1951
+ | 'BH'
1952
+ | 'BI'
1953
+ | 'BJ'
1954
+ | 'BL'
1955
+ | 'BM'
1956
+ | 'BN'
1957
+ | 'BO'
1958
+ | 'BQ'
1959
+ | 'BR'
1960
+ | 'BS'
1961
+ | 'BT'
1962
+ | 'BV'
1963
+ | 'BW'
1964
+ | 'BY'
1965
+ | 'BZ'
1966
+ | 'CA'
1967
+ | 'CD'
1968
+ | 'CF'
1969
+ | 'CG'
1970
+ | 'CH'
1971
+ | 'CI'
1972
+ | 'CK'
1973
+ | 'CL'
1974
+ | 'CM'
1975
+ | 'CN'
1976
+ | 'CO'
1977
+ | 'CR'
1978
+ | 'CV'
1979
+ | 'CW'
1980
+ | 'CY'
1981
+ | 'CZ'
1982
+ | 'DE'
1983
+ | 'DJ'
1984
+ | 'DK'
1985
+ | 'DM'
1986
+ | 'DO'
1987
+ | 'DZ'
1988
+ | 'EC'
1989
+ | 'EE'
1990
+ | 'EG'
1991
+ | 'EH'
1992
+ | 'ER'
1993
+ | 'ES'
1994
+ | 'ET'
1995
+ | 'FI'
1996
+ | 'FJ'
1997
+ | 'FK'
1998
+ | 'FO'
1999
+ | 'FR'
2000
+ | 'GA'
2001
+ | 'GB'
2002
+ | 'GD'
2003
+ | 'GE'
2004
+ | 'GF'
2005
+ | 'GG'
2006
+ | 'GH'
2007
+ | 'GI'
2008
+ | 'GL'
2009
+ | 'GM'
2010
+ | 'GN'
2011
+ | 'GP'
2012
+ | 'GQ'
2013
+ | 'GR'
2014
+ | 'GS'
2015
+ | 'GT'
2016
+ | 'GU'
2017
+ | 'GW'
2018
+ | 'GY'
2019
+ | 'HK'
2020
+ | 'HN'
2021
+ | 'HR'
2022
+ | 'HT'
2023
+ | 'HU'
2024
+ | 'ID'
2025
+ | 'IE'
2026
+ | 'IL'
2027
+ | 'IM'
2028
+ | 'IN'
2029
+ | 'IO'
2030
+ | 'IQ'
2031
+ | 'IS'
2032
+ | 'IT'
2033
+ | 'JE'
2034
+ | 'JM'
2035
+ | 'JO'
2036
+ | 'JP'
2037
+ | 'KE'
2038
+ | 'KG'
2039
+ | 'KH'
2040
+ | 'KI'
2041
+ | 'KM'
2042
+ | 'KN'
2043
+ | 'KR'
2044
+ | 'KW'
2045
+ | 'KY'
2046
+ | 'KZ'
2047
+ | 'LA'
2048
+ | 'LB'
2049
+ | 'LC'
2050
+ | 'LI'
2051
+ | 'LK'
2052
+ | 'LR'
2053
+ | 'LS'
2054
+ | 'LT'
2055
+ | 'LU'
2056
+ | 'LV'
2057
+ | 'LY'
2058
+ | 'MA'
2059
+ | 'MC'
2060
+ | 'MD'
2061
+ | 'ME'
2062
+ | 'MF'
2063
+ | 'MG'
2064
+ | 'MK'
2065
+ | 'ML'
2066
+ | 'MM'
2067
+ | 'MN'
2068
+ | 'MO'
2069
+ | 'MQ'
2070
+ | 'MR'
2071
+ | 'MS'
2072
+ | 'MT'
2073
+ | 'MU'
2074
+ | 'MV'
2075
+ | 'MW'
2076
+ | 'MX'
2077
+ | 'MY'
2078
+ | 'MZ'
2079
+ | 'NA'
2080
+ | 'NC'
2081
+ | 'NE'
2082
+ | 'NG'
2083
+ | 'NI'
2084
+ | 'NL'
2085
+ | 'NO'
2086
+ | 'NP'
2087
+ | 'NR'
2088
+ | 'NU'
2089
+ | 'NZ'
2090
+ | 'OM'
2091
+ | 'PA'
2092
+ | 'PE'
2093
+ | 'PF'
2094
+ | 'PG'
2095
+ | 'PH'
2096
+ | 'PK'
2097
+ | 'PL'
2098
+ | 'PM'
2099
+ | 'PN'
2100
+ | 'PR'
2101
+ | 'PS'
2102
+ | 'PT'
2103
+ | 'PY'
2104
+ | 'QA'
2105
+ | 'RE'
2106
+ | 'RO'
2107
+ | 'RS'
2108
+ | 'RU'
2109
+ | 'RW'
2110
+ | 'SA'
2111
+ | 'SB'
2112
+ | 'SC'
2113
+ | 'SD'
2114
+ | 'SE'
2115
+ | 'SG'
2116
+ | 'SH'
2117
+ | 'SI'
2118
+ | 'SJ'
2119
+ | 'SK'
2120
+ | 'SL'
2121
+ | 'SM'
2122
+ | 'SN'
2123
+ | 'SO'
2124
+ | 'SR'
2125
+ | 'SS'
2126
+ | 'ST'
2127
+ | 'SV'
2128
+ | 'SX'
2129
+ | 'SZ'
2130
+ | 'TA'
2131
+ | 'TC'
2132
+ | 'TD'
2133
+ | 'TF'
2134
+ | 'TG'
2135
+ | 'TH'
2136
+ | 'TJ'
2137
+ | 'TK'
2138
+ | 'TL'
2139
+ | 'TM'
2140
+ | 'TN'
2141
+ | 'TO'
2142
+ | 'TR'
2143
+ | 'TT'
2144
+ | 'TV'
2145
+ | 'TW'
2146
+ | 'TZ'
2147
+ | 'UA'
2148
+ | 'UG'
2149
+ | 'US'
2150
+ | 'UY'
2151
+ | 'UZ'
2152
+ | 'VA'
2153
+ | 'VC'
2154
+ | 'VE'
2155
+ | 'VG'
2156
+ | 'VN'
2157
+ | 'VU'
2158
+ | 'WF'
2159
+ | 'WS'
2160
+ | 'XK'
2161
+ | 'YE'
2162
+ | 'YT'
2163
+ | 'ZA'
2164
+ | 'ZM'
2165
+ | 'ZW'
2166
+ | 'ZZ';
2167
+ }
2168
+
2169
+ interface ShippingCost {
2170
+ /**
2171
+ * Total shipping cost before any discounts or taxes are applied.
2172
+ */
2173
+ amount_subtotal: number;
2174
+
2175
+ /**
2176
+ * Total tax amount applied due to shipping costs. If no tax was applied, defaults to 0.
2177
+ */
2178
+ amount_tax: number;
2179
+
2180
+ /**
2181
+ * Total shipping cost after discounts and taxes are applied.
2182
+ */
2183
+ amount_total: number;
2184
+
2185
+ /**
2186
+ * The ID of the ShippingRate for this order.
2187
+ */
2188
+ shipping_rate: string | Stripe.ShippingRate | null;
2189
+
2190
+ /**
2191
+ * The taxes applied to the shipping rate.
2192
+ */
2193
+ taxes?: Array<ShippingCost.Tax>;
2194
+ }
2195
+
2196
+ namespace ShippingCost {
2197
+ interface Tax {
2198
+ /**
2199
+ * Amount of tax applied for this rate.
2200
+ */
2201
+ amount: number;
2202
+
2203
+ /**
2204
+ * Tax rates can be applied to [invoices](https://stripe.com/invoicing/taxes/tax-rates), [subscriptions](https://stripe.com/billing/taxes/tax-rates) and [Checkout Sessions](https://stripe.com/payments/checkout/use-manual-tax-rates) to collect tax.
2205
+ *
2206
+ * Related guide: [Tax rates](https://stripe.com/billing/taxes/tax-rates)
2207
+ */
2208
+ rate: Stripe.TaxRate;
2209
+
2210
+ /**
2211
+ * The reasoning behind this tax, for example, if the product is tax exempt. The possible values for this field may be extended as new tax rules are supported.
2212
+ */
2213
+ taxability_reason: Tax.TaxabilityReason | null;
2214
+
2215
+ /**
2216
+ * The amount on which tax is calculated, in cents (or local equivalent).
2217
+ */
2218
+ taxable_amount: number | null;
2219
+ }
2220
+
2221
+ namespace Tax {
2222
+ type TaxabilityReason =
2223
+ | 'customer_exempt'
2224
+ | 'not_collecting'
2225
+ | 'not_subject_to_tax'
2226
+ | 'not_supported'
2227
+ | 'portion_product_exempt'
2228
+ | 'portion_reduced_rated'
2229
+ | 'portion_standard_rated'
2230
+ | 'product_exempt'
2231
+ | 'product_exempt_holiday'
2232
+ | 'proportionally_rated'
2233
+ | 'reduced_rated'
2234
+ | 'reverse_charge'
2235
+ | 'standard_rated'
2236
+ | 'taxable_basis_reduced'
2237
+ | 'zero_rated';
2238
+ }
2239
+ }
2240
+
2241
+ interface ShippingDetails {
2242
+ address?: Stripe.Address;
2243
+
2244
+ /**
2245
+ * The delivery service that shipped a physical product, such as Fedex, UPS, USPS, etc.
2246
+ */
2247
+ carrier?: string | null;
2248
+
2249
+ /**
2250
+ * Recipient name.
2251
+ */
2252
+ name?: string;
2253
+
2254
+ /**
2255
+ * Recipient phone (including extension).
2256
+ */
2257
+ phone?: string | null;
2258
+
2259
+ /**
2260
+ * The tracking number for a physical product, obtained from the delivery service. If multiple tracking numbers were generated for this purchase, please separate them with commas.
2261
+ */
2262
+ tracking_number?: string | null;
2263
+ }
2264
+
2265
+ interface ShippingOption {
2266
+ /**
2267
+ * A non-negative integer in cents representing how much to charge.
2268
+ */
2269
+ shipping_amount: number;
2270
+
2271
+ /**
2272
+ * The shipping rate.
2273
+ */
2274
+ shipping_rate: string | Stripe.ShippingRate;
2275
+ }
2276
+
2277
+ type Status = 'complete' | 'expired' | 'open';
2278
+
2279
+ type SubmitType = 'auto' | 'book' | 'donate' | 'pay' | 'subscribe';
2280
+
2281
+ interface TaxIdCollection {
2282
+ /**
2283
+ * Indicates whether tax ID collection is enabled for the session
2284
+ */
2285
+ enabled: boolean;
2286
+
2287
+ /**
2288
+ * Indicates whether a tax ID is required on the payment page
2289
+ */
2290
+ required: TaxIdCollection.Required;
2291
+ }
2292
+
2293
+ namespace TaxIdCollection {
2294
+ type Required = 'if_supported' | 'never';
2295
+ }
2296
+
2297
+ interface TotalDetails {
2298
+ /**
2299
+ * This is the sum of all the discounts.
2300
+ */
2301
+ amount_discount: number;
2302
+
2303
+ /**
2304
+ * This is the sum of all the shipping amounts.
2305
+ */
2306
+ amount_shipping: number | null;
2307
+
2308
+ /**
2309
+ * This is the sum of all the tax amounts.
2310
+ */
2311
+ amount_tax: number;
2312
+
2313
+ breakdown?: TotalDetails.Breakdown;
2314
+ }
2315
+
2316
+ namespace TotalDetails {
2317
+ interface Breakdown {
2318
+ /**
2319
+ * The aggregated discounts.
2320
+ */
2321
+ discounts: Array<Breakdown.Discount>;
2322
+
2323
+ /**
2324
+ * The aggregated tax amounts by rate.
2325
+ */
2326
+ taxes: Array<Breakdown.Tax>;
2327
+ }
2328
+
2329
+ namespace Breakdown {
2330
+ interface Discount {
2331
+ /**
2332
+ * The amount discounted.
2333
+ */
2334
+ amount: number;
2335
+
2336
+ /**
2337
+ * A discount represents the actual application of a [coupon](https://stripe.com/docs/api#coupons) or [promotion code](https://stripe.com/docs/api#promotion_codes).
2338
+ * It contains information about when the discount began, when it will end, and what it is applied to.
2339
+ *
2340
+ * Related guide: [Applying discounts to subscriptions](https://stripe.com/docs/billing/subscriptions/discounts)
2341
+ */
2342
+ discount: Stripe.Discount;
2343
+ }
2344
+
2345
+ interface Tax {
2346
+ /**
2347
+ * Amount of tax applied for this rate.
2348
+ */
2349
+ amount: number;
2350
+
2351
+ /**
2352
+ * Tax rates can be applied to [invoices](https://stripe.com/invoicing/taxes/tax-rates), [subscriptions](https://stripe.com/billing/taxes/tax-rates) and [Checkout Sessions](https://stripe.com/payments/checkout/use-manual-tax-rates) to collect tax.
2353
+ *
2354
+ * Related guide: [Tax rates](https://stripe.com/billing/taxes/tax-rates)
2355
+ */
2356
+ rate: Stripe.TaxRate;
2357
+
2358
+ /**
2359
+ * The reasoning behind this tax, for example, if the product is tax exempt. The possible values for this field may be extended as new tax rules are supported.
2360
+ */
2361
+ taxability_reason: Tax.TaxabilityReason | null;
2362
+
2363
+ /**
2364
+ * The amount on which tax is calculated, in cents (or local equivalent).
2365
+ */
2366
+ taxable_amount: number | null;
2367
+ }
2368
+
2369
+ namespace Tax {
2370
+ type TaxabilityReason =
2371
+ | 'customer_exempt'
2372
+ | 'not_collecting'
2373
+ | 'not_subject_to_tax'
2374
+ | 'not_supported'
2375
+ | 'portion_product_exempt'
2376
+ | 'portion_reduced_rated'
2377
+ | 'portion_standard_rated'
2378
+ | 'product_exempt'
2379
+ | 'product_exempt_holiday'
2380
+ | 'proportionally_rated'
2381
+ | 'reduced_rated'
2382
+ | 'reverse_charge'
2383
+ | 'standard_rated'
2384
+ | 'taxable_basis_reduced'
2385
+ | 'zero_rated';
2386
+ }
2387
+ }
2388
+ }
2389
+
2390
+ type UiMode = 'embedded' | 'hosted';
2391
+ }
2392
+ }
2393
+ }
2394
+ }