@aws-sdk/client-cloudfront 3.52.0 → 3.53.0

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.
@@ -1,4 +1,5 @@
1
- import { MetadataBearer as $MetadataBearer, SmithyException as __SmithyException } from "@aws-sdk/types";
1
+ import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
2
+ import { CloudFrontServiceException as __BaseException } from "./CloudFrontServiceException";
2
3
  import { Aliases, AliasICPRecordal, CacheBehaviors, CachePolicy, CachePolicyConfig, CachePolicyList, CachePolicyType, CloudFrontOriginAccessIdentity, CloudFrontOriginAccessIdentityConfig, ContentTypeProfileConfig, CustomErrorResponses, DefaultCacheBehavior, Distribution, DistributionConfig, EncryptionEntities, EndPoint, FieldLevelEncryption, FieldLevelEncryptionConfig, FieldLevelEncryptionProfile, FieldLevelEncryptionProfileConfig, FunctionConfig, FunctionStage, FunctionSummary, HttpVersion, Invalidation, KeyGroup, KeyGroupConfig, MonitoringSubscription, OriginGroups, OriginRequestPolicy, OriginRequestPolicyConfig, Origins, PriceClass, PublicKey, PublicKeyConfig, QueryArgProfileConfig, RealtimeLogConfig, ResponseHeadersPolicy, ResponseHeadersPolicyConfig, Restrictions, S3Origin, StreamingDistribution, StreamingDistributionConfig, Tags, TrustedSigners, ViewerCertificate } from "./models_0";
3
4
  export interface DeleteMonitoringSubscriptionResult {
4
5
  }
