@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.
- package/build/cjs/index.js +8 -8
- package/build/cjs/index.js.map +1 -1
- package/build/cjs/index.typings.d.ts +175 -172
- package/build/cjs/index.typings.js +8 -8
- package/build/cjs/index.typings.js.map +1 -1
- package/build/cjs/meta.d.ts +173 -173
- package/build/cjs/meta.js +8 -8
- package/build/cjs/meta.js.map +1 -1
- package/build/es/index.mjs +8 -8
- package/build/es/index.mjs.map +1 -1
- package/build/es/index.typings.d.mts +175 -172
- package/build/es/index.typings.mjs +8 -8
- package/build/es/index.typings.mjs.map +1 -1
- package/build/es/meta.d.mts +173 -173
- package/build/es/meta.mjs +8 -8
- package/build/es/meta.mjs.map +1 -1
- package/build/internal/cjs/index.js +8 -8
- package/build/internal/cjs/index.js.map +1 -1
- package/build/internal/cjs/index.typings.d.ts +175 -172
- package/build/internal/cjs/index.typings.js +8 -8
- package/build/internal/cjs/index.typings.js.map +1 -1
- package/build/internal/cjs/meta.d.ts +173 -173
- package/build/internal/cjs/meta.js +8 -8
- package/build/internal/cjs/meta.js.map +1 -1
- package/build/internal/es/index.mjs +8 -8
- package/build/internal/es/index.mjs.map +1 -1
- package/build/internal/es/index.typings.d.mts +175 -172
- package/build/internal/es/index.typings.mjs +8 -8
- package/build/internal/es/index.typings.mjs.map +1 -1
- package/build/internal/es/meta.d.mts +173 -173
- package/build/internal/es/meta.mjs +8 -8
- package/build/internal/es/meta.mjs.map +1 -1
- package/package.json +2 -2
package/build/es/index.mjs
CHANGED
|
@@ -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";
|