@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.
@@ -1127,26 +1127,6 @@ var ModerationStatusStatus = /* @__PURE__ */ ((ModerationStatusStatus2) => {
1127
1127
  ModerationStatusStatus2["REJECTED"] = "REJECTED";
1128
1128
  return ModerationStatusStatus2;
1129
1129
  })(ModerationStatusStatus || {});
1130
- var QueryPublicationsCountStatsRequestOrder = /* @__PURE__ */ ((QueryPublicationsCountStatsRequestOrder2) => {
1131
- QueryPublicationsCountStatsRequestOrder2["UNKNOWN"] = "UNKNOWN";
1132
- QueryPublicationsCountStatsRequestOrder2["OLDEST"] = "OLDEST";
1133
- QueryPublicationsCountStatsRequestOrder2["NEWEST"] = "NEWEST";
1134
- return QueryPublicationsCountStatsRequestOrder2;
1135
- })(QueryPublicationsCountStatsRequestOrder || {});
1136
- var Order = /* @__PURE__ */ ((Order2) => {
1137
- Order2["UNKNOWN"] = "UNKNOWN";
1138
- Order2["OLDEST"] = "OLDEST";
1139
- Order2["NEWEST"] = "NEWEST";
1140
- return Order2;
1141
- })(Order || {});
1142
- var WebhookIdentityType = /* @__PURE__ */ ((WebhookIdentityType2) => {
1143
- WebhookIdentityType2["UNKNOWN"] = "UNKNOWN";
1144
- WebhookIdentityType2["ANONYMOUS_VISITOR"] = "ANONYMOUS_VISITOR";
1145
- WebhookIdentityType2["MEMBER"] = "MEMBER";
1146
- WebhookIdentityType2["WIX_USER"] = "WIX_USER";
1147
- WebhookIdentityType2["APP"] = "APP";
1148
- return WebhookIdentityType2;
1149
- })(WebhookIdentityType || {});
1150
1130
  var GetPostTemplatesSort = /* @__PURE__ */ ((GetPostTemplatesSort2) => {
1151
1131
  GetPostTemplatesSort2["PUBLISHED_DATE_ASC"] = "PUBLISHED_DATE_ASC";
1152
1132
  GetPostTemplatesSort2["PUBLISHED_DATE_DESC"] = "PUBLISHED_DATE_DESC";
@@ -1200,6 +1180,26 @@ var Status = /* @__PURE__ */ ((Status2) => {
1200
1180
  Status2["IN_REVIEW"] = "IN_REVIEW";
1201
1181
  return Status2;
1202
1182
  })(Status || {});
1183
+ var WebhookIdentityType = /* @__PURE__ */ ((WebhookIdentityType2) => {
1184
+ WebhookIdentityType2["UNKNOWN"] = "UNKNOWN";
1185
+ WebhookIdentityType2["ANONYMOUS_VISITOR"] = "ANONYMOUS_VISITOR";
1186
+ WebhookIdentityType2["MEMBER"] = "MEMBER";
1187
+ WebhookIdentityType2["WIX_USER"] = "WIX_USER";
1188
+ WebhookIdentityType2["APP"] = "APP";
1189
+ return WebhookIdentityType2;
1190
+ })(WebhookIdentityType || {});
1191
+ var QueryPublicationsCountStatsRequestOrder = /* @__PURE__ */ ((QueryPublicationsCountStatsRequestOrder2) => {
1192
+ QueryPublicationsCountStatsRequestOrder2["UNKNOWN"] = "UNKNOWN";
1193
+ QueryPublicationsCountStatsRequestOrder2["OLDEST"] = "OLDEST";
1194
+ QueryPublicationsCountStatsRequestOrder2["NEWEST"] = "NEWEST";
1195
+ return QueryPublicationsCountStatsRequestOrder2;
1196
+ })(QueryPublicationsCountStatsRequestOrder || {});
1197
+ var Order = /* @__PURE__ */ ((Order2) => {
1198
+ Order2["UNKNOWN"] = "UNKNOWN";
1199
+ Order2["OLDEST"] = "OLDEST";
1200
+ Order2["NEWEST"] = "NEWEST";
1201
+ return Order2;
1202
+ })(Order || {});
1203
1203
  var Field = /* @__PURE__ */ ((Field2) => {
1204
1204
  Field2["UNKNOWN"] = "UNKNOWN";
1205
1205
  Field2["TOTAL_COMMENTS"] = "TOTAL_COMMENTS";