@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.
@@ -315,6 +315,7 @@ var ActionSPIConfigInterfaceConfigurationType = /* @__PURE__ */ ((ActionSPIConfi
315
315
  var IntegrationType = /* @__PURE__ */ ((IntegrationType2) => {
316
316
  IntegrationType2["UNKNOWN_INTEGRATION_TYPE"] = "UNKNOWN_INTEGRATION_TYPE";
317
317
  IntegrationType2["WIX_API"] = "WIX_API";
318
+ IntegrationType2["OPEN_API"] = "OPEN_API";
318
319
  return IntegrationType2;
319
320
  })(IntegrationType || {});
320
321
  var SourceType = /* @__PURE__ */ ((SourceType2) => {
@@ -810,6 +811,11 @@ var LayoutDataImagePosition = /* @__PURE__ */ ((LayoutDataImagePosition2) => {
810
811
  LayoutDataImagePosition2["BOTTOM_RIGHT"] = "BOTTOM_RIGHT";
811
812
  return LayoutDataImagePosition2;
812
813
  })(LayoutDataImagePosition || {});
814
+ var Origin = /* @__PURE__ */ ((Origin2) => {
815
+ Origin2["IMAGE"] = "IMAGE";
816
+ Origin2["LAYOUT"] = "LAYOUT";
817
+ return Origin2;
818
+ })(Origin || {});
813
819
  var VerticalAlignmentAlignment = /* @__PURE__ */ ((VerticalAlignmentAlignment2) => {
814
820
  VerticalAlignmentAlignment2["TOP"] = "TOP";
815
821
  VerticalAlignmentAlignment2["MIDDLE"] = "MIDDLE";
@@ -1047,9 +1053,14 @@ var ComponentType = /* @__PURE__ */ ((ComponentType2) => {
1047
1053
  ComponentType2["APP_ROUTER"] = "APP_ROUTER";
1048
1054
  ComponentType2["WIXEL_BINDING"] = "WIXEL_BINDING";
1049
1055
  ComponentType2["SHUB_MARKETPLACE_PROVIDER"] = "SHUB_MARKETPLACE_PROVIDER";
1050
- ComponentType2["GENERIC_FUNCTION_ACTIVATION"] = "GENERIC_FUNCTION_ACTIVATION";
1051
1056
  ComponentType2["BOOKING_ACTION_URLS_PROVIDER"] = "BOOKING_ACTION_URLS_PROVIDER";
1052
1057
  ComponentType2["CALENDAR_CONFERENCING_PROVIDER"] = "CALENDAR_CONFERENCING_PROVIDER";
1058
+ ComponentType2["BASS_VALIDATE_CANCEL_ACTION"] = "BASS_VALIDATE_CANCEL_ACTION";
1059
+ ComponentType2["WIXEL_VIEWER_ROUTER_PROVIDER"] = "WIXEL_VIEWER_ROUTER_PROVIDER";
1060
+ ComponentType2["PREMIUM_ACTION"] = "PREMIUM_ACTION";
1061
+ ComponentType2["AUTOMATION_TEMPLATE"] = "AUTOMATION_TEMPLATE";
1062
+ ComponentType2["AGENT_MAKER_APPROVAL_PROVIDER"] = "AGENT_MAKER_APPROVAL_PROVIDER";
1063
+ ComponentType2["SERVICE_TAGS_CONFIGURATION"] = "SERVICE_TAGS_CONFIGURATION";
1053
1064
  return ComponentType2;
1054
1065
  })(ComponentType || {});
1055
1066
  var CalendarType = /* @__PURE__ */ ((CalendarType2) => {
@@ -2668,6 +2679,12 @@ var ConnectionMethod = /* @__PURE__ */ ((ConnectionMethod2) => {
2668
2679
  ConnectionMethod2["CREDENTIALS"] = "CREDENTIALS";
2669
2680
  return ConnectionMethod2;
2670
2681
  })(ConnectionMethod || {});
2682
+ var ScopeType = /* @__PURE__ */ ((ScopeType2) => {
2683
+ ScopeType2["UNKNOWN_SCOPE_TYPE"] = "UNKNOWN_SCOPE_TYPE";
2684
+ ScopeType2["TASK"] = "TASK";
2685
+ ScopeType2["AUTOMATION_ACTION"] = "AUTOMATION_ACTION";
2686
+ return ScopeType2;
2687
+ })(ScopeType || {});
2671
2688
  var Exposure = /* @__PURE__ */ ((Exposure2) => {
2672
2689
  Exposure2["NONE_EXPOSURE"] = "NONE_EXPOSURE";
2673
2690
  Exposure2["PRIVATE_EXPOSURE"] = "PRIVATE_EXPOSURE";
@@ -5240,7 +5257,7 @@ function shubMarketplaceProvider({
5240
5257
  compData: { shubMarketplaceProvider: data }
5241
5258
  };
5242
5259
  }
5243
- function genericFunctionActivation({
5260
+ function bookingActionUrlsProvider({
5244
5261
  id,
5245
5262
  data,
5246
5263
  name
@@ -5248,11 +5265,11 @@ function genericFunctionActivation({
5248
5265
  return {
5249
5266
  compId: id,
5250
5267
  compName: name,
5251
- compType: "GENERIC_FUNCTION_ACTIVATION" /* GENERIC_FUNCTION_ACTIVATION */,
5252
- compData: { genericFunctionActivation: data }
5268
+ compType: "BOOKING_ACTION_URLS_PROVIDER" /* BOOKING_ACTION_URLS_PROVIDER */,
5269
+ compData: { bookingActionUrlsProvider: data }
5253
5270
  };
5254
5271
  }
5255
- function bookingActionUrlsProvider({
5272
+ function calendarConferencingProvider({
5256
5273
  id,
5257
5274
  data,
5258
5275
  name
@@ -5260,11 +5277,11 @@ function bookingActionUrlsProvider({
5260
5277
  return {
5261
5278
  compId: id,
5262
5279
  compName: name,
5263
- compType: "BOOKING_ACTION_URLS_PROVIDER" /* BOOKING_ACTION_URLS_PROVIDER */,
5264
- compData: { bookingActionUrlsProvider: data }
5280
+ compType: "CALENDAR_CONFERENCING_PROVIDER" /* CALENDAR_CONFERENCING_PROVIDER */,
5281
+ compData: { calendarConferencingProvider: data }
5265
5282
  };
5266
5283
  }
5267
- function calendarConferencingProvider({
5284
+ function bassValidateCancelAction({
5268
5285
  id,
5269
5286
  data,
5270
5287
  name
@@ -5272,8 +5289,68 @@ function calendarConferencingProvider({
5272
5289
  return {
5273
5290
  compId: id,
5274
5291
  compName: name,
5275
- compType: "CALENDAR_CONFERENCING_PROVIDER" /* CALENDAR_CONFERENCING_PROVIDER */,
5276
- compData: { calendarConferencingProvider: data }
5292
+ compType: "BASS_VALIDATE_CANCEL_ACTION" /* BASS_VALIDATE_CANCEL_ACTION */,
5293
+ compData: { bassValidateCancelAction: data }
5294
+ };
5295
+ }
5296
+ function wixelViewerRouterProvider({
5297
+ id,
5298
+ data,
5299
+ name
5300
+ }) {
5301
+ return {
5302
+ compId: id,
5303
+ compName: name,
5304
+ compType: "WIXEL_VIEWER_ROUTER_PROVIDER" /* WIXEL_VIEWER_ROUTER_PROVIDER */,
5305
+ compData: { wixelViewerRouterProvider: data }
5306
+ };
5307
+ }
5308
+ function premiumAction({
5309
+ id,
5310
+ data,
5311
+ name
5312
+ }) {
5313
+ return {
5314
+ compId: id,
5315
+ compName: name,
5316
+ compType: "PREMIUM_ACTION" /* PREMIUM_ACTION */,
5317
+ compData: { premiumAction: data }
5318
+ };
5319
+ }
5320
+ function automationTemplate({
5321
+ id,
5322
+ data,
5323
+ name
5324
+ }) {
5325
+ return {
5326
+ compId: id,
5327
+ compName: name,
5328
+ compType: "AUTOMATION_TEMPLATE" /* AUTOMATION_TEMPLATE */,
5329
+ compData: { automationTemplate: data }
5330
+ };
5331
+ }
5332
+ function agentMakerApprovalProvider({
5333
+ id,
5334
+ data,
5335
+ name
5336
+ }) {
5337
+ return {
5338
+ compId: id,
5339
+ compName: name,
5340
+ compType: "AGENT_MAKER_APPROVAL_PROVIDER" /* AGENT_MAKER_APPROVAL_PROVIDER */,
5341
+ compData: { agentMakerApprovalProvider: data }
5342
+ };
5343
+ }
5344
+ function serviceTagsConfiguration({
5345
+ id,
5346
+ data,
5347
+ name
5348
+ }) {
5349
+ return {
5350
+ compId: id,
5351
+ compName: name,
5352
+ compType: "SERVICE_TAGS_CONFIGURATION" /* SERVICE_TAGS_CONFIGURATION */,
5353
+ compData: { serviceTagsConfiguration: data }
5277
5354
  };
5278
5355
  }
5279
5356
  export {
@@ -5429,6 +5506,7 @@ export {
5429
5506
  OperatorEnumOperator,
5430
5507
  Order,
5431
5508
  Orientation,
5509
+ Origin,
5432
5510
  OverrideEntityType,
5433
5511
  PDFSettingsViewMode,
5434
5512
  PaginationMode,
@@ -5474,6 +5552,7 @@ export {
5474
5552
  SchemaFieldFieldType,
5475
5553
  SchemaScope,
5476
5554
  Scope,
5555
+ ScopeType,
5477
5556
  ScriptType,
5478
5557
  SidebarDataType,
5479
5558
  SidebarEntityType,
@@ -5533,6 +5612,7 @@ export {
5533
5612
  WixCodePublishTaskName,
5534
5613
  WixFileComponentType,
5535
5614
  WritingModeValue,
5615
+ agentMakerApprovalProvider,
5536
5616
  aiAssistant,
5537
5617
  aiAssistantAction,
5538
5618
  alertEnricher,
@@ -5542,6 +5622,7 @@ export {
5542
5622
  applicationAutomation,
5543
5623
  applicationProfile,
5544
5624
  audienceProvider,
5625
+ automationTemplate,
5545
5626
  automationTrigger,
5546
5627
  automationsActionProvider,
5547
5628
  automationsTriggerProvider,
@@ -5559,6 +5640,7 @@ export {
5559
5640
  backOfficeSidebarCategory,
5560
5641
  backOfficeWidget,
5561
5642
  backendWorker,
5643
+ bassValidateCancelAction,
5562
5644
  benefitProgramsPolicyProvider,
5563
5645
  billingOperation,
5564
5646
  billingSettings,
@@ -5647,7 +5729,6 @@ export {
5647
5729
  functionRecipe,
5648
5730
  functionsAssistantTools,
5649
5731
  functionsShopPriceProvider,
5650
- genericFunctionActivation,
5651
5732
  genericHooks,
5652
5733
  giftCardsProvider,
5653
5734
  googleBusinessProfileFeatureProvider,
@@ -5688,6 +5769,7 @@ export {
5688
5769
  pingUserNotification,
5689
5770
  platform,
5690
5771
  portfolioSyncedProjectsProvider,
5772
+ premiumAction,
5691
5773
  premiumCustomCharges,
5692
5774
  premiumProductsPaths,
5693
5775
  premiumPurchaseValidations,
@@ -5704,6 +5786,7 @@ export {
5704
5786
  sdkDefinition,
5705
5787
  sdkExports,
5706
5788
  seoKeywordsSuggestions,
5789
+ serviceTagsConfiguration,
5707
5790
  shippingLabelCarrier,
5708
5791
  shubMarketplaceProvider,
5709
5792
  siteMapInfoProvider,
@@ -5748,6 +5831,7 @@ export {
5748
5831
  wixVibeComponent,
5749
5832
  wixel,
5750
5833
  wixelBinding,
5834
+ wixelViewerRouterProvider,
5751
5835
  worker
5752
5836
  };
5753
5837
  //# sourceMappingURL=index.mjs.map