@wix/auto_sdk_blog_posts 1.0.132 → 1.0.134

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";