@techninja/staticart 0.1.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +183 -0
- package/api/checkout.js +72 -0
- package/api/jsconfig.json +16 -0
- package/api/lib/config.js +42 -0
- package/api/lib/dynamo.js +102 -0
- package/api/lib/response.js +21 -0
- package/api/lib/shipping/index.js +126 -0
- package/api/lib/stripe.js +97 -0
- package/api/node_modules/.package-lock.json +1659 -0
- package/api/node_modules/@aws/lambda-invoke-store/LICENSE +175 -0
- package/api/node_modules/@aws/lambda-invoke-store/README.md +198 -0
- package/api/node_modules/@aws/lambda-invoke-store/dist-cjs/invoke-store.js +119 -0
- package/api/node_modules/@aws/lambda-invoke-store/dist-es/invoke-store.js +117 -0
- package/api/node_modules/@aws/lambda-invoke-store/dist-types/invoke-store.benchmark.d.ts +1 -0
- package/api/node_modules/@aws/lambda-invoke-store/dist-types/invoke-store.d.ts +49 -0
- package/api/node_modules/@aws/lambda-invoke-store/package.json +55 -0
- package/api/node_modules/@aws-crypto/sha256-browser/CHANGELOG.md +118 -0
- package/api/node_modules/@aws-crypto/sha256-browser/LICENSE +202 -0
- package/api/node_modules/@aws-crypto/sha256-browser/README.md +31 -0
- package/api/node_modules/@aws-crypto/sha256-browser/build/main/constants.d.ts +10 -0
- package/api/node_modules/@aws-crypto/sha256-browser/build/main/constants.js +43 -0
- package/api/node_modules/@aws-crypto/sha256-browser/build/main/constants.js.map +1 -0
- package/api/node_modules/@aws-crypto/sha256-browser/build/main/crossPlatformSha256.d.ts +8 -0
- package/api/node_modules/@aws-crypto/sha256-browser/build/main/crossPlatformSha256.js +30 -0
- package/api/node_modules/@aws-crypto/sha256-browser/build/main/crossPlatformSha256.js.map +1 -0
- package/api/node_modules/@aws-crypto/sha256-browser/build/main/index.d.ts +2 -0
- package/api/node_modules/@aws-crypto/sha256-browser/build/main/index.js +8 -0
- package/api/node_modules/@aws-crypto/sha256-browser/build/main/index.js.map +1 -0
- package/api/node_modules/@aws-crypto/sha256-browser/build/main/isEmptyData.d.ts +2 -0
- package/api/node_modules/@aws-crypto/sha256-browser/build/main/isEmptyData.js +11 -0
- package/api/node_modules/@aws-crypto/sha256-browser/build/main/isEmptyData.js.map +1 -0
- package/api/node_modules/@aws-crypto/sha256-browser/build/main/webCryptoSha256.d.ts +10 -0
- package/api/node_modules/@aws-crypto/sha256-browser/build/main/webCryptoSha256.js +56 -0
- package/api/node_modules/@aws-crypto/sha256-browser/build/main/webCryptoSha256.js.map +1 -0
- package/api/node_modules/@aws-crypto/sha256-browser/build/module/constants.d.ts +10 -0
- package/api/node_modules/@aws-crypto/sha256-browser/build/module/constants.js +40 -0
- package/api/node_modules/@aws-crypto/sha256-browser/build/module/constants.js.map +1 -0
- package/api/node_modules/@aws-crypto/sha256-browser/build/module/crossPlatformSha256.d.ts +8 -0
- package/api/node_modules/@aws-crypto/sha256-browser/build/module/crossPlatformSha256.js +27 -0
- package/api/node_modules/@aws-crypto/sha256-browser/build/module/crossPlatformSha256.js.map +1 -0
- package/api/node_modules/@aws-crypto/sha256-browser/build/module/index.d.ts +2 -0
- package/api/node_modules/@aws-crypto/sha256-browser/build/module/index.js +3 -0
- package/api/node_modules/@aws-crypto/sha256-browser/build/module/index.js.map +1 -0
- package/api/node_modules/@aws-crypto/sha256-browser/build/module/isEmptyData.d.ts +2 -0
- package/api/node_modules/@aws-crypto/sha256-browser/build/module/isEmptyData.js +7 -0
- package/api/node_modules/@aws-crypto/sha256-browser/build/module/isEmptyData.js.map +1 -0
- package/api/node_modules/@aws-crypto/sha256-browser/build/module/webCryptoSha256.d.ts +10 -0
- package/api/node_modules/@aws-crypto/sha256-browser/build/module/webCryptoSha256.js +53 -0
- package/api/node_modules/@aws-crypto/sha256-browser/build/module/webCryptoSha256.js.map +1 -0
- package/api/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/is-array-buffer/LICENSE +201 -0
- package/api/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/is-array-buffer/README.md +10 -0
- package/api/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/is-array-buffer/dist-cjs/index.js +32 -0
- package/api/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/is-array-buffer/dist-es/index.js +2 -0
- package/api/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/is-array-buffer/dist-types/index.d.ts +4 -0
- package/api/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/is-array-buffer/dist-types/ts3.4/index.d.ts +4 -0
- package/api/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/is-array-buffer/package.json +60 -0
- package/api/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-buffer-from/LICENSE +201 -0
- package/api/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-buffer-from/README.md +10 -0
- package/api/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-buffer-from/dist-cjs/index.js +47 -0
- package/api/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-buffer-from/dist-es/index.js +14 -0
- package/api/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-buffer-from/dist-types/index.d.ts +13 -0
- package/api/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-buffer-from/dist-types/ts3.4/index.d.ts +13 -0
- package/api/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-buffer-from/package.json +61 -0
- package/api/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/LICENSE +201 -0
- package/api/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/README.md +4 -0
- package/api/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-cjs/fromUtf8.browser.js +1 -0
- package/api/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-cjs/fromUtf8.js +1 -0
- package/api/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-cjs/index.js +65 -0
- package/api/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-cjs/toUint8Array.js +1 -0
- package/api/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-cjs/toUtf8.browser.js +1 -0
- package/api/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-cjs/toUtf8.js +1 -0
- package/api/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-es/fromUtf8.browser.js +1 -0
- package/api/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-es/fromUtf8.js +5 -0
- package/api/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-es/index.js +3 -0
- package/api/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-es/toUint8Array.js +10 -0
- package/api/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-es/toUtf8.browser.js +9 -0
- package/api/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-es/toUtf8.js +10 -0
- package/api/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-types/fromUtf8.browser.d.ts +1 -0
- package/api/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-types/fromUtf8.d.ts +1 -0
- package/api/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-types/index.d.ts +3 -0
- package/api/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-types/toUint8Array.d.ts +1 -0
- package/api/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-types/toUtf8.browser.d.ts +7 -0
- package/api/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-types/toUtf8.d.ts +7 -0
- package/api/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-types/ts3.4/fromUtf8.browser.d.ts +1 -0
- package/api/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-types/ts3.4/fromUtf8.d.ts +1 -0
- package/api/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-types/ts3.4/index.d.ts +3 -0
- package/api/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-types/ts3.4/toUint8Array.d.ts +1 -0
- package/api/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-types/ts3.4/toUtf8.browser.d.ts +7 -0
- package/api/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-types/ts3.4/toUtf8.d.ts +7 -0
- package/api/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/package.json +66 -0
- package/api/node_modules/@aws-crypto/sha256-browser/package.json +33 -0
- package/api/node_modules/@aws-crypto/sha256-browser/src/constants.ts +41 -0
- package/api/node_modules/@aws-crypto/sha256-browser/src/crossPlatformSha256.ts +30 -0
- package/api/node_modules/@aws-crypto/sha256-browser/src/index.ts +2 -0
- package/api/node_modules/@aws-crypto/sha256-browser/src/isEmptyData.ts +9 -0
- package/api/node_modules/@aws-crypto/sha256-browser/src/webCryptoSha256.ts +71 -0
- package/api/node_modules/@aws-crypto/sha256-browser/tsconfig.json +10 -0
- package/api/node_modules/@aws-crypto/sha256-browser/tsconfig.module.json +7 -0
- package/api/node_modules/@aws-crypto/sha256-js/CHANGELOG.md +106 -0
- package/api/node_modules/@aws-crypto/sha256-js/LICENSE +201 -0
- package/api/node_modules/@aws-crypto/sha256-js/README.md +29 -0
- package/api/node_modules/@aws-crypto/sha256-js/build/main/RawSha256.d.ts +17 -0
- package/api/node_modules/@aws-crypto/sha256-js/build/main/RawSha256.js +124 -0
- package/api/node_modules/@aws-crypto/sha256-js/build/main/RawSha256.js.map +1 -0
- package/api/node_modules/@aws-crypto/sha256-js/build/main/constants.d.ts +20 -0
- package/api/node_modules/@aws-crypto/sha256-js/build/main/constants.js +98 -0
- package/api/node_modules/@aws-crypto/sha256-js/build/main/constants.js.map +1 -0
- package/api/node_modules/@aws-crypto/sha256-js/build/main/index.d.ts +1 -0
- package/api/node_modules/@aws-crypto/sha256-js/build/main/index.js +5 -0
- package/api/node_modules/@aws-crypto/sha256-js/build/main/index.js.map +1 -0
- package/api/node_modules/@aws-crypto/sha256-js/build/main/jsSha256.d.ts +12 -0
- package/api/node_modules/@aws-crypto/sha256-js/build/main/jsSha256.js +85 -0
- package/api/node_modules/@aws-crypto/sha256-js/build/main/jsSha256.js.map +1 -0
- package/api/node_modules/@aws-crypto/sha256-js/build/main/knownHashes.fixture.d.ts +5 -0
- package/api/node_modules/@aws-crypto/sha256-js/build/main/knownHashes.fixture.js +322 -0
- package/api/node_modules/@aws-crypto/sha256-js/build/main/knownHashes.fixture.js.map +1 -0
- package/api/node_modules/@aws-crypto/sha256-js/build/module/RawSha256.d.ts +17 -0
- package/api/node_modules/@aws-crypto/sha256-js/build/module/RawSha256.js +121 -0
- package/api/node_modules/@aws-crypto/sha256-js/build/module/RawSha256.js.map +1 -0
- package/api/node_modules/@aws-crypto/sha256-js/build/module/constants.d.ts +20 -0
- package/api/node_modules/@aws-crypto/sha256-js/build/module/constants.js +95 -0
- package/api/node_modules/@aws-crypto/sha256-js/build/module/constants.js.map +1 -0
- package/api/node_modules/@aws-crypto/sha256-js/build/module/index.d.ts +1 -0
- package/api/node_modules/@aws-crypto/sha256-js/build/module/index.js +2 -0
- package/api/node_modules/@aws-crypto/sha256-js/build/module/index.js.map +1 -0
- package/api/node_modules/@aws-crypto/sha256-js/build/module/jsSha256.d.ts +12 -0
- package/api/node_modules/@aws-crypto/sha256-js/build/module/jsSha256.js +82 -0
- package/api/node_modules/@aws-crypto/sha256-js/build/module/jsSha256.js.map +1 -0
- package/api/node_modules/@aws-crypto/sha256-js/build/module/knownHashes.fixture.d.ts +5 -0
- package/api/node_modules/@aws-crypto/sha256-js/build/module/knownHashes.fixture.js +319 -0
- package/api/node_modules/@aws-crypto/sha256-js/build/module/knownHashes.fixture.js.map +1 -0
- package/api/node_modules/@aws-crypto/sha256-js/package.json +32 -0
- package/api/node_modules/@aws-crypto/sha256-js/src/RawSha256.ts +164 -0
- package/api/node_modules/@aws-crypto/sha256-js/src/constants.ts +98 -0
- package/api/node_modules/@aws-crypto/sha256-js/src/index.ts +1 -0
- package/api/node_modules/@aws-crypto/sha256-js/src/jsSha256.ts +94 -0
- package/api/node_modules/@aws-crypto/sha256-js/src/knownHashes.fixture.ts +401 -0
- package/api/node_modules/@aws-crypto/sha256-js/tsconfig.json +10 -0
- package/api/node_modules/@aws-crypto/sha256-js/tsconfig.module.json +7 -0
- package/api/node_modules/@aws-crypto/supports-web-crypto/CHANGELOG.md +66 -0
- package/api/node_modules/@aws-crypto/supports-web-crypto/LICENSE +202 -0
- package/api/node_modules/@aws-crypto/supports-web-crypto/README.md +32 -0
- package/api/node_modules/@aws-crypto/supports-web-crypto/build/main/index.d.ts +1 -0
- package/api/node_modules/@aws-crypto/supports-web-crypto/build/main/index.js +5 -0
- package/api/node_modules/@aws-crypto/supports-web-crypto/build/main/index.js.map +1 -0
- package/api/node_modules/@aws-crypto/supports-web-crypto/build/main/supportsWebCrypto.d.ts +4 -0
- package/api/node_modules/@aws-crypto/supports-web-crypto/build/main/supportsWebCrypto.js +69 -0
- package/api/node_modules/@aws-crypto/supports-web-crypto/build/main/supportsWebCrypto.js.map +1 -0
- package/api/node_modules/@aws-crypto/supports-web-crypto/build/module/index.d.ts +1 -0
- package/api/node_modules/@aws-crypto/supports-web-crypto/build/module/index.js +2 -0
- package/api/node_modules/@aws-crypto/supports-web-crypto/build/module/index.js.map +1 -0
- package/api/node_modules/@aws-crypto/supports-web-crypto/build/module/supportsWebCrypto.d.ts +4 -0
- package/api/node_modules/@aws-crypto/supports-web-crypto/build/module/supportsWebCrypto.js +62 -0
- package/api/node_modules/@aws-crypto/supports-web-crypto/build/module/supportsWebCrypto.js.map +1 -0
- package/api/node_modules/@aws-crypto/supports-web-crypto/package.json +28 -0
- package/api/node_modules/@aws-crypto/supports-web-crypto/src/index.ts +1 -0
- package/api/node_modules/@aws-crypto/supports-web-crypto/src/supportsWebCrypto.ts +76 -0
- package/api/node_modules/@aws-crypto/supports-web-crypto/tsconfig.json +10 -0
- package/api/node_modules/@aws-crypto/supports-web-crypto/tsconfig.module.json +7 -0
- package/api/node_modules/@aws-crypto/util/CHANGELOG.md +71 -0
- package/api/node_modules/@aws-crypto/util/LICENSE +201 -0
- package/api/node_modules/@aws-crypto/util/README.md +16 -0
- package/api/node_modules/@aws-crypto/util/build/main/convertToBuffer.d.ts +2 -0
- package/api/node_modules/@aws-crypto/util/build/main/convertToBuffer.js +24 -0
- package/api/node_modules/@aws-crypto/util/build/main/convertToBuffer.js.map +1 -0
- package/api/node_modules/@aws-crypto/util/build/main/index.d.ts +4 -0
- package/api/node_modules/@aws-crypto/util/build/main/index.js +14 -0
- package/api/node_modules/@aws-crypto/util/build/main/index.js.map +1 -0
- package/api/node_modules/@aws-crypto/util/build/main/isEmptyData.d.ts +2 -0
- package/api/node_modules/@aws-crypto/util/build/main/isEmptyData.js +13 -0
- package/api/node_modules/@aws-crypto/util/build/main/isEmptyData.js.map +1 -0
- package/api/node_modules/@aws-crypto/util/build/main/numToUint8.d.ts +1 -0
- package/api/node_modules/@aws-crypto/util/build/main/numToUint8.js +15 -0
- package/api/node_modules/@aws-crypto/util/build/main/numToUint8.js.map +1 -0
- package/api/node_modules/@aws-crypto/util/build/main/uint32ArrayFrom.d.ts +1 -0
- package/api/node_modules/@aws-crypto/util/build/main/uint32ArrayFrom.js +20 -0
- package/api/node_modules/@aws-crypto/util/build/main/uint32ArrayFrom.js.map +1 -0
- package/api/node_modules/@aws-crypto/util/build/module/convertToBuffer.d.ts +2 -0
- package/api/node_modules/@aws-crypto/util/build/module/convertToBuffer.js +20 -0
- package/api/node_modules/@aws-crypto/util/build/module/convertToBuffer.js.map +1 -0
- package/api/node_modules/@aws-crypto/util/build/module/index.d.ts +4 -0
- package/api/node_modules/@aws-crypto/util/build/module/index.js +7 -0
- package/api/node_modules/@aws-crypto/util/build/module/index.js.map +1 -0
- package/api/node_modules/@aws-crypto/util/build/module/isEmptyData.d.ts +2 -0
- package/api/node_modules/@aws-crypto/util/build/module/isEmptyData.js +9 -0
- package/api/node_modules/@aws-crypto/util/build/module/isEmptyData.js.map +1 -0
- package/api/node_modules/@aws-crypto/util/build/module/numToUint8.d.ts +1 -0
- package/api/node_modules/@aws-crypto/util/build/module/numToUint8.js +11 -0
- package/api/node_modules/@aws-crypto/util/build/module/numToUint8.js.map +1 -0
- package/api/node_modules/@aws-crypto/util/build/module/uint32ArrayFrom.d.ts +1 -0
- package/api/node_modules/@aws-crypto/util/build/module/uint32ArrayFrom.js +16 -0
- package/api/node_modules/@aws-crypto/util/build/module/uint32ArrayFrom.js.map +1 -0
- package/api/node_modules/@aws-crypto/util/node_modules/@smithy/is-array-buffer/LICENSE +201 -0
- package/api/node_modules/@aws-crypto/util/node_modules/@smithy/is-array-buffer/README.md +10 -0
- package/api/node_modules/@aws-crypto/util/node_modules/@smithy/is-array-buffer/dist-cjs/index.js +32 -0
- package/api/node_modules/@aws-crypto/util/node_modules/@smithy/is-array-buffer/dist-es/index.js +2 -0
- package/api/node_modules/@aws-crypto/util/node_modules/@smithy/is-array-buffer/dist-types/index.d.ts +4 -0
- package/api/node_modules/@aws-crypto/util/node_modules/@smithy/is-array-buffer/dist-types/ts3.4/index.d.ts +4 -0
- package/api/node_modules/@aws-crypto/util/node_modules/@smithy/is-array-buffer/package.json +60 -0
- package/api/node_modules/@aws-crypto/util/node_modules/@smithy/util-buffer-from/LICENSE +201 -0
- package/api/node_modules/@aws-crypto/util/node_modules/@smithy/util-buffer-from/README.md +10 -0
- package/api/node_modules/@aws-crypto/util/node_modules/@smithy/util-buffer-from/dist-cjs/index.js +47 -0
- package/api/node_modules/@aws-crypto/util/node_modules/@smithy/util-buffer-from/dist-es/index.js +14 -0
- package/api/node_modules/@aws-crypto/util/node_modules/@smithy/util-buffer-from/dist-types/index.d.ts +13 -0
- package/api/node_modules/@aws-crypto/util/node_modules/@smithy/util-buffer-from/dist-types/ts3.4/index.d.ts +13 -0
- package/api/node_modules/@aws-crypto/util/node_modules/@smithy/util-buffer-from/package.json +61 -0
- package/api/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/LICENSE +201 -0
- package/api/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/README.md +4 -0
- package/api/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-cjs/fromUtf8.browser.js +1 -0
- package/api/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-cjs/fromUtf8.js +1 -0
- package/api/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-cjs/index.js +65 -0
- package/api/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-cjs/toUint8Array.js +1 -0
- package/api/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-cjs/toUtf8.browser.js +1 -0
- package/api/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-cjs/toUtf8.js +1 -0
- package/api/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-es/fromUtf8.browser.js +1 -0
- package/api/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-es/fromUtf8.js +5 -0
- package/api/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-es/index.js +3 -0
- package/api/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-es/toUint8Array.js +10 -0
- package/api/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-es/toUtf8.browser.js +9 -0
- package/api/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-es/toUtf8.js +10 -0
- package/api/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-types/fromUtf8.browser.d.ts +1 -0
- package/api/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-types/fromUtf8.d.ts +1 -0
- package/api/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-types/index.d.ts +3 -0
- package/api/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-types/toUint8Array.d.ts +1 -0
- package/api/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-types/toUtf8.browser.d.ts +7 -0
- package/api/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-types/toUtf8.d.ts +7 -0
- package/api/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-types/ts3.4/fromUtf8.browser.d.ts +1 -0
- package/api/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-types/ts3.4/fromUtf8.d.ts +1 -0
- package/api/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-types/ts3.4/index.d.ts +3 -0
- package/api/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-types/ts3.4/toUint8Array.d.ts +1 -0
- package/api/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-types/ts3.4/toUtf8.browser.d.ts +7 -0
- package/api/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-types/ts3.4/toUtf8.d.ts +7 -0
- package/api/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/package.json +66 -0
- package/api/node_modules/@aws-crypto/util/package.json +32 -0
- package/api/node_modules/@aws-crypto/util/src/convertToBuffer.ts +30 -0
- package/api/node_modules/@aws-crypto/util/src/index.ts +7 -0
- package/api/node_modules/@aws-crypto/util/src/isEmptyData.ts +12 -0
- package/api/node_modules/@aws-crypto/util/src/numToUint8.ts +11 -0
- package/api/node_modules/@aws-crypto/util/src/uint32ArrayFrom.ts +16 -0
- package/api/node_modules/@aws-crypto/util/tsconfig.json +9 -0
- package/api/node_modules/@aws-crypto/util/tsconfig.module.json +7 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/LICENSE +201 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/README.md +596 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-cjs/auth/httpAuthSchemeProvider.js +46 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-cjs/endpoint/endpointResolver.js +27 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-cjs/endpoint/ruleset.js +7 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-cjs/index.js +1667 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-cjs/models/DynamoDBServiceException.js +12 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-cjs/models/errors.js +478 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-cjs/runtimeConfig.browser.js +41 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-cjs/runtimeConfig.js +58 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-cjs/runtimeConfig.native.js +15 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-cjs/runtimeConfig.shared.js +53 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-cjs/schemas/schemas_0.js +2391 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-es/DynamoDB.js +149 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-es/DynamoDBClient.js +55 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-es/auth/httpAuthExtensionConfiguration.js +38 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-es/auth/httpAuthSchemeProvider.js +40 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/BatchExecuteStatementCommand.js +16 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/BatchGetItemCommand.js +19 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/BatchWriteItemCommand.js +19 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/CreateBackupCommand.js +19 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/CreateGlobalTableCommand.js +19 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/CreateTableCommand.js +19 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DeleteBackupCommand.js +19 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DeleteItemCommand.js +19 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DeleteResourcePolicyCommand.js +19 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DeleteTableCommand.js +19 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DescribeBackupCommand.js +19 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DescribeContinuousBackupsCommand.js +19 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DescribeContributorInsightsCommand.js +19 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DescribeEndpointsCommand.js +16 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DescribeExportCommand.js +19 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DescribeGlobalTableCommand.js +19 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DescribeGlobalTableSettingsCommand.js +19 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DescribeImportCommand.js +19 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DescribeKinesisStreamingDestinationCommand.js +19 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DescribeLimitsCommand.js +16 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DescribeTableCommand.js +19 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DescribeTableReplicaAutoScalingCommand.js +19 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DescribeTimeToLiveCommand.js +19 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/DisableKinesisStreamingDestinationCommand.js +19 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/EnableKinesisStreamingDestinationCommand.js +19 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/ExecuteStatementCommand.js +16 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/ExecuteTransactionCommand.js +16 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/ExportTableToPointInTimeCommand.js +19 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/GetItemCommand.js +19 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/GetResourcePolicyCommand.js +19 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/ImportTableCommand.js +19 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/ListBackupsCommand.js +19 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/ListContributorInsightsCommand.js +19 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/ListExportsCommand.js +19 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/ListGlobalTablesCommand.js +16 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/ListImportsCommand.js +19 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/ListTablesCommand.js +16 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/ListTagsOfResourceCommand.js +19 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/PutItemCommand.js +19 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/PutResourcePolicyCommand.js +19 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/QueryCommand.js +19 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/RestoreTableFromBackupCommand.js +19 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/RestoreTableToPointInTimeCommand.js +19 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/ScanCommand.js +19 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/TagResourceCommand.js +19 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/TransactGetItemsCommand.js +19 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/TransactWriteItemsCommand.js +19 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/UntagResourceCommand.js +19 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/UpdateContinuousBackupsCommand.js +19 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/UpdateContributorInsightsCommand.js +19 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/UpdateGlobalTableCommand.js +19 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/UpdateGlobalTableSettingsCommand.js +19 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/UpdateItemCommand.js +19 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/UpdateKinesisStreamingDestinationCommand.js +19 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/UpdateTableCommand.js +19 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/UpdateTableReplicaAutoScalingCommand.js +19 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/UpdateTimeToLiveCommand.js +19 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-es/commands/index.js +57 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-es/endpoint/EndpointParameters.js +15 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-es/endpoint/endpointResolver.js +23 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-es/endpoint/ruleset.js +4 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-es/extensionConfiguration.js +1 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-es/index.js +10 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-es/models/DynamoDBServiceException.js +8 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-es/models/enums.js +245 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-es/models/errors.js +440 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-es/models/models_0.js +1 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-es/pagination/Interfaces.js +1 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-es/pagination/ListContributorInsightsPaginator.js +4 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-es/pagination/ListExportsPaginator.js +4 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-es/pagination/ListImportsPaginator.js +4 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-es/pagination/ListTablesPaginator.js +4 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-es/pagination/QueryPaginator.js +4 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-es/pagination/ScanPaginator.js +4 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-es/pagination/index.js +7 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-es/runtimeConfig.browser.js +36 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-es/runtimeConfig.js +53 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-es/runtimeConfig.native.js +11 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-es/runtimeConfig.shared.js +49 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-es/runtimeExtensions.js +9 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-es/schemas/schemas_0.js +2382 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-es/waiters/index.js +6 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-es/waiters/waitForContributorInsightsEnabled.js +40 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-es/waiters/waitForExportCompleted.js +40 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-es/waiters/waitForImportCompleted.js +49 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-es/waiters/waitForKinesisStreamingDestinationActive.js +49 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-es/waiters/waitForTableExists.js +34 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-es/waiters/waitForTableNotExists.js +25 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/DynamoDB.d.ts +512 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/DynamoDBClient.d.ts +272 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/auth/httpAuthExtensionConfiguration.d.ts +29 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/auth/httpAuthSchemeProvider.d.ts +75 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/BatchExecuteStatementCommand.d.ts +234 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/BatchGetItemCommand.d.ts +366 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/BatchWriteItemCommand.d.ts +414 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/CreateBackupCommand.d.ts +151 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/CreateGlobalTableCommand.d.ts +212 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/CreateTableCommand.d.ts +395 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DeleteBackupCommand.d.ts +197 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DeleteItemCommand.d.ts +296 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DeleteResourcePolicyCommand.d.ts +145 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DeleteTableCommand.d.ts +339 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DescribeBackupCommand.d.ts +175 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DescribeContinuousBackupsCommand.d.ts +104 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DescribeContributorInsightsCommand.d.ts +94 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DescribeEndpointsCommand.d.ts +78 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DescribeExportCommand.d.ts +124 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DescribeGlobalTableCommand.d.ts +134 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DescribeGlobalTableSettingsCommand.d.ts +178 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DescribeImportCommand.d.ts +165 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DescribeKinesisStreamingDestinationCommand.d.ts +91 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DescribeLimitsCommand.d.ts +165 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DescribeTableCommand.d.ts +270 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DescribeTableReplicaAutoScalingCommand.d.ts +164 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DescribeTimeToLiveCommand.d.ts +86 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DisableKinesisStreamingDestinationCommand.d.ts +128 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/EnableKinesisStreamingDestinationCommand.d.ts +130 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/ExecuteStatementCommand.d.ts +251 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/ExecuteTransactionCommand.d.ts +534 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/ExportTableToPointInTimeCommand.d.ts +152 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/GetItemCommand.d.ts +264 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/GetResourcePolicyCommand.d.ts +124 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/ImportTableCommand.d.ts +275 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/ListBackupsCommand.d.ts +109 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/ListContributorInsightsCommand.d.ts +92 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/ListExportsCommand.d.ts +104 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/ListGlobalTablesCommand.d.ts +95 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/ListImportsCommand.d.ts +110 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/ListTablesCommand.d.ts +103 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/ListTagsOfResourceCommand.d.ts +93 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/PutItemCommand.d.ts +315 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/PutResourcePolicyCommand.d.ts +147 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/QueryCommand.d.ts +338 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/RestoreTableFromBackupCommand.d.ts +374 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/RestoreTableToPointInTimeCommand.d.ts +408 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/ScanCommand.d.ts +337 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/TagResourceCommand.d.ts +145 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/TransactGetItemsCommand.d.ts +496 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/TransactWriteItemsCommand.d.ts +659 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/UntagResourceCommand.d.ts +140 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/UpdateContinuousBackupsCommand.d.ts +111 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/UpdateContributorInsightsCommand.d.ts +93 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/UpdateGlobalTableCommand.d.ts +180 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/UpdateGlobalTableSettingsCommand.d.ts +286 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/UpdateItemCommand.d.ts +323 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/UpdateKinesisStreamingDestinationCommand.d.ts +127 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/UpdateTableCommand.d.ts +459 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/UpdateTableReplicaAutoScalingCommand.d.ts +246 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/UpdateTimeToLiveCommand.d.ts +149 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/index.d.ts +57 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/endpoint/EndpointParameters.d.ts +64 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/endpoint/endpointResolver.d.ts +8 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/endpoint/ruleset.d.ts +2 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/extensionConfiguration.d.ts +9 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/index.d.ts +34 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/models/DynamoDBServiceException.d.ts +14 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/models/enums.d.ts +589 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/models/errors.d.ts +803 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/models/models_0.d.ts +10015 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/pagination/Interfaces.d.ts +8 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/pagination/ListContributorInsightsPaginator.d.ts +7 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/pagination/ListExportsPaginator.d.ts +7 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/pagination/ListImportsPaginator.d.ts +7 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/pagination/ListTablesPaginator.d.ts +7 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/pagination/QueryPaginator.d.ts +7 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/pagination/ScanPaginator.d.ts +7 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/pagination/index.d.ts +7 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/runtimeConfig.browser.d.ts +60 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/runtimeConfig.d.ts +60 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/runtimeConfig.native.d.ts +59 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/runtimeConfig.shared.d.ts +28 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/runtimeExtensions.d.ts +17 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/schemas/schemas_0.d.ts +325 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/DynamoDB.d.ts +1102 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/DynamoDBClient.d.ts +471 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +32 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +47 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/BatchExecuteStatementCommand.d.ts +51 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/BatchGetItemCommand.d.ts +47 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/BatchWriteItemCommand.d.ts +47 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/CreateBackupCommand.d.ts +47 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/CreateGlobalTableCommand.d.ts +50 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/CreateTableCommand.d.ts +47 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/DeleteBackupCommand.d.ts +47 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/DeleteItemCommand.d.ts +47 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +51 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/DeleteTableCommand.d.ts +47 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/DescribeBackupCommand.d.ts +47 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/DescribeContinuousBackupsCommand.d.ts +51 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/DescribeContributorInsightsCommand.d.ts +51 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/DescribeEndpointsCommand.d.ts +51 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/DescribeExportCommand.d.ts +47 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/DescribeGlobalTableCommand.d.ts +51 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/DescribeGlobalTableSettingsCommand.d.ts +51 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/DescribeImportCommand.d.ts +47 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/DescribeKinesisStreamingDestinationCommand.d.ts +51 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/DescribeLimitsCommand.d.ts +47 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/DescribeTableCommand.d.ts +47 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/DescribeTableReplicaAutoScalingCommand.d.ts +51 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/DescribeTimeToLiveCommand.d.ts +51 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/DisableKinesisStreamingDestinationCommand.d.ts +51 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/EnableKinesisStreamingDestinationCommand.d.ts +51 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/ExecuteStatementCommand.d.ts +50 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/ExecuteTransactionCommand.d.ts +51 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/ExportTableToPointInTimeCommand.d.ts +51 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/GetItemCommand.d.ts +41 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/GetResourcePolicyCommand.d.ts +50 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/ImportTableCommand.d.ts +47 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/ListBackupsCommand.d.ts +47 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/ListContributorInsightsCommand.d.ts +51 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/ListExportsCommand.d.ts +47 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/ListGlobalTablesCommand.d.ts +50 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/ListImportsCommand.d.ts +47 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/ListTablesCommand.d.ts +47 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/ListTagsOfResourceCommand.d.ts +51 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/PutItemCommand.d.ts +41 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +50 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/QueryCommand.d.ts +41 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/RestoreTableFromBackupCommand.d.ts +51 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/RestoreTableToPointInTimeCommand.d.ts +51 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/ScanCommand.d.ts +41 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/TagResourceCommand.d.ts +45 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/TransactGetItemsCommand.d.ts +50 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/TransactWriteItemsCommand.d.ts +51 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +45 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/UpdateContinuousBackupsCommand.d.ts +51 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/UpdateContributorInsightsCommand.d.ts +51 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/UpdateGlobalTableCommand.d.ts +50 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/UpdateGlobalTableSettingsCommand.d.ts +51 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/UpdateItemCommand.d.ts +47 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/UpdateKinesisStreamingDestinationCommand.d.ts +51 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/UpdateTableCommand.d.ts +47 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/UpdateTableReplicaAutoScalingCommand.d.ts +51 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/UpdateTimeToLiveCommand.d.ts +50 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/index.d.ts +57 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +65 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/endpoint/endpointResolver.d.ts +8 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/endpoint/ruleset.d.ts +2 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/extensionConfiguration.d.ts +9 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/index.d.ts +13 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/models/DynamoDBServiceException.d.ts +9 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/models/enums.d.ts +313 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/models/errors.d.ts +286 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/models/models_0.d.ts +1558 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/pagination/ListContributorInsightsPaginator.d.ts +11 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/pagination/ListExportsPaginator.d.ts +11 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/pagination/ListImportsPaginator.d.ts +11 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/pagination/ListTablesPaginator.d.ts +11 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/pagination/QueryPaginator.d.ts +11 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/pagination/ScanPaginator.d.ts +8 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/pagination/index.d.ts +7 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/runtimeConfig.browser.d.ts +114 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/runtimeConfig.d.ts +111 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/runtimeConfig.native.d.ts +118 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/runtimeConfig.shared.d.ts +34 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/runtimeExtensions.d.ts +11 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/schemas/schemas_0.d.ts +325 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/waiters/index.d.ts +6 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/waiters/waitForContributorInsightsEnabled.d.ts +11 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/waiters/waitForExportCompleted.d.ts +11 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/waiters/waitForImportCompleted.d.ts +11 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/waiters/waitForKinesisStreamingDestinationActive.d.ts +11 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/waiters/waitForTableExists.d.ts +11 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/waiters/waitForTableNotExists.d.ts +11 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/waiters/index.d.ts +6 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/waiters/waitForContributorInsightsEnabled.d.ts +14 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/waiters/waitForExportCompleted.d.ts +14 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/waiters/waitForImportCompleted.d.ts +14 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/waiters/waitForKinesisStreamingDestinationActive.d.ts +14 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/waiters/waitForTableExists.d.ts +14 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/dist-types/waiters/waitForTableNotExists.d.ts +14 -0
- package/api/node_modules/@aws-sdk/client-dynamodb/package.json +111 -0
- package/api/node_modules/@aws-sdk/core/LICENSE +201 -0
- package/api/node_modules/@aws-sdk/core/README.md +39 -0
- package/api/node_modules/@aws-sdk/core/account-id-endpoint.d.ts +7 -0
- package/api/node_modules/@aws-sdk/core/account-id-endpoint.js +5 -0
- package/api/node_modules/@aws-sdk/core/client.d.ts +7 -0
- package/api/node_modules/@aws-sdk/core/client.js +5 -0
- package/api/node_modules/@aws-sdk/core/dist-cjs/index.js +2262 -0
- package/api/node_modules/@aws-sdk/core/dist-cjs/submodules/account-id-endpoint/index.js +55 -0
- package/api/node_modules/@aws-sdk/core/dist-cjs/submodules/client/index.js +68 -0
- package/api/node_modules/@aws-sdk/core/dist-cjs/submodules/httpAuthSchemes/index.js +307 -0
- package/api/node_modules/@aws-sdk/core/dist-cjs/submodules/protocols/index.js +1892 -0
- package/api/node_modules/@aws-sdk/core/dist-es/index.js +3 -0
- package/api/node_modules/@aws-sdk/core/dist-es/submodules/account-id-endpoint/AccountIdEndpointModeConfigResolver.js +15 -0
- package/api/node_modules/@aws-sdk/core/dist-es/submodules/account-id-endpoint/AccountIdEndpointModeConstants.js +5 -0
- package/api/node_modules/@aws-sdk/core/dist-es/submodules/account-id-endpoint/NodeAccountIdEndpointModeConfigOptions.js +24 -0
- package/api/node_modules/@aws-sdk/core/dist-es/submodules/account-id-endpoint/index.js +3 -0
- package/api/node_modules/@aws-sdk/core/dist-es/submodules/client/emitWarningIfUnsupportedVersion.js +15 -0
- package/api/node_modules/@aws-sdk/core/dist-es/submodules/client/index.js +5 -0
- package/api/node_modules/@aws-sdk/core/dist-es/submodules/client/longPollMiddleware.js +15 -0
- package/api/node_modules/@aws-sdk/core/dist-es/submodules/client/setCredentialFeature.js +7 -0
- package/api/node_modules/@aws-sdk/core/dist-es/submodules/client/setFeature.js +11 -0
- package/api/node_modules/@aws-sdk/core/dist-es/submodules/client/setTokenFeature.js +7 -0
- package/api/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4ASigner.js +20 -0
- package/api/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4Signer.js +72 -0
- package/api/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/NODE_AUTH_SCHEME_PREFERENCE_OPTIONS.js +22 -0
- package/api/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/index.js +5 -0
- package/api/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4AConfig.js +25 -0
- package/api/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4Config.js +139 -0
- package/api/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/index.js +2 -0
- package/api/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/getArrayForCommaSeparatedString.js +1 -0
- package/api/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/getBearerTokenEnvKey.js +1 -0
- package/api/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/getDateHeader.js +2 -0
- package/api/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/getSkewCorrectedDate.js +1 -0
- package/api/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/getUpdatedSystemClockOffset.js +8 -0
- package/api/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/index.js +3 -0
- package/api/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/isClockSkewed.js +2 -0
- package/api/node_modules/@aws-sdk/core/dist-es/submodules/protocols/ConfigurableSerdeContext.js +6 -0
- package/api/node_modules/@aws-sdk/core/dist-es/submodules/protocols/ProtocolLib.js +140 -0
- package/api/node_modules/@aws-sdk/core/dist-es/submodules/protocols/UnionSerde.js +23 -0
- package/api/node_modules/@aws-sdk/core/dist-es/submodules/protocols/cbor/AwsSmithyRpcV2CborProtocol.js +50 -0
- package/api/node_modules/@aws-sdk/core/dist-es/submodules/protocols/coercing-serializers.js +53 -0
- package/api/node_modules/@aws-sdk/core/dist-es/submodules/protocols/common.js +3 -0
- package/api/node_modules/@aws-sdk/core/dist-es/submodules/protocols/index.js +20 -0
- package/api/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsJson1_0Protocol.js +21 -0
- package/api/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsJson1_1Protocol.js +21 -0
- package/api/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsJsonRpcProtocol.js +78 -0
- package/api/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsRestJsonProtocol.js +84 -0
- package/api/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonCodec.js +20 -0
- package/api/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonShapeDeserializer.js +149 -0
- package/api/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonShapeSerializer.js +176 -0
- package/api/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/awsExpectUnion.js +10 -0
- package/api/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/experimental/SinglePassJsonShapeSerializer.js +135 -0
- package/api/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/jsonReplacer.js +46 -0
- package/api/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/jsonReviver.js +18 -0
- package/api/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/parseJsonBody.js +54 -0
- package/api/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/AwsEc2QueryProtocol.js +21 -0
- package/api/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/AwsQueryProtocol.js +138 -0
- package/api/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/QuerySerializerSettings.js +1 -0
- package/api/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/QueryShapeSerializer.js +189 -0
- package/api/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/AwsRestXmlProtocol.js +99 -0
- package/api/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/XmlCodec.js +20 -0
- package/api/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/XmlShapeDeserializer.js +153 -0
- package/api/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/XmlShapeSerializer.js +295 -0
- package/api/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/parseXmlBody.js +46 -0
- package/api/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/simpleFormatXml.js +27 -0
- package/api/node_modules/@aws-sdk/core/dist-types/api-extractor-type-index.d.ts +5 -0
- package/api/node_modules/@aws-sdk/core/dist-types/index.d.ts +22 -0
- package/api/node_modules/@aws-sdk/core/dist-types/submodules/account-id-endpoint/AccountIdEndpointModeConfigResolver.d.ts +27 -0
- package/api/node_modules/@aws-sdk/core/dist-types/submodules/account-id-endpoint/AccountIdEndpointModeConstants.d.ts +16 -0
- package/api/node_modules/@aws-sdk/core/dist-types/submodules/account-id-endpoint/NodeAccountIdEndpointModeConfigOptions.d.ts +14 -0
- package/api/node_modules/@aws-sdk/core/dist-types/submodules/account-id-endpoint/index.d.ts +3 -0
- package/api/node_modules/@aws-sdk/core/dist-types/submodules/client/emitWarningIfUnsupportedVersion.d.ts +12 -0
- package/api/node_modules/@aws-sdk/core/dist-types/submodules/client/index.d.ts +5 -0
- package/api/node_modules/@aws-sdk/core/dist-types/submodules/client/longPollMiddleware.d.ts +14 -0
- package/api/node_modules/@aws-sdk/core/dist-types/submodules/client/setCredentialFeature.d.ts +7 -0
- package/api/node_modules/@aws-sdk/core/dist-types/submodules/client/setFeature.d.ts +12 -0
- package/api/node_modules/@aws-sdk/core/dist-types/submodules/client/setTokenFeature.d.ts +7 -0
- package/api/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4ASigner.d.ts +10 -0
- package/api/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4Signer.d.ts +43 -0
- package/api/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/NODE_AUTH_SCHEME_PREFERENCE_OPTIONS.d.ts +5 -0
- package/api/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/index.d.ts +5 -0
- package/api/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4AConfig.d.ts +38 -0
- package/api/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4Config.d.ts +117 -0
- package/api/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/index.d.ts +2 -0
- package/api/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/utils/getArrayForCommaSeparatedString.d.ts +8 -0
- package/api/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/utils/getBearerTokenEnvKey.d.ts +6 -0
- package/api/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/utils/getDateHeader.d.ts +4 -0
- package/api/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/utils/getSkewCorrectedDate.d.ts +8 -0
- package/api/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/utils/getUpdatedSystemClockOffset.d.ts +10 -0
- package/api/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/utils/index.d.ts +3 -0
- package/api/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/utils/isClockSkewed.d.ts +9 -0
- package/api/node_modules/@aws-sdk/core/dist-types/submodules/protocols/ConfigurableSerdeContext.d.ts +8 -0
- package/api/node_modules/@aws-sdk/core/dist-types/submodules/protocols/ProtocolLib.d.ts +74 -0
- package/api/node_modules/@aws-sdk/core/dist-types/submodules/protocols/UnionSerde.d.ts +24 -0
- package/api/node_modules/@aws-sdk/core/dist-types/submodules/protocols/cbor/AwsSmithyRpcV2CborProtocol.d.ts +25 -0
- package/api/node_modules/@aws-sdk/core/dist-types/submodules/protocols/coercing-serializers.d.ts +18 -0
- package/api/node_modules/@aws-sdk/core/dist-types/submodules/protocols/common.d.ts +2 -0
- package/api/node_modules/@aws-sdk/core/dist-types/submodules/protocols/index.d.ts +20 -0
- package/api/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJson1_0Protocol.d.ts +22 -0
- package/api/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJson1_1Protocol.d.ts +22 -0
- package/api/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJsonRpcProtocol.d.ts +29 -0
- package/api/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsRestJsonProtocol.d.ts +36 -0
- package/api/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/JsonCodec.d.ts +19 -0
- package/api/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/JsonShapeDeserializer.d.ts +13 -0
- package/api/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/JsonShapeSerializer.d.ts +28 -0
- package/api/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/awsExpectUnion.d.ts +7 -0
- package/api/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/experimental/SinglePassJsonShapeSerializer.d.ts +27 -0
- package/api/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/jsonReplacer.d.ts +21 -0
- package/api/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/jsonReviver.d.ts +15 -0
- package/api/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/parseJsonBody.d.ts +13 -0
- package/api/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/AwsEc2QueryProtocol.d.ts +27 -0
- package/api/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/AwsQueryProtocol.d.ts +49 -0
- package/api/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/QuerySerializerSettings.d.ts +13 -0
- package/api/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/QueryShapeSerializer.d.ts +16 -0
- package/api/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/AwsRestXmlProtocol.d.ts +31 -0
- package/api/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/XmlCodec.d.ts +14 -0
- package/api/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/XmlShapeDeserializer.d.ts +20 -0
- package/api/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/XmlShapeSerializer.d.ts +21 -0
- package/api/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/parseXmlBody.d.ts +13 -0
- package/api/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/simpleFormatXml.d.ts +6 -0
- package/api/node_modules/@aws-sdk/core/dist-types/ts3.4/api-extractor-type-index.d.ts +5 -0
- package/api/node_modules/@aws-sdk/core/dist-types/ts3.4/index.d.ts +3 -0
- package/api/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/account-id-endpoint/AccountIdEndpointModeConfigResolver.d.ts +15 -0
- package/api/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/account-id-endpoint/AccountIdEndpointModeConstants.d.ts +6 -0
- package/api/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/account-id-endpoint/NodeAccountIdEndpointModeConfigOptions.d.ts +7 -0
- package/api/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/account-id-endpoint/index.d.ts +3 -0
- package/api/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/emitWarningIfUnsupportedVersion.d.ts +4 -0
- package/api/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/index.d.ts +5 -0
- package/api/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/longPollMiddleware.d.ts +15 -0
- package/api/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/setCredentialFeature.d.ts +11 -0
- package/api/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/setFeature.d.ts +6 -0
- package/api/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/setTokenFeature.d.ts +6 -0
- package/api/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4ASigner.d.ts +12 -0
- package/api/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4Signer.d.ts +39 -0
- package/api/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/aws_sdk/NODE_AUTH_SCHEME_PREFERENCE_OPTIONS.d.ts +4 -0
- package/api/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/aws_sdk/index.d.ts +9 -0
- package/api/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4AConfig.d.ts +18 -0
- package/api/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4Config.d.ts +65 -0
- package/api/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/index.d.ts +2 -0
- package/api/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/utils/getArrayForCommaSeparatedString.d.ts +1 -0
- package/api/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/utils/getBearerTokenEnvKey.d.ts +1 -0
- package/api/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/utils/getDateHeader.d.ts +1 -0
- package/api/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/utils/getSkewCorrectedDate.d.ts +1 -0
- package/api/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/utils/getUpdatedSystemClockOffset.d.ts +4 -0
- package/api/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/utils/index.d.ts +3 -0
- package/api/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/utils/isClockSkewed.d.ts +4 -0
- package/api/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/ConfigurableSerdeContext.d.ts +5 -0
- package/api/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/ProtocolLib.d.ts +53 -0
- package/api/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/UnionSerde.d.ts +9 -0
- package/api/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/cbor/AwsSmithyRpcV2CborProtocol.d.ts +36 -0
- package/api/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/coercing-serializers.d.ts +3 -0
- package/api/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/common.d.ts +5 -0
- package/api/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/index.d.ts +20 -0
- package/api/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsJson1_0Protocol.d.ts +21 -0
- package/api/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsJson1_1Protocol.d.ts +21 -0
- package/api/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsJsonRpcProtocol.d.ts +49 -0
- package/api/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsRestJsonProtocol.d.ts +49 -0
- package/api/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/JsonCodec.d.ts +16 -0
- package/api/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/JsonShapeDeserializer.d.ts +13 -0
- package/api/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/JsonShapeSerializer.d.ts +22 -0
- package/api/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/awsExpectUnion.d.ts +3 -0
- package/api/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/experimental/SinglePassJsonShapeSerializer.d.ts +17 -0
- package/api/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/jsonReplacer.d.ts +7 -0
- package/api/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/jsonReviver.d.ts +7 -0
- package/api/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/parseJsonBody.d.ts +13 -0
- package/api/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/query/AwsEc2QueryProtocol.d.ts +18 -0
- package/api/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/query/AwsQueryProtocol.d.ts +60 -0
- package/api/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/query/QuerySerializerSettings.d.ts +7 -0
- package/api/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/query/QueryShapeSerializer.d.ts +21 -0
- package/api/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/AwsRestXmlProtocol.d.ts +47 -0
- package/api/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/XmlCodec.d.ts +17 -0
- package/api/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/XmlShapeDeserializer.d.ts +15 -0
- package/api/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/XmlShapeSerializer.d.ts +21 -0
- package/api/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/parseXmlBody.d.ts +13 -0
- package/api/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/simpleFormatXml.d.ts +1 -0
- package/api/node_modules/@aws-sdk/core/httpAuthSchemes.d.ts +7 -0
- package/api/node_modules/@aws-sdk/core/httpAuthSchemes.js +5 -0
- package/api/node_modules/@aws-sdk/core/package.json +121 -0
- package/api/node_modules/@aws-sdk/core/protocols.d.ts +7 -0
- package/api/node_modules/@aws-sdk/core/protocols.js +5 -0
- package/api/node_modules/@aws-sdk/credential-provider-env/LICENSE +201 -0
- package/api/node_modules/@aws-sdk/credential-provider-env/README.md +20 -0
- package/api/node_modules/@aws-sdk/credential-provider-env/dist-cjs/index.js +41 -0
- package/api/node_modules/@aws-sdk/credential-provider-env/dist-es/fromEnv.js +30 -0
- package/api/node_modules/@aws-sdk/credential-provider-env/dist-es/index.js +1 -0
- package/api/node_modules/@aws-sdk/credential-provider-env/dist-types/fromEnv.d.ts +36 -0
- package/api/node_modules/@aws-sdk/credential-provider-env/dist-types/index.d.ts +4 -0
- package/api/node_modules/@aws-sdk/credential-provider-env/dist-types/ts3.4/fromEnv.d.ts +12 -0
- package/api/node_modules/@aws-sdk/credential-provider-env/dist-types/ts3.4/index.d.ts +1 -0
- package/api/node_modules/@aws-sdk/credential-provider-env/package.json +63 -0
- package/api/node_modules/@aws-sdk/credential-provider-http/README.md +10 -0
- package/api/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/checkUrl.js +46 -0
- package/api/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/fromHttp.browser.js +31 -0
- package/api/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/fromHttp.js +70 -0
- package/api/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/fromHttpTypes.js +2 -0
- package/api/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/requestHelpers.js +53 -0
- package/api/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/retry-wrapper.js +17 -0
- package/api/node_modules/@aws-sdk/credential-provider-http/dist-cjs/index.browser.js +5 -0
- package/api/node_modules/@aws-sdk/credential-provider-http/dist-cjs/index.js +5 -0
- package/api/node_modules/@aws-sdk/credential-provider-http/dist-es/fromHttp/checkUrl.js +42 -0
- package/api/node_modules/@aws-sdk/credential-provider-http/dist-es/fromHttp/fromHttp.browser.js +27 -0
- package/api/node_modules/@aws-sdk/credential-provider-http/dist-es/fromHttp/fromHttp.js +65 -0
- package/api/node_modules/@aws-sdk/credential-provider-http/dist-es/fromHttp/fromHttpTypes.js +1 -0
- package/api/node_modules/@aws-sdk/credential-provider-http/dist-es/fromHttp/requestHelpers.js +49 -0
- package/api/node_modules/@aws-sdk/credential-provider-http/dist-es/fromHttp/retry-wrapper.js +13 -0
- package/api/node_modules/@aws-sdk/credential-provider-http/dist-es/index.browser.js +1 -0
- package/api/node_modules/@aws-sdk/credential-provider-http/dist-es/index.js +1 -0
- package/api/node_modules/@aws-sdk/credential-provider-http/dist-types/fromHttp/checkUrl.d.ts +9 -0
- package/api/node_modules/@aws-sdk/credential-provider-http/dist-types/fromHttp/fromHttp.browser.d.ts +6 -0
- package/api/node_modules/@aws-sdk/credential-provider-http/dist-types/fromHttp/fromHttp.d.ts +6 -0
- package/api/node_modules/@aws-sdk/credential-provider-http/dist-types/fromHttp/fromHttpTypes.d.ts +69 -0
- package/api/node_modules/@aws-sdk/credential-provider-http/dist-types/fromHttp/requestHelpers.d.ts +11 -0
- package/api/node_modules/@aws-sdk/credential-provider-http/dist-types/fromHttp/retry-wrapper.d.ts +10 -0
- package/api/node_modules/@aws-sdk/credential-provider-http/dist-types/index.browser.d.ts +2 -0
- package/api/node_modules/@aws-sdk/credential-provider-http/dist-types/index.d.ts +2 -0
- package/api/node_modules/@aws-sdk/credential-provider-http/dist-types/ts3.4/fromHttp/checkUrl.d.ts +2 -0
- package/api/node_modules/@aws-sdk/credential-provider-http/dist-types/ts3.4/fromHttp/fromHttp.browser.d.ts +5 -0
- package/api/node_modules/@aws-sdk/credential-provider-http/dist-types/ts3.4/fromHttp/fromHttp.d.ts +5 -0
- package/api/node_modules/@aws-sdk/credential-provider-http/dist-types/ts3.4/fromHttp/fromHttpTypes.d.ts +18 -0
- package/api/node_modules/@aws-sdk/credential-provider-http/dist-types/ts3.4/fromHttp/requestHelpers.d.ts +8 -0
- package/api/node_modules/@aws-sdk/credential-provider-http/dist-types/ts3.4/fromHttp/retry-wrapper.d.ts +8 -0
- package/api/node_modules/@aws-sdk/credential-provider-http/dist-types/ts3.4/index.browser.d.ts +5 -0
- package/api/node_modules/@aws-sdk/credential-provider-http/dist-types/ts3.4/index.d.ts +5 -0
- package/api/node_modules/@aws-sdk/credential-provider-http/package.json +70 -0
- package/api/node_modules/@aws-sdk/credential-provider-ini/LICENSE +201 -0
- package/api/node_modules/@aws-sdk/credential-provider-ini/README.md +20 -0
- package/api/node_modules/@aws-sdk/credential-provider-ini/dist-cjs/index.js +224 -0
- package/api/node_modules/@aws-sdk/credential-provider-ini/dist-es/fromIni.js +9 -0
- package/api/node_modules/@aws-sdk/credential-provider-ini/dist-es/index.js +1 -0
- package/api/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveAssumeRoleCredentials.js +80 -0
- package/api/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveCredentialSource.js +30 -0
- package/api/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveLoginCredentials.js +12 -0
- package/api/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveProcessCredentials.js +6 -0
- package/api/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveProfileData.js +32 -0
- package/api/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveSsoCredentials.js +25 -0
- package/api/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveStaticCredentials.js +18 -0
- package/api/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveWebIdentityCredentials.js +16 -0
- package/api/node_modules/@aws-sdk/credential-provider-ini/dist-types/fromIni.d.ts +55 -0
- package/api/node_modules/@aws-sdk/credential-provider-ini/dist-types/index.d.ts +4 -0
- package/api/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveAssumeRoleCredentials.d.ts +48 -0
- package/api/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveCredentialSource.d.ts +12 -0
- package/api/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveLoginCredentials.d.ts +11 -0
- package/api/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveProcessCredentials.d.ts +16 -0
- package/api/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveProfileData.d.ts +19 -0
- package/api/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveSsoCredentials.d.ts +13 -0
- package/api/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveStaticCredentials.d.ts +20 -0
- package/api/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveWebIdentityCredentials.d.ts +19 -0
- package/api/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/fromIni.d.ts +28 -0
- package/api/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/index.d.ts +1 -0
- package/api/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveAssumeRoleCredentials.d.ts +30 -0
- package/api/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveCredentialSource.d.ts +9 -0
- package/api/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveLoginCredentials.d.ts +9 -0
- package/api/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveProcessCredentials.d.ts +10 -0
- package/api/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveProfileData.d.ts +12 -0
- package/api/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveSsoCredentials.d.ts +11 -0
- package/api/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveStaticCredentials.d.ts +16 -0
- package/api/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveWebIdentityCredentials.d.ts +16 -0
- package/api/node_modules/@aws-sdk/credential-provider-ini/package.json +74 -0
- package/api/node_modules/@aws-sdk/credential-provider-login/README.md +16 -0
- package/api/node_modules/@aws-sdk/credential-provider-login/dist-cjs/index.js +286 -0
- package/api/node_modules/@aws-sdk/credential-provider-login/dist-es/LoginCredentialsFetcher.js +262 -0
- package/api/node_modules/@aws-sdk/credential-provider-login/dist-es/fromLoginCredentials.js +21 -0
- package/api/node_modules/@aws-sdk/credential-provider-login/dist-es/index.js +2 -0
- package/api/node_modules/@aws-sdk/credential-provider-login/dist-es/types.js +1 -0
- package/api/node_modules/@aws-sdk/credential-provider-login/dist-types/LoginCredentialsFetcher.d.ts +42 -0
- package/api/node_modules/@aws-sdk/credential-provider-login/dist-types/fromLoginCredentials.d.ts +7 -0
- package/api/node_modules/@aws-sdk/credential-provider-login/dist-types/index.d.ts +8 -0
- package/api/node_modules/@aws-sdk/credential-provider-login/dist-types/ts3.4/LoginCredentialsFetcher.d.ts +24 -0
- package/api/node_modules/@aws-sdk/credential-provider-login/dist-types/ts3.4/fromLoginCredentials.d.ts +5 -0
- package/api/node_modules/@aws-sdk/credential-provider-login/dist-types/ts3.4/index.d.ts +2 -0
- package/api/node_modules/@aws-sdk/credential-provider-login/dist-types/ts3.4/types.d.ts +39 -0
- package/api/node_modules/@aws-sdk/credential-provider-login/dist-types/types.d.ts +59 -0
- package/api/node_modules/@aws-sdk/credential-provider-login/package.json +68 -0
- package/api/node_modules/@aws-sdk/credential-provider-node/LICENSE +201 -0
- package/api/node_modules/@aws-sdk/credential-provider-node/README.md +104 -0
- package/api/node_modules/@aws-sdk/credential-provider-node/dist-cjs/index.js +156 -0
- package/api/node_modules/@aws-sdk/credential-provider-node/dist-es/defaultProvider.js +73 -0
- package/api/node_modules/@aws-sdk/credential-provider-node/dist-es/index.js +1 -0
- package/api/node_modules/@aws-sdk/credential-provider-node/dist-es/remoteProvider.js +17 -0
- package/api/node_modules/@aws-sdk/credential-provider-node/dist-es/runtime/memoize-chain.js +60 -0
- package/api/node_modules/@aws-sdk/credential-provider-node/dist-types/defaultProvider.d.ts +59 -0
- package/api/node_modules/@aws-sdk/credential-provider-node/dist-types/index.d.ts +1 -0
- package/api/node_modules/@aws-sdk/credential-provider-node/dist-types/remoteProvider.d.ts +11 -0
- package/api/node_modules/@aws-sdk/credential-provider-node/dist-types/runtime/memoize-chain.d.ts +18 -0
- package/api/node_modules/@aws-sdk/credential-provider-node/dist-types/ts3.4/defaultProvider.d.ts +26 -0
- package/api/node_modules/@aws-sdk/credential-provider-node/dist-types/ts3.4/index.d.ts +1 -0
- package/api/node_modules/@aws-sdk/credential-provider-node/dist-types/ts3.4/remoteProvider.d.ts +7 -0
- package/api/node_modules/@aws-sdk/credential-provider-node/dist-types/ts3.4/runtime/memoize-chain.d.ts +19 -0
- package/api/node_modules/@aws-sdk/credential-provider-node/package.json +72 -0
- package/api/node_modules/@aws-sdk/credential-provider-process/LICENSE +201 -0
- package/api/node_modules/@aws-sdk/credential-provider-process/README.md +20 -0
- package/api/node_modules/@aws-sdk/credential-provider-process/dist-cjs/index.js +79 -0
- package/api/node_modules/@aws-sdk/credential-provider-process/dist-es/ProcessCredentials.js +1 -0
- package/api/node_modules/@aws-sdk/credential-provider-process/dist-es/fromProcess.js +9 -0
- package/api/node_modules/@aws-sdk/credential-provider-process/dist-es/getValidatedProcessCredentials.js +30 -0
- package/api/node_modules/@aws-sdk/credential-provider-process/dist-es/index.js +1 -0
- package/api/node_modules/@aws-sdk/credential-provider-process/dist-es/resolveProcessCredentials.js +36 -0
- package/api/node_modules/@aws-sdk/credential-provider-process/dist-types/ProcessCredentials.d.ts +12 -0
- package/api/node_modules/@aws-sdk/credential-provider-process/dist-types/fromProcess.d.ts +14 -0
- package/api/node_modules/@aws-sdk/credential-provider-process/dist-types/getValidatedProcessCredentials.d.ts +6 -0
- package/api/node_modules/@aws-sdk/credential-provider-process/dist-types/index.d.ts +4 -0
- package/api/node_modules/@aws-sdk/credential-provider-process/dist-types/resolveProcessCredentials.d.ts +5 -0
- package/api/node_modules/@aws-sdk/credential-provider-process/dist-types/ts3.4/ProcessCredentials.d.ts +9 -0
- package/api/node_modules/@aws-sdk/credential-provider-process/dist-types/ts3.4/fromProcess.d.ts +11 -0
- package/api/node_modules/@aws-sdk/credential-provider-process/dist-types/ts3.4/getValidatedProcessCredentials.d.ts +7 -0
- package/api/node_modules/@aws-sdk/credential-provider-process/dist-types/ts3.4/index.d.ts +1 -0
- package/api/node_modules/@aws-sdk/credential-provider-process/dist-types/ts3.4/resolveProcessCredentials.d.ts +6 -0
- package/api/node_modules/@aws-sdk/credential-provider-process/package.json +64 -0
- package/api/node_modules/@aws-sdk/credential-provider-sso/LICENSE +201 -0
- package/api/node_modules/@aws-sdk/credential-provider-sso/README.md +20 -0
- package/api/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/index.js +192 -0
- package/api/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/loadSso-BKDNrsal.js +8 -0
- package/api/node_modules/@aws-sdk/credential-provider-sso/dist-es/fromSSO.js +83 -0
- package/api/node_modules/@aws-sdk/credential-provider-sso/dist-es/index.js +4 -0
- package/api/node_modules/@aws-sdk/credential-provider-sso/dist-es/isSsoProfile.js +6 -0
- package/api/node_modules/@aws-sdk/credential-provider-sso/dist-es/loadSso.js +2 -0
- package/api/node_modules/@aws-sdk/credential-provider-sso/dist-es/resolveSSOCredentials.js +90 -0
- package/api/node_modules/@aws-sdk/credential-provider-sso/dist-es/types.js +1 -0
- package/api/node_modules/@aws-sdk/credential-provider-sso/dist-es/validateSsoProfile.js +9 -0
- package/api/node_modules/@aws-sdk/credential-provider-sso/dist-types/fromSSO.d.ts +69 -0
- package/api/node_modules/@aws-sdk/credential-provider-sso/dist-types/index.d.ts +16 -0
- package/api/node_modules/@aws-sdk/credential-provider-sso/dist-types/isSsoProfile.d.ts +6 -0
- package/api/node_modules/@aws-sdk/credential-provider-sso/dist-types/loadSso.d.ts +3 -0
- package/api/node_modules/@aws-sdk/credential-provider-sso/dist-types/resolveSSOCredentials.d.ts +6 -0
- package/api/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/fromSSO.d.ts +24 -0
- package/api/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/index.d.ts +4 -0
- package/api/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/isSsoProfile.d.ts +3 -0
- package/api/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/loadSso.d.ts +9 -0
- package/api/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/resolveSSOCredentials.d.ts +18 -0
- package/api/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/types.d.ts +14 -0
- package/api/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/validateSsoProfile.d.ts +6 -0
- package/api/node_modules/@aws-sdk/credential-provider-sso/dist-types/types.d.ts +22 -0
- package/api/node_modules/@aws-sdk/credential-provider-sso/dist-types/validateSsoProfile.d.ts +6 -0
- package/api/node_modules/@aws-sdk/credential-provider-sso/package.json +66 -0
- package/api/node_modules/@aws-sdk/credential-provider-web-identity/LICENSE +201 -0
- package/api/node_modules/@aws-sdk/credential-provider-web-identity/README.md +20 -0
- package/api/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/fromTokenFile.js +34 -0
- package/api/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/fromWebToken.js +62 -0
- package/api/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/index.js +27 -0
- package/api/node_modules/@aws-sdk/credential-provider-web-identity/dist-es/fromTokenFile.js +30 -0
- package/api/node_modules/@aws-sdk/credential-provider-web-identity/dist-es/fromWebToken.js +25 -0
- package/api/node_modules/@aws-sdk/credential-provider-web-identity/dist-es/index.js +2 -0
- package/api/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/fromTokenFile.d.ts +17 -0
- package/api/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/fromWebToken.d.ts +145 -0
- package/api/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/index.d.ts +8 -0
- package/api/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/ts3.4/fromTokenFile.d.ts +18 -0
- package/api/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/ts3.4/fromWebToken.d.ts +39 -0
- package/api/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/ts3.4/index.d.ts +2 -0
- package/api/node_modules/@aws-sdk/credential-provider-web-identity/package.json +73 -0
- package/api/node_modules/@aws-sdk/dynamodb-codec/LICENSE +201 -0
- package/api/node_modules/@aws-sdk/dynamodb-codec/README.md +4 -0
- package/api/node_modules/@aws-sdk/dynamodb-codec/dist-cjs/index.js +91 -0
- package/api/node_modules/@aws-sdk/dynamodb-codec/dist-es/codec/DynamoDBJsonCodec.js +86 -0
- package/api/node_modules/@aws-sdk/dynamodb-codec/dist-es/index.js +1 -0
- package/api/node_modules/@aws-sdk/dynamodb-codec/dist-types/codec/DynamoDBJsonCodec.d.ts +18 -0
- package/api/node_modules/@aws-sdk/dynamodb-codec/dist-types/index.d.ts +1 -0
- package/api/node_modules/@aws-sdk/dynamodb-codec/dist-types/ts3.4/codec/DynamoDBJsonCodec.d.ts +10 -0
- package/api/node_modules/@aws-sdk/dynamodb-codec/dist-types/ts3.4/index.d.ts +1 -0
- package/api/node_modules/@aws-sdk/dynamodb-codec/package.json +58 -0
- package/api/node_modules/@aws-sdk/endpoint-cache/LICENSE +201 -0
- package/api/node_modules/@aws-sdk/endpoint-cache/README.md +24 -0
- package/api/node_modules/@aws-sdk/endpoint-cache/dist-cjs/index.js +59 -0
- package/api/node_modules/@aws-sdk/endpoint-cache/dist-es/Endpoint.js +1 -0
- package/api/node_modules/@aws-sdk/endpoint-cache/dist-es/EndpointCache.js +54 -0
- package/api/node_modules/@aws-sdk/endpoint-cache/dist-es/index.js +2 -0
- package/api/node_modules/@aws-sdk/endpoint-cache/dist-types/Endpoint.d.ts +13 -0
- package/api/node_modules/@aws-sdk/endpoint-cache/dist-types/EndpointCache.d.ts +56 -0
- package/api/node_modules/@aws-sdk/endpoint-cache/dist-types/index.d.ts +8 -0
- package/api/node_modules/@aws-sdk/endpoint-cache/dist-types/ts3.4/Endpoint.d.ts +4 -0
- package/api/node_modules/@aws-sdk/endpoint-cache/dist-types/ts3.4/EndpointCache.d.ts +14 -0
- package/api/node_modules/@aws-sdk/endpoint-cache/dist-types/ts3.4/index.d.ts +2 -0
- package/api/node_modules/@aws-sdk/endpoint-cache/package.json +55 -0
- package/api/node_modules/@aws-sdk/lib-dynamodb/LICENSE +201 -0
- package/api/node_modules/@aws-sdk/lib-dynamodb/README.md +464 -0
- package/api/node_modules/@aws-sdk/lib-dynamodb/dist-cjs/index.js +836 -0
- package/api/node_modules/@aws-sdk/lib-dynamodb/dist-es/DynamoDBDocument.js +214 -0
- package/api/node_modules/@aws-sdk/lib-dynamodb/dist-es/DynamoDBDocumentClient.js +20 -0
- package/api/node_modules/@aws-sdk/lib-dynamodb/dist-es/baseCommand/DynamoDBDocumentClientCommand.js +32 -0
- package/api/node_modules/@aws-sdk/lib-dynamodb/dist-es/commands/BatchExecuteStatementCommand.js +39 -0
- package/api/node_modules/@aws-sdk/lib-dynamodb/dist-es/commands/BatchGetCommand.js +45 -0
- package/api/node_modules/@aws-sdk/lib-dynamodb/dist-es/commands/BatchWriteCommand.js +57 -0
- package/api/node_modules/@aws-sdk/lib-dynamodb/dist-es/commands/DeleteCommand.js +38 -0
- package/api/node_modules/@aws-sdk/lib-dynamodb/dist-es/commands/ExecuteStatementCommand.js +31 -0
- package/api/node_modules/@aws-sdk/lib-dynamodb/dist-es/commands/ExecuteTransactionCommand.js +36 -0
- package/api/node_modules/@aws-sdk/lib-dynamodb/dist-es/commands/GetCommand.js +28 -0
- package/api/node_modules/@aws-sdk/lib-dynamodb/dist-es/commands/PutCommand.js +38 -0
- package/api/node_modules/@aws-sdk/lib-dynamodb/dist-es/commands/QueryCommand.js +42 -0
- package/api/node_modules/@aws-sdk/lib-dynamodb/dist-es/commands/ScanCommand.js +37 -0
- package/api/node_modules/@aws-sdk/lib-dynamodb/dist-es/commands/TransactGetCommand.js +38 -0
- package/api/node_modules/@aws-sdk/lib-dynamodb/dist-es/commands/TransactWriteCommand.js +53 -0
- package/api/node_modules/@aws-sdk/lib-dynamodb/dist-es/commands/UpdateCommand.js +43 -0
- package/api/node_modules/@aws-sdk/lib-dynamodb/dist-es/commands/index.js +13 -0
- package/api/node_modules/@aws-sdk/lib-dynamodb/dist-es/commands/utils.js +80 -0
- package/api/node_modules/@aws-sdk/lib-dynamodb/dist-es/index.js +5 -0
- package/api/node_modules/@aws-sdk/lib-dynamodb/dist-es/pagination/Interfaces.js +1 -0
- package/api/node_modules/@aws-sdk/lib-dynamodb/dist-es/pagination/QueryPaginator.js +4 -0
- package/api/node_modules/@aws-sdk/lib-dynamodb/dist-es/pagination/ScanPaginator.js +4 -0
- package/api/node_modules/@aws-sdk/lib-dynamodb/dist-es/pagination/index.js +3 -0
- package/api/node_modules/@aws-sdk/lib-dynamodb/dist-types/DynamoDBDocument.d.ts +195 -0
- package/api/node_modules/@aws-sdk/lib-dynamodb/dist-types/DynamoDBDocumentClient.d.ts +96 -0
- package/api/node_modules/@aws-sdk/lib-dynamodb/dist-types/baseCommand/DynamoDBDocumentClientCommand.d.ts +17 -0
- package/api/node_modules/@aws-sdk/lib-dynamodb/dist-types/commands/BatchExecuteStatementCommand.d.ts +66 -0
- package/api/node_modules/@aws-sdk/lib-dynamodb/dist-types/commands/BatchGetCommand.d.ts +70 -0
- package/api/node_modules/@aws-sdk/lib-dynamodb/dist-types/commands/BatchWriteCommand.d.ts +94 -0
- package/api/node_modules/@aws-sdk/lib-dynamodb/dist-types/commands/DeleteCommand.d.ts +66 -0
- package/api/node_modules/@aws-sdk/lib-dynamodb/dist-types/commands/ExecuteStatementCommand.d.ts +52 -0
- package/api/node_modules/@aws-sdk/lib-dynamodb/dist-types/commands/ExecuteTransactionCommand.d.ts +60 -0
- package/api/node_modules/@aws-sdk/lib-dynamodb/dist-types/commands/GetCommand.d.ts +48 -0
- package/api/node_modules/@aws-sdk/lib-dynamodb/dist-types/commands/PutCommand.d.ts +66 -0
- package/api/node_modules/@aws-sdk/lib-dynamodb/dist-types/commands/QueryCommand.d.ts +70 -0
- package/api/node_modules/@aws-sdk/lib-dynamodb/dist-types/commands/ScanCommand.d.ts +62 -0
- package/api/node_modules/@aws-sdk/lib-dynamodb/dist-types/commands/TransactGetCommand.d.ts +64 -0
- package/api/node_modules/@aws-sdk/lib-dynamodb/dist-types/commands/TransactWriteCommand.d.ts +92 -0
- package/api/node_modules/@aws-sdk/lib-dynamodb/dist-types/commands/UpdateCommand.d.ts +74 -0
- package/api/node_modules/@aws-sdk/lib-dynamodb/dist-types/commands/index.d.ts +13 -0
- package/api/node_modules/@aws-sdk/lib-dynamodb/dist-types/commands/utils.d.ts +33 -0
- package/api/node_modules/@aws-sdk/lib-dynamodb/dist-types/index.d.ts +7 -0
- package/api/node_modules/@aws-sdk/lib-dynamodb/dist-types/pagination/Interfaces.d.ts +13 -0
- package/api/node_modules/@aws-sdk/lib-dynamodb/dist-types/pagination/QueryPaginator.d.ts +11 -0
- package/api/node_modules/@aws-sdk/lib-dynamodb/dist-types/pagination/ScanPaginator.d.ts +11 -0
- package/api/node_modules/@aws-sdk/lib-dynamodb/dist-types/pagination/index.d.ts +3 -0
- package/api/node_modules/@aws-sdk/lib-dynamodb/dist-types/ts3.4/DynamoDBDocument.d.ts +221 -0
- package/api/node_modules/@aws-sdk/lib-dynamodb/dist-types/ts3.4/DynamoDBDocumentClient.d.ts +105 -0
- package/api/node_modules/@aws-sdk/lib-dynamodb/dist-types/ts3.4/baseCommand/DynamoDBDocumentClientCommand.d.ts +30 -0
- package/api/node_modules/@aws-sdk/lib-dynamodb/dist-types/ts3.4/commands/BatchExecuteStatementCommand.d.ts +96 -0
- package/api/node_modules/@aws-sdk/lib-dynamodb/dist-types/ts3.4/commands/BatchGetCommand.d.ts +92 -0
- package/api/node_modules/@aws-sdk/lib-dynamodb/dist-types/ts3.4/commands/BatchWriteCommand.d.ts +142 -0
- package/api/node_modules/@aws-sdk/lib-dynamodb/dist-types/ts3.4/commands/DeleteCommand.d.ts +96 -0
- package/api/node_modules/@aws-sdk/lib-dynamodb/dist-types/ts3.4/commands/ExecuteStatementCommand.d.ts +61 -0
- package/api/node_modules/@aws-sdk/lib-dynamodb/dist-types/ts3.4/commands/ExecuteTransactionCommand.d.ts +78 -0
- package/api/node_modules/@aws-sdk/lib-dynamodb/dist-types/ts3.4/commands/GetCommand.d.ts +57 -0
- package/api/node_modules/@aws-sdk/lib-dynamodb/dist-types/ts3.4/commands/PutCommand.d.ts +93 -0
- package/api/node_modules/@aws-sdk/lib-dynamodb/dist-types/ts3.4/commands/QueryCommand.d.ts +96 -0
- package/api/node_modules/@aws-sdk/lib-dynamodb/dist-types/ts3.4/commands/ScanCommand.d.ts +80 -0
- package/api/node_modules/@aws-sdk/lib-dynamodb/dist-types/ts3.4/commands/TransactGetCommand.d.ts +82 -0
- package/api/node_modules/@aws-sdk/lib-dynamodb/dist-types/ts3.4/commands/TransactWriteCommand.d.ts +151 -0
- package/api/node_modules/@aws-sdk/lib-dynamodb/dist-types/ts3.4/commands/UpdateCommand.d.ts +113 -0
- package/api/node_modules/@aws-sdk/lib-dynamodb/dist-types/ts3.4/commands/index.d.ts +13 -0
- package/api/node_modules/@aws-sdk/lib-dynamodb/dist-types/ts3.4/commands/utils.d.ts +17 -0
- package/api/node_modules/@aws-sdk/lib-dynamodb/dist-types/ts3.4/index.d.ts +11 -0
- package/api/node_modules/@aws-sdk/lib-dynamodb/dist-types/ts3.4/pagination/Interfaces.d.ts +8 -0
- package/api/node_modules/@aws-sdk/lib-dynamodb/dist-types/ts3.4/pagination/QueryPaginator.d.ts +12 -0
- package/api/node_modules/@aws-sdk/lib-dynamodb/dist-types/ts3.4/pagination/ScanPaginator.d.ts +9 -0
- package/api/node_modules/@aws-sdk/lib-dynamodb/dist-types/ts3.4/pagination/index.d.ts +3 -0
- package/api/node_modules/@aws-sdk/lib-dynamodb/package.json +68 -0
- package/api/node_modules/@aws-sdk/middleware-endpoint-discovery/LICENSE +201 -0
- package/api/node_modules/@aws-sdk/middleware-endpoint-discovery/README.md +4 -0
- package/api/node_modules/@aws-sdk/middleware-endpoint-discovery/dist-cjs/index.js +188 -0
- package/api/node_modules/@aws-sdk/middleware-endpoint-discovery/dist-es/configurations.js +27 -0
- package/api/node_modules/@aws-sdk/middleware-endpoint-discovery/dist-es/endpointDiscoveryMiddleware.js +45 -0
- package/api/node_modules/@aws-sdk/middleware-endpoint-discovery/dist-es/getCacheKey.js +13 -0
- package/api/node_modules/@aws-sdk/middleware-endpoint-discovery/dist-es/getEndpointDiscoveryPlugin.js +22 -0
- package/api/node_modules/@aws-sdk/middleware-endpoint-discovery/dist-es/index.js +3 -0
- package/api/node_modules/@aws-sdk/middleware-endpoint-discovery/dist-es/resolveEndpointDiscoveryConfig.js +12 -0
- package/api/node_modules/@aws-sdk/middleware-endpoint-discovery/dist-es/updateDiscoveredEndpointInCache.js +57 -0
- package/api/node_modules/@aws-sdk/middleware-endpoint-discovery/dist-types/configurations.d.ts +5 -0
- package/api/node_modules/@aws-sdk/middleware-endpoint-discovery/dist-types/endpointDiscoveryMiddleware.d.ts +4 -0
- package/api/node_modules/@aws-sdk/middleware-endpoint-discovery/dist-types/getCacheKey.d.ts +9 -0
- package/api/node_modules/@aws-sdk/middleware-endpoint-discovery/dist-types/getEndpointDiscoveryPlugin.d.ts +29 -0
- package/api/node_modules/@aws-sdk/middleware-endpoint-discovery/dist-types/index.d.ts +3 -0
- package/api/node_modules/@aws-sdk/middleware-endpoint-discovery/dist-types/resolveEndpointDiscoveryConfig.d.ts +60 -0
- package/api/node_modules/@aws-sdk/middleware-endpoint-discovery/dist-types/ts3.4/configurations.d.ts +4 -0
- package/api/node_modules/@aws-sdk/middleware-endpoint-discovery/dist-types/ts3.4/endpointDiscoveryMiddleware.d.ts +17 -0
- package/api/node_modules/@aws-sdk/middleware-endpoint-discovery/dist-types/ts3.4/getCacheKey.d.ts +10 -0
- package/api/node_modules/@aws-sdk/middleware-endpoint-discovery/dist-types/ts3.4/getEndpointDiscoveryPlugin.d.ts +41 -0
- package/api/node_modules/@aws-sdk/middleware-endpoint-discovery/dist-types/ts3.4/index.d.ts +3 -0
- package/api/node_modules/@aws-sdk/middleware-endpoint-discovery/dist-types/ts3.4/resolveEndpointDiscoveryConfig.d.ts +28 -0
- package/api/node_modules/@aws-sdk/middleware-endpoint-discovery/dist-types/ts3.4/updateDiscoveredEndpointInCache.d.ts +15 -0
- package/api/node_modules/@aws-sdk/middleware-endpoint-discovery/dist-types/updateDiscoveredEndpointInCache.d.ts +8 -0
- package/api/node_modules/@aws-sdk/middleware-endpoint-discovery/package.json +61 -0
- package/api/node_modules/@aws-sdk/middleware-host-header/LICENSE +201 -0
- package/api/node_modules/@aws-sdk/middleware-host-header/README.md +4 -0
- package/api/node_modules/@aws-sdk/middleware-host-header/dist-cjs/index.js +41 -0
- package/api/node_modules/@aws-sdk/middleware-host-header/dist-es/index.js +33 -0
- package/api/node_modules/@aws-sdk/middleware-host-header/dist-types/index.d.ts +35 -0
- package/api/node_modules/@aws-sdk/middleware-host-header/dist-types/ts3.4/index.d.ts +29 -0
- package/api/node_modules/@aws-sdk/middleware-host-header/package.json +59 -0
- package/api/node_modules/@aws-sdk/middleware-logger/LICENSE +201 -0
- package/api/node_modules/@aws-sdk/middleware-logger/README.md +4 -0
- package/api/node_modules/@aws-sdk/middleware-logger/dist-cjs/index.js +48 -0
- package/api/node_modules/@aws-sdk/middleware-logger/dist-es/index.js +1 -0
- package/api/node_modules/@aws-sdk/middleware-logger/dist-es/loggerMiddleware.js +42 -0
- package/api/node_modules/@aws-sdk/middleware-logger/dist-types/index.d.ts +1 -0
- package/api/node_modules/@aws-sdk/middleware-logger/dist-types/loggerMiddleware.d.ts +4 -0
- package/api/node_modules/@aws-sdk/middleware-logger/dist-types/ts3.4/index.d.ts +1 -0
- package/api/node_modules/@aws-sdk/middleware-logger/dist-types/ts3.4/loggerMiddleware.d.ts +17 -0
- package/api/node_modules/@aws-sdk/middleware-logger/package.json +59 -0
- package/api/node_modules/@aws-sdk/middleware-recursion-detection/LICENSE +201 -0
- package/api/node_modules/@aws-sdk/middleware-recursion-detection/README.md +17 -0
- package/api/node_modules/@aws-sdk/middleware-recursion-detection/dist-cjs/index.js +29 -0
- package/api/node_modules/@aws-sdk/middleware-recursion-detection/dist-cjs/recursionDetectionMiddleware.js +33 -0
- package/api/node_modules/@aws-sdk/middleware-recursion-detection/dist-cjs/recursionDetectionMiddleware.native.js +5 -0
- package/api/node_modules/@aws-sdk/middleware-recursion-detection/dist-es/configuration.js +7 -0
- package/api/node_modules/@aws-sdk/middleware-recursion-detection/dist-es/getRecursionDetectionPlugin.js +7 -0
- package/api/node_modules/@aws-sdk/middleware-recursion-detection/dist-es/index.js +2 -0
- package/api/node_modules/@aws-sdk/middleware-recursion-detection/dist-es/recursionDetectionMiddleware.browser.js +1 -0
- package/api/node_modules/@aws-sdk/middleware-recursion-detection/dist-es/recursionDetectionMiddleware.js +29 -0
- package/api/node_modules/@aws-sdk/middleware-recursion-detection/dist-es/recursionDetectionMiddleware.native.js +1 -0
- package/api/node_modules/@aws-sdk/middleware-recursion-detection/dist-types/configuration.d.ts +5 -0
- package/api/node_modules/@aws-sdk/middleware-recursion-detection/dist-types/getRecursionDetectionPlugin.d.ts +5 -0
- package/api/node_modules/@aws-sdk/middleware-recursion-detection/dist-types/index.d.ts +2 -0
- package/api/node_modules/@aws-sdk/middleware-recursion-detection/dist-types/recursionDetectionMiddleware.browser.d.ts +6 -0
- package/api/node_modules/@aws-sdk/middleware-recursion-detection/dist-types/recursionDetectionMiddleware.d.ts +6 -0
- package/api/node_modules/@aws-sdk/middleware-recursion-detection/dist-types/recursionDetectionMiddleware.native.d.ts +6 -0
- package/api/node_modules/@aws-sdk/middleware-recursion-detection/dist-types/ts3.4/configuration.d.ts +3 -0
- package/api/node_modules/@aws-sdk/middleware-recursion-detection/dist-types/ts3.4/getRecursionDetectionPlugin.d.ts +4 -0
- package/api/node_modules/@aws-sdk/middleware-recursion-detection/dist-types/ts3.4/index.d.ts +2 -0
- package/api/node_modules/@aws-sdk/middleware-recursion-detection/dist-types/ts3.4/recursionDetectionMiddleware.browser.d.ts +5 -0
- package/api/node_modules/@aws-sdk/middleware-recursion-detection/dist-types/ts3.4/recursionDetectionMiddleware.d.ts +5 -0
- package/api/node_modules/@aws-sdk/middleware-recursion-detection/dist-types/ts3.4/recursionDetectionMiddleware.native.d.ts +5 -0
- package/api/node_modules/@aws-sdk/middleware-recursion-detection/package.json +63 -0
- package/api/node_modules/@aws-sdk/middleware-user-agent/LICENSE +201 -0
- package/api/node_modules/@aws-sdk/middleware-user-agent/README.md +4 -0
- package/api/node_modules/@aws-sdk/middleware-user-agent/dist-cjs/index.js +194 -0
- package/api/node_modules/@aws-sdk/middleware-user-agent/dist-es/check-features.js +49 -0
- package/api/node_modules/@aws-sdk/middleware-user-agent/dist-es/configurations.js +28 -0
- package/api/node_modules/@aws-sdk/middleware-user-agent/dist-es/constants.js +7 -0
- package/api/node_modules/@aws-sdk/middleware-user-agent/dist-es/encode-features.js +18 -0
- package/api/node_modules/@aws-sdk/middleware-user-agent/dist-es/index.js +2 -0
- package/api/node_modules/@aws-sdk/middleware-user-agent/dist-es/user-agent-middleware.js +82 -0
- package/api/node_modules/@aws-sdk/middleware-user-agent/dist-types/check-features.d.ts +20 -0
- package/api/node_modules/@aws-sdk/middleware-user-agent/dist-types/configurations.d.ts +44 -0
- package/api/node_modules/@aws-sdk/middleware-user-agent/dist-types/constants.d.ts +7 -0
- package/api/node_modules/@aws-sdk/middleware-user-agent/dist-types/encode-features.d.ts +5 -0
- package/api/node_modules/@aws-sdk/middleware-user-agent/dist-types/index.d.ts +2 -0
- package/api/node_modules/@aws-sdk/middleware-user-agent/dist-types/ts3.4/check-features.d.ts +20 -0
- package/api/node_modules/@aws-sdk/middleware-user-agent/dist-types/ts3.4/configurations.d.ts +21 -0
- package/api/node_modules/@aws-sdk/middleware-user-agent/dist-types/ts3.4/constants.d.ts +7 -0
- package/api/node_modules/@aws-sdk/middleware-user-agent/dist-types/ts3.4/encode-features.d.ts +2 -0
- package/api/node_modules/@aws-sdk/middleware-user-agent/dist-types/ts3.4/index.d.ts +2 -0
- package/api/node_modules/@aws-sdk/middleware-user-agent/dist-types/ts3.4/user-agent-middleware.d.ts +21 -0
- package/api/node_modules/@aws-sdk/middleware-user-agent/dist-types/user-agent-middleware.d.ts +18 -0
- package/api/node_modules/@aws-sdk/middleware-user-agent/package.json +63 -0
- package/api/node_modules/@aws-sdk/nested-clients/README.md +13 -0
- package/api/node_modules/@aws-sdk/nested-clients/cognito-identity.d.ts +7 -0
- package/api/node_modules/@aws-sdk/nested-clients/cognito-identity.js +5 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-cjs/index.js +2 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/auth/httpAuthSchemeProvider.js +60 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/endpoint/endpointResolver.js +18 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/endpoint/ruleset.js +146 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/index.js +174 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/models/CognitoIdentityServiceException.js +12 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/models/errors.js +121 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/runtimeConfig.browser.js +38 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/runtimeConfig.js +54 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/runtimeConfig.native.js +15 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/runtimeConfig.shared.js +50 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/schemas/schemas_0.js +110 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/auth/httpAuthSchemeProvider.js +56 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/endpoint/endpointResolver.js +18 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/endpoint/ruleset.js +133 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/index.js +170 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/models/SigninServiceException.js +12 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/models/errors.js +64 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/runtimeConfig.browser.js +39 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/runtimeConfig.js +54 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/runtimeConfig.native.js +15 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/runtimeConfig.shared.js +49 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/schemas/schemas_0.js +125 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/auth/httpAuthSchemeProvider.js +56 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/endpoint/endpointResolver.js +18 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/endpoint/ruleset.js +106 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/index.js +160 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/models/SSOServiceException.js +12 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/models/errors.js +56 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/runtimeConfig.browser.js +38 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/runtimeConfig.js +54 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/runtimeConfig.native.js +15 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/runtimeConfig.shared.js +49 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/schemas/schemas_0.js +90 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/auth/httpAuthSchemeProvider.js +56 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/endpoint/endpointResolver.js +18 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/endpoint/ruleset.js +106 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/index.js +172 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/models/SSOOIDCServiceException.js +12 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/models/errors.js +195 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/runtimeConfig.browser.js +38 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/runtimeConfig.js +54 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/runtimeConfig.native.js +15 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/runtimeConfig.shared.js +49 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/schemas/schemas_0.js +140 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/STSClient.js +54 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/auth/httpAuthExtensionConfiguration.js +43 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/auth/httpAuthSchemeProvider.js +62 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/endpoint/EndpointParameters.js +19 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/endpoint/endpointResolver.js +18 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/endpoint/ruleset.js +145 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/index.js +202 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/models/STSServiceException.js +12 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/models/errors.js +95 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/runtimeConfig.browser.js +39 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/runtimeConfig.js +68 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/runtimeConfig.native.js +15 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/runtimeConfig.shared.js +50 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/runtimeExtensions.js +13 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/schemas/schemas_0.js +195 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-es/index.js +1 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/CognitoIdentity.js +11 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/CognitoIdentityClient.js +50 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/auth/httpAuthExtensionConfiguration.js +38 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/auth/httpAuthSchemeProvider.js +54 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/commands/GetCredentialsForIdentityCommand.js +16 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/commands/GetIdCommand.js +16 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/commands/index.js +2 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/endpoint/EndpointParameters.js +13 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/endpoint/endpointResolver.js +14 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/endpoint/ruleset.js +143 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/extensionConfiguration.js +1 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/index.js +7 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/models/CognitoIdentityServiceException.js +8 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/models/errors.js +109 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/models/models_0.js +1 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/runtimeConfig.browser.js +33 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/runtimeConfig.js +49 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/runtimeConfig.native.js +11 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/runtimeConfig.shared.js +46 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/runtimeExtensions.js +9 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/schemas/schemas_0.js +107 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/Signin.js +9 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/SigninClient.js +50 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/auth/httpAuthExtensionConfiguration.js +38 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/auth/httpAuthSchemeProvider.js +50 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/commands/CreateOAuth2TokenCommand.js +16 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/commands/index.js +1 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/endpoint/EndpointParameters.js +13 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/endpoint/endpointResolver.js +14 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/endpoint/ruleset.js +130 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/extensionConfiguration.js +1 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/index.js +8 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/models/SigninServiceException.js +8 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/models/enums.js +8 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/models/errors.js +57 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/models/models_0.js +1 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeConfig.browser.js +34 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeConfig.js +49 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeConfig.native.js +11 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeConfig.shared.js +45 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeExtensions.js +9 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/schemas/schemas_0.js +122 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/SSO.js +9 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/SSOClient.js +50 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/auth/httpAuthExtensionConfiguration.js +38 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/auth/httpAuthSchemeProvider.js +50 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/commands/GetRoleCredentialsCommand.js +16 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/commands/index.js +1 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/endpoint/EndpointParameters.js +13 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/endpoint/endpointResolver.js +14 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/endpoint/ruleset.js +103 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/extensionConfiguration.js +1 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/index.js +7 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/models/SSOServiceException.js +8 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/models/errors.js +49 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/models/models_0.js +1 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/runtimeConfig.browser.js +33 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/runtimeConfig.js +49 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/runtimeConfig.native.js +11 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/runtimeConfig.shared.js +45 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/runtimeExtensions.js +9 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/schemas/schemas_0.js +87 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/SSOOIDC.js +9 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/SSOOIDCClient.js +50 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/auth/httpAuthExtensionConfiguration.js +38 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/auth/httpAuthSchemeProvider.js +50 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/commands/CreateTokenCommand.js +16 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/commands/index.js +1 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/endpoint/EndpointParameters.js +13 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/endpoint/endpointResolver.js +14 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/endpoint/ruleset.js +103 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/extensionConfiguration.js +1 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/index.js +8 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/models/SSOOIDCServiceException.js +8 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/models/enums.js +9 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/models/errors.js +181 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/models/models_0.js +1 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeConfig.browser.js +33 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeConfig.js +49 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeConfig.native.js +11 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeConfig.shared.js +45 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeExtensions.js +9 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/schemas/schemas_0.js +137 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/STS.js +11 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/STSClient.js +50 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/auth/httpAuthExtensionConfiguration.js +38 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/auth/httpAuthSchemeProvider.js +55 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/commands/AssumeRoleCommand.js +16 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/commands/AssumeRoleWithWebIdentityCommand.js +16 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/commands/index.js +2 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/defaultRoleAssumers.js +22 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/defaultStsRoleAssumers.js +107 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/endpoint/EndpointParameters.js +15 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/endpoint/endpointResolver.js +14 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/endpoint/ruleset.js +142 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/extensionConfiguration.js +1 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/index.js +8 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/models/STSServiceException.js +8 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/models/errors.js +85 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/models/models_0.js +1 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.browser.js +34 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.js +63 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.native.js +11 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.shared.js +46 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeExtensions.js +9 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/schemas/schemas_0.js +192 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/index.d.ts +7 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/CognitoIdentity.d.ts +38 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/CognitoIdentityClient.d.ts +197 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/auth/httpAuthExtensionConfiguration.d.ts +29 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/auth/httpAuthSchemeProvider.d.ts +75 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/commands/GetCredentialsForIdentityCommand.d.ts +120 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/commands/GetIdCommand.d.ts +107 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/commands/index.d.ts +2 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/endpoint/EndpointParameters.d.ts +50 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/endpoint/endpointResolver.d.ts +8 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/endpoint/ruleset.d.ts +2 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/extensionConfiguration.d.ts +9 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/index.d.ts +29 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/models/CognitoIdentityServiceException.d.ts +14 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/models/errors.d.ts +119 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/models/models_0.d.ts +136 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/runtimeConfig.browser.d.ts +62 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/runtimeConfig.d.ts +62 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/runtimeConfig.native.d.ts +61 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/runtimeConfig.shared.d.ts +38 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/runtimeExtensions.d.ts +17 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/schemas/schemas_0.d.ts +25 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/Signin.d.ts +18 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/SigninClient.d.ts +189 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/auth/httpAuthExtensionConfiguration.d.ts +29 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/auth/httpAuthSchemeProvider.d.ts +75 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/commands/CreateOAuth2TokenCommand.d.ts +157 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/commands/index.d.ts +1 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/endpoint/EndpointParameters.d.ts +50 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/endpoint/endpointResolver.d.ts +8 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/endpoint/ruleset.d.ts +2 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/extensionConfiguration.d.ts +9 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/index.d.ts +17 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/models/SigninServiceException.d.ts +14 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/models/enums.d.ts +34 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/models/errors.d.ts +102 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/models/models_0.d.ts +142 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.browser.d.ts +63 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.d.ts +63 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.native.d.ts +62 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.shared.d.ts +38 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeExtensions.d.ts +17 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/schemas/schemas_0.d.ts +19 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/SSO.d.ts +32 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/SSOClient.d.ts +197 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/auth/httpAuthExtensionConfiguration.d.ts +29 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/auth/httpAuthSchemeProvider.d.ts +75 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/commands/GetRoleCredentialsCommand.d.ts +97 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/commands/index.d.ts +1 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/endpoint/EndpointParameters.d.ts +50 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/endpoint/endpointResolver.d.ts +8 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/endpoint/ruleset.d.ts +2 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/extensionConfiguration.d.ts +9 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/index.d.ts +30 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/models/SSOServiceException.d.ts +14 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/models/errors.d.ts +53 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/models/models_0.d.ts +61 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/runtimeConfig.browser.d.ts +62 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/runtimeConfig.d.ts +62 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/runtimeConfig.native.d.ts +61 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/runtimeConfig.shared.d.ts +38 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/runtimeExtensions.d.ts +17 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/schemas/schemas_0.d.ts +17 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/SSOOIDC.d.ts +55 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/SSOOIDCClient.d.ts +220 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/auth/httpAuthExtensionConfiguration.d.ts +29 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/auth/httpAuthSchemeProvider.d.ts +75 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/commands/CreateTokenCommand.d.ts +176 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/commands/index.d.ts +1 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/endpoint/EndpointParameters.d.ts +50 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/endpoint/endpointResolver.d.ts +8 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/endpoint/ruleset.d.ts +2 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/extensionConfiguration.d.ts +9 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/index.d.ts +54 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/models/SSOOIDCServiceException.d.ts +14 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/models/enums.d.ts +25 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/models/errors.d.ts +279 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/models/models_0.d.ts +109 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.browser.d.ts +62 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.d.ts +62 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.native.d.ts +61 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.shared.d.ts +38 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeExtensions.d.ts +17 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/schemas/schemas_0.d.ts +23 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/STS.d.ts +27 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/STSClient.d.ts +192 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/auth/httpAuthExtensionConfiguration.d.ts +29 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/auth/httpAuthSchemeProvider.d.ts +85 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/commands/AssumeRoleCommand.d.ts +270 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/commands/AssumeRoleWithWebIdentityCommand.d.ts +290 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/commands/index.d.ts +2 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/defaultRoleAssumers.d.ts +23 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/defaultStsRoleAssumers.d.ts +43 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/endpoint/EndpointParameters.d.ts +56 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/endpoint/endpointResolver.d.ts +8 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/endpoint/ruleset.d.ts +2 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/extensionConfiguration.d.ts +9 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/index.d.ts +19 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/models/STSServiceException.d.ts +14 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/models/errors.d.ts +107 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/models/models_0.d.ts +588 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.browser.d.ts +64 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.d.ts +62 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.native.d.ts +63 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.shared.d.ts +38 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeExtensions.d.ts +17 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/schemas/schemas_0.d.ts +27 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/index.d.ts +1 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/CognitoIdentity.d.ts +38 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/CognitoIdentityClient.d.ts +126 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/auth/httpAuthExtensionConfiguration.d.ts +32 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/auth/httpAuthSchemeProvider.d.ts +47 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/commands/GetCredentialsForIdentityCommand.d.ts +51 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/commands/GetIdCommand.d.ts +41 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/commands/index.d.ts +2 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/endpoint/EndpointParameters.d.ts +51 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/endpoint/endpointResolver.d.ts +8 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/endpoint/ruleset.d.ts +2 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/extensionConfiguration.d.ts +9 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/index.d.ts +10 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/models/CognitoIdentityServiceException.d.ts +9 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/models/errors.d.ts +68 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/models/models_0.d.ts +23 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/runtimeConfig.browser.d.ts +122 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/runtimeConfig.d.ts +117 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/runtimeConfig.native.d.ts +126 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/runtimeConfig.shared.d.ts +60 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/runtimeExtensions.d.ts +13 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/schemas/schemas_0.d.ts +24 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/Signin.d.ts +22 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/SigninClient.d.ts +122 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/auth/httpAuthExtensionConfiguration.d.ts +32 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/auth/httpAuthSchemeProvider.d.ts +47 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/commands/CreateOAuth2TokenCommand.d.ts +47 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/commands/index.d.ts +1 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/endpoint/EndpointParameters.d.ts +51 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/endpoint/endpointResolver.d.ts +8 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/endpoint/ruleset.d.ts +2 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/extensionConfiguration.d.ts +9 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/index.d.ts +11 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/models/SigninServiceException.d.ts +9 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/models/enums.d.ts +10 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/models/errors.d.ts +35 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/models/models_0.d.ts +26 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.browser.d.ts +125 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.d.ts +118 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.native.d.ts +129 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.shared.d.ts +58 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeExtensions.d.ts +11 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/schemas/schemas_0.d.ts +18 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/SSO.d.ts +22 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/SSOClient.d.ts +117 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/auth/httpAuthExtensionConfiguration.d.ts +32 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/auth/httpAuthSchemeProvider.d.ts +46 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/commands/GetRoleCredentialsCommand.d.ts +47 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/commands/index.d.ts +1 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/endpoint/EndpointParameters.d.ts +51 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/endpoint/endpointResolver.d.ts +8 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/endpoint/ruleset.d.ts +2 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/extensionConfiguration.d.ts +9 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/index.d.ts +10 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/models/SSOServiceException.d.ts +9 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/models/errors.d.ts +30 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/models/models_0.d.ts +14 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/runtimeConfig.browser.d.ts +120 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/runtimeConfig.d.ts +115 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/runtimeConfig.native.d.ts +124 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/runtimeConfig.shared.d.ts +58 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/runtimeExtensions.d.ts +11 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/schemas/schemas_0.d.ts +16 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/SSOOIDC.d.ts +22 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/SSOOIDCClient.d.ts +120 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/auth/httpAuthExtensionConfiguration.d.ts +32 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/auth/httpAuthSchemeProvider.d.ts +47 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/commands/CreateTokenCommand.d.ts +43 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/commands/index.d.ts +1 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/endpoint/EndpointParameters.d.ts +51 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/endpoint/endpointResolver.d.ts +8 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/endpoint/ruleset.d.ts +2 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/extensionConfiguration.d.ts +9 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/index.d.ts +11 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/models/SSOOIDCServiceException.d.ts +9 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/models/enums.d.ts +13 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/models/errors.d.ts +105 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/models/models_0.d.ts +18 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.browser.d.ts +120 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.d.ts +115 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.native.d.ts +124 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.shared.d.ts +58 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeExtensions.d.ts +11 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/schemas/schemas_0.d.ts +22 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/STS.d.ts +39 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/STSClient.d.ts +127 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/auth/httpAuthExtensionConfiguration.d.ts +32 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/auth/httpAuthSchemeProvider.d.ts +57 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/commands/AssumeRoleCommand.d.ts +47 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/commands/AssumeRoleWithWebIdentityCommand.d.ts +51 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/commands/index.d.ts +2 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/defaultRoleAssumers.d.ts +19 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/defaultStsRoleAssumers.d.ts +33 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/endpoint/EndpointParameters.d.ts +57 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/endpoint/endpointResolver.d.ts +8 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/endpoint/ruleset.d.ts +2 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/extensionConfiguration.d.ts +9 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/index.d.ts +11 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/models/STSServiceException.d.ts +9 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/models/errors.d.ts +54 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/models/models_0.d.ts +59 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.browser.d.ts +129 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.d.ts +111 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.native.d.ts +133 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.shared.d.ts +58 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeExtensions.d.ts +11 -0
- package/api/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/schemas/schemas_0.d.ts +26 -0
- package/api/node_modules/@aws-sdk/nested-clients/package.json +147 -0
- package/api/node_modules/@aws-sdk/nested-clients/signin.d.ts +7 -0
- package/api/node_modules/@aws-sdk/nested-clients/signin.js +5 -0
- package/api/node_modules/@aws-sdk/nested-clients/sso-oidc.d.ts +7 -0
- package/api/node_modules/@aws-sdk/nested-clients/sso-oidc.js +5 -0
- package/api/node_modules/@aws-sdk/nested-clients/sso.d.ts +7 -0
- package/api/node_modules/@aws-sdk/nested-clients/sso.js +5 -0
- package/api/node_modules/@aws-sdk/nested-clients/sts.d.ts +7 -0
- package/api/node_modules/@aws-sdk/nested-clients/sts.js +5 -0
- package/api/node_modules/@aws-sdk/region-config-resolver/LICENSE +201 -0
- package/api/node_modules/@aws-sdk/region-config-resolver/README.md +19 -0
- package/api/node_modules/@aws-sdk/region-config-resolver/dist-cjs/index.js +38 -0
- package/api/node_modules/@aws-sdk/region-config-resolver/dist-cjs/regionConfig/stsRegionDefaultResolver.js +20 -0
- package/api/node_modules/@aws-sdk/region-config-resolver/dist-cjs/regionConfig/stsRegionDefaultResolver.native.js +6 -0
- package/api/node_modules/@aws-sdk/region-config-resolver/dist-es/extensions/index.js +15 -0
- package/api/node_modules/@aws-sdk/region-config-resolver/dist-es/index.js +3 -0
- package/api/node_modules/@aws-sdk/region-config-resolver/dist-es/regionConfig/awsRegionConfig.js +2 -0
- package/api/node_modules/@aws-sdk/region-config-resolver/dist-es/regionConfig/stsRegionDefaultResolver.browser.js +3 -0
- package/api/node_modules/@aws-sdk/region-config-resolver/dist-es/regionConfig/stsRegionDefaultResolver.js +16 -0
- package/api/node_modules/@aws-sdk/region-config-resolver/dist-es/regionConfig/stsRegionDefaultResolver.native.js +3 -0
- package/api/node_modules/@aws-sdk/region-config-resolver/dist-types/extensions/index.d.ts +16 -0
- package/api/node_modules/@aws-sdk/region-config-resolver/dist-types/index.d.ts +3 -0
- package/api/node_modules/@aws-sdk/region-config-resolver/dist-types/regionConfig/awsRegionConfig.d.ts +15 -0
- package/api/node_modules/@aws-sdk/region-config-resolver/dist-types/regionConfig/stsRegionDefaultResolver.browser.d.ts +4 -0
- package/api/node_modules/@aws-sdk/region-config-resolver/dist-types/regionConfig/stsRegionDefaultResolver.d.ts +14 -0
- package/api/node_modules/@aws-sdk/region-config-resolver/dist-types/regionConfig/stsRegionDefaultResolver.native.d.ts +4 -0
- package/api/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/extensions/index.d.ts +14 -0
- package/api/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/index.d.ts +3 -0
- package/api/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/regionConfig/awsRegionConfig.d.ts +11 -0
- package/api/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/regionConfig/stsRegionDefaultResolver.browser.d.ts +1 -0
- package/api/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/regionConfig/stsRegionDefaultResolver.d.ts +7 -0
- package/api/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/regionConfig/stsRegionDefaultResolver.native.d.ts +1 -0
- package/api/node_modules/@aws-sdk/region-config-resolver/package.json +62 -0
- package/api/node_modules/@aws-sdk/token-providers/LICENSE +201 -0
- package/api/node_modules/@aws-sdk/token-providers/README.md +62 -0
- package/api/node_modules/@aws-sdk/token-providers/dist-cjs/index.js +157 -0
- package/api/node_modules/@aws-sdk/token-providers/dist-es/constants.js +2 -0
- package/api/node_modules/@aws-sdk/token-providers/dist-es/fromEnvSigningName.js +16 -0
- package/api/node_modules/@aws-sdk/token-providers/dist-es/fromSso.js +81 -0
- package/api/node_modules/@aws-sdk/token-providers/dist-es/fromStatic.js +8 -0
- package/api/node_modules/@aws-sdk/token-providers/dist-es/getNewSsoOidcToken.js +11 -0
- package/api/node_modules/@aws-sdk/token-providers/dist-es/getSsoOidcClient.js +10 -0
- package/api/node_modules/@aws-sdk/token-providers/dist-es/index.js +4 -0
- package/api/node_modules/@aws-sdk/token-providers/dist-es/nodeProvider.js +5 -0
- package/api/node_modules/@aws-sdk/token-providers/dist-es/validateTokenExpiry.js +7 -0
- package/api/node_modules/@aws-sdk/token-providers/dist-es/validateTokenKey.js +7 -0
- package/api/node_modules/@aws-sdk/token-providers/dist-es/writeSSOTokenToFile.js +8 -0
- package/api/node_modules/@aws-sdk/token-providers/dist-types/constants.d.ts +8 -0
- package/api/node_modules/@aws-sdk/token-providers/dist-types/fromEnvSigningName.d.ts +18 -0
- package/api/node_modules/@aws-sdk/token-providers/dist-types/fromSso.d.ts +12 -0
- package/api/node_modules/@aws-sdk/token-providers/dist-types/fromStatic.d.ts +9 -0
- package/api/node_modules/@aws-sdk/token-providers/dist-types/getNewSsoOidcToken.d.ts +8 -0
- package/api/node_modules/@aws-sdk/token-providers/dist-types/getSsoOidcClient.d.ts +7 -0
- package/api/node_modules/@aws-sdk/token-providers/dist-types/index.d.ts +4 -0
- package/api/node_modules/@aws-sdk/token-providers/dist-types/nodeProvider.d.ts +18 -0
- package/api/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/constants.d.ts +3 -0
- package/api/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/fromEnvSigningName.d.ts +11 -0
- package/api/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/fromSso.d.ts +14 -0
- package/api/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/fromStatic.d.ts +12 -0
- package/api/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/getNewSsoOidcToken.d.ts +11 -0
- package/api/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/getSsoOidcClient.d.ts +7 -0
- package/api/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/index.d.ts +4 -0
- package/api/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/nodeProvider.d.ts +5 -0
- package/api/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/validateTokenExpiry.d.ts +2 -0
- package/api/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/validateTokenKey.d.ts +5 -0
- package/api/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/writeSSOTokenToFile.d.ts +5 -0
- package/api/node_modules/@aws-sdk/token-providers/dist-types/validateTokenExpiry.d.ts +5 -0
- package/api/node_modules/@aws-sdk/token-providers/dist-types/validateTokenKey.d.ts +4 -0
- package/api/node_modules/@aws-sdk/token-providers/dist-types/writeSSOTokenToFile.d.ts +5 -0
- package/api/node_modules/@aws-sdk/token-providers/package.json +70 -0
- package/api/node_modules/@aws-sdk/types/LICENSE +201 -0
- package/api/node_modules/@aws-sdk/types/README.md +4 -0
- package/api/node_modules/@aws-sdk/types/dist-cjs/index.js +13 -0
- package/api/node_modules/@aws-sdk/types/dist-es/abort.js +1 -0
- package/api/node_modules/@aws-sdk/types/dist-es/auth.js +1 -0
- package/api/node_modules/@aws-sdk/types/dist-es/blob/blob-types.js +1 -0
- package/api/node_modules/@aws-sdk/types/dist-es/checksum.js +1 -0
- package/api/node_modules/@aws-sdk/types/dist-es/client.js +1 -0
- package/api/node_modules/@aws-sdk/types/dist-es/command.js +1 -0
- package/api/node_modules/@aws-sdk/types/dist-es/connection.js +1 -0
- package/api/node_modules/@aws-sdk/types/dist-es/credentials.js +1 -0
- package/api/node_modules/@aws-sdk/types/dist-es/crypto.js +1 -0
- package/api/node_modules/@aws-sdk/types/dist-es/dns.js +5 -0
- package/api/node_modules/@aws-sdk/types/dist-es/encode.js +1 -0
- package/api/node_modules/@aws-sdk/types/dist-es/endpoint.js +1 -0
- package/api/node_modules/@aws-sdk/types/dist-es/eventStream.js +1 -0
- package/api/node_modules/@aws-sdk/types/dist-es/extensions/index.js +1 -0
- package/api/node_modules/@aws-sdk/types/dist-es/feature-ids.js +1 -0
- package/api/node_modules/@aws-sdk/types/dist-es/function.js +1 -0
- package/api/node_modules/@aws-sdk/types/dist-es/http.js +1 -0
- package/api/node_modules/@aws-sdk/types/dist-es/identity/AnonymousIdentity.js +1 -0
- package/api/node_modules/@aws-sdk/types/dist-es/identity/AwsCredentialIdentity.js +1 -0
- package/api/node_modules/@aws-sdk/types/dist-es/identity/Identity.js +1 -0
- package/api/node_modules/@aws-sdk/types/dist-es/identity/LoginIdentity.js +1 -0
- package/api/node_modules/@aws-sdk/types/dist-es/identity/TokenIdentity.js +1 -0
- package/api/node_modules/@aws-sdk/types/dist-es/identity/index.js +5 -0
- package/api/node_modules/@aws-sdk/types/dist-es/index.js +34 -0
- package/api/node_modules/@aws-sdk/types/dist-es/logger.js +1 -0
- package/api/node_modules/@aws-sdk/types/dist-es/middleware.js +1 -0
- package/api/node_modules/@aws-sdk/types/dist-es/pagination.js +1 -0
- package/api/node_modules/@aws-sdk/types/dist-es/profile.js +1 -0
- package/api/node_modules/@aws-sdk/types/dist-es/request.js +1 -0
- package/api/node_modules/@aws-sdk/types/dist-es/response.js +1 -0
- package/api/node_modules/@aws-sdk/types/dist-es/retry.js +1 -0
- package/api/node_modules/@aws-sdk/types/dist-es/serde.js +1 -0
- package/api/node_modules/@aws-sdk/types/dist-es/shapes.js +1 -0
- package/api/node_modules/@aws-sdk/types/dist-es/signature.js +1 -0
- package/api/node_modules/@aws-sdk/types/dist-es/stream.js +1 -0
- package/api/node_modules/@aws-sdk/types/dist-es/token.js +1 -0
- package/api/node_modules/@aws-sdk/types/dist-es/transfer.js +1 -0
- package/api/node_modules/@aws-sdk/types/dist-es/uri.js +1 -0
- package/api/node_modules/@aws-sdk/types/dist-es/util.js +1 -0
- package/api/node_modules/@aws-sdk/types/dist-es/waiter.js +1 -0
- package/api/node_modules/@aws-sdk/types/dist-types/abort.d.ts +1 -0
- package/api/node_modules/@aws-sdk/types/dist-types/auth.d.ts +1 -0
- package/api/node_modules/@aws-sdk/types/dist-types/blob/blob-types.d.ts +2 -0
- package/api/node_modules/@aws-sdk/types/dist-types/checksum.d.ts +1 -0
- package/api/node_modules/@aws-sdk/types/dist-types/client.d.ts +1 -0
- package/api/node_modules/@aws-sdk/types/dist-types/command.d.ts +1 -0
- package/api/node_modules/@aws-sdk/types/dist-types/connection.d.ts +1 -0
- package/api/node_modules/@aws-sdk/types/dist-types/credentials.d.ts +52 -0
- package/api/node_modules/@aws-sdk/types/dist-types/crypto.d.ts +1 -0
- package/api/node_modules/@aws-sdk/types/dist-types/dns.d.ts +85 -0
- package/api/node_modules/@aws-sdk/types/dist-types/encode.d.ts +1 -0
- package/api/node_modules/@aws-sdk/types/dist-types/endpoint.d.ts +1 -0
- package/api/node_modules/@aws-sdk/types/dist-types/eventStream.d.ts +1 -0
- package/api/node_modules/@aws-sdk/types/dist-types/extensions/index.d.ts +8 -0
- package/api/node_modules/@aws-sdk/types/dist-types/feature-ids.d.ts +67 -0
- package/api/node_modules/@aws-sdk/types/dist-types/function.d.ts +7 -0
- package/api/node_modules/@aws-sdk/types/dist-types/http.d.ts +33 -0
- package/api/node_modules/@aws-sdk/types/dist-types/identity/AnonymousIdentity.d.ts +6 -0
- package/api/node_modules/@aws-sdk/types/dist-types/identity/AwsCredentialIdentity.d.ts +61 -0
- package/api/node_modules/@aws-sdk/types/dist-types/identity/Identity.d.ts +1 -0
- package/api/node_modules/@aws-sdk/types/dist-types/identity/LoginIdentity.d.ts +18 -0
- package/api/node_modules/@aws-sdk/types/dist-types/identity/TokenIdentity.d.ts +11 -0
- package/api/node_modules/@aws-sdk/types/dist-types/identity/index.d.ts +5 -0
- package/api/node_modules/@aws-sdk/types/dist-types/index.d.ts +34 -0
- package/api/node_modules/@aws-sdk/types/dist-types/logger.d.ts +22 -0
- package/api/node_modules/@aws-sdk/types/dist-types/middleware.d.ts +13 -0
- package/api/node_modules/@aws-sdk/types/dist-types/pagination.d.ts +1 -0
- package/api/node_modules/@aws-sdk/types/dist-types/profile.d.ts +1 -0
- package/api/node_modules/@aws-sdk/types/dist-types/request.d.ts +7 -0
- package/api/node_modules/@aws-sdk/types/dist-types/response.d.ts +7 -0
- package/api/node_modules/@aws-sdk/types/dist-types/retry.d.ts +1 -0
- package/api/node_modules/@aws-sdk/types/dist-types/serde.d.ts +24 -0
- package/api/node_modules/@aws-sdk/types/dist-types/shapes.d.ts +1 -0
- package/api/node_modules/@aws-sdk/types/dist-types/signature.d.ts +1 -0
- package/api/node_modules/@aws-sdk/types/dist-types/stream.d.ts +1 -0
- package/api/node_modules/@aws-sdk/types/dist-types/token.d.ts +17 -0
- package/api/node_modules/@aws-sdk/types/dist-types/transfer.d.ts +1 -0
- package/api/node_modules/@aws-sdk/types/dist-types/ts3.4/abort.d.ts +1 -0
- package/api/node_modules/@aws-sdk/types/dist-types/ts3.4/auth.d.ts +5 -0
- package/api/node_modules/@aws-sdk/types/dist-types/ts3.4/blob/blob-types.d.ts +2 -0
- package/api/node_modules/@aws-sdk/types/dist-types/ts3.4/checksum.d.ts +1 -0
- package/api/node_modules/@aws-sdk/types/dist-types/ts3.4/client.d.ts +1 -0
- package/api/node_modules/@aws-sdk/types/dist-types/ts3.4/command.d.ts +1 -0
- package/api/node_modules/@aws-sdk/types/dist-types/ts3.4/connection.d.ts +6 -0
- package/api/node_modules/@aws-sdk/types/dist-types/ts3.4/credentials.d.ts +15 -0
- package/api/node_modules/@aws-sdk/types/dist-types/ts3.4/crypto.d.ts +7 -0
- package/api/node_modules/@aws-sdk/types/dist-types/ts3.4/dns.d.ts +19 -0
- package/api/node_modules/@aws-sdk/types/dist-types/ts3.4/encode.d.ts +6 -0
- package/api/node_modules/@aws-sdk/types/dist-types/ts3.4/endpoint.d.ts +9 -0
- package/api/node_modules/@aws-sdk/types/dist-types/ts3.4/eventStream.d.ts +24 -0
- package/api/node_modules/@aws-sdk/types/dist-types/ts3.4/extensions/index.d.ts +5 -0
- package/api/node_modules/@aws-sdk/types/dist-types/ts3.4/feature-ids.d.ts +60 -0
- package/api/node_modules/@aws-sdk/types/dist-types/ts3.4/function.d.ts +7 -0
- package/api/node_modules/@aws-sdk/types/dist-types/ts3.4/http.d.ts +17 -0
- package/api/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/AnonymousIdentity.d.ts +2 -0
- package/api/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/AwsCredentialIdentity.d.ts +31 -0
- package/api/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/Identity.d.ts +1 -0
- package/api/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/LoginIdentity.d.ts +6 -0
- package/api/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/TokenIdentity.d.ts +6 -0
- package/api/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/index.d.ts +5 -0
- package/api/node_modules/@aws-sdk/types/dist-types/ts3.4/index.d.ts +34 -0
- package/api/node_modules/@aws-sdk/types/dist-types/ts3.4/logger.d.ts +15 -0
- package/api/node_modules/@aws-sdk/types/dist-types/ts3.4/middleware.d.ts +47 -0
- package/api/node_modules/@aws-sdk/types/dist-types/ts3.4/pagination.d.ts +1 -0
- package/api/node_modules/@aws-sdk/types/dist-types/ts3.4/profile.d.ts +6 -0
- package/api/node_modules/@aws-sdk/types/dist-types/ts3.4/request.d.ts +4 -0
- package/api/node_modules/@aws-sdk/types/dist-types/ts3.4/response.d.ts +4 -0
- package/api/node_modules/@aws-sdk/types/dist-types/ts3.4/retry.d.ts +12 -0
- package/api/node_modules/@aws-sdk/types/dist-types/ts3.4/serde.d.ts +16 -0
- package/api/node_modules/@aws-sdk/types/dist-types/ts3.4/shapes.d.ts +6 -0
- package/api/node_modules/@aws-sdk/types/dist-types/ts3.4/signature.d.ts +15 -0
- package/api/node_modules/@aws-sdk/types/dist-types/ts3.4/stream.d.ts +4 -0
- package/api/node_modules/@aws-sdk/types/dist-types/ts3.4/token.d.ts +4 -0
- package/api/node_modules/@aws-sdk/types/dist-types/ts3.4/transfer.d.ts +7 -0
- package/api/node_modules/@aws-sdk/types/dist-types/ts3.4/uri.d.ts +1 -0
- package/api/node_modules/@aws-sdk/types/dist-types/ts3.4/util.d.ts +14 -0
- package/api/node_modules/@aws-sdk/types/dist-types/ts3.4/waiter.d.ts +1 -0
- package/api/node_modules/@aws-sdk/types/dist-types/uri.d.ts +1 -0
- package/api/node_modules/@aws-sdk/types/dist-types/util.d.ts +1 -0
- package/api/node_modules/@aws-sdk/types/dist-types/waiter.d.ts +1 -0
- package/api/node_modules/@aws-sdk/types/package.json +57 -0
- package/api/node_modules/@aws-sdk/util-dynamodb/LICENSE +201 -0
- package/api/node_modules/@aws-sdk/util-dynamodb/README.md +50 -0
- package/api/node_modules/@aws-sdk/util-dynamodb/dist-cjs/index.js +309 -0
- package/api/node_modules/@aws-sdk/util-dynamodb/dist-es/NumberValue.js +37 -0
- package/api/node_modules/@aws-sdk/util-dynamodb/dist-es/convertToAttr.js +175 -0
- package/api/node_modules/@aws-sdk/util-dynamodb/dist-es/convertToNative.js +61 -0
- package/api/node_modules/@aws-sdk/util-dynamodb/dist-es/index.js +6 -0
- package/api/node_modules/@aws-sdk/util-dynamodb/dist-es/marshall.js +21 -0
- package/api/node_modules/@aws-sdk/util-dynamodb/dist-es/models.js +1 -0
- package/api/node_modules/@aws-sdk/util-dynamodb/dist-es/unmarshall.js +7 -0
- package/api/node_modules/@aws-sdk/util-dynamodb/dist-types/NumberValue.d.ts +55 -0
- package/api/node_modules/@aws-sdk/util-dynamodb/dist-types/convertToAttr.d.ts +10 -0
- package/api/node_modules/@aws-sdk/util-dynamodb/dist-types/convertToNative.d.ts +10 -0
- package/api/node_modules/@aws-sdk/util-dynamodb/dist-types/index.d.ts +6 -0
- package/api/node_modules/@aws-sdk/util-dynamodb/dist-types/marshall.d.ts +81 -0
- package/api/node_modules/@aws-sdk/util-dynamodb/dist-types/models.d.ts +38 -0
- package/api/node_modules/@aws-sdk/util-dynamodb/dist-types/ts3.4/NumberValue.d.ts +30 -0
- package/api/node_modules/@aws-sdk/util-dynamodb/dist-types/ts3.4/convertToAttr.d.ts +7 -0
- package/api/node_modules/@aws-sdk/util-dynamodb/dist-types/ts3.4/convertToNative.d.ts +7 -0
- package/api/node_modules/@aws-sdk/util-dynamodb/dist-types/ts3.4/index.d.ts +6 -0
- package/api/node_modules/@aws-sdk/util-dynamodb/dist-types/ts3.4/marshall.d.ts +112 -0
- package/api/node_modules/@aws-sdk/util-dynamodb/dist-types/ts3.4/models.d.ts +46 -0
- package/api/node_modules/@aws-sdk/util-dynamodb/dist-types/ts3.4/unmarshall.d.ts +13 -0
- package/api/node_modules/@aws-sdk/util-dynamodb/dist-types/unmarshall.d.ts +31 -0
- package/api/node_modules/@aws-sdk/util-dynamodb/package.json +58 -0
- package/api/node_modules/@aws-sdk/util-endpoints/LICENSE +201 -0
- package/api/node_modules/@aws-sdk/util-endpoints/README.md +6 -0
- package/api/node_modules/@aws-sdk/util-endpoints/dist-cjs/index.js +406 -0
- package/api/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/partitions.json +267 -0
- package/api/node_modules/@aws-sdk/util-endpoints/dist-es/aws.js +10 -0
- package/api/node_modules/@aws-sdk/util-endpoints/dist-es/index.js +6 -0
- package/api/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/index.js +3 -0
- package/api/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/isVirtualHostableS3Bucket.js +25 -0
- package/api/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/parseArn.js +18 -0
- package/api/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partition.js +41 -0
- package/api/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partitions.json +267 -0
- package/api/node_modules/@aws-sdk/util-endpoints/dist-es/lib/isIpAddress.js +1 -0
- package/api/node_modules/@aws-sdk/util-endpoints/dist-es/resolveDefaultAwsRegionalEndpointsConfig.js +21 -0
- package/api/node_modules/@aws-sdk/util-endpoints/dist-es/resolveEndpoint.js +1 -0
- package/api/node_modules/@aws-sdk/util-endpoints/dist-es/types/EndpointError.js +1 -0
- package/api/node_modules/@aws-sdk/util-endpoints/dist-es/types/EndpointRuleObject.js +1 -0
- package/api/node_modules/@aws-sdk/util-endpoints/dist-es/types/ErrorRuleObject.js +1 -0
- package/api/node_modules/@aws-sdk/util-endpoints/dist-es/types/RuleSetObject.js +1 -0
- package/api/node_modules/@aws-sdk/util-endpoints/dist-es/types/TreeRuleObject.js +1 -0
- package/api/node_modules/@aws-sdk/util-endpoints/dist-es/types/index.js +6 -0
- package/api/node_modules/@aws-sdk/util-endpoints/dist-es/types/shared.js +1 -0
- package/api/node_modules/@aws-sdk/util-endpoints/dist-types/aws.d.ts +2 -0
- package/api/node_modules/@aws-sdk/util-endpoints/dist-types/index.d.ts +6 -0
- package/api/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/index.d.ts +3 -0
- package/api/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/isVirtualHostableS3Bucket.d.ts +5 -0
- package/api/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/parseArn.d.ts +7 -0
- package/api/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/partition.d.ts +38 -0
- package/api/node_modules/@aws-sdk/util-endpoints/dist-types/lib/isIpAddress.d.ts +1 -0
- package/api/node_modules/@aws-sdk/util-endpoints/dist-types/resolveDefaultAwsRegionalEndpointsConfig.d.ts +56 -0
- package/api/node_modules/@aws-sdk/util-endpoints/dist-types/resolveEndpoint.d.ts +1 -0
- package/api/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/aws.d.ts +2 -0
- package/api/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/index.d.ts +6 -0
- package/api/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/index.d.ts +3 -0
- package/api/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/isVirtualHostableS3Bucket.d.ts +4 -0
- package/api/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/parseArn.d.ts +2 -0
- package/api/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/partition.d.ts +28 -0
- package/api/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/isIpAddress.d.ts +1 -0
- package/api/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/resolveDefaultAwsRegionalEndpointsConfig.d.ts +35 -0
- package/api/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/resolveEndpoint.d.ts +1 -0
- package/api/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/EndpointError.d.ts +1 -0
- package/api/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/EndpointRuleObject.d.ts +6 -0
- package/api/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/ErrorRuleObject.d.ts +1 -0
- package/api/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/RuleSetObject.d.ts +5 -0
- package/api/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/TreeRuleObject.d.ts +1 -0
- package/api/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/index.d.ts +6 -0
- package/api/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/shared.d.ts +12 -0
- package/api/node_modules/@aws-sdk/util-endpoints/dist-types/types/EndpointError.d.ts +1 -0
- package/api/node_modules/@aws-sdk/util-endpoints/dist-types/types/EndpointRuleObject.d.ts +1 -0
- package/api/node_modules/@aws-sdk/util-endpoints/dist-types/types/ErrorRuleObject.d.ts +1 -0
- package/api/node_modules/@aws-sdk/util-endpoints/dist-types/types/RuleSetObject.d.ts +1 -0
- package/api/node_modules/@aws-sdk/util-endpoints/dist-types/types/TreeRuleObject.d.ts +1 -0
- package/api/node_modules/@aws-sdk/util-endpoints/dist-types/types/index.d.ts +6 -0
- package/api/node_modules/@aws-sdk/util-endpoints/dist-types/types/shared.d.ts +1 -0
- package/api/node_modules/@aws-sdk/util-endpoints/package.json +60 -0
- package/api/node_modules/@aws-sdk/util-locate-window/LICENSE +201 -0
- package/api/node_modules/@aws-sdk/util-locate-window/README.md +4 -0
- package/api/node_modules/@aws-sdk/util-locate-window/dist-cjs/index.js +14 -0
- package/api/node_modules/@aws-sdk/util-locate-window/dist-es/index.js +10 -0
- package/api/node_modules/@aws-sdk/util-locate-window/dist-types/index.d.ts +6 -0
- package/api/node_modules/@aws-sdk/util-locate-window/dist-types/ts3.4/index.d.ts +1 -0
- package/api/node_modules/@aws-sdk/util-locate-window/package.json +54 -0
- package/api/node_modules/@aws-sdk/util-user-agent-browser/LICENSE +201 -0
- package/api/node_modules/@aws-sdk/util-user-agent-browser/README.md +29 -0
- package/api/node_modules/@aws-sdk/util-user-agent-browser/dist-cjs/configurations.js +2 -0
- package/api/node_modules/@aws-sdk/util-user-agent-browser/dist-cjs/createUserAgentStringParsingProvider.js +57 -0
- package/api/node_modules/@aws-sdk/util-user-agent-browser/dist-cjs/index.js +58 -0
- package/api/node_modules/@aws-sdk/util-user-agent-browser/dist-cjs/index.native.js +22 -0
- package/api/node_modules/@aws-sdk/util-user-agent-browser/dist-es/configurations.js +1 -0
- package/api/node_modules/@aws-sdk/util-user-agent-browser/dist-es/createUserAgentStringParsingProvider.js +20 -0
- package/api/node_modules/@aws-sdk/util-user-agent-browser/dist-es/index.js +53 -0
- package/api/node_modules/@aws-sdk/util-user-agent-browser/dist-es/index.native.js +18 -0
- package/api/node_modules/@aws-sdk/util-user-agent-browser/dist-types/configurations.d.ts +7 -0
- package/api/node_modules/@aws-sdk/util-user-agent-browser/dist-types/createUserAgentStringParsingProvider.d.ts +14 -0
- package/api/node_modules/@aws-sdk/util-user-agent-browser/dist-types/index.d.ts +27 -0
- package/api/node_modules/@aws-sdk/util-user-agent-browser/dist-types/index.native.d.ts +18 -0
- package/api/node_modules/@aws-sdk/util-user-agent-browser/dist-types/ts3.4/configurations.d.ts +4 -0
- package/api/node_modules/@aws-sdk/util-user-agent-browser/dist-types/ts3.4/createUserAgentStringParsingProvider.d.ts +9 -0
- package/api/node_modules/@aws-sdk/util-user-agent-browser/dist-types/ts3.4/index.d.ts +22 -0
- package/api/node_modules/@aws-sdk/util-user-agent-browser/dist-types/ts3.4/index.native.d.ts +17 -0
- package/api/node_modules/@aws-sdk/util-user-agent-browser/package.json +55 -0
- package/api/node_modules/@aws-sdk/util-user-agent-node/LICENSE +201 -0
- package/api/node_modules/@aws-sdk/util-user-agent-node/README.md +17 -0
- package/api/node_modules/@aws-sdk/util-user-agent-node/dist-cjs/index.js +185 -0
- package/api/node_modules/@aws-sdk/util-user-agent-node/dist-es/crt-availability.js +3 -0
- package/api/node_modules/@aws-sdk/util-user-agent-node/dist-es/defaultUserAgent.js +36 -0
- package/api/node_modules/@aws-sdk/util-user-agent-node/dist-es/getNodeModulesParentDirs.js +15 -0
- package/api/node_modules/@aws-sdk/util-user-agent-node/dist-es/getRuntimeUserAgentPair.js +10 -0
- package/api/node_modules/@aws-sdk/util-user-agent-node/dist-es/getSanitizedDevTypeScriptVersion.js +14 -0
- package/api/node_modules/@aws-sdk/util-user-agent-node/dist-es/getSanitizedTypeScriptVersion.js +9 -0
- package/api/node_modules/@aws-sdk/util-user-agent-node/dist-es/getTypeScriptUserAgentPair.js +75 -0
- package/api/node_modules/@aws-sdk/util-user-agent-node/dist-es/index.js +2 -0
- package/api/node_modules/@aws-sdk/util-user-agent-node/dist-es/is-crt-available.js +7 -0
- package/api/node_modules/@aws-sdk/util-user-agent-node/dist-es/nodeAppIdConfigOptions.js +9 -0
- package/api/node_modules/@aws-sdk/util-user-agent-node/dist-types/crt-availability.d.ts +8 -0
- package/api/node_modules/@aws-sdk/util-user-agent-node/dist-types/defaultUserAgent.d.ts +28 -0
- package/api/node_modules/@aws-sdk/util-user-agent-node/dist-types/getNodeModulesParentDirs.d.ts +10 -0
- package/api/node_modules/@aws-sdk/util-user-agent-node/dist-types/getRuntimeUserAgentPair.d.ts +6 -0
- package/api/node_modules/@aws-sdk/util-user-agent-node/dist-types/getSanitizedDevTypeScriptVersion.d.ts +8 -0
- package/api/node_modules/@aws-sdk/util-user-agent-node/dist-types/getSanitizedTypeScriptVersion.d.ts +8 -0
- package/api/node_modules/@aws-sdk/util-user-agent-node/dist-types/getTypeScriptUserAgentPair.d.ts +6 -0
- package/api/node_modules/@aws-sdk/util-user-agent-node/dist-types/index.d.ts +2 -0
- package/api/node_modules/@aws-sdk/util-user-agent-node/dist-types/is-crt-available.d.ts +5 -0
- package/api/node_modules/@aws-sdk/util-user-agent-node/dist-types/nodeAppIdConfigOptions.d.ts +13 -0
- package/api/node_modules/@aws-sdk/util-user-agent-node/dist-types/ts3.4/crt-availability.d.ts +3 -0
- package/api/node_modules/@aws-sdk/util-user-agent-node/dist-types/ts3.4/defaultUserAgent.d.ts +21 -0
- package/api/node_modules/@aws-sdk/util-user-agent-node/dist-types/ts3.4/getNodeModulesParentDirs.d.ts +1 -0
- package/api/node_modules/@aws-sdk/util-user-agent-node/dist-types/ts3.4/getRuntimeUserAgentPair.d.ts +2 -0
- package/api/node_modules/@aws-sdk/util-user-agent-node/dist-types/ts3.4/getSanitizedDevTypeScriptVersion.d.ts +3 -0
- package/api/node_modules/@aws-sdk/util-user-agent-node/dist-types/ts3.4/getSanitizedTypeScriptVersion.d.ts +3 -0
- package/api/node_modules/@aws-sdk/util-user-agent-node/dist-types/ts3.4/getTypeScriptUserAgentPair.d.ts +4 -0
- package/api/node_modules/@aws-sdk/util-user-agent-node/dist-types/ts3.4/index.d.ts +2 -0
- package/api/node_modules/@aws-sdk/util-user-agent-node/dist-types/ts3.4/is-crt-available.d.ts +2 -0
- package/api/node_modules/@aws-sdk/util-user-agent-node/dist-types/ts3.4/nodeAppIdConfigOptions.d.ts +6 -0
- package/api/node_modules/@aws-sdk/util-user-agent-node/package.json +69 -0
- package/api/node_modules/@aws-sdk/xml-builder/LICENSE +201 -0
- package/api/node_modules/@aws-sdk/xml-builder/README.md +17 -0
- package/api/node_modules/@aws-sdk/xml-builder/dist-cjs/index.js +131 -0
- package/api/node_modules/@aws-sdk/xml-builder/dist-cjs/xml-parser.js +23 -0
- package/api/node_modules/@aws-sdk/xml-builder/dist-es/XmlNode.js +88 -0
- package/api/node_modules/@aws-sdk/xml-builder/dist-es/XmlText.js +10 -0
- package/api/node_modules/@aws-sdk/xml-builder/dist-es/escape-attribute.js +10 -0
- package/api/node_modules/@aws-sdk/xml-builder/dist-es/escape-element.js +15 -0
- package/api/node_modules/@aws-sdk/xml-builder/dist-es/index.js +3 -0
- package/api/node_modules/@aws-sdk/xml-builder/dist-es/stringable.js +1 -0
- package/api/node_modules/@aws-sdk/xml-builder/dist-es/xml-parser.browser.js +57 -0
- package/api/node_modules/@aws-sdk/xml-builder/dist-es/xml-parser.js +20 -0
- package/api/node_modules/@aws-sdk/xml-builder/dist-types/XmlNode.d.ts +49 -0
- package/api/node_modules/@aws-sdk/xml-builder/dist-types/XmlText.d.ts +11 -0
- package/api/node_modules/@aws-sdk/xml-builder/dist-types/escape-attribute.d.ts +6 -0
- package/api/node_modules/@aws-sdk/xml-builder/dist-types/escape-element.d.ts +6 -0
- package/api/node_modules/@aws-sdk/xml-builder/dist-types/index.d.ts +12 -0
- package/api/node_modules/@aws-sdk/xml-builder/dist-types/stringable.d.ts +6 -0
- package/api/node_modules/@aws-sdk/xml-builder/dist-types/ts3.4/XmlNode.d.ts +29 -0
- package/api/node_modules/@aws-sdk/xml-builder/dist-types/ts3.4/XmlText.d.ts +6 -0
- package/api/node_modules/@aws-sdk/xml-builder/dist-types/ts3.4/escape-attribute.d.ts +1 -0
- package/api/node_modules/@aws-sdk/xml-builder/dist-types/ts3.4/escape-element.d.ts +1 -0
- package/api/node_modules/@aws-sdk/xml-builder/dist-types/ts3.4/index.d.ts +3 -0
- package/api/node_modules/@aws-sdk/xml-builder/dist-types/ts3.4/stringable.d.ts +3 -0
- package/api/node_modules/@aws-sdk/xml-builder/dist-types/ts3.4/xml-parser.browser.d.ts +1 -0
- package/api/node_modules/@aws-sdk/xml-builder/dist-types/ts3.4/xml-parser.d.ts +1 -0
- package/api/node_modules/@aws-sdk/xml-builder/dist-types/xml-parser.browser.d.ts +9 -0
- package/api/node_modules/@aws-sdk/xml-builder/dist-types/xml-parser.d.ts +4 -0
- package/api/node_modules/@aws-sdk/xml-builder/package.json +63 -0
- package/api/node_modules/@smithy/config-resolver/LICENSE +201 -0
- package/api/node_modules/@smithy/config-resolver/README.md +17 -0
- package/api/node_modules/@smithy/config-resolver/dist-cjs/index.js +198 -0
- package/api/node_modules/@smithy/config-resolver/dist-es/endpointsConfig/NodeUseDualstackEndpointConfigOptions.js +14 -0
- package/api/node_modules/@smithy/config-resolver/dist-es/endpointsConfig/NodeUseFipsEndpointConfigOptions.js +14 -0
- package/api/node_modules/@smithy/config-resolver/dist-es/endpointsConfig/index.js +4 -0
- package/api/node_modules/@smithy/config-resolver/dist-es/endpointsConfig/resolveCustomEndpointsConfig.js +10 -0
- package/api/node_modules/@smithy/config-resolver/dist-es/endpointsConfig/resolveEndpointsConfig.js +14 -0
- package/api/node_modules/@smithy/config-resolver/dist-es/endpointsConfig/utils/getEndpointFromRegion.js +15 -0
- package/api/node_modules/@smithy/config-resolver/dist-es/index.js +3 -0
- package/api/node_modules/@smithy/config-resolver/dist-es/regionConfig/checkRegion.js +15 -0
- package/api/node_modules/@smithy/config-resolver/dist-es/regionConfig/config.js +12 -0
- package/api/node_modules/@smithy/config-resolver/dist-es/regionConfig/getRealRegion.js +6 -0
- package/api/node_modules/@smithy/config-resolver/dist-es/regionConfig/index.js +2 -0
- package/api/node_modules/@smithy/config-resolver/dist-es/regionConfig/isFipsRegion.js +1 -0
- package/api/node_modules/@smithy/config-resolver/dist-es/regionConfig/resolveRegionConfig.js +24 -0
- package/api/node_modules/@smithy/config-resolver/dist-es/regionInfo/EndpointVariant.js +1 -0
- package/api/node_modules/@smithy/config-resolver/dist-es/regionInfo/EndpointVariantTag.js +1 -0
- package/api/node_modules/@smithy/config-resolver/dist-es/regionInfo/PartitionHash.js +1 -0
- package/api/node_modules/@smithy/config-resolver/dist-es/regionInfo/RegionHash.js +1 -0
- package/api/node_modules/@smithy/config-resolver/dist-es/regionInfo/getHostnameFromVariants.js +1 -0
- package/api/node_modules/@smithy/config-resolver/dist-es/regionInfo/getRegionInfo.js +29 -0
- package/api/node_modules/@smithy/config-resolver/dist-es/regionInfo/getResolvedHostname.js +5 -0
- package/api/node_modules/@smithy/config-resolver/dist-es/regionInfo/getResolvedPartition.js +1 -0
- package/api/node_modules/@smithy/config-resolver/dist-es/regionInfo/getResolvedSigningRegion.js +12 -0
- package/api/node_modules/@smithy/config-resolver/dist-es/regionInfo/index.js +3 -0
- package/api/node_modules/@smithy/config-resolver/dist-types/endpointsConfig/NodeUseDualstackEndpointConfigOptions.d.ts +23 -0
- package/api/node_modules/@smithy/config-resolver/dist-types/endpointsConfig/NodeUseFipsEndpointConfigOptions.d.ts +23 -0
- package/api/node_modules/@smithy/config-resolver/dist-types/endpointsConfig/index.d.ts +16 -0
- package/api/node_modules/@smithy/config-resolver/dist-types/endpointsConfig/resolveCustomEndpointsConfig.d.ts +37 -0
- package/api/node_modules/@smithy/config-resolver/dist-types/endpointsConfig/resolveEndpointsConfig.d.ts +57 -0
- package/api/node_modules/@smithy/config-resolver/dist-types/endpointsConfig/utils/getEndpointFromRegion.d.ts +11 -0
- package/api/node_modules/@smithy/config-resolver/dist-types/index.d.ts +12 -0
- package/api/node_modules/@smithy/config-resolver/dist-types/regionConfig/checkRegion.d.ts +9 -0
- package/api/node_modules/@smithy/config-resolver/dist-types/regionConfig/config.d.ts +17 -0
- package/api/node_modules/@smithy/config-resolver/dist-types/regionConfig/getRealRegion.d.ts +4 -0
- package/api/node_modules/@smithy/config-resolver/dist-types/regionConfig/index.d.ts +8 -0
- package/api/node_modules/@smithy/config-resolver/dist-types/regionConfig/isFipsRegion.d.ts +4 -0
- package/api/node_modules/@smithy/config-resolver/dist-types/regionConfig/resolveRegionConfig.d.ts +34 -0
- package/api/node_modules/@smithy/config-resolver/dist-types/regionInfo/EndpointVariant.d.ts +11 -0
- package/api/node_modules/@smithy/config-resolver/dist-types/regionInfo/EndpointVariantTag.d.ts +10 -0
- package/api/node_modules/@smithy/config-resolver/dist-types/regionInfo/PartitionHash.d.ts +15 -0
- package/api/node_modules/@smithy/config-resolver/dist-types/regionInfo/RegionHash.d.ts +13 -0
- package/api/node_modules/@smithy/config-resolver/dist-types/regionInfo/getHostnameFromVariants.d.ts +14 -0
- package/api/node_modules/@smithy/config-resolver/dist-types/regionInfo/getRegionInfo.d.ts +19 -0
- package/api/node_modules/@smithy/config-resolver/dist-types/regionInfo/getResolvedHostname.d.ts +13 -0
- package/api/node_modules/@smithy/config-resolver/dist-types/regionInfo/getResolvedPartition.d.ts +13 -0
- package/api/node_modules/@smithy/config-resolver/dist-types/regionInfo/getResolvedSigningRegion.d.ts +14 -0
- package/api/node_modules/@smithy/config-resolver/dist-types/regionInfo/index.d.ts +12 -0
- package/api/node_modules/@smithy/config-resolver/package.json +65 -0
- package/api/node_modules/@smithy/core/LICENSE +201 -0
- package/api/node_modules/@smithy/core/README.md +56 -0
- package/api/node_modules/@smithy/core/cbor.d.ts +7 -0
- package/api/node_modules/@smithy/core/cbor.js +6 -0
- package/api/node_modules/@smithy/core/dist-cjs/getSmithyContext.js +6 -0
- package/api/node_modules/@smithy/core/dist-cjs/index.js +345 -0
- package/api/node_modules/@smithy/core/dist-cjs/middleware-http-auth-scheme/getHttpAuthSchemeEndpointRuleSetPlugin.js +21 -0
- package/api/node_modules/@smithy/core/dist-cjs/middleware-http-auth-scheme/getHttpAuthSchemePlugin.js +21 -0
- package/api/node_modules/@smithy/core/dist-cjs/middleware-http-auth-scheme/httpAuthSchemeMiddleware.js +46 -0
- package/api/node_modules/@smithy/core/dist-cjs/middleware-http-auth-scheme/index.js +6 -0
- package/api/node_modules/@smithy/core/dist-cjs/middleware-http-auth-scheme/resolveAuthOptions.js +24 -0
- package/api/node_modules/@smithy/core/dist-cjs/middleware-http-signing/getHttpSigningMiddleware.js +19 -0
- package/api/node_modules/@smithy/core/dist-cjs/middleware-http-signing/httpSigningMiddleware.js +27 -0
- package/api/node_modules/@smithy/core/dist-cjs/middleware-http-signing/index.js +5 -0
- package/api/node_modules/@smithy/core/dist-cjs/normalizeProvider.js +10 -0
- package/api/node_modules/@smithy/core/dist-cjs/pagination/createPaginator.js +44 -0
- package/api/node_modules/@smithy/core/dist-cjs/request-builder/requestBuilder.js +5 -0
- package/api/node_modules/@smithy/core/dist-cjs/setFeature.js +14 -0
- package/api/node_modules/@smithy/core/dist-cjs/submodules/cbor/index.js +1096 -0
- package/api/node_modules/@smithy/core/dist-cjs/submodules/endpoints/index.js +22 -0
- package/api/node_modules/@smithy/core/dist-cjs/submodules/event-streams/index.js +259 -0
- package/api/node_modules/@smithy/core/dist-cjs/submodules/protocols/index.js +875 -0
- package/api/node_modules/@smithy/core/dist-cjs/submodules/schema/index.js +698 -0
- package/api/node_modules/@smithy/core/dist-cjs/submodules/serde/index.js +694 -0
- package/api/node_modules/@smithy/core/dist-cjs/util-identity-and-auth/DefaultIdentityProviderConfig.js +17 -0
- package/api/node_modules/@smithy/core/dist-cjs/util-identity-and-auth/httpAuthSchemes/httpApiKeyAuth.js +38 -0
- package/api/node_modules/@smithy/core/dist-cjs/util-identity-and-auth/httpAuthSchemes/httpBearerAuth.js +15 -0
- package/api/node_modules/@smithy/core/dist-cjs/util-identity-and-auth/httpAuthSchemes/index.js +6 -0
- package/api/node_modules/@smithy/core/dist-cjs/util-identity-and-auth/httpAuthSchemes/noAuth.js +9 -0
- package/api/node_modules/@smithy/core/dist-cjs/util-identity-and-auth/index.js +6 -0
- package/api/node_modules/@smithy/core/dist-cjs/util-identity-and-auth/memoizeIdentityProvider.js +61 -0
- package/api/node_modules/@smithy/core/dist-es/getSmithyContext.js +2 -0
- package/api/node_modules/@smithy/core/dist-es/index.js +8 -0
- package/api/node_modules/@smithy/core/dist-es/middleware-http-auth-scheme/getHttpAuthSchemeEndpointRuleSetPlugin.js +17 -0
- package/api/node_modules/@smithy/core/dist-es/middleware-http-auth-scheme/getHttpAuthSchemePlugin.js +17 -0
- package/api/node_modules/@smithy/core/dist-es/middleware-http-auth-scheme/httpAuthSchemeMiddleware.js +42 -0
- package/api/node_modules/@smithy/core/dist-es/middleware-http-auth-scheme/index.js +3 -0
- package/api/node_modules/@smithy/core/dist-es/middleware-http-auth-scheme/resolveAuthOptions.js +20 -0
- package/api/node_modules/@smithy/core/dist-es/middleware-http-signing/getHttpSigningMiddleware.js +15 -0
- package/api/node_modules/@smithy/core/dist-es/middleware-http-signing/httpSigningMiddleware.js +23 -0
- package/api/node_modules/@smithy/core/dist-es/middleware-http-signing/index.js +2 -0
- package/api/node_modules/@smithy/core/dist-es/normalizeProvider.js +6 -0
- package/api/node_modules/@smithy/core/dist-es/pagination/createPaginator.js +41 -0
- package/api/node_modules/@smithy/core/dist-es/request-builder/requestBuilder.js +1 -0
- package/api/node_modules/@smithy/core/dist-es/setFeature.js +11 -0
- package/api/node_modules/@smithy/core/dist-es/submodules/cbor/CborCodec.js +206 -0
- package/api/node_modules/@smithy/core/dist-es/submodules/cbor/SmithyRpcV2CborProtocol.js +100 -0
- package/api/node_modules/@smithy/core/dist-es/submodules/cbor/byte-printer.js +37 -0
- package/api/node_modules/@smithy/core/dist-es/submodules/cbor/cbor-decode.js +426 -0
- package/api/node_modules/@smithy/core/dist-es/submodules/cbor/cbor-encode.js +221 -0
- package/api/node_modules/@smithy/core/dist-es/submodules/cbor/cbor-types.js +25 -0
- package/api/node_modules/@smithy/core/dist-es/submodules/cbor/cbor.js +21 -0
- package/api/node_modules/@smithy/core/dist-es/submodules/cbor/index.js +5 -0
- package/api/node_modules/@smithy/core/dist-es/submodules/cbor/parseCborBody.js +92 -0
- package/api/node_modules/@smithy/core/dist-es/submodules/endpoints/index.js +1 -0
- package/api/node_modules/@smithy/core/dist-es/submodules/endpoints/toEndpointV1.js +17 -0
- package/api/node_modules/@smithy/core/dist-es/submodules/event-streams/EventStreamSerde.js +254 -0
- package/api/node_modules/@smithy/core/dist-es/submodules/event-streams/index.js +1 -0
- package/api/node_modules/@smithy/core/dist-es/submodules/protocols/HttpBindingProtocol.js +286 -0
- package/api/node_modules/@smithy/core/dist-es/submodules/protocols/HttpProtocol.js +140 -0
- package/api/node_modules/@smithy/core/dist-es/submodules/protocols/RpcProtocol.js +92 -0
- package/api/node_modules/@smithy/core/dist-es/submodules/protocols/SerdeContext.js +6 -0
- package/api/node_modules/@smithy/core/dist-es/submodules/protocols/collect-stream-body.js +11 -0
- package/api/node_modules/@smithy/core/dist-es/submodules/protocols/extended-encode-uri-component.js +5 -0
- package/api/node_modules/@smithy/core/dist-es/submodules/protocols/index.js +13 -0
- package/api/node_modules/@smithy/core/dist-es/submodules/protocols/requestBuilder.js +69 -0
- package/api/node_modules/@smithy/core/dist-es/submodules/protocols/resolve-path.js +19 -0
- package/api/node_modules/@smithy/core/dist-es/submodules/protocols/serde/FromStringShapeDeserializer.js +66 -0
- package/api/node_modules/@smithy/core/dist-es/submodules/protocols/serde/HttpInterceptingShapeDeserializer.js +42 -0
- package/api/node_modules/@smithy/core/dist-es/submodules/protocols/serde/HttpInterceptingShapeSerializer.js +33 -0
- package/api/node_modules/@smithy/core/dist-es/submodules/protocols/serde/ToStringShapeSerializer.js +91 -0
- package/api/node_modules/@smithy/core/dist-es/submodules/protocols/serde/determineTimestampFormat.js +19 -0
- package/api/node_modules/@smithy/core/dist-es/submodules/schema/TypeRegistry.js +84 -0
- package/api/node_modules/@smithy/core/dist-es/submodules/schema/deref.js +6 -0
- package/api/node_modules/@smithy/core/dist-es/submodules/schema/index.js +14 -0
- package/api/node_modules/@smithy/core/dist-es/submodules/schema/middleware/getSchemaSerdePlugin.js +23 -0
- package/api/node_modules/@smithy/core/dist-es/submodules/schema/middleware/schema-middleware-types.js +1 -0
- package/api/node_modules/@smithy/core/dist-es/submodules/schema/middleware/schemaDeserializationMiddleware.js +65 -0
- package/api/node_modules/@smithy/core/dist-es/submodules/schema/middleware/schemaSerializationMiddleware.js +19 -0
- package/api/node_modules/@smithy/core/dist-es/submodules/schema/schemas/ErrorSchema.js +15 -0
- package/api/node_modules/@smithy/core/dist-es/submodules/schema/schemas/ListSchema.js +14 -0
- package/api/node_modules/@smithy/core/dist-es/submodules/schema/schemas/MapSchema.js +16 -0
- package/api/node_modules/@smithy/core/dist-es/submodules/schema/schemas/NormalizedSchema.js +303 -0
- package/api/node_modules/@smithy/core/dist-es/submodules/schema/schemas/OperationSchema.js +16 -0
- package/api/node_modules/@smithy/core/dist-es/submodules/schema/schemas/Schema.js +20 -0
- package/api/node_modules/@smithy/core/dist-es/submodules/schema/schemas/SimpleSchema.js +20 -0
- package/api/node_modules/@smithy/core/dist-es/submodules/schema/schemas/StructureSchema.js +16 -0
- package/api/node_modules/@smithy/core/dist-es/submodules/schema/schemas/operation.js +7 -0
- package/api/node_modules/@smithy/core/dist-es/submodules/schema/schemas/sentinels.js +16 -0
- package/api/node_modules/@smithy/core/dist-es/submodules/schema/schemas/translateTraits.js +26 -0
- package/api/node_modules/@smithy/core/dist-es/submodules/serde/copyDocumentWithTransform.js +1 -0
- package/api/node_modules/@smithy/core/dist-es/submodules/serde/date-utils.js +190 -0
- package/api/node_modules/@smithy/core/dist-es/submodules/serde/generateIdempotencyToken.js +2 -0
- package/api/node_modules/@smithy/core/dist-es/submodules/serde/index.js +10 -0
- package/api/node_modules/@smithy/core/dist-es/submodules/serde/lazy-json.js +24 -0
- package/api/node_modules/@smithy/core/dist-es/submodules/serde/parse-utils.js +230 -0
- package/api/node_modules/@smithy/core/dist-es/submodules/serde/quote-header.js +6 -0
- package/api/node_modules/@smithy/core/dist-es/submodules/serde/schema-serde-lib/schema-date-utils.js +101 -0
- package/api/node_modules/@smithy/core/dist-es/submodules/serde/split-every.js +27 -0
- package/api/node_modules/@smithy/core/dist-es/submodules/serde/split-header.js +37 -0
- package/api/node_modules/@smithy/core/dist-es/submodules/serde/value/NumericValue.js +25 -0
- package/api/node_modules/@smithy/core/dist-es/util-identity-and-auth/DefaultIdentityProviderConfig.js +13 -0
- package/api/node_modules/@smithy/core/dist-es/util-identity-and-auth/httpAuthSchemes/httpApiKeyAuth.js +34 -0
- package/api/node_modules/@smithy/core/dist-es/util-identity-and-auth/httpAuthSchemes/httpBearerAuth.js +11 -0
- package/api/node_modules/@smithy/core/dist-es/util-identity-and-auth/httpAuthSchemes/index.js +3 -0
- package/api/node_modules/@smithy/core/dist-es/util-identity-and-auth/httpAuthSchemes/noAuth.js +5 -0
- package/api/node_modules/@smithy/core/dist-es/util-identity-and-auth/index.js +3 -0
- package/api/node_modules/@smithy/core/dist-es/util-identity-and-auth/memoizeIdentityProvider.js +55 -0
- package/api/node_modules/@smithy/core/dist-types/getSmithyContext.d.ts +5 -0
- package/api/node_modules/@smithy/core/dist-types/index.d.ts +8 -0
- package/api/node_modules/@smithy/core/dist-types/middleware-http-auth-scheme/getHttpAuthSchemeEndpointRuleSetPlugin.d.ts +18 -0
- package/api/node_modules/@smithy/core/dist-types/middleware-http-auth-scheme/getHttpAuthSchemePlugin.d.ts +18 -0
- package/api/node_modules/@smithy/core/dist-types/middleware-http-auth-scheme/httpAuthSchemeMiddleware.d.ts +33 -0
- package/api/node_modules/@smithy/core/dist-types/middleware-http-auth-scheme/index.d.ts +3 -0
- package/api/node_modules/@smithy/core/dist-types/middleware-http-auth-scheme/resolveAuthOptions.d.ts +10 -0
- package/api/node_modules/@smithy/core/dist-types/middleware-http-signing/getHttpSigningMiddleware.d.ts +9 -0
- package/api/node_modules/@smithy/core/dist-types/middleware-http-signing/httpSigningMiddleware.d.ts +5 -0
- package/api/node_modules/@smithy/core/dist-types/middleware-http-signing/index.d.ts +2 -0
- package/api/node_modules/@smithy/core/dist-types/normalizeProvider.d.ts +7 -0
- package/api/node_modules/@smithy/core/dist-types/pagination/createPaginator.d.ts +7 -0
- package/api/node_modules/@smithy/core/dist-types/request-builder/requestBuilder.d.ts +5 -0
- package/api/node_modules/@smithy/core/dist-types/setFeature.d.ts +12 -0
- package/api/node_modules/@smithy/core/dist-types/submodules/cbor/CborCodec.d.ts +33 -0
- package/api/node_modules/@smithy/core/dist-types/submodules/cbor/SmithyRpcV2CborProtocol.d.ts +28 -0
- package/api/node_modules/@smithy/core/dist-types/submodules/cbor/byte-printer.d.ts +6 -0
- package/api/node_modules/@smithy/core/dist-types/submodules/cbor/cbor-decode.d.ts +17 -0
- package/api/node_modules/@smithy/core/dist-types/submodules/cbor/cbor-encode.d.ts +9 -0
- package/api/node_modules/@smithy/core/dist-types/submodules/cbor/cbor-types.d.ts +62 -0
- package/api/node_modules/@smithy/core/dist-types/submodules/cbor/cbor.d.ts +26 -0
- package/api/node_modules/@smithy/core/dist-types/submodules/cbor/index.d.ts +5 -0
- package/api/node_modules/@smithy/core/dist-types/submodules/cbor/parseCborBody.d.ts +31 -0
- package/api/node_modules/@smithy/core/dist-types/submodules/endpoints/index.d.ts +1 -0
- package/api/node_modules/@smithy/core/dist-types/submodules/endpoints/toEndpointV1.d.ts +6 -0
- package/api/node_modules/@smithy/core/dist-types/submodules/event-streams/EventStreamSerde.d.ts +60 -0
- package/api/node_modules/@smithy/core/dist-types/submodules/event-streams/index.d.ts +1 -0
- package/api/node_modules/@smithy/core/dist-types/submodules/protocols/HttpBindingProtocol.d.ts +31 -0
- package/api/node_modules/@smithy/core/dist-types/submodules/protocols/HttpProtocol.d.ts +89 -0
- package/api/node_modules/@smithy/core/dist-types/submodules/protocols/RpcProtocol.d.ts +16 -0
- package/api/node_modules/@smithy/core/dist-types/submodules/protocols/SerdeContext.d.ts +16 -0
- package/api/node_modules/@smithy/core/dist-types/submodules/protocols/collect-stream-body.d.ts +10 -0
- package/api/node_modules/@smithy/core/dist-types/submodules/protocols/extended-encode-uri-component.d.ts +7 -0
- package/api/node_modules/@smithy/core/dist-types/submodules/protocols/index.d.ts +13 -0
- package/api/node_modules/@smithy/core/dist-types/submodules/protocols/requestBuilder.d.ts +51 -0
- package/api/node_modules/@smithy/core/dist-types/submodules/protocols/resolve-path.d.ts +4 -0
- package/api/node_modules/@smithy/core/dist-types/submodules/protocols/serde/FromStringShapeDeserializer.d.ts +13 -0
- package/api/node_modules/@smithy/core/dist-types/submodules/protocols/serde/HttpInterceptingShapeDeserializer.d.ts +21 -0
- package/api/node_modules/@smithy/core/dist-types/submodules/protocols/serde/HttpInterceptingShapeSerializer.d.ts +23 -0
- package/api/node_modules/@smithy/core/dist-types/submodules/protocols/serde/ToStringShapeSerializer.d.ts +14 -0
- package/api/node_modules/@smithy/core/dist-types/submodules/protocols/serde/determineTimestampFormat.d.ts +9 -0
- package/api/node_modules/@smithy/core/dist-types/submodules/schema/TypeRegistry.d.ts +71 -0
- package/api/node_modules/@smithy/core/dist-types/submodules/schema/deref.d.ts +6 -0
- package/api/node_modules/@smithy/core/dist-types/submodules/schema/index.d.ts +14 -0
- package/api/node_modules/@smithy/core/dist-types/submodules/schema/middleware/getSchemaSerdePlugin.d.ts +14 -0
- package/api/node_modules/@smithy/core/dist-types/submodules/schema/middleware/schema-middleware-types.d.ts +8 -0
- package/api/node_modules/@smithy/core/dist-types/submodules/schema/middleware/schemaDeserializationMiddleware.d.ts +9 -0
- package/api/node_modules/@smithy/core/dist-types/submodules/schema/middleware/schemaSerializationMiddleware.d.ts +6 -0
- package/api/node_modules/@smithy/core/dist-types/submodules/schema/schemas/ErrorSchema.d.ts +37 -0
- package/api/node_modules/@smithy/core/dist-types/submodules/schema/schemas/ListSchema.d.ts +23 -0
- package/api/node_modules/@smithy/core/dist-types/submodules/schema/schemas/MapSchema.d.ts +24 -0
- package/api/node_modules/@smithy/core/dist-types/submodules/schema/schemas/NormalizedSchema.d.ts +143 -0
- package/api/node_modules/@smithy/core/dist-types/submodules/schema/schemas/OperationSchema.d.ts +23 -0
- package/api/node_modules/@smithy/core/dist-types/submodules/schema/schemas/Schema.d.ts +16 -0
- package/api/node_modules/@smithy/core/dist-types/submodules/schema/schemas/SimpleSchema.d.ts +28 -0
- package/api/node_modules/@smithy/core/dist-types/submodules/schema/schemas/StructureSchema.d.ts +23 -0
- package/api/node_modules/@smithy/core/dist-types/submodules/schema/schemas/operation.d.ts +7 -0
- package/api/node_modules/@smithy/core/dist-types/submodules/schema/schemas/sentinels.d.ts +23 -0
- package/api/node_modules/@smithy/core/dist-types/submodules/schema/schemas/translateTraits.d.ts +13 -0
- package/api/node_modules/@smithy/core/dist-types/submodules/serde/copyDocumentWithTransform.d.ts +6 -0
- package/api/node_modules/@smithy/core/dist-types/submodules/serde/date-utils.d.ts +73 -0
- package/api/node_modules/@smithy/core/dist-types/submodules/serde/generateIdempotencyToken.d.ts +2 -0
- package/api/node_modules/@smithy/core/dist-types/submodules/serde/index.d.ts +10 -0
- package/api/node_modules/@smithy/core/dist-types/submodules/serde/lazy-json.d.ts +45 -0
- package/api/node_modules/@smithy/core/dist-types/submodules/serde/parse-utils.d.ts +270 -0
- package/api/node_modules/@smithy/core/dist-types/submodules/serde/quote-header.d.ts +6 -0
- package/api/node_modules/@smithy/core/dist-types/submodules/serde/schema-serde-lib/schema-date-utils.d.ts +47 -0
- package/api/node_modules/@smithy/core/dist-types/submodules/serde/split-every.d.ts +11 -0
- package/api/node_modules/@smithy/core/dist-types/submodules/serde/split-header.d.ts +5 -0
- package/api/node_modules/@smithy/core/dist-types/submodules/serde/value/NumericValue.d.ts +33 -0
- package/api/node_modules/@smithy/core/dist-types/util-identity-and-auth/DefaultIdentityProviderConfig.d.ts +15 -0
- package/api/node_modules/@smithy/core/dist-types/util-identity-and-auth/httpAuthSchemes/httpApiKeyAuth.d.ts +8 -0
- package/api/node_modules/@smithy/core/dist-types/util-identity-and-auth/httpAuthSchemes/httpBearerAuth.d.ts +8 -0
- package/api/node_modules/@smithy/core/dist-types/util-identity-and-auth/httpAuthSchemes/index.d.ts +3 -0
- package/api/node_modules/@smithy/core/dist-types/util-identity-and-auth/httpAuthSchemes/noAuth.d.ts +8 -0
- package/api/node_modules/@smithy/core/dist-types/util-identity-and-auth/index.d.ts +3 -0
- package/api/node_modules/@smithy/core/dist-types/util-identity-and-auth/memoizeIdentityProvider.d.ts +30 -0
- package/api/node_modules/@smithy/core/endpoints.d.ts +7 -0
- package/api/node_modules/@smithy/core/endpoints.js +6 -0
- package/api/node_modules/@smithy/core/event-streams.d.ts +7 -0
- package/api/node_modules/@smithy/core/event-streams.js +6 -0
- package/api/node_modules/@smithy/core/package.json +145 -0
- package/api/node_modules/@smithy/core/protocols.d.ts +7 -0
- package/api/node_modules/@smithy/core/protocols.js +6 -0
- package/api/node_modules/@smithy/core/schema.d.ts +7 -0
- package/api/node_modules/@smithy/core/schema.js +6 -0
- package/api/node_modules/@smithy/core/serde.d.ts +7 -0
- package/api/node_modules/@smithy/core/serde.js +6 -0
- package/api/node_modules/@smithy/credential-provider-imds/LICENSE +201 -0
- package/api/node_modules/@smithy/credential-provider-imds/README.md +20 -0
- package/api/node_modules/@smithy/credential-provider-imds/dist-cjs/index.js +372 -0
- package/api/node_modules/@smithy/credential-provider-imds/dist-es/config/Endpoint.js +5 -0
- package/api/node_modules/@smithy/credential-provider-imds/dist-es/config/EndpointConfigOptions.js +7 -0
- package/api/node_modules/@smithy/credential-provider-imds/dist-es/config/EndpointMode.js +5 -0
- package/api/node_modules/@smithy/credential-provider-imds/dist-es/config/EndpointModeConfigOptions.js +8 -0
- package/api/node_modules/@smithy/credential-provider-imds/dist-es/error/InstanceMetadataV1FallbackError.js +10 -0
- package/api/node_modules/@smithy/credential-provider-imds/dist-es/fromContainerMetadata.js +77 -0
- package/api/node_modules/@smithy/credential-provider-imds/dist-es/fromInstanceMetadata.js +134 -0
- package/api/node_modules/@smithy/credential-provider-imds/dist-es/index.js +7 -0
- package/api/node_modules/@smithy/credential-provider-imds/dist-es/remoteProvider/ImdsCredentials.js +13 -0
- package/api/node_modules/@smithy/credential-provider-imds/dist-es/remoteProvider/RemoteProviderInit.js +3 -0
- package/api/node_modules/@smithy/credential-provider-imds/dist-es/remoteProvider/httpRequest.js +36 -0
- package/api/node_modules/@smithy/credential-provider-imds/dist-es/remoteProvider/index.js +2 -0
- package/api/node_modules/@smithy/credential-provider-imds/dist-es/remoteProvider/retry.js +7 -0
- package/api/node_modules/@smithy/credential-provider-imds/dist-es/types.js +1 -0
- package/api/node_modules/@smithy/credential-provider-imds/dist-es/utils/getExtendedInstanceMetadataCredentials.js +17 -0
- package/api/node_modules/@smithy/credential-provider-imds/dist-es/utils/getInstanceMetadataEndpoint.js +19 -0
- package/api/node_modules/@smithy/credential-provider-imds/dist-es/utils/staticStabilityProvider.js +25 -0
- package/api/node_modules/@smithy/credential-provider-imds/dist-types/config/Endpoint.d.ts +7 -0
- package/api/node_modules/@smithy/credential-provider-imds/dist-types/config/EndpointConfigOptions.d.ts +13 -0
- package/api/node_modules/@smithy/credential-provider-imds/dist-types/config/EndpointMode.d.ts +7 -0
- package/api/node_modules/@smithy/credential-provider-imds/dist-types/config/EndpointModeConfigOptions.d.ts +13 -0
- package/api/node_modules/@smithy/credential-provider-imds/dist-types/error/InstanceMetadataV1FallbackError.d.ts +12 -0
- package/api/node_modules/@smithy/credential-provider-imds/dist-types/fromContainerMetadata.d.ts +21 -0
- package/api/node_modules/@smithy/credential-provider-imds/dist-types/fromInstanceMetadata.d.ts +10 -0
- package/api/node_modules/@smithy/credential-provider-imds/dist-types/index.d.ts +28 -0
- package/api/node_modules/@smithy/credential-provider-imds/dist-types/remoteProvider/ImdsCredentials.d.ts +19 -0
- package/api/node_modules/@smithy/credential-provider-imds/dist-types/remoteProvider/RemoteProviderInit.d.ts +40 -0
- package/api/node_modules/@smithy/credential-provider-imds/dist-types/remoteProvider/httpRequest.d.ts +6 -0
- package/api/node_modules/@smithy/credential-provider-imds/dist-types/remoteProvider/index.d.ts +8 -0
- package/api/node_modules/@smithy/credential-provider-imds/dist-types/remoteProvider/retry.d.ts +10 -0
- package/api/node_modules/@smithy/credential-provider-imds/dist-types/types.d.ts +7 -0
- package/api/node_modules/@smithy/credential-provider-imds/dist-types/utils/getExtendedInstanceMetadataCredentials.d.ts +6 -0
- package/api/node_modules/@smithy/credential-provider-imds/dist-types/utils/getInstanceMetadataEndpoint.d.ts +21 -0
- package/api/node_modules/@smithy/credential-provider-imds/dist-types/utils/staticStabilityProvider.d.ts +16 -0
- package/api/node_modules/@smithy/credential-provider-imds/package.json +69 -0
- package/api/node_modules/@smithy/fetch-http-handler/LICENSE +201 -0
- package/api/node_modules/@smithy/fetch-http-handler/README.md +11 -0
- package/api/node_modules/@smithy/fetch-http-handler/dist-cjs/index.js +233 -0
- package/api/node_modules/@smithy/fetch-http-handler/dist-es/create-request.js +3 -0
- package/api/node_modules/@smithy/fetch-http-handler/dist-es/fetch-http-handler.js +158 -0
- package/api/node_modules/@smithy/fetch-http-handler/dist-es/index.js +2 -0
- package/api/node_modules/@smithy/fetch-http-handler/dist-es/request-timeout.js +11 -0
- package/api/node_modules/@smithy/fetch-http-handler/dist-es/stream-collector.js +53 -0
- package/api/node_modules/@smithy/fetch-http-handler/dist-types/create-request.d.ts +6 -0
- package/api/node_modules/@smithy/fetch-http-handler/dist-types/fetch-http-handler.d.ts +42 -0
- package/api/node_modules/@smithy/fetch-http-handler/dist-types/index.d.ts +2 -0
- package/api/node_modules/@smithy/fetch-http-handler/dist-types/request-timeout.d.ts +1 -0
- package/api/node_modules/@smithy/fetch-http-handler/dist-types/stream-collector.d.ts +2 -0
- package/api/node_modules/@smithy/fetch-http-handler/package.json +68 -0
- package/api/node_modules/@smithy/hash-node/LICENSE +201 -0
- package/api/node_modules/@smithy/hash-node/README.md +17 -0
- package/api/node_modules/@smithy/hash-node/dist-cjs/index.js +42 -0
- package/api/node_modules/@smithy/hash-node/dist-es/index.js +37 -0
- package/api/node_modules/@smithy/hash-node/dist-types/index.d.ts +13 -0
- package/api/node_modules/@smithy/hash-node/package.json +64 -0
- package/api/node_modules/@smithy/invalid-dependency/LICENSE +201 -0
- package/api/node_modules/@smithy/invalid-dependency/README.md +17 -0
- package/api/node_modules/@smithy/invalid-dependency/dist-cjs/index.js +10 -0
- package/api/node_modules/@smithy/invalid-dependency/dist-es/index.js +2 -0
- package/api/node_modules/@smithy/invalid-dependency/dist-es/invalidFunction.js +3 -0
- package/api/node_modules/@smithy/invalid-dependency/dist-es/invalidProvider.js +1 -0
- package/api/node_modules/@smithy/invalid-dependency/dist-types/index.d.ts +8 -0
- package/api/node_modules/@smithy/invalid-dependency/dist-types/invalidFunction.d.ts +4 -0
- package/api/node_modules/@smithy/invalid-dependency/dist-types/invalidProvider.d.ts +5 -0
- package/api/node_modules/@smithy/invalid-dependency/package.json +60 -0
- package/api/node_modules/@smithy/is-array-buffer/LICENSE +201 -0
- package/api/node_modules/@smithy/is-array-buffer/README.md +10 -0
- package/api/node_modules/@smithy/is-array-buffer/dist-cjs/index.js +6 -0
- package/api/node_modules/@smithy/is-array-buffer/dist-es/index.js +2 -0
- package/api/node_modules/@smithy/is-array-buffer/dist-types/index.d.ts +4 -0
- package/api/node_modules/@smithy/is-array-buffer/dist-types/ts3.4/index.d.ts +4 -0
- package/api/node_modules/@smithy/is-array-buffer/package.json +61 -0
- package/api/node_modules/@smithy/middleware-content-length/LICENSE +201 -0
- package/api/node_modules/@smithy/middleware-content-length/README.md +17 -0
- package/api/node_modules/@smithy/middleware-content-length/dist-cjs/index.js +46 -0
- package/api/node_modules/@smithy/middleware-content-length/dist-es/index.js +39 -0
- package/api/node_modules/@smithy/middleware-content-length/dist-types/index.d.ts +6 -0
- package/api/node_modules/@smithy/middleware-content-length/package.json +63 -0
- package/api/node_modules/@smithy/middleware-endpoint/LICENSE +201 -0
- package/api/node_modules/@smithy/middleware-endpoint/README.md +17 -0
- package/api/node_modules/@smithy/middleware-endpoint/dist-cjs/adaptors/getEndpointFromConfig.browser.js +5 -0
- package/api/node_modules/@smithy/middleware-endpoint/dist-cjs/adaptors/getEndpointFromConfig.js +7 -0
- package/api/node_modules/@smithy/middleware-endpoint/dist-cjs/adaptors/getEndpointUrlConfig.js +35 -0
- package/api/node_modules/@smithy/middleware-endpoint/dist-cjs/index.js +264 -0
- package/api/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/createConfigValueProvider.js +50 -0
- package/api/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/getEndpointFromConfig.browser.js +1 -0
- package/api/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/getEndpointFromConfig.js +3 -0
- package/api/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/getEndpointFromInstructions.js +64 -0
- package/api/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/getEndpointUrlConfig.js +31 -0
- package/api/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/index.js +2 -0
- package/api/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/toEndpointV1.js +17 -0
- package/api/node_modules/@smithy/middleware-endpoint/dist-es/endpointMiddleware.js +36 -0
- package/api/node_modules/@smithy/middleware-endpoint/dist-es/getEndpointPlugin.js +18 -0
- package/api/node_modules/@smithy/middleware-endpoint/dist-es/index.js +6 -0
- package/api/node_modules/@smithy/middleware-endpoint/dist-es/resolveEndpointConfig.js +24 -0
- package/api/node_modules/@smithy/middleware-endpoint/dist-es/resolveEndpointRequiredConfig.js +9 -0
- package/api/node_modules/@smithy/middleware-endpoint/dist-es/service-customizations/index.js +1 -0
- package/api/node_modules/@smithy/middleware-endpoint/dist-es/service-customizations/s3.js +37 -0
- package/api/node_modules/@smithy/middleware-endpoint/dist-es/types.js +1 -0
- package/api/node_modules/@smithy/middleware-endpoint/dist-types/adaptors/createConfigValueProvider.d.ts +14 -0
- package/api/node_modules/@smithy/middleware-endpoint/dist-types/adaptors/getEndpointFromConfig.browser.d.ts +1 -0
- package/api/node_modules/@smithy/middleware-endpoint/dist-types/adaptors/getEndpointFromConfig.d.ts +4 -0
- package/api/node_modules/@smithy/middleware-endpoint/dist-types/adaptors/getEndpointFromInstructions.d.ts +28 -0
- package/api/node_modules/@smithy/middleware-endpoint/dist-types/adaptors/getEndpointUrlConfig.d.ts +2 -0
- package/api/node_modules/@smithy/middleware-endpoint/dist-types/adaptors/index.d.ts +8 -0
- package/api/node_modules/@smithy/middleware-endpoint/dist-types/adaptors/toEndpointV1.d.ts +6 -0
- package/api/node_modules/@smithy/middleware-endpoint/dist-types/endpointMiddleware.d.ts +10 -0
- package/api/node_modules/@smithy/middleware-endpoint/dist-types/getEndpointPlugin.d.ts +11 -0
- package/api/node_modules/@smithy/middleware-endpoint/dist-types/index.d.ts +18 -0
- package/api/node_modules/@smithy/middleware-endpoint/dist-types/resolveEndpointConfig.d.ts +109 -0
- package/api/node_modules/@smithy/middleware-endpoint/dist-types/resolveEndpointRequiredConfig.d.ts +32 -0
- package/api/node_modules/@smithy/middleware-endpoint/dist-types/service-customizations/index.d.ts +4 -0
- package/api/node_modules/@smithy/middleware-endpoint/dist-types/service-customizations/s3.d.ts +26 -0
- package/api/node_modules/@smithy/middleware-endpoint/dist-types/types.d.ts +41 -0
- package/api/node_modules/@smithy/middleware-endpoint/package.json +74 -0
- package/api/node_modules/@smithy/middleware-retry/LICENSE +201 -0
- package/api/node_modules/@smithy/middleware-retry/README.md +24 -0
- package/api/node_modules/@smithy/middleware-retry/dist-cjs/index.js +396 -0
- package/api/node_modules/@smithy/middleware-retry/dist-cjs/isStreamingPayload/isStreamingPayload.browser.js +5 -0
- package/api/node_modules/@smithy/middleware-retry/dist-cjs/isStreamingPayload/isStreamingPayload.js +7 -0
- package/api/node_modules/@smithy/middleware-retry/dist-es/configurations.js +48 -0
- package/api/node_modules/@smithy/middleware-retry/dist-es/index.js +8 -0
- package/api/node_modules/@smithy/middleware-retry/dist-es/isStreamingPayload/isStreamingPayload.browser.js +1 -0
- package/api/node_modules/@smithy/middleware-retry/dist-es/isStreamingPayload/isStreamingPayload.js +3 -0
- package/api/node_modules/@smithy/middleware-retry/dist-es/longPollMiddleware.js +15 -0
- package/api/node_modules/@smithy/middleware-retry/dist-es/omitRetryHeadersMiddleware.js +22 -0
- package/api/node_modules/@smithy/middleware-retry/dist-es/parseRetryAfterHeader.js +49 -0
- package/api/node_modules/@smithy/middleware-retry/dist-es/retry-pre-sra-deprecated/AdaptiveRetryStrategy.js +21 -0
- package/api/node_modules/@smithy/middleware-retry/dist-es/retry-pre-sra-deprecated/StandardRetryStrategy.js +94 -0
- package/api/node_modules/@smithy/middleware-retry/dist-es/retry-pre-sra-deprecated/defaultRetryQuota.js +27 -0
- package/api/node_modules/@smithy/middleware-retry/dist-es/retry-pre-sra-deprecated/delayDecider.js +2 -0
- package/api/node_modules/@smithy/middleware-retry/dist-es/retry-pre-sra-deprecated/retryDecider.js +7 -0
- package/api/node_modules/@smithy/middleware-retry/dist-es/retry-pre-sra-deprecated/types.js +1 -0
- package/api/node_modules/@smithy/middleware-retry/dist-es/retryMiddleware.js +105 -0
- package/api/node_modules/@smithy/middleware-retry/dist-es/util.js +9 -0
- package/api/node_modules/@smithy/middleware-retry/dist-types/configurations.d.ts +68 -0
- package/api/node_modules/@smithy/middleware-retry/dist-types/index.d.ts +8 -0
- package/api/node_modules/@smithy/middleware-retry/dist-types/isStreamingPayload/isStreamingPayload.browser.d.ts +5 -0
- package/api/node_modules/@smithy/middleware-retry/dist-types/isStreamingPayload/isStreamingPayload.d.ts +5 -0
- package/api/node_modules/@smithy/middleware-retry/dist-types/longPollMiddleware.d.ts +15 -0
- package/api/node_modules/@smithy/middleware-retry/dist-types/omitRetryHeadersMiddleware.d.ts +15 -0
- package/api/node_modules/@smithy/middleware-retry/dist-types/parseRetryAfterHeader.d.ts +10 -0
- package/api/node_modules/@smithy/middleware-retry/dist-types/retry-pre-sra-deprecated/AdaptiveRetryStrategy.d.ts +24 -0
- package/api/node_modules/@smithy/middleware-retry/dist-types/retry-pre-sra-deprecated/StandardRetryStrategy.d.ts +33 -0
- package/api/node_modules/@smithy/middleware-retry/dist-types/retry-pre-sra-deprecated/defaultRetryQuota.d.ts +26 -0
- package/api/node_modules/@smithy/middleware-retry/dist-types/retry-pre-sra-deprecated/delayDecider.d.ts +6 -0
- package/api/node_modules/@smithy/middleware-retry/dist-types/retry-pre-sra-deprecated/retryDecider.d.ts +6 -0
- package/api/node_modules/@smithy/middleware-retry/dist-types/retry-pre-sra-deprecated/types.d.ts +65 -0
- package/api/node_modules/@smithy/middleware-retry/dist-types/retryMiddleware.d.ts +14 -0
- package/api/node_modules/@smithy/middleware-retry/dist-types/util.d.ts +2 -0
- package/api/node_modules/@smithy/middleware-retry/package.json +79 -0
- package/api/node_modules/@smithy/middleware-serde/LICENSE +201 -0
- package/api/node_modules/@smithy/middleware-serde/README.md +17 -0
- package/api/node_modules/@smithy/middleware-serde/dist-cjs/index.js +104 -0
- package/api/node_modules/@smithy/middleware-serde/dist-es/deserializerMiddleware.js +58 -0
- package/api/node_modules/@smithy/middleware-serde/dist-es/index.js +3 -0
- package/api/node_modules/@smithy/middleware-serde/dist-es/serdePlugin.js +22 -0
- package/api/node_modules/@smithy/middleware-serde/dist-es/serializerMiddleware.js +15 -0
- package/api/node_modules/@smithy/middleware-serde/dist-types/deserializerMiddleware.d.ts +6 -0
- package/api/node_modules/@smithy/middleware-serde/dist-types/index.d.ts +3 -0
- package/api/node_modules/@smithy/middleware-serde/dist-types/serdePlugin.d.ts +24 -0
- package/api/node_modules/@smithy/middleware-serde/dist-types/serializerMiddleware.d.ts +6 -0
- package/api/node_modules/@smithy/middleware-serde/package.json +65 -0
- package/api/node_modules/@smithy/middleware-stack/LICENSE +201 -0
- package/api/node_modules/@smithy/middleware-stack/README.md +91 -0
- package/api/node_modules/@smithy/middleware-stack/dist-cjs/index.js +285 -0
- package/api/node_modules/@smithy/middleware-stack/dist-es/MiddlewareStack.js +281 -0
- package/api/node_modules/@smithy/middleware-stack/dist-es/index.js +1 -0
- package/api/node_modules/@smithy/middleware-stack/dist-es/types.js +1 -0
- package/api/node_modules/@smithy/middleware-stack/dist-types/MiddlewareStack.d.ts +5 -0
- package/api/node_modules/@smithy/middleware-stack/dist-types/index.d.ts +1 -0
- package/api/node_modules/@smithy/middleware-stack/dist-types/types.d.ts +22 -0
- package/api/node_modules/@smithy/middleware-stack/package.json +63 -0
- package/api/node_modules/@smithy/node-config-provider/LICENSE +201 -0
- package/api/node_modules/@smithy/node-config-provider/README.md +17 -0
- package/api/node_modules/@smithy/node-config-provider/dist-cjs/index.js +62 -0
- package/api/node_modules/@smithy/node-config-provider/dist-es/configLoader.js +9 -0
- package/api/node_modules/@smithy/node-config-provider/dist-es/fromEnv.js +14 -0
- package/api/node_modules/@smithy/node-config-provider/dist-es/fromSharedConfigFiles.js +23 -0
- package/api/node_modules/@smithy/node-config-provider/dist-es/fromStatic.js +3 -0
- package/api/node_modules/@smithy/node-config-provider/dist-es/getSelectorName.js +12 -0
- package/api/node_modules/@smithy/node-config-provider/dist-es/index.js +1 -0
- package/api/node_modules/@smithy/node-config-provider/dist-types/configLoader.d.ts +31 -0
- package/api/node_modules/@smithy/node-config-provider/dist-types/fromEnv.d.ts +20 -0
- package/api/node_modules/@smithy/node-config-provider/dist-types/fromSharedConfigFiles.d.ts +22 -0
- package/api/node_modules/@smithy/node-config-provider/dist-types/fromStatic.d.ts +9 -0
- package/api/node_modules/@smithy/node-config-provider/dist-types/getSelectorName.d.ts +9 -0
- package/api/node_modules/@smithy/node-config-provider/dist-types/index.d.ts +4 -0
- package/api/node_modules/@smithy/node-config-provider/package.json +65 -0
- package/api/node_modules/@smithy/node-http-handler/LICENSE +201 -0
- package/api/node_modules/@smithy/node-http-handler/README.md +9 -0
- package/api/node_modules/@smithy/node-http-handler/dist-cjs/index.js +762 -0
- package/api/node_modules/@smithy/node-http-handler/dist-es/build-abort-error.js +19 -0
- package/api/node_modules/@smithy/node-http-handler/dist-es/constants.js +1 -0
- package/api/node_modules/@smithy/node-http-handler/dist-es/get-transformed-headers.js +9 -0
- package/api/node_modules/@smithy/node-http-handler/dist-es/index.js +3 -0
- package/api/node_modules/@smithy/node-http-handler/dist-es/node-http-handler.js +230 -0
- package/api/node_modules/@smithy/node-http-handler/dist-es/node-http2-connection-manager.js +87 -0
- package/api/node_modules/@smithy/node-http-handler/dist-es/node-http2-connection-pool.js +32 -0
- package/api/node_modules/@smithy/node-http-handler/dist-es/node-http2-handler.js +169 -0
- package/api/node_modules/@smithy/node-http-handler/dist-es/readable.mock.js +21 -0
- package/api/node_modules/@smithy/node-http-handler/dist-es/server.mock.js +88 -0
- package/api/node_modules/@smithy/node-http-handler/dist-es/set-connection-timeout.js +36 -0
- package/api/node_modules/@smithy/node-http-handler/dist-es/set-request-timeout.js +21 -0
- package/api/node_modules/@smithy/node-http-handler/dist-es/set-socket-keep-alive.js +22 -0
- package/api/node_modules/@smithy/node-http-handler/dist-es/set-socket-timeout.js +23 -0
- package/api/node_modules/@smithy/node-http-handler/dist-es/stream-collector/collector.js +8 -0
- package/api/node_modules/@smithy/node-http-handler/dist-es/stream-collector/index.js +41 -0
- package/api/node_modules/@smithy/node-http-handler/dist-es/stream-collector/readable.mock.js +21 -0
- package/api/node_modules/@smithy/node-http-handler/dist-es/timing.js +4 -0
- package/api/node_modules/@smithy/node-http-handler/dist-es/write-request-body.js +63 -0
- package/api/node_modules/@smithy/node-http-handler/dist-types/build-abort-error.d.ts +10 -0
- package/api/node_modules/@smithy/node-http-handler/dist-types/constants.d.ts +5 -0
- package/api/node_modules/@smithy/node-http-handler/dist-types/get-transformed-headers.d.ts +4 -0
- package/api/node_modules/@smithy/node-http-handler/dist-types/index.d.ts +3 -0
- package/api/node_modules/@smithy/node-http-handler/dist-types/node-http-handler.d.ts +46 -0
- package/api/node_modules/@smithy/node-http-handler/dist-types/node-http2-connection-manager.d.ts +24 -0
- package/api/node_modules/@smithy/node-http-handler/dist-types/node-http2-connection-pool.d.ts +12 -0
- package/api/node_modules/@smithy/node-http-handler/dist-types/node-http2-handler.d.ts +63 -0
- package/api/node_modules/@smithy/node-http-handler/dist-types/readable.mock.d.ts +13 -0
- package/api/node_modules/@smithy/node-http-handler/dist-types/server.mock.d.ts +12 -0
- package/api/node_modules/@smithy/node-http-handler/dist-types/set-connection-timeout.d.ts +2 -0
- package/api/node_modules/@smithy/node-http-handler/dist-types/set-request-timeout.d.ts +6 -0
- package/api/node_modules/@smithy/node-http-handler/dist-types/set-socket-keep-alive.d.ts +6 -0
- package/api/node_modules/@smithy/node-http-handler/dist-types/set-socket-timeout.d.ts +2 -0
- package/api/node_modules/@smithy/node-http-handler/dist-types/stream-collector/collector.d.ts +5 -0
- package/api/node_modules/@smithy/node-http-handler/dist-types/stream-collector/index.d.ts +6 -0
- package/api/node_modules/@smithy/node-http-handler/dist-types/stream-collector/readable.mock.d.ts +13 -0
- package/api/node_modules/@smithy/node-http-handler/dist-types/timing.d.ts +8 -0
- package/api/node_modules/@smithy/node-http-handler/dist-types/write-request-body.d.ts +12 -0
- package/api/node_modules/@smithy/node-http-handler/package.json +67 -0
- package/api/node_modules/@smithy/property-provider/LICENSE +201 -0
- package/api/node_modules/@smithy/property-provider/README.md +17 -0
- package/api/node_modules/@smithy/property-provider/dist-cjs/index.js +117 -0
- package/api/node_modules/@smithy/property-provider/dist-es/CredentialsProviderError.js +8 -0
- package/api/node_modules/@smithy/property-provider/dist-es/ProviderError.js +23 -0
- package/api/node_modules/@smithy/property-provider/dist-es/TokenProviderError.js +8 -0
- package/api/node_modules/@smithy/property-provider/dist-es/chain.js +21 -0
- package/api/node_modules/@smithy/property-provider/dist-es/fromStatic.js +1 -0
- package/api/node_modules/@smithy/property-provider/dist-es/index.js +6 -0
- package/api/node_modules/@smithy/property-provider/dist-es/memoize.js +45 -0
- package/api/node_modules/@smithy/property-provider/dist-types/CredentialsProviderError.d.ts +31 -0
- package/api/node_modules/@smithy/property-provider/dist-types/ProviderError.d.ts +39 -0
- package/api/node_modules/@smithy/property-provider/dist-types/TokenProviderError.d.ts +31 -0
- package/api/node_modules/@smithy/property-provider/dist-types/chain.d.ts +13 -0
- package/api/node_modules/@smithy/property-provider/dist-types/fromStatic.d.ts +5 -0
- package/api/node_modules/@smithy/property-provider/dist-types/index.d.ts +24 -0
- package/api/node_modules/@smithy/property-provider/dist-types/memoize.d.ts +40 -0
- package/api/node_modules/@smithy/property-provider/package.json +60 -0
- package/api/node_modules/@smithy/protocol-http/LICENSE +201 -0
- package/api/node_modules/@smithy/protocol-http/README.md +17 -0
- package/api/node_modules/@smithy/protocol-http/dist-cjs/index.js +169 -0
- package/api/node_modules/@smithy/protocol-http/dist-es/Field.js +26 -0
- package/api/node_modules/@smithy/protocol-http/dist-es/Fields.js +20 -0
- package/api/node_modules/@smithy/protocol-http/dist-es/extensions/httpExtensionConfiguration.js +21 -0
- package/api/node_modules/@smithy/protocol-http/dist-es/extensions/index.js +1 -0
- package/api/node_modules/@smithy/protocol-http/dist-es/httpHandler.js +1 -0
- package/api/node_modules/@smithy/protocol-http/dist-es/httpRequest.js +64 -0
- package/api/node_modules/@smithy/protocol-http/dist-es/httpResponse.js +18 -0
- package/api/node_modules/@smithy/protocol-http/dist-es/index.js +8 -0
- package/api/node_modules/@smithy/protocol-http/dist-es/isValidHostname.js +4 -0
- package/api/node_modules/@smithy/protocol-http/dist-es/types.js +1 -0
- package/api/node_modules/@smithy/protocol-http/dist-types/Field.d.ts +50 -0
- package/api/node_modules/@smithy/protocol-http/dist-types/Fields.d.ts +44 -0
- package/api/node_modules/@smithy/protocol-http/dist-types/extensions/httpExtensionConfiguration.d.ts +33 -0
- package/api/node_modules/@smithy/protocol-http/dist-types/extensions/index.d.ts +1 -0
- package/api/node_modules/@smithy/protocol-http/dist-types/httpHandler.d.ts +35 -0
- package/api/node_modules/@smithy/protocol-http/dist-types/httpRequest.d.ts +56 -0
- package/api/node_modules/@smithy/protocol-http/dist-types/httpResponse.d.ts +29 -0
- package/api/node_modules/@smithy/protocol-http/dist-types/index.d.ts +8 -0
- package/api/node_modules/@smithy/protocol-http/dist-types/isValidHostname.d.ts +1 -0
- package/api/node_modules/@smithy/protocol-http/dist-types/types.d.ts +21 -0
- package/api/node_modules/@smithy/protocol-http/package.json +61 -0
- package/api/node_modules/@smithy/querystring-builder/LICENSE +201 -0
- package/api/node_modules/@smithy/querystring-builder/README.md +17 -0
- package/api/node_modules/@smithy/querystring-builder/dist-cjs/index.js +26 -0
- package/api/node_modules/@smithy/querystring-builder/dist-es/index.js +21 -0
- package/api/node_modules/@smithy/querystring-builder/dist-types/index.d.ts +5 -0
- package/api/node_modules/@smithy/querystring-builder/package.json +60 -0
- package/api/node_modules/@smithy/querystring-parser/LICENSE +201 -0
- package/api/node_modules/@smithy/querystring-parser/README.md +17 -0
- package/api/node_modules/@smithy/querystring-parser/dist-cjs/index.js +27 -0
- package/api/node_modules/@smithy/querystring-parser/dist-es/index.js +23 -0
- package/api/node_modules/@smithy/querystring-parser/dist-types/index.d.ts +5 -0
- package/api/node_modules/@smithy/querystring-parser/package.json +60 -0
- package/api/node_modules/@smithy/service-error-classification/LICENSE +201 -0
- package/api/node_modules/@smithy/service-error-classification/README.md +17 -0
- package/api/node_modules/@smithy/service-error-classification/dist-cjs/index.js +77 -0
- package/api/node_modules/@smithy/service-error-classification/dist-es/constants.js +28 -0
- package/api/node_modules/@smithy/service-error-classification/dist-es/index.js +39 -0
- package/api/node_modules/@smithy/service-error-classification/dist-types/constants.d.ts +30 -0
- package/api/node_modules/@smithy/service-error-classification/dist-types/index.d.ts +24 -0
- package/api/node_modules/@smithy/service-error-classification/package.json +59 -0
- package/api/node_modules/@smithy/shared-ini-file-loader/LICENSE +201 -0
- package/api/node_modules/@smithy/shared-ini-file-loader/README.md +105 -0
- package/api/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getHomeDir.js +26 -0
- package/api/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getSSOTokenFilepath.js +12 -0
- package/api/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getSSOTokenFromFile.js +15 -0
- package/api/node_modules/@smithy/shared-ini-file-loader/dist-cjs/index.js +196 -0
- package/api/node_modules/@smithy/shared-ini-file-loader/dist-cjs/readFile.js +16 -0
- package/api/node_modules/@smithy/shared-ini-file-loader/dist-es/constants.js +1 -0
- package/api/node_modules/@smithy/shared-ini-file-loader/dist-es/externalDataInterceptor.js +16 -0
- package/api/node_modules/@smithy/shared-ini-file-loader/dist-es/getConfigData.js +18 -0
- package/api/node_modules/@smithy/shared-ini-file-loader/dist-es/getConfigFilepath.js +4 -0
- package/api/node_modules/@smithy/shared-ini-file-loader/dist-es/getCredentialsFilepath.js +4 -0
- package/api/node_modules/@smithy/shared-ini-file-loader/dist-es/getHomeDir.js +22 -0
- package/api/node_modules/@smithy/shared-ini-file-loader/dist-es/getProfileName.js +3 -0
- package/api/node_modules/@smithy/shared-ini-file-loader/dist-es/getSSOTokenFilepath.js +8 -0
- package/api/node_modules/@smithy/shared-ini-file-loader/dist-es/getSSOTokenFromFile.js +11 -0
- package/api/node_modules/@smithy/shared-ini-file-loader/dist-es/getSsoSessionData.js +5 -0
- package/api/node_modules/@smithy/shared-ini-file-loader/dist-es/index.js +10 -0
- package/api/node_modules/@smithy/shared-ini-file-loader/dist-es/loadSharedConfigFiles.js +39 -0
- package/api/node_modules/@smithy/shared-ini-file-loader/dist-es/loadSsoSessionData.js +9 -0
- package/api/node_modules/@smithy/shared-ini-file-loader/dist-es/mergeConfigFiles.js +14 -0
- package/api/node_modules/@smithy/shared-ini-file-loader/dist-es/parseIni.js +52 -0
- package/api/node_modules/@smithy/shared-ini-file-loader/dist-es/parseKnownFiles.js +6 -0
- package/api/node_modules/@smithy/shared-ini-file-loader/dist-es/readFile.js +12 -0
- package/api/node_modules/@smithy/shared-ini-file-loader/dist-es/types.js +1 -0
- package/api/node_modules/@smithy/shared-ini-file-loader/dist-types/constants.d.ts +4 -0
- package/api/node_modules/@smithy/shared-ini-file-loader/dist-types/externalDataInterceptor.d.ts +9 -0
- package/api/node_modules/@smithy/shared-ini-file-loader/dist-types/getConfigData.d.ts +8 -0
- package/api/node_modules/@smithy/shared-ini-file-loader/dist-types/getConfigFilepath.d.ts +2 -0
- package/api/node_modules/@smithy/shared-ini-file-loader/dist-types/getCredentialsFilepath.d.ts +2 -0
- package/api/node_modules/@smithy/shared-ini-file-loader/dist-types/getHomeDir.d.ts +6 -0
- package/api/node_modules/@smithy/shared-ini-file-loader/dist-types/getProfileName.d.ts +15 -0
- package/api/node_modules/@smithy/shared-ini-file-loader/dist-types/getSSOTokenFilepath.d.ts +5 -0
- package/api/node_modules/@smithy/shared-ini-file-loader/dist-types/getSSOTokenFromFile.d.ts +52 -0
- package/api/node_modules/@smithy/shared-ini-file-loader/dist-types/getSsoSessionData.d.ts +6 -0
- package/api/node_modules/@smithy/shared-ini-file-loader/dist-types/index.d.ts +10 -0
- package/api/node_modules/@smithy/shared-ini-file-loader/dist-types/loadSharedConfigFiles.d.ts +33 -0
- package/api/node_modules/@smithy/shared-ini-file-loader/dist-types/loadSsoSessionData.d.ts +17 -0
- package/api/node_modules/@smithy/shared-ini-file-loader/dist-types/mergeConfigFiles.d.ts +7 -0
- package/api/node_modules/@smithy/shared-ini-file-loader/dist-types/parseIni.d.ts +2 -0
- package/api/node_modules/@smithy/shared-ini-file-loader/dist-types/parseKnownFiles.d.ts +18 -0
- package/api/node_modules/@smithy/shared-ini-file-loader/dist-types/readFile.d.ts +21 -0
- package/api/node_modules/@smithy/shared-ini-file-loader/dist-types/types.d.ts +16 -0
- package/api/node_modules/@smithy/shared-ini-file-loader/package.json +72 -0
- package/api/node_modules/@smithy/signature-v4/LICENSE +201 -0
- package/api/node_modules/@smithy/signature-v4/README.md +11 -0
- package/api/node_modules/@smithy/signature-v4/dist-cjs/index.js +569 -0
- package/api/node_modules/@smithy/signature-v4/dist-es/HeaderFormatter.js +126 -0
- package/api/node_modules/@smithy/signature-v4/dist-es/SignatureV4.js +135 -0
- package/api/node_modules/@smithy/signature-v4/dist-es/SignatureV4Base.js +79 -0
- package/api/node_modules/@smithy/signature-v4/dist-es/constants.js +43 -0
- package/api/node_modules/@smithy/signature-v4/dist-es/credentialDerivation.js +33 -0
- package/api/node_modules/@smithy/signature-v4/dist-es/getCanonicalHeaders.js +20 -0
- package/api/node_modules/@smithy/signature-v4/dist-es/getCanonicalQuery.js +29 -0
- package/api/node_modules/@smithy/signature-v4/dist-es/getPayloadHash.js +20 -0
- package/api/node_modules/@smithy/signature-v4/dist-es/headerUtil.js +26 -0
- package/api/node_modules/@smithy/signature-v4/dist-es/index.js +11 -0
- package/api/node_modules/@smithy/signature-v4/dist-es/moveHeadersToQuery.js +17 -0
- package/api/node_modules/@smithy/signature-v4/dist-es/prepareRequest.js +11 -0
- package/api/node_modules/@smithy/signature-v4/dist-es/signature-v4a-container.js +3 -0
- package/api/node_modules/@smithy/signature-v4/dist-es/suite.fixture.js +399 -0
- package/api/node_modules/@smithy/signature-v4/dist-es/utilDate.js +15 -0
- package/api/node_modules/@smithy/signature-v4/dist-types/HeaderFormatter.d.ts +24 -0
- package/api/node_modules/@smithy/signature-v4/dist-types/SignatureV4.d.ts +21 -0
- package/api/node_modules/@smithy/signature-v4/dist-types/SignatureV4Base.d.ts +69 -0
- package/api/node_modules/@smithy/signature-v4/dist-types/constants.d.ts +43 -0
- package/api/node_modules/@smithy/signature-v4/dist-types/credentialDerivation.d.ts +30 -0
- package/api/node_modules/@smithy/signature-v4/dist-types/getCanonicalHeaders.d.ts +5 -0
- package/api/node_modules/@smithy/signature-v4/dist-types/getCanonicalQuery.d.ts +5 -0
- package/api/node_modules/@smithy/signature-v4/dist-types/getPayloadHash.d.ts +5 -0
- package/api/node_modules/@smithy/signature-v4/dist-types/headerUtil.d.ts +4 -0
- package/api/node_modules/@smithy/signature-v4/dist-types/index.d.ts +11 -0
- package/api/node_modules/@smithy/signature-v4/dist-types/moveHeadersToQuery.d.ts +10 -0
- package/api/node_modules/@smithy/signature-v4/dist-types/prepareRequest.d.ts +5 -0
- package/api/node_modules/@smithy/signature-v4/dist-types/signature-v4a-container.d.ts +24 -0
- package/api/node_modules/@smithy/signature-v4/dist-types/suite.fixture.d.ts +14 -0
- package/api/node_modules/@smithy/signature-v4/dist-types/utilDate.d.ts +2 -0
- package/api/node_modules/@smithy/signature-v4/package.json +69 -0
- package/api/node_modules/@smithy/smithy-client/LICENSE +201 -0
- package/api/node_modules/@smithy/smithy-client/README.md +17 -0
- package/api/node_modules/@smithy/smithy-client/dist-cjs/index.js +635 -0
- package/api/node_modules/@smithy/smithy-client/dist-es/NoOpLogger.js +7 -0
- package/api/node_modules/@smithy/smithy-client/dist-es/client.js +51 -0
- package/api/node_modules/@smithy/smithy-client/dist-es/collect-stream-body.js +1 -0
- package/api/node_modules/@smithy/smithy-client/dist-es/command.js +124 -0
- package/api/node_modules/@smithy/smithy-client/dist-es/constants.js +1 -0
- package/api/node_modules/@smithy/smithy-client/dist-es/create-aggregated-client.js +47 -0
- package/api/node_modules/@smithy/smithy-client/dist-es/default-error-handler.js +22 -0
- package/api/node_modules/@smithy/smithy-client/dist-es/defaults-mode.js +26 -0
- package/api/node_modules/@smithy/smithy-client/dist-es/emitWarningIfUnsupportedVersion.js +6 -0
- package/api/node_modules/@smithy/smithy-client/dist-es/exceptions.js +50 -0
- package/api/node_modules/@smithy/smithy-client/dist-es/extended-encode-uri-component.js +1 -0
- package/api/node_modules/@smithy/smithy-client/dist-es/extensions/checksum.js +49 -0
- package/api/node_modules/@smithy/smithy-client/dist-es/extensions/defaultExtensionConfiguration.js +9 -0
- package/api/node_modules/@smithy/smithy-client/dist-es/extensions/index.js +1 -0
- package/api/node_modules/@smithy/smithy-client/dist-es/extensions/retry.js +15 -0
- package/api/node_modules/@smithy/smithy-client/dist-es/get-array-if-single-item.js +1 -0
- package/api/node_modules/@smithy/smithy-client/dist-es/get-value-from-text-node.js +12 -0
- package/api/node_modules/@smithy/smithy-client/dist-es/index.js +20 -0
- package/api/node_modules/@smithy/smithy-client/dist-es/is-serializable-header-value.js +3 -0
- package/api/node_modules/@smithy/smithy-client/dist-es/object-mapping.js +92 -0
- package/api/node_modules/@smithy/smithy-client/dist-es/resolve-path.js +1 -0
- package/api/node_modules/@smithy/smithy-client/dist-es/schemaLogFilter.js +34 -0
- package/api/node_modules/@smithy/smithy-client/dist-es/ser-utils.js +14 -0
- package/api/node_modules/@smithy/smithy-client/dist-es/serde-json.js +19 -0
- package/api/node_modules/@smithy/smithy-client/dist-types/NoOpLogger.d.ts +11 -0
- package/api/node_modules/@smithy/smithy-client/dist-types/client.d.ts +87 -0
- package/api/node_modules/@smithy/smithy-client/dist-types/collect-stream-body.d.ts +5 -0
- package/api/node_modules/@smithy/smithy-client/dist-types/command.d.ts +119 -0
- package/api/node_modules/@smithy/smithy-client/dist-types/constants.d.ts +4 -0
- package/api/node_modules/@smithy/smithy-client/dist-types/create-aggregated-client.d.ts +18 -0
- package/api/node_modules/@smithy/smithy-client/dist-types/default-error-handler.d.ts +15 -0
- package/api/node_modules/@smithy/smithy-client/dist-types/defaults-mode.d.ts +28 -0
- package/api/node_modules/@smithy/smithy-client/dist-types/emitWarningIfUnsupportedVersion.d.ts +8 -0
- package/api/node_modules/@smithy/smithy-client/dist-types/exceptions.d.ts +42 -0
- package/api/node_modules/@smithy/smithy-client/dist-types/extended-encode-uri-component.d.ts +5 -0
- package/api/node_modules/@smithy/smithy-client/dist-types/extensions/checksum.d.ts +26 -0
- package/api/node_modules/@smithy/smithy-client/dist-types/extensions/defaultExtensionConfiguration.d.ts +38 -0
- package/api/node_modules/@smithy/smithy-client/dist-types/extensions/index.d.ts +1 -0
- package/api/node_modules/@smithy/smithy-client/dist-types/extensions/retry.d.ts +18 -0
- package/api/node_modules/@smithy/smithy-client/dist-types/get-array-if-single-item.d.ts +7 -0
- package/api/node_modules/@smithy/smithy-client/dist-types/get-value-from-text-node.d.ts +7 -0
- package/api/node_modules/@smithy/smithy-client/dist-types/index.d.ts +21 -0
- package/api/node_modules/@smithy/smithy-client/dist-types/is-serializable-header-value.d.ts +5 -0
- package/api/node_modules/@smithy/smithy-client/dist-types/object-mapping.d.ts +162 -0
- package/api/node_modules/@smithy/smithy-client/dist-types/resolve-path.d.ts +5 -0
- package/api/node_modules/@smithy/smithy-client/dist-types/schemaLogFilter.d.ts +9 -0
- package/api/node_modules/@smithy/smithy-client/dist-types/ser-utils.d.ts +15 -0
- package/api/node_modules/@smithy/smithy-client/dist-types/serde-json.d.ts +12 -0
- package/api/node_modules/@smithy/smithy-client/package.json +69 -0
- package/api/node_modules/@smithy/types/LICENSE +201 -0
- package/api/node_modules/@smithy/types/README.md +115 -0
- package/api/node_modules/@smithy/types/dist-cjs/index.js +91 -0
- package/api/node_modules/@smithy/types/dist-es/abort-handler.js +1 -0
- package/api/node_modules/@smithy/types/dist-es/abort.js +1 -0
- package/api/node_modules/@smithy/types/dist-es/auth/HttpApiKeyAuth.js +5 -0
- package/api/node_modules/@smithy/types/dist-es/auth/HttpAuthScheme.js +1 -0
- package/api/node_modules/@smithy/types/dist-es/auth/HttpAuthSchemeProvider.js +1 -0
- package/api/node_modules/@smithy/types/dist-es/auth/HttpSigner.js +1 -0
- package/api/node_modules/@smithy/types/dist-es/auth/IdentityProviderConfig.js +1 -0
- package/api/node_modules/@smithy/types/dist-es/auth/auth.js +5 -0
- package/api/node_modules/@smithy/types/dist-es/auth/index.js +6 -0
- package/api/node_modules/@smithy/types/dist-es/blob/blob-payload-input-types.js +1 -0
- package/api/node_modules/@smithy/types/dist-es/checksum.js +1 -0
- package/api/node_modules/@smithy/types/dist-es/client.js +1 -0
- package/api/node_modules/@smithy/types/dist-es/command.js +1 -0
- package/api/node_modules/@smithy/types/dist-es/connection/config.js +1 -0
- package/api/node_modules/@smithy/types/dist-es/connection/index.js +3 -0
- package/api/node_modules/@smithy/types/dist-es/connection/manager.js +1 -0
- package/api/node_modules/@smithy/types/dist-es/connection/pool.js +1 -0
- package/api/node_modules/@smithy/types/dist-es/crypto.js +1 -0
- package/api/node_modules/@smithy/types/dist-es/downlevel-ts3.4/transform/type-transform.js +1 -0
- package/api/node_modules/@smithy/types/dist-es/encode.js +1 -0
- package/api/node_modules/@smithy/types/dist-es/endpoint.js +5 -0
- package/api/node_modules/@smithy/types/dist-es/endpoints/EndpointRuleObject.js +1 -0
- package/api/node_modules/@smithy/types/dist-es/endpoints/ErrorRuleObject.js +1 -0
- package/api/node_modules/@smithy/types/dist-es/endpoints/RuleSetObject.js +1 -0
- package/api/node_modules/@smithy/types/dist-es/endpoints/TreeRuleObject.js +1 -0
- package/api/node_modules/@smithy/types/dist-es/endpoints/index.js +5 -0
- package/api/node_modules/@smithy/types/dist-es/endpoints/shared.js +1 -0
- package/api/node_modules/@smithy/types/dist-es/eventStream.js +1 -0
- package/api/node_modules/@smithy/types/dist-es/extensions/checksum.js +38 -0
- package/api/node_modules/@smithy/types/dist-es/extensions/defaultClientConfiguration.js +7 -0
- package/api/node_modules/@smithy/types/dist-es/extensions/defaultExtensionConfiguration.js +1 -0
- package/api/node_modules/@smithy/types/dist-es/extensions/index.js +3 -0
- package/api/node_modules/@smithy/types/dist-es/extensions/retry.js +1 -0
- package/api/node_modules/@smithy/types/dist-es/externals-check/browser-externals-check.js +1 -0
- package/api/node_modules/@smithy/types/dist-es/feature-ids.js +1 -0
- package/api/node_modules/@smithy/types/dist-es/http/httpHandlerInitialization.js +1 -0
- package/api/node_modules/@smithy/types/dist-es/http.js +5 -0
- package/api/node_modules/@smithy/types/dist-es/identity/apiKeyIdentity.js +1 -0
- package/api/node_modules/@smithy/types/dist-es/identity/awsCredentialIdentity.js +1 -0
- package/api/node_modules/@smithy/types/dist-es/identity/identity.js +1 -0
- package/api/node_modules/@smithy/types/dist-es/identity/index.js +4 -0
- package/api/node_modules/@smithy/types/dist-es/identity/tokenIdentity.js +1 -0
- package/api/node_modules/@smithy/types/dist-es/index.js +43 -0
- package/api/node_modules/@smithy/types/dist-es/logger.js +1 -0
- package/api/node_modules/@smithy/types/dist-es/middleware.js +1 -0
- package/api/node_modules/@smithy/types/dist-es/pagination.js +1 -0
- package/api/node_modules/@smithy/types/dist-es/profile.js +6 -0
- package/api/node_modules/@smithy/types/dist-es/response.js +1 -0
- package/api/node_modules/@smithy/types/dist-es/retry.js +1 -0
- package/api/node_modules/@smithy/types/dist-es/schema/schema-deprecated.js +1 -0
- package/api/node_modules/@smithy/types/dist-es/schema/schema.js +1 -0
- package/api/node_modules/@smithy/types/dist-es/schema/sentinels.js +1 -0
- package/api/node_modules/@smithy/types/dist-es/schema/static-schemas.js +1 -0
- package/api/node_modules/@smithy/types/dist-es/schema/traits.js +1 -0
- package/api/node_modules/@smithy/types/dist-es/serde.js +1 -0
- package/api/node_modules/@smithy/types/dist-es/shapes.js +1 -0
- package/api/node_modules/@smithy/types/dist-es/signature.js +1 -0
- package/api/node_modules/@smithy/types/dist-es/stream.js +1 -0
- package/api/node_modules/@smithy/types/dist-es/streaming-payload/streaming-blob-common-types.js +1 -0
- package/api/node_modules/@smithy/types/dist-es/streaming-payload/streaming-blob-payload-input-types.js +1 -0
- package/api/node_modules/@smithy/types/dist-es/streaming-payload/streaming-blob-payload-output-types.js +1 -0
- package/api/node_modules/@smithy/types/dist-es/transfer.js +6 -0
- package/api/node_modules/@smithy/types/dist-es/transform/client-method-transforms.js +1 -0
- package/api/node_modules/@smithy/types/dist-es/transform/client-payload-blob-type-narrow.js +1 -0
- package/api/node_modules/@smithy/types/dist-es/transform/exact.js +1 -0
- package/api/node_modules/@smithy/types/dist-es/transform/mutable.js +1 -0
- package/api/node_modules/@smithy/types/dist-es/transform/no-undefined.js +1 -0
- package/api/node_modules/@smithy/types/dist-es/transform/type-transform.js +1 -0
- package/api/node_modules/@smithy/types/dist-es/uri.js +1 -0
- package/api/node_modules/@smithy/types/dist-es/util.js +1 -0
- package/api/node_modules/@smithy/types/dist-es/waiter.js +1 -0
- package/api/node_modules/@smithy/types/dist-types/abort-handler.d.ts +7 -0
- package/api/node_modules/@smithy/types/dist-types/abort.d.ts +50 -0
- package/api/node_modules/@smithy/types/dist-types/auth/HttpApiKeyAuth.d.ts +7 -0
- package/api/node_modules/@smithy/types/dist-types/auth/HttpAuthScheme.d.ts +49 -0
- package/api/node_modules/@smithy/types/dist-types/auth/HttpAuthSchemeProvider.d.ts +20 -0
- package/api/node_modules/@smithy/types/dist-types/auth/HttpSigner.d.ts +41 -0
- package/api/node_modules/@smithy/types/dist-types/auth/IdentityProviderConfig.d.ts +14 -0
- package/api/node_modules/@smithy/types/dist-types/auth/auth.d.ts +57 -0
- package/api/node_modules/@smithy/types/dist-types/auth/index.d.ts +6 -0
- package/api/node_modules/@smithy/types/dist-types/blob/blob-payload-input-types.d.ts +40 -0
- package/api/node_modules/@smithy/types/dist-types/checksum.d.ts +63 -0
- package/api/node_modules/@smithy/types/dist-types/client.d.ts +57 -0
- package/api/node_modules/@smithy/types/dist-types/command.d.ts +28 -0
- package/api/node_modules/@smithy/types/dist-types/connection/config.d.ts +10 -0
- package/api/node_modules/@smithy/types/dist-types/connection/index.d.ts +3 -0
- package/api/node_modules/@smithy/types/dist-types/connection/manager.d.ts +34 -0
- package/api/node_modules/@smithy/types/dist-types/connection/pool.d.ts +32 -0
- package/api/node_modules/@smithy/types/dist-types/crypto.d.ts +60 -0
- package/api/node_modules/@smithy/types/dist-types/downlevel-ts3.4/transform/type-transform.d.ts +25 -0
- package/api/node_modules/@smithy/types/dist-types/encode.d.ts +31 -0
- package/api/node_modules/@smithy/types/dist-types/endpoint.d.ts +77 -0
- package/api/node_modules/@smithy/types/dist-types/endpoints/EndpointRuleObject.d.ts +27 -0
- package/api/node_modules/@smithy/types/dist-types/endpoints/ErrorRuleObject.d.ts +10 -0
- package/api/node_modules/@smithy/types/dist-types/endpoints/RuleSetObject.d.ts +28 -0
- package/api/node_modules/@smithy/types/dist-types/endpoints/TreeRuleObject.d.ts +16 -0
- package/api/node_modules/@smithy/types/dist-types/endpoints/index.d.ts +5 -0
- package/api/node_modules/@smithy/types/dist-types/endpoints/shared.d.ts +55 -0
- package/api/node_modules/@smithy/types/dist-types/eventStream.d.ts +137 -0
- package/api/node_modules/@smithy/types/dist-types/extensions/checksum.d.ts +58 -0
- package/api/node_modules/@smithy/types/dist-types/extensions/defaultClientConfiguration.d.ts +33 -0
- package/api/node_modules/@smithy/types/dist-types/extensions/defaultExtensionConfiguration.d.ts +9 -0
- package/api/node_modules/@smithy/types/dist-types/extensions/index.d.ts +4 -0
- package/api/node_modules/@smithy/types/dist-types/extensions/retry.d.ts +18 -0
- package/api/node_modules/@smithy/types/dist-types/externals-check/browser-externals-check.d.ts +35 -0
- package/api/node_modules/@smithy/types/dist-types/feature-ids.d.ts +16 -0
- package/api/node_modules/@smithy/types/dist-types/http/httpHandlerInitialization.d.ts +128 -0
- package/api/node_modules/@smithy/types/dist-types/http.d.ts +113 -0
- package/api/node_modules/@smithy/types/dist-types/identity/apiKeyIdentity.d.ts +14 -0
- package/api/node_modules/@smithy/types/dist-types/identity/awsCredentialIdentity.d.ts +31 -0
- package/api/node_modules/@smithy/types/dist-types/identity/identity.d.ts +15 -0
- package/api/node_modules/@smithy/types/dist-types/identity/index.d.ts +4 -0
- package/api/node_modules/@smithy/types/dist-types/identity/tokenIdentity.d.ts +14 -0
- package/api/node_modules/@smithy/types/dist-types/index.d.ts +43 -0
- package/api/node_modules/@smithy/types/dist-types/logger.d.ts +13 -0
- package/api/node_modules/@smithy/types/dist-types/middleware.d.ts +540 -0
- package/api/node_modules/@smithy/types/dist-types/pagination.d.ts +33 -0
- package/api/node_modules/@smithy/types/dist-types/profile.d.ts +30 -0
- package/api/node_modules/@smithy/types/dist-types/response.d.ts +40 -0
- package/api/node_modules/@smithy/types/dist-types/retry.d.ts +137 -0
- package/api/node_modules/@smithy/types/dist-types/schema/schema-deprecated.d.ts +143 -0
- package/api/node_modules/@smithy/types/dist-types/schema/schema.d.ts +236 -0
- package/api/node_modules/@smithy/types/dist-types/schema/sentinels.d.ts +65 -0
- package/api/node_modules/@smithy/types/dist-types/schema/static-schemas.d.ts +99 -0
- package/api/node_modules/@smithy/types/dist-types/schema/traits.d.ts +46 -0
- package/api/node_modules/@smithy/types/dist-types/serde.d.ts +114 -0
- package/api/node_modules/@smithy/types/dist-types/shapes.d.ts +82 -0
- package/api/node_modules/@smithy/types/dist-types/signature.d.ts +155 -0
- package/api/node_modules/@smithy/types/dist-types/stream.d.ts +22 -0
- package/api/node_modules/@smithy/types/dist-types/streaming-payload/streaming-blob-common-types.d.ts +32 -0
- package/api/node_modules/@smithy/types/dist-types/streaming-payload/streaming-blob-payload-input-types.d.ts +60 -0
- package/api/node_modules/@smithy/types/dist-types/streaming-payload/streaming-blob-payload-output-types.d.ts +51 -0
- package/api/node_modules/@smithy/types/dist-types/transfer.d.ts +41 -0
- package/api/node_modules/@smithy/types/dist-types/transform/client-method-transforms.d.ts +26 -0
- package/api/node_modules/@smithy/types/dist-types/transform/client-payload-blob-type-narrow.d.ts +77 -0
- package/api/node_modules/@smithy/types/dist-types/transform/exact.d.ts +6 -0
- package/api/node_modules/@smithy/types/dist-types/transform/mutable.d.ts +6 -0
- package/api/node_modules/@smithy/types/dist-types/transform/no-undefined.d.ts +68 -0
- package/api/node_modules/@smithy/types/dist-types/transform/type-transform.d.ts +34 -0
- package/api/node_modules/@smithy/types/dist-types/uri.d.ts +17 -0
- package/api/node_modules/@smithy/types/dist-types/util.d.ts +176 -0
- package/api/node_modules/@smithy/types/dist-types/waiter.d.ts +35 -0
- package/api/node_modules/@smithy/types/package.json +60 -0
- package/api/node_modules/@smithy/url-parser/LICENSE +201 -0
- package/api/node_modules/@smithy/url-parser/README.md +17 -0
- package/api/node_modules/@smithy/url-parser/dist-cjs/index.js +23 -0
- package/api/node_modules/@smithy/url-parser/dist-es/index.js +18 -0
- package/api/node_modules/@smithy/url-parser/dist-types/index.d.ts +5 -0
- package/api/node_modules/@smithy/url-parser/package.json +61 -0
- package/api/node_modules/@smithy/util-base64/LICENSE +201 -0
- package/api/node_modules/@smithy/util-base64/README.md +4 -0
- package/api/node_modules/@smithy/util-base64/dist-cjs/constants.browser.js +12 -0
- package/api/node_modules/@smithy/util-base64/dist-cjs/fromBase64.browser.js +40 -0
- package/api/node_modules/@smithy/util-base64/dist-cjs/fromBase64.js +16 -0
- package/api/node_modules/@smithy/util-base64/dist-cjs/index.js +27 -0
- package/api/node_modules/@smithy/util-base64/dist-cjs/toBase64.browser.js +38 -0
- package/api/node_modules/@smithy/util-base64/dist-cjs/toBase64.js +19 -0
- package/api/node_modules/@smithy/util-base64/dist-es/constants.browser.js +9 -0
- package/api/node_modules/@smithy/util-base64/dist-es/fromBase64.browser.js +36 -0
- package/api/node_modules/@smithy/util-base64/dist-es/fromBase64.js +12 -0
- package/api/node_modules/@smithy/util-base64/dist-es/index.js +2 -0
- package/api/node_modules/@smithy/util-base64/dist-es/toBase64.browser.js +35 -0
- package/api/node_modules/@smithy/util-base64/dist-es/toBase64.js +15 -0
- package/api/node_modules/@smithy/util-base64/dist-types/constants.browser.d.ts +5 -0
- package/api/node_modules/@smithy/util-base64/dist-types/fromBase64.browser.d.ts +8 -0
- package/api/node_modules/@smithy/util-base64/dist-types/fromBase64.d.ts +7 -0
- package/api/node_modules/@smithy/util-base64/dist-types/index.d.ts +2 -0
- package/api/node_modules/@smithy/util-base64/dist-types/toBase64.browser.d.ts +9 -0
- package/api/node_modules/@smithy/util-base64/dist-types/toBase64.d.ts +8 -0
- package/api/node_modules/@smithy/util-base64/dist-types/ts3.4/constants.browser.d.ts +5 -0
- package/api/node_modules/@smithy/util-base64/dist-types/ts3.4/fromBase64.browser.d.ts +8 -0
- package/api/node_modules/@smithy/util-base64/dist-types/ts3.4/fromBase64.d.ts +7 -0
- package/api/node_modules/@smithy/util-base64/dist-types/ts3.4/index.d.ts +2 -0
- package/api/node_modules/@smithy/util-base64/dist-types/ts3.4/toBase64.browser.d.ts +9 -0
- package/api/node_modules/@smithy/util-base64/dist-types/ts3.4/toBase64.d.ts +8 -0
- package/api/node_modules/@smithy/util-base64/package.json +74 -0
- package/api/node_modules/@smithy/util-body-length-browser/LICENSE +201 -0
- package/api/node_modules/@smithy/util-body-length-browser/README.md +12 -0
- package/api/node_modules/@smithy/util-body-length-browser/dist-cjs/index.js +30 -0
- package/api/node_modules/@smithy/util-body-length-browser/dist-es/calculateBodyLength.js +26 -0
- package/api/node_modules/@smithy/util-body-length-browser/dist-es/index.js +1 -0
- package/api/node_modules/@smithy/util-body-length-browser/dist-types/calculateBodyLength.d.ts +4 -0
- package/api/node_modules/@smithy/util-body-length-browser/dist-types/index.d.ts +4 -0
- package/api/node_modules/@smithy/util-body-length-browser/dist-types/ts3.4/calculateBodyLength.d.ts +4 -0
- package/api/node_modules/@smithy/util-body-length-browser/dist-types/ts3.4/index.d.ts +4 -0
- package/api/node_modules/@smithy/util-body-length-browser/package.json +61 -0
- package/api/node_modules/@smithy/util-body-length-node/LICENSE +201 -0
- package/api/node_modules/@smithy/util-body-length-node/README.md +12 -0
- package/api/node_modules/@smithy/util-body-length-node/dist-cjs/index.js +32 -0
- package/api/node_modules/@smithy/util-body-length-node/dist-es/calculateBodyLength.js +27 -0
- package/api/node_modules/@smithy/util-body-length-node/dist-es/index.js +1 -0
- package/api/node_modules/@smithy/util-body-length-node/dist-types/calculateBodyLength.d.ts +4 -0
- package/api/node_modules/@smithy/util-body-length-node/dist-types/index.d.ts +4 -0
- package/api/node_modules/@smithy/util-body-length-node/dist-types/ts3.4/calculateBodyLength.d.ts +4 -0
- package/api/node_modules/@smithy/util-body-length-node/dist-types/ts3.4/index.d.ts +4 -0
- package/api/node_modules/@smithy/util-body-length-node/package.json +62 -0
- package/api/node_modules/@smithy/util-buffer-from/LICENSE +201 -0
- package/api/node_modules/@smithy/util-buffer-from/README.md +10 -0
- package/api/node_modules/@smithy/util-buffer-from/dist-cjs/index.js +20 -0
- package/api/node_modules/@smithy/util-buffer-from/dist-es/index.js +14 -0
- package/api/node_modules/@smithy/util-buffer-from/dist-types/index.d.ts +13 -0
- package/api/node_modules/@smithy/util-buffer-from/dist-types/ts3.4/index.d.ts +13 -0
- package/api/node_modules/@smithy/util-buffer-from/package.json +62 -0
- package/api/node_modules/@smithy/util-config-provider/LICENSE +201 -0
- package/api/node_modules/@smithy/util-config-provider/README.md +4 -0
- package/api/node_modules/@smithy/util-config-provider/dist-cjs/index.js +30 -0
- package/api/node_modules/@smithy/util-config-provider/dist-es/booleanSelector.js +9 -0
- package/api/node_modules/@smithy/util-config-provider/dist-es/index.js +3 -0
- package/api/node_modules/@smithy/util-config-provider/dist-es/numberSelector.js +9 -0
- package/api/node_modules/@smithy/util-config-provider/dist-es/types.js +5 -0
- package/api/node_modules/@smithy/util-config-provider/dist-types/booleanSelector.d.ts +10 -0
- package/api/node_modules/@smithy/util-config-provider/dist-types/index.d.ts +3 -0
- package/api/node_modules/@smithy/util-config-provider/dist-types/numberSelector.d.ts +9 -0
- package/api/node_modules/@smithy/util-config-provider/dist-types/ts3.4/booleanSelector.d.ts +10 -0
- package/api/node_modules/@smithy/util-config-provider/dist-types/ts3.4/index.d.ts +3 -0
- package/api/node_modules/@smithy/util-config-provider/dist-types/ts3.4/numberSelector.d.ts +9 -0
- package/api/node_modules/@smithy/util-config-provider/dist-types/ts3.4/types.d.ts +4 -0
- package/api/node_modules/@smithy/util-config-provider/dist-types/types.d.ts +4 -0
- package/api/node_modules/@smithy/util-config-provider/package.json +63 -0
- package/api/node_modules/@smithy/util-defaults-mode-browser/LICENSE +201 -0
- package/api/node_modules/@smithy/util-defaults-mode-browser/README.md +17 -0
- package/api/node_modules/@smithy/util-defaults-mode-browser/dist-cjs/constants.js +4 -0
- package/api/node_modules/@smithy/util-defaults-mode-browser/dist-cjs/index.js +16 -0
- package/api/node_modules/@smithy/util-defaults-mode-browser/dist-cjs/resolveDefaultsModeConfig.js +34 -0
- package/api/node_modules/@smithy/util-defaults-mode-browser/dist-cjs/resolveDefaultsModeConfig.native.js +23 -0
- package/api/node_modules/@smithy/util-defaults-mode-browser/dist-es/constants.js +1 -0
- package/api/node_modules/@smithy/util-defaults-mode-browser/dist-es/index.js +1 -0
- package/api/node_modules/@smithy/util-defaults-mode-browser/dist-es/resolveDefaultsModeConfig.js +30 -0
- package/api/node_modules/@smithy/util-defaults-mode-browser/dist-es/resolveDefaultsModeConfig.native.js +19 -0
- package/api/node_modules/@smithy/util-defaults-mode-browser/dist-types/constants.d.ts +12 -0
- package/api/node_modules/@smithy/util-defaults-mode-browser/dist-types/index.d.ts +4 -0
- package/api/node_modules/@smithy/util-defaults-mode-browser/dist-types/resolveDefaultsModeConfig.d.ts +17 -0
- package/api/node_modules/@smithy/util-defaults-mode-browser/dist-types/resolveDefaultsModeConfig.native.d.ts +16 -0
- package/api/node_modules/@smithy/util-defaults-mode-browser/package.json +65 -0
- package/api/node_modules/@smithy/util-defaults-mode-node/LICENSE +201 -0
- package/api/node_modules/@smithy/util-defaults-mode-node/README.md +17 -0
- package/api/node_modules/@smithy/util-defaults-mode-node/dist-cjs/index.js +74 -0
- package/api/node_modules/@smithy/util-defaults-mode-node/dist-es/constants.js +6 -0
- package/api/node_modules/@smithy/util-defaults-mode-node/dist-es/defaultsModeConfig.js +11 -0
- package/api/node_modules/@smithy/util-defaults-mode-node/dist-es/index.js +1 -0
- package/api/node_modules/@smithy/util-defaults-mode-node/dist-es/resolveDefaultsModeConfig.js +52 -0
- package/api/node_modules/@smithy/util-defaults-mode-node/dist-types/constants.d.ts +24 -0
- package/api/node_modules/@smithy/util-defaults-mode-node/dist-types/defaultsModeConfig.d.ts +6 -0
- package/api/node_modules/@smithy/util-defaults-mode-node/dist-types/index.d.ts +4 -0
- package/api/node_modules/@smithy/util-defaults-mode-node/dist-types/resolveDefaultsModeConfig.d.ts +17 -0
- package/api/node_modules/@smithy/util-defaults-mode-node/package.json +66 -0
- package/api/node_modules/@smithy/util-endpoints/LICENSE +201 -0
- package/api/node_modules/@smithy/util-endpoints/README.md +17 -0
- package/api/node_modules/@smithy/util-endpoints/dist-cjs/index.js +472 -0
- package/api/node_modules/@smithy/util-endpoints/dist-es/cache/EndpointCache.js +50 -0
- package/api/node_modules/@smithy/util-endpoints/dist-es/debug/debugId.js +1 -0
- package/api/node_modules/@smithy/util-endpoints/dist-es/debug/index.js +2 -0
- package/api/node_modules/@smithy/util-endpoints/dist-es/debug/toDebugString.js +12 -0
- package/api/node_modules/@smithy/util-endpoints/dist-es/getEndpointUrlConfig.js +21 -0
- package/api/node_modules/@smithy/util-endpoints/dist-es/index.js +6 -0
- package/api/node_modules/@smithy/util-endpoints/dist-es/lib/booleanEquals.js +1 -0
- package/api/node_modules/@smithy/util-endpoints/dist-es/lib/getAttr.js +11 -0
- package/api/node_modules/@smithy/util-endpoints/dist-es/lib/getAttrPathList.js +25 -0
- package/api/node_modules/@smithy/util-endpoints/dist-es/lib/index.js +9 -0
- package/api/node_modules/@smithy/util-endpoints/dist-es/lib/isIpAddress.js +2 -0
- package/api/node_modules/@smithy/util-endpoints/dist-es/lib/isSet.js +1 -0
- package/api/node_modules/@smithy/util-endpoints/dist-es/lib/isValidHostLabel.js +13 -0
- package/api/node_modules/@smithy/util-endpoints/dist-es/lib/not.js +1 -0
- package/api/node_modules/@smithy/util-endpoints/dist-es/lib/parseURL.js +51 -0
- package/api/node_modules/@smithy/util-endpoints/dist-es/lib/stringEquals.js +1 -0
- package/api/node_modules/@smithy/util-endpoints/dist-es/lib/substring.js +9 -0
- package/api/node_modules/@smithy/util-endpoints/dist-es/lib/uriEncode.js +1 -0
- package/api/node_modules/@smithy/util-endpoints/dist-es/resolveEndpoint.js +27 -0
- package/api/node_modules/@smithy/util-endpoints/dist-es/types/EndpointError.js +6 -0
- package/api/node_modules/@smithy/util-endpoints/dist-es/types/EndpointFunctions.js +1 -0
- package/api/node_modules/@smithy/util-endpoints/dist-es/types/EndpointRuleObject.js +1 -0
- package/api/node_modules/@smithy/util-endpoints/dist-es/types/ErrorRuleObject.js +1 -0
- package/api/node_modules/@smithy/util-endpoints/dist-es/types/RuleSetObject.js +1 -0
- package/api/node_modules/@smithy/util-endpoints/dist-es/types/TreeRuleObject.js +1 -0
- package/api/node_modules/@smithy/util-endpoints/dist-es/types/index.js +7 -0
- package/api/node_modules/@smithy/util-endpoints/dist-es/types/shared.js +1 -0
- package/api/node_modules/@smithy/util-endpoints/dist-es/utils/callFunction.js +1 -0
- package/api/node_modules/@smithy/util-endpoints/dist-es/utils/customEndpointFunctions.js +1 -0
- package/api/node_modules/@smithy/util-endpoints/dist-es/utils/endpointFunctions.js +12 -0
- package/api/node_modules/@smithy/util-endpoints/dist-es/utils/evaluateCondition.js +14 -0
- package/api/node_modules/@smithy/util-endpoints/dist-es/utils/evaluateConditions.js +22 -0
- package/api/node_modules/@smithy/util-endpoints/dist-es/utils/evaluateEndpointRule.js +27 -0
- package/api/node_modules/@smithy/util-endpoints/dist-es/utils/evaluateErrorRule.js +14 -0
- package/api/node_modules/@smithy/util-endpoints/dist-es/utils/evaluateExpression.js +29 -0
- package/api/node_modules/@smithy/util-endpoints/dist-es/utils/evaluateRules.js +42 -0
- package/api/node_modules/@smithy/util-endpoints/dist-es/utils/evaluateTemplate.js +36 -0
- package/api/node_modules/@smithy/util-endpoints/dist-es/utils/evaluateTreeRule.js +1 -0
- package/api/node_modules/@smithy/util-endpoints/dist-es/utils/getEndpointHeaders.js +12 -0
- package/api/node_modules/@smithy/util-endpoints/dist-es/utils/getEndpointProperties.js +28 -0
- package/api/node_modules/@smithy/util-endpoints/dist-es/utils/getEndpointProperty.js +1 -0
- package/api/node_modules/@smithy/util-endpoints/dist-es/utils/getEndpointUrl.js +15 -0
- package/api/node_modules/@smithy/util-endpoints/dist-es/utils/getReferenceValue.js +7 -0
- package/api/node_modules/@smithy/util-endpoints/dist-es/utils/index.js +2 -0
- package/api/node_modules/@smithy/util-endpoints/dist-types/cache/EndpointCache.d.ts +34 -0
- package/api/node_modules/@smithy/util-endpoints/dist-types/debug/debugId.d.ts +1 -0
- package/api/node_modules/@smithy/util-endpoints/dist-types/debug/index.d.ts +2 -0
- package/api/node_modules/@smithy/util-endpoints/dist-types/debug/toDebugString.d.ts +9 -0
- package/api/node_modules/@smithy/util-endpoints/dist-types/getEndpointUrlConfig.d.ts +2 -0
- package/api/node_modules/@smithy/util-endpoints/dist-types/index.d.ts +6 -0
- package/api/node_modules/@smithy/util-endpoints/dist-types/lib/booleanEquals.d.ts +5 -0
- package/api/node_modules/@smithy/util-endpoints/dist-types/lib/getAttr.d.ts +7 -0
- package/api/node_modules/@smithy/util-endpoints/dist-types/lib/getAttrPathList.d.ts +4 -0
- package/api/node_modules/@smithy/util-endpoints/dist-types/lib/index.d.ts +9 -0
- package/api/node_modules/@smithy/util-endpoints/dist-types/lib/isIpAddress.d.ts +4 -0
- package/api/node_modules/@smithy/util-endpoints/dist-types/lib/isSet.d.ts +5 -0
- package/api/node_modules/@smithy/util-endpoints/dist-types/lib/isValidHostLabel.d.ts +7 -0
- package/api/node_modules/@smithy/util-endpoints/dist-types/lib/not.d.ts +5 -0
- package/api/node_modules/@smithy/util-endpoints/dist-types/lib/parseURL.d.ts +5 -0
- package/api/node_modules/@smithy/util-endpoints/dist-types/lib/stringEquals.d.ts +5 -0
- package/api/node_modules/@smithy/util-endpoints/dist-types/lib/substring.d.ts +7 -0
- package/api/node_modules/@smithy/util-endpoints/dist-types/lib/uriEncode.d.ts +4 -0
- package/api/node_modules/@smithy/util-endpoints/dist-types/resolveEndpoint.d.ts +6 -0
- package/api/node_modules/@smithy/util-endpoints/dist-types/types/EndpointError.d.ts +3 -0
- package/api/node_modules/@smithy/util-endpoints/dist-types/types/EndpointFunctions.d.ts +2 -0
- package/api/node_modules/@smithy/util-endpoints/dist-types/types/EndpointRuleObject.d.ts +5 -0
- package/api/node_modules/@smithy/util-endpoints/dist-types/types/ErrorRuleObject.d.ts +2 -0
- package/api/node_modules/@smithy/util-endpoints/dist-types/types/RuleSetObject.d.ts +4 -0
- package/api/node_modules/@smithy/util-endpoints/dist-types/types/TreeRuleObject.d.ts +3 -0
- package/api/node_modules/@smithy/util-endpoints/dist-types/types/index.d.ts +7 -0
- package/api/node_modules/@smithy/util-endpoints/dist-types/types/shared.d.ts +25 -0
- package/api/node_modules/@smithy/util-endpoints/dist-types/utils/callFunction.d.ts +1 -0
- package/api/node_modules/@smithy/util-endpoints/dist-types/utils/customEndpointFunctions.d.ts +4 -0
- package/api/node_modules/@smithy/util-endpoints/dist-types/utils/endpointFunctions.d.ts +11 -0
- package/api/node_modules/@smithy/util-endpoints/dist-types/utils/evaluateCondition.d.ts +8 -0
- package/api/node_modules/@smithy/util-endpoints/dist-types/utils/evaluateConditions.d.ts +8 -0
- package/api/node_modules/@smithy/util-endpoints/dist-types/utils/evaluateEndpointRule.d.ts +3 -0
- package/api/node_modules/@smithy/util-endpoints/dist-types/utils/evaluateErrorRule.d.ts +2 -0
- package/api/node_modules/@smithy/util-endpoints/dist-types/utils/evaluateExpression.d.ts +7 -0
- package/api/node_modules/@smithy/util-endpoints/dist-types/utils/evaluateRules.d.ts +8 -0
- package/api/node_modules/@smithy/util-endpoints/dist-types/utils/evaluateTemplate.d.ts +2 -0
- package/api/node_modules/@smithy/util-endpoints/dist-types/utils/evaluateTreeRule.d.ts +1 -0
- package/api/node_modules/@smithy/util-endpoints/dist-types/utils/getEndpointHeaders.d.ts +2 -0
- package/api/node_modules/@smithy/util-endpoints/dist-types/utils/getEndpointProperties.d.ts +8 -0
- package/api/node_modules/@smithy/util-endpoints/dist-types/utils/getEndpointProperty.d.ts +1 -0
- package/api/node_modules/@smithy/util-endpoints/dist-types/utils/getEndpointUrl.d.ts +2 -0
- package/api/node_modules/@smithy/util-endpoints/dist-types/utils/getReferenceValue.d.ts +2 -0
- package/api/node_modules/@smithy/util-endpoints/dist-types/utils/index.d.ts +2 -0
- package/api/node_modules/@smithy/util-endpoints/package.json +68 -0
- package/api/node_modules/@smithy/util-hex-encoding/LICENSE +201 -0
- package/api/node_modules/@smithy/util-hex-encoding/README.md +4 -0
- package/api/node_modules/@smithy/util-hex-encoding/dist-cjs/index.js +38 -0
- package/api/node_modules/@smithy/util-hex-encoding/dist-es/index.js +33 -0
- package/api/node_modules/@smithy/util-hex-encoding/dist-types/index.d.ts +12 -0
- package/api/node_modules/@smithy/util-hex-encoding/dist-types/ts3.4/index.d.ts +12 -0
- package/api/node_modules/@smithy/util-hex-encoding/package.json +61 -0
- package/api/node_modules/@smithy/util-middleware/LICENSE +201 -0
- package/api/node_modules/@smithy/util-middleware/README.md +17 -0
- package/api/node_modules/@smithy/util-middleware/dist-cjs/index.js +15 -0
- package/api/node_modules/@smithy/util-middleware/dist-es/getSmithyContext.js +2 -0
- package/api/node_modules/@smithy/util-middleware/dist-es/index.js +2 -0
- package/api/node_modules/@smithy/util-middleware/dist-es/normalizeProvider.js +6 -0
- package/api/node_modules/@smithy/util-middleware/dist-types/getSmithyContext.d.ts +5 -0
- package/api/node_modules/@smithy/util-middleware/dist-types/index.d.ts +8 -0
- package/api/node_modules/@smithy/util-middleware/dist-types/normalizeProvider.d.ts +7 -0
- package/api/node_modules/@smithy/util-middleware/package.json +66 -0
- package/api/node_modules/@smithy/util-retry/LICENSE +201 -0
- package/api/node_modules/@smithy/util-retry/README.md +78 -0
- package/api/node_modules/@smithy/util-retry/dist-cjs/index.js +327 -0
- package/api/node_modules/@smithy/util-retry/dist-es/AdaptiveRetryStrategy.js +30 -0
- package/api/node_modules/@smithy/util-retry/dist-es/ConfiguredRetryStrategy.js +19 -0
- package/api/node_modules/@smithy/util-retry/dist-es/DefaultRateLimiter.js +110 -0
- package/api/node_modules/@smithy/util-retry/dist-es/DefaultRetryBackoffStrategy.js +14 -0
- package/api/node_modules/@smithy/util-retry/dist-es/DefaultRetryToken.js +25 -0
- package/api/node_modules/@smithy/util-retry/dist-es/StandardRetryStrategy.js +80 -0
- package/api/node_modules/@smithy/util-retry/dist-es/config.js +7 -0
- package/api/node_modules/@smithy/util-retry/dist-es/constants.js +9 -0
- package/api/node_modules/@smithy/util-retry/dist-es/index.js +8 -0
- package/api/node_modules/@smithy/util-retry/dist-es/retries-2026-config.js +18 -0
- package/api/node_modules/@smithy/util-retry/dist-es/types.js +1 -0
- package/api/node_modules/@smithy/util-retry/dist-types/AdaptiveRetryStrategy.d.ts +33 -0
- package/api/node_modules/@smithy/util-retry/dist-types/ConfiguredRetryStrategy.d.ts +32 -0
- package/api/node_modules/@smithy/util-retry/dist-types/DefaultRateLimiter.d.ts +119 -0
- package/api/node_modules/@smithy/util-retry/dist-types/DefaultRetryBackoffStrategy.d.ts +12 -0
- package/api/node_modules/@smithy/util-retry/dist-types/DefaultRetryToken.d.ts +15 -0
- package/api/node_modules/@smithy/util-retry/dist-types/StandardRetryStrategy.d.ts +43 -0
- package/api/node_modules/@smithy/util-retry/dist-types/config.d.ts +20 -0
- package/api/node_modules/@smithy/util-retry/dist-types/constants.d.ts +60 -0
- package/api/node_modules/@smithy/util-retry/dist-types/index.d.ts +8 -0
- package/api/node_modules/@smithy/util-retry/dist-types/retries-2026-config.d.ts +11 -0
- package/api/node_modules/@smithy/util-retry/dist-types/types.d.ts +19 -0
- package/api/node_modules/@smithy/util-retry/package.json +70 -0
- package/api/node_modules/@smithy/util-stream/LICENSE +201 -0
- package/api/node_modules/@smithy/util-stream/README.md +6 -0
- package/api/node_modules/@smithy/util-stream/dist-cjs/ByteArrayCollector.js +36 -0
- package/api/node_modules/@smithy/util-stream/dist-cjs/checksum/ChecksumStream.browser.js +7 -0
- package/api/node_modules/@smithy/util-stream/dist-cjs/checksum/ChecksumStream.js +64 -0
- package/api/node_modules/@smithy/util-stream/dist-cjs/checksum/createChecksumStream.browser.js +39 -0
- package/api/node_modules/@smithy/util-stream/dist-cjs/checksum/createChecksumStream.js +12 -0
- package/api/node_modules/@smithy/util-stream/dist-cjs/createBufferedReadable.js +60 -0
- package/api/node_modules/@smithy/util-stream/dist-cjs/createBufferedReadableStream.js +103 -0
- package/api/node_modules/@smithy/util-stream/dist-cjs/getAwsChunkedEncodingStream.browser.js +31 -0
- package/api/node_modules/@smithy/util-stream/dist-cjs/getAwsChunkedEncodingStream.js +41 -0
- package/api/node_modules/@smithy/util-stream/dist-cjs/headStream.browser.js +34 -0
- package/api/node_modules/@smithy/util-stream/dist-cjs/headStream.js +42 -0
- package/api/node_modules/@smithy/util-stream/dist-cjs/index.js +108 -0
- package/api/node_modules/@smithy/util-stream/dist-cjs/sdk-stream-mixin.browser.js +68 -0
- package/api/node_modules/@smithy/util-stream/dist-cjs/sdk-stream-mixin.js +54 -0
- package/api/node_modules/@smithy/util-stream/dist-cjs/splitStream.browser.js +10 -0
- package/api/node_modules/@smithy/util-stream/dist-cjs/splitStream.js +16 -0
- package/api/node_modules/@smithy/util-stream/dist-cjs/stream-type-check.js +10 -0
- package/api/node_modules/@smithy/util-stream/dist-es/ByteArrayCollector.js +32 -0
- package/api/node_modules/@smithy/util-stream/dist-es/blob/Uint8ArrayBlobAdapter.js +23 -0
- package/api/node_modules/@smithy/util-stream/dist-es/checksum/ChecksumStream.browser.js +3 -0
- package/api/node_modules/@smithy/util-stream/dist-es/checksum/ChecksumStream.js +60 -0
- package/api/node_modules/@smithy/util-stream/dist-es/checksum/createChecksumStream.browser.js +35 -0
- package/api/node_modules/@smithy/util-stream/dist-es/checksum/createChecksumStream.js +9 -0
- package/api/node_modules/@smithy/util-stream/dist-es/createBufferedReadable.js +57 -0
- package/api/node_modules/@smithy/util-stream/dist-es/createBufferedReadableStream.js +95 -0
- package/api/node_modules/@smithy/util-stream/dist-es/getAwsChunkedEncodingStream.browser.js +27 -0
- package/api/node_modules/@smithy/util-stream/dist-es/getAwsChunkedEncodingStream.js +38 -0
- package/api/node_modules/@smithy/util-stream/dist-es/headStream.browser.js +31 -0
- package/api/node_modules/@smithy/util-stream/dist-es/headStream.js +38 -0
- package/api/node_modules/@smithy/util-stream/dist-es/index.js +9 -0
- package/api/node_modules/@smithy/util-stream/dist-es/sdk-stream-mixin.browser.js +64 -0
- package/api/node_modules/@smithy/util-stream/dist-es/sdk-stream-mixin.js +50 -0
- package/api/node_modules/@smithy/util-stream/dist-es/splitStream.browser.js +7 -0
- package/api/node_modules/@smithy/util-stream/dist-es/splitStream.js +13 -0
- package/api/node_modules/@smithy/util-stream/dist-es/stream-type-check.js +5 -0
- package/api/node_modules/@smithy/util-stream/dist-types/ByteArrayCollector.d.ts +13 -0
- package/api/node_modules/@smithy/util-stream/dist-types/blob/Uint8ArrayBlobAdapter.d.ts +22 -0
- package/api/node_modules/@smithy/util-stream/dist-types/checksum/ChecksumStream.browser.d.ts +37 -0
- package/api/node_modules/@smithy/util-stream/dist-types/checksum/ChecksumStream.d.ts +61 -0
- package/api/node_modules/@smithy/util-stream/dist-types/checksum/createChecksumStream.browser.d.ts +14 -0
- package/api/node_modules/@smithy/util-stream/dist-types/checksum/createChecksumStream.d.ts +13 -0
- package/api/node_modules/@smithy/util-stream/dist-types/createBufferedReadable.d.ts +15 -0
- package/api/node_modules/@smithy/util-stream/dist-types/createBufferedReadableStream.d.ts +50 -0
- package/api/node_modules/@smithy/util-stream/dist-types/getAwsChunkedEncodingStream.browser.d.ts +5 -0
- package/api/node_modules/@smithy/util-stream/dist-types/getAwsChunkedEncodingStream.d.ts +10 -0
- package/api/node_modules/@smithy/util-stream/dist-types/headStream.browser.d.ts +7 -0
- package/api/node_modules/@smithy/util-stream/dist-types/headStream.d.ts +9 -0
- package/api/node_modules/@smithy/util-stream/dist-types/index.d.ts +12 -0
- package/api/node_modules/@smithy/util-stream/dist-types/sdk-stream-mixin.browser.d.ts +7 -0
- package/api/node_modules/@smithy/util-stream/dist-types/sdk-stream-mixin.d.ts +8 -0
- package/api/node_modules/@smithy/util-stream/dist-types/splitStream.browser.d.ts +5 -0
- package/api/node_modules/@smithy/util-stream/dist-types/splitStream.d.ts +11 -0
- package/api/node_modules/@smithy/util-stream/dist-types/stream-type-check.d.ts +17 -0
- package/api/node_modules/@smithy/util-stream/package.json +98 -0
- package/api/node_modules/@smithy/util-uri-escape/LICENSE +201 -0
- package/api/node_modules/@smithy/util-uri-escape/README.md +10 -0
- package/api/node_modules/@smithy/util-uri-escape/dist-cjs/index.js +9 -0
- package/api/node_modules/@smithy/util-uri-escape/dist-es/escape-uri-path.js +2 -0
- package/api/node_modules/@smithy/util-uri-escape/dist-es/escape-uri.js +2 -0
- package/api/node_modules/@smithy/util-uri-escape/dist-es/index.js +2 -0
- package/api/node_modules/@smithy/util-uri-escape/dist-types/escape-uri-path.d.ts +4 -0
- package/api/node_modules/@smithy/util-uri-escape/dist-types/escape-uri.d.ts +4 -0
- package/api/node_modules/@smithy/util-uri-escape/dist-types/index.d.ts +8 -0
- package/api/node_modules/@smithy/util-uri-escape/dist-types/ts3.4/escape-uri-path.d.ts +4 -0
- package/api/node_modules/@smithy/util-uri-escape/dist-types/ts3.4/escape-uri.d.ts +4 -0
- package/api/node_modules/@smithy/util-uri-escape/dist-types/ts3.4/index.d.ts +8 -0
- package/api/node_modules/@smithy/util-uri-escape/package.json +60 -0
- package/api/node_modules/@smithy/util-utf8/LICENSE +201 -0
- package/api/node_modules/@smithy/util-utf8/README.md +4 -0
- package/api/node_modules/@smithy/util-utf8/dist-cjs/index.js +32 -0
- package/api/node_modules/@smithy/util-utf8/dist-es/fromUtf8.browser.js +1 -0
- package/api/node_modules/@smithy/util-utf8/dist-es/fromUtf8.js +5 -0
- package/api/node_modules/@smithy/util-utf8/dist-es/index.js +3 -0
- package/api/node_modules/@smithy/util-utf8/dist-es/toUint8Array.js +10 -0
- package/api/node_modules/@smithy/util-utf8/dist-es/toUtf8.browser.js +9 -0
- package/api/node_modules/@smithy/util-utf8/dist-es/toUtf8.js +10 -0
- package/api/node_modules/@smithy/util-utf8/dist-types/fromUtf8.browser.d.ts +1 -0
- package/api/node_modules/@smithy/util-utf8/dist-types/fromUtf8.d.ts +1 -0
- package/api/node_modules/@smithy/util-utf8/dist-types/index.d.ts +3 -0
- package/api/node_modules/@smithy/util-utf8/dist-types/toUint8Array.d.ts +1 -0
- package/api/node_modules/@smithy/util-utf8/dist-types/toUtf8.browser.d.ts +7 -0
- package/api/node_modules/@smithy/util-utf8/dist-types/toUtf8.d.ts +7 -0
- package/api/node_modules/@smithy/util-utf8/dist-types/ts3.4/fromUtf8.browser.d.ts +1 -0
- package/api/node_modules/@smithy/util-utf8/dist-types/ts3.4/fromUtf8.d.ts +1 -0
- package/api/node_modules/@smithy/util-utf8/dist-types/ts3.4/index.d.ts +3 -0
- package/api/node_modules/@smithy/util-utf8/dist-types/ts3.4/toUint8Array.d.ts +1 -0
- package/api/node_modules/@smithy/util-utf8/dist-types/ts3.4/toUtf8.browser.d.ts +7 -0
- package/api/node_modules/@smithy/util-utf8/dist-types/ts3.4/toUtf8.d.ts +7 -0
- package/api/node_modules/@smithy/util-utf8/package.json +67 -0
- package/api/node_modules/@smithy/util-waiter/LICENSE +201 -0
- package/api/node_modules/@smithy/util-waiter/README.md +17 -0
- package/api/node_modules/@smithy/util-waiter/dist-cjs/index.js +179 -0
- package/api/node_modules/@smithy/util-waiter/dist-es/circularReplacer.js +12 -0
- package/api/node_modules/@smithy/util-waiter/dist-es/createWaiter.js +48 -0
- package/api/node_modules/@smithy/util-waiter/dist-es/index.js +2 -0
- package/api/node_modules/@smithy/util-waiter/dist-es/poller.js +60 -0
- package/api/node_modules/@smithy/util-waiter/dist-es/utils/index.js +2 -0
- package/api/node_modules/@smithy/util-waiter/dist-es/utils/sleep.js +3 -0
- package/api/node_modules/@smithy/util-waiter/dist-es/utils/validate.js +17 -0
- package/api/node_modules/@smithy/util-waiter/dist-es/waiter.js +35 -0
- package/api/node_modules/@smithy/util-waiter/dist-types/circularReplacer.d.ts +6 -0
- package/api/node_modules/@smithy/util-waiter/dist-types/createWaiter.d.ts +11 -0
- package/api/node_modules/@smithy/util-waiter/dist-types/index.d.ts +2 -0
- package/api/node_modules/@smithy/util-waiter/dist-types/poller.d.ts +10 -0
- package/api/node_modules/@smithy/util-waiter/dist-types/utils/index.d.ts +8 -0
- package/api/node_modules/@smithy/util-waiter/dist-types/utils/sleep.d.ts +4 -0
- package/api/node_modules/@smithy/util-waiter/dist-types/utils/validate.d.ts +8 -0
- package/api/node_modules/@smithy/util-waiter/dist-types/waiter.d.ts +49 -0
- package/api/node_modules/@smithy/util-waiter/package.json +62 -0
- package/api/node_modules/@smithy/uuid/LICENSE +201 -0
- package/api/node_modules/@smithy/uuid/README.md +10 -0
- package/api/node_modules/@smithy/uuid/dist-cjs/index.js +36 -0
- package/api/node_modules/@smithy/uuid/dist-cjs/randomUUID.js +6 -0
- package/api/node_modules/@smithy/uuid/dist-cjs/randomUUID.native.js +4 -0
- package/api/node_modules/@smithy/uuid/dist-es/index.js +1 -0
- package/api/node_modules/@smithy/uuid/dist-es/randomUUID.browser.js +1 -0
- package/api/node_modules/@smithy/uuid/dist-es/randomUUID.js +2 -0
- package/api/node_modules/@smithy/uuid/dist-es/randomUUID.native.js +1 -0
- package/api/node_modules/@smithy/uuid/dist-es/v4.js +31 -0
- package/api/node_modules/@smithy/uuid/dist-types/index.d.ts +1 -0
- package/api/node_modules/@smithy/uuid/dist-types/randomUUID.browser.d.ts +1 -0
- package/api/node_modules/@smithy/uuid/dist-types/randomUUID.d.ts +2 -0
- package/api/node_modules/@smithy/uuid/dist-types/randomUUID.native.d.ts +1 -0
- package/api/node_modules/@smithy/uuid/dist-types/ts3.4/index.d.ts +1 -0
- package/api/node_modules/@smithy/uuid/dist-types/ts3.4/randomUUID.browser.d.ts +1 -0
- package/api/node_modules/@smithy/uuid/dist-types/ts3.4/randomUUID.d.ts +2 -0
- package/api/node_modules/@smithy/uuid/dist-types/ts3.4/randomUUID.native.d.ts +1 -0
- package/api/node_modules/@smithy/uuid/dist-types/ts3.4/v4.d.ts +19 -0
- package/api/node_modules/@smithy/uuid/dist-types/v4.d.ts +19 -0
- package/api/node_modules/@smithy/uuid/package.json +66 -0
- package/api/node_modules/@types/node/LICENSE +21 -0
- package/api/node_modules/@types/node/README.md +15 -0
- package/api/node_modules/@types/node/assert/strict.d.ts +105 -0
- package/api/node_modules/@types/node/assert.d.ts +955 -0
- package/api/node_modules/@types/node/async_hooks.d.ts +623 -0
- package/api/node_modules/@types/node/buffer.buffer.d.ts +466 -0
- package/api/node_modules/@types/node/buffer.d.ts +1810 -0
- package/api/node_modules/@types/node/child_process.d.ts +1433 -0
- package/api/node_modules/@types/node/cluster.d.ts +486 -0
- package/api/node_modules/@types/node/compatibility/iterators.d.ts +21 -0
- package/api/node_modules/@types/node/console.d.ts +151 -0
- package/api/node_modules/@types/node/constants.d.ts +20 -0
- package/api/node_modules/@types/node/crypto.d.ts +4065 -0
- package/api/node_modules/@types/node/dgram.d.ts +564 -0
- package/api/node_modules/@types/node/diagnostics_channel.d.ts +576 -0
- package/api/node_modules/@types/node/dns/promises.d.ts +503 -0
- package/api/node_modules/@types/node/dns.d.ts +922 -0
- package/api/node_modules/@types/node/domain.d.ts +166 -0
- package/api/node_modules/@types/node/events.d.ts +1047 -0
- package/api/node_modules/@types/node/fs/promises.d.ts +1329 -0
- package/api/node_modules/@types/node/fs.d.ts +4678 -0
- package/api/node_modules/@types/node/globals.d.ts +150 -0
- package/api/node_modules/@types/node/globals.typedarray.d.ts +101 -0
- package/api/node_modules/@types/node/http.d.ts +2188 -0
- package/api/node_modules/@types/node/http2.d.ts +2480 -0
- package/api/node_modules/@types/node/https.d.ts +405 -0
- package/api/node_modules/@types/node/index.d.ts +115 -0
- package/api/node_modules/@types/node/inspector/promises.d.ts +41 -0
- package/api/node_modules/@types/node/inspector.d.ts +269 -0
- package/api/node_modules/@types/node/inspector.generated.d.ts +4401 -0
- package/api/node_modules/@types/node/module.d.ts +757 -0
- package/api/node_modules/@types/node/net.d.ts +952 -0
- package/api/node_modules/@types/node/os.d.ts +507 -0
- package/api/node_modules/@types/node/package.json +155 -0
- package/api/node_modules/@types/node/path/posix.d.ts +8 -0
- package/api/node_modules/@types/node/path/win32.d.ts +8 -0
- package/api/node_modules/@types/node/path.d.ts +187 -0
- package/api/node_modules/@types/node/perf_hooks.d.ts +643 -0
- package/api/node_modules/@types/node/process.d.ts +2175 -0
- package/api/node_modules/@types/node/punycode.d.ts +117 -0
- package/api/node_modules/@types/node/querystring.d.ts +152 -0
- package/api/node_modules/@types/node/quic.d.ts +910 -0
- package/api/node_modules/@types/node/readline/promises.d.ts +161 -0
- package/api/node_modules/@types/node/readline.d.ts +542 -0
- package/api/node_modules/@types/node/repl.d.ts +415 -0
- package/api/node_modules/@types/node/sea.d.ts +162 -0
- package/api/node_modules/@types/node/sqlite.d.ts +1065 -0
- package/api/node_modules/@types/node/stream/consumers.d.ts +38 -0
- package/api/node_modules/@types/node/stream/promises.d.ts +211 -0
- package/api/node_modules/@types/node/stream/web.d.ts +296 -0
- package/api/node_modules/@types/node/stream.d.ts +1793 -0
- package/api/node_modules/@types/node/string_decoder.d.ts +67 -0
- package/api/node_modules/@types/node/test/reporters.d.ts +96 -0
- package/api/node_modules/@types/node/test.d.ts +2275 -0
- package/api/node_modules/@types/node/timers/promises.d.ts +108 -0
- package/api/node_modules/@types/node/timers.d.ts +159 -0
- package/api/node_modules/@types/node/tls.d.ts +1203 -0
- package/api/node_modules/@types/node/trace_events.d.ts +197 -0
- package/api/node_modules/@types/node/ts5.6/buffer.buffer.d.ts +462 -0
- package/api/node_modules/@types/node/ts5.6/compatibility/float16array.d.ts +71 -0
- package/api/node_modules/@types/node/ts5.6/globals.typedarray.d.ts +36 -0
- package/api/node_modules/@types/node/ts5.6/index.d.ts +117 -0
- package/api/node_modules/@types/node/ts5.7/compatibility/float16array.d.ts +72 -0
- package/api/node_modules/@types/node/ts5.7/index.d.ts +117 -0
- package/api/node_modules/@types/node/tty.d.ts +250 -0
- package/api/node_modules/@types/node/url.d.ts +541 -0
- package/api/node_modules/@types/node/util/types.d.ts +558 -0
- package/api/node_modules/@types/node/util.d.ts +1687 -0
- package/api/node_modules/@types/node/v8.d.ts +988 -0
- package/api/node_modules/@types/node/vm.d.ts +1208 -0
- package/api/node_modules/@types/node/wasi.d.ts +202 -0
- package/api/node_modules/@types/node/web-globals/abortcontroller.d.ts +59 -0
- package/api/node_modules/@types/node/web-globals/blob.d.ts +23 -0
- package/api/node_modules/@types/node/web-globals/console.d.ts +9 -0
- package/api/node_modules/@types/node/web-globals/crypto.d.ts +39 -0
- package/api/node_modules/@types/node/web-globals/domexception.d.ts +68 -0
- package/api/node_modules/@types/node/web-globals/encoding.d.ts +11 -0
- package/api/node_modules/@types/node/web-globals/events.d.ts +106 -0
- package/api/node_modules/@types/node/web-globals/fetch.d.ts +69 -0
- package/api/node_modules/@types/node/web-globals/importmeta.d.ts +13 -0
- package/api/node_modules/@types/node/web-globals/messaging.d.ts +23 -0
- package/api/node_modules/@types/node/web-globals/navigator.d.ts +25 -0
- package/api/node_modules/@types/node/web-globals/performance.d.ts +45 -0
- package/api/node_modules/@types/node/web-globals/storage.d.ts +24 -0
- package/api/node_modules/@types/node/web-globals/streams.d.ts +115 -0
- package/api/node_modules/@types/node/web-globals/timers.d.ts +44 -0
- package/api/node_modules/@types/node/web-globals/url.d.ts +24 -0
- package/api/node_modules/@types/node/worker_threads.d.ts +717 -0
- package/api/node_modules/@types/node/zlib.d.ts +682 -0
- package/api/node_modules/bowser/LICENSE +39 -0
- package/api/node_modules/bowser/README.md +246 -0
- package/api/node_modules/bowser/bundled.js +1 -0
- package/api/node_modules/bowser/es5.js +1 -0
- package/api/node_modules/bowser/index.d.ts +353 -0
- package/api/node_modules/bowser/package.json +93 -0
- package/api/node_modules/bowser/src/bowser.js +93 -0
- package/api/node_modules/bowser/src/constants.js +177 -0
- package/api/node_modules/bowser/src/parser-browsers.js +1183 -0
- package/api/node_modules/bowser/src/parser-engines.js +120 -0
- package/api/node_modules/bowser/src/parser-os.js +211 -0
- package/api/node_modules/bowser/src/parser-platforms.js +566 -0
- package/api/node_modules/bowser/src/parser.js +592 -0
- package/api/node_modules/bowser/src/utils.js +327 -0
- package/api/node_modules/call-bind-apply-helpers/.eslintrc +17 -0
- package/api/node_modules/call-bind-apply-helpers/.github/FUNDING.yml +12 -0
- package/api/node_modules/call-bind-apply-helpers/.nycrc +9 -0
- package/api/node_modules/call-bind-apply-helpers/CHANGELOG.md +30 -0
- package/api/node_modules/call-bind-apply-helpers/LICENSE +21 -0
- package/api/node_modules/call-bind-apply-helpers/README.md +62 -0
- package/api/node_modules/call-bind-apply-helpers/actualApply.d.ts +1 -0
- package/api/node_modules/call-bind-apply-helpers/actualApply.js +10 -0
- package/api/node_modules/call-bind-apply-helpers/applyBind.d.ts +19 -0
- package/api/node_modules/call-bind-apply-helpers/applyBind.js +10 -0
- package/api/node_modules/call-bind-apply-helpers/functionApply.d.ts +1 -0
- package/api/node_modules/call-bind-apply-helpers/functionApply.js +4 -0
- package/api/node_modules/call-bind-apply-helpers/functionCall.d.ts +1 -0
- package/api/node_modules/call-bind-apply-helpers/functionCall.js +4 -0
- package/api/node_modules/call-bind-apply-helpers/index.d.ts +64 -0
- package/api/node_modules/call-bind-apply-helpers/index.js +15 -0
- package/api/node_modules/call-bind-apply-helpers/package.json +85 -0
- package/api/node_modules/call-bind-apply-helpers/reflectApply.d.ts +3 -0
- package/api/node_modules/call-bind-apply-helpers/reflectApply.js +4 -0
- package/api/node_modules/call-bind-apply-helpers/test/index.js +63 -0
- package/api/node_modules/call-bind-apply-helpers/tsconfig.json +9 -0
- package/api/node_modules/call-bound/.eslintrc +13 -0
- package/api/node_modules/call-bound/.github/FUNDING.yml +12 -0
- package/api/node_modules/call-bound/.nycrc +9 -0
- package/api/node_modules/call-bound/CHANGELOG.md +42 -0
- package/api/node_modules/call-bound/LICENSE +21 -0
- package/api/node_modules/call-bound/README.md +53 -0
- package/api/node_modules/call-bound/index.d.ts +94 -0
- package/api/node_modules/call-bound/index.js +19 -0
- package/api/node_modules/call-bound/package.json +99 -0
- package/api/node_modules/call-bound/test/index.js +61 -0
- package/api/node_modules/call-bound/tsconfig.json +10 -0
- package/api/node_modules/dunder-proto/.eslintrc +5 -0
- package/api/node_modules/dunder-proto/.github/FUNDING.yml +12 -0
- package/api/node_modules/dunder-proto/.nycrc +13 -0
- package/api/node_modules/dunder-proto/CHANGELOG.md +24 -0
- package/api/node_modules/dunder-proto/LICENSE +21 -0
- package/api/node_modules/dunder-proto/README.md +54 -0
- package/api/node_modules/dunder-proto/get.d.ts +5 -0
- package/api/node_modules/dunder-proto/get.js +30 -0
- package/api/node_modules/dunder-proto/package.json +76 -0
- package/api/node_modules/dunder-proto/set.d.ts +5 -0
- package/api/node_modules/dunder-proto/set.js +35 -0
- package/api/node_modules/dunder-proto/test/get.js +34 -0
- package/api/node_modules/dunder-proto/test/index.js +4 -0
- package/api/node_modules/dunder-proto/test/set.js +50 -0
- package/api/node_modules/dunder-proto/tsconfig.json +9 -0
- package/api/node_modules/es-define-property/.eslintrc +13 -0
- package/api/node_modules/es-define-property/.github/FUNDING.yml +12 -0
- package/api/node_modules/es-define-property/.nycrc +9 -0
- package/api/node_modules/es-define-property/CHANGELOG.md +29 -0
- package/api/node_modules/es-define-property/LICENSE +21 -0
- package/api/node_modules/es-define-property/README.md +49 -0
- package/api/node_modules/es-define-property/index.d.ts +3 -0
- package/api/node_modules/es-define-property/index.js +14 -0
- package/api/node_modules/es-define-property/package.json +81 -0
- package/api/node_modules/es-define-property/test/index.js +56 -0
- package/api/node_modules/es-define-property/tsconfig.json +10 -0
- package/api/node_modules/es-errors/.eslintrc +5 -0
- package/api/node_modules/es-errors/.github/FUNDING.yml +12 -0
- package/api/node_modules/es-errors/CHANGELOG.md +40 -0
- package/api/node_modules/es-errors/LICENSE +21 -0
- package/api/node_modules/es-errors/README.md +55 -0
- package/api/node_modules/es-errors/eval.d.ts +3 -0
- package/api/node_modules/es-errors/eval.js +4 -0
- package/api/node_modules/es-errors/index.d.ts +3 -0
- package/api/node_modules/es-errors/index.js +4 -0
- package/api/node_modules/es-errors/package.json +80 -0
- package/api/node_modules/es-errors/range.d.ts +3 -0
- package/api/node_modules/es-errors/range.js +4 -0
- package/api/node_modules/es-errors/ref.d.ts +3 -0
- package/api/node_modules/es-errors/ref.js +4 -0
- package/api/node_modules/es-errors/syntax.d.ts +3 -0
- package/api/node_modules/es-errors/syntax.js +4 -0
- package/api/node_modules/es-errors/test/index.js +19 -0
- package/api/node_modules/es-errors/tsconfig.json +49 -0
- package/api/node_modules/es-errors/type.d.ts +3 -0
- package/api/node_modules/es-errors/type.js +4 -0
- package/api/node_modules/es-errors/uri.d.ts +3 -0
- package/api/node_modules/es-errors/uri.js +4 -0
- package/api/node_modules/es-object-atoms/.eslintrc +16 -0
- package/api/node_modules/es-object-atoms/.github/FUNDING.yml +12 -0
- package/api/node_modules/es-object-atoms/CHANGELOG.md +37 -0
- package/api/node_modules/es-object-atoms/LICENSE +21 -0
- package/api/node_modules/es-object-atoms/README.md +63 -0
- package/api/node_modules/es-object-atoms/RequireObjectCoercible.d.ts +3 -0
- package/api/node_modules/es-object-atoms/RequireObjectCoercible.js +11 -0
- package/api/node_modules/es-object-atoms/ToObject.d.ts +7 -0
- package/api/node_modules/es-object-atoms/ToObject.js +10 -0
- package/api/node_modules/es-object-atoms/index.d.ts +3 -0
- package/api/node_modules/es-object-atoms/index.js +4 -0
- package/api/node_modules/es-object-atoms/isObject.d.ts +3 -0
- package/api/node_modules/es-object-atoms/isObject.js +6 -0
- package/api/node_modules/es-object-atoms/package.json +80 -0
- package/api/node_modules/es-object-atoms/test/index.js +38 -0
- package/api/node_modules/es-object-atoms/tsconfig.json +6 -0
- package/api/node_modules/fast-xml-builder/CHANGELOG.md +16 -0
- package/api/node_modules/fast-xml-builder/LICENSE +21 -0
- package/api/node_modules/fast-xml-builder/README.md +23 -0
- package/api/node_modules/fast-xml-builder/lib/fxb.cjs +1 -0
- package/api/node_modules/fast-xml-builder/lib/fxb.d.cts +180 -0
- package/api/node_modules/fast-xml-builder/lib/fxb.min.js +2 -0
- package/api/node_modules/fast-xml-builder/lib/fxb.min.js.map +1 -0
- package/api/node_modules/fast-xml-builder/package.json +80 -0
- package/api/node_modules/fast-xml-builder/src/fxb.d.ts +180 -0
- package/api/node_modules/fast-xml-builder/src/fxb.js +529 -0
- package/api/node_modules/fast-xml-builder/src/ignoreAttributes.js +18 -0
- package/api/node_modules/fast-xml-builder/src/orderedJs2Xml.js +292 -0
- package/api/node_modules/fast-xml-builder/src/prettifyJs2Xml.js +0 -0
- package/api/node_modules/fast-xml-parser/CHANGELOG.md +759 -0
- package/api/node_modules/fast-xml-parser/LICENSE +21 -0
- package/api/node_modules/fast-xml-parser/README.md +225 -0
- package/api/node_modules/fast-xml-parser/lib/fxbuilder.min.js +2 -0
- package/api/node_modules/fast-xml-parser/lib/fxbuilder.min.js.map +1 -0
- package/api/node_modules/fast-xml-parser/lib/fxp.cjs +1 -0
- package/api/node_modules/fast-xml-parser/lib/fxp.d.cts +603 -0
- package/api/node_modules/fast-xml-parser/lib/fxp.min.js +2 -0
- package/api/node_modules/fast-xml-parser/lib/fxp.min.js.map +1 -0
- package/api/node_modules/fast-xml-parser/lib/fxparser.min.js +2 -0
- package/api/node_modules/fast-xml-parser/lib/fxparser.min.js.map +1 -0
- package/api/node_modules/fast-xml-parser/lib/fxvalidator.min.js +2 -0
- package/api/node_modules/fast-xml-parser/lib/fxvalidator.min.js.map +1 -0
- package/api/node_modules/fast-xml-parser/lib/pem.d.cts +148 -0
- package/api/node_modules/fast-xml-parser/package.json +94 -0
- package/api/node_modules/fast-xml-parser/src/cli/cli.js +97 -0
- package/api/node_modules/fast-xml-parser/src/cli/man.js +17 -0
- package/api/node_modules/fast-xml-parser/src/cli/read.js +43 -0
- package/api/node_modules/fast-xml-parser/src/fxp.d.ts +579 -0
- package/api/node_modules/fast-xml-parser/src/fxp.js +14 -0
- package/api/node_modules/fast-xml-parser/src/ignoreAttributes.js +18 -0
- package/api/node_modules/fast-xml-parser/src/pem.d.ts +135 -0
- package/api/node_modules/fast-xml-parser/src/util.js +61 -0
- package/api/node_modules/fast-xml-parser/src/v6/CharsSymbol.js +16 -0
- package/api/node_modules/fast-xml-parser/src/v6/EntitiesParser.js +106 -0
- package/api/node_modules/fast-xml-parser/src/v6/OptionsBuilder.js +61 -0
- package/api/node_modules/fast-xml-parser/src/v6/OutputBuilders/BaseOutputBuilder.js +69 -0
- package/api/node_modules/fast-xml-parser/src/v6/OutputBuilders/JsArrBuilder.js +103 -0
- package/api/node_modules/fast-xml-parser/src/v6/OutputBuilders/JsMinArrBuilder.js +100 -0
- package/api/node_modules/fast-xml-parser/src/v6/OutputBuilders/JsObjBuilder.js +154 -0
- package/api/node_modules/fast-xml-parser/src/v6/OutputBuilders/ParserOptionsBuilder.js +94 -0
- package/api/node_modules/fast-xml-parser/src/v6/Report.js +0 -0
- package/api/node_modules/fast-xml-parser/src/v6/TagPath.js +81 -0
- package/api/node_modules/fast-xml-parser/src/v6/TagPathMatcher.js +13 -0
- package/api/node_modules/fast-xml-parser/src/v6/XMLParser.js +83 -0
- package/api/node_modules/fast-xml-parser/src/v6/Xml2JsParser.js +235 -0
- package/api/node_modules/fast-xml-parser/src/v6/XmlPartReader.js +210 -0
- package/api/node_modules/fast-xml-parser/src/v6/XmlSpecialTagsReader.js +111 -0
- package/api/node_modules/fast-xml-parser/src/v6/inputSource/BufferSource.js +116 -0
- package/api/node_modules/fast-xml-parser/src/v6/inputSource/StringSource.js +121 -0
- package/api/node_modules/fast-xml-parser/src/v6/valueParsers/EntitiesParser.js +105 -0
- package/api/node_modules/fast-xml-parser/src/v6/valueParsers/booleanParser.js +22 -0
- package/api/node_modules/fast-xml-parser/src/v6/valueParsers/booleanParserExt.js +19 -0
- package/api/node_modules/fast-xml-parser/src/v6/valueParsers/currency.js +38 -0
- package/api/node_modules/fast-xml-parser/src/v6/valueParsers/join.js +13 -0
- package/api/node_modules/fast-xml-parser/src/v6/valueParsers/number.js +14 -0
- package/api/node_modules/fast-xml-parser/src/v6/valueParsers/trim.js +6 -0
- package/api/node_modules/fast-xml-parser/src/validator.js +425 -0
- package/api/node_modules/fast-xml-parser/src/xmlbuilder/json2xml.js +6 -0
- package/api/node_modules/fast-xml-parser/src/xmlparser/DocTypeReader.js +410 -0
- package/api/node_modules/fast-xml-parser/src/xmlparser/OptionsBuilder.js +159 -0
- package/api/node_modules/fast-xml-parser/src/xmlparser/OrderedObjParser.js +911 -0
- package/api/node_modules/fast-xml-parser/src/xmlparser/XMLParser.js +71 -0
- package/api/node_modules/fast-xml-parser/src/xmlparser/node2json.js +173 -0
- package/api/node_modules/fast-xml-parser/src/xmlparser/xmlNode.js +40 -0
- package/api/node_modules/function-bind/.eslintrc +21 -0
- package/api/node_modules/function-bind/.github/FUNDING.yml +12 -0
- package/api/node_modules/function-bind/.github/SECURITY.md +3 -0
- package/api/node_modules/function-bind/.nycrc +13 -0
- package/api/node_modules/function-bind/CHANGELOG.md +136 -0
- package/api/node_modules/function-bind/LICENSE +20 -0
- package/api/node_modules/function-bind/README.md +46 -0
- package/api/node_modules/function-bind/implementation.js +84 -0
- package/api/node_modules/function-bind/index.js +5 -0
- package/api/node_modules/function-bind/package.json +87 -0
- package/api/node_modules/function-bind/test/.eslintrc +9 -0
- package/api/node_modules/function-bind/test/index.js +252 -0
- package/api/node_modules/get-intrinsic/.eslintrc +42 -0
- package/api/node_modules/get-intrinsic/.github/FUNDING.yml +12 -0
- package/api/node_modules/get-intrinsic/.nycrc +9 -0
- package/api/node_modules/get-intrinsic/CHANGELOG.md +186 -0
- package/api/node_modules/get-intrinsic/LICENSE +21 -0
- package/api/node_modules/get-intrinsic/README.md +71 -0
- package/api/node_modules/get-intrinsic/index.js +378 -0
- package/api/node_modules/get-intrinsic/package.json +97 -0
- package/api/node_modules/get-intrinsic/test/GetIntrinsic.js +274 -0
- package/api/node_modules/get-proto/.eslintrc +10 -0
- package/api/node_modules/get-proto/.github/FUNDING.yml +12 -0
- package/api/node_modules/get-proto/.nycrc +9 -0
- package/api/node_modules/get-proto/CHANGELOG.md +21 -0
- package/api/node_modules/get-proto/LICENSE +21 -0
- package/api/node_modules/get-proto/Object.getPrototypeOf.d.ts +5 -0
- package/api/node_modules/get-proto/Object.getPrototypeOf.js +6 -0
- package/api/node_modules/get-proto/README.md +50 -0
- package/api/node_modules/get-proto/Reflect.getPrototypeOf.d.ts +3 -0
- package/api/node_modules/get-proto/Reflect.getPrototypeOf.js +4 -0
- package/api/node_modules/get-proto/index.d.ts +5 -0
- package/api/node_modules/get-proto/index.js +27 -0
- package/api/node_modules/get-proto/package.json +81 -0
- package/api/node_modules/get-proto/test/index.js +68 -0
- package/api/node_modules/get-proto/tsconfig.json +9 -0
- package/api/node_modules/gopd/.eslintrc +16 -0
- package/api/node_modules/gopd/.github/FUNDING.yml +12 -0
- package/api/node_modules/gopd/CHANGELOG.md +45 -0
- package/api/node_modules/gopd/LICENSE +21 -0
- package/api/node_modules/gopd/README.md +40 -0
- package/api/node_modules/gopd/gOPD.d.ts +1 -0
- package/api/node_modules/gopd/gOPD.js +4 -0
- package/api/node_modules/gopd/index.d.ts +5 -0
- package/api/node_modules/gopd/index.js +15 -0
- package/api/node_modules/gopd/package.json +77 -0
- package/api/node_modules/gopd/test/index.js +36 -0
- package/api/node_modules/gopd/tsconfig.json +9 -0
- package/api/node_modules/has-symbols/.eslintrc +11 -0
- package/api/node_modules/has-symbols/.github/FUNDING.yml +12 -0
- package/api/node_modules/has-symbols/.nycrc +9 -0
- package/api/node_modules/has-symbols/CHANGELOG.md +91 -0
- package/api/node_modules/has-symbols/LICENSE +21 -0
- package/api/node_modules/has-symbols/README.md +46 -0
- package/api/node_modules/has-symbols/index.d.ts +3 -0
- package/api/node_modules/has-symbols/index.js +14 -0
- package/api/node_modules/has-symbols/package.json +111 -0
- package/api/node_modules/has-symbols/shams.d.ts +3 -0
- package/api/node_modules/has-symbols/shams.js +45 -0
- package/api/node_modules/has-symbols/test/index.js +22 -0
- package/api/node_modules/has-symbols/test/shams/core-js.js +29 -0
- package/api/node_modules/has-symbols/test/shams/get-own-property-symbols.js +29 -0
- package/api/node_modules/has-symbols/test/tests.js +58 -0
- package/api/node_modules/has-symbols/tsconfig.json +10 -0
- package/api/node_modules/hasown/.eslintrc +5 -0
- package/api/node_modules/hasown/.github/FUNDING.yml +12 -0
- package/api/node_modules/hasown/.nycrc +13 -0
- package/api/node_modules/hasown/CHANGELOG.md +40 -0
- package/api/node_modules/hasown/LICENSE +21 -0
- package/api/node_modules/hasown/README.md +40 -0
- package/api/node_modules/hasown/index.d.ts +3 -0
- package/api/node_modules/hasown/index.js +8 -0
- package/api/node_modules/hasown/package.json +92 -0
- package/api/node_modules/hasown/tsconfig.json +6 -0
- package/api/node_modules/math-intrinsics/.eslintrc +16 -0
- package/api/node_modules/math-intrinsics/.github/FUNDING.yml +12 -0
- package/api/node_modules/math-intrinsics/CHANGELOG.md +24 -0
- package/api/node_modules/math-intrinsics/LICENSE +21 -0
- package/api/node_modules/math-intrinsics/README.md +50 -0
- package/api/node_modules/math-intrinsics/abs.d.ts +1 -0
- package/api/node_modules/math-intrinsics/abs.js +4 -0
- package/api/node_modules/math-intrinsics/constants/maxArrayLength.d.ts +3 -0
- package/api/node_modules/math-intrinsics/constants/maxArrayLength.js +4 -0
- package/api/node_modules/math-intrinsics/constants/maxSafeInteger.d.ts +3 -0
- package/api/node_modules/math-intrinsics/constants/maxSafeInteger.js +5 -0
- package/api/node_modules/math-intrinsics/constants/maxValue.d.ts +3 -0
- package/api/node_modules/math-intrinsics/constants/maxValue.js +5 -0
- package/api/node_modules/math-intrinsics/floor.d.ts +1 -0
- package/api/node_modules/math-intrinsics/floor.js +4 -0
- package/api/node_modules/math-intrinsics/isFinite.d.ts +3 -0
- package/api/node_modules/math-intrinsics/isFinite.js +12 -0
- package/api/node_modules/math-intrinsics/isInteger.d.ts +3 -0
- package/api/node_modules/math-intrinsics/isInteger.js +16 -0
- package/api/node_modules/math-intrinsics/isNaN.d.ts +1 -0
- package/api/node_modules/math-intrinsics/isNaN.js +6 -0
- package/api/node_modules/math-intrinsics/isNegativeZero.d.ts +3 -0
- package/api/node_modules/math-intrinsics/isNegativeZero.js +6 -0
- package/api/node_modules/math-intrinsics/max.d.ts +1 -0
- package/api/node_modules/math-intrinsics/max.js +4 -0
- package/api/node_modules/math-intrinsics/min.d.ts +1 -0
- package/api/node_modules/math-intrinsics/min.js +4 -0
- package/api/node_modules/math-intrinsics/mod.d.ts +3 -0
- package/api/node_modules/math-intrinsics/mod.js +9 -0
- package/api/node_modules/math-intrinsics/package.json +86 -0
- package/api/node_modules/math-intrinsics/pow.d.ts +1 -0
- package/api/node_modules/math-intrinsics/pow.js +4 -0
- package/api/node_modules/math-intrinsics/round.d.ts +1 -0
- package/api/node_modules/math-intrinsics/round.js +4 -0
- package/api/node_modules/math-intrinsics/sign.d.ts +3 -0
- package/api/node_modules/math-intrinsics/sign.js +11 -0
- package/api/node_modules/math-intrinsics/test/index.js +192 -0
- package/api/node_modules/math-intrinsics/tsconfig.json +3 -0
- package/api/node_modules/mnemonist/CHANGELOG.md +305 -0
- package/api/node_modules/mnemonist/LICENSE.txt +21 -0
- package/api/node_modules/mnemonist/README.md +112 -0
- package/api/node_modules/mnemonist/bi-map.d.ts +46 -0
- package/api/node_modules/mnemonist/bi-map.js +195 -0
- package/api/node_modules/mnemonist/bit-set.d.ts +29 -0
- package/api/node_modules/mnemonist/bit-set.js +379 -0
- package/api/node_modules/mnemonist/bit-vector.d.ts +42 -0
- package/api/node_modules/mnemonist/bit-vector.js +550 -0
- package/api/node_modules/mnemonist/bk-tree.d.ts +24 -0
- package/api/node_modules/mnemonist/bk-tree.js +180 -0
- package/api/node_modules/mnemonist/bloom-filter.d.ts +29 -0
- package/api/node_modules/mnemonist/bloom-filter.js +186 -0
- package/api/node_modules/mnemonist/circular-buffer.d.ts +34 -0
- package/api/node_modules/mnemonist/circular-buffer.js +131 -0
- package/api/node_modules/mnemonist/critbit-tree-map.js +515 -0
- package/api/node_modules/mnemonist/default-map.d.ts +29 -0
- package/api/node_modules/mnemonist/default-map.js +162 -0
- package/api/node_modules/mnemonist/default-weak-map.d.ts +18 -0
- package/api/node_modules/mnemonist/default-weak-map.js +108 -0
- package/api/node_modules/mnemonist/fibonacci-heap.d.ts +65 -0
- package/api/node_modules/mnemonist/fibonacci-heap.js +320 -0
- package/api/node_modules/mnemonist/fixed-critbit-tree-map.js +427 -0
- package/api/node_modules/mnemonist/fixed-deque.d.ts +34 -0
- package/api/node_modules/mnemonist/fixed-deque.js +351 -0
- package/api/node_modules/mnemonist/fixed-reverse-heap.d.ts +25 -0
- package/api/node_modules/mnemonist/fixed-reverse-heap.js +209 -0
- package/api/node_modules/mnemonist/fixed-stack.d.ts +36 -0
- package/api/node_modules/mnemonist/fixed-stack.js +242 -0
- package/api/node_modules/mnemonist/fuzzy-map.d.ts +33 -0
- package/api/node_modules/mnemonist/fuzzy-map.js +185 -0
- package/api/node_modules/mnemonist/fuzzy-multi-map.d.ts +36 -0
- package/api/node_modules/mnemonist/fuzzy-multi-map.js +196 -0
- package/api/node_modules/mnemonist/hashed-array-tree.d.ts +32 -0
- package/api/node_modules/mnemonist/hashed-array-tree.js +209 -0
- package/api/node_modules/mnemonist/heap.d.ts +84 -0
- package/api/node_modules/mnemonist/heap.js +576 -0
- package/api/node_modules/mnemonist/index.d.ts +46 -0
- package/api/node_modules/mnemonist/index.js +56 -0
- package/api/node_modules/mnemonist/inverted-index.d.ts +33 -0
- package/api/node_modules/mnemonist/inverted-index.js +249 -0
- package/api/node_modules/mnemonist/kd-tree.d.ts +25 -0
- package/api/node_modules/mnemonist/kd-tree.js +447 -0
- package/api/node_modules/mnemonist/linked-list.d.ts +29 -0
- package/api/node_modules/mnemonist/linked-list.js +261 -0
- package/api/node_modules/mnemonist/lru-cache.d.ts +43 -0
- package/api/node_modules/mnemonist/lru-cache.js +433 -0
- package/api/node_modules/mnemonist/lru-map.d.ts +43 -0
- package/api/node_modules/mnemonist/lru-map.js +258 -0
- package/api/node_modules/mnemonist/multi-array.js +447 -0
- package/api/node_modules/mnemonist/multi-map.d.ts +47 -0
- package/api/node_modules/mnemonist/multi-map.js +408 -0
- package/api/node_modules/mnemonist/multi-set.d.ts +37 -0
- package/api/node_modules/mnemonist/multi-set.js +440 -0
- package/api/node_modules/mnemonist/package.json +119 -0
- package/api/node_modules/mnemonist/passjoin-index.d.ts +54 -0
- package/api/node_modules/mnemonist/passjoin-index.js +518 -0
- package/api/node_modules/mnemonist/queue.d.ts +27 -0
- package/api/node_modules/mnemonist/queue.js +215 -0
- package/api/node_modules/mnemonist/semi-dynamic-trie.js +251 -0
- package/api/node_modules/mnemonist/set.d.ts +18 -0
- package/api/node_modules/mnemonist/set.js +356 -0
- package/api/node_modules/mnemonist/sort/insertion.d.ts +4 -0
- package/api/node_modules/mnemonist/sort/insertion.js +50 -0
- package/api/node_modules/mnemonist/sort/quick.d.ts +4 -0
- package/api/node_modules/mnemonist/sort/quick.js +116 -0
- package/api/node_modules/mnemonist/sparse-map.d.ts +26 -0
- package/api/node_modules/mnemonist/sparse-map.js +243 -0
- package/api/node_modules/mnemonist/sparse-queue-set.d.ts +24 -0
- package/api/node_modules/mnemonist/sparse-queue-set.js +218 -0
- package/api/node_modules/mnemonist/sparse-set.d.ts +23 -0
- package/api/node_modules/mnemonist/sparse-set.js +168 -0
- package/api/node_modules/mnemonist/stack.d.ts +27 -0
- package/api/node_modules/mnemonist/stack.js +210 -0
- package/api/node_modules/mnemonist/static-disjoint-set.d.ts +23 -0
- package/api/node_modules/mnemonist/static-disjoint-set.js +195 -0
- package/api/node_modules/mnemonist/static-interval-tree.d.ts +24 -0
- package/api/node_modules/mnemonist/static-interval-tree.js +387 -0
- package/api/node_modules/mnemonist/suffix-array.d.ts +37 -0
- package/api/node_modules/mnemonist/suffix-array.js +352 -0
- package/api/node_modules/mnemonist/symspell.d.ts +33 -0
- package/api/node_modules/mnemonist/symspell.js +547 -0
- package/api/node_modules/mnemonist/trie-map.d.ts +30 -0
- package/api/node_modules/mnemonist/trie-map.js +477 -0
- package/api/node_modules/mnemonist/trie.d.ts +26 -0
- package/api/node_modules/mnemonist/trie.js +167 -0
- package/api/node_modules/mnemonist/utils/binary-search.js +216 -0
- package/api/node_modules/mnemonist/utils/bitwise.js +109 -0
- package/api/node_modules/mnemonist/utils/comparators.js +79 -0
- package/api/node_modules/mnemonist/utils/hash-tables.js +107 -0
- package/api/node_modules/mnemonist/utils/iterables.js +93 -0
- package/api/node_modules/mnemonist/utils/merge.js +563 -0
- package/api/node_modules/mnemonist/utils/murmurhash3.js +87 -0
- package/api/node_modules/mnemonist/utils/typed-arrays.js +187 -0
- package/api/node_modules/mnemonist/utils/types.d.ts +16 -0
- package/api/node_modules/mnemonist/vector.d.ts +81 -0
- package/api/node_modules/mnemonist/vector.js +373 -0
- package/api/node_modules/mnemonist/vp-tree.d.ts +27 -0
- package/api/node_modules/mnemonist/vp-tree.js +367 -0
- package/api/node_modules/object-inspect/.eslintrc +53 -0
- package/api/node_modules/object-inspect/.github/FUNDING.yml +12 -0
- package/api/node_modules/object-inspect/.nycrc +13 -0
- package/api/node_modules/object-inspect/CHANGELOG.md +424 -0
- package/api/node_modules/object-inspect/LICENSE +21 -0
- package/api/node_modules/object-inspect/example/all.js +23 -0
- package/api/node_modules/object-inspect/example/circular.js +6 -0
- package/api/node_modules/object-inspect/example/fn.js +5 -0
- package/api/node_modules/object-inspect/example/inspect.js +10 -0
- package/api/node_modules/object-inspect/index.js +544 -0
- package/api/node_modules/object-inspect/package-support.json +20 -0
- package/api/node_modules/object-inspect/package.json +105 -0
- package/api/node_modules/object-inspect/readme.markdown +84 -0
- package/api/node_modules/object-inspect/test/bigint.js +58 -0
- package/api/node_modules/object-inspect/test/browser/dom.js +15 -0
- package/api/node_modules/object-inspect/test/circular.js +16 -0
- package/api/node_modules/object-inspect/test/deep.js +12 -0
- package/api/node_modules/object-inspect/test/element.js +53 -0
- package/api/node_modules/object-inspect/test/err.js +48 -0
- package/api/node_modules/object-inspect/test/fakes.js +29 -0
- package/api/node_modules/object-inspect/test/fn.js +76 -0
- package/api/node_modules/object-inspect/test/global.js +17 -0
- package/api/node_modules/object-inspect/test/has.js +15 -0
- package/api/node_modules/object-inspect/test/holes.js +15 -0
- package/api/node_modules/object-inspect/test/indent-option.js +271 -0
- package/api/node_modules/object-inspect/test/inspect.js +139 -0
- package/api/node_modules/object-inspect/test/lowbyte.js +12 -0
- package/api/node_modules/object-inspect/test/number.js +58 -0
- package/api/node_modules/object-inspect/test/quoteStyle.js +26 -0
- package/api/node_modules/object-inspect/test/toStringTag.js +40 -0
- package/api/node_modules/object-inspect/test/undef.js +12 -0
- package/api/node_modules/object-inspect/test/values.js +261 -0
- package/api/node_modules/object-inspect/test-core-js.js +26 -0
- package/api/node_modules/object-inspect/util.inspect.js +1 -0
- package/api/node_modules/obliterator/LICENSE.txt +21 -0
- package/api/node_modules/obliterator/README.md +321 -0
- package/api/node_modules/obliterator/chain.d.ts +3 -0
- package/api/node_modules/obliterator/chain.js +39 -0
- package/api/node_modules/obliterator/combinations.d.ts +3 -0
- package/api/node_modules/obliterator/combinations.js +76 -0
- package/api/node_modules/obliterator/consume.d.ts +1 -0
- package/api/node_modules/obliterator/consume.js +32 -0
- package/api/node_modules/obliterator/filter.d.ts +5 -0
- package/api/node_modules/obliterator/filter.js +28 -0
- package/api/node_modules/obliterator/foreach.d.ts +1 -0
- package/api/node_modules/obliterator/foreach.js +156 -0
- package/api/node_modules/obliterator/index.d.ts +14 -0
- package/api/node_modules/obliterator/index.js +22 -0
- package/api/node_modules/obliterator/iterator.d.ts +19 -0
- package/api/node_modules/obliterator/iterator.js +104 -0
- package/api/node_modules/obliterator/map.d.ts +5 -0
- package/api/node_modules/obliterator/map.js +27 -0
- package/api/node_modules/obliterator/match.d.ts +3 -0
- package/api/node_modules/obliterator/match.js +42 -0
- package/api/node_modules/obliterator/package.json +45 -0
- package/api/node_modules/obliterator/permutations.d.ts +3 -0
- package/api/node_modules/obliterator/permutations.js +96 -0
- package/api/node_modules/obliterator/power-set.d.ts +3 -0
- package/api/node_modules/obliterator/power-set.js +28 -0
- package/api/node_modules/obliterator/range.d.ts +5 -0
- package/api/node_modules/obliterator/range.js +45 -0
- package/api/node_modules/obliterator/split.d.ts +3 -0
- package/api/node_modules/obliterator/split.js +68 -0
- package/api/node_modules/obliterator/take-into.d.ts +5 -0
- package/api/node_modules/obliterator/take-into.js +40 -0
- package/api/node_modules/obliterator/take.d.ts +3 -0
- package/api/node_modules/obliterator/take.js +40 -0
- package/api/node_modules/path-expression-matcher/LICENSE +21 -0
- package/api/node_modules/path-expression-matcher/README.md +885 -0
- package/api/node_modules/path-expression-matcher/lib/pem.cjs +1 -0
- package/api/node_modules/path-expression-matcher/lib/pem.d.cts +634 -0
- package/api/node_modules/path-expression-matcher/lib/pem.min.js +2 -0
- package/api/node_modules/path-expression-matcher/lib/pem.min.js.map +1 -0
- package/api/node_modules/path-expression-matcher/package.json +78 -0
- package/api/node_modules/path-expression-matcher/src/Expression.js +232 -0
- package/api/node_modules/path-expression-matcher/src/ExpressionSet.js +209 -0
- package/api/node_modules/path-expression-matcher/src/Matcher.js +542 -0
- package/api/node_modules/path-expression-matcher/src/index.d.ts +706 -0
- package/api/node_modules/path-expression-matcher/src/index.js +29 -0
- package/api/node_modules/qs/.editorconfig +46 -0
- package/api/node_modules/qs/.github/FUNDING.yml +12 -0
- package/api/node_modules/qs/.github/SECURITY.md +11 -0
- package/api/node_modules/qs/.github/THREAT_MODEL.md +78 -0
- package/api/node_modules/qs/.nycrc +13 -0
- package/api/node_modules/qs/CHANGELOG.md +806 -0
- package/api/node_modules/qs/LICENSE.md +29 -0
- package/api/node_modules/qs/README.md +758 -0
- package/api/node_modules/qs/dist/qs.js +141 -0
- package/api/node_modules/qs/eslint.config.mjs +56 -0
- package/api/node_modules/qs/lib/formats.js +23 -0
- package/api/node_modules/qs/lib/index.js +11 -0
- package/api/node_modules/qs/lib/parse.js +373 -0
- package/api/node_modules/qs/lib/stringify.js +356 -0
- package/api/node_modules/qs/lib/utils.js +342 -0
- package/api/node_modules/qs/package.json +94 -0
- package/api/node_modules/qs/test/empty-keys-cases.js +267 -0
- package/api/node_modules/qs/test/parse.js +1568 -0
- package/api/node_modules/qs/test/stringify.js +1310 -0
- package/api/node_modules/qs/test/utils.js +404 -0
- package/api/node_modules/side-channel/.editorconfig +9 -0
- package/api/node_modules/side-channel/.eslintrc +12 -0
- package/api/node_modules/side-channel/.github/FUNDING.yml +12 -0
- package/api/node_modules/side-channel/.nycrc +13 -0
- package/api/node_modules/side-channel/CHANGELOG.md +110 -0
- package/api/node_modules/side-channel/LICENSE +21 -0
- package/api/node_modules/side-channel/README.md +61 -0
- package/api/node_modules/side-channel/index.d.ts +14 -0
- package/api/node_modules/side-channel/index.js +43 -0
- package/api/node_modules/side-channel/package.json +85 -0
- package/api/node_modules/side-channel/test/index.js +104 -0
- package/api/node_modules/side-channel/tsconfig.json +9 -0
- package/api/node_modules/side-channel-list/.editorconfig +9 -0
- package/api/node_modules/side-channel-list/.eslintrc +11 -0
- package/api/node_modules/side-channel-list/.github/FUNDING.yml +12 -0
- package/api/node_modules/side-channel-list/.nycrc +13 -0
- package/api/node_modules/side-channel-list/CHANGELOG.md +15 -0
- package/api/node_modules/side-channel-list/LICENSE +21 -0
- package/api/node_modules/side-channel-list/README.md +62 -0
- package/api/node_modules/side-channel-list/index.d.ts +13 -0
- package/api/node_modules/side-channel-list/index.js +113 -0
- package/api/node_modules/side-channel-list/list.d.ts +14 -0
- package/api/node_modules/side-channel-list/package.json +77 -0
- package/api/node_modules/side-channel-list/test/index.js +104 -0
- package/api/node_modules/side-channel-list/tsconfig.json +9 -0
- package/api/node_modules/side-channel-map/.editorconfig +9 -0
- package/api/node_modules/side-channel-map/.eslintrc +11 -0
- package/api/node_modules/side-channel-map/.github/FUNDING.yml +12 -0
- package/api/node_modules/side-channel-map/.nycrc +13 -0
- package/api/node_modules/side-channel-map/CHANGELOG.md +22 -0
- package/api/node_modules/side-channel-map/LICENSE +21 -0
- package/api/node_modules/side-channel-map/README.md +62 -0
- package/api/node_modules/side-channel-map/index.d.ts +15 -0
- package/api/node_modules/side-channel-map/index.js +68 -0
- package/api/node_modules/side-channel-map/package.json +80 -0
- package/api/node_modules/side-channel-map/test/index.js +114 -0
- package/api/node_modules/side-channel-map/tsconfig.json +9 -0
- package/api/node_modules/side-channel-weakmap/.editorconfig +9 -0
- package/api/node_modules/side-channel-weakmap/.eslintrc +12 -0
- package/api/node_modules/side-channel-weakmap/.github/FUNDING.yml +12 -0
- package/api/node_modules/side-channel-weakmap/.nycrc +13 -0
- package/api/node_modules/side-channel-weakmap/CHANGELOG.md +28 -0
- package/api/node_modules/side-channel-weakmap/LICENSE +21 -0
- package/api/node_modules/side-channel-weakmap/README.md +62 -0
- package/api/node_modules/side-channel-weakmap/index.d.ts +15 -0
- package/api/node_modules/side-channel-weakmap/index.js +84 -0
- package/api/node_modules/side-channel-weakmap/package.json +87 -0
- package/api/node_modules/side-channel-weakmap/test/index.js +114 -0
- package/api/node_modules/side-channel-weakmap/tsconfig.json +9 -0
- package/api/node_modules/stripe/CHANGELOG.md +3863 -0
- package/api/node_modules/stripe/LICENSE +20 -0
- package/api/node_modules/stripe/OPENAPI_VERSION +1 -0
- package/api/node_modules/stripe/README.md +665 -0
- package/api/node_modules/stripe/VERSION +1 -0
- package/api/node_modules/stripe/cjs/Error.js +203 -0
- package/api/node_modules/stripe/cjs/RequestSender.js +457 -0
- package/api/node_modules/stripe/cjs/ResourceNamespace.js +21 -0
- package/api/node_modules/stripe/cjs/StripeEmitter.js +46 -0
- package/api/node_modules/stripe/cjs/StripeMethod.js +36 -0
- package/api/node_modules/stripe/cjs/StripeResource.js +176 -0
- package/api/node_modules/stripe/cjs/Webhooks.js +212 -0
- package/api/node_modules/stripe/cjs/apiVersion.js +5 -0
- package/api/node_modules/stripe/cjs/autoPagination.js +291 -0
- package/api/node_modules/stripe/cjs/crypto/CryptoProvider.js +51 -0
- package/api/node_modules/stripe/cjs/crypto/NodeCryptoProvider.js +30 -0
- package/api/node_modules/stripe/cjs/crypto/SubtleCryptoProvider.js +51 -0
- package/api/node_modules/stripe/cjs/multipart.js +61 -0
- package/api/node_modules/stripe/cjs/net/FetchHttpClient.js +143 -0
- package/api/node_modules/stripe/cjs/net/HttpClient.js +53 -0
- package/api/node_modules/stripe/cjs/net/NodeHttpClient.js +108 -0
- package/api/node_modules/stripe/cjs/package.json +1 -0
- package/api/node_modules/stripe/cjs/platform/NodePlatformFunctions.js +126 -0
- package/api/node_modules/stripe/cjs/platform/PlatformFunctions.js +98 -0
- package/api/node_modules/stripe/cjs/platform/WebPlatformFunctions.js +42 -0
- package/api/node_modules/stripe/cjs/resources/AccountLinks.js +9 -0
- package/api/node_modules/stripe/cjs/resources/AccountSessions.js +9 -0
- package/api/node_modules/stripe/cjs/resources/Accounts.js +101 -0
- package/api/node_modules/stripe/cjs/resources/ApplePayDomains.js +22 -0
- package/api/node_modules/stripe/cjs/resources/ApplicationFees.js +34 -0
- package/api/node_modules/stripe/cjs/resources/Apps/Secrets.js +19 -0
- package/api/node_modules/stripe/cjs/resources/Balance.js +9 -0
- package/api/node_modules/stripe/cjs/resources/BalanceTransactions.js +17 -0
- package/api/node_modules/stripe/cjs/resources/Billing/Alerts.js +27 -0
- package/api/node_modules/stripe/cjs/resources/Billing/CreditBalanceSummary.js +12 -0
- package/api/node_modules/stripe/cjs/resources/Billing/CreditBalanceTransactions.js +17 -0
- package/api/node_modules/stripe/cjs/resources/Billing/CreditGrants.js +30 -0
- package/api/node_modules/stripe/cjs/resources/Billing/MeterEventAdjustments.js +12 -0
- package/api/node_modules/stripe/cjs/resources/Billing/MeterEvents.js +9 -0
- package/api/node_modules/stripe/cjs/resources/Billing/Meters.js +29 -0
- package/api/node_modules/stripe/cjs/resources/BillingPortal/Configurations.js +25 -0
- package/api/node_modules/stripe/cjs/resources/BillingPortal/Sessions.js +12 -0
- package/api/node_modules/stripe/cjs/resources/Charges.js +25 -0
- package/api/node_modules/stripe/cjs/resources/Checkout/Sessions.js +31 -0
- package/api/node_modules/stripe/cjs/resources/Climate/Orders.js +26 -0
- package/api/node_modules/stripe/cjs/resources/Climate/Products.js +17 -0
- package/api/node_modules/stripe/cjs/resources/Climate/Suppliers.js +17 -0
- package/api/node_modules/stripe/cjs/resources/ConfirmationTokens.js +12 -0
- package/api/node_modules/stripe/cjs/resources/CountrySpecs.js +17 -0
- package/api/node_modules/stripe/cjs/resources/Coupons.js +17 -0
- package/api/node_modules/stripe/cjs/resources/CreditNotes.js +31 -0
- package/api/node_modules/stripe/cjs/resources/CustomerSessions.js +9 -0
- package/api/node_modules/stripe/cjs/resources/Customers.js +115 -0
- package/api/node_modules/stripe/cjs/resources/Disputes.js +19 -0
- package/api/node_modules/stripe/cjs/resources/Entitlements/ActiveEntitlements.js +17 -0
- package/api/node_modules/stripe/cjs/resources/Entitlements/Features.js +22 -0
- package/api/node_modules/stripe/cjs/resources/EphemeralKeys.js +18 -0
- package/api/node_modules/stripe/cjs/resources/Events.js +14 -0
- package/api/node_modules/stripe/cjs/resources/ExchangeRates.js +17 -0
- package/api/node_modules/stripe/cjs/resources/FileLinks.js +16 -0
- package/api/node_modules/stripe/cjs/resources/Files.js +24 -0
- package/api/node_modules/stripe/cjs/resources/FinancialConnections/Accounts.js +38 -0
- package/api/node_modules/stripe/cjs/resources/FinancialConnections/Sessions.js +16 -0
- package/api/node_modules/stripe/cjs/resources/FinancialConnections/Transactions.js +17 -0
- package/api/node_modules/stripe/cjs/resources/Forwarding/Requests.js +18 -0
- package/api/node_modules/stripe/cjs/resources/Identity/VerificationReports.js +17 -0
- package/api/node_modules/stripe/cjs/resources/Identity/VerificationSessions.js +33 -0
- package/api/node_modules/stripe/cjs/resources/InvoiceItems.js +26 -0
- package/api/node_modules/stripe/cjs/resources/InvoiceRenderingTemplates.js +25 -0
- package/api/node_modules/stripe/cjs/resources/Invoices.js +73 -0
- package/api/node_modules/stripe/cjs/resources/Issuing/Authorizations.js +29 -0
- package/api/node_modules/stripe/cjs/resources/Issuing/Cardholders.js +22 -0
- package/api/node_modules/stripe/cjs/resources/Issuing/Cards.js +16 -0
- package/api/node_modules/stripe/cjs/resources/Issuing/Disputes.js +26 -0
- package/api/node_modules/stripe/cjs/resources/Issuing/PersonalizationDesigns.js +25 -0
- package/api/node_modules/stripe/cjs/resources/Issuing/PhysicalBundles.js +17 -0
- package/api/node_modules/stripe/cjs/resources/Issuing/Tokens.js +21 -0
- package/api/node_modules/stripe/cjs/resources/Issuing/Transactions.js +21 -0
- package/api/node_modules/stripe/cjs/resources/Mandates.js +9 -0
- package/api/node_modules/stripe/cjs/resources/OAuth.js +44 -0
- package/api/node_modules/stripe/cjs/resources/PaymentIntents.js +51 -0
- package/api/node_modules/stripe/cjs/resources/PaymentLinks.js +27 -0
- package/api/node_modules/stripe/cjs/resources/PaymentMethodConfigurations.js +25 -0
- package/api/node_modules/stripe/cjs/resources/PaymentMethodDomains.js +29 -0
- package/api/node_modules/stripe/cjs/resources/PaymentMethods.js +30 -0
- package/api/node_modules/stripe/cjs/resources/Payouts.js +24 -0
- package/api/node_modules/stripe/cjs/resources/Plans.js +17 -0
- package/api/node_modules/stripe/cjs/resources/Prices.js +21 -0
- package/api/node_modules/stripe/cjs/resources/Products.js +39 -0
- package/api/node_modules/stripe/cjs/resources/PromotionCodes.js +22 -0
- package/api/node_modules/stripe/cjs/resources/Quotes.js +38 -0
- package/api/node_modules/stripe/cjs/resources/Radar/EarlyFraudWarnings.js +17 -0
- package/api/node_modules/stripe/cjs/resources/Radar/ValueListItems.js +25 -0
- package/api/node_modules/stripe/cjs/resources/Radar/ValueLists.js +26 -0
- package/api/node_modules/stripe/cjs/resources/Refunds.js +20 -0
- package/api/node_modules/stripe/cjs/resources/Reporting/ReportRuns.js +18 -0
- package/api/node_modules/stripe/cjs/resources/Reporting/ReportTypes.js +17 -0
- package/api/node_modules/stripe/cjs/resources/Reviews.js +18 -0
- package/api/node_modules/stripe/cjs/resources/SetupAttempts.js +13 -0
- package/api/node_modules/stripe/cjs/resources/SetupIntents.js +34 -0
- package/api/node_modules/stripe/cjs/resources/ShippingRates.js +22 -0
- package/api/node_modules/stripe/cjs/resources/Sigma/ScheduledQueryRuns.js +17 -0
- package/api/node_modules/stripe/cjs/resources/Sources.js +20 -0
- package/api/node_modules/stripe/cjs/resources/SubscriptionItems.js +35 -0
- package/api/node_modules/stripe/cjs/resources/SubscriptionSchedules.js +33 -0
- package/api/node_modules/stripe/cjs/resources/Subscriptions.js +39 -0
- package/api/node_modules/stripe/cjs/resources/Tax/Calculations.js +18 -0
- package/api/node_modules/stripe/cjs/resources/Tax/Registrations.js +22 -0
- package/api/node_modules/stripe/cjs/resources/Tax/Settings.js +10 -0
- package/api/node_modules/stripe/cjs/resources/Tax/Transactions.js +25 -0
- package/api/node_modules/stripe/cjs/resources/TaxCodes.js +14 -0
- package/api/node_modules/stripe/cjs/resources/TaxIds.js +16 -0
- package/api/node_modules/stripe/cjs/resources/TaxRates.js +16 -0
- package/api/node_modules/stripe/cjs/resources/Terminal/Configurations.js +29 -0
- package/api/node_modules/stripe/cjs/resources/Terminal/ConnectionTokens.js +12 -0
- package/api/node_modules/stripe/cjs/resources/Terminal/Locations.js +26 -0
- package/api/node_modules/stripe/cjs/resources/Terminal/Readers.js +46 -0
- package/api/node_modules/stripe/cjs/resources/TestHelpers/ConfirmationTokens.js +12 -0
- package/api/node_modules/stripe/cjs/resources/TestHelpers/Customers.js +12 -0
- package/api/node_modules/stripe/cjs/resources/TestHelpers/Issuing/Authorizations.js +36 -0
- package/api/node_modules/stripe/cjs/resources/TestHelpers/Issuing/Cards.js +28 -0
- package/api/node_modules/stripe/cjs/resources/TestHelpers/Issuing/PersonalizationDesigns.js +20 -0
- package/api/node_modules/stripe/cjs/resources/TestHelpers/Issuing/Transactions.js +20 -0
- package/api/node_modules/stripe/cjs/resources/TestHelpers/Refunds.js +12 -0
- package/api/node_modules/stripe/cjs/resources/TestHelpers/Terminal/Readers.js +12 -0
- package/api/node_modules/stripe/cjs/resources/TestHelpers/TestClocks.js +29 -0
- package/api/node_modules/stripe/cjs/resources/TestHelpers/Treasury/InboundTransfers.js +20 -0
- package/api/node_modules/stripe/cjs/resources/TestHelpers/Treasury/OutboundPayments.js +24 -0
- package/api/node_modules/stripe/cjs/resources/TestHelpers/Treasury/OutboundTransfers.js +24 -0
- package/api/node_modules/stripe/cjs/resources/TestHelpers/Treasury/ReceivedCredits.js +12 -0
- package/api/node_modules/stripe/cjs/resources/TestHelpers/Treasury/ReceivedDebits.js +12 -0
- package/api/node_modules/stripe/cjs/resources/Tokens.js +10 -0
- package/api/node_modules/stripe/cjs/resources/Topups.js +17 -0
- package/api/node_modules/stripe/cjs/resources/Transfers.js +33 -0
- package/api/node_modules/stripe/cjs/resources/Treasury/CreditReversals.js +21 -0
- package/api/node_modules/stripe/cjs/resources/Treasury/DebitReversals.js +21 -0
- package/api/node_modules/stripe/cjs/resources/Treasury/FinancialAccounts.js +37 -0
- package/api/node_modules/stripe/cjs/resources/Treasury/InboundTransfers.js +25 -0
- package/api/node_modules/stripe/cjs/resources/Treasury/OutboundPayments.js +25 -0
- package/api/node_modules/stripe/cjs/resources/Treasury/OutboundTransfers.js +25 -0
- package/api/node_modules/stripe/cjs/resources/Treasury/ReceivedCredits.js +17 -0
- package/api/node_modules/stripe/cjs/resources/Treasury/ReceivedDebits.js +17 -0
- package/api/node_modules/stripe/cjs/resources/Treasury/TransactionEntries.js +17 -0
- package/api/node_modules/stripe/cjs/resources/Treasury/Transactions.js +17 -0
- package/api/node_modules/stripe/cjs/resources/V2/Billing/MeterEventAdjustments.js +12 -0
- package/api/node_modules/stripe/cjs/resources/V2/Billing/MeterEventSession.js +12 -0
- package/api/node_modules/stripe/cjs/resources/V2/Billing/MeterEventStream.js +13 -0
- package/api/node_modules/stripe/cjs/resources/V2/Billing/MeterEvents.js +9 -0
- package/api/node_modules/stripe/cjs/resources/V2/Core/EventDestinations.js +41 -0
- package/api/node_modules/stripe/cjs/resources/V2/Core/Events.js +57 -0
- package/api/node_modules/stripe/cjs/resources/WebhookEndpoints.js +26 -0
- package/api/node_modules/stripe/cjs/resources.js +304 -0
- package/api/node_modules/stripe/cjs/stripe.cjs.node.js +11 -0
- package/api/node_modules/stripe/cjs/stripe.cjs.worker.js +11 -0
- package/api/node_modules/stripe/cjs/stripe.core.js +376 -0
- package/api/node_modules/stripe/cjs/utils.js +363 -0
- package/api/node_modules/stripe/esm/Error.js +185 -0
- package/api/node_modules/stripe/esm/RequestSender.js +453 -0
- package/api/node_modules/stripe/esm/ResourceNamespace.js +17 -0
- package/api/node_modules/stripe/esm/StripeEmitter.js +42 -0
- package/api/node_modules/stripe/esm/StripeMethod.js +32 -0
- package/api/node_modules/stripe/esm/StripeResource.js +173 -0
- package/api/node_modules/stripe/esm/Webhooks.js +208 -0
- package/api/node_modules/stripe/esm/apiVersion.js +2 -0
- package/api/node_modules/stripe/esm/autoPagination.js +287 -0
- package/api/node_modules/stripe/esm/crypto/CryptoProvider.js +46 -0
- package/api/node_modules/stripe/esm/crypto/NodeCryptoProvider.js +26 -0
- package/api/node_modules/stripe/esm/crypto/SubtleCryptoProvider.js +47 -0
- package/api/node_modules/stripe/esm/multipart.js +57 -0
- package/api/node_modules/stripe/esm/net/FetchHttpClient.js +138 -0
- package/api/node_modules/stripe/esm/net/HttpClient.js +48 -0
- package/api/node_modules/stripe/esm/net/NodeHttpClient.js +103 -0
- package/api/node_modules/stripe/esm/package.json +1 -0
- package/api/node_modules/stripe/esm/platform/NodePlatformFunctions.js +122 -0
- package/api/node_modules/stripe/esm/platform/PlatformFunctions.js +94 -0
- package/api/node_modules/stripe/esm/platform/WebPlatformFunctions.js +38 -0
- package/api/node_modules/stripe/esm/resources/AccountLinks.js +6 -0
- package/api/node_modules/stripe/esm/resources/AccountSessions.js +6 -0
- package/api/node_modules/stripe/esm/resources/Accounts.js +98 -0
- package/api/node_modules/stripe/esm/resources/ApplePayDomains.js +19 -0
- package/api/node_modules/stripe/esm/resources/ApplicationFees.js +31 -0
- package/api/node_modules/stripe/esm/resources/Apps/Secrets.js +16 -0
- package/api/node_modules/stripe/esm/resources/Balance.js +6 -0
- package/api/node_modules/stripe/esm/resources/BalanceTransactions.js +14 -0
- package/api/node_modules/stripe/esm/resources/Billing/Alerts.js +24 -0
- package/api/node_modules/stripe/esm/resources/Billing/CreditBalanceSummary.js +9 -0
- package/api/node_modules/stripe/esm/resources/Billing/CreditBalanceTransactions.js +14 -0
- package/api/node_modules/stripe/esm/resources/Billing/CreditGrants.js +27 -0
- package/api/node_modules/stripe/esm/resources/Billing/MeterEventAdjustments.js +9 -0
- package/api/node_modules/stripe/esm/resources/Billing/MeterEvents.js +6 -0
- package/api/node_modules/stripe/esm/resources/Billing/Meters.js +26 -0
- package/api/node_modules/stripe/esm/resources/BillingPortal/Configurations.js +22 -0
- package/api/node_modules/stripe/esm/resources/BillingPortal/Sessions.js +9 -0
- package/api/node_modules/stripe/esm/resources/Charges.js +22 -0
- package/api/node_modules/stripe/esm/resources/Checkout/Sessions.js +28 -0
- package/api/node_modules/stripe/esm/resources/Climate/Orders.js +23 -0
- package/api/node_modules/stripe/esm/resources/Climate/Products.js +14 -0
- package/api/node_modules/stripe/esm/resources/Climate/Suppliers.js +14 -0
- package/api/node_modules/stripe/esm/resources/ConfirmationTokens.js +9 -0
- package/api/node_modules/stripe/esm/resources/CountrySpecs.js +14 -0
- package/api/node_modules/stripe/esm/resources/Coupons.js +14 -0
- package/api/node_modules/stripe/esm/resources/CreditNotes.js +28 -0
- package/api/node_modules/stripe/esm/resources/CustomerSessions.js +6 -0
- package/api/node_modules/stripe/esm/resources/Customers.js +112 -0
- package/api/node_modules/stripe/esm/resources/Disputes.js +16 -0
- package/api/node_modules/stripe/esm/resources/Entitlements/ActiveEntitlements.js +14 -0
- package/api/node_modules/stripe/esm/resources/Entitlements/Features.js +19 -0
- package/api/node_modules/stripe/esm/resources/EphemeralKeys.js +15 -0
- package/api/node_modules/stripe/esm/resources/Events.js +11 -0
- package/api/node_modules/stripe/esm/resources/ExchangeRates.js +14 -0
- package/api/node_modules/stripe/esm/resources/FileLinks.js +13 -0
- package/api/node_modules/stripe/esm/resources/Files.js +21 -0
- package/api/node_modules/stripe/esm/resources/FinancialConnections/Accounts.js +35 -0
- package/api/node_modules/stripe/esm/resources/FinancialConnections/Sessions.js +13 -0
- package/api/node_modules/stripe/esm/resources/FinancialConnections/Transactions.js +14 -0
- package/api/node_modules/stripe/esm/resources/Forwarding/Requests.js +15 -0
- package/api/node_modules/stripe/esm/resources/Identity/VerificationReports.js +14 -0
- package/api/node_modules/stripe/esm/resources/Identity/VerificationSessions.js +30 -0
- package/api/node_modules/stripe/esm/resources/InvoiceItems.js +23 -0
- package/api/node_modules/stripe/esm/resources/InvoiceRenderingTemplates.js +22 -0
- package/api/node_modules/stripe/esm/resources/Invoices.js +70 -0
- package/api/node_modules/stripe/esm/resources/Issuing/Authorizations.js +26 -0
- package/api/node_modules/stripe/esm/resources/Issuing/Cardholders.js +19 -0
- package/api/node_modules/stripe/esm/resources/Issuing/Cards.js +13 -0
- package/api/node_modules/stripe/esm/resources/Issuing/Disputes.js +23 -0
- package/api/node_modules/stripe/esm/resources/Issuing/PersonalizationDesigns.js +22 -0
- package/api/node_modules/stripe/esm/resources/Issuing/PhysicalBundles.js +14 -0
- package/api/node_modules/stripe/esm/resources/Issuing/Tokens.js +18 -0
- package/api/node_modules/stripe/esm/resources/Issuing/Transactions.js +18 -0
- package/api/node_modules/stripe/esm/resources/Mandates.js +6 -0
- package/api/node_modules/stripe/esm/resources/OAuth.js +42 -0
- package/api/node_modules/stripe/esm/resources/PaymentIntents.js +48 -0
- package/api/node_modules/stripe/esm/resources/PaymentLinks.js +24 -0
- package/api/node_modules/stripe/esm/resources/PaymentMethodConfigurations.js +22 -0
- package/api/node_modules/stripe/esm/resources/PaymentMethodDomains.js +26 -0
- package/api/node_modules/stripe/esm/resources/PaymentMethods.js +27 -0
- package/api/node_modules/stripe/esm/resources/Payouts.js +21 -0
- package/api/node_modules/stripe/esm/resources/Plans.js +14 -0
- package/api/node_modules/stripe/esm/resources/Prices.js +18 -0
- package/api/node_modules/stripe/esm/resources/Products.js +36 -0
- package/api/node_modules/stripe/esm/resources/PromotionCodes.js +19 -0
- package/api/node_modules/stripe/esm/resources/Quotes.js +35 -0
- package/api/node_modules/stripe/esm/resources/Radar/EarlyFraudWarnings.js +14 -0
- package/api/node_modules/stripe/esm/resources/Radar/ValueListItems.js +22 -0
- package/api/node_modules/stripe/esm/resources/Radar/ValueLists.js +23 -0
- package/api/node_modules/stripe/esm/resources/Refunds.js +17 -0
- package/api/node_modules/stripe/esm/resources/Reporting/ReportRuns.js +15 -0
- package/api/node_modules/stripe/esm/resources/Reporting/ReportTypes.js +14 -0
- package/api/node_modules/stripe/esm/resources/Reviews.js +15 -0
- package/api/node_modules/stripe/esm/resources/SetupAttempts.js +10 -0
- package/api/node_modules/stripe/esm/resources/SetupIntents.js +31 -0
- package/api/node_modules/stripe/esm/resources/ShippingRates.js +19 -0
- package/api/node_modules/stripe/esm/resources/Sigma/ScheduledQueryRuns.js +14 -0
- package/api/node_modules/stripe/esm/resources/Sources.js +17 -0
- package/api/node_modules/stripe/esm/resources/SubscriptionItems.js +32 -0
- package/api/node_modules/stripe/esm/resources/SubscriptionSchedules.js +30 -0
- package/api/node_modules/stripe/esm/resources/Subscriptions.js +36 -0
- package/api/node_modules/stripe/esm/resources/Tax/Calculations.js +15 -0
- package/api/node_modules/stripe/esm/resources/Tax/Registrations.js +19 -0
- package/api/node_modules/stripe/esm/resources/Tax/Settings.js +7 -0
- package/api/node_modules/stripe/esm/resources/Tax/Transactions.js +22 -0
- package/api/node_modules/stripe/esm/resources/TaxCodes.js +11 -0
- package/api/node_modules/stripe/esm/resources/TaxIds.js +13 -0
- package/api/node_modules/stripe/esm/resources/TaxRates.js +13 -0
- package/api/node_modules/stripe/esm/resources/Terminal/Configurations.js +26 -0
- package/api/node_modules/stripe/esm/resources/Terminal/ConnectionTokens.js +9 -0
- package/api/node_modules/stripe/esm/resources/Terminal/Locations.js +23 -0
- package/api/node_modules/stripe/esm/resources/Terminal/Readers.js +43 -0
- package/api/node_modules/stripe/esm/resources/TestHelpers/ConfirmationTokens.js +9 -0
- package/api/node_modules/stripe/esm/resources/TestHelpers/Customers.js +9 -0
- package/api/node_modules/stripe/esm/resources/TestHelpers/Issuing/Authorizations.js +33 -0
- package/api/node_modules/stripe/esm/resources/TestHelpers/Issuing/Cards.js +25 -0
- package/api/node_modules/stripe/esm/resources/TestHelpers/Issuing/PersonalizationDesigns.js +17 -0
- package/api/node_modules/stripe/esm/resources/TestHelpers/Issuing/Transactions.js +17 -0
- package/api/node_modules/stripe/esm/resources/TestHelpers/Refunds.js +9 -0
- package/api/node_modules/stripe/esm/resources/TestHelpers/Terminal/Readers.js +9 -0
- package/api/node_modules/stripe/esm/resources/TestHelpers/TestClocks.js +26 -0
- package/api/node_modules/stripe/esm/resources/TestHelpers/Treasury/InboundTransfers.js +17 -0
- package/api/node_modules/stripe/esm/resources/TestHelpers/Treasury/OutboundPayments.js +21 -0
- package/api/node_modules/stripe/esm/resources/TestHelpers/Treasury/OutboundTransfers.js +21 -0
- package/api/node_modules/stripe/esm/resources/TestHelpers/Treasury/ReceivedCredits.js +9 -0
- package/api/node_modules/stripe/esm/resources/TestHelpers/Treasury/ReceivedDebits.js +9 -0
- package/api/node_modules/stripe/esm/resources/Tokens.js +7 -0
- package/api/node_modules/stripe/esm/resources/Topups.js +14 -0
- package/api/node_modules/stripe/esm/resources/Transfers.js +30 -0
- package/api/node_modules/stripe/esm/resources/Treasury/CreditReversals.js +18 -0
- package/api/node_modules/stripe/esm/resources/Treasury/DebitReversals.js +18 -0
- package/api/node_modules/stripe/esm/resources/Treasury/FinancialAccounts.js +34 -0
- package/api/node_modules/stripe/esm/resources/Treasury/InboundTransfers.js +22 -0
- package/api/node_modules/stripe/esm/resources/Treasury/OutboundPayments.js +22 -0
- package/api/node_modules/stripe/esm/resources/Treasury/OutboundTransfers.js +22 -0
- package/api/node_modules/stripe/esm/resources/Treasury/ReceivedCredits.js +14 -0
- package/api/node_modules/stripe/esm/resources/Treasury/ReceivedDebits.js +14 -0
- package/api/node_modules/stripe/esm/resources/Treasury/TransactionEntries.js +14 -0
- package/api/node_modules/stripe/esm/resources/Treasury/Transactions.js +14 -0
- package/api/node_modules/stripe/esm/resources/V2/Billing/MeterEventAdjustments.js +9 -0
- package/api/node_modules/stripe/esm/resources/V2/Billing/MeterEventSession.js +9 -0
- package/api/node_modules/stripe/esm/resources/V2/Billing/MeterEventStream.js +10 -0
- package/api/node_modules/stripe/esm/resources/V2/Billing/MeterEvents.js +6 -0
- package/api/node_modules/stripe/esm/resources/V2/Core/EventDestinations.js +38 -0
- package/api/node_modules/stripe/esm/resources/V2/Core/Events.js +54 -0
- package/api/node_modules/stripe/esm/resources/WebhookEndpoints.js +23 -0
- package/api/node_modules/stripe/esm/resources.js +247 -0
- package/api/node_modules/stripe/esm/stripe.core.js +372 -0
- package/api/node_modules/stripe/esm/stripe.esm.node.js +4 -0
- package/api/node_modules/stripe/esm/stripe.esm.worker.js +4 -0
- package/api/node_modules/stripe/esm/utils.js +340 -0
- package/api/node_modules/stripe/package.json +92 -0
- package/api/node_modules/stripe/types/.eslintrc.js +22 -0
- package/api/node_modules/stripe/types/AccountLinks.d.ts +33 -0
- package/api/node_modules/stripe/types/AccountLinksResource.d.ts +76 -0
- package/api/node_modules/stripe/types/AccountSessions.d.ts +468 -0
- package/api/node_modules/stripe/types/AccountSessionsResource.d.ts +543 -0
- package/api/node_modules/stripe/types/Accounts.d.ts +1578 -0
- package/api/node_modules/stripe/types/AccountsResource.d.ts +4684 -0
- package/api/node_modules/stripe/types/ApplePayDomains.d.ts +57 -0
- package/api/node_modules/stripe/types/ApplePayDomainsResource.d.ts +77 -0
- package/api/node_modules/stripe/types/ApplicationFees.d.ts +108 -0
- package/api/node_modules/stripe/types/ApplicationFeesResource.d.ts +162 -0
- package/api/node_modules/stripe/types/Applications.d.ts +55 -0
- package/api/node_modules/stripe/types/Apps/Secrets.d.ts +80 -0
- package/api/node_modules/stripe/types/Apps/SecretsResource.d.ts +186 -0
- package/api/node_modules/stripe/types/Balance.d.ts +266 -0
- package/api/node_modules/stripe/types/BalanceResource.d.ts +26 -0
- package/api/node_modules/stripe/types/BalanceTransactionSources.d.ts +23 -0
- package/api/node_modules/stripe/types/BalanceTransactions.d.ts +161 -0
- package/api/node_modules/stripe/types/BalanceTransactionsResource.d.ts +72 -0
- package/api/node_modules/stripe/types/BankAccounts.d.ts +419 -0
- package/api/node_modules/stripe/types/Billing/AlertTriggereds.d.ts +42 -0
- package/api/node_modules/stripe/types/Billing/Alerts.d.ts +84 -0
- package/api/node_modules/stripe/types/Billing/AlertsResource.d.ts +183 -0
- package/api/node_modules/stripe/types/Billing/CreditBalanceSummary.d.ts +94 -0
- package/api/node_modules/stripe/types/Billing/CreditBalanceSummaryResource.d.ts +78 -0
- package/api/node_modules/stripe/types/Billing/CreditBalanceTransactions.d.ts +178 -0
- package/api/node_modules/stripe/types/Billing/CreditBalanceTransactionsResource.d.ts +54 -0
- package/api/node_modules/stripe/types/Billing/CreditGrants.d.ts +145 -0
- package/api/node_modules/stripe/types/Billing/CreditGrantsResource.d.ts +238 -0
- package/api/node_modules/stripe/types/Billing/MeterEventAdjustments.d.ts +53 -0
- package/api/node_modules/stripe/types/Billing/MeterEventAdjustmentsResource.d.ts +48 -0
- package/api/node_modules/stripe/types/Billing/MeterEventSummaries.d.ts +50 -0
- package/api/node_modules/stripe/types/Billing/MeterEvents.d.ts +49 -0
- package/api/node_modules/stripe/types/Billing/MeterEventsResource.d.ts +46 -0
- package/api/node_modules/stripe/types/Billing/Meters.d.ts +110 -0
- package/api/node_modules/stripe/types/Billing/MetersResource.d.ts +234 -0
- package/api/node_modules/stripe/types/BillingPortal/Configurations.d.ts +274 -0
- package/api/node_modules/stripe/types/BillingPortal/ConfigurationsResource.d.ts +583 -0
- package/api/node_modules/stripe/types/BillingPortal/Sessions.d.ts +288 -0
- package/api/node_modules/stripe/types/BillingPortal/SessionsResource.d.ts +265 -0
- package/api/node_modules/stripe/types/Capabilities.d.ts +413 -0
- package/api/node_modules/stripe/types/Cards.d.ts +228 -0
- package/api/node_modules/stripe/types/CashBalances.d.ts +52 -0
- package/api/node_modules/stripe/types/Charges.d.ts +2361 -0
- package/api/node_modules/stripe/types/ChargesResource.d.ts +426 -0
- package/api/node_modules/stripe/types/Checkout/Sessions.d.ts +2394 -0
- package/api/node_modules/stripe/types/Checkout/SessionsResource.d.ts +2949 -0
- package/api/node_modules/stripe/types/Climate/Orders.d.ts +197 -0
- package/api/node_modules/stripe/types/Climate/OrdersResource.d.ts +159 -0
- package/api/node_modules/stripe/types/Climate/Products.d.ts +81 -0
- package/api/node_modules/stripe/types/Climate/ProductsResource.d.ts +45 -0
- package/api/node_modules/stripe/types/Climate/Suppliers.d.ts +81 -0
- package/api/node_modules/stripe/types/Climate/SuppliersResource.d.ts +45 -0
- package/api/node_modules/stripe/types/ConfirmationTokens.d.ts +1603 -0
- package/api/node_modules/stripe/types/ConfirmationTokensResource.d.ts +27 -0
- package/api/node_modules/stripe/types/ConnectCollectionTransfers.d.ts +40 -0
- package/api/node_modules/stripe/types/CountrySpecs.d.ts +88 -0
- package/api/node_modules/stripe/types/CountrySpecsResource.d.ts +43 -0
- package/api/node_modules/stripe/types/Coupons.d.ts +139 -0
- package/api/node_modules/stripe/types/CouponsResource.d.ts +203 -0
- package/api/node_modules/stripe/types/CreditNoteLineItems.d.ts +185 -0
- package/api/node_modules/stripe/types/CreditNotes.d.ts +340 -0
- package/api/node_modules/stripe/types/CreditNotesResource.d.ts +632 -0
- package/api/node_modules/stripe/types/CustomerBalanceTransactions.d.ts +94 -0
- package/api/node_modules/stripe/types/CustomerCashBalanceTransactions.d.ts +225 -0
- package/api/node_modules/stripe/types/CustomerSessions.d.ts +158 -0
- package/api/node_modules/stripe/types/CustomerSessionsResource.d.ts +138 -0
- package/api/node_modules/stripe/types/CustomerSources.d.ts +9 -0
- package/api/node_modules/stripe/types/Customers.d.ts +304 -0
- package/api/node_modules/stripe/types/CustomersResource.d.ts +1506 -0
- package/api/node_modules/stripe/types/Deprecations.d.ts +215 -0
- package/api/node_modules/stripe/types/Discounts.d.ts +147 -0
- package/api/node_modules/stripe/types/Disputes.d.ts +504 -0
- package/api/node_modules/stripe/types/DisputesResource.d.ts +384 -0
- package/api/node_modules/stripe/types/Entitlements/ActiveEntitlementSummaries.d.ts +32 -0
- package/api/node_modules/stripe/types/Entitlements/ActiveEntitlements.d.ts +37 -0
- package/api/node_modules/stripe/types/Entitlements/ActiveEntitlementsResource.d.ts +49 -0
- package/api/node_modules/stripe/types/Entitlements/Features.d.ts +48 -0
- package/api/node_modules/stripe/types/Entitlements/FeaturesResource.d.ts +118 -0
- package/api/node_modules/stripe/types/EphemeralKeys.d.ts +40 -0
- package/api/node_modules/stripe/types/EphemeralKeysResource.d.ts +65 -0
- package/api/node_modules/stripe/types/Errors.d.ts +280 -0
- package/api/node_modules/stripe/types/EventTypes.d.ts +4084 -0
- package/api/node_modules/stripe/types/Events.d.ts +359 -0
- package/api/node_modules/stripe/types/EventsResource.d.ts +63 -0
- package/api/node_modules/stripe/types/ExchangeRates.d.ts +52 -0
- package/api/node_modules/stripe/types/ExchangeRatesResource.d.ts +43 -0
- package/api/node_modules/stripe/types/ExternalAccounts.d.ts +9 -0
- package/api/node_modules/stripe/types/FeeRefunds.d.ts +54 -0
- package/api/node_modules/stripe/types/FileLinks.d.ts +57 -0
- package/api/node_modules/stripe/types/FileLinksResource.d.ts +114 -0
- package/api/node_modules/stripe/types/Files.d.ts +92 -0
- package/api/node_modules/stripe/types/FilesResource.d.ts +138 -0
- package/api/node_modules/stripe/types/FinancialConnections/AccountOwners.d.ts +52 -0
- package/api/node_modules/stripe/types/FinancialConnections/AccountOwnerships.d.ts +32 -0
- package/api/node_modules/stripe/types/FinancialConnections/Accounts.d.ts +290 -0
- package/api/node_modules/stripe/types/FinancialConnections/AccountsResource.d.ts +179 -0
- package/api/node_modules/stripe/types/FinancialConnections/Sessions.d.ts +111 -0
- package/api/node_modules/stripe/types/FinancialConnections/SessionsResource.d.ts +123 -0
- package/api/node_modules/stripe/types/FinancialConnections/Transactions.d.ts +85 -0
- package/api/node_modules/stripe/types/FinancialConnections/TransactionsResource.d.ts +68 -0
- package/api/node_modules/stripe/types/Forwarding/Requests.d.ts +165 -0
- package/api/node_modules/stripe/types/Forwarding/RequestsResource.d.ts +127 -0
- package/api/node_modules/stripe/types/FundingInstructions.d.ts +297 -0
- package/api/node_modules/stripe/types/Identity/VerificationReports.d.ts +470 -0
- package/api/node_modules/stripe/types/Identity/VerificationReportsResource.d.ts +71 -0
- package/api/node_modules/stripe/types/Identity/VerificationSessions.d.ts +296 -0
- package/api/node_modules/stripe/types/Identity/VerificationSessionsResource.d.ts +336 -0
- package/api/node_modules/stripe/types/InvoiceItems.d.ts +171 -0
- package/api/node_modules/stripe/types/InvoiceItemsResource.d.ts +397 -0
- package/api/node_modules/stripe/types/InvoiceLineItems.d.ts +263 -0
- package/api/node_modules/stripe/types/InvoiceRenderingTemplates.d.ts +55 -0
- package/api/node_modules/stripe/types/InvoiceRenderingTemplatesResource.d.ts +93 -0
- package/api/node_modules/stripe/types/Invoices.d.ts +1549 -0
- package/api/node_modules/stripe/types/InvoicesResource.d.ts +6418 -0
- package/api/node_modules/stripe/types/Issuing/Authorizations.d.ts +688 -0
- package/api/node_modules/stripe/types/Issuing/AuthorizationsResource.d.ts +151 -0
- package/api/node_modules/stripe/types/Issuing/Cardholders.d.ts +1184 -0
- package/api/node_modules/stripe/types/Issuing/CardholdersResource.d.ts +2411 -0
- package/api/node_modules/stripe/types/Issuing/Cards.d.ts +1264 -0
- package/api/node_modules/stripe/types/Issuing/CardsResource.d.ts +2337 -0
- package/api/node_modules/stripe/types/Issuing/Disputes.d.ts +383 -0
- package/api/node_modules/stripe/types/Issuing/DisputesResource.d.ts +776 -0
- package/api/node_modules/stripe/types/Issuing/PersonalizationDesigns.d.ts +142 -0
- package/api/node_modules/stripe/types/Issuing/PersonalizationDesignsResource.d.ts +253 -0
- package/api/node_modules/stripe/types/Issuing/PhysicalBundles.d.ts +75 -0
- package/api/node_modules/stripe/types/Issuing/PhysicalBundlesResource.d.ts +63 -0
- package/api/node_modules/stripe/types/Issuing/Tokens.d.ts +273 -0
- package/api/node_modules/stripe/types/Issuing/TokensResource.d.ts +88 -0
- package/api/node_modules/stripe/types/Issuing/Transactions.d.ts +479 -0
- package/api/node_modules/stripe/types/Issuing/TransactionsResource.d.ts +92 -0
- package/api/node_modules/stripe/types/LineItems.d.ts +130 -0
- package/api/node_modules/stripe/types/LoginLinks.d.ts +25 -0
- package/api/node_modules/stripe/types/Mandates.d.ts +257 -0
- package/api/node_modules/stripe/types/MandatesResource.d.ts +27 -0
- package/api/node_modules/stripe/types/OAuth.d.ts +355 -0
- package/api/node_modules/stripe/types/PaymentIntents.d.ts +2718 -0
- package/api/node_modules/stripe/types/PaymentIntentsResource.d.ts +8453 -0
- package/api/node_modules/stripe/types/PaymentLinks.d.ts +960 -0
- package/api/node_modules/stripe/types/PaymentLinksResource.d.ts +2014 -0
- package/api/node_modules/stripe/types/PaymentMethodConfigurations.d.ts +1577 -0
- package/api/node_modules/stripe/types/PaymentMethodConfigurationsResource.d.ts +2258 -0
- package/api/node_modules/stripe/types/PaymentMethodDomains.d.ts +185 -0
- package/api/node_modules/stripe/types/PaymentMethodDomainsResource.d.ts +126 -0
- package/api/node_modules/stripe/types/PaymentMethods.d.ts +1495 -0
- package/api/node_modules/stripe/types/PaymentMethodsResource.d.ts +1044 -0
- package/api/node_modules/stripe/types/Payouts.d.ts +172 -0
- package/api/node_modules/stripe/types/PayoutsResource.d.ts +196 -0
- package/api/node_modules/stripe/types/Persons.d.ts +723 -0
- package/api/node_modules/stripe/types/Plans.d.ts +202 -0
- package/api/node_modules/stripe/types/PlansResource.d.ts +310 -0
- package/api/node_modules/stripe/types/Prices.d.ts +336 -0
- package/api/node_modules/stripe/types/PricesResource.d.ts +618 -0
- package/api/node_modules/stripe/types/ProductFeatures.d.ts +57 -0
- package/api/node_modules/stripe/types/Products.d.ts +170 -0
- package/api/node_modules/stripe/types/ProductsResource.d.ts +616 -0
- package/api/node_modules/stripe/types/PromotionCodes.d.ts +110 -0
- package/api/node_modules/stripe/types/PromotionCodesResource.d.ts +211 -0
- package/api/node_modules/stripe/types/Quotes.d.ts +649 -0
- package/api/node_modules/stripe/types/QuotesResource.d.ts +849 -0
- package/api/node_modules/stripe/types/Radar/EarlyFraudWarnings.d.ts +55 -0
- package/api/node_modules/stripe/types/Radar/EarlyFraudWarningsResource.d.ts +64 -0
- package/api/node_modules/stripe/types/Radar/ValueListItems.d.ts +74 -0
- package/api/node_modules/stripe/types/Radar/ValueListItemsResource.d.ts +99 -0
- package/api/node_modules/stripe/types/Radar/ValueLists.d.ts +103 -0
- package/api/node_modules/stripe/types/Radar/ValueListsResource.d.ts +155 -0
- package/api/node_modules/stripe/types/Refunds.d.ts +427 -0
- package/api/node_modules/stripe/types/RefundsResource.d.ts +187 -0
- package/api/node_modules/stripe/types/Reporting/ReportRuns.d.ts +115 -0
- package/api/node_modules/stripe/types/Reporting/ReportRunsResource.d.ts +762 -0
- package/api/node_modules/stripe/types/Reporting/ReportTypes.d.ts +64 -0
- package/api/node_modules/stripe/types/Reporting/ReportTypesResource.d.ts +47 -0
- package/api/node_modules/stripe/types/ReserveTransactions.d.ts +32 -0
- package/api/node_modules/stripe/types/Reviews.d.ts +143 -0
- package/api/node_modules/stripe/types/ReviewsResource.d.ts +68 -0
- package/api/node_modules/stripe/types/SetupAttempts.d.ts +830 -0
- package/api/node_modules/stripe/types/SetupAttemptsResource.d.ts +35 -0
- package/api/node_modules/stripe/types/SetupIntents.d.ts +873 -0
- package/api/node_modules/stripe/types/SetupIntentsResource.d.ts +3873 -0
- package/api/node_modules/stripe/types/ShippingRates.d.ts +155 -0
- package/api/node_modules/stripe/types/ShippingRatesResource.d.ts +262 -0
- package/api/node_modules/stripe/types/Sigma/ScheduledQueryRuns.d.ts +76 -0
- package/api/node_modules/stripe/types/Sigma/ScheduledQueryRunsResource.d.ts +47 -0
- package/api/node_modules/stripe/types/SourceMandateNotifications.d.ts +105 -0
- package/api/node_modules/stripe/types/SourceTransactions.d.ts +203 -0
- package/api/node_modules/stripe/types/Sources.d.ts +746 -0
- package/api/node_modules/stripe/types/SourcesResource.d.ts +611 -0
- package/api/node_modules/stripe/types/SubscriptionItems.d.ts +112 -0
- package/api/node_modules/stripe/types/SubscriptionItemsResource.d.ts +488 -0
- package/api/node_modules/stripe/types/SubscriptionSchedules.d.ts +603 -0
- package/api/node_modules/stripe/types/SubscriptionSchedulesResource.d.ts +1389 -0
- package/api/node_modules/stripe/types/Subscriptions.d.ts +763 -0
- package/api/node_modules/stripe/types/SubscriptionsResource.d.ts +2041 -0
- package/api/node_modules/stripe/types/Tax/CalculationLineItems.d.ts +182 -0
- package/api/node_modules/stripe/types/Tax/Calculations.d.ts +499 -0
- package/api/node_modules/stripe/types/Tax/CalculationsResource.d.ts +389 -0
- package/api/node_modules/stripe/types/Tax/Registrations.d.ts +1374 -0
- package/api/node_modules/stripe/types/Tax/RegistrationsResource.d.ts +1782 -0
- package/api/node_modules/stripe/types/Tax/Settings.d.ts +79 -0
- package/api/node_modules/stripe/types/Tax/SettingsResource.d.ts +77 -0
- package/api/node_modules/stripe/types/Tax/TransactionLineItems.d.ts +90 -0
- package/api/node_modules/stripe/types/Tax/Transactions.d.ts +406 -0
- package/api/node_modules/stripe/types/Tax/TransactionsResource.d.ts +182 -0
- package/api/node_modules/stripe/types/TaxCodes.d.ts +30 -0
- package/api/node_modules/stripe/types/TaxCodesResource.d.ts +43 -0
- package/api/node_modules/stripe/types/TaxDeductedAtSources.d.ts +35 -0
- package/api/node_modules/stripe/types/TaxIds.d.ts +240 -0
- package/api/node_modules/stripe/types/TaxIdsResource.d.ts +241 -0
- package/api/node_modules/stripe/types/TaxRates.d.ts +144 -0
- package/api/node_modules/stripe/types/TaxRatesResource.d.ts +215 -0
- package/api/node_modules/stripe/types/Terminal/Configurations.d.ts +424 -0
- package/api/node_modules/stripe/types/Terminal/ConfigurationsResource.d.ts +985 -0
- package/api/node_modules/stripe/types/Terminal/ConnectionTokens.d.ts +29 -0
- package/api/node_modules/stripe/types/Terminal/ConnectionTokensResource.d.ts +32 -0
- package/api/node_modules/stripe/types/Terminal/Locations.d.ts +71 -0
- package/api/node_modules/stripe/types/Terminal/LocationsResource.d.ts +180 -0
- package/api/node_modules/stripe/types/Terminal/Readers.d.ts +344 -0
- package/api/node_modules/stripe/types/Terminal/ReadersResource.d.ts +423 -0
- package/api/node_modules/stripe/types/TestHelpers/ConfirmationTokensResource.d.ts +741 -0
- package/api/node_modules/stripe/types/TestHelpers/CustomersResource.d.ts +40 -0
- package/api/node_modules/stripe/types/TestHelpers/Issuing/AuthorizationsResource.d.ts +1298 -0
- package/api/node_modules/stripe/types/TestHelpers/Issuing/CardsResource.d.ts +121 -0
- package/api/node_modules/stripe/types/TestHelpers/Issuing/PersonalizationDesignsResource.d.ts +113 -0
- package/api/node_modules/stripe/types/TestHelpers/Issuing/TransactionsResource.d.ts +1354 -0
- package/api/node_modules/stripe/types/TestHelpers/RefundsResource.d.ts +29 -0
- package/api/node_modules/stripe/types/TestHelpers/Terminal/ReadersResource.d.ts +71 -0
- package/api/node_modules/stripe/types/TestHelpers/TestClocks.d.ts +98 -0
- package/api/node_modules/stripe/types/TestHelpers/TestClocksResource.d.ts +108 -0
- package/api/node_modules/stripe/types/TestHelpers/Treasury/InboundTransfersResource.d.ts +108 -0
- package/api/node_modules/stripe/types/TestHelpers/Treasury/OutboundPaymentsResource.d.ts +175 -0
- package/api/node_modules/stripe/types/TestHelpers/Treasury/OutboundTransfersResource.d.ts +175 -0
- package/api/node_modules/stripe/types/TestHelpers/Treasury/ReceivedCreditsResource.d.ts +93 -0
- package/api/node_modules/stripe/types/TestHelpers/Treasury/ReceivedDebitsResource.d.ts +91 -0
- package/api/node_modules/stripe/types/ThinEvent.d.ts +36 -0
- package/api/node_modules/stripe/types/Tokens.d.ts +84 -0
- package/api/node_modules/stripe/types/TokensResource.d.ts +950 -0
- package/api/node_modules/stripe/types/Topups.d.ts +103 -0
- package/api/node_modules/stripe/types/TopupsResource.d.ts +158 -0
- package/api/node_modules/stripe/types/TransferReversals.d.ts +72 -0
- package/api/node_modules/stripe/types/Transfers.d.ts +104 -0
- package/api/node_modules/stripe/types/TransfersResource.d.ts +260 -0
- package/api/node_modules/stripe/types/Treasury/CreditReversals.d.ts +92 -0
- package/api/node_modules/stripe/types/Treasury/CreditReversalsResource.d.ts +88 -0
- package/api/node_modules/stripe/types/Treasury/DebitReversals.d.ts +104 -0
- package/api/node_modules/stripe/types/Treasury/DebitReversalsResource.d.ts +95 -0
- package/api/node_modules/stripe/types/Treasury/FinancialAccountFeatures.d.ts +623 -0
- package/api/node_modules/stripe/types/Treasury/FinancialAccounts.d.ts +250 -0
- package/api/node_modules/stripe/types/Treasury/FinancialAccountsResource.d.ts +724 -0
- package/api/node_modules/stripe/types/Treasury/InboundTransfers.d.ts +235 -0
- package/api/node_modules/stripe/types/Treasury/InboundTransfersResource.d.ts +128 -0
- package/api/node_modules/stripe/types/Treasury/OutboundPayments.d.ts +324 -0
- package/api/node_modules/stripe/types/Treasury/OutboundPaymentsResource.d.ts +285 -0
- package/api/node_modules/stripe/types/Treasury/OutboundTransfers.d.ts +299 -0
- package/api/node_modules/stripe/types/Treasury/OutboundTransfersResource.d.ts +179 -0
- package/api/node_modules/stripe/types/Treasury/ReceivedCredits.d.ts +279 -0
- package/api/node_modules/stripe/types/Treasury/ReceivedCreditsResource.d.ts +79 -0
- package/api/node_modules/stripe/types/Treasury/ReceivedDebits.d.ts +222 -0
- package/api/node_modules/stripe/types/Treasury/ReceivedDebitsResource.d.ts +58 -0
- package/api/node_modules/stripe/types/Treasury/TransactionEntries.d.ts +203 -0
- package/api/node_modules/stripe/types/Treasury/TransactionEntriesResource.d.ts +70 -0
- package/api/node_modules/stripe/types/Treasury/Transactions.d.ts +202 -0
- package/api/node_modules/stripe/types/Treasury/TransactionsResource.d.ts +82 -0
- package/api/node_modules/stripe/types/UpcomingInvoices.d.ts +5 -0
- package/api/node_modules/stripe/types/UsageRecordSummaries.d.ts +56 -0
- package/api/node_modules/stripe/types/UsageRecords.d.ts +45 -0
- package/api/node_modules/stripe/types/V2/Billing/MeterEventAdjustments.d.ts +65 -0
- package/api/node_modules/stripe/types/V2/Billing/MeterEventAdjustmentsResource.d.ts +47 -0
- package/api/node_modules/stripe/types/V2/Billing/MeterEventSessionResource.d.ts +26 -0
- package/api/node_modules/stripe/types/V2/Billing/MeterEventSessions.d.ts +45 -0
- package/api/node_modules/stripe/types/V2/Billing/MeterEventStreamResource.d.ts +62 -0
- package/api/node_modules/stripe/types/V2/Billing/MeterEvents.d.ts +54 -0
- package/api/node_modules/stripe/types/V2/Billing/MeterEventsResource.d.ts +52 -0
- package/api/node_modules/stripe/types/V2/Core/EventDestinationsResource.d.ts +281 -0
- package/api/node_modules/stripe/types/V2/Core/EventsResource.d.ts +57 -0
- package/api/node_modules/stripe/types/V2/EventDestinations.d.ts +164 -0
- package/api/node_modules/stripe/types/V2/EventTypes.d.ts +216 -0
- package/api/node_modules/stripe/types/V2/Events.d.ts +75 -0
- package/api/node_modules/stripe/types/WebhookEndpoints.d.ts +101 -0
- package/api/node_modules/stripe/types/WebhookEndpointsResource.d.ts +742 -0
- package/api/node_modules/stripe/types/Webhooks.d.ts +164 -0
- package/api/node_modules/stripe/types/crypto/crypto.d.ts +59 -0
- package/api/node_modules/stripe/types/index.d.ts +561 -0
- package/api/node_modules/stripe/types/lib.d.ts +308 -0
- package/api/node_modules/stripe/types/net/net.d.ts +99 -0
- package/api/node_modules/stripe/types/shared.d.ts +178 -0
- package/api/node_modules/stripe/types/test/.eslintrc.js +6 -0
- package/api/node_modules/stripe/types/test/tsconfig.json +67 -0
- package/api/node_modules/stripe/types/test/typescriptTest.ts +308 -0
- package/api/node_modules/strnum/CHANGELOG.md +40 -0
- package/api/node_modules/strnum/LICENSE +21 -0
- package/api/node_modules/strnum/README.md +104 -0
- package/api/node_modules/strnum/package.json +31 -0
- package/api/node_modules/strnum/strnum.js +161 -0
- package/api/node_modules/tslib/CopyrightNotice.txt +15 -0
- package/api/node_modules/tslib/LICENSE.txt +12 -0
- package/api/node_modules/tslib/README.md +164 -0
- package/api/node_modules/tslib/SECURITY.md +41 -0
- package/api/node_modules/tslib/modules/index.d.ts +38 -0
- package/api/node_modules/tslib/modules/index.js +70 -0
- package/api/node_modules/tslib/modules/package.json +3 -0
- package/api/node_modules/tslib/package.json +47 -0
- package/api/node_modules/tslib/tslib.d.ts +460 -0
- package/api/node_modules/tslib/tslib.es6.html +1 -0
- package/api/node_modules/tslib/tslib.es6.js +402 -0
- package/api/node_modules/tslib/tslib.es6.mjs +401 -0
- package/api/node_modules/tslib/tslib.html +1 -0
- package/api/node_modules/tslib/tslib.js +484 -0
- package/api/node_modules/undici-types/LICENSE +21 -0
- package/api/node_modules/undici-types/README.md +6 -0
- package/api/node_modules/undici-types/agent.d.ts +32 -0
- package/api/node_modules/undici-types/api.d.ts +43 -0
- package/api/node_modules/undici-types/balanced-pool.d.ts +30 -0
- package/api/node_modules/undici-types/cache-interceptor.d.ts +173 -0
- package/api/node_modules/undici-types/cache.d.ts +36 -0
- package/api/node_modules/undici-types/client-stats.d.ts +15 -0
- package/api/node_modules/undici-types/client.d.ts +108 -0
- package/api/node_modules/undici-types/connector.d.ts +34 -0
- package/api/node_modules/undici-types/content-type.d.ts +21 -0
- package/api/node_modules/undici-types/cookies.d.ts +30 -0
- package/api/node_modules/undici-types/diagnostics-channel.d.ts +74 -0
- package/api/node_modules/undici-types/dispatcher.d.ts +276 -0
- package/api/node_modules/undici-types/env-http-proxy-agent.d.ts +22 -0
- package/api/node_modules/undici-types/errors.d.ts +161 -0
- package/api/node_modules/undici-types/eventsource.d.ts +66 -0
- package/api/node_modules/undici-types/fetch.d.ts +211 -0
- package/api/node_modules/undici-types/formdata.d.ts +108 -0
- package/api/node_modules/undici-types/global-dispatcher.d.ts +9 -0
- package/api/node_modules/undici-types/global-origin.d.ts +7 -0
- package/api/node_modules/undici-types/h2c-client.d.ts +73 -0
- package/api/node_modules/undici-types/handlers.d.ts +15 -0
- package/api/node_modules/undici-types/header.d.ts +160 -0
- package/api/node_modules/undici-types/index.d.ts +88 -0
- package/api/node_modules/undici-types/interceptors.d.ts +73 -0
- package/api/node_modules/undici-types/mock-agent.d.ts +68 -0
- package/api/node_modules/undici-types/mock-call-history.d.ts +111 -0
- package/api/node_modules/undici-types/mock-client.d.ts +27 -0
- package/api/node_modules/undici-types/mock-errors.d.ts +12 -0
- package/api/node_modules/undici-types/mock-interceptor.d.ts +94 -0
- package/api/node_modules/undici-types/mock-pool.d.ts +27 -0
- package/api/node_modules/undici-types/package.json +55 -0
- package/api/node_modules/undici-types/patch.d.ts +29 -0
- package/api/node_modules/undici-types/pool-stats.d.ts +19 -0
- package/api/node_modules/undici-types/pool.d.ts +41 -0
- package/api/node_modules/undici-types/proxy-agent.d.ts +29 -0
- package/api/node_modules/undici-types/readable.d.ts +68 -0
- package/api/node_modules/undici-types/retry-agent.d.ts +8 -0
- package/api/node_modules/undici-types/retry-handler.d.ts +125 -0
- package/api/node_modules/undici-types/round-robin-pool.d.ts +41 -0
- package/api/node_modules/undici-types/snapshot-agent.d.ts +109 -0
- package/api/node_modules/undici-types/util.d.ts +18 -0
- package/api/node_modules/undici-types/utility.d.ts +7 -0
- package/api/node_modules/undici-types/webidl.d.ts +341 -0
- package/api/node_modules/undici-types/websocket.d.ts +186 -0
- package/api/orders.js +32 -0
- package/api/package-lock.json +1668 -0
- package/api/package.json +10 -0
- package/api/session.js +25 -0
- package/api/stock.js +22 -0
- package/api/template.yaml +145 -0
- package/api/webhook.js +87 -0
- package/docs/staticart/CUSTOMIZATION.md +63 -0
- package/package.json +75 -0
- package/scripts/build-icons.js +72 -0
- package/scripts/build-products.js +111 -0
- package/scripts/override.js +74 -0
- package/scripts/release.js +85 -0
- package/scripts/setup.js +14 -0
- package/scripts/sync-vendor.js +29 -0
- package/scripts/test.js +57 -0
- package/scripts/update-stock.js +53 -0
- package/scripts/vendor-deps.js +25 -0
- package/src/assets/staticart_logo.svg +133 -0
- package/src/assets/staticart_logo_mark.svg +87 -0
- package/src/components/atoms/app-badge/app-badge.css +4 -0
- package/src/components/atoms/app-badge/app-badge.js +23 -0
- package/src/components/atoms/app-badge/app-badge.test.js +26 -0
- package/src/components/atoms/app-badge/index.js +1 -0
- package/src/components/atoms/app-button/app-button.css +3 -0
- package/src/components/atoms/app-button/app-button.js +41 -0
- package/src/components/atoms/app-button/app-button.test.js +42 -0
- package/src/components/atoms/app-button/index.js +1 -0
- package/src/components/atoms/app-icon/app-icon.css +4 -0
- package/src/components/atoms/app-icon/app-icon.js +69 -0
- package/src/components/atoms/app-icon/app-icon.test.js +30 -0
- package/src/components/atoms/app-icon/index.js +1 -0
- package/src/components/atoms/cart-count/cart-count.css +18 -0
- package/src/components/atoms/cart-count/cart-count.js +18 -0
- package/src/components/atoms/cart-count/cart-count.test.js +37 -0
- package/src/components/atoms/cart-count/index.js +1 -0
- package/src/components/atoms/region-select/region-select.css +21 -0
- package/src/components/atoms/region-select/region-select.js +62 -0
- package/src/components/atoms/theme-toggle/index.js +1 -0
- package/src/components/atoms/theme-toggle/theme-toggle.css +10 -0
- package/src/components/atoms/theme-toggle/theme-toggle.js +46 -0
- package/src/components/molecules/cart-item/cart-item.css +47 -0
- package/src/components/molecules/cart-item/cart-item.js +81 -0
- package/src/components/molecules/cart-item/cart-item.test.js +51 -0
- package/src/components/molecules/cart-item/index.js +1 -0
- package/src/components/molecules/product-card/helpers.js +45 -0
- package/src/components/molecules/product-card/index.js +1 -0
- package/src/components/molecules/product-card/product-card.css +118 -0
- package/src/components/molecules/product-card/product-card.js +101 -0
- package/src/components/molecules/product-card/product-card.test.js +51 -0
- package/src/components/molecules/related-products/related-products.css +54 -0
- package/src/components/molecules/related-products/related-products.js +90 -0
- package/src/components/molecules/series-gallery/series-gallery.css +54 -0
- package/src/components/molecules/series-gallery/series-gallery.js +60 -0
- package/src/components/organisms/app-footer/app-footer.css +63 -0
- package/src/components/organisms/app-footer/app-footer.js +40 -0
- package/src/components/organisms/app-header/app-header.css +59 -0
- package/src/components/organisms/app-header/app-header.js +77 -0
- package/src/components/organisms/app-header/app-header.test.js +26 -0
- package/src/components/organisms/app-header/index.js +1 -0
- package/src/components/organisms/product-grid/index.js +1 -0
- package/src/components/organisms/product-grid/product-grid.css +29 -0
- package/src/components/organisms/product-grid/product-grid.js +142 -0
- package/src/components/organisms/product-grid/product-grid.test.js +98 -0
- package/src/data/products.json +107 -0
- package/src/icons.json +25 -0
- package/src/index.html +49 -0
- package/src/locales/es.json +36 -0
- package/src/locales/overrides.es.json +7 -0
- package/src/locales/overrides.json +7 -0
- package/src/pages/cart/cart-view.js +114 -0
- package/src/pages/cart/helpers.js +47 -0
- package/src/pages/catalog/catalog-view.js +119 -0
- package/src/pages/content/content-page-view.js +69 -0
- package/src/pages/home/home-view.js +39 -0
- package/src/pages/not-found/not-found-view.js +65 -0
- package/src/pages/order-cancelled/order-cancelled-view.js +25 -0
- package/src/pages/order-success/order-success-view.js +65 -0
- package/src/pages/orders/orders-view.js +98 -0
- package/src/pages/product-detail/helpers.js +79 -0
- package/src/pages/product-detail/product-detail-view.js +137 -0
- package/src/router/index.js +64 -0
- package/src/server.js +112 -0
- package/src/store/AppState.js +27 -0
- package/src/store/CartState.js +94 -0
- package/src/store/Product.js +85 -0
- package/src/store/UserPrefs.js +44 -0
- package/src/styles/buttons.css +87 -0
- package/src/styles/components.css +22 -0
- package/src/styles/forms.css +20 -0
- package/src/styles/pages-cart.css +132 -0
- package/src/styles/pages-content.css +59 -0
- package/src/styles/pages-orders.css +53 -0
- package/src/styles/pages.css +150 -0
- package/src/styles/reset.css +38 -0
- package/src/styles/shared.css +140 -0
- package/src/styles/tokens.css +69 -0
- package/src/utils/checkout.js +31 -0
- package/src/utils/formatDate.js +41 -0
- package/src/utils/formatPrice.js +37 -0
- package/src/utils/i18n.js +100 -0
- package/src/utils/parseFrontmatter.js +27 -0
- package/src/utils/productVariants.js +42 -0
- package/src/utils/renderMarkdown.js +24 -0
- package/src/utils/renderMetadata.js +38 -0
- package/src/utils/setPageMeta.js +24 -0
- package/src/utils/shippingBreakdown.js +108 -0
- package/src/utils/shippingEstimate.js +82 -0
- package/src/utils/statusColors.js +60 -0
- package/src/utils/storeConfig.js +24 -0
- package/src/vendor/hybrids/cache.js +230 -0
- package/src/vendor/hybrids/children.js +43 -0
- package/src/vendor/hybrids/define.js +224 -0
- package/src/vendor/hybrids/emitter.js +31 -0
- package/src/vendor/hybrids/index.js +13 -0
- package/src/vendor/hybrids/localize.js +193 -0
- package/src/vendor/hybrids/mount.js +57 -0
- package/src/vendor/hybrids/parent.js +32 -0
- package/src/vendor/hybrids/render.js +58 -0
- package/src/vendor/hybrids/router.js +1214 -0
- package/src/vendor/hybrids/store.js +1809 -0
- package/src/vendor/hybrids/template/core.js +584 -0
- package/src/vendor/hybrids/template/helpers/index.js +3 -0
- package/src/vendor/hybrids/template/helpers/resolve.js +33 -0
- package/src/vendor/hybrids/template/helpers/set.js +88 -0
- package/src/vendor/hybrids/template/helpers/transition.js +31 -0
- package/src/vendor/hybrids/template/index.js +45 -0
- package/src/vendor/hybrids/template/layout.js +320 -0
- package/src/vendor/hybrids/template/methods.js +32 -0
- package/src/vendor/hybrids/template/resolvers/array.js +113 -0
- package/src/vendor/hybrids/template/resolvers/class.js +43 -0
- package/src/vendor/hybrids/template/resolvers/event.js +35 -0
- package/src/vendor/hybrids/template/resolvers/node.js +10 -0
- package/src/vendor/hybrids/template/resolvers/property.js +55 -0
- package/src/vendor/hybrids/template/resolvers/style.js +36 -0
- package/src/vendor/hybrids/template/resolvers/value.js +50 -0
- package/src/vendor/hybrids/template/utils.js +49 -0
- package/src/vendor/hybrids/utils.js +56 -0
- package/src/vendor/hybrids/value.js +60 -0
- package/templates/.env +22 -0
- package/templates/scripts/build-icons.js +60 -0
- package/templates/scripts/setup.js +15 -0
- package/templates/scripts/vendor-platform.js +36 -0
- package/templates/src/data/products.json +17 -0
- package/templates/src/favicon.svg +87 -0
- package/templates/src/index.html +49 -0
- package/templates/src/locales/overrides.json +2 -0
- package/templates/src/server.js +112 -0
- package/templates/src/styles/tokens.css +69 -0
- package/templates/staticart.config.json +15 -0
- package/vendor/components/atoms/app-badge/app-badge.css +4 -0
- package/vendor/components/atoms/app-badge/app-badge.js +23 -0
- package/vendor/components/atoms/app-badge/app-badge.test.js +26 -0
- package/vendor/components/atoms/app-badge/index.js +1 -0
- package/vendor/components/atoms/app-button/app-button.css +3 -0
- package/vendor/components/atoms/app-button/app-button.js +41 -0
- package/vendor/components/atoms/app-button/app-button.test.js +42 -0
- package/vendor/components/atoms/app-button/index.js +1 -0
- package/vendor/components/atoms/app-icon/app-icon.css +4 -0
- package/vendor/components/atoms/app-icon/app-icon.js +69 -0
- package/vendor/components/atoms/app-icon/app-icon.test.js +30 -0
- package/vendor/components/atoms/app-icon/index.js +1 -0
- package/vendor/components/atoms/cart-count/cart-count.css +18 -0
- package/vendor/components/atoms/cart-count/cart-count.js +18 -0
- package/vendor/components/atoms/cart-count/cart-count.test.js +37 -0
- package/vendor/components/atoms/cart-count/index.js +1 -0
- package/vendor/components/atoms/region-select/region-select.css +21 -0
- package/vendor/components/atoms/region-select/region-select.js +62 -0
- package/vendor/components/atoms/theme-toggle/index.js +1 -0
- package/vendor/components/atoms/theme-toggle/theme-toggle.css +10 -0
- package/vendor/components/atoms/theme-toggle/theme-toggle.js +46 -0
- package/vendor/components/molecules/cart-item/cart-item.css +47 -0
- package/vendor/components/molecules/cart-item/cart-item.js +81 -0
- package/vendor/components/molecules/cart-item/cart-item.test.js +51 -0
- package/vendor/components/molecules/cart-item/index.js +1 -0
- package/vendor/components/molecules/product-card/helpers.js +45 -0
- package/vendor/components/molecules/product-card/index.js +1 -0
- package/vendor/components/molecules/product-card/product-card.css +118 -0
- package/vendor/components/molecules/product-card/product-card.js +101 -0
- package/vendor/components/molecules/product-card/product-card.test.js +51 -0
- package/vendor/components/molecules/related-products/related-products.css +54 -0
- package/vendor/components/molecules/related-products/related-products.js +90 -0
- package/vendor/components/molecules/series-gallery/series-gallery.css +54 -0
- package/vendor/components/molecules/series-gallery/series-gallery.js +60 -0
- package/vendor/components/organisms/app-footer/app-footer.css +63 -0
- package/vendor/components/organisms/app-footer/app-footer.js +40 -0
- package/vendor/components/organisms/app-header/app-header.css +59 -0
- package/vendor/components/organisms/app-header/app-header.js +77 -0
- package/vendor/components/organisms/app-header/app-header.test.js +26 -0
- package/vendor/components/organisms/app-header/index.js +1 -0
- package/vendor/components/organisms/product-grid/index.js +1 -0
- package/vendor/components/organisms/product-grid/product-grid.css +29 -0
- package/vendor/components/organisms/product-grid/product-grid.js +142 -0
- package/vendor/components/organisms/product-grid/product-grid.test.js +98 -0
- package/vendor/locales/es.json +36 -0
- package/vendor/locales/overrides.es.json +7 -0
- package/vendor/locales/overrides.json +7 -0
- package/vendor/pages/cart/cart-view.js +114 -0
- package/vendor/pages/cart/helpers.js +47 -0
- package/vendor/pages/catalog/catalog-view.js +119 -0
- package/vendor/pages/content/content-page-view.js +69 -0
- package/vendor/pages/home/home-view.js +39 -0
- package/vendor/pages/not-found/not-found-view.js +65 -0
- package/vendor/pages/order-cancelled/order-cancelled-view.js +25 -0
- package/vendor/pages/order-success/order-success-view.js +65 -0
- package/vendor/pages/orders/orders-view.js +98 -0
- package/vendor/pages/product-detail/helpers.js +79 -0
- package/vendor/pages/product-detail/product-detail-view.js +137 -0
- package/vendor/router/index.js +64 -0
- package/vendor/store/AppState.js +27 -0
- package/vendor/store/CartState.js +94 -0
- package/vendor/store/Product.js +85 -0
- package/vendor/store/UserPrefs.js +44 -0
- package/vendor/styles/buttons.css +87 -0
- package/vendor/styles/components.css +22 -0
- package/vendor/styles/forms.css +20 -0
- package/vendor/styles/pages-cart.css +132 -0
- package/vendor/styles/pages-content.css +59 -0
- package/vendor/styles/pages-orders.css +53 -0
- package/vendor/styles/pages.css +150 -0
- package/vendor/styles/reset.css +38 -0
- package/vendor/styles/shared.css +140 -0
- package/vendor/styles/tokens.css +69 -0
- package/vendor/utils/checkout.js +31 -0
- package/vendor/utils/formatDate.js +41 -0
- package/vendor/utils/formatPrice.js +37 -0
- package/vendor/utils/i18n.js +100 -0
- package/vendor/utils/parseFrontmatter.js +27 -0
- package/vendor/utils/productVariants.js +42 -0
- package/vendor/utils/renderMarkdown.js +24 -0
- package/vendor/utils/renderMetadata.js +38 -0
- package/vendor/utils/setPageMeta.js +24 -0
- package/vendor/utils/shippingBreakdown.js +108 -0
- package/vendor/utils/shippingEstimate.js +82 -0
- package/vendor/utils/statusColors.js +60 -0
- package/vendor/utils/storeConfig.js +24 -0
|
@@ -0,0 +1,4084 @@
|
|
|
1
|
+
// File generated from our OpenAPI spec
|
|
2
|
+
|
|
3
|
+
declare module 'stripe' {
|
|
4
|
+
namespace Stripe {
|
|
5
|
+
export type Event =
|
|
6
|
+
| AccountApplicationAuthorizedEvent
|
|
7
|
+
| AccountApplicationDeauthorizedEvent
|
|
8
|
+
| AccountExternalAccountCreatedEvent
|
|
9
|
+
| AccountExternalAccountDeletedEvent
|
|
10
|
+
| AccountExternalAccountUpdatedEvent
|
|
11
|
+
| AccountUpdatedEvent
|
|
12
|
+
| ApplicationFeeCreatedEvent
|
|
13
|
+
| ApplicationFeeRefundUpdatedEvent
|
|
14
|
+
| ApplicationFeeRefundedEvent
|
|
15
|
+
| BalanceAvailableEvent
|
|
16
|
+
| BillingAlertTriggeredEvent
|
|
17
|
+
| BillingPortalConfigurationCreatedEvent
|
|
18
|
+
| BillingPortalConfigurationUpdatedEvent
|
|
19
|
+
| BillingPortalSessionCreatedEvent
|
|
20
|
+
| CapabilityUpdatedEvent
|
|
21
|
+
| CashBalanceFundsAvailableEvent
|
|
22
|
+
| ChargeCapturedEvent
|
|
23
|
+
| ChargeDisputeClosedEvent
|
|
24
|
+
| ChargeDisputeCreatedEvent
|
|
25
|
+
| ChargeDisputeFundsReinstatedEvent
|
|
26
|
+
| ChargeDisputeFundsWithdrawnEvent
|
|
27
|
+
| ChargeDisputeUpdatedEvent
|
|
28
|
+
| ChargeExpiredEvent
|
|
29
|
+
| ChargeFailedEvent
|
|
30
|
+
| ChargePendingEvent
|
|
31
|
+
| ChargeRefundUpdatedEvent
|
|
32
|
+
| ChargeRefundedEvent
|
|
33
|
+
| ChargeSucceededEvent
|
|
34
|
+
| ChargeUpdatedEvent
|
|
35
|
+
| CheckoutSessionAsyncPaymentFailedEvent
|
|
36
|
+
| CheckoutSessionAsyncPaymentSucceededEvent
|
|
37
|
+
| CheckoutSessionCompletedEvent
|
|
38
|
+
| CheckoutSessionExpiredEvent
|
|
39
|
+
| ClimateOrderCanceledEvent
|
|
40
|
+
| ClimateOrderCreatedEvent
|
|
41
|
+
| ClimateOrderDelayedEvent
|
|
42
|
+
| ClimateOrderDeliveredEvent
|
|
43
|
+
| ClimateOrderProductSubstitutedEvent
|
|
44
|
+
| ClimateProductCreatedEvent
|
|
45
|
+
| ClimateProductPricingUpdatedEvent
|
|
46
|
+
| CouponCreatedEvent
|
|
47
|
+
| CouponDeletedEvent
|
|
48
|
+
| CouponUpdatedEvent
|
|
49
|
+
| CreditNoteCreatedEvent
|
|
50
|
+
| CreditNoteUpdatedEvent
|
|
51
|
+
| CreditNoteVoidedEvent
|
|
52
|
+
| CustomerCreatedEvent
|
|
53
|
+
| CustomerDeletedEvent
|
|
54
|
+
| CustomerDiscountCreatedEvent
|
|
55
|
+
| CustomerDiscountDeletedEvent
|
|
56
|
+
| CustomerDiscountUpdatedEvent
|
|
57
|
+
| CustomerSourceCreatedEvent
|
|
58
|
+
| CustomerSourceDeletedEvent
|
|
59
|
+
| CustomerSourceExpiringEvent
|
|
60
|
+
| CustomerSourceUpdatedEvent
|
|
61
|
+
| CustomerSubscriptionCreatedEvent
|
|
62
|
+
| CustomerSubscriptionDeletedEvent
|
|
63
|
+
| CustomerSubscriptionPausedEvent
|
|
64
|
+
| CustomerSubscriptionPendingUpdateAppliedEvent
|
|
65
|
+
| CustomerSubscriptionPendingUpdateExpiredEvent
|
|
66
|
+
| CustomerSubscriptionResumedEvent
|
|
67
|
+
| CustomerSubscriptionTrialWillEndEvent
|
|
68
|
+
| CustomerSubscriptionUpdatedEvent
|
|
69
|
+
| CustomerTaxIdCreatedEvent
|
|
70
|
+
| CustomerTaxIdDeletedEvent
|
|
71
|
+
| CustomerTaxIdUpdatedEvent
|
|
72
|
+
| CustomerUpdatedEvent
|
|
73
|
+
| CustomerCashBalanceTransactionCreatedEvent
|
|
74
|
+
| EntitlementsActiveEntitlementSummaryUpdatedEvent
|
|
75
|
+
| FileCreatedEvent
|
|
76
|
+
| FinancialConnectionsAccountCreatedEvent
|
|
77
|
+
| FinancialConnectionsAccountDeactivatedEvent
|
|
78
|
+
| FinancialConnectionsAccountDisconnectedEvent
|
|
79
|
+
| FinancialConnectionsAccountReactivatedEvent
|
|
80
|
+
| FinancialConnectionsAccountRefreshedBalanceEvent
|
|
81
|
+
| FinancialConnectionsAccountRefreshedOwnershipEvent
|
|
82
|
+
| FinancialConnectionsAccountRefreshedTransactionsEvent
|
|
83
|
+
| IdentityVerificationSessionCanceledEvent
|
|
84
|
+
| IdentityVerificationSessionCreatedEvent
|
|
85
|
+
| IdentityVerificationSessionProcessingEvent
|
|
86
|
+
| IdentityVerificationSessionRedactedEvent
|
|
87
|
+
| IdentityVerificationSessionRequiresInputEvent
|
|
88
|
+
| IdentityVerificationSessionVerifiedEvent
|
|
89
|
+
| InvoiceCreatedEvent
|
|
90
|
+
| InvoiceDeletedEvent
|
|
91
|
+
| InvoiceFinalizationFailedEvent
|
|
92
|
+
| InvoiceFinalizedEvent
|
|
93
|
+
| InvoiceMarkedUncollectibleEvent
|
|
94
|
+
| InvoiceOverdueEvent
|
|
95
|
+
| InvoicePaidEvent
|
|
96
|
+
| InvoicePaymentActionRequiredEvent
|
|
97
|
+
| InvoicePaymentFailedEvent
|
|
98
|
+
| InvoicePaymentSucceededEvent
|
|
99
|
+
| InvoiceSentEvent
|
|
100
|
+
| InvoiceUpcomingEvent
|
|
101
|
+
| InvoiceUpdatedEvent
|
|
102
|
+
| InvoiceVoidedEvent
|
|
103
|
+
| InvoiceWillBeDueEvent
|
|
104
|
+
| InvoiceItemCreatedEvent
|
|
105
|
+
| InvoiceItemDeletedEvent
|
|
106
|
+
| IssuingAuthorizationCreatedEvent
|
|
107
|
+
| IssuingAuthorizationRequestEvent
|
|
108
|
+
| IssuingAuthorizationUpdatedEvent
|
|
109
|
+
| IssuingCardCreatedEvent
|
|
110
|
+
| IssuingCardUpdatedEvent
|
|
111
|
+
| IssuingCardholderCreatedEvent
|
|
112
|
+
| IssuingCardholderUpdatedEvent
|
|
113
|
+
| IssuingDisputeClosedEvent
|
|
114
|
+
| IssuingDisputeCreatedEvent
|
|
115
|
+
| IssuingDisputeFundsReinstatedEvent
|
|
116
|
+
| IssuingDisputeFundsRescindedEvent
|
|
117
|
+
| IssuingDisputeSubmittedEvent
|
|
118
|
+
| IssuingDisputeUpdatedEvent
|
|
119
|
+
| IssuingPersonalizationDesignActivatedEvent
|
|
120
|
+
| IssuingPersonalizationDesignDeactivatedEvent
|
|
121
|
+
| IssuingPersonalizationDesignRejectedEvent
|
|
122
|
+
| IssuingPersonalizationDesignUpdatedEvent
|
|
123
|
+
| IssuingTokenCreatedEvent
|
|
124
|
+
| IssuingTokenUpdatedEvent
|
|
125
|
+
| IssuingTransactionCreatedEvent
|
|
126
|
+
| IssuingTransactionPurchaseDetailsReceiptUpdatedEvent
|
|
127
|
+
| IssuingTransactionUpdatedEvent
|
|
128
|
+
| MandateUpdatedEvent
|
|
129
|
+
| PaymentIntentAmountCapturableUpdatedEvent
|
|
130
|
+
| PaymentIntentCanceledEvent
|
|
131
|
+
| PaymentIntentCreatedEvent
|
|
132
|
+
| PaymentIntentPartiallyFundedEvent
|
|
133
|
+
| PaymentIntentPaymentFailedEvent
|
|
134
|
+
| PaymentIntentProcessingEvent
|
|
135
|
+
| PaymentIntentRequiresActionEvent
|
|
136
|
+
| PaymentIntentSucceededEvent
|
|
137
|
+
| PaymentLinkCreatedEvent
|
|
138
|
+
| PaymentLinkUpdatedEvent
|
|
139
|
+
| PaymentMethodAttachedEvent
|
|
140
|
+
| PaymentMethodAutomaticallyUpdatedEvent
|
|
141
|
+
| PaymentMethodDetachedEvent
|
|
142
|
+
| PaymentMethodUpdatedEvent
|
|
143
|
+
| PayoutCanceledEvent
|
|
144
|
+
| PayoutCreatedEvent
|
|
145
|
+
| PayoutFailedEvent
|
|
146
|
+
| PayoutPaidEvent
|
|
147
|
+
| PayoutReconciliationCompletedEvent
|
|
148
|
+
| PayoutUpdatedEvent
|
|
149
|
+
| PersonCreatedEvent
|
|
150
|
+
| PersonDeletedEvent
|
|
151
|
+
| PersonUpdatedEvent
|
|
152
|
+
| PlanCreatedEvent
|
|
153
|
+
| PlanDeletedEvent
|
|
154
|
+
| PlanUpdatedEvent
|
|
155
|
+
| PriceCreatedEvent
|
|
156
|
+
| PriceDeletedEvent
|
|
157
|
+
| PriceUpdatedEvent
|
|
158
|
+
| ProductCreatedEvent
|
|
159
|
+
| ProductDeletedEvent
|
|
160
|
+
| ProductUpdatedEvent
|
|
161
|
+
| PromotionCodeCreatedEvent
|
|
162
|
+
| PromotionCodeUpdatedEvent
|
|
163
|
+
| QuoteAcceptedEvent
|
|
164
|
+
| QuoteCanceledEvent
|
|
165
|
+
| QuoteCreatedEvent
|
|
166
|
+
| QuoteFinalizedEvent
|
|
167
|
+
| RadarEarlyFraudWarningCreatedEvent
|
|
168
|
+
| RadarEarlyFraudWarningUpdatedEvent
|
|
169
|
+
| RefundCreatedEvent
|
|
170
|
+
| RefundFailedEvent
|
|
171
|
+
| RefundUpdatedEvent
|
|
172
|
+
| ReportingReportRunFailedEvent
|
|
173
|
+
| ReportingReportRunSucceededEvent
|
|
174
|
+
| ReportingReportTypeUpdatedEvent
|
|
175
|
+
| ReviewClosedEvent
|
|
176
|
+
| ReviewOpenedEvent
|
|
177
|
+
| SetupIntentCanceledEvent
|
|
178
|
+
| SetupIntentCreatedEvent
|
|
179
|
+
| SetupIntentRequiresActionEvent
|
|
180
|
+
| SetupIntentSetupFailedEvent
|
|
181
|
+
| SetupIntentSucceededEvent
|
|
182
|
+
| SigmaScheduledQueryRunCreatedEvent
|
|
183
|
+
| SourceCanceledEvent
|
|
184
|
+
| SourceChargeableEvent
|
|
185
|
+
| SourceFailedEvent
|
|
186
|
+
| SourceMandateNotificationEvent
|
|
187
|
+
| SourceRefundAttributesRequiredEvent
|
|
188
|
+
| SourceTransactionCreatedEvent
|
|
189
|
+
| SourceTransactionUpdatedEvent
|
|
190
|
+
| SubscriptionScheduleAbortedEvent
|
|
191
|
+
| SubscriptionScheduleCanceledEvent
|
|
192
|
+
| SubscriptionScheduleCompletedEvent
|
|
193
|
+
| SubscriptionScheduleCreatedEvent
|
|
194
|
+
| SubscriptionScheduleExpiringEvent
|
|
195
|
+
| SubscriptionScheduleReleasedEvent
|
|
196
|
+
| SubscriptionScheduleUpdatedEvent
|
|
197
|
+
| TaxSettingsUpdatedEvent
|
|
198
|
+
| TaxRateCreatedEvent
|
|
199
|
+
| TaxRateUpdatedEvent
|
|
200
|
+
| TerminalReaderActionFailedEvent
|
|
201
|
+
| TerminalReaderActionSucceededEvent
|
|
202
|
+
| TestHelpersTestClockAdvancingEvent
|
|
203
|
+
| TestHelpersTestClockCreatedEvent
|
|
204
|
+
| TestHelpersTestClockDeletedEvent
|
|
205
|
+
| TestHelpersTestClockInternalFailureEvent
|
|
206
|
+
| TestHelpersTestClockReadyEvent
|
|
207
|
+
| TopupCanceledEvent
|
|
208
|
+
| TopupCreatedEvent
|
|
209
|
+
| TopupFailedEvent
|
|
210
|
+
| TopupReversedEvent
|
|
211
|
+
| TopupSucceededEvent
|
|
212
|
+
| TransferCreatedEvent
|
|
213
|
+
| TransferReversedEvent
|
|
214
|
+
| TransferUpdatedEvent
|
|
215
|
+
| TreasuryCreditReversalCreatedEvent
|
|
216
|
+
| TreasuryCreditReversalPostedEvent
|
|
217
|
+
| TreasuryDebitReversalCompletedEvent
|
|
218
|
+
| TreasuryDebitReversalCreatedEvent
|
|
219
|
+
| TreasuryDebitReversalInitialCreditGrantedEvent
|
|
220
|
+
| TreasuryFinancialAccountClosedEvent
|
|
221
|
+
| TreasuryFinancialAccountCreatedEvent
|
|
222
|
+
| TreasuryFinancialAccountFeaturesStatusUpdatedEvent
|
|
223
|
+
| TreasuryInboundTransferCanceledEvent
|
|
224
|
+
| TreasuryInboundTransferCreatedEvent
|
|
225
|
+
| TreasuryInboundTransferFailedEvent
|
|
226
|
+
| TreasuryInboundTransferSucceededEvent
|
|
227
|
+
| TreasuryOutboundPaymentCanceledEvent
|
|
228
|
+
| TreasuryOutboundPaymentCreatedEvent
|
|
229
|
+
| TreasuryOutboundPaymentExpectedArrivalDateUpdatedEvent
|
|
230
|
+
| TreasuryOutboundPaymentFailedEvent
|
|
231
|
+
| TreasuryOutboundPaymentPostedEvent
|
|
232
|
+
| TreasuryOutboundPaymentReturnedEvent
|
|
233
|
+
| TreasuryOutboundPaymentTrackingDetailsUpdatedEvent
|
|
234
|
+
| TreasuryOutboundTransferCanceledEvent
|
|
235
|
+
| TreasuryOutboundTransferCreatedEvent
|
|
236
|
+
| TreasuryOutboundTransferExpectedArrivalDateUpdatedEvent
|
|
237
|
+
| TreasuryOutboundTransferFailedEvent
|
|
238
|
+
| TreasuryOutboundTransferPostedEvent
|
|
239
|
+
| TreasuryOutboundTransferReturnedEvent
|
|
240
|
+
| TreasuryOutboundTransferTrackingDetailsUpdatedEvent
|
|
241
|
+
| TreasuryReceivedCreditCreatedEvent
|
|
242
|
+
| TreasuryReceivedCreditFailedEvent
|
|
243
|
+
| TreasuryReceivedCreditSucceededEvent
|
|
244
|
+
| TreasuryReceivedDebitCreatedEvent;
|
|
245
|
+
}
|
|
246
|
+
|
|
247
|
+
namespace Stripe {
|
|
248
|
+
/**
|
|
249
|
+
* Occurs whenever a user authorizes an application. Sent to the related application only.
|
|
250
|
+
*/
|
|
251
|
+
interface AccountApplicationAuthorizedEvent extends EventBase {
|
|
252
|
+
type: 'account.application.authorized';
|
|
253
|
+
data: AccountApplicationAuthorizedEvent.Data;
|
|
254
|
+
}
|
|
255
|
+
|
|
256
|
+
namespace AccountApplicationAuthorizedEvent {
|
|
257
|
+
interface Data extends Stripe.Event.Data {
|
|
258
|
+
object: Stripe.Application;
|
|
259
|
+
|
|
260
|
+
previous_attributes?: Partial<Stripe.Application>;
|
|
261
|
+
}
|
|
262
|
+
}
|
|
263
|
+
|
|
264
|
+
/**
|
|
265
|
+
* Occurs whenever a user deauthorizes an application. Sent to the related application only.
|
|
266
|
+
*/
|
|
267
|
+
interface AccountApplicationDeauthorizedEvent extends EventBase {
|
|
268
|
+
type: 'account.application.deauthorized';
|
|
269
|
+
data: AccountApplicationDeauthorizedEvent.Data;
|
|
270
|
+
}
|
|
271
|
+
|
|
272
|
+
namespace AccountApplicationDeauthorizedEvent {
|
|
273
|
+
interface Data extends Stripe.Event.Data {
|
|
274
|
+
object: Stripe.Application;
|
|
275
|
+
|
|
276
|
+
previous_attributes?: Partial<Stripe.Application>;
|
|
277
|
+
}
|
|
278
|
+
}
|
|
279
|
+
|
|
280
|
+
/**
|
|
281
|
+
* Occurs whenever an external account is created.
|
|
282
|
+
*/
|
|
283
|
+
interface AccountExternalAccountCreatedEvent extends EventBase {
|
|
284
|
+
type: 'account.external_account.created';
|
|
285
|
+
data: AccountExternalAccountCreatedEvent.Data;
|
|
286
|
+
}
|
|
287
|
+
|
|
288
|
+
namespace AccountExternalAccountCreatedEvent {
|
|
289
|
+
interface Data extends Stripe.Event.Data {
|
|
290
|
+
object: Stripe.ExternalAccount;
|
|
291
|
+
|
|
292
|
+
previous_attributes?: Partial<Stripe.ExternalAccount>;
|
|
293
|
+
}
|
|
294
|
+
}
|
|
295
|
+
|
|
296
|
+
/**
|
|
297
|
+
* Occurs whenever an external account is deleted.
|
|
298
|
+
*/
|
|
299
|
+
interface AccountExternalAccountDeletedEvent extends EventBase {
|
|
300
|
+
type: 'account.external_account.deleted';
|
|
301
|
+
data: AccountExternalAccountDeletedEvent.Data;
|
|
302
|
+
}
|
|
303
|
+
|
|
304
|
+
namespace AccountExternalAccountDeletedEvent {
|
|
305
|
+
interface Data extends Stripe.Event.Data {
|
|
306
|
+
object: Stripe.ExternalAccount;
|
|
307
|
+
|
|
308
|
+
previous_attributes?: Partial<Stripe.ExternalAccount>;
|
|
309
|
+
}
|
|
310
|
+
}
|
|
311
|
+
|
|
312
|
+
/**
|
|
313
|
+
* Occurs whenever an external account is updated.
|
|
314
|
+
*/
|
|
315
|
+
interface AccountExternalAccountUpdatedEvent extends EventBase {
|
|
316
|
+
type: 'account.external_account.updated';
|
|
317
|
+
data: AccountExternalAccountUpdatedEvent.Data;
|
|
318
|
+
}
|
|
319
|
+
|
|
320
|
+
namespace AccountExternalAccountUpdatedEvent {
|
|
321
|
+
interface Data extends Stripe.Event.Data {
|
|
322
|
+
object: Stripe.ExternalAccount;
|
|
323
|
+
|
|
324
|
+
previous_attributes?: Partial<Stripe.ExternalAccount>;
|
|
325
|
+
}
|
|
326
|
+
}
|
|
327
|
+
|
|
328
|
+
/**
|
|
329
|
+
* Occurs whenever an account status or property has changed.
|
|
330
|
+
*/
|
|
331
|
+
interface AccountUpdatedEvent extends EventBase {
|
|
332
|
+
type: 'account.updated';
|
|
333
|
+
data: AccountUpdatedEvent.Data;
|
|
334
|
+
}
|
|
335
|
+
|
|
336
|
+
namespace AccountUpdatedEvent {
|
|
337
|
+
interface Data extends Stripe.Event.Data {
|
|
338
|
+
object: Stripe.Account;
|
|
339
|
+
|
|
340
|
+
previous_attributes?: Partial<Stripe.Account>;
|
|
341
|
+
}
|
|
342
|
+
}
|
|
343
|
+
|
|
344
|
+
/**
|
|
345
|
+
* Occurs whenever an application fee is created on a charge.
|
|
346
|
+
*/
|
|
347
|
+
interface ApplicationFeeCreatedEvent extends EventBase {
|
|
348
|
+
type: 'application_fee.created';
|
|
349
|
+
data: ApplicationFeeCreatedEvent.Data;
|
|
350
|
+
}
|
|
351
|
+
|
|
352
|
+
namespace ApplicationFeeCreatedEvent {
|
|
353
|
+
interface Data extends Stripe.Event.Data {
|
|
354
|
+
object: Stripe.ApplicationFee;
|
|
355
|
+
|
|
356
|
+
previous_attributes?: Partial<Stripe.ApplicationFee>;
|
|
357
|
+
}
|
|
358
|
+
}
|
|
359
|
+
|
|
360
|
+
/**
|
|
361
|
+
* Occurs whenever an application fee refund is updated.
|
|
362
|
+
*/
|
|
363
|
+
interface ApplicationFeeRefundUpdatedEvent extends EventBase {
|
|
364
|
+
type: 'application_fee.refund.updated';
|
|
365
|
+
data: ApplicationFeeRefundUpdatedEvent.Data;
|
|
366
|
+
}
|
|
367
|
+
|
|
368
|
+
namespace ApplicationFeeRefundUpdatedEvent {
|
|
369
|
+
interface Data extends Stripe.Event.Data {
|
|
370
|
+
object: Stripe.FeeRefund;
|
|
371
|
+
|
|
372
|
+
previous_attributes?: Partial<Stripe.FeeRefund>;
|
|
373
|
+
}
|
|
374
|
+
}
|
|
375
|
+
|
|
376
|
+
/**
|
|
377
|
+
* Occurs whenever an application fee is refunded, whether from refunding a charge or from [refunding the application fee directly](#fee_refunds). This includes partial refunds.
|
|
378
|
+
*/
|
|
379
|
+
interface ApplicationFeeRefundedEvent extends EventBase {
|
|
380
|
+
type: 'application_fee.refunded';
|
|
381
|
+
data: ApplicationFeeRefundedEvent.Data;
|
|
382
|
+
}
|
|
383
|
+
|
|
384
|
+
namespace ApplicationFeeRefundedEvent {
|
|
385
|
+
interface Data extends Stripe.Event.Data {
|
|
386
|
+
object: Stripe.ApplicationFee;
|
|
387
|
+
|
|
388
|
+
previous_attributes?: Partial<Stripe.ApplicationFee>;
|
|
389
|
+
}
|
|
390
|
+
}
|
|
391
|
+
|
|
392
|
+
/**
|
|
393
|
+
* Occurs whenever your Stripe balance has been updated (e.g., when a charge is available to be paid out). By default, Stripe automatically transfers funds in your balance to your bank account on a daily basis. This event is not fired for negative transactions.
|
|
394
|
+
*/
|
|
395
|
+
interface BalanceAvailableEvent extends EventBase {
|
|
396
|
+
type: 'balance.available';
|
|
397
|
+
data: BalanceAvailableEvent.Data;
|
|
398
|
+
}
|
|
399
|
+
|
|
400
|
+
namespace BalanceAvailableEvent {
|
|
401
|
+
interface Data extends Stripe.Event.Data {
|
|
402
|
+
object: Stripe.Balance;
|
|
403
|
+
|
|
404
|
+
previous_attributes?: Partial<Stripe.Balance>;
|
|
405
|
+
}
|
|
406
|
+
}
|
|
407
|
+
|
|
408
|
+
/**
|
|
409
|
+
* Occurs whenever your custom alert threshold is met.
|
|
410
|
+
*/
|
|
411
|
+
interface BillingAlertTriggeredEvent extends EventBase {
|
|
412
|
+
type: 'billing.alert.triggered';
|
|
413
|
+
data: BillingAlertTriggeredEvent.Data;
|
|
414
|
+
}
|
|
415
|
+
|
|
416
|
+
namespace BillingAlertTriggeredEvent {
|
|
417
|
+
interface Data extends Stripe.Event.Data {
|
|
418
|
+
object: Stripe.Billing.AlertTriggered;
|
|
419
|
+
|
|
420
|
+
previous_attributes?: Partial<Stripe.Billing.AlertTriggered>;
|
|
421
|
+
}
|
|
422
|
+
}
|
|
423
|
+
|
|
424
|
+
/**
|
|
425
|
+
* Occurs whenever a portal configuration is created.
|
|
426
|
+
*/
|
|
427
|
+
interface BillingPortalConfigurationCreatedEvent extends EventBase {
|
|
428
|
+
type: 'billing_portal.configuration.created';
|
|
429
|
+
data: BillingPortalConfigurationCreatedEvent.Data;
|
|
430
|
+
}
|
|
431
|
+
|
|
432
|
+
namespace BillingPortalConfigurationCreatedEvent {
|
|
433
|
+
interface Data extends Stripe.Event.Data {
|
|
434
|
+
object: Stripe.BillingPortal.Configuration;
|
|
435
|
+
|
|
436
|
+
previous_attributes?: Partial<Stripe.BillingPortal.Configuration>;
|
|
437
|
+
}
|
|
438
|
+
}
|
|
439
|
+
|
|
440
|
+
/**
|
|
441
|
+
* Occurs whenever a portal configuration is updated.
|
|
442
|
+
*/
|
|
443
|
+
interface BillingPortalConfigurationUpdatedEvent extends EventBase {
|
|
444
|
+
type: 'billing_portal.configuration.updated';
|
|
445
|
+
data: BillingPortalConfigurationUpdatedEvent.Data;
|
|
446
|
+
}
|
|
447
|
+
|
|
448
|
+
namespace BillingPortalConfigurationUpdatedEvent {
|
|
449
|
+
interface Data extends Stripe.Event.Data {
|
|
450
|
+
object: Stripe.BillingPortal.Configuration;
|
|
451
|
+
|
|
452
|
+
previous_attributes?: Partial<Stripe.BillingPortal.Configuration>;
|
|
453
|
+
}
|
|
454
|
+
}
|
|
455
|
+
|
|
456
|
+
/**
|
|
457
|
+
* Occurs whenever a portal session is created.
|
|
458
|
+
*/
|
|
459
|
+
interface BillingPortalSessionCreatedEvent extends EventBase {
|
|
460
|
+
type: 'billing_portal.session.created';
|
|
461
|
+
data: BillingPortalSessionCreatedEvent.Data;
|
|
462
|
+
}
|
|
463
|
+
|
|
464
|
+
namespace BillingPortalSessionCreatedEvent {
|
|
465
|
+
interface Data extends Stripe.Event.Data {
|
|
466
|
+
object: Stripe.BillingPortal.Session;
|
|
467
|
+
|
|
468
|
+
previous_attributes?: Partial<Stripe.BillingPortal.Session>;
|
|
469
|
+
}
|
|
470
|
+
}
|
|
471
|
+
|
|
472
|
+
/**
|
|
473
|
+
* Occurs whenever a capability has new requirements or a new status.
|
|
474
|
+
*/
|
|
475
|
+
interface CapabilityUpdatedEvent extends EventBase {
|
|
476
|
+
type: 'capability.updated';
|
|
477
|
+
data: CapabilityUpdatedEvent.Data;
|
|
478
|
+
}
|
|
479
|
+
|
|
480
|
+
namespace CapabilityUpdatedEvent {
|
|
481
|
+
interface Data extends Stripe.Event.Data {
|
|
482
|
+
object: Stripe.Capability;
|
|
483
|
+
|
|
484
|
+
previous_attributes?: Partial<Stripe.Capability>;
|
|
485
|
+
}
|
|
486
|
+
}
|
|
487
|
+
|
|
488
|
+
/**
|
|
489
|
+
* Occurs whenever there is a positive remaining cash balance after Stripe automatically reconciles new funds into the cash balance. If you enabled manual reconciliation, this webhook will fire whenever there are new funds into the cash balance.
|
|
490
|
+
*/
|
|
491
|
+
interface CashBalanceFundsAvailableEvent extends EventBase {
|
|
492
|
+
type: 'cash_balance.funds_available';
|
|
493
|
+
data: CashBalanceFundsAvailableEvent.Data;
|
|
494
|
+
}
|
|
495
|
+
|
|
496
|
+
namespace CashBalanceFundsAvailableEvent {
|
|
497
|
+
interface Data extends Stripe.Event.Data {
|
|
498
|
+
object: Stripe.CashBalance;
|
|
499
|
+
|
|
500
|
+
previous_attributes?: Partial<Stripe.CashBalance>;
|
|
501
|
+
}
|
|
502
|
+
}
|
|
503
|
+
|
|
504
|
+
/**
|
|
505
|
+
* Occurs whenever a previously uncaptured charge is captured.
|
|
506
|
+
*/
|
|
507
|
+
interface ChargeCapturedEvent extends EventBase {
|
|
508
|
+
type: 'charge.captured';
|
|
509
|
+
data: ChargeCapturedEvent.Data;
|
|
510
|
+
}
|
|
511
|
+
|
|
512
|
+
namespace ChargeCapturedEvent {
|
|
513
|
+
interface Data extends Stripe.Event.Data {
|
|
514
|
+
object: Stripe.Charge;
|
|
515
|
+
|
|
516
|
+
previous_attributes?: Partial<Stripe.Charge>;
|
|
517
|
+
}
|
|
518
|
+
}
|
|
519
|
+
|
|
520
|
+
/**
|
|
521
|
+
* Occurs when a dispute is closed and the dispute status changes to `lost`, `warning_closed`, or `won`.
|
|
522
|
+
*/
|
|
523
|
+
interface ChargeDisputeClosedEvent extends EventBase {
|
|
524
|
+
type: 'charge.dispute.closed';
|
|
525
|
+
data: ChargeDisputeClosedEvent.Data;
|
|
526
|
+
}
|
|
527
|
+
|
|
528
|
+
namespace ChargeDisputeClosedEvent {
|
|
529
|
+
interface Data extends Stripe.Event.Data {
|
|
530
|
+
object: Stripe.Dispute;
|
|
531
|
+
|
|
532
|
+
previous_attributes?: Partial<Stripe.Dispute>;
|
|
533
|
+
}
|
|
534
|
+
}
|
|
535
|
+
|
|
536
|
+
/**
|
|
537
|
+
* Occurs whenever a customer disputes a charge with their bank.
|
|
538
|
+
*/
|
|
539
|
+
interface ChargeDisputeCreatedEvent extends EventBase {
|
|
540
|
+
type: 'charge.dispute.created';
|
|
541
|
+
data: ChargeDisputeCreatedEvent.Data;
|
|
542
|
+
}
|
|
543
|
+
|
|
544
|
+
namespace ChargeDisputeCreatedEvent {
|
|
545
|
+
interface Data extends Stripe.Event.Data {
|
|
546
|
+
object: Stripe.Dispute;
|
|
547
|
+
|
|
548
|
+
previous_attributes?: Partial<Stripe.Dispute>;
|
|
549
|
+
}
|
|
550
|
+
}
|
|
551
|
+
|
|
552
|
+
/**
|
|
553
|
+
* Occurs when funds are reinstated to your account after a dispute is closed. This includes [partially refunded payments](https://docs.stripe.com/disputes#disputes-on-partially-refunded-payments).
|
|
554
|
+
*/
|
|
555
|
+
interface ChargeDisputeFundsReinstatedEvent extends EventBase {
|
|
556
|
+
type: 'charge.dispute.funds_reinstated';
|
|
557
|
+
data: ChargeDisputeFundsReinstatedEvent.Data;
|
|
558
|
+
}
|
|
559
|
+
|
|
560
|
+
namespace ChargeDisputeFundsReinstatedEvent {
|
|
561
|
+
interface Data extends Stripe.Event.Data {
|
|
562
|
+
object: Stripe.Dispute;
|
|
563
|
+
|
|
564
|
+
previous_attributes?: Partial<Stripe.Dispute>;
|
|
565
|
+
}
|
|
566
|
+
}
|
|
567
|
+
|
|
568
|
+
/**
|
|
569
|
+
* Occurs when funds are removed from your account due to a dispute.
|
|
570
|
+
*/
|
|
571
|
+
interface ChargeDisputeFundsWithdrawnEvent extends EventBase {
|
|
572
|
+
type: 'charge.dispute.funds_withdrawn';
|
|
573
|
+
data: ChargeDisputeFundsWithdrawnEvent.Data;
|
|
574
|
+
}
|
|
575
|
+
|
|
576
|
+
namespace ChargeDisputeFundsWithdrawnEvent {
|
|
577
|
+
interface Data extends Stripe.Event.Data {
|
|
578
|
+
object: Stripe.Dispute;
|
|
579
|
+
|
|
580
|
+
previous_attributes?: Partial<Stripe.Dispute>;
|
|
581
|
+
}
|
|
582
|
+
}
|
|
583
|
+
|
|
584
|
+
/**
|
|
585
|
+
* Occurs when the dispute is updated (usually with evidence).
|
|
586
|
+
*/
|
|
587
|
+
interface ChargeDisputeUpdatedEvent extends EventBase {
|
|
588
|
+
type: 'charge.dispute.updated';
|
|
589
|
+
data: ChargeDisputeUpdatedEvent.Data;
|
|
590
|
+
}
|
|
591
|
+
|
|
592
|
+
namespace ChargeDisputeUpdatedEvent {
|
|
593
|
+
interface Data extends Stripe.Event.Data {
|
|
594
|
+
object: Stripe.Dispute;
|
|
595
|
+
|
|
596
|
+
previous_attributes?: Partial<Stripe.Dispute>;
|
|
597
|
+
}
|
|
598
|
+
}
|
|
599
|
+
|
|
600
|
+
/**
|
|
601
|
+
* Occurs whenever an uncaptured charge expires.
|
|
602
|
+
*/
|
|
603
|
+
interface ChargeExpiredEvent extends EventBase {
|
|
604
|
+
type: 'charge.expired';
|
|
605
|
+
data: ChargeExpiredEvent.Data;
|
|
606
|
+
}
|
|
607
|
+
|
|
608
|
+
namespace ChargeExpiredEvent {
|
|
609
|
+
interface Data extends Stripe.Event.Data {
|
|
610
|
+
object: Stripe.Charge;
|
|
611
|
+
|
|
612
|
+
previous_attributes?: Partial<Stripe.Charge>;
|
|
613
|
+
}
|
|
614
|
+
}
|
|
615
|
+
|
|
616
|
+
/**
|
|
617
|
+
* Occurs whenever a failed charge attempt occurs.
|
|
618
|
+
*/
|
|
619
|
+
interface ChargeFailedEvent extends EventBase {
|
|
620
|
+
type: 'charge.failed';
|
|
621
|
+
data: ChargeFailedEvent.Data;
|
|
622
|
+
}
|
|
623
|
+
|
|
624
|
+
namespace ChargeFailedEvent {
|
|
625
|
+
interface Data extends Stripe.Event.Data {
|
|
626
|
+
object: Stripe.Charge;
|
|
627
|
+
|
|
628
|
+
previous_attributes?: Partial<Stripe.Charge>;
|
|
629
|
+
}
|
|
630
|
+
}
|
|
631
|
+
|
|
632
|
+
/**
|
|
633
|
+
* Occurs whenever a pending charge is created.
|
|
634
|
+
*/
|
|
635
|
+
interface ChargePendingEvent extends EventBase {
|
|
636
|
+
type: 'charge.pending';
|
|
637
|
+
data: ChargePendingEvent.Data;
|
|
638
|
+
}
|
|
639
|
+
|
|
640
|
+
namespace ChargePendingEvent {
|
|
641
|
+
interface Data extends Stripe.Event.Data {
|
|
642
|
+
object: Stripe.Charge;
|
|
643
|
+
|
|
644
|
+
previous_attributes?: Partial<Stripe.Charge>;
|
|
645
|
+
}
|
|
646
|
+
}
|
|
647
|
+
|
|
648
|
+
/**
|
|
649
|
+
* Occurs whenever a refund is updated on selected payment methods. For updates on all refunds, listen to `refund.updated` instead.
|
|
650
|
+
*/
|
|
651
|
+
interface ChargeRefundUpdatedEvent extends EventBase {
|
|
652
|
+
type: 'charge.refund.updated';
|
|
653
|
+
data: ChargeRefundUpdatedEvent.Data;
|
|
654
|
+
}
|
|
655
|
+
|
|
656
|
+
namespace ChargeRefundUpdatedEvent {
|
|
657
|
+
interface Data extends Stripe.Event.Data {
|
|
658
|
+
object: Stripe.Refund;
|
|
659
|
+
|
|
660
|
+
previous_attributes?: Partial<Stripe.Refund>;
|
|
661
|
+
}
|
|
662
|
+
}
|
|
663
|
+
|
|
664
|
+
/**
|
|
665
|
+
* Occurs whenever a charge is refunded, including partial refunds. Listen to `refund.created` for information about the refund.
|
|
666
|
+
*/
|
|
667
|
+
interface ChargeRefundedEvent extends EventBase {
|
|
668
|
+
type: 'charge.refunded';
|
|
669
|
+
data: ChargeRefundedEvent.Data;
|
|
670
|
+
}
|
|
671
|
+
|
|
672
|
+
namespace ChargeRefundedEvent {
|
|
673
|
+
interface Data extends Stripe.Event.Data {
|
|
674
|
+
object: Stripe.Charge;
|
|
675
|
+
|
|
676
|
+
previous_attributes?: Partial<Stripe.Charge>;
|
|
677
|
+
}
|
|
678
|
+
}
|
|
679
|
+
|
|
680
|
+
/**
|
|
681
|
+
* Occurs whenever a charge is successful.
|
|
682
|
+
*/
|
|
683
|
+
interface ChargeSucceededEvent extends EventBase {
|
|
684
|
+
type: 'charge.succeeded';
|
|
685
|
+
data: ChargeSucceededEvent.Data;
|
|
686
|
+
}
|
|
687
|
+
|
|
688
|
+
namespace ChargeSucceededEvent {
|
|
689
|
+
interface Data extends Stripe.Event.Data {
|
|
690
|
+
object: Stripe.Charge;
|
|
691
|
+
|
|
692
|
+
previous_attributes?: Partial<Stripe.Charge>;
|
|
693
|
+
}
|
|
694
|
+
}
|
|
695
|
+
|
|
696
|
+
/**
|
|
697
|
+
* Occurs whenever a charge description or metadata is updated, or upon an asynchronous capture.
|
|
698
|
+
*/
|
|
699
|
+
interface ChargeUpdatedEvent extends EventBase {
|
|
700
|
+
type: 'charge.updated';
|
|
701
|
+
data: ChargeUpdatedEvent.Data;
|
|
702
|
+
}
|
|
703
|
+
|
|
704
|
+
namespace ChargeUpdatedEvent {
|
|
705
|
+
interface Data extends Stripe.Event.Data {
|
|
706
|
+
object: Stripe.Charge;
|
|
707
|
+
|
|
708
|
+
previous_attributes?: Partial<Stripe.Charge>;
|
|
709
|
+
}
|
|
710
|
+
}
|
|
711
|
+
|
|
712
|
+
/**
|
|
713
|
+
* Occurs when a payment intent using a delayed payment method fails.
|
|
714
|
+
*/
|
|
715
|
+
interface CheckoutSessionAsyncPaymentFailedEvent extends EventBase {
|
|
716
|
+
type: 'checkout.session.async_payment_failed';
|
|
717
|
+
data: CheckoutSessionAsyncPaymentFailedEvent.Data;
|
|
718
|
+
}
|
|
719
|
+
|
|
720
|
+
namespace CheckoutSessionAsyncPaymentFailedEvent {
|
|
721
|
+
interface Data extends Stripe.Event.Data {
|
|
722
|
+
object: Stripe.Checkout.Session;
|
|
723
|
+
|
|
724
|
+
previous_attributes?: Partial<Stripe.Checkout.Session>;
|
|
725
|
+
}
|
|
726
|
+
}
|
|
727
|
+
|
|
728
|
+
/**
|
|
729
|
+
* Occurs when a payment intent using a delayed payment method finally succeeds.
|
|
730
|
+
*/
|
|
731
|
+
interface CheckoutSessionAsyncPaymentSucceededEvent extends EventBase {
|
|
732
|
+
type: 'checkout.session.async_payment_succeeded';
|
|
733
|
+
data: CheckoutSessionAsyncPaymentSucceededEvent.Data;
|
|
734
|
+
}
|
|
735
|
+
|
|
736
|
+
namespace CheckoutSessionAsyncPaymentSucceededEvent {
|
|
737
|
+
interface Data extends Stripe.Event.Data {
|
|
738
|
+
object: Stripe.Checkout.Session;
|
|
739
|
+
|
|
740
|
+
previous_attributes?: Partial<Stripe.Checkout.Session>;
|
|
741
|
+
}
|
|
742
|
+
}
|
|
743
|
+
|
|
744
|
+
/**
|
|
745
|
+
* Occurs when a Checkout Session has been successfully completed.
|
|
746
|
+
*/
|
|
747
|
+
interface CheckoutSessionCompletedEvent extends EventBase {
|
|
748
|
+
type: 'checkout.session.completed';
|
|
749
|
+
data: CheckoutSessionCompletedEvent.Data;
|
|
750
|
+
}
|
|
751
|
+
|
|
752
|
+
namespace CheckoutSessionCompletedEvent {
|
|
753
|
+
interface Data extends Stripe.Event.Data {
|
|
754
|
+
object: Stripe.Checkout.Session;
|
|
755
|
+
|
|
756
|
+
previous_attributes?: Partial<Stripe.Checkout.Session>;
|
|
757
|
+
}
|
|
758
|
+
}
|
|
759
|
+
|
|
760
|
+
/**
|
|
761
|
+
* Occurs when a Checkout Session is expired.
|
|
762
|
+
*/
|
|
763
|
+
interface CheckoutSessionExpiredEvent extends EventBase {
|
|
764
|
+
type: 'checkout.session.expired';
|
|
765
|
+
data: CheckoutSessionExpiredEvent.Data;
|
|
766
|
+
}
|
|
767
|
+
|
|
768
|
+
namespace CheckoutSessionExpiredEvent {
|
|
769
|
+
interface Data extends Stripe.Event.Data {
|
|
770
|
+
object: Stripe.Checkout.Session;
|
|
771
|
+
|
|
772
|
+
previous_attributes?: Partial<Stripe.Checkout.Session>;
|
|
773
|
+
}
|
|
774
|
+
}
|
|
775
|
+
|
|
776
|
+
/**
|
|
777
|
+
* Occurs when a Climate order is canceled.
|
|
778
|
+
*/
|
|
779
|
+
interface ClimateOrderCanceledEvent extends EventBase {
|
|
780
|
+
type: 'climate.order.canceled';
|
|
781
|
+
data: ClimateOrderCanceledEvent.Data;
|
|
782
|
+
}
|
|
783
|
+
|
|
784
|
+
namespace ClimateOrderCanceledEvent {
|
|
785
|
+
interface Data extends Stripe.Event.Data {
|
|
786
|
+
object: Stripe.Climate.Order;
|
|
787
|
+
|
|
788
|
+
previous_attributes?: Partial<Stripe.Climate.Order>;
|
|
789
|
+
}
|
|
790
|
+
}
|
|
791
|
+
|
|
792
|
+
/**
|
|
793
|
+
* Occurs when a Climate order is created.
|
|
794
|
+
*/
|
|
795
|
+
interface ClimateOrderCreatedEvent extends EventBase {
|
|
796
|
+
type: 'climate.order.created';
|
|
797
|
+
data: ClimateOrderCreatedEvent.Data;
|
|
798
|
+
}
|
|
799
|
+
|
|
800
|
+
namespace ClimateOrderCreatedEvent {
|
|
801
|
+
interface Data extends Stripe.Event.Data {
|
|
802
|
+
object: Stripe.Climate.Order;
|
|
803
|
+
|
|
804
|
+
previous_attributes?: Partial<Stripe.Climate.Order>;
|
|
805
|
+
}
|
|
806
|
+
}
|
|
807
|
+
|
|
808
|
+
/**
|
|
809
|
+
* Occurs when a Climate order is delayed.
|
|
810
|
+
*/
|
|
811
|
+
interface ClimateOrderDelayedEvent extends EventBase {
|
|
812
|
+
type: 'climate.order.delayed';
|
|
813
|
+
data: ClimateOrderDelayedEvent.Data;
|
|
814
|
+
}
|
|
815
|
+
|
|
816
|
+
namespace ClimateOrderDelayedEvent {
|
|
817
|
+
interface Data extends Stripe.Event.Data {
|
|
818
|
+
object: Stripe.Climate.Order;
|
|
819
|
+
|
|
820
|
+
previous_attributes?: Partial<Stripe.Climate.Order>;
|
|
821
|
+
}
|
|
822
|
+
}
|
|
823
|
+
|
|
824
|
+
/**
|
|
825
|
+
* Occurs when a Climate order is delivered.
|
|
826
|
+
*/
|
|
827
|
+
interface ClimateOrderDeliveredEvent extends EventBase {
|
|
828
|
+
type: 'climate.order.delivered';
|
|
829
|
+
data: ClimateOrderDeliveredEvent.Data;
|
|
830
|
+
}
|
|
831
|
+
|
|
832
|
+
namespace ClimateOrderDeliveredEvent {
|
|
833
|
+
interface Data extends Stripe.Event.Data {
|
|
834
|
+
object: Stripe.Climate.Order;
|
|
835
|
+
|
|
836
|
+
previous_attributes?: Partial<Stripe.Climate.Order>;
|
|
837
|
+
}
|
|
838
|
+
}
|
|
839
|
+
|
|
840
|
+
/**
|
|
841
|
+
* Occurs when a Climate order's product is substituted for another.
|
|
842
|
+
*/
|
|
843
|
+
interface ClimateOrderProductSubstitutedEvent extends EventBase {
|
|
844
|
+
type: 'climate.order.product_substituted';
|
|
845
|
+
data: ClimateOrderProductSubstitutedEvent.Data;
|
|
846
|
+
}
|
|
847
|
+
|
|
848
|
+
namespace ClimateOrderProductSubstitutedEvent {
|
|
849
|
+
interface Data extends Stripe.Event.Data {
|
|
850
|
+
object: Stripe.Climate.Order;
|
|
851
|
+
|
|
852
|
+
previous_attributes?: Partial<Stripe.Climate.Order>;
|
|
853
|
+
}
|
|
854
|
+
}
|
|
855
|
+
|
|
856
|
+
/**
|
|
857
|
+
* Occurs when a Climate product is created.
|
|
858
|
+
*/
|
|
859
|
+
interface ClimateProductCreatedEvent extends EventBase {
|
|
860
|
+
type: 'climate.product.created';
|
|
861
|
+
data: ClimateProductCreatedEvent.Data;
|
|
862
|
+
}
|
|
863
|
+
|
|
864
|
+
namespace ClimateProductCreatedEvent {
|
|
865
|
+
interface Data extends Stripe.Event.Data {
|
|
866
|
+
object: Stripe.Climate.Product;
|
|
867
|
+
|
|
868
|
+
previous_attributes?: Partial<Stripe.Climate.Product>;
|
|
869
|
+
}
|
|
870
|
+
}
|
|
871
|
+
|
|
872
|
+
/**
|
|
873
|
+
* Occurs when a Climate product is updated.
|
|
874
|
+
*/
|
|
875
|
+
interface ClimateProductPricingUpdatedEvent extends EventBase {
|
|
876
|
+
type: 'climate.product.pricing_updated';
|
|
877
|
+
data: ClimateProductPricingUpdatedEvent.Data;
|
|
878
|
+
}
|
|
879
|
+
|
|
880
|
+
namespace ClimateProductPricingUpdatedEvent {
|
|
881
|
+
interface Data extends Stripe.Event.Data {
|
|
882
|
+
object: Stripe.Climate.Product;
|
|
883
|
+
|
|
884
|
+
previous_attributes?: Partial<Stripe.Climate.Product>;
|
|
885
|
+
}
|
|
886
|
+
}
|
|
887
|
+
|
|
888
|
+
/**
|
|
889
|
+
* Occurs whenever a coupon is created.
|
|
890
|
+
*/
|
|
891
|
+
interface CouponCreatedEvent extends EventBase {
|
|
892
|
+
type: 'coupon.created';
|
|
893
|
+
data: CouponCreatedEvent.Data;
|
|
894
|
+
}
|
|
895
|
+
|
|
896
|
+
namespace CouponCreatedEvent {
|
|
897
|
+
interface Data extends Stripe.Event.Data {
|
|
898
|
+
object: Stripe.Coupon;
|
|
899
|
+
|
|
900
|
+
previous_attributes?: Partial<Stripe.Coupon>;
|
|
901
|
+
}
|
|
902
|
+
}
|
|
903
|
+
|
|
904
|
+
/**
|
|
905
|
+
* Occurs whenever a coupon is deleted.
|
|
906
|
+
*/
|
|
907
|
+
interface CouponDeletedEvent extends EventBase {
|
|
908
|
+
type: 'coupon.deleted';
|
|
909
|
+
data: CouponDeletedEvent.Data;
|
|
910
|
+
}
|
|
911
|
+
|
|
912
|
+
namespace CouponDeletedEvent {
|
|
913
|
+
interface Data extends Stripe.Event.Data {
|
|
914
|
+
object: Stripe.Coupon;
|
|
915
|
+
|
|
916
|
+
previous_attributes?: Partial<Stripe.Coupon>;
|
|
917
|
+
}
|
|
918
|
+
}
|
|
919
|
+
|
|
920
|
+
/**
|
|
921
|
+
* Occurs whenever a coupon is updated.
|
|
922
|
+
*/
|
|
923
|
+
interface CouponUpdatedEvent extends EventBase {
|
|
924
|
+
type: 'coupon.updated';
|
|
925
|
+
data: CouponUpdatedEvent.Data;
|
|
926
|
+
}
|
|
927
|
+
|
|
928
|
+
namespace CouponUpdatedEvent {
|
|
929
|
+
interface Data extends Stripe.Event.Data {
|
|
930
|
+
object: Stripe.Coupon;
|
|
931
|
+
|
|
932
|
+
previous_attributes?: Partial<Stripe.Coupon>;
|
|
933
|
+
}
|
|
934
|
+
}
|
|
935
|
+
|
|
936
|
+
/**
|
|
937
|
+
* Occurs whenever a credit note is created.
|
|
938
|
+
*/
|
|
939
|
+
interface CreditNoteCreatedEvent extends EventBase {
|
|
940
|
+
type: 'credit_note.created';
|
|
941
|
+
data: CreditNoteCreatedEvent.Data;
|
|
942
|
+
}
|
|
943
|
+
|
|
944
|
+
namespace CreditNoteCreatedEvent {
|
|
945
|
+
interface Data extends Stripe.Event.Data {
|
|
946
|
+
object: Stripe.CreditNote;
|
|
947
|
+
|
|
948
|
+
previous_attributes?: Partial<Stripe.CreditNote>;
|
|
949
|
+
}
|
|
950
|
+
}
|
|
951
|
+
|
|
952
|
+
/**
|
|
953
|
+
* Occurs whenever a credit note is updated.
|
|
954
|
+
*/
|
|
955
|
+
interface CreditNoteUpdatedEvent extends EventBase {
|
|
956
|
+
type: 'credit_note.updated';
|
|
957
|
+
data: CreditNoteUpdatedEvent.Data;
|
|
958
|
+
}
|
|
959
|
+
|
|
960
|
+
namespace CreditNoteUpdatedEvent {
|
|
961
|
+
interface Data extends Stripe.Event.Data {
|
|
962
|
+
object: Stripe.CreditNote;
|
|
963
|
+
|
|
964
|
+
previous_attributes?: Partial<Stripe.CreditNote>;
|
|
965
|
+
}
|
|
966
|
+
}
|
|
967
|
+
|
|
968
|
+
/**
|
|
969
|
+
* Occurs whenever a credit note is voided.
|
|
970
|
+
*/
|
|
971
|
+
interface CreditNoteVoidedEvent extends EventBase {
|
|
972
|
+
type: 'credit_note.voided';
|
|
973
|
+
data: CreditNoteVoidedEvent.Data;
|
|
974
|
+
}
|
|
975
|
+
|
|
976
|
+
namespace CreditNoteVoidedEvent {
|
|
977
|
+
interface Data extends Stripe.Event.Data {
|
|
978
|
+
object: Stripe.CreditNote;
|
|
979
|
+
|
|
980
|
+
previous_attributes?: Partial<Stripe.CreditNote>;
|
|
981
|
+
}
|
|
982
|
+
}
|
|
983
|
+
|
|
984
|
+
/**
|
|
985
|
+
* Occurs whenever a new customer is created.
|
|
986
|
+
*/
|
|
987
|
+
interface CustomerCreatedEvent extends EventBase {
|
|
988
|
+
type: 'customer.created';
|
|
989
|
+
data: CustomerCreatedEvent.Data;
|
|
990
|
+
}
|
|
991
|
+
|
|
992
|
+
namespace CustomerCreatedEvent {
|
|
993
|
+
interface Data extends Stripe.Event.Data {
|
|
994
|
+
object: Stripe.Customer;
|
|
995
|
+
|
|
996
|
+
previous_attributes?: Partial<Stripe.Customer>;
|
|
997
|
+
}
|
|
998
|
+
}
|
|
999
|
+
|
|
1000
|
+
/**
|
|
1001
|
+
* Occurs whenever a customer is deleted.
|
|
1002
|
+
*/
|
|
1003
|
+
interface CustomerDeletedEvent extends EventBase {
|
|
1004
|
+
type: 'customer.deleted';
|
|
1005
|
+
data: CustomerDeletedEvent.Data;
|
|
1006
|
+
}
|
|
1007
|
+
|
|
1008
|
+
namespace CustomerDeletedEvent {
|
|
1009
|
+
interface Data extends Stripe.Event.Data {
|
|
1010
|
+
object: Stripe.Customer;
|
|
1011
|
+
|
|
1012
|
+
previous_attributes?: Partial<Stripe.Customer>;
|
|
1013
|
+
}
|
|
1014
|
+
}
|
|
1015
|
+
|
|
1016
|
+
/**
|
|
1017
|
+
* Occurs whenever a coupon is attached to a customer.
|
|
1018
|
+
*/
|
|
1019
|
+
interface CustomerDiscountCreatedEvent extends EventBase {
|
|
1020
|
+
type: 'customer.discount.created';
|
|
1021
|
+
data: CustomerDiscountCreatedEvent.Data;
|
|
1022
|
+
}
|
|
1023
|
+
|
|
1024
|
+
namespace CustomerDiscountCreatedEvent {
|
|
1025
|
+
interface Data extends Stripe.Event.Data {
|
|
1026
|
+
object: Stripe.Discount;
|
|
1027
|
+
|
|
1028
|
+
previous_attributes?: Partial<Stripe.Discount>;
|
|
1029
|
+
}
|
|
1030
|
+
}
|
|
1031
|
+
|
|
1032
|
+
/**
|
|
1033
|
+
* Occurs whenever a coupon is removed from a customer.
|
|
1034
|
+
*/
|
|
1035
|
+
interface CustomerDiscountDeletedEvent extends EventBase {
|
|
1036
|
+
type: 'customer.discount.deleted';
|
|
1037
|
+
data: CustomerDiscountDeletedEvent.Data;
|
|
1038
|
+
}
|
|
1039
|
+
|
|
1040
|
+
namespace CustomerDiscountDeletedEvent {
|
|
1041
|
+
interface Data extends Stripe.Event.Data {
|
|
1042
|
+
object: Stripe.Discount;
|
|
1043
|
+
|
|
1044
|
+
previous_attributes?: Partial<Stripe.Discount>;
|
|
1045
|
+
}
|
|
1046
|
+
}
|
|
1047
|
+
|
|
1048
|
+
/**
|
|
1049
|
+
* Occurs whenever a customer is switched from one coupon to another.
|
|
1050
|
+
*/
|
|
1051
|
+
interface CustomerDiscountUpdatedEvent extends EventBase {
|
|
1052
|
+
type: 'customer.discount.updated';
|
|
1053
|
+
data: CustomerDiscountUpdatedEvent.Data;
|
|
1054
|
+
}
|
|
1055
|
+
|
|
1056
|
+
namespace CustomerDiscountUpdatedEvent {
|
|
1057
|
+
interface Data extends Stripe.Event.Data {
|
|
1058
|
+
object: Stripe.Discount;
|
|
1059
|
+
|
|
1060
|
+
previous_attributes?: Partial<Stripe.Discount>;
|
|
1061
|
+
}
|
|
1062
|
+
}
|
|
1063
|
+
|
|
1064
|
+
/**
|
|
1065
|
+
* Occurs whenever a new source is created for a customer.
|
|
1066
|
+
*/
|
|
1067
|
+
interface CustomerSourceCreatedEvent extends EventBase {
|
|
1068
|
+
type: 'customer.source.created';
|
|
1069
|
+
data: CustomerSourceCreatedEvent.Data;
|
|
1070
|
+
}
|
|
1071
|
+
|
|
1072
|
+
namespace CustomerSourceCreatedEvent {
|
|
1073
|
+
interface Data extends Stripe.Event.Data {
|
|
1074
|
+
object: Stripe.CustomerSource;
|
|
1075
|
+
|
|
1076
|
+
previous_attributes?: Partial<Stripe.CustomerSource>;
|
|
1077
|
+
}
|
|
1078
|
+
}
|
|
1079
|
+
|
|
1080
|
+
/**
|
|
1081
|
+
* Occurs whenever a source is removed from a customer.
|
|
1082
|
+
*/
|
|
1083
|
+
interface CustomerSourceDeletedEvent extends EventBase {
|
|
1084
|
+
type: 'customer.source.deleted';
|
|
1085
|
+
data: CustomerSourceDeletedEvent.Data;
|
|
1086
|
+
}
|
|
1087
|
+
|
|
1088
|
+
namespace CustomerSourceDeletedEvent {
|
|
1089
|
+
interface Data extends Stripe.Event.Data {
|
|
1090
|
+
object: Stripe.CustomerSource;
|
|
1091
|
+
|
|
1092
|
+
previous_attributes?: Partial<Stripe.CustomerSource>;
|
|
1093
|
+
}
|
|
1094
|
+
}
|
|
1095
|
+
|
|
1096
|
+
/**
|
|
1097
|
+
* Occurs whenever a card or source will expire at the end of the month. This event only works with legacy integrations using Card or Source objects. If you use the PaymentMethod API, this event won't occur.
|
|
1098
|
+
*/
|
|
1099
|
+
interface CustomerSourceExpiringEvent extends EventBase {
|
|
1100
|
+
type: 'customer.source.expiring';
|
|
1101
|
+
data: CustomerSourceExpiringEvent.Data;
|
|
1102
|
+
}
|
|
1103
|
+
|
|
1104
|
+
namespace CustomerSourceExpiringEvent {
|
|
1105
|
+
interface Data extends Stripe.Event.Data {
|
|
1106
|
+
object: Stripe.CustomerSource;
|
|
1107
|
+
|
|
1108
|
+
previous_attributes?: Partial<Stripe.CustomerSource>;
|
|
1109
|
+
}
|
|
1110
|
+
}
|
|
1111
|
+
|
|
1112
|
+
/**
|
|
1113
|
+
* Occurs whenever a source's details are changed.
|
|
1114
|
+
*/
|
|
1115
|
+
interface CustomerSourceUpdatedEvent extends EventBase {
|
|
1116
|
+
type: 'customer.source.updated';
|
|
1117
|
+
data: CustomerSourceUpdatedEvent.Data;
|
|
1118
|
+
}
|
|
1119
|
+
|
|
1120
|
+
namespace CustomerSourceUpdatedEvent {
|
|
1121
|
+
interface Data extends Stripe.Event.Data {
|
|
1122
|
+
object: Stripe.CustomerSource;
|
|
1123
|
+
|
|
1124
|
+
previous_attributes?: Partial<Stripe.CustomerSource>;
|
|
1125
|
+
}
|
|
1126
|
+
}
|
|
1127
|
+
|
|
1128
|
+
/**
|
|
1129
|
+
* Occurs whenever a customer is signed up for a new plan.
|
|
1130
|
+
*/
|
|
1131
|
+
interface CustomerSubscriptionCreatedEvent extends EventBase {
|
|
1132
|
+
type: 'customer.subscription.created';
|
|
1133
|
+
data: CustomerSubscriptionCreatedEvent.Data;
|
|
1134
|
+
}
|
|
1135
|
+
|
|
1136
|
+
namespace CustomerSubscriptionCreatedEvent {
|
|
1137
|
+
interface Data extends Stripe.Event.Data {
|
|
1138
|
+
object: Stripe.Subscription;
|
|
1139
|
+
|
|
1140
|
+
previous_attributes?: Partial<Stripe.Subscription>;
|
|
1141
|
+
}
|
|
1142
|
+
}
|
|
1143
|
+
|
|
1144
|
+
/**
|
|
1145
|
+
* Occurs whenever a customer's subscription ends.
|
|
1146
|
+
*/
|
|
1147
|
+
interface CustomerSubscriptionDeletedEvent extends EventBase {
|
|
1148
|
+
type: 'customer.subscription.deleted';
|
|
1149
|
+
data: CustomerSubscriptionDeletedEvent.Data;
|
|
1150
|
+
}
|
|
1151
|
+
|
|
1152
|
+
namespace CustomerSubscriptionDeletedEvent {
|
|
1153
|
+
interface Data extends Stripe.Event.Data {
|
|
1154
|
+
object: Stripe.Subscription;
|
|
1155
|
+
|
|
1156
|
+
previous_attributes?: Partial<Stripe.Subscription>;
|
|
1157
|
+
}
|
|
1158
|
+
}
|
|
1159
|
+
|
|
1160
|
+
/**
|
|
1161
|
+
* Occurs whenever a customer's subscription is paused. Only applies when subscriptions enter `status=paused`, not when [payment collection](https://docs.stripe.com/billing/subscriptions/pause) is paused.
|
|
1162
|
+
*/
|
|
1163
|
+
interface CustomerSubscriptionPausedEvent extends EventBase {
|
|
1164
|
+
type: 'customer.subscription.paused';
|
|
1165
|
+
data: CustomerSubscriptionPausedEvent.Data;
|
|
1166
|
+
}
|
|
1167
|
+
|
|
1168
|
+
namespace CustomerSubscriptionPausedEvent {
|
|
1169
|
+
interface Data extends Stripe.Event.Data {
|
|
1170
|
+
object: Stripe.Subscription;
|
|
1171
|
+
|
|
1172
|
+
previous_attributes?: Partial<Stripe.Subscription>;
|
|
1173
|
+
}
|
|
1174
|
+
}
|
|
1175
|
+
|
|
1176
|
+
/**
|
|
1177
|
+
* Occurs whenever a customer's subscription's pending update is applied, and the subscription is updated.
|
|
1178
|
+
*/
|
|
1179
|
+
interface CustomerSubscriptionPendingUpdateAppliedEvent extends EventBase {
|
|
1180
|
+
type: 'customer.subscription.pending_update_applied';
|
|
1181
|
+
data: CustomerSubscriptionPendingUpdateAppliedEvent.Data;
|
|
1182
|
+
}
|
|
1183
|
+
|
|
1184
|
+
namespace CustomerSubscriptionPendingUpdateAppliedEvent {
|
|
1185
|
+
interface Data extends Stripe.Event.Data {
|
|
1186
|
+
object: Stripe.Subscription;
|
|
1187
|
+
|
|
1188
|
+
previous_attributes?: Partial<Stripe.Subscription>;
|
|
1189
|
+
}
|
|
1190
|
+
}
|
|
1191
|
+
|
|
1192
|
+
/**
|
|
1193
|
+
* Occurs whenever a customer's subscription's pending update expires before the related invoice is paid.
|
|
1194
|
+
*/
|
|
1195
|
+
interface CustomerSubscriptionPendingUpdateExpiredEvent extends EventBase {
|
|
1196
|
+
type: 'customer.subscription.pending_update_expired';
|
|
1197
|
+
data: CustomerSubscriptionPendingUpdateExpiredEvent.Data;
|
|
1198
|
+
}
|
|
1199
|
+
|
|
1200
|
+
namespace CustomerSubscriptionPendingUpdateExpiredEvent {
|
|
1201
|
+
interface Data extends Stripe.Event.Data {
|
|
1202
|
+
object: Stripe.Subscription;
|
|
1203
|
+
|
|
1204
|
+
previous_attributes?: Partial<Stripe.Subscription>;
|
|
1205
|
+
}
|
|
1206
|
+
}
|
|
1207
|
+
|
|
1208
|
+
/**
|
|
1209
|
+
* Occurs whenever a customer's subscription is no longer paused. Only applies when a `status=paused` subscription is [resumed](https://docs.stripe.com/api/subscriptions/resume), not when [payment collection](https://docs.stripe.com/billing/subscriptions/pause) is resumed.
|
|
1210
|
+
*/
|
|
1211
|
+
interface CustomerSubscriptionResumedEvent extends EventBase {
|
|
1212
|
+
type: 'customer.subscription.resumed';
|
|
1213
|
+
data: CustomerSubscriptionResumedEvent.Data;
|
|
1214
|
+
}
|
|
1215
|
+
|
|
1216
|
+
namespace CustomerSubscriptionResumedEvent {
|
|
1217
|
+
interface Data extends Stripe.Event.Data {
|
|
1218
|
+
object: Stripe.Subscription;
|
|
1219
|
+
|
|
1220
|
+
previous_attributes?: Partial<Stripe.Subscription>;
|
|
1221
|
+
}
|
|
1222
|
+
}
|
|
1223
|
+
|
|
1224
|
+
/**
|
|
1225
|
+
* Occurs three days before a subscription's trial period is scheduled to end, or when a trial is ended immediately (using `trial_end=now`).
|
|
1226
|
+
*/
|
|
1227
|
+
interface CustomerSubscriptionTrialWillEndEvent extends EventBase {
|
|
1228
|
+
type: 'customer.subscription.trial_will_end';
|
|
1229
|
+
data: CustomerSubscriptionTrialWillEndEvent.Data;
|
|
1230
|
+
}
|
|
1231
|
+
|
|
1232
|
+
namespace CustomerSubscriptionTrialWillEndEvent {
|
|
1233
|
+
interface Data extends Stripe.Event.Data {
|
|
1234
|
+
object: Stripe.Subscription;
|
|
1235
|
+
|
|
1236
|
+
previous_attributes?: Partial<Stripe.Subscription>;
|
|
1237
|
+
}
|
|
1238
|
+
}
|
|
1239
|
+
|
|
1240
|
+
/**
|
|
1241
|
+
* Occurs whenever a subscription changes (e.g., switching from one plan to another, or changing the status from trial to active).
|
|
1242
|
+
*/
|
|
1243
|
+
interface CustomerSubscriptionUpdatedEvent extends EventBase {
|
|
1244
|
+
type: 'customer.subscription.updated';
|
|
1245
|
+
data: CustomerSubscriptionUpdatedEvent.Data;
|
|
1246
|
+
}
|
|
1247
|
+
|
|
1248
|
+
namespace CustomerSubscriptionUpdatedEvent {
|
|
1249
|
+
interface Data extends Stripe.Event.Data {
|
|
1250
|
+
object: Stripe.Subscription;
|
|
1251
|
+
|
|
1252
|
+
previous_attributes?: Partial<Stripe.Subscription>;
|
|
1253
|
+
}
|
|
1254
|
+
}
|
|
1255
|
+
|
|
1256
|
+
/**
|
|
1257
|
+
* Occurs whenever a tax ID is created for a customer.
|
|
1258
|
+
*/
|
|
1259
|
+
interface CustomerTaxIdCreatedEvent extends EventBase {
|
|
1260
|
+
type: 'customer.tax_id.created';
|
|
1261
|
+
data: CustomerTaxIdCreatedEvent.Data;
|
|
1262
|
+
}
|
|
1263
|
+
|
|
1264
|
+
namespace CustomerTaxIdCreatedEvent {
|
|
1265
|
+
interface Data extends Stripe.Event.Data {
|
|
1266
|
+
object: Stripe.TaxId;
|
|
1267
|
+
|
|
1268
|
+
previous_attributes?: Partial<Stripe.TaxId>;
|
|
1269
|
+
}
|
|
1270
|
+
}
|
|
1271
|
+
|
|
1272
|
+
/**
|
|
1273
|
+
* Occurs whenever a tax ID is deleted from a customer.
|
|
1274
|
+
*/
|
|
1275
|
+
interface CustomerTaxIdDeletedEvent extends EventBase {
|
|
1276
|
+
type: 'customer.tax_id.deleted';
|
|
1277
|
+
data: CustomerTaxIdDeletedEvent.Data;
|
|
1278
|
+
}
|
|
1279
|
+
|
|
1280
|
+
namespace CustomerTaxIdDeletedEvent {
|
|
1281
|
+
interface Data extends Stripe.Event.Data {
|
|
1282
|
+
object: Stripe.TaxId;
|
|
1283
|
+
|
|
1284
|
+
previous_attributes?: Partial<Stripe.TaxId>;
|
|
1285
|
+
}
|
|
1286
|
+
}
|
|
1287
|
+
|
|
1288
|
+
/**
|
|
1289
|
+
* Occurs whenever a customer's tax ID is updated.
|
|
1290
|
+
*/
|
|
1291
|
+
interface CustomerTaxIdUpdatedEvent extends EventBase {
|
|
1292
|
+
type: 'customer.tax_id.updated';
|
|
1293
|
+
data: CustomerTaxIdUpdatedEvent.Data;
|
|
1294
|
+
}
|
|
1295
|
+
|
|
1296
|
+
namespace CustomerTaxIdUpdatedEvent {
|
|
1297
|
+
interface Data extends Stripe.Event.Data {
|
|
1298
|
+
object: Stripe.TaxId;
|
|
1299
|
+
|
|
1300
|
+
previous_attributes?: Partial<Stripe.TaxId>;
|
|
1301
|
+
}
|
|
1302
|
+
}
|
|
1303
|
+
|
|
1304
|
+
/**
|
|
1305
|
+
* Occurs whenever any property of a customer changes.
|
|
1306
|
+
*/
|
|
1307
|
+
interface CustomerUpdatedEvent extends EventBase {
|
|
1308
|
+
type: 'customer.updated';
|
|
1309
|
+
data: CustomerUpdatedEvent.Data;
|
|
1310
|
+
}
|
|
1311
|
+
|
|
1312
|
+
namespace CustomerUpdatedEvent {
|
|
1313
|
+
interface Data extends Stripe.Event.Data {
|
|
1314
|
+
object: Stripe.Customer;
|
|
1315
|
+
|
|
1316
|
+
previous_attributes?: Partial<Stripe.Customer>;
|
|
1317
|
+
}
|
|
1318
|
+
}
|
|
1319
|
+
|
|
1320
|
+
/**
|
|
1321
|
+
* Occurs whenever a new customer cash balance transactions is created.
|
|
1322
|
+
*/
|
|
1323
|
+
interface CustomerCashBalanceTransactionCreatedEvent extends EventBase {
|
|
1324
|
+
type: 'customer_cash_balance_transaction.created';
|
|
1325
|
+
data: CustomerCashBalanceTransactionCreatedEvent.Data;
|
|
1326
|
+
}
|
|
1327
|
+
|
|
1328
|
+
namespace CustomerCashBalanceTransactionCreatedEvent {
|
|
1329
|
+
interface Data extends Stripe.Event.Data {
|
|
1330
|
+
object: Stripe.CustomerCashBalanceTransaction;
|
|
1331
|
+
|
|
1332
|
+
previous_attributes?: Partial<Stripe.CustomerCashBalanceTransaction>;
|
|
1333
|
+
}
|
|
1334
|
+
}
|
|
1335
|
+
|
|
1336
|
+
/**
|
|
1337
|
+
* Occurs whenever a customer's entitlements change.
|
|
1338
|
+
*/
|
|
1339
|
+
interface EntitlementsActiveEntitlementSummaryUpdatedEvent
|
|
1340
|
+
extends EventBase {
|
|
1341
|
+
type: 'entitlements.active_entitlement_summary.updated';
|
|
1342
|
+
data: EntitlementsActiveEntitlementSummaryUpdatedEvent.Data;
|
|
1343
|
+
}
|
|
1344
|
+
|
|
1345
|
+
namespace EntitlementsActiveEntitlementSummaryUpdatedEvent {
|
|
1346
|
+
interface Data extends Stripe.Event.Data {
|
|
1347
|
+
object: Stripe.Entitlements.ActiveEntitlementSummary;
|
|
1348
|
+
|
|
1349
|
+
previous_attributes?: Partial<
|
|
1350
|
+
Stripe.Entitlements.ActiveEntitlementSummary
|
|
1351
|
+
>;
|
|
1352
|
+
}
|
|
1353
|
+
}
|
|
1354
|
+
|
|
1355
|
+
/**
|
|
1356
|
+
* Occurs whenever a new Stripe-generated file is available for your account.
|
|
1357
|
+
*/
|
|
1358
|
+
interface FileCreatedEvent extends EventBase {
|
|
1359
|
+
type: 'file.created';
|
|
1360
|
+
data: FileCreatedEvent.Data;
|
|
1361
|
+
}
|
|
1362
|
+
|
|
1363
|
+
namespace FileCreatedEvent {
|
|
1364
|
+
interface Data extends Stripe.Event.Data {
|
|
1365
|
+
object: Stripe.File;
|
|
1366
|
+
|
|
1367
|
+
previous_attributes?: Partial<Stripe.File>;
|
|
1368
|
+
}
|
|
1369
|
+
}
|
|
1370
|
+
|
|
1371
|
+
/**
|
|
1372
|
+
* Occurs when a new Financial Connections account is created.
|
|
1373
|
+
*/
|
|
1374
|
+
interface FinancialConnectionsAccountCreatedEvent extends EventBase {
|
|
1375
|
+
type: 'financial_connections.account.created';
|
|
1376
|
+
data: FinancialConnectionsAccountCreatedEvent.Data;
|
|
1377
|
+
}
|
|
1378
|
+
|
|
1379
|
+
namespace FinancialConnectionsAccountCreatedEvent {
|
|
1380
|
+
interface Data extends Stripe.Event.Data {
|
|
1381
|
+
object: Stripe.FinancialConnections.Account;
|
|
1382
|
+
|
|
1383
|
+
previous_attributes?: Partial<Stripe.FinancialConnections.Account>;
|
|
1384
|
+
}
|
|
1385
|
+
}
|
|
1386
|
+
|
|
1387
|
+
/**
|
|
1388
|
+
* Occurs when a Financial Connections account's status is updated from `active` to `inactive`.
|
|
1389
|
+
*/
|
|
1390
|
+
interface FinancialConnectionsAccountDeactivatedEvent extends EventBase {
|
|
1391
|
+
type: 'financial_connections.account.deactivated';
|
|
1392
|
+
data: FinancialConnectionsAccountDeactivatedEvent.Data;
|
|
1393
|
+
}
|
|
1394
|
+
|
|
1395
|
+
namespace FinancialConnectionsAccountDeactivatedEvent {
|
|
1396
|
+
interface Data extends Stripe.Event.Data {
|
|
1397
|
+
object: Stripe.FinancialConnections.Account;
|
|
1398
|
+
|
|
1399
|
+
previous_attributes?: Partial<Stripe.FinancialConnections.Account>;
|
|
1400
|
+
}
|
|
1401
|
+
}
|
|
1402
|
+
|
|
1403
|
+
/**
|
|
1404
|
+
* Occurs when a Financial Connections account is disconnected.
|
|
1405
|
+
*/
|
|
1406
|
+
interface FinancialConnectionsAccountDisconnectedEvent extends EventBase {
|
|
1407
|
+
type: 'financial_connections.account.disconnected';
|
|
1408
|
+
data: FinancialConnectionsAccountDisconnectedEvent.Data;
|
|
1409
|
+
}
|
|
1410
|
+
|
|
1411
|
+
namespace FinancialConnectionsAccountDisconnectedEvent {
|
|
1412
|
+
interface Data extends Stripe.Event.Data {
|
|
1413
|
+
object: Stripe.FinancialConnections.Account;
|
|
1414
|
+
|
|
1415
|
+
previous_attributes?: Partial<Stripe.FinancialConnections.Account>;
|
|
1416
|
+
}
|
|
1417
|
+
}
|
|
1418
|
+
|
|
1419
|
+
/**
|
|
1420
|
+
* Occurs when a Financial Connections account's status is updated from `inactive` to `active`.
|
|
1421
|
+
*/
|
|
1422
|
+
interface FinancialConnectionsAccountReactivatedEvent extends EventBase {
|
|
1423
|
+
type: 'financial_connections.account.reactivated';
|
|
1424
|
+
data: FinancialConnectionsAccountReactivatedEvent.Data;
|
|
1425
|
+
}
|
|
1426
|
+
|
|
1427
|
+
namespace FinancialConnectionsAccountReactivatedEvent {
|
|
1428
|
+
interface Data extends Stripe.Event.Data {
|
|
1429
|
+
object: Stripe.FinancialConnections.Account;
|
|
1430
|
+
|
|
1431
|
+
previous_attributes?: Partial<Stripe.FinancialConnections.Account>;
|
|
1432
|
+
}
|
|
1433
|
+
}
|
|
1434
|
+
|
|
1435
|
+
/**
|
|
1436
|
+
* Occurs when an Account’s `balance_refresh` status transitions from `pending` to either `succeeded` or `failed`.
|
|
1437
|
+
*/
|
|
1438
|
+
interface FinancialConnectionsAccountRefreshedBalanceEvent
|
|
1439
|
+
extends EventBase {
|
|
1440
|
+
type: 'financial_connections.account.refreshed_balance';
|
|
1441
|
+
data: FinancialConnectionsAccountRefreshedBalanceEvent.Data;
|
|
1442
|
+
}
|
|
1443
|
+
|
|
1444
|
+
namespace FinancialConnectionsAccountRefreshedBalanceEvent {
|
|
1445
|
+
interface Data extends Stripe.Event.Data {
|
|
1446
|
+
object: Stripe.FinancialConnections.Account;
|
|
1447
|
+
|
|
1448
|
+
previous_attributes?: Partial<Stripe.FinancialConnections.Account>;
|
|
1449
|
+
}
|
|
1450
|
+
}
|
|
1451
|
+
|
|
1452
|
+
/**
|
|
1453
|
+
* Occurs when an Account’s `ownership_refresh` status transitions from `pending` to either `succeeded` or `failed`.
|
|
1454
|
+
*/
|
|
1455
|
+
interface FinancialConnectionsAccountRefreshedOwnershipEvent
|
|
1456
|
+
extends EventBase {
|
|
1457
|
+
type: 'financial_connections.account.refreshed_ownership';
|
|
1458
|
+
data: FinancialConnectionsAccountRefreshedOwnershipEvent.Data;
|
|
1459
|
+
}
|
|
1460
|
+
|
|
1461
|
+
namespace FinancialConnectionsAccountRefreshedOwnershipEvent {
|
|
1462
|
+
interface Data extends Stripe.Event.Data {
|
|
1463
|
+
object: Stripe.FinancialConnections.Account;
|
|
1464
|
+
|
|
1465
|
+
previous_attributes?: Partial<Stripe.FinancialConnections.Account>;
|
|
1466
|
+
}
|
|
1467
|
+
}
|
|
1468
|
+
|
|
1469
|
+
/**
|
|
1470
|
+
* Occurs when an Account’s `transaction_refresh` status transitions from `pending` to either `succeeded` or `failed`.
|
|
1471
|
+
*/
|
|
1472
|
+
interface FinancialConnectionsAccountRefreshedTransactionsEvent
|
|
1473
|
+
extends EventBase {
|
|
1474
|
+
type: 'financial_connections.account.refreshed_transactions';
|
|
1475
|
+
data: FinancialConnectionsAccountRefreshedTransactionsEvent.Data;
|
|
1476
|
+
}
|
|
1477
|
+
|
|
1478
|
+
namespace FinancialConnectionsAccountRefreshedTransactionsEvent {
|
|
1479
|
+
interface Data extends Stripe.Event.Data {
|
|
1480
|
+
object: Stripe.FinancialConnections.Account;
|
|
1481
|
+
|
|
1482
|
+
previous_attributes?: Partial<Stripe.FinancialConnections.Account>;
|
|
1483
|
+
}
|
|
1484
|
+
}
|
|
1485
|
+
|
|
1486
|
+
/**
|
|
1487
|
+
* Occurs whenever a VerificationSession is canceled
|
|
1488
|
+
*/
|
|
1489
|
+
interface IdentityVerificationSessionCanceledEvent extends EventBase {
|
|
1490
|
+
type: 'identity.verification_session.canceled';
|
|
1491
|
+
data: IdentityVerificationSessionCanceledEvent.Data;
|
|
1492
|
+
}
|
|
1493
|
+
|
|
1494
|
+
namespace IdentityVerificationSessionCanceledEvent {
|
|
1495
|
+
interface Data extends Stripe.Event.Data {
|
|
1496
|
+
object: Stripe.Identity.VerificationSession;
|
|
1497
|
+
|
|
1498
|
+
previous_attributes?: Partial<Stripe.Identity.VerificationSession>;
|
|
1499
|
+
}
|
|
1500
|
+
}
|
|
1501
|
+
|
|
1502
|
+
/**
|
|
1503
|
+
* Occurs whenever a VerificationSession is created
|
|
1504
|
+
*/
|
|
1505
|
+
interface IdentityVerificationSessionCreatedEvent extends EventBase {
|
|
1506
|
+
type: 'identity.verification_session.created';
|
|
1507
|
+
data: IdentityVerificationSessionCreatedEvent.Data;
|
|
1508
|
+
}
|
|
1509
|
+
|
|
1510
|
+
namespace IdentityVerificationSessionCreatedEvent {
|
|
1511
|
+
interface Data extends Stripe.Event.Data {
|
|
1512
|
+
object: Stripe.Identity.VerificationSession;
|
|
1513
|
+
|
|
1514
|
+
previous_attributes?: Partial<Stripe.Identity.VerificationSession>;
|
|
1515
|
+
}
|
|
1516
|
+
}
|
|
1517
|
+
|
|
1518
|
+
/**
|
|
1519
|
+
* Occurs whenever a VerificationSession transitions to processing
|
|
1520
|
+
*/
|
|
1521
|
+
interface IdentityVerificationSessionProcessingEvent extends EventBase {
|
|
1522
|
+
type: 'identity.verification_session.processing';
|
|
1523
|
+
data: IdentityVerificationSessionProcessingEvent.Data;
|
|
1524
|
+
}
|
|
1525
|
+
|
|
1526
|
+
namespace IdentityVerificationSessionProcessingEvent {
|
|
1527
|
+
interface Data extends Stripe.Event.Data {
|
|
1528
|
+
object: Stripe.Identity.VerificationSession;
|
|
1529
|
+
|
|
1530
|
+
previous_attributes?: Partial<Stripe.Identity.VerificationSession>;
|
|
1531
|
+
}
|
|
1532
|
+
}
|
|
1533
|
+
|
|
1534
|
+
/**
|
|
1535
|
+
* Occurs whenever a VerificationSession is redacted.
|
|
1536
|
+
*/
|
|
1537
|
+
interface IdentityVerificationSessionRedactedEvent extends EventBase {
|
|
1538
|
+
type: 'identity.verification_session.redacted';
|
|
1539
|
+
data: IdentityVerificationSessionRedactedEvent.Data;
|
|
1540
|
+
}
|
|
1541
|
+
|
|
1542
|
+
namespace IdentityVerificationSessionRedactedEvent {
|
|
1543
|
+
interface Data extends Stripe.Event.Data {
|
|
1544
|
+
object: Stripe.Identity.VerificationSession;
|
|
1545
|
+
|
|
1546
|
+
previous_attributes?: Partial<Stripe.Identity.VerificationSession>;
|
|
1547
|
+
}
|
|
1548
|
+
}
|
|
1549
|
+
|
|
1550
|
+
/**
|
|
1551
|
+
* Occurs whenever a VerificationSession transitions to require user input
|
|
1552
|
+
*/
|
|
1553
|
+
interface IdentityVerificationSessionRequiresInputEvent extends EventBase {
|
|
1554
|
+
type: 'identity.verification_session.requires_input';
|
|
1555
|
+
data: IdentityVerificationSessionRequiresInputEvent.Data;
|
|
1556
|
+
}
|
|
1557
|
+
|
|
1558
|
+
namespace IdentityVerificationSessionRequiresInputEvent {
|
|
1559
|
+
interface Data extends Stripe.Event.Data {
|
|
1560
|
+
object: Stripe.Identity.VerificationSession;
|
|
1561
|
+
|
|
1562
|
+
previous_attributes?: Partial<Stripe.Identity.VerificationSession>;
|
|
1563
|
+
}
|
|
1564
|
+
}
|
|
1565
|
+
|
|
1566
|
+
/**
|
|
1567
|
+
* Occurs whenever a VerificationSession transitions to verified
|
|
1568
|
+
*/
|
|
1569
|
+
interface IdentityVerificationSessionVerifiedEvent extends EventBase {
|
|
1570
|
+
type: 'identity.verification_session.verified';
|
|
1571
|
+
data: IdentityVerificationSessionVerifiedEvent.Data;
|
|
1572
|
+
}
|
|
1573
|
+
|
|
1574
|
+
namespace IdentityVerificationSessionVerifiedEvent {
|
|
1575
|
+
interface Data extends Stripe.Event.Data {
|
|
1576
|
+
object: Stripe.Identity.VerificationSession;
|
|
1577
|
+
|
|
1578
|
+
previous_attributes?: Partial<Stripe.Identity.VerificationSession>;
|
|
1579
|
+
}
|
|
1580
|
+
}
|
|
1581
|
+
|
|
1582
|
+
/**
|
|
1583
|
+
* Occurs whenever a new invoice is created. To learn how webhooks can be used with this event, and how they can affect it, see [Using Webhooks with Subscriptions](https://docs.stripe.com/subscriptions/webhooks).
|
|
1584
|
+
*/
|
|
1585
|
+
interface InvoiceCreatedEvent extends EventBase {
|
|
1586
|
+
type: 'invoice.created';
|
|
1587
|
+
data: InvoiceCreatedEvent.Data;
|
|
1588
|
+
}
|
|
1589
|
+
|
|
1590
|
+
namespace InvoiceCreatedEvent {
|
|
1591
|
+
interface Data extends Stripe.Event.Data {
|
|
1592
|
+
object: Stripe.Invoice;
|
|
1593
|
+
|
|
1594
|
+
previous_attributes?: Partial<Stripe.Invoice>;
|
|
1595
|
+
}
|
|
1596
|
+
}
|
|
1597
|
+
|
|
1598
|
+
/**
|
|
1599
|
+
* Occurs whenever a draft invoice is deleted. Note: This event is not sent for [invoice previews](https://docs.stripe.com/api/invoices/create_preview).
|
|
1600
|
+
*/
|
|
1601
|
+
interface InvoiceDeletedEvent extends EventBase {
|
|
1602
|
+
type: 'invoice.deleted';
|
|
1603
|
+
data: InvoiceDeletedEvent.Data;
|
|
1604
|
+
}
|
|
1605
|
+
|
|
1606
|
+
namespace InvoiceDeletedEvent {
|
|
1607
|
+
interface Data extends Stripe.Event.Data {
|
|
1608
|
+
object: Stripe.Invoice;
|
|
1609
|
+
|
|
1610
|
+
previous_attributes?: Partial<Stripe.Invoice>;
|
|
1611
|
+
}
|
|
1612
|
+
}
|
|
1613
|
+
|
|
1614
|
+
/**
|
|
1615
|
+
* Occurs whenever a draft invoice cannot be finalized. See the invoice’s [last finalization error](https://docs.stripe.com/api/invoices/object#invoice_object-last_finalization_error) for details.
|
|
1616
|
+
*/
|
|
1617
|
+
interface InvoiceFinalizationFailedEvent extends EventBase {
|
|
1618
|
+
type: 'invoice.finalization_failed';
|
|
1619
|
+
data: InvoiceFinalizationFailedEvent.Data;
|
|
1620
|
+
}
|
|
1621
|
+
|
|
1622
|
+
namespace InvoiceFinalizationFailedEvent {
|
|
1623
|
+
interface Data extends Stripe.Event.Data {
|
|
1624
|
+
object: Stripe.Invoice;
|
|
1625
|
+
|
|
1626
|
+
previous_attributes?: Partial<Stripe.Invoice>;
|
|
1627
|
+
}
|
|
1628
|
+
}
|
|
1629
|
+
|
|
1630
|
+
/**
|
|
1631
|
+
* Occurs whenever a draft invoice is finalized and updated to be an open invoice.
|
|
1632
|
+
*/
|
|
1633
|
+
interface InvoiceFinalizedEvent extends EventBase {
|
|
1634
|
+
type: 'invoice.finalized';
|
|
1635
|
+
data: InvoiceFinalizedEvent.Data;
|
|
1636
|
+
}
|
|
1637
|
+
|
|
1638
|
+
namespace InvoiceFinalizedEvent {
|
|
1639
|
+
interface Data extends Stripe.Event.Data {
|
|
1640
|
+
object: Stripe.Invoice;
|
|
1641
|
+
|
|
1642
|
+
previous_attributes?: Partial<Stripe.Invoice>;
|
|
1643
|
+
}
|
|
1644
|
+
}
|
|
1645
|
+
|
|
1646
|
+
/**
|
|
1647
|
+
* Occurs whenever an invoice is marked uncollectible.
|
|
1648
|
+
*/
|
|
1649
|
+
interface InvoiceMarkedUncollectibleEvent extends EventBase {
|
|
1650
|
+
type: 'invoice.marked_uncollectible';
|
|
1651
|
+
data: InvoiceMarkedUncollectibleEvent.Data;
|
|
1652
|
+
}
|
|
1653
|
+
|
|
1654
|
+
namespace InvoiceMarkedUncollectibleEvent {
|
|
1655
|
+
interface Data extends Stripe.Event.Data {
|
|
1656
|
+
object: Stripe.Invoice;
|
|
1657
|
+
|
|
1658
|
+
previous_attributes?: Partial<Stripe.Invoice>;
|
|
1659
|
+
}
|
|
1660
|
+
}
|
|
1661
|
+
|
|
1662
|
+
/**
|
|
1663
|
+
* Occurs X number of days after an invoice becomes due—where X is determined by Automations
|
|
1664
|
+
*/
|
|
1665
|
+
interface InvoiceOverdueEvent extends EventBase {
|
|
1666
|
+
type: 'invoice.overdue';
|
|
1667
|
+
data: InvoiceOverdueEvent.Data;
|
|
1668
|
+
}
|
|
1669
|
+
|
|
1670
|
+
namespace InvoiceOverdueEvent {
|
|
1671
|
+
interface Data extends Stripe.Event.Data {
|
|
1672
|
+
object: Stripe.Invoice;
|
|
1673
|
+
|
|
1674
|
+
previous_attributes?: Partial<Stripe.Invoice>;
|
|
1675
|
+
}
|
|
1676
|
+
}
|
|
1677
|
+
|
|
1678
|
+
/**
|
|
1679
|
+
* Occurs whenever an invoice payment attempt succeeds or an invoice is marked as paid out-of-band.
|
|
1680
|
+
*/
|
|
1681
|
+
interface InvoicePaidEvent extends EventBase {
|
|
1682
|
+
type: 'invoice.paid';
|
|
1683
|
+
data: InvoicePaidEvent.Data;
|
|
1684
|
+
}
|
|
1685
|
+
|
|
1686
|
+
namespace InvoicePaidEvent {
|
|
1687
|
+
interface Data extends Stripe.Event.Data {
|
|
1688
|
+
object: Stripe.Invoice;
|
|
1689
|
+
|
|
1690
|
+
previous_attributes?: Partial<Stripe.Invoice>;
|
|
1691
|
+
}
|
|
1692
|
+
}
|
|
1693
|
+
|
|
1694
|
+
/**
|
|
1695
|
+
* Occurs whenever an invoice payment attempt requires further user action to complete.
|
|
1696
|
+
*/
|
|
1697
|
+
interface InvoicePaymentActionRequiredEvent extends EventBase {
|
|
1698
|
+
type: 'invoice.payment_action_required';
|
|
1699
|
+
data: InvoicePaymentActionRequiredEvent.Data;
|
|
1700
|
+
}
|
|
1701
|
+
|
|
1702
|
+
namespace InvoicePaymentActionRequiredEvent {
|
|
1703
|
+
interface Data extends Stripe.Event.Data {
|
|
1704
|
+
object: Stripe.Invoice;
|
|
1705
|
+
|
|
1706
|
+
previous_attributes?: Partial<Stripe.Invoice>;
|
|
1707
|
+
}
|
|
1708
|
+
}
|
|
1709
|
+
|
|
1710
|
+
/**
|
|
1711
|
+
* Occurs whenever an invoice payment attempt fails, due either to a declined payment or to the lack of a stored payment method.
|
|
1712
|
+
*/
|
|
1713
|
+
interface InvoicePaymentFailedEvent extends EventBase {
|
|
1714
|
+
type: 'invoice.payment_failed';
|
|
1715
|
+
data: InvoicePaymentFailedEvent.Data;
|
|
1716
|
+
}
|
|
1717
|
+
|
|
1718
|
+
namespace InvoicePaymentFailedEvent {
|
|
1719
|
+
interface Data extends Stripe.Event.Data {
|
|
1720
|
+
object: Stripe.Invoice;
|
|
1721
|
+
|
|
1722
|
+
previous_attributes?: Partial<Stripe.Invoice>;
|
|
1723
|
+
}
|
|
1724
|
+
}
|
|
1725
|
+
|
|
1726
|
+
/**
|
|
1727
|
+
* Occurs whenever an invoice payment attempt succeeds.
|
|
1728
|
+
*/
|
|
1729
|
+
interface InvoicePaymentSucceededEvent extends EventBase {
|
|
1730
|
+
type: 'invoice.payment_succeeded';
|
|
1731
|
+
data: InvoicePaymentSucceededEvent.Data;
|
|
1732
|
+
}
|
|
1733
|
+
|
|
1734
|
+
namespace InvoicePaymentSucceededEvent {
|
|
1735
|
+
interface Data extends Stripe.Event.Data {
|
|
1736
|
+
object: Stripe.Invoice;
|
|
1737
|
+
|
|
1738
|
+
previous_attributes?: Partial<Stripe.Invoice>;
|
|
1739
|
+
}
|
|
1740
|
+
}
|
|
1741
|
+
|
|
1742
|
+
/**
|
|
1743
|
+
* Occurs whenever an invoice email is sent out.
|
|
1744
|
+
*/
|
|
1745
|
+
interface InvoiceSentEvent extends EventBase {
|
|
1746
|
+
type: 'invoice.sent';
|
|
1747
|
+
data: InvoiceSentEvent.Data;
|
|
1748
|
+
}
|
|
1749
|
+
|
|
1750
|
+
namespace InvoiceSentEvent {
|
|
1751
|
+
interface Data extends Stripe.Event.Data {
|
|
1752
|
+
object: Stripe.Invoice;
|
|
1753
|
+
|
|
1754
|
+
previous_attributes?: Partial<Stripe.Invoice>;
|
|
1755
|
+
}
|
|
1756
|
+
}
|
|
1757
|
+
|
|
1758
|
+
/**
|
|
1759
|
+
* Occurs X number of days before a subscription is scheduled to create an invoice that is automatically charged—where X is determined by your [subscriptions settings](https://dashboard.stripe.com/account/billing/automatic). Note: The received `Invoice` object will not have an invoice ID.
|
|
1760
|
+
*/
|
|
1761
|
+
interface InvoiceUpcomingEvent extends EventBase {
|
|
1762
|
+
type: 'invoice.upcoming';
|
|
1763
|
+
data: InvoiceUpcomingEvent.Data;
|
|
1764
|
+
}
|
|
1765
|
+
|
|
1766
|
+
namespace InvoiceUpcomingEvent {
|
|
1767
|
+
interface Data extends Stripe.Event.Data {
|
|
1768
|
+
object: Stripe.Invoice;
|
|
1769
|
+
|
|
1770
|
+
previous_attributes?: Partial<Stripe.Invoice>;
|
|
1771
|
+
}
|
|
1772
|
+
}
|
|
1773
|
+
|
|
1774
|
+
/**
|
|
1775
|
+
* Occurs whenever an invoice changes (e.g., the invoice amount).
|
|
1776
|
+
*/
|
|
1777
|
+
interface InvoiceUpdatedEvent extends EventBase {
|
|
1778
|
+
type: 'invoice.updated';
|
|
1779
|
+
data: InvoiceUpdatedEvent.Data;
|
|
1780
|
+
}
|
|
1781
|
+
|
|
1782
|
+
namespace InvoiceUpdatedEvent {
|
|
1783
|
+
interface Data extends Stripe.Event.Data {
|
|
1784
|
+
object: Stripe.Invoice;
|
|
1785
|
+
|
|
1786
|
+
previous_attributes?: Partial<Stripe.Invoice>;
|
|
1787
|
+
}
|
|
1788
|
+
}
|
|
1789
|
+
|
|
1790
|
+
/**
|
|
1791
|
+
* Occurs whenever an invoice is voided.
|
|
1792
|
+
*/
|
|
1793
|
+
interface InvoiceVoidedEvent extends EventBase {
|
|
1794
|
+
type: 'invoice.voided';
|
|
1795
|
+
data: InvoiceVoidedEvent.Data;
|
|
1796
|
+
}
|
|
1797
|
+
|
|
1798
|
+
namespace InvoiceVoidedEvent {
|
|
1799
|
+
interface Data extends Stripe.Event.Data {
|
|
1800
|
+
object: Stripe.Invoice;
|
|
1801
|
+
|
|
1802
|
+
previous_attributes?: Partial<Stripe.Invoice>;
|
|
1803
|
+
}
|
|
1804
|
+
}
|
|
1805
|
+
|
|
1806
|
+
/**
|
|
1807
|
+
* Occurs X number of days before an invoice becomes due—where X is determined by Automations
|
|
1808
|
+
*/
|
|
1809
|
+
interface InvoiceWillBeDueEvent extends EventBase {
|
|
1810
|
+
type: 'invoice.will_be_due';
|
|
1811
|
+
data: InvoiceWillBeDueEvent.Data;
|
|
1812
|
+
}
|
|
1813
|
+
|
|
1814
|
+
namespace InvoiceWillBeDueEvent {
|
|
1815
|
+
interface Data extends Stripe.Event.Data {
|
|
1816
|
+
object: Stripe.Invoice;
|
|
1817
|
+
|
|
1818
|
+
previous_attributes?: Partial<Stripe.Invoice>;
|
|
1819
|
+
}
|
|
1820
|
+
}
|
|
1821
|
+
|
|
1822
|
+
/**
|
|
1823
|
+
* Occurs whenever an invoice item is created.
|
|
1824
|
+
*/
|
|
1825
|
+
interface InvoiceItemCreatedEvent extends EventBase {
|
|
1826
|
+
type: 'invoiceitem.created';
|
|
1827
|
+
data: InvoiceItemCreatedEvent.Data;
|
|
1828
|
+
}
|
|
1829
|
+
|
|
1830
|
+
namespace InvoiceItemCreatedEvent {
|
|
1831
|
+
interface Data extends Stripe.Event.Data {
|
|
1832
|
+
object: Stripe.InvoiceItem;
|
|
1833
|
+
|
|
1834
|
+
previous_attributes?: Partial<Stripe.InvoiceItem>;
|
|
1835
|
+
}
|
|
1836
|
+
}
|
|
1837
|
+
|
|
1838
|
+
/**
|
|
1839
|
+
* Occurs whenever an invoice item is deleted.
|
|
1840
|
+
*/
|
|
1841
|
+
interface InvoiceItemDeletedEvent extends EventBase {
|
|
1842
|
+
type: 'invoiceitem.deleted';
|
|
1843
|
+
data: InvoiceItemDeletedEvent.Data;
|
|
1844
|
+
}
|
|
1845
|
+
|
|
1846
|
+
namespace InvoiceItemDeletedEvent {
|
|
1847
|
+
interface Data extends Stripe.Event.Data {
|
|
1848
|
+
object: Stripe.InvoiceItem;
|
|
1849
|
+
|
|
1850
|
+
previous_attributes?: Partial<Stripe.InvoiceItem>;
|
|
1851
|
+
}
|
|
1852
|
+
}
|
|
1853
|
+
|
|
1854
|
+
/**
|
|
1855
|
+
* Occurs whenever an authorization is created.
|
|
1856
|
+
*/
|
|
1857
|
+
interface IssuingAuthorizationCreatedEvent extends EventBase {
|
|
1858
|
+
type: 'issuing_authorization.created';
|
|
1859
|
+
data: IssuingAuthorizationCreatedEvent.Data;
|
|
1860
|
+
}
|
|
1861
|
+
|
|
1862
|
+
namespace IssuingAuthorizationCreatedEvent {
|
|
1863
|
+
interface Data extends Stripe.Event.Data {
|
|
1864
|
+
object: Stripe.Issuing.Authorization;
|
|
1865
|
+
|
|
1866
|
+
previous_attributes?: Partial<Stripe.Issuing.Authorization>;
|
|
1867
|
+
}
|
|
1868
|
+
}
|
|
1869
|
+
|
|
1870
|
+
/**
|
|
1871
|
+
* Represents a synchronous request for authorization, see [Using your integration to handle authorization requests](https://docs.stripe.com/issuing/purchases/authorizations#authorization-handling).
|
|
1872
|
+
*/
|
|
1873
|
+
interface IssuingAuthorizationRequestEvent extends EventBase {
|
|
1874
|
+
type: 'issuing_authorization.request';
|
|
1875
|
+
data: IssuingAuthorizationRequestEvent.Data;
|
|
1876
|
+
}
|
|
1877
|
+
|
|
1878
|
+
namespace IssuingAuthorizationRequestEvent {
|
|
1879
|
+
interface Data extends Stripe.Event.Data {
|
|
1880
|
+
object: Stripe.Issuing.Authorization;
|
|
1881
|
+
|
|
1882
|
+
previous_attributes?: Partial<Stripe.Issuing.Authorization>;
|
|
1883
|
+
}
|
|
1884
|
+
}
|
|
1885
|
+
|
|
1886
|
+
/**
|
|
1887
|
+
* Occurs whenever an authorization is updated.
|
|
1888
|
+
*/
|
|
1889
|
+
interface IssuingAuthorizationUpdatedEvent extends EventBase {
|
|
1890
|
+
type: 'issuing_authorization.updated';
|
|
1891
|
+
data: IssuingAuthorizationUpdatedEvent.Data;
|
|
1892
|
+
}
|
|
1893
|
+
|
|
1894
|
+
namespace IssuingAuthorizationUpdatedEvent {
|
|
1895
|
+
interface Data extends Stripe.Event.Data {
|
|
1896
|
+
object: Stripe.Issuing.Authorization;
|
|
1897
|
+
|
|
1898
|
+
previous_attributes?: Partial<Stripe.Issuing.Authorization>;
|
|
1899
|
+
}
|
|
1900
|
+
}
|
|
1901
|
+
|
|
1902
|
+
/**
|
|
1903
|
+
* Occurs whenever a card is created.
|
|
1904
|
+
*/
|
|
1905
|
+
interface IssuingCardCreatedEvent extends EventBase {
|
|
1906
|
+
type: 'issuing_card.created';
|
|
1907
|
+
data: IssuingCardCreatedEvent.Data;
|
|
1908
|
+
}
|
|
1909
|
+
|
|
1910
|
+
namespace IssuingCardCreatedEvent {
|
|
1911
|
+
interface Data extends Stripe.Event.Data {
|
|
1912
|
+
object: Stripe.Issuing.Card;
|
|
1913
|
+
|
|
1914
|
+
previous_attributes?: Partial<Stripe.Issuing.Card>;
|
|
1915
|
+
}
|
|
1916
|
+
}
|
|
1917
|
+
|
|
1918
|
+
/**
|
|
1919
|
+
* Occurs whenever a card is updated.
|
|
1920
|
+
*/
|
|
1921
|
+
interface IssuingCardUpdatedEvent extends EventBase {
|
|
1922
|
+
type: 'issuing_card.updated';
|
|
1923
|
+
data: IssuingCardUpdatedEvent.Data;
|
|
1924
|
+
}
|
|
1925
|
+
|
|
1926
|
+
namespace IssuingCardUpdatedEvent {
|
|
1927
|
+
interface Data extends Stripe.Event.Data {
|
|
1928
|
+
object: Stripe.Issuing.Card;
|
|
1929
|
+
|
|
1930
|
+
previous_attributes?: Partial<Stripe.Issuing.Card>;
|
|
1931
|
+
}
|
|
1932
|
+
}
|
|
1933
|
+
|
|
1934
|
+
/**
|
|
1935
|
+
* Occurs whenever a cardholder is created.
|
|
1936
|
+
*/
|
|
1937
|
+
interface IssuingCardholderCreatedEvent extends EventBase {
|
|
1938
|
+
type: 'issuing_cardholder.created';
|
|
1939
|
+
data: IssuingCardholderCreatedEvent.Data;
|
|
1940
|
+
}
|
|
1941
|
+
|
|
1942
|
+
namespace IssuingCardholderCreatedEvent {
|
|
1943
|
+
interface Data extends Stripe.Event.Data {
|
|
1944
|
+
object: Stripe.Issuing.Cardholder;
|
|
1945
|
+
|
|
1946
|
+
previous_attributes?: Partial<Stripe.Issuing.Cardholder>;
|
|
1947
|
+
}
|
|
1948
|
+
}
|
|
1949
|
+
|
|
1950
|
+
/**
|
|
1951
|
+
* Occurs whenever a cardholder is updated.
|
|
1952
|
+
*/
|
|
1953
|
+
interface IssuingCardholderUpdatedEvent extends EventBase {
|
|
1954
|
+
type: 'issuing_cardholder.updated';
|
|
1955
|
+
data: IssuingCardholderUpdatedEvent.Data;
|
|
1956
|
+
}
|
|
1957
|
+
|
|
1958
|
+
namespace IssuingCardholderUpdatedEvent {
|
|
1959
|
+
interface Data extends Stripe.Event.Data {
|
|
1960
|
+
object: Stripe.Issuing.Cardholder;
|
|
1961
|
+
|
|
1962
|
+
previous_attributes?: Partial<Stripe.Issuing.Cardholder>;
|
|
1963
|
+
}
|
|
1964
|
+
}
|
|
1965
|
+
|
|
1966
|
+
/**
|
|
1967
|
+
* Occurs whenever a dispute is won, lost or expired.
|
|
1968
|
+
*/
|
|
1969
|
+
interface IssuingDisputeClosedEvent extends EventBase {
|
|
1970
|
+
type: 'issuing_dispute.closed';
|
|
1971
|
+
data: IssuingDisputeClosedEvent.Data;
|
|
1972
|
+
}
|
|
1973
|
+
|
|
1974
|
+
namespace IssuingDisputeClosedEvent {
|
|
1975
|
+
interface Data extends Stripe.Event.Data {
|
|
1976
|
+
object: Stripe.Issuing.Dispute;
|
|
1977
|
+
|
|
1978
|
+
previous_attributes?: Partial<Stripe.Issuing.Dispute>;
|
|
1979
|
+
}
|
|
1980
|
+
}
|
|
1981
|
+
|
|
1982
|
+
/**
|
|
1983
|
+
* Occurs whenever a dispute is created.
|
|
1984
|
+
*/
|
|
1985
|
+
interface IssuingDisputeCreatedEvent extends EventBase {
|
|
1986
|
+
type: 'issuing_dispute.created';
|
|
1987
|
+
data: IssuingDisputeCreatedEvent.Data;
|
|
1988
|
+
}
|
|
1989
|
+
|
|
1990
|
+
namespace IssuingDisputeCreatedEvent {
|
|
1991
|
+
interface Data extends Stripe.Event.Data {
|
|
1992
|
+
object: Stripe.Issuing.Dispute;
|
|
1993
|
+
|
|
1994
|
+
previous_attributes?: Partial<Stripe.Issuing.Dispute>;
|
|
1995
|
+
}
|
|
1996
|
+
}
|
|
1997
|
+
|
|
1998
|
+
/**
|
|
1999
|
+
* Occurs whenever funds are reinstated to your account for an Issuing dispute.
|
|
2000
|
+
*/
|
|
2001
|
+
interface IssuingDisputeFundsReinstatedEvent extends EventBase {
|
|
2002
|
+
type: 'issuing_dispute.funds_reinstated';
|
|
2003
|
+
data: IssuingDisputeFundsReinstatedEvent.Data;
|
|
2004
|
+
}
|
|
2005
|
+
|
|
2006
|
+
namespace IssuingDisputeFundsReinstatedEvent {
|
|
2007
|
+
interface Data extends Stripe.Event.Data {
|
|
2008
|
+
object: Stripe.Issuing.Dispute;
|
|
2009
|
+
|
|
2010
|
+
previous_attributes?: Partial<Stripe.Issuing.Dispute>;
|
|
2011
|
+
}
|
|
2012
|
+
}
|
|
2013
|
+
|
|
2014
|
+
/**
|
|
2015
|
+
* Occurs whenever funds are deducted from your account for an Issuing dispute.
|
|
2016
|
+
*/
|
|
2017
|
+
interface IssuingDisputeFundsRescindedEvent extends EventBase {
|
|
2018
|
+
type: 'issuing_dispute.funds_rescinded';
|
|
2019
|
+
data: IssuingDisputeFundsRescindedEvent.Data;
|
|
2020
|
+
}
|
|
2021
|
+
|
|
2022
|
+
namespace IssuingDisputeFundsRescindedEvent {
|
|
2023
|
+
interface Data extends Stripe.Event.Data {
|
|
2024
|
+
object: Stripe.Issuing.Dispute;
|
|
2025
|
+
|
|
2026
|
+
previous_attributes?: Partial<Stripe.Issuing.Dispute>;
|
|
2027
|
+
}
|
|
2028
|
+
}
|
|
2029
|
+
|
|
2030
|
+
/**
|
|
2031
|
+
* Occurs whenever a dispute is submitted.
|
|
2032
|
+
*/
|
|
2033
|
+
interface IssuingDisputeSubmittedEvent extends EventBase {
|
|
2034
|
+
type: 'issuing_dispute.submitted';
|
|
2035
|
+
data: IssuingDisputeSubmittedEvent.Data;
|
|
2036
|
+
}
|
|
2037
|
+
|
|
2038
|
+
namespace IssuingDisputeSubmittedEvent {
|
|
2039
|
+
interface Data extends Stripe.Event.Data {
|
|
2040
|
+
object: Stripe.Issuing.Dispute;
|
|
2041
|
+
|
|
2042
|
+
previous_attributes?: Partial<Stripe.Issuing.Dispute>;
|
|
2043
|
+
}
|
|
2044
|
+
}
|
|
2045
|
+
|
|
2046
|
+
/**
|
|
2047
|
+
* Occurs whenever a dispute is updated.
|
|
2048
|
+
*/
|
|
2049
|
+
interface IssuingDisputeUpdatedEvent extends EventBase {
|
|
2050
|
+
type: 'issuing_dispute.updated';
|
|
2051
|
+
data: IssuingDisputeUpdatedEvent.Data;
|
|
2052
|
+
}
|
|
2053
|
+
|
|
2054
|
+
namespace IssuingDisputeUpdatedEvent {
|
|
2055
|
+
interface Data extends Stripe.Event.Data {
|
|
2056
|
+
object: Stripe.Issuing.Dispute;
|
|
2057
|
+
|
|
2058
|
+
previous_attributes?: Partial<Stripe.Issuing.Dispute>;
|
|
2059
|
+
}
|
|
2060
|
+
}
|
|
2061
|
+
|
|
2062
|
+
/**
|
|
2063
|
+
* Occurs whenever a personalization design is activated following the activation of the physical bundle that belongs to it.
|
|
2064
|
+
*/
|
|
2065
|
+
interface IssuingPersonalizationDesignActivatedEvent extends EventBase {
|
|
2066
|
+
type: 'issuing_personalization_design.activated';
|
|
2067
|
+
data: IssuingPersonalizationDesignActivatedEvent.Data;
|
|
2068
|
+
}
|
|
2069
|
+
|
|
2070
|
+
namespace IssuingPersonalizationDesignActivatedEvent {
|
|
2071
|
+
interface Data extends Stripe.Event.Data {
|
|
2072
|
+
object: Stripe.Issuing.PersonalizationDesign;
|
|
2073
|
+
|
|
2074
|
+
previous_attributes?: Partial<Stripe.Issuing.PersonalizationDesign>;
|
|
2075
|
+
}
|
|
2076
|
+
}
|
|
2077
|
+
|
|
2078
|
+
/**
|
|
2079
|
+
* Occurs whenever a personalization design is deactivated following the deactivation of the physical bundle that belongs to it.
|
|
2080
|
+
*/
|
|
2081
|
+
interface IssuingPersonalizationDesignDeactivatedEvent extends EventBase {
|
|
2082
|
+
type: 'issuing_personalization_design.deactivated';
|
|
2083
|
+
data: IssuingPersonalizationDesignDeactivatedEvent.Data;
|
|
2084
|
+
}
|
|
2085
|
+
|
|
2086
|
+
namespace IssuingPersonalizationDesignDeactivatedEvent {
|
|
2087
|
+
interface Data extends Stripe.Event.Data {
|
|
2088
|
+
object: Stripe.Issuing.PersonalizationDesign;
|
|
2089
|
+
|
|
2090
|
+
previous_attributes?: Partial<Stripe.Issuing.PersonalizationDesign>;
|
|
2091
|
+
}
|
|
2092
|
+
}
|
|
2093
|
+
|
|
2094
|
+
/**
|
|
2095
|
+
* Occurs whenever a personalization design is rejected by design review.
|
|
2096
|
+
*/
|
|
2097
|
+
interface IssuingPersonalizationDesignRejectedEvent extends EventBase {
|
|
2098
|
+
type: 'issuing_personalization_design.rejected';
|
|
2099
|
+
data: IssuingPersonalizationDesignRejectedEvent.Data;
|
|
2100
|
+
}
|
|
2101
|
+
|
|
2102
|
+
namespace IssuingPersonalizationDesignRejectedEvent {
|
|
2103
|
+
interface Data extends Stripe.Event.Data {
|
|
2104
|
+
object: Stripe.Issuing.PersonalizationDesign;
|
|
2105
|
+
|
|
2106
|
+
previous_attributes?: Partial<Stripe.Issuing.PersonalizationDesign>;
|
|
2107
|
+
}
|
|
2108
|
+
}
|
|
2109
|
+
|
|
2110
|
+
/**
|
|
2111
|
+
* Occurs whenever a personalization design is updated.
|
|
2112
|
+
*/
|
|
2113
|
+
interface IssuingPersonalizationDesignUpdatedEvent extends EventBase {
|
|
2114
|
+
type: 'issuing_personalization_design.updated';
|
|
2115
|
+
data: IssuingPersonalizationDesignUpdatedEvent.Data;
|
|
2116
|
+
}
|
|
2117
|
+
|
|
2118
|
+
namespace IssuingPersonalizationDesignUpdatedEvent {
|
|
2119
|
+
interface Data extends Stripe.Event.Data {
|
|
2120
|
+
object: Stripe.Issuing.PersonalizationDesign;
|
|
2121
|
+
|
|
2122
|
+
previous_attributes?: Partial<Stripe.Issuing.PersonalizationDesign>;
|
|
2123
|
+
}
|
|
2124
|
+
}
|
|
2125
|
+
|
|
2126
|
+
/**
|
|
2127
|
+
* Occurs whenever an issuing digital wallet token is created.
|
|
2128
|
+
*/
|
|
2129
|
+
interface IssuingTokenCreatedEvent extends EventBase {
|
|
2130
|
+
type: 'issuing_token.created';
|
|
2131
|
+
data: IssuingTokenCreatedEvent.Data;
|
|
2132
|
+
}
|
|
2133
|
+
|
|
2134
|
+
namespace IssuingTokenCreatedEvent {
|
|
2135
|
+
interface Data extends Stripe.Event.Data {
|
|
2136
|
+
object: Stripe.Issuing.Token;
|
|
2137
|
+
|
|
2138
|
+
previous_attributes?: Partial<Stripe.Issuing.Token>;
|
|
2139
|
+
}
|
|
2140
|
+
}
|
|
2141
|
+
|
|
2142
|
+
/**
|
|
2143
|
+
* Occurs whenever an issuing digital wallet token is updated.
|
|
2144
|
+
*/
|
|
2145
|
+
interface IssuingTokenUpdatedEvent extends EventBase {
|
|
2146
|
+
type: 'issuing_token.updated';
|
|
2147
|
+
data: IssuingTokenUpdatedEvent.Data;
|
|
2148
|
+
}
|
|
2149
|
+
|
|
2150
|
+
namespace IssuingTokenUpdatedEvent {
|
|
2151
|
+
interface Data extends Stripe.Event.Data {
|
|
2152
|
+
object: Stripe.Issuing.Token;
|
|
2153
|
+
|
|
2154
|
+
previous_attributes?: Partial<Stripe.Issuing.Token>;
|
|
2155
|
+
}
|
|
2156
|
+
}
|
|
2157
|
+
|
|
2158
|
+
/**
|
|
2159
|
+
* Occurs whenever an issuing transaction is created.
|
|
2160
|
+
*/
|
|
2161
|
+
interface IssuingTransactionCreatedEvent extends EventBase {
|
|
2162
|
+
type: 'issuing_transaction.created';
|
|
2163
|
+
data: IssuingTransactionCreatedEvent.Data;
|
|
2164
|
+
}
|
|
2165
|
+
|
|
2166
|
+
namespace IssuingTransactionCreatedEvent {
|
|
2167
|
+
interface Data extends Stripe.Event.Data {
|
|
2168
|
+
object: Stripe.Issuing.Transaction;
|
|
2169
|
+
|
|
2170
|
+
previous_attributes?: Partial<Stripe.Issuing.Transaction>;
|
|
2171
|
+
}
|
|
2172
|
+
}
|
|
2173
|
+
|
|
2174
|
+
/**
|
|
2175
|
+
* Occurs whenever an issuing transaction is updated with receipt data.
|
|
2176
|
+
*/
|
|
2177
|
+
interface IssuingTransactionPurchaseDetailsReceiptUpdatedEvent
|
|
2178
|
+
extends EventBase {
|
|
2179
|
+
type: 'issuing_transaction.purchase_details_receipt_updated';
|
|
2180
|
+
data: IssuingTransactionPurchaseDetailsReceiptUpdatedEvent.Data;
|
|
2181
|
+
}
|
|
2182
|
+
|
|
2183
|
+
namespace IssuingTransactionPurchaseDetailsReceiptUpdatedEvent {
|
|
2184
|
+
interface Data extends Stripe.Event.Data {
|
|
2185
|
+
object: Stripe.Issuing.Transaction;
|
|
2186
|
+
|
|
2187
|
+
previous_attributes?: Partial<Stripe.Issuing.Transaction>;
|
|
2188
|
+
}
|
|
2189
|
+
}
|
|
2190
|
+
|
|
2191
|
+
/**
|
|
2192
|
+
* Occurs whenever an issuing transaction is updated.
|
|
2193
|
+
*/
|
|
2194
|
+
interface IssuingTransactionUpdatedEvent extends EventBase {
|
|
2195
|
+
type: 'issuing_transaction.updated';
|
|
2196
|
+
data: IssuingTransactionUpdatedEvent.Data;
|
|
2197
|
+
}
|
|
2198
|
+
|
|
2199
|
+
namespace IssuingTransactionUpdatedEvent {
|
|
2200
|
+
interface Data extends Stripe.Event.Data {
|
|
2201
|
+
object: Stripe.Issuing.Transaction;
|
|
2202
|
+
|
|
2203
|
+
previous_attributes?: Partial<Stripe.Issuing.Transaction>;
|
|
2204
|
+
}
|
|
2205
|
+
}
|
|
2206
|
+
|
|
2207
|
+
/**
|
|
2208
|
+
* Occurs whenever a Mandate is updated.
|
|
2209
|
+
*/
|
|
2210
|
+
interface MandateUpdatedEvent extends EventBase {
|
|
2211
|
+
type: 'mandate.updated';
|
|
2212
|
+
data: MandateUpdatedEvent.Data;
|
|
2213
|
+
}
|
|
2214
|
+
|
|
2215
|
+
namespace MandateUpdatedEvent {
|
|
2216
|
+
interface Data extends Stripe.Event.Data {
|
|
2217
|
+
object: Stripe.Mandate;
|
|
2218
|
+
|
|
2219
|
+
previous_attributes?: Partial<Stripe.Mandate>;
|
|
2220
|
+
}
|
|
2221
|
+
}
|
|
2222
|
+
|
|
2223
|
+
/**
|
|
2224
|
+
* Occurs when a PaymentIntent has funds to be captured. Check the `amount_capturable` property on the PaymentIntent to determine the amount that can be captured. You may capture the PaymentIntent with an `amount_to_capture` value up to the specified amount. [Learn more about capturing PaymentIntents.](https://docs.stripe.com/api/payment_intents/capture)
|
|
2225
|
+
*/
|
|
2226
|
+
interface PaymentIntentAmountCapturableUpdatedEvent extends EventBase {
|
|
2227
|
+
type: 'payment_intent.amount_capturable_updated';
|
|
2228
|
+
data: PaymentIntentAmountCapturableUpdatedEvent.Data;
|
|
2229
|
+
}
|
|
2230
|
+
|
|
2231
|
+
namespace PaymentIntentAmountCapturableUpdatedEvent {
|
|
2232
|
+
interface Data extends Stripe.Event.Data {
|
|
2233
|
+
object: Stripe.PaymentIntent;
|
|
2234
|
+
|
|
2235
|
+
previous_attributes?: Partial<Stripe.PaymentIntent>;
|
|
2236
|
+
}
|
|
2237
|
+
}
|
|
2238
|
+
|
|
2239
|
+
/**
|
|
2240
|
+
* Occurs when a PaymentIntent is canceled.
|
|
2241
|
+
*/
|
|
2242
|
+
interface PaymentIntentCanceledEvent extends EventBase {
|
|
2243
|
+
type: 'payment_intent.canceled';
|
|
2244
|
+
data: PaymentIntentCanceledEvent.Data;
|
|
2245
|
+
}
|
|
2246
|
+
|
|
2247
|
+
namespace PaymentIntentCanceledEvent {
|
|
2248
|
+
interface Data extends Stripe.Event.Data {
|
|
2249
|
+
object: Stripe.PaymentIntent;
|
|
2250
|
+
|
|
2251
|
+
previous_attributes?: Partial<Stripe.PaymentIntent>;
|
|
2252
|
+
}
|
|
2253
|
+
}
|
|
2254
|
+
|
|
2255
|
+
/**
|
|
2256
|
+
* Occurs when a new PaymentIntent is created.
|
|
2257
|
+
*/
|
|
2258
|
+
interface PaymentIntentCreatedEvent extends EventBase {
|
|
2259
|
+
type: 'payment_intent.created';
|
|
2260
|
+
data: PaymentIntentCreatedEvent.Data;
|
|
2261
|
+
}
|
|
2262
|
+
|
|
2263
|
+
namespace PaymentIntentCreatedEvent {
|
|
2264
|
+
interface Data extends Stripe.Event.Data {
|
|
2265
|
+
object: Stripe.PaymentIntent;
|
|
2266
|
+
|
|
2267
|
+
previous_attributes?: Partial<Stripe.PaymentIntent>;
|
|
2268
|
+
}
|
|
2269
|
+
}
|
|
2270
|
+
|
|
2271
|
+
/**
|
|
2272
|
+
* Occurs when funds are applied to a customer_balance PaymentIntent and the 'amount_remaining' changes.
|
|
2273
|
+
*/
|
|
2274
|
+
interface PaymentIntentPartiallyFundedEvent extends EventBase {
|
|
2275
|
+
type: 'payment_intent.partially_funded';
|
|
2276
|
+
data: PaymentIntentPartiallyFundedEvent.Data;
|
|
2277
|
+
}
|
|
2278
|
+
|
|
2279
|
+
namespace PaymentIntentPartiallyFundedEvent {
|
|
2280
|
+
interface Data extends Stripe.Event.Data {
|
|
2281
|
+
object: Stripe.PaymentIntent;
|
|
2282
|
+
|
|
2283
|
+
previous_attributes?: Partial<Stripe.PaymentIntent>;
|
|
2284
|
+
}
|
|
2285
|
+
}
|
|
2286
|
+
|
|
2287
|
+
/**
|
|
2288
|
+
* Occurs when a PaymentIntent has failed the attempt to create a payment method or a payment.
|
|
2289
|
+
*/
|
|
2290
|
+
interface PaymentIntentPaymentFailedEvent extends EventBase {
|
|
2291
|
+
type: 'payment_intent.payment_failed';
|
|
2292
|
+
data: PaymentIntentPaymentFailedEvent.Data;
|
|
2293
|
+
}
|
|
2294
|
+
|
|
2295
|
+
namespace PaymentIntentPaymentFailedEvent {
|
|
2296
|
+
interface Data extends Stripe.Event.Data {
|
|
2297
|
+
object: Stripe.PaymentIntent;
|
|
2298
|
+
|
|
2299
|
+
previous_attributes?: Partial<Stripe.PaymentIntent>;
|
|
2300
|
+
}
|
|
2301
|
+
}
|
|
2302
|
+
|
|
2303
|
+
/**
|
|
2304
|
+
* Occurs when a PaymentIntent has started processing.
|
|
2305
|
+
*/
|
|
2306
|
+
interface PaymentIntentProcessingEvent extends EventBase {
|
|
2307
|
+
type: 'payment_intent.processing';
|
|
2308
|
+
data: PaymentIntentProcessingEvent.Data;
|
|
2309
|
+
}
|
|
2310
|
+
|
|
2311
|
+
namespace PaymentIntentProcessingEvent {
|
|
2312
|
+
interface Data extends Stripe.Event.Data {
|
|
2313
|
+
object: Stripe.PaymentIntent;
|
|
2314
|
+
|
|
2315
|
+
previous_attributes?: Partial<Stripe.PaymentIntent>;
|
|
2316
|
+
}
|
|
2317
|
+
}
|
|
2318
|
+
|
|
2319
|
+
/**
|
|
2320
|
+
* Occurs when a PaymentIntent transitions to requires_action state
|
|
2321
|
+
*/
|
|
2322
|
+
interface PaymentIntentRequiresActionEvent extends EventBase {
|
|
2323
|
+
type: 'payment_intent.requires_action';
|
|
2324
|
+
data: PaymentIntentRequiresActionEvent.Data;
|
|
2325
|
+
}
|
|
2326
|
+
|
|
2327
|
+
namespace PaymentIntentRequiresActionEvent {
|
|
2328
|
+
interface Data extends Stripe.Event.Data {
|
|
2329
|
+
object: Stripe.PaymentIntent;
|
|
2330
|
+
|
|
2331
|
+
previous_attributes?: Partial<Stripe.PaymentIntent>;
|
|
2332
|
+
}
|
|
2333
|
+
}
|
|
2334
|
+
|
|
2335
|
+
/**
|
|
2336
|
+
* Occurs when a PaymentIntent has successfully completed payment.
|
|
2337
|
+
*/
|
|
2338
|
+
interface PaymentIntentSucceededEvent extends EventBase {
|
|
2339
|
+
type: 'payment_intent.succeeded';
|
|
2340
|
+
data: PaymentIntentSucceededEvent.Data;
|
|
2341
|
+
}
|
|
2342
|
+
|
|
2343
|
+
namespace PaymentIntentSucceededEvent {
|
|
2344
|
+
interface Data extends Stripe.Event.Data {
|
|
2345
|
+
object: Stripe.PaymentIntent;
|
|
2346
|
+
|
|
2347
|
+
previous_attributes?: Partial<Stripe.PaymentIntent>;
|
|
2348
|
+
}
|
|
2349
|
+
}
|
|
2350
|
+
|
|
2351
|
+
/**
|
|
2352
|
+
* Occurs when a payment link is created.
|
|
2353
|
+
*/
|
|
2354
|
+
interface PaymentLinkCreatedEvent extends EventBase {
|
|
2355
|
+
type: 'payment_link.created';
|
|
2356
|
+
data: PaymentLinkCreatedEvent.Data;
|
|
2357
|
+
}
|
|
2358
|
+
|
|
2359
|
+
namespace PaymentLinkCreatedEvent {
|
|
2360
|
+
interface Data extends Stripe.Event.Data {
|
|
2361
|
+
object: Stripe.PaymentLink;
|
|
2362
|
+
|
|
2363
|
+
previous_attributes?: Partial<Stripe.PaymentLink>;
|
|
2364
|
+
}
|
|
2365
|
+
}
|
|
2366
|
+
|
|
2367
|
+
/**
|
|
2368
|
+
* Occurs when a payment link is updated.
|
|
2369
|
+
*/
|
|
2370
|
+
interface PaymentLinkUpdatedEvent extends EventBase {
|
|
2371
|
+
type: 'payment_link.updated';
|
|
2372
|
+
data: PaymentLinkUpdatedEvent.Data;
|
|
2373
|
+
}
|
|
2374
|
+
|
|
2375
|
+
namespace PaymentLinkUpdatedEvent {
|
|
2376
|
+
interface Data extends Stripe.Event.Data {
|
|
2377
|
+
object: Stripe.PaymentLink;
|
|
2378
|
+
|
|
2379
|
+
previous_attributes?: Partial<Stripe.PaymentLink>;
|
|
2380
|
+
}
|
|
2381
|
+
}
|
|
2382
|
+
|
|
2383
|
+
/**
|
|
2384
|
+
* Occurs whenever a new payment method is attached to a customer.
|
|
2385
|
+
*/
|
|
2386
|
+
interface PaymentMethodAttachedEvent extends EventBase {
|
|
2387
|
+
type: 'payment_method.attached';
|
|
2388
|
+
data: PaymentMethodAttachedEvent.Data;
|
|
2389
|
+
}
|
|
2390
|
+
|
|
2391
|
+
namespace PaymentMethodAttachedEvent {
|
|
2392
|
+
interface Data extends Stripe.Event.Data {
|
|
2393
|
+
object: Stripe.PaymentMethod;
|
|
2394
|
+
|
|
2395
|
+
previous_attributes?: Partial<Stripe.PaymentMethod>;
|
|
2396
|
+
}
|
|
2397
|
+
}
|
|
2398
|
+
|
|
2399
|
+
/**
|
|
2400
|
+
* Occurs whenever a payment method's details are automatically updated by the network.
|
|
2401
|
+
*/
|
|
2402
|
+
interface PaymentMethodAutomaticallyUpdatedEvent extends EventBase {
|
|
2403
|
+
type: 'payment_method.automatically_updated';
|
|
2404
|
+
data: PaymentMethodAutomaticallyUpdatedEvent.Data;
|
|
2405
|
+
}
|
|
2406
|
+
|
|
2407
|
+
namespace PaymentMethodAutomaticallyUpdatedEvent {
|
|
2408
|
+
interface Data extends Stripe.Event.Data {
|
|
2409
|
+
object: Stripe.PaymentMethod;
|
|
2410
|
+
|
|
2411
|
+
previous_attributes?: Partial<Stripe.PaymentMethod>;
|
|
2412
|
+
}
|
|
2413
|
+
}
|
|
2414
|
+
|
|
2415
|
+
/**
|
|
2416
|
+
* Occurs whenever a payment method is detached from a customer.
|
|
2417
|
+
*/
|
|
2418
|
+
interface PaymentMethodDetachedEvent extends EventBase {
|
|
2419
|
+
type: 'payment_method.detached';
|
|
2420
|
+
data: PaymentMethodDetachedEvent.Data;
|
|
2421
|
+
}
|
|
2422
|
+
|
|
2423
|
+
namespace PaymentMethodDetachedEvent {
|
|
2424
|
+
interface Data extends Stripe.Event.Data {
|
|
2425
|
+
object: Stripe.PaymentMethod;
|
|
2426
|
+
|
|
2427
|
+
previous_attributes?: Partial<Stripe.PaymentMethod>;
|
|
2428
|
+
}
|
|
2429
|
+
}
|
|
2430
|
+
|
|
2431
|
+
/**
|
|
2432
|
+
* Occurs whenever a payment method is updated via the [PaymentMethod update API](https://docs.stripe.com/api/payment_methods/update).
|
|
2433
|
+
*/
|
|
2434
|
+
interface PaymentMethodUpdatedEvent extends EventBase {
|
|
2435
|
+
type: 'payment_method.updated';
|
|
2436
|
+
data: PaymentMethodUpdatedEvent.Data;
|
|
2437
|
+
}
|
|
2438
|
+
|
|
2439
|
+
namespace PaymentMethodUpdatedEvent {
|
|
2440
|
+
interface Data extends Stripe.Event.Data {
|
|
2441
|
+
object: Stripe.PaymentMethod;
|
|
2442
|
+
|
|
2443
|
+
previous_attributes?: Partial<Stripe.PaymentMethod>;
|
|
2444
|
+
}
|
|
2445
|
+
}
|
|
2446
|
+
|
|
2447
|
+
/**
|
|
2448
|
+
* Occurs whenever a payout is canceled.
|
|
2449
|
+
*/
|
|
2450
|
+
interface PayoutCanceledEvent extends EventBase {
|
|
2451
|
+
type: 'payout.canceled';
|
|
2452
|
+
data: PayoutCanceledEvent.Data;
|
|
2453
|
+
}
|
|
2454
|
+
|
|
2455
|
+
namespace PayoutCanceledEvent {
|
|
2456
|
+
interface Data extends Stripe.Event.Data {
|
|
2457
|
+
object: Stripe.Payout;
|
|
2458
|
+
|
|
2459
|
+
previous_attributes?: Partial<Stripe.Payout>;
|
|
2460
|
+
}
|
|
2461
|
+
}
|
|
2462
|
+
|
|
2463
|
+
/**
|
|
2464
|
+
* Occurs whenever a payout is created.
|
|
2465
|
+
*/
|
|
2466
|
+
interface PayoutCreatedEvent extends EventBase {
|
|
2467
|
+
type: 'payout.created';
|
|
2468
|
+
data: PayoutCreatedEvent.Data;
|
|
2469
|
+
}
|
|
2470
|
+
|
|
2471
|
+
namespace PayoutCreatedEvent {
|
|
2472
|
+
interface Data extends Stripe.Event.Data {
|
|
2473
|
+
object: Stripe.Payout;
|
|
2474
|
+
|
|
2475
|
+
previous_attributes?: Partial<Stripe.Payout>;
|
|
2476
|
+
}
|
|
2477
|
+
}
|
|
2478
|
+
|
|
2479
|
+
/**
|
|
2480
|
+
* Occurs whenever a payout attempt fails.
|
|
2481
|
+
*/
|
|
2482
|
+
interface PayoutFailedEvent extends EventBase {
|
|
2483
|
+
type: 'payout.failed';
|
|
2484
|
+
data: PayoutFailedEvent.Data;
|
|
2485
|
+
}
|
|
2486
|
+
|
|
2487
|
+
namespace PayoutFailedEvent {
|
|
2488
|
+
interface Data extends Stripe.Event.Data {
|
|
2489
|
+
object: Stripe.Payout;
|
|
2490
|
+
|
|
2491
|
+
previous_attributes?: Partial<Stripe.Payout>;
|
|
2492
|
+
}
|
|
2493
|
+
}
|
|
2494
|
+
|
|
2495
|
+
/**
|
|
2496
|
+
* Occurs whenever a payout is *expected* to be available in the destination account. If the payout fails, a `payout.failed` notification is also sent, at a later time.
|
|
2497
|
+
*/
|
|
2498
|
+
interface PayoutPaidEvent extends EventBase {
|
|
2499
|
+
type: 'payout.paid';
|
|
2500
|
+
data: PayoutPaidEvent.Data;
|
|
2501
|
+
}
|
|
2502
|
+
|
|
2503
|
+
namespace PayoutPaidEvent {
|
|
2504
|
+
interface Data extends Stripe.Event.Data {
|
|
2505
|
+
object: Stripe.Payout;
|
|
2506
|
+
|
|
2507
|
+
previous_attributes?: Partial<Stripe.Payout>;
|
|
2508
|
+
}
|
|
2509
|
+
}
|
|
2510
|
+
|
|
2511
|
+
/**
|
|
2512
|
+
* Occurs whenever balance transactions paid out in an automatic payout can be queried.
|
|
2513
|
+
*/
|
|
2514
|
+
interface PayoutReconciliationCompletedEvent extends EventBase {
|
|
2515
|
+
type: 'payout.reconciliation_completed';
|
|
2516
|
+
data: PayoutReconciliationCompletedEvent.Data;
|
|
2517
|
+
}
|
|
2518
|
+
|
|
2519
|
+
namespace PayoutReconciliationCompletedEvent {
|
|
2520
|
+
interface Data extends Stripe.Event.Data {
|
|
2521
|
+
object: Stripe.Payout;
|
|
2522
|
+
|
|
2523
|
+
previous_attributes?: Partial<Stripe.Payout>;
|
|
2524
|
+
}
|
|
2525
|
+
}
|
|
2526
|
+
|
|
2527
|
+
/**
|
|
2528
|
+
* Occurs whenever a payout is updated.
|
|
2529
|
+
*/
|
|
2530
|
+
interface PayoutUpdatedEvent extends EventBase {
|
|
2531
|
+
type: 'payout.updated';
|
|
2532
|
+
data: PayoutUpdatedEvent.Data;
|
|
2533
|
+
}
|
|
2534
|
+
|
|
2535
|
+
namespace PayoutUpdatedEvent {
|
|
2536
|
+
interface Data extends Stripe.Event.Data {
|
|
2537
|
+
object: Stripe.Payout;
|
|
2538
|
+
|
|
2539
|
+
previous_attributes?: Partial<Stripe.Payout>;
|
|
2540
|
+
}
|
|
2541
|
+
}
|
|
2542
|
+
|
|
2543
|
+
/**
|
|
2544
|
+
* Occurs whenever a person associated with an account is created.
|
|
2545
|
+
*/
|
|
2546
|
+
interface PersonCreatedEvent extends EventBase {
|
|
2547
|
+
type: 'person.created';
|
|
2548
|
+
data: PersonCreatedEvent.Data;
|
|
2549
|
+
}
|
|
2550
|
+
|
|
2551
|
+
namespace PersonCreatedEvent {
|
|
2552
|
+
interface Data extends Stripe.Event.Data {
|
|
2553
|
+
object: Stripe.Person;
|
|
2554
|
+
|
|
2555
|
+
previous_attributes?: Partial<Stripe.Person>;
|
|
2556
|
+
}
|
|
2557
|
+
}
|
|
2558
|
+
|
|
2559
|
+
/**
|
|
2560
|
+
* Occurs whenever a person associated with an account is deleted.
|
|
2561
|
+
*/
|
|
2562
|
+
interface PersonDeletedEvent extends EventBase {
|
|
2563
|
+
type: 'person.deleted';
|
|
2564
|
+
data: PersonDeletedEvent.Data;
|
|
2565
|
+
}
|
|
2566
|
+
|
|
2567
|
+
namespace PersonDeletedEvent {
|
|
2568
|
+
interface Data extends Stripe.Event.Data {
|
|
2569
|
+
object: Stripe.Person;
|
|
2570
|
+
|
|
2571
|
+
previous_attributes?: Partial<Stripe.Person>;
|
|
2572
|
+
}
|
|
2573
|
+
}
|
|
2574
|
+
|
|
2575
|
+
/**
|
|
2576
|
+
* Occurs whenever a person associated with an account is updated.
|
|
2577
|
+
*/
|
|
2578
|
+
interface PersonUpdatedEvent extends EventBase {
|
|
2579
|
+
type: 'person.updated';
|
|
2580
|
+
data: PersonUpdatedEvent.Data;
|
|
2581
|
+
}
|
|
2582
|
+
|
|
2583
|
+
namespace PersonUpdatedEvent {
|
|
2584
|
+
interface Data extends Stripe.Event.Data {
|
|
2585
|
+
object: Stripe.Person;
|
|
2586
|
+
|
|
2587
|
+
previous_attributes?: Partial<Stripe.Person>;
|
|
2588
|
+
}
|
|
2589
|
+
}
|
|
2590
|
+
|
|
2591
|
+
/**
|
|
2592
|
+
* Occurs whenever a plan is created.
|
|
2593
|
+
*/
|
|
2594
|
+
interface PlanCreatedEvent extends EventBase {
|
|
2595
|
+
type: 'plan.created';
|
|
2596
|
+
data: PlanCreatedEvent.Data;
|
|
2597
|
+
}
|
|
2598
|
+
|
|
2599
|
+
namespace PlanCreatedEvent {
|
|
2600
|
+
interface Data extends Stripe.Event.Data {
|
|
2601
|
+
object: Stripe.Plan;
|
|
2602
|
+
|
|
2603
|
+
previous_attributes?: Partial<Stripe.Plan>;
|
|
2604
|
+
}
|
|
2605
|
+
}
|
|
2606
|
+
|
|
2607
|
+
/**
|
|
2608
|
+
* Occurs whenever a plan is deleted.
|
|
2609
|
+
*/
|
|
2610
|
+
interface PlanDeletedEvent extends EventBase {
|
|
2611
|
+
type: 'plan.deleted';
|
|
2612
|
+
data: PlanDeletedEvent.Data;
|
|
2613
|
+
}
|
|
2614
|
+
|
|
2615
|
+
namespace PlanDeletedEvent {
|
|
2616
|
+
interface Data extends Stripe.Event.Data {
|
|
2617
|
+
object: Stripe.Plan;
|
|
2618
|
+
|
|
2619
|
+
previous_attributes?: Partial<Stripe.Plan>;
|
|
2620
|
+
}
|
|
2621
|
+
}
|
|
2622
|
+
|
|
2623
|
+
/**
|
|
2624
|
+
* Occurs whenever a plan is updated.
|
|
2625
|
+
*/
|
|
2626
|
+
interface PlanUpdatedEvent extends EventBase {
|
|
2627
|
+
type: 'plan.updated';
|
|
2628
|
+
data: PlanUpdatedEvent.Data;
|
|
2629
|
+
}
|
|
2630
|
+
|
|
2631
|
+
namespace PlanUpdatedEvent {
|
|
2632
|
+
interface Data extends Stripe.Event.Data {
|
|
2633
|
+
object: Stripe.Plan;
|
|
2634
|
+
|
|
2635
|
+
previous_attributes?: Partial<Stripe.Plan>;
|
|
2636
|
+
}
|
|
2637
|
+
}
|
|
2638
|
+
|
|
2639
|
+
/**
|
|
2640
|
+
* Occurs whenever a price is created.
|
|
2641
|
+
*/
|
|
2642
|
+
interface PriceCreatedEvent extends EventBase {
|
|
2643
|
+
type: 'price.created';
|
|
2644
|
+
data: PriceCreatedEvent.Data;
|
|
2645
|
+
}
|
|
2646
|
+
|
|
2647
|
+
namespace PriceCreatedEvent {
|
|
2648
|
+
interface Data extends Stripe.Event.Data {
|
|
2649
|
+
object: Stripe.Price;
|
|
2650
|
+
|
|
2651
|
+
previous_attributes?: Partial<Stripe.Price>;
|
|
2652
|
+
}
|
|
2653
|
+
}
|
|
2654
|
+
|
|
2655
|
+
/**
|
|
2656
|
+
* Occurs whenever a price is deleted.
|
|
2657
|
+
*/
|
|
2658
|
+
interface PriceDeletedEvent extends EventBase {
|
|
2659
|
+
type: 'price.deleted';
|
|
2660
|
+
data: PriceDeletedEvent.Data;
|
|
2661
|
+
}
|
|
2662
|
+
|
|
2663
|
+
namespace PriceDeletedEvent {
|
|
2664
|
+
interface Data extends Stripe.Event.Data {
|
|
2665
|
+
object: Stripe.Price;
|
|
2666
|
+
|
|
2667
|
+
previous_attributes?: Partial<Stripe.Price>;
|
|
2668
|
+
}
|
|
2669
|
+
}
|
|
2670
|
+
|
|
2671
|
+
/**
|
|
2672
|
+
* Occurs whenever a price is updated.
|
|
2673
|
+
*/
|
|
2674
|
+
interface PriceUpdatedEvent extends EventBase {
|
|
2675
|
+
type: 'price.updated';
|
|
2676
|
+
data: PriceUpdatedEvent.Data;
|
|
2677
|
+
}
|
|
2678
|
+
|
|
2679
|
+
namespace PriceUpdatedEvent {
|
|
2680
|
+
interface Data extends Stripe.Event.Data {
|
|
2681
|
+
object: Stripe.Price;
|
|
2682
|
+
|
|
2683
|
+
previous_attributes?: Partial<Stripe.Price>;
|
|
2684
|
+
}
|
|
2685
|
+
}
|
|
2686
|
+
|
|
2687
|
+
/**
|
|
2688
|
+
* Occurs whenever a product is created.
|
|
2689
|
+
*/
|
|
2690
|
+
interface ProductCreatedEvent extends EventBase {
|
|
2691
|
+
type: 'product.created';
|
|
2692
|
+
data: ProductCreatedEvent.Data;
|
|
2693
|
+
}
|
|
2694
|
+
|
|
2695
|
+
namespace ProductCreatedEvent {
|
|
2696
|
+
interface Data extends Stripe.Event.Data {
|
|
2697
|
+
object: Stripe.Product;
|
|
2698
|
+
|
|
2699
|
+
previous_attributes?: Partial<Stripe.Product>;
|
|
2700
|
+
}
|
|
2701
|
+
}
|
|
2702
|
+
|
|
2703
|
+
/**
|
|
2704
|
+
* Occurs whenever a product is deleted.
|
|
2705
|
+
*/
|
|
2706
|
+
interface ProductDeletedEvent extends EventBase {
|
|
2707
|
+
type: 'product.deleted';
|
|
2708
|
+
data: ProductDeletedEvent.Data;
|
|
2709
|
+
}
|
|
2710
|
+
|
|
2711
|
+
namespace ProductDeletedEvent {
|
|
2712
|
+
interface Data extends Stripe.Event.Data {
|
|
2713
|
+
object: Stripe.Product;
|
|
2714
|
+
|
|
2715
|
+
previous_attributes?: Partial<Stripe.Product>;
|
|
2716
|
+
}
|
|
2717
|
+
}
|
|
2718
|
+
|
|
2719
|
+
/**
|
|
2720
|
+
* Occurs whenever a product is updated.
|
|
2721
|
+
*/
|
|
2722
|
+
interface ProductUpdatedEvent extends EventBase {
|
|
2723
|
+
type: 'product.updated';
|
|
2724
|
+
data: ProductUpdatedEvent.Data;
|
|
2725
|
+
}
|
|
2726
|
+
|
|
2727
|
+
namespace ProductUpdatedEvent {
|
|
2728
|
+
interface Data extends Stripe.Event.Data {
|
|
2729
|
+
object: Stripe.Product;
|
|
2730
|
+
|
|
2731
|
+
previous_attributes?: Partial<Stripe.Product>;
|
|
2732
|
+
}
|
|
2733
|
+
}
|
|
2734
|
+
|
|
2735
|
+
/**
|
|
2736
|
+
* Occurs whenever a promotion code is created.
|
|
2737
|
+
*/
|
|
2738
|
+
interface PromotionCodeCreatedEvent extends EventBase {
|
|
2739
|
+
type: 'promotion_code.created';
|
|
2740
|
+
data: PromotionCodeCreatedEvent.Data;
|
|
2741
|
+
}
|
|
2742
|
+
|
|
2743
|
+
namespace PromotionCodeCreatedEvent {
|
|
2744
|
+
interface Data extends Stripe.Event.Data {
|
|
2745
|
+
object: Stripe.PromotionCode;
|
|
2746
|
+
|
|
2747
|
+
previous_attributes?: Partial<Stripe.PromotionCode>;
|
|
2748
|
+
}
|
|
2749
|
+
}
|
|
2750
|
+
|
|
2751
|
+
/**
|
|
2752
|
+
* Occurs whenever a promotion code is updated.
|
|
2753
|
+
*/
|
|
2754
|
+
interface PromotionCodeUpdatedEvent extends EventBase {
|
|
2755
|
+
type: 'promotion_code.updated';
|
|
2756
|
+
data: PromotionCodeUpdatedEvent.Data;
|
|
2757
|
+
}
|
|
2758
|
+
|
|
2759
|
+
namespace PromotionCodeUpdatedEvent {
|
|
2760
|
+
interface Data extends Stripe.Event.Data {
|
|
2761
|
+
object: Stripe.PromotionCode;
|
|
2762
|
+
|
|
2763
|
+
previous_attributes?: Partial<Stripe.PromotionCode>;
|
|
2764
|
+
}
|
|
2765
|
+
}
|
|
2766
|
+
|
|
2767
|
+
/**
|
|
2768
|
+
* Occurs whenever a quote is accepted.
|
|
2769
|
+
*/
|
|
2770
|
+
interface QuoteAcceptedEvent extends EventBase {
|
|
2771
|
+
type: 'quote.accepted';
|
|
2772
|
+
data: QuoteAcceptedEvent.Data;
|
|
2773
|
+
}
|
|
2774
|
+
|
|
2775
|
+
namespace QuoteAcceptedEvent {
|
|
2776
|
+
interface Data extends Stripe.Event.Data {
|
|
2777
|
+
object: Stripe.Quote;
|
|
2778
|
+
|
|
2779
|
+
previous_attributes?: Partial<Stripe.Quote>;
|
|
2780
|
+
}
|
|
2781
|
+
}
|
|
2782
|
+
|
|
2783
|
+
/**
|
|
2784
|
+
* Occurs whenever a quote is canceled.
|
|
2785
|
+
*/
|
|
2786
|
+
interface QuoteCanceledEvent extends EventBase {
|
|
2787
|
+
type: 'quote.canceled';
|
|
2788
|
+
data: QuoteCanceledEvent.Data;
|
|
2789
|
+
}
|
|
2790
|
+
|
|
2791
|
+
namespace QuoteCanceledEvent {
|
|
2792
|
+
interface Data extends Stripe.Event.Data {
|
|
2793
|
+
object: Stripe.Quote;
|
|
2794
|
+
|
|
2795
|
+
previous_attributes?: Partial<Stripe.Quote>;
|
|
2796
|
+
}
|
|
2797
|
+
}
|
|
2798
|
+
|
|
2799
|
+
/**
|
|
2800
|
+
* Occurs whenever a quote is created.
|
|
2801
|
+
*/
|
|
2802
|
+
interface QuoteCreatedEvent extends EventBase {
|
|
2803
|
+
type: 'quote.created';
|
|
2804
|
+
data: QuoteCreatedEvent.Data;
|
|
2805
|
+
}
|
|
2806
|
+
|
|
2807
|
+
namespace QuoteCreatedEvent {
|
|
2808
|
+
interface Data extends Stripe.Event.Data {
|
|
2809
|
+
object: Stripe.Quote;
|
|
2810
|
+
|
|
2811
|
+
previous_attributes?: Partial<Stripe.Quote>;
|
|
2812
|
+
}
|
|
2813
|
+
}
|
|
2814
|
+
|
|
2815
|
+
/**
|
|
2816
|
+
* Occurs whenever a quote is finalized.
|
|
2817
|
+
*/
|
|
2818
|
+
interface QuoteFinalizedEvent extends EventBase {
|
|
2819
|
+
type: 'quote.finalized';
|
|
2820
|
+
data: QuoteFinalizedEvent.Data;
|
|
2821
|
+
}
|
|
2822
|
+
|
|
2823
|
+
namespace QuoteFinalizedEvent {
|
|
2824
|
+
interface Data extends Stripe.Event.Data {
|
|
2825
|
+
object: Stripe.Quote;
|
|
2826
|
+
|
|
2827
|
+
previous_attributes?: Partial<Stripe.Quote>;
|
|
2828
|
+
}
|
|
2829
|
+
}
|
|
2830
|
+
|
|
2831
|
+
/**
|
|
2832
|
+
* Occurs whenever an early fraud warning is created.
|
|
2833
|
+
*/
|
|
2834
|
+
interface RadarEarlyFraudWarningCreatedEvent extends EventBase {
|
|
2835
|
+
type: 'radar.early_fraud_warning.created';
|
|
2836
|
+
data: RadarEarlyFraudWarningCreatedEvent.Data;
|
|
2837
|
+
}
|
|
2838
|
+
|
|
2839
|
+
namespace RadarEarlyFraudWarningCreatedEvent {
|
|
2840
|
+
interface Data extends Stripe.Event.Data {
|
|
2841
|
+
object: Stripe.Radar.EarlyFraudWarning;
|
|
2842
|
+
|
|
2843
|
+
previous_attributes?: Partial<Stripe.Radar.EarlyFraudWarning>;
|
|
2844
|
+
}
|
|
2845
|
+
}
|
|
2846
|
+
|
|
2847
|
+
/**
|
|
2848
|
+
* Occurs whenever an early fraud warning is updated.
|
|
2849
|
+
*/
|
|
2850
|
+
interface RadarEarlyFraudWarningUpdatedEvent extends EventBase {
|
|
2851
|
+
type: 'radar.early_fraud_warning.updated';
|
|
2852
|
+
data: RadarEarlyFraudWarningUpdatedEvent.Data;
|
|
2853
|
+
}
|
|
2854
|
+
|
|
2855
|
+
namespace RadarEarlyFraudWarningUpdatedEvent {
|
|
2856
|
+
interface Data extends Stripe.Event.Data {
|
|
2857
|
+
object: Stripe.Radar.EarlyFraudWarning;
|
|
2858
|
+
|
|
2859
|
+
previous_attributes?: Partial<Stripe.Radar.EarlyFraudWarning>;
|
|
2860
|
+
}
|
|
2861
|
+
}
|
|
2862
|
+
|
|
2863
|
+
/**
|
|
2864
|
+
* Occurs whenever a refund is created.
|
|
2865
|
+
*/
|
|
2866
|
+
interface RefundCreatedEvent extends EventBase {
|
|
2867
|
+
type: 'refund.created';
|
|
2868
|
+
data: RefundCreatedEvent.Data;
|
|
2869
|
+
}
|
|
2870
|
+
|
|
2871
|
+
namespace RefundCreatedEvent {
|
|
2872
|
+
interface Data extends Stripe.Event.Data {
|
|
2873
|
+
object: Stripe.Refund;
|
|
2874
|
+
|
|
2875
|
+
previous_attributes?: Partial<Stripe.Refund>;
|
|
2876
|
+
}
|
|
2877
|
+
}
|
|
2878
|
+
|
|
2879
|
+
/**
|
|
2880
|
+
* Occurs whenever a refund has failed.
|
|
2881
|
+
*/
|
|
2882
|
+
interface RefundFailedEvent extends EventBase {
|
|
2883
|
+
type: 'refund.failed';
|
|
2884
|
+
data: RefundFailedEvent.Data;
|
|
2885
|
+
}
|
|
2886
|
+
|
|
2887
|
+
namespace RefundFailedEvent {
|
|
2888
|
+
interface Data extends Stripe.Event.Data {
|
|
2889
|
+
object: Stripe.Refund;
|
|
2890
|
+
|
|
2891
|
+
previous_attributes?: Partial<Stripe.Refund>;
|
|
2892
|
+
}
|
|
2893
|
+
}
|
|
2894
|
+
|
|
2895
|
+
/**
|
|
2896
|
+
* Occurs whenever a refund is updated.
|
|
2897
|
+
*/
|
|
2898
|
+
interface RefundUpdatedEvent extends EventBase {
|
|
2899
|
+
type: 'refund.updated';
|
|
2900
|
+
data: RefundUpdatedEvent.Data;
|
|
2901
|
+
}
|
|
2902
|
+
|
|
2903
|
+
namespace RefundUpdatedEvent {
|
|
2904
|
+
interface Data extends Stripe.Event.Data {
|
|
2905
|
+
object: Stripe.Refund;
|
|
2906
|
+
|
|
2907
|
+
previous_attributes?: Partial<Stripe.Refund>;
|
|
2908
|
+
}
|
|
2909
|
+
}
|
|
2910
|
+
|
|
2911
|
+
/**
|
|
2912
|
+
* Occurs whenever a requested `ReportRun` failed to complete.
|
|
2913
|
+
*/
|
|
2914
|
+
interface ReportingReportRunFailedEvent extends EventBase {
|
|
2915
|
+
type: 'reporting.report_run.failed';
|
|
2916
|
+
data: ReportingReportRunFailedEvent.Data;
|
|
2917
|
+
}
|
|
2918
|
+
|
|
2919
|
+
namespace ReportingReportRunFailedEvent {
|
|
2920
|
+
interface Data extends Stripe.Event.Data {
|
|
2921
|
+
object: Stripe.Reporting.ReportRun;
|
|
2922
|
+
|
|
2923
|
+
previous_attributes?: Partial<Stripe.Reporting.ReportRun>;
|
|
2924
|
+
}
|
|
2925
|
+
}
|
|
2926
|
+
|
|
2927
|
+
/**
|
|
2928
|
+
* Occurs whenever a requested `ReportRun` completed successfully.
|
|
2929
|
+
*/
|
|
2930
|
+
interface ReportingReportRunSucceededEvent extends EventBase {
|
|
2931
|
+
type: 'reporting.report_run.succeeded';
|
|
2932
|
+
data: ReportingReportRunSucceededEvent.Data;
|
|
2933
|
+
}
|
|
2934
|
+
|
|
2935
|
+
namespace ReportingReportRunSucceededEvent {
|
|
2936
|
+
interface Data extends Stripe.Event.Data {
|
|
2937
|
+
object: Stripe.Reporting.ReportRun;
|
|
2938
|
+
|
|
2939
|
+
previous_attributes?: Partial<Stripe.Reporting.ReportRun>;
|
|
2940
|
+
}
|
|
2941
|
+
}
|
|
2942
|
+
|
|
2943
|
+
/**
|
|
2944
|
+
* Occurs whenever a `ReportType` is updated (typically to indicate that a new day's data has come available).
|
|
2945
|
+
*/
|
|
2946
|
+
interface ReportingReportTypeUpdatedEvent extends EventBase {
|
|
2947
|
+
type: 'reporting.report_type.updated';
|
|
2948
|
+
data: ReportingReportTypeUpdatedEvent.Data;
|
|
2949
|
+
}
|
|
2950
|
+
|
|
2951
|
+
namespace ReportingReportTypeUpdatedEvent {
|
|
2952
|
+
interface Data extends Stripe.Event.Data {
|
|
2953
|
+
object: Stripe.Reporting.ReportType;
|
|
2954
|
+
|
|
2955
|
+
previous_attributes?: Partial<Stripe.Reporting.ReportType>;
|
|
2956
|
+
}
|
|
2957
|
+
}
|
|
2958
|
+
|
|
2959
|
+
/**
|
|
2960
|
+
* Occurs whenever a review is closed. The review's `reason` field indicates why: `approved`, `disputed`, `refunded`, or `refunded_as_fraud`.
|
|
2961
|
+
*/
|
|
2962
|
+
interface ReviewClosedEvent extends EventBase {
|
|
2963
|
+
type: 'review.closed';
|
|
2964
|
+
data: ReviewClosedEvent.Data;
|
|
2965
|
+
}
|
|
2966
|
+
|
|
2967
|
+
namespace ReviewClosedEvent {
|
|
2968
|
+
interface Data extends Stripe.Event.Data {
|
|
2969
|
+
object: Stripe.Review;
|
|
2970
|
+
|
|
2971
|
+
previous_attributes?: Partial<Stripe.Review>;
|
|
2972
|
+
}
|
|
2973
|
+
}
|
|
2974
|
+
|
|
2975
|
+
/**
|
|
2976
|
+
* Occurs whenever a review is opened.
|
|
2977
|
+
*/
|
|
2978
|
+
interface ReviewOpenedEvent extends EventBase {
|
|
2979
|
+
type: 'review.opened';
|
|
2980
|
+
data: ReviewOpenedEvent.Data;
|
|
2981
|
+
}
|
|
2982
|
+
|
|
2983
|
+
namespace ReviewOpenedEvent {
|
|
2984
|
+
interface Data extends Stripe.Event.Data {
|
|
2985
|
+
object: Stripe.Review;
|
|
2986
|
+
|
|
2987
|
+
previous_attributes?: Partial<Stripe.Review>;
|
|
2988
|
+
}
|
|
2989
|
+
}
|
|
2990
|
+
|
|
2991
|
+
/**
|
|
2992
|
+
* Occurs when a SetupIntent is canceled.
|
|
2993
|
+
*/
|
|
2994
|
+
interface SetupIntentCanceledEvent extends EventBase {
|
|
2995
|
+
type: 'setup_intent.canceled';
|
|
2996
|
+
data: SetupIntentCanceledEvent.Data;
|
|
2997
|
+
}
|
|
2998
|
+
|
|
2999
|
+
namespace SetupIntentCanceledEvent {
|
|
3000
|
+
interface Data extends Stripe.Event.Data {
|
|
3001
|
+
object: Stripe.SetupIntent;
|
|
3002
|
+
|
|
3003
|
+
previous_attributes?: Partial<Stripe.SetupIntent>;
|
|
3004
|
+
}
|
|
3005
|
+
}
|
|
3006
|
+
|
|
3007
|
+
/**
|
|
3008
|
+
* Occurs when a new SetupIntent is created.
|
|
3009
|
+
*/
|
|
3010
|
+
interface SetupIntentCreatedEvent extends EventBase {
|
|
3011
|
+
type: 'setup_intent.created';
|
|
3012
|
+
data: SetupIntentCreatedEvent.Data;
|
|
3013
|
+
}
|
|
3014
|
+
|
|
3015
|
+
namespace SetupIntentCreatedEvent {
|
|
3016
|
+
interface Data extends Stripe.Event.Data {
|
|
3017
|
+
object: Stripe.SetupIntent;
|
|
3018
|
+
|
|
3019
|
+
previous_attributes?: Partial<Stripe.SetupIntent>;
|
|
3020
|
+
}
|
|
3021
|
+
}
|
|
3022
|
+
|
|
3023
|
+
/**
|
|
3024
|
+
* Occurs when a SetupIntent is in requires_action state.
|
|
3025
|
+
*/
|
|
3026
|
+
interface SetupIntentRequiresActionEvent extends EventBase {
|
|
3027
|
+
type: 'setup_intent.requires_action';
|
|
3028
|
+
data: SetupIntentRequiresActionEvent.Data;
|
|
3029
|
+
}
|
|
3030
|
+
|
|
3031
|
+
namespace SetupIntentRequiresActionEvent {
|
|
3032
|
+
interface Data extends Stripe.Event.Data {
|
|
3033
|
+
object: Stripe.SetupIntent;
|
|
3034
|
+
|
|
3035
|
+
previous_attributes?: Partial<Stripe.SetupIntent>;
|
|
3036
|
+
}
|
|
3037
|
+
}
|
|
3038
|
+
|
|
3039
|
+
/**
|
|
3040
|
+
* Occurs when a SetupIntent has failed the attempt to setup a payment method.
|
|
3041
|
+
*/
|
|
3042
|
+
interface SetupIntentSetupFailedEvent extends EventBase {
|
|
3043
|
+
type: 'setup_intent.setup_failed';
|
|
3044
|
+
data: SetupIntentSetupFailedEvent.Data;
|
|
3045
|
+
}
|
|
3046
|
+
|
|
3047
|
+
namespace SetupIntentSetupFailedEvent {
|
|
3048
|
+
interface Data extends Stripe.Event.Data {
|
|
3049
|
+
object: Stripe.SetupIntent;
|
|
3050
|
+
|
|
3051
|
+
previous_attributes?: Partial<Stripe.SetupIntent>;
|
|
3052
|
+
}
|
|
3053
|
+
}
|
|
3054
|
+
|
|
3055
|
+
/**
|
|
3056
|
+
* Occurs when an SetupIntent has successfully setup a payment method.
|
|
3057
|
+
*/
|
|
3058
|
+
interface SetupIntentSucceededEvent extends EventBase {
|
|
3059
|
+
type: 'setup_intent.succeeded';
|
|
3060
|
+
data: SetupIntentSucceededEvent.Data;
|
|
3061
|
+
}
|
|
3062
|
+
|
|
3063
|
+
namespace SetupIntentSucceededEvent {
|
|
3064
|
+
interface Data extends Stripe.Event.Data {
|
|
3065
|
+
object: Stripe.SetupIntent;
|
|
3066
|
+
|
|
3067
|
+
previous_attributes?: Partial<Stripe.SetupIntent>;
|
|
3068
|
+
}
|
|
3069
|
+
}
|
|
3070
|
+
|
|
3071
|
+
/**
|
|
3072
|
+
* Occurs whenever a Sigma scheduled query run finishes.
|
|
3073
|
+
*/
|
|
3074
|
+
interface SigmaScheduledQueryRunCreatedEvent extends EventBase {
|
|
3075
|
+
type: 'sigma.scheduled_query_run.created';
|
|
3076
|
+
data: SigmaScheduledQueryRunCreatedEvent.Data;
|
|
3077
|
+
}
|
|
3078
|
+
|
|
3079
|
+
namespace SigmaScheduledQueryRunCreatedEvent {
|
|
3080
|
+
interface Data extends Stripe.Event.Data {
|
|
3081
|
+
object: Stripe.Sigma.ScheduledQueryRun;
|
|
3082
|
+
|
|
3083
|
+
previous_attributes?: Partial<Stripe.Sigma.ScheduledQueryRun>;
|
|
3084
|
+
}
|
|
3085
|
+
}
|
|
3086
|
+
|
|
3087
|
+
/**
|
|
3088
|
+
* Occurs whenever a source is canceled.
|
|
3089
|
+
*/
|
|
3090
|
+
interface SourceCanceledEvent extends EventBase {
|
|
3091
|
+
type: 'source.canceled';
|
|
3092
|
+
data: SourceCanceledEvent.Data;
|
|
3093
|
+
}
|
|
3094
|
+
|
|
3095
|
+
namespace SourceCanceledEvent {
|
|
3096
|
+
interface Data extends Stripe.Event.Data {
|
|
3097
|
+
object: Stripe.Source;
|
|
3098
|
+
|
|
3099
|
+
previous_attributes?: Partial<Stripe.Source>;
|
|
3100
|
+
}
|
|
3101
|
+
}
|
|
3102
|
+
|
|
3103
|
+
/**
|
|
3104
|
+
* Occurs whenever a source transitions to chargeable.
|
|
3105
|
+
*/
|
|
3106
|
+
interface SourceChargeableEvent extends EventBase {
|
|
3107
|
+
type: 'source.chargeable';
|
|
3108
|
+
data: SourceChargeableEvent.Data;
|
|
3109
|
+
}
|
|
3110
|
+
|
|
3111
|
+
namespace SourceChargeableEvent {
|
|
3112
|
+
interface Data extends Stripe.Event.Data {
|
|
3113
|
+
object: Stripe.Source;
|
|
3114
|
+
|
|
3115
|
+
previous_attributes?: Partial<Stripe.Source>;
|
|
3116
|
+
}
|
|
3117
|
+
}
|
|
3118
|
+
|
|
3119
|
+
/**
|
|
3120
|
+
* Occurs whenever a source fails.
|
|
3121
|
+
*/
|
|
3122
|
+
interface SourceFailedEvent extends EventBase {
|
|
3123
|
+
type: 'source.failed';
|
|
3124
|
+
data: SourceFailedEvent.Data;
|
|
3125
|
+
}
|
|
3126
|
+
|
|
3127
|
+
namespace SourceFailedEvent {
|
|
3128
|
+
interface Data extends Stripe.Event.Data {
|
|
3129
|
+
object: Stripe.Source;
|
|
3130
|
+
|
|
3131
|
+
previous_attributes?: Partial<Stripe.Source>;
|
|
3132
|
+
}
|
|
3133
|
+
}
|
|
3134
|
+
|
|
3135
|
+
/**
|
|
3136
|
+
* Occurs whenever a source mandate notification method is set to manual.
|
|
3137
|
+
*/
|
|
3138
|
+
interface SourceMandateNotificationEvent extends EventBase {
|
|
3139
|
+
type: 'source.mandate_notification';
|
|
3140
|
+
data: SourceMandateNotificationEvent.Data;
|
|
3141
|
+
}
|
|
3142
|
+
|
|
3143
|
+
namespace SourceMandateNotificationEvent {
|
|
3144
|
+
interface Data extends Stripe.Event.Data {
|
|
3145
|
+
object: Stripe.SourceMandateNotification;
|
|
3146
|
+
|
|
3147
|
+
previous_attributes?: Partial<Stripe.SourceMandateNotification>;
|
|
3148
|
+
}
|
|
3149
|
+
}
|
|
3150
|
+
|
|
3151
|
+
/**
|
|
3152
|
+
* Occurs whenever the refund attributes are required on a receiver source to process a refund or a mispayment.
|
|
3153
|
+
*/
|
|
3154
|
+
interface SourceRefundAttributesRequiredEvent extends EventBase {
|
|
3155
|
+
type: 'source.refund_attributes_required';
|
|
3156
|
+
data: SourceRefundAttributesRequiredEvent.Data;
|
|
3157
|
+
}
|
|
3158
|
+
|
|
3159
|
+
namespace SourceRefundAttributesRequiredEvent {
|
|
3160
|
+
interface Data extends Stripe.Event.Data {
|
|
3161
|
+
object: Stripe.Source;
|
|
3162
|
+
|
|
3163
|
+
previous_attributes?: Partial<Stripe.Source>;
|
|
3164
|
+
}
|
|
3165
|
+
}
|
|
3166
|
+
|
|
3167
|
+
/**
|
|
3168
|
+
* Occurs whenever a source transaction is created.
|
|
3169
|
+
*/
|
|
3170
|
+
interface SourceTransactionCreatedEvent extends EventBase {
|
|
3171
|
+
type: 'source.transaction.created';
|
|
3172
|
+
data: SourceTransactionCreatedEvent.Data;
|
|
3173
|
+
}
|
|
3174
|
+
|
|
3175
|
+
namespace SourceTransactionCreatedEvent {
|
|
3176
|
+
interface Data extends Stripe.Event.Data {
|
|
3177
|
+
object: Stripe.SourceTransaction;
|
|
3178
|
+
|
|
3179
|
+
previous_attributes?: Partial<Stripe.SourceTransaction>;
|
|
3180
|
+
}
|
|
3181
|
+
}
|
|
3182
|
+
|
|
3183
|
+
/**
|
|
3184
|
+
* Occurs whenever a source transaction is updated.
|
|
3185
|
+
*/
|
|
3186
|
+
interface SourceTransactionUpdatedEvent extends EventBase {
|
|
3187
|
+
type: 'source.transaction.updated';
|
|
3188
|
+
data: SourceTransactionUpdatedEvent.Data;
|
|
3189
|
+
}
|
|
3190
|
+
|
|
3191
|
+
namespace SourceTransactionUpdatedEvent {
|
|
3192
|
+
interface Data extends Stripe.Event.Data {
|
|
3193
|
+
object: Stripe.SourceTransaction;
|
|
3194
|
+
|
|
3195
|
+
previous_attributes?: Partial<Stripe.SourceTransaction>;
|
|
3196
|
+
}
|
|
3197
|
+
}
|
|
3198
|
+
|
|
3199
|
+
/**
|
|
3200
|
+
* Occurs whenever a subscription schedule is canceled due to the underlying subscription being canceled because of delinquency.
|
|
3201
|
+
*/
|
|
3202
|
+
interface SubscriptionScheduleAbortedEvent extends EventBase {
|
|
3203
|
+
type: 'subscription_schedule.aborted';
|
|
3204
|
+
data: SubscriptionScheduleAbortedEvent.Data;
|
|
3205
|
+
}
|
|
3206
|
+
|
|
3207
|
+
namespace SubscriptionScheduleAbortedEvent {
|
|
3208
|
+
interface Data extends Stripe.Event.Data {
|
|
3209
|
+
object: Stripe.SubscriptionSchedule;
|
|
3210
|
+
|
|
3211
|
+
previous_attributes?: Partial<Stripe.SubscriptionSchedule>;
|
|
3212
|
+
}
|
|
3213
|
+
}
|
|
3214
|
+
|
|
3215
|
+
/**
|
|
3216
|
+
* Occurs whenever a subscription schedule is canceled.
|
|
3217
|
+
*/
|
|
3218
|
+
interface SubscriptionScheduleCanceledEvent extends EventBase {
|
|
3219
|
+
type: 'subscription_schedule.canceled';
|
|
3220
|
+
data: SubscriptionScheduleCanceledEvent.Data;
|
|
3221
|
+
}
|
|
3222
|
+
|
|
3223
|
+
namespace SubscriptionScheduleCanceledEvent {
|
|
3224
|
+
interface Data extends Stripe.Event.Data {
|
|
3225
|
+
object: Stripe.SubscriptionSchedule;
|
|
3226
|
+
|
|
3227
|
+
previous_attributes?: Partial<Stripe.SubscriptionSchedule>;
|
|
3228
|
+
}
|
|
3229
|
+
}
|
|
3230
|
+
|
|
3231
|
+
/**
|
|
3232
|
+
* Occurs whenever a new subscription schedule is completed.
|
|
3233
|
+
*/
|
|
3234
|
+
interface SubscriptionScheduleCompletedEvent extends EventBase {
|
|
3235
|
+
type: 'subscription_schedule.completed';
|
|
3236
|
+
data: SubscriptionScheduleCompletedEvent.Data;
|
|
3237
|
+
}
|
|
3238
|
+
|
|
3239
|
+
namespace SubscriptionScheduleCompletedEvent {
|
|
3240
|
+
interface Data extends Stripe.Event.Data {
|
|
3241
|
+
object: Stripe.SubscriptionSchedule;
|
|
3242
|
+
|
|
3243
|
+
previous_attributes?: Partial<Stripe.SubscriptionSchedule>;
|
|
3244
|
+
}
|
|
3245
|
+
}
|
|
3246
|
+
|
|
3247
|
+
/**
|
|
3248
|
+
* Occurs whenever a new subscription schedule is created.
|
|
3249
|
+
*/
|
|
3250
|
+
interface SubscriptionScheduleCreatedEvent extends EventBase {
|
|
3251
|
+
type: 'subscription_schedule.created';
|
|
3252
|
+
data: SubscriptionScheduleCreatedEvent.Data;
|
|
3253
|
+
}
|
|
3254
|
+
|
|
3255
|
+
namespace SubscriptionScheduleCreatedEvent {
|
|
3256
|
+
interface Data extends Stripe.Event.Data {
|
|
3257
|
+
object: Stripe.SubscriptionSchedule;
|
|
3258
|
+
|
|
3259
|
+
previous_attributes?: Partial<Stripe.SubscriptionSchedule>;
|
|
3260
|
+
}
|
|
3261
|
+
}
|
|
3262
|
+
|
|
3263
|
+
/**
|
|
3264
|
+
* Occurs 7 days before a subscription schedule will expire.
|
|
3265
|
+
*/
|
|
3266
|
+
interface SubscriptionScheduleExpiringEvent extends EventBase {
|
|
3267
|
+
type: 'subscription_schedule.expiring';
|
|
3268
|
+
data: SubscriptionScheduleExpiringEvent.Data;
|
|
3269
|
+
}
|
|
3270
|
+
|
|
3271
|
+
namespace SubscriptionScheduleExpiringEvent {
|
|
3272
|
+
interface Data extends Stripe.Event.Data {
|
|
3273
|
+
object: Stripe.SubscriptionSchedule;
|
|
3274
|
+
|
|
3275
|
+
previous_attributes?: Partial<Stripe.SubscriptionSchedule>;
|
|
3276
|
+
}
|
|
3277
|
+
}
|
|
3278
|
+
|
|
3279
|
+
/**
|
|
3280
|
+
* Occurs whenever a new subscription schedule is released.
|
|
3281
|
+
*/
|
|
3282
|
+
interface SubscriptionScheduleReleasedEvent extends EventBase {
|
|
3283
|
+
type: 'subscription_schedule.released';
|
|
3284
|
+
data: SubscriptionScheduleReleasedEvent.Data;
|
|
3285
|
+
}
|
|
3286
|
+
|
|
3287
|
+
namespace SubscriptionScheduleReleasedEvent {
|
|
3288
|
+
interface Data extends Stripe.Event.Data {
|
|
3289
|
+
object: Stripe.SubscriptionSchedule;
|
|
3290
|
+
|
|
3291
|
+
previous_attributes?: Partial<Stripe.SubscriptionSchedule>;
|
|
3292
|
+
}
|
|
3293
|
+
}
|
|
3294
|
+
|
|
3295
|
+
/**
|
|
3296
|
+
* Occurs whenever a subscription schedule is updated.
|
|
3297
|
+
*/
|
|
3298
|
+
interface SubscriptionScheduleUpdatedEvent extends EventBase {
|
|
3299
|
+
type: 'subscription_schedule.updated';
|
|
3300
|
+
data: SubscriptionScheduleUpdatedEvent.Data;
|
|
3301
|
+
}
|
|
3302
|
+
|
|
3303
|
+
namespace SubscriptionScheduleUpdatedEvent {
|
|
3304
|
+
interface Data extends Stripe.Event.Data {
|
|
3305
|
+
object: Stripe.SubscriptionSchedule;
|
|
3306
|
+
|
|
3307
|
+
previous_attributes?: Partial<Stripe.SubscriptionSchedule>;
|
|
3308
|
+
}
|
|
3309
|
+
}
|
|
3310
|
+
|
|
3311
|
+
/**
|
|
3312
|
+
* Occurs whenever tax settings is updated.
|
|
3313
|
+
*/
|
|
3314
|
+
interface TaxSettingsUpdatedEvent extends EventBase {
|
|
3315
|
+
type: 'tax.settings.updated';
|
|
3316
|
+
data: TaxSettingsUpdatedEvent.Data;
|
|
3317
|
+
}
|
|
3318
|
+
|
|
3319
|
+
namespace TaxSettingsUpdatedEvent {
|
|
3320
|
+
interface Data extends Stripe.Event.Data {
|
|
3321
|
+
object: Stripe.Tax.Settings;
|
|
3322
|
+
|
|
3323
|
+
previous_attributes?: Partial<Stripe.Tax.Settings>;
|
|
3324
|
+
}
|
|
3325
|
+
}
|
|
3326
|
+
|
|
3327
|
+
/**
|
|
3328
|
+
* Occurs whenever a new tax rate is created.
|
|
3329
|
+
*/
|
|
3330
|
+
interface TaxRateCreatedEvent extends EventBase {
|
|
3331
|
+
type: 'tax_rate.created';
|
|
3332
|
+
data: TaxRateCreatedEvent.Data;
|
|
3333
|
+
}
|
|
3334
|
+
|
|
3335
|
+
namespace TaxRateCreatedEvent {
|
|
3336
|
+
interface Data extends Stripe.Event.Data {
|
|
3337
|
+
object: Stripe.TaxRate;
|
|
3338
|
+
|
|
3339
|
+
previous_attributes?: Partial<Stripe.TaxRate>;
|
|
3340
|
+
}
|
|
3341
|
+
}
|
|
3342
|
+
|
|
3343
|
+
/**
|
|
3344
|
+
* Occurs whenever a tax rate is updated.
|
|
3345
|
+
*/
|
|
3346
|
+
interface TaxRateUpdatedEvent extends EventBase {
|
|
3347
|
+
type: 'tax_rate.updated';
|
|
3348
|
+
data: TaxRateUpdatedEvent.Data;
|
|
3349
|
+
}
|
|
3350
|
+
|
|
3351
|
+
namespace TaxRateUpdatedEvent {
|
|
3352
|
+
interface Data extends Stripe.Event.Data {
|
|
3353
|
+
object: Stripe.TaxRate;
|
|
3354
|
+
|
|
3355
|
+
previous_attributes?: Partial<Stripe.TaxRate>;
|
|
3356
|
+
}
|
|
3357
|
+
}
|
|
3358
|
+
|
|
3359
|
+
/**
|
|
3360
|
+
* Occurs whenever an action sent to a Terminal reader failed.
|
|
3361
|
+
*/
|
|
3362
|
+
interface TerminalReaderActionFailedEvent extends EventBase {
|
|
3363
|
+
type: 'terminal.reader.action_failed';
|
|
3364
|
+
data: TerminalReaderActionFailedEvent.Data;
|
|
3365
|
+
}
|
|
3366
|
+
|
|
3367
|
+
namespace TerminalReaderActionFailedEvent {
|
|
3368
|
+
interface Data extends Stripe.Event.Data {
|
|
3369
|
+
object: Stripe.Terminal.Reader;
|
|
3370
|
+
|
|
3371
|
+
previous_attributes?: Partial<Stripe.Terminal.Reader>;
|
|
3372
|
+
}
|
|
3373
|
+
}
|
|
3374
|
+
|
|
3375
|
+
/**
|
|
3376
|
+
* Occurs whenever an action sent to a Terminal reader was successful.
|
|
3377
|
+
*/
|
|
3378
|
+
interface TerminalReaderActionSucceededEvent extends EventBase {
|
|
3379
|
+
type: 'terminal.reader.action_succeeded';
|
|
3380
|
+
data: TerminalReaderActionSucceededEvent.Data;
|
|
3381
|
+
}
|
|
3382
|
+
|
|
3383
|
+
namespace TerminalReaderActionSucceededEvent {
|
|
3384
|
+
interface Data extends Stripe.Event.Data {
|
|
3385
|
+
object: Stripe.Terminal.Reader;
|
|
3386
|
+
|
|
3387
|
+
previous_attributes?: Partial<Stripe.Terminal.Reader>;
|
|
3388
|
+
}
|
|
3389
|
+
}
|
|
3390
|
+
|
|
3391
|
+
/**
|
|
3392
|
+
* Occurs whenever a test clock starts advancing.
|
|
3393
|
+
*/
|
|
3394
|
+
interface TestHelpersTestClockAdvancingEvent extends EventBase {
|
|
3395
|
+
type: 'test_helpers.test_clock.advancing';
|
|
3396
|
+
data: TestHelpersTestClockAdvancingEvent.Data;
|
|
3397
|
+
}
|
|
3398
|
+
|
|
3399
|
+
namespace TestHelpersTestClockAdvancingEvent {
|
|
3400
|
+
interface Data extends Stripe.Event.Data {
|
|
3401
|
+
object: Stripe.TestHelpers.TestClock;
|
|
3402
|
+
|
|
3403
|
+
previous_attributes?: Partial<Stripe.TestHelpers.TestClock>;
|
|
3404
|
+
}
|
|
3405
|
+
}
|
|
3406
|
+
|
|
3407
|
+
/**
|
|
3408
|
+
* Occurs whenever a test clock is created.
|
|
3409
|
+
*/
|
|
3410
|
+
interface TestHelpersTestClockCreatedEvent extends EventBase {
|
|
3411
|
+
type: 'test_helpers.test_clock.created';
|
|
3412
|
+
data: TestHelpersTestClockCreatedEvent.Data;
|
|
3413
|
+
}
|
|
3414
|
+
|
|
3415
|
+
namespace TestHelpersTestClockCreatedEvent {
|
|
3416
|
+
interface Data extends Stripe.Event.Data {
|
|
3417
|
+
object: Stripe.TestHelpers.TestClock;
|
|
3418
|
+
|
|
3419
|
+
previous_attributes?: Partial<Stripe.TestHelpers.TestClock>;
|
|
3420
|
+
}
|
|
3421
|
+
}
|
|
3422
|
+
|
|
3423
|
+
/**
|
|
3424
|
+
* Occurs whenever a test clock is deleted.
|
|
3425
|
+
*/
|
|
3426
|
+
interface TestHelpersTestClockDeletedEvent extends EventBase {
|
|
3427
|
+
type: 'test_helpers.test_clock.deleted';
|
|
3428
|
+
data: TestHelpersTestClockDeletedEvent.Data;
|
|
3429
|
+
}
|
|
3430
|
+
|
|
3431
|
+
namespace TestHelpersTestClockDeletedEvent {
|
|
3432
|
+
interface Data extends Stripe.Event.Data {
|
|
3433
|
+
object: Stripe.TestHelpers.TestClock;
|
|
3434
|
+
|
|
3435
|
+
previous_attributes?: Partial<Stripe.TestHelpers.TestClock>;
|
|
3436
|
+
}
|
|
3437
|
+
}
|
|
3438
|
+
|
|
3439
|
+
/**
|
|
3440
|
+
* Occurs whenever a test clock fails to advance its frozen time.
|
|
3441
|
+
*/
|
|
3442
|
+
interface TestHelpersTestClockInternalFailureEvent extends EventBase {
|
|
3443
|
+
type: 'test_helpers.test_clock.internal_failure';
|
|
3444
|
+
data: TestHelpersTestClockInternalFailureEvent.Data;
|
|
3445
|
+
}
|
|
3446
|
+
|
|
3447
|
+
namespace TestHelpersTestClockInternalFailureEvent {
|
|
3448
|
+
interface Data extends Stripe.Event.Data {
|
|
3449
|
+
object: Stripe.TestHelpers.TestClock;
|
|
3450
|
+
|
|
3451
|
+
previous_attributes?: Partial<Stripe.TestHelpers.TestClock>;
|
|
3452
|
+
}
|
|
3453
|
+
}
|
|
3454
|
+
|
|
3455
|
+
/**
|
|
3456
|
+
* Occurs whenever a test clock transitions to a ready status.
|
|
3457
|
+
*/
|
|
3458
|
+
interface TestHelpersTestClockReadyEvent extends EventBase {
|
|
3459
|
+
type: 'test_helpers.test_clock.ready';
|
|
3460
|
+
data: TestHelpersTestClockReadyEvent.Data;
|
|
3461
|
+
}
|
|
3462
|
+
|
|
3463
|
+
namespace TestHelpersTestClockReadyEvent {
|
|
3464
|
+
interface Data extends Stripe.Event.Data {
|
|
3465
|
+
object: Stripe.TestHelpers.TestClock;
|
|
3466
|
+
|
|
3467
|
+
previous_attributes?: Partial<Stripe.TestHelpers.TestClock>;
|
|
3468
|
+
}
|
|
3469
|
+
}
|
|
3470
|
+
|
|
3471
|
+
/**
|
|
3472
|
+
* Occurs whenever a top-up is canceled.
|
|
3473
|
+
*/
|
|
3474
|
+
interface TopupCanceledEvent extends EventBase {
|
|
3475
|
+
type: 'topup.canceled';
|
|
3476
|
+
data: TopupCanceledEvent.Data;
|
|
3477
|
+
}
|
|
3478
|
+
|
|
3479
|
+
namespace TopupCanceledEvent {
|
|
3480
|
+
interface Data extends Stripe.Event.Data {
|
|
3481
|
+
object: Stripe.Topup;
|
|
3482
|
+
|
|
3483
|
+
previous_attributes?: Partial<Stripe.Topup>;
|
|
3484
|
+
}
|
|
3485
|
+
}
|
|
3486
|
+
|
|
3487
|
+
/**
|
|
3488
|
+
* Occurs whenever a top-up is created.
|
|
3489
|
+
*/
|
|
3490
|
+
interface TopupCreatedEvent extends EventBase {
|
|
3491
|
+
type: 'topup.created';
|
|
3492
|
+
data: TopupCreatedEvent.Data;
|
|
3493
|
+
}
|
|
3494
|
+
|
|
3495
|
+
namespace TopupCreatedEvent {
|
|
3496
|
+
interface Data extends Stripe.Event.Data {
|
|
3497
|
+
object: Stripe.Topup;
|
|
3498
|
+
|
|
3499
|
+
previous_attributes?: Partial<Stripe.Topup>;
|
|
3500
|
+
}
|
|
3501
|
+
}
|
|
3502
|
+
|
|
3503
|
+
/**
|
|
3504
|
+
* Occurs whenever a top-up fails.
|
|
3505
|
+
*/
|
|
3506
|
+
interface TopupFailedEvent extends EventBase {
|
|
3507
|
+
type: 'topup.failed';
|
|
3508
|
+
data: TopupFailedEvent.Data;
|
|
3509
|
+
}
|
|
3510
|
+
|
|
3511
|
+
namespace TopupFailedEvent {
|
|
3512
|
+
interface Data extends Stripe.Event.Data {
|
|
3513
|
+
object: Stripe.Topup;
|
|
3514
|
+
|
|
3515
|
+
previous_attributes?: Partial<Stripe.Topup>;
|
|
3516
|
+
}
|
|
3517
|
+
}
|
|
3518
|
+
|
|
3519
|
+
/**
|
|
3520
|
+
* Occurs whenever a top-up is reversed.
|
|
3521
|
+
*/
|
|
3522
|
+
interface TopupReversedEvent extends EventBase {
|
|
3523
|
+
type: 'topup.reversed';
|
|
3524
|
+
data: TopupReversedEvent.Data;
|
|
3525
|
+
}
|
|
3526
|
+
|
|
3527
|
+
namespace TopupReversedEvent {
|
|
3528
|
+
interface Data extends Stripe.Event.Data {
|
|
3529
|
+
object: Stripe.Topup;
|
|
3530
|
+
|
|
3531
|
+
previous_attributes?: Partial<Stripe.Topup>;
|
|
3532
|
+
}
|
|
3533
|
+
}
|
|
3534
|
+
|
|
3535
|
+
/**
|
|
3536
|
+
* Occurs whenever a top-up succeeds.
|
|
3537
|
+
*/
|
|
3538
|
+
interface TopupSucceededEvent extends EventBase {
|
|
3539
|
+
type: 'topup.succeeded';
|
|
3540
|
+
data: TopupSucceededEvent.Data;
|
|
3541
|
+
}
|
|
3542
|
+
|
|
3543
|
+
namespace TopupSucceededEvent {
|
|
3544
|
+
interface Data extends Stripe.Event.Data {
|
|
3545
|
+
object: Stripe.Topup;
|
|
3546
|
+
|
|
3547
|
+
previous_attributes?: Partial<Stripe.Topup>;
|
|
3548
|
+
}
|
|
3549
|
+
}
|
|
3550
|
+
|
|
3551
|
+
/**
|
|
3552
|
+
* Occurs whenever a transfer is created.
|
|
3553
|
+
*/
|
|
3554
|
+
interface TransferCreatedEvent extends EventBase {
|
|
3555
|
+
type: 'transfer.created';
|
|
3556
|
+
data: TransferCreatedEvent.Data;
|
|
3557
|
+
}
|
|
3558
|
+
|
|
3559
|
+
namespace TransferCreatedEvent {
|
|
3560
|
+
interface Data extends Stripe.Event.Data {
|
|
3561
|
+
object: Stripe.Transfer;
|
|
3562
|
+
|
|
3563
|
+
previous_attributes?: Partial<Stripe.Transfer>;
|
|
3564
|
+
}
|
|
3565
|
+
}
|
|
3566
|
+
|
|
3567
|
+
/**
|
|
3568
|
+
* Occurs whenever a transfer is reversed, including partial reversals.
|
|
3569
|
+
*/
|
|
3570
|
+
interface TransferReversedEvent extends EventBase {
|
|
3571
|
+
type: 'transfer.reversed';
|
|
3572
|
+
data: TransferReversedEvent.Data;
|
|
3573
|
+
}
|
|
3574
|
+
|
|
3575
|
+
namespace TransferReversedEvent {
|
|
3576
|
+
interface Data extends Stripe.Event.Data {
|
|
3577
|
+
object: Stripe.Transfer;
|
|
3578
|
+
|
|
3579
|
+
previous_attributes?: Partial<Stripe.Transfer>;
|
|
3580
|
+
}
|
|
3581
|
+
}
|
|
3582
|
+
|
|
3583
|
+
/**
|
|
3584
|
+
* Occurs whenever a transfer's description or metadata is updated.
|
|
3585
|
+
*/
|
|
3586
|
+
interface TransferUpdatedEvent extends EventBase {
|
|
3587
|
+
type: 'transfer.updated';
|
|
3588
|
+
data: TransferUpdatedEvent.Data;
|
|
3589
|
+
}
|
|
3590
|
+
|
|
3591
|
+
namespace TransferUpdatedEvent {
|
|
3592
|
+
interface Data extends Stripe.Event.Data {
|
|
3593
|
+
object: Stripe.Transfer;
|
|
3594
|
+
|
|
3595
|
+
previous_attributes?: Partial<Stripe.Transfer>;
|
|
3596
|
+
}
|
|
3597
|
+
}
|
|
3598
|
+
|
|
3599
|
+
/**
|
|
3600
|
+
* Occurs whenever an CreditReversal is submitted and created.
|
|
3601
|
+
*/
|
|
3602
|
+
interface TreasuryCreditReversalCreatedEvent extends EventBase {
|
|
3603
|
+
type: 'treasury.credit_reversal.created';
|
|
3604
|
+
data: TreasuryCreditReversalCreatedEvent.Data;
|
|
3605
|
+
}
|
|
3606
|
+
|
|
3607
|
+
namespace TreasuryCreditReversalCreatedEvent {
|
|
3608
|
+
interface Data extends Stripe.Event.Data {
|
|
3609
|
+
object: Stripe.Treasury.CreditReversal;
|
|
3610
|
+
|
|
3611
|
+
previous_attributes?: Partial<Stripe.Treasury.CreditReversal>;
|
|
3612
|
+
}
|
|
3613
|
+
}
|
|
3614
|
+
|
|
3615
|
+
/**
|
|
3616
|
+
* Occurs whenever an CreditReversal post is posted.
|
|
3617
|
+
*/
|
|
3618
|
+
interface TreasuryCreditReversalPostedEvent extends EventBase {
|
|
3619
|
+
type: 'treasury.credit_reversal.posted';
|
|
3620
|
+
data: TreasuryCreditReversalPostedEvent.Data;
|
|
3621
|
+
}
|
|
3622
|
+
|
|
3623
|
+
namespace TreasuryCreditReversalPostedEvent {
|
|
3624
|
+
interface Data extends Stripe.Event.Data {
|
|
3625
|
+
object: Stripe.Treasury.CreditReversal;
|
|
3626
|
+
|
|
3627
|
+
previous_attributes?: Partial<Stripe.Treasury.CreditReversal>;
|
|
3628
|
+
}
|
|
3629
|
+
}
|
|
3630
|
+
|
|
3631
|
+
/**
|
|
3632
|
+
* Occurs whenever a DebitReversal is completed.
|
|
3633
|
+
*/
|
|
3634
|
+
interface TreasuryDebitReversalCompletedEvent extends EventBase {
|
|
3635
|
+
type: 'treasury.debit_reversal.completed';
|
|
3636
|
+
data: TreasuryDebitReversalCompletedEvent.Data;
|
|
3637
|
+
}
|
|
3638
|
+
|
|
3639
|
+
namespace TreasuryDebitReversalCompletedEvent {
|
|
3640
|
+
interface Data extends Stripe.Event.Data {
|
|
3641
|
+
object: Stripe.Treasury.DebitReversal;
|
|
3642
|
+
|
|
3643
|
+
previous_attributes?: Partial<Stripe.Treasury.DebitReversal>;
|
|
3644
|
+
}
|
|
3645
|
+
}
|
|
3646
|
+
|
|
3647
|
+
/**
|
|
3648
|
+
* Occurs whenever a DebitReversal is created.
|
|
3649
|
+
*/
|
|
3650
|
+
interface TreasuryDebitReversalCreatedEvent extends EventBase {
|
|
3651
|
+
type: 'treasury.debit_reversal.created';
|
|
3652
|
+
data: TreasuryDebitReversalCreatedEvent.Data;
|
|
3653
|
+
}
|
|
3654
|
+
|
|
3655
|
+
namespace TreasuryDebitReversalCreatedEvent {
|
|
3656
|
+
interface Data extends Stripe.Event.Data {
|
|
3657
|
+
object: Stripe.Treasury.DebitReversal;
|
|
3658
|
+
|
|
3659
|
+
previous_attributes?: Partial<Stripe.Treasury.DebitReversal>;
|
|
3660
|
+
}
|
|
3661
|
+
}
|
|
3662
|
+
|
|
3663
|
+
/**
|
|
3664
|
+
* Occurs whenever an initial credit is granted on a DebitReversal.
|
|
3665
|
+
*/
|
|
3666
|
+
interface TreasuryDebitReversalInitialCreditGrantedEvent extends EventBase {
|
|
3667
|
+
type: 'treasury.debit_reversal.initial_credit_granted';
|
|
3668
|
+
data: TreasuryDebitReversalInitialCreditGrantedEvent.Data;
|
|
3669
|
+
}
|
|
3670
|
+
|
|
3671
|
+
namespace TreasuryDebitReversalInitialCreditGrantedEvent {
|
|
3672
|
+
interface Data extends Stripe.Event.Data {
|
|
3673
|
+
object: Stripe.Treasury.DebitReversal;
|
|
3674
|
+
|
|
3675
|
+
previous_attributes?: Partial<Stripe.Treasury.DebitReversal>;
|
|
3676
|
+
}
|
|
3677
|
+
}
|
|
3678
|
+
|
|
3679
|
+
/**
|
|
3680
|
+
* Occurs whenever the status of the FinancialAccount becomes closed.
|
|
3681
|
+
*/
|
|
3682
|
+
interface TreasuryFinancialAccountClosedEvent extends EventBase {
|
|
3683
|
+
type: 'treasury.financial_account.closed';
|
|
3684
|
+
data: TreasuryFinancialAccountClosedEvent.Data;
|
|
3685
|
+
}
|
|
3686
|
+
|
|
3687
|
+
namespace TreasuryFinancialAccountClosedEvent {
|
|
3688
|
+
interface Data extends Stripe.Event.Data {
|
|
3689
|
+
object: Stripe.Treasury.FinancialAccount;
|
|
3690
|
+
|
|
3691
|
+
previous_attributes?: Partial<Stripe.Treasury.FinancialAccount>;
|
|
3692
|
+
}
|
|
3693
|
+
}
|
|
3694
|
+
|
|
3695
|
+
/**
|
|
3696
|
+
* Occurs whenever a new FinancialAccount is created.
|
|
3697
|
+
*/
|
|
3698
|
+
interface TreasuryFinancialAccountCreatedEvent extends EventBase {
|
|
3699
|
+
type: 'treasury.financial_account.created';
|
|
3700
|
+
data: TreasuryFinancialAccountCreatedEvent.Data;
|
|
3701
|
+
}
|
|
3702
|
+
|
|
3703
|
+
namespace TreasuryFinancialAccountCreatedEvent {
|
|
3704
|
+
interface Data extends Stripe.Event.Data {
|
|
3705
|
+
object: Stripe.Treasury.FinancialAccount;
|
|
3706
|
+
|
|
3707
|
+
previous_attributes?: Partial<Stripe.Treasury.FinancialAccount>;
|
|
3708
|
+
}
|
|
3709
|
+
}
|
|
3710
|
+
|
|
3711
|
+
/**
|
|
3712
|
+
* Occurs whenever the statuses of any features within an existing FinancialAccount are updated.
|
|
3713
|
+
*/
|
|
3714
|
+
interface TreasuryFinancialAccountFeaturesStatusUpdatedEvent
|
|
3715
|
+
extends EventBase {
|
|
3716
|
+
type: 'treasury.financial_account.features_status_updated';
|
|
3717
|
+
data: TreasuryFinancialAccountFeaturesStatusUpdatedEvent.Data;
|
|
3718
|
+
}
|
|
3719
|
+
|
|
3720
|
+
namespace TreasuryFinancialAccountFeaturesStatusUpdatedEvent {
|
|
3721
|
+
interface Data extends Stripe.Event.Data {
|
|
3722
|
+
object: Stripe.Treasury.FinancialAccount;
|
|
3723
|
+
|
|
3724
|
+
previous_attributes?: Partial<Stripe.Treasury.FinancialAccount>;
|
|
3725
|
+
}
|
|
3726
|
+
}
|
|
3727
|
+
|
|
3728
|
+
/**
|
|
3729
|
+
* Occurs whenever an InboundTransfer is canceled.
|
|
3730
|
+
*/
|
|
3731
|
+
interface TreasuryInboundTransferCanceledEvent extends EventBase {
|
|
3732
|
+
type: 'treasury.inbound_transfer.canceled';
|
|
3733
|
+
data: TreasuryInboundTransferCanceledEvent.Data;
|
|
3734
|
+
}
|
|
3735
|
+
|
|
3736
|
+
namespace TreasuryInboundTransferCanceledEvent {
|
|
3737
|
+
interface Data extends Stripe.Event.Data {
|
|
3738
|
+
object: Stripe.Treasury.InboundTransfer;
|
|
3739
|
+
|
|
3740
|
+
previous_attributes?: Partial<Stripe.Treasury.InboundTransfer>;
|
|
3741
|
+
}
|
|
3742
|
+
}
|
|
3743
|
+
|
|
3744
|
+
/**
|
|
3745
|
+
* Occurs whenever an InboundTransfer is created.
|
|
3746
|
+
*/
|
|
3747
|
+
interface TreasuryInboundTransferCreatedEvent extends EventBase {
|
|
3748
|
+
type: 'treasury.inbound_transfer.created';
|
|
3749
|
+
data: TreasuryInboundTransferCreatedEvent.Data;
|
|
3750
|
+
}
|
|
3751
|
+
|
|
3752
|
+
namespace TreasuryInboundTransferCreatedEvent {
|
|
3753
|
+
interface Data extends Stripe.Event.Data {
|
|
3754
|
+
object: Stripe.Treasury.InboundTransfer;
|
|
3755
|
+
|
|
3756
|
+
previous_attributes?: Partial<Stripe.Treasury.InboundTransfer>;
|
|
3757
|
+
}
|
|
3758
|
+
}
|
|
3759
|
+
|
|
3760
|
+
/**
|
|
3761
|
+
* Occurs whenever an InboundTransfer has failed.
|
|
3762
|
+
*/
|
|
3763
|
+
interface TreasuryInboundTransferFailedEvent extends EventBase {
|
|
3764
|
+
type: 'treasury.inbound_transfer.failed';
|
|
3765
|
+
data: TreasuryInboundTransferFailedEvent.Data;
|
|
3766
|
+
}
|
|
3767
|
+
|
|
3768
|
+
namespace TreasuryInboundTransferFailedEvent {
|
|
3769
|
+
interface Data extends Stripe.Event.Data {
|
|
3770
|
+
object: Stripe.Treasury.InboundTransfer;
|
|
3771
|
+
|
|
3772
|
+
previous_attributes?: Partial<Stripe.Treasury.InboundTransfer>;
|
|
3773
|
+
}
|
|
3774
|
+
}
|
|
3775
|
+
|
|
3776
|
+
/**
|
|
3777
|
+
* Occurs whenever an InboundTransfer has succeeded.
|
|
3778
|
+
*/
|
|
3779
|
+
interface TreasuryInboundTransferSucceededEvent extends EventBase {
|
|
3780
|
+
type: 'treasury.inbound_transfer.succeeded';
|
|
3781
|
+
data: TreasuryInboundTransferSucceededEvent.Data;
|
|
3782
|
+
}
|
|
3783
|
+
|
|
3784
|
+
namespace TreasuryInboundTransferSucceededEvent {
|
|
3785
|
+
interface Data extends Stripe.Event.Data {
|
|
3786
|
+
object: Stripe.Treasury.InboundTransfer;
|
|
3787
|
+
|
|
3788
|
+
previous_attributes?: Partial<Stripe.Treasury.InboundTransfer>;
|
|
3789
|
+
}
|
|
3790
|
+
}
|
|
3791
|
+
|
|
3792
|
+
/**
|
|
3793
|
+
* Occurs whenever an OutboundPayment is canceled.
|
|
3794
|
+
*/
|
|
3795
|
+
interface TreasuryOutboundPaymentCanceledEvent extends EventBase {
|
|
3796
|
+
type: 'treasury.outbound_payment.canceled';
|
|
3797
|
+
data: TreasuryOutboundPaymentCanceledEvent.Data;
|
|
3798
|
+
}
|
|
3799
|
+
|
|
3800
|
+
namespace TreasuryOutboundPaymentCanceledEvent {
|
|
3801
|
+
interface Data extends Stripe.Event.Data {
|
|
3802
|
+
object: Stripe.Treasury.OutboundPayment;
|
|
3803
|
+
|
|
3804
|
+
previous_attributes?: Partial<Stripe.Treasury.OutboundPayment>;
|
|
3805
|
+
}
|
|
3806
|
+
}
|
|
3807
|
+
|
|
3808
|
+
/**
|
|
3809
|
+
* Occurs whenever a new OutboundPayment is successfully created.
|
|
3810
|
+
*/
|
|
3811
|
+
interface TreasuryOutboundPaymentCreatedEvent extends EventBase {
|
|
3812
|
+
type: 'treasury.outbound_payment.created';
|
|
3813
|
+
data: TreasuryOutboundPaymentCreatedEvent.Data;
|
|
3814
|
+
}
|
|
3815
|
+
|
|
3816
|
+
namespace TreasuryOutboundPaymentCreatedEvent {
|
|
3817
|
+
interface Data extends Stripe.Event.Data {
|
|
3818
|
+
object: Stripe.Treasury.OutboundPayment;
|
|
3819
|
+
|
|
3820
|
+
previous_attributes?: Partial<Stripe.Treasury.OutboundPayment>;
|
|
3821
|
+
}
|
|
3822
|
+
}
|
|
3823
|
+
|
|
3824
|
+
/**
|
|
3825
|
+
* Occurs whenever the arrival date on an OutboundPayment updates.
|
|
3826
|
+
*/
|
|
3827
|
+
interface TreasuryOutboundPaymentExpectedArrivalDateUpdatedEvent
|
|
3828
|
+
extends EventBase {
|
|
3829
|
+
type: 'treasury.outbound_payment.expected_arrival_date_updated';
|
|
3830
|
+
data: TreasuryOutboundPaymentExpectedArrivalDateUpdatedEvent.Data;
|
|
3831
|
+
}
|
|
3832
|
+
|
|
3833
|
+
namespace TreasuryOutboundPaymentExpectedArrivalDateUpdatedEvent {
|
|
3834
|
+
interface Data extends Stripe.Event.Data {
|
|
3835
|
+
object: Stripe.Treasury.OutboundPayment;
|
|
3836
|
+
|
|
3837
|
+
previous_attributes?: Partial<Stripe.Treasury.OutboundPayment>;
|
|
3838
|
+
}
|
|
3839
|
+
}
|
|
3840
|
+
|
|
3841
|
+
/**
|
|
3842
|
+
* Occurs whenever an OutboundPayment fails.
|
|
3843
|
+
*/
|
|
3844
|
+
interface TreasuryOutboundPaymentFailedEvent extends EventBase {
|
|
3845
|
+
type: 'treasury.outbound_payment.failed';
|
|
3846
|
+
data: TreasuryOutboundPaymentFailedEvent.Data;
|
|
3847
|
+
}
|
|
3848
|
+
|
|
3849
|
+
namespace TreasuryOutboundPaymentFailedEvent {
|
|
3850
|
+
interface Data extends Stripe.Event.Data {
|
|
3851
|
+
object: Stripe.Treasury.OutboundPayment;
|
|
3852
|
+
|
|
3853
|
+
previous_attributes?: Partial<Stripe.Treasury.OutboundPayment>;
|
|
3854
|
+
}
|
|
3855
|
+
}
|
|
3856
|
+
|
|
3857
|
+
/**
|
|
3858
|
+
* Occurs whenever an OutboundPayment posts.
|
|
3859
|
+
*/
|
|
3860
|
+
interface TreasuryOutboundPaymentPostedEvent extends EventBase {
|
|
3861
|
+
type: 'treasury.outbound_payment.posted';
|
|
3862
|
+
data: TreasuryOutboundPaymentPostedEvent.Data;
|
|
3863
|
+
}
|
|
3864
|
+
|
|
3865
|
+
namespace TreasuryOutboundPaymentPostedEvent {
|
|
3866
|
+
interface Data extends Stripe.Event.Data {
|
|
3867
|
+
object: Stripe.Treasury.OutboundPayment;
|
|
3868
|
+
|
|
3869
|
+
previous_attributes?: Partial<Stripe.Treasury.OutboundPayment>;
|
|
3870
|
+
}
|
|
3871
|
+
}
|
|
3872
|
+
|
|
3873
|
+
/**
|
|
3874
|
+
* Occurs whenever an OutboundPayment was returned.
|
|
3875
|
+
*/
|
|
3876
|
+
interface TreasuryOutboundPaymentReturnedEvent extends EventBase {
|
|
3877
|
+
type: 'treasury.outbound_payment.returned';
|
|
3878
|
+
data: TreasuryOutboundPaymentReturnedEvent.Data;
|
|
3879
|
+
}
|
|
3880
|
+
|
|
3881
|
+
namespace TreasuryOutboundPaymentReturnedEvent {
|
|
3882
|
+
interface Data extends Stripe.Event.Data {
|
|
3883
|
+
object: Stripe.Treasury.OutboundPayment;
|
|
3884
|
+
|
|
3885
|
+
previous_attributes?: Partial<Stripe.Treasury.OutboundPayment>;
|
|
3886
|
+
}
|
|
3887
|
+
}
|
|
3888
|
+
|
|
3889
|
+
/**
|
|
3890
|
+
* Occurs whenever tracking_details on an OutboundPayment is updated.
|
|
3891
|
+
*/
|
|
3892
|
+
interface TreasuryOutboundPaymentTrackingDetailsUpdatedEvent
|
|
3893
|
+
extends EventBase {
|
|
3894
|
+
type: 'treasury.outbound_payment.tracking_details_updated';
|
|
3895
|
+
data: TreasuryOutboundPaymentTrackingDetailsUpdatedEvent.Data;
|
|
3896
|
+
}
|
|
3897
|
+
|
|
3898
|
+
namespace TreasuryOutboundPaymentTrackingDetailsUpdatedEvent {
|
|
3899
|
+
interface Data extends Stripe.Event.Data {
|
|
3900
|
+
object: Stripe.Treasury.OutboundPayment;
|
|
3901
|
+
|
|
3902
|
+
previous_attributes?: Partial<Stripe.Treasury.OutboundPayment>;
|
|
3903
|
+
}
|
|
3904
|
+
}
|
|
3905
|
+
|
|
3906
|
+
/**
|
|
3907
|
+
* Occurs whenever an OutboundTransfer is canceled.
|
|
3908
|
+
*/
|
|
3909
|
+
interface TreasuryOutboundTransferCanceledEvent extends EventBase {
|
|
3910
|
+
type: 'treasury.outbound_transfer.canceled';
|
|
3911
|
+
data: TreasuryOutboundTransferCanceledEvent.Data;
|
|
3912
|
+
}
|
|
3913
|
+
|
|
3914
|
+
namespace TreasuryOutboundTransferCanceledEvent {
|
|
3915
|
+
interface Data extends Stripe.Event.Data {
|
|
3916
|
+
object: Stripe.Treasury.OutboundTransfer;
|
|
3917
|
+
|
|
3918
|
+
previous_attributes?: Partial<Stripe.Treasury.OutboundTransfer>;
|
|
3919
|
+
}
|
|
3920
|
+
}
|
|
3921
|
+
|
|
3922
|
+
/**
|
|
3923
|
+
* Occurs whenever an OutboundTransfer is created.
|
|
3924
|
+
*/
|
|
3925
|
+
interface TreasuryOutboundTransferCreatedEvent extends EventBase {
|
|
3926
|
+
type: 'treasury.outbound_transfer.created';
|
|
3927
|
+
data: TreasuryOutboundTransferCreatedEvent.Data;
|
|
3928
|
+
}
|
|
3929
|
+
|
|
3930
|
+
namespace TreasuryOutboundTransferCreatedEvent {
|
|
3931
|
+
interface Data extends Stripe.Event.Data {
|
|
3932
|
+
object: Stripe.Treasury.OutboundTransfer;
|
|
3933
|
+
|
|
3934
|
+
previous_attributes?: Partial<Stripe.Treasury.OutboundTransfer>;
|
|
3935
|
+
}
|
|
3936
|
+
}
|
|
3937
|
+
|
|
3938
|
+
/**
|
|
3939
|
+
* Occurs whenever the arrival date on an OutboundTransfer updates.
|
|
3940
|
+
*/
|
|
3941
|
+
interface TreasuryOutboundTransferExpectedArrivalDateUpdatedEvent
|
|
3942
|
+
extends EventBase {
|
|
3943
|
+
type: 'treasury.outbound_transfer.expected_arrival_date_updated';
|
|
3944
|
+
data: TreasuryOutboundTransferExpectedArrivalDateUpdatedEvent.Data;
|
|
3945
|
+
}
|
|
3946
|
+
|
|
3947
|
+
namespace TreasuryOutboundTransferExpectedArrivalDateUpdatedEvent {
|
|
3948
|
+
interface Data extends Stripe.Event.Data {
|
|
3949
|
+
object: Stripe.Treasury.OutboundTransfer;
|
|
3950
|
+
|
|
3951
|
+
previous_attributes?: Partial<Stripe.Treasury.OutboundTransfer>;
|
|
3952
|
+
}
|
|
3953
|
+
}
|
|
3954
|
+
|
|
3955
|
+
/**
|
|
3956
|
+
* Occurs whenever an OutboundTransfer has failed.
|
|
3957
|
+
*/
|
|
3958
|
+
interface TreasuryOutboundTransferFailedEvent extends EventBase {
|
|
3959
|
+
type: 'treasury.outbound_transfer.failed';
|
|
3960
|
+
data: TreasuryOutboundTransferFailedEvent.Data;
|
|
3961
|
+
}
|
|
3962
|
+
|
|
3963
|
+
namespace TreasuryOutboundTransferFailedEvent {
|
|
3964
|
+
interface Data extends Stripe.Event.Data {
|
|
3965
|
+
object: Stripe.Treasury.OutboundTransfer;
|
|
3966
|
+
|
|
3967
|
+
previous_attributes?: Partial<Stripe.Treasury.OutboundTransfer>;
|
|
3968
|
+
}
|
|
3969
|
+
}
|
|
3970
|
+
|
|
3971
|
+
/**
|
|
3972
|
+
* Occurs whenever an OutboundTransfer is posted.
|
|
3973
|
+
*/
|
|
3974
|
+
interface TreasuryOutboundTransferPostedEvent extends EventBase {
|
|
3975
|
+
type: 'treasury.outbound_transfer.posted';
|
|
3976
|
+
data: TreasuryOutboundTransferPostedEvent.Data;
|
|
3977
|
+
}
|
|
3978
|
+
|
|
3979
|
+
namespace TreasuryOutboundTransferPostedEvent {
|
|
3980
|
+
interface Data extends Stripe.Event.Data {
|
|
3981
|
+
object: Stripe.Treasury.OutboundTransfer;
|
|
3982
|
+
|
|
3983
|
+
previous_attributes?: Partial<Stripe.Treasury.OutboundTransfer>;
|
|
3984
|
+
}
|
|
3985
|
+
}
|
|
3986
|
+
|
|
3987
|
+
/**
|
|
3988
|
+
* Occurs whenever an OutboundTransfer is returned.
|
|
3989
|
+
*/
|
|
3990
|
+
interface TreasuryOutboundTransferReturnedEvent extends EventBase {
|
|
3991
|
+
type: 'treasury.outbound_transfer.returned';
|
|
3992
|
+
data: TreasuryOutboundTransferReturnedEvent.Data;
|
|
3993
|
+
}
|
|
3994
|
+
|
|
3995
|
+
namespace TreasuryOutboundTransferReturnedEvent {
|
|
3996
|
+
interface Data extends Stripe.Event.Data {
|
|
3997
|
+
object: Stripe.Treasury.OutboundTransfer;
|
|
3998
|
+
|
|
3999
|
+
previous_attributes?: Partial<Stripe.Treasury.OutboundTransfer>;
|
|
4000
|
+
}
|
|
4001
|
+
}
|
|
4002
|
+
|
|
4003
|
+
/**
|
|
4004
|
+
* Occurs whenever tracking_details on an OutboundTransfer is updated.
|
|
4005
|
+
*/
|
|
4006
|
+
interface TreasuryOutboundTransferTrackingDetailsUpdatedEvent
|
|
4007
|
+
extends EventBase {
|
|
4008
|
+
type: 'treasury.outbound_transfer.tracking_details_updated';
|
|
4009
|
+
data: TreasuryOutboundTransferTrackingDetailsUpdatedEvent.Data;
|
|
4010
|
+
}
|
|
4011
|
+
|
|
4012
|
+
namespace TreasuryOutboundTransferTrackingDetailsUpdatedEvent {
|
|
4013
|
+
interface Data extends Stripe.Event.Data {
|
|
4014
|
+
object: Stripe.Treasury.OutboundTransfer;
|
|
4015
|
+
|
|
4016
|
+
previous_attributes?: Partial<Stripe.Treasury.OutboundTransfer>;
|
|
4017
|
+
}
|
|
4018
|
+
}
|
|
4019
|
+
|
|
4020
|
+
/**
|
|
4021
|
+
* Occurs whenever a received_credit is created as a result of funds being pushed by another account.
|
|
4022
|
+
*/
|
|
4023
|
+
interface TreasuryReceivedCreditCreatedEvent extends EventBase {
|
|
4024
|
+
type: 'treasury.received_credit.created';
|
|
4025
|
+
data: TreasuryReceivedCreditCreatedEvent.Data;
|
|
4026
|
+
}
|
|
4027
|
+
|
|
4028
|
+
namespace TreasuryReceivedCreditCreatedEvent {
|
|
4029
|
+
interface Data extends Stripe.Event.Data {
|
|
4030
|
+
object: Stripe.Treasury.ReceivedCredit;
|
|
4031
|
+
|
|
4032
|
+
previous_attributes?: Partial<Stripe.Treasury.ReceivedCredit>;
|
|
4033
|
+
}
|
|
4034
|
+
}
|
|
4035
|
+
|
|
4036
|
+
/**
|
|
4037
|
+
* Occurs whenever a received_credit transitions to failed state. Only applicable for check deposits.
|
|
4038
|
+
*/
|
|
4039
|
+
interface TreasuryReceivedCreditFailedEvent extends EventBase {
|
|
4040
|
+
type: 'treasury.received_credit.failed';
|
|
4041
|
+
data: TreasuryReceivedCreditFailedEvent.Data;
|
|
4042
|
+
}
|
|
4043
|
+
|
|
4044
|
+
namespace TreasuryReceivedCreditFailedEvent {
|
|
4045
|
+
interface Data extends Stripe.Event.Data {
|
|
4046
|
+
object: Stripe.Treasury.ReceivedCredit;
|
|
4047
|
+
|
|
4048
|
+
previous_attributes?: Partial<Stripe.Treasury.ReceivedCredit>;
|
|
4049
|
+
}
|
|
4050
|
+
}
|
|
4051
|
+
|
|
4052
|
+
/**
|
|
4053
|
+
* Occurs whenever a received_credit transitions to succeeded state. Only applicable for check deposits.
|
|
4054
|
+
*/
|
|
4055
|
+
interface TreasuryReceivedCreditSucceededEvent extends EventBase {
|
|
4056
|
+
type: 'treasury.received_credit.succeeded';
|
|
4057
|
+
data: TreasuryReceivedCreditSucceededEvent.Data;
|
|
4058
|
+
}
|
|
4059
|
+
|
|
4060
|
+
namespace TreasuryReceivedCreditSucceededEvent {
|
|
4061
|
+
interface Data extends Stripe.Event.Data {
|
|
4062
|
+
object: Stripe.Treasury.ReceivedCredit;
|
|
4063
|
+
|
|
4064
|
+
previous_attributes?: Partial<Stripe.Treasury.ReceivedCredit>;
|
|
4065
|
+
}
|
|
4066
|
+
}
|
|
4067
|
+
|
|
4068
|
+
/**
|
|
4069
|
+
* Occurs whenever a received_debit is created as a result of funds being pulled by another account.
|
|
4070
|
+
*/
|
|
4071
|
+
interface TreasuryReceivedDebitCreatedEvent extends EventBase {
|
|
4072
|
+
type: 'treasury.received_debit.created';
|
|
4073
|
+
data: TreasuryReceivedDebitCreatedEvent.Data;
|
|
4074
|
+
}
|
|
4075
|
+
|
|
4076
|
+
namespace TreasuryReceivedDebitCreatedEvent {
|
|
4077
|
+
interface Data extends Stripe.Event.Data {
|
|
4078
|
+
object: Stripe.Treasury.ReceivedDebit;
|
|
4079
|
+
|
|
4080
|
+
previous_attributes?: Partial<Stripe.Treasury.ReceivedDebit>;
|
|
4081
|
+
}
|
|
4082
|
+
}
|
|
4083
|
+
}
|
|
4084
|
+
}
|