@wix/auto_sdk_blog_posts 1.0.132 → 1.0.134

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.
@@ -1054,26 +1054,6 @@ var ModerationStatusStatus = /* @__PURE__ */ ((ModerationStatusStatus2) => {
1054
1054
  ModerationStatusStatus2["REJECTED"] = "REJECTED";
1055
1055
  return ModerationStatusStatus2;
1056
1056
  })(ModerationStatusStatus || {});
1057
- var QueryPublicationsCountStatsRequestOrder = /* @__PURE__ */ ((QueryPublicationsCountStatsRequestOrder2) => {
1058
- QueryPublicationsCountStatsRequestOrder2["UNKNOWN"] = "UNKNOWN";
1059
- QueryPublicationsCountStatsRequestOrder2["OLDEST"] = "OLDEST";
1060
- QueryPublicationsCountStatsRequestOrder2["NEWEST"] = "NEWEST";
1061
- return QueryPublicationsCountStatsRequestOrder2;
1062
- })(QueryPublicationsCountStatsRequestOrder || {});
1063
- var Order = /* @__PURE__ */ ((Order2) => {
1064
- Order2["UNKNOWN"] = "UNKNOWN";
1065
- Order2["OLDEST"] = "OLDEST";
1066
- Order2["NEWEST"] = "NEWEST";
1067
- return Order2;
1068
- })(Order || {});
1069
- var WebhookIdentityType = /* @__PURE__ */ ((WebhookIdentityType2) => {
1070
- WebhookIdentityType2["UNKNOWN"] = "UNKNOWN";
1071
- WebhookIdentityType2["ANONYMOUS_VISITOR"] = "ANONYMOUS_VISITOR";
1072
- WebhookIdentityType2["MEMBER"] = "MEMBER";
1073
- WebhookIdentityType2["WIX_USER"] = "WIX_USER";
1074
- WebhookIdentityType2["APP"] = "APP";
1075
- return WebhookIdentityType2;
1076
- })(WebhookIdentityType || {});
1077
1057
  var GetPostTemplatesSort = /* @__PURE__ */ ((GetPostTemplatesSort2) => {
1078
1058
  GetPostTemplatesSort2["PUBLISHED_DATE_ASC"] = "PUBLISHED_DATE_ASC";
1079
1059
  GetPostTemplatesSort2["PUBLISHED_DATE_DESC"] = "PUBLISHED_DATE_DESC";
@@ -1127,6 +1107,26 @@ var Status = /* @__PURE__ */ ((Status2) => {
1127
1107
  Status2["IN_REVIEW"] = "IN_REVIEW";
1128
1108
  return Status2;
1129
1109
  })(Status || {});
1110
+ var WebhookIdentityType = /* @__PURE__ */ ((WebhookIdentityType2) => {
1111
+ WebhookIdentityType2["UNKNOWN"] = "UNKNOWN";
1112
+ WebhookIdentityType2["ANONYMOUS_VISITOR"] = "ANONYMOUS_VISITOR";
1113
+ WebhookIdentityType2["MEMBER"] = "MEMBER";
1114
+ WebhookIdentityType2["WIX_USER"] = "WIX_USER";
1115
+ WebhookIdentityType2["APP"] = "APP";
1116
+ return WebhookIdentityType2;
1117
+ })(WebhookIdentityType || {});
1118
+ var QueryPublicationsCountStatsRequestOrder = /* @__PURE__ */ ((QueryPublicationsCountStatsRequestOrder2) => {
1119
+ QueryPublicationsCountStatsRequestOrder2["UNKNOWN"] = "UNKNOWN";
1120
+ QueryPublicationsCountStatsRequestOrder2["OLDEST"] = "OLDEST";
1121
+ QueryPublicationsCountStatsRequestOrder2["NEWEST"] = "NEWEST";
1122
+ return QueryPublicationsCountStatsRequestOrder2;
1123
+ })(QueryPublicationsCountStatsRequestOrder || {});
1124
+ var Order = /* @__PURE__ */ ((Order2) => {
1125
+ Order2["UNKNOWN"] = "UNKNOWN";
1126
+ Order2["OLDEST"] = "OLDEST";
1127
+ Order2["NEWEST"] = "NEWEST";
1128
+ return Order2;
1129
+ })(Order || {});
1130
1130
  var Field = /* @__PURE__ */ ((Field2) => {
1131
1131
  Field2["UNKNOWN"] = "UNKNOWN";
1132
1132
  Field2["TOTAL_COMMENTS"] = "TOTAL_COMMENTS";