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
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! Axios v1.
|
|
1
|
+
/*! Axios v1.15.0 Copyright (c) 2026 Matt Zabriskie and contributors */
|
|
2
2
|
'use strict';
|
|
3
3
|
|
|
4
4
|
/**
|
|
@@ -48,7 +48,7 @@ const { isArray } = Array;
|
|
|
48
48
|
*
|
|
49
49
|
* @returns {boolean} True if the value is undefined, otherwise false
|
|
50
50
|
*/
|
|
51
|
-
const isUndefined = typeOfTest(
|
|
51
|
+
const isUndefined = typeOfTest('undefined');
|
|
52
52
|
|
|
53
53
|
/**
|
|
54
54
|
* Determine if a value is a Buffer
|
|
@@ -75,7 +75,7 @@ function isBuffer(val) {
|
|
|
75
75
|
*
|
|
76
76
|
* @returns {boolean} True if value is an ArrayBuffer, otherwise false
|
|
77
77
|
*/
|
|
78
|
-
const isArrayBuffer = kindOfTest(
|
|
78
|
+
const isArrayBuffer = kindOfTest('ArrayBuffer');
|
|
79
79
|
|
|
80
80
|
/**
|
|
81
81
|
* Determine if a value is a view on an ArrayBuffer
|
|
@@ -86,7 +86,7 @@ const isArrayBuffer = kindOfTest("ArrayBuffer");
|
|
|
86
86
|
*/
|
|
87
87
|
function isArrayBufferView(val) {
|
|
88
88
|
let result;
|
|
89
|
-
if (typeof ArrayBuffer !==
|
|
89
|
+
if (typeof ArrayBuffer !== 'undefined' && ArrayBuffer.isView) {
|
|
90
90
|
result = ArrayBuffer.isView(val);
|
|
91
91
|
} else {
|
|
92
92
|
result = val && val.buffer && isArrayBuffer(val.buffer);
|
|
@@ -101,7 +101,7 @@ function isArrayBufferView(val) {
|
|
|
101
101
|
*
|
|
102
102
|
* @returns {boolean} True if value is a String, otherwise false
|
|
103
103
|
*/
|
|
104
|
-
const isString = typeOfTest(
|
|
104
|
+
const isString = typeOfTest('string');
|
|
105
105
|
|
|
106
106
|
/**
|
|
107
107
|
* Determine if a value is a Function
|
|
@@ -109,7 +109,7 @@ const isString = typeOfTest("string");
|
|
|
109
109
|
* @param {*} val The value to test
|
|
110
110
|
* @returns {boolean} True if value is a Function, otherwise false
|
|
111
111
|
*/
|
|
112
|
-
const isFunction$1 = typeOfTest(
|
|
112
|
+
const isFunction$1 = typeOfTest('function');
|
|
113
113
|
|
|
114
114
|
/**
|
|
115
115
|
* Determine if a value is a Number
|
|
@@ -118,7 +118,7 @@ const isFunction$1 = typeOfTest("function");
|
|
|
118
118
|
*
|
|
119
119
|
* @returns {boolean} True if value is a Number, otherwise false
|
|
120
120
|
*/
|
|
121
|
-
const isNumber = typeOfTest(
|
|
121
|
+
const isNumber = typeOfTest('number');
|
|
122
122
|
|
|
123
123
|
/**
|
|
124
124
|
* Determine if a value is an Object
|
|
@@ -127,7 +127,7 @@ const isNumber = typeOfTest("number");
|
|
|
127
127
|
*
|
|
128
128
|
* @returns {boolean} True if value is an Object, otherwise false
|
|
129
129
|
*/
|
|
130
|
-
const isObject = (thing) => thing !== null && typeof thing ===
|
|
130
|
+
const isObject = (thing) => thing !== null && typeof thing === 'object';
|
|
131
131
|
|
|
132
132
|
/**
|
|
133
133
|
* Determine if a value is a Boolean
|
|
@@ -145,7 +145,7 @@ const isBoolean = (thing) => thing === true || thing === false;
|
|
|
145
145
|
* @returns {boolean} True if value is a plain Object, otherwise false
|
|
146
146
|
*/
|
|
147
147
|
const isPlainObject = (val) => {
|
|
148
|
-
if (kindOf(val) !==
|
|
148
|
+
if (kindOf(val) !== 'object') {
|
|
149
149
|
return false;
|
|
150
150
|
}
|
|
151
151
|
|
|
@@ -173,10 +173,7 @@ const isEmptyObject = (val) => {
|
|
|
173
173
|
}
|
|
174
174
|
|
|
175
175
|
try {
|
|
176
|
-
return (
|
|
177
|
-
Object.keys(val).length === 0 &&
|
|
178
|
-
Object.getPrototypeOf(val) === Object.prototype
|
|
179
|
-
);
|
|
176
|
+
return Object.keys(val).length === 0 && Object.getPrototypeOf(val) === Object.prototype;
|
|
180
177
|
} catch (e) {
|
|
181
178
|
// Fallback for any other objects that might cause RangeError with Object.keys()
|
|
182
179
|
return false;
|
|
@@ -190,7 +187,7 @@ const isEmptyObject = (val) => {
|
|
|
190
187
|
*
|
|
191
188
|
* @returns {boolean} True if value is a Date, otherwise false
|
|
192
189
|
*/
|
|
193
|
-
const isDate = kindOfTest(
|
|
190
|
+
const isDate = kindOfTest('Date');
|
|
194
191
|
|
|
195
192
|
/**
|
|
196
193
|
* Determine if a value is a File
|
|
@@ -199,7 +196,32 @@ const isDate = kindOfTest("Date");
|
|
|
199
196
|
*
|
|
200
197
|
* @returns {boolean} True if value is a File, otherwise false
|
|
201
198
|
*/
|
|
202
|
-
const isFile = kindOfTest(
|
|
199
|
+
const isFile = kindOfTest('File');
|
|
200
|
+
|
|
201
|
+
/**
|
|
202
|
+
* Determine if a value is a React Native Blob
|
|
203
|
+
* React Native "blob": an object with a `uri` attribute. Optionally, it can
|
|
204
|
+
* also have a `name` and `type` attribute to specify filename and content type
|
|
205
|
+
*
|
|
206
|
+
* @see https://github.com/facebook/react-native/blob/26684cf3adf4094eb6c405d345a75bf8c7c0bf88/Libraries/Network/FormData.js#L68-L71
|
|
207
|
+
*
|
|
208
|
+
* @param {*} value The value to test
|
|
209
|
+
*
|
|
210
|
+
* @returns {boolean} True if value is a React Native Blob, otherwise false
|
|
211
|
+
*/
|
|
212
|
+
const isReactNativeBlob = (value) => {
|
|
213
|
+
return !!(value && typeof value.uri !== 'undefined');
|
|
214
|
+
};
|
|
215
|
+
|
|
216
|
+
/**
|
|
217
|
+
* Determine if environment is React Native
|
|
218
|
+
* ReactNative `FormData` has a non-standard `getParts()` method
|
|
219
|
+
*
|
|
220
|
+
* @param {*} formData The formData to test
|
|
221
|
+
*
|
|
222
|
+
* @returns {boolean} True if environment is React Native, otherwise false
|
|
223
|
+
*/
|
|
224
|
+
const isReactNative = (formData) => formData && typeof formData.getParts !== 'undefined';
|
|
203
225
|
|
|
204
226
|
/**
|
|
205
227
|
* Determine if a value is a Blob
|
|
@@ -208,7 +230,7 @@ const isFile = kindOfTest("File");
|
|
|
208
230
|
*
|
|
209
231
|
* @returns {boolean} True if value is a Blob, otherwise false
|
|
210
232
|
*/
|
|
211
|
-
const isBlob = kindOfTest(
|
|
233
|
+
const isBlob = kindOfTest('Blob');
|
|
212
234
|
|
|
213
235
|
/**
|
|
214
236
|
* Determine if a value is a FileList
|
|
@@ -217,7 +239,7 @@ const isBlob = kindOfTest("Blob");
|
|
|
217
239
|
*
|
|
218
240
|
* @returns {boolean} True if value is a File, otherwise false
|
|
219
241
|
*/
|
|
220
|
-
const isFileList = kindOfTest(
|
|
242
|
+
const isFileList = kindOfTest('FileList');
|
|
221
243
|
|
|
222
244
|
/**
|
|
223
245
|
* Determine if a value is a Stream
|
|
@@ -235,17 +257,27 @@ const isStream = (val) => isObject(val) && isFunction$1(val.pipe);
|
|
|
235
257
|
*
|
|
236
258
|
* @returns {boolean} True if value is an FormData, otherwise false
|
|
237
259
|
*/
|
|
260
|
+
function getGlobal() {
|
|
261
|
+
if (typeof globalThis !== 'undefined') return globalThis;
|
|
262
|
+
if (typeof self !== 'undefined') return self;
|
|
263
|
+
if (typeof window !== 'undefined') return window;
|
|
264
|
+
if (typeof global !== 'undefined') return global;
|
|
265
|
+
return {};
|
|
266
|
+
}
|
|
267
|
+
|
|
268
|
+
const G = getGlobal();
|
|
269
|
+
const FormDataCtor = typeof G.FormData !== 'undefined' ? G.FormData : undefined;
|
|
270
|
+
|
|
238
271
|
const isFormData = (thing) => {
|
|
239
272
|
let kind;
|
|
240
|
-
return (
|
|
241
|
-
thing
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
thing.toString() === "[object FormData]"))))
|
|
273
|
+
return thing && (
|
|
274
|
+
(FormDataCtor && thing instanceof FormDataCtor) || (
|
|
275
|
+
isFunction$1(thing.append) && (
|
|
276
|
+
(kind = kindOf(thing)) === 'formdata' ||
|
|
277
|
+
// detect form-data instance
|
|
278
|
+
(kind === 'object' && isFunction$1(thing.toString) && thing.toString() === '[object FormData]')
|
|
279
|
+
)
|
|
280
|
+
)
|
|
249
281
|
);
|
|
250
282
|
};
|
|
251
283
|
|
|
@@ -256,13 +288,13 @@ const isFormData = (thing) => {
|
|
|
256
288
|
*
|
|
257
289
|
* @returns {boolean} True if value is a URLSearchParams object, otherwise false
|
|
258
290
|
*/
|
|
259
|
-
const isURLSearchParams = kindOfTest(
|
|
291
|
+
const isURLSearchParams = kindOfTest('URLSearchParams');
|
|
260
292
|
|
|
261
293
|
const [isReadableStream, isRequest, isResponse, isHeaders] = [
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
294
|
+
'ReadableStream',
|
|
295
|
+
'Request',
|
|
296
|
+
'Response',
|
|
297
|
+
'Headers',
|
|
266
298
|
].map(kindOfTest);
|
|
267
299
|
|
|
268
300
|
/**
|
|
@@ -272,9 +304,9 @@ const [isReadableStream, isRequest, isResponse, isHeaders] = [
|
|
|
272
304
|
*
|
|
273
305
|
* @returns {String} The String freed of excess whitespace
|
|
274
306
|
*/
|
|
275
|
-
const trim = (str) =>
|
|
276
|
-
str.trim ? str.trim() : str.replace(/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g,
|
|
277
|
-
|
|
307
|
+
const trim = (str) => {
|
|
308
|
+
return str.trim ? str.trim() : str.replace(/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g, '');
|
|
309
|
+
};
|
|
278
310
|
/**
|
|
279
311
|
* Iterate over an Array or an Object invoking a function for each item.
|
|
280
312
|
*
|
|
@@ -293,7 +325,7 @@ const trim = (str) =>
|
|
|
293
325
|
*/
|
|
294
326
|
function forEach(obj, fn, { allOwnKeys = false } = {}) {
|
|
295
327
|
// Don't bother if no value provided
|
|
296
|
-
if (obj === null || typeof obj ===
|
|
328
|
+
if (obj === null || typeof obj === 'undefined') {
|
|
297
329
|
return;
|
|
298
330
|
}
|
|
299
331
|
|
|
@@ -301,7 +333,7 @@ function forEach(obj, fn, { allOwnKeys = false } = {}) {
|
|
|
301
333
|
let l;
|
|
302
334
|
|
|
303
335
|
// Force an array if not already something iterable
|
|
304
|
-
if (typeof obj !==
|
|
336
|
+
if (typeof obj !== 'object') {
|
|
305
337
|
/*eslint no-param-reassign:0*/
|
|
306
338
|
obj = [obj];
|
|
307
339
|
}
|
|
@@ -318,9 +350,7 @@ function forEach(obj, fn, { allOwnKeys = false } = {}) {
|
|
|
318
350
|
}
|
|
319
351
|
|
|
320
352
|
// Iterate over object keys
|
|
321
|
-
const keys = allOwnKeys
|
|
322
|
-
? Object.getOwnPropertyNames(obj)
|
|
323
|
-
: Object.keys(obj);
|
|
353
|
+
const keys = allOwnKeys ? Object.getOwnPropertyNames(obj) : Object.keys(obj);
|
|
324
354
|
const len = keys.length;
|
|
325
355
|
let key;
|
|
326
356
|
|
|
@@ -331,6 +361,14 @@ function forEach(obj, fn, { allOwnKeys = false } = {}) {
|
|
|
331
361
|
}
|
|
332
362
|
}
|
|
333
363
|
|
|
364
|
+
/**
|
|
365
|
+
* Finds a key in an object, case-insensitive, returning the actual key name.
|
|
366
|
+
* Returns null if the object is a Buffer or if no match is found.
|
|
367
|
+
*
|
|
368
|
+
* @param {Object} obj - The object to search.
|
|
369
|
+
* @param {string} key - The key to find (case-insensitive).
|
|
370
|
+
* @returns {?string} The actual key name if found, otherwise null.
|
|
371
|
+
*/
|
|
334
372
|
function findKey(obj, key) {
|
|
335
373
|
if (isBuffer(obj)) {
|
|
336
374
|
return null;
|
|
@@ -351,16 +389,11 @@ function findKey(obj, key) {
|
|
|
351
389
|
|
|
352
390
|
const _global = (() => {
|
|
353
391
|
/*eslint no-undef:0*/
|
|
354
|
-
if (typeof globalThis !==
|
|
355
|
-
return typeof self !==
|
|
356
|
-
? self
|
|
357
|
-
: typeof window !== "undefined"
|
|
358
|
-
? window
|
|
359
|
-
: global;
|
|
392
|
+
if (typeof globalThis !== 'undefined') return globalThis;
|
|
393
|
+
return typeof self !== 'undefined' ? self : typeof window !== 'undefined' ? window : global;
|
|
360
394
|
})();
|
|
361
395
|
|
|
362
|
-
const isContextDefined = (context) =>
|
|
363
|
-
!isUndefined(context) && context !== _global;
|
|
396
|
+
const isContextDefined = (context) => !isUndefined(context) && context !== _global;
|
|
364
397
|
|
|
365
398
|
/**
|
|
366
399
|
* Accepts varargs expecting each argument to be an object, then
|
|
@@ -385,7 +418,7 @@ function merge(/* obj1, obj2, obj3, ... */) {
|
|
|
385
418
|
const result = {};
|
|
386
419
|
const assignValue = (val, key) => {
|
|
387
420
|
// Skip dangerous property names to prevent prototype pollution
|
|
388
|
-
if (key ===
|
|
421
|
+
if (key === '__proto__' || key === 'constructor' || key === 'prototype') {
|
|
389
422
|
return;
|
|
390
423
|
}
|
|
391
424
|
|
|
@@ -438,7 +471,7 @@ const extend = (a, b, thisArg, { allOwnKeys } = {}) => {
|
|
|
438
471
|
});
|
|
439
472
|
}
|
|
440
473
|
},
|
|
441
|
-
{ allOwnKeys }
|
|
474
|
+
{ allOwnKeys }
|
|
442
475
|
);
|
|
443
476
|
return a;
|
|
444
477
|
};
|
|
@@ -467,17 +500,14 @@ const stripBOM = (content) => {
|
|
|
467
500
|
* @returns {void}
|
|
468
501
|
*/
|
|
469
502
|
const inherits = (constructor, superConstructor, props, descriptors) => {
|
|
470
|
-
constructor.prototype = Object.create(
|
|
471
|
-
|
|
472
|
-
descriptors,
|
|
473
|
-
);
|
|
474
|
-
Object.defineProperty(constructor.prototype, "constructor", {
|
|
503
|
+
constructor.prototype = Object.create(superConstructor.prototype, descriptors);
|
|
504
|
+
Object.defineProperty(constructor.prototype, 'constructor', {
|
|
475
505
|
value: constructor,
|
|
476
506
|
writable: true,
|
|
477
507
|
enumerable: false,
|
|
478
508
|
configurable: true,
|
|
479
509
|
});
|
|
480
|
-
Object.defineProperty(constructor,
|
|
510
|
+
Object.defineProperty(constructor, 'super', {
|
|
481
511
|
value: superConstructor.prototype,
|
|
482
512
|
});
|
|
483
513
|
props && Object.assign(constructor.prototype, props);
|
|
@@ -507,20 +537,13 @@ const toFlatObject = (sourceObj, destObj, filter, propFilter) => {
|
|
|
507
537
|
i = props.length;
|
|
508
538
|
while (i-- > 0) {
|
|
509
539
|
prop = props[i];
|
|
510
|
-
if (
|
|
511
|
-
(!propFilter || propFilter(prop, sourceObj, destObj)) &&
|
|
512
|
-
!merged[prop]
|
|
513
|
-
) {
|
|
540
|
+
if ((!propFilter || propFilter(prop, sourceObj, destObj)) && !merged[prop]) {
|
|
514
541
|
destObj[prop] = sourceObj[prop];
|
|
515
542
|
merged[prop] = true;
|
|
516
543
|
}
|
|
517
544
|
}
|
|
518
545
|
sourceObj = filter !== false && getPrototypeOf(sourceObj);
|
|
519
|
-
} while (
|
|
520
|
-
sourceObj &&
|
|
521
|
-
(!filter || filter(sourceObj, destObj)) &&
|
|
522
|
-
sourceObj !== Object.prototype
|
|
523
|
-
);
|
|
546
|
+
} while (sourceObj && (!filter || filter(sourceObj, destObj)) && sourceObj !== Object.prototype);
|
|
524
547
|
|
|
525
548
|
return destObj;
|
|
526
549
|
};
|
|
@@ -577,7 +600,7 @@ const isTypedArray = ((TypedArray) => {
|
|
|
577
600
|
return (thing) => {
|
|
578
601
|
return TypedArray && thing instanceof TypedArray;
|
|
579
602
|
};
|
|
580
|
-
})(typeof Uint8Array !==
|
|
603
|
+
})(typeof Uint8Array !== 'undefined' && getPrototypeOf(Uint8Array));
|
|
581
604
|
|
|
582
605
|
/**
|
|
583
606
|
* For each entry in the object, call the function with the key and value.
|
|
@@ -620,14 +643,12 @@ const matchAll = (regExp, str) => {
|
|
|
620
643
|
};
|
|
621
644
|
|
|
622
645
|
/* Checking if the kindOfTest function returns true when passed an HTMLFormElement. */
|
|
623
|
-
const isHTMLForm = kindOfTest(
|
|
646
|
+
const isHTMLForm = kindOfTest('HTMLFormElement');
|
|
624
647
|
|
|
625
648
|
const toCamelCase = (str) => {
|
|
626
|
-
return str
|
|
627
|
-
.
|
|
628
|
-
|
|
629
|
-
return p1.toUpperCase() + p2;
|
|
630
|
-
});
|
|
649
|
+
return str.toLowerCase().replace(/[-_\s]([a-z\d])(\w*)/g, function replacer(m, p1, p2) {
|
|
650
|
+
return p1.toUpperCase() + p2;
|
|
651
|
+
});
|
|
631
652
|
};
|
|
632
653
|
|
|
633
654
|
/* Creating a function that will check if an object has a property. */
|
|
@@ -644,7 +665,7 @@ const hasOwnProperty = (
|
|
|
644
665
|
*
|
|
645
666
|
* @returns {boolean} True if value is a RegExp object, otherwise false
|
|
646
667
|
*/
|
|
647
|
-
const isRegExp = kindOfTest(
|
|
668
|
+
const isRegExp = kindOfTest('RegExp');
|
|
648
669
|
|
|
649
670
|
const reduceDescriptors = (obj, reducer) => {
|
|
650
671
|
const descriptors = Object.getOwnPropertyDescriptors(obj);
|
|
@@ -668,10 +689,7 @@ const reduceDescriptors = (obj, reducer) => {
|
|
|
668
689
|
const freezeMethods = (obj) => {
|
|
669
690
|
reduceDescriptors(obj, (descriptor, name) => {
|
|
670
691
|
// skip restricted props in strict mode
|
|
671
|
-
if (
|
|
672
|
-
isFunction$1(obj) &&
|
|
673
|
-
["arguments", "caller", "callee"].indexOf(name) !== -1
|
|
674
|
-
) {
|
|
692
|
+
if (isFunction$1(obj) && ['arguments', 'caller', 'callee'].indexOf(name) !== -1) {
|
|
675
693
|
return false;
|
|
676
694
|
}
|
|
677
695
|
|
|
@@ -681,7 +699,7 @@ const freezeMethods = (obj) => {
|
|
|
681
699
|
|
|
682
700
|
descriptor.enumerable = false;
|
|
683
701
|
|
|
684
|
-
if (
|
|
702
|
+
if ('writable' in descriptor) {
|
|
685
703
|
descriptor.writable = false;
|
|
686
704
|
return;
|
|
687
705
|
}
|
|
@@ -694,6 +712,14 @@ const freezeMethods = (obj) => {
|
|
|
694
712
|
});
|
|
695
713
|
};
|
|
696
714
|
|
|
715
|
+
/**
|
|
716
|
+
* Converts an array or a delimited string into an object set with values as keys and true as values.
|
|
717
|
+
* Useful for fast membership checks.
|
|
718
|
+
*
|
|
719
|
+
* @param {Array|string} arrayOrString - The array or string to convert.
|
|
720
|
+
* @param {string} delimiter - The delimiter to use if input is a string.
|
|
721
|
+
* @returns {Object} An object with keys from the array or string, values set to true.
|
|
722
|
+
*/
|
|
697
723
|
const toObjectSet = (arrayOrString, delimiter) => {
|
|
698
724
|
const obj = {};
|
|
699
725
|
|
|
@@ -703,9 +729,7 @@ const toObjectSet = (arrayOrString, delimiter) => {
|
|
|
703
729
|
});
|
|
704
730
|
};
|
|
705
731
|
|
|
706
|
-
isArray(arrayOrString)
|
|
707
|
-
? define(arrayOrString)
|
|
708
|
-
: define(String(arrayOrString).split(delimiter));
|
|
732
|
+
isArray(arrayOrString) ? define(arrayOrString) : define(String(arrayOrString).split(delimiter));
|
|
709
733
|
|
|
710
734
|
return obj;
|
|
711
735
|
};
|
|
@@ -713,9 +737,7 @@ const toObjectSet = (arrayOrString, delimiter) => {
|
|
|
713
737
|
const noop = () => {};
|
|
714
738
|
|
|
715
739
|
const toFiniteNumber = (value, defaultValue) => {
|
|
716
|
-
return value != null && Number.isFinite((value = +value))
|
|
717
|
-
? value
|
|
718
|
-
: defaultValue;
|
|
740
|
+
return value != null && Number.isFinite((value = +value)) ? value : defaultValue;
|
|
719
741
|
};
|
|
720
742
|
|
|
721
743
|
/**
|
|
@@ -729,11 +751,17 @@ function isSpecCompliantForm(thing) {
|
|
|
729
751
|
return !!(
|
|
730
752
|
thing &&
|
|
731
753
|
isFunction$1(thing.append) &&
|
|
732
|
-
thing[toStringTag] ===
|
|
754
|
+
thing[toStringTag] === 'FormData' &&
|
|
733
755
|
thing[iterator]
|
|
734
756
|
);
|
|
735
757
|
}
|
|
736
758
|
|
|
759
|
+
/**
|
|
760
|
+
* Recursively converts an object to a JSON-compatible object, handling circular references and Buffers.
|
|
761
|
+
*
|
|
762
|
+
* @param {Object} obj - The object to convert.
|
|
763
|
+
* @returns {Object} The JSON-compatible object.
|
|
764
|
+
*/
|
|
737
765
|
const toJSONObject = (obj) => {
|
|
738
766
|
const stack = new Array(10);
|
|
739
767
|
|
|
@@ -748,7 +776,7 @@ const toJSONObject = (obj) => {
|
|
|
748
776
|
return source;
|
|
749
777
|
}
|
|
750
778
|
|
|
751
|
-
if (!(
|
|
779
|
+
if (!('toJSON' in source)) {
|
|
752
780
|
stack[i] = source;
|
|
753
781
|
const target = isArray(source) ? [] : {};
|
|
754
782
|
|
|
@@ -769,8 +797,20 @@ const toJSONObject = (obj) => {
|
|
|
769
797
|
return visit(obj, 0);
|
|
770
798
|
};
|
|
771
799
|
|
|
772
|
-
|
|
800
|
+
/**
|
|
801
|
+
* Determines if a value is an async function.
|
|
802
|
+
*
|
|
803
|
+
* @param {*} thing - The value to test.
|
|
804
|
+
* @returns {boolean} True if value is an async function, otherwise false.
|
|
805
|
+
*/
|
|
806
|
+
const isAsyncFn = kindOfTest('AsyncFunction');
|
|
773
807
|
|
|
808
|
+
/**
|
|
809
|
+
* Determines if a value is thenable (has then and catch methods).
|
|
810
|
+
*
|
|
811
|
+
* @param {*} thing - The value to test.
|
|
812
|
+
* @returns {boolean} True if value is thenable, otherwise false.
|
|
813
|
+
*/
|
|
774
814
|
const isThenable = (thing) =>
|
|
775
815
|
thing &&
|
|
776
816
|
(isObject(thing) || isFunction$1(thing)) &&
|
|
@@ -780,6 +820,14 @@ const isThenable = (thing) =>
|
|
|
780
820
|
// original code
|
|
781
821
|
// https://github.com/DigitalBrainJS/AxiosPromise/blob/16deab13710ec09779922131f3fa5954320f83ab/lib/utils.js#L11-L34
|
|
782
822
|
|
|
823
|
+
/**
|
|
824
|
+
* Provides a cross-platform setImmediate implementation.
|
|
825
|
+
* Uses native setImmediate if available, otherwise falls back to postMessage or setTimeout.
|
|
826
|
+
*
|
|
827
|
+
* @param {boolean} setImmediateSupported - Whether setImmediate is supported.
|
|
828
|
+
* @param {boolean} postMessageSupported - Whether postMessage is supported.
|
|
829
|
+
* @returns {Function} A function to schedule a callback asynchronously.
|
|
830
|
+
*/
|
|
783
831
|
const _setImmediate = ((setImmediateSupported, postMessageSupported) => {
|
|
784
832
|
if (setImmediateSupported) {
|
|
785
833
|
return setImmediate;
|
|
@@ -788,27 +836,33 @@ const _setImmediate = ((setImmediateSupported, postMessageSupported) => {
|
|
|
788
836
|
return postMessageSupported
|
|
789
837
|
? ((token, callbacks) => {
|
|
790
838
|
_global.addEventListener(
|
|
791
|
-
|
|
839
|
+
'message',
|
|
792
840
|
({ source, data }) => {
|
|
793
841
|
if (source === _global && data === token) {
|
|
794
842
|
callbacks.length && callbacks.shift()();
|
|
795
843
|
}
|
|
796
844
|
},
|
|
797
|
-
false
|
|
845
|
+
false
|
|
798
846
|
);
|
|
799
847
|
|
|
800
848
|
return (cb) => {
|
|
801
849
|
callbacks.push(cb);
|
|
802
|
-
_global.postMessage(token,
|
|
850
|
+
_global.postMessage(token, '*');
|
|
803
851
|
};
|
|
804
852
|
})(`axios@${Math.random()}`, [])
|
|
805
853
|
: (cb) => setTimeout(cb);
|
|
806
|
-
})(typeof setImmediate ===
|
|
854
|
+
})(typeof setImmediate === 'function', isFunction$1(_global.postMessage));
|
|
807
855
|
|
|
856
|
+
/**
|
|
857
|
+
* Schedules a microtask or asynchronous callback as soon as possible.
|
|
858
|
+
* Uses queueMicrotask if available, otherwise falls back to process.nextTick or _setImmediate.
|
|
859
|
+
*
|
|
860
|
+
* @type {Function}
|
|
861
|
+
*/
|
|
808
862
|
const asap =
|
|
809
|
-
typeof queueMicrotask !==
|
|
863
|
+
typeof queueMicrotask !== 'undefined'
|
|
810
864
|
? queueMicrotask.bind(_global)
|
|
811
|
-
: (typeof process !==
|
|
865
|
+
: (typeof process !== 'undefined' && process.nextTick) || _setImmediate;
|
|
812
866
|
|
|
813
867
|
// *********************
|
|
814
868
|
|
|
@@ -833,6 +887,8 @@ var utils$1 = {
|
|
|
833
887
|
isUndefined,
|
|
834
888
|
isDate,
|
|
835
889
|
isFile,
|
|
890
|
+
isReactNativeBlob,
|
|
891
|
+
isReactNative,
|
|
836
892
|
isBlob,
|
|
837
893
|
isRegExp,
|
|
838
894
|
isFunction: isFunction$1,
|
|
@@ -875,14 +931,20 @@ var utils$1 = {
|
|
|
875
931
|
};
|
|
876
932
|
|
|
877
933
|
class AxiosError extends Error {
|
|
878
|
-
|
|
879
|
-
|
|
880
|
-
|
|
881
|
-
|
|
882
|
-
|
|
883
|
-
|
|
934
|
+
static from(error, code, config, request, response, customProps) {
|
|
935
|
+
const axiosError = new AxiosError(error.message, code || error.code, config, request, response);
|
|
936
|
+
axiosError.cause = error;
|
|
937
|
+
axiosError.name = error.name;
|
|
938
|
+
|
|
939
|
+
// Preserve status from the original error if not already set from response
|
|
940
|
+
if (error.status != null && axiosError.status == null) {
|
|
941
|
+
axiosError.status = error.status;
|
|
884
942
|
}
|
|
885
943
|
|
|
944
|
+
customProps && Object.assign(axiosError, customProps);
|
|
945
|
+
return axiosError;
|
|
946
|
+
}
|
|
947
|
+
|
|
886
948
|
/**
|
|
887
949
|
* Create an Error with the specified message, config, error code, request and response.
|
|
888
950
|
*
|
|
@@ -895,37 +957,48 @@ class AxiosError extends Error {
|
|
|
895
957
|
* @returns {Error} The created error.
|
|
896
958
|
*/
|
|
897
959
|
constructor(message, code, config, request, response) {
|
|
898
|
-
|
|
899
|
-
|
|
900
|
-
|
|
901
|
-
|
|
902
|
-
|
|
903
|
-
|
|
904
|
-
|
|
905
|
-
|
|
906
|
-
|
|
907
|
-
|
|
960
|
+
super(message);
|
|
961
|
+
|
|
962
|
+
// Make message enumerable to maintain backward compatibility
|
|
963
|
+
// The native Error constructor sets message as non-enumerable,
|
|
964
|
+
// but axios < v1.13.3 had it as enumerable
|
|
965
|
+
Object.defineProperty(this, 'message', {
|
|
966
|
+
value: message,
|
|
967
|
+
enumerable: true,
|
|
968
|
+
writable: true,
|
|
969
|
+
configurable: true
|
|
970
|
+
});
|
|
971
|
+
|
|
972
|
+
this.name = 'AxiosError';
|
|
973
|
+
this.isAxiosError = true;
|
|
974
|
+
code && (this.code = code);
|
|
975
|
+
config && (this.config = config);
|
|
976
|
+
request && (this.request = request);
|
|
977
|
+
if (response) {
|
|
978
|
+
this.response = response;
|
|
979
|
+
this.status = response.status;
|
|
980
|
+
}
|
|
908
981
|
}
|
|
909
982
|
|
|
910
|
-
|
|
911
|
-
|
|
912
|
-
|
|
913
|
-
|
|
914
|
-
|
|
915
|
-
|
|
916
|
-
|
|
917
|
-
|
|
918
|
-
|
|
919
|
-
|
|
920
|
-
|
|
921
|
-
|
|
922
|
-
|
|
923
|
-
|
|
924
|
-
|
|
925
|
-
|
|
926
|
-
|
|
927
|
-
|
|
928
|
-
|
|
983
|
+
toJSON() {
|
|
984
|
+
return {
|
|
985
|
+
// Standard
|
|
986
|
+
message: this.message,
|
|
987
|
+
name: this.name,
|
|
988
|
+
// Microsoft
|
|
989
|
+
description: this.description,
|
|
990
|
+
number: this.number,
|
|
991
|
+
// Mozilla
|
|
992
|
+
fileName: this.fileName,
|
|
993
|
+
lineNumber: this.lineNumber,
|
|
994
|
+
columnNumber: this.columnNumber,
|
|
995
|
+
stack: this.stack,
|
|
996
|
+
// Axios
|
|
997
|
+
config: utils$1.toJSONObject(this.config),
|
|
998
|
+
code: this.code,
|
|
999
|
+
status: this.status,
|
|
1000
|
+
};
|
|
1001
|
+
}
|
|
929
1002
|
}
|
|
930
1003
|
|
|
931
1004
|
// This can be changed to static properties as soon as the parser options in .eslint.cjs are updated.
|
|
@@ -942,8 +1015,6 @@ AxiosError.ERR_CANCELED = 'ERR_CANCELED';
|
|
|
942
1015
|
AxiosError.ERR_NOT_SUPPORT = 'ERR_NOT_SUPPORT';
|
|
943
1016
|
AxiosError.ERR_INVALID_URL = 'ERR_INVALID_URL';
|
|
944
1017
|
|
|
945
|
-
var AxiosError$1 = AxiosError;
|
|
946
|
-
|
|
947
1018
|
// eslint-disable-next-line strict
|
|
948
1019
|
var httpAdapter = null;
|
|
949
1020
|
|
|
@@ -980,11 +1051,14 @@ function removeBrackets(key) {
|
|
|
980
1051
|
*/
|
|
981
1052
|
function renderKey(path, key, dots) {
|
|
982
1053
|
if (!path) return key;
|
|
983
|
-
return path
|
|
984
|
-
|
|
985
|
-
|
|
986
|
-
|
|
987
|
-
|
|
1054
|
+
return path
|
|
1055
|
+
.concat(key)
|
|
1056
|
+
.map(function each(token, i) {
|
|
1057
|
+
// eslint-disable-next-line no-param-reassign
|
|
1058
|
+
token = removeBrackets(token);
|
|
1059
|
+
return !dots && i ? '[' + token + ']' : token;
|
|
1060
|
+
})
|
|
1061
|
+
.join(dots ? '.' : '');
|
|
988
1062
|
}
|
|
989
1063
|
|
|
990
1064
|
/**
|
|
@@ -1034,21 +1108,26 @@ function toFormData(obj, formData, options) {
|
|
|
1034
1108
|
formData = formData || new (FormData)();
|
|
1035
1109
|
|
|
1036
1110
|
// eslint-disable-next-line no-param-reassign
|
|
1037
|
-
options = utils$1.toFlatObject(
|
|
1038
|
-
|
|
1039
|
-
|
|
1040
|
-
|
|
1041
|
-
|
|
1042
|
-
|
|
1043
|
-
|
|
1044
|
-
|
|
1111
|
+
options = utils$1.toFlatObject(
|
|
1112
|
+
options,
|
|
1113
|
+
{
|
|
1114
|
+
metaTokens: true,
|
|
1115
|
+
dots: false,
|
|
1116
|
+
indexes: false,
|
|
1117
|
+
},
|
|
1118
|
+
false,
|
|
1119
|
+
function defined(option, source) {
|
|
1120
|
+
// eslint-disable-next-line no-eq-null,eqeqeq
|
|
1121
|
+
return !utils$1.isUndefined(source[option]);
|
|
1122
|
+
}
|
|
1123
|
+
);
|
|
1045
1124
|
|
|
1046
1125
|
const metaTokens = options.metaTokens;
|
|
1047
1126
|
// eslint-disable-next-line no-use-before-define
|
|
1048
1127
|
const visitor = options.visitor || defaultVisitor;
|
|
1049
1128
|
const dots = options.dots;
|
|
1050
1129
|
const indexes = options.indexes;
|
|
1051
|
-
const _Blob = options.Blob || typeof Blob !== 'undefined' && Blob;
|
|
1130
|
+
const _Blob = options.Blob || (typeof Blob !== 'undefined' && Blob);
|
|
1052
1131
|
const useBlob = _Blob && utils$1.isSpecCompliantForm(formData);
|
|
1053
1132
|
|
|
1054
1133
|
if (!utils$1.isFunction(visitor)) {
|
|
@@ -1067,7 +1146,7 @@ function toFormData(obj, formData, options) {
|
|
|
1067
1146
|
}
|
|
1068
1147
|
|
|
1069
1148
|
if (!useBlob && utils$1.isBlob(value)) {
|
|
1070
|
-
throw new AxiosError
|
|
1149
|
+
throw new AxiosError('Blob is not supported. Use a Buffer instead.');
|
|
1071
1150
|
}
|
|
1072
1151
|
|
|
1073
1152
|
if (utils$1.isArrayBuffer(value) || utils$1.isTypedArray(value)) {
|
|
@@ -1090,6 +1169,11 @@ function toFormData(obj, formData, options) {
|
|
|
1090
1169
|
function defaultVisitor(value, key, path) {
|
|
1091
1170
|
let arr = value;
|
|
1092
1171
|
|
|
1172
|
+
if (utils$1.isReactNative(formData) && utils$1.isReactNativeBlob(value)) {
|
|
1173
|
+
formData.append(renderKey(path, key, dots), convertValue(value));
|
|
1174
|
+
return false;
|
|
1175
|
+
}
|
|
1176
|
+
|
|
1093
1177
|
if (value && !path && typeof value === 'object') {
|
|
1094
1178
|
if (utils$1.endsWith(key, '{}')) {
|
|
1095
1179
|
// eslint-disable-next-line no-param-reassign
|
|
@@ -1098,17 +1182,22 @@ function toFormData(obj, formData, options) {
|
|
|
1098
1182
|
value = JSON.stringify(value);
|
|
1099
1183
|
} else if (
|
|
1100
1184
|
(utils$1.isArray(value) && isFlatArray(value)) ||
|
|
1101
|
-
((utils$1.isFileList(value) || utils$1.endsWith(key, '[]')) && (arr = utils$1.toArray(value))
|
|
1102
|
-
|
|
1185
|
+
((utils$1.isFileList(value) || utils$1.endsWith(key, '[]')) && (arr = utils$1.toArray(value)))
|
|
1186
|
+
) {
|
|
1103
1187
|
// eslint-disable-next-line no-param-reassign
|
|
1104
1188
|
key = removeBrackets(key);
|
|
1105
1189
|
|
|
1106
1190
|
arr.forEach(function each(el, index) {
|
|
1107
|
-
!(utils$1.isUndefined(el) || el === null) &&
|
|
1108
|
-
|
|
1109
|
-
|
|
1110
|
-
|
|
1111
|
-
|
|
1191
|
+
!(utils$1.isUndefined(el) || el === null) &&
|
|
1192
|
+
formData.append(
|
|
1193
|
+
// eslint-disable-next-line no-nested-ternary
|
|
1194
|
+
indexes === true
|
|
1195
|
+
? renderKey([key], index, dots)
|
|
1196
|
+
: indexes === null
|
|
1197
|
+
? key
|
|
1198
|
+
: key + '[]',
|
|
1199
|
+
convertValue(el)
|
|
1200
|
+
);
|
|
1112
1201
|
});
|
|
1113
1202
|
return false;
|
|
1114
1203
|
}
|
|
@@ -1128,7 +1217,7 @@ function toFormData(obj, formData, options) {
|
|
|
1128
1217
|
const exposedHelpers = Object.assign(predicates, {
|
|
1129
1218
|
defaultVisitor,
|
|
1130
1219
|
convertValue,
|
|
1131
|
-
isVisitable
|
|
1220
|
+
isVisitable,
|
|
1132
1221
|
});
|
|
1133
1222
|
|
|
1134
1223
|
function build(value, path) {
|
|
@@ -1141,9 +1230,9 @@ function toFormData(obj, formData, options) {
|
|
|
1141
1230
|
stack.push(value);
|
|
1142
1231
|
|
|
1143
1232
|
utils$1.forEach(value, function each(el, key) {
|
|
1144
|
-
const result =
|
|
1145
|
-
|
|
1146
|
-
|
|
1233
|
+
const result =
|
|
1234
|
+
!(utils$1.isUndefined(el) || el === null) &&
|
|
1235
|
+
visitor.call(formData, el, utils$1.isString(key) ? key.trim() : key, path, exposedHelpers);
|
|
1147
1236
|
|
|
1148
1237
|
if (result === true) {
|
|
1149
1238
|
build(el, path ? path.concat(key) : [key]);
|
|
@@ -1178,7 +1267,7 @@ function encode$1(str) {
|
|
|
1178
1267
|
')': '%29',
|
|
1179
1268
|
'~': '%7E',
|
|
1180
1269
|
'%20': '+',
|
|
1181
|
-
'%00': '\x00'
|
|
1270
|
+
'%00': '\x00',
|
|
1182
1271
|
};
|
|
1183
1272
|
return encodeURIComponent(str).replace(/[!'()~]|%20|%00/g, function replacer(match) {
|
|
1184
1273
|
return charMap[match];
|
|
@@ -1206,29 +1295,33 @@ prototype.append = function append(name, value) {
|
|
|
1206
1295
|
};
|
|
1207
1296
|
|
|
1208
1297
|
prototype.toString = function toString(encoder) {
|
|
1209
|
-
const _encode = encoder
|
|
1210
|
-
|
|
1211
|
-
|
|
1298
|
+
const _encode = encoder
|
|
1299
|
+
? function (value) {
|
|
1300
|
+
return encoder.call(this, value, encode$1);
|
|
1301
|
+
}
|
|
1302
|
+
: encode$1;
|
|
1212
1303
|
|
|
1213
|
-
return this._pairs
|
|
1214
|
-
|
|
1215
|
-
|
|
1304
|
+
return this._pairs
|
|
1305
|
+
.map(function each(pair) {
|
|
1306
|
+
return _encode(pair[0]) + '=' + _encode(pair[1]);
|
|
1307
|
+
}, '')
|
|
1308
|
+
.join('&');
|
|
1216
1309
|
};
|
|
1217
1310
|
|
|
1218
1311
|
/**
|
|
1219
|
-
* It replaces
|
|
1220
|
-
*
|
|
1312
|
+
* It replaces URL-encoded forms of `:`, `$`, `,`, and spaces with
|
|
1313
|
+
* their plain counterparts (`:`, `$`, `,`, `+`).
|
|
1221
1314
|
*
|
|
1222
1315
|
* @param {string} val The value to be encoded.
|
|
1223
1316
|
*
|
|
1224
1317
|
* @returns {string} The encoded value.
|
|
1225
1318
|
*/
|
|
1226
1319
|
function encode(val) {
|
|
1227
|
-
return encodeURIComponent(val)
|
|
1228
|
-
replace(/%3A/gi, ':')
|
|
1229
|
-
replace(/%24/g, '$')
|
|
1230
|
-
replace(/%2C/gi, ',')
|
|
1231
|
-
replace(/%20/g, '+');
|
|
1320
|
+
return encodeURIComponent(val)
|
|
1321
|
+
.replace(/%3A/gi, ':')
|
|
1322
|
+
.replace(/%24/g, '$')
|
|
1323
|
+
.replace(/%2C/gi, ',')
|
|
1324
|
+
.replace(/%20/g, '+');
|
|
1232
1325
|
}
|
|
1233
1326
|
|
|
1234
1327
|
/**
|
|
@@ -1245,11 +1338,13 @@ function buildURL(url, params, options) {
|
|
|
1245
1338
|
return url;
|
|
1246
1339
|
}
|
|
1247
1340
|
|
|
1248
|
-
const _encode = options && options.encode || encode;
|
|
1341
|
+
const _encode = (options && options.encode) || encode;
|
|
1249
1342
|
|
|
1250
|
-
const _options = utils$1.isFunction(options)
|
|
1251
|
-
|
|
1252
|
-
|
|
1343
|
+
const _options = utils$1.isFunction(options)
|
|
1344
|
+
? {
|
|
1345
|
+
serialize: options,
|
|
1346
|
+
}
|
|
1347
|
+
: options;
|
|
1253
1348
|
|
|
1254
1349
|
const serializeFn = _options && _options.serialize;
|
|
1255
1350
|
|
|
@@ -1258,13 +1353,13 @@ function buildURL(url, params, options) {
|
|
|
1258
1353
|
if (serializeFn) {
|
|
1259
1354
|
serializedParams = serializeFn(params, _options);
|
|
1260
1355
|
} else {
|
|
1261
|
-
serializedParams = utils$1.isURLSearchParams(params)
|
|
1262
|
-
params.toString()
|
|
1263
|
-
new AxiosURLSearchParams(params, _options).toString(_encode);
|
|
1356
|
+
serializedParams = utils$1.isURLSearchParams(params)
|
|
1357
|
+
? params.toString()
|
|
1358
|
+
: new AxiosURLSearchParams(params, _options).toString(_encode);
|
|
1264
1359
|
}
|
|
1265
1360
|
|
|
1266
1361
|
if (serializedParams) {
|
|
1267
|
-
const hashmarkIndex = url.indexOf(
|
|
1362
|
+
const hashmarkIndex = url.indexOf('#');
|
|
1268
1363
|
|
|
1269
1364
|
if (hashmarkIndex !== -1) {
|
|
1270
1365
|
url = url.slice(0, hashmarkIndex);
|
|
@@ -1294,7 +1389,7 @@ class InterceptorManager {
|
|
|
1294
1389
|
fulfilled,
|
|
1295
1390
|
rejected,
|
|
1296
1391
|
synchronous: options ? options.synchronous : false,
|
|
1297
|
-
runWhen: options ? options.runWhen : null
|
|
1392
|
+
runWhen: options ? options.runWhen : null,
|
|
1298
1393
|
});
|
|
1299
1394
|
return this.handlers.length - 1;
|
|
1300
1395
|
}
|
|
@@ -1342,13 +1437,11 @@ class InterceptorManager {
|
|
|
1342
1437
|
}
|
|
1343
1438
|
}
|
|
1344
1439
|
|
|
1345
|
-
var InterceptorManager$1 = InterceptorManager;
|
|
1346
|
-
|
|
1347
1440
|
var transitionalDefaults = {
|
|
1348
1441
|
silentJSONParsing: true,
|
|
1349
1442
|
forcedJSONParsing: true,
|
|
1350
1443
|
clarifyTimeoutError: false,
|
|
1351
|
-
legacyInterceptorReqResOrdering: true
|
|
1444
|
+
legacyInterceptorReqResOrdering: true,
|
|
1352
1445
|
};
|
|
1353
1446
|
|
|
1354
1447
|
var URLSearchParams$1 = typeof URLSearchParams !== 'undefined' ? URLSearchParams : AxiosURLSearchParams;
|
|
@@ -1362,14 +1455,14 @@ var platform$1 = {
|
|
|
1362
1455
|
classes: {
|
|
1363
1456
|
URLSearchParams: URLSearchParams$1,
|
|
1364
1457
|
FormData: FormData$1,
|
|
1365
|
-
Blob: Blob$1
|
|
1458
|
+
Blob: Blob$1,
|
|
1366
1459
|
},
|
|
1367
|
-
protocols: ['http', 'https', 'file', 'blob', 'url', 'data']
|
|
1460
|
+
protocols: ['http', 'https', 'file', 'blob', 'url', 'data'],
|
|
1368
1461
|
};
|
|
1369
1462
|
|
|
1370
1463
|
const hasBrowserEnv = typeof window !== 'undefined' && typeof document !== 'undefined';
|
|
1371
1464
|
|
|
1372
|
-
const _navigator = typeof navigator === 'object' && navigator || undefined;
|
|
1465
|
+
const _navigator = (typeof navigator === 'object' && navigator) || undefined;
|
|
1373
1466
|
|
|
1374
1467
|
/**
|
|
1375
1468
|
* Determine if we're running in a standard browser environment
|
|
@@ -1388,7 +1481,8 @@ const _navigator = typeof navigator === 'object' && navigator || undefined;
|
|
|
1388
1481
|
*
|
|
1389
1482
|
* @returns {boolean}
|
|
1390
1483
|
*/
|
|
1391
|
-
const hasStandardBrowserEnv =
|
|
1484
|
+
const hasStandardBrowserEnv =
|
|
1485
|
+
hasBrowserEnv &&
|
|
1392
1486
|
(!_navigator || ['ReactNative', 'NativeScript', 'NS'].indexOf(_navigator.product) < 0);
|
|
1393
1487
|
|
|
1394
1488
|
/**
|
|
@@ -1409,25 +1503,25 @@ const hasStandardBrowserWebWorkerEnv = (() => {
|
|
|
1409
1503
|
);
|
|
1410
1504
|
})();
|
|
1411
1505
|
|
|
1412
|
-
const origin = hasBrowserEnv && window.location.href || 'http://localhost';
|
|
1506
|
+
const origin = (hasBrowserEnv && window.location.href) || 'http://localhost';
|
|
1413
1507
|
|
|
1414
1508
|
var utils = /*#__PURE__*/Object.freeze({
|
|
1415
1509
|
__proto__: null,
|
|
1416
1510
|
hasBrowserEnv: hasBrowserEnv,
|
|
1417
|
-
hasStandardBrowserWebWorkerEnv: hasStandardBrowserWebWorkerEnv,
|
|
1418
1511
|
hasStandardBrowserEnv: hasStandardBrowserEnv,
|
|
1512
|
+
hasStandardBrowserWebWorkerEnv: hasStandardBrowserWebWorkerEnv,
|
|
1419
1513
|
navigator: _navigator,
|
|
1420
1514
|
origin: origin
|
|
1421
1515
|
});
|
|
1422
1516
|
|
|
1423
1517
|
var platform = {
|
|
1424
1518
|
...utils,
|
|
1425
|
-
...platform$1
|
|
1519
|
+
...platform$1,
|
|
1426
1520
|
};
|
|
1427
1521
|
|
|
1428
1522
|
function toURLEncodedForm(data, options) {
|
|
1429
1523
|
return toFormData(data, new platform.classes.URLSearchParams(), {
|
|
1430
|
-
visitor: function(value, key, path, helpers) {
|
|
1524
|
+
visitor: function (value, key, path, helpers) {
|
|
1431
1525
|
if (platform.isNode && utils$1.isBuffer(value)) {
|
|
1432
1526
|
this.append(key, value.toString('base64'));
|
|
1433
1527
|
return false;
|
|
@@ -1435,7 +1529,7 @@ function toURLEncodedForm(data, options) {
|
|
|
1435
1529
|
|
|
1436
1530
|
return helpers.defaultVisitor.apply(this, arguments);
|
|
1437
1531
|
},
|
|
1438
|
-
...options
|
|
1532
|
+
...options,
|
|
1439
1533
|
});
|
|
1440
1534
|
}
|
|
1441
1535
|
|
|
@@ -1451,7 +1545,7 @@ function parsePropPath(name) {
|
|
|
1451
1545
|
// foo.x.y.z
|
|
1452
1546
|
// foo-x-y-z
|
|
1453
1547
|
// foo x y z
|
|
1454
|
-
return utils$1.matchAll(/\w+|\[(\w*)]/g, name).map(match => {
|
|
1548
|
+
return utils$1.matchAll(/\w+|\[(\w*)]/g, name).map((match) => {
|
|
1455
1549
|
return match[0] === '[]' ? '' : match[1] || match[0];
|
|
1456
1550
|
});
|
|
1457
1551
|
}
|
|
@@ -1555,96 +1649,107 @@ function stringifySafely(rawValue, parser, encoder) {
|
|
|
1555
1649
|
}
|
|
1556
1650
|
|
|
1557
1651
|
const defaults = {
|
|
1558
|
-
|
|
1559
1652
|
transitional: transitionalDefaults,
|
|
1560
1653
|
|
|
1561
1654
|
adapter: ['xhr', 'http', 'fetch'],
|
|
1562
1655
|
|
|
1563
|
-
transformRequest: [
|
|
1564
|
-
|
|
1565
|
-
|
|
1566
|
-
|
|
1656
|
+
transformRequest: [
|
|
1657
|
+
function transformRequest(data, headers) {
|
|
1658
|
+
const contentType = headers.getContentType() || '';
|
|
1659
|
+
const hasJSONContentType = contentType.indexOf('application/json') > -1;
|
|
1660
|
+
const isObjectPayload = utils$1.isObject(data);
|
|
1567
1661
|
|
|
1568
|
-
|
|
1569
|
-
|
|
1570
|
-
|
|
1662
|
+
if (isObjectPayload && utils$1.isHTMLForm(data)) {
|
|
1663
|
+
data = new FormData(data);
|
|
1664
|
+
}
|
|
1571
1665
|
|
|
1572
|
-
|
|
1666
|
+
const isFormData = utils$1.isFormData(data);
|
|
1573
1667
|
|
|
1574
|
-
|
|
1575
|
-
|
|
1576
|
-
|
|
1668
|
+
if (isFormData) {
|
|
1669
|
+
return hasJSONContentType ? JSON.stringify(formDataToJSON(data)) : data;
|
|
1670
|
+
}
|
|
1577
1671
|
|
|
1578
|
-
|
|
1579
|
-
|
|
1580
|
-
|
|
1581
|
-
|
|
1582
|
-
|
|
1583
|
-
|
|
1584
|
-
|
|
1585
|
-
|
|
1586
|
-
|
|
1587
|
-
|
|
1588
|
-
|
|
1589
|
-
|
|
1590
|
-
|
|
1591
|
-
|
|
1592
|
-
|
|
1593
|
-
|
|
1672
|
+
if (
|
|
1673
|
+
utils$1.isArrayBuffer(data) ||
|
|
1674
|
+
utils$1.isBuffer(data) ||
|
|
1675
|
+
utils$1.isStream(data) ||
|
|
1676
|
+
utils$1.isFile(data) ||
|
|
1677
|
+
utils$1.isBlob(data) ||
|
|
1678
|
+
utils$1.isReadableStream(data)
|
|
1679
|
+
) {
|
|
1680
|
+
return data;
|
|
1681
|
+
}
|
|
1682
|
+
if (utils$1.isArrayBufferView(data)) {
|
|
1683
|
+
return data.buffer;
|
|
1684
|
+
}
|
|
1685
|
+
if (utils$1.isURLSearchParams(data)) {
|
|
1686
|
+
headers.setContentType('application/x-www-form-urlencoded;charset=utf-8', false);
|
|
1687
|
+
return data.toString();
|
|
1688
|
+
}
|
|
1594
1689
|
|
|
1595
|
-
|
|
1690
|
+
let isFileList;
|
|
1596
1691
|
|
|
1597
|
-
|
|
1598
|
-
|
|
1599
|
-
|
|
1600
|
-
|
|
1692
|
+
if (isObjectPayload) {
|
|
1693
|
+
if (contentType.indexOf('application/x-www-form-urlencoded') > -1) {
|
|
1694
|
+
return toURLEncodedForm(data, this.formSerializer).toString();
|
|
1695
|
+
}
|
|
1601
1696
|
|
|
1602
|
-
|
|
1603
|
-
|
|
1697
|
+
if (
|
|
1698
|
+
(isFileList = utils$1.isFileList(data)) ||
|
|
1699
|
+
contentType.indexOf('multipart/form-data') > -1
|
|
1700
|
+
) {
|
|
1701
|
+
const _FormData = this.env && this.env.FormData;
|
|
1604
1702
|
|
|
1605
|
-
|
|
1606
|
-
|
|
1607
|
-
|
|
1608
|
-
|
|
1609
|
-
|
|
1703
|
+
return toFormData(
|
|
1704
|
+
isFileList ? { 'files[]': data } : data,
|
|
1705
|
+
_FormData && new _FormData(),
|
|
1706
|
+
this.formSerializer
|
|
1707
|
+
);
|
|
1708
|
+
}
|
|
1610
1709
|
}
|
|
1611
|
-
}
|
|
1612
1710
|
|
|
1613
|
-
|
|
1614
|
-
|
|
1615
|
-
|
|
1616
|
-
|
|
1711
|
+
if (isObjectPayload || hasJSONContentType) {
|
|
1712
|
+
headers.setContentType('application/json', false);
|
|
1713
|
+
return stringifySafely(data);
|
|
1714
|
+
}
|
|
1617
1715
|
|
|
1618
|
-
|
|
1619
|
-
|
|
1716
|
+
return data;
|
|
1717
|
+
},
|
|
1718
|
+
],
|
|
1620
1719
|
|
|
1621
|
-
transformResponse: [
|
|
1622
|
-
|
|
1623
|
-
|
|
1624
|
-
|
|
1720
|
+
transformResponse: [
|
|
1721
|
+
function transformResponse(data) {
|
|
1722
|
+
const transitional = this.transitional || defaults.transitional;
|
|
1723
|
+
const forcedJSONParsing = transitional && transitional.forcedJSONParsing;
|
|
1724
|
+
const JSONRequested = this.responseType === 'json';
|
|
1625
1725
|
|
|
1626
|
-
|
|
1627
|
-
|
|
1628
|
-
|
|
1726
|
+
if (utils$1.isResponse(data) || utils$1.isReadableStream(data)) {
|
|
1727
|
+
return data;
|
|
1728
|
+
}
|
|
1629
1729
|
|
|
1630
|
-
|
|
1631
|
-
|
|
1632
|
-
|
|
1730
|
+
if (
|
|
1731
|
+
data &&
|
|
1732
|
+
utils$1.isString(data) &&
|
|
1733
|
+
((forcedJSONParsing && !this.responseType) || JSONRequested)
|
|
1734
|
+
) {
|
|
1735
|
+
const silentJSONParsing = transitional && transitional.silentJSONParsing;
|
|
1736
|
+
const strictJSONParsing = !silentJSONParsing && JSONRequested;
|
|
1633
1737
|
|
|
1634
|
-
|
|
1635
|
-
|
|
1636
|
-
|
|
1637
|
-
|
|
1638
|
-
|
|
1639
|
-
|
|
1738
|
+
try {
|
|
1739
|
+
return JSON.parse(data, this.parseReviver);
|
|
1740
|
+
} catch (e) {
|
|
1741
|
+
if (strictJSONParsing) {
|
|
1742
|
+
if (e.name === 'SyntaxError') {
|
|
1743
|
+
throw AxiosError.from(e, AxiosError.ERR_BAD_RESPONSE, this, null, this.response);
|
|
1744
|
+
}
|
|
1745
|
+
throw e;
|
|
1640
1746
|
}
|
|
1641
|
-
throw e;
|
|
1642
1747
|
}
|
|
1643
1748
|
}
|
|
1644
|
-
}
|
|
1645
1749
|
|
|
1646
|
-
|
|
1647
|
-
|
|
1750
|
+
return data;
|
|
1751
|
+
},
|
|
1752
|
+
],
|
|
1648
1753
|
|
|
1649
1754
|
/**
|
|
1650
1755
|
* A timeout in milliseconds to abort a request. If set to 0 (default) a
|
|
@@ -1660,7 +1765,7 @@ const defaults = {
|
|
|
1660
1765
|
|
|
1661
1766
|
env: {
|
|
1662
1767
|
FormData: platform.classes.FormData,
|
|
1663
|
-
Blob: platform.classes.Blob
|
|
1768
|
+
Blob: platform.classes.Blob,
|
|
1664
1769
|
},
|
|
1665
1770
|
|
|
1666
1771
|
validateStatus: function validateStatus(status) {
|
|
@@ -1669,25 +1774,36 @@ const defaults = {
|
|
|
1669
1774
|
|
|
1670
1775
|
headers: {
|
|
1671
1776
|
common: {
|
|
1672
|
-
|
|
1673
|
-
'Content-Type': undefined
|
|
1674
|
-
}
|
|
1675
|
-
}
|
|
1777
|
+
Accept: 'application/json, text/plain, */*',
|
|
1778
|
+
'Content-Type': undefined,
|
|
1779
|
+
},
|
|
1780
|
+
},
|
|
1676
1781
|
};
|
|
1677
1782
|
|
|
1678
1783
|
utils$1.forEach(['delete', 'get', 'head', 'post', 'put', 'patch'], (method) => {
|
|
1679
1784
|
defaults.headers[method] = {};
|
|
1680
1785
|
});
|
|
1681
1786
|
|
|
1682
|
-
var defaults$1 = defaults;
|
|
1683
|
-
|
|
1684
1787
|
// RawAxiosHeaders whose duplicates are ignored by node
|
|
1685
1788
|
// c.f. https://nodejs.org/api/http.html#http_message_headers
|
|
1686
1789
|
const ignoreDuplicateOf = utils$1.toObjectSet([
|
|
1687
|
-
'age',
|
|
1688
|
-
'
|
|
1689
|
-
'
|
|
1690
|
-
'
|
|
1790
|
+
'age',
|
|
1791
|
+
'authorization',
|
|
1792
|
+
'content-length',
|
|
1793
|
+
'content-type',
|
|
1794
|
+
'etag',
|
|
1795
|
+
'expires',
|
|
1796
|
+
'from',
|
|
1797
|
+
'host',
|
|
1798
|
+
'if-modified-since',
|
|
1799
|
+
'if-unmodified-since',
|
|
1800
|
+
'last-modified',
|
|
1801
|
+
'location',
|
|
1802
|
+
'max-forwards',
|
|
1803
|
+
'proxy-authorization',
|
|
1804
|
+
'referer',
|
|
1805
|
+
'retry-after',
|
|
1806
|
+
'user-agent',
|
|
1691
1807
|
]);
|
|
1692
1808
|
|
|
1693
1809
|
/**
|
|
@@ -1704,47 +1820,81 @@ const ignoreDuplicateOf = utils$1.toObjectSet([
|
|
|
1704
1820
|
*
|
|
1705
1821
|
* @returns {Object} Headers parsed into an object
|
|
1706
1822
|
*/
|
|
1707
|
-
var parseHeaders = rawHeaders => {
|
|
1823
|
+
var parseHeaders = (rawHeaders) => {
|
|
1708
1824
|
const parsed = {};
|
|
1709
1825
|
let key;
|
|
1710
1826
|
let val;
|
|
1711
1827
|
let i;
|
|
1712
1828
|
|
|
1713
|
-
rawHeaders &&
|
|
1714
|
-
|
|
1715
|
-
|
|
1716
|
-
|
|
1829
|
+
rawHeaders &&
|
|
1830
|
+
rawHeaders.split('\n').forEach(function parser(line) {
|
|
1831
|
+
i = line.indexOf(':');
|
|
1832
|
+
key = line.substring(0, i).trim().toLowerCase();
|
|
1833
|
+
val = line.substring(i + 1).trim();
|
|
1717
1834
|
|
|
1718
|
-
|
|
1719
|
-
|
|
1720
|
-
|
|
1835
|
+
if (!key || (parsed[key] && ignoreDuplicateOf[key])) {
|
|
1836
|
+
return;
|
|
1837
|
+
}
|
|
1721
1838
|
|
|
1722
|
-
|
|
1723
|
-
|
|
1724
|
-
|
|
1839
|
+
if (key === 'set-cookie') {
|
|
1840
|
+
if (parsed[key]) {
|
|
1841
|
+
parsed[key].push(val);
|
|
1842
|
+
} else {
|
|
1843
|
+
parsed[key] = [val];
|
|
1844
|
+
}
|
|
1725
1845
|
} else {
|
|
1726
|
-
parsed[key] = [val
|
|
1846
|
+
parsed[key] = parsed[key] ? parsed[key] + ', ' + val : val;
|
|
1727
1847
|
}
|
|
1728
|
-
}
|
|
1729
|
-
parsed[key] = parsed[key] ? parsed[key] + ', ' + val : val;
|
|
1730
|
-
}
|
|
1731
|
-
});
|
|
1848
|
+
});
|
|
1732
1849
|
|
|
1733
1850
|
return parsed;
|
|
1734
1851
|
};
|
|
1735
1852
|
|
|
1736
1853
|
const $internals = Symbol('internals');
|
|
1737
1854
|
|
|
1855
|
+
const isValidHeaderValue = (value) => !/[\r\n]/.test(value);
|
|
1856
|
+
|
|
1857
|
+
function assertValidHeaderValue(value, header) {
|
|
1858
|
+
if (value === false || value == null) {
|
|
1859
|
+
return;
|
|
1860
|
+
}
|
|
1861
|
+
|
|
1862
|
+
if (utils$1.isArray(value)) {
|
|
1863
|
+
value.forEach((v) => assertValidHeaderValue(v, header));
|
|
1864
|
+
return;
|
|
1865
|
+
}
|
|
1866
|
+
|
|
1867
|
+
if (!isValidHeaderValue(String(value))) {
|
|
1868
|
+
throw new Error(`Invalid character in header content ["${header}"]`);
|
|
1869
|
+
}
|
|
1870
|
+
}
|
|
1871
|
+
|
|
1738
1872
|
function normalizeHeader(header) {
|
|
1739
1873
|
return header && String(header).trim().toLowerCase();
|
|
1740
1874
|
}
|
|
1741
1875
|
|
|
1876
|
+
function stripTrailingCRLF(str) {
|
|
1877
|
+
let end = str.length;
|
|
1878
|
+
|
|
1879
|
+
while (end > 0) {
|
|
1880
|
+
const charCode = str.charCodeAt(end - 1);
|
|
1881
|
+
|
|
1882
|
+
if (charCode !== 10 && charCode !== 13) {
|
|
1883
|
+
break;
|
|
1884
|
+
}
|
|
1885
|
+
|
|
1886
|
+
end -= 1;
|
|
1887
|
+
}
|
|
1888
|
+
|
|
1889
|
+
return end === str.length ? str : str.slice(0, end);
|
|
1890
|
+
}
|
|
1891
|
+
|
|
1742
1892
|
function normalizeValue(value) {
|
|
1743
1893
|
if (value === false || value == null) {
|
|
1744
1894
|
return value;
|
|
1745
1895
|
}
|
|
1746
1896
|
|
|
1747
|
-
return utils$1.isArray(value) ? value.map(normalizeValue) : String(value);
|
|
1897
|
+
return utils$1.isArray(value) ? value.map(normalizeValue) : stripTrailingCRLF(String(value));
|
|
1748
1898
|
}
|
|
1749
1899
|
|
|
1750
1900
|
function parseTokens(str) {
|
|
@@ -1782,8 +1932,10 @@ function matchHeaderValue(context, value, header, filter, isHeaderNameFilter) {
|
|
|
1782
1932
|
}
|
|
1783
1933
|
|
|
1784
1934
|
function formatHeader(header) {
|
|
1785
|
-
return header
|
|
1786
|
-
.
|
|
1935
|
+
return header
|
|
1936
|
+
.trim()
|
|
1937
|
+
.toLowerCase()
|
|
1938
|
+
.replace(/([a-z\d])(\w*)/g, (w, char, str) => {
|
|
1787
1939
|
return char.toUpperCase() + str;
|
|
1788
1940
|
});
|
|
1789
1941
|
}
|
|
@@ -1791,12 +1943,12 @@ function formatHeader(header) {
|
|
|
1791
1943
|
function buildAccessors(obj, header) {
|
|
1792
1944
|
const accessorName = utils$1.toCamelCase(' ' + header);
|
|
1793
1945
|
|
|
1794
|
-
['get', 'set', 'has'].forEach(methodName => {
|
|
1946
|
+
['get', 'set', 'has'].forEach((methodName) => {
|
|
1795
1947
|
Object.defineProperty(obj, methodName + accessorName, {
|
|
1796
|
-
value: function(arg1, arg2, arg3) {
|
|
1948
|
+
value: function (arg1, arg2, arg3) {
|
|
1797
1949
|
return this[methodName].call(this, header, arg1, arg2, arg3);
|
|
1798
1950
|
},
|
|
1799
|
-
configurable: true
|
|
1951
|
+
configurable: true,
|
|
1800
1952
|
});
|
|
1801
1953
|
});
|
|
1802
1954
|
}
|
|
@@ -1818,7 +1970,13 @@ class AxiosHeaders {
|
|
|
1818
1970
|
|
|
1819
1971
|
const key = utils$1.findKey(self, lHeader);
|
|
1820
1972
|
|
|
1821
|
-
if
|
|
1973
|
+
if (
|
|
1974
|
+
!key ||
|
|
1975
|
+
self[key] === undefined ||
|
|
1976
|
+
_rewrite === true ||
|
|
1977
|
+
(_rewrite === undefined && self[key] !== false)
|
|
1978
|
+
) {
|
|
1979
|
+
assertValidHeaderValue(_value, _header);
|
|
1822
1980
|
self[key || _header] = normalizeValue(_value);
|
|
1823
1981
|
}
|
|
1824
1982
|
}
|
|
@@ -1828,17 +1986,22 @@ class AxiosHeaders {
|
|
|
1828
1986
|
|
|
1829
1987
|
if (utils$1.isPlainObject(header) || header instanceof this.constructor) {
|
|
1830
1988
|
setHeaders(header, valueOrRewrite);
|
|
1831
|
-
} else if(utils$1.isString(header) && (header = header.trim()) && !isValidHeaderName(header)) {
|
|
1989
|
+
} else if (utils$1.isString(header) && (header = header.trim()) && !isValidHeaderName(header)) {
|
|
1832
1990
|
setHeaders(parseHeaders(header), valueOrRewrite);
|
|
1833
1991
|
} else if (utils$1.isObject(header) && utils$1.isIterable(header)) {
|
|
1834
|
-
let obj = {},
|
|
1992
|
+
let obj = {},
|
|
1993
|
+
dest,
|
|
1994
|
+
key;
|
|
1835
1995
|
for (const entry of header) {
|
|
1836
1996
|
if (!utils$1.isArray(entry)) {
|
|
1837
1997
|
throw TypeError('Object iterator must return a key-value pair');
|
|
1838
1998
|
}
|
|
1839
1999
|
|
|
1840
|
-
obj[key = entry[0]] = (dest = obj[key])
|
|
1841
|
-
|
|
2000
|
+
obj[(key = entry[0])] = (dest = obj[key])
|
|
2001
|
+
? utils$1.isArray(dest)
|
|
2002
|
+
? [...dest, entry[1]]
|
|
2003
|
+
: [dest, entry[1]]
|
|
2004
|
+
: entry[1];
|
|
1842
2005
|
}
|
|
1843
2006
|
|
|
1844
2007
|
setHeaders(obj, valueOrRewrite);
|
|
@@ -1885,7 +2048,11 @@ class AxiosHeaders {
|
|
|
1885
2048
|
if (header) {
|
|
1886
2049
|
const key = utils$1.findKey(this, header);
|
|
1887
2050
|
|
|
1888
|
-
return !!(
|
|
2051
|
+
return !!(
|
|
2052
|
+
key &&
|
|
2053
|
+
this[key] !== undefined &&
|
|
2054
|
+
(!matcher || matchHeaderValue(this, this[key], key, matcher))
|
|
2055
|
+
);
|
|
1889
2056
|
}
|
|
1890
2057
|
|
|
1891
2058
|
return false;
|
|
@@ -1925,7 +2092,7 @@ class AxiosHeaders {
|
|
|
1925
2092
|
|
|
1926
2093
|
while (i--) {
|
|
1927
2094
|
const key = keys[i];
|
|
1928
|
-
if(!matcher || matchHeaderValue(this, this[key], key, matcher, true)) {
|
|
2095
|
+
if (!matcher || matchHeaderValue(this, this[key], key, matcher, true)) {
|
|
1929
2096
|
delete this[key];
|
|
1930
2097
|
deleted = true;
|
|
1931
2098
|
}
|
|
@@ -1969,7 +2136,9 @@ class AxiosHeaders {
|
|
|
1969
2136
|
const obj = Object.create(null);
|
|
1970
2137
|
|
|
1971
2138
|
utils$1.forEach(this, (value, header) => {
|
|
1972
|
-
value != null &&
|
|
2139
|
+
value != null &&
|
|
2140
|
+
value !== false &&
|
|
2141
|
+
(obj[header] = asStrings && utils$1.isArray(value) ? value.join(', ') : value);
|
|
1973
2142
|
});
|
|
1974
2143
|
|
|
1975
2144
|
return obj;
|
|
@@ -1980,11 +2149,13 @@ class AxiosHeaders {
|
|
|
1980
2149
|
}
|
|
1981
2150
|
|
|
1982
2151
|
toString() {
|
|
1983
|
-
return Object.entries(this.toJSON())
|
|
2152
|
+
return Object.entries(this.toJSON())
|
|
2153
|
+
.map(([header, value]) => header + ': ' + value)
|
|
2154
|
+
.join('\n');
|
|
1984
2155
|
}
|
|
1985
2156
|
|
|
1986
2157
|
getSetCookie() {
|
|
1987
|
-
return this.get(
|
|
2158
|
+
return this.get('set-cookie') || [];
|
|
1988
2159
|
}
|
|
1989
2160
|
|
|
1990
2161
|
get [Symbol.toStringTag]() {
|
|
@@ -2004,9 +2175,12 @@ class AxiosHeaders {
|
|
|
2004
2175
|
}
|
|
2005
2176
|
|
|
2006
2177
|
static accessor(header) {
|
|
2007
|
-
const internals =
|
|
2008
|
-
|
|
2009
|
-
|
|
2178
|
+
const internals =
|
|
2179
|
+
(this[$internals] =
|
|
2180
|
+
this[$internals] =
|
|
2181
|
+
{
|
|
2182
|
+
accessors: {},
|
|
2183
|
+
});
|
|
2010
2184
|
|
|
2011
2185
|
const accessors = internals.accessors;
|
|
2012
2186
|
const prototype = this.prototype;
|
|
@@ -2026,23 +2200,28 @@ class AxiosHeaders {
|
|
|
2026
2200
|
}
|
|
2027
2201
|
}
|
|
2028
2202
|
|
|
2029
|
-
AxiosHeaders.accessor([
|
|
2203
|
+
AxiosHeaders.accessor([
|
|
2204
|
+
'Content-Type',
|
|
2205
|
+
'Content-Length',
|
|
2206
|
+
'Accept',
|
|
2207
|
+
'Accept-Encoding',
|
|
2208
|
+
'User-Agent',
|
|
2209
|
+
'Authorization',
|
|
2210
|
+
]);
|
|
2030
2211
|
|
|
2031
2212
|
// reserved names hotfix
|
|
2032
|
-
utils$1.reduceDescriptors(AxiosHeaders.prototype, ({value}, key) => {
|
|
2213
|
+
utils$1.reduceDescriptors(AxiosHeaders.prototype, ({ value }, key) => {
|
|
2033
2214
|
let mapped = key[0].toUpperCase() + key.slice(1); // map `set` => `Set`
|
|
2034
2215
|
return {
|
|
2035
2216
|
get: () => value,
|
|
2036
2217
|
set(headerValue) {
|
|
2037
2218
|
this[mapped] = headerValue;
|
|
2038
|
-
}
|
|
2039
|
-
}
|
|
2219
|
+
},
|
|
2220
|
+
};
|
|
2040
2221
|
});
|
|
2041
2222
|
|
|
2042
2223
|
utils$1.freezeMethods(AxiosHeaders);
|
|
2043
2224
|
|
|
2044
|
-
var AxiosHeaders$1 = AxiosHeaders;
|
|
2045
|
-
|
|
2046
2225
|
/**
|
|
2047
2226
|
* Transform the data for a request or a response
|
|
2048
2227
|
*
|
|
@@ -2052,9 +2231,9 @@ var AxiosHeaders$1 = AxiosHeaders;
|
|
|
2052
2231
|
* @returns {*} The resulting transformed data
|
|
2053
2232
|
*/
|
|
2054
2233
|
function transformData(fns, response) {
|
|
2055
|
-
const config = this || defaults
|
|
2234
|
+
const config = this || defaults;
|
|
2056
2235
|
const context = response || config;
|
|
2057
|
-
const headers = AxiosHeaders
|
|
2236
|
+
const headers = AxiosHeaders.from(context.headers);
|
|
2058
2237
|
let data = context.data;
|
|
2059
2238
|
|
|
2060
2239
|
utils$1.forEach(fns, function transform(fn) {
|
|
@@ -2070,7 +2249,7 @@ function isCancel(value) {
|
|
|
2070
2249
|
return !!(value && value.__CANCEL__);
|
|
2071
2250
|
}
|
|
2072
2251
|
|
|
2073
|
-
class CanceledError extends AxiosError
|
|
2252
|
+
class CanceledError extends AxiosError {
|
|
2074
2253
|
/**
|
|
2075
2254
|
* A `CanceledError` is an object that is thrown when an operation is canceled.
|
|
2076
2255
|
*
|
|
@@ -2081,14 +2260,12 @@ class CanceledError extends AxiosError$1 {
|
|
|
2081
2260
|
* @returns {CanceledError} The created error.
|
|
2082
2261
|
*/
|
|
2083
2262
|
constructor(message, config, request) {
|
|
2084
|
-
super(message == null ? 'canceled' : message, AxiosError
|
|
2263
|
+
super(message == null ? 'canceled' : message, AxiosError.ERR_CANCELED, config, request);
|
|
2085
2264
|
this.name = 'CanceledError';
|
|
2086
2265
|
this.__CANCEL__ = true;
|
|
2087
2266
|
}
|
|
2088
2267
|
}
|
|
2089
2268
|
|
|
2090
|
-
var CanceledError$1 = CanceledError;
|
|
2091
|
-
|
|
2092
2269
|
/**
|
|
2093
2270
|
* Resolve or reject a Promise based on response status.
|
|
2094
2271
|
*
|
|
@@ -2103,19 +2280,23 @@ function settle(resolve, reject, response) {
|
|
|
2103
2280
|
if (!response.status || !validateStatus || validateStatus(response.status)) {
|
|
2104
2281
|
resolve(response);
|
|
2105
2282
|
} else {
|
|
2106
|
-
reject(
|
|
2107
|
-
|
|
2108
|
-
|
|
2109
|
-
|
|
2110
|
-
|
|
2111
|
-
|
|
2112
|
-
|
|
2283
|
+
reject(
|
|
2284
|
+
new AxiosError(
|
|
2285
|
+
'Request failed with status code ' + response.status,
|
|
2286
|
+
[AxiosError.ERR_BAD_REQUEST, AxiosError.ERR_BAD_RESPONSE][
|
|
2287
|
+
Math.floor(response.status / 100) - 4
|
|
2288
|
+
],
|
|
2289
|
+
response.config,
|
|
2290
|
+
response.request,
|
|
2291
|
+
response
|
|
2292
|
+
)
|
|
2293
|
+
);
|
|
2113
2294
|
}
|
|
2114
2295
|
}
|
|
2115
2296
|
|
|
2116
2297
|
function parseProtocol(url) {
|
|
2117
2298
|
const match = /^([-+\w]{1,25})(:?\/\/|:)/.exec(url);
|
|
2118
|
-
return match && match[1] || '';
|
|
2299
|
+
return (match && match[1]) || '';
|
|
2119
2300
|
}
|
|
2120
2301
|
|
|
2121
2302
|
/**
|
|
@@ -2166,7 +2347,7 @@ function speedometer(samplesCount, min) {
|
|
|
2166
2347
|
|
|
2167
2348
|
const passed = startedAt && now - startedAt;
|
|
2168
2349
|
|
|
2169
|
-
return passed ? Math.round(bytesCount * 1000 / passed) : undefined;
|
|
2350
|
+
return passed ? Math.round((bytesCount * 1000) / passed) : undefined;
|
|
2170
2351
|
};
|
|
2171
2352
|
}
|
|
2172
2353
|
|
|
@@ -2195,7 +2376,7 @@ function throttle(fn, freq) {
|
|
|
2195
2376
|
const throttled = (...args) => {
|
|
2196
2377
|
const now = Date.now();
|
|
2197
2378
|
const passed = now - timestamp;
|
|
2198
|
-
if (
|
|
2379
|
+
if (passed >= threshold) {
|
|
2199
2380
|
invoke(args, now);
|
|
2200
2381
|
} else {
|
|
2201
2382
|
lastArgs = args;
|
|
@@ -2217,7 +2398,7 @@ const progressEventReducer = (listener, isDownloadStream, freq = 3) => {
|
|
|
2217
2398
|
let bytesNotified = 0;
|
|
2218
2399
|
const _speedometer = speedometer(50, 250);
|
|
2219
2400
|
|
|
2220
|
-
return throttle(e => {
|
|
2401
|
+
return throttle((e) => {
|
|
2221
2402
|
const loaded = e.loaded;
|
|
2222
2403
|
const total = e.lengthComputable ? e.total : undefined;
|
|
2223
2404
|
const progressBytes = loaded - bytesNotified;
|
|
@@ -2229,13 +2410,13 @@ const progressEventReducer = (listener, isDownloadStream, freq = 3) => {
|
|
|
2229
2410
|
const data = {
|
|
2230
2411
|
loaded,
|
|
2231
2412
|
total,
|
|
2232
|
-
progress: total ?
|
|
2413
|
+
progress: total ? loaded / total : undefined,
|
|
2233
2414
|
bytes: progressBytes,
|
|
2234
2415
|
rate: rate ? rate : undefined,
|
|
2235
2416
|
estimated: rate && total && inRange ? (total - loaded) / rate : undefined,
|
|
2236
2417
|
event: e,
|
|
2237
2418
|
lengthComputable: total != null,
|
|
2238
|
-
[isDownloadStream ? 'download' : 'upload']: true
|
|
2419
|
+
[isDownloadStream ? 'download' : 'upload']: true,
|
|
2239
2420
|
};
|
|
2240
2421
|
|
|
2241
2422
|
listener(data);
|
|
@@ -2245,77 +2426,82 @@ const progressEventReducer = (listener, isDownloadStream, freq = 3) => {
|
|
|
2245
2426
|
const progressEventDecorator = (total, throttled) => {
|
|
2246
2427
|
const lengthComputable = total != null;
|
|
2247
2428
|
|
|
2248
|
-
return [
|
|
2249
|
-
|
|
2250
|
-
|
|
2251
|
-
|
|
2252
|
-
|
|
2429
|
+
return [
|
|
2430
|
+
(loaded) =>
|
|
2431
|
+
throttled[0]({
|
|
2432
|
+
lengthComputable,
|
|
2433
|
+
total,
|
|
2434
|
+
loaded,
|
|
2435
|
+
}),
|
|
2436
|
+
throttled[1],
|
|
2437
|
+
];
|
|
2253
2438
|
};
|
|
2254
2439
|
|
|
2255
|
-
const asyncDecorator =
|
|
2440
|
+
const asyncDecorator =
|
|
2441
|
+
(fn) =>
|
|
2442
|
+
(...args) =>
|
|
2443
|
+
utils$1.asap(() => fn(...args));
|
|
2256
2444
|
|
|
2257
|
-
var isURLSameOrigin = platform.hasStandardBrowserEnv
|
|
2258
|
-
|
|
2259
|
-
|
|
2260
|
-
return (
|
|
2261
|
-
origin.protocol === url.protocol &&
|
|
2262
|
-
origin.host === url.host &&
|
|
2263
|
-
(isMSIE || origin.port === url.port)
|
|
2264
|
-
);
|
|
2265
|
-
})(
|
|
2266
|
-
new URL(platform.origin),
|
|
2267
|
-
platform.navigator && /(msie|trident)/i.test(platform.navigator.userAgent)
|
|
2268
|
-
) : () => true;
|
|
2445
|
+
var isURLSameOrigin = platform.hasStandardBrowserEnv
|
|
2446
|
+
? ((origin, isMSIE) => (url) => {
|
|
2447
|
+
url = new URL(url, platform.origin);
|
|
2269
2448
|
|
|
2270
|
-
|
|
2271
|
-
|
|
2272
|
-
|
|
2273
|
-
|
|
2274
|
-
|
|
2275
|
-
|
|
2276
|
-
|
|
2277
|
-
|
|
2278
|
-
|
|
2279
|
-
|
|
2280
|
-
|
|
2281
|
-
|
|
2282
|
-
|
|
2283
|
-
|
|
2284
|
-
|
|
2285
|
-
|
|
2286
|
-
|
|
2287
|
-
|
|
2288
|
-
|
|
2289
|
-
|
|
2290
|
-
|
|
2291
|
-
|
|
2292
|
-
|
|
2293
|
-
|
|
2449
|
+
return (
|
|
2450
|
+
origin.protocol === url.protocol &&
|
|
2451
|
+
origin.host === url.host &&
|
|
2452
|
+
(isMSIE || origin.port === url.port)
|
|
2453
|
+
);
|
|
2454
|
+
})(
|
|
2455
|
+
new URL(platform.origin),
|
|
2456
|
+
platform.navigator && /(msie|trident)/i.test(platform.navigator.userAgent)
|
|
2457
|
+
)
|
|
2458
|
+
: () => true;
|
|
2459
|
+
|
|
2460
|
+
var cookies = platform.hasStandardBrowserEnv
|
|
2461
|
+
? // Standard browser envs support document.cookie
|
|
2462
|
+
{
|
|
2463
|
+
write(name, value, expires, path, domain, secure, sameSite) {
|
|
2464
|
+
if (typeof document === 'undefined') return;
|
|
2465
|
+
|
|
2466
|
+
const cookie = [`${name}=${encodeURIComponent(value)}`];
|
|
2467
|
+
|
|
2468
|
+
if (utils$1.isNumber(expires)) {
|
|
2469
|
+
cookie.push(`expires=${new Date(expires).toUTCString()}`);
|
|
2470
|
+
}
|
|
2471
|
+
if (utils$1.isString(path)) {
|
|
2472
|
+
cookie.push(`path=${path}`);
|
|
2473
|
+
}
|
|
2474
|
+
if (utils$1.isString(domain)) {
|
|
2475
|
+
cookie.push(`domain=${domain}`);
|
|
2476
|
+
}
|
|
2477
|
+
if (secure === true) {
|
|
2478
|
+
cookie.push('secure');
|
|
2479
|
+
}
|
|
2480
|
+
if (utils$1.isString(sameSite)) {
|
|
2481
|
+
cookie.push(`SameSite=${sameSite}`);
|
|
2482
|
+
}
|
|
2294
2483
|
|
|
2295
|
-
|
|
2296
|
-
|
|
2484
|
+
document.cookie = cookie.join('; ');
|
|
2485
|
+
},
|
|
2297
2486
|
|
|
2298
|
-
|
|
2299
|
-
|
|
2300
|
-
|
|
2301
|
-
|
|
2302
|
-
|
|
2487
|
+
read(name) {
|
|
2488
|
+
if (typeof document === 'undefined') return null;
|
|
2489
|
+
const match = document.cookie.match(new RegExp('(?:^|; )' + name + '=([^;]*)'));
|
|
2490
|
+
return match ? decodeURIComponent(match[1]) : null;
|
|
2491
|
+
},
|
|
2303
2492
|
|
|
2304
|
-
|
|
2305
|
-
|
|
2493
|
+
remove(name) {
|
|
2494
|
+
this.write(name, '', Date.now() - 86400000, '/');
|
|
2495
|
+
},
|
|
2306
2496
|
}
|
|
2307
|
-
|
|
2308
|
-
|
|
2309
|
-
|
|
2310
|
-
|
|
2311
|
-
|
|
2312
|
-
|
|
2313
|
-
|
|
2314
|
-
|
|
2315
|
-
return null;
|
|
2316
|
-
},
|
|
2317
|
-
remove() {}
|
|
2318
|
-
};
|
|
2497
|
+
: // Non-standard browser env (web workers, react-native) lack needed support.
|
|
2498
|
+
{
|
|
2499
|
+
write() {},
|
|
2500
|
+
read() {
|
|
2501
|
+
return null;
|
|
2502
|
+
},
|
|
2503
|
+
remove() {},
|
|
2504
|
+
};
|
|
2319
2505
|
|
|
2320
2506
|
/**
|
|
2321
2507
|
* Determines whether the specified URL is absolute
|
|
@@ -2367,8 +2553,7 @@ function buildFullPath(baseURL, requestedURL, allowAbsoluteUrls) {
|
|
|
2367
2553
|
return requestedURL;
|
|
2368
2554
|
}
|
|
2369
2555
|
|
|
2370
|
-
const headersToObject = (thing) =>
|
|
2371
|
-
thing instanceof AxiosHeaders$1 ? { ...thing } : thing;
|
|
2556
|
+
const headersToObject = (thing) => (thing instanceof AxiosHeaders ? { ...thing } : thing);
|
|
2372
2557
|
|
|
2373
2558
|
/**
|
|
2374
2559
|
* Config-specific merge-function which creates a new config-object
|
|
@@ -2461,23 +2646,12 @@ function mergeConfig(config1, config2) {
|
|
|
2461
2646
|
mergeDeepProperties(headersToObject(a), headersToObject(b), prop, true),
|
|
2462
2647
|
};
|
|
2463
2648
|
|
|
2464
|
-
utils$1.forEach(
|
|
2465
|
-
|
|
2466
|
-
|
|
2467
|
-
|
|
2468
|
-
|
|
2469
|
-
|
|
2470
|
-
prop === "prototype"
|
|
2471
|
-
)
|
|
2472
|
-
return;
|
|
2473
|
-
const merge = utils$1.hasOwnProp(mergeMap, prop)
|
|
2474
|
-
? mergeMap[prop]
|
|
2475
|
-
: mergeDeepProperties;
|
|
2476
|
-
const configValue = merge(config1[prop], config2[prop], prop);
|
|
2477
|
-
(utils$1.isUndefined(configValue) && merge !== mergeDirectKeys) ||
|
|
2478
|
-
(config[prop] = configValue);
|
|
2479
|
-
},
|
|
2480
|
-
);
|
|
2649
|
+
utils$1.forEach(Object.keys({ ...config1, ...config2 }), function computeConfigValue(prop) {
|
|
2650
|
+
if (prop === '__proto__' || prop === 'constructor' || prop === 'prototype') return;
|
|
2651
|
+
const merge = utils$1.hasOwnProp(mergeMap, prop) ? mergeMap[prop] : mergeDeepProperties;
|
|
2652
|
+
const configValue = merge(config1[prop], config2[prop], prop);
|
|
2653
|
+
(utils$1.isUndefined(configValue) && merge !== mergeDirectKeys) || (config[prop] = configValue);
|
|
2654
|
+
});
|
|
2481
2655
|
|
|
2482
2656
|
return config;
|
|
2483
2657
|
}
|
|
@@ -2487,14 +2661,24 @@ var resolveConfig = (config) => {
|
|
|
2487
2661
|
|
|
2488
2662
|
let { data, withXSRFToken, xsrfHeaderName, xsrfCookieName, headers, auth } = newConfig;
|
|
2489
2663
|
|
|
2490
|
-
newConfig.headers = headers = AxiosHeaders
|
|
2664
|
+
newConfig.headers = headers = AxiosHeaders.from(headers);
|
|
2491
2665
|
|
|
2492
|
-
newConfig.url = buildURL(
|
|
2666
|
+
newConfig.url = buildURL(
|
|
2667
|
+
buildFullPath(newConfig.baseURL, newConfig.url, newConfig.allowAbsoluteUrls),
|
|
2668
|
+
config.params,
|
|
2669
|
+
config.paramsSerializer
|
|
2670
|
+
);
|
|
2493
2671
|
|
|
2494
2672
|
// HTTP basic authentication
|
|
2495
2673
|
if (auth) {
|
|
2496
|
-
headers.set(
|
|
2497
|
-
|
|
2674
|
+
headers.set(
|
|
2675
|
+
'Authorization',
|
|
2676
|
+
'Basic ' +
|
|
2677
|
+
btoa(
|
|
2678
|
+
(auth.username || '') +
|
|
2679
|
+
':' +
|
|
2680
|
+
(auth.password ? unescape(encodeURIComponent(auth.password)) : '')
|
|
2681
|
+
)
|
|
2498
2682
|
);
|
|
2499
2683
|
}
|
|
2500
2684
|
|
|
@@ -2512,7 +2696,7 @@ var resolveConfig = (config) => {
|
|
|
2512
2696
|
}
|
|
2513
2697
|
});
|
|
2514
2698
|
}
|
|
2515
|
-
}
|
|
2699
|
+
}
|
|
2516
2700
|
|
|
2517
2701
|
// Add xsrf header
|
|
2518
2702
|
// This is only done if running in a standard browser environment.
|
|
@@ -2536,196 +2720,218 @@ var resolveConfig = (config) => {
|
|
|
2536
2720
|
|
|
2537
2721
|
const isXHRAdapterSupported = typeof XMLHttpRequest !== 'undefined';
|
|
2538
2722
|
|
|
2539
|
-
var xhrAdapter = isXHRAdapterSupported &&
|
|
2540
|
-
|
|
2541
|
-
|
|
2542
|
-
|
|
2543
|
-
|
|
2544
|
-
|
|
2545
|
-
|
|
2546
|
-
|
|
2547
|
-
|
|
2723
|
+
var xhrAdapter = isXHRAdapterSupported &&
|
|
2724
|
+
function (config) {
|
|
2725
|
+
return new Promise(function dispatchXhrRequest(resolve, reject) {
|
|
2726
|
+
const _config = resolveConfig(config);
|
|
2727
|
+
let requestData = _config.data;
|
|
2728
|
+
const requestHeaders = AxiosHeaders.from(_config.headers).normalize();
|
|
2729
|
+
let { responseType, onUploadProgress, onDownloadProgress } = _config;
|
|
2730
|
+
let onCanceled;
|
|
2731
|
+
let uploadThrottled, downloadThrottled;
|
|
2732
|
+
let flushUpload, flushDownload;
|
|
2548
2733
|
|
|
2549
|
-
|
|
2550
|
-
|
|
2551
|
-
|
|
2734
|
+
function done() {
|
|
2735
|
+
flushUpload && flushUpload(); // flush events
|
|
2736
|
+
flushDownload && flushDownload(); // flush events
|
|
2552
2737
|
|
|
2553
|
-
|
|
2738
|
+
_config.cancelToken && _config.cancelToken.unsubscribe(onCanceled);
|
|
2554
2739
|
|
|
2555
|
-
|
|
2556
|
-
|
|
2740
|
+
_config.signal && _config.signal.removeEventListener('abort', onCanceled);
|
|
2741
|
+
}
|
|
2557
2742
|
|
|
2558
|
-
|
|
2743
|
+
let request = new XMLHttpRequest();
|
|
2559
2744
|
|
|
2560
|
-
|
|
2745
|
+
request.open(_config.method.toUpperCase(), _config.url, true);
|
|
2561
2746
|
|
|
2562
|
-
|
|
2563
|
-
|
|
2747
|
+
// Set the request timeout in MS
|
|
2748
|
+
request.timeout = _config.timeout;
|
|
2564
2749
|
|
|
2565
|
-
|
|
2566
|
-
|
|
2567
|
-
|
|
2750
|
+
function onloadend() {
|
|
2751
|
+
if (!request) {
|
|
2752
|
+
return;
|
|
2753
|
+
}
|
|
2754
|
+
// Prepare the response
|
|
2755
|
+
const responseHeaders = AxiosHeaders.from(
|
|
2756
|
+
'getAllResponseHeaders' in request && request.getAllResponseHeaders()
|
|
2757
|
+
);
|
|
2758
|
+
const responseData =
|
|
2759
|
+
!responseType || responseType === 'text' || responseType === 'json'
|
|
2760
|
+
? request.responseText
|
|
2761
|
+
: request.response;
|
|
2762
|
+
const response = {
|
|
2763
|
+
data: responseData,
|
|
2764
|
+
status: request.status,
|
|
2765
|
+
statusText: request.statusText,
|
|
2766
|
+
headers: responseHeaders,
|
|
2767
|
+
config,
|
|
2768
|
+
request,
|
|
2769
|
+
};
|
|
2770
|
+
|
|
2771
|
+
settle(
|
|
2772
|
+
function _resolve(value) {
|
|
2773
|
+
resolve(value);
|
|
2774
|
+
done();
|
|
2775
|
+
},
|
|
2776
|
+
function _reject(err) {
|
|
2777
|
+
reject(err);
|
|
2778
|
+
done();
|
|
2779
|
+
},
|
|
2780
|
+
response
|
|
2781
|
+
);
|
|
2782
|
+
|
|
2783
|
+
// Clean up request
|
|
2784
|
+
request = null;
|
|
2568
2785
|
}
|
|
2569
|
-
// Prepare the response
|
|
2570
|
-
const responseHeaders = AxiosHeaders$1.from(
|
|
2571
|
-
'getAllResponseHeaders' in request && request.getAllResponseHeaders()
|
|
2572
|
-
);
|
|
2573
|
-
const responseData = !responseType || responseType === 'text' || responseType === 'json' ?
|
|
2574
|
-
request.responseText : request.response;
|
|
2575
|
-
const response = {
|
|
2576
|
-
data: responseData,
|
|
2577
|
-
status: request.status,
|
|
2578
|
-
statusText: request.statusText,
|
|
2579
|
-
headers: responseHeaders,
|
|
2580
|
-
config,
|
|
2581
|
-
request
|
|
2582
|
-
};
|
|
2583
2786
|
|
|
2584
|
-
|
|
2585
|
-
|
|
2586
|
-
|
|
2587
|
-
}
|
|
2588
|
-
|
|
2589
|
-
|
|
2590
|
-
|
|
2787
|
+
if ('onloadend' in request) {
|
|
2788
|
+
// Use onloadend if available
|
|
2789
|
+
request.onloadend = onloadend;
|
|
2790
|
+
} else {
|
|
2791
|
+
// Listen for ready state to emulate onloadend
|
|
2792
|
+
request.onreadystatechange = function handleLoad() {
|
|
2793
|
+
if (!request || request.readyState !== 4) {
|
|
2794
|
+
return;
|
|
2795
|
+
}
|
|
2591
2796
|
|
|
2592
|
-
|
|
2593
|
-
|
|
2594
|
-
|
|
2797
|
+
// The request errored out and we didn't get a response, this will be
|
|
2798
|
+
// handled by onerror instead
|
|
2799
|
+
// With one exception: request that using file: protocol, most browsers
|
|
2800
|
+
// will return status as 0 even though it's a successful request
|
|
2801
|
+
if (
|
|
2802
|
+
request.status === 0 &&
|
|
2803
|
+
!(request.responseURL && request.responseURL.indexOf('file:') === 0)
|
|
2804
|
+
) {
|
|
2805
|
+
return;
|
|
2806
|
+
}
|
|
2807
|
+
// readystate handler is calling before onerror or ontimeout handlers,
|
|
2808
|
+
// so we should call onloadend on the next 'tick'
|
|
2809
|
+
setTimeout(onloadend);
|
|
2810
|
+
};
|
|
2811
|
+
}
|
|
2595
2812
|
|
|
2596
|
-
|
|
2597
|
-
|
|
2598
|
-
|
|
2599
|
-
} else {
|
|
2600
|
-
// Listen for ready state to emulate onloadend
|
|
2601
|
-
request.onreadystatechange = function handleLoad() {
|
|
2602
|
-
if (!request || request.readyState !== 4) {
|
|
2813
|
+
// Handle browser request cancellation (as opposed to a manual cancellation)
|
|
2814
|
+
request.onabort = function handleAbort() {
|
|
2815
|
+
if (!request) {
|
|
2603
2816
|
return;
|
|
2604
2817
|
}
|
|
2605
2818
|
|
|
2606
|
-
|
|
2607
|
-
|
|
2608
|
-
//
|
|
2609
|
-
|
|
2610
|
-
if (request.status === 0 && !(request.responseURL && request.responseURL.indexOf('file:') === 0)) {
|
|
2611
|
-
return;
|
|
2612
|
-
}
|
|
2613
|
-
// readystate handler is calling before onerror or ontimeout handlers,
|
|
2614
|
-
// so we should call onloadend on the next 'tick'
|
|
2615
|
-
setTimeout(onloadend);
|
|
2819
|
+
reject(new AxiosError('Request aborted', AxiosError.ECONNABORTED, config, request));
|
|
2820
|
+
|
|
2821
|
+
// Clean up request
|
|
2822
|
+
request = null;
|
|
2616
2823
|
};
|
|
2617
|
-
}
|
|
2618
2824
|
|
|
2619
|
-
|
|
2620
|
-
|
|
2621
|
-
|
|
2622
|
-
|
|
2623
|
-
|
|
2825
|
+
// Handle low level network errors
|
|
2826
|
+
request.onerror = function handleError(event) {
|
|
2827
|
+
// Browsers deliver a ProgressEvent in XHR onerror
|
|
2828
|
+
// (message may be empty; when present, surface it)
|
|
2829
|
+
// See https://developer.mozilla.org/docs/Web/API/XMLHttpRequest/error_event
|
|
2830
|
+
const msg = event && event.message ? event.message : 'Network Error';
|
|
2831
|
+
const err = new AxiosError(msg, AxiosError.ERR_NETWORK, config, request);
|
|
2832
|
+
// attach the underlying event for consumers who want details
|
|
2833
|
+
err.event = event || null;
|
|
2834
|
+
reject(err);
|
|
2835
|
+
request = null;
|
|
2836
|
+
};
|
|
2624
2837
|
|
|
2625
|
-
|
|
2838
|
+
// Handle timeout
|
|
2839
|
+
request.ontimeout = function handleTimeout() {
|
|
2840
|
+
let timeoutErrorMessage = _config.timeout
|
|
2841
|
+
? 'timeout of ' + _config.timeout + 'ms exceeded'
|
|
2842
|
+
: 'timeout exceeded';
|
|
2843
|
+
const transitional = _config.transitional || transitionalDefaults;
|
|
2844
|
+
if (_config.timeoutErrorMessage) {
|
|
2845
|
+
timeoutErrorMessage = _config.timeoutErrorMessage;
|
|
2846
|
+
}
|
|
2847
|
+
reject(
|
|
2848
|
+
new AxiosError(
|
|
2849
|
+
timeoutErrorMessage,
|
|
2850
|
+
transitional.clarifyTimeoutError ? AxiosError.ETIMEDOUT : AxiosError.ECONNABORTED,
|
|
2851
|
+
config,
|
|
2852
|
+
request
|
|
2853
|
+
)
|
|
2854
|
+
);
|
|
2626
2855
|
|
|
2627
|
-
|
|
2628
|
-
|
|
2629
|
-
|
|
2856
|
+
// Clean up request
|
|
2857
|
+
request = null;
|
|
2858
|
+
};
|
|
2630
2859
|
|
|
2631
|
-
|
|
2632
|
-
|
|
2633
|
-
// Browsers deliver a ProgressEvent in XHR onerror
|
|
2634
|
-
// (message may be empty; when present, surface it)
|
|
2635
|
-
// See https://developer.mozilla.org/docs/Web/API/XMLHttpRequest/error_event
|
|
2636
|
-
const msg = event && event.message ? event.message : 'Network Error';
|
|
2637
|
-
const err = new AxiosError$1(msg, AxiosError$1.ERR_NETWORK, config, request);
|
|
2638
|
-
// attach the underlying event for consumers who want details
|
|
2639
|
-
err.event = event || null;
|
|
2640
|
-
reject(err);
|
|
2641
|
-
request = null;
|
|
2642
|
-
};
|
|
2643
|
-
|
|
2644
|
-
// Handle timeout
|
|
2645
|
-
request.ontimeout = function handleTimeout() {
|
|
2646
|
-
let timeoutErrorMessage = _config.timeout ? 'timeout of ' + _config.timeout + 'ms exceeded' : 'timeout exceeded';
|
|
2647
|
-
const transitional = _config.transitional || transitionalDefaults;
|
|
2648
|
-
if (_config.timeoutErrorMessage) {
|
|
2649
|
-
timeoutErrorMessage = _config.timeoutErrorMessage;
|
|
2650
|
-
}
|
|
2651
|
-
reject(new AxiosError$1(
|
|
2652
|
-
timeoutErrorMessage,
|
|
2653
|
-
transitional.clarifyTimeoutError ? AxiosError$1.ETIMEDOUT : AxiosError$1.ECONNABORTED,
|
|
2654
|
-
config,
|
|
2655
|
-
request));
|
|
2656
|
-
|
|
2657
|
-
// Clean up request
|
|
2658
|
-
request = null;
|
|
2659
|
-
};
|
|
2860
|
+
// Remove Content-Type if data is undefined
|
|
2861
|
+
requestData === undefined && requestHeaders.setContentType(null);
|
|
2660
2862
|
|
|
2661
|
-
|
|
2662
|
-
|
|
2863
|
+
// Add headers to the request
|
|
2864
|
+
if ('setRequestHeader' in request) {
|
|
2865
|
+
utils$1.forEach(requestHeaders.toJSON(), function setRequestHeader(val, key) {
|
|
2866
|
+
request.setRequestHeader(key, val);
|
|
2867
|
+
});
|
|
2868
|
+
}
|
|
2663
2869
|
|
|
2664
|
-
|
|
2665
|
-
|
|
2666
|
-
|
|
2667
|
-
|
|
2668
|
-
});
|
|
2669
|
-
}
|
|
2870
|
+
// Add withCredentials to request if needed
|
|
2871
|
+
if (!utils$1.isUndefined(_config.withCredentials)) {
|
|
2872
|
+
request.withCredentials = !!_config.withCredentials;
|
|
2873
|
+
}
|
|
2670
2874
|
|
|
2671
|
-
|
|
2672
|
-
|
|
2673
|
-
|
|
2674
|
-
|
|
2875
|
+
// Add responseType to request if needed
|
|
2876
|
+
if (responseType && responseType !== 'json') {
|
|
2877
|
+
request.responseType = _config.responseType;
|
|
2878
|
+
}
|
|
2675
2879
|
|
|
2676
|
-
|
|
2677
|
-
|
|
2678
|
-
|
|
2679
|
-
|
|
2880
|
+
// Handle progress if needed
|
|
2881
|
+
if (onDownloadProgress) {
|
|
2882
|
+
[downloadThrottled, flushDownload] = progressEventReducer(onDownloadProgress, true);
|
|
2883
|
+
request.addEventListener('progress', downloadThrottled);
|
|
2884
|
+
}
|
|
2680
2885
|
|
|
2681
|
-
|
|
2682
|
-
|
|
2683
|
-
|
|
2684
|
-
request.addEventListener('progress', downloadThrottled);
|
|
2685
|
-
}
|
|
2886
|
+
// Not all browsers support upload events
|
|
2887
|
+
if (onUploadProgress && request.upload) {
|
|
2888
|
+
[uploadThrottled, flushUpload] = progressEventReducer(onUploadProgress);
|
|
2686
2889
|
|
|
2687
|
-
|
|
2688
|
-
if (onUploadProgress && request.upload) {
|
|
2689
|
-
([uploadThrottled, flushUpload] = progressEventReducer(onUploadProgress));
|
|
2890
|
+
request.upload.addEventListener('progress', uploadThrottled);
|
|
2690
2891
|
|
|
2691
|
-
|
|
2892
|
+
request.upload.addEventListener('loadend', flushUpload);
|
|
2893
|
+
}
|
|
2692
2894
|
|
|
2693
|
-
|
|
2694
|
-
|
|
2895
|
+
if (_config.cancelToken || _config.signal) {
|
|
2896
|
+
// Handle cancellation
|
|
2897
|
+
// eslint-disable-next-line func-names
|
|
2898
|
+
onCanceled = (cancel) => {
|
|
2899
|
+
if (!request) {
|
|
2900
|
+
return;
|
|
2901
|
+
}
|
|
2902
|
+
reject(!cancel || cancel.type ? new CanceledError(null, config, request) : cancel);
|
|
2903
|
+
request.abort();
|
|
2904
|
+
request = null;
|
|
2905
|
+
};
|
|
2695
2906
|
|
|
2696
|
-
|
|
2697
|
-
|
|
2698
|
-
|
|
2699
|
-
|
|
2700
|
-
|
|
2701
|
-
return;
|
|
2907
|
+
_config.cancelToken && _config.cancelToken.subscribe(onCanceled);
|
|
2908
|
+
if (_config.signal) {
|
|
2909
|
+
_config.signal.aborted
|
|
2910
|
+
? onCanceled()
|
|
2911
|
+
: _config.signal.addEventListener('abort', onCanceled);
|
|
2702
2912
|
}
|
|
2703
|
-
reject(!cancel || cancel.type ? new CanceledError$1(null, config, request) : cancel);
|
|
2704
|
-
request.abort();
|
|
2705
|
-
request = null;
|
|
2706
|
-
};
|
|
2707
|
-
|
|
2708
|
-
_config.cancelToken && _config.cancelToken.subscribe(onCanceled);
|
|
2709
|
-
if (_config.signal) {
|
|
2710
|
-
_config.signal.aborted ? onCanceled() : _config.signal.addEventListener('abort', onCanceled);
|
|
2711
2913
|
}
|
|
2712
|
-
}
|
|
2713
|
-
|
|
2714
|
-
const protocol = parseProtocol(_config.url);
|
|
2715
2914
|
|
|
2716
|
-
|
|
2717
|
-
reject(new AxiosError$1('Unsupported protocol ' + protocol + ':', AxiosError$1.ERR_BAD_REQUEST, config));
|
|
2718
|
-
return;
|
|
2719
|
-
}
|
|
2915
|
+
const protocol = parseProtocol(_config.url);
|
|
2720
2916
|
|
|
2917
|
+
if (protocol && platform.protocols.indexOf(protocol) === -1) {
|
|
2918
|
+
reject(
|
|
2919
|
+
new AxiosError(
|
|
2920
|
+
'Unsupported protocol ' + protocol + ':',
|
|
2921
|
+
AxiosError.ERR_BAD_REQUEST,
|
|
2922
|
+
config
|
|
2923
|
+
)
|
|
2924
|
+
);
|
|
2925
|
+
return;
|
|
2926
|
+
}
|
|
2721
2927
|
|
|
2722
|
-
|
|
2723
|
-
|
|
2724
|
-
|
|
2725
|
-
};
|
|
2928
|
+
// Send the request
|
|
2929
|
+
request.send(requestData || null);
|
|
2930
|
+
});
|
|
2931
|
+
};
|
|
2726
2932
|
|
|
2727
2933
|
const composeSignals = (signals, timeout) => {
|
|
2728
|
-
const {length} = (signals = signals ? signals.filter(Boolean) : []);
|
|
2934
|
+
const { length } = (signals = signals ? signals.filter(Boolean) : []);
|
|
2729
2935
|
|
|
2730
2936
|
if (timeout || length) {
|
|
2731
2937
|
let controller = new AbortController();
|
|
@@ -2737,21 +2943,29 @@ const composeSignals = (signals, timeout) => {
|
|
|
2737
2943
|
aborted = true;
|
|
2738
2944
|
unsubscribe();
|
|
2739
2945
|
const err = reason instanceof Error ? reason : this.reason;
|
|
2740
|
-
controller.abort(
|
|
2946
|
+
controller.abort(
|
|
2947
|
+
err instanceof AxiosError
|
|
2948
|
+
? err
|
|
2949
|
+
: new CanceledError(err instanceof Error ? err.message : err)
|
|
2950
|
+
);
|
|
2741
2951
|
}
|
|
2742
2952
|
};
|
|
2743
2953
|
|
|
2744
|
-
let timer =
|
|
2745
|
-
|
|
2746
|
-
|
|
2747
|
-
|
|
2954
|
+
let timer =
|
|
2955
|
+
timeout &&
|
|
2956
|
+
setTimeout(() => {
|
|
2957
|
+
timer = null;
|
|
2958
|
+
onabort(new AxiosError(`timeout of ${timeout}ms exceeded`, AxiosError.ETIMEDOUT));
|
|
2959
|
+
}, timeout);
|
|
2748
2960
|
|
|
2749
2961
|
const unsubscribe = () => {
|
|
2750
2962
|
if (signals) {
|
|
2751
2963
|
timer && clearTimeout(timer);
|
|
2752
2964
|
timer = null;
|
|
2753
|
-
signals.forEach(signal => {
|
|
2754
|
-
signal.unsubscribe
|
|
2965
|
+
signals.forEach((signal) => {
|
|
2966
|
+
signal.unsubscribe
|
|
2967
|
+
? signal.unsubscribe(onabort)
|
|
2968
|
+
: signal.removeEventListener('abort', onabort);
|
|
2755
2969
|
});
|
|
2756
2970
|
signals = null;
|
|
2757
2971
|
}
|
|
@@ -2759,7 +2973,7 @@ const composeSignals = (signals, timeout) => {
|
|
|
2759
2973
|
|
|
2760
2974
|
signals.forEach((signal) => signal.addEventListener('abort', onabort));
|
|
2761
2975
|
|
|
2762
|
-
const {signal} = controller;
|
|
2976
|
+
const { signal } = controller;
|
|
2763
2977
|
|
|
2764
2978
|
signal.unsubscribe = () => utils$1.asap(unsubscribe);
|
|
2765
2979
|
|
|
@@ -2767,12 +2981,10 @@ const composeSignals = (signals, timeout) => {
|
|
|
2767
2981
|
}
|
|
2768
2982
|
};
|
|
2769
2983
|
|
|
2770
|
-
var composeSignals$1 = composeSignals;
|
|
2771
|
-
|
|
2772
2984
|
const streamChunk = function* (chunk, chunkSize) {
|
|
2773
2985
|
let len = chunk.byteLength;
|
|
2774
2986
|
|
|
2775
|
-
if (
|
|
2987
|
+
if (len < chunkSize) {
|
|
2776
2988
|
yield chunk;
|
|
2777
2989
|
return;
|
|
2778
2990
|
}
|
|
@@ -2802,7 +3014,7 @@ const readStream = async function* (stream) {
|
|
|
2802
3014
|
const reader = stream.getReader();
|
|
2803
3015
|
try {
|
|
2804
3016
|
for (;;) {
|
|
2805
|
-
const {done, value} = await reader.read();
|
|
3017
|
+
const { done, value } = await reader.read();
|
|
2806
3018
|
if (done) {
|
|
2807
3019
|
break;
|
|
2808
3020
|
}
|
|
@@ -2825,64 +3037,69 @@ const trackStream = (stream, chunkSize, onProgress, onFinish) => {
|
|
|
2825
3037
|
}
|
|
2826
3038
|
};
|
|
2827
3039
|
|
|
2828
|
-
return new ReadableStream(
|
|
2829
|
-
|
|
2830
|
-
|
|
2831
|
-
|
|
3040
|
+
return new ReadableStream(
|
|
3041
|
+
{
|
|
3042
|
+
async pull(controller) {
|
|
3043
|
+
try {
|
|
3044
|
+
const { done, value } = await iterator.next();
|
|
2832
3045
|
|
|
2833
|
-
|
|
2834
|
-
|
|
2835
|
-
|
|
2836
|
-
|
|
2837
|
-
|
|
3046
|
+
if (done) {
|
|
3047
|
+
_onFinish();
|
|
3048
|
+
controller.close();
|
|
3049
|
+
return;
|
|
3050
|
+
}
|
|
2838
3051
|
|
|
2839
|
-
|
|
2840
|
-
|
|
2841
|
-
|
|
2842
|
-
|
|
3052
|
+
let len = value.byteLength;
|
|
3053
|
+
if (onProgress) {
|
|
3054
|
+
let loadedBytes = (bytes += len);
|
|
3055
|
+
onProgress(loadedBytes);
|
|
3056
|
+
}
|
|
3057
|
+
controller.enqueue(new Uint8Array(value));
|
|
3058
|
+
} catch (err) {
|
|
3059
|
+
_onFinish(err);
|
|
3060
|
+
throw err;
|
|
2843
3061
|
}
|
|
2844
|
-
|
|
2845
|
-
|
|
2846
|
-
_onFinish(
|
|
2847
|
-
|
|
2848
|
-
}
|
|
3062
|
+
},
|
|
3063
|
+
cancel(reason) {
|
|
3064
|
+
_onFinish(reason);
|
|
3065
|
+
return iterator.return();
|
|
3066
|
+
},
|
|
2849
3067
|
},
|
|
2850
|
-
|
|
2851
|
-
|
|
2852
|
-
return iterator.return();
|
|
3068
|
+
{
|
|
3069
|
+
highWaterMark: 2,
|
|
2853
3070
|
}
|
|
2854
|
-
|
|
2855
|
-
highWaterMark: 2
|
|
2856
|
-
})
|
|
3071
|
+
);
|
|
2857
3072
|
};
|
|
2858
3073
|
|
|
2859
3074
|
const DEFAULT_CHUNK_SIZE = 64 * 1024;
|
|
2860
3075
|
|
|
2861
|
-
const {isFunction} = utils$1;
|
|
3076
|
+
const { isFunction } = utils$1;
|
|
2862
3077
|
|
|
2863
|
-
const globalFetchAPI = (({Request, Response}) => ({
|
|
2864
|
-
Request,
|
|
3078
|
+
const globalFetchAPI = (({ Request, Response }) => ({
|
|
3079
|
+
Request,
|
|
3080
|
+
Response,
|
|
2865
3081
|
}))(utils$1.global);
|
|
2866
3082
|
|
|
2867
|
-
const {
|
|
2868
|
-
ReadableStream: ReadableStream$1, TextEncoder
|
|
2869
|
-
} = utils$1.global;
|
|
2870
|
-
|
|
3083
|
+
const { ReadableStream: ReadableStream$1, TextEncoder } = utils$1.global;
|
|
2871
3084
|
|
|
2872
3085
|
const test = (fn, ...args) => {
|
|
2873
3086
|
try {
|
|
2874
3087
|
return !!fn(...args);
|
|
2875
3088
|
} catch (e) {
|
|
2876
|
-
return false
|
|
3089
|
+
return false;
|
|
2877
3090
|
}
|
|
2878
3091
|
};
|
|
2879
3092
|
|
|
2880
3093
|
const factory = (env) => {
|
|
2881
|
-
env = utils$1.merge.call(
|
|
2882
|
-
|
|
2883
|
-
|
|
3094
|
+
env = utils$1.merge.call(
|
|
3095
|
+
{
|
|
3096
|
+
skipUndefined: true,
|
|
3097
|
+
},
|
|
3098
|
+
globalFetchAPI,
|
|
3099
|
+
env
|
|
3100
|
+
);
|
|
2884
3101
|
|
|
2885
|
-
const {fetch: envFetch, Request, Response} = env;
|
|
3102
|
+
const { fetch: envFetch, Request, Response } = env;
|
|
2886
3103
|
const isFetchSupported = envFetch ? isFunction(envFetch) : typeof fetch === 'function';
|
|
2887
3104
|
const isRequestSupported = isFunction(Request);
|
|
2888
3105
|
const isResponseSupported = isFunction(Response);
|
|
@@ -2893,46 +3110,65 @@ const factory = (env) => {
|
|
|
2893
3110
|
|
|
2894
3111
|
const isReadableStreamSupported = isFetchSupported && isFunction(ReadableStream$1);
|
|
2895
3112
|
|
|
2896
|
-
const encodeText =
|
|
2897
|
-
|
|
2898
|
-
|
|
2899
|
-
|
|
3113
|
+
const encodeText =
|
|
3114
|
+
isFetchSupported &&
|
|
3115
|
+
(typeof TextEncoder === 'function'
|
|
3116
|
+
? (
|
|
3117
|
+
(encoder) => (str) =>
|
|
3118
|
+
encoder.encode(str)
|
|
3119
|
+
)(new TextEncoder())
|
|
3120
|
+
: async (str) => new Uint8Array(await new Request(str).arrayBuffer()));
|
|
2900
3121
|
|
|
2901
|
-
const supportsRequestStream =
|
|
2902
|
-
|
|
3122
|
+
const supportsRequestStream =
|
|
3123
|
+
isRequestSupported &&
|
|
3124
|
+
isReadableStreamSupported &&
|
|
3125
|
+
test(() => {
|
|
3126
|
+
let duplexAccessed = false;
|
|
2903
3127
|
|
|
2904
|
-
|
|
2905
|
-
body: new ReadableStream$1(),
|
|
2906
|
-
method: 'POST',
|
|
2907
|
-
get duplex() {
|
|
2908
|
-
duplexAccessed = true;
|
|
2909
|
-
return 'half';
|
|
2910
|
-
},
|
|
2911
|
-
}).headers.has('Content-Type');
|
|
3128
|
+
const body = new ReadableStream$1();
|
|
2912
3129
|
|
|
2913
|
-
|
|
2914
|
-
|
|
3130
|
+
const hasContentType = new Request(platform.origin, {
|
|
3131
|
+
body,
|
|
3132
|
+
method: 'POST',
|
|
3133
|
+
get duplex() {
|
|
3134
|
+
duplexAccessed = true;
|
|
3135
|
+
return 'half';
|
|
3136
|
+
},
|
|
3137
|
+
}).headers.has('Content-Type');
|
|
3138
|
+
|
|
3139
|
+
body.cancel();
|
|
3140
|
+
|
|
3141
|
+
return duplexAccessed && !hasContentType;
|
|
3142
|
+
});
|
|
2915
3143
|
|
|
2916
|
-
const supportsResponseStream =
|
|
3144
|
+
const supportsResponseStream =
|
|
3145
|
+
isResponseSupported &&
|
|
3146
|
+
isReadableStreamSupported &&
|
|
2917
3147
|
test(() => utils$1.isReadableStream(new Response('').body));
|
|
2918
3148
|
|
|
2919
3149
|
const resolvers = {
|
|
2920
|
-
stream: supportsResponseStream && ((res) => res.body)
|
|
3150
|
+
stream: supportsResponseStream && ((res) => res.body),
|
|
2921
3151
|
};
|
|
2922
3152
|
|
|
2923
|
-
isFetchSupported &&
|
|
2924
|
-
|
|
2925
|
-
|
|
2926
|
-
|
|
3153
|
+
isFetchSupported &&
|
|
3154
|
+
(() => {
|
|
3155
|
+
['text', 'arrayBuffer', 'blob', 'formData', 'stream'].forEach((type) => {
|
|
3156
|
+
!resolvers[type] &&
|
|
3157
|
+
(resolvers[type] = (res, config) => {
|
|
3158
|
+
let method = res && res[type];
|
|
2927
3159
|
|
|
2928
|
-
|
|
2929
|
-
|
|
2930
|
-
|
|
3160
|
+
if (method) {
|
|
3161
|
+
return method.call(res);
|
|
3162
|
+
}
|
|
2931
3163
|
|
|
2932
|
-
|
|
3164
|
+
throw new AxiosError(
|
|
3165
|
+
`Response type '${type}' is not supported`,
|
|
3166
|
+
AxiosError.ERR_NOT_SUPPORT,
|
|
3167
|
+
config
|
|
3168
|
+
);
|
|
3169
|
+
});
|
|
2933
3170
|
});
|
|
2934
|
-
});
|
|
2935
|
-
})());
|
|
3171
|
+
})();
|
|
2936
3172
|
|
|
2937
3173
|
const getBodyLength = async (body) => {
|
|
2938
3174
|
if (body == null) {
|
|
@@ -2983,32 +3219,41 @@ const factory = (env) => {
|
|
|
2983
3219
|
responseType,
|
|
2984
3220
|
headers,
|
|
2985
3221
|
withCredentials = 'same-origin',
|
|
2986
|
-
fetchOptions
|
|
3222
|
+
fetchOptions,
|
|
2987
3223
|
} = resolveConfig(config);
|
|
2988
3224
|
|
|
2989
3225
|
let _fetch = envFetch || fetch;
|
|
2990
3226
|
|
|
2991
3227
|
responseType = responseType ? (responseType + '').toLowerCase() : 'text';
|
|
2992
3228
|
|
|
2993
|
-
let composedSignal = composeSignals
|
|
3229
|
+
let composedSignal = composeSignals(
|
|
3230
|
+
[signal, cancelToken && cancelToken.toAbortSignal()],
|
|
3231
|
+
timeout
|
|
3232
|
+
);
|
|
2994
3233
|
|
|
2995
3234
|
let request = null;
|
|
2996
3235
|
|
|
2997
|
-
const unsubscribe =
|
|
2998
|
-
composedSignal
|
|
2999
|
-
|
|
3236
|
+
const unsubscribe =
|
|
3237
|
+
composedSignal &&
|
|
3238
|
+
composedSignal.unsubscribe &&
|
|
3239
|
+
(() => {
|
|
3240
|
+
composedSignal.unsubscribe();
|
|
3241
|
+
});
|
|
3000
3242
|
|
|
3001
3243
|
let requestContentLength;
|
|
3002
3244
|
|
|
3003
3245
|
try {
|
|
3004
3246
|
if (
|
|
3005
|
-
onUploadProgress &&
|
|
3247
|
+
onUploadProgress &&
|
|
3248
|
+
supportsRequestStream &&
|
|
3249
|
+
method !== 'get' &&
|
|
3250
|
+
method !== 'head' &&
|
|
3006
3251
|
(requestContentLength = await resolveBodyLength(headers, data)) !== 0
|
|
3007
3252
|
) {
|
|
3008
3253
|
let _request = new Request(url, {
|
|
3009
3254
|
method: 'POST',
|
|
3010
3255
|
body: data,
|
|
3011
|
-
duplex:
|
|
3256
|
+
duplex: 'half',
|
|
3012
3257
|
});
|
|
3013
3258
|
|
|
3014
3259
|
let contentTypeHeader;
|
|
@@ -3033,7 +3278,7 @@ const factory = (env) => {
|
|
|
3033
3278
|
|
|
3034
3279
|
// Cloudflare Workers throws when credentials are defined
|
|
3035
3280
|
// see https://github.com/cloudflare/workerd/issues/902
|
|
3036
|
-
const isCredentialsSupported = isRequestSupported &&
|
|
3281
|
+
const isCredentialsSupported = isRequestSupported && 'credentials' in Request.prototype;
|
|
3037
3282
|
|
|
3038
3283
|
const resolvedOptions = {
|
|
3039
3284
|
...fetchOptions,
|
|
@@ -3041,29 +3286,35 @@ const factory = (env) => {
|
|
|
3041
3286
|
method: method.toUpperCase(),
|
|
3042
3287
|
headers: headers.normalize().toJSON(),
|
|
3043
3288
|
body: data,
|
|
3044
|
-
duplex:
|
|
3045
|
-
credentials: isCredentialsSupported ? withCredentials : undefined
|
|
3289
|
+
duplex: 'half',
|
|
3290
|
+
credentials: isCredentialsSupported ? withCredentials : undefined,
|
|
3046
3291
|
};
|
|
3047
3292
|
|
|
3048
3293
|
request = isRequestSupported && new Request(url, resolvedOptions);
|
|
3049
3294
|
|
|
3050
|
-
let response = await (isRequestSupported
|
|
3295
|
+
let response = await (isRequestSupported
|
|
3296
|
+
? _fetch(request, fetchOptions)
|
|
3297
|
+
: _fetch(url, resolvedOptions));
|
|
3051
3298
|
|
|
3052
|
-
const isStreamResponse =
|
|
3299
|
+
const isStreamResponse =
|
|
3300
|
+
supportsResponseStream && (responseType === 'stream' || responseType === 'response');
|
|
3053
3301
|
|
|
3054
3302
|
if (supportsResponseStream && (onDownloadProgress || (isStreamResponse && unsubscribe))) {
|
|
3055
3303
|
const options = {};
|
|
3056
3304
|
|
|
3057
|
-
['status', 'statusText', 'headers'].forEach(prop => {
|
|
3305
|
+
['status', 'statusText', 'headers'].forEach((prop) => {
|
|
3058
3306
|
options[prop] = response[prop];
|
|
3059
3307
|
});
|
|
3060
3308
|
|
|
3061
3309
|
const responseContentLength = utils$1.toFiniteNumber(response.headers.get('content-length'));
|
|
3062
3310
|
|
|
3063
|
-
const [onProgress, flush] =
|
|
3064
|
-
|
|
3065
|
-
|
|
3066
|
-
|
|
3311
|
+
const [onProgress, flush] =
|
|
3312
|
+
(onDownloadProgress &&
|
|
3313
|
+
progressEventDecorator(
|
|
3314
|
+
responseContentLength,
|
|
3315
|
+
progressEventReducer(asyncDecorator(onDownloadProgress), true)
|
|
3316
|
+
)) ||
|
|
3317
|
+
[];
|
|
3067
3318
|
|
|
3068
3319
|
response = new Response(
|
|
3069
3320
|
trackStream(response.body, DEFAULT_CHUNK_SIZE, onProgress, () => {
|
|
@@ -3076,54 +3327,64 @@ const factory = (env) => {
|
|
|
3076
3327
|
|
|
3077
3328
|
responseType = responseType || 'text';
|
|
3078
3329
|
|
|
3079
|
-
let responseData = await resolvers[utils$1.findKey(resolvers, responseType) || 'text'](
|
|
3330
|
+
let responseData = await resolvers[utils$1.findKey(resolvers, responseType) || 'text'](
|
|
3331
|
+
response,
|
|
3332
|
+
config
|
|
3333
|
+
);
|
|
3080
3334
|
|
|
3081
3335
|
!isStreamResponse && unsubscribe && unsubscribe();
|
|
3082
3336
|
|
|
3083
3337
|
return await new Promise((resolve, reject) => {
|
|
3084
3338
|
settle(resolve, reject, {
|
|
3085
3339
|
data: responseData,
|
|
3086
|
-
headers: AxiosHeaders
|
|
3340
|
+
headers: AxiosHeaders.from(response.headers),
|
|
3087
3341
|
status: response.status,
|
|
3088
3342
|
statusText: response.statusText,
|
|
3089
3343
|
config,
|
|
3090
|
-
request
|
|
3344
|
+
request,
|
|
3091
3345
|
});
|
|
3092
|
-
})
|
|
3346
|
+
});
|
|
3093
3347
|
} catch (err) {
|
|
3094
3348
|
unsubscribe && unsubscribe();
|
|
3095
3349
|
|
|
3096
3350
|
if (err && err.name === 'TypeError' && /Load failed|fetch/i.test(err.message)) {
|
|
3097
3351
|
throw Object.assign(
|
|
3098
|
-
new AxiosError
|
|
3352
|
+
new AxiosError(
|
|
3353
|
+
'Network Error',
|
|
3354
|
+
AxiosError.ERR_NETWORK,
|
|
3355
|
+
config,
|
|
3356
|
+
request,
|
|
3357
|
+
err && err.response
|
|
3358
|
+
),
|
|
3099
3359
|
{
|
|
3100
|
-
cause: err.cause || err
|
|
3360
|
+
cause: err.cause || err,
|
|
3101
3361
|
}
|
|
3102
|
-
)
|
|
3362
|
+
);
|
|
3103
3363
|
}
|
|
3104
3364
|
|
|
3105
|
-
throw AxiosError
|
|
3365
|
+
throw AxiosError.from(err, err && err.code, config, request, err && err.response);
|
|
3106
3366
|
}
|
|
3107
|
-
}
|
|
3367
|
+
};
|
|
3108
3368
|
};
|
|
3109
3369
|
|
|
3110
3370
|
const seedCache = new Map();
|
|
3111
3371
|
|
|
3112
3372
|
const getFetch = (config) => {
|
|
3113
3373
|
let env = (config && config.env) || {};
|
|
3114
|
-
const {fetch, Request, Response} = env;
|
|
3115
|
-
const seeds = [
|
|
3116
|
-
Request, Response, fetch
|
|
3117
|
-
];
|
|
3374
|
+
const { fetch, Request, Response } = env;
|
|
3375
|
+
const seeds = [Request, Response, fetch];
|
|
3118
3376
|
|
|
3119
|
-
let len = seeds.length,
|
|
3120
|
-
|
|
3377
|
+
let len = seeds.length,
|
|
3378
|
+
i = len,
|
|
3379
|
+
seed,
|
|
3380
|
+
target,
|
|
3381
|
+
map = seedCache;
|
|
3121
3382
|
|
|
3122
3383
|
while (i--) {
|
|
3123
3384
|
seed = seeds[i];
|
|
3124
3385
|
target = map.get(seed);
|
|
3125
3386
|
|
|
3126
|
-
target === undefined && map.set(seed, target =
|
|
3387
|
+
target === undefined && map.set(seed, (target = i ? new Map() : factory(env)));
|
|
3127
3388
|
|
|
3128
3389
|
map = target;
|
|
3129
3390
|
}
|
|
@@ -3139,7 +3400,7 @@ getFetch();
|
|
|
3139
3400
|
* - `http` for Node.js
|
|
3140
3401
|
* - `xhr` for browsers
|
|
3141
3402
|
* - `fetch` for fetch API-based requests
|
|
3142
|
-
*
|
|
3403
|
+
*
|
|
3143
3404
|
* @type {Object<string, Function|Object>}
|
|
3144
3405
|
*/
|
|
3145
3406
|
const knownAdapters = {
|
|
@@ -3147,7 +3408,7 @@ const knownAdapters = {
|
|
|
3147
3408
|
xhr: xhrAdapter,
|
|
3148
3409
|
fetch: {
|
|
3149
3410
|
get: getFetch,
|
|
3150
|
-
}
|
|
3411
|
+
},
|
|
3151
3412
|
};
|
|
3152
3413
|
|
|
3153
3414
|
// Assign adapter names for easier debugging and identification
|
|
@@ -3164,7 +3425,7 @@ utils$1.forEach(knownAdapters, (fn, value) => {
|
|
|
3164
3425
|
|
|
3165
3426
|
/**
|
|
3166
3427
|
* Render a rejection reason string for unknown or unsupported adapters
|
|
3167
|
-
*
|
|
3428
|
+
*
|
|
3168
3429
|
* @param {string} reason
|
|
3169
3430
|
* @returns {string}
|
|
3170
3431
|
*/
|
|
@@ -3172,17 +3433,18 @@ const renderReason = (reason) => `- ${reason}`;
|
|
|
3172
3433
|
|
|
3173
3434
|
/**
|
|
3174
3435
|
* Check if the adapter is resolved (function, null, or false)
|
|
3175
|
-
*
|
|
3436
|
+
*
|
|
3176
3437
|
* @param {Function|null|false} adapter
|
|
3177
3438
|
* @returns {boolean}
|
|
3178
3439
|
*/
|
|
3179
|
-
const isResolvedHandle = (adapter) =>
|
|
3440
|
+
const isResolvedHandle = (adapter) =>
|
|
3441
|
+
utils$1.isFunction(adapter) || adapter === null || adapter === false;
|
|
3180
3442
|
|
|
3181
3443
|
/**
|
|
3182
3444
|
* Get the first suitable adapter from the provided list.
|
|
3183
3445
|
* Tries each adapter in order until a supported one is found.
|
|
3184
3446
|
* Throws an AxiosError if no adapter is suitable.
|
|
3185
|
-
*
|
|
3447
|
+
*
|
|
3186
3448
|
* @param {Array<string|Function>|string|Function} adapters - Adapter(s) by name or function.
|
|
3187
3449
|
* @param {Object} config - Axios request configuration
|
|
3188
3450
|
* @throws {AxiosError} If no suitable adapter is available
|
|
@@ -3207,7 +3469,7 @@ function getAdapter(adapters, config) {
|
|
|
3207
3469
|
adapter = knownAdapters[(id = String(nameOrAdapter)).toLowerCase()];
|
|
3208
3470
|
|
|
3209
3471
|
if (adapter === undefined) {
|
|
3210
|
-
throw new AxiosError
|
|
3472
|
+
throw new AxiosError(`Unknown adapter '${id}'`);
|
|
3211
3473
|
}
|
|
3212
3474
|
}
|
|
3213
3475
|
|
|
@@ -3219,16 +3481,19 @@ function getAdapter(adapters, config) {
|
|
|
3219
3481
|
}
|
|
3220
3482
|
|
|
3221
3483
|
if (!adapter) {
|
|
3222
|
-
const reasons = Object.entries(rejectedReasons)
|
|
3223
|
-
|
|
3484
|
+
const reasons = Object.entries(rejectedReasons).map(
|
|
3485
|
+
([id, state]) =>
|
|
3486
|
+
`adapter ${id} ` +
|
|
3224
3487
|
(state === false ? 'is not supported by the environment' : 'is not available in the build')
|
|
3225
|
-
|
|
3488
|
+
);
|
|
3226
3489
|
|
|
3227
|
-
let s = length
|
|
3228
|
-
|
|
3229
|
-
|
|
3490
|
+
let s = length
|
|
3491
|
+
? reasons.length > 1
|
|
3492
|
+
? 'since :\n' + reasons.map(renderReason).join('\n')
|
|
3493
|
+
: ' ' + renderReason(reasons[0])
|
|
3494
|
+
: 'as no adapter specified';
|
|
3230
3495
|
|
|
3231
|
-
throw new AxiosError
|
|
3496
|
+
throw new AxiosError(
|
|
3232
3497
|
`There is no suitable adapter to dispatch the request ` + s,
|
|
3233
3498
|
'ERR_NOT_SUPPORT'
|
|
3234
3499
|
);
|
|
@@ -3251,7 +3516,7 @@ var adapters = {
|
|
|
3251
3516
|
* Exposes all known adapters
|
|
3252
3517
|
* @type {Object<string, Function|Object>}
|
|
3253
3518
|
*/
|
|
3254
|
-
adapters: knownAdapters
|
|
3519
|
+
adapters: knownAdapters,
|
|
3255
3520
|
};
|
|
3256
3521
|
|
|
3257
3522
|
/**
|
|
@@ -3267,7 +3532,7 @@ function throwIfCancellationRequested(config) {
|
|
|
3267
3532
|
}
|
|
3268
3533
|
|
|
3269
3534
|
if (config.signal && config.signal.aborted) {
|
|
3270
|
-
throw new CanceledError
|
|
3535
|
+
throw new CanceledError(null, config);
|
|
3271
3536
|
}
|
|
3272
3537
|
}
|
|
3273
3538
|
|
|
@@ -3281,53 +3546,49 @@ function throwIfCancellationRequested(config) {
|
|
|
3281
3546
|
function dispatchRequest(config) {
|
|
3282
3547
|
throwIfCancellationRequested(config);
|
|
3283
3548
|
|
|
3284
|
-
config.headers = AxiosHeaders
|
|
3549
|
+
config.headers = AxiosHeaders.from(config.headers);
|
|
3285
3550
|
|
|
3286
3551
|
// Transform request data
|
|
3287
|
-
config.data = transformData.call(
|
|
3288
|
-
config,
|
|
3289
|
-
config.transformRequest
|
|
3290
|
-
);
|
|
3552
|
+
config.data = transformData.call(config, config.transformRequest);
|
|
3291
3553
|
|
|
3292
3554
|
if (['post', 'put', 'patch'].indexOf(config.method) !== -1) {
|
|
3293
3555
|
config.headers.setContentType('application/x-www-form-urlencoded', false);
|
|
3294
3556
|
}
|
|
3295
3557
|
|
|
3296
|
-
const adapter = adapters.getAdapter(config.adapter || defaults
|
|
3558
|
+
const adapter = adapters.getAdapter(config.adapter || defaults.adapter, config);
|
|
3297
3559
|
|
|
3298
|
-
return adapter(config).then(
|
|
3299
|
-
|
|
3300
|
-
|
|
3301
|
-
// Transform response data
|
|
3302
|
-
response.data = transformData.call(
|
|
3303
|
-
config,
|
|
3304
|
-
config.transformResponse,
|
|
3305
|
-
response
|
|
3306
|
-
);
|
|
3307
|
-
|
|
3308
|
-
response.headers = AxiosHeaders$1.from(response.headers);
|
|
3309
|
-
|
|
3310
|
-
return response;
|
|
3311
|
-
}, function onAdapterRejection(reason) {
|
|
3312
|
-
if (!isCancel(reason)) {
|
|
3560
|
+
return adapter(config).then(
|
|
3561
|
+
function onAdapterResolution(response) {
|
|
3313
3562
|
throwIfCancellationRequested(config);
|
|
3314
3563
|
|
|
3315
3564
|
// Transform response data
|
|
3316
|
-
|
|
3317
|
-
|
|
3318
|
-
|
|
3319
|
-
|
|
3320
|
-
|
|
3321
|
-
|
|
3322
|
-
|
|
3565
|
+
response.data = transformData.call(config, config.transformResponse, response);
|
|
3566
|
+
|
|
3567
|
+
response.headers = AxiosHeaders.from(response.headers);
|
|
3568
|
+
|
|
3569
|
+
return response;
|
|
3570
|
+
},
|
|
3571
|
+
function onAdapterRejection(reason) {
|
|
3572
|
+
if (!isCancel(reason)) {
|
|
3573
|
+
throwIfCancellationRequested(config);
|
|
3574
|
+
|
|
3575
|
+
// Transform response data
|
|
3576
|
+
if (reason && reason.response) {
|
|
3577
|
+
reason.response.data = transformData.call(
|
|
3578
|
+
config,
|
|
3579
|
+
config.transformResponse,
|
|
3580
|
+
reason.response
|
|
3581
|
+
);
|
|
3582
|
+
reason.response.headers = AxiosHeaders.from(reason.response.headers);
|
|
3583
|
+
}
|
|
3323
3584
|
}
|
|
3324
|
-
}
|
|
3325
3585
|
|
|
3326
|
-
|
|
3327
|
-
|
|
3586
|
+
return Promise.reject(reason);
|
|
3587
|
+
}
|
|
3588
|
+
);
|
|
3328
3589
|
}
|
|
3329
3590
|
|
|
3330
|
-
const VERSION = "1.
|
|
3591
|
+
const VERSION = "1.15.0";
|
|
3331
3592
|
|
|
3332
3593
|
const validators$1 = {};
|
|
3333
3594
|
|
|
@@ -3351,15 +3612,23 @@ const deprecatedWarnings = {};
|
|
|
3351
3612
|
*/
|
|
3352
3613
|
validators$1.transitional = function transitional(validator, version, message) {
|
|
3353
3614
|
function formatMessage(opt, desc) {
|
|
3354
|
-
return
|
|
3615
|
+
return (
|
|
3616
|
+
'[Axios v' +
|
|
3617
|
+
VERSION +
|
|
3618
|
+
"] Transitional option '" +
|
|
3619
|
+
opt +
|
|
3620
|
+
"'" +
|
|
3621
|
+
desc +
|
|
3622
|
+
(message ? '. ' + message : '')
|
|
3623
|
+
);
|
|
3355
3624
|
}
|
|
3356
3625
|
|
|
3357
3626
|
// eslint-disable-next-line func-names
|
|
3358
3627
|
return (value, opt, opts) => {
|
|
3359
3628
|
if (validator === false) {
|
|
3360
|
-
throw new AxiosError
|
|
3629
|
+
throw new AxiosError(
|
|
3361
3630
|
formatMessage(opt, ' has been removed' + (version ? ' in ' + version : '')),
|
|
3362
|
-
AxiosError
|
|
3631
|
+
AxiosError.ERR_DEPRECATED
|
|
3363
3632
|
);
|
|
3364
3633
|
}
|
|
3365
3634
|
|
|
@@ -3383,7 +3652,7 @@ validators$1.spelling = function spelling(correctSpelling) {
|
|
|
3383
3652
|
// eslint-disable-next-line no-console
|
|
3384
3653
|
console.warn(`${opt} is likely a misspelling of ${correctSpelling}`);
|
|
3385
3654
|
return true;
|
|
3386
|
-
}
|
|
3655
|
+
};
|
|
3387
3656
|
};
|
|
3388
3657
|
|
|
3389
3658
|
/**
|
|
@@ -3398,7 +3667,7 @@ validators$1.spelling = function spelling(correctSpelling) {
|
|
|
3398
3667
|
|
|
3399
3668
|
function assertOptions(options, schema, allowUnknown) {
|
|
3400
3669
|
if (typeof options !== 'object') {
|
|
3401
|
-
throw new AxiosError
|
|
3670
|
+
throw new AxiosError('options must be an object', AxiosError.ERR_BAD_OPTION_VALUE);
|
|
3402
3671
|
}
|
|
3403
3672
|
const keys = Object.keys(options);
|
|
3404
3673
|
let i = keys.length;
|
|
@@ -3409,19 +3678,22 @@ function assertOptions(options, schema, allowUnknown) {
|
|
|
3409
3678
|
const value = options[opt];
|
|
3410
3679
|
const result = value === undefined || validator(value, opt, options);
|
|
3411
3680
|
if (result !== true) {
|
|
3412
|
-
throw new AxiosError
|
|
3681
|
+
throw new AxiosError(
|
|
3682
|
+
'option ' + opt + ' must be ' + result,
|
|
3683
|
+
AxiosError.ERR_BAD_OPTION_VALUE
|
|
3684
|
+
);
|
|
3413
3685
|
}
|
|
3414
3686
|
continue;
|
|
3415
3687
|
}
|
|
3416
3688
|
if (allowUnknown !== true) {
|
|
3417
|
-
throw new AxiosError
|
|
3689
|
+
throw new AxiosError('Unknown option ' + opt, AxiosError.ERR_BAD_OPTION);
|
|
3418
3690
|
}
|
|
3419
3691
|
}
|
|
3420
3692
|
}
|
|
3421
3693
|
|
|
3422
3694
|
var validator = {
|
|
3423
3695
|
assertOptions,
|
|
3424
|
-
validators: validators$1
|
|
3696
|
+
validators: validators$1,
|
|
3425
3697
|
};
|
|
3426
3698
|
|
|
3427
3699
|
const validators = validator.validators;
|
|
@@ -3437,8 +3709,8 @@ class Axios {
|
|
|
3437
3709
|
constructor(instanceConfig) {
|
|
3438
3710
|
this.defaults = instanceConfig || {};
|
|
3439
3711
|
this.interceptors = {
|
|
3440
|
-
request: new InterceptorManager
|
|
3441
|
-
response: new InterceptorManager
|
|
3712
|
+
request: new InterceptorManager(),
|
|
3713
|
+
response: new InterceptorManager(),
|
|
3442
3714
|
};
|
|
3443
3715
|
}
|
|
3444
3716
|
|
|
@@ -3460,13 +3732,29 @@ class Axios {
|
|
|
3460
3732
|
Error.captureStackTrace ? Error.captureStackTrace(dummy) : (dummy = new Error());
|
|
3461
3733
|
|
|
3462
3734
|
// slice off the Error: ... line
|
|
3463
|
-
const stack =
|
|
3735
|
+
const stack = (() => {
|
|
3736
|
+
if (!dummy.stack) {
|
|
3737
|
+
return '';
|
|
3738
|
+
}
|
|
3739
|
+
|
|
3740
|
+
const firstNewlineIndex = dummy.stack.indexOf('\n');
|
|
3741
|
+
|
|
3742
|
+
return firstNewlineIndex === -1 ? '' : dummy.stack.slice(firstNewlineIndex + 1);
|
|
3743
|
+
})();
|
|
3464
3744
|
try {
|
|
3465
3745
|
if (!err.stack) {
|
|
3466
3746
|
err.stack = stack;
|
|
3467
3747
|
// match without the 2 top stack lines
|
|
3468
|
-
} else if (stack
|
|
3469
|
-
|
|
3748
|
+
} else if (stack) {
|
|
3749
|
+
const firstNewlineIndex = stack.indexOf('\n');
|
|
3750
|
+
const secondNewlineIndex =
|
|
3751
|
+
firstNewlineIndex === -1 ? -1 : stack.indexOf('\n', firstNewlineIndex + 1);
|
|
3752
|
+
const stackWithoutTwoTopLines =
|
|
3753
|
+
secondNewlineIndex === -1 ? '' : stack.slice(secondNewlineIndex + 1);
|
|
3754
|
+
|
|
3755
|
+
if (!String(err.stack).endsWith(stackWithoutTwoTopLines)) {
|
|
3756
|
+
err.stack += '\n' + stack;
|
|
3757
|
+
}
|
|
3470
3758
|
}
|
|
3471
3759
|
} catch (e) {
|
|
3472
3760
|
// ignore the case where "stack" is an un-writable property
|
|
@@ -3489,27 +3777,35 @@ class Axios {
|
|
|
3489
3777
|
|
|
3490
3778
|
config = mergeConfig(this.defaults, config);
|
|
3491
3779
|
|
|
3492
|
-
const {transitional, paramsSerializer, headers} = config;
|
|
3780
|
+
const { transitional, paramsSerializer, headers } = config;
|
|
3493
3781
|
|
|
3494
3782
|
if (transitional !== undefined) {
|
|
3495
|
-
validator.assertOptions(
|
|
3496
|
-
|
|
3497
|
-
|
|
3498
|
-
|
|
3499
|
-
|
|
3500
|
-
|
|
3783
|
+
validator.assertOptions(
|
|
3784
|
+
transitional,
|
|
3785
|
+
{
|
|
3786
|
+
silentJSONParsing: validators.transitional(validators.boolean),
|
|
3787
|
+
forcedJSONParsing: validators.transitional(validators.boolean),
|
|
3788
|
+
clarifyTimeoutError: validators.transitional(validators.boolean),
|
|
3789
|
+
legacyInterceptorReqResOrdering: validators.transitional(validators.boolean),
|
|
3790
|
+
},
|
|
3791
|
+
false
|
|
3792
|
+
);
|
|
3501
3793
|
}
|
|
3502
3794
|
|
|
3503
3795
|
if (paramsSerializer != null) {
|
|
3504
3796
|
if (utils$1.isFunction(paramsSerializer)) {
|
|
3505
3797
|
config.paramsSerializer = {
|
|
3506
|
-
serialize: paramsSerializer
|
|
3798
|
+
serialize: paramsSerializer,
|
|
3507
3799
|
};
|
|
3508
3800
|
} else {
|
|
3509
|
-
validator.assertOptions(
|
|
3510
|
-
|
|
3511
|
-
|
|
3512
|
-
|
|
3801
|
+
validator.assertOptions(
|
|
3802
|
+
paramsSerializer,
|
|
3803
|
+
{
|
|
3804
|
+
encode: validators.function,
|
|
3805
|
+
serialize: validators.function,
|
|
3806
|
+
},
|
|
3807
|
+
true
|
|
3808
|
+
);
|
|
3513
3809
|
}
|
|
3514
3810
|
}
|
|
3515
3811
|
|
|
@@ -3520,28 +3816,27 @@ class Axios {
|
|
|
3520
3816
|
config.allowAbsoluteUrls = true;
|
|
3521
3817
|
}
|
|
3522
3818
|
|
|
3523
|
-
validator.assertOptions(
|
|
3524
|
-
|
|
3525
|
-
|
|
3526
|
-
|
|
3819
|
+
validator.assertOptions(
|
|
3820
|
+
config,
|
|
3821
|
+
{
|
|
3822
|
+
baseUrl: validators.spelling('baseURL'),
|
|
3823
|
+
withXsrfToken: validators.spelling('withXSRFToken'),
|
|
3824
|
+
},
|
|
3825
|
+
true
|
|
3826
|
+
);
|
|
3527
3827
|
|
|
3528
3828
|
// Set config.method
|
|
3529
3829
|
config.method = (config.method || this.defaults.method || 'get').toLowerCase();
|
|
3530
3830
|
|
|
3531
3831
|
// Flatten headers
|
|
3532
|
-
let contextHeaders = headers && utils$1.merge(
|
|
3533
|
-
headers.common,
|
|
3534
|
-
headers[config.method]
|
|
3535
|
-
);
|
|
3832
|
+
let contextHeaders = headers && utils$1.merge(headers.common, headers[config.method]);
|
|
3536
3833
|
|
|
3537
|
-
headers &&
|
|
3538
|
-
['delete', 'get', 'head', 'post', 'put', 'patch', 'common'],
|
|
3539
|
-
(method) => {
|
|
3834
|
+
headers &&
|
|
3835
|
+
utils$1.forEach(['delete', 'get', 'head', 'post', 'put', 'patch', 'common'], (method) => {
|
|
3540
3836
|
delete headers[method];
|
|
3541
|
-
}
|
|
3542
|
-
);
|
|
3837
|
+
});
|
|
3543
3838
|
|
|
3544
|
-
config.headers = AxiosHeaders
|
|
3839
|
+
config.headers = AxiosHeaders.concat(contextHeaders, headers);
|
|
3545
3840
|
|
|
3546
3841
|
// filter out skipped interceptors
|
|
3547
3842
|
const requestInterceptorChain = [];
|
|
@@ -3554,7 +3849,8 @@ class Axios {
|
|
|
3554
3849
|
synchronousRequestInterceptors = synchronousRequestInterceptors && interceptor.synchronous;
|
|
3555
3850
|
|
|
3556
3851
|
const transitional = config.transitional || transitionalDefaults;
|
|
3557
|
-
const legacyInterceptorReqResOrdering =
|
|
3852
|
+
const legacyInterceptorReqResOrdering =
|
|
3853
|
+
transitional && transitional.legacyInterceptorReqResOrdering;
|
|
3558
3854
|
|
|
3559
3855
|
if (legacyInterceptorReqResOrdering) {
|
|
3560
3856
|
requestInterceptorChain.unshift(interceptor.fulfilled, interceptor.rejected);
|
|
@@ -3628,28 +3924,32 @@ class Axios {
|
|
|
3628
3924
|
// Provide aliases for supported request methods
|
|
3629
3925
|
utils$1.forEach(['delete', 'get', 'head', 'options'], function forEachMethodNoData(method) {
|
|
3630
3926
|
/*eslint func-names:0*/
|
|
3631
|
-
Axios.prototype[method] = function(url, config) {
|
|
3632
|
-
return this.request(
|
|
3633
|
-
|
|
3634
|
-
|
|
3635
|
-
|
|
3636
|
-
|
|
3927
|
+
Axios.prototype[method] = function (url, config) {
|
|
3928
|
+
return this.request(
|
|
3929
|
+
mergeConfig(config || {}, {
|
|
3930
|
+
method,
|
|
3931
|
+
url,
|
|
3932
|
+
data: (config || {}).data,
|
|
3933
|
+
})
|
|
3934
|
+
);
|
|
3637
3935
|
};
|
|
3638
3936
|
});
|
|
3639
3937
|
|
|
3640
3938
|
utils$1.forEach(['post', 'put', 'patch'], function forEachMethodWithData(method) {
|
|
3641
|
-
/*eslint func-names:0*/
|
|
3642
|
-
|
|
3643
3939
|
function generateHTTPMethod(isForm) {
|
|
3644
3940
|
return function httpMethod(url, data, config) {
|
|
3645
|
-
return this.request(
|
|
3646
|
-
|
|
3647
|
-
|
|
3648
|
-
|
|
3649
|
-
|
|
3650
|
-
|
|
3651
|
-
|
|
3652
|
-
|
|
3941
|
+
return this.request(
|
|
3942
|
+
mergeConfig(config || {}, {
|
|
3943
|
+
method,
|
|
3944
|
+
headers: isForm
|
|
3945
|
+
? {
|
|
3946
|
+
'Content-Type': 'multipart/form-data',
|
|
3947
|
+
}
|
|
3948
|
+
: {},
|
|
3949
|
+
url,
|
|
3950
|
+
data,
|
|
3951
|
+
})
|
|
3952
|
+
);
|
|
3653
3953
|
};
|
|
3654
3954
|
}
|
|
3655
3955
|
|
|
@@ -3658,8 +3958,6 @@ utils$1.forEach(['post', 'put', 'patch'], function forEachMethodWithData(method)
|
|
|
3658
3958
|
Axios.prototype[method + 'Form'] = generateHTTPMethod(true);
|
|
3659
3959
|
});
|
|
3660
3960
|
|
|
3661
|
-
var Axios$1 = Axios;
|
|
3662
|
-
|
|
3663
3961
|
/**
|
|
3664
3962
|
* A `CancelToken` is an object that can be used to request cancellation of an operation.
|
|
3665
3963
|
*
|
|
@@ -3682,7 +3980,7 @@ class CancelToken {
|
|
|
3682
3980
|
const token = this;
|
|
3683
3981
|
|
|
3684
3982
|
// eslint-disable-next-line func-names
|
|
3685
|
-
this.promise.then(cancel => {
|
|
3983
|
+
this.promise.then((cancel) => {
|
|
3686
3984
|
if (!token._listeners) return;
|
|
3687
3985
|
|
|
3688
3986
|
let i = token._listeners.length;
|
|
@@ -3694,10 +3992,10 @@ class CancelToken {
|
|
|
3694
3992
|
});
|
|
3695
3993
|
|
|
3696
3994
|
// eslint-disable-next-line func-names
|
|
3697
|
-
this.promise.then = onfulfilled => {
|
|
3995
|
+
this.promise.then = (onfulfilled) => {
|
|
3698
3996
|
let _resolve;
|
|
3699
3997
|
// eslint-disable-next-line func-names
|
|
3700
|
-
const promise = new Promise(resolve => {
|
|
3998
|
+
const promise = new Promise((resolve) => {
|
|
3701
3999
|
token.subscribe(resolve);
|
|
3702
4000
|
_resolve = resolve;
|
|
3703
4001
|
}).then(onfulfilled);
|
|
@@ -3715,7 +4013,7 @@ class CancelToken {
|
|
|
3715
4013
|
return;
|
|
3716
4014
|
}
|
|
3717
4015
|
|
|
3718
|
-
token.reason = new CanceledError
|
|
4016
|
+
token.reason = new CanceledError(message, config, request);
|
|
3719
4017
|
resolvePromise(token.reason);
|
|
3720
4018
|
});
|
|
3721
4019
|
}
|
|
@@ -3785,13 +4083,11 @@ class CancelToken {
|
|
|
3785
4083
|
});
|
|
3786
4084
|
return {
|
|
3787
4085
|
token,
|
|
3788
|
-
cancel
|
|
4086
|
+
cancel,
|
|
3789
4087
|
};
|
|
3790
4088
|
}
|
|
3791
4089
|
}
|
|
3792
4090
|
|
|
3793
|
-
var CancelToken$1 = CancelToken;
|
|
3794
|
-
|
|
3795
4091
|
/**
|
|
3796
4092
|
* Syntactic sugar for invoking a function and expanding an array for arguments.
|
|
3797
4093
|
*
|
|
@@ -3827,7 +4123,7 @@ function spread(callback) {
|
|
|
3827
4123
|
* @returns {boolean} True if the payload is an error thrown by Axios, otherwise false
|
|
3828
4124
|
*/
|
|
3829
4125
|
function isAxiosError(payload) {
|
|
3830
|
-
return utils$1.isObject(payload) &&
|
|
4126
|
+
return utils$1.isObject(payload) && payload.isAxiosError === true;
|
|
3831
4127
|
}
|
|
3832
4128
|
|
|
3833
4129
|
const HttpStatusCode = {
|
|
@@ -3906,8 +4202,6 @@ Object.entries(HttpStatusCode).forEach(([key, value]) => {
|
|
|
3906
4202
|
HttpStatusCode[value] = key;
|
|
3907
4203
|
});
|
|
3908
4204
|
|
|
3909
|
-
var HttpStatusCode$1 = HttpStatusCode;
|
|
3910
|
-
|
|
3911
4205
|
/**
|
|
3912
4206
|
* Create an instance of Axios
|
|
3913
4207
|
*
|
|
@@ -3916,14 +4210,14 @@ var HttpStatusCode$1 = HttpStatusCode;
|
|
|
3916
4210
|
* @returns {Axios} A new instance of Axios
|
|
3917
4211
|
*/
|
|
3918
4212
|
function createInstance(defaultConfig) {
|
|
3919
|
-
const context = new Axios
|
|
3920
|
-
const instance = bind(Axios
|
|
4213
|
+
const context = new Axios(defaultConfig);
|
|
4214
|
+
const instance = bind(Axios.prototype.request, context);
|
|
3921
4215
|
|
|
3922
4216
|
// Copy axios.prototype to instance
|
|
3923
|
-
utils$1.extend(instance, Axios
|
|
4217
|
+
utils$1.extend(instance, Axios.prototype, context, { allOwnKeys: true });
|
|
3924
4218
|
|
|
3925
4219
|
// Copy context to instance
|
|
3926
|
-
utils$1.extend(instance, context, null, {allOwnKeys: true});
|
|
4220
|
+
utils$1.extend(instance, context, null, { allOwnKeys: true });
|
|
3927
4221
|
|
|
3928
4222
|
// Factory for creating new instances
|
|
3929
4223
|
instance.create = function create(instanceConfig) {
|
|
@@ -3934,20 +4228,20 @@ function createInstance(defaultConfig) {
|
|
|
3934
4228
|
}
|
|
3935
4229
|
|
|
3936
4230
|
// Create the default instance to be exported
|
|
3937
|
-
const axios = createInstance(defaults
|
|
4231
|
+
const axios = createInstance(defaults);
|
|
3938
4232
|
|
|
3939
4233
|
// Expose Axios class to allow class inheritance
|
|
3940
|
-
axios.Axios = Axios
|
|
4234
|
+
axios.Axios = Axios;
|
|
3941
4235
|
|
|
3942
4236
|
// Expose Cancel & CancelToken
|
|
3943
|
-
axios.CanceledError = CanceledError
|
|
3944
|
-
axios.CancelToken = CancelToken
|
|
4237
|
+
axios.CanceledError = CanceledError;
|
|
4238
|
+
axios.CancelToken = CancelToken;
|
|
3945
4239
|
axios.isCancel = isCancel;
|
|
3946
4240
|
axios.VERSION = VERSION;
|
|
3947
4241
|
axios.toFormData = toFormData;
|
|
3948
4242
|
|
|
3949
4243
|
// Expose AxiosError class
|
|
3950
|
-
axios.AxiosError = AxiosError
|
|
4244
|
+
axios.AxiosError = AxiosError;
|
|
3951
4245
|
|
|
3952
4246
|
// alias for CanceledError for backward compatibility
|
|
3953
4247
|
axios.Cancel = axios.CanceledError;
|
|
@@ -3965,13 +4259,13 @@ axios.isAxiosError = isAxiosError;
|
|
|
3965
4259
|
// Expose mergeConfig
|
|
3966
4260
|
axios.mergeConfig = mergeConfig;
|
|
3967
4261
|
|
|
3968
|
-
axios.AxiosHeaders = AxiosHeaders
|
|
4262
|
+
axios.AxiosHeaders = AxiosHeaders;
|
|
3969
4263
|
|
|
3970
|
-
axios.formToJSON = thing => formDataToJSON(utils$1.isHTMLForm(thing) ? new FormData(thing) : thing);
|
|
4264
|
+
axios.formToJSON = (thing) => formDataToJSON(utils$1.isHTMLForm(thing) ? new FormData(thing) : thing);
|
|
3971
4265
|
|
|
3972
4266
|
axios.getAdapter = adapters.getAdapter;
|
|
3973
4267
|
|
|
3974
|
-
axios.HttpStatusCode = HttpStatusCode
|
|
4268
|
+
axios.HttpStatusCode = HttpStatusCode;
|
|
3975
4269
|
|
|
3976
4270
|
axios.default = axios;
|
|
3977
4271
|
|