@wix/auto_sdk_blog_posts 1.0.103 → 1.0.105

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.
package/build/es/meta.mjs CHANGED
@@ -1022,6 +1022,26 @@ var ModerationStatusStatus = /* @__PURE__ */ ((ModerationStatusStatus2) => {
1022
1022
  ModerationStatusStatus2["REJECTED"] = "REJECTED";
1023
1023
  return ModerationStatusStatus2;
1024
1024
  })(ModerationStatusStatus || {});
1025
+ var QueryPublicationsCountStatsRequestOrder = /* @__PURE__ */ ((QueryPublicationsCountStatsRequestOrder2) => {
1026
+ QueryPublicationsCountStatsRequestOrder2["UNKNOWN"] = "UNKNOWN";
1027
+ QueryPublicationsCountStatsRequestOrder2["OLDEST"] = "OLDEST";
1028
+ QueryPublicationsCountStatsRequestOrder2["NEWEST"] = "NEWEST";
1029
+ return QueryPublicationsCountStatsRequestOrder2;
1030
+ })(QueryPublicationsCountStatsRequestOrder || {});
1031
+ var Order = /* @__PURE__ */ ((Order2) => {
1032
+ Order2["UNKNOWN"] = "UNKNOWN";
1033
+ Order2["OLDEST"] = "OLDEST";
1034
+ Order2["NEWEST"] = "NEWEST";
1035
+ return Order2;
1036
+ })(Order || {});
1037
+ var WebhookIdentityType = /* @__PURE__ */ ((WebhookIdentityType2) => {
1038
+ WebhookIdentityType2["UNKNOWN"] = "UNKNOWN";
1039
+ WebhookIdentityType2["ANONYMOUS_VISITOR"] = "ANONYMOUS_VISITOR";
1040
+ WebhookIdentityType2["MEMBER"] = "MEMBER";
1041
+ WebhookIdentityType2["WIX_USER"] = "WIX_USER";
1042
+ WebhookIdentityType2["APP"] = "APP";
1043
+ return WebhookIdentityType2;
1044
+ })(WebhookIdentityType || {});
1025
1045
  var GetPostTemplatesSort = /* @__PURE__ */ ((GetPostTemplatesSort2) => {
1026
1046
  GetPostTemplatesSort2["PUBLISHED_DATE_ASC"] = "PUBLISHED_DATE_ASC";
1027
1047
  GetPostTemplatesSort2["PUBLISHED_DATE_DESC"] = "PUBLISHED_DATE_DESC";
@@ -1075,26 +1095,6 @@ var Status = /* @__PURE__ */ ((Status2) => {
1075
1095
  Status2["IN_REVIEW"] = "IN_REVIEW";
1076
1096
  return Status2;
1077
1097
  })(Status || {});
1078
- var WebhookIdentityType = /* @__PURE__ */ ((WebhookIdentityType2) => {
1079
- WebhookIdentityType2["UNKNOWN"] = "UNKNOWN";
1080
- WebhookIdentityType2["ANONYMOUS_VISITOR"] = "ANONYMOUS_VISITOR";
1081
- WebhookIdentityType2["MEMBER"] = "MEMBER";
1082
- WebhookIdentityType2["WIX_USER"] = "WIX_USER";
1083
- WebhookIdentityType2["APP"] = "APP";
1084
- return WebhookIdentityType2;
1085
- })(WebhookIdentityType || {});
1086
- var QueryPublicationsCountStatsRequestOrder = /* @__PURE__ */ ((QueryPublicationsCountStatsRequestOrder2) => {
1087
- QueryPublicationsCountStatsRequestOrder2["UNKNOWN"] = "UNKNOWN";
1088
- QueryPublicationsCountStatsRequestOrder2["OLDEST"] = "OLDEST";
1089
- QueryPublicationsCountStatsRequestOrder2["NEWEST"] = "NEWEST";
1090
- return QueryPublicationsCountStatsRequestOrder2;
1091
- })(QueryPublicationsCountStatsRequestOrder || {});
1092
- var Order = /* @__PURE__ */ ((Order2) => {
1093
- Order2["UNKNOWN"] = "UNKNOWN";
1094
- Order2["OLDEST"] = "OLDEST";
1095
- Order2["NEWEST"] = "NEWEST";
1096
- return Order2;
1097
- })(Order || {});
1098
1098
  var Field = /* @__PURE__ */ ((Field2) => {
1099
1099
  Field2["UNKNOWN"] = "UNKNOWN";
1100
1100
  Field2["TOTAL_COMMENTS"] = "TOTAL_COMMENTS";