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