@wix/auto_sdk_data-extension-schema_schemas 1.0.252 → 1.0.254
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 +41 -0
- package/build/cjs/index.js.map +1 -1
- package/build/cjs/index.typings.d.ts +355 -3
- package/build/cjs/index.typings.js +41 -0
- package/build/cjs/index.typings.js.map +1 -1
- package/build/cjs/meta.d.ts +355 -3
- package/build/cjs/meta.js +41 -0
- package/build/cjs/meta.js.map +1 -1
- package/build/es/index.d.mts +1 -1
- package/build/es/index.mjs +36 -0
- package/build/es/index.mjs.map +1 -1
- package/build/es/index.typings.d.mts +355 -3
- package/build/es/index.typings.mjs +36 -0
- package/build/es/index.typings.mjs.map +1 -1
- package/build/es/meta.d.mts +355 -3
- package/build/es/meta.mjs +36 -0
- package/build/es/meta.mjs.map +1 -1
- package/build/internal/cjs/index.d.ts +1 -1
- package/build/internal/cjs/index.js +41 -0
- package/build/internal/cjs/index.js.map +1 -1
- package/build/internal/cjs/index.typings.d.ts +355 -3
- package/build/internal/cjs/index.typings.js +41 -0
- package/build/internal/cjs/index.typings.js.map +1 -1
- package/build/internal/cjs/meta.d.ts +355 -3
- package/build/internal/cjs/meta.js +41 -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 +36 -0
- package/build/internal/es/index.mjs.map +1 -1
- package/build/internal/es/index.typings.d.mts +355 -3
- package/build/internal/es/index.typings.mjs +36 -0
- package/build/internal/es/index.typings.mjs.map +1 -1
- package/build/internal/es/meta.d.mts +355 -3
- package/build/internal/es/meta.mjs +36 -0
- package/build/internal/es/meta.mjs.map +1 -1
- package/package.json +2 -2
|
@@ -236,6 +236,7 @@ __export(meta_exports, {
|
|
|
236
236
|
RegionScopeScopeOriginal: () => RegionScopeScope,
|
|
237
237
|
RegionTypeOriginal: () => RegionType,
|
|
238
238
|
ReplacementTypeOriginal: () => ReplacementType,
|
|
239
|
+
ReplayProtectionOriginal: () => ReplayProtection,
|
|
239
240
|
RequestedFieldOriginal: () => RequestedField,
|
|
240
241
|
RequiredIndicatorOriginal: () => RequiredIndicator,
|
|
241
242
|
RequiredIndicatorPlacementOriginal: () => RequiredIndicatorPlacement,
|
|
@@ -256,6 +257,8 @@ __export(meta_exports, {
|
|
|
256
257
|
ScriptTypeOriginal: () => ScriptType,
|
|
257
258
|
SidebarDataTypeOriginal: () => SidebarDataType,
|
|
258
259
|
SidebarEntityTypeOriginal: () => SidebarEntityType,
|
|
260
|
+
SignatureEncodingOriginal: () => SignatureEncoding,
|
|
261
|
+
SignedPayloadOriginal: () => SignedPayload,
|
|
259
262
|
SimpleTypeOriginal: () => SimpleType,
|
|
260
263
|
SiteMembersSsrCachingOriginal: () => SiteMembersSsrCaching,
|
|
261
264
|
SizingTypeOriginal: () => SizingType,
|
|
@@ -297,6 +300,8 @@ __export(meta_exports, {
|
|
|
297
300
|
ValueConstraintTypeOriginal: () => ValueConstraintType,
|
|
298
301
|
VariantOriginal: () => Variant,
|
|
299
302
|
VectorArtCategoryTypesOriginal: () => VectorArtCategoryTypes,
|
|
303
|
+
VerificationMethodOriginal: () => VerificationMethod,
|
|
304
|
+
VerificationSourceOriginal: () => VerificationSource,
|
|
300
305
|
VerticalAlignmentAlignmentOriginal: () => VerticalAlignmentAlignment,
|
|
301
306
|
VerticalAlignmentOriginal: () => VerticalAlignment,
|
|
302
307
|
VerticalDockingOriginal: () => VerticalDocking,
|
|
@@ -771,6 +776,7 @@ var ComponentType = /* @__PURE__ */ ((ComponentType2) => {
|
|
|
771
776
|
ComponentType2["CHANNEL_DATA_PROVIDER"] = "CHANNEL_DATA_PROVIDER";
|
|
772
777
|
ComponentType2["OAUTH_CLIENT_CONFIGURATION"] = "OAUTH_CLIENT_CONFIGURATION";
|
|
773
778
|
ComponentType2["EDITOR_EXPOSURE"] = "EDITOR_EXPOSURE";
|
|
779
|
+
ComponentType2["TOOLS_PROVIDER_CONFIG"] = "TOOLS_PROVIDER_CONFIG";
|
|
774
780
|
return ComponentType2;
|
|
775
781
|
})(ComponentType || {});
|
|
776
782
|
var WidgetVertical = /* @__PURE__ */ ((WidgetVertical2) => {
|
|
@@ -3429,6 +3435,36 @@ var DispatchHttpMethod = /* @__PURE__ */ ((DispatchHttpMethod2) => {
|
|
|
3429
3435
|
DispatchHttpMethod2["OPTIONS"] = "OPTIONS";
|
|
3430
3436
|
return DispatchHttpMethod2;
|
|
3431
3437
|
})(DispatchHttpMethod || {});
|
|
3438
|
+
var VerificationMethod = /* @__PURE__ */ ((VerificationMethod2) => {
|
|
3439
|
+
VerificationMethod2["HMAC_SHA256"] = "HMAC_SHA256";
|
|
3440
|
+
VerificationMethod2["HMAC_SHA1"] = "HMAC_SHA1";
|
|
3441
|
+
VerificationMethod2["PUBLIC_KEY"] = "PUBLIC_KEY";
|
|
3442
|
+
VerificationMethod2["CALLBACK_TOKEN"] = "CALLBACK_TOKEN";
|
|
3443
|
+
VerificationMethod2["NO_VERIFICATION"] = "NO_VERIFICATION";
|
|
3444
|
+
return VerificationMethod2;
|
|
3445
|
+
})(VerificationMethod || {});
|
|
3446
|
+
var VerificationSource = /* @__PURE__ */ ((VerificationSource2) => {
|
|
3447
|
+
VerificationSource2["CONNECTOR_WIDE"] = "CONNECTOR_WIDE";
|
|
3448
|
+
VerificationSource2["PER_REGISTRATION"] = "PER_REGISTRATION";
|
|
3449
|
+
VerificationSource2["UNSIGNED"] = "UNSIGNED";
|
|
3450
|
+
return VerificationSource2;
|
|
3451
|
+
})(VerificationSource || {});
|
|
3452
|
+
var SignatureEncoding = /* @__PURE__ */ ((SignatureEncoding2) => {
|
|
3453
|
+
SignatureEncoding2["HEX"] = "HEX";
|
|
3454
|
+
SignatureEncoding2["BASE64"] = "BASE64";
|
|
3455
|
+
return SignatureEncoding2;
|
|
3456
|
+
})(SignatureEncoding || {});
|
|
3457
|
+
var SignedPayload = /* @__PURE__ */ ((SignedPayload2) => {
|
|
3458
|
+
SignedPayload2["RAW_BODY"] = "RAW_BODY";
|
|
3459
|
+
SignedPayload2["TIMESTAMP_DOT_RAW_BODY"] = "TIMESTAMP_DOT_RAW_BODY";
|
|
3460
|
+
SignedPayload2["VERSION_TIMESTAMP_BODY"] = "VERSION_TIMESTAMP_BODY";
|
|
3461
|
+
return SignedPayload2;
|
|
3462
|
+
})(SignedPayload || {});
|
|
3463
|
+
var ReplayProtection = /* @__PURE__ */ ((ReplayProtection2) => {
|
|
3464
|
+
ReplayProtection2["DELIVERY_ID_HEADER"] = "DELIVERY_ID_HEADER";
|
|
3465
|
+
ReplayProtection2["BODY_HASH_WITHIN_TIMESTAMP_WINDOW"] = "BODY_HASH_WITHIN_TIMESTAMP_WINDOW";
|
|
3466
|
+
return ReplayProtection2;
|
|
3467
|
+
})(ReplayProtection || {});
|
|
3432
3468
|
var AuthType = /* @__PURE__ */ ((AuthType2) => {
|
|
3433
3469
|
AuthType2["OAUTH2"] = "OAUTH2";
|
|
3434
3470
|
AuthType2["API_KEY"] = "API_KEY";
|
|
@@ -3773,6 +3809,7 @@ function deleteUserDefinedFields2() {
|
|
|
3773
3809
|
RegionScopeScopeOriginal,
|
|
3774
3810
|
RegionTypeOriginal,
|
|
3775
3811
|
ReplacementTypeOriginal,
|
|
3812
|
+
ReplayProtectionOriginal,
|
|
3776
3813
|
RequestedFieldOriginal,
|
|
3777
3814
|
RequiredIndicatorOriginal,
|
|
3778
3815
|
RequiredIndicatorPlacementOriginal,
|
|
@@ -3793,6 +3830,8 @@ function deleteUserDefinedFields2() {
|
|
|
3793
3830
|
ScriptTypeOriginal,
|
|
3794
3831
|
SidebarDataTypeOriginal,
|
|
3795
3832
|
SidebarEntityTypeOriginal,
|
|
3833
|
+
SignatureEncodingOriginal,
|
|
3834
|
+
SignedPayloadOriginal,
|
|
3796
3835
|
SimpleTypeOriginal,
|
|
3797
3836
|
SiteMembersSsrCachingOriginal,
|
|
3798
3837
|
SizingTypeOriginal,
|
|
@@ -3834,6 +3873,8 @@ function deleteUserDefinedFields2() {
|
|
|
3834
3873
|
ValueConstraintTypeOriginal,
|
|
3835
3874
|
VariantOriginal,
|
|
3836
3875
|
VectorArtCategoryTypesOriginal,
|
|
3876
|
+
VerificationMethodOriginal,
|
|
3877
|
+
VerificationSourceOriginal,
|
|
3837
3878
|
VerticalAlignmentAlignmentOriginal,
|
|
3838
3879
|
VerticalAlignmentOriginal,
|
|
3839
3880
|
VerticalDockingOriginal,
|