@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.
@@ -1065,26 +1065,6 @@ var ModerationStatusStatus = /* @__PURE__ */ ((ModerationStatusStatus2) => {
1065
1065
  ModerationStatusStatus2["REJECTED"] = "REJECTED";
1066
1066
  return ModerationStatusStatus2;
1067
1067
  })(ModerationStatusStatus || {});
1068
- var QueryPublicationsCountStatsRequestOrder = /* @__PURE__ */ ((QueryPublicationsCountStatsRequestOrder2) => {
1069
- QueryPublicationsCountStatsRequestOrder2["UNKNOWN"] = "UNKNOWN";
1070
- QueryPublicationsCountStatsRequestOrder2["OLDEST"] = "OLDEST";
1071
- QueryPublicationsCountStatsRequestOrder2["NEWEST"] = "NEWEST";
1072
- return QueryPublicationsCountStatsRequestOrder2;
1073
- })(QueryPublicationsCountStatsRequestOrder || {});
1074
- var Order = /* @__PURE__ */ ((Order2) => {
1075
- Order2["UNKNOWN"] = "UNKNOWN";
1076
- Order2["OLDEST"] = "OLDEST";
1077
- Order2["NEWEST"] = "NEWEST";
1078
- return Order2;
1079
- })(Order || {});
1080
- var WebhookIdentityType = /* @__PURE__ */ ((WebhookIdentityType2) => {
1081
- WebhookIdentityType2["UNKNOWN"] = "UNKNOWN";
1082
- WebhookIdentityType2["ANONYMOUS_VISITOR"] = "ANONYMOUS_VISITOR";
1083
- WebhookIdentityType2["MEMBER"] = "MEMBER";
1084
- WebhookIdentityType2["WIX_USER"] = "WIX_USER";
1085
- WebhookIdentityType2["APP"] = "APP";
1086
- return WebhookIdentityType2;
1087
- })(WebhookIdentityType || {});
1088
1068
  var GetPostTemplatesSort = /* @__PURE__ */ ((GetPostTemplatesSort2) => {
1089
1069
  GetPostTemplatesSort2["PUBLISHED_DATE_ASC"] = "PUBLISHED_DATE_ASC";
1090
1070
  GetPostTemplatesSort2["PUBLISHED_DATE_DESC"] = "PUBLISHED_DATE_DESC";
@@ -1138,6 +1118,26 @@ var Status = /* @__PURE__ */ ((Status2) => {
1138
1118
  Status2["IN_REVIEW"] = "IN_REVIEW";
1139
1119
  return Status2;
1140
1120
  })(Status || {});
1121
+ var WebhookIdentityType = /* @__PURE__ */ ((WebhookIdentityType2) => {
1122
+ WebhookIdentityType2["UNKNOWN"] = "UNKNOWN";
1123
+ WebhookIdentityType2["ANONYMOUS_VISITOR"] = "ANONYMOUS_VISITOR";
1124
+ WebhookIdentityType2["MEMBER"] = "MEMBER";
1125
+ WebhookIdentityType2["WIX_USER"] = "WIX_USER";
1126
+ WebhookIdentityType2["APP"] = "APP";
1127
+ return WebhookIdentityType2;
1128
+ })(WebhookIdentityType || {});
1129
+ var QueryPublicationsCountStatsRequestOrder = /* @__PURE__ */ ((QueryPublicationsCountStatsRequestOrder2) => {
1130
+ QueryPublicationsCountStatsRequestOrder2["UNKNOWN"] = "UNKNOWN";
1131
+ QueryPublicationsCountStatsRequestOrder2["OLDEST"] = "OLDEST";
1132
+ QueryPublicationsCountStatsRequestOrder2["NEWEST"] = "NEWEST";
1133
+ return QueryPublicationsCountStatsRequestOrder2;
1134
+ })(QueryPublicationsCountStatsRequestOrder || {});
1135
+ var Order = /* @__PURE__ */ ((Order2) => {
1136
+ Order2["UNKNOWN"] = "UNKNOWN";
1137
+ Order2["OLDEST"] = "OLDEST";
1138
+ Order2["NEWEST"] = "NEWEST";
1139
+ return Order2;
1140
+ })(Order || {});
1141
1141
  var Field = /* @__PURE__ */ ((Field2) => {
1142
1142
  Field2["UNKNOWN"] = "UNKNOWN";
1143
1143
  Field2["TOTAL_COMMENTS"] = "TOTAL_COMMENTS";
@@ -1507,9 +1507,7 @@ async function typedQueryPosts(query, options) {
1507
1507
  }
1508
1508
  }
1509
1509
  var utils = {
1510
- query: {
1511
- ...createQueryUtils()
1512
- }
1510
+ ...createQueryUtils()
1513
1511
  };
1514
1512
  async function getPostMetrics2(postId) {
1515
1513
  const { httpClient, sideEffects } = arguments[1];