@wix/auto_sdk_calendar_events 1.0.76 → 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.
Files changed (46) hide show
  1. package/build/cjs/index.js +38 -8
  2. package/build/cjs/index.js.map +1 -1
  3. package/build/cjs/index.typings.d.ts +175 -172
  4. package/build/cjs/index.typings.js +38 -8
  5. package/build/cjs/index.typings.js.map +1 -1
  6. package/build/cjs/meta.d.ts +173 -173
  7. package/build/cjs/meta.js +38 -8
  8. package/build/cjs/meta.js.map +1 -1
  9. package/build/cjs/schemas.d.ts +3062 -0
  10. package/build/cjs/schemas.js +5439 -0
  11. package/build/cjs/schemas.js.map +1 -0
  12. package/build/es/index.mjs +38 -8
  13. package/build/es/index.mjs.map +1 -1
  14. package/build/es/index.typings.d.mts +175 -172
  15. package/build/es/index.typings.mjs +38 -8
  16. package/build/es/index.typings.mjs.map +1 -1
  17. package/build/es/meta.d.mts +173 -173
  18. package/build/es/meta.mjs +38 -8
  19. package/build/es/meta.mjs.map +1 -1
  20. package/build/es/schemas.d.mts +3062 -0
  21. package/build/es/schemas.mjs +5377 -0
  22. package/build/es/schemas.mjs.map +1 -0
  23. package/build/internal/cjs/index.js +38 -8
  24. package/build/internal/cjs/index.js.map +1 -1
  25. package/build/internal/cjs/index.typings.d.ts +175 -172
  26. package/build/internal/cjs/index.typings.js +38 -8
  27. package/build/internal/cjs/index.typings.js.map +1 -1
  28. package/build/internal/cjs/meta.d.ts +173 -173
  29. package/build/internal/cjs/meta.js +38 -8
  30. package/build/internal/cjs/meta.js.map +1 -1
  31. package/build/internal/cjs/schemas.d.ts +3062 -0
  32. package/build/internal/cjs/schemas.js +5439 -0
  33. package/build/internal/cjs/schemas.js.map +1 -0
  34. package/build/internal/es/index.mjs +38 -8
  35. package/build/internal/es/index.mjs.map +1 -1
  36. package/build/internal/es/index.typings.d.mts +175 -172
  37. package/build/internal/es/index.typings.mjs +38 -8
  38. package/build/internal/es/index.typings.mjs.map +1 -1
  39. package/build/internal/es/meta.d.mts +173 -173
  40. package/build/internal/es/meta.mjs +38 -8
  41. package/build/internal/es/meta.mjs.map +1 -1
  42. package/build/internal/es/schemas.d.mts +3062 -0
  43. package/build/internal/es/schemas.mjs +5377 -0
  44. package/build/internal/es/schemas.mjs.map +1 -0
  45. package/package.json +11 -4
  46. package/schemas/package.json +3 -0
@@ -70,6 +70,36 @@ function resolveWixCalendarEventsV3EventsServiceUrl(opts) {
70
70
  srcPath: "/_api/calendar/v3/bulk/events",
71
71
  destPath: "/v3/bulk/events"
72
72
  }
73
+ ],
74
+ "editor._base_domain_": [
75
+ {
76
+ srcPath: "/_api/calendar/v3/events",
77
+ destPath: "/v3/events"
78
+ },
79
+ {
80
+ srcPath: "/_api/calendar/v3/bulk/events",
81
+ destPath: "/v3/bulk/events"
82
+ }
83
+ ],
84
+ "blocks._base_domain_": [
85
+ {
86
+ srcPath: "/_api/calendar/v3/events",
87
+ destPath: "/v3/events"
88
+ },
89
+ {
90
+ srcPath: "/_api/calendar/v3/bulk/events",
91
+ destPath: "/v3/bulk/events"
92
+ }
93
+ ],
94
+ "create.editorx": [
95
+ {
96
+ srcPath: "/_api/calendar/v3/events",
97
+ destPath: "/v3/events"
98
+ },
99
+ {
100
+ srcPath: "/_api/calendar/v3/bulk/events",
101
+ destPath: "/v3/bulk/events"
102
+ }
73
103
  ]
74
104
  };
75
105
  return resolveUrl(Object.assign(opts, { domainToMappings }));
@@ -770,14 +800,6 @@ var IdentityType = /* @__PURE__ */ ((IdentityType2) => {
770
800
  IdentityType2["WIX_USER"] = "WIX_USER";
771
801
  return IdentityType2;
772
802
  })(IdentityType || {});
773
- var WebhookIdentityType = /* @__PURE__ */ ((WebhookIdentityType2) => {
774
- WebhookIdentityType2["UNKNOWN"] = "UNKNOWN";
775
- WebhookIdentityType2["ANONYMOUS_VISITOR"] = "ANONYMOUS_VISITOR";
776
- WebhookIdentityType2["MEMBER"] = "MEMBER";
777
- WebhookIdentityType2["WIX_USER"] = "WIX_USER";
778
- WebhookIdentityType2["APP"] = "APP";
779
- return WebhookIdentityType2;
780
- })(WebhookIdentityType || {});
781
803
  var SortOrder = /* @__PURE__ */ ((SortOrder2) => {
782
804
  SortOrder2["ASC"] = "ASC";
783
805
  SortOrder2["DESC"] = "DESC";
@@ -805,6 +827,14 @@ var ResolutionMethod = /* @__PURE__ */ ((ResolutionMethod2) => {
805
827
  ResolutionMethod2["SUBDIRECTORY"] = "SUBDIRECTORY";
806
828
  return ResolutionMethod2;
807
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 || {});
808
838
  var RequestedFields = /* @__PURE__ */ ((RequestedFields2) => {
809
839
  RequestedFields2["PI_FIELDS"] = "PI_FIELDS";
810
840
  RequestedFields2["OWN_PI_FIELDS"] = "OWN_PI_FIELDS";