@wix/auto_sdk_data-extension-schema_schemas 1.0.251 → 1.0.253
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/build/cjs/index.d.ts +1 -1
- package/build/cjs/index.js +47 -0
- package/build/cjs/index.js.map +1 -1
- package/build/cjs/index.typings.d.ts +350 -1
- package/build/cjs/index.typings.js +47 -0
- package/build/cjs/index.typings.js.map +1 -1
- package/build/cjs/meta.d.ts +350 -1
- package/build/cjs/meta.js +47 -0
- package/build/cjs/meta.js.map +1 -1
- package/build/es/index.d.mts +1 -1
- package/build/es/index.mjs +41 -0
- package/build/es/index.mjs.map +1 -1
- package/build/es/index.typings.d.mts +350 -1
- package/build/es/index.typings.mjs +41 -0
- package/build/es/index.typings.mjs.map +1 -1
- package/build/es/meta.d.mts +350 -1
- package/build/es/meta.mjs +41 -0
- package/build/es/meta.mjs.map +1 -1
- package/build/internal/cjs/index.d.ts +1 -1
- package/build/internal/cjs/index.js +47 -0
- package/build/internal/cjs/index.js.map +1 -1
- package/build/internal/cjs/index.typings.d.ts +350 -1
- package/build/internal/cjs/index.typings.js +47 -0
- package/build/internal/cjs/index.typings.js.map +1 -1
- package/build/internal/cjs/meta.d.ts +350 -1
- package/build/internal/cjs/meta.js +47 -0
- package/build/internal/cjs/meta.js.map +1 -1
- package/build/internal/es/index.d.mts +1 -1
- package/build/internal/es/index.mjs +41 -0
- package/build/internal/es/index.mjs.map +1 -1
- package/build/internal/es/index.typings.d.mts +350 -1
- package/build/internal/es/index.typings.mjs +41 -0
- package/build/internal/es/index.typings.mjs.map +1 -1
- package/build/internal/es/meta.d.mts +350 -1
- package/build/internal/es/meta.mjs +41 -0
- package/build/internal/es/meta.mjs.map +1 -1
- package/package.json +2 -2
|
@@ -171,6 +171,7 @@ __export(index_typings_exports, {
|
|
|
171
171
|
LayoutMode: () => LayoutMode,
|
|
172
172
|
LayoutType: () => LayoutType,
|
|
173
173
|
Level: () => Level,
|
|
174
|
+
LineCap: () => LineCap,
|
|
174
175
|
LineStyle: () => LineStyle,
|
|
175
176
|
LinkTarget: () => LinkTarget,
|
|
176
177
|
LinkType: () => LinkType,
|
|
@@ -235,6 +236,7 @@ __export(index_typings_exports, {
|
|
|
235
236
|
RegionScopeScope: () => RegionScopeScope,
|
|
236
237
|
RegionType: () => RegionType,
|
|
237
238
|
ReplacementType: () => ReplacementType,
|
|
239
|
+
ReplayProtection: () => ReplayProtection,
|
|
238
240
|
RequestedField: () => RequestedField,
|
|
239
241
|
RequiredIndicator: () => RequiredIndicator,
|
|
240
242
|
RequiredIndicatorPlacement: () => RequiredIndicatorPlacement,
|
|
@@ -255,6 +257,8 @@ __export(index_typings_exports, {
|
|
|
255
257
|
ScriptType: () => ScriptType,
|
|
256
258
|
SidebarDataType: () => SidebarDataType,
|
|
257
259
|
SidebarEntityType: () => SidebarEntityType,
|
|
260
|
+
SignatureEncoding: () => SignatureEncoding,
|
|
261
|
+
SignedPayload: () => SignedPayload,
|
|
258
262
|
SimpleType: () => SimpleType,
|
|
259
263
|
SiteMembersSsrCaching: () => SiteMembersSsrCaching,
|
|
260
264
|
SizingType: () => SizingType,
|
|
@@ -296,6 +300,8 @@ __export(index_typings_exports, {
|
|
|
296
300
|
ValueConstraintType: () => ValueConstraintType,
|
|
297
301
|
Variant: () => Variant,
|
|
298
302
|
VectorArtCategoryTypes: () => VectorArtCategoryTypes,
|
|
303
|
+
VerificationMethod: () => VerificationMethod,
|
|
304
|
+
VerificationSource: () => VerificationSource,
|
|
299
305
|
Vertical: () => Vertical,
|
|
300
306
|
VerticalAlignment: () => VerticalAlignment,
|
|
301
307
|
VerticalAlignmentAlignment: () => VerticalAlignmentAlignment,
|
|
@@ -1386,6 +1392,11 @@ var TextAlignment = /* @__PURE__ */ ((TextAlignment2) => {
|
|
|
1386
1392
|
TextAlignment2["JUSTIFY"] = "JUSTIFY";
|
|
1387
1393
|
return TextAlignment2;
|
|
1388
1394
|
})(TextAlignment || {});
|
|
1395
|
+
var LineCap = /* @__PURE__ */ ((LineCap2) => {
|
|
1396
|
+
LineCap2["SQUARE"] = "SQUARE";
|
|
1397
|
+
LineCap2["ROUND"] = "ROUND";
|
|
1398
|
+
return LineCap2;
|
|
1399
|
+
})(LineCap || {});
|
|
1389
1400
|
var LineStyle = /* @__PURE__ */ ((LineStyle2) => {
|
|
1390
1401
|
LineStyle2["SINGLE"] = "SINGLE";
|
|
1391
1402
|
LineStyle2["DOUBLE"] = "DOUBLE";
|
|
@@ -3427,6 +3438,36 @@ var DispatchHttpMethod = /* @__PURE__ */ ((DispatchHttpMethod2) => {
|
|
|
3427
3438
|
DispatchHttpMethod2["OPTIONS"] = "OPTIONS";
|
|
3428
3439
|
return DispatchHttpMethod2;
|
|
3429
3440
|
})(DispatchHttpMethod || {});
|
|
3441
|
+
var VerificationMethod = /* @__PURE__ */ ((VerificationMethod2) => {
|
|
3442
|
+
VerificationMethod2["HMAC_SHA256"] = "HMAC_SHA256";
|
|
3443
|
+
VerificationMethod2["HMAC_SHA1"] = "HMAC_SHA1";
|
|
3444
|
+
VerificationMethod2["PUBLIC_KEY"] = "PUBLIC_KEY";
|
|
3445
|
+
VerificationMethod2["CALLBACK_TOKEN"] = "CALLBACK_TOKEN";
|
|
3446
|
+
VerificationMethod2["NO_VERIFICATION"] = "NO_VERIFICATION";
|
|
3447
|
+
return VerificationMethod2;
|
|
3448
|
+
})(VerificationMethod || {});
|
|
3449
|
+
var VerificationSource = /* @__PURE__ */ ((VerificationSource2) => {
|
|
3450
|
+
VerificationSource2["CONNECTOR_WIDE"] = "CONNECTOR_WIDE";
|
|
3451
|
+
VerificationSource2["PER_REGISTRATION"] = "PER_REGISTRATION";
|
|
3452
|
+
VerificationSource2["UNSIGNED"] = "UNSIGNED";
|
|
3453
|
+
return VerificationSource2;
|
|
3454
|
+
})(VerificationSource || {});
|
|
3455
|
+
var SignatureEncoding = /* @__PURE__ */ ((SignatureEncoding2) => {
|
|
3456
|
+
SignatureEncoding2["HEX"] = "HEX";
|
|
3457
|
+
SignatureEncoding2["BASE64"] = "BASE64";
|
|
3458
|
+
return SignatureEncoding2;
|
|
3459
|
+
})(SignatureEncoding || {});
|
|
3460
|
+
var SignedPayload = /* @__PURE__ */ ((SignedPayload2) => {
|
|
3461
|
+
SignedPayload2["RAW_BODY"] = "RAW_BODY";
|
|
3462
|
+
SignedPayload2["TIMESTAMP_DOT_RAW_BODY"] = "TIMESTAMP_DOT_RAW_BODY";
|
|
3463
|
+
SignedPayload2["VERSION_TIMESTAMP_BODY"] = "VERSION_TIMESTAMP_BODY";
|
|
3464
|
+
return SignedPayload2;
|
|
3465
|
+
})(SignedPayload || {});
|
|
3466
|
+
var ReplayProtection = /* @__PURE__ */ ((ReplayProtection2) => {
|
|
3467
|
+
ReplayProtection2["DELIVERY_ID_HEADER"] = "DELIVERY_ID_HEADER";
|
|
3468
|
+
ReplayProtection2["BODY_HASH_WITHIN_TIMESTAMP_WINDOW"] = "BODY_HASH_WITHIN_TIMESTAMP_WINDOW";
|
|
3469
|
+
return ReplayProtection2;
|
|
3470
|
+
})(ReplayProtection || {});
|
|
3430
3471
|
var AuthType = /* @__PURE__ */ ((AuthType2) => {
|
|
3431
3472
|
AuthType2["OAUTH2"] = "OAUTH2";
|
|
3432
3473
|
AuthType2["API_KEY"] = "API_KEY";
|
|
@@ -3751,6 +3792,7 @@ async function deleteUserDefinedFields2(dataExtensionSchemaId, options) {
|
|
|
3751
3792
|
LayoutMode,
|
|
3752
3793
|
LayoutType,
|
|
3753
3794
|
Level,
|
|
3795
|
+
LineCap,
|
|
3754
3796
|
LineStyle,
|
|
3755
3797
|
LinkTarget,
|
|
3756
3798
|
LinkType,
|
|
@@ -3815,6 +3857,7 @@ async function deleteUserDefinedFields2(dataExtensionSchemaId, options) {
|
|
|
3815
3857
|
RegionScopeScope,
|
|
3816
3858
|
RegionType,
|
|
3817
3859
|
ReplacementType,
|
|
3860
|
+
ReplayProtection,
|
|
3818
3861
|
RequestedField,
|
|
3819
3862
|
RequiredIndicator,
|
|
3820
3863
|
RequiredIndicatorPlacement,
|
|
@@ -3835,6 +3878,8 @@ async function deleteUserDefinedFields2(dataExtensionSchemaId, options) {
|
|
|
3835
3878
|
ScriptType,
|
|
3836
3879
|
SidebarDataType,
|
|
3837
3880
|
SidebarEntityType,
|
|
3881
|
+
SignatureEncoding,
|
|
3882
|
+
SignedPayload,
|
|
3838
3883
|
SimpleType,
|
|
3839
3884
|
SiteMembersSsrCaching,
|
|
3840
3885
|
SizingType,
|
|
@@ -3876,6 +3921,8 @@ async function deleteUserDefinedFields2(dataExtensionSchemaId, options) {
|
|
|
3876
3921
|
ValueConstraintType,
|
|
3877
3922
|
Variant,
|
|
3878
3923
|
VectorArtCategoryTypes,
|
|
3924
|
+
VerificationMethod,
|
|
3925
|
+
VerificationSource,
|
|
3879
3926
|
Vertical,
|
|
3880
3927
|
VerticalAlignment,
|
|
3881
3928
|
VerticalAlignmentAlignment,
|