@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.
@@ -1047,6 +1047,26 @@ var ModerationStatusStatus = /* @__PURE__ */ ((ModerationStatusStatus2) => {
1047
1047
  ModerationStatusStatus2["REJECTED"] = "REJECTED";
1048
1048
  return ModerationStatusStatus2;
1049
1049
  })(ModerationStatusStatus || {});
1050
+ var QueryPublicationsCountStatsRequestOrder = /* @__PURE__ */ ((QueryPublicationsCountStatsRequestOrder2) => {
1051
+ QueryPublicationsCountStatsRequestOrder2["UNKNOWN"] = "UNKNOWN";
1052
+ QueryPublicationsCountStatsRequestOrder2["OLDEST"] = "OLDEST";
1053
+ QueryPublicationsCountStatsRequestOrder2["NEWEST"] = "NEWEST";
1054
+ return QueryPublicationsCountStatsRequestOrder2;
1055
+ })(QueryPublicationsCountStatsRequestOrder || {});
1056
+ var Order = /* @__PURE__ */ ((Order2) => {
1057
+ Order2["UNKNOWN"] = "UNKNOWN";
1058
+ Order2["OLDEST"] = "OLDEST";
1059
+ Order2["NEWEST"] = "NEWEST";
1060
+ return Order2;
1061
+ })(Order || {});
1062
+ var WebhookIdentityType = /* @__PURE__ */ ((WebhookIdentityType2) => {
1063
+ WebhookIdentityType2["UNKNOWN"] = "UNKNOWN";
1064
+ WebhookIdentityType2["ANONYMOUS_VISITOR"] = "ANONYMOUS_VISITOR";
1065
+ WebhookIdentityType2["MEMBER"] = "MEMBER";
1066
+ WebhookIdentityType2["WIX_USER"] = "WIX_USER";
1067
+ WebhookIdentityType2["APP"] = "APP";
1068
+ return WebhookIdentityType2;
1069
+ })(WebhookIdentityType || {});
1050
1070
  var GetPostTemplatesSort = /* @__PURE__ */ ((GetPostTemplatesSort2) => {
1051
1071
  GetPostTemplatesSort2["PUBLISHED_DATE_ASC"] = "PUBLISHED_DATE_ASC";
1052
1072
  GetPostTemplatesSort2["PUBLISHED_DATE_DESC"] = "PUBLISHED_DATE_DESC";
@@ -1100,26 +1120,6 @@ var Status = /* @__PURE__ */ ((Status2) => {
1100
1120
  Status2["IN_REVIEW"] = "IN_REVIEW";
1101
1121
  return Status2;
1102
1122
  })(Status || {});
1103
- var WebhookIdentityType = /* @__PURE__ */ ((WebhookIdentityType2) => {
1104
- WebhookIdentityType2["UNKNOWN"] = "UNKNOWN";
1105
- WebhookIdentityType2["ANONYMOUS_VISITOR"] = "ANONYMOUS_VISITOR";
1106
- WebhookIdentityType2["MEMBER"] = "MEMBER";
1107
- WebhookIdentityType2["WIX_USER"] = "WIX_USER";
1108
- WebhookIdentityType2["APP"] = "APP";
1109
- return WebhookIdentityType2;
1110
- })(WebhookIdentityType || {});
1111
- var QueryPublicationsCountStatsRequestOrder = /* @__PURE__ */ ((QueryPublicationsCountStatsRequestOrder2) => {
1112
- QueryPublicationsCountStatsRequestOrder2["UNKNOWN"] = "UNKNOWN";
1113
- QueryPublicationsCountStatsRequestOrder2["OLDEST"] = "OLDEST";
1114
- QueryPublicationsCountStatsRequestOrder2["NEWEST"] = "NEWEST";
1115
- return QueryPublicationsCountStatsRequestOrder2;
1116
- })(QueryPublicationsCountStatsRequestOrder || {});
1117
- var Order = /* @__PURE__ */ ((Order2) => {
1118
- Order2["UNKNOWN"] = "UNKNOWN";
1119
- Order2["OLDEST"] = "OLDEST";
1120
- Order2["NEWEST"] = "NEWEST";
1121
- return Order2;
1122
- })(Order || {});
1123
1123
  var Field = /* @__PURE__ */ ((Field2) => {
1124
1124
  Field2["UNKNOWN"] = "UNKNOWN";
1125
1125
  Field2["TOTAL_COMMENTS"] = "TOTAL_COMMENTS";