@wix/auto_sdk_blog_posts 1.0.161 → 1.0.162

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 (49) hide show
  1. package/build/cjs/index.d.ts +15 -11
  2. package/build/cjs/index.js +264 -42
  3. package/build/cjs/index.js.map +1 -1
  4. package/build/cjs/index.typings.d.ts +405 -367
  5. package/build/cjs/index.typings.js +161 -37
  6. package/build/cjs/index.typings.js.map +1 -1
  7. package/build/cjs/meta.d.ts +376 -350
  8. package/build/cjs/meta.js +155 -31
  9. package/build/cjs/meta.js.map +1 -1
  10. package/build/cjs/schemas.d.ts +86 -84
  11. package/build/cjs/schemas.js +153 -147
  12. package/build/cjs/schemas.js.map +1 -1
  13. package/build/es/index.d.mts +15 -11
  14. package/build/es/index.mjs +264 -42
  15. package/build/es/index.mjs.map +1 -1
  16. package/build/es/index.typings.d.mts +405 -367
  17. package/build/es/index.typings.mjs +161 -37
  18. package/build/es/index.typings.mjs.map +1 -1
  19. package/build/es/meta.d.mts +376 -350
  20. package/build/es/meta.mjs +155 -31
  21. package/build/es/meta.mjs.map +1 -1
  22. package/build/es/schemas.d.mts +86 -84
  23. package/build/es/schemas.mjs +153 -147
  24. package/build/es/schemas.mjs.map +1 -1
  25. package/build/internal/cjs/index.d.ts +15 -11
  26. package/build/internal/cjs/index.js +264 -42
  27. package/build/internal/cjs/index.js.map +1 -1
  28. package/build/internal/cjs/index.typings.d.ts +405 -367
  29. package/build/internal/cjs/index.typings.js +161 -37
  30. package/build/internal/cjs/index.typings.js.map +1 -1
  31. package/build/internal/cjs/meta.d.ts +376 -350
  32. package/build/internal/cjs/meta.js +155 -31
  33. package/build/internal/cjs/meta.js.map +1 -1
  34. package/build/internal/cjs/schemas.d.ts +86 -84
  35. package/build/internal/cjs/schemas.js +153 -147
  36. package/build/internal/cjs/schemas.js.map +1 -1
  37. package/build/internal/es/index.d.mts +15 -11
  38. package/build/internal/es/index.mjs +264 -42
  39. package/build/internal/es/index.mjs.map +1 -1
  40. package/build/internal/es/index.typings.d.mts +405 -367
  41. package/build/internal/es/index.typings.mjs +161 -37
  42. package/build/internal/es/index.typings.mjs.map +1 -1
  43. package/build/internal/es/meta.d.mts +376 -350
  44. package/build/internal/es/meta.mjs +155 -31
  45. package/build/internal/es/meta.mjs.map +1 -1
  46. package/build/internal/es/schemas.d.mts +86 -84
  47. package/build/internal/es/schemas.mjs +153 -147
  48. package/build/internal/es/schemas.mjs.map +1 -1
  49. package/package.json +2 -2
@@ -390,6 +390,10 @@ function getPost(payload) {
390
390
  },
391
391
  { path: "post.richContent.nodes.galleryData.options.item.ratio" },
392
392
  { path: "post.richContent.nodes.imageData.image.duration" },
393
+ { path: "post.richContent.nodes.imageData.crop.x" },
394
+ { path: "post.richContent.nodes.imageData.crop.y" },
395
+ { path: "post.richContent.nodes.imageData.crop.width" },
396
+ { path: "post.richContent.nodes.imageData.crop.height" },
393
397
  { path: "post.richContent.nodes.mapData.mapSettings.lat" },
394
398
  { path: "post.richContent.nodes.mapData.mapSettings.lng" },
395
399
  { path: "post.richContent.nodes.pollData.poll.image.duration" },
