@rio-cloud/cdk-v2-constructs 7.13.6 → 7.13.7
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/lib/contributions/team-transport-two/datadog-synthetics/datadog-synthetics-test-custom-resource/handler.cjs +4208 -1067
- package/lib/datadogv2/secret-locator-custom-resource/on-create.cjs +1041 -780
- package/lib/datadogv2/service-catalog-custom-resource/on-create.cjs +861 -671
- package/lib/fargate/codedeploy-custom-resources/create-deployment-is-complete.cjs +949 -737
- package/lib/fargate/codedeploy-custom-resources/create-deployment-on-create.cjs +949 -737
- package/lib/fargate/codedeploy-custom-resources/run-monitoring-test-suite-runner.cjs +1164 -866
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/index.js +347 -309
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/CloudFormation.js +73 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/schemas/schemas_0.js +108 -108
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/CloudFormation.d.ts +230 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/CloudFormation.d.ts +265 -1
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/util-retry/package.json +4 -4
- package/node_modules/@aws-sdk/client-cloudformation/package.json +39 -39
- package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/index.js +102 -91
- package/node_modules/@aws-sdk/client-codedeploy/dist-es/CodeDeploy.js +19 -1
- package/node_modules/@aws-sdk/client-codedeploy/dist-es/schemas/schemas_0.js +38 -38
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/CodeDeploy.d.ts +50 -1
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/ts3.4/CodeDeploy.d.ts +58 -1
- package/node_modules/@aws-sdk/client-codedeploy/node_modules/@smithy/util-retry/package.json +4 -4
- package/node_modules/@aws-sdk/client-codedeploy/package.json +39 -39
- package/node_modules/@aws-sdk/client-ecs/dist-cjs/index.js +241 -223
- package/node_modules/@aws-sdk/client-ecs/dist-es/ECS.js +31 -1
- package/node_modules/@aws-sdk/client-ecs/dist-es/schemas/schemas_0.js +150 -149
- package/node_modules/@aws-sdk/client-ecs/dist-es/waiters/waitForServicesStable.js +2 -2
- package/node_modules/@aws-sdk/client-ecs/dist-types/ECS.d.ts +89 -1
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/CreateCapacityProviderCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DeleteCapacityProviderCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DescribeCapacityProvidersCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/UpdateCapacityProviderCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-ecs/dist-types/models/models_0.d.ts +6 -0
- package/node_modules/@aws-sdk/client-ecs/dist-types/ts3.4/ECS.d.ts +106 -1
- package/node_modules/@aws-sdk/client-ecs/dist-types/ts3.4/models/models_0.d.ts +1 -0
- package/node_modules/@aws-sdk/client-ecs/node_modules/@smithy/util-retry/package.json +4 -4
- package/node_modules/@aws-sdk/client-ecs/package.json +39 -39
- package/node_modules/@aws-sdk/client-organizations/dist-cjs/index.js +109 -89
- package/node_modules/@aws-sdk/client-organizations/dist-es/Organizations.js +39 -1
- package/node_modules/@aws-sdk/client-organizations/dist-es/schemas/schemas_0.js +52 -52
- package/node_modules/@aws-sdk/client-organizations/dist-types/Organizations.d.ts +127 -1
- package/node_modules/@aws-sdk/client-organizations/dist-types/ts3.4/Organizations.d.ts +131 -1
- package/node_modules/@aws-sdk/client-organizations/node_modules/@smithy/util-retry/package.json +4 -4
- package/node_modules/@aws-sdk/client-organizations/package.json +38 -38
- package/node_modules/@aws-sdk/client-secrets-manager/dist-cjs/index.js +33 -28
- package/node_modules/@aws-sdk/client-secrets-manager/dist-es/SecretsManager.js +9 -1
- package/node_modules/@aws-sdk/client-secrets-manager/dist-es/schemas/schemas_0.js +21 -21
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/SecretsManager.d.ts +22 -1
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/SecretsManager.d.ts +26 -1
- package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@smithy/util-retry/package.json +4 -4
- package/node_modules/@aws-sdk/client-secrets-manager/package.json +38 -38
- package/node_modules/@aws-sdk/client-ssm/dist-cjs/index.js +409 -354
- package/node_modules/@aws-sdk/client-ssm/dist-es/SSM.js +107 -1
- package/node_modules/@aws-sdk/client-ssm/dist-es/schemas/schemas_0.js +198 -198
- package/node_modules/@aws-sdk/client-ssm/dist-types/SSM.d.ts +358 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/SSM.d.ts +366 -1
- package/node_modules/@aws-sdk/client-ssm/node_modules/@smithy/util-retry/package.json +4 -4
- package/node_modules/@aws-sdk/client-ssm/package.json +39 -39
- package/node_modules/@aws-sdk/client-sso/dist-cjs/index.js +15 -11
- package/node_modules/@aws-sdk/client-sso/dist-es/SSO.js +7 -1
- package/node_modules/@aws-sdk/client-sso/dist-es/schemas/schemas_0.js +6 -6
- package/node_modules/@aws-sdk/client-sso/dist-types/SSO.d.ts +15 -1
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/SSO.d.ts +19 -1
- package/node_modules/@aws-sdk/client-sso/node_modules/@smithy/util-retry/package.json +4 -4
- package/node_modules/@aws-sdk/client-sso/package.json +37 -37
- package/node_modules/@aws-sdk/core/account-id-endpoint.js +0 -1
- package/node_modules/@aws-sdk/core/dist-cjs/index.js +47 -52
- package/node_modules/@aws-sdk/core/dist-cjs/submodules/protocols/index.js +47 -52
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonShapeDeserializer.js +23 -6
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonShapeSerializer.js +22 -6
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/experimental/SinglePassJsonShapeSerializer.js +1 -2
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/QueryShapeSerializer.js +1 -2
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/XmlShapeSerializer.js +1 -2
- package/node_modules/@aws-sdk/core/package.json +18 -18
- package/node_modules/@aws-sdk/credential-provider-env/package.json +11 -11
- package/node_modules/@aws-sdk/credential-provider-http/package.json +16 -16
- package/node_modules/@aws-sdk/credential-provider-ini/package.json +20 -20
- package/node_modules/@aws-sdk/credential-provider-login/package.json +14 -14
- package/node_modules/@aws-sdk/credential-provider-node/README.md +3 -3
- package/node_modules/@aws-sdk/credential-provider-node/dist-cjs/index.js +8 -2
- package/node_modules/@aws-sdk/credential-provider-node/dist-es/runtime/memoize-chain.js +8 -2
- package/node_modules/@aws-sdk/credential-provider-node/package.json +18 -18
- package/node_modules/@aws-sdk/credential-provider-process/package.json +12 -12
- package/node_modules/@aws-sdk/credential-provider-sso/package.json +14 -14
- package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +13 -13
- package/node_modules/@aws-sdk/middleware-host-header/package.json +9 -9
- package/node_modules/@aws-sdk/middleware-logger/package.json +9 -9
- package/node_modules/@aws-sdk/middleware-recursion-detection/package.json +9 -9
- package/node_modules/@aws-sdk/middleware-user-agent/package.json +12 -12
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/index.js +9 -4
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/index.js +1 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/index.js +5 -2
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/schemas/schemas_0.js +9 -4
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/schemas/schemas_0.js +1 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/schemas/schemas_0.js +5 -2
- package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-retry/package.json +4 -4
- package/node_modules/@aws-sdk/nested-clients/package.json +35 -35
- package/node_modules/@aws-sdk/region-config-resolver/package.json +10 -10
- package/node_modules/@aws-sdk/token-providers/package.json +11 -11
- package/node_modules/@aws-sdk/types/dist-types/blob/blob-types.d.ts +1 -1
- package/node_modules/@aws-sdk/types/package.json +7 -7
- package/node_modules/@aws-sdk/util-endpoints/dist-cjs/index.js +1 -1
- package/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/partitions.json +1 -1
- package/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partitions.json +1 -1
- package/node_modules/@aws-sdk/util-endpoints/package.json +8 -8
- package/node_modules/@aws-sdk/util-locate-window/package.json +7 -7
- package/node_modules/@aws-sdk/util-user-agent-browser/package.json +7 -7
- package/node_modules/@aws-sdk/util-user-agent-node/package.json +11 -11
- package/node_modules/@aws-sdk/xml-builder/package.json +7 -7
- package/node_modules/@datadog/datadog-api-client/CHANGELOG.md +25 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-common/configuration.js +7 -6
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-common/configuration.js.map +1 -1
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/apis/TagsApi.d.ts +13 -16
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/apis/TagsApi.js +4 -4
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/apis/TagsApi.js.map +1 -1
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/index.d.ts +19 -1
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/index.js +31 -13
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/index.js.map +1 -1
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/BarChartWidgetDefinition.d.ts +70 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/BarChartWidgetDefinition.js +60 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/BarChartWidgetDefinition.js.map +1 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/BarChartWidgetDefinitionType.d.ts +11 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/BarChartWidgetDefinitionType.js +10 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/BarChartWidgetDefinitionType.js.map +1 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/BarChartWidgetDisplay.d.ts +12 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/BarChartWidgetDisplay.js +3 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/BarChartWidgetDisplay.js.map +1 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/{datadog-api-client-v2/models/AWSCCMConfig.d.ts → datadog-api-client-v1/models/BarChartWidgetFlat.d.ts} +5 -5
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/BarChartWidgetFlat.js +31 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/BarChartWidgetFlat.js.map +1 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/BarChartWidgetFlatType.d.ts +11 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/BarChartWidgetFlatType.js +10 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/BarChartWidgetFlatType.js.map +1 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/BarChartWidgetLegend.d.ts +13 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/BarChartWidgetLegend.js +12 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/BarChartWidgetLegend.js.map +1 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/BarChartWidgetRequest.d.ts +104 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/BarChartWidgetRequest.js +90 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/BarChartWidgetRequest.js.map +1 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/BarChartWidgetScaling.d.ts +12 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/BarChartWidgetScaling.js +11 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/BarChartWidgetScaling.js.map +1 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/BarChartWidgetStacked.d.ts +42 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/BarChartWidgetStacked.js +35 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/BarChartWidgetStacked.js.map +1 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/BarChartWidgetStackedType.d.ts +11 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/BarChartWidgetStackedType.js +10 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/BarChartWidgetStackedType.js.map +1 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/BarChartWidgetStyle.d.ts +46 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/BarChartWidgetStyle.js +38 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/BarChartWidgetStyle.js.map +1 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/DistributionWidgetRequest.d.ts +17 -2
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/DistributionWidgetRequest.js +13 -1
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/DistributionWidgetRequest.js.map +1 -1
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/DistributionWidgetXAxis.d.ts +4 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/DistributionWidgetXAxis.js +5 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/DistributionWidgetXAxis.js.map +1 -1
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/HeatMapWidgetDefinition.d.ts +10 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/HeatMapWidgetDefinition.js +8 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/HeatMapWidgetDefinition.js.map +1 -1
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/HeatMapWidgetRequest.d.ts +10 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/HeatMapWidgetRequest.js +8 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/HeatMapWidgetRequest.js.map +1 -1
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/HeatMapWidgetXAxis.d.ts +38 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/HeatMapWidgetXAxis.js +36 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/HeatMapWidgetXAxis.js.map +1 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/HostTags.d.ts +2 -2
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/HostTags.js +1 -1
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/MonitorFormulaAndFunctionDataQualityDataSource.d.ts +11 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/MonitorFormulaAndFunctionDataQualityDataSource.js +10 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/MonitorFormulaAndFunctionDataQualityDataSource.js.map +1 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/MonitorFormulaAndFunctionDataQualityModelTypeOverride.d.ts +13 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/MonitorFormulaAndFunctionDataQualityModelTypeOverride.js +12 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/MonitorFormulaAndFunctionDataQualityModelTypeOverride.js.map +1 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/MonitorFormulaAndFunctionDataQualityMonitorOptions.d.ts +53 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/MonitorFormulaAndFunctionDataQualityMonitorOptions.js +46 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/MonitorFormulaAndFunctionDataQualityMonitorOptions.js.map +1 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/MonitorFormulaAndFunctionDataQualityQueryDefinition.d.ts +70 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/MonitorFormulaAndFunctionDataQualityQueryDefinition.js +62 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/MonitorFormulaAndFunctionDataQualityQueryDefinition.js.map +1 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/MonitorFormulaAndFunctionQueryDefinition.d.ts +2 -1
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/MonitorType.d.ts +2 -1
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/MonitorType.js +2 -1
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/MonitorType.js.map +1 -1
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/ObjectSerializer.js +41 -2
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/ObjectSerializer.js.map +1 -1
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/SplitGraphSourceWidgetDefinition.d.ts +2 -1
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/SyntheticsAPIStep.d.ts +2 -1
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/SyntheticsAPISubtestStep.d.ts +75 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/SyntheticsAPISubtestStep.js +69 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/SyntheticsAPISubtestStep.js.map +1 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/SyntheticsAPISubtestStepSubtype.d.ts +11 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/SyntheticsAPISubtestStepSubtype.js +10 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/SyntheticsAPISubtestStepSubtype.js.map +1 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/TagToHosts.d.ts +2 -2
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/TagToHosts.js +1 -1
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/WidgetDefinition.d.ts +2 -1
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/{DistributionWidgetHistogramRequestType.d.ts → WidgetHistogramRequestType.d.ts} +1 -1
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/{DistributionWidgetHistogramRequestType.js → WidgetHistogramRequestType.js} +1 -1
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/WidgetHistogramRequestType.js.map +1 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/WidgetMarker.d.ts +3 -1
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/WidgetMarker.js.map +1 -1
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/apis/EventsApi.d.ts +0 -2
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/apis/EventsApi.js +0 -2
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/apis/EventsApi.js.map +1 -1
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/apis/FleetAutomationApi.d.ts +1 -1
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/apis/ObservabilityPipelinesApi.js +6 -6
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/apis/ObservabilityPipelinesApi.js.map +1 -1
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/apis/SecurityMonitoringApi.d.ts +221 -1
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/apis/SecurityMonitoringApi.js +748 -3
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/apis/SecurityMonitoringApi.js.map +1 -1
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/apis/SpaApi.d.ts +33 -2
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/apis/SpaApi.js +90 -10
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/apis/SpaApi.js.map +1 -1
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/index.d.ts +62 -7
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/index.js +126 -62
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/index.js.map +1 -1
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/AWSAccountCreateRequestAttributes.d.ts +0 -5
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/AWSAccountCreateRequestAttributes.js +0 -4
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/AWSAccountCreateRequestAttributes.js.map +1 -1
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/AWSAccountResponseAttributes.d.ts +0 -5
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/AWSAccountResponseAttributes.js +0 -4
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/AWSAccountResponseAttributes.js.map +1 -1
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/AWSAccountUpdateRequestAttributes.d.ts +0 -5
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/AWSAccountUpdateRequestAttributes.js +0 -4
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/AWSAccountUpdateRequestAttributes.js.map +1 -1
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/AzureStorageDestination.d.ts +2 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/AzureStorageDestination.js +2 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/AzureStorageDestination.js.map +1 -1
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/BatchUpsertRowsRequestDataAttributes.d.ts +3 -2
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/BatchUpsertRowsRequestDataAttributes.js +1 -6
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/BatchUpsertRowsRequestDataAttributes.js.map +1 -1
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/BatchUpsertRowsRequestDataAttributesValue.d.ts +10 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/BatchUpsertRowsRequestDataAttributesValue.js +8 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/BatchUpsertRowsRequestDataAttributesValue.js.map +1 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/GCPSTSServiceAccountAttributes.d.ts +8 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/GCPSTSServiceAccountAttributes.js +8 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/GCPSTSServiceAccountAttributes.js.map +1 -1
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ListSecurityFindingsResponse.d.ts +47 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ListSecurityFindingsResponse.js +38 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ListSecurityFindingsResponse.js.map +1 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/MicrosoftSentinelDestination.d.ts +2 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/MicrosoftSentinelDestination.js +2 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/MicrosoftSentinelDestination.js.map +1 -1
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObjectSerializer.js +164 -46
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObjectSerializer.js.map +1 -1
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineAddEnvVarsProcessor.d.ts +3 -1
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineAddEnvVarsProcessor.js +2 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineAddEnvVarsProcessor.js.map +1 -1
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineAddFieldsProcessor.d.ts +4 -2
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineAddFieldsProcessor.js +2 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineAddFieldsProcessor.js.map +1 -1
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineAddHostnameProcessor.d.ts +55 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineAddHostnameProcessor.js +52 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineAddHostnameProcessor.js.map +1 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineAddHostnameProcessorType.d.ts +11 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineAddHostnameProcessorType.js +10 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineAddHostnameProcessorType.js.map +1 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineAmazonDataFirehoseSource.d.ts +3 -1
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineAmazonDataFirehoseSource.js +2 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineAmazonDataFirehoseSource.js.map +1 -1
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineAmazonOpenSearchDestination.d.ts +2 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineAmazonOpenSearchDestination.js +2 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineAmazonOpenSearchDestination.js.map +1 -1
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineAmazonS3Destination.d.ts +2 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineAmazonS3Destination.js +2 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineAmazonS3Destination.js.map +1 -1
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineAmazonS3Source.d.ts +3 -1
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineAmazonS3Source.js +2 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineAmazonS3Source.js.map +1 -1
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineAmazonSecurityLakeDestination.d.ts +2 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineAmazonSecurityLakeDestination.js +2 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineAmazonSecurityLakeDestination.js.map +1 -1
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineCloudPremDestination.d.ts +47 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineCloudPremDestination.js +43 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineCloudPremDestination.js.map +1 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineCloudPremDestinationType.d.ts +11 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineCloudPremDestinationType.js +10 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineCloudPremDestinationType.js.map +1 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineConfig.d.ts +11 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineConfig.js +8 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineConfig.js.map +1 -1
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineConfigDestinationItem.d.ts +5 -1
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineConfigPipelineType.d.ts +12 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineConfigPipelineType.js +11 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineConfigPipelineType.js.map +1 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineConfigProcessorItem.d.ts +5 -1
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineConfigSourceItem.d.ts +2 -1
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineCrowdStrikeNextGenSiemDestination.d.ts +2 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineCrowdStrikeNextGenSiemDestination.js +2 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineCrowdStrikeNextGenSiemDestination.js.map +1 -1
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineCustomProcessor.d.ts +3 -1
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineCustomProcessor.js +2 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineCustomProcessor.js.map +1 -1
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineDatadogAgentSource.d.ts +4 -2
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineDatadogAgentSource.js +3 -1
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineDatadogAgentSource.js.map +1 -1
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineDatadogLogsDestination.d.ts +2 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineDatadogLogsDestination.js +2 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineDatadogLogsDestination.js.map +1 -1
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineDatadogMetricsDestination.d.ts +47 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineDatadogMetricsDestination.js +43 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineDatadogMetricsDestination.js.map +1 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineDatadogMetricsDestinationType.d.ts +11 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineDatadogMetricsDestinationType.js +10 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineDatadogMetricsDestinationType.js.map +1 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineDatadogTagsProcessor.d.ts +4 -2
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineDatadogTagsProcessor.js +2 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineDatadogTagsProcessor.js.map +1 -1
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineDedupeProcessor.d.ts +3 -1
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineDedupeProcessor.js +2 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineDedupeProcessor.js.map +1 -1
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineElasticsearchDestination.d.ts +7 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineElasticsearchDestination.js +6 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineElasticsearchDestination.js.map +1 -1
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineElasticsearchDestinationDataStream.d.ts +44 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineElasticsearchDestinationDataStream.js +43 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineElasticsearchDestinationDataStream.js.map +1 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineEnrichmentTableProcessor.d.ts +9 -2
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineEnrichmentTableProcessor.js +7 -1
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineEnrichmentTableProcessor.js.map +1 -1
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineEnrichmentTableReferenceTable.d.ts +44 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineEnrichmentTableReferenceTable.js +45 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineEnrichmentTableReferenceTable.js.map +1 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineFilterProcessor.d.ts +6 -4
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineFilterProcessor.js +3 -1
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineFilterProcessor.js.map +1 -1
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineFluentBitSource.d.ts +3 -1
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineFluentBitSource.js +2 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineFluentBitSource.js.map +1 -1
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineFluentdSource.d.ts +3 -1
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineFluentdSource.js +2 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineFluentdSource.js.map +1 -1
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineGenerateMetricsProcessor.d.ts +3 -1
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineGenerateMetricsProcessor.js +2 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineGenerateMetricsProcessor.js.map +1 -1
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineGoogleChronicleDestination.d.ts +2 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineGoogleChronicleDestination.js +2 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineGoogleChronicleDestination.js.map +1 -1
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineGoogleCloudStorageDestination.d.ts +2 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineGoogleCloudStorageDestination.js +2 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineGoogleCloudStorageDestination.js.map +1 -1
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineGooglePubSubDestination.d.ts +2 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineGooglePubSubDestination.js +2 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineGooglePubSubDestination.js.map +1 -1
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineGooglePubSubSource.d.ts +3 -1
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineGooglePubSubSource.js +2 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineGooglePubSubSource.js.map +1 -1
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineHttpClientDestination.d.ts +67 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineHttpClientDestination.js +60 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineHttpClientDestination.js.map +1 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineHttpClientDestinationAuthStrategy.d.ts +13 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineHttpClientDestinationAuthStrategy.js +12 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineHttpClientDestinationAuthStrategy.js.map +1 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineHttpClientDestinationCompression.d.ts +37 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineHttpClientDestinationCompression.js +31 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineHttpClientDestinationCompression.js.map +1 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineHttpClientDestinationCompressionAlgorithm.d.ts +11 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineHttpClientDestinationCompressionAlgorithm.js +10 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineHttpClientDestinationCompressionAlgorithm.js.map +1 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineHttpClientDestinationEncoding.d.ts +11 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineHttpClientDestinationEncoding.js +10 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineHttpClientDestinationEncoding.js.map +1 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineHttpClientDestinationType.d.ts +11 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineHttpClientDestinationType.js +10 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineHttpClientDestinationType.js.map +1 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineHttpClientSource.d.ts +3 -1
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineHttpClientSource.js +2 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineHttpClientSource.js.map +1 -1
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineHttpClientSourceAuthStrategy.d.ts +2 -1
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineHttpClientSourceAuthStrategy.js +2 -1
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineHttpClientSourceAuthStrategy.js.map +1 -1
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineHttpServerSource.d.ts +2 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineHttpServerSource.js +2 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineHttpServerSource.js.map +1 -1
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineKafkaDestination.d.ts +100 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineKafkaDestination.js +97 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineKafkaDestination.js.map +1 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineKafkaDestinationCompression.d.ts +15 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineKafkaDestinationCompression.js +14 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineKafkaDestinationCompression.js.map +1 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineKafkaDestinationEncoding.d.ts +12 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineKafkaDestinationEncoding.js +11 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineKafkaDestinationEncoding.js.map +1 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineKafkaDestinationType.d.ts +11 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineKafkaDestinationType.js +10 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineKafkaDestinationType.js.map +1 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/{ObservabilityPipelineKafkaSourceLibrdkafkaOption.d.ts → ObservabilityPipelineKafkaLibrdkafkaOption.d.ts} +2 -2
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/{ObservabilityPipelineKafkaSourceLibrdkafkaOption.js → ObservabilityPipelineKafkaLibrdkafkaOption.js} +7 -7
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineKafkaLibrdkafkaOption.js.map +1 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/{ObservabilityPipelineKafkaSourceSasl.d.ts → ObservabilityPipelineKafkaSasl.d.ts} +3 -3
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/{ObservabilityPipelineKafkaSourceSasl.js → ObservabilityPipelineKafkaSasl.js} +7 -7
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineKafkaSasl.js.map +1 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/{ObservabilityPipelinePipelineKafkaSourceSaslMechanism.d.ts → ObservabilityPipelineKafkaSaslMechanism.d.ts} +1 -1
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/{ObservabilityPipelinePipelineKafkaSourceSaslMechanism.js → ObservabilityPipelineKafkaSaslMechanism.js} +1 -1
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineKafkaSaslMechanism.js.map +1 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineKafkaSource.d.ts +7 -5
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineKafkaSource.js +4 -2
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineKafkaSource.js.map +1 -1
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineLogstashSource.d.ts +3 -1
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineLogstashSource.js +2 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineLogstashSource.js.map +1 -1
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineMetricTagsProcessor.d.ts +60 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineMetricTagsProcessor.js +57 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineMetricTagsProcessor.js.map +1 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineMetricTagsProcessorRule.d.ts +50 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineMetricTagsProcessorRule.js +46 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineMetricTagsProcessorRule.js.map +1 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineMetricTagsProcessorRuleAction.d.ts +12 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineMetricTagsProcessorRuleAction.js +11 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineMetricTagsProcessorRuleAction.js.map +1 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineMetricTagsProcessorRuleMode.d.ts +11 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineMetricTagsProcessorRuleMode.js +10 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineMetricTagsProcessorRuleMode.js.map +1 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineMetricTagsProcessorType.d.ts +11 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineMetricTagsProcessorType.js +10 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineMetricTagsProcessorType.js.map +1 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineNewRelicDestination.d.ts +2 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineNewRelicDestination.js +2 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineNewRelicDestination.js.map +1 -1
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineOcsfMapperProcessor.d.ts +3 -1
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineOcsfMapperProcessor.js +2 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineOcsfMapperProcessor.js.map +1 -1
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineOpenSearchDestination.d.ts +2 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineOpenSearchDestination.js +2 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineOpenSearchDestination.js.map +1 -1
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineOpentelemetrySource.d.ts +56 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineOpentelemetrySource.js +50 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineOpentelemetrySource.js.map +1 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineOpentelemetrySourceType.d.ts +11 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineOpentelemetrySourceType.js +10 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineOpentelemetrySourceType.js.map +1 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineParseGrokProcessor.d.ts +3 -1
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineParseGrokProcessor.js +2 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineParseGrokProcessor.js.map +1 -1
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineParseJSONProcessor.d.ts +3 -1
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineParseJSONProcessor.js +2 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineParseJSONProcessor.js.map +1 -1
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineParseXMLProcessor.d.ts +87 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineParseXMLProcessor.js +85 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineParseXMLProcessor.js.map +1 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineParseXMLProcessorType.d.ts +11 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineParseXMLProcessorType.js +10 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineParseXMLProcessorType.js.map +1 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineQuotaProcessor.d.ts +14 -5
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineQuotaProcessor.js +7 -1
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineQuotaProcessor.js.map +1 -1
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineQuotaProcessorOverflowAction.d.ts +1 -1
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineReduceProcessor.d.ts +3 -1
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineReduceProcessor.js +2 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineReduceProcessor.js.map +1 -1
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineRemoveFieldsProcessor.d.ts +4 -2
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineRemoveFieldsProcessor.js +2 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineRemoveFieldsProcessor.js.map +1 -1
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineRenameFieldsProcessor.d.ts +3 -1
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineRenameFieldsProcessor.js +2 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineRenameFieldsProcessor.js.map +1 -1
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineRsyslogDestination.d.ts +2 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineRsyslogDestination.js +2 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineRsyslogDestination.js.map +1 -1
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineRsyslogSource.d.ts +3 -1
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineRsyslogSource.js +2 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineRsyslogSource.js.map +1 -1
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineSampleProcessor.d.ts +9 -7
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineSampleProcessor.js +7 -5
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineSampleProcessor.js.map +1 -1
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineSensitiveDataScannerProcessor.d.ts +4 -2
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineSensitiveDataScannerProcessor.js +2 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineSensitiveDataScannerProcessor.js.map +1 -1
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineSensitiveDataScannerProcessorCustomPatternOptions.d.ts +4 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineSensitiveDataScannerProcessorCustomPatternOptions.js +4 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineSensitiveDataScannerProcessorCustomPatternOptions.js.map +1 -1
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineSensitiveDataScannerProcessorLibraryPatternOptions.d.ts +4 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineSensitiveDataScannerProcessorLibraryPatternOptions.js +4 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineSensitiveDataScannerProcessorLibraryPatternOptions.js.map +1 -1
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineSentinelOneDestination.d.ts +2 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineSentinelOneDestination.js +2 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineSentinelOneDestination.js.map +1 -1
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineSocketDestination.d.ts +2 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineSocketDestination.js +2 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineSocketDestination.js.map +1 -1
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineSocketSource.d.ts +3 -1
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineSocketSource.js +2 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineSocketSource.js.map +1 -1
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineSplitArrayProcessor.d.ts +60 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineSplitArrayProcessor.js +57 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineSplitArrayProcessor.js.map +1 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineSplitArrayProcessorArrayConfig.d.ts +40 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineSplitArrayProcessorArrayConfig.js +41 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineSplitArrayProcessorArrayConfig.js.map +1 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineSplitArrayProcessorType.d.ts +11 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineSplitArrayProcessorType.js +10 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineSplitArrayProcessorType.js.map +1 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineSplunkHecDestination.d.ts +3 -1
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineSplunkHecDestination.js +2 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineSplunkHecDestination.js.map +1 -1
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineSplunkHecSource.d.ts +3 -1
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineSplunkHecSource.js +2 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineSplunkHecSource.js.map +1 -1
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineSplunkTcpSource.d.ts +3 -1
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineSplunkTcpSource.js +2 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineSplunkTcpSource.js.map +1 -1
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineSumoLogicDestination.d.ts +2 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineSumoLogicDestination.js +2 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineSumoLogicDestination.js.map +1 -1
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineSumoLogicSource.d.ts +3 -1
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineSumoLogicSource.js +2 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineSumoLogicSource.js.map +1 -1
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineSyslogNgDestination.d.ts +2 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineSyslogNgDestination.js +2 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineSyslogNgDestination.js.map +1 -1
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineSyslogNgSource.d.ts +3 -1
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineSyslogNgSource.js +2 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineSyslogNgSource.js.map +1 -1
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineThrottleProcessor.d.ts +3 -1
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineThrottleProcessor.js +2 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineThrottleProcessor.js.map +1 -1
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/PatchTableRequestDataAttributes.d.ts +0 -4
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/PatchTableRequestDataAttributes.js +0 -4
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/PatchTableRequestDataAttributes.js.map +1 -1
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/RecommendationAttributes.d.ts +1 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/RecommendationAttributes.js +5 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/RecommendationAttributes.js.map +1 -1
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/SecurityFindingsAttributes.d.ts +46 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/SecurityFindingsAttributes.js +44 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/SecurityFindingsAttributes.js.map +1 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/SecurityFindingsData.d.ts +46 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/SecurityFindingsData.js +38 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/SecurityFindingsData.js.map +1 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/SecurityFindingsDataType.d.ts +11 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/SecurityFindingsDataType.js +10 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/SecurityFindingsDataType.js.map +1 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/SecurityFindingsLinks.d.ts +36 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/SecurityFindingsLinks.js +35 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/SecurityFindingsLinks.js.map +1 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/{DataExportConfig.d.ts → SecurityFindingsMeta.d.ts} +12 -14
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/SecurityFindingsMeta.js +43 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/SecurityFindingsMeta.js.map +1 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/SecurityFindingsPage.d.ts +36 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/SecurityFindingsPage.js +35 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/SecurityFindingsPage.js.map +1 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/SecurityFindingsSearchRequest.d.ts +37 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/SecurityFindingsSearchRequest.js +30 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/SecurityFindingsSearchRequest.js.map +1 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/SecurityFindingsSearchRequestData.d.ts +37 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/SecurityFindingsSearchRequestData.js +30 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/SecurityFindingsSearchRequestData.js.map +1 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/SecurityFindingsSearchRequestDataAttributes.d.ts +46 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/SecurityFindingsSearchRequestDataAttributes.js +38 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/SecurityFindingsSearchRequestDataAttributes.js.map +1 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/SecurityFindingsSearchRequestPage.d.ts +40 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/SecurityFindingsSearchRequestPage.js +40 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/SecurityFindingsSearchRequestPage.js.map +1 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/SecurityFindingsSort.d.ts +12 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/SecurityFindingsSort.js +11 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/SecurityFindingsSort.js.map +1 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/SecurityFindingsStatus.d.ts +12 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/SecurityFindingsStatus.js +11 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/SecurityFindingsStatus.js.map +1 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/SecurityMonitoringCriticalAsset.d.ts +46 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/SecurityMonitoringCriticalAsset.js +38 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/SecurityMonitoringCriticalAsset.js.map +1 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/SecurityMonitoringCriticalAssetAttributes.d.ts +82 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/SecurityMonitoringCriticalAssetAttributes.js +79 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/SecurityMonitoringCriticalAssetAttributes.js.map +1 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/SecurityMonitoringCriticalAssetCreateAttributes.d.ts +53 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/SecurityMonitoringCriticalAssetCreateAttributes.js +49 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/SecurityMonitoringCriticalAssetCreateAttributes.js.map +1 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/SecurityMonitoringCriticalAssetCreateData.d.ts +42 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/SecurityMonitoringCriticalAssetCreateData.js +36 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/SecurityMonitoringCriticalAssetCreateData.js.map +1 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/SecurityMonitoringCriticalAssetCreateRequest.d.ts +37 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/SecurityMonitoringCriticalAssetCreateRequest.js +31 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/SecurityMonitoringCriticalAssetCreateRequest.js.map +1 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/SecurityMonitoringCriticalAssetResponse.d.ts +37 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/SecurityMonitoringCriticalAssetResponse.js +30 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/SecurityMonitoringCriticalAssetResponse.js.map +1 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/SecurityMonitoringCriticalAssetSeverity.d.ts +17 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/SecurityMonitoringCriticalAssetSeverity.js +16 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/SecurityMonitoringCriticalAssetSeverity.js.map +1 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/SecurityMonitoringCriticalAssetType.d.ts +11 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/SecurityMonitoringCriticalAssetType.js +10 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/SecurityMonitoringCriticalAssetType.js.map +1 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/SecurityMonitoringCriticalAssetUpdateAttributes.d.ts +57 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/SecurityMonitoringCriticalAssetUpdateAttributes.js +51 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/SecurityMonitoringCriticalAssetUpdateAttributes.js.map +1 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/SecurityMonitoringCriticalAssetUpdateData.d.ts +42 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/SecurityMonitoringCriticalAssetUpdateData.js +36 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/SecurityMonitoringCriticalAssetUpdateData.js.map +1 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/SecurityMonitoringCriticalAssetUpdateRequest.d.ts +37 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/SecurityMonitoringCriticalAssetUpdateRequest.js +31 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/SecurityMonitoringCriticalAssetUpdateRequest.js.map +1 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/SecurityMonitoringCriticalAssetsResponse.d.ts +37 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/SecurityMonitoringCriticalAssetsResponse.js +30 -0
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/SecurityMonitoringCriticalAssetsResponse.js.map +1 -0
- package/node_modules/@datadog/datadog-api-client/dist/version.d.ts +1 -1
- package/node_modules/@datadog/datadog-api-client/dist/version.js +1 -1
- package/node_modules/@datadog/datadog-api-client/package.json +1 -1
- package/node_modules/@smithy/abort-controller/package.json +3 -3
- package/node_modules/@smithy/config-resolver/package.json +6 -6
- package/node_modules/@smithy/core/dist-cjs/submodules/cbor/index.js +14 -0
- package/node_modules/@smithy/core/dist-cjs/submodules/event-streams/index.js +5 -0
- package/node_modules/@smithy/core/dist-cjs/submodules/protocols/index.js +5 -0
- package/node_modules/@smithy/core/dist-cjs/submodules/schema/index.js +23 -7
- package/node_modules/@smithy/core/dist-es/submodules/cbor/CborCodec.js +14 -0
- package/node_modules/@smithy/core/dist-es/submodules/event-streams/EventStreamSerde.js +5 -0
- package/node_modules/@smithy/core/dist-es/submodules/protocols/HttpBindingProtocol.js +5 -0
- package/node_modules/@smithy/core/dist-es/submodules/schema/schemas/NormalizedSchema.js +23 -7
- package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/NormalizedSchema.d.ts +0 -1
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/NormalizedSchema.d.ts +0 -1
- package/node_modules/@smithy/core/package.json +11 -11
- package/node_modules/@smithy/credential-provider-imds/package.json +6 -6
- package/node_modules/@smithy/fetch-http-handler/package.json +6 -6
- package/node_modules/@smithy/hash-node/package.json +3 -3
- package/node_modules/@smithy/invalid-dependency/package.json +3 -3
- package/node_modules/@smithy/middleware-content-length/package.json +4 -4
- package/node_modules/@smithy/middleware-endpoint/package.json +12 -12
- package/node_modules/@smithy/middleware-retry/node_modules/@smithy/util-retry/package.json +4 -4
- package/node_modules/@smithy/middleware-retry/package.json +12 -12
- package/node_modules/@smithy/middleware-serde/package.json +4 -4
- package/node_modules/@smithy/middleware-stack/package.json +3 -3
- package/node_modules/@smithy/node-config-provider/package.json +5 -5
- package/node_modules/@smithy/node-http-handler/package.json +6 -6
- package/node_modules/@smithy/property-provider/package.json +3 -3
- package/node_modules/@smithy/protocol-http/package.json +3 -3
- package/node_modules/@smithy/querystring-builder/package.json +3 -3
- package/node_modules/@smithy/querystring-parser/package.json +3 -3
- package/node_modules/@smithy/service-error-classification/package.json +3 -3
- package/node_modules/@smithy/shared-ini-file-loader/package.json +3 -3
- package/node_modules/@smithy/signature-v4/package.json +5 -5
- package/node_modules/@smithy/smithy-client/dist-cjs/index.js +29 -3
- package/node_modules/@smithy/smithy-client/dist-es/create-aggregated-client.js +29 -3
- package/node_modules/@smithy/smithy-client/dist-types/create-aggregated-client.d.ts +8 -1
- package/node_modules/@smithy/smithy-client/dist-types/ts3.4/create-aggregated-client.d.ts +8 -1
- package/node_modules/@smithy/smithy-client/package.json +11 -11
- package/node_modules/@smithy/types/dist-types/schema/static-schemas.d.ts +4 -2
- package/node_modules/@smithy/types/dist-types/ts3.4/schema/static-schemas.d.ts +4 -2
- package/node_modules/@smithy/types/package.json +2 -2
- package/node_modules/@smithy/url-parser/package.json +4 -4
- package/node_modules/@smithy/util-defaults-mode-browser/package.json +8 -8
- package/node_modules/@smithy/util-defaults-mode-node/package.json +11 -11
- package/node_modules/@smithy/util-endpoints/package.json +4 -4
- package/node_modules/@smithy/util-middleware/package.json +3 -3
- package/node_modules/@smithy/util-stream/dist-cjs/getAwsChunkedEncodingStream.js +20 -9
- package/node_modules/@smithy/util-stream/dist-cjs/index.js +8 -6
- package/node_modules/@smithy/util-stream/dist-es/getAwsChunkedEncodingStream.js +19 -7
- package/node_modules/@smithy/util-stream/dist-es/index.js +1 -1
- package/node_modules/@smithy/util-stream/dist-types/checksum/ChecksumStream.d.ts +7 -7
- package/node_modules/@smithy/util-stream/dist-types/checksum/createChecksumStream.browser.d.ts +2 -3
- package/node_modules/@smithy/util-stream/dist-types/checksum/createChecksumStream.d.ts +4 -2
- package/node_modules/@smithy/util-stream/dist-types/createBufferedReadable.d.ts +4 -1
- package/node_modules/@smithy/util-stream/dist-types/getAwsChunkedEncodingStream.d.ts +7 -3
- package/node_modules/@smithy/util-stream/dist-types/headStream.browser.d.ts +1 -2
- package/node_modules/@smithy/util-stream/dist-types/headStream.d.ts +2 -2
- package/node_modules/@smithy/util-stream/dist-types/index.d.ts +4 -1
- package/node_modules/@smithy/util-stream/dist-types/splitStream.d.ts +3 -0
- package/node_modules/@smithy/util-stream/dist-types/stream-type-check.d.ts +2 -1
- package/node_modules/@smithy/util-stream/dist-types/ts3.4/checksum/ChecksumStream.d.ts +7 -7
- package/node_modules/@smithy/util-stream/dist-types/ts3.4/checksum/createChecksumStream.browser.d.ts +2 -3
- package/node_modules/@smithy/util-stream/dist-types/ts3.4/checksum/createChecksumStream.d.ts +4 -2
- package/node_modules/@smithy/util-stream/dist-types/ts3.4/createBufferedReadable.d.ts +4 -1
- package/node_modules/@smithy/util-stream/dist-types/ts3.4/getAwsChunkedEncodingStream.d.ts +7 -3
- package/node_modules/@smithy/util-stream/dist-types/ts3.4/headStream.browser.d.ts +1 -2
- package/node_modules/@smithy/util-stream/dist-types/ts3.4/headStream.d.ts +2 -2
- package/node_modules/@smithy/util-stream/dist-types/ts3.4/index.d.ts +4 -1
- package/node_modules/@smithy/util-stream/dist-types/ts3.4/splitStream.d.ts +3 -0
- package/node_modules/@smithy/util-stream/dist-types/ts3.4/stream-type-check.d.ts +2 -1
- package/node_modules/@smithy/util-stream/package.json +5 -5
- package/node_modules/@smithy/util-waiter/package.json +4 -4
- package/node_modules/@types/aws-lambda/README.md +1 -1
- package/node_modules/@types/aws-lambda/handler.d.ts +1 -1
- package/node_modules/@types/aws-lambda/package.json +2 -2
- package/node_modules/fast-xml-parser/CHANGELOG.md +16 -0
- package/node_modules/fast-xml-parser/README.md +7 -6
- package/node_modules/fast-xml-parser/lib/fxp.cjs +1 -1
- package/node_modules/fast-xml-parser/lib/fxp.d.cts +1 -1
- package/node_modules/fast-xml-parser/lib/fxp.min.js +1 -1
- package/node_modules/fast-xml-parser/lib/fxp.min.js.map +1 -1
- package/node_modules/fast-xml-parser/lib/fxparser.min.js +1 -1
- package/node_modules/fast-xml-parser/lib/fxparser.min.js.map +1 -1
- package/node_modules/fast-xml-parser/package.json +4 -2
- package/node_modules/fast-xml-parser/src/fxp.d.ts +2 -2
- package/node_modules/fast-xml-parser/src/v6/OutputBuilders/JsMinArrBuilder.js +1 -1
- package/node_modules/fast-xml-parser/src/v6/OutputBuilders/ParserOptionsBuilder.js +4 -4
- package/node_modules/fast-xml-parser/src/xmlparser/DocTypeReader.js +297 -287
- package/node_modules/fast-xml-parser/src/xmlparser/OrderedObjParser.js +55 -22
- package/node_modules/fast-xml-parser/src/xmlparser/XMLParser.js +4 -4
- package/package.json +3 -2
- package/version.json +1 -1
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/structIterator.js +0 -40
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/structIterator.d.ts +0 -27
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/structIterator.d.ts +0 -12
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v1/models/DistributionWidgetHistogramRequestType.js.map +0 -1
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/AWSCCMConfig.js +0 -30
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/AWSCCMConfig.js.map +0 -1
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/DataExportConfig.js +0 -51
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/DataExportConfig.js.map +0 -1
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineKafkaSourceLibrdkafkaOption.js.map +0 -1
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelineKafkaSourceSasl.js.map +0 -1
- package/node_modules/@datadog/datadog-api-client/dist/packages/datadog-api-client-v2/models/ObservabilityPipelinePipelineKafkaSourceSaslMechanism.js.map +0 -1
|
@@ -1447,27 +1447,76 @@ var require_createBufferedReadable = __commonJS({
|
|
|
1447
1447
|
}
|
|
1448
1448
|
});
|
|
1449
1449
|
|
|
1450
|
+
// node_modules/@smithy/util-stream/dist-cjs/getAwsChunkedEncodingStream.browser.js
|
|
1451
|
+
var require_getAwsChunkedEncodingStream_browser = __commonJS({
|
|
1452
|
+
"node_modules/@smithy/util-stream/dist-cjs/getAwsChunkedEncodingStream.browser.js"(exports2) {
|
|
1453
|
+
"use strict";
|
|
1454
|
+
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
1455
|
+
exports2.getAwsChunkedEncodingStream = void 0;
|
|
1456
|
+
var getAwsChunkedEncodingStream = (readableStream, options) => {
|
|
1457
|
+
const { base64Encoder, bodyLengthChecker, checksumAlgorithmFn, checksumLocationName, streamHasher } = options;
|
|
1458
|
+
const checksumRequired = base64Encoder !== void 0 && bodyLengthChecker !== void 0 && checksumAlgorithmFn !== void 0 && checksumLocationName !== void 0 && streamHasher !== void 0;
|
|
1459
|
+
const digest = checksumRequired ? streamHasher(checksumAlgorithmFn, readableStream) : void 0;
|
|
1460
|
+
const reader = readableStream.getReader();
|
|
1461
|
+
return new ReadableStream({
|
|
1462
|
+
async pull(controller) {
|
|
1463
|
+
const { value, done } = await reader.read();
|
|
1464
|
+
if (done) {
|
|
1465
|
+
controller.enqueue(`0\r
|
|
1466
|
+
`);
|
|
1467
|
+
if (checksumRequired) {
|
|
1468
|
+
const checksum = base64Encoder(await digest);
|
|
1469
|
+
controller.enqueue(`${checksumLocationName}:${checksum}\r
|
|
1470
|
+
`);
|
|
1471
|
+
controller.enqueue(`\r
|
|
1472
|
+
`);
|
|
1473
|
+
}
|
|
1474
|
+
controller.close();
|
|
1475
|
+
} else {
|
|
1476
|
+
controller.enqueue(`${(bodyLengthChecker(value) || 0).toString(16)}\r
|
|
1477
|
+
${value}\r
|
|
1478
|
+
`);
|
|
1479
|
+
}
|
|
1480
|
+
}
|
|
1481
|
+
});
|
|
1482
|
+
};
|
|
1483
|
+
exports2.getAwsChunkedEncodingStream = getAwsChunkedEncodingStream;
|
|
1484
|
+
}
|
|
1485
|
+
});
|
|
1486
|
+
|
|
1450
1487
|
// node_modules/@smithy/util-stream/dist-cjs/getAwsChunkedEncodingStream.js
|
|
1451
1488
|
var require_getAwsChunkedEncodingStream = __commonJS({
|
|
1452
1489
|
"node_modules/@smithy/util-stream/dist-cjs/getAwsChunkedEncodingStream.js"(exports2) {
|
|
1453
1490
|
"use strict";
|
|
1454
1491
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
1455
|
-
exports2.getAwsChunkedEncodingStream =
|
|
1456
|
-
var
|
|
1457
|
-
var
|
|
1492
|
+
exports2.getAwsChunkedEncodingStream = getAwsChunkedEncodingStream;
|
|
1493
|
+
var node_stream_1 = require("node:stream");
|
|
1494
|
+
var getAwsChunkedEncodingStream_browser_1 = require_getAwsChunkedEncodingStream_browser();
|
|
1495
|
+
var stream_type_check_1 = require_stream_type_check();
|
|
1496
|
+
function getAwsChunkedEncodingStream(stream, options) {
|
|
1497
|
+
const readable = stream;
|
|
1498
|
+
const readableStream = stream;
|
|
1499
|
+
if ((0, stream_type_check_1.isReadableStream)(readableStream)) {
|
|
1500
|
+
return (0, getAwsChunkedEncodingStream_browser_1.getAwsChunkedEncodingStream)(readableStream, options);
|
|
1501
|
+
}
|
|
1458
1502
|
const { base64Encoder, bodyLengthChecker, checksumAlgorithmFn, checksumLocationName, streamHasher } = options;
|
|
1459
1503
|
const checksumRequired = base64Encoder !== void 0 && checksumAlgorithmFn !== void 0 && checksumLocationName !== void 0 && streamHasher !== void 0;
|
|
1460
|
-
const digest = checksumRequired ? streamHasher(checksumAlgorithmFn,
|
|
1461
|
-
const awsChunkedEncodingStream = new
|
|
1462
|
-
|
|
1463
|
-
|
|
1504
|
+
const digest = checksumRequired ? streamHasher(checksumAlgorithmFn, readable) : void 0;
|
|
1505
|
+
const awsChunkedEncodingStream = new node_stream_1.Readable({
|
|
1506
|
+
read: () => {
|
|
1507
|
+
}
|
|
1508
|
+
});
|
|
1509
|
+
readable.on("data", (data2) => {
|
|
1464
1510
|
const length = bodyLengthChecker(data2) || 0;
|
|
1511
|
+
if (length === 0) {
|
|
1512
|
+
return;
|
|
1513
|
+
}
|
|
1465
1514
|
awsChunkedEncodingStream.push(`${length.toString(16)}\r
|
|
1466
1515
|
`);
|
|
1467
1516
|
awsChunkedEncodingStream.push(data2);
|
|
1468
1517
|
awsChunkedEncodingStream.push("\r\n");
|
|
1469
1518
|
});
|
|
1470
|
-
|
|
1519
|
+
readable.on("end", async () => {
|
|
1471
1520
|
awsChunkedEncodingStream.push(`0\r
|
|
1472
1521
|
`);
|
|
1473
1522
|
if (checksumRequired) {
|
|
@@ -1480,8 +1529,7 @@ var require_getAwsChunkedEncodingStream = __commonJS({
|
|
|
1480
1529
|
awsChunkedEncodingStream.push(null);
|
|
1481
1530
|
});
|
|
1482
1531
|
return awsChunkedEncodingStream;
|
|
1483
|
-
}
|
|
1484
|
-
exports2.getAwsChunkedEncodingStream = getAwsChunkedEncodingStream;
|
|
1532
|
+
}
|
|
1485
1533
|
}
|
|
1486
1534
|
});
|
|
1487
1535
|
|
|
@@ -2767,6 +2815,18 @@ var require_dist_cjs17 = __commonJS({
|
|
|
2767
2815
|
return utilUtf8.toUtf8(this);
|
|
2768
2816
|
}
|
|
2769
2817
|
};
|
|
2818
|
+
Object.defineProperty(exports2, "isBlob", {
|
|
2819
|
+
enumerable: true,
|
|
2820
|
+
get: function() {
|
|
2821
|
+
return streamTypeCheck.isBlob;
|
|
2822
|
+
}
|
|
2823
|
+
});
|
|
2824
|
+
Object.defineProperty(exports2, "isReadableStream", {
|
|
2825
|
+
enumerable: true,
|
|
2826
|
+
get: function() {
|
|
2827
|
+
return streamTypeCheck.isReadableStream;
|
|
2828
|
+
}
|
|
2829
|
+
});
|
|
2770
2830
|
exports2.Uint8ArrayBlobAdapter = Uint8ArrayBlobAdapter2;
|
|
2771
2831
|
Object.keys(ChecksumStream).forEach(function(k4) {
|
|
2772
2832
|
if (k4 !== "default" && !Object.prototype.hasOwnProperty.call(exports2, k4)) Object.defineProperty(exports2, k4, {
|
|
@@ -2824,14 +2884,6 @@ var require_dist_cjs17 = __commonJS({
|
|
|
2824
2884
|
}
|
|
2825
2885
|
});
|
|
2826
2886
|
});
|
|
2827
|
-
Object.keys(streamTypeCheck).forEach(function(k4) {
|
|
2828
|
-
if (k4 !== "default" && !Object.prototype.hasOwnProperty.call(exports2, k4)) Object.defineProperty(exports2, k4, {
|
|
2829
|
-
enumerable: true,
|
|
2830
|
-
get: function() {
|
|
2831
|
-
return streamTypeCheck[k4];
|
|
2832
|
-
}
|
|
2833
|
-
});
|
|
2834
|
-
});
|
|
2835
2887
|
}
|
|
2836
2888
|
});
|
|
2837
2889
|
|
|
@@ -3204,12 +3256,15 @@ function member(memberSchema, memberName) {
|
|
|
3204
3256
|
const internalCtorAccess = NormalizedSchema;
|
|
3205
3257
|
return new internalCtorAccess(memberSchema, memberName);
|
|
3206
3258
|
}
|
|
3207
|
-
var NormalizedSchema, isMemberSchema, isStaticSchema;
|
|
3259
|
+
var anno, NormalizedSchema, isMemberSchema, isStaticSchema;
|
|
3208
3260
|
var init_NormalizedSchema = __esm({
|
|
3209
3261
|
"node_modules/@smithy/core/dist-es/submodules/schema/schemas/NormalizedSchema.js"() {
|
|
3210
3262
|
"use strict";
|
|
3211
3263
|
init_deref();
|
|
3212
3264
|
init_translateTraits();
|
|
3265
|
+
anno = {
|
|
3266
|
+
it: Symbol.for("@smithy/nor-struct-it")
|
|
3267
|
+
};
|
|
3213
3268
|
NormalizedSchema = class _NormalizedSchema {
|
|
3214
3269
|
ref;
|
|
3215
3270
|
memberName;
|
|
@@ -3288,7 +3343,7 @@ var init_NormalizedSchema = __esm({
|
|
|
3288
3343
|
}
|
|
3289
3344
|
getSchema() {
|
|
3290
3345
|
const sc = this.schema;
|
|
3291
|
-
if (sc[0] === 0) {
|
|
3346
|
+
if (Array.isArray(sc) && sc[0] === 0) {
|
|
3292
3347
|
return sc[4];
|
|
3293
3348
|
}
|
|
3294
3349
|
return sc;
|
|
@@ -3314,11 +3369,17 @@ var init_NormalizedSchema = __esm({
|
|
|
3314
3369
|
}
|
|
3315
3370
|
isStructSchema() {
|
|
3316
3371
|
const sc = this.getSchema();
|
|
3372
|
+
if (typeof sc !== "object") {
|
|
3373
|
+
return false;
|
|
3374
|
+
}
|
|
3317
3375
|
const id = sc[0];
|
|
3318
3376
|
return id === 3 || id === -3 || id === 4;
|
|
3319
3377
|
}
|
|
3320
3378
|
isUnionSchema() {
|
|
3321
3379
|
const sc = this.getSchema();
|
|
3380
|
+
if (typeof sc !== "object") {
|
|
3381
|
+
return false;
|
|
3382
|
+
}
|
|
3322
3383
|
return sc[0] === 4;
|
|
3323
3384
|
}
|
|
3324
3385
|
isBlobSchema() {
|
|
@@ -3355,9 +3416,7 @@ var init_NormalizedSchema = __esm({
|
|
|
3355
3416
|
return !!streaming || this.getSchema() === 42;
|
|
3356
3417
|
}
|
|
3357
3418
|
isIdempotencyToken() {
|
|
3358
|
-
|
|
3359
|
-
const { normalizedTraits, traits, memberTraits } = this;
|
|
3360
|
-
return match(normalizedTraits) || match(traits) || match(memberTraits);
|
|
3419
|
+
return !!this.getMergedTraits().idempotencyToken;
|
|
3361
3420
|
}
|
|
3362
3421
|
getMergedTraits() {
|
|
3363
3422
|
return this.normalizedTraits ?? (this.normalizedTraits = {
|
|
@@ -3429,9 +3488,19 @@ var init_NormalizedSchema = __esm({
|
|
|
3429
3488
|
throw new Error("@smithy/core/schema - cannot iterate non-struct schema.");
|
|
3430
3489
|
}
|
|
3431
3490
|
const struct2 = this.getSchema();
|
|
3432
|
-
|
|
3433
|
-
|
|
3491
|
+
const z2 = struct2[4].length;
|
|
3492
|
+
let it = struct2[anno.it];
|
|
3493
|
+
if (it && z2 === it.length) {
|
|
3494
|
+
yield* it;
|
|
3495
|
+
return;
|
|
3434
3496
|
}
|
|
3497
|
+
it = Array(z2);
|
|
3498
|
+
for (let i4 = 0; i4 < z2; ++i4) {
|
|
3499
|
+
const k4 = struct2[4][i4];
|
|
3500
|
+
const v4 = member([struct2[5][i4], 0], k4);
|
|
3501
|
+
yield it[i4] = [k4, v4];
|
|
3502
|
+
}
|
|
3503
|
+
struct2[anno.it] = it;
|
|
3435
3504
|
}
|
|
3436
3505
|
};
|
|
3437
3506
|
isMemberSchema = (sc) => Array.isArray(sc) && sc.length === 2;
|
|
@@ -5073,6 +5142,11 @@ var init_EventStreamSerde = __esm({
|
|
|
5073
5142
|
[unionMember]: out
|
|
5074
5143
|
};
|
|
5075
5144
|
}
|
|
5145
|
+
if (body.byteLength === 0) {
|
|
5146
|
+
return {
|
|
5147
|
+
[unionMember]: {}
|
|
5148
|
+
};
|
|
5149
|
+
}
|
|
5076
5150
|
}
|
|
5077
5151
|
return {
|
|
5078
5152
|
[unionMember]: await this.deserializer.read(eventStreamSchema, body)
|
|
@@ -5384,6 +5458,11 @@ var init_HttpBindingProtocol = __esm({
|
|
|
5384
5458
|
const memberTraits = memberNs.getMergedTraits() ?? {};
|
|
5385
5459
|
const inputMemberValue = input[memberName];
|
|
5386
5460
|
if (inputMemberValue == null && !memberNs.isIdempotencyToken()) {
|
|
5461
|
+
if (memberTraits.httpLabel) {
|
|
5462
|
+
if (request.path.includes(`{${memberName}+}`) || request.path.includes(`{${memberName}}`)) {
|
|
5463
|
+
throw new Error(`No value provided for input HTTP label: ${memberName}.`);
|
|
5464
|
+
}
|
|
5465
|
+
}
|
|
5387
5466
|
continue;
|
|
5388
5467
|
}
|
|
5389
5468
|
if (memberTraits.httpPayload) {
|
|
@@ -7019,7 +7098,7 @@ var require_dist_cjs22 = __commonJS({
|
|
|
7019
7098
|
regionRegex: "^eusc\\-(de)\\-\\w+\\-\\d+$",
|
|
7020
7099
|
regions: {
|
|
7021
7100
|
"eusc-de-east-1": {
|
|
7022
|
-
description: "
|
|
7101
|
+
description: "AWS European Sovereign Cloud (Germany)"
|
|
7023
7102
|
}
|
|
7024
7103
|
}
|
|
7025
7104
|
},
|
|
@@ -9171,6 +9250,12 @@ var init_CborCodec = __esm({
|
|
|
9171
9250
|
if (isUnion && Array.isArray(sourceObject.$unknown)) {
|
|
9172
9251
|
const [k4, v4] = sourceObject.$unknown;
|
|
9173
9252
|
newObject[k4] = v4;
|
|
9253
|
+
} else if (typeof sourceObject.__type === "string") {
|
|
9254
|
+
for (const [k4, v4] of Object.entries(sourceObject)) {
|
|
9255
|
+
if (!(k4 in newObject)) {
|
|
9256
|
+
newObject[k4] = this.serialize(15, v4);
|
|
9257
|
+
}
|
|
9258
|
+
}
|
|
9174
9259
|
}
|
|
9175
9260
|
} else if (ns.isDocumentSchema()) {
|
|
9176
9261
|
for (const key of Object.keys(sourceObject)) {
|
|
@@ -9266,6 +9351,12 @@ var init_CborCodec = __esm({
|
|
|
9266
9351
|
if (isUnion && keys?.size === 1 && Object.keys(newObject).length === 0) {
|
|
9267
9352
|
const k4 = keys.values().next().value;
|
|
9268
9353
|
newObject.$unknown = [k4, value[k4]];
|
|
9354
|
+
} else if (typeof value.__type === "string") {
|
|
9355
|
+
for (const [k4, v4] of Object.entries(value)) {
|
|
9356
|
+
if (!(k4 in newObject)) {
|
|
9357
|
+
newObject[k4] = v4;
|
|
9358
|
+
}
|
|
9359
|
+
}
|
|
9269
9360
|
}
|
|
9270
9361
|
} else if (value instanceof NumericValue) {
|
|
9271
9362
|
return value;
|
|
@@ -9870,9 +9961,8 @@ var require_dist_cjs26 = __commonJS({
|
|
|
9870
9961
|
}
|
|
9871
9962
|
};
|
|
9872
9963
|
var SENSITIVE_STRING = "***SensitiveInformation***";
|
|
9873
|
-
var createAggregatedClient4 = (commands4, Client2) => {
|
|
9874
|
-
for (const command of Object.
|
|
9875
|
-
const CommandCtor = commands4[command];
|
|
9964
|
+
var createAggregatedClient4 = (commands4, Client2, options) => {
|
|
9965
|
+
for (const [command, CommandCtor] of Object.entries(commands4)) {
|
|
9876
9966
|
const methodImpl = async function(args, optionsOrCb, cb) {
|
|
9877
9967
|
const command2 = new CommandCtor(args);
|
|
9878
9968
|
if (typeof optionsOrCb === "function") {
|
|
@@ -9888,6 +9978,33 @@ var require_dist_cjs26 = __commonJS({
|
|
|
9888
9978
|
const methodName = (command[0].toLowerCase() + command.slice(1)).replace(/Command$/, "");
|
|
9889
9979
|
Client2.prototype[methodName] = methodImpl;
|
|
9890
9980
|
}
|
|
9981
|
+
const { paginators = {}, waiters = {} } = options ?? {};
|
|
9982
|
+
for (const [paginatorName, paginatorFn] of Object.entries(paginators)) {
|
|
9983
|
+
if (Client2.prototype[paginatorName] === void 0) {
|
|
9984
|
+
Client2.prototype[paginatorName] = function(commandInput = {}, paginationConfiguration, ...rest) {
|
|
9985
|
+
return paginatorFn({
|
|
9986
|
+
...paginationConfiguration,
|
|
9987
|
+
client: this
|
|
9988
|
+
}, commandInput, ...rest);
|
|
9989
|
+
};
|
|
9990
|
+
}
|
|
9991
|
+
}
|
|
9992
|
+
for (const [waiterName, waiterFn] of Object.entries(waiters)) {
|
|
9993
|
+
if (Client2.prototype[waiterName] === void 0) {
|
|
9994
|
+
Client2.prototype[waiterName] = async function(commandInput = {}, waiterConfiguration, ...rest) {
|
|
9995
|
+
let config = waiterConfiguration;
|
|
9996
|
+
if (typeof waiterConfiguration === "number") {
|
|
9997
|
+
config = {
|
|
9998
|
+
maxWaitTime: waiterConfiguration
|
|
9999
|
+
};
|
|
10000
|
+
}
|
|
10001
|
+
return waiterFn({
|
|
10002
|
+
...config,
|
|
10003
|
+
client: this
|
|
10004
|
+
}, commandInput, ...rest);
|
|
10005
|
+
};
|
|
10006
|
+
}
|
|
10007
|
+
}
|
|
9891
10008
|
};
|
|
9892
10009
|
var ServiceException = class _ServiceException extends Error {
|
|
9893
10010
|
$fault;
|
|
@@ -10491,53 +10608,6 @@ var init_ConfigurableSerdeContext = __esm({
|
|
|
10491
10608
|
}
|
|
10492
10609
|
});
|
|
10493
10610
|
|
|
10494
|
-
// node_modules/@aws-sdk/core/dist-es/submodules/protocols/structIterator.js
|
|
10495
|
-
function* serializingStructIterator(ns, sourceObject) {
|
|
10496
|
-
if (ns.isUnitSchema()) {
|
|
10497
|
-
return;
|
|
10498
|
-
}
|
|
10499
|
-
const struct2 = ns.getSchema();
|
|
10500
|
-
for (let i4 = 0; i4 < struct2[4].length; ++i4) {
|
|
10501
|
-
const key = struct2[4][i4];
|
|
10502
|
-
const memberSchema = struct2[5][i4];
|
|
10503
|
-
const memberNs = new NormalizedSchema([memberSchema, 0], key);
|
|
10504
|
-
if (!(key in sourceObject) && !memberNs.isIdempotencyToken()) {
|
|
10505
|
-
continue;
|
|
10506
|
-
}
|
|
10507
|
-
yield [key, memberNs];
|
|
10508
|
-
}
|
|
10509
|
-
}
|
|
10510
|
-
function* deserializingStructIterator(ns, sourceObject, nameTrait) {
|
|
10511
|
-
if (ns.isUnitSchema()) {
|
|
10512
|
-
return;
|
|
10513
|
-
}
|
|
10514
|
-
const struct2 = ns.getSchema();
|
|
10515
|
-
let keysRemaining = Object.keys(sourceObject).filter((k4) => k4 !== "__type").length;
|
|
10516
|
-
for (let i4 = 0; i4 < struct2[4].length; ++i4) {
|
|
10517
|
-
if (keysRemaining === 0) {
|
|
10518
|
-
break;
|
|
10519
|
-
}
|
|
10520
|
-
const key = struct2[4][i4];
|
|
10521
|
-
const memberSchema = struct2[5][i4];
|
|
10522
|
-
const memberNs = new NormalizedSchema([memberSchema, 0], key);
|
|
10523
|
-
let serializationKey = key;
|
|
10524
|
-
if (nameTrait) {
|
|
10525
|
-
serializationKey = memberNs.getMergedTraits()[nameTrait] ?? key;
|
|
10526
|
-
}
|
|
10527
|
-
if (!(serializationKey in sourceObject)) {
|
|
10528
|
-
continue;
|
|
10529
|
-
}
|
|
10530
|
-
yield [key, memberNs];
|
|
10531
|
-
keysRemaining -= 1;
|
|
10532
|
-
}
|
|
10533
|
-
}
|
|
10534
|
-
var init_structIterator = __esm({
|
|
10535
|
-
"node_modules/@aws-sdk/core/dist-es/submodules/protocols/structIterator.js"() {
|
|
10536
|
-
"use strict";
|
|
10537
|
-
init_schema();
|
|
10538
|
-
}
|
|
10539
|
-
});
|
|
10540
|
-
|
|
10541
10611
|
// node_modules/@aws-sdk/core/dist-es/submodules/protocols/UnionSerde.js
|
|
10542
10612
|
var UnionSerde;
|
|
10543
10613
|
var init_UnionSerde = __esm({
|
|
@@ -10675,7 +10745,6 @@ var init_JsonShapeDeserializer = __esm({
|
|
|
10675
10745
|
init_serde();
|
|
10676
10746
|
import_util_base644 = __toESM(require_dist_cjs11());
|
|
10677
10747
|
init_ConfigurableSerdeContext();
|
|
10678
|
-
init_structIterator();
|
|
10679
10748
|
init_UnionSerde();
|
|
10680
10749
|
init_jsonReviver();
|
|
10681
10750
|
init_parseJsonBody();
|
|
@@ -10696,23 +10765,40 @@ var init_JsonShapeDeserializer = __esm({
|
|
|
10696
10765
|
const ns = NormalizedSchema.of(schema);
|
|
10697
10766
|
if (isObject) {
|
|
10698
10767
|
if (ns.isStructSchema()) {
|
|
10768
|
+
const record = value;
|
|
10699
10769
|
const union = ns.isUnionSchema();
|
|
10700
10770
|
const out = {};
|
|
10771
|
+
let nameMap = void 0;
|
|
10772
|
+
const { jsonName } = this.settings;
|
|
10773
|
+
if (jsonName) {
|
|
10774
|
+
nameMap = {};
|
|
10775
|
+
}
|
|
10701
10776
|
let unionSerde;
|
|
10702
10777
|
if (union) {
|
|
10703
|
-
unionSerde = new UnionSerde(
|
|
10778
|
+
unionSerde = new UnionSerde(record, out);
|
|
10704
10779
|
}
|
|
10705
|
-
for (const [memberName, memberSchema] of
|
|
10706
|
-
|
|
10780
|
+
for (const [memberName, memberSchema] of ns.structIterator()) {
|
|
10781
|
+
let fromKey = memberName;
|
|
10782
|
+
if (jsonName) {
|
|
10783
|
+
fromKey = memberSchema.getMergedTraits().jsonName ?? fromKey;
|
|
10784
|
+
nameMap[fromKey] = memberName;
|
|
10785
|
+
}
|
|
10707
10786
|
if (union) {
|
|
10708
10787
|
unionSerde.mark(fromKey);
|
|
10709
10788
|
}
|
|
10710
|
-
if (
|
|
10711
|
-
out[memberName] = this._read(memberSchema,
|
|
10789
|
+
if (record[fromKey] != null) {
|
|
10790
|
+
out[memberName] = this._read(memberSchema, record[fromKey]);
|
|
10712
10791
|
}
|
|
10713
10792
|
}
|
|
10714
10793
|
if (union) {
|
|
10715
10794
|
unionSerde.writeUnknown();
|
|
10795
|
+
} else if (typeof record.__type === "string") {
|
|
10796
|
+
for (const [k4, v4] of Object.entries(record)) {
|
|
10797
|
+
const t4 = jsonName ? nameMap[k4] ?? k4 : k4;
|
|
10798
|
+
if (!(t4 in out)) {
|
|
10799
|
+
out[t4] = v4;
|
|
10800
|
+
}
|
|
10801
|
+
}
|
|
10716
10802
|
}
|
|
10717
10803
|
return out;
|
|
10718
10804
|
}
|
|
@@ -10873,7 +10959,6 @@ var init_JsonShapeSerializer = __esm({
|
|
|
10873
10959
|
init_serde();
|
|
10874
10960
|
import_util_base645 = __toESM(require_dist_cjs11());
|
|
10875
10961
|
init_ConfigurableSerdeContext();
|
|
10876
|
-
init_structIterator();
|
|
10877
10962
|
init_jsonReplacer();
|
|
10878
10963
|
JsonShapeSerializer = class extends SerdeContextConfig {
|
|
10879
10964
|
settings;
|
|
@@ -10912,21 +10997,37 @@ var init_JsonShapeSerializer = __esm({
|
|
|
10912
10997
|
const ns = NormalizedSchema.of(schema);
|
|
10913
10998
|
if (isObject) {
|
|
10914
10999
|
if (ns.isStructSchema()) {
|
|
11000
|
+
const record = value;
|
|
10915
11001
|
const out = {};
|
|
10916
|
-
|
|
10917
|
-
|
|
11002
|
+
const { jsonName } = this.settings;
|
|
11003
|
+
let nameMap = void 0;
|
|
11004
|
+
if (jsonName) {
|
|
11005
|
+
nameMap = {};
|
|
11006
|
+
}
|
|
11007
|
+
for (const [memberName, memberSchema] of ns.structIterator()) {
|
|
11008
|
+
const serializableValue = this._write(memberSchema, record[memberName], ns);
|
|
10918
11009
|
if (serializableValue !== void 0) {
|
|
10919
|
-
|
|
10920
|
-
|
|
11010
|
+
let targetKey = memberName;
|
|
11011
|
+
if (jsonName) {
|
|
11012
|
+
targetKey = memberSchema.getMergedTraits().jsonName ?? memberName;
|
|
11013
|
+
nameMap[memberName] = targetKey;
|
|
11014
|
+
}
|
|
10921
11015
|
out[targetKey] = serializableValue;
|
|
10922
11016
|
}
|
|
10923
11017
|
}
|
|
10924
11018
|
if (ns.isUnionSchema() && Object.keys(out).length === 0) {
|
|
10925
|
-
const { $unknown } =
|
|
11019
|
+
const { $unknown } = record;
|
|
10926
11020
|
if (Array.isArray($unknown)) {
|
|
10927
11021
|
const [k4, v4] = $unknown;
|
|
10928
11022
|
out[k4] = this._write(15, v4);
|
|
10929
11023
|
}
|
|
11024
|
+
} else if (typeof record.__type === "string") {
|
|
11025
|
+
for (const [k4, v4] of Object.entries(record)) {
|
|
11026
|
+
const targetKey = jsonName ? nameMap[k4] ?? k4 : k4;
|
|
11027
|
+
if (!(targetKey in out)) {
|
|
11028
|
+
out[targetKey] = this._write(15, v4);
|
|
11029
|
+
}
|
|
11030
|
+
}
|
|
10930
11031
|
}
|
|
10931
11032
|
return out;
|
|
10932
11033
|
}
|
|
@@ -11309,39 +11410,39 @@ var require_fxp = __commonJS({
|
|
|
11309
11410
|
"use strict";
|
|
11310
11411
|
(() => {
|
|
11311
11412
|
"use strict";
|
|
11312
|
-
var t4 = { d: (e5,
|
|
11313
|
-
for (var
|
|
11413
|
+
var t4 = { d: (e5, i5) => {
|
|
11414
|
+
for (var n5 in i5) t4.o(i5, n5) && !t4.o(e5, n5) && Object.defineProperty(e5, n5, { enumerable: true, get: i5[n5] });
|
|
11314
11415
|
}, o: (t5, e5) => Object.prototype.hasOwnProperty.call(t5, e5), r: (t5) => {
|
|
11315
11416
|
"undefined" != typeof Symbol && Symbol.toStringTag && Object.defineProperty(t5, Symbol.toStringTag, { value: "Module" }), Object.defineProperty(t5, "__esModule", { value: true });
|
|
11316
11417
|
} }, e4 = {};
|
|
11317
|
-
t4.r(e4), t4.d(e4, { XMLBuilder: () =>
|
|
11318
|
-
const
|
|
11418
|
+
t4.r(e4), t4.d(e4, { XMLBuilder: () => ut, XMLParser: () => et, XMLValidator: () => ft });
|
|
11419
|
+
const i4 = ":A-Za-z_\\u00C0-\\u00D6\\u00D8-\\u00F6\\u00F8-\\u02FF\\u0370-\\u037D\\u037F-\\u1FFF\\u200C-\\u200D\\u2070-\\u218F\\u2C00-\\u2FEF\\u3001-\\uD7FF\\uF900-\\uFDCF\\uFDF0-\\uFFFD", n4 = new RegExp("^[" + i4 + "][" + i4 + "\\-.\\d\\u00B7\\u0300-\\u036F\\u203F-\\u2040]*$");
|
|
11319
11420
|
function s4(t5, e5) {
|
|
11320
|
-
const
|
|
11321
|
-
let
|
|
11322
|
-
for (;
|
|
11421
|
+
const i5 = [];
|
|
11422
|
+
let n5 = e5.exec(t5);
|
|
11423
|
+
for (; n5; ) {
|
|
11323
11424
|
const s5 = [];
|
|
11324
|
-
s5.startIndex = e5.lastIndex -
|
|
11325
|
-
const r5 =
|
|
11326
|
-
for (let t6 = 0; t6 < r5; t6++) s5.push(
|
|
11327
|
-
|
|
11425
|
+
s5.startIndex = e5.lastIndex - n5[0].length;
|
|
11426
|
+
const r5 = n5.length;
|
|
11427
|
+
for (let t6 = 0; t6 < r5; t6++) s5.push(n5[t6]);
|
|
11428
|
+
i5.push(s5), n5 = e5.exec(t5);
|
|
11328
11429
|
}
|
|
11329
|
-
return
|
|
11430
|
+
return i5;
|
|
11330
11431
|
}
|
|
11331
11432
|
const r4 = function(t5) {
|
|
11332
|
-
return !(null ==
|
|
11433
|
+
return !(null == n4.exec(t5));
|
|
11333
11434
|
}, o4 = { allowBooleanAttributes: false, unpairedTags: [] };
|
|
11334
11435
|
function a4(t5, e5) {
|
|
11335
11436
|
e5 = Object.assign({}, o4, e5);
|
|
11336
|
-
const
|
|
11337
|
-
let
|
|
11437
|
+
const i5 = [];
|
|
11438
|
+
let n5 = false, s5 = false;
|
|
11338
11439
|
"\uFEFF" === t5[0] && (t5 = t5.substr(1));
|
|
11339
11440
|
for (let o5 = 0; o5 < t5.length; o5++) if ("<" === t5[o5] && "?" === t5[o5 + 1]) {
|
|
11340
11441
|
if (o5 += 2, o5 = u4(t5, o5), o5.err) return o5;
|
|
11341
11442
|
} else {
|
|
11342
11443
|
if ("<" !== t5[o5]) {
|
|
11343
11444
|
if (l4(t5[o5])) continue;
|
|
11344
|
-
return x4("InvalidChar", "char '" + t5[o5] + "' is not expected.",
|
|
11445
|
+
return x4("InvalidChar", "char '" + t5[o5] + "' is not expected.", b4(t5, o5));
|
|
11345
11446
|
}
|
|
11346
11447
|
{
|
|
11347
11448
|
let a5 = o5;
|
|
@@ -11352,38 +11453,38 @@ var require_fxp = __commonJS({
|
|
|
11352
11453
|
{
|
|
11353
11454
|
let d5 = false;
|
|
11354
11455
|
"/" === t5[o5] && (d5 = true, o5++);
|
|
11355
|
-
let
|
|
11356
|
-
for (; o5 < t5.length && ">" !== t5[o5] && " " !== t5[o5] && " " !== t5[o5] && "\n" !== t5[o5] && "\r" !== t5[o5]; o5++)
|
|
11357
|
-
if (
|
|
11456
|
+
let p5 = "";
|
|
11457
|
+
for (; o5 < t5.length && ">" !== t5[o5] && " " !== t5[o5] && " " !== t5[o5] && "\n" !== t5[o5] && "\r" !== t5[o5]; o5++) p5 += t5[o5];
|
|
11458
|
+
if (p5 = p5.trim(), "/" === p5[p5.length - 1] && (p5 = p5.substring(0, p5.length - 1), o5--), !r4(p5)) {
|
|
11358
11459
|
let e6;
|
|
11359
|
-
return e6 = 0 ===
|
|
11460
|
+
return e6 = 0 === p5.trim().length ? "Invalid space after '<'." : "Tag '" + p5 + "' is an invalid name.", x4("InvalidTag", e6, b4(t5, o5));
|
|
11360
11461
|
}
|
|
11361
|
-
const
|
|
11362
|
-
if (false ===
|
|
11363
|
-
let
|
|
11364
|
-
if (o5 =
|
|
11365
|
-
const
|
|
11366
|
-
|
|
11367
|
-
const s6 = g4(
|
|
11368
|
-
if (true !== s6) return x4(s6.err.code, s6.err.msg,
|
|
11369
|
-
|
|
11462
|
+
const c5 = f4(t5, o5);
|
|
11463
|
+
if (false === c5) return x4("InvalidAttr", "Attributes for '" + p5 + "' have open quote.", b4(t5, o5));
|
|
11464
|
+
let N2 = c5.value;
|
|
11465
|
+
if (o5 = c5.index, "/" === N2[N2.length - 1]) {
|
|
11466
|
+
const i6 = o5 - N2.length;
|
|
11467
|
+
N2 = N2.substring(0, N2.length - 1);
|
|
11468
|
+
const s6 = g4(N2, e5);
|
|
11469
|
+
if (true !== s6) return x4(s6.err.code, s6.err.msg, b4(t5, i6 + s6.err.line));
|
|
11470
|
+
n5 = true;
|
|
11370
11471
|
} else if (d5) {
|
|
11371
|
-
if (!
|
|
11372
|
-
if (
|
|
11373
|
-
if (0 ===
|
|
11472
|
+
if (!c5.tagClosed) return x4("InvalidTag", "Closing tag '" + p5 + "' doesn't have proper closing.", b4(t5, o5));
|
|
11473
|
+
if (N2.trim().length > 0) return x4("InvalidTag", "Closing tag '" + p5 + "' can't have attributes or invalid starting.", b4(t5, a5));
|
|
11474
|
+
if (0 === i5.length) return x4("InvalidTag", "Closing tag '" + p5 + "' has not been opened.", b4(t5, a5));
|
|
11374
11475
|
{
|
|
11375
|
-
const e6 =
|
|
11376
|
-
if (
|
|
11377
|
-
let
|
|
11378
|
-
return x4("InvalidTag", "Expected closing tag '" + e6.tagName + "' (opened in line " +
|
|
11476
|
+
const e6 = i5.pop();
|
|
11477
|
+
if (p5 !== e6.tagName) {
|
|
11478
|
+
let i6 = b4(t5, e6.tagStartPos);
|
|
11479
|
+
return x4("InvalidTag", "Expected closing tag '" + e6.tagName + "' (opened in line " + i6.line + ", col " + i6.col + ") instead of closing tag '" + p5 + "'.", b4(t5, a5));
|
|
11379
11480
|
}
|
|
11380
|
-
0 ==
|
|
11481
|
+
0 == i5.length && (s5 = true);
|
|
11381
11482
|
}
|
|
11382
11483
|
} else {
|
|
11383
|
-
const r5 = g4(
|
|
11384
|
-
if (true !== r5) return x4(r5.err.code, r5.err.msg,
|
|
11385
|
-
if (true === s5) return x4("InvalidXml", "Multiple possible root nodes found.",
|
|
11386
|
-
-1 !== e5.unpairedTags.indexOf(
|
|
11484
|
+
const r5 = g4(N2, e5);
|
|
11485
|
+
if (true !== r5) return x4(r5.err.code, r5.err.msg, b4(t5, o5 - N2.length + r5.err.line));
|
|
11486
|
+
if (true === s5) return x4("InvalidXml", "Multiple possible root nodes found.", b4(t5, o5));
|
|
11487
|
+
-1 !== e5.unpairedTags.indexOf(p5) || i5.push({ tagName: p5, tagStartPos: a5 }), n5 = true;
|
|
11387
11488
|
}
|
|
11388
11489
|
for (o5++; o5 < t5.length; o5++) if ("<" === t5[o5]) {
|
|
11389
11490
|
if ("!" === t5[o5 + 1]) {
|
|
@@ -11394,24 +11495,24 @@ var require_fxp = __commonJS({
|
|
|
11394
11495
|
if (o5 = u4(t5, ++o5), o5.err) return o5;
|
|
11395
11496
|
} else if ("&" === t5[o5]) {
|
|
11396
11497
|
const e6 = m4(t5, o5);
|
|
11397
|
-
if (-1 == e6) return x4("InvalidChar", "char '&' is not expected.",
|
|
11498
|
+
if (-1 == e6) return x4("InvalidChar", "char '&' is not expected.", b4(t5, o5));
|
|
11398
11499
|
o5 = e6;
|
|
11399
|
-
} else if (true === s5 && !l4(t5[o5])) return x4("InvalidXml", "Extra text at the end",
|
|
11500
|
+
} else if (true === s5 && !l4(t5[o5])) return x4("InvalidXml", "Extra text at the end", b4(t5, o5));
|
|
11400
11501
|
"<" === t5[o5] && o5--;
|
|
11401
11502
|
}
|
|
11402
11503
|
}
|
|
11403
11504
|
}
|
|
11404
|
-
return
|
|
11505
|
+
return n5 ? 1 == i5.length ? x4("InvalidTag", "Unclosed tag '" + i5[0].tagName + "'.", b4(t5, i5[0].tagStartPos)) : !(i5.length > 0) || x4("InvalidXml", "Invalid '" + JSON.stringify(i5.map((t6) => t6.tagName), null, 4).replace(/\r?\n/g, "") + "' found.", { line: 1, col: 1 }) : x4("InvalidXml", "Start tag expected.", 1);
|
|
11405
11506
|
}
|
|
11406
11507
|
function l4(t5) {
|
|
11407
11508
|
return " " === t5 || " " === t5 || "\n" === t5 || "\r" === t5;
|
|
11408
11509
|
}
|
|
11409
11510
|
function u4(t5, e5) {
|
|
11410
|
-
const
|
|
11511
|
+
const i5 = e5;
|
|
11411
11512
|
for (; e5 < t5.length; e5++) if ("?" != t5[e5] && " " != t5[e5]) ;
|
|
11412
11513
|
else {
|
|
11413
|
-
const
|
|
11414
|
-
if (e5 > 5 && "xml" ===
|
|
11514
|
+
const n5 = t5.substr(i5, e5 - i5);
|
|
11515
|
+
if (e5 > 5 && "xml" === n5) return x4("InvalidXml", "XML declaration allowed only at the start of the document.", b4(t5, e5));
|
|
11415
11516
|
if ("?" == t5[e5] && ">" == t5[e5 + 1]) {
|
|
11416
11517
|
e5++;
|
|
11417
11518
|
break;
|
|
@@ -11426,9 +11527,9 @@ var require_fxp = __commonJS({
|
|
|
11426
11527
|
break;
|
|
11427
11528
|
}
|
|
11428
11529
|
} else if (t5.length > e5 + 8 && "D" === t5[e5 + 1] && "O" === t5[e5 + 2] && "C" === t5[e5 + 3] && "T" === t5[e5 + 4] && "Y" === t5[e5 + 5] && "P" === t5[e5 + 6] && "E" === t5[e5 + 7]) {
|
|
11429
|
-
let
|
|
11430
|
-
for (e5 += 8; e5 < t5.length; e5++) if ("<" === t5[e5])
|
|
11431
|
-
else if (">" === t5[e5] && (
|
|
11530
|
+
let i5 = 1;
|
|
11531
|
+
for (e5 += 8; e5 < t5.length; e5++) if ("<" === t5[e5]) i5++;
|
|
11532
|
+
else if (">" === t5[e5] && (i5--, 0 === i5)) break;
|
|
11432
11533
|
} else if (t5.length > e5 + 9 && "[" === t5[e5 + 1] && "C" === t5[e5 + 2] && "D" === t5[e5 + 3] && "A" === t5[e5 + 4] && "T" === t5[e5 + 5] && "A" === t5[e5 + 6] && "[" === t5[e5 + 7]) {
|
|
11433
11534
|
for (e5 += 8; e5 < t5.length; e5++) if ("]" === t5[e5] && "]" === t5[e5 + 1] && ">" === t5[e5 + 2]) {
|
|
11434
11535
|
e5 += 2;
|
|
@@ -11437,59 +11538,59 @@ var require_fxp = __commonJS({
|
|
|
11437
11538
|
}
|
|
11438
11539
|
return e5;
|
|
11439
11540
|
}
|
|
11440
|
-
const d4 = '"',
|
|
11441
|
-
function
|
|
11442
|
-
let
|
|
11541
|
+
const d4 = '"', p4 = "'";
|
|
11542
|
+
function f4(t5, e5) {
|
|
11543
|
+
let i5 = "", n5 = "", s5 = false;
|
|
11443
11544
|
for (; e5 < t5.length; e5++) {
|
|
11444
|
-
if (t5[e5] === d4 || t5[e5] ===
|
|
11445
|
-
else if (">" === t5[e5] && "" ===
|
|
11545
|
+
if (t5[e5] === d4 || t5[e5] === p4) "" === n5 ? n5 = t5[e5] : n5 !== t5[e5] || (n5 = "");
|
|
11546
|
+
else if (">" === t5[e5] && "" === n5) {
|
|
11446
11547
|
s5 = true;
|
|
11447
11548
|
break;
|
|
11448
11549
|
}
|
|
11449
|
-
|
|
11550
|
+
i5 += t5[e5];
|
|
11450
11551
|
}
|
|
11451
|
-
return "" ===
|
|
11552
|
+
return "" === n5 && { value: i5, index: e5, tagClosed: s5 };
|
|
11452
11553
|
}
|
|
11453
|
-
const
|
|
11554
|
+
const c4 = new RegExp(`(\\s*)([^\\s=]+)(\\s*=)?(\\s*(['"])(([\\s\\S])*?)\\5)?`, "g");
|
|
11454
11555
|
function g4(t5, e5) {
|
|
11455
|
-
const
|
|
11456
|
-
for (let t6 = 0; t6 <
|
|
11457
|
-
if (0 ===
|
|
11458
|
-
if (void 0 !==
|
|
11459
|
-
if (void 0 ===
|
|
11460
|
-
const s5 =
|
|
11461
|
-
if (!
|
|
11462
|
-
if (
|
|
11463
|
-
|
|
11556
|
+
const i5 = s4(t5, c4), n5 = {};
|
|
11557
|
+
for (let t6 = 0; t6 < i5.length; t6++) {
|
|
11558
|
+
if (0 === i5[t6][1].length) return x4("InvalidAttr", "Attribute '" + i5[t6][2] + "' has no space in starting.", E2(i5[t6]));
|
|
11559
|
+
if (void 0 !== i5[t6][3] && void 0 === i5[t6][4]) return x4("InvalidAttr", "Attribute '" + i5[t6][2] + "' is without value.", E2(i5[t6]));
|
|
11560
|
+
if (void 0 === i5[t6][3] && !e5.allowBooleanAttributes) return x4("InvalidAttr", "boolean attribute '" + i5[t6][2] + "' is not allowed.", E2(i5[t6]));
|
|
11561
|
+
const s5 = i5[t6][2];
|
|
11562
|
+
if (!N(s5)) return x4("InvalidAttr", "Attribute '" + s5 + "' is an invalid name.", E2(i5[t6]));
|
|
11563
|
+
if (n5.hasOwnProperty(s5)) return x4("InvalidAttr", "Attribute '" + s5 + "' is repeated.", E2(i5[t6]));
|
|
11564
|
+
n5[s5] = 1;
|
|
11464
11565
|
}
|
|
11465
11566
|
return true;
|
|
11466
11567
|
}
|
|
11467
11568
|
function m4(t5, e5) {
|
|
11468
11569
|
if (";" === t5[++e5]) return -1;
|
|
11469
11570
|
if ("#" === t5[e5]) return function(t6, e6) {
|
|
11470
|
-
let
|
|
11471
|
-
for ("x" === t6[e6] && (e6++,
|
|
11571
|
+
let i6 = /\d/;
|
|
11572
|
+
for ("x" === t6[e6] && (e6++, i6 = /[\da-fA-F]/); e6 < t6.length; e6++) {
|
|
11472
11573
|
if (";" === t6[e6]) return e6;
|
|
11473
|
-
if (!t6[e6].match(
|
|
11574
|
+
if (!t6[e6].match(i6)) break;
|
|
11474
11575
|
}
|
|
11475
11576
|
return -1;
|
|
11476
11577
|
}(t5, ++e5);
|
|
11477
|
-
let
|
|
11478
|
-
for (; e5 < t5.length; e5++,
|
|
11578
|
+
let i5 = 0;
|
|
11579
|
+
for (; e5 < t5.length; e5++, i5++) if (!(t5[e5].match(/\w/) && i5 < 20)) {
|
|
11479
11580
|
if (";" === t5[e5]) break;
|
|
11480
11581
|
return -1;
|
|
11481
11582
|
}
|
|
11482
11583
|
return e5;
|
|
11483
11584
|
}
|
|
11484
|
-
function x4(t5, e5,
|
|
11485
|
-
return { err: { code: t5, msg: e5, line:
|
|
11585
|
+
function x4(t5, e5, i5) {
|
|
11586
|
+
return { err: { code: t5, msg: e5, line: i5.line || i5, col: i5.col } };
|
|
11486
11587
|
}
|
|
11487
|
-
function
|
|
11588
|
+
function N(t5) {
|
|
11488
11589
|
return r4(t5);
|
|
11489
11590
|
}
|
|
11490
|
-
function
|
|
11491
|
-
const
|
|
11492
|
-
return { line:
|
|
11591
|
+
function b4(t5, e5) {
|
|
11592
|
+
const i5 = t5.substring(0, e5).split(/\r?\n/);
|
|
11593
|
+
return { line: i5.length, col: i5[i5.length - 1].length + 1 };
|
|
11493
11594
|
}
|
|
11494
11595
|
function E2(t5) {
|
|
11495
11596
|
return t5.startIndex + t5[1].length;
|
|
@@ -11498,12 +11599,12 @@ var require_fxp = __commonJS({
|
|
|
11498
11599
|
return e5;
|
|
11499
11600
|
}, attributeValueProcessor: function(t5, e5) {
|
|
11500
11601
|
return e5;
|
|
11501
|
-
}, stopNodes: [], alwaysCreateTextNode: false, isArray: () => false, commentPropName: false, unpairedTags: [], processEntities: true, htmlEntities: false, ignoreDeclaration: false, ignorePiTags: false, transformTagName: false, transformAttributeName: false, updateTag: function(t5, e5,
|
|
11602
|
+
}, stopNodes: [], alwaysCreateTextNode: false, isArray: () => false, commentPropName: false, unpairedTags: [], processEntities: true, htmlEntities: false, ignoreDeclaration: false, ignorePiTags: false, transformTagName: false, transformAttributeName: false, updateTag: function(t5, e5, i5) {
|
|
11502
11603
|
return t5;
|
|
11503
11604
|
}, captureMetaData: false };
|
|
11504
|
-
let
|
|
11505
|
-
|
|
11506
|
-
class
|
|
11605
|
+
let T;
|
|
11606
|
+
T = "function" != typeof Symbol ? "@@xmlMetadata" : Symbol("XML Node Metadata");
|
|
11607
|
+
class y2 {
|
|
11507
11608
|
constructor(t5) {
|
|
11508
11609
|
this.tagname = t5, this.child = [], this[":@"] = {};
|
|
11509
11610
|
}
|
|
@@ -11511,150 +11612,193 @@ var require_fxp = __commonJS({
|
|
|
11511
11612
|
"__proto__" === t5 && (t5 = "#__proto__"), this.child.push({ [t5]: e5 });
|
|
11512
11613
|
}
|
|
11513
11614
|
addChild(t5, e5) {
|
|
11514
|
-
"__proto__" === t5.tagname && (t5.tagname = "#__proto__"), t5[":@"] && Object.keys(t5[":@"]).length > 0 ? this.child.push({ [t5.tagname]: t5.child, ":@": t5[":@"] }) : this.child.push({ [t5.tagname]: t5.child }), void 0 !== e5 && (this.child[this.child.length - 1][
|
|
11615
|
+
"__proto__" === t5.tagname && (t5.tagname = "#__proto__"), t5[":@"] && Object.keys(t5[":@"]).length > 0 ? this.child.push({ [t5.tagname]: t5.child, ":@": t5[":@"] }) : this.child.push({ [t5.tagname]: t5.child }), void 0 !== e5 && (this.child[this.child.length - 1][T] = { startIndex: e5 });
|
|
11515
11616
|
}
|
|
11516
11617
|
static getMetaDataSymbol() {
|
|
11517
|
-
return
|
|
11618
|
+
return T;
|
|
11518
11619
|
}
|
|
11519
11620
|
}
|
|
11520
|
-
|
|
11521
|
-
|
|
11522
|
-
|
|
11523
|
-
|
|
11524
|
-
|
|
11525
|
-
|
|
11526
|
-
|
|
11527
|
-
|
|
11528
|
-
|
|
11529
|
-
|
|
11530
|
-
if (
|
|
11531
|
-
|
|
11532
|
-
|
|
11533
|
-
|
|
11534
|
-
e5
|
|
11535
|
-
|
|
11536
|
-
|
|
11537
|
-
|
|
11538
|
-
|
|
11539
|
-
|
|
11540
|
-
|
|
11541
|
-
e5
|
|
11542
|
-
|
|
11543
|
-
|
|
11544
|
-
|
|
11621
|
+
class w4 {
|
|
11622
|
+
constructor(t5) {
|
|
11623
|
+
this.suppressValidationErr = !t5;
|
|
11624
|
+
}
|
|
11625
|
+
readDocType(t5, e5) {
|
|
11626
|
+
const i5 = {};
|
|
11627
|
+
if ("O" !== t5[e5 + 3] || "C" !== t5[e5 + 4] || "T" !== t5[e5 + 5] || "Y" !== t5[e5 + 6] || "P" !== t5[e5 + 7] || "E" !== t5[e5 + 8]) throw new Error("Invalid Tag instead of DOCTYPE");
|
|
11628
|
+
{
|
|
11629
|
+
e5 += 9;
|
|
11630
|
+
let n5 = 1, s5 = false, r5 = false, o5 = "";
|
|
11631
|
+
for (; e5 < t5.length; e5++) if ("<" !== t5[e5] || r5) if (">" === t5[e5]) {
|
|
11632
|
+
if (r5 ? "-" === t5[e5 - 1] && "-" === t5[e5 - 2] && (r5 = false, n5--) : n5--, 0 === n5) break;
|
|
11633
|
+
} else "[" === t5[e5] ? s5 = true : o5 += t5[e5];
|
|
11634
|
+
else {
|
|
11635
|
+
if (s5 && P(t5, "!ENTITY", e5)) {
|
|
11636
|
+
let n6, s6;
|
|
11637
|
+
e5 += 7, [n6, s6, e5] = this.readEntityExp(t5, e5 + 1, this.suppressValidationErr), -1 === s6.indexOf("&") && (i5[n6] = { regx: RegExp(`&${n6};`, "g"), val: s6 });
|
|
11638
|
+
} else if (s5 && P(t5, "!ELEMENT", e5)) {
|
|
11639
|
+
e5 += 8;
|
|
11640
|
+
const { index: i6 } = this.readElementExp(t5, e5 + 1);
|
|
11641
|
+
e5 = i6;
|
|
11642
|
+
} else if (s5 && P(t5, "!ATTLIST", e5)) e5 += 8;
|
|
11643
|
+
else if (s5 && P(t5, "!NOTATION", e5)) {
|
|
11644
|
+
e5 += 9;
|
|
11645
|
+
const { index: i6 } = this.readNotationExp(t5, e5 + 1, this.suppressValidationErr);
|
|
11646
|
+
e5 = i6;
|
|
11647
|
+
} else {
|
|
11648
|
+
if (!P(t5, "!--", e5)) throw new Error("Invalid DOCTYPE");
|
|
11649
|
+
r5 = true;
|
|
11650
|
+
}
|
|
11651
|
+
n5++, o5 = "";
|
|
11652
|
+
}
|
|
11653
|
+
if (0 !== n5) throw new Error("Unclosed DOCTYPE");
|
|
11654
|
+
}
|
|
11655
|
+
return { entities: i5, i: e5 };
|
|
11656
|
+
}
|
|
11657
|
+
readEntityExp(t5, e5) {
|
|
11658
|
+
e5 = I2(t5, e5);
|
|
11659
|
+
let i5 = "";
|
|
11660
|
+
for (; e5 < t5.length && !/\s/.test(t5[e5]) && '"' !== t5[e5] && "'" !== t5[e5]; ) i5 += t5[e5], e5++;
|
|
11661
|
+
if (O(i5), e5 = I2(t5, e5), !this.suppressValidationErr) {
|
|
11662
|
+
if ("SYSTEM" === t5.substring(e5, e5 + 6).toUpperCase()) throw new Error("External entities are not supported");
|
|
11663
|
+
if ("%" === t5[e5]) throw new Error("Parameter entities are not supported");
|
|
11664
|
+
}
|
|
11665
|
+
let n5 = "";
|
|
11666
|
+
return [e5, n5] = this.readIdentifierVal(t5, e5, "entity"), [i5, n5, --e5];
|
|
11667
|
+
}
|
|
11668
|
+
readNotationExp(t5, e5) {
|
|
11669
|
+
e5 = I2(t5, e5);
|
|
11670
|
+
let i5 = "";
|
|
11671
|
+
for (; e5 < t5.length && !/\s/.test(t5[e5]); ) i5 += t5[e5], e5++;
|
|
11672
|
+
!this.suppressValidationErr && O(i5), e5 = I2(t5, e5);
|
|
11673
|
+
const n5 = t5.substring(e5, e5 + 6).toUpperCase();
|
|
11674
|
+
if (!this.suppressValidationErr && "SYSTEM" !== n5 && "PUBLIC" !== n5) throw new Error(`Expected SYSTEM or PUBLIC, found "${n5}"`);
|
|
11675
|
+
e5 += n5.length, e5 = I2(t5, e5);
|
|
11676
|
+
let s5 = null, r5 = null;
|
|
11677
|
+
if ("PUBLIC" === n5) [e5, s5] = this.readIdentifierVal(t5, e5, "publicIdentifier"), '"' !== t5[e5 = I2(t5, e5)] && "'" !== t5[e5] || ([e5, r5] = this.readIdentifierVal(t5, e5, "systemIdentifier"));
|
|
11678
|
+
else if ("SYSTEM" === n5 && ([e5, r5] = this.readIdentifierVal(t5, e5, "systemIdentifier"), !this.suppressValidationErr && !r5)) throw new Error("Missing mandatory system identifier for SYSTEM notation");
|
|
11679
|
+
return { notationName: i5, publicIdentifier: s5, systemIdentifier: r5, index: --e5 };
|
|
11680
|
+
}
|
|
11681
|
+
readIdentifierVal(t5, e5, i5) {
|
|
11682
|
+
let n5 = "";
|
|
11683
|
+
const s5 = t5[e5];
|
|
11684
|
+
if ('"' !== s5 && "'" !== s5) throw new Error(`Expected quoted string, found "${s5}"`);
|
|
11685
|
+
for (e5++; e5 < t5.length && t5[e5] !== s5; ) n5 += t5[e5], e5++;
|
|
11686
|
+
if (t5[e5] !== s5) throw new Error(`Unterminated ${i5} value`);
|
|
11687
|
+
return [++e5, n5];
|
|
11688
|
+
}
|
|
11689
|
+
readElementExp(t5, e5) {
|
|
11690
|
+
e5 = I2(t5, e5);
|
|
11691
|
+
let i5 = "";
|
|
11692
|
+
for (; e5 < t5.length && !/\s/.test(t5[e5]); ) i5 += t5[e5], e5++;
|
|
11693
|
+
if (!this.suppressValidationErr && !r4(i5)) throw new Error(`Invalid element name: "${i5}"`);
|
|
11694
|
+
let n5 = "";
|
|
11695
|
+
if ("E" === t5[e5 = I2(t5, e5)] && P(t5, "MPTY", e5)) e5 += 4;
|
|
11696
|
+
else if ("A" === t5[e5] && P(t5, "NY", e5)) e5 += 2;
|
|
11697
|
+
else if ("(" === t5[e5]) {
|
|
11698
|
+
for (e5++; e5 < t5.length && ")" !== t5[e5]; ) n5 += t5[e5], e5++;
|
|
11699
|
+
if (")" !== t5[e5]) throw new Error("Unterminated content model");
|
|
11700
|
+
} else if (!this.suppressValidationErr) throw new Error(`Invalid Element Expression, found "${t5[e5]}"`);
|
|
11701
|
+
return { elementName: i5, contentModel: n5.trim(), index: e5 };
|
|
11702
|
+
}
|
|
11703
|
+
readAttlistExp(t5, e5) {
|
|
11704
|
+
e5 = I2(t5, e5);
|
|
11705
|
+
let i5 = "";
|
|
11706
|
+
for (; e5 < t5.length && !/\s/.test(t5[e5]); ) i5 += t5[e5], e5++;
|
|
11707
|
+
O(i5), e5 = I2(t5, e5);
|
|
11708
|
+
let n5 = "";
|
|
11709
|
+
for (; e5 < t5.length && !/\s/.test(t5[e5]); ) n5 += t5[e5], e5++;
|
|
11710
|
+
if (!O(n5)) throw new Error(`Invalid attribute name: "${n5}"`);
|
|
11711
|
+
e5 = I2(t5, e5);
|
|
11712
|
+
let s5 = "";
|
|
11713
|
+
if ("NOTATION" === t5.substring(e5, e5 + 8).toUpperCase()) {
|
|
11714
|
+
if (s5 = "NOTATION", "(" !== t5[e5 = I2(t5, e5 += 8)]) throw new Error(`Expected '(', found "${t5[e5]}"`);
|
|
11715
|
+
e5++;
|
|
11716
|
+
let i6 = [];
|
|
11717
|
+
for (; e5 < t5.length && ")" !== t5[e5]; ) {
|
|
11718
|
+
let n6 = "";
|
|
11719
|
+
for (; e5 < t5.length && "|" !== t5[e5] && ")" !== t5[e5]; ) n6 += t5[e5], e5++;
|
|
11720
|
+
if (n6 = n6.trim(), !O(n6)) throw new Error(`Invalid notation name: "${n6}"`);
|
|
11721
|
+
i6.push(n6), "|" === t5[e5] && (e5++, e5 = I2(t5, e5));
|
|
11545
11722
|
}
|
|
11546
|
-
|
|
11723
|
+
if (")" !== t5[e5]) throw new Error("Unterminated list of notations");
|
|
11724
|
+
e5++, s5 += " (" + i6.join("|") + ")";
|
|
11725
|
+
} else {
|
|
11726
|
+
for (; e5 < t5.length && !/\s/.test(t5[e5]); ) s5 += t5[e5], e5++;
|
|
11727
|
+
const i6 = ["CDATA", "ID", "IDREF", "IDREFS", "ENTITY", "ENTITIES", "NMTOKEN", "NMTOKENS"];
|
|
11728
|
+
if (!this.suppressValidationErr && !i6.includes(s5.toUpperCase())) throw new Error(`Invalid attribute type: "${s5}"`);
|
|
11547
11729
|
}
|
|
11548
|
-
|
|
11730
|
+
e5 = I2(t5, e5);
|
|
11731
|
+
let r5 = "";
|
|
11732
|
+
return "#REQUIRED" === t5.substring(e5, e5 + 8).toUpperCase() ? (r5 = "#REQUIRED", e5 += 8) : "#IMPLIED" === t5.substring(e5, e5 + 7).toUpperCase() ? (r5 = "#IMPLIED", e5 += 7) : [e5, r5] = this.readIdentifierVal(t5, e5, "ATTLIST"), { elementName: i5, attributeName: n5, attributeType: s5, defaultValue: r5, index: e5 };
|
|
11549
11733
|
}
|
|
11550
|
-
return { entities: n5, i: e5 };
|
|
11551
11734
|
}
|
|
11552
|
-
const
|
|
11735
|
+
const I2 = (t5, e5) => {
|
|
11553
11736
|
for (; e5 < t5.length && /\s/.test(t5[e5]); ) e5++;
|
|
11554
11737
|
return e5;
|
|
11555
11738
|
};
|
|
11556
|
-
function
|
|
11557
|
-
|
|
11558
|
-
let n5 = "";
|
|
11559
|
-
for (; e5 < t5.length && !/\s/.test(t5[e5]) && '"' !== t5[e5] && "'" !== t5[e5]; ) n5 += t5[e5], e5++;
|
|
11560
|
-
if ($(n5), e5 = P(t5, e5), "SYSTEM" === t5.substring(e5, e5 + 6).toUpperCase()) throw new Error("External entities are not supported");
|
|
11561
|
-
if ("%" === t5[e5]) throw new Error("Parameter entities are not supported");
|
|
11562
|
-
let i5 = "";
|
|
11563
|
-
return [e5, i5] = I2(t5, e5, "entity"), [n5, i5, --e5];
|
|
11564
|
-
}
|
|
11565
|
-
function A2(t5, e5) {
|
|
11566
|
-
e5 = P(t5, e5);
|
|
11567
|
-
let n5 = "";
|
|
11568
|
-
for (; e5 < t5.length && !/\s/.test(t5[e5]); ) n5 += t5[e5], e5++;
|
|
11569
|
-
$(n5), e5 = P(t5, e5);
|
|
11570
|
-
const i5 = t5.substring(e5, e5 + 6).toUpperCase();
|
|
11571
|
-
if ("SYSTEM" !== i5 && "PUBLIC" !== i5) throw new Error(`Expected SYSTEM or PUBLIC, found "${i5}"`);
|
|
11572
|
-
e5 += i5.length, e5 = P(t5, e5);
|
|
11573
|
-
let s5 = null, r5 = null;
|
|
11574
|
-
if ("PUBLIC" === i5) [e5, s5] = I2(t5, e5, "publicIdentifier"), '"' !== t5[e5 = P(t5, e5)] && "'" !== t5[e5] || ([e5, r5] = I2(t5, e5, "systemIdentifier"));
|
|
11575
|
-
else if ("SYSTEM" === i5 && ([e5, r5] = I2(t5, e5, "systemIdentifier"), !r5)) throw new Error("Missing mandatory system identifier for SYSTEM notation");
|
|
11576
|
-
return { notationName: n5, publicIdentifier: s5, systemIdentifier: r5, index: --e5 };
|
|
11577
|
-
}
|
|
11578
|
-
function I2(t5, e5, n5) {
|
|
11579
|
-
let i5 = "";
|
|
11580
|
-
const s5 = t5[e5];
|
|
11581
|
-
if ('"' !== s5 && "'" !== s5) throw new Error(`Expected quoted string, found "${s5}"`);
|
|
11582
|
-
for (e5++; e5 < t5.length && t5[e5] !== s5; ) i5 += t5[e5], e5++;
|
|
11583
|
-
if (t5[e5] !== s5) throw new Error(`Unterminated ${n5} value`);
|
|
11584
|
-
return [++e5, i5];
|
|
11585
|
-
}
|
|
11586
|
-
function S(t5, e5) {
|
|
11587
|
-
e5 = P(t5, e5);
|
|
11588
|
-
let n5 = "";
|
|
11589
|
-
for (; e5 < t5.length && !/\s/.test(t5[e5]); ) n5 += t5[e5], e5++;
|
|
11590
|
-
if (!$(n5)) throw new Error(`Invalid element name: "${n5}"`);
|
|
11591
|
-
let i5 = "";
|
|
11592
|
-
if ("E" === t5[e5 = P(t5, e5)] && C2(t5, "MPTY", e5)) e5 += 4;
|
|
11593
|
-
else if ("A" === t5[e5] && C2(t5, "NY", e5)) e5 += 2;
|
|
11594
|
-
else {
|
|
11595
|
-
if ("(" !== t5[e5]) throw new Error(`Invalid Element Expression, found "${t5[e5]}"`);
|
|
11596
|
-
for (e5++; e5 < t5.length && ")" !== t5[e5]; ) i5 += t5[e5], e5++;
|
|
11597
|
-
if (")" !== t5[e5]) throw new Error("Unterminated content model");
|
|
11598
|
-
}
|
|
11599
|
-
return { elementName: n5, contentModel: i5.trim(), index: e5 };
|
|
11600
|
-
}
|
|
11601
|
-
function C2(t5, e5, n5) {
|
|
11602
|
-
for (let i5 = 0; i5 < e5.length; i5++) if (e5[i5] !== t5[n5 + i5 + 1]) return false;
|
|
11739
|
+
function P(t5, e5, i5) {
|
|
11740
|
+
for (let n5 = 0; n5 < e5.length; n5++) if (e5[n5] !== t5[i5 + n5 + 1]) return false;
|
|
11603
11741
|
return true;
|
|
11604
11742
|
}
|
|
11605
|
-
function
|
|
11743
|
+
function O(t5) {
|
|
11606
11744
|
if (r4(t5)) return t5;
|
|
11607
11745
|
throw new Error(`Invalid entity name ${t5}`);
|
|
11608
11746
|
}
|
|
11609
|
-
const
|
|
11610
|
-
const
|
|
11611
|
-
function
|
|
11747
|
+
const A2 = /^[-+]?0x[a-fA-F0-9]+$/, S = /^([\-\+])?(0*)([0-9]*(\.[0-9]*)?)$/, C2 = { hex: true, leadingZeros: true, decimalPoint: ".", eNotation: true };
|
|
11748
|
+
const V = /^([-+])?(0*)(\d*(\.\d*)?[eE][-\+]?\d+)$/;
|
|
11749
|
+
function $(t5) {
|
|
11612
11750
|
return "function" == typeof t5 ? t5 : Array.isArray(t5) ? (e5) => {
|
|
11613
|
-
for (const
|
|
11614
|
-
if ("string" == typeof
|
|
11615
|
-
if (
|
|
11751
|
+
for (const i5 of t5) {
|
|
11752
|
+
if ("string" == typeof i5 && e5 === i5) return true;
|
|
11753
|
+
if (i5 instanceof RegExp && i5.test(e5)) return true;
|
|
11616
11754
|
}
|
|
11617
11755
|
} : () => false;
|
|
11618
11756
|
}
|
|
11619
|
-
class
|
|
11757
|
+
class D2 {
|
|
11620
11758
|
constructor(t5) {
|
|
11621
|
-
this.options = t5, this.currentNode = null, this.tagsNodeStack = [], this.docTypeEntities = {}, this.lastEntities = { apos: { regex: /&(apos|#39|#x27);/g, val: "'" }, gt: { regex: /&(gt|#62|#x3E);/g, val: ">" }, lt: { regex: /&(lt|#60|#x3C);/g, val: "<" }, quot: { regex: /&(quot|#34|#x22);/g, val: '"' } }, this.ampEntity = { regex: /&(amp|#38|#x26);/g, val: "&" }, this.htmlEntities = { space: { regex: /&(nbsp|#160);/g, val: " " }, cent: { regex: /&(cent|#162);/g, val: "\xA2" }, pound: { regex: /&(pound|#163);/g, val: "\xA3" }, yen: { regex: /&(yen|#165);/g, val: "\xA5" }, euro: { regex: /&(euro|#8364);/g, val: "\u20AC" }, copyright: { regex: /&(copy|#169);/g, val: "\xA9" }, reg: { regex: /&(reg|#174);/g, val: "\xAE" }, inr: { regex: /&(inr|#8377);/g, val: "\u20B9" }, num_dec: { regex: /&#([0-9]{1,7});/g, val: (t6, e5) =>
|
|
11759
|
+
if (this.options = t5, this.currentNode = null, this.tagsNodeStack = [], this.docTypeEntities = {}, this.lastEntities = { apos: { regex: /&(apos|#39|#x27);/g, val: "'" }, gt: { regex: /&(gt|#62|#x3E);/g, val: ">" }, lt: { regex: /&(lt|#60|#x3C);/g, val: "<" }, quot: { regex: /&(quot|#34|#x22);/g, val: '"' } }, this.ampEntity = { regex: /&(amp|#38|#x26);/g, val: "&" }, this.htmlEntities = { space: { regex: /&(nbsp|#160);/g, val: " " }, cent: { regex: /&(cent|#162);/g, val: "\xA2" }, pound: { regex: /&(pound|#163);/g, val: "\xA3" }, yen: { regex: /&(yen|#165);/g, val: "\xA5" }, euro: { regex: /&(euro|#8364);/g, val: "\u20AC" }, copyright: { regex: /&(copy|#169);/g, val: "\xA9" }, reg: { regex: /&(reg|#174);/g, val: "\xAE" }, inr: { regex: /&(inr|#8377);/g, val: "\u20B9" }, num_dec: { regex: /&#([0-9]{1,7});/g, val: (t6, e5) => Z(e5, 10, "&#") }, num_hex: { regex: /&#x([0-9a-fA-F]{1,6});/g, val: (t6, e5) => Z(e5, 16, "&#x") } }, this.addExternalEntities = j4, this.parseXml = L, this.parseTextData = M, this.resolveNameSpace = F2, this.buildAttributesMap = k4, this.isItStopNode = Y, this.replaceEntitiesValue = B2, this.readStopNodeData = W, this.saveTextToParentTag = R, this.addChild = U, this.ignoreAttributesFn = $(this.options.ignoreAttributes), this.options.stopNodes && this.options.stopNodes.length > 0) {
|
|
11760
|
+
this.stopNodesExact = /* @__PURE__ */ new Set(), this.stopNodesWildcard = /* @__PURE__ */ new Set();
|
|
11761
|
+
for (let t6 = 0; t6 < this.options.stopNodes.length; t6++) {
|
|
11762
|
+
const e5 = this.options.stopNodes[t6];
|
|
11763
|
+
"string" == typeof e5 && (e5.startsWith("*.") ? this.stopNodesWildcard.add(e5.substring(2)) : this.stopNodesExact.add(e5));
|
|
11764
|
+
}
|
|
11765
|
+
}
|
|
11622
11766
|
}
|
|
11623
11767
|
}
|
|
11624
|
-
function
|
|
11768
|
+
function j4(t5) {
|
|
11625
11769
|
const e5 = Object.keys(t5);
|
|
11626
|
-
for (let
|
|
11627
|
-
const
|
|
11628
|
-
this.lastEntities[
|
|
11770
|
+
for (let i5 = 0; i5 < e5.length; i5++) {
|
|
11771
|
+
const n5 = e5[i5];
|
|
11772
|
+
this.lastEntities[n5] = { regex: new RegExp("&" + n5 + ";", "g"), val: t5[n5] };
|
|
11629
11773
|
}
|
|
11630
11774
|
}
|
|
11631
|
-
function
|
|
11632
|
-
if (void 0 !== t5 && (this.options.trimValues && !
|
|
11775
|
+
function M(t5, e5, i5, n5, s5, r5, o5) {
|
|
11776
|
+
if (void 0 !== t5 && (this.options.trimValues && !n5 && (t5 = t5.trim()), t5.length > 0)) {
|
|
11633
11777
|
o5 || (t5 = this.replaceEntitiesValue(t5));
|
|
11634
|
-
const
|
|
11635
|
-
return null ==
|
|
11778
|
+
const n6 = this.options.tagValueProcessor(e5, t5, i5, s5, r5);
|
|
11779
|
+
return null == n6 ? t5 : typeof n6 != typeof t5 || n6 !== t5 ? n6 : this.options.trimValues || t5.trim() === t5 ? q4(t5, this.options.parseTagValue, this.options.numberParseOptions) : t5;
|
|
11636
11780
|
}
|
|
11637
11781
|
}
|
|
11638
|
-
function
|
|
11782
|
+
function F2(t5) {
|
|
11639
11783
|
if (this.options.removeNSPrefix) {
|
|
11640
|
-
const e5 = t5.split(":"),
|
|
11784
|
+
const e5 = t5.split(":"), i5 = "/" === t5.charAt(0) ? "/" : "";
|
|
11641
11785
|
if ("xmlns" === e5[0]) return "";
|
|
11642
|
-
2 === e5.length && (t5 =
|
|
11786
|
+
2 === e5.length && (t5 = i5 + e5[1]);
|
|
11643
11787
|
}
|
|
11644
11788
|
return t5;
|
|
11645
11789
|
}
|
|
11646
|
-
const
|
|
11647
|
-
function
|
|
11790
|
+
const _ = new RegExp(`([^\\s=]+)\\s*(=\\s*(['"])([\\s\\S]*?)\\3)?`, "gm");
|
|
11791
|
+
function k4(t5, e5) {
|
|
11648
11792
|
if (true !== this.options.ignoreAttributes && "string" == typeof t5) {
|
|
11649
|
-
const
|
|
11650
|
-
for (let t6 = 0; t6 <
|
|
11651
|
-
const
|
|
11652
|
-
if (this.ignoreAttributesFn(
|
|
11653
|
-
let s5 =
|
|
11654
|
-
if (
|
|
11793
|
+
const i5 = s4(t5, _), n5 = i5.length, r5 = {};
|
|
11794
|
+
for (let t6 = 0; t6 < n5; t6++) {
|
|
11795
|
+
const n6 = this.resolveNameSpace(i5[t6][1]);
|
|
11796
|
+
if (this.ignoreAttributesFn(n6, e5)) continue;
|
|
11797
|
+
let s5 = i5[t6][4], o5 = this.options.attributeNamePrefix + n6;
|
|
11798
|
+
if (n6.length) if (this.options.transformAttributeName && (o5 = this.options.transformAttributeName(o5)), "__proto__" === o5 && (o5 = "#__proto__"), void 0 !== s5) {
|
|
11655
11799
|
this.options.trimValues && (s5 = s5.trim()), s5 = this.replaceEntitiesValue(s5);
|
|
11656
|
-
const t7 = this.options.attributeValueProcessor(
|
|
11657
|
-
r5[o5] = null == t7 ? s5 : typeof t7 != typeof s5 || t7 !== s5 ? t7 :
|
|
11800
|
+
const t7 = this.options.attributeValueProcessor(n6, s5, e5);
|
|
11801
|
+
r5[o5] = null == t7 ? s5 : typeof t7 != typeof s5 || t7 !== s5 ? t7 : q4(s5, this.options.parseAttributeValue, this.options.numberParseOptions);
|
|
11658
11802
|
} else this.options.allowBooleanAttributes && (r5[o5] = true);
|
|
11659
11803
|
}
|
|
11660
11804
|
if (!Object.keys(r5).length) return;
|
|
@@ -11665,270 +11809,274 @@ var require_fxp = __commonJS({
|
|
|
11665
11809
|
return r5;
|
|
11666
11810
|
}
|
|
11667
11811
|
}
|
|
11668
|
-
const
|
|
11812
|
+
const L = function(t5) {
|
|
11669
11813
|
t5 = t5.replace(/\r\n?/g, "\n");
|
|
11670
|
-
const e5 = new
|
|
11671
|
-
let
|
|
11672
|
-
|
|
11673
|
-
|
|
11674
|
-
|
|
11814
|
+
const e5 = new y2("!xml");
|
|
11815
|
+
let i5 = e5, n5 = "", s5 = "";
|
|
11816
|
+
const r5 = new w4(this.options.processEntities);
|
|
11817
|
+
for (let o5 = 0; o5 < t5.length; o5++) if ("<" === t5[o5]) if ("/" === t5[o5 + 1]) {
|
|
11818
|
+
const e6 = G2(t5, ">", o5, "Closing Tag is not closed.");
|
|
11819
|
+
let r6 = t5.substring(o5 + 2, e6).trim();
|
|
11675
11820
|
if (this.options.removeNSPrefix) {
|
|
11676
|
-
const t6 =
|
|
11677
|
-
-1 !== t6 && (
|
|
11821
|
+
const t6 = r6.indexOf(":");
|
|
11822
|
+
-1 !== t6 && (r6 = r6.substr(t6 + 1));
|
|
11678
11823
|
}
|
|
11679
|
-
this.options.transformTagName && (
|
|
11824
|
+
this.options.transformTagName && (r6 = this.options.transformTagName(r6)), i5 && (n5 = this.saveTextToParentTag(n5, i5, s5));
|
|
11680
11825
|
const a5 = s5.substring(s5.lastIndexOf(".") + 1);
|
|
11681
|
-
if (
|
|
11826
|
+
if (r6 && -1 !== this.options.unpairedTags.indexOf(r6)) throw new Error(`Unpaired tag can not be used as closing tag: </${r6}>`);
|
|
11682
11827
|
let l5 = 0;
|
|
11683
|
-
a5 && -1 !== this.options.unpairedTags.indexOf(a5) ? (l5 = s5.lastIndexOf(".", s5.lastIndexOf(".") - 1), this.tagsNodeStack.pop()) : l5 = s5.lastIndexOf("."), s5 = s5.substring(0, l5),
|
|
11684
|
-
} else if ("?" === t5[
|
|
11685
|
-
let e6 =
|
|
11828
|
+
a5 && -1 !== this.options.unpairedTags.indexOf(a5) ? (l5 = s5.lastIndexOf(".", s5.lastIndexOf(".") - 1), this.tagsNodeStack.pop()) : l5 = s5.lastIndexOf("."), s5 = s5.substring(0, l5), i5 = this.tagsNodeStack.pop(), n5 = "", o5 = e6;
|
|
11829
|
+
} else if ("?" === t5[o5 + 1]) {
|
|
11830
|
+
let e6 = X(t5, o5, false, "?>");
|
|
11686
11831
|
if (!e6) throw new Error("Pi Tag is not closed.");
|
|
11687
|
-
if (
|
|
11832
|
+
if (n5 = this.saveTextToParentTag(n5, i5, s5), this.options.ignoreDeclaration && "?xml" === e6.tagName || this.options.ignorePiTags) ;
|
|
11688
11833
|
else {
|
|
11689
|
-
const t6 = new
|
|
11690
|
-
t6.add(this.options.textNodeName, ""), e6.tagName !== e6.tagExp && e6.attrExpPresent && (t6[":@"] = this.buildAttributesMap(e6.tagExp, s5
|
|
11834
|
+
const t6 = new y2(e6.tagName);
|
|
11835
|
+
t6.add(this.options.textNodeName, ""), e6.tagName !== e6.tagExp && e6.attrExpPresent && (t6[":@"] = this.buildAttributesMap(e6.tagExp, s5)), this.addChild(i5, t6, s5, o5);
|
|
11691
11836
|
}
|
|
11692
|
-
|
|
11693
|
-
} else if ("!--" === t5.substr(
|
|
11694
|
-
const e6 =
|
|
11837
|
+
o5 = e6.closeIndex + 1;
|
|
11838
|
+
} else if ("!--" === t5.substr(o5 + 1, 3)) {
|
|
11839
|
+
const e6 = G2(t5, "-->", o5 + 4, "Comment is not closed.");
|
|
11695
11840
|
if (this.options.commentPropName) {
|
|
11696
|
-
const
|
|
11697
|
-
|
|
11698
|
-
}
|
|
11699
|
-
|
|
11700
|
-
} else if ("!D" === t5.substr(
|
|
11701
|
-
const e6 =
|
|
11702
|
-
this.docTypeEntities = e6.entities,
|
|
11703
|
-
} else if ("![" === t5.substr(
|
|
11704
|
-
const e6 =
|
|
11705
|
-
|
|
11706
|
-
let a5 = this.parseTextData(
|
|
11707
|
-
null == a5 && (a5 = ""), this.options.cdataPropName ?
|
|
11841
|
+
const r6 = t5.substring(o5 + 4, e6 - 2);
|
|
11842
|
+
n5 = this.saveTextToParentTag(n5, i5, s5), i5.add(this.options.commentPropName, [{ [this.options.textNodeName]: r6 }]);
|
|
11843
|
+
}
|
|
11844
|
+
o5 = e6;
|
|
11845
|
+
} else if ("!D" === t5.substr(o5 + 1, 2)) {
|
|
11846
|
+
const e6 = r5.readDocType(t5, o5);
|
|
11847
|
+
this.docTypeEntities = e6.entities, o5 = e6.i;
|
|
11848
|
+
} else if ("![" === t5.substr(o5 + 1, 2)) {
|
|
11849
|
+
const e6 = G2(t5, "]]>", o5, "CDATA is not closed.") - 2, r6 = t5.substring(o5 + 9, e6);
|
|
11850
|
+
n5 = this.saveTextToParentTag(n5, i5, s5);
|
|
11851
|
+
let a5 = this.parseTextData(r6, i5.tagname, s5, true, false, true, true);
|
|
11852
|
+
null == a5 && (a5 = ""), this.options.cdataPropName ? i5.add(this.options.cdataPropName, [{ [this.options.textNodeName]: r6 }]) : i5.add(this.options.textNodeName, a5), o5 = e6 + 2;
|
|
11708
11853
|
} else {
|
|
11709
|
-
let
|
|
11710
|
-
const l5 =
|
|
11711
|
-
let u5 =
|
|
11712
|
-
|
|
11713
|
-
|
|
11714
|
-
|
|
11715
|
-
|
|
11716
|
-
|
|
11854
|
+
let r6 = X(t5, o5, this.options.removeNSPrefix), a5 = r6.tagName;
|
|
11855
|
+
const l5 = r6.rawTagName;
|
|
11856
|
+
let u5 = r6.tagExp, h5 = r6.attrExpPresent, d5 = r6.closeIndex;
|
|
11857
|
+
if (this.options.transformTagName) {
|
|
11858
|
+
const t6 = this.options.transformTagName(a5);
|
|
11859
|
+
u5 === a5 && (u5 = t6), a5 = t6;
|
|
11860
|
+
}
|
|
11861
|
+
i5 && n5 && "!xml" !== i5.tagname && (n5 = this.saveTextToParentTag(n5, i5, s5, false));
|
|
11862
|
+
const p5 = i5;
|
|
11863
|
+
p5 && -1 !== this.options.unpairedTags.indexOf(p5.tagname) && (i5 = this.tagsNodeStack.pop(), s5 = s5.substring(0, s5.lastIndexOf("."))), a5 !== e5.tagname && (s5 += s5 ? "." + a5 : a5);
|
|
11864
|
+
const f5 = o5;
|
|
11865
|
+
if (this.isItStopNode(this.stopNodesExact, this.stopNodesWildcard, s5, a5)) {
|
|
11717
11866
|
let e6 = "";
|
|
11718
|
-
if (u5.length > 0 && u5.lastIndexOf("/") === u5.length - 1) "/" === a5[a5.length - 1] ? (a5 = a5.substr(0, a5.length - 1), s5 = s5.substr(0, s5.length - 1), u5 = a5) : u5 = u5.substr(0, u5.length - 1),
|
|
11719
|
-
else if (-1 !== this.options.unpairedTags.indexOf(a5))
|
|
11867
|
+
if (u5.length > 0 && u5.lastIndexOf("/") === u5.length - 1) "/" === a5[a5.length - 1] ? (a5 = a5.substr(0, a5.length - 1), s5 = s5.substr(0, s5.length - 1), u5 = a5) : u5 = u5.substr(0, u5.length - 1), o5 = r6.closeIndex;
|
|
11868
|
+
else if (-1 !== this.options.unpairedTags.indexOf(a5)) o5 = r6.closeIndex;
|
|
11720
11869
|
else {
|
|
11721
|
-
const
|
|
11722
|
-
if (!
|
|
11723
|
-
|
|
11870
|
+
const i6 = this.readStopNodeData(t5, l5, d5 + 1);
|
|
11871
|
+
if (!i6) throw new Error(`Unexpected end of ${l5}`);
|
|
11872
|
+
o5 = i6.i, e6 = i6.tagContent;
|
|
11724
11873
|
}
|
|
11725
|
-
const
|
|
11726
|
-
a5 !== u5 && h5 && (
|
|
11874
|
+
const n6 = new y2(a5);
|
|
11875
|
+
a5 !== u5 && h5 && (n6[":@"] = this.buildAttributesMap(u5, s5)), e6 && (e6 = this.parseTextData(e6, a5, s5, true, h5, true, true)), s5 = s5.substr(0, s5.lastIndexOf(".")), n6.add(this.options.textNodeName, e6), this.addChild(i5, n6, s5, f5);
|
|
11727
11876
|
} else {
|
|
11728
11877
|
if (u5.length > 0 && u5.lastIndexOf("/") === u5.length - 1) {
|
|
11729
|
-
"/" === a5[a5.length - 1] ? (a5 = a5.substr(0, a5.length - 1), s5 = s5.substr(0, s5.length - 1), u5 = a5) : u5 = u5.substr(0, u5.length - 1), this.options.transformTagName
|
|
11730
|
-
|
|
11731
|
-
|
|
11878
|
+
if ("/" === a5[a5.length - 1] ? (a5 = a5.substr(0, a5.length - 1), s5 = s5.substr(0, s5.length - 1), u5 = a5) : u5 = u5.substr(0, u5.length - 1), this.options.transformTagName) {
|
|
11879
|
+
const t7 = this.options.transformTagName(a5);
|
|
11880
|
+
u5 === a5 && (u5 = t7), a5 = t7;
|
|
11881
|
+
}
|
|
11882
|
+
const t6 = new y2(a5);
|
|
11883
|
+
a5 !== u5 && h5 && (t6[":@"] = this.buildAttributesMap(u5, s5)), this.addChild(i5, t6, s5, f5), s5 = s5.substr(0, s5.lastIndexOf("."));
|
|
11732
11884
|
} else {
|
|
11733
|
-
const t6 = new
|
|
11734
|
-
this.tagsNodeStack.push(
|
|
11885
|
+
const t6 = new y2(a5);
|
|
11886
|
+
this.tagsNodeStack.push(i5), a5 !== u5 && h5 && (t6[":@"] = this.buildAttributesMap(u5, s5)), this.addChild(i5, t6, s5, f5), i5 = t6;
|
|
11735
11887
|
}
|
|
11736
|
-
|
|
11888
|
+
n5 = "", o5 = d5;
|
|
11737
11889
|
}
|
|
11738
11890
|
}
|
|
11739
|
-
else
|
|
11891
|
+
else n5 += t5[o5];
|
|
11740
11892
|
return e5.child;
|
|
11741
11893
|
};
|
|
11742
|
-
function
|
|
11743
|
-
this.options.captureMetaData || (
|
|
11744
|
-
const s5 = this.options.updateTag(e5.tagname,
|
|
11745
|
-
false === s5 || ("string" == typeof s5 ? (e5.tagname = s5, t5.addChild(e5,
|
|
11894
|
+
function U(t5, e5, i5, n5) {
|
|
11895
|
+
this.options.captureMetaData || (n5 = void 0);
|
|
11896
|
+
const s5 = this.options.updateTag(e5.tagname, i5, e5[":@"]);
|
|
11897
|
+
false === s5 || ("string" == typeof s5 ? (e5.tagname = s5, t5.addChild(e5, n5)) : t5.addChild(e5, n5));
|
|
11746
11898
|
}
|
|
11747
|
-
const
|
|
11899
|
+
const B2 = function(t5) {
|
|
11748
11900
|
if (this.options.processEntities) {
|
|
11749
11901
|
for (let e5 in this.docTypeEntities) {
|
|
11750
|
-
const
|
|
11751
|
-
t5 = t5.replace(
|
|
11902
|
+
const i5 = this.docTypeEntities[e5];
|
|
11903
|
+
t5 = t5.replace(i5.regx, i5.val);
|
|
11752
11904
|
}
|
|
11753
11905
|
for (let e5 in this.lastEntities) {
|
|
11754
|
-
const
|
|
11755
|
-
t5 = t5.replace(
|
|
11906
|
+
const i5 = this.lastEntities[e5];
|
|
11907
|
+
t5 = t5.replace(i5.regex, i5.val);
|
|
11756
11908
|
}
|
|
11757
11909
|
if (this.options.htmlEntities) for (let e5 in this.htmlEntities) {
|
|
11758
|
-
const
|
|
11759
|
-
t5 = t5.replace(
|
|
11910
|
+
const i5 = this.htmlEntities[e5];
|
|
11911
|
+
t5 = t5.replace(i5.regex, i5.val);
|
|
11760
11912
|
}
|
|
11761
11913
|
t5 = t5.replace(this.ampEntity.regex, this.ampEntity.val);
|
|
11762
11914
|
}
|
|
11763
11915
|
return t5;
|
|
11764
11916
|
};
|
|
11765
|
-
function
|
|
11766
|
-
return t5 && (void 0 ===
|
|
11917
|
+
function R(t5, e5, i5, n5) {
|
|
11918
|
+
return t5 && (void 0 === n5 && (n5 = 0 === e5.child.length), void 0 !== (t5 = this.parseTextData(t5, e5.tagname, i5, false, !!e5[":@"] && 0 !== Object.keys(e5[":@"]).length, n5)) && "" !== t5 && e5.add(this.options.textNodeName, t5), t5 = ""), t5;
|
|
11767
11919
|
}
|
|
11768
|
-
function
|
|
11769
|
-
|
|
11770
|
-
for (const n6 in t5) {
|
|
11771
|
-
const s5 = t5[n6];
|
|
11772
|
-
if (i5 === s5 || e5 === s5) return true;
|
|
11773
|
-
}
|
|
11774
|
-
return false;
|
|
11920
|
+
function Y(t5, e5, i5, n5) {
|
|
11921
|
+
return !(!e5 || !e5.has(n5)) || !(!t5 || !t5.has(i5));
|
|
11775
11922
|
}
|
|
11776
|
-
function
|
|
11777
|
-
const s5 = t5.indexOf(e5,
|
|
11778
|
-
if (-1 === s5) throw new Error(
|
|
11923
|
+
function G2(t5, e5, i5, n5) {
|
|
11924
|
+
const s5 = t5.indexOf(e5, i5);
|
|
11925
|
+
if (-1 === s5) throw new Error(n5);
|
|
11779
11926
|
return s5 + e5.length - 1;
|
|
11780
11927
|
}
|
|
11781
|
-
function
|
|
11782
|
-
const s5 = function(t6, e6,
|
|
11783
|
-
let
|
|
11928
|
+
function X(t5, e5, i5, n5 = ">") {
|
|
11929
|
+
const s5 = function(t6, e6, i6 = ">") {
|
|
11930
|
+
let n6, s6 = "";
|
|
11784
11931
|
for (let r6 = e6; r6 < t6.length; r6++) {
|
|
11785
11932
|
let e7 = t6[r6];
|
|
11786
|
-
if (
|
|
11787
|
-
else if ('"' === e7 || "'" === e7)
|
|
11788
|
-
else if (e7 ===
|
|
11789
|
-
if (!
|
|
11790
|
-
if (t6[r6 + 1] ===
|
|
11933
|
+
if (n6) e7 === n6 && (n6 = "");
|
|
11934
|
+
else if ('"' === e7 || "'" === e7) n6 = e7;
|
|
11935
|
+
else if (e7 === i6[0]) {
|
|
11936
|
+
if (!i6[1]) return { data: s6, index: r6 };
|
|
11937
|
+
if (t6[r6 + 1] === i6[1]) return { data: s6, index: r6 };
|
|
11791
11938
|
} else " " === e7 && (e7 = " ");
|
|
11792
11939
|
s6 += e7;
|
|
11793
11940
|
}
|
|
11794
|
-
}(t5, e5 + 1,
|
|
11941
|
+
}(t5, e5 + 1, n5);
|
|
11795
11942
|
if (!s5) return;
|
|
11796
11943
|
let r5 = s5.data;
|
|
11797
11944
|
const o5 = s5.index, a5 = r5.search(/\s/);
|
|
11798
11945
|
let l5 = r5, u5 = true;
|
|
11799
11946
|
-1 !== a5 && (l5 = r5.substring(0, a5), r5 = r5.substring(a5 + 1).trimStart());
|
|
11800
11947
|
const h5 = l5;
|
|
11801
|
-
if (
|
|
11948
|
+
if (i5) {
|
|
11802
11949
|
const t6 = l5.indexOf(":");
|
|
11803
11950
|
-1 !== t6 && (l5 = l5.substr(t6 + 1), u5 = l5 !== s5.data.substr(t6 + 1));
|
|
11804
11951
|
}
|
|
11805
11952
|
return { tagName: l5, tagExp: r5, closeIndex: o5, attrExpPresent: u5, rawTagName: h5 };
|
|
11806
11953
|
}
|
|
11807
|
-
function
|
|
11808
|
-
const
|
|
11954
|
+
function W(t5, e5, i5) {
|
|
11955
|
+
const n5 = i5;
|
|
11809
11956
|
let s5 = 1;
|
|
11810
|
-
for (;
|
|
11811
|
-
const r5 =
|
|
11812
|
-
if (t5.substring(
|
|
11813
|
-
|
|
11814
|
-
} else if ("?" === t5[
|
|
11815
|
-
else if ("!--" === t5.substr(
|
|
11816
|
-
else if ("![" === t5.substr(
|
|
11957
|
+
for (; i5 < t5.length; i5++) if ("<" === t5[i5]) if ("/" === t5[i5 + 1]) {
|
|
11958
|
+
const r5 = G2(t5, ">", i5, `${e5} is not closed`);
|
|
11959
|
+
if (t5.substring(i5 + 2, r5).trim() === e5 && (s5--, 0 === s5)) return { tagContent: t5.substring(n5, i5), i: r5 };
|
|
11960
|
+
i5 = r5;
|
|
11961
|
+
} else if ("?" === t5[i5 + 1]) i5 = G2(t5, "?>", i5 + 1, "StopNode is not closed.");
|
|
11962
|
+
else if ("!--" === t5.substr(i5 + 1, 3)) i5 = G2(t5, "-->", i5 + 3, "StopNode is not closed.");
|
|
11963
|
+
else if ("![" === t5.substr(i5 + 1, 2)) i5 = G2(t5, "]]>", i5, "StopNode is not closed.") - 2;
|
|
11817
11964
|
else {
|
|
11818
|
-
const
|
|
11819
|
-
|
|
11965
|
+
const n6 = X(t5, i5, ">");
|
|
11966
|
+
n6 && ((n6 && n6.tagName) === e5 && "/" !== n6.tagExp[n6.tagExp.length - 1] && s5++, i5 = n6.closeIndex);
|
|
11820
11967
|
}
|
|
11821
11968
|
}
|
|
11822
|
-
function
|
|
11969
|
+
function q4(t5, e5, i5) {
|
|
11823
11970
|
if (e5 && "string" == typeof t5) {
|
|
11824
11971
|
const e6 = t5.trim();
|
|
11825
11972
|
return "true" === e6 || "false" !== e6 && function(t6, e7 = {}) {
|
|
11826
|
-
if (e7 = Object.assign({},
|
|
11827
|
-
let
|
|
11828
|
-
if (void 0 !== e7.skipLike && e7.skipLike.test(
|
|
11973
|
+
if (e7 = Object.assign({}, C2, e7), !t6 || "string" != typeof t6) return t6;
|
|
11974
|
+
let i6 = t6.trim();
|
|
11975
|
+
if (void 0 !== e7.skipLike && e7.skipLike.test(i6)) return t6;
|
|
11829
11976
|
if ("0" === t6) return 0;
|
|
11830
|
-
if (e7.hex &&
|
|
11977
|
+
if (e7.hex && A2.test(i6)) return function(t7) {
|
|
11831
11978
|
if (parseInt) return parseInt(t7, 16);
|
|
11832
11979
|
if (Number.parseInt) return Number.parseInt(t7, 16);
|
|
11833
11980
|
if (window && window.parseInt) return window.parseInt(t7, 16);
|
|
11834
11981
|
throw new Error("parseInt, Number.parseInt, window.parseInt are not supported");
|
|
11835
|
-
}(
|
|
11836
|
-
if (-1 !==
|
|
11837
|
-
if (!
|
|
11838
|
-
const
|
|
11839
|
-
if (
|
|
11840
|
-
let s5 =
|
|
11841
|
-
const r5 = -1 ===
|
|
11842
|
-
return o5.length > 1 && a5 ? t7 : 1 !== o5.length || !
|
|
11982
|
+
}(i6);
|
|
11983
|
+
if (-1 !== i6.search(/.+[eE].+/)) return function(t7, e8, i7) {
|
|
11984
|
+
if (!i7.eNotation) return t7;
|
|
11985
|
+
const n6 = e8.match(V);
|
|
11986
|
+
if (n6) {
|
|
11987
|
+
let s5 = n6[1] || "";
|
|
11988
|
+
const r5 = -1 === n6[3].indexOf("e") ? "E" : "e", o5 = n6[2], a5 = s5 ? t7[o5.length + 1] === r5 : t7[o5.length] === r5;
|
|
11989
|
+
return o5.length > 1 && a5 ? t7 : 1 !== o5.length || !n6[3].startsWith(`.${r5}`) && n6[3][0] !== r5 ? i7.leadingZeros && !a5 ? (e8 = (n6[1] || "") + n6[3], Number(e8)) : t7 : Number(e8);
|
|
11843
11990
|
}
|
|
11844
11991
|
return t7;
|
|
11845
|
-
}(t6,
|
|
11992
|
+
}(t6, i6, e7);
|
|
11846
11993
|
{
|
|
11847
|
-
const s5 =
|
|
11994
|
+
const s5 = S.exec(i6);
|
|
11848
11995
|
if (s5) {
|
|
11849
11996
|
const r5 = s5[1] || "", o5 = s5[2];
|
|
11850
|
-
let a5 = (
|
|
11997
|
+
let a5 = (n5 = s5[3]) && -1 !== n5.indexOf(".") ? ("." === (n5 = n5.replace(/0+$/, "")) ? n5 = "0" : "." === n5[0] ? n5 = "0" + n5 : "." === n5[n5.length - 1] && (n5 = n5.substring(0, n5.length - 1)), n5) : n5;
|
|
11851
11998
|
const l5 = r5 ? "." === t6[o5.length + 1] : "." === t6[o5.length];
|
|
11852
11999
|
if (!e7.leadingZeros && (o5.length > 1 || 1 === o5.length && !l5)) return t6;
|
|
11853
12000
|
{
|
|
11854
|
-
const
|
|
11855
|
-
if (0 ===
|
|
11856
|
-
if (-1 !== s6.search(/[eE]/)) return e7.eNotation ?
|
|
11857
|
-
if (-1 !==
|
|
11858
|
-
let l6 = o5 ? a5 :
|
|
11859
|
-
return o5 ? l6 === s6 || r5 + l6 === s6 ?
|
|
12001
|
+
const n6 = Number(i6), s6 = String(n6);
|
|
12002
|
+
if (0 === n6 || -0 === n6) return n6;
|
|
12003
|
+
if (-1 !== s6.search(/[eE]/)) return e7.eNotation ? n6 : t6;
|
|
12004
|
+
if (-1 !== i6.indexOf(".")) return "0" === s6 || s6 === a5 || s6 === `${r5}${a5}` ? n6 : t6;
|
|
12005
|
+
let l6 = o5 ? a5 : i6;
|
|
12006
|
+
return o5 ? l6 === s6 || r5 + l6 === s6 ? n6 : t6 : l6 === s6 || l6 === r5 + s6 ? n6 : t6;
|
|
11860
12007
|
}
|
|
11861
12008
|
}
|
|
11862
12009
|
return t6;
|
|
11863
12010
|
}
|
|
11864
|
-
var
|
|
11865
|
-
}(t5,
|
|
12011
|
+
var n5;
|
|
12012
|
+
}(t5, i5);
|
|
11866
12013
|
}
|
|
11867
12014
|
return void 0 !== t5 ? t5 : "";
|
|
11868
12015
|
}
|
|
11869
|
-
|
|
12016
|
+
function Z(t5, e5, i5) {
|
|
12017
|
+
const n5 = Number.parseInt(t5, e5);
|
|
12018
|
+
return n5 >= 0 && n5 <= 1114111 ? String.fromCodePoint(n5) : i5 + t5 + ";";
|
|
12019
|
+
}
|
|
12020
|
+
const K = y2.getMetaDataSymbol();
|
|
11870
12021
|
function Q(t5, e5) {
|
|
11871
|
-
return
|
|
12022
|
+
return z2(t5, e5);
|
|
11872
12023
|
}
|
|
11873
|
-
function
|
|
11874
|
-
let
|
|
12024
|
+
function z2(t5, e5, i5) {
|
|
12025
|
+
let n5;
|
|
11875
12026
|
const s5 = {};
|
|
11876
12027
|
for (let r5 = 0; r5 < t5.length; r5++) {
|
|
11877
|
-
const o5 = t5[r5], a5 =
|
|
12028
|
+
const o5 = t5[r5], a5 = J2(o5);
|
|
11878
12029
|
let l5 = "";
|
|
11879
|
-
if (l5 = void 0 ===
|
|
12030
|
+
if (l5 = void 0 === i5 ? a5 : i5 + "." + a5, a5 === e5.textNodeName) void 0 === n5 ? n5 = o5[a5] : n5 += "" + o5[a5];
|
|
11880
12031
|
else {
|
|
11881
12032
|
if (void 0 === a5) continue;
|
|
11882
12033
|
if (o5[a5]) {
|
|
11883
|
-
let t6 =
|
|
11884
|
-
const
|
|
11885
|
-
void 0 !== o5[K] && (t6[K] = o5[K]), o5[":@"] ?
|
|
12034
|
+
let t6 = z2(o5[a5], e5, l5);
|
|
12035
|
+
const i6 = tt(t6, e5);
|
|
12036
|
+
void 0 !== o5[K] && (t6[K] = o5[K]), o5[":@"] ? H2(t6, o5[":@"], l5, e5) : 1 !== Object.keys(t6).length || void 0 === t6[e5.textNodeName] || e5.alwaysCreateTextNode ? 0 === Object.keys(t6).length && (e5.alwaysCreateTextNode ? t6[e5.textNodeName] = "" : t6 = "") : t6 = t6[e5.textNodeName], void 0 !== s5[a5] && s5.hasOwnProperty(a5) ? (Array.isArray(s5[a5]) || (s5[a5] = [s5[a5]]), s5[a5].push(t6)) : e5.isArray(a5, l5, i6) ? s5[a5] = [t6] : s5[a5] = t6;
|
|
11886
12037
|
}
|
|
11887
12038
|
}
|
|
11888
12039
|
}
|
|
11889
|
-
return "string" == typeof
|
|
12040
|
+
return "string" == typeof n5 ? n5.length > 0 && (s5[e5.textNodeName] = n5) : void 0 !== n5 && (s5[e5.textNodeName] = n5), s5;
|
|
11890
12041
|
}
|
|
11891
|
-
function
|
|
12042
|
+
function J2(t5) {
|
|
11892
12043
|
const e5 = Object.keys(t5);
|
|
11893
12044
|
for (let t6 = 0; t6 < e5.length; t6++) {
|
|
11894
|
-
const
|
|
11895
|
-
if (":@" !==
|
|
12045
|
+
const i5 = e5[t6];
|
|
12046
|
+
if (":@" !== i5) return i5;
|
|
11896
12047
|
}
|
|
11897
12048
|
}
|
|
11898
|
-
function
|
|
12049
|
+
function H2(t5, e5, i5, n5) {
|
|
11899
12050
|
if (e5) {
|
|
11900
12051
|
const s5 = Object.keys(e5), r5 = s5.length;
|
|
11901
12052
|
for (let o5 = 0; o5 < r5; o5++) {
|
|
11902
12053
|
const r6 = s5[o5];
|
|
11903
|
-
|
|
12054
|
+
n5.isArray(r6, i5 + "." + r6, true, true) ? t5[r6] = [e5[r6]] : t5[r6] = e5[r6];
|
|
11904
12055
|
}
|
|
11905
12056
|
}
|
|
11906
12057
|
}
|
|
11907
|
-
function
|
|
11908
|
-
const { textNodeName:
|
|
11909
|
-
return 0 ===
|
|
12058
|
+
function tt(t5, e5) {
|
|
12059
|
+
const { textNodeName: i5 } = e5, n5 = Object.keys(t5).length;
|
|
12060
|
+
return 0 === n5 || !(1 !== n5 || !t5[i5] && "boolean" != typeof t5[i5] && 0 !== t5[i5]);
|
|
11910
12061
|
}
|
|
11911
|
-
class
|
|
12062
|
+
class et {
|
|
11912
12063
|
constructor(t5) {
|
|
11913
12064
|
this.externalEntities = {}, this.options = function(t6) {
|
|
11914
12065
|
return Object.assign({}, v4, t6);
|
|
11915
12066
|
}(t5);
|
|
11916
12067
|
}
|
|
11917
12068
|
parse(t5, e5) {
|
|
11918
|
-
if ("string"
|
|
11919
|
-
else
|
|
11920
|
-
if (!t5.toString) throw new Error("XML data is accepted in String or Bytes[] form.");
|
|
11921
|
-
t5 = t5.toString();
|
|
11922
|
-
}
|
|
12069
|
+
if ("string" != typeof t5 && t5.toString) t5 = t5.toString();
|
|
12070
|
+
else if ("string" != typeof t5) throw new Error("XML data is accepted in String or Bytes[] form.");
|
|
11923
12071
|
if (e5) {
|
|
11924
12072
|
true === e5 && (e5 = {});
|
|
11925
|
-
const
|
|
11926
|
-
if (true !==
|
|
12073
|
+
const i6 = a4(t5, e5);
|
|
12074
|
+
if (true !== i6) throw Error(`${i6.err.msg}:${i6.err.line}:${i6.err.col}`);
|
|
11927
12075
|
}
|
|
11928
|
-
const
|
|
11929
|
-
|
|
11930
|
-
const
|
|
11931
|
-
return this.options.preserveOrder || void 0 ===
|
|
12076
|
+
const i5 = new D2(this.options);
|
|
12077
|
+
i5.addExternalEntities(this.externalEntities);
|
|
12078
|
+
const n5 = i5.parseXml(t5);
|
|
12079
|
+
return this.options.preserveOrder || void 0 === n5 ? n5 : Q(n5, this.options);
|
|
11932
12080
|
}
|
|
11933
12081
|
addEntity(t5, e5) {
|
|
11934
12082
|
if (-1 !== e5.indexOf("&")) throw new Error("Entity value can't have '&'");
|
|
@@ -11937,159 +12085,159 @@ var require_fxp = __commonJS({
|
|
|
11937
12085
|
this.externalEntities[t5] = e5;
|
|
11938
12086
|
}
|
|
11939
12087
|
static getMetaDataSymbol() {
|
|
11940
|
-
return
|
|
12088
|
+
return y2.getMetaDataSymbol();
|
|
11941
12089
|
}
|
|
11942
12090
|
}
|
|
11943
|
-
function
|
|
11944
|
-
let
|
|
11945
|
-
return e5.format && e5.indentBy.length > 0 && (
|
|
12091
|
+
function it(t5, e5) {
|
|
12092
|
+
let i5 = "";
|
|
12093
|
+
return e5.format && e5.indentBy.length > 0 && (i5 = "\n"), nt(t5, e5, "", i5);
|
|
11946
12094
|
}
|
|
11947
|
-
function
|
|
12095
|
+
function nt(t5, e5, i5, n5) {
|
|
11948
12096
|
let s5 = "", r5 = false;
|
|
11949
12097
|
for (let o5 = 0; o5 < t5.length; o5++) {
|
|
11950
|
-
const a5 = t5[o5], l5 =
|
|
12098
|
+
const a5 = t5[o5], l5 = st(a5);
|
|
11951
12099
|
if (void 0 === l5) continue;
|
|
11952
12100
|
let u5 = "";
|
|
11953
|
-
if (u5 = 0 ===
|
|
12101
|
+
if (u5 = 0 === i5.length ? l5 : `${i5}.${l5}`, l5 === e5.textNodeName) {
|
|
11954
12102
|
let t6 = a5[l5];
|
|
11955
|
-
|
|
12103
|
+
ot(u5, e5) || (t6 = e5.tagValueProcessor(l5, t6), t6 = at(t6, e5)), r5 && (s5 += n5), s5 += t6, r5 = false;
|
|
11956
12104
|
continue;
|
|
11957
12105
|
}
|
|
11958
12106
|
if (l5 === e5.cdataPropName) {
|
|
11959
|
-
r5 && (s5 +=
|
|
12107
|
+
r5 && (s5 += n5), s5 += `<![CDATA[${a5[l5][0][e5.textNodeName]}]]>`, r5 = false;
|
|
11960
12108
|
continue;
|
|
11961
12109
|
}
|
|
11962
12110
|
if (l5 === e5.commentPropName) {
|
|
11963
|
-
s5 +=
|
|
12111
|
+
s5 += n5 + `<!--${a5[l5][0][e5.textNodeName]}-->`, r5 = true;
|
|
11964
12112
|
continue;
|
|
11965
12113
|
}
|
|
11966
12114
|
if ("?" === l5[0]) {
|
|
11967
|
-
const t6 =
|
|
12115
|
+
const t6 = rt(a5[":@"], e5), i6 = "?xml" === l5 ? "" : n5;
|
|
11968
12116
|
let o6 = a5[l5][0][e5.textNodeName];
|
|
11969
|
-
o6 = 0 !== o6.length ? " " + o6 : "", s5 +=
|
|
12117
|
+
o6 = 0 !== o6.length ? " " + o6 : "", s5 += i6 + `<${l5}${o6}${t6}?>`, r5 = true;
|
|
11970
12118
|
continue;
|
|
11971
12119
|
}
|
|
11972
|
-
let h5 =
|
|
12120
|
+
let h5 = n5;
|
|
11973
12121
|
"" !== h5 && (h5 += e5.indentBy);
|
|
11974
|
-
const d5 =
|
|
11975
|
-
-1 !== e5.unpairedTags.indexOf(l5) ? e5.suppressUnpairedNode ? s5 += d5 + ">" : s5 += d5 + "/>" :
|
|
12122
|
+
const d5 = n5 + `<${l5}${rt(a5[":@"], e5)}`, p5 = nt(a5[l5], e5, u5, h5);
|
|
12123
|
+
-1 !== e5.unpairedTags.indexOf(l5) ? e5.suppressUnpairedNode ? s5 += d5 + ">" : s5 += d5 + "/>" : p5 && 0 !== p5.length || !e5.suppressEmptyNode ? p5 && p5.endsWith(">") ? s5 += d5 + `>${p5}${n5}</${l5}>` : (s5 += d5 + ">", p5 && "" !== n5 && (p5.includes("/>") || p5.includes("</")) ? s5 += n5 + e5.indentBy + p5 + n5 : s5 += p5, s5 += `</${l5}>`) : s5 += d5 + "/>", r5 = true;
|
|
11976
12124
|
}
|
|
11977
12125
|
return s5;
|
|
11978
12126
|
}
|
|
11979
|
-
function
|
|
12127
|
+
function st(t5) {
|
|
11980
12128
|
const e5 = Object.keys(t5);
|
|
11981
|
-
for (let
|
|
11982
|
-
const
|
|
11983
|
-
if (t5.hasOwnProperty(
|
|
12129
|
+
for (let i5 = 0; i5 < e5.length; i5++) {
|
|
12130
|
+
const n5 = e5[i5];
|
|
12131
|
+
if (t5.hasOwnProperty(n5) && ":@" !== n5) return n5;
|
|
11984
12132
|
}
|
|
11985
12133
|
}
|
|
11986
|
-
function
|
|
11987
|
-
let
|
|
11988
|
-
if (t5 && !e5.ignoreAttributes) for (let
|
|
11989
|
-
if (!t5.hasOwnProperty(
|
|
11990
|
-
let s5 = e5.attributeValueProcessor(
|
|
11991
|
-
s5 =
|
|
12134
|
+
function rt(t5, e5) {
|
|
12135
|
+
let i5 = "";
|
|
12136
|
+
if (t5 && !e5.ignoreAttributes) for (let n5 in t5) {
|
|
12137
|
+
if (!t5.hasOwnProperty(n5)) continue;
|
|
12138
|
+
let s5 = e5.attributeValueProcessor(n5, t5[n5]);
|
|
12139
|
+
s5 = at(s5, e5), true === s5 && e5.suppressBooleanAttributes ? i5 += ` ${n5.substr(e5.attributeNamePrefix.length)}` : i5 += ` ${n5.substr(e5.attributeNamePrefix.length)}="${s5}"`;
|
|
11992
12140
|
}
|
|
11993
|
-
return
|
|
12141
|
+
return i5;
|
|
11994
12142
|
}
|
|
11995
|
-
function
|
|
11996
|
-
let
|
|
11997
|
-
for (let
|
|
12143
|
+
function ot(t5, e5) {
|
|
12144
|
+
let i5 = (t5 = t5.substr(0, t5.length - e5.textNodeName.length - 1)).substr(t5.lastIndexOf(".") + 1);
|
|
12145
|
+
for (let n5 in e5.stopNodes) if (e5.stopNodes[n5] === t5 || e5.stopNodes[n5] === "*." + i5) return true;
|
|
11998
12146
|
return false;
|
|
11999
12147
|
}
|
|
12000
|
-
function
|
|
12001
|
-
if (t5 && t5.length > 0 && e5.processEntities) for (let
|
|
12002
|
-
const
|
|
12003
|
-
t5 = t5.replace(
|
|
12148
|
+
function at(t5, e5) {
|
|
12149
|
+
if (t5 && t5.length > 0 && e5.processEntities) for (let i5 = 0; i5 < e5.entities.length; i5++) {
|
|
12150
|
+
const n5 = e5.entities[i5];
|
|
12151
|
+
t5 = t5.replace(n5.regex, n5.val);
|
|
12004
12152
|
}
|
|
12005
12153
|
return t5;
|
|
12006
12154
|
}
|
|
12007
|
-
const
|
|
12155
|
+
const lt = { attributeNamePrefix: "@_", attributesGroupName: false, textNodeName: "#text", ignoreAttributes: true, cdataPropName: false, format: false, indentBy: " ", suppressEmptyNode: false, suppressUnpairedNode: true, suppressBooleanAttributes: true, tagValueProcessor: function(t5, e5) {
|
|
12008
12156
|
return e5;
|
|
12009
12157
|
}, attributeValueProcessor: function(t5, e5) {
|
|
12010
12158
|
return e5;
|
|
12011
12159
|
}, preserveOrder: false, commentPropName: false, unpairedTags: [], entities: [{ regex: new RegExp("&", "g"), val: "&" }, { regex: new RegExp(">", "g"), val: ">" }, { regex: new RegExp("<", "g"), val: "<" }, { regex: new RegExp("'", "g"), val: "'" }, { regex: new RegExp('"', "g"), val: """ }], processEntities: true, stopNodes: [], oneListGroup: false };
|
|
12012
|
-
function
|
|
12013
|
-
this.options = Object.assign({},
|
|
12160
|
+
function ut(t5) {
|
|
12161
|
+
this.options = Object.assign({}, lt, t5), true === this.options.ignoreAttributes || this.options.attributesGroupName ? this.isAttribute = function() {
|
|
12014
12162
|
return false;
|
|
12015
|
-
} : (this.ignoreAttributesFn =
|
|
12163
|
+
} : (this.ignoreAttributesFn = $(this.options.ignoreAttributes), this.attrPrefixLen = this.options.attributeNamePrefix.length, this.isAttribute = pt), this.processTextOrObjNode = ht, this.options.format ? (this.indentate = dt, this.tagEndChar = ">\n", this.newLine = "\n") : (this.indentate = function() {
|
|
12016
12164
|
return "";
|
|
12017
12165
|
}, this.tagEndChar = ">", this.newLine = "");
|
|
12018
12166
|
}
|
|
12019
|
-
function
|
|
12020
|
-
const s5 = this.j2x(t5,
|
|
12021
|
-
return void 0 !== t5[this.options.textNodeName] && 1 === Object.keys(t5).length ? this.buildTextValNode(t5[this.options.textNodeName], e5, s5.attrStr,
|
|
12167
|
+
function ht(t5, e5, i5, n5) {
|
|
12168
|
+
const s5 = this.j2x(t5, i5 + 1, n5.concat(e5));
|
|
12169
|
+
return void 0 !== t5[this.options.textNodeName] && 1 === Object.keys(t5).length ? this.buildTextValNode(t5[this.options.textNodeName], e5, s5.attrStr, i5) : this.buildObjectNode(s5.val, e5, s5.attrStr, i5);
|
|
12022
12170
|
}
|
|
12023
|
-
function
|
|
12171
|
+
function dt(t5) {
|
|
12024
12172
|
return this.options.indentBy.repeat(t5);
|
|
12025
12173
|
}
|
|
12026
|
-
function
|
|
12174
|
+
function pt(t5) {
|
|
12027
12175
|
return !(!t5.startsWith(this.options.attributeNamePrefix) || t5 === this.options.textNodeName) && t5.substr(this.attrPrefixLen);
|
|
12028
12176
|
}
|
|
12029
|
-
|
|
12030
|
-
return this.options.preserveOrder ?
|
|
12031
|
-
},
|
|
12032
|
-
let
|
|
12033
|
-
const r5 =
|
|
12177
|
+
ut.prototype.build = function(t5) {
|
|
12178
|
+
return this.options.preserveOrder ? it(t5, this.options) : (Array.isArray(t5) && this.options.arrayNodeName && this.options.arrayNodeName.length > 1 && (t5 = { [this.options.arrayNodeName]: t5 }), this.j2x(t5, 0, []).val);
|
|
12179
|
+
}, ut.prototype.j2x = function(t5, e5, i5) {
|
|
12180
|
+
let n5 = "", s5 = "";
|
|
12181
|
+
const r5 = i5.join(".");
|
|
12034
12182
|
for (let o5 in t5) if (Object.prototype.hasOwnProperty.call(t5, o5)) if (void 0 === t5[o5]) this.isAttribute(o5) && (s5 += "");
|
|
12035
12183
|
else if (null === t5[o5]) this.isAttribute(o5) || o5 === this.options.cdataPropName ? s5 += "" : "?" === o5[0] ? s5 += this.indentate(e5) + "<" + o5 + "?" + this.tagEndChar : s5 += this.indentate(e5) + "<" + o5 + "/" + this.tagEndChar;
|
|
12036
12184
|
else if (t5[o5] instanceof Date) s5 += this.buildTextValNode(t5[o5], o5, "", e5);
|
|
12037
12185
|
else if ("object" != typeof t5[o5]) {
|
|
12038
|
-
const
|
|
12039
|
-
if (
|
|
12040
|
-
else if (!
|
|
12186
|
+
const i6 = this.isAttribute(o5);
|
|
12187
|
+
if (i6 && !this.ignoreAttributesFn(i6, r5)) n5 += this.buildAttrPairStr(i6, "" + t5[o5]);
|
|
12188
|
+
else if (!i6) if (o5 === this.options.textNodeName) {
|
|
12041
12189
|
let e6 = this.options.tagValueProcessor(o5, "" + t5[o5]);
|
|
12042
12190
|
s5 += this.replaceEntitiesValue(e6);
|
|
12043
12191
|
} else s5 += this.buildTextValNode(t5[o5], o5, "", e5);
|
|
12044
12192
|
} else if (Array.isArray(t5[o5])) {
|
|
12045
|
-
const
|
|
12193
|
+
const n6 = t5[o5].length;
|
|
12046
12194
|
let r6 = "", a5 = "";
|
|
12047
|
-
for (let l5 = 0; l5 <
|
|
12048
|
-
const
|
|
12049
|
-
if (void 0 ===
|
|
12050
|
-
else if (null ===
|
|
12051
|
-
else if ("object" == typeof
|
|
12052
|
-
const t6 = this.j2x(
|
|
12053
|
-
r6 += t6.val, this.options.attributesGroupName &&
|
|
12054
|
-
} else r6 += this.processTextOrObjNode(
|
|
12195
|
+
for (let l5 = 0; l5 < n6; l5++) {
|
|
12196
|
+
const n7 = t5[o5][l5];
|
|
12197
|
+
if (void 0 === n7) ;
|
|
12198
|
+
else if (null === n7) "?" === o5[0] ? s5 += this.indentate(e5) + "<" + o5 + "?" + this.tagEndChar : s5 += this.indentate(e5) + "<" + o5 + "/" + this.tagEndChar;
|
|
12199
|
+
else if ("object" == typeof n7) if (this.options.oneListGroup) {
|
|
12200
|
+
const t6 = this.j2x(n7, e5 + 1, i5.concat(o5));
|
|
12201
|
+
r6 += t6.val, this.options.attributesGroupName && n7.hasOwnProperty(this.options.attributesGroupName) && (a5 += t6.attrStr);
|
|
12202
|
+
} else r6 += this.processTextOrObjNode(n7, o5, e5, i5);
|
|
12055
12203
|
else if (this.options.oneListGroup) {
|
|
12056
|
-
let t6 = this.options.tagValueProcessor(o5,
|
|
12204
|
+
let t6 = this.options.tagValueProcessor(o5, n7);
|
|
12057
12205
|
t6 = this.replaceEntitiesValue(t6), r6 += t6;
|
|
12058
|
-
} else r6 += this.buildTextValNode(
|
|
12206
|
+
} else r6 += this.buildTextValNode(n7, o5, "", e5);
|
|
12059
12207
|
}
|
|
12060
12208
|
this.options.oneListGroup && (r6 = this.buildObjectNode(r6, o5, a5, e5)), s5 += r6;
|
|
12061
12209
|
} else if (this.options.attributesGroupName && o5 === this.options.attributesGroupName) {
|
|
12062
|
-
const e6 = Object.keys(t5[o5]),
|
|
12063
|
-
for (let s6 = 0; s6 <
|
|
12064
|
-
} else s5 += this.processTextOrObjNode(t5[o5], o5, e5,
|
|
12065
|
-
return { attrStr:
|
|
12066
|
-
},
|
|
12210
|
+
const e6 = Object.keys(t5[o5]), i6 = e6.length;
|
|
12211
|
+
for (let s6 = 0; s6 < i6; s6++) n5 += this.buildAttrPairStr(e6[s6], "" + t5[o5][e6[s6]]);
|
|
12212
|
+
} else s5 += this.processTextOrObjNode(t5[o5], o5, e5, i5);
|
|
12213
|
+
return { attrStr: n5, val: s5 };
|
|
12214
|
+
}, ut.prototype.buildAttrPairStr = function(t5, e5) {
|
|
12067
12215
|
return e5 = this.options.attributeValueProcessor(t5, "" + e5), e5 = this.replaceEntitiesValue(e5), this.options.suppressBooleanAttributes && "true" === e5 ? " " + t5 : " " + t5 + '="' + e5 + '"';
|
|
12068
|
-
},
|
|
12069
|
-
if ("" === t5) return "?" === e5[0] ? this.indentate(
|
|
12216
|
+
}, ut.prototype.buildObjectNode = function(t5, e5, i5, n5) {
|
|
12217
|
+
if ("" === t5) return "?" === e5[0] ? this.indentate(n5) + "<" + e5 + i5 + "?" + this.tagEndChar : this.indentate(n5) + "<" + e5 + i5 + this.closeTag(e5) + this.tagEndChar;
|
|
12070
12218
|
{
|
|
12071
12219
|
let s5 = "</" + e5 + this.tagEndChar, r5 = "";
|
|
12072
|
-
return "?" === e5[0] && (r5 = "?", s5 = ""), !
|
|
12220
|
+
return "?" === e5[0] && (r5 = "?", s5 = ""), !i5 && "" !== i5 || -1 !== t5.indexOf("<") ? false !== this.options.commentPropName && e5 === this.options.commentPropName && 0 === r5.length ? this.indentate(n5) + `<!--${t5}-->` + this.newLine : this.indentate(n5) + "<" + e5 + i5 + r5 + this.tagEndChar + t5 + this.indentate(n5) + s5 : this.indentate(n5) + "<" + e5 + i5 + r5 + ">" + t5 + s5;
|
|
12073
12221
|
}
|
|
12074
|
-
},
|
|
12222
|
+
}, ut.prototype.closeTag = function(t5) {
|
|
12075
12223
|
let e5 = "";
|
|
12076
12224
|
return -1 !== this.options.unpairedTags.indexOf(t5) ? this.options.suppressUnpairedNode || (e5 = "/") : e5 = this.options.suppressEmptyNode ? "/" : `></${t5}`, e5;
|
|
12077
|
-
},
|
|
12078
|
-
if (false !== this.options.cdataPropName && e5 === this.options.cdataPropName) return this.indentate(
|
|
12079
|
-
if (false !== this.options.commentPropName && e5 === this.options.commentPropName) return this.indentate(
|
|
12080
|
-
if ("?" === e5[0]) return this.indentate(
|
|
12225
|
+
}, ut.prototype.buildTextValNode = function(t5, e5, i5, n5) {
|
|
12226
|
+
if (false !== this.options.cdataPropName && e5 === this.options.cdataPropName) return this.indentate(n5) + `<![CDATA[${t5}]]>` + this.newLine;
|
|
12227
|
+
if (false !== this.options.commentPropName && e5 === this.options.commentPropName) return this.indentate(n5) + `<!--${t5}-->` + this.newLine;
|
|
12228
|
+
if ("?" === e5[0]) return this.indentate(n5) + "<" + e5 + i5 + "?" + this.tagEndChar;
|
|
12081
12229
|
{
|
|
12082
12230
|
let s5 = this.options.tagValueProcessor(e5, t5);
|
|
12083
|
-
return s5 = this.replaceEntitiesValue(s5), "" === s5 ? this.indentate(
|
|
12231
|
+
return s5 = this.replaceEntitiesValue(s5), "" === s5 ? this.indentate(n5) + "<" + e5 + i5 + this.closeTag(e5) + this.tagEndChar : this.indentate(n5) + "<" + e5 + i5 + ">" + s5 + "</" + e5 + this.tagEndChar;
|
|
12084
12232
|
}
|
|
12085
|
-
},
|
|
12233
|
+
}, ut.prototype.replaceEntitiesValue = function(t5) {
|
|
12086
12234
|
if (t5 && t5.length > 0 && this.options.processEntities) for (let e5 = 0; e5 < this.options.entities.length; e5++) {
|
|
12087
|
-
const
|
|
12088
|
-
t5 = t5.replace(
|
|
12235
|
+
const i5 = this.options.entities[e5];
|
|
12236
|
+
t5 = t5.replace(i5.regex, i5.val);
|
|
12089
12237
|
}
|
|
12090
12238
|
return t5;
|
|
12091
12239
|
};
|
|
12092
|
-
const
|
|
12240
|
+
const ft = { validate: a4 };
|
|
12093
12241
|
module2.exports = e4;
|
|
12094
12242
|
})();
|
|
12095
12243
|
}
|
|
@@ -12403,7 +12551,6 @@ var init_QueryShapeSerializer = __esm({
|
|
|
12403
12551
|
import_smithy_client5 = __toESM(require_dist_cjs26());
|
|
12404
12552
|
import_util_base646 = __toESM(require_dist_cjs11());
|
|
12405
12553
|
init_ConfigurableSerdeContext();
|
|
12406
|
-
init_structIterator();
|
|
12407
12554
|
QueryShapeSerializer = class extends SerdeContextConfig {
|
|
12408
12555
|
settings;
|
|
12409
12556
|
buffer;
|
|
@@ -12515,7 +12662,7 @@ var init_QueryShapeSerializer = __esm({
|
|
|
12515
12662
|
} else if (ns.isStructSchema()) {
|
|
12516
12663
|
if (value && typeof value === "object") {
|
|
12517
12664
|
let didWriteMember = false;
|
|
12518
|
-
for (const [memberName, member2] of
|
|
12665
|
+
for (const [memberName, member2] of ns.structIterator()) {
|
|
12519
12666
|
if (value[memberName] == null && !member2.isIdempotencyToken()) {
|
|
12520
12667
|
continue;
|
|
12521
12668
|
}
|
|
@@ -12800,7 +12947,6 @@ var init_XmlShapeSerializer = __esm({
|
|
|
12800
12947
|
import_smithy_client7 = __toESM(require_dist_cjs26());
|
|
12801
12948
|
import_util_base647 = __toESM(require_dist_cjs11());
|
|
12802
12949
|
init_ConfigurableSerdeContext();
|
|
12803
|
-
init_structIterator();
|
|
12804
12950
|
XmlShapeSerializer = class extends SerdeContextConfig {
|
|
12805
12951
|
settings;
|
|
12806
12952
|
stringBuffer;
|
|
@@ -12852,7 +12998,7 @@ var init_XmlShapeSerializer = __esm({
|
|
|
12852
12998
|
}
|
|
12853
12999
|
const structXmlNode = import_xml_builder3.XmlNode.of(name);
|
|
12854
13000
|
const [xmlnsAttr, xmlns] = this.getXmlnsAttribute(ns, parentXmlns);
|
|
12855
|
-
for (const [memberName, memberSchema] of
|
|
13001
|
+
for (const [memberName, memberSchema] of ns.structIterator()) {
|
|
12856
13002
|
const val = value[memberName];
|
|
12857
13003
|
if (val != null || memberSchema.isIdempotencyToken()) {
|
|
12858
13004
|
if (memberSchema.getMergedTraits().xmlAttribute) {
|
|
@@ -15077,7 +15223,7 @@ var require_package = __commonJS({
|
|
|
15077
15223
|
module2.exports = {
|
|
15078
15224
|
name: "@aws-sdk/client-organizations",
|
|
15079
15225
|
description: "AWS SDK for JavaScript Organizations Client for Node.js, Browser and React Native",
|
|
15080
|
-
version: "3.
|
|
15226
|
+
version: "3.980.0",
|
|
15081
15227
|
scripts: {
|
|
15082
15228
|
build: "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
15083
15229
|
"build:cjs": "node ../../scripts/compilation/inline client-organizations",
|
|
@@ -15085,7 +15231,7 @@ var require_package = __commonJS({
|
|
|
15085
15231
|
"build:include:deps": 'yarn g:turbo run build -F="$npm_package_name"',
|
|
15086
15232
|
"build:types": "tsc -p tsconfig.types.json",
|
|
15087
15233
|
"build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4",
|
|
15088
|
-
clean: "
|
|
15234
|
+
clean: "premove dist-cjs dist-es dist-types tsconfig.cjs.tsbuildinfo tsconfig.es.tsbuildinfo tsconfig.types.tsbuildinfo",
|
|
15089
15235
|
"extract:docs": "api-extractor run --local",
|
|
15090
15236
|
"generate:client": "node ../../scripts/generate-clients/single-service --solo organizations",
|
|
15091
15237
|
"test:index": "tsc --noEmit ./test/index-types.ts && node ./test/index-objects.spec.mjs"
|
|
@@ -15097,54 +15243,54 @@ var require_package = __commonJS({
|
|
|
15097
15243
|
dependencies: {
|
|
15098
15244
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
15099
15245
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
15100
|
-
"@aws-sdk/core": "3.
|
|
15101
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
15102
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
15103
|
-
"@aws-sdk/middleware-logger": "3.
|
|
15104
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
15105
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
15106
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
15107
|
-
"@aws-sdk/types": "3.
|
|
15108
|
-
"@aws-sdk/util-endpoints": "3.
|
|
15109
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
15110
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
15111
|
-
"@smithy/config-resolver": "^4.4.
|
|
15112
|
-
"@smithy/core": "^3.
|
|
15113
|
-
"@smithy/fetch-http-handler": "^5.3.
|
|
15114
|
-
"@smithy/hash-node": "^4.2.
|
|
15115
|
-
"@smithy/invalid-dependency": "^4.2.
|
|
15116
|
-
"@smithy/middleware-content-length": "^4.2.
|
|
15117
|
-
"@smithy/middleware-endpoint": "^4.4.
|
|
15118
|
-
"@smithy/middleware-retry": "^4.4.
|
|
15119
|
-
"@smithy/middleware-serde": "^4.2.
|
|
15120
|
-
"@smithy/middleware-stack": "^4.2.
|
|
15121
|
-
"@smithy/node-config-provider": "^4.3.
|
|
15122
|
-
"@smithy/node-http-handler": "^4.4.
|
|
15123
|
-
"@smithy/protocol-http": "^5.3.
|
|
15124
|
-
"@smithy/smithy-client": "^4.
|
|
15125
|
-
"@smithy/types": "^4.
|
|
15126
|
-
"@smithy/url-parser": "^4.2.
|
|
15246
|
+
"@aws-sdk/core": "^3.973.5",
|
|
15247
|
+
"@aws-sdk/credential-provider-node": "^3.972.4",
|
|
15248
|
+
"@aws-sdk/middleware-host-header": "^3.972.3",
|
|
15249
|
+
"@aws-sdk/middleware-logger": "^3.972.3",
|
|
15250
|
+
"@aws-sdk/middleware-recursion-detection": "^3.972.3",
|
|
15251
|
+
"@aws-sdk/middleware-user-agent": "^3.972.5",
|
|
15252
|
+
"@aws-sdk/region-config-resolver": "^3.972.3",
|
|
15253
|
+
"@aws-sdk/types": "^3.973.1",
|
|
15254
|
+
"@aws-sdk/util-endpoints": "3.980.0",
|
|
15255
|
+
"@aws-sdk/util-user-agent-browser": "^3.972.3",
|
|
15256
|
+
"@aws-sdk/util-user-agent-node": "^3.972.3",
|
|
15257
|
+
"@smithy/config-resolver": "^4.4.6",
|
|
15258
|
+
"@smithy/core": "^3.22.0",
|
|
15259
|
+
"@smithy/fetch-http-handler": "^5.3.9",
|
|
15260
|
+
"@smithy/hash-node": "^4.2.8",
|
|
15261
|
+
"@smithy/invalid-dependency": "^4.2.8",
|
|
15262
|
+
"@smithy/middleware-content-length": "^4.2.8",
|
|
15263
|
+
"@smithy/middleware-endpoint": "^4.4.12",
|
|
15264
|
+
"@smithy/middleware-retry": "^4.4.29",
|
|
15265
|
+
"@smithy/middleware-serde": "^4.2.9",
|
|
15266
|
+
"@smithy/middleware-stack": "^4.2.8",
|
|
15267
|
+
"@smithy/node-config-provider": "^4.3.8",
|
|
15268
|
+
"@smithy/node-http-handler": "^4.4.8",
|
|
15269
|
+
"@smithy/protocol-http": "^5.3.8",
|
|
15270
|
+
"@smithy/smithy-client": "^4.11.1",
|
|
15271
|
+
"@smithy/types": "^4.12.0",
|
|
15272
|
+
"@smithy/url-parser": "^4.2.8",
|
|
15127
15273
|
"@smithy/util-base64": "^4.3.0",
|
|
15128
15274
|
"@smithy/util-body-length-browser": "^4.2.0",
|
|
15129
15275
|
"@smithy/util-body-length-node": "^4.2.1",
|
|
15130
|
-
"@smithy/util-defaults-mode-browser": "^4.3.
|
|
15131
|
-
"@smithy/util-defaults-mode-node": "^4.2.
|
|
15132
|
-
"@smithy/util-endpoints": "^3.2.
|
|
15133
|
-
"@smithy/util-middleware": "^4.2.
|
|
15134
|
-
"@smithy/util-retry": "^4.2.
|
|
15276
|
+
"@smithy/util-defaults-mode-browser": "^4.3.28",
|
|
15277
|
+
"@smithy/util-defaults-mode-node": "^4.2.31",
|
|
15278
|
+
"@smithy/util-endpoints": "^3.2.8",
|
|
15279
|
+
"@smithy/util-middleware": "^4.2.8",
|
|
15280
|
+
"@smithy/util-retry": "^4.2.8",
|
|
15135
15281
|
"@smithy/util-utf8": "^4.2.0",
|
|
15136
15282
|
tslib: "^2.6.2"
|
|
15137
15283
|
},
|
|
15138
15284
|
devDependencies: {
|
|
15139
|
-
"@tsconfig/
|
|
15140
|
-
"@types/node": "^
|
|
15285
|
+
"@tsconfig/node20": "20.1.8",
|
|
15286
|
+
"@types/node": "^20.14.8",
|
|
15141
15287
|
concurrently: "7.0.0",
|
|
15142
15288
|
"downlevel-dts": "0.10.1",
|
|
15143
|
-
|
|
15289
|
+
premove: "4.0.0",
|
|
15144
15290
|
typescript: "~5.8.3"
|
|
15145
15291
|
},
|
|
15146
15292
|
engines: {
|
|
15147
|
-
node: ">=
|
|
15293
|
+
node: ">=20.0.0"
|
|
15148
15294
|
},
|
|
15149
15295
|
typesVersions: {
|
|
15150
15296
|
"<4.0": {
|
|
@@ -15852,7 +15998,7 @@ var init_package = __esm({
|
|
|
15852
15998
|
"node_modules/@aws-sdk/nested-clients/package.json"() {
|
|
15853
15999
|
package_default = {
|
|
15854
16000
|
name: "@aws-sdk/nested-clients",
|
|
15855
|
-
version: "3.
|
|
16001
|
+
version: "3.980.0",
|
|
15856
16002
|
description: "Nested clients for AWS SDK packages.",
|
|
15857
16003
|
main: "./dist-cjs/index.js",
|
|
15858
16004
|
module: "./dist-es/index.js",
|
|
@@ -15864,13 +16010,13 @@ var init_package = __esm({
|
|
|
15864
16010
|
"build:include:deps": 'yarn g:turbo run build -F="$npm_package_name"',
|
|
15865
16011
|
"build:types": "tsc -p tsconfig.types.json",
|
|
15866
16012
|
"build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4",
|
|
15867
|
-
clean: "
|
|
16013
|
+
clean: "premove dist-cjs dist-es dist-types tsconfig.cjs.tsbuildinfo tsconfig.es.tsbuildinfo tsconfig.types.tsbuildinfo",
|
|
15868
16014
|
lint: "node ../../scripts/validation/submodules-linter.js --pkg nested-clients",
|
|
15869
16015
|
test: "yarn g:vitest run",
|
|
15870
16016
|
"test:watch": "yarn g:vitest watch"
|
|
15871
16017
|
},
|
|
15872
16018
|
engines: {
|
|
15873
|
-
node: ">=
|
|
16019
|
+
node: ">=20.0.0"
|
|
15874
16020
|
},
|
|
15875
16021
|
sideEffects: false,
|
|
15876
16022
|
author: {
|
|
@@ -15881,47 +16027,47 @@ var init_package = __esm({
|
|
|
15881
16027
|
dependencies: {
|
|
15882
16028
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
15883
16029
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
15884
|
-
"@aws-sdk/core": "3.
|
|
15885
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
15886
|
-
"@aws-sdk/middleware-logger": "3.
|
|
15887
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
15888
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
15889
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
15890
|
-
"@aws-sdk/types": "3.
|
|
15891
|
-
"@aws-sdk/util-endpoints": "3.
|
|
15892
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
15893
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
15894
|
-
"@smithy/config-resolver": "^4.4.
|
|
15895
|
-
"@smithy/core": "^3.
|
|
15896
|
-
"@smithy/fetch-http-handler": "^5.3.
|
|
15897
|
-
"@smithy/hash-node": "^4.2.
|
|
15898
|
-
"@smithy/invalid-dependency": "^4.2.
|
|
15899
|
-
"@smithy/middleware-content-length": "^4.2.
|
|
15900
|
-
"@smithy/middleware-endpoint": "^4.4.
|
|
15901
|
-
"@smithy/middleware-retry": "^4.4.
|
|
15902
|
-
"@smithy/middleware-serde": "^4.2.
|
|
15903
|
-
"@smithy/middleware-stack": "^4.2.
|
|
15904
|
-
"@smithy/node-config-provider": "^4.3.
|
|
15905
|
-
"@smithy/node-http-handler": "^4.4.
|
|
15906
|
-
"@smithy/protocol-http": "^5.3.
|
|
15907
|
-
"@smithy/smithy-client": "^4.
|
|
15908
|
-
"@smithy/types": "^4.
|
|
15909
|
-
"@smithy/url-parser": "^4.2.
|
|
16030
|
+
"@aws-sdk/core": "^3.973.5",
|
|
16031
|
+
"@aws-sdk/middleware-host-header": "^3.972.3",
|
|
16032
|
+
"@aws-sdk/middleware-logger": "^3.972.3",
|
|
16033
|
+
"@aws-sdk/middleware-recursion-detection": "^3.972.3",
|
|
16034
|
+
"@aws-sdk/middleware-user-agent": "^3.972.5",
|
|
16035
|
+
"@aws-sdk/region-config-resolver": "^3.972.3",
|
|
16036
|
+
"@aws-sdk/types": "^3.973.1",
|
|
16037
|
+
"@aws-sdk/util-endpoints": "3.980.0",
|
|
16038
|
+
"@aws-sdk/util-user-agent-browser": "^3.972.3",
|
|
16039
|
+
"@aws-sdk/util-user-agent-node": "^3.972.3",
|
|
16040
|
+
"@smithy/config-resolver": "^4.4.6",
|
|
16041
|
+
"@smithy/core": "^3.22.0",
|
|
16042
|
+
"@smithy/fetch-http-handler": "^5.3.9",
|
|
16043
|
+
"@smithy/hash-node": "^4.2.8",
|
|
16044
|
+
"@smithy/invalid-dependency": "^4.2.8",
|
|
16045
|
+
"@smithy/middleware-content-length": "^4.2.8",
|
|
16046
|
+
"@smithy/middleware-endpoint": "^4.4.12",
|
|
16047
|
+
"@smithy/middleware-retry": "^4.4.29",
|
|
16048
|
+
"@smithy/middleware-serde": "^4.2.9",
|
|
16049
|
+
"@smithy/middleware-stack": "^4.2.8",
|
|
16050
|
+
"@smithy/node-config-provider": "^4.3.8",
|
|
16051
|
+
"@smithy/node-http-handler": "^4.4.8",
|
|
16052
|
+
"@smithy/protocol-http": "^5.3.8",
|
|
16053
|
+
"@smithy/smithy-client": "^4.11.1",
|
|
16054
|
+
"@smithy/types": "^4.12.0",
|
|
16055
|
+
"@smithy/url-parser": "^4.2.8",
|
|
15910
16056
|
"@smithy/util-base64": "^4.3.0",
|
|
15911
16057
|
"@smithy/util-body-length-browser": "^4.2.0",
|
|
15912
16058
|
"@smithy/util-body-length-node": "^4.2.1",
|
|
15913
|
-
"@smithy/util-defaults-mode-browser": "^4.3.
|
|
15914
|
-
"@smithy/util-defaults-mode-node": "^4.2.
|
|
15915
|
-
"@smithy/util-endpoints": "^3.2.
|
|
15916
|
-
"@smithy/util-middleware": "^4.2.
|
|
15917
|
-
"@smithy/util-retry": "^4.2.
|
|
16059
|
+
"@smithy/util-defaults-mode-browser": "^4.3.28",
|
|
16060
|
+
"@smithy/util-defaults-mode-node": "^4.2.31",
|
|
16061
|
+
"@smithy/util-endpoints": "^3.2.8",
|
|
16062
|
+
"@smithy/util-middleware": "^4.2.8",
|
|
16063
|
+
"@smithy/util-retry": "^4.2.8",
|
|
15918
16064
|
"@smithy/util-utf8": "^4.2.0",
|
|
15919
16065
|
tslib: "^2.6.2"
|
|
15920
16066
|
},
|
|
15921
16067
|
devDependencies: {
|
|
15922
16068
|
concurrently: "7.0.0",
|
|
15923
16069
|
"downlevel-dts": "0.10.1",
|
|
15924
|
-
|
|
16070
|
+
premove: "4.0.0",
|
|
15925
16071
|
typescript: "~5.8.3"
|
|
15926
16072
|
},
|
|
15927
16073
|
typesVersions: {
|
|
@@ -17102,7 +17248,8 @@ var init_schemas_0 = __esm({
|
|
|
17102
17248
|
_CTR,
|
|
17103
17249
|
0,
|
|
17104
17250
|
[_cI, _cS, _gT, _dC, _co, _rT, _s, _rU, _cV],
|
|
17105
|
-
[0, [() => ClientSecret, 0], 0, 0, 0, [() => RefreshToken, 0], 64 | 0, 0, [() => CodeVerifier, 0]]
|
|
17251
|
+
[0, [() => ClientSecret, 0], 0, 0, 0, [() => RefreshToken, 0], 64 | 0, 0, [() => CodeVerifier, 0]],
|
|
17252
|
+
3
|
|
17106
17253
|
];
|
|
17107
17254
|
CreateTokenResponse$ = [
|
|
17108
17255
|
3,
|
|
@@ -17516,7 +17663,7 @@ var require_package2 = __commonJS({
|
|
|
17516
17663
|
module2.exports = {
|
|
17517
17664
|
name: "@aws-sdk/client-sso",
|
|
17518
17665
|
description: "AWS SDK for JavaScript Sso Client for Node.js, Browser and React Native",
|
|
17519
|
-
version: "3.
|
|
17666
|
+
version: "3.980.0",
|
|
17520
17667
|
scripts: {
|
|
17521
17668
|
build: "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
17522
17669
|
"build:cjs": "node ../../scripts/compilation/inline client-sso",
|
|
@@ -17524,7 +17671,7 @@ var require_package2 = __commonJS({
|
|
|
17524
17671
|
"build:include:deps": 'yarn g:turbo run build -F="$npm_package_name"',
|
|
17525
17672
|
"build:types": "tsc -p tsconfig.types.json",
|
|
17526
17673
|
"build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4",
|
|
17527
|
-
clean: "
|
|
17674
|
+
clean: "premove dist-cjs dist-es dist-types tsconfig.cjs.tsbuildinfo tsconfig.es.tsbuildinfo tsconfig.types.tsbuildinfo",
|
|
17528
17675
|
"extract:docs": "api-extractor run --local",
|
|
17529
17676
|
"generate:client": "node ../../scripts/generate-clients/single-service --solo sso",
|
|
17530
17677
|
"test:index": "tsc --noEmit ./test/index-types.ts && node ./test/index-objects.spec.mjs"
|
|
@@ -17536,53 +17683,53 @@ var require_package2 = __commonJS({
|
|
|
17536
17683
|
dependencies: {
|
|
17537
17684
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
17538
17685
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
17539
|
-
"@aws-sdk/core": "3.
|
|
17540
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
17541
|
-
"@aws-sdk/middleware-logger": "3.
|
|
17542
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
17543
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
17544
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
17545
|
-
"@aws-sdk/types": "3.
|
|
17546
|
-
"@aws-sdk/util-endpoints": "3.
|
|
17547
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
17548
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
17549
|
-
"@smithy/config-resolver": "^4.4.
|
|
17550
|
-
"@smithy/core": "^3.
|
|
17551
|
-
"@smithy/fetch-http-handler": "^5.3.
|
|
17552
|
-
"@smithy/hash-node": "^4.2.
|
|
17553
|
-
"@smithy/invalid-dependency": "^4.2.
|
|
17554
|
-
"@smithy/middleware-content-length": "^4.2.
|
|
17555
|
-
"@smithy/middleware-endpoint": "^4.4.
|
|
17556
|
-
"@smithy/middleware-retry": "^4.4.
|
|
17557
|
-
"@smithy/middleware-serde": "^4.2.
|
|
17558
|
-
"@smithy/middleware-stack": "^4.2.
|
|
17559
|
-
"@smithy/node-config-provider": "^4.3.
|
|
17560
|
-
"@smithy/node-http-handler": "^4.4.
|
|
17561
|
-
"@smithy/protocol-http": "^5.3.
|
|
17562
|
-
"@smithy/smithy-client": "^4.
|
|
17563
|
-
"@smithy/types": "^4.
|
|
17564
|
-
"@smithy/url-parser": "^4.2.
|
|
17686
|
+
"@aws-sdk/core": "^3.973.5",
|
|
17687
|
+
"@aws-sdk/middleware-host-header": "^3.972.3",
|
|
17688
|
+
"@aws-sdk/middleware-logger": "^3.972.3",
|
|
17689
|
+
"@aws-sdk/middleware-recursion-detection": "^3.972.3",
|
|
17690
|
+
"@aws-sdk/middleware-user-agent": "^3.972.5",
|
|
17691
|
+
"@aws-sdk/region-config-resolver": "^3.972.3",
|
|
17692
|
+
"@aws-sdk/types": "^3.973.1",
|
|
17693
|
+
"@aws-sdk/util-endpoints": "3.980.0",
|
|
17694
|
+
"@aws-sdk/util-user-agent-browser": "^3.972.3",
|
|
17695
|
+
"@aws-sdk/util-user-agent-node": "^3.972.3",
|
|
17696
|
+
"@smithy/config-resolver": "^4.4.6",
|
|
17697
|
+
"@smithy/core": "^3.22.0",
|
|
17698
|
+
"@smithy/fetch-http-handler": "^5.3.9",
|
|
17699
|
+
"@smithy/hash-node": "^4.2.8",
|
|
17700
|
+
"@smithy/invalid-dependency": "^4.2.8",
|
|
17701
|
+
"@smithy/middleware-content-length": "^4.2.8",
|
|
17702
|
+
"@smithy/middleware-endpoint": "^4.4.12",
|
|
17703
|
+
"@smithy/middleware-retry": "^4.4.29",
|
|
17704
|
+
"@smithy/middleware-serde": "^4.2.9",
|
|
17705
|
+
"@smithy/middleware-stack": "^4.2.8",
|
|
17706
|
+
"@smithy/node-config-provider": "^4.3.8",
|
|
17707
|
+
"@smithy/node-http-handler": "^4.4.8",
|
|
17708
|
+
"@smithy/protocol-http": "^5.3.8",
|
|
17709
|
+
"@smithy/smithy-client": "^4.11.1",
|
|
17710
|
+
"@smithy/types": "^4.12.0",
|
|
17711
|
+
"@smithy/url-parser": "^4.2.8",
|
|
17565
17712
|
"@smithy/util-base64": "^4.3.0",
|
|
17566
17713
|
"@smithy/util-body-length-browser": "^4.2.0",
|
|
17567
17714
|
"@smithy/util-body-length-node": "^4.2.1",
|
|
17568
|
-
"@smithy/util-defaults-mode-browser": "^4.3.
|
|
17569
|
-
"@smithy/util-defaults-mode-node": "^4.2.
|
|
17570
|
-
"@smithy/util-endpoints": "^3.2.
|
|
17571
|
-
"@smithy/util-middleware": "^4.2.
|
|
17572
|
-
"@smithy/util-retry": "^4.2.
|
|
17715
|
+
"@smithy/util-defaults-mode-browser": "^4.3.28",
|
|
17716
|
+
"@smithy/util-defaults-mode-node": "^4.2.31",
|
|
17717
|
+
"@smithy/util-endpoints": "^3.2.8",
|
|
17718
|
+
"@smithy/util-middleware": "^4.2.8",
|
|
17719
|
+
"@smithy/util-retry": "^4.2.8",
|
|
17573
17720
|
"@smithy/util-utf8": "^4.2.0",
|
|
17574
17721
|
tslib: "^2.6.2"
|
|
17575
17722
|
},
|
|
17576
17723
|
devDependencies: {
|
|
17577
|
-
"@tsconfig/
|
|
17578
|
-
"@types/node": "^
|
|
17724
|
+
"@tsconfig/node20": "20.1.8",
|
|
17725
|
+
"@types/node": "^20.14.8",
|
|
17579
17726
|
concurrently: "7.0.0",
|
|
17580
17727
|
"downlevel-dts": "0.10.1",
|
|
17581
|
-
|
|
17728
|
+
premove: "4.0.0",
|
|
17582
17729
|
typescript: "~5.8.3"
|
|
17583
17730
|
},
|
|
17584
17731
|
engines: {
|
|
17585
|
-
node: ">=
|
|
17732
|
+
node: ">=20.0.0"
|
|
17586
17733
|
},
|
|
17587
17734
|
typesVersions: {
|
|
17588
17735
|
"<4.0": {
|
|
@@ -18280,7 +18427,8 @@ var require_dist_cjs49 = __commonJS({
|
|
|
18280
18427
|
_GRCR,
|
|
18281
18428
|
0,
|
|
18282
18429
|
[_rN, _aI, _aT3],
|
|
18283
|
-
[[0, { [_hQ]: _rn }], [0, { [_hQ]: _ai }], [() => AccessTokenType, { [_hH]: _xasbt }]]
|
|
18430
|
+
[[0, { [_hQ]: _rn }], [0, { [_hQ]: _ai }], [() => AccessTokenType, { [_hH]: _xasbt }]],
|
|
18431
|
+
3
|
|
18284
18432
|
];
|
|
18285
18433
|
var GetRoleCredentialsResponse$ = [
|
|
18286
18434
|
3,
|
|
@@ -18304,8 +18452,9 @@ var require_dist_cjs49 = __commonJS({
|
|
|
18304
18452
|
n04,
|
|
18305
18453
|
_LARR,
|
|
18306
18454
|
0,
|
|
18307
|
-
[
|
|
18308
|
-
[[
|
|
18455
|
+
[_aT3, _aI, _nT, _mR],
|
|
18456
|
+
[[() => AccessTokenType, { [_hH]: _xasbt }], [0, { [_hQ]: _ai }], [0, { [_hQ]: _nt }], [1, { [_hQ]: _mr }]],
|
|
18457
|
+
2
|
|
18309
18458
|
];
|
|
18310
18459
|
var ListAccountRolesResponse$ = [
|
|
18311
18460
|
3,
|
|
@@ -18320,8 +18469,9 @@ var require_dist_cjs49 = __commonJS({
|
|
|
18320
18469
|
n04,
|
|
18321
18470
|
_LAR,
|
|
18322
18471
|
0,
|
|
18323
|
-
[_nT, _mR
|
|
18324
|
-
[[
|
|
18472
|
+
[_aT3, _nT, _mR],
|
|
18473
|
+
[[() => AccessTokenType, { [_hH]: _xasbt }], [0, { [_hQ]: _nt }], [1, { [_hQ]: _mr }]],
|
|
18474
|
+
1
|
|
18325
18475
|
];
|
|
18326
18476
|
var ListAccountsResponse$ = [
|
|
18327
18477
|
3,
|
|
@@ -18337,7 +18487,8 @@ var require_dist_cjs49 = __commonJS({
|
|
|
18337
18487
|
_LR,
|
|
18338
18488
|
0,
|
|
18339
18489
|
[_aT3],
|
|
18340
|
-
[[() => AccessTokenType, { [_hH]: _xasbt }]]
|
|
18490
|
+
[[() => AccessTokenType, { [_hH]: _xasbt }]],
|
|
18491
|
+
1
|
|
18341
18492
|
];
|
|
18342
18493
|
var ResourceNotFoundException$ = [
|
|
18343
18494
|
-3,
|
|
@@ -18447,17 +18598,21 @@ var require_dist_cjs49 = __commonJS({
|
|
|
18447
18598
|
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
18448
18599
|
}).s("SWBPortalService", "Logout", {}).n("SSOClient", "LogoutCommand").sc(Logout$).build() {
|
|
18449
18600
|
};
|
|
18601
|
+
var paginateListAccountRoles = core.createPaginator(SSOClient, ListAccountRolesCommand, "nextToken", "nextToken", "maxResults");
|
|
18602
|
+
var paginateListAccounts = core.createPaginator(SSOClient, ListAccountsCommand, "nextToken", "nextToken", "maxResults");
|
|
18450
18603
|
var commands4 = {
|
|
18451
18604
|
GetRoleCredentialsCommand,
|
|
18452
18605
|
ListAccountRolesCommand,
|
|
18453
18606
|
ListAccountsCommand,
|
|
18454
18607
|
LogoutCommand
|
|
18455
18608
|
};
|
|
18609
|
+
var paginators = {
|
|
18610
|
+
paginateListAccountRoles,
|
|
18611
|
+
paginateListAccounts
|
|
18612
|
+
};
|
|
18456
18613
|
var SSO = class extends SSOClient {
|
|
18457
18614
|
};
|
|
18458
|
-
smithyClient.createAggregatedClient(commands4, SSO);
|
|
18459
|
-
var paginateListAccountRoles = core.createPaginator(SSOClient, ListAccountRolesCommand, "nextToken", "nextToken", "maxResults");
|
|
18460
|
-
var paginateListAccounts = core.createPaginator(SSOClient, ListAccountsCommand, "nextToken", "nextToken", "maxResults");
|
|
18615
|
+
smithyClient.createAggregatedClient(commands4, SSO, { paginators });
|
|
18461
18616
|
Object.defineProperty(exports2, "$Command", {
|
|
18462
18617
|
enumerable: true,
|
|
18463
18618
|
get: function() {
|
|
@@ -19186,7 +19341,7 @@ var init_schemas_02 = __esm({
|
|
|
19186
19341
|
_tT2 = "tokenType";
|
|
19187
19342
|
n02 = "com.amazonaws.signin";
|
|
19188
19343
|
RefreshToken2 = [0, n02, _RT2, 8, 0];
|
|
19189
|
-
AccessDeniedException$2 = [-3, n02, _ADE2, { [_e2]: _c2 }, [_e2, _m], [0, 0]];
|
|
19344
|
+
AccessDeniedException$2 = [-3, n02, _ADE2, { [_e2]: _c2 }, [_e2, _m], [0, 0], 2];
|
|
19190
19345
|
TypeRegistry.for(n02).registerError(AccessDeniedException$2, AccessDeniedException2);
|
|
19191
19346
|
AccessToken$ = [
|
|
19192
19347
|
3,
|
|
@@ -19198,7 +19353,8 @@ var init_schemas_02 = __esm({
|
|
|
19198
19353
|
[0, { [_jN]: _aKI }],
|
|
19199
19354
|
[0, { [_jN]: _sAK }],
|
|
19200
19355
|
[0, { [_jN]: _sT }]
|
|
19201
|
-
]
|
|
19356
|
+
],
|
|
19357
|
+
3
|
|
19202
19358
|
];
|
|
19203
19359
|
CreateOAuth2TokenRequest$ = [
|
|
19204
19360
|
3,
|
|
@@ -19206,7 +19362,8 @@ var init_schemas_02 = __esm({
|
|
|
19206
19362
|
_COATR,
|
|
19207
19363
|
0,
|
|
19208
19364
|
[_tI],
|
|
19209
|
-
[[() => CreateOAuth2TokenRequestBody$, 16]]
|
|
19365
|
+
[[() => CreateOAuth2TokenRequestBody$, 16]],
|
|
19366
|
+
1
|
|
19210
19367
|
];
|
|
19211
19368
|
CreateOAuth2TokenRequestBody$ = [
|
|
19212
19369
|
3,
|
|
@@ -19221,7 +19378,8 @@ var init_schemas_02 = __esm({
|
|
|
19221
19378
|
[0, { [_jN]: _rU2 }],
|
|
19222
19379
|
[0, { [_jN]: _cV2 }],
|
|
19223
19380
|
[() => RefreshToken2, { [_jN]: _rT2 }]
|
|
19224
|
-
]
|
|
19381
|
+
],
|
|
19382
|
+
2
|
|
19225
19383
|
];
|
|
19226
19384
|
CreateOAuth2TokenResponse$ = [
|
|
19227
19385
|
3,
|
|
@@ -19229,7 +19387,8 @@ var init_schemas_02 = __esm({
|
|
|
19229
19387
|
_COATRr,
|
|
19230
19388
|
0,
|
|
19231
19389
|
[_tO],
|
|
19232
|
-
[[() => CreateOAuth2TokenResponseBody$, 16]]
|
|
19390
|
+
[[() => CreateOAuth2TokenResponseBody$, 16]],
|
|
19391
|
+
1
|
|
19233
19392
|
];
|
|
19234
19393
|
CreateOAuth2TokenResponseBody$ = [
|
|
19235
19394
|
3,
|
|
@@ -19243,13 +19402,14 @@ var init_schemas_02 = __esm({
|
|
|
19243
19402
|
[1, { [_jN]: _eI2 }],
|
|
19244
19403
|
[() => RefreshToken2, { [_jN]: _rT2 }],
|
|
19245
19404
|
[0, { [_jN]: _iT2 }]
|
|
19246
|
-
]
|
|
19405
|
+
],
|
|
19406
|
+
4
|
|
19247
19407
|
];
|
|
19248
|
-
InternalServerException$2 = [-3, n02, _ISE2, { [_e2]: _s2, [_hE2]: 500 }, [_e2, _m], [0, 0]];
|
|
19408
|
+
InternalServerException$2 = [-3, n02, _ISE2, { [_e2]: _s2, [_hE2]: 500 }, [_e2, _m], [0, 0], 2];
|
|
19249
19409
|
TypeRegistry.for(n02).registerError(InternalServerException$2, InternalServerException2);
|
|
19250
|
-
TooManyRequestsError$ = [-3, n02, _TMRE, { [_e2]: _c2, [_hE2]: 429 }, [_e2, _m], [0, 0]];
|
|
19410
|
+
TooManyRequestsError$ = [-3, n02, _TMRE, { [_e2]: _c2, [_hE2]: 429 }, [_e2, _m], [0, 0], 2];
|
|
19251
19411
|
TypeRegistry.for(n02).registerError(TooManyRequestsError$, TooManyRequestsError);
|
|
19252
|
-
ValidationException$ = [-3, n02, _VE, { [_e2]: _c2, [_hE2]: 400 }, [_e2, _m], [0, 0]];
|
|
19412
|
+
ValidationException$ = [-3, n02, _VE, { [_e2]: _c2, [_hE2]: 400 }, [_e2, _m], [0, 0], 2];
|
|
19253
19413
|
TypeRegistry.for(n02).registerError(ValidationException$, ValidationException);
|
|
19254
19414
|
SigninServiceException$ = [-3, _sm2, "SigninServiceException", 0, [], []];
|
|
19255
19415
|
TypeRegistry.for(_sm2).registerError(SigninServiceException$, SigninServiceException);
|
|
@@ -20214,14 +20374,15 @@ var init_schemas_03 = __esm({
|
|
|
20214
20374
|
n03 = "com.amazonaws.sts";
|
|
20215
20375
|
accessKeySecretType = [0, n03, _aKST, 8, 0];
|
|
20216
20376
|
clientTokenType = [0, n03, _cTT, 8, 0];
|
|
20217
|
-
AssumedRoleUser$ = [3, n03, _ARU, 0, [_ARI, _A], [0, 0]];
|
|
20377
|
+
AssumedRoleUser$ = [3, n03, _ARU, 0, [_ARI, _A], [0, 0], 2];
|
|
20218
20378
|
AssumeRoleRequest$ = [
|
|
20219
20379
|
3,
|
|
20220
20380
|
n03,
|
|
20221
20381
|
_ARR,
|
|
20222
20382
|
0,
|
|
20223
20383
|
[_RA, _RSN, _PA, _P, _DS, _T, _TTK, _EI, _SN, _TC, _SI, _PC],
|
|
20224
|
-
[0, 0, () => policyDescriptorListType, 0, 1, () => tagListType, 64 | 0, 0, 0, 0, 0, () => ProvidedContextsListType]
|
|
20384
|
+
[0, 0, () => policyDescriptorListType, 0, 1, () => tagListType, 64 | 0, 0, 0, 0, 0, () => ProvidedContextsListType],
|
|
20385
|
+
2
|
|
20225
20386
|
];
|
|
20226
20387
|
AssumeRoleResponse$ = [
|
|
20227
20388
|
3,
|
|
@@ -20237,7 +20398,8 @@ var init_schemas_03 = __esm({
|
|
|
20237
20398
|
_ARWWIR,
|
|
20238
20399
|
0,
|
|
20239
20400
|
[_RA, _RSN, _WIT, _PI, _PA, _P, _DS],
|
|
20240
|
-
[0, 0, [() => clientTokenType, 0], 0, () => policyDescriptorListType, 0, 1]
|
|
20401
|
+
[0, 0, [() => clientTokenType, 0], 0, () => policyDescriptorListType, 0, 1],
|
|
20402
|
+
3
|
|
20241
20403
|
];
|
|
20242
20404
|
AssumeRoleWithWebIdentityResponse$ = [
|
|
20243
20405
|
3,
|
|
@@ -20253,7 +20415,8 @@ var init_schemas_03 = __esm({
|
|
|
20253
20415
|
_C,
|
|
20254
20416
|
0,
|
|
20255
20417
|
[_AKI, _SAK, _ST, _E],
|
|
20256
|
-
[0, [() => accessKeySecretType, 0], 0, 4]
|
|
20418
|
+
[0, [() => accessKeySecretType, 0], 0, 4],
|
|
20419
|
+
4
|
|
20257
20420
|
];
|
|
20258
20421
|
ExpiredTokenException$2 = [
|
|
20259
20422
|
-3,
|
|
@@ -20320,7 +20483,7 @@ var init_schemas_03 = __esm({
|
|
|
20320
20483
|
[0]
|
|
20321
20484
|
];
|
|
20322
20485
|
TypeRegistry.for(n03).registerError(RegionDisabledException$, RegionDisabledException);
|
|
20323
|
-
Tag$ = [3, n03, _Ta, 0, [_K, _V], [0, 0]];
|
|
20486
|
+
Tag$ = [3, n03, _Ta, 0, [_K, _V], [0, 0], 2];
|
|
20324
20487
|
STSServiceException$ = [-3, _s3, "STSServiceException", 0, [], []];
|
|
20325
20488
|
TypeRegistry.for(_s3).registerError(STSServiceException$, STSServiceException);
|
|
20326
20489
|
policyDescriptorListType = [1, n03, _pDLT, 0, () => PolicyDescriptorType$];
|
|
@@ -21046,12 +21209,14 @@ var require_dist_cjs55 = __commonJS({
|
|
|
21046
21209
|
if (!passiveLock) {
|
|
21047
21210
|
passiveLock = chain(options).then((c4) => {
|
|
21048
21211
|
credentials = c4;
|
|
21212
|
+
}).finally(() => {
|
|
21049
21213
|
passiveLock = void 0;
|
|
21050
21214
|
});
|
|
21051
21215
|
}
|
|
21052
21216
|
} else {
|
|
21053
21217
|
activeLock = chain(options).then((c4) => {
|
|
21054
21218
|
credentials = c4;
|
|
21219
|
+
}).finally(() => {
|
|
21055
21220
|
activeLock = void 0;
|
|
21056
21221
|
});
|
|
21057
21222
|
return provider(options);
|
|
@@ -22774,7 +22939,8 @@ var require_dist_cjs57 = __commonJS({
|
|
|
22774
22939
|
_AHR,
|
|
22775
22940
|
0,
|
|
22776
22941
|
[_HI],
|
|
22777
|
-
[0]
|
|
22942
|
+
[0],
|
|
22943
|
+
1
|
|
22778
22944
|
];
|
|
22779
22945
|
var AcceptHandshakeResponse$ = [
|
|
22780
22946
|
3,
|
|
@@ -22870,7 +23036,8 @@ var require_dist_cjs57 = __commonJS({
|
|
|
22870
23036
|
_APR,
|
|
22871
23037
|
0,
|
|
22872
23038
|
[_PI2, _TI],
|
|
22873
|
-
[0, 0]
|
|
23039
|
+
[0, 0],
|
|
23040
|
+
2
|
|
22874
23041
|
];
|
|
22875
23042
|
var AWSOrganizationsNotInUseException$ = [
|
|
22876
23043
|
-3,
|
|
@@ -22887,7 +23054,8 @@ var require_dist_cjs57 = __commonJS({
|
|
|
22887
23054
|
_CHR,
|
|
22888
23055
|
0,
|
|
22889
23056
|
[_HI],
|
|
22890
|
-
[0]
|
|
23057
|
+
[0],
|
|
23058
|
+
1
|
|
22891
23059
|
];
|
|
22892
23060
|
var CancelHandshakeResponse$ = [
|
|
22893
23061
|
3,
|
|
@@ -22920,7 +23088,8 @@ var require_dist_cjs57 = __commonJS({
|
|
|
22920
23088
|
_CAR,
|
|
22921
23089
|
0,
|
|
22922
23090
|
[_AI],
|
|
22923
|
-
[0]
|
|
23091
|
+
[0],
|
|
23092
|
+
1
|
|
22924
23093
|
];
|
|
22925
23094
|
var ConcurrentModificationException$ = [
|
|
22926
23095
|
-3,
|
|
@@ -22955,7 +23124,8 @@ var require_dist_cjs57 = __commonJS({
|
|
|
22955
23124
|
_CARr,
|
|
22956
23125
|
0,
|
|
22957
23126
|
[_E2, _AN, _RN, _IUATB, _Ta2],
|
|
22958
|
-
[[() => Email, 0], [() => CreateAccountName, 0], 0, 0, () => Tags]
|
|
23127
|
+
[[() => Email, 0], [() => CreateAccountName, 0], 0, 0, () => Tags],
|
|
23128
|
+
2
|
|
22959
23129
|
];
|
|
22960
23130
|
var CreateAccountResponse$ = [
|
|
22961
23131
|
3,
|
|
@@ -22988,7 +23158,8 @@ var require_dist_cjs57 = __commonJS({
|
|
|
22988
23158
|
_CGCAR,
|
|
22989
23159
|
0,
|
|
22990
23160
|
[_E2, _AN, _RN, _IUATB, _Ta2],
|
|
22991
|
-
[[() => Email, 0], [() => CreateAccountName, 0], 0, 0, () => Tags]
|
|
23161
|
+
[[() => Email, 0], [() => CreateAccountName, 0], 0, 0, () => Tags],
|
|
23162
|
+
2
|
|
22992
23163
|
];
|
|
22993
23164
|
var CreateGovCloudAccountResponse$ = [
|
|
22994
23165
|
3,
|
|
@@ -23004,7 +23175,8 @@ var require_dist_cjs57 = __commonJS({
|
|
|
23004
23175
|
_COUR,
|
|
23005
23176
|
0,
|
|
23006
23177
|
[_PIa, _N, _Ta2],
|
|
23007
|
-
[0, 0, () => Tags]
|
|
23178
|
+
[0, 0, () => Tags],
|
|
23179
|
+
2
|
|
23008
23180
|
];
|
|
23009
23181
|
var CreateOrganizationalUnitResponse$ = [
|
|
23010
23182
|
3,
|
|
@@ -23036,7 +23208,8 @@ var require_dist_cjs57 = __commonJS({
|
|
|
23036
23208
|
_CPR,
|
|
23037
23209
|
0,
|
|
23038
23210
|
[_Co, _D, _N, _T2, _Ta2],
|
|
23039
|
-
[0, 0, 0, 0, () => Tags]
|
|
23211
|
+
[0, 0, 0, 0, () => Tags],
|
|
23212
|
+
4
|
|
23040
23213
|
];
|
|
23041
23214
|
var CreatePolicyResponse$ = [
|
|
23042
23215
|
3,
|
|
@@ -23052,7 +23225,8 @@ var require_dist_cjs57 = __commonJS({
|
|
|
23052
23225
|
_DHR,
|
|
23053
23226
|
0,
|
|
23054
23227
|
[_HI],
|
|
23055
|
-
[0]
|
|
23228
|
+
[0],
|
|
23229
|
+
1
|
|
23056
23230
|
];
|
|
23057
23231
|
var DeclineHandshakeResponse$ = [
|
|
23058
23232
|
3,
|
|
@@ -23084,7 +23258,8 @@ var require_dist_cjs57 = __commonJS({
|
|
|
23084
23258
|
_DOUR,
|
|
23085
23259
|
0,
|
|
23086
23260
|
[_OUI],
|
|
23087
|
-
[0]
|
|
23261
|
+
[0],
|
|
23262
|
+
1
|
|
23088
23263
|
];
|
|
23089
23264
|
var DeletePolicyRequest$ = [
|
|
23090
23265
|
3,
|
|
@@ -23092,7 +23267,8 @@ var require_dist_cjs57 = __commonJS({
|
|
|
23092
23267
|
_DPR,
|
|
23093
23268
|
0,
|
|
23094
23269
|
[_PI2],
|
|
23095
|
-
[0]
|
|
23270
|
+
[0],
|
|
23271
|
+
1
|
|
23096
23272
|
];
|
|
23097
23273
|
var DeregisterDelegatedAdministratorRequest$ = [
|
|
23098
23274
|
3,
|
|
@@ -23100,7 +23276,8 @@ var require_dist_cjs57 = __commonJS({
|
|
|
23100
23276
|
_DDAR,
|
|
23101
23277
|
0,
|
|
23102
23278
|
[_AI, _SP],
|
|
23103
|
-
[0, 0]
|
|
23279
|
+
[0, 0],
|
|
23280
|
+
2
|
|
23104
23281
|
];
|
|
23105
23282
|
var DescribeAccountRequest$ = [
|
|
23106
23283
|
3,
|
|
@@ -23108,7 +23285,8 @@ var require_dist_cjs57 = __commonJS({
|
|
|
23108
23285
|
_DAR,
|
|
23109
23286
|
0,
|
|
23110
23287
|
[_AI],
|
|
23111
|
-
[0]
|
|
23288
|
+
[0],
|
|
23289
|
+
1
|
|
23112
23290
|
];
|
|
23113
23291
|
var DescribeAccountResponse$ = [
|
|
23114
23292
|
3,
|
|
@@ -23124,7 +23302,8 @@ var require_dist_cjs57 = __commonJS({
|
|
|
23124
23302
|
_DCASR,
|
|
23125
23303
|
0,
|
|
23126
23304
|
[_CARI],
|
|
23127
|
-
[0]
|
|
23305
|
+
[0],
|
|
23306
|
+
1
|
|
23128
23307
|
];
|
|
23129
23308
|
var DescribeCreateAccountStatusResponse$ = [
|
|
23130
23309
|
3,
|
|
@@ -23140,7 +23319,8 @@ var require_dist_cjs57 = __commonJS({
|
|
|
23140
23319
|
_DEPR,
|
|
23141
23320
|
0,
|
|
23142
23321
|
[_PT, _TI],
|
|
23143
|
-
[0, 0]
|
|
23322
|
+
[0, 0],
|
|
23323
|
+
1
|
|
23144
23324
|
];
|
|
23145
23325
|
var DescribeEffectivePolicyResponse$ = [
|
|
23146
23326
|
3,
|
|
@@ -23156,7 +23336,8 @@ var require_dist_cjs57 = __commonJS({
|
|
|
23156
23336
|
_DHRes,
|
|
23157
23337
|
0,
|
|
23158
23338
|
[_HI],
|
|
23159
|
-
[0]
|
|
23339
|
+
[0],
|
|
23340
|
+
1
|
|
23160
23341
|
];
|
|
23161
23342
|
var DescribeHandshakeResponse$ = [
|
|
23162
23343
|
3,
|
|
@@ -23172,7 +23353,8 @@ var require_dist_cjs57 = __commonJS({
|
|
|
23172
23353
|
_DOURe,
|
|
23173
23354
|
0,
|
|
23174
23355
|
[_OUI],
|
|
23175
|
-
[0]
|
|
23356
|
+
[0],
|
|
23357
|
+
1
|
|
23176
23358
|
];
|
|
23177
23359
|
var DescribeOrganizationalUnitResponse$ = [
|
|
23178
23360
|
3,
|
|
@@ -23196,7 +23378,8 @@ var require_dist_cjs57 = __commonJS({
|
|
|
23196
23378
|
_DPRe,
|
|
23197
23379
|
0,
|
|
23198
23380
|
[_PI2],
|
|
23199
|
-
[0]
|
|
23381
|
+
[0],
|
|
23382
|
+
1
|
|
23200
23383
|
];
|
|
23201
23384
|
var DescribePolicyResponse$ = [
|
|
23202
23385
|
3,
|
|
@@ -23220,7 +23403,8 @@ var require_dist_cjs57 = __commonJS({
|
|
|
23220
23403
|
_DRTR,
|
|
23221
23404
|
0,
|
|
23222
23405
|
[_I],
|
|
23223
|
-
[0]
|
|
23406
|
+
[0],
|
|
23407
|
+
1
|
|
23224
23408
|
];
|
|
23225
23409
|
var DescribeResponsibilityTransferResponse$ = [
|
|
23226
23410
|
3,
|
|
@@ -23245,7 +23429,8 @@ var require_dist_cjs57 = __commonJS({
|
|
|
23245
23429
|
_DPRet,
|
|
23246
23430
|
0,
|
|
23247
23431
|
[_PI2, _TI],
|
|
23248
|
-
[0, 0]
|
|
23432
|
+
[0, 0],
|
|
23433
|
+
2
|
|
23249
23434
|
];
|
|
23250
23435
|
var DisableAWSServiceAccessRequest$ = [
|
|
23251
23436
|
3,
|
|
@@ -23253,7 +23438,8 @@ var require_dist_cjs57 = __commonJS({
|
|
|
23253
23438
|
_DAWSSAR,
|
|
23254
23439
|
0,
|
|
23255
23440
|
[_SP],
|
|
23256
|
-
[0]
|
|
23441
|
+
[0],
|
|
23442
|
+
1
|
|
23257
23443
|
];
|
|
23258
23444
|
var DisablePolicyTypeRequest$ = [
|
|
23259
23445
|
3,
|
|
@@ -23261,7 +23447,8 @@ var require_dist_cjs57 = __commonJS({
|
|
|
23261
23447
|
_DPTR,
|
|
23262
23448
|
0,
|
|
23263
23449
|
[_RI, _PT],
|
|
23264
|
-
[0, 0]
|
|
23450
|
+
[0, 0],
|
|
23451
|
+
2
|
|
23265
23452
|
];
|
|
23266
23453
|
var DisablePolicyTypeResponse$ = [
|
|
23267
23454
|
3,
|
|
@@ -23363,7 +23550,8 @@ var require_dist_cjs57 = __commonJS({
|
|
|
23363
23550
|
_EAWSSAR,
|
|
23364
23551
|
0,
|
|
23365
23552
|
[_SP],
|
|
23366
|
-
[0]
|
|
23553
|
+
[0],
|
|
23554
|
+
1
|
|
23367
23555
|
];
|
|
23368
23556
|
var EnabledServicePrincipal$ = [
|
|
23369
23557
|
3,
|
|
@@ -23379,7 +23567,8 @@ var require_dist_cjs57 = __commonJS({
|
|
|
23379
23567
|
_EPTR,
|
|
23380
23568
|
0,
|
|
23381
23569
|
[_RI, _PT],
|
|
23382
|
-
[0, 0]
|
|
23570
|
+
[0, 0],
|
|
23571
|
+
2
|
|
23383
23572
|
];
|
|
23384
23573
|
var EnablePolicyTypeResponse$ = [
|
|
23385
23574
|
3,
|
|
@@ -23447,7 +23636,8 @@ var require_dist_cjs57 = __commonJS({
|
|
|
23447
23636
|
_HP,
|
|
23448
23637
|
0,
|
|
23449
23638
|
[_I, _T2],
|
|
23450
|
-
[[() => HandshakePartyId, 0], 0]
|
|
23639
|
+
[[() => HandshakePartyId, 0], 0],
|
|
23640
|
+
2
|
|
23451
23641
|
];
|
|
23452
23642
|
var HandshakeResource$ = [
|
|
23453
23643
|
3,
|
|
@@ -23490,7 +23680,8 @@ var require_dist_cjs57 = __commonJS({
|
|
|
23490
23680
|
_IATOR,
|
|
23491
23681
|
0,
|
|
23492
23682
|
[_Tar, _No, _Ta2],
|
|
23493
|
-
[[() => HandshakeParty$, 0], [() => HandshakeNotes, 0], () => Tags]
|
|
23683
|
+
[[() => HandshakeParty$, 0], [() => HandshakeNotes, 0], () => Tags],
|
|
23684
|
+
1
|
|
23494
23685
|
];
|
|
23495
23686
|
var InviteAccountToOrganizationResponse$ = [
|
|
23496
23687
|
3,
|
|
@@ -23505,8 +23696,9 @@ var require_dist_cjs57 = __commonJS({
|
|
|
23505
23696
|
n04,
|
|
23506
23697
|
_IOTTRR,
|
|
23507
23698
|
0,
|
|
23508
|
-
[_T2, _Tar,
|
|
23509
|
-
[0, [() => HandshakeParty$, 0], [() =>
|
|
23699
|
+
[_T2, _Tar, _ST2, _SN2, _No, _Ta2],
|
|
23700
|
+
[0, [() => HandshakeParty$, 0], 4, [() => ResponsibilityTransferName, 0], [() => HandshakeNotes, 0], () => Tags],
|
|
23701
|
+
4
|
|
23510
23702
|
];
|
|
23511
23703
|
var InviteOrganizationToTransferResponsibilityResponse$ = [
|
|
23512
23704
|
3,
|
|
@@ -23522,7 +23714,8 @@ var require_dist_cjs57 = __commonJS({
|
|
|
23522
23714
|
_LAFPR,
|
|
23523
23715
|
0,
|
|
23524
23716
|
[_PIa, _NT, _MR],
|
|
23525
|
-
[0, 0, 1]
|
|
23717
|
+
[0, 0, 1],
|
|
23718
|
+
1
|
|
23526
23719
|
];
|
|
23527
23720
|
var ListAccountsForParentResponse$ = [
|
|
23528
23721
|
3,
|
|
@@ -23554,7 +23747,8 @@ var require_dist_cjs57 = __commonJS({
|
|
|
23554
23747
|
_LAWIEPR,
|
|
23555
23748
|
0,
|
|
23556
23749
|
[_PT, _NT, _MR],
|
|
23557
|
-
[0, 0, 1]
|
|
23750
|
+
[0, 0, 1],
|
|
23751
|
+
1
|
|
23558
23752
|
];
|
|
23559
23753
|
var ListAccountsWithInvalidEffectivePolicyResponse$ = [
|
|
23560
23754
|
3,
|
|
@@ -23586,7 +23780,8 @@ var require_dist_cjs57 = __commonJS({
|
|
|
23586
23780
|
_LCR,
|
|
23587
23781
|
0,
|
|
23588
23782
|
[_PIa, _CTh, _NT, _MR],
|
|
23589
|
-
[0, 0, 0, 1]
|
|
23783
|
+
[0, 0, 0, 1],
|
|
23784
|
+
2
|
|
23590
23785
|
];
|
|
23591
23786
|
var ListChildrenResponse$ = [
|
|
23592
23787
|
3,
|
|
@@ -23634,7 +23829,8 @@ var require_dist_cjs57 = __commonJS({
|
|
|
23634
23829
|
_LDSFAR,
|
|
23635
23830
|
0,
|
|
23636
23831
|
[_AI, _NT, _MR],
|
|
23637
|
-
[0, 0, 1]
|
|
23832
|
+
[0, 0, 1],
|
|
23833
|
+
1
|
|
23638
23834
|
];
|
|
23639
23835
|
var ListDelegatedServicesForAccountResponse$ = [
|
|
23640
23836
|
3,
|
|
@@ -23650,7 +23846,8 @@ var require_dist_cjs57 = __commonJS({
|
|
|
23650
23846
|
_LEPVER,
|
|
23651
23847
|
0,
|
|
23652
23848
|
[_AI, _PT, _NT, _MR],
|
|
23653
|
-
[0, 0, 0, 1]
|
|
23849
|
+
[0, 0, 0, 1],
|
|
23850
|
+
2
|
|
23654
23851
|
];
|
|
23655
23852
|
var ListEffectivePolicyValidationErrorsResponse$ = [
|
|
23656
23853
|
3,
|
|
@@ -23698,7 +23895,8 @@ var require_dist_cjs57 = __commonJS({
|
|
|
23698
23895
|
_LIRTR,
|
|
23699
23896
|
0,
|
|
23700
23897
|
[_T2, _I, _NT, _MR],
|
|
23701
|
-
[0, 0, 0, 1]
|
|
23898
|
+
[0, 0, 0, 1],
|
|
23899
|
+
1
|
|
23702
23900
|
];
|
|
23703
23901
|
var ListInboundResponsibilityTransfersResponse$ = [
|
|
23704
23902
|
3,
|
|
@@ -23714,7 +23912,8 @@ var require_dist_cjs57 = __commonJS({
|
|
|
23714
23912
|
_LOUFPR,
|
|
23715
23913
|
0,
|
|
23716
23914
|
[_PIa, _NT, _MR],
|
|
23717
|
-
[0, 0, 1]
|
|
23915
|
+
[0, 0, 1],
|
|
23916
|
+
1
|
|
23718
23917
|
];
|
|
23719
23918
|
var ListOrganizationalUnitsForParentResponse$ = [
|
|
23720
23919
|
3,
|
|
@@ -23730,7 +23929,8 @@ var require_dist_cjs57 = __commonJS({
|
|
|
23730
23929
|
_LORTR,
|
|
23731
23930
|
0,
|
|
23732
23931
|
[_T2, _NT, _MR],
|
|
23733
|
-
[0, 0, 1]
|
|
23932
|
+
[0, 0, 1],
|
|
23933
|
+
1
|
|
23734
23934
|
];
|
|
23735
23935
|
var ListOutboundResponsibilityTransfersResponse$ = [
|
|
23736
23936
|
3,
|
|
@@ -23746,7 +23946,8 @@ var require_dist_cjs57 = __commonJS({
|
|
|
23746
23946
|
_LPR,
|
|
23747
23947
|
0,
|
|
23748
23948
|
[_CI, _NT, _MR],
|
|
23749
|
-
[0, 0, 1]
|
|
23949
|
+
[0, 0, 1],
|
|
23950
|
+
1
|
|
23750
23951
|
];
|
|
23751
23952
|
var ListParentsResponse$ = [
|
|
23752
23953
|
3,
|
|
@@ -23762,7 +23963,8 @@ var require_dist_cjs57 = __commonJS({
|
|
|
23762
23963
|
_LPFTR,
|
|
23763
23964
|
0,
|
|
23764
23965
|
[_TI, _F, _NT, _MR],
|
|
23765
|
-
[0, 0, 0, 1]
|
|
23966
|
+
[0, 0, 0, 1],
|
|
23967
|
+
2
|
|
23766
23968
|
];
|
|
23767
23969
|
var ListPoliciesForTargetResponse$ = [
|
|
23768
23970
|
3,
|
|
@@ -23778,7 +23980,8 @@ var require_dist_cjs57 = __commonJS({
|
|
|
23778
23980
|
_LPRis,
|
|
23779
23981
|
0,
|
|
23780
23982
|
[_F, _NT, _MR],
|
|
23781
|
-
[0, 0, 1]
|
|
23983
|
+
[0, 0, 1],
|
|
23984
|
+
1
|
|
23782
23985
|
];
|
|
23783
23986
|
var ListPoliciesResponse$ = [
|
|
23784
23987
|
3,
|
|
@@ -23810,7 +24013,8 @@ var require_dist_cjs57 = __commonJS({
|
|
|
23810
24013
|
_LTFRR,
|
|
23811
24014
|
0,
|
|
23812
24015
|
[_RIe, _NT],
|
|
23813
|
-
[0, 0]
|
|
24016
|
+
[0, 0],
|
|
24017
|
+
1
|
|
23814
24018
|
];
|
|
23815
24019
|
var ListTagsForResourceResponse$ = [
|
|
23816
24020
|
3,
|
|
@@ -23826,7 +24030,8 @@ var require_dist_cjs57 = __commonJS({
|
|
|
23826
24030
|
_LTFPR,
|
|
23827
24031
|
0,
|
|
23828
24032
|
[_PI2, _NT, _MR],
|
|
23829
|
-
[0, 0, 1]
|
|
24033
|
+
[0, 0, 1],
|
|
24034
|
+
1
|
|
23830
24035
|
];
|
|
23831
24036
|
var ListTargetsForPolicyResponse$ = [
|
|
23832
24037
|
3,
|
|
@@ -23860,7 +24065,8 @@ var require_dist_cjs57 = __commonJS({
|
|
|
23860
24065
|
_MAR,
|
|
23861
24066
|
0,
|
|
23862
24067
|
[_AI, _SPI, _DPI],
|
|
23863
|
-
[0, 0, 0]
|
|
24068
|
+
[0, 0, 0],
|
|
24069
|
+
3
|
|
23864
24070
|
];
|
|
23865
24071
|
var Organization$ = [
|
|
23866
24072
|
3,
|
|
@@ -24023,7 +24229,8 @@ var require_dist_cjs57 = __commonJS({
|
|
|
24023
24229
|
_PRPR,
|
|
24024
24230
|
0,
|
|
24025
24231
|
[_Co, _Ta2],
|
|
24026
|
-
[0, () => Tags]
|
|
24232
|
+
[0, () => Tags],
|
|
24233
|
+
1
|
|
24027
24234
|
];
|
|
24028
24235
|
var PutResourcePolicyResponse$ = [
|
|
24029
24236
|
3,
|
|
@@ -24039,7 +24246,8 @@ var require_dist_cjs57 = __commonJS({
|
|
|
24039
24246
|
_RDAR,
|
|
24040
24247
|
0,
|
|
24041
24248
|
[_AI, _SP],
|
|
24042
|
-
[0, 0]
|
|
24249
|
+
[0, 0],
|
|
24250
|
+
2
|
|
24043
24251
|
];
|
|
24044
24252
|
var RemoveAccountFromOrganizationRequest$ = [
|
|
24045
24253
|
3,
|
|
@@ -24047,7 +24255,8 @@ var require_dist_cjs57 = __commonJS({
|
|
|
24047
24255
|
_RAFOR,
|
|
24048
24256
|
0,
|
|
24049
24257
|
[_AI],
|
|
24050
|
-
[0]
|
|
24258
|
+
[0],
|
|
24259
|
+
1
|
|
24051
24260
|
];
|
|
24052
24261
|
var ResourcePolicy$ = [
|
|
24053
24262
|
3,
|
|
@@ -24141,7 +24350,8 @@ var require_dist_cjs57 = __commonJS({
|
|
|
24141
24350
|
_Tag,
|
|
24142
24351
|
0,
|
|
24143
24352
|
[_K2, _V2],
|
|
24144
|
-
[0, 0]
|
|
24353
|
+
[0, 0],
|
|
24354
|
+
2
|
|
24145
24355
|
];
|
|
24146
24356
|
var TagResourceRequest$ = [
|
|
24147
24357
|
3,
|
|
@@ -24149,7 +24359,8 @@ var require_dist_cjs57 = __commonJS({
|
|
|
24149
24359
|
_TRR,
|
|
24150
24360
|
0,
|
|
24151
24361
|
[_RIe, _Ta2],
|
|
24152
|
-
[0, () => Tags]
|
|
24362
|
+
[0, () => Tags],
|
|
24363
|
+
2
|
|
24153
24364
|
];
|
|
24154
24365
|
var TargetNotFoundException$ = [
|
|
24155
24366
|
-3,
|
|
@@ -24166,7 +24377,8 @@ var require_dist_cjs57 = __commonJS({
|
|
|
24166
24377
|
_TRTR,
|
|
24167
24378
|
0,
|
|
24168
24379
|
[_I, _ETn],
|
|
24169
|
-
[0, 4]
|
|
24380
|
+
[0, 4],
|
|
24381
|
+
1
|
|
24170
24382
|
];
|
|
24171
24383
|
var TerminateResponsibilityTransferResponse$ = [
|
|
24172
24384
|
3,
|
|
@@ -24208,7 +24420,8 @@ var require_dist_cjs57 = __commonJS({
|
|
|
24208
24420
|
_URR,
|
|
24209
24421
|
0,
|
|
24210
24422
|
[_RIe, _TK],
|
|
24211
|
-
[0, 64 | 0]
|
|
24423
|
+
[0, 64 | 0],
|
|
24424
|
+
2
|
|
24212
24425
|
];
|
|
24213
24426
|
var UpdateOrganizationalUnitRequest$ = [
|
|
24214
24427
|
3,
|
|
@@ -24216,7 +24429,8 @@ var require_dist_cjs57 = __commonJS({
|
|
|
24216
24429
|
_UOUR,
|
|
24217
24430
|
0,
|
|
24218
24431
|
[_OUI, _N],
|
|
24219
|
-
[0, 0]
|
|
24432
|
+
[0, 0],
|
|
24433
|
+
1
|
|
24220
24434
|
];
|
|
24221
24435
|
var UpdateOrganizationalUnitResponse$ = [
|
|
24222
24436
|
3,
|
|
@@ -24232,7 +24446,8 @@ var require_dist_cjs57 = __commonJS({
|
|
|
24232
24446
|
_UPR,
|
|
24233
24447
|
0,
|
|
24234
24448
|
[_PI2, _N, _D, _Co],
|
|
24235
|
-
[0, 0, 0, 0]
|
|
24449
|
+
[0, 0, 0, 0],
|
|
24450
|
+
1
|
|
24236
24451
|
];
|
|
24237
24452
|
var UpdatePolicyResponse$ = [
|
|
24238
24453
|
3,
|
|
@@ -24248,7 +24463,8 @@ var require_dist_cjs57 = __commonJS({
|
|
|
24248
24463
|
_URTR,
|
|
24249
24464
|
0,
|
|
24250
24465
|
[_I, _N],
|
|
24251
|
-
[0, [() => ResponsibilityTransferName, 0]]
|
|
24466
|
+
[0, [() => ResponsibilityTransferName, 0]],
|
|
24467
|
+
2
|
|
24252
24468
|
];
|
|
24253
24469
|
var UpdateResponsibilityTransferResponse$ = [
|
|
24254
24470
|
3,
|
|
@@ -25164,6 +25380,24 @@ var require_dist_cjs57 = __commonJS({
|
|
|
25164
25380
|
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
25165
25381
|
}).s("AWSOrganizationsV20161128", "UpdateResponsibilityTransfer", {}).n("OrganizationsClient", "UpdateResponsibilityTransferCommand").sc(UpdateResponsibilityTransfer$).build() {
|
|
25166
25382
|
};
|
|
25383
|
+
var paginateListAccountsForParent = core.createPaginator(OrganizationsClient, ListAccountsForParentCommand, "NextToken", "NextToken", "MaxResults");
|
|
25384
|
+
var paginateListAccounts = core.createPaginator(OrganizationsClient, ListAccountsCommand, "NextToken", "NextToken", "MaxResults");
|
|
25385
|
+
var paginateListAccountsWithInvalidEffectivePolicy = core.createPaginator(OrganizationsClient, ListAccountsWithInvalidEffectivePolicyCommand, "NextToken", "NextToken", "MaxResults");
|
|
25386
|
+
var paginateListAWSServiceAccessForOrganization = core.createPaginator(OrganizationsClient, ListAWSServiceAccessForOrganizationCommand, "NextToken", "NextToken", "MaxResults");
|
|
25387
|
+
var paginateListChildren = core.createPaginator(OrganizationsClient, ListChildrenCommand, "NextToken", "NextToken", "MaxResults");
|
|
25388
|
+
var paginateListCreateAccountStatus = core.createPaginator(OrganizationsClient, ListCreateAccountStatusCommand, "NextToken", "NextToken", "MaxResults");
|
|
25389
|
+
var paginateListDelegatedAdministrators = core.createPaginator(OrganizationsClient, ListDelegatedAdministratorsCommand, "NextToken", "NextToken", "MaxResults");
|
|
25390
|
+
var paginateListDelegatedServicesForAccount = core.createPaginator(OrganizationsClient, ListDelegatedServicesForAccountCommand, "NextToken", "NextToken", "MaxResults");
|
|
25391
|
+
var paginateListEffectivePolicyValidationErrors = core.createPaginator(OrganizationsClient, ListEffectivePolicyValidationErrorsCommand, "NextToken", "NextToken", "MaxResults");
|
|
25392
|
+
var paginateListHandshakesForAccount = core.createPaginator(OrganizationsClient, ListHandshakesForAccountCommand, "NextToken", "NextToken", "MaxResults");
|
|
25393
|
+
var paginateListHandshakesForOrganization = core.createPaginator(OrganizationsClient, ListHandshakesForOrganizationCommand, "NextToken", "NextToken", "MaxResults");
|
|
25394
|
+
var paginateListOrganizationalUnitsForParent = core.createPaginator(OrganizationsClient, ListOrganizationalUnitsForParentCommand, "NextToken", "NextToken", "MaxResults");
|
|
25395
|
+
var paginateListParents = core.createPaginator(OrganizationsClient, ListParentsCommand, "NextToken", "NextToken", "MaxResults");
|
|
25396
|
+
var paginateListPoliciesForTarget = core.createPaginator(OrganizationsClient, ListPoliciesForTargetCommand, "NextToken", "NextToken", "MaxResults");
|
|
25397
|
+
var paginateListPolicies = core.createPaginator(OrganizationsClient, ListPoliciesCommand, "NextToken", "NextToken", "MaxResults");
|
|
25398
|
+
var paginateListRoots = core.createPaginator(OrganizationsClient, ListRootsCommand, "NextToken", "NextToken", "MaxResults");
|
|
25399
|
+
var paginateListTagsForResource = core.createPaginator(OrganizationsClient, ListTagsForResourceCommand, "NextToken", "NextToken", "");
|
|
25400
|
+
var paginateListTargetsForPolicy = core.createPaginator(OrganizationsClient, ListTargetsForPolicyCommand, "NextToken", "NextToken", "MaxResults");
|
|
25167
25401
|
var commands4 = {
|
|
25168
25402
|
AcceptHandshakeCommand,
|
|
25169
25403
|
AttachPolicyCommand,
|
|
@@ -25229,27 +25463,29 @@ var require_dist_cjs57 = __commonJS({
|
|
|
25229
25463
|
UpdatePolicyCommand,
|
|
25230
25464
|
UpdateResponsibilityTransferCommand
|
|
25231
25465
|
};
|
|
25466
|
+
var paginators = {
|
|
25467
|
+
paginateListAccounts,
|
|
25468
|
+
paginateListAccountsForParent,
|
|
25469
|
+
paginateListAccountsWithInvalidEffectivePolicy,
|
|
25470
|
+
paginateListAWSServiceAccessForOrganization,
|
|
25471
|
+
paginateListChildren,
|
|
25472
|
+
paginateListCreateAccountStatus,
|
|
25473
|
+
paginateListDelegatedAdministrators,
|
|
25474
|
+
paginateListDelegatedServicesForAccount,
|
|
25475
|
+
paginateListEffectivePolicyValidationErrors,
|
|
25476
|
+
paginateListHandshakesForAccount,
|
|
25477
|
+
paginateListHandshakesForOrganization,
|
|
25478
|
+
paginateListOrganizationalUnitsForParent,
|
|
25479
|
+
paginateListParents,
|
|
25480
|
+
paginateListPolicies,
|
|
25481
|
+
paginateListPoliciesForTarget,
|
|
25482
|
+
paginateListRoots,
|
|
25483
|
+
paginateListTagsForResource,
|
|
25484
|
+
paginateListTargetsForPolicy
|
|
25485
|
+
};
|
|
25232
25486
|
var Organizations2 = class extends OrganizationsClient {
|
|
25233
25487
|
};
|
|
25234
|
-
smithyClient.createAggregatedClient(commands4, Organizations2);
|
|
25235
|
-
var paginateListAccounts = core.createPaginator(OrganizationsClient, ListAccountsCommand, "NextToken", "NextToken", "MaxResults");
|
|
25236
|
-
var paginateListAccountsForParent = core.createPaginator(OrganizationsClient, ListAccountsForParentCommand, "NextToken", "NextToken", "MaxResults");
|
|
25237
|
-
var paginateListAccountsWithInvalidEffectivePolicy = core.createPaginator(OrganizationsClient, ListAccountsWithInvalidEffectivePolicyCommand, "NextToken", "NextToken", "MaxResults");
|
|
25238
|
-
var paginateListAWSServiceAccessForOrganization = core.createPaginator(OrganizationsClient, ListAWSServiceAccessForOrganizationCommand, "NextToken", "NextToken", "MaxResults");
|
|
25239
|
-
var paginateListChildren = core.createPaginator(OrganizationsClient, ListChildrenCommand, "NextToken", "NextToken", "MaxResults");
|
|
25240
|
-
var paginateListCreateAccountStatus = core.createPaginator(OrganizationsClient, ListCreateAccountStatusCommand, "NextToken", "NextToken", "MaxResults");
|
|
25241
|
-
var paginateListDelegatedAdministrators = core.createPaginator(OrganizationsClient, ListDelegatedAdministratorsCommand, "NextToken", "NextToken", "MaxResults");
|
|
25242
|
-
var paginateListDelegatedServicesForAccount = core.createPaginator(OrganizationsClient, ListDelegatedServicesForAccountCommand, "NextToken", "NextToken", "MaxResults");
|
|
25243
|
-
var paginateListEffectivePolicyValidationErrors = core.createPaginator(OrganizationsClient, ListEffectivePolicyValidationErrorsCommand, "NextToken", "NextToken", "MaxResults");
|
|
25244
|
-
var paginateListHandshakesForAccount = core.createPaginator(OrganizationsClient, ListHandshakesForAccountCommand, "NextToken", "NextToken", "MaxResults");
|
|
25245
|
-
var paginateListHandshakesForOrganization = core.createPaginator(OrganizationsClient, ListHandshakesForOrganizationCommand, "NextToken", "NextToken", "MaxResults");
|
|
25246
|
-
var paginateListOrganizationalUnitsForParent = core.createPaginator(OrganizationsClient, ListOrganizationalUnitsForParentCommand, "NextToken", "NextToken", "MaxResults");
|
|
25247
|
-
var paginateListParents = core.createPaginator(OrganizationsClient, ListParentsCommand, "NextToken", "NextToken", "MaxResults");
|
|
25248
|
-
var paginateListPolicies = core.createPaginator(OrganizationsClient, ListPoliciesCommand, "NextToken", "NextToken", "MaxResults");
|
|
25249
|
-
var paginateListPoliciesForTarget = core.createPaginator(OrganizationsClient, ListPoliciesForTargetCommand, "NextToken", "NextToken", "MaxResults");
|
|
25250
|
-
var paginateListRoots = core.createPaginator(OrganizationsClient, ListRootsCommand, "NextToken", "NextToken", "MaxResults");
|
|
25251
|
-
var paginateListTagsForResource = core.createPaginator(OrganizationsClient, ListTagsForResourceCommand, "NextToken", "NextToken", "");
|
|
25252
|
-
var paginateListTargetsForPolicy = core.createPaginator(OrganizationsClient, ListTargetsForPolicyCommand, "NextToken", "NextToken", "MaxResults");
|
|
25488
|
+
smithyClient.createAggregatedClient(commands4, Organizations2, { paginators });
|
|
25253
25489
|
var ActionType = {
|
|
25254
25490
|
ADD_ORGANIZATIONS_SERVICE_LINKED_ROLE: "ADD_ORGANIZATIONS_SERVICE_LINKED_ROLE",
|
|
25255
25491
|
APPROVE_ALL_FEATURES: "APPROVE_ALL_FEATURES",
|
|
@@ -25971,7 +26207,7 @@ var require_package3 = __commonJS({
|
|
|
25971
26207
|
module2.exports = {
|
|
25972
26208
|
name: "@aws-sdk/client-secrets-manager",
|
|
25973
26209
|
description: "AWS SDK for JavaScript Secrets Manager Client for Node.js, Browser and React Native",
|
|
25974
|
-
version: "3.
|
|
26210
|
+
version: "3.980.0",
|
|
25975
26211
|
scripts: {
|
|
25976
26212
|
build: "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
25977
26213
|
"build:cjs": "node ../../scripts/compilation/inline client-secrets-manager",
|
|
@@ -25979,7 +26215,7 @@ var require_package3 = __commonJS({
|
|
|
25979
26215
|
"build:include:deps": 'yarn g:turbo run build -F="$npm_package_name"',
|
|
25980
26216
|
"build:types": "tsc -p tsconfig.types.json",
|
|
25981
26217
|
"build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4",
|
|
25982
|
-
clean: "
|
|
26218
|
+
clean: "premove dist-cjs dist-es dist-types tsconfig.cjs.tsbuildinfo tsconfig.es.tsbuildinfo tsconfig.types.tsbuildinfo",
|
|
25983
26219
|
"extract:docs": "api-extractor run --local",
|
|
25984
26220
|
"generate:client": "node ../../scripts/generate-clients/single-service --solo secrets-manager",
|
|
25985
26221
|
"test:index": "tsc --noEmit ./test/index-types.ts && node ./test/index-objects.spec.mjs"
|
|
@@ -25991,54 +26227,54 @@ var require_package3 = __commonJS({
|
|
|
25991
26227
|
dependencies: {
|
|
25992
26228
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
25993
26229
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
25994
|
-
"@aws-sdk/core": "3.
|
|
25995
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
25996
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
25997
|
-
"@aws-sdk/middleware-logger": "3.
|
|
25998
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
25999
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
26000
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
26001
|
-
"@aws-sdk/types": "3.
|
|
26002
|
-
"@aws-sdk/util-endpoints": "3.
|
|
26003
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
26004
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
26005
|
-
"@smithy/config-resolver": "^4.4.
|
|
26006
|
-
"@smithy/core": "^3.
|
|
26007
|
-
"@smithy/fetch-http-handler": "^5.3.
|
|
26008
|
-
"@smithy/hash-node": "^4.2.
|
|
26009
|
-
"@smithy/invalid-dependency": "^4.2.
|
|
26010
|
-
"@smithy/middleware-content-length": "^4.2.
|
|
26011
|
-
"@smithy/middleware-endpoint": "^4.4.
|
|
26012
|
-
"@smithy/middleware-retry": "^4.4.
|
|
26013
|
-
"@smithy/middleware-serde": "^4.2.
|
|
26014
|
-
"@smithy/middleware-stack": "^4.2.
|
|
26015
|
-
"@smithy/node-config-provider": "^4.3.
|
|
26016
|
-
"@smithy/node-http-handler": "^4.4.
|
|
26017
|
-
"@smithy/protocol-http": "^5.3.
|
|
26018
|
-
"@smithy/smithy-client": "^4.
|
|
26019
|
-
"@smithy/types": "^4.
|
|
26020
|
-
"@smithy/url-parser": "^4.2.
|
|
26230
|
+
"@aws-sdk/core": "^3.973.5",
|
|
26231
|
+
"@aws-sdk/credential-provider-node": "^3.972.4",
|
|
26232
|
+
"@aws-sdk/middleware-host-header": "^3.972.3",
|
|
26233
|
+
"@aws-sdk/middleware-logger": "^3.972.3",
|
|
26234
|
+
"@aws-sdk/middleware-recursion-detection": "^3.972.3",
|
|
26235
|
+
"@aws-sdk/middleware-user-agent": "^3.972.5",
|
|
26236
|
+
"@aws-sdk/region-config-resolver": "^3.972.3",
|
|
26237
|
+
"@aws-sdk/types": "^3.973.1",
|
|
26238
|
+
"@aws-sdk/util-endpoints": "3.980.0",
|
|
26239
|
+
"@aws-sdk/util-user-agent-browser": "^3.972.3",
|
|
26240
|
+
"@aws-sdk/util-user-agent-node": "^3.972.3",
|
|
26241
|
+
"@smithy/config-resolver": "^4.4.6",
|
|
26242
|
+
"@smithy/core": "^3.22.0",
|
|
26243
|
+
"@smithy/fetch-http-handler": "^5.3.9",
|
|
26244
|
+
"@smithy/hash-node": "^4.2.8",
|
|
26245
|
+
"@smithy/invalid-dependency": "^4.2.8",
|
|
26246
|
+
"@smithy/middleware-content-length": "^4.2.8",
|
|
26247
|
+
"@smithy/middleware-endpoint": "^4.4.12",
|
|
26248
|
+
"@smithy/middleware-retry": "^4.4.29",
|
|
26249
|
+
"@smithy/middleware-serde": "^4.2.9",
|
|
26250
|
+
"@smithy/middleware-stack": "^4.2.8",
|
|
26251
|
+
"@smithy/node-config-provider": "^4.3.8",
|
|
26252
|
+
"@smithy/node-http-handler": "^4.4.8",
|
|
26253
|
+
"@smithy/protocol-http": "^5.3.8",
|
|
26254
|
+
"@smithy/smithy-client": "^4.11.1",
|
|
26255
|
+
"@smithy/types": "^4.12.0",
|
|
26256
|
+
"@smithy/url-parser": "^4.2.8",
|
|
26021
26257
|
"@smithy/util-base64": "^4.3.0",
|
|
26022
26258
|
"@smithy/util-body-length-browser": "^4.2.0",
|
|
26023
26259
|
"@smithy/util-body-length-node": "^4.2.1",
|
|
26024
|
-
"@smithy/util-defaults-mode-browser": "^4.3.
|
|
26025
|
-
"@smithy/util-defaults-mode-node": "^4.2.
|
|
26026
|
-
"@smithy/util-endpoints": "^3.2.
|
|
26027
|
-
"@smithy/util-middleware": "^4.2.
|
|
26028
|
-
"@smithy/util-retry": "^4.2.
|
|
26260
|
+
"@smithy/util-defaults-mode-browser": "^4.3.28",
|
|
26261
|
+
"@smithy/util-defaults-mode-node": "^4.2.31",
|
|
26262
|
+
"@smithy/util-endpoints": "^3.2.8",
|
|
26263
|
+
"@smithy/util-middleware": "^4.2.8",
|
|
26264
|
+
"@smithy/util-retry": "^4.2.8",
|
|
26029
26265
|
"@smithy/util-utf8": "^4.2.0",
|
|
26030
26266
|
tslib: "^2.6.2"
|
|
26031
26267
|
},
|
|
26032
26268
|
devDependencies: {
|
|
26033
|
-
"@tsconfig/
|
|
26034
|
-
"@types/node": "^
|
|
26269
|
+
"@tsconfig/node20": "20.1.8",
|
|
26270
|
+
"@types/node": "^20.14.8",
|
|
26035
26271
|
concurrently: "7.0.0",
|
|
26036
26272
|
"downlevel-dts": "0.10.1",
|
|
26037
|
-
|
|
26273
|
+
premove: "4.0.0",
|
|
26038
26274
|
typescript: "~5.8.3"
|
|
26039
26275
|
},
|
|
26040
26276
|
engines: {
|
|
26041
|
-
node: ">=
|
|
26277
|
+
node: ">=20.0.0"
|
|
26042
26278
|
},
|
|
26043
26279
|
typesVersions: {
|
|
26044
26280
|
"<4.0": {
|
|
@@ -27013,7 +27249,8 @@ var require_dist_cjs59 = __commonJS({
|
|
|
27013
27249
|
_CRSR,
|
|
27014
27250
|
0,
|
|
27015
27251
|
[_SI2],
|
|
27016
|
-
[0]
|
|
27252
|
+
[0],
|
|
27253
|
+
1
|
|
27017
27254
|
];
|
|
27018
27255
|
var CancelRotateSecretResponse$ = [
|
|
27019
27256
|
3,
|
|
@@ -27029,7 +27266,8 @@ var require_dist_cjs59 = __commonJS({
|
|
|
27029
27266
|
_CSR,
|
|
27030
27267
|
0,
|
|
27031
27268
|
[_N, _CRT, _D, _KKI, _SB, _SS, _T2, _ARR2, _FORS, _Ty],
|
|
27032
|
-
[0, [0, 4], 0, 0, [() => SecretBinaryType, 0], [() => SecretStringType, 0], () => TagListType, () => AddReplicaRegionListType, 2, 0]
|
|
27269
|
+
[0, [0, 4], 0, 0, [() => SecretBinaryType, 0], [() => SecretStringType, 0], () => TagListType, () => AddReplicaRegionListType, 2, 0],
|
|
27270
|
+
1
|
|
27033
27271
|
];
|
|
27034
27272
|
var CreateSecretResponse$ = [
|
|
27035
27273
|
3,
|
|
@@ -27054,7 +27292,8 @@ var require_dist_cjs59 = __commonJS({
|
|
|
27054
27292
|
_DRPR,
|
|
27055
27293
|
0,
|
|
27056
27294
|
[_SI2],
|
|
27057
|
-
[0]
|
|
27295
|
+
[0],
|
|
27296
|
+
1
|
|
27058
27297
|
];
|
|
27059
27298
|
var DeleteResourcePolicyResponse$ = [
|
|
27060
27299
|
3,
|
|
@@ -27070,7 +27309,8 @@ var require_dist_cjs59 = __commonJS({
|
|
|
27070
27309
|
_DSR,
|
|
27071
27310
|
0,
|
|
27072
27311
|
[_SI2, _RWID, _FDWR],
|
|
27073
|
-
[0, 1, 2]
|
|
27312
|
+
[0, 1, 2],
|
|
27313
|
+
1
|
|
27074
27314
|
];
|
|
27075
27315
|
var DeleteSecretResponse$ = [
|
|
27076
27316
|
3,
|
|
@@ -27086,7 +27326,8 @@ var require_dist_cjs59 = __commonJS({
|
|
|
27086
27326
|
_DSRes,
|
|
27087
27327
|
0,
|
|
27088
27328
|
[_SI2],
|
|
27089
|
-
[0]
|
|
27329
|
+
[0],
|
|
27330
|
+
1
|
|
27090
27331
|
];
|
|
27091
27332
|
var DescribeSecretResponse$ = [
|
|
27092
27333
|
3,
|
|
@@ -27143,7 +27384,8 @@ var require_dist_cjs59 = __commonJS({
|
|
|
27143
27384
|
_GRPRet,
|
|
27144
27385
|
0,
|
|
27145
27386
|
[_SI2],
|
|
27146
|
-
[0]
|
|
27387
|
+
[0],
|
|
27388
|
+
1
|
|
27147
27389
|
];
|
|
27148
27390
|
var GetResourcePolicyResponse$ = [
|
|
27149
27391
|
3,
|
|
@@ -27159,7 +27401,8 @@ var require_dist_cjs59 = __commonJS({
|
|
|
27159
27401
|
_GSVR,
|
|
27160
27402
|
0,
|
|
27161
27403
|
[_SI2, _VI, _VS],
|
|
27162
|
-
[0, 0, 0]
|
|
27404
|
+
[0, 0, 0],
|
|
27405
|
+
1
|
|
27163
27406
|
];
|
|
27164
27407
|
var GetSecretValueResponse$ = [
|
|
27165
27408
|
3,
|
|
@@ -27236,7 +27479,8 @@ var require_dist_cjs59 = __commonJS({
|
|
|
27236
27479
|
_LSVIR,
|
|
27237
27480
|
0,
|
|
27238
27481
|
[_SI2, _MR, _NT, _ID],
|
|
27239
|
-
[0, 1, 0, 2]
|
|
27482
|
+
[0, 1, 0, 2],
|
|
27483
|
+
1
|
|
27240
27484
|
];
|
|
27241
27485
|
var ListSecretVersionIdsResponse$ = [
|
|
27242
27486
|
3,
|
|
@@ -27279,7 +27523,8 @@ var require_dist_cjs59 = __commonJS({
|
|
|
27279
27523
|
_PRPR,
|
|
27280
27524
|
0,
|
|
27281
27525
|
[_SI2, _RPe, _BPP],
|
|
27282
|
-
[0, 0, 2]
|
|
27526
|
+
[0, 0, 2],
|
|
27527
|
+
2
|
|
27283
27528
|
];
|
|
27284
27529
|
var PutResourcePolicyResponse$ = [
|
|
27285
27530
|
3,
|
|
@@ -27295,7 +27540,8 @@ var require_dist_cjs59 = __commonJS({
|
|
|
27295
27540
|
_PSVR,
|
|
27296
27541
|
0,
|
|
27297
27542
|
[_SI2, _CRT, _SB, _SS, _VSe, _RT3],
|
|
27298
|
-
[0, [0, 4], [() => SecretBinaryType, 0], [() => SecretStringType, 0], 64 | 0, [() => RotationTokenType, 0]]
|
|
27543
|
+
[0, [0, 4], [() => SecretBinaryType, 0], [() => SecretStringType, 0], 64 | 0, [() => RotationTokenType, 0]],
|
|
27544
|
+
1
|
|
27299
27545
|
];
|
|
27300
27546
|
var PutSecretValueResponse$ = [
|
|
27301
27547
|
3,
|
|
@@ -27311,7 +27557,8 @@ var require_dist_cjs59 = __commonJS({
|
|
|
27311
27557
|
_RRFRR,
|
|
27312
27558
|
0,
|
|
27313
27559
|
[_SI2, _RRR],
|
|
27314
|
-
[0, 64 | 0]
|
|
27560
|
+
[0, 64 | 0],
|
|
27561
|
+
2
|
|
27315
27562
|
];
|
|
27316
27563
|
var RemoveRegionsFromReplicationResponse$ = [
|
|
27317
27564
|
3,
|
|
@@ -27335,7 +27582,8 @@ var require_dist_cjs59 = __commonJS({
|
|
|
27335
27582
|
_RSTRR,
|
|
27336
27583
|
0,
|
|
27337
27584
|
[_SI2, _ARR2, _FORS],
|
|
27338
|
-
[0, () => AddReplicaRegionListType, 2]
|
|
27585
|
+
[0, () => AddReplicaRegionListType, 2],
|
|
27586
|
+
2
|
|
27339
27587
|
];
|
|
27340
27588
|
var ReplicateSecretToRegionsResponse$ = [
|
|
27341
27589
|
3,
|
|
@@ -27377,7 +27625,8 @@ var require_dist_cjs59 = __commonJS({
|
|
|
27377
27625
|
_RSR,
|
|
27378
27626
|
0,
|
|
27379
27627
|
[_SI2],
|
|
27380
|
-
[0]
|
|
27628
|
+
[0],
|
|
27629
|
+
1
|
|
27381
27630
|
];
|
|
27382
27631
|
var RestoreSecretResponse$ = [
|
|
27383
27632
|
3,
|
|
@@ -27393,7 +27642,8 @@ var require_dist_cjs59 = __commonJS({
|
|
|
27393
27642
|
_RSRo,
|
|
27394
27643
|
0,
|
|
27395
27644
|
[_SI2, _CRT, _RLARN, _RR, _ESRM, _ESRRA, _RI],
|
|
27396
|
-
[0, [0, 4], 0, () => RotationRulesType$, () => ExternalSecretRotationMetadataType, 0, 2]
|
|
27645
|
+
[0, [0, 4], 0, () => RotationRulesType$, () => ExternalSecretRotationMetadataType, 0, 2],
|
|
27646
|
+
1
|
|
27397
27647
|
];
|
|
27398
27648
|
var RotateSecretResponse$ = [
|
|
27399
27649
|
3,
|
|
@@ -27441,7 +27691,8 @@ var require_dist_cjs59 = __commonJS({
|
|
|
27441
27691
|
_SRTRR,
|
|
27442
27692
|
0,
|
|
27443
27693
|
[_SI2],
|
|
27444
|
-
[0]
|
|
27694
|
+
[0],
|
|
27695
|
+
1
|
|
27445
27696
|
];
|
|
27446
27697
|
var StopReplicationToReplicaResponse$ = [
|
|
27447
27698
|
3,
|
|
@@ -27465,7 +27716,8 @@ var require_dist_cjs59 = __commonJS({
|
|
|
27465
27716
|
_TRR,
|
|
27466
27717
|
0,
|
|
27467
27718
|
[_SI2, _T2],
|
|
27468
|
-
[0, () => TagListType]
|
|
27719
|
+
[0, () => TagListType],
|
|
27720
|
+
2
|
|
27469
27721
|
];
|
|
27470
27722
|
var UntagResourceRequest$ = [
|
|
27471
27723
|
3,
|
|
@@ -27473,7 +27725,8 @@ var require_dist_cjs59 = __commonJS({
|
|
|
27473
27725
|
_URR,
|
|
27474
27726
|
0,
|
|
27475
27727
|
[_SI2, _TK],
|
|
27476
|
-
[0, 64 | 0]
|
|
27728
|
+
[0, 64 | 0],
|
|
27729
|
+
2
|
|
27477
27730
|
];
|
|
27478
27731
|
var UpdateSecretRequest$ = [
|
|
27479
27732
|
3,
|
|
@@ -27481,7 +27734,8 @@ var require_dist_cjs59 = __commonJS({
|
|
|
27481
27734
|
_USR,
|
|
27482
27735
|
0,
|
|
27483
27736
|
[_SI2, _CRT, _D, _KKI, _SB, _SS, _Ty],
|
|
27484
|
-
[0, [0, 4], 0, 0, [() => SecretBinaryType, 0], [() => SecretStringType, 0], 0]
|
|
27737
|
+
[0, [0, 4], 0, 0, [() => SecretBinaryType, 0], [() => SecretStringType, 0], 0],
|
|
27738
|
+
1
|
|
27485
27739
|
];
|
|
27486
27740
|
var UpdateSecretResponse$ = [
|
|
27487
27741
|
3,
|
|
@@ -27497,7 +27751,8 @@ var require_dist_cjs59 = __commonJS({
|
|
|
27497
27751
|
_USVSR,
|
|
27498
27752
|
0,
|
|
27499
27753
|
[_SI2, _VS, _RFVI, _MTVI],
|
|
27500
|
-
[0, 0, 0, 0]
|
|
27754
|
+
[0, 0, 0, 0],
|
|
27755
|
+
2
|
|
27501
27756
|
];
|
|
27502
27757
|
var UpdateSecretVersionStageResponse$ = [
|
|
27503
27758
|
3,
|
|
@@ -27512,8 +27767,9 @@ var require_dist_cjs59 = __commonJS({
|
|
|
27512
27767
|
n04,
|
|
27513
27768
|
_VRPR,
|
|
27514
27769
|
0,
|
|
27515
|
-
[
|
|
27516
|
-
[0, 0]
|
|
27770
|
+
[_RPe, _SI2],
|
|
27771
|
+
[0, 0],
|
|
27772
|
+
1
|
|
27517
27773
|
];
|
|
27518
27774
|
var ValidateResourcePolicyResponse$ = [
|
|
27519
27775
|
3,
|
|
@@ -27883,6 +28139,9 @@ var require_dist_cjs59 = __commonJS({
|
|
|
27883
28139
|
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
27884
28140
|
}).s("secretsmanager", "ValidateResourcePolicy", {}).n("SecretsManagerClient", "ValidateResourcePolicyCommand").sc(ValidateResourcePolicy$).build() {
|
|
27885
28141
|
};
|
|
28142
|
+
var paginateBatchGetSecretValue = core.createPaginator(SecretsManagerClient, BatchGetSecretValueCommand, "NextToken", "NextToken", "MaxResults");
|
|
28143
|
+
var paginateListSecrets = core.createPaginator(SecretsManagerClient, ListSecretsCommand, "NextToken", "NextToken", "MaxResults");
|
|
28144
|
+
var paginateListSecretVersionIds = core.createPaginator(SecretsManagerClient, ListSecretVersionIdsCommand, "NextToken", "NextToken", "MaxResults");
|
|
27886
28145
|
var commands4 = {
|
|
27887
28146
|
BatchGetSecretValueCommand,
|
|
27888
28147
|
CancelRotateSecretCommand,
|
|
@@ -27908,12 +28167,14 @@ var require_dist_cjs59 = __commonJS({
|
|
|
27908
28167
|
UpdateSecretVersionStageCommand,
|
|
27909
28168
|
ValidateResourcePolicyCommand
|
|
27910
28169
|
};
|
|
28170
|
+
var paginators = {
|
|
28171
|
+
paginateBatchGetSecretValue,
|
|
28172
|
+
paginateListSecrets,
|
|
28173
|
+
paginateListSecretVersionIds
|
|
28174
|
+
};
|
|
27911
28175
|
var SecretsManager2 = class extends SecretsManagerClient {
|
|
27912
28176
|
};
|
|
27913
|
-
smithyClient.createAggregatedClient(commands4, SecretsManager2);
|
|
27914
|
-
var paginateBatchGetSecretValue = core.createPaginator(SecretsManagerClient, BatchGetSecretValueCommand, "NextToken", "NextToken", "MaxResults");
|
|
27915
|
-
var paginateListSecrets = core.createPaginator(SecretsManagerClient, ListSecretsCommand, "NextToken", "NextToken", "MaxResults");
|
|
27916
|
-
var paginateListSecretVersionIds = core.createPaginator(SecretsManagerClient, ListSecretVersionIdsCommand, "NextToken", "NextToken", "MaxResults");
|
|
28177
|
+
smithyClient.createAggregatedClient(commands4, SecretsManager2, { paginators });
|
|
27917
28178
|
var FilterNameStringType = {
|
|
27918
28179
|
all: "all",
|
|
27919
28180
|
description: "description",
|