@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.
@@ -1139,26 +1139,6 @@ var ModerationStatusStatus = /* @__PURE__ */ ((ModerationStatusStatus2) => {
1139
1139
  ModerationStatusStatus2["REJECTED"] = "REJECTED";
1140
1140
  return ModerationStatusStatus2;
1141
1141
  })(ModerationStatusStatus || {});
1142
- var QueryPublicationsCountStatsRequestOrder = /* @__PURE__ */ ((QueryPublicationsCountStatsRequestOrder2) => {
1143
- QueryPublicationsCountStatsRequestOrder2["UNKNOWN"] = "UNKNOWN";
1144
- QueryPublicationsCountStatsRequestOrder2["OLDEST"] = "OLDEST";
1145
- QueryPublicationsCountStatsRequestOrder2["NEWEST"] = "NEWEST";
1146
- return QueryPublicationsCountStatsRequestOrder2;
1147
- })(QueryPublicationsCountStatsRequestOrder || {});
1148
- var Order = /* @__PURE__ */ ((Order2) => {
1149
- Order2["UNKNOWN"] = "UNKNOWN";
1150
- Order2["OLDEST"] = "OLDEST";
1151
- Order2["NEWEST"] = "NEWEST";
1152
- return Order2;
1153
- })(Order || {});
1154
- var WebhookIdentityType = /* @__PURE__ */ ((WebhookIdentityType2) => {
1155
- WebhookIdentityType2["UNKNOWN"] = "UNKNOWN";
1156
- WebhookIdentityType2["ANONYMOUS_VISITOR"] = "ANONYMOUS_VISITOR";
1157
- WebhookIdentityType2["MEMBER"] = "MEMBER";
1158
- WebhookIdentityType2["WIX_USER"] = "WIX_USER";
1159
- WebhookIdentityType2["APP"] = "APP";
1160
- return WebhookIdentityType2;
1161
- })(WebhookIdentityType || {});
1162
1142
  var GetPostTemplatesSort = /* @__PURE__ */ ((GetPostTemplatesSort2) => {
1163
1143
  GetPostTemplatesSort2["PUBLISHED_DATE_ASC"] = "PUBLISHED_DATE_ASC";
1164
1144
  GetPostTemplatesSort2["PUBLISHED_DATE_DESC"] = "PUBLISHED_DATE_DESC";
@@ -1212,6 +1192,26 @@ var Status = /* @__PURE__ */ ((Status2) => {
1212
1192
  Status2["IN_REVIEW"] = "IN_REVIEW";
1213
1193
  return Status2;
1214
1194
  })(Status || {});
1195
+ var WebhookIdentityType = /* @__PURE__ */ ((WebhookIdentityType2) => {
1196
+ WebhookIdentityType2["UNKNOWN"] = "UNKNOWN";
1197
+ WebhookIdentityType2["ANONYMOUS_VISITOR"] = "ANONYMOUS_VISITOR";
1198
+ WebhookIdentityType2["MEMBER"] = "MEMBER";
1199
+ WebhookIdentityType2["WIX_USER"] = "WIX_USER";
1200
+ WebhookIdentityType2["APP"] = "APP";
1201
+ return WebhookIdentityType2;
1202
+ })(WebhookIdentityType || {});
1203
+ var QueryPublicationsCountStatsRequestOrder = /* @__PURE__ */ ((QueryPublicationsCountStatsRequestOrder2) => {
1204
+ QueryPublicationsCountStatsRequestOrder2["UNKNOWN"] = "UNKNOWN";
1205
+ QueryPublicationsCountStatsRequestOrder2["OLDEST"] = "OLDEST";
1206
+ QueryPublicationsCountStatsRequestOrder2["NEWEST"] = "NEWEST";
1207
+ return QueryPublicationsCountStatsRequestOrder2;
1208
+ })(QueryPublicationsCountStatsRequestOrder || {});
1209
+ var Order = /* @__PURE__ */ ((Order2) => {
1210
+ Order2["UNKNOWN"] = "UNKNOWN";
1211
+ Order2["OLDEST"] = "OLDEST";
1212
+ Order2["NEWEST"] = "NEWEST";
1213
+ return Order2;
1214
+ })(Order || {});
1215
1215
  var Field = /* @__PURE__ */ ((Field2) => {
1216
1216
  Field2["UNKNOWN"] = "UNKNOWN";
1217
1217
  Field2["TOTAL_COMMENTS"] = "TOTAL_COMMENTS";