@wix/auto_sdk_table-reservations_experiences 1.0.41 → 1.0.43

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (53) hide show
  1. package/build/cjs/index.d.ts +22 -3
  2. package/build/cjs/index.js +378 -0
  3. package/build/cjs/index.js.map +1 -1
  4. package/build/cjs/index.typings.d.ts +2 -2
  5. package/build/cjs/index.typings.js +369 -0
  6. package/build/cjs/index.typings.js.map +1 -1
  7. package/build/cjs/meta.d.ts +41 -7
  8. package/build/cjs/meta.js +312 -0
  9. package/build/cjs/meta.js.map +1 -1
  10. package/build/cjs/schemas.d.ts +361 -1
  11. package/build/cjs/schemas.js +595 -0
  12. package/build/cjs/schemas.js.map +1 -1
  13. package/build/cjs/{table-reservations-v1-experience-experiences.universal-BYE3AFrH.d.ts → table-reservations-v1-experience-experiences.universal-BqhRReXL.d.ts} +69 -6
  14. package/build/es/index.d.mts +22 -3
  15. package/build/es/index.mjs +377 -0
  16. package/build/es/index.mjs.map +1 -1
  17. package/build/es/index.typings.d.mts +2 -2
  18. package/build/es/index.typings.mjs +368 -0
  19. package/build/es/index.typings.mjs.map +1 -1
  20. package/build/es/meta.d.mts +41 -7
  21. package/build/es/meta.mjs +311 -0
  22. package/build/es/meta.mjs.map +1 -1
  23. package/build/es/schemas.d.mts +361 -1
  24. package/build/es/schemas.mjs +593 -0
  25. package/build/es/schemas.mjs.map +1 -1
  26. package/build/es/{table-reservations-v1-experience-experiences.universal-BYE3AFrH.d.mts → table-reservations-v1-experience-experiences.universal-BqhRReXL.d.mts} +69 -6
  27. package/build/internal/cjs/index.d.ts +22 -3
  28. package/build/internal/cjs/index.js +378 -0
  29. package/build/internal/cjs/index.js.map +1 -1
  30. package/build/internal/cjs/index.typings.d.ts +2 -2
  31. package/build/internal/cjs/index.typings.js +369 -0
  32. package/build/internal/cjs/index.typings.js.map +1 -1
  33. package/build/internal/cjs/meta.d.ts +41 -7
  34. package/build/internal/cjs/meta.js +312 -0
  35. package/build/internal/cjs/meta.js.map +1 -1
  36. package/build/internal/cjs/schemas.d.ts +361 -1
  37. package/build/internal/cjs/schemas.js +595 -0
  38. package/build/internal/cjs/schemas.js.map +1 -1
  39. package/build/internal/cjs/{table-reservations-v1-experience-experiences.universal-BYE3AFrH.d.ts → table-reservations-v1-experience-experiences.universal-BqhRReXL.d.ts} +69 -6
  40. package/build/internal/es/index.d.mts +22 -3
  41. package/build/internal/es/index.mjs +377 -0
  42. package/build/internal/es/index.mjs.map +1 -1
  43. package/build/internal/es/index.typings.d.mts +2 -2
  44. package/build/internal/es/index.typings.mjs +368 -0
  45. package/build/internal/es/index.typings.mjs.map +1 -1
  46. package/build/internal/es/meta.d.mts +41 -7
  47. package/build/internal/es/meta.mjs +311 -0
  48. package/build/internal/es/meta.mjs.map +1 -1
  49. package/build/internal/es/schemas.d.mts +361 -1
  50. package/build/internal/es/schemas.mjs +593 -0
  51. package/build/internal/es/schemas.mjs.map +1 -1
  52. package/build/internal/es/{table-reservations-v1-experience-experiences.universal-BYE3AFrH.d.mts → table-reservations-v1-experience-experiences.universal-BqhRReXL.d.mts} +69 -6
  53. package/package.json +2 -2
@@ -1354,6 +1354,293 @@ function searchExperiences(payload) {
1354
1354
  }
1355
1355
  return __searchExperiences;
1356
1356
  }
