@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.
@@ -1035,6 +1035,26 @@ var ModerationStatusStatus = /* @__PURE__ */ ((ModerationStatusStatus2) => {
1035
1035
  ModerationStatusStatus2["REJECTED"] = "REJECTED";
1036
1036
  return ModerationStatusStatus2;
1037
1037
  })(ModerationStatusStatus || {});
1038
+ var QueryPublicationsCountStatsRequestOrder = /* @__PURE__ */ ((QueryPublicationsCountStatsRequestOrder2) => {
1039
+ QueryPublicationsCountStatsRequestOrder2["UNKNOWN"] = "UNKNOWN";
1040
+ QueryPublicationsCountStatsRequestOrder2["OLDEST"] = "OLDEST";
1041
+ QueryPublicationsCountStatsRequestOrder2["NEWEST"] = "NEWEST";
1042
+ return QueryPublicationsCountStatsRequestOrder2;
1043
+ })(QueryPublicationsCountStatsRequestOrder || {});
1044
+ var Order = /* @__PURE__ */ ((Order2) => {
1045
+ Order2["UNKNOWN"] = "UNKNOWN";
1046
+ Order2["OLDEST"] = "OLDEST";
1047
+ Order2["NEWEST"] = "NEWEST";
1048
+ return Order2;
1049
+ })(Order || {});
1050
+ var WebhookIdentityType = /* @__PURE__ */ ((WebhookIdentityType2) => {
1051
+ WebhookIdentityType2["UNKNOWN"] = "UNKNOWN";
1052
+ WebhookIdentityType2["ANONYMOUS_VISITOR"] = "ANONYMOUS_VISITOR";
1053
+ WebhookIdentityType2["MEMBER"] = "MEMBER";
1054
+ WebhookIdentityType2["WIX_USER"] = "WIX_USER";
1055
+ WebhookIdentityType2["APP"] = "APP";
1056
+ return WebhookIdentityType2;
1057
+ })(WebhookIdentityType || {});
1038
1058
  var GetPostTemplatesSort = /* @__PURE__ */ ((GetPostTemplatesSort2) => {
1039
1059
  GetPostTemplatesSort2["PUBLISHED_DATE_ASC"] = "PUBLISHED_DATE_ASC";
1040
1060
  GetPostTemplatesSort2["PUBLISHED_DATE_DESC"] = "PUBLISHED_DATE_DESC";
@@ -1088,26 +1108,6 @@ var Status = /* @__PURE__ */ ((Status2) => {
1088
1108
  Status2["IN_REVIEW"] = "IN_REVIEW";
1089
1109
  return Status2;
1090
1110
  })(Status || {});
1091
- var WebhookIdentityType = /* @__PURE__ */ ((WebhookIdentityType2) => {
1092
- WebhookIdentityType2["UNKNOWN"] = "UNKNOWN";
1093
- WebhookIdentityType2["ANONYMOUS_VISITOR"] = "ANONYMOUS_VISITOR";
1094
- WebhookIdentityType2["MEMBER"] = "MEMBER";
1095
- WebhookIdentityType2["WIX_USER"] = "WIX_USER";
1096
- WebhookIdentityType2["APP"] = "APP";
1097
- return WebhookIdentityType2;
1098
- })(WebhookIdentityType || {});
1099
- var QueryPublicationsCountStatsRequestOrder = /* @__PURE__ */ ((QueryPublicationsCountStatsRequestOrder2) => {
1100
- QueryPublicationsCountStatsRequestOrder2["UNKNOWN"] = "UNKNOWN";
1101
- QueryPublicationsCountStatsRequestOrder2["OLDEST"] = "OLDEST";
1102
- QueryPublicationsCountStatsRequestOrder2["NEWEST"] = "NEWEST";
1103
- return QueryPublicationsCountStatsRequestOrder2;
1104
- })(QueryPublicationsCountStatsRequestOrder || {});
1105
- var Order = /* @__PURE__ */ ((Order2) => {
1106
- Order2["UNKNOWN"] = "UNKNOWN";
1107
- Order2["OLDEST"] = "OLDEST";
1108
- Order2["NEWEST"] = "NEWEST";
1109
- return Order2;
1110
- })(Order || {});
1111
1111
  var Field = /* @__PURE__ */ ((Field2) => {
1112
1112
  Field2["UNKNOWN"] = "UNKNOWN";
1113
1113
  Field2["TOTAL_COMMENTS"] = "TOTAL_COMMENTS";