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