@@ -32,10 +33,14 @@ export declare namespace DeleteOriginRequestPolicyRequest {
32
33
  * <p>Cannot delete the origin request policy because it is attached to one or more cache
33
34
  * behaviors.</p>
34
35
  */
35
- export interface OriginRequestPolicyInUse extends __SmithyException, $MetadataBearer {
36
- name: "OriginRequestPolicyInUse";
37
- $fault: "client";
36
+ export declare class OriginRequestPolicyInUse extends __BaseException {
37
+ readonly name: "OriginRequestPolicyInUse";
38
+ readonly $fault: "client";
38
39
  Message?: string;
40
+ /**
41
+ * @internal
42
+ */
43
+ constructor(opts: __ExceptionOptionType<OriginRequestPolicyInUse, __BaseException>);
39
44
  }
40
45
  export interface DeletePublicKeyRequest {
41
46
  /**
@@ -57,10 +62,14 @@ export declare namespace DeletePublicKeyRequest {
57
62
  /**
58
63
  * <p>The specified public key is in use. </p>
59
64
  */
60
- export interface PublicKeyInUse extends __SmithyException, $MetadataBearer {
61
- name: "PublicKeyInUse";
62
- $fault: "client";
65
+ export declare class PublicKeyInUse extends __BaseException {
66
+ readonly name: "PublicKeyInUse";
67
+ readonly $fault: "client";
63
68
  Message?: string;
69
+ /**
70
+ * @internal
71
+ */
72
+ constructor(opts: __ExceptionOptionType<PublicKeyInUse, __BaseException>);
64
73
  }
65
74
  export interface DeleteRealtimeLogConfigRequest {
66
75
  /**
@@ -82,10 +91,14 @@ export declare namespace DeleteRealtimeLogConfigRequest {
82
91
  * <p>Cannot delete the real-time log configuration because it is attached to one or more cache
83
92
  * behaviors.</p>
84
93
  */
85
- export interface RealtimeLogConfigInUse extends __SmithyException, $MetadataBearer {
86
- name: "RealtimeLogConfigInUse";
87
- $fault: "client";
94
+ export declare class RealtimeLogConfigInUse extends __BaseException {
95
+ readonly name: "RealtimeLogConfigInUse";
96
+ readonly $fault: "client";
88
97
  Message?: string;
98
+ /**
99
+ * @internal
100
+ */
101
+ constructor(opts: __ExceptionOptionType<RealtimeLogConfigInUse, __BaseException>);
89
102
  }
90
103
  export interface DeleteResponseHeadersPolicyRequest {
91
104
  /**
@@ -112,10 +125,14 @@ export declare namespace DeleteResponseHeadersPolicyRequest {
112
125
  * <p>Cannot delete the response headers policy because it is attached to one or more cache
113
126
  * behaviors in a CloudFront distribution. </p>
114
127
  */
115
- export interface ResponseHeadersPolicyInUse extends __SmithyException, $MetadataBearer {
116
- name: "ResponseHeadersPolicyInUse";
117
- $fault: "client";
128
+ export declare class ResponseHeadersPolicyInUse extends __BaseException {
129
+ readonly name: "ResponseHeadersPolicyInUse";
130
+ readonly $fault: "client";
118
131
  Message?: string;
132
+ /**
133
+ * @internal
134
+ */
135
+ constructor(opts: __ExceptionOptionType<ResponseHeadersPolicyInUse, __BaseException>);
119
136
  }
120
137
  /**
121
138
  * <p>The request to delete a streaming distribution.</p>
@@ -140,19 +157,27 @@ export declare namespace DeleteStreamingDistributionRequest {
140
157
  /**
141
158
  * <p>The specified streaming distribution does not exist.</p>
142
159
  */
143
- export interface NoSuchStreamingDistribution extends __SmithyException, $MetadataBearer {
144
- name: "NoSuchStreamingDistribution";
145
- $fault: "client";
160
+ export declare class NoSuchStreamingDistribution extends __BaseException {
161
+ readonly name: "NoSuchStreamingDistribution";
162
+ readonly $fault: "client";
146
163
  Message?: string;
164
+ /**
165
+ * @internal
166
+ */
167
+ constructor(opts: __ExceptionOptionType<NoSuchStreamingDistribution, __BaseException>);
147
168
  }
148
169
  /**
149
170
  * <p>The specified CloudFront distribution is not disabled. You must disable
150
171
  * the distribution before you can delete it.</p>
151
172
  */
152
- export interface StreamingDistributionNotDisabled extends __SmithyException, $MetadataBearer {
153
- name: "StreamingDistributionNotDisabled";
154
- $fault: "client";
173
+ export declare class StreamingDistributionNotDisabled extends __BaseException {
174
+ readonly name: "StreamingDistributionNotDisabled";
175
+ readonly $fault: "client";
155
176
  Message?: string;
177
+ /**
178
+ * @internal
179
+ */
180
+ constructor(opts: __ExceptionOptionType<StreamingDistributionNotDisabled, __BaseException>);
156
181
  }
157
182
  export interface DescribeFunctionRequest {
158
183
  /**
@@ -577,10 +602,14 @@ export declare namespace GetInvalidationResult {
577
602
  /**
578
603
  * <p>The specified invalidation does not exist.</p>
579
604
  */
580
- export interface NoSuchInvalidation extends __SmithyException, $MetadataBearer {
581
- name: "NoSuchInvalidation";
582
- $fault: "client";
605
+ export declare class NoSuchInvalidation extends __BaseException {
606
+ readonly name: "NoSuchInvalidation";
607
+ readonly $fault: "client";
583
608
  Message?: string;
609
+ /**
610
+ * @internal
611
+ */
612
+ constructor(opts: __ExceptionOptionType<NoSuchInvalidation, __BaseException>);
584
613
  }
585
614
  export interface GetKeyGroupRequest {
586
615
  /**
@@ -2690,10 +2719,14 @@ export declare namespace TagResourceRequest {
2690
2719
  /**
2691
2720
  * <p>The CloudFront function failed.</p>
2692
2721
  */
2693
- export interface TestFunctionFailed extends __SmithyException, $MetadataBearer {
2694
- name: "TestFunctionFailed";
2695
- $fault: "server";
2722
+ export declare class TestFunctionFailed extends __BaseException {
2723
+ readonly name: "TestFunctionFailed";
2724
+ readonly $fault: "server";
2696
2725
  Message?: string;
2726
+ /**
2727
+ * @internal
2728
+ */
2729
+ constructor(opts: __ExceptionOptionType<TestFunctionFailed, __BaseException>);
2697
2730
  }
2698
2731
  export interface TestFunctionRequest {
2699
2732
  /**
@@ -4,3 +4,4 @@ export * from "./commands";
4
4
  export * from "./models";
5
5
  export * from "./pagination";
6
6
  export * from "./waiters";
7
+ export { CloudFrontServiceException } from "./models/CloudFrontServiceException";
@@ -0,0 +1,6 @@
1
+ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@aws-sdk/smithy-client";
2
+
3
+ export declare class CloudFrontServiceException extends __ServiceException {
4
+
5
+ constructor(options: __ServiceExceptionOptions);
6
+ }
@@ -1,4 +1,5 @@
1
- import { MetadataBearer as $MetadataBearer, SmithyException as __SmithyException } from "@aws-sdk/types";
1
+ import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
2
+ import { CloudFrontServiceException as __BaseException } from "./CloudFrontServiceException";
2
3
  export declare enum ResponseHeadersPolicyAccessControlAllowMethodsValues {
3
4
  ALL = "ALL",
4
5
  DELETE = "DELETE",
@@ -10,10 +11,12 @@ export declare enum ResponseHeadersPolicyAccessControlAllowMethodsValues {
10
11
  PUT = "PUT"
11
12
  }
12
13
 
13
- export interface AccessDenied extends __SmithyException, $MetadataBearer {
14
- name: "AccessDenied";
15
- $fault: "client";
14
+ export declare class AccessDenied extends __BaseException {
15
+ readonly name: "AccessDenied";
16
+ readonly $fault: "client";
16
17
  Message?: string;
18
+
19
+ constructor(opts: __ExceptionOptionType<AccessDenied, __BaseException>);
17
20
  }
18
21
 
19
22
  export interface KeyPairIds {
@@ -133,34 +136,44 @@ export declare namespace AssociateAliasRequest {
133
136
  const filterSensitiveLog: (obj: AssociateAliasRequest) => any;
134
137
  }
135
138
 
136
- export interface IllegalUpdate extends __SmithyException, $MetadataBearer {
137
- name: "IllegalUpdate";
138
- $fault: "client";
139
+ export declare class IllegalUpdate extends __BaseException {
140
+ readonly name: "IllegalUpdate";
141
+ readonly $fault: "client";
139
142
  Message?: string;
143
+
144
+ constructor(opts: __ExceptionOptionType<IllegalUpdate, __BaseException>);
140
145
  }
141
146
 
142
- export interface InvalidArgument extends __SmithyException, $MetadataBearer {
143
- name: "InvalidArgument";
144
- $fault: "client";
147
+ export declare class InvalidArgument extends __BaseException {
148
+ readonly name: "InvalidArgument";
149
+ readonly $fault: "client";
145
150
  Message?: string;
151
+
152
+ constructor(opts: __ExceptionOptionType<InvalidArgument, __BaseException>);
146
153
  }
147
154
 
148
- export interface NoSuchDistribution extends __SmithyException, $MetadataBearer {
149
- name: "NoSuchDistribution";
150
- $fault: "client";
155
+ export declare class NoSuchDistribution extends __BaseException {
156
+ readonly name: "NoSuchDistribution";
157
+ readonly $fault: "client";
151
158
  Message?: string;
159
+
160
+ constructor(opts: __ExceptionOptionType<NoSuchDistribution, __BaseException>);
152
161
  }
153
162
 
154
- export interface TooManyDistributionCNAMEs extends __SmithyException, $MetadataBearer {
155
- name: "TooManyDistributionCNAMEs";
156
- $fault: "client";
163
+ export declare class TooManyDistributionCNAMEs extends __BaseException {
164
+ readonly name: "TooManyDistributionCNAMEs";
165
+ readonly $fault: "client";
157
166
  Message?: string;
167
+
168
+ constructor(opts: __ExceptionOptionType<TooManyDistributionCNAMEs, __BaseException>);
158
169
  }
159
170
 
160
- export interface BatchTooLarge extends __SmithyException, $MetadataBearer {
161
- name: "BatchTooLarge";
162
- $fault: "client";
171
+ export declare class BatchTooLarge extends __BaseException {
172
+ readonly name: "BatchTooLarge";
173
+ readonly $fault: "client";
163
174
  Message?: string;
175
+
176
+ constructor(opts: __ExceptionOptionType<BatchTooLarge, __BaseException>);
164
177
  }
165
178
  export declare type ItemSelection = "all" | "none" | "whitelist";
166
179
 
@@ -1,4 +1,5 @@
1
- import { MetadataBearer as $MetadataBearer, SmithyException as __SmithyException } from "@aws-sdk/types";
1
+ import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
2
+ import { CloudFrontServiceException as __BaseException } from "./CloudFrontServiceException";
2
3
  import { Aliases, AliasICPRecordal, CacheBehaviors, CachePolicy, CachePolicyConfig, CachePolicyList, CachePolicyType, CloudFrontOriginAccessIdentity, CloudFrontOriginAccessIdentityConfig, ContentTypeProfileConfig, CustomErrorResponses, DefaultCacheBehavior, Distribution, DistributionConfig, EncryptionEntities, EndPoint, FieldLevelEncryption, FieldLevelEncryptionConfig, FieldLevelEncryptionProfile, FieldLevelEncryptionProfileConfig, FunctionConfig, FunctionStage, FunctionSummary, HttpVersion, Invalidation, KeyGroup, KeyGroupConfig, MonitoringSubscription, OriginGroups, OriginRequestPolicy, OriginRequestPolicyConfig, Origins, PriceClass, PublicKey, PublicKeyConfig, QueryArgProfileConfig, RealtimeLogConfig, ResponseHeadersPolicy, ResponseHeadersPolicyConfig, Restrictions, S3Origin, StreamingDistribution, StreamingDistributionConfig, Tags, TrustedSigners, ViewerCertificate } from "./models_0";
3
4
  export interface DeleteMonitoringSubscriptionResult {
4
5
  }
@@ -17,10 +18,12 @@ export declare namespace DeleteOriginRequestPolicyRequest {
17
18
  const filterSensitiveLog: (obj: DeleteOriginRequestPolicyRequest) => any;
18
19
  }
19
20
 
20
- export interface OriginRequestPolicyInUse extends __SmithyException, $MetadataBearer {
21
- name: "OriginRequestPolicyInUse";
22
- $fault: "client";
21
+ export declare class OriginRequestPolicyInUse extends __BaseException {
22
+ readonly name: "OriginRequestPolicyInUse";
23
+ readonly $fault: "client";
23
24
  Message?: string;
25
+
26
+ constructor(opts: __ExceptionOptionType<OriginRequestPolicyInUse, __BaseException>);
24
27
  }
25
28
  export interface DeletePublicKeyRequest {
26
29
 
@@ -33,10 +36,12 @@ export declare namespace DeletePublicKeyRequest {
33
36
  const filterSensitiveLog: (obj: DeletePublicKeyRequest) => any;
34
37
  }
35
38
 
36
- export interface PublicKeyInUse extends __SmithyException, $MetadataBearer {
37
- name: "PublicKeyInUse";
38
- $fault: "client";
39
+ export declare class PublicKeyInUse extends __BaseException {
40
+ readonly name: "PublicKeyInUse";
41
+ readonly $fault: "client";
39
42
  Message?: string;
43
+
44
+ constructor(opts: __ExceptionOptionType<PublicKeyInUse, __BaseException>);
40
45
  }
41
46
  export interface DeleteRealtimeLogConfigRequest {
42
47
 
@@ -49,10 +54,12 @@ export declare namespace DeleteRealtimeLogConfigRequest {
49
54
  const filterSensitiveLog: (obj: DeleteRealtimeLogConfigRequest) => any;
50
55
  }
51
56
 
52
- export interface RealtimeLogConfigInUse extends __SmithyException, $MetadataBearer {
53
- name: "RealtimeLogConfigInUse";
54
- $fault: "client";
57
+ export declare class RealtimeLogConfigInUse extends __BaseException {
58
+ readonly name: "RealtimeLogConfigInUse";
59
+ readonly $fault: "client";
55
60
  Message?: string;
61
+
62
+ constructor(opts: __ExceptionOptionType<RealtimeLogConfigInUse, __BaseException>);
56
63
  }
57
64
  export interface DeleteResponseHeadersPolicyRequest {
58
65
 
@@ -65,10 +72,12 @@ export declare namespace DeleteResponseHeadersPolicyRequest {
65
72
  const filterSensitiveLog: (obj: DeleteResponseHeadersPolicyRequest) => any;
66
73
  }
67
74
 
68
- export interface ResponseHeadersPolicyInUse extends __SmithyException, $MetadataBearer {
69
- name: "ResponseHeadersPolicyInUse";
70
- $fault: "client";
75
+ export declare class ResponseHeadersPolicyInUse extends __BaseException {
76
+ readonly name: "ResponseHeadersPolicyInUse";
77
+ readonly $fault: "client";
71
78
  Message?: string;
79
+
80
+ constructor(opts: __ExceptionOptionType<ResponseHeadersPolicyInUse, __BaseException>);
72
81
  }
73
82
 
74
83
  export interface DeleteStreamingDistributionRequest {
@@ -82,16 +91,20 @@ export declare namespace DeleteStreamingDistributionRequest {
82
91
  const filterSensitiveLog: (obj: DeleteStreamingDistributionRequest) => any;
83
92
  }
84
93
 
85
- export interface NoSuchStreamingDistribution extends __SmithyException, $MetadataBearer {
86
- name: "NoSuchStreamingDistribution";
87
- $fault: "client";
94
+ export declare class NoSuchStreamingDistribution extends __BaseException {
95
+ readonly name: "NoSuchStreamingDistribution";
96
+ readonly $fault: "client";
88
97
  Message?: string;
98
+
99
+ constructor(opts: __ExceptionOptionType<NoSuchStreamingDistribution, __BaseException>);
89
100
  }
90
101
 
91
- export interface StreamingDistributionNotDisabled extends __SmithyException, $MetadataBearer {
92
- name: "StreamingDistributionNotDisabled";
93
- $fault: "client";
102
+ export declare class StreamingDistributionNotDisabled extends __BaseException {
103
+ readonly name: "StreamingDistributionNotDisabled";
104
+ readonly $fault: "client";
94
105
  Message?: string;
106
+
107
+ constructor(opts: __ExceptionOptionType<StreamingDistributionNotDisabled, __BaseException>);
95
108
  }
96
109
  export interface DescribeFunctionRequest {
97
110
 
@@ -344,10 +357,12 @@ export declare namespace GetInvalidationResult {
344
357
  const filterSensitiveLog: (obj: GetInvalidationResult) => any;
345
358
  }
346
359
 
347
- export interface NoSuchInvalidation extends __SmithyException, $MetadataBearer {
348
- name: "NoSuchInvalidation";
349
- $fault: "client";
360
+ export declare class NoSuchInvalidation extends __BaseException {
361
+ readonly name: "NoSuchInvalidation";
362
+ readonly $fault: "client";
350
363
  Message?: string;
364
+
365
+ constructor(opts: __ExceptionOptionType<NoSuchInvalidation, __BaseException>);
351
366
  }
352
367
  export interface GetKeyGroupRequest {
353
368
 
@@ -1447,10 +1462,12 @@ export declare namespace TagResourceRequest {
1447
1462
  const filterSensitiveLog: (obj: TagResourceRequest) => any;
1448
1463
  }
1449
1464
 
1450
- export interface TestFunctionFailed extends __SmithyException, $MetadataBearer {
1451
- name: "TestFunctionFailed";
1452
- $fault: "server";
1465
+ export declare class TestFunctionFailed extends __BaseException {
1466
+ readonly name: "TestFunctionFailed";
1467
+ readonly $fault: "server";
1453
1468
  Message?: string;
1469
+
1470
+ constructor(opts: __ExceptionOptionType<TestFunctionFailed, __BaseException>);
1454
1471
  }
1455
1472
  export interface TestFunctionRequest {
1456
1473
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-cloudfront",
3
3
  "description": "AWS SDK for JavaScript Cloudfront Client for Node.js, Browser and React Native",
4
- "version": "3.52.0",
4
+ "version": "3.53.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -18,37 +18,37 @@
18
18
  "dependencies": {
19
19
  "@aws-crypto/sha256-browser": "2.0.0",
20
20
  "@aws-crypto/sha256-js": "2.0.0",
21
- "@aws-sdk/client-sts": "3.52.0",
22
- "@aws-sdk/config-resolver": "3.52.0",
23
- "@aws-sdk/credential-provider-node": "3.52.0",
24
- "@aws-sdk/fetch-http-handler": "3.52.0",
25
- "@aws-sdk/hash-node": "3.52.0",
26
- "@aws-sdk/invalid-dependency": "3.52.0",
27
- "@aws-sdk/middleware-content-length": "3.52.0",
28
- "@aws-sdk/middleware-host-header": "3.52.0",
29
- "@aws-sdk/middleware-logger": "3.52.0",
30
- "@aws-sdk/middleware-retry": "3.52.0",
31
- "@aws-sdk/middleware-serde": "3.52.0",
32
- "@aws-sdk/middleware-signing": "3.52.0",
33
- "@aws-sdk/middleware-stack": "3.52.0",
34
- "@aws-sdk/middleware-user-agent": "3.52.0",
35
- "@aws-sdk/node-config-provider": "3.52.0",
36
- "@aws-sdk/node-http-handler": "3.52.0",
37
- "@aws-sdk/protocol-http": "3.52.0",
38
- "@aws-sdk/smithy-client": "3.52.0",
39
- "@aws-sdk/types": "3.52.0",
40
- "@aws-sdk/url-parser": "3.52.0",
21
+ "@aws-sdk/client-sts": "3.53.0",
22
+ "@aws-sdk/config-resolver": "3.53.0",
23
+ "@aws-sdk/credential-provider-node": "3.53.0",
24
+ "@aws-sdk/fetch-http-handler": "3.53.0",
25
+ "@aws-sdk/hash-node": "3.53.0",
26
+ "@aws-sdk/invalid-dependency": "3.53.0",
27
+ "@aws-sdk/middleware-content-length": "3.53.0",
28
+ "@aws-sdk/middleware-host-header": "3.53.0",
29
+ "@aws-sdk/middleware-logger": "3.53.0",
30
+ "@aws-sdk/middleware-retry": "3.53.0",
31
+ "@aws-sdk/middleware-serde": "3.53.0",
32
+ "@aws-sdk/middleware-signing": "3.53.0",
33
+ "@aws-sdk/middleware-stack": "3.53.0",
34
+ "@aws-sdk/middleware-user-agent": "3.53.0",
35
+ "@aws-sdk/node-config-provider": "3.53.0",
36
+ "@aws-sdk/node-http-handler": "3.53.0",
37
+ "@aws-sdk/protocol-http": "3.53.0",
38
+ "@aws-sdk/smithy-client": "3.53.0",
39
+ "@aws-sdk/types": "3.53.0",
40
+ "@aws-sdk/url-parser": "3.53.0",
41
41
  "@aws-sdk/util-base64-browser": "3.52.0",
42
42
  "@aws-sdk/util-base64-node": "3.52.0",
43
43
  "@aws-sdk/util-body-length-browser": "3.52.0",
44
44
  "@aws-sdk/util-body-length-node": "3.52.0",
45
- "@aws-sdk/util-defaults-mode-browser": "3.52.0",
46
- "@aws-sdk/util-defaults-mode-node": "3.52.0",
47
- "@aws-sdk/util-user-agent-browser": "3.52.0",
48
- "@aws-sdk/util-user-agent-node": "3.52.0",
45
+ "@aws-sdk/util-defaults-mode-browser": "3.53.0",
46
+ "@aws-sdk/util-defaults-mode-node": "3.53.0",
47
+ "@aws-sdk/util-user-agent-browser": "3.53.0",
48
+ "@aws-sdk/util-user-agent-node": "3.53.0",
49
49
  "@aws-sdk/util-utf8-browser": "3.52.0",
50
50
  "@aws-sdk/util-utf8-node": "3.52.0",
51
- "@aws-sdk/util-waiter": "3.52.0",
51
+ "@aws-sdk/util-waiter": "3.53.0",
52
52
  "@aws-sdk/xml-builder": "3.52.0",
53
53
  "entities": "2.2.0",
54
54
  "fast-xml-parser": "3.19.0",