@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.
@@ -1154,26 +1154,6 @@ var ModerationStatusStatus = /* @__PURE__ */ ((ModerationStatusStatus2) => {
1154
1154
  ModerationStatusStatus2["REJECTED"] = "REJECTED";
1155
1155
  return ModerationStatusStatus2;
1156
1156
  })(ModerationStatusStatus || {});
1157
- var QueryPublicationsCountStatsRequestOrder = /* @__PURE__ */ ((QueryPublicationsCountStatsRequestOrder2) => {
1158
- QueryPublicationsCountStatsRequestOrder2["UNKNOWN"] = "UNKNOWN";
1159
- QueryPublicationsCountStatsRequestOrder2["OLDEST"] = "OLDEST";
1160
- QueryPublicationsCountStatsRequestOrder2["NEWEST"] = "NEWEST";
1161
- return QueryPublicationsCountStatsRequestOrder2;
1162
- })(QueryPublicationsCountStatsRequestOrder || {});
1163
- var Order = /* @__PURE__ */ ((Order2) => {
1164
- Order2["UNKNOWN"] = "UNKNOWN";
1165
- Order2["OLDEST"] = "OLDEST";
1166
- Order2["NEWEST"] = "NEWEST";
1167
- return Order2;
1168
- })(Order || {});
1169
- var WebhookIdentityType = /* @__PURE__ */ ((WebhookIdentityType2) => {
1170
- WebhookIdentityType2["UNKNOWN"] = "UNKNOWN";
1171
- WebhookIdentityType2["ANONYMOUS_VISITOR"] = "ANONYMOUS_VISITOR";
1172
- WebhookIdentityType2["MEMBER"] = "MEMBER";
1173
- WebhookIdentityType2["WIX_USER"] = "WIX_USER";
1174
- WebhookIdentityType2["APP"] = "APP";
1175
- return WebhookIdentityType2;
1176
- })(WebhookIdentityType || {});
1177
1157
  var GetPostTemplatesSort = /* @__PURE__ */ ((GetPostTemplatesSort2) => {
1178
1158
  GetPostTemplatesSort2["PUBLISHED_DATE_ASC"] = "PUBLISHED_DATE_ASC";
1179
1159
  GetPostTemplatesSort2["PUBLISHED_DATE_DESC"] = "PUBLISHED_DATE_DESC";
@@ -1227,6 +1207,26 @@ var Status = /* @__PURE__ */ ((Status2) => {
1227
1207
  Status2["IN_REVIEW"] = "IN_REVIEW";
1228
1208
  return Status2;
1229
1209
  })(Status || {});
1210
+ var WebhookIdentityType = /* @__PURE__ */ ((WebhookIdentityType2) => {
1211
+ WebhookIdentityType2["UNKNOWN"] = "UNKNOWN";
1212
+ WebhookIdentityType2["ANONYMOUS_VISITOR"] = "ANONYMOUS_VISITOR";
1213
+ WebhookIdentityType2["MEMBER"] = "MEMBER";
1214
+ WebhookIdentityType2["WIX_USER"] = "WIX_USER";
1215
+ WebhookIdentityType2["APP"] = "APP";
1216
+ return WebhookIdentityType2;
1217
+ })(WebhookIdentityType || {});
1218
+ var QueryPublicationsCountStatsRequestOrder = /* @__PURE__ */ ((QueryPublicationsCountStatsRequestOrder2) => {
1219
+ QueryPublicationsCountStatsRequestOrder2["UNKNOWN"] = "UNKNOWN";
1220
+ QueryPublicationsCountStatsRequestOrder2["OLDEST"] = "OLDEST";
1221
+ QueryPublicationsCountStatsRequestOrder2["NEWEST"] = "NEWEST";
1222
+ return QueryPublicationsCountStatsRequestOrder2;
1223
+ })(QueryPublicationsCountStatsRequestOrder || {});
1224
+ var Order = /* @__PURE__ */ ((Order2) => {
1225
+ Order2["UNKNOWN"] = "UNKNOWN";
1226
+ Order2["OLDEST"] = "OLDEST";
1227
+ Order2["NEWEST"] = "NEWEST";
1228
+ return Order2;
1229
+ })(Order || {});
1230
1230
  var Field = /* @__PURE__ */ ((Field2) => {
1231
1231
  Field2["UNKNOWN"] = "UNKNOWN";
1232
1232
  Field2["TOTAL_COMMENTS"] = "TOTAL_COMMENTS";
@@ -1596,9 +1596,7 @@ async function typedQueryPosts(query, options) {
1596
1596
  }
1597
1597
  }
1598
1598
  var utils = {
1599
- query: {
1600
- ...(0, import_query_builder_utils.createQueryUtils)()
1601
- }
1599
+ ...(0, import_query_builder_utils.createQueryUtils)()
1602
1600
  };
1603
1601
  async function getPostMetrics2(postId) {
1604
1602
  const { httpClient, sideEffects } = arguments[1];