@wix/auto_sdk_calendar_events 1.0.77 → 1.0.79
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 +176 -171
- 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 +176 -171
- 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 +176 -171
- 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 +176 -171
- 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 +2 -2
package/build/cjs/index.js
CHANGED
|
@@ -858,14 +858,6 @@ var IdentityType = /* @__PURE__ */ ((IdentityType2) => {
|
|
|
858
858
|
IdentityType2["WIX_USER"] = "WIX_USER";
|
|
859
859
|
return IdentityType2;
|
|
860
860
|
})(IdentityType || {});
|
|
861
|
-
var WebhookIdentityType = /* @__PURE__ */ ((WebhookIdentityType2) => {
|
|
862
|
-
WebhookIdentityType2["UNKNOWN"] = "UNKNOWN";
|
|
863
|
-
WebhookIdentityType2["ANONYMOUS_VISITOR"] = "ANONYMOUS_VISITOR";
|
|
864
|
-
WebhookIdentityType2["MEMBER"] = "MEMBER";
|
|
865
|
-
WebhookIdentityType2["WIX_USER"] = "WIX_USER";
|
|
866
|
-
WebhookIdentityType2["APP"] = "APP";
|
|
867
|
-
return WebhookIdentityType2;
|
|
868
|
-
})(WebhookIdentityType || {});
|
|
869
861
|
var SortOrder = /* @__PURE__ */ ((SortOrder2) => {
|
|
870
862
|
SortOrder2["ASC"] = "ASC";
|
|
871
863
|
SortOrder2["DESC"] = "DESC";
|
|
@@ -893,6 +885,14 @@ var ResolutionMethod = /* @__PURE__ */ ((ResolutionMethod2) => {
|
|
|
893
885
|
ResolutionMethod2["SUBDIRECTORY"] = "SUBDIRECTORY";
|
|
894
886
|
return ResolutionMethod2;
|
|
895
887
|
})(ResolutionMethod || {});
|
|
888
|
+
var WebhookIdentityType = /* @__PURE__ */ ((WebhookIdentityType2) => {
|
|
889
|
+
WebhookIdentityType2["UNKNOWN"] = "UNKNOWN";
|
|
890
|
+
WebhookIdentityType2["ANONYMOUS_VISITOR"] = "ANONYMOUS_VISITOR";
|
|
891
|
+
WebhookIdentityType2["MEMBER"] = "MEMBER";
|
|
892
|
+
WebhookIdentityType2["WIX_USER"] = "WIX_USER";
|
|
893
|
+
WebhookIdentityType2["APP"] = "APP";
|
|
894
|
+
return WebhookIdentityType2;
|
|
895
|
+
})(WebhookIdentityType || {});
|
|
896
896
|
var RequestedFields = /* @__PURE__ */ ((RequestedFields2) => {
|
|
897
897
|
RequestedFields2["PI_FIELDS"] = "PI_FIELDS";
|
|
898
898
|
RequestedFields2["OWN_PI_FIELDS"] = "OWN_PI_FIELDS";
|