cloudstructs 0.12.9 → 0.12.11
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/.jsii +329 -7
- package/API.md +308 -0
- package/assets/slack-textract/detect.lambda/index.js +966 -990
- package/assets/ssl-server-test/analyze.lambda/index.js +52 -37
- package/assets/toolkit-cleaner/clean.lambda/index.js +52 -37
- package/lib/codecommit-mirror/index.js +2 -2
- package/lib/dmarc/index.js +1 -1
- package/lib/ecs-service-roller/index.js +2 -2
- package/lib/email-receiver/receiver.js +1 -1
- package/lib/mjml-template/index.js +1 -1
- package/lib/saml-identity-provider/index.js +2 -2
- package/lib/slack-app/manifest.js +1 -1
- package/lib/slack-app/slack-app.js +2 -2
- package/lib/slack-events/index.js +1 -1
- package/lib/slack-textract/index.js +1 -1
- package/lib/ssl-server-test/index.js +1 -1
- package/lib/state-machine-cr-provider/index.js +1 -1
- package/lib/static-website/index.js +1 -1
- package/lib/toolkit-cleaner/index.js +1 -1
- package/lib/url-shortener/index.js +1 -1
- package/node_modules/@aws/durable-execution-sdk-js/dist/index.mjs +91 -37
- package/node_modules/@aws/durable-execution-sdk-js/dist/index.mjs.map +1 -1
- package/node_modules/@aws/durable-execution-sdk-js/dist-cjs/index.js +91 -37
- package/node_modules/@aws/durable-execution-sdk-js/dist-cjs/index.js.map +1 -1
- package/node_modules/@aws/durable-execution-sdk-js/dist-types/context/durable-context/durable-context.d.ts +5 -2
- package/node_modules/@aws/durable-execution-sdk-js/dist-types/context/durable-context/durable-context.d.ts.map +1 -1
- package/node_modules/@aws/durable-execution-sdk-js/dist-types/context/durable-context/durable-context.test.d.ts +2 -0
- package/node_modules/@aws/durable-execution-sdk-js/dist-types/context/durable-context/durable-context.test.d.ts.map +1 -0
- package/node_modules/@aws/durable-execution-sdk-js/dist-types/durable-execution-api-client/durable-execution-api-client.d.ts.map +1 -1
- package/node_modules/@aws/durable-execution-sdk-js/dist-types/handlers/concurrent-execution-handler/batch-result.d.ts.map +1 -1
- package/node_modules/@aws/durable-execution-sdk-js/dist-types/handlers/invoke-handler/invoke-handler.d.ts.map +1 -1
- package/node_modules/@aws/durable-execution-sdk-js/dist-types/types/durable-context.d.ts +9 -0
- package/node_modules/@aws/durable-execution-sdk-js/dist-types/types/durable-context.d.ts.map +1 -1
- package/node_modules/@aws/durable-execution-sdk-js/dist-types/types/invoke.d.ts +2 -0
- package/node_modules/@aws/durable-execution-sdk-js/dist-types/types/invoke.d.ts.map +1 -1
- package/node_modules/@aws/durable-execution-sdk-js/dist-types/utils/checkpoint/checkpoint-manager.d.ts +0 -1
- package/node_modules/@aws/durable-execution-sdk-js/dist-types/utils/checkpoint/checkpoint-manager.d.ts.map +1 -1
- package/node_modules/@aws/durable-execution-sdk-js/dist-types/utils/constants/constants.d.ts +12 -0
- package/node_modules/@aws/durable-execution-sdk-js/dist-types/utils/constants/constants.d.ts.map +1 -1
- package/node_modules/@aws/durable-execution-sdk-js/dist-types/utils/constants/version.d.ts +14 -0
- package/node_modules/@aws/durable-execution-sdk-js/dist-types/utils/constants/version.d.ts.map +1 -0
- package/node_modules/@aws/durable-execution-sdk-js/dist-types/utils/logger/default-logger.d.ts.map +1 -1
- package/node_modules/@aws/durable-execution-sdk-js/dist-types/with-durable-execution.d.ts.map +1 -1
- package/node_modules/@aws/durable-execution-sdk-js/package.json +1 -1
- package/node_modules/@aws/lambda-invoke-store/dist-cjs/invoke-store.js +2 -2
- package/node_modules/@aws/lambda-invoke-store/dist-es/invoke-store.js +2 -2
- package/node_modules/@aws/lambda-invoke-store/dist-types/invoke-store.d.ts +1 -1
- package/node_modules/@aws/lambda-invoke-store/package.json +1 -1
- package/node_modules/@aws-sdk/client-lambda/README.md +26 -46
- package/node_modules/@aws-sdk/client-lambda/dist-cjs/auth/httpAuthSchemeProvider.js +2 -2
- package/node_modules/@aws-sdk/client-lambda/dist-cjs/index.js +17 -18
- package/node_modules/@aws-sdk/client-lambda/dist-cjs/models/errors.js +52 -1
- package/node_modules/@aws-sdk/client-lambda/dist-cjs/runtimeConfig.js +4 -3
- package/node_modules/@aws-sdk/client-lambda/dist-cjs/runtimeConfig.shared.js +2 -2
- package/node_modules/@aws-sdk/client-lambda/dist-cjs/schemas/schemas_0.js +29 -8
- package/node_modules/@aws-sdk/client-lambda/dist-es/Lambda.js +8 -8
- package/node_modules/@aws-sdk/client-lambda/dist-es/auth/httpAuthSchemeProvider.js +1 -1
- package/node_modules/@aws-sdk/client-lambda/dist-es/models/errors.js +48 -0
- package/node_modules/@aws-sdk/client-lambda/dist-es/runtimeConfig.js +2 -1
- package/node_modules/@aws-sdk/client-lambda/dist-es/runtimeConfig.shared.js +1 -1
- package/node_modules/@aws-sdk/client-lambda/dist-es/schemas/schemas_0.js +22 -1
- package/node_modules/@aws-sdk/client-lambda/dist-es/waiters/waitForFunctionActive.js +1 -1
- package/node_modules/@aws-sdk/client-lambda/dist-es/waiters/waitForFunctionActiveV2.js +1 -1
- package/node_modules/@aws-sdk/client-lambda/dist-es/waiters/waitForFunctionExists.js +1 -1
- package/node_modules/@aws-sdk/client-lambda/dist-es/waiters/waitForFunctionUpdated.js +1 -1
- package/node_modules/@aws-sdk/client-lambda/dist-es/waiters/waitForFunctionUpdatedV2.js +1 -1
- package/node_modules/@aws-sdk/client-lambda/dist-es/waiters/waitForPublishedVersionActive.js +1 -1
- package/node_modules/@aws-sdk/client-lambda/dist-types/Lambda.d.ts +85 -85
- package/node_modules/@aws-sdk/client-lambda/dist-types/LambdaClient.d.ts +88 -88
- package/node_modules/@aws-sdk/client-lambda/dist-types/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/node_modules/@aws-sdk/client-lambda/dist-types/auth/httpAuthSchemeProvider.d.ts +1 -1
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/InvokeAsyncCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/InvokeCommand.d.ts +10 -1
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/InvokeWithResponseStreamCommand.d.ts +10 -1
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/SendDurableExecutionCallbackSuccessCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-lambda/dist-types/index.d.ts +1 -1
- package/node_modules/@aws-sdk/client-lambda/dist-types/models/errors.d.ts +67 -1
- package/node_modules/@aws-sdk/client-lambda/dist-types/models/models_0.d.ts +10 -9
- package/node_modules/@aws-sdk/client-lambda/dist-types/pagination/GetDurableExecutionHistoryPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-lambda/dist-types/pagination/GetDurableExecutionStatePaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-lambda/dist-types/pagination/ListAliasesPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-lambda/dist-types/pagination/ListCapacityProvidersPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-lambda/dist-types/pagination/ListCodeSigningConfigsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-lambda/dist-types/pagination/ListDurableExecutionsByFunctionPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-lambda/dist-types/pagination/ListEventSourceMappingsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-lambda/dist-types/pagination/ListFunctionEventInvokeConfigsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-lambda/dist-types/pagination/ListFunctionUrlConfigsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-lambda/dist-types/pagination/ListFunctionVersionsByCapacityProviderPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-lambda/dist-types/pagination/ListFunctionsByCodeSigningConfigPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-lambda/dist-types/pagination/ListFunctionsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-lambda/dist-types/pagination/ListLayerVersionsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-lambda/dist-types/pagination/ListLayersPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-lambda/dist-types/pagination/ListProvisionedConcurrencyConfigsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-lambda/dist-types/pagination/ListVersionsByFunctionPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-lambda/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/node_modules/@aws-sdk/client-lambda/dist-types/runtimeConfig.d.ts +1 -1
- package/node_modules/@aws-sdk/client-lambda/dist-types/runtimeConfig.native.d.ts +1 -1
- package/node_modules/@aws-sdk/client-lambda/dist-types/schemas/schemas_0.d.ts +3 -0
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/LambdaClient.d.ts +2 -3
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +1 -1
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/InvokeAsyncCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/InvokeWithResponseStreamCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/SendDurableExecutionCallbackSuccessCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/models/errors.d.ts +30 -0
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/schemas/schemas_0.d.ts +3 -0
- package/node_modules/@aws-sdk/client-lambda/dist-types/waiters/waitForFunctionActive.d.ts +3 -3
- package/node_modules/@aws-sdk/client-lambda/dist-types/waiters/waitForFunctionActiveV2.d.ts +3 -3
- package/node_modules/@aws-sdk/client-lambda/dist-types/waiters/waitForFunctionExists.d.ts +3 -3
- package/node_modules/@aws-sdk/client-lambda/dist-types/waiters/waitForFunctionUpdated.d.ts +3 -3
- package/node_modules/@aws-sdk/client-lambda/dist-types/waiters/waitForFunctionUpdatedV2.d.ts +3 -3
- package/node_modules/@aws-sdk/client-lambda/dist-types/waiters/waitForPublishedVersionActive.d.ts +3 -3
- package/node_modules/@aws-sdk/client-lambda/package.json +43 -43
- package/node_modules/@aws-sdk/core/dist-cjs/index.js +86 -40
- package/node_modules/@aws-sdk/core/dist-cjs/submodules/client/index.js +17 -0
- package/node_modules/@aws-sdk/core/dist-cjs/submodules/protocols/index.js +69 -40
- package/node_modules/@aws-sdk/core/dist-es/submodules/account-id-endpoint/AccountIdEndpointModeConfigResolver.js +1 -1
- package/node_modules/@aws-sdk/core/dist-es/submodules/account-id-endpoint/NodeAccountIdEndpointModeConfigOptions.js +1 -1
- package/node_modules/@aws-sdk/core/dist-es/submodules/client/index.js +1 -0
- package/node_modules/@aws-sdk/core/dist-es/submodules/client/longPollMiddleware.js +15 -0
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/ProtocolLib.js +27 -9
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/cbor/AwsSmithyRpcV2CborProtocol.js +6 -5
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/index.js +2 -0
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsJson1_0Protocol.js +2 -1
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsJson1_1Protocol.js +2 -1
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsJsonRpcProtocol.js +6 -4
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsRestJsonProtocol.js +6 -4
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonShapeDeserializer.js +2 -8
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/AwsEc2QueryProtocol.js +3 -0
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/AwsQueryProtocol.js +5 -3
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/AwsRestXmlProtocol.js +9 -3
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/XmlShapeDeserializer.js +5 -7
- package/node_modules/@aws-sdk/core/dist-types/submodules/account-id-endpoint/AccountIdEndpointModeConfigResolver.d.ts +1 -1
- package/node_modules/@aws-sdk/core/dist-types/submodules/account-id-endpoint/NodeAccountIdEndpointModeConfigOptions.d.ts +2 -2
- package/node_modules/@aws-sdk/core/dist-types/submodules/client/index.d.ts +1 -0
- package/node_modules/@aws-sdk/core/dist-types/submodules/client/longPollMiddleware.d.ts +14 -0
- package/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4Signer.d.ts +1 -1
- package/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/NODE_AUTH_SCHEME_PREFERENCE_OPTIONS.d.ts +1 -1
- package/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4AConfig.d.ts +1 -1
- package/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4Config.d.ts +1 -1
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/ProtocolLib.d.ts +14 -1
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/cbor/AwsSmithyRpcV2CborProtocol.d.ts +3 -1
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/index.d.ts +2 -0
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJson1_0Protocol.d.ts +3 -1
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJson1_1Protocol.d.ts +3 -1
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJsonRpcProtocol.d.ts +3 -1
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsRestJsonProtocol.d.ts +3 -1
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/JsonShapeDeserializer.d.ts +1 -1
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/AwsEc2QueryProtocol.d.ts +7 -0
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/AwsQueryProtocol.d.ts +3 -0
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/QuerySerializerSettings.d.ts +3 -0
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/AwsRestXmlProtocol.d.ts +2 -0
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/XmlShapeSerializer.d.ts +1 -1
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/index.d.ts +1 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/longPollMiddleware.d.ts +15 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/ProtocolLib.d.ts +6 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/cbor/AwsSmithyRpcV2CborProtocol.d.ts +3 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/index.d.ts +2 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsJson1_0Protocol.d.ts +3 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsJson1_1Protocol.d.ts +3 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsJsonRpcProtocol.d.ts +3 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsRestJsonProtocol.d.ts +8 -1
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/query/AwsEc2QueryProtocol.d.ts +4 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/query/AwsQueryProtocol.d.ts +3 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/AwsRestXmlProtocol.d.ts +6 -1
- package/node_modules/@aws-sdk/core/package.json +14 -14
- package/node_modules/@aws-sdk/credential-provider-env/README.md +12 -3
- package/node_modules/@aws-sdk/credential-provider-env/dist-types/fromEnv.d.ts +1 -1
- package/node_modules/@aws-sdk/credential-provider-env/package.json +6 -6
- package/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/fromHttp.js +1 -1
- package/node_modules/@aws-sdk/credential-provider-http/dist-es/fromHttp/fromHttp.js +1 -1
- package/node_modules/@aws-sdk/credential-provider-http/dist-types/fromHttp/checkUrl.d.ts +1 -1
- package/node_modules/@aws-sdk/credential-provider-http/dist-types/fromHttp/fromHttp.browser.d.ts +1 -1
- package/node_modules/@aws-sdk/credential-provider-http/dist-types/fromHttp/fromHttp.d.ts +1 -1
- package/node_modules/@aws-sdk/credential-provider-http/dist-types/fromHttp/requestHelpers.d.ts +2 -2
- package/node_modules/@aws-sdk/credential-provider-http/package.json +11 -11
- package/node_modules/@aws-sdk/credential-provider-ini/README.md +12 -3
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/fromIni.d.ts +2 -2
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveAssumeRoleCredentials.d.ts +2 -2
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveCredentialSource.d.ts +1 -1
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveProcessCredentials.d.ts +2 -2
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveProfileData.d.ts +1 -1
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveStaticCredentials.d.ts +2 -2
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveWebIdentityCredentials.d.ts +2 -2
- package/node_modules/@aws-sdk/credential-provider-ini/package.json +15 -15
- package/node_modules/@aws-sdk/credential-provider-login/README.md +12 -3
- package/node_modules/@aws-sdk/credential-provider-login/package.json +9 -9
- package/node_modules/@aws-sdk/credential-provider-node/package.json +13 -13
- package/node_modules/@aws-sdk/credential-provider-process/README.md +12 -3
- package/node_modules/@aws-sdk/credential-provider-process/dist-cjs/index.js +3 -3
- package/node_modules/@aws-sdk/credential-provider-process/dist-es/resolveProcessCredentials.js +2 -2
- package/node_modules/@aws-sdk/credential-provider-process/dist-types/fromProcess.d.ts +1 -1
- package/node_modules/@aws-sdk/credential-provider-process/dist-types/getValidatedProcessCredentials.d.ts +2 -2
- package/node_modules/@aws-sdk/credential-provider-process/dist-types/resolveProcessCredentials.d.ts +1 -1
- package/node_modules/@aws-sdk/credential-provider-process/package.json +7 -7
- package/node_modules/@aws-sdk/credential-provider-sso/README.md +12 -3
- package/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/index.js +1 -1
- package/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/loadSso-BKDNrsal.js +8 -0
- package/node_modules/@aws-sdk/credential-provider-sso/dist-es/loadSso.js +1 -1
- package/node_modules/@aws-sdk/credential-provider-sso/dist-types/fromSSO.d.ts +1 -1
- package/node_modules/@aws-sdk/credential-provider-sso/dist-types/isSsoProfile.d.ts +2 -2
- package/node_modules/@aws-sdk/credential-provider-sso/dist-types/loadSso.d.ts +2 -2
- package/node_modules/@aws-sdk/credential-provider-sso/dist-types/resolveSSOCredentials.d.ts +2 -2
- package/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/loadSso.d.ts +5 -2
- package/node_modules/@aws-sdk/credential-provider-sso/dist-types/types.d.ts +1 -1
- package/node_modules/@aws-sdk/credential-provider-sso/dist-types/validateSsoProfile.d.ts +2 -2
- package/node_modules/@aws-sdk/credential-provider-sso/package.json +9 -9
- package/node_modules/@aws-sdk/credential-provider-web-identity/README.md +12 -3
- package/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/fromTokenFile.js +2 -2
- package/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/index.js +14 -6
- package/node_modules/@aws-sdk/credential-provider-web-identity/dist-es/fromTokenFile.js +1 -1
- package/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/fromTokenFile.d.ts +1 -1
- package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +8 -8
- package/node_modules/@aws-sdk/middleware-host-header/dist-types/index.d.ts +1 -1
- package/node_modules/@aws-sdk/middleware-host-header/package.json +5 -5
- package/node_modules/@aws-sdk/middleware-logger/package.json +4 -4
- package/node_modules/@aws-sdk/middleware-recursion-detection/README.md +10 -3
- package/node_modules/@aws-sdk/middleware-recursion-detection/dist-cjs/index.js +7 -3
- package/node_modules/@aws-sdk/middleware-recursion-detection/dist-types/configuration.d.ts +1 -1
- package/node_modules/@aws-sdk/middleware-recursion-detection/dist-types/getRecursionDetectionPlugin.d.ts +1 -1
- package/node_modules/@aws-sdk/middleware-recursion-detection/dist-types/recursionDetectionMiddleware.browser.d.ts +1 -1
- package/node_modules/@aws-sdk/middleware-recursion-detection/dist-types/recursionDetectionMiddleware.d.ts +1 -1
- package/node_modules/@aws-sdk/middleware-recursion-detection/dist-types/recursionDetectionMiddleware.native.d.ts +1 -1
- package/node_modules/@aws-sdk/middleware-recursion-detection/package.json +5 -5
- package/node_modules/@aws-sdk/middleware-user-agent/dist-cjs/index.js +17 -17
- package/node_modules/@aws-sdk/middleware-user-agent/dist-es/check-features.js +10 -10
- package/node_modules/@aws-sdk/middleware-user-agent/dist-types/check-features.d.ts +4 -2
- package/node_modules/@aws-sdk/middleware-user-agent/dist-types/configurations.d.ts +1 -1
- package/node_modules/@aws-sdk/middleware-user-agent/dist-types/ts3.4/check-features.d.ts +3 -3
- package/node_modules/@aws-sdk/middleware-user-agent/dist-types/user-agent-middleware.d.ts +2 -2
- package/node_modules/@aws-sdk/middleware-user-agent/package.json +9 -8
- package/node_modules/@aws-sdk/nested-clients/cognito-identity.d.ts +7 -0
- package/node_modules/@aws-sdk/nested-clients/cognito-identity.js +5 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/auth/httpAuthSchemeProvider.js +60 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/endpoint/ruleset.js +146 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/index.js +174 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/models/CognitoIdentityServiceException.js +12 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/models/errors.js +121 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/runtimeConfig.browser.js +38 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/runtimeConfig.js +54 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/runtimeConfig.shared.js +50 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/schemas/schemas_0.js +110 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/auth/httpAuthSchemeProvider.js +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/endpoint/ruleset.js +128 -2
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/index.js +17 -18
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/runtimeConfig.js +4 -3
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/runtimeConfig.shared.js +4 -4
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/auth/httpAuthSchemeProvider.js +56 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/endpoint/endpointResolver.js +18 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/endpoint/ruleset.js +106 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/index.js +160 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/runtimeConfig.browser.js +38 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/runtimeConfig.js +54 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/runtimeConfig.native.js +15 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/runtimeConfig.shared.js +49 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/schemas/schemas_0.js +90 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/auth/httpAuthSchemeProvider.js +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/endpoint/ruleset.js +101 -2
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/index.js +17 -18
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/runtimeConfig.js +4 -3
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/runtimeConfig.shared.js +4 -4
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/auth/httpAuthSchemeProvider.js +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/endpoint/ruleset.js +140 -2
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/index.js +23 -17
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/runtimeConfig.js +7 -6
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/runtimeConfig.shared.js +4 -4
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/CognitoIdentity.js +11 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/CognitoIdentityClient.js +50 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/auth/httpAuthSchemeProvider.js +54 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/commands/GetCredentialsForIdentityCommand.js +16 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/commands/GetIdCommand.js +16 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/commands/index.js +2 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/endpoint/EndpointParameters.js +13 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/endpoint/ruleset.js +143 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/index.js +7 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/models/CognitoIdentityServiceException.js +8 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/models/errors.js +109 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/runtimeConfig.browser.js +33 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/runtimeConfig.js +49 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/runtimeConfig.shared.js +46 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/schemas/schemas_0.js +107 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/SigninClient.js +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/auth/httpAuthSchemeProvider.js +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/endpoint/ruleset.js +128 -2
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeConfig.js +2 -1
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeConfig.shared.js +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/SSO.js +9 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/auth/httpAuthExtensionConfiguration.js +38 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/auth/httpAuthSchemeProvider.js +50 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/commands/index.js +1 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/endpoint/endpointResolver.js +14 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/endpoint/ruleset.js +103 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/index.js +7 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/runtimeConfig.browser.js +33 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/runtimeConfig.js +49 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/runtimeConfig.native.js +11 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/runtimeConfig.shared.js +45 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/runtimeExtensions.js +9 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/schemas/schemas_0.js +87 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/SSOOIDC.js +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/SSOOIDCClient.js +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/auth/httpAuthSchemeProvider.js +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/endpoint/ruleset.js +101 -2
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeConfig.js +2 -1
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeConfig.shared.js +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/STS.js +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/STSClient.js +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/auth/httpAuthSchemeProvider.js +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/defaultStsRoleAssumers.js +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/endpoint/ruleset.js +140 -2
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.js +2 -1
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.shared.js +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/CognitoIdentity.d.ts +38 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/CognitoIdentityClient.d.ts +197 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/auth/httpAuthExtensionConfiguration.d.ts +29 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/auth/httpAuthSchemeProvider.d.ts +75 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/commands/GetCredentialsForIdentityCommand.d.ts +120 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/commands/GetIdCommand.d.ts +107 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/commands/index.d.ts +2 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/endpoint/ruleset.d.ts +2 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/extensionConfiguration.d.ts +9 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/index.d.ts +29 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/models/CognitoIdentityServiceException.d.ts +14 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/models/errors.d.ts +119 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/models/models_0.d.ts +136 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/runtimeConfig.browser.d.ts +62 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/runtimeConfig.d.ts +62 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/runtimeConfig.native.d.ts +61 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/runtimeConfig.shared.d.ts +38 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/runtimeExtensions.d.ts +17 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/schemas/schemas_0.d.ts +25 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/Signin.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/SigninClient.d.ts +3 -4
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/auth/httpAuthSchemeProvider.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/endpoint/ruleset.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/index.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/models/errors.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.browser.d.ts +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.d.ts +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.native.d.ts +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.shared.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/SSO.d.ts +32 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/SSOClient.d.ts +197 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/auth/httpAuthExtensionConfiguration.d.ts +29 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/auth/httpAuthSchemeProvider.d.ts +75 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/commands/GetRoleCredentialsCommand.d.ts +97 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/commands/index.d.ts +1 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/endpoint/EndpointParameters.d.ts +50 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/endpoint/endpointResolver.d.ts +8 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/endpoint/ruleset.d.ts +2 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/index.d.ts +30 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/models/models_0.d.ts +61 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/runtimeConfig.browser.d.ts +62 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/runtimeConfig.d.ts +62 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/runtimeConfig.native.d.ts +61 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/runtimeConfig.shared.d.ts +38 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/schemas/schemas_0.d.ts +17 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/SSOOIDC.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/SSOOIDCClient.d.ts +3 -4
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/auth/httpAuthSchemeProvider.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/endpoint/ruleset.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/index.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/models/errors.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.browser.d.ts +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.d.ts +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.native.d.ts +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.shared.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/STS.d.ts +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/STSClient.d.ts +3 -4
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/auth/httpAuthSchemeProvider.d.ts +2 -3
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/defaultRoleAssumers.d.ts +3 -3
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/defaultStsRoleAssumers.d.ts +3 -3
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/endpoint/ruleset.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/index.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.browser.d.ts +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.native.d.ts +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.shared.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/CognitoIdentity.d.ts +38 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/CognitoIdentityClient.d.ts +126 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/auth/httpAuthExtensionConfiguration.d.ts +32 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/auth/httpAuthSchemeProvider.d.ts +47 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/commands/GetCredentialsForIdentityCommand.d.ts +51 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/commands/GetIdCommand.d.ts +41 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/commands/index.d.ts +2 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/extensionConfiguration.d.ts +9 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/index.d.ts +10 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/models/CognitoIdentityServiceException.d.ts +9 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/models/errors.d.ts +68 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/models/models_0.d.ts +23 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/runtimeConfig.browser.d.ts +122 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/runtimeConfig.d.ts +117 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/runtimeConfig.native.d.ts +126 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/runtimeConfig.shared.d.ts +60 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/runtimeExtensions.d.ts +13 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/schemas/schemas_0.d.ts +24 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/SigninClient.d.ts +2 -5
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/auth/httpAuthSchemeProvider.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.browser.d.ts +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.d.ts +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.native.d.ts +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.shared.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/SSO.d.ts +22 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/SSOClient.d.ts +117 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/auth/httpAuthExtensionConfiguration.d.ts +32 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/auth/httpAuthSchemeProvider.d.ts +46 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/commands/GetRoleCredentialsCommand.d.ts +47 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/commands/index.d.ts +1 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/endpoint/EndpointParameters.d.ts +51 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/endpoint/endpointResolver.d.ts +8 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/index.d.ts +10 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/models/models_0.d.ts +14 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/runtimeConfig.browser.d.ts +120 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/runtimeConfig.d.ts +115 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/runtimeConfig.native.d.ts +124 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/runtimeConfig.shared.d.ts +58 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/schemas/schemas_0.d.ts +16 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/SSOOIDCClient.d.ts +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/auth/httpAuthSchemeProvider.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.browser.d.ts +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.d.ts +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.native.d.ts +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.shared.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/STSClient.d.ts +2 -5
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/auth/httpAuthSchemeProvider.d.ts +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.browser.d.ts +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.native.d.ts +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.shared.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/package.json +57 -37
- package/node_modules/@aws-sdk/nested-clients/sso.d.ts +7 -0
- package/node_modules/@aws-sdk/nested-clients/sso.js +5 -0
- package/node_modules/@aws-sdk/region-config-resolver/README.md +11 -4
- package/node_modules/@aws-sdk/region-config-resolver/dist-cjs/index.js +12 -23
- package/node_modules/@aws-sdk/region-config-resolver/package.json +6 -6
- package/node_modules/@aws-sdk/token-providers/dist-cjs/index.js +2 -2
- package/node_modules/@aws-sdk/token-providers/dist-es/writeSSOTokenToFile.js +1 -1
- package/node_modules/@aws-sdk/token-providers/dist-types/fromSso.d.ts +2 -2
- package/node_modules/@aws-sdk/token-providers/dist-types/fromStatic.d.ts +1 -1
- package/node_modules/@aws-sdk/token-providers/dist-types/getNewSsoOidcToken.d.ts +2 -2
- package/node_modules/@aws-sdk/token-providers/dist-types/getSsoOidcClient.d.ts +1 -1
- package/node_modules/@aws-sdk/token-providers/dist-types/nodeProvider.d.ts +2 -2
- package/node_modules/@aws-sdk/token-providers/dist-types/validateTokenExpiry.d.ts +1 -1
- package/node_modules/@aws-sdk/token-providers/dist-types/writeSSOTokenToFile.d.ts +1 -1
- package/node_modules/@aws-sdk/token-providers/package.json +8 -8
- package/node_modules/@aws-sdk/types/dist-cjs/index.js +3 -12
- package/node_modules/@aws-sdk/types/dist-types/credentials.d.ts +3 -3
- package/node_modules/@aws-sdk/types/dist-types/extensions/index.d.ts +1 -1
- package/node_modules/@aws-sdk/types/dist-types/http.d.ts +1 -1
- package/node_modules/@aws-sdk/types/dist-types/identity/AnonymousIdentity.d.ts +1 -1
- package/node_modules/@aws-sdk/types/dist-types/identity/LoginIdentity.d.ts +1 -1
- package/node_modules/@aws-sdk/types/dist-types/middleware.d.ts +2 -2
- package/node_modules/@aws-sdk/types/dist-types/token.d.ts +2 -2
- package/node_modules/@aws-sdk/types/package.json +3 -3
- package/node_modules/@aws-sdk/util-endpoints/dist-cjs/index.js +3 -12
- package/node_modules/@aws-sdk/util-endpoints/dist-types/aws.d.ts +1 -1
- package/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/parseArn.d.ts +1 -1
- package/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/partition.d.ts +1 -1
- package/node_modules/@aws-sdk/util-endpoints/package.json +6 -6
- package/node_modules/@aws-sdk/util-locate-window/package.json +2 -2
- package/node_modules/@aws-sdk/util-user-agent-browser/dist-types/index.d.ts +1 -1
- package/node_modules/@aws-sdk/util-user-agent-browser/dist-types/index.native.d.ts +2 -2
- package/node_modules/@aws-sdk/util-user-agent-browser/package.json +4 -4
- package/node_modules/@aws-sdk/util-user-agent-node/README.md +10 -3
- package/node_modules/@aws-sdk/util-user-agent-node/dist-cjs/index.js +133 -6
- package/node_modules/@aws-sdk/util-user-agent-node/dist-es/defaultUserAgent.js +10 -3
- package/node_modules/@aws-sdk/util-user-agent-node/dist-es/getNodeModulesParentDirs.js +15 -0
- package/node_modules/@aws-sdk/util-user-agent-node/dist-es/getRuntimeUserAgentPair.js +10 -0
- package/node_modules/@aws-sdk/util-user-agent-node/dist-es/getSanitizedDevTypeScriptVersion.js +14 -0
- package/node_modules/@aws-sdk/util-user-agent-node/dist-es/getSanitizedTypeScriptVersion.js +9 -0
- package/node_modules/@aws-sdk/util-user-agent-node/dist-es/getTypeScriptUserAgentPair.js +75 -0
- package/node_modules/@aws-sdk/util-user-agent-node/dist-types/defaultUserAgent.d.ts +1 -1
- package/node_modules/@aws-sdk/util-user-agent-node/dist-types/getNodeModulesParentDirs.d.ts +10 -0
- package/node_modules/@aws-sdk/util-user-agent-node/dist-types/getRuntimeUserAgentPair.d.ts +6 -0
- package/node_modules/@aws-sdk/util-user-agent-node/dist-types/getSanitizedDevTypeScriptVersion.d.ts +8 -0
- package/node_modules/@aws-sdk/util-user-agent-node/dist-types/getSanitizedTypeScriptVersion.d.ts +8 -0
- package/node_modules/@aws-sdk/util-user-agent-node/dist-types/getTypeScriptUserAgentPair.d.ts +6 -0
- package/node_modules/@aws-sdk/util-user-agent-node/dist-types/is-crt-available.d.ts +1 -1
- package/node_modules/@aws-sdk/util-user-agent-node/dist-types/nodeAppIdConfigOptions.d.ts +1 -1
- package/node_modules/@aws-sdk/util-user-agent-node/dist-types/ts3.4/getNodeModulesParentDirs.d.ts +1 -0
- package/node_modules/@aws-sdk/util-user-agent-node/dist-types/ts3.4/getRuntimeUserAgentPair.d.ts +2 -0
- package/node_modules/@aws-sdk/util-user-agent-node/dist-types/ts3.4/getSanitizedDevTypeScriptVersion.d.ts +3 -0
- package/node_modules/@aws-sdk/util-user-agent-node/dist-types/ts3.4/getSanitizedTypeScriptVersion.d.ts +3 -0
- package/node_modules/@aws-sdk/util-user-agent-node/dist-types/ts3.4/getTypeScriptUserAgentPair.d.ts +4 -0
- package/node_modules/@aws-sdk/util-user-agent-node/package.json +10 -7
- package/node_modules/@aws-sdk/xml-builder/README.md +10 -3
- package/node_modules/@aws-sdk/xml-builder/dist-cjs/index.js +22 -15
- package/node_modules/@aws-sdk/xml-builder/dist-cjs/xml-parser.js +5 -0
- package/node_modules/@aws-sdk/xml-builder/dist-es/escape-attribute.js +8 -1
- package/node_modules/@aws-sdk/xml-builder/dist-es/escape-element.js +13 -10
- package/node_modules/@aws-sdk/xml-builder/dist-es/xml-parser.js +5 -0
- package/node_modules/@aws-sdk/xml-builder/dist-types/XmlNode.d.ts +1 -1
- package/node_modules/@aws-sdk/xml-builder/dist-types/XmlText.d.ts +1 -1
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/CHANGELOG.md +72 -0
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/README.md +8 -7
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/lib/fxbuilder.min.js +1 -1
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/lib/fxbuilder.min.js.map +1 -1
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/lib/fxp.cjs +1 -1
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/lib/fxp.d.cts +175 -30
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/lib/fxp.min.js +1 -1
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/lib/fxp.min.js.map +1 -1
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/lib/fxparser.min.js +1 -1
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/lib/fxparser.min.js.map +1 -1
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/lib/fxvalidator.min.js +1 -1
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/lib/fxvalidator.min.js.map +1 -1
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/lib/pem.d.cts +148 -0
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/package.json +7 -5
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/fxp.d.ts +162 -28
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/fxp.js +1 -1
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/pem.d.ts +135 -0
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/util.js +18 -25
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/v6/EntitiesParser.js +89 -87
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/v6/OptionsBuilder.js +10 -10
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/v6/OutputBuilders/BaseOutputBuilder.js +23 -23
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/v6/OutputBuilders/JsArrBuilder.js +29 -29
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/v6/OutputBuilders/JsObjBuilder.js +39 -39
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/v6/OutputBuilders/ParserOptionsBuilder.js +17 -17
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/v6/XMLParser.js +22 -22
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/v6/valueParsers/EntitiesParser.js +85 -85
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/validator.js +34 -34
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/xmlbuilder/json2xml.js +5 -284
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/xmlparser/DocTypeReader.js +100 -69
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/xmlparser/OptionsBuilder.js +156 -43
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/xmlparser/OrderedObjParser.js +522 -250
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/xmlparser/XMLParser.js +23 -23
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/xmlparser/node2json.js +96 -42
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/xmlparser/xmlNode.js +10 -10
- package/node_modules/@aws-sdk/xml-builder/package.json +4 -4
- package/node_modules/@babel/runtime/helpers/esm/wrapAsyncGenerator.js +18 -31
- package/node_modules/@babel/runtime/helpers/wrapAsyncGenerator.js +18 -31
- package/node_modules/@babel/runtime/package.json +1 -1
- package/node_modules/@isaacs/cliui/node_modules/strip-ansi/index.js +5 -0
- package/node_modules/@isaacs/cliui/node_modules/strip-ansi/package.json +5 -5
- package/node_modules/@slack/logger/LICENSE +23 -0
- package/node_modules/@slack/logger/README.md +36 -3
- package/node_modules/@slack/logger/dist/index.d.ts.map +1 -1
- package/node_modules/@slack/logger/dist/index.js +5 -6
- package/node_modules/@slack/logger/dist/index.js.map +1 -1
- package/node_modules/@slack/logger/node_modules/@types/node/README.md +1 -1
- package/node_modules/@slack/logger/node_modules/@types/node/assert/strict.d.ts +0 -46
- package/node_modules/@slack/logger/node_modules/@types/node/assert.d.ts +2 -7
- package/node_modules/@slack/logger/node_modules/@types/node/async_hooks.d.ts +18 -38
- package/node_modules/@slack/logger/node_modules/@types/node/buffer.buffer.d.ts +1 -1
- package/node_modules/@slack/logger/node_modules/@types/node/buffer.d.ts +0 -45
- package/node_modules/@slack/logger/node_modules/@types/node/child_process.d.ts +5 -67
- package/node_modules/@slack/logger/node_modules/@types/node/cluster.d.ts +0 -54
- package/node_modules/@slack/logger/node_modules/@types/node/console.d.ts +0 -58
- package/node_modules/@slack/logger/node_modules/@types/node/constants.d.ts +0 -6
- package/node_modules/@slack/logger/node_modules/@types/node/crypto.d.ts +0 -18
- package/node_modules/@slack/logger/node_modules/@types/node/dgram.d.ts +0 -27
- package/node_modules/@slack/logger/node_modules/@types/node/diagnostics_channel.d.ts +0 -24
- package/node_modules/@slack/logger/node_modules/@types/node/dns/promises.d.ts +0 -6
- package/node_modules/@slack/logger/node_modules/@types/node/dns.d.ts +0 -46
- package/node_modules/@slack/logger/node_modules/@types/node/domain.d.ts +0 -16
- package/node_modules/@slack/logger/node_modules/@types/node/events.d.ts +6 -49
- package/node_modules/@slack/logger/node_modules/@types/node/fs/promises.d.ts +0 -10
- package/node_modules/@slack/logger/node_modules/@types/node/fs.d.ts +2 -20
- package/node_modules/@slack/logger/node_modules/@types/node/http.d.ts +22 -42
- package/node_modules/@slack/logger/node_modules/@types/node/http2.d.ts +0 -10
- package/node_modules/@slack/logger/node_modules/@types/node/https.d.ts +0 -5
- package/node_modules/@slack/logger/node_modules/@types/node/inspector/promises.d.ts +0 -6
- package/node_modules/@slack/logger/node_modules/@types/node/inspector.d.ts +45 -5
- package/node_modules/@slack/logger/node_modules/@types/node/inspector.generated.d.ts +579 -404
- package/node_modules/@slack/logger/node_modules/@types/node/module.d.ts +0 -65
- package/node_modules/@slack/logger/node_modules/@types/node/net.d.ts +57 -20
- package/node_modules/@slack/logger/node_modules/@types/node/os.d.ts +0 -9
- package/node_modules/@slack/logger/node_modules/@types/node/package.json +4 -4
- package/node_modules/@slack/logger/node_modules/@types/node/path.d.ts +0 -9
- package/node_modules/@slack/logger/node_modules/@types/node/perf_hooks.d.ts +0 -31
- package/node_modules/@slack/logger/node_modules/@types/node/process.d.ts +21 -7
- package/node_modules/@slack/logger/node_modules/@types/node/punycode.d.ts +0 -28
- package/node_modules/@slack/logger/node_modules/@types/node/querystring.d.ts +0 -13
- package/node_modules/@slack/logger/node_modules/@types/node/quic.d.ts +0 -13
- package/node_modules/@slack/logger/node_modules/@types/node/readline/promises.d.ts +0 -3
- package/node_modules/@slack/logger/node_modules/@types/node/readline.d.ts +1 -35
- package/node_modules/@slack/logger/node_modules/@types/node/repl.d.ts +0 -10
- package/node_modules/@slack/logger/node_modules/@types/node/sea.d.ts +0 -115
- package/node_modules/@slack/logger/node_modules/@types/node/sqlite.d.ts +128 -62
- package/node_modules/@slack/logger/node_modules/@types/node/stream/consumers.d.ts +81 -5
- package/node_modules/@slack/logger/node_modules/@types/node/stream/web.d.ts +3 -3
- package/node_modules/@slack/logger/node_modules/@types/node/stream.d.ts +42 -28
- package/node_modules/@slack/logger/node_modules/@types/node/string_decoder.d.ts +0 -40
- package/node_modules/@slack/logger/node_modules/@types/node/test/reporters.d.ts +0 -38
- package/node_modules/@slack/logger/node_modules/@types/node/test.d.ts +61 -99
- package/node_modules/@slack/logger/node_modules/@types/node/timers/promises.d.ts +0 -15
- package/node_modules/@slack/logger/node_modules/@types/node/timers.d.ts +0 -10
- package/node_modules/@slack/logger/node_modules/@types/node/tls.d.ts +20 -25
- package/node_modules/@slack/logger/node_modules/@types/node/trace_events.d.ts +0 -94
- package/node_modules/@slack/logger/node_modules/@types/node/ts5.6/buffer.buffer.d.ts +1 -1
- package/node_modules/@slack/logger/node_modules/@types/node/tty.d.ts +0 -25
- package/node_modules/@slack/logger/node_modules/@types/node/url.d.ts +22 -9
- package/node_modules/@slack/logger/node_modules/@types/node/util.d.ts +27 -12
- package/node_modules/@slack/logger/node_modules/@types/node/v8.d.ts +9 -12
- package/node_modules/@slack/logger/node_modules/@types/node/vm.d.ts +0 -38
- package/node_modules/@slack/logger/node_modules/@types/node/wasi.d.ts +0 -71
- package/node_modules/@slack/logger/node_modules/@types/node/worker_threads.d.ts +15 -61
- package/node_modules/@slack/logger/node_modules/@types/node/zlib.d.ts +68 -97
- package/node_modules/@slack/logger/node_modules/undici-types/agent.d.ts +1 -1
- package/node_modules/@slack/logger/node_modules/undici-types/api.d.ts +2 -2
- package/node_modules/@slack/logger/node_modules/undici-types/balanced-pool.d.ts +2 -1
- package/node_modules/@slack/logger/node_modules/undici-types/cache-interceptor.d.ts +7 -0
- package/node_modules/@slack/logger/node_modules/undici-types/client.d.ts +11 -1
- package/node_modules/@slack/logger/node_modules/undici-types/connector.d.ts +2 -2
- package/node_modules/@slack/logger/node_modules/undici-types/diagnostics-channel.d.ts +2 -2
- package/node_modules/@slack/logger/node_modules/undici-types/dispatcher.d.ts +12 -12
- package/node_modules/@slack/logger/node_modules/undici-types/fetch.d.ts +4 -4
- package/node_modules/@slack/logger/node_modules/undici-types/formdata.d.ts +1 -1
- package/node_modules/@slack/logger/node_modules/undici-types/h2c-client.d.ts +1 -1
- package/node_modules/@slack/logger/node_modules/undici-types/index.d.ts +9 -1
- package/node_modules/@slack/logger/node_modules/undici-types/interceptors.d.ts +36 -2
- package/node_modules/@slack/logger/node_modules/undici-types/package.json +1 -1
- package/node_modules/@slack/logger/node_modules/undici-types/pool.d.ts +1 -1
- package/node_modules/@slack/logger/node_modules/undici-types/readable.d.ts +2 -2
- package/node_modules/@slack/logger/node_modules/undici-types/round-robin-pool.d.ts +41 -0
- package/node_modules/@slack/logger/node_modules/undici-types/websocket.d.ts +9 -9
- package/node_modules/@slack/logger/package.json +13 -33
- package/node_modules/@slack/types/package.json +2 -6
- package/node_modules/@slack/web-api/dist/WebClient.js +241 -266
- package/node_modules/@slack/web-api/dist/WebClient.js.map +1 -1
- package/node_modules/@slack/web-api/dist/chat-stream.js +75 -90
- package/node_modules/@slack/web-api/dist/chat-stream.js.map +1 -1
- package/node_modules/@slack/web-api/dist/file-upload.js +108 -125
- package/node_modules/@slack/web-api/dist/file-upload.js.map +1 -1
- package/node_modules/@slack/web-api/dist/instrument.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/instrument.js +13 -1
- package/node_modules/@slack/web-api/dist/instrument.js.map +1 -1
- package/node_modules/@slack/web-api/dist/methods.d.ts +11 -2
- package/node_modules/@slack/web-api/dist/methods.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/methods.js +9 -0
- package/node_modules/@slack/web-api/dist/methods.js.map +1 -1
- package/node_modules/@slack/web-api/dist/types/request/apps.d.ts +6 -0
- package/node_modules/@slack/web-api/dist/types/request/apps.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/request/index.d.ts +1 -1
- package/node_modules/@slack/web-api/dist/types/request/index.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/response/AppsUserConnectionUpdateResponse.d.ts +9 -0
- package/node_modules/@slack/web-api/dist/types/response/AppsUserConnectionUpdateResponse.d.ts.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/AppsUserConnectionUpdateResponse.js +11 -0
- package/node_modules/@slack/web-api/dist/types/response/AppsUserConnectionUpdateResponse.js.map +1 -0
- package/node_modules/@slack/web-api/dist/types/response/index.d.ts +1 -0
- package/node_modules/@slack/web-api/dist/types/response/index.d.ts.map +1 -1
- package/node_modules/@slack/web-api/node_modules/@types/node/README.md +1 -1
- package/node_modules/@slack/web-api/node_modules/@types/node/assert/strict.d.ts +0 -46
- package/node_modules/@slack/web-api/node_modules/@types/node/assert.d.ts +2 -7
- package/node_modules/@slack/web-api/node_modules/@types/node/async_hooks.d.ts +18 -38
- package/node_modules/@slack/web-api/node_modules/@types/node/buffer.buffer.d.ts +1 -1
- package/node_modules/@slack/web-api/node_modules/@types/node/buffer.d.ts +0 -45
- package/node_modules/@slack/web-api/node_modules/@types/node/child_process.d.ts +5 -67
- package/node_modules/@slack/web-api/node_modules/@types/node/cluster.d.ts +0 -54
- package/node_modules/@slack/web-api/node_modules/@types/node/console.d.ts +0 -58
- package/node_modules/@slack/web-api/node_modules/@types/node/constants.d.ts +0 -6
- package/node_modules/@slack/web-api/node_modules/@types/node/crypto.d.ts +0 -18
- package/node_modules/@slack/web-api/node_modules/@types/node/dgram.d.ts +0 -27
- package/node_modules/@slack/web-api/node_modules/@types/node/diagnostics_channel.d.ts +0 -24
- package/node_modules/@slack/web-api/node_modules/@types/node/dns/promises.d.ts +0 -6
- package/node_modules/@slack/web-api/node_modules/@types/node/dns.d.ts +0 -46
- package/node_modules/@slack/web-api/node_modules/@types/node/domain.d.ts +0 -16
- package/node_modules/@slack/web-api/node_modules/@types/node/events.d.ts +6 -49
- package/node_modules/@slack/web-api/node_modules/@types/node/fs/promises.d.ts +0 -10
- package/node_modules/@slack/web-api/node_modules/@types/node/fs.d.ts +2 -20
- package/node_modules/@slack/web-api/node_modules/@types/node/http.d.ts +22 -42
- package/node_modules/@slack/web-api/node_modules/@types/node/http2.d.ts +0 -10
- package/node_modules/@slack/web-api/node_modules/@types/node/https.d.ts +0 -5
- package/node_modules/@slack/web-api/node_modules/@types/node/inspector/promises.d.ts +0 -6
- package/node_modules/@slack/web-api/node_modules/@types/node/inspector.d.ts +45 -5
- package/node_modules/@slack/web-api/node_modules/@types/node/inspector.generated.d.ts +579 -404
- package/node_modules/@slack/web-api/node_modules/@types/node/module.d.ts +0 -65
- package/node_modules/@slack/web-api/node_modules/@types/node/net.d.ts +57 -20
- package/node_modules/@slack/web-api/node_modules/@types/node/os.d.ts +0 -9
- package/node_modules/@slack/web-api/node_modules/@types/node/package.json +4 -4
- package/node_modules/@slack/web-api/node_modules/@types/node/path.d.ts +0 -9
- package/node_modules/@slack/web-api/node_modules/@types/node/perf_hooks.d.ts +0 -31
- package/node_modules/@slack/web-api/node_modules/@types/node/process.d.ts +21 -7
- package/node_modules/@slack/web-api/node_modules/@types/node/punycode.d.ts +0 -28
- package/node_modules/@slack/web-api/node_modules/@types/node/querystring.d.ts +0 -13
- package/node_modules/@slack/web-api/node_modules/@types/node/quic.d.ts +0 -13
- package/node_modules/@slack/web-api/node_modules/@types/node/readline/promises.d.ts +0 -3
- package/node_modules/@slack/web-api/node_modules/@types/node/readline.d.ts +1 -35
- package/node_modules/@slack/web-api/node_modules/@types/node/repl.d.ts +0 -10
- package/node_modules/@slack/web-api/node_modules/@types/node/sea.d.ts +0 -115
- package/node_modules/@slack/web-api/node_modules/@types/node/sqlite.d.ts +128 -62
- package/node_modules/@slack/web-api/node_modules/@types/node/stream/consumers.d.ts +81 -5
- package/node_modules/@slack/web-api/node_modules/@types/node/stream/web.d.ts +3 -3
- package/node_modules/@slack/web-api/node_modules/@types/node/stream.d.ts +42 -28
- package/node_modules/@slack/web-api/node_modules/@types/node/string_decoder.d.ts +0 -40
- package/node_modules/@slack/web-api/node_modules/@types/node/test/reporters.d.ts +0 -38
- package/node_modules/@slack/web-api/node_modules/@types/node/test.d.ts +61 -99
- package/node_modules/@slack/web-api/node_modules/@types/node/timers/promises.d.ts +0 -15
- package/node_modules/@slack/web-api/node_modules/@types/node/timers.d.ts +0 -10
- package/node_modules/@slack/web-api/node_modules/@types/node/tls.d.ts +20 -25
- package/node_modules/@slack/web-api/node_modules/@types/node/trace_events.d.ts +0 -94
- package/node_modules/@slack/web-api/node_modules/@types/node/ts5.6/buffer.buffer.d.ts +1 -1
- package/node_modules/@slack/web-api/node_modules/@types/node/tty.d.ts +0 -25
- package/node_modules/@slack/web-api/node_modules/@types/node/url.d.ts +22 -9
- package/node_modules/@slack/web-api/node_modules/@types/node/util.d.ts +27 -12
- package/node_modules/@slack/web-api/node_modules/@types/node/v8.d.ts +9 -12
- package/node_modules/@slack/web-api/node_modules/@types/node/vm.d.ts +0 -38
- package/node_modules/@slack/web-api/node_modules/@types/node/wasi.d.ts +0 -71
- package/node_modules/@slack/web-api/node_modules/@types/node/worker_threads.d.ts +15 -61
- package/node_modules/@slack/web-api/node_modules/@types/node/zlib.d.ts +68 -97
- package/node_modules/@slack/web-api/node_modules/undici-types/agent.d.ts +1 -1
- package/node_modules/@slack/web-api/node_modules/undici-types/api.d.ts +2 -2
- package/node_modules/@slack/web-api/node_modules/undici-types/balanced-pool.d.ts +2 -1
- package/node_modules/@slack/web-api/node_modules/undici-types/cache-interceptor.d.ts +7 -0
- package/node_modules/@slack/web-api/node_modules/undici-types/client.d.ts +11 -1
- package/node_modules/@slack/web-api/node_modules/undici-types/connector.d.ts +2 -2
- package/node_modules/@slack/web-api/node_modules/undici-types/diagnostics-channel.d.ts +2 -2
- package/node_modules/@slack/web-api/node_modules/undici-types/dispatcher.d.ts +12 -12
- package/node_modules/@slack/web-api/node_modules/undici-types/fetch.d.ts +4 -4
- package/node_modules/@slack/web-api/node_modules/undici-types/formdata.d.ts +1 -1
- package/node_modules/@slack/web-api/node_modules/undici-types/h2c-client.d.ts +1 -1
- package/node_modules/@slack/web-api/node_modules/undici-types/index.d.ts +9 -1
- package/node_modules/@slack/web-api/node_modules/undici-types/interceptors.d.ts +36 -2
- package/node_modules/@slack/web-api/node_modules/undici-types/package.json +1 -1
- package/node_modules/@slack/web-api/node_modules/undici-types/pool.d.ts +1 -1
- package/node_modules/@slack/web-api/node_modules/undici-types/readable.d.ts +2 -2
- package/node_modules/@slack/web-api/node_modules/undici-types/round-robin-pool.d.ts +41 -0
- package/node_modules/@slack/web-api/node_modules/undici-types/websocket.d.ts +9 -9
- package/node_modules/@slack/web-api/package.json +10 -24
- package/node_modules/@smithy/config-resolver/README.md +10 -3
- package/node_modules/@smithy/config-resolver/dist-cjs/index.js +12 -0
- package/node_modules/@smithy/config-resolver/dist-es/endpointsConfig/NodeUseDualstackEndpointConfigOptions.js +5 -0
- package/node_modules/@smithy/config-resolver/dist-es/endpointsConfig/NodeUseFipsEndpointConfigOptions.js +5 -0
- package/node_modules/@smithy/config-resolver/dist-types/endpointsConfig/NodeUseDualstackEndpointConfigOptions.d.ts +6 -0
- package/node_modules/@smithy/config-resolver/dist-types/endpointsConfig/NodeUseFipsEndpointConfigOptions.d.ts +6 -0
- package/node_modules/@smithy/config-resolver/package.json +15 -16
- package/node_modules/@smithy/core/README.md +12 -1
- package/node_modules/@smithy/core/dist-cjs/getSmithyContext.js +6 -0
- package/node_modules/@smithy/core/dist-cjs/index.js +3 -7
- package/node_modules/@smithy/core/dist-cjs/middleware-http-auth-scheme/getHttpAuthSchemeEndpointRuleSetPlugin.js +21 -0
- package/node_modules/@smithy/core/dist-cjs/middleware-http-auth-scheme/getHttpAuthSchemePlugin.js +21 -0
- package/node_modules/@smithy/core/dist-cjs/middleware-http-auth-scheme/httpAuthSchemeMiddleware.js +46 -0
- package/node_modules/@smithy/core/dist-cjs/middleware-http-auth-scheme/index.js +6 -0
- package/node_modules/@smithy/core/dist-cjs/middleware-http-auth-scheme/resolveAuthOptions.js +24 -0
- package/node_modules/@smithy/core/dist-cjs/middleware-http-signing/getHttpSigningMiddleware.js +19 -0
- package/node_modules/@smithy/core/dist-cjs/middleware-http-signing/httpSigningMiddleware.js +27 -0
- package/node_modules/@smithy/core/dist-cjs/middleware-http-signing/index.js +5 -0
- package/node_modules/@smithy/core/dist-cjs/normalizeProvider.js +10 -0
- package/node_modules/@smithy/core/dist-cjs/pagination/createPaginator.js +44 -0
- package/node_modules/@smithy/core/dist-cjs/request-builder/requestBuilder.js +5 -0
- package/node_modules/@smithy/core/dist-cjs/setFeature.js +14 -0
- package/node_modules/@smithy/core/dist-cjs/submodules/cbor/index.js +9 -9
- package/node_modules/@smithy/core/dist-cjs/submodules/endpoints/index.js +22 -0
- package/node_modules/@smithy/core/dist-cjs/submodules/event-streams/index.js +4 -1
- package/node_modules/@smithy/core/dist-cjs/submodules/protocols/index.js +45 -22
- package/node_modules/@smithy/core/dist-cjs/submodules/schema/index.js +42 -5
- package/node_modules/@smithy/core/dist-cjs/submodules/serde/index.js +1 -4
- package/node_modules/@smithy/core/dist-cjs/util-identity-and-auth/DefaultIdentityProviderConfig.js +17 -0
- package/node_modules/@smithy/core/dist-cjs/util-identity-and-auth/httpAuthSchemes/httpApiKeyAuth.js +38 -0
- package/node_modules/@smithy/core/dist-cjs/util-identity-and-auth/httpAuthSchemes/httpBearerAuth.js +15 -0
- package/node_modules/@smithy/core/dist-cjs/util-identity-and-auth/httpAuthSchemes/index.js +6 -0
- package/node_modules/@smithy/core/dist-cjs/util-identity-and-auth/httpAuthSchemes/noAuth.js +9 -0
- package/node_modules/@smithy/core/dist-cjs/util-identity-and-auth/index.js +6 -0
- package/node_modules/@smithy/core/dist-cjs/util-identity-and-auth/memoizeIdentityProvider.js +61 -0
- package/node_modules/@smithy/core/dist-es/middleware-http-auth-scheme/getHttpAuthSchemePlugin.js +1 -2
- package/node_modules/@smithy/core/dist-es/submodules/cbor/CborCodec.js +2 -8
- package/node_modules/@smithy/core/dist-es/submodules/cbor/parseCborBody.js +7 -1
- package/node_modules/@smithy/core/dist-es/submodules/endpoints/index.js +1 -0
- package/node_modules/@smithy/core/dist-es/submodules/endpoints/toEndpointV1.js +17 -0
- package/node_modules/@smithy/core/dist-es/submodules/event-streams/EventStreamSerde.js +4 -1
- package/node_modules/@smithy/core/dist-es/submodules/protocols/HttpBindingProtocol.js +26 -11
- package/node_modules/@smithy/core/dist-es/submodules/protocols/HttpProtocol.js +10 -0
- package/node_modules/@smithy/core/dist-es/submodules/protocols/RpcProtocol.js +8 -10
- package/node_modules/@smithy/core/dist-es/submodules/protocols/resolve-path.js +1 -1
- package/node_modules/@smithy/core/dist-es/submodules/schema/middleware/schemaSerializationMiddleware.js +3 -2
- package/node_modules/@smithy/core/dist-es/submodules/schema/schemas/NormalizedSchema.js +31 -2
- package/node_modules/@smithy/core/dist-es/submodules/schema/schemas/translateTraits.js +5 -1
- package/node_modules/@smithy/core/dist-types/submodules/endpoints/index.d.ts +1 -0
- package/node_modules/@smithy/core/dist-types/submodules/endpoints/toEndpointV1.d.ts +6 -0
- package/node_modules/@smithy/core/dist-types/submodules/protocols/RpcProtocol.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/NormalizedSchema.d.ts +11 -0
- package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/translateTraits.d.ts +6 -0
- package/node_modules/@smithy/core/endpoints.d.ts +7 -0
- package/node_modules/@smithy/core/endpoints.js +6 -0
- package/node_modules/@smithy/core/package.json +29 -21
- package/node_modules/@smithy/credential-provider-imds/README.md +12 -3
- package/node_modules/@smithy/credential-provider-imds/package.json +13 -14
- package/node_modules/@smithy/eventstream-codec/README.md +13 -0
- package/node_modules/@smithy/eventstream-codec/dist-cjs/index.js +13 -0
- package/node_modules/@smithy/eventstream-codec/package.json +12 -13
- package/node_modules/@smithy/eventstream-serde-browser/README.md +10 -3
- package/node_modules/@smithy/eventstream-serde-browser/package.json +11 -12
- package/node_modules/@smithy/eventstream-serde-config-resolver/README.md +10 -3
- package/node_modules/@smithy/eventstream-serde-config-resolver/package.json +11 -12
- package/node_modules/@smithy/eventstream-serde-node/README.md +10 -3
- package/node_modules/@smithy/eventstream-serde-node/package.json +11 -12
- package/node_modules/@smithy/eventstream-serde-universal/README.md +10 -3
- package/node_modules/@smithy/eventstream-serde-universal/package.json +14 -15
- package/node_modules/@smithy/fetch-http-handler/dist-cjs/index.js +21 -4
- package/node_modules/@smithy/fetch-http-handler/dist-es/fetch-http-handler.js +21 -4
- package/node_modules/@smithy/fetch-http-handler/package.json +17 -18
- package/node_modules/@smithy/hash-node/README.md +10 -3
- package/node_modules/@smithy/hash-node/package.json +12 -13
- package/node_modules/@smithy/invalid-dependency/README.md +10 -3
- package/node_modules/@smithy/invalid-dependency/package.json +10 -11
- package/node_modules/@smithy/is-array-buffer/package.json +6 -6
- package/node_modules/@smithy/middleware-content-length/README.md +13 -0
- package/node_modules/@smithy/middleware-content-length/package.json +11 -12
- package/node_modules/@smithy/middleware-endpoint/README.md +10 -3
- package/node_modules/@smithy/middleware-endpoint/dist-cjs/index.js +19 -3
- package/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/getEndpointFromInstructions.js +9 -0
- package/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/toEndpointV1.js +8 -1
- package/node_modules/@smithy/middleware-endpoint/dist-types/adaptors/toEndpointV1.d.ts +1 -0
- package/node_modules/@smithy/middleware-endpoint/dist-types/resolveEndpointConfig.d.ts +2 -2
- package/node_modules/@smithy/middleware-endpoint/package.json +14 -15
- package/node_modules/@smithy/middleware-retry/README.md +13 -0
- package/node_modules/@smithy/middleware-retry/dist-cjs/index.js +79 -41
- package/node_modules/@smithy/middleware-retry/dist-es/configurations.js +9 -12
- package/node_modules/@smithy/middleware-retry/dist-es/index.js +5 -4
- package/node_modules/@smithy/middleware-retry/dist-es/longPollMiddleware.js +15 -0
- package/node_modules/@smithy/middleware-retry/dist-es/parseRetryAfterHeader.js +49 -0
- package/node_modules/@smithy/middleware-retry/dist-es/retry-pre-sra-deprecated/StandardRetryStrategy.js +94 -0
- package/node_modules/@smithy/middleware-retry/dist-es/retryMiddleware.js +13 -20
- package/node_modules/@smithy/middleware-retry/dist-types/configurations.d.ts +3 -1
- package/node_modules/@smithy/middleware-retry/dist-types/index.d.ts +5 -4
- package/node_modules/@smithy/middleware-retry/dist-types/longPollMiddleware.d.ts +15 -0
- package/node_modules/@smithy/middleware-retry/dist-types/omitRetryHeadersMiddleware.d.ts +2 -0
- package/node_modules/@smithy/middleware-retry/dist-types/parseRetryAfterHeader.d.ts +10 -0
- package/node_modules/@smithy/middleware-retry/dist-types/retry-pre-sra-deprecated/AdaptiveRetryStrategy.d.ts +24 -0
- package/node_modules/@smithy/middleware-retry/dist-types/retry-pre-sra-deprecated/defaultRetryQuota.d.ts +26 -0
- package/node_modules/@smithy/middleware-retry/dist-types/retry-pre-sra-deprecated/delayDecider.d.ts +6 -0
- package/node_modules/@smithy/middleware-retry/dist-types/retryMiddleware.d.ts +0 -4
- package/node_modules/@smithy/middleware-retry/package.json +18 -18
- package/node_modules/@smithy/middleware-serde/README.md +13 -0
- package/node_modules/@smithy/middleware-serde/dist-cjs/index.js +3 -2
- package/node_modules/@smithy/middleware-serde/dist-es/serializerMiddleware.js +3 -2
- package/node_modules/@smithy/middleware-serde/package.json +14 -14
- package/node_modules/@smithy/middleware-stack/README.md +13 -0
- package/node_modules/@smithy/middleware-stack/package.json +11 -12
- package/node_modules/@smithy/node-config-provider/README.md +10 -3
- package/node_modules/@smithy/node-config-provider/package.json +12 -13
- package/node_modules/@smithy/node-http-handler/dist-cjs/index.js +68 -45
- package/node_modules/@smithy/node-http-handler/dist-es/build-abort-error.js +19 -0
- package/node_modules/@smithy/node-http-handler/dist-es/node-http-handler.js +41 -35
- package/node_modules/@smithy/node-http-handler/dist-es/node-http2-connection-manager.js +1 -1
- package/node_modules/@smithy/node-http-handler/dist-es/node-http2-handler.js +4 -5
- package/node_modules/@smithy/node-http-handler/dist-es/readable.mock.js +1 -1
- package/node_modules/@smithy/node-http-handler/dist-es/server.mock.js +6 -6
- package/node_modules/@smithy/node-http-handler/dist-es/stream-collector/collector.js +1 -1
- package/node_modules/@smithy/node-http-handler/dist-es/stream-collector/readable.mock.js +1 -1
- package/node_modules/@smithy/node-http-handler/dist-es/write-request-body.js +1 -1
- package/node_modules/@smithy/node-http-handler/dist-types/build-abort-error.d.ts +10 -0
- package/node_modules/@smithy/node-http-handler/dist-types/get-transformed-headers.d.ts +1 -1
- package/node_modules/@smithy/node-http-handler/dist-types/node-http-handler.d.ts +4 -4
- package/node_modules/@smithy/node-http-handler/dist-types/node-http2-connection-manager.d.ts +1 -1
- package/node_modules/@smithy/node-http-handler/dist-types/node-http2-connection-pool.d.ts +1 -1
- package/node_modules/@smithy/node-http-handler/dist-types/readable.mock.d.ts +2 -2
- package/node_modules/@smithy/node-http-handler/dist-types/server.mock.d.ts +3 -3
- package/node_modules/@smithy/node-http-handler/dist-types/set-connection-timeout.d.ts +1 -1
- package/node_modules/@smithy/node-http-handler/dist-types/set-request-timeout.d.ts +1 -1
- package/node_modules/@smithy/node-http-handler/dist-types/set-socket-keep-alive.d.ts +1 -1
- package/node_modules/@smithy/node-http-handler/dist-types/set-socket-timeout.d.ts +1 -1
- package/node_modules/@smithy/node-http-handler/dist-types/stream-collector/collector.d.ts +1 -1
- package/node_modules/@smithy/node-http-handler/dist-types/stream-collector/readable.mock.d.ts +2 -2
- package/node_modules/@smithy/node-http-handler/dist-types/write-request-body.d.ts +2 -2
- package/node_modules/@smithy/node-http-handler/package.json +11 -12
- package/node_modules/@smithy/property-provider/README.md +10 -3
- package/node_modules/@smithy/property-provider/package.json +10 -11
- package/node_modules/@smithy/protocol-http/README.md +13 -0
- package/node_modules/@smithy/protocol-http/package.json +10 -11
- package/node_modules/@smithy/querystring-builder/README.md +10 -3
- package/node_modules/@smithy/querystring-builder/package.json +11 -12
- package/node_modules/@smithy/querystring-parser/README.md +10 -3
- package/node_modules/@smithy/querystring-parser/package.json +10 -11
- package/node_modules/@smithy/service-error-classification/README.md +13 -0
- package/node_modules/@smithy/service-error-classification/package.json +10 -11
- package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/index.js +16 -14
- package/node_modules/@smithy/shared-ini-file-loader/package.json +11 -12
- package/node_modules/@smithy/signature-v4/dist-cjs/index.js +13 -0
- package/node_modules/@smithy/signature-v4/package.json +17 -18
- package/node_modules/@smithy/smithy-client/README.md +10 -3
- package/node_modules/@smithy/smithy-client/dist-cjs/index.js +31 -17
- package/node_modules/@smithy/smithy-client/dist-es/extensions/checksum.js +20 -1
- package/node_modules/@smithy/smithy-client/dist-types/extensions/checksum.d.ts +9 -7
- package/node_modules/@smithy/smithy-client/package.json +15 -14
- package/node_modules/@smithy/types/dist-types/extensions/checksum.d.ts +1 -1
- package/node_modules/@smithy/types/dist-types/http.d.ts +1 -0
- package/node_modules/@smithy/types/dist-types/middleware.d.ts +6 -0
- package/node_modules/@smithy/types/dist-types/retry.d.ts +4 -0
- package/node_modules/@smithy/types/package.json +10 -11
- package/node_modules/@smithy/url-parser/README.md +10 -3
- package/node_modules/@smithy/url-parser/package.json +11 -12
- package/node_modules/@smithy/util-base64/dist-cjs/index.js +14 -6
- package/node_modules/@smithy/util-base64/package.json +8 -8
- package/node_modules/@smithy/util-body-length-browser/package.json +6 -6
- package/node_modules/@smithy/util-body-length-node/package.json +6 -6
- package/node_modules/@smithy/util-buffer-from/package.json +7 -7
- package/node_modules/@smithy/util-config-provider/package.json +6 -6
- package/node_modules/@smithy/util-defaults-mode-browser/README.md +10 -3
- package/node_modules/@smithy/util-defaults-mode-browser/dist-cjs/index.js +7 -3
- package/node_modules/@smithy/util-defaults-mode-browser/package.json +9 -10
- package/node_modules/@smithy/util-defaults-mode-node/README.md +10 -3
- package/node_modules/@smithy/util-defaults-mode-node/package.json +12 -13
- package/node_modules/@smithy/util-endpoints/README.md +10 -3
- package/node_modules/@smithy/util-endpoints/dist-cjs/index.js +154 -61
- package/node_modules/@smithy/util-endpoints/dist-es/bdd/BinaryDecisionDiagram.js +15 -0
- package/node_modules/@smithy/util-endpoints/dist-es/decideEndpoint.js +41 -0
- package/node_modules/@smithy/util-endpoints/dist-es/index.js +2 -0
- package/node_modules/@smithy/util-endpoints/dist-es/lib/coalesce.js +8 -0
- package/node_modules/@smithy/util-endpoints/dist-es/lib/index.js +3 -0
- package/node_modules/@smithy/util-endpoints/dist-es/lib/ite.js +3 -0
- package/node_modules/@smithy/util-endpoints/dist-es/lib/split.js +13 -0
- package/node_modules/@smithy/util-endpoints/dist-es/lib/substring.js +1 -1
- package/node_modules/@smithy/util-endpoints/dist-es/utils/endpointFunctions.js +4 -1
- package/node_modules/@smithy/util-endpoints/dist-es/utils/evaluateExpression.js +20 -5
- package/node_modules/@smithy/util-endpoints/dist-es/utils/evaluateTemplate.js +3 -6
- package/node_modules/@smithy/util-endpoints/dist-es/utils/getReferenceValue.js +1 -5
- package/node_modules/@smithy/util-endpoints/dist-types/bdd/BinaryDecisionDiagram.d.ts +22 -0
- package/node_modules/@smithy/util-endpoints/dist-types/decideEndpoint.d.ts +7 -0
- package/node_modules/@smithy/util-endpoints/dist-types/index.d.ts +2 -0
- package/node_modules/@smithy/util-endpoints/dist-types/lib/coalesce.d.ts +7 -0
- package/node_modules/@smithy/util-endpoints/dist-types/lib/index.d.ts +3 -0
- package/node_modules/@smithy/util-endpoints/dist-types/lib/ite.d.ts +6 -0
- package/node_modules/@smithy/util-endpoints/dist-types/lib/split.d.ts +11 -0
- package/node_modules/@smithy/util-endpoints/dist-types/utils/endpointFunctions.d.ts +4 -0
- package/node_modules/@smithy/util-endpoints/dist-types/utils/getReferenceValue.d.ts +3 -1
- package/node_modules/@smithy/util-endpoints/package.json +13 -14
- package/node_modules/@smithy/util-hex-encoding/package.json +6 -6
- package/node_modules/@smithy/util-middleware/README.md +9 -4
- package/node_modules/@smithy/util-middleware/package.json +10 -11
- package/node_modules/@smithy/util-retry/dist-cjs/index.js +135 -80
- package/node_modules/@smithy/util-retry/dist-es/AdaptiveRetryStrategy.js +10 -4
- package/node_modules/@smithy/util-retry/dist-es/ConfiguredRetryStrategy.js +2 -2
- package/node_modules/@smithy/util-retry/dist-es/DefaultRateLimiter.js +30 -29
- package/node_modules/@smithy/util-retry/dist-es/DefaultRetryBackoffStrategy.js +14 -0
- package/node_modules/@smithy/util-retry/dist-es/DefaultRetryToken.js +25 -0
- package/node_modules/@smithy/util-retry/dist-es/StandardRetryStrategy.js +42 -26
- package/node_modules/@smithy/util-retry/dist-es/index.js +1 -0
- package/node_modules/@smithy/util-retry/dist-es/retries-2026-config.js +18 -0
- package/node_modules/@smithy/util-retry/dist-types/AdaptiveRetryStrategy.d.ts +13 -8
- package/node_modules/@smithy/util-retry/dist-types/ConfiguredRetryStrategy.d.ts +2 -2
- package/node_modules/@smithy/util-retry/dist-types/DefaultRateLimiter.d.ts +78 -8
- package/node_modules/@smithy/util-retry/dist-types/DefaultRetryBackoffStrategy.d.ts +12 -0
- package/node_modules/@smithy/util-retry/dist-types/DefaultRetryToken.d.ts +15 -0
- package/node_modules/@smithy/util-retry/dist-types/StandardRetryStrategy.d.ts +26 -4
- package/node_modules/@smithy/util-retry/dist-types/config.d.ts +4 -4
- package/node_modules/@smithy/util-retry/dist-types/constants.d.ts +15 -14
- package/node_modules/@smithy/util-retry/dist-types/index.d.ts +1 -0
- package/node_modules/@smithy/util-retry/dist-types/retries-2026-config.d.ts +11 -0
- package/node_modules/@smithy/util-retry/dist-types/types.d.ts +1 -1
- package/node_modules/@smithy/util-retry/package.json +14 -15
- package/node_modules/@smithy/util-stream/dist-cjs/checksum/ChecksumStream.js +13 -2
- package/node_modules/@smithy/util-stream/dist-cjs/index.js +51 -29
- package/node_modules/@smithy/util-stream/dist-es/checksum/ChecksumStream.js +13 -2
- package/node_modules/@smithy/util-stream/dist-types/checksum/ChecksumStream.d.ts +1 -0
- package/node_modules/@smithy/util-stream/package.json +17 -18
- package/node_modules/@smithy/util-uri-escape/package.json +6 -6
- package/node_modules/@smithy/util-utf8/package.json +7 -7
- package/node_modules/@smithy/util-waiter/README.md +10 -3
- package/node_modules/@smithy/util-waiter/dist-cjs/index.js +1 -1
- package/node_modules/@smithy/util-waiter/dist-es/poller.js +1 -1
- package/node_modules/@smithy/util-waiter/package.json +11 -12
- package/node_modules/@smithy/uuid/package.json +6 -6
- package/node_modules/@types/cacheable-request/node_modules/@types/node/README.md +1 -1
- package/node_modules/@types/cacheable-request/node_modules/@types/node/assert/strict.d.ts +0 -46
- package/node_modules/@types/cacheable-request/node_modules/@types/node/assert.d.ts +2 -7
- package/node_modules/@types/cacheable-request/node_modules/@types/node/async_hooks.d.ts +18 -38
- package/node_modules/@types/cacheable-request/node_modules/@types/node/buffer.buffer.d.ts +1 -1
- package/node_modules/@types/cacheable-request/node_modules/@types/node/buffer.d.ts +0 -45
- package/node_modules/@types/cacheable-request/node_modules/@types/node/child_process.d.ts +5 -67
- package/node_modules/@types/cacheable-request/node_modules/@types/node/cluster.d.ts +0 -54
- package/node_modules/@types/cacheable-request/node_modules/@types/node/console.d.ts +0 -58
- package/node_modules/@types/cacheable-request/node_modules/@types/node/constants.d.ts +0 -6
- package/node_modules/@types/cacheable-request/node_modules/@types/node/crypto.d.ts +0 -18
- package/node_modules/@types/cacheable-request/node_modules/@types/node/dgram.d.ts +0 -27
- package/node_modules/@types/cacheable-request/node_modules/@types/node/diagnostics_channel.d.ts +0 -24
- package/node_modules/@types/cacheable-request/node_modules/@types/node/dns/promises.d.ts +0 -6
- package/node_modules/@types/cacheable-request/node_modules/@types/node/dns.d.ts +0 -46
- package/node_modules/@types/cacheable-request/node_modules/@types/node/domain.d.ts +0 -16
- package/node_modules/@types/cacheable-request/node_modules/@types/node/events.d.ts +6 -49
- package/node_modules/@types/cacheable-request/node_modules/@types/node/fs/promises.d.ts +0 -10
- package/node_modules/@types/cacheable-request/node_modules/@types/node/fs.d.ts +2 -20
- package/node_modules/@types/cacheable-request/node_modules/@types/node/http.d.ts +22 -42
- package/node_modules/@types/cacheable-request/node_modules/@types/node/http2.d.ts +0 -10
- package/node_modules/@types/cacheable-request/node_modules/@types/node/https.d.ts +0 -5
- package/node_modules/@types/cacheable-request/node_modules/@types/node/inspector/promises.d.ts +0 -6
- package/node_modules/@types/cacheable-request/node_modules/@types/node/inspector.d.ts +45 -5
- package/node_modules/@types/cacheable-request/node_modules/@types/node/inspector.generated.d.ts +579 -404
- package/node_modules/@types/cacheable-request/node_modules/@types/node/module.d.ts +0 -65
- package/node_modules/@types/cacheable-request/node_modules/@types/node/net.d.ts +57 -20
- package/node_modules/@types/cacheable-request/node_modules/@types/node/os.d.ts +0 -9
- package/node_modules/@types/cacheable-request/node_modules/@types/node/package.json +4 -4
- package/node_modules/@types/cacheable-request/node_modules/@types/node/path.d.ts +0 -9
- package/node_modules/@types/cacheable-request/node_modules/@types/node/perf_hooks.d.ts +0 -31
- package/node_modules/@types/cacheable-request/node_modules/@types/node/process.d.ts +21 -7
- package/node_modules/@types/cacheable-request/node_modules/@types/node/punycode.d.ts +0 -28
- package/node_modules/@types/cacheable-request/node_modules/@types/node/querystring.d.ts +0 -13
- package/node_modules/@types/cacheable-request/node_modules/@types/node/quic.d.ts +0 -13
- package/node_modules/@types/cacheable-request/node_modules/@types/node/readline/promises.d.ts +0 -3
- package/node_modules/@types/cacheable-request/node_modules/@types/node/readline.d.ts +1 -35
- package/node_modules/@types/cacheable-request/node_modules/@types/node/repl.d.ts +0 -10
- package/node_modules/@types/cacheable-request/node_modules/@types/node/sea.d.ts +0 -115
- package/node_modules/@types/cacheable-request/node_modules/@types/node/sqlite.d.ts +128 -62
- package/node_modules/@types/cacheable-request/node_modules/@types/node/stream/consumers.d.ts +81 -5
- package/node_modules/@types/cacheable-request/node_modules/@types/node/stream/web.d.ts +3 -3
- package/node_modules/@types/cacheable-request/node_modules/@types/node/stream.d.ts +42 -28
- package/node_modules/@types/cacheable-request/node_modules/@types/node/string_decoder.d.ts +0 -40
- package/node_modules/@types/cacheable-request/node_modules/@types/node/test/reporters.d.ts +0 -38
- package/node_modules/@types/cacheable-request/node_modules/@types/node/test.d.ts +61 -99
- package/node_modules/@types/cacheable-request/node_modules/@types/node/timers/promises.d.ts +0 -15
- package/node_modules/@types/cacheable-request/node_modules/@types/node/timers.d.ts +0 -10
- package/node_modules/@types/cacheable-request/node_modules/@types/node/tls.d.ts +20 -25
- package/node_modules/@types/cacheable-request/node_modules/@types/node/trace_events.d.ts +0 -94
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts5.6/buffer.buffer.d.ts +1 -1
- package/node_modules/@types/cacheable-request/node_modules/@types/node/tty.d.ts +0 -25
- package/node_modules/@types/cacheable-request/node_modules/@types/node/url.d.ts +22 -9
- package/node_modules/@types/cacheable-request/node_modules/@types/node/util.d.ts +27 -12
- package/node_modules/@types/cacheable-request/node_modules/@types/node/v8.d.ts +9 -12
- package/node_modules/@types/cacheable-request/node_modules/@types/node/vm.d.ts +0 -38
- package/node_modules/@types/cacheable-request/node_modules/@types/node/wasi.d.ts +0 -71
- package/node_modules/@types/cacheable-request/node_modules/@types/node/worker_threads.d.ts +15 -61
- package/node_modules/@types/cacheable-request/node_modules/@types/node/zlib.d.ts +68 -97
- package/node_modules/@types/cacheable-request/node_modules/undici-types/agent.d.ts +1 -1
- package/node_modules/@types/cacheable-request/node_modules/undici-types/api.d.ts +2 -2
- package/node_modules/@types/cacheable-request/node_modules/undici-types/balanced-pool.d.ts +2 -1
- package/node_modules/@types/cacheable-request/node_modules/undici-types/cache-interceptor.d.ts +7 -0
- package/node_modules/@types/cacheable-request/node_modules/undici-types/client.d.ts +11 -1
- package/node_modules/@types/cacheable-request/node_modules/undici-types/connector.d.ts +2 -2
- package/node_modules/@types/cacheable-request/node_modules/undici-types/diagnostics-channel.d.ts +2 -2
- package/node_modules/@types/cacheable-request/node_modules/undici-types/dispatcher.d.ts +12 -12
- package/node_modules/@types/cacheable-request/node_modules/undici-types/fetch.d.ts +4 -4
- package/node_modules/@types/cacheable-request/node_modules/undici-types/formdata.d.ts +1 -1
- package/node_modules/@types/cacheable-request/node_modules/undici-types/h2c-client.d.ts +1 -1
- package/node_modules/@types/cacheable-request/node_modules/undici-types/index.d.ts +9 -1
- package/node_modules/@types/cacheable-request/node_modules/undici-types/interceptors.d.ts +36 -2
- package/node_modules/@types/cacheable-request/node_modules/undici-types/package.json +1 -1
- package/node_modules/@types/cacheable-request/node_modules/undici-types/pool.d.ts +1 -1
- package/node_modules/@types/cacheable-request/node_modules/undici-types/readable.d.ts +2 -2
- package/node_modules/@types/cacheable-request/node_modules/undici-types/round-robin-pool.d.ts +41 -0
- package/node_modules/@types/cacheable-request/node_modules/undici-types/websocket.d.ts +9 -9
- package/node_modules/@types/keyv/node_modules/@types/node/README.md +1 -1
- package/node_modules/@types/keyv/node_modules/@types/node/assert/strict.d.ts +0 -46
- package/node_modules/@types/keyv/node_modules/@types/node/assert.d.ts +2 -7
- package/node_modules/@types/keyv/node_modules/@types/node/async_hooks.d.ts +18 -38
- package/node_modules/@types/keyv/node_modules/@types/node/buffer.buffer.d.ts +1 -1
- package/node_modules/@types/keyv/node_modules/@types/node/buffer.d.ts +0 -45
- package/node_modules/@types/keyv/node_modules/@types/node/child_process.d.ts +5 -67
- package/node_modules/@types/keyv/node_modules/@types/node/cluster.d.ts +0 -54
- package/node_modules/@types/keyv/node_modules/@types/node/console.d.ts +0 -58
- package/node_modules/@types/keyv/node_modules/@types/node/constants.d.ts +0 -6
- package/node_modules/@types/keyv/node_modules/@types/node/crypto.d.ts +0 -18
- package/node_modules/@types/keyv/node_modules/@types/node/dgram.d.ts +0 -27
- package/node_modules/@types/keyv/node_modules/@types/node/diagnostics_channel.d.ts +0 -24
- package/node_modules/@types/keyv/node_modules/@types/node/dns/promises.d.ts +0 -6
- package/node_modules/@types/keyv/node_modules/@types/node/dns.d.ts +0 -46
- package/node_modules/@types/keyv/node_modules/@types/node/domain.d.ts +0 -16
- package/node_modules/@types/keyv/node_modules/@types/node/events.d.ts +6 -49
- package/node_modules/@types/keyv/node_modules/@types/node/fs/promises.d.ts +0 -10
- package/node_modules/@types/keyv/node_modules/@types/node/fs.d.ts +2 -20
- package/node_modules/@types/keyv/node_modules/@types/node/http.d.ts +22 -42
- package/node_modules/@types/keyv/node_modules/@types/node/http2.d.ts +0 -10
- package/node_modules/@types/keyv/node_modules/@types/node/https.d.ts +0 -5
- package/node_modules/@types/keyv/node_modules/@types/node/inspector/promises.d.ts +0 -6
- package/node_modules/@types/keyv/node_modules/@types/node/inspector.d.ts +45 -5
- package/node_modules/@types/keyv/node_modules/@types/node/inspector.generated.d.ts +579 -404
- package/node_modules/@types/keyv/node_modules/@types/node/module.d.ts +0 -65
- package/node_modules/@types/keyv/node_modules/@types/node/net.d.ts +57 -20
- package/node_modules/@types/keyv/node_modules/@types/node/os.d.ts +0 -9
- package/node_modules/@types/keyv/node_modules/@types/node/package.json +4 -4
- package/node_modules/@types/keyv/node_modules/@types/node/path.d.ts +0 -9
- package/node_modules/@types/keyv/node_modules/@types/node/perf_hooks.d.ts +0 -31
- package/node_modules/@types/keyv/node_modules/@types/node/process.d.ts +21 -7
- package/node_modules/@types/keyv/node_modules/@types/node/punycode.d.ts +0 -28
- package/node_modules/@types/keyv/node_modules/@types/node/querystring.d.ts +0 -13
- package/node_modules/@types/keyv/node_modules/@types/node/quic.d.ts +0 -13
- package/node_modules/@types/keyv/node_modules/@types/node/readline/promises.d.ts +0 -3
- package/node_modules/@types/keyv/node_modules/@types/node/readline.d.ts +1 -35
- package/node_modules/@types/keyv/node_modules/@types/node/repl.d.ts +0 -10
- package/node_modules/@types/keyv/node_modules/@types/node/sea.d.ts +0 -115
- package/node_modules/@types/keyv/node_modules/@types/node/sqlite.d.ts +128 -62
- package/node_modules/@types/keyv/node_modules/@types/node/stream/consumers.d.ts +81 -5
- package/node_modules/@types/keyv/node_modules/@types/node/stream/web.d.ts +3 -3
- package/node_modules/@types/keyv/node_modules/@types/node/stream.d.ts +42 -28
- package/node_modules/@types/keyv/node_modules/@types/node/string_decoder.d.ts +0 -40
- package/node_modules/@types/keyv/node_modules/@types/node/test/reporters.d.ts +0 -38
- package/node_modules/@types/keyv/node_modules/@types/node/test.d.ts +61 -99
- package/node_modules/@types/keyv/node_modules/@types/node/timers/promises.d.ts +0 -15
- package/node_modules/@types/keyv/node_modules/@types/node/timers.d.ts +0 -10
- package/node_modules/@types/keyv/node_modules/@types/node/tls.d.ts +20 -25
- package/node_modules/@types/keyv/node_modules/@types/node/trace_events.d.ts +0 -94
- package/node_modules/@types/keyv/node_modules/@types/node/ts5.6/buffer.buffer.d.ts +1 -1
- package/node_modules/@types/keyv/node_modules/@types/node/tty.d.ts +0 -25
- package/node_modules/@types/keyv/node_modules/@types/node/url.d.ts +22 -9
- package/node_modules/@types/keyv/node_modules/@types/node/util.d.ts +27 -12
- package/node_modules/@types/keyv/node_modules/@types/node/v8.d.ts +9 -12
- package/node_modules/@types/keyv/node_modules/@types/node/vm.d.ts +0 -38
- package/node_modules/@types/keyv/node_modules/@types/node/wasi.d.ts +0 -71
- package/node_modules/@types/keyv/node_modules/@types/node/worker_threads.d.ts +15 -61
- package/node_modules/@types/keyv/node_modules/@types/node/zlib.d.ts +68 -97
- package/node_modules/@types/keyv/node_modules/undici-types/agent.d.ts +1 -1
- package/node_modules/@types/keyv/node_modules/undici-types/api.d.ts +2 -2
- package/node_modules/@types/keyv/node_modules/undici-types/balanced-pool.d.ts +2 -1
- package/node_modules/@types/keyv/node_modules/undici-types/cache-interceptor.d.ts +7 -0
- package/node_modules/@types/keyv/node_modules/undici-types/client.d.ts +11 -1
- package/node_modules/@types/keyv/node_modules/undici-types/connector.d.ts +2 -2
- package/node_modules/@types/keyv/node_modules/undici-types/diagnostics-channel.d.ts +2 -2
- package/node_modules/@types/keyv/node_modules/undici-types/dispatcher.d.ts +12 -12
- package/node_modules/@types/keyv/node_modules/undici-types/fetch.d.ts +4 -4
- package/node_modules/@types/keyv/node_modules/undici-types/formdata.d.ts +1 -1
- package/node_modules/@types/keyv/node_modules/undici-types/h2c-client.d.ts +1 -1
- package/node_modules/@types/keyv/node_modules/undici-types/index.d.ts +9 -1
- package/node_modules/@types/keyv/node_modules/undici-types/interceptors.d.ts +36 -2
- package/node_modules/@types/keyv/node_modules/undici-types/package.json +1 -1
- package/node_modules/@types/keyv/node_modules/undici-types/pool.d.ts +1 -1
- package/node_modules/@types/keyv/node_modules/undici-types/readable.d.ts +2 -2
- package/node_modules/@types/keyv/node_modules/undici-types/round-robin-pool.d.ts +41 -0
- package/node_modules/@types/keyv/node_modules/undici-types/websocket.d.ts +9 -9
- package/node_modules/@types/responselike/node_modules/@types/node/README.md +1 -1
- package/node_modules/@types/responselike/node_modules/@types/node/assert/strict.d.ts +0 -46
- package/node_modules/@types/responselike/node_modules/@types/node/assert.d.ts +2 -7
- package/node_modules/@types/responselike/node_modules/@types/node/async_hooks.d.ts +18 -38
- package/node_modules/@types/responselike/node_modules/@types/node/buffer.buffer.d.ts +1 -1
- package/node_modules/@types/responselike/node_modules/@types/node/buffer.d.ts +0 -45
- package/node_modules/@types/responselike/node_modules/@types/node/child_process.d.ts +5 -67
- package/node_modules/@types/responselike/node_modules/@types/node/cluster.d.ts +0 -54
- package/node_modules/@types/responselike/node_modules/@types/node/console.d.ts +0 -58
- package/node_modules/@types/responselike/node_modules/@types/node/constants.d.ts +0 -6
- package/node_modules/@types/responselike/node_modules/@types/node/crypto.d.ts +0 -18
- package/node_modules/@types/responselike/node_modules/@types/node/dgram.d.ts +0 -27
- package/node_modules/@types/responselike/node_modules/@types/node/diagnostics_channel.d.ts +0 -24
- package/node_modules/@types/responselike/node_modules/@types/node/dns/promises.d.ts +0 -6
- package/node_modules/@types/responselike/node_modules/@types/node/dns.d.ts +0 -46
- package/node_modules/@types/responselike/node_modules/@types/node/domain.d.ts +0 -16
- package/node_modules/@types/responselike/node_modules/@types/node/events.d.ts +6 -49
- package/node_modules/@types/responselike/node_modules/@types/node/fs/promises.d.ts +0 -10
- package/node_modules/@types/responselike/node_modules/@types/node/fs.d.ts +2 -20
- package/node_modules/@types/responselike/node_modules/@types/node/http.d.ts +22 -42
- package/node_modules/@types/responselike/node_modules/@types/node/http2.d.ts +0 -10
- package/node_modules/@types/responselike/node_modules/@types/node/https.d.ts +0 -5
- package/node_modules/@types/responselike/node_modules/@types/node/inspector/promises.d.ts +0 -6
- package/node_modules/@types/responselike/node_modules/@types/node/inspector.d.ts +45 -5
- package/node_modules/@types/responselike/node_modules/@types/node/inspector.generated.d.ts +579 -404
- package/node_modules/@types/responselike/node_modules/@types/node/module.d.ts +0 -65
- package/node_modules/@types/responselike/node_modules/@types/node/net.d.ts +57 -20
- package/node_modules/@types/responselike/node_modules/@types/node/os.d.ts +0 -9
- package/node_modules/@types/responselike/node_modules/@types/node/package.json +4 -4
- package/node_modules/@types/responselike/node_modules/@types/node/path.d.ts +0 -9
- package/node_modules/@types/responselike/node_modules/@types/node/perf_hooks.d.ts +0 -31
- package/node_modules/@types/responselike/node_modules/@types/node/process.d.ts +21 -7
- package/node_modules/@types/responselike/node_modules/@types/node/punycode.d.ts +0 -28
- package/node_modules/@types/responselike/node_modules/@types/node/querystring.d.ts +0 -13
- package/node_modules/@types/responselike/node_modules/@types/node/quic.d.ts +0 -13
- package/node_modules/@types/responselike/node_modules/@types/node/readline/promises.d.ts +0 -3
- package/node_modules/@types/responselike/node_modules/@types/node/readline.d.ts +1 -35
- package/node_modules/@types/responselike/node_modules/@types/node/repl.d.ts +0 -10
- package/node_modules/@types/responselike/node_modules/@types/node/sea.d.ts +0 -115
- package/node_modules/@types/responselike/node_modules/@types/node/sqlite.d.ts +128 -62
- package/node_modules/@types/responselike/node_modules/@types/node/stream/consumers.d.ts +81 -5
- package/node_modules/@types/responselike/node_modules/@types/node/stream/web.d.ts +3 -3
- package/node_modules/@types/responselike/node_modules/@types/node/stream.d.ts +42 -28
- package/node_modules/@types/responselike/node_modules/@types/node/string_decoder.d.ts +0 -40
- package/node_modules/@types/responselike/node_modules/@types/node/test/reporters.d.ts +0 -38
- package/node_modules/@types/responselike/node_modules/@types/node/test.d.ts +61 -99
- package/node_modules/@types/responselike/node_modules/@types/node/timers/promises.d.ts +0 -15
- package/node_modules/@types/responselike/node_modules/@types/node/timers.d.ts +0 -10
- package/node_modules/@types/responselike/node_modules/@types/node/tls.d.ts +20 -25
- package/node_modules/@types/responselike/node_modules/@types/node/trace_events.d.ts +0 -94
- package/node_modules/@types/responselike/node_modules/@types/node/ts5.6/buffer.buffer.d.ts +1 -1
- package/node_modules/@types/responselike/node_modules/@types/node/tty.d.ts +0 -25
- package/node_modules/@types/responselike/node_modules/@types/node/url.d.ts +22 -9
- package/node_modules/@types/responselike/node_modules/@types/node/util.d.ts +27 -12
- package/node_modules/@types/responselike/node_modules/@types/node/v8.d.ts +9 -12
- package/node_modules/@types/responselike/node_modules/@types/node/vm.d.ts +0 -38
- package/node_modules/@types/responselike/node_modules/@types/node/wasi.d.ts +0 -71
- package/node_modules/@types/responselike/node_modules/@types/node/worker_threads.d.ts +15 -61
- package/node_modules/@types/responselike/node_modules/@types/node/zlib.d.ts +68 -97
- package/node_modules/@types/responselike/node_modules/undici-types/agent.d.ts +1 -1
- package/node_modules/@types/responselike/node_modules/undici-types/api.d.ts +2 -2
- package/node_modules/@types/responselike/node_modules/undici-types/balanced-pool.d.ts +2 -1
- package/node_modules/@types/responselike/node_modules/undici-types/cache-interceptor.d.ts +7 -0
- package/node_modules/@types/responselike/node_modules/undici-types/client.d.ts +11 -1
- package/node_modules/@types/responselike/node_modules/undici-types/connector.d.ts +2 -2
- package/node_modules/@types/responselike/node_modules/undici-types/diagnostics-channel.d.ts +2 -2
- package/node_modules/@types/responselike/node_modules/undici-types/dispatcher.d.ts +12 -12
- package/node_modules/@types/responselike/node_modules/undici-types/fetch.d.ts +4 -4
- package/node_modules/@types/responselike/node_modules/undici-types/formdata.d.ts +1 -1
- package/node_modules/@types/responselike/node_modules/undici-types/h2c-client.d.ts +1 -1
- package/node_modules/@types/responselike/node_modules/undici-types/index.d.ts +9 -1
- package/node_modules/@types/responselike/node_modules/undici-types/interceptors.d.ts +36 -2
- package/node_modules/@types/responselike/node_modules/undici-types/package.json +1 -1
- package/node_modules/@types/responselike/node_modules/undici-types/pool.d.ts +1 -1
- package/node_modules/@types/responselike/node_modules/undici-types/readable.d.ts +2 -2
- package/node_modules/@types/responselike/node_modules/undici-types/round-robin-pool.d.ts +41 -0
- package/node_modules/@types/responselike/node_modules/undici-types/websocket.d.ts +9 -9
- package/node_modules/axios/CHANGELOG.md +207 -207
- package/node_modules/axios/README.md +116 -18
- package/node_modules/axios/dist/axios.js +294 -153
- package/node_modules/axios/dist/axios.js.map +1 -1
- package/node_modules/axios/dist/axios.min.js +3 -3
- package/node_modules/axios/dist/axios.min.js.map +1 -1
- package/node_modules/axios/dist/browser/axios.cjs +1102 -808
- package/node_modules/axios/dist/browser/axios.cjs.map +1 -1
- package/node_modules/axios/dist/esm/axios.js +1127 -836
- package/node_modules/axios/dist/esm/axios.js.map +1 -1
- package/node_modules/axios/dist/esm/axios.min.js +2 -2
- package/node_modules/axios/dist/esm/axios.min.js.map +1 -1
- package/node_modules/axios/dist/node/axios.cjs +1050 -1554
- package/node_modules/axios/dist/node/axios.cjs.map +1 -1
- package/node_modules/axios/index.d.cts +234 -109
- package/node_modules/axios/index.js +3 -3
- package/node_modules/axios/lib/adapters/README.md +4 -5
- package/node_modules/axios/lib/adapters/adapters.js +18 -14
- package/node_modules/axios/lib/adapters/fetch.js +139 -89
- package/node_modules/axios/lib/adapters/http.js +612 -556
- package/node_modules/axios/lib/adapters/xhr.js +187 -165
- package/node_modules/axios/lib/axios.js +6 -6
- package/node_modules/axios/lib/cancel/CancelToken.js +4 -4
- package/node_modules/axios/lib/core/Axios.js +75 -47
- package/node_modules/axios/lib/core/AxiosError.js +52 -35
- package/node_modules/axios/lib/core/AxiosHeaders.js +89 -25
- package/node_modules/axios/lib/core/InterceptorManager.js +1 -1
- package/node_modules/axios/lib/core/dispatchRequest.js +25 -29
- package/node_modules/axios/lib/core/mergeConfig.js +10 -22
- package/node_modules/axios/lib/core/settle.js +11 -7
- package/node_modules/axios/lib/defaults/index.js +85 -74
- package/node_modules/axios/lib/defaults/transitional.js +1 -1
- package/node_modules/axios/lib/env/data.js +1 -1
- package/node_modules/axios/lib/helpers/AxiosTransformStream.js +37 -24
- package/node_modules/axios/lib/helpers/AxiosURLSearchParams.js +12 -8
- package/node_modules/axios/lib/helpers/ZlibHeaderTransformStream.js +5 -4
- package/node_modules/axios/lib/helpers/buildURL.js +17 -15
- package/node_modules/axios/lib/helpers/callbackify.js +13 -11
- package/node_modules/axios/lib/helpers/composeSignals.js +22 -14
- package/node_modules/axios/lib/helpers/cookies.js +44 -49
- package/node_modules/axios/lib/helpers/deprecatedMethod.js +9 -4
- package/node_modules/axios/lib/helpers/formDataToJSON.js +1 -1
- package/node_modules/axios/lib/helpers/formDataToStream.js +32 -26
- package/node_modules/axios/lib/helpers/fromDataURI.js +2 -2
- package/node_modules/axios/lib/helpers/isAbsoluteURL.js +0 -1
- package/node_modules/axios/lib/helpers/isAxiosError.js +1 -1
- package/node_modules/axios/lib/helpers/isURLSameOrigin.js +13 -11
- package/node_modules/axios/lib/helpers/parseHeaders.js +34 -20
- package/node_modules/axios/lib/helpers/parseProtocol.js +1 -1
- package/node_modules/axios/lib/helpers/progressEventReducer.js +22 -15
- package/node_modules/axios/lib/helpers/readBlob.js +4 -4
- package/node_modules/axios/lib/helpers/resolveConfig.js +23 -14
- package/node_modules/axios/lib/helpers/shouldBypassProxy.js +106 -0
- package/node_modules/axios/lib/helpers/speedometer.js +1 -1
- package/node_modules/axios/lib/helpers/throttle.js +4 -4
- package/node_modules/axios/lib/helpers/toFormData.js +43 -25
- package/node_modules/axios/lib/helpers/toURLEncodedForm.js +2 -2
- package/node_modules/axios/lib/helpers/trackStream.js +33 -31
- package/node_modules/axios/lib/helpers/validator.js +16 -5
- package/node_modules/axios/lib/platform/browser/classes/Blob.js +2 -2
- package/node_modules/axios/lib/platform/browser/index.js +5 -5
- package/node_modules/axios/lib/platform/common/utils.js +6 -5
- package/node_modules/axios/lib/platform/index.js +2 -2
- package/node_modules/axios/lib/platform/node/index.js +9 -10
- package/node_modules/axios/lib/utils.js +149 -93
- package/node_modules/axios/package.json +98 -128
- package/node_modules/editorconfig/lib/cli.js +18 -8
- package/node_modules/editorconfig/lib/index.d.ts +0 -1
- package/node_modules/editorconfig/lib/index.js +24 -15
- package/node_modules/editorconfig/node_modules/brace-expansion/index.js +205 -0
- package/node_modules/editorconfig/node_modules/brace-expansion/package.json +49 -0
- package/node_modules/editorconfig/node_modules/minimatch/README.md +39 -2
- package/node_modules/editorconfig/node_modules/minimatch/dist/commonjs/assert-valid-pattern.js.map +1 -0
- package/node_modules/editorconfig/node_modules/minimatch/dist/commonjs/ast.d.ts +20 -0
- package/node_modules/editorconfig/node_modules/minimatch/dist/commonjs/ast.d.ts.map +1 -0
- package/node_modules/editorconfig/node_modules/minimatch/dist/commonjs/ast.js +747 -0
- package/node_modules/editorconfig/node_modules/minimatch/dist/commonjs/ast.js.map +1 -0
- package/node_modules/editorconfig/node_modules/minimatch/dist/commonjs/brace-expressions.d.ts.map +1 -0
- package/node_modules/editorconfig/node_modules/minimatch/dist/commonjs/brace-expressions.js.map +1 -0
- package/node_modules/editorconfig/node_modules/minimatch/dist/commonjs/escape.d.ts +12 -0
- package/node_modules/editorconfig/node_modules/minimatch/dist/commonjs/escape.d.ts.map +1 -0
- package/node_modules/editorconfig/node_modules/minimatch/dist/commonjs/index.d.ts +98 -0
- package/node_modules/editorconfig/node_modules/minimatch/dist/commonjs/index.d.ts.map +1 -0
- package/node_modules/editorconfig/node_modules/minimatch/dist/commonjs/index.js +1023 -0
- package/node_modules/editorconfig/node_modules/minimatch/dist/commonjs/index.js.map +1 -0
- package/node_modules/editorconfig/node_modules/minimatch/dist/commonjs/unescape.d.ts +17 -0
- package/node_modules/editorconfig/node_modules/minimatch/dist/commonjs/unescape.d.ts.map +1 -0
- package/node_modules/editorconfig/node_modules/minimatch/dist/esm/assert-valid-pattern.js.map +1 -0
- package/node_modules/editorconfig/node_modules/minimatch/dist/esm/ast.d.ts +20 -0
- package/node_modules/editorconfig/node_modules/minimatch/dist/esm/ast.d.ts.map +1 -0
- package/node_modules/editorconfig/node_modules/minimatch/dist/esm/ast.js +743 -0
- package/node_modules/editorconfig/node_modules/minimatch/dist/esm/ast.js.map +1 -0
- package/node_modules/editorconfig/node_modules/minimatch/dist/esm/brace-expressions.d.ts.map +1 -0
- package/node_modules/editorconfig/node_modules/minimatch/dist/esm/brace-expressions.js.map +1 -0
- package/node_modules/editorconfig/node_modules/minimatch/dist/esm/escape.d.ts +12 -0
- package/node_modules/editorconfig/node_modules/minimatch/dist/esm/escape.d.ts.map +1 -0
- package/node_modules/editorconfig/node_modules/minimatch/dist/esm/index.d.ts +98 -0
- package/node_modules/editorconfig/node_modules/minimatch/dist/esm/index.d.ts.map +1 -0
- package/node_modules/editorconfig/node_modules/minimatch/dist/esm/index.js +1007 -0
- package/node_modules/editorconfig/node_modules/minimatch/dist/esm/index.js.map +1 -0
- package/node_modules/editorconfig/node_modules/minimatch/dist/esm/unescape.d.ts +17 -0
- package/node_modules/editorconfig/node_modules/minimatch/dist/esm/unescape.d.ts.map +1 -0
- package/node_modules/editorconfig/node_modules/minimatch/package.json +31 -35
- package/node_modules/editorconfig/package.json +4 -30
- package/node_modules/fast-xml-builder/CHANGELOG.md +16 -0
- package/node_modules/fast-xml-builder/LICENSE +21 -0
- package/node_modules/fast-xml-builder/README.md +23 -0
- package/node_modules/fast-xml-builder/lib/fxb.cjs +1 -0
- package/node_modules/fast-xml-builder/lib/fxb.d.cts +180 -0
- package/node_modules/fast-xml-builder/lib/fxb.min.js +2 -0
- package/node_modules/fast-xml-builder/lib/fxb.min.js.map +1 -0
- package/node_modules/fast-xml-builder/package.json +80 -0
- package/node_modules/fast-xml-builder/src/fxb.d.ts +180 -0
- package/node_modules/fast-xml-builder/src/fxb.js +529 -0
- package/node_modules/fast-xml-builder/src/ignoreAttributes.js +18 -0
- package/node_modules/fast-xml-builder/src/orderedJs2Xml.js +292 -0
- package/node_modules/follow-redirects/README.md +7 -5
- package/node_modules/follow-redirects/index.js +24 -1
- package/node_modules/follow-redirects/package.json +1 -1
- package/node_modules/js-beautify/node_modules/brace-expansion/.github/FUNDING.yml +2 -0
- package/node_modules/js-beautify/node_modules/brace-expansion/LICENSE +21 -0
- package/node_modules/js-beautify/node_modules/brace-expansion/README.md +135 -0
- package/node_modules/js-beautify/node_modules/brace-expansion/index.js +205 -0
- package/node_modules/js-beautify/node_modules/brace-expansion/package.json +49 -0
- package/node_modules/js-beautify/node_modules/minimatch/README.md +37 -0
- package/node_modules/js-beautify/node_modules/minimatch/dist/commonjs/assert-valid-pattern.js.map +1 -1
- package/node_modules/js-beautify/node_modules/minimatch/dist/commonjs/ast.d.ts.map +1 -1
- package/node_modules/js-beautify/node_modules/minimatch/dist/commonjs/ast.js +179 -24
- package/node_modules/js-beautify/node_modules/minimatch/dist/commonjs/ast.js.map +1 -1
- package/node_modules/js-beautify/node_modules/minimatch/dist/commonjs/brace-expressions.d.ts.map +1 -1
- package/node_modules/js-beautify/node_modules/minimatch/dist/commonjs/brace-expressions.js.map +1 -1
- package/node_modules/js-beautify/node_modules/minimatch/dist/commonjs/escape.d.ts +1 -1
- package/node_modules/js-beautify/node_modules/minimatch/dist/commonjs/escape.d.ts.map +1 -1
- package/node_modules/js-beautify/node_modules/minimatch/dist/commonjs/index.d.ts +4 -0
- package/node_modules/js-beautify/node_modules/minimatch/dist/commonjs/index.d.ts.map +1 -1
- package/node_modules/js-beautify/node_modules/minimatch/dist/commonjs/index.js +124 -118
- package/node_modules/js-beautify/node_modules/minimatch/dist/commonjs/index.js.map +1 -1
- package/node_modules/js-beautify/node_modules/minimatch/dist/commonjs/unescape.d.ts +1 -1
- package/node_modules/js-beautify/node_modules/minimatch/dist/commonjs/unescape.d.ts.map +1 -1
- package/node_modules/js-beautify/node_modules/minimatch/dist/esm/assert-valid-pattern.js.map +1 -1
- package/node_modules/js-beautify/node_modules/minimatch/dist/esm/ast.d.ts.map +1 -1
- package/node_modules/js-beautify/node_modules/minimatch/dist/esm/ast.js +179 -24
- package/node_modules/js-beautify/node_modules/minimatch/dist/esm/ast.js.map +1 -1
- package/node_modules/js-beautify/node_modules/minimatch/dist/esm/brace-expressions.d.ts.map +1 -1
- package/node_modules/js-beautify/node_modules/minimatch/dist/esm/brace-expressions.js.map +1 -1
- package/node_modules/js-beautify/node_modules/minimatch/dist/esm/escape.d.ts +1 -1
- package/node_modules/js-beautify/node_modules/minimatch/dist/esm/escape.d.ts.map +1 -1
- package/node_modules/js-beautify/node_modules/minimatch/dist/esm/index.d.ts +4 -0
- package/node_modules/js-beautify/node_modules/minimatch/dist/esm/index.d.ts.map +1 -1
- package/node_modules/js-beautify/node_modules/minimatch/dist/esm/index.js +124 -118
- package/node_modules/js-beautify/node_modules/minimatch/dist/esm/index.js.map +1 -1
- package/node_modules/js-beautify/node_modules/minimatch/dist/esm/unescape.d.ts +1 -1
- package/node_modules/js-beautify/node_modules/minimatch/dist/esm/unescape.d.ts.map +1 -1
- package/node_modules/js-beautify/node_modules/minimatch/package.json +14 -14
- package/node_modules/lodash/README.md +2 -2
- package/node_modules/lodash/_baseOrderBy.js +1 -1
- package/node_modules/lodash/_baseUnset.js +7 -20
- package/node_modules/lodash/_setCacheHas.js +1 -1
- package/node_modules/lodash/compact.js +1 -1
- package/node_modules/lodash/core.js +3 -3
- package/node_modules/lodash/core.min.js +26 -25
- package/node_modules/lodash/fromPairs.js +3 -1
- package/node_modules/lodash/lodash.js +38 -27
- package/node_modules/lodash/lodash.min.js +125 -129
- package/node_modules/lodash/package.json +4 -2
- package/node_modules/lodash/random.js +9 -0
- package/node_modules/lodash/template.js +16 -4
- package/node_modules/lodash/templateSettings.js +4 -0
- package/node_modules/minipass/LICENSE.md +55 -0
- package/node_modules/minipass/dist/commonjs/index.d.ts +12 -16
- package/node_modules/minipass/dist/commonjs/index.d.ts.map +1 -1
- package/node_modules/minipass/dist/commonjs/index.js +13 -3
- package/node_modules/minipass/dist/commonjs/index.js.map +1 -1
- package/node_modules/minipass/dist/esm/index.d.ts +12 -16
- package/node_modules/minipass/dist/esm/index.d.ts.map +1 -1
- package/node_modules/minipass/dist/esm/index.js +3 -1
- package/node_modules/minipass/dist/esm/index.js.map +1 -1
- package/node_modules/minipass/package.json +9 -14
- package/node_modules/mjml-cli/node_modules/brace-expansion/.github/FUNDING.yml +2 -0
- package/node_modules/mjml-cli/node_modules/brace-expansion/LICENSE +21 -0
- package/node_modules/mjml-cli/node_modules/brace-expansion/README.md +135 -0
- package/node_modules/mjml-cli/node_modules/brace-expansion/index.js +205 -0
- package/node_modules/mjml-cli/node_modules/brace-expansion/package.json +49 -0
- package/node_modules/mjml-cli/node_modules/minimatch/README.md +37 -0
- package/node_modules/mjml-cli/node_modules/minimatch/dist/commonjs/assert-valid-pattern.js.map +1 -1
- package/node_modules/mjml-cli/node_modules/minimatch/dist/commonjs/ast.d.ts.map +1 -1
- package/node_modules/mjml-cli/node_modules/minimatch/dist/commonjs/ast.js +179 -24
- package/node_modules/mjml-cli/node_modules/minimatch/dist/commonjs/ast.js.map +1 -1
- package/node_modules/mjml-cli/node_modules/minimatch/dist/commonjs/brace-expressions.d.ts.map +1 -1
- package/node_modules/mjml-cli/node_modules/minimatch/dist/commonjs/brace-expressions.js.map +1 -1
- package/node_modules/mjml-cli/node_modules/minimatch/dist/commonjs/escape.d.ts +1 -1
- package/node_modules/mjml-cli/node_modules/minimatch/dist/commonjs/escape.d.ts.map +1 -1
- package/node_modules/mjml-cli/node_modules/minimatch/dist/commonjs/index.d.ts +4 -0
- package/node_modules/mjml-cli/node_modules/minimatch/dist/commonjs/index.d.ts.map +1 -1
- package/node_modules/mjml-cli/node_modules/minimatch/dist/commonjs/index.js +124 -118
- package/node_modules/mjml-cli/node_modules/minimatch/dist/commonjs/index.js.map +1 -1
- package/node_modules/mjml-cli/node_modules/minimatch/dist/commonjs/unescape.d.ts +1 -1
- package/node_modules/mjml-cli/node_modules/minimatch/dist/commonjs/unescape.d.ts.map +1 -1
- package/node_modules/mjml-cli/node_modules/minimatch/dist/esm/assert-valid-pattern.js.map +1 -1
- package/node_modules/mjml-cli/node_modules/minimatch/dist/esm/ast.d.ts.map +1 -1
- package/node_modules/mjml-cli/node_modules/minimatch/dist/esm/ast.js +179 -24
- package/node_modules/mjml-cli/node_modules/minimatch/dist/esm/ast.js.map +1 -1
- package/node_modules/mjml-cli/node_modules/minimatch/dist/esm/brace-expressions.d.ts.map +1 -1
- package/node_modules/mjml-cli/node_modules/minimatch/dist/esm/brace-expressions.js.map +1 -1
- package/node_modules/mjml-cli/node_modules/minimatch/dist/esm/escape.d.ts +1 -1
- package/node_modules/mjml-cli/node_modules/minimatch/dist/esm/escape.d.ts.map +1 -1
- package/node_modules/mjml-cli/node_modules/minimatch/dist/esm/index.d.ts +4 -0
- package/node_modules/mjml-cli/node_modules/minimatch/dist/esm/index.d.ts.map +1 -1
- package/node_modules/mjml-cli/node_modules/minimatch/dist/esm/index.js +124 -118
- package/node_modules/mjml-cli/node_modules/minimatch/dist/esm/index.js.map +1 -1
- package/node_modules/mjml-cli/node_modules/minimatch/dist/esm/unescape.d.ts +1 -1
- package/node_modules/mjml-cli/node_modules/minimatch/dist/esm/unescape.d.ts.map +1 -1
- package/node_modules/mjml-cli/node_modules/minimatch/package.json +14 -14
- package/node_modules/path-expression-matcher/LICENSE +21 -0
- package/node_modules/path-expression-matcher/README.md +872 -0
- package/node_modules/path-expression-matcher/lib/pem.cjs +1 -0
- package/node_modules/path-expression-matcher/lib/pem.d.cts +634 -0
- package/node_modules/path-expression-matcher/lib/pem.min.js +2 -0
- package/node_modules/path-expression-matcher/lib/pem.min.js.map +1 -0
- package/node_modules/path-expression-matcher/package.json +78 -0
- package/node_modules/path-expression-matcher/src/Expression.js +232 -0
- package/node_modules/path-expression-matcher/src/ExpressionSet.js +209 -0
- package/node_modules/path-expression-matcher/src/Matcher.js +570 -0
- package/node_modules/path-expression-matcher/src/index.d.ts +523 -0
- package/node_modules/path-expression-matcher/src/index.js +29 -0
- package/node_modules/picomatch/README.md +9 -1
- package/node_modules/picomatch/lib/constants.js +5 -0
- package/node_modules/picomatch/lib/parse.js +301 -0
- package/node_modules/picomatch/package.json +1 -1
- package/node_modules/proxy-from-env/README.md +43 -11
- package/node_modules/proxy-from-env/index.cjs +105 -0
- package/node_modules/proxy-from-env/index.js +14 -19
- package/node_modules/proxy-from-env/package.json +20 -11
- package/node_modules/pump/empty.js +1 -0
- package/node_modules/pump/package.json +7 -1
- package/node_modules/strnum/CHANGELOG.md +9 -2
- package/node_modules/strnum/README.md +1 -0
- package/node_modules/strnum/package.json +3 -3
- package/node_modules/strnum/strnum.js +92 -60
- package/package.json +93 -93
- package/node_modules/@aws-sdk/client-sso/LICENSE +0 -201
- package/node_modules/@aws-sdk/client-sso/README.md +0 -244
- package/node_modules/@aws-sdk/client-sso/dist-cjs/auth/httpAuthSchemeProvider.js +0 -75
- package/node_modules/@aws-sdk/client-sso/dist-cjs/endpoint/ruleset.js +0 -7
- package/node_modules/@aws-sdk/client-sso/dist-cjs/index.js +0 -213
- package/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.browser.js +0 -37
- package/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.js +0 -51
- package/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.shared.js +0 -49
- package/node_modules/@aws-sdk/client-sso/dist-cjs/schemas/schemas_0.js +0 -161
- package/node_modules/@aws-sdk/client-sso/dist-es/SSO.js +0 -21
- package/node_modules/@aws-sdk/client-sso/dist-es/auth/httpAuthSchemeProvider.js +0 -69
- package/node_modules/@aws-sdk/client-sso/dist-es/commands/ListAccountRolesCommand.js +0 -16
- package/node_modules/@aws-sdk/client-sso/dist-es/commands/ListAccountsCommand.js +0 -16
- package/node_modules/@aws-sdk/client-sso/dist-es/commands/LogoutCommand.js +0 -16
- package/node_modules/@aws-sdk/client-sso/dist-es/commands/index.js +0 -4
- package/node_modules/@aws-sdk/client-sso/dist-es/endpoint/ruleset.js +0 -4
- package/node_modules/@aws-sdk/client-sso/dist-es/index.js +0 -8
- package/node_modules/@aws-sdk/client-sso/dist-es/pagination/ListAccountRolesPaginator.js +0 -4
- package/node_modules/@aws-sdk/client-sso/dist-es/pagination/ListAccountsPaginator.js +0 -4
- package/node_modules/@aws-sdk/client-sso/dist-es/pagination/index.js +0 -3
- package/node_modules/@aws-sdk/client-sso/dist-es/runtimeConfig.browser.js +0 -32
- package/node_modules/@aws-sdk/client-sso/dist-es/runtimeConfig.js +0 -46
- package/node_modules/@aws-sdk/client-sso/dist-es/runtimeConfig.shared.js +0 -45
- package/node_modules/@aws-sdk/client-sso/dist-es/schemas/schemas_0.js +0 -158
- package/node_modules/@aws-sdk/client-sso/dist-types/SSO.d.ts +0 -67
- package/node_modules/@aws-sdk/client-sso/dist-types/SSOClient.d.ts +0 -200
- package/node_modules/@aws-sdk/client-sso/dist-types/auth/httpAuthExtensionConfiguration.d.ts +0 -29
- package/node_modules/@aws-sdk/client-sso/dist-types/auth/httpAuthSchemeProvider.d.ts +0 -75
- package/node_modules/@aws-sdk/client-sso/dist-types/commands/GetRoleCredentialsCommand.d.ts +0 -97
- package/node_modules/@aws-sdk/client-sso/dist-types/commands/ListAccountRolesCommand.d.ts +0 -98
- package/node_modules/@aws-sdk/client-sso/dist-types/commands/ListAccountsCommand.d.ts +0 -100
- package/node_modules/@aws-sdk/client-sso/dist-types/commands/LogoutCommand.d.ts +0 -97
- package/node_modules/@aws-sdk/client-sso/dist-types/commands/index.d.ts +0 -4
- package/node_modules/@aws-sdk/client-sso/dist-types/index.d.ts +0 -31
- package/node_modules/@aws-sdk/client-sso/dist-types/models/models_0.d.ts +0 -189
- package/node_modules/@aws-sdk/client-sso/dist-types/pagination/Interfaces.d.ts +0 -8
- package/node_modules/@aws-sdk/client-sso/dist-types/pagination/ListAccountRolesPaginator.d.ts +0 -7
- package/node_modules/@aws-sdk/client-sso/dist-types/pagination/ListAccountsPaginator.d.ts +0 -7
- package/node_modules/@aws-sdk/client-sso/dist-types/pagination/index.d.ts +0 -3
- package/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.browser.d.ts +0 -62
- package/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.d.ts +0 -62
- package/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.native.d.ts +0 -61
- package/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.shared.d.ts +0 -38
- package/node_modules/@aws-sdk/client-sso/dist-types/schemas/schemas_0.d.ts +0 -27
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/SSO.d.ts +0 -91
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/SSOClient.d.ts +0 -138
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +0 -32
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +0 -46
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/GetRoleCredentialsCommand.d.ts +0 -51
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/ListAccountRolesCommand.d.ts +0 -50
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/ListAccountsCommand.d.ts +0 -47
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/LogoutCommand.d.ts +0 -41
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/index.d.ts +0 -4
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/index.d.ts +0 -11
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/models/models_0.d.ts +0 -45
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/pagination/Interfaces.d.ts +0 -5
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/pagination/ListAccountRolesPaginator.d.ts +0 -11
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/pagination/ListAccountsPaginator.d.ts +0 -11
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/pagination/index.d.ts +0 -3
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.browser.d.ts +0 -120
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.d.ts +0 -115
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.native.d.ts +0 -124
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -58
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/schemas/schemas_0.d.ts +0 -26
- package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/LICENSE +0 -201
- package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/README.md +0 -6
- package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-cjs/index.js +0 -415
- package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/partitions.json +0 -267
- package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-es/aws.js +0 -10
- package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-es/index.js +0 -6
- package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/index.js +0 -3
- package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/isVirtualHostableS3Bucket.js +0 -25
- package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/parseArn.js +0 -18
- package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partition.js +0 -41
- package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partitions.json +0 -267
- package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-es/lib/isIpAddress.js +0 -1
- package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-es/resolveDefaultAwsRegionalEndpointsConfig.js +0 -21
- package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-es/resolveEndpoint.js +0 -1
- package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-es/types/EndpointError.js +0 -1
- package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-es/types/ErrorRuleObject.js +0 -1
- package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-es/types/RuleSetObject.js +0 -1
- package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-es/types/TreeRuleObject.js +0 -1
- package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-es/types/index.js +0 -6
- package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-es/types/shared.js +0 -1
- package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/aws.d.ts +0 -2
- package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/index.d.ts +0 -6
- package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/index.d.ts +0 -3
- package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/isVirtualHostableS3Bucket.d.ts +0 -5
- package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/parseArn.d.ts +0 -7
- package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/partition.d.ts +0 -38
- package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/lib/isIpAddress.d.ts +0 -1
- package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/resolveDefaultAwsRegionalEndpointsConfig.d.ts +0 -56
- package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/resolveEndpoint.d.ts +0 -1
- package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/aws.d.ts +0 -2
- package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/index.d.ts +0 -6
- package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/index.d.ts +0 -3
- package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/isVirtualHostableS3Bucket.d.ts +0 -4
- package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/parseArn.d.ts +0 -2
- package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/partition.d.ts +0 -28
- package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/isIpAddress.d.ts +0 -1
- package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/resolveDefaultAwsRegionalEndpointsConfig.d.ts +0 -35
- package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/resolveEndpoint.d.ts +0 -1
- package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/EndpointError.d.ts +0 -1
- package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/EndpointRuleObject.d.ts +0 -6
- package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/ErrorRuleObject.d.ts +0 -1
- package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/RuleSetObject.d.ts +0 -5
- package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/TreeRuleObject.d.ts +0 -1
- package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/index.d.ts +0 -6
- package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/shared.d.ts +0 -12
- package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/types/EndpointError.d.ts +0 -1
- package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/types/EndpointRuleObject.d.ts +0 -1
- package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/types/ErrorRuleObject.d.ts +0 -1
- package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/types/RuleSetObject.d.ts +0 -1
- package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/types/TreeRuleObject.d.ts +0 -1
- package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/types/index.d.ts +0 -6
- package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/types/shared.d.ts +0 -1
- package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/package.json +0 -60
- package/node_modules/@aws-sdk/client-sso/package.json +0 -99
- package/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/loadSso-CVy8iqsZ.js +0 -14
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/LICENSE +0 -201
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/README.md +0 -6
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-cjs/index.js +0 -415
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/partitions.json +0 -267
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-es/aws.js +0 -10
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-es/index.js +0 -6
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/index.js +0 -3
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/isVirtualHostableS3Bucket.js +0 -25
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/parseArn.js +0 -18
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partition.js +0 -41
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partitions.json +0 -267
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-es/lib/isIpAddress.js +0 -1
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-es/resolveDefaultAwsRegionalEndpointsConfig.js +0 -21
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-es/resolveEndpoint.js +0 -1
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-es/types/EndpointError.js +0 -1
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-es/types/EndpointRuleObject.js +0 -1
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-es/types/ErrorRuleObject.js +0 -1
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-es/types/RuleSetObject.js +0 -1
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-es/types/TreeRuleObject.js +0 -1
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-es/types/index.js +0 -6
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-es/types/shared.js +0 -1
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/aws.d.ts +0 -2
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/index.d.ts +0 -6
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/index.d.ts +0 -3
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/isVirtualHostableS3Bucket.d.ts +0 -5
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/parseArn.d.ts +0 -7
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/partition.d.ts +0 -38
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/lib/isIpAddress.d.ts +0 -1
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/resolveDefaultAwsRegionalEndpointsConfig.d.ts +0 -56
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/resolveEndpoint.d.ts +0 -1
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/aws.d.ts +0 -2
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/index.d.ts +0 -6
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/index.d.ts +0 -3
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/isVirtualHostableS3Bucket.d.ts +0 -4
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/parseArn.d.ts +0 -2
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/partition.d.ts +0 -28
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/isIpAddress.d.ts +0 -1
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/resolveDefaultAwsRegionalEndpointsConfig.d.ts +0 -35
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/resolveEndpoint.d.ts +0 -1
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/EndpointError.d.ts +0 -1
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/EndpointRuleObject.d.ts +0 -6
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/ErrorRuleObject.d.ts +0 -1
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/RuleSetObject.d.ts +0 -5
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/TreeRuleObject.d.ts +0 -1
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/index.d.ts +0 -6
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/shared.d.ts +0 -12
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/types/EndpointError.d.ts +0 -1
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/types/EndpointRuleObject.d.ts +0 -1
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/types/ErrorRuleObject.d.ts +0 -1
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/types/RuleSetObject.d.ts +0 -1
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/types/TreeRuleObject.d.ts +0 -1
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/types/index.d.ts +0 -6
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/types/shared.d.ts +0 -1
- package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/package.json +0 -60
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/LICENSE +0 -201
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/README.md +0 -6
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-cjs/index.js +0 -415
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/partitions.json +0 -267
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-es/aws.js +0 -10
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-es/index.js +0 -6
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/index.js +0 -3
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/isVirtualHostableS3Bucket.js +0 -25
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/parseArn.js +0 -18
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partition.js +0 -41
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partitions.json +0 -267
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-es/lib/isIpAddress.js +0 -1
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-es/resolveDefaultAwsRegionalEndpointsConfig.js +0 -21
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-es/resolveEndpoint.js +0 -1
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-es/types/EndpointError.js +0 -1
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-es/types/EndpointRuleObject.js +0 -1
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-es/types/ErrorRuleObject.js +0 -1
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-es/types/RuleSetObject.js +0 -1
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-es/types/TreeRuleObject.js +0 -1
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-es/types/index.js +0 -6
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-es/types/shared.js +0 -1
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/aws.d.ts +0 -2
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/index.d.ts +0 -6
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/index.d.ts +0 -3
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/isVirtualHostableS3Bucket.d.ts +0 -5
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/parseArn.d.ts +0 -7
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/partition.d.ts +0 -38
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/lib/isIpAddress.d.ts +0 -1
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/resolveDefaultAwsRegionalEndpointsConfig.d.ts +0 -56
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/resolveEndpoint.d.ts +0 -1
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/aws.d.ts +0 -2
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/index.d.ts +0 -6
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/index.d.ts +0 -3
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/isVirtualHostableS3Bucket.d.ts +0 -4
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/parseArn.d.ts +0 -2
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/partition.d.ts +0 -28
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/isIpAddress.d.ts +0 -1
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/resolveDefaultAwsRegionalEndpointsConfig.d.ts +0 -35
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/resolveEndpoint.d.ts +0 -1
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/EndpointError.d.ts +0 -1
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/EndpointRuleObject.d.ts +0 -6
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/ErrorRuleObject.d.ts +0 -1
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/RuleSetObject.d.ts +0 -5
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/TreeRuleObject.d.ts +0 -1
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/index.d.ts +0 -6
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/shared.d.ts +0 -12
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/types/EndpointError.d.ts +0 -1
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/types/EndpointRuleObject.d.ts +0 -1
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/types/ErrorRuleObject.d.ts +0 -1
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/types/RuleSetObject.d.ts +0 -1
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/types/TreeRuleObject.d.ts +0 -1
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/types/index.d.ts +0 -6
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/types/shared.d.ts +0 -1
- package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/package.json +0 -60
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/xmlbuilder/orderedJs2Xml.js +0 -134
- package/node_modules/@smithy/abort-controller/LICENSE +0 -201
- package/node_modules/@smithy/abort-controller/README.md +0 -4
- package/node_modules/@smithy/abort-controller/dist-cjs/index.js +0 -32
- package/node_modules/@smithy/abort-controller/dist-es/AbortController.js +0 -7
- package/node_modules/@smithy/abort-controller/dist-es/AbortSignal.js +0 -20
- package/node_modules/@smithy/abort-controller/dist-es/index.js +0 -2
- package/node_modules/@smithy/abort-controller/dist-types/AbortController.d.ts +0 -16
- package/node_modules/@smithy/abort-controller/dist-types/AbortSignal.d.ts +0 -21
- package/node_modules/@smithy/abort-controller/dist-types/index.d.ts +0 -9
- package/node_modules/@smithy/abort-controller/dist-types/ts3.4/AbortController.d.ts +0 -16
- package/node_modules/@smithy/abort-controller/dist-types/ts3.4/AbortSignal.d.ts +0 -21
- package/node_modules/@smithy/abort-controller/dist-types/ts3.4/index.d.ts +0 -9
- package/node_modules/@smithy/abort-controller/package.json +0 -63
- package/node_modules/@smithy/config-resolver/dist-types/ts3.4/endpointsConfig/NodeUseDualstackEndpointConfigOptions.d.ts +0 -17
- package/node_modules/@smithy/config-resolver/dist-types/ts3.4/endpointsConfig/NodeUseFipsEndpointConfigOptions.d.ts +0 -17
- package/node_modules/@smithy/config-resolver/dist-types/ts3.4/endpointsConfig/index.d.ts +0 -16
- package/node_modules/@smithy/config-resolver/dist-types/ts3.4/endpointsConfig/resolveCustomEndpointsConfig.d.ts +0 -37
- package/node_modules/@smithy/config-resolver/dist-types/ts3.4/endpointsConfig/resolveEndpointsConfig.d.ts +0 -57
- package/node_modules/@smithy/config-resolver/dist-types/ts3.4/endpointsConfig/utils/getEndpointFromRegion.d.ts +0 -11
- package/node_modules/@smithy/config-resolver/dist-types/ts3.4/index.d.ts +0 -12
- package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionConfig/checkRegion.d.ts +0 -9
- package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionConfig/config.d.ts +0 -17
- package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionConfig/getRealRegion.d.ts +0 -4
- package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionConfig/index.d.ts +0 -8
- package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionConfig/isFipsRegion.d.ts +0 -4
- package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionConfig/resolveRegionConfig.d.ts +0 -34
- package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/EndpointVariant.d.ts +0 -11
- package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/EndpointVariantTag.d.ts +0 -10
- package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/PartitionHash.d.ts +0 -15
- package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/RegionHash.d.ts +0 -13
- package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/getHostnameFromVariants.d.ts +0 -14
- package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/getRegionInfo.d.ts +0 -19
- package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/getResolvedHostname.d.ts +0 -13
- package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/getResolvedPartition.d.ts +0 -13
- package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/getResolvedSigningRegion.d.ts +0 -14
- package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/index.d.ts +0 -12
- package/node_modules/@smithy/core/dist-types/ts3.4/getSmithyContext.d.ts +0 -5
- package/node_modules/@smithy/core/dist-types/ts3.4/index.d.ts +0 -8
- package/node_modules/@smithy/core/dist-types/ts3.4/middleware-http-auth-scheme/getHttpAuthSchemeEndpointRuleSetPlugin.d.ts +0 -18
- package/node_modules/@smithy/core/dist-types/ts3.4/middleware-http-auth-scheme/getHttpAuthSchemePlugin.d.ts +0 -18
- package/node_modules/@smithy/core/dist-types/ts3.4/middleware-http-auth-scheme/httpAuthSchemeMiddleware.d.ts +0 -33
- package/node_modules/@smithy/core/dist-types/ts3.4/middleware-http-auth-scheme/index.d.ts +0 -3
- package/node_modules/@smithy/core/dist-types/ts3.4/middleware-http-auth-scheme/resolveAuthOptions.d.ts +0 -10
- package/node_modules/@smithy/core/dist-types/ts3.4/middleware-http-signing/getHttpSigningMiddleware.d.ts +0 -9
- package/node_modules/@smithy/core/dist-types/ts3.4/middleware-http-signing/httpSigningMiddleware.d.ts +0 -5
- package/node_modules/@smithy/core/dist-types/ts3.4/middleware-http-signing/index.d.ts +0 -2
- package/node_modules/@smithy/core/dist-types/ts3.4/normalizeProvider.d.ts +0 -7
- package/node_modules/@smithy/core/dist-types/ts3.4/pagination/createPaginator.d.ts +0 -7
- package/node_modules/@smithy/core/dist-types/ts3.4/request-builder/requestBuilder.d.ts +0 -5
- package/node_modules/@smithy/core/dist-types/ts3.4/setFeature.d.ts +0 -12
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/CborCodec.d.ts +0 -33
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/SmithyRpcV2CborProtocol.d.ts +0 -28
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/byte-printer.d.ts +0 -6
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/cbor-decode.d.ts +0 -17
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/cbor-encode.d.ts +0 -9
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/cbor-types.d.ts +0 -65
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/cbor.d.ts +0 -26
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/index.d.ts +0 -5
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/parseCborBody.d.ts +0 -31
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/event-streams/EventStreamSerde.d.ts +0 -60
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/event-streams/index.d.ts +0 -1
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/HttpBindingProtocol.d.ts +0 -31
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/HttpProtocol.d.ts +0 -89
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/RpcProtocol.d.ts +0 -16
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/SerdeContext.d.ts +0 -16
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/collect-stream-body.d.ts +0 -10
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/extended-encode-uri-component.d.ts +0 -7
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/index.d.ts +0 -13
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/requestBuilder.d.ts +0 -51
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/resolve-path.d.ts +0 -4
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/serde/FromStringShapeDeserializer.d.ts +0 -13
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/serde/HttpInterceptingShapeDeserializer.d.ts +0 -21
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/serde/HttpInterceptingShapeSerializer.d.ts +0 -23
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/serde/ToStringShapeSerializer.d.ts +0 -14
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/serde/determineTimestampFormat.d.ts +0 -9
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/TypeRegistry.d.ts +0 -71
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/deref.d.ts +0 -6
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/index.d.ts +0 -14
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/middleware/getSchemaSerdePlugin.d.ts +0 -14
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/middleware/schema-middleware-types.d.ts +0 -11
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/middleware/schemaDeserializationMiddleware.d.ts +0 -9
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/middleware/schemaSerializationMiddleware.d.ts +0 -6
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/ErrorSchema.d.ts +0 -37
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/ListSchema.d.ts +0 -23
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/MapSchema.d.ts +0 -24
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/NormalizedSchema.d.ts +0 -135
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/OperationSchema.d.ts +0 -23
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/Schema.d.ts +0 -16
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/SimpleSchema.d.ts +0 -28
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/StructureSchema.d.ts +0 -23
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/operation.d.ts +0 -7
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/sentinels.d.ts +0 -23
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/translateTraits.d.ts +0 -7
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/copyDocumentWithTransform.d.ts +0 -6
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/date-utils.d.ts +0 -73
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/generateIdempotencyToken.d.ts +0 -2
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/index.d.ts +0 -10
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/lazy-json.d.ts +0 -45
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/parse-utils.d.ts +0 -270
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/quote-header.d.ts +0 -6
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/schema-serde-lib/schema-date-utils.d.ts +0 -47
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/split-every.d.ts +0 -11
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/split-header.d.ts +0 -5
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/value/NumericValue.d.ts +0 -33
- package/node_modules/@smithy/core/dist-types/ts3.4/util-identity-and-auth/DefaultIdentityProviderConfig.d.ts +0 -15
- package/node_modules/@smithy/core/dist-types/ts3.4/util-identity-and-auth/httpAuthSchemes/httpApiKeyAuth.d.ts +0 -8
- package/node_modules/@smithy/core/dist-types/ts3.4/util-identity-and-auth/httpAuthSchemes/httpBearerAuth.d.ts +0 -8
- package/node_modules/@smithy/core/dist-types/ts3.4/util-identity-and-auth/httpAuthSchemes/index.d.ts +0 -3
- package/node_modules/@smithy/core/dist-types/ts3.4/util-identity-and-auth/httpAuthSchemes/noAuth.d.ts +0 -8
- package/node_modules/@smithy/core/dist-types/ts3.4/util-identity-and-auth/index.d.ts +0 -3
- package/node_modules/@smithy/core/dist-types/ts3.4/util-identity-and-auth/memoizeIdentityProvider.d.ts +0 -30
- package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/config/Endpoint.d.ts +0 -7
- package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/config/EndpointConfigOptions.d.ts +0 -13
- package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/config/EndpointMode.d.ts +0 -7
- package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/config/EndpointModeConfigOptions.d.ts +0 -13
- package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/error/InstanceMetadataV1FallbackError.d.ts +0 -12
- package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/fromContainerMetadata.d.ts +0 -21
- package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/fromInstanceMetadata.d.ts +0 -10
- package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/index.d.ts +0 -28
- package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/remoteProvider/ImdsCredentials.d.ts +0 -19
- package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/remoteProvider/RemoteProviderInit.d.ts +0 -40
- package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/remoteProvider/httpRequest.d.ts +0 -6
- package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/remoteProvider/index.d.ts +0 -8
- package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/remoteProvider/retry.d.ts +0 -10
- package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/types.d.ts +0 -7
- package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/utils/getExtendedInstanceMetadataCredentials.d.ts +0 -6
- package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/utils/getInstanceMetadataEndpoint.d.ts +0 -21
- package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/utils/staticStabilityProvider.d.ts +0 -16
- package/node_modules/@smithy/eventstream-codec/dist-types/ts3.4/EventStreamCodec.d.ts +0 -31
- package/node_modules/@smithy/eventstream-codec/dist-types/ts3.4/HeaderMarshaller.d.ts +0 -12
- package/node_modules/@smithy/eventstream-codec/dist-types/ts3.4/Int64.d.ts +0 -20
- package/node_modules/@smithy/eventstream-codec/dist-types/ts3.4/Message.d.ts +0 -26
- package/node_modules/@smithy/eventstream-codec/dist-types/ts3.4/MessageDecoderStream.d.ts +0 -17
- package/node_modules/@smithy/eventstream-codec/dist-types/ts3.4/MessageEncoderStream.d.ts +0 -18
- package/node_modules/@smithy/eventstream-codec/dist-types/ts3.4/SmithyMessageDecoderStream.d.ts +0 -17
- package/node_modules/@smithy/eventstream-codec/dist-types/ts3.4/SmithyMessageEncoderStream.d.ts +0 -17
- package/node_modules/@smithy/eventstream-codec/dist-types/ts3.4/TestVectors.fixture.d.ts +0 -2
- package/node_modules/@smithy/eventstream-codec/dist-types/ts3.4/index.d.ts +0 -8
- package/node_modules/@smithy/eventstream-codec/dist-types/ts3.4/splitMessage.d.ts +0 -11
- package/node_modules/@smithy/eventstream-codec/dist-types/ts3.4/vectorTypes.fixture.d.ts +0 -12
- package/node_modules/@smithy/eventstream-serde-browser/dist-types/ts3.4/EventStreamMarshaller.d.ts +0 -47
- package/node_modules/@smithy/eventstream-serde-browser/dist-types/ts3.4/index.d.ts +0 -12
- package/node_modules/@smithy/eventstream-serde-browser/dist-types/ts3.4/provider.d.ts +0 -3
- package/node_modules/@smithy/eventstream-serde-browser/dist-types/ts3.4/utils.d.ts +0 -13
- package/node_modules/@smithy/eventstream-serde-config-resolver/dist-types/ts3.4/EventStreamSerdeConfig.d.ts +0 -27
- package/node_modules/@smithy/eventstream-serde-config-resolver/dist-types/ts3.4/index.d.ts +0 -4
- package/node_modules/@smithy/eventstream-serde-node/dist-types/ts3.4/EventStreamMarshaller.d.ts +0 -23
- package/node_modules/@smithy/eventstream-serde-node/dist-types/ts3.4/index.d.ts +0 -8
- package/node_modules/@smithy/eventstream-serde-node/dist-types/ts3.4/provider.d.ts +0 -3
- package/node_modules/@smithy/eventstream-serde-node/dist-types/ts3.4/utils.d.ts +0 -12
- package/node_modules/@smithy/eventstream-serde-universal/dist-types/ts3.4/EventStreamMarshaller.d.ts +0 -23
- package/node_modules/@smithy/eventstream-serde-universal/dist-types/ts3.4/getChunkedStream.d.ts +0 -4
- package/node_modules/@smithy/eventstream-serde-universal/dist-types/ts3.4/getUnmarshalledStream.d.ts +0 -18
- package/node_modules/@smithy/eventstream-serde-universal/dist-types/ts3.4/index.d.ts +0 -8
- package/node_modules/@smithy/eventstream-serde-universal/dist-types/ts3.4/provider.d.ts +0 -3
- package/node_modules/@smithy/fetch-http-handler/dist-types/ts3.4/create-request.d.ts +0 -6
- package/node_modules/@smithy/fetch-http-handler/dist-types/ts3.4/fetch-http-handler.d.ts +0 -42
- package/node_modules/@smithy/fetch-http-handler/dist-types/ts3.4/index.d.ts +0 -2
- package/node_modules/@smithy/fetch-http-handler/dist-types/ts3.4/request-timeout.d.ts +0 -1
- package/node_modules/@smithy/fetch-http-handler/dist-types/ts3.4/stream-collector.d.ts +0 -2
- package/node_modules/@smithy/hash-node/dist-types/ts3.4/index.d.ts +0 -13
- package/node_modules/@smithy/invalid-dependency/dist-types/ts3.4/index.d.ts +0 -8
- package/node_modules/@smithy/invalid-dependency/dist-types/ts3.4/invalidFunction.d.ts +0 -4
- package/node_modules/@smithy/invalid-dependency/dist-types/ts3.4/invalidProvider.d.ts +0 -5
- package/node_modules/@smithy/middleware-content-length/dist-types/ts3.4/index.d.ts +0 -6
- package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/adaptors/createConfigValueProvider.d.ts +0 -14
- package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/adaptors/getEndpointFromConfig.browser.d.ts +0 -1
- package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/adaptors/getEndpointFromConfig.d.ts +0 -4
- package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/adaptors/getEndpointFromInstructions.d.ts +0 -28
- package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/adaptors/getEndpointUrlConfig.d.ts +0 -2
- package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/adaptors/index.d.ts +0 -8
- package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/adaptors/toEndpointV1.d.ts +0 -5
- package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/endpointMiddleware.d.ts +0 -10
- package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/getEndpointPlugin.d.ts +0 -11
- package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/index.d.ts +0 -18
- package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/resolveEndpointConfig.d.ts +0 -109
- package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/resolveEndpointRequiredConfig.d.ts +0 -32
- package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/service-customizations/index.d.ts +0 -4
- package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/service-customizations/s3.d.ts +0 -26
- package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/types.d.ts +0 -41
- package/node_modules/@smithy/middleware-retry/dist-es/StandardRetryStrategy.js +0 -94
- package/node_modules/@smithy/middleware-retry/dist-types/AdaptiveRetryStrategy.d.ts +0 -23
- package/node_modules/@smithy/middleware-retry/dist-types/defaultRetryQuota.d.ts +0 -24
- package/node_modules/@smithy/middleware-retry/dist-types/delayDecider.d.ts +0 -5
- package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/AdaptiveRetryStrategy.d.ts +0 -23
- package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/StandardRetryStrategy.d.ts +0 -33
- package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/configurations.d.ts +0 -66
- package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/defaultRetryQuota.d.ts +0 -24
- package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/delayDecider.d.ts +0 -5
- package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/index.d.ts +0 -7
- package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/isStreamingPayload/isStreamingPayload.browser.d.ts +0 -5
- package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/isStreamingPayload/isStreamingPayload.d.ts +0 -5
- package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/omitRetryHeadersMiddleware.d.ts +0 -13
- package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/retryDecider.d.ts +0 -6
- package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/retryMiddleware.d.ts +0 -18
- package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/types.d.ts +0 -65
- package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/util.d.ts +0 -2
- package/node_modules/@smithy/middleware-serde/dist-types/ts3.4/deserializerMiddleware.d.ts +0 -6
- package/node_modules/@smithy/middleware-serde/dist-types/ts3.4/index.d.ts +0 -3
- package/node_modules/@smithy/middleware-serde/dist-types/ts3.4/serdePlugin.d.ts +0 -24
- package/node_modules/@smithy/middleware-serde/dist-types/ts3.4/serializerMiddleware.d.ts +0 -6
- package/node_modules/@smithy/middleware-stack/dist-types/ts3.4/MiddlewareStack.d.ts +0 -5
- package/node_modules/@smithy/middleware-stack/dist-types/ts3.4/index.d.ts +0 -1
- package/node_modules/@smithy/middleware-stack/dist-types/ts3.4/types.d.ts +0 -22
- package/node_modules/@smithy/node-config-provider/dist-types/ts3.4/configLoader.d.ts +0 -31
- package/node_modules/@smithy/node-config-provider/dist-types/ts3.4/fromEnv.d.ts +0 -20
- package/node_modules/@smithy/node-config-provider/dist-types/ts3.4/fromSharedConfigFiles.d.ts +0 -22
- package/node_modules/@smithy/node-config-provider/dist-types/ts3.4/fromStatic.d.ts +0 -9
- package/node_modules/@smithy/node-config-provider/dist-types/ts3.4/getSelectorName.d.ts +0 -9
- package/node_modules/@smithy/node-config-provider/dist-types/ts3.4/index.d.ts +0 -4
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/constants.d.ts +0 -5
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/get-transformed-headers.d.ts +0 -4
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/index.d.ts +0 -3
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http-handler.d.ts +0 -46
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http2-connection-manager.d.ts +0 -24
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http2-connection-pool.d.ts +0 -12
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http2-handler.d.ts +0 -63
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/readable.mock.d.ts +0 -13
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/server.mock.d.ts +0 -12
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/set-connection-timeout.d.ts +0 -2
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/set-request-timeout.d.ts +0 -6
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/set-socket-keep-alive.d.ts +0 -6
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/set-socket-timeout.d.ts +0 -2
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/stream-collector/collector.d.ts +0 -5
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/stream-collector/index.d.ts +0 -6
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/stream-collector/readable.mock.d.ts +0 -13
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/timing.d.ts +0 -8
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/write-request-body.d.ts +0 -12
- package/node_modules/@smithy/property-provider/dist-types/ts3.4/CredentialsProviderError.d.ts +0 -31
- package/node_modules/@smithy/property-provider/dist-types/ts3.4/ProviderError.d.ts +0 -39
- package/node_modules/@smithy/property-provider/dist-types/ts3.4/TokenProviderError.d.ts +0 -31
- package/node_modules/@smithy/property-provider/dist-types/ts3.4/chain.d.ts +0 -13
- package/node_modules/@smithy/property-provider/dist-types/ts3.4/fromStatic.d.ts +0 -5
- package/node_modules/@smithy/property-provider/dist-types/ts3.4/index.d.ts +0 -24
- package/node_modules/@smithy/property-provider/dist-types/ts3.4/memoize.d.ts +0 -40
- package/node_modules/@smithy/protocol-http/dist-types/ts3.4/Field.d.ts +0 -50
- package/node_modules/@smithy/protocol-http/dist-types/ts3.4/Fields.d.ts +0 -44
- package/node_modules/@smithy/protocol-http/dist-types/ts3.4/extensions/httpExtensionConfiguration.d.ts +0 -33
- package/node_modules/@smithy/protocol-http/dist-types/ts3.4/extensions/index.d.ts +0 -1
- package/node_modules/@smithy/protocol-http/dist-types/ts3.4/httpHandler.d.ts +0 -35
- package/node_modules/@smithy/protocol-http/dist-types/ts3.4/httpRequest.d.ts +0 -56
- package/node_modules/@smithy/protocol-http/dist-types/ts3.4/httpResponse.d.ts +0 -29
- package/node_modules/@smithy/protocol-http/dist-types/ts3.4/index.d.ts +0 -8
- package/node_modules/@smithy/protocol-http/dist-types/ts3.4/isValidHostname.d.ts +0 -1
- package/node_modules/@smithy/protocol-http/dist-types/ts3.4/types.d.ts +0 -21
- package/node_modules/@smithy/querystring-builder/dist-types/ts3.4/index.d.ts +0 -5
- package/node_modules/@smithy/querystring-parser/dist-types/ts3.4/index.d.ts +0 -5
- package/node_modules/@smithy/service-error-classification/dist-types/ts3.4/constants.d.ts +0 -30
- package/node_modules/@smithy/service-error-classification/dist-types/ts3.4/index.d.ts +0 -24
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/constants.d.ts +0 -4
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/externalDataInterceptor.d.ts +0 -9
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getConfigData.d.ts +0 -8
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getConfigFilepath.d.ts +0 -2
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getCredentialsFilepath.d.ts +0 -2
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getHomeDir.d.ts +0 -6
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getProfileName.d.ts +0 -15
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getSSOTokenFilepath.d.ts +0 -5
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getSSOTokenFromFile.d.ts +0 -52
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getSsoSessionData.d.ts +0 -6
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/index.d.ts +0 -10
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/loadSharedConfigFiles.d.ts +0 -33
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/loadSsoSessionData.d.ts +0 -17
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/mergeConfigFiles.d.ts +0 -7
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/parseIni.d.ts +0 -2
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/parseKnownFiles.d.ts +0 -18
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/readFile.d.ts +0 -21
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/types.d.ts +0 -16
- package/node_modules/@smithy/signature-v4/dist-types/ts3.4/HeaderFormatter.d.ts +0 -24
- package/node_modules/@smithy/signature-v4/dist-types/ts3.4/SignatureV4.d.ts +0 -21
- package/node_modules/@smithy/signature-v4/dist-types/ts3.4/SignatureV4Base.d.ts +0 -69
- package/node_modules/@smithy/signature-v4/dist-types/ts3.4/constants.d.ts +0 -43
- package/node_modules/@smithy/signature-v4/dist-types/ts3.4/credentialDerivation.d.ts +0 -30
- package/node_modules/@smithy/signature-v4/dist-types/ts3.4/getCanonicalHeaders.d.ts +0 -5
- package/node_modules/@smithy/signature-v4/dist-types/ts3.4/getCanonicalQuery.d.ts +0 -5
- package/node_modules/@smithy/signature-v4/dist-types/ts3.4/getPayloadHash.d.ts +0 -5
- package/node_modules/@smithy/signature-v4/dist-types/ts3.4/headerUtil.d.ts +0 -4
- package/node_modules/@smithy/signature-v4/dist-types/ts3.4/index.d.ts +0 -11
- package/node_modules/@smithy/signature-v4/dist-types/ts3.4/moveHeadersToQuery.d.ts +0 -10
- package/node_modules/@smithy/signature-v4/dist-types/ts3.4/prepareRequest.d.ts +0 -5
- package/node_modules/@smithy/signature-v4/dist-types/ts3.4/signature-v4a-container.d.ts +0 -24
- package/node_modules/@smithy/signature-v4/dist-types/ts3.4/suite.fixture.d.ts +0 -14
- package/node_modules/@smithy/signature-v4/dist-types/ts3.4/utilDate.d.ts +0 -2
- package/node_modules/@smithy/smithy-client/dist-types/ts3.4/NoOpLogger.d.ts +0 -11
- package/node_modules/@smithy/smithy-client/dist-types/ts3.4/client.d.ts +0 -87
- package/node_modules/@smithy/smithy-client/dist-types/ts3.4/collect-stream-body.d.ts +0 -5
- package/node_modules/@smithy/smithy-client/dist-types/ts3.4/command.d.ts +0 -119
- package/node_modules/@smithy/smithy-client/dist-types/ts3.4/constants.d.ts +0 -4
- package/node_modules/@smithy/smithy-client/dist-types/ts3.4/create-aggregated-client.d.ts +0 -18
- package/node_modules/@smithy/smithy-client/dist-types/ts3.4/default-error-handler.d.ts +0 -15
- package/node_modules/@smithy/smithy-client/dist-types/ts3.4/defaults-mode.d.ts +0 -28
- package/node_modules/@smithy/smithy-client/dist-types/ts3.4/emitWarningIfUnsupportedVersion.d.ts +0 -8
- package/node_modules/@smithy/smithy-client/dist-types/ts3.4/exceptions.d.ts +0 -42
- package/node_modules/@smithy/smithy-client/dist-types/ts3.4/extended-encode-uri-component.d.ts +0 -5
- package/node_modules/@smithy/smithy-client/dist-types/ts3.4/extensions/checksum.d.ts +0 -24
- package/node_modules/@smithy/smithy-client/dist-types/ts3.4/extensions/defaultExtensionConfiguration.d.ts +0 -38
- package/node_modules/@smithy/smithy-client/dist-types/ts3.4/extensions/index.d.ts +0 -1
- package/node_modules/@smithy/smithy-client/dist-types/ts3.4/extensions/retry.d.ts +0 -18
- package/node_modules/@smithy/smithy-client/dist-types/ts3.4/get-array-if-single-item.d.ts +0 -7
- package/node_modules/@smithy/smithy-client/dist-types/ts3.4/get-value-from-text-node.d.ts +0 -7
- package/node_modules/@smithy/smithy-client/dist-types/ts3.4/index.d.ts +0 -21
- package/node_modules/@smithy/smithy-client/dist-types/ts3.4/is-serializable-header-value.d.ts +0 -5
- package/node_modules/@smithy/smithy-client/dist-types/ts3.4/object-mapping.d.ts +0 -178
- package/node_modules/@smithy/smithy-client/dist-types/ts3.4/resolve-path.d.ts +0 -5
- package/node_modules/@smithy/smithy-client/dist-types/ts3.4/schemaLogFilter.d.ts +0 -9
- package/node_modules/@smithy/smithy-client/dist-types/ts3.4/ser-utils.d.ts +0 -15
- package/node_modules/@smithy/smithy-client/dist-types/ts3.4/serde-json.d.ts +0 -12
- package/node_modules/@smithy/types/dist-types/ts3.4/abort-handler.d.ts +0 -7
- package/node_modules/@smithy/types/dist-types/ts3.4/abort.d.ts +0 -50
- package/node_modules/@smithy/types/dist-types/ts3.4/auth/HttpApiKeyAuth.d.ts +0 -7
- package/node_modules/@smithy/types/dist-types/ts3.4/auth/HttpAuthScheme.d.ts +0 -49
- package/node_modules/@smithy/types/dist-types/ts3.4/auth/HttpAuthSchemeProvider.d.ts +0 -20
- package/node_modules/@smithy/types/dist-types/ts3.4/auth/HttpSigner.d.ts +0 -41
- package/node_modules/@smithy/types/dist-types/ts3.4/auth/IdentityProviderConfig.d.ts +0 -14
- package/node_modules/@smithy/types/dist-types/ts3.4/auth/auth.d.ts +0 -57
- package/node_modules/@smithy/types/dist-types/ts3.4/auth/index.d.ts +0 -6
- package/node_modules/@smithy/types/dist-types/ts3.4/blob/blob-payload-input-types.d.ts +0 -40
- package/node_modules/@smithy/types/dist-types/ts3.4/checksum.d.ts +0 -63
- package/node_modules/@smithy/types/dist-types/ts3.4/client.d.ts +0 -57
- package/node_modules/@smithy/types/dist-types/ts3.4/command.d.ts +0 -28
- package/node_modules/@smithy/types/dist-types/ts3.4/connection/config.d.ts +0 -10
- package/node_modules/@smithy/types/dist-types/ts3.4/connection/index.d.ts +0 -3
- package/node_modules/@smithy/types/dist-types/ts3.4/connection/manager.d.ts +0 -34
- package/node_modules/@smithy/types/dist-types/ts3.4/connection/pool.d.ts +0 -32
- package/node_modules/@smithy/types/dist-types/ts3.4/crypto.d.ts +0 -60
- package/node_modules/@smithy/types/dist-types/ts3.4/downlevel-ts3.4/transform/type-transform.d.ts +0 -41
- package/node_modules/@smithy/types/dist-types/ts3.4/encode.d.ts +0 -31
- package/node_modules/@smithy/types/dist-types/ts3.4/endpoint.d.ts +0 -77
- package/node_modules/@smithy/types/dist-types/ts3.4/endpoints/EndpointRuleObject.d.ts +0 -27
- package/node_modules/@smithy/types/dist-types/ts3.4/endpoints/ErrorRuleObject.d.ts +0 -10
- package/node_modules/@smithy/types/dist-types/ts3.4/endpoints/RuleSetObject.d.ts +0 -28
- package/node_modules/@smithy/types/dist-types/ts3.4/endpoints/TreeRuleObject.d.ts +0 -16
- package/node_modules/@smithy/types/dist-types/ts3.4/endpoints/index.d.ts +0 -5
- package/node_modules/@smithy/types/dist-types/ts3.4/endpoints/shared.d.ts +0 -55
- package/node_modules/@smithy/types/dist-types/ts3.4/eventStream.d.ts +0 -137
- package/node_modules/@smithy/types/dist-types/ts3.4/extensions/checksum.d.ts +0 -58
- package/node_modules/@smithy/types/dist-types/ts3.4/extensions/defaultClientConfiguration.d.ts +0 -33
- package/node_modules/@smithy/types/dist-types/ts3.4/extensions/defaultExtensionConfiguration.d.ts +0 -9
- package/node_modules/@smithy/types/dist-types/ts3.4/extensions/index.d.ts +0 -4
- package/node_modules/@smithy/types/dist-types/ts3.4/extensions/retry.d.ts +0 -18
- package/node_modules/@smithy/types/dist-types/ts3.4/externals-check/browser-externals-check.d.ts +0 -35
- package/node_modules/@smithy/types/dist-types/ts3.4/feature-ids.d.ts +0 -16
- package/node_modules/@smithy/types/dist-types/ts3.4/http/httpHandlerInitialization.d.ts +0 -128
- package/node_modules/@smithy/types/dist-types/ts3.4/http.d.ts +0 -112
- package/node_modules/@smithy/types/dist-types/ts3.4/identity/apiKeyIdentity.d.ts +0 -14
- package/node_modules/@smithy/types/dist-types/ts3.4/identity/awsCredentialIdentity.d.ts +0 -31
- package/node_modules/@smithy/types/dist-types/ts3.4/identity/identity.d.ts +0 -15
- package/node_modules/@smithy/types/dist-types/ts3.4/identity/index.d.ts +0 -4
- package/node_modules/@smithy/types/dist-types/ts3.4/identity/tokenIdentity.d.ts +0 -14
- package/node_modules/@smithy/types/dist-types/ts3.4/index.d.ts +0 -43
- package/node_modules/@smithy/types/dist-types/ts3.4/logger.d.ts +0 -13
- package/node_modules/@smithy/types/dist-types/ts3.4/middleware.d.ts +0 -534
- package/node_modules/@smithy/types/dist-types/ts3.4/pagination.d.ts +0 -33
- package/node_modules/@smithy/types/dist-types/ts3.4/profile.d.ts +0 -30
- package/node_modules/@smithy/types/dist-types/ts3.4/response.d.ts +0 -40
- package/node_modules/@smithy/types/dist-types/ts3.4/retry.d.ts +0 -133
- package/node_modules/@smithy/types/dist-types/ts3.4/schema/schema-deprecated.d.ts +0 -149
- package/node_modules/@smithy/types/dist-types/ts3.4/schema/schema.d.ts +0 -251
- package/node_modules/@smithy/types/dist-types/ts3.4/schema/sentinels.d.ts +0 -65
- package/node_modules/@smithy/types/dist-types/ts3.4/schema/static-schemas.d.ts +0 -118
- package/node_modules/@smithy/types/dist-types/ts3.4/schema/traits.d.ts +0 -46
- package/node_modules/@smithy/types/dist-types/ts3.4/serde.d.ts +0 -114
- package/node_modules/@smithy/types/dist-types/ts3.4/shapes.d.ts +0 -82
- package/node_modules/@smithy/types/dist-types/ts3.4/signature.d.ts +0 -155
- package/node_modules/@smithy/types/dist-types/ts3.4/stream.d.ts +0 -22
- package/node_modules/@smithy/types/dist-types/ts3.4/streaming-payload/streaming-blob-common-types.d.ts +0 -32
- package/node_modules/@smithy/types/dist-types/ts3.4/streaming-payload/streaming-blob-payload-input-types.d.ts +0 -60
- package/node_modules/@smithy/types/dist-types/ts3.4/streaming-payload/streaming-blob-payload-output-types.d.ts +0 -51
- package/node_modules/@smithy/types/dist-types/ts3.4/transfer.d.ts +0 -41
- package/node_modules/@smithy/types/dist-types/ts3.4/transform/client-method-transforms.d.ts +0 -26
- package/node_modules/@smithy/types/dist-types/ts3.4/transform/client-payload-blob-type-narrow.d.ts +0 -81
- package/node_modules/@smithy/types/dist-types/ts3.4/transform/exact.d.ts +0 -14
- package/node_modules/@smithy/types/dist-types/ts3.4/transform/mutable.d.ts +0 -6
- package/node_modules/@smithy/types/dist-types/ts3.4/transform/no-undefined.d.ts +0 -88
- package/node_modules/@smithy/types/dist-types/ts3.4/transform/type-transform.d.ts +0 -41
- package/node_modules/@smithy/types/dist-types/ts3.4/uri.d.ts +0 -17
- package/node_modules/@smithy/types/dist-types/ts3.4/util.d.ts +0 -192
- package/node_modules/@smithy/types/dist-types/ts3.4/waiter.d.ts +0 -35
- package/node_modules/@smithy/url-parser/dist-types/ts3.4/index.d.ts +0 -5
- package/node_modules/@smithy/util-defaults-mode-browser/dist-types/ts3.4/constants.d.ts +0 -12
- package/node_modules/@smithy/util-defaults-mode-browser/dist-types/ts3.4/index.d.ts +0 -4
- package/node_modules/@smithy/util-defaults-mode-browser/dist-types/ts3.4/resolveDefaultsModeConfig.d.ts +0 -17
- package/node_modules/@smithy/util-defaults-mode-browser/dist-types/ts3.4/resolveDefaultsModeConfig.native.d.ts +0 -16
- package/node_modules/@smithy/util-defaults-mode-node/dist-types/ts3.4/constants.d.ts +0 -24
- package/node_modules/@smithy/util-defaults-mode-node/dist-types/ts3.4/defaultsModeConfig.d.ts +0 -6
- package/node_modules/@smithy/util-defaults-mode-node/dist-types/ts3.4/index.d.ts +0 -4
- package/node_modules/@smithy/util-defaults-mode-node/dist-types/ts3.4/resolveDefaultsModeConfig.d.ts +0 -17
- package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/cache/EndpointCache.d.ts +0 -34
- package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/debug/debugId.d.ts +0 -1
- package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/debug/index.d.ts +0 -2
- package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/debug/toDebugString.d.ts +0 -9
- package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/getEndpointUrlConfig.d.ts +0 -2
- package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/index.d.ts +0 -6
- package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/booleanEquals.d.ts +0 -5
- package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/getAttr.d.ts +0 -7
- package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/getAttrPathList.d.ts +0 -4
- package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/index.d.ts +0 -9
- package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/isIpAddress.d.ts +0 -4
- package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/isSet.d.ts +0 -5
- package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/isValidHostLabel.d.ts +0 -7
- package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/not.d.ts +0 -5
- package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/parseURL.d.ts +0 -5
- package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/stringEquals.d.ts +0 -5
- package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/substring.d.ts +0 -7
- package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/uriEncode.d.ts +0 -4
- package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/resolveEndpoint.d.ts +0 -6
- package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/types/EndpointError.d.ts +0 -3
- package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/types/EndpointFunctions.d.ts +0 -2
- package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/types/EndpointRuleObject.d.ts +0 -5
- package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/types/ErrorRuleObject.d.ts +0 -2
- package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/types/RuleSetObject.d.ts +0 -4
- package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/types/TreeRuleObject.d.ts +0 -3
- package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/types/index.d.ts +0 -7
- package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/types/shared.d.ts +0 -25
- package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/callFunction.d.ts +0 -1
- package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/customEndpointFunctions.d.ts +0 -4
- package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/endpointFunctions.d.ts +0 -11
- package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/evaluateCondition.d.ts +0 -8
- package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/evaluateConditions.d.ts +0 -8
- package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/evaluateEndpointRule.d.ts +0 -3
- package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/evaluateErrorRule.d.ts +0 -2
- package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/evaluateExpression.d.ts +0 -7
- package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/evaluateRules.d.ts +0 -8
- package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/evaluateTemplate.d.ts +0 -2
- package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/evaluateTreeRule.d.ts +0 -1
- package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/getEndpointHeaders.d.ts +0 -2
- package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/getEndpointProperties.d.ts +0 -8
- package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/getEndpointProperty.d.ts +0 -1
- package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/getEndpointUrl.d.ts +0 -2
- package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/getReferenceValue.d.ts +0 -2
- package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/index.d.ts +0 -2
- package/node_modules/@smithy/util-middleware/dist-types/ts3.4/getSmithyContext.d.ts +0 -5
- package/node_modules/@smithy/util-middleware/dist-types/ts3.4/index.d.ts +0 -8
- package/node_modules/@smithy/util-middleware/dist-types/ts3.4/normalizeProvider.d.ts +0 -7
- package/node_modules/@smithy/util-retry/dist-es/defaultRetryBackoffStrategy.js +0 -14
- package/node_modules/@smithy/util-retry/dist-es/defaultRetryToken.js +0 -11
- package/node_modules/@smithy/util-retry/dist-types/defaultRetryBackoffStrategy.d.ts +0 -5
- package/node_modules/@smithy/util-retry/dist-types/defaultRetryToken.d.ts +0 -9
- package/node_modules/@smithy/util-retry/dist-types/ts3.4/AdaptiveRetryStrategy.d.ts +0 -33
- package/node_modules/@smithy/util-retry/dist-types/ts3.4/ConfiguredRetryStrategy.d.ts +0 -32
- package/node_modules/@smithy/util-retry/dist-types/ts3.4/DefaultRateLimiter.d.ts +0 -49
- package/node_modules/@smithy/util-retry/dist-types/ts3.4/StandardRetryStrategy.d.ts +0 -26
- package/node_modules/@smithy/util-retry/dist-types/ts3.4/config.d.ts +0 -20
- package/node_modules/@smithy/util-retry/dist-types/ts3.4/constants.d.ts +0 -59
- package/node_modules/@smithy/util-retry/dist-types/ts3.4/defaultRetryBackoffStrategy.d.ts +0 -5
- package/node_modules/@smithy/util-retry/dist-types/ts3.4/defaultRetryToken.d.ts +0 -9
- package/node_modules/@smithy/util-retry/dist-types/ts3.4/index.d.ts +0 -7
- package/node_modules/@smithy/util-retry/dist-types/ts3.4/types.d.ts +0 -19
- package/node_modules/@smithy/util-stream/dist-types/ts3.4/ByteArrayCollector.d.ts +0 -13
- package/node_modules/@smithy/util-stream/dist-types/ts3.4/blob/Uint8ArrayBlobAdapter.d.ts +0 -22
- package/node_modules/@smithy/util-stream/dist-types/ts3.4/checksum/ChecksumStream.browser.d.ts +0 -37
- package/node_modules/@smithy/util-stream/dist-types/ts3.4/checksum/ChecksumStream.d.ts +0 -60
- package/node_modules/@smithy/util-stream/dist-types/ts3.4/checksum/createChecksumStream.browser.d.ts +0 -14
- package/node_modules/@smithy/util-stream/dist-types/ts3.4/checksum/createChecksumStream.d.ts +0 -13
- package/node_modules/@smithy/util-stream/dist-types/ts3.4/createBufferedReadable.d.ts +0 -15
- package/node_modules/@smithy/util-stream/dist-types/ts3.4/createBufferedReadableStream.d.ts +0 -54
- package/node_modules/@smithy/util-stream/dist-types/ts3.4/getAwsChunkedEncodingStream.browser.d.ts +0 -5
- package/node_modules/@smithy/util-stream/dist-types/ts3.4/getAwsChunkedEncodingStream.d.ts +0 -10
- package/node_modules/@smithy/util-stream/dist-types/ts3.4/headStream.browser.d.ts +0 -7
- package/node_modules/@smithy/util-stream/dist-types/ts3.4/headStream.d.ts +0 -9
- package/node_modules/@smithy/util-stream/dist-types/ts3.4/index.d.ts +0 -12
- package/node_modules/@smithy/util-stream/dist-types/ts3.4/sdk-stream-mixin.browser.d.ts +0 -7
- package/node_modules/@smithy/util-stream/dist-types/ts3.4/sdk-stream-mixin.d.ts +0 -8
- package/node_modules/@smithy/util-stream/dist-types/ts3.4/splitStream.browser.d.ts +0 -8
- package/node_modules/@smithy/util-stream/dist-types/ts3.4/splitStream.d.ts +0 -17
- package/node_modules/@smithy/util-stream/dist-types/ts3.4/stream-type-check.d.ts +0 -17
- package/node_modules/@smithy/util-waiter/dist-types/ts3.4/circularReplacer.d.ts +0 -6
- package/node_modules/@smithy/util-waiter/dist-types/ts3.4/createWaiter.d.ts +0 -11
- package/node_modules/@smithy/util-waiter/dist-types/ts3.4/index.d.ts +0 -2
- package/node_modules/@smithy/util-waiter/dist-types/ts3.4/poller.d.ts +0 -10
- package/node_modules/@smithy/util-waiter/dist-types/ts3.4/utils/index.d.ts +0 -8
- package/node_modules/@smithy/util-waiter/dist-types/ts3.4/utils/sleep.d.ts +0 -4
- package/node_modules/@smithy/util-waiter/dist-types/ts3.4/utils/validate.d.ts +0 -8
- package/node_modules/@smithy/util-waiter/dist-types/ts3.4/waiter.d.ts +0 -49
- package/node_modules/brace-expansion/index.js +0 -203
- package/node_modules/brace-expansion/package.json +0 -49
- package/node_modules/editorconfig/node_modules/minimatch/dist/cjs/assert-valid-pattern.js.map +0 -1
- package/node_modules/editorconfig/node_modules/minimatch/dist/cjs/ast.d.ts +0 -24
- package/node_modules/editorconfig/node_modules/minimatch/dist/cjs/ast.d.ts.map +0 -1
- package/node_modules/editorconfig/node_modules/minimatch/dist/cjs/ast.js +0 -566
- package/node_modules/editorconfig/node_modules/minimatch/dist/cjs/ast.js.map +0 -1
- package/node_modules/editorconfig/node_modules/minimatch/dist/cjs/brace-expressions.d.ts.map +0 -1
- package/node_modules/editorconfig/node_modules/minimatch/dist/cjs/brace-expressions.js.map +0 -1
- package/node_modules/editorconfig/node_modules/minimatch/dist/cjs/escape.d.ts +0 -12
- package/node_modules/editorconfig/node_modules/minimatch/dist/cjs/escape.d.ts.map +0 -1
- package/node_modules/editorconfig/node_modules/minimatch/dist/cjs/index.d.ts +0 -94
- package/node_modules/editorconfig/node_modules/minimatch/dist/cjs/index.d.ts.map +0 -1
- package/node_modules/editorconfig/node_modules/minimatch/dist/cjs/index.js +0 -1011
- package/node_modules/editorconfig/node_modules/minimatch/dist/cjs/index.js.map +0 -1
- package/node_modules/editorconfig/node_modules/minimatch/dist/cjs/unescape.d.ts +0 -17
- package/node_modules/editorconfig/node_modules/minimatch/dist/cjs/unescape.d.ts.map +0 -1
- package/node_modules/editorconfig/node_modules/minimatch/dist/mjs/assert-valid-pattern.js.map +0 -1
- package/node_modules/editorconfig/node_modules/minimatch/dist/mjs/ast.d.ts +0 -24
- package/node_modules/editorconfig/node_modules/minimatch/dist/mjs/ast.d.ts.map +0 -1
- package/node_modules/editorconfig/node_modules/minimatch/dist/mjs/ast.js +0 -562
- package/node_modules/editorconfig/node_modules/minimatch/dist/mjs/ast.js.map +0 -1
- package/node_modules/editorconfig/node_modules/minimatch/dist/mjs/brace-expressions.d.ts.map +0 -1
- package/node_modules/editorconfig/node_modules/minimatch/dist/mjs/brace-expressions.js.map +0 -1
- package/node_modules/editorconfig/node_modules/minimatch/dist/mjs/escape.d.ts +0 -12
- package/node_modules/editorconfig/node_modules/minimatch/dist/mjs/escape.d.ts.map +0 -1
- package/node_modules/editorconfig/node_modules/minimatch/dist/mjs/index.d.ts +0 -94
- package/node_modules/editorconfig/node_modules/minimatch/dist/mjs/index.d.ts.map +0 -1
- package/node_modules/editorconfig/node_modules/minimatch/dist/mjs/index.js +0 -995
- package/node_modules/editorconfig/node_modules/minimatch/dist/mjs/index.js.map +0 -1
- package/node_modules/editorconfig/node_modules/minimatch/dist/mjs/unescape.d.ts +0 -17
- package/node_modules/editorconfig/node_modules/minimatch/dist/mjs/unescape.d.ts.map +0 -1
- package/node_modules/minipass/LICENSE +0 -15
- package/node_modules/proxy-from-env/.eslintrc +0 -29
- package/node_modules/proxy-from-env/.travis.yml +0 -10
- package/node_modules/proxy-from-env/test.js +0 -483
- package/node_modules/strnum/.github/SECURITY.md +0 -5
- package/node_modules/strnum/.vscode/launch.json +0 -25
- package/node_modules/strnum/algo.stflow +0 -84
- package/node_modules/strnum/strnum.test.js +0 -173
- package/node_modules/strnum/test.js +0 -9
- /package/node_modules/@aws-sdk/{client-sso/dist-cjs → nested-clients/dist-cjs/submodules/cognito-identity}/endpoint/endpointResolver.js +0 -0
- /package/node_modules/@aws-sdk/{client-sso/dist-cjs → nested-clients/dist-cjs/submodules/cognito-identity}/runtimeConfig.native.js +0 -0
- /package/node_modules/@aws-sdk/{client-sso/dist-cjs → nested-clients/dist-cjs/submodules/sso}/models/SSOServiceException.js +0 -0
- /package/node_modules/@aws-sdk/{client-sso/dist-cjs → nested-clients/dist-cjs/submodules/sso}/models/errors.js +0 -0
- /package/node_modules/@aws-sdk/{client-sso/dist-es → nested-clients/dist-es/submodules/cognito-identity}/auth/httpAuthExtensionConfiguration.js +0 -0
- /package/node_modules/@aws-sdk/{client-sso/dist-es → nested-clients/dist-es/submodules/cognito-identity}/endpoint/endpointResolver.js +0 -0
- /package/node_modules/@aws-sdk/{client-sso/dist-es → nested-clients/dist-es/submodules/cognito-identity}/extensionConfiguration.js +0 -0
- /package/node_modules/@aws-sdk/{client-sso/dist-es → nested-clients/dist-es/submodules/cognito-identity}/models/models_0.js +0 -0
- /package/node_modules/@aws-sdk/{client-sso/dist-es → nested-clients/dist-es/submodules/cognito-identity}/runtimeConfig.native.js +0 -0
- /package/node_modules/@aws-sdk/{client-sso/dist-es → nested-clients/dist-es/submodules/cognito-identity}/runtimeExtensions.js +0 -0
- /package/node_modules/@aws-sdk/{client-sso/dist-es → nested-clients/dist-es/submodules/sso}/SSOClient.js +0 -0
- /package/node_modules/@aws-sdk/{client-sso/dist-es → nested-clients/dist-es/submodules/sso}/commands/GetRoleCredentialsCommand.js +0 -0
- /package/node_modules/@aws-sdk/{client-sso/dist-es → nested-clients/dist-es/submodules/sso}/endpoint/EndpointParameters.js +0 -0
- /package/node_modules/@aws-sdk/{client-sso/dist-es/pagination/Interfaces.js → nested-clients/dist-es/submodules/sso/extensionConfiguration.js} +0 -0
- /package/node_modules/@aws-sdk/{client-sso/dist-es → nested-clients/dist-es/submodules/sso}/models/SSOServiceException.js +0 -0
- /package/node_modules/@aws-sdk/{client-sso/dist-es → nested-clients/dist-es/submodules/sso}/models/errors.js +0 -0
- /package/node_modules/@aws-sdk/{client-sso/node_modules/@aws-sdk/util-endpoints/dist-es/types/EndpointRuleObject.js → nested-clients/dist-es/submodules/sso/models/models_0.js} +0 -0
- /package/node_modules/@aws-sdk/{client-sso/dist-types → nested-clients/dist-types/submodules/cognito-identity}/endpoint/EndpointParameters.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sso/dist-types → nested-clients/dist-types/submodules/cognito-identity}/endpoint/endpointResolver.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sso/dist-types → nested-clients/dist-types/submodules/sso}/extensionConfiguration.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sso/dist-types → nested-clients/dist-types/submodules/sso}/models/SSOServiceException.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sso/dist-types → nested-clients/dist-types/submodules/sso}/models/errors.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sso/dist-types → nested-clients/dist-types/submodules/sso}/runtimeExtensions.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sso/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/cognito-identity}/endpoint/EndpointParameters.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sso/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/cognito-identity}/endpoint/endpointResolver.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sso/dist-types → nested-clients/dist-types/ts3.4/submodules/cognito-identity}/endpoint/ruleset.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sso/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso}/endpoint/ruleset.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sso/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso}/extensionConfiguration.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sso/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso}/models/SSOServiceException.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sso/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso}/models/errors.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sso/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso}/runtimeExtensions.d.ts +0 -0
- /package/node_modules/@smithy/middleware-retry/dist-es/{AdaptiveRetryStrategy.js → retry-pre-sra-deprecated/AdaptiveRetryStrategy.js} +0 -0
- /package/node_modules/@smithy/middleware-retry/dist-es/{defaultRetryQuota.js → retry-pre-sra-deprecated/defaultRetryQuota.js} +0 -0
- /package/node_modules/@smithy/middleware-retry/dist-es/{delayDecider.js → retry-pre-sra-deprecated/delayDecider.js} +0 -0
- /package/node_modules/@smithy/middleware-retry/dist-es/{retryDecider.js → retry-pre-sra-deprecated/retryDecider.js} +0 -0
- /package/node_modules/@smithy/middleware-retry/dist-es/{types.js → retry-pre-sra-deprecated/types.js} +0 -0
- /package/node_modules/@smithy/middleware-retry/dist-types/{StandardRetryStrategy.d.ts → retry-pre-sra-deprecated/StandardRetryStrategy.d.ts} +0 -0
- /package/node_modules/@smithy/middleware-retry/dist-types/{retryDecider.d.ts → retry-pre-sra-deprecated/retryDecider.d.ts} +0 -0
- /package/node_modules/@smithy/middleware-retry/dist-types/{types.d.ts → retry-pre-sra-deprecated/types.d.ts} +0 -0
- /package/node_modules/{brace-expansion → editorconfig/node_modules/brace-expansion}/.github/FUNDING.yml +0 -0
- /package/node_modules/{brace-expansion → editorconfig/node_modules/brace-expansion}/LICENSE +0 -0
- /package/node_modules/{brace-expansion → editorconfig/node_modules/brace-expansion}/README.md +0 -0
- /package/node_modules/editorconfig/node_modules/minimatch/dist/{cjs → commonjs}/assert-valid-pattern.d.ts +0 -0
- /package/node_modules/editorconfig/node_modules/minimatch/dist/{cjs → commonjs}/assert-valid-pattern.d.ts.map +0 -0
- /package/node_modules/editorconfig/node_modules/minimatch/dist/{cjs → commonjs}/assert-valid-pattern.js +0 -0
- /package/node_modules/editorconfig/node_modules/minimatch/dist/{cjs → commonjs}/brace-expressions.d.ts +0 -0
- /package/node_modules/editorconfig/node_modules/minimatch/dist/{cjs → commonjs}/brace-expressions.js +0 -0
- /package/node_modules/editorconfig/node_modules/minimatch/dist/{cjs → commonjs}/escape.js +0 -0
- /package/node_modules/editorconfig/node_modules/minimatch/dist/{cjs → commonjs}/escape.js.map +0 -0
- /package/node_modules/editorconfig/node_modules/minimatch/dist/{cjs → commonjs}/package.json +0 -0
- /package/node_modules/editorconfig/node_modules/minimatch/dist/{cjs → commonjs}/unescape.js +0 -0
- /package/node_modules/editorconfig/node_modules/minimatch/dist/{cjs → commonjs}/unescape.js.map +0 -0
- /package/node_modules/editorconfig/node_modules/minimatch/dist/{mjs → esm}/assert-valid-pattern.d.ts +0 -0
- /package/node_modules/editorconfig/node_modules/minimatch/dist/{mjs → esm}/assert-valid-pattern.d.ts.map +0 -0
- /package/node_modules/editorconfig/node_modules/minimatch/dist/{mjs → esm}/assert-valid-pattern.js +0 -0
- /package/node_modules/editorconfig/node_modules/minimatch/dist/{mjs → esm}/brace-expressions.d.ts +0 -0
- /package/node_modules/editorconfig/node_modules/minimatch/dist/{mjs → esm}/brace-expressions.js +0 -0
- /package/node_modules/editorconfig/node_modules/minimatch/dist/{mjs → esm}/escape.js +0 -0
- /package/node_modules/editorconfig/node_modules/minimatch/dist/{mjs → esm}/escape.js.map +0 -0
- /package/node_modules/editorconfig/node_modules/minimatch/dist/{mjs → esm}/package.json +0 -0
- /package/node_modules/editorconfig/node_modules/minimatch/dist/{mjs → esm}/unescape.js +0 -0
- /package/node_modules/editorconfig/node_modules/minimatch/dist/{mjs → esm}/unescape.js.map +0 -0
- /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/xmlbuilder → fast-xml-builder/src}/prettifyJs2Xml.js +0 -0
|
@@ -94,7 +94,7 @@ var require_package = __commonJS({
|
|
|
94
94
|
"node_modules/@slack/web-api/package.json"(exports2, module2) {
|
|
95
95
|
module2.exports = {
|
|
96
96
|
name: "@slack/web-api",
|
|
97
|
-
version: "7.
|
|
97
|
+
version: "7.15.1",
|
|
98
98
|
description: "Official library for using the Slack Platform's Web API",
|
|
99
99
|
author: "Slack Technologies, LLC",
|
|
100
100
|
license: "MIT",
|
|
@@ -131,23 +131,23 @@ var require_package = __commonJS({
|
|
|
131
131
|
},
|
|
132
132
|
scripts: {
|
|
133
133
|
build: "npm run build:clean && tsc",
|
|
134
|
-
"build:clean": "shx rm -rf ./dist
|
|
134
|
+
"build:clean": "shx rm -rf ./dist",
|
|
135
135
|
docs: "npx typedoc --plugin typedoc-plugin-markdown",
|
|
136
|
-
mocha: 'mocha --config ./test/.mocharc.json "./src/**/*.spec.ts"',
|
|
137
136
|
prepack: "npm run build",
|
|
138
|
-
test: "npm run test:
|
|
137
|
+
test: "npm run test:unit",
|
|
138
|
+
"test:node18": "npm run build && bash -c 'node --test --test-reporter=spec --import tsx src/*.test.ts'",
|
|
139
139
|
"test:integration": "npm run build && node test/integration/commonjs-project/index.js && node test/integration/esm-project/index.mjs && npm run test:integration:ts",
|
|
140
140
|
"test:integration:ts": "cd test/integration/ts-4.7-project && npm i && npm run build",
|
|
141
141
|
"test:types": "tsd",
|
|
142
|
-
"test:unit": "npm run build &&
|
|
142
|
+
"test:unit": "npm run build && node --experimental-test-coverage --test-reporter=spec --test-reporter-destination=stdout --test-reporter=lcov --test-reporter-destination=lcov.info --test-reporter=junit --test-reporter-destination=test-results.xml --import tsx --test src/*.test.ts",
|
|
143
143
|
watch: "npx nodemon --watch 'src' --ext 'ts' --exec npm run build"
|
|
144
144
|
},
|
|
145
145
|
dependencies: {
|
|
146
|
-
"@slack/logger": "^4.0.
|
|
147
|
-
"@slack/types": "^2.20.
|
|
148
|
-
"@types/node": ">=18
|
|
146
|
+
"@slack/logger": "^4.0.1",
|
|
147
|
+
"@slack/types": "^2.20.1",
|
|
148
|
+
"@types/node": ">=18",
|
|
149
149
|
"@types/retry": "0.12.0",
|
|
150
|
-
axios: "^1.
|
|
150
|
+
axios: "^1.15.0",
|
|
151
151
|
eventemitter3: "^5.0.1",
|
|
152
152
|
"form-data": "^4.0.4",
|
|
153
153
|
"is-electron": "2.2.2",
|
|
@@ -157,26 +157,12 @@ var require_package = __commonJS({
|
|
|
157
157
|
retry: "^0.13.1"
|
|
158
158
|
},
|
|
159
159
|
devDependencies: {
|
|
160
|
-
"@tsconfig/recommended": "^1",
|
|
161
160
|
"@types/busboy": "^1.5.4",
|
|
162
|
-
"@types/chai": "^4",
|
|
163
|
-
"@types/mocha": "^10",
|
|
164
161
|
"@types/sinon": "^21",
|
|
165
162
|
busboy: "^1",
|
|
166
|
-
c8: "^10.1.2",
|
|
167
|
-
chai: "^4",
|
|
168
|
-
mocha: "^11",
|
|
169
|
-
"mocha-junit-reporter": "^2.2.1",
|
|
170
|
-
"mocha-multi-reporters": "^1.5.1",
|
|
171
163
|
nock: "^14",
|
|
172
|
-
shx: "^0.4.0",
|
|
173
164
|
sinon: "^21",
|
|
174
|
-
|
|
175
|
-
"ts-node": "^10",
|
|
176
|
-
tsd: "^0.33.0",
|
|
177
|
-
typedoc: "^0.28.7",
|
|
178
|
-
"typedoc-plugin-markdown": "^4.7.1",
|
|
179
|
-
typescript: "5.9.3"
|
|
165
|
+
tsd: "^0.33.0"
|
|
180
166
|
},
|
|
181
167
|
tsd: {
|
|
182
168
|
directory: "test/types"
|
|
@@ -235,7 +221,15 @@ var require_instrument = __commonJS({
|
|
|
235
221
|
function replaceSlashes(s) {
|
|
236
222
|
return s.replace("/", ":");
|
|
237
223
|
}
|
|
238
|
-
var
|
|
224
|
+
var MAX_LATIN1_CODE = 255;
|
|
225
|
+
function toLatin1Safe(s) {
|
|
226
|
+
let result = "";
|
|
227
|
+
for (const char of s) {
|
|
228
|
+
result += char.charCodeAt(0) <= MAX_LATIN1_CODE ? char : encodeURIComponent(char);
|
|
229
|
+
}
|
|
230
|
+
return result;
|
|
231
|
+
}
|
|
232
|
+
var baseUserAgent = `${replaceSlashes(packageJson.name)}/${packageJson.version} ${toLatin1Safe((0, node_path_1.basename)(process.title))}/${process.version.replace("v", "")} ${os.platform()}/${os.release()}`;
|
|
239
233
|
var appMetadata = {};
|
|
240
234
|
function addAppMetadata({ name, version }) {
|
|
241
235
|
appMetadata[replaceSlashes(name)] = version;
|
|
@@ -259,7 +253,7 @@ var require_dist = __commonJS({
|
|
|
259
253
|
LogLevel2["WARN"] = "warn";
|
|
260
254
|
LogLevel2["INFO"] = "info";
|
|
261
255
|
LogLevel2["DEBUG"] = "debug";
|
|
262
|
-
})(LogLevel
|
|
256
|
+
})(LogLevel || (exports2.LogLevel = LogLevel = {}));
|
|
263
257
|
var ConsoleLogger = class _ConsoleLogger {
|
|
264
258
|
constructor() {
|
|
265
259
|
this.level = LogLevel.INFO;
|
|
@@ -283,7 +277,7 @@ var require_dist = __commonJS({
|
|
|
283
277
|
/**
|
|
284
278
|
* Log a debug message
|
|
285
279
|
*/
|
|
286
|
-
//
|
|
280
|
+
// biome-ignore lint/suspicious/noExplicitAny: can log anything
|
|
287
281
|
debug(...msg) {
|
|
288
282
|
if (_ConsoleLogger.isMoreOrEqualSevere(LogLevel.DEBUG, this.level)) {
|
|
289
283
|
console.debug(_ConsoleLogger.labels.get(LogLevel.DEBUG), this.name, ...msg);
|
|
@@ -292,7 +286,7 @@ var require_dist = __commonJS({
|
|
|
292
286
|
/**
|
|
293
287
|
* Log an info message
|
|
294
288
|
*/
|
|
295
|
-
//
|
|
289
|
+
// biome-ignore lint/suspicious/noExplicitAny: can log anything
|
|
296
290
|
info(...msg) {
|
|
297
291
|
if (_ConsoleLogger.isMoreOrEqualSevere(LogLevel.INFO, this.level)) {
|
|
298
292
|
console.info(_ConsoleLogger.labels.get(LogLevel.INFO), this.name, ...msg);
|
|
@@ -301,7 +295,7 @@ var require_dist = __commonJS({
|
|
|
301
295
|
/**
|
|
302
296
|
* Log a warning message
|
|
303
297
|
*/
|
|
304
|
-
//
|
|
298
|
+
// biome-ignore lint/suspicious/noExplicitAny: can log anything
|
|
305
299
|
warn(...msg) {
|
|
306
300
|
if (_ConsoleLogger.isMoreOrEqualSevere(LogLevel.WARN, this.level)) {
|
|
307
301
|
console.warn(_ConsoleLogger.labels.get(LogLevel.WARN), this.name, ...msg);
|
|
@@ -310,7 +304,7 @@ var require_dist = __commonJS({
|
|
|
310
304
|
/**
|
|
311
305
|
* Log an error message
|
|
312
306
|
*/
|
|
313
|
-
//
|
|
307
|
+
// biome-ignore lint/suspicious/noExplicitAny: can log anything
|
|
314
308
|
error(...msg) {
|
|
315
309
|
if (_ConsoleLogger.isMoreOrEqualSevere(LogLevel.ERROR, this.level)) {
|
|
316
310
|
console.error(_ConsoleLogger.labels.get(LogLevel.ERROR), this.name, ...msg);
|
|
@@ -417,33 +411,6 @@ var require_response = __commonJS({
|
|
|
417
411
|
var require_chat_stream = __commonJS({
|
|
418
412
|
"node_modules/@slack/web-api/dist/chat-stream.js"(exports2) {
|
|
419
413
|
"use strict";
|
|
420
|
-
var __awaiter = exports2 && exports2.__awaiter || function(thisArg, _arguments, P, generator) {
|
|
421
|
-
function adopt(value) {
|
|
422
|
-
return value instanceof P ? value : new P(function(resolve) {
|
|
423
|
-
resolve(value);
|
|
424
|
-
});
|
|
425
|
-
}
|
|
426
|
-
return new (P || (P = Promise))(function(resolve, reject) {
|
|
427
|
-
function fulfilled(value) {
|
|
428
|
-
try {
|
|
429
|
-
step(generator.next(value));
|
|
430
|
-
} catch (e) {
|
|
431
|
-
reject(e);
|
|
432
|
-
}
|
|
433
|
-
}
|
|
434
|
-
function rejected(value) {
|
|
435
|
-
try {
|
|
436
|
-
step(generator["throw"](value));
|
|
437
|
-
} catch (e) {
|
|
438
|
-
reject(e);
|
|
439
|
-
}
|
|
440
|
-
}
|
|
441
|
-
function step(result) {
|
|
442
|
-
result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected);
|
|
443
|
-
}
|
|
444
|
-
step((generator = generator.apply(thisArg, _arguments || [])).next());
|
|
445
|
-
});
|
|
446
|
-
};
|
|
447
414
|
var __rest = exports2 && exports2.__rest || function(s, e) {
|
|
448
415
|
var t = {};
|
|
449
416
|
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
|
@@ -511,32 +478,30 @@ var require_chat_stream = __commonJS({
|
|
|
511
478
|
* await streamer.stop();
|
|
512
479
|
* @see {@link https://docs.slack.dev/reference/methods/chat.appendStream}
|
|
513
480
|
*/
|
|
514
|
-
append(args) {
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
return null;
|
|
539
|
-
});
|
|
481
|
+
async append(args) {
|
|
482
|
+
if (this.state === "completed") {
|
|
483
|
+
throw new Error(`failed to append stream: stream state is ${this.state}`);
|
|
484
|
+
}
|
|
485
|
+
const { markdown_text, chunks } = args, opts = __rest(args, ["markdown_text", "chunks"]);
|
|
486
|
+
if (opts.token) {
|
|
487
|
+
this.token = opts.token;
|
|
488
|
+
}
|
|
489
|
+
if (markdown_text) {
|
|
490
|
+
this.buffer += markdown_text;
|
|
491
|
+
}
|
|
492
|
+
if (this.buffer.length >= this.options.buffer_size || chunks) {
|
|
493
|
+
return await this.flushBuffer(Object.assign({ chunks }, opts));
|
|
494
|
+
}
|
|
495
|
+
const details = {
|
|
496
|
+
bufferLength: this.buffer.length,
|
|
497
|
+
bufferSize: this.options.buffer_size,
|
|
498
|
+
channel: this.streamArgs.channel,
|
|
499
|
+
recipientTeamId: this.streamArgs.recipient_team_id,
|
|
500
|
+
recipientUserId: this.streamArgs.recipient_user_id,
|
|
501
|
+
threadTs: this.streamArgs.thread_ts
|
|
502
|
+
};
|
|
503
|
+
this.logger.debug(`ChatStreamer appended to buffer: ${JSON.stringify(details)}`);
|
|
504
|
+
return null;
|
|
540
505
|
}
|
|
541
506
|
/**
|
|
542
507
|
* Stop the stream and finalize the message.
|
|
@@ -556,65 +521,61 @@ var require_chat_stream = __commonJS({
|
|
|
556
521
|
* await streamer.stop();
|
|
557
522
|
* @see {@link https://docs.slack.dev/reference/methods/chat.stopStream}
|
|
558
523
|
*/
|
|
559
|
-
stop(args) {
|
|
560
|
-
|
|
561
|
-
|
|
562
|
-
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
|
|
569
|
-
|
|
570
|
-
|
|
571
|
-
|
|
572
|
-
|
|
573
|
-
|
|
574
|
-
|
|
575
|
-
|
|
576
|
-
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
return response;
|
|
592
|
-
});
|
|
524
|
+
async stop(args) {
|
|
525
|
+
if (this.state === "completed") {
|
|
526
|
+
throw new Error(`failed to stop stream: stream state is ${this.state}`);
|
|
527
|
+
}
|
|
528
|
+
const _a = args !== null && args !== void 0 ? args : {}, { markdown_text, chunks } = _a, opts = __rest(_a, ["markdown_text", "chunks"]);
|
|
529
|
+
if (opts.token) {
|
|
530
|
+
this.token = opts.token;
|
|
531
|
+
}
|
|
532
|
+
if (markdown_text) {
|
|
533
|
+
this.buffer += markdown_text;
|
|
534
|
+
}
|
|
535
|
+
if (!this.streamTs) {
|
|
536
|
+
const response2 = await this.client.chat.startStream(Object.assign(Object.assign({}, this.streamArgs), { token: this.token }));
|
|
537
|
+
if (!response2.ts) {
|
|
538
|
+
throw new Error("failed to stop stream: stream not started");
|
|
539
|
+
}
|
|
540
|
+
this.streamTs = response2.ts;
|
|
541
|
+
this.state = "in_progress";
|
|
542
|
+
}
|
|
543
|
+
const chunksToFlush = [];
|
|
544
|
+
if (this.buffer.length > 0) {
|
|
545
|
+
chunksToFlush.push({
|
|
546
|
+
type: "markdown_text",
|
|
547
|
+
text: this.buffer
|
|
548
|
+
});
|
|
549
|
+
}
|
|
550
|
+
if (chunks) {
|
|
551
|
+
chunksToFlush.push(...chunks);
|
|
552
|
+
}
|
|
553
|
+
const response = await this.client.chat.stopStream(Object.assign({ token: this.token, channel: this.streamArgs.channel, ts: this.streamTs, chunks: chunksToFlush }, opts));
|
|
554
|
+
this.state = "completed";
|
|
555
|
+
return response;
|
|
593
556
|
}
|
|
594
|
-
flushBuffer(args) {
|
|
595
|
-
|
|
596
|
-
|
|
597
|
-
|
|
598
|
-
|
|
599
|
-
|
|
600
|
-
|
|
601
|
-
|
|
602
|
-
|
|
603
|
-
|
|
604
|
-
|
|
605
|
-
|
|
606
|
-
|
|
607
|
-
|
|
608
|
-
const response2 = yield this.client.chat.startStream(Object.assign(Object.assign(Object.assign({}, this.streamArgs), { token: this.token, chunks: chunksToFlush }), opts));
|
|
609
|
-
this.buffer = "";
|
|
610
|
-
this.streamTs = response2.ts;
|
|
611
|
-
this.state = "in_progress";
|
|
612
|
-
return response2;
|
|
613
|
-
}
|
|
614
|
-
const response = yield this.client.chat.appendStream(Object.assign({ token: this.token, channel: this.streamArgs.channel, ts: this.streamTs, chunks: chunksToFlush }, opts));
|
|
557
|
+
async flushBuffer(args) {
|
|
558
|
+
const _a = args !== null && args !== void 0 ? args : {}, { chunks } = _a, opts = __rest(_a, ["chunks"]);
|
|
559
|
+
const chunksToFlush = [];
|
|
560
|
+
if (this.buffer.length > 0) {
|
|
561
|
+
chunksToFlush.push({
|
|
562
|
+
type: "markdown_text",
|
|
563
|
+
text: this.buffer
|
|
564
|
+
});
|
|
565
|
+
}
|
|
566
|
+
if (chunks) {
|
|
567
|
+
chunksToFlush.push(...chunks);
|
|
568
|
+
}
|
|
569
|
+
if (!this.streamTs) {
|
|
570
|
+
const response2 = await this.client.chat.startStream(Object.assign(Object.assign(Object.assign({}, this.streamArgs), { token: this.token, chunks: chunksToFlush }), opts));
|
|
615
571
|
this.buffer = "";
|
|
616
|
-
|
|
617
|
-
|
|
572
|
+
this.streamTs = response2.ts;
|
|
573
|
+
this.state = "in_progress";
|
|
574
|
+
return response2;
|
|
575
|
+
}
|
|
576
|
+
const response = await this.client.chat.appendStream(Object.assign({ token: this.token, channel: this.streamArgs.channel, ts: this.streamTs, chunks: chunksToFlush }, opts));
|
|
577
|
+
this.buffer = "";
|
|
578
|
+
return response;
|
|
618
579
|
}
|
|
619
580
|
};
|
|
620
581
|
exports2.ChatStreamer = ChatStreamer;
|
|
@@ -10903,76 +10864,6 @@ var require_form_data = __commonJS({
|
|
|
10903
10864
|
}
|
|
10904
10865
|
});
|
|
10905
10866
|
|
|
10906
|
-
// node_modules/proxy-from-env/index.js
|
|
10907
|
-
var require_proxy_from_env = __commonJS({
|
|
10908
|
-
"node_modules/proxy-from-env/index.js"(exports2) {
|
|
10909
|
-
"use strict";
|
|
10910
|
-
var parseUrl = require("url").parse;
|
|
10911
|
-
var DEFAULT_PORTS = {
|
|
10912
|
-
ftp: 21,
|
|
10913
|
-
gopher: 70,
|
|
10914
|
-
http: 80,
|
|
10915
|
-
https: 443,
|
|
10916
|
-
ws: 80,
|
|
10917
|
-
wss: 443
|
|
10918
|
-
};
|
|
10919
|
-
var stringEndsWith = String.prototype.endsWith || function(s) {
|
|
10920
|
-
return s.length <= this.length && this.indexOf(s, this.length - s.length) !== -1;
|
|
10921
|
-
};
|
|
10922
|
-
function getProxyForUrl(url) {
|
|
10923
|
-
var parsedUrl = typeof url === "string" ? parseUrl(url) : url || {};
|
|
10924
|
-
var proto = parsedUrl.protocol;
|
|
10925
|
-
var hostname = parsedUrl.host;
|
|
10926
|
-
var port = parsedUrl.port;
|
|
10927
|
-
if (typeof hostname !== "string" || !hostname || typeof proto !== "string") {
|
|
10928
|
-
return "";
|
|
10929
|
-
}
|
|
10930
|
-
proto = proto.split(":", 1)[0];
|
|
10931
|
-
hostname = hostname.replace(/:\d*$/, "");
|
|
10932
|
-
port = parseInt(port) || DEFAULT_PORTS[proto] || 0;
|
|
10933
|
-
if (!shouldProxy(hostname, port)) {
|
|
10934
|
-
return "";
|
|
10935
|
-
}
|
|
10936
|
-
var proxy = getEnv("npm_config_" + proto + "_proxy") || getEnv(proto + "_proxy") || getEnv("npm_config_proxy") || getEnv("all_proxy");
|
|
10937
|
-
if (proxy && proxy.indexOf("://") === -1) {
|
|
10938
|
-
proxy = proto + "://" + proxy;
|
|
10939
|
-
}
|
|
10940
|
-
return proxy;
|
|
10941
|
-
}
|
|
10942
|
-
function shouldProxy(hostname, port) {
|
|
10943
|
-
var NO_PROXY = (getEnv("npm_config_no_proxy") || getEnv("no_proxy")).toLowerCase();
|
|
10944
|
-
if (!NO_PROXY) {
|
|
10945
|
-
return true;
|
|
10946
|
-
}
|
|
10947
|
-
if (NO_PROXY === "*") {
|
|
10948
|
-
return false;
|
|
10949
|
-
}
|
|
10950
|
-
return NO_PROXY.split(/[,\s]/).every(function(proxy) {
|
|
10951
|
-
if (!proxy) {
|
|
10952
|
-
return true;
|
|
10953
|
-
}
|
|
10954
|
-
var parsedProxy = proxy.match(/^(.+):(\d+)$/);
|
|
10955
|
-
var parsedProxyHostname = parsedProxy ? parsedProxy[1] : proxy;
|
|
10956
|
-
var parsedProxyPort = parsedProxy ? parseInt(parsedProxy[2]) : 0;
|
|
10957
|
-
if (parsedProxyPort && parsedProxyPort !== port) {
|
|
10958
|
-
return true;
|
|
10959
|
-
}
|
|
10960
|
-
if (!/^[.*]/.test(parsedProxyHostname)) {
|
|
10961
|
-
return hostname !== parsedProxyHostname;
|
|
10962
|
-
}
|
|
10963
|
-
if (parsedProxyHostname.charAt(0) === "*") {
|
|
10964
|
-
parsedProxyHostname = parsedProxyHostname.slice(1);
|
|
10965
|
-
}
|
|
10966
|
-
return !stringEndsWith.call(hostname, parsedProxyHostname);
|
|
10967
|
-
});
|
|
10968
|
-
}
|
|
10969
|
-
function getEnv(key) {
|
|
10970
|
-
return process.env[key.toLowerCase()] || process.env[key.toUpperCase()] || "";
|
|
10971
|
-
}
|
|
10972
|
-
exports2.getProxyForUrl = getProxyForUrl;
|
|
10973
|
-
}
|
|
10974
|
-
});
|
|
10975
|
-
|
|
10976
10867
|
// node_modules/ms/index.js
|
|
10977
10868
|
var require_ms = __commonJS({
|
|
10978
10869
|
"node_modules/ms/index.js"(exports2, module2) {
|
|
@@ -11787,6 +11678,11 @@ var require_follow_redirects = __commonJS({
|
|
|
11787
11678
|
} catch (error) {
|
|
11788
11679
|
useNativeURL = error.code === "ERR_INVALID_URL";
|
|
11789
11680
|
}
|
|
11681
|
+
var sensitiveHeaders = [
|
|
11682
|
+
"Authorization",
|
|
11683
|
+
"Proxy-Authorization",
|
|
11684
|
+
"Cookie"
|
|
11685
|
+
];
|
|
11790
11686
|
var preservedUrlFields = [
|
|
11791
11687
|
"auth",
|
|
11792
11688
|
"host",
|
|
@@ -11851,6 +11747,7 @@ var require_follow_redirects = __commonJS({
|
|
|
11851
11747
|
self2.emit("error", cause instanceof RedirectionError ? cause : new RedirectionError({ cause }));
|
|
11852
11748
|
}
|
|
11853
11749
|
};
|
|
11750
|
+
this._headerFilter = new RegExp("^(?:" + sensitiveHeaders.concat(options.sensitiveHeaders).map(escapeRegex).join("|") + ")$", "i");
|
|
11854
11751
|
this._performRequest();
|
|
11855
11752
|
}
|
|
11856
11753
|
RedirectableRequest.prototype = Object.create(Writable.prototype);
|
|
@@ -11988,6 +11885,9 @@ var require_follow_redirects = __commonJS({
|
|
|
11988
11885
|
if (!options.headers) {
|
|
11989
11886
|
options.headers = {};
|
|
11990
11887
|
}
|
|
11888
|
+
if (!isArray(options.sensitiveHeaders)) {
|
|
11889
|
+
options.sensitiveHeaders = [];
|
|
11890
|
+
}
|
|
11991
11891
|
if (options.host) {
|
|
11992
11892
|
if (!options.hostname) {
|
|
11993
11893
|
options.hostname = options.host;
|
|
@@ -12093,7 +11993,7 @@ var require_follow_redirects = __commonJS({
|
|
|
12093
11993
|
this._isRedirect = true;
|
|
12094
11994
|
spreadUrlObject(redirectUrl, this._options);
|
|
12095
11995
|
if (redirectUrl.protocol !== currentUrlParts.protocol && redirectUrl.protocol !== "https:" || redirectUrl.host !== currentHost && !isSubdomain(redirectUrl.host, currentHost)) {
|
|
12096
|
-
removeMatchingHeaders(
|
|
11996
|
+
removeMatchingHeaders(this._headerFilter, this._options.headers);
|
|
12097
11997
|
}
|
|
12098
11998
|
if (isFunction(beforeRedirect)) {
|
|
12099
11999
|
var responseDetails = {
|
|
@@ -12242,6 +12142,9 @@ var require_follow_redirects = __commonJS({
|
|
|
12242
12142
|
var dot = subdomain.length - domain.length - 1;
|
|
12243
12143
|
return dot > 0 && subdomain[dot] === "." && subdomain.endsWith(domain);
|
|
12244
12144
|
}
|
|
12145
|
+
function isArray(value) {
|
|
12146
|
+
return value instanceof Array;
|
|
12147
|
+
}
|
|
12245
12148
|
function isString(value) {
|
|
12246
12149
|
return typeof value === "string" || value instanceof String;
|
|
12247
12150
|
}
|
|
@@ -12254,6 +12157,9 @@ var require_follow_redirects = __commonJS({
|
|
|
12254
12157
|
function isURL(value) {
|
|
12255
12158
|
return URL2 && value instanceof URL2;
|
|
12256
12159
|
}
|
|
12160
|
+
function escapeRegex(regex) {
|
|
12161
|
+
return regex.replace(/[\]\\/()*+?.$]/g, "\\$&");
|
|
12162
|
+
}
|
|
12257
12163
|
module2.exports = wrap({ http, https });
|
|
12258
12164
|
module2.exports.wrap = wrap;
|
|
12259
12165
|
}
|
|
@@ -12266,7 +12172,6 @@ var require_axios = __commonJS({
|
|
|
12266
12172
|
var FormData$1 = require_form_data();
|
|
12267
12173
|
var crypto = require("crypto");
|
|
12268
12174
|
var url = require("url");
|
|
12269
|
-
var proxyFromEnv = require_proxy_from_env();
|
|
12270
12175
|
var http = require("http");
|
|
12271
12176
|
var https = require("https");
|
|
12272
12177
|
var http2 = require("http2");
|
|
@@ -12275,28 +12180,21 @@ var require_axios = __commonJS({
|
|
|
12275
12180
|
var zlib = require("zlib");
|
|
12276
12181
|
var stream = require("stream");
|
|
12277
12182
|
var events = require("events");
|
|
12278
|
-
function _interopDefaultLegacy(e) {
|
|
12279
|
-
return e && typeof e === "object" && "default" in e ? e : { "default": e };
|
|
12280
|
-
}
|
|
12281
|
-
var FormData__default = /* @__PURE__ */ _interopDefaultLegacy(FormData$1);
|
|
12282
|
-
var crypto__default = /* @__PURE__ */ _interopDefaultLegacy(crypto);
|
|
12283
|
-
var url__default = /* @__PURE__ */ _interopDefaultLegacy(url);
|
|
12284
|
-
var proxyFromEnv__default = /* @__PURE__ */ _interopDefaultLegacy(proxyFromEnv);
|
|
12285
|
-
var http__default = /* @__PURE__ */ _interopDefaultLegacy(http);
|
|
12286
|
-
var https__default = /* @__PURE__ */ _interopDefaultLegacy(https);
|
|
12287
|
-
var http2__default = /* @__PURE__ */ _interopDefaultLegacy(http2);
|
|
12288
|
-
var util__default = /* @__PURE__ */ _interopDefaultLegacy(util);
|
|
12289
|
-
var followRedirects__default = /* @__PURE__ */ _interopDefaultLegacy(followRedirects);
|
|
12290
|
-
var zlib__default = /* @__PURE__ */ _interopDefaultLegacy(zlib);
|
|
12291
|
-
var stream__default = /* @__PURE__ */ _interopDefaultLegacy(stream);
|
|
12292
12183
|
function bind(fn, thisArg) {
|
|
12293
12184
|
return function wrap() {
|
|
12294
12185
|
return fn.apply(thisArg, arguments);
|
|
12295
12186
|
};
|
|
12296
12187
|
}
|
|
12297
|
-
var {
|
|
12298
|
-
|
|
12299
|
-
|
|
12188
|
+
var {
|
|
12189
|
+
toString
|
|
12190
|
+
} = Object.prototype;
|
|
12191
|
+
var {
|
|
12192
|
+
getPrototypeOf
|
|
12193
|
+
} = Object;
|
|
12194
|
+
var {
|
|
12195
|
+
iterator,
|
|
12196
|
+
toStringTag
|
|
12197
|
+
} = Symbol;
|
|
12300
12198
|
var kindOf = /* @__PURE__ */ ((cache) => (thing) => {
|
|
12301
12199
|
const str = toString.call(thing);
|
|
12302
12200
|
return cache[str] || (cache[str] = str.slice(8, -1).toLowerCase());
|
|
@@ -12306,7 +12204,9 @@ var require_axios = __commonJS({
|
|
|
12306
12204
|
return (thing) => kindOf(thing) === type;
|
|
12307
12205
|
};
|
|
12308
12206
|
var typeOfTest = (type) => (thing) => typeof thing === type;
|
|
12309
|
-
var {
|
|
12207
|
+
var {
|
|
12208
|
+
isArray
|
|
12209
|
+
} = Array;
|
|
12310
12210
|
var isUndefined = typeOfTest("undefined");
|
|
12311
12211
|
function isBuffer(val) {
|
|
12312
12212
|
return val !== null && !isUndefined(val) && val.constructor !== null && !isUndefined(val.constructor) && isFunction$1(val.constructor.isBuffer) && val.constructor.isBuffer(val);
|
|
@@ -12345,23 +12245,35 @@ var require_axios = __commonJS({
|
|
|
12345
12245
|
};
|
|
12346
12246
|
var isDate = kindOfTest("Date");
|
|
12347
12247
|
var isFile = kindOfTest("File");
|
|
12248
|
+
var isReactNativeBlob = (value) => {
|
|
12249
|
+
return !!(value && typeof value.uri !== "undefined");
|
|
12250
|
+
};
|
|
12251
|
+
var isReactNative = (formData) => formData && typeof formData.getParts !== "undefined";
|
|
12348
12252
|
var isBlob = kindOfTest("Blob");
|
|
12349
12253
|
var isFileList = kindOfTest("FileList");
|
|
12350
12254
|
var isStream = (val) => isObject(val) && isFunction$1(val.pipe);
|
|
12255
|
+
function getGlobal() {
|
|
12256
|
+
if (typeof globalThis !== "undefined") return globalThis;
|
|
12257
|
+
if (typeof self !== "undefined") return self;
|
|
12258
|
+
if (typeof window !== "undefined") return window;
|
|
12259
|
+
if (typeof global !== "undefined") return global;
|
|
12260
|
+
return {};
|
|
12261
|
+
}
|
|
12262
|
+
var G = getGlobal();
|
|
12263
|
+
var FormDataCtor = typeof G.FormData !== "undefined" ? G.FormData : void 0;
|
|
12351
12264
|
var isFormData = (thing) => {
|
|
12352
12265
|
let kind;
|
|
12353
|
-
return thing && (
|
|
12266
|
+
return thing && (FormDataCtor && thing instanceof FormDataCtor || isFunction$1(thing.append) && ((kind = kindOf(thing)) === "formdata" || // detect form-data instance
|
|
12354
12267
|
kind === "object" && isFunction$1(thing.toString) && thing.toString() === "[object FormData]"));
|
|
12355
12268
|
};
|
|
12356
12269
|
var isURLSearchParams = kindOfTest("URLSearchParams");
|
|
12357
|
-
var [isReadableStream, isRequest, isResponse, isHeaders] = [
|
|
12358
|
-
|
|
12359
|
-
"
|
|
12360
|
-
|
|
12361
|
-
|
|
12362
|
-
|
|
12363
|
-
|
|
12364
|
-
function forEach(obj, fn, { allOwnKeys = false } = {}) {
|
|
12270
|
+
var [isReadableStream, isRequest, isResponse, isHeaders] = ["ReadableStream", "Request", "Response", "Headers"].map(kindOfTest);
|
|
12271
|
+
var trim = (str) => {
|
|
12272
|
+
return str.trim ? str.trim() : str.replace(/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g, "");
|
|
12273
|
+
};
|
|
12274
|
+
function forEach(obj, fn, {
|
|
12275
|
+
allOwnKeys = false
|
|
12276
|
+
} = {}) {
|
|
12365
12277
|
if (obj === null || typeof obj === "undefined") {
|
|
12366
12278
|
return;
|
|
12367
12279
|
}
|
|
@@ -12409,7 +12321,10 @@ var require_axios = __commonJS({
|
|
|
12409
12321
|
})();
|
|
12410
12322
|
var isContextDefined = (context) => !isUndefined(context) && context !== _global;
|
|
12411
12323
|
function merge() {
|
|
12412
|
-
const {
|
|
12324
|
+
const {
|
|
12325
|
+
caseless,
|
|
12326
|
+
skipUndefined
|
|
12327
|
+
} = isContextDefined(this) && this || {};
|
|
12413
12328
|
const result = {};
|
|
12414
12329
|
const assignValue = (val, key) => {
|
|
12415
12330
|
if (key === "__proto__" || key === "constructor" || key === "prototype") {
|
|
@@ -12431,28 +12346,28 @@ var require_axios = __commonJS({
|
|
|
12431
12346
|
}
|
|
12432
12347
|
return result;
|
|
12433
12348
|
}
|
|
12434
|
-
var extend = (a, b, thisArg, {
|
|
12435
|
-
|
|
12436
|
-
|
|
12437
|
-
|
|
12438
|
-
|
|
12439
|
-
|
|
12440
|
-
|
|
12441
|
-
|
|
12442
|
-
|
|
12443
|
-
|
|
12444
|
-
|
|
12445
|
-
|
|
12446
|
-
|
|
12447
|
-
|
|
12448
|
-
|
|
12449
|
-
|
|
12450
|
-
|
|
12451
|
-
|
|
12452
|
-
|
|
12453
|
-
|
|
12454
|
-
|
|
12455
|
-
);
|
|
12349
|
+
var extend = (a, b, thisArg, {
|
|
12350
|
+
allOwnKeys
|
|
12351
|
+
} = {}) => {
|
|
12352
|
+
forEach(b, (val, key) => {
|
|
12353
|
+
if (thisArg && isFunction$1(val)) {
|
|
12354
|
+
Object.defineProperty(a, key, {
|
|
12355
|
+
value: bind(val, thisArg),
|
|
12356
|
+
writable: true,
|
|
12357
|
+
enumerable: true,
|
|
12358
|
+
configurable: true
|
|
12359
|
+
});
|
|
12360
|
+
} else {
|
|
12361
|
+
Object.defineProperty(a, key, {
|
|
12362
|
+
value: val,
|
|
12363
|
+
writable: true,
|
|
12364
|
+
enumerable: true,
|
|
12365
|
+
configurable: true
|
|
12366
|
+
});
|
|
12367
|
+
}
|
|
12368
|
+
}, {
|
|
12369
|
+
allOwnKeys
|
|
12370
|
+
});
|
|
12456
12371
|
return a;
|
|
12457
12372
|
};
|
|
12458
12373
|
var stripBOM = (content) => {
|
|
@@ -12462,10 +12377,7 @@ var require_axios = __commonJS({
|
|
|
12462
12377
|
return content;
|
|
12463
12378
|
};
|
|
12464
12379
|
var inherits = (constructor, superConstructor, props, descriptors) => {
|
|
12465
|
-
constructor.prototype = Object.create(
|
|
12466
|
-
superConstructor.prototype,
|
|
12467
|
-
descriptors
|
|
12468
|
-
);
|
|
12380
|
+
constructor.prototype = Object.create(superConstructor.prototype, descriptors);
|
|
12469
12381
|
Object.defineProperty(constructor.prototype, "constructor", {
|
|
12470
12382
|
value: constructor,
|
|
12471
12383
|
writable: true,
|
|
@@ -12546,7 +12458,9 @@ var require_axios = __commonJS({
|
|
|
12546
12458
|
return p1.toUpperCase() + p2;
|
|
12547
12459
|
});
|
|
12548
12460
|
};
|
|
12549
|
-
var hasOwnProperty = (({
|
|
12461
|
+
var hasOwnProperty = (({
|
|
12462
|
+
hasOwnProperty: hasOwnProperty2
|
|
12463
|
+
}) => (obj, prop) => hasOwnProperty2.call(obj, prop))(Object.prototype);
|
|
12550
12464
|
var isRegExp = kindOfTest("RegExp");
|
|
12551
12465
|
var reduceDescriptors = (obj, reducer) => {
|
|
12552
12466
|
const descriptors = Object.getOwnPropertyDescriptors(obj);
|
|
@@ -12628,15 +12542,14 @@ var require_axios = __commonJS({
|
|
|
12628
12542
|
return setImmediate;
|
|
12629
12543
|
}
|
|
12630
12544
|
return postMessageSupported ? ((token, callbacks) => {
|
|
12631
|
-
_global.addEventListener(
|
|
12632
|
-
|
|
12633
|
-
|
|
12634
|
-
|
|
12635
|
-
|
|
12636
|
-
|
|
12637
|
-
}
|
|
12638
|
-
|
|
12639
|
-
);
|
|
12545
|
+
_global.addEventListener("message", ({
|
|
12546
|
+
source,
|
|
12547
|
+
data
|
|
12548
|
+
}) => {
|
|
12549
|
+
if (source === _global && data === token) {
|
|
12550
|
+
callbacks.length && callbacks.shift()();
|
|
12551
|
+
}
|
|
12552
|
+
}, false);
|
|
12640
12553
|
return (cb) => {
|
|
12641
12554
|
callbacks.push(cb);
|
|
12642
12555
|
_global.postMessage(token, "*");
|
|
@@ -12664,6 +12577,8 @@ var require_axios = __commonJS({
|
|
|
12664
12577
|
isUndefined,
|
|
12665
12578
|
isDate,
|
|
12666
12579
|
isFile,
|
|
12580
|
+
isReactNativeBlob,
|
|
12581
|
+
isReactNative,
|
|
12667
12582
|
isBlob,
|
|
12668
12583
|
isRegExp,
|
|
12669
12584
|
isFunction: isFunction$1,
|
|
@@ -12710,6 +12625,9 @@ var require_axios = __commonJS({
|
|
|
12710
12625
|
const axiosError = new _AxiosError(error.message, code || error.code, config, request, response);
|
|
12711
12626
|
axiosError.cause = error;
|
|
12712
12627
|
axiosError.name = error.name;
|
|
12628
|
+
if (error.status != null && axiosError.status == null) {
|
|
12629
|
+
axiosError.status = error.status;
|
|
12630
|
+
}
|
|
12713
12631
|
customProps && Object.assign(axiosError, customProps);
|
|
12714
12632
|
return axiosError;
|
|
12715
12633
|
}
|
|
@@ -12726,6 +12644,12 @@ var require_axios = __commonJS({
|
|
|
12726
12644
|
*/
|
|
12727
12645
|
constructor(message, code, config, request, response) {
|
|
12728
12646
|
super(message);
|
|
12647
|
+
Object.defineProperty(this, "message", {
|
|
12648
|
+
value: message,
|
|
12649
|
+
enumerable: true,
|
|
12650
|
+
writable: true,
|
|
12651
|
+
configurable: true
|
|
12652
|
+
});
|
|
12729
12653
|
this.name = "AxiosError";
|
|
12730
12654
|
this.isAxiosError = true;
|
|
12731
12655
|
code && (this.code = code);
|
|
@@ -12768,7 +12692,6 @@ var require_axios = __commonJS({
|
|
|
12768
12692
|
AxiosError.ERR_CANCELED = "ERR_CANCELED";
|
|
12769
12693
|
AxiosError.ERR_NOT_SUPPORT = "ERR_NOT_SUPPORT";
|
|
12770
12694
|
AxiosError.ERR_INVALID_URL = "ERR_INVALID_URL";
|
|
12771
|
-
var AxiosError$1 = AxiosError;
|
|
12772
12695
|
function isVisitable(thing) {
|
|
12773
12696
|
return utils$1.isPlainObject(thing) || utils$1.isArray(thing);
|
|
12774
12697
|
}
|
|
@@ -12792,7 +12715,7 @@ var require_axios = __commonJS({
|
|
|
12792
12715
|
if (!utils$1.isObject(obj)) {
|
|
12793
12716
|
throw new TypeError("target must be an object");
|
|
12794
12717
|
}
|
|
12795
|
-
formData = formData || new (
|
|
12718
|
+
formData = formData || new (FormData$1 || FormData)();
|
|
12796
12719
|
options = utils$1.toFlatObject(options, {
|
|
12797
12720
|
metaTokens: true,
|
|
12798
12721
|
dots: false,
|
|
@@ -12818,7 +12741,7 @@ var require_axios = __commonJS({
|
|
|
12818
12741
|
return value.toString();
|
|
12819
12742
|
}
|
|
12820
12743
|
if (!useBlob && utils$1.isBlob(value)) {
|
|
12821
|
-
throw new AxiosError
|
|
12744
|
+
throw new AxiosError("Blob is not supported. Use a Buffer instead.");
|
|
12822
12745
|
}
|
|
12823
12746
|
if (utils$1.isArrayBuffer(value) || utils$1.isTypedArray(value)) {
|
|
12824
12747
|
return useBlob && typeof Blob === "function" ? new Blob([value]) : Buffer.from(value);
|
|
@@ -12827,6 +12750,10 @@ var require_axios = __commonJS({
|
|
|
12827
12750
|
}
|
|
12828
12751
|
function defaultVisitor(value, key, path) {
|
|
12829
12752
|
let arr = value;
|
|
12753
|
+
if (utils$1.isReactNative(formData) && utils$1.isReactNativeBlob(value)) {
|
|
12754
|
+
formData.append(renderKey(path, key, dots), convertValue(value));
|
|
12755
|
+
return false;
|
|
12756
|
+
}
|
|
12830
12757
|
if (value && !path && typeof value === "object") {
|
|
12831
12758
|
if (utils$1.endsWith(key, "{}")) {
|
|
12832
12759
|
key = metaTokens ? key : key.slice(0, -2);
|
|
@@ -12862,13 +12789,7 @@ var require_axios = __commonJS({
|
|
|
12862
12789
|
}
|
|
12863
12790
|
stack.push(value);
|
|
12864
12791
|
utils$1.forEach(value, function each(el, key) {
|
|
12865
|
-
const result = !(utils$1.isUndefined(el) || el === null) && visitor.call(
|
|
12866
|
-
formData,
|
|
12867
|
-
el,
|
|
12868
|
-
utils$1.isString(key) ? key.trim() : key,
|
|
12869
|
-
path,
|
|
12870
|
-
exposedHelpers
|
|
12871
|
-
);
|
|
12792
|
+
const result = !(utils$1.isUndefined(el) || el === null) && visitor.call(formData, el, utils$1.isString(key) ? key.trim() : key, path, exposedHelpers);
|
|
12872
12793
|
if (result === true) {
|
|
12873
12794
|
build(el, path ? path.concat(key) : [key]);
|
|
12874
12795
|
}
|
|
@@ -13000,14 +12921,13 @@ var require_axios = __commonJS({
|
|
|
13000
12921
|
});
|
|
13001
12922
|
}
|
|
13002
12923
|
};
|
|
13003
|
-
var InterceptorManager$1 = InterceptorManager;
|
|
13004
12924
|
var transitionalDefaults = {
|
|
13005
12925
|
silentJSONParsing: true,
|
|
13006
12926
|
forcedJSONParsing: true,
|
|
13007
12927
|
clarifyTimeoutError: false,
|
|
13008
12928
|
legacyInterceptorReqResOrdering: true
|
|
13009
12929
|
};
|
|
13010
|
-
var URLSearchParams =
|
|
12930
|
+
var URLSearchParams = url.URLSearchParams;
|
|
13011
12931
|
var ALPHA = "abcdefghijklmnopqrstuvwxyz";
|
|
13012
12932
|
var DIGIT = "0123456789";
|
|
13013
12933
|
var ALPHABET = {
|
|
@@ -13017,9 +12937,11 @@ var require_axios = __commonJS({
|
|
|
13017
12937
|
};
|
|
13018
12938
|
var generateString = (size = 16, alphabet = ALPHABET.ALPHA_DIGIT) => {
|
|
13019
12939
|
let str = "";
|
|
13020
|
-
const {
|
|
12940
|
+
const {
|
|
12941
|
+
length
|
|
12942
|
+
} = alphabet;
|
|
13021
12943
|
const randomValues = new Uint32Array(size);
|
|
13022
|
-
|
|
12944
|
+
crypto.randomFillSync(randomValues);
|
|
13023
12945
|
for (let i = 0; i < size; i++) {
|
|
13024
12946
|
str += alphabet[randomValues[i] % length];
|
|
13025
12947
|
}
|
|
@@ -13029,7 +12951,7 @@ var require_axios = __commonJS({
|
|
|
13029
12951
|
isNode: true,
|
|
13030
12952
|
classes: {
|
|
13031
12953
|
URLSearchParams,
|
|
13032
|
-
FormData:
|
|
12954
|
+
FormData: FormData$1,
|
|
13033
12955
|
Blob: typeof Blob !== "undefined" && Blob || null
|
|
13034
12956
|
},
|
|
13035
12957
|
ALPHABET,
|
|
@@ -13047,8 +12969,8 @@ var require_axios = __commonJS({
|
|
|
13047
12969
|
var utils = /* @__PURE__ */ Object.freeze({
|
|
13048
12970
|
__proto__: null,
|
|
13049
12971
|
hasBrowserEnv,
|
|
13050
|
-
hasStandardBrowserWebWorkerEnv,
|
|
13051
12972
|
hasStandardBrowserEnv,
|
|
12973
|
+
hasStandardBrowserWebWorkerEnv,
|
|
13052
12974
|
navigator: _navigator,
|
|
13053
12975
|
origin
|
|
13054
12976
|
});
|
|
@@ -13162,11 +13084,9 @@ var require_axios = __commonJS({
|
|
|
13162
13084
|
}
|
|
13163
13085
|
if ((isFileList2 = utils$1.isFileList(data)) || contentType.indexOf("multipart/form-data") > -1) {
|
|
13164
13086
|
const _FormData = this.env && this.env.FormData;
|
|
13165
|
-
return toFormData(
|
|
13166
|
-
|
|
13167
|
-
|
|
13168
|
-
this.formSerializer
|
|
13169
|
-
);
|
|
13087
|
+
return toFormData(isFileList2 ? {
|
|
13088
|
+
"files[]": data
|
|
13089
|
+
} : data, _FormData && new _FormData(), this.formSerializer);
|
|
13170
13090
|
}
|
|
13171
13091
|
}
|
|
13172
13092
|
if (isObjectPayload || hasJSONContentType) {
|
|
@@ -13190,7 +13110,7 @@ var require_axios = __commonJS({
|
|
|
13190
13110
|
} catch (e) {
|
|
13191
13111
|
if (strictJSONParsing) {
|
|
13192
13112
|
if (e.name === "SyntaxError") {
|
|
13193
|
-
throw AxiosError
|
|
13113
|
+
throw AxiosError.from(e, AxiosError.ERR_BAD_RESPONSE, this, null, this.response);
|
|
13194
13114
|
}
|
|
13195
13115
|
throw e;
|
|
13196
13116
|
}
|
|
@@ -13216,7 +13136,7 @@ var require_axios = __commonJS({
|
|
|
13216
13136
|
},
|
|
13217
13137
|
headers: {
|
|
13218
13138
|
common: {
|
|
13219
|
-
|
|
13139
|
+
Accept: "application/json, text/plain, */*",
|
|
13220
13140
|
"Content-Type": void 0
|
|
13221
13141
|
}
|
|
13222
13142
|
}
|
|
@@ -13224,26 +13144,7 @@ var require_axios = __commonJS({
|
|
|
13224
13144
|
utils$1.forEach(["delete", "get", "head", "post", "put", "patch"], (method) => {
|
|
13225
13145
|
defaults.headers[method] = {};
|
|
13226
13146
|
});
|
|
13227
|
-
var
|
|
13228
|
-
var ignoreDuplicateOf = utils$1.toObjectSet([
|
|
13229
|
-
"age",
|
|
13230
|
-
"authorization",
|
|
13231
|
-
"content-length",
|
|
13232
|
-
"content-type",
|
|
13233
|
-
"etag",
|
|
13234
|
-
"expires",
|
|
13235
|
-
"from",
|
|
13236
|
-
"host",
|
|
13237
|
-
"if-modified-since",
|
|
13238
|
-
"if-unmodified-since",
|
|
13239
|
-
"last-modified",
|
|
13240
|
-
"location",
|
|
13241
|
-
"max-forwards",
|
|
13242
|
-
"proxy-authorization",
|
|
13243
|
-
"referer",
|
|
13244
|
-
"retry-after",
|
|
13245
|
-
"user-agent"
|
|
13246
|
-
]);
|
|
13147
|
+
var ignoreDuplicateOf = utils$1.toObjectSet(["age", "authorization", "content-length", "content-type", "etag", "expires", "from", "host", "if-modified-since", "if-unmodified-since", "last-modified", "location", "max-forwards", "proxy-authorization", "referer", "retry-after", "user-agent"]);
|
|
13247
13148
|
var parseHeaders = (rawHeaders) => {
|
|
13248
13149
|
const parsed = {};
|
|
13249
13150
|
let key;
|
|
@@ -13269,14 +13170,38 @@ var require_axios = __commonJS({
|
|
|
13269
13170
|
return parsed;
|
|
13270
13171
|
};
|
|
13271
13172
|
var $internals = /* @__PURE__ */ Symbol("internals");
|
|
13173
|
+
var isValidHeaderValue = (value) => !/[\r\n]/.test(value);
|
|
13174
|
+
function assertValidHeaderValue(value, header) {
|
|
13175
|
+
if (value === false || value == null) {
|
|
13176
|
+
return;
|
|
13177
|
+
}
|
|
13178
|
+
if (utils$1.isArray(value)) {
|
|
13179
|
+
value.forEach((v) => assertValidHeaderValue(v, header));
|
|
13180
|
+
return;
|
|
13181
|
+
}
|
|
13182
|
+
if (!isValidHeaderValue(String(value))) {
|
|
13183
|
+
throw new Error(`Invalid character in header content ["${header}"]`);
|
|
13184
|
+
}
|
|
13185
|
+
}
|
|
13272
13186
|
function normalizeHeader(header) {
|
|
13273
13187
|
return header && String(header).trim().toLowerCase();
|
|
13274
13188
|
}
|
|
13189
|
+
function stripTrailingCRLF(str) {
|
|
13190
|
+
let end = str.length;
|
|
13191
|
+
while (end > 0) {
|
|
13192
|
+
const charCode = str.charCodeAt(end - 1);
|
|
13193
|
+
if (charCode !== 10 && charCode !== 13) {
|
|
13194
|
+
break;
|
|
13195
|
+
}
|
|
13196
|
+
end -= 1;
|
|
13197
|
+
}
|
|
13198
|
+
return end === str.length ? str : str.slice(0, end);
|
|
13199
|
+
}
|
|
13275
13200
|
function normalizeValue(value) {
|
|
13276
13201
|
if (value === false || value == null) {
|
|
13277
13202
|
return value;
|
|
13278
13203
|
}
|
|
13279
|
-
return utils$1.isArray(value) ? value.map(normalizeValue) : String(value);
|
|
13204
|
+
return utils$1.isArray(value) ? value.map(normalizeValue) : stripTrailingCRLF(String(value));
|
|
13280
13205
|
}
|
|
13281
13206
|
function parseTokens(str) {
|
|
13282
13207
|
const tokens = /* @__PURE__ */ Object.create(null);
|
|
@@ -13332,6 +13257,7 @@ var require_axios = __commonJS({
|
|
|
13332
13257
|
}
|
|
13333
13258
|
const key = utils$1.findKey(self2, lHeader);
|
|
13334
13259
|
if (!key || self2[key] === void 0 || _rewrite === true || _rewrite === void 0 && self2[key] !== false) {
|
|
13260
|
+
assertValidHeaderValue(_value, _header);
|
|
13335
13261
|
self2[key || _header] = normalizeValue(_value);
|
|
13336
13262
|
}
|
|
13337
13263
|
}
|
|
@@ -13484,7 +13410,9 @@ var require_axios = __commonJS({
|
|
|
13484
13410
|
}
|
|
13485
13411
|
};
|
|
13486
13412
|
AxiosHeaders.accessor(["Content-Type", "Content-Length", "Accept", "Accept-Encoding", "User-Agent", "Authorization"]);
|
|
13487
|
-
utils$1.reduceDescriptors(AxiosHeaders.prototype, ({
|
|
13413
|
+
utils$1.reduceDescriptors(AxiosHeaders.prototype, ({
|
|
13414
|
+
value
|
|
13415
|
+
}, key) => {
|
|
13488
13416
|
let mapped = key[0].toUpperCase() + key.slice(1);
|
|
13489
13417
|
return {
|
|
13490
13418
|
get: () => value,
|
|
@@ -13494,11 +13422,10 @@ var require_axios = __commonJS({
|
|
|
13494
13422
|
};
|
|
13495
13423
|
});
|
|
13496
13424
|
utils$1.freezeMethods(AxiosHeaders);
|
|
13497
|
-
var AxiosHeaders$1 = AxiosHeaders;
|
|
13498
13425
|
function transformData(fns, response) {
|
|
13499
|
-
const config = this || defaults
|
|
13426
|
+
const config = this || defaults;
|
|
13500
13427
|
const context = response || config;
|
|
13501
|
-
const headers = AxiosHeaders
|
|
13428
|
+
const headers = AxiosHeaders.from(context.headers);
|
|
13502
13429
|
let data = context.data;
|
|
13503
13430
|
utils$1.forEach(fns, function transform(fn) {
|
|
13504
13431
|
data = fn.call(config, data, headers.normalize(), response ? response.status : void 0);
|
|
@@ -13509,7 +13436,7 @@ var require_axios = __commonJS({
|
|
|
13509
13436
|
function isCancel(value) {
|
|
13510
13437
|
return !!(value && value.__CANCEL__);
|
|
13511
13438
|
}
|
|
13512
|
-
var CanceledError = class extends AxiosError
|
|
13439
|
+
var CanceledError = class extends AxiosError {
|
|
13513
13440
|
/**
|
|
13514
13441
|
* A `CanceledError` is an object that is thrown when an operation is canceled.
|
|
13515
13442
|
*
|
|
@@ -13520,24 +13447,17 @@ var require_axios = __commonJS({
|
|
|
13520
13447
|
* @returns {CanceledError} The created error.
|
|
13521
13448
|
*/
|
|
13522
13449
|
constructor(message, config, request) {
|
|
13523
|
-
super(message == null ? "canceled" : message, AxiosError
|
|
13450
|
+
super(message == null ? "canceled" : message, AxiosError.ERR_CANCELED, config, request);
|
|
13524
13451
|
this.name = "CanceledError";
|
|
13525
13452
|
this.__CANCEL__ = true;
|
|
13526
13453
|
}
|
|
13527
13454
|
};
|
|
13528
|
-
var CanceledError$1 = CanceledError;
|
|
13529
13455
|
function settle(resolve, reject, response) {
|
|
13530
13456
|
const validateStatus = response.config.validateStatus;
|
|
13531
13457
|
if (!response.status || !validateStatus || validateStatus(response.status)) {
|
|
13532
13458
|
resolve(response);
|
|
13533
13459
|
} else {
|
|
13534
|
-
reject(new AxiosError
|
|
13535
|
-
"Request failed with status code " + response.status,
|
|
13536
|
-
[AxiosError$1.ERR_BAD_REQUEST, AxiosError$1.ERR_BAD_RESPONSE][Math.floor(response.status / 100) - 4],
|
|
13537
|
-
response.config,
|
|
13538
|
-
response.request,
|
|
13539
|
-
response
|
|
13540
|
-
));
|
|
13460
|
+
reject(new AxiosError("Request failed with status code " + response.status, [AxiosError.ERR_BAD_REQUEST, AxiosError.ERR_BAD_RESPONSE][Math.floor(response.status / 100) - 4], response.config, response.request, response));
|
|
13541
13461
|
}
|
|
13542
13462
|
}
|
|
13543
13463
|
function isAbsoluteURL(url2) {
|
|
@@ -13556,7 +13476,72 @@ var require_axios = __commonJS({
|
|
|
13556
13476
|
}
|
|
13557
13477
|
return requestedURL;
|
|
13558
13478
|
}
|
|
13559
|
-
var
|
|
13479
|
+
var DEFAULT_PORTS$1 = {
|
|
13480
|
+
ftp: 21,
|
|
13481
|
+
gopher: 70,
|
|
13482
|
+
http: 80,
|
|
13483
|
+
https: 443,
|
|
13484
|
+
ws: 80,
|
|
13485
|
+
wss: 443
|
|
13486
|
+
};
|
|
13487
|
+
function parseUrl(urlString) {
|
|
13488
|
+
try {
|
|
13489
|
+
return new URL(urlString);
|
|
13490
|
+
} catch {
|
|
13491
|
+
return null;
|
|
13492
|
+
}
|
|
13493
|
+
}
|
|
13494
|
+
function getProxyForUrl(url2) {
|
|
13495
|
+
var parsedUrl = (typeof url2 === "string" ? parseUrl(url2) : url2) || {};
|
|
13496
|
+
var proto = parsedUrl.protocol;
|
|
13497
|
+
var hostname = parsedUrl.host;
|
|
13498
|
+
var port = parsedUrl.port;
|
|
13499
|
+
if (typeof hostname !== "string" || !hostname || typeof proto !== "string") {
|
|
13500
|
+
return "";
|
|
13501
|
+
}
|
|
13502
|
+
proto = proto.split(":", 1)[0];
|
|
13503
|
+
hostname = hostname.replace(/:\d*$/, "");
|
|
13504
|
+
port = parseInt(port) || DEFAULT_PORTS$1[proto] || 0;
|
|
13505
|
+
if (!shouldProxy(hostname, port)) {
|
|
13506
|
+
return "";
|
|
13507
|
+
}
|
|
13508
|
+
var proxy = getEnv(proto + "_proxy") || getEnv("all_proxy");
|
|
13509
|
+
if (proxy && proxy.indexOf("://") === -1) {
|
|
13510
|
+
proxy = proto + "://" + proxy;
|
|
13511
|
+
}
|
|
13512
|
+
return proxy;
|
|
13513
|
+
}
|
|
13514
|
+
function shouldProxy(hostname, port) {
|
|
13515
|
+
var NO_PROXY = getEnv("no_proxy").toLowerCase();
|
|
13516
|
+
if (!NO_PROXY) {
|
|
13517
|
+
return true;
|
|
13518
|
+
}
|
|
13519
|
+
if (NO_PROXY === "*") {
|
|
13520
|
+
return false;
|
|
13521
|
+
}
|
|
13522
|
+
return NO_PROXY.split(/[,\s]/).every(function(proxy) {
|
|
13523
|
+
if (!proxy) {
|
|
13524
|
+
return true;
|
|
13525
|
+
}
|
|
13526
|
+
var parsedProxy = proxy.match(/^(.+):(\d+)$/);
|
|
13527
|
+
var parsedProxyHostname = parsedProxy ? parsedProxy[1] : proxy;
|
|
13528
|
+
var parsedProxyPort = parsedProxy ? parseInt(parsedProxy[2]) : 0;
|
|
13529
|
+
if (parsedProxyPort && parsedProxyPort !== port) {
|
|
13530
|
+
return true;
|
|
13531
|
+
}
|
|
13532
|
+
if (!/^[.*]/.test(parsedProxyHostname)) {
|
|
13533
|
+
return hostname !== parsedProxyHostname;
|
|
13534
|
+
}
|
|
13535
|
+
if (parsedProxyHostname.charAt(0) === "*") {
|
|
13536
|
+
parsedProxyHostname = parsedProxyHostname.slice(1);
|
|
13537
|
+
}
|
|
13538
|
+
return !hostname.endsWith(parsedProxyHostname);
|
|
13539
|
+
});
|
|
13540
|
+
}
|
|
13541
|
+
function getEnv(key) {
|
|
13542
|
+
return process.env[key.toLowerCase()] || process.env[key.toUpperCase()] || "";
|
|
13543
|
+
}
|
|
13544
|
+
var VERSION = "1.15.0";
|
|
13560
13545
|
function parseProtocol(url2) {
|
|
13561
13546
|
const match = /^([-+\w]{1,25})(:?\/\/|:)/.exec(url2);
|
|
13562
13547
|
return match && match[1] || "";
|
|
@@ -13572,7 +13557,7 @@ var require_axios = __commonJS({
|
|
|
13572
13557
|
uri = protocol.length ? uri.slice(protocol.length + 1) : uri;
|
|
13573
13558
|
const match = DATA_URL_PATTERN.exec(uri);
|
|
13574
13559
|
if (!match) {
|
|
13575
|
-
throw new AxiosError
|
|
13560
|
+
throw new AxiosError("Invalid URL", AxiosError.ERR_INVALID_URL);
|
|
13576
13561
|
}
|
|
13577
13562
|
const mime = match[1];
|
|
13578
13563
|
const isBase64 = match[2];
|
|
@@ -13580,16 +13565,18 @@ var require_axios = __commonJS({
|
|
|
13580
13565
|
const buffer = Buffer.from(decodeURIComponent(body), isBase64 ? "base64" : "utf8");
|
|
13581
13566
|
if (asBlob) {
|
|
13582
13567
|
if (!_Blob) {
|
|
13583
|
-
throw new AxiosError
|
|
13568
|
+
throw new AxiosError("Blob is not supported", AxiosError.ERR_NOT_SUPPORT);
|
|
13584
13569
|
}
|
|
13585
|
-
return new _Blob([buffer], {
|
|
13570
|
+
return new _Blob([buffer], {
|
|
13571
|
+
type: mime
|
|
13572
|
+
});
|
|
13586
13573
|
}
|
|
13587
13574
|
return buffer;
|
|
13588
13575
|
}
|
|
13589
|
-
throw new AxiosError
|
|
13576
|
+
throw new AxiosError("Unsupported protocol " + protocol, AxiosError.ERR_NOT_SUPPORT);
|
|
13590
13577
|
}
|
|
13591
13578
|
var kInternals = /* @__PURE__ */ Symbol("internals");
|
|
13592
|
-
var AxiosTransformStream = class extends
|
|
13579
|
+
var AxiosTransformStream = class extends stream.Transform {
|
|
13593
13580
|
constructor(options) {
|
|
13594
13581
|
options = utils$1.toFlatObject(options, {
|
|
13595
13582
|
maxRate: 0,
|
|
@@ -13699,8 +13686,9 @@ var require_axios = __commonJS({
|
|
|
13699
13686
|
});
|
|
13700
13687
|
}
|
|
13701
13688
|
};
|
|
13702
|
-
var
|
|
13703
|
-
|
|
13689
|
+
var {
|
|
13690
|
+
asyncIterator
|
|
13691
|
+
} = Symbol;
|
|
13704
13692
|
var readBlob = async function* (blob) {
|
|
13705
13693
|
if (blob.stream) {
|
|
13706
13694
|
yield* blob.stream();
|
|
@@ -13712,15 +13700,16 @@ var require_axios = __commonJS({
|
|
|
13712
13700
|
yield blob;
|
|
13713
13701
|
}
|
|
13714
13702
|
};
|
|
13715
|
-
var readBlob$1 = readBlob;
|
|
13716
13703
|
var BOUNDARY_ALPHABET = platform.ALPHABET.ALPHA_DIGIT + "-_";
|
|
13717
|
-
var textEncoder = typeof TextEncoder === "function" ? new TextEncoder() : new
|
|
13704
|
+
var textEncoder = typeof TextEncoder === "function" ? new TextEncoder() : new util.TextEncoder();
|
|
13718
13705
|
var CRLF = "\r\n";
|
|
13719
13706
|
var CRLF_BYTES = textEncoder.encode(CRLF);
|
|
13720
13707
|
var CRLF_BYTES_COUNT = 2;
|
|
13721
13708
|
var FormDataPart = class {
|
|
13722
13709
|
constructor(name, value) {
|
|
13723
|
-
const {
|
|
13710
|
+
const {
|
|
13711
|
+
escapeName
|
|
13712
|
+
} = this.constructor;
|
|
13724
13713
|
const isStringValue = utils$1.isString(value);
|
|
13725
13714
|
let headers = `Content-Disposition: form-data; name="${escapeName(name)}"${!isStringValue && value.name ? `; filename="${escapeName(value.name)}"` : ""}${CRLF}`;
|
|
13726
13715
|
if (isStringValue) {
|
|
@@ -13736,11 +13725,13 @@ var require_axios = __commonJS({
|
|
|
13736
13725
|
}
|
|
13737
13726
|
async *encode() {
|
|
13738
13727
|
yield this.headers;
|
|
13739
|
-
const {
|
|
13728
|
+
const {
|
|
13729
|
+
value
|
|
13730
|
+
} = this;
|
|
13740
13731
|
if (utils$1.isTypedArray(value)) {
|
|
13741
13732
|
yield value;
|
|
13742
13733
|
} else {
|
|
13743
|
-
yield* readBlob
|
|
13734
|
+
yield* readBlob(value);
|
|
13744
13735
|
}
|
|
13745
13736
|
yield CRLF_BYTES;
|
|
13746
13737
|
}
|
|
@@ -13789,8 +13780,7 @@ var require_axios = __commonJS({
|
|
|
13789
13780
|
yield footerBytes;
|
|
13790
13781
|
})());
|
|
13791
13782
|
};
|
|
13792
|
-
var
|
|
13793
|
-
var ZlibHeaderTransformStream = class extends stream__default["default"].Transform {
|
|
13783
|
+
var ZlibHeaderTransformStream = class extends stream.Transform {
|
|
13794
13784
|
__transform(chunk, encoding, callback) {
|
|
13795
13785
|
this.push(chunk);
|
|
13796
13786
|
callback();
|
|
@@ -13808,7 +13798,6 @@ var require_axios = __commonJS({
|
|
|
13808
13798
|
this.__transform(chunk, encoding, callback);
|
|
13809
13799
|
}
|
|
13810
13800
|
};
|
|
13811
|
-
var ZlibHeaderTransformStream$1 = ZlibHeaderTransformStream;
|
|
13812
13801
|
var callbackify = (fn, reducer) => {
|
|
13813
13802
|
return utils$1.isAsyncFn(fn) ? function(...args) {
|
|
13814
13803
|
const cb = args.pop();
|
|
@@ -13821,7 +13810,81 @@ var require_axios = __commonJS({
|
|
|
13821
13810
|
}, cb);
|
|
13822
13811
|
} : fn;
|
|
13823
13812
|
};
|
|
13824
|
-
var
|
|
13813
|
+
var DEFAULT_PORTS = {
|
|
13814
|
+
http: 80,
|
|
13815
|
+
https: 443,
|
|
13816
|
+
ws: 80,
|
|
13817
|
+
wss: 443,
|
|
13818
|
+
ftp: 21
|
|
13819
|
+
};
|
|
13820
|
+
var parseNoProxyEntry = (entry) => {
|
|
13821
|
+
let entryHost = entry;
|
|
13822
|
+
let entryPort = 0;
|
|
13823
|
+
if (entryHost.charAt(0) === "[") {
|
|
13824
|
+
const bracketIndex = entryHost.indexOf("]");
|
|
13825
|
+
if (bracketIndex !== -1) {
|
|
13826
|
+
const host = entryHost.slice(1, bracketIndex);
|
|
13827
|
+
const rest = entryHost.slice(bracketIndex + 1);
|
|
13828
|
+
if (rest.charAt(0) === ":" && /^\d+$/.test(rest.slice(1))) {
|
|
13829
|
+
entryPort = Number.parseInt(rest.slice(1), 10);
|
|
13830
|
+
}
|
|
13831
|
+
return [host, entryPort];
|
|
13832
|
+
}
|
|
13833
|
+
}
|
|
13834
|
+
const firstColon = entryHost.indexOf(":");
|
|
13835
|
+
const lastColon = entryHost.lastIndexOf(":");
|
|
13836
|
+
if (firstColon !== -1 && firstColon === lastColon && /^\d+$/.test(entryHost.slice(lastColon + 1))) {
|
|
13837
|
+
entryPort = Number.parseInt(entryHost.slice(lastColon + 1), 10);
|
|
13838
|
+
entryHost = entryHost.slice(0, lastColon);
|
|
13839
|
+
}
|
|
13840
|
+
return [entryHost, entryPort];
|
|
13841
|
+
};
|
|
13842
|
+
var normalizeNoProxyHost = (hostname) => {
|
|
13843
|
+
if (!hostname) {
|
|
13844
|
+
return hostname;
|
|
13845
|
+
}
|
|
13846
|
+
if (hostname.charAt(0) === "[" && hostname.charAt(hostname.length - 1) === "]") {
|
|
13847
|
+
hostname = hostname.slice(1, -1);
|
|
13848
|
+
}
|
|
13849
|
+
return hostname.replace(/\.+$/, "");
|
|
13850
|
+
};
|
|
13851
|
+
function shouldBypassProxy(location) {
|
|
13852
|
+
let parsed;
|
|
13853
|
+
try {
|
|
13854
|
+
parsed = new URL(location);
|
|
13855
|
+
} catch (_err) {
|
|
13856
|
+
return false;
|
|
13857
|
+
}
|
|
13858
|
+
const noProxy = (process.env.no_proxy || process.env.NO_PROXY || "").toLowerCase();
|
|
13859
|
+
if (!noProxy) {
|
|
13860
|
+
return false;
|
|
13861
|
+
}
|
|
13862
|
+
if (noProxy === "*") {
|
|
13863
|
+
return true;
|
|
13864
|
+
}
|
|
13865
|
+
const port = Number.parseInt(parsed.port, 10) || DEFAULT_PORTS[parsed.protocol.split(":", 1)[0]] || 0;
|
|
13866
|
+
const hostname = normalizeNoProxyHost(parsed.hostname.toLowerCase());
|
|
13867
|
+
return noProxy.split(/[\s,]+/).some((entry) => {
|
|
13868
|
+
if (!entry) {
|
|
13869
|
+
return false;
|
|
13870
|
+
}
|
|
13871
|
+
let [entryHost, entryPort] = parseNoProxyEntry(entry);
|
|
13872
|
+
entryHost = normalizeNoProxyHost(entryHost);
|
|
13873
|
+
if (!entryHost) {
|
|
13874
|
+
return false;
|
|
13875
|
+
}
|
|
13876
|
+
if (entryPort && entryPort !== port) {
|
|
13877
|
+
return false;
|
|
13878
|
+
}
|
|
13879
|
+
if (entryHost.charAt(0) === "*") {
|
|
13880
|
+
entryHost = entryHost.slice(1);
|
|
13881
|
+
}
|
|
13882
|
+
if (entryHost.charAt(0) === ".") {
|
|
13883
|
+
return hostname.endsWith(entryHost);
|
|
13884
|
+
}
|
|
13885
|
+
return hostname === entryHost;
|
|
13886
|
+
});
|
|
13887
|
+
}
|
|
13825
13888
|
function speedometer(samplesCount, min) {
|
|
13826
13889
|
samplesCount = samplesCount || 10;
|
|
13827
13890
|
const bytes = new Array(samplesCount);
|
|
@@ -13970,15 +14033,18 @@ var require_axios = __commonJS({
|
|
|
13970
14033
|
return Buffer.byteLength(body, "utf8");
|
|
13971
14034
|
}
|
|
13972
14035
|
var zlibOptions = {
|
|
13973
|
-
flush:
|
|
13974
|
-
finishFlush:
|
|
14036
|
+
flush: zlib.constants.Z_SYNC_FLUSH,
|
|
14037
|
+
finishFlush: zlib.constants.Z_SYNC_FLUSH
|
|
13975
14038
|
};
|
|
13976
14039
|
var brotliOptions = {
|
|
13977
|
-
flush:
|
|
13978
|
-
finishFlush:
|
|
14040
|
+
flush: zlib.constants.BROTLI_OPERATION_FLUSH,
|
|
14041
|
+
finishFlush: zlib.constants.BROTLI_OPERATION_FLUSH
|
|
13979
14042
|
};
|
|
13980
|
-
var isBrotliSupported = utils$1.isFunction(
|
|
13981
|
-
var {
|
|
14043
|
+
var isBrotliSupported = utils$1.isFunction(zlib.createBrotliDecompress);
|
|
14044
|
+
var {
|
|
14045
|
+
http: httpFollow,
|
|
14046
|
+
https: httpsFollow
|
|
14047
|
+
} = followRedirects;
|
|
13982
14048
|
var isHttps = /https:?/;
|
|
13983
14049
|
var supportedProtocols = platform.protocols.map((protocol) => {
|
|
13984
14050
|
return protocol + ":";
|
|
@@ -14000,12 +14066,12 @@ var require_axios = __commonJS({
|
|
|
14000
14066
|
let len = authoritySessions.length;
|
|
14001
14067
|
for (let i = 0; i < len; i++) {
|
|
14002
14068
|
const [sessionHandle, sessionOptions] = authoritySessions[i];
|
|
14003
|
-
if (!sessionHandle.destroyed && !sessionHandle.closed &&
|
|
14069
|
+
if (!sessionHandle.destroyed && !sessionHandle.closed && util.isDeepStrictEqual(sessionOptions, options)) {
|
|
14004
14070
|
return sessionHandle;
|
|
14005
14071
|
}
|
|
14006
14072
|
}
|
|
14007
14073
|
}
|
|
14008
|
-
const session =
|
|
14074
|
+
const session = http2.connect(authority, options);
|
|
14009
14075
|
let removed;
|
|
14010
14076
|
const removeSession = () => {
|
|
14011
14077
|
if (removed) {
|
|
@@ -14020,12 +14086,17 @@ var require_axios = __commonJS({
|
|
|
14020
14086
|
} else {
|
|
14021
14087
|
entries.splice(i, 1);
|
|
14022
14088
|
}
|
|
14089
|
+
if (!session.closed) {
|
|
14090
|
+
session.close();
|
|
14091
|
+
}
|
|
14023
14092
|
return;
|
|
14024
14093
|
}
|
|
14025
14094
|
}
|
|
14026
14095
|
};
|
|
14027
14096
|
const originalRequestFn = session.request;
|
|
14028
|
-
const {
|
|
14097
|
+
const {
|
|
14098
|
+
sessionTimeout
|
|
14099
|
+
} = options;
|
|
14029
14100
|
if (sessionTimeout != null) {
|
|
14030
14101
|
let timer;
|
|
14031
14102
|
let streamsCount = 0;
|
|
@@ -14048,10 +14119,7 @@ var require_axios = __commonJS({
|
|
|
14048
14119
|
};
|
|
14049
14120
|
}
|
|
14050
14121
|
session.once("close", removeSession);
|
|
14051
|
-
let entry = [
|
|
14052
|
-
session,
|
|
14053
|
-
options
|
|
14054
|
-
];
|
|
14122
|
+
let entry = [session, options];
|
|
14055
14123
|
authoritySessions ? authoritySessions.push(entry) : authoritySessions = this.sessions[authority] = [entry];
|
|
14056
14124
|
return session;
|
|
14057
14125
|
}
|
|
@@ -14068,9 +14136,11 @@ var require_axios = __commonJS({
|
|
|
14068
14136
|
function setProxy(options, configProxy, location) {
|
|
14069
14137
|
let proxy = configProxy;
|
|
14070
14138
|
if (!proxy && proxy !== false) {
|
|
14071
|
-
const proxyUrl =
|
|
14139
|
+
const proxyUrl = getProxyForUrl(location);
|
|
14072
14140
|
if (proxyUrl) {
|
|
14073
|
-
|
|
14141
|
+
if (!shouldBypassProxy(location)) {
|
|
14142
|
+
proxy = new URL(proxyUrl);
|
|
14143
|
+
}
|
|
14074
14144
|
}
|
|
14075
14145
|
}
|
|
14076
14146
|
if (proxy) {
|
|
@@ -14082,7 +14152,9 @@ var require_axios = __commonJS({
|
|
|
14082
14152
|
if (validProxyAuth) {
|
|
14083
14153
|
proxy.auth = (proxy.auth.username || "") + ":" + (proxy.auth.password || "");
|
|
14084
14154
|
} else if (typeof proxy.auth === "object") {
|
|
14085
|
-
throw new AxiosError
|
|
14155
|
+
throw new AxiosError("Invalid proxy authorization", AxiosError.ERR_BAD_OPTION, {
|
|
14156
|
+
proxy
|
|
14157
|
+
});
|
|
14086
14158
|
}
|
|
14087
14159
|
const base64 = Buffer.from(proxy.auth, "utf8").toString("base64");
|
|
14088
14160
|
options.headers["Proxy-Authorization"] = "Basic " + base64;
|
|
@@ -14122,7 +14194,10 @@ var require_axios = __commonJS({
|
|
|
14122
14194
|
asyncExecutor(_resolve, _reject, (onDoneHandler) => onDone = onDoneHandler).catch(_reject);
|
|
14123
14195
|
});
|
|
14124
14196
|
};
|
|
14125
|
-
var resolveFamily = ({
|
|
14197
|
+
var resolveFamily = ({
|
|
14198
|
+
address,
|
|
14199
|
+
family
|
|
14200
|
+
}) => {
|
|
14126
14201
|
if (!utils$1.isString(address)) {
|
|
14127
14202
|
throw TypeError("address must be a string");
|
|
14128
14203
|
}
|
|
@@ -14131,18 +14206,24 @@ var require_axios = __commonJS({
|
|
|
14131
14206
|
family: family || (address.indexOf(".") < 0 ? 6 : 4)
|
|
14132
14207
|
};
|
|
14133
14208
|
};
|
|
14134
|
-
var buildAddressEntry = (address, family) => resolveFamily(utils$1.isObject(address) ? address : {
|
|
14209
|
+
var buildAddressEntry = (address, family) => resolveFamily(utils$1.isObject(address) ? address : {
|
|
14210
|
+
address,
|
|
14211
|
+
family
|
|
14212
|
+
});
|
|
14135
14213
|
var http2Transport = {
|
|
14136
14214
|
request(options, cb) {
|
|
14137
14215
|
const authority = options.protocol + "//" + options.hostname + ":" + (options.port || (options.protocol === "https:" ? 443 : 80));
|
|
14138
|
-
const {
|
|
14216
|
+
const {
|
|
14217
|
+
http2Options,
|
|
14218
|
+
headers
|
|
14219
|
+
} = options;
|
|
14139
14220
|
const session = http2Sessions.getSession(authority, http2Options);
|
|
14140
14221
|
const {
|
|
14141
14222
|
HTTP2_HEADER_SCHEME,
|
|
14142
14223
|
HTTP2_HEADER_METHOD,
|
|
14143
14224
|
HTTP2_HEADER_PATH,
|
|
14144
14225
|
HTTP2_HEADER_STATUS
|
|
14145
|
-
} =
|
|
14226
|
+
} = http2.constants;
|
|
14146
14227
|
const http2Headers = {
|
|
14147
14228
|
[HTTP2_HEADER_SCHEME]: options.protocol.replace(":", ""),
|
|
14148
14229
|
[HTTP2_HEADER_METHOD]: options.method,
|
|
@@ -14166,8 +14247,17 @@ var require_axios = __commonJS({
|
|
|
14166
14247
|
};
|
|
14167
14248
|
var httpAdapter = isHttpAdapterSupported && function httpAdapter2(config) {
|
|
14168
14249
|
return wrapAsync(async function dispatchHttpRequest(resolve, reject, onDone) {
|
|
14169
|
-
let {
|
|
14170
|
-
|
|
14250
|
+
let {
|
|
14251
|
+
data,
|
|
14252
|
+
lookup,
|
|
14253
|
+
family,
|
|
14254
|
+
httpVersion = 1,
|
|
14255
|
+
http2Options
|
|
14256
|
+
} = config;
|
|
14257
|
+
const {
|
|
14258
|
+
responseType,
|
|
14259
|
+
responseEncoding
|
|
14260
|
+
} = config;
|
|
14171
14261
|
const method = config.method.toUpperCase();
|
|
14172
14262
|
let isDone;
|
|
14173
14263
|
let rejected = false;
|
|
@@ -14181,7 +14271,7 @@ var require_axios = __commonJS({
|
|
|
14181
14271
|
}
|
|
14182
14272
|
const isHttp2 = httpVersion === 2;
|
|
14183
14273
|
if (lookup) {
|
|
14184
|
-
const _lookup = callbackify
|
|
14274
|
+
const _lookup = callbackify(lookup, (value) => utils$1.isArray(value) ? value : [value]);
|
|
14185
14275
|
lookup = (hostname, opt, cb) => {
|
|
14186
14276
|
_lookup(hostname, opt, (err, arg0, arg1) => {
|
|
14187
14277
|
if (err) {
|
|
@@ -14195,7 +14285,7 @@ var require_axios = __commonJS({
|
|
|
14195
14285
|
const abortEmitter = new events.EventEmitter();
|
|
14196
14286
|
function abort(reason) {
|
|
14197
14287
|
try {
|
|
14198
|
-
abortEmitter.emit("abort", !reason || reason.type ? new CanceledError
|
|
14288
|
+
abortEmitter.emit("abort", !reason || reason.type ? new CanceledError(null, config, req) : reason);
|
|
14199
14289
|
} catch (err) {
|
|
14200
14290
|
console.warn("emit error", err);
|
|
14201
14291
|
}
|
|
@@ -14223,9 +14313,11 @@ var require_axios = __commonJS({
|
|
|
14223
14313
|
onFinished();
|
|
14224
14314
|
return;
|
|
14225
14315
|
}
|
|
14226
|
-
const {
|
|
14227
|
-
|
|
14228
|
-
|
|
14316
|
+
const {
|
|
14317
|
+
data: data2
|
|
14318
|
+
} = response;
|
|
14319
|
+
if (data2 instanceof stream.Readable || data2 instanceof stream.Duplex) {
|
|
14320
|
+
const offListeners = stream.finished(data2, () => {
|
|
14229
14321
|
offListeners();
|
|
14230
14322
|
onFinished();
|
|
14231
14323
|
});
|
|
@@ -14241,11 +14333,7 @@ var require_axios = __commonJS({
|
|
|
14241
14333
|
const dataUrl = String(config.url || fullPath || "");
|
|
14242
14334
|
const estimated = estimateDataURLDecodedBytes(dataUrl);
|
|
14243
14335
|
if (estimated > config.maxContentLength) {
|
|
14244
|
-
return reject(new AxiosError
|
|
14245
|
-
"maxContentLength size of " + config.maxContentLength + " exceeded",
|
|
14246
|
-
AxiosError$1.ERR_BAD_RESPONSE,
|
|
14247
|
-
config
|
|
14248
|
-
));
|
|
14336
|
+
return reject(new AxiosError("maxContentLength size of " + config.maxContentLength + " exceeded", AxiosError.ERR_BAD_RESPONSE, config));
|
|
14249
14337
|
}
|
|
14250
14338
|
}
|
|
14251
14339
|
let convertedData;
|
|
@@ -14262,7 +14350,7 @@ var require_axios = __commonJS({
|
|
|
14262
14350
|
Blob: config.env && config.env.Blob
|
|
14263
14351
|
});
|
|
14264
14352
|
} catch (err) {
|
|
14265
|
-
throw AxiosError
|
|
14353
|
+
throw AxiosError.from(err, AxiosError.ERR_BAD_REQUEST, config);
|
|
14266
14354
|
}
|
|
14267
14355
|
if (responseType === "text") {
|
|
14268
14356
|
convertedData = convertedData.toString(responseEncoding);
|
|
@@ -14270,32 +14358,31 @@ var require_axios = __commonJS({
|
|
|
14270
14358
|
convertedData = utils$1.stripBOM(convertedData);
|
|
14271
14359
|
}
|
|
14272
14360
|
} else if (responseType === "stream") {
|
|
14273
|
-
convertedData =
|
|
14361
|
+
convertedData = stream.Readable.from(convertedData);
|
|
14274
14362
|
}
|
|
14275
14363
|
return settle(resolve, reject, {
|
|
14276
14364
|
data: convertedData,
|
|
14277
14365
|
status: 200,
|
|
14278
14366
|
statusText: "OK",
|
|
14279
|
-
headers: new AxiosHeaders
|
|
14367
|
+
headers: new AxiosHeaders(),
|
|
14280
14368
|
config
|
|
14281
14369
|
});
|
|
14282
14370
|
}
|
|
14283
14371
|
if (supportedProtocols.indexOf(protocol) === -1) {
|
|
14284
|
-
return reject(new AxiosError
|
|
14285
|
-
"Unsupported protocol " + protocol,
|
|
14286
|
-
AxiosError$1.ERR_BAD_REQUEST,
|
|
14287
|
-
config
|
|
14288
|
-
));
|
|
14372
|
+
return reject(new AxiosError("Unsupported protocol " + protocol, AxiosError.ERR_BAD_REQUEST, config));
|
|
14289
14373
|
}
|
|
14290
|
-
const headers = AxiosHeaders
|
|
14374
|
+
const headers = AxiosHeaders.from(config.headers).normalize();
|
|
14291
14375
|
headers.set("User-Agent", "axios/" + VERSION, false);
|
|
14292
|
-
const {
|
|
14376
|
+
const {
|
|
14377
|
+
onUploadProgress,
|
|
14378
|
+
onDownloadProgress
|
|
14379
|
+
} = config;
|
|
14293
14380
|
const maxRate = config.maxRate;
|
|
14294
14381
|
let maxUploadRate = void 0;
|
|
14295
14382
|
let maxDownloadRate = void 0;
|
|
14296
14383
|
if (utils$1.isSpecCompliantForm(data)) {
|
|
14297
14384
|
const userBoundary = headers.getContentType(/boundary=([-_\w\d]{10,70})/i);
|
|
14298
|
-
data = formDataToStream
|
|
14385
|
+
data = formDataToStream(data, (formHeaders) => {
|
|
14299
14386
|
headers.set(formHeaders);
|
|
14300
14387
|
}, {
|
|
14301
14388
|
tag: `axios-${VERSION}-boundary`,
|
|
@@ -14305,7 +14392,7 @@ var require_axios = __commonJS({
|
|
|
14305
14392
|
headers.set(data.getHeaders());
|
|
14306
14393
|
if (!headers.hasContentLength()) {
|
|
14307
14394
|
try {
|
|
14308
|
-
const knownLength = await
|
|
14395
|
+
const knownLength = await util.promisify(data.getLength).call(data);
|
|
14309
14396
|
Number.isFinite(knownLength) && knownLength >= 0 && headers.setContentLength(knownLength);
|
|
14310
14397
|
} catch (e) {
|
|
14311
14398
|
}
|
|
@@ -14313,7 +14400,7 @@ var require_axios = __commonJS({
|
|
|
14313
14400
|
} else if (utils$1.isBlob(data) || utils$1.isFile(data)) {
|
|
14314
14401
|
data.size && headers.setContentType(data.type || "application/octet-stream");
|
|
14315
14402
|
headers.setContentLength(data.size || 0);
|
|
14316
|
-
data =
|
|
14403
|
+
data = stream.Readable.from(readBlob(data));
|
|
14317
14404
|
} else if (data && !utils$1.isStream(data)) {
|
|
14318
14405
|
if (Buffer.isBuffer(data)) ;
|
|
14319
14406
|
else if (utils$1.isArrayBuffer(data)) {
|
|
@@ -14321,19 +14408,11 @@ var require_axios = __commonJS({
|
|
|
14321
14408
|
} else if (utils$1.isString(data)) {
|
|
14322
14409
|
data = Buffer.from(data, "utf-8");
|
|
14323
14410
|
} else {
|
|
14324
|
-
return reject(new AxiosError
|
|
14325
|
-
"Data after transformation must be a string, an ArrayBuffer, a Buffer, or a Stream",
|
|
14326
|
-
AxiosError$1.ERR_BAD_REQUEST,
|
|
14327
|
-
config
|
|
14328
|
-
));
|
|
14411
|
+
return reject(new AxiosError("Data after transformation must be a string, an ArrayBuffer, a Buffer, or a Stream", AxiosError.ERR_BAD_REQUEST, config));
|
|
14329
14412
|
}
|
|
14330
14413
|
headers.setContentLength(data.length, false);
|
|
14331
14414
|
if (config.maxBodyLength > -1 && data.length > config.maxBodyLength) {
|
|
14332
|
-
return reject(new AxiosError
|
|
14333
|
-
"Request body larger than maxBodyLength limit",
|
|
14334
|
-
AxiosError$1.ERR_BAD_REQUEST,
|
|
14335
|
-
config
|
|
14336
|
-
));
|
|
14415
|
+
return reject(new AxiosError("Request body larger than maxBodyLength limit", AxiosError.ERR_BAD_REQUEST, config));
|
|
14337
14416
|
}
|
|
14338
14417
|
}
|
|
14339
14418
|
const contentLength = utils$1.toFiniteNumber(headers.getContentLength());
|
|
@@ -14345,18 +14424,14 @@ var require_axios = __commonJS({
|
|
|
14345
14424
|
}
|
|
14346
14425
|
if (data && (onUploadProgress || maxUploadRate)) {
|
|
14347
14426
|
if (!utils$1.isStream(data)) {
|
|
14348
|
-
data =
|
|
14427
|
+
data = stream.Readable.from(data, {
|
|
14428
|
+
objectMode: false
|
|
14429
|
+
});
|
|
14349
14430
|
}
|
|
14350
|
-
data =
|
|
14431
|
+
data = stream.pipeline([data, new AxiosTransformStream({
|
|
14351
14432
|
maxRate: utils$1.toFiniteNumber(maxUploadRate)
|
|
14352
14433
|
})], utils$1.noop);
|
|
14353
|
-
onUploadProgress && data.on("progress", flushOnFinish(
|
|
14354
|
-
data,
|
|
14355
|
-
progressEventDecorator(
|
|
14356
|
-
contentLength,
|
|
14357
|
-
progressEventReducer(asyncDecorator(onUploadProgress), false, 3)
|
|
14358
|
-
)
|
|
14359
|
-
));
|
|
14434
|
+
onUploadProgress && data.on("progress", flushOnFinish(data, progressEventDecorator(contentLength, progressEventReducer(asyncDecorator(onUploadProgress), false, 3))));
|
|
14360
14435
|
}
|
|
14361
14436
|
let auth = void 0;
|
|
14362
14437
|
if (config.auth) {
|
|
@@ -14372,11 +14447,7 @@ var require_axios = __commonJS({
|
|
|
14372
14447
|
auth && headers.delete("authorization");
|
|
14373
14448
|
let path;
|
|
14374
14449
|
try {
|
|
14375
|
-
path = buildURL(
|
|
14376
|
-
parsed.pathname + parsed.search,
|
|
14377
|
-
config.params,
|
|
14378
|
-
config.paramsSerializer
|
|
14379
|
-
).replace(/^\?/, "");
|
|
14450
|
+
path = buildURL(parsed.pathname + parsed.search, config.params, config.paramsSerializer).replace(/^\?/, "");
|
|
14380
14451
|
} catch (err) {
|
|
14381
14452
|
const customErr = new Error(err.message);
|
|
14382
14453
|
customErr.config = config;
|
|
@@ -14384,16 +14455,15 @@ var require_axios = __commonJS({
|
|
|
14384
14455
|
customErr.exists = true;
|
|
14385
14456
|
return reject(customErr);
|
|
14386
14457
|
}
|
|
14387
|
-
headers.set(
|
|
14388
|
-
"Accept-Encoding",
|
|
14389
|
-
"gzip, compress, deflate" + (isBrotliSupported ? ", br" : ""),
|
|
14390
|
-
false
|
|
14391
|
-
);
|
|
14458
|
+
headers.set("Accept-Encoding", "gzip, compress, deflate" + (isBrotliSupported ? ", br" : ""), false);
|
|
14392
14459
|
const options = {
|
|
14393
14460
|
path,
|
|
14394
14461
|
method,
|
|
14395
14462
|
headers: headers.toJSON(),
|
|
14396
|
-
agents: {
|
|
14463
|
+
agents: {
|
|
14464
|
+
http: config.httpAgent,
|
|
14465
|
+
https: config.httpsAgent
|
|
14466
|
+
},
|
|
14397
14467
|
auth,
|
|
14398
14468
|
protocol,
|
|
14399
14469
|
family,
|
|
@@ -14418,7 +14488,7 @@ var require_axios = __commonJS({
|
|
|
14418
14488
|
if (config.transport) {
|
|
14419
14489
|
transport = config.transport;
|
|
14420
14490
|
} else if (config.maxRedirects === 0) {
|
|
14421
|
-
transport = isHttpsRequest ?
|
|
14491
|
+
transport = isHttpsRequest ? https : http;
|
|
14422
14492
|
} else {
|
|
14423
14493
|
if (config.maxRedirects) {
|
|
14424
14494
|
options.maxRedirects = config.maxRedirects;
|
|
@@ -14442,16 +14512,10 @@ var require_axios = __commonJS({
|
|
|
14442
14512
|
const streams = [res];
|
|
14443
14513
|
const responseLength = utils$1.toFiniteNumber(res.headers["content-length"]);
|
|
14444
14514
|
if (onDownloadProgress || maxDownloadRate) {
|
|
14445
|
-
const transformStream = new AxiosTransformStream
|
|
14515
|
+
const transformStream = new AxiosTransformStream({
|
|
14446
14516
|
maxRate: utils$1.toFiniteNumber(maxDownloadRate)
|
|
14447
14517
|
});
|
|
14448
|
-
onDownloadProgress && transformStream.on("progress", flushOnFinish(
|
|
14449
|
-
transformStream,
|
|
14450
|
-
progressEventDecorator(
|
|
14451
|
-
responseLength,
|
|
14452
|
-
progressEventReducer(asyncDecorator(onDownloadProgress), true, 3)
|
|
14453
|
-
)
|
|
14454
|
-
));
|
|
14518
|
+
onDownloadProgress && transformStream.on("progress", flushOnFinish(transformStream, progressEventDecorator(responseLength, progressEventReducer(asyncDecorator(onDownloadProgress), true, 3))));
|
|
14455
14519
|
streams.push(transformStream);
|
|
14456
14520
|
}
|
|
14457
14521
|
let responseStream = res;
|
|
@@ -14466,26 +14530,26 @@ var require_axios = __commonJS({
|
|
|
14466
14530
|
case "x-gzip":
|
|
14467
14531
|
case "compress":
|
|
14468
14532
|
case "x-compress":
|
|
14469
|
-
streams.push(
|
|
14533
|
+
streams.push(zlib.createUnzip(zlibOptions));
|
|
14470
14534
|
delete res.headers["content-encoding"];
|
|
14471
14535
|
break;
|
|
14472
14536
|
case "deflate":
|
|
14473
|
-
streams.push(new ZlibHeaderTransformStream
|
|
14474
|
-
streams.push(
|
|
14537
|
+
streams.push(new ZlibHeaderTransformStream());
|
|
14538
|
+
streams.push(zlib.createUnzip(zlibOptions));
|
|
14475
14539
|
delete res.headers["content-encoding"];
|
|
14476
14540
|
break;
|
|
14477
14541
|
case "br":
|
|
14478
14542
|
if (isBrotliSupported) {
|
|
14479
|
-
streams.push(
|
|
14543
|
+
streams.push(zlib.createBrotliDecompress(brotliOptions));
|
|
14480
14544
|
delete res.headers["content-encoding"];
|
|
14481
14545
|
}
|
|
14482
14546
|
}
|
|
14483
14547
|
}
|
|
14484
|
-
responseStream = streams.length > 1 ?
|
|
14548
|
+
responseStream = streams.length > 1 ? stream.pipeline(streams, utils$1.noop) : streams[0];
|
|
14485
14549
|
const response = {
|
|
14486
14550
|
status: res.statusCode,
|
|
14487
14551
|
statusText: res.statusMessage,
|
|
14488
|
-
headers: new AxiosHeaders
|
|
14552
|
+
headers: new AxiosHeaders(res.headers),
|
|
14489
14553
|
config,
|
|
14490
14554
|
request: lastRequest
|
|
14491
14555
|
};
|
|
@@ -14501,30 +14565,20 @@ var require_axios = __commonJS({
|
|
|
14501
14565
|
if (config.maxContentLength > -1 && totalResponseBytes > config.maxContentLength) {
|
|
14502
14566
|
rejected = true;
|
|
14503
14567
|
responseStream.destroy();
|
|
14504
|
-
abort(new AxiosError
|
|
14505
|
-
"maxContentLength size of " + config.maxContentLength + " exceeded",
|
|
14506
|
-
AxiosError$1.ERR_BAD_RESPONSE,
|
|
14507
|
-
config,
|
|
14508
|
-
lastRequest
|
|
14509
|
-
));
|
|
14568
|
+
abort(new AxiosError("maxContentLength size of " + config.maxContentLength + " exceeded", AxiosError.ERR_BAD_RESPONSE, config, lastRequest));
|
|
14510
14569
|
}
|
|
14511
14570
|
});
|
|
14512
14571
|
responseStream.on("aborted", function handlerStreamAborted() {
|
|
14513
14572
|
if (rejected) {
|
|
14514
14573
|
return;
|
|
14515
14574
|
}
|
|
14516
|
-
const err = new AxiosError
|
|
14517
|
-
"stream has been aborted",
|
|
14518
|
-
AxiosError$1.ERR_BAD_RESPONSE,
|
|
14519
|
-
config,
|
|
14520
|
-
lastRequest
|
|
14521
|
-
);
|
|
14575
|
+
const err = new AxiosError("stream has been aborted", AxiosError.ERR_BAD_RESPONSE, config, lastRequest);
|
|
14522
14576
|
responseStream.destroy(err);
|
|
14523
14577
|
reject(err);
|
|
14524
14578
|
});
|
|
14525
14579
|
responseStream.on("error", function handleStreamError(err) {
|
|
14526
14580
|
if (req.destroyed) return;
|
|
14527
|
-
reject(AxiosError
|
|
14581
|
+
reject(AxiosError.from(err, null, config, lastRequest));
|
|
14528
14582
|
});
|
|
14529
14583
|
responseStream.on("end", function handleStreamEnd() {
|
|
14530
14584
|
try {
|
|
@@ -14537,7 +14591,7 @@ var require_axios = __commonJS({
|
|
|
14537
14591
|
}
|
|
14538
14592
|
response.data = responseData;
|
|
14539
14593
|
} catch (err) {
|
|
14540
|
-
return reject(AxiosError
|
|
14594
|
+
return reject(AxiosError.from(err, null, config, response.request, response));
|
|
14541
14595
|
}
|
|
14542
14596
|
settle(resolve, reject, response);
|
|
14543
14597
|
});
|
|
@@ -14557,7 +14611,7 @@ var require_axios = __commonJS({
|
|
|
14557
14611
|
}
|
|
14558
14612
|
});
|
|
14559
14613
|
req.on("error", function handleRequestError(err) {
|
|
14560
|
-
reject(AxiosError
|
|
14614
|
+
reject(AxiosError.from(err, null, config, req));
|
|
14561
14615
|
});
|
|
14562
14616
|
req.on("socket", function handleRequestSocket(socket) {
|
|
14563
14617
|
socket.setKeepAlive(true, 1e3 * 60);
|
|
@@ -14565,12 +14619,7 @@ var require_axios = __commonJS({
|
|
|
14565
14619
|
if (config.timeout) {
|
|
14566
14620
|
const timeout = parseInt(config.timeout, 10);
|
|
14567
14621
|
if (Number.isNaN(timeout)) {
|
|
14568
|
-
abort(new AxiosError
|
|
14569
|
-
"error trying to parse `config.timeout` to int",
|
|
14570
|
-
AxiosError$1.ERR_BAD_OPTION_VALUE,
|
|
14571
|
-
config,
|
|
14572
|
-
req
|
|
14573
|
-
));
|
|
14622
|
+
abort(new AxiosError("error trying to parse `config.timeout` to int", AxiosError.ERR_BAD_OPTION_VALUE, config, req));
|
|
14574
14623
|
return;
|
|
14575
14624
|
}
|
|
14576
14625
|
req.setTimeout(timeout, function handleRequestTimeout() {
|
|
@@ -14580,12 +14629,7 @@ var require_axios = __commonJS({
|
|
|
14580
14629
|
if (config.timeoutErrorMessage) {
|
|
14581
14630
|
timeoutErrorMessage = config.timeoutErrorMessage;
|
|
14582
14631
|
}
|
|
14583
|
-
abort(new AxiosError
|
|
14584
|
-
timeoutErrorMessage,
|
|
14585
|
-
transitional.clarifyTimeoutError ? AxiosError$1.ETIMEDOUT : AxiosError$1.ECONNABORTED,
|
|
14586
|
-
config,
|
|
14587
|
-
req
|
|
14588
|
-
));
|
|
14632
|
+
abort(new AxiosError(timeoutErrorMessage, transitional.clarifyTimeoutError ? AxiosError.ETIMEDOUT : AxiosError.ECONNABORTED, config, req));
|
|
14589
14633
|
});
|
|
14590
14634
|
} else {
|
|
14591
14635
|
req.setTimeout(0);
|
|
@@ -14602,7 +14646,7 @@ var require_axios = __commonJS({
|
|
|
14602
14646
|
});
|
|
14603
14647
|
data.on("close", () => {
|
|
14604
14648
|
if (!ended && !errored) {
|
|
14605
|
-
abort(new CanceledError
|
|
14649
|
+
abort(new CanceledError("Request stream has been aborted", config, req));
|
|
14606
14650
|
}
|
|
14607
14651
|
});
|
|
14608
14652
|
data.pipe(req);
|
|
@@ -14615,10 +14659,7 @@ var require_axios = __commonJS({
|
|
|
14615
14659
|
var isURLSameOrigin = platform.hasStandardBrowserEnv ? /* @__PURE__ */ ((origin2, isMSIE) => (url2) => {
|
|
14616
14660
|
url2 = new URL(url2, platform.origin);
|
|
14617
14661
|
return origin2.protocol === url2.protocol && origin2.host === url2.host && (isMSIE || origin2.port === url2.port);
|
|
14618
|
-
})(
|
|
14619
|
-
new URL(platform.origin),
|
|
14620
|
-
platform.navigator && /(msie|trident)/i.test(platform.navigator.userAgent)
|
|
14621
|
-
) : () => true;
|
|
14662
|
+
})(new URL(platform.origin), platform.navigator && /(msie|trident)/i.test(platform.navigator.userAgent)) : () => true;
|
|
14622
14663
|
var cookies = platform.hasStandardBrowserEnv ? (
|
|
14623
14664
|
// Standard browser envs support document.cookie
|
|
14624
14665
|
{
|
|
@@ -14663,13 +14704,17 @@ var require_axios = __commonJS({
|
|
|
14663
14704
|
}
|
|
14664
14705
|
}
|
|
14665
14706
|
);
|
|
14666
|
-
var headersToObject = (thing) => thing instanceof AxiosHeaders
|
|
14707
|
+
var headersToObject = (thing) => thing instanceof AxiosHeaders ? {
|
|
14708
|
+
...thing
|
|
14709
|
+
} : thing;
|
|
14667
14710
|
function mergeConfig(config1, config2) {
|
|
14668
14711
|
config2 = config2 || {};
|
|
14669
14712
|
const config = {};
|
|
14670
14713
|
function getMergedValue(target, source, prop, caseless) {
|
|
14671
14714
|
if (utils$1.isPlainObject(target) && utils$1.isPlainObject(source)) {
|
|
14672
|
-
return utils$1.merge.call({
|
|
14715
|
+
return utils$1.merge.call({
|
|
14716
|
+
caseless
|
|
14717
|
+
}, target, source);
|
|
14673
14718
|
} else if (utils$1.isPlainObject(source)) {
|
|
14674
14719
|
return utils$1.merge({}, source);
|
|
14675
14720
|
} else if (utils$1.isArray(source)) {
|
|
@@ -14734,28 +14779,31 @@ var require_axios = __commonJS({
|
|
|
14734
14779
|
validateStatus: mergeDirectKeys,
|
|
14735
14780
|
headers: (a, b, prop) => mergeDeepProperties(headersToObject(a), headersToObject(b), prop, true)
|
|
14736
14781
|
};
|
|
14737
|
-
utils$1.forEach(
|
|
14738
|
-
|
|
14739
|
-
|
|
14740
|
-
|
|
14741
|
-
|
|
14742
|
-
|
|
14743
|
-
|
|
14744
|
-
|
|
14745
|
-
|
|
14746
|
-
);
|
|
14782
|
+
utils$1.forEach(Object.keys({
|
|
14783
|
+
...config1,
|
|
14784
|
+
...config2
|
|
14785
|
+
}), function computeConfigValue(prop) {
|
|
14786
|
+
if (prop === "__proto__" || prop === "constructor" || prop === "prototype") return;
|
|
14787
|
+
const merge2 = utils$1.hasOwnProp(mergeMap, prop) ? mergeMap[prop] : mergeDeepProperties;
|
|
14788
|
+
const configValue = merge2(config1[prop], config2[prop], prop);
|
|
14789
|
+
utils$1.isUndefined(configValue) && merge2 !== mergeDirectKeys || (config[prop] = configValue);
|
|
14790
|
+
});
|
|
14747
14791
|
return config;
|
|
14748
14792
|
}
|
|
14749
14793
|
var resolveConfig = (config) => {
|
|
14750
14794
|
const newConfig = mergeConfig({}, config);
|
|
14751
|
-
let {
|
|
14752
|
-
|
|
14795
|
+
let {
|
|
14796
|
+
data,
|
|
14797
|
+
withXSRFToken,
|
|
14798
|
+
xsrfHeaderName,
|
|
14799
|
+
xsrfCookieName,
|
|
14800
|
+
headers,
|
|
14801
|
+
auth
|
|
14802
|
+
} = newConfig;
|
|
14803
|
+
newConfig.headers = headers = AxiosHeaders.from(headers);
|
|
14753
14804
|
newConfig.url = buildURL(buildFullPath(newConfig.baseURL, newConfig.url, newConfig.allowAbsoluteUrls), config.params, config.paramsSerializer);
|
|
14754
14805
|
if (auth) {
|
|
14755
|
-
headers.set(
|
|
14756
|
-
"Authorization",
|
|
14757
|
-
"Basic " + btoa((auth.username || "") + ":" + (auth.password ? unescape(encodeURIComponent(auth.password)) : ""))
|
|
14758
|
-
);
|
|
14806
|
+
headers.set("Authorization", "Basic " + btoa((auth.username || "") + ":" + (auth.password ? unescape(encodeURIComponent(auth.password)) : "")));
|
|
14759
14807
|
}
|
|
14760
14808
|
if (utils$1.isFormData(data)) {
|
|
14761
14809
|
if (platform.hasStandardBrowserEnv || platform.hasStandardBrowserWebWorkerEnv) {
|
|
@@ -14786,8 +14834,12 @@ var require_axios = __commonJS({
|
|
|
14786
14834
|
return new Promise(function dispatchXhrRequest(resolve, reject) {
|
|
14787
14835
|
const _config = resolveConfig(config);
|
|
14788
14836
|
let requestData = _config.data;
|
|
14789
|
-
const requestHeaders = AxiosHeaders
|
|
14790
|
-
let {
|
|
14837
|
+
const requestHeaders = AxiosHeaders.from(_config.headers).normalize();
|
|
14838
|
+
let {
|
|
14839
|
+
responseType,
|
|
14840
|
+
onUploadProgress,
|
|
14841
|
+
onDownloadProgress
|
|
14842
|
+
} = _config;
|
|
14791
14843
|
let onCanceled;
|
|
14792
14844
|
let uploadThrottled, downloadThrottled;
|
|
14793
14845
|
let flushUpload, flushDownload;
|
|
@@ -14804,9 +14856,7 @@ var require_axios = __commonJS({
|
|
|
14804
14856
|
if (!request) {
|
|
14805
14857
|
return;
|
|
14806
14858
|
}
|
|
14807
|
-
const responseHeaders = AxiosHeaders
|
|
14808
|
-
"getAllResponseHeaders" in request && request.getAllResponseHeaders()
|
|
14809
|
-
);
|
|
14859
|
+
const responseHeaders = AxiosHeaders.from("getAllResponseHeaders" in request && request.getAllResponseHeaders());
|
|
14810
14860
|
const responseData = !responseType || responseType === "text" || responseType === "json" ? request.responseText : request.response;
|
|
14811
14861
|
const response = {
|
|
14812
14862
|
data: responseData,
|
|
@@ -14842,12 +14892,12 @@ var require_axios = __commonJS({
|
|
|
14842
14892
|
if (!request) {
|
|
14843
14893
|
return;
|
|
14844
14894
|
}
|
|
14845
|
-
reject(new AxiosError
|
|
14895
|
+
reject(new AxiosError("Request aborted", AxiosError.ECONNABORTED, config, request));
|
|
14846
14896
|
request = null;
|
|
14847
14897
|
};
|
|
14848
14898
|
request.onerror = function handleError(event) {
|
|
14849
14899
|
const msg = event && event.message ? event.message : "Network Error";
|
|
14850
|
-
const err = new AxiosError
|
|
14900
|
+
const err = new AxiosError(msg, AxiosError.ERR_NETWORK, config, request);
|
|
14851
14901
|
err.event = event || null;
|
|
14852
14902
|
reject(err);
|
|
14853
14903
|
request = null;
|
|
@@ -14858,12 +14908,7 @@ var require_axios = __commonJS({
|
|
|
14858
14908
|
if (_config.timeoutErrorMessage) {
|
|
14859
14909
|
timeoutErrorMessage = _config.timeoutErrorMessage;
|
|
14860
14910
|
}
|
|
14861
|
-
reject(new AxiosError
|
|
14862
|
-
timeoutErrorMessage,
|
|
14863
|
-
transitional.clarifyTimeoutError ? AxiosError$1.ETIMEDOUT : AxiosError$1.ECONNABORTED,
|
|
14864
|
-
config,
|
|
14865
|
-
request
|
|
14866
|
-
));
|
|
14911
|
+
reject(new AxiosError(timeoutErrorMessage, transitional.clarifyTimeoutError ? AxiosError.ETIMEDOUT : AxiosError.ECONNABORTED, config, request));
|
|
14867
14912
|
request = null;
|
|
14868
14913
|
};
|
|
14869
14914
|
requestData === void 0 && requestHeaders.setContentType(null);
|
|
@@ -14892,7 +14937,7 @@ var require_axios = __commonJS({
|
|
|
14892
14937
|
if (!request) {
|
|
14893
14938
|
return;
|
|
14894
14939
|
}
|
|
14895
|
-
reject(!cancel || cancel.type ? new CanceledError
|
|
14940
|
+
reject(!cancel || cancel.type ? new CanceledError(null, config, request) : cancel);
|
|
14896
14941
|
request.abort();
|
|
14897
14942
|
request = null;
|
|
14898
14943
|
};
|
|
@@ -14903,14 +14948,16 @@ var require_axios = __commonJS({
|
|
|
14903
14948
|
}
|
|
14904
14949
|
const protocol = parseProtocol(_config.url);
|
|
14905
14950
|
if (protocol && platform.protocols.indexOf(protocol) === -1) {
|
|
14906
|
-
reject(new AxiosError
|
|
14951
|
+
reject(new AxiosError("Unsupported protocol " + protocol + ":", AxiosError.ERR_BAD_REQUEST, config));
|
|
14907
14952
|
return;
|
|
14908
14953
|
}
|
|
14909
14954
|
request.send(requestData || null);
|
|
14910
14955
|
});
|
|
14911
14956
|
};
|
|
14912
14957
|
var composeSignals = (signals, timeout) => {
|
|
14913
|
-
const {
|
|
14958
|
+
const {
|
|
14959
|
+
length
|
|
14960
|
+
} = signals = signals ? signals.filter(Boolean) : [];
|
|
14914
14961
|
if (timeout || length) {
|
|
14915
14962
|
let controller = new AbortController();
|
|
14916
14963
|
let aborted;
|
|
@@ -14919,12 +14966,12 @@ var require_axios = __commonJS({
|
|
|
14919
14966
|
aborted = true;
|
|
14920
14967
|
unsubscribe();
|
|
14921
14968
|
const err = reason instanceof Error ? reason : this.reason;
|
|
14922
|
-
controller.abort(err instanceof AxiosError
|
|
14969
|
+
controller.abort(err instanceof AxiosError ? err : new CanceledError(err instanceof Error ? err.message : err));
|
|
14923
14970
|
}
|
|
14924
14971
|
};
|
|
14925
14972
|
let timer = timeout && setTimeout(() => {
|
|
14926
14973
|
timer = null;
|
|
14927
|
-
onabort(new AxiosError
|
|
14974
|
+
onabort(new AxiosError(`timeout of ${timeout}ms exceeded`, AxiosError.ETIMEDOUT));
|
|
14928
14975
|
}, timeout);
|
|
14929
14976
|
const unsubscribe = () => {
|
|
14930
14977
|
if (signals) {
|
|
@@ -14937,15 +14984,16 @@ var require_axios = __commonJS({
|
|
|
14937
14984
|
}
|
|
14938
14985
|
};
|
|
14939
14986
|
signals.forEach((signal2) => signal2.addEventListener("abort", onabort));
|
|
14940
|
-
const {
|
|
14987
|
+
const {
|
|
14988
|
+
signal
|
|
14989
|
+
} = controller;
|
|
14941
14990
|
signal.unsubscribe = () => utils$1.asap(unsubscribe);
|
|
14942
14991
|
return signal;
|
|
14943
14992
|
}
|
|
14944
14993
|
};
|
|
14945
|
-
var composeSignals$1 = composeSignals;
|
|
14946
14994
|
var streamChunk = function* (chunk, chunkSize) {
|
|
14947
14995
|
let len = chunk.byteLength;
|
|
14948
|
-
if (
|
|
14996
|
+
if (len < chunkSize) {
|
|
14949
14997
|
yield chunk;
|
|
14950
14998
|
return;
|
|
14951
14999
|
}
|
|
@@ -14970,7 +15018,10 @@ var require_axios = __commonJS({
|
|
|
14970
15018
|
const reader = stream2.getReader();
|
|
14971
15019
|
try {
|
|
14972
15020
|
for (; ; ) {
|
|
14973
|
-
const {
|
|
15021
|
+
const {
|
|
15022
|
+
done,
|
|
15023
|
+
value
|
|
15024
|
+
} = await reader.read();
|
|
14974
15025
|
if (done) {
|
|
14975
15026
|
break;
|
|
14976
15027
|
}
|
|
@@ -14993,7 +15044,10 @@ var require_axios = __commonJS({
|
|
|
14993
15044
|
return new ReadableStream({
|
|
14994
15045
|
async pull(controller) {
|
|
14995
15046
|
try {
|
|
14996
|
-
const {
|
|
15047
|
+
const {
|
|
15048
|
+
done: done2,
|
|
15049
|
+
value
|
|
15050
|
+
} = await iterator2.next();
|
|
14997
15051
|
if (done2) {
|
|
14998
15052
|
_onFinish();
|
|
14999
15053
|
controller.close();
|
|
@@ -15019,8 +15073,13 @@ var require_axios = __commonJS({
|
|
|
15019
15073
|
});
|
|
15020
15074
|
};
|
|
15021
15075
|
var DEFAULT_CHUNK_SIZE = 64 * 1024;
|
|
15022
|
-
var {
|
|
15023
|
-
|
|
15076
|
+
var {
|
|
15077
|
+
isFunction
|
|
15078
|
+
} = utils$1;
|
|
15079
|
+
var globalFetchAPI = (({
|
|
15080
|
+
Request,
|
|
15081
|
+
Response
|
|
15082
|
+
}) => ({
|
|
15024
15083
|
Request,
|
|
15025
15084
|
Response
|
|
15026
15085
|
}))(utils$1.global);
|
|
@@ -15039,7 +15098,11 @@ var require_axios = __commonJS({
|
|
|
15039
15098
|
env = utils$1.merge.call({
|
|
15040
15099
|
skipUndefined: true
|
|
15041
15100
|
}, globalFetchAPI, env);
|
|
15042
|
-
const {
|
|
15101
|
+
const {
|
|
15102
|
+
fetch: envFetch,
|
|
15103
|
+
Request,
|
|
15104
|
+
Response
|
|
15105
|
+
} = env;
|
|
15043
15106
|
const isFetchSupported = envFetch ? isFunction(envFetch) : typeof fetch === "function";
|
|
15044
15107
|
const isRequestSupported = isFunction(Request);
|
|
15045
15108
|
const isResponseSupported = isFunction(Response);
|
|
@@ -15050,14 +15113,16 @@ var require_axios = __commonJS({
|
|
|
15050
15113
|
const encodeText = isFetchSupported && (typeof TextEncoder$1 === "function" ? /* @__PURE__ */ ((encoder) => (str) => encoder.encode(str))(new TextEncoder$1()) : async (str) => new Uint8Array(await new Request(str).arrayBuffer()));
|
|
15051
15114
|
const supportsRequestStream = isRequestSupported && isReadableStreamSupported && test(() => {
|
|
15052
15115
|
let duplexAccessed = false;
|
|
15116
|
+
const body = new ReadableStream$1();
|
|
15053
15117
|
const hasContentType = new Request(platform.origin, {
|
|
15054
|
-
body
|
|
15118
|
+
body,
|
|
15055
15119
|
method: "POST",
|
|
15056
15120
|
get duplex() {
|
|
15057
15121
|
duplexAccessed = true;
|
|
15058
15122
|
return "half";
|
|
15059
15123
|
}
|
|
15060
15124
|
}).headers.has("Content-Type");
|
|
15125
|
+
body.cancel();
|
|
15061
15126
|
return duplexAccessed && !hasContentType;
|
|
15062
15127
|
});
|
|
15063
15128
|
const supportsResponseStream = isResponseSupported && isReadableStreamSupported && test(() => utils$1.isReadableStream(new Response("").body));
|
|
@@ -15071,7 +15136,7 @@ var require_axios = __commonJS({
|
|
|
15071
15136
|
if (method) {
|
|
15072
15137
|
return method.call(res);
|
|
15073
15138
|
}
|
|
15074
|
-
throw new AxiosError
|
|
15139
|
+
throw new AxiosError(`Response type '${type}' is not supported`, AxiosError.ERR_NOT_SUPPORT, config);
|
|
15075
15140
|
});
|
|
15076
15141
|
});
|
|
15077
15142
|
})();
|
|
@@ -15120,7 +15185,7 @@ var require_axios = __commonJS({
|
|
|
15120
15185
|
} = resolveConfig(config);
|
|
15121
15186
|
let _fetch = envFetch || fetch;
|
|
15122
15187
|
responseType = responseType ? (responseType + "").toLowerCase() : "text";
|
|
15123
|
-
let composedSignal = composeSignals
|
|
15188
|
+
let composedSignal = composeSignals([signal, cancelToken && cancelToken.toAbortSignal()], timeout);
|
|
15124
15189
|
let request = null;
|
|
15125
15190
|
const unsubscribe = composedSignal && composedSignal.unsubscribe && (() => {
|
|
15126
15191
|
composedSignal.unsubscribe();
|
|
@@ -15138,10 +15203,7 @@ var require_axios = __commonJS({
|
|
|
15138
15203
|
headers.setContentType(contentTypeHeader);
|
|
15139
15204
|
}
|
|
15140
15205
|
if (_request.body) {
|
|
15141
|
-
const [onProgress, flush] = progressEventDecorator(
|
|
15142
|
-
requestContentLength,
|
|
15143
|
-
progressEventReducer(asyncDecorator(onUploadProgress))
|
|
15144
|
-
);
|
|
15206
|
+
const [onProgress, flush] = progressEventDecorator(requestContentLength, progressEventReducer(asyncDecorator(onUploadProgress)));
|
|
15145
15207
|
data = trackStream(_request.body, DEFAULT_CHUNK_SIZE, onProgress, flush);
|
|
15146
15208
|
}
|
|
15147
15209
|
}
|
|
@@ -15167,17 +15229,11 @@ var require_axios = __commonJS({
|
|
|
15167
15229
|
options[prop] = response[prop];
|
|
15168
15230
|
});
|
|
15169
15231
|
const responseContentLength = utils$1.toFiniteNumber(response.headers.get("content-length"));
|
|
15170
|
-
const [onProgress, flush] = onDownloadProgress && progressEventDecorator(
|
|
15171
|
-
|
|
15172
|
-
|
|
15173
|
-
|
|
15174
|
-
|
|
15175
|
-
trackStream(response.body, DEFAULT_CHUNK_SIZE, onProgress, () => {
|
|
15176
|
-
flush && flush();
|
|
15177
|
-
unsubscribe && unsubscribe();
|
|
15178
|
-
}),
|
|
15179
|
-
options
|
|
15180
|
-
);
|
|
15232
|
+
const [onProgress, flush] = onDownloadProgress && progressEventDecorator(responseContentLength, progressEventReducer(asyncDecorator(onDownloadProgress), true)) || [];
|
|
15233
|
+
response = new Response(trackStream(response.body, DEFAULT_CHUNK_SIZE, onProgress, () => {
|
|
15234
|
+
flush && flush();
|
|
15235
|
+
unsubscribe && unsubscribe();
|
|
15236
|
+
}), options);
|
|
15181
15237
|
}
|
|
15182
15238
|
responseType = responseType || "text";
|
|
15183
15239
|
let responseData = await resolvers[utils$1.findKey(resolvers, responseType) || "text"](response, config);
|
|
@@ -15185,7 +15241,7 @@ var require_axios = __commonJS({
|
|
|
15185
15241
|
return await new Promise((resolve, reject) => {
|
|
15186
15242
|
settle(resolve, reject, {
|
|
15187
15243
|
data: responseData,
|
|
15188
|
-
headers: AxiosHeaders
|
|
15244
|
+
headers: AxiosHeaders.from(response.headers),
|
|
15189
15245
|
status: response.status,
|
|
15190
15246
|
statusText: response.statusText,
|
|
15191
15247
|
config,
|
|
@@ -15195,26 +15251,23 @@ var require_axios = __commonJS({
|
|
|
15195
15251
|
} catch (err) {
|
|
15196
15252
|
unsubscribe && unsubscribe();
|
|
15197
15253
|
if (err && err.name === "TypeError" && /Load failed|fetch/i.test(err.message)) {
|
|
15198
|
-
throw Object.assign(
|
|
15199
|
-
|
|
15200
|
-
|
|
15201
|
-
cause: err.cause || err
|
|
15202
|
-
}
|
|
15203
|
-
);
|
|
15254
|
+
throw Object.assign(new AxiosError("Network Error", AxiosError.ERR_NETWORK, config, request, err && err.response), {
|
|
15255
|
+
cause: err.cause || err
|
|
15256
|
+
});
|
|
15204
15257
|
}
|
|
15205
|
-
throw AxiosError
|
|
15258
|
+
throw AxiosError.from(err, err && err.code, config, request, err && err.response);
|
|
15206
15259
|
}
|
|
15207
15260
|
};
|
|
15208
15261
|
};
|
|
15209
15262
|
var seedCache = /* @__PURE__ */ new Map();
|
|
15210
15263
|
var getFetch = (config) => {
|
|
15211
15264
|
let env = config && config.env || {};
|
|
15212
|
-
const {
|
|
15213
|
-
|
|
15265
|
+
const {
|
|
15266
|
+
fetch: fetch2,
|
|
15214
15267
|
Request,
|
|
15215
|
-
Response
|
|
15216
|
-
|
|
15217
|
-
];
|
|
15268
|
+
Response
|
|
15269
|
+
} = env;
|
|
15270
|
+
const seeds = [Request, Response, fetch2];
|
|
15218
15271
|
let len = seeds.length, i = len, seed, target, map = seedCache;
|
|
15219
15272
|
while (i--) {
|
|
15220
15273
|
seed = seeds[i];
|
|
@@ -15235,17 +15288,23 @@ var require_axios = __commonJS({
|
|
|
15235
15288
|
utils$1.forEach(knownAdapters, (fn, value) => {
|
|
15236
15289
|
if (fn) {
|
|
15237
15290
|
try {
|
|
15238
|
-
Object.defineProperty(fn, "name", {
|
|
15291
|
+
Object.defineProperty(fn, "name", {
|
|
15292
|
+
value
|
|
15293
|
+
});
|
|
15239
15294
|
} catch (e) {
|
|
15240
15295
|
}
|
|
15241
|
-
Object.defineProperty(fn, "adapterName", {
|
|
15296
|
+
Object.defineProperty(fn, "adapterName", {
|
|
15297
|
+
value
|
|
15298
|
+
});
|
|
15242
15299
|
}
|
|
15243
15300
|
});
|
|
15244
15301
|
var renderReason = (reason) => `- ${reason}`;
|
|
15245
15302
|
var isResolvedHandle = (adapter) => utils$1.isFunction(adapter) || adapter === null || adapter === false;
|
|
15246
15303
|
function getAdapter(adapters2, config) {
|
|
15247
15304
|
adapters2 = utils$1.isArray(adapters2) ? adapters2 : [adapters2];
|
|
15248
|
-
const {
|
|
15305
|
+
const {
|
|
15306
|
+
length
|
|
15307
|
+
} = adapters2;
|
|
15249
15308
|
let nameOrAdapter;
|
|
15250
15309
|
let adapter;
|
|
15251
15310
|
const rejectedReasons = {};
|
|
@@ -15256,7 +15315,7 @@ var require_axios = __commonJS({
|
|
|
15256
15315
|
if (!isResolvedHandle(nameOrAdapter)) {
|
|
15257
15316
|
adapter = knownAdapters[(id = String(nameOrAdapter)).toLowerCase()];
|
|
15258
15317
|
if (adapter === void 0) {
|
|
15259
|
-
throw new AxiosError
|
|
15318
|
+
throw new AxiosError(`Unknown adapter '${id}'`);
|
|
15260
15319
|
}
|
|
15261
15320
|
}
|
|
15262
15321
|
if (adapter && (utils$1.isFunction(adapter) || (adapter = adapter.get(config)))) {
|
|
@@ -15265,14 +15324,9 @@ var require_axios = __commonJS({
|
|
|
15265
15324
|
rejectedReasons[id || "#" + i] = adapter;
|
|
15266
15325
|
}
|
|
15267
15326
|
if (!adapter) {
|
|
15268
|
-
const reasons = Object.entries(rejectedReasons).map(
|
|
15269
|
-
([id, state]) => `adapter ${id} ` + (state === false ? "is not supported by the environment" : "is not available in the build")
|
|
15270
|
-
);
|
|
15327
|
+
const reasons = Object.entries(rejectedReasons).map(([id, state]) => `adapter ${id} ` + (state === false ? "is not supported by the environment" : "is not available in the build"));
|
|
15271
15328
|
let s = length ? reasons.length > 1 ? "since :\n" + reasons.map(renderReason).join("\n") : " " + renderReason(reasons[0]) : "as no adapter specified";
|
|
15272
|
-
throw new AxiosError
|
|
15273
|
-
`There is no suitable adapter to dispatch the request ` + s,
|
|
15274
|
-
"ERR_NOT_SUPPORT"
|
|
15275
|
-
);
|
|
15329
|
+
throw new AxiosError(`There is no suitable adapter to dispatch the request ` + s, "ERR_NOT_SUPPORT");
|
|
15276
15330
|
}
|
|
15277
15331
|
return adapter;
|
|
15278
15332
|
}
|
|
@@ -15293,39 +15347,28 @@ var require_axios = __commonJS({
|
|
|
15293
15347
|
config.cancelToken.throwIfRequested();
|
|
15294
15348
|
}
|
|
15295
15349
|
if (config.signal && config.signal.aborted) {
|
|
15296
|
-
throw new CanceledError
|
|
15350
|
+
throw new CanceledError(null, config);
|
|
15297
15351
|
}
|
|
15298
15352
|
}
|
|
15299
15353
|
function dispatchRequest(config) {
|
|
15300
15354
|
throwIfCancellationRequested(config);
|
|
15301
|
-
config.headers = AxiosHeaders
|
|
15302
|
-
config.data = transformData.call(
|
|
15303
|
-
config,
|
|
15304
|
-
config.transformRequest
|
|
15305
|
-
);
|
|
15355
|
+
config.headers = AxiosHeaders.from(config.headers);
|
|
15356
|
+
config.data = transformData.call(config, config.transformRequest);
|
|
15306
15357
|
if (["post", "put", "patch"].indexOf(config.method) !== -1) {
|
|
15307
15358
|
config.headers.setContentType("application/x-www-form-urlencoded", false);
|
|
15308
15359
|
}
|
|
15309
|
-
const adapter = adapters.getAdapter(config.adapter || defaults
|
|
15360
|
+
const adapter = adapters.getAdapter(config.adapter || defaults.adapter, config);
|
|
15310
15361
|
return adapter(config).then(function onAdapterResolution(response) {
|
|
15311
15362
|
throwIfCancellationRequested(config);
|
|
15312
|
-
response.data = transformData.call(
|
|
15313
|
-
|
|
15314
|
-
config.transformResponse,
|
|
15315
|
-
response
|
|
15316
|
-
);
|
|
15317
|
-
response.headers = AxiosHeaders$1.from(response.headers);
|
|
15363
|
+
response.data = transformData.call(config, config.transformResponse, response);
|
|
15364
|
+
response.headers = AxiosHeaders.from(response.headers);
|
|
15318
15365
|
return response;
|
|
15319
15366
|
}, function onAdapterRejection(reason) {
|
|
15320
15367
|
if (!isCancel(reason)) {
|
|
15321
15368
|
throwIfCancellationRequested(config);
|
|
15322
15369
|
if (reason && reason.response) {
|
|
15323
|
-
reason.response.data = transformData.call(
|
|
15324
|
-
|
|
15325
|
-
config.transformResponse,
|
|
15326
|
-
reason.response
|
|
15327
|
-
);
|
|
15328
|
-
reason.response.headers = AxiosHeaders$1.from(reason.response.headers);
|
|
15370
|
+
reason.response.data = transformData.call(config, config.transformResponse, reason.response);
|
|
15371
|
+
reason.response.headers = AxiosHeaders.from(reason.response.headers);
|
|
15329
15372
|
}
|
|
15330
15373
|
}
|
|
15331
15374
|
return Promise.reject(reason);
|
|
@@ -15344,19 +15387,11 @@ var require_axios = __commonJS({
|
|
|
15344
15387
|
}
|
|
15345
15388
|
return (value, opt, opts) => {
|
|
15346
15389
|
if (validator2 === false) {
|
|
15347
|
-
throw new AxiosError
|
|
15348
|
-
formatMessage(opt, " has been removed" + (version ? " in " + version : "")),
|
|
15349
|
-
AxiosError$1.ERR_DEPRECATED
|
|
15350
|
-
);
|
|
15390
|
+
throw new AxiosError(formatMessage(opt, " has been removed" + (version ? " in " + version : "")), AxiosError.ERR_DEPRECATED);
|
|
15351
15391
|
}
|
|
15352
15392
|
if (version && !deprecatedWarnings[opt]) {
|
|
15353
15393
|
deprecatedWarnings[opt] = true;
|
|
15354
|
-
console.warn(
|
|
15355
|
-
formatMessage(
|
|
15356
|
-
opt,
|
|
15357
|
-
" has been deprecated since v" + version + " and will be removed in the near future"
|
|
15358
|
-
)
|
|
15359
|
-
);
|
|
15394
|
+
console.warn(formatMessage(opt, " has been deprecated since v" + version + " and will be removed in the near future"));
|
|
15360
15395
|
}
|
|
15361
15396
|
return validator2 ? validator2(value, opt, opts) : true;
|
|
15362
15397
|
};
|
|
@@ -15369,7 +15404,7 @@ var require_axios = __commonJS({
|
|
|
15369
15404
|
};
|
|
15370
15405
|
function assertOptions(options, schema, allowUnknown) {
|
|
15371
15406
|
if (typeof options !== "object") {
|
|
15372
|
-
throw new AxiosError
|
|
15407
|
+
throw new AxiosError("options must be an object", AxiosError.ERR_BAD_OPTION_VALUE);
|
|
15373
15408
|
}
|
|
15374
15409
|
const keys = Object.keys(options);
|
|
15375
15410
|
let i = keys.length;
|
|
@@ -15380,12 +15415,12 @@ var require_axios = __commonJS({
|
|
|
15380
15415
|
const value = options[opt];
|
|
15381
15416
|
const result = value === void 0 || validator2(value, opt, options);
|
|
15382
15417
|
if (result !== true) {
|
|
15383
|
-
throw new AxiosError
|
|
15418
|
+
throw new AxiosError("option " + opt + " must be " + result, AxiosError.ERR_BAD_OPTION_VALUE);
|
|
15384
15419
|
}
|
|
15385
15420
|
continue;
|
|
15386
15421
|
}
|
|
15387
15422
|
if (allowUnknown !== true) {
|
|
15388
|
-
throw new AxiosError
|
|
15423
|
+
throw new AxiosError("Unknown option " + opt, AxiosError.ERR_BAD_OPTION);
|
|
15389
15424
|
}
|
|
15390
15425
|
}
|
|
15391
15426
|
}
|
|
@@ -15398,8 +15433,8 @@ var require_axios = __commonJS({
|
|
|
15398
15433
|
constructor(instanceConfig) {
|
|
15399
15434
|
this.defaults = instanceConfig || {};
|
|
15400
15435
|
this.interceptors = {
|
|
15401
|
-
request: new InterceptorManager
|
|
15402
|
-
response: new InterceptorManager
|
|
15436
|
+
request: new InterceptorManager(),
|
|
15437
|
+
response: new InterceptorManager()
|
|
15403
15438
|
};
|
|
15404
15439
|
}
|
|
15405
15440
|
/**
|
|
@@ -15417,12 +15452,23 @@ var require_axios = __commonJS({
|
|
|
15417
15452
|
if (err instanceof Error) {
|
|
15418
15453
|
let dummy = {};
|
|
15419
15454
|
Error.captureStackTrace ? Error.captureStackTrace(dummy) : dummy = new Error();
|
|
15420
|
-
const stack =
|
|
15455
|
+
const stack = (() => {
|
|
15456
|
+
if (!dummy.stack) {
|
|
15457
|
+
return "";
|
|
15458
|
+
}
|
|
15459
|
+
const firstNewlineIndex = dummy.stack.indexOf("\n");
|
|
15460
|
+
return firstNewlineIndex === -1 ? "" : dummy.stack.slice(firstNewlineIndex + 1);
|
|
15461
|
+
})();
|
|
15421
15462
|
try {
|
|
15422
15463
|
if (!err.stack) {
|
|
15423
15464
|
err.stack = stack;
|
|
15424
|
-
} else if (stack
|
|
15425
|
-
|
|
15465
|
+
} else if (stack) {
|
|
15466
|
+
const firstNewlineIndex = stack.indexOf("\n");
|
|
15467
|
+
const secondNewlineIndex = firstNewlineIndex === -1 ? -1 : stack.indexOf("\n", firstNewlineIndex + 1);
|
|
15468
|
+
const stackWithoutTwoTopLines = secondNewlineIndex === -1 ? "" : stack.slice(secondNewlineIndex + 1);
|
|
15469
|
+
if (!String(err.stack).endsWith(stackWithoutTwoTopLines)) {
|
|
15470
|
+
err.stack += "\n" + stack;
|
|
15471
|
+
}
|
|
15426
15472
|
}
|
|
15427
15473
|
} catch (e) {
|
|
15428
15474
|
}
|
|
@@ -15438,7 +15484,11 @@ var require_axios = __commonJS({
|
|
|
15438
15484
|
config = configOrUrl || {};
|
|
15439
15485
|
}
|
|
15440
15486
|
config = mergeConfig(this.defaults, config);
|
|
15441
|
-
const {
|
|
15487
|
+
const {
|
|
15488
|
+
transitional,
|
|
15489
|
+
paramsSerializer,
|
|
15490
|
+
headers
|
|
15491
|
+
} = config;
|
|
15442
15492
|
if (transitional !== void 0) {
|
|
15443
15493
|
validator.assertOptions(transitional, {
|
|
15444
15494
|
silentJSONParsing: validators.transitional(validators.boolean),
|
|
@@ -15470,17 +15520,11 @@ var require_axios = __commonJS({
|
|
|
15470
15520
|
withXsrfToken: validators.spelling("withXSRFToken")
|
|
15471
15521
|
}, true);
|
|
15472
15522
|
config.method = (config.method || this.defaults.method || "get").toLowerCase();
|
|
15473
|
-
let contextHeaders = headers && utils$1.merge(
|
|
15474
|
-
|
|
15475
|
-
headers[
|
|
15476
|
-
);
|
|
15477
|
-
headers
|
|
15478
|
-
["delete", "get", "head", "post", "put", "patch", "common"],
|
|
15479
|
-
(method) => {
|
|
15480
|
-
delete headers[method];
|
|
15481
|
-
}
|
|
15482
|
-
);
|
|
15483
|
-
config.headers = AxiosHeaders$1.concat(contextHeaders, headers);
|
|
15523
|
+
let contextHeaders = headers && utils$1.merge(headers.common, headers[config.method]);
|
|
15524
|
+
headers && utils$1.forEach(["delete", "get", "head", "post", "put", "patch", "common"], (method) => {
|
|
15525
|
+
delete headers[method];
|
|
15526
|
+
});
|
|
15527
|
+
config.headers = AxiosHeaders.concat(contextHeaders, headers);
|
|
15484
15528
|
const requestInterceptorChain = [];
|
|
15485
15529
|
let synchronousRequestInterceptors = true;
|
|
15486
15530
|
this.interceptors.request.forEach(function unshiftRequestInterceptors(interceptor) {
|
|
@@ -15569,7 +15613,6 @@ var require_axios = __commonJS({
|
|
|
15569
15613
|
Axios.prototype[method] = generateHTTPMethod();
|
|
15570
15614
|
Axios.prototype[method + "Form"] = generateHTTPMethod(true);
|
|
15571
15615
|
});
|
|
15572
|
-
var Axios$1 = Axios;
|
|
15573
15616
|
var CancelToken = class _CancelToken {
|
|
15574
15617
|
constructor(executor) {
|
|
15575
15618
|
if (typeof executor !== "function") {
|
|
@@ -15603,7 +15646,7 @@ var require_axios = __commonJS({
|
|
|
15603
15646
|
if (token.reason) {
|
|
15604
15647
|
return;
|
|
15605
15648
|
}
|
|
15606
|
-
token.reason = new CanceledError
|
|
15649
|
+
token.reason = new CanceledError(message, config, request);
|
|
15607
15650
|
resolvePromise(token.reason);
|
|
15608
15651
|
});
|
|
15609
15652
|
}
|
|
@@ -15665,7 +15708,6 @@ var require_axios = __commonJS({
|
|
|
15665
15708
|
};
|
|
15666
15709
|
}
|
|
15667
15710
|
};
|
|
15668
|
-
var CancelToken$1 = CancelToken;
|
|
15669
15711
|
function spread(callback) {
|
|
15670
15712
|
return function wrap(arr) {
|
|
15671
15713
|
return callback.apply(null, arr);
|
|
@@ -15748,25 +15790,28 @@ var require_axios = __commonJS({
|
|
|
15748
15790
|
Object.entries(HttpStatusCode).forEach(([key, value]) => {
|
|
15749
15791
|
HttpStatusCode[value] = key;
|
|
15750
15792
|
});
|
|
15751
|
-
var HttpStatusCode$1 = HttpStatusCode;
|
|
15752
15793
|
function createInstance(defaultConfig) {
|
|
15753
|
-
const context = new Axios
|
|
15754
|
-
const instance = bind(Axios
|
|
15755
|
-
utils$1.extend(instance, Axios
|
|
15756
|
-
|
|
15794
|
+
const context = new Axios(defaultConfig);
|
|
15795
|
+
const instance = bind(Axios.prototype.request, context);
|
|
15796
|
+
utils$1.extend(instance, Axios.prototype, context, {
|
|
15797
|
+
allOwnKeys: true
|
|
15798
|
+
});
|
|
15799
|
+
utils$1.extend(instance, context, null, {
|
|
15800
|
+
allOwnKeys: true
|
|
15801
|
+
});
|
|
15757
15802
|
instance.create = function create(instanceConfig) {
|
|
15758
15803
|
return createInstance(mergeConfig(defaultConfig, instanceConfig));
|
|
15759
15804
|
};
|
|
15760
15805
|
return instance;
|
|
15761
15806
|
}
|
|
15762
|
-
var axios = createInstance(defaults
|
|
15763
|
-
axios.Axios = Axios
|
|
15764
|
-
axios.CanceledError = CanceledError
|
|
15765
|
-
axios.CancelToken = CancelToken
|
|
15807
|
+
var axios = createInstance(defaults);
|
|
15808
|
+
axios.Axios = Axios;
|
|
15809
|
+
axios.CanceledError = CanceledError;
|
|
15810
|
+
axios.CancelToken = CancelToken;
|
|
15766
15811
|
axios.isCancel = isCancel;
|
|
15767
15812
|
axios.VERSION = VERSION;
|
|
15768
15813
|
axios.toFormData = toFormData;
|
|
15769
|
-
axios.AxiosError = AxiosError
|
|
15814
|
+
axios.AxiosError = AxiosError;
|
|
15770
15815
|
axios.Cancel = axios.CanceledError;
|
|
15771
15816
|
axios.all = function all(promises) {
|
|
15772
15817
|
return Promise.all(promises);
|
|
@@ -15774,10 +15819,10 @@ var require_axios = __commonJS({
|
|
|
15774
15819
|
axios.spread = spread;
|
|
15775
15820
|
axios.isAxiosError = isAxiosError;
|
|
15776
15821
|
axios.mergeConfig = mergeConfig;
|
|
15777
|
-
axios.AxiosHeaders = AxiosHeaders
|
|
15822
|
+
axios.AxiosHeaders = AxiosHeaders;
|
|
15778
15823
|
axios.formToJSON = (thing) => formDataToJSON(utils$1.isHTMLForm(thing) ? new FormData(thing) : thing);
|
|
15779
15824
|
axios.getAdapter = adapters.getAdapter;
|
|
15780
|
-
axios.HttpStatusCode = HttpStatusCode
|
|
15825
|
+
axios.HttpStatusCode = HttpStatusCode;
|
|
15781
15826
|
axios.default = axios;
|
|
15782
15827
|
module2.exports = axios;
|
|
15783
15828
|
}
|
|
@@ -16695,33 +16740,6 @@ var require_p_retry = __commonJS({
|
|
|
16695
16740
|
var require_file_upload = __commonJS({
|
|
16696
16741
|
"node_modules/@slack/web-api/dist/file-upload.js"(exports2) {
|
|
16697
16742
|
"use strict";
|
|
16698
|
-
var __awaiter = exports2 && exports2.__awaiter || function(thisArg, _arguments, P, generator) {
|
|
16699
|
-
function adopt(value) {
|
|
16700
|
-
return value instanceof P ? value : new P(function(resolve) {
|
|
16701
|
-
resolve(value);
|
|
16702
|
-
});
|
|
16703
|
-
}
|
|
16704
|
-
return new (P || (P = Promise))(function(resolve, reject) {
|
|
16705
|
-
function fulfilled(value) {
|
|
16706
|
-
try {
|
|
16707
|
-
step(generator.next(value));
|
|
16708
|
-
} catch (e) {
|
|
16709
|
-
reject(e);
|
|
16710
|
-
}
|
|
16711
|
-
}
|
|
16712
|
-
function rejected(value) {
|
|
16713
|
-
try {
|
|
16714
|
-
step(generator["throw"](value));
|
|
16715
|
-
} catch (e) {
|
|
16716
|
-
reject(e);
|
|
16717
|
-
}
|
|
16718
|
-
}
|
|
16719
|
-
function step(result) {
|
|
16720
|
-
result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected);
|
|
16721
|
-
}
|
|
16722
|
-
step((generator = generator.apply(thisArg, _arguments || [])).next());
|
|
16723
|
-
});
|
|
16724
|
-
};
|
|
16725
16743
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
16726
16744
|
exports2.getFileUploadJob = getFileUploadJob;
|
|
16727
16745
|
exports2.getMultipleFileUploadJobs = getMultipleFileUploadJobs;
|
|
@@ -16749,94 +16767,88 @@ var require_file_upload = __commonJS({
|
|
|
16749
16767
|
var node_fs_1 = require("node:fs");
|
|
16750
16768
|
var node_stream_1 = require("node:stream");
|
|
16751
16769
|
var errors_1 = require_errors();
|
|
16752
|
-
function getFileUploadJob(options, logger) {
|
|
16753
|
-
|
|
16754
|
-
|
|
16755
|
-
|
|
16756
|
-
|
|
16757
|
-
|
|
16758
|
-
|
|
16759
|
-
|
|
16760
|
-
|
|
16761
|
-
|
|
16762
|
-
|
|
16763
|
-
|
|
16764
|
-
|
|
16765
|
-
|
|
16766
|
-
|
|
16767
|
-
|
|
16768
|
-
|
|
16769
|
-
|
|
16770
|
-
|
|
16771
|
-
|
|
16772
|
-
|
|
16773
|
-
|
|
16774
|
-
|
|
16775
|
-
|
|
16776
|
-
|
|
16777
|
-
|
|
16778
|
-
|
|
16779
|
-
|
|
16780
|
-
|
|
16781
|
-
|
|
16782
|
-
|
|
16783
|
-
|
|
16784
|
-
|
|
16785
|
-
|
|
16786
|
-
|
|
16787
|
-
throw (0, errors_1.errorWithCode)(new Error("Either a file or content field is required for valid file upload. You must supply one"), errors_1.ErrorCode.FileUploadInvalidArgumentsError);
|
|
16788
|
-
});
|
|
16770
|
+
async function getFileUploadJob(options, logger) {
|
|
16771
|
+
var _a, _b, _c, _d;
|
|
16772
|
+
warnIfLegacyFileType(options, logger);
|
|
16773
|
+
warnIfChannels(options, logger);
|
|
16774
|
+
errorIfChannelsCsv(options);
|
|
16775
|
+
const fileName = warnIfMissingOrInvalidFileNameAndDefault(options, logger);
|
|
16776
|
+
const fileData = await getFileData(options);
|
|
16777
|
+
const fileDataBytesLength = getFileDataLength(fileData);
|
|
16778
|
+
const fileUploadJob = {
|
|
16779
|
+
// supplied by user
|
|
16780
|
+
alt_text: options.alt_text,
|
|
16781
|
+
blocks: options.blocks,
|
|
16782
|
+
channel_id: (_a = options.channels) !== null && _a !== void 0 ? _a : options.channel_id,
|
|
16783
|
+
filename: (_b = options.filename) !== null && _b !== void 0 ? _b : fileName,
|
|
16784
|
+
initial_comment: options.initial_comment,
|
|
16785
|
+
snippet_type: options.snippet_type,
|
|
16786
|
+
title: (_d = (_c = options.title) !== null && _c !== void 0 ? _c : options.filename) !== null && _d !== void 0 ? _d : fileName,
|
|
16787
|
+
// default title to filename unless otherwise specified
|
|
16788
|
+
// calculated
|
|
16789
|
+
data: fileData,
|
|
16790
|
+
length: fileDataBytesLength
|
|
16791
|
+
};
|
|
16792
|
+
if ("thread_ts" in options) {
|
|
16793
|
+
fileUploadJob.thread_ts = options.thread_ts;
|
|
16794
|
+
}
|
|
16795
|
+
if ("token" in options) {
|
|
16796
|
+
fileUploadJob.token = options.token;
|
|
16797
|
+
}
|
|
16798
|
+
if ("content" in options) {
|
|
16799
|
+
return Object.assign({ content: options.content }, fileUploadJob);
|
|
16800
|
+
}
|
|
16801
|
+
if ("file" in options) {
|
|
16802
|
+
return Object.assign({ file: options.file }, fileUploadJob);
|
|
16803
|
+
}
|
|
16804
|
+
throw (0, errors_1.errorWithCode)(new Error("Either a file or content field is required for valid file upload. You must supply one"), errors_1.ErrorCode.FileUploadInvalidArgumentsError);
|
|
16789
16805
|
}
|
|
16790
|
-
function getMultipleFileUploadJobs(options, logger) {
|
|
16791
|
-
|
|
16792
|
-
|
|
16793
|
-
|
|
16794
|
-
|
|
16795
|
-
|
|
16796
|
-
|
|
16797
|
-
|
|
16798
|
-
|
|
16799
|
-
|
|
16800
|
-
|
|
16801
|
-
|
|
16802
|
-
|
|
16803
|
-
|
|
16804
|
-
|
|
16805
|
-
|
|
16806
|
-
|
|
16807
|
-
|
|
16808
|
-
|
|
16809
|
-
|
|
16810
|
-
|
|
16811
|
-
|
|
16812
|
-
|
|
16813
|
-
|
|
16814
|
-
throw new Error(buildFilesUploadMissingMessage());
|
|
16815
|
-
});
|
|
16806
|
+
async function getMultipleFileUploadJobs(options, logger) {
|
|
16807
|
+
if ("file_uploads" in options) {
|
|
16808
|
+
return Promise.all(options.file_uploads.map((upload) => {
|
|
16809
|
+
const { blocks, channel_id, channels, initial_comment, thread_ts } = upload;
|
|
16810
|
+
if (blocks || channel_id || channels || initial_comment || thread_ts) {
|
|
16811
|
+
throw (0, errors_1.errorWithCode)(new Error(buildInvalidFilesUploadParamError()), errors_1.ErrorCode.FileUploadInvalidArgumentsError);
|
|
16812
|
+
}
|
|
16813
|
+
const uploadJobArgs = Object.assign(Object.assign({}, upload), { blocks: options.blocks, channels: options.channels, channel_id: options.channel_id, initial_comment: options.initial_comment });
|
|
16814
|
+
if ("thread_ts" in options) {
|
|
16815
|
+
uploadJobArgs.thread_ts = options.thread_ts;
|
|
16816
|
+
}
|
|
16817
|
+
if ("token" in options) {
|
|
16818
|
+
uploadJobArgs.token = options.token;
|
|
16819
|
+
}
|
|
16820
|
+
if ("content" in upload) {
|
|
16821
|
+
return getFileUploadJob(Object.assign({ content: upload.content }, uploadJobArgs), logger);
|
|
16822
|
+
}
|
|
16823
|
+
if ("file" in upload) {
|
|
16824
|
+
return getFileUploadJob(Object.assign({ file: upload.file }, uploadJobArgs), logger);
|
|
16825
|
+
}
|
|
16826
|
+
throw (0, errors_1.errorWithCode)(new Error("Either a file or content field is required for valid file upload. You must supply one"), errors_1.ErrorCode.FileUploadInvalidArgumentsError);
|
|
16827
|
+
}));
|
|
16828
|
+
}
|
|
16829
|
+
throw new Error(buildFilesUploadMissingMessage());
|
|
16816
16830
|
}
|
|
16817
|
-
function getFileData(options) {
|
|
16818
|
-
|
|
16819
|
-
|
|
16820
|
-
|
|
16821
|
-
|
|
16822
|
-
|
|
16823
|
-
|
|
16824
|
-
|
|
16825
|
-
|
|
16826
|
-
|
|
16827
|
-
|
|
16828
|
-
}
|
|
16829
|
-
throw (0, errors_1.errorWithCode)(new Error(`Unable to resolve file data for ${file}. Please supply a filepath string, or binary data Buffer or String directly.`), errors_1.ErrorCode.FileUploadInvalidArgumentsError);
|
|
16830
|
-
}
|
|
16831
|
+
async function getFileData(options) {
|
|
16832
|
+
errorIfInvalidOrMissingFileData(options);
|
|
16833
|
+
if ("file" in options) {
|
|
16834
|
+
const { file } = options;
|
|
16835
|
+
if (Buffer.isBuffer(file))
|
|
16836
|
+
return file;
|
|
16837
|
+
if (typeof file === "string") {
|
|
16838
|
+
try {
|
|
16839
|
+
const dataBuffer = (0, node_fs_1.readFileSync)(file);
|
|
16840
|
+
return dataBuffer;
|
|
16841
|
+
} catch (_err) {
|
|
16842
|
+
throw (0, errors_1.errorWithCode)(new Error(`Unable to resolve file data for ${file}. Please supply a filepath string, or binary data Buffer or String directly.`), errors_1.ErrorCode.FileUploadInvalidArgumentsError);
|
|
16831
16843
|
}
|
|
16832
|
-
const data = yield getFileDataAsStream(file);
|
|
16833
|
-
if (data)
|
|
16834
|
-
return data;
|
|
16835
16844
|
}
|
|
16836
|
-
|
|
16837
|
-
|
|
16838
|
-
|
|
16839
|
-
}
|
|
16845
|
+
const data = await getFileDataAsStream(file);
|
|
16846
|
+
if (data)
|
|
16847
|
+
return data;
|
|
16848
|
+
}
|
|
16849
|
+
if ("content" in options)
|
|
16850
|
+
return Buffer.from(options.content);
|
|
16851
|
+
throw (0, errors_1.errorWithCode)(new Error("There was an issue getting the file data for the file or content supplied"), errors_1.ErrorCode.FileUploadReadFileDataError);
|
|
16840
16852
|
}
|
|
16841
16853
|
function getFileDataLength(data) {
|
|
16842
16854
|
if (data) {
|
|
@@ -16844,25 +16856,23 @@ var require_file_upload = __commonJS({
|
|
|
16844
16856
|
}
|
|
16845
16857
|
throw (0, errors_1.errorWithCode)(new Error(buildFileSizeErrorMsg()), errors_1.ErrorCode.FileUploadReadFileDataError);
|
|
16846
16858
|
}
|
|
16847
|
-
function getFileDataAsStream(readable) {
|
|
16848
|
-
|
|
16849
|
-
|
|
16850
|
-
|
|
16851
|
-
readable.
|
|
16852
|
-
|
|
16853
|
-
|
|
16854
|
-
|
|
16855
|
-
|
|
16856
|
-
|
|
16857
|
-
|
|
16858
|
-
|
|
16859
|
-
|
|
16860
|
-
|
|
16861
|
-
|
|
16862
|
-
|
|
16863
|
-
|
|
16864
|
-
}
|
|
16865
|
-
});
|
|
16859
|
+
async function getFileDataAsStream(readable) {
|
|
16860
|
+
const chunks = [];
|
|
16861
|
+
return new Promise((resolve, reject) => {
|
|
16862
|
+
readable.on("readable", () => {
|
|
16863
|
+
let chunk = readable.read();
|
|
16864
|
+
while (chunk !== null) {
|
|
16865
|
+
chunks.push(chunk);
|
|
16866
|
+
chunk = readable.read();
|
|
16867
|
+
}
|
|
16868
|
+
});
|
|
16869
|
+
readable.on("end", () => {
|
|
16870
|
+
if (chunks.length > 0) {
|
|
16871
|
+
const content = Buffer.concat(chunks);
|
|
16872
|
+
resolve(content);
|
|
16873
|
+
} else {
|
|
16874
|
+
reject(Error("No data in supplied file"));
|
|
16875
|
+
}
|
|
16866
16876
|
});
|
|
16867
16877
|
});
|
|
16868
16878
|
}
|
|
@@ -18225,7 +18235,16 @@ var require_methods = __commonJS({
|
|
|
18225
18235
|
* @description Uninstalls your app from a workspace.
|
|
18226
18236
|
* @see {@link https://docs.slack.dev/reference/methods/apps.uninstall `apps.uninstall` API reference}.
|
|
18227
18237
|
*/
|
|
18228
|
-
uninstall: bindApiCall(this, "apps.uninstall")
|
|
18238
|
+
uninstall: bindApiCall(this, "apps.uninstall"),
|
|
18239
|
+
user: {
|
|
18240
|
+
connection: {
|
|
18241
|
+
/**
|
|
18242
|
+
* @description Updates the connection status between a user and an app.
|
|
18243
|
+
* @see {@link https://docs.slack.dev/reference/methods/apps.user.connection.update `apps.user.connection.update` API reference}.
|
|
18244
|
+
*/
|
|
18245
|
+
update: bindApiCall(this, "apps.user.connection.update")
|
|
18246
|
+
}
|
|
18247
|
+
}
|
|
18229
18248
|
};
|
|
18230
18249
|
this.auth = {
|
|
18231
18250
|
/**
|
|
@@ -19230,33 +19249,6 @@ var require_WebClient = __commonJS({
|
|
|
19230
19249
|
return result;
|
|
19231
19250
|
};
|
|
19232
19251
|
})();
|
|
19233
|
-
var __awaiter = exports2 && exports2.__awaiter || function(thisArg, _arguments, P, generator) {
|
|
19234
|
-
function adopt(value) {
|
|
19235
|
-
return value instanceof P ? value : new P(function(resolve) {
|
|
19236
|
-
resolve(value);
|
|
19237
|
-
});
|
|
19238
|
-
}
|
|
19239
|
-
return new (P || (P = Promise))(function(resolve, reject) {
|
|
19240
|
-
function fulfilled(value) {
|
|
19241
|
-
try {
|
|
19242
|
-
step(generator.next(value));
|
|
19243
|
-
} catch (e) {
|
|
19244
|
-
reject(e);
|
|
19245
|
-
}
|
|
19246
|
-
}
|
|
19247
|
-
function rejected(value) {
|
|
19248
|
-
try {
|
|
19249
|
-
step(generator["throw"](value));
|
|
19250
|
-
} catch (e) {
|
|
19251
|
-
reject(e);
|
|
19252
|
-
}
|
|
19253
|
-
}
|
|
19254
|
-
function step(result) {
|
|
19255
|
-
result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected);
|
|
19256
|
-
}
|
|
19257
|
-
step((generator = generator.apply(thisArg, _arguments || [])).next());
|
|
19258
|
-
});
|
|
19259
|
-
};
|
|
19260
19252
|
var __await = exports2 && exports2.__await || function(v) {
|
|
19261
19253
|
return this instanceof __await ? (this.v = v, this) : new __await(v);
|
|
19262
19254
|
};
|
|
@@ -19434,54 +19426,52 @@ var require_WebClient = __commonJS({
|
|
|
19434
19426
|
* @param method - the Web API method to call {@link https://docs.slack.dev/reference/methods}
|
|
19435
19427
|
* @param options - options
|
|
19436
19428
|
*/
|
|
19437
|
-
apiCall(
|
|
19438
|
-
|
|
19439
|
-
|
|
19440
|
-
|
|
19441
|
-
|
|
19442
|
-
|
|
19443
|
-
|
|
19444
|
-
|
|
19445
|
-
|
|
19446
|
-
|
|
19447
|
-
|
|
19448
|
-
|
|
19449
|
-
|
|
19450
|
-
|
|
19451
|
-
|
|
19452
|
-
|
|
19453
|
-
|
|
19454
|
-
|
|
19455
|
-
|
|
19456
|
-
|
|
19457
|
-
|
|
19458
|
-
|
|
19459
|
-
|
|
19460
|
-
|
|
19461
|
-
|
|
19462
|
-
|
|
19463
|
-
|
|
19464
|
-
|
|
19465
|
-
|
|
19466
|
-
|
|
19467
|
-
|
|
19468
|
-
|
|
19469
|
-
|
|
19470
|
-
|
|
19471
|
-
this.logger.warn(warnMatch[1].trim());
|
|
19472
|
-
}
|
|
19429
|
+
async apiCall(method, options = {}) {
|
|
19430
|
+
this.logger.debug(`apiCall('${method}') start`);
|
|
19431
|
+
warnDeprecations(method, this.logger);
|
|
19432
|
+
warnIfFallbackIsMissing(method, this.logger, options);
|
|
19433
|
+
warnIfThreadTsIsNotString(method, this.logger, options);
|
|
19434
|
+
if (typeof options === "string" || typeof options === "number" || typeof options === "boolean") {
|
|
19435
|
+
throw new TypeError(`Expected an options argument but instead received a ${typeof options}`);
|
|
19436
|
+
}
|
|
19437
|
+
(0, file_upload_1.warnIfNotUsingFilesUploadV2)(method, this.logger);
|
|
19438
|
+
if (method === "files.uploadV2")
|
|
19439
|
+
return this.filesUploadV2(options);
|
|
19440
|
+
const headers = {};
|
|
19441
|
+
if (options.token)
|
|
19442
|
+
headers.Authorization = `Bearer ${options.token}`;
|
|
19443
|
+
const url = this.deriveRequestUrl(method);
|
|
19444
|
+
const response = await this.makeRequest(url, Object.assign({ team_id: this.teamId }, options), headers);
|
|
19445
|
+
const result = await this.buildResult(response);
|
|
19446
|
+
this.logger.debug(`http request result: ${JSON.stringify(result)}`);
|
|
19447
|
+
if (result.response_metadata !== void 0 && result.response_metadata.warnings !== void 0) {
|
|
19448
|
+
result.response_metadata.warnings.forEach(this.logger.warn.bind(this.logger));
|
|
19449
|
+
}
|
|
19450
|
+
if (result.response_metadata !== void 0 && result.response_metadata.messages !== void 0) {
|
|
19451
|
+
for (const msg of result.response_metadata.messages) {
|
|
19452
|
+
const errReg = /\[ERROR\](.*)/;
|
|
19453
|
+
const warnReg = /\[WARN\](.*)/;
|
|
19454
|
+
if (errReg.test(msg)) {
|
|
19455
|
+
const errMatch = msg.match(errReg);
|
|
19456
|
+
if (errMatch != null) {
|
|
19457
|
+
this.logger.error(errMatch[1].trim());
|
|
19458
|
+
}
|
|
19459
|
+
} else if (warnReg.test(msg)) {
|
|
19460
|
+
const warnMatch = msg.match(warnReg);
|
|
19461
|
+
if (warnMatch != null) {
|
|
19462
|
+
this.logger.warn(warnMatch[1].trim());
|
|
19473
19463
|
}
|
|
19474
19464
|
}
|
|
19475
19465
|
}
|
|
19476
|
-
|
|
19477
|
-
|
|
19478
|
-
|
|
19479
|
-
|
|
19480
|
-
|
|
19481
|
-
|
|
19482
|
-
|
|
19483
|
-
|
|
19484
|
-
|
|
19466
|
+
}
|
|
19467
|
+
if (!result.ok && response.headers["content-type"] !== "application/gzip") {
|
|
19468
|
+
throw (0, errors_1.platformErrorFromResult)(result);
|
|
19469
|
+
}
|
|
19470
|
+
if ("ok" in result && result.ok === false) {
|
|
19471
|
+
throw (0, errors_1.platformErrorFromResult)(result);
|
|
19472
|
+
}
|
|
19473
|
+
this.logger.debug(`apiCall('${method}') end`);
|
|
19474
|
+
return result;
|
|
19485
19475
|
}
|
|
19486
19476
|
paginate(method, options, shouldStop, reduce) {
|
|
19487
19477
|
const pageSize = (() => {
|
|
@@ -19513,10 +19503,10 @@ var require_WebClient = __commonJS({
|
|
|
19513
19503
|
}
|
|
19514
19504
|
const pageReducer = reduce !== void 0 ? reduce : noopPageReducer;
|
|
19515
19505
|
let index = 0;
|
|
19516
|
-
return (() =>
|
|
19506
|
+
return (async () => {
|
|
19517
19507
|
var _a, e_1, _b, _c;
|
|
19518
19508
|
const pageIterator = generatePages.call(this);
|
|
19519
|
-
const firstIteratorResult =
|
|
19509
|
+
const firstIteratorResult = await pageIterator.next(void 0);
|
|
19520
19510
|
const firstPage = firstIteratorResult.value;
|
|
19521
19511
|
let accumulator = pageReducer(void 0, firstPage, index);
|
|
19522
19512
|
index += 1;
|
|
@@ -19524,7 +19514,7 @@ var require_WebClient = __commonJS({
|
|
|
19524
19514
|
return accumulator;
|
|
19525
19515
|
}
|
|
19526
19516
|
try {
|
|
19527
|
-
for (var _d = true, pageIterator_1 = __asyncValues(pageIterator), pageIterator_1_1; pageIterator_1_1 =
|
|
19517
|
+
for (var _d = true, pageIterator_1 = __asyncValues(pageIterator), pageIterator_1_1; pageIterator_1_1 = await pageIterator_1.next(), _a = pageIterator_1_1.done, !_a; _d = true) {
|
|
19528
19518
|
_c = pageIterator_1_1.value;
|
|
19529
19519
|
_d = false;
|
|
19530
19520
|
const page = _c;
|
|
@@ -19538,13 +19528,13 @@ var require_WebClient = __commonJS({
|
|
|
19538
19528
|
e_1 = { error: e_1_1 };
|
|
19539
19529
|
} finally {
|
|
19540
19530
|
try {
|
|
19541
|
-
if (!_d && !_a && (_b = pageIterator_1.return))
|
|
19531
|
+
if (!_d && !_a && (_b = pageIterator_1.return)) await _b.call(pageIterator_1);
|
|
19542
19532
|
} finally {
|
|
19543
19533
|
if (e_1) throw e_1.error;
|
|
19544
19534
|
}
|
|
19545
19535
|
}
|
|
19546
19536
|
return accumulator;
|
|
19547
|
-
})
|
|
19537
|
+
})();
|
|
19548
19538
|
}
|
|
19549
19539
|
/**
|
|
19550
19540
|
* Stream markdown text into a conversation.
|
|
@@ -19592,19 +19582,17 @@ var require_WebClient = __commonJS({
|
|
|
19592
19582
|
* **#3**: Complete uploads {@link https://docs.slack.dev/reference/methods/files.completeuploadexternal files.completeUploadExternal}
|
|
19593
19583
|
* @param options
|
|
19594
19584
|
*/
|
|
19595
|
-
filesUploadV2(options) {
|
|
19596
|
-
|
|
19597
|
-
|
|
19598
|
-
|
|
19599
|
-
|
|
19600
|
-
|
|
19601
|
-
|
|
19602
|
-
fileUploads[idx].file_id = res.file_id;
|
|
19603
|
-
});
|
|
19604
|
-
yield this.postFileUploadsToExternalURL(fileUploads, options);
|
|
19605
|
-
const completion = yield this.completeFileUploads(fileUploads);
|
|
19606
|
-
return { ok: true, files: completion };
|
|
19585
|
+
async filesUploadV2(options) {
|
|
19586
|
+
this.logger.debug("files.uploadV2() start");
|
|
19587
|
+
const fileUploads = await this.getAllFileUploads(options);
|
|
19588
|
+
const fileUploadsURLRes = await this.fetchAllUploadURLExternal(fileUploads);
|
|
19589
|
+
fileUploadsURLRes.forEach((res, idx) => {
|
|
19590
|
+
fileUploads[idx].upload_url = res.upload_url;
|
|
19591
|
+
fileUploads[idx].file_id = res.file_id;
|
|
19607
19592
|
});
|
|
19593
|
+
await this.postFileUploadsToExternalURL(fileUploads, options);
|
|
19594
|
+
const completion = await this.completeFileUploads(fileUploads);
|
|
19595
|
+
return { ok: true, files: completion };
|
|
19608
19596
|
}
|
|
19609
19597
|
/**
|
|
19610
19598
|
* For each file submitted with this method, submits filenames
|
|
@@ -19612,132 +19600,122 @@ var require_WebClient = __commonJS({
|
|
|
19612
19600
|
* which to send the file data to and an id for the file
|
|
19613
19601
|
* @param fileUploads
|
|
19614
19602
|
*/
|
|
19615
|
-
fetchAllUploadURLExternal(fileUploads) {
|
|
19616
|
-
return
|
|
19617
|
-
|
|
19618
|
-
|
|
19619
|
-
|
|
19620
|
-
|
|
19621
|
-
|
|
19622
|
-
|
|
19623
|
-
|
|
19624
|
-
|
|
19625
|
-
|
|
19626
|
-
|
|
19627
|
-
|
|
19628
|
-
}));
|
|
19629
|
-
});
|
|
19603
|
+
async fetchAllUploadURLExternal(fileUploads) {
|
|
19604
|
+
return Promise.all(fileUploads.map((upload) => {
|
|
19605
|
+
const options = {
|
|
19606
|
+
filename: upload.filename,
|
|
19607
|
+
length: upload.length,
|
|
19608
|
+
alt_text: upload.alt_text,
|
|
19609
|
+
snippet_type: upload.snippet_type
|
|
19610
|
+
};
|
|
19611
|
+
if ("token" in upload) {
|
|
19612
|
+
options.token = upload.token;
|
|
19613
|
+
}
|
|
19614
|
+
return this.files.getUploadURLExternal(options);
|
|
19615
|
+
}));
|
|
19630
19616
|
}
|
|
19631
19617
|
/**
|
|
19632
19618
|
* Complete uploads.
|
|
19633
19619
|
* @param fileUploads
|
|
19634
19620
|
* @returns
|
|
19635
19621
|
*/
|
|
19636
|
-
completeFileUploads(fileUploads) {
|
|
19637
|
-
|
|
19638
|
-
|
|
19639
|
-
return Promise.all(toComplete.map((job) => this.files.completeUploadExternal(job)));
|
|
19640
|
-
});
|
|
19622
|
+
async completeFileUploads(fileUploads) {
|
|
19623
|
+
const toComplete = Object.values((0, file_upload_1.getAllFileUploadsToComplete)(fileUploads));
|
|
19624
|
+
return Promise.all(toComplete.map((job) => this.files.completeUploadExternal(job)));
|
|
19641
19625
|
}
|
|
19642
19626
|
/**
|
|
19643
19627
|
* for each returned file upload URL, upload corresponding file
|
|
19644
19628
|
* @param fileUploads
|
|
19645
19629
|
* @returns
|
|
19646
19630
|
*/
|
|
19647
|
-
postFileUploadsToExternalURL(fileUploads, options) {
|
|
19648
|
-
return
|
|
19649
|
-
|
|
19650
|
-
|
|
19651
|
-
|
|
19652
|
-
|
|
19653
|
-
|
|
19654
|
-
|
|
19655
|
-
|
|
19656
|
-
|
|
19657
|
-
|
|
19658
|
-
|
|
19659
|
-
|
|
19660
|
-
return Promise.reject(Error(`Failed to upload file (id:${file_id}, filename: ${filename})`));
|
|
19661
|
-
}
|
|
19662
|
-
const returnData = { ok: true, body: uploadRes.data };
|
|
19663
|
-
return Promise.resolve(returnData);
|
|
19631
|
+
async postFileUploadsToExternalURL(fileUploads, options) {
|
|
19632
|
+
return Promise.all(fileUploads.map(async (upload) => {
|
|
19633
|
+
const { upload_url, file_id, filename, data } = upload;
|
|
19634
|
+
const body = data;
|
|
19635
|
+
if (upload_url) {
|
|
19636
|
+
const headers = {};
|
|
19637
|
+
if (options.token)
|
|
19638
|
+
headers.Authorization = `Bearer ${options.token}`;
|
|
19639
|
+
const uploadRes = await this.makeRequest(upload_url, {
|
|
19640
|
+
body
|
|
19641
|
+
}, headers);
|
|
19642
|
+
if (uploadRes.status !== 200) {
|
|
19643
|
+
return Promise.reject(Error(`Failed to upload file (id:${file_id}, filename: ${filename})`));
|
|
19664
19644
|
}
|
|
19665
|
-
|
|
19666
|
-
|
|
19667
|
-
|
|
19645
|
+
const returnData = { ok: true, body: uploadRes.data };
|
|
19646
|
+
return Promise.resolve(returnData);
|
|
19647
|
+
}
|
|
19648
|
+
return Promise.reject(Error(`No upload url found for file (id: ${file_id}, filename: ${filename}`));
|
|
19649
|
+
}));
|
|
19668
19650
|
}
|
|
19669
19651
|
/**
|
|
19670
19652
|
* @param options All file uploads arguments
|
|
19671
19653
|
* @returns An array of file upload entries
|
|
19672
19654
|
*/
|
|
19673
|
-
getAllFileUploads(options) {
|
|
19674
|
-
|
|
19675
|
-
|
|
19676
|
-
|
|
19677
|
-
|
|
19678
|
-
|
|
19679
|
-
|
|
19680
|
-
|
|
19681
|
-
|
|
19682
|
-
return fileUploads;
|
|
19683
|
-
});
|
|
19655
|
+
async getAllFileUploads(options) {
|
|
19656
|
+
let fileUploads = [];
|
|
19657
|
+
if ("file" in options || "content" in options) {
|
|
19658
|
+
fileUploads.push(await (0, file_upload_1.getFileUploadJob)(options, this.logger));
|
|
19659
|
+
}
|
|
19660
|
+
if ("file_uploads" in options) {
|
|
19661
|
+
fileUploads = fileUploads.concat(await (0, file_upload_1.getMultipleFileUploadJobs)(options, this.logger));
|
|
19662
|
+
}
|
|
19663
|
+
return fileUploads;
|
|
19684
19664
|
}
|
|
19685
19665
|
/**
|
|
19686
19666
|
* Low-level function to make a single API request. handles queuing, retries, and http-level errors
|
|
19687
19667
|
*/
|
|
19688
|
-
makeRequest(
|
|
19689
|
-
|
|
19690
|
-
|
|
19691
|
-
|
|
19692
|
-
|
|
19693
|
-
|
|
19694
|
-
|
|
19695
|
-
|
|
19696
|
-
|
|
19697
|
-
|
|
19668
|
+
async makeRequest(url, body, headers = {}) {
|
|
19669
|
+
const task = () => this.requestQueue.add(async () => {
|
|
19670
|
+
try {
|
|
19671
|
+
const config = Object.assign({ headers }, this.tlsConfig);
|
|
19672
|
+
if (url.endsWith("admin.analytics.getFile")) {
|
|
19673
|
+
config.responseType = "arraybuffer";
|
|
19674
|
+
}
|
|
19675
|
+
if (url.endsWith("apps.event.authorizations.list")) {
|
|
19676
|
+
body.token = void 0;
|
|
19677
|
+
}
|
|
19678
|
+
this.logger.debug(`http request url: ${url}`);
|
|
19679
|
+
this.logger.debug(`http request body: ${JSON.stringify(redact(body))}`);
|
|
19680
|
+
let allHeaders = Object.keys(this.axios.defaults.headers).reduce((acc, cur) => {
|
|
19681
|
+
if (!axiosHeaderPropsToIgnore.includes(cur)) {
|
|
19682
|
+
acc[cur] = this.axios.defaults.headers[cur];
|
|
19698
19683
|
}
|
|
19699
|
-
|
|
19700
|
-
|
|
19701
|
-
|
|
19702
|
-
|
|
19703
|
-
|
|
19704
|
-
|
|
19705
|
-
|
|
19706
|
-
|
|
19707
|
-
|
|
19708
|
-
|
|
19709
|
-
|
|
19710
|
-
|
|
19711
|
-
if (response.status === 429) {
|
|
19712
|
-
const retrySec = parseRetryHeaders(response);
|
|
19713
|
-
if (retrySec !== void 0) {
|
|
19714
|
-
this.emit(WebClientEvent.RATE_LIMITED, retrySec, { url, body });
|
|
19715
|
-
if (this.rejectRateLimitedCalls) {
|
|
19716
|
-
throw new p_retry_1.AbortError((0, errors_1.rateLimitedErrorWithDelay)(retrySec));
|
|
19717
|
-
}
|
|
19718
|
-
this.logger.info(`API Call failed due to rate limiting. Will retry in ${retrySec} seconds.`);
|
|
19719
|
-
this.requestQueue.pause();
|
|
19720
|
-
yield (0, helpers_1.default)(retrySec * 1e3);
|
|
19721
|
-
this.requestQueue.start();
|
|
19722
|
-
throw new Error(`A rate limit was exceeded (url: ${url}, retry-after: ${retrySec})`);
|
|
19684
|
+
return acc;
|
|
19685
|
+
}, {});
|
|
19686
|
+
allHeaders = Object.assign(Object.assign(Object.assign({}, this.axios.defaults.headers.common), allHeaders), headers);
|
|
19687
|
+
this.logger.debug(`http request headers: ${JSON.stringify(redact(allHeaders))}`);
|
|
19688
|
+
const response = await this.axios.post(url, body, config);
|
|
19689
|
+
this.logger.debug("http response received");
|
|
19690
|
+
if (response.status === 429) {
|
|
19691
|
+
const retrySec = parseRetryHeaders(response);
|
|
19692
|
+
if (retrySec !== void 0) {
|
|
19693
|
+
this.emit(WebClientEvent.RATE_LIMITED, retrySec, { url, body });
|
|
19694
|
+
if (this.rejectRateLimitedCalls) {
|
|
19695
|
+
throw new p_retry_1.AbortError((0, errors_1.rateLimitedErrorWithDelay)(retrySec));
|
|
19723
19696
|
}
|
|
19724
|
-
|
|
19725
|
-
|
|
19726
|
-
|
|
19727
|
-
|
|
19697
|
+
this.logger.info(`API Call failed due to rate limiting. Will retry in ${retrySec} seconds.`);
|
|
19698
|
+
this.requestQueue.pause();
|
|
19699
|
+
await (0, helpers_1.default)(retrySec * 1e3);
|
|
19700
|
+
this.requestQueue.start();
|
|
19701
|
+
throw new Error(`A rate limit was exceeded (url: ${url}, retry-after: ${retrySec})`);
|
|
19728
19702
|
}
|
|
19729
|
-
|
|
19730
|
-
} catch (error) {
|
|
19731
|
-
const e = error;
|
|
19732
|
-
this.logger.warn("http request failed", e.message);
|
|
19733
|
-
if (e.request) {
|
|
19734
|
-
throw (0, errors_1.requestErrorWithOriginal)(e, this.attachOriginalToWebAPIRequestError);
|
|
19735
|
-
}
|
|
19736
|
-
throw error;
|
|
19703
|
+
throw new p_retry_1.AbortError(new Error(`Retry header did not contain a valid timeout (url: ${url}, retry-after header: ${response.headers["retry-after"]})`));
|
|
19737
19704
|
}
|
|
19738
|
-
|
|
19739
|
-
|
|
19705
|
+
if (response.status !== 200) {
|
|
19706
|
+
throw (0, errors_1.httpErrorFromResponse)(response);
|
|
19707
|
+
}
|
|
19708
|
+
return response;
|
|
19709
|
+
} catch (error) {
|
|
19710
|
+
const e = error;
|
|
19711
|
+
this.logger.warn("http request failed", e.message);
|
|
19712
|
+
if (e.request) {
|
|
19713
|
+
throw (0, errors_1.requestErrorWithOriginal)(e, this.attachOriginalToWebAPIRequestError);
|
|
19714
|
+
}
|
|
19715
|
+
throw error;
|
|
19716
|
+
}
|
|
19740
19717
|
});
|
|
19718
|
+
return (0, p_retry_1.default)(task, this.retryConfig);
|
|
19741
19719
|
}
|
|
19742
19720
|
/**
|
|
19743
19721
|
* Get the complete request URL for the provided URL.
|
|
@@ -19819,59 +19797,57 @@ var require_WebClient = __commonJS({
|
|
|
19819
19797
|
* HTTP headers into the object.
|
|
19820
19798
|
* @param response - an http response
|
|
19821
19799
|
*/
|
|
19822
|
-
buildResult(response) {
|
|
19823
|
-
|
|
19824
|
-
|
|
19825
|
-
|
|
19826
|
-
|
|
19827
|
-
|
|
19828
|
-
|
|
19829
|
-
|
|
19830
|
-
|
|
19831
|
-
|
|
19832
|
-
|
|
19833
|
-
return resolve(buf.toString().split("\n"));
|
|
19834
|
-
});
|
|
19835
|
-
}).then((res) => res).catch((err) => {
|
|
19836
|
-
throw err;
|
|
19800
|
+
async buildResult(response) {
|
|
19801
|
+
let { data } = response;
|
|
19802
|
+
const isGzipResponse = response.headers["content-type"] === "application/gzip";
|
|
19803
|
+
if (isGzipResponse) {
|
|
19804
|
+
try {
|
|
19805
|
+
const unzippedData = await new Promise((resolve, reject) => {
|
|
19806
|
+
node_zlib_1.default.unzip(data, (err, buf) => {
|
|
19807
|
+
if (err) {
|
|
19808
|
+
return reject(err);
|
|
19809
|
+
}
|
|
19810
|
+
return resolve(buf.toString().split("\n"));
|
|
19837
19811
|
});
|
|
19838
|
-
|
|
19839
|
-
|
|
19840
|
-
|
|
19841
|
-
|
|
19842
|
-
|
|
19843
|
-
|
|
19812
|
+
}).then((res) => res).catch((err) => {
|
|
19813
|
+
throw err;
|
|
19814
|
+
});
|
|
19815
|
+
const fileData = [];
|
|
19816
|
+
if (Array.isArray(unzippedData)) {
|
|
19817
|
+
for (const dataset of unzippedData) {
|
|
19818
|
+
if (dataset && dataset.length > 0) {
|
|
19819
|
+
fileData.push(JSON.parse(dataset));
|
|
19844
19820
|
}
|
|
19845
19821
|
}
|
|
19846
|
-
data = { file_data: fileData };
|
|
19847
|
-
} catch (err) {
|
|
19848
|
-
data = { ok: false, error: err };
|
|
19849
|
-
}
|
|
19850
|
-
} else if (!isGzipResponse && response.request.path === "/api/admin.analytics.getFile") {
|
|
19851
|
-
data = JSON.parse(new node_util_1.TextDecoder().decode(data));
|
|
19852
|
-
}
|
|
19853
|
-
if (typeof data === "string") {
|
|
19854
|
-
try {
|
|
19855
|
-
data = JSON.parse(data);
|
|
19856
|
-
} catch (_) {
|
|
19857
|
-
data = { ok: false, error: data };
|
|
19858
19822
|
}
|
|
19823
|
+
data = { file_data: fileData };
|
|
19824
|
+
} catch (err) {
|
|
19825
|
+
data = { ok: false, error: err };
|
|
19859
19826
|
}
|
|
19860
|
-
|
|
19861
|
-
|
|
19862
|
-
|
|
19863
|
-
|
|
19864
|
-
|
|
19865
|
-
|
|
19866
|
-
|
|
19867
|
-
data
|
|
19868
|
-
}
|
|
19869
|
-
const retrySec = parseRetryHeaders(response);
|
|
19870
|
-
if (retrySec !== void 0) {
|
|
19871
|
-
data.response_metadata.retryAfter = retrySec;
|
|
19827
|
+
} else if (!isGzipResponse && response.request.path === "/api/admin.analytics.getFile") {
|
|
19828
|
+
data = JSON.parse(new node_util_1.TextDecoder().decode(data));
|
|
19829
|
+
}
|
|
19830
|
+
if (typeof data === "string") {
|
|
19831
|
+
try {
|
|
19832
|
+
data = JSON.parse(data);
|
|
19833
|
+
} catch (_) {
|
|
19834
|
+
data = { ok: false, error: data };
|
|
19872
19835
|
}
|
|
19873
|
-
|
|
19874
|
-
|
|
19836
|
+
}
|
|
19837
|
+
if (data.response_metadata === void 0) {
|
|
19838
|
+
data.response_metadata = {};
|
|
19839
|
+
}
|
|
19840
|
+
if (response.headers["x-oauth-scopes"] !== void 0) {
|
|
19841
|
+
data.response_metadata.scopes = response.headers["x-oauth-scopes"].trim().split(/\s*,\s*/);
|
|
19842
|
+
}
|
|
19843
|
+
if (response.headers["x-accepted-oauth-scopes"] !== void 0) {
|
|
19844
|
+
data.response_metadata.acceptedScopes = response.headers["x-accepted-oauth-scopes"].trim().split(/\s*,\s*/);
|
|
19845
|
+
}
|
|
19846
|
+
const retrySec = parseRetryHeaders(response);
|
|
19847
|
+
if (retrySec !== void 0) {
|
|
19848
|
+
data.response_metadata.retryAfter = retrySec;
|
|
19849
|
+
}
|
|
19850
|
+
return data;
|
|
19875
19851
|
}
|
|
19876
19852
|
};
|
|
19877
19853
|
exports2.WebClient = WebClient2;
|
|
@@ -26694,5 +26670,5 @@ mime-types/index.js:
|
|
|
26694
26670
|
*)
|
|
26695
26671
|
|
|
26696
26672
|
axios/dist/node/axios.cjs:
|
|
26697
|
-
(*! Axios v1.
|
|
26673
|
+
(*! Axios v1.15.0 Copyright (c) 2026 Matt Zabriskie and contributors *)
|
|
26698
26674
|
*/
|