@wix/app-extensions 1.0.17 → 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.
@@ -218,6 +218,7 @@ __export(index_exports, {
218
218
  SchemaFieldFieldType: () => SchemaFieldFieldType,
219
219
  SchemaScope: () => SchemaScope,
220
220
  Scope: () => Scope,
221
+ ScopeType: () => ScopeType,
221
222
  ScriptType: () => ScriptType,
222
223
  SidebarDataType: () => SidebarDataType,
223
224
  SidebarEntityType: () => SidebarEntityType,
@@ -277,6 +278,7 @@ __export(index_exports, {
277
278
  WixCodePublishTaskName: () => WixCodePublishTaskName,
278
279
  WixFileComponentType: () => WixFileComponentType,
279
280
  WritingModeValue: () => WritingModeValue,
281
+ agentMakerApprovalProvider: () => agentMakerApprovalProvider,
280
282
  aiAssistant: () => aiAssistant,
281
283
  aiAssistantAction: () => aiAssistantAction,
282
284
  alertEnricher: () => alertEnricher,
@@ -286,6 +288,7 @@ __export(index_exports, {
286
288
  applicationAutomation: () => applicationAutomation,
287
289
  applicationProfile: () => applicationProfile,
288
290
  audienceProvider: () => audienceProvider,
291
+ automationTemplate: () => automationTemplate,
289
292
  automationTrigger: () => automationTrigger,
290
293
  automationsActionProvider: () => automationsActionProvider,
291
294
  automationsTriggerProvider: () => automationsTriggerProvider,
@@ -303,6 +306,7 @@ __export(index_exports, {
303
306
  backOfficeSidebarCategory: () => backOfficeSidebarCategory,
304
307
  backOfficeWidget: () => backOfficeWidget,
305
308
  backendWorker: () => backendWorker,
309
+ bassValidateCancelAction: () => bassValidateCancelAction,
306
310
  benefitProgramsPolicyProvider: () => benefitProgramsPolicyProvider,
307
311
  billingOperation: () => billingOperation,
308
312
  billingSettings: () => billingSettings,
@@ -391,7 +395,6 @@ __export(index_exports, {
391
395
  functionRecipe: () => functionRecipe,
392
396
  functionsAssistantTools: () => functionsAssistantTools,
393
397
  functionsShopPriceProvider: () => functionsShopPriceProvider,
394
- genericFunctionActivation: () => genericFunctionActivation,
395
398
  genericHooks: () => genericHooks,
396
399
  giftCardsProvider: () => giftCardsProvider,
397
400
  googleBusinessProfileFeatureProvider: () => googleBusinessProfileFeatureProvider,
@@ -432,6 +435,7 @@ __export(index_exports, {
432
435
  pingUserNotification: () => pingUserNotification,
433
436
  platform: () => platform,
434
437
  portfolioSyncedProjectsProvider: () => portfolioSyncedProjectsProvider,
438
+ premiumAction: () => premiumAction,
435
439
  premiumCustomCharges: () => premiumCustomCharges,
436
440
  premiumProductsPaths: () => premiumProductsPaths,
437
441
  premiumPurchaseValidations: () => premiumPurchaseValidations,
@@ -448,6 +452,7 @@ __export(index_exports, {
448
452
  sdkDefinition: () => sdkDefinition,
449
453
  sdkExports: () => sdkExports,
450
454
  seoKeywordsSuggestions: () => seoKeywordsSuggestions,
455
+ serviceTagsConfiguration: () => serviceTagsConfiguration,
451
456
  shippingLabelCarrier: () => shippingLabelCarrier,
452
457
  shubMarketplaceProvider: () => shubMarketplaceProvider,
453
458
  siteMapInfoProvider: () => siteMapInfoProvider,
@@ -492,6 +497,7 @@ __export(index_exports, {
492
497
  wixVibeComponent: () => wixVibeComponent,
493
498
  wixel: () => wixel,
494
499
  wixelBinding: () => wixelBinding,
500
+ wixelViewerRouterProvider: () => wixelViewerRouterProvider,
495
501
  worker: () => worker
496
502
  });
497
503
  module.exports = __toCommonJS(index_exports);
@@ -813,6 +819,7 @@ var ActionSPIConfigInterfaceConfigurationType = /* @__PURE__ */ ((ActionSPIConfi
813
819
  var IntegrationType = /* @__PURE__ */ ((IntegrationType2) => {
814
820
  IntegrationType2["UNKNOWN_INTEGRATION_TYPE"] = "UNKNOWN_INTEGRATION_TYPE";
815
821
  IntegrationType2["WIX_API"] = "WIX_API";
822
+ IntegrationType2["OPEN_API"] = "OPEN_API";
816
823
  return IntegrationType2;
817
824
  })(IntegrationType || {});
818
825
  var SourceType = /* @__PURE__ */ ((SourceType2) => {
@@ -1550,9 +1557,14 @@ var ComponentType = /* @__PURE__ */ ((ComponentType2) => {
1550
1557
  ComponentType2["APP_ROUTER"] = "APP_ROUTER";
1551
1558
  ComponentType2["WIXEL_BINDING"] = "WIXEL_BINDING";
1552
1559
  ComponentType2["SHUB_MARKETPLACE_PROVIDER"] = "SHUB_MARKETPLACE_PROVIDER";
1553
- ComponentType2["GENERIC_FUNCTION_ACTIVATION"] = "GENERIC_FUNCTION_ACTIVATION";
1554
1560
  ComponentType2["BOOKING_ACTION_URLS_PROVIDER"] = "BOOKING_ACTION_URLS_PROVIDER";
1555
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";
1556
1568
  return ComponentType2;
1557
1569
  })(ComponentType || {});
1558
1570
  var CalendarType = /* @__PURE__ */ ((CalendarType2) => {
@@ -3171,6 +3183,12 @@ var ConnectionMethod = /* @__PURE__ */ ((ConnectionMethod2) => {
3171
3183
  ConnectionMethod2["CREDENTIALS"] = "CREDENTIALS";
3172
3184
  return ConnectionMethod2;
3173
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 || {});
3174
3192
  var Exposure = /* @__PURE__ */ ((Exposure2) => {
3175
3193
  Exposure2["NONE_EXPOSURE"] = "NONE_EXPOSURE";
3176
3194
  Exposure2["PRIVATE_EXPOSURE"] = "PRIVATE_EXPOSURE";
@@ -5743,7 +5761,7 @@ function shubMarketplaceProvider({
5743
5761
  compData: { shubMarketplaceProvider: data }
5744
5762
  };
5745
5763
  }
5746
- function genericFunctionActivation({
5764
+ function bookingActionUrlsProvider({
5747
5765
  id,
5748
5766
  data,
5749
5767
  name
@@ -5751,11 +5769,11 @@ function genericFunctionActivation({
5751
5769
  return {
5752
5770
  compId: id,
5753
5771
  compName: name,
5754
- compType: "GENERIC_FUNCTION_ACTIVATION" /* GENERIC_FUNCTION_ACTIVATION */,
5755
- compData: { genericFunctionActivation: data }
5772
+ compType: "BOOKING_ACTION_URLS_PROVIDER" /* BOOKING_ACTION_URLS_PROVIDER */,
5773
+ compData: { bookingActionUrlsProvider: data }
5756
5774
  };
5757
5775
  }
5758
- function bookingActionUrlsProvider({
5776
+ function calendarConferencingProvider({
5759
5777
  id,
5760
5778
  data,
5761
5779
  name
@@ -5763,11 +5781,11 @@ function bookingActionUrlsProvider({
5763
5781
  return {
5764
5782
  compId: id,
5765
5783
  compName: name,
5766
- compType: "BOOKING_ACTION_URLS_PROVIDER" /* BOOKING_ACTION_URLS_PROVIDER */,
5767
- compData: { bookingActionUrlsProvider: data }
5784
+ compType: "CALENDAR_CONFERENCING_PROVIDER" /* CALENDAR_CONFERENCING_PROVIDER */,
5785
+ compData: { calendarConferencingProvider: data }
5768
5786
  };
5769
5787
  }
5770
- function calendarConferencingProvider({
5788
+ function bassValidateCancelAction({
5771
5789
  id,
5772
5790
  data,
5773
5791
  name
@@ -5775,8 +5793,68 @@ function calendarConferencingProvider({
5775
5793
  return {
5776
5794
  compId: id,
5777
5795
  compName: name,
5778
- compType: "CALENDAR_CONFERENCING_PROVIDER" /* CALENDAR_CONFERENCING_PROVIDER */,
5779
- 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 }
5780
5858
  };
5781
5859
  }
5782
5860
  // Annotate the CommonJS export names for ESM import in node:
@@ -5979,6 +6057,7 @@ function calendarConferencingProvider({
5979
6057
  SchemaFieldFieldType,
5980
6058
  SchemaScope,
5981
6059
  Scope,
6060
+ ScopeType,
5982
6061
  ScriptType,
5983
6062
  SidebarDataType,
5984
6063
  SidebarEntityType,
@@ -6038,6 +6117,7 @@ function calendarConferencingProvider({
6038
6117
  WixCodePublishTaskName,
6039
6118
  WixFileComponentType,
6040
6119
  WritingModeValue,
6120
+ agentMakerApprovalProvider,
6041
6121
  aiAssistant,
6042
6122
  aiAssistantAction,
6043
6123
  alertEnricher,
@@ -6047,6 +6127,7 @@ function calendarConferencingProvider({
6047
6127
  applicationAutomation,
6048
6128
  applicationProfile,
6049
6129
  audienceProvider,
6130
+ automationTemplate,
6050
6131
  automationTrigger,
6051
6132
  automationsActionProvider,
6052
6133
  automationsTriggerProvider,
@@ -6064,6 +6145,7 @@ function calendarConferencingProvider({
6064
6145
  backOfficeSidebarCategory,
6065
6146
  backOfficeWidget,
6066
6147
  backendWorker,
6148
+ bassValidateCancelAction,
6067
6149
  benefitProgramsPolicyProvider,
6068
6150
  billingOperation,
6069
6151
  billingSettings,
@@ -6152,7 +6234,6 @@ function calendarConferencingProvider({
6152
6234
  functionRecipe,
6153
6235
  functionsAssistantTools,
6154
6236
  functionsShopPriceProvider,
6155
- genericFunctionActivation,
6156
6237
  genericHooks,
6157
6238
  giftCardsProvider,
6158
6239
  googleBusinessProfileFeatureProvider,
@@ -6193,6 +6274,7 @@ function calendarConferencingProvider({
6193
6274
  pingUserNotification,
6194
6275
  platform,
6195
6276
  portfolioSyncedProjectsProvider,
6277
+ premiumAction,
6196
6278
  premiumCustomCharges,
6197
6279
  premiumProductsPaths,
6198
6280
  premiumPurchaseValidations,
@@ -6209,6 +6291,7 @@ function calendarConferencingProvider({
6209
6291
  sdkDefinition,
6210
6292
  sdkExports,
6211
6293
  seoKeywordsSuggestions,
6294
+ serviceTagsConfiguration,
6212
6295
  shippingLabelCarrier,
6213
6296
  shubMarketplaceProvider,
6214
6297
  siteMapInfoProvider,
@@ -6253,6 +6336,7 @@ function calendarConferencingProvider({
6253
6336
  wixVibeComponent,
6254
6337
  wixel,
6255
6338
  wixelBinding,
6339
+ wixelViewerRouterProvider,
6256
6340
  worker
6257
6341
  });
6258
6342
  //# sourceMappingURL=index.js.map