@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,4401 @@
|
|
|
1
|
+
// These definitions are automatically generated by the generate-inspector script.
|
|
2
|
+
// Do not edit this file directly.
|
|
3
|
+
// See scripts/generate-inspector/README.md for information on how to update the protocol definitions.
|
|
4
|
+
// Changes to the module itself should be added to the generator template (scripts/generate-inspector/inspector.d.ts.template).
|
|
5
|
+
|
|
6
|
+
declare module "node:inspector" {
|
|
7
|
+
interface InspectorNotification<T> {
|
|
8
|
+
method: string;
|
|
9
|
+
params: T;
|
|
10
|
+
}
|
|
11
|
+
namespace Schema {
|
|
12
|
+
/**
|
|
13
|
+
* Description of the protocol domain.
|
|
14
|
+
*/
|
|
15
|
+
interface Domain {
|
|
16
|
+
/**
|
|
17
|
+
* Domain name.
|
|
18
|
+
*/
|
|
19
|
+
name: string;
|
|
20
|
+
/**
|
|
21
|
+
* Domain version.
|
|
22
|
+
*/
|
|
23
|
+
version: string;
|
|
24
|
+
}
|
|
25
|
+
interface GetDomainsReturnType {
|
|
26
|
+
/**
|
|
27
|
+
* List of supported domains.
|
|
28
|
+
*/
|
|
29
|
+
domains: Domain[];
|
|
30
|
+
}
|
|
31
|
+
}
|
|
32
|
+
namespace Runtime {
|
|
33
|
+
/**
|
|
34
|
+
* Unique script identifier.
|
|
35
|
+
*/
|
|
36
|
+
type ScriptId = string;
|
|
37
|
+
/**
|
|
38
|
+
* Unique object identifier.
|
|
39
|
+
*/
|
|
40
|
+
type RemoteObjectId = string;
|
|
41
|
+
/**
|
|
42
|
+
* Primitive value which cannot be JSON-stringified.
|
|
43
|
+
*/
|
|
44
|
+
type UnserializableValue = string;
|
|
45
|
+
/**
|
|
46
|
+
* Mirror object referencing original JavaScript object.
|
|
47
|
+
*/
|
|
48
|
+
interface RemoteObject {
|
|
49
|
+
/**
|
|
50
|
+
* Object type.
|
|
51
|
+
*/
|
|
52
|
+
type: string;
|
|
53
|
+
/**
|
|
54
|
+
* Object subtype hint. Specified for <code>object</code> type values only.
|
|
55
|
+
*/
|
|
56
|
+
subtype?: string | undefined;
|
|
57
|
+
/**
|
|
58
|
+
* Object class (constructor) name. Specified for <code>object</code> type values only.
|
|
59
|
+
*/
|
|
60
|
+
className?: string | undefined;
|
|
61
|
+
/**
|
|
62
|
+
* Remote object value in case of primitive values or JSON values (if it was requested).
|
|
63
|
+
*/
|
|
64
|
+
value?: any;
|
|
65
|
+
/**
|
|
66
|
+
* Primitive value which can not be JSON-stringified does not have <code>value</code>, but gets this property.
|
|
67
|
+
*/
|
|
68
|
+
unserializableValue?: UnserializableValue | undefined;
|
|
69
|
+
/**
|
|
70
|
+
* String representation of the object.
|
|
71
|
+
*/
|
|
72
|
+
description?: string | undefined;
|
|
73
|
+
/**
|
|
74
|
+
* Unique object identifier (for non-primitive values).
|
|
75
|
+
*/
|
|
76
|
+
objectId?: RemoteObjectId | undefined;
|
|
77
|
+
/**
|
|
78
|
+
* Preview containing abbreviated property values. Specified for <code>object</code> type values only.
|
|
79
|
+
* @experimental
|
|
80
|
+
*/
|
|
81
|
+
preview?: ObjectPreview | undefined;
|
|
82
|
+
/**
|
|
83
|
+
* @experimental
|
|
84
|
+
*/
|
|
85
|
+
customPreview?: CustomPreview | undefined;
|
|
86
|
+
}
|
|
87
|
+
/**
|
|
88
|
+
* @experimental
|
|
89
|
+
*/
|
|
90
|
+
interface CustomPreview {
|
|
91
|
+
header: string;
|
|
92
|
+
hasBody: boolean;
|
|
93
|
+
formatterObjectId: RemoteObjectId;
|
|
94
|
+
bindRemoteObjectFunctionId: RemoteObjectId;
|
|
95
|
+
configObjectId?: RemoteObjectId | undefined;
|
|
96
|
+
}
|
|
97
|
+
/**
|
|
98
|
+
* Object containing abbreviated remote object value.
|
|
99
|
+
* @experimental
|
|
100
|
+
*/
|
|
101
|
+
interface ObjectPreview {
|
|
102
|
+
/**
|
|
103
|
+
* Object type.
|
|
104
|
+
*/
|
|
105
|
+
type: string;
|
|
106
|
+
/**
|
|
107
|
+
* Object subtype hint. Specified for <code>object</code> type values only.
|
|
108
|
+
*/
|
|
109
|
+
subtype?: string | undefined;
|
|
110
|
+
/**
|
|
111
|
+
* String representation of the object.
|
|
112
|
+
*/
|
|
113
|
+
description?: string | undefined;
|
|
114
|
+
/**
|
|
115
|
+
* True iff some of the properties or entries of the original object did not fit.
|
|
116
|
+
*/
|
|
117
|
+
overflow: boolean;
|
|
118
|
+
/**
|
|
119
|
+
* List of the properties.
|
|
120
|
+
*/
|
|
121
|
+
properties: PropertyPreview[];
|
|
122
|
+
/**
|
|
123
|
+
* List of the entries. Specified for <code>map</code> and <code>set</code> subtype values only.
|
|
124
|
+
*/
|
|
125
|
+
entries?: EntryPreview[] | undefined;
|
|
126
|
+
}
|
|
127
|
+
/**
|
|
128
|
+
* @experimental
|
|
129
|
+
*/
|
|
130
|
+
interface PropertyPreview {
|
|
131
|
+
/**
|
|
132
|
+
* Property name.
|
|
133
|
+
*/
|
|
134
|
+
name: string;
|
|
135
|
+
/**
|
|
136
|
+
* Object type. Accessor means that the property itself is an accessor property.
|
|
137
|
+
*/
|
|
138
|
+
type: string;
|
|
139
|
+
/**
|
|
140
|
+
* User-friendly property value string.
|
|
141
|
+
*/
|
|
142
|
+
value?: string | undefined;
|
|
143
|
+
/**
|
|
144
|
+
* Nested value preview.
|
|
145
|
+
*/
|
|
146
|
+
valuePreview?: ObjectPreview | undefined;
|
|
147
|
+
/**
|
|
148
|
+
* Object subtype hint. Specified for <code>object</code> type values only.
|
|
149
|
+
*/
|
|
150
|
+
subtype?: string | undefined;
|
|
151
|
+
}
|
|
152
|
+
/**
|
|
153
|
+
* @experimental
|
|
154
|
+
*/
|
|
155
|
+
interface EntryPreview {
|
|
156
|
+
/**
|
|
157
|
+
* Preview of the key. Specified for map-like collection entries.
|
|
158
|
+
*/
|
|
159
|
+
key?: ObjectPreview | undefined;
|
|
160
|
+
/**
|
|
161
|
+
* Preview of the value.
|
|
162
|
+
*/
|
|
163
|
+
value: ObjectPreview;
|
|
164
|
+
}
|
|
165
|
+
/**
|
|
166
|
+
* Object property descriptor.
|
|
167
|
+
*/
|
|
168
|
+
interface PropertyDescriptor {
|
|
169
|
+
/**
|
|
170
|
+
* Property name or symbol description.
|
|
171
|
+
*/
|
|
172
|
+
name: string;
|
|
173
|
+
/**
|
|
174
|
+
* The value associated with the property.
|
|
175
|
+
*/
|
|
176
|
+
value?: RemoteObject | undefined;
|
|
177
|
+
/**
|
|
178
|
+
* True if the value associated with the property may be changed (data descriptors only).
|
|
179
|
+
*/
|
|
180
|
+
writable?: boolean | undefined;
|
|
181
|
+
/**
|
|
182
|
+
* A function which serves as a getter for the property, or <code>undefined</code> if there is no getter (accessor descriptors only).
|
|
183
|
+
*/
|
|
184
|
+
get?: RemoteObject | undefined;
|
|
185
|
+
/**
|
|
186
|
+
* A function which serves as a setter for the property, or <code>undefined</code> if there is no setter (accessor descriptors only).
|
|
187
|
+
*/
|
|
188
|
+
set?: RemoteObject | undefined;
|
|
189
|
+
/**
|
|
190
|
+
* True if the type of this property descriptor may be changed and if the property may be deleted from the corresponding object.
|
|
191
|
+
*/
|
|
192
|
+
configurable: boolean;
|
|
193
|
+
/**
|
|
194
|
+
* True if this property shows up during enumeration of the properties on the corresponding object.
|
|
195
|
+
*/
|
|
196
|
+
enumerable: boolean;
|
|
197
|
+
/**
|
|
198
|
+
* True if the result was thrown during the evaluation.
|
|
199
|
+
*/
|
|
200
|
+
wasThrown?: boolean | undefined;
|
|
201
|
+
/**
|
|
202
|
+
* True if the property is owned for the object.
|
|
203
|
+
*/
|
|
204
|
+
isOwn?: boolean | undefined;
|
|
205
|
+
/**
|
|
206
|
+
* Property symbol object, if the property is of the <code>symbol</code> type.
|
|
207
|
+
*/
|
|
208
|
+
symbol?: RemoteObject | undefined;
|
|
209
|
+
}
|
|
210
|
+
/**
|
|
211
|
+
* Object internal property descriptor. This property isn't normally visible in JavaScript code.
|
|
212
|
+
*/
|
|
213
|
+
interface InternalPropertyDescriptor {
|
|
214
|
+
/**
|
|
215
|
+
* Conventional property name.
|
|
216
|
+
*/
|
|
217
|
+
name: string;
|
|
218
|
+
/**
|
|
219
|
+
* The value associated with the property.
|
|
220
|
+
*/
|
|
221
|
+
value?: RemoteObject | undefined;
|
|
222
|
+
}
|
|
223
|
+
/**
|
|
224
|
+
* Represents function call argument. Either remote object id <code>objectId</code>, primitive <code>value</code>, unserializable primitive value or neither of (for undefined) them should be specified.
|
|
225
|
+
*/
|
|
226
|
+
interface CallArgument {
|
|
227
|
+
/**
|
|
228
|
+
* Primitive value or serializable javascript object.
|
|
229
|
+
*/
|
|
230
|
+
value?: any;
|
|
231
|
+
/**
|
|
232
|
+
* Primitive value which can not be JSON-stringified.
|
|
233
|
+
*/
|
|
234
|
+
unserializableValue?: UnserializableValue | undefined;
|
|
235
|
+
/**
|
|
236
|
+
* Remote object handle.
|
|
237
|
+
*/
|
|
238
|
+
objectId?: RemoteObjectId | undefined;
|
|
239
|
+
}
|
|
240
|
+
/**
|
|
241
|
+
* Id of an execution context.
|
|
242
|
+
*/
|
|
243
|
+
type ExecutionContextId = number;
|
|
244
|
+
/**
|
|
245
|
+
* Description of an isolated world.
|
|
246
|
+
*/
|
|
247
|
+
interface ExecutionContextDescription {
|
|
248
|
+
/**
|
|
249
|
+
* Unique id of the execution context. It can be used to specify in which execution context script evaluation should be performed.
|
|
250
|
+
*/
|
|
251
|
+
id: ExecutionContextId;
|
|
252
|
+
/**
|
|
253
|
+
* Execution context origin.
|
|
254
|
+
*/
|
|
255
|
+
origin: string;
|
|
256
|
+
/**
|
|
257
|
+
* Human readable name describing given context.
|
|
258
|
+
*/
|
|
259
|
+
name: string;
|
|
260
|
+
/**
|
|
261
|
+
* Embedder-specific auxiliary data.
|
|
262
|
+
*/
|
|
263
|
+
auxData?: object | undefined;
|
|
264
|
+
}
|
|
265
|
+
/**
|
|
266
|
+
* Detailed information about exception (or error) that was thrown during script compilation or execution.
|
|
267
|
+
*/
|
|
268
|
+
interface ExceptionDetails {
|
|
269
|
+
/**
|
|
270
|
+
* Exception id.
|
|
271
|
+
*/
|
|
272
|
+
exceptionId: number;
|
|
273
|
+
/**
|
|
274
|
+
* Exception text, which should be used together with exception object when available.
|
|
275
|
+
*/
|
|
276
|
+
text: string;
|
|
277
|
+
/**
|
|
278
|
+
* Line number of the exception location (0-based).
|
|
279
|
+
*/
|
|
280
|
+
lineNumber: number;
|
|
281
|
+
/**
|
|
282
|
+
* Column number of the exception location (0-based).
|
|
283
|
+
*/
|
|
284
|
+
columnNumber: number;
|
|
285
|
+
/**
|
|
286
|
+
* Script ID of the exception location.
|
|
287
|
+
*/
|
|
288
|
+
scriptId?: ScriptId | undefined;
|
|
289
|
+
/**
|
|
290
|
+
* URL of the exception location, to be used when the script was not reported.
|
|
291
|
+
*/
|
|
292
|
+
url?: string | undefined;
|
|
293
|
+
/**
|
|
294
|
+
* JavaScript stack trace if available.
|
|
295
|
+
*/
|
|
296
|
+
stackTrace?: StackTrace | undefined;
|
|
297
|
+
/**
|
|
298
|
+
* Exception object if available.
|
|
299
|
+
*/
|
|
300
|
+
exception?: RemoteObject | undefined;
|
|
301
|
+
/**
|
|
302
|
+
* Identifier of the context where exception happened.
|
|
303
|
+
*/
|
|
304
|
+
executionContextId?: ExecutionContextId | undefined;
|
|
305
|
+
}
|
|
306
|
+
/**
|
|
307
|
+
* Number of milliseconds since epoch.
|
|
308
|
+
*/
|
|
309
|
+
type Timestamp = number;
|
|
310
|
+
/**
|
|
311
|
+
* Stack entry for runtime errors and assertions.
|
|
312
|
+
*/
|
|
313
|
+
interface CallFrame {
|
|
314
|
+
/**
|
|
315
|
+
* JavaScript function name.
|
|
316
|
+
*/
|
|
317
|
+
functionName: string;
|
|
318
|
+
/**
|
|
319
|
+
* JavaScript script id.
|
|
320
|
+
*/
|
|
321
|
+
scriptId: ScriptId;
|
|
322
|
+
/**
|
|
323
|
+
* JavaScript script name or url.
|
|
324
|
+
*/
|
|
325
|
+
url: string;
|
|
326
|
+
/**
|
|
327
|
+
* JavaScript script line number (0-based).
|
|
328
|
+
*/
|
|
329
|
+
lineNumber: number;
|
|
330
|
+
/**
|
|
331
|
+
* JavaScript script column number (0-based).
|
|
332
|
+
*/
|
|
333
|
+
columnNumber: number;
|
|
334
|
+
}
|
|
335
|
+
/**
|
|
336
|
+
* Call frames for assertions or error messages.
|
|
337
|
+
*/
|
|
338
|
+
interface StackTrace {
|
|
339
|
+
/**
|
|
340
|
+
* String label of this stack trace. For async traces this may be a name of the function that initiated the async call.
|
|
341
|
+
*/
|
|
342
|
+
description?: string | undefined;
|
|
343
|
+
/**
|
|
344
|
+
* JavaScript function name.
|
|
345
|
+
*/
|
|
346
|
+
callFrames: CallFrame[];
|
|
347
|
+
/**
|
|
348
|
+
* Asynchronous JavaScript stack trace that preceded this stack, if available.
|
|
349
|
+
*/
|
|
350
|
+
parent?: StackTrace | undefined;
|
|
351
|
+
/**
|
|
352
|
+
* Asynchronous JavaScript stack trace that preceded this stack, if available.
|
|
353
|
+
* @experimental
|
|
354
|
+
*/
|
|
355
|
+
parentId?: StackTraceId | undefined;
|
|
356
|
+
}
|
|
357
|
+
/**
|
|
358
|
+
* Unique identifier of current debugger.
|
|
359
|
+
* @experimental
|
|
360
|
+
*/
|
|
361
|
+
type UniqueDebuggerId = string;
|
|
362
|
+
/**
|
|
363
|
+
* If <code>debuggerId</code> is set stack trace comes from another debugger and can be resolved there. This allows to track cross-debugger calls. See <code>Runtime.StackTrace</code> and <code>Debugger.paused</code> for usages.
|
|
364
|
+
* @experimental
|
|
365
|
+
*/
|
|
366
|
+
interface StackTraceId {
|
|
367
|
+
id: string;
|
|
368
|
+
debuggerId?: UniqueDebuggerId | undefined;
|
|
369
|
+
}
|
|
370
|
+
interface EvaluateParameterType {
|
|
371
|
+
/**
|
|
372
|
+
* Expression to evaluate.
|
|
373
|
+
*/
|
|
374
|
+
expression: string;
|
|
375
|
+
/**
|
|
376
|
+
* Symbolic group name that can be used to release multiple objects.
|
|
377
|
+
*/
|
|
378
|
+
objectGroup?: string | undefined;
|
|
379
|
+
/**
|
|
380
|
+
* Determines whether Command Line API should be available during the evaluation.
|
|
381
|
+
*/
|
|
382
|
+
includeCommandLineAPI?: boolean | undefined;
|
|
383
|
+
/**
|
|
384
|
+
* In silent mode exceptions thrown during evaluation are not reported and do not pause execution. Overrides <code>setPauseOnException</code> state.
|
|
385
|
+
*/
|
|
386
|
+
silent?: boolean | undefined;
|
|
387
|
+
/**
|
|
388
|
+
* Specifies in which execution context to perform evaluation. If the parameter is omitted the evaluation will be performed in the context of the inspected page.
|
|
389
|
+
*/
|
|
390
|
+
contextId?: ExecutionContextId | undefined;
|
|
391
|
+
/**
|
|
392
|
+
* Whether the result is expected to be a JSON object that should be sent by value.
|
|
393
|
+
*/
|
|
394
|
+
returnByValue?: boolean | undefined;
|
|
395
|
+
/**
|
|
396
|
+
* Whether preview should be generated for the result.
|
|
397
|
+
* @experimental
|
|
398
|
+
*/
|
|
399
|
+
generatePreview?: boolean | undefined;
|
|
400
|
+
/**
|
|
401
|
+
* Whether execution should be treated as initiated by user in the UI.
|
|
402
|
+
*/
|
|
403
|
+
userGesture?: boolean | undefined;
|
|
404
|
+
/**
|
|
405
|
+
* Whether execution should <code>await</code> for resulting value and return once awaited promise is resolved.
|
|
406
|
+
*/
|
|
407
|
+
awaitPromise?: boolean | undefined;
|
|
408
|
+
}
|
|
409
|
+
interface AwaitPromiseParameterType {
|
|
410
|
+
/**
|
|
411
|
+
* Identifier of the promise.
|
|
412
|
+
*/
|
|
413
|
+
promiseObjectId: RemoteObjectId;
|
|
414
|
+
/**
|
|
415
|
+
* Whether the result is expected to be a JSON object that should be sent by value.
|
|
416
|
+
*/
|
|
417
|
+
returnByValue?: boolean | undefined;
|
|
418
|
+
/**
|
|
419
|
+
* Whether preview should be generated for the result.
|
|
420
|
+
*/
|
|
421
|
+
generatePreview?: boolean | undefined;
|
|
422
|
+
}
|
|
423
|
+
interface CallFunctionOnParameterType {
|
|
424
|
+
/**
|
|
425
|
+
* Declaration of the function to call.
|
|
426
|
+
*/
|
|
427
|
+
functionDeclaration: string;
|
|
428
|
+
/**
|
|
429
|
+
* Identifier of the object to call function on. Either objectId or executionContextId should be specified.
|
|
430
|
+
*/
|
|
431
|
+
objectId?: RemoteObjectId | undefined;
|
|
432
|
+
/**
|
|
433
|
+
* Call arguments. All call arguments must belong to the same JavaScript world as the target object.
|
|
434
|
+
*/
|
|
435
|
+
arguments?: CallArgument[] | undefined;
|
|
436
|
+
/**
|
|
437
|
+
* In silent mode exceptions thrown during evaluation are not reported and do not pause execution. Overrides <code>setPauseOnException</code> state.
|
|
438
|
+
*/
|
|
439
|
+
silent?: boolean | undefined;
|
|
440
|
+
/**
|
|
441
|
+
* Whether the result is expected to be a JSON object which should be sent by value.
|
|
442
|
+
*/
|
|
443
|
+
returnByValue?: boolean | undefined;
|
|
444
|
+
/**
|
|
445
|
+
* Whether preview should be generated for the result.
|
|
446
|
+
* @experimental
|
|
447
|
+
*/
|
|
448
|
+
generatePreview?: boolean | undefined;
|
|
449
|
+
/**
|
|
450
|
+
* Whether execution should be treated as initiated by user in the UI.
|
|
451
|
+
*/
|
|
452
|
+
userGesture?: boolean | undefined;
|
|
453
|
+
/**
|
|
454
|
+
* Whether execution should <code>await</code> for resulting value and return once awaited promise is resolved.
|
|
455
|
+
*/
|
|
456
|
+
awaitPromise?: boolean | undefined;
|
|
457
|
+
/**
|
|
458
|
+
* Specifies execution context which global object will be used to call function on. Either executionContextId or objectId should be specified.
|
|
459
|
+
*/
|
|
460
|
+
executionContextId?: ExecutionContextId | undefined;
|
|
461
|
+
/**
|
|
462
|
+
* Symbolic group name that can be used to release multiple objects. If objectGroup is not specified and objectId is, objectGroup will be inherited from object.
|
|
463
|
+
*/
|
|
464
|
+
objectGroup?: string | undefined;
|
|
465
|
+
}
|
|
466
|
+
interface GetPropertiesParameterType {
|
|
467
|
+
/**
|
|
468
|
+
* Identifier of the object to return properties for.
|
|
469
|
+
*/
|
|
470
|
+
objectId: RemoteObjectId;
|
|
471
|
+
/**
|
|
472
|
+
* If true, returns properties belonging only to the element itself, not to its prototype chain.
|
|
473
|
+
*/
|
|
474
|
+
ownProperties?: boolean | undefined;
|
|
475
|
+
/**
|
|
476
|
+
* If true, returns accessor properties (with getter/setter) only; internal properties are not returned either.
|
|
477
|
+
* @experimental
|
|
478
|
+
*/
|
|
479
|
+
accessorPropertiesOnly?: boolean | undefined;
|
|
480
|
+
/**
|
|
481
|
+
* Whether preview should be generated for the results.
|
|
482
|
+
* @experimental
|
|
483
|
+
*/
|
|
484
|
+
generatePreview?: boolean | undefined;
|
|
485
|
+
}
|
|
486
|
+
interface ReleaseObjectParameterType {
|
|
487
|
+
/**
|
|
488
|
+
* Identifier of the object to release.
|
|
489
|
+
*/
|
|
490
|
+
objectId: RemoteObjectId;
|
|
491
|
+
}
|
|
492
|
+
interface ReleaseObjectGroupParameterType {
|
|
493
|
+
/**
|
|
494
|
+
* Symbolic object group name.
|
|
495
|
+
*/
|
|
496
|
+
objectGroup: string;
|
|
497
|
+
}
|
|
498
|
+
interface SetCustomObjectFormatterEnabledParameterType {
|
|
499
|
+
enabled: boolean;
|
|
500
|
+
}
|
|
501
|
+
interface CompileScriptParameterType {
|
|
502
|
+
/**
|
|
503
|
+
* Expression to compile.
|
|
504
|
+
*/
|
|
505
|
+
expression: string;
|
|
506
|
+
/**
|
|
507
|
+
* Source url to be set for the script.
|
|
508
|
+
*/
|
|
509
|
+
sourceURL: string;
|
|
510
|
+
/**
|
|
511
|
+
* Specifies whether the compiled script should be persisted.
|
|
512
|
+
*/
|
|
513
|
+
persistScript: boolean;
|
|
514
|
+
/**
|
|
515
|
+
* Specifies in which execution context to perform script run. If the parameter is omitted the evaluation will be performed in the context of the inspected page.
|
|
516
|
+
*/
|
|
517
|
+
executionContextId?: ExecutionContextId | undefined;
|
|
518
|
+
}
|
|
519
|
+
interface RunScriptParameterType {
|
|
520
|
+
/**
|
|
521
|
+
* Id of the script to run.
|
|
522
|
+
*/
|
|
523
|
+
scriptId: ScriptId;
|
|
524
|
+
/**
|
|
525
|
+
* Specifies in which execution context to perform script run. If the parameter is omitted the evaluation will be performed in the context of the inspected page.
|
|
526
|
+
*/
|
|
527
|
+
executionContextId?: ExecutionContextId | undefined;
|
|
528
|
+
/**
|
|
529
|
+
* Symbolic group name that can be used to release multiple objects.
|
|
530
|
+
*/
|
|
531
|
+
objectGroup?: string | undefined;
|
|
532
|
+
/**
|
|
533
|
+
* In silent mode exceptions thrown during evaluation are not reported and do not pause execution. Overrides <code>setPauseOnException</code> state.
|
|
534
|
+
*/
|
|
535
|
+
silent?: boolean | undefined;
|
|
536
|
+
/**
|
|
537
|
+
* Determines whether Command Line API should be available during the evaluation.
|
|
538
|
+
*/
|
|
539
|
+
includeCommandLineAPI?: boolean | undefined;
|
|
540
|
+
/**
|
|
541
|
+
* Whether the result is expected to be a JSON object which should be sent by value.
|
|
542
|
+
*/
|
|
543
|
+
returnByValue?: boolean | undefined;
|
|
544
|
+
/**
|
|
545
|
+
* Whether preview should be generated for the result.
|
|
546
|
+
*/
|
|
547
|
+
generatePreview?: boolean | undefined;
|
|
548
|
+
/**
|
|
549
|
+
* Whether execution should <code>await</code> for resulting value and return once awaited promise is resolved.
|
|
550
|
+
*/
|
|
551
|
+
awaitPromise?: boolean | undefined;
|
|
552
|
+
}
|
|
553
|
+
interface QueryObjectsParameterType {
|
|
554
|
+
/**
|
|
555
|
+
* Identifier of the prototype to return objects for.
|
|
556
|
+
*/
|
|
557
|
+
prototypeObjectId: RemoteObjectId;
|
|
558
|
+
}
|
|
559
|
+
interface GlobalLexicalScopeNamesParameterType {
|
|
560
|
+
/**
|
|
561
|
+
* Specifies in which execution context to lookup global scope variables.
|
|
562
|
+
*/
|
|
563
|
+
executionContextId?: ExecutionContextId | undefined;
|
|
564
|
+
}
|
|
565
|
+
interface EvaluateReturnType {
|
|
566
|
+
/**
|
|
567
|
+
* Evaluation result.
|
|
568
|
+
*/
|
|
569
|
+
result: RemoteObject;
|
|
570
|
+
/**
|
|
571
|
+
* Exception details.
|
|
572
|
+
*/
|
|
573
|
+
exceptionDetails?: ExceptionDetails | undefined;
|
|
574
|
+
}
|
|
575
|
+
interface AwaitPromiseReturnType {
|
|
576
|
+
/**
|
|
577
|
+
* Promise result. Will contain rejected value if promise was rejected.
|
|
578
|
+
*/
|
|
579
|
+
result: RemoteObject;
|
|
580
|
+
/**
|
|
581
|
+
* Exception details if stack strace is available.
|
|
582
|
+
*/
|
|
583
|
+
exceptionDetails?: ExceptionDetails | undefined;
|
|
584
|
+
}
|
|
585
|
+
interface CallFunctionOnReturnType {
|
|
586
|
+
/**
|
|
587
|
+
* Call result.
|
|
588
|
+
*/
|
|
589
|
+
result: RemoteObject;
|
|
590
|
+
/**
|
|
591
|
+
* Exception details.
|
|
592
|
+
*/
|
|
593
|
+
exceptionDetails?: ExceptionDetails | undefined;
|
|
594
|
+
}
|
|
595
|
+
interface GetPropertiesReturnType {
|
|
596
|
+
/**
|
|
597
|
+
* Object properties.
|
|
598
|
+
*/
|
|
599
|
+
result: PropertyDescriptor[];
|
|
600
|
+
/**
|
|
601
|
+
* Internal object properties (only of the element itself).
|
|
602
|
+
*/
|
|
603
|
+
internalProperties?: InternalPropertyDescriptor[] | undefined;
|
|
604
|
+
/**
|
|
605
|
+
* Exception details.
|
|
606
|
+
*/
|
|
607
|
+
exceptionDetails?: ExceptionDetails | undefined;
|
|
608
|
+
}
|
|
609
|
+
interface CompileScriptReturnType {
|
|
610
|
+
/**
|
|
611
|
+
* Id of the script.
|
|
612
|
+
*/
|
|
613
|
+
scriptId?: ScriptId | undefined;
|
|
614
|
+
/**
|
|
615
|
+
* Exception details.
|
|
616
|
+
*/
|
|
617
|
+
exceptionDetails?: ExceptionDetails | undefined;
|
|
618
|
+
}
|
|
619
|
+
interface RunScriptReturnType {
|
|
620
|
+
/**
|
|
621
|
+
* Run result.
|
|
622
|
+
*/
|
|
623
|
+
result: RemoteObject;
|
|
624
|
+
/**
|
|
625
|
+
* Exception details.
|
|
626
|
+
*/
|
|
627
|
+
exceptionDetails?: ExceptionDetails | undefined;
|
|
628
|
+
}
|
|
629
|
+
interface QueryObjectsReturnType {
|
|
630
|
+
/**
|
|
631
|
+
* Array with objects.
|
|
632
|
+
*/
|
|
633
|
+
objects: RemoteObject;
|
|
634
|
+
}
|
|
635
|
+
interface GlobalLexicalScopeNamesReturnType {
|
|
636
|
+
names: string[];
|
|
637
|
+
}
|
|
638
|
+
interface ExecutionContextCreatedEventDataType {
|
|
639
|
+
/**
|
|
640
|
+
* A newly created execution context.
|
|
641
|
+
*/
|
|
642
|
+
context: ExecutionContextDescription;
|
|
643
|
+
}
|
|
644
|
+
interface ExecutionContextDestroyedEventDataType {
|
|
645
|
+
/**
|
|
646
|
+
* Id of the destroyed context
|
|
647
|
+
*/
|
|
648
|
+
executionContextId: ExecutionContextId;
|
|
649
|
+
}
|
|
650
|
+
interface ExceptionThrownEventDataType {
|
|
651
|
+
/**
|
|
652
|
+
* Timestamp of the exception.
|
|
653
|
+
*/
|
|
654
|
+
timestamp: Timestamp;
|
|
655
|
+
exceptionDetails: ExceptionDetails;
|
|
656
|
+
}
|
|
657
|
+
interface ExceptionRevokedEventDataType {
|
|
658
|
+
/**
|
|
659
|
+
* Reason describing why exception was revoked.
|
|
660
|
+
*/
|
|
661
|
+
reason: string;
|
|
662
|
+
/**
|
|
663
|
+
* The id of revoked exception, as reported in <code>exceptionThrown</code>.
|
|
664
|
+
*/
|
|
665
|
+
exceptionId: number;
|
|
666
|
+
}
|
|
667
|
+
interface ConsoleAPICalledEventDataType {
|
|
668
|
+
/**
|
|
669
|
+
* Type of the call.
|
|
670
|
+
*/
|
|
671
|
+
type: string;
|
|
672
|
+
/**
|
|
673
|
+
* Call arguments.
|
|
674
|
+
*/
|
|
675
|
+
args: RemoteObject[];
|
|
676
|
+
/**
|
|
677
|
+
* Identifier of the context where the call was made.
|
|
678
|
+
*/
|
|
679
|
+
executionContextId: ExecutionContextId;
|
|
680
|
+
/**
|
|
681
|
+
* Call timestamp.
|
|
682
|
+
*/
|
|
683
|
+
timestamp: Timestamp;
|
|
684
|
+
/**
|
|
685
|
+
* Stack trace captured when the call was made.
|
|
686
|
+
*/
|
|
687
|
+
stackTrace?: StackTrace | undefined;
|
|
688
|
+
/**
|
|
689
|
+
* Console context descriptor for calls on non-default console context (not console.*): 'anonymous#unique-logger-id' for call on unnamed context, 'name#unique-logger-id' for call on named context.
|
|
690
|
+
* @experimental
|
|
691
|
+
*/
|
|
692
|
+
context?: string | undefined;
|
|
693
|
+
}
|
|
694
|
+
interface InspectRequestedEventDataType {
|
|
695
|
+
object: RemoteObject;
|
|
696
|
+
hints: object;
|
|
697
|
+
}
|
|
698
|
+
}
|
|
699
|
+
namespace Debugger {
|
|
700
|
+
/**
|
|
701
|
+
* Breakpoint identifier.
|
|
702
|
+
*/
|
|
703
|
+
type BreakpointId = string;
|
|
704
|
+
/**
|
|
705
|
+
* Call frame identifier.
|
|
706
|
+
*/
|
|
707
|
+
type CallFrameId = string;
|
|
708
|
+
/**
|
|
709
|
+
* Location in the source code.
|
|
710
|
+
*/
|
|
711
|
+
interface Location {
|
|
712
|
+
/**
|
|
713
|
+
* Script identifier as reported in the <code>Debugger.scriptParsed</code>.
|
|
714
|
+
*/
|
|
715
|
+
scriptId: Runtime.ScriptId;
|
|
716
|
+
/**
|
|
717
|
+
* Line number in the script (0-based).
|
|
718
|
+
*/
|
|
719
|
+
lineNumber: number;
|
|
720
|
+
/**
|
|
721
|
+
* Column number in the script (0-based).
|
|
722
|
+
*/
|
|
723
|
+
columnNumber?: number | undefined;
|
|
724
|
+
}
|
|
725
|
+
/**
|
|
726
|
+
* Location in the source code.
|
|
727
|
+
* @experimental
|
|
728
|
+
*/
|
|
729
|
+
interface ScriptPosition {
|
|
730
|
+
lineNumber: number;
|
|
731
|
+
columnNumber: number;
|
|
732
|
+
}
|
|
733
|
+
/**
|
|
734
|
+
* JavaScript call frame. Array of call frames form the call stack.
|
|
735
|
+
*/
|
|
736
|
+
interface CallFrame {
|
|
737
|
+
/**
|
|
738
|
+
* Call frame identifier. This identifier is only valid while the virtual machine is paused.
|
|
739
|
+
*/
|
|
740
|
+
callFrameId: CallFrameId;
|
|
741
|
+
/**
|
|
742
|
+
* Name of the JavaScript function called on this call frame.
|
|
743
|
+
*/
|
|
744
|
+
functionName: string;
|
|
745
|
+
/**
|
|
746
|
+
* Location in the source code.
|
|
747
|
+
*/
|
|
748
|
+
functionLocation?: Location | undefined;
|
|
749
|
+
/**
|
|
750
|
+
* Location in the source code.
|
|
751
|
+
*/
|
|
752
|
+
location: Location;
|
|
753
|
+
/**
|
|
754
|
+
* JavaScript script name or url.
|
|
755
|
+
*/
|
|
756
|
+
url: string;
|
|
757
|
+
/**
|
|
758
|
+
* Scope chain for this call frame.
|
|
759
|
+
*/
|
|
760
|
+
scopeChain: Scope[];
|
|
761
|
+
/**
|
|
762
|
+
* <code>this</code> object for this call frame.
|
|
763
|
+
*/
|
|
764
|
+
this: Runtime.RemoteObject;
|
|
765
|
+
/**
|
|
766
|
+
* The value being returned, if the function is at return point.
|
|
767
|
+
*/
|
|
768
|
+
returnValue?: Runtime.RemoteObject | undefined;
|
|
769
|
+
}
|
|
770
|
+
/**
|
|
771
|
+
* Scope description.
|
|
772
|
+
*/
|
|
773
|
+
interface Scope {
|
|
774
|
+
/**
|
|
775
|
+
* Scope type.
|
|
776
|
+
*/
|
|
777
|
+
type: string;
|
|
778
|
+
/**
|
|
779
|
+
* Object representing the scope. For <code>global</code> and <code>with</code> scopes it represents the actual object; for the rest of the scopes, it is artificial transient object enumerating scope variables as its properties.
|
|
780
|
+
*/
|
|
781
|
+
object: Runtime.RemoteObject;
|
|
782
|
+
name?: string | undefined;
|
|
783
|
+
/**
|
|
784
|
+
* Location in the source code where scope starts
|
|
785
|
+
*/
|
|
786
|
+
startLocation?: Location | undefined;
|
|
787
|
+
/**
|
|
788
|
+
* Location in the source code where scope ends
|
|
789
|
+
*/
|
|
790
|
+
endLocation?: Location | undefined;
|
|
791
|
+
}
|
|
792
|
+
/**
|
|
793
|
+
* Search match for resource.
|
|
794
|
+
*/
|
|
795
|
+
interface SearchMatch {
|
|
796
|
+
/**
|
|
797
|
+
* Line number in resource content.
|
|
798
|
+
*/
|
|
799
|
+
lineNumber: number;
|
|
800
|
+
/**
|
|
801
|
+
* Line with match content.
|
|
802
|
+
*/
|
|
803
|
+
lineContent: string;
|
|
804
|
+
}
|
|
805
|
+
interface BreakLocation {
|
|
806
|
+
/**
|
|
807
|
+
* Script identifier as reported in the <code>Debugger.scriptParsed</code>.
|
|
808
|
+
*/
|
|
809
|
+
scriptId: Runtime.ScriptId;
|
|
810
|
+
/**
|
|
811
|
+
* Line number in the script (0-based).
|
|
812
|
+
*/
|
|
813
|
+
lineNumber: number;
|
|
814
|
+
/**
|
|
815
|
+
* Column number in the script (0-based).
|
|
816
|
+
*/
|
|
817
|
+
columnNumber?: number | undefined;
|
|
818
|
+
type?: string | undefined;
|
|
819
|
+
}
|
|
820
|
+
interface SetBreakpointsActiveParameterType {
|
|
821
|
+
/**
|
|
822
|
+
* New value for breakpoints active state.
|
|
823
|
+
*/
|
|
824
|
+
active: boolean;
|
|
825
|
+
}
|
|
826
|
+
interface SetSkipAllPausesParameterType {
|
|
827
|
+
/**
|
|
828
|
+
* New value for skip pauses state.
|
|
829
|
+
*/
|
|
830
|
+
skip: boolean;
|
|
831
|
+
}
|
|
832
|
+
interface SetBreakpointByUrlParameterType {
|
|
833
|
+
/**
|
|
834
|
+
* Line number to set breakpoint at.
|
|
835
|
+
*/
|
|
836
|
+
lineNumber: number;
|
|
837
|
+
/**
|
|
838
|
+
* URL of the resources to set breakpoint on.
|
|
839
|
+
*/
|
|
840
|
+
url?: string | undefined;
|
|
841
|
+
/**
|
|
842
|
+
* Regex pattern for the URLs of the resources to set breakpoints on. Either <code>url</code> or <code>urlRegex</code> must be specified.
|
|
843
|
+
*/
|
|
844
|
+
urlRegex?: string | undefined;
|
|
845
|
+
/**
|
|
846
|
+
* Script hash of the resources to set breakpoint on.
|
|
847
|
+
*/
|
|
848
|
+
scriptHash?: string | undefined;
|
|
849
|
+
/**
|
|
850
|
+
* Offset in the line to set breakpoint at.
|
|
851
|
+
*/
|
|
852
|
+
columnNumber?: number | undefined;
|
|
853
|
+
/**
|
|
854
|
+
* Expression to use as a breakpoint condition. When specified, debugger will only stop on the breakpoint if this expression evaluates to true.
|
|
855
|
+
*/
|
|
856
|
+
condition?: string | undefined;
|
|
857
|
+
}
|
|
858
|
+
interface SetBreakpointParameterType {
|
|
859
|
+
/**
|
|
860
|
+
* Location to set breakpoint in.
|
|
861
|
+
*/
|
|
862
|
+
location: Location;
|
|
863
|
+
/**
|
|
864
|
+
* Expression to use as a breakpoint condition. When specified, debugger will only stop on the breakpoint if this expression evaluates to true.
|
|
865
|
+
*/
|
|
866
|
+
condition?: string | undefined;
|
|
867
|
+
}
|
|
868
|
+
interface RemoveBreakpointParameterType {
|
|
869
|
+
breakpointId: BreakpointId;
|
|
870
|
+
}
|
|
871
|
+
interface GetPossibleBreakpointsParameterType {
|
|
872
|
+
/**
|
|
873
|
+
* Start of range to search possible breakpoint locations in.
|
|
874
|
+
*/
|
|
875
|
+
start: Location;
|
|
876
|
+
/**
|
|
877
|
+
* End of range to search possible breakpoint locations in (excluding). When not specified, end of scripts is used as end of range.
|
|
878
|
+
*/
|
|
879
|
+
end?: Location | undefined;
|
|
880
|
+
/**
|
|
881
|
+
* Only consider locations which are in the same (non-nested) function as start.
|
|
882
|
+
*/
|
|
883
|
+
restrictToFunction?: boolean | undefined;
|
|
884
|
+
}
|
|
885
|
+
interface ContinueToLocationParameterType {
|
|
886
|
+
/**
|
|
887
|
+
* Location to continue to.
|
|
888
|
+
*/
|
|
889
|
+
location: Location;
|
|
890
|
+
targetCallFrames?: string | undefined;
|
|
891
|
+
}
|
|
892
|
+
interface PauseOnAsyncCallParameterType {
|
|
893
|
+
/**
|
|
894
|
+
* Debugger will pause when async call with given stack trace is started.
|
|
895
|
+
*/
|
|
896
|
+
parentStackTraceId: Runtime.StackTraceId;
|
|
897
|
+
}
|
|
898
|
+
interface StepIntoParameterType {
|
|
899
|
+
/**
|
|
900
|
+
* Debugger will issue additional Debugger.paused notification if any async task is scheduled before next pause.
|
|
901
|
+
* @experimental
|
|
902
|
+
*/
|
|
903
|
+
breakOnAsyncCall?: boolean | undefined;
|
|
904
|
+
}
|
|
905
|
+
interface GetStackTraceParameterType {
|
|
906
|
+
stackTraceId: Runtime.StackTraceId;
|
|
907
|
+
}
|
|
908
|
+
interface SearchInContentParameterType {
|
|
909
|
+
/**
|
|
910
|
+
* Id of the script to search in.
|
|
911
|
+
*/
|
|
912
|
+
scriptId: Runtime.ScriptId;
|
|
913
|
+
/**
|
|
914
|
+
* String to search for.
|
|
915
|
+
*/
|
|
916
|
+
query: string;
|
|
917
|
+
/**
|
|
918
|
+
* If true, search is case sensitive.
|
|
919
|
+
*/
|
|
920
|
+
caseSensitive?: boolean | undefined;
|
|
921
|
+
/**
|
|
922
|
+
* If true, treats string parameter as regex.
|
|
923
|
+
*/
|
|
924
|
+
isRegex?: boolean | undefined;
|
|
925
|
+
}
|
|
926
|
+
interface SetScriptSourceParameterType {
|
|
927
|
+
/**
|
|
928
|
+
* Id of the script to edit.
|
|
929
|
+
*/
|
|
930
|
+
scriptId: Runtime.ScriptId;
|
|
931
|
+
/**
|
|
932
|
+
* New content of the script.
|
|
933
|
+
*/
|
|
934
|
+
scriptSource: string;
|
|
935
|
+
/**
|
|
936
|
+
* If true the change will not actually be applied. Dry run may be used to get result description without actually modifying the code.
|
|
937
|
+
*/
|
|
938
|
+
dryRun?: boolean | undefined;
|
|
939
|
+
}
|
|
940
|
+
interface RestartFrameParameterType {
|
|
941
|
+
/**
|
|
942
|
+
* Call frame identifier to evaluate on.
|
|
943
|
+
*/
|
|
944
|
+
callFrameId: CallFrameId;
|
|
945
|
+
}
|
|
946
|
+
interface GetScriptSourceParameterType {
|
|
947
|
+
/**
|
|
948
|
+
* Id of the script to get source for.
|
|
949
|
+
*/
|
|
950
|
+
scriptId: Runtime.ScriptId;
|
|
951
|
+
}
|
|
952
|
+
interface SetPauseOnExceptionsParameterType {
|
|
953
|
+
/**
|
|
954
|
+
* Pause on exceptions mode.
|
|
955
|
+
*/
|
|
956
|
+
state: string;
|
|
957
|
+
}
|
|
958
|
+
interface EvaluateOnCallFrameParameterType {
|
|
959
|
+
/**
|
|
960
|
+
* Call frame identifier to evaluate on.
|
|
961
|
+
*/
|
|
962
|
+
callFrameId: CallFrameId;
|
|
963
|
+
/**
|
|
964
|
+
* Expression to evaluate.
|
|
965
|
+
*/
|
|
966
|
+
expression: string;
|
|
967
|
+
/**
|
|
968
|
+
* String object group name to put result into (allows rapid releasing resulting object handles using <code>releaseObjectGroup</code>).
|
|
969
|
+
*/
|
|
970
|
+
objectGroup?: string | undefined;
|
|
971
|
+
/**
|
|
972
|
+
* Specifies whether command line API should be available to the evaluated expression, defaults to false.
|
|
973
|
+
*/
|
|
974
|
+
includeCommandLineAPI?: boolean | undefined;
|
|
975
|
+
/**
|
|
976
|
+
* In silent mode exceptions thrown during evaluation are not reported and do not pause execution. Overrides <code>setPauseOnException</code> state.
|
|
977
|
+
*/
|
|
978
|
+
silent?: boolean | undefined;
|
|
979
|
+
/**
|
|
980
|
+
* Whether the result is expected to be a JSON object that should be sent by value.
|
|
981
|
+
*/
|
|
982
|
+
returnByValue?: boolean | undefined;
|
|
983
|
+
/**
|
|
984
|
+
* Whether preview should be generated for the result.
|
|
985
|
+
* @experimental
|
|
986
|
+
*/
|
|
987
|
+
generatePreview?: boolean | undefined;
|
|
988
|
+
/**
|
|
989
|
+
* Whether to throw an exception if side effect cannot be ruled out during evaluation.
|
|
990
|
+
*/
|
|
991
|
+
throwOnSideEffect?: boolean | undefined;
|
|
992
|
+
}
|
|
993
|
+
interface SetVariableValueParameterType {
|
|
994
|
+
/**
|
|
995
|
+
* 0-based number of scope as was listed in scope chain. Only 'local', 'closure' and 'catch' scope types are allowed. Other scopes could be manipulated manually.
|
|
996
|
+
*/
|
|
997
|
+
scopeNumber: number;
|
|
998
|
+
/**
|
|
999
|
+
* Variable name.
|
|
1000
|
+
*/
|
|
1001
|
+
variableName: string;
|
|
1002
|
+
/**
|
|
1003
|
+
* New variable value.
|
|
1004
|
+
*/
|
|
1005
|
+
newValue: Runtime.CallArgument;
|
|
1006
|
+
/**
|
|
1007
|
+
* Id of callframe that holds variable.
|
|
1008
|
+
*/
|
|
1009
|
+
callFrameId: CallFrameId;
|
|
1010
|
+
}
|
|
1011
|
+
interface SetReturnValueParameterType {
|
|
1012
|
+
/**
|
|
1013
|
+
* New return value.
|
|
1014
|
+
*/
|
|
1015
|
+
newValue: Runtime.CallArgument;
|
|
1016
|
+
}
|
|
1017
|
+
interface SetAsyncCallStackDepthParameterType {
|
|
1018
|
+
/**
|
|
1019
|
+
* Maximum depth of async call stacks. Setting to <code>0</code> will effectively disable collecting async call stacks (default).
|
|
1020
|
+
*/
|
|
1021
|
+
maxDepth: number;
|
|
1022
|
+
}
|
|
1023
|
+
interface SetBlackboxPatternsParameterType {
|
|
1024
|
+
/**
|
|
1025
|
+
* Array of regexps that will be used to check script url for blackbox state.
|
|
1026
|
+
*/
|
|
1027
|
+
patterns: string[];
|
|
1028
|
+
}
|
|
1029
|
+
interface SetBlackboxedRangesParameterType {
|
|
1030
|
+
/**
|
|
1031
|
+
* Id of the script.
|
|
1032
|
+
*/
|
|
1033
|
+
scriptId: Runtime.ScriptId;
|
|
1034
|
+
positions: ScriptPosition[];
|
|
1035
|
+
}
|
|
1036
|
+
interface EnableReturnType {
|
|
1037
|
+
/**
|
|
1038
|
+
* Unique identifier of the debugger.
|
|
1039
|
+
* @experimental
|
|
1040
|
+
*/
|
|
1041
|
+
debuggerId: Runtime.UniqueDebuggerId;
|
|
1042
|
+
}
|
|
1043
|
+
interface SetBreakpointByUrlReturnType {
|
|
1044
|
+
/**
|
|
1045
|
+
* Id of the created breakpoint for further reference.
|
|
1046
|
+
*/
|
|
1047
|
+
breakpointId: BreakpointId;
|
|
1048
|
+
/**
|
|
1049
|
+
* List of the locations this breakpoint resolved into upon addition.
|
|
1050
|
+
*/
|
|
1051
|
+
locations: Location[];
|
|
1052
|
+
}
|
|
1053
|
+
interface SetBreakpointReturnType {
|
|
1054
|
+
/**
|
|
1055
|
+
* Id of the created breakpoint for further reference.
|
|
1056
|
+
*/
|
|
1057
|
+
breakpointId: BreakpointId;
|
|
1058
|
+
/**
|
|
1059
|
+
* Location this breakpoint resolved into.
|
|
1060
|
+
*/
|
|
1061
|
+
actualLocation: Location;
|
|
1062
|
+
}
|
|
1063
|
+
interface GetPossibleBreakpointsReturnType {
|
|
1064
|
+
/**
|
|
1065
|
+
* List of the possible breakpoint locations.
|
|
1066
|
+
*/
|
|
1067
|
+
locations: BreakLocation[];
|
|
1068
|
+
}
|
|
1069
|
+
interface GetStackTraceReturnType {
|
|
1070
|
+
stackTrace: Runtime.StackTrace;
|
|
1071
|
+
}
|
|
1072
|
+
interface SearchInContentReturnType {
|
|
1073
|
+
/**
|
|
1074
|
+
* List of search matches.
|
|
1075
|
+
*/
|
|
1076
|
+
result: SearchMatch[];
|
|
1077
|
+
}
|
|
1078
|
+
interface SetScriptSourceReturnType {
|
|
1079
|
+
/**
|
|
1080
|
+
* New stack trace in case editing has happened while VM was stopped.
|
|
1081
|
+
*/
|
|
1082
|
+
callFrames?: CallFrame[] | undefined;
|
|
1083
|
+
/**
|
|
1084
|
+
* Whether current call stack was modified after applying the changes.
|
|
1085
|
+
*/
|
|
1086
|
+
stackChanged?: boolean | undefined;
|
|
1087
|
+
/**
|
|
1088
|
+
* Async stack trace, if any.
|
|
1089
|
+
*/
|
|
1090
|
+
asyncStackTrace?: Runtime.StackTrace | undefined;
|
|
1091
|
+
/**
|
|
1092
|
+
* Async stack trace, if any.
|
|
1093
|
+
* @experimental
|
|
1094
|
+
*/
|
|
1095
|
+
asyncStackTraceId?: Runtime.StackTraceId | undefined;
|
|
1096
|
+
/**
|
|
1097
|
+
* Exception details if any.
|
|
1098
|
+
*/
|
|
1099
|
+
exceptionDetails?: Runtime.ExceptionDetails | undefined;
|
|
1100
|
+
}
|
|
1101
|
+
interface RestartFrameReturnType {
|
|
1102
|
+
/**
|
|
1103
|
+
* New stack trace.
|
|
1104
|
+
*/
|
|
1105
|
+
callFrames: CallFrame[];
|
|
1106
|
+
/**
|
|
1107
|
+
* Async stack trace, if any.
|
|
1108
|
+
*/
|
|
1109
|
+
asyncStackTrace?: Runtime.StackTrace | undefined;
|
|
1110
|
+
/**
|
|
1111
|
+
* Async stack trace, if any.
|
|
1112
|
+
* @experimental
|
|
1113
|
+
*/
|
|
1114
|
+
asyncStackTraceId?: Runtime.StackTraceId | undefined;
|
|
1115
|
+
}
|
|
1116
|
+
interface GetScriptSourceReturnType {
|
|
1117
|
+
/**
|
|
1118
|
+
* Script source.
|
|
1119
|
+
*/
|
|
1120
|
+
scriptSource: string;
|
|
1121
|
+
}
|
|
1122
|
+
interface EvaluateOnCallFrameReturnType {
|
|
1123
|
+
/**
|
|
1124
|
+
* Object wrapper for the evaluation result.
|
|
1125
|
+
*/
|
|
1126
|
+
result: Runtime.RemoteObject;
|
|
1127
|
+
/**
|
|
1128
|
+
* Exception details.
|
|
1129
|
+
*/
|
|
1130
|
+
exceptionDetails?: Runtime.ExceptionDetails | undefined;
|
|
1131
|
+
}
|
|
1132
|
+
interface ScriptParsedEventDataType {
|
|
1133
|
+
/**
|
|
1134
|
+
* Identifier of the script parsed.
|
|
1135
|
+
*/
|
|
1136
|
+
scriptId: Runtime.ScriptId;
|
|
1137
|
+
/**
|
|
1138
|
+
* URL or name of the script parsed (if any).
|
|
1139
|
+
*/
|
|
1140
|
+
url: string;
|
|
1141
|
+
/**
|
|
1142
|
+
* Line offset of the script within the resource with given URL (for script tags).
|
|
1143
|
+
*/
|
|
1144
|
+
startLine: number;
|
|
1145
|
+
/**
|
|
1146
|
+
* Column offset of the script within the resource with given URL.
|
|
1147
|
+
*/
|
|
1148
|
+
startColumn: number;
|
|
1149
|
+
/**
|
|
1150
|
+
* Last line of the script.
|
|
1151
|
+
*/
|
|
1152
|
+
endLine: number;
|
|
1153
|
+
/**
|
|
1154
|
+
* Length of the last line of the script.
|
|
1155
|
+
*/
|
|
1156
|
+
endColumn: number;
|
|
1157
|
+
/**
|
|
1158
|
+
* Specifies script creation context.
|
|
1159
|
+
*/
|
|
1160
|
+
executionContextId: Runtime.ExecutionContextId;
|
|
1161
|
+
/**
|
|
1162
|
+
* Content hash of the script.
|
|
1163
|
+
*/
|
|
1164
|
+
hash: string;
|
|
1165
|
+
/**
|
|
1166
|
+
* Embedder-specific auxiliary data.
|
|
1167
|
+
*/
|
|
1168
|
+
executionContextAuxData?: object | undefined;
|
|
1169
|
+
/**
|
|
1170
|
+
* True, if this script is generated as a result of the live edit operation.
|
|
1171
|
+
* @experimental
|
|
1172
|
+
*/
|
|
1173
|
+
isLiveEdit?: boolean | undefined;
|
|
1174
|
+
/**
|
|
1175
|
+
* URL of source map associated with script (if any).
|
|
1176
|
+
*/
|
|
1177
|
+
sourceMapURL?: string | undefined;
|
|
1178
|
+
/**
|
|
1179
|
+
* True, if this script has sourceURL.
|
|
1180
|
+
*/
|
|
1181
|
+
hasSourceURL?: boolean | undefined;
|
|
1182
|
+
/**
|
|
1183
|
+
* True, if this script is ES6 module.
|
|
1184
|
+
*/
|
|
1185
|
+
isModule?: boolean | undefined;
|
|
1186
|
+
/**
|
|
1187
|
+
* This script length.
|
|
1188
|
+
*/
|
|
1189
|
+
length?: number | undefined;
|
|
1190
|
+
/**
|
|
1191
|
+
* JavaScript top stack frame of where the script parsed event was triggered if available.
|
|
1192
|
+
* @experimental
|
|
1193
|
+
*/
|
|
1194
|
+
stackTrace?: Runtime.StackTrace | undefined;
|
|
1195
|
+
}
|
|
1196
|
+
interface ScriptFailedToParseEventDataType {
|
|
1197
|
+
/**
|
|
1198
|
+
* Identifier of the script parsed.
|
|
1199
|
+
*/
|
|
1200
|
+
scriptId: Runtime.ScriptId;
|
|
1201
|
+
/**
|
|
1202
|
+
* URL or name of the script parsed (if any).
|
|
1203
|
+
*/
|
|
1204
|
+
url: string;
|
|
1205
|
+
/**
|
|
1206
|
+
* Line offset of the script within the resource with given URL (for script tags).
|
|
1207
|
+
*/
|
|
1208
|
+
startLine: number;
|
|
1209
|
+
/**
|
|
1210
|
+
* Column offset of the script within the resource with given URL.
|
|
1211
|
+
*/
|
|
1212
|
+
startColumn: number;
|
|
1213
|
+
/**
|
|
1214
|
+
* Last line of the script.
|
|
1215
|
+
*/
|
|
1216
|
+
endLine: number;
|
|
1217
|
+
/**
|
|
1218
|
+
* Length of the last line of the script.
|
|
1219
|
+
*/
|
|
1220
|
+
endColumn: number;
|
|
1221
|
+
/**
|
|
1222
|
+
* Specifies script creation context.
|
|
1223
|
+
*/
|
|
1224
|
+
executionContextId: Runtime.ExecutionContextId;
|
|
1225
|
+
/**
|
|
1226
|
+
* Content hash of the script.
|
|
1227
|
+
*/
|
|
1228
|
+
hash: string;
|
|
1229
|
+
/**
|
|
1230
|
+
* Embedder-specific auxiliary data.
|
|
1231
|
+
*/
|
|
1232
|
+
executionContextAuxData?: object | undefined;
|
|
1233
|
+
/**
|
|
1234
|
+
* URL of source map associated with script (if any).
|
|
1235
|
+
*/
|
|
1236
|
+
sourceMapURL?: string | undefined;
|
|
1237
|
+
/**
|
|
1238
|
+
* True, if this script has sourceURL.
|
|
1239
|
+
*/
|
|
1240
|
+
hasSourceURL?: boolean | undefined;
|
|
1241
|
+
/**
|
|
1242
|
+
* True, if this script is ES6 module.
|
|
1243
|
+
*/
|
|
1244
|
+
isModule?: boolean | undefined;
|
|
1245
|
+
/**
|
|
1246
|
+
* This script length.
|
|
1247
|
+
*/
|
|
1248
|
+
length?: number | undefined;
|
|
1249
|
+
/**
|
|
1250
|
+
* JavaScript top stack frame of where the script parsed event was triggered if available.
|
|
1251
|
+
* @experimental
|
|
1252
|
+
*/
|
|
1253
|
+
stackTrace?: Runtime.StackTrace | undefined;
|
|
1254
|
+
}
|
|
1255
|
+
interface BreakpointResolvedEventDataType {
|
|
1256
|
+
/**
|
|
1257
|
+
* Breakpoint unique identifier.
|
|
1258
|
+
*/
|
|
1259
|
+
breakpointId: BreakpointId;
|
|
1260
|
+
/**
|
|
1261
|
+
* Actual breakpoint location.
|
|
1262
|
+
*/
|
|
1263
|
+
location: Location;
|
|
1264
|
+
}
|
|
1265
|
+
interface PausedEventDataType {
|
|
1266
|
+
/**
|
|
1267
|
+
* Call stack the virtual machine stopped on.
|
|
1268
|
+
*/
|
|
1269
|
+
callFrames: CallFrame[];
|
|
1270
|
+
/**
|
|
1271
|
+
* Pause reason.
|
|
1272
|
+
*/
|
|
1273
|
+
reason: string;
|
|
1274
|
+
/**
|
|
1275
|
+
* Object containing break-specific auxiliary properties.
|
|
1276
|
+
*/
|
|
1277
|
+
data?: object | undefined;
|
|
1278
|
+
/**
|
|
1279
|
+
* Hit breakpoints IDs
|
|
1280
|
+
*/
|
|
1281
|
+
hitBreakpoints?: string[] | undefined;
|
|
1282
|
+
/**
|
|
1283
|
+
* Async stack trace, if any.
|
|
1284
|
+
*/
|
|
1285
|
+
asyncStackTrace?: Runtime.StackTrace | undefined;
|
|
1286
|
+
/**
|
|
1287
|
+
* Async stack trace, if any.
|
|
1288
|
+
* @experimental
|
|
1289
|
+
*/
|
|
1290
|
+
asyncStackTraceId?: Runtime.StackTraceId | undefined;
|
|
1291
|
+
/**
|
|
1292
|
+
* Just scheduled async call will have this stack trace as parent stack during async execution. This field is available only after <code>Debugger.stepInto</code> call with <code>breakOnAsynCall</code> flag.
|
|
1293
|
+
* @experimental
|
|
1294
|
+
*/
|
|
1295
|
+
asyncCallStackTraceId?: Runtime.StackTraceId | undefined;
|
|
1296
|
+
}
|
|
1297
|
+
}
|
|
1298
|
+
namespace Console {
|
|
1299
|
+
/**
|
|
1300
|
+
* Console message.
|
|
1301
|
+
*/
|
|
1302
|
+
interface ConsoleMessage {
|
|
1303
|
+
/**
|
|
1304
|
+
* Message source.
|
|
1305
|
+
*/
|
|
1306
|
+
source: string;
|
|
1307
|
+
/**
|
|
1308
|
+
* Message severity.
|
|
1309
|
+
*/
|
|
1310
|
+
level: string;
|
|
1311
|
+
/**
|
|
1312
|
+
* Message text.
|
|
1313
|
+
*/
|
|
1314
|
+
text: string;
|
|
1315
|
+
/**
|
|
1316
|
+
* URL of the message origin.
|
|
1317
|
+
*/
|
|
1318
|
+
url?: string | undefined;
|
|
1319
|
+
/**
|
|
1320
|
+
* Line number in the resource that generated this message (1-based).
|
|
1321
|
+
*/
|
|
1322
|
+
line?: number | undefined;
|
|
1323
|
+
/**
|
|
1324
|
+
* Column number in the resource that generated this message (1-based).
|
|
1325
|
+
*/
|
|
1326
|
+
column?: number | undefined;
|
|
1327
|
+
}
|
|
1328
|
+
interface MessageAddedEventDataType {
|
|
1329
|
+
/**
|
|
1330
|
+
* Console message that has been added.
|
|
1331
|
+
*/
|
|
1332
|
+
message: ConsoleMessage;
|
|
1333
|
+
}
|
|
1334
|
+
}
|
|
1335
|
+
namespace Profiler {
|
|
1336
|
+
/**
|
|
1337
|
+
* Profile node. Holds callsite information, execution statistics and child nodes.
|
|
1338
|
+
*/
|
|
1339
|
+
interface ProfileNode {
|
|
1340
|
+
/**
|
|
1341
|
+
* Unique id of the node.
|
|
1342
|
+
*/
|
|
1343
|
+
id: number;
|
|
1344
|
+
/**
|
|
1345
|
+
* Function location.
|
|
1346
|
+
*/
|
|
1347
|
+
callFrame: Runtime.CallFrame;
|
|
1348
|
+
/**
|
|
1349
|
+
* Number of samples where this node was on top of the call stack.
|
|
1350
|
+
*/
|
|
1351
|
+
hitCount?: number | undefined;
|
|
1352
|
+
/**
|
|
1353
|
+
* Child node ids.
|
|
1354
|
+
*/
|
|
1355
|
+
children?: number[] | undefined;
|
|
1356
|
+
/**
|
|
1357
|
+
* The reason of being not optimized. The function may be deoptimized or marked as don't optimize.
|
|
1358
|
+
*/
|
|
1359
|
+
deoptReason?: string | undefined;
|
|
1360
|
+
/**
|
|
1361
|
+
* An array of source position ticks.
|
|
1362
|
+
*/
|
|
1363
|
+
positionTicks?: PositionTickInfo[] | undefined;
|
|
1364
|
+
}
|
|
1365
|
+
/**
|
|
1366
|
+
* Profile.
|
|
1367
|
+
*/
|
|
1368
|
+
interface Profile {
|
|
1369
|
+
/**
|
|
1370
|
+
* The list of profile nodes. First item is the root node.
|
|
1371
|
+
*/
|
|
1372
|
+
nodes: ProfileNode[];
|
|
1373
|
+
/**
|
|
1374
|
+
* Profiling start timestamp in microseconds.
|
|
1375
|
+
*/
|
|
1376
|
+
startTime: number;
|
|
1377
|
+
/**
|
|
1378
|
+
* Profiling end timestamp in microseconds.
|
|
1379
|
+
*/
|
|
1380
|
+
endTime: number;
|
|
1381
|
+
/**
|
|
1382
|
+
* Ids of samples top nodes.
|
|
1383
|
+
*/
|
|
1384
|
+
samples?: number[] | undefined;
|
|
1385
|
+
/**
|
|
1386
|
+
* Time intervals between adjacent samples in microseconds. The first delta is relative to the profile startTime.
|
|
1387
|
+
*/
|
|
1388
|
+
timeDeltas?: number[] | undefined;
|
|
1389
|
+
}
|
|
1390
|
+
/**
|
|
1391
|
+
* Specifies a number of samples attributed to a certain source position.
|
|
1392
|
+
*/
|
|
1393
|
+
interface PositionTickInfo {
|
|
1394
|
+
/**
|
|
1395
|
+
* Source line number (1-based).
|
|
1396
|
+
*/
|
|
1397
|
+
line: number;
|
|
1398
|
+
/**
|
|
1399
|
+
* Number of samples attributed to the source line.
|
|
1400
|
+
*/
|
|
1401
|
+
ticks: number;
|
|
1402
|
+
}
|
|
1403
|
+
/**
|
|
1404
|
+
* Coverage data for a source range.
|
|
1405
|
+
*/
|
|
1406
|
+
interface CoverageRange {
|
|
1407
|
+
/**
|
|
1408
|
+
* JavaScript script source offset for the range start.
|
|
1409
|
+
*/
|
|
1410
|
+
startOffset: number;
|
|
1411
|
+
/**
|
|
1412
|
+
* JavaScript script source offset for the range end.
|
|
1413
|
+
*/
|
|
1414
|
+
endOffset: number;
|
|
1415
|
+
/**
|
|
1416
|
+
* Collected execution count of the source range.
|
|
1417
|
+
*/
|
|
1418
|
+
count: number;
|
|
1419
|
+
}
|
|
1420
|
+
/**
|
|
1421
|
+
* Coverage data for a JavaScript function.
|
|
1422
|
+
*/
|
|
1423
|
+
interface FunctionCoverage {
|
|
1424
|
+
/**
|
|
1425
|
+
* JavaScript function name.
|
|
1426
|
+
*/
|
|
1427
|
+
functionName: string;
|
|
1428
|
+
/**
|
|
1429
|
+
* Source ranges inside the function with coverage data.
|
|
1430
|
+
*/
|
|
1431
|
+
ranges: CoverageRange[];
|
|
1432
|
+
/**
|
|
1433
|
+
* Whether coverage data for this function has block granularity.
|
|
1434
|
+
*/
|
|
1435
|
+
isBlockCoverage: boolean;
|
|
1436
|
+
}
|
|
1437
|
+
/**
|
|
1438
|
+
* Coverage data for a JavaScript script.
|
|
1439
|
+
*/
|
|
1440
|
+
interface ScriptCoverage {
|
|
1441
|
+
/**
|
|
1442
|
+
* JavaScript script id.
|
|
1443
|
+
*/
|
|
1444
|
+
scriptId: Runtime.ScriptId;
|
|
1445
|
+
/**
|
|
1446
|
+
* JavaScript script name or url.
|
|
1447
|
+
*/
|
|
1448
|
+
url: string;
|
|
1449
|
+
/**
|
|
1450
|
+
* Functions contained in the script that has coverage data.
|
|
1451
|
+
*/
|
|
1452
|
+
functions: FunctionCoverage[];
|
|
1453
|
+
}
|
|
1454
|
+
interface SetSamplingIntervalParameterType {
|
|
1455
|
+
/**
|
|
1456
|
+
* New sampling interval in microseconds.
|
|
1457
|
+
*/
|
|
1458
|
+
interval: number;
|
|
1459
|
+
}
|
|
1460
|
+
interface StartPreciseCoverageParameterType {
|
|
1461
|
+
/**
|
|
1462
|
+
* Collect accurate call counts beyond simple 'covered' or 'not covered'.
|
|
1463
|
+
*/
|
|
1464
|
+
callCount?: boolean | undefined;
|
|
1465
|
+
/**
|
|
1466
|
+
* Collect block-based coverage.
|
|
1467
|
+
*/
|
|
1468
|
+
detailed?: boolean | undefined;
|
|
1469
|
+
}
|
|
1470
|
+
interface StopReturnType {
|
|
1471
|
+
/**
|
|
1472
|
+
* Recorded profile.
|
|
1473
|
+
*/
|
|
1474
|
+
profile: Profile;
|
|
1475
|
+
}
|
|
1476
|
+
interface TakePreciseCoverageReturnType {
|
|
1477
|
+
/**
|
|
1478
|
+
* Coverage data for the current isolate.
|
|
1479
|
+
*/
|
|
1480
|
+
result: ScriptCoverage[];
|
|
1481
|
+
}
|
|
1482
|
+
interface GetBestEffortCoverageReturnType {
|
|
1483
|
+
/**
|
|
1484
|
+
* Coverage data for the current isolate.
|
|
1485
|
+
*/
|
|
1486
|
+
result: ScriptCoverage[];
|
|
1487
|
+
}
|
|
1488
|
+
interface ConsoleProfileStartedEventDataType {
|
|
1489
|
+
id: string;
|
|
1490
|
+
/**
|
|
1491
|
+
* Location of console.profile().
|
|
1492
|
+
*/
|
|
1493
|
+
location: Debugger.Location;
|
|
1494
|
+
/**
|
|
1495
|
+
* Profile title passed as an argument to console.profile().
|
|
1496
|
+
*/
|
|
1497
|
+
title?: string | undefined;
|
|
1498
|
+
}
|
|
1499
|
+
interface ConsoleProfileFinishedEventDataType {
|
|
1500
|
+
id: string;
|
|
1501
|
+
/**
|
|
1502
|
+
* Location of console.profileEnd().
|
|
1503
|
+
*/
|
|
1504
|
+
location: Debugger.Location;
|
|
1505
|
+
profile: Profile;
|
|
1506
|
+
/**
|
|
1507
|
+
* Profile title passed as an argument to console.profile().
|
|
1508
|
+
*/
|
|
1509
|
+
title?: string | undefined;
|
|
1510
|
+
}
|
|
1511
|
+
}
|
|
1512
|
+
namespace HeapProfiler {
|
|
1513
|
+
/**
|
|
1514
|
+
* Heap snapshot object id.
|
|
1515
|
+
*/
|
|
1516
|
+
type HeapSnapshotObjectId = string;
|
|
1517
|
+
/**
|
|
1518
|
+
* Sampling Heap Profile node. Holds callsite information, allocation statistics and child nodes.
|
|
1519
|
+
*/
|
|
1520
|
+
interface SamplingHeapProfileNode {
|
|
1521
|
+
/**
|
|
1522
|
+
* Function location.
|
|
1523
|
+
*/
|
|
1524
|
+
callFrame: Runtime.CallFrame;
|
|
1525
|
+
/**
|
|
1526
|
+
* Allocations size in bytes for the node excluding children.
|
|
1527
|
+
*/
|
|
1528
|
+
selfSize: number;
|
|
1529
|
+
/**
|
|
1530
|
+
* Child nodes.
|
|
1531
|
+
*/
|
|
1532
|
+
children: SamplingHeapProfileNode[];
|
|
1533
|
+
}
|
|
1534
|
+
/**
|
|
1535
|
+
* Profile.
|
|
1536
|
+
*/
|
|
1537
|
+
interface SamplingHeapProfile {
|
|
1538
|
+
head: SamplingHeapProfileNode;
|
|
1539
|
+
}
|
|
1540
|
+
interface StartTrackingHeapObjectsParameterType {
|
|
1541
|
+
trackAllocations?: boolean | undefined;
|
|
1542
|
+
}
|
|
1543
|
+
interface StopTrackingHeapObjectsParameterType {
|
|
1544
|
+
/**
|
|
1545
|
+
* If true 'reportHeapSnapshotProgress' events will be generated while snapshot is being taken when the tracking is stopped.
|
|
1546
|
+
*/
|
|
1547
|
+
reportProgress?: boolean | undefined;
|
|
1548
|
+
}
|
|
1549
|
+
interface TakeHeapSnapshotParameterType {
|
|
1550
|
+
/**
|
|
1551
|
+
* If true 'reportHeapSnapshotProgress' events will be generated while snapshot is being taken.
|
|
1552
|
+
*/
|
|
1553
|
+
reportProgress?: boolean | undefined;
|
|
1554
|
+
}
|
|
1555
|
+
interface GetObjectByHeapObjectIdParameterType {
|
|
1556
|
+
objectId: HeapSnapshotObjectId;
|
|
1557
|
+
/**
|
|
1558
|
+
* Symbolic group name that can be used to release multiple objects.
|
|
1559
|
+
*/
|
|
1560
|
+
objectGroup?: string | undefined;
|
|
1561
|
+
}
|
|
1562
|
+
interface AddInspectedHeapObjectParameterType {
|
|
1563
|
+
/**
|
|
1564
|
+
* Heap snapshot object id to be accessible by means of $x command line API.
|
|
1565
|
+
*/
|
|
1566
|
+
heapObjectId: HeapSnapshotObjectId;
|
|
1567
|
+
}
|
|
1568
|
+
interface GetHeapObjectIdParameterType {
|
|
1569
|
+
/**
|
|
1570
|
+
* Identifier of the object to get heap object id for.
|
|
1571
|
+
*/
|
|
1572
|
+
objectId: Runtime.RemoteObjectId;
|
|
1573
|
+
}
|
|
1574
|
+
interface StartSamplingParameterType {
|
|
1575
|
+
/**
|
|
1576
|
+
* Average sample interval in bytes. Poisson distribution is used for the intervals. The default value is 32768 bytes.
|
|
1577
|
+
*/
|
|
1578
|
+
samplingInterval?: number | undefined;
|
|
1579
|
+
}
|
|
1580
|
+
interface GetObjectByHeapObjectIdReturnType {
|
|
1581
|
+
/**
|
|
1582
|
+
* Evaluation result.
|
|
1583
|
+
*/
|
|
1584
|
+
result: Runtime.RemoteObject;
|
|
1585
|
+
}
|
|
1586
|
+
interface GetHeapObjectIdReturnType {
|
|
1587
|
+
/**
|
|
1588
|
+
* Id of the heap snapshot object corresponding to the passed remote object id.
|
|
1589
|
+
*/
|
|
1590
|
+
heapSnapshotObjectId: HeapSnapshotObjectId;
|
|
1591
|
+
}
|
|
1592
|
+
interface StopSamplingReturnType {
|
|
1593
|
+
/**
|
|
1594
|
+
* Recorded sampling heap profile.
|
|
1595
|
+
*/
|
|
1596
|
+
profile: SamplingHeapProfile;
|
|
1597
|
+
}
|
|
1598
|
+
interface GetSamplingProfileReturnType {
|
|
1599
|
+
/**
|
|
1600
|
+
* Return the sampling profile being collected.
|
|
1601
|
+
*/
|
|
1602
|
+
profile: SamplingHeapProfile;
|
|
1603
|
+
}
|
|
1604
|
+
interface AddHeapSnapshotChunkEventDataType {
|
|
1605
|
+
chunk: string;
|
|
1606
|
+
}
|
|
1607
|
+
interface ReportHeapSnapshotProgressEventDataType {
|
|
1608
|
+
done: number;
|
|
1609
|
+
total: number;
|
|
1610
|
+
finished?: boolean | undefined;
|
|
1611
|
+
}
|
|
1612
|
+
interface LastSeenObjectIdEventDataType {
|
|
1613
|
+
lastSeenObjectId: number;
|
|
1614
|
+
timestamp: number;
|
|
1615
|
+
}
|
|
1616
|
+
interface HeapStatsUpdateEventDataType {
|
|
1617
|
+
/**
|
|
1618
|
+
* An array of triplets. Each triplet describes a fragment. The first integer is the fragment index, the second integer is a total count of objects for the fragment, the third integer is a total size of the objects for the fragment.
|
|
1619
|
+
*/
|
|
1620
|
+
statsUpdate: number[];
|
|
1621
|
+
}
|
|
1622
|
+
}
|
|
1623
|
+
namespace IO {
|
|
1624
|
+
type StreamHandle = string;
|
|
1625
|
+
interface ReadParameterType {
|
|
1626
|
+
/**
|
|
1627
|
+
* Handle of the stream to read.
|
|
1628
|
+
*/
|
|
1629
|
+
handle: StreamHandle;
|
|
1630
|
+
/**
|
|
1631
|
+
* Seek to the specified offset before reading (if not specified, proceed with offset
|
|
1632
|
+
* following the last read). Some types of streams may only support sequential reads.
|
|
1633
|
+
*/
|
|
1634
|
+
offset?: number | undefined;
|
|
1635
|
+
/**
|
|
1636
|
+
* Maximum number of bytes to read (left upon the agent discretion if not specified).
|
|
1637
|
+
*/
|
|
1638
|
+
size?: number | undefined;
|
|
1639
|
+
}
|
|
1640
|
+
interface CloseParameterType {
|
|
1641
|
+
/**
|
|
1642
|
+
* Handle of the stream to close.
|
|
1643
|
+
*/
|
|
1644
|
+
handle: StreamHandle;
|
|
1645
|
+
}
|
|
1646
|
+
interface ReadReturnType {
|
|
1647
|
+
/**
|
|
1648
|
+
* Data that were read.
|
|
1649
|
+
*/
|
|
1650
|
+
data: string;
|
|
1651
|
+
/**
|
|
1652
|
+
* Set if the end-of-file condition occurred while reading.
|
|
1653
|
+
*/
|
|
1654
|
+
eof: boolean;
|
|
1655
|
+
}
|
|
1656
|
+
}
|
|
1657
|
+
namespace Network {
|
|
1658
|
+
/**
|
|
1659
|
+
* Resource type as it was perceived by the rendering engine.
|
|
1660
|
+
*/
|
|
1661
|
+
type ResourceType = string;
|
|
1662
|
+
/**
|
|
1663
|
+
* Unique request identifier.
|
|
1664
|
+
*/
|
|
1665
|
+
type RequestId = string;
|
|
1666
|
+
/**
|
|
1667
|
+
* UTC time in seconds, counted from January 1, 1970.
|
|
1668
|
+
*/
|
|
1669
|
+
type TimeSinceEpoch = number;
|
|
1670
|
+
/**
|
|
1671
|
+
* Monotonically increasing time in seconds since an arbitrary point in the past.
|
|
1672
|
+
*/
|
|
1673
|
+
type MonotonicTime = number;
|
|
1674
|
+
/**
|
|
1675
|
+
* Information about the request initiator.
|
|
1676
|
+
*/
|
|
1677
|
+
interface Initiator {
|
|
1678
|
+
/**
|
|
1679
|
+
* Type of this initiator.
|
|
1680
|
+
*/
|
|
1681
|
+
type: string;
|
|
1682
|
+
/**
|
|
1683
|
+
* Initiator JavaScript stack trace, set for Script only.
|
|
1684
|
+
* Requires the Debugger domain to be enabled.
|
|
1685
|
+
*/
|
|
1686
|
+
stack?: Runtime.StackTrace | undefined;
|
|
1687
|
+
/**
|
|
1688
|
+
* Initiator URL, set for Parser type or for Script type (when script is importing module) or for SignedExchange type.
|
|
1689
|
+
*/
|
|
1690
|
+
url?: string | undefined;
|
|
1691
|
+
/**
|
|
1692
|
+
* Initiator line number, set for Parser type or for Script type (when script is importing
|
|
1693
|
+
* module) (0-based).
|
|
1694
|
+
*/
|
|
1695
|
+
lineNumber?: number | undefined;
|
|
1696
|
+
/**
|
|
1697
|
+
* Initiator column number, set for Parser type or for Script type (when script is importing
|
|
1698
|
+
* module) (0-based).
|
|
1699
|
+
*/
|
|
1700
|
+
columnNumber?: number | undefined;
|
|
1701
|
+
/**
|
|
1702
|
+
* Set if another request triggered this request (e.g. preflight).
|
|
1703
|
+
*/
|
|
1704
|
+
requestId?: RequestId | undefined;
|
|
1705
|
+
}
|
|
1706
|
+
/**
|
|
1707
|
+
* HTTP request data.
|
|
1708
|
+
*/
|
|
1709
|
+
interface Request {
|
|
1710
|
+
url: string;
|
|
1711
|
+
method: string;
|
|
1712
|
+
headers: Headers;
|
|
1713
|
+
hasPostData: boolean;
|
|
1714
|
+
}
|
|
1715
|
+
/**
|
|
1716
|
+
* HTTP response data.
|
|
1717
|
+
*/
|
|
1718
|
+
interface Response {
|
|
1719
|
+
url: string;
|
|
1720
|
+
status: number;
|
|
1721
|
+
statusText: string;
|
|
1722
|
+
headers: Headers;
|
|
1723
|
+
mimeType: string;
|
|
1724
|
+
charset: string;
|
|
1725
|
+
}
|
|
1726
|
+
/**
|
|
1727
|
+
* Request / response headers as keys / values of JSON object.
|
|
1728
|
+
*/
|
|
1729
|
+
interface Headers {
|
|
1730
|
+
}
|
|
1731
|
+
interface LoadNetworkResourcePageResult {
|
|
1732
|
+
success: boolean;
|
|
1733
|
+
stream?: IO.StreamHandle | undefined;
|
|
1734
|
+
}
|
|
1735
|
+
/**
|
|
1736
|
+
* WebSocket response data.
|
|
1737
|
+
*/
|
|
1738
|
+
interface WebSocketResponse {
|
|
1739
|
+
/**
|
|
1740
|
+
* HTTP response status code.
|
|
1741
|
+
*/
|
|
1742
|
+
status: number;
|
|
1743
|
+
/**
|
|
1744
|
+
* HTTP response status text.
|
|
1745
|
+
*/
|
|
1746
|
+
statusText: string;
|
|
1747
|
+
/**
|
|
1748
|
+
* HTTP response headers.
|
|
1749
|
+
*/
|
|
1750
|
+
headers: Headers;
|
|
1751
|
+
}
|
|
1752
|
+
interface EnableParameterType {
|
|
1753
|
+
/**
|
|
1754
|
+
* Buffer size in bytes to use when preserving network payloads (XHRs, etc).
|
|
1755
|
+
* @experimental
|
|
1756
|
+
*/
|
|
1757
|
+
maxTotalBufferSize?: number | undefined;
|
|
1758
|
+
/**
|
|
1759
|
+
* Per-resource buffer size in bytes to use when preserving network payloads (XHRs, etc).
|
|
1760
|
+
* @experimental
|
|
1761
|
+
*/
|
|
1762
|
+
maxResourceBufferSize?: number | undefined;
|
|
1763
|
+
}
|
|
1764
|
+
interface GetRequestPostDataParameterType {
|
|
1765
|
+
/**
|
|
1766
|
+
* Identifier of the network request to get content for.
|
|
1767
|
+
*/
|
|
1768
|
+
requestId: RequestId;
|
|
1769
|
+
}
|
|
1770
|
+
interface GetResponseBodyParameterType {
|
|
1771
|
+
/**
|
|
1772
|
+
* Identifier of the network request to get content for.
|
|
1773
|
+
*/
|
|
1774
|
+
requestId: RequestId;
|
|
1775
|
+
}
|
|
1776
|
+
interface StreamResourceContentParameterType {
|
|
1777
|
+
/**
|
|
1778
|
+
* Identifier of the request to stream.
|
|
1779
|
+
*/
|
|
1780
|
+
requestId: RequestId;
|
|
1781
|
+
}
|
|
1782
|
+
interface LoadNetworkResourceParameterType {
|
|
1783
|
+
/**
|
|
1784
|
+
* URL of the resource to get content for.
|
|
1785
|
+
*/
|
|
1786
|
+
url: string;
|
|
1787
|
+
}
|
|
1788
|
+
interface GetRequestPostDataReturnType {
|
|
1789
|
+
/**
|
|
1790
|
+
* Request body string, omitting files from multipart requests
|
|
1791
|
+
*/
|
|
1792
|
+
postData: string;
|
|
1793
|
+
}
|
|
1794
|
+
interface GetResponseBodyReturnType {
|
|
1795
|
+
/**
|
|
1796
|
+
* Response body.
|
|
1797
|
+
*/
|
|
1798
|
+
body: string;
|
|
1799
|
+
/**
|
|
1800
|
+
* True, if content was sent as base64.
|
|
1801
|
+
*/
|
|
1802
|
+
base64Encoded: boolean;
|
|
1803
|
+
}
|
|
1804
|
+
interface StreamResourceContentReturnType {
|
|
1805
|
+
/**
|
|
1806
|
+
* Data that has been buffered until streaming is enabled.
|
|
1807
|
+
*/
|
|
1808
|
+
bufferedData: string;
|
|
1809
|
+
}
|
|
1810
|
+
interface LoadNetworkResourceReturnType {
|
|
1811
|
+
resource: LoadNetworkResourcePageResult;
|
|
1812
|
+
}
|
|
1813
|
+
interface RequestWillBeSentEventDataType {
|
|
1814
|
+
/**
|
|
1815
|
+
* Request identifier.
|
|
1816
|
+
*/
|
|
1817
|
+
requestId: RequestId;
|
|
1818
|
+
/**
|
|
1819
|
+
* Request data.
|
|
1820
|
+
*/
|
|
1821
|
+
request: Request;
|
|
1822
|
+
/**
|
|
1823
|
+
* Request initiator.
|
|
1824
|
+
*/
|
|
1825
|
+
initiator: Initiator;
|
|
1826
|
+
/**
|
|
1827
|
+
* Timestamp.
|
|
1828
|
+
*/
|
|
1829
|
+
timestamp: MonotonicTime;
|
|
1830
|
+
/**
|
|
1831
|
+
* Timestamp.
|
|
1832
|
+
*/
|
|
1833
|
+
wallTime: TimeSinceEpoch;
|
|
1834
|
+
}
|
|
1835
|
+
interface ResponseReceivedEventDataType {
|
|
1836
|
+
/**
|
|
1837
|
+
* Request identifier.
|
|
1838
|
+
*/
|
|
1839
|
+
requestId: RequestId;
|
|
1840
|
+
/**
|
|
1841
|
+
* Timestamp.
|
|
1842
|
+
*/
|
|
1843
|
+
timestamp: MonotonicTime;
|
|
1844
|
+
/**
|
|
1845
|
+
* Resource type.
|
|
1846
|
+
*/
|
|
1847
|
+
type: ResourceType;
|
|
1848
|
+
/**
|
|
1849
|
+
* Response data.
|
|
1850
|
+
*/
|
|
1851
|
+
response: Response;
|
|
1852
|
+
}
|
|
1853
|
+
interface LoadingFailedEventDataType {
|
|
1854
|
+
/**
|
|
1855
|
+
* Request identifier.
|
|
1856
|
+
*/
|
|
1857
|
+
requestId: RequestId;
|
|
1858
|
+
/**
|
|
1859
|
+
* Timestamp.
|
|
1860
|
+
*/
|
|
1861
|
+
timestamp: MonotonicTime;
|
|
1862
|
+
/**
|
|
1863
|
+
* Resource type.
|
|
1864
|
+
*/
|
|
1865
|
+
type: ResourceType;
|
|
1866
|
+
/**
|
|
1867
|
+
* Error message.
|
|
1868
|
+
*/
|
|
1869
|
+
errorText: string;
|
|
1870
|
+
}
|
|
1871
|
+
interface LoadingFinishedEventDataType {
|
|
1872
|
+
/**
|
|
1873
|
+
* Request identifier.
|
|
1874
|
+
*/
|
|
1875
|
+
requestId: RequestId;
|
|
1876
|
+
/**
|
|
1877
|
+
* Timestamp.
|
|
1878
|
+
*/
|
|
1879
|
+
timestamp: MonotonicTime;
|
|
1880
|
+
}
|
|
1881
|
+
interface DataReceivedEventDataType {
|
|
1882
|
+
/**
|
|
1883
|
+
* Request identifier.
|
|
1884
|
+
*/
|
|
1885
|
+
requestId: RequestId;
|
|
1886
|
+
/**
|
|
1887
|
+
* Timestamp.
|
|
1888
|
+
*/
|
|
1889
|
+
timestamp: MonotonicTime;
|
|
1890
|
+
/**
|
|
1891
|
+
* Data chunk length.
|
|
1892
|
+
*/
|
|
1893
|
+
dataLength: number;
|
|
1894
|
+
/**
|
|
1895
|
+
* Actual bytes received (might be less than dataLength for compressed encodings).
|
|
1896
|
+
*/
|
|
1897
|
+
encodedDataLength: number;
|
|
1898
|
+
/**
|
|
1899
|
+
* Data that was received.
|
|
1900
|
+
* @experimental
|
|
1901
|
+
*/
|
|
1902
|
+
data?: string | undefined;
|
|
1903
|
+
}
|
|
1904
|
+
interface WebSocketCreatedEventDataType {
|
|
1905
|
+
/**
|
|
1906
|
+
* Request identifier.
|
|
1907
|
+
*/
|
|
1908
|
+
requestId: RequestId;
|
|
1909
|
+
/**
|
|
1910
|
+
* WebSocket request URL.
|
|
1911
|
+
*/
|
|
1912
|
+
url: string;
|
|
1913
|
+
/**
|
|
1914
|
+
* Request initiator.
|
|
1915
|
+
*/
|
|
1916
|
+
initiator: Initiator;
|
|
1917
|
+
}
|
|
1918
|
+
interface WebSocketClosedEventDataType {
|
|
1919
|
+
/**
|
|
1920
|
+
* Request identifier.
|
|
1921
|
+
*/
|
|
1922
|
+
requestId: RequestId;
|
|
1923
|
+
/**
|
|
1924
|
+
* Timestamp.
|
|
1925
|
+
*/
|
|
1926
|
+
timestamp: MonotonicTime;
|
|
1927
|
+
}
|
|
1928
|
+
interface WebSocketHandshakeResponseReceivedEventDataType {
|
|
1929
|
+
/**
|
|
1930
|
+
* Request identifier.
|
|
1931
|
+
*/
|
|
1932
|
+
requestId: RequestId;
|
|
1933
|
+
/**
|
|
1934
|
+
* Timestamp.
|
|
1935
|
+
*/
|
|
1936
|
+
timestamp: MonotonicTime;
|
|
1937
|
+
/**
|
|
1938
|
+
* WebSocket response data.
|
|
1939
|
+
*/
|
|
1940
|
+
response: WebSocketResponse;
|
|
1941
|
+
}
|
|
1942
|
+
}
|
|
1943
|
+
namespace NodeRuntime {
|
|
1944
|
+
interface NotifyWhenWaitingForDisconnectParameterType {
|
|
1945
|
+
enabled: boolean;
|
|
1946
|
+
}
|
|
1947
|
+
}
|
|
1948
|
+
namespace NodeTracing {
|
|
1949
|
+
interface TraceConfig {
|
|
1950
|
+
/**
|
|
1951
|
+
* Controls how the trace buffer stores data.
|
|
1952
|
+
*/
|
|
1953
|
+
recordMode?: string | undefined;
|
|
1954
|
+
/**
|
|
1955
|
+
* Included category filters.
|
|
1956
|
+
*/
|
|
1957
|
+
includedCategories: string[];
|
|
1958
|
+
}
|
|
1959
|
+
interface StartParameterType {
|
|
1960
|
+
traceConfig: TraceConfig;
|
|
1961
|
+
}
|
|
1962
|
+
interface GetCategoriesReturnType {
|
|
1963
|
+
/**
|
|
1964
|
+
* A list of supported tracing categories.
|
|
1965
|
+
*/
|
|
1966
|
+
categories: string[];
|
|
1967
|
+
}
|
|
1968
|
+
interface DataCollectedEventDataType {
|
|
1969
|
+
value: object[];
|
|
1970
|
+
}
|
|
1971
|
+
}
|
|
1972
|
+
namespace NodeWorker {
|
|
1973
|
+
type WorkerID = string;
|
|
1974
|
+
/**
|
|
1975
|
+
* Unique identifier of attached debugging session.
|
|
1976
|
+
*/
|
|
1977
|
+
type SessionID = string;
|
|
1978
|
+
interface WorkerInfo {
|
|
1979
|
+
workerId: WorkerID;
|
|
1980
|
+
type: string;
|
|
1981
|
+
title: string;
|
|
1982
|
+
url: string;
|
|
1983
|
+
}
|
|
1984
|
+
interface SendMessageToWorkerParameterType {
|
|
1985
|
+
message: string;
|
|
1986
|
+
/**
|
|
1987
|
+
* Identifier of the session.
|
|
1988
|
+
*/
|
|
1989
|
+
sessionId: SessionID;
|
|
1990
|
+
}
|
|
1991
|
+
interface EnableParameterType {
|
|
1992
|
+
/**
|
|
1993
|
+
* Whether to new workers should be paused until the frontend sends `Runtime.runIfWaitingForDebugger`
|
|
1994
|
+
* message to run them.
|
|
1995
|
+
*/
|
|
1996
|
+
waitForDebuggerOnStart: boolean;
|
|
1997
|
+
}
|
|
1998
|
+
interface DetachParameterType {
|
|
1999
|
+
sessionId: SessionID;
|
|
2000
|
+
}
|
|
2001
|
+
interface AttachedToWorkerEventDataType {
|
|
2002
|
+
/**
|
|
2003
|
+
* Identifier assigned to the session used to send/receive messages.
|
|
2004
|
+
*/
|
|
2005
|
+
sessionId: SessionID;
|
|
2006
|
+
workerInfo: WorkerInfo;
|
|
2007
|
+
waitingForDebugger: boolean;
|
|
2008
|
+
}
|
|
2009
|
+
interface DetachedFromWorkerEventDataType {
|
|
2010
|
+
/**
|
|
2011
|
+
* Detached session identifier.
|
|
2012
|
+
*/
|
|
2013
|
+
sessionId: SessionID;
|
|
2014
|
+
}
|
|
2015
|
+
interface ReceivedMessageFromWorkerEventDataType {
|
|
2016
|
+
/**
|
|
2017
|
+
* Identifier of a session which sends a message.
|
|
2018
|
+
*/
|
|
2019
|
+
sessionId: SessionID;
|
|
2020
|
+
message: string;
|
|
2021
|
+
}
|
|
2022
|
+
}
|
|
2023
|
+
namespace Target {
|
|
2024
|
+
type SessionID = string;
|
|
2025
|
+
type TargetID = string;
|
|
2026
|
+
interface TargetInfo {
|
|
2027
|
+
targetId: TargetID;
|
|
2028
|
+
type: string;
|
|
2029
|
+
title: string;
|
|
2030
|
+
url: string;
|
|
2031
|
+
attached: boolean;
|
|
2032
|
+
canAccessOpener: boolean;
|
|
2033
|
+
}
|
|
2034
|
+
interface SetAutoAttachParameterType {
|
|
2035
|
+
autoAttach: boolean;
|
|
2036
|
+
waitForDebuggerOnStart: boolean;
|
|
2037
|
+
}
|
|
2038
|
+
interface TargetCreatedEventDataType {
|
|
2039
|
+
targetInfo: TargetInfo;
|
|
2040
|
+
}
|
|
2041
|
+
interface AttachedToTargetEventDataType {
|
|
2042
|
+
sessionId: SessionID;
|
|
2043
|
+
targetInfo: TargetInfo;
|
|
2044
|
+
waitingForDebugger: boolean;
|
|
2045
|
+
}
|
|
2046
|
+
}
|
|
2047
|
+
namespace DOMStorage {
|
|
2048
|
+
type SerializedStorageKey = string;
|
|
2049
|
+
/**
|
|
2050
|
+
* DOM Storage identifier.
|
|
2051
|
+
*/
|
|
2052
|
+
interface StorageId {
|
|
2053
|
+
/**
|
|
2054
|
+
* Security origin for the storage.
|
|
2055
|
+
*/
|
|
2056
|
+
securityOrigin?: string | undefined;
|
|
2057
|
+
/**
|
|
2058
|
+
* Represents a key by which DOM Storage keys its CachedStorageAreas
|
|
2059
|
+
*/
|
|
2060
|
+
storageKey?: SerializedStorageKey | undefined;
|
|
2061
|
+
/**
|
|
2062
|
+
* Whether the storage is local storage (not session storage).
|
|
2063
|
+
*/
|
|
2064
|
+
isLocalStorage: boolean;
|
|
2065
|
+
}
|
|
2066
|
+
/**
|
|
2067
|
+
* DOM Storage item.
|
|
2068
|
+
*/
|
|
2069
|
+
type Item = string[];
|
|
2070
|
+
interface ClearParameterType {
|
|
2071
|
+
storageId: StorageId;
|
|
2072
|
+
}
|
|
2073
|
+
interface GetDOMStorageItemsParameterType {
|
|
2074
|
+
storageId: StorageId;
|
|
2075
|
+
}
|
|
2076
|
+
interface RemoveDOMStorageItemParameterType {
|
|
2077
|
+
storageId: StorageId;
|
|
2078
|
+
key: string;
|
|
2079
|
+
}
|
|
2080
|
+
interface SetDOMStorageItemParameterType {
|
|
2081
|
+
storageId: StorageId;
|
|
2082
|
+
key: string;
|
|
2083
|
+
value: string;
|
|
2084
|
+
}
|
|
2085
|
+
interface GetDOMStorageItemsReturnType {
|
|
2086
|
+
entries: Item[];
|
|
2087
|
+
}
|
|
2088
|
+
interface DomStorageItemAddedEventDataType {
|
|
2089
|
+
storageId: StorageId;
|
|
2090
|
+
key: string;
|
|
2091
|
+
newValue: string;
|
|
2092
|
+
}
|
|
2093
|
+
interface DomStorageItemRemovedEventDataType {
|
|
2094
|
+
storageId: StorageId;
|
|
2095
|
+
key: string;
|
|
2096
|
+
}
|
|
2097
|
+
interface DomStorageItemUpdatedEventDataType {
|
|
2098
|
+
storageId: StorageId;
|
|
2099
|
+
key: string;
|
|
2100
|
+
oldValue: string;
|
|
2101
|
+
newValue: string;
|
|
2102
|
+
}
|
|
2103
|
+
interface DomStorageItemsClearedEventDataType {
|
|
2104
|
+
storageId: StorageId;
|
|
2105
|
+
}
|
|
2106
|
+
}
|
|
2107
|
+
namespace Storage {
|
|
2108
|
+
type SerializedStorageKey = string;
|
|
2109
|
+
interface GetStorageKeyParameterType {
|
|
2110
|
+
frameId?: string | undefined;
|
|
2111
|
+
}
|
|
2112
|
+
interface GetStorageKeyReturnType {
|
|
2113
|
+
storageKey: SerializedStorageKey;
|
|
2114
|
+
}
|
|
2115
|
+
}
|
|
2116
|
+
interface Session {
|
|
2117
|
+
/**
|
|
2118
|
+
* Posts a message to the inspector back-end. `callback` will be notified when
|
|
2119
|
+
* a response is received. `callback` is a function that accepts two optional
|
|
2120
|
+
* arguments: error and message-specific result.
|
|
2121
|
+
*
|
|
2122
|
+
* ```js
|
|
2123
|
+
* session.post('Runtime.evaluate', { expression: '2 + 2' },
|
|
2124
|
+
* (error, { result }) => console.log(result));
|
|
2125
|
+
* // Output: { type: 'number', value: 4, description: '4' }
|
|
2126
|
+
* ```
|
|
2127
|
+
*
|
|
2128
|
+
* The latest version of the V8 inspector protocol is published on the
|
|
2129
|
+
* [Chrome DevTools Protocol Viewer](https://chromedevtools.github.io/devtools-protocol/v8/).
|
|
2130
|
+
*
|
|
2131
|
+
* Node.js inspector supports all the Chrome DevTools Protocol domains declared
|
|
2132
|
+
* by V8. Chrome DevTools Protocol domain provides an interface for interacting
|
|
2133
|
+
* with one of the runtime agents used to inspect the application state and listen
|
|
2134
|
+
* to the run-time events.
|
|
2135
|
+
*/
|
|
2136
|
+
post(method: string, callback?: (err: Error | null, params?: object) => void): void;
|
|
2137
|
+
post(method: string, params?: object, callback?: (err: Error | null, params?: object) => void): void;
|
|
2138
|
+
/**
|
|
2139
|
+
* Returns supported domains.
|
|
2140
|
+
*/
|
|
2141
|
+
post(method: "Schema.getDomains", callback?: (err: Error | null, params: Schema.GetDomainsReturnType) => void): void;
|
|
2142
|
+
/**
|
|
2143
|
+
* Evaluates expression on global object.
|
|
2144
|
+
*/
|
|
2145
|
+
post(method: "Runtime.evaluate", params?: Runtime.EvaluateParameterType, callback?: (err: Error | null, params: Runtime.EvaluateReturnType) => void): void;
|
|
2146
|
+
post(method: "Runtime.evaluate", callback?: (err: Error | null, params: Runtime.EvaluateReturnType) => void): void;
|
|
2147
|
+
/**
|
|
2148
|
+
* Add handler to promise with given promise object id.
|
|
2149
|
+
*/
|
|
2150
|
+
post(method: "Runtime.awaitPromise", params?: Runtime.AwaitPromiseParameterType, callback?: (err: Error | null, params: Runtime.AwaitPromiseReturnType) => void): void;
|
|
2151
|
+
post(method: "Runtime.awaitPromise", callback?: (err: Error | null, params: Runtime.AwaitPromiseReturnType) => void): void;
|
|
2152
|
+
/**
|
|
2153
|
+
* Calls function with given declaration on the given object. Object group of the result is inherited from the target object.
|
|
2154
|
+
*/
|
|
2155
|
+
post(method: "Runtime.callFunctionOn", params?: Runtime.CallFunctionOnParameterType, callback?: (err: Error | null, params: Runtime.CallFunctionOnReturnType) => void): void;
|
|
2156
|
+
post(method: "Runtime.callFunctionOn", callback?: (err: Error | null, params: Runtime.CallFunctionOnReturnType) => void): void;
|
|
2157
|
+
/**
|
|
2158
|
+
* Returns properties of a given object. Object group of the result is inherited from the target object.
|
|
2159
|
+
*/
|
|
2160
|
+
post(method: "Runtime.getProperties", params?: Runtime.GetPropertiesParameterType, callback?: (err: Error | null, params: Runtime.GetPropertiesReturnType) => void): void;
|
|
2161
|
+
post(method: "Runtime.getProperties", callback?: (err: Error | null, params: Runtime.GetPropertiesReturnType) => void): void;
|
|
2162
|
+
/**
|
|
2163
|
+
* Releases remote object with given id.
|
|
2164
|
+
*/
|
|
2165
|
+
post(method: "Runtime.releaseObject", params?: Runtime.ReleaseObjectParameterType, callback?: (err: Error | null) => void): void;
|
|
2166
|
+
post(method: "Runtime.releaseObject", callback?: (err: Error | null) => void): void;
|
|
2167
|
+
/**
|
|
2168
|
+
* Releases all remote objects that belong to a given group.
|
|
2169
|
+
*/
|
|
2170
|
+
post(method: "Runtime.releaseObjectGroup", params?: Runtime.ReleaseObjectGroupParameterType, callback?: (err: Error | null) => void): void;
|
|
2171
|
+
post(method: "Runtime.releaseObjectGroup", callback?: (err: Error | null) => void): void;
|
|
2172
|
+
/**
|
|
2173
|
+
* Tells inspected instance to run if it was waiting for debugger to attach.
|
|
2174
|
+
*/
|
|
2175
|
+
post(method: "Runtime.runIfWaitingForDebugger", callback?: (err: Error | null) => void): void;
|
|
2176
|
+
/**
|
|
2177
|
+
* Enables reporting of execution contexts creation by means of <code>executionContextCreated</code> event. When the reporting gets enabled the event will be sent immediately for each existing execution context.
|
|
2178
|
+
*/
|
|
2179
|
+
post(method: "Runtime.enable", callback?: (err: Error | null) => void): void;
|
|
2180
|
+
/**
|
|
2181
|
+
* Disables reporting of execution contexts creation.
|
|
2182
|
+
*/
|
|
2183
|
+
post(method: "Runtime.disable", callback?: (err: Error | null) => void): void;
|
|
2184
|
+
/**
|
|
2185
|
+
* Discards collected exceptions and console API calls.
|
|
2186
|
+
*/
|
|
2187
|
+
post(method: "Runtime.discardConsoleEntries", callback?: (err: Error | null) => void): void;
|
|
2188
|
+
/**
|
|
2189
|
+
* @experimental
|
|
2190
|
+
*/
|
|
2191
|
+
post(method: "Runtime.setCustomObjectFormatterEnabled", params?: Runtime.SetCustomObjectFormatterEnabledParameterType, callback?: (err: Error | null) => void): void;
|
|
2192
|
+
post(method: "Runtime.setCustomObjectFormatterEnabled", callback?: (err: Error | null) => void): void;
|
|
2193
|
+
/**
|
|
2194
|
+
* Compiles expression.
|
|
2195
|
+
*/
|
|
2196
|
+
post(method: "Runtime.compileScript", params?: Runtime.CompileScriptParameterType, callback?: (err: Error | null, params: Runtime.CompileScriptReturnType) => void): void;
|
|
2197
|
+
post(method: "Runtime.compileScript", callback?: (err: Error | null, params: Runtime.CompileScriptReturnType) => void): void;
|
|
2198
|
+
/**
|
|
2199
|
+
* Runs script with given id in a given context.
|
|
2200
|
+
*/
|
|
2201
|
+
post(method: "Runtime.runScript", params?: Runtime.RunScriptParameterType, callback?: (err: Error | null, params: Runtime.RunScriptReturnType) => void): void;
|
|
2202
|
+
post(method: "Runtime.runScript", callback?: (err: Error | null, params: Runtime.RunScriptReturnType) => void): void;
|
|
2203
|
+
post(method: "Runtime.queryObjects", params?: Runtime.QueryObjectsParameterType, callback?: (err: Error | null, params: Runtime.QueryObjectsReturnType) => void): void;
|
|
2204
|
+
post(method: "Runtime.queryObjects", callback?: (err: Error | null, params: Runtime.QueryObjectsReturnType) => void): void;
|
|
2205
|
+
/**
|
|
2206
|
+
* Returns all let, const and class variables from global scope.
|
|
2207
|
+
*/
|
|
2208
|
+
post(
|
|
2209
|
+
method: "Runtime.globalLexicalScopeNames",
|
|
2210
|
+
params?: Runtime.GlobalLexicalScopeNamesParameterType,
|
|
2211
|
+
callback?: (err: Error | null, params: Runtime.GlobalLexicalScopeNamesReturnType) => void
|
|
2212
|
+
): void;
|
|
2213
|
+
post(method: "Runtime.globalLexicalScopeNames", callback?: (err: Error | null, params: Runtime.GlobalLexicalScopeNamesReturnType) => void): void;
|
|
2214
|
+
/**
|
|
2215
|
+
* Enables debugger for the given page. Clients should not assume that the debugging has been enabled until the result for this command is received.
|
|
2216
|
+
*/
|
|
2217
|
+
post(method: "Debugger.enable", callback?: (err: Error | null, params: Debugger.EnableReturnType) => void): void;
|
|
2218
|
+
/**
|
|
2219
|
+
* Disables debugger for given page.
|
|
2220
|
+
*/
|
|
2221
|
+
post(method: "Debugger.disable", callback?: (err: Error | null) => void): void;
|
|
2222
|
+
/**
|
|
2223
|
+
* Activates / deactivates all breakpoints on the page.
|
|
2224
|
+
*/
|
|
2225
|
+
post(method: "Debugger.setBreakpointsActive", params?: Debugger.SetBreakpointsActiveParameterType, callback?: (err: Error | null) => void): void;
|
|
2226
|
+
post(method: "Debugger.setBreakpointsActive", callback?: (err: Error | null) => void): void;
|
|
2227
|
+
/**
|
|
2228
|
+
* Makes page not interrupt on any pauses (breakpoint, exception, dom exception etc).
|
|
2229
|
+
*/
|
|
2230
|
+
post(method: "Debugger.setSkipAllPauses", params?: Debugger.SetSkipAllPausesParameterType, callback?: (err: Error | null) => void): void;
|
|
2231
|
+
post(method: "Debugger.setSkipAllPauses", callback?: (err: Error | null) => void): void;
|
|
2232
|
+
/**
|
|
2233
|
+
* Sets JavaScript breakpoint at given location specified either by URL or URL regex. Once this command is issued, all existing parsed scripts will have breakpoints resolved and returned in <code>locations</code> property. Further matching script parsing will result in subsequent <code>breakpointResolved</code> events issued. This logical breakpoint will survive page reloads.
|
|
2234
|
+
*/
|
|
2235
|
+
post(method: "Debugger.setBreakpointByUrl", params?: Debugger.SetBreakpointByUrlParameterType, callback?: (err: Error | null, params: Debugger.SetBreakpointByUrlReturnType) => void): void;
|
|
2236
|
+
post(method: "Debugger.setBreakpointByUrl", callback?: (err: Error | null, params: Debugger.SetBreakpointByUrlReturnType) => void): void;
|
|
2237
|
+
/**
|
|
2238
|
+
* Sets JavaScript breakpoint at a given location.
|
|
2239
|
+
*/
|
|
2240
|
+
post(method: "Debugger.setBreakpoint", params?: Debugger.SetBreakpointParameterType, callback?: (err: Error | null, params: Debugger.SetBreakpointReturnType) => void): void;
|
|
2241
|
+
post(method: "Debugger.setBreakpoint", callback?: (err: Error | null, params: Debugger.SetBreakpointReturnType) => void): void;
|
|
2242
|
+
/**
|
|
2243
|
+
* Removes JavaScript breakpoint.
|
|
2244
|
+
*/
|
|
2245
|
+
post(method: "Debugger.removeBreakpoint", params?: Debugger.RemoveBreakpointParameterType, callback?: (err: Error | null) => void): void;
|
|
2246
|
+
post(method: "Debugger.removeBreakpoint", callback?: (err: Error | null) => void): void;
|
|
2247
|
+
/**
|
|
2248
|
+
* Returns possible locations for breakpoint. scriptId in start and end range locations should be the same.
|
|
2249
|
+
*/
|
|
2250
|
+
post(
|
|
2251
|
+
method: "Debugger.getPossibleBreakpoints",
|
|
2252
|
+
params?: Debugger.GetPossibleBreakpointsParameterType,
|
|
2253
|
+
callback?: (err: Error | null, params: Debugger.GetPossibleBreakpointsReturnType) => void
|
|
2254
|
+
): void;
|
|
2255
|
+
post(method: "Debugger.getPossibleBreakpoints", callback?: (err: Error | null, params: Debugger.GetPossibleBreakpointsReturnType) => void): void;
|
|
2256
|
+
/**
|
|
2257
|
+
* Continues execution until specific location is reached.
|
|
2258
|
+
*/
|
|
2259
|
+
post(method: "Debugger.continueToLocation", params?: Debugger.ContinueToLocationParameterType, callback?: (err: Error | null) => void): void;
|
|
2260
|
+
post(method: "Debugger.continueToLocation", callback?: (err: Error | null) => void): void;
|
|
2261
|
+
/**
|
|
2262
|
+
* @experimental
|
|
2263
|
+
*/
|
|
2264
|
+
post(method: "Debugger.pauseOnAsyncCall", params?: Debugger.PauseOnAsyncCallParameterType, callback?: (err: Error | null) => void): void;
|
|
2265
|
+
post(method: "Debugger.pauseOnAsyncCall", callback?: (err: Error | null) => void): void;
|
|
2266
|
+
/**
|
|
2267
|
+
* Steps over the statement.
|
|
2268
|
+
*/
|
|
2269
|
+
post(method: "Debugger.stepOver", callback?: (err: Error | null) => void): void;
|
|
2270
|
+
/**
|
|
2271
|
+
* Steps into the function call.
|
|
2272
|
+
*/
|
|
2273
|
+
post(method: "Debugger.stepInto", params?: Debugger.StepIntoParameterType, callback?: (err: Error | null) => void): void;
|
|
2274
|
+
post(method: "Debugger.stepInto", callback?: (err: Error | null) => void): void;
|
|
2275
|
+
/**
|
|
2276
|
+
* Steps out of the function call.
|
|
2277
|
+
*/
|
|
2278
|
+
post(method: "Debugger.stepOut", callback?: (err: Error | null) => void): void;
|
|
2279
|
+
/**
|
|
2280
|
+
* Stops on the next JavaScript statement.
|
|
2281
|
+
*/
|
|
2282
|
+
post(method: "Debugger.pause", callback?: (err: Error | null) => void): void;
|
|
2283
|
+
/**
|
|
2284
|
+
* This method is deprecated - use Debugger.stepInto with breakOnAsyncCall and Debugger.pauseOnAsyncTask instead. Steps into next scheduled async task if any is scheduled before next pause. Returns success when async task is actually scheduled, returns error if no task were scheduled or another scheduleStepIntoAsync was called.
|
|
2285
|
+
* @experimental
|
|
2286
|
+
*/
|
|
2287
|
+
post(method: "Debugger.scheduleStepIntoAsync", callback?: (err: Error | null) => void): void;
|
|
2288
|
+
/**
|
|
2289
|
+
* Resumes JavaScript execution.
|
|
2290
|
+
*/
|
|
2291
|
+
post(method: "Debugger.resume", callback?: (err: Error | null) => void): void;
|
|
2292
|
+
/**
|
|
2293
|
+
* Returns stack trace with given <code>stackTraceId</code>.
|
|
2294
|
+
* @experimental
|
|
2295
|
+
*/
|
|
2296
|
+
post(method: "Debugger.getStackTrace", params?: Debugger.GetStackTraceParameterType, callback?: (err: Error | null, params: Debugger.GetStackTraceReturnType) => void): void;
|
|
2297
|
+
post(method: "Debugger.getStackTrace", callback?: (err: Error | null, params: Debugger.GetStackTraceReturnType) => void): void;
|
|
2298
|
+
/**
|
|
2299
|
+
* Searches for given string in script content.
|
|
2300
|
+
*/
|
|
2301
|
+
post(method: "Debugger.searchInContent", params?: Debugger.SearchInContentParameterType, callback?: (err: Error | null, params: Debugger.SearchInContentReturnType) => void): void;
|
|
2302
|
+
post(method: "Debugger.searchInContent", callback?: (err: Error | null, params: Debugger.SearchInContentReturnType) => void): void;
|
|
2303
|
+
/**
|
|
2304
|
+
* Edits JavaScript source live.
|
|
2305
|
+
*/
|
|
2306
|
+
post(method: "Debugger.setScriptSource", params?: Debugger.SetScriptSourceParameterType, callback?: (err: Error | null, params: Debugger.SetScriptSourceReturnType) => void): void;
|
|
2307
|
+
post(method: "Debugger.setScriptSource", callback?: (err: Error | null, params: Debugger.SetScriptSourceReturnType) => void): void;
|
|
2308
|
+
/**
|
|
2309
|
+
* Restarts particular call frame from the beginning.
|
|
2310
|
+
*/
|
|
2311
|
+
post(method: "Debugger.restartFrame", params?: Debugger.RestartFrameParameterType, callback?: (err: Error | null, params: Debugger.RestartFrameReturnType) => void): void;
|
|
2312
|
+
post(method: "Debugger.restartFrame", callback?: (err: Error | null, params: Debugger.RestartFrameReturnType) => void): void;
|
|
2313
|
+
/**
|
|
2314
|
+
* Returns source for the script with given id.
|
|
2315
|
+
*/
|
|
2316
|
+
post(method: "Debugger.getScriptSource", params?: Debugger.GetScriptSourceParameterType, callback?: (err: Error | null, params: Debugger.GetScriptSourceReturnType) => void): void;
|
|
2317
|
+
post(method: "Debugger.getScriptSource", callback?: (err: Error | null, params: Debugger.GetScriptSourceReturnType) => void): void;
|
|
2318
|
+
/**
|
|
2319
|
+
* Defines pause on exceptions state. Can be set to stop on all exceptions, uncaught exceptions or no exceptions. Initial pause on exceptions state is <code>none</code>.
|
|
2320
|
+
*/
|
|
2321
|
+
post(method: "Debugger.setPauseOnExceptions", params?: Debugger.SetPauseOnExceptionsParameterType, callback?: (err: Error | null) => void): void;
|
|
2322
|
+
post(method: "Debugger.setPauseOnExceptions", callback?: (err: Error | null) => void): void;
|
|
2323
|
+
/**
|
|
2324
|
+
* Evaluates expression on a given call frame.
|
|
2325
|
+
*/
|
|
2326
|
+
post(method: "Debugger.evaluateOnCallFrame", params?: Debugger.EvaluateOnCallFrameParameterType, callback?: (err: Error | null, params: Debugger.EvaluateOnCallFrameReturnType) => void): void;
|
|
2327
|
+
post(method: "Debugger.evaluateOnCallFrame", callback?: (err: Error | null, params: Debugger.EvaluateOnCallFrameReturnType) => void): void;
|
|
2328
|
+
/**
|
|
2329
|
+
* Changes value of variable in a callframe. Object-based scopes are not supported and must be mutated manually.
|
|
2330
|
+
*/
|
|
2331
|
+
post(method: "Debugger.setVariableValue", params?: Debugger.SetVariableValueParameterType, callback?: (err: Error | null) => void): void;
|
|
2332
|
+
post(method: "Debugger.setVariableValue", callback?: (err: Error | null) => void): void;
|
|
2333
|
+
/**
|
|
2334
|
+
* Changes return value in top frame. Available only at return break position.
|
|
2335
|
+
* @experimental
|
|
2336
|
+
*/
|
|
2337
|
+
post(method: "Debugger.setReturnValue", params?: Debugger.SetReturnValueParameterType, callback?: (err: Error | null) => void): void;
|
|
2338
|
+
post(method: "Debugger.setReturnValue", callback?: (err: Error | null) => void): void;
|
|
2339
|
+
/**
|
|
2340
|
+
* Enables or disables async call stacks tracking.
|
|
2341
|
+
*/
|
|
2342
|
+
post(method: "Debugger.setAsyncCallStackDepth", params?: Debugger.SetAsyncCallStackDepthParameterType, callback?: (err: Error | null) => void): void;
|
|
2343
|
+
post(method: "Debugger.setAsyncCallStackDepth", callback?: (err: Error | null) => void): void;
|
|
2344
|
+
/**
|
|
2345
|
+
* Replace previous blackbox patterns with passed ones. Forces backend to skip stepping/pausing in scripts with url matching one of the patterns. VM will try to leave blackboxed script by performing 'step in' several times, finally resorting to 'step out' if unsuccessful.
|
|
2346
|
+
* @experimental
|
|
2347
|
+
*/
|
|
2348
|
+
post(method: "Debugger.setBlackboxPatterns", params?: Debugger.SetBlackboxPatternsParameterType, callback?: (err: Error | null) => void): void;
|
|
2349
|
+
post(method: "Debugger.setBlackboxPatterns", callback?: (err: Error | null) => void): void;
|
|
2350
|
+
/**
|
|
2351
|
+
* Makes backend skip steps in the script in blackboxed ranges. VM will try leave blacklisted scripts by performing 'step in' several times, finally resorting to 'step out' if unsuccessful. Positions array contains positions where blackbox state is changed. First interval isn't blackboxed. Array should be sorted.
|
|
2352
|
+
* @experimental
|
|
2353
|
+
*/
|
|
2354
|
+
post(method: "Debugger.setBlackboxedRanges", params?: Debugger.SetBlackboxedRangesParameterType, callback?: (err: Error | null) => void): void;
|
|
2355
|
+
post(method: "Debugger.setBlackboxedRanges", callback?: (err: Error | null) => void): void;
|
|
2356
|
+
/**
|
|
2357
|
+
* Enables console domain, sends the messages collected so far to the client by means of the <code>messageAdded</code> notification.
|
|
2358
|
+
*/
|
|
2359
|
+
post(method: "Console.enable", callback?: (err: Error | null) => void): void;
|
|
2360
|
+
/**
|
|
2361
|
+
* Disables console domain, prevents further console messages from being reported to the client.
|
|
2362
|
+
*/
|
|
2363
|
+
post(method: "Console.disable", callback?: (err: Error | null) => void): void;
|
|
2364
|
+
/**
|
|
2365
|
+
* Does nothing.
|
|
2366
|
+
*/
|
|
2367
|
+
post(method: "Console.clearMessages", callback?: (err: Error | null) => void): void;
|
|
2368
|
+
post(method: "Profiler.enable", callback?: (err: Error | null) => void): void;
|
|
2369
|
+
post(method: "Profiler.disable", callback?: (err: Error | null) => void): void;
|
|
2370
|
+
/**
|
|
2371
|
+
* Changes CPU profiler sampling interval. Must be called before CPU profiles recording started.
|
|
2372
|
+
*/
|
|
2373
|
+
post(method: "Profiler.setSamplingInterval", params?: Profiler.SetSamplingIntervalParameterType, callback?: (err: Error | null) => void): void;
|
|
2374
|
+
post(method: "Profiler.setSamplingInterval", callback?: (err: Error | null) => void): void;
|
|
2375
|
+
post(method: "Profiler.start", callback?: (err: Error | null) => void): void;
|
|
2376
|
+
post(method: "Profiler.stop", callback?: (err: Error | null, params: Profiler.StopReturnType) => void): void;
|
|
2377
|
+
/**
|
|
2378
|
+
* Enable precise code coverage. Coverage data for JavaScript executed before enabling precise code coverage may be incomplete. Enabling prevents running optimized code and resets execution counters.
|
|
2379
|
+
*/
|
|
2380
|
+
post(method: "Profiler.startPreciseCoverage", params?: Profiler.StartPreciseCoverageParameterType, callback?: (err: Error | null) => void): void;
|
|
2381
|
+
post(method: "Profiler.startPreciseCoverage", callback?: (err: Error | null) => void): void;
|
|
2382
|
+
/**
|
|
2383
|
+
* Disable precise code coverage. Disabling releases unnecessary execution count records and allows executing optimized code.
|
|
2384
|
+
*/
|
|
2385
|
+
post(method: "Profiler.stopPreciseCoverage", callback?: (err: Error | null) => void): void;
|
|
2386
|
+
/**
|
|
2387
|
+
* Collect coverage data for the current isolate, and resets execution counters. Precise code coverage needs to have started.
|
|
2388
|
+
*/
|
|
2389
|
+
post(method: "Profiler.takePreciseCoverage", callback?: (err: Error | null, params: Profiler.TakePreciseCoverageReturnType) => void): void;
|
|
2390
|
+
/**
|
|
2391
|
+
* Collect coverage data for the current isolate. The coverage data may be incomplete due to garbage collection.
|
|
2392
|
+
*/
|
|
2393
|
+
post(method: "Profiler.getBestEffortCoverage", callback?: (err: Error | null, params: Profiler.GetBestEffortCoverageReturnType) => void): void;
|
|
2394
|
+
post(method: "HeapProfiler.enable", callback?: (err: Error | null) => void): void;
|
|
2395
|
+
post(method: "HeapProfiler.disable", callback?: (err: Error | null) => void): void;
|
|
2396
|
+
post(method: "HeapProfiler.startTrackingHeapObjects", params?: HeapProfiler.StartTrackingHeapObjectsParameterType, callback?: (err: Error | null) => void): void;
|
|
2397
|
+
post(method: "HeapProfiler.startTrackingHeapObjects", callback?: (err: Error | null) => void): void;
|
|
2398
|
+
post(method: "HeapProfiler.stopTrackingHeapObjects", params?: HeapProfiler.StopTrackingHeapObjectsParameterType, callback?: (err: Error | null) => void): void;
|
|
2399
|
+
post(method: "HeapProfiler.stopTrackingHeapObjects", callback?: (err: Error | null) => void): void;
|
|
2400
|
+
post(method: "HeapProfiler.takeHeapSnapshot", params?: HeapProfiler.TakeHeapSnapshotParameterType, callback?: (err: Error | null) => void): void;
|
|
2401
|
+
post(method: "HeapProfiler.takeHeapSnapshot", callback?: (err: Error | null) => void): void;
|
|
2402
|
+
post(method: "HeapProfiler.collectGarbage", callback?: (err: Error | null) => void): void;
|
|
2403
|
+
post(
|
|
2404
|
+
method: "HeapProfiler.getObjectByHeapObjectId",
|
|
2405
|
+
params?: HeapProfiler.GetObjectByHeapObjectIdParameterType,
|
|
2406
|
+
callback?: (err: Error | null, params: HeapProfiler.GetObjectByHeapObjectIdReturnType) => void
|
|
2407
|
+
): void;
|
|
2408
|
+
post(method: "HeapProfiler.getObjectByHeapObjectId", callback?: (err: Error | null, params: HeapProfiler.GetObjectByHeapObjectIdReturnType) => void): void;
|
|
2409
|
+
/**
|
|
2410
|
+
* Enables console to refer to the node with given id via $x (see Command Line API for more details $x functions).
|
|
2411
|
+
*/
|
|
2412
|
+
post(method: "HeapProfiler.addInspectedHeapObject", params?: HeapProfiler.AddInspectedHeapObjectParameterType, callback?: (err: Error | null) => void): void;
|
|
2413
|
+
post(method: "HeapProfiler.addInspectedHeapObject", callback?: (err: Error | null) => void): void;
|
|
2414
|
+
post(method: "HeapProfiler.getHeapObjectId", params?: HeapProfiler.GetHeapObjectIdParameterType, callback?: (err: Error | null, params: HeapProfiler.GetHeapObjectIdReturnType) => void): void;
|
|
2415
|
+
post(method: "HeapProfiler.getHeapObjectId", callback?: (err: Error | null, params: HeapProfiler.GetHeapObjectIdReturnType) => void): void;
|
|
2416
|
+
post(method: "HeapProfiler.startSampling", params?: HeapProfiler.StartSamplingParameterType, callback?: (err: Error | null) => void): void;
|
|
2417
|
+
post(method: "HeapProfiler.startSampling", callback?: (err: Error | null) => void): void;
|
|
2418
|
+
post(method: "HeapProfiler.stopSampling", callback?: (err: Error | null, params: HeapProfiler.StopSamplingReturnType) => void): void;
|
|
2419
|
+
post(method: "HeapProfiler.getSamplingProfile", callback?: (err: Error | null, params: HeapProfiler.GetSamplingProfileReturnType) => void): void;
|
|
2420
|
+
/**
|
|
2421
|
+
* Read a chunk of the stream
|
|
2422
|
+
*/
|
|
2423
|
+
post(method: "IO.read", params?: IO.ReadParameterType, callback?: (err: Error | null, params: IO.ReadReturnType) => void): void;
|
|
2424
|
+
post(method: "IO.read", callback?: (err: Error | null, params: IO.ReadReturnType) => void): void;
|
|
2425
|
+
post(method: "IO.close", params?: IO.CloseParameterType, callback?: (err: Error | null) => void): void;
|
|
2426
|
+
post(method: "IO.close", callback?: (err: Error | null) => void): void;
|
|
2427
|
+
/**
|
|
2428
|
+
* Disables network tracking, prevents network events from being sent to the client.
|
|
2429
|
+
*/
|
|
2430
|
+
post(method: "Network.disable", callback?: (err: Error | null) => void): void;
|
|
2431
|
+
/**
|
|
2432
|
+
* Enables network tracking, network events will now be delivered to the client.
|
|
2433
|
+
*/
|
|
2434
|
+
post(method: "Network.enable", params?: Network.EnableParameterType, callback?: (err: Error | null) => void): void;
|
|
2435
|
+
post(method: "Network.enable", callback?: (err: Error | null) => void): void;
|
|
2436
|
+
/**
|
|
2437
|
+
* Returns post data sent with the request. Returns an error when no data was sent with the request.
|
|
2438
|
+
*/
|
|
2439
|
+
post(method: "Network.getRequestPostData", params?: Network.GetRequestPostDataParameterType, callback?: (err: Error | null, params: Network.GetRequestPostDataReturnType) => void): void;
|
|
2440
|
+
post(method: "Network.getRequestPostData", callback?: (err: Error | null, params: Network.GetRequestPostDataReturnType) => void): void;
|
|
2441
|
+
/**
|
|
2442
|
+
* Returns content served for the given request.
|
|
2443
|
+
*/
|
|
2444
|
+
post(method: "Network.getResponseBody", params?: Network.GetResponseBodyParameterType, callback?: (err: Error | null, params: Network.GetResponseBodyReturnType) => void): void;
|
|
2445
|
+
post(method: "Network.getResponseBody", callback?: (err: Error | null, params: Network.GetResponseBodyReturnType) => void): void;
|
|
2446
|
+
/**
|
|
2447
|
+
* Enables streaming of the response for the given requestId.
|
|
2448
|
+
* If enabled, the dataReceived event contains the data that was received during streaming.
|
|
2449
|
+
* @experimental
|
|
2450
|
+
*/
|
|
2451
|
+
post(
|
|
2452
|
+
method: "Network.streamResourceContent",
|
|
2453
|
+
params?: Network.StreamResourceContentParameterType,
|
|
2454
|
+
callback?: (err: Error | null, params: Network.StreamResourceContentReturnType) => void
|
|
2455
|
+
): void;
|
|
2456
|
+
post(method: "Network.streamResourceContent", callback?: (err: Error | null, params: Network.StreamResourceContentReturnType) => void): void;
|
|
2457
|
+
/**
|
|
2458
|
+
* Fetches the resource and returns the content.
|
|
2459
|
+
*/
|
|
2460
|
+
post(method: "Network.loadNetworkResource", params?: Network.LoadNetworkResourceParameterType, callback?: (err: Error | null, params: Network.LoadNetworkResourceReturnType) => void): void;
|
|
2461
|
+
post(method: "Network.loadNetworkResource", callback?: (err: Error | null, params: Network.LoadNetworkResourceReturnType) => void): void;
|
|
2462
|
+
/**
|
|
2463
|
+
* Enable the NodeRuntime events except by `NodeRuntime.waitingForDisconnect`.
|
|
2464
|
+
*/
|
|
2465
|
+
post(method: "NodeRuntime.enable", callback?: (err: Error | null) => void): void;
|
|
2466
|
+
/**
|
|
2467
|
+
* Disable NodeRuntime events
|
|
2468
|
+
*/
|
|
2469
|
+
post(method: "NodeRuntime.disable", callback?: (err: Error | null) => void): void;
|
|
2470
|
+
/**
|
|
2471
|
+
* Enable the `NodeRuntime.waitingForDisconnect`.
|
|
2472
|
+
*/
|
|
2473
|
+
post(method: "NodeRuntime.notifyWhenWaitingForDisconnect", params?: NodeRuntime.NotifyWhenWaitingForDisconnectParameterType, callback?: (err: Error | null) => void): void;
|
|
2474
|
+
post(method: "NodeRuntime.notifyWhenWaitingForDisconnect", callback?: (err: Error | null) => void): void;
|
|
2475
|
+
/**
|
|
2476
|
+
* Gets supported tracing categories.
|
|
2477
|
+
*/
|
|
2478
|
+
post(method: "NodeTracing.getCategories", callback?: (err: Error | null, params: NodeTracing.GetCategoriesReturnType) => void): void;
|
|
2479
|
+
/**
|
|
2480
|
+
* Start trace events collection.
|
|
2481
|
+
*/
|
|
2482
|
+
post(method: "NodeTracing.start", params?: NodeTracing.StartParameterType, callback?: (err: Error | null) => void): void;
|
|
2483
|
+
post(method: "NodeTracing.start", callback?: (err: Error | null) => void): void;
|
|
2484
|
+
/**
|
|
2485
|
+
* Stop trace events collection. Remaining collected events will be sent as a sequence of
|
|
2486
|
+
* dataCollected events followed by tracingComplete event.
|
|
2487
|
+
*/
|
|
2488
|
+
post(method: "NodeTracing.stop", callback?: (err: Error | null) => void): void;
|
|
2489
|
+
/**
|
|
2490
|
+
* Sends protocol message over session with given id.
|
|
2491
|
+
*/
|
|
2492
|
+
post(method: "NodeWorker.sendMessageToWorker", params?: NodeWorker.SendMessageToWorkerParameterType, callback?: (err: Error | null) => void): void;
|
|
2493
|
+
post(method: "NodeWorker.sendMessageToWorker", callback?: (err: Error | null) => void): void;
|
|
2494
|
+
/**
|
|
2495
|
+
* Instructs the inspector to attach to running workers. Will also attach to new workers
|
|
2496
|
+
* as they start
|
|
2497
|
+
*/
|
|
2498
|
+
post(method: "NodeWorker.enable", params?: NodeWorker.EnableParameterType, callback?: (err: Error | null) => void): void;
|
|
2499
|
+
post(method: "NodeWorker.enable", callback?: (err: Error | null) => void): void;
|
|
2500
|
+
/**
|
|
2501
|
+
* Detaches from all running workers and disables attaching to new workers as they are started.
|
|
2502
|
+
*/
|
|
2503
|
+
post(method: "NodeWorker.disable", callback?: (err: Error | null) => void): void;
|
|
2504
|
+
/**
|
|
2505
|
+
* Detached from the worker with given sessionId.
|
|
2506
|
+
*/
|
|
2507
|
+
post(method: "NodeWorker.detach", params?: NodeWorker.DetachParameterType, callback?: (err: Error | null) => void): void;
|
|
2508
|
+
post(method: "NodeWorker.detach", callback?: (err: Error | null) => void): void;
|
|
2509
|
+
post(method: "Target.setAutoAttach", params?: Target.SetAutoAttachParameterType, callback?: (err: Error | null) => void): void;
|
|
2510
|
+
post(method: "Target.setAutoAttach", callback?: (err: Error | null) => void): void;
|
|
2511
|
+
post(method: "DOMStorage.clear", params?: DOMStorage.ClearParameterType, callback?: (err: Error | null) => void): void;
|
|
2512
|
+
post(method: "DOMStorage.clear", callback?: (err: Error | null) => void): void;
|
|
2513
|
+
/**
|
|
2514
|
+
* Disables storage tracking, prevents storage events from being sent to the client.
|
|
2515
|
+
*/
|
|
2516
|
+
post(method: "DOMStorage.disable", callback?: (err: Error | null) => void): void;
|
|
2517
|
+
/**
|
|
2518
|
+
* Enables storage tracking, storage events will now be delivered to the client.
|
|
2519
|
+
*/
|
|
2520
|
+
post(method: "DOMStorage.enable", callback?: (err: Error | null) => void): void;
|
|
2521
|
+
post(
|
|
2522
|
+
method: "DOMStorage.getDOMStorageItems",
|
|
2523
|
+
params?: DOMStorage.GetDOMStorageItemsParameterType,
|
|
2524
|
+
callback?: (err: Error | null, params: DOMStorage.GetDOMStorageItemsReturnType) => void
|
|
2525
|
+
): void;
|
|
2526
|
+
post(method: "DOMStorage.getDOMStorageItems", callback?: (err: Error | null, params: DOMStorage.GetDOMStorageItemsReturnType) => void): void;
|
|
2527
|
+
post(method: "DOMStorage.removeDOMStorageItem", params?: DOMStorage.RemoveDOMStorageItemParameterType, callback?: (err: Error | null) => void): void;
|
|
2528
|
+
post(method: "DOMStorage.removeDOMStorageItem", callback?: (err: Error | null) => void): void;
|
|
2529
|
+
post(method: "DOMStorage.setDOMStorageItem", params?: DOMStorage.SetDOMStorageItemParameterType, callback?: (err: Error | null) => void): void;
|
|
2530
|
+
post(method: "DOMStorage.setDOMStorageItem", callback?: (err: Error | null) => void): void;
|
|
2531
|
+
/**
|
|
2532
|
+
* @experimental
|
|
2533
|
+
*/
|
|
2534
|
+
post(method: "Storage.getStorageKey", params?: Storage.GetStorageKeyParameterType, callback?: (err: Error | null, params: Storage.GetStorageKeyReturnType) => void): void;
|
|
2535
|
+
post(method: "Storage.getStorageKey", callback?: (err: Error | null, params: Storage.GetStorageKeyReturnType) => void): void;
|
|
2536
|
+
addListener(event: string, listener: (...args: any[]) => void): this;
|
|
2537
|
+
/**
|
|
2538
|
+
* Emitted when any notification from the V8 Inspector is received.
|
|
2539
|
+
*/
|
|
2540
|
+
addListener(event: "inspectorNotification", listener: (message: InspectorNotification<object>) => void): this;
|
|
2541
|
+
/**
|
|
2542
|
+
* Issued when new execution context is created.
|
|
2543
|
+
*/
|
|
2544
|
+
addListener(event: "Runtime.executionContextCreated", listener: (message: InspectorNotification<Runtime.ExecutionContextCreatedEventDataType>) => void): this;
|
|
2545
|
+
/**
|
|
2546
|
+
* Issued when execution context is destroyed.
|
|
2547
|
+
*/
|
|
2548
|
+
addListener(event: "Runtime.executionContextDestroyed", listener: (message: InspectorNotification<Runtime.ExecutionContextDestroyedEventDataType>) => void): this;
|
|
2549
|
+
/**
|
|
2550
|
+
* Issued when all executionContexts were cleared in browser
|
|
2551
|
+
*/
|
|
2552
|
+
addListener(event: "Runtime.executionContextsCleared", listener: () => void): this;
|
|
2553
|
+
/**
|
|
2554
|
+
* Issued when exception was thrown and unhandled.
|
|
2555
|
+
*/
|
|
2556
|
+
addListener(event: "Runtime.exceptionThrown", listener: (message: InspectorNotification<Runtime.ExceptionThrownEventDataType>) => void): this;
|
|
2557
|
+
/**
|
|
2558
|
+
* Issued when unhandled exception was revoked.
|
|
2559
|
+
*/
|
|
2560
|
+
addListener(event: "Runtime.exceptionRevoked", listener: (message: InspectorNotification<Runtime.ExceptionRevokedEventDataType>) => void): this;
|
|
2561
|
+
/**
|
|
2562
|
+
* Issued when console API was called.
|
|
2563
|
+
*/
|
|
2564
|
+
addListener(event: "Runtime.consoleAPICalled", listener: (message: InspectorNotification<Runtime.ConsoleAPICalledEventDataType>) => void): this;
|
|
2565
|
+
/**
|
|
2566
|
+
* Issued when object should be inspected (for example, as a result of inspect() command line API call).
|
|
2567
|
+
*/
|
|
2568
|
+
addListener(event: "Runtime.inspectRequested", listener: (message: InspectorNotification<Runtime.InspectRequestedEventDataType>) => void): this;
|
|
2569
|
+
/**
|
|
2570
|
+
* Fired when virtual machine parses script. This event is also fired for all known and uncollected scripts upon enabling debugger.
|
|
2571
|
+
*/
|
|
2572
|
+
addListener(event: "Debugger.scriptParsed", listener: (message: InspectorNotification<Debugger.ScriptParsedEventDataType>) => void): this;
|
|
2573
|
+
/**
|
|
2574
|
+
* Fired when virtual machine fails to parse the script.
|
|
2575
|
+
*/
|
|
2576
|
+
addListener(event: "Debugger.scriptFailedToParse", listener: (message: InspectorNotification<Debugger.ScriptFailedToParseEventDataType>) => void): this;
|
|
2577
|
+
/**
|
|
2578
|
+
* Fired when breakpoint is resolved to an actual script and location.
|
|
2579
|
+
*/
|
|
2580
|
+
addListener(event: "Debugger.breakpointResolved", listener: (message: InspectorNotification<Debugger.BreakpointResolvedEventDataType>) => void): this;
|
|
2581
|
+
/**
|
|
2582
|
+
* Fired when the virtual machine stopped on breakpoint or exception or any other stop criteria.
|
|
2583
|
+
*/
|
|
2584
|
+
addListener(event: "Debugger.paused", listener: (message: InspectorNotification<Debugger.PausedEventDataType>) => void): this;
|
|
2585
|
+
/**
|
|
2586
|
+
* Fired when the virtual machine resumed execution.
|
|
2587
|
+
*/
|
|
2588
|
+
addListener(event: "Debugger.resumed", listener: () => void): this;
|
|
2589
|
+
/**
|
|
2590
|
+
* Issued when new console message is added.
|
|
2591
|
+
*/
|
|
2592
|
+
addListener(event: "Console.messageAdded", listener: (message: InspectorNotification<Console.MessageAddedEventDataType>) => void): this;
|
|
2593
|
+
/**
|
|
2594
|
+
* Sent when new profile recording is started using console.profile() call.
|
|
2595
|
+
*/
|
|
2596
|
+
addListener(event: "Profiler.consoleProfileStarted", listener: (message: InspectorNotification<Profiler.ConsoleProfileStartedEventDataType>) => void): this;
|
|
2597
|
+
addListener(event: "Profiler.consoleProfileFinished", listener: (message: InspectorNotification<Profiler.ConsoleProfileFinishedEventDataType>) => void): this;
|
|
2598
|
+
addListener(event: "HeapProfiler.addHeapSnapshotChunk", listener: (message: InspectorNotification<HeapProfiler.AddHeapSnapshotChunkEventDataType>) => void): this;
|
|
2599
|
+
addListener(event: "HeapProfiler.resetProfiles", listener: () => void): this;
|
|
2600
|
+
addListener(event: "HeapProfiler.reportHeapSnapshotProgress", listener: (message: InspectorNotification<HeapProfiler.ReportHeapSnapshotProgressEventDataType>) => void): this;
|
|
2601
|
+
/**
|
|
2602
|
+
* If heap objects tracking has been started then backend regularly sends a current value for last seen object id and corresponding timestamp. If the were changes in the heap since last event then one or more heapStatsUpdate events will be sent before a new lastSeenObjectId event.
|
|
2603
|
+
*/
|
|
2604
|
+
addListener(event: "HeapProfiler.lastSeenObjectId", listener: (message: InspectorNotification<HeapProfiler.LastSeenObjectIdEventDataType>) => void): this;
|
|
2605
|
+
/**
|
|
2606
|
+
* If heap objects tracking has been started then backend may send update for one or more fragments
|
|
2607
|
+
*/
|
|
2608
|
+
addListener(event: "HeapProfiler.heapStatsUpdate", listener: (message: InspectorNotification<HeapProfiler.HeapStatsUpdateEventDataType>) => void): this;
|
|
2609
|
+
/**
|
|
2610
|
+
* Fired when page is about to send HTTP request.
|
|
2611
|
+
*/
|
|
2612
|
+
addListener(event: "Network.requestWillBeSent", listener: (message: InspectorNotification<Network.RequestWillBeSentEventDataType>) => void): this;
|
|
2613
|
+
/**
|
|
2614
|
+
* Fired when HTTP response is available.
|
|
2615
|
+
*/
|
|
2616
|
+
addListener(event: "Network.responseReceived", listener: (message: InspectorNotification<Network.ResponseReceivedEventDataType>) => void): this;
|
|
2617
|
+
addListener(event: "Network.loadingFailed", listener: (message: InspectorNotification<Network.LoadingFailedEventDataType>) => void): this;
|
|
2618
|
+
addListener(event: "Network.loadingFinished", listener: (message: InspectorNotification<Network.LoadingFinishedEventDataType>) => void): this;
|
|
2619
|
+
/**
|
|
2620
|
+
* Fired when data chunk was received over the network.
|
|
2621
|
+
*/
|
|
2622
|
+
addListener(event: "Network.dataReceived", listener: (message: InspectorNotification<Network.DataReceivedEventDataType>) => void): this;
|
|
2623
|
+
/**
|
|
2624
|
+
* Fired upon WebSocket creation.
|
|
2625
|
+
*/
|
|
2626
|
+
addListener(event: "Network.webSocketCreated", listener: (message: InspectorNotification<Network.WebSocketCreatedEventDataType>) => void): this;
|
|
2627
|
+
/**
|
|
2628
|
+
* Fired when WebSocket is closed.
|
|
2629
|
+
*/
|
|
2630
|
+
addListener(event: "Network.webSocketClosed", listener: (message: InspectorNotification<Network.WebSocketClosedEventDataType>) => void): this;
|
|
2631
|
+
/**
|
|
2632
|
+
* Fired when WebSocket handshake response becomes available.
|
|
2633
|
+
*/
|
|
2634
|
+
addListener(event: "Network.webSocketHandshakeResponseReceived", listener: (message: InspectorNotification<Network.WebSocketHandshakeResponseReceivedEventDataType>) => void): this;
|
|
2635
|
+
/**
|
|
2636
|
+
* This event is fired instead of `Runtime.executionContextDestroyed` when
|
|
2637
|
+
* enabled.
|
|
2638
|
+
* It is fired when the Node process finished all code execution and is
|
|
2639
|
+
* waiting for all frontends to disconnect.
|
|
2640
|
+
*/
|
|
2641
|
+
addListener(event: "NodeRuntime.waitingForDisconnect", listener: () => void): this;
|
|
2642
|
+
/**
|
|
2643
|
+
* This event is fired when the runtime is waiting for the debugger. For
|
|
2644
|
+
* example, when inspector.waitingForDebugger is called
|
|
2645
|
+
*/
|
|
2646
|
+
addListener(event: "NodeRuntime.waitingForDebugger", listener: () => void): this;
|
|
2647
|
+
/**
|
|
2648
|
+
* Contains an bucket of collected trace events.
|
|
2649
|
+
*/
|
|
2650
|
+
addListener(event: "NodeTracing.dataCollected", listener: (message: InspectorNotification<NodeTracing.DataCollectedEventDataType>) => void): this;
|
|
2651
|
+
/**
|
|
2652
|
+
* Signals that tracing is stopped and there is no trace buffers pending flush, all data were
|
|
2653
|
+
* delivered via dataCollected events.
|
|
2654
|
+
*/
|
|
2655
|
+
addListener(event: "NodeTracing.tracingComplete", listener: () => void): this;
|
|
2656
|
+
/**
|
|
2657
|
+
* Issued when attached to a worker.
|
|
2658
|
+
*/
|
|
2659
|
+
addListener(event: "NodeWorker.attachedToWorker", listener: (message: InspectorNotification<NodeWorker.AttachedToWorkerEventDataType>) => void): this;
|
|
2660
|
+
/**
|
|
2661
|
+
* Issued when detached from the worker.
|
|
2662
|
+
*/
|
|
2663
|
+
addListener(event: "NodeWorker.detachedFromWorker", listener: (message: InspectorNotification<NodeWorker.DetachedFromWorkerEventDataType>) => void): this;
|
|
2664
|
+
/**
|
|
2665
|
+
* Notifies about a new protocol message received from the session
|
|
2666
|
+
* (session ID is provided in attachedToWorker notification).
|
|
2667
|
+
*/
|
|
2668
|
+
addListener(event: "NodeWorker.receivedMessageFromWorker", listener: (message: InspectorNotification<NodeWorker.ReceivedMessageFromWorkerEventDataType>) => void): this;
|
|
2669
|
+
addListener(event: "Target.targetCreated", listener: (message: InspectorNotification<Target.TargetCreatedEventDataType>) => void): this;
|
|
2670
|
+
addListener(event: "Target.attachedToTarget", listener: (message: InspectorNotification<Target.AttachedToTargetEventDataType>) => void): this;
|
|
2671
|
+
addListener(event: "DOMStorage.domStorageItemAdded", listener: (message: InspectorNotification<DOMStorage.DomStorageItemAddedEventDataType>) => void): this;
|
|
2672
|
+
addListener(event: "DOMStorage.domStorageItemRemoved", listener: (message: InspectorNotification<DOMStorage.DomStorageItemRemovedEventDataType>) => void): this;
|
|
2673
|
+
addListener(event: "DOMStorage.domStorageItemUpdated", listener: (message: InspectorNotification<DOMStorage.DomStorageItemUpdatedEventDataType>) => void): this;
|
|
2674
|
+
addListener(event: "DOMStorage.domStorageItemsCleared", listener: (message: InspectorNotification<DOMStorage.DomStorageItemsClearedEventDataType>) => void): this;
|
|
2675
|
+
emit(event: string | symbol, ...args: any[]): boolean;
|
|
2676
|
+
emit(event: "inspectorNotification", message: InspectorNotification<object>): boolean;
|
|
2677
|
+
emit(event: "Runtime.executionContextCreated", message: InspectorNotification<Runtime.ExecutionContextCreatedEventDataType>): boolean;
|
|
2678
|
+
emit(event: "Runtime.executionContextDestroyed", message: InspectorNotification<Runtime.ExecutionContextDestroyedEventDataType>): boolean;
|
|
2679
|
+
emit(event: "Runtime.executionContextsCleared"): boolean;
|
|
2680
|
+
emit(event: "Runtime.exceptionThrown", message: InspectorNotification<Runtime.ExceptionThrownEventDataType>): boolean;
|
|
2681
|
+
emit(event: "Runtime.exceptionRevoked", message: InspectorNotification<Runtime.ExceptionRevokedEventDataType>): boolean;
|
|
2682
|
+
emit(event: "Runtime.consoleAPICalled", message: InspectorNotification<Runtime.ConsoleAPICalledEventDataType>): boolean;
|
|
2683
|
+
emit(event: "Runtime.inspectRequested", message: InspectorNotification<Runtime.InspectRequestedEventDataType>): boolean;
|
|
2684
|
+
emit(event: "Debugger.scriptParsed", message: InspectorNotification<Debugger.ScriptParsedEventDataType>): boolean;
|
|
2685
|
+
emit(event: "Debugger.scriptFailedToParse", message: InspectorNotification<Debugger.ScriptFailedToParseEventDataType>): boolean;
|
|
2686
|
+
emit(event: "Debugger.breakpointResolved", message: InspectorNotification<Debugger.BreakpointResolvedEventDataType>): boolean;
|
|
2687
|
+
emit(event: "Debugger.paused", message: InspectorNotification<Debugger.PausedEventDataType>): boolean;
|
|
2688
|
+
emit(event: "Debugger.resumed"): boolean;
|
|
2689
|
+
emit(event: "Console.messageAdded", message: InspectorNotification<Console.MessageAddedEventDataType>): boolean;
|
|
2690
|
+
emit(event: "Profiler.consoleProfileStarted", message: InspectorNotification<Profiler.ConsoleProfileStartedEventDataType>): boolean;
|
|
2691
|
+
emit(event: "Profiler.consoleProfileFinished", message: InspectorNotification<Profiler.ConsoleProfileFinishedEventDataType>): boolean;
|
|
2692
|
+
emit(event: "HeapProfiler.addHeapSnapshotChunk", message: InspectorNotification<HeapProfiler.AddHeapSnapshotChunkEventDataType>): boolean;
|
|
2693
|
+
emit(event: "HeapProfiler.resetProfiles"): boolean;
|
|
2694
|
+
emit(event: "HeapProfiler.reportHeapSnapshotProgress", message: InspectorNotification<HeapProfiler.ReportHeapSnapshotProgressEventDataType>): boolean;
|
|
2695
|
+
emit(event: "HeapProfiler.lastSeenObjectId", message: InspectorNotification<HeapProfiler.LastSeenObjectIdEventDataType>): boolean;
|
|
2696
|
+
emit(event: "HeapProfiler.heapStatsUpdate", message: InspectorNotification<HeapProfiler.HeapStatsUpdateEventDataType>): boolean;
|
|
2697
|
+
emit(event: "Network.requestWillBeSent", message: InspectorNotification<Network.RequestWillBeSentEventDataType>): boolean;
|
|
2698
|
+
emit(event: "Network.responseReceived", message: InspectorNotification<Network.ResponseReceivedEventDataType>): boolean;
|
|
2699
|
+
emit(event: "Network.loadingFailed", message: InspectorNotification<Network.LoadingFailedEventDataType>): boolean;
|
|
2700
|
+
emit(event: "Network.loadingFinished", message: InspectorNotification<Network.LoadingFinishedEventDataType>): boolean;
|
|
2701
|
+
emit(event: "Network.dataReceived", message: InspectorNotification<Network.DataReceivedEventDataType>): boolean;
|
|
2702
|
+
emit(event: "Network.webSocketCreated", message: InspectorNotification<Network.WebSocketCreatedEventDataType>): boolean;
|
|
2703
|
+
emit(event: "Network.webSocketClosed", message: InspectorNotification<Network.WebSocketClosedEventDataType>): boolean;
|
|
2704
|
+
emit(event: "Network.webSocketHandshakeResponseReceived", message: InspectorNotification<Network.WebSocketHandshakeResponseReceivedEventDataType>): boolean;
|
|
2705
|
+
emit(event: "NodeRuntime.waitingForDisconnect"): boolean;
|
|
2706
|
+
emit(event: "NodeRuntime.waitingForDebugger"): boolean;
|
|
2707
|
+
emit(event: "NodeTracing.dataCollected", message: InspectorNotification<NodeTracing.DataCollectedEventDataType>): boolean;
|
|
2708
|
+
emit(event: "NodeTracing.tracingComplete"): boolean;
|
|
2709
|
+
emit(event: "NodeWorker.attachedToWorker", message: InspectorNotification<NodeWorker.AttachedToWorkerEventDataType>): boolean;
|
|
2710
|
+
emit(event: "NodeWorker.detachedFromWorker", message: InspectorNotification<NodeWorker.DetachedFromWorkerEventDataType>): boolean;
|
|
2711
|
+
emit(event: "NodeWorker.receivedMessageFromWorker", message: InspectorNotification<NodeWorker.ReceivedMessageFromWorkerEventDataType>): boolean;
|
|
2712
|
+
emit(event: "Target.targetCreated", message: InspectorNotification<Target.TargetCreatedEventDataType>): boolean;
|
|
2713
|
+
emit(event: "Target.attachedToTarget", message: InspectorNotification<Target.AttachedToTargetEventDataType>): boolean;
|
|
2714
|
+
emit(event: "DOMStorage.domStorageItemAdded", message: InspectorNotification<DOMStorage.DomStorageItemAddedEventDataType>): boolean;
|
|
2715
|
+
emit(event: "DOMStorage.domStorageItemRemoved", message: InspectorNotification<DOMStorage.DomStorageItemRemovedEventDataType>): boolean;
|
|
2716
|
+
emit(event: "DOMStorage.domStorageItemUpdated", message: InspectorNotification<DOMStorage.DomStorageItemUpdatedEventDataType>): boolean;
|
|
2717
|
+
emit(event: "DOMStorage.domStorageItemsCleared", message: InspectorNotification<DOMStorage.DomStorageItemsClearedEventDataType>): boolean;
|
|
2718
|
+
on(event: string, listener: (...args: any[]) => void): this;
|
|
2719
|
+
/**
|
|
2720
|
+
* Emitted when any notification from the V8 Inspector is received.
|
|
2721
|
+
*/
|
|
2722
|
+
on(event: "inspectorNotification", listener: (message: InspectorNotification<object>) => void): this;
|
|
2723
|
+
/**
|
|
2724
|
+
* Issued when new execution context is created.
|
|
2725
|
+
*/
|
|
2726
|
+
on(event: "Runtime.executionContextCreated", listener: (message: InspectorNotification<Runtime.ExecutionContextCreatedEventDataType>) => void): this;
|
|
2727
|
+
/**
|
|
2728
|
+
* Issued when execution context is destroyed.
|
|
2729
|
+
*/
|
|
2730
|
+
on(event: "Runtime.executionContextDestroyed", listener: (message: InspectorNotification<Runtime.ExecutionContextDestroyedEventDataType>) => void): this;
|
|
2731
|
+
/**
|
|
2732
|
+
* Issued when all executionContexts were cleared in browser
|
|
2733
|
+
*/
|
|
2734
|
+
on(event: "Runtime.executionContextsCleared", listener: () => void): this;
|
|
2735
|
+
/**
|
|
2736
|
+
* Issued when exception was thrown and unhandled.
|
|
2737
|
+
*/
|
|
2738
|
+
on(event: "Runtime.exceptionThrown", listener: (message: InspectorNotification<Runtime.ExceptionThrownEventDataType>) => void): this;
|
|
2739
|
+
/**
|
|
2740
|
+
* Issued when unhandled exception was revoked.
|
|
2741
|
+
*/
|
|
2742
|
+
on(event: "Runtime.exceptionRevoked", listener: (message: InspectorNotification<Runtime.ExceptionRevokedEventDataType>) => void): this;
|
|
2743
|
+
/**
|
|
2744
|
+
* Issued when console API was called.
|
|
2745
|
+
*/
|
|
2746
|
+
on(event: "Runtime.consoleAPICalled", listener: (message: InspectorNotification<Runtime.ConsoleAPICalledEventDataType>) => void): this;
|
|
2747
|
+
/**
|
|
2748
|
+
* Issued when object should be inspected (for example, as a result of inspect() command line API call).
|
|
2749
|
+
*/
|
|
2750
|
+
on(event: "Runtime.inspectRequested", listener: (message: InspectorNotification<Runtime.InspectRequestedEventDataType>) => void): this;
|
|
2751
|
+
/**
|
|
2752
|
+
* Fired when virtual machine parses script. This event is also fired for all known and uncollected scripts upon enabling debugger.
|
|
2753
|
+
*/
|
|
2754
|
+
on(event: "Debugger.scriptParsed", listener: (message: InspectorNotification<Debugger.ScriptParsedEventDataType>) => void): this;
|
|
2755
|
+
/**
|
|
2756
|
+
* Fired when virtual machine fails to parse the script.
|
|
2757
|
+
*/
|
|
2758
|
+
on(event: "Debugger.scriptFailedToParse", listener: (message: InspectorNotification<Debugger.ScriptFailedToParseEventDataType>) => void): this;
|
|
2759
|
+
/**
|
|
2760
|
+
* Fired when breakpoint is resolved to an actual script and location.
|
|
2761
|
+
*/
|
|
2762
|
+
on(event: "Debugger.breakpointResolved", listener: (message: InspectorNotification<Debugger.BreakpointResolvedEventDataType>) => void): this;
|
|
2763
|
+
/**
|
|
2764
|
+
* Fired when the virtual machine stopped on breakpoint or exception or any other stop criteria.
|
|
2765
|
+
*/
|
|
2766
|
+
on(event: "Debugger.paused", listener: (message: InspectorNotification<Debugger.PausedEventDataType>) => void): this;
|
|
2767
|
+
/**
|
|
2768
|
+
* Fired when the virtual machine resumed execution.
|
|
2769
|
+
*/
|
|
2770
|
+
on(event: "Debugger.resumed", listener: () => void): this;
|
|
2771
|
+
/**
|
|
2772
|
+
* Issued when new console message is added.
|
|
2773
|
+
*/
|
|
2774
|
+
on(event: "Console.messageAdded", listener: (message: InspectorNotification<Console.MessageAddedEventDataType>) => void): this;
|
|
2775
|
+
/**
|
|
2776
|
+
* Sent when new profile recording is started using console.profile() call.
|
|
2777
|
+
*/
|
|
2778
|
+
on(event: "Profiler.consoleProfileStarted", listener: (message: InspectorNotification<Profiler.ConsoleProfileStartedEventDataType>) => void): this;
|
|
2779
|
+
on(event: "Profiler.consoleProfileFinished", listener: (message: InspectorNotification<Profiler.ConsoleProfileFinishedEventDataType>) => void): this;
|
|
2780
|
+
on(event: "HeapProfiler.addHeapSnapshotChunk", listener: (message: InspectorNotification<HeapProfiler.AddHeapSnapshotChunkEventDataType>) => void): this;
|
|
2781
|
+
on(event: "HeapProfiler.resetProfiles", listener: () => void): this;
|
|
2782
|
+
on(event: "HeapProfiler.reportHeapSnapshotProgress", listener: (message: InspectorNotification<HeapProfiler.ReportHeapSnapshotProgressEventDataType>) => void): this;
|
|
2783
|
+
/**
|
|
2784
|
+
* If heap objects tracking has been started then backend regularly sends a current value for last seen object id and corresponding timestamp. If the were changes in the heap since last event then one or more heapStatsUpdate events will be sent before a new lastSeenObjectId event.
|
|
2785
|
+
*/
|
|
2786
|
+
on(event: "HeapProfiler.lastSeenObjectId", listener: (message: InspectorNotification<HeapProfiler.LastSeenObjectIdEventDataType>) => void): this;
|
|
2787
|
+
/**
|
|
2788
|
+
* If heap objects tracking has been started then backend may send update for one or more fragments
|
|
2789
|
+
*/
|
|
2790
|
+
on(event: "HeapProfiler.heapStatsUpdate", listener: (message: InspectorNotification<HeapProfiler.HeapStatsUpdateEventDataType>) => void): this;
|
|
2791
|
+
/**
|
|
2792
|
+
* Fired when page is about to send HTTP request.
|
|
2793
|
+
*/
|
|
2794
|
+
on(event: "Network.requestWillBeSent", listener: (message: InspectorNotification<Network.RequestWillBeSentEventDataType>) => void): this;
|
|
2795
|
+
/**
|
|
2796
|
+
* Fired when HTTP response is available.
|
|
2797
|
+
*/
|
|
2798
|
+
on(event: "Network.responseReceived", listener: (message: InspectorNotification<Network.ResponseReceivedEventDataType>) => void): this;
|
|
2799
|
+
on(event: "Network.loadingFailed", listener: (message: InspectorNotification<Network.LoadingFailedEventDataType>) => void): this;
|
|
2800
|
+
on(event: "Network.loadingFinished", listener: (message: InspectorNotification<Network.LoadingFinishedEventDataType>) => void): this;
|
|
2801
|
+
/**
|
|
2802
|
+
* Fired when data chunk was received over the network.
|
|
2803
|
+
*/
|
|
2804
|
+
on(event: "Network.dataReceived", listener: (message: InspectorNotification<Network.DataReceivedEventDataType>) => void): this;
|
|
2805
|
+
/**
|
|
2806
|
+
* Fired upon WebSocket creation.
|
|
2807
|
+
*/
|
|
2808
|
+
on(event: "Network.webSocketCreated", listener: (message: InspectorNotification<Network.WebSocketCreatedEventDataType>) => void): this;
|
|
2809
|
+
/**
|
|
2810
|
+
* Fired when WebSocket is closed.
|
|
2811
|
+
*/
|
|
2812
|
+
on(event: "Network.webSocketClosed", listener: (message: InspectorNotification<Network.WebSocketClosedEventDataType>) => void): this;
|
|
2813
|
+
/**
|
|
2814
|
+
* Fired when WebSocket handshake response becomes available.
|
|
2815
|
+
*/
|
|
2816
|
+
on(event: "Network.webSocketHandshakeResponseReceived", listener: (message: InspectorNotification<Network.WebSocketHandshakeResponseReceivedEventDataType>) => void): this;
|
|
2817
|
+
/**
|
|
2818
|
+
* This event is fired instead of `Runtime.executionContextDestroyed` when
|
|
2819
|
+
* enabled.
|
|
2820
|
+
* It is fired when the Node process finished all code execution and is
|
|
2821
|
+
* waiting for all frontends to disconnect.
|
|
2822
|
+
*/
|
|
2823
|
+
on(event: "NodeRuntime.waitingForDisconnect", listener: () => void): this;
|
|
2824
|
+
/**
|
|
2825
|
+
* This event is fired when the runtime is waiting for the debugger. For
|
|
2826
|
+
* example, when inspector.waitingForDebugger is called
|
|
2827
|
+
*/
|
|
2828
|
+
on(event: "NodeRuntime.waitingForDebugger", listener: () => void): this;
|
|
2829
|
+
/**
|
|
2830
|
+
* Contains an bucket of collected trace events.
|
|
2831
|
+
*/
|
|
2832
|
+
on(event: "NodeTracing.dataCollected", listener: (message: InspectorNotification<NodeTracing.DataCollectedEventDataType>) => void): this;
|
|
2833
|
+
/**
|
|
2834
|
+
* Signals that tracing is stopped and there is no trace buffers pending flush, all data were
|
|
2835
|
+
* delivered via dataCollected events.
|
|
2836
|
+
*/
|
|
2837
|
+
on(event: "NodeTracing.tracingComplete", listener: () => void): this;
|
|
2838
|
+
/**
|
|
2839
|
+
* Issued when attached to a worker.
|
|
2840
|
+
*/
|
|
2841
|
+
on(event: "NodeWorker.attachedToWorker", listener: (message: InspectorNotification<NodeWorker.AttachedToWorkerEventDataType>) => void): this;
|
|
2842
|
+
/**
|
|
2843
|
+
* Issued when detached from the worker.
|
|
2844
|
+
*/
|
|
2845
|
+
on(event: "NodeWorker.detachedFromWorker", listener: (message: InspectorNotification<NodeWorker.DetachedFromWorkerEventDataType>) => void): this;
|
|
2846
|
+
/**
|
|
2847
|
+
* Notifies about a new protocol message received from the session
|
|
2848
|
+
* (session ID is provided in attachedToWorker notification).
|
|
2849
|
+
*/
|
|
2850
|
+
on(event: "NodeWorker.receivedMessageFromWorker", listener: (message: InspectorNotification<NodeWorker.ReceivedMessageFromWorkerEventDataType>) => void): this;
|
|
2851
|
+
on(event: "Target.targetCreated", listener: (message: InspectorNotification<Target.TargetCreatedEventDataType>) => void): this;
|
|
2852
|
+
on(event: "Target.attachedToTarget", listener: (message: InspectorNotification<Target.AttachedToTargetEventDataType>) => void): this;
|
|
2853
|
+
on(event: "DOMStorage.domStorageItemAdded", listener: (message: InspectorNotification<DOMStorage.DomStorageItemAddedEventDataType>) => void): this;
|
|
2854
|
+
on(event: "DOMStorage.domStorageItemRemoved", listener: (message: InspectorNotification<DOMStorage.DomStorageItemRemovedEventDataType>) => void): this;
|
|
2855
|
+
on(event: "DOMStorage.domStorageItemUpdated", listener: (message: InspectorNotification<DOMStorage.DomStorageItemUpdatedEventDataType>) => void): this;
|
|
2856
|
+
on(event: "DOMStorage.domStorageItemsCleared", listener: (message: InspectorNotification<DOMStorage.DomStorageItemsClearedEventDataType>) => void): this;
|
|
2857
|
+
once(event: string, listener: (...args: any[]) => void): this;
|
|
2858
|
+
/**
|
|
2859
|
+
* Emitted when any notification from the V8 Inspector is received.
|
|
2860
|
+
*/
|
|
2861
|
+
once(event: "inspectorNotification", listener: (message: InspectorNotification<object>) => void): this;
|
|
2862
|
+
/**
|
|
2863
|
+
* Issued when new execution context is created.
|
|
2864
|
+
*/
|
|
2865
|
+
once(event: "Runtime.executionContextCreated", listener: (message: InspectorNotification<Runtime.ExecutionContextCreatedEventDataType>) => void): this;
|
|
2866
|
+
/**
|
|
2867
|
+
* Issued when execution context is destroyed.
|
|
2868
|
+
*/
|
|
2869
|
+
once(event: "Runtime.executionContextDestroyed", listener: (message: InspectorNotification<Runtime.ExecutionContextDestroyedEventDataType>) => void): this;
|
|
2870
|
+
/**
|
|
2871
|
+
* Issued when all executionContexts were cleared in browser
|
|
2872
|
+
*/
|
|
2873
|
+
once(event: "Runtime.executionContextsCleared", listener: () => void): this;
|
|
2874
|
+
/**
|
|
2875
|
+
* Issued when exception was thrown and unhandled.
|
|
2876
|
+
*/
|
|
2877
|
+
once(event: "Runtime.exceptionThrown", listener: (message: InspectorNotification<Runtime.ExceptionThrownEventDataType>) => void): this;
|
|
2878
|
+
/**
|
|
2879
|
+
* Issued when unhandled exception was revoked.
|
|
2880
|
+
*/
|
|
2881
|
+
once(event: "Runtime.exceptionRevoked", listener: (message: InspectorNotification<Runtime.ExceptionRevokedEventDataType>) => void): this;
|
|
2882
|
+
/**
|
|
2883
|
+
* Issued when console API was called.
|
|
2884
|
+
*/
|
|
2885
|
+
once(event: "Runtime.consoleAPICalled", listener: (message: InspectorNotification<Runtime.ConsoleAPICalledEventDataType>) => void): this;
|
|
2886
|
+
/**
|
|
2887
|
+
* Issued when object should be inspected (for example, as a result of inspect() command line API call).
|
|
2888
|
+
*/
|
|
2889
|
+
once(event: "Runtime.inspectRequested", listener: (message: InspectorNotification<Runtime.InspectRequestedEventDataType>) => void): this;
|
|
2890
|
+
/**
|
|
2891
|
+
* Fired when virtual machine parses script. This event is also fired for all known and uncollected scripts upon enabling debugger.
|
|
2892
|
+
*/
|
|
2893
|
+
once(event: "Debugger.scriptParsed", listener: (message: InspectorNotification<Debugger.ScriptParsedEventDataType>) => void): this;
|
|
2894
|
+
/**
|
|
2895
|
+
* Fired when virtual machine fails to parse the script.
|
|
2896
|
+
*/
|
|
2897
|
+
once(event: "Debugger.scriptFailedToParse", listener: (message: InspectorNotification<Debugger.ScriptFailedToParseEventDataType>) => void): this;
|
|
2898
|
+
/**
|
|
2899
|
+
* Fired when breakpoint is resolved to an actual script and location.
|
|
2900
|
+
*/
|
|
2901
|
+
once(event: "Debugger.breakpointResolved", listener: (message: InspectorNotification<Debugger.BreakpointResolvedEventDataType>) => void): this;
|
|
2902
|
+
/**
|
|
2903
|
+
* Fired when the virtual machine stopped on breakpoint or exception or any other stop criteria.
|
|
2904
|
+
*/
|
|
2905
|
+
once(event: "Debugger.paused", listener: (message: InspectorNotification<Debugger.PausedEventDataType>) => void): this;
|
|
2906
|
+
/**
|
|
2907
|
+
* Fired when the virtual machine resumed execution.
|
|
2908
|
+
*/
|
|
2909
|
+
once(event: "Debugger.resumed", listener: () => void): this;
|
|
2910
|
+
/**
|
|
2911
|
+
* Issued when new console message is added.
|
|
2912
|
+
*/
|
|
2913
|
+
once(event: "Console.messageAdded", listener: (message: InspectorNotification<Console.MessageAddedEventDataType>) => void): this;
|
|
2914
|
+
/**
|
|
2915
|
+
* Sent when new profile recording is started using console.profile() call.
|
|
2916
|
+
*/
|
|
2917
|
+
once(event: "Profiler.consoleProfileStarted", listener: (message: InspectorNotification<Profiler.ConsoleProfileStartedEventDataType>) => void): this;
|
|
2918
|
+
once(event: "Profiler.consoleProfileFinished", listener: (message: InspectorNotification<Profiler.ConsoleProfileFinishedEventDataType>) => void): this;
|
|
2919
|
+
once(event: "HeapProfiler.addHeapSnapshotChunk", listener: (message: InspectorNotification<HeapProfiler.AddHeapSnapshotChunkEventDataType>) => void): this;
|
|
2920
|
+
once(event: "HeapProfiler.resetProfiles", listener: () => void): this;
|
|
2921
|
+
once(event: "HeapProfiler.reportHeapSnapshotProgress", listener: (message: InspectorNotification<HeapProfiler.ReportHeapSnapshotProgressEventDataType>) => void): this;
|
|
2922
|
+
/**
|
|
2923
|
+
* If heap objects tracking has been started then backend regularly sends a current value for last seen object id and corresponding timestamp. If the were changes in the heap since last event then one or more heapStatsUpdate events will be sent before a new lastSeenObjectId event.
|
|
2924
|
+
*/
|
|
2925
|
+
once(event: "HeapProfiler.lastSeenObjectId", listener: (message: InspectorNotification<HeapProfiler.LastSeenObjectIdEventDataType>) => void): this;
|
|
2926
|
+
/**
|
|
2927
|
+
* If heap objects tracking has been started then backend may send update for one or more fragments
|
|
2928
|
+
*/
|
|
2929
|
+
once(event: "HeapProfiler.heapStatsUpdate", listener: (message: InspectorNotification<HeapProfiler.HeapStatsUpdateEventDataType>) => void): this;
|
|
2930
|
+
/**
|
|
2931
|
+
* Fired when page is about to send HTTP request.
|
|
2932
|
+
*/
|
|
2933
|
+
once(event: "Network.requestWillBeSent", listener: (message: InspectorNotification<Network.RequestWillBeSentEventDataType>) => void): this;
|
|
2934
|
+
/**
|
|
2935
|
+
* Fired when HTTP response is available.
|
|
2936
|
+
*/
|
|
2937
|
+
once(event: "Network.responseReceived", listener: (message: InspectorNotification<Network.ResponseReceivedEventDataType>) => void): this;
|
|
2938
|
+
once(event: "Network.loadingFailed", listener: (message: InspectorNotification<Network.LoadingFailedEventDataType>) => void): this;
|
|
2939
|
+
once(event: "Network.loadingFinished", listener: (message: InspectorNotification<Network.LoadingFinishedEventDataType>) => void): this;
|
|
2940
|
+
/**
|
|
2941
|
+
* Fired when data chunk was received over the network.
|
|
2942
|
+
*/
|
|
2943
|
+
once(event: "Network.dataReceived", listener: (message: InspectorNotification<Network.DataReceivedEventDataType>) => void): this;
|
|
2944
|
+
/**
|
|
2945
|
+
* Fired upon WebSocket creation.
|
|
2946
|
+
*/
|
|
2947
|
+
once(event: "Network.webSocketCreated", listener: (message: InspectorNotification<Network.WebSocketCreatedEventDataType>) => void): this;
|
|
2948
|
+
/**
|
|
2949
|
+
* Fired when WebSocket is closed.
|
|
2950
|
+
*/
|
|
2951
|
+
once(event: "Network.webSocketClosed", listener: (message: InspectorNotification<Network.WebSocketClosedEventDataType>) => void): this;
|
|
2952
|
+
/**
|
|
2953
|
+
* Fired when WebSocket handshake response becomes available.
|
|
2954
|
+
*/
|
|
2955
|
+
once(event: "Network.webSocketHandshakeResponseReceived", listener: (message: InspectorNotification<Network.WebSocketHandshakeResponseReceivedEventDataType>) => void): this;
|
|
2956
|
+
/**
|
|
2957
|
+
* This event is fired instead of `Runtime.executionContextDestroyed` when
|
|
2958
|
+
* enabled.
|
|
2959
|
+
* It is fired when the Node process finished all code execution and is
|
|
2960
|
+
* waiting for all frontends to disconnect.
|
|
2961
|
+
*/
|
|
2962
|
+
once(event: "NodeRuntime.waitingForDisconnect", listener: () => void): this;
|
|
2963
|
+
/**
|
|
2964
|
+
* This event is fired when the runtime is waiting for the debugger. For
|
|
2965
|
+
* example, when inspector.waitingForDebugger is called
|
|
2966
|
+
*/
|
|
2967
|
+
once(event: "NodeRuntime.waitingForDebugger", listener: () => void): this;
|
|
2968
|
+
/**
|
|
2969
|
+
* Contains an bucket of collected trace events.
|
|
2970
|
+
*/
|
|
2971
|
+
once(event: "NodeTracing.dataCollected", listener: (message: InspectorNotification<NodeTracing.DataCollectedEventDataType>) => void): this;
|
|
2972
|
+
/**
|
|
2973
|
+
* Signals that tracing is stopped and there is no trace buffers pending flush, all data were
|
|
2974
|
+
* delivered via dataCollected events.
|
|
2975
|
+
*/
|
|
2976
|
+
once(event: "NodeTracing.tracingComplete", listener: () => void): this;
|
|
2977
|
+
/**
|
|
2978
|
+
* Issued when attached to a worker.
|
|
2979
|
+
*/
|
|
2980
|
+
once(event: "NodeWorker.attachedToWorker", listener: (message: InspectorNotification<NodeWorker.AttachedToWorkerEventDataType>) => void): this;
|
|
2981
|
+
/**
|
|
2982
|
+
* Issued when detached from the worker.
|
|
2983
|
+
*/
|
|
2984
|
+
once(event: "NodeWorker.detachedFromWorker", listener: (message: InspectorNotification<NodeWorker.DetachedFromWorkerEventDataType>) => void): this;
|
|
2985
|
+
/**
|
|
2986
|
+
* Notifies about a new protocol message received from the session
|
|
2987
|
+
* (session ID is provided in attachedToWorker notification).
|
|
2988
|
+
*/
|
|
2989
|
+
once(event: "NodeWorker.receivedMessageFromWorker", listener: (message: InspectorNotification<NodeWorker.ReceivedMessageFromWorkerEventDataType>) => void): this;
|
|
2990
|
+
once(event: "Target.targetCreated", listener: (message: InspectorNotification<Target.TargetCreatedEventDataType>) => void): this;
|
|
2991
|
+
once(event: "Target.attachedToTarget", listener: (message: InspectorNotification<Target.AttachedToTargetEventDataType>) => void): this;
|
|
2992
|
+
once(event: "DOMStorage.domStorageItemAdded", listener: (message: InspectorNotification<DOMStorage.DomStorageItemAddedEventDataType>) => void): this;
|
|
2993
|
+
once(event: "DOMStorage.domStorageItemRemoved", listener: (message: InspectorNotification<DOMStorage.DomStorageItemRemovedEventDataType>) => void): this;
|
|
2994
|
+
once(event: "DOMStorage.domStorageItemUpdated", listener: (message: InspectorNotification<DOMStorage.DomStorageItemUpdatedEventDataType>) => void): this;
|
|
2995
|
+
once(event: "DOMStorage.domStorageItemsCleared", listener: (message: InspectorNotification<DOMStorage.DomStorageItemsClearedEventDataType>) => void): this;
|
|
2996
|
+
prependListener(event: string, listener: (...args: any[]) => void): this;
|
|
2997
|
+
/**
|
|
2998
|
+
* Emitted when any notification from the V8 Inspector is received.
|
|
2999
|
+
*/
|
|
3000
|
+
prependListener(event: "inspectorNotification", listener: (message: InspectorNotification<object>) => void): this;
|
|
3001
|
+
/**
|
|
3002
|
+
* Issued when new execution context is created.
|
|
3003
|
+
*/
|
|
3004
|
+
prependListener(event: "Runtime.executionContextCreated", listener: (message: InspectorNotification<Runtime.ExecutionContextCreatedEventDataType>) => void): this;
|
|
3005
|
+
/**
|
|
3006
|
+
* Issued when execution context is destroyed.
|
|
3007
|
+
*/
|
|
3008
|
+
prependListener(event: "Runtime.executionContextDestroyed", listener: (message: InspectorNotification<Runtime.ExecutionContextDestroyedEventDataType>) => void): this;
|
|
3009
|
+
/**
|
|
3010
|
+
* Issued when all executionContexts were cleared in browser
|
|
3011
|
+
*/
|
|
3012
|
+
prependListener(event: "Runtime.executionContextsCleared", listener: () => void): this;
|
|
3013
|
+
/**
|
|
3014
|
+
* Issued when exception was thrown and unhandled.
|
|
3015
|
+
*/
|
|
3016
|
+
prependListener(event: "Runtime.exceptionThrown", listener: (message: InspectorNotification<Runtime.ExceptionThrownEventDataType>) => void): this;
|
|
3017
|
+
/**
|
|
3018
|
+
* Issued when unhandled exception was revoked.
|
|
3019
|
+
*/
|
|
3020
|
+
prependListener(event: "Runtime.exceptionRevoked", listener: (message: InspectorNotification<Runtime.ExceptionRevokedEventDataType>) => void): this;
|
|
3021
|
+
/**
|
|
3022
|
+
* Issued when console API was called.
|
|
3023
|
+
*/
|
|
3024
|
+
prependListener(event: "Runtime.consoleAPICalled", listener: (message: InspectorNotification<Runtime.ConsoleAPICalledEventDataType>) => void): this;
|
|
3025
|
+
/**
|
|
3026
|
+
* Issued when object should be inspected (for example, as a result of inspect() command line API call).
|
|
3027
|
+
*/
|
|
3028
|
+
prependListener(event: "Runtime.inspectRequested", listener: (message: InspectorNotification<Runtime.InspectRequestedEventDataType>) => void): this;
|
|
3029
|
+
/**
|
|
3030
|
+
* Fired when virtual machine parses script. This event is also fired for all known and uncollected scripts upon enabling debugger.
|
|
3031
|
+
*/
|
|
3032
|
+
prependListener(event: "Debugger.scriptParsed", listener: (message: InspectorNotification<Debugger.ScriptParsedEventDataType>) => void): this;
|
|
3033
|
+
/**
|
|
3034
|
+
* Fired when virtual machine fails to parse the script.
|
|
3035
|
+
*/
|
|
3036
|
+
prependListener(event: "Debugger.scriptFailedToParse", listener: (message: InspectorNotification<Debugger.ScriptFailedToParseEventDataType>) => void): this;
|
|
3037
|
+
/**
|
|
3038
|
+
* Fired when breakpoint is resolved to an actual script and location.
|
|
3039
|
+
*/
|
|
3040
|
+
prependListener(event: "Debugger.breakpointResolved", listener: (message: InspectorNotification<Debugger.BreakpointResolvedEventDataType>) => void): this;
|
|
3041
|
+
/**
|
|
3042
|
+
* Fired when the virtual machine stopped on breakpoint or exception or any other stop criteria.
|
|
3043
|
+
*/
|
|
3044
|
+
prependListener(event: "Debugger.paused", listener: (message: InspectorNotification<Debugger.PausedEventDataType>) => void): this;
|
|
3045
|
+
/**
|
|
3046
|
+
* Fired when the virtual machine resumed execution.
|
|
3047
|
+
*/
|
|
3048
|
+
prependListener(event: "Debugger.resumed", listener: () => void): this;
|
|
3049
|
+
/**
|
|
3050
|
+
* Issued when new console message is added.
|
|
3051
|
+
*/
|
|
3052
|
+
prependListener(event: "Console.messageAdded", listener: (message: InspectorNotification<Console.MessageAddedEventDataType>) => void): this;
|
|
3053
|
+
/**
|
|
3054
|
+
* Sent when new profile recording is started using console.profile() call.
|
|
3055
|
+
*/
|
|
3056
|
+
prependListener(event: "Profiler.consoleProfileStarted", listener: (message: InspectorNotification<Profiler.ConsoleProfileStartedEventDataType>) => void): this;
|
|
3057
|
+
prependListener(event: "Profiler.consoleProfileFinished", listener: (message: InspectorNotification<Profiler.ConsoleProfileFinishedEventDataType>) => void): this;
|
|
3058
|
+
prependListener(event: "HeapProfiler.addHeapSnapshotChunk", listener: (message: InspectorNotification<HeapProfiler.AddHeapSnapshotChunkEventDataType>) => void): this;
|
|
3059
|
+
prependListener(event: "HeapProfiler.resetProfiles", listener: () => void): this;
|
|
3060
|
+
prependListener(event: "HeapProfiler.reportHeapSnapshotProgress", listener: (message: InspectorNotification<HeapProfiler.ReportHeapSnapshotProgressEventDataType>) => void): this;
|
|
3061
|
+
/**
|
|
3062
|
+
* If heap objects tracking has been started then backend regularly sends a current value for last seen object id and corresponding timestamp. If the were changes in the heap since last event then one or more heapStatsUpdate events will be sent before a new lastSeenObjectId event.
|
|
3063
|
+
*/
|
|
3064
|
+
prependListener(event: "HeapProfiler.lastSeenObjectId", listener: (message: InspectorNotification<HeapProfiler.LastSeenObjectIdEventDataType>) => void): this;
|
|
3065
|
+
/**
|
|
3066
|
+
* If heap objects tracking has been started then backend may send update for one or more fragments
|
|
3067
|
+
*/
|
|
3068
|
+
prependListener(event: "HeapProfiler.heapStatsUpdate", listener: (message: InspectorNotification<HeapProfiler.HeapStatsUpdateEventDataType>) => void): this;
|
|
3069
|
+
/**
|
|
3070
|
+
* Fired when page is about to send HTTP request.
|
|
3071
|
+
*/
|
|
3072
|
+
prependListener(event: "Network.requestWillBeSent", listener: (message: InspectorNotification<Network.RequestWillBeSentEventDataType>) => void): this;
|
|
3073
|
+
/**
|
|
3074
|
+
* Fired when HTTP response is available.
|
|
3075
|
+
*/
|
|
3076
|
+
prependListener(event: "Network.responseReceived", listener: (message: InspectorNotification<Network.ResponseReceivedEventDataType>) => void): this;
|
|
3077
|
+
prependListener(event: "Network.loadingFailed", listener: (message: InspectorNotification<Network.LoadingFailedEventDataType>) => void): this;
|
|
3078
|
+
prependListener(event: "Network.loadingFinished", listener: (message: InspectorNotification<Network.LoadingFinishedEventDataType>) => void): this;
|
|
3079
|
+
/**
|
|
3080
|
+
* Fired when data chunk was received over the network.
|
|
3081
|
+
*/
|
|
3082
|
+
prependListener(event: "Network.dataReceived", listener: (message: InspectorNotification<Network.DataReceivedEventDataType>) => void): this;
|
|
3083
|
+
/**
|
|
3084
|
+
* Fired upon WebSocket creation.
|
|
3085
|
+
*/
|
|
3086
|
+
prependListener(event: "Network.webSocketCreated", listener: (message: InspectorNotification<Network.WebSocketCreatedEventDataType>) => void): this;
|
|
3087
|
+
/**
|
|
3088
|
+
* Fired when WebSocket is closed.
|
|
3089
|
+
*/
|
|
3090
|
+
prependListener(event: "Network.webSocketClosed", listener: (message: InspectorNotification<Network.WebSocketClosedEventDataType>) => void): this;
|
|
3091
|
+
/**
|
|
3092
|
+
* Fired when WebSocket handshake response becomes available.
|
|
3093
|
+
*/
|
|
3094
|
+
prependListener(event: "Network.webSocketHandshakeResponseReceived", listener: (message: InspectorNotification<Network.WebSocketHandshakeResponseReceivedEventDataType>) => void): this;
|
|
3095
|
+
/**
|
|
3096
|
+
* This event is fired instead of `Runtime.executionContextDestroyed` when
|
|
3097
|
+
* enabled.
|
|
3098
|
+
* It is fired when the Node process finished all code execution and is
|
|
3099
|
+
* waiting for all frontends to disconnect.
|
|
3100
|
+
*/
|
|
3101
|
+
prependListener(event: "NodeRuntime.waitingForDisconnect", listener: () => void): this;
|
|
3102
|
+
/**
|
|
3103
|
+
* This event is fired when the runtime is waiting for the debugger. For
|
|
3104
|
+
* example, when inspector.waitingForDebugger is called
|
|
3105
|
+
*/
|
|
3106
|
+
prependListener(event: "NodeRuntime.waitingForDebugger", listener: () => void): this;
|
|
3107
|
+
/**
|
|
3108
|
+
* Contains an bucket of collected trace events.
|
|
3109
|
+
*/
|
|
3110
|
+
prependListener(event: "NodeTracing.dataCollected", listener: (message: InspectorNotification<NodeTracing.DataCollectedEventDataType>) => void): this;
|
|
3111
|
+
/**
|
|
3112
|
+
* Signals that tracing is stopped and there is no trace buffers pending flush, all data were
|
|
3113
|
+
* delivered via dataCollected events.
|
|
3114
|
+
*/
|
|
3115
|
+
prependListener(event: "NodeTracing.tracingComplete", listener: () => void): this;
|
|
3116
|
+
/**
|
|
3117
|
+
* Issued when attached to a worker.
|
|
3118
|
+
*/
|
|
3119
|
+
prependListener(event: "NodeWorker.attachedToWorker", listener: (message: InspectorNotification<NodeWorker.AttachedToWorkerEventDataType>) => void): this;
|
|
3120
|
+
/**
|
|
3121
|
+
* Issued when detached from the worker.
|
|
3122
|
+
*/
|
|
3123
|
+
prependListener(event: "NodeWorker.detachedFromWorker", listener: (message: InspectorNotification<NodeWorker.DetachedFromWorkerEventDataType>) => void): this;
|
|
3124
|
+
/**
|
|
3125
|
+
* Notifies about a new protocol message received from the session
|
|
3126
|
+
* (session ID is provided in attachedToWorker notification).
|
|
3127
|
+
*/
|
|
3128
|
+
prependListener(event: "NodeWorker.receivedMessageFromWorker", listener: (message: InspectorNotification<NodeWorker.ReceivedMessageFromWorkerEventDataType>) => void): this;
|
|
3129
|
+
prependListener(event: "Target.targetCreated", listener: (message: InspectorNotification<Target.TargetCreatedEventDataType>) => void): this;
|
|
3130
|
+
prependListener(event: "Target.attachedToTarget", listener: (message: InspectorNotification<Target.AttachedToTargetEventDataType>) => void): this;
|
|
3131
|
+
prependListener(event: "DOMStorage.domStorageItemAdded", listener: (message: InspectorNotification<DOMStorage.DomStorageItemAddedEventDataType>) => void): this;
|
|
3132
|
+
prependListener(event: "DOMStorage.domStorageItemRemoved", listener: (message: InspectorNotification<DOMStorage.DomStorageItemRemovedEventDataType>) => void): this;
|
|
3133
|
+
prependListener(event: "DOMStorage.domStorageItemUpdated", listener: (message: InspectorNotification<DOMStorage.DomStorageItemUpdatedEventDataType>) => void): this;
|
|
3134
|
+
prependListener(event: "DOMStorage.domStorageItemsCleared", listener: (message: InspectorNotification<DOMStorage.DomStorageItemsClearedEventDataType>) => void): this;
|
|
3135
|
+
prependOnceListener(event: string, listener: (...args: any[]) => void): this;
|
|
3136
|
+
/**
|
|
3137
|
+
* Emitted when any notification from the V8 Inspector is received.
|
|
3138
|
+
*/
|
|
3139
|
+
prependOnceListener(event: "inspectorNotification", listener: (message: InspectorNotification<object>) => void): this;
|
|
3140
|
+
/**
|
|
3141
|
+
* Issued when new execution context is created.
|
|
3142
|
+
*/
|
|
3143
|
+
prependOnceListener(event: "Runtime.executionContextCreated", listener: (message: InspectorNotification<Runtime.ExecutionContextCreatedEventDataType>) => void): this;
|
|
3144
|
+
/**
|
|
3145
|
+
* Issued when execution context is destroyed.
|
|
3146
|
+
*/
|
|
3147
|
+
prependOnceListener(event: "Runtime.executionContextDestroyed", listener: (message: InspectorNotification<Runtime.ExecutionContextDestroyedEventDataType>) => void): this;
|
|
3148
|
+
/**
|
|
3149
|
+
* Issued when all executionContexts were cleared in browser
|
|
3150
|
+
*/
|
|
3151
|
+
prependOnceListener(event: "Runtime.executionContextsCleared", listener: () => void): this;
|
|
3152
|
+
/**
|
|
3153
|
+
* Issued when exception was thrown and unhandled.
|
|
3154
|
+
*/
|
|
3155
|
+
prependOnceListener(event: "Runtime.exceptionThrown", listener: (message: InspectorNotification<Runtime.ExceptionThrownEventDataType>) => void): this;
|
|
3156
|
+
/**
|
|
3157
|
+
* Issued when unhandled exception was revoked.
|
|
3158
|
+
*/
|
|
3159
|
+
prependOnceListener(event: "Runtime.exceptionRevoked", listener: (message: InspectorNotification<Runtime.ExceptionRevokedEventDataType>) => void): this;
|
|
3160
|
+
/**
|
|
3161
|
+
* Issued when console API was called.
|
|
3162
|
+
*/
|
|
3163
|
+
prependOnceListener(event: "Runtime.consoleAPICalled", listener: (message: InspectorNotification<Runtime.ConsoleAPICalledEventDataType>) => void): this;
|
|
3164
|
+
/**
|
|
3165
|
+
* Issued when object should be inspected (for example, as a result of inspect() command line API call).
|
|
3166
|
+
*/
|
|
3167
|
+
prependOnceListener(event: "Runtime.inspectRequested", listener: (message: InspectorNotification<Runtime.InspectRequestedEventDataType>) => void): this;
|
|
3168
|
+
/**
|
|
3169
|
+
* Fired when virtual machine parses script. This event is also fired for all known and uncollected scripts upon enabling debugger.
|
|
3170
|
+
*/
|
|
3171
|
+
prependOnceListener(event: "Debugger.scriptParsed", listener: (message: InspectorNotification<Debugger.ScriptParsedEventDataType>) => void): this;
|
|
3172
|
+
/**
|
|
3173
|
+
* Fired when virtual machine fails to parse the script.
|
|
3174
|
+
*/
|
|
3175
|
+
prependOnceListener(event: "Debugger.scriptFailedToParse", listener: (message: InspectorNotification<Debugger.ScriptFailedToParseEventDataType>) => void): this;
|
|
3176
|
+
/**
|
|
3177
|
+
* Fired when breakpoint is resolved to an actual script and location.
|
|
3178
|
+
*/
|
|
3179
|
+
prependOnceListener(event: "Debugger.breakpointResolved", listener: (message: InspectorNotification<Debugger.BreakpointResolvedEventDataType>) => void): this;
|
|
3180
|
+
/**
|
|
3181
|
+
* Fired when the virtual machine stopped on breakpoint or exception or any other stop criteria.
|
|
3182
|
+
*/
|
|
3183
|
+
prependOnceListener(event: "Debugger.paused", listener: (message: InspectorNotification<Debugger.PausedEventDataType>) => void): this;
|
|
3184
|
+
/**
|
|
3185
|
+
* Fired when the virtual machine resumed execution.
|
|
3186
|
+
*/
|
|
3187
|
+
prependOnceListener(event: "Debugger.resumed", listener: () => void): this;
|
|
3188
|
+
/**
|
|
3189
|
+
* Issued when new console message is added.
|
|
3190
|
+
*/
|
|
3191
|
+
prependOnceListener(event: "Console.messageAdded", listener: (message: InspectorNotification<Console.MessageAddedEventDataType>) => void): this;
|
|
3192
|
+
/**
|
|
3193
|
+
* Sent when new profile recording is started using console.profile() call.
|
|
3194
|
+
*/
|
|
3195
|
+
prependOnceListener(event: "Profiler.consoleProfileStarted", listener: (message: InspectorNotification<Profiler.ConsoleProfileStartedEventDataType>) => void): this;
|
|
3196
|
+
prependOnceListener(event: "Profiler.consoleProfileFinished", listener: (message: InspectorNotification<Profiler.ConsoleProfileFinishedEventDataType>) => void): this;
|
|
3197
|
+
prependOnceListener(event: "HeapProfiler.addHeapSnapshotChunk", listener: (message: InspectorNotification<HeapProfiler.AddHeapSnapshotChunkEventDataType>) => void): this;
|
|
3198
|
+
prependOnceListener(event: "HeapProfiler.resetProfiles", listener: () => void): this;
|
|
3199
|
+
prependOnceListener(event: "HeapProfiler.reportHeapSnapshotProgress", listener: (message: InspectorNotification<HeapProfiler.ReportHeapSnapshotProgressEventDataType>) => void): this;
|
|
3200
|
+
/**
|
|
3201
|
+
* If heap objects tracking has been started then backend regularly sends a current value for last seen object id and corresponding timestamp. If the were changes in the heap since last event then one or more heapStatsUpdate events will be sent before a new lastSeenObjectId event.
|
|
3202
|
+
*/
|
|
3203
|
+
prependOnceListener(event: "HeapProfiler.lastSeenObjectId", listener: (message: InspectorNotification<HeapProfiler.LastSeenObjectIdEventDataType>) => void): this;
|
|
3204
|
+
/**
|
|
3205
|
+
* If heap objects tracking has been started then backend may send update for one or more fragments
|
|
3206
|
+
*/
|
|
3207
|
+
prependOnceListener(event: "HeapProfiler.heapStatsUpdate", listener: (message: InspectorNotification<HeapProfiler.HeapStatsUpdateEventDataType>) => void): this;
|
|
3208
|
+
/**
|
|
3209
|
+
* Fired when page is about to send HTTP request.
|
|
3210
|
+
*/
|
|
3211
|
+
prependOnceListener(event: "Network.requestWillBeSent", listener: (message: InspectorNotification<Network.RequestWillBeSentEventDataType>) => void): this;
|
|
3212
|
+
/**
|
|
3213
|
+
* Fired when HTTP response is available.
|
|
3214
|
+
*/
|
|
3215
|
+
prependOnceListener(event: "Network.responseReceived", listener: (message: InspectorNotification<Network.ResponseReceivedEventDataType>) => void): this;
|
|
3216
|
+
prependOnceListener(event: "Network.loadingFailed", listener: (message: InspectorNotification<Network.LoadingFailedEventDataType>) => void): this;
|
|
3217
|
+
prependOnceListener(event: "Network.loadingFinished", listener: (message: InspectorNotification<Network.LoadingFinishedEventDataType>) => void): this;
|
|
3218
|
+
/**
|
|
3219
|
+
* Fired when data chunk was received over the network.
|
|
3220
|
+
*/
|
|
3221
|
+
prependOnceListener(event: "Network.dataReceived", listener: (message: InspectorNotification<Network.DataReceivedEventDataType>) => void): this;
|
|
3222
|
+
/**
|
|
3223
|
+
* Fired upon WebSocket creation.
|
|
3224
|
+
*/
|
|
3225
|
+
prependOnceListener(event: "Network.webSocketCreated", listener: (message: InspectorNotification<Network.WebSocketCreatedEventDataType>) => void): this;
|
|
3226
|
+
/**
|
|
3227
|
+
* Fired when WebSocket is closed.
|
|
3228
|
+
*/
|
|
3229
|
+
prependOnceListener(event: "Network.webSocketClosed", listener: (message: InspectorNotification<Network.WebSocketClosedEventDataType>) => void): this;
|
|
3230
|
+
/**
|
|
3231
|
+
* Fired when WebSocket handshake response becomes available.
|
|
3232
|
+
*/
|
|
3233
|
+
prependOnceListener(event: "Network.webSocketHandshakeResponseReceived", listener: (message: InspectorNotification<Network.WebSocketHandshakeResponseReceivedEventDataType>) => void): this;
|
|
3234
|
+
/**
|
|
3235
|
+
* This event is fired instead of `Runtime.executionContextDestroyed` when
|
|
3236
|
+
* enabled.
|
|
3237
|
+
* It is fired when the Node process finished all code execution and is
|
|
3238
|
+
* waiting for all frontends to disconnect.
|
|
3239
|
+
*/
|
|
3240
|
+
prependOnceListener(event: "NodeRuntime.waitingForDisconnect", listener: () => void): this;
|
|
3241
|
+
/**
|
|
3242
|
+
* This event is fired when the runtime is waiting for the debugger. For
|
|
3243
|
+
* example, when inspector.waitingForDebugger is called
|
|
3244
|
+
*/
|
|
3245
|
+
prependOnceListener(event: "NodeRuntime.waitingForDebugger", listener: () => void): this;
|
|
3246
|
+
/**
|
|
3247
|
+
* Contains an bucket of collected trace events.
|
|
3248
|
+
*/
|
|
3249
|
+
prependOnceListener(event: "NodeTracing.dataCollected", listener: (message: InspectorNotification<NodeTracing.DataCollectedEventDataType>) => void): this;
|
|
3250
|
+
/**
|
|
3251
|
+
* Signals that tracing is stopped and there is no trace buffers pending flush, all data were
|
|
3252
|
+
* delivered via dataCollected events.
|
|
3253
|
+
*/
|
|
3254
|
+
prependOnceListener(event: "NodeTracing.tracingComplete", listener: () => void): this;
|
|
3255
|
+
/**
|
|
3256
|
+
* Issued when attached to a worker.
|
|
3257
|
+
*/
|
|
3258
|
+
prependOnceListener(event: "NodeWorker.attachedToWorker", listener: (message: InspectorNotification<NodeWorker.AttachedToWorkerEventDataType>) => void): this;
|
|
3259
|
+
/**
|
|
3260
|
+
* Issued when detached from the worker.
|
|
3261
|
+
*/
|
|
3262
|
+
prependOnceListener(event: "NodeWorker.detachedFromWorker", listener: (message: InspectorNotification<NodeWorker.DetachedFromWorkerEventDataType>) => void): this;
|
|
3263
|
+
/**
|
|
3264
|
+
* Notifies about a new protocol message received from the session
|
|
3265
|
+
* (session ID is provided in attachedToWorker notification).
|
|
3266
|
+
*/
|
|
3267
|
+
prependOnceListener(event: "NodeWorker.receivedMessageFromWorker", listener: (message: InspectorNotification<NodeWorker.ReceivedMessageFromWorkerEventDataType>) => void): this;
|
|
3268
|
+
prependOnceListener(event: "Target.targetCreated", listener: (message: InspectorNotification<Target.TargetCreatedEventDataType>) => void): this;
|
|
3269
|
+
prependOnceListener(event: "Target.attachedToTarget", listener: (message: InspectorNotification<Target.AttachedToTargetEventDataType>) => void): this;
|
|
3270
|
+
prependOnceListener(event: "DOMStorage.domStorageItemAdded", listener: (message: InspectorNotification<DOMStorage.DomStorageItemAddedEventDataType>) => void): this;
|
|
3271
|
+
prependOnceListener(event: "DOMStorage.domStorageItemRemoved", listener: (message: InspectorNotification<DOMStorage.DomStorageItemRemovedEventDataType>) => void): this;
|
|
3272
|
+
prependOnceListener(event: "DOMStorage.domStorageItemUpdated", listener: (message: InspectorNotification<DOMStorage.DomStorageItemUpdatedEventDataType>) => void): this;
|
|
3273
|
+
prependOnceListener(event: "DOMStorage.domStorageItemsCleared", listener: (message: InspectorNotification<DOMStorage.DomStorageItemsClearedEventDataType>) => void): this;
|
|
3274
|
+
}
|
|
3275
|
+
}
|
|
3276
|
+
declare module "node:inspector/promises" {
|
|
3277
|
+
export {
|
|
3278
|
+
Schema,
|
|
3279
|
+
Runtime,
|
|
3280
|
+
Debugger,
|
|
3281
|
+
Console,
|
|
3282
|
+
Profiler,
|
|
3283
|
+
HeapProfiler,
|
|
3284
|
+
IO,
|
|
3285
|
+
Network,
|
|
3286
|
+
NodeRuntime,
|
|
3287
|
+
NodeTracing,
|
|
3288
|
+
NodeWorker,
|
|
3289
|
+
Target,
|
|
3290
|
+
DOMStorage,
|
|
3291
|
+
Storage,
|
|
3292
|
+
} from 'inspector';
|
|
3293
|
+
}
|
|
3294
|
+
declare module "node:inspector/promises" {
|
|
3295
|
+
import {
|
|
3296
|
+
InspectorNotification,
|
|
3297
|
+
Schema,
|
|
3298
|
+
Runtime,
|
|
3299
|
+
Debugger,
|
|
3300
|
+
Console,
|
|
3301
|
+
Profiler,
|
|
3302
|
+
HeapProfiler,
|
|
3303
|
+
IO,
|
|
3304
|
+
Network,
|
|
3305
|
+
NodeRuntime,
|
|
3306
|
+
NodeTracing,
|
|
3307
|
+
NodeWorker,
|
|
3308
|
+
Target,
|
|
3309
|
+
DOMStorage,
|
|
3310
|
+
Storage,
|
|
3311
|
+
} from "inspector";
|
|
3312
|
+
/**
|
|
3313
|
+
* The `inspector.Session` is used for dispatching messages to the V8 inspector
|
|
3314
|
+
* back-end and receiving message responses and notifications.
|
|
3315
|
+
* @since v19.0.0
|
|
3316
|
+
*/
|
|
3317
|
+
interface Session {
|
|
3318
|
+
/**
|
|
3319
|
+
* Posts a message to the inspector back-end.
|
|
3320
|
+
*
|
|
3321
|
+
* ```js
|
|
3322
|
+
* import { Session } from 'node:inspector/promises';
|
|
3323
|
+
* try {
|
|
3324
|
+
* const session = new Session();
|
|
3325
|
+
* session.connect();
|
|
3326
|
+
* const result = await session.post('Runtime.evaluate', { expression: '2 + 2' });
|
|
3327
|
+
* console.log(result);
|
|
3328
|
+
* } catch (error) {
|
|
3329
|
+
* console.error(error);
|
|
3330
|
+
* }
|
|
3331
|
+
* // Output: { result: { type: 'number', value: 4, description: '4' } }
|
|
3332
|
+
* ```
|
|
3333
|
+
*
|
|
3334
|
+
* The latest version of the V8 inspector protocol is published on the
|
|
3335
|
+
* [Chrome DevTools Protocol Viewer](https://chromedevtools.github.io/devtools-protocol/v8/).
|
|
3336
|
+
*
|
|
3337
|
+
* Node.js inspector supports all the Chrome DevTools Protocol domains declared
|
|
3338
|
+
* by V8. Chrome DevTools Protocol domain provides an interface for interacting
|
|
3339
|
+
* with one of the runtime agents used to inspect the application state and listen
|
|
3340
|
+
* to the run-time events.
|
|
3341
|
+
*/
|
|
3342
|
+
post(method: string, params?: object): Promise<void>;
|
|
3343
|
+
/**
|
|
3344
|
+
* Returns supported domains.
|
|
3345
|
+
*/
|
|
3346
|
+
post(method: "Schema.getDomains"): Promise<Schema.GetDomainsReturnType>;
|
|
3347
|
+
/**
|
|
3348
|
+
* Evaluates expression on global object.
|
|
3349
|
+
*/
|
|
3350
|
+
post(method: "Runtime.evaluate", params?: Runtime.EvaluateParameterType): Promise<Runtime.EvaluateReturnType>;
|
|
3351
|
+
/**
|
|
3352
|
+
* Add handler to promise with given promise object id.
|
|
3353
|
+
*/
|
|
3354
|
+
post(method: "Runtime.awaitPromise", params?: Runtime.AwaitPromiseParameterType): Promise<Runtime.AwaitPromiseReturnType>;
|
|
3355
|
+
/**
|
|
3356
|
+
* Calls function with given declaration on the given object. Object group of the result is inherited from the target object.
|
|
3357
|
+
*/
|
|
3358
|
+
post(method: "Runtime.callFunctionOn", params?: Runtime.CallFunctionOnParameterType): Promise<Runtime.CallFunctionOnReturnType>;
|
|
3359
|
+
/**
|
|
3360
|
+
* Returns properties of a given object. Object group of the result is inherited from the target object.
|
|
3361
|
+
*/
|
|
3362
|
+
post(method: "Runtime.getProperties", params?: Runtime.GetPropertiesParameterType): Promise<Runtime.GetPropertiesReturnType>;
|
|
3363
|
+
/**
|
|
3364
|
+
* Releases remote object with given id.
|
|
3365
|
+
*/
|
|
3366
|
+
post(method: "Runtime.releaseObject", params?: Runtime.ReleaseObjectParameterType): Promise<void>;
|
|
3367
|
+
/**
|
|
3368
|
+
* Releases all remote objects that belong to a given group.
|
|
3369
|
+
*/
|
|
3370
|
+
post(method: "Runtime.releaseObjectGroup", params?: Runtime.ReleaseObjectGroupParameterType): Promise<void>;
|
|
3371
|
+
/**
|
|
3372
|
+
* Tells inspected instance to run if it was waiting for debugger to attach.
|
|
3373
|
+
*/
|
|
3374
|
+
post(method: "Runtime.runIfWaitingForDebugger"): Promise<void>;
|
|
3375
|
+
/**
|
|
3376
|
+
* Enables reporting of execution contexts creation by means of <code>executionContextCreated</code> event. When the reporting gets enabled the event will be sent immediately for each existing execution context.
|
|
3377
|
+
*/
|
|
3378
|
+
post(method: "Runtime.enable"): Promise<void>;
|
|
3379
|
+
/**
|
|
3380
|
+
* Disables reporting of execution contexts creation.
|
|
3381
|
+
*/
|
|
3382
|
+
post(method: "Runtime.disable"): Promise<void>;
|
|
3383
|
+
/**
|
|
3384
|
+
* Discards collected exceptions and console API calls.
|
|
3385
|
+
*/
|
|
3386
|
+
post(method: "Runtime.discardConsoleEntries"): Promise<void>;
|
|
3387
|
+
/**
|
|
3388
|
+
* @experimental
|
|
3389
|
+
*/
|
|
3390
|
+
post(method: "Runtime.setCustomObjectFormatterEnabled", params?: Runtime.SetCustomObjectFormatterEnabledParameterType): Promise<void>;
|
|
3391
|
+
/**
|
|
3392
|
+
* Compiles expression.
|
|
3393
|
+
*/
|
|
3394
|
+
post(method: "Runtime.compileScript", params?: Runtime.CompileScriptParameterType): Promise<Runtime.CompileScriptReturnType>;
|
|
3395
|
+
/**
|
|
3396
|
+
* Runs script with given id in a given context.
|
|
3397
|
+
*/
|
|
3398
|
+
post(method: "Runtime.runScript", params?: Runtime.RunScriptParameterType): Promise<Runtime.RunScriptReturnType>;
|
|
3399
|
+
post(method: "Runtime.queryObjects", params?: Runtime.QueryObjectsParameterType): Promise<Runtime.QueryObjectsReturnType>;
|
|
3400
|
+
/**
|
|
3401
|
+
* Returns all let, const and class variables from global scope.
|
|
3402
|
+
*/
|
|
3403
|
+
post(method: "Runtime.globalLexicalScopeNames", params?: Runtime.GlobalLexicalScopeNamesParameterType): Promise<Runtime.GlobalLexicalScopeNamesReturnType>;
|
|
3404
|
+
/**
|
|
3405
|
+
* Enables debugger for the given page. Clients should not assume that the debugging has been enabled until the result for this command is received.
|
|
3406
|
+
*/
|
|
3407
|
+
post(method: "Debugger.enable"): Promise<Debugger.EnableReturnType>;
|
|
3408
|
+
/**
|
|
3409
|
+
* Disables debugger for given page.
|
|
3410
|
+
*/
|
|
3411
|
+
post(method: "Debugger.disable"): Promise<void>;
|
|
3412
|
+
/**
|
|
3413
|
+
* Activates / deactivates all breakpoints on the page.
|
|
3414
|
+
*/
|
|
3415
|
+
post(method: "Debugger.setBreakpointsActive", params?: Debugger.SetBreakpointsActiveParameterType): Promise<void>;
|
|
3416
|
+
/**
|
|
3417
|
+
* Makes page not interrupt on any pauses (breakpoint, exception, dom exception etc).
|
|
3418
|
+
*/
|
|
3419
|
+
post(method: "Debugger.setSkipAllPauses", params?: Debugger.SetSkipAllPausesParameterType): Promise<void>;
|
|
3420
|
+
/**
|
|
3421
|
+
* Sets JavaScript breakpoint at given location specified either by URL or URL regex. Once this command is issued, all existing parsed scripts will have breakpoints resolved and returned in <code>locations</code> property. Further matching script parsing will result in subsequent <code>breakpointResolved</code> events issued. This logical breakpoint will survive page reloads.
|
|
3422
|
+
*/
|
|
3423
|
+
post(method: "Debugger.setBreakpointByUrl", params?: Debugger.SetBreakpointByUrlParameterType): Promise<Debugger.SetBreakpointByUrlReturnType>;
|
|
3424
|
+
/**
|
|
3425
|
+
* Sets JavaScript breakpoint at a given location.
|
|
3426
|
+
*/
|
|
3427
|
+
post(method: "Debugger.setBreakpoint", params?: Debugger.SetBreakpointParameterType): Promise<Debugger.SetBreakpointReturnType>;
|
|
3428
|
+
/**
|
|
3429
|
+
* Removes JavaScript breakpoint.
|
|
3430
|
+
*/
|
|
3431
|
+
post(method: "Debugger.removeBreakpoint", params?: Debugger.RemoveBreakpointParameterType): Promise<void>;
|
|
3432
|
+
/**
|
|
3433
|
+
* Returns possible locations for breakpoint. scriptId in start and end range locations should be the same.
|
|
3434
|
+
*/
|
|
3435
|
+
post(method: "Debugger.getPossibleBreakpoints", params?: Debugger.GetPossibleBreakpointsParameterType): Promise<Debugger.GetPossibleBreakpointsReturnType>;
|
|
3436
|
+
/**
|
|
3437
|
+
* Continues execution until specific location is reached.
|
|
3438
|
+
*/
|
|
3439
|
+
post(method: "Debugger.continueToLocation", params?: Debugger.ContinueToLocationParameterType): Promise<void>;
|
|
3440
|
+
/**
|
|
3441
|
+
* @experimental
|
|
3442
|
+
*/
|
|
3443
|
+
post(method: "Debugger.pauseOnAsyncCall", params?: Debugger.PauseOnAsyncCallParameterType): Promise<void>;
|
|
3444
|
+
/**
|
|
3445
|
+
* Steps over the statement.
|
|
3446
|
+
*/
|
|
3447
|
+
post(method: "Debugger.stepOver"): Promise<void>;
|
|
3448
|
+
/**
|
|
3449
|
+
* Steps into the function call.
|
|
3450
|
+
*/
|
|
3451
|
+
post(method: "Debugger.stepInto", params?: Debugger.StepIntoParameterType): Promise<void>;
|
|
3452
|
+
/**
|
|
3453
|
+
* Steps out of the function call.
|
|
3454
|
+
*/
|
|
3455
|
+
post(method: "Debugger.stepOut"): Promise<void>;
|
|
3456
|
+
/**
|
|
3457
|
+
* Stops on the next JavaScript statement.
|
|
3458
|
+
*/
|
|
3459
|
+
post(method: "Debugger.pause"): Promise<void>;
|
|
3460
|
+
/**
|
|
3461
|
+
* This method is deprecated - use Debugger.stepInto with breakOnAsyncCall and Debugger.pauseOnAsyncTask instead. Steps into next scheduled async task if any is scheduled before next pause. Returns success when async task is actually scheduled, returns error if no task were scheduled or another scheduleStepIntoAsync was called.
|
|
3462
|
+
* @experimental
|
|
3463
|
+
*/
|
|
3464
|
+
post(method: "Debugger.scheduleStepIntoAsync"): Promise<void>;
|
|
3465
|
+
/**
|
|
3466
|
+
* Resumes JavaScript execution.
|
|
3467
|
+
*/
|
|
3468
|
+
post(method: "Debugger.resume"): Promise<void>;
|
|
3469
|
+
/**
|
|
3470
|
+
* Returns stack trace with given <code>stackTraceId</code>.
|
|
3471
|
+
* @experimental
|
|
3472
|
+
*/
|
|
3473
|
+
post(method: "Debugger.getStackTrace", params?: Debugger.GetStackTraceParameterType): Promise<Debugger.GetStackTraceReturnType>;
|
|
3474
|
+
/**
|
|
3475
|
+
* Searches for given string in script content.
|
|
3476
|
+
*/
|
|
3477
|
+
post(method: "Debugger.searchInContent", params?: Debugger.SearchInContentParameterType): Promise<Debugger.SearchInContentReturnType>;
|
|
3478
|
+
/**
|
|
3479
|
+
* Edits JavaScript source live.
|
|
3480
|
+
*/
|
|
3481
|
+
post(method: "Debugger.setScriptSource", params?: Debugger.SetScriptSourceParameterType): Promise<Debugger.SetScriptSourceReturnType>;
|
|
3482
|
+
/**
|
|
3483
|
+
* Restarts particular call frame from the beginning.
|
|
3484
|
+
*/
|
|
3485
|
+
post(method: "Debugger.restartFrame", params?: Debugger.RestartFrameParameterType): Promise<Debugger.RestartFrameReturnType>;
|
|
3486
|
+
/**
|
|
3487
|
+
* Returns source for the script with given id.
|
|
3488
|
+
*/
|
|
3489
|
+
post(method: "Debugger.getScriptSource", params?: Debugger.GetScriptSourceParameterType): Promise<Debugger.GetScriptSourceReturnType>;
|
|
3490
|
+
/**
|
|
3491
|
+
* Defines pause on exceptions state. Can be set to stop on all exceptions, uncaught exceptions or no exceptions. Initial pause on exceptions state is <code>none</code>.
|
|
3492
|
+
*/
|
|
3493
|
+
post(method: "Debugger.setPauseOnExceptions", params?: Debugger.SetPauseOnExceptionsParameterType): Promise<void>;
|
|
3494
|
+
/**
|
|
3495
|
+
* Evaluates expression on a given call frame.
|
|
3496
|
+
*/
|
|
3497
|
+
post(method: "Debugger.evaluateOnCallFrame", params?: Debugger.EvaluateOnCallFrameParameterType): Promise<Debugger.EvaluateOnCallFrameReturnType>;
|
|
3498
|
+
/**
|
|
3499
|
+
* Changes value of variable in a callframe. Object-based scopes are not supported and must be mutated manually.
|
|
3500
|
+
*/
|
|
3501
|
+
post(method: "Debugger.setVariableValue", params?: Debugger.SetVariableValueParameterType): Promise<void>;
|
|
3502
|
+
/**
|
|
3503
|
+
* Changes return value in top frame. Available only at return break position.
|
|
3504
|
+
* @experimental
|
|
3505
|
+
*/
|
|
3506
|
+
post(method: "Debugger.setReturnValue", params?: Debugger.SetReturnValueParameterType): Promise<void>;
|
|
3507
|
+
/**
|
|
3508
|
+
* Enables or disables async call stacks tracking.
|
|
3509
|
+
*/
|
|
3510
|
+
post(method: "Debugger.setAsyncCallStackDepth", params?: Debugger.SetAsyncCallStackDepthParameterType): Promise<void>;
|
|
3511
|
+
/**
|
|
3512
|
+
* Replace previous blackbox patterns with passed ones. Forces backend to skip stepping/pausing in scripts with url matching one of the patterns. VM will try to leave blackboxed script by performing 'step in' several times, finally resorting to 'step out' if unsuccessful.
|
|
3513
|
+
* @experimental
|
|
3514
|
+
*/
|
|
3515
|
+
post(method: "Debugger.setBlackboxPatterns", params?: Debugger.SetBlackboxPatternsParameterType): Promise<void>;
|
|
3516
|
+
/**
|
|
3517
|
+
* Makes backend skip steps in the script in blackboxed ranges. VM will try leave blacklisted scripts by performing 'step in' several times, finally resorting to 'step out' if unsuccessful. Positions array contains positions where blackbox state is changed. First interval isn't blackboxed. Array should be sorted.
|
|
3518
|
+
* @experimental
|
|
3519
|
+
*/
|
|
3520
|
+
post(method: "Debugger.setBlackboxedRanges", params?: Debugger.SetBlackboxedRangesParameterType): Promise<void>;
|
|
3521
|
+
/**
|
|
3522
|
+
* Enables console domain, sends the messages collected so far to the client by means of the <code>messageAdded</code> notification.
|
|
3523
|
+
*/
|
|
3524
|
+
post(method: "Console.enable"): Promise<void>;
|
|
3525
|
+
/**
|
|
3526
|
+
* Disables console domain, prevents further console messages from being reported to the client.
|
|
3527
|
+
*/
|
|
3528
|
+
post(method: "Console.disable"): Promise<void>;
|
|
3529
|
+
/**
|
|
3530
|
+
* Does nothing.
|
|
3531
|
+
*/
|
|
3532
|
+
post(method: "Console.clearMessages"): Promise<void>;
|
|
3533
|
+
post(method: "Profiler.enable"): Promise<void>;
|
|
3534
|
+
post(method: "Profiler.disable"): Promise<void>;
|
|
3535
|
+
/**
|
|
3536
|
+
* Changes CPU profiler sampling interval. Must be called before CPU profiles recording started.
|
|
3537
|
+
*/
|
|
3538
|
+
post(method: "Profiler.setSamplingInterval", params?: Profiler.SetSamplingIntervalParameterType): Promise<void>;
|
|
3539
|
+
post(method: "Profiler.start"): Promise<void>;
|
|
3540
|
+
post(method: "Profiler.stop"): Promise<Profiler.StopReturnType>;
|
|
3541
|
+
/**
|
|
3542
|
+
* Enable precise code coverage. Coverage data for JavaScript executed before enabling precise code coverage may be incomplete. Enabling prevents running optimized code and resets execution counters.
|
|
3543
|
+
*/
|
|
3544
|
+
post(method: "Profiler.startPreciseCoverage", params?: Profiler.StartPreciseCoverageParameterType): Promise<void>;
|
|
3545
|
+
/**
|
|
3546
|
+
* Disable precise code coverage. Disabling releases unnecessary execution count records and allows executing optimized code.
|
|
3547
|
+
*/
|
|
3548
|
+
post(method: "Profiler.stopPreciseCoverage"): Promise<void>;
|
|
3549
|
+
/**
|
|
3550
|
+
* Collect coverage data for the current isolate, and resets execution counters. Precise code coverage needs to have started.
|
|
3551
|
+
*/
|
|
3552
|
+
post(method: "Profiler.takePreciseCoverage"): Promise<Profiler.TakePreciseCoverageReturnType>;
|
|
3553
|
+
/**
|
|
3554
|
+
* Collect coverage data for the current isolate. The coverage data may be incomplete due to garbage collection.
|
|
3555
|
+
*/
|
|
3556
|
+
post(method: "Profiler.getBestEffortCoverage"): Promise<Profiler.GetBestEffortCoverageReturnType>;
|
|
3557
|
+
post(method: "HeapProfiler.enable"): Promise<void>;
|
|
3558
|
+
post(method: "HeapProfiler.disable"): Promise<void>;
|
|
3559
|
+
post(method: "HeapProfiler.startTrackingHeapObjects", params?: HeapProfiler.StartTrackingHeapObjectsParameterType): Promise<void>;
|
|
3560
|
+
post(method: "HeapProfiler.stopTrackingHeapObjects", params?: HeapProfiler.StopTrackingHeapObjectsParameterType): Promise<void>;
|
|
3561
|
+
post(method: "HeapProfiler.takeHeapSnapshot", params?: HeapProfiler.TakeHeapSnapshotParameterType): Promise<void>;
|
|
3562
|
+
post(method: "HeapProfiler.collectGarbage"): Promise<void>;
|
|
3563
|
+
post(method: "HeapProfiler.getObjectByHeapObjectId", params?: HeapProfiler.GetObjectByHeapObjectIdParameterType): Promise<HeapProfiler.GetObjectByHeapObjectIdReturnType>;
|
|
3564
|
+
/**
|
|
3565
|
+
* Enables console to refer to the node with given id via $x (see Command Line API for more details $x functions).
|
|
3566
|
+
*/
|
|
3567
|
+
post(method: "HeapProfiler.addInspectedHeapObject", params?: HeapProfiler.AddInspectedHeapObjectParameterType): Promise<void>;
|
|
3568
|
+
post(method: "HeapProfiler.getHeapObjectId", params?: HeapProfiler.GetHeapObjectIdParameterType): Promise<HeapProfiler.GetHeapObjectIdReturnType>;
|
|
3569
|
+
post(method: "HeapProfiler.startSampling", params?: HeapProfiler.StartSamplingParameterType): Promise<void>;
|
|
3570
|
+
post(method: "HeapProfiler.stopSampling"): Promise<HeapProfiler.StopSamplingReturnType>;
|
|
3571
|
+
post(method: "HeapProfiler.getSamplingProfile"): Promise<HeapProfiler.GetSamplingProfileReturnType>;
|
|
3572
|
+
/**
|
|
3573
|
+
* Read a chunk of the stream
|
|
3574
|
+
*/
|
|
3575
|
+
post(method: "IO.read", params?: IO.ReadParameterType): Promise<IO.ReadReturnType>;
|
|
3576
|
+
post(method: "IO.close", params?: IO.CloseParameterType): Promise<void>;
|
|
3577
|
+
/**
|
|
3578
|
+
* Disables network tracking, prevents network events from being sent to the client.
|
|
3579
|
+
*/
|
|
3580
|
+
post(method: "Network.disable"): Promise<void>;
|
|
3581
|
+
/**
|
|
3582
|
+
* Enables network tracking, network events will now be delivered to the client.
|
|
3583
|
+
*/
|
|
3584
|
+
post(method: "Network.enable", params?: Network.EnableParameterType): Promise<void>;
|
|
3585
|
+
/**
|
|
3586
|
+
* Returns post data sent with the request. Returns an error when no data was sent with the request.
|
|
3587
|
+
*/
|
|
3588
|
+
post(method: "Network.getRequestPostData", params?: Network.GetRequestPostDataParameterType): Promise<Network.GetRequestPostDataReturnType>;
|
|
3589
|
+
/**
|
|
3590
|
+
* Returns content served for the given request.
|
|
3591
|
+
*/
|
|
3592
|
+
post(method: "Network.getResponseBody", params?: Network.GetResponseBodyParameterType): Promise<Network.GetResponseBodyReturnType>;
|
|
3593
|
+
/**
|
|
3594
|
+
* Enables streaming of the response for the given requestId.
|
|
3595
|
+
* If enabled, the dataReceived event contains the data that was received during streaming.
|
|
3596
|
+
* @experimental
|
|
3597
|
+
*/
|
|
3598
|
+
post(method: "Network.streamResourceContent", params?: Network.StreamResourceContentParameterType): Promise<Network.StreamResourceContentReturnType>;
|
|
3599
|
+
/**
|
|
3600
|
+
* Fetches the resource and returns the content.
|
|
3601
|
+
*/
|
|
3602
|
+
post(method: "Network.loadNetworkResource", params?: Network.LoadNetworkResourceParameterType): Promise<Network.LoadNetworkResourceReturnType>;
|
|
3603
|
+
/**
|
|
3604
|
+
* Enable the NodeRuntime events except by `NodeRuntime.waitingForDisconnect`.
|
|
3605
|
+
*/
|
|
3606
|
+
post(method: "NodeRuntime.enable"): Promise<void>;
|
|
3607
|
+
/**
|
|
3608
|
+
* Disable NodeRuntime events
|
|
3609
|
+
*/
|
|
3610
|
+
post(method: "NodeRuntime.disable"): Promise<void>;
|
|
3611
|
+
/**
|
|
3612
|
+
* Enable the `NodeRuntime.waitingForDisconnect`.
|
|
3613
|
+
*/
|
|
3614
|
+
post(method: "NodeRuntime.notifyWhenWaitingForDisconnect", params?: NodeRuntime.NotifyWhenWaitingForDisconnectParameterType): Promise<void>;
|
|
3615
|
+
/**
|
|
3616
|
+
* Gets supported tracing categories.
|
|
3617
|
+
*/
|
|
3618
|
+
post(method: "NodeTracing.getCategories"): Promise<NodeTracing.GetCategoriesReturnType>;
|
|
3619
|
+
/**
|
|
3620
|
+
* Start trace events collection.
|
|
3621
|
+
*/
|
|
3622
|
+
post(method: "NodeTracing.start", params?: NodeTracing.StartParameterType): Promise<void>;
|
|
3623
|
+
/**
|
|
3624
|
+
* Stop trace events collection. Remaining collected events will be sent as a sequence of
|
|
3625
|
+
* dataCollected events followed by tracingComplete event.
|
|
3626
|
+
*/
|
|
3627
|
+
post(method: "NodeTracing.stop"): Promise<void>;
|
|
3628
|
+
/**
|
|
3629
|
+
* Sends protocol message over session with given id.
|
|
3630
|
+
*/
|
|
3631
|
+
post(method: "NodeWorker.sendMessageToWorker", params?: NodeWorker.SendMessageToWorkerParameterType): Promise<void>;
|
|
3632
|
+
/**
|
|
3633
|
+
* Instructs the inspector to attach to running workers. Will also attach to new workers
|
|
3634
|
+
* as they start
|
|
3635
|
+
*/
|
|
3636
|
+
post(method: "NodeWorker.enable", params?: NodeWorker.EnableParameterType): Promise<void>;
|
|
3637
|
+
/**
|
|
3638
|
+
* Detaches from all running workers and disables attaching to new workers as they are started.
|
|
3639
|
+
*/
|
|
3640
|
+
post(method: "NodeWorker.disable"): Promise<void>;
|
|
3641
|
+
/**
|
|
3642
|
+
* Detached from the worker with given sessionId.
|
|
3643
|
+
*/
|
|
3644
|
+
post(method: "NodeWorker.detach", params?: NodeWorker.DetachParameterType): Promise<void>;
|
|
3645
|
+
post(method: "Target.setAutoAttach", params?: Target.SetAutoAttachParameterType): Promise<void>;
|
|
3646
|
+
post(method: "DOMStorage.clear", params?: DOMStorage.ClearParameterType): Promise<void>;
|
|
3647
|
+
/**
|
|
3648
|
+
* Disables storage tracking, prevents storage events from being sent to the client.
|
|
3649
|
+
*/
|
|
3650
|
+
post(method: "DOMStorage.disable"): Promise<void>;
|
|
3651
|
+
/**
|
|
3652
|
+
* Enables storage tracking, storage events will now be delivered to the client.
|
|
3653
|
+
*/
|
|
3654
|
+
post(method: "DOMStorage.enable"): Promise<void>;
|
|
3655
|
+
post(method: "DOMStorage.getDOMStorageItems", params?: DOMStorage.GetDOMStorageItemsParameterType): Promise<DOMStorage.GetDOMStorageItemsReturnType>;
|
|
3656
|
+
post(method: "DOMStorage.removeDOMStorageItem", params?: DOMStorage.RemoveDOMStorageItemParameterType): Promise<void>;
|
|
3657
|
+
post(method: "DOMStorage.setDOMStorageItem", params?: DOMStorage.SetDOMStorageItemParameterType): Promise<void>;
|
|
3658
|
+
/**
|
|
3659
|
+
* @experimental
|
|
3660
|
+
*/
|
|
3661
|
+
post(method: "Storage.getStorageKey", params?: Storage.GetStorageKeyParameterType): Promise<Storage.GetStorageKeyReturnType>;
|
|
3662
|
+
addListener(event: string, listener: (...args: any[]) => void): this;
|
|
3663
|
+
/**
|
|
3664
|
+
* Emitted when any notification from the V8 Inspector is received.
|
|
3665
|
+
*/
|
|
3666
|
+
addListener(event: "inspectorNotification", listener: (message: InspectorNotification<object>) => void): this;
|
|
3667
|
+
/**
|
|
3668
|
+
* Issued when new execution context is created.
|
|
3669
|
+
*/
|
|
3670
|
+
addListener(event: "Runtime.executionContextCreated", listener: (message: InspectorNotification<Runtime.ExecutionContextCreatedEventDataType>) => void): this;
|
|
3671
|
+
/**
|
|
3672
|
+
* Issued when execution context is destroyed.
|
|
3673
|
+
*/
|
|
3674
|
+
addListener(event: "Runtime.executionContextDestroyed", listener: (message: InspectorNotification<Runtime.ExecutionContextDestroyedEventDataType>) => void): this;
|
|
3675
|
+
/**
|
|
3676
|
+
* Issued when all executionContexts were cleared in browser
|
|
3677
|
+
*/
|
|
3678
|
+
addListener(event: "Runtime.executionContextsCleared", listener: () => void): this;
|
|
3679
|
+
/**
|
|
3680
|
+
* Issued when exception was thrown and unhandled.
|
|
3681
|
+
*/
|
|
3682
|
+
addListener(event: "Runtime.exceptionThrown", listener: (message: InspectorNotification<Runtime.ExceptionThrownEventDataType>) => void): this;
|
|
3683
|
+
/**
|
|
3684
|
+
* Issued when unhandled exception was revoked.
|
|
3685
|
+
*/
|
|
3686
|
+
addListener(event: "Runtime.exceptionRevoked", listener: (message: InspectorNotification<Runtime.ExceptionRevokedEventDataType>) => void): this;
|
|
3687
|
+
/**
|
|
3688
|
+
* Issued when console API was called.
|
|
3689
|
+
*/
|
|
3690
|
+
addListener(event: "Runtime.consoleAPICalled", listener: (message: InspectorNotification<Runtime.ConsoleAPICalledEventDataType>) => void): this;
|
|
3691
|
+
/**
|
|
3692
|
+
* Issued when object should be inspected (for example, as a result of inspect() command line API call).
|
|
3693
|
+
*/
|
|
3694
|
+
addListener(event: "Runtime.inspectRequested", listener: (message: InspectorNotification<Runtime.InspectRequestedEventDataType>) => void): this;
|
|
3695
|
+
/**
|
|
3696
|
+
* Fired when virtual machine parses script. This event is also fired for all known and uncollected scripts upon enabling debugger.
|
|
3697
|
+
*/
|
|
3698
|
+
addListener(event: "Debugger.scriptParsed", listener: (message: InspectorNotification<Debugger.ScriptParsedEventDataType>) => void): this;
|
|
3699
|
+
/**
|
|
3700
|
+
* Fired when virtual machine fails to parse the script.
|
|
3701
|
+
*/
|
|
3702
|
+
addListener(event: "Debugger.scriptFailedToParse", listener: (message: InspectorNotification<Debugger.ScriptFailedToParseEventDataType>) => void): this;
|
|
3703
|
+
/**
|
|
3704
|
+
* Fired when breakpoint is resolved to an actual script and location.
|
|
3705
|
+
*/
|
|
3706
|
+
addListener(event: "Debugger.breakpointResolved", listener: (message: InspectorNotification<Debugger.BreakpointResolvedEventDataType>) => void): this;
|
|
3707
|
+
/**
|
|
3708
|
+
* Fired when the virtual machine stopped on breakpoint or exception or any other stop criteria.
|
|
3709
|
+
*/
|
|
3710
|
+
addListener(event: "Debugger.paused", listener: (message: InspectorNotification<Debugger.PausedEventDataType>) => void): this;
|
|
3711
|
+
/**
|
|
3712
|
+
* Fired when the virtual machine resumed execution.
|
|
3713
|
+
*/
|
|
3714
|
+
addListener(event: "Debugger.resumed", listener: () => void): this;
|
|
3715
|
+
/**
|
|
3716
|
+
* Issued when new console message is added.
|
|
3717
|
+
*/
|
|
3718
|
+
addListener(event: "Console.messageAdded", listener: (message: InspectorNotification<Console.MessageAddedEventDataType>) => void): this;
|
|
3719
|
+
/**
|
|
3720
|
+
* Sent when new profile recording is started using console.profile() call.
|
|
3721
|
+
*/
|
|
3722
|
+
addListener(event: "Profiler.consoleProfileStarted", listener: (message: InspectorNotification<Profiler.ConsoleProfileStartedEventDataType>) => void): this;
|
|
3723
|
+
addListener(event: "Profiler.consoleProfileFinished", listener: (message: InspectorNotification<Profiler.ConsoleProfileFinishedEventDataType>) => void): this;
|
|
3724
|
+
addListener(event: "HeapProfiler.addHeapSnapshotChunk", listener: (message: InspectorNotification<HeapProfiler.AddHeapSnapshotChunkEventDataType>) => void): this;
|
|
3725
|
+
addListener(event: "HeapProfiler.resetProfiles", listener: () => void): this;
|
|
3726
|
+
addListener(event: "HeapProfiler.reportHeapSnapshotProgress", listener: (message: InspectorNotification<HeapProfiler.ReportHeapSnapshotProgressEventDataType>) => void): this;
|
|
3727
|
+
/**
|
|
3728
|
+
* If heap objects tracking has been started then backend regularly sends a current value for last seen object id and corresponding timestamp. If the were changes in the heap since last event then one or more heapStatsUpdate events will be sent before a new lastSeenObjectId event.
|
|
3729
|
+
*/
|
|
3730
|
+
addListener(event: "HeapProfiler.lastSeenObjectId", listener: (message: InspectorNotification<HeapProfiler.LastSeenObjectIdEventDataType>) => void): this;
|
|
3731
|
+
/**
|
|
3732
|
+
* If heap objects tracking has been started then backend may send update for one or more fragments
|
|
3733
|
+
*/
|
|
3734
|
+
addListener(event: "HeapProfiler.heapStatsUpdate", listener: (message: InspectorNotification<HeapProfiler.HeapStatsUpdateEventDataType>) => void): this;
|
|
3735
|
+
/**
|
|
3736
|
+
* Fired when page is about to send HTTP request.
|
|
3737
|
+
*/
|
|
3738
|
+
addListener(event: "Network.requestWillBeSent", listener: (message: InspectorNotification<Network.RequestWillBeSentEventDataType>) => void): this;
|
|
3739
|
+
/**
|
|
3740
|
+
* Fired when HTTP response is available.
|
|
3741
|
+
*/
|
|
3742
|
+
addListener(event: "Network.responseReceived", listener: (message: InspectorNotification<Network.ResponseReceivedEventDataType>) => void): this;
|
|
3743
|
+
addListener(event: "Network.loadingFailed", listener: (message: InspectorNotification<Network.LoadingFailedEventDataType>) => void): this;
|
|
3744
|
+
addListener(event: "Network.loadingFinished", listener: (message: InspectorNotification<Network.LoadingFinishedEventDataType>) => void): this;
|
|
3745
|
+
/**
|
|
3746
|
+
* Fired when data chunk was received over the network.
|
|
3747
|
+
*/
|
|
3748
|
+
addListener(event: "Network.dataReceived", listener: (message: InspectorNotification<Network.DataReceivedEventDataType>) => void): this;
|
|
3749
|
+
/**
|
|
3750
|
+
* Fired upon WebSocket creation.
|
|
3751
|
+
*/
|
|
3752
|
+
addListener(event: "Network.webSocketCreated", listener: (message: InspectorNotification<Network.WebSocketCreatedEventDataType>) => void): this;
|
|
3753
|
+
/**
|
|
3754
|
+
* Fired when WebSocket is closed.
|
|
3755
|
+
*/
|
|
3756
|
+
addListener(event: "Network.webSocketClosed", listener: (message: InspectorNotification<Network.WebSocketClosedEventDataType>) => void): this;
|
|
3757
|
+
/**
|
|
3758
|
+
* Fired when WebSocket handshake response becomes available.
|
|
3759
|
+
*/
|
|
3760
|
+
addListener(event: "Network.webSocketHandshakeResponseReceived", listener: (message: InspectorNotification<Network.WebSocketHandshakeResponseReceivedEventDataType>) => void): this;
|
|
3761
|
+
/**
|
|
3762
|
+
* This event is fired instead of `Runtime.executionContextDestroyed` when
|
|
3763
|
+
* enabled.
|
|
3764
|
+
* It is fired when the Node process finished all code execution and is
|
|
3765
|
+
* waiting for all frontends to disconnect.
|
|
3766
|
+
*/
|
|
3767
|
+
addListener(event: "NodeRuntime.waitingForDisconnect", listener: () => void): this;
|
|
3768
|
+
/**
|
|
3769
|
+
* This event is fired when the runtime is waiting for the debugger. For
|
|
3770
|
+
* example, when inspector.waitingForDebugger is called
|
|
3771
|
+
*/
|
|
3772
|
+
addListener(event: "NodeRuntime.waitingForDebugger", listener: () => void): this;
|
|
3773
|
+
/**
|
|
3774
|
+
* Contains an bucket of collected trace events.
|
|
3775
|
+
*/
|
|
3776
|
+
addListener(event: "NodeTracing.dataCollected", listener: (message: InspectorNotification<NodeTracing.DataCollectedEventDataType>) => void): this;
|
|
3777
|
+
/**
|
|
3778
|
+
* Signals that tracing is stopped and there is no trace buffers pending flush, all data were
|
|
3779
|
+
* delivered via dataCollected events.
|
|
3780
|
+
*/
|
|
3781
|
+
addListener(event: "NodeTracing.tracingComplete", listener: () => void): this;
|
|
3782
|
+
/**
|
|
3783
|
+
* Issued when attached to a worker.
|
|
3784
|
+
*/
|
|
3785
|
+
addListener(event: "NodeWorker.attachedToWorker", listener: (message: InspectorNotification<NodeWorker.AttachedToWorkerEventDataType>) => void): this;
|
|
3786
|
+
/**
|
|
3787
|
+
* Issued when detached from the worker.
|
|
3788
|
+
*/
|
|
3789
|
+
addListener(event: "NodeWorker.detachedFromWorker", listener: (message: InspectorNotification<NodeWorker.DetachedFromWorkerEventDataType>) => void): this;
|
|
3790
|
+
/**
|
|
3791
|
+
* Notifies about a new protocol message received from the session
|
|
3792
|
+
* (session ID is provided in attachedToWorker notification).
|
|
3793
|
+
*/
|
|
3794
|
+
addListener(event: "NodeWorker.receivedMessageFromWorker", listener: (message: InspectorNotification<NodeWorker.ReceivedMessageFromWorkerEventDataType>) => void): this;
|
|
3795
|
+
addListener(event: "Target.targetCreated", listener: (message: InspectorNotification<Target.TargetCreatedEventDataType>) => void): this;
|
|
3796
|
+
addListener(event: "Target.attachedToTarget", listener: (message: InspectorNotification<Target.AttachedToTargetEventDataType>) => void): this;
|
|
3797
|
+
addListener(event: "DOMStorage.domStorageItemAdded", listener: (message: InspectorNotification<DOMStorage.DomStorageItemAddedEventDataType>) => void): this;
|
|
3798
|
+
addListener(event: "DOMStorage.domStorageItemRemoved", listener: (message: InspectorNotification<DOMStorage.DomStorageItemRemovedEventDataType>) => void): this;
|
|
3799
|
+
addListener(event: "DOMStorage.domStorageItemUpdated", listener: (message: InspectorNotification<DOMStorage.DomStorageItemUpdatedEventDataType>) => void): this;
|
|
3800
|
+
addListener(event: "DOMStorage.domStorageItemsCleared", listener: (message: InspectorNotification<DOMStorage.DomStorageItemsClearedEventDataType>) => void): this;
|
|
3801
|
+
emit(event: string | symbol, ...args: any[]): boolean;
|
|
3802
|
+
emit(event: "inspectorNotification", message: InspectorNotification<object>): boolean;
|
|
3803
|
+
emit(event: "Runtime.executionContextCreated", message: InspectorNotification<Runtime.ExecutionContextCreatedEventDataType>): boolean;
|
|
3804
|
+
emit(event: "Runtime.executionContextDestroyed", message: InspectorNotification<Runtime.ExecutionContextDestroyedEventDataType>): boolean;
|
|
3805
|
+
emit(event: "Runtime.executionContextsCleared"): boolean;
|
|
3806
|
+
emit(event: "Runtime.exceptionThrown", message: InspectorNotification<Runtime.ExceptionThrownEventDataType>): boolean;
|
|
3807
|
+
emit(event: "Runtime.exceptionRevoked", message: InspectorNotification<Runtime.ExceptionRevokedEventDataType>): boolean;
|
|
3808
|
+
emit(event: "Runtime.consoleAPICalled", message: InspectorNotification<Runtime.ConsoleAPICalledEventDataType>): boolean;
|
|
3809
|
+
emit(event: "Runtime.inspectRequested", message: InspectorNotification<Runtime.InspectRequestedEventDataType>): boolean;
|
|
3810
|
+
emit(event: "Debugger.scriptParsed", message: InspectorNotification<Debugger.ScriptParsedEventDataType>): boolean;
|
|
3811
|
+
emit(event: "Debugger.scriptFailedToParse", message: InspectorNotification<Debugger.ScriptFailedToParseEventDataType>): boolean;
|
|
3812
|
+
emit(event: "Debugger.breakpointResolved", message: InspectorNotification<Debugger.BreakpointResolvedEventDataType>): boolean;
|
|
3813
|
+
emit(event: "Debugger.paused", message: InspectorNotification<Debugger.PausedEventDataType>): boolean;
|
|
3814
|
+
emit(event: "Debugger.resumed"): boolean;
|
|
3815
|
+
emit(event: "Console.messageAdded", message: InspectorNotification<Console.MessageAddedEventDataType>): boolean;
|
|
3816
|
+
emit(event: "Profiler.consoleProfileStarted", message: InspectorNotification<Profiler.ConsoleProfileStartedEventDataType>): boolean;
|
|
3817
|
+
emit(event: "Profiler.consoleProfileFinished", message: InspectorNotification<Profiler.ConsoleProfileFinishedEventDataType>): boolean;
|
|
3818
|
+
emit(event: "HeapProfiler.addHeapSnapshotChunk", message: InspectorNotification<HeapProfiler.AddHeapSnapshotChunkEventDataType>): boolean;
|
|
3819
|
+
emit(event: "HeapProfiler.resetProfiles"): boolean;
|
|
3820
|
+
emit(event: "HeapProfiler.reportHeapSnapshotProgress", message: InspectorNotification<HeapProfiler.ReportHeapSnapshotProgressEventDataType>): boolean;
|
|
3821
|
+
emit(event: "HeapProfiler.lastSeenObjectId", message: InspectorNotification<HeapProfiler.LastSeenObjectIdEventDataType>): boolean;
|
|
3822
|
+
emit(event: "HeapProfiler.heapStatsUpdate", message: InspectorNotification<HeapProfiler.HeapStatsUpdateEventDataType>): boolean;
|
|
3823
|
+
emit(event: "Network.requestWillBeSent", message: InspectorNotification<Network.RequestWillBeSentEventDataType>): boolean;
|
|
3824
|
+
emit(event: "Network.responseReceived", message: InspectorNotification<Network.ResponseReceivedEventDataType>): boolean;
|
|
3825
|
+
emit(event: "Network.loadingFailed", message: InspectorNotification<Network.LoadingFailedEventDataType>): boolean;
|
|
3826
|
+
emit(event: "Network.loadingFinished", message: InspectorNotification<Network.LoadingFinishedEventDataType>): boolean;
|
|
3827
|
+
emit(event: "Network.dataReceived", message: InspectorNotification<Network.DataReceivedEventDataType>): boolean;
|
|
3828
|
+
emit(event: "Network.webSocketCreated", message: InspectorNotification<Network.WebSocketCreatedEventDataType>): boolean;
|
|
3829
|
+
emit(event: "Network.webSocketClosed", message: InspectorNotification<Network.WebSocketClosedEventDataType>): boolean;
|
|
3830
|
+
emit(event: "Network.webSocketHandshakeResponseReceived", message: InspectorNotification<Network.WebSocketHandshakeResponseReceivedEventDataType>): boolean;
|
|
3831
|
+
emit(event: "NodeRuntime.waitingForDisconnect"): boolean;
|
|
3832
|
+
emit(event: "NodeRuntime.waitingForDebugger"): boolean;
|
|
3833
|
+
emit(event: "NodeTracing.dataCollected", message: InspectorNotification<NodeTracing.DataCollectedEventDataType>): boolean;
|
|
3834
|
+
emit(event: "NodeTracing.tracingComplete"): boolean;
|
|
3835
|
+
emit(event: "NodeWorker.attachedToWorker", message: InspectorNotification<NodeWorker.AttachedToWorkerEventDataType>): boolean;
|
|
3836
|
+
emit(event: "NodeWorker.detachedFromWorker", message: InspectorNotification<NodeWorker.DetachedFromWorkerEventDataType>): boolean;
|
|
3837
|
+
emit(event: "NodeWorker.receivedMessageFromWorker", message: InspectorNotification<NodeWorker.ReceivedMessageFromWorkerEventDataType>): boolean;
|
|
3838
|
+
emit(event: "Target.targetCreated", message: InspectorNotification<Target.TargetCreatedEventDataType>): boolean;
|
|
3839
|
+
emit(event: "Target.attachedToTarget", message: InspectorNotification<Target.AttachedToTargetEventDataType>): boolean;
|
|
3840
|
+
emit(event: "DOMStorage.domStorageItemAdded", message: InspectorNotification<DOMStorage.DomStorageItemAddedEventDataType>): boolean;
|
|
3841
|
+
emit(event: "DOMStorage.domStorageItemRemoved", message: InspectorNotification<DOMStorage.DomStorageItemRemovedEventDataType>): boolean;
|
|
3842
|
+
emit(event: "DOMStorage.domStorageItemUpdated", message: InspectorNotification<DOMStorage.DomStorageItemUpdatedEventDataType>): boolean;
|
|
3843
|
+
emit(event: "DOMStorage.domStorageItemsCleared", message: InspectorNotification<DOMStorage.DomStorageItemsClearedEventDataType>): boolean;
|
|
3844
|
+
on(event: string, listener: (...args: any[]) => void): this;
|
|
3845
|
+
/**
|
|
3846
|
+
* Emitted when any notification from the V8 Inspector is received.
|
|
3847
|
+
*/
|
|
3848
|
+
on(event: "inspectorNotification", listener: (message: InspectorNotification<object>) => void): this;
|
|
3849
|
+
/**
|
|
3850
|
+
* Issued when new execution context is created.
|
|
3851
|
+
*/
|
|
3852
|
+
on(event: "Runtime.executionContextCreated", listener: (message: InspectorNotification<Runtime.ExecutionContextCreatedEventDataType>) => void): this;
|
|
3853
|
+
/**
|
|
3854
|
+
* Issued when execution context is destroyed.
|
|
3855
|
+
*/
|
|
3856
|
+
on(event: "Runtime.executionContextDestroyed", listener: (message: InspectorNotification<Runtime.ExecutionContextDestroyedEventDataType>) => void): this;
|
|
3857
|
+
/**
|
|
3858
|
+
* Issued when all executionContexts were cleared in browser
|
|
3859
|
+
*/
|
|
3860
|
+
on(event: "Runtime.executionContextsCleared", listener: () => void): this;
|
|
3861
|
+
/**
|
|
3862
|
+
* Issued when exception was thrown and unhandled.
|
|
3863
|
+
*/
|
|
3864
|
+
on(event: "Runtime.exceptionThrown", listener: (message: InspectorNotification<Runtime.ExceptionThrownEventDataType>) => void): this;
|
|
3865
|
+
/**
|
|
3866
|
+
* Issued when unhandled exception was revoked.
|
|
3867
|
+
*/
|
|
3868
|
+
on(event: "Runtime.exceptionRevoked", listener: (message: InspectorNotification<Runtime.ExceptionRevokedEventDataType>) => void): this;
|
|
3869
|
+
/**
|
|
3870
|
+
* Issued when console API was called.
|
|
3871
|
+
*/
|
|
3872
|
+
on(event: "Runtime.consoleAPICalled", listener: (message: InspectorNotification<Runtime.ConsoleAPICalledEventDataType>) => void): this;
|
|
3873
|
+
/**
|
|
3874
|
+
* Issued when object should be inspected (for example, as a result of inspect() command line API call).
|
|
3875
|
+
*/
|
|
3876
|
+
on(event: "Runtime.inspectRequested", listener: (message: InspectorNotification<Runtime.InspectRequestedEventDataType>) => void): this;
|
|
3877
|
+
/**
|
|
3878
|
+
* Fired when virtual machine parses script. This event is also fired for all known and uncollected scripts upon enabling debugger.
|
|
3879
|
+
*/
|
|
3880
|
+
on(event: "Debugger.scriptParsed", listener: (message: InspectorNotification<Debugger.ScriptParsedEventDataType>) => void): this;
|
|
3881
|
+
/**
|
|
3882
|
+
* Fired when virtual machine fails to parse the script.
|
|
3883
|
+
*/
|
|
3884
|
+
on(event: "Debugger.scriptFailedToParse", listener: (message: InspectorNotification<Debugger.ScriptFailedToParseEventDataType>) => void): this;
|
|
3885
|
+
/**
|
|
3886
|
+
* Fired when breakpoint is resolved to an actual script and location.
|
|
3887
|
+
*/
|
|
3888
|
+
on(event: "Debugger.breakpointResolved", listener: (message: InspectorNotification<Debugger.BreakpointResolvedEventDataType>) => void): this;
|
|
3889
|
+
/**
|
|
3890
|
+
* Fired when the virtual machine stopped on breakpoint or exception or any other stop criteria.
|
|
3891
|
+
*/
|
|
3892
|
+
on(event: "Debugger.paused", listener: (message: InspectorNotification<Debugger.PausedEventDataType>) => void): this;
|
|
3893
|
+
/**
|
|
3894
|
+
* Fired when the virtual machine resumed execution.
|
|
3895
|
+
*/
|
|
3896
|
+
on(event: "Debugger.resumed", listener: () => void): this;
|
|
3897
|
+
/**
|
|
3898
|
+
* Issued when new console message is added.
|
|
3899
|
+
*/
|
|
3900
|
+
on(event: "Console.messageAdded", listener: (message: InspectorNotification<Console.MessageAddedEventDataType>) => void): this;
|
|
3901
|
+
/**
|
|
3902
|
+
* Sent when new profile recording is started using console.profile() call.
|
|
3903
|
+
*/
|
|
3904
|
+
on(event: "Profiler.consoleProfileStarted", listener: (message: InspectorNotification<Profiler.ConsoleProfileStartedEventDataType>) => void): this;
|
|
3905
|
+
on(event: "Profiler.consoleProfileFinished", listener: (message: InspectorNotification<Profiler.ConsoleProfileFinishedEventDataType>) => void): this;
|
|
3906
|
+
on(event: "HeapProfiler.addHeapSnapshotChunk", listener: (message: InspectorNotification<HeapProfiler.AddHeapSnapshotChunkEventDataType>) => void): this;
|
|
3907
|
+
on(event: "HeapProfiler.resetProfiles", listener: () => void): this;
|
|
3908
|
+
on(event: "HeapProfiler.reportHeapSnapshotProgress", listener: (message: InspectorNotification<HeapProfiler.ReportHeapSnapshotProgressEventDataType>) => void): this;
|
|
3909
|
+
/**
|
|
3910
|
+
* If heap objects tracking has been started then backend regularly sends a current value for last seen object id and corresponding timestamp. If the were changes in the heap since last event then one or more heapStatsUpdate events will be sent before a new lastSeenObjectId event.
|
|
3911
|
+
*/
|
|
3912
|
+
on(event: "HeapProfiler.lastSeenObjectId", listener: (message: InspectorNotification<HeapProfiler.LastSeenObjectIdEventDataType>) => void): this;
|
|
3913
|
+
/**
|
|
3914
|
+
* If heap objects tracking has been started then backend may send update for one or more fragments
|
|
3915
|
+
*/
|
|
3916
|
+
on(event: "HeapProfiler.heapStatsUpdate", listener: (message: InspectorNotification<HeapProfiler.HeapStatsUpdateEventDataType>) => void): this;
|
|
3917
|
+
/**
|
|
3918
|
+
* Fired when page is about to send HTTP request.
|
|
3919
|
+
*/
|
|
3920
|
+
on(event: "Network.requestWillBeSent", listener: (message: InspectorNotification<Network.RequestWillBeSentEventDataType>) => void): this;
|
|
3921
|
+
/**
|
|
3922
|
+
* Fired when HTTP response is available.
|
|
3923
|
+
*/
|
|
3924
|
+
on(event: "Network.responseReceived", listener: (message: InspectorNotification<Network.ResponseReceivedEventDataType>) => void): this;
|
|
3925
|
+
on(event: "Network.loadingFailed", listener: (message: InspectorNotification<Network.LoadingFailedEventDataType>) => void): this;
|
|
3926
|
+
on(event: "Network.loadingFinished", listener: (message: InspectorNotification<Network.LoadingFinishedEventDataType>) => void): this;
|
|
3927
|
+
/**
|
|
3928
|
+
* Fired when data chunk was received over the network.
|
|
3929
|
+
*/
|
|
3930
|
+
on(event: "Network.dataReceived", listener: (message: InspectorNotification<Network.DataReceivedEventDataType>) => void): this;
|
|
3931
|
+
/**
|
|
3932
|
+
* Fired upon WebSocket creation.
|
|
3933
|
+
*/
|
|
3934
|
+
on(event: "Network.webSocketCreated", listener: (message: InspectorNotification<Network.WebSocketCreatedEventDataType>) => void): this;
|
|
3935
|
+
/**
|
|
3936
|
+
* Fired when WebSocket is closed.
|
|
3937
|
+
*/
|
|
3938
|
+
on(event: "Network.webSocketClosed", listener: (message: InspectorNotification<Network.WebSocketClosedEventDataType>) => void): this;
|
|
3939
|
+
/**
|
|
3940
|
+
* Fired when WebSocket handshake response becomes available.
|
|
3941
|
+
*/
|
|
3942
|
+
on(event: "Network.webSocketHandshakeResponseReceived", listener: (message: InspectorNotification<Network.WebSocketHandshakeResponseReceivedEventDataType>) => void): this;
|
|
3943
|
+
/**
|
|
3944
|
+
* This event is fired instead of `Runtime.executionContextDestroyed` when
|
|
3945
|
+
* enabled.
|
|
3946
|
+
* It is fired when the Node process finished all code execution and is
|
|
3947
|
+
* waiting for all frontends to disconnect.
|
|
3948
|
+
*/
|
|
3949
|
+
on(event: "NodeRuntime.waitingForDisconnect", listener: () => void): this;
|
|
3950
|
+
/**
|
|
3951
|
+
* This event is fired when the runtime is waiting for the debugger. For
|
|
3952
|
+
* example, when inspector.waitingForDebugger is called
|
|
3953
|
+
*/
|
|
3954
|
+
on(event: "NodeRuntime.waitingForDebugger", listener: () => void): this;
|
|
3955
|
+
/**
|
|
3956
|
+
* Contains an bucket of collected trace events.
|
|
3957
|
+
*/
|
|
3958
|
+
on(event: "NodeTracing.dataCollected", listener: (message: InspectorNotification<NodeTracing.DataCollectedEventDataType>) => void): this;
|
|
3959
|
+
/**
|
|
3960
|
+
* Signals that tracing is stopped and there is no trace buffers pending flush, all data were
|
|
3961
|
+
* delivered via dataCollected events.
|
|
3962
|
+
*/
|
|
3963
|
+
on(event: "NodeTracing.tracingComplete", listener: () => void): this;
|
|
3964
|
+
/**
|
|
3965
|
+
* Issued when attached to a worker.
|
|
3966
|
+
*/
|
|
3967
|
+
on(event: "NodeWorker.attachedToWorker", listener: (message: InspectorNotification<NodeWorker.AttachedToWorkerEventDataType>) => void): this;
|
|
3968
|
+
/**
|
|
3969
|
+
* Issued when detached from the worker.
|
|
3970
|
+
*/
|
|
3971
|
+
on(event: "NodeWorker.detachedFromWorker", listener: (message: InspectorNotification<NodeWorker.DetachedFromWorkerEventDataType>) => void): this;
|
|
3972
|
+
/**
|
|
3973
|
+
* Notifies about a new protocol message received from the session
|
|
3974
|
+
* (session ID is provided in attachedToWorker notification).
|
|
3975
|
+
*/
|
|
3976
|
+
on(event: "NodeWorker.receivedMessageFromWorker", listener: (message: InspectorNotification<NodeWorker.ReceivedMessageFromWorkerEventDataType>) => void): this;
|
|
3977
|
+
on(event: "Target.targetCreated", listener: (message: InspectorNotification<Target.TargetCreatedEventDataType>) => void): this;
|
|
3978
|
+
on(event: "Target.attachedToTarget", listener: (message: InspectorNotification<Target.AttachedToTargetEventDataType>) => void): this;
|
|
3979
|
+
on(event: "DOMStorage.domStorageItemAdded", listener: (message: InspectorNotification<DOMStorage.DomStorageItemAddedEventDataType>) => void): this;
|
|
3980
|
+
on(event: "DOMStorage.domStorageItemRemoved", listener: (message: InspectorNotification<DOMStorage.DomStorageItemRemovedEventDataType>) => void): this;
|
|
3981
|
+
on(event: "DOMStorage.domStorageItemUpdated", listener: (message: InspectorNotification<DOMStorage.DomStorageItemUpdatedEventDataType>) => void): this;
|
|
3982
|
+
on(event: "DOMStorage.domStorageItemsCleared", listener: (message: InspectorNotification<DOMStorage.DomStorageItemsClearedEventDataType>) => void): this;
|
|
3983
|
+
once(event: string, listener: (...args: any[]) => void): this;
|
|
3984
|
+
/**
|
|
3985
|
+
* Emitted when any notification from the V8 Inspector is received.
|
|
3986
|
+
*/
|
|
3987
|
+
once(event: "inspectorNotification", listener: (message: InspectorNotification<object>) => void): this;
|
|
3988
|
+
/**
|
|
3989
|
+
* Issued when new execution context is created.
|
|
3990
|
+
*/
|
|
3991
|
+
once(event: "Runtime.executionContextCreated", listener: (message: InspectorNotification<Runtime.ExecutionContextCreatedEventDataType>) => void): this;
|
|
3992
|
+
/**
|
|
3993
|
+
* Issued when execution context is destroyed.
|
|
3994
|
+
*/
|
|
3995
|
+
once(event: "Runtime.executionContextDestroyed", listener: (message: InspectorNotification<Runtime.ExecutionContextDestroyedEventDataType>) => void): this;
|
|
3996
|
+
/**
|
|
3997
|
+
* Issued when all executionContexts were cleared in browser
|
|
3998
|
+
*/
|
|
3999
|
+
once(event: "Runtime.executionContextsCleared", listener: () => void): this;
|
|
4000
|
+
/**
|
|
4001
|
+
* Issued when exception was thrown and unhandled.
|
|
4002
|
+
*/
|
|
4003
|
+
once(event: "Runtime.exceptionThrown", listener: (message: InspectorNotification<Runtime.ExceptionThrownEventDataType>) => void): this;
|
|
4004
|
+
/**
|
|
4005
|
+
* Issued when unhandled exception was revoked.
|
|
4006
|
+
*/
|
|
4007
|
+
once(event: "Runtime.exceptionRevoked", listener: (message: InspectorNotification<Runtime.ExceptionRevokedEventDataType>) => void): this;
|
|
4008
|
+
/**
|
|
4009
|
+
* Issued when console API was called.
|
|
4010
|
+
*/
|
|
4011
|
+
once(event: "Runtime.consoleAPICalled", listener: (message: InspectorNotification<Runtime.ConsoleAPICalledEventDataType>) => void): this;
|
|
4012
|
+
/**
|
|
4013
|
+
* Issued when object should be inspected (for example, as a result of inspect() command line API call).
|
|
4014
|
+
*/
|
|
4015
|
+
once(event: "Runtime.inspectRequested", listener: (message: InspectorNotification<Runtime.InspectRequestedEventDataType>) => void): this;
|
|
4016
|
+
/**
|
|
4017
|
+
* Fired when virtual machine parses script. This event is also fired for all known and uncollected scripts upon enabling debugger.
|
|
4018
|
+
*/
|
|
4019
|
+
once(event: "Debugger.scriptParsed", listener: (message: InspectorNotification<Debugger.ScriptParsedEventDataType>) => void): this;
|
|
4020
|
+
/**
|
|
4021
|
+
* Fired when virtual machine fails to parse the script.
|
|
4022
|
+
*/
|
|
4023
|
+
once(event: "Debugger.scriptFailedToParse", listener: (message: InspectorNotification<Debugger.ScriptFailedToParseEventDataType>) => void): this;
|
|
4024
|
+
/**
|
|
4025
|
+
* Fired when breakpoint is resolved to an actual script and location.
|
|
4026
|
+
*/
|
|
4027
|
+
once(event: "Debugger.breakpointResolved", listener: (message: InspectorNotification<Debugger.BreakpointResolvedEventDataType>) => void): this;
|
|
4028
|
+
/**
|
|
4029
|
+
* Fired when the virtual machine stopped on breakpoint or exception or any other stop criteria.
|
|
4030
|
+
*/
|
|
4031
|
+
once(event: "Debugger.paused", listener: (message: InspectorNotification<Debugger.PausedEventDataType>) => void): this;
|
|
4032
|
+
/**
|
|
4033
|
+
* Fired when the virtual machine resumed execution.
|
|
4034
|
+
*/
|
|
4035
|
+
once(event: "Debugger.resumed", listener: () => void): this;
|
|
4036
|
+
/**
|
|
4037
|
+
* Issued when new console message is added.
|
|
4038
|
+
*/
|
|
4039
|
+
once(event: "Console.messageAdded", listener: (message: InspectorNotification<Console.MessageAddedEventDataType>) => void): this;
|
|
4040
|
+
/**
|
|
4041
|
+
* Sent when new profile recording is started using console.profile() call.
|
|
4042
|
+
*/
|
|
4043
|
+
once(event: "Profiler.consoleProfileStarted", listener: (message: InspectorNotification<Profiler.ConsoleProfileStartedEventDataType>) => void): this;
|
|
4044
|
+
once(event: "Profiler.consoleProfileFinished", listener: (message: InspectorNotification<Profiler.ConsoleProfileFinishedEventDataType>) => void): this;
|
|
4045
|
+
once(event: "HeapProfiler.addHeapSnapshotChunk", listener: (message: InspectorNotification<HeapProfiler.AddHeapSnapshotChunkEventDataType>) => void): this;
|
|
4046
|
+
once(event: "HeapProfiler.resetProfiles", listener: () => void): this;
|
|
4047
|
+
once(event: "HeapProfiler.reportHeapSnapshotProgress", listener: (message: InspectorNotification<HeapProfiler.ReportHeapSnapshotProgressEventDataType>) => void): this;
|
|
4048
|
+
/**
|
|
4049
|
+
* If heap objects tracking has been started then backend regularly sends a current value for last seen object id and corresponding timestamp. If the were changes in the heap since last event then one or more heapStatsUpdate events will be sent before a new lastSeenObjectId event.
|
|
4050
|
+
*/
|
|
4051
|
+
once(event: "HeapProfiler.lastSeenObjectId", listener: (message: InspectorNotification<HeapProfiler.LastSeenObjectIdEventDataType>) => void): this;
|
|
4052
|
+
/**
|
|
4053
|
+
* If heap objects tracking has been started then backend may send update for one or more fragments
|
|
4054
|
+
*/
|
|
4055
|
+
once(event: "HeapProfiler.heapStatsUpdate", listener: (message: InspectorNotification<HeapProfiler.HeapStatsUpdateEventDataType>) => void): this;
|
|
4056
|
+
/**
|
|
4057
|
+
* Fired when page is about to send HTTP request.
|
|
4058
|
+
*/
|
|
4059
|
+
once(event: "Network.requestWillBeSent", listener: (message: InspectorNotification<Network.RequestWillBeSentEventDataType>) => void): this;
|
|
4060
|
+
/**
|
|
4061
|
+
* Fired when HTTP response is available.
|
|
4062
|
+
*/
|
|
4063
|
+
once(event: "Network.responseReceived", listener: (message: InspectorNotification<Network.ResponseReceivedEventDataType>) => void): this;
|
|
4064
|
+
once(event: "Network.loadingFailed", listener: (message: InspectorNotification<Network.LoadingFailedEventDataType>) => void): this;
|
|
4065
|
+
once(event: "Network.loadingFinished", listener: (message: InspectorNotification<Network.LoadingFinishedEventDataType>) => void): this;
|
|
4066
|
+
/**
|
|
4067
|
+
* Fired when data chunk was received over the network.
|
|
4068
|
+
*/
|
|
4069
|
+
once(event: "Network.dataReceived", listener: (message: InspectorNotification<Network.DataReceivedEventDataType>) => void): this;
|
|
4070
|
+
/**
|
|
4071
|
+
* Fired upon WebSocket creation.
|
|
4072
|
+
*/
|
|
4073
|
+
once(event: "Network.webSocketCreated", listener: (message: InspectorNotification<Network.WebSocketCreatedEventDataType>) => void): this;
|
|
4074
|
+
/**
|
|
4075
|
+
* Fired when WebSocket is closed.
|
|
4076
|
+
*/
|
|
4077
|
+
once(event: "Network.webSocketClosed", listener: (message: InspectorNotification<Network.WebSocketClosedEventDataType>) => void): this;
|
|
4078
|
+
/**
|
|
4079
|
+
* Fired when WebSocket handshake response becomes available.
|
|
4080
|
+
*/
|
|
4081
|
+
once(event: "Network.webSocketHandshakeResponseReceived", listener: (message: InspectorNotification<Network.WebSocketHandshakeResponseReceivedEventDataType>) => void): this;
|
|
4082
|
+
/**
|
|
4083
|
+
* This event is fired instead of `Runtime.executionContextDestroyed` when
|
|
4084
|
+
* enabled.
|
|
4085
|
+
* It is fired when the Node process finished all code execution and is
|
|
4086
|
+
* waiting for all frontends to disconnect.
|
|
4087
|
+
*/
|
|
4088
|
+
once(event: "NodeRuntime.waitingForDisconnect", listener: () => void): this;
|
|
4089
|
+
/**
|
|
4090
|
+
* This event is fired when the runtime is waiting for the debugger. For
|
|
4091
|
+
* example, when inspector.waitingForDebugger is called
|
|
4092
|
+
*/
|
|
4093
|
+
once(event: "NodeRuntime.waitingForDebugger", listener: () => void): this;
|
|
4094
|
+
/**
|
|
4095
|
+
* Contains an bucket of collected trace events.
|
|
4096
|
+
*/
|
|
4097
|
+
once(event: "NodeTracing.dataCollected", listener: (message: InspectorNotification<NodeTracing.DataCollectedEventDataType>) => void): this;
|
|
4098
|
+
/**
|
|
4099
|
+
* Signals that tracing is stopped and there is no trace buffers pending flush, all data were
|
|
4100
|
+
* delivered via dataCollected events.
|
|
4101
|
+
*/
|
|
4102
|
+
once(event: "NodeTracing.tracingComplete", listener: () => void): this;
|
|
4103
|
+
/**
|
|
4104
|
+
* Issued when attached to a worker.
|
|
4105
|
+
*/
|
|
4106
|
+
once(event: "NodeWorker.attachedToWorker", listener: (message: InspectorNotification<NodeWorker.AttachedToWorkerEventDataType>) => void): this;
|
|
4107
|
+
/**
|
|
4108
|
+
* Issued when detached from the worker.
|
|
4109
|
+
*/
|
|
4110
|
+
once(event: "NodeWorker.detachedFromWorker", listener: (message: InspectorNotification<NodeWorker.DetachedFromWorkerEventDataType>) => void): this;
|
|
4111
|
+
/**
|
|
4112
|
+
* Notifies about a new protocol message received from the session
|
|
4113
|
+
* (session ID is provided in attachedToWorker notification).
|
|
4114
|
+
*/
|
|
4115
|
+
once(event: "NodeWorker.receivedMessageFromWorker", listener: (message: InspectorNotification<NodeWorker.ReceivedMessageFromWorkerEventDataType>) => void): this;
|
|
4116
|
+
once(event: "Target.targetCreated", listener: (message: InspectorNotification<Target.TargetCreatedEventDataType>) => void): this;
|
|
4117
|
+
once(event: "Target.attachedToTarget", listener: (message: InspectorNotification<Target.AttachedToTargetEventDataType>) => void): this;
|
|
4118
|
+
once(event: "DOMStorage.domStorageItemAdded", listener: (message: InspectorNotification<DOMStorage.DomStorageItemAddedEventDataType>) => void): this;
|
|
4119
|
+
once(event: "DOMStorage.domStorageItemRemoved", listener: (message: InspectorNotification<DOMStorage.DomStorageItemRemovedEventDataType>) => void): this;
|
|
4120
|
+
once(event: "DOMStorage.domStorageItemUpdated", listener: (message: InspectorNotification<DOMStorage.DomStorageItemUpdatedEventDataType>) => void): this;
|
|
4121
|
+
once(event: "DOMStorage.domStorageItemsCleared", listener: (message: InspectorNotification<DOMStorage.DomStorageItemsClearedEventDataType>) => void): this;
|
|
4122
|
+
prependListener(event: string, listener: (...args: any[]) => void): this;
|
|
4123
|
+
/**
|
|
4124
|
+
* Emitted when any notification from the V8 Inspector is received.
|
|
4125
|
+
*/
|
|
4126
|
+
prependListener(event: "inspectorNotification", listener: (message: InspectorNotification<object>) => void): this;
|
|
4127
|
+
/**
|
|
4128
|
+
* Issued when new execution context is created.
|
|
4129
|
+
*/
|
|
4130
|
+
prependListener(event: "Runtime.executionContextCreated", listener: (message: InspectorNotification<Runtime.ExecutionContextCreatedEventDataType>) => void): this;
|
|
4131
|
+
/**
|
|
4132
|
+
* Issued when execution context is destroyed.
|
|
4133
|
+
*/
|
|
4134
|
+
prependListener(event: "Runtime.executionContextDestroyed", listener: (message: InspectorNotification<Runtime.ExecutionContextDestroyedEventDataType>) => void): this;
|
|
4135
|
+
/**
|
|
4136
|
+
* Issued when all executionContexts were cleared in browser
|
|
4137
|
+
*/
|
|
4138
|
+
prependListener(event: "Runtime.executionContextsCleared", listener: () => void): this;
|
|
4139
|
+
/**
|
|
4140
|
+
* Issued when exception was thrown and unhandled.
|
|
4141
|
+
*/
|
|
4142
|
+
prependListener(event: "Runtime.exceptionThrown", listener: (message: InspectorNotification<Runtime.ExceptionThrownEventDataType>) => void): this;
|
|
4143
|
+
/**
|
|
4144
|
+
* Issued when unhandled exception was revoked.
|
|
4145
|
+
*/
|
|
4146
|
+
prependListener(event: "Runtime.exceptionRevoked", listener: (message: InspectorNotification<Runtime.ExceptionRevokedEventDataType>) => void): this;
|
|
4147
|
+
/**
|
|
4148
|
+
* Issued when console API was called.
|
|
4149
|
+
*/
|
|
4150
|
+
prependListener(event: "Runtime.consoleAPICalled", listener: (message: InspectorNotification<Runtime.ConsoleAPICalledEventDataType>) => void): this;
|
|
4151
|
+
/**
|
|
4152
|
+
* Issued when object should be inspected (for example, as a result of inspect() command line API call).
|
|
4153
|
+
*/
|
|
4154
|
+
prependListener(event: "Runtime.inspectRequested", listener: (message: InspectorNotification<Runtime.InspectRequestedEventDataType>) => void): this;
|
|
4155
|
+
/**
|
|
4156
|
+
* Fired when virtual machine parses script. This event is also fired for all known and uncollected scripts upon enabling debugger.
|
|
4157
|
+
*/
|
|
4158
|
+
prependListener(event: "Debugger.scriptParsed", listener: (message: InspectorNotification<Debugger.ScriptParsedEventDataType>) => void): this;
|
|
4159
|
+
/**
|
|
4160
|
+
* Fired when virtual machine fails to parse the script.
|
|
4161
|
+
*/
|
|
4162
|
+
prependListener(event: "Debugger.scriptFailedToParse", listener: (message: InspectorNotification<Debugger.ScriptFailedToParseEventDataType>) => void): this;
|
|
4163
|
+
/**
|
|
4164
|
+
* Fired when breakpoint is resolved to an actual script and location.
|
|
4165
|
+
*/
|
|
4166
|
+
prependListener(event: "Debugger.breakpointResolved", listener: (message: InspectorNotification<Debugger.BreakpointResolvedEventDataType>) => void): this;
|
|
4167
|
+
/**
|
|
4168
|
+
* Fired when the virtual machine stopped on breakpoint or exception or any other stop criteria.
|
|
4169
|
+
*/
|
|
4170
|
+
prependListener(event: "Debugger.paused", listener: (message: InspectorNotification<Debugger.PausedEventDataType>) => void): this;
|
|
4171
|
+
/**
|
|
4172
|
+
* Fired when the virtual machine resumed execution.
|
|
4173
|
+
*/
|
|
4174
|
+
prependListener(event: "Debugger.resumed", listener: () => void): this;
|
|
4175
|
+
/**
|
|
4176
|
+
* Issued when new console message is added.
|
|
4177
|
+
*/
|
|
4178
|
+
prependListener(event: "Console.messageAdded", listener: (message: InspectorNotification<Console.MessageAddedEventDataType>) => void): this;
|
|
4179
|
+
/**
|
|
4180
|
+
* Sent when new profile recording is started using console.profile() call.
|
|
4181
|
+
*/
|
|
4182
|
+
prependListener(event: "Profiler.consoleProfileStarted", listener: (message: InspectorNotification<Profiler.ConsoleProfileStartedEventDataType>) => void): this;
|
|
4183
|
+
prependListener(event: "Profiler.consoleProfileFinished", listener: (message: InspectorNotification<Profiler.ConsoleProfileFinishedEventDataType>) => void): this;
|
|
4184
|
+
prependListener(event: "HeapProfiler.addHeapSnapshotChunk", listener: (message: InspectorNotification<HeapProfiler.AddHeapSnapshotChunkEventDataType>) => void): this;
|
|
4185
|
+
prependListener(event: "HeapProfiler.resetProfiles", listener: () => void): this;
|
|
4186
|
+
prependListener(event: "HeapProfiler.reportHeapSnapshotProgress", listener: (message: InspectorNotification<HeapProfiler.ReportHeapSnapshotProgressEventDataType>) => void): this;
|
|
4187
|
+
/**
|
|
4188
|
+
* If heap objects tracking has been started then backend regularly sends a current value for last seen object id and corresponding timestamp. If the were changes in the heap since last event then one or more heapStatsUpdate events will be sent before a new lastSeenObjectId event.
|
|
4189
|
+
*/
|
|
4190
|
+
prependListener(event: "HeapProfiler.lastSeenObjectId", listener: (message: InspectorNotification<HeapProfiler.LastSeenObjectIdEventDataType>) => void): this;
|
|
4191
|
+
/**
|
|
4192
|
+
* If heap objects tracking has been started then backend may send update for one or more fragments
|
|
4193
|
+
*/
|
|
4194
|
+
prependListener(event: "HeapProfiler.heapStatsUpdate", listener: (message: InspectorNotification<HeapProfiler.HeapStatsUpdateEventDataType>) => void): this;
|
|
4195
|
+
/**
|
|
4196
|
+
* Fired when page is about to send HTTP request.
|
|
4197
|
+
*/
|
|
4198
|
+
prependListener(event: "Network.requestWillBeSent", listener: (message: InspectorNotification<Network.RequestWillBeSentEventDataType>) => void): this;
|
|
4199
|
+
/**
|
|
4200
|
+
* Fired when HTTP response is available.
|
|
4201
|
+
*/
|
|
4202
|
+
prependListener(event: "Network.responseReceived", listener: (message: InspectorNotification<Network.ResponseReceivedEventDataType>) => void): this;
|
|
4203
|
+
prependListener(event: "Network.loadingFailed", listener: (message: InspectorNotification<Network.LoadingFailedEventDataType>) => void): this;
|
|
4204
|
+
prependListener(event: "Network.loadingFinished", listener: (message: InspectorNotification<Network.LoadingFinishedEventDataType>) => void): this;
|
|
4205
|
+
/**
|
|
4206
|
+
* Fired when data chunk was received over the network.
|
|
4207
|
+
*/
|
|
4208
|
+
prependListener(event: "Network.dataReceived", listener: (message: InspectorNotification<Network.DataReceivedEventDataType>) => void): this;
|
|
4209
|
+
/**
|
|
4210
|
+
* Fired upon WebSocket creation.
|
|
4211
|
+
*/
|
|
4212
|
+
prependListener(event: "Network.webSocketCreated", listener: (message: InspectorNotification<Network.WebSocketCreatedEventDataType>) => void): this;
|
|
4213
|
+
/**
|
|
4214
|
+
* Fired when WebSocket is closed.
|
|
4215
|
+
*/
|
|
4216
|
+
prependListener(event: "Network.webSocketClosed", listener: (message: InspectorNotification<Network.WebSocketClosedEventDataType>) => void): this;
|
|
4217
|
+
/**
|
|
4218
|
+
* Fired when WebSocket handshake response becomes available.
|
|
4219
|
+
*/
|
|
4220
|
+
prependListener(event: "Network.webSocketHandshakeResponseReceived", listener: (message: InspectorNotification<Network.WebSocketHandshakeResponseReceivedEventDataType>) => void): this;
|
|
4221
|
+
/**
|
|
4222
|
+
* This event is fired instead of `Runtime.executionContextDestroyed` when
|
|
4223
|
+
* enabled.
|
|
4224
|
+
* It is fired when the Node process finished all code execution and is
|
|
4225
|
+
* waiting for all frontends to disconnect.
|
|
4226
|
+
*/
|
|
4227
|
+
prependListener(event: "NodeRuntime.waitingForDisconnect", listener: () => void): this;
|
|
4228
|
+
/**
|
|
4229
|
+
* This event is fired when the runtime is waiting for the debugger. For
|
|
4230
|
+
* example, when inspector.waitingForDebugger is called
|
|
4231
|
+
*/
|
|
4232
|
+
prependListener(event: "NodeRuntime.waitingForDebugger", listener: () => void): this;
|
|
4233
|
+
/**
|
|
4234
|
+
* Contains an bucket of collected trace events.
|
|
4235
|
+
*/
|
|
4236
|
+
prependListener(event: "NodeTracing.dataCollected", listener: (message: InspectorNotification<NodeTracing.DataCollectedEventDataType>) => void): this;
|
|
4237
|
+
/**
|
|
4238
|
+
* Signals that tracing is stopped and there is no trace buffers pending flush, all data were
|
|
4239
|
+
* delivered via dataCollected events.
|
|
4240
|
+
*/
|
|
4241
|
+
prependListener(event: "NodeTracing.tracingComplete", listener: () => void): this;
|
|
4242
|
+
/**
|
|
4243
|
+
* Issued when attached to a worker.
|
|
4244
|
+
*/
|
|
4245
|
+
prependListener(event: "NodeWorker.attachedToWorker", listener: (message: InspectorNotification<NodeWorker.AttachedToWorkerEventDataType>) => void): this;
|
|
4246
|
+
/**
|
|
4247
|
+
* Issued when detached from the worker.
|
|
4248
|
+
*/
|
|
4249
|
+
prependListener(event: "NodeWorker.detachedFromWorker", listener: (message: InspectorNotification<NodeWorker.DetachedFromWorkerEventDataType>) => void): this;
|
|
4250
|
+
/**
|
|
4251
|
+
* Notifies about a new protocol message received from the session
|
|
4252
|
+
* (session ID is provided in attachedToWorker notification).
|
|
4253
|
+
*/
|
|
4254
|
+
prependListener(event: "NodeWorker.receivedMessageFromWorker", listener: (message: InspectorNotification<NodeWorker.ReceivedMessageFromWorkerEventDataType>) => void): this;
|
|
4255
|
+
prependListener(event: "Target.targetCreated", listener: (message: InspectorNotification<Target.TargetCreatedEventDataType>) => void): this;
|
|
4256
|
+
prependListener(event: "Target.attachedToTarget", listener: (message: InspectorNotification<Target.AttachedToTargetEventDataType>) => void): this;
|
|
4257
|
+
prependListener(event: "DOMStorage.domStorageItemAdded", listener: (message: InspectorNotification<DOMStorage.DomStorageItemAddedEventDataType>) => void): this;
|
|
4258
|
+
prependListener(event: "DOMStorage.domStorageItemRemoved", listener: (message: InspectorNotification<DOMStorage.DomStorageItemRemovedEventDataType>) => void): this;
|
|
4259
|
+
prependListener(event: "DOMStorage.domStorageItemUpdated", listener: (message: InspectorNotification<DOMStorage.DomStorageItemUpdatedEventDataType>) => void): this;
|
|
4260
|
+
prependListener(event: "DOMStorage.domStorageItemsCleared", listener: (message: InspectorNotification<DOMStorage.DomStorageItemsClearedEventDataType>) => void): this;
|
|
4261
|
+
prependOnceListener(event: string, listener: (...args: any[]) => void): this;
|
|
4262
|
+
/**
|
|
4263
|
+
* Emitted when any notification from the V8 Inspector is received.
|
|
4264
|
+
*/
|
|
4265
|
+
prependOnceListener(event: "inspectorNotification", listener: (message: InspectorNotification<object>) => void): this;
|
|
4266
|
+
/**
|
|
4267
|
+
* Issued when new execution context is created.
|
|
4268
|
+
*/
|
|
4269
|
+
prependOnceListener(event: "Runtime.executionContextCreated", listener: (message: InspectorNotification<Runtime.ExecutionContextCreatedEventDataType>) => void): this;
|
|
4270
|
+
/**
|
|
4271
|
+
* Issued when execution context is destroyed.
|
|
4272
|
+
*/
|
|
4273
|
+
prependOnceListener(event: "Runtime.executionContextDestroyed", listener: (message: InspectorNotification<Runtime.ExecutionContextDestroyedEventDataType>) => void): this;
|
|
4274
|
+
/**
|
|
4275
|
+
* Issued when all executionContexts were cleared in browser
|
|
4276
|
+
*/
|
|
4277
|
+
prependOnceListener(event: "Runtime.executionContextsCleared", listener: () => void): this;
|
|
4278
|
+
/**
|
|
4279
|
+
* Issued when exception was thrown and unhandled.
|
|
4280
|
+
*/
|
|
4281
|
+
prependOnceListener(event: "Runtime.exceptionThrown", listener: (message: InspectorNotification<Runtime.ExceptionThrownEventDataType>) => void): this;
|
|
4282
|
+
/**
|
|
4283
|
+
* Issued when unhandled exception was revoked.
|
|
4284
|
+
*/
|
|
4285
|
+
prependOnceListener(event: "Runtime.exceptionRevoked", listener: (message: InspectorNotification<Runtime.ExceptionRevokedEventDataType>) => void): this;
|
|
4286
|
+
/**
|
|
4287
|
+
* Issued when console API was called.
|
|
4288
|
+
*/
|
|
4289
|
+
prependOnceListener(event: "Runtime.consoleAPICalled", listener: (message: InspectorNotification<Runtime.ConsoleAPICalledEventDataType>) => void): this;
|
|
4290
|
+
/**
|
|
4291
|
+
* Issued when object should be inspected (for example, as a result of inspect() command line API call).
|
|
4292
|
+
*/
|
|
4293
|
+
prependOnceListener(event: "Runtime.inspectRequested", listener: (message: InspectorNotification<Runtime.InspectRequestedEventDataType>) => void): this;
|
|
4294
|
+
/**
|
|
4295
|
+
* Fired when virtual machine parses script. This event is also fired for all known and uncollected scripts upon enabling debugger.
|
|
4296
|
+
*/
|
|
4297
|
+
prependOnceListener(event: "Debugger.scriptParsed", listener: (message: InspectorNotification<Debugger.ScriptParsedEventDataType>) => void): this;
|
|
4298
|
+
/**
|
|
4299
|
+
* Fired when virtual machine fails to parse the script.
|
|
4300
|
+
*/
|
|
4301
|
+
prependOnceListener(event: "Debugger.scriptFailedToParse", listener: (message: InspectorNotification<Debugger.ScriptFailedToParseEventDataType>) => void): this;
|
|
4302
|
+
/**
|
|
4303
|
+
* Fired when breakpoint is resolved to an actual script and location.
|
|
4304
|
+
*/
|
|
4305
|
+
prependOnceListener(event: "Debugger.breakpointResolved", listener: (message: InspectorNotification<Debugger.BreakpointResolvedEventDataType>) => void): this;
|
|
4306
|
+
/**
|
|
4307
|
+
* Fired when the virtual machine stopped on breakpoint or exception or any other stop criteria.
|
|
4308
|
+
*/
|
|
4309
|
+
prependOnceListener(event: "Debugger.paused", listener: (message: InspectorNotification<Debugger.PausedEventDataType>) => void): this;
|
|
4310
|
+
/**
|
|
4311
|
+
* Fired when the virtual machine resumed execution.
|
|
4312
|
+
*/
|
|
4313
|
+
prependOnceListener(event: "Debugger.resumed", listener: () => void): this;
|
|
4314
|
+
/**
|
|
4315
|
+
* Issued when new console message is added.
|
|
4316
|
+
*/
|
|
4317
|
+
prependOnceListener(event: "Console.messageAdded", listener: (message: InspectorNotification<Console.MessageAddedEventDataType>) => void): this;
|
|
4318
|
+
/**
|
|
4319
|
+
* Sent when new profile recording is started using console.profile() call.
|
|
4320
|
+
*/
|
|
4321
|
+
prependOnceListener(event: "Profiler.consoleProfileStarted", listener: (message: InspectorNotification<Profiler.ConsoleProfileStartedEventDataType>) => void): this;
|
|
4322
|
+
prependOnceListener(event: "Profiler.consoleProfileFinished", listener: (message: InspectorNotification<Profiler.ConsoleProfileFinishedEventDataType>) => void): this;
|
|
4323
|
+
prependOnceListener(event: "HeapProfiler.addHeapSnapshotChunk", listener: (message: InspectorNotification<HeapProfiler.AddHeapSnapshotChunkEventDataType>) => void): this;
|
|
4324
|
+
prependOnceListener(event: "HeapProfiler.resetProfiles", listener: () => void): this;
|
|
4325
|
+
prependOnceListener(event: "HeapProfiler.reportHeapSnapshotProgress", listener: (message: InspectorNotification<HeapProfiler.ReportHeapSnapshotProgressEventDataType>) => void): this;
|
|
4326
|
+
/**
|
|
4327
|
+
* If heap objects tracking has been started then backend regularly sends a current value for last seen object id and corresponding timestamp. If the were changes in the heap since last event then one or more heapStatsUpdate events will be sent before a new lastSeenObjectId event.
|
|
4328
|
+
*/
|
|
4329
|
+
prependOnceListener(event: "HeapProfiler.lastSeenObjectId", listener: (message: InspectorNotification<HeapProfiler.LastSeenObjectIdEventDataType>) => void): this;
|
|
4330
|
+
/**
|
|
4331
|
+
* If heap objects tracking has been started then backend may send update for one or more fragments
|
|
4332
|
+
*/
|
|
4333
|
+
prependOnceListener(event: "HeapProfiler.heapStatsUpdate", listener: (message: InspectorNotification<HeapProfiler.HeapStatsUpdateEventDataType>) => void): this;
|
|
4334
|
+
/**
|
|
4335
|
+
* Fired when page is about to send HTTP request.
|
|
4336
|
+
*/
|
|
4337
|
+
prependOnceListener(event: "Network.requestWillBeSent", listener: (message: InspectorNotification<Network.RequestWillBeSentEventDataType>) => void): this;
|
|
4338
|
+
/**
|
|
4339
|
+
* Fired when HTTP response is available.
|
|
4340
|
+
*/
|
|
4341
|
+
prependOnceListener(event: "Network.responseReceived", listener: (message: InspectorNotification<Network.ResponseReceivedEventDataType>) => void): this;
|
|
4342
|
+
prependOnceListener(event: "Network.loadingFailed", listener: (message: InspectorNotification<Network.LoadingFailedEventDataType>) => void): this;
|
|
4343
|
+
prependOnceListener(event: "Network.loadingFinished", listener: (message: InspectorNotification<Network.LoadingFinishedEventDataType>) => void): this;
|
|
4344
|
+
/**
|
|
4345
|
+
* Fired when data chunk was received over the network.
|
|
4346
|
+
*/
|
|
4347
|
+
prependOnceListener(event: "Network.dataReceived", listener: (message: InspectorNotification<Network.DataReceivedEventDataType>) => void): this;
|
|
4348
|
+
/**
|
|
4349
|
+
* Fired upon WebSocket creation.
|
|
4350
|
+
*/
|
|
4351
|
+
prependOnceListener(event: "Network.webSocketCreated", listener: (message: InspectorNotification<Network.WebSocketCreatedEventDataType>) => void): this;
|
|
4352
|
+
/**
|
|
4353
|
+
* Fired when WebSocket is closed.
|
|
4354
|
+
*/
|
|
4355
|
+
prependOnceListener(event: "Network.webSocketClosed", listener: (message: InspectorNotification<Network.WebSocketClosedEventDataType>) => void): this;
|
|
4356
|
+
/**
|
|
4357
|
+
* Fired when WebSocket handshake response becomes available.
|
|
4358
|
+
*/
|
|
4359
|
+
prependOnceListener(event: "Network.webSocketHandshakeResponseReceived", listener: (message: InspectorNotification<Network.WebSocketHandshakeResponseReceivedEventDataType>) => void): this;
|
|
4360
|
+
/**
|
|
4361
|
+
* This event is fired instead of `Runtime.executionContextDestroyed` when
|
|
4362
|
+
* enabled.
|
|
4363
|
+
* It is fired when the Node process finished all code execution and is
|
|
4364
|
+
* waiting for all frontends to disconnect.
|
|
4365
|
+
*/
|
|
4366
|
+
prependOnceListener(event: "NodeRuntime.waitingForDisconnect", listener: () => void): this;
|
|
4367
|
+
/**
|
|
4368
|
+
* This event is fired when the runtime is waiting for the debugger. For
|
|
4369
|
+
* example, when inspector.waitingForDebugger is called
|
|
4370
|
+
*/
|
|
4371
|
+
prependOnceListener(event: "NodeRuntime.waitingForDebugger", listener: () => void): this;
|
|
4372
|
+
/**
|
|
4373
|
+
* Contains an bucket of collected trace events.
|
|
4374
|
+
*/
|
|
4375
|
+
prependOnceListener(event: "NodeTracing.dataCollected", listener: (message: InspectorNotification<NodeTracing.DataCollectedEventDataType>) => void): this;
|
|
4376
|
+
/**
|
|
4377
|
+
* Signals that tracing is stopped and there is no trace buffers pending flush, all data were
|
|
4378
|
+
* delivered via dataCollected events.
|
|
4379
|
+
*/
|
|
4380
|
+
prependOnceListener(event: "NodeTracing.tracingComplete", listener: () => void): this;
|
|
4381
|
+
/**
|
|
4382
|
+
* Issued when attached to a worker.
|
|
4383
|
+
*/
|
|
4384
|
+
prependOnceListener(event: "NodeWorker.attachedToWorker", listener: (message: InspectorNotification<NodeWorker.AttachedToWorkerEventDataType>) => void): this;
|
|
4385
|
+
/**
|
|
4386
|
+
* Issued when detached from the worker.
|
|
4387
|
+
*/
|
|
4388
|
+
prependOnceListener(event: "NodeWorker.detachedFromWorker", listener: (message: InspectorNotification<NodeWorker.DetachedFromWorkerEventDataType>) => void): this;
|
|
4389
|
+
/**
|
|
4390
|
+
* Notifies about a new protocol message received from the session
|
|
4391
|
+
* (session ID is provided in attachedToWorker notification).
|
|
4392
|
+
*/
|
|
4393
|
+
prependOnceListener(event: "NodeWorker.receivedMessageFromWorker", listener: (message: InspectorNotification<NodeWorker.ReceivedMessageFromWorkerEventDataType>) => void): this;
|
|
4394
|
+
prependOnceListener(event: "Target.targetCreated", listener: (message: InspectorNotification<Target.TargetCreatedEventDataType>) => void): this;
|
|
4395
|
+
prependOnceListener(event: "Target.attachedToTarget", listener: (message: InspectorNotification<Target.AttachedToTargetEventDataType>) => void): this;
|
|
4396
|
+
prependOnceListener(event: "DOMStorage.domStorageItemAdded", listener: (message: InspectorNotification<DOMStorage.DomStorageItemAddedEventDataType>) => void): this;
|
|
4397
|
+
prependOnceListener(event: "DOMStorage.domStorageItemRemoved", listener: (message: InspectorNotification<DOMStorage.DomStorageItemRemovedEventDataType>) => void): this;
|
|
4398
|
+
prependOnceListener(event: "DOMStorage.domStorageItemUpdated", listener: (message: InspectorNotification<DOMStorage.DomStorageItemUpdatedEventDataType>) => void): this;
|
|
4399
|
+
prependOnceListener(event: "DOMStorage.domStorageItemsCleared", listener: (message: InspectorNotification<DOMStorage.DomStorageItemsClearedEventDataType>) => void): this;
|
|
4400
|
+
}
|
|
4401
|
+
}
|