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