@wix/app-extensions 1.0.16 → 1.0.18

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.
@@ -172,6 +172,7 @@ __export(index_exports, {
172
172
  OperatorEnumOperator: () => OperatorEnumOperator,
173
173
  Order: () => Order,
174
174
  Orientation: () => Orientation,
175
+ Origin: () => Origin,
175
176
  OverrideEntityType: () => OverrideEntityType,
176
177
  PDFSettingsViewMode: () => PDFSettingsViewMode,
177
178
  PaginationMode: () => PaginationMode,
@@ -217,6 +218,7 @@ __export(index_exports, {
217
218
  SchemaFieldFieldType: () => SchemaFieldFieldType,
218
219
  SchemaScope: () => SchemaScope,
219
220
  Scope: () => Scope,
221
+ ScopeType: () => ScopeType,
220
222
  ScriptType: () => ScriptType,
221
223
  SidebarDataType: () => SidebarDataType,
222
224
  SidebarEntityType: () => SidebarEntityType,
@@ -276,6 +278,7 @@ __export(index_exports, {
276
278
  WixCodePublishTaskName: () => WixCodePublishTaskName,
277
279
  WixFileComponentType: () => WixFileComponentType,
278
280
  WritingModeValue: () => WritingModeValue,
281
+ agentMakerApprovalProvider: () => agentMakerApprovalProvider,
279
282
  aiAssistant: () => aiAssistant,
280
283
  aiAssistantAction: () => aiAssistantAction,
281
284
  alertEnricher: () => alertEnricher,
@@ -285,6 +288,7 @@ __export(index_exports, {
285
288
  applicationAutomation: () => applicationAutomation,
286
289
  applicationProfile: () => applicationProfile,
287
290
  audienceProvider: () => audienceProvider,
291
+ automationTemplate: () => automationTemplate,
288
292
  automationTrigger: () => automationTrigger,
289
293
  automationsActionProvider: () => automationsActionProvider,
290
294
  automationsTriggerProvider: () => automationsTriggerProvider,
@@ -302,6 +306,7 @@ __export(index_exports, {
302
306
  backOfficeSidebarCategory: () => backOfficeSidebarCategory,
303
307
  backOfficeWidget: () => backOfficeWidget,
304
308
  backendWorker: () => backendWorker,
309
+ bassValidateCancelAction: () => bassValidateCancelAction,
305
310
  benefitProgramsPolicyProvider: () => benefitProgramsPolicyProvider,
306
311
  billingOperation: () => billingOperation,
307
312
  billingSettings: () => billingSettings,
@@ -390,7 +395,6 @@ __export(index_exports, {
390
395
  functionRecipe: () => functionRecipe,
391
396
  functionsAssistantTools: () => functionsAssistantTools,
392
397
  functionsShopPriceProvider: () => functionsShopPriceProvider,
393
- genericFunctionActivation: () => genericFunctionActivation,
394
398
  genericHooks: () => genericHooks,
395
399
  giftCardsProvider: () => giftCardsProvider,
396
400
  googleBusinessProfileFeatureProvider: () => googleBusinessProfileFeatureProvider,
@@ -431,6 +435,7 @@ __export(index_exports, {
431
435
  pingUserNotification: () => pingUserNotification,
432
436
  platform: () => platform,
433
437
  portfolioSyncedProjectsProvider: () => portfolioSyncedProjectsProvider,
438
+ premiumAction: () => premiumAction,
434
439
  premiumCustomCharges: () => premiumCustomCharges,
435
440
  premiumProductsPaths: () => premiumProductsPaths,
436
441
  premiumPurchaseValidations: () => premiumPurchaseValidations,
@@ -447,6 +452,7 @@ __export(index_exports, {
447
452
  sdkDefinition: () => sdkDefinition,
448
453
  sdkExports: () => sdkExports,
449
454
  seoKeywordsSuggestions: () => seoKeywordsSuggestions,
455
+ serviceTagsConfiguration: () => serviceTagsConfiguration,
450
456
  shippingLabelCarrier: () => shippingLabelCarrier,
451
457
  shubMarketplaceProvider: () => shubMarketplaceProvider,
452
458
  siteMapInfoProvider: () => siteMapInfoProvider,
@@ -491,6 +497,7 @@ __export(index_exports, {
491
497
  wixVibeComponent: () => wixVibeComponent,
492
498
  wixel: () => wixel,
493
499
  wixelBinding: () => wixelBinding,
500
+ wixelViewerRouterProvider: () => wixelViewerRouterProvider,
494
501
  worker: () => worker
495
502
  });
496
503
  module.exports = __toCommonJS(index_exports);
@@ -812,6 +819,7 @@ var ActionSPIConfigInterfaceConfigurationType = /* @__PURE__ */ ((ActionSPIConfi
812
819
  var IntegrationType = /* @__PURE__ */ ((IntegrationType2) => {
813
820
  IntegrationType2["UNKNOWN_INTEGRATION_TYPE"] = "UNKNOWN_INTEGRATION_TYPE";
814
821
  IntegrationType2["WIX_API"] = "WIX_API";
822
+ IntegrationType2["OPEN_API"] = "OPEN_API";
815
823
  return IntegrationType2;
816
824
  })(IntegrationType || {});
817
825
  var SourceType = /* @__PURE__ */ ((SourceType2) => {
@@ -1307,6 +1315,11 @@ var LayoutDataImagePosition = /* @__PURE__ */ ((LayoutDataImagePosition2) => {
1307
1315
  LayoutDataImagePosition2["BOTTOM_RIGHT"] = "BOTTOM_RIGHT";
1308
1316
  return LayoutDataImagePosition2;
1309
1317
  })(LayoutDataImagePosition || {});
1318
+ var Origin = /* @__PURE__ */ ((Origin2) => {
1319
+ Origin2["IMAGE"] = "IMAGE";
1320
+ Origin2["LAYOUT"] = "LAYOUT";
1321
+ return Origin2;
1322
+ })(Origin || {});
1310
1323
  var VerticalAlignmentAlignment = /* @__PURE__ */ ((VerticalAlignmentAlignment2) => {
1311
1324
  VerticalAlignmentAlignment2["TOP"] = "TOP";
1312
1325
  VerticalAlignmentAlignment2["MIDDLE"] = "MIDDLE";
@@ -1544,9 +1557,14 @@ var ComponentType = /* @__PURE__ */ ((ComponentType2) => {
1544
1557
  ComponentType2["APP_ROUTER"] = "APP_ROUTER";
1545
1558
  ComponentType2["WIXEL_BINDING"] = "WIXEL_BINDING";
1546
1559
  ComponentType2["SHUB_MARKETPLACE_PROVIDER"] = "SHUB_MARKETPLACE_PROVIDER";
1547
- ComponentType2["GENERIC_FUNCTION_ACTIVATION"] = "GENERIC_FUNCTION_ACTIVATION";
1548
1560
  ComponentType2["BOOKING_ACTION_URLS_PROVIDER"] = "BOOKING_ACTION_URLS_PROVIDER";
1549
1561
  ComponentType2["CALENDAR_CONFERENCING_PROVIDER"] = "CALENDAR_CONFERENCING_PROVIDER";
1562
+ ComponentType2["BASS_VALIDATE_CANCEL_ACTION"] = "BASS_VALIDATE_CANCEL_ACTION";
1563
+ ComponentType2["WIXEL_VIEWER_ROUTER_PROVIDER"] = "WIXEL_VIEWER_ROUTER_PROVIDER";
1564
+ ComponentType2["PREMIUM_ACTION"] = "PREMIUM_ACTION";
1565
+ ComponentType2["AUTOMATION_TEMPLATE"] = "AUTOMATION_TEMPLATE";
1566
+ ComponentType2["AGENT_MAKER_APPROVAL_PROVIDER"] = "AGENT_MAKER_APPROVAL_PROVIDER";
1567
+ ComponentType2["SERVICE_TAGS_CONFIGURATION"] = "SERVICE_TAGS_CONFIGURATION";
1550
1568
  return ComponentType2;
1551
1569
  })(ComponentType || {});
1552
1570
  var CalendarType = /* @__PURE__ */ ((CalendarType2) => {
@@ -3165,6 +3183,12 @@ var ConnectionMethod = /* @__PURE__ */ ((ConnectionMethod2) => {
3165
3183
  ConnectionMethod2["CREDENTIALS"] = "CREDENTIALS";
3166
3184
  return ConnectionMethod2;
3167
3185
  })(ConnectionMethod || {});
3186
+ var ScopeType = /* @__PURE__ */ ((ScopeType2) => {
3187
+ ScopeType2["UNKNOWN_SCOPE_TYPE"] = "UNKNOWN_SCOPE_TYPE";
3188
+ ScopeType2["TASK"] = "TASK";
3189
+ ScopeType2["AUTOMATION_ACTION"] = "AUTOMATION_ACTION";
3190
+ return ScopeType2;
3191
+ })(ScopeType || {});
3168
3192
  var Exposure = /* @__PURE__ */ ((Exposure2) => {
3169
3193
  Exposure2["NONE_EXPOSURE"] = "NONE_EXPOSURE";
3170
3194
  Exposure2["PRIVATE_EXPOSURE"] = "PRIVATE_EXPOSURE";
@@ -5737,7 +5761,7 @@ function shubMarketplaceProvider({
5737
5761
  compData: { shubMarketplaceProvider: data }
5738
5762
  };
5739
5763
  }
5740
- function genericFunctionActivation({
5764
+ function bookingActionUrlsProvider({
5741
5765
  id,
5742
5766
  data,
5743
5767
  name
@@ -5745,11 +5769,11 @@ function genericFunctionActivation({
5745
5769
  return {
5746
5770
  compId: id,
5747
5771
  compName: name,
5748
- compType: "GENERIC_FUNCTION_ACTIVATION" /* GENERIC_FUNCTION_ACTIVATION */,
5749
- compData: { genericFunctionActivation: data }
5772
+ compType: "BOOKING_ACTION_URLS_PROVIDER" /* BOOKING_ACTION_URLS_PROVIDER */,
5773
+ compData: { bookingActionUrlsProvider: data }
5750
5774
  };
5751
5775
  }
5752
- function bookingActionUrlsProvider({
5776
+ function calendarConferencingProvider({
5753
5777
  id,
5754
5778
  data,
5755
5779
  name
@@ -5757,11 +5781,11 @@ function bookingActionUrlsProvider({
5757
5781
  return {
5758
5782
  compId: id,
5759
5783
  compName: name,
5760
- compType: "BOOKING_ACTION_URLS_PROVIDER" /* BOOKING_ACTION_URLS_PROVIDER */,
5761
- compData: { bookingActionUrlsProvider: data }
5784
+ compType: "CALENDAR_CONFERENCING_PROVIDER" /* CALENDAR_CONFERENCING_PROVIDER */,
5785
+ compData: { calendarConferencingProvider: data }
5762
5786
  };
5763
5787
  }
5764
- function calendarConferencingProvider({
5788
+ function bassValidateCancelAction({
5765
5789
  id,
5766
5790
  data,
5767
5791
  name
@@ -5769,8 +5793,68 @@ function calendarConferencingProvider({
5769
5793
  return {
5770
5794
  compId: id,
5771
5795
  compName: name,
5772
- compType: "CALENDAR_CONFERENCING_PROVIDER" /* CALENDAR_CONFERENCING_PROVIDER */,
5773
- compData: { calendarConferencingProvider: data }
5796
+ compType: "BASS_VALIDATE_CANCEL_ACTION" /* BASS_VALIDATE_CANCEL_ACTION */,
5797
+ compData: { bassValidateCancelAction: data }
5798
+ };
5799
+ }
5800
+ function wixelViewerRouterProvider({
5801
+ id,
5802
+ data,
5803
+ name
5804
+ }) {
5805
+ return {
5806
+ compId: id,
5807
+ compName: name,
5808
+ compType: "WIXEL_VIEWER_ROUTER_PROVIDER" /* WIXEL_VIEWER_ROUTER_PROVIDER */,
5809
+ compData: { wixelViewerRouterProvider: data }
5810
+ };
5811
+ }
5812
+ function premiumAction({
5813
+ id,
5814
+ data,
5815
+ name
5816
+ }) {
5817
+ return {
5818
+ compId: id,
5819
+ compName: name,
5820
+ compType: "PREMIUM_ACTION" /* PREMIUM_ACTION */,
5821
+ compData: { premiumAction: data }
5822
+ };
5823
+ }
5824
+ function automationTemplate({
5825
+ id,
5826
+ data,
5827
+ name
5828
+ }) {
5829
+ return {
5830
+ compId: id,
5831
+ compName: name,
5832
+ compType: "AUTOMATION_TEMPLATE" /* AUTOMATION_TEMPLATE */,
5833
+ compData: { automationTemplate: data }
5834
+ };
5835
+ }
5836
+ function agentMakerApprovalProvider({
5837
+ id,
5838
+ data,
5839
+ name
5840
+ }) {
5841
+ return {
5842
+ compId: id,
5843
+ compName: name,
5844
+ compType: "AGENT_MAKER_APPROVAL_PROVIDER" /* AGENT_MAKER_APPROVAL_PROVIDER */,
5845
+ compData: { agentMakerApprovalProvider: data }
5846
+ };
5847
+ }
5848
+ function serviceTagsConfiguration({
5849
+ id,
5850
+ data,
5851
+ name
5852
+ }) {
5853
+ return {
5854
+ compId: id,
5855
+ compName: name,
5856
+ compType: "SERVICE_TAGS_CONFIGURATION" /* SERVICE_TAGS_CONFIGURATION */,
5857
+ compData: { serviceTagsConfiguration: data }
5774
5858
  };
5775
5859
  }
5776
5860
  // Annotate the CommonJS export names for ESM import in node:
@@ -5927,6 +6011,7 @@ function calendarConferencingProvider({
5927
6011
  OperatorEnumOperator,
5928
6012
  Order,
5929
6013
  Orientation,
6014
+ Origin,
5930
6015
  OverrideEntityType,
5931
6016
  PDFSettingsViewMode,
5932
6017
  PaginationMode,
@@ -5972,6 +6057,7 @@ function calendarConferencingProvider({
5972
6057
  SchemaFieldFieldType,
5973
6058
  SchemaScope,
5974
6059
  Scope,
6060
+ ScopeType,
5975
6061
  ScriptType,
5976
6062
  SidebarDataType,
5977
6063
  SidebarEntityType,
@@ -6031,6 +6117,7 @@ function calendarConferencingProvider({
6031
6117
  WixCodePublishTaskName,
6032
6118
  WixFileComponentType,
6033
6119
  WritingModeValue,
6120
+ agentMakerApprovalProvider,
6034
6121
  aiAssistant,
6035
6122
  aiAssistantAction,
6036
6123
  alertEnricher,
@@ -6040,6 +6127,7 @@ function calendarConferencingProvider({
6040
6127
  applicationAutomation,
6041
6128
  applicationProfile,
6042
6129
  audienceProvider,
6130
+ automationTemplate,
6043
6131
  automationTrigger,
6044
6132
  automationsActionProvider,
6045
6133
  automationsTriggerProvider,
@@ -6057,6 +6145,7 @@ function calendarConferencingProvider({
6057
6145
  backOfficeSidebarCategory,
6058
6146
  backOfficeWidget,
6059
6147
  backendWorker,
6148
+ bassValidateCancelAction,
6060
6149
  benefitProgramsPolicyProvider,
6061
6150
  billingOperation,
6062
6151
  billingSettings,
@@ -6145,7 +6234,6 @@ function calendarConferencingProvider({
6145
6234
  functionRecipe,
6146
6235
  functionsAssistantTools,
6147
6236
  functionsShopPriceProvider,
6148
- genericFunctionActivation,
6149
6237
  genericHooks,
6150
6238
  giftCardsProvider,
6151
6239
  googleBusinessProfileFeatureProvider,
@@ -6186,6 +6274,7 @@ function calendarConferencingProvider({
6186
6274
  pingUserNotification,
6187
6275
  platform,
6188
6276
  portfolioSyncedProjectsProvider,
6277
+ premiumAction,
6189
6278
  premiumCustomCharges,
6190
6279
  premiumProductsPaths,
6191
6280
  premiumPurchaseValidations,
@@ -6202,6 +6291,7 @@ function calendarConferencingProvider({
6202
6291
  sdkDefinition,
6203
6292
  sdkExports,
6204
6293
  seoKeywordsSuggestions,
6294
+ serviceTagsConfiguration,
6205
6295
  shippingLabelCarrier,
6206
6296
  shubMarketplaceProvider,
6207
6297
  siteMapInfoProvider,
@@ -6246,6 +6336,7 @@ function calendarConferencingProvider({
6246
6336
  wixVibeComponent,
6247
6337
  wixel,
6248
6338
  wixelBinding,
6339
+ wixelViewerRouterProvider,
6249
6340
  worker
6250
6341
  });
6251
6342
  //# sourceMappingURL=index.js.map