cloudstructs 0.12.10 → 0.12.11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.jsii +327 -5
- package/assets/slack-textract/detect.lambda/index.js +710 -742
- 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-sdk/client-lambda/dist-cjs/auth/httpAuthSchemeProvider.js +2 -2
- package/node_modules/@aws-sdk/client-lambda/dist-cjs/models/errors.js +52 -1
- package/node_modules/@aws-sdk/client-lambda/dist-cjs/runtimeConfig.js +4 -3
- package/node_modules/@aws-sdk/client-lambda/dist-cjs/runtimeConfig.shared.js +2 -2
- package/node_modules/@aws-sdk/client-lambda/dist-cjs/schemas/schemas_0.js +29 -8
- package/node_modules/@aws-sdk/client-lambda/dist-es/Lambda.js +8 -8
- package/node_modules/@aws-sdk/client-lambda/dist-es/auth/httpAuthSchemeProvider.js +1 -1
- package/node_modules/@aws-sdk/client-lambda/dist-es/models/errors.js +48 -0
- package/node_modules/@aws-sdk/client-lambda/dist-es/runtimeConfig.js +2 -1
- package/node_modules/@aws-sdk/client-lambda/dist-es/runtimeConfig.shared.js +1 -1
- package/node_modules/@aws-sdk/client-lambda/dist-es/schemas/schemas_0.js +22 -1
- package/node_modules/@aws-sdk/client-lambda/dist-es/waiters/waitForFunctionActive.js +1 -1
- package/node_modules/@aws-sdk/client-lambda/dist-es/waiters/waitForFunctionActiveV2.js +1 -1
- package/node_modules/@aws-sdk/client-lambda/dist-es/waiters/waitForFunctionExists.js +1 -1
- package/node_modules/@aws-sdk/client-lambda/dist-es/waiters/waitForFunctionUpdated.js +1 -1
- package/node_modules/@aws-sdk/client-lambda/dist-es/waiters/waitForFunctionUpdatedV2.js +1 -1
- package/node_modules/@aws-sdk/client-lambda/dist-es/waiters/waitForPublishedVersionActive.js +1 -1
- package/node_modules/@aws-sdk/client-lambda/dist-types/Lambda.d.ts +85 -85
- package/node_modules/@aws-sdk/client-lambda/dist-types/LambdaClient.d.ts +88 -88
- package/node_modules/@aws-sdk/client-lambda/dist-types/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/node_modules/@aws-sdk/client-lambda/dist-types/auth/httpAuthSchemeProvider.d.ts +1 -1
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/InvokeAsyncCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/InvokeCommand.d.ts +10 -1
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/InvokeWithResponseStreamCommand.d.ts +10 -1
- package/node_modules/@aws-sdk/client-lambda/dist-types/commands/SendDurableExecutionCallbackSuccessCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-lambda/dist-types/index.d.ts +1 -1
- package/node_modules/@aws-sdk/client-lambda/dist-types/models/errors.d.ts +67 -1
- package/node_modules/@aws-sdk/client-lambda/dist-types/models/models_0.d.ts +8 -8
- package/node_modules/@aws-sdk/client-lambda/dist-types/pagination/GetDurableExecutionHistoryPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-lambda/dist-types/pagination/GetDurableExecutionStatePaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-lambda/dist-types/pagination/ListAliasesPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-lambda/dist-types/pagination/ListCapacityProvidersPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-lambda/dist-types/pagination/ListCodeSigningConfigsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-lambda/dist-types/pagination/ListDurableExecutionsByFunctionPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-lambda/dist-types/pagination/ListEventSourceMappingsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-lambda/dist-types/pagination/ListFunctionEventInvokeConfigsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-lambda/dist-types/pagination/ListFunctionUrlConfigsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-lambda/dist-types/pagination/ListFunctionVersionsByCapacityProviderPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-lambda/dist-types/pagination/ListFunctionsByCodeSigningConfigPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-lambda/dist-types/pagination/ListFunctionsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-lambda/dist-types/pagination/ListLayerVersionsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-lambda/dist-types/pagination/ListLayersPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-lambda/dist-types/pagination/ListProvisionedConcurrencyConfigsPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-lambda/dist-types/pagination/ListVersionsByFunctionPaginator.d.ts +1 -1
- package/node_modules/@aws-sdk/client-lambda/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/node_modules/@aws-sdk/client-lambda/dist-types/runtimeConfig.d.ts +1 -1
- package/node_modules/@aws-sdk/client-lambda/dist-types/runtimeConfig.native.d.ts +1 -1
- package/node_modules/@aws-sdk/client-lambda/dist-types/schemas/schemas_0.d.ts +3 -0
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/LambdaClient.d.ts +2 -3
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +1 -1
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/InvokeAsyncCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/InvokeWithResponseStreamCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/SendDurableExecutionCallbackSuccessCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/models/errors.d.ts +30 -0
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
- package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/schemas/schemas_0.d.ts +3 -0
- package/node_modules/@aws-sdk/client-lambda/dist-types/waiters/waitForFunctionActive.d.ts +3 -3
- package/node_modules/@aws-sdk/client-lambda/dist-types/waiters/waitForFunctionActiveV2.d.ts +3 -3
- package/node_modules/@aws-sdk/client-lambda/dist-types/waiters/waitForFunctionExists.d.ts +3 -3
- package/node_modules/@aws-sdk/client-lambda/dist-types/waiters/waitForFunctionUpdated.d.ts +3 -3
- package/node_modules/@aws-sdk/client-lambda/dist-types/waiters/waitForFunctionUpdatedV2.d.ts +3 -3
- package/node_modules/@aws-sdk/client-lambda/dist-types/waiters/waitForPublishedVersionActive.d.ts +3 -3
- package/node_modules/@aws-sdk/client-lambda/package.json +38 -38
- package/node_modules/@aws-sdk/core/dist-cjs/index.js +71 -21
- package/node_modules/@aws-sdk/core/dist-cjs/submodules/client/index.js +17 -0
- package/node_modules/@aws-sdk/core/dist-cjs/submodules/protocols/index.js +54 -21
- package/node_modules/@aws-sdk/core/dist-es/submodules/client/index.js +1 -0
- package/node_modules/@aws-sdk/core/dist-es/submodules/client/longPollMiddleware.js +15 -0
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/ProtocolLib.js +24 -6
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/cbor/AwsSmithyRpcV2CborProtocol.js +6 -5
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsJson1_0Protocol.js +2 -1
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsJson1_1Protocol.js +2 -1
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsJsonRpcProtocol.js +6 -4
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsRestJsonProtocol.js +6 -4
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/AwsQueryProtocol.js +4 -2
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/AwsRestXmlProtocol.js +9 -3
- package/node_modules/@aws-sdk/core/dist-types/submodules/client/index.d.ts +1 -0
- package/node_modules/@aws-sdk/core/dist-types/submodules/client/longPollMiddleware.d.ts +14 -0
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/ProtocolLib.d.ts +13 -0
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/cbor/AwsSmithyRpcV2CborProtocol.d.ts +3 -1
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJson1_0Protocol.d.ts +3 -1
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJson1_1Protocol.d.ts +3 -1
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJsonRpcProtocol.d.ts +3 -1
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsRestJsonProtocol.d.ts +3 -1
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/AwsEc2QueryProtocol.d.ts +3 -0
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/AwsQueryProtocol.d.ts +3 -0
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/AwsRestXmlProtocol.d.ts +2 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/index.d.ts +1 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/longPollMiddleware.d.ts +15 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/ProtocolLib.d.ts +6 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/cbor/AwsSmithyRpcV2CborProtocol.d.ts +3 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsJson1_0Protocol.d.ts +3 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsJson1_1Protocol.d.ts +3 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsJsonRpcProtocol.d.ts +3 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsRestJsonProtocol.d.ts +8 -1
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/query/AwsEc2QueryProtocol.d.ts +3 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/query/AwsQueryProtocol.d.ts +3 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/AwsRestXmlProtocol.d.ts +6 -1
- package/node_modules/@aws-sdk/core/package.json +11 -11
- package/node_modules/@aws-sdk/credential-provider-env/README.md +12 -3
- package/node_modules/@aws-sdk/credential-provider-env/package.json +5 -5
- package/node_modules/@aws-sdk/credential-provider-http/package.json +10 -10
- package/node_modules/@aws-sdk/credential-provider-ini/README.md +12 -3
- package/node_modules/@aws-sdk/credential-provider-ini/package.json +14 -14
- package/node_modules/@aws-sdk/credential-provider-login/README.md +12 -3
- package/node_modules/@aws-sdk/credential-provider-login/package.json +8 -8
- package/node_modules/@aws-sdk/credential-provider-node/package.json +12 -12
- package/node_modules/@aws-sdk/credential-provider-process/README.md +12 -3
- package/node_modules/@aws-sdk/credential-provider-process/package.json +6 -6
- package/node_modules/@aws-sdk/credential-provider-sso/README.md +12 -3
- package/node_modules/@aws-sdk/credential-provider-sso/package.json +8 -8
- package/node_modules/@aws-sdk/credential-provider-web-identity/README.md +12 -3
- package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +7 -7
- package/node_modules/@aws-sdk/middleware-host-header/package.json +4 -4
- package/node_modules/@aws-sdk/middleware-logger/package.json +3 -3
- package/node_modules/@aws-sdk/middleware-recursion-detection/README.md +10 -3
- package/node_modules/@aws-sdk/middleware-recursion-detection/package.json +4 -4
- package/node_modules/@aws-sdk/middleware-user-agent/dist-cjs/index.js +10 -10
- package/node_modules/@aws-sdk/middleware-user-agent/dist-es/check-features.js +1 -1
- package/node_modules/@aws-sdk/middleware-user-agent/package.json +8 -8
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/auth/httpAuthSchemeProvider.js +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/runtimeConfig.js +4 -3
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/runtimeConfig.shared.js +4 -4
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/auth/httpAuthSchemeProvider.js +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/runtimeConfig.js +4 -3
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/runtimeConfig.shared.js +4 -4
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/auth/httpAuthSchemeProvider.js +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/runtimeConfig.js +4 -3
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/runtimeConfig.shared.js +4 -4
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/auth/httpAuthSchemeProvider.js +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/runtimeConfig.js +4 -3
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/runtimeConfig.shared.js +4 -4
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/auth/httpAuthSchemeProvider.js +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/runtimeConfig.js +7 -6
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/runtimeConfig.shared.js +4 -4
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/CognitoIdentity.js +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/CognitoIdentityClient.js +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/auth/httpAuthSchemeProvider.js +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/runtimeConfig.js +2 -1
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/runtimeConfig.shared.js +1 -1
- 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/runtimeConfig.js +2 -1
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeConfig.shared.js +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/SSO.js +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/SSOClient.js +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/auth/httpAuthSchemeProvider.js +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/runtimeConfig.js +2 -1
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/runtimeConfig.shared.js +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/SSOOIDC.js +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/SSOOIDCClient.js +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/auth/httpAuthSchemeProvider.js +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeConfig.js +2 -1
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeConfig.shared.js +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/STS.js +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/STSClient.js +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/auth/httpAuthSchemeProvider.js +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.js +2 -1
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.shared.js +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/CognitoIdentity.d.ts +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/CognitoIdentityClient.d.ts +3 -4
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/auth/httpAuthExtensionConfiguration.d.ts +1 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/auth/httpAuthSchemeProvider.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/index.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/runtimeConfig.browser.d.ts +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/runtimeConfig.d.ts +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/runtimeConfig.native.d.ts +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/runtimeConfig.shared.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/Signin.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/SigninClient.d.ts +3 -4
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/auth/httpAuthExtensionConfiguration.d.ts +1 -2
- 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/index.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.browser.d.ts +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.d.ts +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.native.d.ts +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.shared.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/SSO.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/SSOClient.d.ts +3 -4
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/auth/httpAuthExtensionConfiguration.d.ts +1 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/auth/httpAuthSchemeProvider.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/index.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/runtimeConfig.browser.d.ts +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/runtimeConfig.d.ts +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/runtimeConfig.native.d.ts +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/runtimeConfig.shared.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/SSOOIDC.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/SSOOIDCClient.d.ts +3 -4
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/auth/httpAuthExtensionConfiguration.d.ts +1 -2
- 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/index.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.browser.d.ts +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.d.ts +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.native.d.ts +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.shared.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/STS.d.ts +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/STSClient.d.ts +3 -4
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/auth/httpAuthExtensionConfiguration.d.ts +1 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/auth/httpAuthSchemeProvider.d.ts +2 -3
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/index.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.browser.d.ts +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.native.d.ts +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.shared.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/CognitoIdentityClient.d.ts +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/auth/httpAuthSchemeProvider.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/runtimeConfig.browser.d.ts +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/runtimeConfig.d.ts +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/runtimeConfig.native.d.ts +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/runtimeConfig.shared.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/SigninClient.d.ts +2 -5
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/auth/httpAuthSchemeProvider.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.browser.d.ts +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.d.ts +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.native.d.ts +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.shared.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/SSOClient.d.ts +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/auth/httpAuthSchemeProvider.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/runtimeConfig.browser.d.ts +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/runtimeConfig.d.ts +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/runtimeConfig.native.d.ts +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/runtimeConfig.shared.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/SSOOIDCClient.d.ts +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/auth/httpAuthSchemeProvider.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.browser.d.ts +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.d.ts +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.native.d.ts +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.shared.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/STSClient.d.ts +2 -5
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/auth/httpAuthSchemeProvider.d.ts +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.browser.d.ts +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.native.d.ts +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.shared.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/package.json +32 -32
- package/node_modules/@aws-sdk/region-config-resolver/README.md +11 -4
- package/node_modules/@aws-sdk/region-config-resolver/package.json +5 -5
- package/node_modules/@aws-sdk/token-providers/package.json +7 -7
- package/node_modules/@aws-sdk/types/package.json +2 -2
- package/node_modules/@aws-sdk/util-endpoints/package.json +5 -5
- package/node_modules/@aws-sdk/util-user-agent-browser/package.json +3 -3
- package/node_modules/@aws-sdk/util-user-agent-node/README.md +10 -3
- package/node_modules/@aws-sdk/util-user-agent-node/package.json +5 -5
- package/node_modules/@aws-sdk/xml-builder/README.md +10 -3
- package/node_modules/@aws-sdk/xml-builder/dist-cjs/index.js +21 -11
- package/node_modules/@aws-sdk/xml-builder/dist-cjs/xml-parser.js +5 -1
- package/node_modules/@aws-sdk/xml-builder/dist-es/escape-attribute.js +8 -1
- package/node_modules/@aws-sdk/xml-builder/dist-es/escape-element.js +13 -10
- package/node_modules/@aws-sdk/xml-builder/dist-es/xml-parser.js +5 -1
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/CHANGELOG.md +40 -4
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/README.md +8 -7
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/lib/fxbuilder.min.js +1 -1
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/lib/fxbuilder.min.js.map +1 -1
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/lib/fxp.cjs +1 -1
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/lib/fxp.d.cts +82 -20
- 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.map +1 -1
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/lib/pem.d.cts +148 -0
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/package.json +4 -3
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/fxp.d.ts +75 -19
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/pem.d.ts +135 -0
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/util.js +18 -0
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/xmlparser/DocTypeReader.js +37 -18
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/xmlparser/OptionsBuilder.js +76 -5
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/xmlparser/OrderedObjParser.js +298 -116
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/xmlparser/XMLParser.js +2 -2
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/xmlparser/node2json.js +65 -15
- package/node_modules/@aws-sdk/xml-builder/package.json +3 -3
- package/node_modules/@slack/logger/node_modules/@types/node/README.md +1 -1
- package/node_modules/@slack/logger/node_modules/@types/node/assert/strict.d.ts +0 -46
- package/node_modules/@slack/logger/node_modules/@types/node/assert.d.ts +0 -5
- package/node_modules/@slack/logger/node_modules/@types/node/async_hooks.d.ts +18 -38
- package/node_modules/@slack/logger/node_modules/@types/node/buffer.buffer.d.ts +1 -1
- package/node_modules/@slack/logger/node_modules/@types/node/buffer.d.ts +0 -45
- package/node_modules/@slack/logger/node_modules/@types/node/child_process.d.ts +0 -67
- package/node_modules/@slack/logger/node_modules/@types/node/cluster.d.ts +0 -54
- package/node_modules/@slack/logger/node_modules/@types/node/console.d.ts +0 -58
- package/node_modules/@slack/logger/node_modules/@types/node/constants.d.ts +0 -6
- package/node_modules/@slack/logger/node_modules/@types/node/crypto.d.ts +0 -18
- package/node_modules/@slack/logger/node_modules/@types/node/dgram.d.ts +0 -27
- package/node_modules/@slack/logger/node_modules/@types/node/diagnostics_channel.d.ts +0 -24
- package/node_modules/@slack/logger/node_modules/@types/node/dns/promises.d.ts +0 -6
- package/node_modules/@slack/logger/node_modules/@types/node/dns.d.ts +0 -46
- package/node_modules/@slack/logger/node_modules/@types/node/domain.d.ts +0 -16
- package/node_modules/@slack/logger/node_modules/@types/node/events.d.ts +0 -36
- package/node_modules/@slack/logger/node_modules/@types/node/fs/promises.d.ts +0 -10
- package/node_modules/@slack/logger/node_modules/@types/node/fs.d.ts +0 -20
- package/node_modules/@slack/logger/node_modules/@types/node/http.d.ts +0 -41
- package/node_modules/@slack/logger/node_modules/@types/node/http2.d.ts +0 -10
- package/node_modules/@slack/logger/node_modules/@types/node/https.d.ts +0 -5
- package/node_modules/@slack/logger/node_modules/@types/node/inspector/promises.d.ts +0 -6
- package/node_modules/@slack/logger/node_modules/@types/node/inspector.d.ts +0 -5
- package/node_modules/@slack/logger/node_modules/@types/node/module.d.ts +0 -3
- package/node_modules/@slack/logger/node_modules/@types/node/net.d.ts +53 -16
- package/node_modules/@slack/logger/node_modules/@types/node/os.d.ts +0 -9
- package/node_modules/@slack/logger/node_modules/@types/node/package.json +4 -4
- package/node_modules/@slack/logger/node_modules/@types/node/path.d.ts +0 -9
- package/node_modules/@slack/logger/node_modules/@types/node/perf_hooks.d.ts +0 -31
- package/node_modules/@slack/logger/node_modules/@types/node/punycode.d.ts +0 -28
- package/node_modules/@slack/logger/node_modules/@types/node/querystring.d.ts +0 -13
- package/node_modules/@slack/logger/node_modules/@types/node/quic.d.ts +0 -13
- package/node_modules/@slack/logger/node_modules/@types/node/readline/promises.d.ts +0 -3
- package/node_modules/@slack/logger/node_modules/@types/node/readline.d.ts +0 -35
- package/node_modules/@slack/logger/node_modules/@types/node/repl.d.ts +0 -10
- package/node_modules/@slack/logger/node_modules/@types/node/sea.d.ts +0 -115
- package/node_modules/@slack/logger/node_modules/@types/node/sqlite.d.ts +0 -44
- package/node_modules/@slack/logger/node_modules/@types/node/stream/consumers.d.ts +81 -5
- package/node_modules/@slack/logger/node_modules/@types/node/stream/web.d.ts +3 -3
- package/node_modules/@slack/logger/node_modules/@types/node/stream.d.ts +27 -23
- package/node_modules/@slack/logger/node_modules/@types/node/string_decoder.d.ts +0 -40
- package/node_modules/@slack/logger/node_modules/@types/node/test/reporters.d.ts +0 -38
- package/node_modules/@slack/logger/node_modules/@types/node/test.d.ts +7 -80
- package/node_modules/@slack/logger/node_modules/@types/node/timers/promises.d.ts +0 -15
- package/node_modules/@slack/logger/node_modules/@types/node/timers.d.ts +0 -10
- package/node_modules/@slack/logger/node_modules/@types/node/tls.d.ts +6 -16
- package/node_modules/@slack/logger/node_modules/@types/node/trace_events.d.ts +0 -94
- package/node_modules/@slack/logger/node_modules/@types/node/ts5.6/buffer.buffer.d.ts +1 -1
- package/node_modules/@slack/logger/node_modules/@types/node/tty.d.ts +0 -25
- package/node_modules/@slack/logger/node_modules/@types/node/url.d.ts +0 -9
- package/node_modules/@slack/logger/node_modules/@types/node/util.d.ts +0 -10
- package/node_modules/@slack/logger/node_modules/@types/node/v8.d.ts +0 -8
- package/node_modules/@slack/logger/node_modules/@types/node/vm.d.ts +0 -38
- package/node_modules/@slack/logger/node_modules/@types/node/wasi.d.ts +0 -71
- package/node_modules/@slack/logger/node_modules/@types/node/worker_threads.d.ts +15 -61
- package/node_modules/@slack/logger/node_modules/@types/node/zlib.d.ts +0 -93
- package/node_modules/@slack/logger/node_modules/undici-types/cache-interceptor.d.ts +6 -0
- package/node_modules/@slack/logger/node_modules/undici-types/client.d.ts +10 -0
- package/node_modules/@slack/logger/node_modules/undici-types/package.json +1 -1
- package/node_modules/@slack/web-api/dist/instrument.d.ts.map +1 -1
- package/node_modules/@slack/web-api/dist/instrument.js +13 -1
- package/node_modules/@slack/web-api/dist/instrument.js.map +1 -1
- package/node_modules/@slack/web-api/node_modules/@types/node/README.md +1 -1
- package/node_modules/@slack/web-api/node_modules/@types/node/assert/strict.d.ts +0 -46
- package/node_modules/@slack/web-api/node_modules/@types/node/assert.d.ts +0 -5
- package/node_modules/@slack/web-api/node_modules/@types/node/async_hooks.d.ts +18 -38
- package/node_modules/@slack/web-api/node_modules/@types/node/buffer.buffer.d.ts +1 -1
- package/node_modules/@slack/web-api/node_modules/@types/node/buffer.d.ts +0 -45
- package/node_modules/@slack/web-api/node_modules/@types/node/child_process.d.ts +0 -67
- package/node_modules/@slack/web-api/node_modules/@types/node/cluster.d.ts +0 -54
- package/node_modules/@slack/web-api/node_modules/@types/node/console.d.ts +0 -58
- package/node_modules/@slack/web-api/node_modules/@types/node/constants.d.ts +0 -6
- package/node_modules/@slack/web-api/node_modules/@types/node/crypto.d.ts +0 -18
- package/node_modules/@slack/web-api/node_modules/@types/node/dgram.d.ts +0 -27
- package/node_modules/@slack/web-api/node_modules/@types/node/diagnostics_channel.d.ts +0 -24
- package/node_modules/@slack/web-api/node_modules/@types/node/dns/promises.d.ts +0 -6
- package/node_modules/@slack/web-api/node_modules/@types/node/dns.d.ts +0 -46
- package/node_modules/@slack/web-api/node_modules/@types/node/domain.d.ts +0 -16
- package/node_modules/@slack/web-api/node_modules/@types/node/events.d.ts +0 -36
- package/node_modules/@slack/web-api/node_modules/@types/node/fs/promises.d.ts +0 -10
- package/node_modules/@slack/web-api/node_modules/@types/node/fs.d.ts +0 -20
- package/node_modules/@slack/web-api/node_modules/@types/node/http.d.ts +0 -41
- package/node_modules/@slack/web-api/node_modules/@types/node/http2.d.ts +0 -10
- package/node_modules/@slack/web-api/node_modules/@types/node/https.d.ts +0 -5
- package/node_modules/@slack/web-api/node_modules/@types/node/inspector/promises.d.ts +0 -6
- package/node_modules/@slack/web-api/node_modules/@types/node/inspector.d.ts +0 -5
- package/node_modules/@slack/web-api/node_modules/@types/node/module.d.ts +0 -3
- package/node_modules/@slack/web-api/node_modules/@types/node/net.d.ts +53 -16
- package/node_modules/@slack/web-api/node_modules/@types/node/os.d.ts +0 -9
- package/node_modules/@slack/web-api/node_modules/@types/node/package.json +4 -4
- package/node_modules/@slack/web-api/node_modules/@types/node/path.d.ts +0 -9
- package/node_modules/@slack/web-api/node_modules/@types/node/perf_hooks.d.ts +0 -31
- package/node_modules/@slack/web-api/node_modules/@types/node/punycode.d.ts +0 -28
- package/node_modules/@slack/web-api/node_modules/@types/node/querystring.d.ts +0 -13
- package/node_modules/@slack/web-api/node_modules/@types/node/quic.d.ts +0 -13
- package/node_modules/@slack/web-api/node_modules/@types/node/readline/promises.d.ts +0 -3
- package/node_modules/@slack/web-api/node_modules/@types/node/readline.d.ts +0 -35
- package/node_modules/@slack/web-api/node_modules/@types/node/repl.d.ts +0 -10
- package/node_modules/@slack/web-api/node_modules/@types/node/sea.d.ts +0 -115
- package/node_modules/@slack/web-api/node_modules/@types/node/sqlite.d.ts +0 -44
- package/node_modules/@slack/web-api/node_modules/@types/node/stream/consumers.d.ts +81 -5
- package/node_modules/@slack/web-api/node_modules/@types/node/stream/web.d.ts +3 -3
- package/node_modules/@slack/web-api/node_modules/@types/node/stream.d.ts +27 -23
- package/node_modules/@slack/web-api/node_modules/@types/node/string_decoder.d.ts +0 -40
- package/node_modules/@slack/web-api/node_modules/@types/node/test/reporters.d.ts +0 -38
- package/node_modules/@slack/web-api/node_modules/@types/node/test.d.ts +7 -80
- package/node_modules/@slack/web-api/node_modules/@types/node/timers/promises.d.ts +0 -15
- package/node_modules/@slack/web-api/node_modules/@types/node/timers.d.ts +0 -10
- package/node_modules/@slack/web-api/node_modules/@types/node/tls.d.ts +6 -16
- package/node_modules/@slack/web-api/node_modules/@types/node/trace_events.d.ts +0 -94
- package/node_modules/@slack/web-api/node_modules/@types/node/ts5.6/buffer.buffer.d.ts +1 -1
- package/node_modules/@slack/web-api/node_modules/@types/node/tty.d.ts +0 -25
- package/node_modules/@slack/web-api/node_modules/@types/node/url.d.ts +0 -9
- package/node_modules/@slack/web-api/node_modules/@types/node/util.d.ts +0 -10
- package/node_modules/@slack/web-api/node_modules/@types/node/v8.d.ts +0 -8
- package/node_modules/@slack/web-api/node_modules/@types/node/vm.d.ts +0 -38
- package/node_modules/@slack/web-api/node_modules/@types/node/wasi.d.ts +0 -71
- package/node_modules/@slack/web-api/node_modules/@types/node/worker_threads.d.ts +15 -61
- package/node_modules/@slack/web-api/node_modules/@types/node/zlib.d.ts +0 -93
- package/node_modules/@slack/web-api/node_modules/undici-types/cache-interceptor.d.ts +6 -0
- package/node_modules/@slack/web-api/node_modules/undici-types/client.d.ts +10 -0
- package/node_modules/@slack/web-api/node_modules/undici-types/package.json +1 -1
- package/node_modules/@slack/web-api/package.json +2 -2
- package/node_modules/@smithy/config-resolver/README.md +10 -3
- package/node_modules/@smithy/config-resolver/dist-cjs/index.js +12 -0
- package/node_modules/@smithy/config-resolver/dist-es/endpointsConfig/NodeUseDualstackEndpointConfigOptions.js +5 -0
- package/node_modules/@smithy/config-resolver/dist-es/endpointsConfig/NodeUseFipsEndpointConfigOptions.js +5 -0
- package/node_modules/@smithy/config-resolver/dist-types/endpointsConfig/NodeUseDualstackEndpointConfigOptions.d.ts +6 -0
- package/node_modules/@smithy/config-resolver/dist-types/endpointsConfig/NodeUseFipsEndpointConfigOptions.d.ts +6 -0
- package/node_modules/@smithy/config-resolver/package.json +10 -11
- package/node_modules/@smithy/core/README.md +12 -1
- package/node_modules/@smithy/core/dist-cjs/getSmithyContext.js +6 -0
- package/node_modules/@smithy/core/dist-cjs/index.js +1 -1
- package/node_modules/@smithy/core/dist-cjs/middleware-http-auth-scheme/getHttpAuthSchemeEndpointRuleSetPlugin.js +21 -0
- package/node_modules/@smithy/core/dist-cjs/middleware-http-auth-scheme/getHttpAuthSchemePlugin.js +21 -0
- package/node_modules/@smithy/core/dist-cjs/middleware-http-auth-scheme/httpAuthSchemeMiddleware.js +46 -0
- package/node_modules/@smithy/core/dist-cjs/middleware-http-auth-scheme/index.js +6 -0
- package/node_modules/@smithy/core/dist-cjs/middleware-http-auth-scheme/resolveAuthOptions.js +24 -0
- package/node_modules/@smithy/core/dist-cjs/middleware-http-signing/getHttpSigningMiddleware.js +19 -0
- package/node_modules/@smithy/core/dist-cjs/middleware-http-signing/httpSigningMiddleware.js +27 -0
- package/node_modules/@smithy/core/dist-cjs/middleware-http-signing/index.js +5 -0
- package/node_modules/@smithy/core/dist-cjs/normalizeProvider.js +10 -0
- package/node_modules/@smithy/core/dist-cjs/pagination/createPaginator.js +44 -0
- package/node_modules/@smithy/core/dist-cjs/request-builder/requestBuilder.js +5 -0
- package/node_modules/@smithy/core/dist-cjs/setFeature.js +14 -0
- package/node_modules/@smithy/core/dist-cjs/submodules/protocols/index.js +8 -17
- package/node_modules/@smithy/core/dist-cjs/util-identity-and-auth/DefaultIdentityProviderConfig.js +17 -0
- package/node_modules/@smithy/core/dist-cjs/util-identity-and-auth/httpAuthSchemes/httpApiKeyAuth.js +38 -0
- package/node_modules/@smithy/core/dist-cjs/util-identity-and-auth/httpAuthSchemes/httpBearerAuth.js +15 -0
- package/node_modules/@smithy/core/dist-cjs/util-identity-and-auth/httpAuthSchemes/index.js +6 -0
- package/node_modules/@smithy/core/dist-cjs/util-identity-and-auth/httpAuthSchemes/noAuth.js +9 -0
- package/node_modules/@smithy/core/dist-cjs/util-identity-and-auth/index.js +6 -0
- package/node_modules/@smithy/core/dist-cjs/util-identity-and-auth/memoizeIdentityProvider.js +61 -0
- package/node_modules/@smithy/core/dist-es/submodules/protocols/HttpBindingProtocol.js +1 -8
- package/node_modules/@smithy/core/dist-es/submodules/protocols/RpcProtocol.js +7 -9
- package/node_modules/@smithy/core/dist-types/submodules/protocols/RpcProtocol.d.ts +1 -1
- package/node_modules/@smithy/core/package.json +15 -16
- package/node_modules/@smithy/credential-provider-imds/README.md +12 -3
- package/node_modules/@smithy/credential-provider-imds/package.json +9 -10
- package/node_modules/@smithy/eventstream-codec/README.md +13 -0
- package/node_modules/@smithy/eventstream-codec/dist-cjs/index.js +13 -0
- package/node_modules/@smithy/eventstream-codec/package.json +6 -7
- package/node_modules/@smithy/eventstream-serde-browser/README.md +10 -3
- package/node_modules/@smithy/eventstream-serde-browser/package.json +7 -8
- package/node_modules/@smithy/eventstream-serde-config-resolver/README.md +10 -3
- package/node_modules/@smithy/eventstream-serde-config-resolver/package.json +7 -8
- package/node_modules/@smithy/eventstream-serde-node/README.md +10 -3
- package/node_modules/@smithy/eventstream-serde-node/package.json +7 -8
- package/node_modules/@smithy/eventstream-serde-universal/README.md +10 -3
- package/node_modules/@smithy/eventstream-serde-universal/package.json +9 -10
- package/node_modules/@smithy/fetch-http-handler/package.json +12 -13
- package/node_modules/@smithy/hash-node/README.md +10 -3
- package/node_modules/@smithy/hash-node/package.json +6 -7
- package/node_modules/@smithy/invalid-dependency/README.md +10 -3
- package/node_modules/@smithy/invalid-dependency/package.json +6 -7
- package/node_modules/@smithy/middleware-content-length/README.md +13 -0
- package/node_modules/@smithy/middleware-content-length/package.json +7 -8
- package/node_modules/@smithy/middleware-endpoint/README.md +10 -3
- package/node_modules/@smithy/middleware-endpoint/dist-cjs/index.js +2 -2
- package/node_modules/@smithy/middleware-endpoint/dist-types/resolveEndpointConfig.d.ts +2 -2
- package/node_modules/@smithy/middleware-endpoint/package.json +13 -14
- package/node_modules/@smithy/middleware-retry/README.md +13 -0
- package/node_modules/@smithy/middleware-retry/dist-cjs/index.js +70 -29
- package/node_modules/@smithy/middleware-retry/dist-es/index.js +5 -4
- package/node_modules/@smithy/middleware-retry/dist-es/longPollMiddleware.js +15 -0
- package/node_modules/@smithy/middleware-retry/dist-es/parseRetryAfterHeader.js +49 -0
- package/node_modules/@smithy/middleware-retry/dist-es/{StandardRetryStrategy.js → retry-pre-sra-deprecated/StandardRetryStrategy.js} +1 -1
- package/node_modules/@smithy/middleware-retry/dist-es/retryMiddleware.js +13 -20
- package/node_modules/@smithy/middleware-retry/dist-types/configurations.d.ts +3 -1
- package/node_modules/@smithy/middleware-retry/dist-types/index.d.ts +5 -4
- package/node_modules/@smithy/middleware-retry/dist-types/longPollMiddleware.d.ts +15 -0
- package/node_modules/@smithy/middleware-retry/dist-types/omitRetryHeadersMiddleware.d.ts +2 -0
- package/node_modules/@smithy/middleware-retry/dist-types/parseRetryAfterHeader.d.ts +10 -0
- package/node_modules/@smithy/middleware-retry/dist-types/{AdaptiveRetryStrategy.d.ts → retry-pre-sra-deprecated/AdaptiveRetryStrategy.d.ts} +2 -1
- package/node_modules/@smithy/middleware-retry/dist-types/{defaultRetryQuota.d.ts → retry-pre-sra-deprecated/defaultRetryQuota.d.ts} +2 -0
- package/node_modules/@smithy/middleware-retry/dist-types/{delayDecider.d.ts → retry-pre-sra-deprecated/delayDecider.d.ts} +2 -1
- package/node_modules/@smithy/middleware-retry/dist-types/retryMiddleware.d.ts +0 -4
- package/node_modules/@smithy/middleware-retry/package.json +16 -16
- package/node_modules/@smithy/middleware-serde/README.md +13 -0
- package/node_modules/@smithy/middleware-serde/package.json +10 -11
- package/node_modules/@smithy/middleware-stack/README.md +13 -0
- package/node_modules/@smithy/middleware-stack/package.json +7 -8
- package/node_modules/@smithy/node-config-provider/README.md +10 -3
- package/node_modules/@smithy/node-config-provider/package.json +8 -9
- package/node_modules/@smithy/node-http-handler/package.json +10 -11
- package/node_modules/@smithy/property-provider/README.md +10 -3
- package/node_modules/@smithy/property-provider/package.json +6 -7
- package/node_modules/@smithy/protocol-http/README.md +13 -0
- package/node_modules/@smithy/protocol-http/package.json +6 -7
- package/node_modules/@smithy/querystring-builder/README.md +10 -3
- package/node_modules/@smithy/querystring-builder/package.json +6 -7
- package/node_modules/@smithy/querystring-parser/README.md +10 -3
- package/node_modules/@smithy/querystring-parser/package.json +6 -7
- package/node_modules/@smithy/service-error-classification/README.md +13 -0
- package/node_modules/@smithy/service-error-classification/package.json +6 -7
- package/node_modules/@smithy/shared-ini-file-loader/package.json +7 -8
- package/node_modules/@smithy/signature-v4/dist-cjs/index.js +13 -0
- package/node_modules/@smithy/signature-v4/package.json +9 -10
- package/node_modules/@smithy/smithy-client/README.md +10 -3
- package/node_modules/@smithy/smithy-client/dist-cjs/index.js +1 -1
- package/node_modules/@smithy/smithy-client/package.json +14 -15
- package/node_modules/@smithy/types/dist-types/middleware.d.ts +6 -0
- package/node_modules/@smithy/types/dist-types/retry.d.ts +4 -0
- package/node_modules/@smithy/types/package.json +7 -8
- package/node_modules/@smithy/url-parser/README.md +10 -3
- package/node_modules/@smithy/url-parser/package.json +7 -8
- package/node_modules/@smithy/util-defaults-mode-browser/README.md +10 -3
- package/node_modules/@smithy/util-defaults-mode-browser/package.json +8 -9
- package/node_modules/@smithy/util-defaults-mode-node/README.md +10 -3
- package/node_modules/@smithy/util-defaults-mode-node/package.json +11 -12
- package/node_modules/@smithy/util-endpoints/README.md +10 -3
- package/node_modules/@smithy/util-endpoints/dist-cjs/index.js +154 -61
- package/node_modules/@smithy/util-endpoints/dist-es/bdd/BinaryDecisionDiagram.js +15 -0
- package/node_modules/@smithy/util-endpoints/dist-es/decideEndpoint.js +41 -0
- package/node_modules/@smithy/util-endpoints/dist-es/index.js +2 -0
- package/node_modules/@smithy/util-endpoints/dist-es/lib/coalesce.js +8 -0
- package/node_modules/@smithy/util-endpoints/dist-es/lib/index.js +3 -0
- package/node_modules/@smithy/util-endpoints/dist-es/lib/ite.js +3 -0
- package/node_modules/@smithy/util-endpoints/dist-es/lib/split.js +13 -0
- package/node_modules/@smithy/util-endpoints/dist-es/lib/substring.js +1 -1
- package/node_modules/@smithy/util-endpoints/dist-es/utils/endpointFunctions.js +4 -1
- package/node_modules/@smithy/util-endpoints/dist-es/utils/evaluateExpression.js +20 -5
- package/node_modules/@smithy/util-endpoints/dist-es/utils/evaluateTemplate.js +3 -6
- package/node_modules/@smithy/util-endpoints/dist-es/utils/getReferenceValue.js +1 -5
- package/node_modules/@smithy/util-endpoints/dist-types/bdd/BinaryDecisionDiagram.d.ts +22 -0
- package/node_modules/@smithy/util-endpoints/dist-types/decideEndpoint.d.ts +7 -0
- package/node_modules/@smithy/util-endpoints/dist-types/index.d.ts +2 -0
- package/node_modules/@smithy/util-endpoints/dist-types/lib/coalesce.d.ts +7 -0
- package/node_modules/@smithy/util-endpoints/dist-types/lib/index.d.ts +3 -0
- package/node_modules/@smithy/util-endpoints/dist-types/lib/ite.d.ts +6 -0
- package/node_modules/@smithy/util-endpoints/dist-types/lib/split.d.ts +11 -0
- package/node_modules/@smithy/util-endpoints/dist-types/utils/endpointFunctions.d.ts +4 -0
- package/node_modules/@smithy/util-endpoints/dist-types/utils/getReferenceValue.d.ts +3 -1
- package/node_modules/@smithy/util-endpoints/package.json +9 -10
- package/node_modules/@smithy/util-middleware/README.md +9 -4
- package/node_modules/@smithy/util-middleware/package.json +6 -7
- package/node_modules/@smithy/util-retry/dist-cjs/index.js +135 -80
- package/node_modules/@smithy/util-retry/dist-es/AdaptiveRetryStrategy.js +10 -4
- package/node_modules/@smithy/util-retry/dist-es/ConfiguredRetryStrategy.js +2 -2
- package/node_modules/@smithy/util-retry/dist-es/DefaultRateLimiter.js +30 -29
- package/node_modules/@smithy/util-retry/dist-es/DefaultRetryBackoffStrategy.js +14 -0
- package/node_modules/@smithy/util-retry/dist-es/DefaultRetryToken.js +25 -0
- package/node_modules/@smithy/util-retry/dist-es/StandardRetryStrategy.js +42 -26
- package/node_modules/@smithy/util-retry/dist-es/index.js +1 -0
- package/node_modules/@smithy/util-retry/dist-es/retries-2026-config.js +18 -0
- package/node_modules/@smithy/util-retry/dist-types/AdaptiveRetryStrategy.d.ts +13 -8
- package/node_modules/@smithy/util-retry/dist-types/ConfiguredRetryStrategy.d.ts +2 -2
- package/node_modules/@smithy/util-retry/dist-types/DefaultRateLimiter.d.ts +78 -8
- package/node_modules/@smithy/util-retry/dist-types/DefaultRetryBackoffStrategy.d.ts +12 -0
- package/node_modules/@smithy/util-retry/dist-types/DefaultRetryToken.d.ts +15 -0
- package/node_modules/@smithy/util-retry/dist-types/StandardRetryStrategy.d.ts +26 -4
- package/node_modules/@smithy/util-retry/dist-types/config.d.ts +4 -4
- package/node_modules/@smithy/util-retry/dist-types/constants.d.ts +15 -14
- package/node_modules/@smithy/util-retry/dist-types/index.d.ts +1 -0
- package/node_modules/@smithy/util-retry/dist-types/retries-2026-config.d.ts +11 -0
- package/node_modules/@smithy/util-retry/dist-types/types.d.ts +1 -1
- package/node_modules/@smithy/util-retry/package.json +10 -11
- package/node_modules/@smithy/util-stream/package.json +12 -13
- package/node_modules/@smithy/util-waiter/README.md +10 -3
- package/node_modules/@smithy/util-waiter/package.json +7 -8
- package/node_modules/@types/cacheable-request/node_modules/@types/node/README.md +1 -1
- package/node_modules/@types/cacheable-request/node_modules/@types/node/assert/strict.d.ts +0 -46
- package/node_modules/@types/cacheable-request/node_modules/@types/node/assert.d.ts +0 -5
- package/node_modules/@types/cacheable-request/node_modules/@types/node/async_hooks.d.ts +18 -38
- package/node_modules/@types/cacheable-request/node_modules/@types/node/buffer.buffer.d.ts +1 -1
- package/node_modules/@types/cacheable-request/node_modules/@types/node/buffer.d.ts +0 -45
- package/node_modules/@types/cacheable-request/node_modules/@types/node/child_process.d.ts +0 -67
- package/node_modules/@types/cacheable-request/node_modules/@types/node/cluster.d.ts +0 -54
- package/node_modules/@types/cacheable-request/node_modules/@types/node/console.d.ts +0 -58
- package/node_modules/@types/cacheable-request/node_modules/@types/node/constants.d.ts +0 -6
- package/node_modules/@types/cacheable-request/node_modules/@types/node/crypto.d.ts +0 -18
- package/node_modules/@types/cacheable-request/node_modules/@types/node/dgram.d.ts +0 -27
- package/node_modules/@types/cacheable-request/node_modules/@types/node/diagnostics_channel.d.ts +0 -24
- package/node_modules/@types/cacheable-request/node_modules/@types/node/dns/promises.d.ts +0 -6
- package/node_modules/@types/cacheable-request/node_modules/@types/node/dns.d.ts +0 -46
- package/node_modules/@types/cacheable-request/node_modules/@types/node/domain.d.ts +0 -16
- package/node_modules/@types/cacheable-request/node_modules/@types/node/events.d.ts +0 -36
- package/node_modules/@types/cacheable-request/node_modules/@types/node/fs/promises.d.ts +0 -10
- package/node_modules/@types/cacheable-request/node_modules/@types/node/fs.d.ts +0 -20
- package/node_modules/@types/cacheable-request/node_modules/@types/node/http.d.ts +0 -41
- package/node_modules/@types/cacheable-request/node_modules/@types/node/http2.d.ts +0 -10
- package/node_modules/@types/cacheable-request/node_modules/@types/node/https.d.ts +0 -5
- package/node_modules/@types/cacheable-request/node_modules/@types/node/inspector/promises.d.ts +0 -6
- package/node_modules/@types/cacheable-request/node_modules/@types/node/inspector.d.ts +0 -5
- package/node_modules/@types/cacheable-request/node_modules/@types/node/module.d.ts +0 -3
- package/node_modules/@types/cacheable-request/node_modules/@types/node/net.d.ts +53 -16
- package/node_modules/@types/cacheable-request/node_modules/@types/node/os.d.ts +0 -9
- package/node_modules/@types/cacheable-request/node_modules/@types/node/package.json +4 -4
- package/node_modules/@types/cacheable-request/node_modules/@types/node/path.d.ts +0 -9
- package/node_modules/@types/cacheable-request/node_modules/@types/node/perf_hooks.d.ts +0 -31
- package/node_modules/@types/cacheable-request/node_modules/@types/node/punycode.d.ts +0 -28
- package/node_modules/@types/cacheable-request/node_modules/@types/node/querystring.d.ts +0 -13
- package/node_modules/@types/cacheable-request/node_modules/@types/node/quic.d.ts +0 -13
- package/node_modules/@types/cacheable-request/node_modules/@types/node/readline/promises.d.ts +0 -3
- package/node_modules/@types/cacheable-request/node_modules/@types/node/readline.d.ts +0 -35
- package/node_modules/@types/cacheable-request/node_modules/@types/node/repl.d.ts +0 -10
- package/node_modules/@types/cacheable-request/node_modules/@types/node/sea.d.ts +0 -115
- package/node_modules/@types/cacheable-request/node_modules/@types/node/sqlite.d.ts +0 -44
- package/node_modules/@types/cacheable-request/node_modules/@types/node/stream/consumers.d.ts +81 -5
- package/node_modules/@types/cacheable-request/node_modules/@types/node/stream/web.d.ts +3 -3
- package/node_modules/@types/cacheable-request/node_modules/@types/node/stream.d.ts +27 -23
- package/node_modules/@types/cacheable-request/node_modules/@types/node/string_decoder.d.ts +0 -40
- package/node_modules/@types/cacheable-request/node_modules/@types/node/test/reporters.d.ts +0 -38
- package/node_modules/@types/cacheable-request/node_modules/@types/node/test.d.ts +7 -80
- package/node_modules/@types/cacheable-request/node_modules/@types/node/timers/promises.d.ts +0 -15
- package/node_modules/@types/cacheable-request/node_modules/@types/node/timers.d.ts +0 -10
- package/node_modules/@types/cacheable-request/node_modules/@types/node/tls.d.ts +6 -16
- package/node_modules/@types/cacheable-request/node_modules/@types/node/trace_events.d.ts +0 -94
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts5.6/buffer.buffer.d.ts +1 -1
- package/node_modules/@types/cacheable-request/node_modules/@types/node/tty.d.ts +0 -25
- package/node_modules/@types/cacheable-request/node_modules/@types/node/url.d.ts +0 -9
- package/node_modules/@types/cacheable-request/node_modules/@types/node/util.d.ts +0 -10
- package/node_modules/@types/cacheable-request/node_modules/@types/node/v8.d.ts +0 -8
- package/node_modules/@types/cacheable-request/node_modules/@types/node/vm.d.ts +0 -38
- package/node_modules/@types/cacheable-request/node_modules/@types/node/wasi.d.ts +0 -71
- package/node_modules/@types/cacheable-request/node_modules/@types/node/worker_threads.d.ts +15 -61
- package/node_modules/@types/cacheable-request/node_modules/@types/node/zlib.d.ts +0 -93
- package/node_modules/@types/cacheable-request/node_modules/undici-types/cache-interceptor.d.ts +6 -0
- package/node_modules/@types/cacheable-request/node_modules/undici-types/client.d.ts +10 -0
- package/node_modules/@types/cacheable-request/node_modules/undici-types/package.json +1 -1
- package/node_modules/@types/keyv/node_modules/@types/node/README.md +1 -1
- package/node_modules/@types/keyv/node_modules/@types/node/assert/strict.d.ts +0 -46
- package/node_modules/@types/keyv/node_modules/@types/node/assert.d.ts +0 -5
- package/node_modules/@types/keyv/node_modules/@types/node/async_hooks.d.ts +18 -38
- package/node_modules/@types/keyv/node_modules/@types/node/buffer.buffer.d.ts +1 -1
- package/node_modules/@types/keyv/node_modules/@types/node/buffer.d.ts +0 -45
- package/node_modules/@types/keyv/node_modules/@types/node/child_process.d.ts +0 -67
- package/node_modules/@types/keyv/node_modules/@types/node/cluster.d.ts +0 -54
- package/node_modules/@types/keyv/node_modules/@types/node/console.d.ts +0 -58
- package/node_modules/@types/keyv/node_modules/@types/node/constants.d.ts +0 -6
- package/node_modules/@types/keyv/node_modules/@types/node/crypto.d.ts +0 -18
- package/node_modules/@types/keyv/node_modules/@types/node/dgram.d.ts +0 -27
- package/node_modules/@types/keyv/node_modules/@types/node/diagnostics_channel.d.ts +0 -24
- package/node_modules/@types/keyv/node_modules/@types/node/dns/promises.d.ts +0 -6
- package/node_modules/@types/keyv/node_modules/@types/node/dns.d.ts +0 -46
- package/node_modules/@types/keyv/node_modules/@types/node/domain.d.ts +0 -16
- package/node_modules/@types/keyv/node_modules/@types/node/events.d.ts +0 -36
- package/node_modules/@types/keyv/node_modules/@types/node/fs/promises.d.ts +0 -10
- package/node_modules/@types/keyv/node_modules/@types/node/fs.d.ts +0 -20
- package/node_modules/@types/keyv/node_modules/@types/node/http.d.ts +0 -41
- package/node_modules/@types/keyv/node_modules/@types/node/http2.d.ts +0 -10
- package/node_modules/@types/keyv/node_modules/@types/node/https.d.ts +0 -5
- package/node_modules/@types/keyv/node_modules/@types/node/inspector/promises.d.ts +0 -6
- package/node_modules/@types/keyv/node_modules/@types/node/inspector.d.ts +0 -5
- package/node_modules/@types/keyv/node_modules/@types/node/module.d.ts +0 -3
- package/node_modules/@types/keyv/node_modules/@types/node/net.d.ts +53 -16
- package/node_modules/@types/keyv/node_modules/@types/node/os.d.ts +0 -9
- package/node_modules/@types/keyv/node_modules/@types/node/package.json +4 -4
- package/node_modules/@types/keyv/node_modules/@types/node/path.d.ts +0 -9
- package/node_modules/@types/keyv/node_modules/@types/node/perf_hooks.d.ts +0 -31
- package/node_modules/@types/keyv/node_modules/@types/node/punycode.d.ts +0 -28
- package/node_modules/@types/keyv/node_modules/@types/node/querystring.d.ts +0 -13
- package/node_modules/@types/keyv/node_modules/@types/node/quic.d.ts +0 -13
- package/node_modules/@types/keyv/node_modules/@types/node/readline/promises.d.ts +0 -3
- package/node_modules/@types/keyv/node_modules/@types/node/readline.d.ts +0 -35
- package/node_modules/@types/keyv/node_modules/@types/node/repl.d.ts +0 -10
- package/node_modules/@types/keyv/node_modules/@types/node/sea.d.ts +0 -115
- package/node_modules/@types/keyv/node_modules/@types/node/sqlite.d.ts +0 -44
- package/node_modules/@types/keyv/node_modules/@types/node/stream/consumers.d.ts +81 -5
- package/node_modules/@types/keyv/node_modules/@types/node/stream/web.d.ts +3 -3
- package/node_modules/@types/keyv/node_modules/@types/node/stream.d.ts +27 -23
- package/node_modules/@types/keyv/node_modules/@types/node/string_decoder.d.ts +0 -40
- package/node_modules/@types/keyv/node_modules/@types/node/test/reporters.d.ts +0 -38
- package/node_modules/@types/keyv/node_modules/@types/node/test.d.ts +7 -80
- package/node_modules/@types/keyv/node_modules/@types/node/timers/promises.d.ts +0 -15
- package/node_modules/@types/keyv/node_modules/@types/node/timers.d.ts +0 -10
- package/node_modules/@types/keyv/node_modules/@types/node/tls.d.ts +6 -16
- package/node_modules/@types/keyv/node_modules/@types/node/trace_events.d.ts +0 -94
- package/node_modules/@types/keyv/node_modules/@types/node/ts5.6/buffer.buffer.d.ts +1 -1
- package/node_modules/@types/keyv/node_modules/@types/node/tty.d.ts +0 -25
- package/node_modules/@types/keyv/node_modules/@types/node/url.d.ts +0 -9
- package/node_modules/@types/keyv/node_modules/@types/node/util.d.ts +0 -10
- package/node_modules/@types/keyv/node_modules/@types/node/v8.d.ts +0 -8
- package/node_modules/@types/keyv/node_modules/@types/node/vm.d.ts +0 -38
- package/node_modules/@types/keyv/node_modules/@types/node/wasi.d.ts +0 -71
- package/node_modules/@types/keyv/node_modules/@types/node/worker_threads.d.ts +15 -61
- package/node_modules/@types/keyv/node_modules/@types/node/zlib.d.ts +0 -93
- package/node_modules/@types/keyv/node_modules/undici-types/cache-interceptor.d.ts +6 -0
- package/node_modules/@types/keyv/node_modules/undici-types/client.d.ts +10 -0
- package/node_modules/@types/keyv/node_modules/undici-types/package.json +1 -1
- package/node_modules/@types/responselike/node_modules/@types/node/README.md +1 -1
- package/node_modules/@types/responselike/node_modules/@types/node/assert/strict.d.ts +0 -46
- package/node_modules/@types/responselike/node_modules/@types/node/assert.d.ts +0 -5
- package/node_modules/@types/responselike/node_modules/@types/node/async_hooks.d.ts +18 -38
- package/node_modules/@types/responselike/node_modules/@types/node/buffer.buffer.d.ts +1 -1
- package/node_modules/@types/responselike/node_modules/@types/node/buffer.d.ts +0 -45
- package/node_modules/@types/responselike/node_modules/@types/node/child_process.d.ts +0 -67
- package/node_modules/@types/responselike/node_modules/@types/node/cluster.d.ts +0 -54
- package/node_modules/@types/responselike/node_modules/@types/node/console.d.ts +0 -58
- package/node_modules/@types/responselike/node_modules/@types/node/constants.d.ts +0 -6
- package/node_modules/@types/responselike/node_modules/@types/node/crypto.d.ts +0 -18
- package/node_modules/@types/responselike/node_modules/@types/node/dgram.d.ts +0 -27
- package/node_modules/@types/responselike/node_modules/@types/node/diagnostics_channel.d.ts +0 -24
- package/node_modules/@types/responselike/node_modules/@types/node/dns/promises.d.ts +0 -6
- package/node_modules/@types/responselike/node_modules/@types/node/dns.d.ts +0 -46
- package/node_modules/@types/responselike/node_modules/@types/node/domain.d.ts +0 -16
- package/node_modules/@types/responselike/node_modules/@types/node/events.d.ts +0 -36
- package/node_modules/@types/responselike/node_modules/@types/node/fs/promises.d.ts +0 -10
- package/node_modules/@types/responselike/node_modules/@types/node/fs.d.ts +0 -20
- package/node_modules/@types/responselike/node_modules/@types/node/http.d.ts +0 -41
- package/node_modules/@types/responselike/node_modules/@types/node/http2.d.ts +0 -10
- package/node_modules/@types/responselike/node_modules/@types/node/https.d.ts +0 -5
- package/node_modules/@types/responselike/node_modules/@types/node/inspector/promises.d.ts +0 -6
- package/node_modules/@types/responselike/node_modules/@types/node/inspector.d.ts +0 -5
- package/node_modules/@types/responselike/node_modules/@types/node/module.d.ts +0 -3
- package/node_modules/@types/responselike/node_modules/@types/node/net.d.ts +53 -16
- package/node_modules/@types/responselike/node_modules/@types/node/os.d.ts +0 -9
- package/node_modules/@types/responselike/node_modules/@types/node/package.json +4 -4
- package/node_modules/@types/responselike/node_modules/@types/node/path.d.ts +0 -9
- package/node_modules/@types/responselike/node_modules/@types/node/perf_hooks.d.ts +0 -31
- package/node_modules/@types/responselike/node_modules/@types/node/punycode.d.ts +0 -28
- package/node_modules/@types/responselike/node_modules/@types/node/querystring.d.ts +0 -13
- package/node_modules/@types/responselike/node_modules/@types/node/quic.d.ts +0 -13
- package/node_modules/@types/responselike/node_modules/@types/node/readline/promises.d.ts +0 -3
- package/node_modules/@types/responselike/node_modules/@types/node/readline.d.ts +0 -35
- package/node_modules/@types/responselike/node_modules/@types/node/repl.d.ts +0 -10
- package/node_modules/@types/responselike/node_modules/@types/node/sea.d.ts +0 -115
- package/node_modules/@types/responselike/node_modules/@types/node/sqlite.d.ts +0 -44
- package/node_modules/@types/responselike/node_modules/@types/node/stream/consumers.d.ts +81 -5
- package/node_modules/@types/responselike/node_modules/@types/node/stream/web.d.ts +3 -3
- package/node_modules/@types/responselike/node_modules/@types/node/stream.d.ts +27 -23
- package/node_modules/@types/responselike/node_modules/@types/node/string_decoder.d.ts +0 -40
- package/node_modules/@types/responselike/node_modules/@types/node/test/reporters.d.ts +0 -38
- package/node_modules/@types/responselike/node_modules/@types/node/test.d.ts +7 -80
- package/node_modules/@types/responselike/node_modules/@types/node/timers/promises.d.ts +0 -15
- package/node_modules/@types/responselike/node_modules/@types/node/timers.d.ts +0 -10
- package/node_modules/@types/responselike/node_modules/@types/node/tls.d.ts +6 -16
- package/node_modules/@types/responselike/node_modules/@types/node/trace_events.d.ts +0 -94
- package/node_modules/@types/responselike/node_modules/@types/node/ts5.6/buffer.buffer.d.ts +1 -1
- package/node_modules/@types/responselike/node_modules/@types/node/tty.d.ts +0 -25
- package/node_modules/@types/responselike/node_modules/@types/node/url.d.ts +0 -9
- package/node_modules/@types/responselike/node_modules/@types/node/util.d.ts +0 -10
- package/node_modules/@types/responselike/node_modules/@types/node/v8.d.ts +0 -8
- package/node_modules/@types/responselike/node_modules/@types/node/vm.d.ts +0 -38
- package/node_modules/@types/responselike/node_modules/@types/node/wasi.d.ts +0 -71
- package/node_modules/@types/responselike/node_modules/@types/node/worker_threads.d.ts +15 -61
- package/node_modules/@types/responselike/node_modules/@types/node/zlib.d.ts +0 -93
- package/node_modules/@types/responselike/node_modules/undici-types/cache-interceptor.d.ts +6 -0
- package/node_modules/@types/responselike/node_modules/undici-types/client.d.ts +10 -0
- package/node_modules/@types/responselike/node_modules/undici-types/package.json +1 -1
- package/node_modules/axios/CHANGELOG.md +1 -1
- package/node_modules/axios/README.md +116 -18
- package/node_modules/axios/dist/axios.js +135 -104
- package/node_modules/axios/dist/axios.js.map +1 -1
- package/node_modules/axios/dist/axios.min.js +3 -3
- package/node_modules/axios/dist/axios.min.js.map +1 -1
- package/node_modules/axios/dist/browser/axios.cjs +121 -87
- package/node_modules/axios/dist/browser/axios.cjs.map +1 -1
- package/node_modules/axios/dist/esm/axios.js +150 -119
- 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 +1536 -2368
- package/node_modules/axios/dist/node/axios.cjs.map +1 -1
- package/node_modules/axios/lib/adapters/fetch.js +5 -1
- package/node_modules/axios/lib/adapters/http.js +9 -4
- package/node_modules/axios/lib/core/Axios.js +19 -5
- package/node_modules/axios/lib/core/AxiosHeaders.js +35 -1
- package/node_modules/axios/lib/env/data.js +1 -1
- package/node_modules/axios/lib/helpers/buildURL.js +2 -2
- package/node_modules/axios/lib/helpers/shouldBypassProxy.js +106 -0
- package/node_modules/axios/package.json +96 -132
- package/node_modules/editorconfig/node_modules/brace-expansion/index.js +13 -11
- package/node_modules/editorconfig/node_modules/brace-expansion/package.json +1 -1
- package/node_modules/follow-redirects/README.md +7 -5
- package/node_modules/follow-redirects/index.js +24 -1
- package/node_modules/follow-redirects/package.json +1 -1
- package/node_modules/js-beautify/node_modules/brace-expansion/index.js +13 -11
- package/node_modules/js-beautify/node_modules/brace-expansion/package.json +1 -1
- package/node_modules/lodash/README.md +2 -2
- package/node_modules/lodash/_baseOrderBy.js +1 -1
- package/node_modules/lodash/_baseUnset.js +7 -20
- package/node_modules/lodash/_setCacheHas.js +1 -1
- package/node_modules/lodash/compact.js +1 -1
- package/node_modules/lodash/core.js +3 -3
- package/node_modules/lodash/core.min.js +26 -25
- package/node_modules/lodash/fromPairs.js +3 -1
- package/node_modules/lodash/lodash.js +38 -27
- package/node_modules/lodash/lodash.min.js +125 -129
- package/node_modules/lodash/package.json +4 -2
- package/node_modules/lodash/random.js +9 -0
- package/node_modules/lodash/template.js +16 -4
- package/node_modules/lodash/templateSettings.js +4 -0
- package/node_modules/mjml-cli/node_modules/brace-expansion/index.js +13 -11
- package/node_modules/mjml-cli/node_modules/brace-expansion/package.json +1 -1
- package/node_modules/path-expression-matcher/README.md +262 -25
- package/node_modules/path-expression-matcher/lib/pem.cjs +1 -1
- package/node_modules/path-expression-matcher/lib/pem.d.cts +299 -0
- package/node_modules/path-expression-matcher/lib/pem.min.js +1 -1
- package/node_modules/path-expression-matcher/lib/pem.min.js.map +1 -1
- package/node_modules/path-expression-matcher/package.json +2 -2
- package/node_modules/path-expression-matcher/src/Expression.js +2 -2
- package/node_modules/path-expression-matcher/src/ExpressionSet.js +209 -0
- package/node_modules/path-expression-matcher/src/Matcher.js +256 -100
- package/node_modules/path-expression-matcher/src/index.d.ts +229 -72
- package/node_modules/path-expression-matcher/src/index.js +3 -2
- package/node_modules/picomatch/README.md +9 -1
- package/node_modules/picomatch/lib/constants.js +5 -0
- package/node_modules/picomatch/lib/parse.js +301 -0
- package/node_modules/picomatch/package.json +1 -1
- package/node_modules/proxy-from-env/README.md +43 -11
- package/node_modules/proxy-from-env/index.cjs +105 -0
- package/node_modules/proxy-from-env/index.js +14 -19
- package/node_modules/proxy-from-env/package.json +20 -11
- package/node_modules/strnum/CHANGELOG.md +9 -2
- package/node_modules/strnum/package.json +1 -1
- package/node_modules/strnum/strnum.js +12 -6
- package/package.json +89 -89
- package/node_modules/@smithy/abort-controller/LICENSE +0 -201
- package/node_modules/@smithy/abort-controller/README.md +0 -4
- package/node_modules/@smithy/abort-controller/dist-cjs/index.js +0 -32
- package/node_modules/@smithy/abort-controller/dist-es/AbortController.js +0 -7
- package/node_modules/@smithy/abort-controller/dist-es/AbortSignal.js +0 -20
- package/node_modules/@smithy/abort-controller/dist-es/index.js +0 -2
- package/node_modules/@smithy/abort-controller/dist-types/AbortController.d.ts +0 -16
- package/node_modules/@smithy/abort-controller/dist-types/AbortSignal.d.ts +0 -21
- package/node_modules/@smithy/abort-controller/dist-types/index.d.ts +0 -9
- package/node_modules/@smithy/abort-controller/dist-types/ts3.4/AbortController.d.ts +0 -16
- package/node_modules/@smithy/abort-controller/dist-types/ts3.4/AbortSignal.d.ts +0 -21
- package/node_modules/@smithy/abort-controller/dist-types/ts3.4/index.d.ts +0 -9
- package/node_modules/@smithy/abort-controller/package.json +0 -63
- package/node_modules/@smithy/config-resolver/dist-types/ts3.4/endpointsConfig/NodeUseDualstackEndpointConfigOptions.d.ts +0 -17
- package/node_modules/@smithy/config-resolver/dist-types/ts3.4/endpointsConfig/NodeUseFipsEndpointConfigOptions.d.ts +0 -17
- package/node_modules/@smithy/config-resolver/dist-types/ts3.4/endpointsConfig/index.d.ts +0 -16
- package/node_modules/@smithy/config-resolver/dist-types/ts3.4/endpointsConfig/resolveCustomEndpointsConfig.d.ts +0 -37
- package/node_modules/@smithy/config-resolver/dist-types/ts3.4/endpointsConfig/resolveEndpointsConfig.d.ts +0 -57
- package/node_modules/@smithy/config-resolver/dist-types/ts3.4/endpointsConfig/utils/getEndpointFromRegion.d.ts +0 -11
- package/node_modules/@smithy/config-resolver/dist-types/ts3.4/index.d.ts +0 -12
- package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionConfig/checkRegion.d.ts +0 -9
- package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionConfig/config.d.ts +0 -17
- package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionConfig/getRealRegion.d.ts +0 -4
- package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionConfig/index.d.ts +0 -8
- package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionConfig/isFipsRegion.d.ts +0 -4
- package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionConfig/resolveRegionConfig.d.ts +0 -34
- package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/EndpointVariant.d.ts +0 -11
- package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/EndpointVariantTag.d.ts +0 -10
- package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/PartitionHash.d.ts +0 -15
- package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/RegionHash.d.ts +0 -13
- package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/getHostnameFromVariants.d.ts +0 -14
- package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/getRegionInfo.d.ts +0 -19
- package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/getResolvedHostname.d.ts +0 -13
- package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/getResolvedPartition.d.ts +0 -13
- package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/getResolvedSigningRegion.d.ts +0 -14
- package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/index.d.ts +0 -12
- package/node_modules/@smithy/core/dist-types/ts3.4/getSmithyContext.d.ts +0 -5
- package/node_modules/@smithy/core/dist-types/ts3.4/index.d.ts +0 -8
- package/node_modules/@smithy/core/dist-types/ts3.4/middleware-http-auth-scheme/getHttpAuthSchemeEndpointRuleSetPlugin.d.ts +0 -18
- package/node_modules/@smithy/core/dist-types/ts3.4/middleware-http-auth-scheme/getHttpAuthSchemePlugin.d.ts +0 -18
- package/node_modules/@smithy/core/dist-types/ts3.4/middleware-http-auth-scheme/httpAuthSchemeMiddleware.d.ts +0 -33
- package/node_modules/@smithy/core/dist-types/ts3.4/middleware-http-auth-scheme/index.d.ts +0 -3
- package/node_modules/@smithy/core/dist-types/ts3.4/middleware-http-auth-scheme/resolveAuthOptions.d.ts +0 -10
- package/node_modules/@smithy/core/dist-types/ts3.4/middleware-http-signing/getHttpSigningMiddleware.d.ts +0 -9
- package/node_modules/@smithy/core/dist-types/ts3.4/middleware-http-signing/httpSigningMiddleware.d.ts +0 -5
- package/node_modules/@smithy/core/dist-types/ts3.4/middleware-http-signing/index.d.ts +0 -2
- package/node_modules/@smithy/core/dist-types/ts3.4/normalizeProvider.d.ts +0 -7
- package/node_modules/@smithy/core/dist-types/ts3.4/pagination/createPaginator.d.ts +0 -7
- package/node_modules/@smithy/core/dist-types/ts3.4/request-builder/requestBuilder.d.ts +0 -5
- package/node_modules/@smithy/core/dist-types/ts3.4/setFeature.d.ts +0 -12
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/CborCodec.d.ts +0 -33
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/SmithyRpcV2CborProtocol.d.ts +0 -28
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/byte-printer.d.ts +0 -6
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/cbor-decode.d.ts +0 -17
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/cbor-encode.d.ts +0 -9
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/cbor-types.d.ts +0 -65
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/cbor.d.ts +0 -26
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/index.d.ts +0 -5
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/parseCborBody.d.ts +0 -31
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/index.d.ts +0 -1
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/toEndpointV1.d.ts +0 -6
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/event-streams/EventStreamSerde.d.ts +0 -60
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/event-streams/index.d.ts +0 -1
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/HttpBindingProtocol.d.ts +0 -31
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/HttpProtocol.d.ts +0 -89
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/RpcProtocol.d.ts +0 -16
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/SerdeContext.d.ts +0 -16
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/collect-stream-body.d.ts +0 -10
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/extended-encode-uri-component.d.ts +0 -7
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/index.d.ts +0 -13
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/requestBuilder.d.ts +0 -51
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/resolve-path.d.ts +0 -4
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/serde/FromStringShapeDeserializer.d.ts +0 -13
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/serde/HttpInterceptingShapeDeserializer.d.ts +0 -21
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/serde/HttpInterceptingShapeSerializer.d.ts +0 -23
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/serde/ToStringShapeSerializer.d.ts +0 -14
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/serde/determineTimestampFormat.d.ts +0 -9
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/TypeRegistry.d.ts +0 -71
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/deref.d.ts +0 -6
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/index.d.ts +0 -14
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/middleware/getSchemaSerdePlugin.d.ts +0 -14
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/middleware/schema-middleware-types.d.ts +0 -11
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/middleware/schemaDeserializationMiddleware.d.ts +0 -9
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/middleware/schemaSerializationMiddleware.d.ts +0 -6
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/ErrorSchema.d.ts +0 -37
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/ListSchema.d.ts +0 -23
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/MapSchema.d.ts +0 -24
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/NormalizedSchema.d.ts +0 -146
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/OperationSchema.d.ts +0 -23
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/Schema.d.ts +0 -16
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/SimpleSchema.d.ts +0 -28
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/StructureSchema.d.ts +0 -23
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/operation.d.ts +0 -7
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/sentinels.d.ts +0 -23
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/translateTraits.d.ts +0 -13
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/copyDocumentWithTransform.d.ts +0 -6
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/date-utils.d.ts +0 -73
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/generateIdempotencyToken.d.ts +0 -2
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/index.d.ts +0 -10
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/lazy-json.d.ts +0 -45
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/parse-utils.d.ts +0 -270
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/quote-header.d.ts +0 -6
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/schema-serde-lib/schema-date-utils.d.ts +0 -47
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/split-every.d.ts +0 -11
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/split-header.d.ts +0 -5
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/value/NumericValue.d.ts +0 -33
- package/node_modules/@smithy/core/dist-types/ts3.4/util-identity-and-auth/DefaultIdentityProviderConfig.d.ts +0 -15
- package/node_modules/@smithy/core/dist-types/ts3.4/util-identity-and-auth/httpAuthSchemes/httpApiKeyAuth.d.ts +0 -8
- package/node_modules/@smithy/core/dist-types/ts3.4/util-identity-and-auth/httpAuthSchemes/httpBearerAuth.d.ts +0 -8
- package/node_modules/@smithy/core/dist-types/ts3.4/util-identity-and-auth/httpAuthSchemes/index.d.ts +0 -3
- package/node_modules/@smithy/core/dist-types/ts3.4/util-identity-and-auth/httpAuthSchemes/noAuth.d.ts +0 -8
- package/node_modules/@smithy/core/dist-types/ts3.4/util-identity-and-auth/index.d.ts +0 -3
- package/node_modules/@smithy/core/dist-types/ts3.4/util-identity-and-auth/memoizeIdentityProvider.d.ts +0 -30
- package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/config/Endpoint.d.ts +0 -7
- package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/config/EndpointConfigOptions.d.ts +0 -13
- package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/config/EndpointMode.d.ts +0 -7
- package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/config/EndpointModeConfigOptions.d.ts +0 -13
- package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/error/InstanceMetadataV1FallbackError.d.ts +0 -12
- package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/fromContainerMetadata.d.ts +0 -21
- package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/fromInstanceMetadata.d.ts +0 -10
- package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/index.d.ts +0 -28
- package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/remoteProvider/ImdsCredentials.d.ts +0 -19
- package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/remoteProvider/RemoteProviderInit.d.ts +0 -40
- package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/remoteProvider/httpRequest.d.ts +0 -6
- package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/remoteProvider/index.d.ts +0 -8
- package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/remoteProvider/retry.d.ts +0 -10
- package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/types.d.ts +0 -7
- package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/utils/getExtendedInstanceMetadataCredentials.d.ts +0 -6
- package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/utils/getInstanceMetadataEndpoint.d.ts +0 -21
- package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/utils/staticStabilityProvider.d.ts +0 -16
- package/node_modules/@smithy/eventstream-codec/dist-types/ts3.4/EventStreamCodec.d.ts +0 -31
- package/node_modules/@smithy/eventstream-codec/dist-types/ts3.4/HeaderMarshaller.d.ts +0 -12
- package/node_modules/@smithy/eventstream-codec/dist-types/ts3.4/Int64.d.ts +0 -20
- package/node_modules/@smithy/eventstream-codec/dist-types/ts3.4/Message.d.ts +0 -26
- package/node_modules/@smithy/eventstream-codec/dist-types/ts3.4/MessageDecoderStream.d.ts +0 -17
- package/node_modules/@smithy/eventstream-codec/dist-types/ts3.4/MessageEncoderStream.d.ts +0 -18
- package/node_modules/@smithy/eventstream-codec/dist-types/ts3.4/SmithyMessageDecoderStream.d.ts +0 -17
- package/node_modules/@smithy/eventstream-codec/dist-types/ts3.4/SmithyMessageEncoderStream.d.ts +0 -17
- package/node_modules/@smithy/eventstream-codec/dist-types/ts3.4/TestVectors.fixture.d.ts +0 -2
- package/node_modules/@smithy/eventstream-codec/dist-types/ts3.4/index.d.ts +0 -8
- package/node_modules/@smithy/eventstream-codec/dist-types/ts3.4/splitMessage.d.ts +0 -11
- package/node_modules/@smithy/eventstream-codec/dist-types/ts3.4/vectorTypes.fixture.d.ts +0 -12
- package/node_modules/@smithy/eventstream-serde-browser/dist-types/ts3.4/EventStreamMarshaller.d.ts +0 -47
- package/node_modules/@smithy/eventstream-serde-browser/dist-types/ts3.4/index.d.ts +0 -12
- package/node_modules/@smithy/eventstream-serde-browser/dist-types/ts3.4/provider.d.ts +0 -3
- package/node_modules/@smithy/eventstream-serde-browser/dist-types/ts3.4/utils.d.ts +0 -13
- package/node_modules/@smithy/eventstream-serde-config-resolver/dist-types/ts3.4/EventStreamSerdeConfig.d.ts +0 -27
- package/node_modules/@smithy/eventstream-serde-config-resolver/dist-types/ts3.4/index.d.ts +0 -4
- package/node_modules/@smithy/eventstream-serde-node/dist-types/ts3.4/EventStreamMarshaller.d.ts +0 -23
- package/node_modules/@smithy/eventstream-serde-node/dist-types/ts3.4/index.d.ts +0 -8
- package/node_modules/@smithy/eventstream-serde-node/dist-types/ts3.4/provider.d.ts +0 -3
- package/node_modules/@smithy/eventstream-serde-node/dist-types/ts3.4/utils.d.ts +0 -12
- package/node_modules/@smithy/eventstream-serde-universal/dist-types/ts3.4/EventStreamMarshaller.d.ts +0 -23
- package/node_modules/@smithy/eventstream-serde-universal/dist-types/ts3.4/getChunkedStream.d.ts +0 -4
- package/node_modules/@smithy/eventstream-serde-universal/dist-types/ts3.4/getUnmarshalledStream.d.ts +0 -18
- package/node_modules/@smithy/eventstream-serde-universal/dist-types/ts3.4/index.d.ts +0 -8
- package/node_modules/@smithy/eventstream-serde-universal/dist-types/ts3.4/provider.d.ts +0 -3
- package/node_modules/@smithy/fetch-http-handler/dist-types/ts3.4/create-request.d.ts +0 -6
- package/node_modules/@smithy/fetch-http-handler/dist-types/ts3.4/fetch-http-handler.d.ts +0 -42
- package/node_modules/@smithy/fetch-http-handler/dist-types/ts3.4/index.d.ts +0 -2
- package/node_modules/@smithy/fetch-http-handler/dist-types/ts3.4/request-timeout.d.ts +0 -1
- package/node_modules/@smithy/fetch-http-handler/dist-types/ts3.4/stream-collector.d.ts +0 -2
- package/node_modules/@smithy/hash-node/dist-types/ts3.4/index.d.ts +0 -13
- package/node_modules/@smithy/invalid-dependency/dist-types/ts3.4/index.d.ts +0 -8
- package/node_modules/@smithy/invalid-dependency/dist-types/ts3.4/invalidFunction.d.ts +0 -4
- package/node_modules/@smithy/invalid-dependency/dist-types/ts3.4/invalidProvider.d.ts +0 -5
- package/node_modules/@smithy/middleware-content-length/dist-types/ts3.4/index.d.ts +0 -6
- package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/adaptors/createConfigValueProvider.d.ts +0 -14
- package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/adaptors/getEndpointFromConfig.browser.d.ts +0 -1
- package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/adaptors/getEndpointFromConfig.d.ts +0 -4
- package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/adaptors/getEndpointFromInstructions.d.ts +0 -28
- package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/adaptors/getEndpointUrlConfig.d.ts +0 -2
- package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/adaptors/index.d.ts +0 -8
- package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/adaptors/toEndpointV1.d.ts +0 -6
- package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/endpointMiddleware.d.ts +0 -10
- package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/getEndpointPlugin.d.ts +0 -11
- package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/index.d.ts +0 -18
- package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/resolveEndpointConfig.d.ts +0 -109
- package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/resolveEndpointRequiredConfig.d.ts +0 -32
- package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/service-customizations/index.d.ts +0 -4
- package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/service-customizations/s3.d.ts +0 -26
- package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/types.d.ts +0 -41
- package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/AdaptiveRetryStrategy.d.ts +0 -23
- package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/StandardRetryStrategy.d.ts +0 -33
- package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/configurations.d.ts +0 -66
- package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/defaultRetryQuota.d.ts +0 -24
- package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/delayDecider.d.ts +0 -5
- package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/index.d.ts +0 -7
- package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/isStreamingPayload/isStreamingPayload.browser.d.ts +0 -5
- package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/isStreamingPayload/isStreamingPayload.d.ts +0 -5
- package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/omitRetryHeadersMiddleware.d.ts +0 -13
- package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/retryDecider.d.ts +0 -6
- package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/retryMiddleware.d.ts +0 -18
- package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/types.d.ts +0 -65
- package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/util.d.ts +0 -2
- package/node_modules/@smithy/middleware-serde/dist-types/ts3.4/deserializerMiddleware.d.ts +0 -6
- package/node_modules/@smithy/middleware-serde/dist-types/ts3.4/index.d.ts +0 -3
- package/node_modules/@smithy/middleware-serde/dist-types/ts3.4/serdePlugin.d.ts +0 -24
- package/node_modules/@smithy/middleware-serde/dist-types/ts3.4/serializerMiddleware.d.ts +0 -6
- package/node_modules/@smithy/middleware-stack/dist-types/ts3.4/MiddlewareStack.d.ts +0 -5
- package/node_modules/@smithy/middleware-stack/dist-types/ts3.4/index.d.ts +0 -1
- package/node_modules/@smithy/middleware-stack/dist-types/ts3.4/types.d.ts +0 -22
- package/node_modules/@smithy/node-config-provider/dist-types/ts3.4/configLoader.d.ts +0 -31
- package/node_modules/@smithy/node-config-provider/dist-types/ts3.4/fromEnv.d.ts +0 -20
- package/node_modules/@smithy/node-config-provider/dist-types/ts3.4/fromSharedConfigFiles.d.ts +0 -22
- package/node_modules/@smithy/node-config-provider/dist-types/ts3.4/fromStatic.d.ts +0 -9
- package/node_modules/@smithy/node-config-provider/dist-types/ts3.4/getSelectorName.d.ts +0 -9
- package/node_modules/@smithy/node-config-provider/dist-types/ts3.4/index.d.ts +0 -4
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/build-abort-error.d.ts +0 -10
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/constants.d.ts +0 -5
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/get-transformed-headers.d.ts +0 -4
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/index.d.ts +0 -3
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http-handler.d.ts +0 -46
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http2-connection-manager.d.ts +0 -24
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http2-connection-pool.d.ts +0 -12
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http2-handler.d.ts +0 -63
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/readable.mock.d.ts +0 -13
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/server.mock.d.ts +0 -12
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/set-connection-timeout.d.ts +0 -2
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/set-request-timeout.d.ts +0 -6
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/set-socket-keep-alive.d.ts +0 -6
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/set-socket-timeout.d.ts +0 -2
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/stream-collector/collector.d.ts +0 -5
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/stream-collector/index.d.ts +0 -6
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/stream-collector/readable.mock.d.ts +0 -13
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/timing.d.ts +0 -8
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/write-request-body.d.ts +0 -12
- package/node_modules/@smithy/property-provider/dist-types/ts3.4/CredentialsProviderError.d.ts +0 -31
- package/node_modules/@smithy/property-provider/dist-types/ts3.4/ProviderError.d.ts +0 -39
- package/node_modules/@smithy/property-provider/dist-types/ts3.4/TokenProviderError.d.ts +0 -31
- package/node_modules/@smithy/property-provider/dist-types/ts3.4/chain.d.ts +0 -13
- package/node_modules/@smithy/property-provider/dist-types/ts3.4/fromStatic.d.ts +0 -5
- package/node_modules/@smithy/property-provider/dist-types/ts3.4/index.d.ts +0 -24
- package/node_modules/@smithy/property-provider/dist-types/ts3.4/memoize.d.ts +0 -40
- package/node_modules/@smithy/protocol-http/dist-types/ts3.4/Field.d.ts +0 -50
- package/node_modules/@smithy/protocol-http/dist-types/ts3.4/Fields.d.ts +0 -44
- package/node_modules/@smithy/protocol-http/dist-types/ts3.4/extensions/httpExtensionConfiguration.d.ts +0 -33
- package/node_modules/@smithy/protocol-http/dist-types/ts3.4/extensions/index.d.ts +0 -1
- package/node_modules/@smithy/protocol-http/dist-types/ts3.4/httpHandler.d.ts +0 -35
- package/node_modules/@smithy/protocol-http/dist-types/ts3.4/httpRequest.d.ts +0 -56
- package/node_modules/@smithy/protocol-http/dist-types/ts3.4/httpResponse.d.ts +0 -29
- package/node_modules/@smithy/protocol-http/dist-types/ts3.4/index.d.ts +0 -8
- package/node_modules/@smithy/protocol-http/dist-types/ts3.4/isValidHostname.d.ts +0 -1
- package/node_modules/@smithy/protocol-http/dist-types/ts3.4/types.d.ts +0 -21
- package/node_modules/@smithy/querystring-builder/dist-types/ts3.4/index.d.ts +0 -5
- package/node_modules/@smithy/querystring-parser/dist-types/ts3.4/index.d.ts +0 -5
- package/node_modules/@smithy/service-error-classification/dist-types/ts3.4/constants.d.ts +0 -30
- package/node_modules/@smithy/service-error-classification/dist-types/ts3.4/index.d.ts +0 -24
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/constants.d.ts +0 -4
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/externalDataInterceptor.d.ts +0 -9
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getConfigData.d.ts +0 -8
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getConfigFilepath.d.ts +0 -2
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getCredentialsFilepath.d.ts +0 -2
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getHomeDir.d.ts +0 -6
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getProfileName.d.ts +0 -15
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getSSOTokenFilepath.d.ts +0 -5
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getSSOTokenFromFile.d.ts +0 -52
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getSsoSessionData.d.ts +0 -6
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/index.d.ts +0 -10
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/loadSharedConfigFiles.d.ts +0 -33
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/loadSsoSessionData.d.ts +0 -17
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/mergeConfigFiles.d.ts +0 -7
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/parseIni.d.ts +0 -2
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/parseKnownFiles.d.ts +0 -18
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/readFile.d.ts +0 -21
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/types.d.ts +0 -16
- package/node_modules/@smithy/signature-v4/dist-types/ts3.4/HeaderFormatter.d.ts +0 -24
- package/node_modules/@smithy/signature-v4/dist-types/ts3.4/SignatureV4.d.ts +0 -21
- package/node_modules/@smithy/signature-v4/dist-types/ts3.4/SignatureV4Base.d.ts +0 -69
- package/node_modules/@smithy/signature-v4/dist-types/ts3.4/constants.d.ts +0 -43
- package/node_modules/@smithy/signature-v4/dist-types/ts3.4/credentialDerivation.d.ts +0 -30
- package/node_modules/@smithy/signature-v4/dist-types/ts3.4/getCanonicalHeaders.d.ts +0 -5
- package/node_modules/@smithy/signature-v4/dist-types/ts3.4/getCanonicalQuery.d.ts +0 -5
- package/node_modules/@smithy/signature-v4/dist-types/ts3.4/getPayloadHash.d.ts +0 -5
- package/node_modules/@smithy/signature-v4/dist-types/ts3.4/headerUtil.d.ts +0 -4
- package/node_modules/@smithy/signature-v4/dist-types/ts3.4/index.d.ts +0 -11
- package/node_modules/@smithy/signature-v4/dist-types/ts3.4/moveHeadersToQuery.d.ts +0 -10
- package/node_modules/@smithy/signature-v4/dist-types/ts3.4/prepareRequest.d.ts +0 -5
- package/node_modules/@smithy/signature-v4/dist-types/ts3.4/signature-v4a-container.d.ts +0 -24
- package/node_modules/@smithy/signature-v4/dist-types/ts3.4/suite.fixture.d.ts +0 -14
- package/node_modules/@smithy/signature-v4/dist-types/ts3.4/utilDate.d.ts +0 -2
- package/node_modules/@smithy/smithy-client/dist-types/ts3.4/NoOpLogger.d.ts +0 -11
- package/node_modules/@smithy/smithy-client/dist-types/ts3.4/client.d.ts +0 -87
- package/node_modules/@smithy/smithy-client/dist-types/ts3.4/collect-stream-body.d.ts +0 -5
- package/node_modules/@smithy/smithy-client/dist-types/ts3.4/command.d.ts +0 -119
- package/node_modules/@smithy/smithy-client/dist-types/ts3.4/constants.d.ts +0 -4
- package/node_modules/@smithy/smithy-client/dist-types/ts3.4/create-aggregated-client.d.ts +0 -18
- package/node_modules/@smithy/smithy-client/dist-types/ts3.4/default-error-handler.d.ts +0 -15
- package/node_modules/@smithy/smithy-client/dist-types/ts3.4/defaults-mode.d.ts +0 -28
- package/node_modules/@smithy/smithy-client/dist-types/ts3.4/emitWarningIfUnsupportedVersion.d.ts +0 -8
- package/node_modules/@smithy/smithy-client/dist-types/ts3.4/exceptions.d.ts +0 -42
- package/node_modules/@smithy/smithy-client/dist-types/ts3.4/extended-encode-uri-component.d.ts +0 -5
- package/node_modules/@smithy/smithy-client/dist-types/ts3.4/extensions/checksum.d.ts +0 -26
- package/node_modules/@smithy/smithy-client/dist-types/ts3.4/extensions/defaultExtensionConfiguration.d.ts +0 -38
- package/node_modules/@smithy/smithy-client/dist-types/ts3.4/extensions/index.d.ts +0 -1
- package/node_modules/@smithy/smithy-client/dist-types/ts3.4/extensions/retry.d.ts +0 -18
- package/node_modules/@smithy/smithy-client/dist-types/ts3.4/get-array-if-single-item.d.ts +0 -7
- package/node_modules/@smithy/smithy-client/dist-types/ts3.4/get-value-from-text-node.d.ts +0 -7
- package/node_modules/@smithy/smithy-client/dist-types/ts3.4/index.d.ts +0 -21
- package/node_modules/@smithy/smithy-client/dist-types/ts3.4/is-serializable-header-value.d.ts +0 -5
- package/node_modules/@smithy/smithy-client/dist-types/ts3.4/object-mapping.d.ts +0 -178
- package/node_modules/@smithy/smithy-client/dist-types/ts3.4/resolve-path.d.ts +0 -5
- package/node_modules/@smithy/smithy-client/dist-types/ts3.4/schemaLogFilter.d.ts +0 -9
- package/node_modules/@smithy/smithy-client/dist-types/ts3.4/ser-utils.d.ts +0 -15
- package/node_modules/@smithy/smithy-client/dist-types/ts3.4/serde-json.d.ts +0 -12
- package/node_modules/@smithy/types/dist-types/ts3.4/abort-handler.d.ts +0 -7
- package/node_modules/@smithy/types/dist-types/ts3.4/abort.d.ts +0 -50
- package/node_modules/@smithy/types/dist-types/ts3.4/auth/HttpApiKeyAuth.d.ts +0 -7
- package/node_modules/@smithy/types/dist-types/ts3.4/auth/HttpAuthScheme.d.ts +0 -49
- package/node_modules/@smithy/types/dist-types/ts3.4/auth/HttpAuthSchemeProvider.d.ts +0 -20
- package/node_modules/@smithy/types/dist-types/ts3.4/auth/HttpSigner.d.ts +0 -41
- package/node_modules/@smithy/types/dist-types/ts3.4/auth/IdentityProviderConfig.d.ts +0 -14
- package/node_modules/@smithy/types/dist-types/ts3.4/auth/auth.d.ts +0 -57
- package/node_modules/@smithy/types/dist-types/ts3.4/auth/index.d.ts +0 -6
- package/node_modules/@smithy/types/dist-types/ts3.4/blob/blob-payload-input-types.d.ts +0 -40
- package/node_modules/@smithy/types/dist-types/ts3.4/checksum.d.ts +0 -63
- package/node_modules/@smithy/types/dist-types/ts3.4/client.d.ts +0 -57
- package/node_modules/@smithy/types/dist-types/ts3.4/command.d.ts +0 -28
- package/node_modules/@smithy/types/dist-types/ts3.4/connection/config.d.ts +0 -10
- package/node_modules/@smithy/types/dist-types/ts3.4/connection/index.d.ts +0 -3
- package/node_modules/@smithy/types/dist-types/ts3.4/connection/manager.d.ts +0 -34
- package/node_modules/@smithy/types/dist-types/ts3.4/connection/pool.d.ts +0 -32
- package/node_modules/@smithy/types/dist-types/ts3.4/crypto.d.ts +0 -60
- package/node_modules/@smithy/types/dist-types/ts3.4/downlevel-ts3.4/transform/type-transform.d.ts +0 -41
- package/node_modules/@smithy/types/dist-types/ts3.4/encode.d.ts +0 -31
- package/node_modules/@smithy/types/dist-types/ts3.4/endpoint.d.ts +0 -77
- package/node_modules/@smithy/types/dist-types/ts3.4/endpoints/EndpointRuleObject.d.ts +0 -27
- package/node_modules/@smithy/types/dist-types/ts3.4/endpoints/ErrorRuleObject.d.ts +0 -10
- package/node_modules/@smithy/types/dist-types/ts3.4/endpoints/RuleSetObject.d.ts +0 -28
- package/node_modules/@smithy/types/dist-types/ts3.4/endpoints/TreeRuleObject.d.ts +0 -16
- package/node_modules/@smithy/types/dist-types/ts3.4/endpoints/index.d.ts +0 -5
- package/node_modules/@smithy/types/dist-types/ts3.4/endpoints/shared.d.ts +0 -55
- package/node_modules/@smithy/types/dist-types/ts3.4/eventStream.d.ts +0 -137
- package/node_modules/@smithy/types/dist-types/ts3.4/extensions/checksum.d.ts +0 -58
- package/node_modules/@smithy/types/dist-types/ts3.4/extensions/defaultClientConfiguration.d.ts +0 -33
- package/node_modules/@smithy/types/dist-types/ts3.4/extensions/defaultExtensionConfiguration.d.ts +0 -9
- package/node_modules/@smithy/types/dist-types/ts3.4/extensions/index.d.ts +0 -4
- package/node_modules/@smithy/types/dist-types/ts3.4/extensions/retry.d.ts +0 -18
- package/node_modules/@smithy/types/dist-types/ts3.4/externals-check/browser-externals-check.d.ts +0 -35
- package/node_modules/@smithy/types/dist-types/ts3.4/feature-ids.d.ts +0 -16
- package/node_modules/@smithy/types/dist-types/ts3.4/http/httpHandlerInitialization.d.ts +0 -128
- package/node_modules/@smithy/types/dist-types/ts3.4/http.d.ts +0 -113
- package/node_modules/@smithy/types/dist-types/ts3.4/identity/apiKeyIdentity.d.ts +0 -14
- package/node_modules/@smithy/types/dist-types/ts3.4/identity/awsCredentialIdentity.d.ts +0 -31
- package/node_modules/@smithy/types/dist-types/ts3.4/identity/identity.d.ts +0 -15
- package/node_modules/@smithy/types/dist-types/ts3.4/identity/index.d.ts +0 -4
- package/node_modules/@smithy/types/dist-types/ts3.4/identity/tokenIdentity.d.ts +0 -14
- package/node_modules/@smithy/types/dist-types/ts3.4/index.d.ts +0 -43
- package/node_modules/@smithy/types/dist-types/ts3.4/logger.d.ts +0 -13
- package/node_modules/@smithy/types/dist-types/ts3.4/middleware.d.ts +0 -534
- package/node_modules/@smithy/types/dist-types/ts3.4/pagination.d.ts +0 -33
- package/node_modules/@smithy/types/dist-types/ts3.4/profile.d.ts +0 -30
- package/node_modules/@smithy/types/dist-types/ts3.4/response.d.ts +0 -40
- package/node_modules/@smithy/types/dist-types/ts3.4/retry.d.ts +0 -133
- package/node_modules/@smithy/types/dist-types/ts3.4/schema/schema-deprecated.d.ts +0 -149
- package/node_modules/@smithy/types/dist-types/ts3.4/schema/schema.d.ts +0 -251
- package/node_modules/@smithy/types/dist-types/ts3.4/schema/sentinels.d.ts +0 -65
- package/node_modules/@smithy/types/dist-types/ts3.4/schema/static-schemas.d.ts +0 -118
- package/node_modules/@smithy/types/dist-types/ts3.4/schema/traits.d.ts +0 -46
- package/node_modules/@smithy/types/dist-types/ts3.4/serde.d.ts +0 -114
- package/node_modules/@smithy/types/dist-types/ts3.4/shapes.d.ts +0 -82
- package/node_modules/@smithy/types/dist-types/ts3.4/signature.d.ts +0 -155
- package/node_modules/@smithy/types/dist-types/ts3.4/stream.d.ts +0 -22
- package/node_modules/@smithy/types/dist-types/ts3.4/streaming-payload/streaming-blob-common-types.d.ts +0 -32
- package/node_modules/@smithy/types/dist-types/ts3.4/streaming-payload/streaming-blob-payload-input-types.d.ts +0 -60
- package/node_modules/@smithy/types/dist-types/ts3.4/streaming-payload/streaming-blob-payload-output-types.d.ts +0 -51
- package/node_modules/@smithy/types/dist-types/ts3.4/transfer.d.ts +0 -41
- package/node_modules/@smithy/types/dist-types/ts3.4/transform/client-method-transforms.d.ts +0 -26
- package/node_modules/@smithy/types/dist-types/ts3.4/transform/client-payload-blob-type-narrow.d.ts +0 -81
- package/node_modules/@smithy/types/dist-types/ts3.4/transform/exact.d.ts +0 -14
- package/node_modules/@smithy/types/dist-types/ts3.4/transform/mutable.d.ts +0 -6
- package/node_modules/@smithy/types/dist-types/ts3.4/transform/no-undefined.d.ts +0 -88
- package/node_modules/@smithy/types/dist-types/ts3.4/transform/type-transform.d.ts +0 -41
- package/node_modules/@smithy/types/dist-types/ts3.4/uri.d.ts +0 -17
- package/node_modules/@smithy/types/dist-types/ts3.4/util.d.ts +0 -192
- package/node_modules/@smithy/types/dist-types/ts3.4/waiter.d.ts +0 -35
- package/node_modules/@smithy/url-parser/dist-types/ts3.4/index.d.ts +0 -5
- package/node_modules/@smithy/util-defaults-mode-browser/dist-types/ts3.4/constants.d.ts +0 -12
- package/node_modules/@smithy/util-defaults-mode-browser/dist-types/ts3.4/index.d.ts +0 -4
- package/node_modules/@smithy/util-defaults-mode-browser/dist-types/ts3.4/resolveDefaultsModeConfig.d.ts +0 -17
- package/node_modules/@smithy/util-defaults-mode-browser/dist-types/ts3.4/resolveDefaultsModeConfig.native.d.ts +0 -16
- package/node_modules/@smithy/util-defaults-mode-node/dist-types/ts3.4/constants.d.ts +0 -24
- package/node_modules/@smithy/util-defaults-mode-node/dist-types/ts3.4/defaultsModeConfig.d.ts +0 -6
- package/node_modules/@smithy/util-defaults-mode-node/dist-types/ts3.4/index.d.ts +0 -4
- package/node_modules/@smithy/util-defaults-mode-node/dist-types/ts3.4/resolveDefaultsModeConfig.d.ts +0 -17
- package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/cache/EndpointCache.d.ts +0 -34
- package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/debug/debugId.d.ts +0 -1
- package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/debug/index.d.ts +0 -2
- package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/debug/toDebugString.d.ts +0 -9
- package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/getEndpointUrlConfig.d.ts +0 -2
- package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/index.d.ts +0 -6
- package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/booleanEquals.d.ts +0 -5
- package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/getAttr.d.ts +0 -7
- package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/getAttrPathList.d.ts +0 -4
- package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/index.d.ts +0 -9
- package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/isIpAddress.d.ts +0 -4
- package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/isSet.d.ts +0 -5
- package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/isValidHostLabel.d.ts +0 -7
- package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/not.d.ts +0 -5
- package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/parseURL.d.ts +0 -5
- package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/stringEquals.d.ts +0 -5
- package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/substring.d.ts +0 -7
- package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/uriEncode.d.ts +0 -4
- package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/resolveEndpoint.d.ts +0 -6
- package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/types/EndpointError.d.ts +0 -3
- package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/types/EndpointFunctions.d.ts +0 -2
- package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/types/EndpointRuleObject.d.ts +0 -5
- package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/types/ErrorRuleObject.d.ts +0 -2
- package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/types/RuleSetObject.d.ts +0 -4
- package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/types/TreeRuleObject.d.ts +0 -3
- package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/types/index.d.ts +0 -7
- package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/types/shared.d.ts +0 -25
- package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/callFunction.d.ts +0 -1
- package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/customEndpointFunctions.d.ts +0 -4
- package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/endpointFunctions.d.ts +0 -11
- package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/evaluateCondition.d.ts +0 -8
- package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/evaluateConditions.d.ts +0 -8
- package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/evaluateEndpointRule.d.ts +0 -3
- package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/evaluateErrorRule.d.ts +0 -2
- package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/evaluateExpression.d.ts +0 -7
- package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/evaluateRules.d.ts +0 -8
- package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/evaluateTemplate.d.ts +0 -2
- package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/evaluateTreeRule.d.ts +0 -1
- package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/getEndpointHeaders.d.ts +0 -2
- package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/getEndpointProperties.d.ts +0 -8
- package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/getEndpointProperty.d.ts +0 -1
- package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/getEndpointUrl.d.ts +0 -2
- package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/getReferenceValue.d.ts +0 -2
- package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/index.d.ts +0 -2
- package/node_modules/@smithy/util-middleware/dist-types/ts3.4/getSmithyContext.d.ts +0 -5
- package/node_modules/@smithy/util-middleware/dist-types/ts3.4/index.d.ts +0 -8
- package/node_modules/@smithy/util-middleware/dist-types/ts3.4/normalizeProvider.d.ts +0 -7
- package/node_modules/@smithy/util-retry/dist-es/defaultRetryBackoffStrategy.js +0 -14
- package/node_modules/@smithy/util-retry/dist-es/defaultRetryToken.js +0 -11
- package/node_modules/@smithy/util-retry/dist-types/defaultRetryBackoffStrategy.d.ts +0 -5
- package/node_modules/@smithy/util-retry/dist-types/defaultRetryToken.d.ts +0 -9
- package/node_modules/@smithy/util-retry/dist-types/ts3.4/AdaptiveRetryStrategy.d.ts +0 -33
- package/node_modules/@smithy/util-retry/dist-types/ts3.4/ConfiguredRetryStrategy.d.ts +0 -32
- package/node_modules/@smithy/util-retry/dist-types/ts3.4/DefaultRateLimiter.d.ts +0 -49
- package/node_modules/@smithy/util-retry/dist-types/ts3.4/StandardRetryStrategy.d.ts +0 -26
- package/node_modules/@smithy/util-retry/dist-types/ts3.4/config.d.ts +0 -20
- package/node_modules/@smithy/util-retry/dist-types/ts3.4/constants.d.ts +0 -59
- package/node_modules/@smithy/util-retry/dist-types/ts3.4/defaultRetryBackoffStrategy.d.ts +0 -5
- package/node_modules/@smithy/util-retry/dist-types/ts3.4/defaultRetryToken.d.ts +0 -9
- package/node_modules/@smithy/util-retry/dist-types/ts3.4/index.d.ts +0 -7
- package/node_modules/@smithy/util-retry/dist-types/ts3.4/types.d.ts +0 -19
- package/node_modules/@smithy/util-stream/dist-types/ts3.4/ByteArrayCollector.d.ts +0 -13
- package/node_modules/@smithy/util-stream/dist-types/ts3.4/blob/Uint8ArrayBlobAdapter.d.ts +0 -22
- package/node_modules/@smithy/util-stream/dist-types/ts3.4/checksum/ChecksumStream.browser.d.ts +0 -37
- package/node_modules/@smithy/util-stream/dist-types/ts3.4/checksum/ChecksumStream.d.ts +0 -61
- package/node_modules/@smithy/util-stream/dist-types/ts3.4/checksum/createChecksumStream.browser.d.ts +0 -14
- package/node_modules/@smithy/util-stream/dist-types/ts3.4/checksum/createChecksumStream.d.ts +0 -13
- package/node_modules/@smithy/util-stream/dist-types/ts3.4/createBufferedReadable.d.ts +0 -15
- package/node_modules/@smithy/util-stream/dist-types/ts3.4/createBufferedReadableStream.d.ts +0 -54
- package/node_modules/@smithy/util-stream/dist-types/ts3.4/getAwsChunkedEncodingStream.browser.d.ts +0 -5
- package/node_modules/@smithy/util-stream/dist-types/ts3.4/getAwsChunkedEncodingStream.d.ts +0 -10
- package/node_modules/@smithy/util-stream/dist-types/ts3.4/headStream.browser.d.ts +0 -7
- package/node_modules/@smithy/util-stream/dist-types/ts3.4/headStream.d.ts +0 -9
- package/node_modules/@smithy/util-stream/dist-types/ts3.4/index.d.ts +0 -12
- package/node_modules/@smithy/util-stream/dist-types/ts3.4/sdk-stream-mixin.browser.d.ts +0 -7
- package/node_modules/@smithy/util-stream/dist-types/ts3.4/sdk-stream-mixin.d.ts +0 -8
- package/node_modules/@smithy/util-stream/dist-types/ts3.4/splitStream.browser.d.ts +0 -8
- package/node_modules/@smithy/util-stream/dist-types/ts3.4/splitStream.d.ts +0 -17
- package/node_modules/@smithy/util-stream/dist-types/ts3.4/stream-type-check.d.ts +0 -17
- package/node_modules/@smithy/util-waiter/dist-types/ts3.4/circularReplacer.d.ts +0 -6
- package/node_modules/@smithy/util-waiter/dist-types/ts3.4/createWaiter.d.ts +0 -11
- package/node_modules/@smithy/util-waiter/dist-types/ts3.4/index.d.ts +0 -2
- package/node_modules/@smithy/util-waiter/dist-types/ts3.4/poller.d.ts +0 -10
- package/node_modules/@smithy/util-waiter/dist-types/ts3.4/utils/index.d.ts +0 -8
- package/node_modules/@smithy/util-waiter/dist-types/ts3.4/utils/sleep.d.ts +0 -4
- package/node_modules/@smithy/util-waiter/dist-types/ts3.4/utils/validate.d.ts +0 -8
- package/node_modules/@smithy/util-waiter/dist-types/ts3.4/waiter.d.ts +0 -49
- package/node_modules/proxy-from-env/.eslintrc +0 -29
- package/node_modules/proxy-from-env/.travis.yml +0 -10
- package/node_modules/proxy-from-env/test.js +0 -483
- package/node_modules/strnum/.github/SECURITY.md +0 -5
- package/node_modules/strnum/.vscode/launch.json +0 -25
- package/node_modules/strnum/algo.stflow +0 -84
- package/node_modules/strnum/tests/infinity_test.js +0 -18
- package/node_modules/strnum/tests/strnum_test.js +0 -172
- /package/node_modules/@smithy/middleware-retry/dist-es/{AdaptiveRetryStrategy.js → retry-pre-sra-deprecated/AdaptiveRetryStrategy.js} +0 -0
- /package/node_modules/@smithy/middleware-retry/dist-es/{defaultRetryQuota.js → retry-pre-sra-deprecated/defaultRetryQuota.js} +0 -0
- /package/node_modules/@smithy/middleware-retry/dist-es/{delayDecider.js → retry-pre-sra-deprecated/delayDecider.js} +0 -0
- /package/node_modules/@smithy/middleware-retry/dist-es/{retryDecider.js → retry-pre-sra-deprecated/retryDecider.js} +0 -0
- /package/node_modules/@smithy/middleware-retry/dist-es/{types.js → retry-pre-sra-deprecated/types.js} +0 -0
- /package/node_modules/@smithy/middleware-retry/dist-types/{StandardRetryStrategy.d.ts → retry-pre-sra-deprecated/StandardRetryStrategy.d.ts} +0 -0
- /package/node_modules/@smithy/middleware-retry/dist-types/{retryDecider.d.ts → retry-pre-sra-deprecated/retryDecider.d.ts} +0 -0
- /package/node_modules/@smithy/middleware-retry/dist-types/{types.d.ts → retry-pre-sra-deprecated/types.d.ts} +0 -0
|
@@ -94,7 +94,7 @@ var require_package = __commonJS({
|
|
|
94
94
|
"node_modules/@slack/web-api/package.json"(exports2, module2) {
|
|
95
95
|
module2.exports = {
|
|
96
96
|
name: "@slack/web-api",
|
|
97
|
-
version: "7.15.
|
|
97
|
+
version: "7.15.1",
|
|
98
98
|
description: "Official library for using the Slack Platform's Web API",
|
|
99
99
|
author: "Slack Technologies, LLC",
|
|
100
100
|
license: "MIT",
|
|
@@ -147,7 +147,7 @@ var require_package = __commonJS({
|
|
|
147
147
|
"@slack/types": "^2.20.1",
|
|
148
148
|
"@types/node": ">=18",
|
|
149
149
|
"@types/retry": "0.12.0",
|
|
150
|
-
axios: "^1.
|
|
150
|
+
axios: "^1.15.0",
|
|
151
151
|
eventemitter3: "^5.0.1",
|
|
152
152
|
"form-data": "^4.0.4",
|
|
153
153
|
"is-electron": "2.2.2",
|
|
@@ -221,7 +221,15 @@ var require_instrument = __commonJS({
|
|
|
221
221
|
function replaceSlashes(s) {
|
|
222
222
|
return s.replace("/", ":");
|
|
223
223
|
}
|
|
224
|
-
var
|
|
224
|
+
var MAX_LATIN1_CODE = 255;
|
|
225
|
+
function toLatin1Safe(s) {
|
|
226
|
+
let result = "";
|
|
227
|
+
for (const char of s) {
|
|
228
|
+
result += char.charCodeAt(0) <= MAX_LATIN1_CODE ? char : encodeURIComponent(char);
|
|
229
|
+
}
|
|
230
|
+
return result;
|
|
231
|
+
}
|
|
232
|
+
var baseUserAgent = `${replaceSlashes(packageJson.name)}/${packageJson.version} ${toLatin1Safe((0, node_path_1.basename)(process.title))}/${process.version.replace("v", "")} ${os.platform()}/${os.release()}`;
|
|
225
233
|
var appMetadata = {};
|
|
226
234
|
function addAppMetadata({ name, version }) {
|
|
227
235
|
appMetadata[replaceSlashes(name)] = version;
|
|
@@ -10856,76 +10864,6 @@ var require_form_data = __commonJS({
|
|
|
10856
10864
|
}
|
|
10857
10865
|
});
|
|
10858
10866
|
|
|
10859
|
-
// node_modules/proxy-from-env/index.js
|
|
10860
|
-
var require_proxy_from_env = __commonJS({
|
|
10861
|
-
"node_modules/proxy-from-env/index.js"(exports2) {
|
|
10862
|
-
"use strict";
|
|
10863
|
-
var parseUrl = require("url").parse;
|
|
10864
|
-
var DEFAULT_PORTS = {
|
|
10865
|
-
ftp: 21,
|
|
10866
|
-
gopher: 70,
|
|
10867
|
-
http: 80,
|
|
10868
|
-
https: 443,
|
|
10869
|
-
ws: 80,
|
|
10870
|
-
wss: 443
|
|
10871
|
-
};
|
|
10872
|
-
var stringEndsWith = String.prototype.endsWith || function(s) {
|
|
10873
|
-
return s.length <= this.length && this.indexOf(s, this.length - s.length) !== -1;
|
|
10874
|
-
};
|
|
10875
|
-
function getProxyForUrl(url) {
|
|
10876
|
-
var parsedUrl = typeof url === "string" ? parseUrl(url) : url || {};
|
|
10877
|
-
var proto = parsedUrl.protocol;
|
|
10878
|
-
var hostname = parsedUrl.host;
|
|
10879
|
-
var port = parsedUrl.port;
|
|
10880
|
-
if (typeof hostname !== "string" || !hostname || typeof proto !== "string") {
|
|
10881
|
-
return "";
|
|
10882
|
-
}
|
|
10883
|
-
proto = proto.split(":", 1)[0];
|
|
10884
|
-
hostname = hostname.replace(/:\d*$/, "");
|
|
10885
|
-
port = parseInt(port) || DEFAULT_PORTS[proto] || 0;
|
|
10886
|
-
if (!shouldProxy(hostname, port)) {
|
|
10887
|
-
return "";
|
|
10888
|
-
}
|
|
10889
|
-
var proxy = getEnv("npm_config_" + proto + "_proxy") || getEnv(proto + "_proxy") || getEnv("npm_config_proxy") || getEnv("all_proxy");
|
|
10890
|
-
if (proxy && proxy.indexOf("://") === -1) {
|
|
10891
|
-
proxy = proto + "://" + proxy;
|
|
10892
|
-
}
|
|
10893
|
-
return proxy;
|
|
10894
|
-
}
|
|
10895
|
-
function shouldProxy(hostname, port) {
|
|
10896
|
-
var NO_PROXY = (getEnv("npm_config_no_proxy") || getEnv("no_proxy")).toLowerCase();
|
|
10897
|
-
if (!NO_PROXY) {
|
|
10898
|
-
return true;
|
|
10899
|
-
}
|
|
10900
|
-
if (NO_PROXY === "*") {
|
|
10901
|
-
return false;
|
|
10902
|
-
}
|
|
10903
|
-
return NO_PROXY.split(/[,\s]/).every(function(proxy) {
|
|
10904
|
-
if (!proxy) {
|
|
10905
|
-
return true;
|
|
10906
|
-
}
|
|
10907
|
-
var parsedProxy = proxy.match(/^(.+):(\d+)$/);
|
|
10908
|
-
var parsedProxyHostname = parsedProxy ? parsedProxy[1] : proxy;
|
|
10909
|
-
var parsedProxyPort = parsedProxy ? parseInt(parsedProxy[2]) : 0;
|
|
10910
|
-
if (parsedProxyPort && parsedProxyPort !== port) {
|
|
10911
|
-
return true;
|
|
10912
|
-
}
|
|
10913
|
-
if (!/^[.*]/.test(parsedProxyHostname)) {
|
|
10914
|
-
return hostname !== parsedProxyHostname;
|
|
10915
|
-
}
|
|
10916
|
-
if (parsedProxyHostname.charAt(0) === "*") {
|
|
10917
|
-
parsedProxyHostname = parsedProxyHostname.slice(1);
|
|
10918
|
-
}
|
|
10919
|
-
return !stringEndsWith.call(hostname, parsedProxyHostname);
|
|
10920
|
-
});
|
|
10921
|
-
}
|
|
10922
|
-
function getEnv(key) {
|
|
10923
|
-
return process.env[key.toLowerCase()] || process.env[key.toUpperCase()] || "";
|
|
10924
|
-
}
|
|
10925
|
-
exports2.getProxyForUrl = getProxyForUrl;
|
|
10926
|
-
}
|
|
10927
|
-
});
|
|
10928
|
-
|
|
10929
10867
|
// node_modules/ms/index.js
|
|
10930
10868
|
var require_ms = __commonJS({
|
|
10931
10869
|
"node_modules/ms/index.js"(exports2, module2) {
|
|
@@ -11740,6 +11678,11 @@ var require_follow_redirects = __commonJS({
|
|
|
11740
11678
|
} catch (error) {
|
|
11741
11679
|
useNativeURL = error.code === "ERR_INVALID_URL";
|
|
11742
11680
|
}
|
|
11681
|
+
var sensitiveHeaders = [
|
|
11682
|
+
"Authorization",
|
|
11683
|
+
"Proxy-Authorization",
|
|
11684
|
+
"Cookie"
|
|
11685
|
+
];
|
|
11743
11686
|
var preservedUrlFields = [
|
|
11744
11687
|
"auth",
|
|
11745
11688
|
"host",
|
|
@@ -11804,6 +11747,7 @@ var require_follow_redirects = __commonJS({
|
|
|
11804
11747
|
self2.emit("error", cause instanceof RedirectionError ? cause : new RedirectionError({ cause }));
|
|
11805
11748
|
}
|
|
11806
11749
|
};
|
|
11750
|
+
this._headerFilter = new RegExp("^(?:" + sensitiveHeaders.concat(options.sensitiveHeaders).map(escapeRegex).join("|") + ")$", "i");
|
|
11807
11751
|
this._performRequest();
|
|
11808
11752
|
}
|
|
11809
11753
|
RedirectableRequest.prototype = Object.create(Writable.prototype);
|
|
@@ -11941,6 +11885,9 @@ var require_follow_redirects = __commonJS({
|
|
|
11941
11885
|
if (!options.headers) {
|
|
11942
11886
|
options.headers = {};
|
|
11943
11887
|
}
|
|
11888
|
+
if (!isArray(options.sensitiveHeaders)) {
|
|
11889
|
+
options.sensitiveHeaders = [];
|
|
11890
|
+
}
|
|
11944
11891
|
if (options.host) {
|
|
11945
11892
|
if (!options.hostname) {
|
|
11946
11893
|
options.hostname = options.host;
|
|
@@ -12046,7 +11993,7 @@ var require_follow_redirects = __commonJS({
|
|
|
12046
11993
|
this._isRedirect = true;
|
|
12047
11994
|
spreadUrlObject(redirectUrl, this._options);
|
|
12048
11995
|
if (redirectUrl.protocol !== currentUrlParts.protocol && redirectUrl.protocol !== "https:" || redirectUrl.host !== currentHost && !isSubdomain(redirectUrl.host, currentHost)) {
|
|
12049
|
-
removeMatchingHeaders(
|
|
11996
|
+
removeMatchingHeaders(this._headerFilter, this._options.headers);
|
|
12050
11997
|
}
|
|
12051
11998
|
if (isFunction(beforeRedirect)) {
|
|
12052
11999
|
var responseDetails = {
|
|
@@ -12195,6 +12142,9 @@ var require_follow_redirects = __commonJS({
|
|
|
12195
12142
|
var dot = subdomain.length - domain.length - 1;
|
|
12196
12143
|
return dot > 0 && subdomain[dot] === "." && subdomain.endsWith(domain);
|
|
12197
12144
|
}
|
|
12145
|
+
function isArray(value) {
|
|
12146
|
+
return value instanceof Array;
|
|
12147
|
+
}
|
|
12198
12148
|
function isString(value) {
|
|
12199
12149
|
return typeof value === "string" || value instanceof String;
|
|
12200
12150
|
}
|
|
@@ -12207,6 +12157,9 @@ var require_follow_redirects = __commonJS({
|
|
|
12207
12157
|
function isURL(value) {
|
|
12208
12158
|
return URL2 && value instanceof URL2;
|
|
12209
12159
|
}
|
|
12160
|
+
function escapeRegex(regex) {
|
|
12161
|
+
return regex.replace(/[\]\\/()*+?.$]/g, "\\$&");
|
|
12162
|
+
}
|
|
12210
12163
|
module2.exports = wrap({ http, https });
|
|
12211
12164
|
module2.exports.wrap = wrap;
|
|
12212
12165
|
}
|
|
@@ -12219,7 +12172,6 @@ var require_axios = __commonJS({
|
|
|
12219
12172
|
var FormData$1 = require_form_data();
|
|
12220
12173
|
var crypto = require("crypto");
|
|
12221
12174
|
var url = require("url");
|
|
12222
|
-
var proxyFromEnv = require_proxy_from_env();
|
|
12223
12175
|
var http = require("http");
|
|
12224
12176
|
var https = require("https");
|
|
12225
12177
|
var http2 = require("http2");
|
|
@@ -12228,28 +12180,21 @@ var require_axios = __commonJS({
|
|
|
12228
12180
|
var zlib = require("zlib");
|
|
12229
12181
|
var stream = require("stream");
|
|
12230
12182
|
var events = require("events");
|
|
12231
|
-
function _interopDefaultLegacy(e) {
|
|
12232
|
-
return e && typeof e === "object" && "default" in e ? e : { "default": e };
|
|
12233
|
-
}
|
|
12234
|
-
var FormData__default = /* @__PURE__ */ _interopDefaultLegacy(FormData$1);
|
|
12235
|
-
var crypto__default = /* @__PURE__ */ _interopDefaultLegacy(crypto);
|
|
12236
|
-
var url__default = /* @__PURE__ */ _interopDefaultLegacy(url);
|
|
12237
|
-
var proxyFromEnv__default = /* @__PURE__ */ _interopDefaultLegacy(proxyFromEnv);
|
|
12238
|
-
var http__default = /* @__PURE__ */ _interopDefaultLegacy(http);
|
|
12239
|
-
var https__default = /* @__PURE__ */ _interopDefaultLegacy(https);
|
|
12240
|
-
var http2__default = /* @__PURE__ */ _interopDefaultLegacy(http2);
|
|
12241
|
-
var util__default = /* @__PURE__ */ _interopDefaultLegacy(util);
|
|
12242
|
-
var followRedirects__default = /* @__PURE__ */ _interopDefaultLegacy(followRedirects);
|
|
12243
|
-
var zlib__default = /* @__PURE__ */ _interopDefaultLegacy(zlib);
|
|
12244
|
-
var stream__default = /* @__PURE__ */ _interopDefaultLegacy(stream);
|
|
12245
12183
|
function bind(fn, thisArg) {
|
|
12246
12184
|
return function wrap() {
|
|
12247
12185
|
return fn.apply(thisArg, arguments);
|
|
12248
12186
|
};
|
|
12249
12187
|
}
|
|
12250
|
-
var {
|
|
12251
|
-
|
|
12252
|
-
|
|
12188
|
+
var {
|
|
12189
|
+
toString
|
|
12190
|
+
} = Object.prototype;
|
|
12191
|
+
var {
|
|
12192
|
+
getPrototypeOf
|
|
12193
|
+
} = Object;
|
|
12194
|
+
var {
|
|
12195
|
+
iterator,
|
|
12196
|
+
toStringTag
|
|
12197
|
+
} = Symbol;
|
|
12253
12198
|
var kindOf = /* @__PURE__ */ ((cache) => (thing) => {
|
|
12254
12199
|
const str = toString.call(thing);
|
|
12255
12200
|
return cache[str] || (cache[str] = str.slice(8, -1).toLowerCase());
|
|
@@ -12259,7 +12204,9 @@ var require_axios = __commonJS({
|
|
|
12259
12204
|
return (thing) => kindOf(thing) === type;
|
|
12260
12205
|
};
|
|
12261
12206
|
var typeOfTest = (type) => (thing) => typeof thing === type;
|
|
12262
|
-
var {
|
|
12207
|
+
var {
|
|
12208
|
+
isArray
|
|
12209
|
+
} = Array;
|
|
12263
12210
|
var isUndefined = typeOfTest("undefined");
|
|
12264
12211
|
function isBuffer(val) {
|
|
12265
12212
|
return val !== null && !isUndefined(val) && val.constructor !== null && !isUndefined(val.constructor) && isFunction$1(val.constructor.isBuffer) && val.constructor.isBuffer(val);
|
|
@@ -12320,16 +12267,13 @@ var require_axios = __commonJS({
|
|
|
12320
12267
|
kind === "object" && isFunction$1(thing.toString) && thing.toString() === "[object FormData]"));
|
|
12321
12268
|
};
|
|
12322
12269
|
var isURLSearchParams = kindOfTest("URLSearchParams");
|
|
12323
|
-
var [isReadableStream, isRequest, isResponse, isHeaders] = [
|
|
12324
|
-
"ReadableStream",
|
|
12325
|
-
"Request",
|
|
12326
|
-
"Response",
|
|
12327
|
-
"Headers"
|
|
12328
|
-
].map(kindOfTest);
|
|
12270
|
+
var [isReadableStream, isRequest, isResponse, isHeaders] = ["ReadableStream", "Request", "Response", "Headers"].map(kindOfTest);
|
|
12329
12271
|
var trim = (str) => {
|
|
12330
12272
|
return str.trim ? str.trim() : str.replace(/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g, "");
|
|
12331
12273
|
};
|
|
12332
|
-
function forEach(obj, fn, {
|
|
12274
|
+
function forEach(obj, fn, {
|
|
12275
|
+
allOwnKeys = false
|
|
12276
|
+
} = {}) {
|
|
12333
12277
|
if (obj === null || typeof obj === "undefined") {
|
|
12334
12278
|
return;
|
|
12335
12279
|
}
|
|
@@ -12377,7 +12321,10 @@ var require_axios = __commonJS({
|
|
|
12377
12321
|
})();
|
|
12378
12322
|
var isContextDefined = (context) => !isUndefined(context) && context !== _global;
|
|
12379
12323
|
function merge() {
|
|
12380
|
-
const {
|
|
12324
|
+
const {
|
|
12325
|
+
caseless,
|
|
12326
|
+
skipUndefined
|
|
12327
|
+
} = isContextDefined(this) && this || {};
|
|
12381
12328
|
const result = {};
|
|
12382
12329
|
const assignValue = (val, key) => {
|
|
12383
12330
|
if (key === "__proto__" || key === "constructor" || key === "prototype") {
|
|
@@ -12399,28 +12346,28 @@ var require_axios = __commonJS({
|
|
|
12399
12346
|
}
|
|
12400
12347
|
return result;
|
|
12401
12348
|
}
|
|
12402
|
-
var extend = (a, b, thisArg, {
|
|
12403
|
-
|
|
12404
|
-
|
|
12405
|
-
|
|
12406
|
-
|
|
12407
|
-
|
|
12408
|
-
|
|
12409
|
-
|
|
12410
|
-
|
|
12411
|
-
|
|
12412
|
-
|
|
12413
|
-
|
|
12414
|
-
|
|
12415
|
-
|
|
12416
|
-
|
|
12417
|
-
|
|
12418
|
-
|
|
12419
|
-
|
|
12420
|
-
|
|
12421
|
-
|
|
12422
|
-
|
|
12423
|
-
);
|
|
12349
|
+
var extend = (a, b, thisArg, {
|
|
12350
|
+
allOwnKeys
|
|
12351
|
+
} = {}) => {
|
|
12352
|
+
forEach(b, (val, key) => {
|
|
12353
|
+
if (thisArg && isFunction$1(val)) {
|
|
12354
|
+
Object.defineProperty(a, key, {
|
|
12355
|
+
value: bind(val, thisArg),
|
|
12356
|
+
writable: true,
|
|
12357
|
+
enumerable: true,
|
|
12358
|
+
configurable: true
|
|
12359
|
+
});
|
|
12360
|
+
} else {
|
|
12361
|
+
Object.defineProperty(a, key, {
|
|
12362
|
+
value: val,
|
|
12363
|
+
writable: true,
|
|
12364
|
+
enumerable: true,
|
|
12365
|
+
configurable: true
|
|
12366
|
+
});
|
|
12367
|
+
}
|
|
12368
|
+
}, {
|
|
12369
|
+
allOwnKeys
|
|
12370
|
+
});
|
|
12424
12371
|
return a;
|
|
12425
12372
|
};
|
|
12426
12373
|
var stripBOM = (content) => {
|
|
@@ -12511,7 +12458,9 @@ var require_axios = __commonJS({
|
|
|
12511
12458
|
return p1.toUpperCase() + p2;
|
|
12512
12459
|
});
|
|
12513
12460
|
};
|
|
12514
|
-
var hasOwnProperty = (({
|
|
12461
|
+
var hasOwnProperty = (({
|
|
12462
|
+
hasOwnProperty: hasOwnProperty2
|
|
12463
|
+
}) => (obj, prop) => hasOwnProperty2.call(obj, prop))(Object.prototype);
|
|
12515
12464
|
var isRegExp = kindOfTest("RegExp");
|
|
12516
12465
|
var reduceDescriptors = (obj, reducer) => {
|
|
12517
12466
|
const descriptors = Object.getOwnPropertyDescriptors(obj);
|
|
@@ -12593,15 +12542,14 @@ var require_axios = __commonJS({
|
|
|
12593
12542
|
return setImmediate;
|
|
12594
12543
|
}
|
|
12595
12544
|
return postMessageSupported ? ((token, callbacks) => {
|
|
12596
|
-
_global.addEventListener(
|
|
12597
|
-
|
|
12598
|
-
|
|
12599
|
-
|
|
12600
|
-
|
|
12601
|
-
|
|
12602
|
-
}
|
|
12603
|
-
|
|
12604
|
-
);
|
|
12545
|
+
_global.addEventListener("message", ({
|
|
12546
|
+
source,
|
|
12547
|
+
data
|
|
12548
|
+
}) => {
|
|
12549
|
+
if (source === _global && data === token) {
|
|
12550
|
+
callbacks.length && callbacks.shift()();
|
|
12551
|
+
}
|
|
12552
|
+
}, false);
|
|
12605
12553
|
return (cb) => {
|
|
12606
12554
|
callbacks.push(cb);
|
|
12607
12555
|
_global.postMessage(token, "*");
|
|
@@ -12744,7 +12692,6 @@ var require_axios = __commonJS({
|
|
|
12744
12692
|
AxiosError.ERR_CANCELED = "ERR_CANCELED";
|
|
12745
12693
|
AxiosError.ERR_NOT_SUPPORT = "ERR_NOT_SUPPORT";
|
|
12746
12694
|
AxiosError.ERR_INVALID_URL = "ERR_INVALID_URL";
|
|
12747
|
-
var AxiosError$1 = AxiosError;
|
|
12748
12695
|
function isVisitable(thing) {
|
|
12749
12696
|
return utils$1.isPlainObject(thing) || utils$1.isArray(thing);
|
|
12750
12697
|
}
|
|
@@ -12768,19 +12715,14 @@ var require_axios = __commonJS({
|
|
|
12768
12715
|
if (!utils$1.isObject(obj)) {
|
|
12769
12716
|
throw new TypeError("target must be an object");
|
|
12770
12717
|
}
|
|
12771
|
-
formData = formData || new (
|
|
12772
|
-
options = utils$1.toFlatObject(
|
|
12773
|
-
|
|
12774
|
-
|
|
12775
|
-
|
|
12776
|
-
|
|
12777
|
-
|
|
12778
|
-
|
|
12779
|
-
false,
|
|
12780
|
-
function defined(option, source) {
|
|
12781
|
-
return !utils$1.isUndefined(source[option]);
|
|
12782
|
-
}
|
|
12783
|
-
);
|
|
12718
|
+
formData = formData || new (FormData$1 || FormData)();
|
|
12719
|
+
options = utils$1.toFlatObject(options, {
|
|
12720
|
+
metaTokens: true,
|
|
12721
|
+
dots: false,
|
|
12722
|
+
indexes: false
|
|
12723
|
+
}, false, function defined(option, source) {
|
|
12724
|
+
return !utils$1.isUndefined(source[option]);
|
|
12725
|
+
});
|
|
12784
12726
|
const metaTokens = options.metaTokens;
|
|
12785
12727
|
const visitor = options.visitor || defaultVisitor;
|
|
12786
12728
|
const dots = options.dots;
|
|
@@ -12799,7 +12741,7 @@ var require_axios = __commonJS({
|
|
|
12799
12741
|
return value.toString();
|
|
12800
12742
|
}
|
|
12801
12743
|
if (!useBlob && utils$1.isBlob(value)) {
|
|
12802
|
-
throw new AxiosError
|
|
12744
|
+
throw new AxiosError("Blob is not supported. Use a Buffer instead.");
|
|
12803
12745
|
}
|
|
12804
12746
|
if (utils$1.isArrayBuffer(value) || utils$1.isTypedArray(value)) {
|
|
12805
12747
|
return useBlob && typeof Blob === "function" ? new Blob([value]) : Buffer.from(value);
|
|
@@ -12979,14 +12921,13 @@ var require_axios = __commonJS({
|
|
|
12979
12921
|
});
|
|
12980
12922
|
}
|
|
12981
12923
|
};
|
|
12982
|
-
var InterceptorManager$1 = InterceptorManager;
|
|
12983
12924
|
var transitionalDefaults = {
|
|
12984
12925
|
silentJSONParsing: true,
|
|
12985
12926
|
forcedJSONParsing: true,
|
|
12986
12927
|
clarifyTimeoutError: false,
|
|
12987
12928
|
legacyInterceptorReqResOrdering: true
|
|
12988
12929
|
};
|
|
12989
|
-
var URLSearchParams =
|
|
12930
|
+
var URLSearchParams = url.URLSearchParams;
|
|
12990
12931
|
var ALPHA = "abcdefghijklmnopqrstuvwxyz";
|
|
12991
12932
|
var DIGIT = "0123456789";
|
|
12992
12933
|
var ALPHABET = {
|
|
@@ -12996,9 +12937,11 @@ var require_axios = __commonJS({
|
|
|
12996
12937
|
};
|
|
12997
12938
|
var generateString = (size = 16, alphabet = ALPHABET.ALPHA_DIGIT) => {
|
|
12998
12939
|
let str = "";
|
|
12999
|
-
const {
|
|
12940
|
+
const {
|
|
12941
|
+
length
|
|
12942
|
+
} = alphabet;
|
|
13000
12943
|
const randomValues = new Uint32Array(size);
|
|
13001
|
-
|
|
12944
|
+
crypto.randomFillSync(randomValues);
|
|
13002
12945
|
for (let i = 0; i < size; i++) {
|
|
13003
12946
|
str += alphabet[randomValues[i] % length];
|
|
13004
12947
|
}
|
|
@@ -13008,7 +12951,7 @@ var require_axios = __commonJS({
|
|
|
13008
12951
|
isNode: true,
|
|
13009
12952
|
classes: {
|
|
13010
12953
|
URLSearchParams,
|
|
13011
|
-
FormData:
|
|
12954
|
+
FormData: FormData$1,
|
|
13012
12955
|
Blob: typeof Blob !== "undefined" && Blob || null
|
|
13013
12956
|
},
|
|
13014
12957
|
ALPHABET,
|
|
@@ -13026,8 +12969,8 @@ var require_axios = __commonJS({
|
|
|
13026
12969
|
var utils = /* @__PURE__ */ Object.freeze({
|
|
13027
12970
|
__proto__: null,
|
|
13028
12971
|
hasBrowserEnv,
|
|
13029
|
-
hasStandardBrowserWebWorkerEnv,
|
|
13030
12972
|
hasStandardBrowserEnv,
|
|
12973
|
+
hasStandardBrowserWebWorkerEnv,
|
|
13031
12974
|
navigator: _navigator,
|
|
13032
12975
|
origin
|
|
13033
12976
|
});
|
|
@@ -13113,74 +13056,68 @@ var require_axios = __commonJS({
|
|
|
13113
13056
|
var defaults = {
|
|
13114
13057
|
transitional: transitionalDefaults,
|
|
13115
13058
|
adapter: ["xhr", "http", "fetch"],
|
|
13116
|
-
transformRequest: [
|
|
13117
|
-
|
|
13118
|
-
|
|
13119
|
-
|
|
13120
|
-
|
|
13121
|
-
|
|
13122
|
-
|
|
13123
|
-
|
|
13124
|
-
|
|
13125
|
-
|
|
13126
|
-
|
|
13127
|
-
|
|
13128
|
-
|
|
13129
|
-
|
|
13130
|
-
|
|
13131
|
-
|
|
13132
|
-
|
|
13133
|
-
|
|
13134
|
-
|
|
13135
|
-
|
|
13136
|
-
|
|
13137
|
-
|
|
13138
|
-
|
|
13139
|
-
if (
|
|
13140
|
-
|
|
13141
|
-
return toURLEncodedForm(data, this.formSerializer).toString();
|
|
13142
|
-
}
|
|
13143
|
-
if ((isFileList2 = utils$1.isFileList(data)) || contentType.indexOf("multipart/form-data") > -1) {
|
|
13144
|
-
const _FormData = this.env && this.env.FormData;
|
|
13145
|
-
return toFormData(
|
|
13146
|
-
isFileList2 ? { "files[]": data } : data,
|
|
13147
|
-
_FormData && new _FormData(),
|
|
13148
|
-
this.formSerializer
|
|
13149
|
-
);
|
|
13150
|
-
}
|
|
13059
|
+
transformRequest: [function transformRequest(data, headers) {
|
|
13060
|
+
const contentType = headers.getContentType() || "";
|
|
13061
|
+
const hasJSONContentType = contentType.indexOf("application/json") > -1;
|
|
13062
|
+
const isObjectPayload = utils$1.isObject(data);
|
|
13063
|
+
if (isObjectPayload && utils$1.isHTMLForm(data)) {
|
|
13064
|
+
data = new FormData(data);
|
|
13065
|
+
}
|
|
13066
|
+
const isFormData2 = utils$1.isFormData(data);
|
|
13067
|
+
if (isFormData2) {
|
|
13068
|
+
return hasJSONContentType ? JSON.stringify(formDataToJSON(data)) : data;
|
|
13069
|
+
}
|
|
13070
|
+
if (utils$1.isArrayBuffer(data) || utils$1.isBuffer(data) || utils$1.isStream(data) || utils$1.isFile(data) || utils$1.isBlob(data) || utils$1.isReadableStream(data)) {
|
|
13071
|
+
return data;
|
|
13072
|
+
}
|
|
13073
|
+
if (utils$1.isArrayBufferView(data)) {
|
|
13074
|
+
return data.buffer;
|
|
13075
|
+
}
|
|
13076
|
+
if (utils$1.isURLSearchParams(data)) {
|
|
13077
|
+
headers.setContentType("application/x-www-form-urlencoded;charset=utf-8", false);
|
|
13078
|
+
return data.toString();
|
|
13079
|
+
}
|
|
13080
|
+
let isFileList2;
|
|
13081
|
+
if (isObjectPayload) {
|
|
13082
|
+
if (contentType.indexOf("application/x-www-form-urlencoded") > -1) {
|
|
13083
|
+
return toURLEncodedForm(data, this.formSerializer).toString();
|
|
13151
13084
|
}
|
|
13152
|
-
if (
|
|
13153
|
-
|
|
13154
|
-
return
|
|
13085
|
+
if ((isFileList2 = utils$1.isFileList(data)) || contentType.indexOf("multipart/form-data") > -1) {
|
|
13086
|
+
const _FormData = this.env && this.env.FormData;
|
|
13087
|
+
return toFormData(isFileList2 ? {
|
|
13088
|
+
"files[]": data
|
|
13089
|
+
} : data, _FormData && new _FormData(), this.formSerializer);
|
|
13155
13090
|
}
|
|
13091
|
+
}
|
|
13092
|
+
if (isObjectPayload || hasJSONContentType) {
|
|
13093
|
+
headers.setContentType("application/json", false);
|
|
13094
|
+
return stringifySafely(data);
|
|
13095
|
+
}
|
|
13096
|
+
return data;
|
|
13097
|
+
}],
|
|
13098
|
+
transformResponse: [function transformResponse(data) {
|
|
13099
|
+
const transitional = this.transitional || defaults.transitional;
|
|
13100
|
+
const forcedJSONParsing = transitional && transitional.forcedJSONParsing;
|
|
13101
|
+
const JSONRequested = this.responseType === "json";
|
|
13102
|
+
if (utils$1.isResponse(data) || utils$1.isReadableStream(data)) {
|
|
13156
13103
|
return data;
|
|
13157
13104
|
}
|
|
13158
|
-
|
|
13159
|
-
|
|
13160
|
-
|
|
13161
|
-
|
|
13162
|
-
|
|
13163
|
-
|
|
13164
|
-
|
|
13165
|
-
|
|
13166
|
-
|
|
13167
|
-
if (data && utils$1.isString(data) && (forcedJSONParsing && !this.responseType || JSONRequested)) {
|
|
13168
|
-
const silentJSONParsing = transitional && transitional.silentJSONParsing;
|
|
13169
|
-
const strictJSONParsing = !silentJSONParsing && JSONRequested;
|
|
13170
|
-
try {
|
|
13171
|
-
return JSON.parse(data, this.parseReviver);
|
|
13172
|
-
} catch (e) {
|
|
13173
|
-
if (strictJSONParsing) {
|
|
13174
|
-
if (e.name === "SyntaxError") {
|
|
13175
|
-
throw AxiosError$1.from(e, AxiosError$1.ERR_BAD_RESPONSE, this, null, this.response);
|
|
13176
|
-
}
|
|
13177
|
-
throw e;
|
|
13105
|
+
if (data && utils$1.isString(data) && (forcedJSONParsing && !this.responseType || JSONRequested)) {
|
|
13106
|
+
const silentJSONParsing = transitional && transitional.silentJSONParsing;
|
|
13107
|
+
const strictJSONParsing = !silentJSONParsing && JSONRequested;
|
|
13108
|
+
try {
|
|
13109
|
+
return JSON.parse(data, this.parseReviver);
|
|
13110
|
+
} catch (e) {
|
|
13111
|
+
if (strictJSONParsing) {
|
|
13112
|
+
if (e.name === "SyntaxError") {
|
|
13113
|
+
throw AxiosError.from(e, AxiosError.ERR_BAD_RESPONSE, this, null, this.response);
|
|
13178
13114
|
}
|
|
13115
|
+
throw e;
|
|
13179
13116
|
}
|
|
13180
13117
|
}
|
|
13181
|
-
return data;
|
|
13182
13118
|
}
|
|
13183
|
-
|
|
13119
|
+
return data;
|
|
13120
|
+
}],
|
|
13184
13121
|
/**
|
|
13185
13122
|
* A timeout in milliseconds to abort a request. If set to 0 (default) a
|
|
13186
13123
|
* timeout is not created.
|
|
@@ -13207,26 +13144,7 @@ var require_axios = __commonJS({
|
|
|
13207
13144
|
utils$1.forEach(["delete", "get", "head", "post", "put", "patch"], (method) => {
|
|
13208
13145
|
defaults.headers[method] = {};
|
|
13209
13146
|
});
|
|
13210
|
-
var
|
|
13211
|
-
var ignoreDuplicateOf = utils$1.toObjectSet([
|
|
13212
|
-
"age",
|
|
13213
|
-
"authorization",
|
|
13214
|
-
"content-length",
|
|
13215
|
-
"content-type",
|
|
13216
|
-
"etag",
|
|
13217
|
-
"expires",
|
|
13218
|
-
"from",
|
|
13219
|
-
"host",
|
|
13220
|
-
"if-modified-since",
|
|
13221
|
-
"if-unmodified-since",
|
|
13222
|
-
"last-modified",
|
|
13223
|
-
"location",
|
|
13224
|
-
"max-forwards",
|
|
13225
|
-
"proxy-authorization",
|
|
13226
|
-
"referer",
|
|
13227
|
-
"retry-after",
|
|
13228
|
-
"user-agent"
|
|
13229
|
-
]);
|
|
13147
|
+
var ignoreDuplicateOf = utils$1.toObjectSet(["age", "authorization", "content-length", "content-type", "etag", "expires", "from", "host", "if-modified-since", "if-unmodified-since", "last-modified", "location", "max-forwards", "proxy-authorization", "referer", "retry-after", "user-agent"]);
|
|
13230
13148
|
var parseHeaders = (rawHeaders) => {
|
|
13231
13149
|
const parsed = {};
|
|
13232
13150
|
let key;
|
|
@@ -13252,14 +13170,38 @@ var require_axios = __commonJS({
|
|
|
13252
13170
|
return parsed;
|
|
13253
13171
|
};
|
|
13254
13172
|
var $internals = /* @__PURE__ */ Symbol("internals");
|
|
13173
|
+
var isValidHeaderValue = (value) => !/[\r\n]/.test(value);
|
|
13174
|
+
function assertValidHeaderValue(value, header) {
|
|
13175
|
+
if (value === false || value == null) {
|
|
13176
|
+
return;
|
|
13177
|
+
}
|
|
13178
|
+
if (utils$1.isArray(value)) {
|
|
13179
|
+
value.forEach((v) => assertValidHeaderValue(v, header));
|
|
13180
|
+
return;
|
|
13181
|
+
}
|
|
13182
|
+
if (!isValidHeaderValue(String(value))) {
|
|
13183
|
+
throw new Error(`Invalid character in header content ["${header}"]`);
|
|
13184
|
+
}
|
|
13185
|
+
}
|
|
13255
13186
|
function normalizeHeader(header) {
|
|
13256
13187
|
return header && String(header).trim().toLowerCase();
|
|
13257
13188
|
}
|
|
13189
|
+
function stripTrailingCRLF(str) {
|
|
13190
|
+
let end = str.length;
|
|
13191
|
+
while (end > 0) {
|
|
13192
|
+
const charCode = str.charCodeAt(end - 1);
|
|
13193
|
+
if (charCode !== 10 && charCode !== 13) {
|
|
13194
|
+
break;
|
|
13195
|
+
}
|
|
13196
|
+
end -= 1;
|
|
13197
|
+
}
|
|
13198
|
+
return end === str.length ? str : str.slice(0, end);
|
|
13199
|
+
}
|
|
13258
13200
|
function normalizeValue(value) {
|
|
13259
13201
|
if (value === false || value == null) {
|
|
13260
13202
|
return value;
|
|
13261
13203
|
}
|
|
13262
|
-
return utils$1.isArray(value) ? value.map(normalizeValue) : String(value);
|
|
13204
|
+
return utils$1.isArray(value) ? value.map(normalizeValue) : stripTrailingCRLF(String(value));
|
|
13263
13205
|
}
|
|
13264
13206
|
function parseTokens(str) {
|
|
13265
13207
|
const tokens = /* @__PURE__ */ Object.create(null);
|
|
@@ -13315,6 +13257,7 @@ var require_axios = __commonJS({
|
|
|
13315
13257
|
}
|
|
13316
13258
|
const key = utils$1.findKey(self2, lHeader);
|
|
13317
13259
|
if (!key || self2[key] === void 0 || _rewrite === true || _rewrite === void 0 && self2[key] !== false) {
|
|
13260
|
+
assertValidHeaderValue(_value, _header);
|
|
13318
13261
|
self2[key || _header] = normalizeValue(_value);
|
|
13319
13262
|
}
|
|
13320
13263
|
}
|
|
@@ -13466,15 +13409,10 @@ var require_axios = __commonJS({
|
|
|
13466
13409
|
return this;
|
|
13467
13410
|
}
|
|
13468
13411
|
};
|
|
13469
|
-
AxiosHeaders.accessor([
|
|
13470
|
-
|
|
13471
|
-
|
|
13472
|
-
|
|
13473
|
-
"Accept-Encoding",
|
|
13474
|
-
"User-Agent",
|
|
13475
|
-
"Authorization"
|
|
13476
|
-
]);
|
|
13477
|
-
utils$1.reduceDescriptors(AxiosHeaders.prototype, ({ value }, key) => {
|
|
13412
|
+
AxiosHeaders.accessor(["Content-Type", "Content-Length", "Accept", "Accept-Encoding", "User-Agent", "Authorization"]);
|
|
13413
|
+
utils$1.reduceDescriptors(AxiosHeaders.prototype, ({
|
|
13414
|
+
value
|
|
13415
|
+
}, key) => {
|
|
13478
13416
|
let mapped = key[0].toUpperCase() + key.slice(1);
|
|
13479
13417
|
return {
|
|
13480
13418
|
get: () => value,
|
|
@@ -13484,11 +13422,10 @@ var require_axios = __commonJS({
|
|
|
13484
13422
|
};
|
|
13485
13423
|
});
|
|
13486
13424
|
utils$1.freezeMethods(AxiosHeaders);
|
|
13487
|
-
var AxiosHeaders$1 = AxiosHeaders;
|
|
13488
13425
|
function transformData(fns, response) {
|
|
13489
|
-
const config = this || defaults
|
|
13426
|
+
const config = this || defaults;
|
|
13490
13427
|
const context = response || config;
|
|
13491
|
-
const headers = AxiosHeaders
|
|
13428
|
+
const headers = AxiosHeaders.from(context.headers);
|
|
13492
13429
|
let data = context.data;
|
|
13493
13430
|
utils$1.forEach(fns, function transform(fn) {
|
|
13494
13431
|
data = fn.call(config, data, headers.normalize(), response ? response.status : void 0);
|
|
@@ -13499,7 +13436,7 @@ var require_axios = __commonJS({
|
|
|
13499
13436
|
function isCancel(value) {
|
|
13500
13437
|
return !!(value && value.__CANCEL__);
|
|
13501
13438
|
}
|
|
13502
|
-
var CanceledError = class extends AxiosError
|
|
13439
|
+
var CanceledError = class extends AxiosError {
|
|
13503
13440
|
/**
|
|
13504
13441
|
* A `CanceledError` is an object that is thrown when an operation is canceled.
|
|
13505
13442
|
*
|
|
@@ -13510,26 +13447,17 @@ var require_axios = __commonJS({
|
|
|
13510
13447
|
* @returns {CanceledError} The created error.
|
|
13511
13448
|
*/
|
|
13512
13449
|
constructor(message, config, request) {
|
|
13513
|
-
super(message == null ? "canceled" : message, AxiosError
|
|
13450
|
+
super(message == null ? "canceled" : message, AxiosError.ERR_CANCELED, config, request);
|
|
13514
13451
|
this.name = "CanceledError";
|
|
13515
13452
|
this.__CANCEL__ = true;
|
|
13516
13453
|
}
|
|
13517
13454
|
};
|
|
13518
|
-
var CanceledError$1 = CanceledError;
|
|
13519
13455
|
function settle(resolve, reject, response) {
|
|
13520
13456
|
const validateStatus = response.config.validateStatus;
|
|
13521
13457
|
if (!response.status || !validateStatus || validateStatus(response.status)) {
|
|
13522
13458
|
resolve(response);
|
|
13523
13459
|
} else {
|
|
13524
|
-
reject(
|
|
13525
|
-
new AxiosError$1(
|
|
13526
|
-
"Request failed with status code " + response.status,
|
|
13527
|
-
[AxiosError$1.ERR_BAD_REQUEST, AxiosError$1.ERR_BAD_RESPONSE][Math.floor(response.status / 100) - 4],
|
|
13528
|
-
response.config,
|
|
13529
|
-
response.request,
|
|
13530
|
-
response
|
|
13531
|
-
)
|
|
13532
|
-
);
|
|
13460
|
+
reject(new AxiosError("Request failed with status code " + response.status, [AxiosError.ERR_BAD_REQUEST, AxiosError.ERR_BAD_RESPONSE][Math.floor(response.status / 100) - 4], response.config, response.request, response));
|
|
13533
13461
|
}
|
|
13534
13462
|
}
|
|
13535
13463
|
function isAbsoluteURL(url2) {
|
|
@@ -13548,7 +13476,72 @@ var require_axios = __commonJS({
|
|
|
13548
13476
|
}
|
|
13549
13477
|
return requestedURL;
|
|
13550
13478
|
}
|
|
13551
|
-
var
|
|
13479
|
+
var DEFAULT_PORTS$1 = {
|
|
13480
|
+
ftp: 21,
|
|
13481
|
+
gopher: 70,
|
|
13482
|
+
http: 80,
|
|
13483
|
+
https: 443,
|
|
13484
|
+
ws: 80,
|
|
13485
|
+
wss: 443
|
|
13486
|
+
};
|
|
13487
|
+
function parseUrl(urlString) {
|
|
13488
|
+
try {
|
|
13489
|
+
return new URL(urlString);
|
|
13490
|
+
} catch {
|
|
13491
|
+
return null;
|
|
13492
|
+
}
|
|
13493
|
+
}
|
|
13494
|
+
function getProxyForUrl(url2) {
|
|
13495
|
+
var parsedUrl = (typeof url2 === "string" ? parseUrl(url2) : url2) || {};
|
|
13496
|
+
var proto = parsedUrl.protocol;
|
|
13497
|
+
var hostname = parsedUrl.host;
|
|
13498
|
+
var port = parsedUrl.port;
|
|
13499
|
+
if (typeof hostname !== "string" || !hostname || typeof proto !== "string") {
|
|
13500
|
+
return "";
|
|
13501
|
+
}
|
|
13502
|
+
proto = proto.split(":", 1)[0];
|
|
13503
|
+
hostname = hostname.replace(/:\d*$/, "");
|
|
13504
|
+
port = parseInt(port) || DEFAULT_PORTS$1[proto] || 0;
|
|
13505
|
+
if (!shouldProxy(hostname, port)) {
|
|
13506
|
+
return "";
|
|
13507
|
+
}
|
|
13508
|
+
var proxy = getEnv(proto + "_proxy") || getEnv("all_proxy");
|
|
13509
|
+
if (proxy && proxy.indexOf("://") === -1) {
|
|
13510
|
+
proxy = proto + "://" + proxy;
|
|
13511
|
+
}
|
|
13512
|
+
return proxy;
|
|
13513
|
+
}
|
|
13514
|
+
function shouldProxy(hostname, port) {
|
|
13515
|
+
var NO_PROXY = getEnv("no_proxy").toLowerCase();
|
|
13516
|
+
if (!NO_PROXY) {
|
|
13517
|
+
return true;
|
|
13518
|
+
}
|
|
13519
|
+
if (NO_PROXY === "*") {
|
|
13520
|
+
return false;
|
|
13521
|
+
}
|
|
13522
|
+
return NO_PROXY.split(/[,\s]/).every(function(proxy) {
|
|
13523
|
+
if (!proxy) {
|
|
13524
|
+
return true;
|
|
13525
|
+
}
|
|
13526
|
+
var parsedProxy = proxy.match(/^(.+):(\d+)$/);
|
|
13527
|
+
var parsedProxyHostname = parsedProxy ? parsedProxy[1] : proxy;
|
|
13528
|
+
var parsedProxyPort = parsedProxy ? parseInt(parsedProxy[2]) : 0;
|
|
13529
|
+
if (parsedProxyPort && parsedProxyPort !== port) {
|
|
13530
|
+
return true;
|
|
13531
|
+
}
|
|
13532
|
+
if (!/^[.*]/.test(parsedProxyHostname)) {
|
|
13533
|
+
return hostname !== parsedProxyHostname;
|
|
13534
|
+
}
|
|
13535
|
+
if (parsedProxyHostname.charAt(0) === "*") {
|
|
13536
|
+
parsedProxyHostname = parsedProxyHostname.slice(1);
|
|
13537
|
+
}
|
|
13538
|
+
return !hostname.endsWith(parsedProxyHostname);
|
|
13539
|
+
});
|
|
13540
|
+
}
|
|
13541
|
+
function getEnv(key) {
|
|
13542
|
+
return process.env[key.toLowerCase()] || process.env[key.toUpperCase()] || "";
|
|
13543
|
+
}
|
|
13544
|
+
var VERSION = "1.15.0";
|
|
13552
13545
|
function parseProtocol(url2) {
|
|
13553
13546
|
const match = /^([-+\w]{1,25})(:?\/\/|:)/.exec(url2);
|
|
13554
13547
|
return match && match[1] || "";
|
|
@@ -13564,7 +13557,7 @@ var require_axios = __commonJS({
|
|
|
13564
13557
|
uri = protocol.length ? uri.slice(protocol.length + 1) : uri;
|
|
13565
13558
|
const match = DATA_URL_PATTERN.exec(uri);
|
|
13566
13559
|
if (!match) {
|
|
13567
|
-
throw new AxiosError
|
|
13560
|
+
throw new AxiosError("Invalid URL", AxiosError.ERR_INVALID_URL);
|
|
13568
13561
|
}
|
|
13569
13562
|
const mime = match[1];
|
|
13570
13563
|
const isBase64 = match[2];
|
|
@@ -13572,32 +13565,29 @@ var require_axios = __commonJS({
|
|
|
13572
13565
|
const buffer = Buffer.from(decodeURIComponent(body), isBase64 ? "base64" : "utf8");
|
|
13573
13566
|
if (asBlob) {
|
|
13574
13567
|
if (!_Blob) {
|
|
13575
|
-
throw new AxiosError
|
|
13568
|
+
throw new AxiosError("Blob is not supported", AxiosError.ERR_NOT_SUPPORT);
|
|
13576
13569
|
}
|
|
13577
|
-
return new _Blob([buffer], {
|
|
13570
|
+
return new _Blob([buffer], {
|
|
13571
|
+
type: mime
|
|
13572
|
+
});
|
|
13578
13573
|
}
|
|
13579
13574
|
return buffer;
|
|
13580
13575
|
}
|
|
13581
|
-
throw new AxiosError
|
|
13576
|
+
throw new AxiosError("Unsupported protocol " + protocol, AxiosError.ERR_NOT_SUPPORT);
|
|
13582
13577
|
}
|
|
13583
13578
|
var kInternals = /* @__PURE__ */ Symbol("internals");
|
|
13584
|
-
var AxiosTransformStream = class extends
|
|
13579
|
+
var AxiosTransformStream = class extends stream.Transform {
|
|
13585
13580
|
constructor(options) {
|
|
13586
|
-
options = utils$1.toFlatObject(
|
|
13587
|
-
|
|
13588
|
-
|
|
13589
|
-
|
|
13590
|
-
|
|
13591
|
-
|
|
13592
|
-
|
|
13593
|
-
|
|
13594
|
-
|
|
13595
|
-
|
|
13596
|
-
null,
|
|
13597
|
-
(prop, source) => {
|
|
13598
|
-
return !utils$1.isUndefined(source[prop]);
|
|
13599
|
-
}
|
|
13600
|
-
);
|
|
13581
|
+
options = utils$1.toFlatObject(options, {
|
|
13582
|
+
maxRate: 0,
|
|
13583
|
+
chunkSize: 64 * 1024,
|
|
13584
|
+
minChunkSize: 100,
|
|
13585
|
+
timeWindow: 500,
|
|
13586
|
+
ticksRate: 2,
|
|
13587
|
+
samplesCount: 15
|
|
13588
|
+
}, null, (prop, source) => {
|
|
13589
|
+
return !utils$1.isUndefined(source[prop]);
|
|
13590
|
+
});
|
|
13601
13591
|
super({
|
|
13602
13592
|
readableHighWaterMark: options.chunkSize
|
|
13603
13593
|
});
|
|
@@ -13680,12 +13670,9 @@ var require_axios = __commonJS({
|
|
|
13680
13670
|
chunkRemainder = _chunk.subarray(maxChunkSize);
|
|
13681
13671
|
_chunk = _chunk.subarray(0, maxChunkSize);
|
|
13682
13672
|
}
|
|
13683
|
-
pushChunk(
|
|
13684
|
-
|
|
13685
|
-
|
|
13686
|
-
process.nextTick(_callback, null, chunkRemainder);
|
|
13687
|
-
} : _callback
|
|
13688
|
-
);
|
|
13673
|
+
pushChunk(_chunk, chunkRemainder ? () => {
|
|
13674
|
+
process.nextTick(_callback, null, chunkRemainder);
|
|
13675
|
+
} : _callback);
|
|
13689
13676
|
};
|
|
13690
13677
|
transformChunk(chunk, function transformNextChunk(err, _chunk) {
|
|
13691
13678
|
if (err) {
|
|
@@ -13699,8 +13686,9 @@ var require_axios = __commonJS({
|
|
|
13699
13686
|
});
|
|
13700
13687
|
}
|
|
13701
13688
|
};
|
|
13702
|
-
var
|
|
13703
|
-
|
|
13689
|
+
var {
|
|
13690
|
+
asyncIterator
|
|
13691
|
+
} = Symbol;
|
|
13704
13692
|
var readBlob = async function* (blob) {
|
|
13705
13693
|
if (blob.stream) {
|
|
13706
13694
|
yield* blob.stream();
|
|
@@ -13712,15 +13700,16 @@ var require_axios = __commonJS({
|
|
|
13712
13700
|
yield blob;
|
|
13713
13701
|
}
|
|
13714
13702
|
};
|
|
13715
|
-
var readBlob$1 = readBlob;
|
|
13716
13703
|
var BOUNDARY_ALPHABET = platform.ALPHABET.ALPHA_DIGIT + "-_";
|
|
13717
|
-
var textEncoder = typeof TextEncoder === "function" ? new TextEncoder() : new
|
|
13704
|
+
var textEncoder = typeof TextEncoder === "function" ? new TextEncoder() : new util.TextEncoder();
|
|
13718
13705
|
var CRLF = "\r\n";
|
|
13719
13706
|
var CRLF_BYTES = textEncoder.encode(CRLF);
|
|
13720
13707
|
var CRLF_BYTES_COUNT = 2;
|
|
13721
13708
|
var FormDataPart = class {
|
|
13722
13709
|
constructor(name, value) {
|
|
13723
|
-
const {
|
|
13710
|
+
const {
|
|
13711
|
+
escapeName
|
|
13712
|
+
} = this.constructor;
|
|
13724
13713
|
const isStringValue = utils$1.isString(value);
|
|
13725
13714
|
let headers = `Content-Disposition: form-data; name="${escapeName(name)}"${!isStringValue && value.name ? `; filename="${escapeName(value.name)}"` : ""}${CRLF}`;
|
|
13726
13715
|
if (isStringValue) {
|
|
@@ -13736,23 +13725,22 @@ var require_axios = __commonJS({
|
|
|
13736
13725
|
}
|
|
13737
13726
|
async *encode() {
|
|
13738
13727
|
yield this.headers;
|
|
13739
|
-
const {
|
|
13728
|
+
const {
|
|
13729
|
+
value
|
|
13730
|
+
} = this;
|
|
13740
13731
|
if (utils$1.isTypedArray(value)) {
|
|
13741
13732
|
yield value;
|
|
13742
13733
|
} else {
|
|
13743
|
-
yield* readBlob
|
|
13734
|
+
yield* readBlob(value);
|
|
13744
13735
|
}
|
|
13745
13736
|
yield CRLF_BYTES;
|
|
13746
13737
|
}
|
|
13747
13738
|
static escapeName(name) {
|
|
13748
|
-
return String(name).replace(
|
|
13749
|
-
|
|
13750
|
-
|
|
13751
|
-
|
|
13752
|
-
|
|
13753
|
-
'"': "%22"
|
|
13754
|
-
})[match]
|
|
13755
|
-
);
|
|
13739
|
+
return String(name).replace(/[\r\n"]/g, (match) => ({
|
|
13740
|
+
"\r": "%0D",
|
|
13741
|
+
"\n": "%0A",
|
|
13742
|
+
'"': "%22"
|
|
13743
|
+
})[match]);
|
|
13756
13744
|
}
|
|
13757
13745
|
};
|
|
13758
13746
|
var formDataToStream = (form, headersHandler, options) => {
|
|
@@ -13784,18 +13772,15 @@ var require_axios = __commonJS({
|
|
|
13784
13772
|
computedHeaders["Content-Length"] = contentLength;
|
|
13785
13773
|
}
|
|
13786
13774
|
headersHandler && headersHandler(computedHeaders);
|
|
13787
|
-
return stream.Readable.from(
|
|
13788
|
-
(
|
|
13789
|
-
|
|
13790
|
-
|
|
13791
|
-
|
|
13792
|
-
|
|
13793
|
-
|
|
13794
|
-
})()
|
|
13795
|
-
);
|
|
13775
|
+
return stream.Readable.from((async function* () {
|
|
13776
|
+
for (const part of parts) {
|
|
13777
|
+
yield boundaryBytes;
|
|
13778
|
+
yield* part.encode();
|
|
13779
|
+
}
|
|
13780
|
+
yield footerBytes;
|
|
13781
|
+
})());
|
|
13796
13782
|
};
|
|
13797
|
-
var
|
|
13798
|
-
var ZlibHeaderTransformStream = class extends stream__default["default"].Transform {
|
|
13783
|
+
var ZlibHeaderTransformStream = class extends stream.Transform {
|
|
13799
13784
|
__transform(chunk, encoding, callback) {
|
|
13800
13785
|
this.push(chunk);
|
|
13801
13786
|
callback();
|
|
@@ -13813,7 +13798,6 @@ var require_axios = __commonJS({
|
|
|
13813
13798
|
this.__transform(chunk, encoding, callback);
|
|
13814
13799
|
}
|
|
13815
13800
|
};
|
|
13816
|
-
var ZlibHeaderTransformStream$1 = ZlibHeaderTransformStream;
|
|
13817
13801
|
var callbackify = (fn, reducer) => {
|
|
13818
13802
|
return utils$1.isAsyncFn(fn) ? function(...args) {
|
|
13819
13803
|
const cb = args.pop();
|
|
@@ -13826,7 +13810,81 @@ var require_axios = __commonJS({
|
|
|
13826
13810
|
}, cb);
|
|
13827
13811
|
} : fn;
|
|
13828
13812
|
};
|
|
13829
|
-
var
|
|
13813
|
+
var DEFAULT_PORTS = {
|
|
13814
|
+
http: 80,
|
|
13815
|
+
https: 443,
|
|
13816
|
+
ws: 80,
|
|
13817
|
+
wss: 443,
|
|
13818
|
+
ftp: 21
|
|
13819
|
+
};
|
|
13820
|
+
var parseNoProxyEntry = (entry) => {
|
|
13821
|
+
let entryHost = entry;
|
|
13822
|
+
let entryPort = 0;
|
|
13823
|
+
if (entryHost.charAt(0) === "[") {
|
|
13824
|
+
const bracketIndex = entryHost.indexOf("]");
|
|
13825
|
+
if (bracketIndex !== -1) {
|
|
13826
|
+
const host = entryHost.slice(1, bracketIndex);
|
|
13827
|
+
const rest = entryHost.slice(bracketIndex + 1);
|
|
13828
|
+
if (rest.charAt(0) === ":" && /^\d+$/.test(rest.slice(1))) {
|
|
13829
|
+
entryPort = Number.parseInt(rest.slice(1), 10);
|
|
13830
|
+
}
|
|
13831
|
+
return [host, entryPort];
|
|
13832
|
+
}
|
|
13833
|
+
}
|
|
13834
|
+
const firstColon = entryHost.indexOf(":");
|
|
13835
|
+
const lastColon = entryHost.lastIndexOf(":");
|
|
13836
|
+
if (firstColon !== -1 && firstColon === lastColon && /^\d+$/.test(entryHost.slice(lastColon + 1))) {
|
|
13837
|
+
entryPort = Number.parseInt(entryHost.slice(lastColon + 1), 10);
|
|
13838
|
+
entryHost = entryHost.slice(0, lastColon);
|
|
13839
|
+
}
|
|
13840
|
+
return [entryHost, entryPort];
|
|
13841
|
+
};
|
|
13842
|
+
var normalizeNoProxyHost = (hostname) => {
|
|
13843
|
+
if (!hostname) {
|
|
13844
|
+
return hostname;
|
|
13845
|
+
}
|
|
13846
|
+
if (hostname.charAt(0) === "[" && hostname.charAt(hostname.length - 1) === "]") {
|
|
13847
|
+
hostname = hostname.slice(1, -1);
|
|
13848
|
+
}
|
|
13849
|
+
return hostname.replace(/\.+$/, "");
|
|
13850
|
+
};
|
|
13851
|
+
function shouldBypassProxy(location) {
|
|
13852
|
+
let parsed;
|
|
13853
|
+
try {
|
|
13854
|
+
parsed = new URL(location);
|
|
13855
|
+
} catch (_err) {
|
|
13856
|
+
return false;
|
|
13857
|
+
}
|
|
13858
|
+
const noProxy = (process.env.no_proxy || process.env.NO_PROXY || "").toLowerCase();
|
|
13859
|
+
if (!noProxy) {
|
|
13860
|
+
return false;
|
|
13861
|
+
}
|
|
13862
|
+
if (noProxy === "*") {
|
|
13863
|
+
return true;
|
|
13864
|
+
}
|
|
13865
|
+
const port = Number.parseInt(parsed.port, 10) || DEFAULT_PORTS[parsed.protocol.split(":", 1)[0]] || 0;
|
|
13866
|
+
const hostname = normalizeNoProxyHost(parsed.hostname.toLowerCase());
|
|
13867
|
+
return noProxy.split(/[\s,]+/).some((entry) => {
|
|
13868
|
+
if (!entry) {
|
|
13869
|
+
return false;
|
|
13870
|
+
}
|
|
13871
|
+
let [entryHost, entryPort] = parseNoProxyEntry(entry);
|
|
13872
|
+
entryHost = normalizeNoProxyHost(entryHost);
|
|
13873
|
+
if (!entryHost) {
|
|
13874
|
+
return false;
|
|
13875
|
+
}
|
|
13876
|
+
if (entryPort && entryPort !== port) {
|
|
13877
|
+
return false;
|
|
13878
|
+
}
|
|
13879
|
+
if (entryHost.charAt(0) === "*") {
|
|
13880
|
+
entryHost = entryHost.slice(1);
|
|
13881
|
+
}
|
|
13882
|
+
if (entryHost.charAt(0) === ".") {
|
|
13883
|
+
return hostname.endsWith(entryHost);
|
|
13884
|
+
}
|
|
13885
|
+
return hostname === entryHost;
|
|
13886
|
+
});
|
|
13887
|
+
}
|
|
13830
13888
|
function speedometer(samplesCount, min) {
|
|
13831
13889
|
samplesCount = samplesCount || 10;
|
|
13832
13890
|
const bytes = new Array(samplesCount);
|
|
@@ -13918,14 +13976,11 @@ var require_axios = __commonJS({
|
|
|
13918
13976
|
};
|
|
13919
13977
|
var progressEventDecorator = (total, throttled) => {
|
|
13920
13978
|
const lengthComputable = total != null;
|
|
13921
|
-
return [
|
|
13922
|
-
|
|
13923
|
-
|
|
13924
|
-
|
|
13925
|
-
|
|
13926
|
-
}),
|
|
13927
|
-
throttled[1]
|
|
13928
|
-
];
|
|
13979
|
+
return [(loaded) => throttled[0]({
|
|
13980
|
+
lengthComputable,
|
|
13981
|
+
total,
|
|
13982
|
+
loaded
|
|
13983
|
+
}), throttled[1]];
|
|
13929
13984
|
};
|
|
13930
13985
|
var asyncDecorator = (fn) => (...args) => utils$1.asap(() => fn(...args));
|
|
13931
13986
|
function estimateDataURLDecodedBytes(url2) {
|
|
@@ -13978,15 +14033,18 @@ var require_axios = __commonJS({
|
|
|
13978
14033
|
return Buffer.byteLength(body, "utf8");
|
|
13979
14034
|
}
|
|
13980
14035
|
var zlibOptions = {
|
|
13981
|
-
flush:
|
|
13982
|
-
finishFlush:
|
|
14036
|
+
flush: zlib.constants.Z_SYNC_FLUSH,
|
|
14037
|
+
finishFlush: zlib.constants.Z_SYNC_FLUSH
|
|
13983
14038
|
};
|
|
13984
14039
|
var brotliOptions = {
|
|
13985
|
-
flush:
|
|
13986
|
-
finishFlush:
|
|
14040
|
+
flush: zlib.constants.BROTLI_OPERATION_FLUSH,
|
|
14041
|
+
finishFlush: zlib.constants.BROTLI_OPERATION_FLUSH
|
|
13987
14042
|
};
|
|
13988
|
-
var isBrotliSupported = utils$1.isFunction(
|
|
13989
|
-
var {
|
|
14043
|
+
var isBrotliSupported = utils$1.isFunction(zlib.createBrotliDecompress);
|
|
14044
|
+
var {
|
|
14045
|
+
http: httpFollow,
|
|
14046
|
+
https: httpsFollow
|
|
14047
|
+
} = followRedirects;
|
|
13990
14048
|
var isHttps = /https:?/;
|
|
13991
14049
|
var supportedProtocols = platform.protocols.map((protocol) => {
|
|
13992
14050
|
return protocol + ":";
|
|
@@ -14000,23 +14058,20 @@ var require_axios = __commonJS({
|
|
|
14000
14058
|
this.sessions = /* @__PURE__ */ Object.create(null);
|
|
14001
14059
|
}
|
|
14002
14060
|
getSession(authority, options) {
|
|
14003
|
-
options = Object.assign(
|
|
14004
|
-
|
|
14005
|
-
|
|
14006
|
-
},
|
|
14007
|
-
options
|
|
14008
|
-
);
|
|
14061
|
+
options = Object.assign({
|
|
14062
|
+
sessionTimeout: 1e3
|
|
14063
|
+
}, options);
|
|
14009
14064
|
let authoritySessions = this.sessions[authority];
|
|
14010
14065
|
if (authoritySessions) {
|
|
14011
14066
|
let len = authoritySessions.length;
|
|
14012
14067
|
for (let i = 0; i < len; i++) {
|
|
14013
14068
|
const [sessionHandle, sessionOptions] = authoritySessions[i];
|
|
14014
|
-
if (!sessionHandle.destroyed && !sessionHandle.closed &&
|
|
14069
|
+
if (!sessionHandle.destroyed && !sessionHandle.closed && util.isDeepStrictEqual(sessionOptions, options)) {
|
|
14015
14070
|
return sessionHandle;
|
|
14016
14071
|
}
|
|
14017
14072
|
}
|
|
14018
14073
|
}
|
|
14019
|
-
const session =
|
|
14074
|
+
const session = http2.connect(authority, options);
|
|
14020
14075
|
let removed;
|
|
14021
14076
|
const removeSession = () => {
|
|
14022
14077
|
if (removed) {
|
|
@@ -14031,12 +14086,17 @@ var require_axios = __commonJS({
|
|
|
14031
14086
|
} else {
|
|
14032
14087
|
entries.splice(i, 1);
|
|
14033
14088
|
}
|
|
14089
|
+
if (!session.closed) {
|
|
14090
|
+
session.close();
|
|
14091
|
+
}
|
|
14034
14092
|
return;
|
|
14035
14093
|
}
|
|
14036
14094
|
}
|
|
14037
14095
|
};
|
|
14038
14096
|
const originalRequestFn = session.request;
|
|
14039
|
-
const {
|
|
14097
|
+
const {
|
|
14098
|
+
sessionTimeout
|
|
14099
|
+
} = options;
|
|
14040
14100
|
if (sessionTimeout != null) {
|
|
14041
14101
|
let timer;
|
|
14042
14102
|
let streamsCount = 0;
|
|
@@ -14076,9 +14136,11 @@ var require_axios = __commonJS({
|
|
|
14076
14136
|
function setProxy(options, configProxy, location) {
|
|
14077
14137
|
let proxy = configProxy;
|
|
14078
14138
|
if (!proxy && proxy !== false) {
|
|
14079
|
-
const proxyUrl =
|
|
14139
|
+
const proxyUrl = getProxyForUrl(location);
|
|
14080
14140
|
if (proxyUrl) {
|
|
14081
|
-
|
|
14141
|
+
if (!shouldBypassProxy(location)) {
|
|
14142
|
+
proxy = new URL(proxyUrl);
|
|
14143
|
+
}
|
|
14082
14144
|
}
|
|
14083
14145
|
}
|
|
14084
14146
|
if (proxy) {
|
|
@@ -14090,7 +14152,9 @@ var require_axios = __commonJS({
|
|
|
14090
14152
|
if (validProxyAuth) {
|
|
14091
14153
|
proxy.auth = (proxy.auth.username || "") + ":" + (proxy.auth.password || "");
|
|
14092
14154
|
} else if (typeof proxy.auth === "object") {
|
|
14093
|
-
throw new AxiosError
|
|
14155
|
+
throw new AxiosError("Invalid proxy authorization", AxiosError.ERR_BAD_OPTION, {
|
|
14156
|
+
proxy
|
|
14157
|
+
});
|
|
14094
14158
|
}
|
|
14095
14159
|
const base64 = Buffer.from(proxy.auth, "utf8").toString("base64");
|
|
14096
14160
|
options.headers["Proxy-Authorization"] = "Basic " + base64;
|
|
@@ -14130,7 +14194,10 @@ var require_axios = __commonJS({
|
|
|
14130
14194
|
asyncExecutor(_resolve, _reject, (onDoneHandler) => onDone = onDoneHandler).catch(_reject);
|
|
14131
14195
|
});
|
|
14132
14196
|
};
|
|
14133
|
-
var resolveFamily = ({
|
|
14197
|
+
var resolveFamily = ({
|
|
14198
|
+
address,
|
|
14199
|
+
family
|
|
14200
|
+
}) => {
|
|
14134
14201
|
if (!utils$1.isString(address)) {
|
|
14135
14202
|
throw TypeError("address must be a string");
|
|
14136
14203
|
}
|
|
@@ -14139,13 +14206,24 @@ var require_axios = __commonJS({
|
|
|
14139
14206
|
family: family || (address.indexOf(".") < 0 ? 6 : 4)
|
|
14140
14207
|
};
|
|
14141
14208
|
};
|
|
14142
|
-
var buildAddressEntry = (address, family) => resolveFamily(utils$1.isObject(address) ? address : {
|
|
14209
|
+
var buildAddressEntry = (address, family) => resolveFamily(utils$1.isObject(address) ? address : {
|
|
14210
|
+
address,
|
|
14211
|
+
family
|
|
14212
|
+
});
|
|
14143
14213
|
var http2Transport = {
|
|
14144
14214
|
request(options, cb) {
|
|
14145
14215
|
const authority = options.protocol + "//" + options.hostname + ":" + (options.port || (options.protocol === "https:" ? 443 : 80));
|
|
14146
|
-
const {
|
|
14216
|
+
const {
|
|
14217
|
+
http2Options,
|
|
14218
|
+
headers
|
|
14219
|
+
} = options;
|
|
14147
14220
|
const session = http2Sessions.getSession(authority, http2Options);
|
|
14148
|
-
const {
|
|
14221
|
+
const {
|
|
14222
|
+
HTTP2_HEADER_SCHEME,
|
|
14223
|
+
HTTP2_HEADER_METHOD,
|
|
14224
|
+
HTTP2_HEADER_PATH,
|
|
14225
|
+
HTTP2_HEADER_STATUS
|
|
14226
|
+
} = http2.constants;
|
|
14149
14227
|
const http2Headers = {
|
|
14150
14228
|
[HTTP2_HEADER_SCHEME]: options.protocol.replace(":", ""),
|
|
14151
14229
|
[HTTP2_HEADER_METHOD]: options.method,
|
|
@@ -14169,8 +14247,17 @@ var require_axios = __commonJS({
|
|
|
14169
14247
|
};
|
|
14170
14248
|
var httpAdapter = isHttpAdapterSupported && function httpAdapter2(config) {
|
|
14171
14249
|
return wrapAsync(async function dispatchHttpRequest(resolve, reject, onDone) {
|
|
14172
|
-
let {
|
|
14173
|
-
|
|
14250
|
+
let {
|
|
14251
|
+
data,
|
|
14252
|
+
lookup,
|
|
14253
|
+
family,
|
|
14254
|
+
httpVersion = 1,
|
|
14255
|
+
http2Options
|
|
14256
|
+
} = config;
|
|
14257
|
+
const {
|
|
14258
|
+
responseType,
|
|
14259
|
+
responseEncoding
|
|
14260
|
+
} = config;
|
|
14174
14261
|
const method = config.method.toUpperCase();
|
|
14175
14262
|
let isDone;
|
|
14176
14263
|
let rejected = false;
|
|
@@ -14184,7 +14271,7 @@ var require_axios = __commonJS({
|
|
|
14184
14271
|
}
|
|
14185
14272
|
const isHttp2 = httpVersion === 2;
|
|
14186
14273
|
if (lookup) {
|
|
14187
|
-
const _lookup = callbackify
|
|
14274
|
+
const _lookup = callbackify(lookup, (value) => utils$1.isArray(value) ? value : [value]);
|
|
14188
14275
|
lookup = (hostname, opt, cb) => {
|
|
14189
14276
|
_lookup(hostname, opt, (err, arg0, arg1) => {
|
|
14190
14277
|
if (err) {
|
|
@@ -14198,10 +14285,7 @@ var require_axios = __commonJS({
|
|
|
14198
14285
|
const abortEmitter = new events.EventEmitter();
|
|
14199
14286
|
function abort(reason) {
|
|
14200
14287
|
try {
|
|
14201
|
-
abortEmitter.emit(
|
|
14202
|
-
"abort",
|
|
14203
|
-
!reason || reason.type ? new CanceledError$1(null, config, req) : reason
|
|
14204
|
-
);
|
|
14288
|
+
abortEmitter.emit("abort", !reason || reason.type ? new CanceledError(null, config, req) : reason);
|
|
14205
14289
|
} catch (err) {
|
|
14206
14290
|
console.warn("emit error", err);
|
|
14207
14291
|
}
|
|
@@ -14229,9 +14313,11 @@ var require_axios = __commonJS({
|
|
|
14229
14313
|
onFinished();
|
|
14230
14314
|
return;
|
|
14231
14315
|
}
|
|
14232
|
-
const {
|
|
14233
|
-
|
|
14234
|
-
|
|
14316
|
+
const {
|
|
14317
|
+
data: data2
|
|
14318
|
+
} = response;
|
|
14319
|
+
if (data2 instanceof stream.Readable || data2 instanceof stream.Duplex) {
|
|
14320
|
+
const offListeners = stream.finished(data2, () => {
|
|
14235
14321
|
offListeners();
|
|
14236
14322
|
onFinished();
|
|
14237
14323
|
});
|
|
@@ -14247,13 +14333,7 @@ var require_axios = __commonJS({
|
|
|
14247
14333
|
const dataUrl = String(config.url || fullPath || "");
|
|
14248
14334
|
const estimated = estimateDataURLDecodedBytes(dataUrl);
|
|
14249
14335
|
if (estimated > config.maxContentLength) {
|
|
14250
|
-
return reject(
|
|
14251
|
-
new AxiosError$1(
|
|
14252
|
-
"maxContentLength size of " + config.maxContentLength + " exceeded",
|
|
14253
|
-
AxiosError$1.ERR_BAD_RESPONSE,
|
|
14254
|
-
config
|
|
14255
|
-
)
|
|
14256
|
-
);
|
|
14336
|
+
return reject(new AxiosError("maxContentLength size of " + config.maxContentLength + " exceeded", AxiosError.ERR_BAD_RESPONSE, config));
|
|
14257
14337
|
}
|
|
14258
14338
|
}
|
|
14259
14339
|
let convertedData;
|
|
@@ -14270,7 +14350,7 @@ var require_axios = __commonJS({
|
|
|
14270
14350
|
Blob: config.env && config.env.Blob
|
|
14271
14351
|
});
|
|
14272
14352
|
} catch (err) {
|
|
14273
|
-
throw AxiosError
|
|
14353
|
+
throw AxiosError.from(err, AxiosError.ERR_BAD_REQUEST, config);
|
|
14274
14354
|
}
|
|
14275
14355
|
if (responseType === "text") {
|
|
14276
14356
|
convertedData = convertedData.toString(responseEncoding);
|
|
@@ -14278,44 +14358,41 @@ var require_axios = __commonJS({
|
|
|
14278
14358
|
convertedData = utils$1.stripBOM(convertedData);
|
|
14279
14359
|
}
|
|
14280
14360
|
} else if (responseType === "stream") {
|
|
14281
|
-
convertedData =
|
|
14361
|
+
convertedData = stream.Readable.from(convertedData);
|
|
14282
14362
|
}
|
|
14283
14363
|
return settle(resolve, reject, {
|
|
14284
14364
|
data: convertedData,
|
|
14285
14365
|
status: 200,
|
|
14286
14366
|
statusText: "OK",
|
|
14287
|
-
headers: new AxiosHeaders
|
|
14367
|
+
headers: new AxiosHeaders(),
|
|
14288
14368
|
config
|
|
14289
14369
|
});
|
|
14290
14370
|
}
|
|
14291
14371
|
if (supportedProtocols.indexOf(protocol) === -1) {
|
|
14292
|
-
return reject(
|
|
14293
|
-
new AxiosError$1("Unsupported protocol " + protocol, AxiosError$1.ERR_BAD_REQUEST, config)
|
|
14294
|
-
);
|
|
14372
|
+
return reject(new AxiosError("Unsupported protocol " + protocol, AxiosError.ERR_BAD_REQUEST, config));
|
|
14295
14373
|
}
|
|
14296
|
-
const headers = AxiosHeaders
|
|
14374
|
+
const headers = AxiosHeaders.from(config.headers).normalize();
|
|
14297
14375
|
headers.set("User-Agent", "axios/" + VERSION, false);
|
|
14298
|
-
const {
|
|
14376
|
+
const {
|
|
14377
|
+
onUploadProgress,
|
|
14378
|
+
onDownloadProgress
|
|
14379
|
+
} = config;
|
|
14299
14380
|
const maxRate = config.maxRate;
|
|
14300
14381
|
let maxUploadRate = void 0;
|
|
14301
14382
|
let maxDownloadRate = void 0;
|
|
14302
14383
|
if (utils$1.isSpecCompliantForm(data)) {
|
|
14303
14384
|
const userBoundary = headers.getContentType(/boundary=([-_\w\d]{10,70})/i);
|
|
14304
|
-
data = formDataToStream
|
|
14305
|
-
|
|
14306
|
-
|
|
14307
|
-
|
|
14308
|
-
|
|
14309
|
-
|
|
14310
|
-
tag: `axios-${VERSION}-boundary`,
|
|
14311
|
-
boundary: userBoundary && userBoundary[1] || void 0
|
|
14312
|
-
}
|
|
14313
|
-
);
|
|
14385
|
+
data = formDataToStream(data, (formHeaders) => {
|
|
14386
|
+
headers.set(formHeaders);
|
|
14387
|
+
}, {
|
|
14388
|
+
tag: `axios-${VERSION}-boundary`,
|
|
14389
|
+
boundary: userBoundary && userBoundary[1] || void 0
|
|
14390
|
+
});
|
|
14314
14391
|
} else if (utils$1.isFormData(data) && utils$1.isFunction(data.getHeaders)) {
|
|
14315
14392
|
headers.set(data.getHeaders());
|
|
14316
14393
|
if (!headers.hasContentLength()) {
|
|
14317
14394
|
try {
|
|
14318
|
-
const knownLength = await
|
|
14395
|
+
const knownLength = await util.promisify(data.getLength).call(data);
|
|
14319
14396
|
Number.isFinite(knownLength) && knownLength >= 0 && headers.setContentLength(knownLength);
|
|
14320
14397
|
} catch (e) {
|
|
14321
14398
|
}
|
|
@@ -14323,7 +14400,7 @@ var require_axios = __commonJS({
|
|
|
14323
14400
|
} else if (utils$1.isBlob(data) || utils$1.isFile(data)) {
|
|
14324
14401
|
data.size && headers.setContentType(data.type || "application/octet-stream");
|
|
14325
14402
|
headers.setContentLength(data.size || 0);
|
|
14326
|
-
data =
|
|
14403
|
+
data = stream.Readable.from(readBlob(data));
|
|
14327
14404
|
} else if (data && !utils$1.isStream(data)) {
|
|
14328
14405
|
if (Buffer.isBuffer(data)) ;
|
|
14329
14406
|
else if (utils$1.isArrayBuffer(data)) {
|
|
@@ -14331,23 +14408,11 @@ var require_axios = __commonJS({
|
|
|
14331
14408
|
} else if (utils$1.isString(data)) {
|
|
14332
14409
|
data = Buffer.from(data, "utf-8");
|
|
14333
14410
|
} else {
|
|
14334
|
-
return reject(
|
|
14335
|
-
new AxiosError$1(
|
|
14336
|
-
"Data after transformation must be a string, an ArrayBuffer, a Buffer, or a Stream",
|
|
14337
|
-
AxiosError$1.ERR_BAD_REQUEST,
|
|
14338
|
-
config
|
|
14339
|
-
)
|
|
14340
|
-
);
|
|
14411
|
+
return reject(new AxiosError("Data after transformation must be a string, an ArrayBuffer, a Buffer, or a Stream", AxiosError.ERR_BAD_REQUEST, config));
|
|
14341
14412
|
}
|
|
14342
14413
|
headers.setContentLength(data.length, false);
|
|
14343
14414
|
if (config.maxBodyLength > -1 && data.length > config.maxBodyLength) {
|
|
14344
|
-
return reject(
|
|
14345
|
-
new AxiosError$1(
|
|
14346
|
-
"Request body larger than maxBodyLength limit",
|
|
14347
|
-
AxiosError$1.ERR_BAD_REQUEST,
|
|
14348
|
-
config
|
|
14349
|
-
)
|
|
14350
|
-
);
|
|
14415
|
+
return reject(new AxiosError("Request body larger than maxBodyLength limit", AxiosError.ERR_BAD_REQUEST, config));
|
|
14351
14416
|
}
|
|
14352
14417
|
}
|
|
14353
14418
|
const contentLength = utils$1.toFiniteNumber(headers.getContentLength());
|
|
@@ -14359,27 +14424,14 @@ var require_axios = __commonJS({
|
|
|
14359
14424
|
}
|
|
14360
14425
|
if (data && (onUploadProgress || maxUploadRate)) {
|
|
14361
14426
|
if (!utils$1.isStream(data)) {
|
|
14362
|
-
data =
|
|
14427
|
+
data = stream.Readable.from(data, {
|
|
14428
|
+
objectMode: false
|
|
14429
|
+
});
|
|
14363
14430
|
}
|
|
14364
|
-
data =
|
|
14365
|
-
|
|
14366
|
-
|
|
14367
|
-
|
|
14368
|
-
maxRate: utils$1.toFiniteNumber(maxUploadRate)
|
|
14369
|
-
})
|
|
14370
|
-
],
|
|
14371
|
-
utils$1.noop
|
|
14372
|
-
);
|
|
14373
|
-
onUploadProgress && data.on(
|
|
14374
|
-
"progress",
|
|
14375
|
-
flushOnFinish(
|
|
14376
|
-
data,
|
|
14377
|
-
progressEventDecorator(
|
|
14378
|
-
contentLength,
|
|
14379
|
-
progressEventReducer(asyncDecorator(onUploadProgress), false, 3)
|
|
14380
|
-
)
|
|
14381
|
-
)
|
|
14382
|
-
);
|
|
14431
|
+
data = stream.pipeline([data, new AxiosTransformStream({
|
|
14432
|
+
maxRate: utils$1.toFiniteNumber(maxUploadRate)
|
|
14433
|
+
})], utils$1.noop);
|
|
14434
|
+
onUploadProgress && data.on("progress", flushOnFinish(data, progressEventDecorator(contentLength, progressEventReducer(asyncDecorator(onUploadProgress), false, 3))));
|
|
14383
14435
|
}
|
|
14384
14436
|
let auth = void 0;
|
|
14385
14437
|
if (config.auth) {
|
|
@@ -14395,11 +14447,7 @@ var require_axios = __commonJS({
|
|
|
14395
14447
|
auth && headers.delete("authorization");
|
|
14396
14448
|
let path;
|
|
14397
14449
|
try {
|
|
14398
|
-
path = buildURL(
|
|
14399
|
-
parsed.pathname + parsed.search,
|
|
14400
|
-
config.params,
|
|
14401
|
-
config.paramsSerializer
|
|
14402
|
-
).replace(/^\?/, "");
|
|
14450
|
+
path = buildURL(parsed.pathname + parsed.search, config.params, config.paramsSerializer).replace(/^\?/, "");
|
|
14403
14451
|
} catch (err) {
|
|
14404
14452
|
const customErr = new Error(err.message);
|
|
14405
14453
|
customErr.config = config;
|
|
@@ -14407,16 +14455,15 @@ var require_axios = __commonJS({
|
|
|
14407
14455
|
customErr.exists = true;
|
|
14408
14456
|
return reject(customErr);
|
|
14409
14457
|
}
|
|
14410
|
-
headers.set(
|
|
14411
|
-
"Accept-Encoding",
|
|
14412
|
-
"gzip, compress, deflate" + (isBrotliSupported ? ", br" : ""),
|
|
14413
|
-
false
|
|
14414
|
-
);
|
|
14458
|
+
headers.set("Accept-Encoding", "gzip, compress, deflate" + (isBrotliSupported ? ", br" : ""), false);
|
|
14415
14459
|
const options = {
|
|
14416
14460
|
path,
|
|
14417
14461
|
method,
|
|
14418
14462
|
headers: headers.toJSON(),
|
|
14419
|
-
agents: {
|
|
14463
|
+
agents: {
|
|
14464
|
+
http: config.httpAgent,
|
|
14465
|
+
https: config.httpsAgent
|
|
14466
|
+
},
|
|
14420
14467
|
auth,
|
|
14421
14468
|
protocol,
|
|
14422
14469
|
family,
|
|
@@ -14430,11 +14477,7 @@ var require_axios = __commonJS({
|
|
|
14430
14477
|
} else {
|
|
14431
14478
|
options.hostname = parsed.hostname.startsWith("[") ? parsed.hostname.slice(1, -1) : parsed.hostname;
|
|
14432
14479
|
options.port = parsed.port;
|
|
14433
|
-
setProxy(
|
|
14434
|
-
options,
|
|
14435
|
-
config.proxy,
|
|
14436
|
-
protocol + "//" + parsed.hostname + (parsed.port ? ":" + parsed.port : "") + options.path
|
|
14437
|
-
);
|
|
14480
|
+
setProxy(options, config.proxy, protocol + "//" + parsed.hostname + (parsed.port ? ":" + parsed.port : "") + options.path);
|
|
14438
14481
|
}
|
|
14439
14482
|
let transport;
|
|
14440
14483
|
const isHttpsRequest = isHttps.test(options.protocol);
|
|
@@ -14445,7 +14488,7 @@ var require_axios = __commonJS({
|
|
|
14445
14488
|
if (config.transport) {
|
|
14446
14489
|
transport = config.transport;
|
|
14447
14490
|
} else if (config.maxRedirects === 0) {
|
|
14448
|
-
transport = isHttpsRequest ?
|
|
14491
|
+
transport = isHttpsRequest ? https : http;
|
|
14449
14492
|
} else {
|
|
14450
14493
|
if (config.maxRedirects) {
|
|
14451
14494
|
options.maxRedirects = config.maxRedirects;
|
|
@@ -14469,19 +14512,10 @@ var require_axios = __commonJS({
|
|
|
14469
14512
|
const streams = [res];
|
|
14470
14513
|
const responseLength = utils$1.toFiniteNumber(res.headers["content-length"]);
|
|
14471
14514
|
if (onDownloadProgress || maxDownloadRate) {
|
|
14472
|
-
const transformStream = new AxiosTransformStream
|
|
14515
|
+
const transformStream = new AxiosTransformStream({
|
|
14473
14516
|
maxRate: utils$1.toFiniteNumber(maxDownloadRate)
|
|
14474
14517
|
});
|
|
14475
|
-
onDownloadProgress && transformStream.on(
|
|
14476
|
-
"progress",
|
|
14477
|
-
flushOnFinish(
|
|
14478
|
-
transformStream,
|
|
14479
|
-
progressEventDecorator(
|
|
14480
|
-
responseLength,
|
|
14481
|
-
progressEventReducer(asyncDecorator(onDownloadProgress), true, 3)
|
|
14482
|
-
)
|
|
14483
|
-
)
|
|
14484
|
-
);
|
|
14518
|
+
onDownloadProgress && transformStream.on("progress", flushOnFinish(transformStream, progressEventDecorator(responseLength, progressEventReducer(asyncDecorator(onDownloadProgress), true, 3))));
|
|
14485
14519
|
streams.push(transformStream);
|
|
14486
14520
|
}
|
|
14487
14521
|
let responseStream = res;
|
|
@@ -14496,26 +14530,26 @@ var require_axios = __commonJS({
|
|
|
14496
14530
|
case "x-gzip":
|
|
14497
14531
|
case "compress":
|
|
14498
14532
|
case "x-compress":
|
|
14499
|
-
streams.push(
|
|
14533
|
+
streams.push(zlib.createUnzip(zlibOptions));
|
|
14500
14534
|
delete res.headers["content-encoding"];
|
|
14501
14535
|
break;
|
|
14502
14536
|
case "deflate":
|
|
14503
|
-
streams.push(new ZlibHeaderTransformStream
|
|
14504
|
-
streams.push(
|
|
14537
|
+
streams.push(new ZlibHeaderTransformStream());
|
|
14538
|
+
streams.push(zlib.createUnzip(zlibOptions));
|
|
14505
14539
|
delete res.headers["content-encoding"];
|
|
14506
14540
|
break;
|
|
14507
14541
|
case "br":
|
|
14508
14542
|
if (isBrotliSupported) {
|
|
14509
|
-
streams.push(
|
|
14543
|
+
streams.push(zlib.createBrotliDecompress(brotliOptions));
|
|
14510
14544
|
delete res.headers["content-encoding"];
|
|
14511
14545
|
}
|
|
14512
14546
|
}
|
|
14513
14547
|
}
|
|
14514
|
-
responseStream = streams.length > 1 ?
|
|
14548
|
+
responseStream = streams.length > 1 ? stream.pipeline(streams, utils$1.noop) : streams[0];
|
|
14515
14549
|
const response = {
|
|
14516
14550
|
status: res.statusCode,
|
|
14517
14551
|
statusText: res.statusMessage,
|
|
14518
|
-
headers: new AxiosHeaders
|
|
14552
|
+
headers: new AxiosHeaders(res.headers),
|
|
14519
14553
|
config,
|
|
14520
14554
|
request: lastRequest
|
|
14521
14555
|
};
|
|
@@ -14531,32 +14565,20 @@ var require_axios = __commonJS({
|
|
|
14531
14565
|
if (config.maxContentLength > -1 && totalResponseBytes > config.maxContentLength) {
|
|
14532
14566
|
rejected = true;
|
|
14533
14567
|
responseStream.destroy();
|
|
14534
|
-
abort(
|
|
14535
|
-
new AxiosError$1(
|
|
14536
|
-
"maxContentLength size of " + config.maxContentLength + " exceeded",
|
|
14537
|
-
AxiosError$1.ERR_BAD_RESPONSE,
|
|
14538
|
-
config,
|
|
14539
|
-
lastRequest
|
|
14540
|
-
)
|
|
14541
|
-
);
|
|
14568
|
+
abort(new AxiosError("maxContentLength size of " + config.maxContentLength + " exceeded", AxiosError.ERR_BAD_RESPONSE, config, lastRequest));
|
|
14542
14569
|
}
|
|
14543
14570
|
});
|
|
14544
14571
|
responseStream.on("aborted", function handlerStreamAborted() {
|
|
14545
14572
|
if (rejected) {
|
|
14546
14573
|
return;
|
|
14547
14574
|
}
|
|
14548
|
-
const err = new AxiosError
|
|
14549
|
-
"stream has been aborted",
|
|
14550
|
-
AxiosError$1.ERR_BAD_RESPONSE,
|
|
14551
|
-
config,
|
|
14552
|
-
lastRequest
|
|
14553
|
-
);
|
|
14575
|
+
const err = new AxiosError("stream has been aborted", AxiosError.ERR_BAD_RESPONSE, config, lastRequest);
|
|
14554
14576
|
responseStream.destroy(err);
|
|
14555
14577
|
reject(err);
|
|
14556
14578
|
});
|
|
14557
14579
|
responseStream.on("error", function handleStreamError(err) {
|
|
14558
14580
|
if (req.destroyed) return;
|
|
14559
|
-
reject(AxiosError
|
|
14581
|
+
reject(AxiosError.from(err, null, config, lastRequest));
|
|
14560
14582
|
});
|
|
14561
14583
|
responseStream.on("end", function handleStreamEnd() {
|
|
14562
14584
|
try {
|
|
@@ -14569,7 +14591,7 @@ var require_axios = __commonJS({
|
|
|
14569
14591
|
}
|
|
14570
14592
|
response.data = responseData;
|
|
14571
14593
|
} catch (err) {
|
|
14572
|
-
return reject(AxiosError
|
|
14594
|
+
return reject(AxiosError.from(err, null, config, response.request, response));
|
|
14573
14595
|
}
|
|
14574
14596
|
settle(resolve, reject, response);
|
|
14575
14597
|
});
|
|
@@ -14589,7 +14611,7 @@ var require_axios = __commonJS({
|
|
|
14589
14611
|
}
|
|
14590
14612
|
});
|
|
14591
14613
|
req.on("error", function handleRequestError(err) {
|
|
14592
|
-
reject(AxiosError
|
|
14614
|
+
reject(AxiosError.from(err, null, config, req));
|
|
14593
14615
|
});
|
|
14594
14616
|
req.on("socket", function handleRequestSocket(socket) {
|
|
14595
14617
|
socket.setKeepAlive(true, 1e3 * 60);
|
|
@@ -14597,14 +14619,7 @@ var require_axios = __commonJS({
|
|
|
14597
14619
|
if (config.timeout) {
|
|
14598
14620
|
const timeout = parseInt(config.timeout, 10);
|
|
14599
14621
|
if (Number.isNaN(timeout)) {
|
|
14600
|
-
abort(
|
|
14601
|
-
new AxiosError$1(
|
|
14602
|
-
"error trying to parse `config.timeout` to int",
|
|
14603
|
-
AxiosError$1.ERR_BAD_OPTION_VALUE,
|
|
14604
|
-
config,
|
|
14605
|
-
req
|
|
14606
|
-
)
|
|
14607
|
-
);
|
|
14622
|
+
abort(new AxiosError("error trying to parse `config.timeout` to int", AxiosError.ERR_BAD_OPTION_VALUE, config, req));
|
|
14608
14623
|
return;
|
|
14609
14624
|
}
|
|
14610
14625
|
req.setTimeout(timeout, function handleRequestTimeout() {
|
|
@@ -14614,14 +14629,7 @@ var require_axios = __commonJS({
|
|
|
14614
14629
|
if (config.timeoutErrorMessage) {
|
|
14615
14630
|
timeoutErrorMessage = config.timeoutErrorMessage;
|
|
14616
14631
|
}
|
|
14617
|
-
abort(
|
|
14618
|
-
new AxiosError$1(
|
|
14619
|
-
timeoutErrorMessage,
|
|
14620
|
-
transitional.clarifyTimeoutError ? AxiosError$1.ETIMEDOUT : AxiosError$1.ECONNABORTED,
|
|
14621
|
-
config,
|
|
14622
|
-
req
|
|
14623
|
-
)
|
|
14624
|
-
);
|
|
14632
|
+
abort(new AxiosError(timeoutErrorMessage, transitional.clarifyTimeoutError ? AxiosError.ETIMEDOUT : AxiosError.ECONNABORTED, config, req));
|
|
14625
14633
|
});
|
|
14626
14634
|
} else {
|
|
14627
14635
|
req.setTimeout(0);
|
|
@@ -14638,7 +14646,7 @@ var require_axios = __commonJS({
|
|
|
14638
14646
|
});
|
|
14639
14647
|
data.on("close", () => {
|
|
14640
14648
|
if (!ended && !errored) {
|
|
14641
|
-
abort(new CanceledError
|
|
14649
|
+
abort(new CanceledError("Request stream has been aborted", config, req));
|
|
14642
14650
|
}
|
|
14643
14651
|
});
|
|
14644
14652
|
data.pipe(req);
|
|
@@ -14651,10 +14659,7 @@ var require_axios = __commonJS({
|
|
|
14651
14659
|
var isURLSameOrigin = platform.hasStandardBrowserEnv ? /* @__PURE__ */ ((origin2, isMSIE) => (url2) => {
|
|
14652
14660
|
url2 = new URL(url2, platform.origin);
|
|
14653
14661
|
return origin2.protocol === url2.protocol && origin2.host === url2.host && (isMSIE || origin2.port === url2.port);
|
|
14654
|
-
})(
|
|
14655
|
-
new URL(platform.origin),
|
|
14656
|
-
platform.navigator && /(msie|trident)/i.test(platform.navigator.userAgent)
|
|
14657
|
-
) : () => true;
|
|
14662
|
+
})(new URL(platform.origin), platform.navigator && /(msie|trident)/i.test(platform.navigator.userAgent)) : () => true;
|
|
14658
14663
|
var cookies = platform.hasStandardBrowserEnv ? (
|
|
14659
14664
|
// Standard browser envs support document.cookie
|
|
14660
14665
|
{
|
|
@@ -14699,13 +14704,17 @@ var require_axios = __commonJS({
|
|
|
14699
14704
|
}
|
|
14700
14705
|
}
|
|
14701
14706
|
);
|
|
14702
|
-
var headersToObject = (thing) => thing instanceof AxiosHeaders
|
|
14707
|
+
var headersToObject = (thing) => thing instanceof AxiosHeaders ? {
|
|
14708
|
+
...thing
|
|
14709
|
+
} : thing;
|
|
14703
14710
|
function mergeConfig(config1, config2) {
|
|
14704
14711
|
config2 = config2 || {};
|
|
14705
14712
|
const config = {};
|
|
14706
14713
|
function getMergedValue(target, source, prop, caseless) {
|
|
14707
14714
|
if (utils$1.isPlainObject(target) && utils$1.isPlainObject(source)) {
|
|
14708
|
-
return utils$1.merge.call({
|
|
14715
|
+
return utils$1.merge.call({
|
|
14716
|
+
caseless
|
|
14717
|
+
}, target, source);
|
|
14709
14718
|
} else if (utils$1.isPlainObject(source)) {
|
|
14710
14719
|
return utils$1.merge({}, source);
|
|
14711
14720
|
} else if (utils$1.isArray(source)) {
|
|
@@ -14770,7 +14779,10 @@ var require_axios = __commonJS({
|
|
|
14770
14779
|
validateStatus: mergeDirectKeys,
|
|
14771
14780
|
headers: (a, b, prop) => mergeDeepProperties(headersToObject(a), headersToObject(b), prop, true)
|
|
14772
14781
|
};
|
|
14773
|
-
utils$1.forEach(Object.keys({
|
|
14782
|
+
utils$1.forEach(Object.keys({
|
|
14783
|
+
...config1,
|
|
14784
|
+
...config2
|
|
14785
|
+
}), function computeConfigValue(prop) {
|
|
14774
14786
|
if (prop === "__proto__" || prop === "constructor" || prop === "prototype") return;
|
|
14775
14787
|
const merge2 = utils$1.hasOwnProp(mergeMap, prop) ? mergeMap[prop] : mergeDeepProperties;
|
|
14776
14788
|
const configValue = merge2(config1[prop], config2[prop], prop);
|
|
@@ -14780,20 +14792,18 @@ var require_axios = __commonJS({
|
|
|
14780
14792
|
}
|
|
14781
14793
|
var resolveConfig = (config) => {
|
|
14782
14794
|
const newConfig = mergeConfig({}, config);
|
|
14783
|
-
let {
|
|
14784
|
-
|
|
14785
|
-
|
|
14786
|
-
|
|
14787
|
-
|
|
14788
|
-
|
|
14789
|
-
|
|
14795
|
+
let {
|
|
14796
|
+
data,
|
|
14797
|
+
withXSRFToken,
|
|
14798
|
+
xsrfHeaderName,
|
|
14799
|
+
xsrfCookieName,
|
|
14800
|
+
headers,
|
|
14801
|
+
auth
|
|
14802
|
+
} = newConfig;
|
|
14803
|
+
newConfig.headers = headers = AxiosHeaders.from(headers);
|
|
14804
|
+
newConfig.url = buildURL(buildFullPath(newConfig.baseURL, newConfig.url, newConfig.allowAbsoluteUrls), config.params, config.paramsSerializer);
|
|
14790
14805
|
if (auth) {
|
|
14791
|
-
headers.set(
|
|
14792
|
-
"Authorization",
|
|
14793
|
-
"Basic " + btoa(
|
|
14794
|
-
(auth.username || "") + ":" + (auth.password ? unescape(encodeURIComponent(auth.password)) : "")
|
|
14795
|
-
)
|
|
14796
|
-
);
|
|
14806
|
+
headers.set("Authorization", "Basic " + btoa((auth.username || "") + ":" + (auth.password ? unescape(encodeURIComponent(auth.password)) : "")));
|
|
14797
14807
|
}
|
|
14798
14808
|
if (utils$1.isFormData(data)) {
|
|
14799
14809
|
if (platform.hasStandardBrowserEnv || platform.hasStandardBrowserWebWorkerEnv) {
|
|
@@ -14824,8 +14834,12 @@ var require_axios = __commonJS({
|
|
|
14824
14834
|
return new Promise(function dispatchXhrRequest(resolve, reject) {
|
|
14825
14835
|
const _config = resolveConfig(config);
|
|
14826
14836
|
let requestData = _config.data;
|
|
14827
|
-
const requestHeaders = AxiosHeaders
|
|
14828
|
-
let {
|
|
14837
|
+
const requestHeaders = AxiosHeaders.from(_config.headers).normalize();
|
|
14838
|
+
let {
|
|
14839
|
+
responseType,
|
|
14840
|
+
onUploadProgress,
|
|
14841
|
+
onDownloadProgress
|
|
14842
|
+
} = _config;
|
|
14829
14843
|
let onCanceled;
|
|
14830
14844
|
let uploadThrottled, downloadThrottled;
|
|
14831
14845
|
let flushUpload, flushDownload;
|
|
@@ -14842,9 +14856,7 @@ var require_axios = __commonJS({
|
|
|
14842
14856
|
if (!request) {
|
|
14843
14857
|
return;
|
|
14844
14858
|
}
|
|
14845
|
-
const responseHeaders = AxiosHeaders
|
|
14846
|
-
"getAllResponseHeaders" in request && request.getAllResponseHeaders()
|
|
14847
|
-
);
|
|
14859
|
+
const responseHeaders = AxiosHeaders.from("getAllResponseHeaders" in request && request.getAllResponseHeaders());
|
|
14848
14860
|
const responseData = !responseType || responseType === "text" || responseType === "json" ? request.responseText : request.response;
|
|
14849
14861
|
const response = {
|
|
14850
14862
|
data: responseData,
|
|
@@ -14854,17 +14866,13 @@ var require_axios = __commonJS({
|
|
|
14854
14866
|
config,
|
|
14855
14867
|
request
|
|
14856
14868
|
};
|
|
14857
|
-
settle(
|
|
14858
|
-
|
|
14859
|
-
|
|
14860
|
-
|
|
14861
|
-
|
|
14862
|
-
|
|
14863
|
-
|
|
14864
|
-
done();
|
|
14865
|
-
},
|
|
14866
|
-
response
|
|
14867
|
-
);
|
|
14869
|
+
settle(function _resolve(value) {
|
|
14870
|
+
resolve(value);
|
|
14871
|
+
done();
|
|
14872
|
+
}, function _reject(err) {
|
|
14873
|
+
reject(err);
|
|
14874
|
+
done();
|
|
14875
|
+
}, response);
|
|
14868
14876
|
request = null;
|
|
14869
14877
|
}
|
|
14870
14878
|
if ("onloadend" in request) {
|
|
@@ -14884,12 +14892,12 @@ var require_axios = __commonJS({
|
|
|
14884
14892
|
if (!request) {
|
|
14885
14893
|
return;
|
|
14886
14894
|
}
|
|
14887
|
-
reject(new AxiosError
|
|
14895
|
+
reject(new AxiosError("Request aborted", AxiosError.ECONNABORTED, config, request));
|
|
14888
14896
|
request = null;
|
|
14889
14897
|
};
|
|
14890
14898
|
request.onerror = function handleError(event) {
|
|
14891
14899
|
const msg = event && event.message ? event.message : "Network Error";
|
|
14892
|
-
const err = new AxiosError
|
|
14900
|
+
const err = new AxiosError(msg, AxiosError.ERR_NETWORK, config, request);
|
|
14893
14901
|
err.event = event || null;
|
|
14894
14902
|
reject(err);
|
|
14895
14903
|
request = null;
|
|
@@ -14900,14 +14908,7 @@ var require_axios = __commonJS({
|
|
|
14900
14908
|
if (_config.timeoutErrorMessage) {
|
|
14901
14909
|
timeoutErrorMessage = _config.timeoutErrorMessage;
|
|
14902
14910
|
}
|
|
14903
|
-
reject(
|
|
14904
|
-
new AxiosError$1(
|
|
14905
|
-
timeoutErrorMessage,
|
|
14906
|
-
transitional.clarifyTimeoutError ? AxiosError$1.ETIMEDOUT : AxiosError$1.ECONNABORTED,
|
|
14907
|
-
config,
|
|
14908
|
-
request
|
|
14909
|
-
)
|
|
14910
|
-
);
|
|
14911
|
+
reject(new AxiosError(timeoutErrorMessage, transitional.clarifyTimeoutError ? AxiosError.ETIMEDOUT : AxiosError.ECONNABORTED, config, request));
|
|
14911
14912
|
request = null;
|
|
14912
14913
|
};
|
|
14913
14914
|
requestData === void 0 && requestHeaders.setContentType(null);
|
|
@@ -14936,7 +14937,7 @@ var require_axios = __commonJS({
|
|
|
14936
14937
|
if (!request) {
|
|
14937
14938
|
return;
|
|
14938
14939
|
}
|
|
14939
|
-
reject(!cancel || cancel.type ? new CanceledError
|
|
14940
|
+
reject(!cancel || cancel.type ? new CanceledError(null, config, request) : cancel);
|
|
14940
14941
|
request.abort();
|
|
14941
14942
|
request = null;
|
|
14942
14943
|
};
|
|
@@ -14947,20 +14948,16 @@ var require_axios = __commonJS({
|
|
|
14947
14948
|
}
|
|
14948
14949
|
const protocol = parseProtocol(_config.url);
|
|
14949
14950
|
if (protocol && platform.protocols.indexOf(protocol) === -1) {
|
|
14950
|
-
reject(
|
|
14951
|
-
new AxiosError$1(
|
|
14952
|
-
"Unsupported protocol " + protocol + ":",
|
|
14953
|
-
AxiosError$1.ERR_BAD_REQUEST,
|
|
14954
|
-
config
|
|
14955
|
-
)
|
|
14956
|
-
);
|
|
14951
|
+
reject(new AxiosError("Unsupported protocol " + protocol + ":", AxiosError.ERR_BAD_REQUEST, config));
|
|
14957
14952
|
return;
|
|
14958
14953
|
}
|
|
14959
14954
|
request.send(requestData || null);
|
|
14960
14955
|
});
|
|
14961
14956
|
};
|
|
14962
14957
|
var composeSignals = (signals, timeout) => {
|
|
14963
|
-
const {
|
|
14958
|
+
const {
|
|
14959
|
+
length
|
|
14960
|
+
} = signals = signals ? signals.filter(Boolean) : [];
|
|
14964
14961
|
if (timeout || length) {
|
|
14965
14962
|
let controller = new AbortController();
|
|
14966
14963
|
let aborted;
|
|
@@ -14969,14 +14966,12 @@ var require_axios = __commonJS({
|
|
|
14969
14966
|
aborted = true;
|
|
14970
14967
|
unsubscribe();
|
|
14971
14968
|
const err = reason instanceof Error ? reason : this.reason;
|
|
14972
|
-
controller.abort(
|
|
14973
|
-
err instanceof AxiosError$1 ? err : new CanceledError$1(err instanceof Error ? err.message : err)
|
|
14974
|
-
);
|
|
14969
|
+
controller.abort(err instanceof AxiosError ? err : new CanceledError(err instanceof Error ? err.message : err));
|
|
14975
14970
|
}
|
|
14976
14971
|
};
|
|
14977
14972
|
let timer = timeout && setTimeout(() => {
|
|
14978
14973
|
timer = null;
|
|
14979
|
-
onabort(new AxiosError
|
|
14974
|
+
onabort(new AxiosError(`timeout of ${timeout}ms exceeded`, AxiosError.ETIMEDOUT));
|
|
14980
14975
|
}, timeout);
|
|
14981
14976
|
const unsubscribe = () => {
|
|
14982
14977
|
if (signals) {
|
|
@@ -14989,15 +14984,16 @@ var require_axios = __commonJS({
|
|
|
14989
14984
|
}
|
|
14990
14985
|
};
|
|
14991
14986
|
signals.forEach((signal2) => signal2.addEventListener("abort", onabort));
|
|
14992
|
-
const {
|
|
14987
|
+
const {
|
|
14988
|
+
signal
|
|
14989
|
+
} = controller;
|
|
14993
14990
|
signal.unsubscribe = () => utils$1.asap(unsubscribe);
|
|
14994
14991
|
return signal;
|
|
14995
14992
|
}
|
|
14996
14993
|
};
|
|
14997
|
-
var composeSignals$1 = composeSignals;
|
|
14998
14994
|
var streamChunk = function* (chunk, chunkSize) {
|
|
14999
14995
|
let len = chunk.byteLength;
|
|
15000
|
-
if (
|
|
14996
|
+
if (len < chunkSize) {
|
|
15001
14997
|
yield chunk;
|
|
15002
14998
|
return;
|
|
15003
14999
|
}
|
|
@@ -15022,7 +15018,10 @@ var require_axios = __commonJS({
|
|
|
15022
15018
|
const reader = stream2.getReader();
|
|
15023
15019
|
try {
|
|
15024
15020
|
for (; ; ) {
|
|
15025
|
-
const {
|
|
15021
|
+
const {
|
|
15022
|
+
done,
|
|
15023
|
+
value
|
|
15024
|
+
} = await reader.read();
|
|
15026
15025
|
if (done) {
|
|
15027
15026
|
break;
|
|
15028
15027
|
}
|
|
@@ -15042,44 +15041,52 @@ var require_axios = __commonJS({
|
|
|
15042
15041
|
onFinish && onFinish(e);
|
|
15043
15042
|
}
|
|
15044
15043
|
};
|
|
15045
|
-
return new ReadableStream(
|
|
15046
|
-
{
|
|
15047
|
-
|
|
15048
|
-
|
|
15049
|
-
|
|
15050
|
-
|
|
15051
|
-
|
|
15052
|
-
|
|
15053
|
-
|
|
15054
|
-
|
|
15055
|
-
|
|
15056
|
-
if (onProgress) {
|
|
15057
|
-
let loadedBytes = bytes += len;
|
|
15058
|
-
onProgress(loadedBytes);
|
|
15059
|
-
}
|
|
15060
|
-
controller.enqueue(new Uint8Array(value));
|
|
15061
|
-
} catch (err) {
|
|
15062
|
-
_onFinish(err);
|
|
15063
|
-
throw err;
|
|
15044
|
+
return new ReadableStream({
|
|
15045
|
+
async pull(controller) {
|
|
15046
|
+
try {
|
|
15047
|
+
const {
|
|
15048
|
+
done: done2,
|
|
15049
|
+
value
|
|
15050
|
+
} = await iterator2.next();
|
|
15051
|
+
if (done2) {
|
|
15052
|
+
_onFinish();
|
|
15053
|
+
controller.close();
|
|
15054
|
+
return;
|
|
15064
15055
|
}
|
|
15065
|
-
|
|
15066
|
-
|
|
15067
|
-
|
|
15068
|
-
|
|
15056
|
+
let len = value.byteLength;
|
|
15057
|
+
if (onProgress) {
|
|
15058
|
+
let loadedBytes = bytes += len;
|
|
15059
|
+
onProgress(loadedBytes);
|
|
15060
|
+
}
|
|
15061
|
+
controller.enqueue(new Uint8Array(value));
|
|
15062
|
+
} catch (err) {
|
|
15063
|
+
_onFinish(err);
|
|
15064
|
+
throw err;
|
|
15069
15065
|
}
|
|
15070
15066
|
},
|
|
15071
|
-
{
|
|
15072
|
-
|
|
15067
|
+
cancel(reason) {
|
|
15068
|
+
_onFinish(reason);
|
|
15069
|
+
return iterator2.return();
|
|
15073
15070
|
}
|
|
15074
|
-
|
|
15071
|
+
}, {
|
|
15072
|
+
highWaterMark: 2
|
|
15073
|
+
});
|
|
15075
15074
|
};
|
|
15076
15075
|
var DEFAULT_CHUNK_SIZE = 64 * 1024;
|
|
15077
|
-
var {
|
|
15078
|
-
|
|
15076
|
+
var {
|
|
15077
|
+
isFunction
|
|
15078
|
+
} = utils$1;
|
|
15079
|
+
var globalFetchAPI = (({
|
|
15080
|
+
Request,
|
|
15081
|
+
Response
|
|
15082
|
+
}) => ({
|
|
15079
15083
|
Request,
|
|
15080
15084
|
Response
|
|
15081
15085
|
}))(utils$1.global);
|
|
15082
|
-
var {
|
|
15086
|
+
var {
|
|
15087
|
+
ReadableStream: ReadableStream$1,
|
|
15088
|
+
TextEncoder: TextEncoder$1
|
|
15089
|
+
} = utils$1.global;
|
|
15083
15090
|
var test = (fn, ...args) => {
|
|
15084
15091
|
try {
|
|
15085
15092
|
return !!fn(...args);
|
|
@@ -15088,14 +15095,14 @@ var require_axios = __commonJS({
|
|
|
15088
15095
|
}
|
|
15089
15096
|
};
|
|
15090
15097
|
var factory = (env) => {
|
|
15091
|
-
env = utils$1.merge.call(
|
|
15092
|
-
|
|
15093
|
-
|
|
15094
|
-
|
|
15095
|
-
|
|
15096
|
-
|
|
15097
|
-
|
|
15098
|
-
|
|
15098
|
+
env = utils$1.merge.call({
|
|
15099
|
+
skipUndefined: true
|
|
15100
|
+
}, globalFetchAPI, env);
|
|
15101
|
+
const {
|
|
15102
|
+
fetch: envFetch,
|
|
15103
|
+
Request,
|
|
15104
|
+
Response
|
|
15105
|
+
} = env;
|
|
15099
15106
|
const isFetchSupported = envFetch ? isFunction(envFetch) : typeof fetch === "function";
|
|
15100
15107
|
const isRequestSupported = isFunction(Request);
|
|
15101
15108
|
const isResponseSupported = isFunction(Response);
|
|
@@ -15106,14 +15113,16 @@ var require_axios = __commonJS({
|
|
|
15106
15113
|
const encodeText = isFetchSupported && (typeof TextEncoder$1 === "function" ? /* @__PURE__ */ ((encoder) => (str) => encoder.encode(str))(new TextEncoder$1()) : async (str) => new Uint8Array(await new Request(str).arrayBuffer()));
|
|
15107
15114
|
const supportsRequestStream = isRequestSupported && isReadableStreamSupported && test(() => {
|
|
15108
15115
|
let duplexAccessed = false;
|
|
15116
|
+
const body = new ReadableStream$1();
|
|
15109
15117
|
const hasContentType = new Request(platform.origin, {
|
|
15110
|
-
body
|
|
15118
|
+
body,
|
|
15111
15119
|
method: "POST",
|
|
15112
15120
|
get duplex() {
|
|
15113
15121
|
duplexAccessed = true;
|
|
15114
15122
|
return "half";
|
|
15115
15123
|
}
|
|
15116
15124
|
}).headers.has("Content-Type");
|
|
15125
|
+
body.cancel();
|
|
15117
15126
|
return duplexAccessed && !hasContentType;
|
|
15118
15127
|
});
|
|
15119
15128
|
const supportsResponseStream = isResponseSupported && isReadableStreamSupported && test(() => utils$1.isReadableStream(new Response("").body));
|
|
@@ -15127,11 +15136,7 @@ var require_axios = __commonJS({
|
|
|
15127
15136
|
if (method) {
|
|
15128
15137
|
return method.call(res);
|
|
15129
15138
|
}
|
|
15130
|
-
throw new AxiosError$
|
|
15131
|
-
`Response type '${type}' is not supported`,
|
|
15132
|
-
AxiosError$1.ERR_NOT_SUPPORT,
|
|
15133
|
-
config
|
|
15134
|
-
);
|
|
15139
|
+
throw new AxiosError(`Response type '${type}' is not supported`, AxiosError.ERR_NOT_SUPPORT, config);
|
|
15135
15140
|
});
|
|
15136
15141
|
});
|
|
15137
15142
|
})();
|
|
@@ -15180,10 +15185,7 @@ var require_axios = __commonJS({
|
|
|
15180
15185
|
} = resolveConfig(config);
|
|
15181
15186
|
let _fetch = envFetch || fetch;
|
|
15182
15187
|
responseType = responseType ? (responseType + "").toLowerCase() : "text";
|
|
15183
|
-
let composedSignal = composeSignals
|
|
15184
|
-
[signal, cancelToken && cancelToken.toAbortSignal()],
|
|
15185
|
-
timeout
|
|
15186
|
-
);
|
|
15188
|
+
let composedSignal = composeSignals([signal, cancelToken && cancelToken.toAbortSignal()], timeout);
|
|
15187
15189
|
let request = null;
|
|
15188
15190
|
const unsubscribe = composedSignal && composedSignal.unsubscribe && (() => {
|
|
15189
15191
|
composedSignal.unsubscribe();
|
|
@@ -15201,10 +15203,7 @@ var require_axios = __commonJS({
|
|
|
15201
15203
|
headers.setContentType(contentTypeHeader);
|
|
15202
15204
|
}
|
|
15203
15205
|
if (_request.body) {
|
|
15204
|
-
const [onProgress, flush] = progressEventDecorator(
|
|
15205
|
-
requestContentLength,
|
|
15206
|
-
progressEventReducer(asyncDecorator(onUploadProgress))
|
|
15207
|
-
);
|
|
15206
|
+
const [onProgress, flush] = progressEventDecorator(requestContentLength, progressEventReducer(asyncDecorator(onUploadProgress)));
|
|
15208
15207
|
data = trackStream(_request.body, DEFAULT_CHUNK_SIZE, onProgress, flush);
|
|
15209
15208
|
}
|
|
15210
15209
|
}
|
|
@@ -15230,28 +15229,19 @@ var require_axios = __commonJS({
|
|
|
15230
15229
|
options[prop] = response[prop];
|
|
15231
15230
|
});
|
|
15232
15231
|
const responseContentLength = utils$1.toFiniteNumber(response.headers.get("content-length"));
|
|
15233
|
-
const [onProgress, flush] = onDownloadProgress && progressEventDecorator(
|
|
15234
|
-
|
|
15235
|
-
|
|
15236
|
-
|
|
15237
|
-
|
|
15238
|
-
trackStream(response.body, DEFAULT_CHUNK_SIZE, onProgress, () => {
|
|
15239
|
-
flush && flush();
|
|
15240
|
-
unsubscribe && unsubscribe();
|
|
15241
|
-
}),
|
|
15242
|
-
options
|
|
15243
|
-
);
|
|
15232
|
+
const [onProgress, flush] = onDownloadProgress && progressEventDecorator(responseContentLength, progressEventReducer(asyncDecorator(onDownloadProgress), true)) || [];
|
|
15233
|
+
response = new Response(trackStream(response.body, DEFAULT_CHUNK_SIZE, onProgress, () => {
|
|
15234
|
+
flush && flush();
|
|
15235
|
+
unsubscribe && unsubscribe();
|
|
15236
|
+
}), options);
|
|
15244
15237
|
}
|
|
15245
15238
|
responseType = responseType || "text";
|
|
15246
|
-
let responseData = await resolvers[utils$1.findKey(resolvers, responseType) || "text"](
|
|
15247
|
-
response,
|
|
15248
|
-
config
|
|
15249
|
-
);
|
|
15239
|
+
let responseData = await resolvers[utils$1.findKey(resolvers, responseType) || "text"](response, config);
|
|
15250
15240
|
!isStreamResponse && unsubscribe && unsubscribe();
|
|
15251
15241
|
return await new Promise((resolve, reject) => {
|
|
15252
15242
|
settle(resolve, reject, {
|
|
15253
15243
|
data: responseData,
|
|
15254
|
-
headers: AxiosHeaders
|
|
15244
|
+
headers: AxiosHeaders.from(response.headers),
|
|
15255
15245
|
status: response.status,
|
|
15256
15246
|
statusText: response.statusText,
|
|
15257
15247
|
config,
|
|
@@ -15261,27 +15251,22 @@ var require_axios = __commonJS({
|
|
|
15261
15251
|
} catch (err) {
|
|
15262
15252
|
unsubscribe && unsubscribe();
|
|
15263
15253
|
if (err && err.name === "TypeError" && /Load failed|fetch/i.test(err.message)) {
|
|
15264
|
-
throw Object.assign(
|
|
15265
|
-
|
|
15266
|
-
|
|
15267
|
-
AxiosError$1.ERR_NETWORK,
|
|
15268
|
-
config,
|
|
15269
|
-
request,
|
|
15270
|
-
err && err.response
|
|
15271
|
-
),
|
|
15272
|
-
{
|
|
15273
|
-
cause: err.cause || err
|
|
15274
|
-
}
|
|
15275
|
-
);
|
|
15254
|
+
throw Object.assign(new AxiosError("Network Error", AxiosError.ERR_NETWORK, config, request, err && err.response), {
|
|
15255
|
+
cause: err.cause || err
|
|
15256
|
+
});
|
|
15276
15257
|
}
|
|
15277
|
-
throw AxiosError
|
|
15258
|
+
throw AxiosError.from(err, err && err.code, config, request, err && err.response);
|
|
15278
15259
|
}
|
|
15279
15260
|
};
|
|
15280
15261
|
};
|
|
15281
15262
|
var seedCache = /* @__PURE__ */ new Map();
|
|
15282
15263
|
var getFetch = (config) => {
|
|
15283
15264
|
let env = config && config.env || {};
|
|
15284
|
-
const {
|
|
15265
|
+
const {
|
|
15266
|
+
fetch: fetch2,
|
|
15267
|
+
Request,
|
|
15268
|
+
Response
|
|
15269
|
+
} = env;
|
|
15285
15270
|
const seeds = [Request, Response, fetch2];
|
|
15286
15271
|
let len = seeds.length, i = len, seed, target, map = seedCache;
|
|
15287
15272
|
while (i--) {
|
|
@@ -15303,17 +15288,23 @@ var require_axios = __commonJS({
|
|
|
15303
15288
|
utils$1.forEach(knownAdapters, (fn, value) => {
|
|
15304
15289
|
if (fn) {
|
|
15305
15290
|
try {
|
|
15306
|
-
Object.defineProperty(fn, "name", {
|
|
15291
|
+
Object.defineProperty(fn, "name", {
|
|
15292
|
+
value
|
|
15293
|
+
});
|
|
15307
15294
|
} catch (e) {
|
|
15308
15295
|
}
|
|
15309
|
-
Object.defineProperty(fn, "adapterName", {
|
|
15296
|
+
Object.defineProperty(fn, "adapterName", {
|
|
15297
|
+
value
|
|
15298
|
+
});
|
|
15310
15299
|
}
|
|
15311
15300
|
});
|
|
15312
15301
|
var renderReason = (reason) => `- ${reason}`;
|
|
15313
15302
|
var isResolvedHandle = (adapter) => utils$1.isFunction(adapter) || adapter === null || adapter === false;
|
|
15314
15303
|
function getAdapter(adapters2, config) {
|
|
15315
15304
|
adapters2 = utils$1.isArray(adapters2) ? adapters2 : [adapters2];
|
|
15316
|
-
const {
|
|
15305
|
+
const {
|
|
15306
|
+
length
|
|
15307
|
+
} = adapters2;
|
|
15317
15308
|
let nameOrAdapter;
|
|
15318
15309
|
let adapter;
|
|
15319
15310
|
const rejectedReasons = {};
|
|
@@ -15324,7 +15315,7 @@ var require_axios = __commonJS({
|
|
|
15324
15315
|
if (!isResolvedHandle(nameOrAdapter)) {
|
|
15325
15316
|
adapter = knownAdapters[(id = String(nameOrAdapter)).toLowerCase()];
|
|
15326
15317
|
if (adapter === void 0) {
|
|
15327
|
-
throw new AxiosError
|
|
15318
|
+
throw new AxiosError(`Unknown adapter '${id}'`);
|
|
15328
15319
|
}
|
|
15329
15320
|
}
|
|
15330
15321
|
if (adapter && (utils$1.isFunction(adapter) || (adapter = adapter.get(config)))) {
|
|
@@ -15333,14 +15324,9 @@ var require_axios = __commonJS({
|
|
|
15333
15324
|
rejectedReasons[id || "#" + i] = adapter;
|
|
15334
15325
|
}
|
|
15335
15326
|
if (!adapter) {
|
|
15336
|
-
const reasons = Object.entries(rejectedReasons).map(
|
|
15337
|
-
([id, state]) => `adapter ${id} ` + (state === false ? "is not supported by the environment" : "is not available in the build")
|
|
15338
|
-
);
|
|
15327
|
+
const reasons = Object.entries(rejectedReasons).map(([id, state]) => `adapter ${id} ` + (state === false ? "is not supported by the environment" : "is not available in the build"));
|
|
15339
15328
|
let s = length ? reasons.length > 1 ? "since :\n" + reasons.map(renderReason).join("\n") : " " + renderReason(reasons[0]) : "as no adapter specified";
|
|
15340
|
-
throw new AxiosError
|
|
15341
|
-
`There is no suitable adapter to dispatch the request ` + s,
|
|
15342
|
-
"ERR_NOT_SUPPORT"
|
|
15343
|
-
);
|
|
15329
|
+
throw new AxiosError(`There is no suitable adapter to dispatch the request ` + s, "ERR_NOT_SUPPORT");
|
|
15344
15330
|
}
|
|
15345
15331
|
return adapter;
|
|
15346
15332
|
}
|
|
@@ -15361,39 +15347,32 @@ var require_axios = __commonJS({
|
|
|
15361
15347
|
config.cancelToken.throwIfRequested();
|
|
15362
15348
|
}
|
|
15363
15349
|
if (config.signal && config.signal.aborted) {
|
|
15364
|
-
throw new CanceledError
|
|
15350
|
+
throw new CanceledError(null, config);
|
|
15365
15351
|
}
|
|
15366
15352
|
}
|
|
15367
15353
|
function dispatchRequest(config) {
|
|
15368
15354
|
throwIfCancellationRequested(config);
|
|
15369
|
-
config.headers = AxiosHeaders
|
|
15355
|
+
config.headers = AxiosHeaders.from(config.headers);
|
|
15370
15356
|
config.data = transformData.call(config, config.transformRequest);
|
|
15371
15357
|
if (["post", "put", "patch"].indexOf(config.method) !== -1) {
|
|
15372
15358
|
config.headers.setContentType("application/x-www-form-urlencoded", false);
|
|
15373
15359
|
}
|
|
15374
|
-
const adapter = adapters.getAdapter(config.adapter || defaults
|
|
15375
|
-
return adapter(config).then(
|
|
15376
|
-
|
|
15360
|
+
const adapter = adapters.getAdapter(config.adapter || defaults.adapter, config);
|
|
15361
|
+
return adapter(config).then(function onAdapterResolution(response) {
|
|
15362
|
+
throwIfCancellationRequested(config);
|
|
15363
|
+
response.data = transformData.call(config, config.transformResponse, response);
|
|
15364
|
+
response.headers = AxiosHeaders.from(response.headers);
|
|
15365
|
+
return response;
|
|
15366
|
+
}, function onAdapterRejection(reason) {
|
|
15367
|
+
if (!isCancel(reason)) {
|
|
15377
15368
|
throwIfCancellationRequested(config);
|
|
15378
|
-
|
|
15379
|
-
|
|
15380
|
-
|
|
15381
|
-
},
|
|
15382
|
-
function onAdapterRejection(reason) {
|
|
15383
|
-
if (!isCancel(reason)) {
|
|
15384
|
-
throwIfCancellationRequested(config);
|
|
15385
|
-
if (reason && reason.response) {
|
|
15386
|
-
reason.response.data = transformData.call(
|
|
15387
|
-
config,
|
|
15388
|
-
config.transformResponse,
|
|
15389
|
-
reason.response
|
|
15390
|
-
);
|
|
15391
|
-
reason.response.headers = AxiosHeaders$1.from(reason.response.headers);
|
|
15392
|
-
}
|
|
15369
|
+
if (reason && reason.response) {
|
|
15370
|
+
reason.response.data = transformData.call(config, config.transformResponse, reason.response);
|
|
15371
|
+
reason.response.headers = AxiosHeaders.from(reason.response.headers);
|
|
15393
15372
|
}
|
|
15394
|
-
return Promise.reject(reason);
|
|
15395
15373
|
}
|
|
15396
|
-
|
|
15374
|
+
return Promise.reject(reason);
|
|
15375
|
+
});
|
|
15397
15376
|
}
|
|
15398
15377
|
var validators$1 = {};
|
|
15399
15378
|
["object", "boolean", "number", "function", "string", "symbol"].forEach((type, i) => {
|
|
@@ -15408,19 +15387,11 @@ var require_axios = __commonJS({
|
|
|
15408
15387
|
}
|
|
15409
15388
|
return (value, opt, opts) => {
|
|
15410
15389
|
if (validator2 === false) {
|
|
15411
|
-
throw new AxiosError
|
|
15412
|
-
formatMessage(opt, " has been removed" + (version ? " in " + version : "")),
|
|
15413
|
-
AxiosError$1.ERR_DEPRECATED
|
|
15414
|
-
);
|
|
15390
|
+
throw new AxiosError(formatMessage(opt, " has been removed" + (version ? " in " + version : "")), AxiosError.ERR_DEPRECATED);
|
|
15415
15391
|
}
|
|
15416
15392
|
if (version && !deprecatedWarnings[opt]) {
|
|
15417
15393
|
deprecatedWarnings[opt] = true;
|
|
15418
|
-
console.warn(
|
|
15419
|
-
formatMessage(
|
|
15420
|
-
opt,
|
|
15421
|
-
" has been deprecated since v" + version + " and will be removed in the near future"
|
|
15422
|
-
)
|
|
15423
|
-
);
|
|
15394
|
+
console.warn(formatMessage(opt, " has been deprecated since v" + version + " and will be removed in the near future"));
|
|
15424
15395
|
}
|
|
15425
15396
|
return validator2 ? validator2(value, opt, opts) : true;
|
|
15426
15397
|
};
|
|
@@ -15433,7 +15404,7 @@ var require_axios = __commonJS({
|
|
|
15433
15404
|
};
|
|
15434
15405
|
function assertOptions(options, schema, allowUnknown) {
|
|
15435
15406
|
if (typeof options !== "object") {
|
|
15436
|
-
throw new AxiosError
|
|
15407
|
+
throw new AxiosError("options must be an object", AxiosError.ERR_BAD_OPTION_VALUE);
|
|
15437
15408
|
}
|
|
15438
15409
|
const keys = Object.keys(options);
|
|
15439
15410
|
let i = keys.length;
|
|
@@ -15444,15 +15415,12 @@ var require_axios = __commonJS({
|
|
|
15444
15415
|
const value = options[opt];
|
|
15445
15416
|
const result = value === void 0 || validator2(value, opt, options);
|
|
15446
15417
|
if (result !== true) {
|
|
15447
|
-
throw new AxiosError
|
|
15448
|
-
"option " + opt + " must be " + result,
|
|
15449
|
-
AxiosError$1.ERR_BAD_OPTION_VALUE
|
|
15450
|
-
);
|
|
15418
|
+
throw new AxiosError("option " + opt + " must be " + result, AxiosError.ERR_BAD_OPTION_VALUE);
|
|
15451
15419
|
}
|
|
15452
15420
|
continue;
|
|
15453
15421
|
}
|
|
15454
15422
|
if (allowUnknown !== true) {
|
|
15455
|
-
throw new AxiosError
|
|
15423
|
+
throw new AxiosError("Unknown option " + opt, AxiosError.ERR_BAD_OPTION);
|
|
15456
15424
|
}
|
|
15457
15425
|
}
|
|
15458
15426
|
}
|
|
@@ -15465,8 +15433,8 @@ var require_axios = __commonJS({
|
|
|
15465
15433
|
constructor(instanceConfig) {
|
|
15466
15434
|
this.defaults = instanceConfig || {};
|
|
15467
15435
|
this.interceptors = {
|
|
15468
|
-
request: new InterceptorManager
|
|
15469
|
-
response: new InterceptorManager
|
|
15436
|
+
request: new InterceptorManager(),
|
|
15437
|
+
response: new InterceptorManager()
|
|
15470
15438
|
};
|
|
15471
15439
|
}
|
|
15472
15440
|
/**
|
|
@@ -15484,12 +15452,23 @@ var require_axios = __commonJS({
|
|
|
15484
15452
|
if (err instanceof Error) {
|
|
15485
15453
|
let dummy = {};
|
|
15486
15454
|
Error.captureStackTrace ? Error.captureStackTrace(dummy) : dummy = new Error();
|
|
15487
|
-
const stack =
|
|
15455
|
+
const stack = (() => {
|
|
15456
|
+
if (!dummy.stack) {
|
|
15457
|
+
return "";
|
|
15458
|
+
}
|
|
15459
|
+
const firstNewlineIndex = dummy.stack.indexOf("\n");
|
|
15460
|
+
return firstNewlineIndex === -1 ? "" : dummy.stack.slice(firstNewlineIndex + 1);
|
|
15461
|
+
})();
|
|
15488
15462
|
try {
|
|
15489
15463
|
if (!err.stack) {
|
|
15490
15464
|
err.stack = stack;
|
|
15491
|
-
} else if (stack
|
|
15492
|
-
|
|
15465
|
+
} else if (stack) {
|
|
15466
|
+
const firstNewlineIndex = stack.indexOf("\n");
|
|
15467
|
+
const secondNewlineIndex = firstNewlineIndex === -1 ? -1 : stack.indexOf("\n", firstNewlineIndex + 1);
|
|
15468
|
+
const stackWithoutTwoTopLines = secondNewlineIndex === -1 ? "" : stack.slice(secondNewlineIndex + 1);
|
|
15469
|
+
if (!String(err.stack).endsWith(stackWithoutTwoTopLines)) {
|
|
15470
|
+
err.stack += "\n" + stack;
|
|
15471
|
+
}
|
|
15493
15472
|
}
|
|
15494
15473
|
} catch (e) {
|
|
15495
15474
|
}
|
|
@@ -15505,18 +15484,18 @@ var require_axios = __commonJS({
|
|
|
15505
15484
|
config = configOrUrl || {};
|
|
15506
15485
|
}
|
|
15507
15486
|
config = mergeConfig(this.defaults, config);
|
|
15508
|
-
const {
|
|
15487
|
+
const {
|
|
15488
|
+
transitional,
|
|
15489
|
+
paramsSerializer,
|
|
15490
|
+
headers
|
|
15491
|
+
} = config;
|
|
15509
15492
|
if (transitional !== void 0) {
|
|
15510
|
-
validator.assertOptions(
|
|
15511
|
-
transitional,
|
|
15512
|
-
|
|
15513
|
-
|
|
15514
|
-
|
|
15515
|
-
|
|
15516
|
-
legacyInterceptorReqResOrdering: validators.transitional(validators.boolean)
|
|
15517
|
-
},
|
|
15518
|
-
false
|
|
15519
|
-
);
|
|
15493
|
+
validator.assertOptions(transitional, {
|
|
15494
|
+
silentJSONParsing: validators.transitional(validators.boolean),
|
|
15495
|
+
forcedJSONParsing: validators.transitional(validators.boolean),
|
|
15496
|
+
clarifyTimeoutError: validators.transitional(validators.boolean),
|
|
15497
|
+
legacyInterceptorReqResOrdering: validators.transitional(validators.boolean)
|
|
15498
|
+
}, false);
|
|
15520
15499
|
}
|
|
15521
15500
|
if (paramsSerializer != null) {
|
|
15522
15501
|
if (utils$1.isFunction(paramsSerializer)) {
|
|
@@ -15524,14 +15503,10 @@ var require_axios = __commonJS({
|
|
|
15524
15503
|
serialize: paramsSerializer
|
|
15525
15504
|
};
|
|
15526
15505
|
} else {
|
|
15527
|
-
validator.assertOptions(
|
|
15528
|
-
|
|
15529
|
-
|
|
15530
|
-
|
|
15531
|
-
serialize: validators.function
|
|
15532
|
-
},
|
|
15533
|
-
true
|
|
15534
|
-
);
|
|
15506
|
+
validator.assertOptions(paramsSerializer, {
|
|
15507
|
+
encode: validators.function,
|
|
15508
|
+
serialize: validators.function
|
|
15509
|
+
}, true);
|
|
15535
15510
|
}
|
|
15536
15511
|
}
|
|
15537
15512
|
if (config.allowAbsoluteUrls !== void 0) ;
|
|
@@ -15540,20 +15515,16 @@ var require_axios = __commonJS({
|
|
|
15540
15515
|
} else {
|
|
15541
15516
|
config.allowAbsoluteUrls = true;
|
|
15542
15517
|
}
|
|
15543
|
-
validator.assertOptions(
|
|
15544
|
-
|
|
15545
|
-
|
|
15546
|
-
|
|
15547
|
-
withXsrfToken: validators.spelling("withXSRFToken")
|
|
15548
|
-
},
|
|
15549
|
-
true
|
|
15550
|
-
);
|
|
15518
|
+
validator.assertOptions(config, {
|
|
15519
|
+
baseUrl: validators.spelling("baseURL"),
|
|
15520
|
+
withXsrfToken: validators.spelling("withXSRFToken")
|
|
15521
|
+
}, true);
|
|
15551
15522
|
config.method = (config.method || this.defaults.method || "get").toLowerCase();
|
|
15552
15523
|
let contextHeaders = headers && utils$1.merge(headers.common, headers[config.method]);
|
|
15553
15524
|
headers && utils$1.forEach(["delete", "get", "head", "post", "put", "patch", "common"], (method) => {
|
|
15554
15525
|
delete headers[method];
|
|
15555
15526
|
});
|
|
15556
|
-
config.headers = AxiosHeaders
|
|
15527
|
+
config.headers = AxiosHeaders.concat(contextHeaders, headers);
|
|
15557
15528
|
const requestInterceptorChain = [];
|
|
15558
15529
|
let synchronousRequestInterceptors = true;
|
|
15559
15530
|
this.interceptors.request.forEach(function unshiftRequestInterceptors(interceptor) {
|
|
@@ -15619,34 +15590,29 @@ var require_axios = __commonJS({
|
|
|
15619
15590
|
};
|
|
15620
15591
|
utils$1.forEach(["delete", "get", "head", "options"], function forEachMethodNoData(method) {
|
|
15621
15592
|
Axios.prototype[method] = function(url2, config) {
|
|
15622
|
-
return this.request(
|
|
15623
|
-
|
|
15624
|
-
|
|
15625
|
-
|
|
15626
|
-
|
|
15627
|
-
})
|
|
15628
|
-
);
|
|
15593
|
+
return this.request(mergeConfig(config || {}, {
|
|
15594
|
+
method,
|
|
15595
|
+
url: url2,
|
|
15596
|
+
data: (config || {}).data
|
|
15597
|
+
}));
|
|
15629
15598
|
};
|
|
15630
15599
|
});
|
|
15631
15600
|
utils$1.forEach(["post", "put", "patch"], function forEachMethodWithData(method) {
|
|
15632
15601
|
function generateHTTPMethod(isForm) {
|
|
15633
15602
|
return function httpMethod(url2, data, config) {
|
|
15634
|
-
return this.request(
|
|
15635
|
-
|
|
15636
|
-
|
|
15637
|
-
|
|
15638
|
-
|
|
15639
|
-
|
|
15640
|
-
|
|
15641
|
-
|
|
15642
|
-
})
|
|
15643
|
-
);
|
|
15603
|
+
return this.request(mergeConfig(config || {}, {
|
|
15604
|
+
method,
|
|
15605
|
+
headers: isForm ? {
|
|
15606
|
+
"Content-Type": "multipart/form-data"
|
|
15607
|
+
} : {},
|
|
15608
|
+
url: url2,
|
|
15609
|
+
data
|
|
15610
|
+
}));
|
|
15644
15611
|
};
|
|
15645
15612
|
}
|
|
15646
15613
|
Axios.prototype[method] = generateHTTPMethod();
|
|
15647
15614
|
Axios.prototype[method + "Form"] = generateHTTPMethod(true);
|
|
15648
15615
|
});
|
|
15649
|
-
var Axios$1 = Axios;
|
|
15650
15616
|
var CancelToken = class _CancelToken {
|
|
15651
15617
|
constructor(executor) {
|
|
15652
15618
|
if (typeof executor !== "function") {
|
|
@@ -15680,7 +15646,7 @@ var require_axios = __commonJS({
|
|
|
15680
15646
|
if (token.reason) {
|
|
15681
15647
|
return;
|
|
15682
15648
|
}
|
|
15683
|
-
token.reason = new CanceledError
|
|
15649
|
+
token.reason = new CanceledError(message, config, request);
|
|
15684
15650
|
resolvePromise(token.reason);
|
|
15685
15651
|
});
|
|
15686
15652
|
}
|
|
@@ -15742,7 +15708,6 @@ var require_axios = __commonJS({
|
|
|
15742
15708
|
};
|
|
15743
15709
|
}
|
|
15744
15710
|
};
|
|
15745
|
-
var CancelToken$1 = CancelToken;
|
|
15746
15711
|
function spread(callback) {
|
|
15747
15712
|
return function wrap(arr) {
|
|
15748
15713
|
return callback.apply(null, arr);
|
|
@@ -15825,25 +15790,28 @@ var require_axios = __commonJS({
|
|
|
15825
15790
|
Object.entries(HttpStatusCode).forEach(([key, value]) => {
|
|
15826
15791
|
HttpStatusCode[value] = key;
|
|
15827
15792
|
});
|
|
15828
|
-
var HttpStatusCode$1 = HttpStatusCode;
|
|
15829
15793
|
function createInstance(defaultConfig) {
|
|
15830
|
-
const context = new Axios
|
|
15831
|
-
const instance = bind(Axios
|
|
15832
|
-
utils$1.extend(instance, Axios
|
|
15833
|
-
|
|
15794
|
+
const context = new Axios(defaultConfig);
|
|
15795
|
+
const instance = bind(Axios.prototype.request, context);
|
|
15796
|
+
utils$1.extend(instance, Axios.prototype, context, {
|
|
15797
|
+
allOwnKeys: true
|
|
15798
|
+
});
|
|
15799
|
+
utils$1.extend(instance, context, null, {
|
|
15800
|
+
allOwnKeys: true
|
|
15801
|
+
});
|
|
15834
15802
|
instance.create = function create(instanceConfig) {
|
|
15835
15803
|
return createInstance(mergeConfig(defaultConfig, instanceConfig));
|
|
15836
15804
|
};
|
|
15837
15805
|
return instance;
|
|
15838
15806
|
}
|
|
15839
|
-
var axios = createInstance(defaults
|
|
15840
|
-
axios.Axios = Axios
|
|
15841
|
-
axios.CanceledError = CanceledError
|
|
15842
|
-
axios.CancelToken = CancelToken
|
|
15807
|
+
var axios = createInstance(defaults);
|
|
15808
|
+
axios.Axios = Axios;
|
|
15809
|
+
axios.CanceledError = CanceledError;
|
|
15810
|
+
axios.CancelToken = CancelToken;
|
|
15843
15811
|
axios.isCancel = isCancel;
|
|
15844
15812
|
axios.VERSION = VERSION;
|
|
15845
15813
|
axios.toFormData = toFormData;
|
|
15846
|
-
axios.AxiosError = AxiosError
|
|
15814
|
+
axios.AxiosError = AxiosError;
|
|
15847
15815
|
axios.Cancel = axios.CanceledError;
|
|
15848
15816
|
axios.all = function all(promises) {
|
|
15849
15817
|
return Promise.all(promises);
|
|
@@ -15851,10 +15819,10 @@ var require_axios = __commonJS({
|
|
|
15851
15819
|
axios.spread = spread;
|
|
15852
15820
|
axios.isAxiosError = isAxiosError;
|
|
15853
15821
|
axios.mergeConfig = mergeConfig;
|
|
15854
|
-
axios.AxiosHeaders = AxiosHeaders
|
|
15822
|
+
axios.AxiosHeaders = AxiosHeaders;
|
|
15855
15823
|
axios.formToJSON = (thing) => formDataToJSON(utils$1.isHTMLForm(thing) ? new FormData(thing) : thing);
|
|
15856
15824
|
axios.getAdapter = adapters.getAdapter;
|
|
15857
|
-
axios.HttpStatusCode = HttpStatusCode
|
|
15825
|
+
axios.HttpStatusCode = HttpStatusCode;
|
|
15858
15826
|
axios.default = axios;
|
|
15859
15827
|
module2.exports = axios;
|
|
15860
15828
|
}
|
|
@@ -26702,5 +26670,5 @@ mime-types/index.js:
|
|
|
26702
26670
|
*)
|
|
26703
26671
|
|
|
26704
26672
|
axios/dist/node/axios.cjs:
|
|
26705
|
-
(*! Axios v1.
|
|
26673
|
+
(*! Axios v1.15.0 Copyright (c) 2026 Matt Zabriskie and contributors *)
|
|
26706
26674
|
*/
|