cloudstructs 0.12.8 → 0.12.10
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 +6 -6
- package/API.md +308 -0
- package/assets/slack-textract/detect.lambda/index.js +1107 -1006
- package/assets/ssl-server-test/analyze.lambda/index.js +103 -68
- package/assets/toolkit-cleaner/clean.lambda/index.js +103 -68
- 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/README.md +25 -5
- package/node_modules/@aws/durable-execution-sdk-js/dist/index.mjs +192 -70
- 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 +192 -70
- 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/concurrent-execution-handler/concurrent-execution-handler.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/index.d.ts +1 -1
- package/node_modules/@aws/durable-execution-sdk-js/dist-types/index.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/types/step.d.ts +45 -0
- package/node_modules/@aws/durable-execution-sdk-js/dist-types/types/step.d.ts.map +1 -1
- package/node_modules/@aws/durable-execution-sdk-js/dist-types/utils/checkpoint/checkpoint-manager.d.ts +6 -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 -2
- 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/index.js +294 -3996
- package/node_modules/@aws-sdk/client-lambda/dist-cjs/models/LambdaServiceException.js +12 -0
- package/node_modules/@aws-sdk/client-lambda/dist-cjs/models/errors.js +730 -0
- package/node_modules/@aws-sdk/client-lambda/dist-cjs/runtimeConfig.shared.js +2 -0
- package/node_modules/@aws-sdk/client-lambda/dist-cjs/schemas/schemas_0.js +2680 -0
- package/node_modules/@aws-sdk/client-lambda/dist-es/Lambda.js +49 -1
- package/node_modules/@aws-sdk/client-lambda/dist-es/models/enums.js +7 -0
- package/node_modules/@aws-sdk/client-lambda/dist-es/runtimeConfig.shared.js +2 -0
- package/node_modules/@aws-sdk/client-lambda/dist-es/schemas/schemas_0.js +320 -308
- package/node_modules/@aws-sdk/client-lambda/dist-types/Lambda.d.ts +150 -1
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/CreateEventSourceMappingCommand.d.ts +8 -2
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/DeleteEventSourceMappingCommand.d.ts +4 -1
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/GetEventSourceMappingCommand.d.ts +4 -1
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/GetProvisionedConcurrencyConfigCommand.d.ts +4 -4
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/InvokeAsyncCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/ListEventSourceMappingsCommand.d.ts +4 -1
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/UpdateEventSourceMappingCommand.d.ts +8 -2
- package/node_modules/@aws-sdk/client-lambda/dist-types/models/enums.d.ts +15 -0
- package/node_modules/@aws-sdk/client-lambda/dist-types/models/models_0.d.ts +30 -3
- package/node_modules/@aws-sdk/client-lambda/dist-types/schemas/schemas_0.d.ts +53 -45
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/Lambda.d.ts +173 -1
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/models/enums.d.ts +9 -0
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/models/models_0.d.ts +7 -0
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/schemas/schemas_0.d.ts +48 -45
- package/node_modules/@aws-sdk/client-lambda/package.json +43 -43
- package/node_modules/@aws-sdk/core/account-id-endpoint.js +0 -1
- package/node_modules/@aws-sdk/core/dist-cjs/index.js +45 -69
- package/node_modules/@aws-sdk/core/dist-cjs/submodules/protocols/index.js +45 -69
- 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/protocols/ProtocolLib.js +3 -3
- 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/JsonShapeDeserializer.js +3 -10
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonShapeSerializer.js +1 -2
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/experimental/SinglePassJsonShapeSerializer.js +1 -2
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/AwsEc2QueryProtocol.js +4 -0
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/AwsQueryProtocol.js +1 -1
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/QueryShapeSerializer.js +15 -8
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/AwsRestXmlProtocol.js +11 -0
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/XmlShapeDeserializer.js +5 -7
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/XmlShapeSerializer.js +1 -2
- 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/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 +1 -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/JsonShapeDeserializer.d.ts +1 -1
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/AwsEc2QueryProtocol.d.ts +4 -0
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/QuerySerializerSettings.d.ts +7 -0
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/QueryShapeSerializer.d.ts +1 -1
- 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/protocols/index.d.ts +2 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/query/AwsEc2QueryProtocol.d.ts +1 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/query/QuerySerializerSettings.d.ts +1 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/query/QueryShapeSerializer.d.ts +6 -1
- package/node_modules/@aws-sdk/core/package.json +16 -16
- 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 +8 -8
- 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 +13 -13
- 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 +17 -17
- package/node_modules/@aws-sdk/credential-provider-login/package.json +11 -11
- package/node_modules/@aws-sdk/credential-provider-node/README.md +3 -3
- package/node_modules/@aws-sdk/credential-provider-node/dist-cjs/index.js +8 -2
- package/node_modules/@aws-sdk/credential-provider-node/dist-es/runtime/memoize-chain.js +8 -2
- package/node_modules/@aws-sdk/credential-provider-node/package.json +15 -15
- 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 +9 -9
- 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 +11 -11
- 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 +10 -10
- 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 +7 -7
- package/node_modules/@aws-sdk/middleware-logger/package.json +6 -6
- 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 +7 -7
- package/node_modules/@aws-sdk/middleware-user-agent/dist-cjs/index.js +9 -9
- package/node_modules/@aws-sdk/middleware-user-agent/dist-es/check-features.js +9 -9
- 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 +11 -10
- 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/{client-sso/dist-cjs → nested-clients/dist-cjs/submodules/cognito-identity}/runtimeConfig.browser.js +3 -2
- package/node_modules/@aws-sdk/{client-sso/dist-cjs → nested-clients/dist-cjs/submodules/cognito-identity}/runtimeConfig.js +5 -3
- 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/endpoint/ruleset.js +128 -2
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/index.js +27 -206
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/models/SigninServiceException.js +12 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/models/errors.js +64 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/runtimeConfig.shared.js +2 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/schemas/schemas_0.js +125 -0
- package/node_modules/@aws-sdk/{client-sso/dist-cjs → nested-clients/dist-cjs/submodules/sso}/auth/httpAuthSchemeProvider.js +8 -27
- 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/models/SSOServiceException.js +12 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/models/errors.js +56 -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 +53 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/runtimeConfig.native.js +15 -0
- package/node_modules/@aws-sdk/{client-sso/dist-cjs → nested-clients/dist-cjs/submodules/sso}/runtimeConfig.shared.js +2 -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/endpoint/ruleset.js +101 -2
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/index.js +27 -355
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/models/SSOOIDCServiceException.js +12 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/models/errors.js +195 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/runtimeConfig.shared.js +2 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/schemas/schemas_0.js +140 -0
- 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 +33 -314
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/models/STSServiceException.js +12 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/models/errors.js +95 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/runtimeConfig.shared.js +2 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/schemas/schemas_0.js +195 -0
- 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/{client-sso/dist-es/commands/ListAccountsCommand.js → nested-clients/dist-es/submodules/cognito-identity/commands/GetCredentialsForIdentityCommand.js} +5 -5
- package/node_modules/@aws-sdk/{client-sso/dist-es/commands/LogoutCommand.js → nested-clients/dist-es/submodules/cognito-identity/commands/GetIdCommand.js} +5 -5
- 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/{client-sso/dist-es → nested-clients/dist-es/submodules/cognito-identity}/runtimeConfig.browser.js +3 -2
- package/node_modules/@aws-sdk/{client-sso/dist-es → nested-clients/dist-es/submodules/cognito-identity}/runtimeConfig.js +5 -3
- 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/Signin.js +1 -1
- 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.shared.js +2 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/schemas/schemas_0.js +15 -12
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/SSO.js +9 -0
- package/node_modules/@aws-sdk/{client-sso/dist-es → nested-clients/dist-es/submodules/sso}/SSOClient.js +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/auth/httpAuthExtensionConfiguration.js +38 -0
- package/node_modules/@aws-sdk/{client-sso/dist-es → nested-clients/dist-es/submodules/sso}/auth/httpAuthSchemeProvider.js +9 -28
- 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/{client-sso/dist-es → nested-clients/dist-es/submodules/sso}/index.js +0 -1
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/models/models_0.js +1 -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 +48 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/runtimeConfig.native.js +11 -0
- package/node_modules/@aws-sdk/{client-sso/dist-es → nested-clients/dist-es/submodules/sso}/runtimeConfig.shared.js +2 -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/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.shared.js +2 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/schemas/schemas_0.js +40 -37
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/STS.js +1 -1
- 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.shared.js +2 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/schemas/schemas_0.js +60 -57
- 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 +198 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/auth/httpAuthExtensionConfiguration.d.ts +30 -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 +4 -3
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/auth/httpAuthExtensionConfiguration.d.ts +2 -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/models/errors.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/schemas/schemas_0.d.ts +11 -4
- package/node_modules/@aws-sdk/{client-sso/dist-types → nested-clients/dist-types/submodules/sso}/SSO.d.ts +1 -22
- package/node_modules/@aws-sdk/{client-sso/dist-types → nested-clients/dist-types/submodules/sso}/SSOClient.d.ts +6 -8
- package/node_modules/@aws-sdk/{client-sso/dist-types → nested-clients/dist-types/submodules/sso}/auth/httpAuthExtensionConfiguration.d.ts +2 -1
- package/node_modules/@aws-sdk/{client-sso/dist-types → nested-clients/dist-types/submodules/sso}/auth/httpAuthSchemeProvider.d.ts +1 -1
- package/node_modules/@aws-sdk/{client-sso/dist-types → nested-clients/dist-types/submodules/sso}/commands/GetRoleCredentialsCommand.d.ts +3 -3
- 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/{client-sso/dist-types → nested-clients/dist-types/submodules/sso}/index.d.ts +0 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/models/models_0.d.ts +61 -0
- package/node_modules/@aws-sdk/{client-sso/dist-types → nested-clients/dist-types/submodules/sso}/schemas/schemas_0.d.ts +11 -14
- 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 +4 -3
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/auth/httpAuthExtensionConfiguration.d.ts +2 -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/models/errors.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/schemas/schemas_0.d.ts +10 -3
- 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 +5 -4
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/auth/httpAuthExtensionConfiguration.d.ts +2 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/auth/httpAuthSchemeProvider.d.ts +3 -2
- 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/schemas/schemas_0.d.ts +15 -8
- 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 +5 -3
- 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/schemas/schemas_0.d.ts +6 -4
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/SSO.d.ts +22 -0
- package/node_modules/@aws-sdk/{client-sso/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso}/SSOClient.d.ts +3 -24
- package/node_modules/@aws-sdk/{client-sso/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso}/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/node_modules/@aws-sdk/{client-sso/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso}/commands/GetRoleCredentialsCommand.d.ts +5 -9
- 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/{client-sso/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso}/index.d.ts +0 -1
- 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/{client-sso/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso}/schemas/schemas_0.d.ts +6 -14
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/SSOOIDCClient.d.ts +1 -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/schemas/schemas_0.d.ts +5 -3
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/STSClient.d.ts +5 -3
- 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 +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/schemas/schemas_0.d.ts +10 -8
- 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/dist-cjs/index.js +12 -23
- package/node_modules/@aws-sdk/region-config-resolver/package.json +8 -8
- 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/blob/blob-types.d.ts +1 -1
- 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 +5 -5
- 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 +4 -4
- 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 +6 -6
- 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 +12 -9
- package/node_modules/@aws-sdk/xml-builder/dist-cjs/index.js +1 -4
- package/node_modules/@aws-sdk/xml-builder/dist-cjs/xml-parser.js +1 -0
- package/node_modules/@aws-sdk/xml-builder/dist-es/xml-parser.js +1 -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 +52 -0
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/README.md +7 -6
- 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 +96 -13
- 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/package.json +9 -6
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/fxp.d.ts +92 -14
- 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/util.js +1 -26
- 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/JsMinArrBuilder.js +1 -1
- 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 +21 -21
- 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 +315 -293
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/xmlparser/OptionsBuilder.js +86 -44
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/xmlparser/OrderedObjParser.js +309 -186
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/xmlparser/XMLParser.js +22 -22
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/xmlparser/node2json.js +38 -34
- 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 +7 -7
- 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.d.ts +2 -2
- package/node_modules/@slack/logger/node_modules/@types/node/child_process.d.ts +11 -6
- package/node_modules/@slack/logger/node_modules/@types/node/crypto.d.ts +4 -4
- package/node_modules/@slack/logger/node_modules/@types/node/events.d.ts +6 -13
- package/node_modules/@slack/logger/node_modules/@types/node/fs.d.ts +2 -0
- package/node_modules/@slack/logger/node_modules/@types/node/http.d.ts +57 -12
- package/node_modules/@slack/logger/node_modules/@types/node/https.d.ts +6 -0
- package/node_modules/@slack/logger/node_modules/@types/node/inspector.d.ts +45 -0
- 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 -62
- package/node_modules/@slack/logger/node_modules/@types/node/net.d.ts +5 -5
- package/node_modules/@slack/logger/node_modules/@types/node/package.json +3 -3
- package/node_modules/@slack/logger/node_modules/@types/node/perf_hooks.d.ts +111 -89
- package/node_modules/@slack/logger/node_modules/@types/node/process.d.ts +22 -8
- package/node_modules/@slack/logger/node_modules/@types/node/readline.d.ts +1 -0
- package/node_modules/@slack/logger/node_modules/@types/node/sqlite.d.ts +145 -17
- package/node_modules/@slack/logger/node_modules/@types/node/stream.d.ts +15 -5
- package/node_modules/@slack/logger/node_modules/@types/node/test.d.ts +56 -20
- package/node_modules/@slack/logger/node_modules/@types/node/tls.d.ts +14 -9
- package/node_modules/@slack/logger/node_modules/@types/node/url.d.ts +22 -0
- package/node_modules/@slack/logger/node_modules/@types/node/util.d.ts +37 -3
- package/node_modules/@slack/logger/node_modules/@types/node/v8.d.ts +12 -3
- package/node_modules/@slack/logger/node_modules/@types/node/vm.d.ts +42 -14
- package/node_modules/@slack/logger/node_modules/@types/node/web-globals/fetch.d.ts +15 -0
- package/node_modules/@slack/logger/node_modules/@types/node/worker_threads.d.ts +2 -2
- package/node_modules/@slack/logger/node_modules/@types/node/zlib.d.ts +68 -4
- 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 +1 -0
- package/node_modules/@slack/logger/node_modules/undici-types/client.d.ts +1 -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/dist/block-kit/block-elements.d.ts +18 -0
- package/node_modules/@slack/types/dist/block-kit/block-elements.d.ts.map +1 -1
- package/node_modules/@slack/types/dist/block-kit/blocks.d.ts +54 -2
- package/node_modules/@slack/types/dist/block-kit/blocks.d.ts.map +1 -1
- package/node_modules/@slack/types/dist/chunk.d.ts +42 -0
- package/node_modules/@slack/types/dist/chunk.d.ts.map +1 -0
- package/node_modules/@slack/types/dist/chunk.js +3 -0
- package/node_modules/@slack/types/dist/chunk.js.map +1 -0
- package/node_modules/@slack/types/dist/events/app.d.ts +53 -0
- package/node_modules/@slack/types/dist/events/app.d.ts.map +1 -1
- package/node_modules/@slack/types/dist/events/member.d.ts +1 -0
- package/node_modules/@slack/types/dist/events/member.d.ts.map +1 -1
- package/node_modules/@slack/types/dist/events/user.d.ts +1 -0
- package/node_modules/@slack/types/dist/events/user.d.ts.map +1 -1
- package/node_modules/@slack/types/dist/index.d.ts +1 -0
- package/node_modules/@slack/types/dist/index.d.ts.map +1 -1
- package/node_modules/@slack/types/dist/index.js +1 -0
- package/node_modules/@slack/types/dist/index.js.map +1 -1
- package/node_modules/@slack/types/package.json +8 -12
- package/node_modules/@slack/web-api/dist/WebClient.d.ts.map +1 -1
- 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.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/chat-stream.js +85 -64
- 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/index.d.ts +1 -0
- package/node_modules/@slack/web-api/dist/index.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/index.js +3 -1
- package/node_modules/@slack/web-api/dist/index.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/canvas.d.ts +1 -1
- package/node_modules/@slack/web-api/dist/types/request/canvas.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/types/request/chat.d.ts +21 -2
- package/node_modules/@slack/web-api/dist/types/request/chat.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.d.ts +2 -2
- package/node_modules/@slack/web-api/node_modules/@types/node/child_process.d.ts +11 -6
- package/node_modules/@slack/web-api/node_modules/@types/node/crypto.d.ts +4 -4
- package/node_modules/@slack/web-api/node_modules/@types/node/events.d.ts +6 -13
- package/node_modules/@slack/web-api/node_modules/@types/node/fs.d.ts +2 -0
- package/node_modules/@slack/web-api/node_modules/@types/node/http.d.ts +57 -12
- package/node_modules/@slack/web-api/node_modules/@types/node/https.d.ts +6 -0
- package/node_modules/@slack/web-api/node_modules/@types/node/inspector.d.ts +45 -0
- 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 -62
- package/node_modules/@slack/web-api/node_modules/@types/node/net.d.ts +5 -5
- package/node_modules/@slack/web-api/node_modules/@types/node/package.json +3 -3
- package/node_modules/@slack/web-api/node_modules/@types/node/perf_hooks.d.ts +111 -89
- package/node_modules/@slack/web-api/node_modules/@types/node/process.d.ts +22 -8
- package/node_modules/@slack/web-api/node_modules/@types/node/readline.d.ts +1 -0
- package/node_modules/@slack/web-api/node_modules/@types/node/sqlite.d.ts +145 -17
- package/node_modules/@slack/web-api/node_modules/@types/node/stream.d.ts +15 -5
- package/node_modules/@slack/web-api/node_modules/@types/node/test.d.ts +56 -20
- package/node_modules/@slack/web-api/node_modules/@types/node/tls.d.ts +14 -9
- package/node_modules/@slack/web-api/node_modules/@types/node/url.d.ts +22 -0
- package/node_modules/@slack/web-api/node_modules/@types/node/util.d.ts +37 -3
- package/node_modules/@slack/web-api/node_modules/@types/node/v8.d.ts +12 -3
- package/node_modules/@slack/web-api/node_modules/@types/node/vm.d.ts +42 -14
- package/node_modules/@slack/web-api/node_modules/@types/node/web-globals/fetch.d.ts +15 -0
- package/node_modules/@slack/web-api/node_modules/@types/node/worker_threads.d.ts +2 -2
- package/node_modules/@slack/web-api/node_modules/@types/node/zlib.d.ts +68 -4
- 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 +1 -0
- package/node_modules/@slack/web-api/node_modules/undici-types/client.d.ts +1 -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 +15 -29
- package/node_modules/@smithy/abort-controller/package.json +7 -7
- package/node_modules/@smithy/config-resolver/package.json +11 -11
- package/node_modules/@smithy/core/dist-cjs/index.js +2 -6
- package/node_modules/@smithy/core/dist-cjs/submodules/cbor/index.js +22 -19
- 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 +9 -1
- package/node_modules/@smithy/core/dist-cjs/submodules/protocols/index.js +42 -5
- package/node_modules/@smithy/core/dist-cjs/submodules/schema/index.js +73 -11
- package/node_modules/@smithy/core/dist-cjs/submodules/serde/index.js +1 -4
- 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/SmithyRpcV2CborProtocol.js +15 -11
- 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 +9 -1
- package/node_modules/@smithy/core/dist-es/submodules/protocols/HttpBindingProtocol.js +25 -3
- package/node_modules/@smithy/core/dist-es/submodules/protocols/HttpProtocol.js +16 -1
- package/node_modules/@smithy/core/dist-es/submodules/protocols/RpcProtocol.js +1 -1
- package/node_modules/@smithy/core/dist-es/submodules/protocols/resolve-path.js +1 -1
- package/node_modules/@smithy/core/dist-es/submodules/schema/TypeRegistry.js +24 -5
- 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 +38 -3
- package/node_modules/@smithy/core/dist-es/submodules/schema/schemas/translateTraits.js +5 -1
- package/node_modules/@smithy/core/dist-types/submodules/cbor/SmithyRpcV2CborProtocol.d.ts +7 -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/HttpBindingProtocol.d.ts +5 -1
- package/node_modules/@smithy/core/dist-types/submodules/protocols/HttpProtocol.d.ts +14 -1
- package/node_modules/@smithy/core/dist-types/submodules/protocols/RpcProtocol.d.ts +5 -0
- package/node_modules/@smithy/core/dist-types/submodules/schema/TypeRegistry.d.ts +8 -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/dist-types/ts3.4/submodules/cbor/SmithyRpcV2CborProtocol.d.ts +7 -1
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/index.d.ts +1 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/toEndpointV1.d.ts +6 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/HttpBindingProtocol.d.ts +5 -1
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/HttpProtocol.d.ts +14 -1
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/RpcProtocol.d.ts +5 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/TypeRegistry.d.ts +8 -1
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/NormalizedSchema.d.ts +11 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/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 +21 -12
- package/node_modules/@smithy/credential-provider-imds/package.json +10 -10
- package/node_modules/@smithy/eventstream-codec/package.json +9 -9
- package/node_modules/@smithy/eventstream-serde-browser/package.json +8 -8
- package/node_modules/@smithy/eventstream-serde-config-resolver/package.json +7 -7
- package/node_modules/@smithy/eventstream-serde-node/package.json +8 -8
- package/node_modules/@smithy/eventstream-serde-universal/package.json +9 -9
- 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 +11 -11
- package/node_modules/@smithy/hash-node/package.json +9 -9
- package/node_modules/@smithy/invalid-dependency/package.json +7 -7
- package/node_modules/@smithy/is-array-buffer/package.json +6 -6
- package/node_modules/@smithy/middleware-content-length/package.json +8 -8
- package/node_modules/@smithy/middleware-endpoint/dist-cjs/index.js +17 -1
- 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/ts3.4/adaptors/toEndpointV1.d.ts +1 -0
- package/node_modules/@smithy/middleware-endpoint/package.json +9 -9
- package/node_modules/@smithy/middleware-retry/dist-cjs/index.js +9 -12
- package/node_modules/@smithy/middleware-retry/dist-es/configurations.js +9 -12
- package/node_modules/@smithy/middleware-retry/package.json +10 -10
- 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 +9 -8
- package/node_modules/@smithy/middleware-stack/package.json +7 -7
- package/node_modules/@smithy/node-config-provider/package.json +9 -9
- package/node_modules/@smithy/node-http-handler/dist-cjs/index.js +77 -47
- 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 +10 -3
- 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/ts3.4/build-abort-error.d.ts +10 -0
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/get-transformed-headers.d.ts +1 -1
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http-handler.d.ts +4 -4
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http2-connection-manager.d.ts +1 -1
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http2-connection-pool.d.ts +1 -1
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/readable.mock.d.ts +2 -2
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/server.mock.d.ts +3 -3
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/set-connection-timeout.d.ts +1 -1
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/set-request-timeout.d.ts +1 -1
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/set-socket-keep-alive.d.ts +1 -1
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/set-socket-timeout.d.ts +1 -1
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/stream-collector/collector.d.ts +1 -1
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/stream-collector/readable.mock.d.ts +2 -2
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/write-request-body.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 +10 -10
- package/node_modules/@smithy/property-provider/package.json +7 -7
- package/node_modules/@smithy/protocol-http/package.json +7 -7
- package/node_modules/@smithy/querystring-builder/package.json +8 -8
- package/node_modules/@smithy/querystring-parser/package.json +7 -7
- package/node_modules/@smithy/service-error-classification/package.json +7 -7
- package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/index.js +16 -14
- package/node_modules/@smithy/shared-ini-file-loader/package.json +7 -7
- package/node_modules/@smithy/signature-v4/package.json +13 -13
- package/node_modules/@smithy/smithy-client/dist-cjs/index.js +59 -19
- package/node_modules/@smithy/smithy-client/dist-es/create-aggregated-client.js +29 -3
- package/node_modules/@smithy/smithy-client/dist-es/extensions/checksum.js +20 -1
- package/node_modules/@smithy/smithy-client/dist-types/create-aggregated-client.d.ts +8 -1
- package/node_modules/@smithy/smithy-client/dist-types/extensions/checksum.d.ts +9 -7
- package/node_modules/@smithy/smithy-client/dist-types/ts3.4/create-aggregated-client.d.ts +8 -1
- package/node_modules/@smithy/smithy-client/dist-types/ts3.4/extensions/checksum.d.ts +9 -7
- package/node_modules/@smithy/smithy-client/package.json +11 -9
- 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/ts3.4/extensions/checksum.d.ts +1 -1
- package/node_modules/@smithy/types/dist-types/ts3.4/http.d.ts +1 -0
- package/node_modules/@smithy/types/package.json +5 -5
- package/node_modules/@smithy/url-parser/package.json +8 -8
- 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/dist-cjs/index.js +7 -3
- package/node_modules/@smithy/util-defaults-mode-browser/package.json +5 -5
- package/node_modules/@smithy/util-defaults-mode-node/package.json +8 -8
- package/node_modules/@smithy/util-endpoints/dist-cjs/index.js +1 -1
- package/node_modules/@smithy/util-endpoints/dist-es/lib/substring.js +1 -1
- package/node_modules/@smithy/util-endpoints/package.json +8 -8
- package/node_modules/@smithy/util-hex-encoding/package.json +6 -6
- package/node_modules/@smithy/util-middleware/package.json +7 -7
- package/node_modules/@smithy/util-retry/package.json +8 -8
- 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/dist-types/ts3.4/checksum/ChecksumStream.d.ts +1 -0
- package/node_modules/@smithy/util-stream/package.json +13 -13
- 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/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 +8 -8
- 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.d.ts +2 -2
- package/node_modules/@types/cacheable-request/node_modules/@types/node/child_process.d.ts +11 -6
- package/node_modules/@types/cacheable-request/node_modules/@types/node/crypto.d.ts +4 -4
- package/node_modules/@types/cacheable-request/node_modules/@types/node/events.d.ts +6 -13
- package/node_modules/@types/cacheable-request/node_modules/@types/node/fs.d.ts +2 -0
- package/node_modules/@types/cacheable-request/node_modules/@types/node/http.d.ts +57 -12
- package/node_modules/@types/cacheable-request/node_modules/@types/node/https.d.ts +6 -0
- package/node_modules/@types/cacheable-request/node_modules/@types/node/inspector.d.ts +45 -0
- 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 -62
- package/node_modules/@types/cacheable-request/node_modules/@types/node/net.d.ts +5 -5
- package/node_modules/@types/cacheable-request/node_modules/@types/node/package.json +3 -3
- package/node_modules/@types/cacheable-request/node_modules/@types/node/perf_hooks.d.ts +111 -89
- package/node_modules/@types/cacheable-request/node_modules/@types/node/process.d.ts +22 -8
- package/node_modules/@types/cacheable-request/node_modules/@types/node/readline.d.ts +1 -0
- package/node_modules/@types/cacheable-request/node_modules/@types/node/sqlite.d.ts +145 -17
- package/node_modules/@types/cacheable-request/node_modules/@types/node/stream.d.ts +15 -5
- package/node_modules/@types/cacheable-request/node_modules/@types/node/test.d.ts +56 -20
- package/node_modules/@types/cacheable-request/node_modules/@types/node/tls.d.ts +14 -9
- package/node_modules/@types/cacheable-request/node_modules/@types/node/url.d.ts +22 -0
- package/node_modules/@types/cacheable-request/node_modules/@types/node/util.d.ts +37 -3
- package/node_modules/@types/cacheable-request/node_modules/@types/node/v8.d.ts +12 -3
- package/node_modules/@types/cacheable-request/node_modules/@types/node/vm.d.ts +42 -14
- package/node_modules/@types/cacheable-request/node_modules/@types/node/web-globals/fetch.d.ts +15 -0
- package/node_modules/@types/cacheable-request/node_modules/@types/node/worker_threads.d.ts +2 -2
- package/node_modules/@types/cacheable-request/node_modules/@types/node/zlib.d.ts +68 -4
- 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 +1 -0
- package/node_modules/@types/cacheable-request/node_modules/undici-types/client.d.ts +1 -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/http-cache-semantics/README.md +1 -1
- package/node_modules/@types/http-cache-semantics/index.d.ts +97 -11
- package/node_modules/@types/http-cache-semantics/package.json +4 -3
- package/node_modules/@types/keyv/node_modules/@types/node/README.md +1 -1
- package/node_modules/@types/keyv/node_modules/@types/node/assert.d.ts +2 -2
- package/node_modules/@types/keyv/node_modules/@types/node/child_process.d.ts +11 -6
- package/node_modules/@types/keyv/node_modules/@types/node/crypto.d.ts +4 -4
- package/node_modules/@types/keyv/node_modules/@types/node/events.d.ts +6 -13
- package/node_modules/@types/keyv/node_modules/@types/node/fs.d.ts +2 -0
- package/node_modules/@types/keyv/node_modules/@types/node/http.d.ts +57 -12
- package/node_modules/@types/keyv/node_modules/@types/node/https.d.ts +6 -0
- package/node_modules/@types/keyv/node_modules/@types/node/inspector.d.ts +45 -0
- 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 -62
- package/node_modules/@types/keyv/node_modules/@types/node/net.d.ts +5 -5
- package/node_modules/@types/keyv/node_modules/@types/node/package.json +3 -3
- package/node_modules/@types/keyv/node_modules/@types/node/perf_hooks.d.ts +111 -89
- package/node_modules/@types/keyv/node_modules/@types/node/process.d.ts +22 -8
- package/node_modules/@types/keyv/node_modules/@types/node/readline.d.ts +1 -0
- package/node_modules/@types/keyv/node_modules/@types/node/sqlite.d.ts +145 -17
- package/node_modules/@types/keyv/node_modules/@types/node/stream.d.ts +15 -5
- package/node_modules/@types/keyv/node_modules/@types/node/test.d.ts +56 -20
- package/node_modules/@types/keyv/node_modules/@types/node/tls.d.ts +14 -9
- package/node_modules/@types/keyv/node_modules/@types/node/url.d.ts +22 -0
- package/node_modules/@types/keyv/node_modules/@types/node/util.d.ts +37 -3
- package/node_modules/@types/keyv/node_modules/@types/node/v8.d.ts +12 -3
- package/node_modules/@types/keyv/node_modules/@types/node/vm.d.ts +42 -14
- package/node_modules/@types/keyv/node_modules/@types/node/web-globals/fetch.d.ts +15 -0
- package/node_modules/@types/keyv/node_modules/@types/node/worker_threads.d.ts +2 -2
- package/node_modules/@types/keyv/node_modules/@types/node/zlib.d.ts +68 -4
- 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 +1 -0
- package/node_modules/@types/keyv/node_modules/undici-types/client.d.ts +1 -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.d.ts +2 -2
- package/node_modules/@types/responselike/node_modules/@types/node/child_process.d.ts +11 -6
- package/node_modules/@types/responselike/node_modules/@types/node/crypto.d.ts +4 -4
- package/node_modules/@types/responselike/node_modules/@types/node/events.d.ts +6 -13
- package/node_modules/@types/responselike/node_modules/@types/node/fs.d.ts +2 -0
- package/node_modules/@types/responselike/node_modules/@types/node/http.d.ts +57 -12
- package/node_modules/@types/responselike/node_modules/@types/node/https.d.ts +6 -0
- package/node_modules/@types/responselike/node_modules/@types/node/inspector.d.ts +45 -0
- 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 -62
- package/node_modules/@types/responselike/node_modules/@types/node/net.d.ts +5 -5
- package/node_modules/@types/responselike/node_modules/@types/node/package.json +3 -3
- package/node_modules/@types/responselike/node_modules/@types/node/perf_hooks.d.ts +111 -89
- package/node_modules/@types/responselike/node_modules/@types/node/process.d.ts +22 -8
- package/node_modules/@types/responselike/node_modules/@types/node/readline.d.ts +1 -0
- package/node_modules/@types/responselike/node_modules/@types/node/sqlite.d.ts +145 -17
- package/node_modules/@types/responselike/node_modules/@types/node/stream.d.ts +15 -5
- package/node_modules/@types/responselike/node_modules/@types/node/test.d.ts +56 -20
- package/node_modules/@types/responselike/node_modules/@types/node/tls.d.ts +14 -9
- package/node_modules/@types/responselike/node_modules/@types/node/url.d.ts +22 -0
- package/node_modules/@types/responselike/node_modules/@types/node/util.d.ts +37 -3
- package/node_modules/@types/responselike/node_modules/@types/node/v8.d.ts +12 -3
- package/node_modules/@types/responselike/node_modules/@types/node/vm.d.ts +42 -14
- package/node_modules/@types/responselike/node_modules/@types/node/web-globals/fetch.d.ts +15 -0
- package/node_modules/@types/responselike/node_modules/@types/node/worker_threads.d.ts +2 -2
- package/node_modules/@types/responselike/node_modules/@types/node/zlib.d.ts +68 -4
- 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 +1 -0
- package/node_modules/@types/responselike/node_modules/undici-types/client.d.ts +1 -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 +460 -403
- package/node_modules/axios/MIGRATION_GUIDE.md +876 -2
- package/node_modules/axios/README.md +584 -447
- package/node_modules/axios/dist/axios.js +873 -881
- package/node_modules/axios/dist/axios.js.map +1 -1
- package/node_modules/axios/dist/axios.min.js +4 -2
- package/node_modules/axios/dist/axios.min.js.map +1 -1
- package/node_modules/axios/dist/browser/axios.cjs +1142 -812
- package/node_modules/axios/dist/browser/axios.cjs.map +1 -1
- package/node_modules/axios/dist/esm/axios.js +1143 -813
- 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 +1816 -1415
- package/node_modules/axios/dist/node/axios.cjs.map +1 -1
- package/node_modules/axios/index.d.cts +256 -112
- package/node_modules/axios/index.d.ts +341 -116
- package/node_modules/axios/index.js +3 -3
- package/node_modules/axios/lib/adapters/README.md +5 -6
- package/node_modules/axios/lib/adapters/adapters.js +18 -14
- package/node_modules/axios/lib/adapters/fetch.js +138 -92
- package/node_modules/axios/lib/adapters/http.js +615 -561
- package/node_modules/axios/lib/adapters/xhr.js +189 -167
- package/node_modules/axios/lib/axios.js +6 -6
- package/node_modules/axios/lib/cancel/CancelToken.js +4 -4
- package/node_modules/axios/lib/cancel/CanceledError.js +15 -18
- package/node_modules/axios/lib/core/Axios.js +66 -43
- package/node_modules/axios/lib/core/AxiosError.js +64 -84
- package/node_modules/axios/lib/core/AxiosHeaders.js +54 -24
- package/node_modules/axios/lib/core/InterceptorManager.js +3 -2
- package/node_modules/axios/lib/core/dispatchRequest.js +25 -29
- package/node_modules/axios/lib/core/mergeConfig.js +8 -7
- package/node_modules/axios/lib/core/settle.js +11 -7
- package/node_modules/axios/lib/core/transformData.js +1 -1
- package/node_modules/axios/lib/defaults/index.js +85 -74
- package/node_modules/axios/lib/defaults/transitional.js +2 -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 +18 -19
- 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 +45 -50
- 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 +4 -0
- package/node_modules/axios/lib/helpers/isAxiosError.js +2 -2
- package/node_modules/axios/lib/helpers/isURLSameOrigin.js +13 -11
- package/node_modules/axios/lib/helpers/parseHeaders.js +35 -21
- 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/speedometer.js +1 -1
- package/node_modules/axios/lib/helpers/spread.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 +243 -106
- package/node_modules/axios/package.json +57 -70
- package/node_modules/bowser/README.md +72 -3
- package/node_modules/bowser/bundled.js +1 -1
- package/node_modules/bowser/es5.js +1 -1
- package/node_modules/bowser/index.d.ts +44 -6
- package/node_modules/bowser/package.json +10 -5
- package/node_modules/bowser/src/bowser.js +24 -8
- package/node_modules/bowser/src/constants.js +8 -0
- package/node_modules/bowser/src/parser-browsers.js +89 -0
- package/node_modules/bowser/src/parser-platforms.js +42 -0
- package/node_modules/bowser/src/parser.js +86 -5
- 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/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/{cjs → commonjs}/ast.d.ts +2 -6
- package/node_modules/editorconfig/node_modules/minimatch/dist/{cjs → commonjs}/ast.d.ts.map +1 -1
- package/node_modules/editorconfig/node_modules/minimatch/dist/{cjs → commonjs}/ast.js +229 -48
- package/node_modules/editorconfig/node_modules/minimatch/dist/commonjs/ast.js.map +1 -0
- package/node_modules/editorconfig/node_modules/minimatch/dist/{cjs → commonjs}/brace-expressions.d.ts.map +1 -1
- package/node_modules/editorconfig/node_modules/minimatch/dist/commonjs/brace-expressions.js.map +1 -0
- package/node_modules/editorconfig/node_modules/minimatch/dist/{cjs → commonjs}/escape.d.ts +1 -1
- package/node_modules/editorconfig/node_modules/minimatch/dist/commonjs/escape.d.ts.map +1 -0
- package/node_modules/editorconfig/node_modules/minimatch/dist/{mjs → commonjs}/index.d.ts +4 -0
- package/node_modules/editorconfig/node_modules/minimatch/dist/commonjs/index.d.ts.map +1 -0
- package/node_modules/editorconfig/node_modules/minimatch/dist/{cjs → commonjs}/index.js +135 -123
- package/node_modules/editorconfig/node_modules/minimatch/dist/commonjs/index.js.map +1 -0
- package/node_modules/editorconfig/node_modules/minimatch/dist/{mjs → commonjs}/unescape.d.ts +1 -1
- package/node_modules/editorconfig/node_modules/minimatch/dist/{cjs → commonjs}/unescape.d.ts.map +1 -1
- package/node_modules/editorconfig/node_modules/minimatch/dist/esm/assert-valid-pattern.js.map +1 -0
- package/node_modules/editorconfig/node_modules/minimatch/dist/{mjs → esm}/ast.d.ts +2 -6
- package/node_modules/editorconfig/node_modules/minimatch/dist/{mjs → esm}/ast.d.ts.map +1 -1
- package/node_modules/editorconfig/node_modules/minimatch/dist/{mjs → esm}/ast.js +229 -48
- package/node_modules/editorconfig/node_modules/minimatch/dist/esm/ast.js.map +1 -0
- package/node_modules/editorconfig/node_modules/minimatch/dist/{mjs → esm}/brace-expressions.d.ts.map +1 -1
- package/node_modules/editorconfig/node_modules/minimatch/dist/esm/brace-expressions.js.map +1 -0
- package/node_modules/editorconfig/node_modules/minimatch/dist/{mjs → esm}/escape.d.ts +1 -1
- package/node_modules/editorconfig/node_modules/minimatch/dist/esm/escape.d.ts.map +1 -0
- package/node_modules/editorconfig/node_modules/minimatch/dist/{cjs → esm}/index.d.ts +4 -0
- package/node_modules/editorconfig/node_modules/minimatch/dist/esm/index.d.ts.map +1 -0
- package/node_modules/editorconfig/node_modules/minimatch/dist/{mjs → esm}/index.js +135 -123
- package/node_modules/editorconfig/node_modules/minimatch/dist/esm/index.js.map +1 -0
- package/node_modules/editorconfig/node_modules/minimatch/dist/{cjs → esm}/unescape.d.ts +1 -1
- package/node_modules/editorconfig/node_modules/minimatch/dist/{mjs → esm}/unescape.d.ts.map +1 -1
- 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/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 +203 -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/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 +203 -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 +635 -0
- package/node_modules/path-expression-matcher/lib/pem.cjs +1 -0
- package/node_modules/path-expression-matcher/lib/pem.d.cts +335 -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/Matcher.js +414 -0
- package/node_modules/path-expression-matcher/src/index.d.ts +366 -0
- package/node_modules/path-expression-matcher/src/index.js +28 -0
- package/node_modules/pump/empty.js +1 -0
- package/node_modules/pump/package.json +7 -1
- package/node_modules/semver/README.md +3 -2
- package/node_modules/semver/bin/semver.js +1 -1
- package/node_modules/semver/functions/diff.js +1 -1
- package/node_modules/semver/internal/re.js +2 -2
- package/node_modules/semver/package.json +4 -4
- package/node_modules/semver/ranges/subset.js +1 -1
- package/node_modules/strnum/README.md +1 -0
- package/node_modules/strnum/package.json +3 -3
- package/node_modules/strnum/strnum.js +85 -59
- package/node_modules/strnum/tests/infinity_test.js +18 -0
- package/node_modules/strnum/{strnum.test.js → tests/strnum_test.js} +67 -68
- package/package.json +23 -23
- 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/endpoint/ruleset.js +0 -7
- package/node_modules/@aws-sdk/client-sso/dist-cjs/index.js +0 -420
- package/node_modules/@aws-sdk/client-sso/dist-es/SSO.js +0 -15
- package/node_modules/@aws-sdk/client-sso/dist-es/commands/ListAccountRolesCommand.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/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/schemas/schemas_0.js +0 -152
- 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/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/ts3.4/SSO.d.ts +0 -73
- 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/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/package.json +0 -99
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/structIterator.js +0 -40
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/structIterator.d.ts +0 -27
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/structIterator.d.ts +0 -12
- package/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/loadSso-CVy8iqsZ.js +0 -14
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/xmlbuilder/orderedJs2Xml.js +0 -134
- package/node_modules/bowser/CHANGELOG.md +0 -218
- 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.js.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.map +0 -1
- 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.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.js.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.map +0 -1
- 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.map +0 -1
- package/node_modules/minipass/LICENSE +0 -15
- 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-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}/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/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}/runtimeConfig.browser.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sso/dist-types → nested-clients/dist-types/submodules/sso}/runtimeConfig.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sso/dist-types → nested-clients/dist-types/submodules/sso}/runtimeConfig.native.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sso/dist-types → nested-clients/dist-types/submodules/sso}/runtimeConfig.shared.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}/auth/httpAuthSchemeProvider.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}/runtimeConfig.browser.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sso/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso}/runtimeConfig.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sso/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso}/runtimeConfig.native.d.ts +0 -0
- /package/node_modules/@aws-sdk/{client-sso/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso}/runtimeConfig.shared.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/{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/{brace-expansion → editorconfig/node_modules/brace-expansion}/index.js +0 -0
- /package/node_modules/{brace-expansion → editorconfig/node_modules/brace-expansion}/package.json +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,74 +1,27 @@
|
|
|
1
|
-
/*! Axios v1.13.
|
|
1
|
+
/*! Axios v1.13.6 Copyright (c) 2026 Matt Zabriskie and contributors */
|
|
2
2
|
(function (global, factory) {
|
|
3
3
|
typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory() :
|
|
4
4
|
typeof define === 'function' && define.amd ? define(factory) :
|
|
5
5
|
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, global.axios = factory());
|
|
6
6
|
})(this, (function () { 'use strict';
|
|
7
7
|
|
|
8
|
-
function
|
|
9
|
-
|
|
10
|
-
function resume(r, t) {
|
|
11
|
-
try {
|
|
12
|
-
var n = e[r](t),
|
|
13
|
-
o = n.value,
|
|
14
|
-
u = o instanceof _OverloadYield;
|
|
15
|
-
Promise.resolve(u ? o.v : o).then(function (t) {
|
|
16
|
-
if (u) {
|
|
17
|
-
var i = "return" === r ? "return" : "next";
|
|
18
|
-
if (!o.k || t.done) return resume(i, t);
|
|
19
|
-
t = e[i](t).value;
|
|
20
|
-
}
|
|
21
|
-
settle(n.done ? "return" : "normal", t);
|
|
22
|
-
}, function (e) {
|
|
23
|
-
resume("throw", e);
|
|
24
|
-
});
|
|
25
|
-
} catch (e) {
|
|
26
|
-
settle("throw", e);
|
|
27
|
-
}
|
|
28
|
-
}
|
|
29
|
-
function settle(e, n) {
|
|
30
|
-
switch (e) {
|
|
31
|
-
case "return":
|
|
32
|
-
r.resolve({
|
|
33
|
-
value: n,
|
|
34
|
-
done: !0
|
|
35
|
-
});
|
|
36
|
-
break;
|
|
37
|
-
case "throw":
|
|
38
|
-
r.reject(n);
|
|
39
|
-
break;
|
|
40
|
-
default:
|
|
41
|
-
r.resolve({
|
|
42
|
-
value: n,
|
|
43
|
-
done: !1
|
|
44
|
-
});
|
|
45
|
-
}
|
|
46
|
-
(r = r.next) ? resume(r.key, r.arg) : t = null;
|
|
47
|
-
}
|
|
48
|
-
this._invoke = function (e, n) {
|
|
49
|
-
return new Promise(function (o, u) {
|
|
50
|
-
var i = {
|
|
51
|
-
key: e,
|
|
52
|
-
arg: n,
|
|
53
|
-
resolve: o,
|
|
54
|
-
reject: u,
|
|
55
|
-
next: null
|
|
56
|
-
};
|
|
57
|
-
t ? t = t.next = i : (r = t = i, resume(e, n));
|
|
58
|
-
});
|
|
59
|
-
}, "function" != typeof e.return && (this.return = void 0);
|
|
8
|
+
function _OverloadYield(e, d) {
|
|
9
|
+
this.v = e, this.k = d;
|
|
60
10
|
}
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
return
|
|
65
|
-
}
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
11
|
+
function _arrayLikeToArray(r, a) {
|
|
12
|
+
(null == a || a > r.length) && (a = r.length);
|
|
13
|
+
for (var e = 0, n = Array(a); e < a; e++) n[e] = r[e];
|
|
14
|
+
return n;
|
|
15
|
+
}
|
|
16
|
+
function _arrayWithHoles(r) {
|
|
17
|
+
if (Array.isArray(r)) return r;
|
|
18
|
+
}
|
|
19
|
+
function _arrayWithoutHoles(r) {
|
|
20
|
+
if (Array.isArray(r)) return _arrayLikeToArray(r);
|
|
21
|
+
}
|
|
22
|
+
function _assertThisInitialized(e) {
|
|
23
|
+
if (void 0 === e) throw new ReferenceError("this hasn't been initialised - super() hasn't been called");
|
|
24
|
+
return e;
|
|
72
25
|
}
|
|
73
26
|
function _asyncGeneratorDelegate(t) {
|
|
74
27
|
var e = {},
|
|
@@ -136,9 +89,149 @@
|
|
|
136
89
|
}
|
|
137
90
|
}, new AsyncFromSyncIterator(r);
|
|
138
91
|
}
|
|
92
|
+
function asyncGeneratorStep(n, t, e, r, o, a, c) {
|
|
93
|
+
try {
|
|
94
|
+
var i = n[a](c),
|
|
95
|
+
u = i.value;
|
|
96
|
+
} catch (n) {
|
|
97
|
+
return void e(n);
|
|
98
|
+
}
|
|
99
|
+
i.done ? t(u) : Promise.resolve(u).then(r, o);
|
|
100
|
+
}
|
|
101
|
+
function _asyncToGenerator(n) {
|
|
102
|
+
return function () {
|
|
103
|
+
var t = this,
|
|
104
|
+
e = arguments;
|
|
105
|
+
return new Promise(function (r, o) {
|
|
106
|
+
var a = n.apply(t, e);
|
|
107
|
+
function _next(n) {
|
|
108
|
+
asyncGeneratorStep(a, r, o, _next, _throw, "next", n);
|
|
109
|
+
}
|
|
110
|
+
function _throw(n) {
|
|
111
|
+
asyncGeneratorStep(a, r, o, _next, _throw, "throw", n);
|
|
112
|
+
}
|
|
113
|
+
_next(void 0);
|
|
114
|
+
});
|
|
115
|
+
};
|
|
116
|
+
}
|
|
139
117
|
function _awaitAsyncGenerator(e) {
|
|
140
118
|
return new _OverloadYield(e, 0);
|
|
141
119
|
}
|
|
120
|
+
function _callSuper(t, o, e) {
|
|
121
|
+
return o = _getPrototypeOf(o), _possibleConstructorReturn(t, _isNativeReflectConstruct() ? Reflect.construct(o, e || [], _getPrototypeOf(t).constructor) : o.apply(t, e));
|
|
122
|
+
}
|
|
123
|
+
function _classCallCheck(a, n) {
|
|
124
|
+
if (!(a instanceof n)) throw new TypeError("Cannot call a class as a function");
|
|
125
|
+
}
|
|
126
|
+
function _construct(t, e, r) {
|
|
127
|
+
if (_isNativeReflectConstruct()) return Reflect.construct.apply(null, arguments);
|
|
128
|
+
var o = [null];
|
|
129
|
+
o.push.apply(o, e);
|
|
130
|
+
var p = new (t.bind.apply(t, o))();
|
|
131
|
+
return r && _setPrototypeOf(p, r.prototype), p;
|
|
132
|
+
}
|
|
133
|
+
function _defineProperties(e, r) {
|
|
134
|
+
for (var t = 0; t < r.length; t++) {
|
|
135
|
+
var o = r[t];
|
|
136
|
+
o.enumerable = o.enumerable || !1, o.configurable = !0, "value" in o && (o.writable = !0), Object.defineProperty(e, _toPropertyKey(o.key), o);
|
|
137
|
+
}
|
|
138
|
+
}
|
|
139
|
+
function _createClass(e, r, t) {
|
|
140
|
+
return r && _defineProperties(e.prototype, r), t && _defineProperties(e, t), Object.defineProperty(e, "prototype", {
|
|
141
|
+
writable: !1
|
|
142
|
+
}), e;
|
|
143
|
+
}
|
|
144
|
+
function _createForOfIteratorHelper(r, e) {
|
|
145
|
+
var t = "undefined" != typeof Symbol && r[Symbol.iterator] || r["@@iterator"];
|
|
146
|
+
if (!t) {
|
|
147
|
+
if (Array.isArray(r) || (t = _unsupportedIterableToArray(r)) || e && r && "number" == typeof r.length) {
|
|
148
|
+
t && (r = t);
|
|
149
|
+
var n = 0,
|
|
150
|
+
F = function () {};
|
|
151
|
+
return {
|
|
152
|
+
s: F,
|
|
153
|
+
n: function () {
|
|
154
|
+
return n >= r.length ? {
|
|
155
|
+
done: !0
|
|
156
|
+
} : {
|
|
157
|
+
done: !1,
|
|
158
|
+
value: r[n++]
|
|
159
|
+
};
|
|
160
|
+
},
|
|
161
|
+
e: function (r) {
|
|
162
|
+
throw r;
|
|
163
|
+
},
|
|
164
|
+
f: F
|
|
165
|
+
};
|
|
166
|
+
}
|
|
167
|
+
throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
|
|
168
|
+
}
|
|
169
|
+
var o,
|
|
170
|
+
a = !0,
|
|
171
|
+
u = !1;
|
|
172
|
+
return {
|
|
173
|
+
s: function () {
|
|
174
|
+
t = t.call(r);
|
|
175
|
+
},
|
|
176
|
+
n: function () {
|
|
177
|
+
var r = t.next();
|
|
178
|
+
return a = r.done, r;
|
|
179
|
+
},
|
|
180
|
+
e: function (r) {
|
|
181
|
+
u = !0, o = r;
|
|
182
|
+
},
|
|
183
|
+
f: function () {
|
|
184
|
+
try {
|
|
185
|
+
a || null == t.return || t.return();
|
|
186
|
+
} finally {
|
|
187
|
+
if (u) throw o;
|
|
188
|
+
}
|
|
189
|
+
}
|
|
190
|
+
};
|
|
191
|
+
}
|
|
192
|
+
function _defineProperty(e, r, t) {
|
|
193
|
+
return (r = _toPropertyKey(r)) in e ? Object.defineProperty(e, r, {
|
|
194
|
+
value: t,
|
|
195
|
+
enumerable: !0,
|
|
196
|
+
configurable: !0,
|
|
197
|
+
writable: !0
|
|
198
|
+
}) : e[r] = t, e;
|
|
199
|
+
}
|
|
200
|
+
function _getPrototypeOf(t) {
|
|
201
|
+
return _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function (t) {
|
|
202
|
+
return t.__proto__ || Object.getPrototypeOf(t);
|
|
203
|
+
}, _getPrototypeOf(t);
|
|
204
|
+
}
|
|
205
|
+
function _inherits(t, e) {
|
|
206
|
+
if ("function" != typeof e && null !== e) throw new TypeError("Super expression must either be null or a function");
|
|
207
|
+
t.prototype = Object.create(e && e.prototype, {
|
|
208
|
+
constructor: {
|
|
209
|
+
value: t,
|
|
210
|
+
writable: !0,
|
|
211
|
+
configurable: !0
|
|
212
|
+
}
|
|
213
|
+
}), Object.defineProperty(t, "prototype", {
|
|
214
|
+
writable: !1
|
|
215
|
+
}), e && _setPrototypeOf(t, e);
|
|
216
|
+
}
|
|
217
|
+
function _isNativeFunction(t) {
|
|
218
|
+
try {
|
|
219
|
+
return -1 !== Function.toString.call(t).indexOf("[native code]");
|
|
220
|
+
} catch (n) {
|
|
221
|
+
return "function" == typeof t;
|
|
222
|
+
}
|
|
223
|
+
}
|
|
224
|
+
function _isNativeReflectConstruct() {
|
|
225
|
+
try {
|
|
226
|
+
var t = !Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {}));
|
|
227
|
+
} catch (t) {}
|
|
228
|
+
return (_isNativeReflectConstruct = function () {
|
|
229
|
+
return !!t;
|
|
230
|
+
})();
|
|
231
|
+
}
|
|
232
|
+
function _iterableToArray(r) {
|
|
233
|
+
if ("undefined" != typeof Symbol && null != r[Symbol.iterator] || null != r["@@iterator"]) return Array.from(r);
|
|
234
|
+
}
|
|
142
235
|
function _iterableToArrayLimit(r, l) {
|
|
143
236
|
var t = null == r ? null : "undefined" != typeof Symbol && r[Symbol.iterator] || r["@@iterator"];
|
|
144
237
|
if (null != t) {
|
|
@@ -166,6 +259,12 @@
|
|
|
166
259
|
return a;
|
|
167
260
|
}
|
|
168
261
|
}
|
|
262
|
+
function _nonIterableRest() {
|
|
263
|
+
throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
|
|
264
|
+
}
|
|
265
|
+
function _nonIterableSpread() {
|
|
266
|
+
throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
|
|
267
|
+
}
|
|
169
268
|
function ownKeys(e, r) {
|
|
170
269
|
var t = Object.keys(e);
|
|
171
270
|
if (Object.getOwnPropertySymbols) {
|
|
@@ -187,306 +286,146 @@
|
|
|
187
286
|
}
|
|
188
287
|
return e;
|
|
189
288
|
}
|
|
190
|
-
function
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
c =
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
try {
|
|
230
|
-
return {
|
|
231
|
-
type: "normal",
|
|
232
|
-
arg: t.call(e, r)
|
|
233
|
-
};
|
|
234
|
-
} catch (t) {
|
|
235
|
-
return {
|
|
236
|
-
type: "throw",
|
|
237
|
-
arg: t
|
|
238
|
-
};
|
|
239
|
-
}
|
|
240
|
-
}
|
|
241
|
-
e.wrap = wrap;
|
|
242
|
-
var h = "suspendedStart",
|
|
243
|
-
l = "suspendedYield",
|
|
244
|
-
f = "executing",
|
|
245
|
-
s = "completed",
|
|
246
|
-
y = {};
|
|
247
|
-
function Generator() {}
|
|
248
|
-
function GeneratorFunction() {}
|
|
249
|
-
function GeneratorFunctionPrototype() {}
|
|
250
|
-
var p = {};
|
|
251
|
-
define(p, a, function () {
|
|
252
|
-
return this;
|
|
253
|
-
});
|
|
254
|
-
var d = Object.getPrototypeOf,
|
|
255
|
-
v = d && d(d(values([])));
|
|
256
|
-
v && v !== r && n.call(v, a) && (p = v);
|
|
257
|
-
var g = GeneratorFunctionPrototype.prototype = Generator.prototype = Object.create(p);
|
|
258
|
-
function defineIteratorMethods(t) {
|
|
259
|
-
["next", "throw", "return"].forEach(function (e) {
|
|
260
|
-
define(t, e, function (t) {
|
|
261
|
-
return this._invoke(e, t);
|
|
262
|
-
});
|
|
263
|
-
});
|
|
264
|
-
}
|
|
265
|
-
function AsyncIterator(t, e) {
|
|
266
|
-
function invoke(r, o, i, a) {
|
|
267
|
-
var c = tryCatch(t[r], t, o);
|
|
268
|
-
if ("throw" !== c.type) {
|
|
269
|
-
var u = c.arg,
|
|
270
|
-
h = u.value;
|
|
271
|
-
return h && "object" == typeof h && n.call(h, "__await") ? e.resolve(h.__await).then(function (t) {
|
|
272
|
-
invoke("next", t, i, a);
|
|
273
|
-
}, function (t) {
|
|
274
|
-
invoke("throw", t, i, a);
|
|
275
|
-
}) : e.resolve(h).then(function (t) {
|
|
276
|
-
u.value = t, i(u);
|
|
277
|
-
}, function (t) {
|
|
278
|
-
return invoke("throw", t, i, a);
|
|
279
|
-
});
|
|
280
|
-
}
|
|
281
|
-
a(c.arg);
|
|
282
|
-
}
|
|
283
|
-
var r;
|
|
284
|
-
o(this, "_invoke", {
|
|
285
|
-
value: function (t, n) {
|
|
286
|
-
function callInvokeWithMethodAndArg() {
|
|
287
|
-
return new e(function (e, r) {
|
|
288
|
-
invoke(t, n, e, r);
|
|
289
|
-
});
|
|
289
|
+
function _possibleConstructorReturn(t, e) {
|
|
290
|
+
if (e && ("object" == typeof e || "function" == typeof e)) return e;
|
|
291
|
+
if (void 0 !== e) throw new TypeError("Derived constructors may only return object or undefined");
|
|
292
|
+
return _assertThisInitialized(t);
|
|
293
|
+
}
|
|
294
|
+
function _regenerator() {
|
|
295
|
+
/*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/babel/babel/blob/main/packages/babel-helpers/LICENSE */
|
|
296
|
+
var e,
|
|
297
|
+
t,
|
|
298
|
+
r = "function" == typeof Symbol ? Symbol : {},
|
|
299
|
+
n = r.iterator || "@@iterator",
|
|
300
|
+
o = r.toStringTag || "@@toStringTag";
|
|
301
|
+
function i(r, n, o, i) {
|
|
302
|
+
var c = n && n.prototype instanceof Generator ? n : Generator,
|
|
303
|
+
u = Object.create(c.prototype);
|
|
304
|
+
return _regeneratorDefine(u, "_invoke", function (r, n, o) {
|
|
305
|
+
var i,
|
|
306
|
+
c,
|
|
307
|
+
u,
|
|
308
|
+
f = 0,
|
|
309
|
+
p = o || [],
|
|
310
|
+
y = !1,
|
|
311
|
+
G = {
|
|
312
|
+
p: 0,
|
|
313
|
+
n: 0,
|
|
314
|
+
v: e,
|
|
315
|
+
a: d,
|
|
316
|
+
f: d.bind(e, 4),
|
|
317
|
+
d: function (t, r) {
|
|
318
|
+
return i = t, c = 0, u = e, G.n = r, a;
|
|
319
|
+
}
|
|
320
|
+
};
|
|
321
|
+
function d(r, n) {
|
|
322
|
+
for (c = r, u = n, t = 0; !y && f && !o && t < p.length; t++) {
|
|
323
|
+
var o,
|
|
324
|
+
i = p[t],
|
|
325
|
+
d = G.p,
|
|
326
|
+
l = i[2];
|
|
327
|
+
r > 3 ? (o = l === n) && (u = i[(c = i[4]) ? 5 : (c = 3, 3)], i[4] = i[5] = e) : i[0] <= d && ((o = r < 2 && d < i[1]) ? (c = 0, G.v = n, G.n = i[1]) : d < l && (o = r < 3 || i[0] > n || n > l) && (i[4] = r, i[5] = n, G.n = l, c = 0));
|
|
290
328
|
}
|
|
291
|
-
|
|
329
|
+
if (o || r > 1) return a;
|
|
330
|
+
throw y = !0, n;
|
|
292
331
|
}
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
332
|
+
return function (o, p, l) {
|
|
333
|
+
if (f > 1) throw TypeError("Generator is already running");
|
|
334
|
+
for (y && 1 === p && d(p, l), c = p, u = l; (t = c < 2 ? e : u) || !y;) {
|
|
335
|
+
i || (c ? c < 3 ? (c > 1 && (G.n = -1), d(c, u)) : G.n = u : G.v = u);
|
|
336
|
+
try {
|
|
337
|
+
if (f = 2, i) {
|
|
338
|
+
if (c || (o = "next"), t = i[o]) {
|
|
339
|
+
if (!(t = t.call(i, u))) throw TypeError("iterator result is not an object");
|
|
340
|
+
if (!t.done) return t;
|
|
341
|
+
u = t.value, c < 2 && (c = 0);
|
|
342
|
+
} else 1 === c && (t = i.return) && t.call(i), c < 2 && (u = TypeError("The iterator does not provide a '" + o + "' method"), c = 1);
|
|
343
|
+
i = e;
|
|
344
|
+
} else if ((t = (y = G.n < 0) ? u : r.call(n, G)) !== a) break;
|
|
345
|
+
} catch (t) {
|
|
346
|
+
i = e, c = 1, u = t;
|
|
347
|
+
} finally {
|
|
348
|
+
f = 1;
|
|
349
|
+
}
|
|
350
|
+
}
|
|
301
351
|
return {
|
|
302
352
|
value: t,
|
|
303
|
-
done:
|
|
353
|
+
done: y
|
|
304
354
|
};
|
|
305
|
-
}
|
|
306
|
-
|
|
307
|
-
var c = n.delegate;
|
|
308
|
-
if (c) {
|
|
309
|
-
var u = maybeInvokeDelegate(c, n);
|
|
310
|
-
if (u) {
|
|
311
|
-
if (u === y) continue;
|
|
312
|
-
return u;
|
|
313
|
-
}
|
|
314
|
-
}
|
|
315
|
-
if ("next" === n.method) n.sent = n._sent = n.arg;else if ("throw" === n.method) {
|
|
316
|
-
if (o === h) throw o = s, n.arg;
|
|
317
|
-
n.dispatchException(n.arg);
|
|
318
|
-
} else "return" === n.method && n.abrupt("return", n.arg);
|
|
319
|
-
o = f;
|
|
320
|
-
var p = tryCatch(e, r, n);
|
|
321
|
-
if ("normal" === p.type) {
|
|
322
|
-
if (o = n.done ? s : l, p.arg === y) continue;
|
|
323
|
-
return {
|
|
324
|
-
value: p.arg,
|
|
325
|
-
done: n.done
|
|
326
|
-
};
|
|
327
|
-
}
|
|
328
|
-
"throw" === p.type && (o = s, n.method = "throw", n.arg = p.arg);
|
|
329
|
-
}
|
|
330
|
-
};
|
|
355
|
+
};
|
|
356
|
+
}(r, o, i), !0), u;
|
|
331
357
|
}
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
358
|
+
var a = {};
|
|
359
|
+
function Generator() {}
|
|
360
|
+
function GeneratorFunction() {}
|
|
361
|
+
function GeneratorFunctionPrototype() {}
|
|
362
|
+
t = Object.getPrototypeOf;
|
|
363
|
+
var c = [][n] ? t(t([][n]())) : (_regeneratorDefine(t = {}, n, function () {
|
|
364
|
+
return this;
|
|
365
|
+
}), t),
|
|
366
|
+
u = GeneratorFunctionPrototype.prototype = Generator.prototype = Object.create(c);
|
|
367
|
+
function f(e) {
|
|
368
|
+
return Object.setPrototypeOf ? Object.setPrototypeOf(e, GeneratorFunctionPrototype) : (e.__proto__ = GeneratorFunctionPrototype, _regeneratorDefine(e, o, "GeneratorFunction")), e.prototype = Object.create(u), e;
|
|
340
369
|
}
|
|
341
|
-
function
|
|
342
|
-
|
|
343
|
-
|
|
370
|
+
return GeneratorFunction.prototype = GeneratorFunctionPrototype, _regeneratorDefine(u, "constructor", GeneratorFunctionPrototype), _regeneratorDefine(GeneratorFunctionPrototype, "constructor", GeneratorFunction), GeneratorFunction.displayName = "GeneratorFunction", _regeneratorDefine(GeneratorFunctionPrototype, o, "GeneratorFunction"), _regeneratorDefine(u), _regeneratorDefine(u, o, "Generator"), _regeneratorDefine(u, n, function () {
|
|
371
|
+
return this;
|
|
372
|
+
}), _regeneratorDefine(u, "toString", function () {
|
|
373
|
+
return "[object Generator]";
|
|
374
|
+
}), (_regenerator = function () {
|
|
375
|
+
return {
|
|
376
|
+
w: i,
|
|
377
|
+
m: f
|
|
344
378
|
};
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
tryLoc: "root"
|
|
354
|
-
}], t.forEach(pushTryEntry, this), this.reset(!0);
|
|
379
|
+
})();
|
|
380
|
+
}
|
|
381
|
+
function _regeneratorDefine(e, r, n, t) {
|
|
382
|
+
var i = Object.defineProperty;
|
|
383
|
+
try {
|
|
384
|
+
i({}, "", {});
|
|
385
|
+
} catch (e) {
|
|
386
|
+
i = 0;
|
|
355
387
|
}
|
|
356
|
-
function
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
if (!isNaN(e.length)) {
|
|
362
|
-
var o = -1,
|
|
363
|
-
i = function next() {
|
|
364
|
-
for (; ++o < e.length;) if (n.call(e, o)) return next.value = e[o], next.done = !1, next;
|
|
365
|
-
return next.value = t, next.done = !0, next;
|
|
366
|
-
};
|
|
367
|
-
return i.next = i;
|
|
368
|
-
}
|
|
388
|
+
_regeneratorDefine = function (e, r, n, t) {
|
|
389
|
+
function o(r, n) {
|
|
390
|
+
_regeneratorDefine(e, r, function (e) {
|
|
391
|
+
return this._invoke(r, n, e);
|
|
392
|
+
});
|
|
369
393
|
}
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
return {
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
void 0 === i && (i = Promise);
|
|
391
|
-
var a = new AsyncIterator(wrap(t, r, n, o), i);
|
|
392
|
-
return e.isGeneratorFunction(r) ? a : a.next().then(function (t) {
|
|
393
|
-
return t.done ? t.value : a.next();
|
|
394
|
-
});
|
|
395
|
-
}, defineIteratorMethods(g), define(g, u, "Generator"), define(g, a, function () {
|
|
396
|
-
return this;
|
|
397
|
-
}), define(g, "toString", function () {
|
|
398
|
-
return "[object Generator]";
|
|
399
|
-
}), e.keys = function (t) {
|
|
400
|
-
var e = Object(t),
|
|
401
|
-
r = [];
|
|
402
|
-
for (var n in e) r.push(n);
|
|
403
|
-
return r.reverse(), function next() {
|
|
404
|
-
for (; r.length;) {
|
|
405
|
-
var t = r.pop();
|
|
406
|
-
if (t in e) return next.value = t, next.done = !1, next;
|
|
394
|
+
r ? i ? i(e, r, {
|
|
395
|
+
value: n,
|
|
396
|
+
enumerable: !t,
|
|
397
|
+
configurable: !t,
|
|
398
|
+
writable: !t
|
|
399
|
+
}) : e[r] = n : (o("next", 0), o("throw", 1), o("return", 2));
|
|
400
|
+
}, _regeneratorDefine(e, r, n, t);
|
|
401
|
+
}
|
|
402
|
+
function _regeneratorValues(e) {
|
|
403
|
+
if (null != e) {
|
|
404
|
+
var t = e["function" == typeof Symbol && Symbol.iterator || "@@iterator"],
|
|
405
|
+
r = 0;
|
|
406
|
+
if (t) return t.call(e);
|
|
407
|
+
if ("function" == typeof e.next) return e;
|
|
408
|
+
if (!isNaN(e.length)) return {
|
|
409
|
+
next: function () {
|
|
410
|
+
return e && r >= e.length && (e = void 0), {
|
|
411
|
+
value: e && e[r++],
|
|
412
|
+
done: !e
|
|
413
|
+
};
|
|
407
414
|
}
|
|
408
|
-
return next.done = !0, next;
|
|
409
415
|
};
|
|
410
|
-
}
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
var r = this;
|
|
424
|
-
function handle(n, o) {
|
|
425
|
-
return a.type = "throw", a.arg = e, r.next = n, o && (r.method = "next", r.arg = t), !!o;
|
|
426
|
-
}
|
|
427
|
-
for (var o = this.tryEntries.length - 1; o >= 0; --o) {
|
|
428
|
-
var i = this.tryEntries[o],
|
|
429
|
-
a = i.completion;
|
|
430
|
-
if ("root" === i.tryLoc) return handle("end");
|
|
431
|
-
if (i.tryLoc <= this.prev) {
|
|
432
|
-
var c = n.call(i, "catchLoc"),
|
|
433
|
-
u = n.call(i, "finallyLoc");
|
|
434
|
-
if (c && u) {
|
|
435
|
-
if (this.prev < i.catchLoc) return handle(i.catchLoc, !0);
|
|
436
|
-
if (this.prev < i.finallyLoc) return handle(i.finallyLoc);
|
|
437
|
-
} else if (c) {
|
|
438
|
-
if (this.prev < i.catchLoc) return handle(i.catchLoc, !0);
|
|
439
|
-
} else {
|
|
440
|
-
if (!u) throw new Error("try statement without catch or finally");
|
|
441
|
-
if (this.prev < i.finallyLoc) return handle(i.finallyLoc);
|
|
442
|
-
}
|
|
443
|
-
}
|
|
444
|
-
}
|
|
445
|
-
},
|
|
446
|
-
abrupt: function (t, e) {
|
|
447
|
-
for (var r = this.tryEntries.length - 1; r >= 0; --r) {
|
|
448
|
-
var o = this.tryEntries[r];
|
|
449
|
-
if (o.tryLoc <= this.prev && n.call(o, "finallyLoc") && this.prev < o.finallyLoc) {
|
|
450
|
-
var i = o;
|
|
451
|
-
break;
|
|
452
|
-
}
|
|
453
|
-
}
|
|
454
|
-
i && ("break" === t || "continue" === t) && i.tryLoc <= e && e <= i.finallyLoc && (i = null);
|
|
455
|
-
var a = i ? i.completion : {};
|
|
456
|
-
return a.type = t, a.arg = e, i ? (this.method = "next", this.next = i.finallyLoc, y) : this.complete(a);
|
|
457
|
-
},
|
|
458
|
-
complete: function (t, e) {
|
|
459
|
-
if ("throw" === t.type) throw t.arg;
|
|
460
|
-
return "break" === t.type || "continue" === t.type ? this.next = t.arg : "return" === t.type ? (this.rval = this.arg = t.arg, this.method = "return", this.next = "end") : "normal" === t.type && e && (this.next = e), y;
|
|
461
|
-
},
|
|
462
|
-
finish: function (t) {
|
|
463
|
-
for (var e = this.tryEntries.length - 1; e >= 0; --e) {
|
|
464
|
-
var r = this.tryEntries[e];
|
|
465
|
-
if (r.finallyLoc === t) return this.complete(r.completion, r.afterLoc), resetTryEntry(r), y;
|
|
466
|
-
}
|
|
467
|
-
},
|
|
468
|
-
catch: function (t) {
|
|
469
|
-
for (var e = this.tryEntries.length - 1; e >= 0; --e) {
|
|
470
|
-
var r = this.tryEntries[e];
|
|
471
|
-
if (r.tryLoc === t) {
|
|
472
|
-
var n = r.completion;
|
|
473
|
-
if ("throw" === n.type) {
|
|
474
|
-
var o = n.arg;
|
|
475
|
-
resetTryEntry(r);
|
|
476
|
-
}
|
|
477
|
-
return o;
|
|
478
|
-
}
|
|
479
|
-
}
|
|
480
|
-
throw new Error("illegal catch attempt");
|
|
481
|
-
},
|
|
482
|
-
delegateYield: function (e, r, n) {
|
|
483
|
-
return this.delegate = {
|
|
484
|
-
iterator: values(e),
|
|
485
|
-
resultName: r,
|
|
486
|
-
nextLoc: n
|
|
487
|
-
}, "next" === this.method && (this.arg = t), y;
|
|
488
|
-
}
|
|
489
|
-
}, e;
|
|
416
|
+
}
|
|
417
|
+
throw new TypeError(typeof e + " is not iterable");
|
|
418
|
+
}
|
|
419
|
+
function _setPrototypeOf(t, e) {
|
|
420
|
+
return _setPrototypeOf = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function (t, e) {
|
|
421
|
+
return t.__proto__ = e, t;
|
|
422
|
+
}, _setPrototypeOf(t, e);
|
|
423
|
+
}
|
|
424
|
+
function _slicedToArray(r, e) {
|
|
425
|
+
return _arrayWithHoles(r) || _iterableToArrayLimit(r, e) || _unsupportedIterableToArray(r, e) || _nonIterableRest();
|
|
426
|
+
}
|
|
427
|
+
function _toConsumableArray(r) {
|
|
428
|
+
return _arrayWithoutHoles(r) || _iterableToArray(r) || _unsupportedIterableToArray(r) || _nonIterableSpread();
|
|
490
429
|
}
|
|
491
430
|
function _toPrimitive(t, r) {
|
|
492
431
|
if ("object" != typeof t || !t) return t;
|
|
@@ -500,7 +439,7 @@
|
|
|
500
439
|
}
|
|
501
440
|
function _toPropertyKey(t) {
|
|
502
441
|
var i = _toPrimitive(t, "string");
|
|
503
|
-
return "symbol" == typeof i ? i :
|
|
442
|
+
return "symbol" == typeof i ? i : i + "";
|
|
504
443
|
}
|
|
505
444
|
function _typeof(o) {
|
|
506
445
|
"@babel/helpers - typeof";
|
|
@@ -511,161 +450,101 @@
|
|
|
511
450
|
return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o;
|
|
512
451
|
}, _typeof(o);
|
|
513
452
|
}
|
|
514
|
-
function
|
|
515
|
-
|
|
516
|
-
return
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
function asyncGeneratorStep(gen, resolve, reject, _next, _throw, key, arg) {
|
|
520
|
-
try {
|
|
521
|
-
var info = gen[key](arg);
|
|
522
|
-
var value = info.value;
|
|
523
|
-
} catch (error) {
|
|
524
|
-
reject(error);
|
|
525
|
-
return;
|
|
526
|
-
}
|
|
527
|
-
if (info.done) {
|
|
528
|
-
resolve(value);
|
|
529
|
-
} else {
|
|
530
|
-
Promise.resolve(value).then(_next, _throw);
|
|
453
|
+
function _unsupportedIterableToArray(r, a) {
|
|
454
|
+
if (r) {
|
|
455
|
+
if ("string" == typeof r) return _arrayLikeToArray(r, a);
|
|
456
|
+
var t = {}.toString.call(r).slice(8, -1);
|
|
457
|
+
return "Object" === t && r.constructor && (t = r.constructor.name), "Map" === t || "Set" === t ? Array.from(r) : "Arguments" === t || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(t) ? _arrayLikeToArray(r, a) : void 0;
|
|
531
458
|
}
|
|
532
459
|
}
|
|
533
|
-
function
|
|
460
|
+
function _wrapAsyncGenerator(e) {
|
|
534
461
|
return function () {
|
|
535
|
-
|
|
536
|
-
args = arguments;
|
|
537
|
-
return new Promise(function (resolve, reject) {
|
|
538
|
-
var gen = fn.apply(self, args);
|
|
539
|
-
function _next(value) {
|
|
540
|
-
asyncGeneratorStep(gen, resolve, reject, _next, _throw, "next", value);
|
|
541
|
-
}
|
|
542
|
-
function _throw(err) {
|
|
543
|
-
asyncGeneratorStep(gen, resolve, reject, _next, _throw, "throw", err);
|
|
544
|
-
}
|
|
545
|
-
_next(undefined);
|
|
546
|
-
});
|
|
462
|
+
return new AsyncGenerator(e.apply(this, arguments));
|
|
547
463
|
};
|
|
548
464
|
}
|
|
549
|
-
function
|
|
550
|
-
|
|
551
|
-
|
|
465
|
+
function AsyncGenerator(e) {
|
|
466
|
+
var r, t;
|
|
467
|
+
function resume(r, t) {
|
|
468
|
+
try {
|
|
469
|
+
var n = e[r](t),
|
|
470
|
+
o = n.value,
|
|
471
|
+
u = o instanceof _OverloadYield;
|
|
472
|
+
Promise.resolve(u ? o.v : o).then(function (t) {
|
|
473
|
+
if (u) {
|
|
474
|
+
var i = "return" === r ? "return" : "next";
|
|
475
|
+
if (!o.k || t.done) return resume(i, t);
|
|
476
|
+
t = e[i](t).value;
|
|
477
|
+
}
|
|
478
|
+
settle(n.done ? "return" : "normal", t);
|
|
479
|
+
}, function (e) {
|
|
480
|
+
resume("throw", e);
|
|
481
|
+
});
|
|
482
|
+
} catch (e) {
|
|
483
|
+
settle("throw", e);
|
|
484
|
+
}
|
|
552
485
|
}
|
|
553
|
-
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
|
|
486
|
+
function settle(e, n) {
|
|
487
|
+
switch (e) {
|
|
488
|
+
case "return":
|
|
489
|
+
r.resolve({
|
|
490
|
+
value: n,
|
|
491
|
+
done: !0
|
|
492
|
+
});
|
|
493
|
+
break;
|
|
494
|
+
case "throw":
|
|
495
|
+
r.reject(n);
|
|
496
|
+
break;
|
|
497
|
+
default:
|
|
498
|
+
r.resolve({
|
|
499
|
+
value: n,
|
|
500
|
+
done: !1
|
|
501
|
+
});
|
|
502
|
+
}
|
|
503
|
+
(r = r.next) ? resume(r.key, r.arg) : t = null;
|
|
561
504
|
}
|
|
562
|
-
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
|
|
569
|
-
|
|
570
|
-
|
|
571
|
-
|
|
572
|
-
key = _toPropertyKey(key);
|
|
573
|
-
if (key in obj) {
|
|
574
|
-
Object.defineProperty(obj, key, {
|
|
575
|
-
value: value,
|
|
576
|
-
enumerable: true,
|
|
577
|
-
configurable: true,
|
|
578
|
-
writable: true
|
|
505
|
+
this._invoke = function (e, n) {
|
|
506
|
+
return new Promise(function (o, u) {
|
|
507
|
+
var i = {
|
|
508
|
+
key: e,
|
|
509
|
+
arg: n,
|
|
510
|
+
resolve: o,
|
|
511
|
+
reject: u,
|
|
512
|
+
next: null
|
|
513
|
+
};
|
|
514
|
+
t ? t = t.next = i : (r = t = i, resume(e, n));
|
|
579
515
|
});
|
|
580
|
-
}
|
|
581
|
-
obj[key] = value;
|
|
582
|
-
}
|
|
583
|
-
return obj;
|
|
584
|
-
}
|
|
585
|
-
function _slicedToArray(arr, i) {
|
|
586
|
-
return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray(arr, i) || _nonIterableRest();
|
|
587
|
-
}
|
|
588
|
-
function _toConsumableArray(arr) {
|
|
589
|
-
return _arrayWithoutHoles(arr) || _iterableToArray(arr) || _unsupportedIterableToArray(arr) || _nonIterableSpread();
|
|
590
|
-
}
|
|
591
|
-
function _arrayWithoutHoles(arr) {
|
|
592
|
-
if (Array.isArray(arr)) return _arrayLikeToArray(arr);
|
|
593
|
-
}
|
|
594
|
-
function _arrayWithHoles(arr) {
|
|
595
|
-
if (Array.isArray(arr)) return arr;
|
|
596
|
-
}
|
|
597
|
-
function _iterableToArray(iter) {
|
|
598
|
-
if (typeof Symbol !== "undefined" && iter[Symbol.iterator] != null || iter["@@iterator"] != null) return Array.from(iter);
|
|
599
|
-
}
|
|
600
|
-
function _unsupportedIterableToArray(o, minLen) {
|
|
601
|
-
if (!o) return;
|
|
602
|
-
if (typeof o === "string") return _arrayLikeToArray(o, minLen);
|
|
603
|
-
var n = Object.prototype.toString.call(o).slice(8, -1);
|
|
604
|
-
if (n === "Object" && o.constructor) n = o.constructor.name;
|
|
605
|
-
if (n === "Map" || n === "Set") return Array.from(o);
|
|
606
|
-
if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen);
|
|
607
|
-
}
|
|
608
|
-
function _arrayLikeToArray(arr, len) {
|
|
609
|
-
if (len == null || len > arr.length) len = arr.length;
|
|
610
|
-
for (var i = 0, arr2 = new Array(len); i < len; i++) arr2[i] = arr[i];
|
|
611
|
-
return arr2;
|
|
612
|
-
}
|
|
613
|
-
function _nonIterableSpread() {
|
|
614
|
-
throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
|
|
615
|
-
}
|
|
616
|
-
function _nonIterableRest() {
|
|
617
|
-
throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
|
|
516
|
+
}, "function" != typeof e.return && (this.return = void 0);
|
|
618
517
|
}
|
|
619
|
-
function
|
|
620
|
-
|
|
621
|
-
|
|
622
|
-
|
|
623
|
-
|
|
624
|
-
|
|
625
|
-
|
|
626
|
-
|
|
627
|
-
|
|
628
|
-
|
|
629
|
-
|
|
630
|
-
|
|
631
|
-
|
|
632
|
-
|
|
633
|
-
|
|
634
|
-
|
|
635
|
-
|
|
636
|
-
},
|
|
637
|
-
e: function (e) {
|
|
638
|
-
throw e;
|
|
639
|
-
},
|
|
640
|
-
f: F
|
|
641
|
-
};
|
|
518
|
+
AsyncGenerator.prototype["function" == typeof Symbol && Symbol.asyncIterator || "@@asyncIterator"] = function () {
|
|
519
|
+
return this;
|
|
520
|
+
}, AsyncGenerator.prototype.next = function (e) {
|
|
521
|
+
return this._invoke("next", e);
|
|
522
|
+
}, AsyncGenerator.prototype.throw = function (e) {
|
|
523
|
+
return this._invoke("throw", e);
|
|
524
|
+
}, AsyncGenerator.prototype.return = function (e) {
|
|
525
|
+
return this._invoke("return", e);
|
|
526
|
+
};
|
|
527
|
+
function _wrapNativeSuper(t) {
|
|
528
|
+
var r = "function" == typeof Map ? new Map() : void 0;
|
|
529
|
+
return _wrapNativeSuper = function (t) {
|
|
530
|
+
if (null === t || !_isNativeFunction(t)) return t;
|
|
531
|
+
if ("function" != typeof t) throw new TypeError("Super expression must either be null or a function");
|
|
532
|
+
if (void 0 !== r) {
|
|
533
|
+
if (r.has(t)) return r.get(t);
|
|
534
|
+
r.set(t, Wrapper);
|
|
642
535
|
}
|
|
643
|
-
|
|
644
|
-
|
|
645
|
-
var normalCompletion = true,
|
|
646
|
-
didErr = false,
|
|
647
|
-
err;
|
|
648
|
-
return {
|
|
649
|
-
s: function () {
|
|
650
|
-
it = it.call(o);
|
|
651
|
-
},
|
|
652
|
-
n: function () {
|
|
653
|
-
var step = it.next();
|
|
654
|
-
normalCompletion = step.done;
|
|
655
|
-
return step;
|
|
656
|
-
},
|
|
657
|
-
e: function (e) {
|
|
658
|
-
didErr = true;
|
|
659
|
-
err = e;
|
|
660
|
-
},
|
|
661
|
-
f: function () {
|
|
662
|
-
try {
|
|
663
|
-
if (!normalCompletion && it.return != null) it.return();
|
|
664
|
-
} finally {
|
|
665
|
-
if (didErr) throw err;
|
|
666
|
-
}
|
|
536
|
+
function Wrapper() {
|
|
537
|
+
return _construct(t, arguments, _getPrototypeOf(this).constructor);
|
|
667
538
|
}
|
|
668
|
-
|
|
539
|
+
return Wrapper.prototype = Object.create(t.prototype, {
|
|
540
|
+
constructor: {
|
|
541
|
+
value: Wrapper,
|
|
542
|
+
enumerable: !1,
|
|
543
|
+
writable: !0,
|
|
544
|
+
configurable: !0
|
|
545
|
+
}
|
|
546
|
+
}), _setPrototypeOf(Wrapper, t);
|
|
547
|
+
}, _wrapNativeSuper(t);
|
|
669
548
|
}
|
|
670
549
|
|
|
671
550
|
/**
|
|
@@ -706,7 +585,7 @@
|
|
|
706
585
|
};
|
|
707
586
|
|
|
708
587
|
/**
|
|
709
|
-
* Determine if a value is
|
|
588
|
+
* Determine if a value is a non-null object
|
|
710
589
|
*
|
|
711
590
|
* @param {Object} val The value to test
|
|
712
591
|
*
|
|
@@ -860,6 +739,33 @@
|
|
|
860
739
|
*/
|
|
861
740
|
var isFile = kindOfTest('File');
|
|
862
741
|
|
|
742
|
+
/**
|
|
743
|
+
* Determine if a value is a React Native Blob
|
|
744
|
+
* React Native "blob": an object with a `uri` attribute. Optionally, it can
|
|
745
|
+
* also have a `name` and `type` attribute to specify filename and content type
|
|
746
|
+
*
|
|
747
|
+
* @see https://github.com/facebook/react-native/blob/26684cf3adf4094eb6c405d345a75bf8c7c0bf88/Libraries/Network/FormData.js#L68-L71
|
|
748
|
+
*
|
|
749
|
+
* @param {*} value The value to test
|
|
750
|
+
*
|
|
751
|
+
* @returns {boolean} True if value is a React Native Blob, otherwise false
|
|
752
|
+
*/
|
|
753
|
+
var isReactNativeBlob = function isReactNativeBlob(value) {
|
|
754
|
+
return !!(value && typeof value.uri !== 'undefined');
|
|
755
|
+
};
|
|
756
|
+
|
|
757
|
+
/**
|
|
758
|
+
* Determine if environment is React Native
|
|
759
|
+
* ReactNative `FormData` has a non-standard `getParts()` method
|
|
760
|
+
*
|
|
761
|
+
* @param {*} formData The formData to test
|
|
762
|
+
*
|
|
763
|
+
* @returns {boolean} True if environment is React Native, otherwise false
|
|
764
|
+
*/
|
|
765
|
+
var isReactNative = function isReactNative(formData) {
|
|
766
|
+
return formData && typeof formData.getParts !== 'undefined';
|
|
767
|
+
};
|
|
768
|
+
|
|
863
769
|
/**
|
|
864
770
|
* Determine if a value is a Blob
|
|
865
771
|
*
|
|
@@ -896,9 +802,18 @@
|
|
|
896
802
|
*
|
|
897
803
|
* @returns {boolean} True if value is an FormData, otherwise false
|
|
898
804
|
*/
|
|
805
|
+
function getGlobal() {
|
|
806
|
+
if (typeof globalThis !== 'undefined') return globalThis;
|
|
807
|
+
if (typeof self !== 'undefined') return self;
|
|
808
|
+
if (typeof window !== 'undefined') return window;
|
|
809
|
+
if (typeof global !== 'undefined') return global;
|
|
810
|
+
return {};
|
|
811
|
+
}
|
|
812
|
+
var G = getGlobal();
|
|
813
|
+
var FormDataCtor = typeof G.FormData !== 'undefined' ? G.FormData : undefined;
|
|
899
814
|
var isFormData = function isFormData(thing) {
|
|
900
815
|
var kind;
|
|
901
|
-
return thing && (
|
|
816
|
+
return thing && (FormDataCtor && thing instanceof FormDataCtor || isFunction$1(thing.append) && ((kind = kindOf(thing)) === 'formdata' ||
|
|
902
817
|
// detect form-data instance
|
|
903
818
|
kind === 'object' && isFunction$1(thing.toString) && thing.toString() === '[object FormData]'));
|
|
904
819
|
};
|
|
@@ -928,7 +843,6 @@
|
|
|
928
843
|
var trim = function trim(str) {
|
|
929
844
|
return str.trim ? str.trim() : str.replace(/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g, '');
|
|
930
845
|
};
|
|
931
|
-
|
|
932
846
|
/**
|
|
933
847
|
* Iterate over an Array or an Object invoking a function for each item.
|
|
934
848
|
*
|
|
@@ -938,10 +852,11 @@
|
|
|
938
852
|
* If 'obj' is an Object callback will be called passing
|
|
939
853
|
* the value, key, and complete object for each property.
|
|
940
854
|
*
|
|
941
|
-
* @param {Object|Array} obj The object to iterate
|
|
855
|
+
* @param {Object|Array<unknown>} obj The object to iterate
|
|
942
856
|
* @param {Function} fn The callback to invoke for each item
|
|
943
857
|
*
|
|
944
|
-
* @param {
|
|
858
|
+
* @param {Object} [options]
|
|
859
|
+
* @param {Boolean} [options.allOwnKeys = false]
|
|
945
860
|
* @returns {any}
|
|
946
861
|
*/
|
|
947
862
|
function forEach(obj, fn) {
|
|
@@ -981,6 +896,15 @@
|
|
|
981
896
|
}
|
|
982
897
|
}
|
|
983
898
|
}
|
|
899
|
+
|
|
900
|
+
/**
|
|
901
|
+
* Finds a key in an object, case-insensitive, returning the actual key name.
|
|
902
|
+
* Returns null if the object is a Buffer or if no match is found.
|
|
903
|
+
*
|
|
904
|
+
* @param {Object} obj - The object to search.
|
|
905
|
+
* @param {string} key - The key to find (case-insensitive).
|
|
906
|
+
* @returns {?string} The actual key name if found, otherwise null.
|
|
907
|
+
*/
|
|
984
908
|
function findKey(obj, key) {
|
|
985
909
|
if (isBuffer(obj)) {
|
|
986
910
|
return null;
|
|
@@ -999,8 +923,8 @@
|
|
|
999
923
|
}
|
|
1000
924
|
var _global = function () {
|
|
1001
925
|
/*eslint no-undef:0*/
|
|
1002
|
-
if (typeof globalThis !==
|
|
1003
|
-
return typeof self !==
|
|
926
|
+
if (typeof globalThis !== 'undefined') return globalThis;
|
|
927
|
+
return typeof self !== 'undefined' ? self : typeof window !== 'undefined' ? window : global;
|
|
1004
928
|
}();
|
|
1005
929
|
var isContextDefined = function isContextDefined(context) {
|
|
1006
930
|
return !isUndefined(context) && context !== _global;
|
|
@@ -1016,7 +940,7 @@
|
|
|
1016
940
|
* Example:
|
|
1017
941
|
*
|
|
1018
942
|
* ```js
|
|
1019
|
-
*
|
|
943
|
+
* const result = merge({foo: 123}, {foo: 456});
|
|
1020
944
|
* console.log(result.foo); // outputs 456
|
|
1021
945
|
* ```
|
|
1022
946
|
*
|
|
@@ -1024,13 +948,17 @@
|
|
|
1024
948
|
*
|
|
1025
949
|
* @returns {Object} Result of all merge properties
|
|
1026
950
|
*/
|
|
1027
|
-
function merge(
|
|
951
|
+
function merge(/* obj1, obj2, obj3, ... */
|
|
1028
952
|
) {
|
|
1029
953
|
var _ref2 = isContextDefined(this) && this || {},
|
|
1030
954
|
caseless = _ref2.caseless,
|
|
1031
955
|
skipUndefined = _ref2.skipUndefined;
|
|
1032
956
|
var result = {};
|
|
1033
957
|
var assignValue = function assignValue(val, key) {
|
|
958
|
+
// Skip dangerous property names to prevent prototype pollution
|
|
959
|
+
if (key === '__proto__' || key === 'constructor' || key === 'prototype') {
|
|
960
|
+
return;
|
|
961
|
+
}
|
|
1034
962
|
var targetKey = caseless && findKey(result, key) || key;
|
|
1035
963
|
if (isPlainObject(result[targetKey]) && isPlainObject(val)) {
|
|
1036
964
|
result[targetKey] = merge(result[targetKey], val);
|
|
@@ -1055,7 +983,8 @@
|
|
|
1055
983
|
* @param {Object} b The object to copy properties from
|
|
1056
984
|
* @param {Object} thisArg The object to bind function to
|
|
1057
985
|
*
|
|
1058
|
-
* @param {
|
|
986
|
+
* @param {Object} [options]
|
|
987
|
+
* @param {Boolean} [options.allOwnKeys]
|
|
1059
988
|
* @returns {Object} The resulting value of object a
|
|
1060
989
|
*/
|
|
1061
990
|
var extend = function extend(a, b, thisArg) {
|
|
@@ -1063,9 +992,19 @@
|
|
|
1063
992
|
allOwnKeys = _ref3.allOwnKeys;
|
|
1064
993
|
forEach(b, function (val, key) {
|
|
1065
994
|
if (thisArg && isFunction$1(val)) {
|
|
1066
|
-
a
|
|
995
|
+
Object.defineProperty(a, key, {
|
|
996
|
+
value: bind(val, thisArg),
|
|
997
|
+
writable: true,
|
|
998
|
+
enumerable: true,
|
|
999
|
+
configurable: true
|
|
1000
|
+
});
|
|
1067
1001
|
} else {
|
|
1068
|
-
a
|
|
1002
|
+
Object.defineProperty(a, key, {
|
|
1003
|
+
value: val,
|
|
1004
|
+
writable: true,
|
|
1005
|
+
enumerable: true,
|
|
1006
|
+
configurable: true
|
|
1007
|
+
});
|
|
1069
1008
|
}
|
|
1070
1009
|
}, {
|
|
1071
1010
|
allOwnKeys: allOwnKeys
|
|
@@ -1081,7 +1020,7 @@
|
|
|
1081
1020
|
* @returns {string} content value without BOM
|
|
1082
1021
|
*/
|
|
1083
1022
|
var stripBOM = function stripBOM(content) {
|
|
1084
|
-
if (content.charCodeAt(0) ===
|
|
1023
|
+
if (content.charCodeAt(0) === 0xfeff) {
|
|
1085
1024
|
content = content.slice(1);
|
|
1086
1025
|
}
|
|
1087
1026
|
return content;
|
|
@@ -1098,7 +1037,12 @@
|
|
|
1098
1037
|
*/
|
|
1099
1038
|
var inherits = function inherits(constructor, superConstructor, props, descriptors) {
|
|
1100
1039
|
constructor.prototype = Object.create(superConstructor.prototype, descriptors);
|
|
1101
|
-
constructor.prototype
|
|
1040
|
+
Object.defineProperty(constructor.prototype, 'constructor', {
|
|
1041
|
+
value: constructor,
|
|
1042
|
+
writable: true,
|
|
1043
|
+
enumerable: false,
|
|
1044
|
+
configurable: true
|
|
1045
|
+
});
|
|
1102
1046
|
Object.defineProperty(constructor, 'super', {
|
|
1103
1047
|
value: superConstructor.prototype
|
|
1104
1048
|
});
|
|
@@ -1282,11 +1226,20 @@
|
|
|
1282
1226
|
}
|
|
1283
1227
|
if (!descriptor.set) {
|
|
1284
1228
|
descriptor.set = function () {
|
|
1285
|
-
throw Error(
|
|
1229
|
+
throw Error("Can not rewrite read-only method '" + name + "'");
|
|
1286
1230
|
};
|
|
1287
1231
|
}
|
|
1288
1232
|
});
|
|
1289
1233
|
};
|
|
1234
|
+
|
|
1235
|
+
/**
|
|
1236
|
+
* Converts an array or a delimited string into an object set with values as keys and true as values.
|
|
1237
|
+
* Useful for fast membership checks.
|
|
1238
|
+
*
|
|
1239
|
+
* @param {Array|string} arrayOrString - The array or string to convert.
|
|
1240
|
+
* @param {string} delimiter - The delimiter to use if input is a string.
|
|
1241
|
+
* @returns {Object} An object with keys from the array or string, values set to true.
|
|
1242
|
+
*/
|
|
1290
1243
|
var toObjectSet = function toObjectSet(arrayOrString, delimiter) {
|
|
1291
1244
|
var obj = {};
|
|
1292
1245
|
var define = function define(arr) {
|
|
@@ -1312,9 +1265,16 @@
|
|
|
1312
1265
|
function isSpecCompliantForm(thing) {
|
|
1313
1266
|
return !!(thing && isFunction$1(thing.append) && thing[toStringTag] === 'FormData' && thing[iterator]);
|
|
1314
1267
|
}
|
|
1268
|
+
|
|
1269
|
+
/**
|
|
1270
|
+
* Recursively converts an object to a JSON-compatible object, handling circular references and Buffers.
|
|
1271
|
+
*
|
|
1272
|
+
* @param {Object} obj - The object to convert.
|
|
1273
|
+
* @returns {Object} The JSON-compatible object.
|
|
1274
|
+
*/
|
|
1315
1275
|
var toJSONObject = function toJSONObject(obj) {
|
|
1316
1276
|
var stack = new Array(10);
|
|
1317
|
-
var
|
|
1277
|
+
var _visit = function visit(source, i) {
|
|
1318
1278
|
if (isObject(source)) {
|
|
1319
1279
|
if (stack.indexOf(source) >= 0) {
|
|
1320
1280
|
return;
|
|
@@ -1328,7 +1288,7 @@
|
|
|
1328
1288
|
stack[i] = source;
|
|
1329
1289
|
var target = isArray(source) ? [] : {};
|
|
1330
1290
|
forEach(source, function (value, key) {
|
|
1331
|
-
var reducedValue =
|
|
1291
|
+
var reducedValue = _visit(value, i + 1);
|
|
1332
1292
|
!isUndefined(reducedValue) && (target[key] = reducedValue);
|
|
1333
1293
|
});
|
|
1334
1294
|
stack[i] = undefined;
|
|
@@ -1337,9 +1297,23 @@
|
|
|
1337
1297
|
}
|
|
1338
1298
|
return source;
|
|
1339
1299
|
};
|
|
1340
|
-
return
|
|
1300
|
+
return _visit(obj, 0);
|
|
1341
1301
|
};
|
|
1302
|
+
|
|
1303
|
+
/**
|
|
1304
|
+
* Determines if a value is an async function.
|
|
1305
|
+
*
|
|
1306
|
+
* @param {*} thing - The value to test.
|
|
1307
|
+
* @returns {boolean} True if value is an async function, otherwise false.
|
|
1308
|
+
*/
|
|
1342
1309
|
var isAsyncFn = kindOfTest('AsyncFunction');
|
|
1310
|
+
|
|
1311
|
+
/**
|
|
1312
|
+
* Determines if a value is thenable (has then and catch methods).
|
|
1313
|
+
*
|
|
1314
|
+
* @param {*} thing - The value to test.
|
|
1315
|
+
* @returns {boolean} True if value is thenable, otherwise false.
|
|
1316
|
+
*/
|
|
1343
1317
|
var isThenable = function isThenable(thing) {
|
|
1344
1318
|
return thing && (isObject(thing) || isFunction$1(thing)) && isFunction$1(thing.then) && isFunction$1(thing["catch"]);
|
|
1345
1319
|
};
|
|
@@ -1347,12 +1321,20 @@
|
|
|
1347
1321
|
// original code
|
|
1348
1322
|
// https://github.com/DigitalBrainJS/AxiosPromise/blob/16deab13710ec09779922131f3fa5954320f83ab/lib/utils.js#L11-L34
|
|
1349
1323
|
|
|
1324
|
+
/**
|
|
1325
|
+
* Provides a cross-platform setImmediate implementation.
|
|
1326
|
+
* Uses native setImmediate if available, otherwise falls back to postMessage or setTimeout.
|
|
1327
|
+
*
|
|
1328
|
+
* @param {boolean} setImmediateSupported - Whether setImmediate is supported.
|
|
1329
|
+
* @param {boolean} postMessageSupported - Whether postMessage is supported.
|
|
1330
|
+
* @returns {Function} A function to schedule a callback asynchronously.
|
|
1331
|
+
*/
|
|
1350
1332
|
var _setImmediate = function (setImmediateSupported, postMessageSupported) {
|
|
1351
1333
|
if (setImmediateSupported) {
|
|
1352
1334
|
return setImmediate;
|
|
1353
1335
|
}
|
|
1354
1336
|
return postMessageSupported ? function (token, callbacks) {
|
|
1355
|
-
_global.addEventListener(
|
|
1337
|
+
_global.addEventListener('message', function (_ref5) {
|
|
1356
1338
|
var source = _ref5.source,
|
|
1357
1339
|
data = _ref5.data;
|
|
1358
1340
|
if (source === _global && data === token) {
|
|
@@ -1361,12 +1343,19 @@
|
|
|
1361
1343
|
}, false);
|
|
1362
1344
|
return function (cb) {
|
|
1363
1345
|
callbacks.push(cb);
|
|
1364
|
-
_global.postMessage(token,
|
|
1346
|
+
_global.postMessage(token, '*');
|
|
1365
1347
|
};
|
|
1366
1348
|
}("axios@".concat(Math.random()), []) : function (cb) {
|
|
1367
1349
|
return setTimeout(cb);
|
|
1368
1350
|
};
|
|
1369
1351
|
}(typeof setImmediate === 'function', isFunction$1(_global.postMessage));
|
|
1352
|
+
|
|
1353
|
+
/**
|
|
1354
|
+
* Schedules a microtask or asynchronous callback as soon as possible.
|
|
1355
|
+
* Uses queueMicrotask if available, otherwise falls back to process.nextTick or _setImmediate.
|
|
1356
|
+
*
|
|
1357
|
+
* @type {Function}
|
|
1358
|
+
*/
|
|
1370
1359
|
var asap = typeof queueMicrotask !== 'undefined' ? queueMicrotask.bind(_global) : typeof process !== 'undefined' && process.nextTick || _setImmediate;
|
|
1371
1360
|
|
|
1372
1361
|
// *********************
|
|
@@ -1393,6 +1382,8 @@
|
|
|
1393
1382
|
isUndefined: isUndefined,
|
|
1394
1383
|
isDate: isDate,
|
|
1395
1384
|
isFile: isFile,
|
|
1385
|
+
isReactNativeBlob: isReactNativeBlob,
|
|
1386
|
+
isReactNative: isReactNative,
|
|
1396
1387
|
isBlob: isBlob,
|
|
1397
1388
|
isRegExp: isRegExp,
|
|
1398
1389
|
isFunction: isFunction$1,
|
|
@@ -1435,94 +1426,94 @@
|
|
|
1435
1426
|
isIterable: isIterable
|
|
1436
1427
|
};
|
|
1437
1428
|
|
|
1438
|
-
|
|
1439
|
-
|
|
1440
|
-
|
|
1441
|
-
|
|
1442
|
-
|
|
1443
|
-
|
|
1444
|
-
|
|
1445
|
-
|
|
1446
|
-
|
|
1447
|
-
|
|
1448
|
-
|
|
1449
|
-
|
|
1450
|
-
|
|
1451
|
-
|
|
1452
|
-
|
|
1453
|
-
|
|
1454
|
-
|
|
1455
|
-
|
|
1456
|
-
|
|
1457
|
-
|
|
1458
|
-
|
|
1459
|
-
|
|
1460
|
-
|
|
1461
|
-
|
|
1462
|
-
this.response = response;
|
|
1463
|
-
this.status = response.status ? response.status : null;
|
|
1464
|
-
}
|
|
1465
|
-
}
|
|
1466
|
-
utils$1.inherits(AxiosError, Error, {
|
|
1467
|
-
toJSON: function toJSON() {
|
|
1468
|
-
return {
|
|
1469
|
-
// Standard
|
|
1470
|
-
message: this.message,
|
|
1471
|
-
name: this.name,
|
|
1472
|
-
// Microsoft
|
|
1473
|
-
description: this.description,
|
|
1474
|
-
number: this.number,
|
|
1475
|
-
// Mozilla
|
|
1476
|
-
fileName: this.fileName,
|
|
1477
|
-
lineNumber: this.lineNumber,
|
|
1478
|
-
columnNumber: this.columnNumber,
|
|
1479
|
-
stack: this.stack,
|
|
1480
|
-
// Axios
|
|
1481
|
-
config: utils$1.toJSONObject(this.config),
|
|
1482
|
-
code: this.code,
|
|
1483
|
-
status: this.status
|
|
1484
|
-
};
|
|
1485
|
-
}
|
|
1486
|
-
});
|
|
1487
|
-
var prototype$1 = AxiosError.prototype;
|
|
1488
|
-
var descriptors = {};
|
|
1489
|
-
['ERR_BAD_OPTION_VALUE', 'ERR_BAD_OPTION', 'ECONNABORTED', 'ETIMEDOUT', 'ERR_NETWORK', 'ERR_FR_TOO_MANY_REDIRECTS', 'ERR_DEPRECATED', 'ERR_BAD_RESPONSE', 'ERR_BAD_REQUEST', 'ERR_CANCELED', 'ERR_NOT_SUPPORT', 'ERR_INVALID_URL'
|
|
1490
|
-
// eslint-disable-next-line func-names
|
|
1491
|
-
].forEach(function (code) {
|
|
1492
|
-
descriptors[code] = {
|
|
1493
|
-
value: code
|
|
1494
|
-
};
|
|
1495
|
-
});
|
|
1496
|
-
Object.defineProperties(AxiosError, descriptors);
|
|
1497
|
-
Object.defineProperty(prototype$1, 'isAxiosError', {
|
|
1498
|
-
value: true
|
|
1499
|
-
});
|
|
1500
|
-
|
|
1501
|
-
// eslint-disable-next-line func-names
|
|
1502
|
-
AxiosError.from = function (error, code, config, request, response, customProps) {
|
|
1503
|
-
var axiosError = Object.create(prototype$1);
|
|
1504
|
-
utils$1.toFlatObject(error, axiosError, function filter(obj) {
|
|
1505
|
-
return obj !== Error.prototype;
|
|
1506
|
-
}, function (prop) {
|
|
1507
|
-
return prop !== 'isAxiosError';
|
|
1508
|
-
});
|
|
1509
|
-
var msg = error && error.message ? error.message : 'Error';
|
|
1510
|
-
|
|
1511
|
-
// Prefer explicit code; otherwise copy the low-level error's code (e.g. ECONNREFUSED)
|
|
1512
|
-
var errCode = code == null && error ? error.code : code;
|
|
1513
|
-
AxiosError.call(axiosError, msg, errCode, config, request, response);
|
|
1514
|
-
|
|
1515
|
-
// Chain the original error on the standard field; non-enumerable to avoid JSON noise
|
|
1516
|
-
if (error && axiosError.cause == null) {
|
|
1517
|
-
Object.defineProperty(axiosError, 'cause', {
|
|
1518
|
-
value: error,
|
|
1429
|
+
var AxiosError = /*#__PURE__*/function (_Error) {
|
|
1430
|
+
/**
|
|
1431
|
+
* Create an Error with the specified message, config, error code, request and response.
|
|
1432
|
+
*
|
|
1433
|
+
* @param {string} message The error message.
|
|
1434
|
+
* @param {string} [code] The error code (for example, 'ECONNABORTED').
|
|
1435
|
+
* @param {Object} [config] The config.
|
|
1436
|
+
* @param {Object} [request] The request.
|
|
1437
|
+
* @param {Object} [response] The response.
|
|
1438
|
+
*
|
|
1439
|
+
* @returns {Error} The created error.
|
|
1440
|
+
*/
|
|
1441
|
+
function AxiosError(message, code, config, request, response) {
|
|
1442
|
+
var _this;
|
|
1443
|
+
_classCallCheck(this, AxiosError);
|
|
1444
|
+
_this = _callSuper(this, AxiosError, [message]);
|
|
1445
|
+
|
|
1446
|
+
// Make message enumerable to maintain backward compatibility
|
|
1447
|
+
// The native Error constructor sets message as non-enumerable,
|
|
1448
|
+
// but axios < v1.13.3 had it as enumerable
|
|
1449
|
+
Object.defineProperty(_this, 'message', {
|
|
1450
|
+
value: message,
|
|
1451
|
+
enumerable: true,
|
|
1452
|
+
writable: true,
|
|
1519
1453
|
configurable: true
|
|
1520
1454
|
});
|
|
1455
|
+
_this.name = 'AxiosError';
|
|
1456
|
+
_this.isAxiosError = true;
|
|
1457
|
+
code && (_this.code = code);
|
|
1458
|
+
config && (_this.config = config);
|
|
1459
|
+
request && (_this.request = request);
|
|
1460
|
+
if (response) {
|
|
1461
|
+
_this.response = response;
|
|
1462
|
+
_this.status = response.status;
|
|
1463
|
+
}
|
|
1464
|
+
return _this;
|
|
1521
1465
|
}
|
|
1522
|
-
|
|
1523
|
-
|
|
1524
|
-
|
|
1525
|
-
|
|
1466
|
+
_inherits(AxiosError, _Error);
|
|
1467
|
+
return _createClass(AxiosError, [{
|
|
1468
|
+
key: "toJSON",
|
|
1469
|
+
value: function toJSON() {
|
|
1470
|
+
return {
|
|
1471
|
+
// Standard
|
|
1472
|
+
message: this.message,
|
|
1473
|
+
name: this.name,
|
|
1474
|
+
// Microsoft
|
|
1475
|
+
description: this.description,
|
|
1476
|
+
number: this.number,
|
|
1477
|
+
// Mozilla
|
|
1478
|
+
fileName: this.fileName,
|
|
1479
|
+
lineNumber: this.lineNumber,
|
|
1480
|
+
columnNumber: this.columnNumber,
|
|
1481
|
+
stack: this.stack,
|
|
1482
|
+
// Axios
|
|
1483
|
+
config: utils$1.toJSONObject(this.config),
|
|
1484
|
+
code: this.code,
|
|
1485
|
+
status: this.status
|
|
1486
|
+
};
|
|
1487
|
+
}
|
|
1488
|
+
}], [{
|
|
1489
|
+
key: "from",
|
|
1490
|
+
value: function from(error, code, config, request, response, customProps) {
|
|
1491
|
+
var axiosError = new AxiosError(error.message, code || error.code, config, request, response);
|
|
1492
|
+
axiosError.cause = error;
|
|
1493
|
+
axiosError.name = error.name;
|
|
1494
|
+
|
|
1495
|
+
// Preserve status from the original error if not already set from response
|
|
1496
|
+
if (error.status != null && axiosError.status == null) {
|
|
1497
|
+
axiosError.status = error.status;
|
|
1498
|
+
}
|
|
1499
|
+
customProps && Object.assign(axiosError, customProps);
|
|
1500
|
+
return axiosError;
|
|
1501
|
+
}
|
|
1502
|
+
}]);
|
|
1503
|
+
}(/*#__PURE__*/_wrapNativeSuper(Error)); // This can be changed to static properties as soon as the parser options in .eslint.cjs are updated.
|
|
1504
|
+
AxiosError.ERR_BAD_OPTION_VALUE = 'ERR_BAD_OPTION_VALUE';
|
|
1505
|
+
AxiosError.ERR_BAD_OPTION = 'ERR_BAD_OPTION';
|
|
1506
|
+
AxiosError.ECONNABORTED = 'ECONNABORTED';
|
|
1507
|
+
AxiosError.ETIMEDOUT = 'ETIMEDOUT';
|
|
1508
|
+
AxiosError.ERR_NETWORK = 'ERR_NETWORK';
|
|
1509
|
+
AxiosError.ERR_FR_TOO_MANY_REDIRECTS = 'ERR_FR_TOO_MANY_REDIRECTS';
|
|
1510
|
+
AxiosError.ERR_DEPRECATED = 'ERR_DEPRECATED';
|
|
1511
|
+
AxiosError.ERR_BAD_RESPONSE = 'ERR_BAD_RESPONSE';
|
|
1512
|
+
AxiosError.ERR_BAD_REQUEST = 'ERR_BAD_REQUEST';
|
|
1513
|
+
AxiosError.ERR_CANCELED = 'ERR_CANCELED';
|
|
1514
|
+
AxiosError.ERR_NOT_SUPPORT = 'ERR_NOT_SUPPORT';
|
|
1515
|
+
AxiosError.ERR_INVALID_URL = 'ERR_INVALID_URL';
|
|
1516
|
+
var AxiosError$1 = AxiosError;
|
|
1526
1517
|
|
|
1527
1518
|
// eslint-disable-next-line strict
|
|
1528
1519
|
var httpAdapter = null;
|
|
@@ -1640,7 +1631,7 @@
|
|
|
1640
1631
|
return value.toString();
|
|
1641
1632
|
}
|
|
1642
1633
|
if (!useBlob && utils$1.isBlob(value)) {
|
|
1643
|
-
throw new AxiosError('Blob is not supported. Use a Buffer instead.');
|
|
1634
|
+
throw new AxiosError$1('Blob is not supported. Use a Buffer instead.');
|
|
1644
1635
|
}
|
|
1645
1636
|
if (utils$1.isArrayBuffer(value) || utils$1.isTypedArray(value)) {
|
|
1646
1637
|
return useBlob && typeof Blob === 'function' ? new Blob([value]) : Buffer.from(value);
|
|
@@ -1660,6 +1651,10 @@
|
|
|
1660
1651
|
*/
|
|
1661
1652
|
function defaultVisitor(value, key, path) {
|
|
1662
1653
|
var arr = value;
|
|
1654
|
+
if (utils$1.isReactNative(formData) && utils$1.isReactNativeBlob(value)) {
|
|
1655
|
+
formData.append(renderKey(path, key, dots), convertValue(value));
|
|
1656
|
+
return false;
|
|
1657
|
+
}
|
|
1663
1658
|
if (value && !path && _typeof(value) === 'object') {
|
|
1664
1659
|
if (utils$1.endsWith(key, '{}')) {
|
|
1665
1660
|
// eslint-disable-next-line no-param-reassign
|
|
@@ -1780,25 +1775,22 @@
|
|
|
1780
1775
|
* @returns {string} The formatted url
|
|
1781
1776
|
*/
|
|
1782
1777
|
function buildURL(url, params, options) {
|
|
1783
|
-
/*eslint no-param-reassign:0*/
|
|
1784
1778
|
if (!params) {
|
|
1785
1779
|
return url;
|
|
1786
1780
|
}
|
|
1787
1781
|
var _encode = options && options.encode || encode;
|
|
1788
|
-
|
|
1789
|
-
options
|
|
1790
|
-
|
|
1791
|
-
|
|
1792
|
-
}
|
|
1793
|
-
var serializeFn = options && options.serialize;
|
|
1782
|
+
var _options = utils$1.isFunction(options) ? {
|
|
1783
|
+
serialize: options
|
|
1784
|
+
} : options;
|
|
1785
|
+
var serializeFn = _options && _options.serialize;
|
|
1794
1786
|
var serializedParams;
|
|
1795
1787
|
if (serializeFn) {
|
|
1796
|
-
serializedParams = serializeFn(params,
|
|
1788
|
+
serializedParams = serializeFn(params, _options);
|
|
1797
1789
|
} else {
|
|
1798
|
-
serializedParams = utils$1.isURLSearchParams(params) ? params.toString() : new AxiosURLSearchParams(params,
|
|
1790
|
+
serializedParams = utils$1.isURLSearchParams(params) ? params.toString() : new AxiosURLSearchParams(params, _options).toString(_encode);
|
|
1799
1791
|
}
|
|
1800
1792
|
if (serializedParams) {
|
|
1801
|
-
var hashmarkIndex = url.indexOf(
|
|
1793
|
+
var hashmarkIndex = url.indexOf('#');
|
|
1802
1794
|
if (hashmarkIndex !== -1) {
|
|
1803
1795
|
url = url.slice(0, hashmarkIndex);
|
|
1804
1796
|
}
|
|
@@ -1818,10 +1810,11 @@
|
|
|
1818
1810
|
*
|
|
1819
1811
|
* @param {Function} fulfilled The function to handle `then` for a `Promise`
|
|
1820
1812
|
* @param {Function} rejected The function to handle `reject` for a `Promise`
|
|
1813
|
+
* @param {Object} options The options for the interceptor, synchronous and runWhen
|
|
1821
1814
|
*
|
|
1822
1815
|
* @return {Number} An ID used to remove interceptor later
|
|
1823
1816
|
*/
|
|
1824
|
-
_createClass(InterceptorManager, [{
|
|
1817
|
+
return _createClass(InterceptorManager, [{
|
|
1825
1818
|
key: "use",
|
|
1826
1819
|
value: function use(fulfilled, rejected, options) {
|
|
1827
1820
|
this.handlers.push({
|
|
@@ -1881,14 +1874,14 @@
|
|
|
1881
1874
|
});
|
|
1882
1875
|
}
|
|
1883
1876
|
}]);
|
|
1884
|
-
return InterceptorManager;
|
|
1885
1877
|
}();
|
|
1886
1878
|
var InterceptorManager$1 = InterceptorManager;
|
|
1887
1879
|
|
|
1888
1880
|
var transitionalDefaults = {
|
|
1889
1881
|
silentJSONParsing: true,
|
|
1890
1882
|
forcedJSONParsing: true,
|
|
1891
|
-
clarifyTimeoutError: false
|
|
1883
|
+
clarifyTimeoutError: false,
|
|
1884
|
+
legacyInterceptorReqResOrdering: true
|
|
1892
1885
|
};
|
|
1893
1886
|
|
|
1894
1887
|
var URLSearchParams$1 = typeof URLSearchParams !== 'undefined' ? URLSearchParams : AxiosURLSearchParams;
|
|
@@ -2126,7 +2119,7 @@
|
|
|
2126
2119
|
} catch (e) {
|
|
2127
2120
|
if (strictJSONParsing) {
|
|
2128
2121
|
if (e.name === 'SyntaxError') {
|
|
2129
|
-
throw AxiosError.from(e, AxiosError.ERR_BAD_RESPONSE, this, null, this.response);
|
|
2122
|
+
throw AxiosError$1.from(e, AxiosError$1.ERR_BAD_RESPONSE, this, null, this.response);
|
|
2130
2123
|
}
|
|
2131
2124
|
throw e;
|
|
2132
2125
|
}
|
|
@@ -2152,7 +2145,7 @@
|
|
|
2152
2145
|
},
|
|
2153
2146
|
headers: {
|
|
2154
2147
|
common: {
|
|
2155
|
-
|
|
2148
|
+
Accept: 'application/json, text/plain, */*',
|
|
2156
2149
|
'Content-Type': undefined
|
|
2157
2150
|
}
|
|
2158
2151
|
}
|
|
@@ -2258,12 +2251,12 @@
|
|
|
2258
2251
|
});
|
|
2259
2252
|
});
|
|
2260
2253
|
}
|
|
2261
|
-
var AxiosHeaders = /*#__PURE__*/function (
|
|
2254
|
+
var AxiosHeaders = /*#__PURE__*/function () {
|
|
2262
2255
|
function AxiosHeaders(headers) {
|
|
2263
2256
|
_classCallCheck(this, AxiosHeaders);
|
|
2264
2257
|
headers && this.set(headers);
|
|
2265
2258
|
}
|
|
2266
|
-
_createClass(AxiosHeaders, [{
|
|
2259
|
+
return _createClass(AxiosHeaders, [{
|
|
2267
2260
|
key: "set",
|
|
2268
2261
|
value: function set(header, valueOrRewrite, rewrite) {
|
|
2269
2262
|
var self = this;
|
|
@@ -2422,7 +2415,7 @@
|
|
|
2422
2415
|
return obj;
|
|
2423
2416
|
}
|
|
2424
2417
|
}, {
|
|
2425
|
-
key:
|
|
2418
|
+
key: Symbol.iterator,
|
|
2426
2419
|
value: function value() {
|
|
2427
2420
|
return Object.entries(this.toJSON())[Symbol.iterator]();
|
|
2428
2421
|
}
|
|
@@ -2439,10 +2432,10 @@
|
|
|
2439
2432
|
}, {
|
|
2440
2433
|
key: "getSetCookie",
|
|
2441
2434
|
value: function getSetCookie() {
|
|
2442
|
-
return this.get(
|
|
2435
|
+
return this.get('set-cookie') || [];
|
|
2443
2436
|
}
|
|
2444
2437
|
}, {
|
|
2445
|
-
key:
|
|
2438
|
+
key: Symbol.toStringTag,
|
|
2446
2439
|
get: function get() {
|
|
2447
2440
|
return 'AxiosHeaders';
|
|
2448
2441
|
}
|
|
@@ -2482,8 +2475,7 @@
|
|
|
2482
2475
|
return this;
|
|
2483
2476
|
}
|
|
2484
2477
|
}]);
|
|
2485
|
-
|
|
2486
|
-
}(Symbol.iterator, Symbol.toStringTag);
|
|
2478
|
+
}();
|
|
2487
2479
|
AxiosHeaders.accessor(['Content-Type', 'Content-Length', 'Accept', 'Accept-Encoding', 'User-Agent', 'Authorization']);
|
|
2488
2480
|
|
|
2489
2481
|
// reserved names hotfix
|
|
@@ -2526,23 +2518,28 @@
|
|
|
2526
2518
|
return !!(value && value.__CANCEL__);
|
|
2527
2519
|
}
|
|
2528
2520
|
|
|
2529
|
-
|
|
2530
|
-
|
|
2531
|
-
|
|
2532
|
-
|
|
2533
|
-
|
|
2534
|
-
|
|
2535
|
-
|
|
2536
|
-
|
|
2537
|
-
|
|
2538
|
-
|
|
2539
|
-
|
|
2540
|
-
|
|
2541
|
-
|
|
2542
|
-
|
|
2543
|
-
|
|
2544
|
-
|
|
2545
|
-
|
|
2521
|
+
var CanceledError = /*#__PURE__*/function (_AxiosError) {
|
|
2522
|
+
/**
|
|
2523
|
+
* A `CanceledError` is an object that is thrown when an operation is canceled.
|
|
2524
|
+
*
|
|
2525
|
+
* @param {string=} message The message.
|
|
2526
|
+
* @param {Object=} config The config.
|
|
2527
|
+
* @param {Object=} request The request.
|
|
2528
|
+
*
|
|
2529
|
+
* @returns {CanceledError} The created error.
|
|
2530
|
+
*/
|
|
2531
|
+
function CanceledError(message, config, request) {
|
|
2532
|
+
var _this;
|
|
2533
|
+
_classCallCheck(this, CanceledError);
|
|
2534
|
+
_this = _callSuper(this, CanceledError, [message == null ? 'canceled' : message, AxiosError$1.ERR_CANCELED, config, request]);
|
|
2535
|
+
_this.name = 'CanceledError';
|
|
2536
|
+
_this.__CANCEL__ = true;
|
|
2537
|
+
return _this;
|
|
2538
|
+
}
|
|
2539
|
+
_inherits(CanceledError, _AxiosError);
|
|
2540
|
+
return _createClass(CanceledError);
|
|
2541
|
+
}(AxiosError$1);
|
|
2542
|
+
var CanceledError$1 = CanceledError;
|
|
2546
2543
|
|
|
2547
2544
|
/**
|
|
2548
2545
|
* Resolve or reject a Promise based on response status.
|
|
@@ -2558,7 +2555,7 @@
|
|
|
2558
2555
|
if (!response.status || !validateStatus || validateStatus(response.status)) {
|
|
2559
2556
|
resolve(response);
|
|
2560
2557
|
} else {
|
|
2561
|
-
reject(new AxiosError('Request failed with status code ' + response.status, [AxiosError.ERR_BAD_REQUEST, AxiosError.ERR_BAD_RESPONSE][Math.floor(response.status / 100) - 4], response.config, response.request, response));
|
|
2558
|
+
reject(new AxiosError$1('Request failed with status code ' + response.status, [AxiosError$1.ERR_BAD_REQUEST, AxiosError$1.ERR_BAD_RESPONSE][Math.floor(response.status / 100) - 4], response.config, response.request, response));
|
|
2562
2559
|
}
|
|
2563
2560
|
}
|
|
2564
2561
|
|
|
@@ -2758,6 +2755,9 @@
|
|
|
2758
2755
|
// A URL is considered absolute if it begins with "<scheme>://" or "//" (protocol-relative URL).
|
|
2759
2756
|
// RFC 3986 defines scheme name as a sequence of characters beginning with a letter and followed
|
|
2760
2757
|
// by any combination of letters, digits, plus, period, or hyphen.
|
|
2758
|
+
if (typeof url !== 'string') {
|
|
2759
|
+
return false;
|
|
2760
|
+
}
|
|
2761
2761
|
return /^([a-z][a-z\d+\-.]*:)?\/\//i.test(url);
|
|
2762
2762
|
}
|
|
2763
2763
|
|
|
@@ -2820,8 +2820,6 @@
|
|
|
2820
2820
|
}
|
|
2821
2821
|
return source;
|
|
2822
2822
|
}
|
|
2823
|
-
|
|
2824
|
-
// eslint-disable-next-line consistent-return
|
|
2825
2823
|
function mergeDeepProperties(a, b, prop, caseless) {
|
|
2826
2824
|
if (!utils$1.isUndefined(b)) {
|
|
2827
2825
|
return getMergedValue(a, b, prop, caseless);
|
|
@@ -2888,7 +2886,8 @@
|
|
|
2888
2886
|
}
|
|
2889
2887
|
};
|
|
2890
2888
|
utils$1.forEach(Object.keys(_objectSpread2(_objectSpread2({}, config1), config2)), function computeConfigValue(prop) {
|
|
2891
|
-
|
|
2889
|
+
if (prop === '__proto__' || prop === 'constructor' || prop === 'prototype') return;
|
|
2890
|
+
var merge = utils$1.hasOwnProp(mergeMap, prop) ? mergeMap[prop] : mergeDeepProperties;
|
|
2892
2891
|
var configValue = merge(config1[prop], config2[prop], prop);
|
|
2893
2892
|
utils$1.isUndefined(configValue) && merge !== mergeDirectKeys || (config[prop] = configValue);
|
|
2894
2893
|
});
|
|
@@ -3024,7 +3023,7 @@
|
|
|
3024
3023
|
if (!request) {
|
|
3025
3024
|
return;
|
|
3026
3025
|
}
|
|
3027
|
-
reject(new AxiosError('Request aborted', AxiosError.ECONNABORTED, config, request));
|
|
3026
|
+
reject(new AxiosError$1('Request aborted', AxiosError$1.ECONNABORTED, config, request));
|
|
3028
3027
|
|
|
3029
3028
|
// Clean up request
|
|
3030
3029
|
request = null;
|
|
@@ -3036,7 +3035,7 @@
|
|
|
3036
3035
|
// (message may be empty; when present, surface it)
|
|
3037
3036
|
// See https://developer.mozilla.org/docs/Web/API/XMLHttpRequest/error_event
|
|
3038
3037
|
var msg = event && event.message ? event.message : 'Network Error';
|
|
3039
|
-
var err = new AxiosError(msg, AxiosError.ERR_NETWORK, config, request);
|
|
3038
|
+
var err = new AxiosError$1(msg, AxiosError$1.ERR_NETWORK, config, request);
|
|
3040
3039
|
// attach the underlying event for consumers who want details
|
|
3041
3040
|
err.event = event || null;
|
|
3042
3041
|
reject(err);
|
|
@@ -3050,7 +3049,7 @@
|
|
|
3050
3049
|
if (_config.timeoutErrorMessage) {
|
|
3051
3050
|
timeoutErrorMessage = _config.timeoutErrorMessage;
|
|
3052
3051
|
}
|
|
3053
|
-
reject(new AxiosError(timeoutErrorMessage, transitional.clarifyTimeoutError ? AxiosError.ETIMEDOUT : AxiosError.ECONNABORTED, config, request));
|
|
3052
|
+
reject(new AxiosError$1(timeoutErrorMessage, transitional.clarifyTimeoutError ? AxiosError$1.ETIMEDOUT : AxiosError$1.ECONNABORTED, config, request));
|
|
3054
3053
|
|
|
3055
3054
|
// Clean up request
|
|
3056
3055
|
request = null;
|
|
@@ -3101,7 +3100,7 @@
|
|
|
3101
3100
|
if (!request) {
|
|
3102
3101
|
return;
|
|
3103
3102
|
}
|
|
3104
|
-
reject(!cancel || cancel.type ? new CanceledError(null, config, request) : cancel);
|
|
3103
|
+
reject(!cancel || cancel.type ? new CanceledError$1(null, config, request) : cancel);
|
|
3105
3104
|
request.abort();
|
|
3106
3105
|
request = null;
|
|
3107
3106
|
};
|
|
@@ -3112,7 +3111,7 @@
|
|
|
3112
3111
|
}
|
|
3113
3112
|
var protocol = parseProtocol(_config.url);
|
|
3114
3113
|
if (protocol && platform.protocols.indexOf(protocol) === -1) {
|
|
3115
|
-
reject(new AxiosError('Unsupported protocol ' + protocol + ':', AxiosError.ERR_BAD_REQUEST, config));
|
|
3114
|
+
reject(new AxiosError$1('Unsupported protocol ' + protocol + ':', AxiosError$1.ERR_BAD_REQUEST, config));
|
|
3116
3115
|
return;
|
|
3117
3116
|
}
|
|
3118
3117
|
|
|
@@ -3132,12 +3131,12 @@
|
|
|
3132
3131
|
aborted = true;
|
|
3133
3132
|
unsubscribe();
|
|
3134
3133
|
var err = reason instanceof Error ? reason : this.reason;
|
|
3135
|
-
controller.abort(err instanceof AxiosError ? err : new CanceledError(err instanceof Error ? err.message : err));
|
|
3134
|
+
controller.abort(err instanceof AxiosError$1 ? err : new CanceledError$1(err instanceof Error ? err.message : err));
|
|
3136
3135
|
}
|
|
3137
3136
|
};
|
|
3138
3137
|
var timer = timeout && setTimeout(function () {
|
|
3139
3138
|
timer = null;
|
|
3140
|
-
onabort(new AxiosError("timeout ".concat(timeout, "
|
|
3139
|
+
onabort(new AxiosError$1("timeout of ".concat(timeout, "ms exceeded"), AxiosError$1.ETIMEDOUT));
|
|
3141
3140
|
}, timeout);
|
|
3142
3141
|
var unsubscribe = function unsubscribe() {
|
|
3143
3142
|
if (signals) {
|
|
@@ -3161,147 +3160,144 @@
|
|
|
3161
3160
|
};
|
|
3162
3161
|
var composeSignals$1 = composeSignals;
|
|
3163
3162
|
|
|
3164
|
-
var streamChunk = /*#__PURE__*/
|
|
3163
|
+
var streamChunk = /*#__PURE__*/_regenerator().m(function streamChunk(chunk, chunkSize) {
|
|
3165
3164
|
var len, pos, end;
|
|
3166
|
-
return
|
|
3167
|
-
while (1) switch (_context.
|
|
3165
|
+
return _regenerator().w(function (_context) {
|
|
3166
|
+
while (1) switch (_context.n) {
|
|
3168
3167
|
case 0:
|
|
3169
3168
|
len = chunk.byteLength;
|
|
3170
3169
|
if (!(!chunkSize || len < chunkSize)) {
|
|
3171
|
-
_context.
|
|
3170
|
+
_context.n = 2;
|
|
3172
3171
|
break;
|
|
3173
3172
|
}
|
|
3174
|
-
_context.
|
|
3173
|
+
_context.n = 1;
|
|
3175
3174
|
return chunk;
|
|
3176
|
-
case
|
|
3177
|
-
return _context.
|
|
3178
|
-
case
|
|
3175
|
+
case 1:
|
|
3176
|
+
return _context.a(2);
|
|
3177
|
+
case 2:
|
|
3179
3178
|
pos = 0;
|
|
3180
|
-
case
|
|
3179
|
+
case 3:
|
|
3181
3180
|
if (!(pos < len)) {
|
|
3182
|
-
_context.
|
|
3181
|
+
_context.n = 5;
|
|
3183
3182
|
break;
|
|
3184
3183
|
}
|
|
3185
3184
|
end = pos + chunkSize;
|
|
3186
|
-
_context.
|
|
3185
|
+
_context.n = 4;
|
|
3187
3186
|
return chunk.slice(pos, end);
|
|
3188
|
-
case
|
|
3187
|
+
case 4:
|
|
3189
3188
|
pos = end;
|
|
3190
|
-
_context.
|
|
3189
|
+
_context.n = 3;
|
|
3191
3190
|
break;
|
|
3192
|
-
case
|
|
3193
|
-
|
|
3194
|
-
return _context.stop();
|
|
3191
|
+
case 5:
|
|
3192
|
+
return _context.a(2);
|
|
3195
3193
|
}
|
|
3196
3194
|
}, streamChunk);
|
|
3197
3195
|
});
|
|
3198
3196
|
var readBytes = /*#__PURE__*/function () {
|
|
3199
|
-
var _ref = _wrapAsyncGenerator(
|
|
3200
|
-
var _iteratorAbruptCompletion, _didIteratorError, _iteratorError, _iterator, _step, chunk;
|
|
3201
|
-
return
|
|
3202
|
-
while (1) switch (_context2.
|
|
3197
|
+
var _ref = _wrapAsyncGenerator(/*#__PURE__*/_regenerator().m(function _callee(iterable, chunkSize) {
|
|
3198
|
+
var _iteratorAbruptCompletion, _didIteratorError, _iteratorError, _iterator, _step, chunk, _t;
|
|
3199
|
+
return _regenerator().w(function (_context2) {
|
|
3200
|
+
while (1) switch (_context2.p = _context2.n) {
|
|
3203
3201
|
case 0:
|
|
3204
3202
|
_iteratorAbruptCompletion = false;
|
|
3205
3203
|
_didIteratorError = false;
|
|
3206
|
-
_context2.
|
|
3204
|
+
_context2.p = 1;
|
|
3207
3205
|
_iterator = _asyncIterator(readStream(iterable));
|
|
3208
|
-
case
|
|
3209
|
-
_context2.
|
|
3206
|
+
case 2:
|
|
3207
|
+
_context2.n = 3;
|
|
3210
3208
|
return _awaitAsyncGenerator(_iterator.next());
|
|
3211
|
-
case
|
|
3212
|
-
if (!(_iteratorAbruptCompletion = !(_step = _context2.
|
|
3213
|
-
_context2.
|
|
3209
|
+
case 3:
|
|
3210
|
+
if (!(_iteratorAbruptCompletion = !(_step = _context2.v).done)) {
|
|
3211
|
+
_context2.n = 5;
|
|
3214
3212
|
break;
|
|
3215
3213
|
}
|
|
3216
3214
|
chunk = _step.value;
|
|
3217
|
-
return _context2.
|
|
3218
|
-
case
|
|
3215
|
+
return _context2.d(_regeneratorValues(_asyncGeneratorDelegate(_asyncIterator(streamChunk(chunk, chunkSize)))), 4);
|
|
3216
|
+
case 4:
|
|
3219
3217
|
_iteratorAbruptCompletion = false;
|
|
3220
|
-
_context2.
|
|
3218
|
+
_context2.n = 2;
|
|
3221
3219
|
break;
|
|
3222
|
-
case
|
|
3223
|
-
_context2.
|
|
3220
|
+
case 5:
|
|
3221
|
+
_context2.n = 7;
|
|
3224
3222
|
break;
|
|
3225
|
-
case
|
|
3226
|
-
_context2.
|
|
3227
|
-
|
|
3223
|
+
case 6:
|
|
3224
|
+
_context2.p = 6;
|
|
3225
|
+
_t = _context2.v;
|
|
3228
3226
|
_didIteratorError = true;
|
|
3229
|
-
_iteratorError =
|
|
3230
|
-
case
|
|
3231
|
-
_context2.
|
|
3232
|
-
_context2.
|
|
3227
|
+
_iteratorError = _t;
|
|
3228
|
+
case 7:
|
|
3229
|
+
_context2.p = 7;
|
|
3230
|
+
_context2.p = 8;
|
|
3233
3231
|
if (!(_iteratorAbruptCompletion && _iterator["return"] != null)) {
|
|
3234
|
-
_context2.
|
|
3232
|
+
_context2.n = 9;
|
|
3235
3233
|
break;
|
|
3236
3234
|
}
|
|
3237
|
-
_context2.
|
|
3235
|
+
_context2.n = 9;
|
|
3238
3236
|
return _awaitAsyncGenerator(_iterator["return"]());
|
|
3239
|
-
case
|
|
3240
|
-
_context2.
|
|
3237
|
+
case 9:
|
|
3238
|
+
_context2.p = 9;
|
|
3241
3239
|
if (!_didIteratorError) {
|
|
3242
|
-
_context2.
|
|
3240
|
+
_context2.n = 10;
|
|
3243
3241
|
break;
|
|
3244
3242
|
}
|
|
3245
3243
|
throw _iteratorError;
|
|
3246
|
-
case
|
|
3247
|
-
return _context2.
|
|
3248
|
-
case
|
|
3249
|
-
return _context2.
|
|
3250
|
-
case
|
|
3251
|
-
|
|
3252
|
-
return _context2.stop();
|
|
3244
|
+
case 10:
|
|
3245
|
+
return _context2.f(9);
|
|
3246
|
+
case 11:
|
|
3247
|
+
return _context2.f(7);
|
|
3248
|
+
case 12:
|
|
3249
|
+
return _context2.a(2);
|
|
3253
3250
|
}
|
|
3254
|
-
}, _callee, null, [[
|
|
3251
|
+
}, _callee, null, [[8,, 9, 11], [1, 6, 7, 12]]);
|
|
3255
3252
|
}));
|
|
3256
3253
|
return function readBytes(_x, _x2) {
|
|
3257
3254
|
return _ref.apply(this, arguments);
|
|
3258
3255
|
};
|
|
3259
3256
|
}();
|
|
3260
3257
|
var readStream = /*#__PURE__*/function () {
|
|
3261
|
-
var _ref2 = _wrapAsyncGenerator(
|
|
3258
|
+
var _ref2 = _wrapAsyncGenerator(/*#__PURE__*/_regenerator().m(function _callee2(stream) {
|
|
3262
3259
|
var reader, _yield$_awaitAsyncGen, done, value;
|
|
3263
|
-
return
|
|
3264
|
-
while (1) switch (_context3.
|
|
3260
|
+
return _regenerator().w(function (_context3) {
|
|
3261
|
+
while (1) switch (_context3.p = _context3.n) {
|
|
3265
3262
|
case 0:
|
|
3266
3263
|
if (!stream[Symbol.asyncIterator]) {
|
|
3267
|
-
_context3.
|
|
3264
|
+
_context3.n = 2;
|
|
3268
3265
|
break;
|
|
3269
3266
|
}
|
|
3270
|
-
return _context3.
|
|
3267
|
+
return _context3.d(_regeneratorValues(_asyncGeneratorDelegate(_asyncIterator(stream))), 1);
|
|
3268
|
+
case 1:
|
|
3269
|
+
return _context3.a(2);
|
|
3271
3270
|
case 2:
|
|
3272
|
-
return _context3.abrupt("return");
|
|
3273
|
-
case 3:
|
|
3274
3271
|
reader = stream.getReader();
|
|
3275
|
-
_context3.
|
|
3276
|
-
case
|
|
3277
|
-
_context3.
|
|
3272
|
+
_context3.p = 3;
|
|
3273
|
+
case 4:
|
|
3274
|
+
_context3.n = 5;
|
|
3278
3275
|
return _awaitAsyncGenerator(reader.read());
|
|
3279
|
-
case
|
|
3280
|
-
_yield$_awaitAsyncGen = _context3.
|
|
3276
|
+
case 5:
|
|
3277
|
+
_yield$_awaitAsyncGen = _context3.v;
|
|
3281
3278
|
done = _yield$_awaitAsyncGen.done;
|
|
3282
3279
|
value = _yield$_awaitAsyncGen.value;
|
|
3283
3280
|
if (!done) {
|
|
3284
|
-
_context3.
|
|
3281
|
+
_context3.n = 6;
|
|
3285
3282
|
break;
|
|
3286
3283
|
}
|
|
3287
|
-
return _context3.
|
|
3288
|
-
case
|
|
3289
|
-
_context3.
|
|
3284
|
+
return _context3.a(3, 8);
|
|
3285
|
+
case 6:
|
|
3286
|
+
_context3.n = 7;
|
|
3290
3287
|
return value;
|
|
3291
|
-
case
|
|
3292
|
-
_context3.
|
|
3288
|
+
case 7:
|
|
3289
|
+
_context3.n = 4;
|
|
3293
3290
|
break;
|
|
3294
|
-
case
|
|
3295
|
-
_context3.
|
|
3296
|
-
_context3.
|
|
3291
|
+
case 8:
|
|
3292
|
+
_context3.p = 8;
|
|
3293
|
+
_context3.n = 9;
|
|
3297
3294
|
return _awaitAsyncGenerator(reader.cancel());
|
|
3298
|
-
case
|
|
3299
|
-
return _context3.
|
|
3300
|
-
case
|
|
3301
|
-
|
|
3302
|
-
return _context3.stop();
|
|
3295
|
+
case 9:
|
|
3296
|
+
return _context3.f(8);
|
|
3297
|
+
case 10:
|
|
3298
|
+
return _context3.a(2);
|
|
3303
3299
|
}
|
|
3304
|
-
}, _callee2, null, [[
|
|
3300
|
+
}, _callee2, null, [[3,, 8, 10]]);
|
|
3305
3301
|
}));
|
|
3306
3302
|
return function readStream(_x3) {
|
|
3307
3303
|
return _ref2.apply(this, arguments);
|
|
@@ -3319,44 +3315,43 @@
|
|
|
3319
3315
|
};
|
|
3320
3316
|
return new ReadableStream({
|
|
3321
3317
|
pull: function pull(controller) {
|
|
3322
|
-
return _asyncToGenerator(
|
|
3323
|
-
var _yield$iterator$next, _done, value, len, loadedBytes;
|
|
3324
|
-
return
|
|
3325
|
-
while (1) switch (_context4.
|
|
3318
|
+
return _asyncToGenerator(/*#__PURE__*/_regenerator().m(function _callee3() {
|
|
3319
|
+
var _yield$iterator$next, _done, value, len, loadedBytes, _t2;
|
|
3320
|
+
return _regenerator().w(function (_context4) {
|
|
3321
|
+
while (1) switch (_context4.p = _context4.n) {
|
|
3326
3322
|
case 0:
|
|
3327
|
-
_context4.
|
|
3328
|
-
_context4.
|
|
3323
|
+
_context4.p = 0;
|
|
3324
|
+
_context4.n = 1;
|
|
3329
3325
|
return iterator.next();
|
|
3330
|
-
case
|
|
3331
|
-
_yield$iterator$next = _context4.
|
|
3326
|
+
case 1:
|
|
3327
|
+
_yield$iterator$next = _context4.v;
|
|
3332
3328
|
_done = _yield$iterator$next.done;
|
|
3333
3329
|
value = _yield$iterator$next.value;
|
|
3334
3330
|
if (!_done) {
|
|
3335
|
-
_context4.
|
|
3331
|
+
_context4.n = 2;
|
|
3336
3332
|
break;
|
|
3337
3333
|
}
|
|
3338
3334
|
_onFinish();
|
|
3339
3335
|
controller.close();
|
|
3340
|
-
return _context4.
|
|
3341
|
-
case
|
|
3336
|
+
return _context4.a(2);
|
|
3337
|
+
case 2:
|
|
3342
3338
|
len = value.byteLength;
|
|
3343
3339
|
if (onProgress) {
|
|
3344
3340
|
loadedBytes = bytes += len;
|
|
3345
3341
|
onProgress(loadedBytes);
|
|
3346
3342
|
}
|
|
3347
3343
|
controller.enqueue(new Uint8Array(value));
|
|
3348
|
-
_context4.
|
|
3344
|
+
_context4.n = 4;
|
|
3349
3345
|
break;
|
|
3350
|
-
case
|
|
3351
|
-
_context4.
|
|
3352
|
-
|
|
3353
|
-
_onFinish(
|
|
3354
|
-
throw
|
|
3355
|
-
case
|
|
3356
|
-
|
|
3357
|
-
return _context4.stop();
|
|
3346
|
+
case 3:
|
|
3347
|
+
_context4.p = 3;
|
|
3348
|
+
_t2 = _context4.v;
|
|
3349
|
+
_onFinish(_t2);
|
|
3350
|
+
throw _t2;
|
|
3351
|
+
case 4:
|
|
3352
|
+
return _context4.a(2);
|
|
3358
3353
|
}
|
|
3359
|
-
}, _callee3, null, [[0,
|
|
3354
|
+
}, _callee3, null, [[0, 3]]);
|
|
3360
3355
|
}))();
|
|
3361
3356
|
},
|
|
3362
3357
|
cancel: function cancel(reason) {
|
|
@@ -3410,20 +3405,18 @@
|
|
|
3410
3405
|
return function (str) {
|
|
3411
3406
|
return encoder.encode(str);
|
|
3412
3407
|
};
|
|
3413
|
-
}(new TextEncoder()) : (
|
|
3414
|
-
var _ref2 = _asyncToGenerator(
|
|
3415
|
-
|
|
3416
|
-
|
|
3408
|
+
}(new TextEncoder()) : (/*#__PURE__*/function () {
|
|
3409
|
+
var _ref2 = _asyncToGenerator(/*#__PURE__*/_regenerator().m(function _callee(str) {
|
|
3410
|
+
var _t, _t2;
|
|
3411
|
+
return _regenerator().w(function (_context) {
|
|
3412
|
+
while (1) switch (_context.n) {
|
|
3417
3413
|
case 0:
|
|
3418
|
-
|
|
3419
|
-
_context.
|
|
3414
|
+
_t = Uint8Array;
|
|
3415
|
+
_context.n = 1;
|
|
3420
3416
|
return new Request(str).arrayBuffer();
|
|
3421
|
-
case
|
|
3422
|
-
|
|
3423
|
-
return _context.
|
|
3424
|
-
case 5:
|
|
3425
|
-
case "end":
|
|
3426
|
-
return _context.stop();
|
|
3417
|
+
case 1:
|
|
3418
|
+
_t2 = _context.v;
|
|
3419
|
+
return _context.a(2, new _t(_t2));
|
|
3427
3420
|
}
|
|
3428
3421
|
}, _callee);
|
|
3429
3422
|
}));
|
|
@@ -3458,61 +3451,60 @@
|
|
|
3458
3451
|
if (method) {
|
|
3459
3452
|
return method.call(res);
|
|
3460
3453
|
}
|
|
3461
|
-
throw new AxiosError("Response type '".concat(type, "' is not supported"), AxiosError.ERR_NOT_SUPPORT, config);
|
|
3454
|
+
throw new AxiosError$1("Response type '".concat(type, "' is not supported"), AxiosError$1.ERR_NOT_SUPPORT, config);
|
|
3462
3455
|
});
|
|
3463
3456
|
});
|
|
3464
3457
|
}();
|
|
3465
3458
|
var getBodyLength = /*#__PURE__*/function () {
|
|
3466
|
-
var _ref3 = _asyncToGenerator(
|
|
3459
|
+
var _ref3 = _asyncToGenerator(/*#__PURE__*/_regenerator().m(function _callee2(body) {
|
|
3467
3460
|
var _request;
|
|
3468
|
-
return
|
|
3469
|
-
while (1) switch (_context2.
|
|
3461
|
+
return _regenerator().w(function (_context2) {
|
|
3462
|
+
while (1) switch (_context2.n) {
|
|
3470
3463
|
case 0:
|
|
3471
3464
|
if (!(body == null)) {
|
|
3472
|
-
_context2.
|
|
3465
|
+
_context2.n = 1;
|
|
3473
3466
|
break;
|
|
3474
3467
|
}
|
|
3475
|
-
return _context2.
|
|
3476
|
-
case
|
|
3468
|
+
return _context2.a(2, 0);
|
|
3469
|
+
case 1:
|
|
3477
3470
|
if (!utils$1.isBlob(body)) {
|
|
3478
|
-
_context2.
|
|
3471
|
+
_context2.n = 2;
|
|
3479
3472
|
break;
|
|
3480
3473
|
}
|
|
3481
|
-
return _context2.
|
|
3482
|
-
case
|
|
3474
|
+
return _context2.a(2, body.size);
|
|
3475
|
+
case 2:
|
|
3483
3476
|
if (!utils$1.isSpecCompliantForm(body)) {
|
|
3484
|
-
_context2.
|
|
3477
|
+
_context2.n = 4;
|
|
3485
3478
|
break;
|
|
3486
3479
|
}
|
|
3487
3480
|
_request = new Request(platform.origin, {
|
|
3488
3481
|
method: 'POST',
|
|
3489
3482
|
body: body
|
|
3490
3483
|
});
|
|
3491
|
-
_context2.
|
|
3484
|
+
_context2.n = 3;
|
|
3492
3485
|
return _request.arrayBuffer();
|
|
3493
|
-
case
|
|
3494
|
-
return _context2.
|
|
3495
|
-
case
|
|
3486
|
+
case 3:
|
|
3487
|
+
return _context2.a(2, _context2.v.byteLength);
|
|
3488
|
+
case 4:
|
|
3496
3489
|
if (!(utils$1.isArrayBufferView(body) || utils$1.isArrayBuffer(body))) {
|
|
3497
|
-
_context2.
|
|
3490
|
+
_context2.n = 5;
|
|
3498
3491
|
break;
|
|
3499
3492
|
}
|
|
3500
|
-
return _context2.
|
|
3501
|
-
case
|
|
3493
|
+
return _context2.a(2, body.byteLength);
|
|
3494
|
+
case 5:
|
|
3502
3495
|
if (utils$1.isURLSearchParams(body)) {
|
|
3503
3496
|
body = body + '';
|
|
3504
3497
|
}
|
|
3505
3498
|
if (!utils$1.isString(body)) {
|
|
3506
|
-
_context2.
|
|
3499
|
+
_context2.n = 7;
|
|
3507
3500
|
break;
|
|
3508
3501
|
}
|
|
3509
|
-
_context2.
|
|
3502
|
+
_context2.n = 6;
|
|
3510
3503
|
return encodeText(body);
|
|
3511
|
-
case
|
|
3512
|
-
return _context2.
|
|
3513
|
-
case
|
|
3514
|
-
|
|
3515
|
-
return _context2.stop();
|
|
3504
|
+
case 6:
|
|
3505
|
+
return _context2.a(2, _context2.v.byteLength);
|
|
3506
|
+
case 7:
|
|
3507
|
+
return _context2.a(2);
|
|
3516
3508
|
}
|
|
3517
3509
|
}, _callee2);
|
|
3518
3510
|
}));
|
|
@@ -3521,16 +3513,13 @@
|
|
|
3521
3513
|
};
|
|
3522
3514
|
}();
|
|
3523
3515
|
var resolveBodyLength = /*#__PURE__*/function () {
|
|
3524
|
-
var _ref4 = _asyncToGenerator(
|
|
3516
|
+
var _ref4 = _asyncToGenerator(/*#__PURE__*/_regenerator().m(function _callee3(headers, body) {
|
|
3525
3517
|
var length;
|
|
3526
|
-
return
|
|
3527
|
-
while (1) switch (_context3.
|
|
3518
|
+
return _regenerator().w(function (_context3) {
|
|
3519
|
+
while (1) switch (_context3.n) {
|
|
3528
3520
|
case 0:
|
|
3529
3521
|
length = utils$1.toFiniteNumber(headers.getContentLength());
|
|
3530
|
-
return _context3.
|
|
3531
|
-
case 2:
|
|
3532
|
-
case "end":
|
|
3533
|
-
return _context3.stop();
|
|
3522
|
+
return _context3.a(2, length == null ? getBodyLength(body) : length);
|
|
3534
3523
|
}
|
|
3535
3524
|
}, _callee3);
|
|
3536
3525
|
}));
|
|
@@ -3539,10 +3528,10 @@
|
|
|
3539
3528
|
};
|
|
3540
3529
|
}();
|
|
3541
3530
|
return /*#__PURE__*/function () {
|
|
3542
|
-
var _ref5 = _asyncToGenerator(
|
|
3543
|
-
var _resolveConfig, url, method, data, signal, cancelToken, timeout, onDownloadProgress, onUploadProgress, responseType, headers, _resolveConfig$withCr, withCredentials, fetchOptions, _fetch, composedSignal, request, unsubscribe, requestContentLength, _request, contentTypeHeader, _progressEventDecorat, _progressEventDecorat2, onProgress, flush, isCredentialsSupported, resolvedOptions, response, isStreamResponse, options, responseContentLength, _ref6, _ref7, _onProgress, _flush, responseData;
|
|
3544
|
-
return
|
|
3545
|
-
while (1) switch (_context4.
|
|
3531
|
+
var _ref5 = _asyncToGenerator(/*#__PURE__*/_regenerator().m(function _callee4(config) {
|
|
3532
|
+
var _resolveConfig, url, method, data, signal, cancelToken, timeout, onDownloadProgress, onUploadProgress, responseType, headers, _resolveConfig$withCr, withCredentials, fetchOptions, _fetch, composedSignal, request, unsubscribe, requestContentLength, _request, contentTypeHeader, _progressEventDecorat, _progressEventDecorat2, onProgress, flush, isCredentialsSupported, resolvedOptions, response, isStreamResponse, options, responseContentLength, _ref6, _ref7, _onProgress, _flush, responseData, _t3, _t4, _t5;
|
|
3533
|
+
return _regenerator().w(function (_context4) {
|
|
3534
|
+
while (1) switch (_context4.p = _context4.n) {
|
|
3546
3535
|
case 0:
|
|
3547
3536
|
_resolveConfig = resolveConfig(config), url = _resolveConfig.url, method = _resolveConfig.method, data = _resolveConfig.data, signal = _resolveConfig.signal, cancelToken = _resolveConfig.cancelToken, timeout = _resolveConfig.timeout, onDownloadProgress = _resolveConfig.onDownloadProgress, onUploadProgress = _resolveConfig.onUploadProgress, responseType = _resolveConfig.responseType, headers = _resolveConfig.headers, _resolveConfig$withCr = _resolveConfig.withCredentials, withCredentials = _resolveConfig$withCr === void 0 ? 'same-origin' : _resolveConfig$withCr, fetchOptions = _resolveConfig.fetchOptions;
|
|
3548
3537
|
_fetch = envFetch || fetch;
|
|
@@ -3552,26 +3541,26 @@
|
|
|
3552
3541
|
unsubscribe = composedSignal && composedSignal.unsubscribe && function () {
|
|
3553
3542
|
composedSignal.unsubscribe();
|
|
3554
3543
|
};
|
|
3555
|
-
_context4.
|
|
3556
|
-
|
|
3557
|
-
if (!
|
|
3558
|
-
_context4.
|
|
3544
|
+
_context4.p = 1;
|
|
3545
|
+
_t3 = onUploadProgress && supportsRequestStream && method !== 'get' && method !== 'head';
|
|
3546
|
+
if (!_t3) {
|
|
3547
|
+
_context4.n = 3;
|
|
3559
3548
|
break;
|
|
3560
3549
|
}
|
|
3561
|
-
_context4.
|
|
3550
|
+
_context4.n = 2;
|
|
3562
3551
|
return resolveBodyLength(headers, data);
|
|
3563
|
-
case
|
|
3564
|
-
|
|
3565
|
-
|
|
3566
|
-
case
|
|
3567
|
-
if (!
|
|
3568
|
-
_context4.
|
|
3552
|
+
case 2:
|
|
3553
|
+
_t4 = requestContentLength = _context4.v;
|
|
3554
|
+
_t3 = _t4 !== 0;
|
|
3555
|
+
case 3:
|
|
3556
|
+
if (!_t3) {
|
|
3557
|
+
_context4.n = 4;
|
|
3569
3558
|
break;
|
|
3570
3559
|
}
|
|
3571
3560
|
_request = new Request(url, {
|
|
3572
3561
|
method: 'POST',
|
|
3573
3562
|
body: data,
|
|
3574
|
-
duplex:
|
|
3563
|
+
duplex: 'half'
|
|
3575
3564
|
});
|
|
3576
3565
|
if (utils$1.isFormData(data) && (contentTypeHeader = _request.headers.get('content-type'))) {
|
|
3577
3566
|
headers.setContentType(contentTypeHeader);
|
|
@@ -3580,27 +3569,27 @@
|
|
|
3580
3569
|
_progressEventDecorat = progressEventDecorator(requestContentLength, progressEventReducer(asyncDecorator(onUploadProgress))), _progressEventDecorat2 = _slicedToArray(_progressEventDecorat, 2), onProgress = _progressEventDecorat2[0], flush = _progressEventDecorat2[1];
|
|
3581
3570
|
data = trackStream(_request.body, DEFAULT_CHUNK_SIZE, onProgress, flush);
|
|
3582
3571
|
}
|
|
3583
|
-
case
|
|
3572
|
+
case 4:
|
|
3584
3573
|
if (!utils$1.isString(withCredentials)) {
|
|
3585
3574
|
withCredentials = withCredentials ? 'include' : 'omit';
|
|
3586
3575
|
}
|
|
3587
3576
|
|
|
3588
3577
|
// Cloudflare Workers throws when credentials are defined
|
|
3589
3578
|
// see https://github.com/cloudflare/workerd/issues/902
|
|
3590
|
-
isCredentialsSupported = isRequestSupported &&
|
|
3579
|
+
isCredentialsSupported = isRequestSupported && 'credentials' in Request.prototype;
|
|
3591
3580
|
resolvedOptions = _objectSpread2(_objectSpread2({}, fetchOptions), {}, {
|
|
3592
3581
|
signal: composedSignal,
|
|
3593
3582
|
method: method.toUpperCase(),
|
|
3594
3583
|
headers: headers.normalize().toJSON(),
|
|
3595
3584
|
body: data,
|
|
3596
|
-
duplex:
|
|
3585
|
+
duplex: 'half',
|
|
3597
3586
|
credentials: isCredentialsSupported ? withCredentials : undefined
|
|
3598
3587
|
});
|
|
3599
3588
|
request = isRequestSupported && new Request(url, resolvedOptions);
|
|
3600
|
-
_context4.
|
|
3589
|
+
_context4.n = 5;
|
|
3601
3590
|
return isRequestSupported ? _fetch(request, fetchOptions) : _fetch(url, resolvedOptions);
|
|
3602
|
-
case
|
|
3603
|
-
response = _context4.
|
|
3591
|
+
case 5:
|
|
3592
|
+
response = _context4.v;
|
|
3604
3593
|
isStreamResponse = supportsResponseStream && (responseType === 'stream' || responseType === 'response');
|
|
3605
3594
|
if (supportsResponseStream && (onDownloadProgress || isStreamResponse && unsubscribe)) {
|
|
3606
3595
|
options = {};
|
|
@@ -3615,12 +3604,12 @@
|
|
|
3615
3604
|
}), options);
|
|
3616
3605
|
}
|
|
3617
3606
|
responseType = responseType || 'text';
|
|
3618
|
-
_context4.
|
|
3607
|
+
_context4.n = 6;
|
|
3619
3608
|
return resolvers[utils$1.findKey(resolvers, responseType) || 'text'](response, config);
|
|
3620
|
-
case
|
|
3621
|
-
responseData = _context4.
|
|
3609
|
+
case 6:
|
|
3610
|
+
responseData = _context4.v;
|
|
3622
3611
|
!isStreamResponse && unsubscribe && unsubscribe();
|
|
3623
|
-
_context4.
|
|
3612
|
+
_context4.n = 7;
|
|
3624
3613
|
return new Promise(function (resolve, reject) {
|
|
3625
3614
|
settle(resolve, reject, {
|
|
3626
3615
|
data: responseData,
|
|
@@ -3631,26 +3620,25 @@
|
|
|
3631
3620
|
request: request
|
|
3632
3621
|
});
|
|
3633
3622
|
});
|
|
3634
|
-
case
|
|
3635
|
-
return _context4.
|
|
3636
|
-
case
|
|
3637
|
-
_context4.
|
|
3638
|
-
|
|
3623
|
+
case 7:
|
|
3624
|
+
return _context4.a(2, _context4.v);
|
|
3625
|
+
case 8:
|
|
3626
|
+
_context4.p = 8;
|
|
3627
|
+
_t5 = _context4.v;
|
|
3639
3628
|
unsubscribe && unsubscribe();
|
|
3640
|
-
if (!(
|
|
3641
|
-
_context4.
|
|
3629
|
+
if (!(_t5 && _t5.name === 'TypeError' && /Load failed|fetch/i.test(_t5.message))) {
|
|
3630
|
+
_context4.n = 9;
|
|
3642
3631
|
break;
|
|
3643
3632
|
}
|
|
3644
|
-
throw Object.assign(new AxiosError('Network Error', AxiosError.ERR_NETWORK, config, request), {
|
|
3645
|
-
cause:
|
|
3633
|
+
throw Object.assign(new AxiosError$1('Network Error', AxiosError$1.ERR_NETWORK, config, request, _t5 && _t5.response), {
|
|
3634
|
+
cause: _t5.cause || _t5
|
|
3646
3635
|
});
|
|
3647
|
-
case
|
|
3648
|
-
throw AxiosError.from(
|
|
3649
|
-
case
|
|
3650
|
-
|
|
3651
|
-
return _context4.stop();
|
|
3636
|
+
case 9:
|
|
3637
|
+
throw AxiosError$1.from(_t5, _t5 && _t5.code, config, request, _t5 && _t5.response);
|
|
3638
|
+
case 10:
|
|
3639
|
+
return _context4.a(2);
|
|
3652
3640
|
}
|
|
3653
|
-
}, _callee4, null, [[
|
|
3641
|
+
}, _callee4, null, [[1, 8]]);
|
|
3654
3642
|
}));
|
|
3655
3643
|
return function (_x5) {
|
|
3656
3644
|
return _ref5.apply(this, arguments);
|
|
@@ -3685,7 +3673,7 @@
|
|
|
3685
3673
|
* - `http` for Node.js
|
|
3686
3674
|
* - `xhr` for browsers
|
|
3687
3675
|
* - `fetch` for fetch API-based requests
|
|
3688
|
-
*
|
|
3676
|
+
*
|
|
3689
3677
|
* @type {Object<string, Function|Object>}
|
|
3690
3678
|
*/
|
|
3691
3679
|
var knownAdapters = {
|
|
@@ -3714,7 +3702,7 @@
|
|
|
3714
3702
|
|
|
3715
3703
|
/**
|
|
3716
3704
|
* Render a rejection reason string for unknown or unsupported adapters
|
|
3717
|
-
*
|
|
3705
|
+
*
|
|
3718
3706
|
* @param {string} reason
|
|
3719
3707
|
* @returns {string}
|
|
3720
3708
|
*/
|
|
@@ -3724,7 +3712,7 @@
|
|
|
3724
3712
|
|
|
3725
3713
|
/**
|
|
3726
3714
|
* Check if the adapter is resolved (function, null, or false)
|
|
3727
|
-
*
|
|
3715
|
+
*
|
|
3728
3716
|
* @param {Function|null|false} adapter
|
|
3729
3717
|
* @returns {boolean}
|
|
3730
3718
|
*/
|
|
@@ -3736,7 +3724,7 @@
|
|
|
3736
3724
|
* Get the first suitable adapter from the provided list.
|
|
3737
3725
|
* Tries each adapter in order until a supported one is found.
|
|
3738
3726
|
* Throws an AxiosError if no adapter is suitable.
|
|
3739
|
-
*
|
|
3727
|
+
*
|
|
3740
3728
|
* @param {Array<string|Function>|string|Function} adapters - Adapter(s) by name or function.
|
|
3741
3729
|
* @param {Object} config - Axios request configuration
|
|
3742
3730
|
* @throws {AxiosError} If no suitable adapter is available
|
|
@@ -3756,7 +3744,7 @@
|
|
|
3756
3744
|
if (!isResolvedHandle(nameOrAdapter)) {
|
|
3757
3745
|
adapter = knownAdapters[(id = String(nameOrAdapter)).toLowerCase()];
|
|
3758
3746
|
if (adapter === undefined) {
|
|
3759
|
-
throw new AxiosError("Unknown adapter '".concat(id, "'"));
|
|
3747
|
+
throw new AxiosError$1("Unknown adapter '".concat(id, "'"));
|
|
3760
3748
|
}
|
|
3761
3749
|
}
|
|
3762
3750
|
if (adapter && (utils$1.isFunction(adapter) || (adapter = adapter.get(config)))) {
|
|
@@ -3772,7 +3760,7 @@
|
|
|
3772
3760
|
return "adapter ".concat(id, " ") + (state === false ? 'is not supported by the environment' : 'is not available in the build');
|
|
3773
3761
|
});
|
|
3774
3762
|
var s = length ? reasons.length > 1 ? 'since :\n' + reasons.map(renderReason).join('\n') : ' ' + renderReason(reasons[0]) : 'as no adapter specified';
|
|
3775
|
-
throw new AxiosError("There is no suitable adapter to dispatch the request " + s, 'ERR_NOT_SUPPORT');
|
|
3763
|
+
throw new AxiosError$1("There is no suitable adapter to dispatch the request " + s, 'ERR_NOT_SUPPORT');
|
|
3776
3764
|
}
|
|
3777
3765
|
return adapter;
|
|
3778
3766
|
}
|
|
@@ -3805,7 +3793,7 @@
|
|
|
3805
3793
|
config.cancelToken.throwIfRequested();
|
|
3806
3794
|
}
|
|
3807
3795
|
if (config.signal && config.signal.aborted) {
|
|
3808
|
-
throw new CanceledError(null, config);
|
|
3796
|
+
throw new CanceledError$1(null, config);
|
|
3809
3797
|
}
|
|
3810
3798
|
}
|
|
3811
3799
|
|
|
@@ -3847,7 +3835,7 @@
|
|
|
3847
3835
|
});
|
|
3848
3836
|
}
|
|
3849
3837
|
|
|
3850
|
-
var VERSION = "1.13.
|
|
3838
|
+
var VERSION = "1.13.6";
|
|
3851
3839
|
|
|
3852
3840
|
var validators$1 = {};
|
|
3853
3841
|
|
|
@@ -3870,13 +3858,13 @@
|
|
|
3870
3858
|
*/
|
|
3871
3859
|
validators$1.transitional = function transitional(validator, version, message) {
|
|
3872
3860
|
function formatMessage(opt, desc) {
|
|
3873
|
-
return '[Axios v' + VERSION +
|
|
3861
|
+
return '[Axios v' + VERSION + "] Transitional option '" + opt + "'" + desc + (message ? '. ' + message : '');
|
|
3874
3862
|
}
|
|
3875
3863
|
|
|
3876
3864
|
// eslint-disable-next-line func-names
|
|
3877
3865
|
return function (value, opt, opts) {
|
|
3878
3866
|
if (validator === false) {
|
|
3879
|
-
throw new AxiosError(formatMessage(opt, ' has been removed' + (version ? ' in ' + version : '')), AxiosError.ERR_DEPRECATED);
|
|
3867
|
+
throw new AxiosError$1(formatMessage(opt, ' has been removed' + (version ? ' in ' + version : '')), AxiosError$1.ERR_DEPRECATED);
|
|
3880
3868
|
}
|
|
3881
3869
|
if (version && !deprecatedWarnings[opt]) {
|
|
3882
3870
|
deprecatedWarnings[opt] = true;
|
|
@@ -3906,7 +3894,7 @@
|
|
|
3906
3894
|
|
|
3907
3895
|
function assertOptions(options, schema, allowUnknown) {
|
|
3908
3896
|
if (_typeof(options) !== 'object') {
|
|
3909
|
-
throw new AxiosError('options must be an object', AxiosError.ERR_BAD_OPTION_VALUE);
|
|
3897
|
+
throw new AxiosError$1('options must be an object', AxiosError$1.ERR_BAD_OPTION_VALUE);
|
|
3910
3898
|
}
|
|
3911
3899
|
var keys = Object.keys(options);
|
|
3912
3900
|
var i = keys.length;
|
|
@@ -3917,12 +3905,12 @@
|
|
|
3917
3905
|
var value = options[opt];
|
|
3918
3906
|
var result = value === undefined || validator(value, opt, options);
|
|
3919
3907
|
if (result !== true) {
|
|
3920
|
-
throw new AxiosError('option ' + opt + ' must be ' + result, AxiosError.ERR_BAD_OPTION_VALUE);
|
|
3908
|
+
throw new AxiosError$1('option ' + opt + ' must be ' + result, AxiosError$1.ERR_BAD_OPTION_VALUE);
|
|
3921
3909
|
}
|
|
3922
3910
|
continue;
|
|
3923
3911
|
}
|
|
3924
3912
|
if (allowUnknown !== true) {
|
|
3925
|
-
throw new AxiosError('Unknown option ' + opt, AxiosError.ERR_BAD_OPTION);
|
|
3913
|
+
throw new AxiosError$1('Unknown option ' + opt, AxiosError$1.ERR_BAD_OPTION);
|
|
3926
3914
|
}
|
|
3927
3915
|
}
|
|
3928
3916
|
}
|
|
@@ -3958,45 +3946,44 @@
|
|
|
3958
3946
|
*
|
|
3959
3947
|
* @returns {Promise} The Promise to be fulfilled
|
|
3960
3948
|
*/
|
|
3961
|
-
_createClass(Axios, [{
|
|
3949
|
+
return _createClass(Axios, [{
|
|
3962
3950
|
key: "request",
|
|
3963
3951
|
value: (function () {
|
|
3964
|
-
var _request2 = _asyncToGenerator(
|
|
3965
|
-
var dummy, stack;
|
|
3966
|
-
return
|
|
3967
|
-
while (1) switch (_context.
|
|
3952
|
+
var _request2 = _asyncToGenerator(/*#__PURE__*/_regenerator().m(function _callee(configOrUrl, config) {
|
|
3953
|
+
var dummy, stack, _t;
|
|
3954
|
+
return _regenerator().w(function (_context) {
|
|
3955
|
+
while (1) switch (_context.p = _context.n) {
|
|
3968
3956
|
case 0:
|
|
3969
|
-
_context.
|
|
3970
|
-
_context.
|
|
3957
|
+
_context.p = 0;
|
|
3958
|
+
_context.n = 1;
|
|
3971
3959
|
return this._request(configOrUrl, config);
|
|
3972
|
-
case
|
|
3973
|
-
return _context.
|
|
3974
|
-
case
|
|
3975
|
-
_context.
|
|
3976
|
-
|
|
3977
|
-
if (
|
|
3960
|
+
case 1:
|
|
3961
|
+
return _context.a(2, _context.v);
|
|
3962
|
+
case 2:
|
|
3963
|
+
_context.p = 2;
|
|
3964
|
+
_t = _context.v;
|
|
3965
|
+
if (_t instanceof Error) {
|
|
3978
3966
|
dummy = {};
|
|
3979
3967
|
Error.captureStackTrace ? Error.captureStackTrace(dummy) : dummy = new Error();
|
|
3980
3968
|
|
|
3981
3969
|
// slice off the Error: ... line
|
|
3982
3970
|
stack = dummy.stack ? dummy.stack.replace(/^.+\n/, '') : '';
|
|
3983
3971
|
try {
|
|
3984
|
-
if (!
|
|
3985
|
-
|
|
3972
|
+
if (!_t.stack) {
|
|
3973
|
+
_t.stack = stack;
|
|
3986
3974
|
// match without the 2 top stack lines
|
|
3987
|
-
} else if (stack && !String(
|
|
3988
|
-
|
|
3975
|
+
} else if (stack && !String(_t.stack).endsWith(stack.replace(/^.+\n.+\n/, ''))) {
|
|
3976
|
+
_t.stack += '\n' + stack;
|
|
3989
3977
|
}
|
|
3990
3978
|
} catch (e) {
|
|
3991
3979
|
// ignore the case where "stack" is an un-writable property
|
|
3992
3980
|
}
|
|
3993
3981
|
}
|
|
3994
|
-
throw
|
|
3995
|
-
case
|
|
3996
|
-
|
|
3997
|
-
return _context.stop();
|
|
3982
|
+
throw _t;
|
|
3983
|
+
case 3:
|
|
3984
|
+
return _context.a(2);
|
|
3998
3985
|
}
|
|
3999
|
-
}, _callee, this, [[0,
|
|
3986
|
+
}, _callee, this, [[0, 2]]);
|
|
4000
3987
|
}));
|
|
4001
3988
|
function request(_x, _x2) {
|
|
4002
3989
|
return _request2.apply(this, arguments);
|
|
@@ -4023,7 +4010,8 @@
|
|
|
4023
4010
|
validator.assertOptions(transitional, {
|
|
4024
4011
|
silentJSONParsing: validators.transitional(validators["boolean"]),
|
|
4025
4012
|
forcedJSONParsing: validators.transitional(validators["boolean"]),
|
|
4026
|
-
clarifyTimeoutError: validators.transitional(validators["boolean"])
|
|
4013
|
+
clarifyTimeoutError: validators.transitional(validators["boolean"]),
|
|
4014
|
+
legacyInterceptorReqResOrdering: validators.transitional(validators["boolean"])
|
|
4027
4015
|
}, false);
|
|
4028
4016
|
}
|
|
4029
4017
|
if (paramsSerializer != null) {
|
|
@@ -4068,7 +4056,13 @@
|
|
|
4068
4056
|
return;
|
|
4069
4057
|
}
|
|
4070
4058
|
synchronousRequestInterceptors = synchronousRequestInterceptors && interceptor.synchronous;
|
|
4071
|
-
|
|
4059
|
+
var transitional = config.transitional || transitionalDefaults;
|
|
4060
|
+
var legacyInterceptorReqResOrdering = transitional && transitional.legacyInterceptorReqResOrdering;
|
|
4061
|
+
if (legacyInterceptorReqResOrdering) {
|
|
4062
|
+
requestInterceptorChain.unshift(interceptor.fulfilled, interceptor.rejected);
|
|
4063
|
+
} else {
|
|
4064
|
+
requestInterceptorChain.push(interceptor.fulfilled, interceptor.rejected);
|
|
4065
|
+
}
|
|
4072
4066
|
});
|
|
4073
4067
|
var responseInterceptorChain = [];
|
|
4074
4068
|
this.interceptors.response.forEach(function pushResponseInterceptors(interceptor) {
|
|
@@ -4120,7 +4114,6 @@
|
|
|
4120
4114
|
return buildURL(fullPath, config.params, config.paramsSerializer);
|
|
4121
4115
|
}
|
|
4122
4116
|
}]);
|
|
4123
|
-
return Axios;
|
|
4124
4117
|
}(); // Provide aliases for supported request methods
|
|
4125
4118
|
utils$1.forEach(['delete', 'get', 'head', 'options'], function forEachMethodNoData(method) {
|
|
4126
4119
|
/*eslint func-names:0*/
|
|
@@ -4199,7 +4192,7 @@
|
|
|
4199
4192
|
// Cancellation has already been requested
|
|
4200
4193
|
return;
|
|
4201
4194
|
}
|
|
4202
|
-
token.reason = new CanceledError(message, config, request);
|
|
4195
|
+
token.reason = new CanceledError$1(message, config, request);
|
|
4203
4196
|
resolvePromise(token.reason);
|
|
4204
4197
|
});
|
|
4205
4198
|
}
|
|
@@ -4207,7 +4200,7 @@
|
|
|
4207
4200
|
/**
|
|
4208
4201
|
* Throws a `CanceledError` if cancellation has been requested.
|
|
4209
4202
|
*/
|
|
4210
|
-
_createClass(CancelToken, [{
|
|
4203
|
+
return _createClass(CancelToken, [{
|
|
4211
4204
|
key: "throwIfRequested",
|
|
4212
4205
|
value: function throwIfRequested() {
|
|
4213
4206
|
if (this.reason) {
|
|
@@ -4278,7 +4271,6 @@
|
|
|
4278
4271
|
};
|
|
4279
4272
|
}
|
|
4280
4273
|
}]);
|
|
4281
|
-
return CancelToken;
|
|
4282
4274
|
}();
|
|
4283
4275
|
var CancelToken$1 = CancelToken;
|
|
4284
4276
|
|
|
@@ -4289,7 +4281,7 @@
|
|
|
4289
4281
|
*
|
|
4290
4282
|
* ```js
|
|
4291
4283
|
* function f(x, y, z) {}
|
|
4292
|
-
*
|
|
4284
|
+
* const args = [1, 2, 3];
|
|
4293
4285
|
* f.apply(null, args);
|
|
4294
4286
|
* ```
|
|
4295
4287
|
*
|
|
@@ -4434,14 +4426,14 @@
|
|
|
4434
4426
|
axios.Axios = Axios$1;
|
|
4435
4427
|
|
|
4436
4428
|
// Expose Cancel & CancelToken
|
|
4437
|
-
axios.CanceledError = CanceledError;
|
|
4429
|
+
axios.CanceledError = CanceledError$1;
|
|
4438
4430
|
axios.CancelToken = CancelToken$1;
|
|
4439
4431
|
axios.isCancel = isCancel;
|
|
4440
4432
|
axios.VERSION = VERSION;
|
|
4441
4433
|
axios.toFormData = toFormData;
|
|
4442
4434
|
|
|
4443
4435
|
// Expose AxiosError class
|
|
4444
|
-
axios.AxiosError = AxiosError;
|
|
4436
|
+
axios.AxiosError = AxiosError$1;
|
|
4445
4437
|
|
|
4446
4438
|
// alias for CanceledError for backward compatibility
|
|
4447
4439
|
axios.Cancel = axios.CanceledError;
|