@wix/auto_sdk_data-extension-schema_schemas 1.0.237 → 1.0.238
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 +27 -8
- package/build/cjs/index.js.map +1 -1
- package/build/cjs/index.typings.d.ts +173 -15
- package/build/cjs/index.typings.js +27 -8
- package/build/cjs/index.typings.js.map +1 -1
- package/build/cjs/meta.d.ts +173 -15
- package/build/cjs/meta.js +27 -8
- package/build/cjs/meta.js.map +1 -1
- package/build/es/index.d.mts +1 -1
- package/build/es/index.mjs +25 -8
- package/build/es/index.mjs.map +1 -1
- package/build/es/index.typings.d.mts +173 -15
- package/build/es/index.typings.mjs +25 -8
- package/build/es/index.typings.mjs.map +1 -1
- package/build/es/meta.d.mts +173 -15
- package/build/es/meta.mjs +25 -8
- package/build/es/meta.mjs.map +1 -1
- package/build/internal/cjs/index.d.ts +1 -1
- package/build/internal/cjs/index.js +27 -8
- package/build/internal/cjs/index.js.map +1 -1
- package/build/internal/cjs/index.typings.d.ts +173 -15
- package/build/internal/cjs/index.typings.js +27 -8
- package/build/internal/cjs/index.typings.js.map +1 -1
- package/build/internal/cjs/meta.d.ts +173 -15
- package/build/internal/cjs/meta.js +27 -8
- package/build/internal/cjs/meta.js.map +1 -1
- package/build/internal/es/index.d.mts +1 -1
- package/build/internal/es/index.mjs +25 -8
- package/build/internal/es/index.mjs.map +1 -1
- package/build/internal/es/index.typings.d.mts +173 -15
- package/build/internal/es/index.typings.mjs +25 -8
- package/build/internal/es/index.typings.mjs.map +1 -1
- package/build/internal/es/meta.d.mts +173 -15
- package/build/internal/es/meta.mjs +25 -8
- package/build/internal/es/meta.mjs.map +1 -1
- package/package.json +2 -2
|
@@ -35,11 +35,13 @@ __export(index_typings_exports, {
|
|
|
35
35
|
AlgorithmType: () => AlgorithmType,
|
|
36
36
|
Alignment: () => Alignment,
|
|
37
37
|
AndroidStyle: () => AndroidStyle,
|
|
38
|
+
ApiGroupType: () => ApiGroupType,
|
|
38
39
|
AppExecutionType: () => AppExecutionType,
|
|
39
40
|
AppType: () => AppType,
|
|
40
41
|
AppointmentFormat: () => AppointmentFormat,
|
|
41
42
|
Archetype: () => Archetype,
|
|
42
43
|
ArrayComponentType: () => ArrayComponentType,
|
|
44
|
+
ArrayItemsItemType: () => ArrayItemsItemType,
|
|
43
45
|
AspectRatio: () => AspectRatio,
|
|
44
46
|
AssetType: () => AssetType,
|
|
45
47
|
AuthType: () => AuthType,
|
|
@@ -766,6 +768,8 @@ var ComponentType = /* @__PURE__ */ ((ComponentType2) => {
|
|
|
766
768
|
ComponentType2["GLOBAL_CSS"] = "GLOBAL_CSS";
|
|
767
769
|
ComponentType2["CONNECTOR_CONFIG"] = "CONNECTOR_CONFIG";
|
|
768
770
|
ComponentType2["CHANNEL_DATA_PROVIDER"] = "CHANNEL_DATA_PROVIDER";
|
|
771
|
+
ComponentType2["OAUTH_CLIENT_CONFIGURATION"] = "OAUTH_CLIENT_CONFIGURATION";
|
|
772
|
+
ComponentType2["EDITOR_EXPOSURE"] = "EDITOR_EXPOSURE";
|
|
769
773
|
return ComponentType2;
|
|
770
774
|
})(ComponentType || {});
|
|
771
775
|
var WidgetVertical = /* @__PURE__ */ ((WidgetVertical2) => {
|
|
@@ -1999,14 +2003,14 @@ var BooleanComponentType = /* @__PURE__ */ ((BooleanComponentType2) => {
|
|
|
1999
2003
|
BooleanComponentType2["CHECKBOX"] = "CHECKBOX";
|
|
2000
2004
|
return BooleanComponentType2;
|
|
2001
2005
|
})(BooleanComponentType || {});
|
|
2002
|
-
var
|
|
2003
|
-
|
|
2004
|
-
|
|
2005
|
-
|
|
2006
|
-
|
|
2007
|
-
|
|
2008
|
-
return
|
|
2009
|
-
})(
|
|
2006
|
+
var ArrayItemsItemType = /* @__PURE__ */ ((ArrayItemsItemType2) => {
|
|
2007
|
+
ArrayItemsItemType2["STRING"] = "STRING";
|
|
2008
|
+
ArrayItemsItemType2["NUMBER"] = "NUMBER";
|
|
2009
|
+
ArrayItemsItemType2["BOOLEAN"] = "BOOLEAN";
|
|
2010
|
+
ArrayItemsItemType2["INTEGER"] = "INTEGER";
|
|
2011
|
+
ArrayItemsItemType2["OBJECT"] = "OBJECT";
|
|
2012
|
+
return ArrayItemsItemType2;
|
|
2013
|
+
})(ArrayItemsItemType || {});
|
|
2010
2014
|
var PropertiesTypeEnum = /* @__PURE__ */ ((PropertiesTypeEnum2) => {
|
|
2011
2015
|
PropertiesTypeEnum2["STRING"] = "STRING";
|
|
2012
2016
|
PropertiesTypeEnum2["NUMBER"] = "NUMBER";
|
|
@@ -2395,6 +2399,7 @@ var DataType = /* @__PURE__ */ ((DataType2) => {
|
|
|
2395
2399
|
DataType2["filter"] = "filter";
|
|
2396
2400
|
DataType2["sort"] = "sort";
|
|
2397
2401
|
DataType2["visualMedia"] = "visualMedia";
|
|
2402
|
+
DataType2["ricosDocument"] = "ricosDocument";
|
|
2398
2403
|
return DataType2;
|
|
2399
2404
|
})(DataType || {});
|
|
2400
2405
|
var ItemField = /* @__PURE__ */ ((ItemField2) => {
|
|
@@ -3354,6 +3359,7 @@ var EditorType = /* @__PURE__ */ ((EditorType2) => {
|
|
|
3354
3359
|
EditorType2["CLASSIC_EDITOR_TYPE"] = "CLASSIC_EDITOR_TYPE";
|
|
3355
3360
|
EditorType2["STUDIO_EDITOR_TYPE"] = "STUDIO_EDITOR_TYPE";
|
|
3356
3361
|
EditorType2["HARMONY_EDITOR_TYPE"] = "HARMONY_EDITOR_TYPE";
|
|
3362
|
+
EditorType2["STUDIO_2_EDITOR_TYPE"] = "STUDIO_2_EDITOR_TYPE";
|
|
3357
3363
|
return EditorType2;
|
|
3358
3364
|
})(EditorType || {});
|
|
3359
3365
|
var AppExecutionType = /* @__PURE__ */ ((AppExecutionType2) => {
|
|
@@ -3394,6 +3400,17 @@ var AuthType = /* @__PURE__ */ ((AuthType2) => {
|
|
|
3394
3400
|
AuthType2["API_KEY"] = "API_KEY";
|
|
3395
3401
|
return AuthType2;
|
|
3396
3402
|
})(AuthType || {});
|
|
3403
|
+
var ItemType = /* @__PURE__ */ ((ItemType2) => {
|
|
3404
|
+
ItemType2["CUSTOM_ELEMENT"] = "CUSTOM_ELEMENT";
|
|
3405
|
+
ItemType2["EDITOR_REACT_COMPONENT"] = "EDITOR_REACT_COMPONENT";
|
|
3406
|
+
return ItemType2;
|
|
3407
|
+
})(ItemType || {});
|
|
3408
|
+
var ApiGroupType = /* @__PURE__ */ ((ApiGroupType2) => {
|
|
3409
|
+
ApiGroupType2["PAGES"] = "PAGES";
|
|
3410
|
+
ApiGroupType2["SECTIONS"] = "SECTIONS";
|
|
3411
|
+
ApiGroupType2["COMPONENTS"] = "COMPONENTS";
|
|
3412
|
+
return ApiGroupType2;
|
|
3413
|
+
})(ApiGroupType || {});
|
|
3397
3414
|
var WebhookIdentityType = /* @__PURE__ */ ((WebhookIdentityType2) => {
|
|
3398
3415
|
WebhookIdentityType2["UNKNOWN"] = "UNKNOWN";
|
|
3399
3416
|
WebhookIdentityType2["ANONYMOUS_VISITOR"] = "ANONYMOUS_VISITOR";
|
|
@@ -3566,11 +3583,13 @@ async function deleteUserDefinedFields2(dataExtensionSchemaId, options) {
|
|
|
3566
3583
|
AlgorithmType,
|
|
3567
3584
|
Alignment,
|
|
3568
3585
|
AndroidStyle,
|
|
3586
|
+
ApiGroupType,
|
|
3569
3587
|
AppExecutionType,
|
|
3570
3588
|
AppType,
|
|
3571
3589
|
AppointmentFormat,
|
|
3572
3590
|
Archetype,
|
|
3573
3591
|
ArrayComponentType,
|
|
3592
|
+
ArrayItemsItemType,
|
|
3574
3593
|
AspectRatio,
|
|
3575
3594
|
AssetType,
|
|
3576
3595
|
AuthType,
|