@wix/auto_sdk_calendar_events 1.0.77 → 1.0.78

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.
@@ -800,14 +800,6 @@ var IdentityType = /* @__PURE__ */ ((IdentityType2) => {
800
800
  IdentityType2["WIX_USER"] = "WIX_USER";
801
801
  return IdentityType2;
802
802
  })(IdentityType || {});
803
- var WebhookIdentityType = /* @__PURE__ */ ((WebhookIdentityType2) => {
804
- WebhookIdentityType2["UNKNOWN"] = "UNKNOWN";
805
- WebhookIdentityType2["ANONYMOUS_VISITOR"] = "ANONYMOUS_VISITOR";
806
- WebhookIdentityType2["MEMBER"] = "MEMBER";
807
- WebhookIdentityType2["WIX_USER"] = "WIX_USER";
808
- WebhookIdentityType2["APP"] = "APP";
809
- return WebhookIdentityType2;
810
- })(WebhookIdentityType || {});
811
803
  var SortOrder = /* @__PURE__ */ ((SortOrder2) => {
812
804
  SortOrder2["ASC"] = "ASC";
813
805
  SortOrder2["DESC"] = "DESC";
@@ -835,6 +827,14 @@ var ResolutionMethod = /* @__PURE__ */ ((ResolutionMethod2) => {
835
827
  ResolutionMethod2["SUBDIRECTORY"] = "SUBDIRECTORY";
836
828
  return ResolutionMethod2;
837
829
  })(ResolutionMethod || {});
830
+ var WebhookIdentityType = /* @__PURE__ */ ((WebhookIdentityType2) => {
831
+ WebhookIdentityType2["UNKNOWN"] = "UNKNOWN";
832
+ WebhookIdentityType2["ANONYMOUS_VISITOR"] = "ANONYMOUS_VISITOR";
833
+ WebhookIdentityType2["MEMBER"] = "MEMBER";
834
+ WebhookIdentityType2["WIX_USER"] = "WIX_USER";
835
+ WebhookIdentityType2["APP"] = "APP";
836
+ return WebhookIdentityType2;
837
+ })(WebhookIdentityType || {});
838
838
  var RequestedFields = /* @__PURE__ */ ((RequestedFields2) => {
839
839
  RequestedFields2["PI_FIELDS"] = "PI_FIELDS";
840
840
  RequestedFields2["OWN_PI_FIELDS"] = "OWN_PI_FIELDS";