@noodleseed/one 0.54.0 → 0.56.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1578) hide show
  1. package/dist/commands/billing-enforcement-activation-ops.js +3 -0
  2. package/dist/commands/billing-enforcement-activation-ops.js.map +1 -1
  3. package/dist/commands/billing-read-ops.d.ts.map +1 -1
  4. package/dist/commands/billing-read-ops.js +10 -2
  5. package/dist/commands/billing-read-ops.js.map +1 -1
  6. package/dist/commands/billing-stripe-ops.d.ts +2 -0
  7. package/dist/commands/billing-stripe-ops.d.ts.map +1 -0
  8. package/dist/commands/billing-stripe-ops.js +155 -0
  9. package/dist/commands/billing-stripe-ops.js.map +1 -0
  10. package/dist/commands/catalog-data-resources.d.ts.map +1 -1
  11. package/dist/commands/catalog-data-resources.js +6 -4
  12. package/dist/commands/catalog-data-resources.js.map +1 -1
  13. package/node_modules/@noodle-borg/service/dist/billing/enforcement-release-config.d.ts +1 -1
  14. package/node_modules/@noodle-borg/service/dist/billing/enforcement-release-config.d.ts.map +1 -1
  15. package/node_modules/@noodle-borg/service/dist/billing/enforcement-release-config.js +2 -5
  16. package/node_modules/@noodle-borg/service/dist/billing/enforcement-release-config.js.map +1 -1
  17. package/node_modules/@noodle-borg/service/dist/billing/integration.d.ts +2 -1
  18. package/node_modules/@noodle-borg/service/dist/billing/integration.d.ts.map +1 -1
  19. package/node_modules/@noodle-borg/service/dist/billing/integration.js +2 -2
  20. package/node_modules/@noodle-borg/service/dist/billing/integration.js.map +1 -1
  21. package/node_modules/@noodle-borg/service/dist/billing/model.d.ts +8 -1
  22. package/node_modules/@noodle-borg/service/dist/billing/model.d.ts.map +1 -1
  23. package/node_modules/@noodle-borg/service/dist/billing/model.js.map +1 -1
  24. package/node_modules/@noodle-borg/service/dist/billing/postgres-commercial-contract-cutover.d.ts +27 -0
  25. package/node_modules/@noodle-borg/service/dist/billing/postgres-commercial-contract-cutover.d.ts.map +1 -0
  26. package/node_modules/@noodle-borg/service/dist/billing/postgres-commercial-contract-cutover.js +284 -0
  27. package/node_modules/@noodle-borg/service/dist/billing/postgres-commercial-contract-cutover.js.map +1 -0
  28. package/node_modules/@noodle-borg/service/dist/billing/postgres-enforcement-activation-schema.d.ts.map +1 -1
  29. package/node_modules/@noodle-borg/service/dist/billing/postgres-enforcement-activation-schema.js +55 -0
  30. package/node_modules/@noodle-borg/service/dist/billing/postgres-enforcement-activation-schema.js.map +1 -1
  31. package/node_modules/@noodle-borg/service/dist/billing/postgres-enforcement-release-activation.d.ts +4 -7
  32. package/node_modules/@noodle-borg/service/dist/billing/postgres-enforcement-release-activation.d.ts.map +1 -1
  33. package/node_modules/@noodle-borg/service/dist/billing/postgres-enforcement-release-activation.js +34 -4
  34. package/node_modules/@noodle-borg/service/dist/billing/postgres-enforcement-release-activation.js.map +1 -1
  35. package/node_modules/@noodle-borg/service/dist/billing/postgres-records.d.ts.map +1 -1
  36. package/node_modules/@noodle-borg/service/dist/billing/postgres-records.js +20 -1
  37. package/node_modules/@noodle-borg/service/dist/billing/postgres-records.js.map +1 -1
  38. package/node_modules/@noodle-borg/service/dist/billing/postgres-schema.d.ts.map +1 -1
  39. package/node_modules/@noodle-borg/service/dist/billing/postgres-schema.js +2 -0
  40. package/node_modules/@noodle-borg/service/dist/billing/postgres-schema.js.map +1 -1
  41. package/node_modules/@noodle-borg/service/dist/billing/postgres-stripe-events.d.ts +7 -0
  42. package/node_modules/@noodle-borg/service/dist/billing/postgres-stripe-events.d.ts.map +1 -0
  43. package/node_modules/@noodle-borg/service/dist/billing/postgres-stripe-events.js +99 -0
  44. package/node_modules/@noodle-borg/service/dist/billing/postgres-stripe-events.js.map +1 -0
  45. package/node_modules/@noodle-borg/service/dist/billing/postgres-stripe-records.d.ts +35 -0
  46. package/node_modules/@noodle-borg/service/dist/billing/postgres-stripe-records.d.ts.map +1 -0
  47. package/node_modules/@noodle-borg/service/dist/billing/postgres-stripe-records.js +50 -0
  48. package/node_modules/@noodle-borg/service/dist/billing/postgres-stripe-records.js.map +1 -0
  49. package/node_modules/@noodle-borg/service/dist/billing/postgres-stripe-schema.d.ts +4 -0
  50. package/node_modules/@noodle-borg/service/dist/billing/postgres-stripe-schema.d.ts.map +1 -0
  51. package/node_modules/@noodle-borg/service/dist/billing/postgres-stripe-schema.js +98 -0
  52. package/node_modules/@noodle-borg/service/dist/billing/postgres-stripe-schema.js.map +1 -0
  53. package/node_modules/@noodle-borg/service/dist/billing/postgres-stripe-store.d.ts +24 -0
  54. package/node_modules/@noodle-borg/service/dist/billing/postgres-stripe-store.d.ts.map +1 -0
  55. package/node_modules/@noodle-borg/service/dist/billing/postgres-stripe-store.js +322 -0
  56. package/node_modules/@noodle-borg/service/dist/billing/postgres-stripe-store.js.map +1 -0
  57. package/node_modules/@noodle-borg/service/dist/billing/postgres-subscription-reconciliation-persistence.d.ts +2 -2
  58. package/node_modules/@noodle-borg/service/dist/billing/postgres-subscription-reconciliation-persistence.d.ts.map +1 -1
  59. package/node_modules/@noodle-borg/service/dist/billing/postgres-subscription-reconciliation-persistence.js +3 -3
  60. package/node_modules/@noodle-borg/service/dist/billing/postgres-subscription-reconciliation-persistence.js.map +1 -1
  61. package/node_modules/@noodle-borg/service/dist/billing/postgres-subscription-reconciliation.d.ts.map +1 -1
  62. package/node_modules/@noodle-borg/service/dist/billing/postgres-subscription-reconciliation.js +33 -14
  63. package/node_modules/@noodle-borg/service/dist/billing/postgres-subscription-reconciliation.js.map +1 -1
  64. package/node_modules/@noodle-borg/service/dist/billing/postgres-subscription-schema.js +41 -2
  65. package/node_modules/@noodle-borg/service/dist/billing/postgres-subscription-schema.js.map +1 -1
  66. package/node_modules/@noodle-borg/service/dist/billing/read-contract.d.ts +12 -0
  67. package/node_modules/@noodle-borg/service/dist/billing/read-contract.d.ts.map +1 -1
  68. package/node_modules/@noodle-borg/service/dist/billing/read-contract.js +5 -0
  69. package/node_modules/@noodle-borg/service/dist/billing/read-contract.js.map +1 -1
  70. package/node_modules/@noodle-borg/service/dist/billing/service-enforcement-release.d.ts.map +1 -1
  71. package/node_modules/@noodle-borg/service/dist/billing/service-enforcement-release.js +4 -1
  72. package/node_modules/@noodle-borg/service/dist/billing/service-enforcement-release.js.map +1 -1
  73. package/node_modules/@noodle-borg/service/dist/billing/stripe-config.d.ts +23 -0
  74. package/node_modules/@noodle-borg/service/dist/billing/stripe-config.d.ts.map +1 -0
  75. package/node_modules/@noodle-borg/service/dist/billing/stripe-config.js +128 -0
  76. package/node_modules/@noodle-borg/service/dist/billing/stripe-config.js.map +1 -0
  77. package/node_modules/@noodle-borg/service/dist/billing/stripe-contract.d.ts +30 -0
  78. package/node_modules/@noodle-borg/service/dist/billing/stripe-contract.d.ts.map +1 -0
  79. package/node_modules/@noodle-borg/service/dist/billing/stripe-contract.js +21 -0
  80. package/node_modules/@noodle-borg/service/dist/billing/stripe-contract.js.map +1 -0
  81. package/node_modules/@noodle-borg/service/dist/billing/stripe-integration-loader.d.ts +14 -0
  82. package/node_modules/@noodle-borg/service/dist/billing/stripe-integration-loader.d.ts.map +1 -0
  83. package/node_modules/@noodle-borg/service/dist/billing/stripe-integration-loader.js +19 -0
  84. package/node_modules/@noodle-borg/service/dist/billing/stripe-integration-loader.js.map +1 -0
  85. package/node_modules/@noodle-borg/service/dist/billing/stripe-integration.d.ts +14 -0
  86. package/node_modules/@noodle-borg/service/dist/billing/stripe-integration.d.ts.map +1 -0
  87. package/node_modules/@noodle-borg/service/dist/billing/stripe-integration.js +45 -0
  88. package/node_modules/@noodle-borg/service/dist/billing/stripe-integration.js.map +1 -0
  89. package/node_modules/@noodle-borg/service/dist/billing/stripe-lifecycle.d.ts +18 -0
  90. package/node_modules/@noodle-borg/service/dist/billing/stripe-lifecycle.d.ts.map +1 -0
  91. package/node_modules/@noodle-borg/service/dist/billing/stripe-lifecycle.js +119 -0
  92. package/node_modules/@noodle-borg/service/dist/billing/stripe-lifecycle.js.map +1 -0
  93. package/node_modules/@noodle-borg/service/dist/billing/stripe-provider.d.ts +78 -0
  94. package/node_modules/@noodle-borg/service/dist/billing/stripe-provider.d.ts.map +1 -0
  95. package/node_modules/@noodle-borg/service/dist/billing/stripe-provider.js +299 -0
  96. package/node_modules/@noodle-borg/service/dist/billing/stripe-provider.js.map +1 -0
  97. package/node_modules/@noodle-borg/service/dist/billing/stripe-service.d.ts +55 -0
  98. package/node_modules/@noodle-borg/service/dist/billing/stripe-service.d.ts.map +1 -0
  99. package/node_modules/@noodle-borg/service/dist/billing/stripe-service.js +277 -0
  100. package/node_modules/@noodle-borg/service/dist/billing/stripe-service.js.map +1 -0
  101. package/node_modules/@noodle-borg/service/dist/billing/stripe-store.d.ts +75 -0
  102. package/node_modules/@noodle-borg/service/dist/billing/stripe-store.d.ts.map +1 -0
  103. package/node_modules/@noodle-borg/service/dist/billing/stripe-store.js +2 -0
  104. package/node_modules/@noodle-borg/service/dist/billing/stripe-store.js.map +1 -0
  105. package/node_modules/@noodle-borg/service/dist/billing/subscription-model.d.ts +9 -1
  106. package/node_modules/@noodle-borg/service/dist/billing/subscription-model.d.ts.map +1 -1
  107. package/node_modules/@noodle-borg/service/dist/billing/subscription-model.js +130 -0
  108. package/node_modules/@noodle-borg/service/dist/billing/subscription-model.js.map +1 -1
  109. package/node_modules/@noodle-borg/service/dist/billing/subscription-reconciliation.d.ts +1 -1
  110. package/node_modules/@noodle-borg/service/dist/billing/subscription-reconciliation.d.ts.map +1 -1
  111. package/node_modules/@noodle-borg/service/dist/billing/subscription-reconciliation.js +8 -9
  112. package/node_modules/@noodle-borg/service/dist/billing/subscription-reconciliation.js.map +1 -1
  113. package/node_modules/@noodle-borg/service/dist/billing-public.d.ts +2 -1
  114. package/node_modules/@noodle-borg/service/dist/billing-public.d.ts.map +1 -1
  115. package/node_modules/@noodle-borg/service/dist/billing-public.js +2 -1
  116. package/node_modules/@noodle-borg/service/dist/billing-public.js.map +1 -1
  117. package/node_modules/@noodle-borg/service/dist/http-util.d.ts +9 -0
  118. package/node_modules/@noodle-borg/service/dist/http-util.d.ts.map +1 -1
  119. package/node_modules/@noodle-borg/service/dist/http-util.js +4 -0
  120. package/node_modules/@noodle-borg/service/dist/http-util.js.map +1 -1
  121. package/node_modules/@noodle-borg/service/dist/main.js +3 -0
  122. package/node_modules/@noodle-borg/service/dist/main.js.map +1 -1
  123. package/node_modules/@noodle-borg/service/dist/options.d.ts +3 -0
  124. package/node_modules/@noodle-borg/service/dist/options.d.ts.map +1 -1
  125. package/node_modules/@noodle-borg/service/dist/routes/billing-read.d.ts +2 -0
  126. package/node_modules/@noodle-borg/service/dist/routes/billing-read.d.ts.map +1 -1
  127. package/node_modules/@noodle-borg/service/dist/routes/billing-read.js +3 -0
  128. package/node_modules/@noodle-borg/service/dist/routes/billing-read.js.map +1 -1
  129. package/node_modules/@noodle-borg/service/dist/routes/billing-stripe.d.ts +22 -0
  130. package/node_modules/@noodle-borg/service/dist/routes/billing-stripe.d.ts.map +1 -0
  131. package/node_modules/@noodle-borg/service/dist/routes/billing-stripe.js +98 -0
  132. package/node_modules/@noodle-borg/service/dist/routes/billing-stripe.js.map +1 -0
  133. package/node_modules/@noodle-borg/service/dist/routes/commercial-dispatch.d.ts +2 -0
  134. package/node_modules/@noodle-borg/service/dist/routes/commercial-dispatch.d.ts.map +1 -1
  135. package/node_modules/@noodle-borg/service/dist/routes/commercial-dispatch.js +50 -1
  136. package/node_modules/@noodle-borg/service/dist/routes/commercial-dispatch.js.map +1 -1
  137. package/node_modules/@noodle-borg/service/dist/routes/commercial-service-deps.d.ts.map +1 -1
  138. package/node_modules/@noodle-borg/service/dist/routes/commercial-service-deps.js +3 -0
  139. package/node_modules/@noodle-borg/service/dist/routes/commercial-service-deps.js.map +1 -1
  140. package/node_modules/@noodle-borg/service/dist/routes/paths.d.ts +5 -0
  141. package/node_modules/@noodle-borg/service/dist/routes/paths.d.ts.map +1 -1
  142. package/node_modules/@noodle-borg/service/dist/routes/paths.js +15 -0
  143. package/node_modules/@noodle-borg/service/dist/routes/paths.js.map +1 -1
  144. package/node_modules/@noodle-borg/service/dist/serve-options.d.ts +3 -0
  145. package/node_modules/@noodle-borg/service/dist/serve-options.d.ts.map +1 -1
  146. package/node_modules/@noodle-borg/service/dist/serve.d.ts.map +1 -1
  147. package/node_modules/@noodle-borg/service/dist/serve.js +17 -0
  148. package/node_modules/@noodle-borg/service/dist/serve.js.map +1 -1
  149. package/node_modules/@noodle-borg/service/dist/service-resource-cleanup.d.ts +1 -0
  150. package/node_modules/@noodle-borg/service/dist/service-resource-cleanup.d.ts.map +1 -1
  151. package/node_modules/@noodle-borg/service/dist/service-resource-cleanup.js +3 -0
  152. package/node_modules/@noodle-borg/service/dist/service-resource-cleanup.js.map +1 -1
  153. package/node_modules/@noodle-borg/service/package.json +2 -1
  154. package/node_modules/stripe/CHANGELOG.md +4818 -0
  155. package/node_modules/stripe/LICENSE +20 -0
  156. package/node_modules/stripe/OPENAPI_VERSION +1 -0
  157. package/node_modules/stripe/README.md +713 -0
  158. package/node_modules/stripe/VERSION +1 -0
  159. package/node_modules/stripe/cjs/Decimal.d.ts +532 -0
  160. package/node_modules/stripe/cjs/Decimal.js +855 -0
  161. package/node_modules/stripe/cjs/Decimal.js.map +1 -0
  162. package/node_modules/stripe/cjs/Error.d.ts +217 -0
  163. package/node_modules/stripe/cjs/Error.js +295 -0
  164. package/node_modules/stripe/cjs/Error.js.map +1 -0
  165. package/node_modules/stripe/cjs/RequestSender.d.ts +60 -0
  166. package/node_modules/stripe/cjs/RequestSender.js +476 -0
  167. package/node_modules/stripe/cjs/RequestSender.js.map +1 -0
  168. package/node_modules/stripe/cjs/ResourceNamespace.d.ts +6 -0
  169. package/node_modules/stripe/cjs/ResourceNamespace.js +22 -0
  170. package/node_modules/stripe/cjs/ResourceNamespace.js.map +1 -0
  171. package/node_modules/stripe/cjs/StripeContext.d.ts +32 -0
  172. package/node_modules/stripe/cjs/StripeContext.js +57 -0
  173. package/node_modules/stripe/cjs/StripeContext.js.map +1 -0
  174. package/node_modules/stripe/cjs/StripeEmitter.d.ts +23 -0
  175. package/node_modules/stripe/cjs/StripeEmitter.js +47 -0
  176. package/node_modules/stripe/cjs/StripeEmitter.js.map +1 -0
  177. package/node_modules/stripe/cjs/StripeResource.d.ts +18 -0
  178. package/node_modules/stripe/cjs/StripeResource.js +101 -0
  179. package/node_modules/stripe/cjs/StripeResource.js.map +1 -0
  180. package/node_modules/stripe/cjs/Types.d.ts +250 -0
  181. package/node_modules/stripe/cjs/Types.js +10 -0
  182. package/node_modules/stripe/cjs/Types.js.map +1 -0
  183. package/node_modules/stripe/cjs/V2Coercion.d.ts +17 -0
  184. package/node_modules/stripe/cjs/V2Coercion.js +110 -0
  185. package/node_modules/stripe/cjs/V2Coercion.js.map +1 -0
  186. package/node_modules/stripe/cjs/Webhooks.d.ts +37 -0
  187. package/node_modules/stripe/cjs/Webhooks.js +265 -0
  188. package/node_modules/stripe/cjs/Webhooks.js.map +1 -0
  189. package/node_modules/stripe/cjs/apiVersion.d.ts +2 -0
  190. package/node_modules/stripe/cjs/apiVersion.js +7 -0
  191. package/node_modules/stripe/cjs/apiVersion.js.map +1 -0
  192. package/node_modules/stripe/cjs/autoPagination.d.ts +25 -0
  193. package/node_modules/stripe/cjs/autoPagination.js +339 -0
  194. package/node_modules/stripe/cjs/autoPagination.js.map +1 -0
  195. package/node_modules/stripe/cjs/crypto/CryptoProvider.d.ts +44 -0
  196. package/node_modules/stripe/cjs/crypto/CryptoProvider.js +56 -0
  197. package/node_modules/stripe/cjs/crypto/CryptoProvider.js.map +1 -0
  198. package/node_modules/stripe/cjs/crypto/NodeCryptoProvider.d.ts +12 -0
  199. package/node_modules/stripe/cjs/crypto/NodeCryptoProvider.js +31 -0
  200. package/node_modules/stripe/cjs/crypto/NodeCryptoProvider.js.map +1 -0
  201. package/node_modules/stripe/cjs/crypto/SubtleCryptoProvider.d.ts +16 -0
  202. package/node_modules/stripe/cjs/crypto/SubtleCryptoProvider.js +52 -0
  203. package/node_modules/stripe/cjs/crypto/SubtleCryptoProvider.js.map +1 -0
  204. package/node_modules/stripe/cjs/lib.d.ts +318 -0
  205. package/node_modules/stripe/cjs/lib.js +3 -0
  206. package/node_modules/stripe/cjs/lib.js.map +1 -0
  207. package/node_modules/stripe/cjs/multipart.d.ts +5 -0
  208. package/node_modules/stripe/cjs/multipart.js +62 -0
  209. package/node_modules/stripe/cjs/multipart.js.map +1 -0
  210. package/node_modules/stripe/cjs/net/FetchHttpClient.d.ts +27 -0
  211. package/node_modules/stripe/cjs/net/FetchHttpClient.js +159 -0
  212. package/node_modules/stripe/cjs/net/FetchHttpClient.js.map +1 -0
  213. package/node_modules/stripe/cjs/net/HttpClient.d.ts +63 -0
  214. package/node_modules/stripe/cjs/net/HttpClient.js +54 -0
  215. package/node_modules/stripe/cjs/net/HttpClient.js.map +1 -0
  216. package/node_modules/stripe/cjs/net/NodeHttpClient.d.ts +24 -0
  217. package/node_modules/stripe/cjs/net/NodeHttpClient.js +112 -0
  218. package/node_modules/stripe/cjs/net/NodeHttpClient.js.map +1 -0
  219. package/node_modules/stripe/cjs/package.json +1 -0
  220. package/node_modules/stripe/cjs/platform/NodePlatformFunctions.d.ts +43 -0
  221. package/node_modules/stripe/cjs/platform/NodePlatformFunctions.js +172 -0
  222. package/node_modules/stripe/cjs/platform/NodePlatformFunctions.js.map +1 -0
  223. package/node_modules/stripe/cjs/platform/PlatformFunctions.d.ts +78 -0
  224. package/node_modules/stripe/cjs/platform/PlatformFunctions.js +123 -0
  225. package/node_modules/stripe/cjs/platform/PlatformFunctions.js.map +1 -0
  226. package/node_modules/stripe/cjs/platform/WebPlatformFunctions.d.ts +22 -0
  227. package/node_modules/stripe/cjs/platform/WebPlatformFunctions.js +39 -0
  228. package/node_modules/stripe/cjs/platform/WebPlatformFunctions.js.map +1 -0
  229. package/node_modules/stripe/cjs/resources/AccountLinks.d.ts +76 -0
  230. package/node_modules/stripe/cjs/resources/AccountLinks.js +15 -0
  231. package/node_modules/stripe/cjs/resources/AccountLinks.js.map +1 -0
  232. package/node_modules/stripe/cjs/resources/AccountSessions.d.ts +1075 -0
  233. package/node_modules/stripe/cjs/resources/AccountSessions.js +15 -0
  234. package/node_modules/stripe/cjs/resources/AccountSessions.js.map +1 -0
  235. package/node_modules/stripe/cjs/resources/Accounts.d.ts +5296 -0
  236. package/node_modules/stripe/cjs/resources/Accounts.js +182 -0
  237. package/node_modules/stripe/cjs/resources/Accounts.js.map +1 -0
  238. package/node_modules/stripe/cjs/resources/ApplePayDomains.d.ts +80 -0
  239. package/node_modules/stripe/cjs/resources/ApplePayDomains.js +35 -0
  240. package/node_modules/stripe/cjs/resources/ApplePayDomains.js.map +1 -0
  241. package/node_modules/stripe/cjs/resources/ApplicationFees.d.ts +181 -0
  242. package/node_modules/stripe/cjs/resources/ApplicationFees.js +59 -0
  243. package/node_modules/stripe/cjs/resources/ApplicationFees.js.map +1 -0
  244. package/node_modules/stripe/cjs/resources/Applications.d.ts +36 -0
  245. package/node_modules/stripe/cjs/resources/Applications.js +4 -0
  246. package/node_modules/stripe/cjs/resources/Applications.js.map +1 -0
  247. package/node_modules/stripe/cjs/resources/Apps/Secrets.d.ts +199 -0
  248. package/node_modules/stripe/cjs/resources/Apps/Secrets.js +35 -0
  249. package/node_modules/stripe/cjs/resources/Apps/Secrets.js.map +1 -0
  250. package/node_modules/stripe/cjs/resources/Apps/index.d.ts +15 -0
  251. package/node_modules/stripe/cjs/resources/Apps/index.js +13 -0
  252. package/node_modules/stripe/cjs/resources/Apps/index.js.map +1 -0
  253. package/node_modules/stripe/cjs/resources/Balance.d.ts +285 -0
  254. package/node_modules/stripe/cjs/resources/Balance.js +16 -0
  255. package/node_modules/stripe/cjs/resources/Balance.js.map +1 -0
  256. package/node_modules/stripe/cjs/resources/BalanceSettings.d.ts +250 -0
  257. package/node_modules/stripe/cjs/resources/BalanceSettings.js +23 -0
  258. package/node_modules/stripe/cjs/resources/BalanceSettings.js.map +1 -0
  259. package/node_modules/stripe/cjs/resources/BalanceTransactionSources.d.ts +15 -0
  260. package/node_modules/stripe/cjs/resources/BalanceTransactionSources.js +4 -0
  261. package/node_modules/stripe/cjs/resources/BalanceTransactionSources.js.map +1 -0
  262. package/node_modules/stripe/cjs/resources/BalanceTransactions.d.ts +142 -0
  263. package/node_modules/stripe/cjs/resources/BalanceTransactions.js +27 -0
  264. package/node_modules/stripe/cjs/resources/BalanceTransactions.js.map +1 -0
  265. package/node_modules/stripe/cjs/resources/BankAccounts.d.ts +182 -0
  266. package/node_modules/stripe/cjs/resources/BankAccounts.js +4 -0
  267. package/node_modules/stripe/cjs/resources/BankAccounts.js.map +1 -0
  268. package/node_modules/stripe/cjs/resources/Billing/AlertTriggereds.d.ts +27 -0
  269. package/node_modules/stripe/cjs/resources/Billing/AlertTriggereds.js +4 -0
  270. package/node_modules/stripe/cjs/resources/Billing/AlertTriggereds.js.map +1 -0
  271. package/node_modules/stripe/cjs/resources/Billing/Alerts.d.ts +191 -0
  272. package/node_modules/stripe/cjs/resources/Billing/Alerts.js +47 -0
  273. package/node_modules/stripe/cjs/resources/Billing/Alerts.js.map +1 -0
  274. package/node_modules/stripe/cjs/resources/Billing/CreditBalanceSummary.d.ts +140 -0
  275. package/node_modules/stripe/cjs/resources/Billing/CreditBalanceSummary.js +15 -0
  276. package/node_modules/stripe/cjs/resources/Billing/CreditBalanceSummary.js.map +1 -0
  277. package/node_modules/stripe/cjs/resources/Billing/CreditBalanceTransactions.d.ts +181 -0
  278. package/node_modules/stripe/cjs/resources/Billing/CreditBalanceTransactions.js +23 -0
  279. package/node_modules/stripe/cjs/resources/Billing/CreditBalanceTransactions.js.map +1 -0
  280. package/node_modules/stripe/cjs/resources/Billing/CreditGrants.d.ts +298 -0
  281. package/node_modules/stripe/cjs/resources/Billing/CreditGrants.js +47 -0
  282. package/node_modules/stripe/cjs/resources/Billing/CreditGrants.js.map +1 -0
  283. package/node_modules/stripe/cjs/resources/Billing/MeterEventAdjustments.d.ts +71 -0
  284. package/node_modules/stripe/cjs/resources/Billing/MeterEventAdjustments.js +15 -0
  285. package/node_modules/stripe/cjs/resources/Billing/MeterEventAdjustments.js.map +1 -0
  286. package/node_modules/stripe/cjs/resources/Billing/MeterEventSummaries.d.ts +30 -0
  287. package/node_modules/stripe/cjs/resources/Billing/MeterEventSummaries.js +4 -0
  288. package/node_modules/stripe/cjs/resources/Billing/MeterEventSummaries.js.map +1 -0
  289. package/node_modules/stripe/cjs/resources/Billing/MeterEvents.d.ts +66 -0
  290. package/node_modules/stripe/cjs/resources/Billing/MeterEvents.js +15 -0
  291. package/node_modules/stripe/cjs/resources/Billing/MeterEvents.js.map +1 -0
  292. package/node_modules/stripe/cjs/resources/Billing/Meters.d.ts +249 -0
  293. package/node_modules/stripe/cjs/resources/Billing/Meters.js +55 -0
  294. package/node_modules/stripe/cjs/resources/Billing/Meters.js.map +1 -0
  295. package/node_modules/stripe/cjs/resources/Billing/index.d.ts +65 -0
  296. package/node_modules/stripe/cjs/resources/Billing/index.js +25 -0
  297. package/node_modules/stripe/cjs/resources/Billing/index.js.map +1 -0
  298. package/node_modules/stripe/cjs/resources/BillingPortal/Configurations.d.ts +726 -0
  299. package/node_modules/stripe/cjs/resources/BillingPortal/Configurations.js +35 -0
  300. package/node_modules/stripe/cjs/resources/BillingPortal/Configurations.js.map +1 -0
  301. package/node_modules/stripe/cjs/resources/BillingPortal/Sessions.d.ts +358 -0
  302. package/node_modules/stripe/cjs/resources/BillingPortal/Sessions.js +15 -0
  303. package/node_modules/stripe/cjs/resources/BillingPortal/Sessions.js.map +1 -0
  304. package/node_modules/stripe/cjs/resources/BillingPortal/index.d.ts +20 -0
  305. package/node_modules/stripe/cjs/resources/BillingPortal/index.js +15 -0
  306. package/node_modules/stripe/cjs/resources/BillingPortal/index.js.map +1 -0
  307. package/node_modules/stripe/cjs/resources/Capabilities.d.ts +160 -0
  308. package/node_modules/stripe/cjs/resources/Capabilities.js +4 -0
  309. package/node_modules/stripe/cjs/resources/Capabilities.js.map +1 -0
  310. package/node_modules/stripe/cjs/resources/Cards.d.ts +170 -0
  311. package/node_modules/stripe/cjs/resources/Cards.js +4 -0
  312. package/node_modules/stripe/cjs/resources/Cards.js.map +1 -0
  313. package/node_modules/stripe/cjs/resources/CashBalances.d.ts +40 -0
  314. package/node_modules/stripe/cjs/resources/CashBalances.js +4 -0
  315. package/node_modules/stripe/cjs/resources/CashBalances.js.map +1 -0
  316. package/node_modules/stripe/cjs/resources/Charges.d.ts +2340 -0
  317. package/node_modules/stripe/cjs/resources/Charges.js +58 -0
  318. package/node_modules/stripe/cjs/resources/Charges.js.map +1 -0
  319. package/node_modules/stripe/cjs/resources/Checkout/Sessions.d.ts +5100 -0
  320. package/node_modules/stripe/cjs/resources/Checkout/Sessions.js +573 -0
  321. package/node_modules/stripe/cjs/resources/Checkout/Sessions.js.map +1 -0
  322. package/node_modules/stripe/cjs/resources/Checkout/index.d.ts +17 -0
  323. package/node_modules/stripe/cjs/resources/Checkout/index.js +13 -0
  324. package/node_modules/stripe/cjs/resources/Checkout/index.js.map +1 -0
  325. package/node_modules/stripe/cjs/resources/Climate/Orders.d.ts +263 -0
  326. package/node_modules/stripe/cjs/resources/Climate/Orders.js +82 -0
  327. package/node_modules/stripe/cjs/resources/Climate/Orders.js.map +1 -0
  328. package/node_modules/stripe/cjs/resources/Climate/Products.d.ts +88 -0
  329. package/node_modules/stripe/cjs/resources/Climate/Products.js +40 -0
  330. package/node_modules/stripe/cjs/resources/Climate/Products.js.map +1 -0
  331. package/node_modules/stripe/cjs/resources/Climate/Suppliers.d.ts +84 -0
  332. package/node_modules/stripe/cjs/resources/Climate/Suppliers.js +23 -0
  333. package/node_modules/stripe/cjs/resources/Climate/Suppliers.js.map +1 -0
  334. package/node_modules/stripe/cjs/resources/Climate/index.d.ts +28 -0
  335. package/node_modules/stripe/cjs/resources/Climate/index.js +17 -0
  336. package/node_modules/stripe/cjs/resources/Climate/index.js.map +1 -0
  337. package/node_modules/stripe/cjs/resources/ConfirmationTokens.d.ts +1233 -0
  338. package/node_modules/stripe/cjs/resources/ConfirmationTokens.js +15 -0
  339. package/node_modules/stripe/cjs/resources/ConfirmationTokens.js.map +1 -0
  340. package/node_modules/stripe/cjs/resources/ConnectCollectionTransfers.d.ts +27 -0
  341. package/node_modules/stripe/cjs/resources/ConnectCollectionTransfers.js +4 -0
  342. package/node_modules/stripe/cjs/resources/ConnectCollectionTransfers.js.map +1 -0
  343. package/node_modules/stripe/cjs/resources/CountrySpecs.d.ts +86 -0
  344. package/node_modules/stripe/cjs/resources/CountrySpecs.js +23 -0
  345. package/node_modules/stripe/cjs/resources/CountrySpecs.js.map +1 -0
  346. package/node_modules/stripe/cjs/resources/Coupons.d.ts +246 -0
  347. package/node_modules/stripe/cjs/resources/Coupons.js +43 -0
  348. package/node_modules/stripe/cjs/resources/Coupons.js.map +1 -0
  349. package/node_modules/stripe/cjs/resources/CreditNoteLineItems.d.ts +140 -0
  350. package/node_modules/stripe/cjs/resources/CreditNoteLineItems.js +4 -0
  351. package/node_modules/stripe/cjs/resources/CreditNoteLineItems.js.map +1 -0
  352. package/node_modules/stripe/cjs/resources/CreditNotes.d.ts +876 -0
  353. package/node_modules/stripe/cjs/resources/CreditNotes.js +292 -0
  354. package/node_modules/stripe/cjs/resources/CreditNotes.js.map +1 -0
  355. package/node_modules/stripe/cjs/resources/CustomerBalanceTransactions.d.ts +70 -0
  356. package/node_modules/stripe/cjs/resources/CustomerBalanceTransactions.js +4 -0
  357. package/node_modules/stripe/cjs/resources/CustomerBalanceTransactions.js.map +1 -0
  358. package/node_modules/stripe/cjs/resources/CustomerCashBalanceTransactions.d.ts +166 -0
  359. package/node_modules/stripe/cjs/resources/CustomerCashBalanceTransactions.js +4 -0
  360. package/node_modules/stripe/cjs/resources/CustomerCashBalanceTransactions.js.map +1 -0
  361. package/node_modules/stripe/cjs/resources/CustomerSessions.d.ts +403 -0
  362. package/node_modules/stripe/cjs/resources/CustomerSessions.js +15 -0
  363. package/node_modules/stripe/cjs/resources/CustomerSessions.js.map +1 -0
  364. package/node_modules/stripe/cjs/resources/CustomerSources.d.ts +6 -0
  365. package/node_modules/stripe/cjs/resources/CustomerSources.js +4 -0
  366. package/node_modules/stripe/cjs/resources/CustomerSources.js.map +1 -0
  367. package/node_modules/stripe/cjs/resources/Customers.d.ts +1115 -0
  368. package/node_modules/stripe/cjs/resources/Customers.js +668 -0
  369. package/node_modules/stripe/cjs/resources/Customers.js.map +1 -0
  370. package/node_modules/stripe/cjs/resources/Discounts.d.ts +133 -0
  371. package/node_modules/stripe/cjs/resources/Discounts.js +4 -0
  372. package/node_modules/stripe/cjs/resources/Discounts.js.map +1 -0
  373. package/node_modules/stripe/cjs/resources/Disputes.d.ts +709 -0
  374. package/node_modules/stripe/cjs/resources/Disputes.js +39 -0
  375. package/node_modules/stripe/cjs/resources/Disputes.js.map +1 -0
  376. package/node_modules/stripe/cjs/resources/Entitlements/ActiveEntitlementSummaries.d.ts +20 -0
  377. package/node_modules/stripe/cjs/resources/Entitlements/ActiveEntitlementSummaries.js +4 -0
  378. package/node_modules/stripe/cjs/resources/Entitlements/ActiveEntitlementSummaries.js.map +1 -0
  379. package/node_modules/stripe/cjs/resources/Entitlements/ActiveEntitlements.d.ts +56 -0
  380. package/node_modules/stripe/cjs/resources/Entitlements/ActiveEntitlements.js +23 -0
  381. package/node_modules/stripe/cjs/resources/Entitlements/ActiveEntitlements.js.map +1 -0
  382. package/node_modules/stripe/cjs/resources/Entitlements/Features.d.ts +115 -0
  383. package/node_modules/stripe/cjs/resources/Entitlements/Features.js +35 -0
  384. package/node_modules/stripe/cjs/resources/Entitlements/Features.js.map +1 -0
  385. package/node_modules/stripe/cjs/resources/Entitlements/index.d.ts +24 -0
  386. package/node_modules/stripe/cjs/resources/Entitlements/index.js +15 -0
  387. package/node_modules/stripe/cjs/resources/Entitlements/index.js.map +1 -0
  388. package/node_modules/stripe/cjs/resources/EphemeralKeys.d.ts +63 -0
  389. package/node_modules/stripe/cjs/resources/EphemeralKeys.js +24 -0
  390. package/node_modules/stripe/cjs/resources/EphemeralKeys.js.map +1 -0
  391. package/node_modules/stripe/cjs/resources/Events.d.ts +3554 -0
  392. package/node_modules/stripe/cjs/resources/Events.js +23 -0
  393. package/node_modules/stripe/cjs/resources/Events.js.map +1 -0
  394. package/node_modules/stripe/cjs/resources/ExchangeRates.d.ts +47 -0
  395. package/node_modules/stripe/cjs/resources/ExchangeRates.js +29 -0
  396. package/node_modules/stripe/cjs/resources/ExchangeRates.js.map +1 -0
  397. package/node_modules/stripe/cjs/resources/ExternalAccounts.d.ts +4 -0
  398. package/node_modules/stripe/cjs/resources/ExternalAccounts.js +4 -0
  399. package/node_modules/stripe/cjs/resources/ExternalAccounts.js.map +1 -0
  400. package/node_modules/stripe/cjs/resources/FeeRefunds.d.ts +37 -0
  401. package/node_modules/stripe/cjs/resources/FeeRefunds.js +4 -0
  402. package/node_modules/stripe/cjs/resources/FeeRefunds.js.map +1 -0
  403. package/node_modules/stripe/cjs/resources/FileLinks.d.ts +116 -0
  404. package/node_modules/stripe/cjs/resources/FileLinks.js +35 -0
  405. package/node_modules/stripe/cjs/resources/FileLinks.js.map +1 -0
  406. package/node_modules/stripe/cjs/resources/Files.d.ts +129 -0
  407. package/node_modules/stripe/cjs/resources/Files.js +41 -0
  408. package/node_modules/stripe/cjs/resources/Files.js.map +1 -0
  409. package/node_modules/stripe/cjs/resources/FinancialConnections/AccountOwners.d.ts +34 -0
  410. package/node_modules/stripe/cjs/resources/FinancialConnections/AccountOwners.js +4 -0
  411. package/node_modules/stripe/cjs/resources/FinancialConnections/AccountOwners.js.map +1 -0
  412. package/node_modules/stripe/cjs/resources/FinancialConnections/AccountOwnerships.d.ts +20 -0
  413. package/node_modules/stripe/cjs/resources/FinancialConnections/AccountOwnerships.js +4 -0
  414. package/node_modules/stripe/cjs/resources/FinancialConnections/AccountOwnerships.js.map +1 -0
  415. package/node_modules/stripe/cjs/resources/FinancialConnections/Accounts.d.ts +405 -0
  416. package/node_modules/stripe/cjs/resources/FinancialConnections/Accounts.js +55 -0
  417. package/node_modules/stripe/cjs/resources/FinancialConnections/Accounts.js.map +1 -0
  418. package/node_modules/stripe/cjs/resources/FinancialConnections/Sessions.d.ts +164 -0
  419. package/node_modules/stripe/cjs/resources/FinancialConnections/Sessions.js +21 -0
  420. package/node_modules/stripe/cjs/resources/FinancialConnections/Sessions.js.map +1 -0
  421. package/node_modules/stripe/cjs/resources/FinancialConnections/Transactions.d.ts +109 -0
  422. package/node_modules/stripe/cjs/resources/FinancialConnections/Transactions.js +23 -0
  423. package/node_modules/stripe/cjs/resources/FinancialConnections/Transactions.js.map +1 -0
  424. package/node_modules/stripe/cjs/resources/FinancialConnections/index.d.ts +36 -0
  425. package/node_modules/stripe/cjs/resources/FinancialConnections/index.js +17 -0
  426. package/node_modules/stripe/cjs/resources/FinancialConnections/index.js.map +1 -0
  427. package/node_modules/stripe/cjs/resources/Forwarding/Requests.d.ts +201 -0
  428. package/node_modules/stripe/cjs/resources/Forwarding/Requests.js +29 -0
  429. package/node_modules/stripe/cjs/resources/Forwarding/Requests.js.map +1 -0
  430. package/node_modules/stripe/cjs/resources/Forwarding/index.d.ts +14 -0
  431. package/node_modules/stripe/cjs/resources/Forwarding/index.js +13 -0
  432. package/node_modules/stripe/cjs/resources/Forwarding/index.js.map +1 -0
  433. package/node_modules/stripe/cjs/resources/FundingInstructions.d.ts +213 -0
  434. package/node_modules/stripe/cjs/resources/FundingInstructions.js +4 -0
  435. package/node_modules/stripe/cjs/resources/FundingInstructions.js.map +1 -0
  436. package/node_modules/stripe/cjs/resources/Identity/VerificationReports.d.ts +412 -0
  437. package/node_modules/stripe/cjs/resources/Identity/VerificationReports.js +23 -0
  438. package/node_modules/stripe/cjs/resources/Identity/VerificationReports.js.map +1 -0
  439. package/node_modules/stripe/cjs/resources/Identity/VerificationSessions.d.ts +530 -0
  440. package/node_modules/stripe/cjs/resources/Identity/VerificationSessions.js +79 -0
  441. package/node_modules/stripe/cjs/resources/Identity/VerificationSessions.js.map +1 -0
  442. package/node_modules/stripe/cjs/resources/Identity/index.d.ts +23 -0
  443. package/node_modules/stripe/cjs/resources/Identity/index.js +15 -0
  444. package/node_modules/stripe/cjs/resources/Identity/index.js.map +1 -0
  445. package/node_modules/stripe/cjs/resources/InvoiceItems.d.ts +534 -0
  446. package/node_modules/stripe/cjs/resources/InvoiceItems.js +146 -0
  447. package/node_modules/stripe/cjs/resources/InvoiceItems.js.map +1 -0
  448. package/node_modules/stripe/cjs/resources/InvoiceLineItems.d.ts +280 -0
  449. package/node_modules/stripe/cjs/resources/InvoiceLineItems.js +4 -0
  450. package/node_modules/stripe/cjs/resources/InvoiceLineItems.js.map +1 -0
  451. package/node_modules/stripe/cjs/resources/InvoicePayments.d.ts +142 -0
  452. package/node_modules/stripe/cjs/resources/InvoicePayments.js +23 -0
  453. package/node_modules/stripe/cjs/resources/InvoicePayments.js.map +1 -0
  454. package/node_modules/stripe/cjs/resources/InvoiceRenderingTemplates.d.ts +87 -0
  455. package/node_modules/stripe/cjs/resources/InvoiceRenderingTemplates.js +35 -0
  456. package/node_modules/stripe/cjs/resources/InvoiceRenderingTemplates.js.map +1 -0
  457. package/node_modules/stripe/cjs/resources/Invoices.d.ts +4239 -0
  458. package/node_modules/stripe/cjs/resources/Invoices.js +868 -0
  459. package/node_modules/stripe/cjs/resources/Invoices.js.map +1 -0
  460. package/node_modules/stripe/cjs/resources/Issuing/Authorizations.d.ts +609 -0
  461. package/node_modules/stripe/cjs/resources/Issuing/Authorizations.js +875 -0
  462. package/node_modules/stripe/cjs/resources/Issuing/Authorizations.js.map +1 -0
  463. package/node_modules/stripe/cjs/resources/Issuing/Cardholders.d.ts +746 -0
  464. package/node_modules/stripe/cjs/resources/Issuing/Cardholders.js +35 -0
  465. package/node_modules/stripe/cjs/resources/Issuing/Cardholders.js.map +1 -0
  466. package/node_modules/stripe/cjs/resources/Issuing/Cards.d.ts +792 -0
  467. package/node_modules/stripe/cjs/resources/Issuing/Cards.js +35 -0
  468. package/node_modules/stripe/cjs/resources/Issuing/Cards.js.map +1 -0
  469. package/node_modules/stripe/cjs/resources/Issuing/Disputes.d.ts +860 -0
  470. package/node_modules/stripe/cjs/resources/Issuing/Disputes.js +41 -0
  471. package/node_modules/stripe/cjs/resources/Issuing/Disputes.js.map +1 -0
  472. package/node_modules/stripe/cjs/resources/Issuing/PersonalizationDesigns.d.ts +289 -0
  473. package/node_modules/stripe/cjs/resources/Issuing/PersonalizationDesigns.js +35 -0
  474. package/node_modules/stripe/cjs/resources/Issuing/PersonalizationDesigns.js.map +1 -0
  475. package/node_modules/stripe/cjs/resources/Issuing/PhysicalBundles.d.ts +91 -0
  476. package/node_modules/stripe/cjs/resources/Issuing/PhysicalBundles.js +23 -0
  477. package/node_modules/stripe/cjs/resources/Issuing/PhysicalBundles.js.map +1 -0
  478. package/node_modules/stripe/cjs/resources/Issuing/Tokens.d.ts +248 -0
  479. package/node_modules/stripe/cjs/resources/Issuing/Tokens.js +29 -0
  480. package/node_modules/stripe/cjs/resources/Issuing/Tokens.js.map +1 -0
  481. package/node_modules/stripe/cjs/resources/Issuing/Transactions.d.ts +449 -0
  482. package/node_modules/stripe/cjs/resources/Issuing/Transactions.js +285 -0
  483. package/node_modules/stripe/cjs/resources/Issuing/Transactions.js.map +1 -0
  484. package/node_modules/stripe/cjs/resources/Issuing/index.d.ts +69 -0
  485. package/node_modules/stripe/cjs/resources/Issuing/index.js +27 -0
  486. package/node_modules/stripe/cjs/resources/Issuing/index.js.map +1 -0
  487. package/node_modules/stripe/cjs/resources/LineItems.d.ts +102 -0
  488. package/node_modules/stripe/cjs/resources/LineItems.js +4 -0
  489. package/node_modules/stripe/cjs/resources/LineItems.js.map +1 -0
  490. package/node_modules/stripe/cjs/resources/LoginLinks.d.ts +14 -0
  491. package/node_modules/stripe/cjs/resources/LoginLinks.js +4 -0
  492. package/node_modules/stripe/cjs/resources/LoginLinks.js.map +1 -0
  493. package/node_modules/stripe/cjs/resources/Mandates.d.ts +322 -0
  494. package/node_modules/stripe/cjs/resources/Mandates.js +15 -0
  495. package/node_modules/stripe/cjs/resources/Mandates.js.map +1 -0
  496. package/node_modules/stripe/cjs/resources/OAuth.d.ts +279 -0
  497. package/node_modules/stripe/cjs/resources/OAuth.js +46 -0
  498. package/node_modules/stripe/cjs/resources/OAuth.js.map +1 -0
  499. package/node_modules/stripe/cjs/resources/PaymentAttemptRecords.d.ts +1838 -0
  500. package/node_modules/stripe/cjs/resources/PaymentAttemptRecords.js +23 -0
  501. package/node_modules/stripe/cjs/resources/PaymentAttemptRecords.js.map +1 -0
  502. package/node_modules/stripe/cjs/resources/PaymentIntentAmountDetailsLineItems.d.ts +93 -0
  503. package/node_modules/stripe/cjs/resources/PaymentIntentAmountDetailsLineItems.js +4 -0
  504. package/node_modules/stripe/cjs/resources/PaymentIntentAmountDetailsLineItems.js.map +1 -0
  505. package/node_modules/stripe/cjs/resources/PaymentIntents.d.ts +11591 -0
  506. package/node_modules/stripe/cjs/resources/PaymentIntents.js +171 -0
  507. package/node_modules/stripe/cjs/resources/PaymentIntents.js.map +1 -0
  508. package/node_modules/stripe/cjs/resources/PaymentLinks.d.ts +2148 -0
  509. package/node_modules/stripe/cjs/resources/PaymentLinks.js +436 -0
  510. package/node_modules/stripe/cjs/resources/PaymentLinks.js.map +1 -0
  511. package/node_modules/stripe/cjs/resources/PaymentMethodConfigurations.d.ts +4253 -0
  512. package/node_modules/stripe/cjs/resources/PaymentMethodConfigurations.js +35 -0
  513. package/node_modules/stripe/cjs/resources/PaymentMethodConfigurations.js.map +1 -0
  514. package/node_modules/stripe/cjs/resources/PaymentMethodDomains.d.ts +246 -0
  515. package/node_modules/stripe/cjs/resources/PaymentMethodDomains.js +46 -0
  516. package/node_modules/stripe/cjs/resources/PaymentMethodDomains.js.map +1 -0
  517. package/node_modules/stripe/cjs/resources/PaymentMethods.d.ts +1959 -0
  518. package/node_modules/stripe/cjs/resources/PaymentMethods.js +61 -0
  519. package/node_modules/stripe/cjs/resources/PaymentMethods.js.map +1 -0
  520. package/node_modules/stripe/cjs/resources/PaymentRecords.d.ts +2308 -0
  521. package/node_modules/stripe/cjs/resources/PaymentRecords.js +64 -0
  522. package/node_modules/stripe/cjs/resources/PaymentRecords.js.map +1 -0
  523. package/node_modules/stripe/cjs/resources/Payouts.d.ts +262 -0
  524. package/node_modules/stripe/cjs/resources/Payouts.js +53 -0
  525. package/node_modules/stripe/cjs/resources/Payouts.js.map +1 -0
  526. package/node_modules/stripe/cjs/resources/Persons.d.ts +474 -0
  527. package/node_modules/stripe/cjs/resources/Persons.js +4 -0
  528. package/node_modules/stripe/cjs/resources/Persons.js.map +1 -0
  529. package/node_modules/stripe/cjs/resources/Plans.d.ts +363 -0
  530. package/node_modules/stripe/cjs/resources/Plans.js +159 -0
  531. package/node_modules/stripe/cjs/resources/Plans.js.map +1 -0
  532. package/node_modules/stripe/cjs/resources/Prices.d.ts +721 -0
  533. package/node_modules/stripe/cjs/resources/Prices.js +365 -0
  534. package/node_modules/stripe/cjs/resources/Prices.js.map +1 -0
  535. package/node_modules/stripe/cjs/resources/ProductFeatures.d.ts +38 -0
  536. package/node_modules/stripe/cjs/resources/ProductFeatures.js +4 -0
  537. package/node_modules/stripe/cjs/resources/ProductFeatures.js.map +1 -0
  538. package/node_modules/stripe/cjs/resources/Products.d.ts +575 -0
  539. package/node_modules/stripe/cjs/resources/Products.js +109 -0
  540. package/node_modules/stripe/cjs/resources/Products.js.map +1 -0
  541. package/node_modules/stripe/cjs/resources/PromotionCodes.d.ts +271 -0
  542. package/node_modules/stripe/cjs/resources/PromotionCodes.js +35 -0
  543. package/node_modules/stripe/cjs/resources/PromotionCodes.js.map +1 -0
  544. package/node_modules/stripe/cjs/resources/Quotes.d.ts +1202 -0
  545. package/node_modules/stripe/cjs/resources/Quotes.js +876 -0
  546. package/node_modules/stripe/cjs/resources/Quotes.js.map +1 -0
  547. package/node_modules/stripe/cjs/resources/Radar/EarlyFraudWarnings.d.ts +79 -0
  548. package/node_modules/stripe/cjs/resources/Radar/EarlyFraudWarnings.js +25 -0
  549. package/node_modules/stripe/cjs/resources/Radar/EarlyFraudWarnings.js.map +1 -0
  550. package/node_modules/stripe/cjs/resources/Radar/PaymentEvaluations.d.ts +579 -0
  551. package/node_modules/stripe/cjs/resources/Radar/PaymentEvaluations.js +15 -0
  552. package/node_modules/stripe/cjs/resources/Radar/PaymentEvaluations.js.map +1 -0
  553. package/node_modules/stripe/cjs/resources/Radar/ValueListItems.d.ts +117 -0
  554. package/node_modules/stripe/cjs/resources/Radar/ValueListItems.js +35 -0
  555. package/node_modules/stripe/cjs/resources/Radar/ValueListItems.js.map +1 -0
  556. package/node_modules/stripe/cjs/resources/Radar/ValueLists.d.ts +168 -0
  557. package/node_modules/stripe/cjs/resources/Radar/ValueLists.js +41 -0
  558. package/node_modules/stripe/cjs/resources/Radar/ValueLists.js.map +1 -0
  559. package/node_modules/stripe/cjs/resources/Radar/index.d.ts +37 -0
  560. package/node_modules/stripe/cjs/resources/Radar/index.js +19 -0
  561. package/node_modules/stripe/cjs/resources/Radar/index.js.map +1 -0
  562. package/node_modules/stripe/cjs/resources/Refunds.d.ts +505 -0
  563. package/node_modules/stripe/cjs/resources/Refunds.js +55 -0
  564. package/node_modules/stripe/cjs/resources/Refunds.js.map +1 -0
  565. package/node_modules/stripe/cjs/resources/Reporting/ReportRuns.d.ts +174 -0
  566. package/node_modules/stripe/cjs/resources/Reporting/ReportRuns.js +29 -0
  567. package/node_modules/stripe/cjs/resources/Reporting/ReportRuns.js.map +1 -0
  568. package/node_modules/stripe/cjs/resources/Reporting/ReportTypes.d.ts +66 -0
  569. package/node_modules/stripe/cjs/resources/Reporting/ReportTypes.js +23 -0
  570. package/node_modules/stripe/cjs/resources/Reporting/ReportTypes.js.map +1 -0
  571. package/node_modules/stripe/cjs/resources/Reporting/index.d.ts +20 -0
  572. package/node_modules/stripe/cjs/resources/Reporting/index.js +15 -0
  573. package/node_modules/stripe/cjs/resources/Reporting/index.js.map +1 -0
  574. package/node_modules/stripe/cjs/resources/Reserve/Holds.d.ts +91 -0
  575. package/node_modules/stripe/cjs/resources/Reserve/Holds.js +4 -0
  576. package/node_modules/stripe/cjs/resources/Reserve/Holds.js.map +1 -0
  577. package/node_modules/stripe/cjs/resources/Reserve/Plans.d.ts +74 -0
  578. package/node_modules/stripe/cjs/resources/Reserve/Plans.js +4 -0
  579. package/node_modules/stripe/cjs/resources/Reserve/Plans.js.map +1 -0
  580. package/node_modules/stripe/cjs/resources/Reserve/Releases.d.ts +77 -0
  581. package/node_modules/stripe/cjs/resources/Reserve/Releases.js +4 -0
  582. package/node_modules/stripe/cjs/resources/Reserve/Releases.js.map +1 -0
  583. package/node_modules/stripe/cjs/resources/Reserve/index.d.ts +13 -0
  584. package/node_modules/stripe/cjs/resources/Reserve/index.js +8 -0
  585. package/node_modules/stripe/cjs/resources/Reserve/index.js.map +1 -0
  586. package/node_modules/stripe/cjs/resources/ReserveTransactions.d.ts +19 -0
  587. package/node_modules/stripe/cjs/resources/ReserveTransactions.js +4 -0
  588. package/node_modules/stripe/cjs/resources/ReserveTransactions.js.map +1 -0
  589. package/node_modules/stripe/cjs/resources/Reviews.d.ts +143 -0
  590. package/node_modules/stripe/cjs/resources/Reviews.js +29 -0
  591. package/node_modules/stripe/cjs/resources/Reviews.js.map +1 -0
  592. package/node_modules/stripe/cjs/resources/SetupAttempts.d.ts +552 -0
  593. package/node_modules/stripe/cjs/resources/SetupAttempts.js +17 -0
  594. package/node_modules/stripe/cjs/resources/SetupAttempts.js.map +1 -0
  595. package/node_modules/stripe/cjs/resources/SetupIntents.d.ts +4572 -0
  596. package/node_modules/stripe/cjs/resources/SetupIntents.js +75 -0
  597. package/node_modules/stripe/cjs/resources/SetupIntents.js.map +1 -0
  598. package/node_modules/stripe/cjs/resources/ShippingRates.d.ts +319 -0
  599. package/node_modules/stripe/cjs/resources/ShippingRates.js +35 -0
  600. package/node_modules/stripe/cjs/resources/ShippingRates.js.map +1 -0
  601. package/node_modules/stripe/cjs/resources/Sigma/ScheduledQueryRuns.d.ts +81 -0
  602. package/node_modules/stripe/cjs/resources/Sigma/ScheduledQueryRuns.js +23 -0
  603. package/node_modules/stripe/cjs/resources/Sigma/ScheduledQueryRuns.js.map +1 -0
  604. package/node_modules/stripe/cjs/resources/Sigma/index.d.ts +13 -0
  605. package/node_modules/stripe/cjs/resources/Sigma/index.js +13 -0
  606. package/node_modules/stripe/cjs/resources/Sigma/index.js.map +1 -0
  607. package/node_modules/stripe/cjs/resources/SourceMandateNotifications.d.ts +79 -0
  608. package/node_modules/stripe/cjs/resources/SourceMandateNotifications.js +4 -0
  609. package/node_modules/stripe/cjs/resources/SourceMandateNotifications.js.map +1 -0
  610. package/node_modules/stripe/cjs/resources/SourceTransactions.d.ts +140 -0
  611. package/node_modules/stripe/cjs/resources/SourceTransactions.js +4 -0
  612. package/node_modules/stripe/cjs/resources/SourceTransactions.js.map +1 -0
  613. package/node_modules/stripe/cjs/resources/Sources.d.ts +918 -0
  614. package/node_modules/stripe/cjs/resources/Sources.js +43 -0
  615. package/node_modules/stripe/cjs/resources/Sources.js.map +1 -0
  616. package/node_modules/stripe/cjs/resources/SubscriptionItems.d.ts +403 -0
  617. package/node_modules/stripe/cjs/resources/SubscriptionItems.js +402 -0
  618. package/node_modules/stripe/cjs/resources/SubscriptionItems.js.map +1 -0
  619. package/node_modules/stripe/cjs/resources/SubscriptionSchedules.d.ts +1790 -0
  620. package/node_modules/stripe/cjs/resources/SubscriptionSchedules.js +131 -0
  621. package/node_modules/stripe/cjs/resources/SubscriptionSchedules.js.map +1 -0
  622. package/node_modules/stripe/cjs/resources/Subscriptions.d.ts +2785 -0
  623. package/node_modules/stripe/cjs/resources/Subscriptions.js +948 -0
  624. package/node_modules/stripe/cjs/resources/Subscriptions.js.map +1 -0
  625. package/node_modules/stripe/cjs/resources/Tax/Associations.d.ts +73 -0
  626. package/node_modules/stripe/cjs/resources/Tax/Associations.js +15 -0
  627. package/node_modules/stripe/cjs/resources/Tax/Associations.js.map +1 -0
  628. package/node_modules/stripe/cjs/resources/Tax/CalculationLineItems.d.ts +119 -0
  629. package/node_modules/stripe/cjs/resources/Tax/CalculationLineItems.js +4 -0
  630. package/node_modules/stripe/cjs/resources/Tax/CalculationLineItems.js.map +1 -0
  631. package/node_modules/stripe/cjs/resources/Tax/Calculations.d.ts +485 -0
  632. package/node_modules/stripe/cjs/resources/Tax/Calculations.js +29 -0
  633. package/node_modules/stripe/cjs/resources/Tax/Calculations.js.map +1 -0
  634. package/node_modules/stripe/cjs/resources/Tax/Registrations.d.ts +3298 -0
  635. package/node_modules/stripe/cjs/resources/Tax/Registrations.js +37 -0
  636. package/node_modules/stripe/cjs/resources/Tax/Registrations.js.map +1 -0
  637. package/node_modules/stripe/cjs/resources/Tax/Settings.d.ts +116 -0
  638. package/node_modules/stripe/cjs/resources/Tax/Settings.js +21 -0
  639. package/node_modules/stripe/cjs/resources/Tax/Settings.js.map +1 -0
  640. package/node_modules/stripe/cjs/resources/Tax/TransactionLineItems.d.ts +65 -0
  641. package/node_modules/stripe/cjs/resources/Tax/TransactionLineItems.js +4 -0
  642. package/node_modules/stripe/cjs/resources/Tax/TransactionLineItems.js.map +1 -0
  643. package/node_modules/stripe/cjs/resources/Tax/Transactions.d.ts +345 -0
  644. package/node_modules/stripe/cjs/resources/Tax/Transactions.js +35 -0
  645. package/node_modules/stripe/cjs/resources/Tax/Transactions.js.map +1 -0
  646. package/node_modules/stripe/cjs/resources/Tax/index.d.ts +47 -0
  647. package/node_modules/stripe/cjs/resources/Tax/index.js +21 -0
  648. package/node_modules/stripe/cjs/resources/Tax/index.js.map +1 -0
  649. package/node_modules/stripe/cjs/resources/TaxCodes.d.ts +43 -0
  650. package/node_modules/stripe/cjs/resources/TaxCodes.js +23 -0
  651. package/node_modules/stripe/cjs/resources/TaxCodes.js.map +1 -0
  652. package/node_modules/stripe/cjs/resources/TaxDeductedAtSources.d.ts +22 -0
  653. package/node_modules/stripe/cjs/resources/TaxDeductedAtSources.js +4 -0
  654. package/node_modules/stripe/cjs/resources/TaxDeductedAtSources.js.map +1 -0
  655. package/node_modules/stripe/cjs/resources/TaxIds.d.ts +216 -0
  656. package/node_modules/stripe/cjs/resources/TaxIds.js +35 -0
  657. package/node_modules/stripe/cjs/resources/TaxIds.js.map +1 -0
  658. package/node_modules/stripe/cjs/resources/TaxRates.d.ts +226 -0
  659. package/node_modules/stripe/cjs/resources/TaxRates.js +35 -0
  660. package/node_modules/stripe/cjs/resources/TaxRates.js.map +1 -0
  661. package/node_modules/stripe/cjs/resources/Terminal/Configurations.d.ts +1761 -0
  662. package/node_modules/stripe/cjs/resources/Terminal/Configurations.js +41 -0
  663. package/node_modules/stripe/cjs/resources/Terminal/Configurations.js.map +1 -0
  664. package/node_modules/stripe/cjs/resources/Terminal/ConnectionTokens.d.ts +34 -0
  665. package/node_modules/stripe/cjs/resources/Terminal/ConnectionTokens.js +15 -0
  666. package/node_modules/stripe/cjs/resources/Terminal/ConnectionTokens.js.map +1 -0
  667. package/node_modules/stripe/cjs/resources/Terminal/Locations.d.ts +283 -0
  668. package/node_modules/stripe/cjs/resources/Terminal/Locations.js +42 -0
  669. package/node_modules/stripe/cjs/resources/Terminal/Locations.js.map +1 -0
  670. package/node_modules/stripe/cjs/resources/Terminal/OnboardingLinks.d.ts +87 -0
  671. package/node_modules/stripe/cjs/resources/Terminal/OnboardingLinks.js +15 -0
  672. package/node_modules/stripe/cjs/resources/Terminal/OnboardingLinks.js.map +1 -0
  673. package/node_modules/stripe/cjs/resources/Terminal/Readers.d.ts +1151 -0
  674. package/node_modules/stripe/cjs/resources/Terminal/Readers.js +89 -0
  675. package/node_modules/stripe/cjs/resources/Terminal/Readers.js.map +1 -0
  676. package/node_modules/stripe/cjs/resources/Terminal/index.d.ts +55 -0
  677. package/node_modules/stripe/cjs/resources/Terminal/index.js +21 -0
  678. package/node_modules/stripe/cjs/resources/Terminal/index.js.map +1 -0
  679. package/node_modules/stripe/cjs/resources/TestHelpers/ConfirmationTokens.d.ts +669 -0
  680. package/node_modules/stripe/cjs/resources/TestHelpers/ConfirmationTokens.js +15 -0
  681. package/node_modules/stripe/cjs/resources/TestHelpers/ConfirmationTokens.js.map +1 -0
  682. package/node_modules/stripe/cjs/resources/TestHelpers/Customers.d.ts +29 -0
  683. package/node_modules/stripe/cjs/resources/TestHelpers/Customers.js +15 -0
  684. package/node_modules/stripe/cjs/resources/TestHelpers/Customers.js.map +1 -0
  685. package/node_modules/stripe/cjs/resources/TestHelpers/Issuing/Authorizations.d.ts +806 -0
  686. package/node_modules/stripe/cjs/resources/TestHelpers/Issuing/Authorizations.js +1319 -0
  687. package/node_modules/stripe/cjs/resources/TestHelpers/Issuing/Authorizations.js.map +1 -0
  688. package/node_modules/stripe/cjs/resources/TestHelpers/Issuing/Cards.d.ts +75 -0
  689. package/node_modules/stripe/cjs/resources/TestHelpers/Issuing/Cards.js +39 -0
  690. package/node_modules/stripe/cjs/resources/TestHelpers/Issuing/Cards.js.map +1 -0
  691. package/node_modules/stripe/cjs/resources/TestHelpers/Issuing/PersonalizationDesigns.d.ts +67 -0
  692. package/node_modules/stripe/cjs/resources/TestHelpers/Issuing/PersonalizationDesigns.js +27 -0
  693. package/node_modules/stripe/cjs/resources/TestHelpers/Issuing/PersonalizationDesigns.js.map +1 -0
  694. package/node_modules/stripe/cjs/resources/TestHelpers/Issuing/Transactions.d.ts +582 -0
  695. package/node_modules/stripe/cjs/resources/TestHelpers/Issuing/Transactions.js +382 -0
  696. package/node_modules/stripe/cjs/resources/TestHelpers/Issuing/Transactions.js.map +1 -0
  697. package/node_modules/stripe/cjs/resources/TestHelpers/Issuing/index.d.ts +14 -0
  698. package/node_modules/stripe/cjs/resources/TestHelpers/Issuing/index.js +19 -0
  699. package/node_modules/stripe/cjs/resources/TestHelpers/Issuing/index.js.map +1 -0
  700. package/node_modules/stripe/cjs/resources/TestHelpers/Refunds.d.ts +17 -0
  701. package/node_modules/stripe/cjs/resources/TestHelpers/Refunds.js +15 -0
  702. package/node_modules/stripe/cjs/resources/TestHelpers/Refunds.js.map +1 -0
  703. package/node_modules/stripe/cjs/resources/TestHelpers/Terminal/Readers.d.ts +107 -0
  704. package/node_modules/stripe/cjs/resources/TestHelpers/Terminal/Readers.js +27 -0
  705. package/node_modules/stripe/cjs/resources/TestHelpers/Terminal/Readers.js.map +1 -0
  706. package/node_modules/stripe/cjs/resources/TestHelpers/Terminal/index.d.ts +8 -0
  707. package/node_modules/stripe/cjs/resources/TestHelpers/Terminal/index.js +13 -0
  708. package/node_modules/stripe/cjs/resources/TestHelpers/Terminal/index.js.map +1 -0
  709. package/node_modules/stripe/cjs/resources/TestHelpers/TestClocks.d.ts +144 -0
  710. package/node_modules/stripe/cjs/resources/TestHelpers/TestClocks.js +41 -0
  711. package/node_modules/stripe/cjs/resources/TestHelpers/TestClocks.js.map +1 -0
  712. package/node_modules/stripe/cjs/resources/TestHelpers/Treasury/InboundTransfers.d.ts +62 -0
  713. package/node_modules/stripe/cjs/resources/TestHelpers/Treasury/InboundTransfers.js +27 -0
  714. package/node_modules/stripe/cjs/resources/TestHelpers/Treasury/InboundTransfers.js.map +1 -0
  715. package/node_modules/stripe/cjs/resources/TestHelpers/Treasury/OutboundPayments.d.ts +119 -0
  716. package/node_modules/stripe/cjs/resources/TestHelpers/Treasury/OutboundPayments.js +33 -0
  717. package/node_modules/stripe/cjs/resources/TestHelpers/Treasury/OutboundPayments.js.map +1 -0
  718. package/node_modules/stripe/cjs/resources/TestHelpers/Treasury/OutboundTransfers.d.ts +119 -0
  719. package/node_modules/stripe/cjs/resources/TestHelpers/Treasury/OutboundTransfers.js +33 -0
  720. package/node_modules/stripe/cjs/resources/TestHelpers/Treasury/OutboundTransfers.js.map +1 -0
  721. package/node_modules/stripe/cjs/resources/TestHelpers/Treasury/ReceivedCredits.d.ts +72 -0
  722. package/node_modules/stripe/cjs/resources/TestHelpers/Treasury/ReceivedCredits.js +15 -0
  723. package/node_modules/stripe/cjs/resources/TestHelpers/Treasury/ReceivedCredits.js.map +1 -0
  724. package/node_modules/stripe/cjs/resources/TestHelpers/Treasury/ReceivedDebits.d.ts +71 -0
  725. package/node_modules/stripe/cjs/resources/TestHelpers/Treasury/ReceivedDebits.js +15 -0
  726. package/node_modules/stripe/cjs/resources/TestHelpers/Treasury/ReceivedDebits.js.map +1 -0
  727. package/node_modules/stripe/cjs/resources/TestHelpers/Treasury/index.d.ts +16 -0
  728. package/node_modules/stripe/cjs/resources/TestHelpers/Treasury/index.js +21 -0
  729. package/node_modules/stripe/cjs/resources/TestHelpers/Treasury/index.js.map +1 -0
  730. package/node_modules/stripe/cjs/resources/TestHelpers/index.d.ts +32 -0
  731. package/node_modules/stripe/cjs/resources/TestHelpers/index.js +25 -0
  732. package/node_modules/stripe/cjs/resources/TestHelpers/index.js.map +1 -0
  733. package/node_modules/stripe/cjs/resources/Tokens.d.ts +874 -0
  734. package/node_modules/stripe/cjs/resources/Tokens.js +22 -0
  735. package/node_modules/stripe/cjs/resources/Tokens.js.map +1 -0
  736. package/node_modules/stripe/cjs/resources/Topups.d.ts +195 -0
  737. package/node_modules/stripe/cjs/resources/Topups.js +41 -0
  738. package/node_modules/stripe/cjs/resources/Topups.js.map +1 -0
  739. package/node_modules/stripe/cjs/resources/TransferReversals.d.ts +46 -0
  740. package/node_modules/stripe/cjs/resources/TransferReversals.js +4 -0
  741. package/node_modules/stripe/cjs/resources/TransferReversals.js.map +1 -0
  742. package/node_modules/stripe/cjs/resources/Transfers.d.ts +242 -0
  743. package/node_modules/stripe/cjs/resources/Transfers.js +69 -0
  744. package/node_modules/stripe/cjs/resources/Transfers.js.map +1 -0
  745. package/node_modules/stripe/cjs/resources/Treasury/CreditReversals.d.ts +130 -0
  746. package/node_modules/stripe/cjs/resources/Treasury/CreditReversals.js +29 -0
  747. package/node_modules/stripe/cjs/resources/Treasury/CreditReversals.js.map +1 -0
  748. package/node_modules/stripe/cjs/resources/Treasury/DebitReversals.d.ts +145 -0
  749. package/node_modules/stripe/cjs/resources/Treasury/DebitReversals.js +29 -0
  750. package/node_modules/stripe/cjs/resources/Treasury/DebitReversals.js.map +1 -0
  751. package/node_modules/stripe/cjs/resources/Treasury/FinancialAccountFeatures.d.ts +400 -0
  752. package/node_modules/stripe/cjs/resources/Treasury/FinancialAccountFeatures.js +4 -0
  753. package/node_modules/stripe/cjs/resources/Treasury/FinancialAccountFeatures.js.map +1 -0
  754. package/node_modules/stripe/cjs/resources/Treasury/FinancialAccounts.d.ts +754 -0
  755. package/node_modules/stripe/cjs/resources/Treasury/FinancialAccounts.js +53 -0
  756. package/node_modules/stripe/cjs/resources/Treasury/FinancialAccounts.js.map +1 -0
  757. package/node_modules/stripe/cjs/resources/Treasury/InboundTransfers.d.ts +261 -0
  758. package/node_modules/stripe/cjs/resources/Treasury/InboundTransfers.js +35 -0
  759. package/node_modules/stripe/cjs/resources/Treasury/InboundTransfers.js.map +1 -0
  760. package/node_modules/stripe/cjs/resources/Treasury/OutboundPayments.d.ts +450 -0
  761. package/node_modules/stripe/cjs/resources/Treasury/OutboundPayments.js +35 -0
  762. package/node_modules/stripe/cjs/resources/Treasury/OutboundPayments.js.map +1 -0
  763. package/node_modules/stripe/cjs/resources/Treasury/OutboundTransfers.d.ts +344 -0
  764. package/node_modules/stripe/cjs/resources/Treasury/OutboundTransfers.js +35 -0
  765. package/node_modules/stripe/cjs/resources/Treasury/OutboundTransfers.js.map +1 -0
  766. package/node_modules/stripe/cjs/resources/Treasury/ReceivedCredits.d.ts +259 -0
  767. package/node_modules/stripe/cjs/resources/Treasury/ReceivedCredits.js +23 -0
  768. package/node_modules/stripe/cjs/resources/Treasury/ReceivedCredits.js.map +1 -0
  769. package/node_modules/stripe/cjs/resources/Treasury/ReceivedDebits.d.ts +200 -0
  770. package/node_modules/stripe/cjs/resources/Treasury/ReceivedDebits.js +23 -0
  771. package/node_modules/stripe/cjs/resources/Treasury/ReceivedDebits.js.map +1 -0
  772. package/node_modules/stripe/cjs/resources/Treasury/TransactionEntries.d.ts +185 -0
  773. package/node_modules/stripe/cjs/resources/Treasury/TransactionEntries.js +402 -0
  774. package/node_modules/stripe/cjs/resources/Treasury/TransactionEntries.js.map +1 -0
  775. package/node_modules/stripe/cjs/resources/Treasury/Transactions.d.ts +210 -0
  776. package/node_modules/stripe/cjs/resources/Treasury/Transactions.js +454 -0
  777. package/node_modules/stripe/cjs/resources/Treasury/Transactions.js.map +1 -0
  778. package/node_modules/stripe/cjs/resources/Treasury/index.d.ts +83 -0
  779. package/node_modules/stripe/cjs/resources/Treasury/index.js +31 -0
  780. package/node_modules/stripe/cjs/resources/Treasury/index.js.map +1 -0
  781. package/node_modules/stripe/cjs/resources/V2/Billing/MeterEventAdjustments.d.ts +77 -0
  782. package/node_modules/stripe/cjs/resources/V2/Billing/MeterEventAdjustments.js +15 -0
  783. package/node_modules/stripe/cjs/resources/V2/Billing/MeterEventAdjustments.js.map +1 -0
  784. package/node_modules/stripe/cjs/resources/V2/Billing/MeterEventSession.d.ts +41 -0
  785. package/node_modules/stripe/cjs/resources/V2/Billing/MeterEventSession.js +15 -0
  786. package/node_modules/stripe/cjs/resources/V2/Billing/MeterEventSession.js.map +1 -0
  787. package/node_modules/stripe/cjs/resources/V2/Billing/MeterEventStream.d.ts +48 -0
  788. package/node_modules/stripe/cjs/resources/V2/Billing/MeterEventStream.js +18 -0
  789. package/node_modules/stripe/cjs/resources/V2/Billing/MeterEventStream.js.map +1 -0
  790. package/node_modules/stripe/cjs/resources/V2/Billing/MeterEvents.d.ts +75 -0
  791. package/node_modules/stripe/cjs/resources/V2/Billing/MeterEvents.js +15 -0
  792. package/node_modules/stripe/cjs/resources/V2/Billing/MeterEvents.js.map +1 -0
  793. package/node_modules/stripe/cjs/resources/V2/Billing/index.d.ts +24 -0
  794. package/node_modules/stripe/cjs/resources/V2/Billing/index.js +19 -0
  795. package/node_modules/stripe/cjs/resources/V2/Billing/index.js.map +1 -0
  796. package/node_modules/stripe/cjs/resources/V2/Commerce/ProductCatalog/Imports.d.ts +99 -0
  797. package/node_modules/stripe/cjs/resources/V2/Commerce/ProductCatalog/Imports.js +156 -0
  798. package/node_modules/stripe/cjs/resources/V2/Commerce/ProductCatalog/Imports.js.map +1 -0
  799. package/node_modules/stripe/cjs/resources/V2/Commerce/ProductCatalog/index.d.ts +8 -0
  800. package/node_modules/stripe/cjs/resources/V2/Commerce/ProductCatalog/index.js +13 -0
  801. package/node_modules/stripe/cjs/resources/V2/Commerce/ProductCatalog/index.js.map +1 -0
  802. package/node_modules/stripe/cjs/resources/V2/Commerce/ProductCatalogImports.d.ts +184 -0
  803. package/node_modules/stripe/cjs/resources/V2/Commerce/ProductCatalogImports.js +4 -0
  804. package/node_modules/stripe/cjs/resources/V2/Commerce/ProductCatalogImports.js.map +1 -0
  805. package/node_modules/stripe/cjs/resources/V2/Commerce/index.d.ts +13 -0
  806. package/node_modules/stripe/cjs/resources/V2/Commerce/index.js +13 -0
  807. package/node_modules/stripe/cjs/resources/V2/Commerce/index.js.map +1 -0
  808. package/node_modules/stripe/cjs/resources/V2/Core/AccountLinks.d.ts +231 -0
  809. package/node_modules/stripe/cjs/resources/V2/Core/AccountLinks.js +16 -0
  810. package/node_modules/stripe/cjs/resources/V2/Core/AccountLinks.js.map +1 -0
  811. package/node_modules/stripe/cjs/resources/V2/Core/AccountPersonTokens.d.ts +26 -0
  812. package/node_modules/stripe/cjs/resources/V2/Core/AccountPersonTokens.js +4 -0
  813. package/node_modules/stripe/cjs/resources/V2/Core/AccountPersonTokens.js.map +1 -0
  814. package/node_modules/stripe/cjs/resources/V2/Core/AccountPersons.d.ts +469 -0
  815. package/node_modules/stripe/cjs/resources/V2/Core/AccountPersons.js +4 -0
  816. package/node_modules/stripe/cjs/resources/V2/Core/AccountPersons.js.map +1 -0
  817. package/node_modules/stripe/cjs/resources/V2/Core/AccountTokens.d.ts +806 -0
  818. package/node_modules/stripe/cjs/resources/V2/Core/AccountTokens.js +47 -0
  819. package/node_modules/stripe/cjs/resources/V2/Core/AccountTokens.js.map +1 -0
  820. package/node_modules/stripe/cjs/resources/V2/Core/Accounts/PersonTokens.d.ts +379 -0
  821. package/node_modules/stripe/cjs/resources/V2/Core/Accounts/PersonTokens.js +34 -0
  822. package/node_modules/stripe/cjs/resources/V2/Core/Accounts/PersonTokens.js.map +1 -0
  823. package/node_modules/stripe/cjs/resources/V2/Core/Accounts/Persons.d.ts +884 -0
  824. package/node_modules/stripe/cjs/resources/V2/Core/Accounts/Persons.js +111 -0
  825. package/node_modules/stripe/cjs/resources/V2/Core/Accounts/Persons.js.map +1 -0
  826. package/node_modules/stripe/cjs/resources/V2/Core/Accounts.d.ts +7070 -0
  827. package/node_modules/stripe/cjs/resources/V2/Core/Accounts.js +199 -0
  828. package/node_modules/stripe/cjs/resources/V2/Core/Accounts.js.map +1 -0
  829. package/node_modules/stripe/cjs/resources/V2/Core/EventDestinations.d.ts +370 -0
  830. package/node_modules/stripe/cjs/resources/V2/Core/EventDestinations.js +59 -0
  831. package/node_modules/stripe/cjs/resources/V2/Core/EventDestinations.js.map +1 -0
  832. package/node_modules/stripe/cjs/resources/V2/Core/Events.d.ts +704 -0
  833. package/node_modules/stripe/cjs/resources/V2/Core/Events.js +59 -0
  834. package/node_modules/stripe/cjs/resources/V2/Core/Events.js.map +1 -0
  835. package/node_modules/stripe/cjs/resources/V2/Core/index.d.ts +51 -0
  836. package/node_modules/stripe/cjs/resources/V2/Core/index.js +21 -0
  837. package/node_modules/stripe/cjs/resources/V2/Core/index.js.map +1 -0
  838. package/node_modules/stripe/cjs/resources/V2/DeletedObject.d.ts +10 -0
  839. package/node_modules/stripe/cjs/resources/V2/DeletedObject.js +4 -0
  840. package/node_modules/stripe/cjs/resources/V2/DeletedObject.js.map +1 -0
  841. package/node_modules/stripe/cjs/resources/V2/V2Amounts.d.ts +4 -0
  842. package/node_modules/stripe/cjs/resources/V2/V2Amounts.js +3 -0
  843. package/node_modules/stripe/cjs/resources/V2/V2Amounts.js.map +1 -0
  844. package/node_modules/stripe/cjs/resources/V2/index.d.ts +19 -0
  845. package/node_modules/stripe/cjs/resources/V2/index.js +17 -0
  846. package/node_modules/stripe/cjs/resources/V2/index.js.map +1 -0
  847. package/node_modules/stripe/cjs/resources/WebhookEndpoints.d.ts +170 -0
  848. package/node_modules/stripe/cjs/resources/WebhookEndpoints.js +41 -0
  849. package/node_modules/stripe/cjs/resources/WebhookEndpoints.js.map +1 -0
  850. package/node_modules/stripe/cjs/resources.d.ts +76 -0
  851. package/node_modules/stripe/cjs/resources.js +333 -0
  852. package/node_modules/stripe/cjs/resources.js.map +1 -0
  853. package/node_modules/stripe/cjs/shared.d.ts +152 -0
  854. package/node_modules/stripe/cjs/shared.js +6 -0
  855. package/node_modules/stripe/cjs/shared.js.map +1 -0
  856. package/node_modules/stripe/cjs/stripe.cjs.node.d.ts +14402 -0
  857. package/node_modules/stripe/cjs/stripe.cjs.node.js +30 -0
  858. package/node_modules/stripe/cjs/stripe.cjs.node.js.map +1 -0
  859. package/node_modules/stripe/cjs/stripe.cjs.worker.d.ts +6 -0
  860. package/node_modules/stripe/cjs/stripe.cjs.worker.js +33 -0
  861. package/node_modules/stripe/cjs/stripe.cjs.worker.js.map +1 -0
  862. package/node_modules/stripe/cjs/stripe.core.d.ts +497 -0
  863. package/node_modules/stripe/cjs/stripe.core.js +630 -0
  864. package/node_modules/stripe/cjs/stripe.core.js.map +1 -0
  865. package/node_modules/stripe/cjs/utils.d.ts +77 -0
  866. package/node_modules/stripe/cjs/utils.js +402 -0
  867. package/node_modules/stripe/cjs/utils.js.map +1 -0
  868. package/node_modules/stripe/esm/Decimal.d.ts +532 -0
  869. package/node_modules/stripe/esm/Decimal.js +851 -0
  870. package/node_modules/stripe/esm/Decimal.js.map +1 -0
  871. package/node_modules/stripe/esm/Error.d.ts +217 -0
  872. package/node_modules/stripe/esm/Error.js +270 -0
  873. package/node_modules/stripe/esm/Error.js.map +1 -0
  874. package/node_modules/stripe/esm/RequestSender.d.ts +60 -0
  875. package/node_modules/stripe/esm/RequestSender.js +472 -0
  876. package/node_modules/stripe/esm/RequestSender.js.map +1 -0
  877. package/node_modules/stripe/esm/ResourceNamespace.d.ts +6 -0
  878. package/node_modules/stripe/esm/ResourceNamespace.js +18 -0
  879. package/node_modules/stripe/esm/ResourceNamespace.js.map +1 -0
  880. package/node_modules/stripe/esm/StripeContext.d.ts +32 -0
  881. package/node_modules/stripe/esm/StripeContext.js +53 -0
  882. package/node_modules/stripe/esm/StripeContext.js.map +1 -0
  883. package/node_modules/stripe/esm/StripeEmitter.d.ts +23 -0
  884. package/node_modules/stripe/esm/StripeEmitter.js +43 -0
  885. package/node_modules/stripe/esm/StripeEmitter.js.map +1 -0
  886. package/node_modules/stripe/esm/StripeResource.d.ts +18 -0
  887. package/node_modules/stripe/esm/StripeResource.js +98 -0
  888. package/node_modules/stripe/esm/StripeResource.js.map +1 -0
  889. package/node_modules/stripe/esm/Types.d.ts +250 -0
  890. package/node_modules/stripe/esm/Types.js +7 -0
  891. package/node_modules/stripe/esm/Types.js.map +1 -0
  892. package/node_modules/stripe/esm/V2Coercion.d.ts +17 -0
  893. package/node_modules/stripe/esm/V2Coercion.js +105 -0
  894. package/node_modules/stripe/esm/V2Coercion.js.map +1 -0
  895. package/node_modules/stripe/esm/Webhooks.d.ts +37 -0
  896. package/node_modules/stripe/esm/Webhooks.js +261 -0
  897. package/node_modules/stripe/esm/Webhooks.js.map +1 -0
  898. package/node_modules/stripe/esm/apiVersion.d.ts +2 -0
  899. package/node_modules/stripe/esm/apiVersion.js +4 -0
  900. package/node_modules/stripe/esm/apiVersion.js.map +1 -0
  901. package/node_modules/stripe/esm/autoPagination.d.ts +25 -0
  902. package/node_modules/stripe/esm/autoPagination.js +335 -0
  903. package/node_modules/stripe/esm/autoPagination.js.map +1 -0
  904. package/node_modules/stripe/esm/crypto/CryptoProvider.d.ts +44 -0
  905. package/node_modules/stripe/esm/crypto/CryptoProvider.js +51 -0
  906. package/node_modules/stripe/esm/crypto/CryptoProvider.js.map +1 -0
  907. package/node_modules/stripe/esm/crypto/NodeCryptoProvider.d.ts +12 -0
  908. package/node_modules/stripe/esm/crypto/NodeCryptoProvider.js +27 -0
  909. package/node_modules/stripe/esm/crypto/NodeCryptoProvider.js.map +1 -0
  910. package/node_modules/stripe/esm/crypto/SubtleCryptoProvider.d.ts +16 -0
  911. package/node_modules/stripe/esm/crypto/SubtleCryptoProvider.js +48 -0
  912. package/node_modules/stripe/esm/crypto/SubtleCryptoProvider.js.map +1 -0
  913. package/node_modules/stripe/esm/lib.d.ts +318 -0
  914. package/node_modules/stripe/esm/lib.js +2 -0
  915. package/node_modules/stripe/esm/lib.js.map +1 -0
  916. package/node_modules/stripe/esm/multipart.d.ts +5 -0
  917. package/node_modules/stripe/esm/multipart.js +58 -0
  918. package/node_modules/stripe/esm/multipart.js.map +1 -0
  919. package/node_modules/stripe/esm/net/FetchHttpClient.d.ts +27 -0
  920. package/node_modules/stripe/esm/net/FetchHttpClient.js +154 -0
  921. package/node_modules/stripe/esm/net/FetchHttpClient.js.map +1 -0
  922. package/node_modules/stripe/esm/net/HttpClient.d.ts +63 -0
  923. package/node_modules/stripe/esm/net/HttpClient.js +49 -0
  924. package/node_modules/stripe/esm/net/HttpClient.js.map +1 -0
  925. package/node_modules/stripe/esm/net/NodeHttpClient.d.ts +24 -0
  926. package/node_modules/stripe/esm/net/NodeHttpClient.js +107 -0
  927. package/node_modules/stripe/esm/net/NodeHttpClient.js.map +1 -0
  928. package/node_modules/stripe/esm/package.json +1 -0
  929. package/node_modules/stripe/esm/platform/NodePlatformFunctions.d.ts +43 -0
  930. package/node_modules/stripe/esm/platform/NodePlatformFunctions.js +168 -0
  931. package/node_modules/stripe/esm/platform/NodePlatformFunctions.js.map +1 -0
  932. package/node_modules/stripe/esm/platform/PlatformFunctions.d.ts +78 -0
  933. package/node_modules/stripe/esm/platform/PlatformFunctions.js +119 -0
  934. package/node_modules/stripe/esm/platform/PlatformFunctions.js.map +1 -0
  935. package/node_modules/stripe/esm/platform/WebPlatformFunctions.d.ts +22 -0
  936. package/node_modules/stripe/esm/platform/WebPlatformFunctions.js +35 -0
  937. package/node_modules/stripe/esm/platform/WebPlatformFunctions.js.map +1 -0
  938. package/node_modules/stripe/esm/resources/AccountLinks.d.ts +76 -0
  939. package/node_modules/stripe/esm/resources/AccountLinks.js +11 -0
  940. package/node_modules/stripe/esm/resources/AccountLinks.js.map +1 -0
  941. package/node_modules/stripe/esm/resources/AccountSessions.d.ts +1075 -0
  942. package/node_modules/stripe/esm/resources/AccountSessions.js +11 -0
  943. package/node_modules/stripe/esm/resources/AccountSessions.js.map +1 -0
  944. package/node_modules/stripe/esm/resources/Accounts.d.ts +5296 -0
  945. package/node_modules/stripe/esm/resources/Accounts.js +178 -0
  946. package/node_modules/stripe/esm/resources/Accounts.js.map +1 -0
  947. package/node_modules/stripe/esm/resources/ApplePayDomains.d.ts +80 -0
  948. package/node_modules/stripe/esm/resources/ApplePayDomains.js +31 -0
  949. package/node_modules/stripe/esm/resources/ApplePayDomains.js.map +1 -0
  950. package/node_modules/stripe/esm/resources/ApplicationFees.d.ts +181 -0
  951. package/node_modules/stripe/esm/resources/ApplicationFees.js +55 -0
  952. package/node_modules/stripe/esm/resources/ApplicationFees.js.map +1 -0
  953. package/node_modules/stripe/esm/resources/Applications.d.ts +36 -0
  954. package/node_modules/stripe/esm/resources/Applications.js +3 -0
  955. package/node_modules/stripe/esm/resources/Applications.js.map +1 -0
  956. package/node_modules/stripe/esm/resources/Apps/Secrets.d.ts +199 -0
  957. package/node_modules/stripe/esm/resources/Apps/Secrets.js +31 -0
  958. package/node_modules/stripe/esm/resources/Apps/Secrets.js.map +1 -0
  959. package/node_modules/stripe/esm/resources/Apps/index.d.ts +15 -0
  960. package/node_modules/stripe/esm/resources/Apps/index.js +9 -0
  961. package/node_modules/stripe/esm/resources/Apps/index.js.map +1 -0
  962. package/node_modules/stripe/esm/resources/Balance.d.ts +285 -0
  963. package/node_modules/stripe/esm/resources/Balance.js +12 -0
  964. package/node_modules/stripe/esm/resources/Balance.js.map +1 -0
  965. package/node_modules/stripe/esm/resources/BalanceSettings.d.ts +250 -0
  966. package/node_modules/stripe/esm/resources/BalanceSettings.js +19 -0
  967. package/node_modules/stripe/esm/resources/BalanceSettings.js.map +1 -0
  968. package/node_modules/stripe/esm/resources/BalanceTransactionSources.d.ts +15 -0
  969. package/node_modules/stripe/esm/resources/BalanceTransactionSources.js +3 -0
  970. package/node_modules/stripe/esm/resources/BalanceTransactionSources.js.map +1 -0
  971. package/node_modules/stripe/esm/resources/BalanceTransactions.d.ts +142 -0
  972. package/node_modules/stripe/esm/resources/BalanceTransactions.js +23 -0
  973. package/node_modules/stripe/esm/resources/BalanceTransactions.js.map +1 -0
  974. package/node_modules/stripe/esm/resources/BankAccounts.d.ts +182 -0
  975. package/node_modules/stripe/esm/resources/BankAccounts.js +3 -0
  976. package/node_modules/stripe/esm/resources/BankAccounts.js.map +1 -0
  977. package/node_modules/stripe/esm/resources/Billing/AlertTriggereds.d.ts +27 -0
  978. package/node_modules/stripe/esm/resources/Billing/AlertTriggereds.js +3 -0
  979. package/node_modules/stripe/esm/resources/Billing/AlertTriggereds.js.map +1 -0
  980. package/node_modules/stripe/esm/resources/Billing/Alerts.d.ts +191 -0
  981. package/node_modules/stripe/esm/resources/Billing/Alerts.js +43 -0
  982. package/node_modules/stripe/esm/resources/Billing/Alerts.js.map +1 -0
  983. package/node_modules/stripe/esm/resources/Billing/CreditBalanceSummary.d.ts +140 -0
  984. package/node_modules/stripe/esm/resources/Billing/CreditBalanceSummary.js +11 -0
  985. package/node_modules/stripe/esm/resources/Billing/CreditBalanceSummary.js.map +1 -0
  986. package/node_modules/stripe/esm/resources/Billing/CreditBalanceTransactions.d.ts +181 -0
  987. package/node_modules/stripe/esm/resources/Billing/CreditBalanceTransactions.js +19 -0
  988. package/node_modules/stripe/esm/resources/Billing/CreditBalanceTransactions.js.map +1 -0
  989. package/node_modules/stripe/esm/resources/Billing/CreditGrants.d.ts +298 -0
  990. package/node_modules/stripe/esm/resources/Billing/CreditGrants.js +43 -0
  991. package/node_modules/stripe/esm/resources/Billing/CreditGrants.js.map +1 -0
  992. package/node_modules/stripe/esm/resources/Billing/MeterEventAdjustments.d.ts +71 -0
  993. package/node_modules/stripe/esm/resources/Billing/MeterEventAdjustments.js +11 -0
  994. package/node_modules/stripe/esm/resources/Billing/MeterEventAdjustments.js.map +1 -0
  995. package/node_modules/stripe/esm/resources/Billing/MeterEventSummaries.d.ts +30 -0
  996. package/node_modules/stripe/esm/resources/Billing/MeterEventSummaries.js +3 -0
  997. package/node_modules/stripe/esm/resources/Billing/MeterEventSummaries.js.map +1 -0
  998. package/node_modules/stripe/esm/resources/Billing/MeterEvents.d.ts +66 -0
  999. package/node_modules/stripe/esm/resources/Billing/MeterEvents.js +11 -0
  1000. package/node_modules/stripe/esm/resources/Billing/MeterEvents.js.map +1 -0
  1001. package/node_modules/stripe/esm/resources/Billing/Meters.d.ts +249 -0
  1002. package/node_modules/stripe/esm/resources/Billing/Meters.js +51 -0
  1003. package/node_modules/stripe/esm/resources/Billing/Meters.js.map +1 -0
  1004. package/node_modules/stripe/esm/resources/Billing/index.d.ts +65 -0
  1005. package/node_modules/stripe/esm/resources/Billing/index.js +21 -0
  1006. package/node_modules/stripe/esm/resources/Billing/index.js.map +1 -0
  1007. package/node_modules/stripe/esm/resources/BillingPortal/Configurations.d.ts +726 -0
  1008. package/node_modules/stripe/esm/resources/BillingPortal/Configurations.js +31 -0
  1009. package/node_modules/stripe/esm/resources/BillingPortal/Configurations.js.map +1 -0
  1010. package/node_modules/stripe/esm/resources/BillingPortal/Sessions.d.ts +358 -0
  1011. package/node_modules/stripe/esm/resources/BillingPortal/Sessions.js +11 -0
  1012. package/node_modules/stripe/esm/resources/BillingPortal/Sessions.js.map +1 -0
  1013. package/node_modules/stripe/esm/resources/BillingPortal/index.d.ts +20 -0
  1014. package/node_modules/stripe/esm/resources/BillingPortal/index.js +11 -0
  1015. package/node_modules/stripe/esm/resources/BillingPortal/index.js.map +1 -0
  1016. package/node_modules/stripe/esm/resources/Capabilities.d.ts +160 -0
  1017. package/node_modules/stripe/esm/resources/Capabilities.js +3 -0
  1018. package/node_modules/stripe/esm/resources/Capabilities.js.map +1 -0
  1019. package/node_modules/stripe/esm/resources/Cards.d.ts +170 -0
  1020. package/node_modules/stripe/esm/resources/Cards.js +3 -0
  1021. package/node_modules/stripe/esm/resources/Cards.js.map +1 -0
  1022. package/node_modules/stripe/esm/resources/CashBalances.d.ts +40 -0
  1023. package/node_modules/stripe/esm/resources/CashBalances.js +3 -0
  1024. package/node_modules/stripe/esm/resources/CashBalances.js.map +1 -0
  1025. package/node_modules/stripe/esm/resources/Charges.d.ts +2340 -0
  1026. package/node_modules/stripe/esm/resources/Charges.js +54 -0
  1027. package/node_modules/stripe/esm/resources/Charges.js.map +1 -0
  1028. package/node_modules/stripe/esm/resources/Checkout/Sessions.d.ts +5100 -0
  1029. package/node_modules/stripe/esm/resources/Checkout/Sessions.js +569 -0
  1030. package/node_modules/stripe/esm/resources/Checkout/Sessions.js.map +1 -0
  1031. package/node_modules/stripe/esm/resources/Checkout/index.d.ts +17 -0
  1032. package/node_modules/stripe/esm/resources/Checkout/index.js +9 -0
  1033. package/node_modules/stripe/esm/resources/Checkout/index.js.map +1 -0
  1034. package/node_modules/stripe/esm/resources/Climate/Orders.d.ts +263 -0
  1035. package/node_modules/stripe/esm/resources/Climate/Orders.js +78 -0
  1036. package/node_modules/stripe/esm/resources/Climate/Orders.js.map +1 -0
  1037. package/node_modules/stripe/esm/resources/Climate/Products.d.ts +88 -0
  1038. package/node_modules/stripe/esm/resources/Climate/Products.js +36 -0
  1039. package/node_modules/stripe/esm/resources/Climate/Products.js.map +1 -0
  1040. package/node_modules/stripe/esm/resources/Climate/Suppliers.d.ts +84 -0
  1041. package/node_modules/stripe/esm/resources/Climate/Suppliers.js +19 -0
  1042. package/node_modules/stripe/esm/resources/Climate/Suppliers.js.map +1 -0
  1043. package/node_modules/stripe/esm/resources/Climate/index.d.ts +28 -0
  1044. package/node_modules/stripe/esm/resources/Climate/index.js +13 -0
  1045. package/node_modules/stripe/esm/resources/Climate/index.js.map +1 -0
  1046. package/node_modules/stripe/esm/resources/ConfirmationTokens.d.ts +1233 -0
  1047. package/node_modules/stripe/esm/resources/ConfirmationTokens.js +11 -0
  1048. package/node_modules/stripe/esm/resources/ConfirmationTokens.js.map +1 -0
  1049. package/node_modules/stripe/esm/resources/ConnectCollectionTransfers.d.ts +27 -0
  1050. package/node_modules/stripe/esm/resources/ConnectCollectionTransfers.js +3 -0
  1051. package/node_modules/stripe/esm/resources/ConnectCollectionTransfers.js.map +1 -0
  1052. package/node_modules/stripe/esm/resources/CountrySpecs.d.ts +86 -0
  1053. package/node_modules/stripe/esm/resources/CountrySpecs.js +19 -0
  1054. package/node_modules/stripe/esm/resources/CountrySpecs.js.map +1 -0
  1055. package/node_modules/stripe/esm/resources/Coupons.d.ts +246 -0
  1056. package/node_modules/stripe/esm/resources/Coupons.js +39 -0
  1057. package/node_modules/stripe/esm/resources/Coupons.js.map +1 -0
  1058. package/node_modules/stripe/esm/resources/CreditNoteLineItems.d.ts +140 -0
  1059. package/node_modules/stripe/esm/resources/CreditNoteLineItems.js +3 -0
  1060. package/node_modules/stripe/esm/resources/CreditNoteLineItems.js.map +1 -0
  1061. package/node_modules/stripe/esm/resources/CreditNotes.d.ts +876 -0
  1062. package/node_modules/stripe/esm/resources/CreditNotes.js +288 -0
  1063. package/node_modules/stripe/esm/resources/CreditNotes.js.map +1 -0
  1064. package/node_modules/stripe/esm/resources/CustomerBalanceTransactions.d.ts +70 -0
  1065. package/node_modules/stripe/esm/resources/CustomerBalanceTransactions.js +3 -0
  1066. package/node_modules/stripe/esm/resources/CustomerBalanceTransactions.js.map +1 -0
  1067. package/node_modules/stripe/esm/resources/CustomerCashBalanceTransactions.d.ts +166 -0
  1068. package/node_modules/stripe/esm/resources/CustomerCashBalanceTransactions.js +3 -0
  1069. package/node_modules/stripe/esm/resources/CustomerCashBalanceTransactions.js.map +1 -0
  1070. package/node_modules/stripe/esm/resources/CustomerSessions.d.ts +403 -0
  1071. package/node_modules/stripe/esm/resources/CustomerSessions.js +11 -0
  1072. package/node_modules/stripe/esm/resources/CustomerSessions.js.map +1 -0
  1073. package/node_modules/stripe/esm/resources/CustomerSources.d.ts +6 -0
  1074. package/node_modules/stripe/esm/resources/CustomerSources.js +3 -0
  1075. package/node_modules/stripe/esm/resources/CustomerSources.js.map +1 -0
  1076. package/node_modules/stripe/esm/resources/Customers.d.ts +1115 -0
  1077. package/node_modules/stripe/esm/resources/Customers.js +664 -0
  1078. package/node_modules/stripe/esm/resources/Customers.js.map +1 -0
  1079. package/node_modules/stripe/esm/resources/Discounts.d.ts +133 -0
  1080. package/node_modules/stripe/esm/resources/Discounts.js +3 -0
  1081. package/node_modules/stripe/esm/resources/Discounts.js.map +1 -0
  1082. package/node_modules/stripe/esm/resources/Disputes.d.ts +709 -0
  1083. package/node_modules/stripe/esm/resources/Disputes.js +35 -0
  1084. package/node_modules/stripe/esm/resources/Disputes.js.map +1 -0
  1085. package/node_modules/stripe/esm/resources/Entitlements/ActiveEntitlementSummaries.d.ts +20 -0
  1086. package/node_modules/stripe/esm/resources/Entitlements/ActiveEntitlementSummaries.js +3 -0
  1087. package/node_modules/stripe/esm/resources/Entitlements/ActiveEntitlementSummaries.js.map +1 -0
  1088. package/node_modules/stripe/esm/resources/Entitlements/ActiveEntitlements.d.ts +56 -0
  1089. package/node_modules/stripe/esm/resources/Entitlements/ActiveEntitlements.js +19 -0
  1090. package/node_modules/stripe/esm/resources/Entitlements/ActiveEntitlements.js.map +1 -0
  1091. package/node_modules/stripe/esm/resources/Entitlements/Features.d.ts +115 -0
  1092. package/node_modules/stripe/esm/resources/Entitlements/Features.js +31 -0
  1093. package/node_modules/stripe/esm/resources/Entitlements/Features.js.map +1 -0
  1094. package/node_modules/stripe/esm/resources/Entitlements/index.d.ts +24 -0
  1095. package/node_modules/stripe/esm/resources/Entitlements/index.js +11 -0
  1096. package/node_modules/stripe/esm/resources/Entitlements/index.js.map +1 -0
  1097. package/node_modules/stripe/esm/resources/EphemeralKeys.d.ts +63 -0
  1098. package/node_modules/stripe/esm/resources/EphemeralKeys.js +20 -0
  1099. package/node_modules/stripe/esm/resources/EphemeralKeys.js.map +1 -0
  1100. package/node_modules/stripe/esm/resources/Events.d.ts +3554 -0
  1101. package/node_modules/stripe/esm/resources/Events.js +19 -0
  1102. package/node_modules/stripe/esm/resources/Events.js.map +1 -0
  1103. package/node_modules/stripe/esm/resources/ExchangeRates.d.ts +47 -0
  1104. package/node_modules/stripe/esm/resources/ExchangeRates.js +25 -0
  1105. package/node_modules/stripe/esm/resources/ExchangeRates.js.map +1 -0
  1106. package/node_modules/stripe/esm/resources/ExternalAccounts.d.ts +4 -0
  1107. package/node_modules/stripe/esm/resources/ExternalAccounts.js +3 -0
  1108. package/node_modules/stripe/esm/resources/ExternalAccounts.js.map +1 -0
  1109. package/node_modules/stripe/esm/resources/FeeRefunds.d.ts +37 -0
  1110. package/node_modules/stripe/esm/resources/FeeRefunds.js +3 -0
  1111. package/node_modules/stripe/esm/resources/FeeRefunds.js.map +1 -0
  1112. package/node_modules/stripe/esm/resources/FileLinks.d.ts +116 -0
  1113. package/node_modules/stripe/esm/resources/FileLinks.js +31 -0
  1114. package/node_modules/stripe/esm/resources/FileLinks.js.map +1 -0
  1115. package/node_modules/stripe/esm/resources/Files.d.ts +129 -0
  1116. package/node_modules/stripe/esm/resources/Files.js +37 -0
  1117. package/node_modules/stripe/esm/resources/Files.js.map +1 -0
  1118. package/node_modules/stripe/esm/resources/FinancialConnections/AccountOwners.d.ts +34 -0
  1119. package/node_modules/stripe/esm/resources/FinancialConnections/AccountOwners.js +3 -0
  1120. package/node_modules/stripe/esm/resources/FinancialConnections/AccountOwners.js.map +1 -0
  1121. package/node_modules/stripe/esm/resources/FinancialConnections/AccountOwnerships.d.ts +20 -0
  1122. package/node_modules/stripe/esm/resources/FinancialConnections/AccountOwnerships.js +3 -0
  1123. package/node_modules/stripe/esm/resources/FinancialConnections/AccountOwnerships.js.map +1 -0
  1124. package/node_modules/stripe/esm/resources/FinancialConnections/Accounts.d.ts +405 -0
  1125. package/node_modules/stripe/esm/resources/FinancialConnections/Accounts.js +51 -0
  1126. package/node_modules/stripe/esm/resources/FinancialConnections/Accounts.js.map +1 -0
  1127. package/node_modules/stripe/esm/resources/FinancialConnections/Sessions.d.ts +164 -0
  1128. package/node_modules/stripe/esm/resources/FinancialConnections/Sessions.js +17 -0
  1129. package/node_modules/stripe/esm/resources/FinancialConnections/Sessions.js.map +1 -0
  1130. package/node_modules/stripe/esm/resources/FinancialConnections/Transactions.d.ts +109 -0
  1131. package/node_modules/stripe/esm/resources/FinancialConnections/Transactions.js +19 -0
  1132. package/node_modules/stripe/esm/resources/FinancialConnections/Transactions.js.map +1 -0
  1133. package/node_modules/stripe/esm/resources/FinancialConnections/index.d.ts +36 -0
  1134. package/node_modules/stripe/esm/resources/FinancialConnections/index.js +13 -0
  1135. package/node_modules/stripe/esm/resources/FinancialConnections/index.js.map +1 -0
  1136. package/node_modules/stripe/esm/resources/Forwarding/Requests.d.ts +201 -0
  1137. package/node_modules/stripe/esm/resources/Forwarding/Requests.js +25 -0
  1138. package/node_modules/stripe/esm/resources/Forwarding/Requests.js.map +1 -0
  1139. package/node_modules/stripe/esm/resources/Forwarding/index.d.ts +14 -0
  1140. package/node_modules/stripe/esm/resources/Forwarding/index.js +9 -0
  1141. package/node_modules/stripe/esm/resources/Forwarding/index.js.map +1 -0
  1142. package/node_modules/stripe/esm/resources/FundingInstructions.d.ts +213 -0
  1143. package/node_modules/stripe/esm/resources/FundingInstructions.js +3 -0
  1144. package/node_modules/stripe/esm/resources/FundingInstructions.js.map +1 -0
  1145. package/node_modules/stripe/esm/resources/Identity/VerificationReports.d.ts +412 -0
  1146. package/node_modules/stripe/esm/resources/Identity/VerificationReports.js +19 -0
  1147. package/node_modules/stripe/esm/resources/Identity/VerificationReports.js.map +1 -0
  1148. package/node_modules/stripe/esm/resources/Identity/VerificationSessions.d.ts +530 -0
  1149. package/node_modules/stripe/esm/resources/Identity/VerificationSessions.js +75 -0
  1150. package/node_modules/stripe/esm/resources/Identity/VerificationSessions.js.map +1 -0
  1151. package/node_modules/stripe/esm/resources/Identity/index.d.ts +23 -0
  1152. package/node_modules/stripe/esm/resources/Identity/index.js +11 -0
  1153. package/node_modules/stripe/esm/resources/Identity/index.js.map +1 -0
  1154. package/node_modules/stripe/esm/resources/InvoiceItems.d.ts +534 -0
  1155. package/node_modules/stripe/esm/resources/InvoiceItems.js +142 -0
  1156. package/node_modules/stripe/esm/resources/InvoiceItems.js.map +1 -0
  1157. package/node_modules/stripe/esm/resources/InvoiceLineItems.d.ts +280 -0
  1158. package/node_modules/stripe/esm/resources/InvoiceLineItems.js +3 -0
  1159. package/node_modules/stripe/esm/resources/InvoiceLineItems.js.map +1 -0
  1160. package/node_modules/stripe/esm/resources/InvoicePayments.d.ts +142 -0
  1161. package/node_modules/stripe/esm/resources/InvoicePayments.js +19 -0
  1162. package/node_modules/stripe/esm/resources/InvoicePayments.js.map +1 -0
  1163. package/node_modules/stripe/esm/resources/InvoiceRenderingTemplates.d.ts +87 -0
  1164. package/node_modules/stripe/esm/resources/InvoiceRenderingTemplates.js +31 -0
  1165. package/node_modules/stripe/esm/resources/InvoiceRenderingTemplates.js.map +1 -0
  1166. package/node_modules/stripe/esm/resources/Invoices.d.ts +4239 -0
  1167. package/node_modules/stripe/esm/resources/Invoices.js +864 -0
  1168. package/node_modules/stripe/esm/resources/Invoices.js.map +1 -0
  1169. package/node_modules/stripe/esm/resources/Issuing/Authorizations.d.ts +609 -0
  1170. package/node_modules/stripe/esm/resources/Issuing/Authorizations.js +871 -0
  1171. package/node_modules/stripe/esm/resources/Issuing/Authorizations.js.map +1 -0
  1172. package/node_modules/stripe/esm/resources/Issuing/Cardholders.d.ts +746 -0
  1173. package/node_modules/stripe/esm/resources/Issuing/Cardholders.js +31 -0
  1174. package/node_modules/stripe/esm/resources/Issuing/Cardholders.js.map +1 -0
  1175. package/node_modules/stripe/esm/resources/Issuing/Cards.d.ts +792 -0
  1176. package/node_modules/stripe/esm/resources/Issuing/Cards.js +31 -0
  1177. package/node_modules/stripe/esm/resources/Issuing/Cards.js.map +1 -0
  1178. package/node_modules/stripe/esm/resources/Issuing/Disputes.d.ts +860 -0
  1179. package/node_modules/stripe/esm/resources/Issuing/Disputes.js +37 -0
  1180. package/node_modules/stripe/esm/resources/Issuing/Disputes.js.map +1 -0
  1181. package/node_modules/stripe/esm/resources/Issuing/PersonalizationDesigns.d.ts +289 -0
  1182. package/node_modules/stripe/esm/resources/Issuing/PersonalizationDesigns.js +31 -0
  1183. package/node_modules/stripe/esm/resources/Issuing/PersonalizationDesigns.js.map +1 -0
  1184. package/node_modules/stripe/esm/resources/Issuing/PhysicalBundles.d.ts +91 -0
  1185. package/node_modules/stripe/esm/resources/Issuing/PhysicalBundles.js +19 -0
  1186. package/node_modules/stripe/esm/resources/Issuing/PhysicalBundles.js.map +1 -0
  1187. package/node_modules/stripe/esm/resources/Issuing/Tokens.d.ts +248 -0
  1188. package/node_modules/stripe/esm/resources/Issuing/Tokens.js +25 -0
  1189. package/node_modules/stripe/esm/resources/Issuing/Tokens.js.map +1 -0
  1190. package/node_modules/stripe/esm/resources/Issuing/Transactions.d.ts +449 -0
  1191. package/node_modules/stripe/esm/resources/Issuing/Transactions.js +281 -0
  1192. package/node_modules/stripe/esm/resources/Issuing/Transactions.js.map +1 -0
  1193. package/node_modules/stripe/esm/resources/Issuing/index.d.ts +69 -0
  1194. package/node_modules/stripe/esm/resources/Issuing/index.js +23 -0
  1195. package/node_modules/stripe/esm/resources/Issuing/index.js.map +1 -0
  1196. package/node_modules/stripe/esm/resources/LineItems.d.ts +102 -0
  1197. package/node_modules/stripe/esm/resources/LineItems.js +3 -0
  1198. package/node_modules/stripe/esm/resources/LineItems.js.map +1 -0
  1199. package/node_modules/stripe/esm/resources/LoginLinks.d.ts +14 -0
  1200. package/node_modules/stripe/esm/resources/LoginLinks.js +3 -0
  1201. package/node_modules/stripe/esm/resources/LoginLinks.js.map +1 -0
  1202. package/node_modules/stripe/esm/resources/Mandates.d.ts +322 -0
  1203. package/node_modules/stripe/esm/resources/Mandates.js +11 -0
  1204. package/node_modules/stripe/esm/resources/Mandates.js.map +1 -0
  1205. package/node_modules/stripe/esm/resources/OAuth.d.ts +279 -0
  1206. package/node_modules/stripe/esm/resources/OAuth.js +43 -0
  1207. package/node_modules/stripe/esm/resources/OAuth.js.map +1 -0
  1208. package/node_modules/stripe/esm/resources/PaymentAttemptRecords.d.ts +1838 -0
  1209. package/node_modules/stripe/esm/resources/PaymentAttemptRecords.js +19 -0
  1210. package/node_modules/stripe/esm/resources/PaymentAttemptRecords.js.map +1 -0
  1211. package/node_modules/stripe/esm/resources/PaymentIntentAmountDetailsLineItems.d.ts +93 -0
  1212. package/node_modules/stripe/esm/resources/PaymentIntentAmountDetailsLineItems.js +3 -0
  1213. package/node_modules/stripe/esm/resources/PaymentIntentAmountDetailsLineItems.js.map +1 -0
  1214. package/node_modules/stripe/esm/resources/PaymentIntents.d.ts +11591 -0
  1215. package/node_modules/stripe/esm/resources/PaymentIntents.js +167 -0
  1216. package/node_modules/stripe/esm/resources/PaymentIntents.js.map +1 -0
  1217. package/node_modules/stripe/esm/resources/PaymentLinks.d.ts +2148 -0
  1218. package/node_modules/stripe/esm/resources/PaymentLinks.js +432 -0
  1219. package/node_modules/stripe/esm/resources/PaymentLinks.js.map +1 -0
  1220. package/node_modules/stripe/esm/resources/PaymentMethodConfigurations.d.ts +4253 -0
  1221. package/node_modules/stripe/esm/resources/PaymentMethodConfigurations.js +31 -0
  1222. package/node_modules/stripe/esm/resources/PaymentMethodConfigurations.js.map +1 -0
  1223. package/node_modules/stripe/esm/resources/PaymentMethodDomains.d.ts +246 -0
  1224. package/node_modules/stripe/esm/resources/PaymentMethodDomains.js +42 -0
  1225. package/node_modules/stripe/esm/resources/PaymentMethodDomains.js.map +1 -0
  1226. package/node_modules/stripe/esm/resources/PaymentMethods.d.ts +1959 -0
  1227. package/node_modules/stripe/esm/resources/PaymentMethods.js +57 -0
  1228. package/node_modules/stripe/esm/resources/PaymentMethods.js.map +1 -0
  1229. package/node_modules/stripe/esm/resources/PaymentRecords.d.ts +2308 -0
  1230. package/node_modules/stripe/esm/resources/PaymentRecords.js +60 -0
  1231. package/node_modules/stripe/esm/resources/PaymentRecords.js.map +1 -0
  1232. package/node_modules/stripe/esm/resources/Payouts.d.ts +262 -0
  1233. package/node_modules/stripe/esm/resources/Payouts.js +49 -0
  1234. package/node_modules/stripe/esm/resources/Payouts.js.map +1 -0
  1235. package/node_modules/stripe/esm/resources/Persons.d.ts +474 -0
  1236. package/node_modules/stripe/esm/resources/Persons.js +3 -0
  1237. package/node_modules/stripe/esm/resources/Persons.js.map +1 -0
  1238. package/node_modules/stripe/esm/resources/Plans.d.ts +363 -0
  1239. package/node_modules/stripe/esm/resources/Plans.js +155 -0
  1240. package/node_modules/stripe/esm/resources/Plans.js.map +1 -0
  1241. package/node_modules/stripe/esm/resources/Prices.d.ts +721 -0
  1242. package/node_modules/stripe/esm/resources/Prices.js +361 -0
  1243. package/node_modules/stripe/esm/resources/Prices.js.map +1 -0
  1244. package/node_modules/stripe/esm/resources/ProductFeatures.d.ts +38 -0
  1245. package/node_modules/stripe/esm/resources/ProductFeatures.js +3 -0
  1246. package/node_modules/stripe/esm/resources/ProductFeatures.js.map +1 -0
  1247. package/node_modules/stripe/esm/resources/Products.d.ts +575 -0
  1248. package/node_modules/stripe/esm/resources/Products.js +105 -0
  1249. package/node_modules/stripe/esm/resources/Products.js.map +1 -0
  1250. package/node_modules/stripe/esm/resources/PromotionCodes.d.ts +271 -0
  1251. package/node_modules/stripe/esm/resources/PromotionCodes.js +31 -0
  1252. package/node_modules/stripe/esm/resources/PromotionCodes.js.map +1 -0
  1253. package/node_modules/stripe/esm/resources/Quotes.d.ts +1202 -0
  1254. package/node_modules/stripe/esm/resources/Quotes.js +872 -0
  1255. package/node_modules/stripe/esm/resources/Quotes.js.map +1 -0
  1256. package/node_modules/stripe/esm/resources/Radar/EarlyFraudWarnings.d.ts +79 -0
  1257. package/node_modules/stripe/esm/resources/Radar/EarlyFraudWarnings.js +21 -0
  1258. package/node_modules/stripe/esm/resources/Radar/EarlyFraudWarnings.js.map +1 -0
  1259. package/node_modules/stripe/esm/resources/Radar/PaymentEvaluations.d.ts +579 -0
  1260. package/node_modules/stripe/esm/resources/Radar/PaymentEvaluations.js +11 -0
  1261. package/node_modules/stripe/esm/resources/Radar/PaymentEvaluations.js.map +1 -0
  1262. package/node_modules/stripe/esm/resources/Radar/ValueListItems.d.ts +117 -0
  1263. package/node_modules/stripe/esm/resources/Radar/ValueListItems.js +31 -0
  1264. package/node_modules/stripe/esm/resources/Radar/ValueListItems.js.map +1 -0
  1265. package/node_modules/stripe/esm/resources/Radar/ValueLists.d.ts +168 -0
  1266. package/node_modules/stripe/esm/resources/Radar/ValueLists.js +37 -0
  1267. package/node_modules/stripe/esm/resources/Radar/ValueLists.js.map +1 -0
  1268. package/node_modules/stripe/esm/resources/Radar/index.d.ts +37 -0
  1269. package/node_modules/stripe/esm/resources/Radar/index.js +15 -0
  1270. package/node_modules/stripe/esm/resources/Radar/index.js.map +1 -0
  1271. package/node_modules/stripe/esm/resources/Refunds.d.ts +505 -0
  1272. package/node_modules/stripe/esm/resources/Refunds.js +51 -0
  1273. package/node_modules/stripe/esm/resources/Refunds.js.map +1 -0
  1274. package/node_modules/stripe/esm/resources/Reporting/ReportRuns.d.ts +174 -0
  1275. package/node_modules/stripe/esm/resources/Reporting/ReportRuns.js +25 -0
  1276. package/node_modules/stripe/esm/resources/Reporting/ReportRuns.js.map +1 -0
  1277. package/node_modules/stripe/esm/resources/Reporting/ReportTypes.d.ts +66 -0
  1278. package/node_modules/stripe/esm/resources/Reporting/ReportTypes.js +19 -0
  1279. package/node_modules/stripe/esm/resources/Reporting/ReportTypes.js.map +1 -0
  1280. package/node_modules/stripe/esm/resources/Reporting/index.d.ts +20 -0
  1281. package/node_modules/stripe/esm/resources/Reporting/index.js +11 -0
  1282. package/node_modules/stripe/esm/resources/Reporting/index.js.map +1 -0
  1283. package/node_modules/stripe/esm/resources/Reserve/Holds.d.ts +91 -0
  1284. package/node_modules/stripe/esm/resources/Reserve/Holds.js +3 -0
  1285. package/node_modules/stripe/esm/resources/Reserve/Holds.js.map +1 -0
  1286. package/node_modules/stripe/esm/resources/Reserve/Plans.d.ts +74 -0
  1287. package/node_modules/stripe/esm/resources/Reserve/Plans.js +3 -0
  1288. package/node_modules/stripe/esm/resources/Reserve/Plans.js.map +1 -0
  1289. package/node_modules/stripe/esm/resources/Reserve/Releases.d.ts +77 -0
  1290. package/node_modules/stripe/esm/resources/Reserve/Releases.js +3 -0
  1291. package/node_modules/stripe/esm/resources/Reserve/Releases.js.map +1 -0
  1292. package/node_modules/stripe/esm/resources/Reserve/index.d.ts +13 -0
  1293. package/node_modules/stripe/esm/resources/Reserve/index.js +4 -0
  1294. package/node_modules/stripe/esm/resources/Reserve/index.js.map +1 -0
  1295. package/node_modules/stripe/esm/resources/ReserveTransactions.d.ts +19 -0
  1296. package/node_modules/stripe/esm/resources/ReserveTransactions.js +3 -0
  1297. package/node_modules/stripe/esm/resources/ReserveTransactions.js.map +1 -0
  1298. package/node_modules/stripe/esm/resources/Reviews.d.ts +143 -0
  1299. package/node_modules/stripe/esm/resources/Reviews.js +25 -0
  1300. package/node_modules/stripe/esm/resources/Reviews.js.map +1 -0
  1301. package/node_modules/stripe/esm/resources/SetupAttempts.d.ts +552 -0
  1302. package/node_modules/stripe/esm/resources/SetupAttempts.js +13 -0
  1303. package/node_modules/stripe/esm/resources/SetupAttempts.js.map +1 -0
  1304. package/node_modules/stripe/esm/resources/SetupIntents.d.ts +4572 -0
  1305. package/node_modules/stripe/esm/resources/SetupIntents.js +71 -0
  1306. package/node_modules/stripe/esm/resources/SetupIntents.js.map +1 -0
  1307. package/node_modules/stripe/esm/resources/ShippingRates.d.ts +319 -0
  1308. package/node_modules/stripe/esm/resources/ShippingRates.js +31 -0
  1309. package/node_modules/stripe/esm/resources/ShippingRates.js.map +1 -0
  1310. package/node_modules/stripe/esm/resources/Sigma/ScheduledQueryRuns.d.ts +81 -0
  1311. package/node_modules/stripe/esm/resources/Sigma/ScheduledQueryRuns.js +19 -0
  1312. package/node_modules/stripe/esm/resources/Sigma/ScheduledQueryRuns.js.map +1 -0
  1313. package/node_modules/stripe/esm/resources/Sigma/index.d.ts +13 -0
  1314. package/node_modules/stripe/esm/resources/Sigma/index.js +9 -0
  1315. package/node_modules/stripe/esm/resources/Sigma/index.js.map +1 -0
  1316. package/node_modules/stripe/esm/resources/SourceMandateNotifications.d.ts +79 -0
  1317. package/node_modules/stripe/esm/resources/SourceMandateNotifications.js +3 -0
  1318. package/node_modules/stripe/esm/resources/SourceMandateNotifications.js.map +1 -0
  1319. package/node_modules/stripe/esm/resources/SourceTransactions.d.ts +140 -0
  1320. package/node_modules/stripe/esm/resources/SourceTransactions.js +3 -0
  1321. package/node_modules/stripe/esm/resources/SourceTransactions.js.map +1 -0
  1322. package/node_modules/stripe/esm/resources/Sources.d.ts +918 -0
  1323. package/node_modules/stripe/esm/resources/Sources.js +39 -0
  1324. package/node_modules/stripe/esm/resources/Sources.js.map +1 -0
  1325. package/node_modules/stripe/esm/resources/SubscriptionItems.d.ts +403 -0
  1326. package/node_modules/stripe/esm/resources/SubscriptionItems.js +398 -0
  1327. package/node_modules/stripe/esm/resources/SubscriptionItems.js.map +1 -0
  1328. package/node_modules/stripe/esm/resources/SubscriptionSchedules.d.ts +1790 -0
  1329. package/node_modules/stripe/esm/resources/SubscriptionSchedules.js +127 -0
  1330. package/node_modules/stripe/esm/resources/SubscriptionSchedules.js.map +1 -0
  1331. package/node_modules/stripe/esm/resources/Subscriptions.d.ts +2785 -0
  1332. package/node_modules/stripe/esm/resources/Subscriptions.js +944 -0
  1333. package/node_modules/stripe/esm/resources/Subscriptions.js.map +1 -0
  1334. package/node_modules/stripe/esm/resources/Tax/Associations.d.ts +73 -0
  1335. package/node_modules/stripe/esm/resources/Tax/Associations.js +11 -0
  1336. package/node_modules/stripe/esm/resources/Tax/Associations.js.map +1 -0
  1337. package/node_modules/stripe/esm/resources/Tax/CalculationLineItems.d.ts +119 -0
  1338. package/node_modules/stripe/esm/resources/Tax/CalculationLineItems.js +3 -0
  1339. package/node_modules/stripe/esm/resources/Tax/CalculationLineItems.js.map +1 -0
  1340. package/node_modules/stripe/esm/resources/Tax/Calculations.d.ts +485 -0
  1341. package/node_modules/stripe/esm/resources/Tax/Calculations.js +25 -0
  1342. package/node_modules/stripe/esm/resources/Tax/Calculations.js.map +1 -0
  1343. package/node_modules/stripe/esm/resources/Tax/Registrations.d.ts +3298 -0
  1344. package/node_modules/stripe/esm/resources/Tax/Registrations.js +33 -0
  1345. package/node_modules/stripe/esm/resources/Tax/Registrations.js.map +1 -0
  1346. package/node_modules/stripe/esm/resources/Tax/Settings.d.ts +116 -0
  1347. package/node_modules/stripe/esm/resources/Tax/Settings.js +17 -0
  1348. package/node_modules/stripe/esm/resources/Tax/Settings.js.map +1 -0
  1349. package/node_modules/stripe/esm/resources/Tax/TransactionLineItems.d.ts +65 -0
  1350. package/node_modules/stripe/esm/resources/Tax/TransactionLineItems.js +3 -0
  1351. package/node_modules/stripe/esm/resources/Tax/TransactionLineItems.js.map +1 -0
  1352. package/node_modules/stripe/esm/resources/Tax/Transactions.d.ts +345 -0
  1353. package/node_modules/stripe/esm/resources/Tax/Transactions.js +31 -0
  1354. package/node_modules/stripe/esm/resources/Tax/Transactions.js.map +1 -0
  1355. package/node_modules/stripe/esm/resources/Tax/index.d.ts +47 -0
  1356. package/node_modules/stripe/esm/resources/Tax/index.js +17 -0
  1357. package/node_modules/stripe/esm/resources/Tax/index.js.map +1 -0
  1358. package/node_modules/stripe/esm/resources/TaxCodes.d.ts +43 -0
  1359. package/node_modules/stripe/esm/resources/TaxCodes.js +19 -0
  1360. package/node_modules/stripe/esm/resources/TaxCodes.js.map +1 -0
  1361. package/node_modules/stripe/esm/resources/TaxDeductedAtSources.d.ts +22 -0
  1362. package/node_modules/stripe/esm/resources/TaxDeductedAtSources.js +3 -0
  1363. package/node_modules/stripe/esm/resources/TaxDeductedAtSources.js.map +1 -0
  1364. package/node_modules/stripe/esm/resources/TaxIds.d.ts +216 -0
  1365. package/node_modules/stripe/esm/resources/TaxIds.js +31 -0
  1366. package/node_modules/stripe/esm/resources/TaxIds.js.map +1 -0
  1367. package/node_modules/stripe/esm/resources/TaxRates.d.ts +226 -0
  1368. package/node_modules/stripe/esm/resources/TaxRates.js +31 -0
  1369. package/node_modules/stripe/esm/resources/TaxRates.js.map +1 -0
  1370. package/node_modules/stripe/esm/resources/Terminal/Configurations.d.ts +1761 -0
  1371. package/node_modules/stripe/esm/resources/Terminal/Configurations.js +37 -0
  1372. package/node_modules/stripe/esm/resources/Terminal/Configurations.js.map +1 -0
  1373. package/node_modules/stripe/esm/resources/Terminal/ConnectionTokens.d.ts +34 -0
  1374. package/node_modules/stripe/esm/resources/Terminal/ConnectionTokens.js +11 -0
  1375. package/node_modules/stripe/esm/resources/Terminal/ConnectionTokens.js.map +1 -0
  1376. package/node_modules/stripe/esm/resources/Terminal/Locations.d.ts +283 -0
  1377. package/node_modules/stripe/esm/resources/Terminal/Locations.js +38 -0
  1378. package/node_modules/stripe/esm/resources/Terminal/Locations.js.map +1 -0
  1379. package/node_modules/stripe/esm/resources/Terminal/OnboardingLinks.d.ts +87 -0
  1380. package/node_modules/stripe/esm/resources/Terminal/OnboardingLinks.js +11 -0
  1381. package/node_modules/stripe/esm/resources/Terminal/OnboardingLinks.js.map +1 -0
  1382. package/node_modules/stripe/esm/resources/Terminal/Readers.d.ts +1151 -0
  1383. package/node_modules/stripe/esm/resources/Terminal/Readers.js +85 -0
  1384. package/node_modules/stripe/esm/resources/Terminal/Readers.js.map +1 -0
  1385. package/node_modules/stripe/esm/resources/Terminal/index.d.ts +55 -0
  1386. package/node_modules/stripe/esm/resources/Terminal/index.js +17 -0
  1387. package/node_modules/stripe/esm/resources/Terminal/index.js.map +1 -0
  1388. package/node_modules/stripe/esm/resources/TestHelpers/ConfirmationTokens.d.ts +669 -0
  1389. package/node_modules/stripe/esm/resources/TestHelpers/ConfirmationTokens.js +11 -0
  1390. package/node_modules/stripe/esm/resources/TestHelpers/ConfirmationTokens.js.map +1 -0
  1391. package/node_modules/stripe/esm/resources/TestHelpers/Customers.d.ts +29 -0
  1392. package/node_modules/stripe/esm/resources/TestHelpers/Customers.js +11 -0
  1393. package/node_modules/stripe/esm/resources/TestHelpers/Customers.js.map +1 -0
  1394. package/node_modules/stripe/esm/resources/TestHelpers/Issuing/Authorizations.d.ts +806 -0
  1395. package/node_modules/stripe/esm/resources/TestHelpers/Issuing/Authorizations.js +1315 -0
  1396. package/node_modules/stripe/esm/resources/TestHelpers/Issuing/Authorizations.js.map +1 -0
  1397. package/node_modules/stripe/esm/resources/TestHelpers/Issuing/Cards.d.ts +75 -0
  1398. package/node_modules/stripe/esm/resources/TestHelpers/Issuing/Cards.js +35 -0
  1399. package/node_modules/stripe/esm/resources/TestHelpers/Issuing/Cards.js.map +1 -0
  1400. package/node_modules/stripe/esm/resources/TestHelpers/Issuing/PersonalizationDesigns.d.ts +67 -0
  1401. package/node_modules/stripe/esm/resources/TestHelpers/Issuing/PersonalizationDesigns.js +23 -0
  1402. package/node_modules/stripe/esm/resources/TestHelpers/Issuing/PersonalizationDesigns.js.map +1 -0
  1403. package/node_modules/stripe/esm/resources/TestHelpers/Issuing/Transactions.d.ts +582 -0
  1404. package/node_modules/stripe/esm/resources/TestHelpers/Issuing/Transactions.js +378 -0
  1405. package/node_modules/stripe/esm/resources/TestHelpers/Issuing/Transactions.js.map +1 -0
  1406. package/node_modules/stripe/esm/resources/TestHelpers/Issuing/index.d.ts +14 -0
  1407. package/node_modules/stripe/esm/resources/TestHelpers/Issuing/index.js +15 -0
  1408. package/node_modules/stripe/esm/resources/TestHelpers/Issuing/index.js.map +1 -0
  1409. package/node_modules/stripe/esm/resources/TestHelpers/Refunds.d.ts +17 -0
  1410. package/node_modules/stripe/esm/resources/TestHelpers/Refunds.js +11 -0
  1411. package/node_modules/stripe/esm/resources/TestHelpers/Refunds.js.map +1 -0
  1412. package/node_modules/stripe/esm/resources/TestHelpers/Terminal/Readers.d.ts +107 -0
  1413. package/node_modules/stripe/esm/resources/TestHelpers/Terminal/Readers.js +23 -0
  1414. package/node_modules/stripe/esm/resources/TestHelpers/Terminal/Readers.js.map +1 -0
  1415. package/node_modules/stripe/esm/resources/TestHelpers/Terminal/index.d.ts +8 -0
  1416. package/node_modules/stripe/esm/resources/TestHelpers/Terminal/index.js +9 -0
  1417. package/node_modules/stripe/esm/resources/TestHelpers/Terminal/index.js.map +1 -0
  1418. package/node_modules/stripe/esm/resources/TestHelpers/TestClocks.d.ts +144 -0
  1419. package/node_modules/stripe/esm/resources/TestHelpers/TestClocks.js +37 -0
  1420. package/node_modules/stripe/esm/resources/TestHelpers/TestClocks.js.map +1 -0
  1421. package/node_modules/stripe/esm/resources/TestHelpers/Treasury/InboundTransfers.d.ts +62 -0
  1422. package/node_modules/stripe/esm/resources/TestHelpers/Treasury/InboundTransfers.js +23 -0
  1423. package/node_modules/stripe/esm/resources/TestHelpers/Treasury/InboundTransfers.js.map +1 -0
  1424. package/node_modules/stripe/esm/resources/TestHelpers/Treasury/OutboundPayments.d.ts +119 -0
  1425. package/node_modules/stripe/esm/resources/TestHelpers/Treasury/OutboundPayments.js +29 -0
  1426. package/node_modules/stripe/esm/resources/TestHelpers/Treasury/OutboundPayments.js.map +1 -0
  1427. package/node_modules/stripe/esm/resources/TestHelpers/Treasury/OutboundTransfers.d.ts +119 -0
  1428. package/node_modules/stripe/esm/resources/TestHelpers/Treasury/OutboundTransfers.js +29 -0
  1429. package/node_modules/stripe/esm/resources/TestHelpers/Treasury/OutboundTransfers.js.map +1 -0
  1430. package/node_modules/stripe/esm/resources/TestHelpers/Treasury/ReceivedCredits.d.ts +72 -0
  1431. package/node_modules/stripe/esm/resources/TestHelpers/Treasury/ReceivedCredits.js +11 -0
  1432. package/node_modules/stripe/esm/resources/TestHelpers/Treasury/ReceivedCredits.js.map +1 -0
  1433. package/node_modules/stripe/esm/resources/TestHelpers/Treasury/ReceivedDebits.d.ts +71 -0
  1434. package/node_modules/stripe/esm/resources/TestHelpers/Treasury/ReceivedDebits.js +11 -0
  1435. package/node_modules/stripe/esm/resources/TestHelpers/Treasury/ReceivedDebits.js.map +1 -0
  1436. package/node_modules/stripe/esm/resources/TestHelpers/Treasury/index.d.ts +16 -0
  1437. package/node_modules/stripe/esm/resources/TestHelpers/Treasury/index.js +17 -0
  1438. package/node_modules/stripe/esm/resources/TestHelpers/Treasury/index.js.map +1 -0
  1439. package/node_modules/stripe/esm/resources/TestHelpers/index.d.ts +32 -0
  1440. package/node_modules/stripe/esm/resources/TestHelpers/index.js +21 -0
  1441. package/node_modules/stripe/esm/resources/TestHelpers/index.js.map +1 -0
  1442. package/node_modules/stripe/esm/resources/Tokens.d.ts +874 -0
  1443. package/node_modules/stripe/esm/resources/Tokens.js +18 -0
  1444. package/node_modules/stripe/esm/resources/Tokens.js.map +1 -0
  1445. package/node_modules/stripe/esm/resources/Topups.d.ts +195 -0
  1446. package/node_modules/stripe/esm/resources/Topups.js +37 -0
  1447. package/node_modules/stripe/esm/resources/Topups.js.map +1 -0
  1448. package/node_modules/stripe/esm/resources/TransferReversals.d.ts +46 -0
  1449. package/node_modules/stripe/esm/resources/TransferReversals.js +3 -0
  1450. package/node_modules/stripe/esm/resources/TransferReversals.js.map +1 -0
  1451. package/node_modules/stripe/esm/resources/Transfers.d.ts +242 -0
  1452. package/node_modules/stripe/esm/resources/Transfers.js +65 -0
  1453. package/node_modules/stripe/esm/resources/Transfers.js.map +1 -0
  1454. package/node_modules/stripe/esm/resources/Treasury/CreditReversals.d.ts +130 -0
  1455. package/node_modules/stripe/esm/resources/Treasury/CreditReversals.js +25 -0
  1456. package/node_modules/stripe/esm/resources/Treasury/CreditReversals.js.map +1 -0
  1457. package/node_modules/stripe/esm/resources/Treasury/DebitReversals.d.ts +145 -0
  1458. package/node_modules/stripe/esm/resources/Treasury/DebitReversals.js +25 -0
  1459. package/node_modules/stripe/esm/resources/Treasury/DebitReversals.js.map +1 -0
  1460. package/node_modules/stripe/esm/resources/Treasury/FinancialAccountFeatures.d.ts +400 -0
  1461. package/node_modules/stripe/esm/resources/Treasury/FinancialAccountFeatures.js +3 -0
  1462. package/node_modules/stripe/esm/resources/Treasury/FinancialAccountFeatures.js.map +1 -0
  1463. package/node_modules/stripe/esm/resources/Treasury/FinancialAccounts.d.ts +754 -0
  1464. package/node_modules/stripe/esm/resources/Treasury/FinancialAccounts.js +49 -0
  1465. package/node_modules/stripe/esm/resources/Treasury/FinancialAccounts.js.map +1 -0
  1466. package/node_modules/stripe/esm/resources/Treasury/InboundTransfers.d.ts +261 -0
  1467. package/node_modules/stripe/esm/resources/Treasury/InboundTransfers.js +31 -0
  1468. package/node_modules/stripe/esm/resources/Treasury/InboundTransfers.js.map +1 -0
  1469. package/node_modules/stripe/esm/resources/Treasury/OutboundPayments.d.ts +450 -0
  1470. package/node_modules/stripe/esm/resources/Treasury/OutboundPayments.js +31 -0
  1471. package/node_modules/stripe/esm/resources/Treasury/OutboundPayments.js.map +1 -0
  1472. package/node_modules/stripe/esm/resources/Treasury/OutboundTransfers.d.ts +344 -0
  1473. package/node_modules/stripe/esm/resources/Treasury/OutboundTransfers.js +31 -0
  1474. package/node_modules/stripe/esm/resources/Treasury/OutboundTransfers.js.map +1 -0
  1475. package/node_modules/stripe/esm/resources/Treasury/ReceivedCredits.d.ts +259 -0
  1476. package/node_modules/stripe/esm/resources/Treasury/ReceivedCredits.js +19 -0
  1477. package/node_modules/stripe/esm/resources/Treasury/ReceivedCredits.js.map +1 -0
  1478. package/node_modules/stripe/esm/resources/Treasury/ReceivedDebits.d.ts +200 -0
  1479. package/node_modules/stripe/esm/resources/Treasury/ReceivedDebits.js +19 -0
  1480. package/node_modules/stripe/esm/resources/Treasury/ReceivedDebits.js.map +1 -0
  1481. package/node_modules/stripe/esm/resources/Treasury/TransactionEntries.d.ts +185 -0
  1482. package/node_modules/stripe/esm/resources/Treasury/TransactionEntries.js +398 -0
  1483. package/node_modules/stripe/esm/resources/Treasury/TransactionEntries.js.map +1 -0
  1484. package/node_modules/stripe/esm/resources/Treasury/Transactions.d.ts +210 -0
  1485. package/node_modules/stripe/esm/resources/Treasury/Transactions.js +450 -0
  1486. package/node_modules/stripe/esm/resources/Treasury/Transactions.js.map +1 -0
  1487. package/node_modules/stripe/esm/resources/Treasury/index.d.ts +83 -0
  1488. package/node_modules/stripe/esm/resources/Treasury/index.js +27 -0
  1489. package/node_modules/stripe/esm/resources/Treasury/index.js.map +1 -0
  1490. package/node_modules/stripe/esm/resources/V2/Billing/MeterEventAdjustments.d.ts +77 -0
  1491. package/node_modules/stripe/esm/resources/V2/Billing/MeterEventAdjustments.js +11 -0
  1492. package/node_modules/stripe/esm/resources/V2/Billing/MeterEventAdjustments.js.map +1 -0
  1493. package/node_modules/stripe/esm/resources/V2/Billing/MeterEventSession.d.ts +41 -0
  1494. package/node_modules/stripe/esm/resources/V2/Billing/MeterEventSession.js +11 -0
  1495. package/node_modules/stripe/esm/resources/V2/Billing/MeterEventSession.js.map +1 -0
  1496. package/node_modules/stripe/esm/resources/V2/Billing/MeterEventStream.d.ts +48 -0
  1497. package/node_modules/stripe/esm/resources/V2/Billing/MeterEventStream.js +14 -0
  1498. package/node_modules/stripe/esm/resources/V2/Billing/MeterEventStream.js.map +1 -0
  1499. package/node_modules/stripe/esm/resources/V2/Billing/MeterEvents.d.ts +75 -0
  1500. package/node_modules/stripe/esm/resources/V2/Billing/MeterEvents.js +11 -0
  1501. package/node_modules/stripe/esm/resources/V2/Billing/MeterEvents.js.map +1 -0
  1502. package/node_modules/stripe/esm/resources/V2/Billing/index.d.ts +24 -0
  1503. package/node_modules/stripe/esm/resources/V2/Billing/index.js +15 -0
  1504. package/node_modules/stripe/esm/resources/V2/Billing/index.js.map +1 -0
  1505. package/node_modules/stripe/esm/resources/V2/Commerce/ProductCatalog/Imports.d.ts +99 -0
  1506. package/node_modules/stripe/esm/resources/V2/Commerce/ProductCatalog/Imports.js +152 -0
  1507. package/node_modules/stripe/esm/resources/V2/Commerce/ProductCatalog/Imports.js.map +1 -0
  1508. package/node_modules/stripe/esm/resources/V2/Commerce/ProductCatalog/index.d.ts +8 -0
  1509. package/node_modules/stripe/esm/resources/V2/Commerce/ProductCatalog/index.js +9 -0
  1510. package/node_modules/stripe/esm/resources/V2/Commerce/ProductCatalog/index.js.map +1 -0
  1511. package/node_modules/stripe/esm/resources/V2/Commerce/ProductCatalogImports.d.ts +184 -0
  1512. package/node_modules/stripe/esm/resources/V2/Commerce/ProductCatalogImports.js +3 -0
  1513. package/node_modules/stripe/esm/resources/V2/Commerce/ProductCatalogImports.js.map +1 -0
  1514. package/node_modules/stripe/esm/resources/V2/Commerce/index.d.ts +13 -0
  1515. package/node_modules/stripe/esm/resources/V2/Commerce/index.js +9 -0
  1516. package/node_modules/stripe/esm/resources/V2/Commerce/index.js.map +1 -0
  1517. package/node_modules/stripe/esm/resources/V2/Core/AccountLinks.d.ts +231 -0
  1518. package/node_modules/stripe/esm/resources/V2/Core/AccountLinks.js +12 -0
  1519. package/node_modules/stripe/esm/resources/V2/Core/AccountLinks.js.map +1 -0
  1520. package/node_modules/stripe/esm/resources/V2/Core/AccountPersonTokens.d.ts +26 -0
  1521. package/node_modules/stripe/esm/resources/V2/Core/AccountPersonTokens.js +3 -0
  1522. package/node_modules/stripe/esm/resources/V2/Core/AccountPersonTokens.js.map +1 -0
  1523. package/node_modules/stripe/esm/resources/V2/Core/AccountPersons.d.ts +469 -0
  1524. package/node_modules/stripe/esm/resources/V2/Core/AccountPersons.js +3 -0
  1525. package/node_modules/stripe/esm/resources/V2/Core/AccountPersons.js.map +1 -0
  1526. package/node_modules/stripe/esm/resources/V2/Core/AccountTokens.d.ts +806 -0
  1527. package/node_modules/stripe/esm/resources/V2/Core/AccountTokens.js +43 -0
  1528. package/node_modules/stripe/esm/resources/V2/Core/AccountTokens.js.map +1 -0
  1529. package/node_modules/stripe/esm/resources/V2/Core/Accounts/PersonTokens.d.ts +379 -0
  1530. package/node_modules/stripe/esm/resources/V2/Core/Accounts/PersonTokens.js +30 -0
  1531. package/node_modules/stripe/esm/resources/V2/Core/Accounts/PersonTokens.js.map +1 -0
  1532. package/node_modules/stripe/esm/resources/V2/Core/Accounts/Persons.d.ts +884 -0
  1533. package/node_modules/stripe/esm/resources/V2/Core/Accounts/Persons.js +107 -0
  1534. package/node_modules/stripe/esm/resources/V2/Core/Accounts/Persons.js.map +1 -0
  1535. package/node_modules/stripe/esm/resources/V2/Core/Accounts.d.ts +7070 -0
  1536. package/node_modules/stripe/esm/resources/V2/Core/Accounts.js +195 -0
  1537. package/node_modules/stripe/esm/resources/V2/Core/Accounts.js.map +1 -0
  1538. package/node_modules/stripe/esm/resources/V2/Core/EventDestinations.d.ts +370 -0
  1539. package/node_modules/stripe/esm/resources/V2/Core/EventDestinations.js +55 -0
  1540. package/node_modules/stripe/esm/resources/V2/Core/EventDestinations.js.map +1 -0
  1541. package/node_modules/stripe/esm/resources/V2/Core/Events.d.ts +704 -0
  1542. package/node_modules/stripe/esm/resources/V2/Core/Events.js +55 -0
  1543. package/node_modules/stripe/esm/resources/V2/Core/Events.js.map +1 -0
  1544. package/node_modules/stripe/esm/resources/V2/Core/index.d.ts +51 -0
  1545. package/node_modules/stripe/esm/resources/V2/Core/index.js +17 -0
  1546. package/node_modules/stripe/esm/resources/V2/Core/index.js.map +1 -0
  1547. package/node_modules/stripe/esm/resources/V2/DeletedObject.d.ts +10 -0
  1548. package/node_modules/stripe/esm/resources/V2/DeletedObject.js +3 -0
  1549. package/node_modules/stripe/esm/resources/V2/DeletedObject.js.map +1 -0
  1550. package/node_modules/stripe/esm/resources/V2/V2Amounts.d.ts +4 -0
  1551. package/node_modules/stripe/esm/resources/V2/V2Amounts.js +2 -0
  1552. package/node_modules/stripe/esm/resources/V2/V2Amounts.js.map +1 -0
  1553. package/node_modules/stripe/esm/resources/V2/index.d.ts +19 -0
  1554. package/node_modules/stripe/esm/resources/V2/index.js +13 -0
  1555. package/node_modules/stripe/esm/resources/V2/index.js.map +1 -0
  1556. package/node_modules/stripe/esm/resources/WebhookEndpoints.d.ts +170 -0
  1557. package/node_modules/stripe/esm/resources/WebhookEndpoints.js +37 -0
  1558. package/node_modules/stripe/esm/resources/WebhookEndpoints.js.map +1 -0
  1559. package/node_modules/stripe/esm/resources.d.ts +76 -0
  1560. package/node_modules/stripe/esm/resources.js +271 -0
  1561. package/node_modules/stripe/esm/resources.js.map +1 -0
  1562. package/node_modules/stripe/esm/shared.d.ts +152 -0
  1563. package/node_modules/stripe/esm/shared.js +2 -0
  1564. package/node_modules/stripe/esm/shared.js.map +1 -0
  1565. package/node_modules/stripe/esm/stripe.core.d.ts +497 -0
  1566. package/node_modules/stripe/esm/stripe.core.js +625 -0
  1567. package/node_modules/stripe/esm/stripe.core.js.map +1 -0
  1568. package/node_modules/stripe/esm/stripe.esm.node.d.ts +497 -0
  1569. package/node_modules/stripe/esm/stripe.esm.node.js +622 -0
  1570. package/node_modules/stripe/esm/stripe.esm.node.js.map +1 -0
  1571. package/node_modules/stripe/esm/stripe.esm.worker.d.ts +4 -0
  1572. package/node_modules/stripe/esm/stripe.esm.worker.js +8 -0
  1573. package/node_modules/stripe/esm/stripe.esm.worker.js.map +1 -0
  1574. package/node_modules/stripe/esm/utils.d.ts +77 -0
  1575. package/node_modules/stripe/esm/utils.js +379 -0
  1576. package/node_modules/stripe/esm/utils.js.map +1 -0
  1577. package/node_modules/stripe/package.json +102 -0
  1578. package/package.json +2 -1
