@wix/auto_sdk_calendar_events 1.0.82 → 1.0.83
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 +9 -8
- package/build/cjs/index.js.map +1 -1
- package/build/cjs/index.typings.d.ts +188 -185
- package/build/cjs/index.typings.js +9 -8
- package/build/cjs/index.typings.js.map +1 -1
- package/build/cjs/meta.d.ts +186 -186
- package/build/cjs/meta.js +8 -8
- package/build/cjs/meta.js.map +1 -1
- package/build/es/index.mjs +9 -8
- package/build/es/index.mjs.map +1 -1
- package/build/es/index.typings.d.mts +188 -185
- package/build/es/index.typings.mjs +9 -8
- package/build/es/index.typings.mjs.map +1 -1
- package/build/es/meta.d.mts +186 -186
- package/build/es/meta.mjs +8 -8
- package/build/es/meta.mjs.map +1 -1
- package/build/internal/cjs/index.js +9 -8
- package/build/internal/cjs/index.js.map +1 -1
- package/build/internal/cjs/index.typings.d.ts +192 -185
- package/build/internal/cjs/index.typings.js +9 -8
- package/build/internal/cjs/index.typings.js.map +1 -1
- package/build/internal/cjs/meta.d.ts +186 -186
- package/build/internal/cjs/meta.js +8 -8
- package/build/internal/cjs/meta.js.map +1 -1
- package/build/internal/es/index.mjs +9 -8
- package/build/internal/es/index.mjs.map +1 -1
- package/build/internal/es/index.typings.d.mts +192 -185
- package/build/internal/es/index.typings.mjs +9 -8
- package/build/internal/es/index.typings.mjs.map +1 -1
- package/build/internal/es/meta.d.mts +186 -186
- 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
|
@@ -839,6 +839,7 @@ var ProviderType = /* @__PURE__ */ ((ProviderType2) => {
|
|
|
839
839
|
var Type = /* @__PURE__ */ ((Type2) => {
|
|
840
840
|
Type2["UNKNOWN_TYPE"] = "UNKNOWN_TYPE";
|
|
841
841
|
Type2["ZOOM"] = "ZOOM";
|
|
842
|
+
Type2["GOOGLE_MEET"] = "GOOGLE_MEET";
|
|
842
843
|
Type2["CUSTOM"] = "CUSTOM";
|
|
843
844
|
return Type2;
|
|
844
845
|
})(Type || {});
|
|
@@ -858,14 +859,6 @@ var IdentityType = /* @__PURE__ */ ((IdentityType2) => {
|
|
|
858
859
|
IdentityType2["WIX_USER"] = "WIX_USER";
|
|
859
860
|
return IdentityType2;
|
|
860
861
|
})(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
862
|
var SortOrder = /* @__PURE__ */ ((SortOrder2) => {
|
|
870
863
|
SortOrder2["ASC"] = "ASC";
|
|
871
864
|
SortOrder2["DESC"] = "DESC";
|
|
@@ -893,6 +886,14 @@ var ResolutionMethod = /* @__PURE__ */ ((ResolutionMethod2) => {
|
|
|
893
886
|
ResolutionMethod2["SUBDIRECTORY"] = "SUBDIRECTORY";
|
|
894
887
|
return ResolutionMethod2;
|
|
895
888
|
})(ResolutionMethod || {});
|
|
889
|
+
var WebhookIdentityType = /* @__PURE__ */ ((WebhookIdentityType2) => {
|
|
890
|
+
WebhookIdentityType2["UNKNOWN"] = "UNKNOWN";
|
|
891
|
+
WebhookIdentityType2["ANONYMOUS_VISITOR"] = "ANONYMOUS_VISITOR";
|
|
892
|
+
WebhookIdentityType2["MEMBER"] = "MEMBER";
|
|
893
|
+
WebhookIdentityType2["WIX_USER"] = "WIX_USER";
|
|
894
|
+
WebhookIdentityType2["APP"] = "APP";
|
|
895
|
+
return WebhookIdentityType2;
|
|
896
|
+
})(WebhookIdentityType || {});
|
|
896
897
|
var RequestedFields = /* @__PURE__ */ ((RequestedFields2) => {
|
|
897
898
|
RequestedFields2["PI_FIELDS"] = "PI_FIELDS";
|
|
898
899
|
RequestedFields2["OWN_PI_FIELDS"] = "OWN_PI_FIELDS";
|