@wix/auto_sdk_calendar_events 1.0.29 → 1.0.31

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.
@@ -731,14 +731,6 @@ var IdentityType = /* @__PURE__ */ ((IdentityType2) => {
731
731
  IdentityType2["WIX_USER"] = "WIX_USER";
732
732
  return IdentityType2;
733
733
  })(IdentityType || {});
734
- var WebhookIdentityType = /* @__PURE__ */ ((WebhookIdentityType2) => {
735
- WebhookIdentityType2["UNKNOWN"] = "UNKNOWN";
736
- WebhookIdentityType2["ANONYMOUS_VISITOR"] = "ANONYMOUS_VISITOR";
737
- WebhookIdentityType2["MEMBER"] = "MEMBER";
738
- WebhookIdentityType2["WIX_USER"] = "WIX_USER";
739
- WebhookIdentityType2["APP"] = "APP";
740
- return WebhookIdentityType2;
741
- })(WebhookIdentityType || {});
742
734
  var PlacementType = /* @__PURE__ */ ((PlacementType2) => {
743
735
  PlacementType2["BEFORE"] = "BEFORE";
744
736
  PlacementType2["AFTER"] = "AFTER";
@@ -761,6 +753,14 @@ var ResolutionMethod = /* @__PURE__ */ ((ResolutionMethod2) => {
761
753
  ResolutionMethod2["SUBDIRECTORY"] = "SUBDIRECTORY";
762
754
  return ResolutionMethod2;
763
755
  })(ResolutionMethod || {});
756
+ var WebhookIdentityType = /* @__PURE__ */ ((WebhookIdentityType2) => {
757
+ WebhookIdentityType2["UNKNOWN"] = "UNKNOWN";
758
+ WebhookIdentityType2["ANONYMOUS_VISITOR"] = "ANONYMOUS_VISITOR";
759
+ WebhookIdentityType2["MEMBER"] = "MEMBER";
760
+ WebhookIdentityType2["WIX_USER"] = "WIX_USER";
761
+ WebhookIdentityType2["APP"] = "APP";
762
+ return WebhookIdentityType2;
763
+ })(WebhookIdentityType || {});
764
764
  var RequestedFields = /* @__PURE__ */ ((RequestedFields2) => {
765
765
  RequestedFields2["UNKNOWN_REQUESTED_FIELDS"] = "UNKNOWN_REQUESTED_FIELDS";
766
766
  RequestedFields2["PI_FIELDS"] = "PI_FIELDS";