@wix/auto_sdk_data-extension-schema_schemas 1.0.210 → 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.
Files changed (37) hide show
  1. package/build/cjs/index.d.ts +1 -1
  2. package/build/cjs/index.js +25 -0
  3. package/build/cjs/index.js.map +1 -1
  4. package/build/cjs/index.typings.d.ts +275 -32
  5. package/build/cjs/index.typings.js +25 -0
  6. package/build/cjs/index.typings.js.map +1 -1
  7. package/build/cjs/meta.d.ts +269 -32
  8. package/build/cjs/meta.js +25 -0
  9. package/build/cjs/meta.js.map +1 -1
  10. package/build/es/index.d.mts +1 -1
  11. package/build/es/index.mjs +22 -0
  12. package/build/es/index.mjs.map +1 -1
  13. package/build/es/index.typings.d.mts +275 -32
  14. package/build/es/index.typings.mjs +22 -0
  15. package/build/es/index.typings.mjs.map +1 -1
  16. package/build/es/meta.d.mts +269 -32
  17. package/build/es/meta.mjs +22 -0
  18. package/build/es/meta.mjs.map +1 -1
  19. package/build/internal/cjs/index.d.ts +1 -1
  20. package/build/internal/cjs/index.js +25 -0
  21. package/build/internal/cjs/index.js.map +1 -1
  22. package/build/internal/cjs/index.typings.d.ts +275 -42
  23. package/build/internal/cjs/index.typings.js +25 -0
  24. package/build/internal/cjs/index.typings.js.map +1 -1
  25. package/build/internal/cjs/meta.d.ts +269 -32
  26. package/build/internal/cjs/meta.js +25 -0
  27. package/build/internal/cjs/meta.js.map +1 -1
  28. package/build/internal/es/index.d.mts +1 -1
  29. package/build/internal/es/index.mjs +22 -0
  30. package/build/internal/es/index.mjs.map +1 -1
  31. package/build/internal/es/index.typings.d.mts +275 -42
  32. package/build/internal/es/index.typings.mjs +22 -0
  33. package/build/internal/es/index.typings.mjs.map +1 -1
  34. package/build/internal/es/meta.d.mts +269 -32
  35. package/build/internal/es/meta.mjs +22 -0
  36. package/build/internal/es/meta.mjs.map +1 -1
  37. package/package.json +2 -2
@@ -444,6 +444,8 @@ var ComponentType = /* @__PURE__ */ ((ComponentType2) => {
444
444
  ComponentType2["REALTIME_PERMISSIONS_PROVIDER"] = "REALTIME_PERMISSIONS_PROVIDER";
445
445
  ComponentType2["CALENDAR_SEARCH_PROVIDER"] = "CALENDAR_SEARCH_PROVIDER";
446
446
  ComponentType2["EDITOR_INSTALLATION"] = "EDITOR_INSTALLATION";
447
+ ComponentType2["APP_ACTIONS"] = "APP_ACTIONS";
448
+ ComponentType2["ROLLOUT_STEP_EXECUTOR"] = "ROLLOUT_STEP_EXECUTOR";
447
449
  return ComponentType2;
448
450
  })(ComponentType || {});
449
451
  var WidgetVertical = /* @__PURE__ */ ((WidgetVertical2) => {
@@ -1998,6 +2000,11 @@ var Method = /* @__PURE__ */ ((Method2) => {
1998
2000
  Method2["CANCEL"] = "CANCEL";
1999
2001
  return Method2;
2000
2002
  })(Method || {});
2003
+ var ActionsConfigSource = /* @__PURE__ */ ((ActionsConfigSource2) => {
2004
+ ActionsConfigSource2["ACTIONS_CONFIG_SOURCE_POLICIES"] = "ACTIONS_CONFIG_SOURCE_POLICIES";
2005
+ ActionsConfigSource2["ACTIONS_CONFIG_SOURCE_ACTIONS"] = "ACTIONS_CONFIG_SOURCE_ACTIONS";
2006
+ return ActionsConfigSource2;
2007
+ })(ActionsConfigSource || {});
2001
2008
  var ParticipantType = /* @__PURE__ */ ((ParticipantType2) => {
2002
2009
  ParticipantType2["WIX_USER"] = "WIX_USER";
2003
2010
  ParticipantType2["CONTACT"] = "CONTACT";
@@ -2981,6 +2988,18 @@ var EditorType = /* @__PURE__ */ ((EditorType2) => {
2981
2988
  EditorType2["HARMONY_EDITOR_TYPE"] = "HARMONY_EDITOR_TYPE";
2982
2989
  return EditorType2;
2983
2990
  })(EditorType || {});
2991
+ var AppExecutionType = /* @__PURE__ */ ((AppExecutionType2) => {
2992
+ AppExecutionType2["MODAL"] = "MODAL";
2993
+ AppExecutionType2["DASHBOARD"] = "DASHBOARD";
2994
+ AppExecutionType2["EXTERNAL_LINK"] = "EXTERNAL_LINK";
2995
+ AppExecutionType2["DEEPLINK"] = "DEEPLINK";
2996
+ return AppExecutionType2;
2997
+ })(AppExecutionType || {});
2998
+ var DeeplinkFeature = /* @__PURE__ */ ((DeeplinkFeature2) => {
2999
+ DeeplinkFeature2["ADD_PAGE"] = "ADD_PAGE";
3000
+ DeeplinkFeature2["ADD_PANEL"] = "ADD_PANEL";
3001
+ return DeeplinkFeature2;
3002
+ })(DeeplinkFeature || {});
2984
3003
  var WebhookIdentityType = /* @__PURE__ */ ((WebhookIdentityType2) => {
2985
3004
  WebhookIdentityType2["UNKNOWN"] = "UNKNOWN";
2986
3005
  WebhookIdentityType2["ANONYMOUS_VISITOR"] = "ANONYMOUS_VISITOR";
@@ -3146,11 +3165,13 @@ export {
3146
3165
  ActionName,
3147
3166
  ActionSPIConfigInterfaceConfigurationType,
3148
3167
  ActionType,
3168
+ ActionsConfigSource,
3149
3169
  AddressComponentType,
3150
3170
  AddressInfoTag,
3151
3171
  AlgorithmType,
3152
3172
  Alignment,
3153
3173
  AndroidStyle,
3174
+ AppExecutionType,
3154
3175
  AppType,
3155
3176
  AppointmentFormat,
3156
3177
  Archetype,
@@ -3197,6 +3218,7 @@ export {
3197
3218
  DataExtensionSchemaState,
3198
3219
  DataType,
3199
3220
  DecorationType,
3221
+ DeeplinkFeature,
3200
3222
  Default,
3201
3223
  DefaultCountryConfigType,
3202
3224
  DefaultTextStyle,