@wix/auto_sdk_data-extension-schema_schemas 1.0.205 → 1.0.207
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 +17 -0
- package/build/cjs/index.js.map +1 -1
- package/build/cjs/index.typings.d.ts +138 -6
- package/build/cjs/index.typings.js +17 -0
- package/build/cjs/index.typings.js.map +1 -1
- package/build/cjs/meta.d.ts +138 -6
- package/build/cjs/meta.js +17 -0
- package/build/cjs/meta.js.map +1 -1
- package/build/es/index.d.mts +1 -1
- package/build/es/index.mjs +15 -0
- package/build/es/index.mjs.map +1 -1
- package/build/es/index.typings.d.mts +138 -6
- package/build/es/index.typings.mjs +15 -0
- package/build/es/index.typings.mjs.map +1 -1
- package/build/es/meta.d.mts +138 -6
- package/build/es/meta.mjs +15 -0
- package/build/es/meta.mjs.map +1 -1
- package/build/internal/cjs/index.d.ts +1 -1
- package/build/internal/cjs/index.js +17 -0
- package/build/internal/cjs/index.js.map +1 -1
- package/build/internal/cjs/index.typings.d.ts +138 -6
- package/build/internal/cjs/index.typings.js +17 -0
- package/build/internal/cjs/index.typings.js.map +1 -1
- package/build/internal/cjs/meta.d.ts +138 -6
- package/build/internal/cjs/meta.js +17 -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 +15 -0
- package/build/internal/es/index.mjs.map +1 -1
- package/build/internal/es/index.typings.d.mts +138 -6
- package/build/internal/es/index.typings.mjs +15 -0
- package/build/internal/es/index.typings.mjs.map +1 -1
- package/build/internal/es/meta.d.mts +138 -6
- package/build/internal/es/meta.mjs +15 -0
- package/build/internal/es/meta.mjs.map +1 -1
- package/package.json +2 -2
package/build/es/meta.mjs
CHANGED
|
@@ -436,6 +436,7 @@ var ComponentType = /* @__PURE__ */ ((ComponentType2) => {
|
|
|
436
436
|
ComponentType2["LOYALTY_EARN_POINTS_LIMIT"] = "LOYALTY_EARN_POINTS_LIMIT";
|
|
437
437
|
ComponentType2["REALTIME_PERMISSIONS_PROVIDER"] = "REALTIME_PERMISSIONS_PROVIDER";
|
|
438
438
|
ComponentType2["CALENDAR_SEARCH_PROVIDER"] = "CALENDAR_SEARCH_PROVIDER";
|
|
439
|
+
ComponentType2["EDITOR_INSTALLATION"] = "EDITOR_INSTALLATION";
|
|
439
440
|
return ComponentType2;
|
|
440
441
|
})(ComponentType || {});
|
|
441
442
|
var WidgetVertical = /* @__PURE__ */ ((WidgetVertical2) => {
|
|
@@ -2815,6 +2816,11 @@ var SidebarEntityType = /* @__PURE__ */ ((SidebarEntityType2) => {
|
|
|
2815
2816
|
SidebarEntityType2["APP"] = "APP";
|
|
2816
2817
|
return SidebarEntityType2;
|
|
2817
2818
|
})(SidebarEntityType || {});
|
|
2819
|
+
var ComponentToViewOption = /* @__PURE__ */ ((ComponentToViewOption2) => {
|
|
2820
|
+
ComponentToViewOption2["BY_TYPES"] = "BY_TYPES";
|
|
2821
|
+
ComponentToViewOption2["EXISTING_VERSION_OF_COMPONENTS_TO_ENRICH"] = "EXISTING_VERSION_OF_COMPONENTS_TO_ENRICH";
|
|
2822
|
+
return ComponentToViewOption2;
|
|
2823
|
+
})(ComponentToViewOption || {});
|
|
2818
2824
|
var UpdateMode = /* @__PURE__ */ ((UpdateMode2) => {
|
|
2819
2825
|
UpdateMode2["FULL"] = "FULL";
|
|
2820
2826
|
UpdateMode2["PARTIAL"] = "PARTIAL";
|
|
@@ -2951,6 +2957,13 @@ var ScopeType = /* @__PURE__ */ ((ScopeType2) => {
|
|
|
2951
2957
|
ScopeType2["AUTOMATION_ACTION"] = "AUTOMATION_ACTION";
|
|
2952
2958
|
return ScopeType2;
|
|
2953
2959
|
})(ScopeType || {});
|
|
2960
|
+
var EditorType = /* @__PURE__ */ ((EditorType2) => {
|
|
2961
|
+
EditorType2["UNKNOWN_EDITOR_TYPE"] = "UNKNOWN_EDITOR_TYPE";
|
|
2962
|
+
EditorType2["CLASSIC_EDITOR_TYPE"] = "CLASSIC_EDITOR_TYPE";
|
|
2963
|
+
EditorType2["STUDIO_EDITOR_TYPE"] = "STUDIO_EDITOR_TYPE";
|
|
2964
|
+
EditorType2["HARMONY_EDITOR_TYPE"] = "HARMONY_EDITOR_TYPE";
|
|
2965
|
+
return EditorType2;
|
|
2966
|
+
})(EditorType || {});
|
|
2954
2967
|
var WebhookIdentityType = /* @__PURE__ */ ((WebhookIdentityType2) => {
|
|
2955
2968
|
WebhookIdentityType2["UNKNOWN"] = "UNKNOWN";
|
|
2956
2969
|
WebhookIdentityType2["ANONYMOUS_VISITOR"] = "ANONYMOUS_VISITOR";
|
|
@@ -3102,6 +3115,7 @@ export {
|
|
|
3102
3115
|
ChannelConfigurationChannelType as ChannelConfigurationChannelTypeOriginal,
|
|
3103
3116
|
ChannelType as ChannelTypeOriginal,
|
|
3104
3117
|
ColumnSize as ColumnSizeOriginal,
|
|
3118
|
+
ComponentToViewOption as ComponentToViewOptionOriginal,
|
|
3105
3119
|
ComponentType as ComponentTypeOriginal,
|
|
3106
3120
|
ConfirmationLevel as ConfirmationLevelOriginal,
|
|
3107
3121
|
ConnectMethod as ConnectMethodOriginal,
|
|
@@ -3133,6 +3147,7 @@ export {
|
|
|
3133
3147
|
Domain as DomainOriginal,
|
|
3134
3148
|
DtsDefinitionType as DtsDefinitionTypeOriginal,
|
|
3135
3149
|
EditableProperties as EditablePropertiesOriginal,
|
|
3150
|
+
EditorType as EditorTypeOriginal,
|
|
3136
3151
|
EffectGroup as EffectGroupOriginal,
|
|
3137
3152
|
ElementDisplayOption as ElementDisplayOptionOriginal,
|
|
3138
3153
|
ElementType as ElementTypeOriginal,
|