@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
@@ -437,6 +437,8 @@ var ComponentType = /* @__PURE__ */ ((ComponentType2) => {
437
437
  ComponentType2["REALTIME_PERMISSIONS_PROVIDER"] = "REALTIME_PERMISSIONS_PROVIDER";
438
438
  ComponentType2["CALENDAR_SEARCH_PROVIDER"] = "CALENDAR_SEARCH_PROVIDER";
439
439
  ComponentType2["EDITOR_INSTALLATION"] = "EDITOR_INSTALLATION";
440
+ ComponentType2["APP_ACTIONS"] = "APP_ACTIONS";
441
+ ComponentType2["ROLLOUT_STEP_EXECUTOR"] = "ROLLOUT_STEP_EXECUTOR";
440
442
  return ComponentType2;
441
443
  })(ComponentType || {});
442
444
  var WidgetVertical = /* @__PURE__ */ ((WidgetVertical2) => {
@@ -1991,6 +1993,11 @@ var Method = /* @__PURE__ */ ((Method2) => {
1991
1993
  Method2["CANCEL"] = "CANCEL";
1992
1994
  return Method2;
1993
1995
  })(Method || {});
1996
+ var ActionsConfigSource = /* @__PURE__ */ ((ActionsConfigSource2) => {
1997
+ ActionsConfigSource2["ACTIONS_CONFIG_SOURCE_POLICIES"] = "ACTIONS_CONFIG_SOURCE_POLICIES";
1998
+ ActionsConfigSource2["ACTIONS_CONFIG_SOURCE_ACTIONS"] = "ACTIONS_CONFIG_SOURCE_ACTIONS";
1999
+ return ActionsConfigSource2;
2000
+ })(ActionsConfigSource || {});
1994
2001
  var ParticipantType = /* @__PURE__ */ ((ParticipantType2) => {
1995
2002
  ParticipantType2["WIX_USER"] = "WIX_USER";
1996
2003
  ParticipantType2["CONTACT"] = "CONTACT";
@@ -2974,6 +2981,18 @@ var EditorType = /* @__PURE__ */ ((EditorType2) => {
2974
2981
  EditorType2["HARMONY_EDITOR_TYPE"] = "HARMONY_EDITOR_TYPE";
2975
2982
  return EditorType2;
2976
2983
  })(EditorType || {});
2984
+ var AppExecutionType = /* @__PURE__ */ ((AppExecutionType2) => {
2985
+ AppExecutionType2["MODAL"] = "MODAL";
2986
+ AppExecutionType2["DASHBOARD"] = "DASHBOARD";
2987
+ AppExecutionType2["EXTERNAL_LINK"] = "EXTERNAL_LINK";
2988
+ AppExecutionType2["DEEPLINK"] = "DEEPLINK";
2989
+ return AppExecutionType2;
2990
+ })(AppExecutionType || {});
2991
+ var DeeplinkFeature = /* @__PURE__ */ ((DeeplinkFeature2) => {
2992
+ DeeplinkFeature2["ADD_PAGE"] = "ADD_PAGE";
2993
+ DeeplinkFeature2["ADD_PANEL"] = "ADD_PANEL";
2994
+ return DeeplinkFeature2;
2995
+ })(DeeplinkFeature || {});
2977
2996
  var WebhookIdentityType = /* @__PURE__ */ ((WebhookIdentityType2) => {
2978
2997
  WebhookIdentityType2["UNKNOWN"] = "UNKNOWN";
2979
2998
  WebhookIdentityType2["ANONYMOUS_VISITOR"] = "ANONYMOUS_VISITOR";
@@ -3094,11 +3113,13 @@ export {
3094
3113
  ActionName as ActionNameOriginal,
3095
3114
  ActionSPIConfigInterfaceConfigurationType as ActionSPIConfigInterfaceConfigurationTypeOriginal,
3096
3115
  ActionType as ActionTypeOriginal,
3116
+ ActionsConfigSource as ActionsConfigSourceOriginal,
3097
3117
  AddressComponentType as AddressComponentTypeOriginal,
3098
3118
  AddressInfoTag as AddressInfoTagOriginal,
3099
3119
  AlgorithmType as AlgorithmTypeOriginal,
3100
3120
  Alignment as AlignmentOriginal,
3101
3121
  AndroidStyle as AndroidStyleOriginal,
3122
+ AppExecutionType as AppExecutionTypeOriginal,
3102
3123
  AppType as AppTypeOriginal,
3103
3124
  AppointmentFormat as AppointmentFormatOriginal,
3104
3125
  Archetype as ArchetypeOriginal,
@@ -3145,6 +3166,7 @@ export {
3145
3166
  DataExtensionSchemaState as DataExtensionSchemaStateOriginal,
3146
3167
  DataType as DataTypeOriginal,
3147
3168
  DecorationType as DecorationTypeOriginal,
3169
+ DeeplinkFeature as DeeplinkFeatureOriginal,
3148
3170
  DefaultCountryConfigType as DefaultCountryConfigTypeOriginal,
3149
3171
  Default as DefaultOriginal,
3150
3172
  DefaultTextStyle as DefaultTextStyleOriginal,