@wix/auto_sdk_blog_posts 1.0.131 → 1.0.133

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.
@@ -1041,26 +1041,6 @@ var ModerationStatusStatus = /* @__PURE__ */ ((ModerationStatusStatus2) => {
1041
1041
  ModerationStatusStatus2["REJECTED"] = "REJECTED";
1042
1042
  return ModerationStatusStatus2;
1043
1043
  })(ModerationStatusStatus || {});
1044
- var QueryPublicationsCountStatsRequestOrder = /* @__PURE__ */ ((QueryPublicationsCountStatsRequestOrder2) => {
1045
- QueryPublicationsCountStatsRequestOrder2["UNKNOWN"] = "UNKNOWN";
1046
- QueryPublicationsCountStatsRequestOrder2["OLDEST"] = "OLDEST";
1047
- QueryPublicationsCountStatsRequestOrder2["NEWEST"] = "NEWEST";
1048
- return QueryPublicationsCountStatsRequestOrder2;
1049
- })(QueryPublicationsCountStatsRequestOrder || {});
1050
- var Order = /* @__PURE__ */ ((Order2) => {
1051
- Order2["UNKNOWN"] = "UNKNOWN";
1052
- Order2["OLDEST"] = "OLDEST";
1053
- Order2["NEWEST"] = "NEWEST";
1054
- return Order2;
1055
- })(Order || {});
1056
- var WebhookIdentityType = /* @__PURE__ */ ((WebhookIdentityType2) => {
1057
- WebhookIdentityType2["UNKNOWN"] = "UNKNOWN";
1058
- WebhookIdentityType2["ANONYMOUS_VISITOR"] = "ANONYMOUS_VISITOR";
1059
- WebhookIdentityType2["MEMBER"] = "MEMBER";
1060
- WebhookIdentityType2["WIX_USER"] = "WIX_USER";
1061
- WebhookIdentityType2["APP"] = "APP";
1062
- return WebhookIdentityType2;
1063
- })(WebhookIdentityType || {});
1064
1044
  var GetPostTemplatesSort = /* @__PURE__ */ ((GetPostTemplatesSort2) => {
1065
1045
  GetPostTemplatesSort2["PUBLISHED_DATE_ASC"] = "PUBLISHED_DATE_ASC";
1066
1046
  GetPostTemplatesSort2["PUBLISHED_DATE_DESC"] = "PUBLISHED_DATE_DESC";
@@ -1114,6 +1094,26 @@ var Status = /* @__PURE__ */ ((Status2) => {
1114
1094
  Status2["IN_REVIEW"] = "IN_REVIEW";
1115
1095
  return Status2;
1116
1096
  })(Status || {});
1097
+ var WebhookIdentityType = /* @__PURE__ */ ((WebhookIdentityType2) => {
1098
+ WebhookIdentityType2["UNKNOWN"] = "UNKNOWN";
1099
+ WebhookIdentityType2["ANONYMOUS_VISITOR"] = "ANONYMOUS_VISITOR";
1100
+ WebhookIdentityType2["MEMBER"] = "MEMBER";
1101
+ WebhookIdentityType2["WIX_USER"] = "WIX_USER";
1102
+ WebhookIdentityType2["APP"] = "APP";
1103
+ return WebhookIdentityType2;
1104
+ })(WebhookIdentityType || {});
1105
+ var QueryPublicationsCountStatsRequestOrder = /* @__PURE__ */ ((QueryPublicationsCountStatsRequestOrder2) => {
1106
+ QueryPublicationsCountStatsRequestOrder2["UNKNOWN"] = "UNKNOWN";
1107
+ QueryPublicationsCountStatsRequestOrder2["OLDEST"] = "OLDEST";
1108
+ QueryPublicationsCountStatsRequestOrder2["NEWEST"] = "NEWEST";
1109
+ return QueryPublicationsCountStatsRequestOrder2;
1110
+ })(QueryPublicationsCountStatsRequestOrder || {});
1111
+ var Order = /* @__PURE__ */ ((Order2) => {
1112
+ Order2["UNKNOWN"] = "UNKNOWN";
1113
+ Order2["OLDEST"] = "OLDEST";
1114
+ Order2["NEWEST"] = "NEWEST";
1115
+ return Order2;
1116
+ })(Order || {});
1117
1117
  var Field = /* @__PURE__ */ ((Field2) => {
1118
1118
  Field2["UNKNOWN"] = "UNKNOWN";
1119
1119
  Field2["TOTAL_COMMENTS"] = "TOTAL_COMMENTS";