@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.
@@ -1118,6 +1118,26 @@ var ModerationStatusStatus = /* @__PURE__ */ ((ModerationStatusStatus2) => {
1118
1118
  ModerationStatusStatus2["REJECTED"] = "REJECTED";
1119
1119
  return ModerationStatusStatus2;
1120
1120
  })(ModerationStatusStatus || {});
1121
+ var QueryPublicationsCountStatsRequestOrder = /* @__PURE__ */ ((QueryPublicationsCountStatsRequestOrder2) => {
1122
+ QueryPublicationsCountStatsRequestOrder2["UNKNOWN"] = "UNKNOWN";
1123
+ QueryPublicationsCountStatsRequestOrder2["OLDEST"] = "OLDEST";
1124
+ QueryPublicationsCountStatsRequestOrder2["NEWEST"] = "NEWEST";
1125
+ return QueryPublicationsCountStatsRequestOrder2;
1126
+ })(QueryPublicationsCountStatsRequestOrder || {});
1127
+ var Order = /* @__PURE__ */ ((Order2) => {
1128
+ Order2["UNKNOWN"] = "UNKNOWN";
1129
+ Order2["OLDEST"] = "OLDEST";
1130
+ Order2["NEWEST"] = "NEWEST";
1131
+ return Order2;
1132
+ })(Order || {});
1133
+ var WebhookIdentityType = /* @__PURE__ */ ((WebhookIdentityType2) => {
1134
+ WebhookIdentityType2["UNKNOWN"] = "UNKNOWN";
1135
+ WebhookIdentityType2["ANONYMOUS_VISITOR"] = "ANONYMOUS_VISITOR";
1136
+ WebhookIdentityType2["MEMBER"] = "MEMBER";
1137
+ WebhookIdentityType2["WIX_USER"] = "WIX_USER";
1138
+ WebhookIdentityType2["APP"] = "APP";
1139
+ return WebhookIdentityType2;
1140
+ })(WebhookIdentityType || {});
1121
1141
  var GetPostTemplatesSort = /* @__PURE__ */ ((GetPostTemplatesSort2) => {
1122
1142
  GetPostTemplatesSort2["PUBLISHED_DATE_ASC"] = "PUBLISHED_DATE_ASC";
1123
1143
  GetPostTemplatesSort2["PUBLISHED_DATE_DESC"] = "PUBLISHED_DATE_DESC";
@@ -1171,26 +1191,6 @@ var Status = /* @__PURE__ */ ((Status2) => {
1171
1191
  Status2["IN_REVIEW"] = "IN_REVIEW";
1172
1192
  return Status2;
1173
1193
  })(Status || {});
1174
- var WebhookIdentityType = /* @__PURE__ */ ((WebhookIdentityType2) => {
1175
- WebhookIdentityType2["UNKNOWN"] = "UNKNOWN";
1176
- WebhookIdentityType2["ANONYMOUS_VISITOR"] = "ANONYMOUS_VISITOR";
1177
- WebhookIdentityType2["MEMBER"] = "MEMBER";
1178
- WebhookIdentityType2["WIX_USER"] = "WIX_USER";
1179
- WebhookIdentityType2["APP"] = "APP";
1180
- return WebhookIdentityType2;
1181
- })(WebhookIdentityType || {});
1182
- var QueryPublicationsCountStatsRequestOrder = /* @__PURE__ */ ((QueryPublicationsCountStatsRequestOrder2) => {
1183
- QueryPublicationsCountStatsRequestOrder2["UNKNOWN"] = "UNKNOWN";
1184
- QueryPublicationsCountStatsRequestOrder2["OLDEST"] = "OLDEST";
1185
- QueryPublicationsCountStatsRequestOrder2["NEWEST"] = "NEWEST";
1186
- return QueryPublicationsCountStatsRequestOrder2;
1187
- })(QueryPublicationsCountStatsRequestOrder || {});
1188
- var Order = /* @__PURE__ */ ((Order2) => {
1189
- Order2["UNKNOWN"] = "UNKNOWN";
1190
- Order2["OLDEST"] = "OLDEST";
1191
- Order2["NEWEST"] = "NEWEST";
1192
- return Order2;
1193
- })(Order || {});
1194
1194
  var Field = /* @__PURE__ */ ((Field2) => {
1195
1195
  Field2["UNKNOWN"] = "UNKNOWN";
1196
1196
  Field2["TOTAL_COMMENTS"] = "TOTAL_COMMENTS";