@connectedxm/admin 6.17.4 → 6.18.0
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.d.cts +3 -0
- package/dist/index.d.ts +3 -0
- package/openapi.json +13 -0
- package/package.json +1 -1
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 {
|
|
@@ -5090,6 +5091,7 @@ interface EventCreateInputs {
|
|
|
5090
5091
|
longDescription?: string | null;
|
|
5091
5092
|
reservationDescription?: string | null;
|
|
5092
5093
|
externalUrl?: string | null;
|
|
5094
|
+
externalMeetingUrl?: string | null;
|
|
5093
5095
|
imageId?: string | null;
|
|
5094
5096
|
squareImageId?: string | null;
|
|
5095
5097
|
backgroundImageId?: string | null;
|
|
@@ -5151,6 +5153,7 @@ interface EventUpdateInputs {
|
|
|
5151
5153
|
eventStart?: string | null;
|
|
5152
5154
|
eventEnd?: string | null;
|
|
5153
5155
|
externalUrl?: string | null;
|
|
5156
|
+
externalMeetingUrl?: string | null;
|
|
5154
5157
|
imageId?: string | null;
|
|
5155
5158
|
squareImageId?: string | null;
|
|
5156
5159
|
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 {
|
|
@@ -5090,6 +5091,7 @@ interface EventCreateInputs {
|
|
|
5090
5091
|
longDescription?: string | null;
|
|
5091
5092
|
reservationDescription?: string | null;
|
|
5092
5093
|
externalUrl?: string | null;
|
|
5094
|
+
externalMeetingUrl?: string | null;
|
|
5093
5095
|
imageId?: string | null;
|
|
5094
5096
|
squareImageId?: string | null;
|
|
5095
5097
|
backgroundImageId?: string | null;
|
|
@@ -5151,6 +5153,7 @@ interface EventUpdateInputs {
|
|
|
5151
5153
|
eventStart?: string | null;
|
|
5152
5154
|
eventEnd?: string | null;
|
|
5153
5155
|
externalUrl?: string | null;
|
|
5156
|
+
externalMeetingUrl?: string | null;
|
|
5154
5157
|
imageId?: string | null;
|
|
5155
5158
|
squareImageId?: string | null;
|
|
5156
5159
|
backgroundImageId?: string | null;
|
package/openapi.json
CHANGED
|
@@ -78934,6 +78934,10 @@
|
|
|
78934
78934
|
"type": "string",
|
|
78935
78935
|
"nullable": true
|
|
78936
78936
|
},
|
|
78937
|
+
"externalMeetingUrl": {
|
|
78938
|
+
"type": "string",
|
|
78939
|
+
"nullable": true
|
|
78940
|
+
},
|
|
78937
78941
|
"options": {
|
|
78938
78942
|
"type": "object",
|
|
78939
78943
|
"nullable": true
|
|
@@ -78980,6 +78984,7 @@
|
|
|
78980
78984
|
"continuousScanning",
|
|
78981
78985
|
"scanType",
|
|
78982
78986
|
"activationsDescription",
|
|
78987
|
+
"externalMeetingUrl",
|
|
78983
78988
|
"options"
|
|
78984
78989
|
]
|
|
78985
78990
|
}
|
|
@@ -96026,6 +96031,10 @@
|
|
|
96026
96031
|
"type": "string",
|
|
96027
96032
|
"nullable": true
|
|
96028
96033
|
},
|
|
96034
|
+
"externalMeetingUrl": {
|
|
96035
|
+
"type": "string",
|
|
96036
|
+
"nullable": true
|
|
96037
|
+
},
|
|
96029
96038
|
"imageId": {
|
|
96030
96039
|
"type": "string",
|
|
96031
96040
|
"nullable": true
|
|
@@ -96302,6 +96311,10 @@
|
|
|
96302
96311
|
"type": "string",
|
|
96303
96312
|
"nullable": true
|
|
96304
96313
|
},
|
|
96314
|
+
"externalMeetingUrl": {
|
|
96315
|
+
"type": "string",
|
|
96316
|
+
"nullable": true
|
|
96317
|
+
},
|
|
96305
96318
|
"imageId": {
|
|
96306
96319
|
"type": "string",
|
|
96307
96320
|
"nullable": true
|