@wix/auto_sdk_calendar_events 1.0.78 → 1.0.80

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,6 +800,14 @@ 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 || {});
803
811
  var SortOrder = /* @__PURE__ */ ((SortOrder2) => {
804
812
  SortOrder2["ASC"] = "ASC";
805
813
  SortOrder2["DESC"] = "DESC";
@@ -827,14 +835,6 @@ var ResolutionMethod = /* @__PURE__ */ ((ResolutionMethod2) => {
827
835
  ResolutionMethod2["SUBDIRECTORY"] = "SUBDIRECTORY";
828
836
  return ResolutionMethod2;
829
837
  })(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";