@@ -407,9 +411,27 @@ function getPost(payload) {
407
411
  {
408
412
  path: "post.richContent.nodes.layoutData.backgroundImage.media.duration"
409
413
  },
414
+ {
415
+ path: "post.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerX"
416
+ },
417
+ {
418
+ path: "post.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerY"
419
+ },
420
+ {
421
+ path: "post.richContent.nodes.layoutData.backgroundImage.overlay.gradient.stops.position"
422
+ },
410
423
  {
411
424
  path: "post.richContent.nodes.layoutData.backdropImage.media.duration"
412
425
  },
426
+ {
427
+ path: "post.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerX"
428
+ },
429
+ {
430
+ path: "post.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerY"
431
+ },
432
+ {
433
+ path: "post.richContent.nodes.layoutData.backdropImage.overlay.gradient.stops.position"
434
+ },
413
435
  {
414
436
  path: "post.richContent.nodes.layoutData.background.gradient.centerX"
415
437
  },
@@ -441,6 +463,15 @@ function getPost(payload) {
441
463
  {
442
464
  path: "post.richContent.nodes.cardData.backgroundImage.media.duration"
443
465
  },
466
+ {
467
+ path: "post.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerX"
468
+ },
469
+ {
470
+ path: "post.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerY"
471
+ },
472
+ {
473
+ path: "post.richContent.nodes.cardData.backgroundImage.overlay.gradient.stops.position"
474
+ },
444
475
  { path: "post.richContent.nodes.tocData.fontSize" },
445
476
  { path: "post.richContent.nodes.tocData.itemSpacing" },
446
477
  {
@@ -541,6 +572,10 @@ function getPostBySlug(payload) {
541
572
  },
542
573
  { path: "post.richContent.nodes.galleryData.options.item.ratio" },
543
574
  { path: "post.richContent.nodes.imageData.image.duration" },
575
+ { path: "post.richContent.nodes.imageData.crop.x" },
576
+ { path: "post.richContent.nodes.imageData.crop.y" },
577
+ { path: "post.richContent.nodes.imageData.crop.width" },
578
+ { path: "post.richContent.nodes.imageData.crop.height" },
544
579
  { path: "post.richContent.nodes.mapData.mapSettings.lat" },
545
580
  { path: "post.richContent.nodes.mapData.mapSettings.lng" },
546
581
  { path: "post.richContent.nodes.pollData.poll.image.duration" },
@@ -558,9 +593,27 @@ function getPostBySlug(payload) {
558
593
  {
559
594
  path: "post.richContent.nodes.layoutData.backgroundImage.media.duration"
560
595
  },
596
+ {
597
+ path: "post.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerX"
598
+ },
599
+ {
600
+ path: "post.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerY"
601
+ },
602
+ {
603
+ path: "post.richContent.nodes.layoutData.backgroundImage.overlay.gradient.stops.position"
604
+ },
561
605
  {
562
606
  path: "post.richContent.nodes.layoutData.backdropImage.media.duration"
563
607
  },
608
+ {
609
+ path: "post.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerX"
610
+ },
611
+ {
612
+ path: "post.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerY"
613
+ },
614
+ {
615
+ path: "post.richContent.nodes.layoutData.backdropImage.overlay.gradient.stops.position"
616
+ },
564
617
  {
565
618
  path: "post.richContent.nodes.layoutData.background.gradient.centerX"
566
619
  },
@@ -592,6 +645,15 @@ function getPostBySlug(payload) {
592
645
  {
593
646
  path: "post.richContent.nodes.cardData.backgroundImage.media.duration"
594
647
  },
648
+ {
649
+ path: "post.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerX"
650
+ },
651
+ {
652
+ path: "post.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerY"
653
+ },
654
+ {
655
+ path: "post.richContent.nodes.cardData.backgroundImage.overlay.gradient.stops.position"
656
+ },
595
657
  { path: "post.richContent.nodes.tocData.fontSize" },
596
658
  { path: "post.richContent.nodes.tocData.itemSpacing" },
597
659
  {
@@ -696,6 +758,10 @@ function listPosts(payload) {
696
758
  path: "posts.richContent.nodes.galleryData.options.item.ratio"
697
759
  },
698
760
  { path: "posts.richContent.nodes.imageData.image.duration" },
761
+ { path: "posts.richContent.nodes.imageData.crop.x" },
762
+ { path: "posts.richContent.nodes.imageData.crop.y" },
763
+ { path: "posts.richContent.nodes.imageData.crop.width" },
764
+ { path: "posts.richContent.nodes.imageData.crop.height" },
699
765
  { path: "posts.richContent.nodes.mapData.mapSettings.lat" },
700
766
  { path: "posts.richContent.nodes.mapData.mapSettings.lng" },
701
767
  { path: "posts.richContent.nodes.pollData.poll.image.duration" },
@@ -713,9 +779,27 @@ function listPosts(payload) {
713
779
  {
714
780
  path: "posts.richContent.nodes.layoutData.backgroundImage.media.duration"
715
781
  },
782
+ {
783
+ path: "posts.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerX"
784
+ },
785
+ {
786
+ path: "posts.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerY"
787
+ },
788
+ {
789
+ path: "posts.richContent.nodes.layoutData.backgroundImage.overlay.gradient.stops.position"
790
+ },
716
791
  {
717
792
  path: "posts.richContent.nodes.layoutData.backdropImage.media.duration"
718
793
  },
794
+ {
795
+ path: "posts.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerX"
796
+ },
797
+ {
798
+ path: "posts.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerY"
799
+ },
800
+ {
801
+ path: "posts.richContent.nodes.layoutData.backdropImage.overlay.gradient.stops.position"
802
+ },
719
803
  {
720
804
  path: "posts.richContent.nodes.layoutData.background.gradient.centerX"
721
805
  },
@@ -747,6 +831,15 @@ function listPosts(payload) {
747
831
  {
748
832
  path: "posts.richContent.nodes.cardData.backgroundImage.media.duration"
749
833
  },
834
+ {
835
+ path: "posts.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerX"
836
+ },
837
+ {
838
+ path: "posts.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerY"
839
+ },
840
+ {
841
+ path: "posts.richContent.nodes.cardData.backgroundImage.overlay.gradient.stops.position"
842
+ },
750
843
  { path: "posts.richContent.nodes.tocData.fontSize" },
751
844
  { path: "posts.richContent.nodes.tocData.itemSpacing" },
752
845
  {
@@ -851,6 +944,10 @@ function queryPosts(payload) {
851
944
  path: "posts.richContent.nodes.galleryData.options.item.ratio"
852
945
  },
853
946
  { path: "posts.richContent.nodes.imageData.image.duration" },
947
+ { path: "posts.richContent.nodes.imageData.crop.x" },
948
+ { path: "posts.richContent.nodes.imageData.crop.y" },
949
+ { path: "posts.richContent.nodes.imageData.crop.width" },
950
+ { path: "posts.richContent.nodes.imageData.crop.height" },
854
951
  { path: "posts.richContent.nodes.mapData.mapSettings.lat" },
855
952
  { path: "posts.richContent.nodes.mapData.mapSettings.lng" },
856
953
  { path: "posts.richContent.nodes.pollData.poll.image.duration" },
@@ -868,9 +965,27 @@ function queryPosts(payload) {
868
965
  {
869
966
  path: "posts.richContent.nodes.layoutData.backgroundImage.media.duration"
870
967
  },
968
+ {
969
+ path: "posts.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerX"
970
+ },
971
+ {
972
+ path: "posts.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerY"
973
+ },
974
+ {
975
+ path: "posts.richContent.nodes.layoutData.backgroundImage.overlay.gradient.stops.position"
976
+ },
871
977
  {
872
978
  path: "posts.richContent.nodes.layoutData.backdropImage.media.duration"
873
979
  },
980
+ {
981
+ path: "posts.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerX"
982
+ },
983
+ {
984
+ path: "posts.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerY"
985
+ },
986
+ {
987
+ path: "posts.richContent.nodes.layoutData.backdropImage.overlay.gradient.stops.position"
988
+ },
874
989
  {
875
990
  path: "posts.richContent.nodes.layoutData.background.gradient.centerX"
876
991
  },
@@ -902,6 +1017,15 @@ function queryPosts(payload) {
902
1017
  {
903
1018
  path: "posts.richContent.nodes.cardData.backgroundImage.media.duration"
904
1019
  },
1020
+ {
1021
+ path: "posts.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerX"
1022
+ },
1023
+ {
1024
+ path: "posts.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerY"
1025
+ },
1026
+ {
1027
+ path: "posts.richContent.nodes.cardData.backgroundImage.overlay.gradient.stops.position"
1028
+ },
905
1029
  { path: "posts.richContent.nodes.tocData.fontSize" },
906
1030
  { path: "posts.richContent.nodes.tocData.itemSpacing" },
907
1031
  {
@@ -1252,6 +1376,11 @@ var ImagePosition = /* @__PURE__ */ ((ImagePosition2) => {
1252
1376
  ImagePosition2["BOTTOM_RIGHT"] = "BOTTOM_RIGHT";
1253
1377
  return ImagePosition2;
1254
1378
  })(ImagePosition || {});
1379
+ var LayoutDataBackgroundType = /* @__PURE__ */ ((LayoutDataBackgroundType2) => {
1380
+ LayoutDataBackgroundType2["COLOR"] = "COLOR";
1381
+ LayoutDataBackgroundType2["GRADIENT"] = "GRADIENT";
1382
+ return LayoutDataBackgroundType2;
1383
+ })(LayoutDataBackgroundType || {});
1255
1384
  var Origin = /* @__PURE__ */ ((Origin2) => {
1256
1385
  Origin2["IMAGE"] = "IMAGE";
1257
1386
  Origin2["LAYOUT"] = "LAYOUT";
@@ -1262,11 +1391,6 @@ var BannerPosition = /* @__PURE__ */ ((BannerPosition2) => {
1262
1391
  BannerPosition2["BOTTOM"] = "BOTTOM";
1263
1392
  return BannerPosition2;
1264
1393
  })(BannerPosition || {});
1265
- var LayoutDataBackgroundType = /* @__PURE__ */ ((LayoutDataBackgroundType2) => {
1266
- LayoutDataBackgroundType2["COLOR"] = "COLOR";
1267
- LayoutDataBackgroundType2["GRADIENT"] = "GRADIENT";
1268
- return LayoutDataBackgroundType2;
1269
- })(LayoutDataBackgroundType || {});
1270
1394
  var BackdropType = /* @__PURE__ */ ((BackdropType2) => {
1271
1395
  BackdropType2["COLOR"] = "COLOR";
1272
1396
  BackdropType2["GRADIENT"] = "GRADIENT";
@@ -1365,6 +1489,14 @@ var Status = /* @__PURE__ */ ((Status2) => {
1365
1489
  Status2["REJECTED"] = "REJECTED";
1366
1490
  return Status2;
1367
1491
  })(Status || {});
1492
+ var WebhookIdentityType = /* @__PURE__ */ ((WebhookIdentityType2) => {
1493
+ WebhookIdentityType2["UNKNOWN"] = "UNKNOWN";
1494
+ WebhookIdentityType2["ANONYMOUS_VISITOR"] = "ANONYMOUS_VISITOR";
1495
+ WebhookIdentityType2["MEMBER"] = "MEMBER";
1496
+ WebhookIdentityType2["WIX_USER"] = "WIX_USER";
1497
+ WebhookIdentityType2["APP"] = "APP";
1498
+ return WebhookIdentityType2;
1499
+ })(WebhookIdentityType || {});
1368
1500
  var QueryPublicationsCountStatsRequestOrder = /* @__PURE__ */ ((QueryPublicationsCountStatsRequestOrder2) => {
1369
1501
  QueryPublicationsCountStatsRequestOrder2["UNKNOWN"] = "UNKNOWN";
1370
1502
  QueryPublicationsCountStatsRequestOrder2["OLDEST"] = "OLDEST";
@@ -1377,22 +1509,16 @@ var Order = /* @__PURE__ */ ((Order2) => {
1377
1509
  Order2["NEWEST"] = "NEWEST";
1378
1510
  return Order2;
1379
1511
  })(Order || {});
1380
- var WebhookIdentityType = /* @__PURE__ */ ((WebhookIdentityType2) => {
1381
- WebhookIdentityType2["UNKNOWN"] = "UNKNOWN";
1382
- WebhookIdentityType2["ANONYMOUS_VISITOR"] = "ANONYMOUS_VISITOR";
1383
- WebhookIdentityType2["MEMBER"] = "MEMBER";
1384
- WebhookIdentityType2["WIX_USER"] = "WIX_USER";
1385
- WebhookIdentityType2["APP"] = "APP";
1386
- return WebhookIdentityType2;
1387
- })(WebhookIdentityType || {});
1388
- var Field = /* @__PURE__ */ ((Field2) => {
1389
- Field2["UNKNOWN"] = "UNKNOWN";
1390
- Field2["TOTAL_COMMENTS"] = "TOTAL_COMMENTS";
1391
- Field2["LIKE_COUNT"] = "LIKE_COUNT";
1392
- Field2["VIEW_COUNT"] = "VIEW_COUNT";
1393
- Field2["RATING_COUNT"] = "RATING_COUNT";
1394
- return Field2;
1395
- })(Field || {});
1512
+ var GetPostsSort = /* @__PURE__ */ ((GetPostsSort2) => {
1513
+ GetPostsSort2["FEED"] = "FEED";
1514
+ GetPostsSort2["PUBLISHED_DATE_ASC"] = "PUBLISHED_DATE_ASC";
1515
+ GetPostsSort2["PUBLISHED_DATE_DESC"] = "PUBLISHED_DATE_DESC";
1516
+ GetPostsSort2["VIEW_COUNT"] = "VIEW_COUNT";
1517
+ GetPostsSort2["LIKE_COUNT"] = "LIKE_COUNT";
1518
+ GetPostsSort2["TITLE_ASC"] = "TITLE_ASC";
1519
+ GetPostsSort2["TITLE_DESC"] = "TITLE_DESC";
1520
+ return GetPostsSort2;
1521
+ })(GetPostsSort || {});
1396
1522
  var PostFieldField = /* @__PURE__ */ ((PostFieldField2) => {
1397
1523
  PostFieldField2["UNKNOWN"] = "UNKNOWN";
1398
1524
  PostFieldField2["URL"] = "URL";
@@ -1404,16 +1530,14 @@ var PostFieldField = /* @__PURE__ */ ((PostFieldField2) => {
1404
1530
  PostFieldField2["REFERENCE_ID"] = "REFERENCE_ID";
1405
1531
  return PostFieldField2;
1406
1532
  })(PostFieldField || {});
1407
- var GetPostsSort = /* @__PURE__ */ ((GetPostsSort2) => {
1408
- GetPostsSort2["FEED"] = "FEED";
1409
- GetPostsSort2["PUBLISHED_DATE_ASC"] = "PUBLISHED_DATE_ASC";
1410
- GetPostsSort2["PUBLISHED_DATE_DESC"] = "PUBLISHED_DATE_DESC";
1411
- GetPostsSort2["VIEW_COUNT"] = "VIEW_COUNT";
1412
- GetPostsSort2["LIKE_COUNT"] = "LIKE_COUNT";
1413
- GetPostsSort2["TITLE_ASC"] = "TITLE_ASC";
1414
- GetPostsSort2["TITLE_DESC"] = "TITLE_DESC";
1415
- return GetPostsSort2;
1416
- })(GetPostsSort || {});
1533
+ var Field = /* @__PURE__ */ ((Field2) => {
1534
+ Field2["UNKNOWN"] = "UNKNOWN";
1535
+ Field2["TOTAL_COMMENTS"] = "TOTAL_COMMENTS";
1536
+ Field2["LIKE_COUNT"] = "LIKE_COUNT";
1537
+ Field2["VIEW_COUNT"] = "VIEW_COUNT";
1538
+ Field2["RATING_COUNT"] = "RATING_COUNT";
1539
+ return Field2;
1540
+ })(Field || {});
1417
1541
  var SortOrder = /* @__PURE__ */ ((SortOrder2) => {
1418
1542
  SortOrder2["ASC"] = "ASC";
1419
1543
  SortOrder2["DESC"] = "DESC";