@wix/auto_sdk_calendar_events 1.0.69 → 1.0.71

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.
@@ -806,6 +806,12 @@ var ParticipantsStatus = /* @__PURE__ */ ((ParticipantsStatus2) => {
806
806
  ParticipantsStatus2["PENDING_CONFIRMATION"] = "PENDING_CONFIRMATION";
807
807
  return ParticipantsStatus2;
808
808
  })(ParticipantsStatus || {});
809
+ var ProviderType = /* @__PURE__ */ ((ProviderType2) => {
810
+ ProviderType2["UNKNOWN_PROVIDER_TYPE"] = "UNKNOWN_PROVIDER_TYPE";
811
+ ProviderType2["CUSTOM"] = "CUSTOM";
812
+ ProviderType2["ONLINE_MEETING"] = "ONLINE_MEETING";
813
+ return ProviderType2;
814
+ })(ProviderType || {});
809
815
  var Type = /* @__PURE__ */ ((Type2) => {
810
816
  Type2["UNKNOWN_TYPE"] = "UNKNOWN_TYPE";
811
817
  Type2["ZOOM"] = "ZOOM";
@@ -864,12 +870,6 @@ var ResolutionMethod = /* @__PURE__ */ ((ResolutionMethod2) => {
864
870
  ResolutionMethod2["SUBDIRECTORY"] = "SUBDIRECTORY";
865
871
  return ResolutionMethod2;
866
872
  })(ResolutionMethod || {});
867
- var ProviderType = /* @__PURE__ */ ((ProviderType2) => {
868
- ProviderType2["UNKNOWN_PROVIDER_TYPE"] = "UNKNOWN_PROVIDER_TYPE";
869
- ProviderType2["CUSTOM"] = "CUSTOM";
870
- ProviderType2["ONLINE_MEETING"] = "ONLINE_MEETING";
871
- return ProviderType2;
872
- })(ProviderType || {});
873
873
  var RequestedFields = /* @__PURE__ */ ((RequestedFields2) => {
874
874
  RequestedFields2["UNKNOWN_REQUESTED_FIELDS"] = "UNKNOWN_REQUESTED_FIELDS";
875
875
  RequestedFields2["PI_FIELDS"] = "PI_FIELDS";