@connectedxm/admin 6.17.4 → 6.18.1
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/dist/index.cjs +0 -1
- package/dist/index.d.cts +3 -1
- package/dist/index.d.ts +3 -1
- package/dist/index.js +0 -1
- package/openapi.json +29860 -16321
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -3839,7 +3839,6 @@ var SupportedLocale = /* @__PURE__ */ ((SupportedLocale2) => {
|
|
|
3839
3839
|
SupportedLocale2["cs"] = "cs";
|
|
3840
3840
|
SupportedLocale2["da"] = "da";
|
|
3841
3841
|
SupportedLocale2["nl"] = "nl";
|
|
3842
|
-
SupportedLocale2["en"] = "en";
|
|
3843
3842
|
SupportedLocale2["et"] = "et";
|
|
3844
3843
|
SupportedLocale2["fi"] = "fi";
|
|
3845
3844
|
SupportedLocale2["fr"] = "fr";
|
package/dist/index.d.cts
CHANGED
|
@@ -1040,6 +1040,7 @@ interface Event extends BaseEvent {
|
|
|
1040
1040
|
continuousScanning: boolean;
|
|
1041
1041
|
scanType: OnSiteScanType;
|
|
1042
1042
|
activationsDescription: string | null;
|
|
1043
|
+
externalMeetingUrl: string | null;
|
|
1043
1044
|
options: object | null;
|
|
1044
1045
|
}
|
|
1045
1046
|
interface EventTranslation {
|
|
@@ -1116,7 +1117,6 @@ declare enum SupportedLocale {
|
|
|
1116
1117
|
cs = "cs",
|
|
1117
1118
|
da = "da",
|
|
1118
1119
|
nl = "nl",
|
|
1119
|
-
en = "en",
|
|
1120
1120
|
et = "et",
|
|
1121
1121
|
fi = "fi",
|
|
1122
1122
|
fr = "fr",
|
|
@@ -5090,6 +5090,7 @@ interface EventCreateInputs {
|
|
|
5090
5090
|
longDescription?: string | null;
|
|
5091
5091
|
reservationDescription?: string | null;
|
|
5092
5092
|
externalUrl?: string | null;
|
|
5093
|
+
externalMeetingUrl?: string | null;
|
|
5093
5094
|
imageId?: string | null;
|
|
5094
5095
|
squareImageId?: string | null;
|
|
5095
5096
|
backgroundImageId?: string | null;
|
|
@@ -5151,6 +5152,7 @@ interface EventUpdateInputs {
|
|
|
5151
5152
|
eventStart?: string | null;
|
|
5152
5153
|
eventEnd?: string | null;
|
|
5153
5154
|
externalUrl?: string | null;
|
|
5155
|
+
externalMeetingUrl?: string | null;
|
|
5154
5156
|
imageId?: string | null;
|
|
5155
5157
|
squareImageId?: string | null;
|
|
5156
5158
|
backgroundImageId?: string | null;
|
package/dist/index.d.ts
CHANGED
|
@@ -1040,6 +1040,7 @@ interface Event extends BaseEvent {
|
|
|
1040
1040
|
continuousScanning: boolean;
|
|
1041
1041
|
scanType: OnSiteScanType;
|
|
1042
1042
|
activationsDescription: string | null;
|
|
1043
|
+
externalMeetingUrl: string | null;
|
|
1043
1044
|
options: object | null;
|
|
1044
1045
|
}
|
|
1045
1046
|
interface EventTranslation {
|
|
@@ -1116,7 +1117,6 @@ declare enum SupportedLocale {
|
|
|
1116
1117
|
cs = "cs",
|
|
1117
1118
|
da = "da",
|
|
1118
1119
|
nl = "nl",
|
|
1119
|
-
en = "en",
|
|
1120
1120
|
et = "et",
|
|
1121
1121
|
fi = "fi",
|
|
1122
1122
|
fr = "fr",
|
|
@@ -5090,6 +5090,7 @@ interface EventCreateInputs {
|
|
|
5090
5090
|
longDescription?: string | null;
|
|
5091
5091
|
reservationDescription?: string | null;
|
|
5092
5092
|
externalUrl?: string | null;
|
|
5093
|
+
externalMeetingUrl?: string | null;
|
|
5093
5094
|
imageId?: string | null;
|
|
5094
5095
|
squareImageId?: string | null;
|
|
5095
5096
|
backgroundImageId?: string | null;
|
|
@@ -5151,6 +5152,7 @@ interface EventUpdateInputs {
|
|
|
5151
5152
|
eventStart?: string | null;
|
|
5152
5153
|
eventEnd?: string | null;
|
|
5153
5154
|
externalUrl?: string | null;
|
|
5155
|
+
externalMeetingUrl?: string | null;
|
|
5154
5156
|
imageId?: string | null;
|
|
5155
5157
|
squareImageId?: string | null;
|
|
5156
5158
|
backgroundImageId?: string | null;
|
package/dist/index.js
CHANGED
|
@@ -391,7 +391,6 @@ var SupportedLocale = /* @__PURE__ */ ((SupportedLocale2) => {
|
|
|
391
391
|
SupportedLocale2["cs"] = "cs";
|
|
392
392
|
SupportedLocale2["da"] = "da";
|
|
393
393
|
SupportedLocale2["nl"] = "nl";
|
|
394
|
-
SupportedLocale2["en"] = "en";
|
|
395
394
|
SupportedLocale2["et"] = "et";
|
|
396
395
|
SupportedLocale2["fi"] = "fi";
|
|
397
396
|
SupportedLocale2["fr"] = "fr";
|