@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,3863 @@
1
+ # Changelog
2
+ ## 17.7.0 - 2025-02-24
3
+ * [#2256](https://github.com/stripe/stripe-node/pull/2256) Update generated code
4
+ * Add support for `prices` on `Billing.CreditBalanceSummaryRetrieveParams.filter.applicability_scope`, `Billing.CreditGrant.applicability_config.scope`, and `Billing.CreditGrantCreateParams.applicability_config.scope`
5
+ * Change `Billing.CreditBalanceSummaryRetrieveParams.filter.applicability_scope.price_type`, `Billing.CreditGrant.applicability_config.scope.price_type`, and `Billing.CreditGrantCreateParams.applicability_config.scope.price_type` to be optional
6
+ * Add support for `priority` on `Billing.CreditGrantCreateParams` and `Billing.CreditGrant`
7
+ * Add support for `target_date` on `Checkout.Session.payment_method_options.acss_debit`, `Checkout.Session.payment_method_options.au_becs_debit`, `Checkout.Session.payment_method_options.bacs_debit`, `Checkout.Session.payment_method_options.sepa_debit`, `Checkout.Session.payment_method_options.us_bank_account`, `Checkout.SessionCreateParams.payment_method_options.acss_debit`, `Checkout.SessionCreateParams.payment_method_options.au_becs_debit`, `Checkout.SessionCreateParams.payment_method_options.bacs_debit`, `Checkout.SessionCreateParams.payment_method_options.sepa_debit`, `Checkout.SessionCreateParams.payment_method_options.us_bank_account`, `PaymentIntent.payment_method_options.acss_debit`, `PaymentIntent.payment_method_options.au_becs_debit`, `PaymentIntent.payment_method_options.bacs_debit`, `PaymentIntent.payment_method_options.sepa_debit`, `PaymentIntent.payment_method_options.us_bank_account`, `PaymentIntentConfirmParams.payment_method_options.acss_debit`, `PaymentIntentConfirmParams.payment_method_options.au_becs_debit`, `PaymentIntentConfirmParams.payment_method_options.bacs_debit`, `PaymentIntentConfirmParams.payment_method_options.sepa_debit`, `PaymentIntentConfirmParams.payment_method_options.us_bank_account`, `PaymentIntentCreateParams.payment_method_options.acss_debit`, `PaymentIntentCreateParams.payment_method_options.au_becs_debit`, `PaymentIntentCreateParams.payment_method_options.bacs_debit`, `PaymentIntentCreateParams.payment_method_options.sepa_debit`, `PaymentIntentCreateParams.payment_method_options.us_bank_account`, `PaymentIntentUpdateParams.payment_method_options.acss_debit`, `PaymentIntentUpdateParams.payment_method_options.au_becs_debit`, `PaymentIntentUpdateParams.payment_method_options.bacs_debit`, `PaymentIntentUpdateParams.payment_method_options.sepa_debit`, and `PaymentIntentUpdateParams.payment_method_options.us_bank_account`
8
+ * Add support for `restrictions` on `Checkout.Session.payment_method_options.card` and `Checkout.SessionCreateParams.payment_method_options.card`
9
+ * Add support for `collected_information` on `Checkout.SessionUpdateParams` and `Checkout.Session`
10
+ * Change `Checkout.Session.discounts`, `Refund.destination_details.blik.network_decline_code`, and `Refund.destination_details.swish.network_decline_code` to be required
11
+ * Add support for `metadata` on `ProductCreateParams.default_price_data`
12
+ * Change type of `TokenCreateParams.person.political_exposure` from `string` to `enum('existing'|'none')`
13
+ * Add support for new value `2025-02-24.acacia` on enum `WebhookEndpointCreateParams.api_version`
14
+ * [#2259](https://github.com/stripe/stripe-node/pull/2259) Add Next.js App Router webhook example that leverages Route Handlers
15
+ * [#2257](https://github.com/stripe/stripe-node/pull/2257) Include `OPENAPI_VERSION` into npm bundle
16
+
17
+ ## 17.6.0 - 2025-01-27
18
+ * [#2250](https://github.com/stripe/stripe-node/pull/2250) Update generated code
19
+ * Add support for `close` method on resource `Treasury.FinancialAccount`
20
+ * Add support for `pay_by_bank_payments` on `Account.capabilities`, `AccountCreateParams.capabilities`, and `AccountUpdateParams.capabilities`
21
+ * Add support for `directorship_declaration` and `ownership_exemption_reason` on `Account.company`, `AccountCreateParams.company`, `AccountUpdateParams.company`, and `TokenCreateParams.account.company`
22
+ * Add support for `proof_of_ultimate_beneficial_ownership` on `AccountCreateParams.documents` and `AccountUpdateParams.documents`
23
+ * Add support for `financial_account` on `AccountSession.components`, `AccountSessionCreateParams.components`, and `Treasury.OutboundTransfer.destination_payment_method_details`
24
+ * Add support for `financial_account_transactions`, `issuing_card`, and `issuing_cards_list` on `AccountSession.components` and `AccountSessionCreateParams.components`
25
+ * Add support for `advice_code` on `Charge.outcome`, `Invoice.last_finalization_error`, `PaymentIntent.last_payment_error`, `SetupAttempt.setup_error`, `SetupIntent.last_setup_error`, and `StripeError`
26
+ * Change `Billing.CreditBalanceTransaction.credit.credits_application_invoice_voided`, `Card.regulated_status`, `Charge.payment_method_details.card.network_transaction_id`, `Charge.payment_method_details.card.regulated_status`, `ConfirmationToken.payment_method_preview.card.regulated_status`, `CreditNote.pretax_credit_amounts`, `Invoice.total_pretax_credit_amounts`, `Issuing.Authorization.merchant_data.tax_id`, `Issuing.Transaction.merchant_data.tax_id`, and `PaymentMethod.card.regulated_status` to be required
27
+ * Add support for `pay_by_bank` on `Charge.payment_method_details`, `Checkout.SessionCreateParams.payment_method_options`, `ConfirmationToken.payment_method_preview`, `ConfirmationTokenCreateParams.testHelpers.payment_method_data`, `PaymentIntent.payment_method_options`, `PaymentIntentConfirmParams.payment_method_data`, `PaymentIntentConfirmParams.payment_method_options`, `PaymentIntentCreateParams.payment_method_data`, `PaymentIntentCreateParams.payment_method_options`, `PaymentIntentUpdateParams.payment_method_data`, `PaymentIntentUpdateParams.payment_method_options`, `PaymentMethodConfigurationCreateParams`, `PaymentMethodConfigurationUpdateParams`, `PaymentMethodConfiguration`, `PaymentMethodCreateParams`, `PaymentMethodUpdateParams`, `PaymentMethod`, `SetupIntentConfirmParams.payment_method_data`, `SetupIntentCreateParams.payment_method_data`, and `SetupIntentUpdateParams.payment_method_data`
28
+ * Add support for `country` on `Charge.payment_method_details.paypal`, `ConfirmationToken.payment_method_preview.paypal`, and `PaymentMethod.paypal`
29
+ * Add support for new value `pay_by_bank` on enums `Checkout.SessionCreateParams.payment_method_types[]`, `CustomerListPaymentMethodsParams.type`, `PaymentMethodCreateParams.type`, and `PaymentMethodListParams.type`
30
+ * Add support for new value `SD` on enums `Checkout.Session.shipping_address_collection.allowed_countries[]`, `Checkout.SessionCreateParams.shipping_address_collection.allowed_countries[]`, `PaymentLink.shipping_address_collection.allowed_countries[]`, `PaymentLinkCreateParams.shipping_address_collection.allowed_countries[]`, and `PaymentLinkUpdateParams.shipping_address_collection.allowed_countries[]`
31
+ * Add support for `discounts` on `Checkout.Session`
32
+ * Add support for new value `pay_by_bank` on enums `ConfirmationTokenCreateParams.testHelpers.payment_method_data.type`, `PaymentIntentConfirmParams.payment_method_data.type`, `PaymentIntentCreateParams.payment_method_data.type`, `PaymentIntentUpdateParams.payment_method_data.type`, `SetupIntentConfirmParams.payment_method_data.type`, `SetupIntentCreateParams.payment_method_data.type`, and `SetupIntentUpdateParams.payment_method_data.type`
33
+ * Add support for new value `pay_by_bank` on enums `ConfirmationToken.payment_method_preview.type` and `PaymentMethod.type`
34
+ * Add support for new value `pay_by_bank` on enums `PaymentLink.payment_method_types[]`, `PaymentLinkCreateParams.payment_method_types[]`, and `PaymentLinkUpdateParams.payment_method_types[]`
35
+ * Add support for `phone_number_collection` on `PaymentLinkUpdateParams`
36
+ * Add support for `jpy` on `Terminal.Configuration.tipping`, `Terminal.ConfigurationCreateParams.tipping`, and `Terminal.ConfigurationUpdateParams.tipping`
37
+ * Add support for `nickname` on `Treasury.FinancialAccountCreateParams`, `Treasury.FinancialAccountUpdateParams`, and `Treasury.FinancialAccount`
38
+ * Add support for `forwarding_settings` on `Treasury.FinancialAccountUpdateParams`
39
+ * Add support for `is_default` on `Treasury.FinancialAccount`
40
+ * Add support for `destination_payment_method_data` on `Treasury.OutboundTransferCreateParams`
41
+ * Change type of `Treasury.OutboundTransfer.destination_payment_method_details.type` from `literal('us_bank_account')` to `enum('financial_account'|'us_bank_account')`
42
+ * Add support for new value `outbound_transfer` on enums `Treasury.ReceivedCredit.linked_flows.source_flow_details.type` and `Treasury.ReceivedCreditListParams.linked_flows.source_flow_type`
43
+ * Add support for `outbound_transfer` on `Treasury.ReceivedCredit.linked_flows.source_flow_details`
44
+ * Add support for new value `2025-01-27.acacia` on enum `WebhookEndpointCreateParams.api_version`
45
+ * [#2249](https://github.com/stripe/stripe-node/pull/2249) add justfile, remove coveralls, tweak ESLint
46
+ * [#2252](https://github.com/stripe/stripe-node/pull/2252) Added CONTRIBUTING.md file
47
+ * [#2242](https://github.com/stripe/stripe-node/pull/2242) Added pull request template
48
+
49
+ ## 17.5.0 - 2024-12-18
50
+ * [#2237](https://github.com/stripe/stripe-node/pull/2237) This release changes the pinned API version to `2024-12-18.acacia`.
51
+ * Change `Account.business_profile.annual_revenue` and `Account.business_profile.estimated_worker_count` to be optional
52
+ * Add support for `network_advice_code` and `network_decline_code` on `Charge.outcome`, `Invoice.last_finalization_error`, `PaymentIntent.last_payment_error`, `SetupAttempt.setup_error`, `SetupIntent.last_setup_error`, and `StripeError`
53
+ * Add support for new values `payout_minimum_balance_hold` and `payout_minimum_balance_release` on enum `BalanceTransaction.type`
54
+ * Add support for `credits_application_invoice_voided` on `Billing.CreditBalanceTransaction.credit`
55
+ * Change type of `Billing.CreditBalanceTransaction.credit.type` from `literal('credits_granted')` to `enum('credits_application_invoice_voided'|'credits_granted')`
56
+ * Change `BillingPortal.Configuration.features.subscription_update.schedule_at_period_end`, `Issuing.Authorization.verified_by_fraud_challenge`, `LineItem.description`, and `Payout.trace_id` to be required
57
+ * Add support for `allow_redisplay` on `Card` and `Source`
58
+ * Add support for `regulated_status` on `Card`, `Charge.payment_method_details.card`, `ConfirmationToken.payment_method_preview.card`, and `PaymentMethod.card`
59
+ * Add support for `funding` on `Charge.payment_method_details.amazon_pay` and `Charge.payment_method_details.revolut_pay`
60
+ * Add support for `network_transaction_id` on `Charge.payment_method_details.card`
61
+ * Add support for `reference_prefix` on `Checkout.Session.payment_method_options.bacs_debit.mandate_options`, `Checkout.Session.payment_method_options.sepa_debit.mandate_options`, `Checkout.SessionCreateParams.payment_method_options.bacs_debit.mandate_options`, `Checkout.SessionCreateParams.payment_method_options.sepa_debit.mandate_options`, `PaymentIntent.payment_method_options.bacs_debit.mandate_options`, `PaymentIntent.payment_method_options.sepa_debit.mandate_options`, `PaymentIntentConfirmParams.payment_method_options.bacs_debit.mandate_options`, `PaymentIntentConfirmParams.payment_method_options.sepa_debit.mandate_options`, `PaymentIntentCreateParams.payment_method_options.bacs_debit.mandate_options`, `PaymentIntentCreateParams.payment_method_options.sepa_debit.mandate_options`, `PaymentIntentUpdateParams.payment_method_options.bacs_debit.mandate_options`, `PaymentIntentUpdateParams.payment_method_options.sepa_debit.mandate_options`, `SetupIntent.payment_method_options.bacs_debit.mandate_options`, `SetupIntent.payment_method_options.sepa_debit.mandate_options`, `SetupIntentConfirmParams.payment_method_options.bacs_debit.mandate_options`, `SetupIntentConfirmParams.payment_method_options.sepa_debit.mandate_options`, `SetupIntentCreateParams.payment_method_options.bacs_debit.mandate_options`, `SetupIntentCreateParams.payment_method_options.sepa_debit.mandate_options`, `SetupIntentUpdateParams.payment_method_options.bacs_debit.mandate_options`, and `SetupIntentUpdateParams.payment_method_options.sepa_debit.mandate_options`
62
+ * Add support for new values `al_tin`, `am_tin`, `ao_tin`, `ba_tin`, `bb_tin`, `bs_tin`, `cd_nif`, `gn_nif`, `kh_tin`, `me_pib`, `mk_vat`, `mr_nif`, `np_pan`, `sn_ninea`, `sr_fin`, `tj_tin`, `ug_tin`, `zm_tin`, and `zw_tin` on enums `Checkout.Session.customer_details.tax_ids[].type`, `Invoice.customer_tax_ids[].type`, `Tax.Calculation.customer_details.tax_ids[].type`, `Tax.Transaction.customer_details.tax_ids[].type`, and `TaxId.type`
63
+ * Add support for new values `al_tin`, `am_tin`, `ao_tin`, `ba_tin`, `bb_tin`, `bs_tin`, `cd_nif`, `gn_nif`, `kh_tin`, `me_pib`, `mk_vat`, `mr_nif`, `np_pan`, `sn_ninea`, `sr_fin`, `tj_tin`, `ug_tin`, `zm_tin`, and `zw_tin` on enums `CustomerCreateParams.tax_id_data[].type`, `InvoiceCreatePreviewParams.customer_details.tax_ids[].type`, `InvoiceUpcomingLinesParams.customer_details.tax_ids[].type`, `InvoiceUpcomingParams.customer_details.tax_ids[].type`, `Tax.CalculationCreateParams.customer_details.tax_ids[].type`, and `TaxIdCreateParams.type`
64
+ * Add support for `visa_compliance` on `Dispute.evidence.enhanced_evidence`, `Dispute.evidence_details.enhanced_eligibility`, and `DisputeUpdateParams.evidence.enhanced_evidence`
65
+ * Add support for new value `request_signature` on enums `Forwarding.Request.replacements[]` and `Forwarding.RequestCreateParams.replacements[]`
66
+ * Add support for `account_holder_address` and `bank_address` on `FundingInstructions.bank_transfer.financial_addresses[].iban`, `FundingInstructions.bank_transfer.financial_addresses[].sort_code`, `FundingInstructions.bank_transfer.financial_addresses[].spei`, `FundingInstructions.bank_transfer.financial_addresses[].zengin`, `PaymentIntent.next_action.display_bank_transfer_instructions.financial_addresses[].iban`, `PaymentIntent.next_action.display_bank_transfer_instructions.financial_addresses[].sort_code`, `PaymentIntent.next_action.display_bank_transfer_instructions.financial_addresses[].spei`, and `PaymentIntent.next_action.display_bank_transfer_instructions.financial_addresses[].zengin`
67
+ * Add support for `account_holder_name` on `FundingInstructions.bank_transfer.financial_addresses[].spei` and `PaymentIntent.next_action.display_bank_transfer_instructions.financial_addresses[].spei`
68
+ * Add support for `disabled_reason` on `Invoice.automatic_tax`, `Subscription.automatic_tax`, `SubscriptionSchedule.default_settings.automatic_tax`, and `SubscriptionSchedule.phases[].automatic_tax`
69
+ * Add support for `tax_id` on `Issuing.Authorization.merchant_data` and `Issuing.Transaction.merchant_data`
70
+ * Change type of `LineItem.description` from `string` to `string | null`
71
+ * Add support for `trial_period_days` on `PaymentLinkUpdateParams.subscription_data`
72
+ * Add support for `al`, `am`, `ao`, `ba`, `bb`, `bs`, `cd`, `gn`, `kh`, `me`, `mk`, `mr`, `np`, `pe`, `sn`, `sr`, `tj`, `ug`, `uy`, `zm`, and `zw` on `Tax.Registration.country_options` and `Tax.RegistrationCreateParams.country_options`
73
+ * Add support for new value `2024-12-18.acacia` on enum `WebhookEndpointCreateParams.api_version`
74
+ * [#2238](https://github.com/stripe/stripe-node/pull/2238) add missing key warning to README
75
+
76
+ ## 17.4.0 - 2024-11-20
77
+ * [#2222](https://github.com/stripe/stripe-node/pull/2222) This release changes the pinned API version to `2024-11-20.acacia`.
78
+ * Add support for `respond` test helper method on resource `Issuing.Authorization`
79
+ * Add support for `authorizer` on `AccountPersonsParams.relationship` and `TokenCreateParams.person.relationship`
80
+ * Change type of `Account.future_requirements.disabled_reason` and `Account.requirements.disabled_reason` from `string` to `enum`
81
+ * Change `AccountSession.components.account_management.features.disable_stripe_user_authentication`, `AccountSession.components.account_onboarding.features.disable_stripe_user_authentication`, `AccountSession.components.balances.features.disable_stripe_user_authentication`, `AccountSession.components.notification_banner.features.disable_stripe_user_authentication`, and `AccountSession.components.payouts.features.disable_stripe_user_authentication` to be required
82
+ * Add support for `adaptive_pricing` on `Checkout.SessionCreateParams` and `Checkout.Session`
83
+ * Add support for `mandate_options` on `Checkout.Session.payment_method_options.bacs_debit`, `Checkout.Session.payment_method_options.sepa_debit`, `Checkout.SessionCreateParams.payment_method_options.bacs_debit`, and `Checkout.SessionCreateParams.payment_method_options.sepa_debit`
84
+ * Add support for `request_extended_authorization`, `request_incremental_authorization`, `request_multicapture`, and `request_overcapture` on `Checkout.Session.payment_method_options.card` and `Checkout.SessionCreateParams.payment_method_options.card`
85
+ * Add support for `capture_method` on `Checkout.SessionCreateParams.payment_method_options.kakao_pay`, `Checkout.SessionCreateParams.payment_method_options.kr_card`, `Checkout.SessionCreateParams.payment_method_options.naver_pay`, `Checkout.SessionCreateParams.payment_method_options.payco`, and `Checkout.SessionCreateParams.payment_method_options.samsung_pay`
86
+ * Add support for new value `subscribe` on enums `Checkout.Session.submit_type`, `Checkout.SessionCreateParams.submit_type`, `PaymentLink.submit_type`, and `PaymentLinkCreateParams.submit_type`
87
+ * Add support for new value `li_vat` on enums `Checkout.Session.customer_details.tax_ids[].type`, `Invoice.customer_tax_ids[].type`, `Tax.Calculation.customer_details.tax_ids[].type`, `Tax.Transaction.customer_details.tax_ids[].type`, and `TaxId.type`
88
+ * Add support for new value `li_vat` on enums `CustomerCreateParams.tax_id_data[].type`, `InvoiceCreatePreviewParams.customer_details.tax_ids[].type`, `InvoiceUpcomingLinesParams.customer_details.tax_ids[].type`, `InvoiceUpcomingParams.customer_details.tax_ids[].type`, `Tax.CalculationCreateParams.customer_details.tax_ids[].type`, and `TaxIdCreateParams.type`
89
+ * Add support for new value `financial_account_statement` on enums `File.purpose` and `FileListParams.purpose`
90
+ * Add support for `account_holder_address`, `account_holder_name`, `account_type`, and `bank_address` on `FundingInstructions.bank_transfer.financial_addresses[].aba`, `FundingInstructions.bank_transfer.financial_addresses[].swift`, `PaymentIntent.next_action.display_bank_transfer_instructions.financial_addresses[].aba`, and `PaymentIntent.next_action.display_bank_transfer_instructions.financial_addresses[].swift`
91
+ * Add support for new value `service_tax` on enums `InvoiceAddLinesParams.lines[].tax_amounts[].tax_rate_data.tax_type`, `InvoiceUpdateLinesParams.lines[].tax_amounts[].tax_rate_data.tax_type`, `Tax.Calculation.shipping_cost.tax_breakdown[].tax_rate_details.tax_type`, `Tax.Calculation.tax_breakdown[].tax_rate_details.tax_type`, `Tax.CalculationLineItem.tax_breakdown[].tax_rate_details.tax_type`, `Tax.Transaction.shipping_cost.tax_breakdown[].tax_rate_details.tax_type`, `TaxRate.tax_type`, `TaxRateCreateParams.tax_type`, and `TaxRateUpdateParams.tax_type`
92
+ * Add support for `merchant_amount` and `merchant_currency` on `Issuing.AuthorizationCreateParams.testHelpers`
93
+ * Change `Issuing.AuthorizationCreateParams.testHelpers.amount` to be optional
94
+ * Add support for `fraud_challenges` and `verified_by_fraud_challenge` on `Issuing.Authorization`
95
+ * Add support for new value `link` on enums `PaymentIntent.payment_method_options.card.network`, `PaymentIntentConfirmParams.payment_method_options.card.network`, `PaymentIntentCreateParams.payment_method_options.card.network`, `PaymentIntentUpdateParams.payment_method_options.card.network`, `SetupIntent.payment_method_options.card.network`, `SetupIntentConfirmParams.payment_method_options.card.network`, `SetupIntentCreateParams.payment_method_options.card.network`, `SetupIntentUpdateParams.payment_method_options.card.network`, `Subscription.payment_settings.payment_method_options.card.network`, `SubscriptionCreateParams.payment_settings.payment_method_options.card.network`, and `SubscriptionUpdateParams.payment_settings.payment_method_options.card.network`
96
+ * Add support for `submit_type` on `PaymentLinkUpdateParams`
97
+ * Add support for `trace_id` on `Payout`
98
+ * Add support for `network_decline_code` on `Refund.destination_details.blik` and `Refund.destination_details.swish`
99
+ * Change type of `Treasury.InboundTransfer.origin_payment_method` from `string` to `string | null`
100
+ * Add support for new value `2024-11-20.acacia` on enum `WebhookEndpointCreateParams.api_version`
101
+ * [#2215](https://github.com/stripe/stripe-node/pull/2215) Remove empty resources created for service groupings
102
+ * Remove `Stripe.V2.BillingResource`, `Stripe.V2.CoreResource`, and `Stripe.V2Resource` types from the public interface as they are no longer needed. SDK usage will not be affected but any references to these types in your application will need to be removed.
103
+
104
+ ## 17.3.1 - 2024-11-01
105
+ * [#2218](https://github.com/stripe/stripe-node/pull/2218) Fixed a bug where `latestapiversion` was not updated to `2024-10-28.acacia` in the last release.
106
+
107
+ ## 17.3.0 - 2024-10-29
108
+ * [#2204](https://github.com/stripe/stripe-node/pull/2204) This release changes the pinned API version to `2024-10-28.acacia`.
109
+ * Add support for new resource `V2.EventDestinations`
110
+ * Add support for `create`, `retrieve`, `update`, `list`, `del`, `disable`, `enable` and `ping` methods on resource `V2.EventDestinations`
111
+ * Add support for `submit_card` test helper method on resource `Issuing.Card`
112
+ * Add support for `groups` on `AccountCreateParams`, `AccountUpdateParams`, and `Account`
113
+ * Add support for `alma_payments`, `kakao_pay_payments`, `kr_card_payments`, `naver_pay_payments`, `payco_payments`, and `samsung_pay_payments` on `Account.capabilities`, `AccountCreateParams.capabilities`, and `AccountUpdateParams.capabilities`
114
+ * Add support for `disable_stripe_user_authentication` on `AccountSession.components.account_management.features`, `AccountSession.components.account_onboarding.features`, `AccountSession.components.balances.features`, `AccountSession.components.notification_banner.features`, `AccountSession.components.payouts.features`, `AccountSessionCreateParams.components.account_management.features`, `AccountSessionCreateParams.components.account_onboarding.features`, `AccountSessionCreateParams.components.balances.features`, `AccountSessionCreateParams.components.notification_banner.features`, and `AccountSessionCreateParams.components.payouts.features`
115
+ * Add support for `schedule_at_period_end` on `BillingPortal.Configuration.features.subscription_update`, `BillingPortal.ConfigurationCreateParams.features.subscription_update`, and `BillingPortal.ConfigurationUpdateParams.features.subscription_update`
116
+ * Change `BillingPortal.ConfigurationCreateParams.business_profile` and `Refund.next_action.display_details` to be optional
117
+ * Add support for `alma` on `Charge.payment_method_details`, `ConfirmationToken.payment_method_preview`, `ConfirmationTokenCreateParams.testHelpers.payment_method_data`, `PaymentIntent.payment_method_options`, `PaymentIntentConfirmParams.payment_method_data`, `PaymentIntentConfirmParams.payment_method_options`, `PaymentIntentCreateParams.payment_method_data`, `PaymentIntentCreateParams.payment_method_options`, `PaymentIntentUpdateParams.payment_method_data`, `PaymentIntentUpdateParams.payment_method_options`, `PaymentMethodConfigurationCreateParams`, `PaymentMethodConfigurationUpdateParams`, `PaymentMethodConfiguration`, `PaymentMethodCreateParams`, `PaymentMethod`, `Refund.destination_details`, `SetupIntentConfirmParams.payment_method_data`, `SetupIntentCreateParams.payment_method_data`, and `SetupIntentUpdateParams.payment_method_data`
118
+ * Add support for `kakao_pay` and `kr_card` on `Charge.payment_method_details`, `Checkout.Session.payment_method_options`, `Checkout.SessionCreateParams.payment_method_options`, `ConfirmationToken.payment_method_preview`, `ConfirmationTokenCreateParams.testHelpers.payment_method_data`, `Mandate.payment_method_details`, `PaymentIntent.payment_method_options`, `PaymentIntentConfirmParams.payment_method_data`, `PaymentIntentConfirmParams.payment_method_options`, `PaymentIntentCreateParams.payment_method_data`, `PaymentIntentCreateParams.payment_method_options`, `PaymentIntentUpdateParams.payment_method_data`, `PaymentIntentUpdateParams.payment_method_options`, `PaymentMethodCreateParams`, `PaymentMethod`, `SetupAttempt.payment_method_details`, `SetupIntentConfirmParams.payment_method_data`, `SetupIntentCreateParams.payment_method_data`, and `SetupIntentUpdateParams.payment_method_data`
119
+ * Add support for `naver_pay` on `Charge.payment_method_details`, `Checkout.Session.payment_method_options`, `Checkout.SessionCreateParams.payment_method_options`, `ConfirmationToken.payment_method_preview`, `ConfirmationTokenCreateParams.testHelpers.payment_method_data`, `PaymentIntent.payment_method_options`, `PaymentIntentConfirmParams.payment_method_data`, `PaymentIntentConfirmParams.payment_method_options`, `PaymentIntentCreateParams.payment_method_data`, `PaymentIntentCreateParams.payment_method_options`, `PaymentIntentUpdateParams.payment_method_data`, `PaymentIntentUpdateParams.payment_method_options`, `PaymentMethodCreateParams`, `PaymentMethodUpdateParams`, `PaymentMethod`, `SetupIntentConfirmParams.payment_method_data`, `SetupIntentCreateParams.payment_method_data`, and `SetupIntentUpdateParams.payment_method_data`
120
+ * Add support for `payco` and `samsung_pay` on `Charge.payment_method_details`, `Checkout.Session.payment_method_options`, `Checkout.SessionCreateParams.payment_method_options`, `ConfirmationToken.payment_method_preview`, `ConfirmationTokenCreateParams.testHelpers.payment_method_data`, `PaymentIntent.payment_method_options`, `PaymentIntentConfirmParams.payment_method_data`, `PaymentIntentConfirmParams.payment_method_options`, `PaymentIntentCreateParams.payment_method_data`, `PaymentIntentCreateParams.payment_method_options`, `PaymentIntentUpdateParams.payment_method_data`, `PaymentIntentUpdateParams.payment_method_options`, `PaymentMethodCreateParams`, `PaymentMethod`, `SetupIntentConfirmParams.payment_method_data`, `SetupIntentCreateParams.payment_method_data`, and `SetupIntentUpdateParams.payment_method_data`
121
+ * Add support for new values `alma`, `kakao_pay`, `kr_card`, `naver_pay`, `payco`, and `samsung_pay` on enums `Checkout.SessionCreateParams.payment_method_types[]`, `CustomerListPaymentMethodsParams.type`, `PaymentMethodCreateParams.type`, and `PaymentMethodListParams.type`
122
+ * Add support for new values `by_tin`, `ma_vat`, `md_vat`, `tz_vat`, `uz_tin`, and `uz_vat` on enums `Checkout.Session.customer_details.tax_ids[].type`, `Invoice.customer_tax_ids[].type`, `Tax.Calculation.customer_details.tax_ids[].type`, `Tax.Transaction.customer_details.tax_ids[].type`, and `TaxId.type`
123
+ * Add support for new values `alma`, `kakao_pay`, `kr_card`, `naver_pay`, `payco`, and `samsung_pay` on enums `ConfirmationTokenCreateParams.testHelpers.payment_method_data.type`, `PaymentIntentConfirmParams.payment_method_data.type`, `PaymentIntentCreateParams.payment_method_data.type`, `PaymentIntentUpdateParams.payment_method_data.type`, `SetupIntentConfirmParams.payment_method_data.type`, `SetupIntentCreateParams.payment_method_data.type`, and `SetupIntentUpdateParams.payment_method_data.type`
124
+ * Add support for new values `alma`, `kakao_pay`, `kr_card`, `naver_pay`, `payco`, and `samsung_pay` on enums `ConfirmationToken.payment_method_preview.type` and `PaymentMethod.type`
125
+ * Add support for new value `auto` on enum `CustomerUpdateParams.tax.validate_location`
126
+ * Add support for new values `by_tin`, `ma_vat`, `md_vat`, `tz_vat`, `uz_tin`, and `uz_vat` on enums `CustomerCreateParams.tax_id_data[].type`, `InvoiceCreatePreviewParams.customer_details.tax_ids[].type`, `InvoiceUpcomingLinesParams.customer_details.tax_ids[].type`, `InvoiceUpcomingParams.customer_details.tax_ids[].type`, `Tax.CalculationCreateParams.customer_details.tax_ids[].type`, and `TaxIdCreateParams.type`
127
+ * Add support for `enhanced_evidence` on `Dispute.evidence` and `DisputeUpdateParams.evidence`
128
+ * Add support for `enhanced_eligibility_types` on `Dispute`
129
+ * Add support for `enhanced_eligibility` on `Dispute.evidence_details`
130
+ * Add support for new values `issuing_transaction.purchase_details_receipt_updated` and `refund.failed` on enum `Event.type`
131
+ * Add support for `metadata` on `Forwarding.RequestCreateParams` and `Forwarding.Request`
132
+ * Add support for `automatically_finalizes_at` on `InvoiceCreateParams` and `InvoiceUpdateParams`
133
+ * Add support for new values `jp_credit_transfer`, `kakao_pay`, `kr_card`, `naver_pay`, and `payco` on enums `Invoice.payment_settings.payment_method_types[]`, `InvoiceCreateParams.payment_settings.payment_method_types[]`, `InvoiceUpdateParams.payment_settings.payment_method_types[]`, `Subscription.payment_settings.payment_method_types[]`, `SubscriptionCreateParams.payment_settings.payment_method_types[]`, and `SubscriptionUpdateParams.payment_settings.payment_method_types[]`
134
+ * Add support for new value `retail_delivery_fee` on enums `InvoiceAddLinesParams.lines[].tax_amounts[].tax_rate_data.tax_type`, `InvoiceUpdateLinesParams.lines[].tax_amounts[].tax_rate_data.tax_type`, `Tax.Calculation.shipping_cost.tax_breakdown[].tax_rate_details.tax_type`, `Tax.Calculation.tax_breakdown[].tax_rate_details.tax_type`, `Tax.CalculationLineItem.tax_breakdown[].tax_rate_details.tax_type`, `Tax.Transaction.shipping_cost.tax_breakdown[].tax_rate_details.tax_type`, `TaxRate.tax_type`, `TaxRateCreateParams.tax_type`, and `TaxRateUpdateParams.tax_type`
135
+ * Add support for new value `alma` on enums `PaymentLink.payment_method_types[]`, `PaymentLinkCreateParams.payment_method_types[]`, and `PaymentLinkUpdateParams.payment_method_types[]`
136
+ * Add support for `amazon_pay` on `PaymentMethodDomain`
137
+ * Change type of `Refund.next_action.display_details` from `RefundNextActionDisplayDetails | null` to `RefundNextActionDisplayDetails`
138
+ * Add support for `flat_amount` and `rate_type` on `Tax.Calculation.tax_breakdown[].tax_rate_details` and `TaxRate`
139
+ * Add support for `by`, `cr`, `ec`, `ma`, `md`, `rs`, `ru`, `tz`, and `uz` on `Tax.Registration.country_options` and `Tax.RegistrationCreateParams.country_options`
140
+ * Add support for new value `state_retail_delivery_fee` on enums `Tax.Registration.country_options.us.type` and `Tax.RegistrationCreateParams.country_options.us.type`
141
+ * Add support for `pln` on `Terminal.Configuration.tipping`, `Terminal.ConfigurationCreateParams.tipping`, and `Terminal.ConfigurationUpdateParams.tipping`
142
+ * Add support for new values `issuing_transaction.purchase_details_receipt_updated` and `refund.failed` on enums `WebhookEndpointCreateParams.enabled_events[]` and `WebhookEndpointUpdateParams.enabled_events[]`
143
+ * Add support for new value `2024-10-28.acacia` on enum `WebhookEndpointCreateParams.api_version`
144
+
145
+ ## 17.2.1 - 2024-10-18
146
+ * [#2210](https://github.com/stripe/stripe-node/pull/2210) update object tags for meter-related classes
147
+
148
+ - fixes a bug where the `object` property of the `MeterEvent`, `MeterEventAdjustment`, and `MeterEventSession` didn't match the server.
149
+ * [#2208](https://github.com/stripe/stripe-node/pull/2208) Update signature verification docs link
150
+
151
+ ## 17.2.0 - 2024-10-09
152
+ * [#2201](https://github.com/stripe/stripe-node/pull/2201) Add fetchRelatedObject to V2 Events if needed
153
+ * `fetchRelatedObject` is added to events retrieved using `stripe.v2.core.events` and can be used to easily fetch the Stripe object related to a retrieved event
154
+
155
+ ## 17.1.0 - 2024-10-03
156
+ * [#2199](https://github.com/stripe/stripe-node/pull/2199) Update generated code
157
+ * Remove the support for resource `Margin` that was accidentally made public in the last release
158
+
159
+ ## 17.0.0 - 2024-10-01
160
+ * [#2192](https://github.com/stripe/stripe-node/pull/2192) Support for APIs in the new API version 2024-09-30.acacia
161
+
162
+ This release changes the pinned API version to `2024-09-30.acacia`. Please read the [API Upgrade Guide](https://stripe.com/docs/upgrades#2024-09-30.acacia) and carefully review the API changes before upgrading.
163
+
164
+ ### ⚠️ Breaking changes due to changes in the Stripe API
165
+ - Rename `usage_threshold_config` to `usage_threshold` on `Billing.AlertCreateParams` and `Billing.Alert`
166
+ - Remove support for `filter` on `Billing.AlertCreateParams` and `Billing.Alert`. Use the filters on the `usage_threshold` instead
167
+ - Remove support for `customer_consent_collected` on `Terminal.ReaderProcessSetupIntentParams`.
168
+
169
+ ### ⚠️ Other Breaking changes in the SDK
170
+ - Adjusted default values around reties for HTTP requests. You can use the old defaults by setting them explicitly. New values are:
171
+ - max retries: `1` -> `2`
172
+ - max timeout (seconds): `2` -> `5`
173
+
174
+
175
+ ### Additions
176
+ * Add support for `custom_unit_amount` on `ProductCreateParams.default_price_data`
177
+ * Add support for `allow_redisplay` on `Terminal.ReaderProcessPaymentIntentParams.process_config` and `Terminal.ReaderProcessSetupIntentParams`
178
+ * Add support for new value `international_transaction` on enum `Treasury.ReceivedCredit.failure_code`
179
+ * Add support for new value `2024-09-30.acacia` on enum `WebhookEndpointCreateParams.api_version`
180
+ * Add support for new Usage Billing APIs `Billing.MeterEvent`, `Billing.MeterEventAdjustments`, `Billing.MeterEventSession`, `Billing.MeterEventStream` and the new Events API `Core.Events` in the [v2 namespace ](https://docs.corp.stripe.com/api-v2-overview)
181
+ * Add method `parseThinEvent()` on the `Stripe` class to parse [thin events](https://docs.corp.stripe.com/event-destinations#events-overview).
182
+ * Add method [rawRequest()](https://github.com/stripe/stripe-node/tree/master?tab=readme-ov-file#custom-requests) on the `Stripe` class that takes a HTTP method type, url and relevant parameters to make requests to the Stripe API that are not yet supported in the SDK.
183
+
184
+ ### Changes
185
+ * Change `BillingPortal.ConfigurationCreateParams.features.subscription_update.default_allowed_updates` and `BillingPortal.ConfigurationCreateParams.features.subscription_update.products` to be optional
186
+
187
+ ## 16.12.0 - 2024-09-18
188
+ * [#2177](https://github.com/stripe/stripe-node/pull/2177) Update generated code
189
+ * Add support for new value `international_transaction` on enum `Treasury.ReceivedDebit.failure_code`
190
+ * [#2175](https://github.com/stripe/stripe-node/pull/2175) Update generated code
191
+ * Add support for new value `verification_supportability` on enums `Account.future_requirements.errors[].code`, `Account.requirements.errors[].code`, `BankAccount.future_requirements.errors[].code`, and `BankAccount.requirements.errors[].code`
192
+ * Add support for new value `terminal_reader_invalid_location_for_activation` on enums `Invoice.last_finalization_error.code`, `PaymentIntent.last_payment_error.code`, `SetupAttempt.setup_error.code`, `SetupIntent.last_setup_error.code`, and `StripeError.code`
193
+ * Add support for `payer_details` on `Charge.payment_method_details.klarna`
194
+ * Add support for `amazon_pay` on `Dispute.payment_method_details`
195
+ * Add support for new value `amazon_pay` on enum `Dispute.payment_method_details.type`
196
+ * Add support for `automatically_finalizes_at` on `Invoice`
197
+ * Add support for `state_sales_tax` on `Tax.Registration.country_options.us` and `Tax.RegistrationCreateParams.country_options.us`
198
+
199
+ ## 16.11.0 - 2024-09-12
200
+ * [#2171](https://github.com/stripe/stripe-node/pull/2171) Update generated code
201
+ * Add support for new resource `InvoiceRenderingTemplate`
202
+ * Add support for `archive`, `list`, `retrieve`, and `unarchive` methods on resource `InvoiceRenderingTemplate`
203
+ * Add support for `required` on `Checkout.Session.tax_id_collection`, `Checkout.SessionCreateParams.tax_id_collection`, `PaymentLink.tax_id_collection`, `PaymentLinkCreateParams.tax_id_collection`, and `PaymentLinkUpdateParams.tax_id_collection`
204
+ * Add support for `template` on `Customer.invoice_settings.rendering_options`, `CustomerCreateParams.invoice_settings.rendering_options`, `CustomerUpdateParams.invoice_settings.rendering_options`, `Invoice.rendering`, `InvoiceCreateParams.rendering`, and `InvoiceUpdateParams.rendering`
205
+ * Add support for `template_version` on `Invoice.rendering`, `InvoiceCreateParams.rendering`, and `InvoiceUpdateParams.rendering`
206
+ * Add support for new value `submitted` on enum `Issuing.Card.shipping.status`
207
+ * Change `TestHelpers.TestClock.status_details` to be required
208
+
209
+ ## 16.10.0 - 2024-09-05
210
+ * [#2158](https://github.com/stripe/stripe-node/pull/2158) Update generated code
211
+ * Add support for `subscription_item` and `subscription` on `Billing.AlertCreateParams.filter`
212
+ * Change `Terminal.ReaderProcessSetupIntentParams.customer_consent_collected` to be optional
213
+
214
+ ## 16.9.0 - 2024-08-29
215
+ * [#2163](https://github.com/stripe/stripe-node/pull/2163) Generate SDK for OpenAPI spec version 1230
216
+ * Change `AccountLinkCreateParams.collection_options.fields` and `LineItem.description` to be optional
217
+ * Add support for new value `hr_oib` on enums `Checkout.Session.customer_details.tax_ids[].type`, `Invoice.customer_tax_ids[].type`, `Tax.Calculation.customer_details.tax_ids[].type`, `Tax.Transaction.customer_details.tax_ids[].type`, and `TaxId.type`
218
+ * Add support for new value `hr_oib` on enums `CustomerCreateParams.tax_id_data[].type`, `InvoiceCreatePreviewParams.customer_details.tax_ids[].type`, `InvoiceUpcomingLinesParams.customer_details.tax_ids[].type`, `InvoiceUpcomingParams.customer_details.tax_ids[].type`, `Tax.CalculationCreateParams.customer_details.tax_ids[].type`, and `TaxIdCreateParams.type`
219
+ * Add support for new value `issuing_regulatory_reporting` on enums `File.purpose` and `FileListParams.purpose`
220
+ * Add support for new value `issuing_regulatory_reporting` on enum `FileCreateParams.purpose`
221
+ * Change `Issuing.Card.shipping.address_validation` to be required
222
+ * Add support for `status_details` on `TestHelpers.TestClock`
223
+
224
+ ## 16.8.0 - 2024-08-15
225
+ * [#2155](https://github.com/stripe/stripe-node/pull/2155) Update generated code
226
+ * Add support for `authorization_code` on `Charge.payment_method_details.card`
227
+ * Add support for `wallet` on `Charge.payment_method_details.card_present`, `ConfirmationToken.payment_method_preview.card.generated_from.payment_method_details.card_present`, `ConfirmationToken.payment_method_preview.card_present`, `PaymentMethod.card.generated_from.payment_method_details.card_present`, and `PaymentMethod.card_present`
228
+ * Add support for `mandate_options` on `PaymentIntent.payment_method_options.bacs_debit`, `PaymentIntentConfirmParams.payment_method_options.bacs_debit`, `PaymentIntentCreateParams.payment_method_options.bacs_debit`, and `PaymentIntentUpdateParams.payment_method_options.bacs_debit`
229
+ * Add support for `bacs_debit` on `SetupIntent.payment_method_options`, `SetupIntentConfirmParams.payment_method_options`, `SetupIntentCreateParams.payment_method_options`, and `SetupIntentUpdateParams.payment_method_options`
230
+ * Add support for `chips` on `Treasury.OutboundPayment.tracking_details.us_domestic_wire`, `Treasury.OutboundPaymentUpdateParams.testHelpers.tracking_details.us_domestic_wire`, `Treasury.OutboundTransfer.tracking_details.us_domestic_wire`, and `Treasury.OutboundTransferUpdateParams.testHelpers.tracking_details.us_domestic_wire`
231
+ * Change type of `Treasury.OutboundPayment.tracking_details.us_domestic_wire.imad` and `Treasury.OutboundTransfer.tracking_details.us_domestic_wire.imad` from `string` to `string | null`
232
+
233
+ ## 16.7.0 - 2024-08-08
234
+ * [#2147](https://github.com/stripe/stripe-node/pull/2147) Update generated code
235
+ * Add support for `activate`, `archive`, `create`, `deactivate`, `list`, and `retrieve` methods on resource `Billing.Alert`
236
+ * Add support for `retrieve` method on resource `Tax.Calculation`
237
+ * Add support for new value `invalid_mandate_reference_prefix_format` on enums `Invoice.last_finalization_error.code`, `PaymentIntent.last_payment_error.code`, `SetupAttempt.setup_error.code`, `SetupIntent.last_setup_error.code`, and `StripeError.code`
238
+ * Add support for `type` on `Charge.payment_method_details.card_present.offline`, `ConfirmationToken.payment_method_preview.card.generated_from.payment_method_details.card_present.offline`, `PaymentMethod.card.generated_from.payment_method_details.card_present.offline`, and `SetupAttempt.payment_method_details.card_present.offline`
239
+ * Add support for `offline` on `ConfirmationToken.payment_method_preview.card_present` and `PaymentMethod.card_present`
240
+ * Add support for `related_customer` on `Identity.VerificationSessionCreateParams`, `Identity.VerificationSessionListParams`, and `Identity.VerificationSession`
241
+ * Change `InvoiceCreateParams.payment_settings.payment_method_options.card.installments.plan.count`, `InvoiceCreateParams.payment_settings.payment_method_options.card.installments.plan.interval`, `InvoiceUpdateParams.payment_settings.payment_method_options.card.installments.plan.count`, `InvoiceUpdateParams.payment_settings.payment_method_options.card.installments.plan.interval`, `PaymentIntentConfirmParams.payment_method_options.card.installments.plan.count`, `PaymentIntentConfirmParams.payment_method_options.card.installments.plan.interval`, `PaymentIntentCreateParams.payment_method_options.card.installments.plan.count`, `PaymentIntentCreateParams.payment_method_options.card.installments.plan.interval`, `PaymentIntentUpdateParams.payment_method_options.card.installments.plan.count`, and `PaymentIntentUpdateParams.payment_method_options.card.installments.plan.interval` to be optional
242
+ * Add support for new value `girocard` on enums `PaymentIntent.payment_method_options.card.network`, `PaymentIntentConfirmParams.payment_method_options.card.network`, `PaymentIntentCreateParams.payment_method_options.card.network`, `PaymentIntentUpdateParams.payment_method_options.card.network`, `SetupIntent.payment_method_options.card.network`, `SetupIntentConfirmParams.payment_method_options.card.network`, `SetupIntentCreateParams.payment_method_options.card.network`, `SetupIntentUpdateParams.payment_method_options.card.network`, `Subscription.payment_settings.payment_method_options.card.network`, `SubscriptionCreateParams.payment_settings.payment_method_options.card.network`, and `SubscriptionUpdateParams.payment_settings.payment_method_options.card.network`
243
+ * Add support for new value `financial_addresses.aba.forwarding` on enums `Treasury.FinancialAccount.active_features[]`, `Treasury.FinancialAccount.pending_features[]`, and `Treasury.FinancialAccount.restricted_features[]`
244
+
245
+ ## 16.6.0 - 2024-08-01
246
+ * [#2144](https://github.com/stripe/stripe-node/pull/2144) Update generated code
247
+ * Add support for new resources `Billing.AlertTriggered` and `Billing.Alert`
248
+ * Add support for new value `charge_exceeds_transaction_limit` on enums `Invoice.last_finalization_error.code`, `PaymentIntent.last_payment_error.code`, `SetupAttempt.setup_error.code`, `SetupIntent.last_setup_error.code`, and `StripeError.code`
249
+ * ⚠️ Remove support for `authorization_code` on `Charge.payment_method_details.card`. This was accidentally released last week.
250
+ * Add support for new value `billing.alert.triggered` on enum `Event.type`
251
+ * Add support for new value `billing.alert.triggered` on enums `WebhookEndpointCreateParams.enabled_events[]` and `WebhookEndpointUpdateParams.enabled_events[]`
252
+
253
+ ## 16.5.0 - 2024-07-25
254
+ * [#2143](https://github.com/stripe/stripe-node/pull/2143) Update generated code
255
+ * Add support for `tax_registrations` and `tax_settings` on `AccountSession.components` and `AccountSessionCreateParams.components`
256
+ * [#2140](https://github.com/stripe/stripe-node/pull/2140) Update generated code
257
+ * Add support for `update` method on resource `Checkout.Session`
258
+ * Add support for `transaction_id` on `Charge.payment_method_details.affirm`
259
+ * Add support for `buyer_id` on `Charge.payment_method_details.blik`
260
+ * Add support for `authorization_code` on `Charge.payment_method_details.card`
261
+ * Add support for `brand_product` on `Charge.payment_method_details.card_present`, `ConfirmationToken.payment_method_preview.card.generated_from.payment_method_details.card_present`, `ConfirmationToken.payment_method_preview.card_present`, `PaymentMethod.card.generated_from.payment_method_details.card_present`, and `PaymentMethod.card_present`
262
+ * Add support for `network_transaction_id` on `Charge.payment_method_details.card_present`, `Charge.payment_method_details.interac_present`, `ConfirmationToken.payment_method_preview.card.generated_from.payment_method_details.card_present`, and `PaymentMethod.card.generated_from.payment_method_details.card_present`
263
+ * Add support for `case_type` on `Dispute.payment_method_details.card`
264
+ * Add support for new values `invoice.overdue` and `invoice.will_be_due` on enum `Event.type`
265
+ * Add support for `twint` on `PaymentMethodConfigurationCreateParams`, `PaymentMethodConfigurationUpdateParams`, and `PaymentMethodConfiguration`
266
+ * Add support for new values `invoice.overdue` and `invoice.will_be_due` on enums `WebhookEndpointCreateParams.enabled_events[]` and `WebhookEndpointUpdateParams.enabled_events[]`
267
+
268
+ ## 16.4.0 - 2024-07-18
269
+ * [#2138](https://github.com/stripe/stripe-node/pull/2138) Update generated code
270
+ * Add support for `customer` on `ConfirmationToken.payment_method_preview`
271
+ * Add support for new value `issuing_dispute.funds_rescinded` on enum `Event.type`
272
+ * Add support for new value `multibanco` on enums `Invoice.payment_settings.payment_method_types[]`, `InvoiceCreateParams.payment_settings.payment_method_types[]`, `InvoiceUpdateParams.payment_settings.payment_method_types[]`, `Subscription.payment_settings.payment_method_types[]`, `SubscriptionCreateParams.payment_settings.payment_method_types[]`, and `SubscriptionUpdateParams.payment_settings.payment_method_types[]`
273
+ * Add support for new value `stripe_s700` on enums `Terminal.Reader.device_type` and `Terminal.ReaderListParams.device_type`
274
+ * Add support for new value `issuing_dispute.funds_rescinded` on enums `WebhookEndpointCreateParams.enabled_events[]` and `WebhookEndpointUpdateParams.enabled_events[]`
275
+ * [#2136](https://github.com/stripe/stripe-node/pull/2136) Update changelog
276
+
277
+ ## 16.3.0 - 2024-07-11
278
+ * [#2130](https://github.com/stripe/stripe-node/pull/2130) Update generated code
279
+ * ⚠️ Remove support for values `billing_policy_remote_function_response_invalid`, `billing_policy_remote_function_timeout`, `billing_policy_remote_function_unexpected_status_code`, and `billing_policy_remote_function_unreachable` from enums `Invoice.last_finalization_error.code`, `PaymentIntent.last_payment_error.code`, `SetupAttempt.setup_error.code`, `SetupIntent.last_setup_error.code`, and `StripeError.code`.
280
+ * ⚠️ Remove support for value `payment_intent_fx_quote_invalid` from enum `StripeError.code`. The was mistakenly released last week.
281
+ * Add support for `payment_method_options` on `ConfirmationToken`
282
+ * Add support for `payment_element` on `CustomerSession.components` and `CustomerSessionCreateParams.components`
283
+ * Add support for `address_validation` on `Issuing.Card.shipping` and `Issuing.CardCreateParams.shipping`
284
+ * Add support for `shipping` on `Issuing.CardUpdateParams`
285
+ * Change `Plan.meter` and `Price.recurring.meter` to be required
286
+ * [#2133](https://github.com/stripe/stripe-node/pull/2133) update node versions in CI
287
+ * [#2132](https://github.com/stripe/stripe-node/pull/2132) check `hasOwnProperty` when using `for..in`
288
+ * [#2048](https://github.com/stripe/stripe-node/pull/2048) Add generateTestHeaderStringAsync function to Webhooks.ts
289
+
290
+ ## 16.2.0 - 2024-07-05
291
+ * [#2125](https://github.com/stripe/stripe-node/pull/2125) Update generated code
292
+ * Add support for `add_lines`, `remove_lines`, and `update_lines` methods on resource `Invoice`
293
+ * Add support for new value `payment_intent_fx_quote_invalid` on enums `Invoice.last_finalization_error.code`, `PaymentIntent.last_payment_error.code`, `SetupAttempt.setup_error.code`, `SetupIntent.last_setup_error.code`, and `StripeError.code`
294
+ * Add support for `posted_at` on `Tax.TransactionCreateFromCalculationParams` and `Tax.Transaction`
295
+
296
+ ## 16.1.0 - 2024-06-27
297
+ * [#2120](https://github.com/stripe/stripe-node/pull/2120) Update generated code
298
+ * Add support for `filters` on `Checkout.Session.payment_method_options.us_bank_account.financial_connections`, `Invoice.payment_settings.payment_method_options.us_bank_account.financial_connections`, `InvoiceCreateParams.payment_settings.payment_method_options.us_bank_account.financial_connections`, `InvoiceUpdateParams.payment_settings.payment_method_options.us_bank_account.financial_connections`, `PaymentIntent.payment_method_options.us_bank_account.financial_connections`, `PaymentIntentConfirmParams.payment_method_options.us_bank_account.financial_connections`, `PaymentIntentCreateParams.payment_method_options.us_bank_account.financial_connections`, `PaymentIntentUpdateParams.payment_method_options.us_bank_account.financial_connections`, `SetupIntent.payment_method_options.us_bank_account.financial_connections`, `SetupIntentConfirmParams.payment_method_options.us_bank_account.financial_connections`, `SetupIntentCreateParams.payment_method_options.us_bank_account.financial_connections`, `SetupIntentUpdateParams.payment_method_options.us_bank_account.financial_connections`, `Subscription.payment_settings.payment_method_options.us_bank_account.financial_connections`, `SubscriptionCreateParams.payment_settings.payment_method_options.us_bank_account.financial_connections`, and `SubscriptionUpdateParams.payment_settings.payment_method_options.us_bank_account.financial_connections`
299
+ * Add support for `email_type` on `CreditNoteCreateParams`, `CreditNotePreviewLinesParams`, and `CreditNotePreviewParams`
300
+ * Add support for `account_subcategories` on `FinancialConnections.Session.filters` and `FinancialConnections.SessionCreateParams.filters`
301
+ * Add support for new values `multibanco`, `twint`, and `zip` on enums `PaymentLink.payment_method_types[]`, `PaymentLinkCreateParams.payment_method_types[]`, and `PaymentLinkUpdateParams.payment_method_types[]`
302
+ * Add support for `reboot_window` on `Terminal.ConfigurationCreateParams`, `Terminal.ConfigurationUpdateParams`, and `Terminal.Configuration`
303
+
304
+ ## 16.0.0 - 2024-06-24
305
+ * [#2113](https://github.com/stripe/stripe-node/pull/2113)
306
+
307
+ This release changes the pinned API version to 2024-06-20. Please read the [API Upgrade Guide](https://stripe.com/docs/upgrades#2024-06-20) and carefully review the API changes before upgrading.
308
+
309
+ ### ⚠️ Breaking changes
310
+
311
+ * Remove the unused resource `PlatformTaxFee`
312
+ * Rename `volume_decimal` to `quantity_decimal` on
313
+ * `Issuing.AuthorizationCaptureParams.testHelpers.purchase_details.fuel`,
314
+ * `Issuing.Transaction.purchase_details.fuel`,
315
+ * `Issuing.TransactionCreateForceCaptureParams.testHelpers.purchase_details.fuel`, and
316
+ * `Issuing.TransactionCreateUnlinkedRefundParams.testHelpers.purchase_details.fuel`
317
+ * `Capabilities.Requirements.disabled_reason` and `Capabilities.Requirements.disabled_reason` are now enums with the below values
318
+ * `other`
319
+ * `paused.inactivity`
320
+ * `pending.onboarding`
321
+ * `pending.review`
322
+ * `platform_disabled`
323
+ * `platform_paused`
324
+ * `rejected.inactivity`
325
+ * `rejected.other`
326
+ * `rejected.unsupported_business`
327
+ * `requirements.fields_needed`
328
+
329
+ ### Additions
330
+
331
+ * Add support for new values `charging_minute`, `imperial_gallon`, `kilogram`, `kilowatt_hour`, and `pound` on enums `Issuing.AuthorizationCaptureParams.testHelpers.purchase_details.fuel.unit`, `Issuing.TransactionCreateForceCaptureParams.testHelpers.purchase_details.fuel.unit`, and `Issuing.TransactionCreateUnlinkedRefundParams.testHelpers.purchase_details.fuel.unit`
332
+ * Add support for new values `card_canceled`, `card_expired`, `cardholder_blocked`, `insecure_authorization_method`, and `pin_blocked` on enum `Issuing.Authorization.request_history[].reason`
333
+ * Add support for `finalize_amount` test helper method on resource `Issuing.Authorization`
334
+ * Add support for new value `ch_uid` on enums `Checkout.Session.customer_details.tax_ids[].type`, `Invoice.customer_tax_ids[].type`, `Tax.Calculation.customer_details.tax_ids[].type`, `Tax.Transaction.customer_details.tax_ids[].type`, and `TaxId.type`
335
+ * Add support for new value `ch_uid` on enums `CustomerCreateParams.tax_id_data[].type`, `InvoiceCreatePreviewParams.customer_details.tax_ids[].type`, `InvoiceUpcomingLinesParams.customer_details.tax_ids[].type`, `InvoiceUpcomingParams.customer_details.tax_ids[].type`, `Tax.CalculationCreateParams.customer_details.tax_ids[].type`, and `TaxIdCreateParams.type`
336
+ * Add support for `fleet` on `Issuing.AuthorizationCaptureParams.testHelpers.purchase_details`, `Issuing.AuthorizationCreateParams.testHelpers`, `Issuing.Authorization`, `Issuing.Transaction.purchase_details`, `Issuing.TransactionCreateForceCaptureParams.testHelpers.purchase_details`, and `Issuing.TransactionCreateUnlinkedRefundParams.testHelpers.purchase_details`
337
+ * Add support for `fuel` on `Issuing.AuthorizationCreateParams.testHelpers` and `Issuing.Authorization`
338
+ * Add support for `industry_product_code` and `quantity_decimal` on `Issuing.AuthorizationCaptureParams.testHelpers.purchase_details.fuel`, `Issuing.Transaction.purchase_details.fuel`, `Issuing.TransactionCreateForceCaptureParams.testHelpers.purchase_details.fuel`, and `Issuing.TransactionCreateUnlinkedRefundParams.testHelpers.purchase_details.fuel`
339
+ * Add support for new value `2024-06-20` on enum `WebhookEndpointCreateParams.api_version`
340
+ * [#2118](https://github.com/stripe/stripe-node/pull/2118) Use worker module in Bun
341
+
342
+ ## 15.12.0 - 2024-06-17
343
+ * [#2109](https://github.com/stripe/stripe-node/pull/2109) Update generated code
344
+ * Add support for new value `mobilepay` on enums `PaymentLink.payment_method_types[]`, `PaymentLinkCreateParams.payment_method_types[]`, and `PaymentLinkUpdateParams.payment_method_types[]`
345
+ * Add support for `tax_id_collection` on `PaymentLinkUpdateParams`
346
+ * [#2111](https://github.com/stripe/stripe-node/pull/2111) Where params are union of types, merge the types instead of having numbered suffixes in type names
347
+ * Change type of `PaymentIntentConfirmParams.mandate_data` from `Stripe.Emptyable<PaymentIntentConfirmParams.MandateData1 | PaymentIntentConfirmParams.MandateData2>` to `Stripe.Emptyable<PaymentIntentConfirmParams.MandateData>` where the new MandateData is a union of all the properties of MandateData1 and MandateData2
348
+ * Change type of `PaymentMethodCreateParams.card` from `PaymentMethodCreateParams.Card1 | PaymentMethodCreateParams.Card2` to `PaymentMethodCreateParams.Card` where the new Card is a union of all the properties of Card1 and Card2
349
+ * Change type of `SetupIntentConfirmParams.mandate_data` from `Stripe.Emptyable<SetupIntentConfirmParams.MandateData1 | SetupIntentConfirmParams.MandateData2>` to `Stripe.Emptyable<SetupIntentConfirmParams.MandateData>` where the new MandateData is a union of all the properties of MandateData1 and MandateData2
350
+
351
+ ## 15.11.0 - 2024-06-13
352
+ * [#2102](https://github.com/stripe/stripe-node/pull/2102) Update generated code
353
+ * Add support for `multibanco_payments` and `twint_payments` on `Account.capabilities`, `AccountCreateParams.capabilities`, and `AccountUpdateParams.capabilities`
354
+ * Add support for `twint` on `Charge.payment_method_details`, `ConfirmationToken.payment_method_preview`, `ConfirmationTokenCreateParams.testHelpers.payment_method_data`, `PaymentIntent.payment_method_options`, `PaymentIntentConfirmParams.payment_method_data`, `PaymentIntentConfirmParams.payment_method_options`, `PaymentIntentCreateParams.payment_method_data`, `PaymentIntentCreateParams.payment_method_options`, `PaymentIntentUpdateParams.payment_method_data`, `PaymentIntentUpdateParams.payment_method_options`, `PaymentMethodCreateParams`, `PaymentMethod`, `SetupIntentConfirmParams.payment_method_data`, `SetupIntentCreateParams.payment_method_data`, and `SetupIntentUpdateParams.payment_method_data`
355
+ * Add support for `multibanco` on `Checkout.Session.payment_method_options`, `Checkout.SessionCreateParams.payment_method_options`, `ConfirmationToken.payment_method_preview`, `ConfirmationTokenCreateParams.testHelpers.payment_method_data`, `PaymentIntent.payment_method_options`, `PaymentIntentConfirmParams.payment_method_data`, `PaymentIntentConfirmParams.payment_method_options`, `PaymentIntentCreateParams.payment_method_data`, `PaymentIntentCreateParams.payment_method_options`, `PaymentIntentUpdateParams.payment_method_data`, `PaymentIntentUpdateParams.payment_method_options`, `PaymentMethodConfigurationCreateParams`, `PaymentMethodConfigurationUpdateParams`, `PaymentMethodConfiguration`, `PaymentMethodCreateParams`, `PaymentMethod`, `Refund.destination_details`, `SetupIntentConfirmParams.payment_method_data`, `SetupIntentCreateParams.payment_method_data`, and `SetupIntentUpdateParams.payment_method_data`
356
+ * Add support for new values `multibanco` and `twint` on enums `Checkout.SessionCreateParams.payment_method_types[]`, `CustomerListPaymentMethodsParams.type`, `PaymentMethodCreateParams.type`, and `PaymentMethodListParams.type`
357
+ * Add support for new value `de_stn` on enums `Checkout.Session.customer_details.tax_ids[].type`, `Invoice.customer_tax_ids[].type`, `Tax.Calculation.customer_details.tax_ids[].type`, `Tax.Transaction.customer_details.tax_ids[].type`, and `TaxId.type`
358
+ * Add support for new values `multibanco` and `twint` on enums `ConfirmationTokenCreateParams.testHelpers.payment_method_data.type`, `PaymentIntentConfirmParams.payment_method_data.type`, `PaymentIntentCreateParams.payment_method_data.type`, `PaymentIntentUpdateParams.payment_method_data.type`, `SetupIntentConfirmParams.payment_method_data.type`, `SetupIntentCreateParams.payment_method_data.type`, and `SetupIntentUpdateParams.payment_method_data.type`
359
+ * Add support for new values `multibanco` and `twint` on enums `ConfirmationToken.payment_method_preview.type` and `PaymentMethod.type`
360
+ * Add support for new value `de_stn` on enums `CustomerCreateParams.tax_id_data[].type`, `InvoiceCreatePreviewParams.customer_details.tax_ids[].type`, `InvoiceUpcomingLinesParams.customer_details.tax_ids[].type`, `InvoiceUpcomingParams.customer_details.tax_ids[].type`, `Tax.CalculationCreateParams.customer_details.tax_ids[].type`, and `TaxIdCreateParams.type`
361
+ * Add support for `multibanco_display_details` on `PaymentIntent.next_action`
362
+ * Add support for `invoice_settings` on `Subscription`
363
+
364
+ ## 15.10.0 - 2024-06-06
365
+ * [#2101](https://github.com/stripe/stripe-node/pull/2101) Update generated code
366
+ * Add support for `gb_bank_transfer_payments`, `jp_bank_transfer_payments`, `mx_bank_transfer_payments`, `sepa_bank_transfer_payments`, and `us_bank_transfer_payments` on `Account.capabilities`, `AccountCreateParams.capabilities`, and `AccountUpdateParams.capabilities`
367
+ * Add support for new value `swish` on enums `Invoice.payment_settings.payment_method_types[]`, `InvoiceCreateParams.payment_settings.payment_method_types[]`, `InvoiceUpdateParams.payment_settings.payment_method_types[]`, `Subscription.payment_settings.payment_method_types[]`, `SubscriptionCreateParams.payment_settings.payment_method_types[]`, and `SubscriptionUpdateParams.payment_settings.payment_method_types[]`
368
+
369
+ ## 15.9.0 - 2024-05-30
370
+ * [#2095](https://github.com/stripe/stripe-node/pull/2095) Update generated code
371
+ * Add support for new value `verification_requires_additional_proof_of_registration` on enums `Account.future_requirements.errors[].code`, `Account.requirements.errors[].code`, `BankAccount.future_requirements.errors[].code`, and `BankAccount.requirements.errors[].code`
372
+ * Add support for `default_value` on `Checkout.Session.custom_fields[].dropdown`, `Checkout.Session.custom_fields[].numeric`, `Checkout.Session.custom_fields[].text`, `Checkout.SessionCreateParams.custom_fields[].dropdown`, `Checkout.SessionCreateParams.custom_fields[].numeric`, and `Checkout.SessionCreateParams.custom_fields[].text`
373
+ * Add support for `generated_from` on `ConfirmationToken.payment_method_preview.card` and `PaymentMethod.card`
374
+ * Add support for new values `issuing_personalization_design.activated`, `issuing_personalization_design.deactivated`, `issuing_personalization_design.rejected`, and `issuing_personalization_design.updated` on enum `Event.type`
375
+ * Change `Issuing.Card.personalization_design` and `Issuing.PhysicalBundle.features` to be required
376
+ * Add support for new values `en-RO` and `ro-RO` on enums `PaymentIntentConfirmParams.payment_method_options.klarna.preferred_locale`, `PaymentIntentCreateParams.payment_method_options.klarna.preferred_locale`, and `PaymentIntentUpdateParams.payment_method_options.klarna.preferred_locale`
377
+ * Add support for new values `issuing_personalization_design.activated`, `issuing_personalization_design.deactivated`, `issuing_personalization_design.rejected`, and `issuing_personalization_design.updated` on enums `WebhookEndpointCreateParams.enabled_events[]` and `WebhookEndpointUpdateParams.enabled_events[]`
378
+
379
+ ## 15.8.0 - 2024-05-23
380
+ * [#2092](https://github.com/stripe/stripe-node/pull/2092) Update generated code
381
+ * Add support for `external_account_collection` on `AccountSession.components.balances.features`, `AccountSession.components.payouts.features`, `AccountSessionCreateParams.components.balances.features`, and `AccountSessionCreateParams.components.payouts.features`
382
+ * Add support for new value `terminal_reader_invalid_location_for_payment` on enums `Invoice.last_finalization_error.code`, `PaymentIntent.last_payment_error.code`, `SetupAttempt.setup_error.code`, `SetupIntent.last_setup_error.code`, and `StripeError.code`
383
+ * Add support for `payment_method_remove` on `Checkout.Session.saved_payment_method_options`
384
+
385
+ ## 15.7.0 - 2024-05-16
386
+ * [#2088](https://github.com/stripe/stripe-node/pull/2088) Update generated code
387
+ * Add support for `fee_source` on `ApplicationFee`
388
+ * Add support for `net_available` on `Balance.instant_available[]`
389
+ * Add support for `preferred_locales` on `Charge.payment_method_details.card_present`, `ConfirmationToken.payment_method_preview.card_present`, and `PaymentMethod.card_present`
390
+ * Add support for `klarna` on `Dispute.payment_method_details`
391
+ * Add support for new value `klarna` on enum `Dispute.payment_method_details.type`
392
+ * Add support for `archived` and `lookup_key` on `Entitlements.FeatureListParams`
393
+ * Change `FinancialConnections.SessionCreateParams.filters.countries` to be optional
394
+ * Add support for `no_valid_authorization` on `Issuing.Dispute.evidence`, `Issuing.DisputeCreateParams.evidence`, and `Issuing.DisputeUpdateParams.evidence`
395
+ * Add support for new value `no_valid_authorization` on enums `Issuing.Dispute.evidence.reason`, `Issuing.DisputeCreateParams.evidence.reason`, and `Issuing.DisputeUpdateParams.evidence.reason`
396
+ * Add support for `loss_reason` on `Issuing.Dispute`
397
+ * Add support for `routing` on `PaymentIntent.payment_method_options.card_present`, `PaymentIntentConfirmParams.payment_method_options.card_present`, `PaymentIntentCreateParams.payment_method_options.card_present`, and `PaymentIntentUpdateParams.payment_method_options.card_present`
398
+ * Add support for `application_fee_amount` and `application_fee` on `Payout`
399
+ * Add support for `stripe_s700` on `Terminal.ConfigurationCreateParams`, `Terminal.ConfigurationUpdateParams`, and `Terminal.Configuration`
400
+ * Change `Treasury.OutboundPayment.tracking_details` and `Treasury.OutboundTransfer.tracking_details` to be required
401
+
402
+ ## 15.6.0 - 2024-05-09
403
+ * [#2086](https://github.com/stripe/stripe-node/pull/2086) Update generated code
404
+ * Remove support for `pending_invoice_items_behavior` on `SubscriptionCreateParams`
405
+ * [#2080](https://github.com/stripe/stripe-node/pull/2080) Update generated code
406
+ * Add support for `update` test helper method on resources `Treasury.OutboundPayment` and `Treasury.OutboundTransfer`
407
+ * Add support for `allow_redisplay` on `ConfirmationToken.payment_method_preview` and `PaymentMethod`
408
+ * Add support for new values `treasury.outbound_payment.tracking_details_updated` and `treasury.outbound_transfer.tracking_details_updated` on enum `Event.type`
409
+ * Add support for `preview_mode` on `InvoiceCreatePreviewParams`, `InvoiceUpcomingLinesParams`, and `InvoiceUpcomingParams`
410
+ * Add support for `pending_invoice_items_behavior` on `SubscriptionCreateParams`
411
+ * Add support for `tracking_details` on `Treasury.OutboundPayment` and `Treasury.OutboundTransfer`
412
+ * Add support for new values `treasury.outbound_payment.tracking_details_updated` and `treasury.outbound_transfer.tracking_details_updated` on enums `WebhookEndpointCreateParams.enabled_events[]` and `WebhookEndpointUpdateParams.enabled_events[]`
413
+ * [#2085](https://github.com/stripe/stripe-node/pull/2085) Remove unnecessary pointer to description in deprecation message
414
+
415
+ ## 15.5.0 - 2024-05-02
416
+ * [#2072](https://github.com/stripe/stripe-node/pull/2072) Update generated code
417
+ * Add support for new value `shipping_address_invalid` on enums `Invoice.last_finalization_error.code`, `PaymentIntent.last_payment_error.code`, `SetupAttempt.setup_error.code`, `SetupIntent.last_setup_error.code`, and `StripeError.code`
418
+ * Fix properties incorrectly marked as required in the OpenAPI spec.
419
+ * Change `Apps.Secret.payload`, `BillingPortal.Configuration.features.subscription_update.products`, `Charge.refunds`, `ConfirmationToken.payment_method_preview.klarna.dob`, `Identity.VerificationReport.document.dob`, `Identity.VerificationReport.document.expiration_date`, `Identity.VerificationReport.document.number`, `Identity.VerificationReport.id_number.dob`, `Identity.VerificationReport.id_number.id_number`, `Identity.VerificationSession.provided_details`, `Identity.VerificationSession.verified_outputs.dob`, `Identity.VerificationSession.verified_outputs.id_number`, `Identity.VerificationSession.verified_outputs`, `Issuing.Dispute.balance_transactions`, `Issuing.Transaction.purchase_details`, `PaymentMethod.klarna.dob`, `Tax.Calculation.line_items`, `Tax.CalculationLineItem.tax_breakdown`, `Tax.Transaction.line_items`, `Treasury.FinancialAccount.financial_addresses[].aba.account_number`, `Treasury.ReceivedCredit.linked_flows.source_flow_details`, `Treasury.Transaction.entries`, `Treasury.Transaction.flow_details`, and `Treasury.TransactionEntry.flow_details` to be optional
420
+ * Add support for `paypal` on `Dispute.payment_method_details`
421
+ * Change type of `Dispute.payment_method_details.type` from `literal('card')` to `enum('card'|'paypal')`
422
+ * Change type of `Entitlements.FeatureUpdateParams.metadata` from `map(string: string)` to `emptyable(map(string: string))`
423
+ * Add support for `payment_method_types` on `PaymentIntentConfirmParams`
424
+ * Add support for `ship_from_details` on `Tax.CalculationCreateParams`, `Tax.Calculation`, and `Tax.Transaction`
425
+ * Add support for `bh`, `eg`, `ge`, `ke`, `kz`, `ng`, and `om` on `Tax.Registration.country_options` and `Tax.RegistrationCreateParams.country_options`
426
+ * [#2077](https://github.com/stripe/stripe-node/pull/2077) Deprecate Node methods and params based on OpenAPI spec
427
+ - Mark as deprecated the `approve` and `decline` methods on `Issuing.Authorization`. Instead, [respond directly to the webhook request to approve an authorization](https://stripe.com/docs/issuing/controls/real-time-authorizations#authorization-handling).
428
+ - Mark as deprecated the `persistent_token` property on `ConfirmationToken.PaymentMethodPreview.Link`, `PaymentIntent.PaymentMethodOptions.Link`, `PaymentIntentResource.PaymentMethodOptions.Link`, `PaymentMethod.Link.persistent_token`. `SetupIntents.PaymentMethodOptions.Card.Link.persistent_token`, `SetupIntentsResource.persistent_token`. This is a legacy parameter that no longer has any function.
429
+ * [#2074](https://github.com/stripe/stripe-node/pull/2074) Add a more explicit comment on `limit` param in `autoPagingToArray`
430
+
431
+ ## 15.4.0 - 2024-04-25
432
+ * [#2071](https://github.com/stripe/stripe-node/pull/2071) Update generated code
433
+ * Add support for `setup_future_usage` on `Checkout.Session.payment_method_options.amazon_pay`, `Checkout.Session.payment_method_options.revolut_pay`, `PaymentIntent.payment_method_options.amazon_pay`, and `PaymentIntent.payment_method_options.revolut_pay`
434
+ * Change type of `Entitlements.ActiveEntitlement.feature` from `string` to `expandable(Entitlements.Feature)`
435
+ * Remove support for inadvertently released identity verification features `email` and `phone` on `Identity.VerificationSessionCreateParams.options` and `Identity.VerificationSessionUpdateParams.options`
436
+ * Change `Identity.VerificationSession.provided_details`, `Identity.VerificationSession.verified_outputs.email`, and `Identity.VerificationSession.verified_outputs.phone` to be required
437
+ * Add support for new values `amazon_pay` and `revolut_pay` on enums `Invoice.payment_settings.payment_method_types[]`, `InvoiceCreateParams.payment_settings.payment_method_types[]`, `InvoiceUpdateParams.payment_settings.payment_method_types[]`, `Subscription.payment_settings.payment_method_types[]`, `SubscriptionCreateParams.payment_settings.payment_method_types[]`, and `SubscriptionUpdateParams.payment_settings.payment_method_types[]`
438
+ * Add support for `amazon_pay` and `revolut_pay` on `Mandate.payment_method_details` and `SetupAttempt.payment_method_details`
439
+ * Add support for `ending_before`, `limit`, and `starting_after` on `PaymentMethodConfigurationListParams`
440
+ * Add support for `mobilepay` on `PaymentMethodConfigurationCreateParams`, `PaymentMethodConfigurationUpdateParams`, and `PaymentMethodConfiguration`
441
+ * [#2061](https://github.com/stripe/stripe-node/pull/2061) Make cloudflare package export
442
+
443
+ ## 15.3.0 - 2024-04-18
444
+ * [#2069](https://github.com/stripe/stripe-node/pull/2069) Update generated code
445
+ * Add support for `create_preview` method on resource `Invoice`
446
+ * Add support for `payment_method_data` on `Checkout.SessionCreateParams`
447
+ * Add support for `saved_payment_method_options` on `Checkout.SessionCreateParams` and `Checkout.Session`
448
+ * Add support for `mobilepay` on `Checkout.Session.payment_method_options` and `Checkout.SessionCreateParams.payment_method_options`
449
+ * Add support for new value `mobilepay` on enum `Checkout.SessionCreateParams.payment_method_types[]`
450
+ * Add support for `allow_redisplay` on `ConfirmationTokenCreateParams.testHelpers.payment_method_data`, `CustomerListPaymentMethodsParams`, `PaymentIntentConfirmParams.payment_method_data`, `PaymentIntentCreateParams.payment_method_data`, `PaymentIntentUpdateParams.payment_method_data`, `PaymentMethodCreateParams`, `PaymentMethodUpdateParams`, `SetupIntentConfirmParams.payment_method_data`, `SetupIntentCreateParams.payment_method_data`, and `SetupIntentUpdateParams.payment_method_data`
451
+ * Add support for `schedule_details` and `subscription_details` on `InvoiceUpcomingLinesParams` and `InvoiceUpcomingParams`
452
+ * Add support for new value `other` on enums `Issuing.AuthorizationCaptureParams.testHelpers.purchase_details.fuel.unit`, `Issuing.TransactionCreateForceCaptureParams.testHelpers.purchase_details.fuel.unit`, and `Issuing.TransactionCreateUnlinkedRefundParams.testHelpers.purchase_details.fuel.unit`
453
+
454
+ ## 15.2.0 - 2024-04-16
455
+ * [#2064](https://github.com/stripe/stripe-node/pull/2064) Update generated code
456
+ * Add support for new resource `Entitlements.ActiveEntitlementSummary`
457
+ * Add support for `balances` and `payouts_list` on `AccountSession.components` and `AccountSessionCreateParams.components`
458
+ * Change `AccountSession.components.payment_details.features.destination_on_behalf_of_charge_management` and `AccountSession.components.payments.features.destination_on_behalf_of_charge_management` to be required
459
+ * Change `Billing.MeterEventCreateParams.timestamp` and `Dispute.payment_method_details.card` to be optional
460
+ * Change type of `Dispute.payment_method_details.card` from `DisputePaymentMethodDetailsCard | null` to `DisputePaymentMethodDetailsCard`
461
+ * Add support for new value `entitlements.active_entitlement_summary.updated` on enum `Event.type`
462
+ * Remove support for `config` on `Forwarding.RequestCreateParams` and `Forwarding.Request`. This field is no longer used by the Forwarding Request API.
463
+ * Add support for `capture_method` on `PaymentIntent.payment_method_options.revolut_pay`, `PaymentIntentConfirmParams.payment_method_options.revolut_pay`, `PaymentIntentCreateParams.payment_method_options.revolut_pay`, and `PaymentIntentUpdateParams.payment_method_options.revolut_pay`
464
+ * Add support for `swish` on `PaymentMethodConfigurationCreateParams`, `PaymentMethodConfigurationUpdateParams`, and `PaymentMethodConfiguration`
465
+ * Add support for new value `entitlements.active_entitlement_summary.updated` on enums `WebhookEndpointCreateParams.enabled_events[]` and `WebhookEndpointUpdateParams.enabled_events[]`
466
+
467
+ ## 15.1.0 - 2024-04-11
468
+ * [#2062](https://github.com/stripe/stripe-node/pull/2062) Update generated code
469
+ * Add support for `account_management` and `notification_banner` on `AccountSession.components` and `AccountSessionCreateParams.components`
470
+ * Add support for `external_account_collection` on `AccountSession.components.account_onboarding.features` and `AccountSessionCreateParams.components.account_onboarding.features`
471
+ * Add support for new values `billing_policy_remote_function_response_invalid`, `billing_policy_remote_function_timeout`, `billing_policy_remote_function_unexpected_status_code`, and `billing_policy_remote_function_unreachable` on enums `Invoice.last_finalization_error.code`, `PaymentIntent.last_payment_error.code`, `SetupAttempt.setup_error.code`, `SetupIntent.last_setup_error.code`, and `StripeError.code`
472
+ * Change `Billing.MeterEventAdjustmentCreateParams.cancel.identifier` and `Billing.MeterEventAdjustmentCreateParams.cancel` to be optional
473
+ * Change `Billing.MeterEventAdjustmentCreateParams.type` to be required
474
+ * Change type of `Billing.MeterEventAdjustment.cancel` from `BillingMeterResourceBillingMeterEventAdjustmentCancel` to `BillingMeterResourceBillingMeterEventAdjustmentCancel | null`
475
+ * Add support for `amazon_pay` on `Charge.payment_method_details`, `Checkout.Session.payment_method_options`, `Checkout.SessionCreateParams.payment_method_options`, `ConfirmationToken.payment_method_preview`, `ConfirmationTokenCreateParams.testHelpers.payment_method_data`, `PaymentIntent.payment_method_options`, `PaymentIntentConfirmParams.payment_method_data`, `PaymentIntentConfirmParams.payment_method_options`, `PaymentIntentCreateParams.payment_method_data`, `PaymentIntentCreateParams.payment_method_options`, `PaymentIntentUpdateParams.payment_method_data`, `PaymentIntentUpdateParams.payment_method_options`, `PaymentMethodConfigurationCreateParams`, `PaymentMethodConfigurationUpdateParams`, `PaymentMethodConfiguration`, `PaymentMethodCreateParams`, `PaymentMethod`, `Refund.destination_details`, `SetupIntent.payment_method_options`, `SetupIntentConfirmParams.payment_method_data`, `SetupIntentConfirmParams.payment_method_options`, `SetupIntentCreateParams.payment_method_data`, `SetupIntentCreateParams.payment_method_options`, `SetupIntentUpdateParams.payment_method_data`, and `SetupIntentUpdateParams.payment_method_options`
476
+ * Add support for new value `ownership` on enums `Checkout.Session.payment_method_options.us_bank_account.financial_connections.prefetch[]`, `Checkout.SessionCreateParams.payment_method_options.us_bank_account.financial_connections.prefetch[]`, `Invoice.payment_settings.payment_method_options.us_bank_account.financial_connections.prefetch[]`, `InvoiceCreateParams.payment_settings.payment_method_options.us_bank_account.financial_connections.prefetch[]`, `InvoiceUpdateParams.payment_settings.payment_method_options.us_bank_account.financial_connections.prefetch[]`, `PaymentIntent.payment_method_options.us_bank_account.financial_connections.prefetch[]`, `PaymentIntentConfirmParams.payment_method_options.us_bank_account.financial_connections.prefetch[]`, `PaymentIntentCreateParams.payment_method_options.us_bank_account.financial_connections.prefetch[]`, `PaymentIntentUpdateParams.payment_method_options.us_bank_account.financial_connections.prefetch[]`, `SetupIntent.payment_method_options.us_bank_account.financial_connections.prefetch[]`, `SetupIntentConfirmParams.payment_method_options.us_bank_account.financial_connections.prefetch[]`, `SetupIntentCreateParams.payment_method_options.us_bank_account.financial_connections.prefetch[]`, `SetupIntentUpdateParams.payment_method_options.us_bank_account.financial_connections.prefetch[]`, `Subscription.payment_settings.payment_method_options.us_bank_account.financial_connections.prefetch[]`, `SubscriptionCreateParams.payment_settings.payment_method_options.us_bank_account.financial_connections.prefetch[]`, and `SubscriptionUpdateParams.payment_settings.payment_method_options.us_bank_account.financial_connections.prefetch[]`
477
+ * Add support for new value `amazon_pay` on enum `Checkout.SessionCreateParams.payment_method_types[]`
478
+ * Add support for new values `bh_vat`, `kz_bin`, `ng_tin`, and `om_vat` on enums `Checkout.Session.customer_details.tax_ids[].type`, `Invoice.customer_tax_ids[].type`, `Tax.Calculation.customer_details.tax_ids[].type`, `Tax.Transaction.customer_details.tax_ids[].type`, and `TaxId.type`
479
+ * Add support for new value `amazon_pay` on enums `ConfirmationTokenCreateParams.testHelpers.payment_method_data.type`, `PaymentIntentConfirmParams.payment_method_data.type`, `PaymentIntentCreateParams.payment_method_data.type`, `PaymentIntentUpdateParams.payment_method_data.type`, `SetupIntentConfirmParams.payment_method_data.type`, `SetupIntentCreateParams.payment_method_data.type`, and `SetupIntentUpdateParams.payment_method_data.type`
480
+ * Add support for new value `amazon_pay` on enums `ConfirmationToken.payment_method_preview.type` and `PaymentMethod.type`
481
+ * Add support for new values `bh_vat`, `kz_bin`, `ng_tin`, and `om_vat` on enums `CustomerCreateParams.tax_id_data[].type`, `InvoiceUpcomingLinesParams.customer_details.tax_ids[].type`, `InvoiceUpcomingParams.customer_details.tax_ids[].type`, `Tax.CalculationCreateParams.customer_details.tax_ids[].type`, and `TaxIdCreateParams.type`
482
+ * Add support for new value `amazon_pay` on enums `CustomerListPaymentMethodsParams.type`, `PaymentMethodCreateParams.type`, and `PaymentMethodListParams.type`
483
+ * Add support for `next_refresh_available_at` on `FinancialConnections.Account.ownership_refresh`
484
+ * Add support for new value `ownership` on enums `Invoice.payment_settings.payment_method_options.us_bank_account.financial_connections.permissions[]` and `Subscription.payment_settings.payment_method_options.us_bank_account.financial_connections.permissions[]`
485
+
486
+ ## 15.0.0 - 2024-04-10
487
+ * [#2057](https://github.com/stripe/stripe-node/pull/2057)
488
+
489
+ * This release changes the pinned API version to `2024-04-10`. Please read the [API Upgrade Guide](https://stripe.com/docs/upgrades#2024-04-10) and carefully review the API changes before upgrading.
490
+
491
+ ### ⚠️ Breaking changes
492
+
493
+ * Rename event type `InvoiceitemCreatedEvent` to `InvoiceItemCreatedEvent`
494
+ * Rename event type `InvoiceitemDeletedEvent` to `InvoiceItemDeletedEvent`
495
+ * Rename `features` to `marketing_features` on `ProductCreateOptions`, `ProductUpdateOptions`, and `Product`.
496
+
497
+ #### ⚠️ Removal of enum values, properties and events that are no longer part of the publicly documented Stripe API
498
+
499
+ * Remove `subscription_pause` from the below as the feature to pause subscription on the portal has been deprecated.
500
+ * `BillingPortal.Configuration.Features`
501
+ * `BillingPortal.ConfigurationCreateParams.Features`
502
+ * `BillingPortal.ConfigurationUpdateParams.Features`
503
+ * Remove the below deprecated values for the type `BalanceTransaction.Type`
504
+ * `obligation_inbound`
505
+ * `obligation_payout`
506
+ * `obligation_payout_failure`
507
+ * `'obligation_reversal_outbound'`
508
+ * Remove deprecated value `various` for the type `Climate.Supplier.RemovalPathway`
509
+ * Remove deprecated events
510
+ * `invoiceitem.updated`
511
+ * `order.created`
512
+ * `recipient.created`
513
+ * `recipient.deleted`
514
+ * `recipient.updated`
515
+ * `sku.created`
516
+ * `sku.deleted`
517
+ * `sku.updated`
518
+ * Remove types for the deprecated events
519
+ * `InvoiceItemUpdatedEvent`
520
+ * `OrderCreatedEvent`
521
+ * `RecipientCreatedEvent`
522
+ * `RecipientDeletedEvent`
523
+ * `RecipientUpdatedEvent`
524
+ * `SKUCreatedEvent`
525
+ * `SKUDeletedEvent`
526
+ * Remove the deprecated value `include_and_require` for the type`InvoiceCreateParams.PendingInvoiceItemsBehavior`
527
+ * Remove the deprecated value `service_tax` for the types `TaxRate.TaxType`, `TaxRateCreateParams.TaxType`, `TaxRateUpdateParams.TaxType`, and `InvoiceUpdateLineItemParams.TaxAmount.TaxRateData`
528
+ * Remove `request_incremental_authorization` from `PaymentIntentCreateParams.PaymentMethodOptions.CardPresent`, `PaymentIntentUpdateParams.PaymentMethodOptions.CardPresent` and `PaymentIntentConfirmParams.PaymentMethodOptions.CardPresent`
529
+ * Remove support for `id_bank_transfer`, `multibanco`, `netbanking`, `pay_by_bank`, and `upi` on `PaymentMethodConfiguration`
530
+ * Remove the deprecated value `obligation` for the type `Reporting.ReportRunCreateParams.Parameters.ReportingCategory`
531
+ * Remove the deprecated value `challenge_only` from the type `SetupIntent.PaymentMethodOptions.Card.RequestThreeDSecure`
532
+ * Remove the legacy field `rendering_options` in `Invoice`, `InvoiceCreateOptions` and `InvoiceUpdateOptions`. Use `rendering` instead.
533
+
534
+ ## 14.25.0 - 2024-04-09
535
+ * [#2059](https://github.com/stripe/stripe-node/pull/2059) Update generated code
536
+ * Add support for new resources `Entitlements.ActiveEntitlement` and `Entitlements.Feature`
537
+ * Add support for `list` and `retrieve` methods on resource `ActiveEntitlement`
538
+ * Add support for `create`, `list`, `retrieve`, and `update` methods on resource `Feature`
539
+ * Add support for `controller` on `AccountCreateParams`
540
+ * Add support for `fees`, `losses`, `requirement_collection`, and `stripe_dashboard` on `Account.controller`
541
+ * Add support for new value `none` on enum `Account.type`
542
+ * Add support for `event_name` on `Billing.MeterEventAdjustmentCreateParams` and `Billing.MeterEventAdjustment`
543
+ * Add support for `cancel` and `type` on `Billing.MeterEventAdjustment`
544
+
545
+
546
+ ## 14.24.0 - 2024-04-04
547
+ * [#2053](https://github.com/stripe/stripe-node/pull/2053) Update generated code
548
+ * Change `Charge.payment_method_details.us_bank_account.payment_reference`, `PaymentIntent.next_action.swish_handle_redirect_or_display_qr_code.hosted_instructions_url`, `PaymentIntent.next_action.swish_handle_redirect_or_display_qr_code.mobile_auth_url`, `PaymentIntent.next_action.swish_handle_redirect_or_display_qr_code.qr_code.data`, `PaymentIntent.next_action.swish_handle_redirect_or_display_qr_code.qr_code.image_url_png`, `PaymentIntent.next_action.swish_handle_redirect_or_display_qr_code.qr_code.image_url_svg`, `PaymentIntent.next_action.swish_handle_redirect_or_display_qr_code.qr_code`, and `PaymentIntent.payment_method_options.swish.reference` to be required
549
+ * Change type of `Checkout.SessionCreateParams.payment_method_options.swish.reference` from `emptyable(string)` to `string`
550
+ * Add support for `subscription_item` on `Discount`
551
+ * Add support for `email` and `phone` on `Identity.VerificationReport`, `Identity.VerificationSession.options`, `Identity.VerificationSession.verified_outputs`, `Identity.VerificationSessionCreateParams.options`, and `Identity.VerificationSessionUpdateParams.options`
552
+ * Add support for `verification_flow` on `Identity.VerificationReport`, `Identity.VerificationSessionCreateParams`, and `Identity.VerificationSession`
553
+ * Add support for new value `verification_flow` on enums `Identity.VerificationReport.type` and `Identity.VerificationSession.type`
554
+ * Add support for `provided_details` on `Identity.VerificationSessionCreateParams`, `Identity.VerificationSessionUpdateParams`, and `Identity.VerificationSession`
555
+ * Change `Identity.VerificationSessionCreateParams.type` to be optional
556
+ * Add support for new values `email_unverified_other`, `email_verification_declined`, `phone_unverified_other`, and `phone_verification_declined` on enum `Identity.VerificationSession.last_error.code`
557
+ * Add support for `promotion_code` on `InvoiceCreateParams.discounts[]`, `InvoiceItemCreateParams.discounts[]`, `InvoiceItemUpdateParams.discounts[]`, `InvoiceUpdateParams.discounts[]`, `QuoteCreateParams.discounts[]`, and `QuoteUpdateParams.discounts[]`
558
+ * Add support for `discounts` on `InvoiceUpcomingLinesParams.subscription_items[]`, `InvoiceUpcomingParams.subscription_items[]`, `QuoteCreateParams.line_items[]`, `QuoteUpdateParams.line_items[]`, `SubscriptionCreateParams.add_invoice_items[]`, `SubscriptionCreateParams.items[]`, `SubscriptionCreateParams`, `SubscriptionItemCreateParams`, `SubscriptionItemUpdateParams`, `SubscriptionItem`, `SubscriptionSchedule.phases[].add_invoice_items[]`, `SubscriptionSchedule.phases[].items[]`, `SubscriptionSchedule.phases[]`, `SubscriptionScheduleCreateParams.phases[].add_invoice_items[]`, `SubscriptionScheduleCreateParams.phases[].items[]`, `SubscriptionScheduleCreateParams.phases[]`, `SubscriptionScheduleUpdateParams.phases[].add_invoice_items[]`, `SubscriptionScheduleUpdateParams.phases[].items[]`, `SubscriptionScheduleUpdateParams.phases[]`, `SubscriptionUpdateParams.add_invoice_items[]`, `SubscriptionUpdateParams.items[]`, `SubscriptionUpdateParams`, and `Subscription`
559
+ * Change type of `Invoice.discounts` from `array(expandable(deletable($Discount))) | null` to `array(expandable(deletable($Discount)))`
560
+ * Add support for `allowed_merchant_countries` and `blocked_merchant_countries` on `Issuing.Card.spending_controls`, `Issuing.CardCreateParams.spending_controls`, `Issuing.CardUpdateParams.spending_controls`, `Issuing.Cardholder.spending_controls`, `Issuing.CardholderCreateParams.spending_controls`, and `Issuing.CardholderUpdateParams.spending_controls`
561
+ * Add support for `zip` on `PaymentMethodConfigurationCreateParams`, `PaymentMethodConfigurationUpdateParams`, and `PaymentMethodConfiguration`
562
+ * Add support for `offline` on `SetupAttempt.payment_method_details.card_present`
563
+ * Add support for `card_present` on `SetupIntent.payment_method_options`, `SetupIntentConfirmParams.payment_method_options`, `SetupIntentCreateParams.payment_method_options`, and `SetupIntentUpdateParams.payment_method_options`
564
+ * Add support for new value `mobile_phone_reader` on enums `Terminal.Reader.device_type` and `Terminal.ReaderListParams.device_type`
565
+
566
+ ## 14.23.0 - 2024-03-28
567
+ * [#2046](https://github.com/stripe/stripe-node/pull/2046) Update generated code
568
+ * Add support for new resources `Billing.MeterEventAdjustment`, `Billing.MeterEvent`, and `Billing.Meter`
569
+ * Add support for `create`, `deactivate`, `list`, `reactivate`, `retrieve`, and `update` methods on resource `Meter`
570
+ * Add support for `create` method on resources `MeterEventAdjustment` and `MeterEvent`
571
+ * Add support for `amazon_pay_payments` on `Account.capabilities`, `AccountCreateParams.capabilities`, and `AccountUpdateParams.capabilities`
572
+ * Add support for new value `verification_failed_representative_authority` on enums `Account.future_requirements.errors[].code`, `Account.requirements.errors[].code`, `BankAccount.future_requirements.errors[].code`, and `BankAccount.requirements.errors[].code`
573
+ * Add support for `destination_on_behalf_of_charge_management` on `AccountSession.components.payment_details.features`, `AccountSession.components.payments.features`, `AccountSessionCreateParams.components.payment_details.features`, and `AccountSessionCreateParams.components.payments.features`
574
+ * Add support for `mandate` on `Charge.payment_method_details.us_bank_account`, `Treasury.InboundTransfer.origin_payment_method_details.us_bank_account`, `Treasury.OutboundPayment.destination_payment_method_details.us_bank_account`, and `Treasury.OutboundTransfer.destination_payment_method_details.us_bank_account`
575
+ * Add support for `second_line` on `Issuing.CardCreateParams`
576
+ * Add support for `meter` on `PlanCreateParams`, `Plan`, `Price.recurring`, `PriceCreateParams.recurring`, and `PriceListParams.recurring`
577
+ * [#2045](https://github.com/stripe/stripe-node/pull/2045) esbuild test project fixes
578
+
579
+ ## 14.22.0 - 2024-03-21
580
+ * [#2040](https://github.com/stripe/stripe-node/pull/2040) Update generated code
581
+ * Add support for new resources `ConfirmationToken` and `Forwarding.Request`
582
+ * Add support for `retrieve` method on resource `ConfirmationToken`
583
+ * Add support for `create`, `list`, and `retrieve` methods on resource `Request`
584
+ * Add support for `mobilepay_payments` on `Account.capabilities`, `AccountCreateParams.capabilities`, and `AccountUpdateParams.capabilities`
585
+ * Add support for new values `forwarding_api_inactive`, `forwarding_api_invalid_parameter`, `forwarding_api_upstream_connection_error`, and `forwarding_api_upstream_connection_timeout` on enums `Invoice.last_finalization_error.code`, `PaymentIntent.last_payment_error.code`, `SetupAttempt.setup_error.code`, `SetupIntent.last_setup_error.code`, and `StripeError.code`
586
+ * Add support for `mobilepay` on `Charge.payment_method_details`, `PaymentIntent.payment_method_options`, `PaymentIntentConfirmParams.payment_method_data`, `PaymentIntentConfirmParams.payment_method_options`, `PaymentIntentCreateParams.payment_method_data`, `PaymentIntentCreateParams.payment_method_options`, `PaymentIntentUpdateParams.payment_method_data`, `PaymentIntentUpdateParams.payment_method_options`, `PaymentMethodCreateParams`, `PaymentMethod`, `SetupIntentConfirmParams.payment_method_data`, `SetupIntentCreateParams.payment_method_data`, and `SetupIntentUpdateParams.payment_method_data`
587
+ * Add support for `payment_reference` on `Charge.payment_method_details.us_bank_account`
588
+ * Add support for new value `mobilepay` on enums `CustomerListPaymentMethodsParams.type`, `PaymentMethodCreateParams.type`, and `PaymentMethodListParams.type`
589
+ * Add support for `confirmation_token` on `PaymentIntentConfirmParams`, `PaymentIntentCreateParams`, `SetupIntentConfirmParams`, and `SetupIntentCreateParams`
590
+ * Add support for new value `mobilepay` on enums `PaymentIntentConfirmParams.payment_method_data.type`, `PaymentIntentCreateParams.payment_method_data.type`, `PaymentIntentUpdateParams.payment_method_data.type`, `SetupIntentConfirmParams.payment_method_data.type`, `SetupIntentCreateParams.payment_method_data.type`, and `SetupIntentUpdateParams.payment_method_data.type`
591
+ * Add support for new value `mobilepay` on enum `PaymentMethod.type`
592
+ * Add support for `name` on `Terminal.ConfigurationCreateParams`, `Terminal.ConfigurationUpdateParams`, and `Terminal.Configuration`
593
+ * Add support for `payout` on `Treasury.ReceivedDebit.linked_flows`
594
+ * [#2043](https://github.com/stripe/stripe-node/pull/2043) Don't mutate error.type during minification
595
+
596
+ ## 14.21.0 - 2024-03-14
597
+ * [#2035](https://github.com/stripe/stripe-node/pull/2035) Update generated code
598
+ * Add support for new resources `Issuing.PersonalizationDesign` and `Issuing.PhysicalBundle`
599
+ * Add support for `create`, `list`, `retrieve`, and `update` methods on resource `PersonalizationDesign`
600
+ * Add support for `list` and `retrieve` methods on resource `PhysicalBundle`
601
+ * Add support for `personalization_design` on `Issuing.CardCreateParams`, `Issuing.CardListParams`, `Issuing.CardUpdateParams`, and `Issuing.Card`
602
+ * Change type of `SubscriptionCreateParams.application_fee_percent` and `SubscriptionUpdateParams.application_fee_percent` from `number` to `emptyStringable(number)`
603
+ * Add support for `sepa_debit` on `Subscription.payment_settings.payment_method_options`, `SubscriptionCreateParams.payment_settings.payment_method_options`, and `SubscriptionUpdateParams.payment_settings.payment_method_options`
604
+
605
+ ## 14.20.0 - 2024-03-07
606
+ * [#2033](https://github.com/stripe/stripe-node/pull/2033) Update generated code
607
+ * Add support for `documents` on `AccountSession.components` and `AccountSessionCreateParams.components`
608
+ * Add support for `request_three_d_secure` on `Checkout.Session.payment_method_options.card` and `Checkout.SessionCreateParams.payment_method_options.card`
609
+ * Add support for `created` on `CreditNoteListParams`
610
+ * Add support for `sepa_debit` on `Invoice.payment_settings.payment_method_options`, `InvoiceCreateParams.payment_settings.payment_method_options`, and `InvoiceUpdateParams.payment_settings.payment_method_options`
611
+
612
+ ## 14.19.0 - 2024-02-29
613
+ * [#2029](https://github.com/stripe/stripe-node/pull/2029) Update generated code
614
+ * Change `Identity.VerificationReport.type`, `SubscriptionSchedule.default_settings.invoice_settings.account_tax_ids`, `SubscriptionSchedule.phases[].invoice_settings.account_tax_ids`, and `TaxId.owner` to be required
615
+ * Change type of `Identity.VerificationSession.type` from `enum('document'|'id_number') | null` to `enum('document'|'id_number')`
616
+ * Add support for `number` on `InvoiceCreateParams` and `InvoiceUpdateParams`
617
+ * Add support for `enable_customer_cancellation` on `Terminal.Reader.action.process_payment_intent.process_config`, `Terminal.Reader.action.process_setup_intent.process_config`, `Terminal.ReaderProcessPaymentIntentParams.process_config`, and `Terminal.ReaderProcessSetupIntentParams.process_config`
618
+ * Add support for `refund_payment_config` on `Terminal.Reader.action.refund_payment` and `Terminal.ReaderRefundPaymentParams`
619
+ * Add support for `payment_method` on `TokenCreateParams.bank_account`
620
+ * [#2027](https://github.com/stripe/stripe-node/pull/2027) vscode settings: true -> "explicit"
621
+
622
+ ## 14.18.0 - 2024-02-22
623
+ * [#2022](https://github.com/stripe/stripe-node/pull/2022) Update generated code
624
+ * Add support for `client_reference_id` on `Identity.VerificationReportListParams`, `Identity.VerificationReport`, `Identity.VerificationSessionCreateParams`, `Identity.VerificationSessionListParams`, and `Identity.VerificationSession`
625
+ * Add support for `created` on `Treasury.OutboundPaymentListParams`
626
+ * [#2025](https://github.com/stripe/stripe-node/pull/2025) Standardize parameter interface names
627
+ - `CapabilityListParams` renamed to `AccountListCapabilitiesParams`
628
+ - `CapabilityRetrieveParams` renamed to `AccountRetrieveCapabilityParams`
629
+ - `CapabilityUpdateParams` renamed to `AccountUpdateCapabilityParams`
630
+ - `CashBalanceRetrieveParams` renamed to `CustomerRetrieveCashBalanceParams`
631
+ - `CashBalanceUpdateParams` renamed to `CustomerUpdateCashBalanceParams`
632
+ - `CreditNoteLineItemListParams` renamed to `CreditNoteListLineItemsParams`
633
+ - `CustomerBalanceTransactionCreateParams` renamed to `CustomerCreateBalanceTransactionParams`
634
+ - `CustomerBalanceTransactionListParams` renamed to `CustomerListBalanceTransactionsParams`
635
+ - `CustomerBalanceTransactionRetrieveParams` renamed to `CustomerRetrieveBalanceTransactionParams`
636
+ - `CustomerBalanceTransactionUpdateParams` renamed to `CustomerUpdateBalanceTransactionParams`
637
+ - `CustomerCashBalanceTransactionListParams` renamed to `CustomerListCashBalanceTransactionsParams`
638
+ - `CustomerCashBalanceTransactionRetrieveParams` renamed to `CustomerRetrieveCashBalanceTransactionParams`
639
+ - `CustomerSourceCreateParams` renamed to `CustomerCreateSourceParams`
640
+ - `CustomerSourceDeleteParams` renamed to `CustomerDeleteSourceParams`
641
+ - `CustomerSourceListParams` renamed to `CustomerListSourcesParams`
642
+ - `CustomerSourceRetrieveParams` renamed to `CustomerRetrieveSourceParams`
643
+ - `CustomerSourceUpdateParams` renamed to `CustomerUpdateSourceParams`
644
+ - `CustomerSourceVerifyParams` renamed to `CustomerVerifySourceParams`
645
+ - `ExternalAccountCreateParams` renamed to `AccountCreateExternalAccountParams`
646
+ - `ExternalAccountDeleteParams` renamed to `AccountDeleteExternalAccountParams`
647
+ - `ExternalAccountListParams` renamed to `AccountListExternalAccountsParams`
648
+ - `ExternalAccountRetrieveParams` renamed to `AccountRetrieveExternalAccountParams`
649
+ - `ExternalAccountUpdateParams` renamed to `AccountUpdateExternalAccountParams`
650
+ - `FeeRefundCreateParams` renamed to `ApplicationFeeCreateRefundParams`
651
+ - `FeeRefundListParams` renamed to `ApplicationFeeListRefundsParams`
652
+ - `FeeRefundRetrieveParams` renamed to `ApplicationFeeRetrieveRefundParams`
653
+ - `FeeRefundUpdateParams` renamed to `ApplicationFeeUpdateRefundParams`
654
+ - `InvoiceLineItemListParams` renamed to `InvoiceListLineItemsParams`
655
+ - `InvoiceLineItemUpdateParams` renamed to `InvoiceUpdateLineItemParams`
656
+ - `LoginLinkCreateParams` renamed to `AccountCreateLoginLinkParams`
657
+ - `PersonCreateParams` renamed to `AccountCreatePersonParams`
658
+ - `PersonDeleteParams` renamed to `AccountDeletePersonParams`
659
+ - `PersonListParams` renamed to `AccountListPersonsParams`
660
+ - `PersonRetrieveParams` renamed to `AccountRetrievePersonParams`
661
+ - `PersonUpdateParams` renamed to `AccountUpdatePersonParams`
662
+ - `TaxIdCreateParams` renamed to `CustomerCreateTaxIdParams`
663
+ - `TaxIdDeleteParams` renamed to `CustomerDeleteTaxIdParams`
664
+ - `TaxIdListParams` renamed to `CustomerListTaxIdsParams`
665
+ - `TaxIdRetrieveParams` renamed to `CustomerRetrieveTaxIdParams`
666
+ - `TransferReversalCreateParams` renamed to `TransferCreateReversalParams`
667
+ - `TransferReversalListParams` renamed to `TransferListReversalsParams`
668
+ - `TransferReversalRetrieveParams` renamed to `TransferRetrieveReversalParams`
669
+ - `TransferReversalUpdateParams` renamed to `TransferUpdateReversalParams`
670
+ - `UsageRecordCreateParams` renamed to `SubscriptionItemCreateUsageRecordParams`
671
+ - `UsageRecordSummaryListParams` renamed to `SubscriptionItemListUsageRecordSummariesParams`
672
+
673
+ Old names will still work but are deprecated and will be removed in future versions.
674
+ * [#2021](https://github.com/stripe/stripe-node/pull/2021) Add TaxIds API
675
+ * Add support for `create`, `del`, `list`, and `retrieve` methods on resource `TaxId`
676
+
677
+ ## 14.17.0 - 2024-02-15
678
+ * [#2018](https://github.com/stripe/stripe-node/pull/2018) Update generated code
679
+ * Add support for `networks` on `Card`, `PaymentMethodCreateParams.card`, `PaymentMethodUpdateParams.card`, and `TokenCreateParams.card`
680
+ * Add support for new value `no_voec` on enums `Checkout.Session.customer_details.tax_ids[].type`, `Invoice.customer_tax_ids[].type`, `Tax.Calculation.customer_details.tax_ids[].type`, `Tax.Transaction.customer_details.tax_ids[].type`, and `TaxId.type`
681
+ * Add support for new value `no_voec` on enums `CustomerCreateParams.tax_id_data[].type`, `InvoiceUpcomingLinesParams.customer_details.tax_ids[].type`, `InvoiceUpcomingParams.customer_details.tax_ids[].type`, `Tax.CalculationCreateParams.customer_details.tax_ids[].type`, and `TaxIdCreateParams.type`
682
+ * Add support for new value `financial_connections.account.refreshed_ownership` on enum `Event.type`
683
+ * Add support for `display_brand` on `PaymentMethod.card`
684
+ * Add support for new value `financial_connections.account.refreshed_ownership` on enums `WebhookEndpointCreateParams.enabled_events[]` and `WebhookEndpointUpdateParams.enabled_events[]`
685
+
686
+ ## 14.16.0 - 2024-02-08
687
+ * [#2012](https://github.com/stripe/stripe-node/pull/2012) Update generated code
688
+ * Add support for `invoices` on `Account.settings` and `AccountUpdateParams.settings`
689
+ * Add support for new value `velobank` on enums `Charge.payment_method_details.p24.bank`, `PaymentIntentConfirmParams.payment_method_data.p24.bank`, `PaymentIntentCreateParams.payment_method_data.p24.bank`, `PaymentIntentUpdateParams.payment_method_data.p24.bank`, `PaymentMethod.p24.bank`, `PaymentMethodCreateParams.p24.bank`, `SetupIntentConfirmParams.payment_method_data.p24.bank`, `SetupIntentCreateParams.payment_method_data.p24.bank`, and `SetupIntentUpdateParams.payment_method_data.p24.bank`
690
+ * Add support for `setup_future_usage` on `PaymentIntent.payment_method_options.blik`, `PaymentIntentConfirmParams.payment_method_options.blik`, `PaymentIntentCreateParams.payment_method_options.blik`, and `PaymentIntentUpdateParams.payment_method_options.blik`
691
+ * Add support for `require_cvc_recollection` on `PaymentIntent.payment_method_options.card`, `PaymentIntentConfirmParams.payment_method_options.card`, `PaymentIntentCreateParams.payment_method_options.card`, and `PaymentIntentUpdateParams.payment_method_options.card`
692
+ * Add support for `account_tax_ids` on `SubscriptionCreateParams.invoice_settings`, `SubscriptionSchedule.default_settings.invoice_settings`, `SubscriptionSchedule.phases[].invoice_settings`, `SubscriptionScheduleCreateParams.default_settings.invoice_settings`, `SubscriptionScheduleCreateParams.phases[].invoice_settings`, `SubscriptionScheduleUpdateParams.default_settings.invoice_settings`, `SubscriptionScheduleUpdateParams.phases[].invoice_settings`, and `SubscriptionUpdateParams.invoice_settings`
693
+
694
+ ## 14.15.0 - 2024-02-05
695
+ * [#2001](https://github.com/stripe/stripe-node/pull/2001) Update generated code
696
+ * Add support for `swish` payment method throughout the API
697
+ * Add support for `relationship` on `AccountCreateParams.individual`, `AccountUpdateParams.individual`, and `TokenCreateParams.account.individual`
698
+ * Add support for `jurisdiction_level` on `TaxRate`
699
+ * Change type of `Terminal.Reader.status` from `string` to `enum('offline'|'online')`
700
+ * [#2009](https://github.com/stripe/stripe-node/pull/2009) Remove https check for *.stripe.com
701
+ * Stops throwing exceptions if `protocol: 'http'` is set for requests to `api.stripe.com`.
702
+
703
+ ## 14.14.0 - 2024-01-25
704
+ * [#1998](https://github.com/stripe/stripe-node/pull/1998) Update generated code
705
+ * Add support for `annual_revenue` and `estimated_worker_count` on `Account.business_profile`, `AccountCreateParams.business_profile`, and `AccountUpdateParams.business_profile`
706
+ * Add support for new value `registered_charity` on enums `Account.company.structure`, `AccountCreateParams.company.structure`, `AccountUpdateParams.company.structure`, and `TokenCreateParams.account.company.structure`
707
+ * Add support for `collection_options` on `AccountLinkCreateParams`
708
+ * Add support for `liability` on `Checkout.Session.automatic_tax`, `Checkout.SessionCreateParams.automatic_tax`, `PaymentLink.automatic_tax`, `PaymentLinkCreateParams.automatic_tax`, `PaymentLinkUpdateParams.automatic_tax`, `Quote.automatic_tax`, `QuoteCreateParams.automatic_tax`, `QuoteUpdateParams.automatic_tax`, `SubscriptionSchedule.default_settings.automatic_tax`, `SubscriptionSchedule.phases[].automatic_tax`, `SubscriptionScheduleCreateParams.default_settings.automatic_tax`, `SubscriptionScheduleCreateParams.phases[].automatic_tax`, `SubscriptionScheduleUpdateParams.default_settings.automatic_tax`, and `SubscriptionScheduleUpdateParams.phases[].automatic_tax`
709
+ * Add support for `issuer` on `Checkout.Session.invoice_creation.invoice_data`, `Checkout.SessionCreateParams.invoice_creation.invoice_data`, `PaymentLink.invoice_creation.invoice_data`, `PaymentLinkCreateParams.invoice_creation.invoice_data`, `PaymentLinkUpdateParams.invoice_creation.invoice_data`, `Quote.invoice_settings`, `QuoteCreateParams.invoice_settings`, `QuoteUpdateParams.invoice_settings`, `SubscriptionSchedule.default_settings.invoice_settings`, `SubscriptionSchedule.phases[].invoice_settings`, `SubscriptionScheduleCreateParams.default_settings.invoice_settings`, `SubscriptionScheduleCreateParams.phases[].invoice_settings`, `SubscriptionScheduleUpdateParams.default_settings.invoice_settings`, and `SubscriptionScheduleUpdateParams.phases[].invoice_settings`
710
+ * Add support for `invoice_settings` on `Checkout.SessionCreateParams.subscription_data`, `PaymentLink.subscription_data`, `PaymentLinkCreateParams.subscription_data`, and `PaymentLinkUpdateParams.subscription_data`
711
+ * Add support for new value `challenge` on enums `Invoice.payment_settings.payment_method_options.card.request_three_d_secure`, `InvoiceCreateParams.payment_settings.payment_method_options.card.request_three_d_secure`, `InvoiceUpdateParams.payment_settings.payment_method_options.card.request_three_d_secure`, `Subscription.payment_settings.payment_method_options.card.request_three_d_secure`, `SubscriptionCreateParams.payment_settings.payment_method_options.card.request_three_d_secure`, and `SubscriptionUpdateParams.payment_settings.payment_method_options.card.request_three_d_secure`
712
+ * Add support for `promotion_code` on `InvoiceUpcomingLinesParams.discounts[]`, `InvoiceUpcomingLinesParams.invoice_items[].discounts[]`, `InvoiceUpcomingParams.discounts[]`, and `InvoiceUpcomingParams.invoice_items[].discounts[]`
713
+ * Add support for `account_type` on `PaymentMethodUpdateParams.us_bank_account`
714
+ * [#1995](https://github.com/stripe/stripe-node/pull/1995) Update generated code
715
+ * Add support for providing `BankAccount`, `Card`, and `CardToken` details on the `external_account` parameter in `AccountUpdateParams`
716
+ * Add support for new value `nn` on enums `Charge.payment_method_details.ideal.bank`, `PaymentIntentConfirmParams.payment_method_data.ideal.bank`, `PaymentIntentCreateParams.payment_method_data.ideal.bank`, `PaymentIntentUpdateParams.payment_method_data.ideal.bank`, `PaymentMethod.ideal.bank`, `PaymentMethodCreateParams.ideal.bank`, `SetupAttempt.payment_method_details.ideal.bank`, `SetupIntentConfirmParams.payment_method_data.ideal.bank`, `SetupIntentCreateParams.payment_method_data.ideal.bank`, and `SetupIntentUpdateParams.payment_method_data.ideal.bank`
717
+ * Add support for new value `NNBANL2G` on enums `Charge.payment_method_details.ideal.bic`, `PaymentMethod.ideal.bic`, and `SetupAttempt.payment_method_details.ideal.bic`
718
+ * Change `CustomerSession.components.buy_button`, `CustomerSession.components.pricing_table`, and `Subscription.billing_cycle_anchor_config` to be required
719
+ * Add support for `issuer` on `InvoiceCreateParams`, `InvoiceUpcomingLinesParams`, `InvoiceUpcomingParams`, `InvoiceUpdateParams`, and `Invoice`
720
+ * Add support for `liability` on `Invoice.automatic_tax`, `InvoiceCreateParams.automatic_tax`, `InvoiceUpcomingLinesParams.automatic_tax`, `InvoiceUpcomingParams.automatic_tax`, `InvoiceUpdateParams.automatic_tax`, `Subscription.automatic_tax`, `SubscriptionCreateParams.automatic_tax`, and `SubscriptionUpdateParams.automatic_tax`
721
+ * Add support for `on_behalf_of` on `InvoiceUpcomingLinesParams` and `InvoiceUpcomingParams`
722
+ * Add support for `pin` on `Issuing.CardCreateParams`
723
+ * Add support for `revocation_reason` on `Mandate.payment_method_details.bacs_debit`
724
+ * Add support for `customer_balance` on `PaymentMethodConfigurationCreateParams`, `PaymentMethodConfigurationUpdateParams`, and `PaymentMethodConfiguration`
725
+ * Add support for `invoice_settings` on `SubscriptionCreateParams` and `SubscriptionUpdateParams`
726
+ * [#1992](https://github.com/stripe/stripe-node/pull/1992) Add a hint about formatting during request forwarding
727
+
728
+ ## 14.13.0 - 2024-01-18
729
+ * [#1995](https://github.com/stripe/stripe-node/pull/1995) Update generated code
730
+ * Add support for providing `BankAccount`, `Card`, and `CardToken` details on the `external_account` parameter in `AccountUpdateParams`
731
+ * Add support for new value `nn` on enums `Charge.payment_method_details.ideal.bank`, `PaymentIntentConfirmParams.payment_method_data.ideal.bank`, `PaymentIntentCreateParams.payment_method_data.ideal.bank`, `PaymentIntentUpdateParams.payment_method_data.ideal.bank`, `PaymentMethod.ideal.bank`, `PaymentMethodCreateParams.ideal.bank`, `SetupAttempt.payment_method_details.ideal.bank`, `SetupIntentConfirmParams.payment_method_data.ideal.bank`, `SetupIntentCreateParams.payment_method_data.ideal.bank`, and `SetupIntentUpdateParams.payment_method_data.ideal.bank`
732
+ * Add support for new value `NNBANL2G` on enums `Charge.payment_method_details.ideal.bic`, `PaymentMethod.ideal.bic`, and `SetupAttempt.payment_method_details.ideal.bic`
733
+ * Change `CustomerSession.components.buy_button`, `CustomerSession.components.pricing_table`, and `Subscription.billing_cycle_anchor_config` to be required
734
+ * Add support for `issuer` on `InvoiceCreateParams`, `InvoiceUpcomingLinesParams`, `InvoiceUpcomingParams`, `InvoiceUpdateParams`, and `Invoice`
735
+ * Add support for `liability` on `Invoice.automatic_tax`, `InvoiceCreateParams.automatic_tax`, `InvoiceUpcomingLinesParams.automatic_tax`, `InvoiceUpcomingParams.automatic_tax`, `InvoiceUpdateParams.automatic_tax`, `Subscription.automatic_tax`, `SubscriptionCreateParams.automatic_tax`, and `SubscriptionUpdateParams.automatic_tax`
736
+ * Add support for `on_behalf_of` on `InvoiceUpcomingLinesParams` and `InvoiceUpcomingParams`
737
+ * Add support for `pin` on `Issuing.CardCreateParams`
738
+ * Add support for `revocation_reason` on `Mandate.payment_method_details.bacs_debit`
739
+ * Add support for `customer_balance` on `PaymentMethodConfigurationCreateParams`, `PaymentMethodConfigurationUpdateParams`, and `PaymentMethodConfiguration`
740
+ * Add support for `invoice_settings` on `SubscriptionCreateParams` and `SubscriptionUpdateParams`
741
+ * [#1992](https://github.com/stripe/stripe-node/pull/1992) Add a hint about formatting during request forwarding
742
+
743
+ ## 14.12.0 - 2024-01-12
744
+ * [#1990](https://github.com/stripe/stripe-node/pull/1990) Update generated code
745
+ * Add support for new resource `CustomerSession`
746
+ * Add support for `create` method on resource `CustomerSession`
747
+ * Remove support for values `obligation_inbound`, `obligation_payout_failure`, `obligation_payout`, and `obligation_reversal_outbound` from enum `BalanceTransaction.type`
748
+ * Add support for new values `eps` and `p24` on enums `Invoice.payment_settings.payment_method_types[]`, `InvoiceCreateParams.payment_settings.payment_method_types[]`, `InvoiceUpdateParams.payment_settings.payment_method_types[]`, `Subscription.payment_settings.payment_method_types[]`, `SubscriptionCreateParams.payment_settings.payment_method_types[]`, and `SubscriptionUpdateParams.payment_settings.payment_method_types[]`
749
+ * Remove support for value `obligation` from enum `Reporting.ReportRunCreateParams.parameters.reporting_category`
750
+ * Add support for `billing_cycle_anchor_config` on `SubscriptionCreateParams` and `Subscription`
751
+
752
+ ## 14.11.0 - 2024-01-04
753
+ * [#1985](https://github.com/stripe/stripe-node/pull/1985) Update generated code
754
+ * Add support for `retrieve` method on resource `Tax.Registration`
755
+ * Change `AccountSession.components.payment_details.features`, `AccountSession.components.payment_details`, `AccountSession.components.payments.features`, `AccountSession.components.payments`, `AccountSession.components.payouts.features`, `AccountSession.components.payouts`, `PaymentLink.inactive_message`, and `PaymentLink.restrictions` to be required
756
+ * Change type of `SubscriptionSchedule.default_settings.invoice_settings` from `InvoiceSettingSubscriptionScheduleSetting | null` to `InvoiceSettingSubscriptionScheduleSetting`
757
+ * [#1987](https://github.com/stripe/stripe-node/pull/1987) Update docstrings to indicate removal of deprecated event types
758
+
759
+ ## 14.10.0 - 2023-12-22
760
+ * [#1979](https://github.com/stripe/stripe-node/pull/1979) Update generated code
761
+ * Add support for `collection_method` on `Mandate.payment_method_details.us_bank_account`
762
+ * Add support for `mandate_options` on `PaymentIntent.payment_method_options.us_bank_account`, `PaymentIntentConfirmParams.payment_method_options.us_bank_account`, `PaymentIntentCreateParams.payment_method_options.us_bank_account`, `PaymentIntentUpdateParams.payment_method_options.us_bank_account`, `SetupIntent.payment_method_options.us_bank_account`, `SetupIntentConfirmParams.payment_method_options.us_bank_account`, `SetupIntentCreateParams.payment_method_options.us_bank_account`, and `SetupIntentUpdateParams.payment_method_options.us_bank_account`
763
+ * [#1976](https://github.com/stripe/stripe-node/pull/1976) Update generated code
764
+ * Add support for new resource `FinancialConnections.Transaction`
765
+ * Add support for `list` and `retrieve` methods on resource `Transaction`
766
+ * Add support for `subscribe` and `unsubscribe` methods on resource `FinancialConnections.Account`
767
+ * Add support for `features` on `AccountSessionCreateParams.components.payouts`
768
+ * Add support for `edit_payout_schedule`, `instant_payouts`, and `standard_payouts` on `AccountSession.components.payouts.features`
769
+ * Change type of `Checkout.Session.payment_method_options.us_bank_account.financial_connections.prefetch[]`, `Checkout.SessionCreateParams.payment_method_options.us_bank_account.financial_connections.prefetch[]`, `Invoice.payment_settings.payment_method_options.us_bank_account.financial_connections.prefetch[]`, `InvoiceCreateParams.payment_settings.payment_method_options.us_bank_account.financial_connections.prefetch[]`, `InvoiceUpdateParams.payment_settings.payment_method_options.us_bank_account.financial_connections.prefetch[]`, `PaymentIntent.payment_method_options.us_bank_account.financial_connections.prefetch[]`, `PaymentIntentConfirmParams.payment_method_options.us_bank_account.financial_connections.prefetch[]`, `PaymentIntentCreateParams.payment_method_options.us_bank_account.financial_connections.prefetch[]`, `PaymentIntentUpdateParams.payment_method_options.us_bank_account.financial_connections.prefetch[]`, `SetupIntent.payment_method_options.us_bank_account.financial_connections.prefetch[]`, `SetupIntentConfirmParams.payment_method_options.us_bank_account.financial_connections.prefetch[]`, `SetupIntentCreateParams.payment_method_options.us_bank_account.financial_connections.prefetch[]`, `SetupIntentUpdateParams.payment_method_options.us_bank_account.financial_connections.prefetch[]`, `Subscription.payment_settings.payment_method_options.us_bank_account.financial_connections.prefetch[]`, `SubscriptionCreateParams.payment_settings.payment_method_options.us_bank_account.financial_connections.prefetch[]`, and `SubscriptionUpdateParams.payment_settings.payment_method_options.us_bank_account.financial_connections.prefetch[]` from `literal('balances')` to `enum('balances'|'transactions')`
770
+ * Add support for new value `financial_connections.account.refreshed_transactions` on enum `Event.type`
771
+ * Add support for new value `transactions` on enum `FinancialConnections.AccountRefreshParams.features[]`
772
+ * Add support for `subscriptions` and `transaction_refresh` on `FinancialConnections.Account`
773
+ * Add support for `next_refresh_available_at` on `FinancialConnections.Account.balance_refresh`
774
+ * Add support for new value `transactions` on enums `FinancialConnections.Session.prefetch[]` and `FinancialConnections.SessionCreateParams.prefetch[]`
775
+ * Add support for new value `unknown` on enums `Issuing.Authorization.verification_data.authentication_exemption.type` and `Issuing.AuthorizationCreateParams.testHelpers.verification_data.authentication_exemption.type`
776
+ * Add support for new value `challenge` on enums `PaymentIntent.payment_method_options.card.request_three_d_secure`, `PaymentIntentConfirmParams.payment_method_options.card.request_three_d_secure`, `PaymentIntentCreateParams.payment_method_options.card.request_three_d_secure`, `PaymentIntentUpdateParams.payment_method_options.card.request_three_d_secure`, `SetupIntent.payment_method_options.card.request_three_d_secure`, `SetupIntentConfirmParams.payment_method_options.card.request_three_d_secure`, `SetupIntentCreateParams.payment_method_options.card.request_three_d_secure`, and `SetupIntentUpdateParams.payment_method_options.card.request_three_d_secure`
777
+ * Add support for `revolut_pay` on `PaymentMethodConfigurationCreateParams`, `PaymentMethodConfigurationUpdateParams`, and `PaymentMethodConfiguration`
778
+ * Change type of `Quote.invoice_settings` from `InvoiceSettingQuoteSetting | null` to `InvoiceSettingQuoteSetting`
779
+ * Add support for `destination_details` on `Refund`
780
+ * Add support for new value `financial_connections.account.refreshed_transactions` on enums `WebhookEndpointCreateParams.enabled_events[]` and `WebhookEndpointUpdateParams.enabled_events[]`
781
+
782
+ ## 14.9.0 - 2023-12-14
783
+ * [#1973](https://github.com/stripe/stripe-node/pull/1973) Add `usage` to X-Stripe-Client-Telemetry
784
+ * [#1971](https://github.com/stripe/stripe-node/pull/1971) Update generated code
785
+ * Add support for `payment_method_reuse_agreement` on `Checkout.Session.consent_collection`, `Checkout.SessionCreateParams.consent_collection`, `PaymentLink.consent_collection`, and `PaymentLinkCreateParams.consent_collection`
786
+ * Add support for `after_submit` on `Checkout.Session.custom_text`, `Checkout.SessionCreateParams.custom_text`, `PaymentLink.custom_text`, `PaymentLinkCreateParams.custom_text`, and `PaymentLinkUpdateParams.custom_text`
787
+ * Add support for `created` on `Radar.EarlyFraudWarningListParams`
788
+
789
+ ## 14.8.0 - 2023-12-07
790
+ * [#1968](https://github.com/stripe/stripe-node/pull/1968) Update generated code
791
+ * Add support for `payment_details`, `payments`, and `payouts` on `AccountSession.components` and `AccountSessionCreateParams.components`
792
+ * Add support for `features` on `AccountSession.components.account_onboarding` and `AccountSessionCreateParams.components.account_onboarding`
793
+ * Add support for new values `customer_tax_location_invalid` and `financial_connections_no_successful_transaction_refresh` on enums `Invoice.last_finalization_error.code`, `PaymentIntent.last_payment_error.code`, `SetupAttempt.setup_error.code`, `SetupIntent.last_setup_error.code`, and `StripeError.code`
794
+ * Add support for new values `payment_network_reserve_hold` and `payment_network_reserve_release` on enum `BalanceTransaction.type`
795
+ * Change `Climate.Product.metric_tons_available` to be required
796
+ * Remove support for value `various` from enum `Climate.Supplier.removal_pathway`
797
+ * Remove support for values `challenge_only` and `challenge` from enum `PaymentIntent.payment_method_options.card.request_three_d_secure`
798
+ * Add support for `inactive_message` and `restrictions` on `PaymentLinkCreateParams`, `PaymentLinkUpdateParams`, and `PaymentLink`
799
+ * Add support for `transfer_group` on `PaymentLink.payment_intent_data`, `PaymentLinkCreateParams.payment_intent_data`, and `PaymentLinkUpdateParams.payment_intent_data`
800
+ * Add support for `trial_settings` on `PaymentLink.subscription_data`, `PaymentLinkCreateParams.subscription_data`, and `PaymentLinkUpdateParams.subscription_data`
801
+
802
+ ## 14.7.0 - 2023-11-30
803
+ * [#1965](https://github.com/stripe/stripe-node/pull/1965) Update generated code
804
+ * Add support for new resources `Climate.Order`, `Climate.Product`, and `Climate.Supplier`
805
+ * Add support for `cancel`, `create`, `list`, `retrieve`, and `update` methods on resource `Order`
806
+ * Add support for `list` and `retrieve` methods on resources `Product` and `Supplier`
807
+ * Add support for new value `financial_connections_account_inactive` on enums `Invoice.last_finalization_error.code`, `PaymentIntent.last_payment_error.code`, `SetupAttempt.setup_error.code`, `SetupIntent.last_setup_error.code`, and `StripeError.code`
808
+ * Add support for new values `climate_order_purchase` and `climate_order_refund` on enum `BalanceTransaction.type`
809
+ * Add support for `created` on `Checkout.SessionListParams`
810
+ * Add support for `validate_location` on `CustomerCreateParams.tax` and `CustomerUpdateParams.tax`
811
+ * Add support for new values `climate.order.canceled`, `climate.order.created`, `climate.order.delayed`, `climate.order.delivered`, `climate.order.product_substituted`, `climate.product.created`, and `climate.product.pricing_updated` on enum `Event.type`
812
+ * Add support for new value `challenge` on enums `PaymentIntent.payment_method_options.card.request_three_d_secure` and `SetupIntent.payment_method_options.card.request_three_d_secure`
813
+ * Add support for new values `climate_order_purchase` and `climate_order_refund` on enum `Reporting.ReportRunCreateParams.parameters.reporting_category`
814
+ * Add support for new values `climate.order.canceled`, `climate.order.created`, `climate.order.delayed`, `climate.order.delivered`, `climate.order.product_substituted`, `climate.product.created`, and `climate.product.pricing_updated` on enums `WebhookEndpointCreateParams.enabled_events[]` and `WebhookEndpointUpdateParams.enabled_events[]`
815
+
816
+ ## 14.6.0 - 2023-11-21
817
+ * [#1961](https://github.com/stripe/stripe-node/pull/1961) Update generated code
818
+ * Add support for `electronic_commerce_indicator` on `Charge.payment_method_details.card.three_d_secure` and `SetupAttempt.payment_method_details.card.three_d_secure`
819
+ * Add support for `exemption_indicator_applied` and `exemption_indicator` on `Charge.payment_method_details.card.three_d_secure`
820
+ * Add support for `transaction_id` on `Charge.payment_method_details.card.three_d_secure`, `Issuing.Authorization.network_data`, `Issuing.Transaction.network_data`, and `SetupAttempt.payment_method_details.card.three_d_secure`
821
+ * Add support for `offline` on `Charge.payment_method_details.card_present`
822
+ * Add support for `system_trace_audit_number` on `Issuing.Authorization.network_data`
823
+ * Add support for `network_risk_score` on `Issuing.Authorization.pending_request` and `Issuing.Authorization.request_history[]`
824
+ * Add support for `requested_at` on `Issuing.Authorization.request_history[]`
825
+ * Add support for `authorization_code` on `Issuing.Transaction.network_data`
826
+ * Add support for `three_d_secure` on `PaymentIntentConfirmParams.payment_method_options.card`, `PaymentIntentCreateParams.payment_method_options.card`, `PaymentIntentUpdateParams.payment_method_options.card`, `SetupIntentConfirmParams.payment_method_options.card`, `SetupIntentCreateParams.payment_method_options.card`, and `SetupIntentUpdateParams.payment_method_options.card`
827
+
828
+ ## 14.5.0 - 2023-11-16
829
+ * [#1957](https://github.com/stripe/stripe-node/pull/1957) Update generated code
830
+ * Add support for `bacs_debit_payments` on `AccountCreateParams.settings` and `AccountUpdateParams.settings`
831
+ * Add support for `service_user_number` on `Account.settings.bacs_debit_payments`
832
+ * Change type of `Account.settings.bacs_debit_payments.display_name` from `string` to `string | null`
833
+ * Add support for `capture_before` on `Charge.payment_method_details.card`
834
+ * Add support for `paypal` on `Checkout.Session.payment_method_options`
835
+ * Add support for `tax_amounts` on `CreditNoteCreateParams.lines[]`, `CreditNotePreviewLinesParams.lines[]`, and `CreditNotePreviewParams.lines[]`
836
+ * Add support for `network_data` on `Issuing.Transaction`
837
+ * [#1960](https://github.com/stripe/stripe-node/pull/1960) Update generated code
838
+ * Add support for `status` on `Checkout.SessionListParams`
839
+ * [#1958](https://github.com/stripe/stripe-node/pull/1958) Move Webhooks instance to static field
840
+ * [#1952](https://github.com/stripe/stripe-node/pull/1952) Use AbortController for native fetch cancellation when available
841
+
842
+ ## 14.4.0 - 2023-11-09
843
+ * [#1947](https://github.com/stripe/stripe-node/pull/1947) Update generated code
844
+ * Add support for new value `terminal_reader_hardware_fault` on enums `Invoice.last_finalization_error.code`, `PaymentIntent.last_payment_error.code`, `SetupAttempt.setup_error.code`, `SetupIntent.last_setup_error.code`, and `StripeError.code`
845
+ * Change `Charge.payment_method_details.card.amount_authorized`, `Checkout.Session.payment_method_configuration_details`, `PaymentIntent.latest_charge`, `PaymentIntent.payment_method_configuration_details`, and `SetupIntent.payment_method_configuration_details` to be required
846
+ * Change `Product.features[].name` to be optional
847
+ * Add support for `metadata` on `Quote.subscription_data`, `QuoteCreateParams.subscription_data`, and `QuoteUpdateParams.subscription_data`
848
+
849
+ ## 14.3.0 - 2023-11-02
850
+ * [#1943](https://github.com/stripe/stripe-node/pull/1943) Update generated code
851
+ * Add support for new resource `Tax.Registration`
852
+ * Add support for `create`, `list`, and `update` methods on resource `Registration`
853
+ * Add support for `revolut_pay_payments` on `Account` APIs.
854
+ * Add support for new value `token_card_network_invalid` on error code enums.
855
+ * Add support for new value `payment_unreconciled` on enum `BalanceTransaction.type`
856
+ * Add support for `revolut_pay` throughout the API.
857
+ * Change `.paypal.payer_email` to be required in several locations.
858
+ * Add support for `aba` and `swift` on `FundingInstructions.bank_transfer.financial_addresses[]` and `PaymentIntent.next_action.display_bank_transfer_instructions.financial_addresses[]`
859
+ * Add support for new values `ach`, `domestic_wire_us`, and `swift` on enums `FundingInstructions.bank_transfer.financial_addresses[].supported_networks[]` and `PaymentIntent.next_action.display_bank_transfer_instructions.financial_addresses[].supported_networks[]`
860
+ * Add support for new values `aba` and `swift` on enums `FundingInstructions.bank_transfer.financial_addresses[].type` and `PaymentIntent.next_action.display_bank_transfer_instructions.financial_addresses[].type`
861
+ * Add support for `url` on `Issuing.Authorization.merchant_data`, `Issuing.AuthorizationCreateParams.testHelpers.merchant_data`, `Issuing.Transaction.merchant_data`, `Issuing.TransactionCreateForceCaptureParams.testHelpers.merchant_data`, and `Issuing.TransactionCreateUnlinkedRefundParams.testHelpers.merchant_data`
862
+ * Add support for `authentication_exemption` and `three_d_secure` on `Issuing.Authorization.verification_data` and `Issuing.AuthorizationCreateParams.testHelpers.verification_data`
863
+ * Add support for `description` on `PaymentLink.payment_intent_data`, `PaymentLinkCreateParams.payment_intent_data`, and `PaymentLinkUpdateParams.payment_intent_data`
864
+ * Add support for new value `unreconciled_customer_funds` on enum `Reporting.ReportRunCreateParams.parameters.reporting_category`
865
+
866
+ ## 14.2.0 - 2023-10-26
867
+ * [#1939](https://github.com/stripe/stripe-node/pull/1939) Update generated code
868
+ * Add support for new value `balance_invalid_parameter` on enums `Invoice.last_finalization_error.code`, `PaymentIntent.last_payment_error.code`, `SetupAttempt.setup_error.code`, `SetupIntent.last_setup_error.code`, and `StripeError.code`
869
+ * Change `Issuing.Cardholder.individual.card_issuing` to be optional
870
+ * [#1940](https://github.com/stripe/stripe-node/pull/1940) Do not require passing apiVersion
871
+
872
+ ## 14.1.0 - 2023-10-17
873
+ * [#1933](https://github.com/stripe/stripe-node/pull/1933) Update generated code
874
+ * Add support for new value `invalid_dob_age_under_minimum` on enums `Account.future_requirements.errors[].code`, `Account.requirements.errors[].code`, `BankAccount.future_requirements.errors[].code`, and `BankAccount.requirements.errors[].code`
875
+ * Change `Checkout.Session.client_secret` and `Checkout.Session.ui_mode` to be required
876
+
877
+ ## 14.0.0 - 2023-10-16
878
+ * This release changes the pinned API version to `2023-10-16`. Please read the [API Upgrade Guide](https://stripe.com/docs/upgrades#2023-10-16) and carefully review the API changes before upgrading `stripe` package.
879
+ * [#1932](https://github.com/stripe/stripe-node/pull/1932) Update generated code
880
+ * Add support for `legal_guardian` on `AccountPersonsParams.relationship` and `TokenCreateParams.person.relationship`
881
+ * Add support for new values `invalid_address_highway_contract_box`, `invalid_address_private_mailbox`, `invalid_business_profile_name_denylisted`, `invalid_business_profile_name`, `invalid_company_name_denylisted`, `invalid_dob_age_over_maximum`, `invalid_product_description_length`, `invalid_product_description_url_match`, `invalid_statement_descriptor_business_mismatch`, `invalid_statement_descriptor_denylisted`, `invalid_statement_descriptor_length`, `invalid_statement_descriptor_prefix_denylisted`, `invalid_statement_descriptor_prefix_mismatch`, `invalid_tax_id_format`, `invalid_tax_id`, `invalid_url_denylisted`, `invalid_url_format`, `invalid_url_length`, `invalid_url_web_presence_detected`, `invalid_url_website_business_information_mismatch`, `invalid_url_website_empty`, `invalid_url_website_inaccessible_geoblocked`, `invalid_url_website_inaccessible_password_protected`, `invalid_url_website_inaccessible`, `invalid_url_website_incomplete_cancellation_policy`, `invalid_url_website_incomplete_customer_service_details`, `invalid_url_website_incomplete_legal_restrictions`, `invalid_url_website_incomplete_refund_policy`, `invalid_url_website_incomplete_return_policy`, `invalid_url_website_incomplete_terms_and_conditions`, `invalid_url_website_incomplete_under_construction`, `invalid_url_website_incomplete`, and `invalid_url_website_other` on enums `Account.future_requirements.errors[].code`, `Account.requirements.errors[].code`, `BankAccount.future_requirements.errors[].code`, and `BankAccount.requirements.errors[].code`
882
+ * Add support for `additional_tos_acceptances` on `TokenCreateParams.person`
883
+ * Add support for new value `2023-10-16` on enum `WebhookEndpointCreateParams.api_version`
884
+
885
+ ## 13.11.0 - 2023-10-16
886
+ * [#1924](https://github.com/stripe/stripe-node/pull/1924) Update generated code
887
+ * Add support for new values `issuing_token.created` and `issuing_token.updated` on enum `Event.type`
888
+ * Add support for new values `issuing_token.created` and `issuing_token.updated` on enums `WebhookEndpointCreateParams.enabled_events[]` and `WebhookEndpointUpdateParams.enabled_events[]`
889
+ * [#1926](https://github.com/stripe/stripe-node/pull/1926) Add named unions for all polymorphic types
890
+ * [#1921](https://github.com/stripe/stripe-node/pull/1921) Add event types
891
+
892
+ ## 13.10.0 - 2023-10-11
893
+ * [#1920](https://github.com/stripe/stripe-node/pull/1920) Update generated code
894
+ * Add support for `redirect_on_completion`, `return_url`, and `ui_mode` on `Checkout.SessionCreateParams` and `Checkout.Session`
895
+ * Change `Checkout.Session.custom_fields[].dropdown`, `Checkout.Session.custom_fields[].numeric`, `Checkout.Session.custom_fields[].text`, `Checkout.SessionCreateParams.success_url`, `PaymentLink.custom_fields[].dropdown`, `PaymentLink.custom_fields[].numeric`, and `PaymentLink.custom_fields[].text` to be optional
896
+ * Add support for `client_secret` on `Checkout.Session`
897
+ * Change type of `Checkout.Session.custom_fields[].dropdown` from `PaymentPagesCheckoutSessionCustomFieldsDropdown | null` to `PaymentPagesCheckoutSessionCustomFieldsDropdown`
898
+ * Change type of `Checkout.Session.custom_fields[].numeric` and `Checkout.Session.custom_fields[].text` from `PaymentPagesCheckoutSessionCustomFieldsNumeric | null` to `PaymentPagesCheckoutSessionCustomFieldsNumeric`
899
+ * Add support for `postal_code` on `Issuing.Authorization.verification_data`
900
+ * Change type of `PaymentLink.custom_fields[].dropdown` from `PaymentLinksResourceCustomFieldsDropdown | null` to `PaymentLinksResourceCustomFieldsDropdown`
901
+ * Change type of `PaymentLink.custom_fields[].numeric` and `PaymentLink.custom_fields[].text` from `PaymentLinksResourceCustomFieldsNumeric | null` to `PaymentLinksResourceCustomFieldsNumeric`
902
+ * Add support for `offline` on `Terminal.ConfigurationCreateParams`, `Terminal.ConfigurationUpdateParams`, and `Terminal.Configuration`
903
+ * [#1914](https://github.com/stripe/stripe-node/pull/1914) Bump get-func-name from 2.0.0 to 2.0.2
904
+
905
+ ## 13.9.0 - 2023-10-05
906
+ * [#1916](https://github.com/stripe/stripe-node/pull/1916) Update generated code
907
+ * Add support for new resource `Issuing.Token`
908
+ * Add support for `list`, `retrieve`, and `update` methods on resource `Token`
909
+ * Add support for `amount_authorized`, `extended_authorization`, `incremental_authorization`, `multicapture`, and `overcapture` on `Charge.payment_method_details.card`
910
+ * Add support for `token` on `Issuing.Authorization` and `Issuing.Transaction`
911
+ * Add support for `authorization_code` on `Issuing.Authorization.request_history[]`
912
+ * Add support for `request_extended_authorization`, `request_multicapture`, and `request_overcapture` on `PaymentIntent.payment_method_options.card`, `PaymentIntentConfirmParams.payment_method_options.card`, `PaymentIntentCreateParams.payment_method_options.card`, and `PaymentIntentUpdateParams.payment_method_options.card`
913
+ * Add support for `request_incremental_authorization` on `PaymentIntent.payment_method_options.card`, `PaymentIntentConfirmParams.payment_method_options.card_present`, `PaymentIntentConfirmParams.payment_method_options.card`, `PaymentIntentCreateParams.payment_method_options.card_present`, `PaymentIntentCreateParams.payment_method_options.card`, `PaymentIntentUpdateParams.payment_method_options.card_present`, and `PaymentIntentUpdateParams.payment_method_options.card`
914
+ * Add support for `final_capture` on `PaymentIntentCaptureParams`
915
+ * Add support for `metadata` on `PaymentLink.payment_intent_data`, `PaymentLink.subscription_data`, `PaymentLinkCreateParams.payment_intent_data`, and `PaymentLinkCreateParams.subscription_data`
916
+ * Add support for `statement_descriptor_suffix` and `statement_descriptor` on `PaymentLink.payment_intent_data` and `PaymentLinkCreateParams.payment_intent_data`
917
+ * Add support for `payment_intent_data` and `subscription_data` on `PaymentLinkUpdateParams`
918
+
919
+ ## 13.8.0 - 2023-09-28
920
+ * [#1911](https://github.com/stripe/stripe-node/pull/1911) Update generated code
921
+ * Add support for `rendering` on `InvoiceCreateParams`, `InvoiceUpdateParams`, and `Invoice`
922
+ * Change `PaymentMethod.us_bank_account.financial_connections_account` and `PaymentMethod.us_bank_account.status_details` to be required
923
+
924
+ ## 13.7.0 - 2023-09-21
925
+ * [#1907](https://github.com/stripe/stripe-node/pull/1907) Update generated code
926
+ * Add support for `terms_of_service_acceptance` on `Checkout.Session.custom_text`, `Checkout.SessionCreateParams.custom_text`, `PaymentLink.custom_text`, `PaymentLinkCreateParams.custom_text`, and `PaymentLinkUpdateParams.custom_text`
927
+
928
+ ## 13.6.0 - 2023-09-14
929
+ * [#1905](https://github.com/stripe/stripe-node/pull/1905) Update generated code
930
+ * Add support for new resource `PaymentMethodConfiguration`
931
+ * Add support for `create`, `list`, `retrieve`, and `update` methods on resource `PaymentMethodConfiguration`
932
+ * Add support for `payment_method_configuration` on `Checkout.SessionCreateParams`, `PaymentIntentCreateParams`, `PaymentIntentUpdateParams`, `SetupIntentCreateParams`, and `SetupIntentUpdateParams`
933
+ * Add support for `payment_method_configuration_details` on `Checkout.Session`, `PaymentIntent`, and `SetupIntent`
934
+ * [#1897](https://github.com/stripe/stripe-node/pull/1897) Update generated code
935
+ * Add support for `capture`, `create`, `expire`, `increment`, and `reverse` test helper methods on resource `Issuing.Authorization`
936
+ * Add support for `create_force_capture`, `create_unlinked_refund`, and `refund` test helper methods on resource `Issuing.Transaction`
937
+ * Add support for new value `stripe_tax_inactive` on enums `Invoice.last_finalization_error.code`, `PaymentIntent.last_payment_error.code`, `SetupAttempt.setup_error.code`, `SetupIntent.last_setup_error.code`, and `StripeError.code`
938
+ * Add support for `nonce` on `EphemeralKeyCreateParams`
939
+ * Add support for `cashback_amount` on `Issuing.Authorization.amount_details`, `Issuing.Authorization.pending_request.amount_details`, `Issuing.Authorization.request_history[].amount_details`, and `Issuing.Transaction.amount_details`
940
+ * Add support for `serial_number` on `Terminal.ReaderListParams`
941
+ * [#1895](https://github.com/stripe/stripe-node/pull/1895) feat: webhook signing Nestjs
942
+ * [#1878](https://github.com/stripe/stripe-node/pull/1878) Use src/apiVersion.ts, not API_VERSION as source of truth
943
+
944
+ ## 13.5.0 - 2023-09-07
945
+ * [#1893](https://github.com/stripe/stripe-node/pull/1893) Update generated code
946
+ * Add support for new resource `PaymentMethodDomain`
947
+ * Add support for `create`, `list`, `retrieve`, `update`, and `validate` methods on resource `PaymentMethodDomain`
948
+ * Add support for new value `n26` on enums `Charge.payment_method_details.ideal.bank`, `PaymentIntentConfirmParams.payment_method_data.ideal.bank`, `PaymentIntentCreateParams.payment_method_data.ideal.bank`, `PaymentIntentUpdateParams.payment_method_data.ideal.bank`, `PaymentMethod.ideal.bank`, `PaymentMethodCreateParams.ideal.bank`, `SetupAttempt.payment_method_details.ideal.bank`, `SetupIntentConfirmParams.payment_method_data.ideal.bank`, `SetupIntentCreateParams.payment_method_data.ideal.bank`, and `SetupIntentUpdateParams.payment_method_data.ideal.bank`
949
+ * Add support for new value `NTSBDEB1` on enums `Charge.payment_method_details.ideal.bic`, `PaymentMethod.ideal.bic`, and `SetupAttempt.payment_method_details.ideal.bic`
950
+ * Add support for new values `treasury.credit_reversal.created`, `treasury.credit_reversal.posted`, `treasury.debit_reversal.completed`, `treasury.debit_reversal.created`, `treasury.debit_reversal.initial_credit_granted`, `treasury.financial_account.closed`, `treasury.financial_account.created`, `treasury.financial_account.features_status_updated`, `treasury.inbound_transfer.canceled`, `treasury.inbound_transfer.created`, `treasury.inbound_transfer.failed`, `treasury.inbound_transfer.succeeded`, `treasury.outbound_payment.canceled`, `treasury.outbound_payment.created`, `treasury.outbound_payment.expected_arrival_date_updated`, `treasury.outbound_payment.failed`, `treasury.outbound_payment.posted`, `treasury.outbound_payment.returned`, `treasury.outbound_transfer.canceled`, `treasury.outbound_transfer.created`, `treasury.outbound_transfer.expected_arrival_date_updated`, `treasury.outbound_transfer.failed`, `treasury.outbound_transfer.posted`, `treasury.outbound_transfer.returned`, `treasury.received_credit.created`, `treasury.received_credit.failed`, `treasury.received_credit.succeeded`, and `treasury.received_debit.created` on enum `Event.type`
951
+ * Remove support for value `invoiceitem.updated` from enum `Event.type`
952
+ * Add support for `features` on `ProductCreateParams`, `ProductUpdateParams`, and `Product`
953
+ * Remove support for value `invoiceitem.updated` from enums `WebhookEndpointCreateParams.enabled_events[]` and `WebhookEndpointUpdateParams.enabled_events[]`
954
+
955
+ ## 13.4.0 - 2023-08-31
956
+ * [#1884](https://github.com/stripe/stripe-node/pull/1884) Update generated code
957
+ * Add support for new resource `AccountSession`
958
+ * Add support for `create` method on resource `AccountSession`
959
+ * Add support for new values `obligation_inbound`, `obligation_outbound`, `obligation_payout_failure`, `obligation_payout`, `obligation_reversal_inbound`, and `obligation_reversal_outbound` on enum `BalanceTransaction.type`
960
+ * Change type of `Event.type` from `string` to `enum`
961
+ * Add support for `application` on `PaymentLink`
962
+ * Add support for new value `obligation` on enum `Reporting.ReportRunCreateParams.parameters.reporting_category`
963
+
964
+ ## 13.3.0 - 2023-08-24
965
+ * [#1879](https://github.com/stripe/stripe-node/pull/1879) Update generated code
966
+ * Add support for `retention` on `BillingPortal.Session.flow.subscription_cancel` and `BillingPortal.SessionCreateParams.flow_data.subscription_cancel`
967
+ * Add support for `prefetch` on `Checkout.Session.payment_method_options.us_bank_account.financial_connections`, `Checkout.SessionCreateParams.payment_method_options.us_bank_account.financial_connections`, `FinancialConnections.SessionCreateParams`, `FinancialConnections.Session`, `Invoice.payment_settings.payment_method_options.us_bank_account.financial_connections`, `InvoiceCreateParams.payment_settings.payment_method_options.us_bank_account.financial_connections`, `InvoiceUpdateParams.payment_settings.payment_method_options.us_bank_account.financial_connections`, `PaymentIntent.payment_method_options.us_bank_account.financial_connections`, `PaymentIntentConfirmParams.payment_method_options.us_bank_account.financial_connections`, `PaymentIntentCreateParams.payment_method_options.us_bank_account.financial_connections`, `PaymentIntentUpdateParams.payment_method_options.us_bank_account.financial_connections`, `SetupIntent.payment_method_options.us_bank_account.financial_connections`, `SetupIntentConfirmParams.payment_method_options.us_bank_account.financial_connections`, `SetupIntentCreateParams.payment_method_options.us_bank_account.financial_connections`, `SetupIntentUpdateParams.payment_method_options.us_bank_account.financial_connections`, `Subscription.payment_settings.payment_method_options.us_bank_account.financial_connections`, `SubscriptionCreateParams.payment_settings.payment_method_options.us_bank_account.financial_connections`, and `SubscriptionUpdateParams.payment_settings.payment_method_options.us_bank_account.financial_connections`
968
+ * Add support for `payment_method_details` on `Dispute`
969
+ * Change type of `PaymentIntentCreateParams.mandate_data` and `SetupIntentCreateParams.mandate_data` from `secret_key_param` to `emptyStringable(secret_key_param)`
970
+ * Change type of `PaymentIntentConfirmParams.mandate_data` and `SetupIntentConfirmParams.mandate_data` from `secret_key_param | client_key_param` to `emptyStringable(secret_key_param | client_key_param)`
971
+ * Add support for `balance_transaction` on `CustomerCashBalanceTransaction.adjusted_for_overdraft`
972
+ * [#1882](https://github.com/stripe/stripe-node/pull/1882) Update v13.0.0 CHANGELOG.md
973
+ * [#1880](https://github.com/stripe/stripe-node/pull/1880) Improved `maxNetworkRetries` options JSDoc
974
+
975
+ ## 13.2.0 - 2023-08-17
976
+ * [#1876](https://github.com/stripe/stripe-node/pull/1876) Update generated code
977
+ * Add support for `flat_amount` on `Tax.TransactionCreateReversalParams`
978
+
979
+ ## 13.1.0 - 2023-08-17
980
+ * [#1875](https://github.com/stripe/stripe-node/pull/1875) Update Typescript types to support version `2023-08-16`.
981
+
982
+ ## 13.0.0 - 2023-08-16
983
+ * This release changes the pinned API version to `2023-08-16`. Please read the [API Upgrade Guide](https://stripe.com/docs/upgrades#2023-08-16) and carefully review the API changes before upgrading `stripe-node`.
984
+ * More information is available in the [stripe-node v13 migration guide](https://github.com/stripe/stripe-node/wiki/Migration-guide-for-v13)
985
+
986
+ "⚠️" symbol highlights breaking changes.
987
+
988
+ * ⚠️[#1803](https://github.com/stripe/stripe-node/pull/1803) Change the default behavior to perform 1 reattempt on retryable request failures (previously the default was 0).
989
+ * [#1808](https://github.com/stripe/stripe-node/pull/1808) Allow request-level options to disable retries.
990
+ * ⚠️Remove deprecated `del` method on `Subscriptions`. Please use the `cancel` method instead, which was introduced in [v9.14.0](https://github.com/stripe/stripe-node/blob/master/CHANGELOG.md#9140---2022-07-18):
991
+ * [#1872](https://github.com/stripe/stripe-node/pull/1872) Update generated code
992
+ * ⚠️Add support for new values `verification_directors_mismatch`, `verification_document_directors_mismatch`, `verification_extraneous_directors`, and `verification_missing_directors` on enums `Account.future_requirements.errors[].code`, `Account.requirements.errors[].code`, `BankAccount.future_requirements.errors[].code`, and `BankAccount.requirements.errors[].code`
993
+ * ⚠️Remove support for values `custom_account_update` and `custom_account_verification` from enum `AccountLinkCreateParams.type`
994
+ * These values are not fully operational. Please use `account_update` and `account_onboarding` instead (see [API reference](https://stripe.com/docs/api/account_links/create#create_account_link-type)).
995
+ * ⚠️Remove support for `available_on` on `BalanceTransactionListParams`
996
+ * Use of this parameter is discouraged. Suppress the Typescript error with `// @ts-ignore` or `any` if sending the parameter is still required.
997
+ * ⚠️Remove support for `alternate_statement_descriptors` and `dispute` on `Charge`
998
+ * Use of these fields is discouraged.
999
+ * ⚠️Remove support for `destination` on `Charge`
1000
+ * Please use `transfer_data` or `on_behalf_of` instead.
1001
+ * ⚠️Remove support for `shipping_rates` on `Checkout.SessionCreateParams`
1002
+ * Please use `shipping_options` instead.
1003
+ * ⚠️Remove support for `coupon` and `trial_from_plan` on `Checkout.SessionCreateParams.subscription_data`
1004
+ * Please [migrate to the Prices API](https://stripe.com/docs/billing/migration/migrating-prices), or suppress the Typescript error with `// @ts-ignore` or `any` if sending the parameter is still required.
1005
+ * ⚠️Remove support for value `card_present` from enums `CustomerListPaymentMethodsParams.type` and `PaymentMethodListParams.type`
1006
+ * This value was not fully operational.
1007
+ * ⚠️Remove support for value `charge_refunded` from enum `Dispute.status`
1008
+ * This value was not fully operational.
1009
+ * ⚠️Remove support for `blik` on `Mandate.payment_method_details`, `PaymentMethodUpdateParams`, `SetupAttempt.payment_method_details`, `SetupIntent.payment_method_options`, `SetupIntentConfirmParams.payment_method_options`, `SetupIntentCreateParams.payment_method_options`, and `SetupIntentUpdateParams.payment_method_options`
1010
+ * These fields were mistakenly released.
1011
+ * ⚠️Remove support for `acss_debit`, `affirm`, `au_becs_debit`, `bacs_debit`, `cashapp`, `sepa_debit`, and `zip` on `PaymentMethodUpdateParams`
1012
+ * These fields are empty.
1013
+ * ⚠️Remove support for `country` on `PaymentMethod.link`
1014
+ * This field was not fully operational.
1015
+ * ⚠️Remove support for `recurring` on `PriceUpdateParams`
1016
+ * This property should be set on create only.
1017
+ * ⚠️Remove support for `attributes`, `caption`, and `deactivate_on` on `ProductCreateParams`, `ProductUpdateParams`, and `Product`
1018
+ * These fields are not fully operational.
1019
+ * ⚠️Add support for new value `2023-08-16` on enum `WebhookEndpointCreateParams.api_version`
1020
+
1021
+ ## 12.18.0 - 2023-08-10
1022
+ * [#1867](https://github.com/stripe/stripe-node/pull/1867) Update generated code
1023
+ * Add support for new values `incorporated_partnership` and `unincorporated_partnership` on enums `Account.company.structure`, `AccountCreateParams.company.structure`, `AccountUpdateParams.company.structure`, and `TokenCreateParams.account.company.structure`
1024
+ * Add support for new value `payment_reversal` on enum `BalanceTransaction.type`
1025
+ * Change `Invoice.subscription_details.metadata` and `Invoice.subscription_details` to be required
1026
+
1027
+ ## 12.17.0 - 2023-08-03
1028
+ * [#1863](https://github.com/stripe/stripe-node/pull/1863) Update generated code
1029
+ * Change many types from `string` to `emptyStringable(string)`
1030
+ * Add support for `subscription_details` on `Invoice`
1031
+ * Add support for `preferred_settlement_speed` on `PaymentIntent.payment_method_options.us_bank_account`, `PaymentIntentConfirmParams.payment_method_options.us_bank_account`, `PaymentIntentCreateParams.payment_method_options.us_bank_account`, and `PaymentIntentUpdateParams.payment_method_options.us_bank_account`
1032
+ * Add support for new values `sepa_debit_fingerprint` and `us_bank_account_fingerprint` on enums `Radar.ValueList.item_type` and `Radar.ValueListCreateParams.item_type`
1033
+ * [#1866](https://github.com/stripe/stripe-node/pull/1866) Allow monkey patching http / https
1034
+
1035
+ ## 12.16.0 - 2023-07-27
1036
+ * [#1853](https://github.com/stripe/stripe-node/pull/1853) Update generated code
1037
+ * Add support for `monthly_estimated_revenue` on `Account.business_profile`, `AccountCreateParams.business_profile`, and `AccountUpdateParams.business_profile`
1038
+ * [#1859](https://github.com/stripe/stripe-node/pull/1859) Revert "import * as http -> import http from 'http'"
1039
+
1040
+ ## 12.15.0 - 2023-07-27 (DEPRECATED ⚠️ )
1041
+ * This version included a breaking change [#1859](https://github.com/stripe/stripe-node/pull/1859) that we should not have released. It has been deprecated on npmjs.org. Please do not use this version.
1042
+
1043
+ ## 12.14.0 - 2023-07-20
1044
+ * [#1842](https://github.com/stripe/stripe-node/pull/1842) Update generated code
1045
+ * Add support for new value `ro_tin` on enums `Checkout.Session.customer_details.tax_ids[].type`, `Invoice.customer_tax_ids[].type`, `Tax.Calculation.customer_details.tax_ids[].type`, and `Tax.Transaction.customer_details.tax_ids[].type`
1046
+ * Remove support for values `excluded_territory`, `jurisdiction_unsupported`, and `vat_exempt` from enums `Checkout.Session.shipping_cost.taxes[].taxability_reason`, `Checkout.Session.total_details.breakdown.taxes[].taxability_reason`, `CreditNote.shipping_cost.taxes[].taxability_reason`, `Invoice.shipping_cost.taxes[].taxability_reason`, `LineItem.taxes[].taxability_reason`, `Quote.computed.recurring.total_details.breakdown.taxes[].taxability_reason`, `Quote.computed.upfront.total_details.breakdown.taxes[].taxability_reason`, and `Quote.total_details.breakdown.taxes[].taxability_reason`
1047
+ * Add support for new value `ro_tin` on enums `CustomerCreateParams.tax_id_data[].type`, `InvoiceUpcomingLinesParams.customer_details.tax_ids[].type`, `InvoiceUpcomingParams.customer_details.tax_ids[].type`, and `Tax.CalculationCreateParams.customer_details.tax_ids[].type`
1048
+ * Add support for `use_stripe_sdk` on `SetupIntentConfirmParams` and `SetupIntentCreateParams`
1049
+ * Add support for new value `service_tax` on enums `TaxRate.tax_type`, `TaxRateCreateParams.tax_type`, and `TaxRateUpdateParams.tax_type`
1050
+ * [#1849](https://github.com/stripe/stripe-node/pull/1849) Changelog: fix delimiterless namespaced param types
1051
+ * [#1848](https://github.com/stripe/stripe-node/pull/1848) Changelog: `CheckoutSessionCreateParams` -> `Checkout.SessionCreateParams`
1052
+
1053
+ ## 12.13.0 - 2023-07-13
1054
+ * [#1838](https://github.com/stripe/stripe-node/pull/1838) Update generated code
1055
+ * Add support for new resource `Tax.Settings`
1056
+ * Add support for `retrieve` and `update` methods on resource `Settings`
1057
+ * Add support for new value `invalid_tax_location` on enums `Invoice.last_finalization_error.code`, `PaymentIntent.last_payment_error.code`, `SetupAttempt.setup_error.code`, `SetupIntent.last_setup_error.code`, and `StripeError.code`
1058
+ * Add support for `order_id` on `Charge.payment_method_details.afterpay_clearpay`
1059
+ * Add support for `allow_redirects` on `PaymentIntent.automatic_payment_methods`, `PaymentIntentCreateParams.automatic_payment_methods`, `SetupIntent.automatic_payment_methods`, and `SetupIntentCreateParams.automatic_payment_methods`
1060
+ * Add support for new values `amusement_tax` and `communications_tax` on enums `Tax.Calculation.shipping_cost.tax_breakdown[].tax_rate_details.tax_type`, `Tax.Calculation.tax_breakdown[].tax_rate_details.tax_type`, `Tax.CalculationLineItem.tax_breakdown[].tax_rate_details.tax_type`, and `Tax.Transaction.shipping_cost.tax_breakdown[].tax_rate_details.tax_type`
1061
+ * Add support for `product` on `Tax.TransactionLineItem`
1062
+ * Add support for new value `tax.settings.updated` on enums `WebhookEndpointCreateParams.enabled_events[]` and `WebhookEndpointUpdateParams.enabled_events[]`
1063
+
1064
+ ## 12.12.0 - 2023-07-06
1065
+ * [#1831](https://github.com/stripe/stripe-node/pull/1831) Update generated code
1066
+ * Add support for `numeric` and `text` on `PaymentLink.custom_fields[]`
1067
+ * Add support for `automatic_tax` on `SubscriptionListParams`
1068
+
1069
+ ## 12.11.0 - 2023-06-29
1070
+ * [#1823](https://github.com/stripe/stripe-node/pull/1823) Update generated code
1071
+ * Add support for new value `application_fees_not_allowed` on enums `Invoice.last_finalization_error.code`, `PaymentIntent.last_payment_error.code`, `SetupAttempt.setup_error.code`, `SetupIntent.last_setup_error.code`, and `StripeError.code`
1072
+ * Add support for new tax IDs `ad_nrt`, `ar_cuit`, `bo_tin`, `cn_tin`, `co_nit`, `cr_tin`, `do_rcn`, `ec_ruc`, `pe_ruc`, `rs_pib`, `sv_nit`, `uy_ruc`, `ve_rif`, and `vn_tin`
1073
+ * Add support for `effective_at` on `CreditNoteCreateParams`, `CreditNotePreviewLinesParams`, `CreditNotePreviewParams`, `CreditNote`, `InvoiceCreateParams`, `InvoiceUpdateParams`, and `Invoice`
1074
+ * [#1828](https://github.com/stripe/stripe-node/pull/1828) Better CryptoProvider error
1075
+
1076
+ ## 12.10.0 - 2023-06-22
1077
+ * [#1820](https://github.com/stripe/stripe-node/pull/1820) Update generated code
1078
+ * Add support for `on_behalf_of` on `Mandate`
1079
+ * [#1817](https://github.com/stripe/stripe-node/pull/1817) Update README.md
1080
+ * [#1819](https://github.com/stripe/stripe-node/pull/1819) Update generated code
1081
+ * Release specs are identical.
1082
+ * [#1813](https://github.com/stripe/stripe-node/pull/1813) Update generated code
1083
+ * Change type of `Checkout.Session.success_url` from `string` to `string | null`
1084
+ * Change type of `FileCreateParams.file` from `string` to `file`
1085
+ * [#1815](https://github.com/stripe/stripe-node/pull/1815) Generate FileCreateParams
1086
+
1087
+ ## 12.9.0 - 2023-06-08
1088
+ * [#1809](https://github.com/stripe/stripe-node/pull/1809) Update generated code
1089
+ * Change `Charge.payment_method_details.cashapp.buyer_id`, `Charge.payment_method_details.cashapp.cashtag`, `PaymentMethod.cashapp.buyer_id`, and `PaymentMethod.cashapp.cashtag` to be required
1090
+ * Add support for `taxability_reason` on `Tax.Calculation.tax_breakdown[]`
1091
+ * [#1812](https://github.com/stripe/stripe-node/pull/1812) More helpful error when signing secrets contain whitespace
1092
+
1093
+ ## 12.8.0 - 2023-06-01
1094
+ * [#1799](https://github.com/stripe/stripe-node/pull/1799) Update generated code
1095
+ * Add support for `numeric` and `text` on `Checkout.SessionCreateParams.custom_fields[]`, `PaymentLinkCreateParams.custom_fields[]`, and `PaymentLinkUpdateParams.custom_fields[]`
1096
+ * Add support for new values `aba` and `swift` on enums `Checkout.Session.payment_method_options.customer_balance.bank_transfer.requested_address_types[]`, `Checkout.SessionCreateParams.payment_method_options.customer_balance.bank_transfer.requested_address_types[]`, `PaymentIntent.payment_method_options.customer_balance.bank_transfer.requested_address_types[]`, `PaymentIntentConfirmParams.payment_method_options.customer_balance.bank_transfer.requested_address_types[]`, `PaymentIntentCreateParams.payment_method_options.customer_balance.bank_transfer.requested_address_types[]`, and `PaymentIntentUpdateParams.payment_method_options.customer_balance.bank_transfer.requested_address_types[]`
1097
+ * Add support for new value `us_bank_transfer` on enums `Checkout.Session.payment_method_options.customer_balance.bank_transfer.type`, `Checkout.SessionCreateParams.payment_method_options.customer_balance.bank_transfer.type`, `CustomerCreateFundingInstructionsParams.bank_transfer.type`, `PaymentIntent.next_action.display_bank_transfer_instructions.type`, `PaymentIntent.payment_method_options.customer_balance.bank_transfer.type`, `PaymentIntentConfirmParams.payment_method_options.customer_balance.bank_transfer.type`, `PaymentIntentCreateParams.payment_method_options.customer_balance.bank_transfer.type`, and `PaymentIntentUpdateParams.payment_method_options.customer_balance.bank_transfer.type`
1098
+ * Add support for `maximum_length` and `minimum_length` on `Checkout.Session.custom_fields[].numeric` and `Checkout.Session.custom_fields[].text`
1099
+ * Add support for `preferred_locales` on `Issuing.Cardholder`, `Issuing.CardholderCreateParams`, and `Issuing.CardholderUpdateParams`
1100
+ * Add support for `description`, `iin`, and `issuer` on `PaymentMethod.card_present` and `PaymentMethod.interac_present`
1101
+ * Add support for `payer_email` on `PaymentMethod.paypal`
1102
+
1103
+ ## 12.7.0 - 2023-05-25
1104
+ * [#1797](https://github.com/stripe/stripe-node/pull/1797) Update generated code
1105
+ * Add support for `zip_payments` on `Account.capabilities`, `AccountCreateParams.capabilities`, and `AccountUpdateParams.capabilities`
1106
+ * Change type of `Invoice.last_finalization_error.code`, `PaymentIntent.last_payment_error.code`, `SetupAttempt.setup_error.code`, `SetupIntent.last_setup_error.code`, and `StripeError.code` from `string` to `enum`
1107
+ * Add support for `zip` on `Charge.payment_method_details`, `PaymentIntent.payment_method_options`, `PaymentIntentConfirmParams.payment_method_data`, `PaymentIntentConfirmParams.payment_method_options`, `PaymentIntentCreateParams.payment_method_data`, `PaymentIntentCreateParams.payment_method_options`, `PaymentIntentUpdateParams.payment_method_data`, `PaymentIntentUpdateParams.payment_method_options`, `PaymentMethodCreateParams`, `PaymentMethodUpdateParams`, `PaymentMethod`, `SetupIntentConfirmParams.payment_method_data`, `SetupIntentCreateParams.payment_method_data`, and `SetupIntentUpdateParams.payment_method_data`
1108
+ * Add support for new value `zip` on enums `Checkout.SessionCreateParams.payment_method_types[]` and `PaymentMethodCreateParams.type`
1109
+ * Add support for new value `zip` on enums `CustomerListPaymentMethodsParams.type` and `PaymentMethodListParams.type`
1110
+ * Add support for new value `zip` on enums `PaymentIntentConfirmParams.payment_method_data.type`, `PaymentIntentCreateParams.payment_method_data.type`, `PaymentIntentUpdateParams.payment_method_data.type`, `SetupIntentConfirmParams.payment_method_data.type`, `SetupIntentCreateParams.payment_method_data.type`, and `SetupIntentUpdateParams.payment_method_data.type`
1111
+ * Add support for new value `zip` on enum `PaymentMethod.type`
1112
+
1113
+ ## 12.6.0 - 2023-05-19
1114
+ * [#1787](https://github.com/stripe/stripe-node/pull/1787) Update generated code
1115
+ * Add support for `subscription_update_confirm` and `subscription_update` on `BillingPortal.Session.flow` and `BillingPortal.SessionCreateParams.flow_data`
1116
+ * Add support for new values `subscription_update_confirm` and `subscription_update` on enums `BillingPortal.Session.flow.type` and `BillingPortal.SessionCreateParams.flow_data.type`
1117
+ * Add support for `link` on `Charge.payment_method_details.card.wallet` and `PaymentMethod.card.wallet`
1118
+ * Add support for `buyer_id` and `cashtag` on `Charge.payment_method_details.cashapp` and `PaymentMethod.cashapp`
1119
+ * Add support for new values `amusement_tax` and `communications_tax` on enums `TaxRate.tax_type`, `TaxRateCreateParams.tax_type`, and `TaxRateUpdateParams.tax_type`
1120
+
1121
+ ## 12.5.0 - 2023-05-11
1122
+ * [#1785](https://github.com/stripe/stripe-node/pull/1785) Update generated code
1123
+ * Add support for `paypal` on `Charge.payment_method_details`, `Checkout.SessionCreateParams.payment_method_options`, `Mandate.payment_method_details`, `PaymentIntent.payment_method_options`, `PaymentIntentConfirmParams.payment_method_data`, `PaymentIntentConfirmParams.payment_method_options`, `PaymentIntentCreateParams.payment_method_data`, `PaymentIntentCreateParams.payment_method_options`, `PaymentIntentUpdateParams.payment_method_data`, `PaymentIntentUpdateParams.payment_method_options`, `PaymentMethodCreateParams`, `PaymentMethod`, `SetupAttempt.payment_method_details`, `SetupIntent.payment_method_options`, `SetupIntentConfirmParams.payment_method_data`, `SetupIntentConfirmParams.payment_method_options`, `SetupIntentCreateParams.payment_method_data`, `SetupIntentCreateParams.payment_method_options`, `SetupIntentUpdateParams.payment_method_data`, and `SetupIntentUpdateParams.payment_method_options`
1124
+ * Add support for `network_token` on `Charge.payment_method_details.card`
1125
+ * Add support for new value `paypal` on enums `Checkout.SessionCreateParams.payment_method_types[]` and `PaymentMethodCreateParams.type`
1126
+ * Add support for `taxability_reason` and `taxable_amount` on `Checkout.Session.shipping_cost.taxes[]`, `Checkout.Session.total_details.breakdown.taxes[]`, `CreditNote.shipping_cost.taxes[]`, `CreditNote.tax_amounts[]`, `Invoice.shipping_cost.taxes[]`, `Invoice.total_tax_amounts[]`, `LineItem.taxes[]`, `Quote.computed.recurring.total_details.breakdown.taxes[]`, `Quote.computed.upfront.total_details.breakdown.taxes[]`, and `Quote.total_details.breakdown.taxes[]`
1127
+ * Add support for new value `paypal` on enums `CustomerListPaymentMethodsParams.type` and `PaymentMethodListParams.type`
1128
+ * Add support for new value `paypal` on enums `Invoice.payment_settings.payment_method_types[]`, `InvoiceCreateParams.payment_settings.payment_method_types[]`, `InvoiceUpdateParams.payment_settings.payment_method_types[]`, `Subscription.payment_settings.payment_method_types[]`, `SubscriptionCreateParams.payment_settings.payment_method_types[]`, and `SubscriptionUpdateParams.payment_settings.payment_method_types[]`
1129
+ * Add support for new value `paypal` on enums `PaymentIntentConfirmParams.payment_method_data.type`, `PaymentIntentCreateParams.payment_method_data.type`, `PaymentIntentUpdateParams.payment_method_data.type`, `SetupIntentConfirmParams.payment_method_data.type`, `SetupIntentCreateParams.payment_method_data.type`, and `SetupIntentUpdateParams.payment_method_data.type`
1130
+ * Add support for new value `eftpos_au` on enums `PaymentIntent.payment_method_options.card.network`, `PaymentIntentConfirmParams.payment_method_options.card.network`, `PaymentIntentCreateParams.payment_method_options.card.network`, `PaymentIntentUpdateParams.payment_method_options.card.network`, `SetupIntent.payment_method_options.card.network`, `SetupIntentConfirmParams.payment_method_options.card.network`, `SetupIntentCreateParams.payment_method_options.card.network`, `SetupIntentUpdateParams.payment_method_options.card.network`, `Subscription.payment_settings.payment_method_options.card.network`, `SubscriptionCreateParams.payment_settings.payment_method_options.card.network`, and `SubscriptionUpdateParams.payment_settings.payment_method_options.card.network`
1131
+ * Add support for new value `paypal` on enums `PaymentLink.payment_method_types[]`, `PaymentLinkCreateParams.payment_method_types[]`, and `PaymentLinkUpdateParams.payment_method_types[]`
1132
+ * Add support for `brand`, `cardholder_name`, `country`, `exp_month`, `exp_year`, `fingerprint`, `funding`, `last4`, `networks`, and `read_method` on `PaymentMethod.card_present` and `PaymentMethod.interac_present`
1133
+ * Add support for `preferred_locales` on `PaymentMethod.interac_present`
1134
+ * Add support for new value `paypal` on enum `PaymentMethod.type`
1135
+ * Add support for `effective_percentage` on `TaxRate`
1136
+ * Add support for `gb_bank_transfer` and `jp_bank_transfer` on `CustomerCashBalanceTransaction.Funded.BankTransfer`
1137
+
1138
+ ## 12.4.0 - 2023-05-04
1139
+ * [#1774](https://github.com/stripe/stripe-node/pull/1774) Update generated code
1140
+ * Add support for `link` on `Checkout.Session.payment_method_options` and `Checkout.SessionCreateParams.payment_method_options`
1141
+ * Add support for `brand`, `country`, `description`, `exp_month`, `exp_year`, `fingerprint`, `funding`, `iin`, `issuer`, `last4`, `network`, and `wallet` on `SetupAttempt.payment_method_details.card`
1142
+ * [#1782](https://github.com/stripe/stripe-node/pull/1782) Let user supply a timestamp when verifying webhooks
1143
+
1144
+ ## 12.3.0 - 2023-04-27
1145
+ * [#1770](https://github.com/stripe/stripe-node/pull/1770) Update generated code
1146
+ * Add support for `billing_cycle_anchor` and `proration_behavior` on `Checkout.SessionCreateParams.subscription_data`
1147
+ * Add support for `terminal_id` on `Issuing.Authorization.merchant_data` and `Issuing.Transaction.merchant_data`
1148
+ * Add support for `metadata` on `PaymentIntentCaptureParams`
1149
+ * Add support for `checks` on `SetupAttempt.payment_method_details.card`
1150
+ * Add support for `tax_breakdown` on `Tax.Calculation.shipping_cost` and `Tax.Transaction.shipping_cost`
1151
+
1152
+ ## 12.2.0 - 2023-04-20
1153
+ * [#1759](https://github.com/stripe/stripe-node/pull/1759) Update generated code
1154
+ * Change `Checkout.Session.currency_conversion` to be required
1155
+ * Change `Identity.VerificationReport.options` and `Identity.VerificationReport.type` to be optional
1156
+ * Change type of `Identity.VerificationSession.options` from `VerificationSessionOptions` to `VerificationSessionOptions | null`
1157
+ * Change type of `Identity.VerificationSession.type` from `enum('document'|'id_number')` to `enum('document'|'id_number') | null`
1158
+ * [#1762](https://github.com/stripe/stripe-node/pull/1762) Add Deno webhook signing example
1159
+ * [#1761](https://github.com/stripe/stripe-node/pull/1761) Add Deno usage instructions in README
1160
+
1161
+ ## 12.1.1 - 2023-04-13
1162
+ No product changes.
1163
+
1164
+ ## 12.1.0 - 2023-04-13
1165
+ * [#1754](https://github.com/stripe/stripe-node/pull/1754) Update generated code
1166
+ * Add support for new value `REVOIE23` on enums `Charge.payment_method_details.ideal.bic`, `PaymentMethod.ideal.bic`, and `SetupAttempt.payment_method_details.ideal.bic`
1167
+ * [#1749](https://github.com/stripe/stripe-node/pull/1749) Type extend and ResourceNamespace better
1168
+
1169
+ ## 12.0.0 - 2023-04-06
1170
+ * [#1743](https://github.com/stripe/stripe-node/pull/1743) Remove `Stripe.default` and `Stripe.Stripe`
1171
+ This was added to maintain backwards compatibility during the transition of stripe-node to a dual ES module / CommonJS package, and should not be functionally necessary.
1172
+ * [#1742](https://github.com/stripe/stripe-node/pull/1743) Pin latest API version as the default
1173
+ **⚠️ ACTION REQUIRED: the breaking change in this release likely affects you ⚠️**
1174
+
1175
+ In this release, Stripe API Version `2022-11-15` (the latest at time of release) will be sent by default on all requests.
1176
+ The previous default was to use your [Stripe account's default API version](https://stripe.com/docs/development/dashboard/request-logs#view-your-default-api-version).
1177
+
1178
+ To successfully upgrade to stripe-node v12, you must either
1179
+
1180
+ 1. **(Recommended) Upgrade your integration to be compatible with API Version `2022-11-15`.**
1181
+
1182
+ Please read the API Changelog carefully for each API Version from `2022-11-15` back to your [Stripe account's default API version](https://stripe.com/docs/development/dashboard/request-logs#view-your-default-api-version). Determine if you are using any of the APIs that have changed in a breaking way, and adjust your integration accordingly. Carefully test your changes with Stripe [Test Mode](https://stripe.com/docs/keys#test-live-modes) before deploying them to production.
1183
+
1184
+ You can read the [v12 migration guide](https://github.com/stripe/stripe-node/wiki/Migration-guide-for-v12) for more detailed instructions.
1185
+ 2. **(Alternative option) Specify a version other than `2022-11-15` when initializing `stripe-node`.**
1186
+
1187
+ If you were previously initializing stripe-node without an explicit API Version, you can postpone modifying your integration by specifying a version equal to your [Stripe account's default API version](https://stripe.com/docs/development/dashboard/request-logs#view-your-default-api-version). For example:
1188
+
1189
+ ```diff
1190
+ - const stripe = require('stripe')('sk_test_...');
1191
+ + const stripe = require('stripe')('sk_test_...', {
1192
+ + apiVersion: 'YYYY-MM-DD' // Determine your default version from https://dashboard.stripe.com/developers
1193
+ + })
1194
+ ```
1195
+
1196
+ If you were already initializing stripe-node with an explicit API Version, upgrading to v12 will not affect your integration.
1197
+
1198
+ Read the [v12 migration guide](https://github.com/stripe/stripe-node/wiki/Migration-guide-for-v12) for more details.
1199
+
1200
+ Going forward, each major release of this library will be *pinned* by default to the latest Stripe API Version at the time of release.
1201
+ That is, instead of upgrading stripe-node and separately upgrading your Stripe API Version through the Stripe Dashboard. whenever you upgrade major versions of stripe-node, you should also upgrade your integration to be compatible with the latest Stripe API version.
1202
+
1203
+ ## 11.18.0 - 2023-04-06
1204
+ * [#1738](https://github.com/stripe/stripe-node/pull/1738) Update generated code
1205
+ * Add support for new value `link` on enums `Charge.payment_method_details.card.wallet.type` and `PaymentMethod.card.wallet.type`
1206
+ * Change `Issuing.CardholderCreateParams.type` to be optional
1207
+ * Add support for `country` on `PaymentMethod.link`
1208
+ * Add support for `status_details` on `PaymentMethod.us_bank_account`
1209
+ * [#1747](https://github.com/stripe/stripe-node/pull/1747) (Typescript) remove deprecated properties
1210
+
1211
+ ## 11.17.0 - 2023-03-30
1212
+ * [#1734](https://github.com/stripe/stripe-node/pull/1734) Update generated code
1213
+ * Remove support for `create` method on resource `Tax.Transaction`
1214
+ * This is not a breaking change, as this method was deprecated before the Tax Transactions API was released in favor of the `createFromCalculation` method.
1215
+ * Add support for `export_license_id` and `export_purpose_code` on `Account.company`, `AccountCreateParams.company`, `AccountUpdateParams.company`, and `TokenCreateParams.account.company`
1216
+ * Remove support for value `deleted` from enum `Invoice.status`
1217
+ * This is not a breaking change, as `deleted` was never returned or accepted as input.
1218
+ * Add support for `amount_tip` on `Terminal.ReaderPresentPaymentMethodParams.testHelpers`
1219
+
1220
+ ## 11.16.0 - 2023-03-23
1221
+ * [#1730](https://github.com/stripe/stripe-node/pull/1730) Update generated code
1222
+ * Add support for new resources `Tax.CalculationLineItem`, `Tax.Calculation`, `Tax.TransactionLineItem`, and `Tax.Transaction`
1223
+ * Add support for `create` and `list_line_items` methods on resource `Calculation`
1224
+ * Add support for `create_from_calculation`, `create_reversal`, `create`, `list_line_items`, and `retrieve` methods on resource `Transaction`
1225
+ * Add support for new value `link` on enum `Checkout.SessionCreateParams.payment_method_types[]`
1226
+ * Add support for `currency_conversion` on `Checkout.Session`
1227
+ * Add support for new value `link` on enums `PaymentLink.payment_method_types[]`, `PaymentLinkCreateParams.payment_method_types[]`, and `PaymentLinkUpdateParams.payment_method_types[]`
1228
+ * Add support for `automatic_payment_methods` on `SetupIntentCreateParams` and `SetupIntent`
1229
+ * [#1726](https://github.com/stripe/stripe-node/pull/1726) Add Deno entry point
1230
+
1231
+ ## 11.15.0 - 2023-03-16
1232
+ * [#1714](https://github.com/stripe/stripe-node/pull/1714) API Updates
1233
+ * Add support for `cashapp_payments` on `Account.capabilities`, `AccountCreateParams.capabilities`, and `AccountUpdateParams.capabilities`
1234
+ * Add support for new value `cashapp` as a new `type` throughout the API.
1235
+ * Add support for `future_requirements` and `requirements` on `BankAccount`
1236
+ * Add support for `country` on `Charge.payment_method_details.link`
1237
+ * Add support for new value `automatic_async` on enums `Checkout.SessionCreateParams.payment_intent_data.capture_method`, `PaymentIntent.capture_method`, `PaymentIntentConfirmParams.capture_method`, `PaymentIntentCreateParams.capture_method`, `PaymentIntentUpdateParams.capture_method`, `PaymentLink.payment_intent_data.capture_method`, and `PaymentLinkCreateParams.payment_intent_data.capture_method`
1238
+
1239
+ * Add support for `preferred_locale` on `PaymentIntent.payment_method_options.affirm`,
1240
+ * Add support for `cashapp_handle_redirect_or_display_qr_code` on `PaymentIntent.next_action` and `SetupIntent.next_action`
1241
+ * Add support for new value `payout.reconciliation_completed` on enums `WebhookEndpointCreateParams.enabled_events[]` and `WebhookEndpointUpdateParams.enabled_events[]`
1242
+ * [#1709](https://github.com/stripe/stripe-node/pull/1709) Add ES module package entry point
1243
+ * Add support for ES modules by defining a separate ESM entry point. This updates stripe-node to be a [dual CommonJS / ES module package](https://nodejs.org/api/packages.html#dual-commonjses-module-packages).
1244
+ * [#1704](https://github.com/stripe/stripe-node/pull/1704) Configure 2 TypeScript compile targets for ESM and CJS
1245
+ * [#1710](https://github.com/stripe/stripe-node/pull/1710) Update generated code (new)
1246
+ * Add support for `cashapp_payments` on `Account.capabilities`, `AccountCreateParams.capabilities`, and `AccountUpdateParams.capabilities`
1247
+ * Add support for `cashapp` on `Charge.payment_method_details`, `Checkout.Session.payment_method_options`, `Checkout.SessionCreateParams.payment_method_options`, `Mandate.payment_method_details`, `PaymentIntent.payment_method_options`, `PaymentIntentConfirmParams.payment_method_data`, `PaymentIntentConfirmParams.payment_method_options`, `PaymentIntentCreateParams.payment_method_data`, `PaymentIntentCreateParams.payment_method_options`, `PaymentIntentUpdateParams.payment_method_data`, `PaymentIntentUpdateParams.payment_method_options`, `PaymentMethodCreateParams`, `PaymentMethodUpdateParams`, `PaymentMethod`, `SetupAttempt.payment_method_details`, `SetupIntentConfirmParams.payment_method_data`, `SetupIntentCreateParams.payment_method_data`, and `SetupIntentUpdateParams.payment_method_data`
1248
+ * Add support for new value `cashapp` on enum `Checkout.SessionCreateParams.payment_method_types[]`
1249
+ * Add support for new value `cashapp` on enums `CustomerListPaymentMethodsParams.type` and `PaymentMethodListParams.type`
1250
+ * Add support for new value `cashapp` on enums `Invoice.payment_settings.payment_method_types[]`, `InvoiceCreateParams.payment_settings.payment_method_types[]`, `InvoiceUpdateParams.payment_settings.payment_method_types[]`, `Subscription.payment_settings.payment_method_types[]`, `SubscriptionCreateParams.payment_settings.payment_method_types[]`, and `SubscriptionUpdateParams.payment_settings.payment_method_types[]`
1251
+ * Add support for new value `cashapp` on enums `PaymentIntentConfirmParams.payment_method_data.type`, `PaymentIntentCreateParams.payment_method_data.type`, `PaymentIntentUpdateParams.payment_method_data.type`, `SetupIntentConfirmParams.payment_method_data.type`, `SetupIntentCreateParams.payment_method_data.type`, and `SetupIntentUpdateParams.payment_method_data.type`
1252
+ * Add support for `preferred_locale` on `PaymentIntent.payment_method_options.affirm`, `PaymentIntentConfirmParams.payment_method_options.affirm`, `PaymentIntentCreateParams.payment_method_options.affirm`, and `PaymentIntentUpdateParams.payment_method_options.affirm`
1253
+ * Add support for `cashapp_handle_redirect_or_display_qr_code` on `PaymentIntent.next_action` and `SetupIntent.next_action`
1254
+ * Add support for new value `cashapp` on enums `PaymentLink.payment_method_types[]`, `PaymentLinkCreateParams.payment_method_types[]`, and `PaymentLinkUpdateParams.payment_method_types[]`
1255
+ * Add support for new value `cashapp` on enum `PaymentMethodCreateParams.type`
1256
+ * Add support for new value `cashapp` on enum `PaymentMethod.type`
1257
+ * Add support for new value `payout.reconciliation_completed` on enums `WebhookEndpointCreateParams.enabled_events[]` and `WebhookEndpointUpdateParams.enabled_events[]`
1258
+
1259
+ ## 11.14.0 - 2023-03-09
1260
+ * [#1703](https://github.com/stripe/stripe-node/pull/1703) API Updates
1261
+ * Add support for `card_issuing` on `Issuing.CardholderCreateParams.individual` and `Issuing.CardholderUpdateParams.individual`
1262
+ * Add support for new value `requirements.past_due` on enum `Issuing.Cardholder.requirements.disabled_reason`
1263
+ * Add support for new values `individual.card_issuing.user_terms_acceptance.date` and `individual.card_issuing.user_terms_acceptance.ip` on enum `Issuing.Cardholder.requirements.past_due[]`
1264
+ * Add support for `cancellation_details` on `SubscriptionCancelParams`, `SubscriptionUpdateParams`, and `Subscription`
1265
+ * [#1701](https://github.com/stripe/stripe-node/pull/1701) Change httpProxy to httpAgent in README example
1266
+ * [#1695](https://github.com/stripe/stripe-node/pull/1695) Migrate generated files to ES module syntax
1267
+ * [#1699](https://github.com/stripe/stripe-node/pull/1699) Remove extra test directory
1268
+
1269
+ ## 11.13.0 - 2023-03-02
1270
+ * [#1696](https://github.com/stripe/stripe-node/pull/1696) API Updates
1271
+ * Add support for new values `electric_vehicle_charging`, `emergency_services_gcas_visa_use_only`, `government_licensed_horse_dog_racing_us_region_only`, `government_licensed_online_casions_online_gambling_us_region_only`, `government_owned_lotteries_non_us_region`, `government_owned_lotteries_us_region_only`, and `marketplaces` on spending control categories.
1272
+ * Add support for `reconciliation_status` on `Payout`
1273
+ * Add support for new value `lease_tax` on enums `TaxRate.tax_type`, `TaxRateCreateParams.tax_type`, and `TaxRateUpdateParams.tax_type`
1274
+
1275
+ * [#1689](https://github.com/stripe/stripe-node/pull/1689) Update v11.8.0 changelog with breaking change disclaimer
1276
+
1277
+ ## 11.12.0 - 2023-02-23
1278
+ * [#1688](https://github.com/stripe/stripe-node/pull/1688) API Updates
1279
+ * Add support for new value `yoursafe` on enums `Charge.payment_method_details.ideal.bank`, `PaymentIntentConfirmParams.payment_method_data.ideal.bank`, `PaymentIntentCreateParams.payment_method_data.ideal.bank`, `PaymentIntentUpdateParams.payment_method_data.ideal.bank`, `PaymentMethod.ideal.bank`, `PaymentMethodCreateParams.ideal.bank`, `SetupAttempt.payment_method_details.ideal.bank`, `SetupIntentConfirmParams.payment_method_data.ideal.bank`, `SetupIntentCreateParams.payment_method_data.ideal.bank`, and `SetupIntentUpdateParams.payment_method_data.ideal.bank`
1280
+ * Add support for new value `BITSNL2A` on enums `Charge.payment_method_details.ideal.bic`, `PaymentMethod.ideal.bic`, and `SetupAttempt.payment_method_details.ideal.bic`
1281
+ * Add support for new value `igst` on enums `TaxRate.tax_type`, `TaxRateCreateParams.tax_type`, and `TaxRateUpdateParams.tax_type`
1282
+ * [#1687](https://github.com/stripe/stripe-node/pull/1687) Convert TypeScript files to use ES modules
1283
+
1284
+ ## 11.11.0 - 2023-02-16
1285
+ * [#1681](https://github.com/stripe/stripe-node/pull/1681) API Updates
1286
+ * Add support for `refund_payment` method on resource `Terminal.Reader`
1287
+ * Add support for new value `name` on enums `BillingPortal.Configuration.features.customer_update.allowed_updates[]`, `BillingPortal.ConfigurationCreateParams.features.customer_update.allowed_updates[]`, and `BillingPortal.ConfigurationUpdateParams.features.customer_update.allowed_updates[]`
1288
+ * Add support for `custom_fields` on `Checkout.Session`, `Checkout.SessionCreateParams`, `PaymentLinkCreateParams`, `PaymentLinkUpdateParams`, and `PaymentLink`
1289
+ * Change `Subscription.trial_settings.end_behavior` and `Subscription.trial_settings` to be required
1290
+ * Add support for `interac_present` on `Terminal.ReaderPresentPaymentMethodParams.testHelpers`
1291
+ * Change type of `Terminal.ReaderPresentPaymentMethodParams.testHelpers.type` from `literal('card_present')` to `enum('card_present'|'interac_present')`
1292
+ * Add support for `refund_payment` on `Terminal.Reader.action`
1293
+ * Add support for new value `refund_payment` on enum `Terminal.Reader.action.type`
1294
+ * [#1683](https://github.com/stripe/stripe-node/pull/1683) Add NextJS webhook sample
1295
+ * [#1685](https://github.com/stripe/stripe-node/pull/1685) Add more webhook parsing checks
1296
+ * [#1684](https://github.com/stripe/stripe-node/pull/1684) Add infrastructure for mocked tests
1297
+
1298
+ ## 11.10.0 - 2023-02-09
1299
+ * [#1679](https://github.com/stripe/stripe-node/pull/1679) Enable library to work in worker environments without extra configuration.
1300
+
1301
+ ## 11.9.1 - 2023-02-03
1302
+ * [#1672](https://github.com/stripe/stripe-node/pull/1672) Update main entrypoint on package.json
1303
+
1304
+ ## 11.9.0 - 2023-02-02
1305
+ * [#1669](https://github.com/stripe/stripe-node/pull/1669) API Updates
1306
+ * Add support for `resume` method on resource `Subscription`
1307
+ * Add support for `payment_link` on `Checkout.SessionListParams`
1308
+ * Add support for `trial_settings` on `Checkout.SessionCreateParams.subscription_data`, `SubscriptionCreateParams`, `SubscriptionUpdateParams`, and `Subscription`
1309
+ * Add support for `shipping_cost` on `CreditNoteCreateParams`, `CreditNotePreviewLinesParams`, `CreditNotePreviewParams`, `CreditNote`, `InvoiceCreateParams`, `InvoiceUpdateParams`, and `Invoice`
1310
+ * Add support for `amount_shipping` on `CreditNote` and `Invoice`
1311
+ * Add support for `shipping_details` on `InvoiceCreateParams`, `InvoiceUpdateParams`, and `Invoice`
1312
+ * Add support for `subscription_resume_at` on `InvoiceUpcomingLinesParams` and `InvoiceUpcomingParams`
1313
+ * Change `Issuing.CardholderCreateParams.individual.first_name`, `Issuing.CardholderCreateParams.individual.last_name`, `Issuing.CardholderUpdateParams.individual.first_name`, and `Issuing.CardholderUpdateParams.individual.last_name` to be optional
1314
+ * Change type of `Issuing.Cardholder.individual.first_name` and `Issuing.Cardholder.individual.last_name` from `string` to `string | null`
1315
+ * Add support for `invoice_creation` on `PaymentLinkCreateParams`, `PaymentLinkUpdateParams`, and `PaymentLink`
1316
+ * Add support for new value `America/Ciudad_Juarez` on enum `Reporting.ReportRunCreateParams.parameters.timezone`
1317
+ * Add support for new value `paused` on enum `SubscriptionListParams.status`
1318
+ * Add support for new value `paused` on enum `Subscription.status`
1319
+ * Add support for new values `customer.subscription.paused` and `customer.subscription.resumed` on enums `WebhookEndpointCreateParams.enabled_events[]` and `WebhookEndpointUpdateParams.enabled_events[]`
1320
+ * Add support for new value `funding_reversed` on enum `CustomerCashBalanceTransaction.type`
1321
+
1322
+ * [#1670](https://github.com/stripe/stripe-node/pull/1670) Change default entrypoint to stripe.node
1323
+ * [#1668](https://github.com/stripe/stripe-node/pull/1668) Use EventTarget in worker / browser runtimes
1324
+ * [#1667](https://github.com/stripe/stripe-node/pull/1667) fix: added support for TypeScript "NodeNext" module resolution
1325
+
1326
+ ## 11.8.0 - 2023-01-26
1327
+ * [#1665](https://github.com/stripe/stripe-node/pull/1665) API Updates
1328
+ * Add support for new value `BE` on enums `Checkout.Session.payment_method_options.customer_balance.bank_transfer.eu_bank_transfer.country`, `Invoice.payment_settings.payment_method_options.customer_balance.bank_transfer.eu_bank_transfer.country`, `PaymentIntent.payment_method_options.customer_balance.bank_transfer.eu_bank_transfer.country`, and `Subscription.payment_settings.payment_method_options.customer_balance.bank_transfer.eu_bank_transfer.country`
1329
+ * Add support for new values `cs-CZ`, `el-GR`, `en-CZ`, and `en-GR` on enums `PaymentIntentConfirmParams.payment_method_options.klarna.preferred_locale`, `PaymentIntentCreateParams.payment_method_options.klarna.preferred_locale`, and `PaymentIntentUpdateParams.payment_method_options.klarna.preferred_locale`
1330
+ * [#1660](https://github.com/stripe/stripe-node/pull/1660) Introduce separate entry point for worker environments
1331
+ * This is technically a breaking change that explicitly defines package entry points and was mistakenly released in a minor version. If your application previously imported other internal files from stripe-node and this change breaks it, please open an issue detailing your use case.
1332
+
1333
+ ## 11.7.0 - 2023-01-19
1334
+ * [#1661](https://github.com/stripe/stripe-node/pull/1661) API Updates
1335
+ * Add support for `verification_session` on `EphemeralKeyCreateParams`
1336
+ * Add support for new values `refund.created` and `refund.updated` on enums `WebhookEndpointCreateParams.enabled_events[]` and `WebhookEndpointUpdateParams.enabled_events[]`
1337
+ * [#1647](https://github.com/stripe/stripe-node/pull/1647) Bump json5 from 2.2.1 to 2.2.3
1338
+
1339
+ ## 11.6.0 - 2023-01-05
1340
+ * [#1646](https://github.com/stripe/stripe-node/pull/1646) API Updates
1341
+ * Add support for `card_issuing` on `Issuing.Cardholder.individual`
1342
+
1343
+ ## 11.5.0 - 2022-12-22
1344
+ * [#1642](https://github.com/stripe/stripe-node/pull/1642) API Updates
1345
+ * Add support for new value `merchant_default` on enums `CashBalanceUpdateParams.settings.reconciliation_mode`, `CustomerCreateParams.cash_balance.settings.reconciliation_mode`, and `CustomerUpdateParams.cash_balance.settings.reconciliation_mode`
1346
+ * Add support for `using_merchant_default` on `CashBalance.settings`
1347
+ * Change `Checkout.SessionCreateParams.cancel_url` to be optional
1348
+ * Change type of `Checkout.Session.cancel_url` from `string` to `string | null`
1349
+
1350
+ ## 11.4.0 - 2022-12-15
1351
+ * [#1639](https://github.com/stripe/stripe-node/pull/1639) API Updates
1352
+ * Add support for new value `invoice_overpaid` on enum `CustomerBalanceTransaction.type`
1353
+ * [#1637](https://github.com/stripe/stripe-node/pull/1637) Update packages in examples/webhook-signing
1354
+
1355
+ ## 11.3.0 - 2022-12-08
1356
+ * [#1634](https://github.com/stripe/stripe-node/pull/1634) API Updates
1357
+ * Change `CustomerListPaymentMethodsParams.type` and `PaymentMethodListParams.type` to be optional
1358
+
1359
+ ## 11.2.0 - 2022-12-06
1360
+ * [#1632](https://github.com/stripe/stripe-node/pull/1632) API Updates
1361
+ * Add support for `flow_data` on `BillingPortal.SessionCreateParams`
1362
+ * Add support for `flow` on `BillingPortal.Session`
1363
+ * [#1631](https://github.com/stripe/stripe-node/pull/1631) API Updates
1364
+ * Add support for `india_international_payments` on `Account.capabilities`, `AccountCreateParams.capabilities`, and `AccountUpdateParams.capabilities`
1365
+ * Add support for `invoice_creation` on `Checkout.Session` and `Checkout.SessionCreateParams`
1366
+ * Add support for `invoice` on `Checkout.Session`
1367
+ * Add support for `metadata` on `SubscriptionSchedule.phases[].items[]`, `SubscriptionScheduleCreateParams.phases[].items[]`, and `SubscriptionScheduleUpdateParams.phases[].items[]`
1368
+ * [#1630](https://github.com/stripe/stripe-node/pull/1630) Remove BASIC_METHODS from TS definitions
1369
+ * [#1629](https://github.com/stripe/stripe-node/pull/1629) Narrower type for stripe.invoices.retrieveUpcoming()
1370
+ * [#1627](https://github.com/stripe/stripe-node/pull/1627) remove unneeded IIFE
1371
+ * [#1625](https://github.com/stripe/stripe-node/pull/1625) Remove API version from the path
1372
+ * [#1626](https://github.com/stripe/stripe-node/pull/1626) Move child resource method params next to method declarations
1373
+ * [#1624](https://github.com/stripe/stripe-node/pull/1624) Split resource and service types
1374
+
1375
+ ## 11.1.0 - 2022-11-17
1376
+ * [#1623](https://github.com/stripe/stripe-node/pull/1623) API Updates
1377
+ * Add support for `hosted_instructions_url` on `PaymentIntent.next_action.wechat_pay_display_qr_code`
1378
+ * [#1622](https://github.com/stripe/stripe-node/pull/1622) API Updates
1379
+ * Add support for `custom_text` on `Checkout.Session`, `Checkout.SessionCreateParams`, `PaymentLinkCreateParams`, `PaymentLinkUpdateParams`, and `PaymentLink`
1380
+ * Add support for `hosted_instructions_url` on `PaymentIntent.next_action.paynow_display_qr_code`
1381
+
1382
+
1383
+ ## 11.0.0 - 2022-11-16
1384
+
1385
+ This release includes breaking changes resulting from moving to use the new API version "2022-11-15". To learn more about these changes to Stripe products, see https://stripe.com/docs/upgrades#2022-11-15
1386
+
1387
+ "⚠️" symbol highlights breaking changes.
1388
+
1389
+ * [#1608](https://github.com/stripe/stripe-node/pull/1608) Next major release changes
1390
+ * [#1619](https://github.com/stripe/stripe-node/pull/1619) Annotate prototypes with types
1391
+ * [#1612](https://github.com/stripe/stripe-node/pull/1612) Add type information here and there
1392
+ * [#1615](https://github.com/stripe/stripe-node/pull/1615) API Updates
1393
+ * ⚠️ Remove support for `tos_shown_and_accepted` on `Checkout.SessionCreateParams.payment_method_options.paynow`. The property was mistakenly released and never worked.
1394
+
1395
+ ### ⚠️ Changed
1396
+ * Drop support for Node.js 8 and 10. We now support Node.js 12+. ((#1579)
1397
+ * Change `StripeSignatureVerificationError` to have `header` and `payload` fields instead of `detail`. To access these properties, use `err.header` and `err.payload` instead of `err.detail.header` and `err.detail.payload`. (#1574)
1398
+
1399
+ ### ⚠️ Removed
1400
+ * Remove `Orders` resource. (#1580)
1401
+ * Remove `SKU` resource (#1583)
1402
+ * Remove deprecated `Checkout.SessionCreateParams.subscription_data.items`. (#1580)
1403
+ * Remove deprecated configuration setter methods (`setHost`, `setProtocol`, `setPort`, `setApiVersion`, `setApiKey`, `setTimeout`, `setAppInfo`, `setHttpAgent`, `setMaxNetworkRetries`, and `setTelemetryEnabled`). (#1597)
1404
+
1405
+ Use the config object to set these options instead, for example:
1406
+ ```typescript
1407
+ const stripe = Stripe('sk_test_...', {
1408
+ apiVersion: '2019-08-08',
1409
+ maxNetworkRetries: 1,
1410
+ httpAgent: new ProxyAgent(process.env.http_proxy),
1411
+ timeout: 1000,
1412
+ host: 'api.example.com',
1413
+ port: 123,
1414
+ telemetry: true,
1415
+ });
1416
+ ```
1417
+ * Remove deprecated basic method definitions. (#1600)
1418
+ Use basic methods defined on the resource instead.
1419
+ ```typescript
1420
+ // Before
1421
+ basicMethods: true
1422
+
1423
+ // After
1424
+ create: stripeMethod({
1425
+ method: 'POST',
1426
+ fullPath: '/v1/resource',
1427
+ }),
1428
+ list: stripeMethod({
1429
+ method: 'GET',
1430
+ methodType: 'list',
1431
+ fullPath: '/v1/resource',
1432
+ }),
1433
+ retrieve: stripeMethod({
1434
+ method: 'GET',
1435
+ fullPath: '/v1/resource/{id}',
1436
+ }),
1437
+ update: stripeMethod({
1438
+ method: 'POST',
1439
+ fullPath: '/v1/resource/{id}',
1440
+ }),
1441
+ // Avoid 'delete' keyword in JS
1442
+ del: stripeMethod({
1443
+ method: 'DELETE',
1444
+ fullPath: '/v1/resource/{id}',
1445
+ }),
1446
+ ```
1447
+ * Remove deprecated option names. Use the following option names instead (`OLD`->`NEW`): `api_key`->`apiKey`, `idempotency_key`->`idempotencyKey`, `stripe_account`->`stripeAccount`, `stripe_version`->`apiVersion`, `stripeVersion`->`apiVersion`. (#1600)
1448
+ * Remove `charges` field on `PaymentIntent` and replace it with `latest_charge`. (#1614 )
1449
+ * Remove deprecated `amount` field on `Checkout.Session.LineItem`. (#1614 )
1450
+ * Remove support for `tos_shown_and_accepted` on `Checkout.Session.PaymentMethodOptions.Paynow`. (#1614 )
1451
+
1452
+ ## 10.17.0 - 2022-11-08
1453
+ * [#1610](https://github.com/stripe/stripe-node/pull/1610) API Updates
1454
+ * Add support for new values `eg_tin`, `ph_tin`, and `tr_tin` on enums `Checkout.Session.customer_details.tax_ids[].type`, `Invoice.customer_tax_ids[].type`, `Order.tax_details.tax_ids[].type`, and `TaxId.type`
1455
+ * Add support for new values `eg_tin`, `ph_tin`, and `tr_tin` on enums `CustomerCreateParams.tax_id_data[].type`, `InvoiceUpcomingLinesParams.customer_details.tax_ids[].type`, `InvoiceUpcomingParams.customer_details.tax_ids[].type`, `OrderCreateParams.tax_details.tax_ids[].type`, `OrderUpdateParams.tax_details.tax_ids[].type`, and `TaxIdCreateParams.type`
1456
+ * Add support for `reason_message` on `Issuing.Authorization.request_history[]`
1457
+ * Add support for new value `webhook_error` on enum `Issuing.Authorization.request_history[].reason`
1458
+
1459
+ ## 10.16.0 - 2022-11-03
1460
+ * [#1596](https://github.com/stripe/stripe-node/pull/1596) API Updates
1461
+ * Add support for `on_behalf_of` on `Checkout.SessionCreateParams.subscription_data`, `SubscriptionCreateParams`, `SubscriptionSchedule.default_settings`, `SubscriptionSchedule.phases[]`, `SubscriptionScheduleCreateParams.default_settings`, `SubscriptionScheduleCreateParams.phases[]`, `SubscriptionScheduleUpdateParams.default_settings`, `SubscriptionScheduleUpdateParams.phases[]`, `SubscriptionUpdateParams`, and `Subscription`
1462
+ * Add support for `tax_behavior` and `tax_code` on `InvoiceItemCreateParams`, `InvoiceItemUpdateParams`, `InvoiceUpcomingLinesParams.invoice_items[]`, and `InvoiceUpcomingParams.invoice_items[]`
1463
+
1464
+ ## 10.15.0 - 2022-10-20
1465
+ * [#1588](https://github.com/stripe/stripe-node/pull/1588) API Updates
1466
+ * Add support for new values `jp_trn` and `ke_pin` on enums `Checkout.Session.customer_details.tax_ids[].type`, `Invoice.customer_tax_ids[].type`, `Order.tax_details.tax_ids[].type`, and `TaxId.type`
1467
+ * Add support for new values `jp_trn` and `ke_pin` on enums `CustomerCreateParams.tax_id_data[].type`, `InvoiceUpcomingLinesParams.customer_details.tax_ids[].type`, `InvoiceUpcomingParams.customer_details.tax_ids[].type`, `OrderCreateParams.tax_details.tax_ids[].type`, `OrderUpdateParams.tax_details.tax_ids[].type`, and `TaxIdCreateParams.type`
1468
+ * Add support for `tipping` on `Terminal.Reader.action.process_payment_intent.process_config` and `Terminal.ReaderProcessPaymentIntentParams.process_config`
1469
+ * [#1585](https://github.com/stripe/stripe-node/pull/1585) use native UUID method if available
1470
+
1471
+ ## 10.14.0 - 2022-10-13
1472
+ * [#1582](https://github.com/stripe/stripe-node/pull/1582) API Updates
1473
+ * Add support for new values `invalid_representative_country` and `verification_failed_residential_address` on enums `Account.future_requirements.errors[].code`, `Account.requirements.errors[].code`, `Capability.future_requirements.errors[].code`, `Capability.requirements.errors[].code`, `Person.future_requirements.errors[].code`, and `Person.requirements.errors[].code`
1474
+ * Add support for `request_log_url` on `StripeError` objects
1475
+ * Add support for `network_data` on `Issuing.Authorization`
1476
+ * ⚠️ Remove `currency`, `description`, `images`, and `name` from `Checkout.SessionCreateParams`. These properties do not work on the latest API version. (fixes #1575)
1477
+
1478
+ ## 10.13.0 - 2022-10-06
1479
+ * [#1571](https://github.com/stripe/stripe-node/pull/1571) API Updates
1480
+ * Add support for new value `invalid_dob_age_under_18` on enums `Account.future_requirements.errors[].code`, `Account.requirements.errors[].code`, `Capability.future_requirements.errors[].code`, `Capability.requirements.errors[].code`, `Person.future_requirements.errors[].code`, and `Person.requirements.errors[].code`
1481
+ * Add support for new value `bank_of_china` on enums `Charge.payment_method_details.fpx.bank`, `PaymentIntentConfirmParams.payment_method_data.fpx.bank`, `PaymentIntentCreateParams.payment_method_data.fpx.bank`, `PaymentIntentUpdateParams.payment_method_data.fpx.bank`, `PaymentMethod.fpx.bank`, `PaymentMethodCreateParams.fpx.bank`, `SetupIntentConfirmParams.payment_method_data.fpx.bank`, `SetupIntentCreateParams.payment_method_data.fpx.bank`, and `SetupIntentUpdateParams.payment_method_data.fpx.bank`
1482
+ * Add support for new values `America/Nuuk`, `Europe/Kyiv`, and `Pacific/Kanton` on enum `Reporting.ReportRunCreateParams.parameters.timezone`
1483
+ * Add support for `klarna` on `SetupAttempt.payment_method_details`
1484
+ * [#1570](https://github.com/stripe/stripe-node/pull/1570) Update node-fetch to 2.6.7
1485
+ * [#1568](https://github.com/stripe/stripe-node/pull/1568) Upgrade dependencies
1486
+ * [#1567](https://github.com/stripe/stripe-node/pull/1567) Fix release tag calculation
1487
+
1488
+ ## 10.12.0 - 2022-09-29
1489
+ * [#1564](https://github.com/stripe/stripe-node/pull/1564) API Updates
1490
+ * Change type of `Charge.payment_method_details.card_present.incremental_authorization_supported` and `Charge.payment_method_details.card_present.overcapture_supported` from `boolean | null` to `boolean`
1491
+ * Add support for `created` on `Checkout.Session`
1492
+ * Add support for `setup_future_usage` on `PaymentIntent.payment_method_options.pix`, `PaymentIntentConfirmParams.payment_method_options.pix`, `PaymentIntentCreateParams.payment_method_options.pix`, and `PaymentIntentUpdateParams.payment_method_options.pix`
1493
+ * Deprecate `Checkout.SessionCreateParams.subscription_data.items` (use the `line_items` param instead). This will be removed in the next major version.
1494
+ * [#1563](https://github.com/stripe/stripe-node/pull/1563) Migrate other Stripe infrastructure to TS
1495
+ * [#1562](https://github.com/stripe/stripe-node/pull/1562) Restore lib after generating
1496
+ * [#1551](https://github.com/stripe/stripe-node/pull/1551) Re-introduce Typescript changes
1497
+
1498
+ ## 10.11.0 - 2022-09-22
1499
+ * [#1560](https://github.com/stripe/stripe-node/pull/1560) API Updates
1500
+ * Add support for `terms_of_service` on `Checkout.Session.consent_collection`, `Checkout.Session.consent`, `Checkout.SessionCreateParams.consent_collection`, `PaymentLink.consent_collection`, and `PaymentLinkCreateParams.consent_collection`
1501
+ * ⚠️ Remove support for `plan` on `Checkout.SessionCreateParams.payment_method_options.card.installments`. The property was mistakenly released and never worked.
1502
+ * Add support for `statement_descriptor` on `PaymentIntentIncrementAuthorizationParams`
1503
+ * Change `SubscriptionSchedule.phases[].currency` to be required
1504
+
1505
+
1506
+ ## 10.10.0 - 2022-09-15
1507
+ * [#1552](https://github.com/stripe/stripe-node/pull/1552) API Updates
1508
+ * Add support for `pix` on `Charge.payment_method_details`, `Checkout.Session.payment_method_options`, `Checkout.SessionCreateParams.payment_method_options`, `PaymentIntent.payment_method_options`, `PaymentIntentConfirmParams.payment_method_data`, `PaymentIntentConfirmParams.payment_method_options`, `PaymentIntentCreateParams.payment_method_data`, `PaymentIntentCreateParams.payment_method_options`, `PaymentIntentUpdateParams.payment_method_data`, `PaymentIntentUpdateParams.payment_method_options`, `PaymentMethodCreateParams`, `PaymentMethod`, `SetupIntentConfirmParams.payment_method_data`, `SetupIntentCreateParams.payment_method_data`, and `SetupIntentUpdateParams.payment_method_data`
1509
+ * Add support for new value `pix` on enum `Checkout.SessionCreateParams.payment_method_types[]`
1510
+ * Add support for new value `pix` on enums `CustomerListPaymentMethodsParams.type` and `PaymentMethodListParams.type`
1511
+ * Add support for `from_invoice` on `InvoiceCreateParams` and `Invoice`
1512
+ * Add support for `latest_revision` on `Invoice`
1513
+ * Add support for `amount` on `Issuing.DisputeCreateParams` and `Issuing.DisputeUpdateParams`
1514
+ * Add support for new value `pix` on enums `PaymentIntentConfirmParams.payment_method_data.type`, `PaymentIntentCreateParams.payment_method_data.type`, `PaymentIntentUpdateParams.payment_method_data.type`, `SetupIntentConfirmParams.payment_method_data.type`, `SetupIntentCreateParams.payment_method_data.type`, and `SetupIntentUpdateParams.payment_method_data.type`
1515
+ * Add support for `pix_display_qr_code` on `PaymentIntent.next_action`
1516
+ * Add support for new value `pix` on enums `PaymentLink.payment_method_types[]`, `PaymentLinkCreateParams.payment_method_types[]`, and `PaymentLinkUpdateParams.payment_method_types[]`
1517
+ * Add support for new value `pix` on enum `PaymentMethodCreateParams.type`
1518
+ * Add support for new value `pix` on enum `PaymentMethod.type`
1519
+ * Add support for `created` on `Treasury.CreditReversal` and `Treasury.DebitReversal`
1520
+
1521
+ ## 10.9.0 - 2022-09-09
1522
+ * [#1549](https://github.com/stripe/stripe-node/pull/1549) API Updates
1523
+ * Add support for new value `terminal_reader_splashscreen` on enums `File.purpose` and `FileListParams.purpose`
1524
+ * Add support for `require_signature` on `Issuing.Card.shipping` and `Issuing.CardCreateParams.shipping`
1525
+
1526
+ ## 10.8.0 - 2022-09-07
1527
+ * [#1544](https://github.com/stripe/stripe-node/pull/1544) API Updates
1528
+ * Add support for new value `terminal_reader_splashscreen` on enums `File.purpose` and `FileListParams.purpose`
1529
+
1530
+ ## 10.7.0 - 2022-08-31
1531
+ * [#1540](https://github.com/stripe/stripe-node/pull/1540) API Updates
1532
+ * Add support for new values `de-CH`, `en-CH`, `en-PL`, `en-PT`, `fr-CH`, `it-CH`, `pl-PL`, and `pt-PT` on enums `OrderCreateParams.payment.settings.payment_method_options.klarna.preferred_locale`, `OrderUpdateParams.payment.settings.payment_method_options.klarna.preferred_locale`, `PaymentIntentConfirmParams.payment_method_options.klarna.preferred_locale`, `PaymentIntentCreateParams.payment_method_options.klarna.preferred_locale`, and `PaymentIntentUpdateParams.payment_method_options.klarna.preferred_locale`
1533
+ * Add support for `description` on `PaymentLink.subscription_data` and `PaymentLinkCreateParams.subscription_data`
1534
+
1535
+ ## 10.6.0 - 2022-08-26
1536
+ * [#1534](https://github.com/stripe/stripe-node/pull/1534) API Updates
1537
+ * Change `Account.company.name`, `Charge.refunds`, `PaymentIntent.charges`, `Product.caption`, `Product.statement_descriptor`, `Product.unit_label`, `Terminal.Configuration.tipping.aud.fixed_amounts`, `Terminal.Configuration.tipping.aud.percentages`, `Terminal.Configuration.tipping.cad.fixed_amounts`, `Terminal.Configuration.tipping.cad.percentages`, `Terminal.Configuration.tipping.chf.fixed_amounts`, `Terminal.Configuration.tipping.chf.percentages`, `Terminal.Configuration.tipping.czk.fixed_amounts`, `Terminal.Configuration.tipping.czk.percentages`, `Terminal.Configuration.tipping.dkk.fixed_amounts`, `Terminal.Configuration.tipping.dkk.percentages`, `Terminal.Configuration.tipping.eur.fixed_amounts`, `Terminal.Configuration.tipping.eur.percentages`, `Terminal.Configuration.tipping.gbp.fixed_amounts`, `Terminal.Configuration.tipping.gbp.percentages`, `Terminal.Configuration.tipping.hkd.fixed_amounts`, `Terminal.Configuration.tipping.hkd.percentages`, `Terminal.Configuration.tipping.myr.fixed_amounts`, `Terminal.Configuration.tipping.myr.percentages`, `Terminal.Configuration.tipping.nok.fixed_amounts`, `Terminal.Configuration.tipping.nok.percentages`, `Terminal.Configuration.tipping.nzd.fixed_amounts`, `Terminal.Configuration.tipping.nzd.percentages`, `Terminal.Configuration.tipping.sek.fixed_amounts`, `Terminal.Configuration.tipping.sek.percentages`, `Terminal.Configuration.tipping.sgd.fixed_amounts`, `Terminal.Configuration.tipping.sgd.percentages`, `Terminal.Configuration.tipping.usd.fixed_amounts`, `Terminal.Configuration.tipping.usd.percentages`, `Treasury.FinancialAccount.active_features`, `Treasury.FinancialAccount.pending_features`, `Treasury.FinancialAccount.platform_restrictions`, and `Treasury.FinancialAccount.restricted_features` to be optional
1538
+ * This is a bug fix. These fields were all actually optional and not guaranteed to be returned by the Stripe API, however the type annotations did not correctly reflect this.
1539
+ * Fixes https://github.com/stripe/stripe-node/issues/1518.
1540
+ * Add support for `login_page` on `BillingPortal.Configuration`, `BillingPortal.ConfigurationCreateParams`, and `BillingPortal.ConfigurationUpdateParams`
1541
+ * Add support for new value `deutsche_bank_ag` on enums `Charge.payment_method_details.eps.bank`, `PaymentIntentConfirmParams.payment_method_data.eps.bank`, `PaymentIntentCreateParams.payment_method_data.eps.bank`, `PaymentIntentUpdateParams.payment_method_data.eps.bank`, `PaymentMethod.eps.bank`, `PaymentMethodCreateParams.eps.bank`, `SetupIntentConfirmParams.payment_method_data.eps.bank`, `SetupIntentCreateParams.payment_method_data.eps.bank`, and `SetupIntentUpdateParams.payment_method_data.eps.bank`
1542
+ * Add support for `customs` and `phone_number` on `Issuing.Card.shipping` and `Issuing.CardCreateParams.shipping`
1543
+ * Add support for `description` on `Quote.subscription_data`, `QuoteCreateParams.subscription_data`, `QuoteUpdateParams.subscription_data`, `SubscriptionSchedule.default_settings`, `SubscriptionSchedule.phases[]`, `SubscriptionScheduleCreateParams.default_settings`, `SubscriptionScheduleCreateParams.phases[]`, `SubscriptionScheduleUpdateParams.default_settings`, and `SubscriptionScheduleUpdateParams.phases[]`
1544
+
1545
+ * [#1532](https://github.com/stripe/stripe-node/pull/1532) Update coveralls step to run for one node version, remove finish step
1546
+ * [#1531](https://github.com/stripe/stripe-node/pull/1531) Regen yarn.lock.
1547
+
1548
+ ## 10.5.0 - 2022-08-24
1549
+ * [#1527](https://github.com/stripe/stripe-node/pull/1527) fix: Update FetchHttpClient to send empty string for empty POST/PUT/PATCH requests.
1550
+ * [#1528](https://github.com/stripe/stripe-node/pull/1528) Update README.md to use a new NOTE notation
1551
+ * [#1526](https://github.com/stripe/stripe-node/pull/1526) Add test coverage using Coveralls
1552
+
1553
+ ## 10.4.0 - 2022-08-23
1554
+ * [#1520](https://github.com/stripe/stripe-node/pull/1520) Add beta readme.md section
1555
+ * [#1524](https://github.com/stripe/stripe-node/pull/1524) API Updates
1556
+ * Change `Terminal.Reader.action` to be required
1557
+ * Change `Treasury.OutboundTransferCreateParams.destination_payment_method` to be optional
1558
+ * Change type of `Treasury.OutboundTransfer.destination_payment_method` from `string` to `string | null`
1559
+ * Change the return type of `Customer.fundCashBalance` test helper from `CustomerBalanceTransaction` to `CustomerCashBalanceTransaction`.
1560
+ * This would generally be considered a breaking change, but we've worked with all existing users to migrate and are comfortable releasing this as a minor as it is solely a test helper method. This was essentially broken prior to this change.
1561
+
1562
+
1563
+ ## 10.3.0 - 2022-08-19
1564
+ * [#1516](https://github.com/stripe/stripe-node/pull/1516) API Updates
1565
+ * Add support for new resource `CustomerCashBalanceTransaction`
1566
+ * Remove support for value `paypal` from enums `Order.payment.settings.payment_method_types[]`, `OrderCreateParams.payment.settings.payment_method_types[]`, and `OrderUpdateParams.payment.settings.payment_method_types[]`
1567
+ * Add support for `currency` on `PaymentLink`
1568
+ * Add support for `network` on `SetupIntentConfirmParams.payment_method_options.card`, `SetupIntentCreateParams.payment_method_options.card`, `SetupIntentUpdateParams.payment_method_options.card`, `Subscription.payment_settings.payment_method_options.card`, `SubscriptionCreateParams.payment_settings.payment_method_options.card`, and `SubscriptionUpdateParams.payment_settings.payment_method_options.card`
1569
+ * Change `Subscription.currency` to be required
1570
+ * Change type of `Topup.source` from `Source` to `Source | null`
1571
+ * Add support for new value `customer_cash_balance_transaction.created` on enums `WebhookEndpointCreateParams.enabled_events[]` and `WebhookEndpointUpdateParams.enabled_events[]`
1572
+ * [#1515](https://github.com/stripe/stripe-node/pull/1515) Add a support section to the readme
1573
+
1574
+ ## 10.2.0 - 2022-08-11
1575
+ * [#1510](https://github.com/stripe/stripe-node/pull/1510) API Updates
1576
+ * Add support for `payment_method_collection` on `Checkout.Session`, `Checkout.SessionCreateParams`, `PaymentLinkCreateParams`, `PaymentLinkUpdateParams`, and `PaymentLink`
1577
+
1578
+
1579
+ ## 10.1.0 - 2022-08-09
1580
+ * [#1506](https://github.com/stripe/stripe-node/pull/1506) API Updates
1581
+ * Add support for `process_config` on `Terminal.Reader.action.process_payment_intent`
1582
+ * [#1505](https://github.com/stripe/stripe-node/pull/1505) Simplify AddressParam definitions
1583
+ - Rename `AddressParam` to `ShippingAddressParam`, and change type of `Source.source_order.shipping.address`, `SourceUpdateParams.SourceOrder.Shipping.address`, and `SessionCreateParams.PaymentIntentData.Shipping.address` to `ShippingAddressParam`
1584
+ - Rename `AccountAddressParam` go `AddressParam`, and change type of `AccountCreateParams.BusinessProfile.support_address`, `AccountCreateParams.Company.address`, `AccountCreateParams.Individual.address `, `AccountCreateParams.Individual.registered_address`, `AccountUpdateParams.BusinessProfile.support_address`, `AccountUpdateParams.Company.address`, `AccountUpdateParams.Individual.address`, `AccountUpdateParams.Individual.registered_address`, `ChargeCreateParams.Shipping.address`, `ChargeUpdateParams.Shipping.address`, `CustomerCreateParams.Shipping.address`, `CustomerUpdateParams.Shipping.address`, `CustomerSourceUpdateParams.Owner.address`, `InvoiceListUpcomingLinesParams.CustomerDetails.Shipping.address`, `InvoiceRetrieveUpcomingParams.CustomerDetails.Shipping.address`, `OrderCreateParams.BillingDetails.address`, `OrderCreateParams.ShippingDetails.address`, `OrderUpdateParams.BillingDetails.address`, `OrderUpdateParams.ShippingDetails.address`, `PaymentIntentCreateParams.Shipping.address`, `PaymentIntentUpdateParams.Shipping.address`, `PaymentIntentConfirmParams.Shipping.address`, `PersonCreateParams.address`, `PersonCreateParams.registered_address`, `PersonUpdateParams.address`, `PersonUpdateParams.registered_address`, `SourceCreateParams.Owner.address`, `SourceUpdateParams.Owner.address`, `TokenCreateParams.Account.Company.address`, `TokenCreateParams.Account.Individual.address`, `TokenCreateParams.Account.Individual.registered_address`, `TokenCreateParams.Person.address`, `TokenCreateParams.Person.registered_address`, and `Terminal.LocationUpdateParams.address` to `AddressParam`
1585
+ * [#1503](https://github.com/stripe/stripe-node/pull/1503) API Updates
1586
+ * Add support for `expires_at` on `Apps.Secret` and `Apps.SecretCreateParams`
1587
+
1588
+ ## 10.0.0 - 2022-08-02
1589
+
1590
+ This release includes breaking changes resulting from:
1591
+
1592
+ * Moving to use the new API version "2022-08-01". To learn more about these changes to Stripe products, see https://stripe.com/docs/upgrades#2022-08-01
1593
+ * Cleaning up the SDK to remove deprecated/unused APIs and rename classes/methods/properties to sync with product APIs. Read more detailed description at https://github.com/stripe/stripe-node/wiki/Migration-guide-for-v10.
1594
+
1595
+ "⚠️" symbol highlights breaking changes.
1596
+
1597
+ * [#1497](https://github.com/stripe/stripe-node/pull/1497) API Updates
1598
+ * [#1493](https://github.com/stripe/stripe-node/pull/1493) Next major release changes
1599
+
1600
+ ### Added
1601
+ * Add support for new value `invalid_tos_acceptance` on enums `Account.future_requirements.errors[].code`, `Account.requirements.errors[].code`, `Capability.future_requirements.errors[].code`, `Capability.requirements.errors[].code`, `Person.future_requirements.errors[].code`, and `Person.requirements.errors[].code`
1602
+ * Add support for `shipping_cost` and `shipping_details` on `Checkout.Session`
1603
+
1604
+ ### ⚠️ Changed
1605
+ * Change type of `business_profile`, `business_type`, `country`, `default_currency`, and `settings` properties on `Account` resource to be nullable.
1606
+ * Change type of `currency` property on `Checkout.Session` resource from `string` to `'cad' | 'usd'`.
1607
+ * Change location of TypeScript definitions for `CreditNoteLineItemListPreviewParams`, `CreditNoteLineItemListPreviewParams.Line`, `CreditNoteLineItemListPreviewParams.Line.Type`, and `CreditNoteLineItemListPreviewParams.Line.Reason` interfaces from `CreditNoteLineItems.d.ts` to `CreditNotes.d.ts`.
1608
+ * Change type of `address`, `currency`, `delinquent`, `discount`, `invoice_prefix`, `name`, `phone`, and `preferred_locales` properties on `Customer` resource to be nullable.
1609
+ * Rename `InvoiceRetrieveUpcomingParams` to `InvoiceListUpcomingLinesParams`.
1610
+
1611
+ ### ⚠️ Removed
1612
+ * Remove for `AlipayAccount`, `DeletedAlipayAccount`, `BitcoinReceiver`, `DeletedBitcoinReceiver`, `BitcoinTransaction`, and `BitcoinTransactionListParams` definitions.
1613
+ * Remove `AlipayAccount` and `BitcoinReceiver` from `CustomerSource`.
1614
+ * Remove `Stripe.DeletedAlipayAccount` and `Stripe.DeletedBitcoinReceiver` from possible values of `source` property in `PaymentIntent`.
1615
+ * Remove `IssuerFraudRecord`, `IssuerFraudRecordRetrieveParams`, `IssuerFraudRecordListParams`, and `IssuerFraudRecordsResource`, definitions.
1616
+ * Remove `treasury.received_credit.reversed` webhook event constant. Please use `treasury.received_credit.returned` instead.
1617
+ * Remove `order.payment_failed`, `transfer.failed`, and `transfer.paid`. The events were deprecated.
1618
+ * Remove `retrieveDetails` method from `Issuing.Card` resource. The method was unsupported. Read more at https://stripe.com/docs/issuing/cards/virtual.
1619
+ * Remove `Issuing.CardDetails` and `CardRetrieveDetailsParams` definition.
1620
+ * Remove `IssuerFraudRecords` resource.
1621
+ * Remove `Recipient` resource and`recipient` property from `Card` resource.
1622
+ * Remove `InvoiceMarkUncollectibleParams` definition.
1623
+ * Remove deprecated `Stripe.Errors` and `StripeError` (and derived `StripeCardError`, `StripeInvalidRequestError`, `StripeAPIError`, `StripeAuthenticationError`, `StripePermissionError`, `StripeRateLimitError`, `StripeConnectionError`, `StripeSignatureVerificationError`, `StripeIdempotencyError`, and `StripeInvalidGrantError`) definitions.
1624
+ * Remove `redirect_url` from `LoginLinks` definition. The property is no longer supported.
1625
+ * Remove `LineItemListParams` definition. The interface was no longer in use.
1626
+
1627
+ ### ⚠️ Renamed
1628
+ * Rename `listUpcomingLineItems` method on `Invoice` resource to `listUpcomingLines`.
1629
+ * Rename `InvoiceLineItemListUpcomingParams` to `InvoiceListUpcomingLinesParams`.
1630
+ * Rename `InvoiceRetrieveUpcomingParams` to `InvoiceListUpcomingLinesParams`.
1631
+
1632
+ ## 9.16.0 - 2022-07-26
1633
+ * [#1492](https://github.com/stripe/stripe-node/pull/1492) API Updates
1634
+ * Add support for new value `exempted` on enums `Charge.payment_method_details.card.three_d_secure.result` and `SetupAttempt.payment_method_details.card.three_d_secure.result`
1635
+ * Add support for `customer_balance` on `Checkout.Session.payment_method_options` and `Checkout.SessionCreateParams.payment_method_options`
1636
+ * Add support for new value `customer_balance` on enum `Checkout.SessionCreateParams.payment_method_types[]`
1637
+ * Add support for new values `en-CA` and `fr-CA` on enums `OrderCreateParams.payment.settings.payment_method_options.klarna.preferred_locale`, `OrderUpdateParams.payment.settings.payment_method_options.klarna.preferred_locale`, `PaymentIntentConfirmParams.payment_method_options.klarna.preferred_locale`, `PaymentIntentCreateParams.payment_method_options.klarna.preferred_locale`, and `PaymentIntentUpdateParams.payment_method_options.klarna.preferred_locale`
1638
+
1639
+ ## 9.15.0 - 2022-07-25
1640
+ * [#1486](https://github.com/stripe/stripe-node/pull/1486) API Updates
1641
+ * Add support for `installments` on `Checkout.Session.payment_method_options.card`, `Checkout.SessionCreateParams.payment_method_options.card`, `Invoice.payment_settings.payment_method_options.card`, `InvoiceCreateParams.payment_settings.payment_method_options.card`, and `InvoiceUpdateParams.payment_settings.payment_method_options.card`
1642
+ * Add support for `default_currency` and `invoice_credit_balance` on `Customer`
1643
+ * Add support for `currency` on `InvoiceCreateParams`
1644
+ * Add support for `default_mandate` on `Invoice.payment_settings`, `InvoiceCreateParams.payment_settings`, and `InvoiceUpdateParams.payment_settings`
1645
+ * Add support for `mandate` on `InvoicePayParams`
1646
+ * Add support for `product_data` on `OrderCreateParams.line_items[]` and `OrderUpdateParams.line_items[]`
1647
+
1648
+
1649
+ ## 9.14.0 - 2022-07-18
1650
+ * [#1477](https://github.com/stripe/stripe-node/pull/1477) API Updates
1651
+ * Add support for `blik_payments` on `Account.capabilities`, `AccountCreateParams.capabilities`, and `AccountUpdateParams.capabilities`
1652
+ * Add support for `blik` on `Charge.payment_method_details`, `Mandate.payment_method_details`, `PaymentIntent.payment_method_options`, `PaymentIntentConfirmParams.payment_method_data`, `PaymentIntentConfirmParams.payment_method_options`, `PaymentIntentCreateParams.payment_method_data`, `PaymentIntentCreateParams.payment_method_options`, `PaymentIntentUpdateParams.payment_method_data`, `PaymentIntentUpdateParams.payment_method_options`, `PaymentMethodCreateParams`, `PaymentMethodUpdateParams`, `PaymentMethod`, `SetupAttempt.payment_method_details`, `SetupIntent.payment_method_options`, `SetupIntentConfirmParams.payment_method_data`, `SetupIntentConfirmParams.payment_method_options`, `SetupIntentCreateParams.payment_method_data`, `SetupIntentCreateParams.payment_method_options`, `SetupIntentUpdateParams.payment_method_data`, and `SetupIntentUpdateParams.payment_method_options`
1653
+ * Change type of `Checkout.Session.consent_collection.promotions`, `Checkout.SessionCreateParams.consent_collection.promotions`, `PaymentLink.consent_collection.promotions`, and `PaymentLinkCreateParams.consent_collection.promotions` from `literal('auto')` to `enum('auto'|'none')`
1654
+ * Add support for new value `blik` on enum `Checkout.SessionCreateParams.payment_method_types[]`
1655
+ * Add support for new value `blik` on enums `CustomerListPaymentMethodsParams.type` and `PaymentMethodListParams.type`
1656
+ * Add support for new value `blik` on enums `PaymentIntentConfirmParams.payment_method_data.type`, `PaymentIntentCreateParams.payment_method_data.type`, `PaymentIntentUpdateParams.payment_method_data.type`, `SetupIntentConfirmParams.payment_method_data.type`, `SetupIntentCreateParams.payment_method_data.type`, and `SetupIntentUpdateParams.payment_method_data.type`
1657
+ * Add support for new value `blik` on enums `PaymentLink.payment_method_types[]`, `PaymentLinkCreateParams.payment_method_types[]`, and `PaymentLinkUpdateParams.payment_method_types[]`
1658
+ * Add support for new value `blik` on enum `PaymentMethodCreateParams.type`
1659
+ * Add support for new value `blik` on enum `PaymentMethod.type`
1660
+ * Add support for `cancel` method on `Subscriptions` resource. This has the same functionality as the `del` method - if you are on a version less than 9.14.0, please use `del`.
1661
+ * [#1476](https://github.com/stripe/stripe-node/pull/1476) fix: Include trailing slash when passing empty query parameters.
1662
+ * [#1475](https://github.com/stripe/stripe-node/pull/1475) Move @types/node to devDependencies
1663
+
1664
+ ## 9.13.0 - 2022-07-12
1665
+ * [#1473](https://github.com/stripe/stripe-node/pull/1473) API Updates
1666
+ * Add support for `customer_details` on `Checkout.SessionListParams`
1667
+ * Change `LineItem.amount_discount` and `LineItem.amount_tax` to be required
1668
+ * Change `Transfer.source_type` to be optional and not nullable
1669
+ * [#1471](https://github.com/stripe/stripe-node/pull/1471) Update readme to include a note on beta packages
1670
+
1671
+ ## 9.12.0 - 2022-07-07
1672
+ * [#1468](https://github.com/stripe/stripe-node/pull/1468) API Updates
1673
+ * Add support for `currency` on `Checkout.SessionCreateParams`, `InvoiceUpcomingLinesParams`, `InvoiceUpcomingParams`, `PaymentLinkCreateParams`, `SubscriptionCreateParams`, `SubscriptionSchedule.phases[]`, `SubscriptionScheduleCreateParams.phases[]`, `SubscriptionScheduleUpdateParams.phases[]`, and `Subscription`
1674
+ * Add support for `currency_options` on `Checkout.SessionCreateParams.shipping_options[].shipping_rate_data.fixed_amount`, `CouponCreateParams`, `CouponUpdateParams`, `Coupon`, `OrderCreateParams.shipping_cost.shipping_rate_data.fixed_amount`, `OrderUpdateParams.shipping_cost.shipping_rate_data.fixed_amount`, `PriceCreateParams`, `PriceUpdateParams`, `Price`, `ProductCreateParams.default_price_data`, `PromotionCode.restrictions`, `PromotionCodeCreateParams.restrictions`, `ShippingRate.fixed_amount`, and `ShippingRateCreateParams.fixed_amount`
1675
+ * Add support for `restrictions` on `PromotionCodeUpdateParams`
1676
+ * Add support for `fixed_amount` and `tax_behavior` on `ShippingRateUpdateParams`
1677
+ * [#1467](https://github.com/stripe/stripe-node/pull/1467) API Updates
1678
+ * Add support for `customer` on `Checkout.SessionListParams` and `RefundCreateParams`
1679
+ * Add support for `currency` and `origin` on `RefundCreateParams`
1680
+ * Add support for new values `financial_connections.account.created`, `financial_connections.account.deactivated`, `financial_connections.account.disconnected`, `financial_connections.account.reactivated`, and `financial_connections.account.refreshed_balance` on enums `WebhookEndpointCreateParams.enabled_events[]` and `WebhookEndpointUpdateParams.enabled_events[]`
1681
+
1682
+ ## 9.11.0 - 2022-06-29
1683
+ * [#1462](https://github.com/stripe/stripe-node/pull/1462) API Updates
1684
+ * Add support for `deliver_card`, `fail_card`, `return_card`, and `ship_card` test helper methods on resource `Issuing.Card`
1685
+ * Change type of `PaymentLink.payment_method_types[]`, `PaymentLinkCreateParams.payment_method_types[]`, and `PaymentLinkUpdateParams.payment_method_types[]` from `literal('card')` to `enum`
1686
+ * Add support for `hosted_regulatory_receipt_url` on `Treasury.ReceivedCredit` and `Treasury.ReceivedDebit`
1687
+
1688
+ ## 9.10.0 - 2022-06-23
1689
+ * [#1459](https://github.com/stripe/stripe-node/pull/1459) API Updates
1690
+ * Add support for `capture_method` on `PaymentIntentConfirmParams` and `PaymentIntentUpdateParams`
1691
+ * [#1458](https://github.com/stripe/stripe-node/pull/1458) API Updates
1692
+ * Add support for `promptpay_payments` on `Account.capabilities`, `AccountCreateParams.capabilities`, and `AccountUpdateParams.capabilities`
1693
+ * Add support for `promptpay` on `Charge.payment_method_details`, `PaymentIntent.payment_method_options`, `PaymentIntentConfirmParams.payment_method_data`, `PaymentIntentConfirmParams.payment_method_options`, `PaymentIntentCreateParams.payment_method_data`, `PaymentIntentCreateParams.payment_method_options`, `PaymentIntentUpdateParams.payment_method_data`, `PaymentIntentUpdateParams.payment_method_options`, `PaymentMethodCreateParams`, `PaymentMethod`, `SetupIntentConfirmParams.payment_method_data`, `SetupIntentCreateParams.payment_method_data`, and `SetupIntentUpdateParams.payment_method_data`
1694
+ * Add support for new value `promptpay` on enum `Checkout.SessionCreateParams.payment_method_types[]`
1695
+ * Add support for `subtotal_excluding_tax` on `CreditNote` and `Invoice`
1696
+ * Add support for `amount_excluding_tax` and `unit_amount_excluding_tax` on `CreditNoteLineItem` and `InvoiceLineItem`
1697
+ * Add support for new value `promptpay` on enums `CustomerListPaymentMethodsParams.type` and `PaymentMethodListParams.type`
1698
+ * Add support for `rendering_options` on `InvoiceCreateParams` and `InvoiceUpdateParams`
1699
+ * Add support for new value `promptpay` on enums `Invoice.payment_settings.payment_method_types[]`, `InvoiceCreateParams.payment_settings.payment_method_types[]`, `InvoiceUpdateParams.payment_settings.payment_method_types[]`, `Subscription.payment_settings.payment_method_types[]`, `SubscriptionCreateParams.payment_settings.payment_method_types[]`, and `SubscriptionUpdateParams.payment_settings.payment_method_types[]`
1700
+ * Add support for `total_excluding_tax` on `Invoice`
1701
+ * Add support for `automatic_payment_methods` on `Order.payment.settings`
1702
+ * Add support for new value `promptpay` on enums `PaymentIntentConfirmParams.payment_method_data.type`, `PaymentIntentCreateParams.payment_method_data.type`, `PaymentIntentUpdateParams.payment_method_data.type`, `SetupIntentConfirmParams.payment_method_data.type`, `SetupIntentCreateParams.payment_method_data.type`, and `SetupIntentUpdateParams.payment_method_data.type`
1703
+ * Add support for `promptpay_display_qr_code` on `PaymentIntent.next_action`
1704
+ * Add support for new value `promptpay` on enum `PaymentMethodCreateParams.type`
1705
+ * Add support for new value `promptpay` on enum `PaymentMethod.type`
1706
+ * [#1455](https://github.com/stripe/stripe-node/pull/1455) fix: Stop using path.join to create URLs.
1707
+
1708
+ ## 9.9.0 - 2022-06-17
1709
+ * [#1453](https://github.com/stripe/stripe-node/pull/1453) API Updates
1710
+ * Add support for `fund_cash_balance` test helper method on resource `Customer`
1711
+ * Add support for `statement_descriptor_prefix_kana` and `statement_descriptor_prefix_kanji` on `Account.settings.card_payments`, `Account.settings.payments`, `AccountCreateParams.settings.card_payments`, and `AccountUpdateParams.settings.card_payments`
1712
+ * Add support for `statement_descriptor_suffix_kana` and `statement_descriptor_suffix_kanji` on `Checkout.Session.payment_method_options.card`, `Checkout.SessionCreateParams.payment_method_options.card`, `PaymentIntent.payment_method_options.card`, `PaymentIntentConfirmParams.payment_method_options.card`, `PaymentIntentCreateParams.payment_method_options.card`, and `PaymentIntentUpdateParams.payment_method_options.card`
1713
+ * Add support for `total_excluding_tax` on `CreditNote`
1714
+ * Change type of `CustomerCreateParams.invoice_settings.rendering_options` and `CustomerUpdateParams.invoice_settings.rendering_options` from `rendering_options_param` to `emptyStringable(rendering_options_param)`
1715
+ * Add support for `rendering_options` on `Customer.invoice_settings` and `Invoice`
1716
+ * [#1452](https://github.com/stripe/stripe-node/pull/1452) Fix non-conforming changelog entries and port the Makefile fix
1717
+ * [#1450](https://github.com/stripe/stripe-node/pull/1450) Only publish stable version to the latest tag
1718
+
1719
+ ## 9.8.0 - 2022-06-09
1720
+ * [#1448](https://github.com/stripe/stripe-node/pull/1448) Add types for extra request options
1721
+ * [#1446](https://github.com/stripe/stripe-node/pull/1446) API Updates
1722
+ * Add support for `treasury` on `Account.settings`, `AccountCreateParams.settings`, and `AccountUpdateParams.settings`
1723
+ * Add support for `rendering_options` on `CustomerCreateParams.invoice_settings` and `CustomerUpdateParams.invoice_settings`
1724
+ * Add support for `eu_bank_transfer` on `CustomerCreateFundingInstructionsParams.bank_transfer`, `Invoice.payment_settings.payment_method_options.customer_balance.bank_transfer`, `InvoiceCreateParams.payment_settings.payment_method_options.customer_balance.bank_transfer`, `InvoiceUpdateParams.payment_settings.payment_method_options.customer_balance.bank_transfer`, `Order.payment.settings.payment_method_options.customer_balance.bank_transfer`, `OrderCreateParams.payment.settings.payment_method_options.customer_balance.bank_transfer`, `OrderUpdateParams.payment.settings.payment_method_options.customer_balance.bank_transfer`, `PaymentIntent.payment_method_options.customer_balance.bank_transfer`, `PaymentIntentConfirmParams.payment_method_options.customer_balance.bank_transfer`, `PaymentIntentCreateParams.payment_method_options.customer_balance.bank_transfer`, `PaymentIntentUpdateParams.payment_method_options.customer_balance.bank_transfer`, `Subscription.payment_settings.payment_method_options.customer_balance.bank_transfer`, `SubscriptionCreateParams.payment_settings.payment_method_options.customer_balance.bank_transfer`, and `SubscriptionUpdateParams.payment_settings.payment_method_options.customer_balance.bank_transfer`
1725
+ * Change type of `CustomerCreateFundingInstructionsParams.bank_transfer.requested_address_types[]` from `literal('zengin')` to `enum('iban'|'sort_code'|'spei'|'zengin')`
1726
+ * Change type of `CustomerCreateFundingInstructionsParams.bank_transfer.type`, `Order.payment.settings.payment_method_options.customer_balance.bank_transfer.type`, `OrderCreateParams.payment.settings.payment_method_options.customer_balance.bank_transfer.type`, `OrderUpdateParams.payment.settings.payment_method_options.customer_balance.bank_transfer.type`, `PaymentIntent.next_action.display_bank_transfer_instructions.type`, `PaymentIntent.payment_method_options.customer_balance.bank_transfer.type`, `PaymentIntentConfirmParams.payment_method_options.customer_balance.bank_transfer.type`, `PaymentIntentCreateParams.payment_method_options.customer_balance.bank_transfer.type`, and `PaymentIntentUpdateParams.payment_method_options.customer_balance.bank_transfer.type` from `literal('jp_bank_transfer')` to `enum('eu_bank_transfer'|'gb_bank_transfer'|'jp_bank_transfer'|'mx_bank_transfer')`
1727
+ * Add support for `iban`, `sort_code`, and `spei` on `FundingInstructions.bank_transfer.financial_addresses[]` and `PaymentIntent.next_action.display_bank_transfer_instructions.financial_addresses[]`
1728
+ * Add support for new values `bacs`, `fps`, and `spei` on enums `FundingInstructions.bank_transfer.financial_addresses[].supported_networks[]` and `PaymentIntent.next_action.display_bank_transfer_instructions.financial_addresses[].supported_networks[]`
1729
+ * Add support for new values `sort_code` and `spei` on enums `FundingInstructions.bank_transfer.financial_addresses[].type` and `PaymentIntent.next_action.display_bank_transfer_instructions.financial_addresses[].type`
1730
+ * Change type of `Order.payment.settings.payment_method_options.customer_balance.bank_transfer.requested_address_types[]`, `OrderCreateParams.payment.settings.payment_method_options.customer_balance.bank_transfer.requested_address_types[]`, `OrderUpdateParams.payment.settings.payment_method_options.customer_balance.bank_transfer.requested_address_types[]`, `PaymentIntent.payment_method_options.customer_balance.bank_transfer.requested_address_types[]`, `PaymentIntentConfirmParams.payment_method_options.customer_balance.bank_transfer.requested_address_types[]`, `PaymentIntentCreateParams.payment_method_options.customer_balance.bank_transfer.requested_address_types[]`, and `PaymentIntentUpdateParams.payment_method_options.customer_balance.bank_transfer.requested_address_types[]` from `literal('zengin')` to `enum`
1731
+ * Add support for `custom_unit_amount` on `PriceCreateParams` and `Price`
1732
+
1733
+ ## 9.7.0 - 2022-06-08
1734
+ * [#1441](https://github.com/stripe/stripe-node/pull/1441) API Updates
1735
+ * Add support for `affirm`, `bancontact`, `card`, `ideal`, `p24`, and `sofort` on `Checkout.Session.payment_method_options` and `Checkout.SessionCreateParams.payment_method_options`
1736
+ * Add support for `afterpay_clearpay`, `au_becs_debit`, `bacs_debit`, `eps`, `fpx`, `giropay`, `grabpay`, `klarna`, `paynow`, and `sepa_debit` on `Checkout.SessionCreateParams.payment_method_options`
1737
+ * Add support for `setup_future_usage` on `Checkout.Session.payment_method_options.*` and `Checkout.SessionCreateParams.payment_method_options.*`,
1738
+ * Change `PaymentMethod.us_bank_account.networks` and `SetupIntent.flow_directions` to be required
1739
+ * Add support for `attach_to_self` on `SetupAttempt`, `SetupIntentCreateParams`, `SetupIntentListParams`, and `SetupIntentUpdateParams`
1740
+ * Add support for `flow_directions` on `SetupAttempt`, `SetupIntentCreateParams`, and `SetupIntentUpdateParams`
1741
+
1742
+ ## 9.6.0 - 2022-06-01
1743
+ * [#1439](https://github.com/stripe/stripe-node/pull/1439) API Updates
1744
+ * Add support for `radar_options` on `ChargeCreateParams`, `Charge`, `PaymentIntentConfirmParams.payment_method_data`, `PaymentIntentConfirmParams`, `PaymentIntentCreateParams.payment_method_data`, `PaymentIntentCreateParams`, `PaymentIntentUpdateParams.payment_method_data`, `PaymentMethodCreateParams`, `PaymentMethod`, `SetupIntentConfirmParams.payment_method_data`, `SetupIntentCreateParams.payment_method_data`, and `SetupIntentUpdateParams.payment_method_data`
1745
+ * Add support for `account_holder_name`, `account_number`, `account_type`, `bank_code`, `bank_name`, `branch_code`, and `branch_name` on `FundingInstructions.bank_transfer.financial_addresses[].zengin` and `PaymentIntent.next_action.display_bank_transfer_instructions.financial_addresses[].zengin`
1746
+ * Add support for new values `en-AU` and `en-NZ` on enums `OrderCreateParams.payment.settings.payment_method_options.klarna.preferred_locale`, `OrderUpdateParams.payment.settings.payment_method_options.klarna.preferred_locale`, `PaymentIntentConfirmParams.payment_method_options.klarna.preferred_locale`, `PaymentIntentCreateParams.payment_method_options.klarna.preferred_locale`, and `PaymentIntentUpdateParams.payment_method_options.klarna.preferred_locale`
1747
+ * Change type of `Order.payment.settings.payment_method_options.customer_balance.bank_transfer.type` and `PaymentIntent.payment_method_options.customer_balance.bank_transfer.type` from `enum` to `literal('jp_bank_transfer')`
1748
+ * This is technically breaking in Typescript, but now accurately represents the behavior that was allowed by the server. We haven't historically treated breaking Typescript changes as requiring a major.
1749
+ * Change `PaymentIntent.next_action.display_bank_transfer_instructions.hosted_instructions_url` to be required
1750
+ * Add support for `network` on `SetupIntent.payment_method_options.card`
1751
+ * Add support for new value `simulated_wisepos_e` on enums `Terminal.Reader.device_type` and `Terminal.ReaderListParams.device_type`
1752
+
1753
+
1754
+ ## 9.5.0 - 2022-05-26
1755
+ * [#1434](https://github.com/stripe/stripe-node/pull/1434) API Updates
1756
+ * Add support for `affirm_payments` and `link_payments` on `Account.capabilities`, `AccountCreateParams.capabilities`, and `AccountUpdateParams.capabilities`
1757
+ * Add support for `id_number_secondary` on `AccountCreateParams.individual`, `AccountUpdateParams.individual`, `PersonCreateParams`, `PersonUpdateParams`, `TokenCreateParams.account.individual`, and `TokenCreateParams.person`
1758
+ * Add support for new value `affirm` on enum `Checkout.SessionCreateParams.payment_method_types[]`
1759
+ * Add support for `hosted_instructions_url` on `PaymentIntent.next_action.display_bank_transfer_instructions`
1760
+ * Add support for `id_number_secondary_provided` on `Person`
1761
+ * Add support for `card_issuing` on `Treasury.FinancialAccountCreateParams.features`, `Treasury.FinancialAccountUpdateFeaturesParams`, and `Treasury.FinancialAccountUpdateParams.features`
1762
+
1763
+ * [#1432](https://github.com/stripe/stripe-node/pull/1432) docs: Update HttpClient documentation to remove experimental status.
1764
+
1765
+ ## 9.4.0 - 2022-05-23
1766
+ * [#1431](https://github.com/stripe/stripe-node/pull/1431) API Updates
1767
+ * Add support for `treasury` on `Account.capabilities`, `AccountCreateParams.capabilities`, and `AccountUpdateParams.capabilities`
1768
+
1769
+ ## 9.3.0 - 2022-05-23
1770
+ * [#1430](https://github.com/stripe/stripe-node/pull/1430) API Updates
1771
+ * Add support for new resource `Apps.Secret`
1772
+ * Add support for `affirm` on `Charge.payment_method_details`, `PaymentIntent.payment_method_options`, `PaymentIntentConfirmParams.payment_method_data`, `PaymentIntentConfirmParams.payment_method_options`, `PaymentIntentCreateParams.payment_method_data`, `PaymentIntentCreateParams.payment_method_options`, `PaymentIntentUpdateParams.payment_method_data`, `PaymentIntentUpdateParams.payment_method_options`, `PaymentMethodCreateParams`, `PaymentMethodUpdateParams`, `PaymentMethod`, `SetupIntentConfirmParams.payment_method_data`, `SetupIntentCreateParams.payment_method_data`, and `SetupIntentUpdateParams.payment_method_data`
1773
+ * Add support for `link` on `Charge.payment_method_details`, `Mandate.payment_method_details`, `OrderCreateParams.payment.settings.payment_method_options`, `OrderUpdateParams.payment.settings.payment_method_options`, `PaymentIntent.payment_method_options`, `PaymentIntentConfirmParams.payment_method_data`, `PaymentIntentConfirmParams.payment_method_options`, `PaymentIntentCreateParams.payment_method_data`, `PaymentIntentCreateParams.payment_method_options`, `PaymentIntentUpdateParams.payment_method_data`, `PaymentIntentUpdateParams.payment_method_options`, `PaymentMethodCreateParams`, `PaymentMethodUpdateParams`, `PaymentMethod`, `SetupAttempt.payment_method_details`, `SetupIntent.payment_method_options`, `SetupIntentConfirmParams.payment_method_data`, `SetupIntentConfirmParams.payment_method_options`, `SetupIntentCreateParams.payment_method_data`, `SetupIntentCreateParams.payment_method_options`, `SetupIntentUpdateParams.payment_method_data`, and `SetupIntentUpdateParams.payment_method_options`
1774
+ * Add support for new values `affirm` and `link` on enums `CustomerListPaymentMethodsParams.type` and `PaymentMethodListParams.type`
1775
+ * Add support for new value `link` on enums `Invoice.payment_settings.payment_method_types[]`, `InvoiceCreateParams.payment_settings.payment_method_types[]`, `InvoiceUpdateParams.payment_settings.payment_method_types[]`, `Subscription.payment_settings.payment_method_types[]`, `SubscriptionCreateParams.payment_settings.payment_method_types[]`, and `SubscriptionUpdateParams.payment_settings.payment_method_types[]`
1776
+ * Add support for new values `affirm` and `link` on enums `PaymentIntentConfirmParams.payment_method_data.type`, `PaymentIntentCreateParams.payment_method_data.type`, `PaymentIntentUpdateParams.payment_method_data.type`, `SetupIntentConfirmParams.payment_method_data.type`, `SetupIntentCreateParams.payment_method_data.type`, and `SetupIntentUpdateParams.payment_method_data.type`
1777
+ * Add support for new values `affirm` and `link` on enum `PaymentMethodCreateParams.type`
1778
+ * Add support for new values `affirm` and `link` on enum `PaymentMethod.type`
1779
+
1780
+ ## 9.2.0 - 2022-05-19
1781
+ * [#1422](https://github.com/stripe/stripe-node/pull/1422) API Updates
1782
+ * Add support for new `Treasury` APIs: `CreditReversal`, `DebitReversal`, `FinancialAccountFeatures`, `FinancialAccount`, `FlowDetails`, `InboundTransfer`, `OutboundPayment`, `OutboundTransfer`, `ReceivedCredit`, `ReceivedDebit`, `TransactionEntry`, and `Transaction`
1783
+ * Add support for `treasury` on `Issuing.Authorization`, `Issuing.Dispute`, `Issuing.Transaction`, and `Issuing.DisputeCreateParams`
1784
+ * Add support for `retrieve_payment_method` method on resource `Customer`
1785
+ * Add support for `list_owners` and `list` methods on resource `FinancialConnections.Account`
1786
+ * Change `BillingPortal.ConfigurationCreateParams.features.customer_update.allowed_updates` to be optional
1787
+ * Change type of `BillingPortal.Session.return_url` from `string` to `nullable(string)`
1788
+ * Add support for `afterpay_clearpay`, `au_becs_debit`, `bacs_debit`, `eps`, `fpx`, `giropay`, `grabpay`, `klarna`, `paynow`, and `sepa_debit` on `Checkout.Session.payment_method_options`
1789
+ * Add support for `financial_account` on `Issuing.Card` and `Issuing.CardCreateParams`
1790
+ * Add support for `client_secret` on `Order`
1791
+ * Add support for `networks` on `PaymentIntentConfirmParams.payment_method_options.us_bank_account`, `PaymentIntentCreateParams.payment_method_options.us_bank_account`, `PaymentIntentUpdateParams.payment_method_options.us_bank_account`, `PaymentMethod.us_bank_account`, `SetupIntentConfirmParams.payment_method_options.us_bank_account`, `SetupIntentCreateParams.payment_method_options.us_bank_account`, and `SetupIntentUpdateParams.payment_method_options.us_bank_account`
1792
+ * Add support for `attach_to_self` and `flow_directions` on `SetupIntent`
1793
+ * Add support for `save_default_payment_method` on `Subscription.payment_settings`, `SubscriptionCreateParams.payment_settings`, and `SubscriptionUpdateParams.payment_settings`
1794
+ * Add support for `czk` on `Terminal.Configuration.tipping`, `Terminal.ConfigurationCreateParams.tipping`, and `Terminal.ConfigurationUpdateParams.tipping`
1795
+
1796
+ ## 9.1.0 - 2022-05-11
1797
+ * [#1420](https://github.com/stripe/stripe-node/pull/1420) API Updates
1798
+ * Add support for `description` on `Checkout.SessionCreateParams.subscription_data`, `SubscriptionCreateParams`, `SubscriptionUpdateParams`, and `Subscription`
1799
+ * Add support for `consent_collection`, `payment_intent_data`, `shipping_options`, `submit_type`, and `tax_id_collection` on `PaymentLinkCreateParams` and `PaymentLink`
1800
+ * Add support for `customer_creation` on `PaymentLinkCreateParams`, `PaymentLinkUpdateParams`, and `PaymentLink`
1801
+ * Add support for `metadata` on `SubscriptionSchedule.phases[]`, `SubscriptionScheduleCreateParams.phases[]`, and `SubscriptionScheduleUpdateParams.phases[]`
1802
+ * Add support for new value `billing_portal.session.created` on enums `WebhookEndpointCreateParams.enabled_events[]` and `WebhookEndpointUpdateParams.enabled_events[]`
1803
+
1804
+ ## 9.0.0 - 2022-05-09
1805
+ Major version release - The [migration guide](https://github.com/stripe/stripe-node/wiki/Migration-Guide-for-v9) contains a detailed list of backwards-incompatible changes with upgrade instructions.
1806
+ (⚠️ = breaking changes):
1807
+ * ⚠️[#1336](https://github.com/stripe/stripe-node/pull/1336) feat(http-client): retry closed connection errors
1808
+ * [#1415](https://github.com/stripe/stripe-node/pull/1415) [#1417](https://github.com/stripe/stripe-node/pull/1417) API Updates
1809
+ * ⚠️ Replace the legacy `Order` API with the new `Order` API.
1810
+ * Resource modified: `Order`.
1811
+ * New methods: `cancel`, `list_line_items`, `reopen`, and `submit`
1812
+ * Removed methods: `pay` and `return_order`
1813
+ * Removed resources: `OrderItem` and `OrderReturn`
1814
+ * Removed references from other resources: `Charge.order`
1815
+ * Add support for `amount_discount`, `amount_tax`, and `product` on `LineItem`
1816
+ * Change type of `Charge.shipping.name`, `Checkout.Session.shipping.name`, `Customer.shipping.name`, `Invoice.customer_shipping.name`, `PaymentIntent.shipping.name`, `ShippingDetails.name`, and `Source.source_order.shipping.name` from `nullable(string)` to `string`
1817
+
1818
+ ## 8.222.0 - 2022-05-05
1819
+ * [#1414](https://github.com/stripe/stripe-node/pull/1414) API Updates
1820
+ * Add support for `default_price_data` on `ProductCreateParams`
1821
+ * Add support for `default_price` on `ProductUpdateParams` and `Product`
1822
+ * Add support for `instructions_email` on `RefundCreateParams` and `Refund`
1823
+
1824
+
1825
+ ## 8.221.0 - 2022-05-05
1826
+ * [#1413](https://github.com/stripe/stripe-node/pull/1413) API Updates
1827
+ * Add support for new resources `FinancialConnections.AccountOwner`, `FinancialConnections.AccountOwnership`, `FinancialConnections.Account`, and `FinancialConnections.Session`
1828
+ * Add support for `financial_connections` on `Checkout.Session.payment_method_options.us_bank_account`, `Checkout.SessionCreateParams.payment_method_options.us_bank_account`, `Invoice.payment_settings.payment_method_options.us_bank_account`, `InvoiceCreateParams.payment_settings.payment_method_options.us_bank_account`, `InvoiceUpdateParams.payment_settings.payment_method_options.us_bank_account`, `PaymentIntent.payment_method_options.us_bank_account`, `PaymentIntentConfirmParams.payment_method_options.us_bank_account`, `PaymentIntentCreateParams.payment_method_options.us_bank_account`, `PaymentIntentUpdateParams.payment_method_options.us_bank_account`, `SetupIntent.payment_method_options.us_bank_account`, `SetupIntentConfirmParams.payment_method_options.us_bank_account`, `SetupIntentCreateParams.payment_method_options.us_bank_account`, `SetupIntentUpdateParams.payment_method_options.us_bank_account`, `Subscription.payment_settings.payment_method_options.us_bank_account`, `SubscriptionCreateParams.payment_settings.payment_method_options.us_bank_account`, and `SubscriptionUpdateParams.payment_settings.payment_method_options.us_bank_account`
1829
+ * Add support for `financial_connections_account` on `PaymentIntentConfirmParams.payment_method_data.us_bank_account`, `PaymentIntentCreateParams.payment_method_data.us_bank_account`, `PaymentIntentUpdateParams.payment_method_data.us_bank_account`, `PaymentMethod.us_bank_account`, `PaymentMethodCreateParams.us_bank_account`, `SetupIntentConfirmParams.payment_method_data.us_bank_account`, `SetupIntentCreateParams.payment_method_data.us_bank_account`, and `SetupIntentUpdateParams.payment_method_data.us_bank_account`
1830
+
1831
+ * [#1410](https://github.com/stripe/stripe-node/pull/1410) API Updates
1832
+ * Add support for `registered_address` on `AccountCreateParams.individual`, `AccountUpdateParams.individual`, `PersonCreateParams`, `PersonUpdateParams`, `Person`, `TokenCreateParams.account.individual`, and `TokenCreateParams.person`
1833
+ * Change type of `PaymentIntent.amount_details.tip.amount` from `nullable(integer)` to `integer`
1834
+ * Change `PaymentIntent.amount_details.tip.amount` to be optional
1835
+ * Add support for `payment_method_data` on `SetupIntentConfirmParams`, `SetupIntentCreateParams`, and `SetupIntentUpdateParams`
1836
+ * [#1409](https://github.com/stripe/stripe-node/pull/1409) Update autoPagination tests to be hermetic.
1837
+ * [#1411](https://github.com/stripe/stripe-node/pull/1411) Enable CI on beta branch
1838
+
1839
+ ## 8.220.0 - 2022-05-03
1840
+ * [#1407](https://github.com/stripe/stripe-node/pull/1407) API Updates
1841
+ * Add support for new resource `CashBalance`
1842
+ * Change type of `BillingPortal.Configuration.application` from `$Application` to `deletable($Application)`
1843
+ * Add support for `alipay` on `Checkout.Session.payment_method_options` and `Checkout.SessionCreateParams.payment_method_options`
1844
+ * Change type of `Checkout.SessionCreateParams.payment_method_options.konbini.expires_after_days` from `emptyStringable(integer)` to `integer`
1845
+ * Add support for new value `eu_oss_vat` on enums `Checkout.Session.customer_details.tax_ids[].type`, `Invoice.customer_tax_ids[].type`, and `TaxId.type`
1846
+ * Add support for new value `eu_oss_vat` on enums `CustomerCreateParams.tax_id_data[].type`, `InvoiceUpcomingLinesParams.customer_details.tax_ids[].type`, `InvoiceUpcomingParams.customer_details.tax_ids[].type`, and `TaxIdCreateParams.type`
1847
+ * Add support for `cash_balance` on `Customer`
1848
+ * Add support for `application` on `Invoice`, `Quote`, `SubscriptionSchedule`, and `Subscription`
1849
+ * [#1403](https://github.com/stripe/stripe-node/pull/1403) Add tests for specifying a custom host on StripeMethod.
1850
+
1851
+ ## 8.219.0 - 2022-04-21
1852
+ * [#1398](https://github.com/stripe/stripe-node/pull/1398) API Updates
1853
+ * Add support for `expire` test helper method on resource `Refund`
1854
+ * Change type of `BillingPortal.Configuration.application` from `string` to `expandable($Application)`
1855
+ * Change `Issuing.DisputeCreateParams.transaction` to be optional
1856
+
1857
+ ## 8.218.0 - 2022-04-18
1858
+ * [#1396](https://github.com/stripe/stripe-node/pull/1396) API Updates
1859
+ * Add support for new resources `FundingInstructions` and `Terminal.Configuration`
1860
+ * Add support for `create_funding_instructions` method on resource `Customer`
1861
+ * Add support for new value `customer_balance` as a payment method `type`.
1862
+ * Add support for `customer_balance` on `Charge.payment_method_details`, `PaymentIntent.payment_method_options`, `PaymentIntentConfirmParams.payment_method_data`, `PaymentIntentConfirmParams.payment_method_options`, `PaymentIntentCreateParams.payment_method_data`, `PaymentIntentCreateParams.payment_method_options`, `PaymentIntentUpdateParams.payment_method_data`, `PaymentIntentUpdateParams.payment_method_options`, `PaymentMethodCreateParams`, and `PaymentMethod`
1863
+ * Add support for `cash_balance` on `CustomerCreateParams` and `CustomerUpdateParams`
1864
+ * Add support for `amount_details` on `PaymentIntent`
1865
+ * Add support for `display_bank_transfer_instructions` on `PaymentIntent.next_action`
1866
+ * Add support for `configuration_overrides` on `Terminal.Location`, `Terminal.LocationCreateParams`, and `Terminal.LocationUpdateParams`
1867
+
1868
+ ## 8.217.0 - 2022-04-13
1869
+ * [#1395](https://github.com/stripe/stripe-node/pull/1395) API Updates
1870
+ * Add support for `increment_authorization` method on resource `PaymentIntent`
1871
+ * Add support for `incremental_authorization_supported` on `Charge.payment_method_details.card_present`
1872
+ * Add support for `request_incremental_authorization_support` on `PaymentIntent.payment_method_options.card_present`, `PaymentIntentConfirmParams.payment_method_options.card_present`, `PaymentIntentCreateParams.payment_method_options.card_present`, and `PaymentIntentUpdateParams.payment_method_options.card_present`
1873
+
1874
+ ## 8.216.0 - 2022-04-08
1875
+ * [#1391](https://github.com/stripe/stripe-node/pull/1391) API Updates
1876
+ * Add support for `apply_customer_balance` method on resource `PaymentIntent`
1877
+ * Add support for new value `cash_balance.funds_available` on enums `WebhookEndpointCreateParams.enabled_events[]` and `WebhookEndpointUpdateParams.enabled_events[]`
1878
+
1879
+ ## 8.215.0 - 2022-04-01
1880
+ * [#1389](https://github.com/stripe/stripe-node/pull/1389) API Updates
1881
+ * Add support for `bank_transfer_payments` on `Account.capabilities`, `AccountCreateParams.capabilities`, and `AccountUpdateParams.capabilities`
1882
+ * Add support for `capture_before` on `Charge.payment_method_details.card_present`
1883
+ * Add support for `address` and `name` on `Checkout.Session.customer_details`
1884
+ * Add support for `customer_balance` on `Invoice.payment_settings.payment_method_options`, `InvoiceCreateParams.payment_settings.payment_method_options`, `InvoiceUpdateParams.payment_settings.payment_method_options`, `Subscription.payment_settings.payment_method_options`, `SubscriptionCreateParams.payment_settings.payment_method_options`, and `SubscriptionUpdateParams.payment_settings.payment_method_options`
1885
+ * Add support for new value `customer_balance` on enums `Invoice.payment_settings.payment_method_types[]`, `InvoiceCreateParams.payment_settings.payment_method_types[]`, `InvoiceUpdateParams.payment_settings.payment_method_types[]`, `Subscription.payment_settings.payment_method_types[]`, `SubscriptionCreateParams.payment_settings.payment_method_types[]`, and `SubscriptionUpdateParams.payment_settings.payment_method_types[]`
1886
+ * Add support for `request_extended_authorization` on `PaymentIntent.payment_method_options.card_present`, `PaymentIntentConfirmParams.payment_method_options.card_present`, `PaymentIntentCreateParams.payment_method_options.card_present`, and `PaymentIntentUpdateParams.payment_method_options.card_present`
1887
+ * Add support for new values `payment_intent.partially_funded`, `terminal.reader.action_failed`, and `terminal.reader.action_succeeded` on enums `WebhookEndpointCreateParams.enabled_events[]` and `WebhookEndpointUpdateParams.enabled_events[]`
1888
+
1889
+ * [#1388](https://github.com/stripe/stripe-node/pull/1388) Stop sending Content-Length header for verbs which don't have bodies.
1890
+ * Fixes https://github.com/stripe/stripe-node/issues/1360.
1891
+
1892
+ ## 8.214.0 - 2022-03-30
1893
+ * [#1386](https://github.com/stripe/stripe-node/pull/1386) API Updates
1894
+ * Add support for `cancel_action`, `process_payment_intent`, `process_setup_intent`, and `set_reader_display` methods on resource `Terminal.Reader`
1895
+ * Change `Charge.failure_balance_transaction`, `Invoice.payment_settings.payment_method_options.us_bank_account`, `PaymentIntent.next_action.verify_with_microdeposits.microdeposit_type`, `SetupIntent.next_action.verify_with_microdeposits.microdeposit_type`, and `Subscription.payment_settings.payment_method_options.us_bank_account` to be required
1896
+ * Add support for `action` on `Terminal.Reader`
1897
+
1898
+ ## 8.213.0 - 2022-03-28
1899
+ * [#1383](https://github.com/stripe/stripe-node/pull/1383) API Updates
1900
+ * Add support for Search API
1901
+ * Add support for `search` method on resources `Charge`, `Customer`, `Invoice`, `PaymentIntent`, `Price`, `Product`, and `Subscription`
1902
+ * [#1384](https://github.com/stripe/stripe-node/pull/1384) Bump qs package to latest.
1903
+
1904
+ ## 8.212.0 - 2022-03-25
1905
+ * [#1381](https://github.com/stripe/stripe-node/pull/1381) API Updates
1906
+ * Add support for PayNow and US Bank Accounts Debits payments
1907
+ * **Charge** ([API ref](https://stripe.com/docs/api/charges/object#charge_object-payment_method_details))
1908
+ * Add support for `paynow` and `us_bank_account` on `Charge.payment_method_details`
1909
+ * **Customer** ([API ref](https://stripe.com/docs/api/payment_methods/customer_list#list_customer_payment_methods-type))
1910
+ * Add support for new values `paynow` and `us_bank_account` on enum `CustomerListPaymentMethodsParams.type`
1911
+ * **Payment Intent** ([API ref](https://stripe.com/docs/api/payment_intents/object#payment_intent_object-payment_method_options))
1912
+ * Add support for `paynow` and `us_bank_account` on `payment_method_options` on `PaymentIntent`, `PaymentIntentCreateParams`, `PaymentIntentUpdateParams`, and `PaymentIntentConfirmParams`
1913
+ * Add support for `paynow` and `us_bank_account` on `payment_method_data` on `PaymentIntentCreateParams`, `PaymentIntentUpdateParams`, and `PaymentIntentConfirmParams`
1914
+ * Add support for `paynow_display_qr_code` on `PaymentIntent.next_action`
1915
+ * Add support for new values `paynow` and `us_bank_account` on enums `payment_method_data.type` on `PaymentIntentCreateParams`, and `PaymentIntentUpdateParams`, and `PaymentIntentConfirmParams`
1916
+ * **Setup Intent** ([API ref](https://stripe.com/docs/api/setup_intents/object#setup_intent_object-payment_method_options))
1917
+ * Add support for `us_bank_account` on `payment_method_options` on `SetupIntent`, `SetupIntentCreateParams`, `SetupIntentUpdateParams`, and `SetupIntentConfirmParams`
1918
+ * **Setup Attempt** ([API ref](https://stripe.com/docs/api/setup_attempts/object#setup_attempt_object-payment_method_details))
1919
+ * Add support for `us_bank_account` on `SetupAttempt.payment_method_details`
1920
+ * **Payment Method** ([API ref](https://stripe.com/docs/api/payment_methods/object#payment_method_object-paynow))
1921
+ * Add support for `paynow` and `us_bank_account` on `PaymentMethod` and `PaymentMethodCreateParams`
1922
+ * Add support for `us_bank_account` on `PaymentMethodUpdateParams`
1923
+ * Add support for new values `paynow` and `us_bank_account` on enums `PaymentMethod.type`, `PaymentMethodCreateParams.type`. and `PaymentMethodListParams.type`
1924
+ * **Checkout Session** ([API ref](https://stripe.com/docs/api/checkout/sessions/create#create_checkout_session-payment_method_types))
1925
+ * Add support for `us_bank_account` on `payment_method_options` on `Checkout.Session` and `Checkout.SessionCreateParams`
1926
+ * Add support for new values `paynow` and `us_bank_account` on enum `Checkout.SessionCreateParams.payment_method_types[]`
1927
+ * **Invoice** ([API ref](https://stripe.com/docs/api/invoices/object#invoice_object-payment_settings-payment_method_types))
1928
+ * Add support for `us_bank_account` on `payment_settings.payment_method_options` on `Invoice`, `InvoiceCreateParams`, and `InvoiceUpdateParams`
1929
+ * Add support for new values `paynow` and `us_bank_account` on enums `payment_settings.payment_method_types[]` on `Invoice`, `InvoiceCreateParams`, and `InvoiceUpdateParams`
1930
+ * **Subscription** ([API ref](https://stripe.com/docs/api/subscriptions/object#subscription_object-payment_settings-payment_method_types))
1931
+ * Add support for `us_bank_account` on `Subscription.payment_settings.payment_method_options`, `SubscriptionCreateParams.payment_settings.payment_method_options`, and `SubscriptionUpdateParams.payment_settings.payment_method_options`
1932
+ * Add support for new values `paynow` and `us_bank_account` on enums `payment_settings.payment_method_types[]` on `Subscription`, `SubscriptionCreateParams`, and `SubscriptionUpdateParams`
1933
+ * **Account capabilities** ([API ref](https://stripe.com/docs/api/accounts/object#account_object-capabilities))
1934
+ * Add support for `paynow_payments` on `capabilities` on `Account`, `AccountCreateParams`, and `AccountUpdateParams`
1935
+ * Add support for `failure_balance_transaction` on `Charge`
1936
+ * Add support for `capture_method` on `afterpay_clearpay`, `card`, and `klarna` on `payment_method_options` on
1937
+ `PaymentIntent`, `PaymentIntentCreateParams`, `PaymentIntentUpdateParams`, and `PaymentIntentConfirmParams` ([API ref](https://stripe.com/docs/api/payment_intents/object#payment_intent_object-payment_method_options-afterpay_clearpay-capture_method))
1938
+ * Add additional support for verify microdeposits on Payment Intent and Setup Intent ([API ref](https://stripe.com/docs/api/payment_intents/verify_microdeposits))
1939
+ * Add support for `microdeposit_type` on `next_action.verify_with_microdeposits` on `PaymentIntent` and `SetupIntent`
1940
+ * Add support for `descriptor_code` on `PaymentIntentVerifyMicrodepositsParams` and `SetupIntentVerifyMicrodepositsParams`
1941
+ * Add support for `test_clock` on `SubscriptionListParams` ([API ref](https://stripe.com/docs/api/subscriptions/list#list_subscriptions-test_clock))
1942
+ * [#1375](https://github.com/stripe/stripe-node/pull/1375) Update error types to be namespaced under Stripe.error
1943
+ * [#1380](https://github.com/stripe/stripe-node/pull/1380) Force update minimist dependency
1944
+
1945
+ ## 8.211.0 - 2022-03-23
1946
+ * [#1377](https://github.com/stripe/stripe-node/pull/1377) API Updates
1947
+ * Add support for `cancel` method on resource `Refund`
1948
+ * Add support for new values `bg_uic`, `hu_tin`, and `si_tin` on enums `Checkout.Session.customer_details.tax_ids[].type`, `Invoice.customer_tax_ids[].type`, and `TaxId.type`
1949
+ * Add support for new values `bg_uic`, `hu_tin`, and `si_tin` on enums `CustomerCreateParams.tax_id_data[].type`, `InvoiceUpcomingLinesParams.customer_details.tax_ids[].type`, `InvoiceUpcomingParams.customer_details.tax_ids[].type`, and `TaxIdCreateParams.type`
1950
+ * Change `InvoiceCreateParams.customer` to be optional
1951
+ * Add support for `test_clock` on `QuoteListParams`
1952
+ * Add support for new values `test_helpers.test_clock.advancing`, `test_helpers.test_clock.created`, `test_helpers.test_clock.deleted`, `test_helpers.test_clock.internal_failure`, and `test_helpers.test_clock.ready` on enums `WebhookEndpointCreateParams.enabled_events[]` and `WebhookEndpointUpdateParams.enabled_events[]`
1953
+
1954
+ ## 8.210.0 - 2022-03-18
1955
+ * [#1372](https://github.com/stripe/stripe-node/pull/1372) API Updates
1956
+ * Add support for `status` on `Card`
1957
+
1958
+ ## 8.209.0 - 2022-03-11
1959
+ * [#1368](https://github.com/stripe/stripe-node/pull/1368) API Updates
1960
+ * Add support for `mandate` on `Charge.payment_method_details.card`
1961
+ * Add support for `mandate_options` on `PaymentIntentCreateParams.payment_method_options.card`, `PaymentIntentUpdateParams.payment_method_options.card`, `PaymentIntentConfirmParams.payment_method_options.card`, `PaymentIntent.payment_method_options.card`, `SetupIntentCreateParams.payment_method_options.card`, `SetupIntentUpdateParams.payment_method_options.card`, `SetupIntentConfirmParams.payment_method_options.card`, and `SetupIntent.payment_method_options.card`
1962
+ * Add support for `card_await_notification` on `PaymentIntent.next_action`
1963
+ * Add support for `customer_notification` on `PaymentIntent.processing.card`
1964
+ * Change `PaymentLinkCreateParams.line_items` to be required, and change `PaymentLink.create` to require `PaymentLinkCreateParams`
1965
+
1966
+ * [#1364](https://github.com/stripe/stripe-node/pull/1364) Update search pagination to use page param instead of next_page.
1967
+
1968
+ ## 8.208.0 - 2022-03-09
1969
+ * [#1366](https://github.com/stripe/stripe-node/pull/1366) API Updates
1970
+ * Add support for `test_clock` on `CustomerListParams`
1971
+ * Change `Invoice.test_clock`, `InvoiceItem.test_clock`, `Quote.test_clock`, `Subscription.test_clock`, and `SubscriptionSchedule.test_clock` to be required
1972
+
1973
+ ## 8.207.0 - 2022-03-02
1974
+ * [#1363](https://github.com/stripe/stripe-node/pull/1363) API Updates
1975
+ * Add support for new resources `CreditedItems` and `ProrationDetails`
1976
+ * Add support for `proration_details` on `InvoiceLineItem`
1977
+
1978
+ ## 8.206.0 - 2022-03-01
1979
+ * [#1361](https://github.com/stripe/stripe-node/pull/1361) [#1362](https://github.com/stripe/stripe-node/pull/1362) API Updates
1980
+ * Add support for new resource `TestHelpers.TestClock`
1981
+ * Add support for `test_clock` on `CustomerCreateParams`, `Customer`, `Invoice`, `InvoiceItem`, `QuoteCreateParams`, `Quote`, `Subscription`, and `SubscriptionSchedule`
1982
+ * Add support for `pending_invoice_items_behavior` on `InvoiceCreateParams`
1983
+ * Change type of `ProductUpdateParams.url` from `string` to `emptyStringable(string)`
1984
+ * Add support for `next_action` on `Refund`
1985
+
1986
+ ## 8.205.0 - 2022-02-25
1987
+ * [#1098](https://github.com/stripe/stripe-node/pull/1098) Typescript: add declaration for `onDone` on `autoPagingEach`
1988
+ * [#1357](https://github.com/stripe/stripe-node/pull/1357) Properly handle API errors with unknown error types
1989
+ * [#1359](https://github.com/stripe/stripe-node/pull/1359) API Updates
1990
+ * Change `BillingPortal.Configuration` `.business_profile.privacy_policy_url` and `.business_profile.terms_of_service_url` to be optional on requests and responses
1991
+
1992
+ * Add support for `konbini_payments` on `AccountUpdateParams.capabilities`, `AccountCreateParams.capabilities`, and `Account.capabilities`
1993
+ * Add support for `konbini` on `Charge.payment_method_details`,
1994
+ * Add support for `.payment_method_options.konbini` and `.payment_method_data.konbini` on the `PaymentIntent` API.
1995
+ * Add support for `.payment_settings.payment_method_options.konbini` on the `Invoice` API.
1996
+ * Add support for `.payment_method_options.konbini` on the `Subscription` API
1997
+ * Add support for `.payment_method_options.konbini` on the `Checkout.Session` API
1998
+ * Add support for `konbini` on the `PaymentMethod` API.
1999
+ * Add support for `konbini_display_details` on `PaymentIntent.next_action`
2000
+ * [#1311](https://github.com/stripe/stripe-node/pull/1311) update documentation to use appInfo
2001
+
2002
+ ## 8.204.0 - 2022-02-23
2003
+ * [#1354](https://github.com/stripe/stripe-node/pull/1354) API Updates
2004
+ * Add support for `setup_future_usage` on `PaymentIntentCreateParams.payment_method_options.*`
2005
+ * Add support for new values `bbpos_wisepad3` and `stripe_m2` on enums `Terminal.ReaderListParams.device_type` and `Terminal.Reader.device_type`
2006
+ * Add support for `object` on `ExternalAccountListParams` (fixes #1351)
2007
+
2008
+ ## 8.203.0 - 2022-02-15
2009
+ * [#1350](https://github.com/stripe/stripe-node/pull/1350) API Updates
2010
+ * Add support for `verify_microdeposits` method on resources `PaymentIntent` and `SetupIntent`
2011
+ * Add support for new value `grabpay` on enums `InvoiceCreateParams.payment_settings.payment_method_types[]`, `InvoiceUpdateParams.payment_settings.payment_method_types[]`, `Invoice.payment_settings.payment_method_types[]`, `SubscriptionCreateParams.payment_settings.payment_method_types[]`, `SubscriptionUpdateParams.payment_settings.payment_method_types[]`, and `Subscription.payment_settings.payment_method_types[]`
2012
+ * [#1348](https://github.com/stripe/stripe-node/pull/1348) API Updates
2013
+ * Add support for `pin` on `Issuing.CardUpdateParams`
2014
+
2015
+ ## 8.202.0 - 2022-02-03
2016
+ * [#1344](https://github.com/stripe/stripe-node/pull/1344) API Updates
2017
+ * Add support for new value `au_becs_debit` on enum `Checkout.SessionCreateParams.payment_method_types[]`
2018
+ * Change type of `Refund.reason` from `string` to `enum('duplicate'|'expired_uncaptured_charge'|'fraudulent'|'requested_by_customer')`
2019
+
2020
+ ## 8.201.0 - 2022-01-28
2021
+ * [#1342](https://github.com/stripe/stripe-node/pull/1342) Bump nanoid from 3.1.20 to 3.2.0.
2022
+ * [#1335](https://github.com/stripe/stripe-node/pull/1335) Fix StripeResource to successfully import TIMEOUT_ERROR_CODE.
2023
+ * [#1339](https://github.com/stripe/stripe-node/pull/1339) Bump node-fetch from 2.6.2 to 2.6.7
2024
+
2025
+ ## 8.200.0 - 2022-01-25
2026
+ * [#1338](https://github.com/stripe/stripe-node/pull/1338) API Updates
2027
+ * Change `Checkout.Session.payment_link` to be required
2028
+ * Add support for `phone_number_collection` on `PaymentLinkCreateParams` and `PaymentLink`
2029
+ * Add support for new values `payment_link.created` and `payment_link.updated` on enums `WebhookEndpointCreateParams.enabled_events[]` and `WebhookEndpointUpdateParams.enabled_events[]`
2030
+ * Add support for new value `is_vat` on enums `Checkout.Session.customer_details.tax_ids[].type`, `Invoice.customer_tax_ids[].type`, and `TaxId.type`
2031
+ * Add support for new value `is_vat` on enums `CustomerCreateParams.tax_id_data[].type`, `InvoiceUpcomingParams.customer_details.tax_ids[].type`, `InvoiceUpcomingLinesParams.customer_details.tax_ids[].type`, and `TaxIdCreateParams.type`
2032
+
2033
+ * [#1333](https://github.com/stripe/stripe-node/pull/1333) Customer tax_ids is not included by default
2034
+
2035
+ ## 8.199.0 - 2022-01-20
2036
+ * [#1332](https://github.com/stripe/stripe-node/pull/1332) API Updates
2037
+ * Add support for new resource `PaymentLink`
2038
+ * Add support for `payment_link` on `Checkout.Session`
2039
+
2040
+ ## 8.198.0 - 2022-01-19
2041
+ * [#1331](https://github.com/stripe/stripe-node/pull/1331) API Updates
2042
+ * Change type of `Charge.status` from `string` to `enum('failed'|'pending'|'succeeded')`
2043
+ * Add support for `bacs_debit` and `eps` on `PaymentIntentCreateParams.payment_method_options`, `PaymentIntentUpdateParams.payment_method_options`, `PaymentIntentConfirmParams.payment_method_options`, and `PaymentIntent.payment_method_options`
2044
+ * Add support for `image_url_png` and `image_url_svg` on `PaymentIntent.next_action.wechat_pay_display_qr_code`
2045
+
2046
+ ## 8.197.0 - 2022-01-13
2047
+ * [#1329](https://github.com/stripe/stripe-node/pull/1329) API Updates
2048
+ * Add support for `paid_out_of_band` on `Invoice`
2049
+
2050
+ ## 8.196.0 - 2022-01-12
2051
+ * [#1328](https://github.com/stripe/stripe-node/pull/1328) API Updates
2052
+ * Add support for `customer_creation` on `Checkout.SessionCreateParams` and `Checkout.Session`
2053
+ * Add support for `fpx` and `grabpay` on `PaymentIntentCreateParams.payment_method_options`, `PaymentIntentUpdateParams.payment_method_options`, `PaymentIntentConfirmParams.payment_method_options`, and `PaymentIntent.payment_method_options`
2054
+ * [#1315](https://github.com/stripe/stripe-node/pull/1315) API Updates
2055
+ * Add support for `mandate_options` on `SubscriptionCreateParams.payment_settings.payment_method_options.card`, `SubscriptionUpdateParams.payment_settings.payment_method_options.card`, and `Subscription.payment_settings.payment_method_options.card`
2056
+ * [#1327](https://github.com/stripe/stripe-node/pull/1327) Remove DOM type references.
2057
+ * [#1325](https://github.com/stripe/stripe-node/pull/1325) Add comment documenting makeRequest#headers type.
2058
+
2059
+ ## 8.195.0 - 2021-12-22
2060
+ * [#1314](https://github.com/stripe/stripe-node/pull/1314) API Updates
2061
+ * Add support for `au_becs_debit` on `PaymentIntentCreateParams.payment_method_options`, `PaymentIntentUpdateParams.payment_method_options`, `PaymentIntentConfirmParams.payment_method_options`, and `PaymentIntent.payment_method_options`
2062
+ * Change type of `PaymentIntent.processing.type` from `string` to `literal('card')`. This is not considered a breaking change as the field was added in the same release.
2063
+ * [#1313](https://github.com/stripe/stripe-node/pull/1313) API Updates
2064
+ * Add support for new values `en-FR`, `es-US`, and `fr-FR` on enums `PaymentIntentCreateParams.payment_method_options.klarna.preferred_locale`, `PaymentIntentUpdateParams.payment_method_options.klarna.preferred_locale`, and `PaymentIntentConfirmParams.payment_method_options.klarna.preferred_locale`
2065
+ * Add support for `boleto` on `SetupAttempt.payment_method_details`
2066
+
2067
+ * [#1312](https://github.com/stripe/stripe-node/pull/1312) API Updates
2068
+ * Add support for `processing` on `PaymentIntent`
2069
+
2070
+ ## 8.194.0 - 2021-12-15
2071
+ * [#1309](https://github.com/stripe/stripe-node/pull/1309) API Updates
2072
+ * Add support for new resource `PaymentIntentTypeSpecificPaymentMethodOptionsClient`
2073
+ * Add support for `setup_future_usage` on `PaymentIntentCreateParams.payment_method_options.card`, `PaymentIntentUpdateParams.payment_method_options.card`, `PaymentIntentConfirmParams.payment_method_options.card`, and `PaymentIntent.payment_method_options.card`
2074
+
2075
+ ## 8.193.0 - 2021-12-09
2076
+ * [#1308](https://github.com/stripe/stripe-node/pull/1308) API Updates
2077
+ * Add support for `metadata` on `BillingPortal.ConfigurationCreateParams`, `BillingPortal.ConfigurationUpdateParams`, and `BillingPortal.Configuration`
2078
+
2079
+ ## 8.192.0 - 2021-12-09
2080
+ * [#1307](https://github.com/stripe/stripe-node/pull/1307) API Updates
2081
+ * Add support for new values `ge_vat` and `ua_vat` on enums `Checkout.Session.customer_details.tax_ids[].type`, `Invoice.customer_tax_ids[].type`, and `TaxId.type`
2082
+ * Add support for new values `ge_vat` and `ua_vat` on enums `CustomerCreateParams.tax_id_data[].type`, `InvoiceUpcomingParams.customer_details.tax_ids[].type`, `InvoiceUpcomingLinesParams.customer_details.tax_ids[].type`, and `TaxIdCreateParams.type`
2083
+ * Change type of `PaymentIntentCreateParams.payment_method_data.billing_details.email`, `PaymentIntentUpdateParams.payment_method_data.billing_details.email`, `PaymentIntentConfirmParams.payment_method_data.billing_details.email`, `PaymentMethodCreateParams.billing_details.email`, and `PaymentMethodUpdateParams.billing_details.email` from `string` to `emptyStringable(string)`
2084
+ * Add support for `giropay` on `PaymentIntentCreateParams.payment_method_options`, `PaymentIntentUpdateParams.payment_method_options`, `PaymentIntentConfirmParams.payment_method_options`, and `PaymentIntent.payment_method_options`
2085
+ * Add support for new value `en-IE` on enums `PaymentIntentCreateParams.payment_method_options.klarna.preferred_locale`, `PaymentIntentUpdateParams.payment_method_options.klarna.preferred_locale`, and `PaymentIntentConfirmParams.payment_method_options.klarna.preferred_locale`
2086
+ * [#1301](https://github.com/stripe/stripe-node/pull/1301) Remove coveralls from package.json
2087
+ * [#1300](https://github.com/stripe/stripe-node/pull/1300) Fix broken link in docstring
2088
+
2089
+ ## 8.191.0 - 2021-11-19
2090
+ * [#1299](https://github.com/stripe/stripe-node/pull/1299) API Updates
2091
+ * Add support for `wallets` on `Issuing.Card`
2092
+
2093
+ * [#1298](https://github.com/stripe/stripe-node/pull/1298) API Updates
2094
+ * Add support for `interac_present` on `PaymentIntentCreateParams.payment_method_options`, `PaymentIntentUpdateParams.payment_method_options`, `PaymentIntentConfirmParams.payment_method_options`, and `PaymentIntent.payment_method_options`
2095
+ * Add support for new value `jct` on enums `TaxRateCreateParams.tax_type`, `TaxRateUpdateParams.tax_type`, and `TaxRate.tax_type`
2096
+
2097
+ ## 8.190.0 - 2021-11-17
2098
+ * [#1297](https://github.com/stripe/stripe-node/pull/1297) API Updates
2099
+ * Add support for `automatic_payment_methods` on `PaymentIntentCreateParams` and `PaymentIntent`
2100
+
2101
+
2102
+ ## 8.189.0 - 2021-11-16
2103
+ * [#1295](https://github.com/stripe/stripe-node/pull/1295) API Updates
2104
+ * Add support for new resource `ShippingRate`
2105
+ * Add support for `shipping_options` on `Checkout.SessionCreateParams` and `Checkout.Session`
2106
+ * Add support for `shipping_rate` on `Checkout.Session`
2107
+
2108
+ ## 8.188.0 - 2021-11-12
2109
+ * [#1293](https://github.com/stripe/stripe-node/pull/1293) API Updates
2110
+ * Add support for new value `agrobank` on enums `Charge.payment_method_details.fpx.bank`, `PaymentIntentCreateParams.payment_method_data.fpx.bank`, `PaymentIntentUpdateParams.payment_method_data.fpx.bank`, `PaymentIntentConfirmParams.payment_method_data.fpx.bank`, `PaymentMethodCreateParams.fpx.bank`, and `PaymentMethod.fpx.bank`
2111
+
2112
+ ## 8.187.0 - 2021-11-11
2113
+ * [#1292](https://github.com/stripe/stripe-node/pull/1292) API Updates
2114
+ * Add support for `expire` method on resource `Checkout.Session`
2115
+ * Add support for `status` on `Checkout.Session`
2116
+ * [#1288](https://github.com/stripe/stripe-node/pull/1288) Add SubtleCryptoProvider and update Webhooks to allow async crypto.
2117
+ * [#1291](https://github.com/stripe/stripe-node/pull/1291) Better types in `lib.d.ts`
2118
+
2119
+ ## 8.186.1 - 2021-11-04
2120
+ * [#1284](https://github.com/stripe/stripe-node/pull/1284) API Updates
2121
+ * Remove support for `ownership_declaration_shown_and_signed` on `TokenCreateParams.account`. This API was unused.
2122
+ * Add support for `ownership_declaration_shown_and_signed` on `TokenCreateParams.account.company`
2123
+
2124
+
2125
+ ## 8.186.0 - 2021-11-01
2126
+ * [#1283](https://github.com/stripe/stripe-node/pull/1283) API Updates
2127
+ * Add support for `ownership_declaration` on `AccountUpdateParams.company`, `AccountCreateParams.company`, `Account.company`, and `TokenCreateParams.account.company`
2128
+ * Add support for `proof_of_registration` on `AccountUpdateParams.documents` and `AccountCreateParams.documents`
2129
+ * Add support for `ownership_declaration_shown_and_signed` on `TokenCreateParams.account`
2130
+
2131
+ ## 8.185.0 - 2021-11-01
2132
+ * [#1282](https://github.com/stripe/stripe-node/pull/1282) API Updates
2133
+ * Change type of `AccountUpdateParams.individual.full_name_aliases`, `AccountCreateParams.individual.full_name_aliases`, `PersonCreateParams.full_name_aliases`, `PersonUpdateParams.full_name_aliases`, `TokenCreateParams.account.individual.full_name_aliases`, and `TokenCreateParams.person.full_name_aliases` from `array(string)` to `emptyStringable(array(string))`
2134
+ * Add support for new values `en-BE`, `en-ES`, and `en-IT` on enums `PaymentIntentCreateParams.payment_method_options.klarna.preferred_locale`, `PaymentIntentUpdateParams.payment_method_options.klarna.preferred_locale`, and `PaymentIntentConfirmParams.payment_method_options.klarna.preferred_locale`
2135
+
2136
+ ## 8.184.0 - 2021-10-20
2137
+ * [#1276](https://github.com/stripe/stripe-node/pull/1276) API Updates
2138
+ * Change `Account.controller.type` to be required
2139
+ * Add support for `buyer_id` on `Charge.payment_method_details.alipay`
2140
+ * [#1273](https://github.com/stripe/stripe-node/pull/1273) Add typed createFetchHttpClient function.
2141
+
2142
+ ## 8.183.0 - 2021-10-15
2143
+ * [#1272](https://github.com/stripe/stripe-node/pull/1272) API Updates
2144
+ * Change type of `UsageRecordCreateParams.timestamp` from `integer` to `literal('now') | integer`
2145
+ * Change `UsageRecordCreateParams.timestamp` to be optional
2146
+
2147
+ ## 8.182.0 - 2021-10-14
2148
+ * [#1271](https://github.com/stripe/stripe-node/pull/1271) API Updates
2149
+ * Change `Charge.payment_method_details.klarna.payment_method_category`, `Charge.payment_method_details.klarna.preferred_locale`, `Checkout.Session.customer_details.phone`, and `PaymentMethod.klarna.dob` to be required
2150
+ * Add support for new value `klarna` on enum `Checkout.SessionCreateParams.payment_method_types[]`
2151
+
2152
+ ## 8.181.0 - 2021-10-11
2153
+ * [#1269](https://github.com/stripe/stripe-node/pull/1269) API Updates
2154
+ * Add support for `payment_method_category` and `preferred_locale` on `Charge.payment_method_details.klarna`
2155
+ * Add support for new value `klarna` on enums `CustomerListPaymentMethodsParams.type` and `PaymentMethodListParams.type`
2156
+ * Add support for `klarna` on `PaymentIntentCreateParams.payment_method_data`, `PaymentIntentCreateParams.payment_method_options`, `PaymentIntentUpdateParams.payment_method_data`, `PaymentIntentUpdateParams.payment_method_options`, `PaymentIntentConfirmParams.payment_method_data`, `PaymentIntentConfirmParams.payment_method_options`, `PaymentIntent.payment_method_options`, `PaymentMethodCreateParams`, and `PaymentMethod`
2157
+ * Add support for new value `klarna` on enums `PaymentIntentCreateParams.payment_method_data.type`, `PaymentIntentUpdateParams.payment_method_data.type`, and `PaymentIntentConfirmParams.payment_method_data.type`
2158
+ * Add support for new value `klarna` on enum `PaymentMethodCreateParams.type`
2159
+ * Add support for new value `klarna` on enum `PaymentMethod.type`
2160
+
2161
+ ## 8.180.0 - 2021-10-11
2162
+ * [#1266](https://github.com/stripe/stripe-node/pull/1266) API Updates
2163
+ * Add support for `list_payment_methods` method on resource `Customer`
2164
+
2165
+ ## 8.179.0 - 2021-10-07
2166
+ * [#1265](https://github.com/stripe/stripe-node/pull/1265) API Updates
2167
+ * Add support for `phone_number_collection` on `Checkout.SessionCreateParams` and `Checkout.Session`
2168
+ * Add support for `phone` on `Checkout.Session.customer_details`
2169
+ * Change `PaymentMethodListParams.customer` to be optional
2170
+ * Add support for new value `customer_id` on enums `Radar.ValueListCreateParams.item_type` and `Radar.ValueList.item_type`
2171
+ * Add support for new value `bbpos_wisepos_e` on enums `Terminal.ReaderListParams.device_type` and `Terminal.Reader.device_type`
2172
+
2173
+ ## 8.178.0 - 2021-09-29
2174
+ * [#1261](https://github.com/stripe/stripe-node/pull/1261) API Updates
2175
+ * Add support for `klarna_payments` on `AccountUpdateParams.capabilities`, `AccountCreateParams.capabilities`, and `Account.capabilities`
2176
+
2177
+ ## 8.177.0 - 2021-09-28
2178
+ * [#1257](https://github.com/stripe/stripe-node/pull/1257) API Updates
2179
+ * Add support for `amount_authorized` and `overcapture_supported` on `Charge.payment_method_details.card_present`
2180
+ * [#1256](https://github.com/stripe/stripe-node/pull/1256) Bump up ansi-regex version to 5.0.1.
2181
+ * [#1253](https://github.com/stripe/stripe-node/pull/1253) Update FetchHttpClient to make fetch function optional.
2182
+
2183
+ ## 8.176.0 - 2021-09-16
2184
+ * [#1248](https://github.com/stripe/stripe-node/pull/1248) API Updates
2185
+ * Add support for `full_name_aliases` on `AccountUpdateParams.individual`, `AccountCreateParams.individual`, `PersonCreateParams`, `PersonUpdateParams`, `Person`, `TokenCreateParams.account.individual`, and `TokenCreateParams.person`
2186
+ * [#1247](https://github.com/stripe/stripe-node/pull/1247) Update README.md
2187
+ * [#1245](https://github.com/stripe/stripe-node/pull/1245) Fix StripeResource.extend type
2188
+
2189
+ ## 8.175.0 - 2021-09-15
2190
+ * [#1242](https://github.com/stripe/stripe-node/pull/1242) API Updates
2191
+ * Change `BillingPortal.Configuration.features.subscription_cancel.cancellation_reason` to be required
2192
+ * Add support for `default_for` on `Checkout.SessionCreateParams.payment_method_options.acss_debit.mandate_options`, `Checkout.Session.payment_method_options.acss_debit.mandate_options`, `Mandate.payment_method_details.acss_debit`, `SetupIntentCreateParams.payment_method_options.acss_debit.mandate_options`, `SetupIntentUpdateParams.payment_method_options.acss_debit.mandate_options`, `SetupIntentConfirmParams.payment_method_options.acss_debit.mandate_options`, and `SetupIntent.payment_method_options.acss_debit.mandate_options`
2193
+ * Add support for `acss_debit` on `InvoiceCreateParams.payment_settings.payment_method_options`, `InvoiceUpdateParams.payment_settings.payment_method_options`, `Invoice.payment_settings.payment_method_options`, `SubscriptionCreateParams.payment_settings.payment_method_options`, `SubscriptionUpdateParams.payment_settings.payment_method_options`, and `Subscription.payment_settings.payment_method_options`
2194
+ * Add support for new value `acss_debit` on enums `InvoiceCreateParams.payment_settings.payment_method_types[]`, `InvoiceUpdateParams.payment_settings.payment_method_types[]`, `Invoice.payment_settings.payment_method_types[]`, `SubscriptionCreateParams.payment_settings.payment_method_types[]`, `SubscriptionUpdateParams.payment_settings.payment_method_types[]`, and `Subscription.payment_settings.payment_method_types[]`
2195
+ * Add support for `livemode` on `Reporting.ReportType`
2196
+ * [#1235](https://github.com/stripe/stripe-node/pull/1235) API Updates
2197
+ * Change `Account.future_requirements.alternatives`, `Account.requirements.alternatives`, `Capability.future_requirements.alternatives`, `Capability.requirements.alternatives`, `Checkout.Session.after_expiration`, `Checkout.Session.consent`, `Checkout.Session.consent_collection`, `Checkout.Session.expires_at`, `Checkout.Session.recovered_from`, `Person.future_requirements.alternatives`, and `Person.requirements.alternatives` to be required
2198
+ * Change type of `Capability.future_requirements.alternatives`, `Capability.requirements.alternatives`, `Person.future_requirements.alternatives`, and `Person.requirements.alternatives` from `array(AccountRequirementsAlternative)` to `nullable(array(AccountRequirementsAlternative))`
2199
+ * Add support for new value `rst` on enums `TaxRateCreateParams.tax_type`, `TaxRateUpdateParams.tax_type`, and `TaxRate.tax_type`
2200
+ * Add support for new value `checkout.session.expired` on enums `WebhookEndpointCreateParams.enabled_events[]` and `WebhookEndpointUpdateParams.enabled_events[]`
2201
+ * [#1237](https://github.com/stripe/stripe-node/pull/1237) Add a CryptoProvider interface and NodeCryptoProvider implementation.
2202
+ * [#1236](https://github.com/stripe/stripe-node/pull/1236) Add an HTTP client which uses fetch.
2203
+
2204
+ ## 8.174.0 - 2021-09-01
2205
+ * [#1231](https://github.com/stripe/stripe-node/pull/1231) API Updates
2206
+ * Add support for `future_requirements` on `Account`, `Capability`, and `Person`
2207
+ * Add support for `alternatives` on `Account.requirements`, `Capability.requirements`, and `Person.requirements`
2208
+
2209
+ ## 8.173.0 - 2021-09-01
2210
+ * [#1230](https://github.com/stripe/stripe-node/pull/1230) [#1228](https://github.com/stripe/stripe-node/pull/1228) API Updates
2211
+ * Add support for `after_expiration`, `consent_collection`, and `expires_at` on `Checkout.SessionCreateParams` and `Checkout.Session`
2212
+ * Add support for `consent` and `recovered_from` on `Checkout.Session`
2213
+
2214
+ ## 8.172.0 - 2021-08-31
2215
+ * [#1198](https://github.com/stripe/stripe-node/pull/1198) Add support for paginting SearchResult objects.
2216
+
2217
+ ## 8.171.0 - 2021-08-27
2218
+ * [#1226](https://github.com/stripe/stripe-node/pull/1226) API Updates
2219
+ * Add support for `cancellation_reason` on `BillingPortal.ConfigurationCreateParams.features.subscription_cancel`, `BillingPortal.ConfigurationUpdateParams.features.subscription_cancel`, and `BillingPortal.Configuration.features.subscription_cancel`
2220
+
2221
+ ## 8.170.0 - 2021-08-19
2222
+ * [#1223](https://github.com/stripe/stripe-node/pull/1223) API Updates
2223
+ * Add support for new value `fil` on enums `Checkout.SessionCreateParams.locale` and `Checkout.Session.locale`
2224
+ * Add support for new value `au_arn` on enums `Checkout.Session.customer_details.tax_ids[].type`, `Invoice.customer_tax_ids[].type`, and `TaxId.type`
2225
+ * Add support for new value `au_arn` on enums `CustomerCreateParams.tax_id_data[].type`, `InvoiceUpcomingParams.customer_details.tax_ids[].type`, `InvoiceUpcomingLinesParams.customer_details.tax_ids[].type`, and `TaxIdCreateParams.type`
2226
+ * [#1221](https://github.com/stripe/stripe-node/pull/1221) Add client name property to HttpClient.
2227
+ * [#1219](https://github.com/stripe/stripe-node/pull/1219) Update user agent computation to handle environments without process.
2228
+ * [#1218](https://github.com/stripe/stripe-node/pull/1218) Add an HttpClient interface and NodeHttpClient implementation.
2229
+ * [#1217](https://github.com/stripe/stripe-node/pull/1217) Update nock.
2230
+
2231
+ ## 8.169.0 - 2021-08-11
2232
+ * [#1215](https://github.com/stripe/stripe-node/pull/1215) API Updates
2233
+ * Add support for `locale` on `BillingPortal.SessionCreateParams` and `BillingPortal.Session`
2234
+ * Change type of `Invoice.collection_method` and `Subscription.collection_method` from `nullable(enum('charge_automatically'|'send_invoice'))` to `enum('charge_automatically'|'send_invoice')`
2235
+
2236
+ ## 8.168.0 - 2021-08-04
2237
+ * [#1211](https://github.com/stripe/stripe-node/pull/1211) API Updates
2238
+ * Change type of `PaymentIntentCreateParams.payment_method_options.sofort.preferred_language`, `PaymentIntentUpdateParams.payment_method_options.sofort.preferred_language`, and `PaymentIntentConfirmParams.payment_method_options.sofort.preferred_language` from `enum` to `emptyStringable(enum)`
2239
+ * Change `Price.tax_behavior`, `Product.tax_code`, `Quote.automatic_tax`, and `TaxRate.tax_type` to be required
2240
+
2241
+ ## 8.167.0 - 2021-07-28
2242
+ * [#1206](https://github.com/stripe/stripe-node/pull/1206) Fix Typescript definition for `StripeResource.LastResponse.headers`
2243
+ * [#1205](https://github.com/stripe/stripe-node/pull/1205) Prevent concurrent initial `uname` invocations
2244
+ * [#1199](https://github.com/stripe/stripe-node/pull/1199) Explicitly define basic method specs
2245
+ * [#1200](https://github.com/stripe/stripe-node/pull/1200) Add support for `fullPath` on method specs
2246
+
2247
+ ## 8.166.0 - 2021-07-28
2248
+ * [#1203](https://github.com/stripe/stripe-node/pull/1203) API Updates
2249
+ * Bugfix: add missing autopagination methods to `Quote.listLineItems` and `Quote.listComputedUpfrontLineItems`
2250
+ * Add support for `account_type` on `BankAccount`, `ExternalAccountUpdateParams`, and `TokenCreateParams.bank_account`
2251
+ * Add support for `category_code` on `Issuing.Authorization.merchant_data` and `Issuing.Transaction.merchant_data`
2252
+ * Add support for new value `redacted` on enum `Review.closed_reason`
2253
+ * Remove duplicate type definition for `Account.retrieve`.
2254
+ * Fix some `attributes` fields mistakenly defined as `Stripe.Metadata`
2255
+ * [#1097](https://github.com/stripe/stripe-node/pull/1097) fix error arguments
2256
+
2257
+ ## 8.165.0 - 2021-07-22
2258
+ * [#1197](https://github.com/stripe/stripe-node/pull/1197) API Updates
2259
+ * Add support for new values `hr`, `ko`, and `vi` on enums `Checkout.SessionCreateParams.locale` and `Checkout.Session.locale`
2260
+ * Add support for `payment_settings` on `SubscriptionCreateParams`, `SubscriptionUpdateParams`, and `Subscription`
2261
+
2262
+ ## 8.164.0 - 2021-07-20
2263
+ * [#1196](https://github.com/stripe/stripe-node/pull/1196) API Updates
2264
+ * Remove support for values `api_connection_error`, `authentication_error`, and `rate_limit_error` from enums `StripeError.type`, `StripeErrorResponse.error.type`, `Invoice.last_finalization_error.type`, `PaymentIntent.last_payment_error.type`, `SetupAttempt.setup_error.type`, and `SetupIntent.last_setup_error.type`
2265
+ * Add support for `wallet` on `Issuing.Transaction`
2266
+ * Add support for `ideal` on `PaymentIntentCreateParams.payment_method_options`, `PaymentIntentUpdateParams.payment_method_options`, `PaymentIntentConfirmParams.payment_method_options`, and `PaymentIntent.payment_method_options`
2267
+
2268
+
2269
+ ## 8.163.0 - 2021-07-15
2270
+ * [#1102](https://github.com/stripe/stripe-node/pull/1102), [#1191](https://github.com/stripe/stripe-node/pull/1191) Add support for `stripeAccount` when initializing the client
2271
+
2272
+ ## 8.162.0 - 2021-07-14
2273
+ * [#1194](https://github.com/stripe/stripe-node/pull/1194) API Updates
2274
+ * Add support for `quote.accepted`, `quote.canceled`, `quote.created`, and `quote.finalized` events.
2275
+ * [#1190](https://github.com/stripe/stripe-node/pull/1190) API Updates
2276
+ * Add support for `list_computed_upfront_line_items` method on resource `Quote`
2277
+ * [#1192](https://github.com/stripe/stripe-node/pull/1192) Update links to Stripe.js docs
2278
+
2279
+ ## 8.161.0 - 2021-07-09
2280
+ * [#1188](https://github.com/stripe/stripe-node/pull/1188) API Updates
2281
+ * Add support for new resource `Quote`
2282
+ * Add support for `quote` on `Invoice`
2283
+ * Add support for new value `quote_accept` on enum `Invoice.billing_reason`
2284
+ * Changed type of `Charge.payment_method_details.card.three_d_secure.result`, `SetupAttempt.payment_method_details.card.three_d_secure.result`, `Charge.payment_method_details.card.three_d_secure.version`, and `SetupAttempt.payment_method_details.card.three_d_secure.version` to be nullable.
2285
+
2286
+ * [#1187](https://github.com/stripe/stripe-node/pull/1187) Bugfix in binary streaming support
2287
+
2288
+ ## 8.160.0 - 2021-06-30
2289
+ * [#1182](https://github.com/stripe/stripe-node/pull/1182) API Updates
2290
+ * Add support for new value `boleto` on enums `InvoiceCreateParams.payment_settings.payment_method_types[]`, `InvoiceUpdateParams.payment_settings.payment_method_types[]`, and `Invoice.payment_settings.payment_method_types[]`.
2291
+
2292
+ ## 8.159.0 - 2021-06-30
2293
+ * [#1180](https://github.com/stripe/stripe-node/pull/1180) API Updates
2294
+ * Add support for `wechat_pay` on `Charge.payment_method_details`, `Checkout.SessionCreateParams.payment_method_options`, `PaymentIntentCreateParams.payment_method_data`, `PaymentIntentCreateParams.payment_method_options`, `PaymentIntentUpdateParams.payment_method_data`, `PaymentIntentUpdateParams.payment_method_options`, `PaymentIntentConfirmParams.payment_method_data`, `PaymentIntentConfirmParams.payment_method_options`, `PaymentIntent.payment_method_options`, `PaymentMethodCreateParams`, and `PaymentMethod`
2295
+ * Add support for new value `wechat_pay` on enums `Checkout.SessionCreateParams.payment_method_types[]`, `InvoiceCreateParams.payment_settings.payment_method_types[]`, `InvoiceUpdateParams.payment_settings.payment_method_types[]`, `Invoice.payment_settings.payment_method_types[]`, `PaymentIntentCreateParams.payment_method_data.type`, `PaymentIntentUpdateParams.payment_method_data.type`, `PaymentIntentConfirmParams.payment_method_data.type`, `PaymentMethodCreateParams.type`, `PaymentMethodListParams.type`, and `PaymentMethod.type`
2296
+ * Add support for `wechat_pay_display_qr_code`, `wechat_pay_redirect_to_android_app`, and `wechat_pay_redirect_to_ios_app` on `PaymentIntent.next_action`
2297
+
2298
+ ## 8.158.0 - 2021-06-29
2299
+ * [#1179](https://github.com/stripe/stripe-node/pull/1179) API Updates
2300
+ * Added support for `boleto_payments` on `Account.capabilities`
2301
+ * Added support for `boleto` and `oxxo` on `Checkout.SessionCreateParams.payment_method_options` and `Checkout.Session.payment_method_options`
2302
+ * Added support for `boleto` and `oxxo` as members of the `type` enum inside `Checkout.SessionCreateParams.payment_method_types[]`.
2303
+
2304
+ ## 8.157.0 - 2021-06-25
2305
+ * [#1177](https://github.com/stripe/stripe-node/pull/1177) API Updates
2306
+ * Added support for `boleto` on `PaymentMethodCreateParams`, `PaymentIntent.payment_method_options`, `PaymentIntentConfirmParams.payment_method_options`, `PaymentIntentConfirmParams.payment_method_data`, `PaymentIntentUpdateParams.payment_method_options`, `PaymentIntentUpdateParams.payment_method_data`, `PaymentIntentCreateParams.payment_method_options`, `PaymentIntentCreateParams.payment_method_data`, `Charge.payment_method_details` and `PaymentMethod`
2307
+ * `PaymentMethodListParams.type`, `PaymentMethodCreateParams.type`, `PaymentIntentConfirmParams.payment_method_data.type`, `PaymentIntentUpdateParams.payment_method_data.type`, `PaymentIntentCreataParams.payment_method_data.type` and `PaymentMethod.type` added new enum members: `boleto`
2308
+ * Added support for `boleto_display_details` on `PaymentIntent.next_action`
2309
+ * `TaxIdCreateParams.type`, `Invoice.customer_tax_ids[].type`, `InvoiceLineItemListUpcomingParams.customer_details.tax_ids[].type`, `InvoiceUpcomingParams.customer_details.tax_ids[].type`, `CustomerCreateParams.tax_id_data[].type`, `Checkout.Session.customer_details.tax_ids[].type` and `TaxId.type` added new enum members: `il_vat`.
2310
+ * [#1157](https://github.com/stripe/stripe-node/pull/1157) Add support for streaming requests
2311
+
2312
+ ## 8.156.0 - 2021-06-18
2313
+ * [#1175](https://github.com/stripe/stripe-node/pull/1175) API Updates
2314
+ * Add support for new TaxId types: `ca_pst_mb`, `ca_pst_bc`, `ca_gst_hst`, and `ca_pst_sk`.
2315
+
2316
+ ## 8.155.0 - 2021-06-16
2317
+ * [#1173](https://github.com/stripe/stripe-node/pull/1173) API Updates
2318
+ * Add support for `url` on Checkout `Session`.
2319
+
2320
+ ## 8.154.0 - 2021-06-07
2321
+ * [#1170](https://github.com/stripe/stripe-node/pull/1170) API Updates
2322
+ * Added support for `tax_id_collection` on Checkout `Session.tax_id_collection` and `SessionCreateParams`
2323
+ * Update `Terminal.Reader.location` to be expandable (TypeScript breaking change)
2324
+
2325
+ ## 8.153.0 - 2021-06-04
2326
+ * [#1168](https://github.com/stripe/stripe-node/pull/1168) API Updates
2327
+ * Add support for `controller` on `Account`.
2328
+
2329
+ ## 8.152.0 - 2021-06-04
2330
+ * [#1167](https://github.com/stripe/stripe-node/pull/1167) API Updates
2331
+ * Add support for new resource `TaxCode`.
2332
+ * Add support for `tax_code` on `Product`, `ProductCreateParams`, `ProductUpdateParams`, `PriceCreateParams.product_data`, `PlanCreateParams.product`, and Checkout `SessionCreateParams.line_items[].price_data.product_data`.
2333
+ * Add support for `tax` to `Customer`, `CustomerCreateParams`, `CustomerUpdateParams`.
2334
+ * Add support for `default_settings[automatic_tax]` and `phases[].automatic_tax` on `SubscriptionSchedule`, `SubscriptionScheduleCreateParams`, and `SubscriptionScheduleUpdateParams`.
2335
+ * Add support for `automatic_tax` on `Subscription`, `SubscriptionCreateParams`, `SubscriptionUpdateParams`; `Invoice`, `InvoiceCreateParams`, `InvoiceRetrieveUpcomingParams` and `InvoiceLineItemListUpcomingParams`; Checkout `Session` and Checkout `SessionCreateParams`.
2336
+ * Add support for `tax_behavior` to `Price`, `PriceCreateParams`, `PriceUpdateParams` and to the many Param objects that contain `price_data`:
2337
+ - `SubscriptionScheduleCreateParams` and `SubscriptionScheduleUpdateParams`, beneath `phases[].add_invoice_items[]` and `phases[].items[]`
2338
+ - `SubscriptionItemCreateParams` and `SubscriptionItemUpdateParams`, on the top-level
2339
+ - `SubscriptionCreateParams` create and `UpdateCreateParams`, beneath `items[]` and `add_invoice_items[]`
2340
+ - `InvoiceItemCreateParams` and `InvoiceItemUpdateParams`, on the top-level
2341
+ - `InvoiceRetrieveUpcomingParams` and `InvoiceLineItemListUpcomingParams` beneath `subscription_items[]` and `invoice_items[]`.
2342
+ - Checkout `SessionCreateParams`, beneath `line_items[]`.
2343
+ * Add support for `customer_update` to Checkout `SessionCreateParams`.
2344
+ * Add support for `customer_details` to `InvoiceRetrieveUpcomingParams` and `InvoiceLineItemListUpcomingParams`.
2345
+ * Add support for `tax_type` to `TaxRate`, `TaxRateCreateParams`, and `TaxRateUpdateParams`.
2346
+
2347
+ ## 8.151.0 - 2021-06-02
2348
+ * [#1166](https://github.com/stripe/stripe-node/pull/1166) API Updates
2349
+ * Added support for `llc`, `free_zone_llc`, `free_zone_establishment` and `sole_establishment` to the `structure` enum on `Account.company`, `AccountCreateParams.company`, `AccountUpdateParams.company` and `TokenCreateParams.account.company`.
2350
+
2351
+ ## 8.150.0 - 2021-05-26
2352
+ * [#1163](https://github.com/stripe/stripe-node/pull/1163) API Updates
2353
+ * Added support for `documents` on `PersonUpdateParams`, `PersonCreateParams` and `TokenCreateParams.person`
2354
+
2355
+ ## 8.149.0 - 2021-05-19
2356
+ * [#1159](https://github.com/stripe/stripe-node/pull/1159) API Updates
2357
+ * Add support for Identity VerificationSupport and VerificationReport APIs
2358
+ * Update Typescript for `CouponCreateParams.duration` and `CouponCreateParams.products` to be optional.
2359
+ * [#1158](https://github.com/stripe/stripe-node/pull/1158) API Updates
2360
+ * `AccountUpdateParams.business_profile.support_url` and `AccountCreatParams.business_profile.support_url` changed from `string` to `Stripe.Emptyable<string>`
2361
+ * `File.purpose` added new enum members: `finance_report_run`, `document_provider_identity_document`, and `sigma_scheduled_query`
2362
+
2363
+ ## 8.148.0 - 2021-05-06
2364
+ * [#1154](https://github.com/stripe/stripe-node/pull/1154) API Updates
2365
+ * Added support for `reference` on `Charge.payment_method_details.afterpay_clearpay`
2366
+ * Added support for `afterpay_clearpay` on `PaymentIntent.payment_method_options`.
2367
+
2368
+ ## 8.147.0 - 2021-05-05
2369
+ * [#1153](https://github.com/stripe/stripe-node/pull/1153) API Updates
2370
+ * Add support for `payment_intent` on `Radar.EarlyFraudWarning`
2371
+
2372
+ ## 8.146.0 - 2021-05-04
2373
+ * Add support for `card_present` on `PaymentIntent#confirm.payment_method_options`, `PaymentIntent#update.payment_method_options`, `PaymentIntent#create.payment_method_options` and `PaymentIntent.payment_method_options`
2374
+ * `SubscriptionItem#create.payment_behavior`, `Subscription#update.payment_behavior`, `Subscription#create.payment_behavior` and `SubscriptionItem#update.payment_behavior` added new enum members: `default_incomplete`
2375
+
2376
+ ## 8.145.0 - 2021-04-21
2377
+ * [#1143](https://github.com/stripe/stripe-node/pull/1143) API Updates
2378
+ * Add support for `single_member_llc` as an enum member of `Account.company.structure` and `TokenCreateParams.account.company.structure` added new enum members:
2379
+ * Add support for `dhl` and `royal_mail` as enum members of `Issuing.Card.shipping.carrier`.
2380
+ * [#1142](https://github.com/stripe/stripe-node/pull/1142) Improve type definition for for `AccountCreateParams.external_account`
2381
+
2382
+ ## 8.144.0 - 2021-04-16
2383
+ * [#1140](https://github.com/stripe/stripe-node/pull/1140) API Updates
2384
+ * Add support for `currency` on `Checkout.Session.PaymentMethodOptions.AcssDebit`
2385
+
2386
+ ## 8.143.0 - 2021-04-12
2387
+ * [#1139](https://github.com/stripe/stripe-node/pull/1139) API Updates
2388
+ * Add support for `acss_debit_payments` on `Account.capabilities`
2389
+ * Add support for `payment_method_options` on `Checkout.Session`
2390
+ * Add support for `acss_debit` on `SetupIntent.payment_method_options`, `SetupAttempt.payment_method_details`, `PaymentMethod`, `PaymentIntent.payment_method_options`, `PaymentIntentUpdateParams.payment_method_options`, `PaymentIntentCreateParams.payment_method_options`, `PaymentIntentConfirmParams.payment_method_data`, `PaymentIntentUpdateParams.payment_method_data`, `PaymentIntentCreateParams.payment_method_data`, `Mandate.payment_method_details` and `SetupIntent.payment_method_options`
2391
+ * Add support for `verify_with_microdeposits` on `PaymentIntent.next_action` and `SetupIntent.next_action`
2392
+ * Add support for `acss_debit` as member of the `type` enum on `PaymentMethod` and `PaymentIntent`, and inside `Checkout.SessionCreateParams.payment_method_types[]`.
2393
+
2394
+ ## 8.142.0 - 2021-04-02
2395
+ * [#1138](https://github.com/stripe/stripe-node/pull/1138) API Updates
2396
+ * Add support for `subscription_pause` on `BillingPortal.ConfigurationUpdateParams.features`, `BillingPortal.ConfigurationCreateParams.features` and `BillingPortal.Configuration.features`
2397
+
2398
+ ## 8.141.0 - 2021-03-31
2399
+ * [#1137](https://github.com/stripe/stripe-node/pull/1137) API Updates
2400
+ * Add support for `transfer_data` on `SessionCreateParams.subscription_data`
2401
+ * [#1134](https://github.com/stripe/stripe-node/pull/1134) API Updates
2402
+ * Added support for `card_issuing` on `AccountUpdateParams.settings` and `Account.settings`
2403
+
2404
+ ## 8.140.0 - 2021-03-25
2405
+ * [#1133](https://github.com/stripe/stripe-node/pull/1133) API Updates
2406
+ * `Capability.requirements.errors[].code`, `Account.requirements.errors[].code` and `Person.requirements.errors[].code` added new enum members: `verification_missing_owners, verification_missing_executives and verification_requires_additional_memorandum_of_associations`
2407
+ * `SessionCreateParams.locale` and `Checkout.Session.locale` added new enum members: `th`
2408
+
2409
+ ## 8.139.0 - 2021-03-22
2410
+ * [#1132](https://github.com/stripe/stripe-node/pull/1132) API Updates
2411
+ * Added support for `shipping_rates` on `SessionCreateOptions`
2412
+ * Added support for `amount_shipping` on `Checkout.SessionTotalDetails`
2413
+ * [#1131](https://github.com/stripe/stripe-node/pull/1131) types: export StripeRawError type
2414
+
2415
+ ## 8.138.0 - 2021-03-10
2416
+ * [#1124](https://github.com/stripe/stripe-node/pull/1124) API Updates
2417
+ * Added support for `BillingPortal.Configuration` API.
2418
+ * `Terminal.LocationUpdateParams.country` is now optional.
2419
+
2420
+ ## 8.137.0 - 2021-02-17
2421
+ * [#1123](https://github.com/stripe/stripe-node/pull/1123) API Updates
2422
+ * Add support for on_behalf_of to Invoice
2423
+ * Add support for enum member revolut on PaymentIntent.payment_method_data.ideal.bank, PaymentMethod.ideal.bank, Charge.payment_method_details.ideal.bank and SetupAttempt.payment_method_details.ideal.bank
2424
+ * Added support for enum member REVOLT21 on PaymentMethod.ideal.bic, Charge.payment_method_details.ideal.bic and SetupAttempt.payment_method_details.ideal.bic
2425
+
2426
+ ## 8.136.0 - 2021-02-16
2427
+ * [#1122](https://github.com/stripe/stripe-node/pull/1122) API Updates
2428
+ * Add support for `afterpay_clearpay` on `PaymentMethod`, `PaymentIntent.payment_method_data`, and `Charge.payment_method_details`.
2429
+ * Add support for `afterpay_clearpay` as a payment method type on `PaymentMethod`, `PaymentIntent` and `Checkout.Session`
2430
+ * Add support for `adjustable_quantity` on `SessionCreateParams.LineItem`
2431
+ * Add support for `bacs_debit`, `au_becs_debit` and `sepa_debit` on `SetupAttempt.payment_method_details`
2432
+
2433
+ ## 8.135.0 - 2021-02-08
2434
+ * [#1119](https://github.com/stripe/stripe-node/pull/1119) API Updates
2435
+ * Add support for `afterpay_clearpay_payments` on `Account.capabilities`
2436
+ * Add support for `payment_settings` on `Invoice`
2437
+
2438
+ ## 8.134.0 - 2021-02-05
2439
+ * [#1118](https://github.com/stripe/stripe-node/pull/1118) API Updates
2440
+ * `LineItem.amount_subtotal` and `LineItem.amount_total` changed from `nullable(integer)` to `integer`
2441
+ * Improve error message for `EphemeralKeys.create`
2442
+
2443
+ ## 8.133.0 - 2021-02-03
2444
+ * [#1115](https://github.com/stripe/stripe-node/pull/1115) API Updates
2445
+ * Added support for `nationality` on `Person`, `PersonUpdateParams`, `PersonCreateParams` and `TokenCreateParams.person`
2446
+ * Added `gb_vat` to `TaxId.type` enum.
2447
+
2448
+ ## 8.132.0 - 2021-01-21
2449
+ * [#1112](https://github.com/stripe/stripe-node/pull/1112) API Updates
2450
+ * `Issuing.Transaction.type` dropped enum members: 'dispute'
2451
+ * `LineItem.price` can now be null.
2452
+
2453
+ ## 8.131.1 - 2021-01-15
2454
+ * [#1104](https://github.com/stripe/stripe-node/pull/1104) Make request timeout errors eligible for retry
2455
+
2456
+ ## 8.131.0 - 2021-01-14
2457
+ * [#1108](https://github.com/stripe/stripe-node/pull/1108) Multiple API Changes
2458
+ * Added support for `dynamic_tax_rates` on `Checkout.SessionCreateParams.line_items`
2459
+ * Added support for `customer_details` on `Checkout.Session`
2460
+ * Added support for `type` on `Issuing.TransactionListParams`
2461
+ * Added support for `country` and `state` on `TaxRateUpdateParams`, `TaxRateCreateParams` and `TaxRate`
2462
+ * [#1107](https://github.com/stripe/stripe-node/pull/1107) More consistent type definitions
2463
+
2464
+ ## 8.130.0 - 2021-01-07
2465
+ * [#1105](https://github.com/stripe/stripe-node/pull/1105) API Updates
2466
+ * Added support for `company_registration_verification`, `company_ministerial_decree`, `company_memorandum_of_association`, `company_license` and `company_tax_id_verification` on AccountUpdateParams.documents and AccountCreateParams.documents
2467
+ * [#1100](https://github.com/stripe/stripe-node/pull/1100) implement/fix reverse iteration when iterating with ending_before
2468
+ * [#1096](https://github.com/stripe/stripe-node/pull/1096) typo receieved -> received
2469
+
2470
+ ## 8.129.0 - 2020-12-15
2471
+ * [#1093](https://github.com/stripe/stripe-node/pull/1093) API Updates
2472
+ * Added support for card_present on SetupAttempt.payment_method_details
2473
+
2474
+ ## 8.128.0 - 2020-12-10
2475
+ * [#1088](https://github.com/stripe/stripe-node/pull/1088) Multiple API changes
2476
+ * Add newlines for consistency.
2477
+ * Prefix deleted references with `Stripe.` for consistency.
2478
+ * Add support for `bank` on `PaymentMethod[eps]`.
2479
+ * Add support for `tos_shown_and_accepted` to `payment_method_options[p24]` on `PaymentMethod`.
2480
+
2481
+ ## 8.127.0 - 2020-12-03
2482
+ * [#1084](https://github.com/stripe/stripe-node/pull/1084) Add support for `documents` on `Account` create and update
2483
+ * [#1080](https://github.com/stripe/stripe-node/pull/1080) fixed promises example
2484
+
2485
+ ## 8.126.0 - 2020-11-24
2486
+ * [#1079](https://github.com/stripe/stripe-node/pull/1079) Multiple API changes
2487
+ * Add support for `account_tax_ids` on `Invoice`
2488
+ * Add support for `payment_method_options[sepa_debit]` on `PaymentIntent`
2489
+
2490
+ ## 8.125.0 - 2020-11-20
2491
+ * [#1075](https://github.com/stripe/stripe-node/pull/1075) Add support for `capabilities[grabpay_payments]` on `Account`
2492
+
2493
+ ## 8.124.0 - 2020-11-19
2494
+ * [#1074](https://github.com/stripe/stripe-node/pull/1074)
2495
+ * Add support for mandate_options on SetupIntent.payment_method_options.sepa_debit.
2496
+ * Add support for card_present and interact_present as values for PaymentMethod.type.
2497
+ * [#1073](https://github.com/stripe/stripe-node/pull/1073) More consistent namespacing for shared types
2498
+
2499
+ ## 8.123.0 - 2020-11-18
2500
+ * [#1072](https://github.com/stripe/stripe-node/pull/1072) Add support for `grabpay` on `PaymentMethod`
2501
+
2502
+ ## 8.122.1 - 2020-11-17
2503
+ * Identical to 8.122.0. Published to resolve a release issue.
2504
+
2505
+ ## 8.122.0 - 2020-11-17
2506
+ * [#1070](https://github.com/stripe/stripe-node/pull/1070)
2507
+ * Add support for `sepa_debit` on `SetupIntent.PaymentMethodOptions`
2508
+ * `Invoice.tax_amounts` and `InvoiceLineItem.tax_rates` are no longer nullable
2509
+ * `Invoice.default_tax_rates` and `InvoiceLineItem.tax_amounts` are no longer nullable
2510
+
2511
+ ## 8.121.0 - 2020-11-09
2512
+ * [#1064](https://github.com/stripe/stripe-node/pull/1064) Add `invoice.finalization_error` as a `type` on `Event`
2513
+ * [#1063](https://github.com/stripe/stripe-node/pull/1063) Multiple API changes
2514
+ * Add support for `last_finalization_error` on `Invoice`
2515
+ * Add support for deserializing Issuing `Dispute` as a `source` on `BalanceTransaction`
2516
+ * Add support for `payment_method_type` on `StripeError` used by other API resources
2517
+
2518
+ ## 8.120.0 - 2020-11-04
2519
+ * [#1061](https://github.com/stripe/stripe-node/pull/1061) Add support for `company[registration_number]` on `Account`
2520
+
2521
+ ## 8.119.0 - 2020-10-27
2522
+ * [#1056](https://github.com/stripe/stripe-node/pull/1056) Add `payment_method_details[interac_present][preferred_locales]` on `Charge`
2523
+ * [#1057](https://github.com/stripe/stripe-node/pull/1057) Standardize on CRULD order for method definitions
2524
+ * [#1055](https://github.com/stripe/stripe-node/pull/1055) Added requirements to README
2525
+
2526
+ ## 8.118.0 - 2020-10-26
2527
+ * [#1053](https://github.com/stripe/stripe-node/pull/1053) Multiple API changes
2528
+ * Improving Typescript types for nullable parameters and introduced `Stripe.Emptyable` as a type
2529
+ * Add support for `payment_method_options[card][cvc_token]` on `PaymentIntent`
2530
+ * Add support for `cvc_update[cvc]` on `Token` creation
2531
+ * [#1052](https://github.com/stripe/stripe-node/pull/1052) Add Stripe.Emptyable type definition
2532
+
2533
+ ## 8.117.0 - 2020-10-23
2534
+ * [#1050](https://github.com/stripe/stripe-node/pull/1050) Add support for passing `p24[bank]` for P24 on `PaymentIntent` or `PaymentMethod`
2535
+
2536
+ ## 8.116.0 - 2020-10-22
2537
+ * [#1049](https://github.com/stripe/stripe-node/pull/1049) Support passing `tax_rates` when creating invoice items through `Subscription` or `SubscriptionSchedule`
2538
+
2539
+ ## 8.115.0 - 2020-10-20
2540
+ * [#1048](https://github.com/stripe/stripe-node/pull/1048) Add support for `jp_rn` and `ru_kpp` as a `type` on `TaxId`
2541
+ * [#1046](https://github.com/stripe/stripe-node/pull/1046) chore: replace recommended extension sublime babel with babel javascript
2542
+
2543
+ ## 8.114.0 - 2020-10-15
2544
+ * [#1045](https://github.com/stripe/stripe-node/pull/1045) Make `original_payout` and `reversed_by` not optional anymore
2545
+
2546
+ ## 8.113.0 - 2020-10-14
2547
+ * [#1044](https://github.com/stripe/stripe-node/pull/1044) Add support for `discounts` on `Session.create`
2548
+
2549
+ ## 8.112.0 - 2020-10-14
2550
+ * [#1042](https://github.com/stripe/stripe-node/pull/1042) Add support for the Payout Reverse API
2551
+ * [#1041](https://github.com/stripe/stripe-node/pull/1041) Do not mutate user-supplied opts
2552
+
2553
+ ## 8.111.0 - 2020-10-12
2554
+ * [#1038](https://github.com/stripe/stripe-node/pull/1038) Add support for `description`, `iin` and `issuer` in `payment_method_details[card_present]` and `payment_method_details[interac_present]` on `Charge`
2555
+
2556
+ ## 8.110.0 - 2020-10-12
2557
+ * [#1035](https://github.com/stripe/stripe-node/pull/1035) Add support for `setup_intent.requires_action` on Event
2558
+
2559
+ ## 8.109.0 - 2020-10-09
2560
+ * [#1033](https://github.com/stripe/stripe-node/pull/1033) Add support for internal-only `description`, `iin`, and `issuer` for `card_present` and `interac_present` on `Charge.payment_method_details`
2561
+
2562
+ ## 8.108.0 - 2020-10-08
2563
+ * [#1028](https://github.com/stripe/stripe-node/pull/1028) Add support for `Bancontact/iDEAL/Sofort -> SEPA`
2564
+ * Add support for `generated_sepa_debit` and `generated_sepa_debit_mandate` on `Charge.payment_method_details.ideal`, `Charge.payment_method_details.bancontact` and `Charge.payment_method_details.sofort`
2565
+ * Add support for `generated_from` on `PaymentMethod.sepa_debit`
2566
+ * Add support for `ideal`, `bancontact` and `sofort` on `SetupAttempt.payment_method_details`
2567
+
2568
+ ## 8.107.0 - 2020-10-02
2569
+ * [#1026](https://github.com/stripe/stripe-node/pull/1026) Add support for `tos_acceptance[service_agreement]` on `Account`
2570
+ * [#1025](https://github.com/stripe/stripe-node/pull/1025) Add support for new payments capabilities on `Account`
2571
+
2572
+ ## 8.106.0 - 2020-09-29
2573
+ * [#1024](https://github.com/stripe/stripe-node/pull/1024) Add support for the `SetupAttempt` resource and List API
2574
+
2575
+ ## 8.105.0 - 2020-09-29
2576
+ * [#1023](https://github.com/stripe/stripe-node/pull/1023) Add support for `contribution` in `reporting_category` on `ReportRun`
2577
+
2578
+ ## 8.104.0 - 2020-09-28
2579
+ * [#1022](https://github.com/stripe/stripe-node/pull/1022) Add support for `oxxo_payments` capability on `Account`
2580
+
2581
+ ## 8.103.0 - 2020-09-28
2582
+ * [#1021](https://github.com/stripe/stripe-node/pull/1021) Add VERSION constant to instantiated Stripe client.
2583
+
2584
+ ## 8.102.0 - 2020-09-25
2585
+ * [#1019](https://github.com/stripe/stripe-node/pull/1019) Add support for `oxxo` as a valid `type` on the List PaymentMethod API
2586
+
2587
+ ## 8.101.0 - 2020-09-25
2588
+ * [#1018](https://github.com/stripe/stripe-node/pull/1018) More idiomatic types
2589
+
2590
+ ## 8.100.0 - 2020-09-24
2591
+ * [#1016](https://github.com/stripe/stripe-node/pull/1016) Multiple API changes
2592
+ * Add support for OXXO on `PaymentMethod` and `PaymentIntent`
2593
+ * Add support for `contribution` on `BalanceTransaction`
2594
+
2595
+ ## 8.99.0 - 2020-09-24
2596
+ * [#1011](https://github.com/stripe/stripe-node/pull/1011) Add type definition for Stripe.StripeResource
2597
+
2598
+ ## 8.98.0 - 2020-09-23
2599
+ * [#1014](https://github.com/stripe/stripe-node/pull/1014) Multiple API changes
2600
+ * Add support for `issuing_dispute.closed` and `issuing_dispute.submitted` events
2601
+ * Add support for `instant_available` on `Balance`
2602
+
2603
+ ## 8.97.0 - 2020-09-21
2604
+ * [#1012](https://github.com/stripe/stripe-node/pull/1012) Multiple API changes
2605
+ * `metadata` is now always nullable on all resources
2606
+ * Add support for `amount_captured` on `Charge`
2607
+ * Add `checkout_session` on `Discount`
2608
+
2609
+ ## 8.96.0 - 2020-09-13
2610
+ * [#1003](https://github.com/stripe/stripe-node/pull/1003) Add support for `promotion_code.created` and `promotion_code.updated` on `Event`
2611
+
2612
+ ## 8.95.0 - 2020-09-10
2613
+ * [#999](https://github.com/stripe/stripe-node/pull/999) Add support for SEPA debit on Checkout
2614
+
2615
+ ## 8.94.0 - 2020-09-09
2616
+ * [#998](https://github.com/stripe/stripe-node/pull/998) Multiple API changes
2617
+ * Add support for `sofort` as a `type` on the List PaymentMethods API
2618
+ * Add back support for `invoice.payment_succeeded`
2619
+
2620
+ ## 8.93.0 - 2020-09-08
2621
+ * [#995](https://github.com/stripe/stripe-node/pull/995) Add support for Sofort on `PaymentMethod` and `PaymentIntent`
2622
+
2623
+ ## 8.92.0 - 2020-09-02
2624
+ * [#993](https://github.com/stripe/stripe-node/pull/993) Multiple API changes
2625
+ * Add support for the Issuing `Dispute` submit API
2626
+ * Add support for evidence details on Issuing `Dispute` creation, update and the resource.
2627
+ * Add `available_payout_methods` on `BankAccount`
2628
+ * Add `payment_status` on Checkout `Session`
2629
+
2630
+ ## 8.91.0 - 2020-08-31
2631
+ * [#992](https://github.com/stripe/stripe-node/pull/992) Add support for `payment_method.automatically_updated` on `WebhookEndpoint`
2632
+
2633
+ ## 8.90.0 - 2020-08-28
2634
+ * [#991](https://github.com/stripe/stripe-node/pull/991) Multiple API changes
2635
+ * [#990](https://github.com/stripe/stripe-node/pull/990) Typescript: add 'lastResponse' to return types
2636
+
2637
+ ## 8.89.0 - 2020-08-19
2638
+ * [#988](https://github.com/stripe/stripe-node/pull/988) Multiple API changes
2639
+ * `tax_ids` on `Customer` can now be nullable
2640
+ * Added support for `expires_at` on `File`
2641
+
2642
+ ## 8.88.0 - 2020-08-17
2643
+ * [#987](https://github.com/stripe/stripe-node/pull/987) Add support for `amount_details` on Issuing `Authorization` and `Transaction`
2644
+
2645
+ ## 8.87.0 - 2020-08-17
2646
+ * [#984](https://github.com/stripe/stripe-node/pull/984) Multiple API changes
2647
+ * Add `alipay` on `type` for the List PaymentMethods API
2648
+ * Add `payment_intent.requires_action` as a new `type` on `Event`
2649
+
2650
+ ## 8.86.0 - 2020-08-13
2651
+ * [#981](https://github.com/stripe/stripe-node/pull/981) Add support for Alipay on Checkout `Session`
2652
+
2653
+ ## 8.85.0 - 2020-08-13
2654
+ * [#980](https://github.com/stripe/stripe-node/pull/980) [codegen] Multiple API Changes
2655
+ * Added support for bank_name on `Charge.payment_method_details.acss_debit`
2656
+ * `Issuing.dispute.balance_transactions` is now nullable.
2657
+
2658
+ ## 8.84.0 - 2020-08-07
2659
+ * [#975](https://github.com/stripe/stripe-node/pull/975) Add support for Alipay on `PaymentMethod` and `PaymentIntent`
2660
+
2661
+ ## 8.83.0 - 2020-08-05
2662
+ * [#973](https://github.com/stripe/stripe-node/pull/973) Multiple API changes
2663
+ * Add support for the `PromotionCode` resource and APIs
2664
+ * Add support for `allow_promotion_codes` on Checkout `Session`
2665
+ * Add support for `applies_to[products]` on `Coupon`
2666
+ * Add support for `promotion_code` on `Customer` and `Subscription`
2667
+ * Add support for `promotion_code` on `Discount`
2668
+
2669
+ ## 8.82.0 - 2020-08-04
2670
+ * [#972](https://github.com/stripe/stripe-node/pull/972) Multiple API changes
2671
+ * Add `zh-HK` and `zh-TW` as `locale` on Checkout `Session`
2672
+ * Add `payment_method_details[card_present][receipt][account_type]` on `Charge`
2673
+
2674
+ ## 8.81.0 - 2020-07-30
2675
+ * [#970](https://github.com/stripe/stripe-node/pull/970) Improve types for `customer` on `CreditNote` to support `DeletedCustomer`
2676
+
2677
+ ## 8.80.0 - 2020-07-29
2678
+ * [#969](https://github.com/stripe/stripe-node/pull/969) Multiple API changes
2679
+ * Add support for `id`, `invoice` and `invoice_item` on `Discount` and `DeletedDiscount`
2680
+ * Add support for `discount_amounts` on `CreditNote`, `CreditNoteLineItem`, `InvoiceLineItem`
2681
+ * Add support for `discounts` on `InvoiceItem`, `InvoiceLineItem` and `Invoice`
2682
+ * Add support for `total_discount_amounts` on `Invoice`
2683
+ * Make `customer` and `verification` on `TaxId` optional as the resource will be re-used for `Account` in the future.
2684
+
2685
+ ## 8.79.0 - 2020-07-24
2686
+ * [#967](https://github.com/stripe/stripe-node/pull/967) Multiple API changes
2687
+ * Make all properties from `Discount` available on `DeletedDiscount`
2688
+ * Add `capabilities[fpx_payments]` on `Account` create and update
2689
+
2690
+ ## 8.78.0 - 2020-07-22
2691
+ * [#965](https://github.com/stripe/stripe-node/pull/965) Add support for `cartes_bancaires_payments` as a `Capability`
2692
+
2693
+ ## 8.77.0 - 2020-07-20
2694
+ * [#963](https://github.com/stripe/stripe-node/pull/963) Add support for `capabilities` as a parameter on `Account` create and update
2695
+
2696
+ ## 8.76.0 - 2020-07-17
2697
+ * [#962](https://github.com/stripe/stripe-node/pull/962) Add support for `political_exposure` on `Person`
2698
+
2699
+ ## 8.75.0 - 2020-07-16
2700
+ * [#961](https://github.com/stripe/stripe-node/pull/961) Add support for `account_onboarding` and `account_update` as `type` on `AccountLink`
2701
+
2702
+ ## 8.74.0 - 2020-07-16
2703
+ * [#959](https://github.com/stripe/stripe-node/pull/959) Refactor remaining 'var' to 'let/const' usages
2704
+ * [#960](https://github.com/stripe/stripe-node/pull/960) Use strict equality check for 'protocol' field for consistency
2705
+ * [#952](https://github.com/stripe/stripe-node/pull/952) Add new fields to lastResponse: apiVersion, stripeAccount, idempotencyKey
2706
+
2707
+ ## 8.73.0 - 2020-07-15
2708
+ * [#958](https://github.com/stripe/stripe-node/pull/958) Multiple API changes
2709
+ * Add support for `en-GB`, `fr-CA` and `id` as `locale` on Checkout `Session`
2710
+ * Move `purpose` to an enum on `File`
2711
+ * [#957](https://github.com/stripe/stripe-node/pull/957) Bump lodash from 4.17.15 to 4.17.19
2712
+
2713
+ ## 8.72.0 - 2020-07-15
2714
+ * [#956](https://github.com/stripe/stripe-node/pull/956) Add support for `amount_total`, `amount_subtotal`, `currency` and `total_details` on Checkout `Session`
2715
+
2716
+ ## 8.71.0 - 2020-07-14
2717
+ * [#955](https://github.com/stripe/stripe-node/pull/955) Change from string to enum value for `billing_address_collection` on Checkout `Session`
2718
+
2719
+ ## 8.70.0 - 2020-07-13
2720
+ * [#953](https://github.com/stripe/stripe-node/pull/953) Multiple API changes
2721
+ * Adds `es-419` as a `locale` to Checkout `Session`
2722
+ * Adds `billing_cycle_anchor` to `default_settings` and `phases` for `SubscriptionSchedule`
2723
+
2724
+ ## 8.69.0 - 2020-07-06
2725
+ * [#946](https://github.com/stripe/stripe-node/pull/946) Fix `assert_capabilities` type definition
2726
+ * [#920](https://github.com/stripe/stripe-node/pull/920) Expose StripeResource on instance
2727
+
2728
+ ## 8.68.0 - 2020-07-01
2729
+ * [#940](https://github.com/stripe/stripe-node/pull/940) Document but discourage `protocol` config option
2730
+ * [#933](https://github.com/stripe/stripe-node/pull/933) Fix tests for `Plan` and `Price` to not appear as amount can be updated.
2731
+
2732
+ ## 8.67.0 - 2020-06-24
2733
+ * [#929](https://github.com/stripe/stripe-node/pull/929) Add support for `invoice.paid` event
2734
+
2735
+ ## 8.66.0 - 2020-06-23
2736
+ * [#927](https://github.com/stripe/stripe-node/pull/927) Add support for `payment_method_data` on `PaymentIntent`
2737
+
2738
+ ## 8.65.0 - 2020-06-23
2739
+ * [#926](https://github.com/stripe/stripe-node/pull/926) Multiple API changes
2740
+ * Add `discounts` on `LineItem`
2741
+ * Add `document_provider_identity_document` as a `purpose` on `File`
2742
+ * Support nullable `metadata` on Issuing `Dispute`
2743
+ * Add `klarna[shipping_delay]` on `Source`
2744
+
2745
+ ## 8.64.0 - 2020-06-18
2746
+ * [#924](https://github.com/stripe/stripe-node/pull/924) Multiple API changes
2747
+ * Add support for `refresh_url` and `return_url` on `AccountLink`
2748
+ * Add support for `issuing_dispute.*` events
2749
+
2750
+ ## 8.63.0 - 2020-06-11
2751
+ * [#919](https://github.com/stripe/stripe-node/pull/919) Multiple API changes
2752
+ * Add `transaction` on Issuing `Dispute`
2753
+ * Add `payment_method_details[acss_debit][mandate]` on `Charge`
2754
+
2755
+ ## 8.62.0 - 2020-06-10
2756
+ * [#918](https://github.com/stripe/stripe-node/pull/918) Add support for Cartes Bancaires payments on `PaymentIntent` and `Pay…
2757
+
2758
+ ## 8.61.0 - 2020-06-09
2759
+ * [#917](https://github.com/stripe/stripe-node/pull/917) Add support for `id_npwp` and `my_frp` as `type` on `TaxId`
2760
+
2761
+ ## 8.60.0 - 2020-06-03
2762
+ * [#911](https://github.com/stripe/stripe-node/pull/911) Add support for `payment_intent_data[transfer_group]` on Checkout `Session`
2763
+
2764
+ ## 8.59.0 - 2020-06-03
2765
+ * [#910](https://github.com/stripe/stripe-node/pull/910) Add support for Bancontact, EPS, Giropay and P24 on Checkout `Session`
2766
+
2767
+ ## 8.58.0 - 2020-06-03
2768
+ * [#909](https://github.com/stripe/stripe-node/pull/909) Multiple API changes
2769
+ * Add `bacs_debit_payments` as a `Capability`
2770
+ * Add support for BACS Debit on Checkout `Session`
2771
+ * Add support for `checkout.session.async_payment_failed` and `checkout.session.async_payment_succeeded` as `type` on `Event`
2772
+
2773
+ ## 8.57.0 - 2020-06-03
2774
+ * [#908](https://github.com/stripe/stripe-node/pull/908) Multiple API changes
2775
+ * Add support for bg, cs, el, et, hu, lt, lv, mt, ro, ru, sk, sl and tr as new locale on Checkout `Session`
2776
+ * Add `settings[sepa_debit_payments][creditor_id]` on `Account`
2777
+ * Add support for Bancontact, EPS, Giropay and P24 on `PaymentMethod`, `PaymentIntent` and `SetupIntent`
2778
+ * Add support for `order_item[parent]` on `Source` for Klarna
2779
+ * [#905](https://github.com/stripe/stripe-node/pull/905) Add support for BACS Debit as a `PaymentMethod`
2780
+
2781
+ ## 8.56.0 - 2020-05-28
2782
+ * [#904](https://github.com/stripe/stripe-node/pull/904) Multiple API changes
2783
+ * Add `payment_method_details[card][three_d_secure][authentication_flow]` on `Charge`
2784
+ * Add `line_items[][price_data][product_data]` on Checkout `Session` creation
2785
+
2786
+ ## 8.55.0 - 2020-05-22
2787
+ * [#899](https://github.com/stripe/stripe-node/pull/899) Multiple API changes
2788
+ * Add support for `ae_trn`, `cl_tin` and `sa_vat` as `type` on `TaxId`
2789
+ * Add `result` and `result_reason` inside `payment_method_details[card][three_d_secure]` on `Charge`
2790
+
2791
+ ## 8.54.0 - 2020-05-20
2792
+ * [#897](https://github.com/stripe/stripe-node/pull/897) Multiple API changes
2793
+ * Add `anticipation_repayment` as a `type` on `BalanceTransaction`
2794
+ * Add `interac_present` as a `type` on `PaymentMethod`
2795
+ * Add `payment_method_details[interac_present]` on `Charge`
2796
+ * Add `transfer_data` on `SubscriptionSchedule`
2797
+
2798
+ ## 8.53.0 - 2020-05-18
2799
+ * [#895](https://github.com/stripe/stripe-node/pull/895) Multiple API changes
2800
+ * Add support for `issuing_dispute` as a `type` on `BalanceTransaction`
2801
+ * Add `balance_transactions` as an array of `BalanceTransaction` on Issuing `Dispute`
2802
+ * Add `fingerprint` and `transaction_id` in `payment_method_details[alipay]` on `Charge`
2803
+ * Add `transfer_data[amount]` on `Invoice`
2804
+ * Add `transfer_data[amount_percent]` on `Subscription`
2805
+ * Add `price.created`, `price.deleted` and `price.updated` on `Event`
2806
+
2807
+ ## 8.52.0 - 2020-05-13
2808
+ * [#891](https://github.com/stripe/stripe-node/pull/891) Add support for `purchase_details` on Issuing `Transaction`
2809
+
2810
+ ## 8.51.0 - 2020-05-11
2811
+ * [#890](https://github.com/stripe/stripe-node/pull/890) Add support for the `LineItem` resource and APIs
2812
+
2813
+ ## 8.50.0 - 2020-05-07
2814
+ * [#888](https://github.com/stripe/stripe-node/pull/888) Multiple API changes
2815
+ * Remove parameters in `price_data[recurring]` across APIs as they were never supported
2816
+ * Move `payment_method_details[card][three_d_secure]` to a list of enum values on `Charge`
2817
+ * Add support for for `business_profile[support_adress]` on `Account` create and update
2818
+
2819
+ ## 8.49.0 - 2020-05-01
2820
+ * [#883](https://github.com/stripe/stripe-node/pull/883) Multiple API changes
2821
+ * Add `issuing` on `Balance`
2822
+ * Add `br_cnpj` and `br_cpf` as `type` on `TaxId`
2823
+ * Add `price` support in phases on `SubscriptionSchedule`
2824
+ * Make `quantity` nullable on `SubscriptionSchedule` for upcoming API version change
2825
+
2826
+ ## 8.48.0 - 2020-04-29
2827
+ * [#881](https://github.com/stripe/stripe-node/pull/881) Add support for the `Price` resource and APIs
2828
+
2829
+ ## 8.47.1 - 2020-04-28
2830
+ * [#880](https://github.com/stripe/stripe-node/pull/880) Make `display_items` on Checkout `Session` optional
2831
+
2832
+ ## 8.47.0 - 2020-04-24
2833
+ * [#876](https://github.com/stripe/stripe-node/pull/876) Add support for `jcb_payments` as a `Capability`
2834
+
2835
+ ## 8.46.0 - 2020-04-22
2836
+ * [#875](https://github.com/stripe/stripe-node/pull/875) Add support for `coupon` when for subscriptions on Checkout
2837
+
2838
+ ## 8.45.0 - 2020-04-22
2839
+ * [#874](https://github.com/stripe/stripe-node/pull/874) Add support for `billingPortal` namespace and `session` resource and APIs
2840
+
2841
+ ## 8.44.0 - 2020-04-17
2842
+ * [#873](https://github.com/stripe/stripe-node/pull/873) Multiple API changes
2843
+ * Add support for `cardholder_name` in `payment_method_details[card_present]` on `Charge`
2844
+ * Add new enum values for `company.structure` on `Account`
2845
+
2846
+ ## 8.43.0 - 2020-04-16
2847
+ * [#868](https://github.com/stripe/stripe-node/pull/868) Multiple API changes
2848
+
2849
+ ## 8.42.0 - 2020-04-15
2850
+ * [#867](https://github.com/stripe/stripe-node/pull/867) Clean up deprecated features in our Typescript definitions for Issuing and other resources
2851
+
2852
+ ## 8.41.0 - 2020-04-14
2853
+ * [#866](https://github.com/stripe/stripe-node/pull/866) Add support for `settings[branding][secondary_color]` on `Account`
2854
+
2855
+ ## 8.40.0 - 2020-04-13
2856
+ * [#865](https://github.com/stripe/stripe-node/pull/865) Add support for `description` on `WebhookEndpoint`
2857
+
2858
+ ## 8.39.2 - 2020-04-10
2859
+ * [#864](https://github.com/stripe/stripe-node/pull/864) Multiple API changes
2860
+ * Make `payment_intent` expandable on `Charge`
2861
+ * Add support for `sg_gst` as a value for `type` on `TaxId` and related APIs
2862
+ * Add `cancellation_reason` and new enum values for `replacement_reason` on Issuing `Card`
2863
+
2864
+ ## 8.39.1 - 2020-04-08
2865
+ * [#848](https://github.com/stripe/stripe-node/pull/848) Fix TS return type for autoPagingEach
2866
+
2867
+ ## 8.39.0 - 2020-04-03
2868
+ * [#859](https://github.com/stripe/stripe-node/pull/859) Add support for `calculatedStatementDescriptor` on `Charge`
2869
+
2870
+ ## 8.38.0 - 2020-03-27
2871
+
2872
+ - [#853](https://github.com/stripe/stripe-node/pull/853) Improve StripeError.generate()
2873
+ - Add `doc_url` field to StripeError.
2874
+ - Expose `Stripe.errors.generate()` as a convenience for `Stripe.errors.StripeError.generate()`.
2875
+ - Fix several TS types related to StripeErrors.
2876
+ - Add types for `StripeInvalidGrantError`.
2877
+ - Add support for `authentication_error` and `rate_limit_error` in `.generate()`.
2878
+
2879
+ ## 8.37.0 - 2020-03-26
2880
+
2881
+ - [#851](https://github.com/stripe/stripe-node/pull/851) Add support for `spending_controls` on Issuing `Card` and `Cardholder`
2882
+
2883
+ ## 8.36.0 - 2020-03-25
2884
+
2885
+ - [#850](https://github.com/stripe/stripe-node/pull/850) Multiple API changes
2886
+ - Add support for `pt-BR` as a `locale` on Checkout `Session`
2887
+ - Add support for `company` as a `type` on Issuing `Cardholder`
2888
+
2889
+ ## 8.35.0 - 2020-03-24
2890
+
2891
+ - [#849](https://github.com/stripe/stripe-node/pull/849) Add support for `pause_collection` on `Subscription`
2892
+
2893
+ ## 8.34.0 - 2020-03-24
2894
+
2895
+ - [#847](https://github.com/stripe/stripe-node/pull/847) Add new capabilities for AU Becs Debit and tax reporting
2896
+
2897
+ ## 8.33.0 - 2020-03-20
2898
+
2899
+ - [#842](https://github.com/stripe/stripe-node/pull/842) Multiple API changes for Issuing:
2900
+ - Add `amount`, `currency`, `merchant_amount` and `merchant_currency` on `Authorization`
2901
+ - Add `amount`, `currency`, `merchant_amount` and `merchant_currency` inside `request_history` on `Authorization`
2902
+ - Add `pending_request` on `Authorization`
2903
+ - Add `amount` when approving an `Authorization`
2904
+ - Add `replaced_by` on `Card`
2905
+
2906
+ ## 8.32.0 - 2020-03-13
2907
+
2908
+ - [#836](https://github.com/stripe/stripe-node/pull/836) Multiple API changes for Issuing:
2909
+ - Rename `speed` to `service` on Issuing `Card`
2910
+ - Rename `wallet_provider` to `wallet` and `address_zip_check` to `address_postal_code_check` on Issuing `Authorization`
2911
+ - Mark `is_default` as deprecated on Issuing `Cardholder`
2912
+
2913
+ ## 8.31.0 - 2020-03-12
2914
+
2915
+ - [#835](https://github.com/stripe/stripe-node/pull/835) Add support for `shipping` and `shipping_address_collection` on Checkout `Session`
2916
+
2917
+ ## 8.30.0 - 2020-03-12
2918
+
2919
+ - [#834](https://github.com/stripe/stripe-node/pull/834) Add support for `ThreeDSecure` on Issuing `Authorization`
2920
+
2921
+ ## 8.29.0 - 2020-03-05
2922
+
2923
+ - [#833](https://github.com/stripe/stripe-node/pull/833) Make metadata nullable in many endpoints
2924
+
2925
+ ## 8.28.1 - 2020-03-05
2926
+
2927
+ - [#827](https://github.com/stripe/stripe-node/pull/827) Allow `null`/`undefined` to be passed for `options` arg.
2928
+
2929
+ ## 8.28.0 - 2020-03-04
2930
+
2931
+ - [#830](https://github.com/stripe/stripe-node/pull/830) Add support for `metadata` on `WebhookEndpoint`
2932
+
2933
+ ## 8.27.0 - 2020-03-04
2934
+
2935
+ - [#829](https://github.com/stripe/stripe-node/pull/829) Multiple API changes
2936
+ - Add support for `account` as a parameter on `Token` to create Account tokens
2937
+ - Add support for `verification_data.expiry_check` on Issuing `Authorization`
2938
+ - Add support for `incorrect_cvc` and `incorrect_expiry` as a value for `request_history.reason` on Issuing `Authorization`
2939
+
2940
+ ## 8.26.0 - 2020-03-04
2941
+
2942
+ - [#828](https://github.com/stripe/stripe-node/pull/828) Multiple API changes
2943
+ - Add support for `errors` in `requirements` on `Account`, `Capability` and `Person`
2944
+ - Add support for `payment_intent.processing` as a new `type` on `Event`.
2945
+
2946
+ ## 8.25.0 - 2020-03-03
2947
+
2948
+ ⚠️ This is a breaking change for TypeScript users.
2949
+
2950
+ - [#826](https://github.com/stripe/stripe-node/pull/826) Multiple API changes:
2951
+ - ⚠️ Types are now for the API version `2020-03-02`. This is a breaking change for TypeScript users
2952
+ - Remove `uob_regional` as a value on `bank` for FPX as this is deprecated and was never used
2953
+ - Add support for `next_invoice_sequence` on `Customer`
2954
+ - Add support for `proration_behavior` on `SubscriptionItem` delete
2955
+
2956
+ ## 8.24.1 - 2020-03-02
2957
+
2958
+ - [#824](https://github.com/stripe/stripe-node/pull/824) Update type for StripeError to extend Error
2959
+
2960
+ ## 8.24.0 - 2020-02-28
2961
+
2962
+ - [#822](https://github.com/stripe/stripe-node/pull/822) Add `my_sst` as a valid value for `type` on `TaxId`
2963
+
2964
+ ## 8.23.0 - 2020-02-27
2965
+
2966
+ - [#821](https://github.com/stripe/stripe-node/pull/821) Make `type` on `AccountLink` an enum
2967
+
2968
+ ## 8.22.0 - 2020-02-24
2969
+
2970
+ - [#820](https://github.com/stripe/stripe-node/pull/820) Add new enum values in `reason` for Issuing `Dispute` creation
2971
+
2972
+ ## 8.21.0 - 2020-02-24
2973
+
2974
+ - [#819](https://github.com/stripe/stripe-node/pull/819) Add support for listing Checkout `Session` and passing tax rate information
2975
+
2976
+ ## 8.20.0 - 2020-02-21
2977
+
2978
+ - [#813](https://github.com/stripe/stripe-node/pull/813) Multiple API changes
2979
+ - Add support for `timezone` on `ReportRun`
2980
+ - Add support for `proration_behavior` on `SubscriptionSchedule`
2981
+
2982
+ ## 8.19.0 - 2020-02-18
2983
+
2984
+ - [#807](https://github.com/stripe/stripe-node/pull/807) Change timeout default to constant 80000 instead Node default
2985
+
2986
+ ## 8.18.0 - 2020-02-14
2987
+
2988
+ - [#802](https://github.com/stripe/stripe-node/pull/802) TS Fixes
2989
+ - Correctly type `Array<CustomField>`
2990
+ - More consistently describe nullable fields as `| null`, vs `| ''`.
2991
+
2992
+ ## 8.17.0 - 2020-02-12
2993
+
2994
+ - [#804](https://github.com/stripe/stripe-node/pull/804) Add support for `payment_intent_data[transfer_data][amount]` on Checkout `Session`
2995
+
2996
+ ## 8.16.0 - 2020-02-12
2997
+
2998
+ - [#803](https://github.com/stripe/stripe-node/pull/803) Multiple API changes reflect in Typescript definitions
2999
+ - Add `fpx` as a valid `source_type` on `Balance`, `Payout` and `Transfer`
3000
+ - Add `fpx` support on Checkout `Session`
3001
+ - Fields inside `verification_data` on Issuing `Authorization` are now enums
3002
+ - Support updating `payment_method_options` on `PaymentIntent` and `SetupIntent`
3003
+
3004
+ ## 8.15.0 - 2020-02-10
3005
+
3006
+ - [#801](https://github.com/stripe/stripe-node/pull/801) Multiple API changes
3007
+ - Add support for new `type` values for `TaxId`.
3008
+ - Add support for `payment_intent_data[statement_descriptor_suffix]` on Checkout `Session`.
3009
+
3010
+ ## 8.14.0 - 2020-02-04
3011
+
3012
+ - [#793](https://github.com/stripe/stripe-node/pull/793) Rename `sort_code` to `sender_sort_code` on `SourceTransaction` for BACS debit.
3013
+
3014
+ ## 8.13.0 - 2020-02-03
3015
+
3016
+ - [#792](https://github.com/stripe/stripe-node/pull/792) Multiple API changes
3017
+ - Add new `purpose` for `File`: `additional_verification`
3018
+ - Add `error_on_requires_action` as a parameter for `PaymentIntent` creation and confirmation
3019
+
3020
+ ## 8.12.0 - 2020-01-31
3021
+
3022
+ - [#790](https://github.com/stripe/stripe-node/pull/790) Add new type of `TaxId`
3023
+
3024
+ ## 8.11.0 - 2020-01-30
3025
+
3026
+ - [#789](https://github.com/stripe/stripe-node/pull/789) Add support for `company.structure` on `Account` and other docs changes
3027
+
3028
+ ## 8.10.0 - 2020-01-30
3029
+
3030
+ - [#788](https://github.com/stripe/stripe-node/pull/788) Make typescript param optional
3031
+
3032
+ ## 8.9.0 - 2020-01-30
3033
+
3034
+ - [#787](https://github.com/stripe/stripe-node/pull/787) Add support for FPX as a `PaymentMethod`
3035
+ - [#769](https://github.com/stripe/stripe-node/pull/769) Fix Typescript definition on `Token` creation for bank accounts
3036
+
3037
+ ## 8.8.2 - 2020-01-30
3038
+
3039
+ - [#785](https://github.com/stripe/stripe-node/pull/785) Fix file uploads with nested params
3040
+
3041
+ ## 8.8.1 - 2020-01-29
3042
+
3043
+ - [#784](https://github.com/stripe/stripe-node/pull/784) Allow @types/node 8.1
3044
+
3045
+ ## 8.8.0 - 2020-01-28
3046
+
3047
+ - [#780](https://github.com/stripe/stripe-node/pull/780) Add new type for `TaxId` and `sender_account_name` on `SourceTransaction`
3048
+
3049
+ ## 8.7.0 - 2020-01-24
3050
+
3051
+ - [#777](https://github.com/stripe/stripe-node/pull/777) Add support for `shipping[speed]` on Issuing `Card`
3052
+
3053
+ ## 8.6.0 - 2020-01-23
3054
+
3055
+ - [#775](https://github.com/stripe/stripe-node/pull/775) Gracefully handle a missing `subprocess` module
3056
+
3057
+ ## 8.5.0 - 2020-01-23
3058
+
3059
+ - [#776](https://github.com/stripe/stripe-node/pull/776) Add support for new `type` on `CustomerTaxId`
3060
+
3061
+ ## 8.4.1 - 2020-01-21
3062
+
3063
+ - [#774](https://github.com/stripe/stripe-node/pull/774) Improve docstrings for many properties and parameters
3064
+
3065
+ ## 8.4.0 - 2020-01-17
3066
+
3067
+ - [#771](https://github.com/stripe/stripe-node/pull/771) Add `metadata` on Checkout `Session` and remove deprecated features
3068
+ - [#764](https://github.com/stripe/stripe-node/pull/764) Added typescript webhook example
3069
+
3070
+ ## 8.3.0 - 2020-01-15
3071
+
3072
+ - [#767](https://github.com/stripe/stripe-node/pull/767) Adding missing events for pending updates on `Subscription`
3073
+
3074
+ ## 8.2.0 - 2020-01-15
3075
+
3076
+ - [#765](https://github.com/stripe/stripe-node/pull/765) Add support for `pending_update` on `Subscription` to the Typescript definitions
3077
+
3078
+ ## 8.1.0 - 2020-01-14
3079
+
3080
+ - [#763](https://github.com/stripe/stripe-node/pull/763) Add support for listing line items on a `CreditNote`
3081
+ - [#762](https://github.com/stripe/stripe-node/pull/762) Improve docs for core fields such as `metadata` on Typescript definitions
3082
+
3083
+ ## 8.0.1 - 2020-01-09
3084
+
3085
+ - [#757](https://github.com/stripe/stripe-node/pull/757) [bugfix] Add types dir to npmignore whitelist and stop warning when instantiating stripe with no args
3086
+
3087
+ ## 8.0.0 - 2020-01-09
3088
+
3089
+ Major version release, adding TypeScript definitions and dropping support for Node 6. [The migration guide](https://github.com/stripe/stripe-node/wiki/Migration-guide-for-v8) contains a detailed list of backwards-incompatible changes with upgrade instructions.
3090
+
3091
+ Major pull requests included in this release (cf. [#742](https://github.com/stripe/stripe-node/pull/742)) (⚠️ = breaking changes):
3092
+
3093
+ - [#736](https://github.com/stripe/stripe-node/pull/736) Add TypeScript definitions
3094
+ - [#744](https://github.com/stripe/stripe-node/pull/744) Remove deprecated resources and methods
3095
+ - [#752](https://github.com/stripe/stripe-node/pull/752) Deprecate many library api's, unify others
3096
+
3097
+ ## 7.63.1 - 2020-11-17
3098
+ - Identical to 7.15.0.
3099
+
3100
+ ## 7.63.0 - 2020-11-17
3101
+ - Published in error. Do not use. This is identical to 8.122.0.
3102
+
3103
+ ## 7.15.0 - 2019-12-30
3104
+
3105
+ - [#745](https://github.com/stripe/stripe-node/pull/745) Bump handlebars from 4.1.2 to 4.5.3
3106
+ - [#737](https://github.com/stripe/stripe-node/pull/737) Fix flows test
3107
+
3108
+ ## 7.14.0 - 2019-11-26
3109
+
3110
+ - [#732](https://github.com/stripe/stripe-node/pull/732) Add support for CreditNote preview
3111
+
3112
+ ## 7.13.1 - 2019-11-22
3113
+
3114
+ - [#728](https://github.com/stripe/stripe-node/pull/728) Remove duplicate export
3115
+
3116
+ ## 7.13.0 - 2019-11-06
3117
+
3118
+ - [#703](https://github.com/stripe/stripe-node/pull/703) New config object
3119
+
3120
+ ## 7.12.0 - 2019-11-05
3121
+
3122
+ - [#724](https://github.com/stripe/stripe-node/pull/724) Add support for `Mandate`
3123
+
3124
+ ## 7.11.0 - 2019-10-31
3125
+
3126
+ - [#719](https://github.com/stripe/stripe-node/pull/719) Define 'type' as a property on errors rather than a getter
3127
+ - [#709](https://github.com/stripe/stripe-node/pull/709) README: imply context of stripe-node
3128
+ - [#717](https://github.com/stripe/stripe-node/pull/717) Contributor Convenant
3129
+
3130
+ ## 7.10.0 - 2019-10-08
3131
+
3132
+ - [#699](https://github.com/stripe/stripe-node/pull/699) Add request-specific fields from raw error to top level error
3133
+
3134
+ ## 7.9.1 - 2019-09-17
3135
+
3136
+ - [#692](https://github.com/stripe/stripe-node/pull/692) Retry based on `Stripe-Should-Retry` and `Retry-After` headers
3137
+
3138
+ ## 7.9.0 - 2019-09-09
3139
+
3140
+ - [#691](https://github.com/stripe/stripe-node/pull/691) GET and DELETE requests data: body->queryParams
3141
+ - [#684](https://github.com/stripe/stripe-node/pull/684) Bump eslint-utils from 1.3.1 to 1.4.2
3142
+
3143
+ ## 7.8.0 - 2019-08-12
3144
+
3145
+ - [#678](https://github.com/stripe/stripe-node/pull/678) Add `subscriptionItems.createUsageRecord()` method
3146
+
3147
+ ## 7.7.0 - 2019-08-09
3148
+
3149
+ - [#675](https://github.com/stripe/stripe-node/pull/675) Remove subscription schedule revisions
3150
+ - This is technically a breaking change. We've chosen to release it as a minor vesion bump because the associated API is unused.
3151
+
3152
+ ## 7.6.2 - 2019-08-09
3153
+
3154
+ - [#674](https://github.com/stripe/stripe-node/pull/674) Refactor requestDataProcessor for File out into its own file
3155
+
3156
+ ## 7.6.1 - 2019-08-08
3157
+
3158
+ - [#673](https://github.com/stripe/stripe-node/pull/673) Add request start and end time to request and response events
3159
+
3160
+ ## 7.6.0 - 2019-08-02
3161
+
3162
+ - [#661](https://github.com/stripe/stripe-node/pull/661) Refactor errors to ES6 classes.
3163
+ - [#672](https://github.com/stripe/stripe-node/pull/672) Refinements to error ES6 classes.
3164
+
3165
+ ## 7.5.5 - 2019-08-02
3166
+
3167
+ - [#665](https://github.com/stripe/stripe-node/pull/665) Remove `lodash.isplainobject`.
3168
+
3169
+ ## 7.5.4 - 2019-08-01
3170
+
3171
+ - [#671](https://github.com/stripe/stripe-node/pull/671) Include a prefix in generated idempotency keys and remove uuid dependency.
3172
+
3173
+ ## 7.5.3 - 2019-07-31
3174
+
3175
+ - [#667](https://github.com/stripe/stripe-node/pull/667) Refactor request headers, allowing any header to be overridden.
3176
+
3177
+ ## 7.5.2 - 2019-07-30
3178
+
3179
+ - [#664](https://github.com/stripe/stripe-node/pull/664) Expose and use `once`
3180
+
3181
+ ## 7.5.1 - 2019-07-30
3182
+
3183
+ - [#662](https://github.com/stripe/stripe-node/pull/662) Remove `safe-buffer` dependency
3184
+ - [#666](https://github.com/stripe/stripe-node/pull/666) Bump lodash from 4.17.11 to 4.17.15
3185
+ - [#668](https://github.com/stripe/stripe-node/pull/668) Move Balance History to /v1/balance_transactions
3186
+
3187
+ ## 7.5.0 - 2019-07-24
3188
+
3189
+ - [#660](https://github.com/stripe/stripe-node/pull/660) Interpret any string in args as API Key instead of a regex
3190
+ - ⚠️ Careful: passing strings which are not API Keys as as the final argument to a request previously would have ignored those strings, and would now result in the request failing with an authentication error.
3191
+ - ⚠️ Careful: The private api `utils.isAuthKey` was removed.
3192
+ - [#658](https://github.com/stripe/stripe-node/pull/658) Update README retry code sample to use two retries
3193
+ - [#653](https://github.com/stripe/stripe-node/pull/653) Reorder customer methods
3194
+
3195
+ ## 7.4.0 - 2019-06-27
3196
+
3197
+ - [#652](https://github.com/stripe/stripe-node/pull/652) Add support for the `SetupIntent` resource and APIs
3198
+
3199
+ ## 7.3.0 - 2019-06-24
3200
+
3201
+ - [#649](https://github.com/stripe/stripe-node/pull/649) Enable request latency telemetry by default
3202
+
3203
+ ## 7.2.0 - 2019-06-17
3204
+
3205
+ - [#608](https://github.com/stripe/stripe-node/pull/608) Add support for `CustomerBalanceTransaction` resource and APIs
3206
+
3207
+ ## 7.1.0 - 2019-05-23
3208
+
3209
+ - [#632](https://github.com/stripe/stripe-node/pull/632) Add support for `radar.early_fraud_warning` resource
3210
+
3211
+ ## 7.0.1 - 2019-05-22
3212
+
3213
+ - [#631](https://github.com/stripe/stripe-node/pull/631) Make autopagination functions work for `listLineItems` and `listUpcomingLineItems`
3214
+
3215
+ ## 7.0.0 - 2019-05-14
3216
+
3217
+ Major version release. [The migration guide](https://github.com/stripe/stripe-node/wiki/Migration-guide-for-v7) contains a detailed list of backwards-incompatible changes with upgrade instructions.
3218
+
3219
+ Pull requests included in this release (cf. [#606](https://github.com/stripe/stripe-node/pull/606)) (⚠️ = breaking changes):
3220
+
3221
+ - ⚠️ Drop support for Node 4, 5 and 7 ([#606](https://github.com/stripe/stripe-node/pull/606))
3222
+ - Prettier formatting ([#604](https://github.com/stripe/stripe-node/pull/604))
3223
+ - Alphabetize “basic” methods ([#610](https://github.com/stripe/stripe-node/pull/610))
3224
+ - Use `id` for single positional arguments ([#611](https://github.com/stripe/stripe-node/pull/611))
3225
+ - Modernize ES5 to ES6 with lebab ([#607](https://github.com/stripe/stripe-node/pull/607))
3226
+ - ⚠️ Remove deprecated methods ([#613](https://github.com/stripe/stripe-node/pull/613))
3227
+ - Add VSCode and EditorConfig files ([#620](https://github.com/stripe/stripe-node/pull/620))
3228
+ - ⚠️ Drop support for Node 9 and bump dependencies to latest versions ([#614](https://github.com/stripe/stripe-node/pull/614))
3229
+ - Misc. manual formatting ([#623](https://github.com/stripe/stripe-node/pull/623))
3230
+ - ⚠️ Remove legacy parameter support in `invoices.retrieveUpcoming()` ([#621](https://github.com/stripe/stripe-node/pull/621))
3231
+ - ⚠️ Remove curried urlData and manually specified urlParams ([#625](https://github.com/stripe/stripe-node/pull/625))
3232
+ - Extract resources file ([#626](https://github.com/stripe/stripe-node/pull/626))
3233
+
3234
+ ## 6.36.0 - 2019-05-14
3235
+
3236
+ - [#622](https://github.com/stripe/stripe-node/pull/622) Add support for the `Capability` resource and APIs
3237
+
3238
+ ## 6.35.0 - 2019-05-14
3239
+
3240
+ - [#627](https://github.com/stripe/stripe-node/pull/627) Add `listLineItems` and `listUpcomingLineItems` methods to `Invoice`
3241
+
3242
+ ## 6.34.0 - 2019-05-08
3243
+
3244
+ - [#619](https://github.com/stripe/stripe-node/pull/619) Move `generateTestHeaderString` to stripe.webhooks (fixes a bug in 6.33.0)
3245
+
3246
+ ## 6.33.0 - 2019-05-08
3247
+
3248
+ **Important**: This version is non-functional and has been yanked in favor of 6.32.0.
3249
+
3250
+ - [#609](https://github.com/stripe/stripe-node/pull/609) Add `generateWebhookHeaderString` to make it easier to mock webhook events
3251
+
3252
+ ## 6.32.0 - 2019-05-07
3253
+
3254
+ - [#612](https://github.com/stripe/stripe-node/pull/612) Add `balanceTransactions` resource
3255
+
3256
+ ## 6.31.2 - 2019-05-03
3257
+
3258
+ - [#602](https://github.com/stripe/stripe-node/pull/602) Handle errors from the oauth/token endpoint
3259
+
3260
+ ## 6.31.1 - 2019-04-26
3261
+
3262
+ - [#600](https://github.com/stripe/stripe-node/pull/600) Fix encoding of nested parameters in multipart requests
3263
+
3264
+ ## 6.31.0 - 2019-04-24
3265
+
3266
+ - [#588](https://github.com/stripe/stripe-node/pull/588) Add support for the `TaxRate` resource and APIs
3267
+
3268
+ ## 6.30.0 - 2019-04-22
3269
+
3270
+ - [#589](https://github.com/stripe/stripe-node/pull/589) Add support for the `TaxId` resource and APIs
3271
+ - [#593](https://github.com/stripe/stripe-node/pull/593) `retrieveUpcoming` on `Invoice` can now take one hash as parameter instead of requiring a customer id.
3272
+
3273
+ ## 6.29.0 - 2019-04-18
3274
+
3275
+ - [#585](https://github.com/stripe/stripe-node/pull/585) Add support for the `CreditNote` resource and APIs
3276
+
3277
+ ## 6.28.0 - 2019-03-18
3278
+
3279
+ - [#570](https://github.com/stripe/stripe-node/pull/570) Add support for the `PaymentMethod` resource and APIs
3280
+ - [#578](https://github.com/stripe/stripe-node/pull/578) Add support for retrieving a Checkout `Session`
3281
+
3282
+ ## 6.27.0 - 2019-03-15
3283
+
3284
+ - [#581](https://github.com/stripe/stripe-node/pull/581) Add support for deleting Terminal `Location` and `Reader`
3285
+
3286
+ ## 6.26.1 - 2019-03-14
3287
+
3288
+ - [#580](https://github.com/stripe/stripe-node/pull/580) Fix support for HTTPS proxies
3289
+
3290
+ ## 6.26.0 - 2019-03-11
3291
+
3292
+ - [#574](https://github.com/stripe/stripe-node/pull/574) Encode `Date`s as Unix timestamps
3293
+
3294
+ ## 6.25.1 - 2019-02-14
3295
+
3296
+ - [#565](https://github.com/stripe/stripe-node/pull/565) Always encode arrays as integer-indexed hashes
3297
+
3298
+ ## 6.25.0 - 2019-02-13
3299
+
3300
+ - [#559](https://github.com/stripe/stripe-node/pull/559) Add `stripe.setMaxNetworkRetries(n)` for automatic network retries
3301
+
3302
+ ## 6.24.0 - 2019-02-12
3303
+
3304
+ - [#562](https://github.com/stripe/stripe-node/pull/562) Add support for `SubscriptionSchedule` and `SubscriptionScheduleRevision`
3305
+
3306
+ ## 6.23.1 - 2019-02-04
3307
+
3308
+ - [#560](https://github.com/stripe/stripe-node/pull/560) Enable persistent connections by default
3309
+
3310
+ ## 6.23.0 - 2019-01-30
3311
+
3312
+ - [#557](https://github.com/stripe/stripe-node/pull/557) Add configurable telemetry to gather information on client-side request latency
3313
+
3314
+ ## 6.22.0 - 2019-01-25
3315
+
3316
+ - [#555](https://github.com/stripe/stripe-node/pull/555) Add support for OAuth methods
3317
+
3318
+ ## 6.21.0 - 2019-01-23
3319
+
3320
+ - [#551](https://github.com/stripe/stripe-node/pull/551) Rename `CheckoutSession` to `Session` and move it under the `checkout` namespace. This is a breaking change, but we've reached out to affected merchants and all new merchants would use the new approach.
3321
+
3322
+ ## 6.20.1 - 2019-01-17
3323
+
3324
+ - [#552](https://github.com/stripe/stripe-node/pull/552) Fix `Buffer` deprecation warnings
3325
+
3326
+ ## 6.20.0 - 2018-12-21
3327
+
3328
+ - [#539](https://github.com/stripe/stripe-node/pull/539) Add support for the `CheckoutSession` resource
3329
+
3330
+ ## 6.19.0 - 2018-12-10
3331
+
3332
+ - [#535](https://github.com/stripe/stripe-node/pull/535) Add support for account links
3333
+
3334
+ ## 6.18.1 - 2018-12-07
3335
+
3336
+ - [#534](https://github.com/stripe/stripe-node/pull/534) Fix iterating on `files.list` method
3337
+
3338
+ ## 6.18.0 - 2018-12-06
3339
+
3340
+ - [#530](https://github.com/stripe/stripe-node/pull/530) Export errors on root Stripe object
3341
+
3342
+ ## 6.17.0 - 2018-11-28
3343
+
3344
+ - [#527](https://github.com/stripe/stripe-node/pull/527) Add support for the `Review` APIs
3345
+
3346
+ ## 6.16.0 - 2018-11-27
3347
+
3348
+ - [#515](https://github.com/stripe/stripe-node/pull/515) Add support for `ValueLists` and `ValueListItems` for Radar
3349
+
3350
+ ## 6.15.2 - 2018-11-26
3351
+
3352
+ - [#526](https://github.com/stripe/stripe-node/pull/526) Fixes an accidental mutation of input in rare cases
3353
+
3354
+ ## 6.15.1 - 2018-11-23
3355
+
3356
+ - [#523](https://github.com/stripe/stripe-node/pull/523) Handle `Buffer` instances in `Webhook.constructEvent`
3357
+
3358
+ ## 6.15.0 - 2018-11-12
3359
+
3360
+ - [#474](https://github.com/stripe/stripe-node/pull/474) Add support for `partner_id` in `setAppInfo`
3361
+
3362
+ ## 6.14.0 - 2018-11-09
3363
+
3364
+ - [#509](https://github.com/stripe/stripe-node/pull/509) Add support for new `Invoice` methods
3365
+
3366
+ ## 6.13.0 - 2018-10-30
3367
+
3368
+ - [#507](https://github.com/stripe/stripe-node/pull/507) Add support for persons
3369
+ - [#510](https://github.com/stripe/stripe-node/pull/510) Add support for webhook endpoints
3370
+
3371
+ ## 6.12.1 - 2018-09-24
3372
+
3373
+ - [#502](https://github.com/stripe/stripe-node/pull/502) Fix test suite
3374
+
3375
+ ## 6.12.0 - 2018-09-24
3376
+
3377
+ - [#498](https://github.com/stripe/stripe-node/pull/498) Add support for Stripe Terminal
3378
+ - [#500](https://github.com/stripe/stripe-node/pull/500) Rename `FileUploads` to `Files`. For backwards compatibility, `Files` is aliased to `FileUploads`. `FileUploads` is deprecated and will be removed from the next major version.
3379
+
3380
+ ## 6.11.0 - 2018-09-18
3381
+
3382
+ - [#496](https://github.com/stripe/stripe-node/pull/496) Add auto-pagination
3383
+
3384
+ ## 6.10.0 - 2018-09-05
3385
+
3386
+ - [#491](https://github.com/stripe/stripe-node/pull/491) Add support for usage record summaries
3387
+
3388
+ ## 6.9.0 - 2018-09-05
3389
+
3390
+ - [#493](https://github.com/stripe/stripe-node/pull/493) Add support for reporting resources
3391
+
3392
+ ## 6.8.0 - 2018-08-27
3393
+
3394
+ - [#488](https://github.com/stripe/stripe-node/pull/488) Remove support for `BitcoinReceivers` write-actions
3395
+
3396
+ ## 6.7.0 - 2018-08-03
3397
+
3398
+ - [#485](https://github.com/stripe/stripe-node/pull/485) Add support for `cancel` on topups
3399
+
3400
+ ## 6.6.0 - 2018-08-02
3401
+
3402
+ - [#483](https://github.com/stripe/stripe-node/pull/483) Add support for file links
3403
+
3404
+ ## 6.5.0 - 2018-07-28
3405
+
3406
+ - [#482](https://github.com/stripe/stripe-node/pull/482) Add support for Sigma scheduled query runs
3407
+
3408
+ ## 6.4.0 - 2018-07-26
3409
+
3410
+ - [#481](https://github.com/stripe/stripe-node/pull/481) Add support for Stripe Issuing
3411
+
3412
+ ## 6.3.0 - 2018-07-18
3413
+
3414
+ - [#471](https://github.com/stripe/stripe-node/pull/471) Add support for streams in file uploads
3415
+
3416
+ ## 6.2.1 - 2018-07-03
3417
+
3418
+ - [#475](https://github.com/stripe/stripe-node/pull/475) Fixes array encoding of subscription items for the upcoming invoices endpoint.
3419
+
3420
+ ## 6.2.0 - 2018-06-28
3421
+
3422
+ - [#473](https://github.com/stripe/stripe-node/pull/473) Add support for payment intents
3423
+
3424
+ ## 6.1.1 - 2018-06-07
3425
+
3426
+ - [#469](https://github.com/stripe/stripe-node/pull/469) Add `.npmignore` to create a lighter package (minus examples and tests)
3427
+
3428
+ ## 6.1.0 - 2018-06-01
3429
+
3430
+ - [#465](https://github.com/stripe/stripe-node/pull/465) Warn when unknown options are passed to functions
3431
+
3432
+ ## 6.0.0 - 2018-05-14
3433
+
3434
+ - [#453](https://github.com/stripe/stripe-node/pull/453) Re-implement usage record's `create` so that it correctly passes all arguments (this is a very minor breaking change)
3435
+
3436
+ ## 5.10.0 - 2018-05-14
3437
+
3438
+ - [#459](https://github.com/stripe/stripe-node/pull/459) Export error types on `stripe.errors` so that errors can be matched with `instanceof` instead of comparing the strings generated by `type`
3439
+
3440
+ ## 5.9.0 - 2018-05-09
3441
+
3442
+ - [#456](https://github.com/stripe/stripe-node/pull/456) Add support for issuer fraud records
3443
+
3444
+ ## 5.8.0 - 2018-04-04
3445
+
3446
+ - [#444](https://github.com/stripe/stripe-node/pull/444) Introduce flexible billing primitives for subscriptions
3447
+
3448
+ ## 5.7.0 - 2018-04-02
3449
+
3450
+ - [#441](https://github.com/stripe/stripe-node/pull/441) Write directly to a connection that's known to be still open
3451
+
3452
+ ## 5.6.1 - 2018-03-25
3453
+
3454
+ - [#437](https://github.com/stripe/stripe-node/pull/437) Fix error message when passing invalid parameters to some API methods
3455
+
3456
+ ## 5.6.0 - 2018-03-24
3457
+
3458
+ - [#439](https://github.com/stripe/stripe-node/pull/439) Drop Bluebird dependency and use native ES6 promises
3459
+
3460
+ ## 5.5.0 - 2018-02-21
3461
+
3462
+ - [#425](https://github.com/stripe/stripe-node/pull/425) Add support for topups
3463
+
3464
+ ## 5.4.0 - 2017-12-05
3465
+
3466
+ - [#412](https://github.com/stripe/stripe-node/pull/412) Add `StripeIdempotencyError` type for new kind of stripe error
3467
+
3468
+ ## 5.3.0 - 2017-10-31
3469
+
3470
+ - [#405](https://github.com/stripe/stripe-node/pull/405) Support for exchange rates APIs
3471
+
3472
+ ## 5.2.0 - 2017-10-26
3473
+
3474
+ - [#404](https://github.com/stripe/stripe-node/pull/404) Support for listing source transactions
3475
+
3476
+ ## 5.1.1 - 2017-10-04
3477
+
3478
+ - [#394](https://github.com/stripe/stripe-node/pull/394) Fix improper warning for requests that have options but no parameters
3479
+
3480
+ ## 5.1.0 - 2017-09-25
3481
+
3482
+ - Add check for when options are accidentally included in an arguments object
3483
+ - Use safe-buffer package instead of building our own code
3484
+ - Remove dependency on object-assign package
3485
+ - Bump required versions of bluebird and qs
3486
+
3487
+ ## 5.0.0 - 2017-09-12
3488
+
3489
+ - Drop support for Node 0.x (minimum required version is now >= 4)
3490
+
3491
+ ## 4.25.0 - 2017-09-05
3492
+
3493
+ - Switch to Bearer token authentication on API requests
3494
+
3495
+ ## 4.24.1 - 2017-08-25
3496
+
3497
+ - Specify UTF-8 encoding when verifying HMAC-SHA256 payloads
3498
+
3499
+ ## 4.24.0 - 2017-08-10
3500
+
3501
+ - Support informational events with `Stripe.on` (see README for details)
3502
+
3503
+ ## 4.23.2 - 2017-08-03
3504
+
3505
+ - Handle `Buffer.from` incompatibility for Node versions prior to 4.5.x
3506
+
3507
+ ## 4.23.1 - 2017-06-24
3508
+
3509
+ - Properly encode subscription items when retrieving upcoming invoice
3510
+
3511
+ ## 4.23.0 - 2017-06-20
3512
+
3513
+ - Add support for ephemeral keys
3514
+
3515
+ ## 4.22.1 - 2017-06-20
3516
+
3517
+ - Fix usage of hasOwnProperty in utils
3518
+
3519
+ ## 4.22.0 - 2017-05-25
3520
+
3521
+ - Make response headers accessible on error objects
3522
+
3523
+ ## 4.21.0 - 2017-05-25
3524
+
3525
+ - Add support for account login links
3526
+
3527
+ ## 4.20.0 - 2017-05-24
3528
+
3529
+ - Add `stripe.setAppInfo` for plugin authors to register app information
3530
+
3531
+ ## 4.19.1 - 2017-05-18
3532
+
3533
+ - Tweak class initialization for compatibility with divergent JS engines
3534
+
3535
+ ## 4.19.0 - 2017-05-11
3536
+
3537
+ - Support for checking webhook signatures
3538
+
3539
+ ## 4.18.0 - 2017-04-12
3540
+
3541
+ - Reject ID parameters that don't look like strings
3542
+
3543
+ ## 4.17.1 - 2017-04-05
3544
+
3545
+ - Fix paths in error messages on bad arguments
3546
+
3547
+ ## 4.17.0 - 2017-03-31
3548
+
3549
+ - Add support for payouts
3550
+
3551
+ ## 4.16.1 - 2017-03-30
3552
+
3553
+ - Fix bad reference to `requestId` when initializing errors
3554
+
3555
+ ## 4.16.0 - 2017-03-22
3556
+
3557
+ - Make `requestId` available on resource `lastResponse` objects
3558
+
3559
+ ## 4.15.1 - 2017-03-08
3560
+
3561
+ - Update required version of "qs" dependency to 6.0.4+
3562
+
3563
+ ## 4.15.0 - 2017-01-18
3564
+
3565
+ - Add support for updating sources
3566
+
3567
+ ## 4.14.0 - 2016-12-01
3568
+
3569
+ - Add support for verifying sources
3570
+
3571
+ ## 4.13.0 - 2016-11-21
3572
+
3573
+ - Add retrieve method for 3-D Secure resources
3574
+
3575
+ ## 4.12.0 - 2016-10-18
3576
+
3577
+ - Support for 403 status codes (permission denied)
3578
+
3579
+ ## 4.11.0 - 2016-09-16
3580
+
3581
+ - Add support for Apple Pay domains
3582
+
3583
+ ## 4.10.0 - 2016-08-29
3584
+
3585
+ - Refactor deprecated uses of Bluebird's `Promise.defer`
3586
+
3587
+ ## 4.9.1 - 2016-08-22
3588
+
3589
+ - URI-encode unames for Stripe user agents so we don't fail on special characters
3590
+
3591
+ ## 4.9.0 - 2016-07-19
3592
+
3593
+ - Add `Source` model for generic payment sources support (experimental)
3594
+
3595
+ ## 4.8.0 - 2016-07-14
3596
+
3597
+ - Add `ThreeDSecure` model for 3-D secure payments
3598
+
3599
+ ## 4.7.0 - 2016-05-25
3600
+
3601
+ - Add support for returning Relay orders
3602
+
3603
+ ## 4.6.0 - 2016-05-04
3604
+
3605
+ - Add `update`, `create`, `retrieve`, `list` and `del` methods to `stripe.subscriptions`
3606
+
3607
+ ## 4.5.0 - 2016-03-15
3608
+
3609
+ - Add `reject` on `Account` to support the new API feature
3610
+
3611
+ ## 4.4.0 - 2016-02-08
3612
+
3613
+ - Add `CountrySpec` model for looking up country payment information
3614
+
3615
+ ## 4.3.0 - 2016-01-26
3616
+
3617
+ - Add support for deleting Relay SKUs and products
3618
+
3619
+ ## 4.2.0 - 2016-01-13
3620
+
3621
+ - Add `lastResponse` property on `StripeResource` objects
3622
+ - Return usage errors of `stripeMethod` through callback instead of raising
3623
+ - Use latest year for expiry years in tests to avoid new year problems
3624
+
3625
+ ## 4.1.0 - 2015-12-02
3626
+
3627
+ - Add a verification routine for external accounts
3628
+
3629
+ ## 4.0.0 - 2015-09-17
3630
+
3631
+ - Remove ability for API keys to be passed as 1st param to acct.retrieve
3632
+ - Rename StripeInvalidRequest to StripeInvalidRequestError
3633
+
3634
+ ## 3.9.0 - 2015-09-14
3635
+
3636
+ - Add Relay resources: Products, SKUs, and Orders
3637
+
3638
+ ## 3.8.0 - 2015-09-11
3639
+
3640
+ - Added rate limiting responses
3641
+
3642
+ ## 3.7.1 - 2015-08-17
3643
+
3644
+ - Added refund object with listing, retrieval, updating, and creation.
3645
+
3646
+ ## 3.7.0 - 2015-08-03
3647
+
3648
+ - Added managed account deletion
3649
+ - Added dispute listing and retrieval
3650
+
3651
+ ## 3.6.0 - 2015-07-07
3652
+
3653
+ - Added request IDs to all Stripe errors
3654
+
3655
+ ## 3.5.2 - 2015-06-30
3656
+
3657
+ - [BUGFIX] Fixed issue with uploading binary files (Gabriel Chagas Marques)
3658
+
3659
+ ## 3.5.1 - 2015-06-30
3660
+
3661
+ - [BUGFIX] Fixed issue with passing arrays of objects
3662
+
3663
+ ## 3.5.0 - 2015-06-11
3664
+
3665
+ - Added support for optional parameters when retrieving an upcoming invoice
3666
+ (Matthew Arkin)
3667
+
3668
+ ## 3.4.0 - 2015-06-10
3669
+
3670
+ - Added support for bank accounts and debit cards in managed accounts
3671
+
3672
+ ## 3.3.4 - 2015-04-02
3673
+
3674
+ - Remove SSL revocation tests and check
3675
+
3676
+ ## 3.3.3 - 2015-03-31
3677
+
3678
+ - [BUGFIX] Fix support for both stripe.account and stripe.accounts
3679
+
3680
+ ## 3.3.2 - 2015-02-24
3681
+
3682
+ - Support transfer reversals.
3683
+
3684
+ ## 3.3.1 - 2015-02-21
3685
+
3686
+ - [BUGFIX] Fix passing in only a callback to the Account resource. (Matthew Arkin)
3687
+
3688
+ ## 3.3.0 - 2015-02-19
3689
+
3690
+ - Support BitcoinReceiver update & delete actions
3691
+ - Add methods for manipulating customer sources as per 2015-02-18 API version
3692
+ - The Account resource will now take an account ID. However, legacy use of the resource (without an account ID) will still work.
3693
+
3694
+ ## 3.2.0 - 2015-02-05
3695
+
3696
+ - [BUGFIX] Fix incorrect failing tests for headers support
3697
+ - Update all dependencies (remove mocha-as-promised)
3698
+ - Switch to bluebird for promises
3699
+
3700
+ ## 3.1.0 - 2015-01-21
3701
+
3702
+ - Support making bitcoin charges through BitcoinReceiver source object
3703
+
3704
+ ## 3.0.3 - 2014-12-23
3705
+
3706
+ - Adding file uploads as a resource.
3707
+
3708
+ ## 3.0.2 - 2014-11-26
3709
+
3710
+ - [BUGFIX] Fix issue where multiple expand params were not getting passed through (#130)
3711
+
3712
+ ## 3.0.1 - 2014-11-26
3713
+
3714
+ - (Version skipped due to npm mishap)
3715
+
3716
+ ## 3.0.0 - 2014-11-18
3717
+
3718
+ - [BUGFIX] Fix `stringifyRequestData` to deal with nested objs correctly
3719
+ - Bump MAJOR as we're no longer supporting Node 0.8
3720
+
3721
+ ## 2.9.0 - 2014-11-12
3722
+
3723
+ - Allow setting of HTTP agent (proxy) (issue #124)
3724
+ - Add stack traces to all Stripe Errors
3725
+
3726
+ ## 2.8.0 - 2014-07-26
3727
+
3728
+ - Make application fee refunds a list instead of array
3729
+
3730
+ ## 2.7.4 - 2014-07-17
3731
+
3732
+ - [BUGFIX] Fix lack of subscription param in `invoices#retrieveUpcoming` method
3733
+ - Add support for an `optional!` annotation on `urlParams`
3734
+
3735
+ ## 2.7.3 - 2014-06-17
3736
+
3737
+ - Add metadata to disputes and refunds
3738
+
3739
+ ## 2.6.3 - 2014-05-21
3740
+
3741
+ - Support cards for recipients.
3742
+
3743
+ ## 2.5.3 - 2014-05-16
3744
+
3745
+ - Allow the `update` method on coupons for metadata changes
3746
+
3747
+ ## 2.5.2 - 2014-04-28
3748
+
3749
+ - [BUGFIX] Fix when.js version string in package.json to support older npm versions
3750
+
3751
+ ## 2.5.1 - 2014-04-25
3752
+
3753
+ - [BUGFIX] Fix revoked-ssl check
3754
+ - Upgrade when.js to 3.1.0
3755
+
3756
+ ## 2.5.0 - 2014-04-09
3757
+
3758
+ - Ensure we prevent requests using revoked SSL certs
3759
+
3760
+ ## 2.4.5 - 2014-04-08
3761
+
3762
+ - Add better checks for incorrect arguments (throw exceptions accordingly).
3763
+ - Validate the Connect Auth key, if passed
3764
+
3765
+ ## 2.4.4 - 2014-03-27
3766
+
3767
+ - [BUGFIX] Fix URL encoding issue (not encoding interpolated URL params, see issue #93)
3768
+
3769
+ ## 2.4.3 - 2014-03-27
3770
+
3771
+ - Add more debug information to the case of a failed `JSON.parse()`
3772
+
3773
+ ## 2.4.2 - 2014-02-20
3774
+
3775
+ - Add binding for `transfers/{tr_id}/transactions` endpoint
3776
+
3777
+ ## 2.4.1 - 2014-02-07
3778
+
3779
+ - Ensure raw error object is accessible on the generated StripeError
3780
+
3781
+ ## 2.4.0 - 2014-01-29
3782
+
3783
+ - Support multiple subscriptions per customer
3784
+
3785
+ ## 2.3.4 - 2014-01-11
3786
+
3787
+ - [BUGFIX] Fix #76, pass latest as version to api & fix constructor arg signature
3788
+
3789
+ ## 2.3.3 - 2014-01-10
3790
+
3791
+ - Document cancelSubscription method params and add specs for `at_period_end`
3792
+
3793
+ ## 2.3.2 - 2013-12-02
3794
+
3795
+ - Add application fees API
3796
+
3797
+ ## 2.2.2 - 2013-11-20
3798
+
3799
+ - [BUGFIX] Fix incorrect deleteDiscount method & related spec(s)
3800
+
3801
+ ### 2.2.1 - 2013-12-01
3802
+
3803
+ - [BUGFIX] Fix user-agent header issue (see issue #75)
3804
+
3805
+ ## 2.2.0 - 2013-11-09
3806
+
3807
+ - Add support for setTimeout
3808
+ - Add specs for invoice-item listing/querying via timestamp
3809
+
3810
+ ## 2.1.0 - 2013-11-07
3811
+
3812
+ - Support single key/value setting on setMetadata method
3813
+ - [BUGFIX] Fix Windows url-path issue
3814
+ - Add missing stripe.charges.update method
3815
+ - Support setting auth_token per request (useful in Connect)
3816
+ - Remove global 'resources' variable
3817
+
3818
+ ## 2.0.0 - 2013-10-18
3819
+
3820
+ - API overhaul and refactor, including addition of promises.
3821
+ - Release of version 2.0.0
3822
+
3823
+ ## 1.3.0 - 2013-01-30
3824
+
3825
+ - Requests return Javascript Errors (Guillaume Flandre)
3826
+
3827
+ ## 1.2.0 - 2012-08-03
3828
+
3829
+ - Added events API (Jonathan Hollinger)
3830
+ - Added plans update API (Pavan Kumar Sunkara)
3831
+ - Various test fixes, node 0.8.x tweaks (Jan Lehnardt)
3832
+
3833
+ ## 1.1.0 - 2012-02-01
3834
+
3835
+ - Add Coupons API (Ryan)
3836
+ - Pass a more robust error object to the callback (Ryan)
3837
+ - Fix duplicate callbacks from some functions when called incorrectly (bug #24, reported by Kishore Nallan)
3838
+
3839
+ ## 1.0.0 - 2011-12-06
3840
+
3841
+ - Add APIs and tests for Plans and "Invoice Items"
3842
+ (both changes by Ryan Ettipio)
3843
+
3844
+ ## 0.0.5 - 2011-11-26
3845
+
3846
+ - Add Subscription API (John Ku, #3)
3847
+ - Add Invoices API (Chris Winn, #6)
3848
+ - [BUGFIX] Fix a bug where callback could be called twice, if the callback() threw an error itself (Peteris Krumins)
3849
+ - [BUGFIX] Fix bug in tokens.retrieve API (Xavi)
3850
+ - Change documentation links (Stripe changed their URL structure)
3851
+ - Make tests pass again (error in callback is null instead of 0 if all is well)
3852
+ - Amount in stripe.charges.refund is optional (Branko Vukelic)
3853
+ - Various documentation fixes (Xavi)
3854
+ - Only require node 0.4.0
3855
+
3856
+ ## 0.0.3 - 2011-10-05
3857
+
3858
+ - Add Charges API (issue #1, brackishlake)
3859
+ - Add customers.list API
3860
+
3861
+ ## 0.0.2 - 2011-09-28
3862
+
3863
+ - Initial release with customers and tokens APIs