@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.
- package/build/{calendar-v3-event-events.universal-CLDnUCNu.d.mts → calendar-v3-event-events.universal-oZbWDSxX.d.mts} +153 -153
- package/build/{calendar-v3-event-events.universal-CLDnUCNu.d.ts → calendar-v3-event-events.universal-oZbWDSxX.d.ts} +153 -153
- package/build/index.d.mts +2 -2
- package/build/index.d.ts +2 -2
- package/build/index.js +8 -8
- package/build/index.js.map +1 -1
- package/build/index.mjs +8 -8
- package/build/index.mjs.map +1 -1
- package/build/internal/{calendar-v3-event-events.universal-CLDnUCNu.d.mts → calendar-v3-event-events.universal-oZbWDSxX.d.mts} +153 -153
- package/build/internal/{calendar-v3-event-events.universal-CLDnUCNu.d.ts → calendar-v3-event-events.universal-oZbWDSxX.d.ts} +153 -153
- package/build/internal/index.d.mts +2 -2
- package/build/internal/index.d.ts +2 -2
- package/build/internal/index.js +8 -8
- package/build/internal/index.js.map +1 -1
- package/build/internal/index.mjs +8 -8
- package/build/internal/index.mjs.map +1 -1
- package/build/internal/meta.d.mts +1 -1
- package/build/internal/meta.d.ts +1 -1
- package/build/meta.d.mts +1 -1
- package/build/meta.d.ts +1 -1
- package/package.json +2 -2
package/build/internal/index.mjs
CHANGED
|
@@ -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";
|