@wix/app-extensions 1.0.0

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.
@@ -0,0 +1,3012 @@
1
+ "use strict";
2
+ var __defProp = Object.defineProperty;
3
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
4
+ var __getOwnPropNames = Object.getOwnPropertyNames;
5
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
6
+ var __export = (target, all) => {
7
+ for (var name in all)
8
+ __defProp(target, name, { get: all[name], enumerable: true });
9
+ };
10
+ var __copyProps = (to, from, except, desc) => {
11
+ if (from && typeof from === "object" || typeof from === "function") {
12
+ for (let key of __getOwnPropNames(from))
13
+ if (!__hasOwnProp.call(to, key) && key !== except)
14
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
15
+ }
16
+ return to;
17
+ };
18
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
19
+
20
+ // index.ts
21
+ var index_exports = {};
22
+ __export(index_exports, {
23
+ aiAssistant: () => aiAssistant,
24
+ aiAssistantAction: () => aiAssistantAction,
25
+ alertEnricher: () => alertEnricher,
26
+ analyticsProductCatalog: () => analyticsProductCatalog,
27
+ appConfig: () => appConfig,
28
+ appRouter: () => appRouter,
29
+ applicationAutomation: () => applicationAutomation,
30
+ applicationProfile: () => applicationProfile,
31
+ audienceProvider: () => audienceProvider,
32
+ automationTrigger: () => automationTrigger,
33
+ automationsActionProvider: () => automationsActionProvider,
34
+ automationsTriggerProvider: () => automationsTriggerProvider,
35
+ automationsVeloActionProvider: () => automationsVeloActionProvider,
36
+ availabilityTimeSlotsConfigurationProvider: () => availabilityTimeSlotsConfigurationProvider,
37
+ backOfficeCustomization: () => backOfficeCustomization,
38
+ backOfficeExtension: () => backOfficeExtension,
39
+ backOfficeExtensionContainer: () => backOfficeExtensionContainer,
40
+ backOfficeExtensionMenuItem: () => backOfficeExtensionMenuItem,
41
+ backOfficeExtensionWidget: () => backOfficeExtensionWidget,
42
+ backOfficeExternalUrl: () => backOfficeExternalUrl,
43
+ backOfficeModal: () => backOfficeModal,
44
+ backOfficePage: () => backOfficePage,
45
+ backOfficeRestrictedCustomization: () => backOfficeRestrictedCustomization,
46
+ backOfficeSidebarCategory: () => backOfficeSidebarCategory,
47
+ backOfficeWidget: () => backOfficeWidget,
48
+ backendWorker: () => backendWorker,
49
+ benefitProgramsPolicyProvider: () => benefitProgramsPolicyProvider,
50
+ billingOperation: () => billingOperation,
51
+ billingSettings: () => billingSettings,
52
+ billingTaxIdValidator: () => billingTaxIdValidator,
53
+ blogPaywallProvider: () => blogPaywallProvider,
54
+ bookingAutomationsConfiguration: () => bookingAutomationsConfiguration,
55
+ bookingPolicyProvider: () => bookingPolicyProvider,
56
+ bookingsExternalCalendarProvider: () => bookingsExternalCalendarProvider,
57
+ bookingsPlatformConfiguration: () => bookingsPlatformConfiguration,
58
+ bookingsPricingProvider: () => bookingsPricingProvider,
59
+ bookingsResourceTypesProvider: () => bookingsResourceTypesProvider,
60
+ bookingsValidationProvider: () => bookingsValidationProvider,
61
+ broadcastList: () => broadcastList,
62
+ browserStorage: () => browserStorage,
63
+ calendarEventTypeProvider: () => calendarEventTypeProvider,
64
+ calendarEventValidationProvider: () => calendarEventValidationProvider,
65
+ clientSideService: () => clientSideService,
66
+ codePackage: () => codePackage,
67
+ commentsContextProvider: () => commentsContextProvider,
68
+ commentsFilterProvider: () => commentsFilterProvider,
69
+ commentsModerationProvider: () => commentsModerationProvider,
70
+ communicationChannel: () => communicationChannel,
71
+ communicationChannelProvider: () => communicationChannelProvider,
72
+ componentEnricherProvider: () => componentEnricherProvider,
73
+ componentReferenceDataProvider: () => componentReferenceDataProvider,
74
+ componentsTranslationsAdditionalFieldsProvider: () => componentsTranslationsAdditionalFieldsProvider,
75
+ componentsValidatorProvider: () => componentsValidatorProvider,
76
+ contactLabels: () => contactLabels,
77
+ contactNotification: () => contactNotification,
78
+ contactsSegmentsV2FilterProvider: () => contactsSegmentsV2FilterProvider,
79
+ crossSell: () => crossSell,
80
+ customElementWidget: () => customElementWidget,
81
+ customTableReservationsProvider: () => customTableReservationsProvider,
82
+ dashboard: () => dashboard,
83
+ dashboardApplication: () => dashboardApplication,
84
+ dashboardPlatform: () => dashboardPlatform,
85
+ dataComponent: () => dataComponent,
86
+ dataExtensions: () => dataExtensions,
87
+ dcConfig: () => dcConfig,
88
+ dealerAdaptiveComponentProvider: () => dealerAdaptiveComponentProvider,
89
+ dealerExternalFilterProvider: () => dealerExternalFilterProvider,
90
+ deploymentPipelineProvider: () => deploymentPipelineProvider,
91
+ devCenterTestingComponent: () => devCenterTestingComponent,
92
+ ecomAdditionalFees: () => ecomAdditionalFees,
93
+ ecomCatalog: () => ecomCatalog,
94
+ ecomCheckoutContent: () => ecomCheckoutContent,
95
+ ecomCustomScope: () => ecomCustomScope,
96
+ ecomDefaultTaxationCategory: () => ecomDefaultTaxationCategory,
97
+ ecomDiscounts: () => ecomDiscounts,
98
+ ecomDiscountsTrigger: () => ecomDiscountsTrigger,
99
+ ecomDropshippingProvider: () => ecomDropshippingProvider,
100
+ ecomForms: () => ecomForms,
101
+ ecomInventory: () => ecomInventory,
102
+ ecomLineItemsEnricher: () => ecomLineItemsEnricher,
103
+ ecomMemberships: () => ecomMemberships,
104
+ ecomPaymentSettings: () => ecomPaymentSettings,
105
+ ecomRecommendationsProvider: () => ecomRecommendationsProvider,
106
+ ecomShippingRates: () => ecomShippingRates,
107
+ ecomTaxCalculatorSpi: () => ecomTaxCalculatorSpi,
108
+ ecomValidations: () => ecomValidations,
109
+ editorAddon: () => editorAddon,
110
+ editorAppPreviewsPoc: () => editorAppPreviewsPoc,
111
+ editorContextProvider: () => editorContextProvider,
112
+ editorFunctionLibrary: () => editorFunctionLibrary,
113
+ editorReactComponent: () => editorReactComponent,
114
+ embeddedScript: () => embeddedScript,
115
+ eventTimeSlotsConfigurationProvider: () => eventTimeSlotsConfigurationProvider,
116
+ eventsEventBadges: () => eventsEventBadges,
117
+ eventsTicketReservations: () => eventsTicketReservations,
118
+ extension: () => extension,
119
+ externalDatabaseProvider: () => externalDatabaseProvider,
120
+ fictionalShippingProvider: () => fictionalShippingProvider,
121
+ formSchemaDynamicValues: () => formSchemaDynamicValues,
122
+ formSubmissionModeration: () => formSubmissionModeration,
123
+ formTemplate: () => formTemplate,
124
+ formsExtensionProvider: () => formsExtensionProvider,
125
+ formsSchemaProvider: () => formsSchemaProvider,
126
+ formsSpamSubmissionReportsProvider: () => formsSpamSubmissionReportsProvider,
127
+ formsSpamSubmissionsProvider: () => formsSpamSubmissionsProvider,
128
+ formsSubmissionsExtensionProvider: () => formsSubmissionsExtensionProvider,
129
+ formsSubmissionsProvider: () => formsSubmissionsProvider,
130
+ functionEcomDiscountTriggerEligibilityProvider: () => functionEcomDiscountTriggerEligibilityProvider,
131
+ functionExtension: () => functionExtension,
132
+ functionRecipe: () => functionRecipe,
133
+ functionsAssistantTools: () => functionsAssistantTools,
134
+ functionsShopPriceProvider: () => functionsShopPriceProvider,
135
+ genericHooks: () => genericHooks,
136
+ giftCardsProvider: () => giftCardsProvider,
137
+ googleBusinessProfileFeatureProvider: () => googleBusinessProfileFeatureProvider,
138
+ gridAppFilesTransformer: () => gridAppFilesTransformer,
139
+ headlessOauth: () => headlessOauth,
140
+ identityAuthenticator: () => identityAuthenticator,
141
+ identityFactor: () => identityFactor,
142
+ identityIdpConnector: () => identityIdpConnector,
143
+ identityPostLogin: () => identityPostLogin,
144
+ identityPreRegistration: () => identityPreRegistration,
145
+ invoicesActions: () => invoicesActions,
146
+ invoicesProvider: () => invoicesProvider,
147
+ itemsSelectionProvider: () => itemsSelectionProvider,
148
+ legendsPersonaConfiguration: () => legendsPersonaConfiguration,
149
+ localDelivery: () => localDelivery,
150
+ loyaltyCustomRewards: () => loyaltyCustomRewards,
151
+ loyaltyCustomRewardsV2: () => loyaltyCustomRewardsV2,
152
+ monitoring: () => monitoring,
153
+ multiServiceBookingPolicyProvider: () => multiServiceBookingPolicyProvider,
154
+ multilingualContentProvider: () => multilingualContentProvider,
155
+ multilingualTranslationSchema: () => multilingualTranslationSchema,
156
+ multilingualTranslationSchemaGroup: () => multilingualTranslationSchemaGroup,
157
+ multipleDashboards: () => multipleDashboards,
158
+ notificationContent: () => notificationContent,
159
+ notificationPreferencesFilterProvider: () => notificationPreferencesFilterProvider,
160
+ notificationTopic: () => notificationTopic,
161
+ page: () => page,
162
+ pageOutOfIframe: () => pageOutOfIframe,
163
+ panel: () => panel,
164
+ papiProvider: () => papiProvider,
165
+ partnersPayouts: () => partnersPayouts,
166
+ patternsWizard: () => patternsWizard,
167
+ paymentProvider: () => paymentProvider,
168
+ paymentsDisputeServicePlugin: () => paymentsDisputeServicePlugin,
169
+ paymentsGateway: () => paymentsGateway,
170
+ pingSettingsGroup: () => pingSettingsGroup,
171
+ pingUouNotification: () => pingUouNotification,
172
+ pingUserNotification: () => pingUserNotification,
173
+ platform: () => platform,
174
+ portfolioSyncedProjectsProvider: () => portfolioSyncedProjectsProvider,
175
+ premiumCustomCharges: () => premiumCustomCharges,
176
+ premiumProductsPaths: () => premiumProductsPaths,
177
+ premiumPurchaseValidations: () => premiumPurchaseValidations,
178
+ pricingPlanStartDateLimits: () => pricingPlanStartDateLimits,
179
+ pricingPlanStartDateRules: () => pricingPlanStartDateRules,
180
+ pricingPlansFees: () => pricingPlansFees,
181
+ pricingPlansFormConfiguration: () => pricingPlansFormConfiguration,
182
+ pricingPlansPrice: () => pricingPlansPrice,
183
+ proposalEditorProvider: () => proposalEditorProvider,
184
+ providerSuppressionServicePlugin: () => providerSuppressionServicePlugin,
185
+ reserved: () => reserved,
186
+ restaurantsPos: () => restaurantsPos,
187
+ restaurantsPosProviderSettingsServicePlugin: () => restaurantsPosProviderSettingsServicePlugin,
188
+ sdkDefinition: () => sdkDefinition,
189
+ sdkExports: () => sdkExports,
190
+ seoKeywordsSuggestions: () => seoKeywordsSuggestions,
191
+ shippingLabelCarrier: () => shippingLabelCarrier,
192
+ shubMarketplaceProvider: () => shubMarketplaceProvider,
193
+ siteMapInfoProvider: () => siteMapInfoProvider,
194
+ siteMigration: () => siteMigration,
195
+ siteWidgetSlot: () => siteWidgetSlot,
196
+ smsActionMessage: () => smsActionMessage,
197
+ snippetSolution: () => snippetSolution,
198
+ socialMarketingDesign: () => socialMarketingDesign,
199
+ socialMarketingDesignsProvider: () => socialMarketingDesignsProvider,
200
+ staffSortingProvider: () => staffSortingProvider,
201
+ staticFile: () => staticFile,
202
+ storesProductRestrictions: () => storesProductRestrictions,
203
+ studio: () => studio,
204
+ studioWidget: () => studioWidget,
205
+ suppliersHubMarketplace: () => suppliersHubMarketplace,
206
+ taxCalculationProvider: () => taxCalculationProvider,
207
+ taxExemptGroupsProvider: () => taxExemptGroupsProvider,
208
+ taxGroupsProvider: () => taxGroupsProvider,
209
+ textToSpeechActionMessage: () => textToSpeechActionMessage,
210
+ topology: () => topology,
211
+ unifiedLightbox: () => unifiedLightbox,
212
+ unifiedPage: () => unifiedPage,
213
+ urlMapperProvider: () => urlMapperProvider,
214
+ userNotification: () => userNotification,
215
+ veloCustomCss: () => veloCustomCss,
216
+ veloPublishPipelineTaskProvider: () => veloPublishPipelineTaskProvider,
217
+ viewerDynamicSiteStructureProvider: () => viewerDynamicSiteStructureProvider,
218
+ viewerService: () => viewerService,
219
+ web: () => web,
220
+ webhook: () => webhook,
221
+ widget: () => widget,
222
+ widgetOutOfIframe: () => widgetOutOfIframe,
223
+ widgetPlugin: () => widgetPlugin,
224
+ wixAiGatewayCallback: () => wixAiGatewayCallback,
225
+ wixHostingAppDeploymentProvider: () => wixHostingAppDeploymentProvider,
226
+ wixHostingAppEnvironmentProvider: () => wixHostingAppEnvironmentProvider,
227
+ wixOffering: () => wixOffering,
228
+ wixPaymentsProviderAccountServicePlugin: () => wixPaymentsProviderAccountServicePlugin,
229
+ wixReviewsEntityCatalog: () => wixReviewsEntityCatalog,
230
+ wixReviewsProductCatalog: () => wixReviewsProductCatalog,
231
+ wixVibeCodingInstructions: () => wixVibeCodingInstructions,
232
+ wixVibeComponent: () => wixVibeComponent,
233
+ wixel: () => wixel,
234
+ wixelBinding: () => wixelBinding,
235
+ worker: () => worker
236
+ });
237
+ module.exports = __toCommonJS(index_exports);
238
+
239
+ // src/factories.impl.ts
240
+ function widget({
241
+ id,
242
+ data,
243
+ name
244
+ }) {
245
+ return {
246
+ compId: id,
247
+ compName: name,
248
+ compType: "WIDGET" /* WIDGET */,
249
+ compData: { widgetComponentData: data }
250
+ };
251
+ }
252
+ function page({
253
+ id,
254
+ data,
255
+ name
256
+ }) {
257
+ return {
258
+ compId: id,
259
+ compName: name,
260
+ compType: "PAGE" /* PAGE */,
261
+ compData: { pageComponentData: data }
262
+ };
263
+ }
264
+ function widgetOutOfIframe({
265
+ id,
266
+ data,
267
+ name
268
+ }) {
269
+ return {
270
+ compId: id,
271
+ compName: name,
272
+ compType: "WIDGET_OUT_OF_IFRAME" /* WIDGET_OUT_OF_IFRAME */,
273
+ compData: { widgetOutOfIframeData: data }
274
+ };
275
+ }
276
+ function pageOutOfIframe({
277
+ id,
278
+ data,
279
+ name
280
+ }) {
281
+ return {
282
+ compId: id,
283
+ compName: name,
284
+ compType: "PAGE_OUT_OF_IFRAME" /* PAGE_OUT_OF_IFRAME */,
285
+ compData: { pageOutOfIframeData: data }
286
+ };
287
+ }
288
+ function platform({
289
+ id,
290
+ data,
291
+ name
292
+ }) {
293
+ return {
294
+ compId: id,
295
+ compName: name,
296
+ compType: "PLATFORM" /* PLATFORM */,
297
+ compData: { platformComponentData: data }
298
+ };
299
+ }
300
+ function dashboard({
301
+ id,
302
+ data,
303
+ name
304
+ }) {
305
+ return {
306
+ compId: id,
307
+ compName: name,
308
+ compType: "DASHBOARD" /* DASHBOARD */,
309
+ compData: { dashboardComponentData: data }
310
+ };
311
+ }
312
+ function worker({
313
+ id,
314
+ data,
315
+ name
316
+ }) {
317
+ return {
318
+ compId: id,
319
+ compName: name,
320
+ compType: "WORKER" /* WORKER */,
321
+ compData: { workerComponentData: data }
322
+ };
323
+ }
324
+ function studio({
325
+ id,
326
+ data,
327
+ name
328
+ }) {
329
+ return {
330
+ compId: id,
331
+ compName: name,
332
+ compType: "STUDIO" /* STUDIO */,
333
+ compData: { studioComponentData: data }
334
+ };
335
+ }
336
+ function studioWidget({
337
+ id,
338
+ data,
339
+ name
340
+ }) {
341
+ return {
342
+ compId: id,
343
+ compName: name,
344
+ compType: "STUDIO_WIDGET" /* STUDIO_WIDGET */,
345
+ compData: { studioWidgetComponentData: data }
346
+ };
347
+ }
348
+ function codePackage({
349
+ id,
350
+ data,
351
+ name
352
+ }) {
353
+ return {
354
+ compId: id,
355
+ compName: name,
356
+ compType: "CODE_PACKAGE" /* CODE_PACKAGE */,
357
+ compData: { codePackageComponentData: data }
358
+ };
359
+ }
360
+ function dashboardPlatform({
361
+ id,
362
+ data,
363
+ name
364
+ }) {
365
+ return {
366
+ compId: id,
367
+ compName: name,
368
+ compType: "DASHBOARD_PLATFORM" /* DASHBOARD_PLATFORM */,
369
+ compData: { dashboardPlatformComponentData: data }
370
+ };
371
+ }
372
+ function embeddedScript({
373
+ id,
374
+ data,
375
+ name
376
+ }) {
377
+ return {
378
+ compId: id,
379
+ compName: name,
380
+ compType: "EMBEDDED_SCRIPT" /* EMBEDDED_SCRIPT */,
381
+ compData: { embeddedScriptComponentData: data }
382
+ };
383
+ }
384
+ function web({
385
+ id,
386
+ data,
387
+ name
388
+ }) {
389
+ return {
390
+ compId: id,
391
+ compName: name,
392
+ compType: "WEB" /* WEB */,
393
+ compData: { webComponentData: data }
394
+ };
395
+ }
396
+ function extension({
397
+ id,
398
+ data,
399
+ name
400
+ }) {
401
+ return {
402
+ compId: id,
403
+ compName: name,
404
+ compType: "EXTENSION" /* EXTENSION */,
405
+ compData: { extensionData: data }
406
+ };
407
+ }
408
+ function snippetSolution({
409
+ id,
410
+ data,
411
+ name
412
+ }) {
413
+ return {
414
+ compId: id,
415
+ compName: name,
416
+ compType: "SNIPPET_SOLUTION" /* SNIPPET_SOLUTION */,
417
+ compData: { snippetSolutionsData: data }
418
+ };
419
+ }
420
+ function dataComponent({
421
+ id,
422
+ data,
423
+ name
424
+ }) {
425
+ return {
426
+ compId: id,
427
+ compName: name,
428
+ compType: "DATA_COMPONENT" /* DATA_COMPONENT */,
429
+ compData: { dataComponent: data }
430
+ };
431
+ }
432
+ function dcConfig({
433
+ id,
434
+ data,
435
+ name
436
+ }) {
437
+ return {
438
+ compId: id,
439
+ compName: name,
440
+ compType: "DC_CONFIG" /* DC_CONFIG */,
441
+ compData: { dcConfigData: data }
442
+ };
443
+ }
444
+ function staticFile({
445
+ id,
446
+ data,
447
+ name
448
+ }) {
449
+ return {
450
+ compId: id,
451
+ compName: name,
452
+ compType: "STATIC_FILE" /* STATIC_FILE */,
453
+ compData: { staticFileComponentData: data }
454
+ };
455
+ }
456
+ function appConfig({
457
+ id,
458
+ data,
459
+ name
460
+ }) {
461
+ return {
462
+ compId: id,
463
+ compName: name,
464
+ compType: "APP_CONFIG" /* APP_CONFIG */,
465
+ compData: { appConfig: data }
466
+ };
467
+ }
468
+ function multipleDashboards({
469
+ id,
470
+ data,
471
+ name
472
+ }) {
473
+ return {
474
+ compId: id,
475
+ compName: name,
476
+ compType: "MULTIPLE_DASHBOARDS" /* MULTIPLE_DASHBOARDS */,
477
+ compData: { multipleDashboardsComponentData: data }
478
+ };
479
+ }
480
+ function paymentsGateway({
481
+ id,
482
+ data,
483
+ name
484
+ }) {
485
+ return {
486
+ compId: id,
487
+ compName: name,
488
+ compType: "PAYMENTS_GATEWAY" /* PAYMENTS_GATEWAY */,
489
+ compData: { paymentsGateway: data }
490
+ };
491
+ }
492
+ function automationTrigger({
493
+ id,
494
+ data,
495
+ name
496
+ }) {
497
+ return {
498
+ compId: id,
499
+ compName: name,
500
+ compType: "AUTOMATION_TRIGGER" /* AUTOMATION_TRIGGER */,
501
+ compData: { automationTrigger: data }
502
+ };
503
+ }
504
+ function invoicesActions({
505
+ id,
506
+ data,
507
+ name
508
+ }) {
509
+ return {
510
+ compId: id,
511
+ compName: name,
512
+ compType: "INVOICES_ACTIONS" /* INVOICES_ACTIONS */,
513
+ compData: { invoicesActionsComponentData: data }
514
+ };
515
+ }
516
+ function dashboardApplication({
517
+ id,
518
+ data,
519
+ name
520
+ }) {
521
+ return {
522
+ compId: id,
523
+ compName: name,
524
+ compType: "DASHBOARD_APPLICATION" /* DASHBOARD_APPLICATION */,
525
+ compData: { dashboardApplicationData: data }
526
+ };
527
+ }
528
+ function contactLabels({
529
+ id,
530
+ data,
531
+ name
532
+ }) {
533
+ return {
534
+ compId: id,
535
+ compName: name,
536
+ compType: "CONTACT_LABELS" /* CONTACT_LABELS */,
537
+ compData: { contactLabels: data }
538
+ };
539
+ }
540
+ function widgetPlugin({
541
+ id,
542
+ data,
543
+ name
544
+ }) {
545
+ return {
546
+ compId: id,
547
+ compName: name,
548
+ compType: "WIDGET_PLUGIN" /* WIDGET_PLUGIN */,
549
+ compData: { widgetPlugin: data }
550
+ };
551
+ }
552
+ function crossSell({
553
+ id,
554
+ data,
555
+ name
556
+ }) {
557
+ return {
558
+ compId: id,
559
+ compName: name,
560
+ compType: "CROSS_SELL" /* CROSS_SELL */,
561
+ compData: { crossSell: data }
562
+ };
563
+ }
564
+ function localDelivery({
565
+ id,
566
+ data,
567
+ name
568
+ }) {
569
+ return {
570
+ compId: id,
571
+ compName: name,
572
+ compType: "LOCAL_DELIVERY" /* LOCAL_DELIVERY */,
573
+ compData: { localDelivery: data }
574
+ };
575
+ }
576
+ function paymentProvider({
577
+ id,
578
+ data,
579
+ name
580
+ }) {
581
+ return {
582
+ compId: id,
583
+ compName: name,
584
+ compType: "PAYMENT_PROVIDER" /* PAYMENT_PROVIDER */,
585
+ compData: { paymentProvider: data }
586
+ };
587
+ }
588
+ function ecomMemberships({
589
+ id,
590
+ data,
591
+ name
592
+ }) {
593
+ return {
594
+ compId: id,
595
+ compName: name,
596
+ compType: "ECOM_MEMBERSHIPS" /* ECOM_MEMBERSHIPS */,
597
+ compData: { ecomMemberships: data }
598
+ };
599
+ }
600
+ function ecomLineItemsEnricher({
601
+ id,
602
+ data,
603
+ name
604
+ }) {
605
+ return {
606
+ compId: id,
607
+ compName: name,
608
+ compType: "ECOM_LINE_ITEMS_ENRICHER" /* ECOM_LINE_ITEMS_ENRICHER */,
609
+ compData: { ecomLineItemsEnricher: data }
610
+ };
611
+ }
612
+ function ecomShippingRates({
613
+ id,
614
+ data,
615
+ name
616
+ }) {
617
+ return {
618
+ compId: id,
619
+ compName: name,
620
+ compType: "ECOM_SHIPPING_RATES" /* ECOM_SHIPPING_RATES */,
621
+ compData: { ecomShippingRates: data }
622
+ };
623
+ }
624
+ function shippingLabelCarrier({
625
+ id,
626
+ data,
627
+ name
628
+ }) {
629
+ return {
630
+ compId: id,
631
+ compName: name,
632
+ compType: "SHIPPING_LABEL_CARRIER" /* SHIPPING_LABEL_CARRIER */,
633
+ compData: { shippingLabelCarrier: data }
634
+ };
635
+ }
636
+ function restaurantsPos({
637
+ id,
638
+ data,
639
+ name
640
+ }) {
641
+ return {
642
+ compId: id,
643
+ compName: name,
644
+ compType: "RESTAURANTS_POS" /* RESTAURANTS_POS */,
645
+ compData: { restaurantsPos: data }
646
+ };
647
+ }
648
+ function fictionalShippingProvider({
649
+ id,
650
+ data,
651
+ name
652
+ }) {
653
+ return {
654
+ compId: id,
655
+ compName: name,
656
+ compType: "FICTIONAL_SHIPPING_PROVIDER" /* FICTIONAL_SHIPPING_PROVIDER */,
657
+ compData: { fictionalShippingProvider: data }
658
+ };
659
+ }
660
+ function alertEnricher({
661
+ id,
662
+ data,
663
+ name
664
+ }) {
665
+ return {
666
+ compId: id,
667
+ compName: name,
668
+ compType: "ALERT_ENRICHER" /* ALERT_ENRICHER */,
669
+ compData: { alertEnricher: data }
670
+ };
671
+ }
672
+ function dataExtensions({
673
+ id,
674
+ data,
675
+ name
676
+ }) {
677
+ return {
678
+ compId: id,
679
+ compName: name,
680
+ compType: "DATA_EXTENSIONS" /* DATA_EXTENSIONS */,
681
+ compData: { dataExtensions: data }
682
+ };
683
+ }
684
+ function genericHooks({
685
+ id,
686
+ data,
687
+ name
688
+ }) {
689
+ return {
690
+ compId: id,
691
+ compName: name,
692
+ compType: "GENERIC_HOOKS" /* GENERIC_HOOKS */,
693
+ compData: { genericHooks: data }
694
+ };
695
+ }
696
+ function automationsActionProvider({
697
+ id,
698
+ data,
699
+ name
700
+ }) {
701
+ return {
702
+ compId: id,
703
+ compName: name,
704
+ compType: "AUTOMATIONS_ACTION_PROVIDER" /* AUTOMATIONS_ACTION_PROVIDER */,
705
+ compData: { automationsActionProvider: data }
706
+ };
707
+ }
708
+ function ecomCatalog({
709
+ id,
710
+ data,
711
+ name
712
+ }) {
713
+ return {
714
+ compId: id,
715
+ compName: name,
716
+ compType: "ECOM_CATALOG" /* ECOM_CATALOG */,
717
+ compData: { ecomCatalog: data }
718
+ };
719
+ }
720
+ function backOfficeExtensionContainer({
721
+ id,
722
+ data,
723
+ name
724
+ }) {
725
+ return {
726
+ compId: id,
727
+ compName: name,
728
+ compType: "BACK_OFFICE_EXTENSION_CONTAINER" /* BACK_OFFICE_EXTENSION_CONTAINER */,
729
+ compData: { backOfficeExtensionContainer: data }
730
+ };
731
+ }
732
+ function backOfficeExtension({
733
+ id,
734
+ data,
735
+ name
736
+ }) {
737
+ return {
738
+ compId: id,
739
+ compName: name,
740
+ compType: "BACK_OFFICE_EXTENSION" /* BACK_OFFICE_EXTENSION */,
741
+ compData: { backOfficeExtension: data }
742
+ };
743
+ }
744
+ function automationsTriggerProvider({
745
+ id,
746
+ data,
747
+ name
748
+ }) {
749
+ return {
750
+ compId: id,
751
+ compName: name,
752
+ compType: "AUTOMATIONS_TRIGGER_PROVIDER" /* AUTOMATIONS_TRIGGER_PROVIDER */,
753
+ compData: { automationsTriggerProvider: data }
754
+ };
755
+ }
756
+ function identityPreRegistration({
757
+ id,
758
+ data,
759
+ name
760
+ }) {
761
+ return {
762
+ compId: id,
763
+ compName: name,
764
+ compType: "IDENTITY_PRE_REGISTRATION" /* IDENTITY_PRE_REGISTRATION */,
765
+ compData: { identityPreRegistration: data }
766
+ };
767
+ }
768
+ function premiumProductsPaths({
769
+ id,
770
+ data,
771
+ name
772
+ }) {
773
+ return {
774
+ compId: id,
775
+ compName: name,
776
+ compType: "PREMIUM_PRODUCTS_PATHS" /* PREMIUM_PRODUCTS_PATHS */,
777
+ compData: { premiumProductsPaths: data }
778
+ };
779
+ }
780
+ function ecomCustomScope({
781
+ id,
782
+ data,
783
+ name
784
+ }) {
785
+ return {
786
+ compId: id,
787
+ compName: name,
788
+ compType: "ECOM_CUSTOM_SCOPE" /* ECOM_CUSTOM_SCOPE */,
789
+ compData: { ecomCustomScope: data }
790
+ };
791
+ }
792
+ function giftCardsProvider({
793
+ id,
794
+ data,
795
+ name
796
+ }) {
797
+ return {
798
+ compId: id,
799
+ compName: name,
800
+ compType: "GIFT_CARDS_PROVIDER" /* GIFT_CARDS_PROVIDER */,
801
+ compData: { giftCardsProvider: data }
802
+ };
803
+ }
804
+ function dealerExternalFilterProvider({
805
+ id,
806
+ data,
807
+ name
808
+ }) {
809
+ return {
810
+ compId: id,
811
+ compName: name,
812
+ compType: "DEALER_EXTERNAL_FILTER_PROVIDER" /* DEALER_EXTERNAL_FILTER_PROVIDER */,
813
+ compData: { dealerExternalFilterProvider: data }
814
+ };
815
+ }
816
+ function ecomRecommendationsProvider({
817
+ id,
818
+ data,
819
+ name
820
+ }) {
821
+ return {
822
+ compId: id,
823
+ compName: name,
824
+ compType: "ECOM_RECOMMENDATIONS_PROVIDER" /* ECOM_RECOMMENDATIONS_PROVIDER */,
825
+ compData: { ecomRecommendationsProvider: data }
826
+ };
827
+ }
828
+ function ecomDropshippingProvider({
829
+ id,
830
+ data,
831
+ name
832
+ }) {
833
+ return {
834
+ compId: id,
835
+ compName: name,
836
+ compType: "ECOM_DROPSHIPPING_PROVIDER" /* ECOM_DROPSHIPPING_PROVIDER */,
837
+ compData: { ecomDropshippingProvider: data }
838
+ };
839
+ }
840
+ function invoicesProvider({
841
+ id,
842
+ data,
843
+ name
844
+ }) {
845
+ return {
846
+ compId: id,
847
+ compName: name,
848
+ compType: "INVOICES_PROVIDER" /* INVOICES_PROVIDER */,
849
+ compData: { invoicesProvider: data }
850
+ };
851
+ }
852
+ function seoKeywordsSuggestions({
853
+ id,
854
+ data,
855
+ name
856
+ }) {
857
+ return {
858
+ compId: id,
859
+ compName: name,
860
+ compType: "SEO_KEYWORDS_SUGGESTIONS" /* SEO_KEYWORDS_SUGGESTIONS */,
861
+ compData: { seoKeywordsSuggestions: data }
862
+ };
863
+ }
864
+ function ecomDiscountsTrigger({
865
+ id,
866
+ data,
867
+ name
868
+ }) {
869
+ return {
870
+ compId: id,
871
+ compName: name,
872
+ compType: "ECOM_DISCOUNTS_TRIGGER" /* ECOM_DISCOUNTS_TRIGGER */,
873
+ compData: { ecomDiscountsTrigger: data }
874
+ };
875
+ }
876
+ function multilingualContentProvider({
877
+ id,
878
+ data,
879
+ name
880
+ }) {
881
+ return {
882
+ compId: id,
883
+ compName: name,
884
+ compType: "MULTILINGUAL_CONTENT_PROVIDER" /* MULTILINGUAL_CONTENT_PROVIDER */,
885
+ compData: { multilingualContentProvider: data }
886
+ };
887
+ }
888
+ function applicationAutomation({
889
+ id,
890
+ data,
891
+ name
892
+ }) {
893
+ return {
894
+ compId: id,
895
+ compName: name,
896
+ compType: "APPLICATION_AUTOMATION" /* APPLICATION_AUTOMATION */,
897
+ compData: { applicationAutomation: data }
898
+ };
899
+ }
900
+ function backOfficeSidebarCategory({
901
+ id,
902
+ data,
903
+ name
904
+ }) {
905
+ return {
906
+ compId: id,
907
+ compName: name,
908
+ compType: "BACK_OFFICE_SIDEBAR_CATEGORY" /* BACK_OFFICE_SIDEBAR_CATEGORY */,
909
+ compData: { backOfficeSidebarCategory: data }
910
+ };
911
+ }
912
+ function backOfficePage({
913
+ id,
914
+ data,
915
+ name
916
+ }) {
917
+ return {
918
+ compId: id,
919
+ compName: name,
920
+ compType: "BACK_OFFICE_PAGE" /* BACK_OFFICE_PAGE */,
921
+ compData: { backOfficePage: data }
922
+ };
923
+ }
924
+ function ecomAdditionalFees({
925
+ id,
926
+ data,
927
+ name
928
+ }) {
929
+ return {
930
+ compId: id,
931
+ compName: name,
932
+ compType: "ECOM_ADDITIONAL_FEES" /* ECOM_ADDITIONAL_FEES */,
933
+ compData: { ecomAdditionalFees: data }
934
+ };
935
+ }
936
+ function pingUserNotification({
937
+ id,
938
+ data,
939
+ name
940
+ }) {
941
+ return {
942
+ compId: id,
943
+ compName: name,
944
+ compType: "PING_USER_NOTIFICATION" /* PING_USER_NOTIFICATION */,
945
+ compData: { pingUserNotification: data }
946
+ };
947
+ }
948
+ function bookingsPricingProvider({
949
+ id,
950
+ data,
951
+ name
952
+ }) {
953
+ return {
954
+ compId: id,
955
+ compName: name,
956
+ compType: "BOOKINGS_PRICING_PROVIDER" /* BOOKINGS_PRICING_PROVIDER */,
957
+ compData: { bookingsPricingProvider: data }
958
+ };
959
+ }
960
+ function identityAuthenticator({
961
+ id,
962
+ data,
963
+ name
964
+ }) {
965
+ return {
966
+ compId: id,
967
+ compName: name,
968
+ compType: "IDENTITY_AUTHENTICATOR" /* IDENTITY_AUTHENTICATOR */,
969
+ compData: { identityAuthenticator: data }
970
+ };
971
+ }
972
+ function identityIdpConnector({
973
+ id,
974
+ data,
975
+ name
976
+ }) {
977
+ return {
978
+ compId: id,
979
+ compName: name,
980
+ compType: "IDENTITY_IDP_CONNECTOR" /* IDENTITY_IDP_CONNECTOR */,
981
+ compData: { identityIdpConnector: data }
982
+ };
983
+ }
984
+ function itemsSelectionProvider({
985
+ id,
986
+ data,
987
+ name
988
+ }) {
989
+ return {
990
+ compId: id,
991
+ compName: name,
992
+ compType: "ITEMS_SELECTION_PROVIDER" /* ITEMS_SELECTION_PROVIDER */,
993
+ compData: { itemsSelectionProvider: data }
994
+ };
995
+ }
996
+ function portfolioSyncedProjectsProvider({
997
+ id,
998
+ data,
999
+ name
1000
+ }) {
1001
+ return {
1002
+ compId: id,
1003
+ compName: name,
1004
+ compType: "PORTFOLIO_SYNCED_PROJECTS_PROVIDER" /* PORTFOLIO_SYNCED_PROJECTS_PROVIDER */,
1005
+ compData: { portfolioSyncedProjectsProvider: data }
1006
+ };
1007
+ }
1008
+ function communicationChannel({
1009
+ id,
1010
+ data,
1011
+ name
1012
+ }) {
1013
+ return {
1014
+ compId: id,
1015
+ compName: name,
1016
+ compType: "COMMUNICATION_CHANNEL" /* COMMUNICATION_CHANNEL */,
1017
+ compData: { communicationChannel: data }
1018
+ };
1019
+ }
1020
+ function identityPostLogin({
1021
+ id,
1022
+ data,
1023
+ name
1024
+ }) {
1025
+ return {
1026
+ compId: id,
1027
+ compName: name,
1028
+ compType: "IDENTITY_POST_LOGIN" /* IDENTITY_POST_LOGIN */,
1029
+ compData: { identityPostLogin: data }
1030
+ };
1031
+ }
1032
+ function backOfficeWidget({
1033
+ id,
1034
+ data,
1035
+ name
1036
+ }) {
1037
+ return {
1038
+ compId: id,
1039
+ compName: name,
1040
+ compType: "BACK_OFFICE_WIDGET" /* BACK_OFFICE_WIDGET */,
1041
+ compData: { backOfficeWidget: data }
1042
+ };
1043
+ }
1044
+ function socialMarketingDesign({
1045
+ id,
1046
+ data,
1047
+ name
1048
+ }) {
1049
+ return {
1050
+ compId: id,
1051
+ compName: name,
1052
+ compType: "SOCIAL_MARKETING_DESIGN" /* SOCIAL_MARKETING_DESIGN */,
1053
+ compData: { socialMarketingDesign: data }
1054
+ };
1055
+ }
1056
+ function formsSubmissionsProvider({
1057
+ id,
1058
+ data,
1059
+ name
1060
+ }) {
1061
+ return {
1062
+ compId: id,
1063
+ compName: name,
1064
+ compType: "FORMS_SUBMISSIONS_PROVIDER" /* FORMS_SUBMISSIONS_PROVIDER */,
1065
+ compData: { formsSubmissionsProvider: data }
1066
+ };
1067
+ }
1068
+ function wixOffering({
1069
+ id,
1070
+ data,
1071
+ name
1072
+ }) {
1073
+ return {
1074
+ compId: id,
1075
+ compName: name,
1076
+ compType: "WIX_OFFERING" /* WIX_OFFERING */,
1077
+ compData: { wixOffering: data }
1078
+ };
1079
+ }
1080
+ function devCenterTestingComponent({
1081
+ id,
1082
+ data,
1083
+ name
1084
+ }) {
1085
+ return {
1086
+ compId: id,
1087
+ compName: name,
1088
+ compType: "DEV_CENTER_TESTING_COMPONENT" /* DEV_CENTER_TESTING_COMPONENT */,
1089
+ compData: { devCenterTestingComponent: data }
1090
+ };
1091
+ }
1092
+ function componentsValidatorProvider({
1093
+ id,
1094
+ data,
1095
+ name
1096
+ }) {
1097
+ return {
1098
+ compId: id,
1099
+ compName: name,
1100
+ compType: "COMPONENTS_VALIDATOR_PROVIDER" /* COMPONENTS_VALIDATOR_PROVIDER */,
1101
+ compData: { componentsValidatorProvider: data }
1102
+ };
1103
+ }
1104
+ function componentsTranslationsAdditionalFieldsProvider({
1105
+ id,
1106
+ data,
1107
+ name
1108
+ }) {
1109
+ return {
1110
+ compId: id,
1111
+ compName: name,
1112
+ compType: "COMPONENTS_TRANSLATIONS_ADDITIONAL_FIELDS_PROVIDER" /* COMPONENTS_TRANSLATIONS_ADDITIONAL_FIELDS_PROVIDER */,
1113
+ compData: { componentsTranslationsAdditionalFieldsProvider: data }
1114
+ };
1115
+ }
1116
+ function formsSchemaProvider({
1117
+ id,
1118
+ data,
1119
+ name
1120
+ }) {
1121
+ return {
1122
+ compId: id,
1123
+ compName: name,
1124
+ compType: "FORMS_SCHEMA_PROVIDER" /* FORMS_SCHEMA_PROVIDER */,
1125
+ compData: { formsSchemaProvider: data }
1126
+ };
1127
+ }
1128
+ function bookingsExternalCalendarProvider({
1129
+ id,
1130
+ data,
1131
+ name
1132
+ }) {
1133
+ return {
1134
+ compId: id,
1135
+ compName: name,
1136
+ compType: "BOOKINGS_EXTERNAL_CALENDAR_PROVIDER" /* BOOKINGS_EXTERNAL_CALENDAR_PROVIDER */,
1137
+ compData: { bookingsExternalCalendarProvider: data }
1138
+ };
1139
+ }
1140
+ function ecomDefaultTaxationCategory({
1141
+ id,
1142
+ data,
1143
+ name
1144
+ }) {
1145
+ return {
1146
+ compId: id,
1147
+ compName: name,
1148
+ compType: "ECOM_DEFAULT_TAXATION_CATEGORY" /* ECOM_DEFAULT_TAXATION_CATEGORY */,
1149
+ compData: { ecomDefaultTaxationCategory: data }
1150
+ };
1151
+ }
1152
+ function viewerDynamicSiteStructureProvider({
1153
+ id,
1154
+ data,
1155
+ name
1156
+ }) {
1157
+ return {
1158
+ compId: id,
1159
+ compName: name,
1160
+ compType: "VIEWER_DYNAMIC_SITE_STRUCTURE_PROVIDER" /* VIEWER_DYNAMIC_SITE_STRUCTURE_PROVIDER */,
1161
+ compData: { viewerDynamicSiteStructureProvider: data }
1162
+ };
1163
+ }
1164
+ function pingUouNotification({
1165
+ id,
1166
+ data,
1167
+ name
1168
+ }) {
1169
+ return {
1170
+ compId: id,
1171
+ compName: name,
1172
+ compType: "PING_UOU_NOTIFICATION" /* PING_UOU_NOTIFICATION */,
1173
+ compData: { pingUouNotification: data }
1174
+ };
1175
+ }
1176
+ function headlessOauth({
1177
+ id,
1178
+ data,
1179
+ name
1180
+ }) {
1181
+ return {
1182
+ compId: id,
1183
+ compName: name,
1184
+ compType: "HEADLESS_OAUTH" /* HEADLESS_OAUTH */,
1185
+ compData: { headlessOauth: data }
1186
+ };
1187
+ }
1188
+ function ecomTaxCalculatorSpi({
1189
+ id,
1190
+ data,
1191
+ name
1192
+ }) {
1193
+ return {
1194
+ compId: id,
1195
+ compName: name,
1196
+ compType: "ECOM_TAX_CALCULATOR_SPI" /* ECOM_TAX_CALCULATOR_SPI */,
1197
+ compData: { ecomTaxCalculatorSpi: data }
1198
+ };
1199
+ }
1200
+ function commentsModerationProvider({
1201
+ id,
1202
+ data,
1203
+ name
1204
+ }) {
1205
+ return {
1206
+ compId: id,
1207
+ compName: name,
1208
+ compType: "COMMENTS_MODERATION_PROVIDER" /* COMMENTS_MODERATION_PROVIDER */,
1209
+ compData: { commentsModerationProvider: data }
1210
+ };
1211
+ }
1212
+ function gridAppFilesTransformer({
1213
+ id,
1214
+ data,
1215
+ name
1216
+ }) {
1217
+ return {
1218
+ compId: id,
1219
+ compName: name,
1220
+ compType: "GRID_APP_FILES_TRANSFORMER" /* GRID_APP_FILES_TRANSFORMER */,
1221
+ compData: { gridAppFilesTransformer: data }
1222
+ };
1223
+ }
1224
+ function benefitProgramsPolicyProvider({
1225
+ id,
1226
+ data,
1227
+ name
1228
+ }) {
1229
+ return {
1230
+ compId: id,
1231
+ compName: name,
1232
+ compType: "BENEFIT_PROGRAMS_POLICY_PROVIDER" /* BENEFIT_PROGRAMS_POLICY_PROVIDER */,
1233
+ compData: { benefitProgramsPolicyProvider: data }
1234
+ };
1235
+ }
1236
+ function premiumCustomCharges({
1237
+ id,
1238
+ data,
1239
+ name
1240
+ }) {
1241
+ return {
1242
+ compId: id,
1243
+ compName: name,
1244
+ compType: "PREMIUM_CUSTOM_CHARGES" /* PREMIUM_CUSTOM_CHARGES */,
1245
+ compData: { premiumCustomCharges: data }
1246
+ };
1247
+ }
1248
+ function ecomValidations({
1249
+ id,
1250
+ data,
1251
+ name
1252
+ }) {
1253
+ return {
1254
+ compId: id,
1255
+ compName: name,
1256
+ compType: "ECOM_VALIDATIONS" /* ECOM_VALIDATIONS */,
1257
+ compData: { ecomValidations: data }
1258
+ };
1259
+ }
1260
+ function componentReferenceDataProvider({
1261
+ id,
1262
+ data,
1263
+ name
1264
+ }) {
1265
+ return {
1266
+ compId: id,
1267
+ compName: name,
1268
+ compType: "COMPONENT_REFERENCE_DATA_PROVIDER" /* COMPONENT_REFERENCE_DATA_PROVIDER */,
1269
+ compData: { componentReferenceDataProvider: data }
1270
+ };
1271
+ }
1272
+ function wixReviewsProductCatalog({
1273
+ id,
1274
+ data,
1275
+ name
1276
+ }) {
1277
+ return {
1278
+ compId: id,
1279
+ compName: name,
1280
+ compType: "WIX_REVIEWS_PRODUCT_CATALOG" /* WIX_REVIEWS_PRODUCT_CATALOG */,
1281
+ compData: { wixReviewsProductCatalog: data }
1282
+ };
1283
+ }
1284
+ function socialMarketingDesignsProvider({
1285
+ id,
1286
+ data,
1287
+ name
1288
+ }) {
1289
+ return {
1290
+ compId: id,
1291
+ compName: name,
1292
+ compType: "SOCIAL_MARKETING_DESIGNS_PROVIDER" /* SOCIAL_MARKETING_DESIGNS_PROVIDER */,
1293
+ compData: { socialMarketingDesignsProvider: data }
1294
+ };
1295
+ }
1296
+ function googleBusinessProfileFeatureProvider({
1297
+ id,
1298
+ data,
1299
+ name
1300
+ }) {
1301
+ return {
1302
+ compId: id,
1303
+ compName: name,
1304
+ compType: "GOOGLE_BUSINESS_PROFILE_FEATURE_PROVIDER" /* GOOGLE_BUSINESS_PROFILE_FEATURE_PROVIDER */,
1305
+ compData: { googleBusinessProfileFeatureProvider: data }
1306
+ };
1307
+ }
1308
+ function commentsFilterProvider({
1309
+ id,
1310
+ data,
1311
+ name
1312
+ }) {
1313
+ return {
1314
+ compId: id,
1315
+ compName: name,
1316
+ compType: "COMMENTS_FILTER_PROVIDER" /* COMMENTS_FILTER_PROVIDER */,
1317
+ compData: { commentsFilterProvider: data }
1318
+ };
1319
+ }
1320
+ function billingTaxIdValidator({
1321
+ id,
1322
+ data,
1323
+ name
1324
+ }) {
1325
+ return {
1326
+ compId: id,
1327
+ compName: name,
1328
+ compType: "BILLING_TAX_ID_VALIDATOR" /* BILLING_TAX_ID_VALIDATOR */,
1329
+ compData: { billingTaxIdValidator: data }
1330
+ };
1331
+ }
1332
+ function pingSettingsGroup({
1333
+ id,
1334
+ data,
1335
+ name
1336
+ }) {
1337
+ return {
1338
+ compId: id,
1339
+ compName: name,
1340
+ compType: "PING_SETTINGS_GROUP" /* PING_SETTINGS_GROUP */,
1341
+ compData: { pingSettingsGroup: data }
1342
+ };
1343
+ }
1344
+ function formsSpamSubmissionsProvider({
1345
+ id,
1346
+ data,
1347
+ name
1348
+ }) {
1349
+ return {
1350
+ compId: id,
1351
+ compName: name,
1352
+ compType: "FORMS_SPAM_SUBMISSIONS_PROVIDER" /* FORMS_SPAM_SUBMISSIONS_PROVIDER */,
1353
+ compData: { formsSpamSubmissionsProvider: data }
1354
+ };
1355
+ }
1356
+ function editorAddon({
1357
+ id,
1358
+ data,
1359
+ name
1360
+ }) {
1361
+ return {
1362
+ compId: id,
1363
+ compName: name,
1364
+ compType: "EDITOR_ADDON" /* EDITOR_ADDON */,
1365
+ compData: { editorAddon: data }
1366
+ };
1367
+ }
1368
+ function externalDatabaseProvider({
1369
+ id,
1370
+ data,
1371
+ name
1372
+ }) {
1373
+ return {
1374
+ compId: id,
1375
+ compName: name,
1376
+ compType: "EXTERNAL_DATABASE_PROVIDER" /* EXTERNAL_DATABASE_PROVIDER */,
1377
+ compData: { externalDatabaseProvider: data }
1378
+ };
1379
+ }
1380
+ function ecomPaymentSettings({
1381
+ id,
1382
+ data,
1383
+ name
1384
+ }) {
1385
+ return {
1386
+ compId: id,
1387
+ compName: name,
1388
+ compType: "ECOM_PAYMENT_SETTINGS" /* ECOM_PAYMENT_SETTINGS */,
1389
+ compData: { ecomPaymentSettings: data }
1390
+ };
1391
+ }
1392
+ function notificationTopic({
1393
+ id,
1394
+ data,
1395
+ name
1396
+ }) {
1397
+ return {
1398
+ compId: id,
1399
+ compName: name,
1400
+ compType: "NOTIFICATION_TOPIC" /* NOTIFICATION_TOPIC */,
1401
+ compData: { notificationTopic: data }
1402
+ };
1403
+ }
1404
+ function notificationPreferencesFilterProvider({
1405
+ id,
1406
+ data,
1407
+ name
1408
+ }) {
1409
+ return {
1410
+ compId: id,
1411
+ compName: name,
1412
+ compType: "NOTIFICATION_PREFERENCES_FILTER_PROVIDER" /* NOTIFICATION_PREFERENCES_FILTER_PROVIDER */,
1413
+ compData: { notificationPreferencesFilterProvider: data }
1414
+ };
1415
+ }
1416
+ function bookingsResourceTypesProvider({
1417
+ id,
1418
+ data,
1419
+ name
1420
+ }) {
1421
+ return {
1422
+ compId: id,
1423
+ compName: name,
1424
+ compType: "BOOKINGS_RESOURCE_TYPES_PROVIDER" /* BOOKINGS_RESOURCE_TYPES_PROVIDER */,
1425
+ compData: { bookingsResourceTypesProvider: data }
1426
+ };
1427
+ }
1428
+ function pricingPlansFormConfiguration({
1429
+ id,
1430
+ data,
1431
+ name
1432
+ }) {
1433
+ return {
1434
+ compId: id,
1435
+ compName: name,
1436
+ compType: "PRICING_PLANS_FORM_CONFIGURATION" /* PRICING_PLANS_FORM_CONFIGURATION */,
1437
+ compData: { pricingPlansFormConfiguration: data }
1438
+ };
1439
+ }
1440
+ function userNotification({
1441
+ id,
1442
+ data,
1443
+ name
1444
+ }) {
1445
+ return {
1446
+ compId: id,
1447
+ compName: name,
1448
+ compType: "USER_NOTIFICATION" /* USER_NOTIFICATION */,
1449
+ compData: { userNotification: data }
1450
+ };
1451
+ }
1452
+ function contactNotification({
1453
+ id,
1454
+ data,
1455
+ name
1456
+ }) {
1457
+ return {
1458
+ compId: id,
1459
+ compName: name,
1460
+ compType: "CONTACT_NOTIFICATION" /* CONTACT_NOTIFICATION */,
1461
+ compData: { contactNotification: data }
1462
+ };
1463
+ }
1464
+ function unifiedPage({
1465
+ id,
1466
+ data,
1467
+ name
1468
+ }) {
1469
+ return {
1470
+ compId: id,
1471
+ compName: name,
1472
+ compType: "UNIFIED_PAGE" /* UNIFIED_PAGE */,
1473
+ compData: { unifiedPage: data }
1474
+ };
1475
+ }
1476
+ function availabilityTimeSlotsConfigurationProvider({
1477
+ id,
1478
+ data,
1479
+ name
1480
+ }) {
1481
+ return {
1482
+ compId: id,
1483
+ compName: name,
1484
+ compType: "AVAILABILITY_TIME_SLOTS_CONFIGURATION_PROVIDER" /* AVAILABILITY_TIME_SLOTS_CONFIGURATION_PROVIDER */,
1485
+ compData: { availabilityTimeSlotsConfigurationProvider: data }
1486
+ };
1487
+ }
1488
+ function proposalEditorProvider({
1489
+ id,
1490
+ data,
1491
+ name
1492
+ }) {
1493
+ return {
1494
+ compId: id,
1495
+ compName: name,
1496
+ compType: "PROPOSAL_EDITOR_PROVIDER" /* PROPOSAL_EDITOR_PROVIDER */,
1497
+ compData: { proposalEditorProvider: data }
1498
+ };
1499
+ }
1500
+ function customTableReservationsProvider({
1501
+ id,
1502
+ data,
1503
+ name
1504
+ }) {
1505
+ return {
1506
+ compId: id,
1507
+ compName: name,
1508
+ compType: "CUSTOM_TABLE_RESERVATIONS_PROVIDER" /* CUSTOM_TABLE_RESERVATIONS_PROVIDER */,
1509
+ compData: { customTableReservationsProvider: data }
1510
+ };
1511
+ }
1512
+ function commentsContextProvider({
1513
+ id,
1514
+ data,
1515
+ name
1516
+ }) {
1517
+ return {
1518
+ compId: id,
1519
+ compName: name,
1520
+ compType: "COMMENTS_CONTEXT_PROVIDER" /* COMMENTS_CONTEXT_PROVIDER */,
1521
+ compData: { commentsContextProvider: data }
1522
+ };
1523
+ }
1524
+ function formsSpamSubmissionReportsProvider({
1525
+ id,
1526
+ data,
1527
+ name
1528
+ }) {
1529
+ return {
1530
+ compId: id,
1531
+ compName: name,
1532
+ compType: "FORMS_SPAM_SUBMISSION_REPORTS_PROVIDER" /* FORMS_SPAM_SUBMISSION_REPORTS_PROVIDER */,
1533
+ compData: { formsSpamSubmissionReportsProvider: data }
1534
+ };
1535
+ }
1536
+ function automationsVeloActionProvider({
1537
+ id,
1538
+ data,
1539
+ name
1540
+ }) {
1541
+ return {
1542
+ compId: id,
1543
+ compName: name,
1544
+ compType: "AUTOMATIONS_VELO_ACTION_PROVIDER" /* AUTOMATIONS_VELO_ACTION_PROVIDER */,
1545
+ compData: { automationsVeloActionProvider: data }
1546
+ };
1547
+ }
1548
+ function calendarEventTypeProvider({
1549
+ id,
1550
+ data,
1551
+ name
1552
+ }) {
1553
+ return {
1554
+ compId: id,
1555
+ compName: name,
1556
+ compType: "CALENDAR_EVENT_TYPE_PROVIDER" /* CALENDAR_EVENT_TYPE_PROVIDER */,
1557
+ compData: { calendarEventTypeProvider: data }
1558
+ };
1559
+ }
1560
+ function reserved({
1561
+ id,
1562
+ data,
1563
+ name
1564
+ }) {
1565
+ return {
1566
+ compId: id,
1567
+ compName: name,
1568
+ compType: "RESERVED" /* RESERVED */,
1569
+ compData: { reserved: data }
1570
+ };
1571
+ }
1572
+ function smsActionMessage({
1573
+ id,
1574
+ data,
1575
+ name
1576
+ }) {
1577
+ return {
1578
+ compId: id,
1579
+ compName: name,
1580
+ compType: "SMS_ACTION_MESSAGE" /* SMS_ACTION_MESSAGE */,
1581
+ compData: { smsActionMessage: data }
1582
+ };
1583
+ }
1584
+ function bookingPolicyProvider({
1585
+ id,
1586
+ data,
1587
+ name
1588
+ }) {
1589
+ return {
1590
+ compId: id,
1591
+ compName: name,
1592
+ compType: "BOOKING_POLICY_PROVIDER" /* BOOKING_POLICY_PROVIDER */,
1593
+ compData: { bookingPolicyProvider: data }
1594
+ };
1595
+ }
1596
+ function multiServiceBookingPolicyProvider({
1597
+ id,
1598
+ data,
1599
+ name
1600
+ }) {
1601
+ return {
1602
+ compId: id,
1603
+ compName: name,
1604
+ compType: "MULTI_SERVICE_BOOKING_POLICY_PROVIDER" /* MULTI_SERVICE_BOOKING_POLICY_PROVIDER */,
1605
+ compData: { multiServiceBookingPolicyProvider: data }
1606
+ };
1607
+ }
1608
+ function formsSubmissionsExtensionProvider({
1609
+ id,
1610
+ data,
1611
+ name
1612
+ }) {
1613
+ return {
1614
+ compId: id,
1615
+ compName: name,
1616
+ compType: "FORMS_SUBMISSIONS_EXTENSION_PROVIDER" /* FORMS_SUBMISSIONS_EXTENSION_PROVIDER */,
1617
+ compData: { formsSubmissionsExtensionProvider: data }
1618
+ };
1619
+ }
1620
+ function aiAssistant({
1621
+ id,
1622
+ data,
1623
+ name
1624
+ }) {
1625
+ return {
1626
+ compId: id,
1627
+ compName: name,
1628
+ compType: "AI_ASSISTANT" /* AI_ASSISTANT */,
1629
+ compData: { aiAssistant: data }
1630
+ };
1631
+ }
1632
+ function multilingualTranslationSchema({
1633
+ id,
1634
+ data,
1635
+ name
1636
+ }) {
1637
+ return {
1638
+ compId: id,
1639
+ compName: name,
1640
+ compType: "MULTILINGUAL_TRANSLATION_SCHEMA" /* MULTILINGUAL_TRANSLATION_SCHEMA */,
1641
+ compData: { multilingualTranslationSchema: data }
1642
+ };
1643
+ }
1644
+ function taxGroupsProvider({
1645
+ id,
1646
+ data,
1647
+ name
1648
+ }) {
1649
+ return {
1650
+ compId: id,
1651
+ compName: name,
1652
+ compType: "TAX_GROUPS_PROVIDER" /* TAX_GROUPS_PROVIDER */,
1653
+ compData: { taxGroupsProvider: data }
1654
+ };
1655
+ }
1656
+ function taxCalculationProvider({
1657
+ id,
1658
+ data,
1659
+ name
1660
+ }) {
1661
+ return {
1662
+ compId: id,
1663
+ compName: name,
1664
+ compType: "TAX_CALCULATION_PROVIDER" /* TAX_CALCULATION_PROVIDER */,
1665
+ compData: { taxCalculationProvider: data }
1666
+ };
1667
+ }
1668
+ function backOfficeModal({
1669
+ id,
1670
+ data,
1671
+ name
1672
+ }) {
1673
+ return {
1674
+ compId: id,
1675
+ compName: name,
1676
+ compType: "BACK_OFFICE_MODAL" /* BACK_OFFICE_MODAL */,
1677
+ compData: { backOfficeModal: data }
1678
+ };
1679
+ }
1680
+ function deploymentPipelineProvider({
1681
+ id,
1682
+ data,
1683
+ name
1684
+ }) {
1685
+ return {
1686
+ compId: id,
1687
+ compName: name,
1688
+ compType: "DEPLOYMENT_PIPELINE_PROVIDER" /* DEPLOYMENT_PIPELINE_PROVIDER */,
1689
+ compData: { deploymentPipelineProvider: data }
1690
+ };
1691
+ }
1692
+ function customElementWidget({
1693
+ id,
1694
+ data,
1695
+ name
1696
+ }) {
1697
+ return {
1698
+ compId: id,
1699
+ compName: name,
1700
+ compType: "CUSTOM_ELEMENT_WIDGET" /* CUSTOM_ELEMENT_WIDGET */,
1701
+ compData: { customElementWidget: data }
1702
+ };
1703
+ }
1704
+ function backOfficeExtensionWidget({
1705
+ id,
1706
+ data,
1707
+ name
1708
+ }) {
1709
+ return {
1710
+ compId: id,
1711
+ compName: name,
1712
+ compType: "BACK_OFFICE_EXTENSION_WIDGET" /* BACK_OFFICE_EXTENSION_WIDGET */,
1713
+ compData: { backOfficeExtensionWidget: data }
1714
+ };
1715
+ }
1716
+ function backOfficeExtensionMenuItem({
1717
+ id,
1718
+ data,
1719
+ name
1720
+ }) {
1721
+ return {
1722
+ compId: id,
1723
+ compName: name,
1724
+ compType: "BACK_OFFICE_EXTENSION_MENU_ITEM" /* BACK_OFFICE_EXTENSION_MENU_ITEM */,
1725
+ compData: { backOfficeExtensionMenuItem: data }
1726
+ };
1727
+ }
1728
+ function formTemplate({
1729
+ id,
1730
+ data,
1731
+ name
1732
+ }) {
1733
+ return {
1734
+ compId: id,
1735
+ compName: name,
1736
+ compType: "FORM_TEMPLATE" /* FORM_TEMPLATE */,
1737
+ compData: { formTemplate: data }
1738
+ };
1739
+ }
1740
+ function notificationContent({
1741
+ id,
1742
+ data,
1743
+ name
1744
+ }) {
1745
+ return {
1746
+ compId: id,
1747
+ compName: name,
1748
+ compType: "NOTIFICATION_CONTENT" /* NOTIFICATION_CONTENT */,
1749
+ compData: { notificationContent: data }
1750
+ };
1751
+ }
1752
+ function broadcastList({
1753
+ id,
1754
+ data,
1755
+ name
1756
+ }) {
1757
+ return {
1758
+ compId: id,
1759
+ compName: name,
1760
+ compType: "BROADCAST_LIST" /* BROADCAST_LIST */,
1761
+ compData: { broadcastList: data }
1762
+ };
1763
+ }
1764
+ function partnersPayouts({
1765
+ id,
1766
+ data,
1767
+ name
1768
+ }) {
1769
+ return {
1770
+ compId: id,
1771
+ compName: name,
1772
+ compType: "PARTNERS_PAYOUTS" /* PARTNERS_PAYOUTS */,
1773
+ compData: { partnersPayouts: data }
1774
+ };
1775
+ }
1776
+ function wixReviewsEntityCatalog({
1777
+ id,
1778
+ data,
1779
+ name
1780
+ }) {
1781
+ return {
1782
+ compId: id,
1783
+ compName: name,
1784
+ compType: "WIX_REVIEWS_ENTITY_CATALOG" /* WIX_REVIEWS_ENTITY_CATALOG */,
1785
+ compData: { wixReviewsEntityCatalog: data }
1786
+ };
1787
+ }
1788
+ function veloPublishPipelineTaskProvider({
1789
+ id,
1790
+ data,
1791
+ name
1792
+ }) {
1793
+ return {
1794
+ compId: id,
1795
+ compName: name,
1796
+ compType: "VELO_PUBLISH_PIPELINE_TASK_PROVIDER" /* VELO_PUBLISH_PIPELINE_TASK_PROVIDER */,
1797
+ compData: { veloPublishPipelineTaskProvider: data }
1798
+ };
1799
+ }
1800
+ function functionsShopPriceProvider({
1801
+ id,
1802
+ data,
1803
+ name
1804
+ }) {
1805
+ return {
1806
+ compId: id,
1807
+ compName: name,
1808
+ compType: "FUNCTIONS_SHOP_PRICE_PROVIDER" /* FUNCTIONS_SHOP_PRICE_PROVIDER */,
1809
+ compData: { functionsShopPriceProvider: data }
1810
+ };
1811
+ }
1812
+ function functionExtension({
1813
+ id,
1814
+ data,
1815
+ name
1816
+ }) {
1817
+ return {
1818
+ compId: id,
1819
+ compName: name,
1820
+ compType: "FUNCTION" /* FUNCTION */,
1821
+ compData: { function: data }
1822
+ };
1823
+ }
1824
+ function ecomCheckoutContent({
1825
+ id,
1826
+ data,
1827
+ name
1828
+ }) {
1829
+ return {
1830
+ compId: id,
1831
+ compName: name,
1832
+ compType: "ECOM_CHECKOUT_CONTENT" /* ECOM_CHECKOUT_CONTENT */,
1833
+ compData: { ecomCheckoutContent: data }
1834
+ };
1835
+ }
1836
+ function communicationChannelProvider({
1837
+ id,
1838
+ data,
1839
+ name
1840
+ }) {
1841
+ return {
1842
+ compId: id,
1843
+ compName: name,
1844
+ compType: "COMMUNICATION_CHANNEL_PROVIDER" /* COMMUNICATION_CHANNEL_PROVIDER */,
1845
+ compData: { communicationChannelProvider: data }
1846
+ };
1847
+ }
1848
+ function webhook({
1849
+ id,
1850
+ data,
1851
+ name
1852
+ }) {
1853
+ return {
1854
+ compId: id,
1855
+ compName: name,
1856
+ compType: "WEBHOOK" /* WEBHOOK */,
1857
+ compData: { webhook: data }
1858
+ };
1859
+ }
1860
+ function topology({
1861
+ id,
1862
+ data,
1863
+ name
1864
+ }) {
1865
+ return {
1866
+ compId: id,
1867
+ compName: name,
1868
+ compType: "TOPOLOGY" /* TOPOLOGY */,
1869
+ compData: { topology: data }
1870
+ };
1871
+ }
1872
+ function loyaltyCustomRewards({
1873
+ id,
1874
+ data,
1875
+ name
1876
+ }) {
1877
+ return {
1878
+ compId: id,
1879
+ compName: name,
1880
+ compType: "LOYALTY_CUSTOM_REWARDS" /* LOYALTY_CUSTOM_REWARDS */,
1881
+ compData: { loyaltyCustomRewards: data }
1882
+ };
1883
+ }
1884
+ function functionRecipe({
1885
+ id,
1886
+ data,
1887
+ name
1888
+ }) {
1889
+ return {
1890
+ compId: id,
1891
+ compName: name,
1892
+ compType: "FUNCTION_RECIPE" /* FUNCTION_RECIPE */,
1893
+ compData: { functionRecipe: data }
1894
+ };
1895
+ }
1896
+ function backOfficeExternalUrl({
1897
+ id,
1898
+ data,
1899
+ name
1900
+ }) {
1901
+ return {
1902
+ compId: id,
1903
+ compName: name,
1904
+ compType: "BACK_OFFICE_EXTERNAL_URL" /* BACK_OFFICE_EXTERNAL_URL */,
1905
+ compData: { backOfficeExternalUrl: data }
1906
+ };
1907
+ }
1908
+ function identityFactor({
1909
+ id,
1910
+ data,
1911
+ name
1912
+ }) {
1913
+ return {
1914
+ compId: id,
1915
+ compName: name,
1916
+ compType: "IDENTITY_FACTOR" /* IDENTITY_FACTOR */,
1917
+ compData: { identityFactor: data }
1918
+ };
1919
+ }
1920
+ function ecomDiscounts({
1921
+ id,
1922
+ data,
1923
+ name
1924
+ }) {
1925
+ return {
1926
+ compId: id,
1927
+ compName: name,
1928
+ compType: "ECOM_DISCOUNTS" /* ECOM_DISCOUNTS */,
1929
+ compData: { ecomDiscounts: data }
1930
+ };
1931
+ }
1932
+ function veloCustomCss({
1933
+ id,
1934
+ data,
1935
+ name
1936
+ }) {
1937
+ return {
1938
+ compId: id,
1939
+ compName: name,
1940
+ compType: "VELO_CUSTOM_CSS" /* VELO_CUSTOM_CSS */,
1941
+ compData: { veloCustomCss: data }
1942
+ };
1943
+ }
1944
+ function dealerAdaptiveComponentProvider({
1945
+ id,
1946
+ data,
1947
+ name
1948
+ }) {
1949
+ return {
1950
+ compId: id,
1951
+ compName: name,
1952
+ compType: "DEALER_ADAPTIVE_COMPONENT_PROVIDER" /* DEALER_ADAPTIVE_COMPONENT_PROVIDER */,
1953
+ compData: { dealerAdaptiveComponentProvider: data }
1954
+ };
1955
+ }
1956
+ function aiAssistantAction({
1957
+ id,
1958
+ data,
1959
+ name
1960
+ }) {
1961
+ return {
1962
+ compId: id,
1963
+ compName: name,
1964
+ compType: "AI_ASSISTANT_ACTION" /* AI_ASSISTANT_ACTION */,
1965
+ compData: { aiAssistantAction: data }
1966
+ };
1967
+ }
1968
+ function ecomInventory({
1969
+ id,
1970
+ data,
1971
+ name
1972
+ }) {
1973
+ return {
1974
+ compId: id,
1975
+ compName: name,
1976
+ compType: "ECOM_INVENTORY" /* ECOM_INVENTORY */,
1977
+ compData: { ecomInventory: data }
1978
+ };
1979
+ }
1980
+ function monitoring({
1981
+ id,
1982
+ data,
1983
+ name
1984
+ }) {
1985
+ return {
1986
+ compId: id,
1987
+ compName: name,
1988
+ compType: "MONITORING" /* MONITORING */,
1989
+ compData: { monitoring: data }
1990
+ };
1991
+ }
1992
+ function papiProvider({
1993
+ id,
1994
+ data,
1995
+ name
1996
+ }) {
1997
+ return {
1998
+ compId: id,
1999
+ compName: name,
2000
+ compType: "PAPI_PROVIDER" /* PAPI_PROVIDER */,
2001
+ compData: { papiProvider: data }
2002
+ };
2003
+ }
2004
+ function unifiedLightbox({
2005
+ id,
2006
+ data,
2007
+ name
2008
+ }) {
2009
+ return {
2010
+ compId: id,
2011
+ compName: name,
2012
+ compType: "UNIFIED_LIGHTBOX" /* UNIFIED_LIGHTBOX */,
2013
+ compData: { unifiedLightbox: data }
2014
+ };
2015
+ }
2016
+ function formsExtensionProvider({
2017
+ id,
2018
+ data,
2019
+ name
2020
+ }) {
2021
+ return {
2022
+ compId: id,
2023
+ compName: name,
2024
+ compType: "FORMS_EXTENSION_PROVIDER" /* FORMS_EXTENSION_PROVIDER */,
2025
+ compData: { formsExtensionProvider: data }
2026
+ };
2027
+ }
2028
+ function multilingualTranslationSchemaGroup({
2029
+ id,
2030
+ data,
2031
+ name
2032
+ }) {
2033
+ return {
2034
+ compId: id,
2035
+ compName: name,
2036
+ compType: "MULTILINGUAL_TRANSLATION_SCHEMA_GROUP" /* MULTILINGUAL_TRANSLATION_SCHEMA_GROUP */,
2037
+ compData: { multilingualTranslationSchemaGroup: data }
2038
+ };
2039
+ }
2040
+ function panel({
2041
+ id,
2042
+ data,
2043
+ name
2044
+ }) {
2045
+ return {
2046
+ compId: id,
2047
+ compName: name,
2048
+ compType: "PANEL" /* PANEL */,
2049
+ compData: { panel: data }
2050
+ };
2051
+ }
2052
+ function premiumPurchaseValidations({
2053
+ id,
2054
+ data,
2055
+ name
2056
+ }) {
2057
+ return {
2058
+ compId: id,
2059
+ compName: name,
2060
+ compType: "PREMIUM_PURCHASE_VALIDATIONS" /* PREMIUM_PURCHASE_VALIDATIONS */,
2061
+ compData: { premiumPurchaseValidations: data }
2062
+ };
2063
+ }
2064
+ function browserStorage({
2065
+ id,
2066
+ data,
2067
+ name
2068
+ }) {
2069
+ return {
2070
+ compId: id,
2071
+ compName: name,
2072
+ compType: "BROWSER_STORAGE" /* BROWSER_STORAGE */,
2073
+ compData: { browserStorage: data }
2074
+ };
2075
+ }
2076
+ function sdkDefinition({
2077
+ id,
2078
+ data,
2079
+ name
2080
+ }) {
2081
+ return {
2082
+ compId: id,
2083
+ compName: name,
2084
+ compType: "SDK_DEFINITION" /* SDK_DEFINITION */,
2085
+ compData: { sdkDefinition: data }
2086
+ };
2087
+ }
2088
+ function siteWidgetSlot({
2089
+ id,
2090
+ data,
2091
+ name
2092
+ }) {
2093
+ return {
2094
+ compId: id,
2095
+ compName: name,
2096
+ compType: "SITE_WIDGET_SLOT" /* SITE_WIDGET_SLOT */,
2097
+ compData: { siteWidgetSlot: data }
2098
+ };
2099
+ }
2100
+ function calendarEventValidationProvider({
2101
+ id,
2102
+ data,
2103
+ name
2104
+ }) {
2105
+ return {
2106
+ compId: id,
2107
+ compName: name,
2108
+ compType: "CALENDAR_EVENT_VALIDATION_PROVIDER" /* CALENDAR_EVENT_VALIDATION_PROVIDER */,
2109
+ compData: { calendarEventValidationProvider: data }
2110
+ };
2111
+ }
2112
+ function clientSideService({
2113
+ id,
2114
+ data,
2115
+ name
2116
+ }) {
2117
+ return {
2118
+ compId: id,
2119
+ compName: name,
2120
+ compType: "CLIENT_SIDE_SERVICE" /* CLIENT_SIDE_SERVICE */,
2121
+ compData: { clientSideService: data }
2122
+ };
2123
+ }
2124
+ function billingSettings({
2125
+ id,
2126
+ data,
2127
+ name
2128
+ }) {
2129
+ return {
2130
+ compId: id,
2131
+ compName: name,
2132
+ compType: "BILLING_SETTINGS" /* BILLING_SETTINGS */,
2133
+ compData: { billingSettings: data }
2134
+ };
2135
+ }
2136
+ function patternsWizard({
2137
+ id,
2138
+ data,
2139
+ name
2140
+ }) {
2141
+ return {
2142
+ compId: id,
2143
+ compName: name,
2144
+ compType: "PATTERNS_WIZARD" /* PATTERNS_WIZARD */,
2145
+ compData: { patternsWizard: data }
2146
+ };
2147
+ }
2148
+ function applicationProfile({
2149
+ id,
2150
+ data,
2151
+ name
2152
+ }) {
2153
+ return {
2154
+ compId: id,
2155
+ compName: name,
2156
+ compType: "APPLICATION_PROFILE" /* APPLICATION_PROFILE */,
2157
+ compData: { applicationProfile: data }
2158
+ };
2159
+ }
2160
+ function textToSpeechActionMessage({
2161
+ id,
2162
+ data,
2163
+ name
2164
+ }) {
2165
+ return {
2166
+ compId: id,
2167
+ compName: name,
2168
+ compType: "TEXT_TO_SPEECH_ACTION_MESSAGE" /* TEXT_TO_SPEECH_ACTION_MESSAGE */,
2169
+ compData: { textToSpeechActionMessage: data }
2170
+ };
2171
+ }
2172
+ function audienceProvider({
2173
+ id,
2174
+ data,
2175
+ name
2176
+ }) {
2177
+ return {
2178
+ compId: id,
2179
+ compName: name,
2180
+ compType: "AUDIENCE_PROVIDER" /* AUDIENCE_PROVIDER */,
2181
+ compData: { audienceProvider: data }
2182
+ };
2183
+ }
2184
+ function pricingPlansPrice({
2185
+ id,
2186
+ data,
2187
+ name
2188
+ }) {
2189
+ return {
2190
+ compId: id,
2191
+ compName: name,
2192
+ compType: "PRICING_PLANS_PRICE" /* PRICING_PLANS_PRICE */,
2193
+ compData: { pricingPlansPrice: data }
2194
+ };
2195
+ }
2196
+ function pricingPlanStartDateLimits({
2197
+ id,
2198
+ data,
2199
+ name
2200
+ }) {
2201
+ return {
2202
+ compId: id,
2203
+ compName: name,
2204
+ compType: "PRICING_PLAN_START_DATE_LIMITS" /* PRICING_PLAN_START_DATE_LIMITS */,
2205
+ compData: { pricingPlanStartDateLimits: data }
2206
+ };
2207
+ }
2208
+ function pricingPlanStartDateRules({
2209
+ id,
2210
+ data,
2211
+ name
2212
+ }) {
2213
+ return {
2214
+ compId: id,
2215
+ compName: name,
2216
+ compType: "PRICING_PLAN_START_DATE_RULES" /* PRICING_PLAN_START_DATE_RULES */,
2217
+ compData: { pricingPlanStartDateRules: data }
2218
+ };
2219
+ }
2220
+ function eventsTicketReservations({
2221
+ id,
2222
+ data,
2223
+ name
2224
+ }) {
2225
+ return {
2226
+ compId: id,
2227
+ compName: name,
2228
+ compType: "EVENTS_TICKET_RESERVATIONS" /* EVENTS_TICKET_RESERVATIONS */,
2229
+ compData: { eventsTicketReservations: data }
2230
+ };
2231
+ }
2232
+ function paymentsDisputeServicePlugin({
2233
+ id,
2234
+ data,
2235
+ name
2236
+ }) {
2237
+ return {
2238
+ compId: id,
2239
+ compName: name,
2240
+ compType: "PAYMENTS_DISPUTE_SERVICE_PLUGIN" /* PAYMENTS_DISPUTE_SERVICE_PLUGIN */,
2241
+ compData: { paymentsDisputeServicePlugin: data }
2242
+ };
2243
+ }
2244
+ function pricingPlansFees({
2245
+ id,
2246
+ data,
2247
+ name
2248
+ }) {
2249
+ return {
2250
+ compId: id,
2251
+ compName: name,
2252
+ compType: "PRICING_PLANS_FEES" /* PRICING_PLANS_FEES */,
2253
+ compData: { pricingPlansFees: data }
2254
+ };
2255
+ }
2256
+ function editorReactComponent({
2257
+ id,
2258
+ data,
2259
+ name
2260
+ }) {
2261
+ return {
2262
+ compId: id,
2263
+ compName: name,
2264
+ compType: "EDITOR_REACT_COMPONENT" /* EDITOR_REACT_COMPONENT */,
2265
+ compData: { editorReactComponent: data }
2266
+ };
2267
+ }
2268
+ function suppliersHubMarketplace({
2269
+ id,
2270
+ data,
2271
+ name
2272
+ }) {
2273
+ return {
2274
+ compId: id,
2275
+ compName: name,
2276
+ compType: "SUPPLIERS_HUB_MARKETPLACE" /* SUPPLIERS_HUB_MARKETPLACE */,
2277
+ compData: { suppliersHubMarketplace: data }
2278
+ };
2279
+ }
2280
+ function formSchemaDynamicValues({
2281
+ id,
2282
+ data,
2283
+ name
2284
+ }) {
2285
+ return {
2286
+ compId: id,
2287
+ compName: name,
2288
+ compType: "FORM_SCHEMA_DYNAMIC_VALUES" /* FORM_SCHEMA_DYNAMIC_VALUES */,
2289
+ compData: { formSchemaDynamicValues: data }
2290
+ };
2291
+ }
2292
+ function blogPaywallProvider({
2293
+ id,
2294
+ data,
2295
+ name
2296
+ }) {
2297
+ return {
2298
+ compId: id,
2299
+ compName: name,
2300
+ compType: "BLOG_PAYWALL_PROVIDER" /* BLOG_PAYWALL_PROVIDER */,
2301
+ compData: { blogPaywallProvider: data }
2302
+ };
2303
+ }
2304
+ function loyaltyCustomRewardsV2({
2305
+ id,
2306
+ data,
2307
+ name
2308
+ }) {
2309
+ return {
2310
+ compId: id,
2311
+ compName: name,
2312
+ compType: "LOYALTY_CUSTOM_REWARDS_V2" /* LOYALTY_CUSTOM_REWARDS_V2 */,
2313
+ compData: { loyaltyCustomRewardsV2: data }
2314
+ };
2315
+ }
2316
+ function storesProductRestrictions({
2317
+ id,
2318
+ data,
2319
+ name
2320
+ }) {
2321
+ return {
2322
+ compId: id,
2323
+ compName: name,
2324
+ compType: "STORES_PRODUCT_RESTRICTIONS" /* STORES_PRODUCT_RESTRICTIONS */,
2325
+ compData: { storesProductRestrictions: data }
2326
+ };
2327
+ }
2328
+ function formSubmissionModeration({
2329
+ id,
2330
+ data,
2331
+ name
2332
+ }) {
2333
+ return {
2334
+ compId: id,
2335
+ compName: name,
2336
+ compType: "FORM_SUBMISSION_MODERATION" /* FORM_SUBMISSION_MODERATION */,
2337
+ compData: { formSubmissionModeration: data }
2338
+ };
2339
+ }
2340
+ function eventsEventBadges({
2341
+ id,
2342
+ data,
2343
+ name
2344
+ }) {
2345
+ return {
2346
+ compId: id,
2347
+ compName: name,
2348
+ compType: "EVENTS_EVENT_BADGES" /* EVENTS_EVENT_BADGES */,
2349
+ compData: { eventsEventBadges: data }
2350
+ };
2351
+ }
2352
+ function billingOperation({
2353
+ id,
2354
+ data,
2355
+ name
2356
+ }) {
2357
+ return {
2358
+ compId: id,
2359
+ compName: name,
2360
+ compType: "BILLING_OPERATION" /* BILLING_OPERATION */,
2361
+ compData: { billingOperation: data }
2362
+ };
2363
+ }
2364
+ function backOfficeCustomization({
2365
+ id,
2366
+ data,
2367
+ name
2368
+ }) {
2369
+ return {
2370
+ compId: id,
2371
+ compName: name,
2372
+ compType: "BACK_OFFICE_CUSTOMIZATION" /* BACK_OFFICE_CUSTOMIZATION */,
2373
+ compData: { backOfficeCustomization: data }
2374
+ };
2375
+ }
2376
+ function componentEnricherProvider({
2377
+ id,
2378
+ data,
2379
+ name
2380
+ }) {
2381
+ return {
2382
+ compId: id,
2383
+ compName: name,
2384
+ compType: "COMPONENT_ENRICHER_PROVIDER" /* COMPONENT_ENRICHER_PROVIDER */,
2385
+ compData: { componentEnricherProvider: data }
2386
+ };
2387
+ }
2388
+ function backOfficeRestrictedCustomization({
2389
+ id,
2390
+ data,
2391
+ name
2392
+ }) {
2393
+ return {
2394
+ compId: id,
2395
+ compName: name,
2396
+ compType: "BACK_OFFICE_RESTRICTED_CUSTOMIZATION" /* BACK_OFFICE_RESTRICTED_CUSTOMIZATION */,
2397
+ compData: { backOfficeRestrictedCustomization: data }
2398
+ };
2399
+ }
2400
+ function editorAppPreviewsPoc({
2401
+ id,
2402
+ data,
2403
+ name
2404
+ }) {
2405
+ return {
2406
+ compId: id,
2407
+ compName: name,
2408
+ compType: "EDITOR_APP_PREVIEWS_POC" /* EDITOR_APP_PREVIEWS_POC */,
2409
+ compData: { editorAppPreviewsPoc: data }
2410
+ };
2411
+ }
2412
+ function legendsPersonaConfiguration({
2413
+ id,
2414
+ data,
2415
+ name
2416
+ }) {
2417
+ return {
2418
+ compId: id,
2419
+ compName: name,
2420
+ compType: "LEGENDS_PERSONA_CONFIGURATION" /* LEGENDS_PERSONA_CONFIGURATION */,
2421
+ compData: { legendsPersonaConfiguration: data }
2422
+ };
2423
+ }
2424
+ function wixHostingAppDeploymentProvider({
2425
+ id,
2426
+ data,
2427
+ name
2428
+ }) {
2429
+ return {
2430
+ compId: id,
2431
+ compName: name,
2432
+ compType: "WIX_HOSTING_APP_DEPLOYMENT_PROVIDER" /* WIX_HOSTING_APP_DEPLOYMENT_PROVIDER */,
2433
+ compData: { wixHostingAppDeploymentProvider: data }
2434
+ };
2435
+ }
2436
+ function backendWorker({
2437
+ id,
2438
+ data,
2439
+ name
2440
+ }) {
2441
+ return {
2442
+ compId: id,
2443
+ compName: name,
2444
+ compType: "BACKEND_WORKER" /* BACKEND_WORKER */,
2445
+ compData: { backendWorker: data }
2446
+ };
2447
+ }
2448
+ function eventTimeSlotsConfigurationProvider({
2449
+ id,
2450
+ data,
2451
+ name
2452
+ }) {
2453
+ return {
2454
+ compId: id,
2455
+ compName: name,
2456
+ compType: "EVENT_TIME_SLOTS_CONFIGURATION_PROVIDER" /* EVENT_TIME_SLOTS_CONFIGURATION_PROVIDER */,
2457
+ compData: { eventTimeSlotsConfigurationProvider: data }
2458
+ };
2459
+ }
2460
+ function wixHostingAppEnvironmentProvider({
2461
+ id,
2462
+ data,
2463
+ name
2464
+ }) {
2465
+ return {
2466
+ compId: id,
2467
+ compName: name,
2468
+ compType: "WIX_HOSTING_APP_ENVIRONMENT_PROVIDER" /* WIX_HOSTING_APP_ENVIRONMENT_PROVIDER */,
2469
+ compData: { wixHostingAppEnvironmentProvider: data }
2470
+ };
2471
+ }
2472
+ function sdkExports({
2473
+ id,
2474
+ data,
2475
+ name
2476
+ }) {
2477
+ return {
2478
+ compId: id,
2479
+ compName: name,
2480
+ compType: "SDK_EXPORTS" /* SDK_EXPORTS */,
2481
+ compData: { sdkExports: data }
2482
+ };
2483
+ }
2484
+ function viewerService({
2485
+ id,
2486
+ data,
2487
+ name
2488
+ }) {
2489
+ return {
2490
+ compId: id,
2491
+ compName: name,
2492
+ compType: "VIEWER_SERVICE" /* VIEWER_SERVICE */,
2493
+ compData: { viewerService: data }
2494
+ };
2495
+ }
2496
+ function wixPaymentsProviderAccountServicePlugin({
2497
+ id,
2498
+ data,
2499
+ name
2500
+ }) {
2501
+ return {
2502
+ compId: id,
2503
+ compName: name,
2504
+ compType: "WIX_PAYMENTS_PROVIDER_ACCOUNT_SERVICE_PLUGIN" /* WIX_PAYMENTS_PROVIDER_ACCOUNT_SERVICE_PLUGIN */,
2505
+ compData: { wixPaymentsProviderAccountServicePlugin: data }
2506
+ };
2507
+ }
2508
+ function contactsSegmentsV2FilterProvider({
2509
+ id,
2510
+ data,
2511
+ name
2512
+ }) {
2513
+ return {
2514
+ compId: id,
2515
+ compName: name,
2516
+ compType: "CONTACTS_SEGMENTS_V2_FILTER_PROVIDER" /* CONTACTS_SEGMENTS_V2_FILTER_PROVIDER */,
2517
+ compData: { contactsSegmentsV2FilterProvider: data }
2518
+ };
2519
+ }
2520
+ function analyticsProductCatalog({
2521
+ id,
2522
+ data,
2523
+ name
2524
+ }) {
2525
+ return {
2526
+ compId: id,
2527
+ compName: name,
2528
+ compType: "ANALYTICS_PRODUCT_CATALOG" /* ANALYTICS_PRODUCT_CATALOG */,
2529
+ compData: { analyticsProductCatalog: data }
2530
+ };
2531
+ }
2532
+ function siteMigration({
2533
+ id,
2534
+ data,
2535
+ name
2536
+ }) {
2537
+ return {
2538
+ compId: id,
2539
+ compName: name,
2540
+ compType: "SITE_MIGRATION" /* SITE_MIGRATION */,
2541
+ compData: { siteMigration: data }
2542
+ };
2543
+ }
2544
+ function restaurantsPosProviderSettingsServicePlugin({
2545
+ id,
2546
+ data,
2547
+ name
2548
+ }) {
2549
+ return {
2550
+ compId: id,
2551
+ compName: name,
2552
+ compType: "RESTAURANTS_POS_PROVIDER_SETTINGS_SERVICE_PLUGIN" /* RESTAURANTS_POS_PROVIDER_SETTINGS_SERVICE_PLUGIN */,
2553
+ compData: { restaurantsPosProviderSettingsServicePlugin: data }
2554
+ };
2555
+ }
2556
+ function wixVibeCodingInstructions({
2557
+ id,
2558
+ data,
2559
+ name
2560
+ }) {
2561
+ return {
2562
+ compId: id,
2563
+ compName: name,
2564
+ compType: "WIX_VIBE_CODING_INSTRUCTIONS" /* WIX_VIBE_CODING_INSTRUCTIONS */,
2565
+ compData: { wixVibeCodingInstructions: data }
2566
+ };
2567
+ }
2568
+ function taxExemptGroupsProvider({
2569
+ id,
2570
+ data,
2571
+ name
2572
+ }) {
2573
+ return {
2574
+ compId: id,
2575
+ compName: name,
2576
+ compType: "TAX_EXEMPT_GROUPS_PROVIDER" /* TAX_EXEMPT_GROUPS_PROVIDER */,
2577
+ compData: { taxExemptGroupsProvider: data }
2578
+ };
2579
+ }
2580
+ function bookingAutomationsConfiguration({
2581
+ id,
2582
+ data,
2583
+ name
2584
+ }) {
2585
+ return {
2586
+ compId: id,
2587
+ compName: name,
2588
+ compType: "BOOKING_AUTOMATIONS_CONFIGURATION" /* BOOKING_AUTOMATIONS_CONFIGURATION */,
2589
+ compData: { bookingAutomationsConfiguration: data }
2590
+ };
2591
+ }
2592
+ function bookingsPlatformConfiguration({
2593
+ id,
2594
+ data,
2595
+ name
2596
+ }) {
2597
+ return {
2598
+ compId: id,
2599
+ compName: name,
2600
+ compType: "BOOKINGS_PLATFORM_CONFIGURATION" /* BOOKINGS_PLATFORM_CONFIGURATION */,
2601
+ compData: { bookingsPlatformConfiguration: data }
2602
+ };
2603
+ }
2604
+ function bookingsValidationProvider({
2605
+ id,
2606
+ data,
2607
+ name
2608
+ }) {
2609
+ return {
2610
+ compId: id,
2611
+ compName: name,
2612
+ compType: "BOOKINGS_VALIDATION_PROVIDER" /* BOOKINGS_VALIDATION_PROVIDER */,
2613
+ compData: { bookingsValidationProvider: data }
2614
+ };
2615
+ }
2616
+ function wixVibeComponent({
2617
+ id,
2618
+ data,
2619
+ name
2620
+ }) {
2621
+ return {
2622
+ compId: id,
2623
+ compName: name,
2624
+ compType: "WIX_VIBE_COMPONENT" /* WIX_VIBE_COMPONENT */,
2625
+ compData: { wixVibeComponent: data }
2626
+ };
2627
+ }
2628
+ function wixel({
2629
+ id,
2630
+ data,
2631
+ name
2632
+ }) {
2633
+ return {
2634
+ compId: id,
2635
+ compName: name,
2636
+ compType: "WIXEL" /* WIXEL */,
2637
+ compData: { wixel: data }
2638
+ };
2639
+ }
2640
+ function staffSortingProvider({
2641
+ id,
2642
+ data,
2643
+ name
2644
+ }) {
2645
+ return {
2646
+ compId: id,
2647
+ compName: name,
2648
+ compType: "STAFF_SORTING_PROVIDER" /* STAFF_SORTING_PROVIDER */,
2649
+ compData: { staffSortingProvider: data }
2650
+ };
2651
+ }
2652
+ function functionEcomDiscountTriggerEligibilityProvider({
2653
+ id,
2654
+ data,
2655
+ name
2656
+ }) {
2657
+ return {
2658
+ compId: id,
2659
+ compName: name,
2660
+ compType: "FUNCTION_ECOM_DISCOUNT_TRIGGER_ELIGIBILITY_PROVIDER" /* FUNCTION_ECOM_DISCOUNT_TRIGGER_ELIGIBILITY_PROVIDER */,
2661
+ compData: { functionEcomDiscountTriggerEligibilityProvider: data }
2662
+ };
2663
+ }
2664
+ function functionsAssistantTools({
2665
+ id,
2666
+ data,
2667
+ name
2668
+ }) {
2669
+ return {
2670
+ compId: id,
2671
+ compName: name,
2672
+ compType: "FUNCTIONS_ASSISTANT_TOOLS" /* FUNCTIONS_ASSISTANT_TOOLS */,
2673
+ compData: { functionsAssistantTools: data }
2674
+ };
2675
+ }
2676
+ function siteMapInfoProvider({
2677
+ id,
2678
+ data,
2679
+ name
2680
+ }) {
2681
+ return {
2682
+ compId: id,
2683
+ compName: name,
2684
+ compType: "SITE_MAP_INFO_PROVIDER" /* SITE_MAP_INFO_PROVIDER */,
2685
+ compData: { siteMapInfoProvider: data }
2686
+ };
2687
+ }
2688
+ function wixAiGatewayCallback({
2689
+ id,
2690
+ data,
2691
+ name
2692
+ }) {
2693
+ return {
2694
+ compId: id,
2695
+ compName: name,
2696
+ compType: "WIX_AI_GATEWAY_CALLBACK" /* WIX_AI_GATEWAY_CALLBACK */,
2697
+ compData: { wixAiGatewayCallback: data }
2698
+ };
2699
+ }
2700
+ function urlMapperProvider({
2701
+ id,
2702
+ data,
2703
+ name
2704
+ }) {
2705
+ return {
2706
+ compId: id,
2707
+ compName: name,
2708
+ compType: "URL_MAPPER_PROVIDER" /* URL_MAPPER_PROVIDER */,
2709
+ compData: { urlMapperProvider: data }
2710
+ };
2711
+ }
2712
+ function providerSuppressionServicePlugin({
2713
+ id,
2714
+ data,
2715
+ name
2716
+ }) {
2717
+ return {
2718
+ compId: id,
2719
+ compName: name,
2720
+ compType: "PROVIDER_SUPPRESSION_SERVICE_PLUGIN" /* PROVIDER_SUPPRESSION_SERVICE_PLUGIN */,
2721
+ compData: { providerSuppressionServicePlugin: data }
2722
+ };
2723
+ }
2724
+ function ecomForms({
2725
+ id,
2726
+ data,
2727
+ name
2728
+ }) {
2729
+ return {
2730
+ compId: id,
2731
+ compName: name,
2732
+ compType: "ECOM_FORMS" /* ECOM_FORMS */,
2733
+ compData: { ecomForms: data }
2734
+ };
2735
+ }
2736
+ function editorContextProvider({
2737
+ id,
2738
+ data,
2739
+ name
2740
+ }) {
2741
+ return {
2742
+ compId: id,
2743
+ compName: name,
2744
+ compType: "EDITOR_CONTEXT_PROVIDER" /* EDITOR_CONTEXT_PROVIDER */,
2745
+ compData: { editorContextProvider: data }
2746
+ };
2747
+ }
2748
+ function editorFunctionLibrary({
2749
+ id,
2750
+ data,
2751
+ name
2752
+ }) {
2753
+ return {
2754
+ compId: id,
2755
+ compName: name,
2756
+ compType: "EDITOR_FUNCTION_LIBRARY" /* EDITOR_FUNCTION_LIBRARY */,
2757
+ compData: { editorFunctionLibrary: data }
2758
+ };
2759
+ }
2760
+ function appRouter({
2761
+ id,
2762
+ data,
2763
+ name
2764
+ }) {
2765
+ return {
2766
+ compId: id,
2767
+ compName: name,
2768
+ compType: "APP_ROUTER" /* APP_ROUTER */,
2769
+ compData: { appRouter: data }
2770
+ };
2771
+ }
2772
+ function wixelBinding({
2773
+ id,
2774
+ data,
2775
+ name
2776
+ }) {
2777
+ return {
2778
+ compId: id,
2779
+ compName: name,
2780
+ compType: "WIXEL_BINDING" /* WIXEL_BINDING */,
2781
+ compData: { wixelBinding: data }
2782
+ };
2783
+ }
2784
+ function shubMarketplaceProvider({
2785
+ id,
2786
+ data,
2787
+ name
2788
+ }) {
2789
+ return {
2790
+ compId: id,
2791
+ compName: name,
2792
+ compType: "SHUB_MARKETPLACE_PROVIDER" /* SHUB_MARKETPLACE_PROVIDER */,
2793
+ compData: { shubMarketplaceProvider: data }
2794
+ };
2795
+ }
2796
+ // Annotate the CommonJS export names for ESM import in node:
2797
+ 0 && (module.exports = {
2798
+ aiAssistant,
2799
+ aiAssistantAction,
2800
+ alertEnricher,
2801
+ analyticsProductCatalog,
2802
+ appConfig,
2803
+ appRouter,
2804
+ applicationAutomation,
2805
+ applicationProfile,
2806
+ audienceProvider,
2807
+ automationTrigger,
2808
+ automationsActionProvider,
2809
+ automationsTriggerProvider,
2810
+ automationsVeloActionProvider,
2811
+ availabilityTimeSlotsConfigurationProvider,
2812
+ backOfficeCustomization,
2813
+ backOfficeExtension,
2814
+ backOfficeExtensionContainer,
2815
+ backOfficeExtensionMenuItem,
2816
+ backOfficeExtensionWidget,
2817
+ backOfficeExternalUrl,
2818
+ backOfficeModal,
2819
+ backOfficePage,
2820
+ backOfficeRestrictedCustomization,
2821
+ backOfficeSidebarCategory,
2822
+ backOfficeWidget,
2823
+ backendWorker,
2824
+ benefitProgramsPolicyProvider,
2825
+ billingOperation,
2826
+ billingSettings,
2827
+ billingTaxIdValidator,
2828
+ blogPaywallProvider,
2829
+ bookingAutomationsConfiguration,
2830
+ bookingPolicyProvider,
2831
+ bookingsExternalCalendarProvider,
2832
+ bookingsPlatformConfiguration,
2833
+ bookingsPricingProvider,
2834
+ bookingsResourceTypesProvider,
2835
+ bookingsValidationProvider,
2836
+ broadcastList,
2837
+ browserStorage,
2838
+ calendarEventTypeProvider,
2839
+ calendarEventValidationProvider,
2840
+ clientSideService,
2841
+ codePackage,
2842
+ commentsContextProvider,
2843
+ commentsFilterProvider,
2844
+ commentsModerationProvider,
2845
+ communicationChannel,
2846
+ communicationChannelProvider,
2847
+ componentEnricherProvider,
2848
+ componentReferenceDataProvider,
2849
+ componentsTranslationsAdditionalFieldsProvider,
2850
+ componentsValidatorProvider,
2851
+ contactLabels,
2852
+ contactNotification,
2853
+ contactsSegmentsV2FilterProvider,
2854
+ crossSell,
2855
+ customElementWidget,
2856
+ customTableReservationsProvider,
2857
+ dashboard,
2858
+ dashboardApplication,
2859
+ dashboardPlatform,
2860
+ dataComponent,
2861
+ dataExtensions,
2862
+ dcConfig,
2863
+ dealerAdaptiveComponentProvider,
2864
+ dealerExternalFilterProvider,
2865
+ deploymentPipelineProvider,
2866
+ devCenterTestingComponent,
2867
+ ecomAdditionalFees,
2868
+ ecomCatalog,
2869
+ ecomCheckoutContent,
2870
+ ecomCustomScope,
2871
+ ecomDefaultTaxationCategory,
2872
+ ecomDiscounts,
2873
+ ecomDiscountsTrigger,
2874
+ ecomDropshippingProvider,
2875
+ ecomForms,
2876
+ ecomInventory,
2877
+ ecomLineItemsEnricher,
2878
+ ecomMemberships,
2879
+ ecomPaymentSettings,
2880
+ ecomRecommendationsProvider,
2881
+ ecomShippingRates,
2882
+ ecomTaxCalculatorSpi,
2883
+ ecomValidations,
2884
+ editorAddon,
2885
+ editorAppPreviewsPoc,
2886
+ editorContextProvider,
2887
+ editorFunctionLibrary,
2888
+ editorReactComponent,
2889
+ embeddedScript,
2890
+ eventTimeSlotsConfigurationProvider,
2891
+ eventsEventBadges,
2892
+ eventsTicketReservations,
2893
+ extension,
2894
+ externalDatabaseProvider,
2895
+ fictionalShippingProvider,
2896
+ formSchemaDynamicValues,
2897
+ formSubmissionModeration,
2898
+ formTemplate,
2899
+ formsExtensionProvider,
2900
+ formsSchemaProvider,
2901
+ formsSpamSubmissionReportsProvider,
2902
+ formsSpamSubmissionsProvider,
2903
+ formsSubmissionsExtensionProvider,
2904
+ formsSubmissionsProvider,
2905
+ functionEcomDiscountTriggerEligibilityProvider,
2906
+ functionExtension,
2907
+ functionRecipe,
2908
+ functionsAssistantTools,
2909
+ functionsShopPriceProvider,
2910
+ genericHooks,
2911
+ giftCardsProvider,
2912
+ googleBusinessProfileFeatureProvider,
2913
+ gridAppFilesTransformer,
2914
+ headlessOauth,
2915
+ identityAuthenticator,
2916
+ identityFactor,
2917
+ identityIdpConnector,
2918
+ identityPostLogin,
2919
+ identityPreRegistration,
2920
+ invoicesActions,
2921
+ invoicesProvider,
2922
+ itemsSelectionProvider,
2923
+ legendsPersonaConfiguration,
2924
+ localDelivery,
2925
+ loyaltyCustomRewards,
2926
+ loyaltyCustomRewardsV2,
2927
+ monitoring,
2928
+ multiServiceBookingPolicyProvider,
2929
+ multilingualContentProvider,
2930
+ multilingualTranslationSchema,
2931
+ multilingualTranslationSchemaGroup,
2932
+ multipleDashboards,
2933
+ notificationContent,
2934
+ notificationPreferencesFilterProvider,
2935
+ notificationTopic,
2936
+ page,
2937
+ pageOutOfIframe,
2938
+ panel,
2939
+ papiProvider,
2940
+ partnersPayouts,
2941
+ patternsWizard,
2942
+ paymentProvider,
2943
+ paymentsDisputeServicePlugin,
2944
+ paymentsGateway,
2945
+ pingSettingsGroup,
2946
+ pingUouNotification,
2947
+ pingUserNotification,
2948
+ platform,
2949
+ portfolioSyncedProjectsProvider,
2950
+ premiumCustomCharges,
2951
+ premiumProductsPaths,
2952
+ premiumPurchaseValidations,
2953
+ pricingPlanStartDateLimits,
2954
+ pricingPlanStartDateRules,
2955
+ pricingPlansFees,
2956
+ pricingPlansFormConfiguration,
2957
+ pricingPlansPrice,
2958
+ proposalEditorProvider,
2959
+ providerSuppressionServicePlugin,
2960
+ reserved,
2961
+ restaurantsPos,
2962
+ restaurantsPosProviderSettingsServicePlugin,
2963
+ sdkDefinition,
2964
+ sdkExports,
2965
+ seoKeywordsSuggestions,
2966
+ shippingLabelCarrier,
2967
+ shubMarketplaceProvider,
2968
+ siteMapInfoProvider,
2969
+ siteMigration,
2970
+ siteWidgetSlot,
2971
+ smsActionMessage,
2972
+ snippetSolution,
2973
+ socialMarketingDesign,
2974
+ socialMarketingDesignsProvider,
2975
+ staffSortingProvider,
2976
+ staticFile,
2977
+ storesProductRestrictions,
2978
+ studio,
2979
+ studioWidget,
2980
+ suppliersHubMarketplace,
2981
+ taxCalculationProvider,
2982
+ taxExemptGroupsProvider,
2983
+ taxGroupsProvider,
2984
+ textToSpeechActionMessage,
2985
+ topology,
2986
+ unifiedLightbox,
2987
+ unifiedPage,
2988
+ urlMapperProvider,
2989
+ userNotification,
2990
+ veloCustomCss,
2991
+ veloPublishPipelineTaskProvider,
2992
+ viewerDynamicSiteStructureProvider,
2993
+ viewerService,
2994
+ web,
2995
+ webhook,
2996
+ widget,
2997
+ widgetOutOfIframe,
2998
+ widgetPlugin,
2999
+ wixAiGatewayCallback,
3000
+ wixHostingAppDeploymentProvider,
3001
+ wixHostingAppEnvironmentProvider,
3002
+ wixOffering,
3003
+ wixPaymentsProviderAccountServicePlugin,
3004
+ wixReviewsEntityCatalog,
3005
+ wixReviewsProductCatalog,
3006
+ wixVibeCodingInstructions,
3007
+ wixVibeComponent,
3008
+ wixel,
3009
+ wixelBinding,
3010
+ worker
3011
+ });
3012
+ //# sourceMappingURL=index.js.map