@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.
@@ -1107,6 +1107,26 @@ var ModerationStatusStatus = /* @__PURE__ */ ((ModerationStatusStatus2) => {
1107
1107
  ModerationStatusStatus2["REJECTED"] = "REJECTED";
1108
1108
  return ModerationStatusStatus2;
1109
1109
  })(ModerationStatusStatus || {});
1110
+ var QueryPublicationsCountStatsRequestOrder = /* @__PURE__ */ ((QueryPublicationsCountStatsRequestOrder2) => {
1111
+ QueryPublicationsCountStatsRequestOrder2["UNKNOWN"] = "UNKNOWN";
1112
+ QueryPublicationsCountStatsRequestOrder2["OLDEST"] = "OLDEST";
1113
+ QueryPublicationsCountStatsRequestOrder2["NEWEST"] = "NEWEST";
1114
+ return QueryPublicationsCountStatsRequestOrder2;
1115
+ })(QueryPublicationsCountStatsRequestOrder || {});
1116
+ var Order = /* @__PURE__ */ ((Order2) => {
1117
+ Order2["UNKNOWN"] = "UNKNOWN";
1118
+ Order2["OLDEST"] = "OLDEST";
1119
+ Order2["NEWEST"] = "NEWEST";
1120
+ return Order2;
1121
+ })(Order || {});
1122
+ var WebhookIdentityType = /* @__PURE__ */ ((WebhookIdentityType2) => {
1123
+ WebhookIdentityType2["UNKNOWN"] = "UNKNOWN";
1124
+ WebhookIdentityType2["ANONYMOUS_VISITOR"] = "ANONYMOUS_VISITOR";
1125
+ WebhookIdentityType2["MEMBER"] = "MEMBER";
1126
+ WebhookIdentityType2["WIX_USER"] = "WIX_USER";
1127
+ WebhookIdentityType2["APP"] = "APP";
1128
+ return WebhookIdentityType2;
1129
+ })(WebhookIdentityType || {});
1110
1130
  var GetPostTemplatesSort = /* @__PURE__ */ ((GetPostTemplatesSort2) => {
1111
1131
  GetPostTemplatesSort2["PUBLISHED_DATE_ASC"] = "PUBLISHED_DATE_ASC";
1112
1132
  GetPostTemplatesSort2["PUBLISHED_DATE_DESC"] = "PUBLISHED_DATE_DESC";
@@ -1160,26 +1180,6 @@ var Status = /* @__PURE__ */ ((Status2) => {
1160
1180
  Status2["IN_REVIEW"] = "IN_REVIEW";
1161
1181
  return Status2;
1162
1182
  })(Status || {});
1163
- var WebhookIdentityType = /* @__PURE__ */ ((WebhookIdentityType2) => {
1164
- WebhookIdentityType2["UNKNOWN"] = "UNKNOWN";
1165
- WebhookIdentityType2["ANONYMOUS_VISITOR"] = "ANONYMOUS_VISITOR";
1166
- WebhookIdentityType2["MEMBER"] = "MEMBER";
1167
- WebhookIdentityType2["WIX_USER"] = "WIX_USER";
1168
- WebhookIdentityType2["APP"] = "APP";
1169
- return WebhookIdentityType2;
1170
- })(WebhookIdentityType || {});
1171
- var QueryPublicationsCountStatsRequestOrder = /* @__PURE__ */ ((QueryPublicationsCountStatsRequestOrder2) => {
1172
- QueryPublicationsCountStatsRequestOrder2["UNKNOWN"] = "UNKNOWN";
1173
- QueryPublicationsCountStatsRequestOrder2["OLDEST"] = "OLDEST";
1174
- QueryPublicationsCountStatsRequestOrder2["NEWEST"] = "NEWEST";
1175
- return QueryPublicationsCountStatsRequestOrder2;
1176
- })(QueryPublicationsCountStatsRequestOrder || {});
1177
- var Order = /* @__PURE__ */ ((Order2) => {
1178
- Order2["UNKNOWN"] = "UNKNOWN";
1179
- Order2["OLDEST"] = "OLDEST";
1180
- Order2["NEWEST"] = "NEWEST";
1181
- return Order2;
1182
- })(Order || {});
1183
1183
  var Field = /* @__PURE__ */ ((Field2) => {
1184
1184
  Field2["UNKNOWN"] = "UNKNOWN";
1185
1185
  Field2["TOTAL_COMMENTS"] = "TOTAL_COMMENTS";