1357
+ function bulkUpdateExperiences(payload) {
1358
+ function __bulkUpdateExperiences({ host }) {
1359
+ const serializedData = transformPaths(payload, [
1360
+ {
1361
+ transformFn: transformSDKFieldMaskToRESTFieldMask,
1362
+ paths: [{ path: "experiences.fieldMask" }]
1363
+ },
1364
+ {
1365
+ transformFn: transformSDKTimestampToRESTTimestamp,
1366
+ paths: [
1367
+ { path: "experiences.experience.createdDate" },
1368
+ { path: "experiences.experience.updatedDate" },
1369
+ {
1370
+ path: "experiences.experience.configuration.displayInfo.richContent.metadata.createdTimestamp"
1371
+ },
1372
+ {
1373
+ path: "experiences.experience.configuration.displayInfo.richContent.metadata.updatedTimestamp"
1374
+ }
1375
+ ]
1376
+ },
1377
+ {
1378
+ transformFn: transformSDKFloatToRESTFloat,
1379
+ paths: [
1380
+ {
1381
+ path: "experiences.experience.configuration.displayInfo.richContent.nodes.buttonData.styles.background.gradient.centerX"
1382
+ },
1383
+ {
1384
+ path: "experiences.experience.configuration.displayInfo.richContent.nodes.buttonData.styles.background.gradient.centerY"
1385
+ },
1386
+ {
1387
+ path: "experiences.experience.configuration.displayInfo.richContent.nodes.buttonData.styles.background.gradient.stops.position"
1388
+ },
1389
+ {
1390
+ path: "experiences.experience.configuration.displayInfo.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
1391
+ },
1392
+ {
1393
+ path: "experiences.experience.configuration.displayInfo.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
1394
+ },
1395
+ {
1396
+ path: "experiences.experience.configuration.displayInfo.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
1397
+ },
1398
+ {
1399
+ path: "experiences.experience.configuration.displayInfo.richContent.nodes.galleryData.items.image.media.duration"
1400
+ },
1401
+ {
1402
+ path: "experiences.experience.configuration.displayInfo.richContent.nodes.galleryData.items.video.media.duration"
1403
+ },
1404
+ {
1405
+ path: "experiences.experience.configuration.displayInfo.richContent.nodes.galleryData.items.video.thumbnail.duration"
1406
+ },
1407
+ {
1408
+ path: "experiences.experience.configuration.displayInfo.richContent.nodes.galleryData.options.item.ratio"
1409
+ },
1410
+ {
1411
+ path: "experiences.experience.configuration.displayInfo.richContent.nodes.imageData.image.duration"
1412
+ },
1413
+ {
1414
+ path: "experiences.experience.configuration.displayInfo.richContent.nodes.mapData.mapSettings.lat"
1415
+ },
1416
+ {
1417
+ path: "experiences.experience.configuration.displayInfo.richContent.nodes.mapData.mapSettings.lng"
1418
+ },
1419
+ {
1420
+ path: "experiences.experience.configuration.displayInfo.richContent.nodes.pollData.poll.image.duration"
1421
+ },
1422
+ {
1423
+ path: "experiences.experience.configuration.displayInfo.richContent.nodes.pollData.poll.options.image.duration"
1424
+ },
1425
+ {
1426
+ path: "experiences.experience.configuration.displayInfo.richContent.nodes.pollData.design.poll.background.image.duration"
1427
+ },
1428
+ {
1429
+ path: "experiences.experience.configuration.displayInfo.richContent.nodes.appEmbedData.image.duration"
1430
+ },
1431
+ {
1432
+ path: "experiences.experience.configuration.displayInfo.richContent.nodes.videoData.video.duration"
1433
+ },
1434
+ {
1435
+ path: "experiences.experience.configuration.displayInfo.richContent.nodes.videoData.thumbnail.duration"
1436
+ },
1437
+ {
1438
+ path: "experiences.experience.configuration.displayInfo.richContent.nodes.audioData.audio.duration"
1439
+ },
1440
+ {
1441
+ path: "experiences.experience.configuration.displayInfo.richContent.nodes.audioData.coverImage.duration"
1442
+ },
1443
+ {
1444
+ path: "experiences.experience.configuration.displayInfo.richContent.nodes.layoutData.backgroundImage.media.duration"
1445
+ },
1446
+ {
1447
+ path: "experiences.experience.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.media.duration"
1448
+ },
1449
+ {
1450
+ path: "experiences.experience.configuration.displayInfo.richContent.nodes.layoutData.background.gradient.centerX"
1451
+ },
1452
+ {
1453
+ path: "experiences.experience.configuration.displayInfo.richContent.nodes.layoutData.background.gradient.centerY"
1454
+ },
1455
+ {
1456
+ path: "experiences.experience.configuration.displayInfo.richContent.nodes.layoutData.background.gradient.stops.position"
1457
+ },
1458
+ {
1459
+ path: "experiences.experience.configuration.displayInfo.richContent.nodes.layoutData.backdrop.gradient.centerX"
1460
+ },
1461
+ {
1462
+ path: "experiences.experience.configuration.displayInfo.richContent.nodes.layoutData.backdrop.gradient.centerY"
1463
+ },
1464
+ {
1465
+ path: "experiences.experience.configuration.displayInfo.richContent.nodes.layoutData.backdrop.gradient.stops.position"
1466
+ },
1467
+ {
1468
+ path: "experiences.experience.configuration.displayInfo.richContent.nodes.shapeData.shape.duration"
1469
+ },
1470
+ {
1471
+ path: "experiences.experience.configuration.displayInfo.richContent.nodes.cardData.background.gradient.centerX"
1472
+ },
1473
+ {
1474
+ path: "experiences.experience.configuration.displayInfo.richContent.nodes.cardData.background.gradient.centerY"
1475
+ },
1476
+ {
1477
+ path: "experiences.experience.configuration.displayInfo.richContent.nodes.cardData.background.gradient.stops.position"
1478
+ },
1479
+ {
1480
+ path: "experiences.experience.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.media.duration"
1481
+ },
1482
+ {
1483
+ path: "experiences.experience.configuration.displayInfo.richContent.nodes.tocData.fontSize"
1484
+ },
1485
+ {
1486
+ path: "experiences.experience.configuration.displayInfo.richContent.nodes.tocData.itemSpacing"
1487
+ },
1488
+ {
1489
+ path: "experiences.experience.configuration.displayInfo.richContent.nodes.smartBlockCellData.shape.duration"
1490
+ }
1491
+ ]
1492
+ }
1493
+ ]);
1494
+ const metadata = {
1495
+ entityFqdn: "wix.table_reservations.v1.experience",
1496
+ method: "POST",
1497
+ methodFqn: "wix.table_reservations.experience.v1.ExperiencesService.BulkUpdateExperiences",
1498
+ packageName: PACKAGE_NAME,
1499
+ migrationOptions: {
1500
+ optInTransformResponse: true
1501
+ },
1502
+ url: resolveWixTableReservationsExperienceV1ExperiencesServiceUrl({
1503
+ protoPath: "/v1/bulk/experiences/update",
1504
+ data: serializedData,
1505
+ host
1506
+ }),
1507
+ data: serializedData,
1508
+ transformResponse: (payload2) => transformPaths(payload2, [
1509
+ {
1510
+ transformFn: transformRESTTimestampToSDKTimestamp,
1511
+ paths: [
1512
+ { path: "results.item.createdDate" },
1513
+ { path: "results.item.updatedDate" },
1514
+ {
1515
+ path: "results.item.configuration.displayInfo.richContent.metadata.createdTimestamp"
1516
+ },
1517
+ {
1518
+ path: "results.item.configuration.displayInfo.richContent.metadata.updatedTimestamp"
1519
+ }
1520
+ ]
1521
+ },
1522
+ {
1523
+ transformFn: transformRESTFloatToSDKFloat,
1524
+ paths: [
1525
+ {
1526
+ path: "results.item.configuration.displayInfo.richContent.nodes.buttonData.styles.background.gradient.centerX"
1527
+ },
1528
+ {
1529
+ path: "results.item.configuration.displayInfo.richContent.nodes.buttonData.styles.background.gradient.centerY"
1530
+ },
1531
+ {
1532
+ path: "results.item.configuration.displayInfo.richContent.nodes.buttonData.styles.background.gradient.stops.position"
1533
+ },
1534
+ {
1535
+ path: "results.item.configuration.displayInfo.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
1536
+ },
1537
+ {
1538
+ path: "results.item.configuration.displayInfo.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
1539
+ },
1540
+ {
1541
+ path: "results.item.configuration.displayInfo.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
1542
+ },
1543
+ {
1544
+ path: "results.item.configuration.displayInfo.richContent.nodes.galleryData.items.image.media.duration"
1545
+ },
1546
+ {
1547
+ path: "results.item.configuration.displayInfo.richContent.nodes.galleryData.items.video.media.duration"
1548
+ },
1549
+ {
1550
+ path: "results.item.configuration.displayInfo.richContent.nodes.galleryData.items.video.thumbnail.duration"
1551
+ },
1552
+ {
1553
+ path: "results.item.configuration.displayInfo.richContent.nodes.galleryData.options.item.ratio"
1554
+ },
1555
+ {
1556
+ path: "results.item.configuration.displayInfo.richContent.nodes.imageData.image.duration"
1557
+ },
1558
+ {
1559
+ path: "results.item.configuration.displayInfo.richContent.nodes.mapData.mapSettings.lat"
1560
+ },
1561
+ {
1562
+ path: "results.item.configuration.displayInfo.richContent.nodes.mapData.mapSettings.lng"
1563
+ },
1564
+ {
1565
+ path: "results.item.configuration.displayInfo.richContent.nodes.pollData.poll.image.duration"
1566
+ },
1567
+ {
1568
+ path: "results.item.configuration.displayInfo.richContent.nodes.pollData.poll.options.image.duration"
1569
+ },
1570
+ {
1571
+ path: "results.item.configuration.displayInfo.richContent.nodes.pollData.design.poll.background.image.duration"
1572
+ },
1573
+ {
1574
+ path: "results.item.configuration.displayInfo.richContent.nodes.appEmbedData.image.duration"
1575
+ },
1576
+ {
1577
+ path: "results.item.configuration.displayInfo.richContent.nodes.videoData.video.duration"
1578
+ },
1579
+ {
1580
+ path: "results.item.configuration.displayInfo.richContent.nodes.videoData.thumbnail.duration"
1581
+ },
1582
+ {
1583
+ path: "results.item.configuration.displayInfo.richContent.nodes.audioData.audio.duration"
1584
+ },
1585
+ {
1586
+ path: "results.item.configuration.displayInfo.richContent.nodes.audioData.coverImage.duration"
1587
+ },
1588
+ {
1589
+ path: "results.item.configuration.displayInfo.richContent.nodes.layoutData.backgroundImage.media.duration"
1590
+ },
1591
+ {
1592
+ path: "results.item.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.media.duration"
1593
+ },
1594
+ {
1595
+ path: "results.item.configuration.displayInfo.richContent.nodes.layoutData.background.gradient.centerX"
1596
+ },
1597
+ {
1598
+ path: "results.item.configuration.displayInfo.richContent.nodes.layoutData.background.gradient.centerY"
1599
+ },
1600
+ {
1601
+ path: "results.item.configuration.displayInfo.richContent.nodes.layoutData.background.gradient.stops.position"
1602
+ },
1603
+ {
1604
+ path: "results.item.configuration.displayInfo.richContent.nodes.layoutData.backdrop.gradient.centerX"
1605
+ },
1606
+ {
1607
+ path: "results.item.configuration.displayInfo.richContent.nodes.layoutData.backdrop.gradient.centerY"
1608
+ },
1609
+ {
1610
+ path: "results.item.configuration.displayInfo.richContent.nodes.layoutData.backdrop.gradient.stops.position"
1611
+ },
1612
+ {
1613
+ path: "results.item.configuration.displayInfo.richContent.nodes.shapeData.shape.duration"
1614
+ },
1615
+ {
1616
+ path: "results.item.configuration.displayInfo.richContent.nodes.cardData.background.gradient.centerX"
1617
+ },
1618
+ {
1619
+ path: "results.item.configuration.displayInfo.richContent.nodes.cardData.background.gradient.centerY"
1620
+ },
1621
+ {
1622
+ path: "results.item.configuration.displayInfo.richContent.nodes.cardData.background.gradient.stops.position"
1623
+ },
1624
+ {
1625
+ path: "results.item.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.media.duration"
1626
+ },
1627
+ {
1628
+ path: "results.item.configuration.displayInfo.richContent.nodes.tocData.fontSize"
1629
+ },
1630
+ {
1631
+ path: "results.item.configuration.displayInfo.richContent.nodes.tocData.itemSpacing"
1632
+ },
1633
+ {
1634
+ path: "results.item.configuration.displayInfo.richContent.nodes.smartBlockCellData.shape.duration"
1635
+ }
1636
+ ]
1637
+ }
1638
+ ])
1639
+ };
1640
+ return metadata;
1641
+ }
1642
+ return __bulkUpdateExperiences;
1643
+ }
1357
1644
  function bulkUpdateExperienceTags(payload) {
1358
1645
  function __bulkUpdateExperienceTags({ host }) {
1359
1646
  const metadata = {
@@ -1527,6 +1814,7 @@ var NodeType = /* @__PURE__ */ ((NodeType2) => {
1527
1814
  NodeType2["TOC"] = "TOC";
1528
1815
  NodeType2["SMART_BLOCK"] = "SMART_BLOCK";
1529
1816
  NodeType2["SMART_BLOCK_CELL"] = "SMART_BLOCK_CELL";
1817
+ NodeType2["CHECKBOX_LIST"] = "CHECKBOX_LIST";
1530
1818
  return NodeType2;
1531
1819
  })(NodeType || {});
1532
1820
  var BackgroundType = /* @__PURE__ */ ((BackgroundType2) => {
@@ -1879,6 +2167,10 @@ var SmartBlockDataType = /* @__PURE__ */ ((SmartBlockDataType2) => {
1879
2167
  SmartBlockDataType2["PILLS"] = "PILLS";
1880
2168
  SmartBlockDataType2["STAR_RATING"] = "STAR_RATING";
1881
2169
  SmartBlockDataType2["QUOTE_BOXES"] = "QUOTE_BOXES";
2170
+ SmartBlockDataType2["CIRCLE"] = "CIRCLE";
2171
+ SmartBlockDataType2["PYRAMID"] = "PYRAMID";
2172
+ SmartBlockDataType2["STAIRCASE"] = "STAIRCASE";
2173
+ SmartBlockDataType2["VERTICAL_FUNNEL"] = "VERTICAL_FUNNEL";
1882
2174
  return SmartBlockDataType2;
1883
2175
  })(SmartBlockDataType || {});
1884
2176
  var ColumnSize = /* @__PURE__ */ ((ColumnSize2) => {
@@ -2359,6 +2651,81 @@ async function searchExperiences2(search) {
2359
2651
  throw transformedError;
2360
2652
  }
2361
2653
  }
2654
+ async function bulkUpdateExperiences2(experiences, options) {
2655
+ const { httpClient, sideEffects } = arguments[2];
2656
+ const payload = transformPaths2(
2657
+ renameKeysFromSDKRequestToRESTRequest(
2658
+ { experiences, returnEntity: options?.returnEntity },
2659
+ ["experiences.experience.configuration.displayInfo.richContent"]
2660
+ ),
2661
+ [
2662
+ {
2663
+ transformFn: transformSDKPageURLV2ToRESTPageURLV2,
2664
+ paths: [
2665
+ { path: "experiences.experience.experiencePageUrl" },
2666
+ {
2667
+ path: "experiences.experience.configuration.reservationForm.privacyPolicy.url"
2668
+ },
2669
+ {
2670
+ path: "experiences.experience.configuration.reservationForm.termsAndConditions.url"
2671
+ }
2672
+ ]
2673
+ },
2674
+ {
2675
+ transformFn: transformSDKImageToRESTImage,
2676
+ paths: [
2677
+ {
2678
+ path: "experiences.experience.configuration.displayInfo.coverImage"
2679
+ }
2680
+ ]
2681
+ }
2682
+ ]
2683
+ );
2684
+ const reqOpts = bulkUpdateExperiences(payload);
2685
+ sideEffects?.onSiteCall?.();
2686
+ try {
2687
+ const result = await httpClient.request(reqOpts);
2688
+ sideEffects?.onSuccess?.(result);
2689
+ return renameKeysFromRESTResponseToSDKResponse(
2690
+ transformPaths2(result.data, [
2691
+ {
2692
+ transformFn: transformRESTPageURLV2ToSDKPageURLV2,
2693
+ paths: [
2694
+ { path: "results.item.experiencePageUrl" },
2695
+ {
2696
+ path: "results.item.configuration.reservationForm.privacyPolicy.url"
2697
+ },
2698
+ {
2699
+ path: "results.item.configuration.reservationForm.termsAndConditions.url"
2700
+ }
2701
+ ]
2702
+ },
2703
+ {
2704
+ transformFn: transformRESTImageToSDKImage,
2705
+ paths: [
2706
+ { path: "results.item.configuration.displayInfo.coverImage" }
2707
+ ]
2708
+ }
2709
+ ]),
2710
+ ["results.item.configuration.displayInfo.richContent"]
2711
+ );
2712
+ } catch (err) {
2713
+ const transformedError = sdkTransformError(
2714
+ err,
2715
+ {
2716
+ spreadPathsToArguments: {},
2717
+ explicitPathsToArguments: {
2718
+ experiences: "$[0]",
2719
+ returnEntity: "$[1].returnEntity"
2720
+ },
2721
+ singleArgumentUnchanged: false
2722
+ },
2723
+ ["experiences", "options"]
2724
+ );
2725
+ sideEffects?.onError?.(err);
2726
+ throw transformedError;
2727
+ }
2728
+ }
2362
2729
  async function bulkUpdateExperienceTags2(experienceIds, options) {
2363
2730
  const { httpClient, sideEffects } = arguments[2];
2364
2731
  const payload = renameKeysFromSDKRequestToRESTRequest(
@@ -2536,6 +2903,14 @@ function searchExperiences3(httpClient) {
2536
2903
  { httpClient }
2537
2904
  );
2538
2905
  }
2906
+ function bulkUpdateExperiences3(httpClient) {
2907
+ return (experiences, options) => bulkUpdateExperiences2(
2908
+ experiences,
2909
+ options,
2910
+ // @ts-ignore
2911
+ { httpClient }
2912
+ );
2913
+ }
2539
2914
  function bulkUpdateExperienceTags3(httpClient) {
2540
2915
  return (experienceIds, options) => bulkUpdateExperienceTags2(
2541
2916
  experienceIds,
@@ -3176,6 +3551,7 @@ var getExperience4 = /* @__PURE__ */ createRESTModule(getExperience3);
3176
3551
  var getExperienceBySlug4 = /* @__PURE__ */ createRESTModule(getExperienceBySlug3);
3177
3552
  var updateExperience4 = /* @__PURE__ */ createRESTModule(updateExperience3);
3178
3553
  var searchExperiences4 = /* @__PURE__ */ createRESTModule(searchExperiences3);
3554
+ var bulkUpdateExperiences4 = /* @__PURE__ */ createRESTModule(bulkUpdateExperiences3);
3179
3555
  var bulkUpdateExperienceTags4 = /* @__PURE__ */ createRESTModule(bulkUpdateExperienceTags3);
3180
3556
  var bulkUpdateExperienceTagsByFilter4 = /* @__PURE__ */ createRESTModule(bulkUpdateExperienceTagsByFilter3);
3181
3557
  var bulkArchiveExperiences4 = /* @__PURE__ */ createRESTModule(bulkArchiveExperiences3);
@@ -3271,6 +3647,7 @@ export {
3271
3647
  bulkUnarchiveExperiences4 as bulkUnarchiveExperiences,
3272
3648
  bulkUpdateExperienceTags4 as bulkUpdateExperienceTags,
3273
3649
  bulkUpdateExperienceTagsByFilter4 as bulkUpdateExperienceTagsByFilter,
3650
+ bulkUpdateExperiences4 as bulkUpdateExperiences,
3274
3651
  createExperience4 as createExperience,
3275
3652
  getExperience4 as getExperience,
3276
3653
  getExperienceBySlug4 as getExperienceBySlug,