@wix/auto_sdk_data-extension-schema_schemas 1.0.209 → 1.0.211
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 +25 -0
- package/build/cjs/index.js.map +1 -1
- package/build/cjs/index.typings.d.ts +305 -34
- package/build/cjs/index.typings.js +25 -0
- package/build/cjs/index.typings.js.map +1 -1
- package/build/cjs/meta.d.ts +299 -34
- package/build/cjs/meta.js +25 -0
- package/build/cjs/meta.js.map +1 -1
- package/build/es/index.d.mts +1 -1
- package/build/es/index.mjs +22 -0
- package/build/es/index.mjs.map +1 -1
- package/build/es/index.typings.d.mts +305 -34
- package/build/es/index.typings.mjs +22 -0
- package/build/es/index.typings.mjs.map +1 -1
- package/build/es/meta.d.mts +299 -34
- package/build/es/meta.mjs +22 -0
- package/build/es/meta.mjs.map +1 -1
- package/build/internal/cjs/index.d.ts +1 -1
- package/build/internal/cjs/index.js +25 -0
- package/build/internal/cjs/index.js.map +1 -1
- package/build/internal/cjs/index.typings.d.ts +305 -44
- package/build/internal/cjs/index.typings.js +25 -0
- package/build/internal/cjs/index.typings.js.map +1 -1
- package/build/internal/cjs/meta.d.ts +299 -34
- package/build/internal/cjs/meta.js +25 -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 +22 -0
- package/build/internal/es/index.mjs.map +1 -1
- package/build/internal/es/index.typings.d.mts +305 -44
- package/build/internal/es/index.typings.mjs +22 -0
- package/build/internal/es/index.typings.mjs.map +1 -1
- package/build/internal/es/meta.d.mts +299 -34
- package/build/internal/es/meta.mjs +22 -0
- package/build/internal/es/meta.mjs.map +1 -1
- package/package.json +2 -2
package/build/cjs/meta.js
CHANGED
|
@@ -29,11 +29,13 @@ __export(meta_exports, {
|
|
|
29
29
|
ActionNameOriginal: () => ActionName,
|
|
30
30
|
ActionSPIConfigInterfaceConfigurationTypeOriginal: () => ActionSPIConfigInterfaceConfigurationType,
|
|
31
31
|
ActionTypeOriginal: () => ActionType,
|
|
32
|
+
ActionsConfigSourceOriginal: () => ActionsConfigSource,
|
|
32
33
|
AddressComponentTypeOriginal: () => AddressComponentType,
|
|
33
34
|
AddressInfoTagOriginal: () => AddressInfoTag,
|
|
34
35
|
AlgorithmTypeOriginal: () => AlgorithmType,
|
|
35
36
|
AlignmentOriginal: () => Alignment,
|
|
36
37
|
AndroidStyleOriginal: () => AndroidStyle,
|
|
38
|
+
AppExecutionTypeOriginal: () => AppExecutionType,
|
|
37
39
|
AppTypeOriginal: () => AppType,
|
|
38
40
|
AppointmentFormatOriginal: () => AppointmentFormat,
|
|
39
41
|
ArchetypeOriginal: () => Archetype,
|
|
@@ -80,6 +82,7 @@ __export(meta_exports, {
|
|
|
80
82
|
DataExtensionSchemaStateOriginal: () => DataExtensionSchemaState,
|
|
81
83
|
DataTypeOriginal: () => DataType,
|
|
82
84
|
DecorationTypeOriginal: () => DecorationType,
|
|
85
|
+
DeeplinkFeatureOriginal: () => DeeplinkFeature,
|
|
83
86
|
DefaultCountryConfigTypeOriginal: () => DefaultCountryConfigType,
|
|
84
87
|
DefaultOriginal: () => Default,
|
|
85
88
|
DefaultTextStyleOriginal: () => DefaultTextStyle,
|
|
@@ -743,6 +746,8 @@ var ComponentType = /* @__PURE__ */ ((ComponentType2) => {
|
|
|
743
746
|
ComponentType2["REALTIME_PERMISSIONS_PROVIDER"] = "REALTIME_PERMISSIONS_PROVIDER";
|
|
744
747
|
ComponentType2["CALENDAR_SEARCH_PROVIDER"] = "CALENDAR_SEARCH_PROVIDER";
|
|
745
748
|
ComponentType2["EDITOR_INSTALLATION"] = "EDITOR_INSTALLATION";
|
|
749
|
+
ComponentType2["APP_ACTIONS"] = "APP_ACTIONS";
|
|
750
|
+
ComponentType2["ROLLOUT_STEP_EXECUTOR"] = "ROLLOUT_STEP_EXECUTOR";
|
|
746
751
|
return ComponentType2;
|
|
747
752
|
})(ComponentType || {});
|
|
748
753
|
var WidgetVertical = /* @__PURE__ */ ((WidgetVertical2) => {
|
|
@@ -2297,6 +2302,11 @@ var Method = /* @__PURE__ */ ((Method2) => {
|
|
|
2297
2302
|
Method2["CANCEL"] = "CANCEL";
|
|
2298
2303
|
return Method2;
|
|
2299
2304
|
})(Method || {});
|
|
2305
|
+
var ActionsConfigSource = /* @__PURE__ */ ((ActionsConfigSource2) => {
|
|
2306
|
+
ActionsConfigSource2["ACTIONS_CONFIG_SOURCE_POLICIES"] = "ACTIONS_CONFIG_SOURCE_POLICIES";
|
|
2307
|
+
ActionsConfigSource2["ACTIONS_CONFIG_SOURCE_ACTIONS"] = "ACTIONS_CONFIG_SOURCE_ACTIONS";
|
|
2308
|
+
return ActionsConfigSource2;
|
|
2309
|
+
})(ActionsConfigSource || {});
|
|
2300
2310
|
var ParticipantType = /* @__PURE__ */ ((ParticipantType2) => {
|
|
2301
2311
|
ParticipantType2["WIX_USER"] = "WIX_USER";
|
|
2302
2312
|
ParticipantType2["CONTACT"] = "CONTACT";
|
|
@@ -3280,6 +3290,18 @@ var EditorType = /* @__PURE__ */ ((EditorType2) => {
|
|
|
3280
3290
|
EditorType2["HARMONY_EDITOR_TYPE"] = "HARMONY_EDITOR_TYPE";
|
|
3281
3291
|
return EditorType2;
|
|
3282
3292
|
})(EditorType || {});
|
|
3293
|
+
var AppExecutionType = /* @__PURE__ */ ((AppExecutionType2) => {
|
|
3294
|
+
AppExecutionType2["MODAL"] = "MODAL";
|
|
3295
|
+
AppExecutionType2["DASHBOARD"] = "DASHBOARD";
|
|
3296
|
+
AppExecutionType2["EXTERNAL_LINK"] = "EXTERNAL_LINK";
|
|
3297
|
+
AppExecutionType2["DEEPLINK"] = "DEEPLINK";
|
|
3298
|
+
return AppExecutionType2;
|
|
3299
|
+
})(AppExecutionType || {});
|
|
3300
|
+
var DeeplinkFeature = /* @__PURE__ */ ((DeeplinkFeature2) => {
|
|
3301
|
+
DeeplinkFeature2["ADD_PAGE"] = "ADD_PAGE";
|
|
3302
|
+
DeeplinkFeature2["ADD_PANEL"] = "ADD_PANEL";
|
|
3303
|
+
return DeeplinkFeature2;
|
|
3304
|
+
})(DeeplinkFeature || {});
|
|
3283
3305
|
var WebhookIdentityType = /* @__PURE__ */ ((WebhookIdentityType2) => {
|
|
3284
3306
|
WebhookIdentityType2["UNKNOWN"] = "UNKNOWN";
|
|
3285
3307
|
WebhookIdentityType2["ANONYMOUS_VISITOR"] = "ANONYMOUS_VISITOR";
|
|
@@ -3401,11 +3423,13 @@ function deleteUserDefinedFields2() {
|
|
|
3401
3423
|
ActionNameOriginal,
|
|
3402
3424
|
ActionSPIConfigInterfaceConfigurationTypeOriginal,
|
|
3403
3425
|
ActionTypeOriginal,
|
|
3426
|
+
ActionsConfigSourceOriginal,
|
|
3404
3427
|
AddressComponentTypeOriginal,
|
|
3405
3428
|
AddressInfoTagOriginal,
|
|
3406
3429
|
AlgorithmTypeOriginal,
|
|
3407
3430
|
AlignmentOriginal,
|
|
3408
3431
|
AndroidStyleOriginal,
|
|
3432
|
+
AppExecutionTypeOriginal,
|
|
3409
3433
|
AppTypeOriginal,
|
|
3410
3434
|
AppointmentFormatOriginal,
|
|
3411
3435
|
ArchetypeOriginal,
|
|
@@ -3452,6 +3476,7 @@ function deleteUserDefinedFields2() {
|
|
|
3452
3476
|
DataExtensionSchemaStateOriginal,
|
|
3453
3477
|
DataTypeOriginal,
|
|
3454
3478
|
DecorationTypeOriginal,
|
|
3479
|
+
DeeplinkFeatureOriginal,
|
|
3455
3480
|
DefaultCountryConfigTypeOriginal,
|
|
3456
3481
|
DefaultOriginal,
|
|
3457
3482
|
DefaultTextStyleOriginal,
|