@@ -0,0 +1,3298 @@
1
+ import { StripeResource } from '../../StripeResource.js';
2
+ import { Emptyable, PaginationParams } from '../../shared.js';
3
+ import { RequestOptions, ApiListPromise, Response } from '../../lib.js';
4
+ export declare class RegistrationResource extends StripeResource {
5
+ /**
6
+ * Returns a list of Tax Registration objects.
7
+ */
8
+ list(params?: Tax.RegistrationListParams, options?: RequestOptions): ApiListPromise<Registration>;
9
+ /**
10
+ * Creates a new Tax Registration object.
11
+ */
12
+ create(params: Tax.RegistrationCreateParams, options?: RequestOptions): Promise<Response<Registration>>;
13
+ /**
14
+ * Returns a Tax Registration object.
15
+ */
16
+ retrieve(id: string, params?: Tax.RegistrationRetrieveParams, options?: RequestOptions): Promise<Response<Registration>>;
17
+ /**
18
+ * Updates an existing Tax Registration object.
19
+ *
20
+ * A registration cannot be deleted after it has been created. If you wish to end a registration you may do so by setting expires_at.
21
+ */
22
+ update(id: string, params?: Tax.RegistrationUpdateParams, options?: RequestOptions): Promise<Response<Registration>>;
23
+ }
24
+ export interface Registration {
25
+ /**
26
+ * Unique identifier for the object.
27
+ */
28
+ id: string;
29
+ /**
30
+ * String representing the object's type. Objects of the same type share the same value.
31
+ */
32
+ object: 'tax.registration';
33
+ /**
34
+ * Time at which the registration becomes active. Measured in seconds since the Unix epoch.
35
+ */
36
+ active_from: number;
37
+ /**
38
+ * Two-letter country code ([ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2)).
39
+ */
40
+ country: string;
41
+ country_options: Registration.CountryOptions;
42
+ /**
43
+ * Time at which the object was created. Measured in seconds since the Unix epoch.
44
+ */
45
+ created: number;
46
+ /**
47
+ * If set, the registration stops being active at this time. If not set, the registration will be active indefinitely. Measured in seconds since the Unix epoch.
48
+ */
49
+ expires_at: number | null;
50
+ /**
51
+ * If the object exists in live mode, the value is `true`. If the object exists in test mode, the value is `false`.
52
+ */
53
+ livemode: boolean;
54
+ /**
55
+ * The status of the registration. This field is present for convenience and can be deduced from `active_from` and `expires_at`.
56
+ */
57
+ status: Registration.Status;
58
+ }
59
+ export declare namespace Registration {
60
+ interface CountryOptions {
61
+ ae?: CountryOptions.Ae;
62
+ al?: CountryOptions.Al;
63
+ am?: CountryOptions.Am;
64
+ ao?: CountryOptions.Ao;
65
+ at?: CountryOptions.At;
66
+ au?: CountryOptions.Au;
67
+ aw?: CountryOptions.Aw;
68
+ az?: CountryOptions.Az;
69
+ ba?: CountryOptions.Ba;
70
+ bb?: CountryOptions.Bb;
71
+ bd?: CountryOptions.Bd;
72
+ be?: CountryOptions.Be;
73
+ bf?: CountryOptions.Bf;
74
+ bg?: CountryOptions.Bg;
75
+ bh?: CountryOptions.Bh;
76
+ bj?: CountryOptions.Bj;
77
+ bs?: CountryOptions.Bs;
78
+ by?: CountryOptions.By;
79
+ ca?: CountryOptions.Ca;
80
+ cd?: CountryOptions.Cd;
81
+ ch?: CountryOptions.Ch;
82
+ cl?: CountryOptions.Cl;
83
+ cm?: CountryOptions.Cm;
84
+ co?: CountryOptions.Co;
85
+ cr?: CountryOptions.Cr;
86
+ cv?: CountryOptions.Cv;
87
+ cy?: CountryOptions.Cy;
88
+ cz?: CountryOptions.Cz;
89
+ de?: CountryOptions.De;
90
+ dk?: CountryOptions.Dk;
91
+ ec?: CountryOptions.Ec;
92
+ ee?: CountryOptions.Ee;
93
+ eg?: CountryOptions.Eg;
94
+ es?: CountryOptions.Es;
95
+ et?: CountryOptions.Et;
96
+ fi?: CountryOptions.Fi;
97
+ fr?: CountryOptions.Fr;
98
+ gb?: CountryOptions.Gb;
99
+ ge?: CountryOptions.Ge;
100
+ gn?: CountryOptions.Gn;
101
+ gr?: CountryOptions.Gr;
102
+ hr?: CountryOptions.Hr;
103
+ hu?: CountryOptions.Hu;
104
+ id?: CountryOptions.Id;
105
+ ie?: CountryOptions.Ie;
106
+ in?: CountryOptions.In;
107
+ is?: CountryOptions.Is;
108
+ it?: CountryOptions.It;
109
+ jp?: CountryOptions.Jp;
110
+ ke?: CountryOptions.Ke;
111
+ kg?: CountryOptions.Kg;
112
+ kh?: CountryOptions.Kh;
113
+ kr?: CountryOptions.Kr;
114
+ kz?: CountryOptions.Kz;
115
+ la?: CountryOptions.La;
116
+ lk?: CountryOptions.Lk;
117
+ lt?: CountryOptions.Lt;
118
+ lu?: CountryOptions.Lu;
119
+ lv?: CountryOptions.Lv;
120
+ ma?: CountryOptions.Ma;
121
+ md?: CountryOptions.Md;
122
+ me?: CountryOptions.Me;
123
+ mk?: CountryOptions.Mk;
124
+ mr?: CountryOptions.Mr;
125
+ mt?: CountryOptions.Mt;
126
+ mx?: CountryOptions.Mx;
127
+ my?: CountryOptions.My;
128
+ ng?: CountryOptions.Ng;
129
+ nl?: CountryOptions.Nl;
130
+ no?: CountryOptions.No;
131
+ np?: CountryOptions.Np;
132
+ nz?: CountryOptions.Nz;
133
+ om?: CountryOptions.Om;
134
+ pe?: CountryOptions.Pe;
135
+ ph?: CountryOptions.Ph;
136
+ pl?: CountryOptions.Pl;
137
+ pt?: CountryOptions.Pt;
138
+ ro?: CountryOptions.Ro;
139
+ rs?: CountryOptions.Rs;
140
+ ru?: CountryOptions.Ru;
141
+ sa?: CountryOptions.Sa;
142
+ se?: CountryOptions.Se;
143
+ sg?: CountryOptions.Sg;
144
+ si?: CountryOptions.Si;
145
+ sk?: CountryOptions.Sk;
146
+ sn?: CountryOptions.Sn;
147
+ sr?: CountryOptions.Sr;
148
+ th?: CountryOptions.Th;
149
+ tj?: CountryOptions.Tj;
150
+ tr?: CountryOptions.Tr;
151
+ tw?: CountryOptions.Tw;
152
+ tz?: CountryOptions.Tz;
153
+ ua?: CountryOptions.Ua;
154
+ ug?: CountryOptions.Ug;
155
+ us?: CountryOptions.Us;
156
+ uy?: CountryOptions.Uy;
157
+ uz?: CountryOptions.Uz;
158
+ vn?: CountryOptions.Vn;
159
+ za?: CountryOptions.Za;
160
+ zm?: CountryOptions.Zm;
161
+ zw?: CountryOptions.Zw;
162
+ }
163
+ type Status = 'active' | 'expired' | 'scheduled';
164
+ namespace CountryOptions {
165
+ interface Ae {
166
+ standard?: Ae.Standard;
167
+ /**
168
+ * Type of registration in `country`.
169
+ */
170
+ type: 'standard';
171
+ }
172
+ interface Al {
173
+ /**
174
+ * Type of registration in `country`.
175
+ */
176
+ type: 'standard';
177
+ }
178
+ interface Am {
179
+ /**
180
+ * Type of registration in `country`.
181
+ */
182
+ type: 'simplified';
183
+ }
184
+ interface Ao {
185
+ /**
186
+ * Type of registration in `country`.
187
+ */
188
+ type: 'standard';
189
+ }
190
+ interface At {
191
+ standard?: At.Standard;
192
+ /**
193
+ * Type of registration in an EU country.
194
+ */
195
+ type: At.Type;
196
+ }
197
+ interface Au {
198
+ standard?: Au.Standard;
199
+ /**
200
+ * Type of registration in `country`.
201
+ */
202
+ type: 'standard';
203
+ }
204
+ interface Aw {
205
+ /**
206
+ * Type of registration in `country`.
207
+ */
208
+ type: 'standard';
209
+ }
210
+ interface Az {
211
+ /**
212
+ * Type of registration in `country`.
213
+ */
214
+ type: 'simplified';
215
+ }
216
+ interface Ba {
217
+ /**
218
+ * Type of registration in `country`.
219
+ */
220
+ type: 'standard';
221
+ }
222
+ interface Bb {
223
+ /**
224
+ * Type of registration in `country`.
225
+ */
226
+ type: 'standard';
227
+ }
228
+ interface Bd {
229
+ /**
230
+ * Type of registration in `country`.
231
+ */
232
+ type: 'standard';
233
+ }
234
+ interface Be {
235
+ standard?: Be.Standard;
236
+ /**
237
+ * Type of registration in an EU country.
238
+ */
239
+ type: Be.Type;
240
+ }
241
+ interface Bf {
242
+ /**
243
+ * Type of registration in `country`.
244
+ */
245
+ type: 'standard';
246
+ }
247
+ interface Bg {
248
+ standard?: Bg.Standard;
249
+ /**
250
+ * Type of registration in an EU country.
251
+ */
252
+ type: Bg.Type;
253
+ }
254
+ interface Bh {
255
+ /**
256
+ * Type of registration in `country`.
257
+ */
258
+ type: 'standard';
259
+ }
260
+ interface Bj {
261
+ /**
262
+ * Type of registration in `country`.
263
+ */
264
+ type: 'simplified';
265
+ }
266
+ interface Bs {
267
+ /**
268
+ * Type of registration in `country`.
269
+ */
270
+ type: 'standard';
271
+ }
272
+ interface By {
273
+ /**
274
+ * Type of registration in `country`.
275
+ */
276
+ type: 'simplified';
277
+ }
278
+ interface Ca {
279
+ province_standard?: Ca.ProvinceStandard;
280
+ /**
281
+ * Type of registration in Canada.
282
+ */
283
+ type: Ca.Type;
284
+ }
285
+ interface Cd {
286
+ /**
287
+ * Type of registration in `country`.
288
+ */
289
+ type: 'standard';
290
+ }
291
+ interface Ch {
292
+ standard?: Ch.Standard;
293
+ /**
294
+ * Type of registration in `country`.
295
+ */
296
+ type: 'standard';
297
+ }
298
+ interface Cl {
299
+ /**
300
+ * Type of registration in `country`.
301
+ */
302
+ type: 'simplified';
303
+ }
304
+ interface Cm {
305
+ /**
306
+ * Type of registration in `country`.
307
+ */
308
+ type: 'simplified';
309
+ }
310
+ interface Co {
311
+ /**
312
+ * Type of registration in `country`.
313
+ */
314
+ type: 'simplified';
315
+ }
316
+ interface Cr {
317
+ /**
318
+ * Type of registration in `country`.
319
+ */
320
+ type: 'simplified';
321
+ }
322
+ interface Cv {
323
+ /**
324
+ * Type of registration in `country`.
325
+ */
326
+ type: 'simplified';
327
+ }
328
+ interface Cy {
329
+ standard?: Cy.Standard;
330
+ /**
331
+ * Type of registration in an EU country.
332
+ */
333
+ type: Cy.Type;
334
+ }
335
+ interface Cz {
336
+ standard?: Cz.Standard;
337
+ /**
338
+ * Type of registration in an EU country.
339
+ */
340
+ type: Cz.Type;
341
+ }
342
+ interface De {
343
+ standard?: De.Standard;
344
+ /**
345
+ * Type of registration in an EU country.
346
+ */
347
+ type: De.Type;
348
+ }
349
+ interface Dk {
350
+ standard?: Dk.Standard;
351
+ /**
352
+ * Type of registration in an EU country.
353
+ */
354
+ type: Dk.Type;
355
+ }
356
+ interface Ec {
357
+ /**
358
+ * Type of registration in `country`.
359
+ */
360
+ type: 'simplified';
361
+ }
362
+ interface Ee {
363
+ standard?: Ee.Standard;
364
+ /**
365
+ * Type of registration in an EU country.
366
+ */
367
+ type: Ee.Type;
368
+ }
369
+ interface Eg {
370
+ /**
371
+ * Type of registration in `country`.
372
+ */
373
+ type: 'simplified';
374
+ }
375
+ interface Es {
376
+ standard?: Es.Standard;
377
+ /**
378
+ * Type of registration in an EU country.
379
+ */
380
+ type: Es.Type;
381
+ }
382
+ interface Et {
383
+ /**
384
+ * Type of registration in `country`.
385
+ */
386
+ type: 'standard';
387
+ }
388
+ interface Fi {
389
+ standard?: Fi.Standard;
390
+ /**
391
+ * Type of registration in an EU country.
392
+ */
393
+ type: Fi.Type;
394
+ }
395
+ interface Fr {
396
+ standard?: Fr.Standard;
397
+ /**
398
+ * Type of registration in an EU country.
399
+ */
400
+ type: Fr.Type;
401
+ }
402
+ interface Gb {
403
+ standard?: Gb.Standard;
404
+ /**
405
+ * Type of registration in `country`.
406
+ */
407
+ type: 'standard';
408
+ }
409
+ interface Ge {
410
+ /**
411
+ * Type of registration in `country`.
412
+ */
413
+ type: 'simplified';
414
+ }
415
+ interface Gn {
416
+ /**
417
+ * Type of registration in `country`.
418
+ */
419
+ type: 'standard';
420
+ }
421
+ interface Gr {
422
+ standard?: Gr.Standard;
423
+ /**
424
+ * Type of registration in an EU country.
425
+ */
426
+ type: Gr.Type;
427
+ }
428
+ interface Hr {
429
+ standard?: Hr.Standard;
430
+ /**
431
+ * Type of registration in an EU country.
432
+ */
433
+ type: Hr.Type;
434
+ }
435
+ interface Hu {
436
+ standard?: Hu.Standard;
437
+ /**
438
+ * Type of registration in an EU country.
439
+ */
440
+ type: Hu.Type;
441
+ }
442
+ interface Id {
443
+ /**
444
+ * Type of registration in `country`.
445
+ */
446
+ type: 'simplified';
447
+ }
448
+ interface Ie {
449
+ standard?: Ie.Standard;
450
+ /**
451
+ * Type of registration in an EU country.
452
+ */
453
+ type: Ie.Type;
454
+ }
455
+ interface In {
456
+ /**
457
+ * Type of registration in `country`.
458
+ */
459
+ type: 'simplified';
460
+ }
461
+ interface Is {
462
+ /**
463
+ * Type of registration in `country`.
464
+ */
465
+ type: 'standard';
466
+ }
467
+ interface It {
468
+ standard?: It.Standard;
469
+ /**
470
+ * Type of registration in an EU country.
471
+ */
472
+ type: It.Type;
473
+ }
474
+ interface Jp {
475
+ standard?: Jp.Standard;
476
+ /**
477
+ * Type of registration in `country`.
478
+ */
479
+ type: 'standard';
480
+ }
481
+ interface Ke {
482
+ /**
483
+ * Type of registration in `country`.
484
+ */
485
+ type: 'simplified';
486
+ }
487
+ interface Kg {
488
+ /**
489
+ * Type of registration in `country`.
490
+ */
491
+ type: 'simplified';
492
+ }
493
+ interface Kh {
494
+ /**
495
+ * Type of registration in `country`.
496
+ */
497
+ type: 'simplified';
498
+ }
499
+ interface Kr {
500
+ /**
501
+ * Type of registration in `country`.
502
+ */
503
+ type: 'simplified';
504
+ }
505
+ interface Kz {
506
+ /**
507
+ * Type of registration in `country`.
508
+ */
509
+ type: 'simplified';
510
+ }
511
+ interface La {
512
+ /**
513
+ * Type of registration in `country`.
514
+ */
515
+ type: 'simplified';
516
+ }
517
+ interface Lk {
518
+ /**
519
+ * Type of registration in `country`.
520
+ */
521
+ type: 'simplified';
522
+ }
523
+ interface Lt {
524
+ standard?: Lt.Standard;
525
+ /**
526
+ * Type of registration in an EU country.
527
+ */
528
+ type: Lt.Type;
529
+ }
530
+ interface Lu {
531
+ standard?: Lu.Standard;
532
+ /**
533
+ * Type of registration in an EU country.
534
+ */
535
+ type: Lu.Type;
536
+ }
537
+ interface Lv {
538
+ standard?: Lv.Standard;
539
+ /**
540
+ * Type of registration in an EU country.
541
+ */
542
+ type: Lv.Type;
543
+ }
544
+ interface Ma {
545
+ /**
546
+ * Type of registration in `country`.
547
+ */
548
+ type: 'simplified';
549
+ }
550
+ interface Md {
551
+ /**
552
+ * Type of registration in `country`.
553
+ */
554
+ type: 'simplified';
555
+ }
556
+ interface Me {
557
+ /**
558
+ * Type of registration in `country`.
559
+ */
560
+ type: 'standard';
561
+ }
562
+ interface Mk {
563
+ /**
564
+ * Type of registration in `country`.
565
+ */
566
+ type: 'standard';
567
+ }
568
+ interface Mr {
569
+ /**
570
+ * Type of registration in `country`.
571
+ */
572
+ type: 'standard';
573
+ }
574
+ interface Mt {
575
+ standard?: Mt.Standard;
576
+ /**
577
+ * Type of registration in an EU country.
578
+ */
579
+ type: Mt.Type;
580
+ }
581
+ interface Mx {
582
+ /**
583
+ * Type of registration in `country`.
584
+ */
585
+ type: 'simplified';
586
+ }
587
+ interface My {
588
+ /**
589
+ * Type of registration in `country`.
590
+ */
591
+ type: 'simplified';
592
+ }
593
+ interface Ng {
594
+ /**
595
+ * Type of registration in `country`.
596
+ */
597
+ type: 'simplified';
598
+ }
599
+ interface Nl {
600
+ standard?: Nl.Standard;
601
+ /**
602
+ * Type of registration in an EU country.
603
+ */
604
+ type: Nl.Type;
605
+ }
606
+ interface No {
607
+ standard?: No.Standard;
608
+ /**
609
+ * Type of registration in `country`.
610
+ */
611
+ type: 'standard';
612
+ }
613
+ interface Np {
614
+ /**
615
+ * Type of registration in `country`.
616
+ */
617
+ type: 'simplified';
618
+ }
619
+ interface Nz {
620
+ standard?: Nz.Standard;
621
+ /**
622
+ * Type of registration in `country`.
623
+ */
624
+ type: 'standard';
625
+ }
626
+ interface Om {
627
+ /**
628
+ * Type of registration in `country`.
629
+ */
630
+ type: 'standard';
631
+ }
632
+ interface Pe {
633
+ /**
634
+ * Type of registration in `country`.
635
+ */
636
+ type: 'simplified';
637
+ }
638
+ interface Ph {
639
+ /**
640
+ * Type of registration in `country`.
641
+ */
642
+ type: 'simplified';
643
+ }
644
+ interface Pl {
645
+ standard?: Pl.Standard;
646
+ /**
647
+ * Type of registration in an EU country.
648
+ */
649
+ type: Pl.Type;
650
+ }
651
+ interface Pt {
652
+ standard?: Pt.Standard;
653
+ /**
654
+ * Type of registration in an EU country.
655
+ */
656
+ type: Pt.Type;
657
+ }
658
+ interface Ro {
659
+ standard?: Ro.Standard;
660
+ /**
661
+ * Type of registration in an EU country.
662
+ */
663
+ type: Ro.Type;
664
+ }
665
+ interface Rs {
666
+ /**
667
+ * Type of registration in `country`.
668
+ */
669
+ type: 'standard';
670
+ }
671
+ interface Ru {
672
+ /**
673
+ * Type of registration in `country`.
674
+ */
675
+ type: 'simplified';
676
+ }
677
+ interface Sa {
678
+ /**
679
+ * Type of registration in `country`.
680
+ */
681
+ type: 'simplified';
682
+ }
683
+ interface Se {
684
+ standard?: Se.Standard;
685
+ /**
686
+ * Type of registration in an EU country.
687
+ */
688
+ type: Se.Type;
689
+ }
690
+ interface Sg {
691
+ standard?: Sg.Standard;
692
+ /**
693
+ * Type of registration in `country`.
694
+ */
695
+ type: 'standard';
696
+ }
697
+ interface Si {
698
+ standard?: Si.Standard;
699
+ /**
700
+ * Type of registration in an EU country.
701
+ */
702
+ type: Si.Type;
703
+ }
704
+ interface Sk {
705
+ standard?: Sk.Standard;
706
+ /**
707
+ * Type of registration in an EU country.
708
+ */
709
+ type: Sk.Type;
710
+ }
711
+ interface Sn {
712
+ /**
713
+ * Type of registration in `country`.
714
+ */
715
+ type: 'simplified';
716
+ }
717
+ interface Sr {
718
+ /**
719
+ * Type of registration in `country`.
720
+ */
721
+ type: 'standard';
722
+ }
723
+ interface Th {
724
+ /**
725
+ * Type of registration in `country`.
726
+ */
727
+ type: 'simplified';
728
+ }
729
+ interface Tj {
730
+ /**
731
+ * Type of registration in `country`.
732
+ */
733
+ type: 'simplified';
734
+ }
735
+ interface Tr {
736
+ /**
737
+ * Type of registration in `country`.
738
+ */
739
+ type: 'simplified';
740
+ }
741
+ interface Tw {
742
+ /**
743
+ * Type of registration in `country`.
744
+ */
745
+ type: 'simplified';
746
+ }
747
+ interface Tz {
748
+ /**
749
+ * Type of registration in `country`.
750
+ */
751
+ type: 'simplified';
752
+ }
753
+ interface Ua {
754
+ /**
755
+ * Type of registration in `country`.
756
+ */
757
+ type: 'simplified';
758
+ }
759
+ interface Ug {
760
+ /**
761
+ * Type of registration in `country`.
762
+ */
763
+ type: 'simplified';
764
+ }
765
+ interface Us {
766
+ local_amusement_tax?: Us.LocalAmusementTax;
767
+ local_lease_tax?: Us.LocalLeaseTax;
768
+ /**
769
+ * Two-letter US state code ([ISO 3166-2](https://en.wikipedia.org/wiki/ISO_3166-2)).
770
+ */
771
+ state: string;
772
+ state_sales_tax?: Us.StateSalesTax;
773
+ /**
774
+ * Type of registration in the US.
775
+ */
776
+ type: Us.Type;
777
+ }
778
+ interface Uy {
779
+ /**
780
+ * Type of registration in `country`.
781
+ */
782
+ type: 'standard';
783
+ }
784
+ interface Uz {
785
+ /**
786
+ * Type of registration in `country`.
787
+ */
788
+ type: 'simplified';
789
+ }
790
+ interface Vn {
791
+ /**
792
+ * Type of registration in `country`.
793
+ */
794
+ type: 'simplified';
795
+ }
796
+ interface Za {
797
+ /**
798
+ * Type of registration in `country`.
799
+ */
800
+ type: 'standard';
801
+ }
802
+ interface Zm {
803
+ /**
804
+ * Type of registration in `country`.
805
+ */
806
+ type: 'simplified';
807
+ }
808
+ interface Zw {
809
+ /**
810
+ * Type of registration in `country`.
811
+ */
812
+ type: 'standard';
813
+ }
814
+ namespace Ae {
815
+ interface Standard {
816
+ /**
817
+ * Place of supply scheme used in an Default standard registration.
818
+ */
819
+ place_of_supply_scheme: Standard.PlaceOfSupplyScheme;
820
+ }
821
+ namespace Standard {
822
+ type PlaceOfSupplyScheme = 'inbound_goods' | 'standard';
823
+ }
824
+ }
825
+ namespace At {
826
+ interface Standard {
827
+ /**
828
+ * Place of supply scheme used in an EU standard registration.
829
+ */
830
+ place_of_supply_scheme: Standard.PlaceOfSupplyScheme;
831
+ }
832
+ type Type = 'ioss' | 'oss_non_union' | 'oss_union' | 'standard';
833
+ namespace Standard {
834
+ type PlaceOfSupplyScheme = 'inbound_goods' | 'small_seller' | 'standard';
835
+ }
836
+ }
837
+ namespace Au {
838
+ interface Standard {
839
+ /**
840
+ * Place of supply scheme used in an Default standard registration.
841
+ */
842
+ place_of_supply_scheme: Standard.PlaceOfSupplyScheme;
843
+ }
844
+ namespace Standard {
845
+ type PlaceOfSupplyScheme = 'inbound_goods' | 'standard';
846
+ }
847
+ }
848
+ namespace Be {
849
+ interface Standard {
850
+ /**
851
+ * Place of supply scheme used in an EU standard registration.
852
+ */
853
+ place_of_supply_scheme: Standard.PlaceOfSupplyScheme;
854
+ }
855
+ type Type = 'ioss' | 'oss_non_union' | 'oss_union' | 'standard';
856
+ namespace Standard {
857
+ type PlaceOfSupplyScheme = 'inbound_goods' | 'small_seller' | 'standard';
858
+ }
859
+ }
860
+ namespace Bg {
861
+ interface Standard {
862
+ /**
863
+ * Place of supply scheme used in an EU standard registration.
864
+ */
865
+ place_of_supply_scheme: Standard.PlaceOfSupplyScheme;
866
+ }
867
+ type Type = 'ioss' | 'oss_non_union' | 'oss_union' | 'standard';
868
+ namespace Standard {
869
+ type PlaceOfSupplyScheme = 'inbound_goods' | 'small_seller' | 'standard';
870
+ }
871
+ }
872
+ namespace Ca {
873
+ interface ProvinceStandard {
874
+ /**
875
+ * Two-letter CA province code ([ISO 3166-2](https://en.wikipedia.org/wiki/ISO_3166-2)).
876
+ */
877
+ province: string;
878
+ }
879
+ type Type = 'province_standard' | 'simplified' | 'standard';
880
+ }
881
+ namespace Ch {
882
+ interface Standard {
883
+ /**
884
+ * Place of supply scheme used in an Default standard registration.
885
+ */
886
+ place_of_supply_scheme: Standard.PlaceOfSupplyScheme;
887
+ }
888
+ namespace Standard {
889
+ type PlaceOfSupplyScheme = 'inbound_goods' | 'standard';
890
+ }
891
+ }
892
+ namespace Cy {
893
+ interface Standard {
894
+ /**
895
+ * Place of supply scheme used in an EU standard registration.
896
+ */
897
+ place_of_supply_scheme: Standard.PlaceOfSupplyScheme;
898
+ }
899
+ type Type = 'ioss' | 'oss_non_union' | 'oss_union' | 'standard';
900
+ namespace Standard {
901
+ type PlaceOfSupplyScheme = 'inbound_goods' | 'small_seller' | 'standard';
902
+ }
903
+ }
904
+ namespace Cz {
905
+ interface Standard {
906
+ /**
907
+ * Place of supply scheme used in an EU standard registration.
908
+ */
909
+ place_of_supply_scheme: Standard.PlaceOfSupplyScheme;
910
+ }
911
+ type Type = 'ioss' | 'oss_non_union' | 'oss_union' | 'standard';
912
+ namespace Standard {
913
+ type PlaceOfSupplyScheme = 'inbound_goods' | 'small_seller' | 'standard';
914
+ }
915
+ }
916
+ namespace De {
917
+ interface Standard {
918
+ /**
919
+ * Place of supply scheme used in an EU standard registration.
920
+ */
921
+ place_of_supply_scheme: Standard.PlaceOfSupplyScheme;
922
+ }
923
+ type Type = 'ioss' | 'oss_non_union' | 'oss_union' | 'standard';
924
+ namespace Standard {
925
+ type PlaceOfSupplyScheme = 'inbound_goods' | 'small_seller' | 'standard';
926
+ }
927
+ }
928
+ namespace Dk {
929
+ interface Standard {
930
+ /**
931
+ * Place of supply scheme used in an EU standard registration.
932
+ */
933
+ place_of_supply_scheme: Standard.PlaceOfSupplyScheme;
934
+ }
935
+ type Type = 'ioss' | 'oss_non_union' | 'oss_union' | 'standard';
936
+ namespace Standard {
937
+ type PlaceOfSupplyScheme = 'inbound_goods' | 'small_seller' | 'standard';
938
+ }
939
+ }
940
+ namespace Ee {
941
+ interface Standard {
942
+ /**
943
+ * Place of supply scheme used in an EU standard registration.
944
+ */
945
+ place_of_supply_scheme: Standard.PlaceOfSupplyScheme;
946
+ }
947
+ type Type = 'ioss' | 'oss_non_union' | 'oss_union' | 'standard';
948
+ namespace Standard {
949
+ type PlaceOfSupplyScheme = 'inbound_goods' | 'small_seller' | 'standard';
950
+ }
951
+ }
952
+ namespace Es {
953
+ interface Standard {
954
+ /**
955
+ * Place of supply scheme used in an EU standard registration.
956
+ */
957
+ place_of_supply_scheme: Standard.PlaceOfSupplyScheme;
958
+ }
959
+ type Type = 'ioss' | 'oss_non_union' | 'oss_union' | 'standard';
960
+ namespace Standard {
961
+ type PlaceOfSupplyScheme = 'inbound_goods' | 'small_seller' | 'standard';
962
+ }
963
+ }
964
+ namespace Fi {
965
+ interface Standard {
966
+ /**
967
+ * Place of supply scheme used in an EU standard registration.
968
+ */
969
+ place_of_supply_scheme: Standard.PlaceOfSupplyScheme;
970
+ }
971
+ type Type = 'ioss' | 'oss_non_union' | 'oss_union' | 'standard';
972
+ namespace Standard {
973
+ type PlaceOfSupplyScheme = 'inbound_goods' | 'small_seller' | 'standard';
974
+ }
975
+ }
976
+ namespace Fr {
977
+ interface Standard {
978
+ /**
979
+ * Place of supply scheme used in an EU standard registration.
980
+ */
981
+ place_of_supply_scheme: Standard.PlaceOfSupplyScheme;
982
+ }
983
+ type Type = 'ioss' | 'oss_non_union' | 'oss_union' | 'standard';
984
+ namespace Standard {
985
+ type PlaceOfSupplyScheme = 'inbound_goods' | 'small_seller' | 'standard';
986
+ }
987
+ }
988
+ namespace Gb {
989
+ interface Standard {
990
+ /**
991
+ * Place of supply scheme used in an Default standard registration.
992
+ */
993
+ place_of_supply_scheme: Standard.PlaceOfSupplyScheme;
994
+ }
995
+ namespace Standard {
996
+ type PlaceOfSupplyScheme = 'inbound_goods' | 'standard';
997
+ }
998
+ }
999
+ namespace Gr {
1000
+ interface Standard {
1001
+ /**
1002
+ * Place of supply scheme used in an EU standard registration.
1003
+ */
1004
+ place_of_supply_scheme: Standard.PlaceOfSupplyScheme;
1005
+ }
1006
+ type Type = 'ioss' | 'oss_non_union' | 'oss_union' | 'standard';
1007
+ namespace Standard {
1008
+ type PlaceOfSupplyScheme = 'inbound_goods' | 'small_seller' | 'standard';
1009
+ }
1010
+ }
1011
+ namespace Hr {
1012
+ interface Standard {
1013
+ /**
1014
+ * Place of supply scheme used in an EU standard registration.
1015
+ */
1016
+ place_of_supply_scheme: Standard.PlaceOfSupplyScheme;
1017
+ }
1018
+ type Type = 'ioss' | 'oss_non_union' | 'oss_union' | 'standard';
1019
+ namespace Standard {
1020
+ type PlaceOfSupplyScheme = 'inbound_goods' | 'small_seller' | 'standard';
1021
+ }
1022
+ }
1023
+ namespace Hu {
1024
+ interface Standard {
1025
+ /**
1026
+ * Place of supply scheme used in an EU standard registration.
1027
+ */
1028
+ place_of_supply_scheme: Standard.PlaceOfSupplyScheme;
1029
+ }
1030
+ type Type = 'ioss' | 'oss_non_union' | 'oss_union' | 'standard';
1031
+ namespace Standard {
1032
+ type PlaceOfSupplyScheme = 'inbound_goods' | 'small_seller' | 'standard';
1033
+ }
1034
+ }
1035
+ namespace Ie {
1036
+ interface Standard {
1037
+ /**
1038
+ * Place of supply scheme used in an EU standard registration.
1039
+ */
1040
+ place_of_supply_scheme: Standard.PlaceOfSupplyScheme;
1041
+ }
1042
+ type Type = 'ioss' | 'oss_non_union' | 'oss_union' | 'standard';
1043
+ namespace Standard {
1044
+ type PlaceOfSupplyScheme = 'inbound_goods' | 'small_seller' | 'standard';
1045
+ }
1046
+ }
1047
+ namespace It {
1048
+ interface Standard {
1049
+ /**
1050
+ * Place of supply scheme used in an EU standard registration.
1051
+ */
1052
+ place_of_supply_scheme: Standard.PlaceOfSupplyScheme;
1053
+ }
1054
+ type Type = 'ioss' | 'oss_non_union' | 'oss_union' | 'standard';
1055
+ namespace Standard {
1056
+ type PlaceOfSupplyScheme = 'inbound_goods' | 'small_seller' | 'standard';
1057
+ }
1058
+ }
1059
+ namespace Jp {
1060
+ interface Standard {
1061
+ /**
1062
+ * Place of supply scheme used in an Default standard registration.
1063
+ */
1064
+ place_of_supply_scheme: Standard.PlaceOfSupplyScheme;
1065
+ }
1066
+ namespace Standard {
1067
+ type PlaceOfSupplyScheme = 'inbound_goods' | 'standard';
1068
+ }
1069
+ }
1070
+ namespace Lt {
1071
+ interface Standard {
1072
+ /**
1073
+ * Place of supply scheme used in an EU standard registration.
1074
+ */
1075
+ place_of_supply_scheme: Standard.PlaceOfSupplyScheme;
1076
+ }
1077
+ type Type = 'ioss' | 'oss_non_union' | 'oss_union' | 'standard';
1078
+ namespace Standard {
1079
+ type PlaceOfSupplyScheme = 'inbound_goods' | 'small_seller' | 'standard';
1080
+ }
1081
+ }
1082
+ namespace Lu {
1083
+ interface Standard {
1084
+ /**
1085
+ * Place of supply scheme used in an EU standard registration.
1086
+ */
1087
+ place_of_supply_scheme: Standard.PlaceOfSupplyScheme;
1088
+ }
1089
+ type Type = 'ioss' | 'oss_non_union' | 'oss_union' | 'standard';
1090
+ namespace Standard {
1091
+ type PlaceOfSupplyScheme = 'inbound_goods' | 'small_seller' | 'standard';
1092
+ }
1093
+ }
1094
+ namespace Lv {
1095
+ interface Standard {
1096
+ /**
1097
+ * Place of supply scheme used in an EU standard registration.
1098
+ */
1099
+ place_of_supply_scheme: Standard.PlaceOfSupplyScheme;
1100
+ }
1101
+ type Type = 'ioss' | 'oss_non_union' | 'oss_union' | 'standard';
1102
+ namespace Standard {
1103
+ type PlaceOfSupplyScheme = 'inbound_goods' | 'small_seller' | 'standard';
1104
+ }
1105
+ }
1106
+ namespace Mt {
1107
+ interface Standard {
1108
+ /**
1109
+ * Place of supply scheme used in an EU standard registration.
1110
+ */
1111
+ place_of_supply_scheme: Standard.PlaceOfSupplyScheme;
1112
+ }
1113
+ type Type = 'ioss' | 'oss_non_union' | 'oss_union' | 'standard';
1114
+ namespace Standard {
1115
+ type PlaceOfSupplyScheme = 'inbound_goods' | 'small_seller' | 'standard';
1116
+ }
1117
+ }
1118
+ namespace Nl {
1119
+ interface Standard {
1120
+ /**
1121
+ * Place of supply scheme used in an EU standard registration.
1122
+ */
1123
+ place_of_supply_scheme: Standard.PlaceOfSupplyScheme;
1124
+ }
1125
+ type Type = 'ioss' | 'oss_non_union' | 'oss_union' | 'standard';
1126
+ namespace Standard {
1127
+ type PlaceOfSupplyScheme = 'inbound_goods' | 'small_seller' | 'standard';
1128
+ }
1129
+ }
1130
+ namespace No {
1131
+ interface Standard {
1132
+ /**
1133
+ * Place of supply scheme used in an Default standard registration.
1134
+ */
1135
+ place_of_supply_scheme: Standard.PlaceOfSupplyScheme;
1136
+ }
1137
+ namespace Standard {
1138
+ type PlaceOfSupplyScheme = 'inbound_goods' | 'standard';
1139
+ }
1140
+ }
1141
+ namespace Nz {
1142
+ interface Standard {
1143
+ /**
1144
+ * Place of supply scheme used in an Default standard registration.
1145
+ */
1146
+ place_of_supply_scheme: Standard.PlaceOfSupplyScheme;
1147
+ }
1148
+ namespace Standard {
1149
+ type PlaceOfSupplyScheme = 'inbound_goods' | 'standard';
1150
+ }
1151
+ }
1152
+ namespace Pl {
1153
+ interface Standard {
1154
+ /**
1155
+ * Place of supply scheme used in an EU standard registration.
1156
+ */
1157
+ place_of_supply_scheme: Standard.PlaceOfSupplyScheme;
1158
+ }
1159
+ type Type = 'ioss' | 'oss_non_union' | 'oss_union' | 'standard';
1160
+ namespace Standard {
1161
+ type PlaceOfSupplyScheme = 'inbound_goods' | 'small_seller' | 'standard';
1162
+ }
1163
+ }
1164
+ namespace Pt {
1165
+ interface Standard {
1166
+ /**
1167
+ * Place of supply scheme used in an EU standard registration.
1168
+ */
1169
+ place_of_supply_scheme: Standard.PlaceOfSupplyScheme;
1170
+ }
1171
+ type Type = 'ioss' | 'oss_non_union' | 'oss_union' | 'standard';
1172
+ namespace Standard {
1173
+ type PlaceOfSupplyScheme = 'inbound_goods' | 'small_seller' | 'standard';
1174
+ }
1175
+ }
1176
+ namespace Ro {
1177
+ interface Standard {
1178
+ /**
1179
+ * Place of supply scheme used in an EU standard registration.
1180
+ */
1181
+ place_of_supply_scheme: Standard.PlaceOfSupplyScheme;
1182
+ }
1183
+ type Type = 'ioss' | 'oss_non_union' | 'oss_union' | 'standard';
1184
+ namespace Standard {
1185
+ type PlaceOfSupplyScheme = 'inbound_goods' | 'small_seller' | 'standard';
1186
+ }
1187
+ }
1188
+ namespace Se {
1189
+ interface Standard {
1190
+ /**
1191
+ * Place of supply scheme used in an EU standard registration.
1192
+ */
1193
+ place_of_supply_scheme: Standard.PlaceOfSupplyScheme;
1194
+ }
1195
+ type Type = 'ioss' | 'oss_non_union' | 'oss_union' | 'standard';
1196
+ namespace Standard {
1197
+ type PlaceOfSupplyScheme = 'inbound_goods' | 'small_seller' | 'standard';
1198
+ }
1199
+ }
1200
+ namespace Sg {
1201
+ interface Standard {
1202
+ /**
1203
+ * Place of supply scheme used in an Default standard registration.
1204
+ */
1205
+ place_of_supply_scheme: Standard.PlaceOfSupplyScheme;
1206
+ }
1207
+ namespace Standard {
1208
+ type PlaceOfSupplyScheme = 'inbound_goods' | 'standard';
1209
+ }
1210
+ }
1211
+ namespace Si {
1212
+ interface Standard {
1213
+ /**
1214
+ * Place of supply scheme used in an EU standard registration.
1215
+ */
1216
+ place_of_supply_scheme: Standard.PlaceOfSupplyScheme;
1217
+ }
1218
+ type Type = 'ioss' | 'oss_non_union' | 'oss_union' | 'standard';
1219
+ namespace Standard {
1220
+ type PlaceOfSupplyScheme = 'inbound_goods' | 'small_seller' | 'standard';
1221
+ }
1222
+ }
1223
+ namespace Sk {
1224
+ interface Standard {
1225
+ /**
1226
+ * Place of supply scheme used in an EU standard registration.
1227
+ */
1228
+ place_of_supply_scheme: Standard.PlaceOfSupplyScheme;
1229
+ }
1230
+ type Type = 'ioss' | 'oss_non_union' | 'oss_union' | 'standard';
1231
+ namespace Standard {
1232
+ type PlaceOfSupplyScheme = 'inbound_goods' | 'small_seller' | 'standard';
1233
+ }
1234
+ }
1235
+ namespace Us {
1236
+ interface LocalAmusementTax {
1237
+ /**
1238
+ * A [FIPS code](https://www.census.gov/library/reference/code-lists/ansi.html) representing the local jurisdiction.
1239
+ */
1240
+ jurisdiction: string;
1241
+ }
1242
+ interface LocalLeaseTax {
1243
+ /**
1244
+ * A [FIPS code](https://www.census.gov/library/reference/code-lists/ansi.html) representing the local jurisdiction.
1245
+ */
1246
+ jurisdiction: string;
1247
+ }
1248
+ interface StateSalesTax {
1249
+ /**
1250
+ * Elections for the state sales tax registration.
1251
+ */
1252
+ elections?: Array<StateSalesTax.Election>;
1253
+ }
1254
+ type Type = 'local_amusement_tax' | 'local_lease_tax' | 'state_communications_tax' | 'state_retail_delivery_fee' | 'state_sales_tax';
1255
+ namespace StateSalesTax {
1256
+ interface Election {
1257
+ /**
1258
+ * A [FIPS code](https://www.census.gov/library/reference/code-lists/ansi.html) representing the local jurisdiction.
1259
+ */
1260
+ jurisdiction?: string;
1261
+ /**
1262
+ * The type of the election for the state sales tax registration.
1263
+ */
1264
+ type: Election.Type;
1265
+ }
1266
+ namespace Election {
1267
+ type Type = 'local_use_tax' | 'simplified_sellers_use_tax' | 'single_local_use_tax';
1268
+ }
1269
+ }
1270
+ }
1271
+ }
1272
+ }
1273
+ export declare namespace Tax {
1274
+ interface RegistrationCreateParams {
1275
+ /**
1276
+ * Time at which the Tax Registration becomes active. It can be either `now` to indicate the current time, or a future timestamp measured in seconds since the Unix epoch.
1277
+ */
1278
+ active_from: 'now' | number;
1279
+ /**
1280
+ * Two-letter country code ([ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2)).
1281
+ */
1282
+ country: string;
1283
+ /**
1284
+ * Specific options for a registration in the specified `country`.
1285
+ */
1286
+ country_options: RegistrationCreateParams.CountryOptions;
1287
+ /**
1288
+ * Specifies which fields in the response should be expanded.
1289
+ */
1290
+ expand?: Array<string>;
1291
+ /**
1292
+ * If set, the Tax Registration stops being active at this time. If not set, the Tax Registration will be active indefinitely. Timestamp measured in seconds since the Unix epoch.
1293
+ */
1294
+ expires_at?: number;
1295
+ }
1296
+ namespace RegistrationCreateParams {
1297
+ interface CountryOptions {
1298
+ /**
1299
+ * Options for the registration in AE.
1300
+ */
1301
+ ae?: CountryOptions.Ae;
1302
+ /**
1303
+ * Options for the registration in AL.
1304
+ */
1305
+ al?: CountryOptions.Al;
1306
+ /**
1307
+ * Options for the registration in AM.
1308
+ */
1309
+ am?: CountryOptions.Am;
1310
+ /**
1311
+ * Options for the registration in AO.
1312
+ */
1313
+ ao?: CountryOptions.Ao;
1314
+ /**
1315
+ * Options for the registration in AT.
1316
+ */
1317
+ at?: CountryOptions.At;
1318
+ /**
1319
+ * Options for the registration in AU.
1320
+ */
1321
+ au?: CountryOptions.Au;
1322
+ /**
1323
+ * Options for the registration in AW.
1324
+ */
1325
+ aw?: CountryOptions.Aw;
1326
+ /**
1327
+ * Options for the registration in AZ.
1328
+ */
1329
+ az?: CountryOptions.Az;
1330
+ /**
1331
+ * Options for the registration in BA.
1332
+ */
1333
+ ba?: CountryOptions.Ba;
1334
+ /**
1335
+ * Options for the registration in BB.
1336
+ */
1337
+ bb?: CountryOptions.Bb;
1338
+ /**
1339
+ * Options for the registration in BD.
1340
+ */
1341
+ bd?: CountryOptions.Bd;
1342
+ /**
1343
+ * Options for the registration in BE.
1344
+ */
1345
+ be?: CountryOptions.Be;
1346
+ /**
1347
+ * Options for the registration in BF.
1348
+ */
1349
+ bf?: CountryOptions.Bf;
1350
+ /**
1351
+ * Options for the registration in BG.
1352
+ */
1353
+ bg?: CountryOptions.Bg;
1354
+ /**
1355
+ * Options for the registration in BH.
1356
+ */
1357
+ bh?: CountryOptions.Bh;
1358
+ /**
1359
+ * Options for the registration in BJ.
1360
+ */
1361
+ bj?: CountryOptions.Bj;
1362
+ /**
1363
+ * Options for the registration in BS.
1364
+ */
1365
+ bs?: CountryOptions.Bs;
1366
+ /**
1367
+ * Options for the registration in BY.
1368
+ */
1369
+ by?: CountryOptions.By;
1370
+ /**
1371
+ * Options for the registration in CA.
1372
+ */
1373
+ ca?: CountryOptions.Ca;
1374
+ /**
1375
+ * Options for the registration in CD.
1376
+ */
1377
+ cd?: CountryOptions.Cd;
1378
+ /**
1379
+ * Options for the registration in CH.
1380
+ */
1381
+ ch?: CountryOptions.Ch;
1382
+ /**
1383
+ * Options for the registration in CL.
1384
+ */
1385
+ cl?: CountryOptions.Cl;
1386
+ /**
1387
+ * Options for the registration in CM.
1388
+ */
1389
+ cm?: CountryOptions.Cm;
1390
+ /**
1391
+ * Options for the registration in CO.
1392
+ */
1393
+ co?: CountryOptions.Co;
1394
+ /**
1395
+ * Options for the registration in CR.
1396
+ */
1397
+ cr?: CountryOptions.Cr;
1398
+ /**
1399
+ * Options for the registration in CV.
1400
+ */
1401
+ cv?: CountryOptions.Cv;
1402
+ /**
1403
+ * Options for the registration in CY.
1404
+ */
1405
+ cy?: CountryOptions.Cy;
1406
+ /**
1407
+ * Options for the registration in CZ.
1408
+ */
1409
+ cz?: CountryOptions.Cz;
1410
+ /**
1411
+ * Options for the registration in DE.
1412
+ */
1413
+ de?: CountryOptions.De;
1414
+ /**
1415
+ * Options for the registration in DK.
1416
+ */
1417
+ dk?: CountryOptions.Dk;
1418
+ /**
1419
+ * Options for the registration in EC.
1420
+ */
1421
+ ec?: CountryOptions.Ec;
1422
+ /**
1423
+ * Options for the registration in EE.
1424
+ */
1425
+ ee?: CountryOptions.Ee;
1426
+ /**
1427
+ * Options for the registration in EG.
1428
+ */
1429
+ eg?: CountryOptions.Eg;
1430
+ /**
1431
+ * Options for the registration in ES.
1432
+ */
1433
+ es?: CountryOptions.Es;
1434
+ /**
1435
+ * Options for the registration in ET.
1436
+ */
1437
+ et?: CountryOptions.Et;
1438
+ /**
1439
+ * Options for the registration in FI.
1440
+ */
1441
+ fi?: CountryOptions.Fi;
1442
+ /**
1443
+ * Options for the registration in FR.
1444
+ */
1445
+ fr?: CountryOptions.Fr;
1446
+ /**
1447
+ * Options for the registration in GB.
1448
+ */
1449
+ gb?: CountryOptions.Gb;
1450
+ /**
1451
+ * Options for the registration in GE.
1452
+ */
1453
+ ge?: CountryOptions.Ge;
1454
+ /**
1455
+ * Options for the registration in GN.
1456
+ */
1457
+ gn?: CountryOptions.Gn;
1458
+ /**
1459
+ * Options for the registration in GR.
1460
+ */
1461
+ gr?: CountryOptions.Gr;
1462
+ /**
1463
+ * Options for the registration in HR.
1464
+ */
1465
+ hr?: CountryOptions.Hr;
1466
+ /**
1467
+ * Options for the registration in HU.
1468
+ */
1469
+ hu?: CountryOptions.Hu;
1470
+ /**
1471
+ * Options for the registration in ID.
1472
+ */
1473
+ id?: CountryOptions.Id;
1474
+ /**
1475
+ * Options for the registration in IE.
1476
+ */
1477
+ ie?: CountryOptions.Ie;
1478
+ /**
1479
+ * Options for the registration in IN.
1480
+ */
1481
+ in?: CountryOptions.In;
1482
+ /**
1483
+ * Options for the registration in IS.
1484
+ */
1485
+ is?: CountryOptions.Is;
1486
+ /**
1487
+ * Options for the registration in IT.
1488
+ */
1489
+ it?: CountryOptions.It;
1490
+ /**
1491
+ * Options for the registration in JP.
1492
+ */
1493
+ jp?: CountryOptions.Jp;
1494
+ /**
1495
+ * Options for the registration in KE.
1496
+ */
1497
+ ke?: CountryOptions.Ke;
1498
+ /**
1499
+ * Options for the registration in KG.
1500
+ */
1501
+ kg?: CountryOptions.Kg;
1502
+ /**
1503
+ * Options for the registration in KH.
1504
+ */
1505
+ kh?: CountryOptions.Kh;
1506
+ /**
1507
+ * Options for the registration in KR.
1508
+ */
1509
+ kr?: CountryOptions.Kr;
1510
+ /**
1511
+ * Options for the registration in KZ.
1512
+ */
1513
+ kz?: CountryOptions.Kz;
1514
+ /**
1515
+ * Options for the registration in LA.
1516
+ */
1517
+ la?: CountryOptions.La;
1518
+ /**
1519
+ * Options for the registration in LK.
1520
+ */
1521
+ lk?: CountryOptions.Lk;
1522
+ /**
1523
+ * Options for the registration in LT.
1524
+ */
1525
+ lt?: CountryOptions.Lt;
1526
+ /**
1527
+ * Options for the registration in LU.
1528
+ */
1529
+ lu?: CountryOptions.Lu;
1530
+ /**
1531
+ * Options for the registration in LV.
1532
+ */
1533
+ lv?: CountryOptions.Lv;
1534
+ /**
1535
+ * Options for the registration in MA.
1536
+ */
1537
+ ma?: CountryOptions.Ma;
1538
+ /**
1539
+ * Options for the registration in MD.
1540
+ */
1541
+ md?: CountryOptions.Md;
1542
+ /**
1543
+ * Options for the registration in ME.
1544
+ */
1545
+ me?: CountryOptions.Me;
1546
+ /**
1547
+ * Options for the registration in MK.
1548
+ */
1549
+ mk?: CountryOptions.Mk;
1550
+ /**
1551
+ * Options for the registration in MR.
1552
+ */
1553
+ mr?: CountryOptions.Mr;
1554
+ /**
1555
+ * Options for the registration in MT.
1556
+ */
1557
+ mt?: CountryOptions.Mt;
1558
+ /**
1559
+ * Options for the registration in MX.
1560
+ */
1561
+ mx?: CountryOptions.Mx;
1562
+ /**
1563
+ * Options for the registration in MY.
1564
+ */
1565
+ my?: CountryOptions.My;
1566
+ /**
1567
+ * Options for the registration in NG.
1568
+ */
1569
+ ng?: CountryOptions.Ng;
1570
+ /**
1571
+ * Options for the registration in NL.
1572
+ */
1573
+ nl?: CountryOptions.Nl;
1574
+ /**
1575
+ * Options for the registration in NO.
1576
+ */
1577
+ no?: CountryOptions.No;
1578
+ /**
1579
+ * Options for the registration in NP.
1580
+ */
1581
+ np?: CountryOptions.Np;
1582
+ /**
1583
+ * Options for the registration in NZ.
1584
+ */
1585
+ nz?: CountryOptions.Nz;
1586
+ /**
1587
+ * Options for the registration in OM.
1588
+ */
1589
+ om?: CountryOptions.Om;
1590
+ /**
1591
+ * Options for the registration in PE.
1592
+ */
1593
+ pe?: CountryOptions.Pe;
1594
+ /**
1595
+ * Options for the registration in PH.
1596
+ */
1597
+ ph?: CountryOptions.Ph;
1598
+ /**
1599
+ * Options for the registration in PL.
1600
+ */
1601
+ pl?: CountryOptions.Pl;
1602
+ /**
1603
+ * Options for the registration in PT.
1604
+ */
1605
+ pt?: CountryOptions.Pt;
1606
+ /**
1607
+ * Options for the registration in RO.
1608
+ */
1609
+ ro?: CountryOptions.Ro;
1610
+ /**
1611
+ * Options for the registration in RS.
1612
+ */
1613
+ rs?: CountryOptions.Rs;
1614
+ /**
1615
+ * Options for the registration in RU.
1616
+ */
1617
+ ru?: CountryOptions.Ru;
1618
+ /**
1619
+ * Options for the registration in SA.
1620
+ */
1621
+ sa?: CountryOptions.Sa;
1622
+ /**
1623
+ * Options for the registration in SE.
1624
+ */
1625
+ se?: CountryOptions.Se;
1626
+ /**
1627
+ * Options for the registration in SG.
1628
+ */
1629
+ sg?: CountryOptions.Sg;
1630
+ /**
1631
+ * Options for the registration in SI.
1632
+ */
1633
+ si?: CountryOptions.Si;
1634
+ /**
1635
+ * Options for the registration in SK.
1636
+ */
1637
+ sk?: CountryOptions.Sk;
1638
+ /**
1639
+ * Options for the registration in SN.
1640
+ */
1641
+ sn?: CountryOptions.Sn;
1642
+ /**
1643
+ * Options for the registration in SR.
1644
+ */
1645
+ sr?: CountryOptions.Sr;
1646
+ /**
1647
+ * Options for the registration in TH.
1648
+ */
1649
+ th?: CountryOptions.Th;
1650
+ /**
1651
+ * Options for the registration in TJ.
1652
+ */
1653
+ tj?: CountryOptions.Tj;
1654
+ /**
1655
+ * Options for the registration in TR.
1656
+ */
1657
+ tr?: CountryOptions.Tr;
1658
+ /**
1659
+ * Options for the registration in TW.
1660
+ */
1661
+ tw?: CountryOptions.Tw;
1662
+ /**
1663
+ * Options for the registration in TZ.
1664
+ */
1665
+ tz?: CountryOptions.Tz;
1666
+ /**
1667
+ * Options for the registration in UA.
1668
+ */
1669
+ ua?: CountryOptions.Ua;
1670
+ /**
1671
+ * Options for the registration in UG.
1672
+ */
1673
+ ug?: CountryOptions.Ug;
1674
+ /**
1675
+ * Options for the registration in US.
1676
+ */
1677
+ us?: CountryOptions.Us;
1678
+ /**
1679
+ * Options for the registration in UY.
1680
+ */
1681
+ uy?: CountryOptions.Uy;
1682
+ /**
1683
+ * Options for the registration in UZ.
1684
+ */
1685
+ uz?: CountryOptions.Uz;
1686
+ /**
1687
+ * Options for the registration in VN.
1688
+ */
1689
+ vn?: CountryOptions.Vn;
1690
+ /**
1691
+ * Options for the registration in ZA.
1692
+ */
1693
+ za?: CountryOptions.Za;
1694
+ /**
1695
+ * Options for the registration in ZM.
1696
+ */
1697
+ zm?: CountryOptions.Zm;
1698
+ /**
1699
+ * Options for the registration in ZW.
1700
+ */
1701
+ zw?: CountryOptions.Zw;
1702
+ }
1703
+ namespace CountryOptions {
1704
+ interface Ae {
1705
+ /**
1706
+ * Options for the standard registration.
1707
+ */
1708
+ standard?: Ae.Standard;
1709
+ /**
1710
+ * Type of registration to be created in `country`.
1711
+ */
1712
+ type: 'standard';
1713
+ }
1714
+ interface Al {
1715
+ /**
1716
+ * Options for the standard registration.
1717
+ */
1718
+ standard?: Al.Standard;
1719
+ /**
1720
+ * Type of registration to be created in `country`.
1721
+ */
1722
+ type: 'standard';
1723
+ }
1724
+ interface Am {
1725
+ /**
1726
+ * Type of registration to be created in `country`.
1727
+ */
1728
+ type: 'simplified';
1729
+ }
1730
+ interface Ao {
1731
+ /**
1732
+ * Options for the standard registration.
1733
+ */
1734
+ standard?: Ao.Standard;
1735
+ /**
1736
+ * Type of registration to be created in `country`.
1737
+ */
1738
+ type: 'standard';
1739
+ }
1740
+ interface At {
1741
+ /**
1742
+ * Options for the standard registration.
1743
+ */
1744
+ standard?: At.Standard;
1745
+ /**
1746
+ * Type of registration to be created in an EU country.
1747
+ */
1748
+ type: At.Type;
1749
+ }
1750
+ interface Au {
1751
+ /**
1752
+ * Options for the standard registration.
1753
+ */
1754
+ standard?: Au.Standard;
1755
+ /**
1756
+ * Type of registration to be created in `country`.
1757
+ */
1758
+ type: 'standard';
1759
+ }
1760
+ interface Aw {
1761
+ /**
1762
+ * Options for the standard registration.
1763
+ */
1764
+ standard?: Aw.Standard;
1765
+ /**
1766
+ * Type of registration to be created in `country`.
1767
+ */
1768
+ type: 'standard';
1769
+ }
1770
+ interface Az {
1771
+ /**
1772
+ * Type of registration to be created in `country`.
1773
+ */
1774
+ type: 'simplified';
1775
+ }
1776
+ interface Ba {
1777
+ /**
1778
+ * Options for the standard registration.
1779
+ */
1780
+ standard?: Ba.Standard;
1781
+ /**
1782
+ * Type of registration to be created in `country`.
1783
+ */
1784
+ type: 'standard';
1785
+ }
1786
+ interface Bb {
1787
+ /**
1788
+ * Options for the standard registration.
1789
+ */
1790
+ standard?: Bb.Standard;
1791
+ /**
1792
+ * Type of registration to be created in `country`.
1793
+ */
1794
+ type: 'standard';
1795
+ }
1796
+ interface Bd {
1797
+ /**
1798
+ * Options for the standard registration.
1799
+ */
1800
+ standard?: Bd.Standard;
1801
+ /**
1802
+ * Type of registration to be created in `country`.
1803
+ */
1804
+ type: 'standard';
1805
+ }
1806
+ interface Be {
1807
+ /**
1808
+ * Options for the standard registration.
1809
+ */
1810
+ standard?: Be.Standard;
1811
+ /**
1812
+ * Type of registration to be created in an EU country.
1813
+ */
1814
+ type: Be.Type;
1815
+ }
1816
+ interface Bf {
1817
+ /**
1818
+ * Options for the standard registration.
1819
+ */
1820
+ standard?: Bf.Standard;
1821
+ /**
1822
+ * Type of registration to be created in `country`.
1823
+ */
1824
+ type: 'standard';
1825
+ }
1826
+ interface Bg {
1827
+ /**
1828
+ * Options for the standard registration.
1829
+ */
1830
+ standard?: Bg.Standard;
1831
+ /**
1832
+ * Type of registration to be created in an EU country.
1833
+ */
1834
+ type: Bg.Type;
1835
+ }
1836
+ interface Bh {
1837
+ /**
1838
+ * Options for the standard registration.
1839
+ */
1840
+ standard?: Bh.Standard;
1841
+ /**
1842
+ * Type of registration to be created in `country`.
1843
+ */
1844
+ type: 'standard';
1845
+ }
1846
+ interface Bj {
1847
+ /**
1848
+ * Type of registration to be created in `country`.
1849
+ */
1850
+ type: 'simplified';
1851
+ }
1852
+ interface Bs {
1853
+ /**
1854
+ * Options for the standard registration.
1855
+ */
1856
+ standard?: Bs.Standard;
1857
+ /**
1858
+ * Type of registration to be created in `country`.
1859
+ */
1860
+ type: 'standard';
1861
+ }
1862
+ interface By {
1863
+ /**
1864
+ * Type of registration to be created in `country`.
1865
+ */
1866
+ type: 'simplified';
1867
+ }
1868
+ interface Ca {
1869
+ /**
1870
+ * Options for the provincial tax registration.
1871
+ */
1872
+ province_standard?: Ca.ProvinceStandard;
1873
+ /**
1874
+ * Type of registration to be created in Canada.
1875
+ */
1876
+ type: Ca.Type;
1877
+ }
1878
+ interface Cd {
1879
+ /**
1880
+ * Options for the standard registration.
1881
+ */
1882
+ standard?: Cd.Standard;
1883
+ /**
1884
+ * Type of registration to be created in `country`.
1885
+ */
1886
+ type: 'standard';
1887
+ }
1888
+ interface Ch {
1889
+ /**
1890
+ * Options for the standard registration.
1891
+ */
1892
+ standard?: Ch.Standard;
1893
+ /**
1894
+ * Type of registration to be created in `country`.
1895
+ */
1896
+ type: 'standard';
1897
+ }
1898
+ interface Cl {
1899
+ /**
1900
+ * Type of registration to be created in `country`.
1901
+ */
1902
+ type: 'simplified';
1903
+ }
1904
+ interface Cm {
1905
+ /**
1906
+ * Type of registration to be created in `country`.
1907
+ */
1908
+ type: 'simplified';
1909
+ }
1910
+ interface Co {
1911
+ /**
1912
+ * Type of registration to be created in `country`.
1913
+ */
1914
+ type: 'simplified';
1915
+ }
1916
+ interface Cr {
1917
+ /**
1918
+ * Type of registration to be created in `country`.
1919
+ */
1920
+ type: 'simplified';
1921
+ }
1922
+ interface Cv {
1923
+ /**
1924
+ * Type of registration to be created in `country`.
1925
+ */
1926
+ type: 'simplified';
1927
+ }
1928
+ interface Cy {
1929
+ /**
1930
+ * Options for the standard registration.
1931
+ */
1932
+ standard?: Cy.Standard;
1933
+ /**
1934
+ * Type of registration to be created in an EU country.
1935
+ */
1936
+ type: Cy.Type;
1937
+ }
1938
+ interface Cz {
1939
+ /**
1940
+ * Options for the standard registration.
1941
+ */
1942
+ standard?: Cz.Standard;
1943
+ /**
1944
+ * Type of registration to be created in an EU country.
1945
+ */
1946
+ type: Cz.Type;
1947
+ }
1948
+ interface De {
1949
+ /**
1950
+ * Options for the standard registration.
1951
+ */
1952
+ standard?: De.Standard;
1953
+ /**
1954
+ * Type of registration to be created in an EU country.
1955
+ */
1956
+ type: De.Type;
1957
+ }
1958
+ interface Dk {
1959
+ /**
1960
+ * Options for the standard registration.
1961
+ */
1962
+ standard?: Dk.Standard;
1963
+ /**
1964
+ * Type of registration to be created in an EU country.
1965
+ */
1966
+ type: Dk.Type;
1967
+ }
1968
+ interface Ec {
1969
+ /**
1970
+ * Type of registration to be created in `country`.
1971
+ */
1972
+ type: 'simplified';
1973
+ }
1974
+ interface Ee {
1975
+ /**
1976
+ * Options for the standard registration.
1977
+ */
1978
+ standard?: Ee.Standard;
1979
+ /**
1980
+ * Type of registration to be created in an EU country.
1981
+ */
1982
+ type: Ee.Type;
1983
+ }
1984
+ interface Eg {
1985
+ /**
1986
+ * Type of registration to be created in `country`.
1987
+ */
1988
+ type: 'simplified';
1989
+ }
1990
+ interface Es {
1991
+ /**
1992
+ * Options for the standard registration.
1993
+ */
1994
+ standard?: Es.Standard;
1995
+ /**
1996
+ * Type of registration to be created in an EU country.
1997
+ */
1998
+ type: Es.Type;
1999
+ }
2000
+ interface Et {
2001
+ /**
2002
+ * Options for the standard registration.
2003
+ */
2004
+ standard?: Et.Standard;
2005
+ /**
2006
+ * Type of registration to be created in `country`.
2007
+ */
2008
+ type: 'standard';
2009
+ }
2010
+ interface Fi {
2011
+ /**
2012
+ * Options for the standard registration.
2013
+ */
2014
+ standard?: Fi.Standard;
2015
+ /**
2016
+ * Type of registration to be created in an EU country.
2017
+ */
2018
+ type: Fi.Type;
2019
+ }
2020
+ interface Fr {
2021
+ /**
2022
+ * Options for the standard registration.
2023
+ */
2024
+ standard?: Fr.Standard;
2025
+ /**
2026
+ * Type of registration to be created in an EU country.
2027
+ */
2028
+ type: Fr.Type;
2029
+ }
2030
+ interface Gb {
2031
+ /**
2032
+ * Options for the standard registration.
2033
+ */
2034
+ standard?: Gb.Standard;
2035
+ /**
2036
+ * Type of registration to be created in `country`.
2037
+ */
2038
+ type: 'standard';
2039
+ }
2040
+ interface Ge {
2041
+ /**
2042
+ * Type of registration to be created in `country`.
2043
+ */
2044
+ type: 'simplified';
2045
+ }
2046
+ interface Gn {
2047
+ /**
2048
+ * Options for the standard registration.
2049
+ */
2050
+ standard?: Gn.Standard;
2051
+ /**
2052
+ * Type of registration to be created in `country`.
2053
+ */
2054
+ type: 'standard';
2055
+ }
2056
+ interface Gr {
2057
+ /**
2058
+ * Options for the standard registration.
2059
+ */
2060
+ standard?: Gr.Standard;
2061
+ /**
2062
+ * Type of registration to be created in an EU country.
2063
+ */
2064
+ type: Gr.Type;
2065
+ }
2066
+ interface Hr {
2067
+ /**
2068
+ * Options for the standard registration.
2069
+ */
2070
+ standard?: Hr.Standard;
2071
+ /**
2072
+ * Type of registration to be created in an EU country.
2073
+ */
2074
+ type: Hr.Type;
2075
+ }
2076
+ interface Hu {
2077
+ /**
2078
+ * Options for the standard registration.
2079
+ */
2080
+ standard?: Hu.Standard;
2081
+ /**
2082
+ * Type of registration to be created in an EU country.
2083
+ */
2084
+ type: Hu.Type;
2085
+ }
2086
+ interface Id {
2087
+ /**
2088
+ * Type of registration to be created in `country`.
2089
+ */
2090
+ type: 'simplified';
2091
+ }
2092
+ interface Ie {
2093
+ /**
2094
+ * Options for the standard registration.
2095
+ */
2096
+ standard?: Ie.Standard;
2097
+ /**
2098
+ * Type of registration to be created in an EU country.
2099
+ */
2100
+ type: Ie.Type;
2101
+ }
2102
+ interface In {
2103
+ /**
2104
+ * Type of registration to be created in `country`.
2105
+ */
2106
+ type: 'simplified';
2107
+ }
2108
+ interface Is {
2109
+ /**
2110
+ * Options for the standard registration.
2111
+ */
2112
+ standard?: Is.Standard;
2113
+ /**
2114
+ * Type of registration to be created in `country`.
2115
+ */
2116
+ type: 'standard';
2117
+ }
2118
+ interface It {
2119
+ /**
2120
+ * Options for the standard registration.
2121
+ */
2122
+ standard?: It.Standard;
2123
+ /**
2124
+ * Type of registration to be created in an EU country.
2125
+ */
2126
+ type: It.Type;
2127
+ }
2128
+ interface Jp {
2129
+ /**
2130
+ * Options for the standard registration.
2131
+ */
2132
+ standard?: Jp.Standard;
2133
+ /**
2134
+ * Type of registration to be created in `country`.
2135
+ */
2136
+ type: 'standard';
2137
+ }
2138
+ interface Ke {
2139
+ /**
2140
+ * Type of registration to be created in `country`.
2141
+ */
2142
+ type: 'simplified';
2143
+ }
2144
+ interface Kg {
2145
+ /**
2146
+ * Type of registration to be created in `country`.
2147
+ */
2148
+ type: 'simplified';
2149
+ }
2150
+ interface Kh {
2151
+ /**
2152
+ * Type of registration to be created in `country`.
2153
+ */
2154
+ type: 'simplified';
2155
+ }
2156
+ interface Kr {
2157
+ /**
2158
+ * Type of registration to be created in `country`.
2159
+ */
2160
+ type: 'simplified';
2161
+ }
2162
+ interface Kz {
2163
+ /**
2164
+ * Type of registration to be created in `country`.
2165
+ */
2166
+ type: 'simplified';
2167
+ }
2168
+ interface La {
2169
+ /**
2170
+ * Type of registration to be created in `country`.
2171
+ */
2172
+ type: 'simplified';
2173
+ }
2174
+ interface Lk {
2175
+ /**
2176
+ * Type of registration to be created in `country`.
2177
+ */
2178
+ type: 'simplified';
2179
+ }
2180
+ interface Lt {
2181
+ /**
2182
+ * Options for the standard registration.
2183
+ */
2184
+ standard?: Lt.Standard;
2185
+ /**
2186
+ * Type of registration to be created in an EU country.
2187
+ */
2188
+ type: Lt.Type;
2189
+ }
2190
+ interface Lu {
2191
+ /**
2192
+ * Options for the standard registration.
2193
+ */
2194
+ standard?: Lu.Standard;
2195
+ /**
2196
+ * Type of registration to be created in an EU country.
2197
+ */
2198
+ type: Lu.Type;
2199
+ }
2200
+ interface Lv {
2201
+ /**
2202
+ * Options for the standard registration.
2203
+ */
2204
+ standard?: Lv.Standard;
2205
+ /**
2206
+ * Type of registration to be created in an EU country.
2207
+ */
2208
+ type: Lv.Type;
2209
+ }
2210
+ interface Ma {
2211
+ /**
2212
+ * Type of registration to be created in `country`.
2213
+ */
2214
+ type: 'simplified';
2215
+ }
2216
+ interface Md {
2217
+ /**
2218
+ * Type of registration to be created in `country`.
2219
+ */
2220
+ type: 'simplified';
2221
+ }
2222
+ interface Me {
2223
+ /**
2224
+ * Options for the standard registration.
2225
+ */
2226
+ standard?: Me.Standard;
2227
+ /**
2228
+ * Type of registration to be created in `country`.
2229
+ */
2230
+ type: 'standard';
2231
+ }
2232
+ interface Mk {
2233
+ /**
2234
+ * Options for the standard registration.
2235
+ */
2236
+ standard?: Mk.Standard;
2237
+ /**
2238
+ * Type of registration to be created in `country`.
2239
+ */
2240
+ type: 'standard';
2241
+ }
2242
+ interface Mr {
2243
+ /**
2244
+ * Options for the standard registration.
2245
+ */
2246
+ standard?: Mr.Standard;
2247
+ /**
2248
+ * Type of registration to be created in `country`.
2249
+ */
2250
+ type: 'standard';
2251
+ }
2252
+ interface Mt {
2253
+ /**
2254
+ * Options for the standard registration.
2255
+ */
2256
+ standard?: Mt.Standard;
2257
+ /**
2258
+ * Type of registration to be created in an EU country.
2259
+ */
2260
+ type: Mt.Type;
2261
+ }
2262
+ interface Mx {
2263
+ /**
2264
+ * Type of registration to be created in `country`.
2265
+ */
2266
+ type: 'simplified';
2267
+ }
2268
+ interface My {
2269
+ /**
2270
+ * Type of registration to be created in `country`.
2271
+ */
2272
+ type: 'simplified';
2273
+ }
2274
+ interface Ng {
2275
+ /**
2276
+ * Type of registration to be created in `country`.
2277
+ */
2278
+ type: 'simplified';
2279
+ }
2280
+ interface Nl {
2281
+ /**
2282
+ * Options for the standard registration.
2283
+ */
2284
+ standard?: Nl.Standard;
2285
+ /**
2286
+ * Type of registration to be created in an EU country.
2287
+ */
2288
+ type: Nl.Type;
2289
+ }
2290
+ interface No {
2291
+ /**
2292
+ * Options for the standard registration.
2293
+ */
2294
+ standard?: No.Standard;
2295
+ /**
2296
+ * Type of registration to be created in `country`.
2297
+ */
2298
+ type: 'standard';
2299
+ }
2300
+ interface Np {
2301
+ /**
2302
+ * Type of registration to be created in `country`.
2303
+ */
2304
+ type: 'simplified';
2305
+ }
2306
+ interface Nz {
2307
+ /**
2308
+ * Options for the standard registration.
2309
+ */
2310
+ standard?: Nz.Standard;
2311
+ /**
2312
+ * Type of registration to be created in `country`.
2313
+ */
2314
+ type: 'standard';
2315
+ }
2316
+ interface Om {
2317
+ /**
2318
+ * Options for the standard registration.
2319
+ */
2320
+ standard?: Om.Standard;
2321
+ /**
2322
+ * Type of registration to be created in `country`.
2323
+ */
2324
+ type: 'standard';
2325
+ }
2326
+ interface Pe {
2327
+ /**
2328
+ * Type of registration to be created in `country`.
2329
+ */
2330
+ type: 'simplified';
2331
+ }
2332
+ interface Ph {
2333
+ /**
2334
+ * Type of registration to be created in `country`.
2335
+ */
2336
+ type: 'simplified';
2337
+ }
2338
+ interface Pl {
2339
+ /**
2340
+ * Options for the standard registration.
2341
+ */
2342
+ standard?: Pl.Standard;
2343
+ /**
2344
+ * Type of registration to be created in an EU country.
2345
+ */
2346
+ type: Pl.Type;
2347
+ }
2348
+ interface Pt {
2349
+ /**
2350
+ * Options for the standard registration.
2351
+ */
2352
+ standard?: Pt.Standard;
2353
+ /**
2354
+ * Type of registration to be created in an EU country.
2355
+ */
2356
+ type: Pt.Type;
2357
+ }
2358
+ interface Ro {
2359
+ /**
2360
+ * Options for the standard registration.
2361
+ */
2362
+ standard?: Ro.Standard;
2363
+ /**
2364
+ * Type of registration to be created in an EU country.
2365
+ */
2366
+ type: Ro.Type;
2367
+ }
2368
+ interface Rs {
2369
+ /**
2370
+ * Options for the standard registration.
2371
+ */
2372
+ standard?: Rs.Standard;
2373
+ /**
2374
+ * Type of registration to be created in `country`.
2375
+ */
2376
+ type: 'standard';
2377
+ }
2378
+ interface Ru {
2379
+ /**
2380
+ * Type of registration to be created in `country`.
2381
+ */
2382
+ type: 'simplified';
2383
+ }
2384
+ interface Sa {
2385
+ /**
2386
+ * Type of registration to be created in `country`.
2387
+ */
2388
+ type: 'simplified';
2389
+ }
2390
+ interface Se {
2391
+ /**
2392
+ * Options for the standard registration.
2393
+ */
2394
+ standard?: Se.Standard;
2395
+ /**
2396
+ * Type of registration to be created in an EU country.
2397
+ */
2398
+ type: Se.Type;
2399
+ }
2400
+ interface Sg {
2401
+ /**
2402
+ * Options for the standard registration.
2403
+ */
2404
+ standard?: Sg.Standard;
2405
+ /**
2406
+ * Type of registration to be created in `country`.
2407
+ */
2408
+ type: 'standard';
2409
+ }
2410
+ interface Si {
2411
+ /**
2412
+ * Options for the standard registration.
2413
+ */
2414
+ standard?: Si.Standard;
2415
+ /**
2416
+ * Type of registration to be created in an EU country.
2417
+ */
2418
+ type: Si.Type;
2419
+ }
2420
+ interface Sk {
2421
+ /**
2422
+ * Options for the standard registration.
2423
+ */
2424
+ standard?: Sk.Standard;
2425
+ /**
2426
+ * Type of registration to be created in an EU country.
2427
+ */
2428
+ type: Sk.Type;
2429
+ }
2430
+ interface Sn {
2431
+ /**
2432
+ * Type of registration to be created in `country`.
2433
+ */
2434
+ type: 'simplified';
2435
+ }
2436
+ interface Sr {
2437
+ /**
2438
+ * Options for the standard registration.
2439
+ */
2440
+ standard?: Sr.Standard;
2441
+ /**
2442
+ * Type of registration to be created in `country`.
2443
+ */
2444
+ type: 'standard';
2445
+ }
2446
+ interface Th {
2447
+ /**
2448
+ * Type of registration to be created in `country`.
2449
+ */
2450
+ type: 'simplified';
2451
+ }
2452
+ interface Tj {
2453
+ /**
2454
+ * Type of registration to be created in `country`.
2455
+ */
2456
+ type: 'simplified';
2457
+ }
2458
+ interface Tr {
2459
+ /**
2460
+ * Type of registration to be created in `country`.
2461
+ */
2462
+ type: 'simplified';
2463
+ }
2464
+ interface Tw {
2465
+ /**
2466
+ * Type of registration to be created in `country`.
2467
+ */
2468
+ type: 'simplified';
2469
+ }
2470
+ interface Tz {
2471
+ /**
2472
+ * Type of registration to be created in `country`.
2473
+ */
2474
+ type: 'simplified';
2475
+ }
2476
+ interface Ua {
2477
+ /**
2478
+ * Type of registration to be created in `country`.
2479
+ */
2480
+ type: 'simplified';
2481
+ }
2482
+ interface Ug {
2483
+ /**
2484
+ * Type of registration to be created in `country`.
2485
+ */
2486
+ type: 'simplified';
2487
+ }
2488
+ interface Us {
2489
+ /**
2490
+ * Options for the local amusement tax registration.
2491
+ */
2492
+ local_amusement_tax?: Us.LocalAmusementTax;
2493
+ /**
2494
+ * Options for the local lease tax registration.
2495
+ */
2496
+ local_lease_tax?: Us.LocalLeaseTax;
2497
+ /**
2498
+ * Two-letter US state code ([ISO 3166-2](https://en.wikipedia.org/wiki/ISO_3166-2)).
2499
+ */
2500
+ state: string;
2501
+ /**
2502
+ * Options for the state sales tax registration.
2503
+ */
2504
+ state_sales_tax?: Us.StateSalesTax;
2505
+ /**
2506
+ * Type of registration to be created in the US.
2507
+ */
2508
+ type: Us.Type;
2509
+ }
2510
+ interface Uy {
2511
+ /**
2512
+ * Options for the standard registration.
2513
+ */
2514
+ standard?: Uy.Standard;
2515
+ /**
2516
+ * Type of registration to be created in `country`.
2517
+ */
2518
+ type: 'standard';
2519
+ }
2520
+ interface Uz {
2521
+ /**
2522
+ * Type of registration to be created in `country`.
2523
+ */
2524
+ type: 'simplified';
2525
+ }
2526
+ interface Vn {
2527
+ /**
2528
+ * Type of registration to be created in `country`.
2529
+ */
2530
+ type: 'simplified';
2531
+ }
2532
+ interface Za {
2533
+ /**
2534
+ * Options for the standard registration.
2535
+ */
2536
+ standard?: Za.Standard;
2537
+ /**
2538
+ * Type of registration to be created in `country`.
2539
+ */
2540
+ type: 'standard';
2541
+ }
2542
+ interface Zm {
2543
+ /**
2544
+ * Type of registration to be created in `country`.
2545
+ */
2546
+ type: 'simplified';
2547
+ }
2548
+ interface Zw {
2549
+ /**
2550
+ * Options for the standard registration.
2551
+ */
2552
+ standard?: Zw.Standard;
2553
+ /**
2554
+ * Type of registration to be created in `country`.
2555
+ */
2556
+ type: 'standard';
2557
+ }
2558
+ namespace Ae {
2559
+ interface Standard {
2560
+ /**
2561
+ * Place of supply scheme used in an standard registration.
2562
+ */
2563
+ place_of_supply_scheme?: Standard.PlaceOfSupplyScheme;
2564
+ }
2565
+ namespace Standard {
2566
+ type PlaceOfSupplyScheme = 'inbound_goods' | 'standard';
2567
+ }
2568
+ }
2569
+ namespace Al {
2570
+ interface Standard {
2571
+ /**
2572
+ * Place of supply scheme used in an standard registration.
2573
+ */
2574
+ place_of_supply_scheme?: Standard.PlaceOfSupplyScheme;
2575
+ }
2576
+ namespace Standard {
2577
+ type PlaceOfSupplyScheme = 'inbound_goods' | 'standard';
2578
+ }
2579
+ }
2580
+ namespace Ao {
2581
+ interface Standard {
2582
+ /**
2583
+ * Place of supply scheme used in an standard registration.
2584
+ */
2585
+ place_of_supply_scheme?: Standard.PlaceOfSupplyScheme;
2586
+ }
2587
+ namespace Standard {
2588
+ type PlaceOfSupplyScheme = 'inbound_goods' | 'standard';
2589
+ }
2590
+ }
2591
+ namespace At {
2592
+ interface Standard {
2593
+ /**
2594
+ * Place of supply scheme used in an EU standard registration.
2595
+ */
2596
+ place_of_supply_scheme: Standard.PlaceOfSupplyScheme;
2597
+ }
2598
+ type Type = 'ioss' | 'oss_non_union' | 'oss_union' | 'standard';
2599
+ namespace Standard {
2600
+ type PlaceOfSupplyScheme = 'inbound_goods' | 'small_seller' | 'standard';
2601
+ }
2602
+ }
2603
+ namespace Au {
2604
+ interface Standard {
2605
+ /**
2606
+ * Place of supply scheme used in an standard registration.
2607
+ */
2608
+ place_of_supply_scheme?: Standard.PlaceOfSupplyScheme;
2609
+ }
2610
+ namespace Standard {
2611
+ type PlaceOfSupplyScheme = 'inbound_goods' | 'standard';
2612
+ }
2613
+ }
2614
+ namespace Aw {
2615
+ interface Standard {
2616
+ /**
2617
+ * Place of supply scheme used in an standard registration.
2618
+ */
2619
+ place_of_supply_scheme?: Standard.PlaceOfSupplyScheme;
2620
+ }
2621
+ namespace Standard {
2622
+ type PlaceOfSupplyScheme = 'inbound_goods' | 'standard';
2623
+ }
2624
+ }
2625
+ namespace Ba {
2626
+ interface Standard {
2627
+ /**
2628
+ * Place of supply scheme used in an standard registration.
2629
+ */
2630
+ place_of_supply_scheme?: Standard.PlaceOfSupplyScheme;
2631
+ }
2632
+ namespace Standard {
2633
+ type PlaceOfSupplyScheme = 'inbound_goods' | 'standard';
2634
+ }
2635
+ }
2636
+ namespace Bb {
2637
+ interface Standard {
2638
+ /**
2639
+ * Place of supply scheme used in an standard registration.
2640
+ */
2641
+ place_of_supply_scheme?: Standard.PlaceOfSupplyScheme;
2642
+ }
2643
+ namespace Standard {
2644
+ type PlaceOfSupplyScheme = 'inbound_goods' | 'standard';
2645
+ }
2646
+ }
2647
+ namespace Bd {
2648
+ interface Standard {
2649
+ /**
2650
+ * Place of supply scheme used in an standard registration.
2651
+ */
2652
+ place_of_supply_scheme?: Standard.PlaceOfSupplyScheme;
2653
+ }
2654
+ namespace Standard {
2655
+ type PlaceOfSupplyScheme = 'inbound_goods' | 'standard';
2656
+ }
2657
+ }
2658
+ namespace Be {
2659
+ interface Standard {
2660
+ /**
2661
+ * Place of supply scheme used in an EU standard registration.
2662
+ */
2663
+ place_of_supply_scheme: Standard.PlaceOfSupplyScheme;
2664
+ }
2665
+ type Type = 'ioss' | 'oss_non_union' | 'oss_union' | 'standard';
2666
+ namespace Standard {
2667
+ type PlaceOfSupplyScheme = 'inbound_goods' | 'small_seller' | 'standard';
2668
+ }
2669
+ }
2670
+ namespace Bf {
2671
+ interface Standard {
2672
+ /**
2673
+ * Place of supply scheme used in an standard registration.
2674
+ */
2675
+ place_of_supply_scheme?: Standard.PlaceOfSupplyScheme;
2676
+ }
2677
+ namespace Standard {
2678
+ type PlaceOfSupplyScheme = 'inbound_goods' | 'standard';
2679
+ }
2680
+ }
2681
+ namespace Bg {
2682
+ interface Standard {
2683
+ /**
2684
+ * Place of supply scheme used in an EU standard registration.
2685
+ */
2686
+ place_of_supply_scheme: Standard.PlaceOfSupplyScheme;
2687
+ }
2688
+ type Type = 'ioss' | 'oss_non_union' | 'oss_union' | 'standard';
2689
+ namespace Standard {
2690
+ type PlaceOfSupplyScheme = 'inbound_goods' | 'small_seller' | 'standard';
2691
+ }
2692
+ }
2693
+ namespace Bh {
2694
+ interface Standard {
2695
+ /**
2696
+ * Place of supply scheme used in an standard registration.
2697
+ */
2698
+ place_of_supply_scheme?: Standard.PlaceOfSupplyScheme;
2699
+ }
2700
+ namespace Standard {
2701
+ type PlaceOfSupplyScheme = 'inbound_goods' | 'standard';
2702
+ }
2703
+ }
2704
+ namespace Bs {
2705
+ interface Standard {
2706
+ /**
2707
+ * Place of supply scheme used in an standard registration.
2708
+ */
2709
+ place_of_supply_scheme?: Standard.PlaceOfSupplyScheme;
2710
+ }
2711
+ namespace Standard {
2712
+ type PlaceOfSupplyScheme = 'inbound_goods' | 'standard';
2713
+ }
2714
+ }
2715
+ namespace Ca {
2716
+ interface ProvinceStandard {
2717
+ /**
2718
+ * Two-letter CA province code ([ISO 3166-2](https://en.wikipedia.org/wiki/ISO_3166-2)).
2719
+ */
2720
+ province: string;
2721
+ }
2722
+ type Type = 'province_standard' | 'simplified' | 'standard';
2723
+ }
2724
+ namespace Cd {
2725
+ interface Standard {
2726
+ /**
2727
+ * Place of supply scheme used in an standard registration.
2728
+ */
2729
+ place_of_supply_scheme?: Standard.PlaceOfSupplyScheme;
2730
+ }
2731
+ namespace Standard {
2732
+ type PlaceOfSupplyScheme = 'inbound_goods' | 'standard';
2733
+ }
2734
+ }
2735
+ namespace Ch {
2736
+ interface Standard {
2737
+ /**
2738
+ * Place of supply scheme used in an standard registration.
2739
+ */
2740
+ place_of_supply_scheme?: Standard.PlaceOfSupplyScheme;
2741
+ }
2742
+ namespace Standard {
2743
+ type PlaceOfSupplyScheme = 'inbound_goods' | 'standard';
2744
+ }
2745
+ }
2746
+ namespace Cy {
2747
+ interface Standard {
2748
+ /**
2749
+ * Place of supply scheme used in an EU standard registration.
2750
+ */
2751
+ place_of_supply_scheme: Standard.PlaceOfSupplyScheme;
2752
+ }
2753
+ type Type = 'ioss' | 'oss_non_union' | 'oss_union' | 'standard';
2754
+ namespace Standard {
2755
+ type PlaceOfSupplyScheme = 'inbound_goods' | 'small_seller' | 'standard';
2756
+ }
2757
+ }
2758
+ namespace Cz {
2759
+ interface Standard {
2760
+ /**
2761
+ * Place of supply scheme used in an EU standard registration.
2762
+ */
2763
+ place_of_supply_scheme: Standard.PlaceOfSupplyScheme;
2764
+ }
2765
+ type Type = 'ioss' | 'oss_non_union' | 'oss_union' | 'standard';
2766
+ namespace Standard {
2767
+ type PlaceOfSupplyScheme = 'inbound_goods' | 'small_seller' | 'standard';
2768
+ }
2769
+ }
2770
+ namespace De {
2771
+ interface Standard {
2772
+ /**
2773
+ * Place of supply scheme used in an EU standard registration.
2774
+ */
2775
+ place_of_supply_scheme: Standard.PlaceOfSupplyScheme;
2776
+ }
2777
+ type Type = 'ioss' | 'oss_non_union' | 'oss_union' | 'standard';
2778
+ namespace Standard {
2779
+ type PlaceOfSupplyScheme = 'inbound_goods' | 'small_seller' | 'standard';
2780
+ }
2781
+ }
2782
+ namespace Dk {
2783
+ interface Standard {
2784
+ /**
2785
+ * Place of supply scheme used in an EU standard registration.
2786
+ */
2787
+ place_of_supply_scheme: Standard.PlaceOfSupplyScheme;
2788
+ }
2789
+ type Type = 'ioss' | 'oss_non_union' | 'oss_union' | 'standard';
2790
+ namespace Standard {
2791
+ type PlaceOfSupplyScheme = 'inbound_goods' | 'small_seller' | 'standard';
2792
+ }
2793
+ }
2794
+ namespace Ee {
2795
+ interface Standard {
2796
+ /**
2797
+ * Place of supply scheme used in an EU standard registration.
2798
+ */
2799
+ place_of_supply_scheme: Standard.PlaceOfSupplyScheme;
2800
+ }
2801
+ type Type = 'ioss' | 'oss_non_union' | 'oss_union' | 'standard';
2802
+ namespace Standard {
2803
+ type PlaceOfSupplyScheme = 'inbound_goods' | 'small_seller' | 'standard';
2804
+ }
2805
+ }
2806
+ namespace Es {
2807
+ interface Standard {
2808
+ /**
2809
+ * Place of supply scheme used in an EU standard registration.
2810
+ */
2811
+ place_of_supply_scheme: Standard.PlaceOfSupplyScheme;
2812
+ }
2813
+ type Type = 'ioss' | 'oss_non_union' | 'oss_union' | 'standard';
2814
+ namespace Standard {
2815
+ type PlaceOfSupplyScheme = 'inbound_goods' | 'small_seller' | 'standard';
2816
+ }
2817
+ }
2818
+ namespace Et {
2819
+ interface Standard {
2820
+ /**
2821
+ * Place of supply scheme used in an standard registration.
2822
+ */
2823
+ place_of_supply_scheme?: Standard.PlaceOfSupplyScheme;
2824
+ }
2825
+ namespace Standard {
2826
+ type PlaceOfSupplyScheme = 'inbound_goods' | 'standard';
2827
+ }
2828
+ }
2829
+ namespace Fi {
2830
+ interface Standard {
2831
+ /**
2832
+ * Place of supply scheme used in an EU standard registration.
2833
+ */
2834
+ place_of_supply_scheme: Standard.PlaceOfSupplyScheme;
2835
+ }
2836
+ type Type = 'ioss' | 'oss_non_union' | 'oss_union' | 'standard';
2837
+ namespace Standard {
2838
+ type PlaceOfSupplyScheme = 'inbound_goods' | 'small_seller' | 'standard';
2839
+ }
2840
+ }
2841
+ namespace Fr {
2842
+ interface Standard {
2843
+ /**
2844
+ * Place of supply scheme used in an EU standard registration.
2845
+ */
2846
+ place_of_supply_scheme: Standard.PlaceOfSupplyScheme;
2847
+ }
2848
+ type Type = 'ioss' | 'oss_non_union' | 'oss_union' | 'standard';
2849
+ namespace Standard {
2850
+ type PlaceOfSupplyScheme = 'inbound_goods' | 'small_seller' | 'standard';
2851
+ }
2852
+ }
2853
+ namespace Gb {
2854
+ interface Standard {
2855
+ /**
2856
+ * Place of supply scheme used in an standard registration.
2857
+ */
2858
+ place_of_supply_scheme?: Standard.PlaceOfSupplyScheme;
2859
+ }
2860
+ namespace Standard {
2861
+ type PlaceOfSupplyScheme = 'inbound_goods' | 'standard';
2862
+ }
2863
+ }
2864
+ namespace Gn {
2865
+ interface Standard {
2866
+ /**
2867
+ * Place of supply scheme used in an standard registration.
2868
+ */
2869
+ place_of_supply_scheme?: Standard.PlaceOfSupplyScheme;
2870
+ }
2871
+ namespace Standard {
2872
+ type PlaceOfSupplyScheme = 'inbound_goods' | 'standard';
2873
+ }
2874
+ }
2875
+ namespace Gr {
2876
+ interface Standard {
2877
+ /**
2878
+ * Place of supply scheme used in an EU standard registration.
2879
+ */
2880
+ place_of_supply_scheme: Standard.PlaceOfSupplyScheme;
2881
+ }
2882
+ type Type = 'ioss' | 'oss_non_union' | 'oss_union' | 'standard';
2883
+ namespace Standard {
2884
+ type PlaceOfSupplyScheme = 'inbound_goods' | 'small_seller' | 'standard';
2885
+ }
2886
+ }
2887
+ namespace Hr {
2888
+ interface Standard {
2889
+ /**
2890
+ * Place of supply scheme used in an EU standard registration.
2891
+ */
2892
+ place_of_supply_scheme: Standard.PlaceOfSupplyScheme;
2893
+ }
2894
+ type Type = 'ioss' | 'oss_non_union' | 'oss_union' | 'standard';
2895
+ namespace Standard {
2896
+ type PlaceOfSupplyScheme = 'inbound_goods' | 'small_seller' | 'standard';
2897
+ }
2898
+ }
2899
+ namespace Hu {
2900
+ interface Standard {
2901
+ /**
2902
+ * Place of supply scheme used in an EU standard registration.
2903
+ */
2904
+ place_of_supply_scheme: Standard.PlaceOfSupplyScheme;
2905
+ }
2906
+ type Type = 'ioss' | 'oss_non_union' | 'oss_union' | 'standard';
2907
+ namespace Standard {
2908
+ type PlaceOfSupplyScheme = 'inbound_goods' | 'small_seller' | 'standard';
2909
+ }
2910
+ }
2911
+ namespace Ie {
2912
+ interface Standard {
2913
+ /**
2914
+ * Place of supply scheme used in an EU standard registration.
2915
+ */
2916
+ place_of_supply_scheme: Standard.PlaceOfSupplyScheme;
2917
+ }
2918
+ type Type = 'ioss' | 'oss_non_union' | 'oss_union' | 'standard';
2919
+ namespace Standard {
2920
+ type PlaceOfSupplyScheme = 'inbound_goods' | 'small_seller' | 'standard';
2921
+ }
2922
+ }
2923
+ namespace Is {
2924
+ interface Standard {
2925
+ /**
2926
+ * Place of supply scheme used in an standard registration.
2927
+ */
2928
+ place_of_supply_scheme?: Standard.PlaceOfSupplyScheme;
2929
+ }
2930
+ namespace Standard {
2931
+ type PlaceOfSupplyScheme = 'inbound_goods' | 'standard';
2932
+ }
2933
+ }
2934
+ namespace It {
2935
+ interface Standard {
2936
+ /**
2937
+ * Place of supply scheme used in an EU standard registration.
2938
+ */
2939
+ place_of_supply_scheme: Standard.PlaceOfSupplyScheme;
2940
+ }
2941
+ type Type = 'ioss' | 'oss_non_union' | 'oss_union' | 'standard';
2942
+ namespace Standard {
2943
+ type PlaceOfSupplyScheme = 'inbound_goods' | 'small_seller' | 'standard';
2944
+ }
2945
+ }
2946
+ namespace Jp {
2947
+ interface Standard {
2948
+ /**
2949
+ * Place of supply scheme used in an standard registration.
2950
+ */
2951
+ place_of_supply_scheme?: Standard.PlaceOfSupplyScheme;
2952
+ }
2953
+ namespace Standard {
2954
+ type PlaceOfSupplyScheme = 'inbound_goods' | 'standard';
2955
+ }
2956
+ }
2957
+ namespace Lt {
2958
+ interface Standard {
2959
+ /**
2960
+ * Place of supply scheme used in an EU standard registration.
2961
+ */
2962
+ place_of_supply_scheme: Standard.PlaceOfSupplyScheme;
2963
+ }
2964
+ type Type = 'ioss' | 'oss_non_union' | 'oss_union' | 'standard';
2965
+ namespace Standard {
2966
+ type PlaceOfSupplyScheme = 'inbound_goods' | 'small_seller' | 'standard';
2967
+ }
2968
+ }
2969
+ namespace Lu {
2970
+ interface Standard {
2971
+ /**
2972
+ * Place of supply scheme used in an EU standard registration.
2973
+ */
2974
+ place_of_supply_scheme: Standard.PlaceOfSupplyScheme;
2975
+ }
2976
+ type Type = 'ioss' | 'oss_non_union' | 'oss_union' | 'standard';
2977
+ namespace Standard {
2978
+ type PlaceOfSupplyScheme = 'inbound_goods' | 'small_seller' | 'standard';
2979
+ }
2980
+ }
2981
+ namespace Lv {
2982
+ interface Standard {
2983
+ /**
2984
+ * Place of supply scheme used in an EU standard registration.
2985
+ */
2986
+ place_of_supply_scheme: Standard.PlaceOfSupplyScheme;
2987
+ }
2988
+ type Type = 'ioss' | 'oss_non_union' | 'oss_union' | 'standard';
2989
+ namespace Standard {
2990
+ type PlaceOfSupplyScheme = 'inbound_goods' | 'small_seller' | 'standard';
2991
+ }
2992
+ }
2993
+ namespace Me {
2994
+ interface Standard {
2995
+ /**
2996
+ * Place of supply scheme used in an standard registration.
2997
+ */
2998
+ place_of_supply_scheme?: Standard.PlaceOfSupplyScheme;
2999
+ }
3000
+ namespace Standard {
3001
+ type PlaceOfSupplyScheme = 'inbound_goods' | 'standard';
3002
+ }
3003
+ }
3004
+ namespace Mk {
3005
+ interface Standard {
3006
+ /**
3007
+ * Place of supply scheme used in an standard registration.
3008
+ */
3009
+ place_of_supply_scheme?: Standard.PlaceOfSupplyScheme;
3010
+ }
3011
+ namespace Standard {
3012
+ type PlaceOfSupplyScheme = 'inbound_goods' | 'standard';
3013
+ }
3014
+ }
3015
+ namespace Mr {
3016
+ interface Standard {
3017
+ /**
3018
+ * Place of supply scheme used in an standard registration.
3019
+ */
3020
+ place_of_supply_scheme?: Standard.PlaceOfSupplyScheme;
3021
+ }
3022
+ namespace Standard {
3023
+ type PlaceOfSupplyScheme = 'inbound_goods' | 'standard';
3024
+ }
3025
+ }
3026
+ namespace Mt {
3027
+ interface Standard {
3028
+ /**
3029
+ * Place of supply scheme used in an EU standard registration.
3030
+ */
3031
+ place_of_supply_scheme: Standard.PlaceOfSupplyScheme;
3032
+ }
3033
+ type Type = 'ioss' | 'oss_non_union' | 'oss_union' | 'standard';
3034
+ namespace Standard {
3035
+ type PlaceOfSupplyScheme = 'inbound_goods' | 'small_seller' | 'standard';
3036
+ }
3037
+ }
3038
+ namespace Nl {
3039
+ interface Standard {
3040
+ /**
3041
+ * Place of supply scheme used in an EU standard registration.
3042
+ */
3043
+ place_of_supply_scheme: Standard.PlaceOfSupplyScheme;
3044
+ }
3045
+ type Type = 'ioss' | 'oss_non_union' | 'oss_union' | 'standard';
3046
+ namespace Standard {
3047
+ type PlaceOfSupplyScheme = 'inbound_goods' | 'small_seller' | 'standard';
3048
+ }
3049
+ }
3050
+ namespace No {
3051
+ interface Standard {
3052
+ /**
3053
+ * Place of supply scheme used in an standard registration.
3054
+ */
3055
+ place_of_supply_scheme?: Standard.PlaceOfSupplyScheme;
3056
+ }
3057
+ namespace Standard {
3058
+ type PlaceOfSupplyScheme = 'inbound_goods' | 'standard';
3059
+ }
3060
+ }
3061
+ namespace Nz {
3062
+ interface Standard {
3063
+ /**
3064
+ * Place of supply scheme used in an standard registration.
3065
+ */
3066
+ place_of_supply_scheme?: Standard.PlaceOfSupplyScheme;
3067
+ }
3068
+ namespace Standard {
3069
+ type PlaceOfSupplyScheme = 'inbound_goods' | 'standard';
3070
+ }
3071
+ }
3072
+ namespace Om {
3073
+ interface Standard {
3074
+ /**
3075
+ * Place of supply scheme used in an standard registration.
3076
+ */
3077
+ place_of_supply_scheme?: Standard.PlaceOfSupplyScheme;
3078
+ }
3079
+ namespace Standard {
3080
+ type PlaceOfSupplyScheme = 'inbound_goods' | 'standard';
3081
+ }
3082
+ }
3083
+ namespace Pl {
3084
+ interface Standard {
3085
+ /**
3086
+ * Place of supply scheme used in an EU standard registration.
3087
+ */
3088
+ place_of_supply_scheme: Standard.PlaceOfSupplyScheme;
3089
+ }
3090
+ type Type = 'ioss' | 'oss_non_union' | 'oss_union' | 'standard';
3091
+ namespace Standard {
3092
+ type PlaceOfSupplyScheme = 'inbound_goods' | 'small_seller' | 'standard';
3093
+ }
3094
+ }
3095
+ namespace Pt {
3096
+ interface Standard {
3097
+ /**
3098
+ * Place of supply scheme used in an EU standard registration.
3099
+ */
3100
+ place_of_supply_scheme: Standard.PlaceOfSupplyScheme;
3101
+ }
3102
+ type Type = 'ioss' | 'oss_non_union' | 'oss_union' | 'standard';
3103
+ namespace Standard {
3104
+ type PlaceOfSupplyScheme = 'inbound_goods' | 'small_seller' | 'standard';
3105
+ }
3106
+ }
3107
+ namespace Ro {
3108
+ interface Standard {
3109
+ /**
3110
+ * Place of supply scheme used in an EU standard registration.
3111
+ */
3112
+ place_of_supply_scheme: Standard.PlaceOfSupplyScheme;
3113
+ }
3114
+ type Type = 'ioss' | 'oss_non_union' | 'oss_union' | 'standard';
3115
+ namespace Standard {
3116
+ type PlaceOfSupplyScheme = 'inbound_goods' | 'small_seller' | 'standard';
3117
+ }
3118
+ }
3119
+ namespace Rs {
3120
+ interface Standard {
3121
+ /**
3122
+ * Place of supply scheme used in an standard registration.
3123
+ */
3124
+ place_of_supply_scheme?: Standard.PlaceOfSupplyScheme;
3125
+ }
3126
+ namespace Standard {
3127
+ type PlaceOfSupplyScheme = 'inbound_goods' | 'standard';
3128
+ }
3129
+ }
3130
+ namespace Se {
3131
+ interface Standard {
3132
+ /**
3133
+ * Place of supply scheme used in an EU standard registration.
3134
+ */
3135
+ place_of_supply_scheme: Standard.PlaceOfSupplyScheme;
3136
+ }
3137
+ type Type = 'ioss' | 'oss_non_union' | 'oss_union' | 'standard';
3138
+ namespace Standard {
3139
+ type PlaceOfSupplyScheme = 'inbound_goods' | 'small_seller' | 'standard';
3140
+ }
3141
+ }
3142
+ namespace Sg {
3143
+ interface Standard {
3144
+ /**
3145
+ * Place of supply scheme used in an standard registration.
3146
+ */
3147
+ place_of_supply_scheme?: Standard.PlaceOfSupplyScheme;
3148
+ }
3149
+ namespace Standard {
3150
+ type PlaceOfSupplyScheme = 'inbound_goods' | 'standard';
3151
+ }
3152
+ }
3153
+ namespace Si {
3154
+ interface Standard {
3155
+ /**
3156
+ * Place of supply scheme used in an EU standard registration.
3157
+ */
3158
+ place_of_supply_scheme: Standard.PlaceOfSupplyScheme;
3159
+ }
3160
+ type Type = 'ioss' | 'oss_non_union' | 'oss_union' | 'standard';
3161
+ namespace Standard {
3162
+ type PlaceOfSupplyScheme = 'inbound_goods' | 'small_seller' | 'standard';
3163
+ }
3164
+ }
3165
+ namespace Sk {
3166
+ interface Standard {
3167
+ /**
3168
+ * Place of supply scheme used in an EU standard registration.
3169
+ */
3170
+ place_of_supply_scheme: Standard.PlaceOfSupplyScheme;
3171
+ }
3172
+ type Type = 'ioss' | 'oss_non_union' | 'oss_union' | 'standard';
3173
+ namespace Standard {
3174
+ type PlaceOfSupplyScheme = 'inbound_goods' | 'small_seller' | 'standard';
3175
+ }
3176
+ }
3177
+ namespace Sr {
3178
+ interface Standard {
3179
+ /**
3180
+ * Place of supply scheme used in an standard registration.
3181
+ */
3182
+ place_of_supply_scheme?: Standard.PlaceOfSupplyScheme;
3183
+ }
3184
+ namespace Standard {
3185
+ type PlaceOfSupplyScheme = 'inbound_goods' | 'standard';
3186
+ }
3187
+ }
3188
+ namespace Us {
3189
+ interface LocalAmusementTax {
3190
+ /**
3191
+ * A jurisdiction code representing the [local jurisdiction](https://docs.stripe.com/tax/registering?type=amusement_tax#registration-types).
3192
+ */
3193
+ jurisdiction: string;
3194
+ }
3195
+ interface LocalLeaseTax {
3196
+ /**
3197
+ * A [FIPS code](https://www.census.gov/library/reference/code-lists/ansi.html) representing the local jurisdiction. Supported FIPS codes are: `14000` (Chicago).
3198
+ */
3199
+ jurisdiction: string;
3200
+ }
3201
+ interface StateSalesTax {
3202
+ /**
3203
+ * Elections for the state sales tax registration.
3204
+ */
3205
+ elections: Array<StateSalesTax.Election>;
3206
+ }
3207
+ type Type = 'local_amusement_tax' | 'local_lease_tax' | 'state_communications_tax' | 'state_retail_delivery_fee' | 'state_sales_tax';
3208
+ namespace StateSalesTax {
3209
+ interface Election {
3210
+ /**
3211
+ * A [FIPS code](https://www.census.gov/library/reference/code-lists/ansi.html) representing the local jurisdiction. Supported FIPS codes are: `003` (Allegheny County) and `60000` (Philadelphia City).
3212
+ */
3213
+ jurisdiction?: string;
3214
+ /**
3215
+ * The type of the election for the state sales tax registration.
3216
+ */
3217
+ type: Election.Type;
3218
+ }
3219
+ namespace Election {
3220
+ type Type = 'local_use_tax' | 'simplified_sellers_use_tax' | 'single_local_use_tax';
3221
+ }
3222
+ }
3223
+ }
3224
+ namespace Uy {
3225
+ interface Standard {
3226
+ /**
3227
+ * Place of supply scheme used in an standard registration.
3228
+ */
3229
+ place_of_supply_scheme?: Standard.PlaceOfSupplyScheme;
3230
+ }
3231
+ namespace Standard {
3232
+ type PlaceOfSupplyScheme = 'inbound_goods' | 'standard';
3233
+ }
3234
+ }
3235
+ namespace Za {
3236
+ interface Standard {
3237
+ /**
3238
+ * Place of supply scheme used in an standard registration.
3239
+ */
3240
+ place_of_supply_scheme?: Standard.PlaceOfSupplyScheme;
3241
+ }
3242
+ namespace Standard {
3243
+ type PlaceOfSupplyScheme = 'inbound_goods' | 'standard';
3244
+ }
3245
+ }
3246
+ namespace Zw {
3247
+ interface Standard {
3248
+ /**
3249
+ * Place of supply scheme used in an standard registration.
3250
+ */
3251
+ place_of_supply_scheme?: Standard.PlaceOfSupplyScheme;
3252
+ }
3253
+ namespace Standard {
3254
+ type PlaceOfSupplyScheme = 'inbound_goods' | 'standard';
3255
+ }
3256
+ }
3257
+ }
3258
+ }
3259
+ }
3260
+ export declare namespace Tax {
3261
+ interface RegistrationRetrieveParams {
3262
+ /**
3263
+ * Specifies which fields in the response should be expanded.
3264
+ */
3265
+ expand?: Array<string>;
3266
+ }
3267
+ }
3268
+ export declare namespace Tax {
3269
+ interface RegistrationUpdateParams {
3270
+ /**
3271
+ * Time at which the registration becomes active. It can be either `now` to indicate the current time, or a timestamp measured in seconds since the Unix epoch.
3272
+ */
3273
+ active_from?: 'now' | number;
3274
+ /**
3275
+ * Specifies which fields in the response should be expanded.
3276
+ */
3277
+ expand?: Array<string>;
3278
+ /**
3279
+ * If set, the registration stops being active at this time. If not set, the registration will be active indefinitely. It can be either `now` to indicate the current time, or a timestamp measured in seconds since the Unix epoch.
3280
+ */
3281
+ expires_at?: Emptyable<'now' | number>;
3282
+ }
3283
+ }
3284
+ export declare namespace Tax {
3285
+ interface RegistrationListParams extends PaginationParams {
3286
+ /**
3287
+ * Specifies which fields in the response should be expanded.
3288
+ */
3289
+ expand?: Array<string>;
3290
+ /**
3291
+ * The status of the Tax Registration.
3292
+ */
3293
+ status?: RegistrationListParams.Status;
3294
+ }
3295
+ namespace RegistrationListParams {
3296
+ type Status = 'active' | 'all' | 'expired' | 'scheduled';
3297
+ }
3298
+ }